/*Import Fonts*/
@import url('https://fonts.googleapis.com/css?family=Oswald&display=swap');
@import url('https://fonts.googleapis.com/css?family=Roboto&display=swap');
html{
    overflow-x:hidden;
}
body{
    overflow-x:hidden;
}
footer .space-top-bottom{
    padding-top: 40px;
    padding-bottom: 40px;
}
footer{
    background: #0c0c0c;
    color: #fff;
    padding: 20px;
}
section{
    padding-top: 80px;
    padding-bottom: 80px;
    /* box-shadow: 0px 3px 6px hsla(0, 0%, 79%, 0.75); */
}
section.noPadding{
    padding-top:0px !important;
    padding-bottom:0px !important;
}
h1,h2,h3,h4,h5{
    margin-bottom: 20px;
    /* font-family: 'Oswald', sans-serif; */
    font-family: 'Roboto', sans-serif;
    /* font-family: 'Lato', sans-serif; */
}
.footer-widget h5{
    color: #007bff;
}
.navbar-brand h3{
    margin-bottom:0px;
}
p{
    font-family: 'Roboto', sans-serif;
    line-height: 1.6;
    font-size: 13px;
    letter-spacing: 1px;
}
.navbar-nav li a{
    font-family: 'Roboto', sans-serif;
    letter-spacing: .8px;
    letter-spacing: .8px;
    color: #1e1e1e !important;
    font-size: 13px;
    font-weight: 600;
}
/* .navbar-dark .navbar-nav .nav-link:hover{
    color: #007bff;
}
.navbar-dark .navbar-nav .active>.nav-link{
    color: #007bff;
} */


.destination-list {
    margin-top: 50px;
    position: relative;
    overflow: hidden;
}
.destination-list .list-unstyled {
    margin: 0;
    padding-left: 50px;
}

.destination-list .list-unstyled  li a{
    color: #ffffff;
    font-family: 'Roboto', sans-serif;
}
.destination-list .list-unstyled li a:hover{
    text-decoration: none;
    color: #007bff;
}

.title-1 {
    font-size: 20px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

section h5{
    margin-bottom: 5px;
}

.card-footer{
    background: #000000;
    text-align: center;
}
.card-footer a{
    color: #007bff;
    text-decoration: none;
    font-weight: 600;
}

.logo-footer{
    margin-bottom: 20px;
}

.card-new{
    background-color: #001d34;
    color: #ffffff;
    text-align: center;
}
.shadow-box{
    width:100%;
    float: left;
}
.card-new:after{
    display: block;
    position: relative;
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0.5098039215686274) 100%);
    height: 80px;
    width: 100%;
    content: '';
}
.heading-box{
    width: 100%;
    float: left;
    margin-bottom: 30px;
}

.heading-box h2{
    font-weight: 600;
    letter-spacing: 1px;
}
.heading-box h2 span{
    color:#007bff;
}
   
.marginbottom20{
    margin-bottom: 20px;
}
.marginbottom0{
    margin-bottom: 0px;
}

.shrink {
    padding-top: 0;
    padding-bottom: 0;
    background-color: #212529;
}
.heading-box-text{
    width:80%;
    margin: 0px auto 30px;
    text-align: center;
    font-family: 'Roboto', sans-serif;
    line-height: 1.6;
    font-size: 13px;
    letter-spacing: 1px;
}

.abtBlock{
    display: flex;
    padding: 40px;
    line-height: 9px;
}

