@import url('https://fonts.googleapis.com/css?family=Rubik:300,400,500,700,900');

html,body,div,span,
h1,h2,h3,h4,h5,h6,
p,blockquote,q,em,img,small,strong,
dl,dt,dd,ol,ul,li,fieldset,form,label,legend{border:0;outline:0;margin:0;padding:0;font-size:100%;vertical-align:baseline;background:transparent}
body{line-height:1}
ol,ul{list-style:none}
:focus{outline:0}
input,textarea{margin:0;outline:0;}
textarea{overflow:auto; resize:none;}
table{border-collapse:collapse;border-spacing:0}
/* End Reset */

/* html5 */
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section { display: block; }


/* Default Font Styles
______________________*/
body, input, select, textarea{
	font-family: 'Rubik', sans-serif;
	font-size:14px;
	color:#606060;
	line-height:1.3;
	font-weight:400;
}

/* Headings
______________________*/
h2{
	color: #fff;
	font-size: 60px;
	font-weight: 700;
	text-transform: uppercase;
	margin-bottom: 10px;
}
h3{
}
h4{}
h5{}


/* Links
______________________*/
a{
	-webkit-transition: 0.1s ease-out 0.1s;
	-moz-transition: 0.1s ease-out 0.1s;
	transition: 0.1s ease-out 0.1s;
}
a:hover{
	text-decoration:underline;
}

.align-right{
	float:right;
	margin:0 0 18px 30px;
	border:1px solid #dcdcdc;
}
.align-left{
	float:left;
	margin:0 30px 18px 0;
	border:1px solid #dcdcdc;
}

/* input , textarea , button
______________________*/

input, 
textarea,
select{
	display:block;
	width:100%;
	border:1px solid #ccc;
	border-radius:4px;
	box-shadow:0 1px 1px rgba(0, 0, 0, 0.075) inset;
	transition:border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
	padding:8px 10px;
	color:#000000;
	font-size:14px;
}
select{
	-webkit-appearance:none;
    -moz-appearance:none;
    appearance:none;
    background:#ffffff url(../images/down-icon.png) no-repeat 96% center / 15px 15px;
    cursor:pointer;
	padding:6px 30px 6px 10px;
	color:#888888;
}
input:focus,
select:focus{
	border-color:#66afe9;
	box-shadow:0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(102, 175, 233, 0.6);
}
input.button{
	background:#AECB36;
	border:none;
	text-transform:uppercase;
	box-shadow:none;
	color:#093E51;
	font-weight:600;
	border-radius:2px;
	-webkit-transition: 0.2s ease-out 0.12s;
	-moz-transition: 0.2s ease-out 0.2s;
	transition: 0.2s ease-out 0.2s;
	border:1px solid transparent;
	padding:7px 10px;
}
input.button:hover{
	background:#ffffff;
	color:#1D5068;
	border:1px solid #1D5068;
}
.default-btn{
  background-color: #0071b7;
  border-color: #0071b7;
  color: #ffffff;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -o-border-radius: 50px;
  border-radius: 50px;
  padding:8px 15px;
  text-align: center;
  font-size: 10px;
}
.default-btn:hover{
  color: #ffffff;
  background-color: #000;
  border-color: #000;
}
.default-btn-black{
	background-color:#000;
	border-color: #000;
	color: #ffffff;
	-webkit-border-radius: 50px;
  	-moz-border-radius: 50px;
  	-o-border-radius: 50px;
  	border-radius: 50px;
	padding:8px 15px;
	text-align: center;
	font-size: 10px;
  }
  .default-btn-black:hover{
	color: #ffffff;
	background-color: #0071b7;
	border-color: #0071b7;
  }

/* p, blockquote, address
______________________*/
p{
}

/* Lists
______________________*/
ul,
ol{}

ul li,
ol li{}

