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

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

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

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

@font-face {
    font-family: 'Montserrat Semi';
    src: url('../fonts/Montserrat-SemiBold.eot');
    src: url('../fonts/Montserrat-SemiBold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Montserrat-SemiBold.woff2') format('woff2'),
        url('../fonts/Montserrat-SemiBold.woff') format('woff'),
        url('../fonts/Montserrat-SemiBold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat-Medium.woff2') format('woff2'),
        url('../fonts/Montserrat-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
}



body {
	font-family:'Montserrat';
	font-weight:300;
}
a{
	text-decoration:none !important;
}
.color{
	color:#2659FF !important;
}
li{
	list-style:none !important;
}

.mrb10 {margin-bottom:10px;}
.mrb30 {margin-bottom:30px;}
.mrb50 {margin-bottom:50px;}
.mrb70 {margin-bottom:70px;}

.mrt10 {margin-top:10px;}
.mrt30 {margin-top:30px;}
.mrt50 {margin-top:50px;}
.mrt70 {margin-top:70px;}


/**header**/
header .navbar-default {background-color: transparent;border: none;padding: 10px 0;margin-bottom: 0px;border-radius:0px;}
.shrink .navbar-default{
	    background-color: #fff !important;
		box-shadow: 0 0 12px -4px;
		transition: all 0.5s ease;
		padding: 0;
}
.logo img{
    transition: all 0.5s ease-in;
	/*height:100px;*/
}
header .navbar-default .navbar-header{width:100%;}
header .navbar-default .navbar-header .navbar-brand{height:auto;}
.shrink .navbar-default .logo img{height:60px;transition: all 0.5s ease-in;width:auto;}
.navbar-default .container{position:relative !important;}
.logo-sticky{display:none;transition: all 0.5s ease-in;}
.shrink .logo-sticky{display:block;transition: all 0.5s ease-in;}
.shrink .logo-nrml{display:none;transition: all 0.5s ease-in;}
.shrink .header-upper .menu-tab div{background-color:#333;}
.shrink .menu-tab span{
	color:#333;
}
.shrink .menu-tab.active span {
    color: #fff;
}
.shrink .menu-tab{top:20px !important;}

.menu-trigger {
    cursor: pointer;
    display: inline-block;
    float: right;
    margin-top: 34px;
	padding-right:30px;
    position: relative;
    transition: all 0.5s ease;
}
.show.fullpage-menu {
    visibility: visible;
}
.fullpage-menu {
    position: relative;
    visibility: hidden;
    width: 100%;
}
.show .overlay-section {
    transition: all 0.5s ease;
    visibility: visible;
    width: 100%;
    opacity: 1;
}
.overlay-section {
    background: rgba(18,18,18,0.8);
    color: #fff;
    display: table;
    height: 100vh;
    left: 0;
    position: fixed;
    text-align: center;
    top: 0;
    transition: all 0.5s ease 0.4s;
    visibility: hidden;
    width: 100%;
    z-index: 1;
    opacity: 0;
}
.menuinner-wraper {
    height: 100vh;
    background-color: #422911;
    padding: 90px;
    background-image: url(../images/menu-bg.jpg);
}
.show .menuinner-container {
    opacity: 1;
    visibility: visible;
    transition: all 0.5s ease 0.3s;
}
.menuinner-container {
    opacity: 0;
    visibility: hidden;
    transition: all 0.5s ease;
}
.show .menu-close {
    opacity: 1;
    visibility: visible;
    transition: all 0.5s ease 0.6s;
}
.menu-close {
    position: absolute;
    top: 6.5%;
    right: 16%;
    cursor: pointer;
    opacity: 0;
    visibility: hidden;
    transition: all 0.5s ease;
}
.show .icon-bar.one {
    transform: rotate(-45deg) translate(-4px, 6px);
    transition: all 0.5s ease;
    -webkit-transform: rotate(-45deg) translate(-4px, 6px);
}
.icon-bar {
    background-color: #ffffff;
    display: block;
    height: 2px;
    margin: 6px 0;
    transition: all 0.5s ease;
    transform: none;
    width: 30px;
}
.icon-bar.one {
    left: -6px;
    position: relative;
}
.show .icon-bar.two {
    opacity: 0;
    transition: all 0.5s ease;
}
.icon-bar.two {
    opacity: 1;
    transition: all 0.5s ease;
	left: -16px;
    position: relative;
	width:40px;
}
.icon-bar.three {
    width: 20px;
    position: relative;
    left: 3px;
}
.menu-close .icon-bar.one,.menu-close .icon-bar.three{left:0px;width:24px;}
.show .icon-bar.three {
    transform: rotate(45deg) translate(-6px, -8px);
    transition: all 0.5s ease;
    -webkit-transform: rotate(45deg) translate(-5px, -8px);
}
.menu-show .menutext {
    color: rgba(255, 255, 255, 1);
}
.menu-show .shrink .menutext {color:#fff;}
.menu-show .shrink .icon-bar {background-color:#fff}

.menutext {
    position: absolute;
    right: 0px;
    top: 5px;
    color: #fff;
    transition: all 0.5s ease;
}

.menu-close .menutext {right:-30px; top:3px; }

.menulist-outer {
    position: relative;
    display: inline-block;
    width: 100%;
}
.menulist-wraper {
    display: inline-block;
    width: 100%;
    padding: 0 80px;
    position: relative;
}
.fullpagemenu-inner {
    list-style: none;
    padding: 0;
    width: auto;
    text-align: left;
    margin-top: 50px;
    max-width: 30%;
    border-right: 1px solid rgba(255, 255, 255, 0);
}
.show .fullpagemenu-inner li a {
    line-height: 38px;
    opacity: 1;
    transition: all 0.5s ease;
}

.show .fullpagemenu-inner li a:hover{color:#7CC142;}

.fullpagemenu-inner.dropdown-hovered{
    border-right: 1px solid rgba(255, 255, 255, 0.1);
}
.fullpagemenu-inner li a {
    color: #b4b4b4;
    font-size: 18px;
    line-height: 48px;
    opacity: 0;
    transition: all 0.3s ease;
}
.fullpagemenu-inner li a {
    color: #b4b4b4;
    font-size: 20px;
    line-height: 48px;
    opacity: 0;
    transition: all 0.3s ease;
}
.custom-dropdown {
    position: relative;
}
.custom-dropdown>a:after {
    position: absolute;
    right: 40px;
    top: 22px;
    width: 16px;
    content: "";
    height: 11px;
    background: url(../images/btn-arrow.png);
    transition: all 0.5s ease;
    opacity: 0;
}
.custom-dropdownmenu {
    position: absolute;
    top: 12px;
    left: 100%;
    min-width: 495px;
    padding-left: 0;
    padding-left: 50px;
    opacity: 0;
    visibility: hidden;
    transition: all 0.5s ease;
    margin-top: 30px;
}
.custom-dropdownmenu li {
    list-style: none;
}
.fullpagemenu-inner ul.custom-dropdownmenu li>a {
    font-size: 17px;
	line-height:38px;
}
.custom-dropdownmenu li a {
    padding-left: 20px;
    position: relative;
    display: block;
}
.custom-dropdownmenu li a:before {
    position: absolute;
    content: "\f0da";
    font-family: fontawesome;
    font-size: 15px;
    color: #b4b4b4;
    left: 0;
    top: calc(16px - 6px);
    line-height: 20px;
    transition: all 0.5s ease;
}
.custom-dropdown:hover>a:after {
    right: 25px;
    opacity: 1;
    transition: all 0.5s ease;
}
.custom-dropdown:hover>.custom-dropdownmenu {
    opacity: 1;
    visibility: visible;
    transition: all 0.5s ease 0.2s;
    margin-top: 0;
}
.menu-overlay{
	position:absolute;
	content:"";
	background-image: url(../images/menu-logo.png);
    background-repeat: no-repeat;
    background-size: cover;
	/* top:45%; */
	bottom: -20%;
    right: -10%;
	width:762px;
	height:668px;
	    transform: translatex(250px) translatey(260px) scale(0);
	opacity:0; transition-duration: 1s;
}
.fullpage-menu.show .menu-overlay{transform: translatex(0px) translatey(0px) scale(1);opacity:1;-webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    transition-duration: 1s;
}
.shrink .icon-bar {background-color: #333;}
.shrink .menutext{color:#333;}
.shrink .menu-trigger.show .menutext{color:#fff !important;}
.shrink .menu-trigger.show .icon-bar {background-color: #fff !important;}
#mobile{display:none;}
	.sticky-menus{position: absolute;right: 10%;top: 40px;opacity:0;}
	.shrink .sticky-menus{opacity:1;}
	.sticky-menus li a{color:#333;}
	.shrink .sticky-menus li{padding-left:15px;padding-right:15px;}
/**scroll-animation**/
.demos a {
    position: absolute;
    bottom: 50px;
    left: 0;
	right:0;
    z-index: 2;
    display: inline-block;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    color: #fff;
    letter-spacing: .1em;
    text-decoration: none;
    transition: opacity .3s;
	text-align: center;
}
.demos  a {
    padding-top: 60px;
	font-size:14px;
}
.demos a span {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    display: block;
    margin: 0 auto;
    width: 30px;
    height: 50px;
    border: 2px solid #fff;
    border-radius: 50px;
    box-sizing: border-box;
    text-align: center;
}
.demos a span::before {
    position: absolute;
    top: 10px;
    left: 50%;
    content: '';
    width: 6px;
    height: 6px;
    margin-left: -3px;
    background-color: #fff;
    border-radius: 100%;
    -webkit-animation: sdb10 2s infinite;
    animation: sdb10 2s infinite;
    box-sizing: border-box;
}
@-webkit-keyframes sdb10 {
  0% {
    -webkit-transform: translate(0, 0);
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
  80% {
    -webkit-transform: translate(0, 20px);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes sdb10 {
  0% {
    transform: translate(0, 0);
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
  80% {
    transform: translate(0, 20px);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}	
/**banner**/
.home-banner{position:relative;}
.homeslider{position:relative;}
.banner-caption {
    position: absolute;
    width: 100%;
    left: 0;
    top: 35%;
	z-index:2;
}
.home-banner .slick-next{
	right:14%;
	z-index: 1;
}
.home-banner .slick-prev{
	left:auto;
	right:270px;
	z-index:1;
}
body .home-banner .slick-prev:before, body .home-banner .slick-next:before {
    position: absolute;
    font-size: 0;
    width: 25px;
    height: 17px;
	content:"";
}
body .home-banner .slick-prev, body .home-banner .slick-next{
	background-color:#333;
	width:35px;
	height:35px;
	border-radius:100%;
	top: 45%;
}
.home-banner .slick-next:before {
    left: -10px;
    top: 10px;
    background-image: url(../images/right-arrow.png);
	background-repeat:no-repeat;
	    transition: all 0.5s ease 0s;
}
.home-banner .slick-prev:before {
    right: -10px;
    top: 10px;
    background-image: url(../images/left-arrow.png);
	background-repeat:no-repeat;
	transition: all 0.5s ease 0s;
}
.home-banner .slick-prev:hover:before{
	right:0;
}
.home-banner .slick-next:hover:before{
	left:0;
}
.banner-caption h1.top-cont{
	font-size:30px;
	color:#fff;
	font-weight:normal;
	transform:translatey(100px); transition:all 1s ease-in-out;
	line-height:20px;
}
.banner-caption .bottom-cont{
	font-size:65px;
	color:#fff;
	font-weight:bold;
	transform:translatey(100px); transition:all 1s ease-in-out;
}
.homeslider figure{position:relative;}
.homeslider figure::before {
    background: rgba(0, 0, 0, 0.45) none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
	z-index:1;
}
.banner-mobile-imgs{display:none !important;}
.homeslider.slick-active .banner-caption h1.top-cont{opacity:1;transform:translatey(0px);transition:all 1s ease-in-out 200ms;}
 .homeslider.slick-active .banner-caption .bottom-cont{opacity:1;transform:translatey(0px);transition:all 1s ease-in-out 200ms;}
.banner-overlay {
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: url(../images/banner-overlay.png) no-repeat center top;
    background-size: cover;
}
.head-title{
	color:#363636;
	font-size:35px;
	font-weight:300;
}

.slider-bg {
	-webkit-animation-fill-mode:both;
	-moz-animation-fill-mode:both;
	-ms-animation-fill-mode:both;
	-o-animation-fill-mode:both;
	animation-fill-mode:both;
	-webkit-animation-duration:60s;
	-moz-animation-duration:80s;
	-ms-animation-duration:80s;
	-o-animation-duration:80s;
	animation-duration:80s;
	animation-timing-function:ease-out;
	-webkit-animation-timing-function:ease-out;
	-webkit-transform-origin:100% 100%;
	transform-origin:100% 100%;
	-moz-animation-iteration-count:1;
	-moz-animation-fill-mode:forwards;
	-webkit-animation-iteration-count:1;
	-webkit-animation-fill-mode:forwards;
}

.homeslider .slider-bg.kenburns {
	-webkit-animation-name:kenburns;
	-moz-animation-name:kenburns;
	-o-animation-name:kenburns;
	animation-name:kenburns;
}
.homeslider .slider-bg.kenburnsreverse {
	-webkit-animation-name:kenburnsreverse;
	-moz-animation-name:kenburnsreverse;
	-o-animation-name:kenburnsreverse;
	animation-name:kenburnsreverse;
}
@-webkit-keyframes kenburns {
	0% {
					-webkit-transform:scale(1.2);
	}
	50% {
					-webkit-transform:scale(1);
	}
	100% {
					-webkit-transform:scale(1.2);
	}
	
}
@keyframes kenburns {
	0% {
					transform:scale(1.2);
	}
	50% {
					webkit-transform:scale(1);
	}
	100% {
					webkit-transform:scale(1.2);
	}
}
@-webkit-keyframes kenburnsreverse {
	0% {
					-webkit-transform:scale(1);
	}
	50% {
					-webkit-transform:scale(1.2);
	}
	100% {
					-webkit-transform:scale(1);
	}
}
@keyframes kenburnsreverse {
	0% {
					transform:scale(1);
	}
	50% {
					transform:scale(1.2);
	}
	100% {
					transform:scale(1);
	}
	
}

/**home-service-list**/
.home-service-list{
	position:relative;
	padding-top:100px;
	padding-bottom:105px;
}
.home-service-list .home-service-title h2{
	margin-bottom:15px;
	margin-top:0px;
}
.home-service-list .home-service-title p{
	font-size:17px;
	font-weight:300;
	color:#717171;
	width:85%;
	line-height:26px;
	margin-bottom:0;
}
.home-service-list .row{
	padding-top:50px;
}
.home-service-block{
	position:relative;
	transition:all 500ms ease-in-out;
}
.home-service-block:after{
	background-image: url(../images/serv-after.png);
	position:absolute;
	content:"";
	top:-63px;
	background-repeat:no-repeat;
	width:175px;
	height:142px;
	left:0;
	opacity: 1;
	transition: .4s ease;
	right: 0;
    margin: 0 auto;
}
.s-name{
	font-size:21px;
	color:#5a5a5a;
	font-weight:300;
}
.home-service-block.hmb .s-name{margin-bottom:90px;}
.home-service-block:hover:after{
	opacity:1;
	transition: .4s ease;
}
.home-service-block img{
	margin-bottom:10px;
	transform: scale(1);
    transition: all ease-in 0.5s;
}
.home-service-block:hover img{
	transform: scale(1);
    transition: all ease-in 0.5s;
}



/**our-story**/
.our-story{
	position:relative;
	padding-top:50px;
	/*padding-bottom:50px;*/
}
.our-story:after{
	background-image: url(../portfolio/image-031.jpg);
	height:614px;
	position:absolute;
	content:"";
	width:951px;
	left:-240px;
	background-repeat:no-repeat;
	top:0;
	z-index:1;
}
.our-story .row{
	display:flex;
	align-items:center;
}
.story-content h2{
	margin-bottom:20px;
	margin-top:0px;
	position:relative;
	z-index:1;
}
.story-content p{
	font-size:17px;
	font-weight:300;
	color:#717171;
	line-height:26px;
	margin-bottom:0;
	position:relative;
	z-index:1;
}
.story-content h4{
	color:#363636;
	font-size:20px;
	margin-top:0;
}
.certification-list{
	padding-left:0;
	padding-top:5px;
}
.certification-list li{
	display:inline-block;
	width:90px;
	text-align:center;
}
.readmore-btn{
	border:1px solid #ddd;
	text-align:center;
	cursor:pointer;
	position:relative;
	display:inline-block;
    background-color: #005da4;
	transition: all 500ms ease-in-out;
	color:#fff;
	font-weight:600;
}

.readmore-btn:before {
    top: 35%;
    height: 40%;
    left: 0;
    transition: all 0.35s ease 1.3s;
}
.readmore-btn:before, .readmore-btn:after {
    content: "";
    background-color: #f8991c;
    position: absolute;
    width: 2px;
}
.readmore-btn:after {
    top: 0;
    height: 0;
    right: 0;
    transition: all 0.35s ease 0.6s;
}
.btns-text {
    padding: 13px 30px 13px 25px;
    display: block;
    position: relative;
}
.btns-text:before {
    top: 0;
    width: 0;
    left: 0;
    transition: all 0.3s ease 0.95s;
}
.btns-text:before, .btns-text:after {
    content: "";
    background-color: #005da4;
    position: absolute;
    height: 2px;
}
.btns-text:after {
    bottom: 0;
    width: 0;
    right: 0;
    transition: all 0.35s ease 0.3s;
}
.readmore-btn:hover:before {
    transition: all 0.35s ease 0.25s;
    top: 0;
    height: 100%;
	background-color: #005da4;
}
.readmore-btn:hover:after {
    top: 0;
    height: 100%;
    right: 0;
    transition: all 0.35s ease 0.95s;
	background-color: #005da4;
}
.btns-text:hover:before {
    top: 0;
    transition: all 0.35s ease 0.6s;
    width: 100%;
    left: 0;
}
.btns-text:hover:after {
    bottom: 0;
    width: 100%;
    right: 0;
    transition: all 0.35s ease 1.28s;
}
.btns-text img{
	padding-right:10px;
}
.home-page-btn{
	margin-top:35px;
	margin-bottom:45px;
}
.readmore-btn:hover{
	color:#fff;
	background-color: #f8991c;
}
.readmore-btn:active{
	color:#fff;
	background-color: #f8991c;
}
.readmore-btn:focus{
	color:#fff;
	background-color: #f8991c;
}
.vid{
	position:relative;
}
.btn-circle{
	position:absolute;
	content:"";
	left:30%;
}
.vid .waves-block {
    position: absolute;
    width: 180px;
    height: 180px;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 2;
}
.vid .waves-block .waves {
    position: absolute;
    width: 180px;
    height: 180px;
    background: rgba(255, 255, 255, 0.2);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    border-radius: 50%;
    background-clip: padding-box;
    -webkit-animation: waves 3s ease-in-out infinite;
    animation: waves 3s ease-in-out infinite;
}
.vid .waves-block .wave-1 {
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
}
.vid .waves-block .wave-2 {
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
}
.vid .waves-block .wave-3 {
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
}
@-webkit-keyframes waves {
    0% {
        -webkit-transform: scale(0.2, 0.2);
        transform: scale(0.2, 0.2);
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    }
    50% {
        opacity: 0.9;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
    }
    100% {
        -webkit-transform: scale(0.9, 0.9);
        transform: scale(0.9, 0.9);
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    }
}

@keyframes waves {
    0% {
        -webkit-transform: scale(0.2, 0.2);
        transform: scale(0.2, 0.2);
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    }
    50% {
        opacity: 0.9;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
    }
    100% {
        -webkit-transform: scale(0.9, 0.9);
        transform: scale(0.9, 0.9);
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    }
}
.vid a {
    position: absolute;
    background-color: #ffffff;
    border-radius: 50%;
    color: #f8991c;
    display: inline-block;
    font-size: 30px;
    height: 55px;
    line-height: 55px;
    text-align: center;
    width: 55px;
    z-index: 2;
    padding-left: 6px;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

/**home-facts**/
.home-facts{
	position:relative;
	padding-top:150px;
	padding-bottom:200px;
	background-image: url(../images/fact-bg.png);
	background-repeat:no-repeat;
	background-size:cover;
}
.facts-title h2{
	margin-bottom:20px;
	margin-top:0px;
	position:relative;
	z-index:1;
}
.facts-title p{
	width: 35%;
    font-size: 17px;
    margin: 0 auto;
    line-height: 26px;
	color:#717171;
	font-weight:300;
}
.fact-style ul{
	padding-left:0px;
	text-align:center;
	padding-top:50px;
}
.fact-style ul li{
	float:left;
	width:20%;
	padding-left:25px;
	padding-right:25px;
	position:relative;
	margin-bottom:35px;
}
 
.fact-style ul li img{
	margin-bottom:0px;
}
.fact-style ul li .counter{
	font-size:28px;
	color:#525252;
	display:inline-block;
	font-weight: bold;
}
.fact-style ul li .s{
	font-size:28px;
	color:#525252;
	display:inline-block;
	font-weight: bold;
}
.number{
	
}
.fact-style ul li span {
    color: #919191;
    font-size: 15px;
    font-weight: 500;
    line-height: 20px;
}
 
/**home-projects**/
.home-projects{
	position:relative;
	padding-top:70px;
	padding-bottom:50px;
	background-image: url(../images/project-bg.png);
	background-repeat:no-repeat;
	background-size:cover;
	background-attachment: fixed;
}
.home-projects .home-project-title h2{
    margin-bottom: 20px;
    margin-top: 0px;
    position: relative;
    z-index: 1;
}

.rp-btn{
	background-color: #fff;
    border-radius: 100%;
    padding: 8px;
    width: 35px;
    height: 35px;
    opacity: 0;
    display: inline-block;
    margin-left: 20px;
}
.sp-btn {
    background-color: #fff;
    border-radius: 100%;
    padding: 8px;
    width: 35px;
    height: 35px;
    opacity: 0;
    display: inline-block;
    margin-left: 20px;
}

/**completed-project**/
.completed-project{
	position:relative;
	padding-top:50px;
	overflow:hidden;
}
.cp-content{
	position: absolute;
    left: 40%;
    z-index: 9;
	top:150px;
}
.cp-content h2{
	margin-bottom:15px;
	margin-top:0px;
	line-height:38px;
	font-size:28px;
}
.cp-content p{
	color:#717171;
	font-size:17px;
	line-height:30px;
	font-weight:300;
}
.project-slider figure img{ 
	position: relative;
	width:100%;
}

/*.project-content{
	background-image: url(../images/project-overlay.png);
	background-repeat:no-repeat;
	background-size:cover;
	width:514px;
	height:338px;
	bottom: 30%;
    left: 50%;
	z-index:99;
	position:absolute;
	content:"";
}*/
.project-content{
	/*background-image: url(../images/new-pc1.png);
	background-repeat:no-repeat;
	background-size:cover;*/
	width:800px;
	height:200px;
	bottom: -25%;
    left: 50%;
	/*z-index:99;*/
	position:absolute;
	content:"";
	transition: 1s ease-in;
	opacity:0;
	background: rgba(124, 193, 66, 0.9);
    border-radius: 100%;
}
.project-slider.slick-active .project-content{bottom:-2%;transition: 1s ease-in;opacity:1;}
/*.project-slider:hover .project-content{bottom:1.5%;transition: 0.5s ease-in;opacity:1;}*/
/*.pro-cont {
    position: absolute;
    top: 76px;
    left: 27%;
    z-index: 2;
}*/
.pro-cont {
    position: relative;
    top: 25px;
    text-align:center;
    z-index: 2;
}
.pro-btn{
	background-color: #005da4;
    padding: 10px;
    border-radius: 100%;
    width: 40px;
    height: 40px;
    position: relative;
    bottom: -25px;
    left: 35%;
	z-index:2;
}
.pro-btn img{
	left: -3px;
    position: relative;
}
.project-name{
	color:#fff;
	font-size:23px;
	font-weight:bold;
	line-height:normal;
	margin-bottom:15px;
}
.project-content ul{
	padding:0px;
}
.project-content ul li{
	color:#fff;
	margin-bottom:5px;
	font-size:17px;
	font-weight:300;
	display:inline-block;
	padding-right: 10px;
    padding-left: 10px;
}
/* .project-content ul li:first-child{border-right:1px solid #fff;} */
.project-slider{
	position:relative;
}
.project-slider:before{
	background-image: url(../images/new-project.png);
	background-repeat:no-repeat;
	background-size:cover;
	width:100%;
	height:100%;
	position:absolute;
	top:0;
	left:0;
	content:"";
	z-index:9;
}
.completed-project .slick-next{
	left:13%;
	z-index: 1;
}
.completed-project .col-sm-9{padding-right:0;padding-left: 25px;}
.completed-project .slick-prev{
	left:9%;
	z-index:1;
}
body .completed-project .slick-prev:before, body .completed-project .slick-next:before {
    position: absolute;
    font-size: 0;
    width: 25px;
    height: 17px;
	content:"";
}
body .completed-project .slick-prev, body .completed-project .slick-next{
	background-color:#d9e7f1;
	width:35px;
	height:35px;
	border-radius:100%;
	top:62%;
}
.completed-project .slick-next:before {
    left: -10px;
    top: 10px;
    background-image: url(../images/test-right-arrow.png);
	background-repeat:no-repeat;
	    transition: all 0.5s ease 0s;
}
.completed-project .slick-prev:before {
    right: -10px;
    top: 10px;
    background-image: url(../images/test-left-arrow.png);
	background-repeat:no-repeat;
	transition: all 0.5s ease 0s;
}
.completed-project .slick-prev:hover:before{
	right:0;
}
.completed-project .slick-next:hover:before{
	left:0;
}
/**home-clients**/
.home-clients{
	position:relative;
	background-image: url(../images/client-bg.png);
	background-repeat:no-repeat;
	background-size:cover;
	height:376px;
}
/*.home-clients:before{
	position:absolute;
	background-image: url(../images/oc-bg.png);
	background-repeat:no-repeat;
	background-size:cover;
	height:376px;
	content:"";
	width:100%;
	top:-202px;
}*/
.home-clients .home-clients-title h2{
	margin-bottom:15px;
	margin-top:0px;
	position: relative;
}
.clients-block ul{
	padding-left:0px;
}
.clients-block .client-logo{
	background-image: url(../images/clients-overlay.png);
	background-repeat:no-repeat;
	background-size:contain;
	position:relative;
	width:19%;
	height:167px;
	padding: 55px 40px;
	display:inline-block;
}
.clients-block .slick-next{
	right:-20px;
	z-index: 1;
	left:auto;
}
.clients-block .slick-prev{
	left:-50px;
	z-index:1;
}
body .clients-block .slick-prev:before, body .clients-block .slick-next:before {
    position: absolute;
    font-size: 0;
    width: 25px;
    height: 17px;
	content:"";
}
body .clients-block .slick-prev, body .clients-block .slick-next{
	background-color:#d9e7f1;
	width:35px;
	height:35px;
	border-radius:100%;
	top:50%;
}
.clients-block .slick-next:before {
    left: -10px;
    top: 10px;
    background-image: url(../images/test-right-arrow.png);
	background-repeat:no-repeat;
	    transition: all 0.5s ease 0s;
}
.clients-block .slick-prev:before {
    right: -10px;
    top: 10px;
    background-image: url(../images/test-left-arrow.png);
	background-repeat:no-repeat;
	transition: all 0.5s ease 0s;
}
.clients-block .slick-prev:hover:before{
	right:0;
}
.clients-block .slick-next:hover:before{
	left:0;
}

/**testimonial**/
.testimonial{
	position:relative;
	padding-top:100px;
	padding-bottom:100px;
}
.test-mob-tit{display:none;}
.testimonial-block{
	background-image: url(../images/testimonial-bg.png);
	background-repeat:no-repeat;
	background-size:contain;
	position:relative;
	width:100%;
	height:auto;
	padding-top:80px;
	padding-bottom:80px;
	padding-left:40px;
	padding-right:40px;
}
.testi-img{
	margin-bottom:20px;
}
.testi-img img{
	margin-left: auto;
    margin-right: auto;
    display: block;
}
.testimonial-content{
	color:#fff;
}
.testimonial-content .desc{
	font-size:20px;
	line-height:33px;
	font-weight: 300;
	padding: 20px;
	margin-bottom:20px;
}
.testimonial-content .name{
	font-size:22px;
	font-weight:500;
	margin-bottom:0px;
}
.testimonial-content .position{
	font-size:15px;
}
.testimonial-inner .slick-next{
	right:-35%;
	z-index: 1;
	left:auto;
}
.testimonial-inner .slick-prev{
	left:auto;
	right:-20%;
	z-index:1;
}
body .testimonial-inner .slick-prev:before, body .testimonial-inner .slick-next:before {
    position: absolute;
    font-size: 0;
    width: 25px;
    height: 17px;
	content:"";
}
body .testimonial-inner .slick-prev, body .testimonial-inner .slick-next{
	background-color:#d9e7f1;
	width:35px;
	height:35px;
	border-radius:100%;
	top:50%;
}
.testimonial-inner .slick-next:before {
    left: -10px;
    top: 10px;
    background-image: url(../images/test-right-arrow.png);
	background-repeat:no-repeat;
	    transition: all 0.5s ease 0s;
}
.testimonial-inner .slick-prev:before {
    right: -10px;
    top: 10px;
    background-image: url(../images/test-left-arrow.png);
	background-repeat:no-repeat;
	transition: all 0.5s ease 0s;
}
.testimonial-inner .slick-prev:hover:before{
	right:0;
}
.testimonial-inner .slick-next:hover:before{
	left:0;
}
.testimonial-title{
	position:relative;
	padding-top:120px;
}
.testimonial-titles h2{
	margin-bottom:20px;
	margin-top:0px;
	position:relative;
	z-index:1;
}
.testimonial-title:before{
	background-image: url(../images/test-quotes.png);
	background-repeat:no-repeat;
	position:absolute;
	content:"";
	left: 53%;
    top: 25%;
	width:124px;
	height:83px;
} 
.testimonial:after{
	background-image: url(../images/testimonial-after.png);
	background-repeat:no-repeat;
	position:absolute;
	content:"";
	right: 0;
    bottom: -35px;
	width:425px;
	height:396px;
} 

/**home-news**/
.home-news{
	position:relative;
	padding-top:50px;
	padding-bottom:100px;
}
.home-news .home-news-title h2{
	margin-bottom:15px;
	margin-top:0px;
}
.hn{
	padding-bottom:80px;
}
.nbg{
	position:relative;
	padding: 0 45px !important;
	transition: all 0.5s;
}
 
.news-block{
	position:relative;
	padding-top:30px;
	margin-right:35px;
}
.news-date-block{
	padding-bottom: 10px;
    border-bottom: 3px solid #e7e7e7;
	margin-bottom:30px;
}
.news-number{
	font-size:35px;
	color:#505050;
	font-weight:bold;
}
.news-date{
	font-size:17px;
	color:#717171;
	font-weight:300;
}
.news-name{
	font-size:20px;
	color:#464646;
	margin-bottom: 10px;
}
.news-desc{
	font-size:17px;
	color:#717171;
	line-height:27px;
	font-weight:300;
	margin-bottom:15px;
}
.news-btn{opacity:0;color:#fff;}
.news-btn img{padding-right:10px;}
.nbg:hover .news-btn{opacity:1;}
.news-btn:hover{color:#f8991c;}
/**footer**/
.footer-top{
	
}
/*.footer-top:after{
	background-image: url(../images/footer-bg.png);
	background-repeat:no-repeat;
	background-size:cover;
	position:absolute;
	left:0;
	width:100%;
	height:490px;
	top:0;
	content:"";
}*/
.foot{
	position:relative;
	z-index:1;
	padding-top: 140px;
	opacity: 0.8;
}
.foot-form h3{
	margin-bottom: 20px !important;
    line-height: 26px;
}
.quick-links h3 {
    color: #fff;
    font-size: 14px;
    font-weight: 300;
    line-height: 21px;
    margin-bottom: 9px;
    margin-top: 0;
	text-transform:uppercase;
}
.quick-links ul{
	padding-left:0;
}
.quick-links li{
	margin-bottom:10px;
}
.quick-links li a {
    position: relative;
    display: block;
    padding-left: 20px;
    color: #fff;
	font-weight:300;
}
.quick-links li a:before {
    position: absolute;
    content: "\f0da";
    font-family: fontawesome;
    font-size: 15px;
    color: #b4b4b4;
    left: 0;
    top: calc(50% - 10px);
    line-height: 20px;
    transition: all 0.5s ease;
}
.footer-top .form-control {
    width: 100%;
    height: 50px;
    padding: 0px 20px;
    border-radius: 0px;
    border: none;
    outline: none;
    background-color: transparent;
    border: 1px solid #CED4DA;
    color: #fff;
}
.footer-top  .btn-default{
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    height: 50px;
    line-height: 50px;
    padding: 0px 10px;
    border-radius: 0px;
    background-color: #fff;
    text-transform: capitalize;
    color: #051e3a;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    border: none;
}
.footer-top .news-form{
    width: 100%;
    position: relative;
}
.social-content {
    padding-left: 0px;
	padding-top:20px;
}
.social-content li {
    display: inline-block;
    margin: 0 10px;
}
.social-content li a {
    color: #fff;
    display: block;
    font-size: 24px;
    transition: all .5s ease;
    text-align: center;
}
.copyright-text {
    text-align: center;
    border-top: 1px solid #4f4e4f;
    padding-top: 20px;
	z-index:1;
	position:relative;
}
.copyright-text p {
    color: #fff;
    font-size: 15px;
    opacity: 0.8;
	font-weight:300;
}
.footer-overlay{
	background-image: url(../images/footer-overlay.png);
	background-repeat:no-repeat;
	background-size:cover;
	width:1920px;
	height:574px;
	position:absolute;
	top: -80px;
    left: -14%;
}
.footer{
	position:relative;
	overflow:hidden;
	background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
	background-image: url(../images/footer-bg1.png);
}
.pl-40{padding-left:40px;}
.pl-20{padding-left:25px;}

/**inner-page-banner**/
.inner-page-banner{
	position:relative;
}
.inner-banner-caption {
    position: absolute;
    width: 100%;
    left: 0;
    top: 35%;
	z-index:1;
}
.inner-banner-caption h1{
	color:#fff;
	font-size: 40px;
    font-weight: bold;
	margin-top:0;
	margin-bottom:15px;
}
.inner-banner-caption ul{
	padding-left:0px;
}
.inner-banner-caption ul li{
	display:inline-block;
	position:relative;
	padding-right:10px;
	padding-left:10px;
	
}
.inner-banner-caption ul li:after{
	position:absolute;
	content:"/";
	right:-5px;
	display:block;
	color:#fff;
	top:0;
}
.inner-banner-caption ul li a{
	font-size:15px;
}
.inner-banner-caption ul li:last-child:after{
	display:none;
}
.inner-banner-caption ul li:last-child a{
	pointer-events: none;
}
.inner-banner-caption ul li a{
	color:#fff;
}
.inner-banner-caption ul li {
	color:#fff;
}
.inner-banner-overlay {
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: url(../images/inner-banner-overlay.png) no-repeat center top;
    background-size: cover;
}
.inner-banner-overlay-1{
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: url(../images/inner-banner-overlay-1.png) no-repeat center top;
    background-size: cover;
}
.inner-page-banner .banner-image{position:relative;}
.inner-page-banner .banner-image::before {
    background: rgba(0, 0, 0, 0.45) none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
/**nothing**/
.nothing{
	position:relative;
	padding-top:150px;
	overflow:hidden;
}
.nothing:after{
	background-image: url(../portfolio/image-002.jpg);
	height:614px;
	position:absolute;
	content:"";
	width:904px;
	right:-280px;
	background-repeat:no-repeat;
	top:0;
	z-index:1;
}
.nothing:before{
	background-image: url(../images/nothing-left.png);
	height:335px;
	position:absolute;
	content:"";
	width:186px;
	left:-65px;
	background-repeat:no-repeat;
	bottom:0;
	z-index:1;
}
.nothing .row{
	display:flex;
	align-items:center;
}
.nothing-content h2{
	margin-bottom:20px;
	margin-top:0px;
	position:relative;
	z-index:1;
}
.nothing-content p{
	font-size:17px;
	font-weight:300;
	color:#717171;
	line-height:26px;
	margin-bottom:0;
	position:relative;
	z-index:1;
}
.nothing .btn-circle {
    left: 70%;
	top:-110px;
}

/**vision-mission**/
.vision-mission{
	position:relative;
	padding-top:0px;
	padding-bottom:0px;
}
.vision-mission:after{
	background-image: url("../images/vision-left.png");
    background-repeat: no-repeat;
    content: "";
    height: 843px;
    left: -60px;
    position: absolute;
    top: -100px;
    width: 956px;
    z-index: 1;
}
.vision-content{
	position:relative;
	padding: 70px 150px 50px 0px;
}
.vision-content h2{
	color:#fff;
	font-size:45px;
	margin-bottom:20px;
	margin-top:0px;
	position:relative;
	z-index:2;
}
.vision-content p{
	font-size:25px;
	font-weight:300;
	color:#fff;
	line-height:39px;
	margin-bottom:0;
	position:relative;
	z-index:2;
}
.mission-content{
	padding: 10px 0px 50px 70px;
	position:relative;
}
.mission-content h2{
	color:#363636;
	font-size:45px;
	margin-bottom:20px;
	margin-top:0px;
	position:relative;
	z-index:1;
}
.mission-content p{
	font-size:17px;
	font-weight:300;
	color:#717171;
	line-height:30px;
	margin-bottom:0;
	position:relative;
	z-index:1;
}

/**core-value**/
.core-value{
	position:relative;
	background-image: url(../images/core-bg.png);
	height:1627px;
	width:100%;
	background-repeat:no-repeat;
	padding-top:250px;
	background-position:0 -140px
}
.core-value-block{
	position:relative;
	background-image: url(../images/core-overlay.png);
	height:254px;
	width:256px;
	background-repeat:no-repeat;
	padding: 55px;
	padding-top: 50px;
}
.core-value-block:hover{
	transform: scale(1.1);
	transition: all 0.5s ease-out 0s;
}
.core-value-block img{
	margin-bottom:15px;
	-webkit-transition: -webkit-transform .8s ease-in-out;
    transition:transform .8s ease-in-out;
}
.core-value-block:hover img{
	 -webkit-transform: rotate(360deg);
          transform: rotate(360deg);
}
.core-value-block .core-name{
	font-size:17px;
	color:#717171;
	font-weight:300;
}
.co2{margin-top:190px;}
.co3{margin-top: -50px;margin-left: -50px;}
.co4{margin-top: 100px;}

.cr2 .co3{
	padding:30px;
	padding-top:50px;
}
/**home-clients**/
.accrediation{
	position:relative;
	padding-top:50px;
	padding-bottom:50px;
}
.accrediation:before {
    background-image: url(../images/nothing-left.png);
    height: 335px;
    position: absolute;
    content: "";
    width: 186px;
    left: -65px;
    background-repeat: no-repeat;
    top: -200px;
    z-index: 1;
}
.accrediation .accrediation-title h2{
	margin-bottom:15px;
	margin-top:0px;
	position: relative;
}
.accrediation-block ul{
	padding-left:0px;
}
.accrediation-block .accrediation-block-inner .accrediation-logo{
	background-image: url(../images/accrediations-overlay.png);
	background-repeat:no-repeat;
	background-size:contain;
	position:relative;
	width:19%;
	height:167px;
	padding: 55px 40px;
	display:inline-block;
	text-align: center;
	background-position: center;
}
.accrediation-block .accrediation-block-inner .accrediation-logo:nth-child(even){
	background-image: url(../images/accrediations-overlay-reverse.png);
	height:163px;
}
.accrediation-block .accrediation-logo img{
	margin-left:auto;
	margin-right:auto;
	display:block;
}
.accrediation-block .slick-next{
	right:-50px;
	z-index: 1;
	left:auto;
}
.accrediation-block .slick-prev{
	left:-50px;
	z-index:1;
}
body .accrediation-block .slick-prev:before, body .accrediation-block .slick-next:before {
    position: absolute;
    font-size: 0;
    width: 25px;
    height: 17px;
	content:"";
}
body .accrediation-block .slick-prev, body .accrediation-block .slick-next{
	background-color:#d9e7f1;
	width:35px;
	height:35px;
	border-radius:100%;
	top:50%;
}
.accrediation-block .slick-next:before {
    left: -10px;
    top: 10px;
    background-image: url(../images/test-right-arrow.png);
	background-repeat:no-repeat;
	    transition: all 0.5s ease 0s;
}
.accrediation-block .slick-prev:before {
    right: -10px;
    top: 10px;
    background-image: url(../images/test-left-arrow.png);
	background-repeat:no-repeat;
	transition: all 0.5s ease 0s;
}
.accrediation-block .slick-prev:hover:before{
	right:0;
}
.accrediation-block .slick-next:hover:before{
	left:0;
}

/**about-page-three-block**/
.about-page-three-block{
	position:relative;
	padding-top:80px;
	padding-bottom: 80px;
	overflow:hidden;
}
.about-page-three-block:after{
	background-image: url(../images/about-three-after.png);
    height: 396px;
    position: absolute;
    content: "";
    width: 369px;
    right: -65px;
    background-repeat: no-repeat;
    top: 0px;
    z-index: -1;
}
.ad1{
	background-image: url(../images/ad1.png);
	background-repeat:no-repeat;
	background-size:contain;
	position:relative;
	height:212px;
}
.ad1:after{
	background-image: url(../images/ad1-after.png);
	position:absolute;
	content:"";
	top:-40px;
	background-repeat:no-repeat;
	width:248px;
	height:220px;
	left:-100px;
	transition: .4s ease;
	right: 0;
    margin: 0 auto;
	animation: blinker 5s linear infinite;
}
@keyframes blinker {  
  50% { opacity: 0; }
}
.ad2{
	background-image: url(../images/ad2.png);
	background-repeat:no-repeat;
	background-size:contain;
	position:relative;
	height:215px;
	margin-top: 100px;
}
.ad2:after{
	background-image: url(../images/ad2-after.png);
	position:absolute;
	content:"";
	top:0px;
	background-repeat:no-repeat;
	width:279px;
	height:175px;
	left:-90px;
	transition: .4s ease;
	right: 0;
    margin: 0 auto;
	animation: blinker 10s linear infinite;
}
.ad3{
	background-image: url(../images/ad3.png);
	background-repeat:no-repeat;
	background-size:contain;
	position:relative;
	height:215px;
	margin-top: 200px;
}
.ad3:after{
	background-image: url(../images/ad3-after.png);
	position:absolute;
	content:"";
	top:-10px;
	background-repeat:no-repeat;
	width:265px;
	height:171px;
	left:-70px;
	transition: .4s ease;
	right: 0;
    margin: 0 auto;
	animation: blinker 15s linear infinite;
}
.about-three-block{
	padding: 50px 30px;
	margin-left: 60px;
	margin-bottom: 30px;
}
.about-three-block .icon-name{
	color:#fff;
	font-size:22px;
	font-weight:300;
}
.about-three-block img{
	padding-left: 25px;
    margin-bottom: 10px;
	transform: scale(0.9);
    transition: all ease-in 0.5s;
}
.about-three-block:hover img{
	transform: scale(1);
    transition: all ease-in 0.5s;
}
.about-three-content{
	font-size:17px;
	color:#717171;
	line-height:26px;
	font-weight:300;
}
/**contact-page-block**/
.contact-page-block{
	position:relative;
	padding-bottom:50px;
	overflow:hidden;
}
.contact-page-overlay {
    background-image: url(../images/contact-map-overlay.png);
    background-repeat: no-repeat;
    background-size: cover;
    width: 1920px;
    height: 944px;
    position: absolute;
    top: 0;
    left: -10%;
    content: "";
    z-index: 1;
}
.contact-form-block h2{
    margin-bottom: 20px;
    margin-top: 0px;
    position: relative;
}
.contact-form-block{
	position: relative;
    z-index: 2;
    left: 40%;
    top: 100px;
}
.contact-form-block input{
	height:50px;
	border-radius:100px;
	padding:15px 15px;
}
.contact-form-block textarea{
	height:175px;
	border-radius:20px;
	padding: 15px 15px;
	resize:none;	
}
.contact-page-address{
	position:relative;
	padding-top:50px;
	padding-bottom:50px;
}
.contact-page-address .contact-page-title h3{
	color:#363636;
	font-size:30px;
	margin-top:0;
}
.contact-page-address .contact-page-title .cp-desc{
	font-size:17px;
	color:#717171;
	font-weight:300;
}
.contact-page-address .contact-page-title{
	margin-bottom:50px;
}
.c1{
	background-image: url(../images/contact-info1.png);
	position:relative;
}
.c1:after {
    background-image: url(../images/contact-info1-after.png);
    position: absolute;
    content: "";
    top: -20px;
    background-repeat: no-repeat;
    width: 143px;
    height: 101px;
    left: 0px;
    transition: .4s ease;
    right: 0;
    margin: 0 auto;
    animation: blinker 5s linear infinite;
}
.c2{
	background-image: url(../images/contact-info2.png);
	position:relative;
}
.c2:after {
    background-image: url(../images/contact-info2-after.png);
    position: absolute;
    content: "";
    top: -20px;
    background-repeat: no-repeat;
    width: 143px;
    height: 101px;
    left: 0px;
    transition: .4s ease;
    right: 0;
    margin: 0 auto;
    animation: blinker 5s linear infinite;
}
.c3{
	background-image: url(../images/contact-info3.png);
	position:relative;
}
.c3:after {
    background-image: url(../images/contact-info3-after.png);
    position: absolute;
    content: "";
    top: -20px;
    background-repeat: no-repeat;
    width: 143px;
    height: 101px;
    left: 0px;
    transition: .4s ease;
    right: 0;
    margin: 0 auto;
    animation: blinker 5s linear infinite;
}
.c4{
	background-image: url(../images/contact-info4.png);
	position:relative;
}
.c4:after {
    background-image: url(../images/contact-info4-after.png);
    position: absolute;
    content: "";
    top: -20px;
    background-repeat: no-repeat;
    width: 143px;
    height: 101px;
    left: 0px;
    transition: .4s ease;
    right: 0;
    margin: 0 auto;
    animation: blinker 5s linear infinite;
}
.contact-info-block{
	padding: 15px 35px;
	margin-bottom:10px;
	background-repeat:no-repeat;
	position:relative;
	height:95px;
	text-align:center;
	background-position: center;
}
.contact-info-detail{
	font-size:17px;
	color:#717171;
	font-weight:300;
	line-height:26px;
}

/**single-services-main-page**/
.services-main-page{
	position:relative;
	padding-top:60px;
}
.single-services-content .serv-desc{
	font-size:17px;
	line-height:26px;
	color:#717171;
	font-weight:300;
	margin-bottom:20px;
}
.single-services-content h4{
	color:#484848;
	font-size:20px;
	margin-top:0;
	line-height:28px;
	margin-bottom:28px;
}
.single-services-content ul{
	padding-left:0px;
	margin-bottom:50px;
}
.single-services-content ul li{
	font-size:17px;
	color:#717171;
	margin-bottom:20px;
	position:relative;
	font-weight:300;
	padding-left:20px;
}
.single-services-content ul li:before {
    position: absolute;
    content: "\f0da";
    font-family: fontawesome;
    font-size: 25px;
    color: #f8991c;
    left: 0;
    top: calc(50% - 7px);
    line-height: 20px;
    transition: all 0.5s ease;
}

.recent-service-list ul{
	padding-left:30px;
	position:relative;
	background-image: url(../images/recent-bg.png);
	background-repeat: no-repeat;
	height:423px;
	padding-top:60px;
}
.recent-service-list ul li{
	font-size:17px;
	color:#fff;
	margin-bottom:20px;
	position:relative;
	font-weight:300;
	padding-left:20px;
}
.recent-service-list ul li a{
	color:#cecece;
}
.recent-service-list ul li.active{
	position:relative;
}
.recent-service-list ul li.active a{
	color:#f8991c;
}
.recent-service-list ul li a:hover{
	color:#f8991c;
}
.recent-service-list ul li.active:before {
    position: absolute;
    content: "\f0da";
    font-family: fontawesome;
    font-size: 20px;
    color: #f8991c;
    left: 0;
    top: calc(50% - 10px);
    line-height: 20px;
    transition: all 0.5s ease;
}
.single-services-content .quote-block{
	position:relative;
	background-image: url(../images/service-quote.png);
	background-repeat: no-repeat;
	height:119px;
	background-size: contain;
	margin-bottom:30px;
}
.single-services-content .quote-block:before{
	position:absolute;
	content:"";
	background-image: url(../images/service-quote-after.png);
	background-repeat: no-repeat;
	height:128px;
	background-size: contain;
	left:0;
	width:171px;
	top:-10px;
}
.quote-desc{
	color:#fff;
	font-size:20px;
	font-weight:300;
	padding-left: 170px;
    padding-top: 30px;
}
.recent-sticky-wraper {
    position: sticky;
    top: 100px;
}
.sp{
	padding-top:0px;
}
.sp .project-slider:before{
	/* background-image: url(../images/service-page-new-project.png); */
	height:100%;
	top:0px;
}
/**service-list-page**/
.services-page{
	position:relative;
	padding-top:70px;
	padding-bottom:50px;
}
.services-page-title{margin-bottom:20px;}
.services-page-title p{
	width: 63%;
    font-size: 17px;
    margin: 0 auto;
    line-height: 26px;
	color:#717171;
	font-weight:300;
}

.project__image{
	margin-bottom:20px;
}
.project__image img{
	width:100%;
}
  .project-list:after {
    content: " ";
    display: block;
    clear: both; }
  .project__image {
    display: block;
    position: relative; }
    .project__image:after {
      content: " ";
      width: 100%;
      height: 100%;
      position: absolute;
      left: 0;
      top: 0;
      transition: opacity .3s ease;
      opacity: 0; }
  .project__card {
    position: relative;
    transition: box-shadow .3s ease;
    box-shadow: 0 10px 30px transparent; }
    .project__card.hover-in {
      transition: -webkit-transform .2s ease-out;
      transition: transform .2s ease-out;
      transition: transform .2s ease-out, -webkit-transform .2s ease-out; }
    .project__card.hover-out {
      transition: -webkit-transform .2s ease-in;
      transition: transform .2s ease-in;
      transition: transform .2s ease-in, -webkit-transform .2s ease-in; }
  .project:hover .project__image:after {
    opacity: 1; }
  .project:hover .project__title{
    -webkit-transform: translateY(0) scale(1);
        -ms-transform: translateY(0) scale(1);
            transform: translateY(0) scale(1);
    opacity: 1; }
  .project:hover .project__title {
    font-weight: 600;
    margin-bottom: 0;
    line-height: 1; }
  .project__detail {
    position: absolute;
    left: 30px;
    right: 30px;
    /*top: 30px;*/
    bottom: 85px;
    text-align: center;
    -webkit-transform: translateZ(30px);
            transform: translateZ(30px);
    transition: border .4s ease; }
	.sp .project__detail {bottom:45px;}
  .project__title {
	  color:#fff;
    margin: 0 0 10px;
    font-size: 24px;
    font-weight: 300;
    transition: .4s ease;
    opacity: 0;
    -webkit-transform: translateY(40px) scale(0);
        -ms-transform: translateY(40px) scale(0);
            transform: translateY(40px) scale(0);
    will-change: transform;
display: inline-block;	}
    .project__title a {
      color: white; }
	  .ser1 .project__image {
	position:relative;
}
.ser1 .project__image:before{
	background-image: url(../images/project-hover-orange.png);
	background-repeat:no-repeat;
	background-size:cover;
	position:absolute;
	content:"";
	width:447px;
	height:168px;
	bottom: -6px;
    left: 63px;
	opacity:0;
	transition:0.5s ease-in;
}
.project:hover .project__detail,.project:hover .project__image:before{opacity:1;transition:0.5s ease-in;}
.project:hover .rp-btn,.project:hover .sp-btn{opacity:1;transition:0.5s ease-in;}
.ser4 .project__image{
	padding-top:30px;
}
.ser2 .project__image {
	position:relative;
}
.ser2  .project__detail {
    position: absolute;
left: 20%;right:auto;}
.ser2 .project__image:before{
	background-image: url(../images/project-hover-blue-1.png);
	background-repeat:no-repeat;
	background-size:cover;
	position:absolute;
	content:"";
	width:453px;
	height:174px;
	bottom: -1px;
    left: 8px;
	opacity:0;
	transition:0.5s ease-in;
}
.ser4 .project__image {
	position:relative;
}

.ser4 .project__image:before{
	background-image: url(../images/project-hover-green.png);
	background-repeat:no-repeat;
	background-size:cover;
	position:absolute;
	content:"";
	width:420px;
	height:153px;
	bottom: 5px;
    left: 75px;
	opacity:0;
	transition:0.5s ease-in;
}
.ser5 .project__image {
	position:relative;
}
.ser5 .project__image:before{
	background-image: url(../images/project-hover-yellow.png);
	background-repeat:no-repeat;
	background-size:cover;
	position:absolute;
	content:"";
	width:480px;
	height:137px;
	bottom: 3px;
    left: 15px;
	opacity:0;
	transition:0.5s ease-in;
}
.ser6 .project__image {
	position:relative;
}
.ser6 .project__image:before{
	background-image: url(../images/project-hover-violet.png);
	background-repeat:no-repeat;
	background-size:cover;
	position:absolute;
	content:"";
	width:413px;
	height:167px;
	bottom: 6px;
    left: 90px;
	opacity:0;
	transition:0.5s ease-in;
}
.ser3 .project__image {
	position:relative;
	margin-bottom:30px;
}
.ser3 .project__image:before{
	background-image: url(../images/project-hover-sky.png);
	background-repeat:no-repeat;
	background-size:cover;
	position:absolute;
	content:"";
	width:434px;
	height:181px;
	bottom: 5px;
    left: 65px;
	opacity:0;
	transition:0.5s ease-in;
}
.services-page .project__title{
	display:block;
	margin-bottom:15px !important;
}

.services-page .project__detail{
	bottom:47px;
}

.section-thanks{position:relative;padding-top:50px;padding-bottom:50px;}

label.error {
    display: none !important;
}
input.error{border-color: red !important;}

.projects-listing{display:block;width:100%;float:left;clear:both;}

.projects-listing ul{padding:0px;margin:0px;margin-bottom:45px;}
.projects-listing li{display:inline-block;}
.projects-listing li a{padding:10px 25px;font-family: 'Montserrat';font-size:18px;font-weight:normal;text-transform:uppercase;color:#484848;background-color:#fff;display:inline-block;transition:0.5s ease-in-out;}
.projects-listing li a:hover{ background-color:#f99d35;color:#fff;transition:0.5s ease-in-out;}
.projects-listing li.active a{ background-color:#f99d35;color:#fff;}

.project-det img{width:100%;}

.project-det ul {clear: both;margin: 0;padding: 0;width: 100%;}
.project-det li {display: inline-block;float: left;padding: 1%;width: 33%;}
.project-det li.big-sze-lef {float: left;width: 67%;}
.project-det li.big-sze-rit {float: right;padding-bottom: 0;width: 67%;}

.tab-content {display: block;float: left;width: 100%;}

.proj-img{position:relative;overflow:hidden;}

.bubble{ position:absolute;content:"";left:-11%;bottom:-9%;width:415px;height:199px;opacity:1; background:rgba(0, 89, 164, 0.8);border-radius:100%;transform: rotate(3deg);transform: translatex(-250px) translatey(260px) scale(0);
opacity:0; transition-duration: 1s; }

.project-det li:hover .bubble{transform: translatex(0px) translatey(0px) scale(1);opacity:1;-webkit-transition-property: -webkit-transform;-moz-transition-property: -moz-transform;transition-property: transform;-webkit-transition-duration: 0.3s;-moz-transition-duration: 0.3s;transition-duration: 0.5s;}

.bubble h5{font-family: 'Montserrat';font-size:24px;color:#fff;font-weight: 500;line-height:28px;transform: rotate(0deg);padding-left:30%;padding-top:10%;}
.bubble h5 span{font-family: 'Montserrat';font-size:18px;display:block;color:#fff;font-weight: 500;}
 
.bubble.sml{width:250px;height:110px;}
.bubble.sml h5{font-size:16px;padding-top:6%;line-height:21px;}
.bubble.sml h5 span{font-size:12px;}

.prj-cnt h5{font-family: 'Montserrat Semi';font-size:17px;line-height:23px;color:#3b3b3b;margin:0px;}
.prj-cnt h5 span{font-family: 'Montserrat';font-size:17px;line-height:23px;color:#717171;font-weight:300;display:block;}

.listings {text-align:center;}

.listings ul{padding:0px;margin:0px;}
.listings li{display:inline-block;margin:0px 40px;}

.projects-details.detils-prj{padding:100px 0px;}

.projdetails-img{margin-top:65px;}

.projdetails-img .slick-next{
	right:-80px;
	z-index: 1;
	left:auto;
}
.projdetails-img .slick-prev{
	left:-80px;
	z-index:1;
}
body .projdetails-img .slick-prev:before, body .projdetails-img .slick-next:before {
    position: absolute;
    font-size: 0;
    width: 25px;
    height: 17px;
	content:"";
}
body .projdetails-img .slick-prev, body .projdetails-img .slick-next{
	background-color:#d9e7f1;
	width:35px;
	height:35px;
	border-radius:100%;
	top:50%;
}
.projdetails-img .slick-next:before {
    left: -10px;
    top: 10px;
    background-image: url(../images/test-right-arrow.png);
	background-repeat:no-repeat;
	    transition: all 0.5s ease 0s;
}
.projdetails-img .slick-prev:before {
    right: -10px;
    top: 10px;
    background-image: url(../images/test-left-arrow.png);
	background-repeat:no-repeat;
	transition: all 0.5s ease 0s;
}
.projdetails-img .slick-prev:hover:before{
	right:0;
}
.projdetails-img .slick-next:hover:before{
	left:0;
}

.projdet-txt p{font-family: 'Montserrat';font-size:17px;line-height:30px;font-weight:300;color:#717171;text-align:center;width:86%;margin:40px auto;}
.projdet-txt a{font-family: 'Montserrat';font-size:30px;line-height:28px;font-weight:500;color:#e68608;text-align:center;display:block;}

.projdet-txt a span{position:relative;}
.projdet-txt a span:before{position:absolute;content:"";left:0;bottom:0;background-color:#e68608;height:2px;width:100%;}

.other-prjtab{padding-top:80px;}

.other-prjtab h4{font-family: 'Montserrat';font-size:35px;line-height:56px;font-weight:500;color:#363636;margin-bottom:30px;}
 

.otr-prjo{position:relative;overflow:hidden;}

.bubbless{ position:absolute;content:"";left:-18%;bottom:-32%;width:280px;height:170px;opacity:1; background:rgba(0, 89, 164, 0.8);border-radius:100%;transform: rotate(3deg);transform: translatex(-250px) translatey(260px) scale(0);
opacity:0; transition-duration: 1s; }

.bubbless h5 {

    font-family: 'Montserrat';
    color: #fff;
    font-weight: 500;
    transform: rotate(0deg);
    padding-left: 32%;
    font-size: 24px;
    padding-top: 10%;
    line-height: 21px;

}
.bubbless h5 span{font-family: 'Montserrat';font-size:12px;display:block;color:#fff;font-weight: 500;}

.otr-prjo:hover .bubbless{transform: translatex(0px) translatey(0px) scale(1);opacity:1;-webkit-transition-property: -webkit-transform;-moz-transition-property: -moz-transform;transition-property: transform;-webkit-transition-duration: 0.3s;-moz-transition-duration: 0.3s;transition-duration: 0.5s;}

.projects-details.detils-prj{position:relative;background-image: url(../images/bg-1.png);background-repeat:no-repeat;width:100%;background-position:center bottom;}

 

.other-prjtab .slick-next{
	right:20px;
	z-index: 1;
	left:auto;
}
.other-prjtab .slick-prev{
	left:auto;
	z-index:1;
	right:90px;
}
body .other-prjtab .slick-prev:before, body .other-prjtab .slick-next:before {
    position: absolute;
    font-size: 0;
    width: 25px;
    height: 17px;
	content:"";
}
body .other-prjtab .slick-prev, body .other-prjtab .slick-next{
	background-color:#d9e7f1;
	width:35px;
	height:35px;
	border-radius:100%;
	top:-55px;
}
.other-prjtab .slick-next:before {
    left: -10px;
    top: 10px;
    background-image: url(../images/test-right-arrow.png);
	background-repeat:no-repeat;
	    transition: all 0.5s ease 0s;
}
.other-prjtab .slick-prev:before {
    right: -10px;
    top: 10px;
    background-image: url(../images/test-left-arrow.png);
	background-repeat:no-repeat;
	transition: all 0.5s ease 0s;
}
.other-prjtab .slick-prev:hover:before{
	right:0;
}
.other-prjtab .slick-next:hover:before{
	left:0;
}

.carrer-frm{width:70%;margin:0 auto;}

.carrer-frm .form-group{width:48%;float:left;margin-right:15px;}
.carrer-frm .form-group.tct{width:98%;margin:0px;margin-bottom:15px;}

.custom-mask{
	position: absolute;
	top: 0;
	left: 0;
	width:100%;
}
.custommask-wraper{
	position: relative;
	border: 1px solid #ccc;
	background-color:#fff;
	border-radius:6px;
 
}
.custommask-wraper input[type="file"] {
    opacity: 0;
    position: relative;
    z-index: 10;
	cursor: pointer;
 
}
.chosefile-btn{
	border-top-left-radius: 6px;
border-bottom-left-radius: 6px;
	float: left;
    display: inline-block;
    margin-right: 15px;
    background-color: #606060;
    padding:7px 15px;
   
    color: #fff;
    font-size: 14px;
	
	transition: all 0.5s ease;
}
.filename{padding-top:4px;font-size: 14px;color:#9191A3;
}
.custom-mask:hover .chosefile-btn{
    background-color:#C5392A;
    transition: all 0.5s ease;
}
.filename {
    display: inline-block;
    font-size: 13px;
	float: left;
	line-height: 27px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    max-width: 50%;
    vertical-align: middle;
}

.prj-btm .services-page-title p{width:90%;}

.prj-btm .head-title{font-family: 'Montserrat';font-size:35px;line-height:56px;font-weight:500;color:#363636;margin-bottom:10px;}

.prj-btm .form-control{height:50px;border-radius:35px;}
.prj-btm .home-page-btn{display:block;width:100%;float:left;margin-top:15px;}

.career-page{padding:100px 0px;display:block;width:100%;float:left}

.career-page.tab-upper{padding:40px 0px;}

.career-lsthed h4{color: #363636;
font-size: 45px;
	font-weight: 300;margin-bottom:50px;}

.table-bordered{border:none;}

.table-bordered.proj-tab td{border:none;padding:20px 5px 20px 45px;font-family: 'Montserrat';font-weight: normal; font-style: normal;font-size:16px;color:#717171;vertical-align:middle;}
.table-bordered.proj-tab th{border:none;padding:20px 5px 20px 45px;vertical-align:middle;}
.table-bordered.proj-tab tbody{border:none;border-bottom:none;}

th{background-color:#0056a1;text-align:left;vertical-align:middle;color:#fff;font-family: 'Montserrat';font-weight: 500; font-style: normal;font-size:20px;margin:0px;}
td{text-align:left;vertical-align:middle;}

.table-bordered.proj-tab tr:nth-child(2n){background-color:#f3f8fc;}

.proj-tab a{color:#fff;background-color:#7cc142;padding:8px 15px;transition: all 0.5s ease 0s;}
.proj-tab a:hover{background-color:#0056a1;transition: all 0.5s ease 0s;color:#fff;}

.carer-detils h4{color: #383838;
font-size: 35px;
	font-weight: 300;margin-bottom:15px;}

.carer-detils h5{color: #0c599d;
font-size: 24px;
	font-weight: normal;margin-bottom:40px;position:relative;line-height:25px;}

.carer-detils p{color:#737373;font-size:15px;line-height:22px;font-weight:300;margin-bottom:30px;}

.carer-detils h6{color: #393939;
font-size: 18px;font-weight:600;
	font-weight: normal;margin-bottom:10px;position:relative;line-height:25px;}

.carer-detils h5:before{position:absolute;content:"";left:0;bottom:-10px;width:100%;height:1px;background-color:#e8e8e8;}

.carer-detils span.dips{color: #737373;
font-size: 16px;
	font-weight: 300; display:block;}

.carer-detils ul{margin:0px;padding:0px;margin-bottom:30px;}
.carer-detils li{color:#737373;font-size:15px;line-height:22px;font-weight:300;margin-bottom:12px;position:relative;padding-left:23px;}
.carer-detils li:before{position:absolute;content:"";left:0;top:5px;	width: 0;
	height: 0;
	border-top: 6px solid transparent;
	border-left: 6px solid #f8981d;
	border-bottom: 6px solid transparent;}

.carer-frmsin{background-color:#015ea4;padding:50px 25px;margin-left:40px;}
.carer-frmsin .form-control input{height:45px;}
.carer-frmsin textarea{height:100px;}
.carer-frmsin .btns-text img{display:none;}
 
.carer-frmsin .readmore-btn{text-transform:uppercase;font-weight:500;background-color:#f8981d;border:none;border-radius:2px;font-size:18px;}

.carer-frmsin h4{font-size:28px;font-weight:500;color:#fff;margin-bottom:20px;}

.carer-frmsin label{font-size:17px;font-weight:300;color:#fff;}

.news-sector{position:relative;padding:120px 0px;}
.news-sector:before{position:absolute;content:"";background:transparent url(../images/news-dots.png) no-repeat 0 0;right:0;top:0;width:152px;height:335px;}
.news-sector:after{position:absolute;content:"";background:transparent url(../images/news-dots-1.png) no-repeat 0 0;left:0;bottom:0;width:114px;height:335px;}

.news-pages .news-date-block{border-bottom:3px solid #f9a84e;}
.news-pages .news-number {
    color: #626262;
    font-size: 35px;
    font-weight: bold;
}

.news-pages .news-name {
    color: #8d8a8a;
    font-size: 20px;
	font-weight:600;
    margin-bottom: 10px;
}

.nopad{padding:0px;}
.nopad-left{padding-left:0px;}
.nopad-right{padding-right:0px;}

.single-services-content img{width:100%;margin-bottom:20px;}

.single-services-content .home-page-btn img{margin:0px;width:auto;}

.rity .btns-text img{padding-left:10px;padding-right:0px;}

.single-services-content .home-page-btn{margin-top:0px;}

.filters-block {
	padding: 10px;
	background: #f2f7fb;
	margin-bottom: 30px
}
.filters-block select {
	padding: 8px;
	margin-right: 30px;
	width: 150px;
	  -webkit-appearance: none;
   -moz-appearance:    none;
   appearance:         none;
    background: #fff url("../images/downarrow.png") no-repeat scroll 130px center;
    border: 1px solid transparent;
    color: #bfbfbf;
    font-weight:normal;font-size:14px;
    cursor:pointer;
  
}
.filters-block label {
	font-size: 16px;
	font-weight:normal;font-size:17px;
	color:#808080;
	margin-right:10px;
}

.test-img img{width:100%;}

.lef-tes .test-cnt{padding-left:40px;position:relative;}
.lef-tes .test-cnt:before{position:absolute;content:"";left:-40px;top:40px;background:transparent url("../images/test-ing.png") no-repeat scroll 0 0;width:55px;height:162px;}

.rit-tes .test-cnt{padding-left:0px;position:relative;padding-right:40px;}
.rit-tes .test-cnt:before{position:absolute;content:"";left:auto;right:-40px;top:40px;background:transparent url("../images/test-ing-rity.png") no-repeat scroll 0 0;width:55px;height:162px;}

.test-cnt p{padding-top:50px;font-size:18px;line-height:33px;font-weight:500;color:#716d6d;margin-bottom:30px;}

.test-cnt h5{font-weight:bold;font-size:20px;line-height:24px;color:#282e2f;}
.test-cnt h5 span{font-weight:normal;font-size:15px;line-height:24px;color:#716d6d;display:block;}

.testi-ng{padding-top:30px;}

.lef-tes, .rit-tes{margin:30px 0px;display:block;} 




 /* ------------------------------------------------------------------
                		journey sections
------------------------------------------------------------------ */ 


.journey-block { overflow:hidden ;padding:100px 0px 140px;}

.journey-block .section-titles-inner h2{margin:0px;}

.starting-year {  }
.starting-year a { position:relative; padding:8px 40px; background:rgba(242,111,33,1); text-decoration:none; color:#fff; font-size:20px; font-family: 'WorkSansSemiBold';  }
.starting-year a:hover {   }
 

.starting-year.effectives { transform:translateY(100px); opacity:0 }
.starting-year.effectives.in-view {transform:translateY(10px); opacity:1; transition-duration:0.8s}

.journey-years a {padding:8px 40px; z-index:9;  position:relative; background:rgba(102,102,102,1); text-decoration:none; color:#fff; font-size:20px; font-family: 'WorkSansSemiBold'; text-transform:capitalize; }
.timeline > li:hover > .journey-years a { background:rgba(242,111,33,1); }


.timeline > li.timeline-inverted .journey-years { position:absolute; top:46%; left:43%; transition:all 600ms ease-in-out  }
.timeline > li .journey-years { position:absolute; top:46%; right:42%; transition:all 600ms ease-in-out;font-weight:600;font-size:24px;color:#000;}

 



.timeline {	list-style: outside none none;	padding: 0px 0px;	position: relative;	margin:9px 0px}
.timeline::before {	width:1px;	height: 100%;	display: block;	position: absolute;	content: ""; left: 50%;	top: 0px; background:#d2d2d2}
.timeline::after {background:transparent url("../images/rocket.png") no-repeat scroll center center; border-radius: 0; height: 50px; left: 0;right:auto; position: absolute;	text-align: center;	bottom:-48px; width: 100%; z-index: 100; content:""; }

.timeline-info h5{font-weight:500;color:#000;font-size:21px;line-height:28px;padding: 0px 0px 0px 15px;}


.timeline > li {margin:0px 0px;	position: relative;}
.timeline > li::before, .timeline > li::after {	content: " ";	display: table;}
.timeline > li::after {	clear: both;}
.timeline > li::before, .timeline > li::after {	content: " ";	display: table;}
.timeline > li::after {	clear: both;}
.timeline > li > .timeline-panel {  margin:20px 0px 0px;	float: left; padding:10px; position: relative;	width:50%; text-align: right; transition:all 500ms ease-in-out }
.timeline > li > .timeline-badge {	background:transparent url("../images/bulb.png") no-repeat scroll center center; width:100%; height:60px; left: 0; position:absolute; text-align:center; top:-60px; z-index: 100;right:auto;}

.timeline-panel.arrowleft:after { position:absolute; top:46%; right:-6px; content:""; width: 10px; height: 10px; 
background-color: #7cc142;border-radius:100%;}
.timeline-panel.arrowright:after { position:absolute; top:46%; left:-8px; content:""; width: 10px; height: 10px;  background-color: #7cc142;border-radius:100%; }

/* .timeline > li:hover > .timeline-panel p { color:#fff; }*/

.journey-img { position:absolute; top:0px; left:0px; width:100%; z-index:-1; display:none; }
.journey-img img { width:100%; transition:all 8s ease; transform:scale(1,1) }
.journey-img:after {background:rgba(255,255,255,1); width:100%; height:100%; top:0px; left:0px; content:""; z-index:0; position:absolute; transition:all 1s ease-in-out; transform:translateY(0px)  }
/*.timeline > li:hover > .timeline-panel .journey-img img { transform:scale(2.1,2.1)}
.timeline > li:hover > .timeline-panel .journey-img:after { transform:translateY(-500px) }*/


.timeline > li > .timeline-badge i {	padding: 20px;	width: 65px;	height: 65px;	position: relative;}
.timeline > li.timeline-inverted > .timeline-panel {	float: right;	text-align: left;}
.timeline > li.timeline-inverted .timeline-info { float:left; }
.timeline > li .arrowright .timeline-info { float:right; padding:0px 0px 0px 30px;  }
.timeline > li .arrowleft .timeline-info { float:right; padding:0px 30px 0px 0px;  }
 
.timeline .timeline-info p { margin: 0px 0px 0px;	padding: 0px 0px 15px 15px;  transition: all 500ms ease-in-out; position:relative;  font-weight:300; font-size:16px; line-height:26px;color:#717171;font-style:normal;}
.timeline .timeline-info p:after {  }
.timeline-title {color: inherit;	margin-top: 0;}
.timeline-body > p, .timeline-body > ul {	margin-bottom: 0;	line-height: 30px;}
.timeline > li > .timeline-badge {	transition: all 500ms ease-in-out;}

 


.timeline > li.timeline-inverted.effectives .timeline-panel { transform:translateX(100px); opacity:0.5 }
.timeline > li.timeline-inverted.effectives.in-view .timeline-panel { transform:translateX(2px);opacity:1; transition-duration:1.5s }

.timeline > li.timeline-inverted1.effectives .timeline-panel { transform:translateX(-100px); opacity:0.5 }
.timeline > li.timeline-inverted1.effectives.in-view .timeline-panel { transform:translateX(0px); opacity:1;  transition-duration:1.5s }


.timeline > li.timeline-inverted.effectives .timeline-panel.arrowright::after {height:0px;width:0px;}
.timeline > li.timeline-inverted.effectives.in-view .timeline-panel.arrowright::after {width:12px;height:12px; transition-delay:1.3s; transition-duration:.5s  }

.timeline > li.timeline-inverted1.effectives .timeline-panel.arrowleft::after {height:0px;width:0px;  }
.timeline > li.timeline-inverted1.effectives.in-view .timeline-panel.arrowleft::after {width:12px;height:12px; transition-delay:1.3s; transition-duration:.5s  }

.tim-img img{width:100%;}
.tim-img{width:150px;float:left;}
.tim-cnt{width:380px;float:left;}
 
.arrowleft .tim-img{width:150px;float:right;}
.arrowleft .tim-cnt{width:380px;float:right;}

.timeline .arrowleft .timeline-info p{padding: 0px 18px 15px 0px;}
.timeline .arrowleft .timeline-info h5{padding: 0px 18px 0px 0px;}

.section-top-btm{padding:100px 0px;}

.content-updte h5{font-weight: normal;font-style: normal;font-size:24px;color:#717171;}

#newshow_more a{margin-top:60px;}


.clients-list img{width:100%;}

.clients-list li::after, .clients-list  li::before {
    position: absolute;
    content: "";
    background: #d7d7d7;
}

.clients-list li::before {
    bottom: -3px;
    height: 1px;
    right: 0;
    width: 100%;
}
.clients-list li::after {
    height: 100%;
    left: -3px;
    top: 0;
    width: 1px;
}

.clients-list{text-align:center;}
.clients-list ul{padding:0px;margin:0px;width:100%;overflow:hidden;margin-top:40px;}
.clients-list li {
    float: left;
    list-style: outside none none;
    margin: 2px;
    padding: 25px;
    position: relative;
    width: 16%;
}

.vid-mob{display:none;}

.clients-list .bt-img img {
    width: auto;
}

#clientshow_more .readmore-btn{margin-top:30px;}

.nothing-content h2.head-title{font-weight:500;}
h2.head-title.otmt{margin-top:40px;}
h5.otmt{font-family: 'Montserrat';font-weight:500;font-size:24px;line-height:37px;}

p.mb-35{margin-bottom:35px;}

.vision-mission h2.head-title{font-weight:500;margin-bottom:30px;}

.mission-content ul{margin:0px;padding:0px;}
.mission-content li{position:relative;display:inline-block;margin:0px;padding:0px;width:100%;margin-bottom:35px;font-weight:300;font-size:17px;color:#717171;line-height:23px;padding-left:28px;font-style:normal;}

.mission-content li:before{position:absolute;content:"";left:0;top:4px;width:14px;height:15px;background:transparent url("../images/rity.png") no-repeat scroll 0 0;}

.titlm{text-align:center;margin-bottom:30px;}

.titlm h2.head-title{font-weight:500;margin-bottom:30px;width:35%;margin:0 auto 50px;}

 
.mobi-tit{display:none;}

.map-lin {margin:30px 0px;}
.map-lin ul{padding:0px;margin:0px;}
.map-lin li{padding:0px;margin:0px;display:inline-block;margin:0px 10px;}
.map-lin li.active a{background:#005da4;color:#fff;}
.map-lin a{font-family: 'Montserrat';font-weight:500;font-size:23px;line-height:0px;padding:9px 35px;background:#fafcfd;color:#363636;border-radius:4px;transition:all 1s ease-in-out;}
.map-lin a:hover{background:#005da4;color:#fff;transition:all 500ms ease-in-out;}

.awards-list ul{margin:0px;padding:0px;}
.awards-list li{display:inline-block;border:1px solid #e8ecf0;transition:all 500ms ease-in-out;width:31%;padding:0px 40px 30px;border-radius:5px;margin:0 12px;vertical-align:top;min-height:350px;margin-bottom:100px;float:left;}

.awards-list li:hover{border:1px solid #f8991c;transition:all 500ms ease-in-out;} 

.awards-list.accr li{border: 0 none;
    margin: 0 11px 20px 0;
    padding: 0 20px 0 0;
    width: 24%;min-height:330px;}
.accr-img{margin-bottom:15px;transition:all 500ms ease-in-out;}
.accr-img img{width:100%;border-radius:5px;padding:15px;border:1px solid #e8ecf0;}

 
.awards-list.accr li:hover .accr-img{-webkit-box-shadow: 0px 0px 11px -5px rgba(0,0,0,0.4);
-moz-box-shadow: 0px 0px 11px -5px rgba(0,0,0,0.4);
box-shadow: 0px 0px 11px -5px rgba(0,0,0,0.4);transition:all 500ms ease-in-out;}


.awards-list{margin-top:100px;}
.awards-list.accr{margin-top:50px;}
 

.accr-cnt h5{font-weight:500;font-size:14px;color:#303030;font-family: 'Montserrat';line-height:20px;}
.accr-cnt p{font-family: 'Montserrat';font-weight:300;font-size:16px;color:#717171;line-height:28px;}


.awrd-img{margin-top:-70px;}
.awrd-cnt span{font-family: 'Montserrat';font-weight:300;font-size:17px;color:#717171;line-height:28px;margin:10px 0px;display:block}
.awrd-cnt p{font-family: 'Montserrat';font-weight:300;font-size:17px;color:#717171;line-height:28px;}
.awrd-cnt h5{font-family: 'Montserrat Semi';font-weight:600;font-size:30px;color:#363636;line-height:35px;margin-bottom:20px;}

.nopad{padding:0px !important;}
.nopad-left{padding-left:0px !important;}

.servses{padding:30px 0px 50px;}
.servses p{color: #717171;
    font-size: 17px;
    font-weight: 300;
    line-height: 26px;
    margin-bottom: 0;
 }

.projs ul{padding:0px;margin:0px;}
.projs li{padding:0px;margin:0px;display:inline-block;margin-top:100px;width:49%;position:relative;}
li.miv{position:relative;}
.projs li.miv:before{position: absolute;
content: "";
background: url("../images/anc.png") no-repeat scroll 0 0;
right: -190px;
top: -60px;
width: 250px;
height: 184px;}
 
.bol-lis{background:transparent url("../images/bolis.png") no-repeat scroll 0 0;width:330px;height:260px;}
ul.bol-lis{margin:0px;padding:45px 65px;}
.bol-lis li{margin:0px;padding:0px;display:inline-block;position:relative;padding-left:25px;margin-bottom:15px;font-family: 'Montserrat';color:#fff;font-size:17px; width:100%;}
.bol-lis a{display:inline-block;font-family: 'Montserrat';color:#fff;font-size:17px;transition:all 500ms ease-in-out;}
.bol-lis a:hover{text-decoration:none;color:#fff;transition:all 500ms ease-in-out;}
.bol-lis a:focus{text-decoration:none;color:#fff;transition:all 500ms ease-in-out;}
.bol-lis a:active{text-decoration:none;color:#fff;transition:all 500ms ease-in-out;}
.bol-lis li:before{position:absolute;content:"";left:0;top:7px;background:transparent url("../images/ar.png") no-repeat scroll 0 0;width:6px;height:10px;}

.projs li:hover .bolis{visibility:visible;opacity:1;transition:all 500ms ease-in-out;transform: scale(1);}
.projs li:hover .home-service-block{transition:all 500ms ease-in-out;transform: scale(0);}


.bolis {
    position: absolute;
    top: -110px;transform: scale(0);
	opacity:0;transition:all 500ms ease-in-out;visibility:hidden;
}

.nesw-layer .slick-next{
	left:9%;
	z-index: 1;
}
 
.nesw-layer .slick-prev{
	left:0;
	z-index:1;
}
body .nesw-layer .slick-prev:before, body .nesw-layer .slick-next:before {
    position: absolute;
    font-size: 0;
    width: 25px;
    height: 17px;
	content:"";
}
body .nesw-layer .slick-prev, body .nesw-layer .slick-next{
	background-color:#d9e7f1;
	width:35px;
	height:35px;
	border-radius:100%;
	top:auto;
	bottom:-100px;
}
.nesw-layer .slick-next:before {
    left: -10px;
    top: 10px;
    background-image: url(../images/test-right-arrow.png);
	background-repeat:no-repeat;
	    transition: all 0.5s ease 0s;
}
.nesw-layer .slick-prev:before {
    right: -10px;
    top: 10px;
    background-image: url(../images/test-left-arrow.png);
	background-repeat:no-repeat;
	transition: all 0.5s ease 0s;
}
.nesw-layer .slick-prev:hover:before{
	right:0;
}
.nesw-layer .slick-next:hover:before{
	left:0;
}

.news-content a{position:relative;padding-left:25px;font-family: 'Montserrat';color:#f8991c;font-size:17px;}
.news-content a:before{position:absolute;content:"";background:transparent url("../images/btn-arrow.png");left:0;top:6px;width:16px;height:11px;}

.announcements{background:transparent url("../images/anouncements.png");height:474px;width:391px;padding:100px 60px;}

.annonc-inner .slick-next{
	left:18%;
	z-index: 1;
}

.announcements h4{font-family: 'Montserrat';font-weight:500;color:#fff;font-size:30px;margin-bottom:30px;}
.annnce p{font-family: 'Montserrat'; color:#fff;font-size:17px;}
.annnce span{font-family: 'Montserrat Semi';font-weight:600;color:#fff;font-size:17px;}
 
.annonc-inner .slick-prev{
	left:0;
	z-index:1;
}
body .annonc-inner .slick-prev:before, body .annonc-inner .slick-next:before {
    position: absolute;
    font-size: 0;
    width: 25px;
    height: 17px;
	content:"";
	opacity:1;
}
body .annonc-inner .slick-prev, body .annonc-inner .slick-next{
	background-color:#3d80b3;
	width:35px;
	height:35px;
	border-radius:100%;
	top:auto;
	bottom:-100px;
}
.annonc-inner .slick-next:before {
    left: -5px;
    top: 10px;
    background-image: url(../images/ann-rit.png);
	background-repeat:no-repeat;
	    transition: all 0.5s ease 0s;
}
.annonc-inner .slick-prev:before {
    right: -10px;
    top: 10px;
    background-image: url(../images/ann-lef.png);
	background-repeat:no-repeat;
	transition: all 0.5s ease 0s;
}
.annonc-inner .slick-prev:hover:before{
	right:0;
}
.annonc-inner .slick-next:hover:before{
	left:0;
}

.demos a:hover, .demos a:active, .demos a:focus {color:#fff;}

.bolis.secry ul.bol-lis{padding:95px 65px;}

.services-page.intr{background:#F3F3F3;margin-bottom:80px;}

.titi-tag{display:block;width:100%;float:left;background:#0056A1;}
.titi-tag h5{padding: 20px 5px 20px 45px;color: #fff;font-family: "Montserrat";font-size: 20px;font-style: normal;font-weight: 500;margin: 0;}

.tabing-tag{display:block;width:100%;float:left;}
.tabing-tag.nxt{display:block;width:100%;float:left;background:#F3F8FC;}
.tabing-tag h5{border: medium none;color: #717171;font-family: "Montserrat";font-size: 16px;font-style: normal;font-weight: normal;padding: 20px 5px 20px 45px;}
.tabing-tag h5 a{background-color: #7cc142;
    color: #fff;
    padding: 8px 15px;
    transition: all 0.5s ease 0s;font-family: "Montserrat";
    font-size: 16px;
    font-style: normal;
    font-weight: normal;}

.tabing-tag h5 a:hover{background:#0056A1;}

.project__detail a:hover{color:#fff;}
.project__detail a:focus{color:#fff;}
.project__detail a:active{color:#fff;}


.row.foot{margin-bottom:20px;}

.common-msginner{padding-left:20px;color: #717171;font-family: "Montserrat";font-size: 16px;font-style: normal;font-weight: normal;}

.mobin{display:none !important;}

.projdet-txt{margin-top:65px;}

.contrctng{padding:120px 0px 70px;}

.contrctng-lst{margin-top:30px;}

.contrctng-lst ul{padding:0px;margin:0px;}
.contrctng-lst li{padding:0px;margin:0px;display:info-block;width:50%;border-radius:5px;position:relative;width:48%;margin:0 7px 40px;display:inline-block; }
.contrctng-lst li img{width:100%;}
.contrctng-lst li h5{position:absolute;content:"";left:0;bottom:0;width:100%;background-color:#F0941B;padding:15px 20px 10px 15px;color:#fff;margin:0px;font-weight:600;font-size:16px;transition: all 0.5s ease 0s;}
.contrctng-lst li:hover h5{padding:15px 20px 10px 25px;transition: all 0.5s ease 0s;}

.contrctng-lst li:nth-child(1){border:5px solid #F0941B;}
.contrctng-lst li:nth-child(1) h5{background-color:#F0941B;}

.contrctng-lst li:nth-child(2){border:5px solid #064D9F;}
.contrctng-lst li:nth-child(2) h5{background-color:#064D9F;}

.contrctng-lst li:nth-child(3){border:5px solid #2596D0;}
.contrctng-lst li:nth-child(3) h5{background-color:#2596D0;}

.contrctng-lst li:nth-child(4){border:5px solid #78BB40;}
.contrctng-lst li:nth-child(4) h5{background-color:#78BB40;}


.mob-dat{display:none;}

.video-gallery ul{padding:0px;margin:0px;}
.video-gallery li {
    border: 2px solid #7cc14250;
    border-radius: 5px;
    display: inline-block;
    margin: 10px;
    padding: 0;
    width: 31%;
}
.vid-img{position:relative;display:block;clear:both;}
.vid-img:before{position:absolute;content:"";left:0;top:0;width:100%;height:100%;background:#000;opacity:0.3;}
.vid-img:after{position:absolute;content:"";left:44%;top:40%;width:45px;height:45px;background:transparent url("../images/ply.png") no-repeat scroll 0 0;}

.vid-img img{width:100%;}
.video-gallery li a{color:#16469F;text-decoration:none;}
.video-gallery li a:hover{color:#16469F;text-decoration:none;}
.video-gallery li span{padding:10px 15px;display:block;font-family: "Montserrat";font-size: 14px;font-style: normal;font-weight: normal;}

.csr-relay p{color:#717171;font-family:"Montserrat";font-size:16px;font-weight:300;line-height:28px;text-align:center;width:75%;margin:0 auto;margin-bottom:20px;}


.csr-img img{ border-radius: 5px;width: 100%;}

.csr-cnt h5 {color: #303030;font-family: "Montserrat";font-size: 16px;font-weight: 500;line-height: 22px;}

.csr-imglst{padding-top:30px;}

.csr-imglst ul{padding:0px;margin:0px;}
.csr-imglst li{display:inline-block;margin: 0 11px 30px 0;padding: 0 20px 0 0;width: 26%;vertical-align:top;}

.usr-mg{position:relative;}
.usr-mg:before{position:absolute;content:"";left:0;bottom:0;height:5px;width:100%;background:#F68923;border-radius:10px;}
.usr-mg img{width:70%;}

.team-struture ul{padding:0px;margin:0px;}
.team-struture li{display:inline-block;margin:0 10px 10px;padding:0;width:18%;vertical-align:top;}
.team-struture li a{cursor:default;}
.team-struture h4{font-family: "Montserrat";font-size: 30px;font-weight:500;color:#363636;}
.team-struture p {color: #717171;font-family: "Montserrat";font-size: 16px;font-weight: 300;line-height: 28px;margin: 0 auto 20px;text-align: center;width: 75%;}
.team-struture h5 {color: #005EAE;font-family: "Montserrat";font-weight:normal;font-style:normal;font-size:18px;}
.team-struture h5 span{color: #717171;font-family: "Montserrat";font-weight:300;display:block;font-size:13px;margin-top:5px;}

.locate-us{padding:100px 0px;}

.colbrate ul{margin:0px;padding:0px;}
.colbrate li {border: 1px solid #dcdcdc;border-radius: 5px;display: inline-block;margin:15px;padding: 40px 15px;width: 30%;vertical-align:top;min-height:260px;transition:all 500ms ease-in-out 0s;}

.colbrate li:hover{transition:all 500ms ease-in-out 0s;box-shadow:0px 0px 20px 6px rgba(0,0,0,0.22);}

.colbrate h5{font-size:20px;color:#005DA4;}
.colbrate span{color:#737373;font-size:14px;}

.locate-us h3{margin-bottom:30px;}

.busness-associte{padding:100px 0px;}

.busness-associte .contact-page-title h3{color: #363636;font-family: "Montserrat";font-size: 30px;font-weight: 500;}
.busness-associte .contact-page-title p{ color: #717171;
    font-size: 17px;
    font-weight: 300;width:70%;margin:0 auto;padding-bottom:25px;}

.architect {margin: 0 auto 40px;width:90%;display:block; }
.architect li {border-bottom: 1px solid #dfdfdf;display: inline-block;float: left;margin: 0 40px;padding: 10px 15px;text-align: left;width: 25%;position:relative;}
.architect li:before{position:absolute;content:"";background:transparent url("../images/ar.png") no-repeat scroll 0 0;width:6px;height:10px;left:0;top:15px;}
.architect h4{color: #005eae;font-family: "Montserrat";font-size: 18px;font-style: normal;font-weight: normal;margin-bottom:15px;}
.architect ul{margin:0px;padding:0px;}

.pmc {margin: 0 auto;width: 90%;display:block; }
.pmc li {border-bottom: 1px solid #dfdfdf;display: inline-block;float: left;margin: 0 40px;padding: 10px 15px;text-align: left;width: 25%;position:relative;}
.pmc li:before{position:absolute;content:"";background:transparent url("../images/ar.png") no-repeat scroll 0 0;width:6px;height:10px;left:0;top:15px;}
.pmc h4{color: #005eae;font-family: "Montserrat";font-size: 18px;font-style: normal;font-weight: normal;margin-bottom:15px;}
.pmc ul{margin:0px;padding:0px;} 

#projectshow_more .action-btn{margin-top:20px;}
#projectshow_more .readmore-btn:focus{color:#fff;}


.csr-cast h4{color: #363636;
    font-family: "Montserrat";
    font-size: 30px;
    font-weight: 500;text-align:center;margin-bottom:15px;}

.projdetimg-sldr img{width:100%;}


 /* ------------------------------------------------------------------
                		clients-block sections
------------------------------------------------------------------ */ 

.clients-speak-block {}
ul.clients-speak { margin:0px; padding:0px; }
.clients-speak li { list-style:none; float:left; width:20%; transition:all 600ms ease-in-out; border:5px solid #fff; position:relative;padding:0px; }
.clients-box { position:relative; border:1px solid rgba(0,0,0,0.15); transition:all 600ms ease-in-out; overflow:hidden; }
.clients-logo-box img {width:100%; transition:all 500ms ease-in-out;filter: grayscale(100%)}
.clients-speak li:hover .clients-logo-box img{transition:all 500ms ease-in-out;filter: grayscale(0)}
.clients-plus { position:absolute; bottom:-20px; right:-20px; background:rgba(209,209,209,1); height:50px; width:50px; border-radius:100%; transition:all 600ms ease-in-out; }
.clients-plus a { display:block; height:100%; width:100%; }
.clients-plus i { position:relative; top:8px; left:12px; color:#fff }
.clients-speak li:hover .clients-box .clients-plus, .clients-speak li .clients-box:hover .clients-plus { background:rgba(249,157,53,1); }
.clients-speak li:hover .clients-box, .clients-speak li .clients-box:hover {border:1px solid rgba(249,157,53,0.50); -webkit-box-shadow: 0px 0px 36px -5px rgba(0,0,0,0.14);
-moz-box-shadow: 0px 0px 36px -5px rgba(0,0,0,0.14); box-shadow: 0px 0px 36px -5px rgba(0,0,0,0.14);}

.clients-content-box { position:absolute; bottom: 100%; left:0px; background:rgba(249,157,53,1); padding:20px;  z-index:100; width: calc(200% + 20px); display: none; }
.clients-content {height:auto;   }
.clients-content h3 {
    font-size: 16px;
    color: #fff;
    font-family: 'Montserrat';
    line-height: 28px;
    margin: 0px;
    padding: 0px 0px 5px;
    float: left;
    width: 100%;
    font-weight: 500;
}
.clients-content h3 span {font-family: 'Montserrat'; font-size:16px;font-weight:300;}
.clients-content p { color:#fff; font-size:16px; line-height:25px; }
.client-avatar-block {}
.client-avatar img { width:100%;}

.clients-speak li:nth-of-type(5n) .clients-content-box {}
.clients-speak li:nth-of-type(5n) .clients-content-box {right: 0;	left: auto}

.clients-speak li .clients-content-box:after {right: 40px;left: auto}
.clients-speak li a:hover .clients-content-box {display: block}

.clients-speak li .clients-content-box.down {	top: 100%;	bottom: auto;	margin-bottom: 0;	margin-top: 1px;	padding: 40px 30px 25px}
.clients-speak li .clients-content-box.down:after {margin-top: 0;	top: auto;	margin-bottom: -15px;	bottom: 100%;	border-top-color: rgba(249,157,53,0);	border-bottom-color: rgba(249,157,53,1)}

.clients-speak li .clients-content-box.down:before {bottom: auto;	top: 0}

.clients-speak li:nth-of-type(5n) .clients-content-box:after {right:40px; left:auto}
.clients-speak li .clients-content-box:after {margin-top: -15px;	top: 100%;	left: 40px;	border: solid transparent;	content: " ";	height: 0;	width: 0;	position: absolute;	pointer-events: none;	border-color: rgba(249,157,53,0);	border-top-color: rgba(249,157,53,1);	border-width: 8px;	margin-left: -8px}
.clients-speak li .clients-content-box:before {	position: absolute;	bottom: 0;	height: 15px;	width: 100%;	content: '';	left: 0;	background-color: #FFF}


.resit-lst{position:relative;margin:20px 0px 80px;}

.res-img{overflow:hidden;display:block;width:100%;}

.res-img img{width:100%;transform:scale(1);transition:all 500ms ease-in-out;}


.res-img:hover img{transform:scale(1.1);transition:all 500ms ease-in-out;}


.resit-lst {width:100%;transition:all 500ms ease-in-out;}
.resit-lst:hover .res-cnt{bottom:0;transition:all 500ms ease-in-out;}

.services-main-page.resdlt{padding:60px 0px 40px;}

.res-cnt {-webkit-box-shadow: 0px 0px 9px 6px rgba(0,0,0,0.1);
-moz-box-shadow: 0px 0px 9px 6px rgba(0,0,0,0.1);
box-shadow: 0px 0px 9px 6px rgba(0,0,0,0.1);
    background: rgba(255,255,255,0.93);
    position: absolute;
    left: 0;
    bottom: -50px;
    padding: 15px;
    display: block;
    width: 80%;
    margin: 0px auto;
    right: 0;transition:all 500ms ease-in-out;
}

.res-cnt h4{font-size:16px;font-family: 'Montserrat';font-weight:bold;}
.res-cnt p{display:block;font-family: 'Montserrat';font-size:14px;font-weight:500;}


.ceo-indeed{float:left;margin:0px 20px 0px 0px;}


.ceo-indeed .usr-mg img {
    width: 90%;
}

.team-struture h4{margin-bottom:40px;}

.ceo-derd p{width:100%;text-align:left;}


.career-tile {
	border-bottom: 1px solid #b3b3b3;
	font-family: 'Montserrat Semi';
	color: #fff;
	font-weight:600;
	font-size: 16px;
	float: left;
	width: 100%;
}
.career-tile a {
	color: #fff;
}
.career-tile span {
	margin: 8px 0;
	color: #b3b3b3;
	display: block;
	font-size: 16px;
	font-family: "OpenSansItalic";
}
.career-content {
	padding: 15px 15px 0 0;
	float: left;
	width: 100%;
}
.career-content p {
	color: #b3b3b3;
	display: block;
	font-size: 18px;
	font-family: 'opensansregular';
}
.career-content .mdcn-wfont {
	font-family: 'HelveticaNeueLTStdMdCn';
	color: #fff;
}
.career-page .product-inner:after {
	background-image: url(../images/prd-greyarrow.png);
}
.product-image .career-tile {
    border: none;
    color: #575757;
    display: table-cell;
    vertical-align: middle;
    float: none;
}
.career-page .section-titles h3 {
	color: #045895;
	font-family: "RalewayBold";
	font-size: 22px;
	line-height: 30px;
	padding : 20px 0px;
	text-transform: uppercase;
}
.career-page .product-inner {
	border: 1px solid #cacaca;
	box-shadow: 7px 6px 15px -7px #888;
	padding:0 15px;
	margin: 0 0 25px;	/*overflow: visible;*/
}
.career-page .product-inner:after {
	bottom: -25px;
	opacity: 0;
}
.career-page .product-container .active .product-inner:after {
	bottom: -25px;
	opacity: 1;
	transition: all 1.6s ease;
}
.product-image .career-tile span {
	color: #8c8c8c;
	display: block;
	font-size: 14px;
	font-family: 'Montserrat';
	font-weight:500;
	margin:0px;
}
.career-page .product-inner:hover, .career-page .product-container .active .product-inner {
	background-color: #005da4;
	transition: all 0.6s ease;
}
.career-page .product-inner:hover .product-image .career-tile, .career-page .product-container .active .career-tile {
	color: #fff;
}
.career-page .product-inner:hover .product-image .career-tile span, .career-page .product-container .active .career-tile span {
	color: #fff;
}
.career-top-title {
	color: #ff3333;
	border-bottom: 1px solid #ff3333;
	font-family: 'HelveticaNeueLTStdMdCn';
	font-size: 30px;
	padding: 0 0 15px;
	margin: 30px 0;
}
.career-top-content {
	font-family: 'HelveticaNeueLTStdCn';
	color: #575757;
	font-size: 20px;
	line-height: 26px;
}
.product-main-container {
	padding: 30px 0;
}
.product-image {
    position: relative;
    display: table;
    height: 110px;
}
.product-caption {
	bottom: 0;
	border: 1px solid transparent;
	color: #666666;
	display: block;
	font-size: 23px;
	font-family: 'HelveticaNeueLTStdMdCn';
	position: absolute;
	padding: 20px 5px 20px;
	left: 0;
	text-align: center;
	transition: all 0.6s ease;
	width: 100%;
}
.product-inner {
	border: 1px solid transparent;
	display: block;	/*float:left;*/
	position: relative;
	padding: 15px 0 0;
	overflow: hidden;
	transition: all 0.6s ease;
	width: 100%;
	height: auto;
}
.product-inner:hover .product-caption, a.active .product-inner .product-caption {
	background-color: rgba(232,232,232, 0.7);
	border: 1px solid #d9d9d9;
	transition: all 0.6s ease;
}
.product-inner:after {
	background-image: url(../images/prd-arrow.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	content: "";
	position: absolute;
	bottom: -20px;
	width: 100%;
	height: 20px;
	left: 0;
	transition: all 0.6s ease;
}
.product-container .active .product-inner:after {
	bottom: -2px;
	transition: all 0.6s ease;
}
.product-container {
	cursor: pointer;
}
.showcase {
	position: relative;
}
.btn-close {
	overflow: hidden;
	position: absolute;
	right: 10px;
	top: 10px;
}
.btn-close a {
	display: block;
	width: 25px;
	height: 25px;
	background: url(../images/btn_close.png) no-repeat;
	background-size: 20px;
	transition: all 0.3s ease;
	background-position: 0 0;
	opacity: 0.7;
}
.btn-close a:hover {
	opacity: 0.9;
	transition: all 0.3s ease;
}
.prod-details-container .table-responsive {
	background-color: #ff3333;
	padding: 30px;
	margin-top: -2px;
	transition: all 0.6s ease;
}
.prod-details-container .table {
	margin: 0;
}
.prod-details-container .table tbody {
	border-top: 1px solid #ff9999;
}
.prod-details-container table th:first-child {
	width: 10%;
}
.prod-details-container table th:nth-child(2) {
	width: 60%;
	border-left: 1px solid #ff9999;
	border-right: 1px solid #ff9999;
}
.prod-details-container table td:nth-child(2) {
	width: 60%;
	border-left: 1px solid #ff9999;
	border-right: 1px solid #ff9999;
}
.prod-details-container .table>tbody>tr> td, .prod-details-container .table>thead>tr> th {
	color: #fff;
	padding: 8px 15px;
}
.table-caption, .table-content {
	color: #fff;
}
.prod-details-container .table>tbody>tr>td {
	font-size: 16px;
	font-family: 'HelveticaNeueLTStdLt';
	line-height: 26px;
}
.prod-details-container .table>thead>tr>th {
	border-bottom: none;
	font-size: 19px;
	font-weight: normal;
	font-family: 'HelveticaNeueLTStdMdCn';
}
.table-caption {
	font-family: 'HelveticaNeueLTStdMdCn';
	border-bottom: 1px solid #ff9999;
	padding: 8px 0;
}
.top-table-wraper .table-caption {
	border-bottom: none;
}
.table-content {
	font-family: 'HelveticaNeueLTStdLt';
	font-size: 16px;
	padding: 5px 8px;
	line-height: 26px;
}
.table-caption .collon {
	float: right;
}
.product-row-container {
	margin-bottom: 15px;
}
.scroll-area {
	height: auto;
	overflow: auto;
}
.cd-bio-content li {
	font-size: 19px;
}
body .mCSB_scrollTools {
	top: 10px;
	right: -5px;
}
.car {
	margin-bottom: 30px;
}
.car li {
	list-style: none;
	color: #b3b3b3;
	display: block;
	font-size: 14px;
	font-family: 'opensansregular';
	line-height: 27px;
}
.car li span {
	color: #fff;
	font-family: opensansbold;
	font-size: 16px;
}
.tab-upper {
 
}

.team-struture .fact-style ul li{width:30%;float:none;}