.abtBlock h1{
    line-height:1.4;
}
.innerContent{
    padding:8%;
}
.paddingBottom40{
    padding-bottom:40px;
}
.demo-gallery ul li{
    margin-bottom:20px;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    -ms-transform: scale(1.1);
}
.demo-gallery ul li:hover {
    -webkit-transition: all 100ms ease-in;
    -webkit-transform: scale(1.1);
    -ms-transition: all 100ms ease-in;
    -ms-transform: scale(1.1);
    -moz-transition: all 100ms ease-in;
    -moz-transform: scale(1.1);
    transition: all 100ms ease-in;
    transform: scale(1.1);
}
.paddingLeftRight20{
    padding-left:20px;
    padding-right:20px;
}
.paddingBottom20{
    padding-bottom:20px;
}
.valueSection{
    background: #141414;
    color: #cecece;
}
.valueSection .heading{
    position:relative;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 80px;
    /* color: #5d5d5d; */
    color:#f9f9f9;
}
.valueSection .heading span{
    border-bottom: 1px solid #5f5f5f54;
    padding-bottom: 5px;
}
.innerContent1{
    padding:2%;
}
.innerContent1 ul{
    margin-top:30px;
}
.innerContent1 ul li{
    list-style:none;
    line-height: 2;
}
.specificationBlock ul li{
    font-size: 14px !important;
}
.contentBox{
    margin-bottom:30px;
}
.bgDiv{
    background:url('../images/bgImage1.jpg');
    background-attachment:fixed;
    background-size:cover;
    background-repeat: no-repeat;
    color:#ffffff;
}
.circle{
    width: 50px;
    height: 50px;
    margin: 10px auto 25px;
    background: #ffffff;
    color: #3f51b5;
    text-align: center;
    font-weight: 900;
    border-radius: 50%;
    line-height: 50px;
    font-size: 20px;
    box-shadow: 0px 3px 6px hsla(0, 0%, 79%, 0.75);
}
.actionblock .btn-large{
    background: #3F51B5;
    border-color: #3F51B5;
    padding-top: 10px;
    padding-bottom: 10px;
    font-weight: 600;
    letter-spacing: 1px;
}
.footerSection{  
    background: #252525;
    box-shadow: none !important;
    color: #fff;
    padding-top: 40px;
    padding-bottom: 40px;
}
.enquiryForm{
    padding-top:50px;
    padding-bottom:50px;
}
.readMore{
    border: 2px solid #ffffff;
    color: #ffffff;
    padding: 4px 15px;
    margin-top: 20px;
    display: inline-block;
    font-weight: 600;
}
.readMore:hover{
    text-decoration: none;
    color:#ffffff;
}
.lightBg{
    background:#ffffff;
}
.lightBg .readMore{
    background: #252525;
    color: #fff;
}

.centerDiv{
    border-top: 1px solid rgba(204, 204, 204, 0.15);
    /* border-bottom: 1px solid rgba(204, 204, 204, 0.15); */
    padding-top: 60px;
    padding-bottom: 60px;
}
.centerDiv p{
    padding-bottom: 20px;
    padding-top: 20px;
}

footer ul{
    display: block;
    text-align: center;
    margin: auto;
}
footer ul li{
    list-style: none;
    display: inline-block;
}

footer ul li a{
    color: #969696 !important;
    padding: 15px;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 1px;
}
footer ul li a:hover{
    color:#ffffff;
    text-decoration: none;;
}
.paddingBottom0{
    padding-bottom:0px !important;
}
.innerDivFooter h5{
    margin-bottom: 20px;
}

