/*
  Theme Name: Dorado Villa, The Seychelles Islands

*/





/* 1. Theme default css */
@import url('https://fonts.googleapis.com/css2?family=Rajdhani:wght@300;400;500;600;700&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
body {
    font-family: 'Roboto', sans-serif;
}
.img {
    max-width: 100%;
    transition: all 0.3s ease-out 0s;
}
@font-face {
    font-family: 'FontAwesome';
    src: url('fonts/fontawesome-webfont.eot?v=4.2.0');
    src: url('fonts/fontawesome-webfont.eot?#iefix&v=4.2.0') format('embedded-opentype'), url('fonts/fontawesome-webfont.woff?v=4.2.0') format('woff'), url('fonts/fontawesome-webfont.ttf?v=4.2.0') format('truetype'), url('fonts/fontawesome-webfont.svg?v=4.2.0#fontawesomeregular') format('svg');
    font-weight: normal;
    font-style: normal
}
.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}
.alignleft {
    float: left;
    margin-right: 20px;
}
.alignright {
    float: right;
    margin-left: 20px;
}
.aligncenter {
    clear: both;
    float: none;
    display: block;
    text-align: center;
    margin: 0 auto;
}
.clear {
    clear: both;
}
.nopadding {
    padding-left: 0 !important;
    padding-right: 0 !important;
}
.img-responsive, .thumbnail > img, .thumbnail a > img, .carousel-inner > .item > img, .carousel-inner > .item > a > img {
    display: block;
    max-width: 100%;
    height: auto;
}
.f-left {
    float: left
}
.f-right {
    float: right
}
.fix {
    overflow: hidden
}
a, .button, button {
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}
a:focus, .button:focus {
    text-decoration: none;
    outline: none;
}
button {
    cursor: pointer
}
a:focus, a:hover, .portfolio-cat a:hover, .footer -menu li a:hover {
    color: #00baff;
    text-decoration: none;
}
a, button {
    color: #00baff;
    outline: medium none;
}
input:focus, textarea:focus, :focus {
    outline: 0
}
button:focus {
    outline: 0 none;
}
.uppercase {
    text-transform: uppercase;
}
.capitalize {
    text-transform: capitalize;
}
h1, h2, h3, h4, h5, h6 {
    font-family: 'Rajdhani', sans-serif;
    font-weight: normal;
    color: #333333;
    margin-top: 0px;
    font-style: normal;
    font-weight: 600;
    text-transform: capitalize;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
    color: inherit;
}
h1 {
    font-size: 40px;
    font-weight: 500;
}
h2 {
    font-size: 35px;
}
h3 {
    font-size: 28px;
}
h4 {
    font-size: 22px;
}
h5 {
    font-size: 18px;
}
h6 {
    font-size: 16px;
}
ul {
    margin: 0px;
    padding: 0px;
}
li {
    list-style: none
}
p {
    font-family: 'Roboto', sans-serif;
    font-size: 17px;
    font-weight: normal;
    line-height: 30px;
    color: #777777;
    margin-bottom: 15px;
}
hr {
    border-bottom: 1px solid #eceff8;
    border-top: 0 none;
    margin: 30px 0;
    padding: 0;
}
label {
    color: #7e7e7e;
    cursor: pointer;
    font-size: 14px;
    font-weight: 400;
}
*::-moz-selection {
 background: #d6b161;
 color: #fff;
 text-shadow: none;
}
::-moz-selection {
 background: #444;
 color: #fff;
 text-shadow: none;
}
::selection {
    background: #444;
    color: #fff;
    text-shadow: none;
}
*::-moz-placeholder {
 color: #555555;
 font-size: 14px;
 opacity: 1;
}
*::placeholder {
 color: #555555;
 font-size: 14px;
 opacity: 1;
}
.btn {
    -moz-user-select: none;
    background: #2f3440 none repeat scroll 0 0;
    border: 1px solid transparent;
    border-radius: 0;
    color: #fff;
    display: inline-block;
    font-family: 'Roboto', sans-serif;
    font-size: 12px;
    font-weight: 600;
    line-height: 1.1;
    padding: 20px 45px;
    text-align: center;
    text-transform: uppercase;
    transition: all 0.3s ease 0s;
    vertical-align: middle;
    white-space: nowrap;
    position: relative;
    border: 0;
}
.btn:hover {
    color: #fbba42
}
.btn:hover:before {
    width: 100%;
    color: #444
}
.btn.brand-btn {
    background: #fbba42;
    color: #222
}
.btn.brand-btn:hover {
    background: #2f3440;
    color: #fbba42
}
.btn.btn-2 {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 1px solid #fbba42;
    line-height: 1;
    padding: 17px 35px;
}
.btn.btn-2:hover {
    border-color: #2f3440
}
.btn i {
    margin-right: 10px;
}
/* scrollUp */
#scrollUp {
    background: #00baff;
    height: 35px;
    width: 35px;
    right: 50px;
    bottom: 77px;
    color: #fff;
    font-weight: 600;
    text-align: center;
    border-radius: 50%;
    font-size: 0;
    line-height: 34px;
}
#scrollUp:before {
    font-size: 16px;
    content: "\f077";
    font-family: "Font Awesome 5 Free";
}
#scrollUp:hover {
    background: #333;
    color: #fff;
}
/* 

  2. header 

*/
/* ===================
header top css
====================== */

