
@font-face {
    font-family: 'Poppins';
    src: url('../fonts/PoppinsBold.eot');
    src: url('../fonts/PoppinsBold.eot') format('embedded-opentype'),
         url('../fonts/PoppinsBold.woff2') format('woff2'),
         url('../fonts/PoppinsBold.woff') format('woff'),
         url('../fonts/PoppinsBold.ttf') format('truetype'),
         url('../fonts/PoppinsBold.svg#PoppinsBold') format('svg');
	font-weight: bold;
    font-style: normal;
		 
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/PoppinsLight.eot');
    src: url('../fonts/PoppinsLight.eot') format('embedded-opentype'),
         url('../fonts/PoppinsLight.woff2') format('woff2'),
         url('../fonts/PoppinsLight.woff') format('woff'),
         url('../fonts/PoppinsLight.ttf') format('truetype'),
         url('../fonts/PoppinsLight.svg#PoppinsLight') format('svg');
	font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/PoppinsRegular.eot');
    src: url('../fonts/PoppinsRegular.eot') format('embedded-opentype'),
         url('../fonts/PoppinsRegular.woff2') format('woff2'),
         url('../fonts/PoppinsRegular.woff') format('woff'),
         url('../fonts/PoppinsRegular.ttf') format('truetype'),
         url('../fonts/PoppinsRegular.svg#PoppinsRegular') format('svg');
	font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/PoppinsThin.eot');
    src: url('../fonts/PoppinsThin.eot') format('embedded-opentype'),
         url('../fonts/PoppinsThin.woff2') format('woff2'),
         url('../fonts/PoppinsThin.woff') format('woff'),
         url('../fonts/PoppinsThin.ttf') format('truetype'),
         url('../fonts/PoppinsThin.svg#PoppinsThin') format('svg');
	font-weight: 100;
    font-style: normal;
}