/**/
.navbar-toggler{
    color: #1e1e1e;
}
.navbar-toggler:focus, .navbar-toggler:hover{
    outline:none;
}
.navbar-brand{
    display:none;
}
.logoItem{
    display:block;
    padding-left: 3em;
    display: block;
    padding-right: 3em;
}
.navbar-nav{
    text-align: center;
    margin: auto;
}
.bg-dark {
    background-color: #141414!important;
}
.projectsMain{
    display:flex;
}
.projectsMain .items{
    position: relative;
}
.projectsMain .items .itemContent{
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0,0,0,0.6);
    width: 100%;
    height: 100%;
    padding: 20px;
}
.projectsMain .items .overflowDiv{
    position: absolute;
    top: 0;
    left: 0;
    background: transparent;
    width: 100%;
    height: 100%;
    padding: 20px;   
    opacity:0; 
}
.projectsMain .items .itemContent h6{
    color: hsla(0, 0%, 100%, 0.85);
    font-weight:700;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-bottom: 2px;
    font-size: 14px;
}
.projectsMain .items .itemContent .projectTitel{
    bottom: 45px;
    color: #fff;
    margin: 0;
    left: 15px;
    position: absolute;
    letter-spacing: 2px;
    font-weight: 500;
}
.rotated-text {
    -ms-writing-mode: tb-rl;
    -webkit-writing-mode: vertical-rl;
    -moz-writing-mode: vertical-rl;
    -ms-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
    transform: rotate(-180deg);
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
}
.projectsMain .items:hover .itemContent{
    opacity:0;
}
.projectsMain .items:hover .overflowDiv{
    opacity:1;
    z-index: 999;
}
.projectsMain .items .overflowDiv .iconDiv{
    width: 45px;
    height: 45px;
    border-radius: 50%;
    background: #525252;
    color: #ffffff;
    text-align: center;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50% ,-50%);
    font-weight: 600;
    font-size: 20px;
    line-height: 40px;
}
.bannerImageDiv{
    background-size:cover;
    padding:100px 0;
    background-attachment:fixed;
    font-weight:600;
    color:#fff;
}
/* .bannerImageDiv h2{
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 2.5px;
} */
.innerDivFt{
    border-top: 0 !important;
    padding-top: 0 !important;
}
.fullPageBanner{
    width: 100%;
    height: 350px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.fullPageBanner .bannerHeading{
    font-weight: 900;
    /* color: #ffbb44; */
    color: transparent;
    font-size: 65px;
    background: url(../images/textureBg.jpg) repeat;
    background-position: 40% 50%;
    -webkit-background-clip: text;
    position: relative;
    text-align: center;
    line-height: 60px;
    letter-spacing: .5px;
    font-family: 'Raleway', sans-serif;
    text-transform: uppercase;
}

.freeSpace{
    background:#1f1f1f;
    width:100%;
    float:left;
    height:60px;
}
.mainFlex{
    display:flex;
    flex-basis: 100%;
    height: 100%;
}
.mainFlex .itemDiv.leftDiv{
    background: rgba(0,0,0,0.7); 
    display:flex;
    flex-basis: 50%; 
    align-items: center;
    justify-content: center;
    color: #fff;
    position: relative;
}
.mainFlex .itemDiv.leftDiv .innerMain h1{
    font-weight: 600;
    font-size: 8em;
    margin-bottom: 0;
    line-height: 0.8;
} 
.mainFlex .itemDiv.leftDiv .innerMain h1 sup{
    font-size: .5em;
    top: -1em;
}
.mainFlex .itemDiv.leftDiv .innerMain h6{
    color: hsla(0, 0%, 100%, 0.85);
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-bottom: 2px;
    font-size: 14px;

}
.mainFlex .itemDiv.leftDiv .projectTitel{
    position: absolute;
    left:20px;
    font-size:16px;
    font-weight:600;
}
.drioBanner{
    padding:0px !important;
}
.drioLogoDiv{
    position:absolute;
    top: 15%;
    left: 5%;
}
@media (max-width: 575.98px){
    .logoItem{
        display:none;
    }
    .navbar-brand{
        display:block;
        margin-right: 0;
    }

    .drioBanner.fullPageBanner{
        display:block;
        height:auto;
    } 
    .mainFlex{
        display:block;
    }
    .topHeader .socialMediaIcon{
        text-align:center;
        margin-bottom: 3px;
    }
    .topHeader .socialMediaIcon ul li a {
        padding: 2px 8px !important;
    }
    .topHeader ul{
        display:inline-block;
        text-align:center !important;
    }
    .navbar .dropdown-menu{
        text-align:center;
    }
    footer .socialMediaIcon {
        margin-top: 5px !important;
        text-align: center !important;
    }
    footer p {
        margin-bottom: 0px !important;
        text-align: center !important;
    }
    .Modern-Slider .item .img-fill{
        height:auto !important;
    }
}
@media (min-width: 768px){
    .navbar-nav li a{
        padding-top: 35px;
    }
}

.downloadBtn, .downloadBtn:hover{
    background: #c4975c;
    display: inline-block;
    padding: 5px 30px;
    border-radius: 20px;
    color: #fff;
    text-decoration:none;
}
.contactSection{
    background: #191919;
    text-align: center;
}
.contactSection h4{
    color: #947851;
    font-weight: 600;
    font-style: italic;
    letter-spacing: 1px;
    margin-bottom: 70px;
}
.contactInfoDiv{
    display:block;
    margin-bottom: 20px;
    padding: 15px;
}
.contactInfoDiv .icondiv, .contactInfoDiv h6{
    color: #947851;
}
.contactInfoDiv .icondiv .fa-mobile{
    font-size: 45px !important;
}

.contactInfoDiv .icondiv .fa-map-marker{
    font-size: 35px !important;
}
.contactInfoDiv .icondiv .fa-envelope-o{
    font-size: 30px !important;
}
.contactInfoDiv h6{
    padding-top: 10px;
}
.contactInfoDiv p{
    color: #ffffff;
    margin-bottom: 0;
    font-size: 12px;
}
.contactInfoDiv.centerCt{
    border-left: 2px solid #947851;
    border-right: 2px solid #947851;
}
.contactFormDiv{
    display: block;
    padding-top: 60px;
}
.contactFormDiv .headingCt{
    margin-bottom:40px;
}
.contactFormDiv .headingCt h6{
    text-transform:uppercase;
    color: rgba(255, 255, 255, 0.85);
    letter-spacing: .6px;
    font-size: .9rem; 
}
.contactFormDiv .form-control{
    background-color: #313131;
    border: 1px solid #313131;
    color: #cacaca;
}
.contactFormDiv .submitBtn{
    background: #947851;
    border: transparent;
    padding: 10px 15px;
    display: inline-block;
    color: #fff;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 13px;
    letter-spacing: 1.5px;
    margin-bottom:20px;
}
.socialMediaIcon{
    display:block;
    margin-top:60px;
}
.socialMediaIcon h4{
    margin-bottom: 30px;
}
.socialMediaIcon ul{
    display:inline-block;
    text-align:center;
    padding-left: 0;
}
.socialMediaIcon ul li{
    display:inline-block;
}
.socialMediaIcon ul li a{
    background: #005191;
    padding: 7px 12px;
    color: #d8d8d8 !important;
}
.mainFlex .itemDiv.leftDiv.aboutBlock{
    /* background: #131313; */
    background: rgb(0 81 145);
    justify-content: left;
    align-items: baseline;
    padding: 40px;
	padding-top:120px;
}
.heightlightDiv{
    width:100%;
    float:left;
}
.heightlightDiv li{
    list-style:none;
    display:block;
    float:left;
    width:100%;
    
    background: #302f2f;
    margin-bottom: 10px;
    border-top-left-radius: 50px;
    border-bottom-left-radius: 50px;
    padding: 5px;

}
.heightlightDiv li .numDiv{
    width:40px;
    height:40px;
    border-radius:50%;
    background:#151515;
    color:#fff;
    text-align: center;
    float:left;
    line-height: 40px;
    font-weight: 600;
}
.heightlightDiv li .content{
    width:calc(100% - 50px);
    float:right;
}
.projectDtHeighlight{
    background: url(../images/terraceBg.jpg);
    background-size: cover;
    background-position: center center;
    color: #fff;
    background-attachment:fixed;
}
.projectDtHeighlight h2{
    text-align:center;
    margin-bottom:50px;
}
.projectDtHeighlight ul li{
    line-height:1.5;
    list-style:none;
}
.paddingTop0{
    padding-top:0px !important;
}
.ulList li{
    list-style:none;
    padding-bottom: 10px;
    font-size: 14px;
    letter-spacing: .8px;
}
.ulList {
    padding-left:0;
}   
.btn.fixedBtn {
    background: #efc468;
    border-radius: 0;
    color: #232323;
    display: inline-block;
    font-size: 1.2rem;
    height: 50px;
    line-height: 40px;
    position: fixed;
    right: 0px;
    top: 19%;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    transform-origin: bottom right;
    width: 200px;
    font-weight: 600;
    z-index: 3;
}
.mainOpeningDiv {
    width: 90%;
    border-radius: 4px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
    padding: 20px 30px;
    background: #282828;
}
 .mainOpeningDiv h6 {
    /* color: #efc468; */
    color: #cecece;
}
.mainOpeningDiv h4{
    color: #efc468;
}

 .mainOpeningDiv h6{
    padding-bottom:10px;
}
.mainOpeningDiv h5{
    padding-top:10px;
    color: #efc468;
}
.mainOpeningDiv.prdDetaisSection{
    padding: 20px 20px 0;
}
.mainOpeningDiv.prdDetaisSection .heightlightDiv{
    padding-left:0px;
}
.mainOpeningDiv.prdDetaisSection .heightlightDiv li{
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
    padding:0px;
}
.mainOpeningDiv.prdDetaisSection .heightlightDiv li .numDiv{ 
    background: transparent;
}
.mainOpeningDiv.prdDetaisSection .heightlightDiv li .content{
    padding-top: 8px;
}
.rewards .table{
    color:#fff;
    border: 2px solid #191919;
}
.rewards .table td, .rewards .table th{
    border-top:none;
}
.rewards .table thead{
    background: #191919;
}
.rewards .table tr:nth-child(even){
    background: #303030;
}
.rewards h4{
    margin-bottom:20px !important;
}
.rewards p{
    color:#ffffff;
    margin-bottom:40px;
}
.referBlock h3{
    color:#ffffff;
}
.rewardsList ul{
    padding-left: 60px;
}
.rewardsList ul li{
    color:#ffffff;
    text-align:left;
    font-size: 14px;
    letter-spacing: .8px;
    line-height: 1.7;
}
.contactFormDiv.referBlock {
    padding-top: 30px;
}
.referBlock .submitBtn {
    background: #947851;
    border: transparent;
    padding: 10px 15px;
    display: block;
    color: #fff;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 13px;
    letter-spacing: 1.5px;
    margin-bottom: 10px;
}
footer .socialMediaIcon{
    margin-top:0px;
    text-align:right;
}
footer p{
    margin-bottom:0px !important;
}
.tabbing .nav-link:hover{
    background: #c4975c;
}

.scrollTop {
    position: fixed;
    left: 4%;
    bottom: 10px;
    background-color: #BE3F48;
    padding: 10px;
    border-radius:50%;
    opacity: 0;
    transition: all 0.4s ease-in-out 0s;
    z-index: 1;
    width: 45px;
    height: 45px;
    text-align: center;
}
  
.scrollTop a {
    font-size: 18px;
    color: #fff;
}

/*Owl carousel slider*/
#sync1 .item{
    margin: 5px;
    color: #FFF;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    text-align: center;
}
#sync2 .item{
    background: rgba(0,0,0,0.8);
    margin: 5px;
    color: #FFF;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    text-align: center;
    cursor: pointer;
}
#sync2 .item h1{
    font-size: 18px;
}
#sync2 .item.active.synced .item{
    opacity:1;            
    background:none;
}