.header-top {
    padding: 10px 0;
    position: relative;
    background: #1B1B1B;
    z-index: 2;
}
.header-top::before {
    content: "";
    position: absolute;
    width: 350px;
    height: 101%;
    top: 0;
    right: 0;
    background: #00baff;
    z-index: -1;
    -webkit-clip-path: polygon(5% 0, 100% 0, 100% 100%, 0% 100%);
    clip-path: polygon(5% 0, 100% 0, 100% 100%, 0% 100%);
}
.header-top-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.header-top-contact ul {
    display: flex;
    align-items: center;
    gap: 25px;
}
.header-top-contact ul li a {
    color: #fff;
    font-weight: 400;
	font-size: 12px;
}

.header-top-contact ul li a i {
    margin-right: 10px;
    color: #00baff;
}
.header-top-contact ul li span {
    text-transform: uppercase;
    color: #00baff;
    font-weight: 500;
    font-size: 12px;
}
.scroll-header {
    animation: 300ms ease-in-out 0s normal none 1 running fadeInDown;
    background: #f8f8f8 none repeat scroll 0 0;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 99999;
}
.header-menu {
    left: 0;
    position: absolute;
    right: 0;
    z-index: 999;
    top: 0;
}
.logo {
}
.main-navigation .row {
    align-items: center;
}
.slider-area {
    margin-top: 150px;
}
.main-menu-area {
    background: #f8f8f8 none repeat scroll 0 0;
}
.main-menu ul {
}
.main-menu ul li {
    display: inline-block;
    position: relative;
}
.main-menu ul li:hover {
    opacity: 1;
    top: 100%;
    visibility: visible;
}
.main-menu ul li > a {
	color: #343434;
	display: block;
	font-family: 'Roboto', sans-serif;
	font-size: 15px;
	font-weight: 400;
	padding: 43px 25px;
	text-transform: uppercase;
}
.scroll-header .header-top {
	display: none;
}
.main-menu ul li a {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    position: relative;
    overflow: hidden;
}
.main-menu ul li a:before {
    content: "";
    position: absolute;
    z-index: -1;
    left: 0;
    right: 100%;
    bottom: 0;
    background: #00baff;
    height: 4px;
    -webkit-transition-property: right;
    transition-property: right;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
.main-menu ul li a:hover:before {
    right: 0;
}
.main-menu ul li.current-menu-item a {
    color: #00baff;
}
.main-menu ul li.current-menu-item a:before {
    right: 0;
}
.main-menu ul li:hover > a {
    color: #00baff;
}
.main-menu ul li ul.submenu {
    background: #000;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 110%;
    transition: all 0.3s ease 0s;
    visibility: hidden;
    width: 250px;
    z-index: 9;
}
.main-menu ul li:hover > ul.submenu {
    opacity: 1;
    visibility: visible;
    top: 102%;
}
.main-menu ul li ul.submenu li {
    border-bottom: 1px solid rgba(255,255,255,.1);
    display: block;
    margin: 0;
}
.main-menu ul li ul.submenu li:last-child {
    border: 0;
}
.main-menu ul li ul.submenu li a {
    color: #fff;
    display: block;
    padding: 15px 10px;
    text-align: left;
    font-size: 13px;
}
.main-menu ul li ul.submenu li:hover > a {
    color: #00baff;
}
.main-menu ul li ul.submenu li ul.submenu {
    left: 100%;
    top: 0;
}
/* 


3. slider 


*/
 
/* ===================
hero css 
====================== */
.hero-shape {
    position: absolute;
    width: 250px;
    height: 250px;
    border: 4px solid #00baff;
    transform: rotate(45deg);
    right: 140px;
    top: 0;
    border-radius: 10px;
    transition: all .5s ease-in-out;
    transition-delay: .5s;
    z-index: 5;
}
.hero-shape::before {
    content: "";
    position: absolute;
    width: 105%;
    height: 0%;
    border-radius: 10px;
    background: #00baff;
    opacity: .5;
    bottom: 25px;
    left: 25px;
    z-index: -1;
    transition: all .5s ease-in-out;
    transition-delay: .9s;
    height: 105%;
}
.single-slider {
    background-position: center center;
    background-size: cover;
    height: 100vh;
    align-items: center;
    display: flex;
    position: relative;
}
.single-slider:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}
.slider-active .slick-arrow:hover {
    color: #00baff;
}
.slider-active .slick-dots {
    position: absolute;
    bottom: 40px;
    left: 0;
    right: 0;
    text-align: center;
}
.slider-active .slick-dots li {
    display: inline-block;
    margin-right: 10px;
    color: #00baff;
}
.slider-active .slick-dots li:last-child {
    margin-right: 0;
}
.slider-active .slick-dots li button {
    background: #fff;
    border: 0;
    text-indent: -99999999999px;
    padding: 0;
    width: 15px;
    height: 5px;
    border-radius: 10px;
}
.slider-active .slick-dots li.slick-active button {
    width: 40px;
    /*color:#00baff;*/
    background-color: #00baff;
}
.slider-active-2 .slick-dots li.slick-active button {
    border: 1px solid #00baff;
}
.slider-active .slick-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: 0;
    border: 0;
    text-transform: uppercase;
    padding: 0;
    font-size: 16px;
    font-weight: 700;
    color: #000;
    opacity: 0;
    visibility: hidden;
    transition: .4s;
}
.slider-area:hover .slider-active .slick-arrow {
    opacity: 1;
    visibility: visible;
}
.slider-active .slick-arrow:hover::before {
    width: 30px;
}
.slider-active .slick-next {
    right: 40px;
}
.slider-active .slick-prev {
    z-index: 1;
    left: 40px;
}
.slider-active .slick-next::before {
    position: absolute;
    content: "";
    width: 0;
    height: 2px;
    background: #00baff;
    right: -40px;
    top: 13px;
    transition: .3s;
}
 .slider-active .slick-next::before:hover {
 color: red;
}
.slider-active .slick-prev::before {
    position: absolute;
    content: "";
    width: 0;
    height: 2px;
    background: #00baff;
    left: -40px;
    top: 13px;
    transition: .3s;
}
.slider-active-2 .slick-prev::before {
    display: none;
}
.slider-active-2 .slick-next::before {
    position: absolute;
    content: "";
    width: 50px;
    height: 2px;
    background: #fff;
    right: 0;
    top: 22px;
    left: -4px;
}
.slider-active-2 .slick-dots li button {
    background: 0;
    border: 1px solid #fff;
}
/*


 4. about-area 


*/
.about-me-area {
    position: relative;
    z-index: 1;
}
/* ===================
shape css
====================== */

