/**

====================================================================
	Google Fonts
====================================================================

 ***/

@import url('https://fonts.googleapis.com/css?family=Montserrat:300,400,600,700,800');
@import url('https://fonts.googleapis.com/css?family=Roboto:400,400i,700');
@import url('https://fonts.googleapis.com/css?family=Roboto+Slab:400,700');

/*** 

====================================================================
	Reset
====================================================================

 ***/

@import url('font-awesome.min.css');
@import url('flaticon.css');
@import url('animate.min.css');
@import url('polyglot-language-switcher.css');
@import url('owl.css');
@import url('bootstrap.min.css');
@import url('jquery.bxslider.css');
@import url(../assets/revolution/css/settings.css);
@import url(../assets/revolution/css/layers.css);
@import url(../assets/revolution/css/navigation.css);
@import url('jquery.fancybox.css');
@import url('hover.css');


@media (min-width:1200px) {
  .container {
    padding: 0px;
  }
}


* {
	margin:0px;
	padding:0px;
	border:none;
	outline:none;
}

/*** 

====================================================================
	Global style
====================================================================

***/

body {
	font-size:15px;
	color:#777777;
	line-height:1.8em;
	font-weight:400;
	background:#ffffff;
	background-size:cover;
	background-repeat:no-repeat;
	background-position:center top;
	-webkit-font-smoothing: antialiased;
	font-family: 'Roboto', sans-serif;
}
.page-wrapper{
	overflow: hidden;
}
.mt-20{
	margin-top: 5rem;
}
.mt-15{
	margin-top: 3.5rem;
}
a{
	text-decoration:none;
	cursor:pointer;
}
a:hover,a:focus,a:visited{
	text-decoration:none;
	outline:none;
}
h1,h2,h3,h4,h5,h6{
	margin:0px;
	font-family: 'Montserrat', sans-serif;
}
input,button,select,textarea{
	font-size: 14px;
	font-weight: 400;
	color: #848484;
	line-height: 26px;
	font-family: 'Roboto', sans-serif;
}
.block{
	display: block;
}
.iso{
	font-size: 20px !important;
	color:#000 !important;
	margin-top: -16px;
	display: block;
	text-align: right;
}
p{
	position:relative;
	font-size: 14px;
	line-height: 26px;
	font-weight: 400;
	color: #000;
	font-family: 'Roboto', sans-serif;
}
.strike-through{
	text-decoration:line-through;	
}
.auto-container{
	position:static;
	max-width:1200px;
	padding:0px 15px;
	margin:0 auto;
}
.small-container{
	max-width:680px;
	margin:0 auto;
}
.page-wrapper{
	position:relative;
	margin:0 auto;
	width:100%;
	min-width:300px;	
}
ul,li{
	list-style:none;
	padding:0px;
	margin:0px;	
}
.section-title h6{
	font-size: 18px;
	line-height: 42px;
	font-weight: 400;
	font-style: italic;
	color: #777777;
}
.section-title h3{
	position: relative;
	font-size: 32px;
	line-height: 42px;
	font-weight: 700;
	color: #222222;
	text-transform: uppercase;
	padding-bottom: 15px;
	margin-bottom: 25px;
}
.section-title h3:before{
	position: absolute;
	bottom: 0px;
	left: 0px;
	background: #e0e0e0;
	height: 3px;
	width: 58px;
	content: "";
}
.text-center h3:before{
	position: absolute;
	bottom: 0px;
	left: 50%;
	margin-left: -29px;
	background: #e0e0e0;
	height: 3px;
	width: 58px;
	content: "";
}
.section-title h3:after{
	position: absolute;
	bottom: 40px;
	left: 0;
	content: "";
	width: 90px;
	height: 88px;
	z-index: -1;
	opacity: .04;
	background: url(../images/icons/1.png);
}
.text-center h3:after{
	position: absolute;
	bottom: 40px;
	left: 50%;
	content: "";
	width: 90px;
	height: 88px;
	z-index: -1;
	opacity: .04;
	margin-left: -45px;
	background: url(../images/icons/1.png);
}
.section-title h3 span{
	color: #146998;
}

.sec-title h3:before{
	position: absolute;
	bottom: 0px;
	/* left: 0px; */
	background: #1f8bc7;
	height: 3px;
	width: 58px;
	content: "";
}
.sec-title.text-center h3:before{
	position: absolute;
	bottom: 0px;
	left: 50%;
	margin-left: -29px;
	background: #fe9900;
	height: 3px;
	width: 58px;
	content: "";
}
.sec-title h3 span{
	color: #27a0e3;
}
.sec-title h6{
	position: relative;
	font-size: 18px;
	line-height: 26px;
	font-weight: 700;
	color: #ffffff;
	text-transform: uppercase;
	padding-bottom: 15px;
	margin-bottom: 25px;
}
.sec-title h6:before{
	position: absolute;
	bottom: 0px;
	left: 0px;
	background: #fe9900;
	height: 3px;
	width: 58px;
	content: "";
}
.anim-3,.anim-3-all *{
	transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;	
}
.anim-5,.anim-5-all *{
	transition:all 0.5s ease;
	-moz-transition:all 0.5s ease;
	-webkit-transition:all 0.5s ease;
	-ms-transition:all 0.5s ease;
	-o-transition:all 0.5s ease;	
}
.anim-7,.anim-7-all *{
	transition:all 0.7s ease;
	-moz-transition:all 0.7s ease;
	-webkit-transition:all 0.7s ease;
	-ms-transition:all 0.7s ease;
	-o-transition:all 0.7s ease;	
}
.btn-style-one{
	font-size: 14px;
	color: #ffffff;
	line-height: 26px;
	font-weight: 600 !important;
	padding: 10px 16px !important;
	background: #08547d;
    border: 1px solid #146a98;
	display: inline-block;
	text-transform: uppercase;
	letter-spacing: 1px;
	transition:all 0.5s ease;
	-moz-transition:all 0.5s ease;
	-webkit-transition:all 0.5s ease;
	-ms-transition:all 0.5s ease;
	-o-transition:all 0.5s ease;
}
.btn-style-one:hover{
	color: #fff;
	border: 1px solid #fe9900;
	background: #fe9900 !important;
	transition:all 0.5s ease;
	-moz-transition:all 0.5s ease;
	-webkit-transition:all 0.5s ease;
	-ms-transition:all 0.5s ease;
	-o-transition:all 0.5s ease;
}
.btn-style-two{
	font-size: 14px;
	color: #fe9900;
	line-height: 26px;
	font-weight: 600;
	padding: 10px 30px;
	background: #ffffff;
	border: 1px solid #fe9900;
	display: inline-block;
	text-transform: uppercase;
	font-family: 'Montserrat', sans-serif;
	transition:all 0.5s ease;
	-moz-transition:all 0.5s ease;
	-webkit-transition:all 0.5s ease;
	-ms-transition:all 0.5s ease;
	-o-transition:all 0.5s ease;
}
.btn-style-two:hover{
	color: #ffffff;
	border-color: #fe9900;
	background: #fe9900;
	transition:all 0.5s ease;
	-moz-transition:all 0.5s ease;
	-webkit-transition:all 0.5s ease;
	-ms-transition:all 0.5s ease;
	-o-transition:all 0.5s ease;
}


/*** 

====================================================================
	Preloader style
====================================================================

***/


#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-animation: shake 4s forwards;

  background-color: #fff;
  /* change if the mask should have another color then white */
  z-index: 99;
  /* makes sure it stays on top */
}

#status {
  width: 100px;
  -webkit-animation: shake 5s forwards;
  position: absolute;
  left: 50%;
  top: 50%;
  background-image: url(../images/pre.png);
  background-repeat: no-repeat;
  background-position: center;
  margin: -100px 0 0 -100px;
  /* is width and height divided by two */
}
/*** 

====================================================================
	Scroll To Top style
====================================================================

***/

.scroll-to-top{
	position:fixed;
	bottom: 90px;
	right: 30px;
	color:#ffffff;
	font-size:24px;
	line-height: 40px;
	width: 45px;
	height: 45px;
	border: 1px solid #fe9900;
	background: #fe9900;
	text-align:center;
	z-index: 99;
	cursor:pointer;
	display:none;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}
.scroll-to-top:hover {
    background: #ffffff;
    color: #72c02c;
    border-color: #72c02c;
    transition: all 500ms ease;
}

/*** ===================================Home Page One======================================***/

/*** 

====================================================================
	Header Top
====================================================================

***/
.logo img{
	width: 100px;
	position: relative;
	top:4px;
}
.logo span{
	font-weight: 400;
	font-size:30px;
	position: relative;
	top: 0px;
	right: -10px;
	color: #146b98;
	font-family: 'Roboto Slab', serif;
}
.header-top{
	position: relative;
	padding: 15px 0px;
}
.header-top .right-side .item{
	position: relative;
	display: inline-block;
	margin-left: 40px;
	padding-left: 50px;
	overflow: hidden;
}
/* .header-top .right-side .item:last-child{
	padding-left: 0px;
} */
.header-top .right-side .item h6{
	font-size: 14px;
	color: #222222;
	line-height: 26px;
	font-weight: 400;
}
.header-top .right-side .item .icon-box{
	position: absolute;
	top: 5px;
	left: 0px;
	width: 39px;
	height: 39px;
	line-height: 39px;
	text-align: center;
	border-radius: 50%;
	display: inline-block;
	/* border: 1px solid #146998; */
}
.header-top .right-side .item .icon-box i:before{
	color: #146998;
}
.header-top .right-side .item form{
	position: relative;
	width: 215px;
	display: inline-block;
}
.header-top .right-side .item input{
	height: 49px;
	display: inline-block;
}
.header-top .right-side .item input:focus{
	border-color: #fe9900;
}
.header-top .right-side .item button{
	position: absolute;
    right: 0px;
    top: 0px;
    font-size: 15px;
    background: transparent;
    width: 49px;
    height: 49px;
    line-height: 49px;
}
.header-top .right-side .item button i:before{
	font-size: 15px;
}
.navbar-collapse  ul li:hover>ul.submenu {
    visibility: visible;
    opacity: 1;
	display: block;
}
ul.submenu {
    position: absolute;
    width: 275px;
	padding: 0 !important;
	border-radius: 0 !important;
    opacity: 0;
    visibility: hidden;
    z-index: 99999;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    /* box-shadow: 0 2px 10px 0 rgba(0,0,0,.16);
    -webkit-box-shadow: 0 2px 10px 0 rgba(0,0,0,.16);
    -moz-box-shadow: 0 2px 10px 0 rgba(0,0,0,.16); */
	top: 100%;
    left: 0;
}
.submenu li{
	display: block;
    padding: 0;
    background: #fff;
}
.submenu li a{
	color: #242424;
    padding: 15px 25px 15px;
    border-bottom: 1px solid #e9e9e9;
    position: relative;
    display: block;
	font-size: 15px;
    font-weight: 500 !important;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    text-transform: capitalize !important;
}
/*** 

====================================================================
	Main Header
====================================================================

***/