#sync2 .item > img {
    opacity: 0.4;
    width: 100%;
}

#sync2 .synced .item img{
    opacity:1;
}
.topHeader .socialMediaIcon{
    margin-top:0px;
}
.topHeader .socialMediaIcon ul li {
    padding-right:0px;
}
.drioSection{
    display:block;
    width:100%;
    background: #1f1f1f;
    padding-bottom: 20px;
}
.drioSection .innerMain{
    padding:8%;
}
.drioSection h1, .drioSection h4, .drioSection p{
    color:#969696;
}
.card.cmdApex{
    border:none;
}
.card.cmdApex h5{    
    color: #1f1f1f;
    margin-bottom: 5px;
    font-weight: 600;
}
.card.cmdApex h6{
    color: #1f1f1f;
    margin-bottom: 5px;
    font-weight: 700 !important;
}
.card.cmdApex .card-body{
    background: #efc468;
    text-align:center;
}
.videoDiv{
    border:1px solid #5d5d5d;
    width:100%;
    height:400px;
}
.megaMenuDiv .card-body{
    padding: 10px;
}
.megaMenuDiv .card-body .card-text{
    margin-bottom:5px;
}
.centerDiv11 {
    padding-bottom: 60px;
}
.carousel .carousel-item a, .carousel .carousel-item a{
    text-decoration:none;
    color:#ffffff;
}
.carousel-inner{
    padding-bottom: 40px;
}
.lightBg .heading {
    position: relative;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 80px;
    color: #252525;
}
.lightBg .heading span {
    border-bottom: 1px solid #252525;
    padding-bottom: 5px;
}
.bottomFooter{
    border-top: 1px solid #5f5f5f54;
    padding-top:30px;
    width:100%;
    float:left;
}
.bottomFooter .logoFootImg{
    width:70px;
    float:left;
}
.bottomFooter .footContent{
    width:calc(100% - 100px);
    float:left;
    text-align:left;
    padding-left: 15px;
}