.shape-1 {
    position: absolute;
    width: 150px;
    height: 150px;
    top: -75px;
    left: 70px;
    border-radius: 10px;
    border: 3px solid #00baff;
    transform: rotate(45deg);
}
.shape-1::before {
    content: "";
    position: absolute;
    background: #00baff;
    left: 10px;
    top: 10px;
    right: 10px;
    bottom: 10px;
    border-radius: 10px;
}
.shape-2 {
    position: absolute;
    width: 150px;
    height: 150px;
    bottom: -75px;
    right: 70px;
    border: 3px solid #00baff;
    transform: rotate(45deg);
    border-radius: 10px;
}
.shape-2::before {
    content: "" !important;
    position: absolute;
    background: #00baff;
    left: 10px;
    top: 10px;
    right: 10px;
    bottom: 10px;
    border-radius: 10px;
    display: block !important;
}
.titlebar h3::after {
    display: block;
    content: "";
    height: 2px;
    width: 100px;
    background: #00baff;
    margin: 15px auto;
    position: relative;
}
.titlebar h3 {
    color: #222222;
    font-size: 72px;
    font-weight: 700;
    padding-bottom: 25px;
    line-height: 80px;
}
.titlebar h3 span {
    color: #00baff;
}
.gallery-area {
    position: relative;
    overflow: hidden;
}
.gallery-area .row {
    padding: 0 80px;
}
.gallery-area .shape-2 {
    bottom: auto;
    top: 28px;
    right: -65px;
}
.gallery-area::after {
    content: "";
    background-color: #eee;
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 70%;
    left: 0;
    right: 0;
    display: block;
}
.gal-img {
    text-align: center;
    position: relative;
    z-index: 2;
}
.gal-container .vc_column-inner {
    width: 250px !important;
    height: 250px;
    padding: 0 !important;
    margin: 0 auto;
    position: relative;
}
.gal-img img {
    margin: 0 auto;
    display: block;
    width: 100%;
    height: auto;
    border-radius: 50%;
}
.gal-container {
    width: 250px;
    height: 250px;
    margin: 0 auto;
    position: relative;
}
.gal-container .vc_column-inner:after {
    content: "";
    width: 250px;
    height: 250px;
    background-color: #00baff;
    position: absolute;
    border-radius: 50%;
    left: 0;
    right: 0;
    bottom: -10px;
    z-index: 1;
}
/*
 

      10.footer


 */