/* Navigation
______________________*/
.navbar-header{
	float:right;
	display:none;
}
.navbar-header .collapse-button{
	background:#1aabe3;
	border:none;
	height:38px;
	padding-top:5px;
	transition:all 450ms ease-out 0s;
	width:auto;
	vertical-align:middle;
}
.navbar-header .collapse-button span{
	display:block;
	width:20px;
	height:2px;
	margin-bottom:3px;
	background:#ffffff;
}
.navbar-header em{
	display:inline-block;
	font-style:normal;
	margin:3px 0 0 5px;
	vertical-align:middle;
	font-weight:600;
	font-size:14px;
	text-transform:uppercase;
}
#menu{
	margin-top:12px;
}
#menu ul{
	padding:0;
	margin:0;
}
#menu li{
	display:inline-block;
	margin:0;
	position:relative;
	cursor:pointer;
	background:none;
	padding:0;
	line-height:1;
}
#menu li:last-child{
	margin:0;
}
#menu a{
	font-size:12px;
	color:#333;
	text-transform:uppercase;
	padding:20px 10px;
	display:block;
	font-weight: 500;
}
#menu li:hover a, 
#menu li.active a, 
#menu li.current-menu-item a, 
#menu li.current-page-ancestor a, 
#menu li.current-menu-ancestor a{
	color:#767676;
	background:none;
}
#menu li a:focus{
	background:none !important;
}
/* Sub Navigation
______________________*/
#menu li .sub-menu,
#menu li .sub-sub-menu{
	background: none;
	position: absolute;
	top:29px;
	width: 200px;
	z-index: 999;
	text-align: left;
	padding-top:50px;
	display: none;
	border:none;
}
#menu li .sub-sub-menu{
	position:absolute;
	right:0;
	padding-top: 0;
}
#menu li .sub-menu li {
	margin: 0;
	display: block;
	padding: 0;
	background: #333;
	border-right:none;
	position:relative;
}
#menu li .sub-menu li a {
	float: none;
	padding:15px;
	border-bottom: thin solid #ffffff;
	display: block;
	border-right:none;
	text-decoration:none;
	text-transform:capitalize;
	color: #fff;
}
#menu li .sub-menu li:last-child a {
	border: none;
}
#menu li:hover .sub-menu {
	display: block;
}
#menu li .sub-menu li a,
#menu li .sub-menu .sub-sub-menu li a{
	background: none;
	border-radius:0 !important;
	border:none;
}
#menu .sub-menu li:hover > a,
#menu li .sub-menu li.active > a{
	color: #ffffff;
	border-radius:0 !important;
	background:#0071b7;
	border:none;
}
#menu li .sub-menu .sub-sub-menu li:hover > a{
	background:#0071b7;
}
#menu li .sub-menu li:hover .sub-sub-menu{
	display:block;
	right:-200px;
	top:0;
}

/* Main Slider */

.mainslider{
	height:100vh;
	overflow:hidden;
	position:relative;
}
.mainslider li{
	margin:0;
	padding:0;
	background-repeat:no-repeat !important;
	background-size:cover !important;
	height:100vh;
	overflow:hidden;
}
.mainslider .slidercontent-wrap{
	text-align:left;
	width:100%;
	height:100%;
}
.mainslider .slidercontent-wrap .container{
	height:100%;
	position:relative;
}
.mainslider .slider-content{
	top:auto;
	bottom: 20%;
    left:0;
    position:absolute;
    transform:translate(0, 0);
	width:100%;
	z-index:999;
}
.mainslider .slider-content h2{
	text-shadow:0 2px 5px rgba(0, 0, 0, 0.8);
}
.mainslider .slider-content p{
	font-size:30px;
	font-weight: 300;
	margin:0 0 30px 0;
	color:#ffffff;
	text-shadow:0 2px 5px rgba(0, 0, 0, 0.8);
}
.mainslider .slider-content .default-btn{
	text-transform: uppercase;
	font-size: 14px;
	padding: 12px 35px;
	text-decoration: none;
}
.overlap {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.5);
	-webkit-transform: translate3d(0,0,0);
	z-index: 20;
}
/* Controls */
.bx-controls{
    left:0;
    position:absolute;
    top:50%;
    width:100%;
    z-index:99;
}
.bx-controls a{
	font-size:0;
	background:url(../images/prev-g.png) no-repeat;
	width:50px;
	height:50px;
	background-size:100% auto;
	display:block;
	opacity:0;
	margin:0 25px;
	-moz-transition:all 0.5s ease 0s;
	-webkit-transition:all 0.5s ease 0s;
	-o-transition:all 0.5s ease 0s;
	transition:all 0.5s ease 0s;
}
.bx-controls a:hover{
	opacity:0.6;
	-moz-transform:scale(1.2);
	-webkit-transform:scale(1.2);
	-o-transform:scale(1.2);
	transform:scale(1.2);
}
.bx-controls a.bx-next{
	background:url(../images/next-g.png) no-repeat;
	position:absolute;
	right:0;
	top:0;
	width:50px;
	height:50px;
	background-size:100% auto;
}
.mainslider:hover .bx-controls a{
	opacity:0.6;
}

.downarrow-wrap{
	position: absolute;
    bottom: 20px;
	left: 50%;
	z-index: 999;
	-webkit-transform: translate(-50%,0);
	-moz-transform: translate(-50%,0);
	-o-transform: translate(-50%,0);
	transform: translate(-50%,0);
}
.down-arrow{
    width: 60px;
    height: 60px;
    cursor: pointer;
    background-color: rgba(80, 80, 80, 0.5);
	border-radius: 50%;
}
.down-arrow a{
	display: inline-block;
    text-decoration: none;
	outline-style: none;
	cursor:none;
}
.down-arrow a i{
	position: absolute;
    top: 10px;
    left: 11px;
    font-size: 40px;
    color: #fff;
}
.bounce {
	-moz-animation: bounce 2s infinite;
	-webkit-animation: bounce 2s infinite;
	animation: bounce 2s infinite;
  }