.blog-item{
    position: relative;
    margin-bottom: 20px;
}

.destination-section .blog-item .card-body{
    height: 60px;
}

.blog-item .card-body {
    position: absolute;
    background: rgba(0, 0,0,.5);
    height: 130px;
    bottom: 0px;
    overflow: hidden;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    -ms-transform: scale(1.1);
    left: 0;
    right: 0;
}
.blog-item:hover .card-body{
    height: 100%;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    -ms-transform: scale(1.1); 
}
.blog-item .card-title{
    color: #ffc107;
}
.blog-item .card-text{
    color:#ffffff;
    padding-top: 20px;
}
.ourTeamSec .card {
    border: none;
    box-shadow: 0px 0px 10px 3px rgba(208, 208, 208, 0.5);
}
.teamMembersCard {
    width: 100%;
    /* padding: 15px; */
    float: left;
}
.teamMembersCard .profileImg {
    width: 150px;
    height: 150px;
    border-radius: 50%;
    margin: auto;
    box-shadow: 0px 0px 6px 6px rgba(208, 208, 208, 0.5);
    margin-top: 30px;
    margin-bottom: 30px;
}

.teamMembersCard .profileImg img {
    border-radius: 50%;
    height: 100%;
    /* padding: 6px; */
}
.ourTeamSec .card .card-title{
    text-align: center;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 1px;
    color: #d7d7d7;
    margin-bottom: 0;
}
.ourTeamSec .card .card-sub-title{
    text-align: center;
    font-weight: 600;
    padding-top: 2px;
    /* color: #434343; */
    color: #9e9e9e;
}
.ourTeamSec .card .card-body{
    background: #191919;
    padding-top: 15px;
    padding-bottom: 15px;
}
{
    
}