@font-face{
    font-family:dostirobotoL;
    src:url(../fonts/Roboto-Light-webfont.ttf);
}
@font-face{
    font-family:dostirobotoT;
    src:url(../fonts/Roboto-Thin-webfont.ttf);
}
@font-face{
    font-family:dostirobotoB;
    src:url(../fonts/Roboto-Bold-webfont.ttf);
}
@font-face{
    font-family:dostirobotoR;
    src:url(../fonts/Roboto-Regular-webfont.ttf);
}
body{
    color:#231f20;
}
nav{
        background: #231f20;
    text-align: center;
    padding: 20px 0;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index:2;
}
nav ul{
        margin: 0;
    list-style-type: none;
}
nav ul li{
    display:inline-block;
}
nav ul li a{
        display: block;
    color: #fff;
    font-family: dostirobotoL;
    font-size: 16px;
    padding: 0px 10px;
    position: relative;
}
nav ul li a:hover,
nav ul li a:active,
nav ul li a:focus{
    color: #fff;
    text-decoration:none;
}
nav ul li a::before{
    content:'';
    display: block;
        position: absolute;
    top: 15%;
    right: -2%;
    width: 1px;
    height: 70%;
    background: #fff;
}
nav ul li:last-child a::before{
display:none;
}
nav ul li a span{
    display: block;
    position: relative;
}
nav ul li a span::before{
    content:'';
    display: block;
        position: absolute;
    bottom: -1px;
    left: 0;
    width:0;
    height: 2px;
    background: #fdb913;
    transition:width 0.5s;
}
nav ul li a:hover span::before,
nav ul li a.actv span::before{
    content:'';
    display: block;
        position: absolute;
    bottom: -1px;
    left: 0;
    width:100%;
    height: 2px;
    background: #fdb913;
}
nav .logoImg,
nav .logoImg1{
    position:absolute;
    top:0;
    /* max-width:100%;
    width:auto; */
        z-index: 1;
        transition:all 0.5s ease-in-out;
}
nav .logoImg{
    left:6.5%;
	width:10%;
}
nav.actv .logoImg{
    width:8%;
}
nav .logoImg1{
    right:6.5%;
	width:7.5%;
    /* border: 3px solid #000; */
}
nav.actv .logoImg1{
    width:6%;
}
.sliderBox{
    position:relative;
        margin: 61px 0 0;
}
.sliderBox img{
    width:100%;
}
.enqHD{
        padding: 50px 0 20px;
    position: relative;
}
.enqHD::before,
.enqHD::after{
    content:'';
    display:block;
            position: absolute;
    bottom: 0;
    width: 48.5%;
    height: 1px;
    background: #231f20;
}
.enqHD::before{
    left: 0;
}
.enqHD::after{
    right: 0;
}
.enqHD h1{
            color: #fdb913/*231f20*/;
    margin: 0;
    text-align: center;
    font-family: dostirobotor;
    font-size: 30px;
}
.enqHD h1::after{
    content:'';
    display:block;
        background: #fdb913;
    position: absolute;
    bottom: -7px;
    left: 50%;
    width: 15px;
    height: 15px;
    margin-left: -7px;
    transform: rotate(-45deg);
}
.w87p{
    width:87%;
    margin:auto;
}
.enqFldBox{
            font-family: dostirobotoL;
    font-weight: lighter;
    margin: 0 -20px;
    font-size: 16px;
    padding: 0 0 0;
}
.enqFld{
        width: 33.33%;
    float: left;
        padding: 0 20px;
}
.enqFld label{
        color: #231f20;
}
.dostoTxtFld{
        width: 100%;
            border: 1px solid #231f20;
    padding: 10px 10px;
}
.enqFldBoxT{
    padding:5% 0;
}
.enqFldBoxB{
    padding:0 0 5%;
    text-align:center;
}
.enqBtn{
        background: #fdb913;
    color: #fff;
    border: 1px solid #806d65;
    font-family: dostirobotoL;
    font-size: 30px;
    padding: 5px 70px;
    display:inline-block;
}
.enqBtn:hover,
.enqBtn:active,
.enqBtn:focus{
    color: #fff;
}
.prjHL{
        background: #efefef;
    padding: 0px 0 0;
    text-align: center;
}
.prjHLhead1{
        margin: 0;
    text-align: center;
    text-transform: uppercase;
    color: #fdb913;
    font-family: dostirobotor;
    font-size: 32px;
}
.prjHLhead2{
    text-align:center;
}
.prjHLhead2 h1{
        margin: 20px 0 45px;
    text-align: center;
    font-family: dostirobotot;
    font-size: 29px;
    /* border-top: 2px solid #fdb913;
    border-bottom: 2px solid #fdb913; */
    display: inline-block;
    padding: 15px 40px 10px;
}
.prjHLhead2 h1 i{
    font-size:26px;
}
.prjHLhead2 h1 span{
    font-weight:bold;
}
.prjHLtxt{
        width: 93%;
    margin: auto;
}
.prjHLtxtL{
        float: left;
    width: 55%;
    border: 2px solid #fff;
	position:relative;
}
.prjHLtxtL img{
        width: 100%;
		visibility:;
}
.prjHLtxtL iframe{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}
.prjHLtxtR{
        float: left;
    width: 45%;
    text-align: left;
    padding: 0 0 0 30px;
}
.prjHLtxtR ul{
        list-style-type: none;
    padding: 0;
    margin: 0;
}
.prjHLtxtR ul li{
        font-family: dostirobotor;
    font-size: 17px;
    background: url(../img/bulletIcon.png) no-repeat;
    padding: 0px 0 25px 30px;
        color: #464646;
            font-weight: bold;
}
.mapBox{
    /* border-top:3px solid #fdb913;
    border-bottom:3px solid #fdb913; */
        line-height: 0;
		margin:3% 0 0;
}
.mapBox img{
    width:100%;
}
.mapBox iframe{
    width: 100%;
    height: 535px;
}
.CCboxHead{
        margin: 0;
    text-align: center;
    font-family: dostirobotoR;
    font-size: 28px;
    padding: 50px 0;
}
.CCboxHead span{
        text-transform: uppercase;
    color: #fdb913;
    font-weight: bold;
}
.CCbox{
        position: relative;
    width: 93%;
    margin: 3% auto 5%;
}
.CCboxL{
        width: 56%;
    padding: 0 30px;
}
.CCboxLSlider{
    border: 2px solid #806c64;
    text-align: center;
    padding: 0 0%;
}
.CCboxLSlider h1{
        margin: 0;
    color: #fff;
    background: #806c64;
    font-family: dostirobotot;
    font-size: 28px;
    /* font-weight: bold; */
    padding: 20px 0;
}
.CCboxLSlider .dostiVidBox h1{
	visibility:hidden;
}
.CCboxLSlider .owl-carousel .owl-item img{
    width:100%;
    margin:auto;
}
.CCboxLSlider .owl-carousel .owl-item .dostiVidBox img{
    visibility:hidden;
}
.dostiVidBox iframe{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}
.CCboxR{
        width: 42%;
    /* float: left; */
    position: absolute;
    top: 0;
    right: 0;
    /* padding: 0 0 0 45px; */
    height: 100%;
    overflow-y: auto;
}
.CCboxR h3{
    margin: 0 0 5px;
    color: #fdb913;
    font-family: dostirobotor;
}
.CCboxR p{
    font-family: dostirobotol;
    font-size: 14px;
    color: #686868;
    font-weight: bold;
     background: url(../img/bulletIcon.png) no-repeat;
    padding: 0 0 0 29px;
}
.CCboxR::-webkit-scrollbar {
    width: 15px;
}
 