@keyframes bounce {
	0%, 20%, 50%, 80%, 100% {
	  transform: translateY(0);
	}
	40% {
	  transform: translateY(-30px);
	}
	60% {
	  transform: translateY(-15px);
	}
  }
#projects-detail{
	background: #f3f3f3;
	padding: 45px 0;
}
  .carousel-wrap .item{
	  -webkit-border-radius: 20px;
	  -moz-border-radius: 20px;
	  -o-border-radius: 20px;
	  border-radius: 20px;
	  overflow: hidden;
	  border: 5px solid #fff;
  }
  .owl-theme .owl-nav{
    left:0;
    position:absolute;
    top:50%;
    width:100%;
	z-index:99;
	margin-top: -25px;
}
.owl-theme .owl-nav .owl-prev{
	position:absolute;
	left:-65px;
	background:url(../images/prev.png) no-repeat !important;
	width:40px;
	height:40px;
	background-size:100% auto !important;
}
.owl-theme .owl-nav .owl-next{
	position:absolute;
	right:-65px;
	background:url(../images/next.png) no-repeat !important;
	width:40px;
	height:40px;
	background-size:100% auto !important;
}
.owl-theme .owl-nav .owl-prev span,
.owl-theme .owl-nav .owl-next span{
	display:block;
	width:50px;
	height:50px;
	font-size:0;
}

#header{
	background: #fff;
	padding: 15px 0;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 999;
	width: 100%;
}
#header.active{
	position:fixed;
	left:0;
	top:0;
	width:100%;
	height:auto;
	z-index:9999;
	background:#fff;
}
#header .logo{
	text-align: right;
	padding:0
}
#header .logo a{
	background:url(../images/logo.jpg) no-repeat left top;
	background-size:100% auto;
	display:inline-block;
    height:55px;
    text-decoration:none;
    width:100%;
}
#header.active .logo a{
	width:80%;
	display:inline-block;
}
.headercontact-section{
	padding:15px 0 10px;
}
.headercontact-section .phone-box,
.headercontact-section .fax-box{
	display: inline-block;
}
.headercontact-section a{
	display: inline-block;
	margin-bottom: 10px;
	text-decoration: none;
}
.headercontact-section .fax-box a{
	margin: 0;
}
.headercontact-section i{
	display: inline-block;
	vertical-align: text-bottom;
	font-size: 16px;
	margin-right: 5px;
}
#home-section{
	/* background: url(../images/typing-center.jpg) no-repeat center center;
	background-size: cover; */
	/* padding: 10% 0; */
	padding: 50px 0;
	background: #e5e5e5;
}
#home-section h3{
	font-size:30px;
	margin: 0 0 40px 0;
	font-weight: 500;
	color: #000;
	text-transform: uppercase;
	text-align: center;
	/* text-shadow:0 2px 5px rgba(0, 0, 0, 0.8); */
}
#wework-section{
	background: url(../images/located-bg.jpg) no-repeat center center;
	background-size: cover;
	padding: 5% 0;
	text-align: center;
	/* margin: 50px 0; */
}
#wework-section h3{
	font-size:50px;
	margin: 0 0 25px 0;
	font-weight: 100;
	color: #fff;
	text-transform: uppercase;
	text-shadow:0 2px 5px rgba(0, 0, 0, 0.8);
}
#wework-section span{
	font-size: 16px;
	color: #fff;
	display: inline-block;
	margin-bottom: 30px;
	text-shadow:0 2px 5px rgba(0, 0, 0, 0.8);
	text-transform: uppercase;
}
#wework-section .buttons-wrap a{
	text-transform: uppercase;
	font-size: 14px;
	padding: 12px 35px;
	text-decoration: none;
	min-width: 200px;
	margin-right: 15px;
	display: inline-block;
	box-shadow:0 0 20px 0 #333;
}
#wework-section .buttons-wrap .default-btn{
	background-color: #fff;
  	border-color: #fff;
  	color: #000;
}
#wework-section .buttons-wrap .default-btn:hover{
	color: #ffffff;
	background-color: #0071b7;
	border-color: #0071b7;
}