footer {
    background-color: #222222;
}
.copyright {
    color: #999999;
}
.copyright p {
    color: #999999;
    font-size: 14px;
    line-height: 35px;
    margin-top: 10px;
    letter-spacing: 0.6px;
}
.page-banner {
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
    position: relative;
    padding: 100px 0;
}
.page-banner.overlay:after {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: calc(50% + 120px);
    height: 100%;
    background: rgba(0, 187, 255, 0.8);
    clip-path: polygon(calc(100% - 320px) 0, 100% 100%, 0 100%, 0 0);
}
.page-banner .banner-inner {
    position: relative;
    z-index: 99;
}
.page-banner .banner-inner h2 {
    color: #ffffff;
    font-size: 75px;
    line-height: 1.1;
    margin-bottom: 15px;
}
.banner-inner .breadcrumb {
    padding-left: 0;
    background-color: transparent;
}
.banner-inner .breadcrumb-item {
    color: #ffffff;
    font-size: 20px;
    font-weight: 500;
}
.banner-inner .breadcrumb a {
    color: #ffffff;
}
.breadcrumb-item + .breadcrumb-item::before {
    content: "\f142";
    font-weight: 600;
    font-size: 13px;
    padding-left: 17px;
    padding-right: 17px;
    color: #fff;
    font-family: "Font Awesome 5 Free";
}
.inner-page ul {
    list-style: none;
    padding-left: 10px;
}
.inner-page ul li {
    list-style: none;
    display: block;
    position: relative;
    padding-left: 15px;
    margin-bottom: 10px;
    line-height: 20px;
}
.inner-page ul li::before {
    content: "\f101";
    font-family: 'FontAwesome';
    color: #00bbff;
    position: absolute;
    left: 0;
    top: 0;
}
.inner-page ol {
    padding-left: 25px;
}
.inner-page ol li {
    list-style: inherit;
    padding-bottom: 10px;
}
body.admin-bar .header-menu {
    margin-top: 32px;
}
.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
    min-height: inherit;
}
.banner-inner .home {
    color: #fff;
}
.banner-inner span {
    color: #fff;
}
#contact-form input[type="text"], #contact-form input[type="email"] {
    width: 100%;
    border: 1px solid #ccc;
    padding: 7px 15px;
    margin-bottom: 10px;
}
#contact-form textarea {
    width: 100%;
    border: 1px solid #ccc;
    padding: 7px 15px;
    height: 180px;
}
#contact-form [type="submit"] {
    background-color: #00baff;
    color: #fff;
    border: none;
    padding: 7px 30px;
    margin-top: 10px;
    border-radius: 30px;
    cursor: pointer;
}
#contact-left p a {
    color: #777777;
}
.footer-logo img {
	max-width: 160px;
	height: auto;
}
.logo img {
	max-width: 100px;
	height: auto;
	padding: 5px;
}
#gall_box img {
	height: 250px;
}