@-webkit-keyframes menu_sticky {
    0%   {margin-top:-150px;}
    50%  {margin-top: -130px;}
    100% {margin-top: 0;}
}
@keyframes menu_sticky {
    0%   {margin-top:-150px;}
    50%  {margin-top: -130px;}
    100% {margin-top: 0;}
}
.main-header{
	position:relative;
	width:100%;
	z-index: 9999;
	margin-bottom: -60px;
	background: rgba(0, 0, 0, 0.8);
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}
.fixed-header{
	position:fixed;
	top: 0px;
	left: 0px;
	z-index: 9999;
	background: #146a98;
	transition:all 500ms ease;
	-webkit-animation-name: menu_sticky;
	animation-name: menu_sticky;
	-webkit-animation-duration: 0.60s;
	animation-duration: 0.60s;
	-webkit-animation-timing-function: ease-out;
	animation-timing-function: ease-out;
	box-shadow: 0px 3px 20px 0px rgba(0, 0, 0, 0.11);
}
.main-header .main-menu{
	float: left;
}
.main-header .link-btn{
	float: right;
	    z-index: 99;
}
.main-header .link-btn .btn-style-one{
	padding: 16px 35px;
}
.main-menu .navbar-collapse{
	padding:0px;	
}
.main-menu .navigation{
	position:relative;
	margin:0px;
}
.main-menu .navigation > li{
	position:relative;
	text-align: left;
	margin-right: 0;
	display: inline-block;
}
.main-menu .navigation > li:before{
	position: absolute;
	width: 100%;
	height: 3px;
	background: #ffae4e;
	content: "";
	bottom: 0px;
	left: 0px;
	display: none;
}
.main-menu .navigation > li.current:before{
	display: block;
}
.main-menu .navigation > li > a{
	position:relative;
	display:block;
	font-size: 14px;
	color:#ffffff;
	line-height: 24px;
	font-weight:400;
	opacity:1;
	padding: 18px 10px;
	font-family: 'Montserrat', sans-serif;
	text-transform: uppercase;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}