.banner{
	background-size: cover !important;
	height: 250px !important;
}
.banner .container{
	position: relative;
	height: 100%;
}
.banner-content{
	position: absolute;
	left: 0;
	bottom: 5%;
}
.banner-content h2{
	text-shadow:0 2px 5px rgba(0, 0, 0, 0.8);
	font-size: 40px;
	font-weight: 100;
}
/* Welcome Section */
.welcome-sections h2{
	text-transform:uppercase;
	font-weight:400;
	margin-bottom:30px;
	font-size:28px;
	line-height:38px;
	letter-spacing:5px;
	color: #606060;
}
.welcome-sections h3{
	text-transform:uppercase;
	font-weight:400;
	margin-bottom:10px;
	font-size:20px;
	line-height:30px;
	letter-spacing:5px;
	color: #606060
}
.welcome-sections h2 span,
.category-sections h2 span{
	color:#0071b7;
	font-weight:600;
}
.welcome-sections.inner-section{
	background: #f3f3f3;
}
.welcome-sections.inner-section h2,
.welcome-sections.inner-section h3{
	margin-bottom: 15px;
}
.welcome-sections p,
.category-sections p{
	font-size: 14px;
	line-height: 30px;
	margin-bottom: 15px;
}
.img-wrapper{
	border:10px solid #fff;
    box-shadow:0 0 15px 0 #444;
	position:relative;
	margin: 0 0 15px 15px;
}
.welcome-sections.inner-section .img-wrapper{
	width: 400px;
	height: auto;
}
.welcome-sections.inner-section ul{
	padding-left: 40px;
	margin-bottom: 30px;
}
.welcome-sections.inner-section li{
	list-style: disc;
	margin-bottom: 15px;
	padding-left: 10px;
}
.welcome-sections.inner-section ol{
	padding: 15px 0 0 15px;
}
.welcome-sections.inner-section ol li{
	list-style: lower-roman;
}
.pull-left .img-wrapper{
	margin: 0 15px 15px 0;
}
.welcome-sections .row{
	margin-bottom: 40px;
}
.category-sections .img-wrapper{
	margin: 0 15px 0 0;
}
.img-wrapper img{
	object-fit: fill;
	width: 100%;
}
.video-wrapper{
	border:10px solid #fff;
    box-shadow:0 0 20px 0 #444;
    height:374px;
    margin-top:-90px;
    position:relative;
    width:650px;
    z-index:99;
}
.video-wrapper iframe{
	width:100%;
	height:100%;
}

/* Category Section */
.category-sections{
	background:#f3f3f3;
}
.category-sections,
.welcome-sections{
	padding:50px 0;
}
.welcome-sections{
	padding-bottom: 0;
}
.category-sections h2{
	font-weight:400;
	margin-bottom:30px;
	font-size:28px;
	letter-spacing:5px;
	text-transform:uppercase;
	color: #606060;
}
.category-sections li{
	float:left;
	width:33.33%;
	overflow:hidden;
	height:355px;
	position:relative;
}
.category-sections li img{
	display:block;
	width:100%;
	height:auto;
	-moz-transition:all 0.5s ease 0s;
	-webkit-transition:all 0.5s ease 0s;
	-o-transition:all 0.5s ease 0s;
	transition:all 0.5s ease 0s;
}
.category-sections li:hover img{
	-moz-transform:scale(1.2);
	-webkit-transform:scale(1.2);
	-o-transform:scale(1.2);
	transform:scale(1.2);
}
.category-sections li span{
	position:absolute;
	left:0;
	bottom:0;
	font-family: 'Montserrat', sans-serif;
	font-weight:200;
	font-size:22px;
	line-height:1;
	color:#ffffff;
	width:100%;
	height:100%;
	padding:250px 20px 20px 20px;
	background:rgba(0,0,0,0.5);
	text-transform:uppercase;
	-moz-transition:all 0.5s ease 0s;
	-webkit-transition:all 0.5s ease 0s;
	-o-transition:all 0.5s ease 0s;
	transition:all 0.5s ease 0s;
}
.category-sections li span em{
	font-weight:600;
	display:block;
	margin-top:5px;
	font-style:normal;
}
.category-sections li:hover span{
	padding:20px 20px 20px 20px;
	height:auto;
}
.category-sections .listin li{
	overflow: inherit;
    margin: 5px 20px;
    list-style-type: disc;
	height: auto;
	width: 100%;
	font-family: 'Ubuntu', sans-serif;
    font-size: 14px;
    line-height: 30px;
}
.project-section p{
	margin-bottom: 20px;
}
.project-section h5{
	color: #000;
	margin-bottom: 10px;
}
.project-section a{
	color: #000;
    text-decoration: underline;
}
.project-section a:hover{
	color: #0071b7;
}

.contactus-wrap{
	padding: 45px 0;
	background: #f3f3f3;
}
.contactus-wrap h3{
	font-size: 30px;
	color: #000;
	margin: 0 0 20px 0;
	font-weight: 500;
}
.contactus-wrap h4{
	font-size: 20px;
	color: #000;
	margin: 0 0 30px 0;
	font-weight: 100;
}
.contactus-wrap h4 i{
	display: inline-block;
	vertical-align:top;
	margin-right: 10px;
}
.contactus-wrap form .row{
	margin-bottom: 25px;
}
.contactus-wrap form .row input,
.contactus-wrap form .row textarea{
	border-color: #000;
	border-right: none;
	border-left: none;
	border-top: none;
	box-shadow: none;
	border-radius: 0;
	background: none;
}
.contactus-wrap .default-btn-black{
	display: inline-block;
	width: auto;
	font-size: 12px;
	padding: 10px 30px;
}
.connect-us li{
	display: block;
    margin-bottom: 25px;
}
.connect-us li a{
	font-size: 14px;
    color: #000;
	font-weight: 100;
	text-decoration: none;
}
.connect-us li a i{
	margin-right: 10px;
	font-size: 20px !important;
	display: inline-block;
}
.connect-us li a:hover{
	color: #0071b7;
}
.qr-code{
	width: 150px;
	height: 150px;
	overflow: hidden;
  }
  .qr-code img{
	display: block;
	width: 100%;
	height: auto;
  }
