
/* @import url('fonts.css'); */
/* @import url('owl.css'); */
/* @import url('fontawesome-all.css'); */
 
/* @import url('pe-icon-stroke.css'); */
/* @import url('animate.css'); */
/* @import url('custom-animate.css'); */
/* @import url('hover.css'); */
/* @import url('jquery-ui.css'); */
/* @import url('jquery.fancybox.min.css'); */
/* @import url('scrollbar.css'); */

/*** 

====================================================================
	Reset
====================================================================

 ***/
/* 
*{
	margin:0px;
	padding:0px;
	border:none;
	outline:none;
	font-size: 100%;
	line-height: inherit;
} */

/*** 

====================================================================
	Global Settings
====================================================================

 ***/

/* body {
	
	font-size:16px;
	color:#497188;
	line-height:1.65em;
	font-weight:400;
	background:#ffffff;
	-webkit-font-smoothing: antialiased;
	-moz-font-smoothing: antialiased;
	font-family: 'Archivo', sans-serif;
}

a{
	text-decoration:none;
	cursor:pointer;
	color: #ff6000;
}

.theme_color{
	color:#ff6000;
} */

@font-face {
	font-family: 'Flaticon';
	src:  url('../fonts/Flaticon.eot');
	src:  url('../fonts/Flaticon.eot#iefix') format('embedded-opentype'),
	  url('../fonts/Flaticon.ttf') format('truetype'),
	  url('../fonts/Flaticon.woff2') format('woff2'),
	  url('../fonts/Flaticon.woff') format('woff'),
	  url('../fonts/Flaticon.svg#Flaticon') format('svg');
	font-weight: normal;
	font-style: normal;
  }
  
  @media screen and (-webkit-min-device-pixel-ratio:0) {
	@font-face {
	  font-family: "Flaticon";
	  src: url("../fonts/Flaticon.svg#Flaticon") format("svg");
	}
  }
  
  [class^="flaticon-"]:before, [class*=" flaticon-"]:before,
  [class^="flaticon-"]:after, [class*=" flaticon-"]:after {   
	font-family: 'Flaticon' !important;
	speak: none;
	font-style: normal;
	font-variant: normal;
	text-transform: none;
  
	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
  }
  
  .flaticon-wizard-1:before { content: "\f1e2"; }
  .flaticon-settings-3:before { content: "\f1e5"; }
  .flaticon-worldwide-1:before { content: "\f1e6"; }
  .flaticon-user-3:before { content: "\f1e8"; }
 
  


  
a:hover,
a:focus,
a:visited,
a:active,
button:active{
	text-decoration:none;
	outline:none;
}

.ourservicesH2{
	font-size: 44px;
    font-weight: 600;
    line-height: 1.36;
    margin-bottom: 25px;
    text-transform: uppercase;
 }

 .ourServicesP{
	font-size: 18px;
    font-weight: 500;
    position: relative;
    display: inline-flex;
    align-items: center;
    margin-bottom: 6px;
	color: var(--tart)
 }
/* 
h1{
	font-size: 120px;
}

h2{
	font-size: 80px;
}

h3{
	font-size: 32px;
} */

h4{
	font-size: 24px;
}

 @media (min-width: 1200px){
	.col-lg-6Ed {
		width: 25% !important;
	}
}