.main-menu .navigation > li > a:hover{
	
background: #146a98;
}
.main-menu .navigation > li > ul{
	position:absolute;
	left:0px;
	top: 100%;
	margin-top: 0 !important;
	width:240px;
	padding:0px;
	opacity: 0;
	visibility: hidden;
	z-index:1;
	 /* display:none; */
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}
.main-menu .navigation > li > ul > li{
	position:relative;
	width:100%;
	text-align: left;
}
.main-menu .navigation > li > ul > li > a{
	position:relative;
	display:block;
	line-height:24px;
	font-size:15px;
	color: #242424;
    padding: 15px 25px 15px;
    border-bottom: 1px solid #e9e9e9;
	background: #fff;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}
.main-menu .navigation > li > ul > li > a i{
	color: #797979;
	position: relative;
	top:5px;
}
.main-menu .navigation > li > ul > li > a:hover{
	color: #fff;
	background: #333;
	transition:all 500ms ease;
}
.dropdown-menu>li>a:focus, .dropdown-menu>li>a:hover{
	color: #fff;
	background: #333;
}
.main-menu .navigation > li.dropdown:hover > ul{
	visibility:visible;
	opacity:1;
	top: 100%;
	transition:all 500ms ease;
}
.main-menu .navbar-collapse > ul li.dropdown .dropdown-btn{
	display:none;
	position: absolute;
	right: -8px;
	top: 12px;
	color: #222222;
	font-size: 20px;
}
.has-t-submenu i{
	float: right;
	margin-top: 4px;
}
/*** 
=============================================
    Rev Slider Wrapper
=============================================
***/
.rev_slider_wrapper .btn-style-one{
	background: #fff !important;
	color: #333;
}
.rev_slider_wrapper .slide-content-box h1 {
  font-size:40px;
  line-height: 55px;
  font-weight: 800;
  color: #ffffff;
  text-transform: uppercase;
     /* text-shadow: 0 2px 14px #333; */
}
.rev_slider_wrapper .slide-content-box h2 {
	font-size:52px;
	line-height: 55px;
	font-weight: 800;
	color: #ffffff;
	text-transform: uppercase;
}
.rev_slider_wrapper .slide-content-box span{
  color: #fe9900;
}
.rev_slider_wrapper .slide-content-box a{
	font-size: 16px;
	border-width: 2px;
}
.rev_slider_wrapper .slide-content-box .btn-style-two{
	background: transparent;
}
.rev_slider_wrapper .slide-content-box .btn-style-two:hover{
	background: #fe9900;
}
.rev_slider_wrapper .slide-content-box p{
  font-size: 17px;
  color: #ffffff;
  line-height: 30px;
}
.tp-bannertimer {
    display: none;
}
.rev_slider_wrapper .tparrows {
    background: rgba(255, 255, 255, 0.14);
    width: 55px;
    height: 55px;
    border-radius: 50%;
}
.rev_slider_wrapper .tparrows:before {
    font-family: "FontAwesome";
    font-size: 18px;
    color: #ffffff;
    display: block;
    text-align: center;
    line-height: 55px;
}


/*** 
=============================================
    About Section
=============================================
***/


.about-section{
	padding: 150px 0px 110px;
}
.about-section .image-side{
	margin-left: 45px;
}
.about-section .image-side img{
	width: 100%;
	height: 500px;
	object-fit: cover;
}
.about-section .content-text{
	margin-right: -15px;
}
.about-section .content-text p{
	font-size: 16px;
	line-height: 30px;
	text-align: justify;
}
.about-section .icon-holder{
	position: relative;
	padding-left: 85px;
	margin-top: 60px;
	margin-bottom: 40px;
}
.about-section .icon-holder h6{
	font-size: 18px;
	font-weight: 700;
	color: #222222;
	line-height: 30px;
	margin-bottom: 10px;
	text-transform: uppercase;
}
.about-section .icon-holder p{
	font-size: 16px;
	font-weight: 400;
	color: #777777;
	line-height: 27px;
}
.about-section .icon-holder .icon-box{
	position: absolute;
	top:-10px;
	left: 20px;
}
.about-section .icon-holder .icon-box i{
	position: relative;
}
.about-section .icon-holder .icon-box i:after{
	position: absolute;
	bottom: -50px;
	left: -10px;
	background: #f7f7f7;
	width: 60px;
	height: 60px;
	content: "";
	z-index: -1;
	border-radius: 50%;
}
.about-section .icon-holder .icon-box i:before{
	font-size: 40px;
	color: #fe9900;
}

/*** 
=============================================
    Service Section
=============================================
***/

.products{
	position: relative;
	padding: 150px 0px 110px;
	z-index: 1;
	background-size: cover !important;
}
.products:before{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	content: "";
	z-index: -1;
	background: rgba(244, 244, 244, 0.93);
}
.service-section .item-holder{
	position: relative;
	background: #ffffff;
	position: relative;
	overflow: hidden;
	margin-bottom: 40px;
	/* padding: 36px 7px 30px 67px; */
}
.service-section .item-holder .icon-box{
	/* position: absolute;
	top: 3px;
	left: -50px;
	width: 105px;
	height: 107px; */
	text-align: center;
	line-height: 98px;
	position: relative;
	overflow: hidden;
	
}
.service-section .item-holder .icon-box img{
    width: 100%;
    height: 300px;
    padding:0px;
    margin-top: 3px;
	transition: all .2s linear;
}
.service-section .item-holder .icon-box i:before{
	font-size: 40px;
	color: #fe9900;
}
.service-section .item-holder h6{
	position: relative;
	font-size: 18px;
	color: #fff;
	font-weight: 600;
	line-height: 24px;
	padding: 15px;
	margin-bottom: 10px;
	background: #146a98;
}
/* .service-section .item-holder h6:before{
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 60px;
	height: 1px;
	content: "";
	background: #ececec;
} */
.service-section .item-holder p{
	margin-bottom: 0px;
	font-size: 16px;
}
.service-section .item-holder:hover img{
	transition: all .2s linear;
	transform: scale(1.05);
}

/*** 
=============================================
    Gellary Section
=============================================
***/

.gallery-section {
	padding : 150px 0px 110px;
}
.gallery-section .filters{
	position:relative;
	margin-top: 35px;
	margin-bottom: 50px;
}
.gallery-section .filters .link-btn{
	position: absolute;
	top: 0px;
	right: 0px;
}
.gallery-section .filters .link-btn a{
	color: #222222;
	border-radius: 6px;
	border-color: #e5e5e5;
}
.gallery-section .filters li{
	position: relative;
	display: inline-block;
	font-size: 16px;
	line-height: 30px;
	color: #777777;
	font-weight: 300;
	cursor: pointer;
	padding: 10px 0px;
	margin-right: 45px;
	font-family: 'Montserrat', sans-serif;
	text-transform: capitalize;
	transition:all 300ms ease;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
}
.gallery-section .filters li:hover,
.gallery-section .filters li.active{
	color: #fe9900;
}
.gallery-section .filters li:hover:before,
.gallery-section .filters li.active:before{
	position: absolute;
	top: 0px;
	left: 0px;
	background: #fe9900;
	width: 100%;
	height: 1px;
	content: "";
}
.gallery-section .filters li:hover:after,
.gallery-section .filters li.active:after{
	position: absolute;
	bottom: 0px;
	left: 0px;
	background: #fe9900;
	width: 100%;
	height: 1px;
	content: "";
}
.gallery-section .image-box{
	position: relative;
	/* margin-bottom: 20px; */
	/* margin-top: 20px !important; */
	padding-top: 20px !important;
}
.gallery-section .title-text{
	margin-top: 10px;
	margin-bottom: 30px;
}
.gallery-section .title-text h6{
	font-size: 15px;
	line-height: 26px;
	font-weight: 600;
	color: #222222;
	text-transform: uppercase;
}
.gallery-section .title-text span{
	font-size: 15px;
	line-height: 26px;
	font-weight: 400;
	color: #aeaeae;
}
.masonry-item{
  padding-top: 20px !important;
}
.gallery-section .image-box img{
	width: 100%;
	height: 250px;
	/* margin-bottom: 20px !important; */
}
.gallery-section .image-box:hover .overlay-box{
	transform: scale(1,1);
    -webkit-transform:scale(1,1);
    -moz-transform:scale(1,1);
    -ms-transform:scale(1,1);
    -o-transform:scale(1,1);
	transition:all 500ms ease;
}
.gallery-section .overlay-box{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	content: '';
	display: flex;
	align-items: center;
	justify-content: center;
	transform: scale(0,0);
	-webkit-transform:scale(0,0);
	-moz-transform:scale(0,0);
	-ms-transform:scale(0,0);
	-o-transform:scale(0,0);
	transition:all 500ms ease;
	background: rgba(1, 47, 93, 0.84);
}
.gallery-section .overlay-box i{
	position: relative;
	font-size: 14px;
	width: 38px;
	height: 38px;
	color: #146a98;
	text-align: center;
	line-height: 30px;
	border-radius: 50%;
	margin: 5px;
	background: #ffffff;
	border: 5px solid rgba(38, 65, 122, 0.76);
}
.tparrows{
	display: none;
}


/*** 
=============================================
    Call Back Section
=============================================
***/

.call-back{
	position: relative;
	z-index: 1;
	background-repeat: no-repeat!important;
    background-size: cover!important;
    background-image: url(../images/background/1.jpg);
}
.call-back .sec-title{
	margin-bottom: 40px;
}
.call-back .contact-area{
	position: relative;
	margin-right: -15px;
	max-width: 700px;
	margin: 0 auto;
	padding: 60px 20px 100px !important;
}
.call-back .contact-area:before{
	position: absolute;
	top: 0px;
	right: 0px;
	content: "";
	width: 200%;
	height: 100%;
	z-index: -1;
	background-repeat: no-repeat!important;
	background-size: cover!important;
	background-image: url(../images/background/1.jpg);
}
.call-back .contact-area .form-group{
	margin: 0px -7px;
	margin-bottom: 17px;
}
.call-back .contact-area input{
	position: relative;
	width: 100%;
	height: 44px;
	padding: 5px 15px;
	display: inline-block;
	background: rgba(255, 255, 255, 0.12);
}
.call-back .contact-area button{
	margin-top: 25px;
}
.call-back .contact-area button.btn-style-one{
	padding: 15px 40px;
	border-radius: 6px;
}
.call-back .content-area{
	position: relative;
	margin-left: -15px;
	padding: 100px 0px 135px 85px;
}
.call-back .content-area:after{
	position: absolute;
	top: 0px;
	left: 0px;
	content: "";
	width: 200%;
	height: 100%;
	z-index: -1;
	background-repeat: no-repeat!important;
	background-size: cover!important;
	background-image: url(../images/background/2.jpg);
}
.call-back .content-area .sec-title h3{
	color: #222222;
}
.call-back .content-area p{
	font-size: 16px;
	line-height: 30px;
	color: #666666;
}
.call-back .content-area p a{
	font-size: 16px;
	color: #222222;
}
.call-back .content-area .link-btn{
	margin-top: 40px;
}
.call-back .link-btn .btn-style-two{
	padding: 15px 45px;
}

/*** 
=============================================
    Team Section
=============================================
***/

.team-section{
	padding: 140px 0px 60px;
}
.team-section p.text-center{
	font-size: 16px;
	line-height: 30px;
	margin-bottom: 85px;
}
.team-section .item-holder{
	margin-bottom: 80px;
}
.team-section .image-box{
	position: relative;
	background: #f4f4f4;
	text-align: center;
}
.team-section .image-box img{
	margin-top: -45px;
}
.team-section .content-text{
	padding: 35px 50px;
	box-shadow: 0px 0px 20px 6px #f1f1f1;
}
.team-section .title-text h6{
	font-size: 15px;
	line-height: 26px;
	font-weight: 600;
	color: #222222;
	padding-bottom: 15px;
	text-transform: uppercase;
}
.team-section .title-text span{
	font-size: 14px;
	line-height: 26px;
	font-weight: 400;
	color: #aeaeae;
}
.team-section .social-links li{
	display: inline-block;
	font-size: 16px;	
	margin-right: 18px;
}
.team-section .social-links li a{
	color: #b6b2b1;
}
.team-section .social-links li:hover a{
	color: #fe9900;
}

/*** 

=============================================
    Testimonials Section
=============================================

***/

.testimonials-section .fact-counter{
	margin: 0px -15px;
	padding: 119px 0px;
	background-size: cover!important;
	background-repeat: no-repeat!important;
}
.testimonials-section .counter-outer{
	padding-left: 38%;
}
.testimonials-section .counter-column{
	margin-bottom: 70px;
}
.testimonials-section .counter-column:last-child{
	margin-bottom: 0px;
}
.testimonials-section .counter-outer li{
	display: inline-block;
	vertical-align: middle;
}
.testimonials-section .counter-outer li i{
	width: 57px;
	height: 57px;
	text-align: center;
	line-height: 57px;
	border-radius: 50%;
	display: inline-block;
	border: 2px solid #ffffff;
}
.testimonials-section .counter-outer li i:before{
	font-size: 28px;
	color: #ffffff;
}
.testimonials-section .counter-outer .count-outer{
	font-size: 32px;
	color: #fe9900;
	font-weight: 700;
	margin-left: 35px;
	font-family: 'Roboto', sans-serif;
}
.testimonials-section .counter-title{
	font-size: 16px;
	color: #ffffff;
	font-weight: 700;
	margin-left: 35px;
	line-height: 30px;
	font-family: 'Roboto', sans-serif;
}
.testimonials-section .testimonials-carousel{
	padding: 130px 155px;
	background: #f4f4f4;
	margin: 0px -15px;
}
.testimonials-section .testimonials-carousel p{
	font-size: 16px;
	line-height: 30px;
	color: #777777;
	margin-bottom: 40px;
}
.testimonials-section .testimonials-carousel img{
	display: inline-block;
}
.testimonials-section .title-text h6{
	font-size: 16px;
	color: #222222;
	margin-top: 35px;
	line-height: 26px;
	text-transform: uppercase;
	font-family: 'Montserrat', sans-serif;
}
.testimonials-section .title-text span{
	font-size: 14px;
	margin-left: 5px;
	text-transform: capitalize;
	font-family: 'Roboto', sans-serif;
}
.testimonials-section .testimonials-carousel .owl-dots{
	display: none!important;
}
.testimonials-section .owl-theme .owl-controls .owl-nav [class*="owl-"] {
    background: none repeat scroll 0 0 rgba(214, 214, 214, 0);
    color: #b4b4b4;
    font-size: 22px;
}
.testimonials-section .owl-theme .owl-controls{
	margin-top: 0px;
}
.testimonials-section .owl-theme .owl-controls .owl-prev{
	position: absolute;
	bottom: 80px;
	left: 150px;
}
.testimonials-section .owl-theme .owl-controls .owl-next{
	position: absolute;
	bottom: 80px;
	right: 150px;
}

/*** 

=============================================
    Blog Section
=============================================

***/

.blog-section{
	padding: 150px 0px 70px;
}
.blog-section .text{
	position: relative;
	margin-bottom: 40px;
}
.blog-section .text p{
	font-size: 16px;
	line-height: 30px;
}
.blog-section .text .link-btn{
	position: absolute;
	right: 0px;
	bottom: 0px;
}
.blog-section .item-holder{
	margin-bottom: 25px;
}
.blog-section .image-box img{
	width: 100%;
}
.blog-section .images-text{
	padding: 35px;
	box-shadow: 0 0 20px 6px #f7f7f7;
}
.blog-section .images-text h6{
	font-size: 18px;
	font-weight: 400;
	color: #222222;
	line-height: 28px;
}
.blog-section .images-text p{
	margin-top: 12px;
	margin-bottom: 0px;
}
.blog-section .images-text p span{
	color: #fe9900;
	margin: 0px 5px;
}
.blog-section .images-text p a{
	color: #222222;
}

/*** 

=============================================
    Main Footer
=============================================

***/

.main-footer{
	position: relative;
	background: #0c3661;
}
.sponsors-slider{
	padding: 70px 0px;
}
.sponsors-slider .sponsors-logo img{
	opacity: .2;
	transition: all 500ms ease;
}
.sponsors-slider .sponsors-logo:hover img{
	opacity: .64;
	transition: all 500ms ease;
}
.sponsors-slider .owl-controls{
	display: none;
}
.footer-top{
	margin: 0px -100px;
	padding: 80px 100px;
	background: #0c3661;
}
.footer-top .footer-title h6{
	font-size: 16px;
	color: #ffffff;
	font-weight: 600;
	line-height: 30px;
	padding-bottom: 30px;
	text-transform: uppercase;
}
.footer-top .about-widget{
	margin-right: 65px;
}
.footer-top .about-widget p{
	font-size: 15px;
	color: #6a99c9;
}
.footer-top .contact-links li{
	position: relative;
	font-size: 15px;
	color: #6a99c9;
	line-height: 28px;
	padding-left: 30px;
	margin-top: 15px;
	font-family: 'Roboto', sans-serif;
}
.footer-top .contact-links li a{
	color: #6a99c9;
}
.footer-top .contact-links li i{
	position: absolute;
	left: 0px;
	color: #ffffff;
	font-size: 16px;
}
.footer-top .contact-links li:nth-child(1) i,.footer-top .contact-links li:nth-child(2) i{
	top: 5px;
}
.footer-top .contact-links li:nth-child(3) i{
	font-size: 25px;
}
.footer-top .contact-links li:nth-child(4) i{
	font-size: 25px;
}
.footer-top .feed-widget a{
	color: #ffffff;
}
.footer-top .feed-widget p{
	font-size: 15px;
	color: #6a99c9;
}
.footer-top .feed-widget .text{
	padding-top: 20px;
}
.footer-top .service-widget{
	margin-left: 65px;
	margin-top: -5px;
}
.footer-top .service-widget li{
	font-size: 15px;
	line-height: 40px;
	font-family: 'Roboto', sans-serif;
}
.footer-top .service-widget li i{
	margin-right: 15px;
}
.footer-top .service-widget li a{
	color: #6a99c9;
}
.footer-top .image{
	position: relative;
	display: inline-block;
	margin: 0px 2px 7px;
}
.footer-top .lightbox-image{
	position: absolute;
    width: 100%;
    height: 100%;
    content: '';
    top: 0px;
    left: 0px;
    display: flex;
    z-index: 99;
    align-items: center;
    justify-content: center;
    background: rgba(1, 47, 93, 0.84);
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    transition: all 500ms ease;
    -webkit-transform: scale(0, 0);
    -ms-transform: scale(0, 0);
    -o-transform: scale(0, 0);
    -moz-transform: scale(0, 0);
    transform: scale(0, 0);
}
.footer-top .image i{
	color: #ffffff;
	font-size: 12px;
	font-weight: 400;
	width: 28px;
	height: 28px;
	line-height: 28px;
	text-align: center;
	border-radius: 50%;
	border: 1px solid #ffffff;
}
.footer-top .image:hover .lightbox-image{
	-webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    transition: all 500ms ease;
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    transform: scale(1, 1);
}
.footer-bottom p{
	font-size: 16px;
	font-weight: 300;
	color: #ffffff;
	line-height: 30px;
	margin-bottom: 0px;
	padding: 31px 0px;
}
.footer-bottom p a{
	color: #fe9900;
}

/*** ===================================Home Page Two======================================***/

/*** 

=============================================
    Header Upper
=============================================

***/

.header-upper {
	padding: 19px 0px;
	background: #f0f0f0;
}
.header-upper .upper-left {
	float: left;
}
.header-upper .upper-left .text{
	display: inline-block;
}
.header-upper .upper-left .text h6{
	font-size: 16px;
	font-weight: 400;
	color: #777777;
	line-height: 26px;
}
.header-upper .upper-right {
	float: right;
}
.header-upper .upper-right li{
	margin-left: 5px;
	display: inline-block;
}
.header-upper .upper-right li i{
	font-size: 14px;
	color: #bbbbbb;
	line-height: 32px;
	width: 32px;
	height: 32px;
	text-align: center;
	background: #ffffff;
	border-radius: 50%;
}

/*language switcher*/
#polyglotLanguageSwitcher {
  position: relative;
  display: inline-block;
  position: relative;
  margin-right: 20px;
}
#polyglotLanguageSwitcher span.trigger:before {
  content: '\f107';
  font-family: FontAwesome;
  position: absolute;
  color:#cdcdcd;
  top: 0;
  right: 0px;
  line-height: 10px;
}
#polyglotLanguageSwitcher a {
  display: inline-block;
  font-size: 14px;
  color: #fff;
  font-weight: normal;
  font-family: 'Roboto', sans-serif;
}
#polyglotLanguageSwitcher a.current:link, 
#polyglotLanguageSwitcher a.current:visited, 
#polyglotLanguageSwitcher a.current:active {
    position: relative;
    background-color: #162f3a;
    border: 0;
    line-height: 34px;
    border-radius: 0;
    color: #fff;
    text-align: center;
    height: 33px;
    padding: 0px 0px 0px 22px;
}
#polyglotLanguageSwitcher a.current:hover {
    background-color: #162f3a;
}
#polyglotLanguageSwitcher ul.dropdown {
  top: 100%;
}