.google-map{
	margin-top: 50px;
}
.google-map iframe{
	display: block;
	width: 100%;
	height: 400px;
}
.owl-stage{
	margin: 0 auto;
}


#footer{
	padding: 20px 0;
}
.footer-logo{
	margin-bottom: 15px;
}
.footer-logo a{
	background:url(../images/logo.jpg) no-repeat left top;
	background-size:100% auto;
	display:block;
    height:65px;
    text-decoration:none;
    width:300px;
}
.copyright p{
	font-size: 12px;
}
.footer-menu{
	text-align: right;
	padding-top: 15px;
}
.footer-menu li{
	display: inline-block;
	margin-right: 10px;
}
.footer-menu li:last-child{
	margin: 0;
}
.footer-menu li a{
	font-size: 13px;
	color: #000;
	text-transform: uppercase;
	font-weight: 500;
}
.footer-menu li:hover a,
.footer-menu li.active a{
	color: #0071b7;
}
.counter-wrap{
	text-align: right;
	padding:0 0 10px 0;
}
.counter-wrap span{
	display: inline-block;
	vertical-align: super;
	font-size: 12px;
    text-transform: capitalize;
	margin:0 10px 0 0;
	color: #333;
	font-weight: 500;
}
.counter-wrap div{
	display: inline-block;
}

/* mega menu */
.exo-menu{
	width: 100%;
	list-style: none;
	position:relative;
	margin-top: 3px;
}
.exo-menu > li {	display: inline-block;}
.exo-menu > li > a{
	display: block;
	color: #333;
	font-size: 12px;
	padding:18px 22px 24px 22px;
	text-decoration: none;
	font-weight: 500;
	text-transform: uppercase;
	-webkit-transition: color 0.2s linear, background 0.2s linear;
	-moz-transition: color 0.2s linear, background 0.2s linear;
	-o-transition: color 0.2s linear, background 0.2s linear;
	transition: color 0.2s linear, background 0.2s linear;
}
.exo-menu > li > a.active,
.exo-menu > li > a:hover,
li.drop-down ul > li > a:hover{
	color:#767676;
	background:none;
}
.exo-menu i {
  font-size: 16px;
  margin-left: 6px;
}
li.drop-down,
.flyout-right,
.flyout-left{position:relative;}
li.drop-down:before {
  content: "\f103";
  color: #fff;
  font-family: FontAwesome;
  font-style: normal;
  display: inline;
  position: absolute;
  right: 6px;
  top: 20px;
  font-size: 14px;
}
li.drop-down>ul{
	left: 0px;
	min-width: 230px;

}
.drop-down-ul{display:none;}
.flyout-right>ul,
.flyout-left>ul{
  top: 0;
  min-width: 230px;
  display: none;
  border-left: 1px solid #365670;
  }

li.drop-down>ul>li>a,
.flyout-right ul>li>a ,
.flyout-left ul>li>a {
	color: #fff;
	display: block;
	padding: 20px 22px;
	text-decoration: none;
	background-color: #365670;
	border-bottom: 1px dotted #547787;
	-webkit-transition: color 0.2s linear, background 0.2s linear;
	-moz-transition: color 0.2s linear, background 0.2s linear;
	-o-transition: color 0.2s linear, background 0.2s linear;
	transition: color 0.2s linear, background 0.2s linear;
}
.flyout-right ul>li>a ,
.flyout-left ul>li>a {
	border-bottom: 1px dotted #B8C7BC;
}
/*Blog DropDown*/
.Blog{
	left:0;
	display:none;
	color:#fefefe;
	padding-top:15px;
	background:#fff;
	padding-bottom:15px;
	position: absolute;
}
.Blog .blog-title{
	color:#000;
	font-size:16px;
	text-transform:uppercase;
	margin:10px 0;

}
.Blog .blog-des li{
	display: block;
	border-bottom: 1px solid #ccc;
}
.Blog .blog-des li:last-child{
	border: none;
}
.Blog .blog-des li a{
	padding: 10px;
	font-size: 12px;
	color: #000;
	text-decoration: none;
	display: block;
}
.Blog .blog-des li:hover a{
	background: #024772;
	color: #fff;
}


