@import url('https://fonts.googleapis.com/css2?family=Barlow:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Fira+Sans:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,300;1,400;1,500;1,600;1,700;1,800&display=swap');

/*font-family: 'Barlow', sans-serif;
font-family: 'Fira Sans', sans-serif;
font-family: 'Roboto', sans-serif;*/

@import url('font-awesome.css');
@import url('flaticon.css');
@import url('animate.css');
@import url('hover.css');
@import url('owl.css');
@import url('jquery-ui.css');
@import url('jquery.fancybox.min.css');
@import url('jquery.bootstrap-touchspin.css');
/*** 

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

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

/*** 

====================================================================
	Global Settings
====================================================================

 ***/

body {
	font-size:18px;
	color:#444444;
	line-height:28px;
	font-weight:400;
	background:#ffffff;
	-webkit-font-smoothing: antialiased;
	-moz-font-smoothing: antialiased;
	font-family: 'Barlow', sans-serif;
}

a{
	text-decoration:none;
	cursor:pointer;
	color:#f2d046;
}

a:hover,a:focus,a:visited{
	text-decoration:none;
	outline:none;
}

h1,h2,h3,h4,h5,h6 {
	position:relative;
	font-weight:normal;
	margin:0px;
	color: #182158;
	background:none;
	line-height:1.6em;
	font-family: 'Fira Sans', sans-serif;
}

input,button,select,textarea{
	font-family: 'Barlow', sans-serif;
}

textarea{
	overflow:hidden;	
}

.theme_color{
	color:#f2d046;
}

p,.text{
	position:relative;
	line-height:28px;	
	font-family: 'Barlow', sans-serif;
}

p{
	margin-bottom: 0px;
}

.strike-through{
	text-decoration:line-through;	
}

.auto-container{
	position:static;
	max-width:1200px;
	padding:0px 15px;
	margin:0 auto;
}

.page-wrapper{
	position:relative;
	margin:0 auto;
	width:100%;
	min-width:300px;
}

.grey-bg{
	background-color:#f4f5f9;
}

ul,li{
	list-style:none;
	padding:0px;
	margin:0px;	
}

.theme-btn{
	display:inline-block;
	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;
}

.centered{
	text-align:center;	
}

/*List Style One*/

.list-style-one{
	position:relative;
	margin-bottom:40px;
}

.list-style-one li{
	position:relative;
	padding-left:30px;
	margin-bottom:8px;
	color:#424242;
	font-size:17px;
	font-weight:500;
}

.list-style-one li:before{
	position:absolute;
	content:'\f00c';
	left:0px;
	top:2px;
	color:#02AAFF;
	font-size:18px;
	font-family: 'FontAwesome';
}

/*List Style Two*/

.list-style-two{
	position:relative;
}

.list-style-two li{
	position:relative;
	padding-left:38px;
	margin-bottom:25px;
}

.list-style-two li:before{
	position:absolute;
	content:'';
	left:0px;
	top:9px;
	width:8px;
	height:8px;
	border-radius:50%;
	background-color:#5b5b5b;
}

.list-style-two li span{
	color:#182158;
	font-weight:600;
	font-size:20px;
	display:block;
	margin-bottom:10px;
}

.list-style-two li a{
	color:#ffffff;
}

/*List Style Three*/

.list-style-three{
	position:relative;
}

.list-style-three li{
	position:relative;
	padding-left:30px;
	margin-bottom:8px;
}

.list-style-three li:before{
	position:absolute;
	content:'';
	left:0px;
	top:9px;
	width:8px;
	height:8px;
	border-radius:50%;
	background-color:#656565;
}

.list-style-three li a{
	color:#ffffff;
}

/*List Style Four*/

.list-style-four{
	position:relative;
	margin-bottom:30px;
}

.list-style-four li{
	position:relative;
	padding-left:30px;
	margin-bottom:8px;
}

.list-style-four li:before{
	position:absolute;
	content: "\f10d";
	left:0px;
	top:0px;
	font-size:16px;
	color:#757779;
	font-family: "Flaticon";
}

/*Btn Style One*/

.btn-style-one{
	position:relative;
	line-height:24px;
	color:#242424;
	font-size:14px;
	font-weight:700;
	background:#02AAFF;
	display:inline-block;
	padding:13px 34px 8px 33px;
	border-radius:50px;
	border:2px solid #02AAFF;
	letter-spacing: 1.5px;
	font-family: 'Roboto', sans-serif;
	text-transform: uppercase;
}

.btn-style-one:hover{
	color:#fff;
	border-color:#043782;
	background:#043782;
}

/*Btn Style Two*/

.btn-style-two{
	position:relative;
	line-height:24px;
	color:#ffffff;
	font-size:16px;
	font-weight:600;
	background:none;
	display:inline-block;
	padding:11px 50px;
	border-radius:50px;
	border:2px solid #ffffff;
	font-family: 'Poppins', sans-serif;
}

.btn-style-two:hover{
	color:#242424;
	border-color:#02AAFF;
	background:#02AAFF;
}

/*Btn Style Three*/

.btn-style-three{
	position:relative;
	line-height:24px;
	color:#ffffff;
	font-size:14px;
	font-weight:700;
	background:#182158;
	display:inline-block;
	padding:12px 27px 9px 28px;
	border-radius:50px;
	border:2px solid #182158;
	text-transform: uppercase;
	letter-spacing: 1.5px;
	font-family: 'Roboto', sans-serif;
}

.btn-style-three:hover{
	color:#182158;
	border-color:#182158;
	background:#182158;
}

/*Btn Style Four*/

.btn-style-four{
	position:relative;
	line-height:24px;
	color:#4349d9;
	font-size:14px;
	font-weight:700;
	background:none;
	display:inline-block;
	padding:8px 34px 6px 34px;
	border-radius:50px;
	border:2px solid #4349d9;
	font-family: 'Roboto', sans-serif;
	text-transform: uppercase;
}

.btn-style-four:hover{
	color:#fff;
	border-color:#043782;
	background:#043782;
}

/*Btn Style Five*/

.btn-style-five{
	position:relative;
	line-height:24px;
	color:#ffffff;
	font-size:15px;
	font-weight:700;
	background:none;
	display:inline-block;
	padding:13px 40px 11px 40px;
	border-radius:50px;
	border:2px solid #ffffff;
	font-family: 'Roboto', sans-serif;
	text-transform: uppercase;
}

.btn-style-five:hover{
	color:#242424;
	border-color:#02AAFF;
	background:#02AAFF;
}

/*________________Preloader_______________ */


/* Preloader */

.handle-preloader {
  align-items: center;
  -webkit-align-items: center;
  display: flex;
  display: -ms-flexbox;
  height: 100%;
  justify-content: center;
  -webkit-justify-content: center;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 99999999999;
}

.preloader-close{
  position: fixed;
  z-index: 999999999999999999;
  font-size: 18px;
  background: #fff;
  width: 30px;
  height: 30px;
  line-height: 26px;
  text-align: center;
  cursor: pointer;
  right: 15px;
  top: 15px;
  border-radius: 50%;
}

.handle-preloader .animation-preloader {
  position: absolute;
  z-index: 100;
}

.handle-preloader .animation-preloader .spinner{
  animation: spinner 1s infinite linear;
  border-radius: 50%;
  height: 150px;
  margin: 0 auto 45px auto;
  width: 150px;
}

.handle-preloader .animation-preloader .txt-loading {
  text-align: center;
  user-select: none;
}

.handle-preloader .animation-preloader .txt-loading .letters-loading:before{
  animation: letters-loading 4s infinite;
  content: attr(data-text-preloader);
  left: 0;
  opacity: 0;
  top:0;
  position: absolute;
}

.handle-preloader .animation-preloader .txt-loading .letters-loading{
  font-family: 'Barlow', sans-serif;
  font-weight: 500;
  letter-spacing: 15px;
  display: inline-block;
  position: relative;
  font-size: 70px;
  line-height: 70px;
  text-transform: uppercase;
  color: transparent;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: rgba(255, 255, 255, 0.30);
}

.handle-preloader .animation-preloader .txt-loading .letters-loading:nth-child(2):before {animation-delay: 0.2s;}
.handle-preloader .animation-preloader .txt-loading .letters-loading:nth-child(3):before {animation-delay: 0.4s;}
.handle-preloader .animation-preloader .txt-loading .letters-loading:nth-child(4):before {animation-delay: 0.6s;}
.handle-preloader .animation-preloader .txt-loading .letters-loading:nth-child(5):before {animation-delay: 0.8s;}
.handle-preloader .animation-preloader .txt-loading .letters-loading:nth-child(6):before { animation-delay: 1s;}
.handle-preloader .animation-preloader .txt-loading .letters-loading:nth-child(7):before { animation-delay: 1.2s;}
.handle-preloader .animation-preloader .txt-loading .letters-loading:nth-child(8):before { animation-delay: 1.4s;}
.handle-preloader .loader-section {
  background-color: #ffffff;
  height: 100%;
  position: fixed;
  top: 0;
  width: calc(50% + 1px);
}

.preloader .loaded .animation-preloader {
  opacity: 0;
  transition: 0.3s ease-out;
}

.handle-preloader .animation-preloader .txt-loading .letters-loading{
  
}

.handle-preloader .animation-preloader .txt-loading .letters-loading:before{
  color: #ffffff;
}

.handle-preloader .animation-preloader .spinner{
  border: 3px solid #ffffff;
  border-top-color: rgba(255, 255, 255, 0.5); 
}

/* AnimaciÃ³n del preloader */
@keyframes spinner {
  to {
    transform: rotateZ(360deg);
  }
}
@keyframes letters-loading {
  0%,
  75%,
  100% {
    opacity: 0;
    transform: rotateY(-90deg);
  }

  25%,
  50% {
    opacity: 1;
    transform: rotateY(0deg);
  }
}

@media screen and (max-width: 767px) {
  .handle-preloader .animation-preloader .spinner {
    height: 8em;
    width: 8em;
  }
}
@media screen and (max-width: 500px) {
  .handle-preloader .animation-preloader .spinner {
    height: 7em;
    width: 7em;
  }
  .handle-preloader .animation-preloader .txt-loading .letters-loading {font-size: 30px; letter-spacing: 10px;}
}

.loader-wrap .layer-one {
    position: absolute;
    left: 0%;
    top: 0;
    width: 33.3333%;
    height: 100%;
    overflow: hidden;
}

.loader-wrap .layer-two {
    position: absolute;
    left: 33.3333%;
    top: 0;
    width: 33.3333%;
    height: 100%;
    overflow: hidden;
}

.loader-wrap .layer-three {
    position: absolute;
    left: 66.6666%;
    top: 0;
    width: 33.3333%;
    height: 100%;
    overflow: hidden;
}

.loader-wrap .layer .overlay {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #101127;
}

img{
	display:inline-block;
	max-width:100%;
	height:auto;	
}

/*** 

====================================================================
	Fancy Box
====================================================================

***/

.fancybox-next span,
.fancybox-prev span{
	background-image:none !important;
	width:44px !important;
	height:44px !important;
	line-height:44px !important;
	text-align:center;
}

.fancybox-next span:before,
.fancybox-prev span:before{
	content:'';
	position:absolute;
	font-family: 'FontAwesome';
	left:0px;
	top:0px;
	font-size:12px;
	width:44px !important;
	height:44px !important;
	line-height:44px !important;
	background-color:rgba(28,28,28,0.40) !important;
	color:#ffffff;
	visibility:visible;
	transition: all 300ms ease;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
}

.fancybox-next span:before{
	content:'\f178';
}

.fancybox-prev span:before{
	content:'\f177';
}

.fancybox-next:hover span:before,
.fancybox-prev:hover span:before{
	background-color:#ffffff !important;
	color:#000000;	
}

.fancybox-type-image .fancybox-close{
	right:0px;
	top:0px;
	width:45px;
	height:45px;
	background:url(../images/icons/icon-cross.png) center center no-repeat;
	background-color:rgba(17,17,17,0.50) !important;	
}

.fancybox-type-image .fancybox-close:hover{
	background-color:#000000 !important;	
}

.fancybox-type-image .fancybox-skin{
	padding:0px !important;	
}

/*** 

====================================================================
	Social Icon One
====================================================================

***/

.social-icon-one{
	position:relative;
}

.social-icon-one li{
	position:relative;
	margin-right:10px;
	display:inline-block;
}

.social-icon-one li a{
	position:relative;
	width:36px;
	height:36px;
	font-size:16px;
	text-align:center;
	border-radius:50%;
	line-height:34px;
	color:#ffffff;
	display:inline-block;
	border:1px solid #ffffff;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;
}

.social-icon-one li a:hover{
	color:#f2d046;
	border-color:#f2d046;
}

/*** 

====================================================================
	Social Icon Two
====================================================================

***/

.social-icon-two{
	position:relative;
}

.social-icon-two li{
	position:relative;
	margin-left:20px;
	display:inline-block;
}

.social-icon-two li a{
	position:relative;
	font-size:18px;
	color:#ffffff;
	display:inline-block;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;
}

.social-icon-two li a:hover{
	color:#02AAFF;
}

/*** 

====================================================================
	Social Icon Three
====================================================================

***/

.social-icon-three{
	position:relative;
}

.social-icon-three li{
	position:relative;
	margin-left:18px;
	display:inline-block;
}

.social-icon-three li a{
	position:relative;
	font-size:18px;
	color:#2b2b2b;
	display:inline-block;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;
}

.social-icon-three li a:hover{
	color:#02AAFF;
}

/*** 

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

***/

.scroll-to-top{
	position:fixed;
	bottom:15px;
	right:15px;
	width:60px;
	height:60px;
	color:#ffffff;
	font-size:22px;
	text-transform:uppercase;
	line-height:60px;
	text-align:center;
	z-index:100;
	cursor:pointer;
	background:#444444;
	display:none;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;		
}

.scroll-to-top:hover{
	color:#ffffff;
	background:#f2d046;
}

.scroll-to-top.red-bg:hover{
	background-color: #d12815;
}

.scroll-to-top.orange-bg:hover{
	background-color: #f0760f;
}

/*** 

====================================================================
	Main Header style
====================================================================

***/

.main-header{
	position:absolute;
	left:0px;
	top:0px;
	z-index:999;
	width:100%;

}

.main-header .header-top{
	position:relative;
	color:#ffffff;
}

.main-header .header-top .inner-container{
	position:relative;
	border-bottom:1px solid rgba(255,255,255,0.20);
}

.main-header .header-top .top-left{
	position:relative;
	float:left;
	padding:13px 0px 10px;
}

.main-header .header-top .top-left .links{
	position:relative;
	float:left;
}

.main-header .header-top .top-left .links li{
	position:relative;
	float:left;
	margin-right:20px;
	line-height:1em;
	color:#ababab;
	font-size: 15px;
}

.main-header .header-top .top-left ul li:last-child{
	margin-right:0px;
	padding-right:0px;
	border:0px;
}

.main-header .header-top .top-left .links li:last-child:after{
	display:none;	
}

.main-header .header-top .top-left .links li .icon{
	position:relative;
	top:0px;
	font-size:16px;
	padding-right:10px;
	line-height:24px;
}

.main-header .header-top .top-left .links li a{
	position:relative;
	line-height:24px;
	color:#ffffff;
	font-size:18px;
	font-weight:400;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
	transition:all 500ms ease;	
}

.main-header .header-top .top-left .links li:first-child a{
	font-weight: 500;	
}

.header-style-two .header-top .top-left .links li a{
	color:#ffffff;
}

.main-header.header-style-two .header-top .top-left .links li a:hover{
	color:#02AAFF;
}

.main-header .header-top .top-left .links li a:hover{
	color:#f2d046;
}

.main-header .header-top .top-right{
	position:relative;
	float:right;
	padding:9px 0px;
}

/*Social Icons*/

.header-top .social-icon{
	position:relative;
	float:left;
}

.header-top .social-icon li{
	position:relative;
	float:left;
	margin-left:18px;	
}