/*** 

=============================================
    Main Header Style Two
=============================================

***/

.main-header.style-two{
	background: none;
	margin-bottom: -30px;
}
.main-header.style-two .header-area{
	background: #146a98;
}
.main-header.style-two .main-menu .navigation > li > a{
	padding-left: 10px;
}

/*** 

=============================================
    About Section Style Two
=============================================

***/

.about-section.style-two .icon-holder{
	margin-top: 0px;
}
.about-section.style-two .content-text{
	margin-right: -12px;
}
.about-section.style-two .right-side{
	margin-left: 40px;
}
.about-section.style-two .link-btn{
	margin-top: 40px;
}
.about-section.style-two .btn-style-one{
	border-radius: 6px;
}
.about-section .icon-holder img{
	width:50px;
	margin:0 auto;
}
/*** 

=============================================
    Callout Section
=============================================

***/

.callout-section{
	padding: 70px 0px 95px;
	background-size: cover!important;
	background-repeat: no-repeat!important;
}
.callout-section .text h3{
	font-size: 29px;
	line-height: 42px;
	color: #ffffff;
	font-weight: 600;
	text-transform: uppercase;
}
.callout-section .text h3 span{
	font-size: 32px;
	font-weight: 800;
	color: #fe9900;
}
.callout-section .text h5{
	font-size: 26px;
	line-height: 42px;
	color: #ffffff;
	font-weight: 400;
	text-transform: uppercase;
}
.callout-section .text .link-btn{
	margin-top: 32px;
}
.callout-section .text .link-btn .btn-style-two{
	background: transparent;
	border-radius: 6px;
}

/*** 

=============================================
    Service Section Style Two
=============================================

***/

.service-section.style-two {
	padding-bottom: 90px;
}
.service-section.style-two:before{
	display: none;
}
.service-section.style-two .text p{
	font-size: 16px;
	line-height: 30px;
	margin-bottom: 30px;
}
.service-section.style-two .service-left{
	margin-right: 15px;
	padding-right: 52px;
	margin-bottom: 40px;
	border-right: 1px solid #ececec;
}
.service-section.style-two .service-left img{
	width: 100%;
}
.service-section.style-two .service-left .image-text{
	padding-left: 15px;
}
.service-section.style-two .service-left .image-text h6{
	font-size: 16px;
	line-height: 24px;
	font-weight: 600;
	color: #222222;
	margin-top: 15px;
}
.service-section.style-two .service-left .image-text p{
	font-size: 16px;
	line-height: 24px;
	font-weight: 400;
	color: #777777;
	margin-top: 10px;
}
.service-section.style-two .service-left .link-btn a{
	font-size: 16px;
	line-height: 24px;
	font-weight: 600;
	color: #fe9900;
	text-transform: capitalize;
	font-family: 'Montserrat', sans-serif;
}
.service-section.style-two .service-left .link-btn i{
	margin-left: 10px;
}
.service-section.style-two .item-holder{
	box-shadow: 0 0 14px 5px #f7f7f7;
}
.service-section.style-two .item-holder .image-box {
    position: absolute;
    top: 30px;
    left: -50px;
}

/*** 

=============================================
    Gallery Section Style Two
=============================================

***/

.gallery-section.style-two {
	padding-bottom: 0px;
}
.gallery-section.style-two .image-box{
	margin: 0px -15px;
}

/*** 

=============================================
    Clients Logo
=============================================

***/

.clients-logo{
	padding: 40px 0px;
	background-repeat: no-repeat!important;
	background-size: cover!important;
}


/*** 

=============================================
    Blog Section Style Two
=============================================

***/

.blog-section.style-two{
	padding-bottom: 110px;
}
.blog-section.style-two .item-holder{
	margin-bottom: 40px;
}

/*** 

=============================================
    Main Footer Style Two
=============================================

***/

.main-footer.style-two .footer-bottom p{
	padding: 16px 0px;
}

/*** ===================================Home Page Two======================================***/

/*** 

=============================================
    Page Title
=============================================

***/

.page-title{
	padding: 180px 0px 125px;
	background-repeat: no-repeat!important;
	background-size: cover!important;
	position: relative;
}
.page-title:after{
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.60);	
}
.page-title .text{
	position: relative;
	z-index: 9;
}
.page-title .text h2{
	font-size: 46px;
	font-weight: 700;
	line-height: 26px;
	color: #ffffff;
	padding-bottom: 20px;
	text-transform: uppercase;
}
.page-title li{
	display: inline-block;
	margin: 5px;
	font-size: 16px;
	color: #249fe3;
	font-weight: 700;
	line-height: 26px;
	text-transform: uppercase;
}
.page-title li a{
	color: #ffffff;
}