/*hover*/
.Blog:hover,
.Images:hover,
.mega-menu:hover,
.drop-down-ul:hover,
li.flyout-left>ul:hover,
li.flyout-right>ul:hover,
.flyout-mega-wrap:hover,
li.flyout-left a:hover +ul,
li.flyout-right a:hover +ul,
.blog-drop-down >a:hover+.Blog,
li.drop-down>a:hover +.drop-down-ul,
.images-drop-down>a:hover +.Images,
.mega-drop-down a:hover+.mega-menu,
li.flyout-mega>a:hover +.flyout-mega-wrap{
	display:block;
}



.fl{ float:left}
.fr{ float:right}
.cl{ clear:both; font-size:0; height:0; }
.clearfix:after {
	clear: both;
	content: ' ';
	display: block;
	font-size: 0;
	line-height: 0;
	visibility: hidden;
	width: 0;
	height: 0;
}

/* Alignments */
.center { text-align:center }
.right { text-align:right }
.top {vertical-align:top }
.middle { vertical-align:middle }


/* Responsive */
@media (max-width: 1200px){
	.default-btn {
		padding: 6px 8px;
		font-size: 9px;
	}
		.headercontact-section i {
		font-size: 11px;
		margin-right: 3px;
	}
		.default-btn-black {
		padding: 6px 10px;
		font-size: 9px;
	}
		.headercontact-section a {
		margin-bottom: 0;
	}
	.exo-menu > li > a {
		padding: 14px 20px 24px 20px;
		font-size: 11px;
	}
	.Blog .img-wrap img{
		display: block;
		width: 100%;
		height: auto;
	}
	.Blog .blog-title {
		color:#000;
		font-size:14px;
		text-transform:uppercase;
		margin:10px 0 0 0;
	
	}
	.Blog .blog-des li a {
		padding: 10px 5px 5px;
		font-size: 10px;
		color: #000;
		text-decoration: none;
		display: block;
	}
	.mainslider .slider-content {
		top:auto;
		bottom: 20%;
		left:5%;
		position:absolute;
		transform:translate(0, 0);
		width:100%;
		z-index:999;
	}
	.owl-theme .owl-nav .owl-prev {
		left: -40px;
	}
	.owl-theme .owl-nav .owl-next {
		right: -40px;
	}
	.footer-menu li {
		display: inline-block;
		margin-right: 5px;
	}
	.footer-menu li a {
		font-size: 11px;
		color: #000;
		text-transform: uppercase;
		font-weight: 500;
	}
	.welcome-sections.inner-section .img-wrapper {
		width: 330px;
		height: auto;
	}
	.img-wrapper img {
		object-fit: fill;
		width: 100%;
		display: block;
	}
}

@media (max-width: 1023px){
	.headercontact-section a {
		margin-bottom: 0;
		display: block;
	}
	.phone-box {
		margin-bottom: 10px;
	 }
	.headercontact-section .phone-box,
	.headercontact-section .fax-box {
		display: block;
	}
	#header .logo {
		text-align: right;
		padding:0;
		margin-top: 20px;
	}
	#header .logo a {
		background:url(../images/logo.jpg) no-repeat left top;
		background-size:100% auto;
		display:inline-block;
			height:40px;
			text-decoration:none;
			width:100%;
	}
	.exo-menu {
		width: 100%;
		list-style: none;
		position:relative;
		margin-top: 20px;
	}
	.exo-menu > li > a {
		padding: 10px 10px 10px 10px;
		font-size: 11px;
	}
	.headercontact-section {
		padding:0px 0 10px;
	}
	.counter-wrap {
		text-align: right;
		padding: 10px 0 0;
	}
	.mainslider li {
		margin:0;
		padding:0;
		background-repeat:no-repeat !important;
		background-size:cover !important;
		height:50vh;
		overflow:hidden;
	}
	.down-arrow a i {
		position: absolute;
			top: 10px;
			left: 8px;
			font-size: 25px;
			color: #fff;
	}
	.down-arrow {
    width: 40px;
    height: 40px;
    cursor: pointer;
    background-color: rgba(80, 80, 80, 0.5);
	border-radius: 50%;
}
.bx-controls a.bx-next {
	background:url(../images/next-g.png) no-repeat;
	position:absolute;
	right:0;
	top:0;
	width:35px;
	height:35px;
	background-size:100% auto;
}
.bx-controls a {
	font-size:0;
	background:url(../images/prev-g.png) no-repeat;
	width:35px;
	height:35px;
	background-size:100% auto;
	display:block;
	opacity:0;
	margin:0 25px;
	-moz-transition:all 0.5s ease 0s;
	-webkit-transition:all 0.5s ease 0s;
	-o-transition:all 0.5s ease 0s;
	transition:all 0.5s ease 0s;
}
.mainslider {
	height:50vh;
	overflow:hidden;
	position:relative;
}
.mainslider .slider-content .default-btn {
	text-transform: uppercase;
	font-size: 12px;
	padding: 10px 25px;
	text-decoration: none;
}
.mainslider .slider-content p {
	font-size:23px;
	font-weight: 300;
	margin:0 0 20px 0;
	color:#ffffff;
	text-shadow:0 2px 5px rgba(0, 0, 0, 0.8);
}
h2 {
	color: #fff;
	font-size: 43px;
	font-weight: 700;
	text-transform: uppercase;
	margin-bottom: 5px;
}
.mainslider .slider-content {
	top:auto;
	bottom: 25%;
	left:10%;
	position:absolute;
	transform:translate(0, 0);
	width:100%;
	z-index:999;
}
.Blog .blog-des li a {
	padding: 5px 2px 5px;
	font-size: 9px;
	color: #000;
	text-decoration: none;
	display: block;
}
#wework-section {
	background: url(../images/located-bg.jpg) no-repeat center center;
	background-size: cover;
	padding: 3% 0;
	text-align: center;
}
#wework-section h3 {
	font-size:35px;
	margin: 0 0 20px 0;
	font-weight: 100;
	color: #fff;
	text-transform: uppercase;
	text-shadow:0 2px 5px rgba(0, 0, 0, 0.8);
}
#wework-section .buttons-wrap a {
	text-transform: uppercase;
	font-size: 12px;
	padding: 10px 25px;
	text-decoration: none;
	min-width: 160px;
	margin-right: 15px;
	display: inline-block;
	box-shadow:0 0 20px 0 #333;
}
#home-section {
	padding: 30px 0;
	background: #e5e5e5;
}
#home-section h3 {
	font-size:25px;
	margin: 0 0 25px 0;
	font-weight: 500;
	color: #000;
	text-transform: uppercase;
	text-align: center;
}
.welcome-sections.inner-section .img-wrapper {
	width: 250px;
	height: auto;
}
}