.CCboxR::-webkit-scrollbar-track {
    background: #e7ebed;
    border-radius: 10px;
}
 
.CCboxR::-webkit-scrollbar-thumb {
      background-color: #806c64;
    /* outline: 1px solid slategrey; */
    border-radius: 10px;
}
.amntsMainBox{
	padding: 3% 0 0;
}
.amntsBox{
        background: #efefef;
    padding: 5px 0 50px;
}
.amntsBox .dostiHD {
    margin: 30px 0 30px;
}
.amntsL{
        width: 65%;
    float: left;
}
.amntsL h1{
    font-family: dostirobotoR;
    text-align: center;
    color: #806c64;
    font-size: 24px;
    margin: 0;
}
.amntsL h1 span{
    display: block;
    text-align: left;
    color: #fdb913;
    border-bottom: 2px solid #806c64;
    font-size: 24px;
    padding: 0 0 5px;
    margin: 0 0 5px;
}
.amntsL ul{
    list-style-type: none;
    padding: 10% 0 0;
    margin: 0;
}
.amntsL ul li{
        background: url(../img/bulletIcon.png) no-repeat;
    padding: 0 0 5% 13%;
    font-family: dostirobotor;
    font-weight: bold;
    font-size: 18px;
}
.amntsR{
    width: 35%;
    float: left;
}
.amntsR a{
    display:block;
}
.amntsR a img{
    width:100%;
    border:2px solid #806c64;
        margin: 0 0 10%;
}
.amntsR a:last-child img{
        margin: 0 0 0%;
}
footer{
    background: #231f20;
    font-family: dostirobotot;
    padding: 50px 0 30px;
}
.ftrHD{
        color: #fff;
    text-transform: uppercase;
    font-size: 24px;
    border-bottom: 1px solid #fdb913;
    margin: 0 0 15px;
    padding: 0 0 3px;
}
.ftrAdrsBox .ftrMap{
        border: 3px solid #000;
    line-height: 0;
}
.ftrAdrsBox .ftrMap iframe{
    width: 100%;
    height: 175px;
}
.ftrAdrsBox p{
    color: #fff;
    font-size: 18px;
    margin: 15px 0 0;
}
.ftrCntFld label{
    color: #fff;
    font-weight: lighter;
        font-size: 16px;
}
.ftrCntFld label span{
        color: #fdb913;
    font-size: 22px;
    line-height: 0;
    font-weight: bold;
}
.ftrCntFld{
        padding: 0 0px 10px;
}
.ftrCntFld input[type="text"]{
    width: 100%;
    background: none;
    border: 1px solid #636363;
    color: #fff;
    padding: 5px;
}
.ftrEnqBox p{
    color: #fff;
    font-size: 10px;
    line-height: 12px;
}
.ftrCntBtn{
    border: 1px solid #fdb913;
    width: 100%;
    background: none;
    color: #fff;
    font-family: dostirobotob;
    font-size: 20px;
}
.ftrAbtBox p{
    font-size:14px;
    color:#fff;
    text-align:justify;
    margin:0 0 30px;
}
.ftrAbtBox p:last-child{
    margin:0 0 0px;
}
.inrFtrBox{
    border-top:1px solid #4f4c4d;
    padding:40px 0 64px;
    margin:40px 0 0;
}
.inrFtrBox p{
    color:#fff;
    font-size: 12px;
}
.inrFtrBox p:first-child{
    float:left;
}
.inrFtrBox p:last-child{
    float:right;
}
.owl-prev,
.owl-next{
        position: absolute;
    top: 50%;
    transform: translate(0,-50%);
}
.owl-prev{
    left: -35px;
}
.owl-next{
    right: -35px;
}
.owl-prev i,
.owl-next i{
    width:27px;
    height:29px;
    display:block;
}
.owl-prev i{
    background:url(../img/carouselArwL.png) no-repeat;
}
.owl-next i{
    background:url(../img/carouselArwR.png) no-repeat;
}
.dostiHD{
        text-align: center;
    color: #fdb913;
    font-size: 32px;
    margin: 30px 0 10px;
}
.fixEnq{
    /* display:none; */
        position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    background: #fdb913;
    padding: 15px 0;
    z-index: 2;
}
.fixEnq input[type="text"]{
        width: 100%;
    border: none;
    padding: 7px 10px;
}
.fixEnqBtn{
        border: none;
    background: #fff;
    color: #fdb913;
    padding: 7px 0%;
	width:100%;
}
.box10{
    width:10%;
    float:left;
    padding:0 15px;
}
.box20 {
    float: left;
   /* width: 25%;*/
    padding: 0 15px;
}
.box15 {
    float: left;
    width: 15%;
    padding: 0 15px;
}
.fixEnq .box10 h1{
        font-size: 24px;
    margin: 0;
    color: #fff;
    padding: 4px 0;
}
.thnkTxt{
        padding: 62px 0 0;
}
.thnkTxtBox{
    text-align: center;
    font-family: dostirobotor;
    margin: 30px 0;
}
.thnkTxtBox p{
    font-size: 14px;
    margin:0;
}
.thnkTxtBox h3{
    line-height: 34px;
    margin: 30px 0 0;
}
.resMenu{
    display:none;
    position: absolute;
    top: 50%;
    right: 6.5%;
    color: #fff;
    font-size: 30px;
    margin-top: -15px;
}
.clsEnqPop{
    display:none;
    background: #ffffff;
    color: #fdb913;
    width: 25px;
    height: 25px;
    line-height: 25px;
    text-align: center;
    font-family: cursive;
    font-size: 18px;
    border-radius: 100%;
    position: absolute;
    top: 12px;
    right: 15px;
}
/* .resEngLnkBox{
    display:none;
    position:fixed;
    left: 0;
    right: 0;
    bottom: 0;
    background: #fdb913;
    text-align: center;
    padding: 0px 0;
    z-index: 2;
} */
.resEngLnk{
	display:none;
    border: none;
    color: #fff;
    background: #fdb913;
    padding: 7px 0px;
    font-size: 16px;
    border-radius: 1px;
    width:100%;
	outline:none;
}
.resEngLnk:hover,
.resEngLnk:focus,
.resEngLnk:active{
    border: none;
}
.resEngLnk.fnt24{
	font-size:24px;
	border-bottom: 1px solid;
}
.prjHLhead2 h1.custMrg{
        margin: 50px 0 0px;
}
.enqHD.custMrgPd{
        margin: 20px 0 45px;
    padding-top: 0;
}
.prjLtxtR{
        float: left;
    width: 100%;
    text-align: center;
    padding: 0 30px 0 30px;
    font-size: large;
    font-weight: 700;
}
nav ul li.call {
    background-color: #940709;
    padding: 2px 0;
    line-height: 24px;
    border-radius: 18px;
}

nav ul li.call a {
font-weight:bold;
}


nav ul li.call a::before {
    display: none !important;
}
.price th {
    text-align: center;
    font-size: 16px;
}

.price td {
    font-size: 16px;
}

.table.price {
    max-width: 320px;
    margin: 0 auto;
}
.note {
    font-size: 20px;
    padding: 20px;
}