/*** ===================================Team Page======================================***/

/*** 

=============================================
    Team Section Style Two
=============================================

***/

.team-section.style-two{
	padding: 170px 0px 30px;
}
.team-section.style-two .item-holder{
	margin-bottom: 90px;
}

/*** ===================================Project Page======================================***/


/*** 

====================================================================
	Gallery Section Style Three
====================================================================

***/

.gallery-section.style-three{
	padding: 80px 0px 110px;
}

/*** 

====================================================================
	Styled Pagination
====================================================================

***/

.styled-pagination{
	margin-top: 10px;
	text-align: center;
}
.styled-pagination li{
	position:relative;
	display:inline-block;
	margin-right: 5px;
}
.styled-pagination li a{
	position: relative;
	display: block;
	line-height: 40px;
	font-size: 15px;
	width: 40px;
	height: 40px;
	color: #777777;
	text-align: center;
	background: #f4f4f4;
	border-radius: 50%;
	border: 1px solid #f4f4f4;
	font-family: 'Roboto', sans-serif;
	transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
	-moz-transition:all 500ms ease;
}
.styled-pagination li a:hover,
.styled-pagination li a.active{
	color:#ffffff;
	background: #fe9900;
	border-color: #fe9900;
	font-weight: 700;
	transition:all 500ms ease;
}

/*** ===================================Service Details======================================***/

/*** 

====================================================================
	Service Details
====================================================================

***/

.service-details{
	padding: 120px 0px;
}
.service-details .left-side{
	margin-right: 40px;
}
.service-details .left-side .image-holder .image-box{
	margin-bottom: 40px;
}
.service-details .left-side .image-holder img{
	width: 100%;
}
.service-details .left-side .text-title h6{
	font-size: 20px;
	line-height: 30px;
	font-weight: 600;
	color: #222222;
	padding: 10px 0px;
	text-transform: uppercase;
}
.service-details .left-side .links-btn a{
	font-size: 14px;
	line-height: 26px;
	font-weight: 700;
	color: #222222;
	padding: 11px 32px;
	display: inline-block;
	border-radius: 5px;
	margin-left: 10px;
	border: 1px solid #ececec;
	text-transform: uppercase;
}
.service-details .left-side .links-btn a i{
	font-size: 14px;
	margin-right: 10px;
}
.service-details .left-side .text p{
	font-size: 15px;
	line-height: 30px;
	font-weight: 400;
	color: #777777;
	padding-top: 30px;
	letter-spacing: 0.3px;
}
.service-details .left-side .image-text{
	margin-top: 40px;
	margin-bottom: 10px;
}
.service-details .left-side .image-text img{
	width: 100%;
}
.service-details .left-side .image-text h6{
	position: relative;
    font-size: 22px;
    font-weight: 700;
    color: #222222;
    line-height: 30px;
    padding-bottom: 15px;
    margin-bottom: 15px;
}
.service-details .left-side .image-text h6:before{
	position: absolute;
	content: '';
	background: #e0e0e0;
	bottom: 0px;
	left: 0;
	height: 1px;
	width: 50px;
}
.service-details .left-side .image-text p{
	font-size: 15px;
	line-height: 30px;
	font-weight: 400;
	color: #777777;
	margin-bottom: 0px;
}
.accordion-box{
	margin-top: 40px;
}
.accordion-box .accordion {
    position: relative;
    margin-bottom: 20px;
}
.accordion-box .accordion .accord-btn {
    position: relative;
    cursor: pointer;
    padding: 20px;
    background: #fafafa;
    transition: all 500ms ease;
}
.accordion-box .accordion .accord-btn h6 {
    font-size: 16px;
    font-weight: 400;
    color: #222222;
    line-height: 26px;
    transition: all 500ms ease;
}
.accordion-box .accordion .accord-btn::after {
	position: absolute;
	color: #777777;
	content: "\f107";
	font-size: 17px;
	font-weight: 400;
	line-height: 24px;
	top: 20px;
	right: 20px;
	width: 26px;
	text-align: center;
	height: 26px;
	border-radius: 25px;
	font-family: 'FontAwesome';
	transition: all 500ms ease 0s;
}
.accordion-box .accordion .accord-btn.active {
    background: #f3f6fa;
    transition: all 500ms ease;
}
.accordion-box .accordion .accord-btn.active h6 {
	color: #146a98;
	font-weight: 700;
	transition: all 500ms ease;
}
.accordion-box .accordion .accord-btn.active:after{
    content: "\f106";
    color: #146a98;
    transition: all 500ms ease 0s;
}
.accordion-box .accordion .accord-content {
    position: relative;
    display: none;
	padding-left: 20px;
	padding-right: 50px;
}
.accordion-box .accordion .accord-content.collapsed {
    display: block;
}
.accordion-box .accordion .accord-content p{
	font-size: 15px;
	line-height: 26px;
	font-weight: 400;
	color: #777777;
    padding: 20px 0px;
}
.service-details .right-side{
	margin-left: -30px;
}
.service-details .right-side .categori-list{
	margin-top: 25px;
}
.service-details .right-side .categori-list li{
	overflow: hidden;
}
.service-details .right-side .categori-list li a{
	position: relative;
	font-size: 14px;
	line-height: 55px;
	font-weight: 500;
	color: #777777;
	display: inline-block;
	width: 100%;
	background: #f9f9f9;
	padding-left: 30px;
	transition: all 500ms ease 0s;
	margin-bottom: 2px;
	font-family: 'Roboto', sans-serif;
}
.service-details .right-side .categori-list li a:before{
	position: absolute;
	top: 0px;
	left: -10px;
	content: "";
	width: 2px;
	height: 100%;
	background: #e4e4e4;
	transition: all 500ms ease 0s;
}
.service-details .right-side .categori-list li:hover a{
	color: #222222;
	font-weight: 700;
	transition: all 500ms ease 0s;
}
.service-details .right-side .categori-list li:hover a:before{
	left: 0px;
	transition: all 500ms ease 0s;
}
.service-details .service-testimonials{
	margin-top: 65px;
	margin-bottom: 60px;
}
.service-details .service-testimonials .text-title h6{
	margin-bottom: 30px;
}
.service-details .service-testimonials .item{
	padding: 40px 17px;
	border: 2px solid #e5e5e5;
}
.service-details .service-testimonials .text p{
	font-size: 15px;
	font-weight: 400;
	line-height: 26px;
	color: #777777;
	padding-top: 15px;
}
.service-details .service-testimonials strong{
	font-size: 14px;
	line-height: 26px;
	color: #fe9900;
	font-weight: 700;
	text-transform: uppercase;
}
.service-details .service-testimonials .image img{
	display: inline-block;
}
.service-details .service-testimonials .owl-theme .owl-controls{
	display: none;
}
.service-details .contact-links{
	padding: 50px 30px;
	border: 2px solid #e5e5e5;
}
.service-details .sec-title h6{
	color: #222222;
}
.service-details .contact-text .item{
	position: relative;
	padding-left: 65px;
	margin-bottom: 20px;
}
.service-details .contact-text .item:last-child{
	margin-bottom: 0px;
}
.service-details .contact-text .item .icon-box{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 50px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	background: #f2f2f2;
}
.service-details .contact-text .item i:before{
	font-size: 20px;
	color: #53c0c8;
}
.service-details .contact-text .item p{
	font-size: 15px;
	line-height: 26px;
	font-weight: 400;
	color: #777777;
	margin-bottom: 0px;
}

/*** ===================================Project Details====================================== ***/

/*** 

====================================================================
    Project Details
====================================================================

***/

.project-details {
    position: relative;
    padding-top: 120px;
    padding-bottom: 50px;
}
.project-details .owl-carousel .owl-item img {
    width: 100%;
}
.project-details .owl-theme .owl-controls .owl-dots {
    display: none !important;
}
.project-details .owl-theme .owl-controls .owl-nav [class*="owl-"] {
    background: none repeat scroll 0 0 #f2efed;
    color: #727272;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    width: 28px;
    height: 64px;
    line-height: 60px;
}
.project-details .owl-theme .owl-controls .owl-nav .owl-prev {
    position: absolute;
    left: 0px;
    top: 50%;
    margin-top: -20px;
}
.project-details .owl-theme .owl-controls .owl-nav .owl-next {
    position: absolute;
    right: 0px;
    top: 50%;
    margin-top: -20px;
}
.project-details .image-content {
    position: relative;
}
.project-details .image-content .gallery-info .info {
    font-size: 14px;
    line-height: 26px;
    font-weight: 400;
    color: #666666;
    padding: 10px 0px;
}
.project-details .image-content .gallery-info .info strong {
    font-size: 14px;
    line-height: 26px;
    font-weight: 700;
    color: #222222;
    margin-right: 10px;
}
.project-details .image-content .gallery-info li {
    display: inline-block;
}
.project-details .image-content .sec-title h6 {
    color: #222222;
    margin-top: 15px;
}
.project-details .image-content p {
    line-height: 26px;
}
.project-details .image-content .social-links li i {
    width: 40px;
    height: 40px;
    color: #999999;
    line-height: 40px;
    text-align: center;
    background: #f4f4f4;
    border-radius: 50%;
    margin-right: 10px;
}
.gallery-carousel .owl-item img{
	width: 100%;
	height: 400px;
	object-fit: cover;
}

/*** 

====================================================================
  Related Project
====================================================================

***/