@media (max-width: 800px){}

@media (max-width: 767px){
	#header {
		background: #fff;
		position: static;
		left: 0;
		top: 0;
		z-index: 999;
		width: 100%;
	}
	.headercontact-section {
		padding:10px 0;
	}
	.counter-wrap {
		text-align: right;
		padding: 10px 0 0;
		display: none;
	}
	.exo-menu {
		width: 100%;
		list-style: none;
		position:relative;
		margin-top: 0;
		overflow: hidden;
		height: 160px;
		overflow-y: auto;
	}
	.Blog{
		position: static;
	}
	.headercontact-section .phone-box,
	.headercontact-section .fax-box {
		display: inline-block;
		width: 45%;
	}
	.headercontact-section {
		padding:10px 0;
		text-align: center;
	}
	.exo-menu > li {
		display: block;
		margin-bottom: 5px;
	 }
	 .exo-menu > li > a {
		padding: 8px 5px 8px 5px;
		font-size: 11px;
		display: block;
	}	 
	#header .logo a {
		background:url(../images/logo.jpg) no-repeat left top;
		background-size:100% auto;
		display:inline-block;
			height:40px;
			text-decoration:none;
			width:54% !important;
	}
	.Blog .blog-des li a {
		font-size: 10px;
	}
	.exo-menu {
		display: none;
		padding: 0;
		background: #0071b7;
		margin: 10px 0;
	 }
	 .navbar-header {
		float:none;
		display:inline-block;
	}
	#header {
		background: #fff;
		position: relative;
		left: 0;
		top: 0;
		z-index: 999;
		width: 100%;
		padding: 10px 0;
	}	 
	#header .logo {
		text-align: right;
		padding:0;
	}
	.navbar-header .collapse-button {
		background:#0071b7;
		border:none;
		height:38px;
		padding-top:5px;
		transition:all 450ms ease-out 0s;
		width:auto;
		vertical-align:middle;
	}
	#header div.col-sm-3:nth-child(3) {
		position: absolute;
		right:10px;
		top:50px;
		width: 60%;
	 }	
	 .default-btn,
	 .default-btn-black{
		padding: 8px 10px;
		font-size: 10px;
	 } 
	 .exo-menu > li > a.active, .exo-menu > li > a:hover, li.drop-down ul > li > a:hover{
		color: #000;
		background: #fff;
	 }
	 .exo-menu > li > a {
		padding: 10px 10px 10px 10px;
		font-size: 11px;
		display: block;
		color: #fff;
	}
	.Blog .blog-title {
		color:#000;
		font-size:14px;
		text-transform:uppercase;
		margin:10px 0 5px;
	}
	.Blog .blog-des li a {
		padding: 8px 2px 5px;
		font-size: 9px;
		color: #000;
		text-decoration: none;
		display: block;
	}
	div.col-sm-6:nth-child(1) {
		margin-bottom: 15px;
		text-align: center;
	 }
	 div.col-sm-6:nth-child(1) > div:nth-child(1) {
		width: 50%;
		margin: 0 auto 20px;
	 }
	 .Blog > div:nth-child(2) > div:nth-child(1) {
		width: 50%;
		margin: 0 auto 20px;
	 }
	 .Blog > div:nth-child(2) {
		margin-bottom: 15px;
		text-align: center;
	 }
	 .navbar-header .collapse-button{
		 background: #fff;
	 }
	 .navbar-header .collapse-button span{
		 background: #0071b7;
	 }
	 .bx-controls {
		display: none;
	 }
	 .downarrow-wrap {
		display: none;
	}
	.mainslider .slider-content .default-btn {
		text-transform: uppercase;
		font-size: 10px;
		padding: 8px 16px 6px;
		text-decoration: none;
	}
	.mainslider .slider-content p {
		font-size:15px;
		font-weight: 300;
		margin:0 0 20px 0;
		color:#ffffff;
		text-shadow:0 2px 5px rgba(0, 0, 0, 0.8);
	}
	h2 {
		color: #fff;
		font-size: 24px;
		font-weight: 700;
		text-transform: uppercase;
		margin-bottom: 5px;
		line-height: 33px;
	}
	.mainslider .slider-content {
		top:auto;
		bottom: 50%;
		left:0;
		position:absolute;
		transform:translate(0, 50%);
		width:100%;
		z-index:999;
		text-align: center;
	}
	.mainslider {
		height:50vh;
		overflow:hidden;
		position:relative;
	}
	.mainslider li {
		margin:0;
		padding:0;
		background-repeat:no-repeat !important;
		background-size:cover !important;
		height:50vh;
		overflow:hidden;
	}
	#wework-section .buttons-wrap a {
		text-transform: uppercase;
		font-size: 10px;
		padding: 8px 16px 6px;
		text-decoration: none;
		min-width: 120px;
		margin-right: 15px;
		display: inline-block;
		box-shadow:0 0 20px 0 #333;
	}
	#wework-section h3 {
		font-size:25px;
		margin: 0 0 15px 0;
		font-weight: 100;
		color: #fff;
		text-transform: uppercase;
		text-shadow:0 2px 5px rgba(0, 0, 0, 0.8);
	}
	#home-section {
		padding: 20px 0;
		background: #e5e5e5;
	}
	#home-section h3 {
		font-size:20px;
		margin: 0 0 15px 0;
		font-weight: 500;
		color: #000;
		text-transform: uppercase;
		text-align: center;
	}
	.owl-nav {
		display: none;
	 }	
	 #footer {
		padding: 15px 0;
		text-align: center;
	}
	.footer-logo a {
		background:url(../images/logo.jpg) no-repeat left top;
		background-size:100% auto;
		display:block;
			height:65px;
			text-decoration:none;
			width:300px;
		margin: 0 auto;
	}
	.footer-menu {
		text-align: center;
		padding-top: 15px;
	} 
	.banner {
		background-size: cover !important;
		height: 170px !important;
	}
	.banner-content {
		position: absolute;
		left: 5%;
		bottom: 5%;
	}
	.banner-content h2 {
		text-shadow:0 2px 5px rgba(0, 0, 0, 0.8);
		font-size: 30px;
		font-weight: 100;
	}
	.category-sections,
	.welcome-sections {
		padding:20px 0;
		text-align: center;
	}
	.welcome-sections h2 {
		text-transform:uppercase;
		font-weight:400;
		margin-bottom:30px;
		font-size:23px;
		line-height:1;
		letter-spacing:5px;
		color: #606060;
	}
	.img-wrapper {
		border:10px solid #fff;
			box-shadow:0 0 15px 0 #444;
		position:relative;
		margin: 0 0 20px 0;
	}
	.img-wrapper img {
		object-fit: fill;
		width: 100%;
		display: block;
		height: auto;
	}
	.welcome-sections p,
	.category-sections p {
		font-size: 13px;
		line-height: 24px;
		margin-bottom: 10px;
	}
	.welcome-sections .row {
		margin-bottom: 20px;
	}
	.pull-left .img-wrapper {
		margin: 0 0 20px 0;
	}
	.category-sections h2 {
		font-weight:400;
		margin-bottom:20px;
		font-size:25px;
		letter-spacing:5px;
		text-transform:uppercase;
		color: #606060;
	}
	.category-sections .img-wrapper {
		margin: 0 0 20px 0;
	}
	.pull-right {
		float: none !important;
	}
	.pull-left {
		float: none !important;
	}
	.welcome-sections.inner-section .img-wrapper {
		width: 100%;
		height: auto;
	}
	.welcome-sections.inner-section ul {
		padding-left: 0;
		margin-bottom: 0;
	}
	.contactus-wrap form{
		margin-bottom: 20px;
	}
	.contactus-wrap .default-btn-black {
		display: block;
		width: 100%;
		font-size: 12px;
		padding: 10px 30px;
	}
	.connect-us {
		text-align: center;
	 }
	 .qr-code {
		margin: 0 auto;
		}	 
}

@media (max-width: 480px){
	#header .logo a {
		width: 100% !important;
	}
	.mainslider {
		height:25vh;
	}
	.mainslider li {
		height:25vh;
	}
	.footer-logo a {
			width:100%;
	}
}