html, body, div, span, applet, object, iframe,
p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section { display: block; }
body{ margin:0; padding:0; font-family: 'Poppins'; background:#fff;}
a{ margin:0; padding:0; text-decoration:none !important;  outline:none !important; -moz-transition:.4s; -webkit-transition:.4s; -ms-transition:.4s; -o-transition:.4s; transition:.4s;}
a:hover{ color:#25d8ae;}
::selection{ background:#0075c1; color:#fff;}
::-moz-selection{ background:#0075c1; color:#fff;}
::-webkit-selection{ background:#0075c1; color:#fff;}
img{ max-width:100%; height:auto;}
ul{ margin:0; padding:0; list-style-type:none;}
li{ margin:0; padding:0;}
p{ padding:0; color:#555555; font-size:17px;   font-family: 'Poppins'; margin:0 0 15px 0; font-weight:300;}
h1, h2, h3, h4, h5, h6{ margin:0; padding:0; font-family: 'Poppins'; color:#151515;}

input, select, button{outline:none !important;}


.menu-active{background: #f57d20}
#cssmenu,#cssmenu ul,#cssmenu ul li,#cssmenu ul li a,#cssmenu #head-mobile{border:0;list-style:none;line-height:1;display:block;position:relative;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}
#cssmenu:after,#cssmenu > ul:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0}
#cssmenu #head-mobile{display:none}
#cssmenu{font-family:sans-serif;text-align:right;/* padding-right: 35px; */background: orange;}
#cssmenu > ul > li{ display:inline-block; text-align:center;}
#cssmenu > ul > li > a{padding: 8px 7px;font-size:13px;letter-spacing:1px;text-decoration:none;color: #000!important;font-weight:normal;font-family: 'Poppins';position:relative;-moz-transition:.4s;-webkit-transition:.4s;-ms-transition:.4s;-o-transition:.4s;transition:.4s;display:inline-block;text-align:center;text-transform:uppercase;text-transform:uppercase;}
#cssmenu > ul > li > a:before{ position:absolute; content:""; background:#fff; width:2px; height:15px; opacity:0; transition:.9s; top:-20px;  display:inline-block;  left:50%;  }
#cssmenu > ul > li > a:hover:before{opacity:1; top:-17px}
#cssmenu > ul > li > a:hover{ color:#fff!important; background:#f57d20}
#cssmenu > ul > li:last-child > a:after{ background:none;}

#cssmenu > ul > li:hover,#cssmenu ul li.active:hover,#cssmenu ul li.active,#cssmenu ul li.has-sub.active:hover{-webkit-transition:background .3s ease;-ms-transition:background .3s ease;transition:background .3s ease;}


#cssmenu > ul > li.has-sub > a:before{position:absolute; content:""; background:#fff; width:2px; height:15px; opacity:0; transition:.9s; top:-20px;  display:inline-block;  left:50%;}
#cssmenu > ul > li.has-sub:hover > a:before{opacity:1; top:-17px}
#cssmenu ul ul{position:absolute;left:-9999px; z-index:100;}
#cssmenu ul ul li{height:0;-webkit-transition:all .25s ease;-ms-transition:all .25s ease;background:#f57d20;transition:all .25s ease; }
#cssmenu ul ul li:hover{ background:#fd9c5a
;}
#cssmenu li:hover > ul{left:auto}
#cssmenu li:hover > ul > li{height:35px}
#cssmenu ul ul ul{margin-left:100%;top:0}
#cssmenu ul ul li a{border-bottom:1px solid rgba(150,150,150,0.15);padding:11px 15px;width:170px;font-size:12px;text-decoration:none;color:#ddd;font-weight:400; text-align:left;}
#cssmenu ul ul li:last-child > a,#cssmenu ul ul li.last-item > a{border-bottom:0}
#cssmenu ul ul li:hover > a,#cssmenu ul ul li a:hover{color:#fff}
#cssmenu ul ul li.has-sub > a:after{position:absolute;top:16px;right:11px;width:8px;height:2px;display:block;background:#ddd;content:''}
#cssmenu ul ul li.has-sub > a:before{position:absolute;top:13px;right:14px;display:block;width:2px;height:8px;background:#ddd;content:'';-webkit-transition:all .25s ease;-ms-transition:all .25s ease;transition:all .25s ease}
#cssmenu ul ul > li.has-sub:hover > a:before{top:17px;height:0}
#cssmenu ul ul li.has-sub:hover,#cssmenu ul li.has-sub ul li.has-sub ul li:hover{background:#363636;}
#cssmenu ul ul ul li.active a{border-left:1px solid #333}
#cssmenu > ul > li.has-sub > ul > li.active > a,#cssmenu > ul ul > li.has-sub > ul > li.active> a{border-top:1px solid #333}


#cssmenu > ul > li:last-child:after{ display:none;}
.banner-wraper{position:relative;float:left;clear:both;width:100%;height: 76vh;overflow: hidden;}
.headerBg1 .logoHolder{ width:235px;}
.headerBg1 .menuHolder{ padding-top:30px;}
.headerBg1 .applyOnlineDiv{ top:30px;}
.header-top{ float: left; clear: both; width: 100%; position: relative; background: #11171f; min-height: 45px; }
.header-bottom{ float: left; clear: both; width: 100%; position: relative; background: #009ee0; min-height: 50px;}
.logo-wraper{ float: left; }
.nav-frame{ float: right; padding:28px 30px 0 0; }
.top-links{ float: right; padding:16px 30px 0 0; }
.phone{ float: left; padding:14px 0 0 20px; }
.bottom-sec{ float: left; clear: both; width: 100%; position: relative; }
.bottom-sec > img{ width: 100%; }
.mouse{ position: absolute; bottom: 20px ; left: 50%; margin-left: -11px; z-index: 999; display: block; animation: 2s infinite mouse; }
@keyframes mouse{
0%{ bottom: 30px;}
50%{bottom: 50px;}
100%{ bottom: 30px;}
}
.sh-header{/* position: fixed; */top: 0;left: 0;right: 0;z-index: 1000;/* BACKGROUND: #fbfbfbd9; */}
.logo{position: fixed;top: 0;left: 79px;z-index: 0;display: block;opacity: 1;transition: 0.9s;}
.sh-nav{float: right;padding: 24px 88px;width: 100%;transition: 0.5s;}
.social-nav{ position: absolute; z-index: 2; left: 0; width: 88px; background: rgba(16, 30, 42, 0.5); height: 100%; bottom: 0; }
.social-nav1{ position:absolute; bottom: 10px;left: 0px;}
.socialMediaIconBorderIcon1{ color:#acb1b5; padding-bottom:30px; font-size:20px;}
.social-nav img{ position: absolute; left: 30px; bottom:50px;}
.sh-nav img{float: right;}
.sticky .sh-nav{ padding: 15px 30px 15px 30px; background: rgba(16, 30, 42, 0.9); }
.banner-text{ position: absolute; left: 0; right: 0; top: 33%; z-index: 999; }
.banner-text-in img{ width: auto !important; float: right; }
.banner-text-in h3{ color:#fff; font-size:43px; font-weight:bold; line-height:50px; text-align:right; letter-spacing:4px; margin-bottom:20px;}
.banner-text-in p{ color:#ffffff; font-size:17px; font-weight:normal; line-height:30px; text-align:right}
.bannerBtn{ color:#fff!important; font-weight:bold; font-size:15px; letter-spacing:5px; text-transform:uppercase; display:block; text-align:right;position:relative; padding-bottom:5px;}
.bannerBtn:hover{ color:#f57d20!important}
.bannerBtn:before{ position:absolute; right:0; bottom:0; content:""; width: 138px; height:1px; background:#fff}
.bannerBtn:hover:before{ background:#f57d20}
.middle-sec{ float: left; clear: both; width: 100%; position: relative; }
.line{ position: absolute; top: -58px; z-index: 999; left: 50%; margin-left: -1px; }
.arrows{ position:absolute; bottom: 54px; right: 50%; margin-right: -585px; z-index: 999; }
.video-text{ position: absolute; top: 111px; left: 0; right: 0; z-index: 999;  }
.enquire{ position: fixed; bottom: 0; right: 50%; margin-right: -585px; z-index: 999; display: block; }
.logo-2{ float: left; opacity: 0; padding-top: 8px;}
.sticky .logo{ opacity:0; top: -100%;}
.sticky .logo-2{ opacity: 1; transition: 0.9s;  }
.parallax-sec{ float: left; clear: both; width: 100%; position: relative; min-height:490px; background-image:url(../images/parallax.jpg); background-repeat: no-repeat;
background-size: cover; background-attachment: fixed; padding:130px 15px 90px;}
.parallax-sec .container img{ margin: 0 auto; }
.aboutSectionBg{ background:#f57d20; padding:130px 15px; position:relative; overflow:hidden}
.aboutWrapper h3{ font-size:30px; text-transform:uppercase; font-weight:normal; margin-bottom:10px; color:#fff; letter-spacing: 8px;}
.aboutWrapper span{ color:#ffd4b6; font-weight:normal; margin-bottom:40px; display:block;}
.aboutWrapper p{ font-size:14px; line-height:28px; margin-bottom:40px; color:#fff; font-weight:normal; max-width: 365px;  }
.aboutWrapper a{ color:#fff; font-weight:bold; font-size:16px; text-transform:uppercase; letter-spacing:3px;}
.aboutWrapper{ position:relative; z-index:1;}
.aboutWrapperDiv{ position: absolute;left: -63px;top: 130px; z-index: -1; }
.aboutWrapperDiv h1{font-size:167px;  font-weight:bold; margin-bottom:10px; color:#ff8b39; letter-spacing: 20px;}
.aboutWrapperDiv1{ position: absolute;left: -63px;top: 130px; z-index: 0; }
.aboutWrapperDiv1 h1{font-size:167px;  font-weight:bold; margin-bottom:10px; color:#ff8b39; letter-spacing: 20px;}
.yearNumberHeader{ font-size:110px; margin-bottom: 12px; text-align:center; color:#fff; font-weight:bold; position:relative }
.yearNumberHeader:before{ position: absolute;left: 50%;top: -110px;content: "";width: 179px;height: 179px;border: 3px #fff solid;margin-left: -91px;}
.yearTxtHeader{ font-size:54px; font-weight:bold; margin-bottom:3px; letter-spacing:7px; text-align:center; color:#fff; text-transform:uppercase;position:relative;}
.yearTxtHeaderSpan{ font-size:21px; font-weight:bold; margin-bottom:0px; letter-spacing:7px; text-align:center; color:#fff; text-transform:uppercase; position:relative; display:block;}
.yearWrapperDiv{ margin-top:112px; position:relative}
.yearWrapperDiv:before{ position: absolute;left: 0;bottom: -249px;background: #ff9347;width: 1px;height: 1000px;content: "";  }
.serviceSectionBg{ background:#fff; padding:150px 15px; overflow:hidden}
.serviceWrapper h3{ color:#f47820; font-size:32px; font-weight:normal; text-align:center; letter-spacing:10px; margin-bottom:-23px; text-transform:uppercase;}
.serviceWrapper label{ color:#364959; font-weight:normal;}
.serviceWrapper h1{ color:#edf1f3; font-size:122px; margin-bottom:40px; letter-spacing:10px; font-weight:bold; text-align:center; text-transform:uppercase;}
.servicesWrapperDiv1{ position:relative; padding-top:100px; }
.servicesWrapperDiv1:before{ position:absolute; content:""; background:#ebebeb; width:1px; height:1000px; top: -343px; left:0; }
.servicesWrapperDiv2{ position:absolute; left:0; top:0; transition:0.9s;}
.servicesWrapperDiv1:hover .servicesWrapperDiv2{ top:-30px;} 
.servicesWrapperDiv1 span{ color:#364959; font-size:23px; margin-bottom:30px; letter-spacing:2px; display:block;}
.servicesWrapperDiv1 p{ color:#64686b; font-size:16px; margin-bottom:30px; line-height:28px;}
.servicesWrapperDiv1 a{ font-size:15px; color:#364959; font-weight:bold; text-transform:uppercase; letter-spacing:2px; }
.servicesWrapperDiv1 a:hover{ color:#f47820;}
.servicesWrapperDiv3{ position:relative; padding-top:100px; }
.servicesWrapperDiv3:before{ position:absolute; content:""; background:#ebebeb; width:1px; height:1000px; top: -343px; left:0; }
.servicesWrapperDiv3:after{ position:absolute; content:""; background:#ebebeb; width:1px; height:1000px; top: -343px; right:0; }
.servicesWrapperDiv4{ position:absolute; left:0; top:0; transition:0.9s;}
.servicesWrapperDiv3:hover .servicesWrapperDiv4{ top:-30px;} 
.servicesWrapperDiv3 span{ color:#364959; font-size:23px; margin-bottom:30px; letter-spacing:5px; display:block;}
.servicesWrapperDiv3 p{ color:#64686b; font-size:16px; margin-bottom:30px; line-height:28px;}
.servicesWrapperDiv3 a{ font-size:15px; color:#364959; font-weight:bold; text-transform:uppercase; letter-spacing:2px; }
.servicesWrapperDiv3 a:hover{ color:#f47820;}
.awardsSectionBg{ background:#e4e6e8; padding:90px 15px}
.awardsWrapper h3{ color:#f47820; font-size:32px; font-weight:normal; text-align:center; letter-spacing:10px; margin-bottom:-23px; text-transform:uppercase}
.awardsWrapper label{ color:#364959; font-weight:normal;}
.awardsWrapper h1{ color:#d7dadd; font-size:122px; margin-bottom:40px; letter-spacing:20px; font-weight:bold; text-align:center; text-transform:uppercase;}
.awardsWrapper h2{ color:#101e2a; font-size:17px; line-height:28px; margin-bottom:20px; font-weight:normal;}
.awardsWrapper p{ color:#555a5d; font-size:14px; line-height:28px; font-weight:normal;}
.awardsTxtDivAll{max-width: 544px;}
.awardsImgDivWrapper{ background:#f47820; min-height: 248px; padding: 37px 0 0; text-align:center; }
.awardsImgDivWrapper > p{ color:#fff; font-size:12px; font-weight:normal; text-transform:uppercase;  margin-top:10px; }
.noPadding{ padding:0;}
.awards .owl-nav{position: absolute;bottom: 64px;left: -76px;}
.awards .owl-prev{ position:absolute; right:17px; background:url(../images/arrow-left.png)  left center no-repeat!important;  width:40px; height:40px; transition:0.9s} 
.awards .owl-prev span{opacity:0;}
.awards .owl-next{ position:absolute; left: -21px; background:url(../images/arrow-right.png)  right center no-repeat!important;  width:40px; height:40px; transition:0.9s} 
.awards .owl-next span{opacity:0;}
.video-carousel .owl-nav{    position: absolute;bottom: 88px;display: block !important;right: 130px;}
.video-carousel .owl-prev{ position:absolute; right:6px; background:#101e2a url(../images/arrow-left1.png) center center no-repeat!important;  width:30px; height:40px; transition:0.9s;  text-align:center; border:1px #475767 solid!important;} 
.video-carousel .owl-prev span{opacity:0;}
.video-carousel .owl-next{ position:absolute; left: 0px; background: #101e2a  url(../images/arrow-right1.png) center center no-repeat!important;  width:30px; height:40px; transition:0.9s; text-align:center; border:1px #475767 solid!important;} 
.video-carousel .owl-next span{opacity:0;}
.video-carousel .owl-next:hover{background: #f47820 url(../images/arrow-right1hover.png) center center no-repeat!important; border:1px #f47820 solid!important; }
.video-carousel .owl-prev:hover{background: #f47820 url(../images/arrow-left1hover.png) center center no-repeat!important; border:1px #f47820 solid!important; }
.certificationHeader{ font-size:32px; color:#f47820; line-height:42px; font-weight:normal; letter-spacing:6px; text-transform:uppercase;  position:relativ; padding-top: 22px; }
.certificationHeader:before{ position:absolute; right:0; bottom:10px; background:#c2c4c7; content:""; width:1px; height:66px;}
.certificationHeader span{ color:#364959;}
.certificationSectionBg{ background:#fff; padding:50px 15px;}
.certificationSectionBgSub{ background:#fff; padding:0px 15px 50px;}
.logosImg{ padding-left:40px;}
.ourCredentailsHeader{ color: #f47820;font-size: 32px;font-weight: normal;text-align: center;letter-spacing: 10px;margin-bottom: 60px;text-transform: uppercase;}
.ourCredentailsHeader span{    color: #364959;font-weight: normal;}
.counter-value{ font-size: 59px; font-weight:bold;  margin-top: 0px; margin-bottom:15px; text-align: center; color:#2d343a; line-height:60px; transition:0.9s; cursor:pointer }
.counter-valueTxt{ font-size: 16px; cursor:pointer; font-weight:normal;  margin-top: 0px; margin-bottom: 0; text-align: center; color:#2d343a; text-align:center; }
.counter-value:hover{ color:#f47820;}
.counterBorder{ border-right:1px #a2a4a7 solid;}
.video-sec{ float: left; clear: both; width: 100%; position: relative;}
.video-sec:before{ position: absolute;left: 50%;top: 0;width: 2px;background: #f47820;height: 60px;content: "";z-index: 100;  }
.video-sec:after{ position: absolute;left: 50%;top: -61px;width: 2px;background: #fff;height: 60px;content: "";z-index: 100;  }
.vdoTxtdiv{ position:absolute; left:100px; bottom:50px;}
.vdoTxtdiv p{ color:#fff; font-size:19px; font-weight:normal; margin-bottom:0;}
.vdoTxtdiv1 span{ display:block; color:#fff; text-align:center; font-size:14px; font-weight:normal; text-transform:uppercase; margin-top:10px;}
.vdoTxtdiv1 img{ margin:0 auto; display:block; transition:0.9s; cursor:pointer}
.vdoTxtdiv1{ position:absolute; left:50%; bottom:50%; z-index:100;  margin-left:-21px; margin-bottom:-20px; transition:0.9s }
.video-sec:hover .vdoTxtdiv1 img{ -webkit-transform: rotate(90deg);-moz-transform: rotate(90deg);transform: rotate(90deg);}
.vdoHeader{ color:#f47820; font-size:32px; color:#f47820; letter-spacing:7px; font-weight:normal; margin-bottom:15px; }
.vdoHeader span{ color:#fff; }
.vdoHeaderViewAllBtn{font-size:15px; letter-spacing:2px; color:#fff; font-weight:bold; text-transform:uppercase;}
.vdoHeaderViewAllBtn:hover{ color:#f47820;}
.testMonialSectionBg{ background:#f57d20; padding:105px 15px 100px; margin-top:-1px; position:relative; z-index:1;}
.aboutImgDivAll{ position:relative}
.aboutImgDivAll:before{ position: absolute;left: 0;bottom: -300px;background: #ff9347;width: 1px;height: 800px;content: "";  }
.aboutImgDivAll:after{ position: absolute;right: 0;bottom: -300px;background: #ff9347;width: 1px;height: 800px;content: "";  }
.aboutWrapper:before{ position: absolute;left: 0;bottom: -146px;background: #ff9347;width: 1px;height: 800px;content: "";  }
.aboutWrapperDiv h1{font-size:167px;  font-weight:bold; margin-bottom:10px; color:#ff8b39; letter-spacing: 20px;}
.testMonialHeader{ color:#ffffff; font-size:32px; font-weight:normal;  text-transform:uppercase; letter-spacing:5px; }
.testMonailWrapper{ position:relative; background:#fff; min-height:225px; margin-top:190px; padding: 60px 47px 32px;}
.testMonailWrapperDiv{ position: absolute;left: 40px;top: -40px;}
.testMonailWrapperDiv1{position: absolute;right: 40px;top: 31px;}
.testImgBorder{ overflow:hidden; border-radius:50%; width:77px;  }
.testMonailWrapper p{ color:#555a5d; font-size:14px; line-height:28px; text-align:justify;}
.testMonailWrapper h3{ font-weight:bold; font-size:16px; color:#f57d20; margin-bottom:20px;}
.testMonailWrapper span{ font-weight:normal; font-size:16px; color:#555a5d; }
.test-carousel .owl-nav{    position: absolute;top: -28px;display: block !important;right: 40px; transition:0.9s}
.test-carousel .owl-prev{ position:absolute; right:6px; background:url(../images/arrow-left.png) center center no-repeat!important;  width:30px; height:40px; transition:0.9s;  text-align:center;  } 
.test-carousel .owl-prev span{opacity:0;}
.test-carousel .owl-next{ position:absolute; left: 0px; background:url(../images/arrow-right.png) center center no-repeat!important; width:30px; height:40px; transition:0.9s; text-align:center; transition:0.9s } 
.test-carousel .owl-next span{opacity:0;}
.test-carousel .owl-next:hover{ border:1px #2b3b4a solid!important; }
.test-carousel .owl-prev:hover{ border:1px #2b3b4a solid!important; }
.banner .owl-nav{    position: absolute;bottom: 0px;display: block !important;right: 40px; transition:0.9s}
.banner .owl-prev{ position:absolute; right:6px; background:url(../images/arrow-left.png) center center no-repeat!important;  width:30px; height:40px; transition:0.9s;  text-align:center;  } 
.banner .owl-prev span{opacity:0;}
.banner .owl-next{ position:absolute; left: 0px; background:url(../images/arrow-right.png) center center no-repeat!important; width:30px; height:40px; transition:0.9s; text-align:center; transition:0.9s } 
.banner .owl-next span{opacity:0;}
.banner .owl-next:hover{ border:1px #2b3b4a solid!important; }
.banner .owl-prev:hover{ border:1px #2b3b4a solid!important; }
.footerBg{ background:#d7dadd; padding-top:70px; padding-bottom:50px;}
.subLetterWrapper{ position:relative; padding-right: 200px;}
.subLetterDiv{ position:absolute; right:0; top:0;}
.subLetterWrapperAll{max-width: 632px; margin:0 auto; }
.footerStayhuntDiv{ text-transform:uppercase; text-align:center; margin-bottom:10px; font-size:32px; letter-spacing:5px; color:#2b3b4a; font-weight:normal;}
.footerStayhuntTxt{ color:#5c6d7d; font-size:18px; font-weight:normal; margin-bottom:15px; text-align:center;}
.subLetterField{ width: 100%;background: #fff;font-size: 14px;color: #a4a4a4;font-weight: normal;display: block;padding: 15px;border: none;}
.subLetterBtn{ background:#2b3b4a url(../images/subscribe-icon.png) right no-repeat; width: 190px; padding: 12px;
border: none; color:#fff; font-size:18px; text-transform:capitalize; transition:0.9s}
.subLetterBtn:hover{ background:#f57d20 url(../images/subscribe-icon.png) right no-repeat;}
.footerNav ul{ margin:30px 0 0; padding:0; text-align:center; }
.footerNav li{ display:inline;  position:relative}
.footerNav li:last-child:before{ display:none;}
.footerNav a{color:#2b3b4a!important; font-weight:300; text-transform:uppercase; display:inline-block; padding-left: 24px; position: relative }
.footerNav li:before{ position: absolute;content: "";width: 1px;background: #333;height: 11px;bottom: 6px;right: -15px; }
.footerNav a:hover{ color:#f57d20!important;}
.enquiryDivAll{ max-width: 575px; margin:20px auto 0; display:block; text-align:center; }
.enquiryDivWrapper{ position:relative}
.enquiryDiv{ position:absolute; left:0; top:0;}
.enquirySpan{ padding-left:20px; color:#2b3b4a; font-size:15px; font-weight:normal;}
.contactInfoDiv{ border-top:1px #fff solid; border-bottom:1px #fff solid; float:left; width:100%; margin-top:20px;}
.contactInfoDiv h3{ color:#f57d20; font-size:17px; text-transform:uppercase; margin-bottom:20px; font-weight:bold;}
.contactInfoDiv p{ color:#2b3b4a; font-weight:normal; line-height:28px; font-size:14px; margin-bottom: 16px; text-align:left }
.contactInfoDiv span{ color:#2b3b4a; font-weight:bold; font-size:14px;}
.contactInfoDiv label{color:#2b3b4a; font-weight:normal; line-height:28px; font-size:14px; display:block;  }
.contactInfoDivBorder{border-left: 1px #fff solid;padding-top: 60px;padding-bottom: 55px;min-height: 358px;padding-left: 28px;}
.contactInfoDivBorder1{padding-top: 60px;padding-bottom: 63px; padding-left: 0 !important;}
.socialMediaFrame {position: relative;padding:50px 0 0;display: inline-block;}
.socialIconDivOne { float: left;line-height: 51px;   color: #2b3b4a; font-weight:normal; font-size:17px; text-transform:uppercase;}
.socialMediaIcon {font-size: 17px;font-weight: 300;color: #2b3b4a; font-weight:normal;display: inline-block;padding-left: 10px;-moz-transition: .4s;-webkit-transition: .4s;-ms-transition: .4s;-o-transition: .4s;transition: .4s;}
.socialLink {display: block;float: left;}
.socialIconDiv {float: left; margin: 0 15px;color: #2b3b4a;-moz-transition: .4s;-webkit-transition: .4s;-ms-transition: .4s;-o-transition: .4s;transition: .4s; font-size:17px;}
.socialMediaIconBorder {background: #8f9fad;width: 50px;height: 50px;display: inline-block;line-height: 52px;border-radius: 50%;-moz-transition: .4s;-webkit-transition: .4s;-ms-transition: .4s;-o-transition: .4s;transition: .4s;}
.socialMediaIconBorderIcon {color: #fff; font-size: 20px;}
.socialLink:hover .socialMediaIconBorder{  background:#f57d20;  -webkit-box-shadow: 0px 0px 0px 7px rgba(255,255,255,0.70);
-moz-box-shadow: 0px 0px 0px 7px rgba(255,255,255,0.70);
box-shadow: 0px 0px 0px 7px rgba(255,255,255,0.70);}
.socialLink:hover .socialMediaIconBorderIcon{ color:#fff;}
.headerSocial{ display:block; text-align:center; color: #acb1b5;padding-bottom: 20px;font-size: 20px; }
.headerSocial:hover{ color:#fff;}
.footerEndBg{ background:#213344; padding: 16px 15px;}
.footerTxt{ color:#838c95; font-size:14px; font-weight:normal; margin-bottom:0; margin-top: 12px;}
.footerTxt a{color:#fff; font-size:14px; font-weight:normal; margin-bottom:0;}
.footerTxt a:hover{ color:#f57d20;}
.headerFollows{ color: #adadad;margin-bottom: 58px;font-size: 11px;display: block;font-weight: normal;letter-spacing: 3px;position: relative;-ms-transform: rotate(-90deg);-webkit-transform: rotate(-90deg);transform: rotate(-90deg);text-transform: uppercase;}
.headerFollows:before{position: absolute;left: 144px;top: -24px;content: "";background: #adadad;width: 1px;height: 65px;-ms-transform: rotate(-90deg);-webkit-transform: rotate(-90deg);transform: rotate(-90deg);}
.enquiryBtn{ background:#f57d20; padding:5px 20px; text-align:right; display:inline-block; float:right; color:#fff; }
.enquiryBtn:hover{ background:#8f9fad; color:#fff;}
.aboutWrapperBorder{ border-left:1px #fff solid;}
.menuHolder {float: right; padding-top: 28px;}
.txtPhnIconWrapper {position: relative;}
.txtPhnIconWrapper1 {position: absolute;right: 0px;top: -35px;z-index: 1;}
.headerPhn {color: #ffffff;font-size: 14px;font-weight: normal;margin-left: 0;display: inline-block;position: relative;padding-right: 25px;padding-left: 20px;}
.headerPhn::before {position: absolute;content: "";height: 15px;width: 20px;background: url(../images/header-icon1.png) no-repeat;left: -8px;
top: 3px;}
.headerPhn1 {color: #ffffff;font-size: 14px;font-weight: normal;margin-left: 0;display: inline-block;position: relative;padding-right: 0px;padding-left: 20px;}
.headerPhn1::before {position: absolute;content: "";height: 17px;width: 11px;background: url(../images/header-icon2.png) no-repeat;left: 0px;top: 3px;}
.applyOnlineDiv { position: absolute;right: 0px;top: 0px; transition:0.4s}
#search {position: fixed;top: 0px;left: 0px;width: 100%;height: 100%; z-index:1;background-color: rgba(0, 0, 0, 0.7);-webkit-transition: all 0.5s ease-in-out;-moz-transition: all 0.5s ease-in-out;-o-transition: all 0.5s ease-in-out;-ms-transition: all 0.5s ease-in-out;transition: all 0.5s ease-in-out;-webkit-transform: translate(0px, -100%) scale(0, 0);-moz-transform: translate(0px, -100%) scale(0, 0);-o-transform: translate(0px, -100%) scale(0, 0);-ms-transform: translate(0px, -100%) scale(0, 0);transform: translate(0px, -100%) scale(0, 0);opacity: 0;}
#search.open {-webkit-transform: translate(0px, 0px) scale(1, 1);-moz-transform: translate(0px, 0px) scale(1, 1);-o-transform: translate(0px, 0px) scale(1, 1);-ms-transform: translate(0px, 0px) scale(1, 1);transform: translate(0px, 0px) scale(1, 1); opacity: 1;}
#search input[type="search"] {position: absolute;top: 50%;width: 100%;color: rgb(255, 255, 255);background: rgba(0, 0, 0, 0);font-size: 60px;
font-weight: 300;text-align: center;border: 0px;margin: 0px auto;margin-top: -51px;padding-left: 30px;padding-right: 30px;outline: none;}
#search .btn {position: absolute; background:#f57d20; border:none;top: 50%;left: 50%;margin-top: 61px;margin-left: -100px;width: 200px;padding: 10px;border-radius: 30px;font-size: 16px;font-weight: 300px; transition:0.9s}
#search .btn:hover{ background:#213344}
#search .close:hover{background:#213344}
#search .close {position: fixed; transition:0.9s;top: 55px;right: 15px;color: #fff;background:#f57d20;border-color: #f57d20;opacity: 1;padding: 10px 17px;font-size: 27px;}
.ourProject{color: #f47820;font-size: 32px;font-weight: normal; margin-top: 14px;letter-spacing: 10px;margin-bottom: -49px;text-transform: uppercase;}
.ourProject span{color: #1e2b38;}
.ourProjectBg{ float: left; clear: both; width: 100%; position: relative; background:#d7dadd; padding: 127px 0px 30px; }
.ourProjectBg:before{ position: absolute;
left: 50%;
top: 0;
width: 2px;
background: #f47820;
height: 60px;
content: "";
z-index: 100;  }

.ourProjectBg:after{ position: absolute;
left: 50%;
top: -61px;
width: 2px;
background: #999d9f;
height: 60px;
content: "";
z-index: 100;  }



#exTab1 .tab-content{ margin-top:100px;}
#exTab1 .nav{ position: absolute;
right: 222px;
top: 134px;}

#exTab1 .nav-pills > li.active > a{ color:#f57d20; padding-right:20px; position:relative text-transform:uppercase; font-size:15px; padding-bottom:10px; padding-left:0; background:none;} 
#exTab1 .nav-pills > li.active > a:before{ position:absolute; transition:0.9s; content:""; left:0;  width:90%; height:1px; background:#333; bottom:0;   }

#exTab1 .nav-pills > li.active > a:after{ position: absolute;
transition: 0.9s;
content: "";
left: 50%;
width: 1px;
height: 20px;
background: #333; margin-left:-10px;
bottom: -19px;   }
#exTab1 .nav-pills > li > a{color:#1e2b38;  padding-right:20px; padding-left:0;  text-transform:uppercase; font-size:15px; padding-bottom:10px; background:none;}

.projectViewall{ color:#f57d20; display:inline-block; font-size:16px; text-align:center; text-transform:uppercase; font-weight:normal; border:1px #333 solid; padding: 4px 18px; position:absolute; right: 105px; top: 138px; text-transform:uppercase}
.projectViewall:hover{ background:#333; color:#fff}

.tabImgWrapper{ position:relative; overflow:hidden;padding:0 60px}
.zoom{
    transition: transform .9s;
    margin: 0 auto;
}
.zoom:hover {
    -ms-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.tabImgWrapperDiv{ position:absolute; left: 117px;
bottom: 54px;}
.tabLeftDiv{float:left;width:300px;background:#fff;min-height:255px;text-align:center;padding:15px;display: none;}
.tabRightDiv{float:left; width:300px; background:rgba(255, 255, 255, 0.86); min-height:255px; padding: 23px 30px; }
.tabRightDiv p{ color:#101e2a; font-size:14px; margin-bottom:0; font-weight:normal; line-height:26px;}
.tabLeftDiv h3{ color:#555555; font-size:17px; margin-top:15px; text-transform:uppercase; margin-bottom:5px;}
.tabLeftDiv a{ color:#bcbcbc; text-transform:uppercase; font-weight:bold; }
.tabLeftDiv a:hover{ color:#f1592f}

.banner-wraperSubpage{ position:relative; float:left; clear:both; width:100%; overflow: hidden;}
.breadCrumb{ text-align:center}
.breadCrumb ul{ margin:0; padding:0;}
.breadCrumb li{ display:inline-block; color:#5e6164; font-size:13px; text-transform:uppercase; position:relative ; padding-left: 17px;}
.breadCrumb li:before{ position: absolute;content: "";left: 7px;top: 5px;background: #5e6164;width: 1px;height: 10px;}
.breadCrumb li:first-child:before{ display:none;}
.breadCrumb a{display:inline-block; color:#5e6164; font-size:13px; text-transform:uppercase; position:relative}
.breadCrumb a:hover{ color:#f57d20;}
.breadCrumbBgSpacing{ padding:20px 15px 70px}
.commanHeaderMain h1{ font-size:90px; color:#edf1f3; font-weight:bold; text-transform:uppercase; text-align:center; letter-spacing: 12px;}
.commanHeaderMain h2{margin-top: -97px; color:#101e2a; font-size:32px; text-align:center; text-transform:uppercase; letter-spacing: 10px; font-weight:normal; margin-bottom: 130px; }

.mainContentAreaBg{ padding:0px 0px 40px;}
.about-content p{ color:#555555; font-weight:normal; font-size:14px; line-height:34px; text-align:justify; margin-bottom:0;}
.yearsDiv h3{ color:#f57d20; font-size:110px; font-weight:bold; text-align:center; margin-bottom: 50px;}

.yearsDiv{ border: 3px #101e2a solid;

   
    min-height: 171px; position:relative 

}
.yearsDiv1{ position: absolute;

left: 50%;

bottom: -39px;

margin-left: -42%;

width: 85%;}
.yearsDivWrapper{ position:absolute; text-align:center; left:50%; width:100%; margin-left:-50%;}
.yearsDivtxt{background: #fff;
font-size: 54px;
font-weight: bold;
letter-spacing: 8px;
text-align: center;
color: #f57d20;
text-transform: uppercase;
line-height: 36px;
margin-bottom: 0;
}
.yearsDivSpan{background:transparent; font-size:21px; display:block;  }

.middile-content{ padding: 70px 15px 30px; background:url(../images/quotes-img1.png) center 190px no-repeat; ;}
.middile-content h3{ color:#101e2a; font-weight:normal; font-size:22px; margin-bottom:30px; text-align:center; text-transform:uppercase}
.middile-content p{ color:#555555; font-weight:normal; font-size:14px; line-height:34px; text-align:center; margin-bottom:60px;}
.middile-content span{ color:#f57d20; font-weight:bold; font-size:18px;}
.subPageAwardsBg{ background:url(../images/about-bg-img.jpg) center center no-repeat; padding: 70px 15px 50px; overflow:hidden; background-attachment:fixed; background-size:cover}


.wrapper{
  width:100%;
  padding-top: 20px;
  text-align:center;
}


.slick-slide{
  margin:10px;
}

.awardsImgWrapper p{ line-height:23px; color:#fff; font-weight:normal; font-size:15px; margin-top:10px; }
.awardsImgWrapper h2{ font-size:32px; color:#fff; text-transform:uppercase; margin-bottom:40px; font-weight:normal; }
.awardsImgWrapper h3{ font-size:25px; margin-bottom:10px; text-transform:uppercase; font-weight:normal; color:#fff; position:relative; padding-top: 140px;}
.awardsImgWrapper h3:before{ position:absolute; top:0; content:""; left:50%; background:#fff; width:1px; height: 107px;}

.whyChooseWrapper{ padding: 90px 0px 0; }
.whyChooseWrapper h3{ color:#101e2a; font-size:22px; text-transform:uppercase; margin-bottom:20px; text-transform:uppercase}
.whyChooseWrapper p{ color:#555555; font-size:14px; font-weight:normal; line-height:32px; text-align:justify}


/*conatct*/

.footerinput {
	position: relative;
	z-index: 1;
	display: block;

}

.footerinput__field {
position: relative;
display: block;
padding: 13px 0;
border: none !important;
border-radius: 0;
background: #f0f0f0;
color: #aaa;
font-size: 24px;
-webkit-appearance: none;
}

.footerinput__field:focus {
	outline: none;
}


.footerinput__label-content {
	position: relative;
	display: block;
	padding: 1.6em 0;
	width: 100%;
	color: #101e2a;  font-size:15px; font-weight:normal; text-transform:uppercase;

}

/* Hoshi */
.footerinput--hoshi {
overflow: hidden; margin-bottom: 4px;
}

.footerinput__field--hoshi {


	width: 100%;
	background: transparent;
	color: #101e2a;
}

.footerinput__label--hoshi {
	position: absolute;
  top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	text-align: left;
	pointer-events: none;
}

.footerinput__label-content--hoshi {
	position: absolute;
}

.footerinput__label--hoshi::before,
.footerinput__label--hoshi::after {
	content: '';
	position: absolute;
	top: 7px;
	left: 0;
	width: 100%;
	height: calc(100% - 10px);
	border-bottom: 1px solid #c7ccce;
}

.footerinput__label--hoshi::after {
	border-bottom: 4px solid red;
	-webkit-transform: translate3d(-100%, 0, 0);
	transform: translate3d(-100%, 0, 0);
	-webkit-transition: -webkit-transform 0.3s;
	transition: transform 0.3s;
}

.footerinput__label--hoshi-color-1::after {
	border-color:#101e2a;
}

.footerinput__field--hoshi:focus + .footerinput__label--hoshi::after,
.footerinput--filled + .footerinput__label--hoshi::after {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.footerinput__field--hoshi:focus + .footerinput__label--hoshi .footerinput__label-content--hoshi,
.footerinput--filled + .footerinput__label--hoshi .footerinput__label-content--hoshi {
	-webkit-animation: anim-1 0.3s forwards;
	animation: anim-1 0.3s forwards;
}

@-webkit-keyframes anim-1 {
	50% {
		opacity: 0;
		-webkit-transform: translate3d(1em, 0, 0);
		transform: translate3d(1em, 0, 0);
	}
	51% {
		opacity: 0;
		-webkit-transform: translate3d(-1em, -40%, 0);
		transform: translate3d(-1em, -40%, 0);
	}
	100% {
		opacity: 1;
		-webkit-transform: translate3d(0, -40%, 0);
		transform: translate3d(0, -40%, 0);
	}
}

.subContactWrapper{  max-width:800px; margin:0 auto; display:block;}
.captchaWrapper{ position:relative; padding-left: 231px;}
.captchaWrapperDiv{ position:absolute; left:0; top:0;}
.enterCodeField{ color:#444444; font-size:15px; padding:10px; font-weight:normal; width:169px; border:1px #cacfd1 solid; margin-right: 9px; }
.contactSubmitBtn{ font-size:15px; font-weight:bold; color:#fff; text-align:center; background:#f57d20; padding:10px; letter-spacing:5px; text-transform:uppercase; border:1px #f57d20 solid; width:169px; transition:0.9s;}
.contactSubmitBtn:hover{ background:#2b3b4a; border:1px #2b3b4a solid;}
.captchaImgSpace { margin-right:15px;}
.captchaImgSpaceAll{ max-width:650px; margin:0 auto ; padding-top:40px; }
.contactAddressBgAll{ background:#2b3b4a; min-height:478px; margin-top:120px;}
.contactAddressBg{ background:#f57d20; padding:64px 50px; min-height:478px; }
.contactAddressBg h3{ color:#fff; font-size:20px; text-transform:uppercase; margin-bottom:20px; }
.contactAddressBg p{ color:#fff; font-size:18px; line-height:32px;text-align:left}
.phntxtAll{padding:64px 50px;}
.phntxtAll h2{ font-size:22px; margin-bottom:20px; color:#fff; text-transform:uppercase; }
.phntxtAll p{ font-size:14px; color:#a7b0b7; font-weight:normal; margin-bottom:20px; line-height:32px;text-align:left}
.phntxtAll h3{font-size:13px; color:#fff; font-weight:normal; margin-bottom:7px;}

/*prasanth */
.microdata {
    color:#FFFFFF;
}

.microdata h1{
    color:#FFFFFF;
    font-size:23px;
}
.summary p{
   text-align:justify;
   font-size:14px;
   line-height:30px;
   font-weight: normal;
}
.summary {
    list-style: none;
    padding-left: 0;
}
.summary li {
    position: relative;
    padding-left: 20px;
    line-height:30px;
    color:#555555;
    font-size:15px;
    margin-left:30px;
}
.summary li:before {
    content: '';
    width: 15px;
    height: 15px;
    position: absolute;
    background-image: url('../images/dot.png');
    background-size: cover;
    background-position: center;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}
.projectDeatilTxt li {
    position: relative;
    padding-left: 20px;
    line-height:30px;
    color:#555555;
    font-size:15px;
    margin-left:30px;
}
.projectDeatilTxt li:before {
    content: '';
    width: 15px;
    height: 15px;
    position: absolute;
    background-image: url('../images/dot.png');
    background-size: cover;
    background-position: center;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}
/*prasanth end */
/*Gallery*/

.galleryWrapper h2{ color:#101e2a; font-size:21px; font-weight:normal; margin-bottom:40px; }
.categoryWrapper{ position:relative; padding-right: 30px;}
.categoryWrapperTxt{ position:absolute; right:0; top:0;}
.categoryWrapper span{ text-align:right; font-size:17px; font-weight:normal; margin-bottom:0; color:#101e2a;}
.nav1{ position:absolute; right:16px; clear:both; z-index:1; }
.dropdown-menu{ min-width:100%; }
.dropdown-menu > li > a{ padding: 10px 20px;}
.galleryWrapper p{ color:#83878b; font-size:14px; font-weight:normal; text-transform:uppercase}
.galleryIconWrapper {position: absolute;z-index: 0;top: 18px;right: 16px;background: #f57d20;font-size: 14px;font-weight: normal;display: block;color: #fff;width: 82px;height: 27px;text-align: center;-webkit-transition: all 0.7s ease-out;-moz-transition: all 0.7s ease-out;-ms-transition: all 0.7s ease-out;-o-transition: all 0.7s ease-out;transition: all 0.7s ease-out;-ms-transform: rotate(-90deg);-webkit-transform: rotate(-90deg);
transform: rotate(-90deg);line-height: 27px;text-transform: uppercase; }
.galleryImgwrapper:hover .galleryIconWrapper {top: 25px;}
.galleryImgwrapper {position: relative;margin-bottom: 10px;}
.galleryIconWrapper img:hover{-ms-transform: scale(1.1);-webkit-transform: scale(1.1);transform: scale(1.1);}
.imgWrapperall{ margin-top:40px;}

/*galleryAlbum*/

.albumWrapper p{ color:#83878b; font-size:14px; font-weight:normal; text-transform:uppercase}
.albumIconWrapper {
position: absolute;
z-index: 0;
top: -40px;
right: 16px;
background: #f57d20;
font-size: 14px;
font-weight: normal;
display: block;
color: #fff;
width: 96px;
height: 27px;
text-align: center;
-webkit-transition: all 0.7s ease-out;
-moz-transition: all 0.7s ease-out;
-ms-transition: all 0.7s ease-out;
-o-transition: all 0.7s ease-out;
transition: all 0.7s ease-out;

line-height: 27px;

}

.albumWrapper:hover .albumIconWrapper {
    top: 20px;
}
.albumWrapper {
    position: relative; overflow:hidden;
  
 padding-left:3px; padding-bottom:3px; 
}
.albumDivLeft{ float:left; width:25%;}
.albumDivLeft img{ width:100%;}


/*Services*/

.serviceBg1{ background:url(../images/service-bg1.jpg) no-repeat center center; min-height:425px; background-size:cover; background-attachment:fixed; margin-top: 212px; }
.serviceDivWrapper:before{ background:#fff url(../images/service-icons1.png) no-repeat center center;
position: absolute; transition:0.9s;
left: 50%;
top: -35px;
content: ""; margin-left: -17px;
width: 70px;
height: 70px;
z-index: 1; border:2px #eef2f4 solid; border-radius:50%;  }
.serviceDivWrapper:hover:before{border:1px #f57d20 solid; -webkit-box-shadow: 0px 0px 0px 7px rgba(255, 116, 23, 0.65);
-moz-box-shadow: 0px 0px 0px 7px rgba(255, 116, 23, 0.65);
box-shadow: 0px 0px 0px 7px rgba(255, 116, 23, 0.65);}

.serviceDivWrapper{ position:relative; background:#eff2f3; min-height:387px; padding-left: 628px; padding-top:50px; padding-right:30px; padding-bottom:50px; margin-top: -197px; }


.serviceDiv{ position:absolute; left:0; top:0; bottom:0;}
.serviceDivWrapper h3{ color:#313f4d; font-size:22px; margin-bottom:20px; font-weight:normal;}
.serviceDivWrapper p{ color:#686c71!important; font-size:14px!important; line-height:32px; text-align:left!important; margin:0!important}

.serviceBg1 p{ font-size:20px; color:#fff; font-weight:300;  text-align:center; max-width: 870px; line-height:30px; margin: 89px auto 0;}





.serviceBg2{ background:url(../images/service-bg2.jpg) no-repeat center center; min-height:425px; background-size:cover; background-attachment:fixed; margin-top: 587px; padding-bottom:70px; }
.serviceDivWrapper1:before{ background: #fff url(../images/service-icons2.png) no-repeat center center;
position: absolute;
left: 50%;
top: -25px;
content: "";
margin-left: -16px;
width: 70px;
height: 70px;
z-index: 1;
border: 2px #eef2f4 solid;
border-radius: 50%; transition:0.9s }
.serviceDivWrapper1:hover:before{ border:1px #f57d20 solid; -webkit-box-shadow: 0px 0px 0px 7px rgba(255, 116, 23, 0.65);
-moz-box-shadow: 0px 0px 0px 7px rgba(255, 116, 23, 0.65);
box-shadow: 0px 0px 0px 7px rgba(255, 116, 23, 0.65);}
.serviceDivWrapper1:after{ position: absolute; transition:0.9s;
content: "";
left: 50%;
top: -188px;
background: #d1d5d7;
width: 1px;
height: 166px;
margin-left: 19px;}
.serviceDivWrapper1{ position:relative; background:#eff2f3; min-height:682px; padding-left: 628px; padding-top:50px; padding-right:30px; padding-bottom:50px; margin-top: -400px; }
.serviceDiv1{ position:absolute; left:0; top:0; bottom:0;}
.serviceDivWrapper1 h3{ color:#313f4d; font-size:22px; margin-bottom:20px; font-weight:normal;}
.serviceDivWrapper1 h2{ color:#313f4d; font-size:18px; margin-bottom:6px; font-weight:normal;}
.serviceDivWrapper1 p{ color:#686c71!important; font-size:14px!important; line-height:32px; text-align:left!important; margin:0 0 20px!important}
.serviceBg2 p{ font-size:20px; color:#fff; font-weight:300;  text-align:center; max-width: 870px; line-height:30px; margin:60px auto 0;}
.serviceBg3{ background:url(../images/service-bg3.jpg) no-repeat center center; min-height: 349px; background-size:cover; background-attachment:fixed; margin-top: 587px; padding-bottom:70px; }
.serviceDivWrapper2:before{ background: #fff url(../images/service-icons3.png) no-repeat center center;
position: absolute;
left: 50%;
top: -25px;
content: "";
margin-left: -16px;
width: 70px;
height: 70px;
z-index: 1;
border: 2px #eef2f4 solid;
border-radius: 50%; transition:0.9s }
.serviceDivWrapper2:hover:before{ border:1px #f57d20 solid; -webkit-box-shadow: 0px 0px 0px 7px rgba(255, 116, 23, 0.65);
-moz-box-shadow: 0px 0px 0px 7px rgba(255, 116, 23, 0.65);
box-shadow: 0px 0px 0px 7px rgba(255, 116, 23, 0.65);}
.serviceDivWrapper2:after{ position: absolute; transition:0.9s;content: "";left: 50%;top: -188px;background: #d1d5d7;width: 1px;height: 166px;
margin-left: 19px;}
.serviceDivWrapper2{ position:relative; background:#eff2f3; min-height: 560px; padding-left: 628px; padding-top:50px; padding-right:30px; padding-bottom:50px; margin-top: -400px; }
.serviceDiv1{ position:absolute; left:0; top:0; bottom:0;}
.serviceDivWrapper2 h3{ color:#313f4d; font-size:22px; margin-bottom:20px; font-weight:normal;}
.serviceDivWrapper2 h2{ color:#313f4d; font-size:18px; margin-bottom:6px; font-weight:normal;}
.serviceDivWrapper2 p{ color:#686c71!important; font-size:14px!important; line-height:32px; text-align:left!important; margin:0 0 20px!important}
.serviceBg3 p{ font-size:20px; color:#fff; font-weight:300;  text-align:center; max-width: 870px; line-height:30px; margin:60px auto 0;}
.hospitalityTxt p{ font-family:'Poppins';color: #555555;font-size: 16px;font-weight: 300;line-height: 32px;margin-bottom: 30px;max-width: 981px;margin: 0 auto 30px;}
.hospitalityImgDiv h3{ color:#2b3b4a; font-size:27px; font-weight:300; margin-bottom:30px; text-align:center; margin-top:0px;}
.hospitalityLeft{ float:left; width: 50%;}
.hospitalityRight{float:left; width: 50%; }
.hospitalityRightDiv{background: #edf1f3;min-height: 500px;padding: 39px 37px 11px;margin-top: 51px;margin-left: -37px;}
.hospitalityRight p{ font-size:14px; line-height:32px; font-weight:normal; margin-bottom: 14px;text-align:justify}
.hospitalityImgDiv{ margin-top:80px;}
#project .tab-content { color : white;padding: 30px 0px 0;}
#project .nav-pills > li > a {border-radius: 0}
#project .nav > li > a { position: relative;display: block; padding: 3px 15px;}
#project .nav-pills > li.active > a{ background:#2b3b4a; font-size:18px; font-weight:normal; text-transform:uppercase;  color:#fff; text-align:center; padding: 9px 37px;}
#project .nav-pills > li > a{padding: 9px 37px; background:none; font-size:18px;  text-transform:uppercase; font-weight:normal; color:#333333; text-align:center; border-left:1px #dadddf solid; border-right:1px #dadddf solid;}
#project .nav-pills > li:first-child > a{border-left:none;}
#project .nav-pills > li:last-child > a{border-right:none;}
#project .nav-pills > li + li{margin-left: -5px!important;}
#project .nav-pills{ border-bottom:1px #333 solid; border-top:1px #333 solid;}
#project .nav-pills > li{ float:none;}
#project .nav > li{ display:inline-block}
#project .nav{ text-align:center; border-bottom:1px #dadddf solid; border-top:1px #dadddf solid;}
.projectImgwrapper p{ color:#83878b; font-size:16px; font-weight:normal; text-transform:uppercase}
.projectIconWrapper {
position: absolute;
z-index: 0;
bottom: -24px;
right: -22px;
background: #f57d20;
font-size: 14px;
font-weight: normal;
display: block;
color: #fff;
width: 66px;
height: 66px;
text-align: center;
-webkit-transition: all 0.7s ease-out;
-moz-transition: all 0.7s ease-out;
-ms-transition: all 0.7s ease-out;
-o-transition: all 0.7s ease-out;
transition: all 0.7s ease-out;
line-height: 20px;
text-transform: uppercase;
padding-top: 15px; 
}
.projectImgwrapper:hover .projectIconWrapper { background:#2b3b4a;}
.projectImgDivMain{ float:left; width:33.33%; padding: 0 50px 0 0; margin-top: 50px;}
.projectImgwrapper {position: relative;margin-bottom: 10px; }
#project .tab-content p{ color:#666666; font-size:16px; text-transform:uppercase}
.projectDeatilsBtnWrapper{ position:relative}
.projectDeatilsBtnDiv{ position:absolute; left: 91px; bottom: 68px;}
.sendEnquiryBtn{ font-weight:normal; font-size:16px; color:#fff; text-transform:uppercase; background:#f57d20 url(../images/btn-arrow-icon.png) no-repeat right; width:200px; border:none; padding: 8px 24px; text-align:left; transition:0.9s}
.sendEnquiryBtn:hover{background:#101e2a url(../images/btn-arrow-icon.png) no-repeat right;}
.viewGalleryBtn{ font-weight:normal; font-size:16px; color:#fff!important; text-transform:uppercase; background:#101e2a url(../images/btn-arrow-icon.png) no-repeat right; width:200px; border:none; padding: 8px 35px; text-align:left; display:inline-block; margin-left:5px; border:none;margin-right: 5px;}
.viewGalleryBtn:hover{background:#f57d20 url(../images/btn-arrow-icon.png) no-repeat right; color:#fff!important;}
.projectDeatilRight{ float:right;}
.projectWrapper h2{ color:#101e2a; font-size:31px; margin-bottom:0; font-weight:normal; margin-top: 50px;}
.projectWrapper span{ color:#7f7f7f; font-size:16px; margin-bottom:0; font-weight:normal;}
.projectDeatilDivAll{ position:relative}
.projectDeatilDivAll:before{position: absolute;left: 50%;top: -32px;content: "";background: #bec1c3;height: 185px;width: 1px;}
.projectDeatilTxt{ color:#555555; font-size:14px; line-height:30px; font-weight:normal;}
.projectDeatilTxt p{ color:#555555; font-weight:normal; font-size:14px; margin-bottom:20px;  }

#projectDeatilTab1 .tab-content{ margin-top:100px;}
#projectDeatilTab1 .nav{ position: absolute;
right: 222px;
top: 134px;}

#projectDeatilTab1 .nav-pills > li.active > a{ color:#f57d20; padding-right:20px; position:relative text-transform:uppercase; font-size:15px; padding-bottom:10px; padding-left:0; background:none;} 
#projectDeatilTab1 .nav-pills > li.active > a:before{ position:absolute; transition:0.9s; content:""; left:0;  width:90%; height:1px; background:#333; bottom:0;   }

#projectDeatilTab1 .nav-pills > li.active > a:after{ position: absolute;
transition: 0.9s;
content: "";
left: 50%;
width: 1px;
height: 20px;
background: #333; margin-left:-10px;
bottom: -19px;   }
#projectDeatilTab1 .nav-pills > li > a{color:#1e2b38;  padding-right:20px; padding-left:0;  text-transform:uppercase; font-size:15px; padding-bottom:10px; background:none;}

.resp-ContentTabDiv{ float:left; width:16.66%; position: relative}
.resp-ContentTabWrapper{ position:relative; text-align:center; padding-top: 0px;}
.resp-ContentTabDiv:before{ position:absolute; right:0; top:0; background:#d1d4d7; content:""; width:1px; height:109px;}
.resp-ContentTabDiv:last-child:before{ display: none;}
.resp-ContentTab{ position:relative;  bottom: 13px;  transition:0.9s;margin-top:20px}
.resp-ContentTabWrapper:hover .resp-ContentTab{bottom: 18px;}
.resp-ContentTabWrapper p{ color:#555555; font-weight:normal; font-size:15px; transition:0.9s; margin-bottom:0;min-height: 60px;}
.resp-ContentTabWrapper p:hover{ color:#f57d20}
.respTabSepartes{ margin-top:110px;}
.respTabContainer{ padding-bottom:20px;}


.resp-ContentTabWrapper1{ position:relative; text-align:center; padding-top: 68px;}
.resp-ContentTab1{ position:relative; bottom: 45px; transition:0.9s}
.resp-ContentTabWrapper1:hover .resp-ContentTab1{bottom: 55px;}
.resp-ContentTabWrapper1 p{ color:#555555; font-weight:normal; font-size:15px; transition:0.9s; margin-bottom:0;}
.resp-ContentTabWrapper1 p:hover{ color:#f57d20}

.floorDivWrapper{ position:relative; border: 3px #d7dde2 solid;
overflow: hidden;
text-align: center; padding: 20px 0 20px;margin-bottom:50px;
}
.floorDiv{ position:absolute; top:0; bottom:0; height:100%; width:100%; transition:0.9s }
.floorDiv:hover{background:rgba(0,0,0,0.7)}
.iconDiv{ background:#f57d20; width:65px; height:65px; border-radius:50%; line-height: 65px; margin: 75px auto; opacity:0; transition:0.9s}
.iconDiv:hover{ background:#101e2a}
.floorDiv:hover .iconDiv{ opacity:1;} 
.floorDivWrapperAll p{ color:#8e8e8e; font-size:17px; font-weight:normal; text-align:left}
.floorDivSpacing{ margin-top:50px;}

.specificationDivTxt p{ color:#555555; font-size:14px; line-height:30px; text-align:left; margin-bottom:50px;}
.specificationWrapper{     position: relative;
    padding-left: 59px;
    line-height: 41px;
    padding-top: 11px;
    min-height: 58px;
}
.specificationDivTxt:hover .numberDiv{ background:#f57d20}
.specificationDivTxt:hover .numberDiv span{ color:#fff;}
.specificationDiv{ position:absolute; left:0; top:0;}
.specificationDivTxt h3{ font-size:18px; color:#101e2a; font-weight:normal;}
.numberDiv{ width:44px; height:44px; border:2px #f57d20 solid;}
.numberDiv span{ color:#101e2a; font-weight:normal; font-weight:normal; text-align:center; display:block;}

.carrersWrapper p{ color:#555555; font-size:14px; line-height:32px; margin-bottom:20px;}

.carrerWrapperDivMain{position: relative;
padding-left: 145px;

background: #f2f5f6;
overflow: hidden;

padding-right: 60px;}
.carrerWrapperMain{position: absolute; width:100px;

left: 0;

top: 0;

background: #2e3b4a;



height: auto;



text-align: center;



bottom: 0;
}
.carrerWrapperMain h3{ font-size: 30px;
position: absolute;
margin-bottom: 0;
-ms-transform: rotate(-90deg);
-webkit-transform: rotate(-90deg);
transform: rotate(-90deg);
font-weight: 100;
color: #fff;
display: block;
line-height: 50px;
height: 435px;
width: 463px;
top: 45px;

}
.carrerWrapperMain span{  color:#f57d20; font-normal:normal;}
.positionDivMain:hover .positionNumberBorder{ background:#f57d20}
.positionDivMain:hover .positionNumberBorder span{ color:#fff}

.positionDivMain1:hover .positionNumberBorder{ background:#f57d20}
.positionDivMain1:hover .positionNumberBorder span{ color:#fff}
.positionDivMain{ border-right:1px #ddd solid; border-bottom:1px #ddd solid; padding-bottom: 50px; padding-right: 67px; padding-top: 60px; transition:0.9s}
.positionDivMain1{border-bottom:1px #ddd solid; padding-bottom: 50px; padding-right: 67px; padding-left: 67px; padding-top: 60px;}
.positionDiv{ position:relative; padding-left: 59px; padding-top: 9px; }
.positionDivWrapper{ position:absolute; left:0; top:0px; text-align: center;}
.positionNumberBorder{ width:40px; height:40px; border:2px #f57d20 solid; border-radius:50%; transition:0.9s}
.positionDiv h3{ color:#313f4d; font-size:20px; font-weight:normal; margin-bottom:20px;}
.positionNumberBorder span{ color:#555555; font-size:20px; font-weight:normal; line-height:36px;}
.positionDiv p{ color:#555555; font-size:14px; font-weight:normal; line-height:32px;}
.applyNow{ color:#fff; text-align:cente; background:#f57d20; padding:7px; width:116px; display:block; text-align:center; font-size:14px; float:right; text-transform:uppercase}
.applyNow:hover{ background:#2e3b4a; color:#fff;}
.dropResumeBg{ background:#f57d20; padding:60px 15px; text-align:center; margin-bottom:10px;}
.dropResumeBg p{ font-weight:300; color:#fff; line-height:32px; margin-bottom:10px; }
.dropResumeBg span{ color:#fff; border:1px #2e3b4a solid; background:#2e3b4a; border-radius:50%; width:35px; height:35px; display:block; margin:0 auto; line-height: 32px;}
.carrersWrapper{ margin-bottom:70px;}
.carrersWrapper1 p{ margin-top:20px; text-align:center; font-weight:300; font-size:14px;}
.right-buttons{ position: fixed; right: 5px; top: 50%;margin-top: -110px; z-index:999; }

.qucickEnquiryBtn1 {
    position: fixed; outline:none!important; text-decoration:none !important;
    z-index: 1;
    right:80px;
    bottom: 0;
    text-transform: capitalize;


    font-size: 15px;
    padding: 7px;
    width: 150px;
    text-align: center;
    color: #fff !important;
    font-weight:bold; text-transform:uppercase; background: #f57d20;


 
}

.enquiryFields{ width:100%; background:#fff; border:1px #ddd solid; color:#333; padding:6px; font-weight:normal; margin-bottom:15px; text-transform:capitalize; font-size:14px; border-radius:3px; }


.enquiryFields::-webkit-input-placeholder { 
  color: #333;
}
.enquiryFields::-moz-placeholder { 
  color: #333;
}
.enquiryFields:-ms-input-placeholder { 
  color: #333;
}
.enquiryFields:-moz-placeholder { 
  color: #333;
}




/*Enquiry*/


.custom-select {outline:none!important;}
.custom-select select { outline:none!important;
width:100%; border:1px #ddd solid; color:#333; padding:6px; font-weight:normal; margin-bottom:20px; text-transform:capitalize; font-size:14px; border-radius:3px; 
    background: #fff url(../images/drop-down.html) no-repeat center right;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
   
}

.sidenav1 {
    height: 75%; overflow: auto;
width:280px;
    position: fixed;
    z-index: 100;
    bottom: -720px; right:0; 
   
  background-color: #fff;
 
    transition: 0.5s; -webkit-box-shadow: 0px 2px 45px -10px rgba(0,0,0,0.75);
-moz-box-shadow: 0px 2px 45px -10px rgba(0,0,0,0.75);
box-shadow: 0px 2px 45px -10px rgba(0,0,0,0.75); border-radius:20px 0 0;
 
}
.sideEnquiryAll {
    padding: 25px 20px;
}
.sidenav1 a {
padding: 4px 0 10px 25px; border-bottom: 1px #012a57 dotted;
    text-decoration: none;
font-size: 14px;
    color: #fff;
    display: block; font-weight:300;
    transition: 0.3s;
}

.sidenav1 a:hover {
    color: #d3a968; 
}

.sidenav1 .closebtn1 {
 text-align: center;
 position: absolute;

top: 14px;

right: 15px;

font-size: 24px; transition:0.9s; background:#f57d20; line-height: 25px; 
}
.sidenav1 .closebtn:hover{ background:#364959;}




.enquiryNowHeader{ font-weight: bold;
color: #f57d20;
font-size: 21px;
text-transform: uppercase;
margin-bottom: 5px;

margin-top: 10px; margin-bottom:10px;}
.closeDiv1 {
 
    padding: 0px 22px;
    margin-bottom: -10px;
}
.closebtn1{font-size: 40px;
color: #fff;
float: right;
font-weight: 700;
cursor: pointer;
border:1px #f57d20 solid;
width: 30px;
height: 30px;
border-radius: 50%;}
.enquirySubmit{ background:#f57d20; padding:10px; transition:0.9s; text-align:center; color:#fff; font-size:15px; width:100%; border:none; border-radius:3px;}
.enquirySubmit:hover{ background:#364959; }


.closebtn1:hover{ background:#364959;}


@media screen and (max-width:1365px){ .facilityBg::before{ display:none;} .facilityBg::after{ display:none;} }

@media screen and (max-width:1199px){
.positionDivMain{ border-right:none;}
.resp-tabs-list li{padding: 79px 17px 0 17px !important;}
/*service*/
.serviceDiv{ position:static;}
.serviceBg1{ margin-top:0;}
.serviceBg2{ margin-top:100px;}
.serviceDiv img{ width:100%;}
.serviceDivWrapper::before{top: -78px;}
.serviceDivWrapper{ padding-left:15px; padding-right:15px; padding-top:15px; margin-top:40px; }
.serviceDivWrapper h3{ margin-top:20px; margin-bottom:20px;}
.serviceBg1 p{margin: 36px auto 0;}
.serviceBg1{ padding-bottom: 50px;}
.serviceBg2 p{ margin: 44px auto 0;}
.serviceDivWrapper1{ margin-top:0; padding-left:15px; padding-top:15px; padding-right:15px; margin-top:40px; min-height:auto;}

.serviceDivWrapper1::before{top: -77px;}
.serviceDivWrapper1 h3{ margin-top:30px;}
.serviceDivWrapper2{ padding-left:15px; padding-top:15px; padding-right:15px;}
.serviceDivWrapper2 h3{ margin-top:20px;}
.serviceBg3 p{margin: 26px auto 0;}

.serviceDivWrapper1::after{height: 68px; top: -140px;}
.serviceDivWrapper2{ margin-top:40px;}
.serviceDivWrapper2::before{top: -76px;}
.serviceDivWrapper2::after{height: 70px; top: -140px;}
.serviceBg3{margin-top: 100px; }

.yearsDivSpan{font-size: 15px;}
.yearsDivtxt{font-size: 34px;}

#exTab1 .nav{ position:static}
.ourProject{ margin-bottom:30px;}
#exTab1 .tab-content{ margin-top:50px;}
.contactInfoDivBorder{min-height: 519px;}
.noPadding {
    padding: 0 0 0 18px;
}
.awardsTxtDivAll{ text-align:center;}
.awardsWrapper p{ margin-bottom:30px;}
.social-nav1{ width:100%; bottom: 100px;}
.headerFollows{ display:none;}
.txtPhnIconWrapper{ display:none;}
.sh-nav {
    padding: 17px 0;
}

#cssmenu ul ul li a{padding: 18px 15px;}
#cssmenu > ul > li > a{padding: 15px 7px;} 	
.menuHolder{ padding-right:0; clear: both; float:none;}
.menuHolder{ padding-top:0;}
.logoWrapperTxt{padding-left: 163px;}
.logoWrapperTxt::before{ display:none;}
.logoWrapperTxt span{ margin-top:6px;}
.logoWrapper{ padding-top:0;}
.footerMainWrapper{ float:none; width:auto; padding-left:25px;}
.captionHolder h3{font-size: 136px;}
.logo{position:absolute;top: -13px;
left: 21px; width:100%;height:46px;text-align:left;padding:10px 0 0 0 ;float:none}
.logo2{display:none}
nav{width:100%;}
#cssmenu{width:100%; background:#00aad4;}
#cssmenu ul{width:100%;display:none}
#cssmenu ul li{width:100%;border-top:1px solid #fd9046}

#cssmenu ul ul li,#cssmenu li:hover > ul > li{height:auto}
#cssmenu ul li a,#cssmenu ul ul li a{width:100%;border-bottom:0}
#cssmenu > ul > li{float:none}
#cssmenu ul ul li a{padding-left:25px}

#cssmenu ul ul ul li a{padding-left:35px}
#cssmenu ul ul li a{color:#ddd;background:none}
#cssmenu ul ul li:hover > a,#cssmenu ul ul li.active > a{color:#fff}
#cssmenu ul ul,#cssmenu ul ul ul{position:relative;left:0;width:100%;margin:0;text-align:left}
#cssmenu > ul > li.has-sub > a:after,#cssmenu > ul > li.has-sub > a:before,#cssmenu ul ul > li.has-sub > a:after,#cssmenu ul ul > li.has-sub > a:before{display:none}
#cssmenu #head-mobile{display:none;padding:23px;color:#ddd;font-size:12px;font-weight:700}
.button{width: 60px;height: 46px;position: absolute;right: 0px;top: -26px;cursor: pointer;z-index: 100;-moz-transition: .4s;-webkit-transition: .4s;-ms-transition: .4s;-o-transition: .4s;transition: .4s;background: black;}

.button:after{position:absolute;top:22px;right:20px;display:block;height:8px;width:20px;border-top:2px solid #fff;border-bottom:2px solid #fff;content:''}
.button:before{-webkit-transition:all .3s ease;-ms-transition:all .3s ease;transition:all .3s ease;position:absolute;top:16px;right:20px;display:block;height:2px;width:20px;background:#fff;content:''}
.button.menu-opened:after{-webkit-transition:all .3s ease;-ms-transition:all .3s ease;transition:all .3s ease;top:23px;border:0;height:2px;width:19px;background:#fff;-webkit-transform:rotate(45deg);-moz-transform:rotate(45deg);-ms-transform:rotate(45deg);-o-transform:rotate(45deg);transform:rotate(45deg)}
.button.menu-opened:before{top:23px;background:#fff;width:19px;-webkit-transform:rotate(-45deg);-moz-transform:rotate(-45deg);-ms-transform:rotate(-45deg);-o-transform:rotate(-45deg);transform:rotate(-45deg)}
#cssmenu .submenu-button{position:absolute;z-index:99;right:0;top:0;display:block;border-left:1px solid #fd9046;height:46px;width:46px;cursor:pointer}
#cssmenu .submenu-button.submenu-opened{background:#f57d20}
#cssmenu ul ul .submenu-button{height:34px;width:34px}
#cssmenu .submenu-button:after{position:absolute;top:22px;right:19px;width:8px;height:2px;display:block;background:#ddd;content:''}
#cssmenu ul ul .submenu-button:after{top:15px;right:13px}
#cssmenu .submenu-button.submenu-opened:after{background:#fff}
#cssmenu .submenu-button:before{position:absolute;top:19px;right:22px;display:block;width:2px;height:8px;background:#ddd;content:''}
#cssmenu ul ul .submenu-button:before{top:12px;right:16px}
#cssmenu .submenu-button.submenu-opened:before{display:none}
#cssmenu ul ul ul li.active a{border-left:none}
#cssmenu > ul > li.has-sub > ul > li.active > a,#cssmenu > ul ul > li.has-sub > ul > li.active > a{border-top:none}

#cssmenu > ul > li::after{ display:none; }
#cssmenu > ul > li > a{ font-size:15px;}

.facilityImgWrapper::after{height: 188px;}
.facilityIconDiv span{ min-height: 52px;}
.facilitiesBtnRead{margin-bottom: 57px;}
.newseventsBg h3{font-size: 36px;}
.newseventsBg h3::before{width: 174px;}
.newseventsBg h2{font-size: 20px; margin-bottom: 10px;}
.newseventsBg h3{ margin-bottom:20px;}
.newseventsBg p{ font-size:14px; margin-bottom:20px; }
.newseventsBg span{ font-size:16px; margin-bottom:10px;}
.newseventsBg{padding: 30px 23px 34px;}
.newseventsBg::before{height: 50px; top: -50px;}
.newseventsBg::after{right: -50px;
width: 50px;}
.applyOnlineDiv{right: 59px;
top: -51px; }
.searchIocnSize{ height:20px;}
.sticky .applyOnlineDiv{top: -37px;}
.sticky .button{top: -50px;}

#cssmenu > ul > li > a::before{ display:none;}
#cssmenu{ padding-right:0; background:#f57d20}
#cssmenu:hover{ color:#fd9c5a}
.logo-2{padding-left: 20px;}
.sticky .sh-nav{padding: 17px 0;}
#cssmenu ul ul li a{ padding-left:0;}
#cssmenu ul ul li a{ text-align:center}
#cssmenu ul{background:#f57d20;position:absolute;z-index: 999;top: 17px;}
.awardsTxtDivAll{ max-width:100%;}
.awards{max-width: 695px;}
.awards .owl-nav{left: 26%;}
.certificationHeader{font-size: 24px;}
.socialMediaIcon{ display:none;}
.socialIconDiv{margin: 0 6px;}
.socialMediaFrame{padding: 21px 15px 0px;}
.footerBg{padding-bottom: 13px;}
}

@media screen and (max-width:1000px){

}

@media screen and (max-width:991px){



.floorDivSpacing{ margin-top:0;}
.floorDivWrapperAll p{ margin-bottom:20px;}
.resp-ContentTabDiv{width: 32.66%;}
.resp-ContentTabWrapper p{margin-bottom: 34px;min-height:70px;}
.respTabSepartes{ margin-top:0; clear:both;}
.resp-ContentTabWrapper1::before {
    position: absolute;
    right: 0;
    bottom: 0;
    background: #d1d4d7;
    content: "";
    width: 1px;
    height: 109px;
}
.projectImgDivMain{ width:50%;}
.hospitalityRight{ float:none; width:100%;}
.hospitalityRightDiv{ margin-left:0px; margin-top:0; min-height:auto; padding: 17px 23px 11px;}
.hospitalityImgDiv{ margin-top:20px;}

.hospitalityImgDiv h3{ margin-bottom:20px; font-size:20px; }
.hospitalityLeft{ float:none; width:100%;}
.middile-content{padding: 90px 15px 0px;}
.subPageAwardsBg{padding: 50px 15px 50px;}
.awardsImgWrapper h2{font-size: 24px; margin-bottom: 30px;}
.awardsImgWrapper p{ font-size:14px;}
.awardsImgWrapper h3{ font-size:20px;}
.whyChooseWrapper{padding: 50px 0px 0;}
.middile-content p{ font-size:16px;}
.middile-content h3{ font-size:20px; margin-bottom:20px;}
.middile-content span{ font-size:16px;}
.whyChooseWrapper h3{ font-size:18px;}
.yearsDiv h3{ font-size:78px; margin-bottom: 16px;}
.yearsDiv1{ width:40%; margin-left:-20%}
.yearsDiv{min-height: 140px;}
.about-content p{ margin-bottom:30px;}
.socialMediaFrame{ padding: 20px 0 0 ;}
.footerNav a{ display:block; padding-left:0; padding-bottom:10px;}
.footerStayhuntDiv{ text-align:left;}
.footerStayhuntTxt{ text-align:left;}
.footerNav a{ text-align:left;}
.enquiryDivAll{ max-width:100%; margin:0; text-align:left;}
.enquirySpan{ display:block; padding-left:0; padding-bottom:10px;}
.subLetterWrapperAll{ max-width:100%;}
.footerNav a::before{ display:none;}
.contactInfoDivBorder1{padding-top: 20px;
padding-bottom: 0px; padding-left:0;}
.contactInfoDivBorder{ border-left:none; padding:0; min-height:auto;}
.contactInfoDiv{ border-bottom:none; border-top:none;}
.footerStayhuntDiv{ font-size:26px;}
.footerStayhuntTxt{ font-size:15px;}
.footerBg{padding-top: 50px;}
.testMonialSectionBg{padding: 70px 15px 70px;}
.testMonailWrapper{margin-top: 85px;}
.testMonialHeader{ font-size:23px;}
.testMonailWrapperDiv1{ top:7px;}
.logosImg{ padding-left: 23px;}

.certificationHeader::before{ display:none;}
.certificationHeader{ text-align:center; margin-bottom:40px; padding-top: 0px;}
.awardsSectionBg{padding: 70px 15px;}
.awardsWrapper h1{ font-size:50px; margin-bottom: 18px;}
.awardsWrapper h3{ font-size:23px; margin-bottom: -6px;}

.aboutWrapper p{ max-width:100%;}

.aboutWrapper::before{ display:none;}

.yearWrapperDiv::before{ display:none;}
.aboutImgDivAll{ display:none;}
.aboutWrapperDiv{ display:none;}
.aboutWrapper{ text-align:center;}
.aboutWrapper span{margin-bottom: 20px;}
.aboutWrapper p{margin-bottom: 20px;}
.aboutWrapper a{ margin-bottom:30px; display:block}

.aboutSectionBg{padding: 70px 15px;}
.banner-text-in h3{font-size: 29px; line-height: 38px;}
.banner-wraper{ height:auto;}
.vdoTxtBgWrapper{width: 220px;}
.subCaptionHolder1 h2{font-size: 43px;}
.logo > img{height: 44px;}
.yearNumberHeader::before{ display:none;}
.yearNumberHeader{ font-size:73px; margin-bottom:0;}
.yearWrapperDiv{margin-top: 17px;}
.yearTxtHeader{font-size: 33px;}
.yearTxtHeaderSpan{ font-size:14px;}
.aboutWrapper h3{    font-size: 28px;}
.serviceSectionBg{padding: 70px 15px 30px;}
.servicesWrapperDiv1::before{ display:none;}

.servicesWrapperDiv3::before{ display:none;}
.serviceWrapper h1{font-size: 50px;}
.serviceWrapper h3{font-size: 22px; margin-bottom: -10px;}
.servicesWrapperDiv1 span{ font-size:20px; margin-bottom:20px;}
.servicesWrapperDiv1 p{ margin-bottom:20px;}
.servicesWrapperDiv1{padding-top: 80px; padding-bottom:40px;}
.servicesWrapperDiv1:hover .servicesWrapperDiv2{top: -20px;}
.servicesWrapperDiv1 p{ font-size:14px;}

.servicesWrapperDiv3::after{ display:none;}


.servicesWrapperDiv3 span{ font-size:20px; margin-bottom:20px;}
.servicesWrapperDiv3 p{ margin-bottom:20px;}
.servicesWrapperDiv3{padding-top: 80px; padding-bottom:40px;}
.servicesWrapperDiv3:hover .servicesWrapperDiv4{top: -20px;}
.servicesWrapperDiv3 p{ font-size:14px;}
.parallax-sec{padding: 70px 15px 50px; min-height:auto;}
.ourCredentailsHeader{ font-size:23px; margin-bottom:30px;}
.counter-valueTxt{font-size: 14px;}
.counter-value{font-size: 34px; margin-bottom:0;}
.video-text{top: 13px;}
.vdoHeader{font-size: 21px; margin-bottom:10px;}
.vdoHeaderViewAllBtn{font-size: 13px;}
.vdoTxtdiv{ display:none;}
.video-carousel .owl-nav{ bottom:45px;}
.tabRightDiv{ display:none;}
.ourProjectBg::before{ display:none;}
.ourProjectBg::after{ display:none;}
.ourProjectBg{padding: 36px 0px;}
.projectViewall{ position:static; margin-top: 56px;}
.breadCrumbBgSpacing{padding: 20px 15px 28px;}
.contactAddressBgAll{ margin-top:60px;}
}

@media screen and (max-width:767px){
.carrerWrapperDivMain{padding-left: 107px;}
.positionDivMain{padding-top: 17px; padding-right:0;}
.positionDivMain1{padding-top: 17px; padding-right:0;}
.positionDivMain1{ padding-left:0}
.resp-ContentTabDiv{width: 50%;}
.projectDeatilDivAll::before{ display:none;}
.projectWrapper h2{ text-align:center; margin-top:10px;}
.projectWrapper span{ text-align:center; display:block; margin-bottom:40px;}
.projectDeatilsBtnDiv{ position:static; text-align:center; margin-bottom:40px;}
.projectDeatilRight img{ display:block; margin:0 auto 30px;}
.projectDeatilRight{ float:none;}
.resp-tab-content{ margin-top:40px; }
.resp-ContentTabWrapper::before { display:none;}
.resp-ContentTabWrapper1::before { display:none;}
.resp-ContentTabWrapper p{ font-size:15px;}
.resp-ContentTabWrapper1 p{ font-size:15px;}
#project .nav > li{ display:block; }
#project .nav-pills > li > a{ border:0;}
#project .nav{ border:0;}
.projectImgDivMain{ margin-top:10px;}
.projectImgDivMain{ padding: 0 10px 0 10px;}
.projectImgDivMain{ width:100%; float:none}
/*gallery*/
.galleryImgwrapper img{ width:100%;}
.imgWrapperall{ margin-top:0;}
.nav1{left: 16px; top: -43px;}
.categoryWrapperTxt{ left:0;}
.categoryWrapper{ padding-right:0; padding-left: 27px;}
.galleryWrapper h2{margin-bottom: 56px;}
.dropdown-menu{ z-index:100;}

.serviceBg1{ margin-top:34px;}

.awardsImgWrapper h2{ text-align:center;}
.ourProject{font-size: 21px; margin-bottom:20px;}
#exTab1 .nav-pills > li > a{ font-size:13px;}
#exTab1 .nav-pills > li.active > a{ font-size:13px;}
.awardsImg img{ margin:0 auto; display:block;}
.awardsImgWrapper p{ text-align:center;}
.commanHeaderMain h1{ font-size:66px;}
.commanHeaderMain h2{margin-bottom: 53px; font-size: 30px; margin-top: 0px; margin-bottom:30px; letter-spacing: 3px; font-weight:bold;}

.awards .owl-nav{ display:none;}
.tabLeftDiv img{ height: 59px;
margin: 0 auto;}
.tabLeftDiv{width: 189px; min-height: 155px;}
.tabImgWrapperDiv{ bottom:0; left: 60px;}
.footerBg{ padding-left:15px; padding-right:15px;}
.vdoTxtdiv1{ display:none;}

.video-sec::after{ display:none;}
.video-sec::before{ display:none;}
.counterBorder{ border-right:none;}
.counter-valueTxt{ margin-bottom:40px;}
.awardsWrapper h2{font-size: 16px;}
.awardsImgDivWrapper{min-height: 187px;
padding: 28px 0 0;}
.awards img{ width:100%;}

.social-nav{ display:none;}
.banner-text{ display:none;}
.noPadding{padding: 0 0 0 0px;}
.test-carousel .owl-nav{ top:0;}
.testMonailWrapper{padding: 54px 23px 16px;}
.enquiryBtn{ float:none; margin-top:10px;}
.subLetterWrapper{ padding-right:0;}
.subLetterDiv{ position:static; width:100%;}
.subLetterBtn{ width:100%;}
.socialMediaIconBorder{width: 38px;
height: 38px; line-height: 39px;}
.socialMediaIconBorderIcon{font-size: 16px;}
.serviceWrapper h1{font-size: 35px;}
.commanHeaderMain h1{ display:none;}
.captchaWrapperDiv{ position:static}
.captchaWrapper{ padding-left:0;}
.enterCodeField{ width:100%; margin-top:20px; margin-bottom:20px;}
.contactSubmitBtn{ width:100%;}
.captchaImgSpaceAll{padding-top: 20px;}
.contactAddressBg{ min-height:auto;}
.contactAddressBg{padding: 35px 27px;}
.phntxtAll{padding: 35px 27px;}
.albumDivLeft{ width:100%;}
.respTabContainer{ padding-bottom:20px;}
.dropResumeBg{padding: 25px 15px;}
.dropResumeBg p{ font-size:14px;}
.carrersWrapper1{ padding:0 15px;}
.carrersWrapper{ margin-bottom:40px;}

}
@media screen and (max-width:479px){ 

    .resp-tab-content{ margin-top:40px; }
    .resp-ContentTabWrapper::before { display:none;}
    .resp-ContentTabWrapper1::before { display:none;}
    .resp-ContentTabWrapper p{ font-size:15px;min-height:110px;margin-bottom:0px}
    .resp-ContentTabWrapper1 p{ font-size:15px;}
    .resp-ContentTabDiv:before{ content:none;}

.positionDiv{ padding-left:0;}
.positionDivWrapper{ position:static}
.carrerWrapperDivMain{ padding-right:15px; padding-left: 66px;}
.applyNow{ float:left;}
.positionDivMain1{ padding-left:15px;}
.carrerWrapperMain h3{height: 448px;}

.carrerWrapperMain{ width:66px;}
.positionDiv h3{font-size: 16px; margin-top:20px; margin-bottom:10px;}
.sendEnquiryBtn{ width:84%; margin-bottom:10px;}

.viewGalleryBtn{width:84%; }

.yearsDiv1{width: 70%;
margin-left: -35%;}
.middile-content p{ margin-bottom:30px;}
#exTab1 .nav > li{ float:none; text-align:center}
.ourProject{ text-align:center;}
.projectViewall{ margin:20px auto 0; display:block}
.tabLeftDiv h3{font-size: 13px; margin-top:0;}
.tabLeftDiv a{ font-size:13px;}
.tabLeftDiv{ min-height:auto; width: 118px; padding: 2px; left: 40px;}
.serviceWrapper h3{ font-size:17px;}
.awardsWrapper h3{ font-size:17px;}
.certificationHeader{ font-size:20px; line-height: 28px;}
.testMonialHeader{ font-size:20px;}
.awardsWrapper h1{font-size: 31px;}
#exTab1 .nav-pills > li.active > a::after{ display:none;}
#exTab1 .nav-pills > li.active > a::before{ width:100px; margin-left:-50px; left:50%;}

.logosImg{ padding-left:0; margin:0 auto; display:block; padding-bottom:20px;}
.footerNav li:before{ position: absolute;content: none;width: 1px;background: #333;height: 11px;bottom: 6px;right: -15px; }
.hospitalityTxt p{ text-align:justify;font-family:'Poppins';color: #555555;font-size: 16px;font-weight: 300;line-height: 32px;margin-bottom: 30px;max-width: 981px;margin: 0 auto 30px;}
}
.headerPhn a{color:black}
.headerPhn1 a{color:black}