.related-project {
    padding-bottom: 120px;
}
.related-project .sec-title h6 {
    font-size: 22px;
    color: #222222;
    margin-bottom: 40px;
}
.related-project .image-box {
    position: relative;
}
.related-project .image-box img {
    width: 100%;
}
.related-project .overly-box{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
    background: rgba(1, 47, 93, 0.83);
    text-align: center;
    justify-content: center;
    align-items: center;
    transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
	-moz-transition:all 500ms ease;
    -webkit-transform: scale(0, 0);
    -ms-transform: scale(0, 0);
    -o-transform: scale(0, 0);
    -moz-transform: scale(0, 0);
    transform: scale(0, 0);
}
.related-project .image-box:hover .overly-box{
	transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
	-moz-transition:all 500ms ease;
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    transform: scale(1, 1);
}
.related-project .overly-box h6 {
    font-size: 18px;
    line-height: 26px;
    color: #ffffff;
    font-weight: 700;
    padding-top: 90px;
    padding-bottom: 10px;
    text-transform: uppercase;
}
.related-project .overly-box p {
    color: #ffffff;
    padding-bottom: 10px;
}
.related-project .icon-box a {
    font-size: 21px;
    color: #146a98;
    width: 42px;
    height: 42px;
    line-height: 31px;
    background: #ffffff;
    border-radius: 50%;
    display: inline-block;
    border: 5px solid #758ca4;
}

/*** ===================================Error Page====================================== ***/

/*** 

====================================================================
    Error Page
====================================================================

***/

.error-page{
	padding: 135px 0px 150px;
}
.error-page li{
	font-size: 190px;
	color: #146a98;
	margin: 3px 10px;
	line-height: 40px;
	display: inline-block;
	font-family: 'Montserrat', sans-serif;
}
.error-page li img{
	display: inherit;
}
.error-page h4{
	font-size: 28px;
	line-height: 40px;
	font-weight: 700;
	color: #222222;
	padding-top: 20px;
	text-transform: capitalize;
	font-family: 'Roboto', sans-serif;
}
.error-page p{
	font-size: 16px;
	line-height: 26px;
	font-weight: 400;
	color: #666666;
}
.error-page .link-btn{
	margin-top: 35px;
}
.error-page .link-btn i{
	margin-right: 10px;
}
.error-page .link-btn .btn-style-one{
	border-radius: 6px;
}

/*** ===================================Contact Page====================================== ***/

/*** 

====================================================================
    Contact Page
====================================================================

***/

.contact-page{
	padding: 120px 0px 80px; 
}
.contact-page .form-group{
	margin-bottom: 22px;
}
.contact-page .form-group input{
	display: inline-block;
	height: 50px;
	color: #777777;
	font-size: 14px;
	padding-left: 20px;
	background: #e9f3fd;
	border-color: #f9f9f9;
	box-shadow: none;
	font-family: 'Roboto', sans-serif;
}
.contact-page .form-group textarea{
	display: inline-block;
	height: 160px;
	resize: none;
	color: #777777;
	background: #e9f3fd;
	padding-top: 20px;
	padding-left: 20px;
	font-size: 14px;
	border-color: #f9f9f9;
	box-shadow: none;
	font-family: 'Roboto', sans-serif;
}
.contact-page .form-group input:focus,
.contact-page .form-group textarea:focus{
	border-color: #146998;
}
.contact-page .form-bottom{
	display: block;
	text-align: center;
}

/*** 

====================================================================
    Contact Info
====================================================================

***/

.contact-info{
	padding: 70px 0px;
	background: url(../images/background/3.jpg);
}
.contact-info .item .icon-box{
	margin-bottom: 20px;
}
.contact-info .item .icon-box i{
	width: 75px;
	height: 75px;
	line-height: 75px;
	background: #ffffff;
	border-radius: 50%;
	display: inline-block;
	border: 1px solid #ececec;
}
.contact-info .item .icon-box i:before{
	color: #146a98;
	font-size: 30px;
}
.contact-info .item p,.contact-info .item a{
	font-size: 15px;
	color: #ffffff;
	line-height: 26px;
	font-weight: 400;
}

.contact-info .item a:hover{
	text-decoration: underline;
}
/*** 

====================================================================
   Map Section
====================================================================

***/

.map-section {
    position: relative;
    padding: 102px 0px 145px;
}
.map-section #contact-google-map {
    height: 543px;
    width: 100%;
}

/*** ===================================Blog Page====================================== ***/

/*** 

====================================================================
    Blog Page
====================================================================

***/

.blog-section.style-two{
	padding: 120px 0px 125px;
}
.blog-section.style-two .left-side{
	margin-right: 45px;
}
.blog-section.style-two .images-text{
	padding-right: 60px;
}
.blog-section.style-two .images-text p{
	font-size: 16px;
	line-height: 26px;
}
.blog-section.style-two .styled-pagination{
	text-align: left;
}
.blog-section.style-two .right-side{
	margin-left: -35px;
}
.right-side .search-box{
    position: relative;
    margin-bottom: 30px;
}
.right-side .search-box input{
    position: relative;
    height: 50px;
    width: 100%;
    color: #848484;
    padding: 0px 15px;
    background: #ffffff;
    font-weight: 400;
    font-size: 14px;
    border: 1px solid #e5e5e5;
    border-radius: 5px;
    font-family: 'Roboto', sans-serif;
}
.right-side .search-box button{
    position: absolute;
    top: 10px;
    right: 10px;
    background: transparent;
}
.right-side .search-box button i{
    font-size: 14px;
    color: #222222;
}
.right-side .sec-title{
	margin-top: 60px;
	margin-bottom: 20px;
}
.right-side .sec-title h6{
	color: #222222;
}
.right-side .categories-menu li{
	padding: 15px 0px;
	border-bottom: 1px dashed #ececec;
}
.right-side .categories-menu li:last-child{
	border-bottom: none;
}
.right-side .categories-menu li a{
	font-size: 15px;
	font-weight: 400;
	line-height: 22px;
	color: #666666;
	transition:all 500ms ease;
	font-family: 'Roboto', sans-serif;
}
.right-side .categories-menu li a:hover{
	color: #fe9900;
	transition:all 500ms ease;
}
.right-side .categories-menu li span{
	float: right;
}
.right-side .side-blog .item{
	position: relative;
	margin-top: 30px;
	padding-bottom: 30px;
	border-bottom: 1px dashed #ececec;
}
.right-side .side-blog .item:last-child{
	border-bottom: none;
	padding-bottom: 0px;
}
.right-side .side-blog .image-box{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 83px;
	height: 83px;
}
.right-side .side-blog .image-text{
	margin-left: 105px;
}
.right-side .side-blog .image-text h6{
	font-size: 14px;
	color: #222222;
	line-height: 26px;
	font-weight: 400;
}
.right-side .side-blog .image-text span{
	font-size: 14px;
	color: #bababa;
	line-height: 26px;
	font-weight: 400;
	font-family: 'Roboto', sans-serif;
}
.right-side .tag-list a{
	font-size: 14px;
	font-weight: 400;
	color: #666666;
	display: inline-block;
	padding: 7px 22px;
	margin-top: 10px;
	margin-right: 10px;
	border-radius: 6px;
	border: 1px solid #ececec;
}
.right-side .blog-tweets .item {
	position: relative;
	padding-left: 26px;
	margin-bottom: 20px;
}
.right-side .blog-tweets .item h6{
	font-size: 14px;
	color: #222222;
	font-weight: 400;
	line-height: 26px;
}
.right-side .blog-tweets .item i{
	position: absolute;
	font-size: 15px;
	top: 5px;
	left: 0px;
	color: #fe9900;
}
.right-side .blog-tweets .item span{
	font-size: 13px;
	color: #ababab;
	line-height: 26px;
	font-weight: 400;
	font-family: 'Roboto', sans-serif;
}

/*** ===================================Blog Details====================================== ***/

/*** 

====================================================================
    Blog Details
====================================================================

***/

.blog-section.style-three{
	padding-bottom: 120px;
}
.blog-section.style-three .images-text{
	margin-left: 25px;
	margin-right: 25px;
	box-shadow: none;
	padding: 30px 0px 50px;
	border-bottom: 1px solid #e1e1e1;
}
.blog-section.style-three blockquote {
	position: relative;
	padding: 26px 20px 26px 45px;
	margin-top: 30px;
	margin-bottom: 30px;
	border-left: 1px solid #fe9900;
}
.blog-section.style-three blockquote strong{
    font-size: 16px;
    font-weight: 400;
    color: #222222;
    line-height: 28px;
    font-family: 'Roboto', sans-serif;
}
.blog-section.style-three blockquote i{
	position: absolute;
	top: 20px;
	left: 25px;
	font-size: 16px;
	color: #dedede;
	line-height: 28px;
	transform: rotateX(-120deg);
}
.blog-section.style-three .social-links {
	margin-top: 25px;
}
.blog-section.style-three .social-links li{
	display: inline-block;
	margin-right: 6px;
}
.blog-section.style-three .social-links li strong{
	font-size: 16px;
	color: #222222;
	font-weight: 700;
	line-height: 30px;
	margin-right: 10px;
}
.blog-section.style-three .social-links li a{
	width: 39px;
	height: 39px;
	line-height: 39px;
	color: #a5a5a5;
	background: #f4f4f4;
	border-radius: 50%;
	text-align: center;
	display: inline-block;
	transition:all 500ms ease;
}
.blog-section.style-three .social-links li:hover a{
	color: #ffffff;
	background: #fe9900;
	transition:all 500ms ease;
}
.blog-section.style-three .comment-area{
	margin-right: 50px;
}
.blog-section.style-three .comment-area .item{
	position: relative;
	padding-left: 125px;
	margin-top: 40px;
	overflow: hidden;
}
.blog-section.style-three .comment-area .image-box{
	position: absolute;
	top: 3px;
	left: 0px;
}
.blog-section.style-three .left-side h5{
	font-size: 20px;
	color: #222222;
	font-weight: 700;
	line-height: 26px;
	padding-top: 20px;
}
.blog-section.style-three .comment-area .reply-btn{
	position: absolute;
	top: 0px;
	right: 0px;
}
.blog-section.style-three .comment-area li{
	display: inline-block;
	font-size: 16px;
	color: #777777;
	font-weight: 400;
	line-height: 26px;
	margin-left: 30px;
}
.blog-section.style-three .comment-area li a{
	color: #fe9900;
}
.blog-section.style-three .comment-area li i{
	margin-right: 5px;
}
.blog-section.style-three .comment-area h6{
	font-size: 15px;
	font-weight: 600;
	line-height: 26px;
	color: #222222;
	padding-bottom: 15px;
}
.blog-section.style-three .comment-area p{
	font-size: 16px;
	font-weight: 400;
	line-height: 26px;
	color: #777777;
}
.blog-section.style-three .post-comment{
	margin-right: 50px;
	margin-top: 30px;
}
.blog-section.style-three form{
	margin-top: 25px;
}
.blog-section.style-three .form-group{
	margin-bottom: 30px;
}
.blog-section.style-three .form-group input{
	display: inline-block;
	height: 50px;
	color: #777777;
	font-size: 14px;
	padding-left: 20px;
	background: transparent;
	border-color: #ececec;
	box-shadow: none;
	font-family: 'Roboto', sans-serif;
}
.blog-section.style-three .form-group textarea{
	height: 160px;
	resize: none;
	color: #777777;
	padding-top: 20px;
	padding-left: 20px;
	font-size: 14px;
	border-color: #ececec;
	box-shadow: none;
	font-family: 'Roboto', sans-serif;
}
.blog-section.style-three .form-group input:focus,
.blog-section.style-three .form-group textarea:focus{
	border-color: #fe9900;
}
.blog-section.style-three .form-group button{
	display: block;
	width: 100%;
}