.gallery-item .inner-box h4 a{
	color: #222222;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

p{
	font-size: 16px;
	line-height: 1.65em;
	font-weight: 400;
	margin: 0 0 15px;
}

.text{
	font-size: 16px;
	line-height: 1.65em;
	font-weight: 400;
	margin: 0 0;
}
/* 
::-webkit-input-placeholder{color: inherit;}
::-moz-input-placeholder{color: inherit;}
::-ms-input-placeholder{color: inherit;} */

.page-wrapper{
	position:relative;
	margin:0 auto;
	width:100%;
	min-width:300px;
	z-index: 9;
	overflow: hidden;
}

.auto-container{
	position:static;
	max-width:1200px;
	padding:0px 15px;
	margin:0 auto;
}

ul,li{
	list-style:none;
	padding:0px;
	margin:0px;	
}


figure{
	display: block;
	margin: 0;
	padding: 0;
}

.inner,
.inner-box{
	display: block;
}
 
 
 
/*** 

====================================================================
		Features Section
====================================================================

***/

.features-section{
	position:relative;
	padding: 100px 0px 110px;
	background: #0a1258;
	color: #ffffff;
}

.features-section:before{
	content: '';
	position: absolute;
	left: 0;
	top: -320px;
	bottom: 0;
	width: 100%;
	background: #0a1258 url(../../imgs/backgrounds/servicesSection/pattern-4.png) center top no-repeat;
	background-size: cover;
}

.feature-block{
	position: relative;
	margin-bottom: 30px;
}

.feature-block .inner-box{
	position: relative;
	display: block;
	padding: 55px 30px 60px;
	background: #ffffff;
	text-align: center;
	min-height: 100%;
}

.feature-block .inner-box:before{
	content: '';
	position: absolute;
	left: 12px;
	bottom: -10px;
	right: 12px;
	height: 10px;
	background: rgba(255,255,255,0.10);
}

.feature-block .pattern-layer{
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background:#2db965 url(../../imgs/backgrounds/servicesSection/pattern-5.png) left top repeat;
	opacity: 0;
	visibility: hidden;
	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;
}

.feature-block .inner-box:hover .pattern-layer{
	opacity: 1;
	visibility: visible;
}

.feature-block .count{
	position: absolute;
    right: 10px;
    bottom: 0;
    font-family: 'Gilroy-Bold', sans-serif;
}

.feature-block .count span{
    position: relative;
    display: block;
    text-transform: uppercase;
    font-size: 120px;
    line-height: 1em;
    letter-spacing: -3px;
    color: #ffffff;
    text-shadow: -1px -1px 0 rgba(0,0,0,0.05), 1px -1px 0 rgba(0,0,0,0.05), -1px 1px 0 rgba(0,0,0,0.05), 1px 1px 0 rgba(0,0,0,0.05);
}

.feature-block .inner-box:hover .count span{
	color: #2db965;
	text-shadow: -1px -1px 0 rgba(255,255,255,0.15), 1px -1px 0 rgba(255,255,255,0.15), -1px 1px 0 rgba(255,255,255,0.15), 1px 1px 0 rgba(255,255,255,0.15);
}

.feature-block .icon-box{
	position: relative;
	display: block;
	font-size: 60px;
	background: -moz-linear-gradient(0deg, #3300c6 0%, #00cfdd 100%);
	background: -webkit-linear-gradient(0deg, #3300c6 0%, #00cfdd 100%);
	background: -ms-linear-gradient(0deg, #3300c6 0%, #00cfdd 100%);
	background: linear-gradient(0deg, #3300c6 0%, #00cfdd 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3300c6', endColorstr='#00cfdd',GradientType=1 );
	-webkit-background-clip: text;
  	-webkit-text-fill-color: transparent;
	line-height: 1em;
	margin-bottom: 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;
}

.feature-block h4{
	font-size: 22px;
	color: #001730;
	text-transform: capitalize;
	margin-bottom: 15px;
	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;
}

.feature-block .text{
	position: relative;
	font-size: 16px;
	color: #47698e;
	margin-bottom: 20px;
	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;
}

.feature-block .more-link{
	position: relative;
	display: block;
}

.feature-block .more-link a{
	display: inline-block;
	vertical-align: middle;
	font-weight: 700;
	text-transform: capitalize;
	color: #47698e;
	line-height: 24px;
	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;
}

.feature-block .inner-box:hover .more-link a,
.feature-block .inner-box:hover h4,
.feature-block .inner-box:hover .text{
	color: #ffffff !important;
    position: relative;
}

.feature-block .inner-box:hover .icon-box{
	color: #ffffff;
	background: none;
	-webkit-background-clip: none;
  	-webkit-text-fill-color: #ffffff;
}

.feature-block .inner-box:hover .more-link a:hover{
	text-decoration: underline !important;
}

.features-section .link-box{
	position: relative;
	padding-top: 30px;
	text-align: center;
}

.features-section .link-box .theme-btn{
	min-width: 230px;
}
 
 
/*** 

====================================================================
		Page Banner
====================================================================

***/

.page-banner{
	position:relative;
	padding: 0;
	color: #ffffff;
	background: #061526 !important;
	background-position:center top;
	background-repeat:no-repeat;
	background-size:cover;
}

.page-banner .faded-text{
	top: 150px;
}

.page-banner .faded-text.light .f-text span{
	font-size: 240px;
	color: rgba(255,255,255,0.05);
	text-shadow: none;
  -webkit-text-fill-color: rgba(0,0,0,0); /* Will override color (regardless of order) */
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: rgba(255,255,255,0.15);
}

.page-banner .image-layer{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-position:center center;
	background-repeat:no-repeat;
	background-size:cover;
}

.page-banner .image-layer:before{
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.70);
}

.page-banner .banner-inner{
	position: relative;
	display: block;
	text-align: center;
	z-index:2;
	background-color: #061526 !important;
}

.page-banner .inner-container{
	position: relative;
	padding: 165px 0px 165px;
}

.page-banner h1{
	position:relative;
	font-size:60px;
	color:#ffffff;
	line-height: 1.2em;
	font-weight: 400;
	letter-spacing: 0px;
	text-transform: capitalize;
	margin: 0;
}

.page-banner .page-nav{
	position: relative;
	padding-top: 10px;
	text-align: center;
}

.page-banner .bread-crumb{
	position: relative;
	display: inline-block;
}

.page-banner .bread-crumb li{
	position: relative;
	float: left;
	font-size: 16px;
	line-height: 24px;
	color: #ccd6df;
	font-weight: 600;
	text-transform: uppercase;
	cursor: default;
	/* padding-right:  15px;
	margin-right: 15px; */
}

 .dvdr {
    color: #ffffff !important;
    padding: 0 6px !important;
    font-size: 17px;
}

/* .page-banner .bread-crumb li:before{
	position: absolute;
	right: -15px;
	width: 30px;
	text-align: center;
	font-size: 10px;
	line-height: 24px;
	color: #bababa;
	font-weight: 400;
    content: "|";
} */

.page-banner .bread-crumb li:last-child{
	padding-right: 0;
	margin-right: 0;
}

.page-banner .bread-crumb li:last-child:before{
	display: none;
}

.page-banner .bread-crumb li a{
	color:#8e9aa4;
	font-weight: 600;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.page-banner .bread-crumb li a:hover,
.page-banner .bread-crumb li.active{
	color:#ccd6df;	
}
 


/*** 

====================================================================
		Features Section TWo
====================================================================

***/

.features-section-two{
	position:relative;
	padding: 120px 0px;
	background: #ffffff;
}

.features-section-two .feature-block{
	margin-bottom: 0;
}

.features-section-two .feature-block:before{
	content: '';
	position: absolute;
	right: 0;
	top: 0;
	border-right: 1px solid rgba(0,0,0,0.05);
	height: 100%;
}

.features-section-two .feature-block:nth-child(4):before,
.features-section-two .feature-block:nth-child(8):before{
	display: none;
}

.features-section-two .feature-block:nth-child(1):after,
.features-section-two .feature-block:nth-child(2):after,
.features-section-two .feature-block:nth-child(3):after,
.features-section-two .feature-block:nth-child(4):after{
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	border-bottom: 1px solid rgba(0,0,0,0.05);
	width: 100%;
}

.features-section-two .feature-block .icon-box{
	color:  var(--tart);
	-webkit-text-fill-color:  var(--tart);
	background: none;
}

.features-section-two .feature-block .inner-box:hover .pattern-layer{
	background-color: var(--tart);
}

.features-section-two .feature-block .inner-box:hover{
	background:  var(--tart);
}

.features-section-two .feature-block .inner-box:hover .count span{
	color:  var(--tart);
}

.features-section-two .feature-block .inner-box .count{
	font-family: 'Poppins', sans-serif;
	font-size: 120px;
	font-weight: 700;
}