.header-top .social-icon li a{
	position:relative;
    display:block;
    line-height:30px;
    font-size:16px;
    color:#ffffff;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

.header-top .social-icon li a{
	color:#ffffff;
}


.header-top .social-icon li a:hover{
	opacity:0.60;
}

/*Main Box*/

.main-header .main-box{
	position:relative;
	padding:0px 0px;
	left:0px;
	top:0px;
	width:100%;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;
}

.main-header .main-box .outer-container{
	position:relative;
}

.main-header .main-box .logo-box{
	position:relative;
	float:left;
	left:0px;
	z-index:10;
	padding:0px 0px;
}

.main-header .main-box .logo-box .logo h1, .main-header .main-box .logo-box .logo h2{
	display:block;
	width:250px;
	height: 90px;
	background: url(../img/logo.png) no-repeat;
}

.main-header .nav-outer{
	position:relative;
	float:right;
}

.main-header .outer-box{
	position: relative;
	float:left;
	margin-top:20px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-left:5px;
}

.main-header .search-box-outer{
	position: relative;
	color:#ffffff;
	margin-left:20px;
}

.main-header.header-style-two .nav-outer .search-box-outer,
.main-header.header-style-four .nav-outer .search-box-outer{
	color:#242424;
}

.main-header.header-style-four .nav-outer .search-box-outer:hover{
	color: #02AAFF;
}

.main-header.header-style-two .nav-outer .search-box-btn,
.main-header.header-style-four .nav-outer .search-box-btn{
	border-color:#242424;
}

.main-header .search-box-btn{
	position:relative;
	display:block;
	padding:0px;
	margin:0px;
	cursor:pointer;
	background-color: transparent;
	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-header .search-box-outer .dropdown-menu{
	top:52px;
	right:0px;
	padding:0px;
	width:280px;	
	border-radius:0px;
	border-top:3px solid #f2d046;
}

.main-header .search-box-outer .dropdown-menu > li{
	padding:0px;
	border:none;
	background:none;
}

.main-header .search-panel .form-container{
	padding:25px 20px;	
}

.main-header .search-panel .form-group{
	position:relative;
	margin:0px;	
}

.main-header .search-panel input[type="text"],
.main-header .search-panel input[type="search"],
.main-header .search-panel input[type="password"],
.main-header .search-panel select{
	display:block;
	width:100%;
	height:40px;
	color:#000000;
	line-height:24px;
	background:#ffffff;	
	border:1px solid #e0e0e0;
	padding:7px 40px 7px 15px;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;
}

.main-header .search-panel input:focus,
.main-header .search-panel select:focus{
	border-color:#f2d046;	
}

.main-header .search-panel .search-btn{
	position:absolute;
	right:0px;
	top:0px;
	width:40px;
	height:40px;
	text-align:center;
	color:#555555;
	font-size:12px;
	background:none;
	cursor:pointer;
}



.main-menu{
	position:relative;
	float:left;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;
}

.main-menu .navbar-collapse{
	padding:0px;	
}

.main-menu .navigation{
	position:relative;
	margin:0px;
}

.main-menu .navigation > li{
	position:relative;
	float:left;
	padding:10px 0px;
	margin-left:30px;
}

.main-menu .navigation > li > a{
	position:relative;
	display:block;
	padding:20px 0px;
	color:#ffffff;
	text-align:center;
	line-height:30px;
	letter-spacing:0px;
	font-weight:500;
	font-size:17px;
	text-transform:capitalize;
	opacity:1;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;
	font-family: 'Fira Sans', sans-serif;
}

.header-style-two .main-menu .navigation > li > a{
	color:#242424;
}

.main-menu .navigation > li:hover > a,
.main-menu .navigation > li.current > a{
	color:#02AAFF;
	opacity:1;
}

.main-menu .navigation > li:hover > a:before,
.main-menu .navigation > li.current > a:before{
	width:100%;
}
.main-menu .navigation > li > ul{
	position:absolute;
	left:0px;
	top:100%;
	width:280px;
	z-index:100;
	display:none;
	padding:15px 30px;
	background:#002E5B;
	border-top: 2px solid;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
	-webkit-box-shadow:2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
	-ms-box-shadow:2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
	-o-box-shadow:2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
	-moz-box-shadow:2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
	box-shadow:2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
}
.main-menu .navigation > li > ul.from-right{
	left:auto;
	right:0px;	
}

.main-menu .navigation > li > ul > li{
	position:relative;
	width:100%;
	border-bottom:1px solid rgba(52,60,78,0.60);
}

.main-menu .navigation > li > ul > li:last-child{
	border-bottom:none;	
}

.main-menu .navigation > li > ul > li > a{
	position:relative;
	display:block;
	padding:12px 0px 14px 0px;
	line-height:24px;
	font-weight:400;
	font-size:15px;
	color:#ffffff;
	text-align:left;
	text-transform:capitalize;
	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:hover > a{

}

.main-menu .navigation > li > ul > li.dropdown > a:after{
	font-family: 'FontAwesome';
	content: "\f105";
	position:absolute;
	right:10px;
	top:11px;
	width:10px;
	height:20px;
	display:block;
	line-height:21px;
	font-size:16px;
	font-weight:normal;
	text-align:center;
	z-index:5;	
}

.main-menu .navigation > li > ul > li.dropdown:hover > a:after{
	color:#262626;
}

.main-menu .navigation > li > ul > li > ul{
	position:absolute;
	left:100%;
	top:0px;
	width:250px;
	z-index:100;
	display:none;
	background:#262626;
	-webkit-box-shadow:2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
	-ms-box-shadow:2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
	-o-box-shadow:2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
	-moz-box-shadow:2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
	box-shadow:2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
}

.main-menu .navigation > li > ul > li > ul > li{
	position:relative;
	width:100%;
	border-bottom:1px solid rgba(255,255,255,0.10);
}

.main-menu .navigation > li > ul > li > ul > li:last-child{
	border-bottom:none;	
}

.main-menu .navigation > li > ul > li  > ul > li > a{
	position:relative;
	display:block;
	padding:10px 25px;
	line-height:24px;
	font-weight:500;
	font-size:15px;
	color:#bbbbbb;
	text-align:left;
	text-transform:capitalize;
	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  > ul > li > a:hover{
	color:#262626;
	background-color:#f2d046;
}

.main-menu .navigation > li.dropdown:hover > ul{
	visibility:visible;
	opacity:1;
	top:100%;	
}

.main-menu .navigation li > ul > li.dropdown:hover > ul{
	visibility:visible;
	opacity:1;
	top:0px;
	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.dropdown .dropdown-btn{
	position:absolute;
	right:10px;
	top:6px;
	width:34px;
	height:30px;
	border:1px solid #ffffff;
	text-align:center;
	font-size:16px;
	line-height:26px;
	color:#ffffff;
	cursor:pointer;
	z-index:5;
	display:none;
}

.main-header .header-upper{
	position:relative;
	background:#ffffff;
	z-index:5;
	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-header .header-upper .logo img{
	position:relative;
	display:inline-block;
	max-width:100%;
}

.main-header .header-upper .logo-outer{
	position:relative;
	z-index:25;
	padding:18px 0px;
}

.main-header .header-upper .upper-right{
	position:relative;
	padding-top:28px;
}

.main-header .info-box{
	position:relative;
	float:left;
	margin-left:30px;
	font-size:13px;
	color:#777777;
	text-align:left;
	padding:0px 30px 0px 54px;
	border-right:1px solid #d3d3d3;
}


/*Sticky Header*/

.sticky-header{
	position:fixed;
	opacity:0;
	visibility:hidden;
	left:0px;
	top:0px;
	width:100%;
	padding:0px 0px;
	background:#002E5B;
	z-index:0;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}

.sticky-header .logo{
	padding: 0px;
	margin: 0px;
}

.fixed-header .sticky-header{
	z-index:999;
	opacity:1;
	visibility:visible;
	-ms-animation-name: fadeInDown;
	-moz-animation-name: fadeInDown;
	-op-animation-name: fadeInDown;
	-webkit-animation-name: fadeInDown;
	animation-name: fadeInDown;
	-ms-animation-duration: 500ms;
	-moz-animation-duration: 500ms;
	-op-animation-duration: 500ms;
	-webkit-animation-duration: 500ms;
	animation-duration: 500ms;
	-ms-animation-timing-function: linear;
	-moz-animation-timing-function: linear;
	-op-animation-timing-function: linear;
	-webkit-animation-timing-function: linear;
	animation-timing-function: linear;
	-ms-animation-iteration-count: 1;
	-moz-animation-iteration-count: 1;
	-op-animation-iteration-count: 1;
	-webkit-animation-iteration-count: 1;
	animation-iteration-count: 1;	
}

.main-header .sticky-header .search-box-outer .dropdown-menu{
	top:44px;
}

.main-header .sticky-header .main-menu .navigation > li{
	padding:0px 0px;
}

.main-header .sticky-header .main-menu .navigation > li > a{
	color:#ffffff;
}

.main-header .sticky-header .main-menu .navigation > li > a:hover,
.main-header .sticky-header .main-menu .navigation > li.current > a{
	color:#02AAFF;
}

.main-header .sticky-header .right-col{
	position:relative;
}

/*** 

====================================================================
	Section Title
====================================================================

***/

.sec-title{
	position:relative;
	padding-bottom:40px;
}

.sec-title.centred{
	text-align: center;
}

.sec-title .sub-title{
	position: relative;
	display: inline-block;
	font-size: 14px;
	line-height: 24px;
	font-family: 'Roboto', sans-serif;
	font-weight: 700;
	text-transform: uppercase;
	color: #327ce8;
	padding-left: 40px;
	margin-bottom: 15px;
	letter-spacing: 1.4px;
}

.sec-title.centred .sub-title{
	padding-right: 40px;
}

.sec-title .sub-title:before{
	position: absolute;
	content: '';
	background-color: #3d7dda;
	width: 30px;
	height: 2px;
	left: 0px;
	top: 11px;
}

.sec-title.centred .sub-title:after{
	position: absolute;
	content: '';
	background-color: #3d7dda;
	width: 30px;
	height: 2px;
	right: 0px;
	top: 11px;
}

.sec-title h2{
	position:relative;
	display: block;
	font-size:42px;
	line-height: 50px;
	font-weight:700;
}

.sec-title.light h2,
.sec-title.light p{
	color:#ffffff;
}

.sec-title p{
	margin-top: 21px;
}

/*.sec-title.light h2:after{
	background-color:#ffffff !important;
}*/

.sec-title.centered{
	text-align:center;
}

.sec-title.centered h2:after{
	display:none;
}

.sec-title.centered .text{
	max-width:980px;
	margin:0 auto;
}

/*Custom Select*/

.form-group .ui-selectmenu-button.ui-button{
	width:100%;
	font-size:18px;
	font-style:normal;
	height:50px;
	padding:10px 20px;
	line-height:30px;
	color:#444;
	float:left;
	border-radius:0px;
	border:1px solid #e7dba9;
	background:#ffffff;
	font-family: 'Barlow', sans-serif;
}

.form-group .ui-button .ui-icon{
	background:none;
	position:relative;
	top:2px;
	text-indent:0px;
	color:#333333;	
}

.form-group .ui-button .ui-icon:before{
	font-family: 'FontAwesome';
	content: "\f107";
	position:absolute;
	right:0px;
	top:2px !important;
	top:13px;
	width:10px;
	height:30px;
	display:block;
	color:#262626;
	line-height:23px;
	font-size:15px;
	font-weight:normal;
	text-align:center;
	z-index:5;
}

.ui-widget.ui-widget-content{
	border:1px solid #e0e0e0;
}

.ui-menu .ui-menu-item{
	font-size:14px;
	border-bottom:1px solid #e0e0e0;
}

.ui-menu .ui-menu-item:last-child{
	border:none;	
}

.ui-state-active, .ui-widget-content .ui-state-active{
	background-color:#02AAFF;
	border-color:#02AAFF;
}

.ui-menu .ui-menu-item-wrapper{
	position:relative;
	display:block;
	padding:8px 20px ;
	font-size:14px;
	line-height:24px;
}

.ui-menu-item:hover{
}

/*** 

====================================================================
	Call To Action
====================================================================

***/

.call-to-action{
	position:relative;
	padding:44px 0px;
	background-color:#02AAFF;
}

.call-to-action .inner-box{
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding-right: 88px;
}

.call-to-action h2{
	position:relative;
	color:#000000;
	font-size:30px;
	font-weight:500;
	line-height:1.4em;
}

.call-to-action .more{
	position:relative;
	color:#000000;
	font-size:24px;
	font-weight:700;
	text-decoration:underline;
	font-family: 'Fira Sans', sans-serif;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}

.call-to-action .more:hover{
	text-decoration:none;
}

/*** 

====================================================================
	About Section
====================================================================

***/

.about-section{
	position:relative;
	padding:115px 0px 75px;
}

.about-section .content-column{
	position:relative;
	margin-bottom:40px;
}

.about-section .content-column .inner-column{
	position:relative;
	margin-top: -10px;
}

.about-section .content-column .inner-column .sec-title{
	padding-bottom: 22px;
}

.about-section .content-column .inner-column .text p{
	margin-bottom: 26px;
}

.about-section .content-column .inner-column .text p:last-child{
	margin-bottom: 0px;
	font-size: 20px;
	line-height: 30px;
	color: #242424;
}

.about-section .content-column .inner-column .text p span{
	font-style: italic;
}

.about-section .image-column{
	position:relative;
}

.about-section .image-column .row{
	position:relative;
	margin:0px -5px;
}

.about-section .image-column .column{
	position:relative;
	padding:0px 5px;
}

.about-section .image-column .image{
	position:relative;
	margin-bottom:10px;
}

.about-section .image-column .image img{
	position:relative;
	width:100%;
	display:block;
}

/*** 

====================================================================
	We Do Section
====================================================================

***/

.we-do-section{
	position:relative;
	padding:115px 0px 70px;
}

.services-block{
	position:relative;
	margin-bottom:48px;
}

.services-block .inner-box{
	position:relative;
}

.services-block .inner-box .image{
	position:relative;
	background-color:#0b0b0b;
	overflow:hidden;
	border-bottom:3px solid #f2d046;
}

.services-block .inner-box .image img{
	position:relative;
	width:100%;
	display:block;
	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;
}

.services-block .inner-box:hover .image img{
	opacity:0.7;
	-webkit-transform:scale(1.1);	
	-ms-transform:scale(1.1);	
	-moz-transform:scale(1.1);	
	transform:scale(1.1);
}

.services-block .inner-box .lower-content{
	position:relative;
	padding-top:16px;
}

.services-block .inner-box .lower-content h3{
	position:relative;
	font-size:20px;
	font-weight:600;
	padding-bottom:14px;
}

.services-block .inner-box .lower-content h3:after{
	position:absolute;
	content:'';
	left:0px;
	bottom:0px;
	width:50px;
	height:2px;
	background-color:#9b9b9b;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}

.services-block .inner-box:hover .lower-content h3:after{
	width:100%;
	background-color:#02AAFF;
}

.services-block .inner-box .lower-content h3 a{
	color:#182158;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}

.services-block .inner-box .lower-content h3 a:hover{
	color:#f2d046;
}

/*** 

====================================================================
	Project Section
====================================================================

***/

.project-section{
	position:relative;
	padding:90px 0px 60px;
	background-color:#182431;
}

.project-section .sec-title{
	padding-bottom:50px;
}

.project-section .sec-title .projects{
	position:relative;
	font-size:15px;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
	border-bottom:1px solid #02AAFF;
}

.project-section .sec-title .projects:hover{
	color:#ffffff;
}

.services-block-two{
	position:relative;
	margin-bottom:40px;
}

.services-block-two .inner-box{
	position:relative;
}

.services-block-two .inner-box .image{
	position:relative;
}

.services-block-two .inner-box .image img{
	position:relative;
	width:100%;
	display:block;
}

.services-block-two .inner-box .image .content-overlay{
	position:absolute;
	content:'';
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	opacity:0;
	display:block;
	background-color:rgba(251,216,72,0.90);
	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;
	-webkit-transform:scaleY(0);
	-ms-transform:scaleY(0);
	-o-transform:scaleY(0);
	-moz-transform:scaleY(0);
	transform:scaleY(0);
	-webkit-transform-origin:top;
	-ms-transform-origin:top;
	-o-transform-origin:top;
	-moz-transform-origin:top;
	transform-origin:top;
}

.services-block-two .inner-box:hover .image .content-overlay{
	opacity:1;
	-webkit-transform:scaleY(1);
	-ms-transform:scaleY(1);
	-o-transform:scaleY(1);
	-moz-transform:scaleY(1);
	transform:scaleY(1);
}

.services-block-two.style-two .inner-box .image .content-overlay{
	background-color:rgba(2,173,136,0.90);
}

.services-block-two .inner-box .image .content-overlay .overlay-inner{
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    display: table;
	text-align:center;
    padding: 10px 30px;
    vertical-align: middle;
}

.services-block-two .inner-box .image .content-overlay .overlay-inner .content-box{
	position: relative;
    display: table-cell;
    vertical-align: middle;
}

.services-block-two .inner-box .image .content-overlay .content-box h4{
	position:relative;
	font-size:18px;
	font-weight:600;
	margin-bottom:2px;
}

.services-block-two .inner-box .image .content-overlay .content-box h4 a{
	position:relative;
	color:#242424;
}

.services-block-two .inner-box .image .content-overlay .content-box .detail{
	position:relative;
	color:#242424;
	font-size:14px;
	text-decoration:underline;
}

/*** 

====================================================================
	Approach Section
====================================================================

***/

.aproach-section{
	position:relative;
	padding:115px 0px 105px 0px;
	background-color:#f4f4f4;
}

.aproach-section .title-column{
	position:relative;
	margin-bottom:40px;
}

.aproach-section .title-column .inner-column{
	position:relative;
}

.aproach-section .content-column{
	position:relative;
}

.aproach-section .content-column .inner-column{
	position:relative;
}

.aproach-section .content-column .inner-column .icons-block{
	position:relative;
	margin-bottom:20px;
}

.aproach-section .content-column .inner-column .icons-block .icon{
	position:relative;
	font-size:60px;
	line-height:1em;
	color:#282828;
	margin-right:30px;
	margin-bottom:15px;
	display:inline-block;
}

.aproach-section .content-column .inner-column .big-text{
	position:relative;
	color:#182158;
	font-size:35px;
	font-weight:300;
	line-height:42px;
	margin-bottom:30px;
}

/*** 

====================================================================
	Testimonial Section
====================================================================

***/

.testimonial-section{
	position:relative;
	padding:120px 0px 110px 0px;
	background-color:#f2d046;
}

.testimonial-section .owl-theme{
	position:static;	
}

.testimonial-block{
	position:relative;
}

.testimonial-block .inner-box{
	position:relative;
}

.testimonial-block .inner-box .upper-box{
	position:relative;
}

.testimonial-block .inner-box .upper-box .image{
	position:relative;
	width:130px;
	height:130px;
	margin:0 auto;
	border-radius:50%;
	overflow:hidden;
}

.testimonial-block .inner-box .upper-box .quote-icon{
	position:relative;
	width:44px;
	height:44px;
	color:#ffffff;
	line-height:44px;
	text-align:center;
	border-radius:50%;
	margin:0 auto;
	font-size:16px;
	margin-top:-16px;
	background-color:#202020;
}

.testimonial-block .inner-box .text{
	position:relative;
	color:#242424;
	font-size:20px;
	font-weight:400;
	line-height:30px;
	text-align:center;
	max-width:1080px;
	margin:0 auto;
	margin-top:18px;
	font-family: 'Fira Sans', sans-serif;
}

.testimonial-block .inner-box .author{
	position:relative;
	color:#191919;
	font-size:14px;
	font-weight:700;
	text-align:center;
	margin-top:20px;
	text-transform:uppercase;
	font-family: 'Roboto', sans-serif;
}

.testimonial-section .owl-nav{
    position: absolute;
    left: 50%;
    top: 50%;
    width: 100%;
    margin-top: -110px;
    max-width: 520px;
    margin-left: -260px;
}

.testimonial-section .owl-nav .owl-prev,
.testimonial-section .owl-nav .owl-next{
	position:absolute;
	display:inline-block;
	color:#000000;
	font-size:24px;
	line-height:42px;
	width:45px;
	height:45px;
	text-align:center;
	border-radius:50%;
	background:none;
	border:1px solid #000000;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;	
}

.testimonial-section .owl-nav .owl-prev{
	left:0px;
}

.testimonial-section .owl-nav .owl-next{
	right:0px;
}

.testimonial-section .owl-nav .owl-prev:hover,
.testimonial-section .owl-nav .owl-next:hover{
	color:#ffffff;
	background-color:#000000;
}

.testimonial-section .owl-dots{
	position:absolute;
	right:50px;
	top:50%;
}

.testimonial-section .owl-dots .owl-dot{
	width:4px;
	height:4px;
	border-radius:50%;
	margin-bottom:8px;
	background-color:#000000;
}

.testimonial-section .owl-dots .owl-dot.active{
	position:relative;
	left:-2px;
	width:8px;
	height:8px;
	background:none;
	border:1px solid #000000;
}

.testimonial-section.style-two{
	background-color:#f5f5f5;
}

.testimonial-section.style-three{
	background-color:#ffffff;
}

/*** 

====================================================================
	Clients Section
====================================================================

***/

.clients-section{
	position:relative;
	padding:63px 0px;
	background-color:#efefef;
}

.clients-section.alternate{
	background-color:#fff;
	padding-top:0px;
}

.clients-section.style-two{
	background-color:#dddddd;
}

.clients-section.alternate .sponsors-outer{
	padding-top:76px;
	padding-bottom: 27px;
	border-top:1px solid #d9d9d9;
}

.clients-section .sponsors-outer{
	position:relative;
}

.clients-section .sponsors-outer .owl-dots,
.clients-section .sponsors-outer .owl-nav{
	position:relative;
	display:none;
}

.clients-section .sponsors-outer .image-box{
	position:relative;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;
}

.clients-section .sponsors-outer .image-box img{
	max-width:100%;
	width:auto;
	margin: 0 auto;
	display:block;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;
}

.clients-section .sponsors-outer .image-box img:hover{
	opacity:0.7;
}

/*** 

====================================================================
	News Section
====================================================================

***/

.news-section{
	position:relative;
	padding:115px 0px 90px;
}

.news-section.alternate{
	background-color:#f4f4f4;
}

.news-block{
	position:relative;
	margin-bottom:40px;
}

.news-block .inner-box{
	position:relative;
}

.news-block .inner-box .image{
	position:relative;
	background-color:#0b0b0b;
	overflow:hidden;
}

.news-block .inner-box img{
	position:relative;
	width:100%;
	display:block;
	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;
}

.news-block .inner-box:hover .image img{
	opacity:0.7;
	-webkit-transform:scale(1.1);
	-ms-transform:scale(1.1);
	-moz-transform:scale(1.1);	
	transform:scale(1.1);
}

.news-block .inner-box .lower-box{
	position:relative;
	padding-top:32px;
}

.news-block .inner-box .lower-box .post-info{
	position:relative;
	color:#acacac;
	font-size:16px;
	font-weight:600;
	margin-bottom:8px;
	font-family: 'Fira Sans', sans-serif;
}

.news-block .inner-box .lower-box h3{
	position:relative;
	color:#242424;
	font-size:20px;
	line-height:28px;
	font-weight:600;
	margin-bottom:8px;
}

.news-block .inner-box .lower-box h3 a{
	position:relative;
	color:#242424;
	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;
}

.news-block .inner-box .lower-box h3 a:hover{
	color:#02AAFF;
}

.news-block .inner-box .lower-box .read-more{
	position:relative;
	color:#327ce8;
	font-size:14px;
	font-weight:700;
	font-family: 'Roboto', sans-serif;
	text-transform:uppercase;
}

.news-block .inner-box .lower-box .read-more:hover{
	color:#02AAFF;
}

.news-section .sidebar-news{
	position:relative;
	background-color:#ffffff;
	border:1px solid #d9d9d9;
}

/*News Block Two*/

.news-block-two{
	position:relative;
}

.news-block-two .inner-box{
	position:relative;
	padding:18px 30px;
	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;
	border-bottom:1px solid #d9d9d9;
}

.news-block-two .inner-box h3{
	position:relative;
	font-size:18px;
	font-weight:500;
	line-height:1.5em;
	margin-bottom:8px;
}

.news-block-two .inner-box h3 a{
	color:#000000;
	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;
}

.news-block-two .inner-box .post-info{
	position:relative;
	color:#b9b9b9;
	font-size:16px;
	font-weight: 500;
	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;
}

.news-block-two .inner-box .post-info span{
	margin-right:18px;
}

.news-section .sidebar-news .read-more{
	position: relative;
    color: #327ce8;
    font-size: 14px;
    font-weight: 700;
    font-family: 'Roboto', sans-serif;
    text-transform: uppercase;
	padding:15px 30px;
	display:block;
	transition: all 500ms ease;
}

.news-block-two .inner-box:hover{
	background-color:#2e50a7;
}

.news-block-two .inner-box:hover h3 a,
.news-block-two .inner-box:hover .post-info{
	color:#ffffff;
}

/*** 

====================================================================
	Subscribe Section
====================================================================

***/

.subscribe-section{
	position:relative;
	padding-bottom:120px;
}

.subscribe-section .inner-container{
	position:relative;
	padding:28px 35px 20px;
	overflow:hidden;
	border:1px solid #dcdcdc;
	background-color:#f8f8f8;
}

.subscribe-section .inner-container .title-column{
	position:relative;
	z-index:1;
}

.subscribe-section .inner-container .title-column h2{
	position:relative;
	color:#242424;
	font-size:28px;
	font-weight:700;
	line-height:30px;
	margin-bottom:8px;
}

.subscribe-section .inner-container .title-column .text{
	position:relative;
	font-size:18px;
	line-height:22px;
}

.subscribe-section .form-column{
	position:relative;
}

.subscribe-section .form-column .inner-column{
	position:relative;
	margin-top:30px;
}

.subscribe-section .form-column .inner-column .big-icon{
	position:absolute;
	top:-30px;
	left:-27%;
	font-size:190px;
	line-height:1em;
	color:#eeeeee;
	-ms-transform: rotate(-20deg);
	-moz-transform: rotate(-20deg);
	-o-transform: rotate(-20deg);
	-webkit-transform: rotate(-20deg);
	transform: rotate(-20deg);
}

.subscribe-section .subscribe-form .form-group{
	position:relative;
	display:block;
	margin:0px;
	width:100%;
	margin-bottom:28px;
}

.subscribe-section .subscribe-form .form-group input[type="text"],
.subscribe-section .subscribe-form .form-group input[type="tel"],
.subscribe-section .subscribe-form .form-group input[type="email"],
.subscribe-section .subscribe-form .form-group textarea{
	position:relative;
	display:block;
	width:100%;
	line-height:28px;
	height:50px;
	font-size:18px;
	color:#898989;
	padding:10px 50px 10px 30px;
	background:#ffffff;
	border:1px solid #dcdcdc;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;
	border-radius:50px;
}

.subscribe-section .subscribe-form .form-group input[type="submit"],
.subscribe-section .subscribe-form button{
	position:absolute;
	right:0px;
	top:0px;
	height:50px;
	line-height:54px;
	color:#242424;
	font-size:14px;
	text-align:center;
	font-weight:700;
	padding:0px 30px 0px 30px;
	border-radius:0px 50px 50px 0px;
	background:#f8de32;
	font-family: 'Roboto', sans-serif;
	text-transform: uppercase;
}

/*** 

====================================================================
	Video Section
====================================================================

***/

.video-section{
	position:relative;
	padding:75px 0px;
	background-position:center center;
	background-repeat:no-repeat;
	background-size:cover;
}

.video-section:before{
	position:absolute;
	content:'';
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	display:block;
	background: -webkit-linear-gradient(0deg, rgba(16,16,19,0.8) 0%, rgba(16,16,19,0.40) 100%);
}

.video-section .title{
	position:relative;
	color:#ffffff;
	font-size:15px;
	line-height:1.4em;
	font-weight: 700;
	margin-bottom:10px;
	display:inline-block;
	font-family: 'Roboto', sans-serif;
	text-transform: uppercase;
}

.video-section .title:before{
	position:absolute;
	content:'';
	left:110%;
	bottom:4px;
	width:45px;
	height:2px;
	background-color:#f2d046;
}

.video-section h2{
	position:relative;
	color:#ffffff;
	font-size:55px;
	font-weight:700;
	line-height: 60px;
	margin-bottom:18px;
}

.video-section .play-btn{
	position:relative;
	padding-left:90px;
	color:#ffffff;
	font-size:20px;
	line-height: 26px;
	padding-top:3px;
	display:inline-block;
}

.video-section .play-btn .icon{
	position:absolute;
	left:0px;
	top:0px;
	color:#f2d046;
	font-size:64px;
	font-style:normal;
	line-height:1em;
}

/*** 

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

***/

.main-footer{
	position:relative;
	background-color:#002E5B;
}

.main-footer .widgets-section{
	position:relative;
	padding:80px 0px 30px;
}

.main-footer .footer-widget{
	position:relative;
	margin-bottom:30px;
}

.main-footer .footer-widget h5{
	position:relative;
	font-size:22px;
	font-weight:900;
	color:#ffffff;
	line-height:1.2em;
	margin-bottom:25px;
	text-transform:capitalize;
	display:inline-block;
}

.main-footer .footer-widget h5:after{
	position:absolute;
	content:'';
	left:110%;
	bottom:5px;
	width:20px;
	height:1px;
	background-color:#f2d046;
}

.main-footer .logo-widget{
	position:relative;
}

.main-footer .logo-widget .logo{
	position:relative;
	margin-bottom:30px;
}

.main-footer .logo-widget .text{
	position:relative;
	color:#a8a8a8;
	font-size:18px;
	line-height: 28px;
	font-weight:400;
}

.main-footer .list{
	position:relative;
}

.main-footer .list li{
	position:relative;
	margin-bottom:8px;
}

.main-footer .list li a{
	position:relative;
	color:#a8a8a8;
	font-size:18px;
	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;
}

.main-footer .list li a:hover{
	color:#f2d046;
}

.main-footer .info-widget{
	position:relative;
}

.main-footer .info-widget .number{
	position:relative;
	color:#a8a8a8;
	font-size:20px;
	font-weight:500;
	margin-bottom:12px;
}

.main-footer .info-widget .text{
	position:relative;
	color:#a8a8a8;
	font-size:18px;
	line-height: 26px;
	margin-bottom:20px;
}

.main-footer .footer-bottom{
	position:relative;
	padding:22px 0px;
	border-top:1px solid rgba(252,252,252,0.05);
}

.main-footer .footer-bottom .copyright,
.main-footer .footer-bottom .created,
.main-footer .footer-bottom .copyright a{
	position:relative;
	color:#767676;
	font-size:16px;
	transition: all 500ms ease;
}

.main-footer .footer-bottom .copyright a:hover{
	color: #fff;
}

.filetisim p {
	display: block;
	position: relative;
	padding: 0px 0px 0px 45px;
	margin-bottom: 10px;
	color: rgba(255,255,255,0.5);
	line-height: 40px;
}
.filetisim p span {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	border: 1px solid #FFF;
	border-radius: 50%;
	
}
.filetisim p.rfa-home {
	display: block;
	line-height: 20px;
}
.mtop50 {
	margin-top: 50px!important;
}
/*** 

====================================================================
	Services Section
====================================================================

***/

.services-section{
	position:relative;
	padding:95px 0px 100px;
	background-color:#f4f4f5;
}

.services-section .owl-theme .owl-stage-outer{
	padding:10px 10px 0px;
	margin:-10px -10px 0px;	
}

.services-block-three{
	position:relative;
	margin-bottom:30px;
}

.services-block-three .inner-box{
	position:relative;
}

.services-block-three .inner-box .image{
	position:relative;
	background-color:#0b0b0b;
	overflow:hidden;
	border-bottom: 3px solid #f2d046;
}

.services-block-three .inner-box .image img{
	position:relative;
	width:100%;
	display:block;
	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;
}

.services-block-three .inner-box:hover .image img{
	opacity:0.7;
	-webkit-transform:scale(1.1);	
	-ms-transform:scale(1.1);	
	-moz-transform:scale(1.1);		
	transform:scale(1.1);	
}

.services-block-three .inner-box .lower-content{
	position:relative;
	padding-top:25px;
	text-align:center;
}

.services-block-three .inner-box .lower-content h3{
	position:relative;
	font-size:20px;
	font-weight:600;
	line-height:1.2em;
	margin-bottom:12px;
}

.services-block-three .inner-box .lower-content h3 a{
	position:relative;
	color:#182158;
	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;
}

.services-block-three .inner-box .lower-content h3 a:hover{
	color:#f2d046;
}

.services-section .owl-dots{
	display:none;
}

.services-section .owl-nav{
	text-align:center;
	margin-top:20px;
}

.services-section .owl-nav span{
	display: none;
}

.services-section .owl-prev,
.services-section .owl-next{
	position: relative;
	display: inline-block;
	width: 52px;
	height: 52px;
	line-height: 52px;
	border: 2px solid #bfbfbf;
	border-radius: 50%;
	text-align: center;
	margin: 0px 6.5px;
	transition: all 500ms ease;
}

.services-section .owl-nav .owl-prev:before,
.services-section .owl-nav .owl-next:before{
	position: absolute;
	content: '';
	width: 16px;
	height: 12px;
	text-align: center;
	border-radius: 50%;
	left: 16px;
	top: 18px;
	background-repeat: no-repeat;
}

.services-section .owl-nav .owl-prev:before{
	background-image: url(../images/icons/icon-9.png);
}

.services-section .owl-nav .owl-next:before{
	background-image: url(../images/icons/icon-10.png);
}

/*** 

====================================================================
	Fluid Section One
====================================================================

***/

.fluid-section-one{
	position:relative;
}

.fluid-section-one .outer-container{
	position:relative;
	min-height:250px;
	background-color:#f2d046;
}

.fluid-section-one .image-column{
	position:absolute;
	float:left;
	left:0px;
	top:0px;
	width:50%;
	height:100%;
	margin-left:-150px;
	background-repeat:no-repeat;
	background-position:center center;
	background-size:cover;	
}

.fluid-section-one .image-column:before{
	position:absolute;
	content:'';
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	display:block;
	background-color:rgba(39,39,39,0.40);
}

.fluid-section-one .image-column .image-box{
	position:relative;
	display:none;	
}

.fluid-section-one .image-column .image-box img{
	position:relative;
	display:block;
	width:100%;
}

.fluid-section-one .content-column{
	position:relative;
	float:right;
	width:50%;
}

.fluid-section-one .content-column .inner-column{
	position:relative;
	max-width:700px;
	margin-left:-150px;
	padding:60px 15px 70px 70px;
}

.fluid-section-one .content-column .inner-column .sec-title{
	padding-bottom: 25px;
}

.fluid-section-one .content-column .inner-column .sec-title h2{
	display: inline-block;
	padding-right: 61px;
}

.fluid-section-one .content-column .inner-column .sec-title h2:after{
	position: absolute;
	content: '';
	background-color:#182158;
	width: 45px;
	height: 2px;
	right: 0px;
	bottom: 11px;
}

.fluid-section-one .content-column .inner-column .text{
	position:relative;
	margin-bottom:45px;
}

.fluid-section-one .content-column .inner-column .text p{
	position:relative;
	font-size:17px;
	line-height: 26px;
	margin-bottom:25px;
	color: #444444;
	font-family: 'Open Sans', sans-serif;
}

.fluid-section-one .content-column .inner-column .text p:last-child{
	margin-bottom:0px;
}

.fluid-section-one .content-column .inner-column .icons-list{
	position:relative;
}

.fluid-section-one .content-column .inner-column .icons-list li{
	position:relative;
	color:#182158;
	font-size:18px;
	padding-left:65px;
	font-family: 'Open Sans', sans-serif;
	line-height: 22px;
	padding-right:35px;
	margin-right:35px;
	margin-bottom:15px;
	display:inline-block;
	border-right:1px dashed #182158;
}

.fluid-section-one .content-column .inner-column .icons-list li:last-child{
	border:none;
	margin-right:0px;
	padding-right:0px;
}

.fluid-section-one .content-column .inner-column .icons-list li .icon{
	position:absolute;
	left:0px;
	top:5px;
	font-size:46px;
	line-height:1em;
}

.fluid-section-one.alternate .outer-container{
	background-color:#08254f;
}

.fluid-section-one.alternate .content-column .inner-column .text p{
	color:#8492a7;
}

.fluid-section-one.alternate .content-column .inner-column .icons-list li{
	color:#fdfdfd;
}

.fluid-section-one.alternate .content-column .inner-column .icons-list li{
	border-color:#fdfdfd;
}

.fluid-section-one.alternate{
	background-color: #08254f;
}

.fluid-section-one.alternate .content-column .inner-column .sec-title h2:after{
	background-color: #fff;
}

.fluid-section-one .bg-layer{
	position: absolute;
	left: 0px;
	top: 0px;
	width: calc(50% - 215px);
	height: 100%;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}

.fluid-section-one .bg-layer:before{
	position: absolute;
	content: '';
	background-color: #272727;
	width: 100%;
	height: 100%;
	left: 0px;
	top: 0px;
	opacity: 0.25;
}

.ceo-section{
	position:relative;
	background-color: #f4f5f9;
}

.ceo-section .image-column{
	position:relative;
}

.ceo-section .image-column .image{
	position:relative;
	text-align:center;
	margin-left: -43px;
	margin-right: -40px;
}

.ceo-section .content-column{
	position:relative;
	margin-bottom:40px;
}

.ceo-section .content-column .inner-column{
	position:relative;
	padding-top:109px;
	padding-bottom: 43px;
}

.ceo-section .content-column .inner-column .sec-title{
	padding-bottom: 25px;
}

.ceo-section .content-column .inner-column .bold-text{
	position:relative;
	color:#182158;
	font-size:24px;
	font-weight: 300;
	line-height:30px;
	margin-bottom:27px;
	font-family: 'Fira Sans', sans-serif;
}

.ceo-section .content-column .inner-column .text{
	position:relative;
	color:#898989;
	font-size:17px;
	line-height:1.7em;
}

.ceo-section .content-column .inner-column .signature{
	position:relative;
	margin-top:40px;
}

/*** 

====================================================================
	Call Back Section
====================================================================

***/

.call-back-section{
	position:relative;
	padding:90px 0px 60px;
	background-repeat:no-repeat;
	background-size:cover;
	background-position:center center;
}

.call-back-section:before{
	position:absolute;
	content:'';
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	display:block;
	background-color:rgba(251,216,72,1);
}

.call-back-section .sec-title h2:after{
	display:none;
}

/*Default Form*/

.call-back-form .form-group{
    margin-bottom: 30px;
}

.call-back-form input[type="text"],
.call-back-form input[type="email"],
.call-back-form input[type="password"],
.call-back-form select,
.call-back-form textarea{
	display:block;
	width:100%;
	height:50px;
	font-size:18px;
	color:#444444;
	line-height:24px;
	padding:12px 20px;
	font-weight:400;
	background:#ffffff;
	border:1px solid #e7dba9;
	transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;	
}

.call-back-form .form-group .submit-btn{
	border-radius:50px;
	font-size:14px;
	padding:13px 35px 8px 36px;
	font-weight:700;
	color:#ffffff;
	line-height:28px;
	background-color:#242424;
	text-transform:uppercase;
	font-family: 'Roboto', sans-serif;
	letter-spacing: 1.5px;
	transition: all 500ms ease;
}

.call-back-form .form-group .submit-btn:hover{
	background-color: #043782;
	color: #fff;
}

/*** 

====================================================================
	Services Section Two
====================================================================

***/

.services-section-two{
	position:relative;
	padding:95px 0px 70px;
	background-color:#f4f5f9;
}

.services-section-two .title-column{
	position:relative;
	margin-bottom:40px;
}

.services-section-two .title-column h2{
	position:relative;
	color:#242424;
	font-size:32px;
	font-weight:600;
	line-height:1.4em;
	margin-bottom:20px;
}

.services-section-two .title-column .text{
	position:relative;
	color:#242424;
	font-size:18px;
	line-height:1.6em;
	margin-bottom:20px;
}

/*** 

====================================================================
	Team Section
====================================================================

***/

.team-section{
	position:relative;
	padding:115px 0px 75px;
	background-color:#f7f7f7;
}

.team-section.style-two{
	background-color:#ffffff;
}

.team-section .title-column{
	position:relative;
	margin-bottom:40px;
}

.team-section .team-column{
	position:relative;
}

.team-section .team-column .inner-column{
	position:relative;
}

.team-section .team-column .inner-column .text{
	margin-bottom:40px;
}

.team-block{
	position:relative;
	margin-bottom:40px;
}

.team-block .inner-box{
	position:relative;
	display:block;
}

.team-block .inner-box .image{
	position:relative;
	display:block;
	overflow:hidden;
}

.team-block .inner-box .image img{
	position:relative;
	width:100%;
	display:block;
}

.team-block .inner-box .image .overlay-box{
	position:absolute;
	left:0px;
	top:0;
	width:100%;
	display:block;
	height:100%;
	opacity:0;
	text-align:center;
	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;
	background-color:rgba(251,216,72,0.85);
	-webkit-transform:scaleY(0);
	-ms-transform:scaleY(0);
	-o-transform:scaleY(0);
	-moz-transform:scaleY(0);
	transform:scaleY(0);
	-webkit-transform-origin:top;
	-ms-transform-origin:top;
	-o-transform-origin:top;
	-moz-transform-origin:top;
	transform-origin:top;
}

.team-block .inner-box:hover .image .overlay-box{
	opacity:1;
	-webkit-transform:scaleY(1);
	-ms-transform:scaleY(1);
	-o-transform:scaleY(1);
	-moz-transform:scaleY(1);
	transform:scaleY(1);
}

.team-block .inner-box .image .overlay-box .social-icons{
	position:absolute;
	bottom:32px;
	width:100%;
	left:0px;
}

.team-block .social-icons li{
	position:relative;
	display:inline-block;
	margin:0px 10px;	
}

.team-block .social-icons li a{
	position:relative;
	display:block;
	font-size:20px;
	line-height:30px;
	color:#000;
	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;	
}

.team-block .social-icons li a:hover{
	color: #fff;	
}

.team-block .inner-box .lower-box{
	position:relative;
	padding-top:18px;
}

.team-block .inner-box .lower-box h3{
	position:relative;
	display: inline-block;
	color:#0e2a4e;
	font-size:20px;
	font-weight:700;
	line-height:1.2em;
	margin-bottom:3px;
	padding-right: 60px;
}

.team-block .inner-box .lower-box h3:after{
	position:absolute;
	content:'';
	right: 0px;
	bottom:5px;
	height:2px;
	width:40px;
	background-color:#0e2a4e;
}

.team-block .inner-box .lower-box h3 a{
	position:relative;
	color:#0e2a4e;
	transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}

.team-block .inner-box .lower-box h3 a:hover{
	color:#f2d046;
}

.team-block .inner-box .lower-box .title{
	position:relative;
	color:#444;
	font-size:16px;
	line-height:1.4em;
}

/*** 

====================================================================
	Map Section Style
====================================================================

***/

.map-section{
	position:relative;
}

.map-data{
	text-align:center;
	font-size:14px;
	font-weight:400;
	line-height:1.8em;
}

.map-data h6{
	font-size:16px;
	font-weight:700;
	text-align:center;
	margin-bottom:5px;
	color:#121212;
}

.map-canvas{
	height:480px;
}

/*** 

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

***/

.about-section-two{
	position:relative;
	padding:115px 0px 80px;
}

.about-section-two .content-column{
	position:relative;
	margin-bottom:40px;
}

.about-section-two .content-column .inner-column{
	position:relative;
	margin-right: -30px;
}

.about-section-two .content-column .inner-column .sec-title{
	position:relative;
	padding-bottom:20px;
}

.about-section-two .content-column .inner-column .bold-text{
	position:relative;
	font-size:20px;
	line-height:28px;
	font-family: 'Fira Sans', sans-serif;
	color:#10151c;
	margin-bottom:20px;
}

.about-section-two .content-column .inner-column .text{
	margin-bottom:30px;
}

.about-section-two .video-column{
	position:relative;
}

.about-section-two .video-column .inner-column{
	position:relative;
	padding-left:60px;
}

/*Video Box*/

.video-box{
	position:relative;
}

.video-box .image{
	position:relative;
	overflow:hidden;
}

.video-box .image img{
	position:relative;
	width:100%;
}

.video-box .overlay-box{
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	text-align:center;
	overflow:hidden;
	background-color:rgba(0,0,0,0.20);
	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;
}

.video-box:hover .overlay-box{
	z-index:1;
	background-color:rgba(0,0,0,0.30);
}

.video-box .overlay-box span{
	position: relative;
	width:70px;
	height:70px;
    top: 50%;
	z-index:99;
	color: #1d2008;
	font-size:24px;
	margin-top: -35px;
	text-align: center;
	border-radius:50%;
	line-height:67px;
	padding-left:6px;
	background-color:#ffffff;
	display: inline-block;
	border:2px solid #ffffff;
}

/*** 

====================================================================
	Default Section
====================================================================

***/

.default-section{
	position:relative;
	padding:112px 0px 80px;
	background-color:#f4f5f9;
}

.default-section .sec-title{
	padding-bottom:24px;
}

.default-section .company-column{
	position:relative;
	margin-bottom:40px;
}

.default-section .company-column .image{
	position:relative;
	margin-top:44px;
}

.default-section .company-column .image img{
	position:relative;
	width:100%;
	display:block;
}

.default-section .company-column .bold-text{
	position:relative;
	color:#182158;
	font-size:21px;
	font-weight:300;
	line-height:27px;
	margin-bottom:18px;
	font-family: 'Fira Sans', sans-serif;
}

.default-section .accordian-column .inner-column{
	padding-left:30px;
}

.default-section .accordian-column .inner-column .sec-title{
	padding-bottom: 29px;
}

/*** 

====================================================================
	Accordion Style
====================================================================

***/

.accordion-box{
	position:relative;
}

.accordion-box .block{
	position: relative;
    padding:13px 0px 12px 0px;
    margin-bottom:13px;
	border: 1px solid rgba(0,46,91,0.02);
	background-color: rgba(0,46,91,0.08);
	border-radius: 3px;
}

.accordion-box .block:last-child{
	margin-bottom: 0px;
}

.accordion-box .block .acc-btn{
	position:relative;
	font-size:20px;
	cursor:pointer;
	line-height:30px;
	color:#182158;
	font-weight:600;
	padding:0px 10px 0px 64px;
	transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	font-family: 'Fira Sans', sans-serif;
}

.accordion-box .block .icon-outer{
	position:absolute;
	left:14px;
	top:0px;
	font-size:18px;
	color: #242424;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}

.accordion-box .block .icon-outer .icon{
    position: absolute;
    width: 28px;
    height: 28px;
    font-size: 16px;
    font-weight: 300;
    text-align: center;
}

.accordion-box .block .icon-outer .icon-plus{
	opacity:1;
}

.accordion-box .block .icon-outer .icon-minus{
	opacity:0;
	font-weight:300;
}

.accordion-box .block .acc-btn.active .icon-outer .icon-minus{
	opacity:1;
	background-color:transparent !important;
}

.accordion-box .block .acc-btn.active .icon-outer .icon-plus{
	opacity:0;
}

.accordion-box .block .acc-content{
	position:relative;
	display:none;
}

.accordion-box .block .acc-content .content-text{
	padding-bottom:6px;
}

.accordion-box .block .acc-content.current{
	display:block;	
}

.accordion-box .block .content{
	position:relative;
	padding:13px 30px 42px 64px;
}

.accordion-box .block .content p:last-child{
	margin-bottom:0px;	
}


.urunlist h5 {
	display: block;
	font-size: 20px;
	line-height: 20px;
	font-weight: 700;
	padding: 0px;
	margin: 0px;
}
.urunlist p {
	padding: 0px;
	margin-bottom: 20px!important;
	display: block;
	font-size: 16px;
	line-height: 22px;
	display: block;
}
/*Accordian Faq Form*/

.accordion-box.faq .block{
	padding:0px;
	border:0px;
	margin-bottom:40px;
}

.accordion-box.faq .block .acc-btn{
	padding-left:30px;
	font-weight:600;
	font-size:20px;
	font-family: 'Poppins', sans-serif;
}

.accordion-box.faq .block .icon-outer{
	left:-10px;
	color:#242424;
}

.accordion-box.faq .block .acc-btn.active .icon-outer .icon-minus{
	background:none;
	color:#242424;
}

.accordion-box.faq .block .content{
	padding:14px 30px 0px 30px;
}

.accordion-box.faq .block .content .text{
	font-size:17px;
	line-height:1.6em;
}

.accordion-box.style-three .block{
	margin-bottom:20px;
}

.accordion-box.style-three .accordion.active-block{
	background-color:rgba(246,138,26,0.045);
	border-radius: 3px;
	border: 1px solid rgba(246,138,26,0.095);
}

.accordion-box.style-three .block .icon-outer{
	left:12px;
	color:#242424;
}

.accordion-box.style-three .block .acc-btn.active .icon-outer .icon-minus{
	color:#242424;
	background:none;
}

.accordion-box.style-three .block .content{
	padding-left:52px;
}

.accordion-box.style-three .block .acc-btn{
	padding-left:52px;
	font-size:20px;
	font-weight:800;
	font-family: 'Barlow', sans-serif;
	color: #222;
}

.accordion-box.style-three .block .content .text{
	margin-bottom:5px;
}

/*** 

====================================================================
	Fluid Section Two
====================================================================

***/

.fluid-section-two{
	position:relative;
	background-color: #02AAFF;
	padding: 110px 0px 105px 0px;
}

.fluid-section-two .bg-layer{
	position: absolute;
	top: 0px;
	right: 0px;
	width: calc(50% - 185px);
	height: 100%;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}

.fluid-section-two .content-column .inner-box{
	position:relative;
	margin-right: 56px;
}

.fluid-section-two .content-column .inner-box h2{
	position:relative;
	font-size:45px;
	line-height: 50px;
	font-weight:700;
	margin-bottom:31px;
}

/*** 

====================================================================
	Default Form
====================================================================

 ***/

.default-form{
	position:relative;
}

.default-form .form-group{
	position:relative;
	margin-bottom:15px;
}

.default-form .form-group input[type="text"],
.default-form .form-group input[type="tel"],
.default-form .form-group input[type="email"],
.default-form .form-group select{
	position:relative;
	display:block;
	width:100%;
	line-height:22px;
	padding:10px 20px;
	color:#444;
	height:42px;
	font-size:18px;
	background:#ffffff;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;
}

.default-form .form-group input[type="text"]:focus,
.default-form .form-group input[type="tel"]:focus,
.default-form .form-group input[type="email"]:focus,
.default-form .form-group textarea:focus{
	
}

.default-form .form-group textarea{
	position:relative;
	display:block;
	width:100%;
	line-height:22px;
	padding:15px 20px;
	color:#444;
	height:135px;
	background:#ffffff;
	resize:none;
	font-size:18px;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;
}

.default-form button{
	margin-top:15px;
}

.default-form button:hover{
	border-color:#242424;
}




/*Error Section*/

.error-section{
	position:relative;
	padding:180px 0px 260px;
	background-repeat:no-repeat;
	background-size:cover;
}

.error-section .content{
	position:relative;
	text-align:center;
}

.error-section:before{
	position:absolute;
	content:'';
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	display:block;
	background-color: #12183e;
	opacity: 0.9;
}

.error-section h1{
	position:relative;
	color:#02AAFF;
	font-size:200px;
	font-weight:700;
	line-height:1em;
	margin-bottom:10px;
	font-family: 'Barlow', sans-serif;
}

.error-section h2{
	position:relative;
	color:#ffffff;
	font-size:55px;
	font-weight:700;
	line-height:1.2em;
	margin-bottom:20px;
	font-family: 'Barlow', sans-serif;
}

.error-section .text{
	position:relative;
	color:#ffffff;
	font-size:28px;
	font-weight:700;
	margin-top:10px;
	margin-bottom:50px;
}

.error-section .theme-btn{
	color:#242424;
	font-size:20px;
	padding:19px 46px;
}

.error-section .theme-btn:hover{
	color:#fff !important;
}


/*** 

====================================================================
	Shop Banner
====================================================================

***/

.shop-banner{
	position:relative;
	background-size:cover;
	background-repeat:no-repeat;
	padding:140px 0px 0px 0px;
	background-position:center center;
	color:#ffffff;
}

.shop-banner:before{
	position:absolute;
	content:'';
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	display:block;
	background-color:rgba(0,0,0,0.78);
}

.shop-banner .auto-container{
	position:relative;
	z-index:1;	
}

.shop-banner .text-column,
.shop-banner .image-column{
	position:relative;
	margin-bottom:50px;	
}

.shop-banner .text-column .inner{
	position:relative;
	max-width:520px;
	padding:160px 0px 110px 50px;	
}

.shop-banner .image-column .inner{
	position:relative;
	padding:70px 70px 20px 0px;
	text-align:right;
}

.shop-banner h2{
	position:relative;
	font-size:65px;
	font-weight:700;
	color:#ffffff;
	line-height:1.4em;
	margin-bottom:20px;
	text-transform:capitalize;
}

.shop-banner .text{
	position:relative;
	font-size:20px;
	font-weight:600;
	line-height:26px;
	margin-bottom:30px;
}

/*** 

====================================================================
	Page Title Style
====================================================================

***/

.page-title{
	position:relative;
	background-size:cover;
	background-repeat:no-repeat;
	padding:220px 0px 80px 0px;
	background-position:center center;
}

.page-title:before{
	position:absolute;
	content:'';
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	display:block;
	background-image: linear-gradient(rgba(0,0,0,0.95), rgba(0,0,0,0));
}

.page-title h1{
	position:relative;
	font-size:52px;
	font-weight:700;
	color:#ffffff;
	line-height:1.3em;
	z-index:99;
	margin-bottom:10px;
	text-transform:capitalize;
}

.page-title ul {
	position:relative;
	font-size:15px;
	z-index: 89;
}

.page-title ul li{
	position:relative;
	display:inline-block;
	font-size:16px;
	margin-right:24px;
	color: #88888a;
	font-weight:400;
	line-height:24px;
	text-transform:capitalize;
}
.page-title ul li:first-child {
	position: relative;
	padding-left: 30px;
}
.page-title ul li:first-child:before {
	content:'\f015';
	top:0px;
	font-family: 'FontAwesome';
	position:absolute;
	left: -5px;
	top:-3px;
	line-height:30px;
	width: 30px;
	height: 30px;
	text-align: center;
	background: #02AAFF;
	font-size:12px;
	color:#FFF;
	display: block;
	border-radius: 50%;
}
.page-title ulli:last-child{
	margin-right:0px;
}

.page-title ul li:after{
	content:'\f105';
	top:1px;
	font-family: 'FontAwesome';
	position:absolute;
	right:-21px;
	width:10px;
	line-height:24px;
	font-size:16px;
	color:#9d9d9d;
}

.page-title ul li:last-child:after{
	display:none;	
}

.page-title ul li a{
	color:#FFF;
	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;
}

.page-title ul li a:hover{
	color:#02AAFF!important;	
}


/*** 

====================================================================
	History Section
====================================================================

***/

.history-section{
	position:relative;
	padding:112px 0px 90px;
}

.history-section .title-column{
	position:relative;
	margin-bottom:40px;
}

.history-section .content-column{
	position:relative;
}

.history-section .content-column .inner-column{
	position:relative;
}

.history-section .content-column .bold-text{
	position:relative;
	color:#182158;
	font-size:20px;
	line-height:28px;
	margin-bottom:25px;
	font-family: 'Fira Sans', sans-serif;
}

.history-section .content-column .text{
	margin-bottom:55px;
}

.history-section .content-column .image{
	position:relative;
	margin-bottom:30px;
}

.history-section .content-column .image img{
	position:relative;
	width:100%;
	display:block;
}

.clients-section .owl-stage {
  position: relative;
  display: flex;
  align-items: center;
}


/*** 

====================================================================
	Sidebar Page Container
====================================================================

***/

.sidebar-page-container{
	position:relative;
	padding:100px 0px 60px;
}

.sidebar-page-container .content-side,
.sidebar-page-container .sidebar-side{
	margin-bottom:40px;
}

.sidebar-widget{
    position: relative;
    margin-bottom: 40px;
}

/*Search Box Widget*/

.sidebar .search-box .form-group{
	position:relative;
	margin:0px;	
}

.sidebar .search-box .form-group input[type="text"],
.sidebar .search-box .form-group input[type="search"]{
	position:relative;
	line-height:30px;
	padding:10px 50px 10px 20px;
	background:#2c2c2c;
	display:block;
	font-size:18px;
	width:100%;
	height:52px;
	color:rgba(255, 255, 255, 0.60);
	font-weight:400;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}

.sidebar .search-box .form-group button{
	position:absolute;
	right:0px;
	top:0px;
	height:52px;
	width:60px;
	display:block;
	font-size:16px;
	color:#ffffff;
	line-height:100%;
	font-weight:normal;
	background:none;
}

/*Sidebar Title*/

.sidebar-title{
    position: relative;
    margin-bottom:20px;
}

.sidebar-title h2{
  font-size: 28px;
  font-weight: 500;
  line-height: 1.2em;
	display:inline-block;
	color: #242424;
	letter-spacing: -1px;
}

.sidebar-title h2:after{
	position:absolute;
	content:'';
	left:105%;
	bottom:2px;
	width:30px;
	height:2px;
	background-color:#02AAFF;
}

.sidebar-title.style-two h2{
	padding-bottom:18px;
}

.sidebar-title.style-two h2:after{
	position: absolute;
    content: '';
    left: 0px;
    bottom: 0px;
    width: 35px;
    height: 2px;
}

/*Blog Category*/

.cat-list{
	position:relative;
}

.cat-list li{
	position:relative;
}

.cat-list li a{
	position:relative;
	color:#444;
	font-size:18px;
	font-weight:400;
	padding-bottom:10px;
	margin-bottom:10px;
	display:block;
	border-bottom:1px solid #e6e6e6;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}

.cat-list li:last-child a{
	border-bottom:0px;
}

.cat-list li a:after{
	position:absolute;
	content:'\f105';
	right:0px;
	top:0px;
	color:#c8c8c8;
	font-size:16px;
	font-family: 'FontAwesome';
}

.cat-list li a:hover{
	color:#02AAFF;
}

/*Post Widget*/

.sidebar .popular-posts .post{
	position:relative;
	font-size:14px;
	color:#666666;
	padding:0px 0px;
	padding-left:90px;
	min-height:90px;
	margin-bottom:20px;
	border-bottom:1px solid #e1e1e1;
}

.sidebar .popular-posts .post:last-child{
	margin-bottom:0px;
}

.sidebar .popular-posts .post .post-thumb{
	 position:absolute;
	 left:0px;
	 top:0px;
	 width:70px;
}

.sidebar .popular-posts .post .post-thumb img{
	display:block;
	width:100%;
	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;
}

.sidebar .popular-posts .post .text{
	position:relative;
	top:-4px;
	font-size:17px;
	margin:0px 0px 0px;
	font-weight:600;
	color:#242424;
	line-height:22px;
}

.sidebar .popular-posts .post .text a{
	color:#242424;
	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;
}

.sidebar .popular-posts .post a:hover{
	color:#182158;
	text-decoration:underline;
}

.sidebar .popular-posts .post-info{
	font-size:16px;
	color:#9a9a9a;
	font-weight:500;
}

/*Popular Tags*/

.sidebar .popular-tags a{
	position:relative;
	display:inline-block;
	line-height:24px;
	padding:6px 18px 6px;
	margin:0px 6px 10px 0px;
	color:#a6a6a6;
	text-align:center;
	font-size:17px;
	background:none;
	font-weight:400;
	border:1px solid #e4e4e4;
	text-transform:capitalize;
	transition:all 300ms ease;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
}

.sidebar .popular-tags a:hover{
	border-color:#02AAFF;
	background-color:#02AAFF;
	color:#242424;	
}

.our-blog.padding-right,
.blog-classic.padding-right,
.blog-single.padding-right{
	padding-right:30px;
}

.blog-page-section{
	position:relative;
	padding:100px 0px 100px;
}

/*News Block*/

.news-block-three{
	position:relative;
	margin-bottom:80px;
}

.large-image-posts .news-block-three:last-child{
	margin-bottom:50px;
}

.news-block-three .inner-box{
	position:relative;
}

.news-block-three .inner-box .image{
	position:relative;
	background-color:#0b0b0b;
	overflow:hidden;
}

.news-block-three .inner-box .image img{
	position:relative;
	width:100%;
	display:block;
	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;
}

.news-block-three .inner-box:hover .image img{
	opacity:0.7;
	-webkit-transform:scale(1.1);	
	-ms-transform:scale(1.1);	
	-moz-transform:scale(1.1);	
	transform:scale(1.1);
}

.news-block-three .inner-box .lower-content{
	position:relative;
}

.news-block-three .inner-box .lower-content .upper-box{
	position:relative;
	padding-bottom:13px;
	border-bottom:1px solid #e4e4e4;
}

.news-block-three .inner-box .lower-content .upper-box .posted-date{
	position:relative;
	color:#242424;
	font-size:18px;
	font-weight:700;
	margin-bottom:10px;
	line-height:1.2em;
	padding:13px 32px;
	border-radius:5px;
	margin-top:-18px;
	margin-left:22px;
	background-color:#02AAFF;
}

.news-block-three .inner-box .lower-content .upper-box .post-meta{
	position:relative;
	padding-top:20px;
}

.news-block-three .inner-box .lower-content .upper-box .post-meta li{
	position:relative;
	color:#a4a4a4;
	font-size:18px;
	padding-right:12px;
	margin-right:12px;
	font-weight:500;
	margin-bottom:6px;
	display:inline-block;
}

.news-block-three .inner-box .lower-content .upper-box .post-meta li:after{
	position:absolute;
	content:'/';
	right:-5px;
	top:0px;
	color:#b8b8b8;
	font-size:17px;
}

.news-block-three .inner-box .lower-content .upper-box .post-meta li:last-child{
	margin-right:0px;
	padding-right:0px;
}

.news-block-three .inner-box .lower-content .upper-box .post-meta li:last-child::after{
	display:none;
}

.news-block-three .inner-box .lower-content .lower-box{
	position:relative;
	padding-top:30px;
}

.news-block-three .inner-box .lower-content .lower-box h3{
	position:relative;
	font-size:24px;
	font-weight:700;
	line-height:1.4em;
	margin-bottom:18px;
}

.news-block-three .inner-box .lower-content .lower-box h3 a{
	position:relative;
	color:#182158;
	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;
}

.news-block-three .inner-box .lower-content .lower-box h3 a:hover{
	color:#02AAFF;
}

.news-block-three .inner-box .lower-content .lower-box .text{
	position:relative;
	margin-bottom:35px;
}

.news-block-three .inner-box .lower-content .lower-box .read-more{
	font-size:15px;
	padding:7px 32px 7px;
}




.news-block-three .inner-box .lower-content .lower-box .text p{
	position:relative;
	margin-bottom:35px;
}

.news-block-three .inner-box .lower-content .lower-box .text p a{
	color:#45ae7d;
	text-decoration:underline;
}

.news-block-three .inner-box .lower-content .lower-box h4{
	position:relative;
	font-size:28px;
	font-weight:700;
	margin-bottom:20px;
}


/*** 

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

***/

.styled-pagination{
	position:relative;
}

.styled-pagination li{
	position:relative;
	display:inline-block;
	margin:0px 6px 0px 0px;
}

.styled-pagination li a{
	position:relative;
	display:inline-block;
	line-height:40px;
	height:44px;
	font-size:18px;
	min-width:45px;
	color:#4349d9;
	font-weight:700;
	text-align:center;
	background:#ffffff;
	border-radius:50%;
	border:2px solid #4349d9;
	text-transform:capitalize;
	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;
	border-color:#4349d9;
	background-color:#4349d9;
}

/*** 

====================================================================
	Comments Area
====================================================================

 ***/

.sidebar-page-container .comments-area{
	position:relative;
	margin-bottom:55px;
}

.sidebar-page-container .group-title{
	position:relative;
	margin-bottom:28px;
}

.sidebar-page-container .group-title h2{
	position:relative;
	font-size:28px;
	font-weight:700;
	line-height:1.2em;
	padding-bottom:0px;
	display:inline-block;
}

.sidebar-page-container .group-title h2:after{
	position:absolute;
	content:'';
	left:107%;
	bottom:0px;
	width:25px;
	height:2px;
	background-color:#02AAFF;
}

.sidebar-page-container .comments-area .inner-box{
	position:relative;
	border:1px solid #eeeeee;
}

.sidebar-page-container .comments-area .comment-box{
	position:relative;
	padding:25px 25px 25px;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;
	border-bottom:1px solid #ebe8e8;
}

.sidebar-page-container .comments-area .comment-box:nth-child(2n + 0){
	background-color:#fcfcfc;
}

.sidebar-page-container .comments-area .comment-box:last-child{
	border-bottom:0px;
}

.sidebar-page-container .comments-area .comment{
	position:relative;
	font-size:14px;
	min-height:98px;
	padding:0px 0px 0px 100px;
}

.sidebar-page-container .comments-area .comment.reply-comment{
	margin-left:100px;
	margin-top:45px;
}

.sidebar-page-container .comments-area .comment .comment-inner{
	position:relative;
}

.sidebar-page-container .comments-area .comment .comment-reply{
	position:absolute;
	right:0px;
	top:0px;
	color:#9cc900;
	font-size:15px;
	font-weight:400;
	text-align:center;
	display:inline-block;
	text-transform:capitalize;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;
}

.sidebar-page-container .comments-area .comment .comment-reply span{
	font-size:14px;
	margin-right:4px;
}

.sidebar-page-container .comments-area .comment-box .author-thumb{
	position:absolute;
	left:0px;
	top:0px;
	width:73px;
	overflow:hidden;
	margin-bottom:20px;
}

.sidebar-page-container .comments-area .comment-box .author-thumb img{
	width:75px;
	display:block;
}

.sidebar-page-container .comments-area .comment-info{
	color:#3e5773;
	line-height:24px;
	font-size:13px;	
}

.sidebar-page-container .comments-area .comment-box strong{
	font-size:18px;
	font-weight:700;
	color:#182158;
	line-height:16px;
	text-transform:capitalize;
	font-family: 'Fira Sans', sans-serif;
}

.sidebar-page-container .comments-area .comment-box .text{
	font-size: 18px;
    margin-top:5px;
	margin-bottom:8px;
}

.sidebar-page-container .comments-area .comment-time{
	position:relative;
	font-size:13px;
	color:#f47a3c;
}

.sidebar-page-container .comments-area .comment-box .theme-btn{
	padding:6px 27px;
}

.sidebar-page-container .comments-area .comment-box .post-info{
	position:relative;
}

.sidebar-page-container .comments-area .comment-box .post-info li{
	position:relative;
	padding-right:10px;
	line-height:1em;
	margin-right:10px;
	color:#848484;
	font-size:14px;
	border-right:1px solid #bebebe;
	display:inline-block;
}

.sidebar-page-container .comments-area .comment-box .post-info li a{
	font-size: 15px;
	color:#182158;
}

.sidebar-page-container .comments-area .comment-box .post-info li:last-child{
	border:0px;
}

.blog-single .news-block-three{
	margin-bottom:50px;
}

/*** 

====================================================================
	Comment Form
====================================================================

 ***/

.comment-form{
	position:relative;
}

.comment-form .form-inner{
	position:relative;
	padding:50px 35px 30px;
	background-color:#f7f7f7;
	border:1px solid #eeeeee;
}

.comment-form .form-group{
	position:relative;
	margin-bottom:20px;
}

.comment-form .form-group input[type="text"],
.comment-form .form-group input[type="email"],
.comment-form .form-group select{
	position:relative;
	display:block;
	width:100%;
	line-height:33px;
	padding:10px 20px;
	height:45px;
	color:#444;
	font-size:18px;
	background-color:#ffffff;
	border:1px solid #eeeeee;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;
}

.comment-form .form-group input[type="text"]:focus,
.comment-form .form-group input[type="email"]:focus,
.comment-form .form-group textarea:focus{
	border-color:#02AAFF;
}

.comment-form .form-group textarea{
	position:relative;
	display:block;
	width:100%;
	line-height:24px;
	padding:20px 20px;
	color:#444;
	height:170px;
	font-size:18px;
	resize:none;
	background-color:#ffffff;
	border:1px solid #eeeeee;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;
}

.comment-form button{
	font-size: 15px;
}

/*Comming Soon*/

.comming-soon{
	position:fixed;
	width:100%;
	height:100%;
	display:block;
	overflow-y:auto;
	background-size:cover;
}

.comming-soon:before{
	position:fixed;
	content:'';
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	display:block;
	background-color:rgba(0,0,0,0.60);
}

.comming-soon .content{
	position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    display: table;
    text-align:center;
    vertical-align: middle;
}

.comming-soon .content .content-inner{
	position: relative;
	padding: 50px 15px;
    display: table-cell;
    vertical-align: middle;
}

.comming-soon .content .content-inner h2{
	position:relative;
	color:#ffffff;
	font-size:60px;
	font-weight:700;
	line-height:1.2em;
	margin-bottom:80px;
}

.comming-soon .content .content-inner .text{
	position:relative;
	color:#ffffff;
	font-size:26px;
	font-weight:600;
	line-height:1.6em;
	margin-top:45px;
	max-width:780px;
	margin:0 auto;
	margin-bottom:50px;
	display:inline-block;
}

/*** 

====================================================================
	Countdown style
====================================================================

***/

.time-counter{
	position:relative;
}

.time-counter .time-countdown{
	position:relative;
}

.time-counter .time-countdown .counter-column{
	position:relative;
	margin:0px 15px 0px;
	width:170px;
	height:170px;
	text-align:center;
	display:inline-block;
	padding:20px 0px 10px;
	border:2px solid #02AAFF;
	color:#02AAFF;
	font-size:18px;
	line-height:30px;
	text-transform:uppercase;
	border-radius:50%;
	font-weight:700;
	margin-bottom:30px;
}

.time-counter .time-countdown .counter-column .count{
	position:relative;
	display:block;
	font-size:55px;
	line-height:40px;
	padding:25px 10px 20px;
	color:#02AAFF;
	letter-spacing:1px;
	font-weight:700;
}

.comming-soon .emailed-form .form-group{
	position:relative;
	display:block;
	max-width:780px;
	margin:0 auto;
	width:100%;
	margin-bottom:20px;
	padding-right:240px;
	width: 100%;
	margin: 0 auto;
	padding-right: 222px;
}

.comming-soon .emailed-form .form-group input[type="text"],
.comming-soon .emailed-form .form-group input[type="tel"],
.comming-soon .emailed-form .form-group input[type="email"],
.comming-soon .emailed-form .form-group textarea{
	position:relative;
	display:block;
	width:100%;
	line-height:20px;
	height:53px;
	font-size:18px;
	color:#444444;
	padding:10px 22px 10px 22px;
	background:#ffffff;
	border-radius:5px;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;	
}

.comming-soon .emailed-form .form-group input[type="submit"],
.comming-soon .emailed-form button{
	position:absolute;
	right:0px;
	top:0px;
	padding:13px 36px 12px 36px;
}

/*** 

====================================================================
	Contact Section
====================================================================

***/

.contact-section{
	position:relative;
	padding:75px 0px 70px;
}

.contact-section .contact-title{
	position:relative;
	padding-bottom:16px;
	margin-bottom:50px;
}

.contact-section .contact-title h2{
	position:relative;
	color:#242424;
	font-size:35px;
	font-weight:600;
	margin-bottom:5px;
	line-height:1.4em;
}

.contact-section .contact-title .text{
	position:relative;
	color:#444;
	font-size:16px;
}

.contact-section .contact-title:after{
	position:absolute;
	content:'';
	left:0px;
	bottom:0px;
	width:45px;
	height:2px;
	background-color:#02AAFF;
}

.contact-section .form-column{
	position:relative;
}

.contact-section .form-column .inner-column{
	position:relative;
}

/*Contact Form*/

.contact-form{
	position:relative;
}

.contact-form .form-group{
	position:relative;
	margin-bottom:30px;
}

.contact-form input[type="text"],
.contact-form input[type="email"],
.contact-form input[type="password"],
.contact-form select,
.contact-form textarea{
	display:block;
	width:100%;
	line-height:28px;
	height:50px;
	font-size:18px;
	padding:10px 22px;
	background:#ffffff;
	color:#444444;
	border:1px solid #dddddd;
	transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}

.contact-form textarea{
	height:208px;
	resize:none;
	font-size:16px;
	background:#ffffff;
}

.contact-form input[type="text"]:focus,
.contact-form input[type="email"]:focus,
.contact-form input[type="password"]:focus,
.contact-form select:focus,
.contact-form textarea:focus{
	border-color:#02AAFF;
}

.contact-form .theme-btn{
	margin-top:10px;
	padding:12px 36px 10px 36px;
}

.contact-form input.error,
.contact-form select.error,
.contact-form textarea.error{
	border-color:#ff0000 !important;	
}

.contact-form label.error{
	display:block;
	line-height:24px;
	padding:5px 0px 0px;
	margin:0px;
	text-transform:uppercase;
	font-size:11px;
	color:#ff0000;
	font-weight:500;	
}

.contact-section .info-column{
	position:relative;
}

.contact-section .info-column .inner-column{
	position:relative;
	padding-left:100px;
}

.contact-section .info-column ul{
	position:relative;
}

.contact-section .info-column ul li{
	position:relative;
	margin-bottom:20px;
}

.contact-section .info-column ul li span{
	color:#182158;
	font-size:18px;
	font-family: 'Fira Sans', sans-serif;
	font-weight:700;
	display:block;
	margin-bottom:6px;
	text-transform:capitalize;
}


.faq-section{
	position:relative;
	padding:95px 0px 80px;
}

.faq-section .sec-title{
	margin-bottom:0px;
}

.faq-section .sec-title .text{
	margin-top: 10px;
}

/*Sidebar Search Form*/

.faq-search-box{
	position:relative;
	margin-top:10px;
    width: 100%;
	margin-bottom:50px;
}

.faq-search-box .form-group{
	position:relative;
	margin:0px;	
}

.faq-search-box .form-group input[type="text"],
.faq-search-box .form-group input[type="search"]{
	position:relative;
	line-height:28px;
	color:#444;
	display:block;
	font-size:18px;
	width:100%;
	height:60px;
	border-radius:5px;
	padding:15px 15px 15px 20px;
	border:1px solid #e0e0e0;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}

.faq-search-box .form-group button{
	position:absolute;
	right:0px;
	top:0px;
	width:65px;
	height:60px;
	line-height:58px;
	text-align:center;
	display:block;
	font-size:22px;
	color:#c0c0c0;
	background:none;
	font-weight:normal;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}

.faq-search-box .form-group input:focus{
	border-color:#e7c330;	
}

/*** 

====================================================================
	Faq Form Section
====================================================================

***/

.faq-form-section{
	position:relative;
	overflow:hidden;
	padding:85px 0px 0px;
	background-color:#f8f8f8;
	background-position:right top;
	background-repeat:no-repeat;
}

.faq-form-section .sec-title h2:after{
	display:none;
}

.faq-form-section .form-outer{
	position:relative;
	max-width:870px;
	z-index:10;
	padding-bottom:100px;
}

.faq-form-section .image-box{
	position:absolute;
	right:-90px;
	bottom:0px;
}

.faq-form-section .sec-title-two{
	margin-bottom:60px;
}

.faq-form-section .form-group{
	position:relative;
	margin-bottom:30px;
}

.faq-form-section .form-group:last-child{
	margin-bottom:0px;
}

.faq-form-section .form-group input[type="text"],
.faq-form-section .form-group input[type="email"],
.faq-form-section .form-group select{
	position:relative;
	display:block;
	width:100%;
	line-height:24px;
	padding:0px 0px 8px;
	color:#444;
	border-bottom:2px solid #e3e3e3;
	height:46px;
	font-size:18px;
	background:none;
	font-weight:500;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;
}

.faq-form-section .form-group input::-webkit-input-placeholder,
.faq-form-section .form-group textarea::-webkit-input-placeholder{
	color:#000000;
}


.faq-form-section .form-group input[type="text"]:focus,
.faq-form-section .form-group input[type="email"]:focus,
.faq-form-section .form-group textarea:focus{
	border-color:#02AAFF;
}

.faq-form-section .form-group textarea{
	position:relative;
	display:block;
	width:100%;
	line-height:24px;
	padding:0px 0px;
	color:#000000;
	height:160px;
	background:none;
	resize:none;
	font-size:16px;
	font-weight:500;
	border-bottom:2px solid #e3e3e3;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;
}

.faq-form-section .form-group .theme-btn{
	padding:12px 42px 9px;
	margin-top:10px;
}

/*** 

====================================================================
	History Page Section
====================================================================

***/

.history-page-section{
	position:relative;
	padding:95px 0px 30px;
}

.about-section-three .sec-title{
	margin-bottom:0px;
	padding-bottom:20px;
}

.about-section-three .content-column{
	position:relative;
	margin-bottom:40px;
}

.about-section-three .content-column .inner-column{
	position:relative;
	padding-right:40px;
}

.about-section-three .content-column .inner-column .bold-text{
	position:relative;
	color:#182158;
	font-size:20px;
	line-height: 26px;
	font-weight: 600;
	margin-bottom:15px;
}

.about-section-three .content-column .inner-column .text{
	position:relative;
}

.about-section-three .content-column .inner-column .text p{
	position:relative;
	margin-bottom:25px;
}

.about-section-three .image-column{
	position:relative;
	margin-bottom:40px;
}

.about-section-three .image-column .image{
	position:relative;
}

.about-section-three .image-column .image img{
	position:relative;
	width:100%;
	display:block;
}

/*Year Block*/

.year-block{
	position:relative;
	margin-bottom:40px;
}

.year-block .inner-box{
	position:relative;
	padding-left:170px;
}

.year-block .inner-box .year{
	position:absolute;
	left:0px;
	top:0px;
	width:110px;
	height:110px;
	color:#182158;
	line-height:110px;
	text-align:center;
	border-radius:50%;
	font-size:30px;
	font-weight:700;
	margin-bottom:30px;
	display:inline-block;
	background-color:#02AAFF;
}

.year-block .inner-box .year:before{
	position:absolute;
	content:'';
	left:50%;
	top:100%;
	width:1px;
	height:120%;
	background-color:#d2d2d2;
}

.year-block:last-child .inner-box .year:before{
	display:none;
}

.year-block .inner-box h3{
	position:relative;
	font-weight:700;
	font-size:28px;
	margin-bottom:15px;
}

.year-gallery{
	position:relative;
	margin-top:50px;
}

.year-gallery .image{
	position:relative;
	margin-bottom:40px;
}

.year-gallery .image img{
	width:100%;
	display:block;
}

/*** 

====================================================================
	Project Fullwidth Section
====================================================================

***/

.project-fullwidth-section{
	position:relative;
}

.project-fullwidth-section .outer-container{
	position:relative;
	padding:100px 15px 60px;
}

/*Gallery Item*/

.project-fullwidth-section .gallery-item{
	width:20%;
	float:left;
	padding:0px 15px;
}

.gallery-item{
	position:relative;
	margin-bottom:40px;
}

.gallery-item .inner-box{
	position:relative;
	width:100%;
	overflow:hidden;
}

.gallery-item .image-box{
	position:relative;
	display:block;	
}

.gallery-item .image-box img{
	position:relative;
	display:block;
	width:100%;
}

.gallery-item .overlay-box{
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	opacity:0;
	color:#ffffff;
	text-align:center;
	background:rgba(15,32,134,0.85);
	-webkit-transition:all 700ms ease;
	-ms-transition:all 700ms ease;
	-o-transition:all 700ms ease;
	transition:all 700ms ease;
	-webkit-transform:translate(-100%,0%);
	-ms-transform:translate(-100%,0%);
	-o-transform:translate(-100%,0%);
	-moz-transform:translate(-100%,0%);
	transform:translate(-100%,0%);
}

.gallery-item .inner-box:hover .overlay-box{
	opacity:1;
	-webkit-transform:translate(0%);
	-ms-transform:translate(0%);
	-o-transform:translate(0%);
	-moz-transform:translate(0%);
	transform:translate(0%);
}

.gallery-item .overlay-inner{
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	display:table;
	vertical-align:middle;
	padding:10px 0px;
}

.gallery-item .overlay-inner .content{
	position:relative;
	display:table-cell;
	vertical-align:middle;
}

.gallery-item .overlay-inner .link{
	position:relative;
	font-size:18px;
	color:#2b291f;
	width:50px;
	height:50px;
	line-height:50px;
	border-radius:50%;
	display:inline-block;
	background-color:#02AAFF;
	transition:all 300ms ease;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
}

.gallery-item .overlay-inner .link{
	position:relative;
}

.gallery-item .overlay-inner .link .icon{
	position:relative;
}

.gallery-item .overlay-inner .link:hover{
	color:#666666;
	background-color:rgba(255,255,255,1);
}

.gallery-item .inner-box h3{
	position:relative;
	font-size:20px;
	font-weight:700;
	text-align:center;
	padding:25px 0px 3px;
	line-height:1.2em;
}

.gallery-item .inner-box h3 a{
	position:relative;
	color:#182158;
	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;
}

.gallery-item .inner-box h3 a:hover{
	color:#02AAFF;
}

.gallery-item .inner-box .text{
	position:relative;
	font-size:17px;
	text-align:center;
}

/*** 

====================================================================
	Project Grid Section
====================================================================

***/

.project-grid-section{
	position:relative;
	padding:100px 0px 60px;
}

.project-detail-section{
	position:relative;
	padding-top:100px;
}

/*Description Section*/

.description-section{
	position:relative;
	padding-bottom:80px;
}

.description-section .image-column{
	position:relative;
}

.description-section .image-column .image{
	position:relative;
	margin-bottom:30px;
}

.description-section .image-column .image img{
	position:relative;
	width:100%;
	display:block;
}

.description-section .info-column{
	position:relative;
	margin-bottom:40px;
}

.description-section .info-column .inner-column{
	position:relative;
	padding:45px 35px;
	min-height:393px;
	background-color:#02AAFF;
}

.description-section .info-column .inner-column ul{
	position:relative;
}

.description-section .info-column .inner-column ul li{
	position:relative;
	margin-bottom:18px;
	color:#182158;
	font-size:18px;
	font-weight:400;
}

.description-section .info-column .inner-column ul li span{
	position:relative;
	font-weight:700;
	margin-right:8px;
}

.description-section h2{
	position:relative;
	font-size:42px;
	font-weight:700;
	line-height:1.4em;
	padding-top:10px;
	margin-bottom:20px;
}

.description-section .text{
	position:relative;
}

.description-section .text p{
	position:relative;
	margin-bottom:20px;
}

/*We Did Section*/

.project-detail-section .we-did-section{
	position:relative;
	padding:90px 0px 30px;
	background-color:#f4f4f4;
}

.we-did-section .content-column{
	position:relative;
	margin-bottom:40px;
}

.we-did-section .content-column .inner-column{
	position:relative;
	padding-right:40px;
}

.we-did-section .content-column h2{
    position: relative;
    font-size: 42px;
    font-weight: 700;
    line-height: 1.4em;
    margin-bottom: 18px;
	margin-top:-15px;
}

.we-did-section .content-column .text{
	position:relative;
	margin-bottom:25px;
}

.we-did-section .image-column{
	position:relative;
	margin-bottom:60px;
}

.we-did-section .image-column .image{
	position:relative;
}

.we-did-section .image-column .image img{
	position:relative;
	width:100%;
	display:block;
}

/*Result Section*/

.result-section{
	position:relative;
	padding:75px 0px;
}

.result-section h2{
	position:relative;
	font-weight:700;
	font-size:42px;
	line-height:1.2em;
	margin-bottom:25px;
}

.result-section .text{
	position:relative;
	margin-bottom:30px;
}

.result-section .text p{
	position:relative;
	margin-bottom:20px;
}

.result-section .text p:last-child{
	margin-bottom:0px;
}

/*** 

====================================================================
	Services Page Section
====================================================================

***/

.services-page-section{
	position:relative;
	padding:112px 0px 70px;
}

.services-page-section h2{
	position:relative;
	color:#242424;
	font-size:35px;
	font-weight:600;
	line-height:1.2em;
	margin-bottom:10px;
}

.services-page-section .text{
	position:relative;
	color:#444;
	font-size:20px;
	font-style:italic;
	line-height:1.6em;
	margin-bottom:40px;
}



/*Blog Category*/

.blog-cat{
	position:relative;
}

.blog-cat li{
	position:relative;
	margin-bottom:3px;
}

.blog-cat li a{
	position:relative;
	color:#242424;
	font-size:19px;
	font-weight:600;
	padding:14px 15px 14px 25px;
	display:block;
	background-color:#f1f1f1;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
	border-left:4px solid #d2d2d2;
}

.blog-cat li.active a,
.blog-cat li a:hover{
	color:#242424;
	border-color:#414f1f;
	background-color:#02AAFF;
}

/*Brochure Box*/

.brochure-widget{
	margin-bottom:40px;
}

.brochure-box{
	position:relative;
	padding:11px 18px;
	margin-bottom:10px;
	background-color:#182158;
}

.brochure-box .inner{
	position:relative;
	padding-left:40px;
}

.brochure-box .overlay-link{
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	display:block;
}

.brochure-box .inner .icon{
	position:absolute;
	left:0px;
	top:2px;
	color:#02AAFF;
	font-size:24px;
	font-weight:300;
}

.brochure-box .inner .text{
	position:relative;
	font-size:20px;
	font-weight:600;
	font-family: 'Fira Sans', sans-serif;
	color:#ffffff;
}

/*Contact Info Widget*/

.contact-info-widget{
	position:relative;
}

.contact-info-widget .inner-box{
	position:relative;
}

.contact-info-widget .inner-box ul{
	position:relative;
	margin-top:30px;
}

.contact-info-widget .inner-box ul li{
	position:relative;
	font-size:20px;
	font-weight:500;
	color:#242424;
	line-height:1.4em;
	margin-bottom:15px;
	padding-left:32px;
}

.contact-info-widget .inner-box ul li .icon{
	position:absolute;
	left:0px;
	top:9px;
	line-height:1em;
	color:#757575;
	font-size:18px;
}

.contact-info-widget .inner-box ul li:first-child .icon{
	top: 5px;
	font-size: 22px;
}

.contact-info-widget .inner-box ul li:last-child{
	padding-bottom:0px;
	margin-bottom:0px;
}

.services-single{
	position:relative;
	padding-left:30px;
}

.services-single .inner-box{
	position:relative;
}

.services-single .inner-box .gallery-image{
	position:relative;
	margin-bottom:45px;
}

.services-single .inner-box .gallery-image .row{
	margin:0px -5px;
}

.services-single .inner-box .gallery-image .image-column{
	padding:0px 5px;
	margin-bottom:10px;
}

.services-single .inner-box .gallery-image .image{
	position:relative;
}

.services-single .inner-box .gallery-image .image img{
	position:relative;
	width:100%;
	display:block;
}

.services-single .inner-box .big-image{
	position:relative;
	margin-bottom:45px;
}

.services-single .inner-box .big-image img{
	position:relative;
	width:100%;
	display:block;
}

.services-single .inner-box h2{
	position:relative;
	font-size:34px;
	font-weight:700;
	line-height:1.2em;
	margin-bottom:15px;
}

.services-single .inner-box .text{
	position:relative;
}

.services-single .inner-box .text p{
	margin-bottom:20px;
}

.services-single .inner-box .text .two-column{
	position:relative;
	margin-top:40px;
}

.services-single .inner-box .text .two-column .inner-column.right-padd{
	position:relative;
	margin-right: -5px;
}

.services-single .inner-box .text .two-column .inner-column.left-padd{
	position:relative;
	padding-left:20px;
	margin-right: -25px;
}

.services-single .inner-box .text .two-column h3{
	position:relative;
	font-size:32px;
	line-height:1.4em;
	font-weight:700;
	margin-bottom:18px;
}

.services-single .inner-box .text .two-column .image-column{
	position:relative;
}

.services-single .inner-box .text .two-column .image-column .image{
	position:relative;
}

.services-single .inner-box .text .two-column .image-column .image img{
	position:relative;
	display:block;
	width:100%;
}

/*Featured Block*/

.featured-blocks{
	position:relative;
	border-bottom:0px;
	margin-top:20px;
	border:1px solid #e9e9e9;
}

.featured-block{
	position:relative;
	padding:0px;
	border-right:1px solid #e9e9e9;
	border-bottom:1px solid #e9e9e9;
}

.featured-block:nth-child(3),
.featured-block:nth-child(4){
	border-bottom:none;
}

.featured-block:nth-child(2),
.featured-block:nth-child(4){
	border-right:none;
}

.featured-block:nth-child(2) .featured-inner{
	background-color:#ffffff;
}

.featured-block:nth-child(3) .featured-inner{
	background-color:#ffffff;
}

.featured-block .featured-inner{
	position:relative;
	padding:25px 25px;
	background-color:#f9f9f9;
	border-bottom:none;
}

.featured-block .featured-inner .content{
	position:relative;
	padding-left:70px;
}

.featured-block .featured-inner .content .icon-box{
	position:absolute;
	left:0px;
	top:4px;
}

.featured-block .featured-inner .content h3{
	position:relative;
	font-size:20px;
	font-weight:700;
	margin-bottom:5px;
}

.featured-block .featured-inner .content h3 a{
	position:relative;
	color:#182158;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}

.featured-block .featured-inner .content h3 a:hover{
	color:#02AAFF;
}

/*Accordian Boxed*/

.accordian-boxed{
	position:relative;
	margin-top:50px;
}

.accordian-boxed h3{
	position:relative;
	font-size:26px;
	font-weight:700;
	margin-bottom:20px;
}

/*** 

====================================================================
	Shop Features Section
====================================================================

***/

.shop-features-section{
	position:relative;
	padding:40px 0px 20px;
	background-color:#02AAFF;
}

.feature-block{
	position:relative;
	margin-bottom:20px;
}

.feature-block .inner-box{
	position:relative;
	padding-left:90px;
}

.feature-block .inner-box .icon-box{
	position:absolute;
	left:0px;
	top:0px;
	margin-bottom:15px;
}

.feature-block .inner-box h3{
	position:relative;
	font-size:24px;
	font-weight:600;
	line-height:1.2em;
	margin-bottom:8px;
}

.feature-block .inner-box h3 a{
	color:#242424;
}

.feature-block .inner-box .text{
	position:relative;
	color:#242424;
	font-size:17px;
	line-height:1.6em;
}

/*** 

====================================================================
	Shop Section
====================================================================

***/

.shop-section{
	position:relative;
	padding:90px 0px 0px;
}

.shop-section .sec-title h2{
	position: relative;
	display: inline-block;
	padding-right: 52px;
}

.shop-section .sec-title h2:before{
	position: absolute;
	content: '';
	background-color: #02AAFF;
	width: 40px;
	height: 2px;
	right: 0px;
	bottom: 10px;
}

/*Shop Item*/

.shop-item{
	position:relative;
	margin-bottom:90px;
}

.shop-item .inner-box{
	position:relative;
}

.shop-item .inner-box .image{
	position:relative;
	background-color:#0b0b0b;
	overflow:hidden;
}

.shop-item .inner-box .image img{
	position:relative;
	width:100%;
	display:block;
	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;
}

.shop-item .inner-box:hover .image img{
	opacity:0.7;
	-webkit-transform:scale(1.1);	
	-ms-transform:scale(1.1);	
	-moz-transform:scale(1.1);	
	transform:scale(1.1);
}

.shop-item .inner-box .lower-content{
	position:relative;
	padding-top:25px;
	text-align:center;
}

.shop-item .inner-box .lower-content h3{
	position:relative;
	font-size:20px;
	font-weight:700;
	line-height:1.2em;
	margin-bottom:12px;
}

.shop-item .inner-box .lower-content h3 a{
	color:#242424;
	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;
}

.shop-item .inner-box .lower-content h3 a:hover{
	color:#02AAFF;
}

.shop-item .inner-box .lower-content .price{
	position:relative;
	color:#4349d9;
	font-size:24px;
	font-weight:700;
	margin-bottom:20px;
}

.shop-item .inner-box .lower-content .theme-btn{
	padding:9px 35px 7px 35px;
}

.shop-item .inner-box .image .btn-style-eight{
	position:relative;
	top:46%;
	margin-top:-23px;
}

/*** 

====================================================================
	Products Section
====================================================================

***/

.products-section{
	position:relative;
	padding:80px 0px 50px;
	background-size:cover;
}

.products-section:before{
	position:absolute;
	content:'';
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	display:block;
	background-color:rgba(0,0,0,0.70);
}

.products-section .product-column{
	position:relative;
}

.shop-item-two{
	position:relative;
	margin-bottom:30px;
}

.shop-item-two .inner-box{
	position:relative;
	background-color:#f1f2f2;
}

.shop-item-two .inner-box .image{
	position:relative;
}

.shop-item-two .inner-box .image img{
	position:relative;
	width:100%;
	display:block;
}

.shop-item-two .inner-box .lower-content{
	position:relative;
	text-align:center;
	padding-bottom:40px;
}

.shop-item-two .inner-box .lower-content h3{
    position: relative;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.2em;
    margin-bottom: 8px;
	margin-top:10px;
}

.shop-item-two .inner-box .lower-content h3 a{
    color: #242424;
    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;
}

.shop-item-two .inner-box .lower-content .price{
    position: relative;
    color: #4349d9;
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 20px;
}

.products-section .content-column{
	position:relative;
	margin-bottom:30px;
}

.products-section .content-column .inner-column{
	position:relative;
	padding-left:45px;
}

.products-section .content-column .inner-column h2{
	position:relative;
	color:#ffffff;
	font-size:50px;
	font-weight:700;
	line-height:1.1em;
	margin-bottom:25px;
}

.products-section .content-column .inner-column h2 span{
	color:#02AAFF;
	font-size:40px;
	display:block;
}

.products-section .content-column .inner-column .text{
	position:relative;
	color:#ffffff;
	margin-bottom:38px;
}

.products-section .content-column .inner-column .theme-btn{
	padding:13px 30px 11px;
}



/*** 

====================================================================
	Shop Single Section
====================================================================

***/

.shop-single-section{
	position:relative;
	padding:100px 0px 0px;
}

.shop-single{
	position:relative;
	padding-bottom:50px;
	margin-bottom:90px;
	border-bottom:1px solid #e9e9e9;
}

.product-details .basic-details{
	position:relative;
	margin-bottom:40px;
}

.product-details .image-column,
.product-details .info-column{
	margin-bottom:40px;
}

.product-details .image-column .image-box{
	padding-right:40px;
}

.product-details .info-column .inner-column{
	position:relative;
	padding-left:15px;
}

.product-details .image-column .image-box img{
	position:relative;
	display:block;
	width:100%;
	background-color:#f4f4f4;
}

.product-details .basic-details h4{
	font-size:42px;
	font-weight:700;
	margin:-5px 0px 0px;
	line-height:1.2em;
	color:#182158;
	padding-bottom:20px;
}

.product-details .basic-details .text{
	position:relative;
	padding:25px 0px;
	margin-bottom:22px;
	border-top:1px solid #eaeaea;
	border-bottom:1px solid #eaeaea;
}

.product-details .basic-details .price{
	position:relative;
	color:#242424;
	font-size:20px;
	font-weight:700;
	margin-bottom:30px;
	font-family: 'Fira Sans', sans-serif;
}

.product-details .basic-details .price span{
	font-weight:700;
	font-size:22px;
	color:#242424;
	margin-left:10px;
}

.product-details .basic-details .quantity-spinner,
.cart-section input.quantity-spinner{
	line-height:24px;
	padding:10px 15px !important;
	height:46px !important;
	box-shadow:none !important;	
	color: #444;
	font-weight: 700;
}

.product-details .basic-details .bootstrap-touchspin .input-group-btn-vertical > .btn,
.cart-section .bootstrap-touchspin .input-group-btn-vertical > .btn{
	padding:11px 10px;
	background:#f4f5f6;	
}

.product-details .bootstrap-touchspin .input-group-btn-vertical i,
.cart-section .bootstrap-touchspin .input-group-btn-vertical i{
	top:6px;	
}

.product-details .basic-details .item-quantity{
	position:relative;
	margin-bottom:40px;
}

.product-details .info-column .inner-column .btn-style-eight{
	padding:11px 36px;
}

.product-details .basic-details .item-quantity .field-label{
	float:left;
	color:#242424;
	font-weight:700;
	font-size:20px;
	line-height:40px;
	margin-right:20px;
	display:inline-block;
}

.product-details .basic-details .item-quantity .bootstrap-touchspin{
	width:80px;
}

.product-details .basic-details .add-to-cart{
	padding:13px 39px 11px 39px;
	font-size:15px;
}

/*** 

====================================================================
	Product Tabs Style
====================================================================

***/

.shop-single .product-details .prod-tabs{
	position:relative;
	margin-bottom:60px;
}

.shop-single .product-details .prod-tabs .tab-btns{
	position:relative;
	z-index:1;	
	border-bottom:1px solid #e2e2e2;
}

.shop-single .product-details .prod-tabs .tab-btns .tab-btn{
	position:relative;
	top:1px;
	display:block;
	float:left;
	margin-right:10px;
	font-size:18px;
	background:#02AAFF;
	color:#242424;
	text-transform:capitalize;
	font-weight:700;
	line-height:24px;
	cursor:pointer;
	border:1px solid transparent;
	padding:11px 30px 9px;
	font-family: 'Fira Sans', sans-serif;
	transition:all 500ms ease;
}

.shop-single .product-details .prod-tabs .tab-btns .tab-btn:before{
	position:absolute;
	content:'';
	left:0px;
	top:-2px;
	width:100%;
	height:3px;
	opacity:0;
	background-color:#02AAFF;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;
}

.shop-single .product-details .prod-tabs .tab-btns .tab-btn.active-btn::before,
.shop-single .product-details .prod-tabs .tab-btns .tab-btn:hover::before{
	opacity:1;
}

.shop-single .product-details .prod-tabs .tab-btns .tab-btn:hover:after,
.shop-single .product-details .prod-tabs .tab-btns .tab-btn.active-btn:after{
	position:absolute;
	content:'';
	left:0px;
	bottom:-1px;
	width:100%;
	height:1px;
	background-color:#ffffff;
}

.shop-single .product-details .prod-tabs .tab-btns .tab-btn:hover,
.shop-single .product-details .prod-tabs .tab-btns .tab-btn.active-btn{
	color:#242424;
	border-color:#e2e2e2;
	background:#ffffff;
}

.shop-single .product-details .prod-tabs .tabs-content{
	position:relative;
	padding:50px 35px 30px;
	border:1px solid #e2e2e2;
	border-top:0px;
}

.shop-single .product-details .prod-tabs .tabs-content .tab{
	position:relative;
	display:none;
	border-top:0px;
}

.shop-single .product-details .prod-tabs .tabs-content .tab.active-tab{
	display:block;	
}

.shop-single .product-details .prod-tabs .tabs-content .tab .content{
	position:relative;
}

.shop-single .product-details .prod-tabs .tabs-content .tab .content p{
	position:relative;
	font-size:17px;
	margin-bottom:25px;
}

.prod-tabs .tabs-content .tab .title{
	position:relative;
	color:#232527;
	font-size:20px;
	font-weight:700;
	margin-top:10px;
	margin-bottom:25px;
}

/*** 

====================================================================
	Comments Area
====================================================================

 ***/

.shop-single .comments-area{
	position:relative;
	margin-top:0px;
	margin-bottom:50px;
}

.shop-single .group-title{
	position:relative;
	margin-bottom:40px;
}

.shop-single .group-title h2{
	position:relative;
	font-size:24px;
	color:#232628;
	font-weight:600;
	padding-bottom:15px;
	text-transform:uppercase;
	border-bottom:1px solid #f2f2f2;
}

.shop-single .group-title h2:after{
	position:absolute;
	content:'';
	left:0px;
	bottom:-1px;
	width:55px;
	height:2px;
	background-color:#02AAFF;
}

.shop-single .comments-area .comment-box{
	position:relative;
	margin-bottom:30px;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;
}

.shop-single .comments-area .comment-box:nth-child(1){
	padding-top:0px;	
}

.shop-single .comments-area .comment-box:hover{
	border-color:#eb5310;	
}

.shop-single .comments-area .comment{
	position:relative;
	font-size:14px;
	padding:0px 0px 0px 90px;
}

.shop-single .comments-area .comment .comment-inner{
	position:relative;
	padding:15px 20px;
	border:1px solid #f4f4f4;
}

.shop-single .comments-area .comment .comment-inner .rating{
	position:absolute;
	right:15px;
	top:15px;
}

.shop-single .comments-area .comment .comment-inner .rating .fa{
	display:inline-block;
	color:#02AAFF;
}

.shop-single .comments-area .comment-box .author-thumb{
	position:absolute;
	left:0px;
	top:0px;
	margin-bottom:20px;
}

.shop-single .comments-area .comment-box .author-thumb img{
	width:60px;
	display:block;
}

.shop-single .comments-area .comment-info{
	position:relative;
	color:#232527;
	line-height:24px;
	font-size:16px;	
	font-weight:500;
}

.shop-single .comments-area .comment-box .text{
	font-size:16px;
    margin-top:8px;
	margin-bottom:0px;
}

/*Comment Form*/

.shop-comment-form{
	position:relative;
}

.shop-comment-form h2{
	position:relative;
	color:#232628;
	font-size:24px;
	font-weight:700;
	margin-bottom:30px;
	padding-bottom:15px;
	text-transform:uppercase;
	border-bottom:1px solid #f2f2f2;
}

.shop-comment-form h2:before{
	position:absolute;
	content:'';
	left:0px;
	bottom:-1px;
	width:55px;
	height:2px;
	background-color:#02AAFF;
}

.shop-comment-form .group-title{
	margin-bottom:20px;
}

.shop-comment-form .rating-box{
	position:relative;
	margin-bottom:30px;
}

.shop-comment-form .rating-box .text{
	position:relative;
	font-size:16px;
	margin-bottom:10px;
}

.shop-comment-form .rating-box .rating{
	position:relative;
	display:inline-block;
	margin-right:10px;
	padding-right:10px;
	border-right:1px solid #ebebeb;
}

.shop-comment-form .rating-box .rating:last-child{
	border-right:0px;
}

.shop-comment-form .rating-box .rating .fa{
	position:relative;
	margin-right:6px;
	display:inline-block;
}

.shop-comment-form .rating-box .rating a{
	position:relative;
	color:#d6d6d6;
	font-size:14px;
	display:inline-block;
}

.shop-comment-form .rating-box .rating a:hover{
	color:#02AAFF;
}

.shop-comment-form .form-group{
	position:relative;
	margin-bottom:15px;
}

.shop-comment-form .form-group label{
	position:relative;
	color:#848484;
	font-size:14px;
	font-weight:400;
}

.shop-comment-form .form-group:last-child{
	margin-bottom:0px;
}

.shop-comment-form .form-group input[type="text"],
.shop-comment-form .form-group input[type="password"],
.shop-comment-form .form-group input[type="tel"],
.shop-comment-form .form-group input[type="email"],
.shop-comment-form .form-group select{
	position:relative;
	display:block;
	width:100%;
	line-height:28px;
	padding:10px 15px;
	border:1px solid #efefef;
	height:50px;
	color:#848484;
	font-weight:300;
	background:#ffffff;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;
}

.shop-comment-form .form-group input[type="text"]:focus,
.shop-comment-form .form-group input[type="password"]:focus,
.shop-comment-form .form-group input[type="tel"]:focus,
.shop-comment-form .form-group input[type="email"]:focus,
.shop-comment-form .form-group select:focus,
.shop-comment-form .form-group textarea:focus{
	border-color:#02AAFF;
}

.shop-comment-form .form-group textarea{
	position:relative;
	display:block;
	width:100%;
	line-height:26px;
	padding:10px 15px;
	color:#848484;
	border:1px solid #efefef;
	height:115px;
	font-weight:300;
	background:#ffffff;
	resize:none;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;
}

.shop-comment-form button{
	position:relative;
	margin-top:10px;
}

.shop-comment-form input:focus,
.shop-comment-form select:focus,
.shop-comment-form textarea:focus{
	border-color:#02AAFF;	
}




/*Check Out Page*/

.checkout-page{
	position:relative;
	padding:100px 0px 80px;
}

.checkout-page .default-links{
	position:relative;
	margin-bottom:40px;	
}

.checkout-page .default-links li{
	margin-bottom:15px;
	line-height:24px;
	padding:18px 28px;
	background:#f9f9f9;
	color:#444444;
	font-size:20px;
	font-weight:600;
	border:1px solid #ebebeb;
	font-family: 'Fira Sans', sans-serif;
}

.checkout-page .default-links li a{
	color:#4349d9;
	text-decoration:underline;
}

.shop-form .billing-inner{
	position:relative;
	padding-right:100px;
}

.shop-form .sec-title h2{
	position: relative;
	display: inline-block;
	padding-right: 60px;
}

.shop-form .sec-title h2:before{
	position: absolute;
	content: '';
	background-color: #02AAFF;
	width: 40px;
	height: 2px;
	right: 0px;
	bottom: 10px;
}

.shop-form .form-group{
	position:relative;
	margin-bottom:20px;	
}

.billing-details .shop-form .form-group{
	margin-bottom:20px;	
}

.billing-details .shop-form .form-group .check-box{
	margin-top: 2px;
	margin-bottom: 28px;
}

.billing-details .shop-form .form-group.sec-title{
	margin-bottom:0px;
	padding-bottom:30px;
}

.shop-form .form-group .field-label{
	display:block;
	line-height:24px;
	margin-bottom:8px;
	text-transform:capitalize;
	color:#797979;	
	font-size:18px;
	font-weight:600;
	font-family: 'Barlow', sans-serif;
}

.shop-form .form-group .field-label sup{
	position:relative;
	top:0px;
	color:#444;	
	font-size:16px;
}

.shop-form input[type="text"],
.shop-form input[type="email"],
.shop-form input[type="password"],
.shop-form input[type="tel"],
.shop-form input[type="number"],
.shop-form input[type="url"],
.shop-form select,
.shop-form textarea{
	position:relative;
	display:block;
	width:100%;
	background:#ffffff;
	line-height:16px;
	font-size: 16px;
	padding:10px 15px;
	height:38px;
	color:#9c9c9c;
	border:1px solid #eeeeee;
	transition:all 300ms ease;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
}

.billing-details .shop-form .form-group .check-box label{
	position: relative;
	display: inline-block;
	cursor: pointer;
	font-size: 18px;
	font-family: 'Barlow', sans-serif;
	font-weight: 600;
	color: #797979;
}

.shop-form input.address-two{
	margin-top:12px;
}

.shop-form input::-webkit-input-placeholder,
.shop-form select::-webkit-input-placeholder,
.shop-form textarea-webkit-input-placeholder{
	color:#9c9c9c;
}

.shop-form select{
	-webkit-appearance:none;
	-ms-appearance:none;
	-moz-appearance:none;
	-o-appearance:none;
	background:#ffffff url(../images/icons/icon-select.png) right center no-repeat;
	cursor:pointer;
}

.shop-form select option{
	text-indent:15px;	
}

.shop-form textarea{
	resize:none;
	height:100px !important;
	overflow:hidden;
	padding-top: 15px;	
	margin-top: 15px;
}

.shop-form input:focus,
.shop-form select:focus,
.shop-form textarea:focus{
	border-color:#02AAFF;	
}

/*Shop Order Box*/

.shop-order-box{
	position:relative;
	padding:20px 28px 60px;
	border:1px solid #d9d9d9;
	background-color:#fdfdfd;
}

.shop-order-box .order-list{
	position:relative;
}

.shop-order-box .order-list li{
	position:relative;
	color:#797979;
	font-size:18px;
	font-weight:600;
	margin-bottom:12px;
	text-transform:uppercase;
}

.shop-order-box .order-list li span{
	float:right;
	width:35%;
	text-align:left;
	font-size:17px;
	text-transform:capitalize;
}

.shop-order-box .order-list li span.dark{
	color:#242424;
}

.shop-order-box .order-list li.total{
	padding:8px 0px;
	border-top:1px solid #e2e2e2;
	border-bottom:1px solid #e2e2e2;
}

.payment-options{
	position:relative;
	margin-top:20px;
	margin-bottom:20px;	
}

.checkout-page .payment-options li{
	position:relative;
	margin-bottom:15px;	
}

.checkout-page .payment-options li .radio-option{
	position:relative;		
}

.checkout-page .payment-options li .radio-option label{
	position:relative;
	display:block;
	padding-left:30px;
	font-weight:600 !important;
	text-transform:capitalize;
	letter-spacing:1px;
	color:#444;
	cursor:pointer;
	font-size:15px;
}

.checkout-page .payment-options li .radio-option label strong{
	font-weight:600;
	display: inline-block;
	color:#797979;
	font-size:18px;
}

.checkout-page .payment-options li .radio-option input[type="radio"]{
	position:absolute;
	left:0px;
	top:3px;	
}

.checkout-page .payment-options li .radio-option #payment-3{
	top:9px;
}

.checkout-page .payment-options li .what-paypall{
	font-size:16px;
	font-weight:600;
	margin-left:15px;
	color:#4349d9;
}

.checkout-page .payment-options li .radio-option label .small-text{
	position:relative;
	display:none;
	padding:18px 26px;
	letter-spacing:0px;
	text-transform:none;
	font-weight:normal;
	font-size:16px;
	color:#8e8d8d;
	border-radius:4px;
	line-height:20px;
	line-height:1.7em;
	margin-top:20px;
	margin-left:-30px;
	background-color:#ececec;
}

.checkout-page .payment-options li .radio-option label .small-text:before{
	position:absolute;
	content:'';
	left:24px;
	top:-10px;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-bottom: 15px solid #ececec;
}

.checkout-page .payment-options li .radio-option input[type="radio"]:checked + label .small-text{
	display: block;
}

.checkout-page .payment-options li .radio-option label img{
	position:relative;
	top:-3px;
	display:inline-block;
	max-width:100%;
	padding-left:25px;	
}

/*** 

====================================================================
	Cart Section style
====================================================================

***/

.cart-section{
	position:relative;
	padding:100px 0px 80px;
}

.cart-outer{
	position:relative;	
}

.checkout-page .cart-outer{
	margin-bottom:40px;	
}

.cart-outer .table-outer{
	position:relative;
	width:100%;
	overflow-x:	auto;
}

.cart-outer .cart-table{
	width:100%;
	min-width:900px;	
}

.cart-table .cart-header{
	position:relative;
	width:100%;
	text-transform:uppercase;
	font-size:13px;
	background:#f9f9f9;
	color:#1c1c1c;
	border:1px solid #ebebeb;
}

.cart-table thead tr th{
	line-height:24px;
	padding:13px 28px;
	font-weight:600;
	font-size:20px;
	color:#182158;
	text-transform:capitalize;
	border-right:1px solid #ebebeb;
	font-family: 'Fira Sans', sans-serif;
}

.cart-table thead tr th .fa{
	font-size:18px;	
}

.cart-table thead tr th.prod-column{
	text-align:left;
}

.cart-table tbody tr td{
	line-height:24px;
	padding:25px 28px 20px;
}

.cart-table tbody tr .qty{
	width:200px;
	padding-right:80px;
}

.cart-table tbody tr .qty .quantity-spinner{
	background:#ffffff;	
}

.cart-table tbody tr .prod-column .column-box{
	position:relative;
	min-height:110px;
}

.cart-table tbody tr .prod-column .column-box .prod-thumb{
	position:relative;
	width:120px;	
}

.cart-table tbody tr .prod-column .column-box .prod-thumb img{
	 display:block;
	 max-width:100%;
}

.cart-table tbody tr .prod-column .column-box h4{
	font-size:14px;
	color:#444444;
	font-weight:400;
	line-height:90px;
}

.cart-table tbody tr .prod-column .author{
	font-size:13px;
	color:#333333;
	margin-bottom:0px;
}

.cart-table tbody tr .sub-total{
	font-weight:400;
	color:#444;
	font-size:18px;
	font-family: 'Barlow', sans-serif;
}

.cart-table tbody tr .remove-btn{
	position:relative;
	font-size:18px;
	color:#000;
	line-height:30px;
	font-weight:700;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	transition:all 500ms ease;
}

.cart-table tbody tr .remove-btn .fa{
	position:relative;
	font-size:18px;
	line-height:30px;
}

.cart-table tbody tr .remove-btn:hover{
	color:#02AAFF;
}

.cart-table tbody tr{
	border-bottom:1px solid #e9e9e9;	
}

.cart-table tbody tr td{
	vertical-align:middle;
	color:#444;
	font-size:18px;
	border-left:1px solid #ebebeb;
}

.cart-table tbody tr .total-price{
	font-weight:500;
	font-family: 'Barlow', sans-serif;
}

.cart-table tbody tr td:last-child{
	border-right:1px solid #ebebeb;
	text-align:center;
}

.cart-table tbody tr td .prod-title{
	position:relative;
	font-size:18px;
	font-family: 'Barlow', sans-serif;
	color: #444;
}

.cart-table tbody tr td .quantity-spinner{
	padding:5px 0px 5px 20px;
	line-height:24px;
	height:34px;
	display:block;
	width:100%;
	position:relative;
}

.cart-table tbody .available-info{
	position:relative;
	padding-left:50px;	
}

.cart-table tbody .available-info .icon{
	position:absolute;
	left:0px;
	top:5px;
	width:40px;
	height:40px;
	line-height:40px;
	text-align:center;
	font-size:18px;
	color:#ffffff;
	background:#223555;
	border-radius:50%;
}

.cart-section .cart-options{
	position:relative;
	padding:28px 35px 15px;
	margin-bottom:50px;
	background-color:#f9f9f9;
	border:1px solid #ebebeb;
	border-top:0px;
}

.cart-section .apply-coupon{
	position:relative;
}

.cart-section .apply-coupon .form-group{
	position:relative;
	float:left;
	margin-right:10px;	
}

.cart-section .apply-coupon .form-group input[type="text"]{
	display:block;
	line-height:15px;
	padding:8px 10px;
	border:1px solid #eeeeee;
	width:130px;
	height:33px;
	font-size:15px;
	color: #444;
	background:#ffffff;
}

.cart-section .btn-style-two{
    padding:2px 15px 3px 15px;
    line-height: 24px;
    border-radius: 3px;
	font-size:15px;
	font-weight:400;
	border-color:#242424;
	background-color:#182158;
	color: #fff;
}

.cart-section .btn-style-two:hover{
	color:#ffffff;
	background-color: #043782;
}

.cart-section .cart-options .btn-style-eight{
	top:-2px;
	padding:7px 28px;
}

.cart-section .totals-table{
	position:relative;
	margin-bottom:20px;
	border:1px solid #ebebeb;
}

.cart-section .totals-table li{
	line-height:24px;
	padding:14px 22px;
	border-bottom:1px solid #ebebeb;	
}

.cart-section .totals-table li:first-child{
	background-color:#f9f9f9;
}

.cart-section .totals-table li h3{
	position:relative;
	font-weight:600;
	font-size:20px;
	line-height: 30px;
}

.cart-section .totals-table li:last-child{
	border-bottom:none;
	margin-bottom:0px;
	padding:25px 30px;
}

.cart-section .totals-table .col{
	position:relative;
	display:block;
	float:left;
	line-height:24px;
	width:50%;
	color:#444444;
	font-size:17px;
	text-transform:capitalize;
}

.cart-section .totals-table li .col:last-child{
	text-align:right;
	color:#444;
}

.cart-section .totals-table .total .price{
	color:#444 !important;
	font-weight:700;
}










/*** 

====================================================================
							Updated-Css
====================================================================

***/



/** xs-sidebar **/

.xs-sidebar-group .xs-overlay{
  left:0%;
  top:0;
  position:fixed;
  height:100%;
  width:20%;
  transform: scaleX(0);
  transform-origin: left center;
  cursor:url(../images/icons/cross-out.png),
  pointer; 
  z-index: 9999999;
  border-right: 1px solid rgba(255, 255, 255, 0.10);
  transition: transform .65s .3s cubic-bezier(0.7, 0, 0.2, 1);
}

.xs-sidebar-group.isActive .xs-overlay{
  transform: scaleX(1);
  transition-delay: .03s;
}

.xs-sidebar-group .xs-overlay-2{
	left: 20%;
  transition-delay: .06s;
}

.xs-sidebar-group .xs-overlay-3{
	left: 40%;
  transition-delay: .09s;
}

.xs-sidebar-group .xs-overlay-4{
	left: 60%;
  transition-delay: .12s;
}

.xs-sidebar-group .xs-overlay-5{
	left: 80%;
  transition-delay: .15s;
}

.xs-sidebar-group .widget-heading{
  position:absolute;
  top: 50px;
  right: 35px;
  z-index: 1;
}

.xs-sidebar-widget{
  position:fixed;
  right:-100%;
  top:0;
  bottom:0;
  width:100%;
  max-width:460px;
  z-index:999999999;
  height: 100%;
  -webkit-overflow-scrolling:touch;
  background-color:#fff;
  transition: all 900ms ease;
  visibility:hidden;
  opacity:0;
}

.xs-sidebar-group.isActive .xs-sidebar-widget{
  opacity:1;
  visibility:visible;
  right:0;
  -webkit-transition:all 0.7s cubic-bezier(0.9, 0.03, 0, 0.96) 0.6s;
  -o-transition:all 0.7s cubic-bezier(0.9, 0.03, 0, 0.96) 0.6s;
  transition:all 0.7s cubic-bezier(0.9, 0.03, 0, 0.96) 0.6s;
}

.sidebar-textwidget{
  padding: 50px 40px 50px 40px;
}

.xs-sidebar-group .close-side-widget{
  position: relative;
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 36px;
  text-align: center;
  border: 1px solid #0e132d;
  color: #0e132d;
  border-radius: 50%;
  font-weight: 400;
  font-size: 20px;
}

.sidebar-widget-container{
  position:relative;
  opacity:0;
  visibility:hidden;
}

.xs-sidebar-group.isActive .sidebar-widget-container{
  opacity:1;
  visibility:visible;
}

.xs-bg-black{
  background-color:#101127;
}

.xs-sidebar-group .logo{
  position: relative;
  display: block;
  padding-bottom: 25px;
  margin-bottom: 35px;
  border-bottom: 1px solid #e0e0e0;
}

.xs-sidebar-group h3{
	position: relative;
	display: block;
	font-size: 30px;
	line-height: 36px;
	font-weight: 700;
	margin-bottom: 28px;
}

.xs-sidebar-group .content-inner .text{
  position: relative;
  display: block;
  margin-bottom: 45px;
}

.xs-sidebar-group .content-inner p{
	position: relative;
	display: block;
	font-size: 17px;
	line-height: 28px;
	font-family: 'Barlow', sans-serif;
	color: #444444;
	margin-bottom: 0px;
}

.xs-sidebar-group .content-inner .info-box{
	position: relative;
	display: block;
	margin-bottom: 48px;
}

.xs-sidebar-group .content-inner .info-box .info li{
	position: relative;
	display: block;
	font-size: 18px;
	line-height: 25px;
	font-family: 'Barlow', sans-serif;
	color: #444;
	padding-left: 47px;
	margin-bottom: 25px;
}

.xs-sidebar-group .content-inner .info-box .info li:last-child{
	margin-bottom: 0px !important;
}

.xs-sidebar-group .content-inner .info-box .info li .icon{
	position: absolute;
	left: 0px;
	top: 0px;
	font-size: 30px;
}

.xs-sidebar-group .content-inner .info-box .info li:first-child .icon{
	top: 7px;
}

.xs-sidebar-group .content-inner .info-box .info li:nth-child(3) .icon{
	left: 8px;
}

.xs-sidebar-group .subscribe-inner .form-group{
	position: relative;
	margin-bottom: 0px;
}

.xs-sidebar-group .subscribe-inner .form-group input[type="email"]{
	position: relative;
	display: block;
	width: 100%;
	height: 56px;
	border: 1px solid #e3dfdf;
	background: #f8f8f8;
	border-radius: 5px;
	padding: 10px 30px;
	font-size: 18px;
	font-family: 'Barlow', sans-serif;
	color: #444;
	margin-bottom: 30px;
	transition: all 500ms ease;
}

.xs-sidebar-group .subscribe-inner .form-group input:focus{
	border-color: #222;
}

.xs-sidebar-group .content-inner .info-box .info li a{
	display: inline-block;
	color: #444;
}

.xs-sidebar-group .content-inner .info-box .info li a:hover{
	text-decoration: underline;
}

.xs-sidebar-group .subscribe-inner .form-group button{
	position: relative;
	display: inline-block;
	font-size: 15px;
	line-height: 26px;
	font-family: 'Roboto', sans-serif;
	font-weight: 700;
	color: #fff;
	text-transform: uppercase;
	text-align: center;
	border-radius: 5px;
	padding: 17px 31px 16px 32px;
	background-color: #d90627;
	cursor: pointer;
	letter-spacing: 1px;
	transition: all 500ms ease;
}

.xs-sidebar-group .subscribe-inner .form-group button:hover{
	background-color: #043782;
}

.xs-sidebar-group .subscribe-inner .form-group button span{
	position: relative;
	padding-right: 42px;
}

.xs-sidebar-group .subscribe-inner .form-group button span:before{
	position: absolute;
	content: '';
	background-image: url(../images/icons/icon-5.png);
	width: 20px;
	height: 20px;
	top: -1px;
	right: 0px;
	background-repeat: no-repeat;
}

.main-header .nav-btn{
  position: relative;
  width: 45px;
  height: 45px;
  line-height: 45px;
  cursor: pointer;
  border-radius: 50%;
  text-align: center;
  margin-left: 25px;
  transition: all 500ms ease;
}

.main-header .nav-btn:hover{
	background-color: #fff;
}

::-webkit-input-placeholder {
	color: inherit;
}

::-moz-input-placeholder {
	color: inherit;
}

::-ms-input-placeholder {
	color: inherit;
}

.main-header .sticky-header .outer-box{
	margin-top: 12px;
}



/** banner-section **/

.banner-section{
  position: relative;
}

.banner-carousel{
  position: relative;
}

.banner-carousel .slide-item{
  position: relative;
  height: 900px;
  width: 100%;
  display: block;
  overflow: hidden;
}

.banner-carousel .slide-item .image-layer{
  position:absolute;
  left:0px;
  top:0px;
  right: 0px;
  width:100%;
  height:100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  -webkit-transform:scale(1);
  -ms-transform:scale(1);
  transform:scale(1);
  -webkit-transition: all 6000ms linear;
  -moz-transition: all 6000ms linear;
  -ms-transition: all 6000ms linear;
  -o-transition: all 6000ms linear;
  transition: all 6000ms linear;
  z-index: -1;

}
.banner-carousel .slide-item .image-layer:before {
	position: absolute;
	content: "";
	width: 100%;
	left: 0px;
	top: 0px;
	height: 65%;
	background-image: linear-gradient(rgba(0,0,0,1), rgba(0,45,90,0));
}
.banner-carousel .active .slide-item .image-layer{
  -webkit-transform:scale(1.15);
  -ms-transform:scale(1.15);
  transform:scale(1.15);
  z-index: 1;
}
.banner-carousel .auto-container {
	position: relative;
	top: 55%!important;
	transform: translateY(-50%);
	z-index: 10;
}
.banner-carousel .content-box{
  position: relative;
  display: block;
  max-width: 700px;
  width: 100%;
  z-index: 10;
}

.banner-carousel .content-box h2{
  position: relative;
  display: block;
  color: #fff;
  font-size: 57px;
  line-height: 64px;
  font-weight: 800;
  margin-bottom: 17px;
  opacity: 0;
  -webkit-transform: translateY(100px);
  -moz-transform: translateY(100px);
  -ms-transform: translateY(100px);
  -o-transform: translateY(100px);
  transform: translateY(100px);
  -webkit-transition: all 1000ms ease;
  -moz-transition: all 1000ms ease;
  -ms-transition: all 1000ms ease;
  -o-transition: all 1000ms ease;
  transition: all 1000ms ease;
  z-index: 10;
}

.banner-carousel .active .content-box h2{
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition-delay: 700ms;
  -moz-transition-delay: 700ms;
  -ms-transition-delay: 700ms;
  -o-transition-delay: 700ms;
  transition-delay: 700ms;
}

.banner-carousel .content-box p{
  position: relative;
  font-size: 20px;
  line-height: 28px;
  font-weight: 500;
  color: #fff;
  margin-bottom: 32px;
  opacity: 0;
  -webkit-transform: translateY(100px);
  -moz-transform: translateY(100px);
  -ms-transform: translateY(100px);
  -o-transform: translateY(100px);
  transform: translateY(100px);
  -webkit-transition: all 1000ms ease;
  -moz-transition: all 1000ms ease;
  -ms-transition: all 1000ms ease;
  -o-transition: all 1000ms ease;
  transition: all 1000ms ease;
}

.banner-carousel .active .content-box p{
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition-delay: 1000ms;
  -moz-transition-delay: 1000ms;
  -ms-transition-delay: 1000ms;
  -o-transition-delay: 1000ms;
  transition-delay: 1000ms;
}

.banner-carousel .content-box a.buton{
  position: relative;
  display: block;
  opacity: 0;
  -webkit-transform: translateY(100px);
  -moz-transform: translateY(100px);
  -ms-transform: translateY(100px);
  -o-transform: translateY(100px);
  transform: translateY(100px);
  -webkit-transition: all 1000ms ease;
  -moz-transition: all 1000ms ease;
  -ms-transition: all 1000ms ease;
  -o-transition: all 1000ms ease;
  transition: all 1000ms ease;
}

.banner-carousel .active .content-box a{
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition-delay: 1300ms;
  -moz-transition-delay: 1300ms;
  -ms-transition-delay: 1300ms;
  -o-transition-delay: 1300ms;
  transition-delay: 1300ms;
}

.owl-dots-none .owl-dots,
.owl-nav-none .owl-nav{
  display: none !important;
}
a.buton {
	display: block;
	padding: 0px 50px;
	line-height: 55px;
	border-radius: 30px;
	background: #02AAFF;
	color: #FFF;
	float: left;
	font-weight: 900;
}

/** project-style-two **/


.project-style-two{
	position: relative;
	background-color: #08254f;
	padding: 115px 0px 120px 0px;
}

.project-style-two .sec-title{
	padding-bottom: 54px;
}

.project-style-two .outer-container{
	position: relative;
	padding: 0px 95px;
}

.project-block-one .inner-box{
	position: relative;
	display: block;
	overflow: hidden;
}

.project-block-one .inner-box .image-box{
	position: relative;
	display: block;
	overflow: hidden;
	background-color: #d90429;
}

.project-block-one .inner-box img{
	width: 100%;
	transition: all 500ms ease;
}

.project-block-one .inner-box:hover img{
	transform: scale(1.05);
	opacity: 0.1;
}

.project-block-one .inner-box .text{
	position: absolute;
	left: 0px;
	bottom: 55px;
	width: 100%;
	padding-left: 30px;
	opacity: 0;
	transition: all 500ms ease;
}

.project-block-one .inner-box:hover .text{
	opacity: 1;
}

.project-block-one .inner-box .text:before{
	position: absolute;
	content: '';
	background-color: #fff;
	width: 100%;
	height: 1px;
	left: 0px;
	top: 27px;
}

.project-block-one .inner-box .text h3{
	position: relative;
	display: inline-block;
	top: 15px;
	transition: all 500ms ease;
}

.project-block-one .inner-box:hover .text h3{
	top: 0px;
}

.project-block-one .inner-box .text h3 a{
	position: relative;
	display: inline-block;
	font-size: 22px;
	line-height: 30px;
	font-weight: 700;
	color: #182158;
	background-color: #fff;
	border-radius: 5px;
	padding: 14px 36px 11px 36px;
	transition: all 500ms ease;
}

.project-block-one .inner-box .text h3 a:hover{
	color: #d90429;
}

.project-style-two .owl-nav{
	position: relative;
	display: block !important;
	text-align: center;
	margin-top: 60px;
}

.project-style-two .owl-nav span{
	display: none;
}

.project-style-two .owl-nav .owl-prev,
.project-style-two .owl-nav .owl-next{
	position: relative;
	display: inline-block;
	width: 52px;
	height: 52px;
	line-height: 52px;
	border: 2px solid #bfbfbf;
	border-radius: 50%;
	text-align: center;
	margin: 0px 6.5px;
	transition: all 500ms ease;
}

.project-style-two .owl-nav .owl-prev:hover,
.project-style-two .owl-nav .owl-next:hover{
	border-color: #fff;
}

.project-style-two .owl-nav .owl-prev:before,
.project-style-two .owl-nav .owl-next:before{
	position: absolute;
	content: '';
	width: 16px;
	height: 12px;
	text-align: center;
	border-radius: 50%;
	left: 16px;
	top: 18px;
	background-repeat: no-repeat;
}

.project-style-two .owl-nav .owl-prev:before{
	background-image: url(../images/icons/icon-7.png);
}

.project-style-two .owl-nav .owl-next:before{
	background-image: url(../images/icons/icon-8.png);
}

.header-style-two .main-box .logo-box{
	padding: 24.5px 0px;
}

.banner-style-two .banner-carousel .slide-item{
	padding: 181px 0px 190px 0px;
}

.header-style-three .header-upper .logo-outer{
	padding: 29px 0px 34px 0px;
}

.banner-style-three .banner-carousel .slide-item{
	padding: 156px 0px 188px 0px;
}


/** about-style-two **/

.about-style-two{
	position: relative;
	padding: 115px 0px 120px 0px;
}

.content_block_one .content-box{
	position: relative;
	display: block;
}

.content_block_one .content-box .text{
	display: block;
	margin-bottom: 31px;
}

.content_block_one .content-box .text h4{
	display: block;
	font-size: 20px;
	line-height: 28px;
	color: #10151c;
	margin-bottom: 27px;
}

.content_block_one .content-box .text p{
	line-height: 30px;
	margin-bottom: 30px;
}

.content_block_one .content-box .text p:last-child{
	margin-bottom: 0px;
}

.list-style-five li{
	position: relative;
	display: block;
	font-size: 18px;
	line-height: 28px;
	font-family: 'Roboto', sans-serif;
	font-weight: 500;
	color: #182158;
	padding-left: 34px;
	margin-bottom: 9px;
}

.list-style-five li:before{
	position: absolute;
	content: '';
	background-image: url(../images/icons/icon-13.png);
	width: 20px;
	height: 18px;
	left: 0px;
	top: 4px;
	background-repeat: no-repeat;
}

.content_block_one .content-box .list-style-five li{
	float: left;
	width: 50%;
}

.content_block_one .content-box .list-style-five{
	margin-bottom: 28px;
}

.content_block_one .content-box .btn-box a{
	position: relative;
	display: inline-block;
	font-size: 14px;
	line-height: 24px;
	font-family: 'Roboto', sans-serif;
	font-weight: 700;
	color: #fff;
	background-color: #d72027;
	border-radius: 5px;
	padding: 18px 35px 15px 35px;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 1.5px;
	transition: all 500ms ease;
}

.content_block_one .content-box .btn-box a:hover{
	background-color: #043782;
}

.content_block_one .content-box .sec-title{
	padding-bottom: 21px;
}

.content_block_one .content-box{
	margin-top: -10px;
}

.image_block_one .image-box{
	position: relative;
	display: block;
	padding-right: 294px;
	margin-right: -111px;
}

.image_block_one .image-box img{
	width: 100%;
	transition: all 500ms ease;
}

.image_block_one .image-box .image-2{
	position: absolute;
	top: 57px;
	right: 0px;
}

.image_block_one .image-box .image{
	overflow: hidden;
}

.image_block_one .image-box .image:hover img{
	transform: scale(1.05);
}

.team-section.team-page .sec-title h2{
	padding-bottom: 14px;
}

.team-section.team-page .sec-title h2:before{
	position: absolute;
	content: '';
	background-color: #02AAFF;
	width: 55px;
	height: 2px;
	left: 0px;
	bottom: 0px;
}

.sidebar-page-container .news-block-three .inner-box .lower-content .lower-box h3{
	font-size: 28px;
	line-height: 36px;
}


/** header-style-five **/

.header-style-five{
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	background-color: transparent;
}

.header-style-five .outer-container{
	position: relative;
	padding: 0px 60px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.header-style-five .main-box .logo-box{
	padding: 31px 0px 10px 0px;
	margin-right: 56px;
}

.header-style-five .main-menu .navigation > li{
	padding: 24px 0px 9px 0px;
}

.header-style-five .main-menu .navigation > li:hover > a, 
.header-style-five .main-menu .navigation > li.current > a{
	color: #d12815 !important;
}

.main-header .menu-right-content{
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
}

.main-header .menu-right-content .support-box{
	position: relative;
	display: block;
	padding-left: 48px;
	margin-right: 20px;
}

.main-header .menu-right-content .support-box .icon{
	position: absolute;
	left: 0px;
	top: -1px;
}

.main-header .menu-right-content .support-box p{
	font-size: 20px;
	font-weight: 600;
	color: #fff;
}

.main-header .menu-right-content .btn-box .theme-btn.btn-style-five{
	border: 1px solid #919da2;
	padding: 8px 23px 6px 26px;
	letter-spacing: 1.4px;
	font-size: 14px;
}

.main-header .menu-right-content .btn-box .theme-btn.btn-style-five:hover{
	color: #fff;
	background-color: #043782;
	border-color: #043782;
}



/** feature-section **/

.feature-section{
	position: relative;
	background-color: #eff6fd;
}

.feature-section .inner-box{
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.feature-section .inner-box .single-item{
	position: relative;
	display: block;
	padding: 31px 30px 36px 85px;
}

.feature-section .inner-box .single-item .icon-box{
	position: absolute;
	left: 0px;
	top: 42px;
}

.feature-section .inner-box .single-item h3{
	display: block;
	font-size: 24px;
	line-height: 30px;
	font-weight: 600;
	color: #000000;
	margin-bottom: 6px;
}

.feature-section .inner-box .single-item p{
	color: #494949;
	line-height: 24px;
	font-weight: 500;
}

.feature-section .inner-box .single-item-two{
	position: relative;
	display: block;
	background-color: #d12815;
	padding: 37px 30px 37px 170px;
}

.feature-section .inner-box .single-item-two .icon-box{
	position: absolute;
	left: 39px;
	top: 52px;
}

.feature-section .inner-box .single-item-two .icon-box:before{
	position: absolute;
	content: '';
	background-color: #fff;
	width: 1px;
	height: 95px;
	top: -11px;
	right: -33px;
	opacity: 0.4;
}

.feature-section .inner-box .single-item-two h3{
	display: block;
	font-size: 26px;
	line-height: 34px;
	color: #fff;
	font-weight: 600;
}


/** about-style-three **/

.about-style-three{
	position: relative;
	padding: 130px 0px 120px 0px;
}

.about-style-three .image-box{
	position: relative;
	display: block;
	margin-right: 56px;
	padding-right: 44px;
	padding-bottom: 47px;
}

.about-style-three .image-box .image{
	position: relative;
	display: block;
	border-radius: 8px;
}

.about-style-three .image-box .image img{
	width: 100%;
	border-radius: 8px;
}

.about-style-three .image-box .image:before{
	position: absolute;
	content: '';
	border: 2px solid #df685b;
	border-radius: 8px;
	width: 100%;
	height: 100%;
	left: 18px;
	bottom: 18px;
	z-index: -1;
}

.about-style-three .image-box .text{
	position: absolute;
	right: 0px;
	bottom: 0px;
	width: 195px;
	background-color: #073f84;
	border-radius: 8px;
	padding: 28px 30px 19px 40px;
}

.about-style-three .image-box .text h2{
	position: relative;
	display: inline-block;
	font-size: 40px;
	line-height: 40px;
	font-family: 'Roboto', sans-serif;
	color: #fff;
	font-weight: 700;
	padding-right: 13px;
	margin-bottom: 7px;
}

.about-style-three .image-box .text h2 span{
	position: absolute;
	top: -6px;
	right: 0px;
	font-size: 24px;
	font-weight: 500;
}

.about-style-three .image-box .text p{
	display: block;
	font-size: 14px;
	line-height: 20px;
	font-family: 'Roboto', sans-serif;
	color: #fff;
	font-weight: 700;
	text-transform: uppercase;
}

.home-5 .sec-title .sub-title{
	color: #d12815;
}

.home-5 .sec-title .sub-title:before{
	background-color: #d12815;
}

.about-style-three .content-box{
	position: relative;
	display: block;
}

.about-style-three .content-box .text{
	position: relative;
	display: block;
	margin-bottom: 62px;
}

.about-style-three .content-box .text h4{
	font-size: 22px;
	line-height: 30px;
	font-family: 'Barlow', sans-serif;
	font-weight: 600;
	color: #494949;
	margin-bottom: 32px;
}

.about-style-three .content-box .text p{
	line-height: 30px;
}

.about-style-three .content-box .lower-box{
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding-right: 60px;
}

.about-style-three .content-box .lower-box .single-item{
	position: relative;
	display: block;
	padding-left: 96px;
}

.about-style-three .content-box .lower-box .single-item .icon-box{
	position: absolute;
	left: 0px;
	top: -20px;
}

.about-style-three .content-box .lower-box .single-item h4{
	display: block;
	font-size: 20px;
	line-height: 24px;
	font-family: 'Roboto', sans-serif;
	font-weight: 700;
}

.about-style-three .content-box .lower-box .single-item:before{
	position: absolute;
	content: '';
	background-color: #d6d6d6;
	width: 1px;
	height: 52px;
	top: 4px;
	right: -61px;
}

.about-style-three .content-box .lower-box .single-item:last-child:before{
	display: none;
}

.about-style-three .content-box .sec-title{
	padding-bottom: 35px;
}

.about-style-three .content-box{
	margin-top: -11px;
}


/** service-section **/

.service-section{
	position: relative;
	padding: 115px 0px 90px 0px;
	background-color: #0c1a28;
}

.service-section .bg-layer{
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	background-attachment: fixed;
}

.service-section .bg-layer:before{
	position: absolute;
	content: '';
	background-color: #0c1a28;
	width: 100%;
	height: 100%;
	left: 0px;
	top: 0px;
	opacity: 0.96;
}

.service-section .sec-title{
	margin-bottom: 28px;
}

.service-section .sec-title .link{
	position: absolute;
	right: 0px;
	bottom: 72px;
}

.service-section .sec-title .link a{
	position: relative;
	display: inline-block;
	font-size: 15px;
	line-height: 24px;
	font-family: 'Roboto', sans-serif;
	font-weight: 700;
	text-transform: uppercase;
	color: #e52611;
	letter-spacing: 1px;
}

.service-section .sec-title .link a span{
	position: relative;
	display: block;
	padding-right: 38px;
}

.service-section .sec-title .link a span:before{
	position: absolute;
	content: '';
	background-image: url(../images/icons/icon-31.png);
	width: 24px;
	height: 12px;
	top: 5px;
	right: 0px;
	background-repeat: no-repeat;
}

.service-block-one .inner-box{
	position: relative;
	display: block;
	margin-bottom: 30px;
}

.testimonial-style-two.home-5 .testimonial-block-two .inner-box .author-box h5{
	font-size: 17px;
	font-weight: 500;
	font-family: 'Yantramanav', sans-serif;
}

.testimonial-style-two.home-5 .testimonial-block-two .inner-box .author-box .designation{
	color: #d90628;
	font-size: 15px;
	font-weight: 700;
	font-family: 'Yantramanav', sans-serif;
	letter-spacing: 1.5px;
	padding-left: 10px;
}

.service-block-one .inner-box .image-box{
	position: relative;
	display: block;
	overflow: hidden;
	border-radius: 8px;
	background-color: #000;
}

.service-block-one .inner-box .image-box img{
	width: 100%;
	border-radius: 8px;
	transition: all 500ms ease;
}

.service-block-one .inner-box:hover .image-box img{
	transform: scale(1.05);
	opacity: 0.7;
}

.service-block-one .inner-box .lower-content{
	position: relative;
	display: block;
	border: 2px solid #034a90;
	border-radius: 0px 0px 8px 8px;
	border-top: none;
	padding: 20px 30px 19px 30px;
}

.service-block-one .inner-box .lower-content:before{
	position: absolute;
	content: '';
	background: -webkit-linear-gradient(90deg, rgba(13,26,40,0.0), rgba(13,26,40,1) 80%);
	width: 2px;
	height: 100%;
	left: -2px;
	top: 0px;
	z-index: 1;
}

.service-block-one .inner-box .lower-content:after{
	position: absolute;
	content: '';
	background: -webkit-linear-gradient(90deg, rgba(13,26,40,0.0), rgba(13,26,40,1) 90%);
	width: 2px;
	height: 100%;
	right: -2px;
	top: 0px;
	z-index: 1;
}

.service-block-one .inner-box .lower-content h4{
	position: relative;
	display: block;
	font-size: 20px;
	line-height: 30px;
	font-weight: 600;
}

.service-block-one .inner-box .lower-content h4 a{
	display: inline-block;
	color: #fff;
	transition: all 500ms ease;
}

.service-block-one .inner-box .lower-content h4 a:hover{
	color: #d12815;
}

.service-block-one .inner-box .lower-content .link{
	position: absolute;
	top: 19px;
	right: 21px;
}

.service-block-one .inner-box .lower-content .link a{
	position: relative;
	display: inline-block;
	width: 32px;
	height: 32px;
	line-height: 32px;
	font-size: 26px;
	color: #fff;
	font-weight: 500;
	font-family: 'Roboto', sans-serif;
	background-color: #d12815;
	text-align: center;
	border-radius: 50%;
	transition: all 500ms ease;
}

.service-block-one .inner-box .lower-content .link a:hover{
	background-color: #fff;
	color: #d12815;
}


/** chooseus-section **/

.chooseus-section{
	position: relative;
	padding: 150px 0px 100px 0px;
	border-bottom: 1px solid #c6c7cc;
	background-color: #eff6fd;
}

.chooseus-section .image-box{
	position: relative;
	display: block;
	margin-left: -42px;
}

.chooseus-section .image-box img{
	width: 100%;
}

.chooseus-section .bg-layer-1{
	position: absolute;
	left: 0px;
	top: 0px;
	width: calc(50% - 355px);
	height: calc(100% - 100px);
	background-color: #ac2d1b;
}

.chooseus-section .bg-layer-2{
	position: absolute;
	left: 0px;
	top: 0px;
	width: calc(50% - 355px);
	height: calc(100% - 100px);
	background: rgba(0, 28, 24, 0.10);
	clip-path: polygon(-40% 0%, 100% 100%, 100% 100%, 0% 100%, 0% 0%);
}

.chooseus-section .content-box{
	position: relative;
	display: block;
	padding-left: 60px;
	margin-top: -10px;
}

.chooseus-section .content-box .single-item{
	position: relative;
	display: block;
	margin-bottom: 44px;
}

.chooseus-section .content-box .single-item .upper-box{
	position: relative;
	display: block;
	padding-left: 83px;
	min-height: 52px;
	margin-bottom: 18px;
}

.chooseus-section .content-box .single-item .upper-box .icon-box{
	position: absolute;
	left: 0px;
	top: -2px;
}

.chooseus-section .content-box .single-item .upper-box h4{
	display: block;
	font-size: 21px;
	line-height: 26px;
	font-weight: 700;
}

.chooseus-section .content-box .single-item p{
	font-size: 17px;
	line-height: 26px;
	color: #525252;
}

.chooseus-section .sec-title{
	margin-bottom: 20px;
}

.chooseus-section .content-box .single-column:nth-child(3) .single-item,
.chooseus-section .content-box .single-column:last-child .single-item{
	margin-bottom: 0px;
}


/** funfact-section **/

.funfact-section{
	position: relative;
	padding: 93px 0px 113px 0px;
	background-color: #eff6fd;
}

.counter-block-one .inner-box{
	position: relative;
	display: block;
	padding-left: 90px;
}

.counter-block-one .inner-box .icon-box{
	position: absolute;
	left: 0px;
	top: 12px;
}

.counter-block-one .inner-box .count-outer{
	position: relative;
	display: block;
	font-size: 50px;
	line-height: 50px;
	font-weight: 800;
	color: #182158;
	margin-bottom: 3px;
}

.counter-block-one .inner-box .counter-text{
	display: block;
	font-size: 18px;
	line-height: 26px;
	font-weight: 600;
	color: #d90429;
}

.funfact-section .inner-container{
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
}


/** project-style-three **/

.project-style-three{
	position: relative;
	padding: 115px 0px 120px 0px;
	background-color: #182158;
}

.project-style-three .pattern-layer{
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}

.project-style-three .sec-title .btn-box{
	position: absolute;
	right: 0px;
	bottom: 49px;
}

.project-style-three .sec-title .btn-box a{
	position: relative;
	display: inline-block;
	font-size: 15px;
	line-height: 26px;
	font-family: 'Roboto', sans-serif;
	font-weight: 700;
	color: #fff;
	text-transform: uppercase;
	letter-spacing: 1.5px;
	background-image: -webkit-linear-gradient( 0deg, #d90429 0%, #d92c04 100%);
	border-radius: 5px;
	padding: 17px 26px 16px 27px;
	z-index: 1;
}

.project-style-three .sec-title .btn-box a span{
	position: relative;
	padding-right: 33px;
}

.project-style-three .sec-title .btn-box a span:before{
	position: absolute;
	content: '';
	background-image: url(../images/icons/icon-40.png);
	width: 20px;
	height: 20px;
	top: -1px;
	right: 0px;
	background-repeat: no-repeat;
}

.project-style-three .sec-title .btn-box a:before{
	position: absolute;
	content: '';
	width: 0%;
	height: 100%;
	right: 0px;
	top: 0px;
	z-index: -1;
	background: #043782;
	border-radius: 5px;
	transition: all 500ms ease;
}

.project-style-three .sec-title .btn-box a:hover:before{
	width: 100%;
	left: 0px;
}

.project-style-three .content-inner{
	position: relative;
	margin-right: -280px;
}

.project-block-two .inner-box{
	position: relative;
	display: block;
	overflow: hidden;
}

.project-block-two .inner-box .image-box{
	position: relative;
	display: block;
	overflow: hidden;
	border-radius: 10px;
	background-color: #d90627;
}

.project-block-two .inner-box .image-box:before {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  background: -webkit-linear-gradient(90deg, rgba(0,0,0,0.6) 0%, rgba(0,0,0,0.0) 50%);
  bottom: 0px;
  right: 0px;
  z-index: 1;
  transition: all 500ms ease;
}

.project-block-two .inner-box:hover .image-box:before{
	opacity: 0;
}

.project-block-two .inner-box .image-box img{
	width: 100%;
	border-radius: 10px;
	transition: all 500ms ease;
}

.project-block-two .inner-box:hover .image-box img{
	opacity: 0.15;
}

.project-block-two .inner-box .content-box{
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 2;
}

.project-block-two .inner-box .static-content{
	position: absolute;
	left: 0px;
	bottom: 34px;
	left: 45px;
	width: 100%;
	transition: all 500ms ease;
}

.project-block-two .inner-box:hover .static-content{
	opacity: 0;
}

.project-block-two .inner-box .content-box h3{
	display: block;
	font-size: 28px;
	line-height: 36px;
	font-weight: 700;
	color: #fff;
}

.project-block-two .inner-box .content-box h3 a{
	color: #fff;
}

.project-block-two .inner-box .content-box h3 a:hover{
	text-decoration: underline;
}

.project-block-two .inner-box .overlay-content{
	position: absolute;
	left: 0px;
	bottom: 0px;
	width: 100%;
	padding-left: 45px;
	padding-right: 55px;
	opacity: 0;
	visibility: hidden;
	transition: all 500ms ease;
}

.project-block-two .inner-box:hover .overlay-content{
	bottom: 51px;
	opacity: 1;
	visibility: visible;
}

.project-block-two .inner-box .overlay-content h3{
	margin-bottom: 8px;
}

.project-block-two .inner-box .overlay-content p{
	font-size: 18px;
	line-height: 26px;
	color: #fff;
	margin-bottom: 28px;
}

.project-block-two .inner-box .overlay-content .link a{
	position: relative;
	display: inline-block;
	font-size: 18px;
	line-height: 26px;
	font-family: 'Barlow', sans-serif;
	color: #fff;
}

.project-block-two .inner-box .overlay-content .link a span{
	position: relative;
	padding-right: 34px;
}

.project-block-two .inner-box .overlay-content .link a span:before{
	position: absolute;
	content: '';
	background-image: url(../images/icons/icon-41.png);
	width: 23px;
	height: 12px;
	top: 7px;
	right: 0px;
	background-repeat: no-repeat;
}

.project-style-three .sec-title{
	margin-bottom: 20px;
}


/** testimonial-style-two **/

.testimonial-style-two{
	position: relative;
	padding: 112px 0px 115px 0px;
	background: #e8e8e8;
}

.testimonial-style-two .pattern-layer{
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}

.testimonial-style-two .title-inner .text{
	position: relative;
	display: block;
	margin-top: 28px;
}

.testimonial-style-two .title-inner{
	margin-bottom: 20px;
}

.testimonial-style-two .title-inner .sec-title-two{
	margin-bottom: 0px;
}

.testimonial-style-two .title-inner .text p{
	position: relative;
	display: block;
	font-size: 18px;
	line-height: 28px;
	color: #444;
	margin-bottom: 0px;
}

.testimonial-block-two .inner-box{
	position: relative;
	display: block;
	background: #fff;
	padding: 51px 30px 50px 165px;
	border-radius: 5px;
}

.testimonial-block-two .inner-box:before{
	position: absolute;
	content: '';
	background: #eaeaea;
	width: 1px;
	height: 103px;
	left: 82px;
	bottom: 0px;
}

.testimonial-block-two .inner-box .thumb-box{
	position: absolute;
	left: 40px;
	top: 60px;
	width: 84px;
	height: 84px;
	border-radius: 50%;
}

.testimonial-block-two .inner-box .thumb-box img{
	width: 100%;
	border-radius: 50%;
}

.testimonial-block-two .inner-box .text{
	position: relative;
	display: block;
	margin-bottom: 16px;
}

.testimonial-block-two .inner-box .text p{
	position: relative;
	display: block;
	font-size: 18px;
	line-height: 30px;
	color: #444;
	font-family: 'Barlow', sans-serif;
	margin-bottom: 0px;
}

.testimonial-block-two .inner-box .author-box{
	position: relative;
	display: block;
}

.testimonial-block-two .inner-box .author-box h5{
	position: relative;
	display: block;
	font-size: 17px;
	line-height: 26px;
	font-family: 'Roboto', sans-serif;
	font-weight: 500;
	color: #242424;
	margin-bottom: 0px;
}

.testimonial-block-two .inner-box .author-box .designation{
	position: relative;
	display: block;
	font-size: 14px;
	line-height: 20px;
	font-weight: 500;
	font-family: 'Barlow', sans-serif;
	text-transform: uppercase;
	color: #d12815;
}

.testimonial-block-two .inner-box .author-box .quote-icon{
	position: absolute;
	right: 14px;
	bottom: -20px;
	font-size: 36px;
	line-height: 30px;
}

.testimonial-style-two .owl-carousel .owl-dots{
	position: relative;
	display: block;
	text-align: center;
	margin-top: 48px !important;
}

.testimonial-style-two .owl-carousel .owl-dot{
	position: relative;
	display: inline-block;
	margin: 0px 5px;
}

.testimonial-style-two .owl-carousel .owl-dots span{
	position: relative;
	display: inline-block;
	background: transparent;
	width: 10px;
	height: 10px;
	border: 1px solid #3f3f3f;
	border-radius: 50%;
	cursor: pointer;
	transition: all 500ms ease;
}

.testimonial-style-two .owl-carousel .owl-dots .owl-dot.active span,
.testimonial-style-two .owl-carousel .owl-dots .owl-dot:hover span{
	border-color: #d12815;
}

.video-section.home-5 .title:before{
	background-color: #d12815;
}

.video-section.home-5 .play-btn .icon{
	color: #d12815;
}


.news-section .sec-title .link{
	position: absolute;
	right: 0px;
	bottom: 72px;
}

.news-section .sec-title .link a{
	position: relative;
	display: inline-block;
	font-size: 15px;
	line-height: 24px;
	font-family: 'Roboto', sans-serif;
	font-weight: 700;
	text-transform: uppercase;
	color: #e52611;
	letter-spacing: 1px;
}

.news-section .sec-title .link a span{
	position: relative;
	display: block;
	padding-right: 38px;
}

.news-section .sec-title .link a span:before{
	position: absolute;
	content: '';
	background-image: url(../images/icons/icon-31.png);
	width: 24px;
	height: 12px;
	top: 5px;
	right: 0px;
	background-repeat: no-repeat;
}

.news-section.home-5 .news-block .inner-box .lower-box h3 a:hover{
	color: #d12815;
}

.news-section.home-5 .news-block .inner-box .lower-box .read-more,
.news-section.home-5 .sidebar-news .read-more{
	color: #d12815;
}

.news-section.home-5 .news-block .inner-box .lower-box .read-more:hover,
.news-section.home-5 .sidebar-news .read-more:hover{
	text-decoration: underline;
}

.main-footer.alternat-2 .footer-widget h2:after{
	background-color: #d12815;
}

.main-footer.alternat-2 .list li a:hover{
	color: #d12815;
}

.main-footer.alternat-2 .social-icon-one li a:hover{
	color: #d12815;
	border-color: #d12815;
}



/** testimonial-style-three **/

.testimonial-style-three{
	position: relative;
	padding: 120px 0px;
	background-color: #0a2137;
}

.testimonial-style-three .testimonial-content .text{
	position: relative;
	display: block;
	background-color: #fff;
	padding: 43px 40px 41px 45px;
	border-radius: 10px;
	margin-bottom: 32px;
}

.testimonial-style-three .testimonial-content .text:before{
	position: absolute;
	content: '';
	background-color: #fff;
	width: 44px;
	height: 10px;
	left: 67px;
	bottom: -9px;
	clip-path: polygon(0% 0%, 100% 0%, 50% 100%, 50% 100%, 0% 0%);
}

.testimonial-style-three .testimonial-content .text .icon-box{
	position: relative;
	display: block;
	margin-bottom: 23px;
}

.testimonial-style-three .testimonial-content img{
	width: auto;
}

.testimonial-style-three .testimonial-content .text p{
	line-height: 30px;
}

.testimonial-style-three .testimonial-content .author-box{
	position: relative;
	display: block;
	margin-left: 57px;
	padding: 16px 0px 14px 95px;
}

.testimonial-style-three .testimonial-content .author-box .author-thumb{
	position: absolute;
	left: 0px;
	top: 0px;
	width: 70px;
	height: 70px;
	border-radius: 50%;
}

.testimonial-style-three .testimonial-content .author-box .author-thumb img{
	width: 100%;
	border-radius: 50%;
}

.testimonial-style-three .testimonial-content .author-box h5{
	display: block;
	font-size: 18px;
	line-height: 26px;
	font-family: 'Roboto', sans-serif;
	color: #fff;
	font-weight: 700;
}

.testimonial-style-three .testimonial-content .author-box .designation{
	position: relative;
	display: block;
	font-size: 16px;
	line-height: 14px;
	color: #fe5a0e;
}

/** header-style-seven **/

.header-style-seven{
	position: relative;
	background-color: #0f1015;
	padding-left: 100px;
	border-bottom: none;
}

.header-style-seven .nav-outer .outer-box{
	position: relative;
	padding-right: 400px;
	margin-top: 0px;
}

.header-style-seven .nav-outer .outer-box .nav-btn{
	position: absolute;
	top: 0px;
	right: 0px;
	margin: 0px;
	width: 90px;
	height: 80px;
	line-height: 80px;
	background-color: transparent;
}


/** banner-style-seven **/

.banner-style-seven{
	position: relative;
	padding-left: 100px;
	padding-right: 90px;
	padding-bottom: 90px;
	background-color: #0f1015;
}

.banner-style-seven:before{
	position: absolute;
	content: '';
	background-color: #bc1d15;
	width: 630px;
	height: 100%;
	top: 0px;
	right: 0px;
}

.banner-style-seven .bg-layer{
	position: absolute;
	top: 0px;
	right: 0px;
	width: calc(50% + 225px);
	height: calc(100% - 90px);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}

.banner-style-seven .pattern-layer{
	position: absolute;
	left: 0px;
	top: 0px;
	width: calc(50% - 225px);
	height: calc(100% - 90px);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: left top;
	opacity: 0.22;
	border: 1px solid #888;
	border-right: none;
}

.banner-style-seven .slide-item{
	padding: 160px 0px 230px 150px;
}

.banner-style-seven .content-box{
	position: relative;
	max-width: 650px;
}

.banner-style-seven .content-box h2{
	font-size: 130px;
	line-height: 104px;
	font-family: 'Roboto', sans-serif;
	font-weight: 900;
	background-image: url(../images/icons/text-bg.png);
    color: transparent;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: 53px;
}

.banner-style-seven .banner-carousel .content-box p{
	line-height: 30px;
	font-weight: 400;
	margin-bottom: 33px;
}

.banner-style-seven .banner-carousel .content-box .btn-box a{
	position: relative;
	display: inline-block;
	font-size: 20px;
	line-height: 30px;
	font-family: 'Barlow', sans-serif;
	color: #bc1d15;
	padding-left: 93px;
	font-weight: 500;
	transition: all 500ms ease;
}

.banner-style-seven .banner-carousel .content-box .btn-box a:hover{
	color: #fff;
}

.banner-style-seven .banner-carousel .content-box .btn-box a:before{
	position: absolute;
	content: '';
	background-color: #bc1d15;
	width: 72px;
	height: 1px;
	left: 0px;
	top: 16px;
}


/** about-style-five **/

.about-style-five{
	position: relative;
	background-color: #0f1015;
	padding: 112px 0px 140px 0px; 
}

.home-7 .sec-title .sub-title{
	color: #bc1d15;
}

.home-7 .sec-title .sub-title:before{
	background: #bc1d15;
}

.content_block_two .content-box{
	position: relative;
	display: block;
	margin-left: 70px;
}

.content_block_two .content-box .text{
	display: block;
	margin-bottom: 29px;
}

.content_block_two .content-box .text p{
	color: #fff;
}

.content_block_two .content-box .list-item{
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 45px;
}

.content_block_two .content-box .list li{
	position: relative;
	display: block;
	font-size: 18px;
	line-height: 28px;
	font-family: 'Roboto', sans-serif;
	color: #fff;
	font-weight: 600;
	margin-bottom: 12px;
	padding-left: 35px;
}

.content_block_two .content-box .list li:last-child{
	margin-bottom: 0px;
}

.content_block_two .content-box .list li:before{
	position: absolute;
	content: '';
	background-image: url(../images/icons/icon-48.png);
	width: 20px;
	height: 20px;
	left: 0px;
	top: 4px;
	background-repeat: no-repeat;
}

.content_block_two .content-box .btn-box a{
	position: relative;
	display: inline-block;
	font-size: 14px;
	line-height: 26px;
	font-family: 'Roboto', sans-serif;
	font-weight: 700;
	color: #242424;
	text-transform: uppercase;
	background-color: #ffffff;
	border-radius: 5px;
	padding: 17px 31px 15px 31px;
	z-index: 1;
	transition: all 500ms ease;
}

.content_block_two .content-box .btn-box a span{
	position: relative;
	padding-right: 41px;
}

.content_block_two .content-box .btn-box a span:before{
	position: absolute;
	content: '';
	background-image: url(../images/icons/icon-49.png);
	width: 20px;
	height: 20px;
	top: -3px;
	right: 0px;
	background-repeat: no-repeat;
	transition: all 500ms ease;
}

.content_block_two .content-box .btn-box a:hover span:before{
	opacity: 0;
}

.content_block_two .content-box .btn-box a span:after{
	position: absolute;
	content: '';
	background-image: url(../images/icons/icon-5.png);
	width: 20px;
	height: 20px;
	top: -3px;
	right: 0px;
	background-repeat: no-repeat;
	opacity: 0;
	transition: all 500ms ease;
}

.content_block_two .content-box .btn-box a:hover span:after{
	opacity: 1;
}

.content_block_two .content-box .btn-box a:hover{
	color: #fff;
	background-color: #043782;
}

.content_block_two .content-box .sec-title h2{
	font-size: 50px;
	line-height: 55px;
}

.content_block_two .content-box .sec-title{
	padding-bottom: 28px;
}

.about-style-five .image-layer{
	position: absolute;
	left: 390px;
	bottom: 0px;
}

.about-style-five .bg-layer{
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	background-attachment: fixed;
}

.about-style-five .bg-layer:before{
	position: absolute;
	content: '';
	background-color: #0f1015;
	width: 100%;
	height: 100%;
	left: 0px;
	top: 0px;
	opacity: 0.92;
}


.home-7 .project-style-two{
	background-color: #bc1d15;
}

.home-7 .project-style-two .sec-title .sub-title{
	color: #fff;
}

.home-7 .project-style-two .sec-title .sub-title:before,
.home-7 .project-style-two .sec-title .sub-title:after{
	background-color: #fff;
}

.project-style-two .bg-layer{
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}

.project-style-two .bg-layer:before{
	position: absolute;
	content: '';
	background-color: #bc1d15;
	width: 100%;
	height: 100%;
	left: 0px;
	top: 0px;
	opacity: 0.9;
}

.home-7 .project-style-two .owl-nav .owl-prev, 
.home-7 .project-style-two .owl-nav .owl-next{
	border: 2px solid #fff;
}

.home-7 .project-style-two .owl-nav .owl-prev:before {
    background-image: url(../images/icons/icon-50.png);
}

.home-7 .project-style-two .owl-nav .owl-next:before {
    background-image: url(../images/icons/icon-51.png);
}



/** chooseus-style-two **/

.chooseus-style-two{
	position: relative;
	padding: 110px 0px 93px 0px;
	background: #eceff5;
}

.image_block_two .image-box{
	position: relative;
	display: block;
	margin-right: 77px;
	margin-left: -176px;
	padding-left: 149px;
	padding-bottom: 37px;
}

.image_block_two .image-box img{
	width: 100%;
	transition: all 500ms ease;
}

.image_block_two .image-box .image-2{
	position: absolute;
	left: 0px;
	bottom: 0px;
	border: 10px solid #eceff5;
}

.image_block_two .image-box .image{
	overflow: hidden;
}

.image_block_two .image-box .image-1:hover img{
	transform: scale(1.05);
}

.image_block_two .image-box h5{
	position: absolute;
	left: -69px;
	top: 158px;
	display: inline-block;
	font-size: 18px;
	line-height: 26px;
	font-family: 'Roboto', sans-serif;
	font-weight: 500;
	color: #fff;
	padding: 12px 20px;
	text-transform: uppercase;
	background-color: #bc1d15;
	letter-spacing: 5px;
	transform: rotate(-90deg);
	z-index: 1;
}

.content_block_three .content-box{
	margin-left: -30px;
	margin-top: -10px;
}

.content_block_three .content-box .text{
	position: relative;
	display: block;
	margin-bottom: 38px;
}

.content_block_three .content-box .text p{
	line-height: 30px;
}

.content_block_three .content-box .list-item li{
	position: relative;
	display: block;
	font-size: 19px;
	line-height: 28px;
	font-weight: 500;
	font-family: 'Roboto', sans-serif;
	color: #000;
	padding-left: 37px;
	margin-bottom: 19px;
}

.content_block_three .content-box .list-item li:last-child{
	margin-bottom: 0px;
}

.content_block_three .content-box .list-item li:before{
	position: absolute;
	content: '';
	background-image: url(../images/icons/icon-48.png);
	width: 20px;
	height: 20px;
	left: 0px;
	top: 4px;
	background-repeat: no-repeat;
}

.content_block_three .content-box .inner-box{
	position: relative;
	padding-right: 230px;
}

.content_block_three .content-box .sec-title{
	padding-bottom: 32px;
}

.content_block_three .content-box .inner-box .inner{
	position: absolute;
	bottom: 0px;
	right: 0px;
	width: 183px;
	background: #bc1d15;
	border-radius: 5px;
	padding: 30px 30px 33px 30px;
	text-align: center;
}

.content_block_three .content-box .inner-box .inner .icon-box{
	position: relative;
	display: block;
	margin-bottom: 12px;
}

.content_block_three .content-box .inner-box .inner h4{
	position: relative;
	display: block;
	font-size: 21px;
	line-height: 30px;
	font-family: 'Roboto', sans-serif;
	color: #fff;
	font-weight: 700;
}

.chooseus-style-two .chooseus-inner{
	position: relative;
	padding-bottom: 110px;
	margin-bottom: 83px;
	border-bottom: 1px solid #bdbfc4;
}

.home-7 .funfact-section{
	padding: 0px;
	background-color: transparent;
}

.home-7 .counter-block-one .inner-box .counter-text{
	font-size: 20px;
	font-weight: 500;
	color: #051d3e;
}

.home-7 .counter-block-one .inner-box .counter-text span{
	font-weight: 700;
}


/** team-style-two **/

.team-style-two{
	position: relative;
	padding: 112px 0px 80px 0px;
}

.team-style-two .title-inner .text{
	position: relative;
	display: block;
	margin-top: 28px;
}

.team-style-two .title-inner{
	margin-bottom: 20px;
}

.team-style-two .title-inner .text p{
	
}

.team-block-two .inner-box{
	position: relative;
	display: block;
}

.team-block-two .inner-box .image-box{
	position: relative;
	display: block;
	overflow: hidden;
	border-radius: 5px;
}

.team-block-two .inner-box .image-box img{
	width: 100%;
	border-radius: 5px;
	transition: all 500ms ease;
}

.team-block-two .inner-box:hover .image-box img{
	transform: scale(1.05);
}

.team-block-two .inner-box .content-box{
	position: absolute;
	left: 20px;
	bottom: 0px;
	width: 100%;
	border-radius: 5px;
	padding: 16px 25px 13px 30px;
	border-bottom-left-radius: 0px;
	background-color: #d90429;
	transition: all 500ms ease;
}

.team-block-two .inner-box:hover .content-box{
	padding: 37px 25px 102px 30px;
}

.team-block-two .inner-box .content-box h4{
	position: relative;
	display: block;
	font-size: 21px;
	line-height: 28px;
	color: #fff;
	font-weight: 700;
	text-transform: 'Roboto', sans-serif;
	margin-bottom: 4px;
}

.team-block-two .inner-box .content-box h4 a{
	display: inline-block;
	color: #fff;
}

.team-block-two .inner-box .content-box h4 a:hover{
	text-decoration: underline;
}

.team-block-two .inner-box .content-box .designation{
	position: relative;
	display: block;
	font-size: 14px;
	line-height: 18px;
	color: #fff;
	font-weight: 700;
	font-family: 'Roboto', sans-serif;
	text-transform: uppercase;
}

.team-block-two .inner-box .content-box .link{
	position: absolute;
	top: 25px;
	right: 35px;
	transition: all 500ms ease;
}

.team-block-two .inner-box:hover .content-box .link{
	top: 46px;
}

.team-block-two .inner-box .content-box .link a{
	position: relative;
	display: inline-block;
}

.team-block-two .inner-box .content-box .social-links{
	position: absolute;
	left: 30px;
	bottom: 0px;
	opacity: 0;
	width: 100%;
	transition: all 500ms ease;
}

.team-block-two .inner-box:hover .content-box .social-links{
	bottom: 36px;
	opacity: 1;
}

.team-block-two .inner-box .content-box .social-links li{
	position: relative;
	display: inline-block;
	float: left;
	margin-right: 12px;
}

.team-block-two .inner-box .content-box .social-links li:last-child{
	margin: 0px !important;
}

.team-block-two .inner-box .content-box .social-links li a{
	position: relative;
	display: inline-block;
	width: 38px;
	height: 38px;
	line-height: 34px;
	font-size: 16px;
	color: #fff;
	border: 2px solid #fff;
	border-radius: 50%;
	text-align: center;
	transition: all 500ms ease;
}

.team-block-two .inner-box .content-box .social-links li a:hover{
	background: #fff;
	color: #bc1d15;
}


.home-7 .testimonial-style-two{
	background-color: #0e0f14;
}

.home-7 .testimonial-block-two .inner-box .author-box h5{
	font-size: 17px;
	font-weight: 500;
	font-family: 'Yantramanav', sans-serif;
	color: #242424;
	text-transform: uppercase;
}

.home-7 .testimonial-block-two .inner-box .author-box .designation{
	font-family: 'Yantramanav', sans-serif;
	font-size: 15px;
	font-weight: 700;
	color: #d90628;
	letter-spacing: 1.5px;
	padding-left: 10px;
}

.home-7 .testimonial-block-two .inner-box .text p{
	font-size: 18px;
	font-family: 'Yantramanav', sans-serif;
	line-height: 30px;
}

.home-7 .testimonial-style-two .owl-carousel .owl-dots .owl-dot.active span, 
.home-7 .testimonial-style-two .owl-carousel .owl-dots .owl-dot:hover span{
	background-color: #d12815;
}


/** news-style-two **/

.news-style-two{
	position: relative;
	padding: 112px 0px 110px 0px;
	background: #f9f9f9;
}

.news-style-two .sec-title .link{
	position: absolute;
	right: 0px;
	bottom: 62px;
}

.news-style-two .sec-title .link a{
	position: relative;
	display: inline-block;
	font-size: 16px;
	line-height: 16px;
	font-family: 'Roboto', sans-serif;
	color: #bc1d15;
	font-weight: 700;
	text-transform: uppercase;
	border-bottom: 1px solid #f4adad;
}

.news-block-one .inner-box{
	position: relative;
	display: block;
	border-radius: 5px;
	background: #fff;
	box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.08);
}

.news-block-one .inner-box .image-box{
	position: relative;
	display: block;
	overflow: hidden;
	border-radius: 5px 5px 0px 0px;
}

.news-block-one .inner-box .image-box .image{
	position: relative;
	display: block;
	overflow: hidden;
	background: -webkit-linear-gradient(45deg, #8f071f, #d70429 100%);
}

.news-block-one .inner-box .image-box .link-btn{
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%) scale(0,0);
	transition: all 500ms ease;
}

.news-block-one .inner-box:hover .image-box .link-btn{
	transform: translate(-50%,-50%) scale(1,1);
}

.news-block-one .inner-box .image-box .image img{
	width: 100%;
	border-radius: 5px 5px 0px 0px;
	transition: all 500ms ease;
}

.news-block-one .inner-box:hover .image-box .image img{
	opacity: 0.07;
	transform: scale(1.05);
}

.news-block-one .inner-box .lower-content{
	position: relative;
	display: block;
	padding: 37px 30px 0px 30px;
	text-align: center;
}

.news-block-one .inner-box .lower-content .post-date{
	position: relative;
	display: block;
	font-size: 18px;
	line-height: 26px;
	font-family: 'Roboto', sans-serif;
	color: #404040;
	margin-bottom: 10px;
}

.news-block-one .inner-box .lower-content h3{
	position: relative;
	display: block;
	font-size: 24px;
	line-height: 28px;
	font-family: 'Roboto', sans-serif;
	font-weight: 600;
	color: #313235;
	margin-bottom: 2px;
}

.news-block-one .inner-box .lower-content h3 a{
	display: inline-block;
	color: #313235;
	transition: all 500ms ease;
}

.news-block-one .inner-box .lower-content h3 a:hover{
	color: #bc1d15;
}

.news-block-one .inner-box .lower-content .link a{
	position: relative;
	display: inline-block;
	width: 56px;
	height: 56px;
	line-height: 54px;
	text-align: center;
	font-size: 18px;
	font-weight: 700;
	color: #fff;
	border-radius: 50%;
	background-color: #bc1d15;
	transition: all 500ms ease;
}

.news-block-one .inner-box .lower-content .link a img{
	display: inline-block;
	width: auto;
}

.news-block-one .inner-box .lower-content .link{
	position: relative;
	display: block;
	bottom: -30px;
}

.news-block-one .inner-box .lower-content .link a:hover{
	background: #222;
}



/** header-style-eight **/

.header-style-eight{
	background-color: #fff;
}

.header-style-eight:before{
	display: none;
}

.header-style-eight:after{
	position: absolute;
	content: '';
	left: 0px;
	top: 0px;
	width: 635px;
	height: 100%;
	background-color: #000000;
}

.header-style-eight .main-menu .navigation > li > a{
	color: #181818;
}

.main-header.header-style-eight .main-box .search-box-outer{
	color: #181818;
	margin-top: 23px;
}

.main-header.header-style-eight .search-box-outer:hover{
	color: #bc1d15;
}

.header-style-eight .nav-outer .outer-box{
	padding-right: 130px;
}

.header-style-eight .nav-outer .outer-box .nav-btn{
	background-color: #bc1d15;
	border-radius: 0px;
}


/** banner-style-eight **/

.banner-style-eight{
	position: relative;
	padding: 0px 90px 0px 100px;
	background-color: #000;
}

.banner-style-eight:before{
	position: absolute;
	content: '';
	background-color: #fff;
	width: 90px;
	height: 100%;
	top: 0px;
	right: 0px;
}

.banner-style-eight .slide-item{
	padding: 216px 0px 295px 105px;
}

.banner-style-eight h2{
   position: relative;
  display: block;
  color: #fff;
  font-size: 67px;
	line-height: 70px;
  font-weight: 700;
  text-transform: capitalize;
}

.banner-style-eight h2 span{
	position: relative;
	display: inline-block;
	background-color: #000;
	padding: 19px 40px 17px 30px;
}

.banner-style-eight h2 span.color-text{
	background-color: #d82b05;
	color: #000;
}

.banner-style-eight .content-box{
	max-width: 565px;
	width: 100%;
}

.banner-style-eight .slide-item .image-layer{
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}

.banner-style-eight .slide-item .image-layer:before{
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  background: -webkit-linear-gradient(-180deg, rgba(16,16,19,0.0) 20%, rgba(16,16,19,1) 100%);
  left: 0px;
  top: 0px;
  right: 0px;
}

.home-8 .sec-title .sub-title{
	color: #d90429;
}

.home-8 .sec-title .sub-title:before,
.home-8 .sec-title .sub-title:after{
	background-color: #d90429;
}


/** about-style-six **/

.about-style-six{
	position: relative;
	background-color: #ebebf0;
}

.content_block_four .content-box{
	position: relative;
	display: block;
	margin-left: 70px;
	margin-right: 50px;
	padding: 110px 0px 120px 0px;
}

.content_block_four .content-box .sec-title{
	padding-bottom: 23px;
}

.content_block_four .content-box .text{
	position: relative;
	display: block;
	margin-bottom: 39px;
}

.content_block_four .content-box .text h4{
	display: block;
	font-size: 19px;
	line-height: 28px;
	font-family: 'Roboto', sans-serif;
	color: #3c3c3c;
	font-weight: 700;
	margin-bottom: 24px;
}

.content_block_four .content-box .text p{
	line-height: 30px;
}

.content_block_four .content-box .list-inner{
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 49px;
}

.content_block_four .content-box .list-item li{
	position: relative;
	display: block;
	font-size: 18px;
	line-height: 28px;
	font-weight: 700;
	font-family: 'Roboto', sans-serif;
	color: #1f1f1f;
	padding-left: 35px;
	margin-bottom: 12px;
}

.content_block_four .content-box .list-item li:last-child{
	margin-bottom: 0px;
}

.content_block_four .content-box .list-item li:before{
	position: absolute;
	content: '';
	background-image: url(../images/icons/icon-48.png);
	width: 20px;
	height: 20px;
	left: 0px;
	top: 4px;
	background-repeat: no-repeat;
}

.content_block_four .content-box .btn-box a{
	position: relative;
	display: inline-block;
	font-size: 15px;
	line-height: 26px;
	font-family: 'Roboto', sans-serif;
	font-weight: 700;
	color: #fff;
	text-transform: uppercase;
	letter-spacing: 1.5px;
	background-image: -webkit-linear-gradient( 0deg, #d90429 0%, #d92c04 100%);
	border-radius: 5px;
	padding: 17px 31px 16px 31px;
	z-index: 1;
}

.content_block_four .content-box .btn-box a:before{
	position: absolute;
	content: '';
	background-color: #043782;
	width: 0%;
	height: 100%;
	left: 0px;
	top: 0px;
	z-index: -1;
	border-radius: 5px;
	transition: all 500ms ease;
}

.content_block_four .content-box .btn-box a:hover:before{
	width: 100%;
}

.content_block_four .content-box .btn-box a span{
	position: relative;
	padding-right: 33px;
}

.content_block_four .content-box .btn-box a span:before{
	position: absolute;
	content: '';
	background-image: url(../images/icons/icon-40.png);
	width: 20px;
	height: 20px;
	top: -2px;
	right: 0px;
	background-repeat: no-repeat;
}

.content_block_four .content-box .sec-title h2{
	font-size: 45px;
	line-height: 54px;
}

.about-style-six .image-box{
	position: relative;
	display: block;
}

.about-style-six .image-box .image{
	position: relative;
	display: block;
}

.about-style-six .image-box .image:before{
	position: absolute;
	content: '';
	background-color: #fff;
	left: 54px;
	bottom: 0px;
	width: 1px;
	height: calc(100% - 30px);
	opacity: 0.23;
}

.about-style-six .image-box .image:after{
	position: absolute;
	content: '';
	background-color: #fff;
	right: 112px;
	bottom: 0px;
	width: 1px;
	height: calc(100% - 230px);
	opacity: 0.23;
}

.about-style-six .image-box .image img{
	width: 100%;
}

.about-style-six .outer-box{
	position: absolute;
	left: 0px;
	top: -126px;
	width: 630px;
	background-color: #bc1d15;
	padding: 180px 90px 75px 170px;
	overflow: hidden;
	z-index: 1;
}

.about-style-six .outer-box:before{
	position: absolute;
	content: '';
	background-color: rgba(255, 255, 255, 0.20);
	width: 100%;
	height: 1px;
	left: 0px;
	top: 126px;
}

.about-style-six .outer-box .big-text{
	position: absolute;
	left: -30px;
	top: 0px;
	font-size: 600px;
	line-height: 400px;
	font-family: 'Roboto', sans-serif;
	font-weight: 900;
	text-transform: uppercase;
	color: rgba(0, 0, 0, 0.10);
}

.about-style-six .outer-box p{
	font-size: 22px;
	line-height: 34px;
	font-weight: 500;
	color: #fff;
}


/** service-style-two **/

.service-style-two{
	position: relative;
}

.service-style-two .inner-container{
	position: relative;
	padding: 110px 0px 120px 0px;
	border-bottom: 1px solid #cccccc;
}

.service-style-two:before{
	position: absolute;
	content: '';
	background-color: #222a36;
	width: 100%;
	height: 574px;
	left: 0px;
	top: 0px;
}

.service-style-two .pattern-layer{
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 574px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}

.service-block-two .inner-box{
	position: relative;
	display: block;
	background-color: #fff;
	border-radius: 5px;
	padding: 43px 20px 51px 20px;
	box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.13);
}

.service-block-two .inner-box .icon-box{
	position: relative;
	display: inline-block;
	width: 120px;
	height: 121px;
	line-height: 121px;
	text-align: center;
	margin-bottom: 30px;
}

.service-block-two .inner-box .icon-box .icon-bg{
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}

.service-block-two .inner-box h4{
	position: relative;
	display: block;
	font-size: 21px;
	line-height: 30px;
	font-weight: 700;
	margin-bottom: 11px;
}

.service-block-two .inner-box h4 a{
	display: inline-block;
	color: #182158;
	transition: all 500ms ease;
}

.service-block-two .inner-box h4 a:hover{
	color: #d90429;
}

.service-block-two .inner-box p{
	font-size: 17px;
	margin-bottom: 22px;
}

.service-block-two .inner-box .link a{
	position: relative;
	display: inline-block;
	font-size: 14px;
	line-height: 24px;
	font-family: 'Roboto', sans-serif;
	font-weight: 700;
	color: #d90429;
	letter-spacing: 1px;
	text-transform: uppercase;
	transition: all 500ms ease;
}

.service-block-two .inner-box .link a:hover{
	letter-spacing: 1.5px;
}

.service-style-two .inner-container{
	position: relative;
	margin: 0px -50px;
}

.service-style-two .sec-title{
	padding-bottom: 74px;
}

.home-8 .funfact-section{
	background-color: transparent;
}

.home-8 .video-section .title{
	color: #d90429;
}

.home-8 .video-section .title:before{
	background-color: #d90429;
}

.home-8 .video-section .play-btn .icon{
	color: #fff;
}

.home-8 .project-style-four{
	padding: 110px 0px 120px 0px;
}

.home-8 .project-style-four:before{
	display: none;
}

.home-8 .project-style-four .bg-layer{
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	background-attachment: fixed;
}

.home-8 .project-style-four .bg-layer:before{
	position: absolute;
	content: '';
	background-color: #021426;
	width: 100%;
	height: 100%;
	left: 0px;
	top: 0px;
	opacity: 0.97;
}

.home-8 .project-style-four .outer-container{
	padding: 0px 30px;
}

.home-8 .project-block-three .inner-box .image-box{
	background-color: #d90429;
}

.home-8 .project-block-three .inner-box .text h3 a:hover{
	color: #d90429;
}

.home-8 .project-style-four .sec-title{
	padding-bottom: 70px;
}

.home-8 .project-style-four .owl-nav{
	display: block;
	width: 152px;
	height: 70px;
	background-color: #fff;
	border-radius: 5px;
	position: absolute;
	top: -145px;
	right: 336px;
}

.home-8 .project-style-four .owl-nav:before{
	position: absolute;
	content: '';
	background-color: #d3d3d3;
	width: 1px;
	height: 40px;
	left: 76px;
	top: 15px;
}

.home-8 .project-style-four .owl-nav span{
	display: none;
}

.home-8 .project-style-four .owl-nav .owl-prev,
.home-8 .project-style-four .owl-nav .owl-next{
	position: absolute;
	width: 76px;
	height: 70px;
	line-height: 70px;
	top: 0px;
	text-align: center;
}

.home-8 .project-style-four .owl-nav .owl-prev{
	left: 0px;
}

.home-8 .project-style-four .owl-nav .owl-next{
	right: 0px;
}

.home-8 .project-style-four .owl-nav .owl-prev:before,
.home-8 .project-style-four .owl-nav .owl-next:before{
	position: absolute;
	content: '';
	width: 19px;
	height: 13px;
	left: 27px;
	top: 29px;
	background-repeat: no-repeat;
}

.home-8 .project-style-four .owl-nav .owl-prev:before{
	background-image: url(../images/icons/icon-64.png);
}

.home-8 .project-style-four .owl-nav .owl-next:before{
	background-image: url(../images/icons/icon-65.png);
}

.home-8 .aproach-section{
	background-color: transparent;
}


/** testimonial-style-three **/

.testimonial-style-four{
	position: relative;
	padding: 115px 0px 120px 0px;
	background: #0a2036;
}

.testimonial-block-three .inner-box{
	position: relative;
	display: block;
}

.testimonial-block-three .inner-box .text{
	position: relative;
	display: block;
	background: #fff;
	padding: 43px 40px 41px 50px;
	border-radius: 8px;
	margin-bottom: 45px;
}

.testimonial-block-three .inner-box .text:before{
	position: absolute;
	content: '';
	background: #fff;
	width: 40px;
	height: 10px;
	left: 60px;
	bottom: -9px;
	clip-path: polygon(0% 0%, 100% 0%, 50% 100%, 50% 100%, 0% 0%);
}

.testimonial-block-three .inner-box .text .quote-icon{
	position: relative;
	display: block;
	margin-bottom: 23px;
}

.testimonial-block-three .inner-box .text .quote-icon img{
	width: auto;
}

.testimonial-block-three .inner-box .text p{
	position: relative;
	line-height: 30px;
}

.testimonial-style-four .testimonial-inner{
	position: relative;
	margin-right: -30px;
}

.testimonial-block-three .inner-box .author-box{
	position: relative;
	display: block;
	margin-left: 57px;
	padding: 15px 0px 11px 95px;
}

.testimonial-block-three .inner-box .author-box .author-thumb{
	position: absolute;
	left: 0px;
	top: 0px;
	width: 71px;
	height: 71px;
	border-radius: 50%;
}

.testimonial-block-three .inner-box .author-box .author-thumb img{
	width: 100%;
	border-radius: 50%;
}

.testimonial-block-three .inner-box .author-box h5{
	display: block;
	font-size: 18px;
	line-height: 24px;
	color: #fff;
	font-weight: 700;
	font-family: 'Roboto', sans-serif;
}

.testimonial-block-three .inner-box .author-box .designation{
	position: relative;
	display: block;
	font-size: 16px;
	line-height: 20px;
	font-family: 'Barlow', sans-serif;
	color: #88c0f9;
}

.testimonial-style-four .sec-title{
	padding-bottom: 54px;
}

.testimonial-style-four .form-inner{
	position: relative;
	display: block;
	margin-left: 70px;
	margin-top: 10px;
}

.testimonial-style-four .form-inner .quote-form{
	position: relative;
	display: block;
	padding: 35px 30px 40px 30px;
	border-radius: 8px;
	background-color: #d90429;
}

.testimonial-style-four .form-inner .quote-form .text{
	position: relative;
	display: block;
	margin-bottom: 30px;
}

.testimonial-style-four .form-inner .quote-form .text h2{
	display: block;
	font-size: 38px;
	line-height: 48px;
	font-family: 'Roboto', sans-serif;
	color: #fff;
	font-weight: 900;
	margin-bottom: 1px;
}

.testimonial-style-four .form-inner .quote-form .text p{
	position: relative;
	display: block;
	font-size: 18px;
	line-height: 26px;
	color: #fff;
	font-family: 'Barlow', sans-serif;
	margin-bottom: 0px;
}

.testimonial-style-four .form-inner .quote-form .form-group{
	position: relative;
	margin-bottom: 10px;
}

.testimonial-style-four .form-inner .quote-form .form-group:last-child{
	margin-bottom: 0px;
}

.testimonial-style-four .form-inner .quote-form .form-group input[type='text'],
.testimonial-style-four .form-inner .quote-form .form-group input[type='email'],
.testimonial-style-four .form-inner .quote-form .form-group textarea,
.testimonial-style-four .form-inner select{
	position: relative;
	display: block;
	width: 100%;
	height: 50px;
	font-size: 17px;
	background: #fff;
	color: #5d5d5d;
	border: none;
	padding: 10px 20px;
	font-family: 'Barlow', sans-serif;
	border-radius: 5px;
}

.testimonial-style-four .form-inner .quote-form .form-group textarea{
	height: 115px;
	resize: none;
}

.testimonial-style-four .form-inner .quote-form .form-group.message-btn button{
	position: relative;
	display: block;
	width: 100%;
	font-size: 15px;
	line-height: 26px;
	font-family: 'Roboto', sans-serif;
	font-weight: 700;
	color: #fff;
	background: #151735;
	padding: 15px 30px;
	border-radius: 3px;
	letter-spacing: 1px;
	text-transform: uppercase;
	transition: all 500ms ease;
}

.testimonial-style-four .form-inner .quote-form .form-group.message-btn button:hover{
	background: #043782;
}

.testimonial-style-four .form-inner .quote-form .bootstrap-select {
  position: relative;
  display: block;
}

.testimonial-style-four .form-inner select{
	-webkit-appearance:none;
	-ms-appearance:none;
	-moz-appearance:none;
	-o-appearance:none;
	background:#ffffff
	url(../images/icons/icon-select.png) right center no-repeat;
	cursor:
	pointer;
}

.testimonial-style-four .form-inner select option{
	text-indent:15px;	
}

.testimonial-style-four .form-inner .quote-form .bootstrap-select .dropdown-toggle {
  position: relative;
  display: block;
  outline: none !important;
  border-radius: 5px;
  border: 1px solid #dddddd;
  background-color: #ffffff !important;
  max-width: 100%;
  width: 100%;
  height: 50px;
  margin: 0;
  padding: 0;
  padding-left: 20px;
  padding-right: 20px;
  color: #898989 !important;
  font-size: 17px;
  line-height: 48px;
  font-weight: 400;
  letter-spacing: normal;
  text-transform: capitalize;
  box-shadow: none !important;
  transition: none !important;
  font-family: 'Barlow', sans-serif;
}

.testimonial-style-four .form-inner .quote-form .bootstrap-select .dropdown-toggle:focus{
  outline: none !important;
}

.testimonial-style-four .form-inner .quote-form .bootstrap-select .dropdown-menu li{
  position: relative;
  display: block;
}

.testimonial-style-four .form-inner .quote-form .bootstrap-select .dropdown-menu li a span.text {
  display: inline-block;
  margin: 0;
}

.testimonial-style-four .form-inner .quote-form .bootstrap-select .dropdown-menu {
  margin: 0;
  padding: 0;
  border-radius: 0;
  border: 0px solid #ddd;
  background: #f9f9f9;
  font-size: 16px;
  color: #000000;
}

.testimonial-style-four .form-inner .quote-form .dropdown-item {
  display: block;
  width: 100%;
  padding: 9px 25px 9px;
  font-weight: 400;
  color: #898989;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
  border-radius: 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.10);
  transition: all 500ms ease;
  font-family: 'Barlow', sans-serif;
}

.testimonial-style-four .form-inner .quote-form .dropdown-item.active,
.testimonial-style-four .form-inner .quote-form .dropdown-item:active {
  color: #222222;
}

.testimonial-style-four .form-inner .quote-form .dropdown-item:hover {
  color: #222222;
}

.testimonial-style-four .map-layer{
	position: absolute;
	left: 0px;
	top: 80px;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	animation: slide 80s linear infinite;
  -webkit-animation: slide 80s linear infinite;
}

@keyframes slide{
  from { background-position: 0 0; }
    to { background-position: 1920px 0; }
}

@-webkit-keyframes slide{
  from { background-position: 0 0; }
    to { background-position: 1920px 0; }
}





/** header-style-nine **/

.header-style-nine{
	position: absolute;
	border-bottom: none;
}

.main-header.header-style-nine .nav-btn{
	background-color: #ee0d08;
}

.banner-style-nine .slide-item{
	position: relative;
	padding: 275px 0px 260px 0px;
}

.banner-style-nine .slide-item:before{
	position: absolute;
	content: '';
	background-color: #000;
	width: 100%;
	height: 100%;
	left: 0px;
	top: 0px;
	opacity: 0.1;
	z-index: 1;
}

.banner-style-nine .banner-carousel .content-box h2{
	font-size: 65px;
	line-height: 78px;
	font-weight: 700;
	margin-bottom: 16px;
}

.banner-style-nine .banner-carousel .content-box p{
	line-height: 30px;
	font-weight: 600;
	margin-bottom: 52px;
}

.banner-style-nine .banner-carousel .content-box .btn-box a{
	position: relative;
	display: inline-block;
	font-size: 15px;
	line-height: 26px;
	font-family: 'Roboto', sans-serif;
	font-weight: 700;
	color: #fff;
	text-transform: uppercase;
	letter-spacing: 1.5px;
	background: #ee0d08;
	border-radius: 5px;
	padding: 17px 34px 16px 34px;
	z-index: 1;
	transition: all 500ms ease;
}

.banner-style-nine .banner-carousel .content-box .btn-box a:hover{
	background-color: #043782;
}

.banner-style-nine .banner-carousel .content-box .btn-box a span{
	position: relative;
	padding-right: 33px;
}

.banner-style-nine .banner-carousel .content-box .btn-box a span:before{
	position: absolute;
	content: '';
	background-image: url(../images/icons/icon-40.png);
	width: 20px;
	height: 20px;
	top: -1px;
	right: 0px;
	background-repeat: no-repeat;
}


/** feature-banner **/

.feature-banner{
	position: relative;
	background-color: #0b243e;
	padding: 44px 0px 41px 0px;
}

.feature-banner:before{
	position: absolute;
	content: '';
	background-color: #ea8a01;
	width: 50%;
	height: 100%;
	top: 0px;
	right: 0px;
}

.feature-banner .single-item{
	position: relative;
	padding: 0px 100px 0px 123px;
}

.feature-banner .single-column:last-child .single-item{
	padding: 0px 0px 0px 95px;
	margin-left: 100px;
}

.feature-banner .single-column:last-child .single-item p{
	color: #fff;
}

.feature-banner .single-item .icon-box{
	position: absolute;
	left: 0px;
	top: 5px;
}

.feature-banner .single-item h3{
	display: block;
	font-size: 24px;
	line-height: 32px;
	font-family: 'Barlow', sans-serif;
	color: #fff;
	font-weight: 700;
	margin-bottom: 9px;
}

.feature-banner .single-item p{
	color: #cfe6ed;
	line-height: 26px;
}


/** service-style-three **/

.service-style-three{
	position: relative;
	padding: 110px 0px;
}

.service-style-three .sec-title p{
	font-size: 22px;
	line-height: 26px;
	color: #242424;
	font-weight: 500;
	margin-top: 36px;
}

.service-style-three .sec-title h2{
	font-size: 45px;
	line-height: 55px;
}

.service-style-three .sec-title{
	padding-bottom: 60px;
}

.service-block-three .inner-box{
	position: relative;
	display: block;
	background-color: #f0f8fa;
	border-radius: 8px;
	padding: 38px 20px 57px 20px;
	margin-bottom: 61px;
	transition: all 500ms ease;
}

.service-block-three .inner-box:hover{
	transform: translateY(-10px);
}

.service-block-three .inner-box .icon-box{
	position: relative;
	display: block;
	min-height: 64px;
	margin-bottom: 32px;
}

.service-block-three .inner-box h4{
	display: block;
	font-size: 21px;
	line-height: 30px;
	font-weight: 600;
	margin-bottom: 11px;
}

.service-block-three .inner-box h4 a{
	display: inline-block;
	color: #182158;
	transition: all 500ms ease;
}

.service-block-three .inner-box h4 a:hover{
	color: #ee0d08;
}

.service-block-three .inner-box p{
	font-size: 17px;
}

.service-style-three .inner-container{
	margin: 0px -35px;
}

.service-style-three .more-text p{
	position: relative;
	display: block;
	font-size: 20px;
	line-height: 30px;
	color: #242424;
	font-weight: 500;
}

.service-style-three .more-text p a{
	display: inline-block;
	color: #327ce8;
	border-bottom: 1px solid #86abef;
	transition: all 500ms ease;
}

.service-style-three .more-text p a:hover{
	color: #ee0d08;
	border-color: #ee0d08;
}


/** about-style-seven **/

.about-style-seven{
	position: relative;
	padding: 120px 0px;
	background-color: #f2f3f9;
}

.about-style-seven .image-box{
	position: relative;
	display: block;
	margin-right: 34px;
	padding-right: 27px;
	padding-bottom: 20px;
}

.about-style-seven .image-box .image{
	position: relative;
	display: block;
	border-radius: 15px;
}

.about-style-seven .image-box .image img{
	width: 100%;
	border-radius: 15px;
}

.about-style-seven .image-box .text{
	position: absolute;
	right: 0px;
	bottom: 0px;
	width: 165px;
	background-color: #ee0d08;
	text-align: center;
	border-radius: 10px;
	padding: 21px 20px 33px 20px;
}

.about-style-seven .image-box .text h2{
	display: block;
	font-size: 60px;
	line-height: 60px;
	font-family: 'Barlow', sans-serif;
	color: #fff;
	font-weight: 700;
	margin-bottom: 8px;
}

.about-style-seven .image-box .text p{
	display: block;
	font-size: 18px;
	line-height: 21px;
	font-weight: 600;
	color: #fff;
}

.content_block_five .content-box{
	position: relative;
	display: block;
}

.content_block_five .content-box .text{
	display: block;
	margin-bottom: 43px;
}

.content_block_five .content-box .text h4{
	display: block;
	font-size: 20px;
	line-height: 28px;
	font-family: 'Barlow', sans-serif;
	color: #242424;
	font-weight: 500;
	margin-bottom: 29px;
}

.content_block_five .content-box .inner .single-item{
	position: relative;
	display: block;
	padding-left: 83px;
}

.content_block_five .content-box .inner .single-item .icon-box{
	position: absolute;
	left: 0px;
	top: -6px;
}

.content_block_five .content-box .inner .single-item h3{
	display: block;
	font-size: 22px;
	line-height: 26px;
	font-family: 'Barlow', sans-serif;
	color: #1f1e3b;
	font-weight: 600;
}

.content_block_five .content-box .sec-title h2{
	font-size: 45px;
	line-height: 54px;
}

.content_block_five .content-box .sec-title{
	padding-bottom: 26px;
}

.home-9 .video-section .title:before{
	background-color: #ee0d08;
}

.home-9 .video-section .play-btn .icon{
	color: #ee0d08;
}

.home-9 .project-style-four{
	background-color: #f0f4fb;
	padding-bottom: 120px;
}

.home-9 .project-style-four:before{
	display: none;
}

.home-9 .project-style-four .outer-container{
	padding: 0px 175px;
}

.home-9 .project-style-four .owl-nav{
	position: absolute;
	top: -122px;
	right: 185px;
	display: block;
}

.home-9 .project-style-four .owl-prev,
.home-9 .project-style-four .owl-next{
	position: relative;
	display: inline-block;
	width: 44px;
	height: 44px;
	line-height: 38px;
	border: 2px solid #a7afb6;
	border-radius: 50%;
	text-align: center;
	margin: 0px 6.5px;
	font-size: 22px;
	color: #a7afb6;
	transition: all 500ms ease;
}

.home-9 .project-style-four .owl-prev:hover,
.home-9 .project-style-four .owl-next:hover{
	color: #ee0d08;
	border-color: #ee0d08;
}

.home-9 .project-style-four .sec-title{
	padding-bottom: 58px;
}

.home-9 .project-block-three .inner-box .image-box{
	background-color: #327ce8;
}

.home-9 .project-block-three .inner-box .text h3 a:hover{
	color: #327ce8;
}


/** cta-style-three **/

.cta-style-three{
	position: relative;
	background: #f0f4fb;
}

.cta-style-three .bg-layer{
	position: absolute;
	left: 0px;
	bottom: 0px;
	width: 100%;
	height: 50%;
	background: #1f1e3b;
}

.cta-style-three .inner-container .bg-image{
	position: absolute;
	top: -1px;
	right: -1px;
	width: calc(50% + 1px);
	height: calc(100% + 1px);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%, 23% 0%);
}

.cta-style-three .inner-container .bg-image:before{
	position: absolute;
	content: '';
	background-color: #000;
	width: 100%;
	height: 100%;
	left: 0px;
	top: 0px;
	opacity: 0.1;
}

.cta-style-three .inner-container{
	position: relative;
	display: block;
	border-radius: 8px;
	overflow: hidden;
	padding: 56px 50px 54px 90px;
	background-color: #ee0d08;
}

.cta-style-three .inner-container .text{
	position: relative;
	display: block;
	max-width: 500px;
	width: 100%;
	z-index: 1;
}

.cta-style-three .inner-container .text h2{
	position: relative;
	display: block;
	font-size: 42px;
	line-height: 50px;
	font-weight: 700;
	color: #fff;
	margin-bottom: 11px;
}

.cta-style-three .inner-container .text h3{
	position: relative;
	display: block;
	font-size: 26px;
	line-height: 34px;
	font-family: 'Barlow', sans-serif;
	font-weight: 600;
	color: #fff;
}

.cta-style-three .inner-container .text h3 a{
	display: inline-block;
	color: #fff;
}

.cta-style-three .inner-container .text h3 a:last-child{
	margin-left: 25px;
}

.cta-style-three .inner-container .text h3 a:hover{
	text-decoration: underline;
}

.home-9 .testimonial-style-three{
	background-color: #1f1e3b;
	overflow: hidden;
}

.home-9 .testimonial-style-three .testimonial-content .author-box .designation{
	color: #da7652;
}

.testimonial-style-three .map-layer{
	position: absolute;
	left: 0px;
	top: 20px;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	animation: slide 80s linear infinite;
    -webkit-animation: slide 80s linear infinite;
}


/** team-style-three **/

.team-style-three{
	position: relative;
	padding: 110px 0px 120px 0px;
}

.team-style-three .title-column{
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 50px;
}

.team-block-three .inner-box{
	position: relative;
	display: block;
	text-align: center;
}

.team-block-three .inner-box .image-box{
	position: relative;
	display: block;
	overflow: hidden;
	background-color: #1b1b34;
}

.team-block-three .inner-box .image-box img{
	width: 100%;
	transition: all 500ms ease;
}

.team-block-three .inner-box:hover .image-box img{
	opacity: 0.5;
	transform: scale(1.05);
}

.team-block-three .inner-box .lower-content{
	position: relative;
	display: block;
	background-color: #fff;
	box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.15);
	padding: 19px 15px 23px 15px;
}

.team-block-three .inner-box .lower-content h3{
	display: block;
	font-size: 22px;
	line-height: 26px;
	font-weight: 600;
	margin-bottom: 0px;
}

.team-block-three .inner-box .lower-content h3 a{
	display: inline-block;
	color: #0e2a4e;
	transition: all 500ms ease;
}

.team-block-three .inner-box .lower-content h3 a:hover{
	color: #ee0d08;
}

.team-block-three .inner-box .lower-content .designation{
	position: relative;
	display: block;
	font-size: 18px;
	line-height: 22px;
}

.team-style-three .team-block{
	padding: 0px;
	margin-bottom: 0px;
}

.team-style-three .inner-container{
	position: relative;
	margin: 0px 15px;
}

.team-style-three .sec-title{
	padding-bottom: 0px;
}


/** news-style-three **/

.news-style-three{
	position: relative;
	padding: 110px 0px 70px 0px;
	background-color: #f2f2f2;
}

.news-style-three .title-column{
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 50px;
}

.news-style-three .sec-title{
	padding: 0px;
}

.news-style-three .title-column .link a{
	position: relative;
	display: inline-block;
	font-size: 20px;
	line-height: 22px;
	font-family: 'Barlow', sans-serif;
	font-weight: 500;
	color: #327ce8;
	border-bottom: 1px solid #81a6eb;
}

.news-block-four .inner-box{
	position: relative;
	display: block;
}

.news-block-four .inner-box .image-box{
	position: relative;
	display: block;
	background-color: #182158;
	border-radius: 5px;
	overflow: hidden;
}

.news-block-four .inner-box .image-box img{
	width: 100%;
	transition: all 500ms ease;
}

.news-block-four .inner-box:hover .image-box img{
	transform: scale(1.05);
	opacity: 0.2;
}

.news-block-four .inner-box .lower-content{
	position: relative;
	display: block;
	padding-top: 41px;
}

.news-block-four .inner-box .lower-content .post-date{
	position: absolute;
	top: -15px;
	right: 20px;
	background-color: #fbf4f1;
	border-radius: 5px;
	font-size: 15px;
	line-height: 20px;
	font-family: 'Roboto', sans-serif;
	font-weight: 700;
	text-transform: uppercase;
	color: #182158;
	text-align: center;
	padding: 5px 16px;
	z-index: 1;
}

.news-block-four .inner-box .lower-content h3{
	display: block;
	font-size: 22px;
	line-height: 29px;
	font-weight: 700;
	margin-bottom: 19px;
}

.news-block-four .inner-box .lower-content h3 a{
	position: relative;
	display: inline-block;
	color: #182158;
	transition: all 500ms ease;
}

.news-block-four .inner-box .lower-content h3 a:hover{
	color: #ee0d08;
}

.news-block-four .inner-box .lower-content p{
	line-height: 26px;
	margin-bottom: 9px;
}

.news-block-four .inner-box .lower-content .link-box a{
	position: relative;
	display: inline-block;
	font-size: 14px;
	line-height: 24px;
	font-family: 'Roboto', sans-serif;
	font-weight: 700;
	text-transform: uppercase;
	color: #ee0d08;
	transition: all 500ms ease;
}

.news-block-four .inner-box .lower-content .link-box a:hover{
	text-decoration: underline;
}


/** consultation-section **/

.consultation-section{
	position: relative;
	background-color: #0b243e;
	padding: 80px 0px 90px 0px;
}

.consultation-section .bg-layer{
	position: absolute;
	top: 0px;
	right: 0px;
	height: 100%;
	width: calc(50% - 185px);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}

.consultation-section .form-inner{
	position: relative;
	display: block;
	margin-right: 55px;
}

.consultation-section .form-inner h2{
	display: block;
	font-size: 42px;
	line-height: 50px;
	font-weight: 700;
	color: #fff;
	margin-bottom: 30px;
}

.consultation-section .form-inner .form-group{
	position: relative;
	margin-bottom: 30px;
}

.consultation-section .form-inner .form-group:last-child{
	margin-bottom: 0px;
}

.consultation-section .form-inner .form-group input[type='text'],
.consultation-section .form-inner .form-group input[type='email'],
.consultation-section .form-inner .form-group textarea{
	position: relative;
	display: block;
	width: 100%;
	height: 42px;
	background-color: #fff;
	font-size: 16px;
	font-family: 'Barlow', sans-serif;
	color: #444;
	padding: 0px 20px;
	transition: all 500ms ease;
}

.consultation-section .form-inner .form-group textarea{
	height: 140px;
	resize: none;
	padding-top: 15px;
}

.consultation-section .form-inner .form-group .theme-btn{
	background-color: #ee0d08;
	border-color: #ee0d08;
	color: #fff;
}

.consultation-section .form-inner .form-group .theme-btn:hover{
	color: #fff;
	background-color: #043782;
	border-color: #043782;
}


/** feature-style-two **/

.feature-style-two{
	position: relative;
	background-color: #1a1b28;
}

.feature-style-two .single-item{
	position: relative;
	float: left;
	width: 25%;
	min-height: 479px;
}

.feature-style-two .single-item:nth-child(3){
	background-color: #f3e6db;
}

.feature-style-two .single-item:nth-child(6){
	background-color: #e7e7eb;
}

.feature-style-two .single-item:nth-child(7){
	background-color: #09376b;
}

.feature-style-two .single-item .content-box{
	position: relative;
	display: block;
	padding: 77px 50px 50px 65px;
	min-height: 479px;
}

.feature-style-two .single-item .content-box .text{
	position: relative;
	display: block;
	font-size: 15px;
	line-height: 24px;
	font-family: 'Roboto', sans-serif;
	color: #848484;
	font-weight: 700;
	text-transform: uppercase;
	margin-bottom: 24px;
}

.feature-style-two .single-item .content-box .text span{
	color: #fff;
}

.feature-style-two .single-item .content-box h2{
	display: block;
	font-size: 32px;
	line-height: 47px;
	font-weight: 700;
	margin-bottom: 30px;
}

.feature-style-two .single-item .content-box.light h2{
	color: #ffffff;
}

.feature-style-two .single-item .content-box .link{
	position: absolute;
	left: 65px;
	bottom: 50px;
}

.feature-style-two .single-item .content-box .link a{
	position: relative;
	display: inline-block;
	width: 58px;
	height: 58px;
	line-height: 54px;
	text-align: center;
	border: 1px solid #242424;
	transition: all 500ms ease;
}

.feature-style-two .single-item .content-box .link a .static-icon{
	transition: all 500ms ease;
}

.feature-style-two .single-item .content-box .link a:hover .static-icon{
	opacity: 0;
}

.feature-style-two .single-item .content-box .link a .hover-icon{
	position: absolute;
	left: 20px;
	top: 23px;
	opacity: 0;
	transition: all 500ms ease;
}

.feature-style-two .single-item .content-box .link a:hover .hover-icon{
	opacity: 1;
}

.feature-style-two .single-item .content-box.light .link a{
	border: 1px solid #fff;
}

.feature-style-two .single-item .content-box .link a:hover{
	border: 1px solid #000 !important;
	background-color: #000;
}

.feature-style-two .single-item .image-box{
	position: relative;
	display: block;
	min-height: 479px;
}

.feature-style-two .single-item .image-box img{
	width: 100%;
}

.feature-style-two .single-item .image-box .bg-image{
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}


/** about-style-eight **/

.about-style-eight{
	position: relative;
	padding: 110px 0px;
}

.content_block_six .content-box{
	position: relative;
	display: block;
}

.content_block_six .content-box .sec-title{
	padding-bottom: 28px;
}

.content_block_six .content-box .text p{
	line-height: 26px;
	margin-bottom: 28px;
}

.content_block_six .content-box .text .list li{
	position: relative;
	display: block;
	font-size: 19px;
	line-height: 28px;
	font-weight: 500;
	font-family: 'Fira Sans', sans-serif;
	color: #232323;
	padding-left: 37px;
	margin-bottom: 13px;
}

.content_block_six .content-box .text .list li:last-child{
	margin-bottom: 0px;
}

.content_block_six .content-box .text .list li:before{
	position: absolute;
	content: '';
	background-image: url(../images/icons/icon-48.png);
	width: 20px;
	height: 20px;
	left: 0px;
	top: 4px;
	background-repeat: no-repeat;
}

.about-style-eight .video-inner{
	position: relative;
	display: block;
	margin-left: 50px;
	margin-top: 32px;
	width: 100%;
	padding: 144px 0px;
	text-align: center;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}

.about-style-eight .video-inner:before{
	position: absolute;
	content: '';
	background-color: #000;
	width: 100%;
	height: 100%;
	left: 0px;
	top: 0px;
	opacity: 0.3;
}

.about-style-eight .video-inner .video-btn a{
	position: relative;
	display: inline-block;
	width: 97px;
	height: 97px;
	line-height: 97px;
	background-color: #ffb600;
	text-align: center;
	border-radius: 50%;
	transition: all 500ms ease;
}

.about-style-eight .video-inner .video-btn a:before,
.about-style-eight .video-inner .video-btn a:after {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: transparent;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-animation-delay: .9s;
  animation-delay: .9s;
  content: "";
  position: absolute;
  -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
  -webkit-animation: ripple 3s infinite;
  animation: ripple 3s infinite;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}

.about-style-eight .video-inner .video-btn a:after{
  -webkit-animation-delay: .6s;
  animation-delay: .6s;
}

@-webkit-keyframes ripple {
  70% {
    -webkit-box-shadow: 0 0 0 40px rgba(255, 255, 255, 0);
            box-shadow: 0 0 0 40px rgba(255, 255, 255, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
            box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}
@keyframes ripple {
  70% {
    -webkit-box-shadow: 0 0 0 40px rgba(255, 255, 255, 0);
            box-shadow: 0 0 0 40px rgba(255, 255, 255, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
            box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}

.home-8 .counter-block-one .inner-box .count-outer{
	font-size: 44px;
	line-height: 44px;
	font-weight: 900;
	font-family: 'Roboto', sans-serif;
	color: #051d3e;
	margin-bottom: -3px;
}

.home-8 .counter-block-one .inner-box .counter-text{
	color: #051d3e;
	font-size: 20px;
	font-weight: 500;
}

.home-8 .counter-block-one .inner-box .counter-text span{
	font-weight: 700;
}

.home-8 .counter-block-one .inner-box .icon-box{
	top: 3px;
}

.home-8 .funfact-section{
	padding: 83px 0px 113px 0px;
}



/** service-style-four **/

.service-style-four{
	position: relative;
	padding: 110px 0px 120px 0px;
	background: #08254f;
}

.service-style-four .pattern-layer{
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	background-size: cover;
	background-repeat: no-repeat;
}

.service-style-four .title-column{
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 50px;
}

.service-style-four .title-column .sec-title{
	padding: 0px;
}

.service-style-four .title-column .text p{
	line-height: 26px;
	color: #fff;
}

.service-block-four .inner-box{
	position: relative;
	display: block;
	background: #fff;
	padding: 38px 22px 22px 22px;
	border-radius: 5px;
}

.service-block-four .inner-box .icon-box{
	position: relative;
	display: block;
	min-height: 64px;
	margin-bottom: 35px;
}

.service-block-four .inner-box .icon-box img{
	width: auto;
}

.service-block-four .inner-box h3{
	position: relative;
	display: block;
	font-size: 24px;
	line-height: 28px;
	font-weight: 600;
	margin-bottom: 27px;
}

.service-block-four .inner-box h3 a{
	display: inline-block;
	color: #182158;
	transition: all 500ms ease;
}

.service-block-four .inner-box h3 a:hover{
	color: #327ce8;
}

.service-block-four .inner-box .image-box{
	position: relative;
	display: block;
	overflow: hidden;
}

.service-block-four .inner-box .image-box .image{
	position: relative;
	display: block;
	overflow: hidden;
}

.service-block-four .inner-box .image-box .image img{
	width: 100%;
	transition: all 500ms ease;
}

.service-block-four .inner-box:hover .image-box .image img{
	transform: scale(1.05);
}

.service-block-four .inner-box .image-box .image::before {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  display: block;
  content: '';
  width: 0;
  height: 0;
  background: rgba(255, 255, 255,.2);
  border-radius: 0%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  opacity: 0;
}

.service-block-four .inner-box:hover .image-box .image::before {
  -webkit-animation: circle .95s;
  animation: circle .95s;
}

@-webkit-keyframes circle {
  0% {
    opacity: 1;
  }
  40% {
    opacity: 1;
  }
  100% {
    width: 200%;
    height: 200%;
    opacity: 0;
  }
}
@keyframes circle {
  0% {
    opacity: 1;
  }
  40% {
    opacity: 1;
  }
  100% {
    width: 200%;
    height: 200%;
    opacity: 0;
  }
}

.service-block-four .inner-box .image-box .link{
	position: absolute;
	top: 0px;
	right: 0px;
}

.service-block-four .inner-box .image-box .link a{
	position: relative;
	display: inline-block;
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	background: #fff;
	z-index: 1;
	transition: all 500ms ease;
}

.service-block-four .inner-box .image-box .link a img{
	position: relative;
	display: inline-block;
	width: auto;
}

.service-block-four .inner-box .image-box .link a:hover{
	color: #fff;
	background: #ffb600;
}

.service-style-four .owl-carousel .owl-nav{
	position: relative;
	display: block;
	text-align: center;
	margin-top: 50px;
}

.service-style-four .owl-carousel .owl-prev, 
.service-style-four .owl-carousel .owl-next{
	position: relative;
	display: inline-block;
	width: 43px;
	height: 43px;
	line-height: 39px;
	border: 2px solid #b7bfcb;
	border-radius: 50%;
	font-size: 20px;
	text-align: center;
	color: #fff;
	margin: 0px 10px;
	transition: all 500ms ease;
}

.service-style-four .owl-carousel .owl-prev:hover, 
.service-style-four .owl-carousel .owl-next:hover{
	color: #ffb600;
	border-color: #ffb600;
}

.service-style-four .owl-carousel .owl-nav .owl-prev:before,
.service-style-four .owl-carousel .owl-nav .owl-next:before{
	position: absolute;
	content: '';
	background: #aeb7c3;
	width: 40px;
	height: 1px;
	top: 20px;
}

.service-style-four .owl-carousel .owl-nav .owl-prev:before{
	left: -53px;
}

.service-style-four .owl-carousel .owl-nav .owl-next:before{
	right: -53px;
}

.main-header.header-style-ten .main-box .logo-box{
	padding-top: 23px;
}




/*** 

====================================================================
            Responsive-Css For Home-5,6,7,8,9,10
====================================================================

***/


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

	.header-style-five .outer-container{
		padding: 0px 30px;
	}

	.main-header .menu-right-content .btn-box{
		display: none;
	}

	.main-header .menu-right-content .support-box{
		margin-right: 0px;
	}

	.header-style-seven{
		padding-left: 30px;
	}

	.banner-style-seven{
		padding-left: 0px;
		padding-right: 0px;
	}

	.banner-style-seven .pattern-layer{
		left: 0px;
	}

	.main-header.header-style-seven:before{
		display: none;
	}

	.banner-style-seven .bg-layer{
		right: 0px;
	}

	.header-style-eight .nav-outer .outer-box{
		padding-right: 110px;
	}

	.main-header.header-style-eight .main-box .search-box-outer{
		color: #fff;
	}

	.header-style-eight{
		background-color: #0f1015;
	}

	.header-style-eight .main-menu .navigation > li > a{
		color: #fff;
	}

	.banner-style-eight{
		padding: 0px;
	}

	.about-style-six .outer-box{
		display: none;
	}

	.header-style-eight:after{
		display: none;
	}

	.feature-style-two .single-item .content-box{
		padding-left: 30px;
		padding-right: 30px;
	}

}

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

	.header-style-five .main-box .logo-box{
		margin-right: 0px;
	}

	.main-header.header-style-six .menu-right-content{
		display: none;
	}

	.main-header.header-style-six .outer-box{
		margin-top: 34px;
	}

	.main-header.header-style-nine .menu-right-content .support-box{
		display: none;
	}

	.home-9 .project-style-four .outer-container{
		padding: 0px 30px;
	}

	.header-style-ten.main-header .menu-right-content{
		display: none;
	}

	.main-header.header-style-ten .search-box-outer{
		margin-right: 0px;
	}

	.main-header.header-style-ten .search-box-outer:before{
		display: none;
	}

	.main-header.header-style-ten .main-box .outer-box{
		margin-top: 33px;
	}
}

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

	.header-style-five .main-box .logo-box{
		margin-right: 0px;
	}

	.main-header .menu-right-content{
		display: none;
	}

	.header-style-five .outer-container{
		display: block;
	}

	.about-style-three .content-box .lower-box .single-item{
		padding-right: 15px;
	}

	.about-style-three .content-box .lower-box .single-item:before{
		display: none;
	}

	.service-section .sec-title .link{
		position: relative;
		bottom: 0px;
		margin-top: 20px;
	}

	.chooseus-section .content-box{
		padding-left: 0px;
	}

	.project-style-three .content-inner{
		margin-right: 0px;
	}

	.banner-style-six{
		padding-left: 0px;
	}

	.main-header.header-style-six .main-box .outer-container{
		padding: 0px 30px;
	}

	.header-style-six{
		padding-right: 0px;
	}

	.main-header.header-style-six .search-box-outer{
		margin-right: 0px;
	}

	.aproach-section.home-6{
		padding-left: 0px;
	}

	.quality-section .inner-box p br{
		display: none;
	}

	.banner-style-seven .pattern-layer,
	.banner-style-seven:before{
		display: none;
	}

	.banner-style-seven{
		padding-bottom: 0px;
	}

	.banner-style-seven .bg-layer{
		width: 100%;
	}

	.banner-style-seven .bg-layer:before{
		position: absolute;
		content: '';
		background-color: #0f1015;
		width: 100%;
		height: 100%;
		left: 0px;
		top: 0px;
		opacity: 0.8;
	}

	.about-style-five .image-layer{
		display: none;
	}

	.image_block_two .image-box{
		margin-right: 30px;
	}

	.team-block-two .inner-box .content-box .social-links{
		left: 20px;
	}

	.team-block-two .inner-box .content-box{
		padding-left: 20px;
		padding-right: 20px;
	}

	.content_block_four .content-box{
		margin: 0px;
	}

	.service-style-two .inner-container{
		margin: 0px;
	}

	.home-8 .project-style-four .owl-nav{
		display: none;
	}

	.home-9 .project-style-four .owl-nav{
		display: none;
	}

	.feature-style-two .single-item{
		width: 50%;
	}
}

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

	.header-style-five .main-box .logo-box{
		text-align: center;
	}

	.main-header.header-style-five .nav-outer .outer-box{
		margin-top: 45px;
	}

	.feature-section .inner-box{
		display: block;
	}

	.about-style-three .image-box{
		margin-right: 0px;
	}

	.main-header.header-style-six .logo-box{
		display: none;
	}

	.main-header.header-style-seven .nav-outer .outer-box{
		margin-top: 0px;
	}

	.main-header.header-style-seven .main-box .logo-box{
		text-align: center;
	}

	.main-header.header-style-ten .main-box .logo-box{
		text-align: center;
	}
}


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

	.banner-carousel .slide-item .big-text{
		display: none;
	}

	.about-style-three .image-box{
		margin-bottom: 40px;
	}

	.sec-title p br{
		display: none;
	}

	.chooseus-section .image-box{
		margin-left: 0px;
		margin-bottom: 40px;
	}

	.chooseus-section .bg-layer-1,
	.chooseus-section .bg-layer-2{
		display: none;
	}

	.funfact-section .inner-container{
		display: block;
		text-align: center;
	}

	.counter-block-one .inner-box{
		display: inline-block;
		text-align: left;
		margin-bottom: 15px;
	}

	.counter-block-one:last-child .inner-box{
		margin-bottom: 0px;
	}

	.clients-style-two .inner-container{
		display: block;
	}

	.clients-style-two .text{
		margin-right: 0px;
		margin-bottom: 15px;
	}

	.about-style-four .content-box{
		padding-left: 0px;
		margin-top: 0px;
		margin-top: 40px;
	}

	.banner-style-seven .slide-item{
		padding-left: 50px;
	}

	.banner-style-seven .bg-layer{
		height: 100%;
	}

	.content_block_two .content-box{
		margin-left: 0px;
	}

	.project-style-two .outer-container{
		padding: 0px 30px;
	}

	.image_block_two .image-box{
		margin-left: 0px;
		margin-right: 0px;
		margin-bottom: 40px;
	}

	.content_block_three .content-box{
		margin: 0px;
	}

	.testimonial-style-two .title-inner .text{
		margin-top: 0px;
		margin-bottom: 20px;
	}

	.testimonial-style-two .sec-title{
		padding-bottom: 20px;
	}

	.news-block-one .inner-box{
		margin-bottom: 60px;
	}

	.news-style-two{
		padding-bottom: 60px;
	}

	.main-header.header-style-eight .main-box .search-box-outer{
		margin-left: 0px;
	}

	.service-block-two .inner-box{
		margin-bottom: 30px;
	}

	.service-style-two .inner-container{
		padding-bottom: 90px;
	}

	.testimonial-style-four .form-inner{
		margin-left: 0px;
		margin-top: 30px;
	}

	.map-section .map-content{
		right: 30px;
	}

	.feature-banner .single-item{
		padding-right: 30px;
	}

	.feature-banner .single-column:last-child .single-item{
		margin-left: 0px;
	}

	.about-style-seven .image-box{
		margin-right: 0px;
		margin-bottom: 40px;
	}

	.cta-style-three .inner-container .bg-image,
	.consultation-section .bg-layer{
		display: none;
	}

	.consultation-section .form-inner{
		margin-right: 0px;
	}

	.about-style-eight .video-inner{
		margin-left: 0px;
	}

	.content_block_one .content-box{
		margin-top: 0px;
		margin-bottom: 30px;
	}
	
}

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

	.main-header.header-style-five .nav-outer .outer-box{
		margin-top: 18px !important;
	}

	.main-header.header-style-five .main-menu .navbar-header .navbar-toggle,
	.main-header.header-style-six .main-menu .navbar-header .navbar-toggle,
	.main-header.header-style-seven .main-menu .navbar-header .navbar-toggle{
		background-color: #d12815;
		border: 1px solid #d12815;
	}

	.main-header.header-style-five .main-menu .navigation > li:hover > a, 
	.main-header.header-style-five .main-menu .navigation > li.current > a,
	.main-header.header-style-six .main-menu .navigation > li:hover > a, 
	.main-header.header-style-six .main-menu .navigation > li.current > a,
	.main-header.header-style-seven .main-menu .navigation > li:hover > a, 
	.main-header.header-style-seven .main-menu .navigation > li.current > a{
		background-color: #d12815;
		color: #fff !important;
	}

	.main-header.header-style-five .main-menu .navigation > li > ul > li:hover > a,
	.main-header.header-style-six .main-menu .navigation > li > ul > li:hover > a,
	.main-header.header-style-seven .main-menu .navigation > li > ul > li:hover > a{
		background-color: #d12815;
		color: #fff !important;
	}

	.banner-style-five .content-box{
		padding-top: 0px;
	}

	.banner-style-five .banner-carousel .slide-item{
		padding: 110px 0px 120px 0px;
	}

	.banner-carousel .content-box p br{
		display: none;
	}

	.main-header .nav-outer .outer-box{
		margin-top: 5px !important;
	}

	.about-style-three .content-box .lower-box{
		display: block;
	}

	.about-style-three .content-box .lower-box .single-item{
		margin-bottom: 40px;
	}

	.about-style-three .content-box .lower-box .single-item:last-child{
		margin-bottom: 0px;
	}

	.about-style-three .content-box .lower-box .single-item .icon-box{
		top: -7px;
	}

	.chooseus-section .content-box .single-column:nth-child(3) .single-item, .chooseus-section .content-box .single-column:last-child .single-item{
		margin-bottom: 44px;
	}

	.chooseus-section{
		padding-bottom: 60px;
	}

	.main-header.header-style-six .nav-outer .outer-box{
		top: 12px;
	}

	.banner-style-six .outer-container{
		padding-left: 30px;
	}

	.banner-style-six .banner-carousel .slide-item{
		padding-top: 280px;
	}

	.banner-style-six .content-box h2{
		font-size: 40px;
		line-height: 50px;
	}

	.about-style-four .image-box .text{
		right: 0px;
	}

	.quality-section .inner-box .inner h1:before{
		display: none;
	}

	.quality-section .inner-box .inner{
		display: block;
	}

	.quality-section .inner-box .inner p{
		max-width: 100%;
		text-align: center;
		margin-top: 20px;
	}

	.project-style-four .sec-title .btn-box{
		position: relative;
		bottom: 0px;
		margin-top: 15px;
	}

	.project-style-four .outer-container{
		padding: 0px 15px;
	}

	.header-style-seven .nav-outer .outer-box .nav-btn{
		display: none;
	}

	.header-style-seven{
		padding-right: 25px;
	}

	.main-header.header-style-seven .search-box-outer{
		margin-top: 18px;
	}

	.banner-style-seven .content-box h2{
		font-size: 60px;
		line-height: 60px;
		margin-bottom: 10px;
	}

	.content_block_two .content-box .list-item{
		display: block;
	}

	.content_block_two .content-box .list-item .list:first-child{
		margin-bottom: 20px;
	}

	.content_block_three .content-box .inner-box{
		padding-right: 0px;
	}

	.content_block_three .content-box .inner-box .inner{
		position: relative;
		margin-top: 25px;
	}

	.banner-style-eight .slide-item{
		padding-left: 50px;
	}

	.content_block_four .content-box .list-inner{
		display: block;
	}

	.content_block_four .content-box .list-inner .list-item:first-child{
		margin-bottom: 20px;
	}

	.banner-style-nine .banner-carousel .content-box h2 br{
		display: none;
	}

	.feature-banner:before{
		width: 100%;
	}

	.feature-banner .single-item{
		padding-right: 0px;
		margin-bottom: 15px;
	}

	.feature-banner{
		padding-bottom: 30px;
	}

	.service-style-three .inner-container{
		margin: 0px;
	}

	.content_block_five .content-box .inner .single-item{
		margin-bottom: 30px;
	}

	.about-style-seven{
		padding-bottom: 80px;
	}

	.team-style-three .title-column{
		display: block;
	}

	.news-style-three .title-column{
		display: block;
	}

	.main-header.header-style-ten .main-box .outer-box{
		margin-top: 18px !important;
	}

	.feature-style-two .single-item{
		width: 100%;
	}

	.service-style-four .title-column{
		display: block;
	}

	.chooseus-section .content-box .single-item .upper-box .icon-box{
		top: -15px;
	}

	.project-style-three .sec-title .btn-box{
		position: relative;
		bottom: 0px;
	}

	.testimonial-style-two .owl-carousel .owl-dots{
		display: none;
	}

	.news-section .sec-title .link{
		position: relative;
		bottom: 0px;
	}

	.about-style-four .content-box .list-item{
		display: block;
	}

	.about-style-four .content-box .list-item .list:first-child{
		margin-bottom: 20px;
	}

	.project-style-two .owl-nav{
		display: none !important;
	}

	.news-style-two .sec-title .link{
		position: relative;
		bottom: 0px;
	}

	.banner-style-eight h2 span{
		padding: 0px;
		background-color: transparent !important;
	}

	.testimonial-style-four .testimonial-inner{
		margin-right: 0px;
	}

	.cta-style-three .inner-container{
		padding-left: 30px;
		padding-right: 30px;
	}

	.sec-title h2{
		line-height: 34px;
	}

	.call-to-action .inner-box{
		display: block;
	}

	.content_block_one .content-box .list-style-five li{
		width: 100%;
	}

	.about-section-two .content-column .inner-column{
		margin-right: 0px;
	}

	.fluid-section-two .content-column .inner-box{
		margin-right: 0px;
	}

}


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

	.feature-section .inner-box .single-item-two .icon-box{
		left: 20px;
	}

	.feature-section .inner-box .single-item-two .icon-box:before{
		display: none;
	}

	.feature-section .inner-box .single-item-two{
		padding-left: 110px;
	}

	.about-style-three .content-box .lower-box .single-item h4 br{
		display: none;
	}

	.service-block-one .inner-box .lower-content{
		padding-left: 20px;
	}

	.service-block-one .inner-box .lower-content .link{
		right: 10px;
	}

	.testimonial-block-two .inner-box{
		padding-left: 30px;
	}

	.testimonial-block-two .inner-box .thumb-box{
		position: relative;
		left: 0px;
		top: 0px;
		margin-bottom: 20px;
	}

	.testimonial-block-two .inner-box:before{
		display: none;
	}

	.clients-style-two .logo-list li{
		border: none !important;
		float: none;
		width: 100%;
		max-width: 100%;
	}

	.clients-style-two .text h6{
		text-align: center;
	}

	.banner-style-seven .slide-item{
		padding-left: 30px;
	}

	.banner-style-seven .content-box h2{
		font-size: 50px;
		line-height: 60px;
	}

	.image_block_two .image-box h5{
		display: none;
	}

	.image_block_two .image-box{
		padding: 0px;
	}

	.image_block_two .image-box .image-2{
		position: relative;
		margin-top: 30px;
	}

	.banner-carousel .content-box h2{
		font-size: 40px;
		line-height: 45px;
	}

	.map-section .map-content{
		position: relative;
		right: 0px;
		width: 100%;
	}

	.feature-banner .single-item{
		padding-left: 105px;
	}

	.header-style-ten .main-box{
		padding: 0px 20px;
	}

	.image_block_one .image-box{
		margin: 0px;
		padding: 0px;
	}

	.image_block_one .image-box .image-2{
		position: relative;
		top: 0px;
		margin-top: 30px;
	}

}





.lang ul, .lang ul li {
	padding: 0px;
	margin: 0px;
	display: inline-block;
	font-size: 13px;
	line-height: 36px;
}
.lang ul li a {
	display: block;
	position: relative;
	padding: 0px 0px 0px 28px;
	margin: 0px 5px;
	color: #FFF!important;
}
.lang ul li a img {
	position: absolute;
	left: 0px;
	top: 6px;
	border-radius: 50%;
}


.iletisim {
	position: relative;
	padding: 75px 0px;
}
.iletisim input, .iletisim textarea {
	width: 100%;
	display: block;
	line-height: 25px;
	padding: 15px 20px;
	margin-bottom: 25px;
	border: 0px;
	border-bottom: 1px dashed rgba(0,0,0,0.4)!important;
	font-size: 15px;
}
.iletisim .buton {
	padding: 0px;
	margin: 0px;
	border: 0px!important;
	background: #02AAFF;
	display: block;
	line-height: 72px;
	font-weight: 900;
	border-radius: 5px;
	font-size: 18px;
}
.iletisim h3 {
	font-size: 36px;
	font-weight: 900;
	margin-bottom: 20px;
}
.sube {
	width: 100%;
	padding: 55px 40px;
	background: rgba(246,138,26,0.085);
	border-radius: 5px;
	height: 100%;
}
.sube h2 {
	font-size: 26px;
	font-weight: 700;
	line-height: 27px;
	margin-bottom: 30px;
}
#contact-map {
	width: 100%;
	height: 650px;
}
.gri {
	background: rgba(0,0,0,0.075);
}
.urunbox {
	background: #FFF;
	margin-bottom: 25px;
	padding: 10px;
}
.urunbox h2 {
	font-size: 24px;
	line-height: 24px;
	font-weight: 700;
	position: relative;
	padding-left: 25px;
	margin: 15px 0px 10px;
	transition: all .3s;
}
.urunbox h2 a {
	color: #3F3F3F;
}
.urunbox h2:before {
	position: absolute;
	width: 21px;
	height: 2px;
	background: #3F3F3F;
	content:"";
	left: 0px;
	top: 10px;
	transition: all .3s;
}
.urunbox:hover h2 {
	padding-left: 50px;
}
.urunbox:hover h2:before {
	width: 45px
}




.dip {
	position: relative;
	padding: 0px 0px 120px;
	background: url(../img/arge-min.jpeg) center center;
	background-size: cover;
}
.dip:before {
	position: absolute;
	width: 100%;
	height: 100%;
	content: "";
	background: rgba(0,0,0,0.75);
	left: 0px;
	top: 0px;
	z-index: 0;
}
.dip h6 {
	color: #FFF;
	font-weight: 800;
	font-size: 46px;
	line-height: 46px;
	letter-spacing: 1px;
}
.dip .row, .dip .col-md-6, .dip .col-md-12 {
	padding: 0px;
	margin-left: 0px!important;
	margin-right: 0px!important;
}
.beyaz {
	background: #FFF;
	position: relative;
	z-index: 10;
	top: -150px;
	padding: 35px 25px!important;
}
.nedenler {
	width: 100%;
	display: block;
	margin: 0px;
}
.neden {
	text-align: center;
	padding: 25px;
}
.neden h5 {
	padding: 0px!important;
	margin: 0px 0px 10px 0px;
	font-size: 30px;
	line-height: 30px!important;
	font-weight: 900;
	color: #2f2f2f;
}
.neden p {
	font-size: 16px;
	line-height: 22px;
}
.dipdip h6 {
	font-size: 50px;
	line-height: 50px;
}
.dipdip p {
	font-size: 22px;
	line-height: 26px;
	color: rgba(255,255,255,0.5);
	margin-top: 30px;
}
.mainproducts {
	position: relative;
	padding: 75px 0px 210px;
	background: #f1f2f3;
}
.kategoribox {
	text-align: center;
	display: block;
}
.kategoribox img {
	border-bottom: 5px solid rgba(0,46,91,1);
}
.kategoribox h3 {
	font-size: 24px;
	line-height: 24px;
	margin-top: 20px;
	font-weight: 900;
	color: rgba(0,46,91,1);
}
.kategoribox h3 a {
	color: rgba(0,46,91,1);
}
.ara {
	position: relative;
	display: block;
	background: url(../img/bg-min.jpg) fixed;
	padding: 125px 0px;
	margin: 0px;
	text-align: center;
}
.ara:before {
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	left: 0px;
	top: 0px;
	background: rgba(0,0,0,0.45);
}
.ara h5 {
	font-size: 36px;
	color: #FFF;
	line-height: 38px;
	font-weight: 900;
	position: relative;
	margin-bottom: 30px;
}
.ara h5:before {
	position: absolute;
	content: "";
	width: 10px;
	height: 10px;
	display: block;
	border-radius: 50%;
	background: #f2d046;
	left: 50%;
	bottom: -20px;
}
.ara p {
	color: rgba(255,255,255,0.75);
	font-size: 18px;
	line-height: 24px;
}

.mainabout {
	position: relative;
	display: block;
	padding: 100px 0px;
}
.mainabout h3 {
	font-size: 50px;
	font-weight: 900;
	line-height: 52px;
	display: block;
	color: #2f2f2f;
}
.mainabout p strong{
	font-size: 22px!important;
	line-height: 24px!important;
	font-weight: 400;
}
.mainabout h4 {
	margin-top: 25px;
	font-size: 26px;
	font-weight: 800;
	line-height: 28px;
	color: #3f3f3f;
}
.mainabout p {
	font-size: 16px;
	line-height: 22px;
}




.siletisim {
	padding: 45px 35px;
	background: rgba(0,46,91,1);
	color: #FFF;
	border-radius: 5px;
	margin-bottom: 45px;
}
.siletisim h5 {
	font-size: 30px;
	font-weight: 900;
	color: #FFF;
	margin-bottom: 20px;
}
.siletisim p {
	font-size: 16px;
	line-height: 40px;
	margin-bottom: 10px;
	color: #FFF;
	position: relative;
	padding-left: 45px;
	display: block;
}
.siletisim p span {
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	position: absolute;
	left: 0px;
	top: 0px;
	background: #02AAFF;
	color: #FFF;
	border-radius: 50%;
}
.siletisim p.r-fa-home {
	line-height: 18px;
}