.header-top,.header-bottom{
	/* opacity: 0; */
	animation:fade 0.3s 0.7s ease-in;
	-moz-animation:fade 0.3s 0.7s ease-in;
}

@keyframes  fade{
	from{
		opacity: 0;
	}
	to{
		opacity: 1;
	}
}

@-moz-keyframes  fade{
	from{
		opacity: 0;
	}
	to{
		opacity: 1;
	}
}
.video_bx{
 margin-bottom: 100px;
}
.social li {
    display: inline-block;
    margin: 5px 0 0 0;
}
.social li a {
    font-size: 20px;
    padding: 5px 1px;
}
.social li a i {
    width: 40px;
    height: 40px;
    border-radius: 100%;
    color: #fff;
    text-align: center;
    line-height: 42px;
}
.social li a .fa-facebook{
  background-color: #327ebb;
}
.social li a .fa-twitter{
  background-color: #2caae1;
}

.social li a .fa-youtube-play{
  background-color: #d83226;
}
.social li a .fa-instagram{
    background: #f70765;
}

.social li a img{
	border-radius: 100%;
}

.certi-img img{
    margin-top: 18px;
    padding: 5px;  
}

.right-side li a{
    display:block;
}
footer a:hover{
 color:#fff !important;    
}

  .block_btn{ 
    padding: 15px 20px;
    
    width: 150px;
    display: inline-block;
    text-align: center;
    border-radius: 3px;
    }

    .block_btn_red{ 
    background: #F44336;
    }

     .block_btn_grn{ 
    	background: #419c44;
    }
    .bx_abar{
        text-align: center;
	    background: #fff;
	   box-shadow: 0 3px 16px -5px #333;
	    border: 6px solid rgb(10,106,146);
	    padding: 10px;
	    border-radius: 5px;
    }
    .txt_white{
    	color: #fff !important;
    }

	.career-section{
		padding: 5rem 0;
	}
	.client-section{
		padding: 5rem 0 7rem;
	}
	.client-carousel{
		margin-top: 2rem;
	}
	.client-carousel .item{
		width: 140px;;
		height: 140px;
		margin: 0 auto;
		display: flex;
		align-items: center;
		justify-content: center;
	}
	.client-carousel .item img{
		width: 100%;
	}

.single-side-left {
    float: left;
	padding-right:30px !important;
}

.single-sidebar-widget {
    margin-bottom: 50px
}

.single-sidebar-widget:last-child {
    margin-bottom: 0
}

.single-sidebar-widget .sec-title {
    margin-bottom: 30px
}

.single-sidebar-widget .sec-title h2 span {
    font-size: 20px;
    text-transform: uppercase;
    font: 600 .8em/1em Alegreya,serif
}

.single-sidebar-widget .sec-title h2:after {
    width: 35px
}

.single-sidebar-widget .sec-title h2:after {
    content: '';
    width: 50px;
    height: 3px;
    background: #16abbf;
    display: block;
    margin-top: 13px
}

.single-sidebar-widget .contact-form .select-menu+.ui-selectmenu-button,.single-sidebar-widget .contact-form input {
    height: 40px
}

.single-sidebar-widget .contact-form .select-menu+.ui-selectmenu-button {
    margin-bottom: 2px
}

.single-sidebar-widget .contact-form .select-menu+.ui-selectmenu-button .ui-selectmenu-text {
    line-height: 40px
}

.single-sidebar-widget .dwnld-broucher a {
    text-transform: uppercase;
    color: #08add0;
    font-weight: 600;
    margin-top: 30px;
    font-size: 12px;
    display: inline-block
}

.single-sidebar-widget .special-links li:last-child {
    margin-bottom: 0
}

.single-sidebar-widget .special-links li a {
    background: #f5f2f2;
    border-left: 5px solid #f5f2f2;
    color: #242424;
    font-weight: 700;
    text-transform: uppercase;
    display: block;
    margin-bottom: 10px;
    line-height: 50px;
    position: relative;
    padding: 0 20px;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    position: relative
}

.single-sidebar-widget .special-links li.active a,.single-sidebar-widget .special-links li:hover a {
    background: #146a98;
    color: #fff;
    border-left: 5px solid #0f263a
}

.single-sidebar-widget .special-links li.active a:after,.single-sidebar-widget .special-links li:hover a:after {
    color: #fff
}

.single-sidebar-widget .special-links li a:after {
    content: '\f105';
    font-family: FontAwesome;
    position: absolute;
    top: 0;
    right: 20px;
    line-height: 50px;
    color: #6a6969;
    font-weight: 400
}

.search-box placeholder {
    color: #000
}

.single-sidebar-widget .search-box form {
    background: #e5e5e5;
    width: 100%;
    height: 48px;
    border: 1px solid #e9e9e9
}

.single-sidebar-widget .search-box form input {
    padding-left: 30px;
    border: none;
    outline: 0;
    height: 100%;
    color: rgba(255,255,255,.5);
    width: calc(100% - 55px);
    background-color: transparent
}

.single-sidebar-widget .search-box form input::-webkit-input-placeholder {
    color: rgba(255,255,255,.5);
    opacity: 1
}

.single-sidebar-widget .search-box form input:-moz-placeholder {
    color: rgba(255,255,255,.5);
    opacity: 1
}

.single-sidebar-widget .search-box form input::-moz-placeholder {
    color: rgba(255,255,255,.5);
    opacity: 1
}

.single-sidebar-widget .search-box form input:-ms-input-placeholder {
    color: rgba(255,255,255,.5)
}

.single-sidebar-widget .search-box form input:placeholder-shown {
    color: #bab9b9
}

.single-sidebar-widget .search-box form button {
    position: relative;
    left: 2px;
    width: 50px;
    background: #009bb3;
    color: #000;
    font-size: 16px;
    padding: 11px 0;
    border: none;
    outline: 0;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

.single-sidebar-widget .search-box form button:hover {
    background: #1fb5c7
}

.single-sidebar-widget .search-box form button:hover i {
    color: #fff
}

.single-sidebar-widget .search-box form button:hover:after {
    background: #1fb5c7
}

.single-sidebar-widget .search-box form button i {
    position: relative;
    z-index: 2;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

.single-sidebar-widget .categories ul li:last-child a {
    border: none
}

.single-sidebar-widget .categories ul li a {
    color: #898989;
    text-transform: capitalize;
    line-height: 42px;
    display: block;
    border-bottom: 1px solid #e6e6e6;
    position: relative
}

.single-sidebar-widget .categories ul li a:after {
    content: '\f105';
    font-family: FontAwesome;
    color: #c8c8c8;
    position: absolute;
    top: 0;
    right: 0
}

.single-sidebar-widget .popular-post .img-cap-effect .img-box .img-caption:before {
    border-width: 2px
}

.single-sidebar-widget .popular-post li {
    margin-bottom: 30px
}

.single-sidebar-widget .popular-post li:last-child {
    margin-bottom: 0
}

.single-sidebar-widget .popular-post .content,.single-sidebar-widget .popular-post .img-box {
    display: table-cell;
    vertical-align: middle
}

.single-sidebar-widget .popular-post .img-box {
    width: 110px
}

.single-sidebar-widget .popular-post .content {
    padding-left: 30px
}

.single-sidebar-widget .popular-post .content a h4 {
    font-family: 'Open Sans',sans-serif;
    color: #242424;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 500;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

.single-sidebar-widget .popular-post .content a h4:hover {
    color: #1fb5c7
}

.single-sidebar-widget .popular-post .content p {
    color: #8e8d8d;
    font-size: 13px;
    line-height: 20px;
    margin: 0
}

.single-sidebar-widget .popular-post .content span {
    color: #1cbac8;
    font-size: 13px;
    display: block;
    margin-top: 4px;
    font-weight: 500
}

.single-sidebar-widget .text-box p {
    color: #8e8d8d
}

.single-sidebar-widget .insta-feed ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.single-sidebar-widget .insta-feed ul .img-cap-effect .img-box .img-caption:before {
    border-width: 2px
}

.single-sidebar-widget .insta-feed {
    font-size: 0;
    display: inline-block
}

.single-sidebar-widget .insta-feed img {
    max-width: 100%;
    display: inline-block;
    font-size: 0;
    margin-bottom: 1px;
    margin-right: 1px
}

.single-sidebar-widget .tag-cloud {
    font-size: 0;
    margin-left: -5px;
    margin-right: -5px
}

.single-sidebar-widget .tag-cloud li {
    display: inline-block
}

.single-sidebar-widget .tag-cloud li a {
    display: block;
    color: #787878;
    text-transform: uppercase;
    border: 1px solid #eaeaea;
    border-radius: 20px;
    padding: 7px 22px;
    font-size: 12px;
    margin: 0 5px;
    margin-bottom: 10px;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

.single-sidebar-widget .tag-cloud li a:hover {
    background: #e5e5e5;
    color: #787878;
    border-color: #e5e5e5
}

.single-service-contact {
    border: 2px solid #e9e9e9;
    padding: 25px;
    background: url(../images/services/bg-envelope.jpg) right bottom no-repeat
}

.single-service-contact h3 {
    font-family: Alegreya,sans-serif;
    font-size: 25px;
    color: #3e3e3e;
    margin: 0;
    font-weight: 600;
    margin: 0 0 20px 0
}

.single-service-contact p {
    font-size: 15px;
    color: #5b5b5b;
    margin: 0 0 25px 0
}

.single-service-contact a {
    font-family: Raleway,sans-serif;
    font-size: 14px;
    font-weight: 700;
    color: #146a98;
    text-transform: uppercase
}

.single-service-contact a i {
    margin: 0 0 0 10px
}

.single-service-pdf i{
    background:  #146a98;
    text-align: center;
	font-size: 22px;
}

.single-service-pdf h3 a {
	background:  #146a98;
	padding:10px 20px;
	display: block;
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    line-height: 42px;
    text-transform: uppercase
}

.single-client-box {
    margin-bottom: 50px
}

.single-client-box:last-child {
    margin-bottom: 0
}

.single-client-box .content,.single-client-box .icon-box {
    display: table-cell;
    vertical-align: middle
}

.single-client-box .icon-box {
    width: 170px;
    text-align: center;
    border-top: 4px solid #1fb5c7;
    border-left: 1px solid #e9e9e9;
    border-bottom: 1px solid #e9e9e9
}

.single-client-box .content {
    padding-top: 30px;
    padding-bottom: 30px;
    padding-right: 30px;
    padding-left: 30px;
    border-right: 1px solid #e9e9e9;
    border-bottom: 1px solid #e9e9e9;
    border-top: 1px solid #e9e9e9
}

.single-client-box .content h3 {
    font-size: 18px;
    font-weight: 700;
    font-family: Alegreya,sans-serif;
    color: #242424;
    text-transform: uppercase;
    margin-bottom: 10px
}

.single-client-box .content p {
    color: #898989;
    margin: 0
}

.single-sidebar-widget ul.brochure-btns li a {
    font-family: 'Open Sans',sans-serif;
    color: #404040;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 15px;
    display: block;
    background: #fbfbfb;
    border-bottom: 2px solid #ededed;
    padding: 12px 20px
}

.single-sidebar-widget ul.brochure-btns li {
    display: block;
    margin-bottom: 21px
}

.single-sidebar-widget ul.brochure-btns li a i {
    color: #e94429;
    margin: 0 1em 0;
    font-size: 1.2em
}
.sec-title h2{
	margin:0 0 20px 0;
}
.sec-title h2 span {
    display: block;
    font-size: 32px;
    font-weight: 700;
    color: #323232;
    text-transform: uppercase;
    font-family: Alegreya,sans-serif;
    text-transform: capitalize
}

.sec-title h2:after {
    content: '';
    width: 55px;
    height: 3px;
    background: #146a98;
    display: block;
    margin-top: 13px
}

.sec-title p {
    color: #1d1d1d;
    margin: 0 0 1.2em;
    padding: 0;
    font-size:16px;
    letter-spacing: .3px;
    text-align: justify
}

.single-post-page .image-caption-box .text-box h2,.single-service-page .image-caption-box .text-box h2 {
    color: #242424;
    font-size: 25px;
    font-weight: 700;
    text-transform: capitalize;
    margin-bottom: 5px;
    font-family: Alegreya,sans-serif
}

.single-post-page .image-box,.single-service-page .image-box {
    margin-bottom: 50px
}

.single-post-page .image-caption-box,.single-service-page .image-caption-box {
    margin-bottom: 20px
}

.single-post-page .image-caption-box .caption-box-img,.single-post-page .image-caption-box .text-box,.single-service-page .image-caption-box .caption-box-img,.single-service-page .image-caption-box .text-box {
    display: table-cell;
    vertical-align: middle
}

.single-post-page .image-caption-box .text-box p,.single-service-page .image-caption-box .text-box p {
    color: #898989;
    margin: 0 0 1.2em;
    padding: 0;
    font: 400 1em/1.8em "Open Sans",sans-serif;
    letter-spacing: .3px
}

.single-post-page .image-caption-box .caption-box-img,.single-service-page .image-caption-box .caption-box-img {
    width: 248px
}

.pad46 {
    padding-right: 46px
}

.core-projects {
    position: relative;
    margin: 0
}

.core-projects h1 {
    font: bold 1.9em/1.2em Alegreya,serif;
    color: #000;
    text-transform: uppercase;
    position: relative;
    padding-bottom: 20px;
    letter-spacing: .3px
}

.core-projects h1:before {
    content: "";
    width: 55px;
    height: 3px;
    display: inline-block;
    background: #16abbf;
    position: absolute;
    bottom: 0
}

.core-projects h4 {
    font: 600 1.2em/1em "Open Sans",sans-serif;
    color: #242424
}

.core-projects p {
    margin: 0 0 1.2em;
    padding: 0;
    font: 400 1em/1.8em "Open Sans",sans-serif;
    letter-spacing: .3px;
    color: #777
}

.project-post-area {
    background: #f1f1f1;
    position: relative
}

.project-post-area .project-post {
    padding-bottom: 30px
}

.project-post-area .project-fullscreen {
    width: 20%;
    float: left;
    position: relative
}
.single-product-page{
	padding: 10rem 0;
}
.single-product-page .item-holder{
	margin-bottom: 20px !important;
	display: block;
	border:1px solid #e5e5e5;
}
.single-product-page .item-holder h6{
	margin-bottom: 0 !important;
}
.list  h4{
	font-weight: 600;
	color:#333;
	font-size: 24px;
}
.list.col-2 ul{
	display: grid;
	gap: 1rem;
	grid-template-columns: repeat(2, minmax(0, 1fr));
}
.list.col-2 ul li{
	margin-bottom: 0px !important;
	margin-top: 6px;
}

.list ul{
	margin-top: 10px;
}
.list ul li{
	position: relative;
	padding-left: 15px;
	color: #1d1d1d;
	margin-bottom: 12px;
	line-height: 20px;
	font-size: 16px;
}
.list ul li:before{
	content: "";
	position: absolute;
	width: 6px;
	height: 6px;
	border-radius: 100%;
	background: #146a98;
	top:7px;
	left: 0px;
}

.sectionClass {
	padding: 40px 0px 70px 0px;
	position: relative;
	display: block;
	margin-bottom: 12rem;
  }
  #projectFacts{
	background: url(../images/background/aerial-view-business-team.jpg) fixed;
	background-size: cover !important;
	position: relative;
	overflow: hidden;
  }
  #projectFacts:after{
	content: "";
	position: absolute;
	top: 0;
	left:0;
	width: 100%;
	height: 100%;
	background:rgba(0,0,0,.6) ;
  }
  
  .fullWidth {

	float: none;
	padding: 0;
	min-height: 1px;
	height: 100%;
	position: relative;
  }
  
  
  .sectiontitle {
	background-position: center;
	margin: 30px 0 0px;
	text-align: center;
	min-height: 20px;
  }
  
  .sectiontitle h2 {
	font-size: 30px;
	color: #222;
	margin-bottom: 0px;
	padding-right: 10px;
	padding-left: 10px;
  }
  
  
  .headerLine {
	width: 160px;
	height: 2px;
	display: inline-block;
	background: #101F2E;
  }
  
  
  .projectFactsWrap{
	  display: flex;
	margin-top: 30px;
	flex-direction: row;
	flex-wrap: wrap;
	position: relative;
	z-index: 9;
  }
  
  
  #projectFacts .fullWidth{
	padding: 0;
  }
  
  .projectFactsWrap .item{
	width: 25%;
	height: 100%;
	padding: 50px 0px;
	text-align: center;
	border-bottom: 1px solid #ececec;
  }
  
  .projectFactsWrap .item:nth-child(1){
	background: #fff;
  }
  
  .projectFactsWrap .item:nth-child(2){
	background: #f1f1f1;
  }
  
  .projectFactsWrap .item:nth-child(3){
	background: #fff;
  }
  
  .projectFactsWrap .item:nth-child(4){
	background: #f1f1f1;
  }
  
  .projectFactsWrap .item p.number{
	font-size: 50px;
	padding: 0;
	margin-bottom: 10px;
	font-weight: bold;
  }
  
  .projectFactsWrap .item p{
	color: rgba(1, 1, 1, 0.8);
	font-size: 18px;
	margin: 10px  0 0 0 ;
	padding:0 10px;
	
  }
  
  
  .projectFactsWrap .item i{
	vertical-align: middle;
	font-size: 50px;
	color: rgba(41, 41, 41, 0.8);
	margin-bottom: 10px;
  }
  
  

  .projectFactsWrap .item:hover span{
	background: white;
  }
  
  @media (max-width: 786px){
	.projectFactsWrap .item {
	   flex: 0 0 50%;
	}
  }
  