

@import url('font-awesome.css');
@import url('flaticon.css');
@import url('animate.css');
@import url('owl.css');
@import url('animation.css');
@import url('jquery-ui.css');
@import url('custom-animate.css');
@import url('jquery.fancybox.min.css');
@import url('jquery.bootstrap-touchspin.css');
@import url('jquery.mCustomScrollbar.min.css');

 
* {
	margin:0px;
	padding:0px;
	border:none;
	outline:none;
}

body {
	font-family: 'Nunito Sans', sans-serif;
	font-size:16px;
	color:#000;
	line-height:1.7em;
	font-weight:400;
	background:#ffffff;
	-webkit-font-smoothing: antialiased;
	-moz-font-smoothing: antialiased;
}
.technology-block i{
	color: #fff;
}
.technology-block .inner-box:hover i {
    color: #013d79;
}
.bordered-layout .page-wrapper{
	padding:0px 50px 0px;
}

a{
	text-decoration:none;
	cursor:pointer;
	color:#013d79;
}

button,
a:hover,a:focus,a:visited{
	text-decoration:none;
	outline:none !important;
}

h1,h2,h3,h4,h5,h6 {
	position:relative;
	font-weight:normal;
	margin:0px;
	background:none;
	line-height:1.6em;
	font-family: 'Montserrat', sans-serif;
}
textarea{
	overflow:hidden;
}

p{
	position:relative;
	line-height:1.8em;	
}

h1{
	font-size:72px;
}

h2{
	font-size:36px;
}

h3{
	font-size:30px;
}

h4{
	font-size:24px;
}

h5{
	font-size:20px;
}

h6{
	font-size:18px;
}

.auto-container{
	position:static;
	max-width:1300px;
	padding:0px 15px;
	margin:0 auto;
}

.medium-container{
	max-width:850px;
}

.page-wrapper{
	position:relative;
	margin:0 auto;
	width:100%;
	min-width:300px;
}

ul,li{
	list-style:none;
	padding:0px;
	margin:0px;	
}

img{
	display:inline-block;
	max-width:100%;
}

.theme-btn{
	cursor:pointer;
	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;
}

.list-style-one li{
	position:relative;
	color:#ffffff;
	font-size:16px;
	padding-left:30px;
	font-weight:400;
	line-height:1.6em;
	margin-bottom:20px;
}

.list-style-one li .icon{
	position:absolute;
	left:0px;
	top:5px;
	color:#013d79;
	font-size:18px;
	line-height:1em;
	font-weight:300;
	-webkit-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	transition:all 300ms ease;
}

/* List Style Two */

.list-style-two{
	position:relative;
}

.list-style-two li{
	position:relative;
	color:#555555;
	font-size:13px;
	padding-left:30px;
	font-weight:500;
	line-height:1.6em;
	margin-bottom:10px;
	font-family: 'Montserrat', sans-serif;
}

.list-style-two li:before{
	position:absolute;
	content:'\f004';
	left:0px;
	top:5px;
	color:#013d79;
	font-size:15px;
	line-height:1em;
	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;
	font-family: 'FontAwesome';
}

/*Btn Style One*/

.btn-style-one{
	position: relative;
	display: inline-block;
	font-size: 14px;
	line-height: 30px;
	color: #ffffff;
	padding: 11px 30px;
	font-weight: 500;
	overflow: hidden;
	border-radius: 3px;
	overflow:hidden;
	text-transform: capitalize;
	background-color:#013d79;
	font-family: 'Montserrat', sans-serif;
}

.btn-style-one:before{
	position: absolute;
	content: '';
    left: 92%;
    top:0px;
	width:100%;
	height:100%;
    z-index: 1;
    opacity: 1;
    background-color: #2c9c1e;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    transform: skewX(-25deg);
}

.btn-style-one .txt{
	position:relative;
	z-index:1;
}

.btn-style-one:hover::before{
	left:0%;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
}

.btn-style-one:hover{
	color: #ffffff;
	border-color:#00e49a;
}

/* Btn Style Two */

.btn-style-two{
	position: relative;
	display: inline-block;
	font-size: 14px;
	line-height: 30px;
	color: #ffffff;
	padding: 12px 40px;
	font-weight: 500;
	overflow: hidden;
	border-radius: 3px;
	overflow:hidden;
	text-transform: capitalize;
	background-color:#141d38;
	font-family: 'Montserrat', sans-serif;
}

.btn-style-two:before{
	position: absolute;
	content: '';
    left: 92%;
    top:0px;
	width:100%;
	height:100%;
    z-index: 1;
    opacity: 1;
    background-color: #ffffff;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    transform: skewX(-25deg);
}

.btn-style-two .txt{
	position:relative;
	z-index:1;
}

.btn-style-two:hover::before{
	left:0%;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
}

.btn-style-two:hover{
	color: #141d38;
}

/* Btn Style Three */

.btn-style-three{
	position: relative;
	display: inline-block;
	font-size: 16px;
	line-height: 30px;
	color: #ffffff;
	padding: 12px 50px;
	font-weight: 600;
	overflow: hidden;
	border-radius: 3px;
	overflow:hidden;
	text-transform: capitalize;
	background-color:#1c2c52;
	font-family: 'Montserrat', sans-serif;
}

.btn-style-three:before{
	position: absolute;
	content: '';
    left: 92%;
    top:0px;
	width:100%;
	height:100%;
    z-index: 1;
    opacity: 1;
    background-color: #013d79;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    transform: skewX(-25deg);
}

.btn-style-three .txt{
	position:relative;
	z-index:1;
}

.btn-style-three:hover::before{
	left:0%;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
}

.btn-style-three:hover{
	color: #ffffff;
}

/* Social Icon One */

.social-icon-one{
	position: relative;
	display: block;
}

.social-icon-one .title{
	position: relative;
	font-size: 20px;
	line-height: 26px;
	color: #ffffff;
	font-weight: 700;
	margin-right: 15px;
}

.social-icon-one li{
	position: relative;
	display: inline-block;
	font-size: 16px;
	line-height: 24px;
	color: #ffffff;
	margin-right: 22px;
}

.social-icon-one li:last-child{
	margin-right: 0;
}

.social-icon-one li a{
	position: relative;
	display: block;
	font-size: 16px;
	line-height: 24px;
	color: #ffffff;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.social-icon-one li a:hover{
	color: #013d79;
}

.theme_color{
	color:#013d79;
}

.preloader{ position:fixed; left:0px; top:0px; width:100%; height:100%; z-index:999999; background-color:#ffffff; background-position:center center; background-repeat:no-repeat; background-image:url(assets/images/icons/preloader.svg); background-size:80px; }

img{
	display:inline-block;
	max-width:100%;
	height:auto;	
}

/* section title start */
.sec-title{
	position:relative;
	margin-bottom:45px;
}

.sec-title .title{
	position:relative;
	color:#013d79;
	font-size:16px;
	font-weight:700;
	text-transform:uppercase;
	font-family: 'Montserrat', sans-serif;
}

.sec-title h2{
	position: relative;
    color:#141d38;
    font-weight: 700;
    line-height: 1.3em;
	margin-top:5px;
}
.sec-title .text{
	position: relative;
    color:#777777;
    font-weight: 400;
    line-height: 1.7em;
	margin-top:18px;
	font-size:18px;
}
.sec-title.light .text,
.sec-title.light .title,
.sec-title.light h2{
	color:#ffffff;
}
.sec-title.centered{
	text-align: center !important;
}

/*** 

====================================================================
	Banner Section
====================================================================

***/

.slider-section{
	position:relative;
	overflow:hidden;
}

.slider-slide::before{
	position:absolute;
	content:'';
	left:0px;
	top:0px;
	right:0px;
	bottom:0px;
	z-index:2;
	background-color:rgba(0,0,0,0.70);
}
.slide-text {
    z-index: 3;
}
.slider-slide{
	position:relative;
	overflow:hidden;
    padding-top: 95px;
    padding-bottom: 80px;
}

.patern-layer-one{
	position: absolute;
    left: 0px;
    top: 0px;
    width: 493px;
    height: 492px;
	z-index:2;
	opacity:0;
	transform: translateX(-500px);
    background-position: center bottom;
    background-repeat: no-repeat;
	background-size:cover;
	
	transition: all 900ms ease;
    -moz-transition: all 900ms ease;
    -webkit-transition: all 900ms ease;
    -ms-transition: all 900ms ease;
    -o-transition: all 900ms ease;
}

.patern-layer-one{
	opacity:1;
	transform: translateX(0px);
}

.patern-layer-two{
	position: absolute;
    right: 0px;
    bottom: 0px;
    width: 611px;
    height: 633px;
	z-index:2;
    background-position: right top;
    background-repeat: no-repeat;
	
	transform: translateX(500px);
	transition: all 900ms ease;
    -moz-transition: all 900ms ease;
    -webkit-transition: all 900ms ease;
    -ms-transition: all 900ms ease;
    -o-transition: all 900ms ease;
}

.patern-layer-two{
	transform: translateX(00px);
	-webkit-transition-delay: 300ms;
	-moz-transition-delay: 300ms;
	-ms-transition-delay: 300ms;
	-o-transition-delay: 300ms;
	transition-delay: 300ms;
}

.content-column{
	position:relative;
	z-index:10;
}

.inner-column{
	position:relative;
}

.banner-section .content-column .title{
	position:relative;
	color:#ffffff;
	font-size:30px;
	line-height:1.8em;
	margin-bottom:16px;
	font-weight:700;
	opacity: 0;
	transform: scaleY(0);
	transform-origin: top;
	-webkit-transition: all 1000ms ease;
	-moz-transition: all 100ms ease;
	-ms-transition: all 1000ms ease;
	-o-transition: all 1000ms ease;
	transition: all 1000ms ease;
}

.banner-section .active .content-column .title{
	opacity: 1;
	transform: scaleY(1);
	-webkit-transition-delay: 300ms;
	-moz-transition-delay: 300ms;
	-ms-transition-delay: 300ms;
	-o-transition-delay: 300ms;
	transition-delay: 300ms;
}

.banner-section .content-column h1{
	position:relative;
	color:#ffffff;
	font-weight:700;
	line-height:1.1em;
	opacity: 0;
	transform: scaleY(0);
	transform-origin: top;
	-webkit-transition: all 1000ms ease;
	-moz-transition: all 100ms ease;
	-ms-transition: all 1000ms ease;
	-o-transition: all 1000ms ease;
	transition: all 1000ms ease;
}

.banner-section .active .content-column h1{
	opacity: 1;
	transform: scaleY(1);
	-webkit-transition-delay: 600ms;
	-moz-transition-delay: 600ms;
	-ms-transition-delay: 600ms;
	-o-transition-delay: 600ms;
	transition-delay: 600ms;
}

.banner-section .content-column .text{
	position:relative;
	color:#ffffff;
	font-size:17px;
	line-height:1.9em;
	margin-top:30px;
	margin-bottom:30px;
	font-weight:400;
	opacity: 0;
	transform: scaleY(0);
	transform-origin: top;
	-webkit-transition: all 1000ms ease;
	-moz-transition: all 100ms ease;
	-ms-transition: all 1000ms ease;
	-o-transition: all 1000ms ease;
	transition: all 1000ms ease;
}

.banner-section .active .content-column .text{
	opacity: 1;
	transform: scaleY(1);
	-webkit-transition-delay: 900ms;
	-moz-transition-delay: 900ms;
	-ms-transition-delay: 900ms;
	-o-transition-delay: 900ms;
	transition-delay: 900ms;
}

.banner-section .content-column .btns-box{
	margin-top:35px;
	opacity: 0;
	transform: scaleY(0);
	transform-origin: top;
	-webkit-transition: all 1000ms ease;
	-moz-transition: all 100ms ease;
	-ms-transition: all 1000ms ease;
	-o-transition: all 1000ms ease;
	transition: all 1000ms ease;
}

.banner-section .active .content-column .btns-box{
	opacity: 1;
	transform: scaleY(1);
	-webkit-transition-delay: 1200ms;
	-moz-transition-delay: 1200ms;
	-ms-transition-delay: 1200ms;
	-o-transition-delay: 1200ms;
	transition-delay: 1200ms;
}

.banner-section .content-column .theme-btn{
	margin-right:15px;
}

.banner-section .owl-dots{
	position:absolute;
	left:0px;
	right:0px;
	bottom:40px;
	text-align:center;
}

.banner-section .owl-dots .owl-dot{
	position:relative;
	width:30px;
	height:6px;
	margin-bottom:10px;
	border-radius:0px;
	margin:0px 5px;
	display:inline-block;
	background-color:#ffffff;
	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;
}

.banner-section .owl-dots .owl-dot.active,
.banner-section .owl-dots .owl-dot:hover{
	background-color:#141d38;
}

.banner-section .owl-nav{
	position:absolute;
	left:0px;
	top:50%;
	z-index:99999;
	width:100%;
	opacity:0;
	margin-top:-10px;
	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;
}

.banner-section:hover .owl-nav{
	opacity:1;
}

.banner-section .owl-nav .owl-prev{
	position:absolute;
	left:20px;
	width:60px;
	height:60px;
	color:#ffffff;
	line-height:59px;
	font-size:24px;
	text-align:center;
	border-radius:50px;
	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:2px solid rgba(255,255,255,0.60);
}

.banner-section .owl-nav .owl-next{
	position:absolute;
	right:20px;
	color:#ffffff;
	font-size:24px;
	width:60px;
	height:60px;
	color:#ffffff;
	line-height:59px;
	border-radius:50px;
	text-align:center;
	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:2px solid rgba(255,255,255,0.60);
}

.banner-section .owl-nav .owl-prev:hover,
.banner-section .owl-nav .owl-next:hover{
	color:#222222;
	border-color:#ffffff;
	background-color:#ffffff;
}

/*** 

====================================================================
	About Section
====================================================================

***/

.about-section{
	position:relative;
	overflow:hidden;
}

.about-section .content-column{
	position:relative;
}

.about-section .sec-title{
	margin-bottom:25px;
}

.about-section .content-column .inner-column{
	position:relative;
	padding-right:30px;
}
.about-section .content-column .text {
    position: relative;
    color: #000000;
    font-size: 16px;
    line-height: 1.8em;
    font-weight: 600;
    margin-bottom: 10px;
}

.about-section .content-column .blocks-outer{
	position:relative;
	margin-bottom:30px;
}

.feature-block{
	position:relative;
	margin-bottom:19px;
}

.feature-block:last-child{
	margin-bottom:0px;
}

.feature-block .inner-box{
	position:relative;
	padding-left:63px;
}

.feature-block .inner-box .icon{
	position:absolute;
	left:0px;
	top:2px;
	color:#013d79;
	font-size:48px;
	line-height:1em;
}

.feature-block .inner-box h6{
	position:relative;
	color:#141d38;
	font-size:18px;
	font-weight:600;
}

.feature-block .inner-box .feature-text{
	position:relative;
	color:#000;
	font-size:16px;
	margin-top:5px;
}

.about-section .images-column{
	position:relative;
	margin-bottom:40px;
}

.about-section .images-column .inner-column{
	position:relative;
	text-align:center;
	background-position:center center;
	background-repeat:no-repeat;
}

.about-section .images-column .learn{
	position:relative;
	color:#013d79;
	font-weight:700;
	font-size:16px;
	display:inline-block;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}

.about-section .images-column .learn:hover{
	color:#222222;
}

.about-section .images-column .learn .arrow{
	position:relative;
	margin-right:8px;
	top:1px;
}

.about-section .images-column .pattern-layer{
	position:absolute;
	left:-70px;
	top:-51px;
	width:745px;
	height:732px;
	background-repeat:no-repeat;
}

.about-section .images-column .images-outer{
	position:relative;
}

/* .about-section .images-column .image{
	position:relative;
	display:inline-block !important;
	box-shadow:0px 0px 20px rgba(0,0,0,0.10);
} */
.image-about img{
	width: 100%;
	height: auto;
}
.about-section .images-column .image-two{
	position:absolute;
	left:0px !important;
	top:auto !important;
	bottom:60px !important;
	display:inline-block !important;
	box-shadow:0px 0px 20px rgba(0,0,0,0.10);
}

.about-section .images-column .image-three{
	position:absolute;
	left:auto !important;
	top:auto !important;
	right:0px !important;
	bottom:-60px !important;
	display:inline-block !important;
	box-shadow:0px 0px 20px rgba(0,0,0,0.10);
}

.about-section .images-column .image-four{
	position:absolute;
	right:10px !important;
	left:auto !important;
	top:0px !important;
	bottom:auto !important;
	display:inline-block !important;
	box-shadow:0px 0px 20px rgba(0,0,0,0.10);
}

/* Service Block Two */

.service-block-two{
	position:relative;
	z-index:1;
	margin-bottom:30px;
}
.service-block-two .inner-box {
    position: relative;
    overflow: hidden;
    padding: 45px 45px;
    border-radius: 6px;
    background-color: #ffffff;
	border-radius: 6px 6px 50px 6px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}
.service-block-two .inner-box .shape-one{
	content: '';
    width: 250px;
    height: 250px;
    background: #013d79;
    border-radius: 50%;
    position: absolute;
    top: -120px;
	opacity:0.4;
    right: -120px;
    transform: scale(0);
	-webkit-transition:all 600ms ease;
	-moz-transition:all 600ms ease;
	-ms-transition:all 600ms ease;
	-o-transition:all 600ms ease;
	transition:all 600ms ease;
}

.service-block-two .inner-box:hover .shape-one{
	transform: scale(1);
	webkit-transition-delay:300ms;
	-ms-transition-delay:300ms;
	transition-delay:300ms;
}

.service-block-two .inner-box .shape-two{
	content: '';
    width: 373px;
    height: 373px;
    background: #013d79;
    border-radius: 50%;
    position: absolute;
    top: -180px;
    right: -180px;
    z-index: 1;
	opacity: 0;
	transform: scale(0);
	-webkit-transition:all 600ms ease;
	-moz-transition:all 600ms ease;
	-ms-transition:all 600ms ease;
	-o-transition:all 600ms ease;
	transition:all 600ms ease;
}
.service-block-two .inner-box:hover .shape-two{
    opacity: 0.4;
	transform: scale(1);
	-ms-transition-delay:600ms;
	transition-delay:600ms;
}
.service-block-two .inner-box:before{
	position:absolute;
	content:'';
	left:0px;
	bottom:0px;
	width:100%;
	height:50%;
	opacity:0;
	border-radius: 6px 6px 50px 6px;
	background-color:#141d38;
	-webkit-transition:all 600ms ease;
	-ms-transition:all 600ms ease;
	-o-transition:all 600ms ease;
	-moz-transition:all 600ms ease;
	transition:all 600ms ease;
}
.service-block-two .inner-box:hover::before{
	height:100%;
	opacity:1;
}
.service-block-two .inner-box .icon-box{
	position:relative;
	z-index:2;
}
.service-block-two .inner-box .icon-box{
	position:relative;
	font-size:65px;
	line-height:1em;
	color:#013d79;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;
}
.service-block-two .inner-box .icon-box .icon{
	position:relative;
}
.service-block-two .inner-box h5{
	position:relative;
	z-index:2;
	color:#222222;
	font-weight:600;
	line-height:1.3em;
	margin:20px 0px 15px;
}
.service-block-two .inner-box h5 a{
	position:relative;
	color:#222222;
	transition:all 300ms ease;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
}
.service-block-two .inner-box h5 a:hover,
.service-block-two .inner-box .read-more:hover{
	color:#ff0303;
}
.service-block-two .inner-box .text{
	position:relative;
	color:#000;
	z-index:2;
	font-size:16px;
	line-height:1.8em;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;
}
.service-block-two .inner-box:hover .icon-box,
.service-block-two .inner-box:hover h5 a,
.service-block-two .inner-box:hover .text{
	color:#ffffff;
}

/* cta start */
.call-to-action-section{
	position:relative;
	overflow:hidden;
	background-color:#013d79;
	background-position:right center;
	background-repeat:no-repeat;
}
.call-to-action-section .heading-column{
	position:relative;
}
.call-to-action-section .heading-column .inner-column{
	position:relative;
}
.call-to-action-section .heading-column h2{
	position:relative;
	color:#ffffff;
	line-height:1.3em;
	font-weight:700;
}
.call-to-action-section .button-column{
	position:relative;
}
.call-to-action-section .button-column .inner-column{
	position:relative;
	text-align:right;
	padding-top:20px;
}


/* vision and mision */
.testimonial-section{
	position:relative;
}

.testimonial-section .sec-title .text{
	margin-top:40px;
}

.testimonial-section .owl-carousel .owl-stage-outer{
	padding:20px 0px;
}

.testimonial-section .owl-theme .testimonial-block{
	margin:0px 15px;
}

.testimonial-section .owl-carousel{
	margin:0px -15px;
	width:auto;
}

.testimonial-section .owl-nav{
	display:none;
}

.testimonial-section .owl-dots{
	position:relative;
	text-align:right;
	margin-top:20px;
	padding-right:15px;
}

.testimonial-section .owl-dots .owl-dot{
	position:relative;
	width:10px;
	height:5px;
	margin-bottom:10px;
	border-radius:0px;
	margin-left:10px;
	display:inline-block;
	background-color:#000055;
	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;
}

.testimonial-section .owl-dots .owl-dot.active,
.testimonial-section .owl-dots .owl-dot:hover{
	width:30px;
	background-color:#024ac2;
}

.testimonial-section .lower-text{
	position:relative;
	color:#555555;
	font-size:16px;
	font-weight:700;
}
.testimonial-section .lower-text a{
	position:relative;
	color:#024ac2;
}
.testimonial-block{
	position:relative;
	margin-bottom:30px;
}
.testimonial-block .inner-box{
	position:relative;
	padding:50px 50px;
	margin-left:20px;
	margin-top:20px;
	background-position:right top;
	background-repeat:no-repeat;
	background-color:#ffffff;
	box-shadow:0px 0px 20px rgba(0,0,0,0.07);
}
.testimonial-block .inner-box:before{
	position:absolute;
	content:'';
	left:-20px;
	top:-20px;
	right:20px;
	bottom:20px;
	z-index:-1;
	border:2px solid #34972a;
}
.testimonial-block .inner-box .upper-box{
	position:relative;
	padding-top:17px;
	padding-left:115px;
}
.testimonial-block .inner-box .upper-box .icon{
	position:absolute;
	left:0px;
	top:0px;
}
.testimonial-block .inner-box .upper-box h4{
	position:relative;
	color:#141d38;
	font-weight:600;
}
.testimonial-block .inner-box .upper-box .designation{
	position:relative;
	color:#555555;
	font-size:16px;
}
.testimonial-block .inner-box .text{
	position:relative;
	margin-top:50px;
	color:#000;
	font-size:16px;
	line-height:1.9em;
	font-weight:500;
}

/* industies we Served */
.technology-section{
	position:relative;
}
.technology-section .title-column{
	position:relative;
}
.technology-section .title-column .inner-column{
	position:relative;
	padding-top:30px;
}
.technology-section:before{
	position:absolute;
	content:'';
	left:0px;
	top:0px;
	right:0px;
	bottom:0px;
	background-color:rgba(20,29,56,0.95);
}
.technology-section .pattern-layer-one{
	position:absolute;
	left:0px;
	top:0px;
	width:50%;
	height:100%;
	background-position:left top;
	background-repeat:no-repeat;
}
.technology-section .pattern-layer-two{
	position:absolute;
	right:0px;
	top:0px;
	width:50%;
	height:100%;
	background-position:right top;
	background-repeat:no-repeat;
}
.technology-section .blocks-column{
	position:relative;
}

.technology-section .blocks-column .inner-column{
	position:relative;
}
.technology-section .blocks-column .inner-column .technology-block:nth-child(4){
	margin-left:-100px;
}
.technology-block{
	position:relative;
	margin-bottom:30px;
}
.technology-block .inner-box{
	position:relative;
	padding:45px 15px;
	text-align:center;
	border-radius:10px;
	border:1px dashed rgba(255,255,255,0.60);
	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;
}
.technology-block .inner-box .overlay-link{
	position:absolute;
	left:0px;
	top:0px;
	right:0px;
	bottom:0px;
	display:block;
	z-index:1;
}
.technology-block .inner-box .icon-box{
	position:relative;
	color:#013d79;
	font-size:64px;
	line-height:1em;
	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;
}
.technology-block .inner-box:hover .icon-box{
	transform:rotateY(180deg);
}
.technology-block .inner-box h6{
	position:relative;
	color:#ffffff;
	font-weight:600;
	margin-top:18px;
	text-transform:uppercase;
	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;
}
.technology-block .inner-box:hover{
	border-color:#ffffff;
	background-color:#ffffff;
}

.technology-block .inner-box:hover .icon-box{
	color:#013d79;
}
.technology-block .inner-box:hover h6{
	color:#000055;
}
.technology-section.style-two .technology-block{
	width:20%;
	padding:0px 15px;
}
.technology-section.style-two .technology-block h6{
	text-transform:capitalize;
}

/* blog start */
.news-section{
	position:relative;
}

.news-block{
	position:relative;
	margin-bottom:30px;
}

.news-block .inner-box{
	position:relative;
}

.news-block .inner-box .image{
	position:relative;
	overflow:hidden;
	background-color:#427cff;
}

.news-block .inner-box .image img{
	position:relative;
	width:100%;
	display: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;
}

.news-block .inner-box:hover .image img{
	opacity:0.7;
	transform:scale(1.04,1.04);
}

.news-block .inner-box .lower-content{
	position:relative;
	padding-top:30px;
}
.lower-content h4 {
    font-size: 22px;
}
.news-block .inner-box .lower-content .post-date{
	position:relative;
	color:#013d79;
	font-size:30px;
	font-weight:800;
	margin-bottom:18px;
	padding-bottom:10px;
	display:inline-block;
	text-transform:uppercase;
	border-bottom:1px solid #cccccc;
}

.news-block .inner-box .lower-content .post-date span{
	position:relative;
	font-size:14px;
	color:#fff;
}
.news-block .inner-box {
    position: relative;
    background-color: #013d79;
    padding: 15px;
}
.post-date {
    color: #fff !important;
}
.news-block .inner-box .lower-content .post-meta{
	position:relative;
}

.news-block .inner-box .lower-content .post-meta li{
	position:relative;
	color:#427cff;
	font-size:16px;
	margin-right:10px;
	font-weight:600;
	padding-left:22px;
	display:inline-block;
}

.news-block .inner-box .lower-content .post-meta li .icon{
	position:absolute;
	left:0px;
	top:1px;
	color:#141d38;
	font-size:15px;
	margin-right:6px;
}

.news-block .inner-box .lower-content h4{
	position:relative;
	line-height:1.4em;
	font-weight:700;
	margin-top:12px;
}

.news-block .inner-box .lower-content h4 a{
	position:relative;
	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;
}

.news-block .inner-box .lower-content h4 a:hover{
	color:#fff !important;
}

.news-block .inner-box .lower-content .text{
	position:relative;
	line-height:1.8em;
	font-weight:600;
	margin-top:12px;
	color:#fff;
	font-size:16px;
	margin-bottom:12px;
}

.news-block .inner-box .lower-content .read-more{
	position:relative;
	line-height:1.4em;
	font-weight:700;
	margin-top:12px;
	color:#fff;
	font-size:14px;
	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;
	font-family: 'Montserrat', sans-serif;
}

.news-block .inner-box .lower-content .read-more .arrow{
	position:relative;
	top:1px;
	font-size:16px;
	margin-left:8px;
}

.news-block .inner-box .lower-content .read-more:hover{
	color:#fff !important;
}

 /* new blog detail */
    section.services-details {
        overflow: initial;
        position: relative;
    }

    .services-details .content-side .image-slide {
        position: relative;
        margin-bottom: 35px;
    }
    .services-details .content-side .image-slide img {
        border-radius: 6px;
        width: 100%;
        box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
        height: auto;
    }
    .services-details .content-side .image-slide .content {
        position: absolute;
        left: 0;
        bottom: 0;
        right: 140px;
        background-color: #013d79;
        padding: 20px 30px;
        border-top-right-radius: 6px;
    }
    .services-details .content-side .image-slide .content h4 {
        color: #fff;
        font-weight: 700;
    }
    .services-details .content-side .text {
        position: relative;
        margin-bottom: 25px;
    }
    .services-details .content-side .list {
        position: relative;
    }
    .services-details .content-side .list li {
        position: relative;
        font-size: 16px;
        margin-bottom: 10px;
        display: flex;
    }

    h3.wp-block-heading {
        font-size: 22px;
        color: var(--secondary);
    }
    .services-details .content-side .list li i {
        margin-right: 8px;
        font-size: 15px;
    }
    .text-white {
        font-weight: 600;
    }
    .widget_categories_two {
        margin-bottom: 45px;
        padding: 20px;
        -webkit-box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.1);
        box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
        border-radius: 6px;
    }
    .widget_categories_two .categories-list li {
        position: relative;
        display: block;
        border: 1px solid #e1e5e9;
        margin-bottom: 10px;
        border-radius: 6px;
    }
    .widget_categories_two .categories-list li a {
        position: relative;
        display: block;
        font-size: 17px;
        line-height: 28px;
        font-weight: 600;
        color: #1e1e2a;
        padding: 14px 0px 13px 42px;
        -webkit-transition: .5s;
        -o-transition: .5s;
        transition: .5s;
        border-radius: 6px;
    }
    .widget_categories_two .categories-list li a:before {
        position: absolute;
        content: "\f063";
        font-family: 'Font Awesome 5 Pro';
        font-weight: 700;
        font-size: 12px;
        color: #838d9e;
        left: 20px;
        top: 16px;
        -webkit-transition: all 500ms ease;
        -o-transition: all 500ms ease;
        transition: all 500ms ease;
        content: "\e809";
        font-family: "fontello";
        font-style: normal;
        color: #013d79;
        margin-right: 10px;
    }
    .widget+.widget {
        margin-top: 50px;
    }
    .widget_contact {
        position: relative;
        padding: 50px 30px;
        border-radius: 6px;
        background-size: cover;
        text-align: center;
    }
    .text-left {
        text-align: left !important;
    }
    .widget_contact img {
        margin-bottom: 20px;
    }
    .widget_contact .phone-number {
        position: relative;
        font-size: 24px;
        color: #fff;
        font-weight: 500;
        margin-bottom: 11px;
    }
    .widget_contact .phone-number a {
        color: #fff;
        font-size: 20px;
        font-weight: 700;
    }
    .widget_contact .email {
        position: relative;
        font-size: 18px;
        color: #fff;
        font-weight: 500;
        margin-bottom: 30px;
    }
    .widget_contact .email a {
        color: #fff;
        font-size: 20px;
        font-weight: 700;
    }
    .widget_categories_two .categories-list li a:hover {
        padding-left: 20px;
        color: #fff;
        background: #013d79;
    }
    .widget_categories_two .categories-list li a:hover:before {
        opacity: 0;
    }
    .block-wrap {
        padding: 15px;
        background-color: #ffffff;
        box-shadow: rgb(219 2 2 / 12%) 0px 5px 15px;
        border-radius: 15px;
    }
    .block-title-wrap {
        border-bottom: 1px solid #013d79;
        margin-bottom: 10px;
        padding-bottom: 0px;
    }
    .text-h3 {
        color: #013d79;
    }
    .list-3-cols {
        -webkit-columns: 3;
        -moz-columns: 3;
        columns: 2;
    }
    .list-unstyled {
        padding-left: 0;
        list-style: none;
    }
    .property-features-wrap .block-content-wrap .list-3-cols li {
        border: none;
        display: block;
    }
    .block-content-wrap.feature01 ul li {
        width: 50%;
        float: left;
    }
    .block-content-wrap .list-3-cols li,
    .block-content-wrap .list-2-cols li,
    .block-content-wrap .list-1-cols li {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        border-bottom: 1px solid;
        border-color: #dce0e0;
        padding: 3px 0;
        -webkit-column-break-inside: avoid;
        page-break-inside: avoid;
        -moz-column-break-inside: avoid;
        break-inside: avoid;
    }
    .feature01 ul li::before {
        content: "\e809";
        font-family: "fontello";
        font-style: normal;
        color: #013d79;
        margin-right: 10px;
    }
    .data-sec {
        background-image: url(assets/images/service/vision-bg.webp);
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
    }
    .contact-info-box {
        background: #fff;
        padding: 10px 15px 10px;
        border-radius: 85px;
        display: flex;
        align-items: center;
        border: 1px solid #013d79;
        transition: 0.5s;
        position: relative;
        z-index: 1;
        overflow: hidden;
        gap: 29px;
    }
    .contact-info-box:before {
        position: absolute;
        content: "";
        width: 0;
        height: 100%;
        left: 0;
        top: 0;
        background: #013d79;
        border-radius: 5px;
        transition: 0.5s;
        z-index: -1;
    }
    .contact-info-box:hover:before {
        width: 100%;
    }
    .contact-info-box:hover .contact-info-content p {
        color: #fff;
    }
    .contact-info-content p:before {
        position: absolute;
        content: "\f063";
        font-family: 'Font Awesome 5 Pro';
        font-weight: 700;
        font-size: 12px;
        color: #838d9e;
        left: 20px;
        top: 10px;
        -webkit-transition: all 500ms ease;
        -o-transition: all 500ms ease;
        transition: all 500ms ease;
        content: "\e809";
        font-family: "fontello";
        font-style: normal;
        color: #013d79;
        margin-right: 10px;
    }
    .contact-info-box:hover p:before {
        color: #fff;
    }
    .contact-info-box {
        margin-bottom: 25px;
    }
    .contact-info-content {
        padding-left: 20px;
    }
    .career-section {
        background-image: url(assets/images/about/about-ind-bg.webp);
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
    }
    .comment-respond {
        background-image: url(assets/images/services/pattern-1.webp);
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
        -webkit-border-radius: 12px;
        -moz-border-radius: 12px;
        -o-border-radius: 12px;
        -ms-border-radius: 12px;
        border-radius: 12px;
        padding: 32px 40px 50px;
        margin-top: 20px;
        border-bottom: 3px solid #013d79;
        border-top: 3px solid #013d79;
    }
    .comment-notes {
        margin-bottom: 15px;
    }
    .comment-field {
        margin-bottom: 15px;
    }
    .comment-field textarea {
        width: 100%;
        display: block;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        -o-border-radius: 5px;
        -ms-border-radius: 5px;
        border-radius: 5px;
        border: 1px solid #013d79;
        font-size: 16px;
        padding: 15px 15px;
        line-height: 1.2;
        height: 50px;
    }

    .comment-field textarea {
        min-height: 130px;
        max-height: 130px;
    }

    .comment-field {
        margin-bottom: 15px;
    }
    .comment-field input,
    .comment-field textarea {
        width: 100%;
        display: block;
        border-radius: 5px;
        border: 1px solid #013d79;
        font-size: 16px;
        padding: 15px 15px;
        line-height: 1.2;
        height: 50px;
    }
    .blog-widget {
        background: #fff;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        -o-border-radius: 10px;
        -ms-border-radius: 10px;
        border-radius: 10px;
        padding: 30px 30px;
        margin-bottom: 30px;
        border: 1px solid #E5E7E8;
        box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    }
    .widget-title {
        position: relative;
    }
    .rc-post-item {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        align-items: center;
        gap: 15px;
        margin-bottom: 20px;
    }
    .rc-post-thumb {
        width: 100px;
        flex: 0 0 auto;
    }
    .rc-post-thumb img {
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        -o-border-radius: 3px;
        -ms-border-radius: 3px;
        border-radius: 3px;
        width: 100%;
        height: 100px;
        object-fit: cover;
    }
    .rc-post-content .date {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        align-items: center;
        gap: 6px;
        line-height: 1;
        font-weight: 500;
        margin-bottom: 12px;
        font-size: 16px;
    }
    .rc-post-content .date i {
        color: #013d79;
        font-size: 16px;
    }
    .blog_details h3 {
        color: #013d79;
        font-weight: 600;
        font-size: 22px;
        margin-top: 23px;
    }
    button.btn.btn-custom.with-25 {
        width: 200px;
        text-transform: uppercase;
        margin: auto;
    }

    @media (max-width: 991px) {
        .navbar-collapse {
            position: absolute;
            z-index: 9999999;
            background-color: #fff;
            left: 0;
            right: 0;
            border-radius: 10px;
            top: 66px;
            box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
        }
        .btn-9 {
            margin-left: 27px;
        }
        .menutop ul li a {
            line-height: 27px;
            border-bottom: 2px solid;
        }
    }
    .rc-post-content .title {
        font-size: 16px;
        text-transform: capitalize;
        margin-bottom: 0;
        font-weight: 400;
    }
	.sec-titlee h2 {
    font-size: 28px;
    color: #013d79;
    font-weight: 600;
    margin-bottom: 20px;
}
    h2.sub-h2 {
        font-size: 33px;
        color: var(--secondary);
    }
    .post-title a {
		color: #000;
		font-weight: 500;
	}
    .cp-news4-item {
        transition: background-color 0.5s ease, transform 0.5s ease;
    }
    .cp-news4-item:hover {
        transform: translateY(-10px);
    }
    .box-shadow1 {
        background: #ffffff;
        box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
        border-radius: 10px;
    }
    .p-1-9 {
        padding: 1.9rem;
    }
    .form-group01 input {
        border: 1px solid #ff644b;
        border-radius: 10px;
        width: 100%;
        padding: 11px 14px;
        font-size: 1rem;
        font-weight: 400;
        line-height: 1.5;
        color: #212529;
        background-color: #fff;
        background-clip: padding-box;
        transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
        margin-bottom: 15px;
    }
    .card-style5 .card-body {
        position: relative;
        background: #ffffff;
        box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
        border-radius: 10px;
        padding: 30px 25px;
        z-index: 1;
    }
    .card {
        position: relative;
        display: flex;
        flex-direction: column;
        min-width: 0;
        word-wrap: break-word;
        background-color: #fff;
        background-clip: border-box;
        border: 1px dotted #013d79;
        border-radius: .25rem;
    }
    .card p {
        margin: 0 0 20px;
    }
    .wp-block-list li a {
        color: #000;
        margin-bottom: 10px;
    }
    .wp-block-list {
        margin-bottom: 10px;
    }

    /* service detail */
    h2.wp-block-heading {
		font-size: 35px;
		margin: 0 0 5px;
		font-weight: 600;
		color: #38005c;
	}
    h3 {
        margin-top: 20px;
        color: #013d79;
    }

    .service-sidebar .banner-widget .widget-content .shape {
        position: absolute;
        left: 0;
        top: 0;
        height: 100%;
        width: 278px;
        background-repeat: no-repeat;
        background-size: cover;
    }
    .service-sidebar .banner-widget .content-box h3 {
        display: block;
        font-size: 24px;
        line-height: 32px;
        color: #fff;
        font-weight: 600;
        text-transform: uppercase;
        margin-bottom: 22px;
    }
    .all__sidebar-item {
        padding: 25px;
        border: 1px solid rgb(19 19 19 / 6%);
        margin-bottom: 30px;
        background: #fcfcfc;
        box-shadow: 0px 0px 6px 2px #ccc;
        border-radius: 15px 15px 0px 0px;
    }

    .sidebar .widget-title {
        font-size: 35px;
        position: relative;
        margin: 0 0 26px;
        padding-left: 15px;
        border-left: 3px solid #013d79;
        font-weight: 600;
    }

    .widget-title-page {
        font-size: 35px;
        margin: 0 0 26px;
        font-weight: 600;
    }

    section.service1.s-22.md-ped.ar-p {
        padding-bottom: 20px;
    }

    .all__sidebar-item-solution ul {
        padding: 0;
        margin: 0;
    }

    .all__sidebar-item-solution ul li {
        list-style: none;
    }

    .services-details__content img {
        width: 100%;
        height: auto;
    }

 .all__sidebar-item-solution ul li a {
    color: #fff;
    display: block;
    transition: all 0.4s ease-out 0s;
    font-weight: 700;
    font-size: 20px;
    line-height: 23px;
    padding: 16px 20px;
    border-bottom: 1px solid rgb(19 19 19 / 10%);
    border-radius: 6px;
    margin-bottom: 4px;
    background: var(--secondary);
    word-wrap: break-word;
    overflow-wrap: break-word;
    white-space: normal;
}
    img.img__full {
        width: 100%;
        height: auto;
        border-radius: 16px;
    }
    .services-details__content {
        padding: 22px;
        box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
        border-radius: 15px;
    }
    .all__sidebar-help-image-content {
        box-shadow: 0px 25px 70px rgba(0, 0, 0, 0.08);
        padding: 30px;
        background: #ffffffc2;
        text-align: center;
        margin-top: -241px;
        z-index: 1;
        position: relative;
        width: 80%;
        margin-left: 10%;
        border-radius: 15px;
    }
    .all__sidebar-help-image-content h4 {
        margin-top: 6px;
        margin-bottom: 15px;
        font-size: 18px;
    }
    .common-btn.two {
        background-color: #013d79;
    }
    .common-btn {
        border: none;
        position: relative;
        display: inline-block;
        text-align: center;
        overflow: hidden;
        z-index: 1;
        background-color: var(--secondary);
        color: #fff;
        -webkit-transition: 0.5s allease;
        transition: 0.5s allease;
        border-radius: 3px;
        opacity: 1;
        font-weight: 600;
        padding: 12px 25px;
        border: 1px solid #aec2cc;
    }
    .common-btn span {
        position: absolute;
        display: inline-block;
        width: 0;
        height: 0;
        border-radius: 50%;
        background-color: #013d79;
        -webkit-transition: width 0.5sease-in-out, height 0.5sease-in-out;
        transition: width 0.5sease-in-out, height 0.5sease-in-out;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        z-index: -1;
        border-radius: 5px;
        opacity: 1;
    }
    .all__sidebar-item-solution ul li a:hover {
        color: #fff;
        background: #013d79;
        border-color: #000;
        padding-left: 30px;
    }

/*** 

====================================================================
	Main Footer
====================================================================

***/

.main-footer{
	position:relative;
	padding:70px 0px 0px;
	background: -webkit-radial-gradient(circle farthest-corner at center center, #0246b7 0%, #131E3C 100%);
	background: -moz-radial-gradient(circle farthest-corner at center center, #0246b7 0%, #131E3C 100%);
	background: radial-gradient(circle farthest-corner at center center, #0246b7 0%, #131E3C 100%);
}

.main-footer.style-two{
	background-image:none;
	background-color:#141d38;
}
.footer-logo img {
    max-width: 392px;
    height: auto;
    background-color: #fff;
    padding: 10px;
    border-radius: 15px;
    margin-bottom: 20px;
}
.social-btn{
    display: flex;
    gap: 10px;
}
.social-btn.style2 a {
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    color: #fff;
}
.social-btn .face {
    background-color: #4267b2;
    transition: none;
    transform: none;
}
.social-btn a {
    border-radius: 50px;
    display: inline-block;
    text-align: center;
}
.social-btn .insta {
    background: linear-gradient(45deg, #feda75, #fa7e1e, #d62976, #962fbf, #4f5bd5);
    background-size: 300% 300%;
    animation: gradient 5s ease infinite;
    transition: none;
    transform: none;
}
.social-btn .link {
    background-color: #3266c2;
    transition: none;
    transform: none;
}
.social-btn .twitt {
    background-color: #4ba1f2;
    transition: none;
    transform: none;
}

.main-footer .pattern-layer-one{
	position:absolute;
	left:0px;
	top:0px;
	width:50%;
	height:100%;
	background-position:left top;
	background-repeat:no-repeat;
}

.main-footer .pattern-layer-two{
	position:absolute;
	right:0px;
	top:0px;
	width:50%;
	height:100%;
	background-position:right top;
	background-repeat:no-repeat;
}

.main-footer .pattern-layer-three{
	position:absolute;
	left:0px;
	top:0px;
	width:283px;
	height:100%;
	background-position:left center;
	background-repeat:no-repeat;
}

.main-footer .pattern-layer-four{
	position:absolute;
	right:0px;
	top:0px;
	width:283px;
	height:100%;
	background-position:left center;
	background-repeat:no-repeat;
}

.main-footer .footer-widget{
	position:relative;
	z-index:1;
	margin-bottom:30px;
}

.main-footer .widgets-section{
	position:relative;
	padding-bottom:40px;
}

.main-footer .footer-widget h5{
	position:relative;
	font-weight:600;
	color:#ffffff;
	line-height:1.2em;
	margin-bottom:25px;
	padding-bottom:20px;
	text-transform:capitalize;
}

.main-footer .footer-widget h5:before{
	position:absolute;
	content:'';
	left:0px;
	bottom:0px;
	height:1px;
	width:30px;
	background-color:#ffffff;
}

.main-footer .logo-widget{
	position:relative;
}

.main-footer .logo-widget .logo{
	position:relative;
	margin-bottom:25px;
}

.main-footer .logo-widget .text{
	position:relative;
	color:#ffffff;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.8em;
	margin-bottom: 25px;
}

.main-footer .logo-widget .social-box{
	position:relative;
}

.main-footer .logo-widget .social-box li{
	position:relative;
	margin-right:8px;
	display:inline-block;
}

.main-footer .logo-widget .social-box li a{
	position:relative;
	width:40px;
	height:40px;
	color:#ffffff;
	font-size:16px;
	border-radius:4px;
	text-align:center;
	line-height:40px;
	display:inline-block;
	background-color:#013d79;
	-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-footer .logo-widget .social-box li a:hover{
	background-color:#141d38;
}

/* List Link */

.list-link{
	position:relative;
}

.list-link li{
	position:relative;
	margin-bottom:12px;
}

.list-link li a{
	position:relative;
	color:#ffffff;
	font-size:15px;
	padding-left:20px;
	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;
}

.list-link li a:hover{
	margin-left: 5px;
}

.list-link li a:before{
	position:absolute;
	 content: "\f101";
	left:0px;
	top:-2px;
	font-family: 'FontAwesome';
}

/* Recent Posts */

.main-footer .news-widget{
	position: relative;
}

.main-footer .news-widget .post{
	position: relative;
	min-height: 100px;
	padding-left: 95px;
	margin-bottom: 20px;
	border-bottom:1px solid #0a337d;
}

.main-footer .news-widget .post:last-child{
	margin-bottom: 0;
	border:none;
	min-height:auto;
}

.main-footer .news-widget .post .thumb{
	position: absolute;
	left: 0;
	top: 0;
	height: 80px;
	width: 80px;
	overflow: hidden;
}

.main-footer .news-widget .post .thumb a{
	display: block;
}
h3.widget_title {
    font-size: 22px;
    color: #fff;
    margin-bottom: 10px;
    font-weight: 600;
}
.main-footer .news-widget .post .thumb img{
	display: block;
	width: 100%;
	height: auto;
}

.main-footer .news-widget .post h6{
	position: relative;
	color: #ffffff;
	line-height: 1.6em;
	font-weight: 600;
	top: -4px;
	font-size:15px;
}

.main-footer .news-widget .post h6 a{
	color:#ffffff;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.main-footer .news-widget .post .date{
	position: relative;
	display: block;
	font-size: 14px;
	line-height: 1.3em;
	color: #ffffff;
	margin-top:4px;
	text-transform:capitalize;
}

.main-footer .contact-widget{
	position:relative;
}

.main-footer .contact-widget ul{
	position:relative;
}

.main-footer .contact-widget ul li{
	position:relative;
	color:#ffffff;
	font-size:16px;
	padding-left:60px;
	margin-bottom:28px;
	line-height:1.6em;
}

.main-footer .contact-widget ul li strong{
	position:relative;
	display:block;
}

.main-footer .contact-widget ul li .icon{
	position:absolute;
	left:0px;
	top:4px;
	font-size:44px;
	line-height:1em;
	color:#ffffff;
}

.main-footer .contact-widget ul li a{
	position:relative;
	color:#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;
}

.main-footer .contact-widget ul li a:hover{
	color:#013d79;
}

.main-footer .footer-bottom{
	position:relative;
	padding:20px 0px;
	border-top:1px solid #0345b3;
}

.main-footer .footer-bottom .copyright{
	position:relative;
	color:#ffffff;
	font-size:14px;
	font-weight:500;
}

.main-footer .footer-nav{
	position:relative;
	text-align:right;
}

.main-footer .footer-nav li{
	position:relative;
	padding-right:14px;
	margin-right:14px;
	line-height:1em;
	display:inline-block;
	border-right:2px solid #ffffff;
}

.main-footer .footer-nav li a{
	position:relative;
	color:#ffffff;
	font-size:15px;
	font-weight:500;
}

.main-footer .footer-nav li:last-child{
	position:relative;
	margin-right:0px;
	padding-right:0px;
	border:none;
}

.main-footer.style-two .logo-widget .social-box li a:hover{
	background-color:#ffffff;
	color:#141d38;
}

.main-footer.style-two .news-widget .post h6 a:hover,
.main-footer.style-two .list-link li a:hover{
	
}

.main-footer.style-three{
	background-image:none;
	background-color:#141d38;
}

.main-footer.style-three .footer-bottom{
	border:none;
	background-color:#013d79;
}


 /* whatsapp */
    .whatsapp-float {
        position: fixed;
        bottom: 80px;
        right: 17px;
        z-index: 100;
        text-align: center;
    }

    .whatsapp-icon {
        width: 50px;
        height: 50px;
        object-fit: cover;
        background-color: #25d366;
        border-radius: 50%;
        padding: 10px;
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
        transition: transform 0.3s ease;
    }
    .whatsapp-float:hover .whatsapp-icon {
        transform: scale(1.1);
    }

	  /* scroll area */
    .scroll-area {
        position: relative;
        z-index: 999;
    }
.scroll-area .go-top.active {
    top: 97%;
    transform: translateY(-98%);
    opacity: 1;
    visibility: visible;
    right: 20px;
    border-radius: 100%;
}
.scroll-area .go-top {
    position: fixed;
    cursor: pointer;
    top: 0;
    right: 30px;
    color: #ffffff;
    z-index: 9999;
    width: 45px;
    text-align: center;
    height: 45px;
    line-height: 42px;
    opacity: 0;
    visibility: hidden;
    transition: all 0.9s ease-out;
    border-radius: 10px;
    background-color: var(--primary-color);
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}
.top-wrap {
    position: relative;
}
.scroll-area .go-top::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background: linear-gradient(to right, #00132b, #00132b);
    opacity: 0;
    visibility: hidden;
    transition: all 0.5s ease-out;
    border-radius: 100%;
}
.top-wrap .go-top-button i {
    font-size: 19px;
    font-weight: 700;
    padding-left: 4px;
    color: #fff;
}
.scroll-area .go-top i {
    position: absolute;
    top: 50%;
    left: -4px;
    right: 0;
    margin: 0 auto;
    font-size: 15px;
    transform: translateY(-50%);
    transition: all 0.5s ease-out;
}
.top-wrap .go-top-button i {
    font-size: 19px;
    font-weight: 700;
    padding-left: 4px;
    color: #fff;
}
.top-wrap .go-top-button::after {
    z-index: -1;
    content: "";
    position: absolute;
    left: -1px;
    top: -3px;
    width: 50px;
    height: 50px;
    /* animation: ripple 1.6s ease-out infinite; */
    /* opacity: 0.5; */
    background: linear-gradient(0deg, #25d366, #013d79);
    border-radius: 100%;
}

/*** 

====================================================================
	Experiance Section
====================================================================

***/

.experiance-section{
	position:relative;
	padding:110px 0px 110px;
	background-position:center center;
	background-repeat:no-repeat;
}

.experiance-tabs{
	position:relative;
	margin-top:50px;
}

.experiance-tabs .tab-btns{
	position:relative;
	text-align:center;
	margin-bottom:25px;
}

.experiance-tabs .tab-btns .tab-btn{
	position:relative;
	z-index:1;
	width:210px;
	height:210px;
	display:block;
	font-size:18px;
	background:none;
	color:#0e0a31;
	font-weight:800;
	line-height:24px;
	cursor:pointer;
	overflow:hidden;
	text-align:center;
	margin:0px 10px 30px;
	display:inline-block;
	padding:45px 0px 20px;
	border-radius:12px;
	transition:all 500ms ease;
	border:1px solid #cccccc;
	text-transform:uppercase;
	background-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;
}

.experiance-tabs .tab-btns .tab-btn:before{
	position:absolute;
	content:'';
	left:-1px;
	top:-1px;
	right:-1px;
	bottom:-1px;
	z-index:-1;
	opacity: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;
	background: -webkit-radial-gradient(circle farthest-corner at center center, #0246b7 0%, #131E3C 100%);
    background: -moz-radial-gradient(circle farthest-corner at center center, #0246b7 0%, #131E3C 100%);
    background: radial-gradient(circle farthest-corner at center center, #0246b7 0%, #131E3C 100%);
}

.experiance-tabs .tab-btns .tab-btn .icon{
	position:relative;
	display:block;
	color:#146cff;
	font-size:74px;
	font-weight:300;
	line-height:1em;
	margin-bottom: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;
}

.experiance-tabs .tab-btns .tab-btn.active-btn .icon,
.experiance-tabs .tab-btns .tab-btn:hover .icon{
	color:#ffffff;
}

.experiance-tabs .tab-btns .tab-btn:hover::before,
.experiance-tabs .tab-btns .tab-btn.active-btn::before{
	opacity:1;
}

.experiance-tabs .tab-btns .tab-btn:hover,
.experiance-tabs .tab-btns .tab-btn.active-btn{
	color:#ffffff;
	border-color:#0d103e;
}

.experiance-tabs .tabs-content{
	position:relative;
	text-align:center;
}

.experiance-tabs .tabs-content .tab{
	position:relative;
	display:none;
}

.experiance-tabs .tabs-content .tab.active-tab{
	display:block;	
}

.experiance-tabs .tabs-content h4{
	position:relative;
	color:#013d79;
	font-weight:600;
	margin-bottom:10px;
}

.experiance-tabs .tabs-content .text{
	position:relative;
	color:#222222;
	font-weight:600;
	font-size:16px;
	line-height:1.9em;
	margin-bottom:45px;
}

/*** 

====================================================================
	Counter Section
====================================================================

***/

.counter-section{
	position:relative;
	overflow:hidden;
	z-index:1;
}

.counter-section .inner-container{
	position:relative;
	padding:60px 0px 30px 60px;
}

.counter-section .inner-container:before{
	position:absolute;
	content:'';
	left:0px;
	top:0px;
	right:-200px;
	bottom:0px;
	border-radius:15px;
	background-color:#e7f0ff;
}

/* Fact Counter */

.fact-counter{
	position:relative;
}

.fact-counter .column{
	position:relative;
	margin-bottom:30px;
}

.fact-counter .column .inner{
	position:relative;
}

.fact-counter .column .inner .content{
	position:relative;
	text-align:center;
}

.fact-counter .column .inner .icon{
	position:absolute;
	left:0px;
	top:10px;
	color:#bbbbbb;
	font-size:60px;
	text-align:center;
	line-height:1em;
	font-weight: 400;
	margin-bottom:0px;
	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;
}

.fact-counter .count-outer .percentage{
	display:inline-block;
	font-weight:600;
	color:#ffffff;
	font-size:54px;
	line-height:1em;
}

.fact-counter .column .inner .count-outer{
	position:relative;
	font-weight:600;
	color:#0e0a31;
	font-size:48px;
	line-height:1em;
	font-weight:700;
	font-family: 'Montserrat', sans-serif;
}

.fact-counter .column .inner .counter-title{
	position:relative;
	font-size:16px;
	font-weight:600;
	margin-top:10px;
	color:#013d79;
}

/*** 

====================================================================
	About Section Two
====================================================================

***/

.about-section-two{
	position:relative;
	margin-top:-100px;
	background-attachment:fixed;
	background-size:cover;
	padding-bottom:80px;
}

.about-section-two:before{
	position:absolute;
	content:'';
	left:0px;
	top:0px;
	right:0px;
	bottom:0px;
	background-color:rgba(0,96,255,0.70);
}

.about-section-two .image-column{
	position:relative;
	margin-bottom:40px;
}

.about-section-two .image-column .inner-column{
	position:relative;
	padding:0px 90px 90px;
}

.about-section-two .image-column .inner-column .circle-layer{
	position:absolute;
	left:0px;
	bottom:0px;
	width:650px;
	height:650px;
	background-repeat:no-repeat;
}

.about-section-two .image-column .inner-column .image{
	position:relative;
	overflow:hidden;
	border:15px solid #ffffff;
	border-radius:0px 0px 250px 250px;
}

.about-section-two .image-column .inner-column .image img{
	position:relative;
	width:100%;
	display:block;
}

.about-section-two .skill-column{
	position:relative;
	margin-bottom:40px;
}

.about-section-two .skill-column .inner-column{
	position:relative;
	padding-top:180px;
}

.about-section-two .skill-column .sec-title{
	margin-bottom:30px;
}

.about-section-two .skill-column .sec-title .text{
	font-size:16px;
}

/* Skills Section */

.about-section-two .skill-column .skills{
	margin-bottom:40px;
}

.skills .skill-item{
	position:relative;
	margin-bottom:25px;
}

.skills .skill-item:last-child{
	margin-bottom:0px;
}

.skills .skill-item .skill-bar{
	position:relative;
	width:100%;
	height:5px;
}

.skills .skill-item .skill-bar .bar-inner{
	position:relative;
	width:100%;
	height:5px;
	background:#ffffff;
}

.skills .skill-item .skill-bar .bar-inner .bar:before{
	position:absolute;
	content:'';
	right:-6px;
	top:-4px;
	width:12px;
	height:12px;
	border:1px solid #ffffff;
	background-color:#0e0a31;
}

.skills .skill-item .skill-bar .bar-inner .bar{
	position:absolute;
	left:0px;
	top:0px;
	height:5px;
	width:0px;
	border-bottom:5px solid #0e0a31;
	-webkit-transition:all 2000ms ease;
	-ms-transition:all 2000ms ease;
	-o-transition:all 2000ms ease;
	-moz-transition:all 2000ms ease;
	transition:all 2000ms ease;
}

.skills .skill-item .skill-header{
	position:relative;
	margin-bottom:12px;
}

.skills .skill-item .skill-header .skill-title{
	position:relative;
	float:left;
	color:#ffffff;
	font-size:16px;
	font-weight:700;
	line-height:1.4em;
	text-transform:capitalize;
}

.skills .skill-item .skill-header .skill-percentage{
	position:relative;
	float:right;
	font-weight:700;
	color:#ffffff;
	font-size:16px;
	text-transform:uppercase;
}

/* team start */
.team-section-two{
	position:relative;
}
.team-section-two .sec-title .text{
	margin-top:40px;
}
.team-block-two{
	position:relative;
	margin-bottom:30px;
}
.team-block-two .inner-box{
	position:relative;
}

.team-block-two .inner-box .image{
	position:relative;
	overflow:hidden;
	background-color:#013d79;
	border-radius:0px 0px 150px 150px;
	-webkit-transition:all 600ms ease;
	-moz-transition:all 600ms ease;
	-ms-transition:all 600ms ease;
	-o-transition:all 600ms ease;
	transition:all 600ms ease;
}

.team-block-two .inner-box:hover .image{
	border-radius:150px 150px 0px 0px;
}

.team-block-two .inner-box .image img{
	position:relative;
	width:100%;
	display: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;
}

.team-block-two .inner-box:hover .image img{
	opacity:0.80;
	transform:scale(1.04,1.04);
}

.team-block-two .inner-box .lower-box{
	position:relative;
	margin-top:-30px;
	padding:20px 20px 25px;
	text-align:center;
	border-radius:50px;
	background-color:#ffffff;
	box-shadow:0px 0px 15px rgba(0,0,0,0.10);
}

.team-block-two .inner-box .lower-box .content{
	position:relative;
}

.team-block-two .inner-box .lower-box h5{
	position:relative;
	font-weight:700;
	line-height:1.3em;
}

.team-block-two .inner-box .lower-box h5 a{
	position:relative;
	color:#141d38;
}
.team-block-two .inner-box .lower-box .designation {
    position: relative;
    color: #000;
    font-size: 16px;
    margin-top: 5px;
}
.team-block-two .inner-box .lower-box .social-box{
	position:absolute;
	left:50%;
	opacity:0;
	bottom:-17px;
	padding:5px 16px;
	border-radius:50px;
	display:inline-block;
	background-color:#013d79;
	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;
	transform:translateX(-50%);
}

.team-block-two .inner-box .lower-box .social-box li{
	position:relative;
	padding:0px 6px;
	text-align:center;
	display:inline-block;
}

.team-block-two .inner-box .lower-box .social-box li a{
	position:relative;
	color:#ffffff;
	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-two .inner-box .lower-box .social-box li a:hover{
	color:#141d38;
}

.team-block-two .inner-box:hover .lower-box .social-box{
	opacity:1;
}

/*** 

====================================================================
	Banner Section Three
====================================================================

***/

.banner-section-three{
	position:relative;
	overflow:hidden;
}

.banner-section-three .color-layer{
	position:absolute;
	right:0px;
	top:0px;
	width:70%;
	height:100%;
	z-index:1;
	background: #ffffff;
	background: -webkit-linear-gradient(to right, rgba(255,255,255,0) 0%, #132144 100%);
	background: -moz-linear-gradient(to right, rgba(255,255,255,0) 0%, #132144 100%);
	background: linear-gradient(to right, rgba(255,255,255,0) 0%, #132144 100%);
}

.banner-section-three .slide{
	position:relative;
	overflow:hidden;
	padding-top:300px;
	padding-bottom:280px;
}

.banner-section-three .pattern-layer-one{
	position: absolute;
    right: 0px;
    top: 0px;
    width: 728px;
    height: 976px;
	z-index:10;
	opacity:0;
	transform: translateX(500px);
    background-position: right top;
    background-repeat: no-repeat;
	transition: all 900ms ease;
    -moz-transition: all 900ms ease;
    -webkit-transition: all 900ms ease;
    -ms-transition: all 900ms ease;
    -o-transition: all 900ms ease;
}

.banner-section-three .active .pattern-layer-one{
	opacity:1;
	transform: translateX(0px);
}

.banner-section-three .content-column{
	position:relative;
	z-index:10;
}

.banner-section-three .content-column .inner-column{
	position:relative;
	max-width:580px;
	width:100%;
	float:right
}

.banner-section-three .content-column h1{
	position:relative;
	color:#ffffff;
	font-weight:700;
	line-height:1.1em;
	opacity: 0;
	font-size:60px;
	transform: scaleY(0);
	transform-origin: top;
	-webkit-transition: all 1000ms ease;
	-moz-transition: all 100ms ease;
	-ms-transition: all 1000ms ease;
	-o-transition: all 1000ms ease;
	transition: all 1000ms ease;
}

.banner-section-three .active .content-column h1{
	opacity: 1;
	transform: scaleY(1);
	-webkit-transition-delay: 600ms;
	-moz-transition-delay: 600ms;
	-ms-transition-delay: 600ms;
	-o-transition-delay: 600ms;
	transition-delay: 600ms;
}

.banner-section-three .content-column .text{
	position:relative;
	color:#ffffff;
	font-size:24px;
	line-height:1.6em;
	margin-top:30px;
	margin-bottom:30px;
	font-weight:500;
	opacity: 0;
	transform: scaleY(0);
	transform-origin: top;
	-webkit-transition: all 1000ms ease;
	-moz-transition: all 100ms ease;
	-ms-transition: all 1000ms ease;
	-o-transition: all 1000ms ease;
	transition: all 1000ms ease;
}

.banner-section-three .active .content-column .text{
	opacity: 1;
	transform: scaleY(1);
	-webkit-transition-delay: 900ms;
	-moz-transition-delay: 900ms;
	-ms-transition-delay: 900ms;
	-o-transition-delay: 900ms;
	transition-delay: 900ms;
}

.banner-section-three .content-column .button-box{
	margin-top:35px;
	opacity: 0;
	transform: scaleY(0);
	transform-origin: top;
	-webkit-transition: all 1000ms ease;
	-moz-transition: all 100ms ease;
	-ms-transition: all 1000ms ease;
	-o-transition: all 1000ms ease;
	transition: all 1000ms ease;
}

.banner-section-three .active .content-column .button-box{
	opacity: 1;
	transform: scaleY(1);
	-webkit-transition-delay: 1200ms;
	-moz-transition-delay: 1200ms;
	-ms-transition-delay: 1200ms;
	-o-transition-delay: 1200ms;
	transition-delay: 1200ms;
}

.banner-section-three .content-column .theme-btn{
	margin-right:15px;
}

.banner-section-three .owl-dots{
	position:absolute;
	left:0px;
	right:0px;
	bottom:40px;
	text-align:center;
}

.banner-section-three .owl-dots .owl-dot{
	position:relative;
	width:30px;
	height:6px;
	margin-bottom:10px;
	border-radius:0px;
	margin:0px 5px;
	display:inline-block;
	background-color:#ffffff;
	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;
}

.banner-section-three .owl-dots .owl-dot.active,
.banner-section-three .owl-dots .owl-dot:hover{
	background-color:#141d38;
}

.banner-section-three .owl-nav{
	position:absolute;
	left:0px;
	top:50%;
	z-index:99999;
	width:100%;
	opacity:0;
	margin-top:-10px;
	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;
}

.banner-section-three:hover .owl-nav{
	opacity:1;
}

.banner-section-three .owl-nav .owl-prev{
	position:absolute;
	left:20px;
	width:60px;
	height:60px;
	color:#ffffff;
	line-height:56px;
	font-size:24px;
	text-align:center;
	border-radius:50px;
	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:2px solid rgba(255,255,255,0.60);
}

.banner-section-three .owl-nav .owl-next{
	position:absolute;
	right:20px;
	color:#ffffff;
	font-size:24px;
	width:60px;
	height:60px;
	color:#ffffff;
	line-height:56px;
	border-radius:50px;
	text-align:center;
	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:2px solid rgba(255,255,255,0.60);
}

.banner-section-three .owl-nav .owl-prev:hover,
.banner-section-three .owl-nav .owl-next:hover{
	color:#1543c5;
	border-color:#ffffff;
	background-color:#ffffff;
}

/*** 

====================================================================
	Services Section Three
====================================================================

***/

.services-section-three{
	position:relative;
	overflow:hidden;
	padding-bottom:70px;
}

.services-section-three.margin-top{
	margin-top:-110px;
	z-index:1;
}

.service-block-three{
	position:relative;
	margin-bottom:30px;
}

.service-block-three .inner-box{
	position:relative;
	padding:35px 30px;
	background-color:#ffffff;
	box-shadow:0px 0px 20px rgba(0,0,0,0.15);
}

.service-block-three .inner-box:before{
	position:absolute;
	content:'';
	left:0px;
	top:0px;
	right:0px;
	bottom:0px;
	background-color:#013d79;
	transition:all 900ms ease;
	-moz-transition:all 900ms ease;
	-webkit-transition:all 900ms ease;
	-ms-transition:all 900ms ease;
	-o-transition:all 900ms ease;
	transform:rotateY(90deg);
}

.service-block-three .inner-box:hover::before{
	transform:rotateY(0deg);
}

.service-block-three .inner-box .content{
	position:relative;
}

.service-block-three .inner-box .service-number{
	position:absolute;
	right:0px;
	bottom:0px;
	color:#dddddd;
	font-size:60px;
	font-weight:700;
	font-family: 'Montserrat', sans-serif;
	transition:all 900ms ease;
	-moz-transition:all 900ms ease;
	-webkit-transition:all 900ms ease;
	-ms-transition:all 900ms ease;
	-o-transition:all 900ms ease;
}

.service-block-three .inner-box h4{
	position:relative;
	line-height:1.4em;
	font-weight:700;
	font-size:27px;
}

.service-block-three .inner-box h4 a{
	position:relative;
	color:#222222;
	transition:all 900ms ease;
	-moz-transition:all 900ms ease;
	-webkit-transition:all 900ms ease;
	-ms-transition:all 900ms ease;
	-o-transition:all 900ms ease;
}

.service-block-three .inner-box .text{
	position:relative;
	color:#555555;
	font-size:16px;
	line-height:1.7em;
	font-weight:500;
	margin-top:25px;
	margin-bottom:30px;
	transition:all 900ms ease;
	-moz-transition:all 900ms ease;
	-webkit-transition:all 900ms ease;
	-ms-transition:all 900ms ease;
	-o-transition:all 900ms ease;
}

.service-block-three .inner-box .more-detail{
	position:relative;
	color:#222222;
	font-size:18px;
	font-weight:700;
	transition:all 900ms ease;
	-moz-transition:all 900ms ease;
	-webkit-transition:all 900ms ease;
	-ms-transition:all 900ms ease;
	-o-transition:all 900ms ease;
}

.service-block-three .inner-box:hover h4 a,
.service-block-three .inner-box:hover .text,
.service-block-three .inner-box:hover .more-detail,
.service-block-three .inner-box:hover .service-number{
	color:#ffffff;
}

/* why choose us start */
.fluid-section-one{
	position:relative;
	padding:110px 0px 120px;
}

.fluid-section-one .outer-container{
	position:relative;
	min-height:250px;
}

.fluid-section-one .image-column{
	position:absolute;
	right:0px;
	top:120px;
	width:90%;
	height:100%;
	background-repeat:no-repeat;
	background-position:center center;
	background-size:cover;	
}

.fluid-section-one .image-column:before{
	position:absolute;
	content:'';
	right:0px;
	top:0px;
	width:100%;
	height:100%;
	background: #ffffff;
	background: linear-gradient(to right, #ffffffba 0%, rgba(0, 0, 0, 0) 100%);;
}

.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:left;
	width:50%;
	z-index:1;
	background-position:left center;
	background-repeat:no-repeat;
	background-color:#013d79;
	border-radius:0px 50px 50px 0px;
}

.fluid-section-one .content-column .inner-column:before{
	position:absolute;
	content:'';
	right:0px;
	top:0px;
	width:150%;
	bottom:0px;
	border-radius:0px 50px 50px 0px;
}

.fluid-section-one .content-column .inner-column{
	position:relative;
	max-width:600px;
	width:100%;
	float:right;
	padding: 70px 45px 70px 15px;
}

.fluid-section-one .content-column .sec-title .text{
	font-size:16px;
}

.feature-block-three{
	position:relative;
}

.feature-block-three .inner-box{
	position:relative;
}

.feature-block-three .inner-box:before{
	position:absolute;
	content:'';
	left:0px;
	bottom:0px;
	width:68px;
	height:73px;
	transition: all 900ms ease;
    -moz-transition: all 900ms ease;
    -webkit-transition: all 900ms ease;
    -ms-transition: all 900ms ease;
    -o-transition: all 900ms ease;
	background:url(assets/images/icons/pattern-1.png) no-repeat;
}

.feature-block-three .inner-box:hover::before{
	transform:rotateY(360deg);
}

.feature-block-three .inner-box .icon-box{
	position:relative;
	font-size:60px;
	color:#ffffff;
	line-height:1em;
	font-weight:400;
	margin-bottom:35px;
}

.feature-block-three .inner-box .number{
	position:relative;
	color:#ffffff;
	font-size:36px;
	font-weight:700;
	margin-bottom:18px;
}

.feature-block-three .inner-box .feature-text{
	position:relative;
	color:#ffffff;
	font-size:16px;
}

/*** 

====================================================================
	News Section Three
====================================================================

***/

.news-section-three{
	position:relative;
	padding:100px 0px 100px;
}

.news-section-three .owl-nav{
	display:none;
}

.news-section-three .owl-dots{
	position:relative;
	text-align:center;
	margin-top:10px;
}

.news-section-three .owl-dots .owl-dot{
	position:relative;
	width:14px;
	height:6px;
	margin-bottom:10px;
	border-radius:0px;
	margin:0px 5px;
	display:inline-block;
	background-color:#ebebeb;
	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-section-three .owl-dots .owl-dot.active,
.news-section-three .owl-dots .owl-dot:hover{
	width:35px;
	background-color:#535353;
}

.news-block-three{
	position:relative;
	margin-bottom:30px;
}

.news-block-three .inner-box{
	position:relative;
}

.news-block-three .inner-box .image{
	position:relative;
	overflow:hidden;
	background-color:#427cff;
}

.news-block-three .inner-box .image img{
	position:relative;
	width:100%;
	display: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;
}

.news-block-three .inner-box:hover .image img{
	opacity:0.7;
	transform:scale(1.04,1.04);
}

.news-block-three .inner-box .lower-content{
	position:relative;
	padding-top:25px;
}

.news-block-three .inner-box .lower-content .icon-box{
	position:absolute;
	left:0px;
	top:20px;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}

.news-block-three .inner-box:hover .lower-content .icon-box{
	transform:rotateY(180deg);
}

.news-block-three .inner-box .lower-content .icon-box:before{
	position:absolute;
	content:'';
	left:50%;
	top:-19px;
	width:17px;
	height:110px;
	z-index:-1;
	margin-left:-8px;
	background:url(assets/images/icons/pattern-2.png) no-repeat;
}

.news-block-three .inner-box .lower-content .icon-box .icon{
	position:relative;
	width:70px;
	height:70px;
	color:#013d79;
	font-size:35px;
	line-height:68px;
	text-align:center;
	border-radius:50px;
	display:inline-block;
	background-color:#ffffff;
	border:1px solid #e1e1e1;
}

.news-block-three .inner-box .lower-content .content{
	position:relative;
	padding-left:100px;
}

.news-block-three .inner-box .lower-content h4{
	position:relative;
	line-height:1.4em;
	font-weight:700;
}

.news-block-three .inner-box .lower-content h4 a{
	position:relative;
	color:#141d38;
	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 h4 a:hover{
	color:#013d79;
}

.news-block-three .inner-box .lower-content .text{
	position:relative;
	line-height:1.8em;
	font-weight:500;
	margin-top:12px;
	color:#555555;
	font-size:16px;
	margin-bottom:12px;
}

.news-block-three .inner-box .lower-content .read-more{
	position:relative;
	line-height:1.4em;
	font-weight:700;
	margin-top:12px;
	color:#141d38;
	font-size:14px;
	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;
	font-family: 'Montserrat', sans-serif;
}

.news-block-three .inner-box .lower-content .read-more .arrow{
	position:relative;
	top:1px;
	font-size:16px;
	margin-left:8px;
}

.news-block-three .inner-box .lower-content .read-more:hover{
	color:#013d79;
}

.news-block-three.style-two .inner-box .lower-content{
	padding-top:0px;
	padding-bottom:25px;
}


/*** 
====================================================================
	Info Section
====================================================================
***/

.info-section{
	position:relative;
	padding:70px 0px 70px;
	background-size:cover;
	background-repeat:no-repeat;
	background-attachment:fixed;
	background-position:center bottom;
}

.info-section:before{
	position:absolute;
	content:'';
	left:0px;
	top:0px;
	right:0px;
	bottom:0px;
	background-color:rgba(19,33,68,0.90);
}

.info-section .logo-column{
	position:relative;
}

.info-section .logo-column .inner-column{
	position:relative;
}

.info-section .logo-column .logo{
	position:relative;
}

.info-section .info-column{
	position:relative;
}

.info-section .info-column .inner-column{
	position:relative;
	padding-left:60px;
}

.info-section .info-column .icon-box{
	position:absolute;
	left:0px;
	top:0px;
	color:#ffffff;
	font-size:44px;
	line-height:1em;
}

.info-section .info-column ul li{
	position:relative;
	color:#ffffff;
	font-size:16px;
	margin-bottom:5px;
}

.info-section .info-column ul li strong{
	position:relative;
	font-weight:700;
	font-size:18px;
}


.subscribe-widget .text{
	position:relative;
	color:#ffffff;
	font-size:16px;
	margin-bottom:15px;
	line-height:1.9em;
}

.emailed-form .form-group{
	position:relative;
	display:block;
	max-width:650px;
	margin:0 auto;
	width:100%;
	margin-bottom:20px;
}

.emailed-form .form-group input[type="text"],
.emailed-form .form-group input[type="tel"],
.emailed-form .form-group input[type="email"],
.emailed-form .form-group textarea{
	position:relative;
	display:block;
	width:100%;
	color:#000000;
	line-height:20px;
	height:60px;
	font-size:16px;
	color:#797979;
	overflow:hidden;
	border-radius:6px;
	font-weight:600;
	padding:10px 50px 10px 30px;
	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;
	border:1px solid #cccccc;
}

.emailed-form .form-group input[type="submit"],
.emailed-form button{
	position:absolute;
	right:0px;
	top:0px;
	width:190px;
	height:60px;
	line-height:40px;
	color:#ffffff;
	font-size:16px;
	font-weight:600;
	text-align:center;
	background:#013d79;
	letter-spacing:1px;
	border-radius:6px;
	text-transform:capitalize;
	font-family: 'Montserrat', sans-serif;
}

/* breadcrumb */
.page-title {
    position: relative;
    text-align: center;
    overflow: hidden;
    padding: 90px 0px 90px;
    background-color: #141d38;
    border-radius: 0 0 0 50px;
}
.page-title .pattern-layer-one{
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	background-repeat:no-repeat;
}

.page-title .auto-container{
	position:relative;
}

.page-title h2{
	position:relative;
	color:#ffffff;
	font-weight:700;
	line-height:1.2em;
	margin-bottom: 0px;
	text-transform:uppercase;
}

.page-breadcrumb{
	position:relative;
	margin-top:20px;
}

.page-breadcrumb li{
	position:relative;
	display:inline-block;
	margin-right:10px;
	padding-right:15px;
	color:#ffffff;
	font-size:16px;
	font-weight:700;
	text-transform:capitalize;
}

.page-breadcrumb li:after{
	position:absolute;
	content: ":";
	right:-2px;
	top:-1px;
	color:#ffffff;
	font-size:14px;
	font-weight:700;
	font-family: 'FontAwesome';
}

.page-breadcrumb li:last-child::after{
	display: none;
}

.page-breadcrumb li:last-child{
	padding-right:0px;
	margin-right:0px;
}

.page-breadcrumb li a{
	color:#ffffff;
	font-weight:700;
	text-transform: capitalize;
	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-breadcrumb li a:hover{
	color:#013d79;
}

/*** 

====================================================================
	Testimonial Page Section
====================================================================

***/

.testimonial-page-section{
	position:relative;
	padding:110px 0px 70px;
}


/*** 

====================================================================
	Services Page Section
====================================================================

***/

.services-page-section{
	position:relative;
	padding:110px 0px 70px;
}

/*** 

====================================================================
	Sidebar Page Container
====================================================================

***/

.sidebar-page-container{
	position:relative;
	padding:90px 0px 80px;
}

.sidebar-page-container .content-side,
.sidebar-page-container .sidebar-side{
	margin-bottom:40px;
}

.sidebar-page-container .sidebar-side .sidebar-inner{
	position:relative;
	padding:45px 30px;
	box-shadow:0px 0px 20px rgba(0,0,0,0.15);
}

.sidebar-widget{
	margin-bottom:55px;
}

/* Service List */

.sidebar .sidebar-widget .service-list{
	padding:30px 30px;
	box-shadow:0px 0px 15px rgba(0,0,0,0.10);
}

.sidebar .service-list{
	position:relative;
}

.sidebar .service-list li{
	position:relative;
	line-height:24px;	
	margin-bottom:3px;
}

.sidebar .service-list li:last-child{
	margin-bottom:0px;
}

.sidebar .service-list li a{
	position:relative;
	display:block;
	color:#222222;
	font-size:16px;
	font-weight:600;
	line-height:26px;
	padding:16px 25px 16px 80px;
	border:1px solid #dddddd;
	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 .service-list li a .arrow{
	position:absolute;
	left:-1px;
	top:-1px;
	width:60px;
	height:60px;
	color:#013d79;
	line-height:60px;
	text-align:center;
	border-right:1px solid #dddddd;
	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 .service-list li a:hover .arrow,
.sidebar .service-list li.current a .arrow{
	background-color:#013d79;
	color:#ffffff;
}

.sidebar .service-list li a:hover,
.sidebar .service-list li.current a{
	color:#ffffff;
	background:#141d38;
	border-color:#141d38;
}

/* Contact Widget */

.contact-widget .widget-content{
	position:relative;
	padding:60px 60px;
	background-size:cover;
}

.contact-widget .widget-content .border-layer{
	position:absolute;
	left:20px;
	top:20px;
	right:20px;
	bottom:20px;
	opacity:0.8;
	border:1px dashed #ffffff;
}

.contact-widget .widget-content:before{
	position:absolute;
	content:'';
	left:0px;
	top:0px;
	right:0px;
	bottom:0px;
	background-color:#013d79;
}

.contact-widget .widget-content .icon-box{
	position:relative;
	color:#ffffff;
	font-size:60px;
	line-height:1em;
}

.contact-widget .widget-content h4{
	position:relative;
	color:#ffffff;
	font-weight:600;
	line-height:1.3em;
	margin-top:15px;
}

.contact-widget .widget-content .text{
	position:relative;
	color:#ffffff;
	font-weight:600;
	font-size:16px;
	line-height:1.7em;
	margin-top:12px;
	margin-bottom:20px;
}

.contact-widget .widget-content .number{
	position:relative;
	color:#ffffff;
	font-weight:600;
	font-size:16px;
	line-height:1.7em;
	margin-top:12px;
	margin-bottom:20px;
}

.contact-widget .widget-content ul{
	position:relative;
}

.contact-widget .widget-content ul li{
	position:relative;
	color:#ffffff;
	font-size:16px;
	line-height:1.3em;
	margin-bottom:14px;
	font-weight:600;
}

.contact-widget .widget-content ul li .icon{
	position:relative;
	margin-right:10px;
	font-weight:500;
}

.contact-widget .widget-content ul li:last-child{
	margin-bottom:0px;
}

.sticky-top{
	top:90px;
	z-index:1;
}

/* Services Detail */

.services-detail{
	position:relative;
}
.services-detail h3 {
    font-size: 20px;
    margin-top: 20px;
    margin-bottom: 10px !important;
}
.services-detail .inner-box{
	position:relative;
}

.services-detail .inner-box h2{
	position:relative;
	color:#141d38;
	z-index:1;
	font-weight:700;
	margin-bottom:18px;
}

.services-detail .inner-box .image{
	position:relative;
	padding-right:70px;
	margin-bottom:25px;
}

.services-detail .inner-box .image img{
	position:relative;
	width:100%;
	display:block;
}

.services-detail .inner-box .image:before{
	position:absolute;
	content:'';
	right:0px;
	top:-70px;
	width:194px;
	height:364px;
	background:url(assets/images/background/pattern-17.jpg) no-repeat;
}

.services-detail .inner-box .image-two{
	position:relative;
	margin-bottom:25px;
}

.services-detail .inner-box .image-two img{
	position:relative;
	width:100%;
	display:block;
}

.services-detail .inner-box .image-two .play-box{
	position:absolute;
	right:0px;
	bottom:-30px;
	color:#ffffff;
	font-weight:700;
	font-size:18px;
	padding-top:20px;
	text-transform:uppercase;
	font-family: 'Montserrat', sans-serif;
}

.services-detail .inner-box .image-two .video-box{
	position:relative;
	width:60px;
	height:60px;
	color:#ffffff;
	font-size:18px;
	text-align:center;
	border-radius:0px;
	line-height: 60px;
	display:inline-block;
	float:left;
	margin-right:40px;
	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;
	background-color:#141d38;
}

.services-detail .inner-box .image-two .video-box .overlay-box span{
	position: absolute;
	width:60px;
	height: 60px;
	left:50%;
    top: 50%;
	z-index:99;
	color: #ffffff;
	font-weight:400;
	font-size:16px;
	text-align: center;
	border-radius:0%;
	padding-left:7px;
	background-color: #141d38;
	display: inline-block;
	margin-top: -30px;
	margin-left:-30px;
	transition: all 900ms ease;
    -moz-transition: all 900ms ease;
    -webkit-transition: all 900ms ease;
    -ms-transition: all 900ms ease;
    -o-transition: all 900ms ease;
	box-shadow:0px 0px 15px rgba(0,0,0,0.10);
}

.services-detail .inner-box .image-two .video-box .ripple,
.services-detail .inner-box .image-two .video-box .ripple:before,
.services-detail .inner-box .image-two .video-box .ripple:after {
    position: absolute;
    top: 50%;
    left: 50%;
    height: 60px;
    width: 60px;
	margin-left:.5px;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-border-radius: 0%;
    -moz-border-radius: 0%;
    -ms-border-radius: 0%;
    -o-border-radius: 0%;
    border-radius: 0%;
    -webkit-box-shadow: 0 0 0 0 rgba(20, 29, 56, .4);
    -moz-box-shadow: 0 0 0 0 rgba(20, 29, 56, .4);
    -ms-box-shadow: 0 0 0 0 rgba(20, 29, 56, .4);
    -o-box-shadow: 0 0 0 0 rgba(20, 29, 56, .4);
    box-shadow: 0 0 0 0 rgba(20, 29, 56, .4);
    -webkit-animation: ripple 3s infinite;
    -moz-animation: ripple 3s infinite;
    -ms-animation: ripple 3s infinite;
    -o-animation: ripple 3s infinite;
    animation: ripple 3s infinite;
}

.services-detail .inner-box .image-two .video-box .ripple:before {
    -webkit-animation-delay: .9s;
    -moz-animation-delay: .9s;
    -ms-animation-delay: .9s;
    -o-animation-delay: .9s;
    animation-delay: .9s;
    content: "";
    position: absolute;
}

.services-detail .inner-box .image-two .video-box .ripple:after {
    -webkit-animation-delay: .6s;
    -moz-animation-delay: .6s;
    -ms-animation-delay: .6s;
    -o-animation-delay: .6s;
    animation-delay: .6s;
    content: "";
    position: absolute;
}






.services-detail .inner-box p{
	position:relative;
	color:#000;
	font-size:16px;
	line-height:1.8em;
	font-weight:500;
}

.services-detail .inner-box h3{
	position:relative;
	color:#013d79;
	font-weight:700;
	margin-bottom:18px;
}

/*** 

====================================================================
	Gallery Section
====================================================================

***/

.gallery-section{
	position:relative;
	padding:100px 0px 100px;
}

.gallery-section .filters{
	position:relative;
	margin-bottom:60px;
	text-align:center;
}

.gallery-section .filters .filter-tabs{
	position:relative;
}

.gallery-section .filters li{
	position: relative;
    display: inline-block;
    color: #555555;
	padding:0px 0px;
    cursor: pointer;
    font-size: 18px;
    font-weight: 600;
	margin:0px 15px 0px;
    transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
}

.gallery-section .filters .filter.active,
.gallery-section .filters .filter:hover{
    color:#013d79;
	text-decoration:line-through;
}

.gallery-section .btn-box{
	position:relative;
	margin-top:30px;
}

.case-block.mix{
	display:none;
}

/*** 

====================================================================
	Project Detail Section
====================================================================

***/

.project-detail-section{
	position:relative;
	padding:110px 0px 100px;
}

.project-detail-section .image-column{
	position:relative;
}

.project-detail-section .image-column .sec-title{
	margin-bottom:25px;
}

.project-detail-section .image-column .inner-column{
	position:relative;
}

.project-detail-section .image-column .image{
	position:relative;
}

.project-detail-section .image-column .image img{
	position:relative;
	width:100%;
	display:block;
}

.project-detail-section .info-column{
	position:relative;
}

.project-detail-section .info-column .inner-column{
	position:relative;
	padding:45px 38px;
	margin-right:30px;
	background-color:#ffffff;
	border-bottom:12px solid #141d38;
	box-shadow:0px 0px 15px rgba(0,0,0,0.15);
}

.project-detail-section .info-column .inner-column:before{
	position:absolute;
	content:'';
	right:-30px;
	bottom:-50px;
	width:320px;
	height:400px;
	z-index:-1;
	background:url(assets/images/background/pattern-18.png) no-repeat;
}

.project-detail-section .info-column h4{
	position:relative;
	color:#141d38;
	font-weight:600;
	line-height:1.3em;
	margin-bottom:25px;
}

.project-detail-section .info-column .text{
	position:relative;
	color:#555555;
	font-size:15px;
	line-height:1.8em;
	font-weight:500;
	margin-bottom:30px;
}

.project-detail-section .info-column .info-list{
	position:relative;
}

.project-detail-section .info-column .info-list li{
	position:relative;
	color:#555555;
	font-size:16px;
	margin-bottom:28px;
	padding-left:25px;
	font-weight:600;
}

.project-detail-section .info-column .info-list li .icon{
	position:absolute;
	left:0px;
	top:0px;
	color:#141d38;
	font-size:16px;
}

.project-detail-section .info-column .info-list li strong{
	position:relative;
	color:#013d79;
	font-weight:700;
}

.project-detail-section .lower-section{
	position:relative;
	padding-top:25px;
}

.project-detail-section .lower-section h3{
	position:relative;
	color:#141d38;
	font-weight:600;
	margin-bottom:12px;
}

.project-detail-section .lower-section p{
	position:relative;
	color:#555555;
	font-size:16px;
	line-height:1.8em;
	font-weight:600;
}

.project-detail-section .lower-section .buttons-box{
	position:relative;
	margin-top:40px;
}

/*** 

====================================================================
	Contact Info Section
====================================================================

***/

.contact-info-section{
	position:relative;
	padding:110px 0px 100px;
}

.contact-info-section .title-box{
	position:relative;
	text-align:center;
}

.contact-info-section .title-box .title{
	position:relative;
	color:#013d79;
	font-size:16px;
	font-weight:700;
	text-transform:uppercase;
}

.contact-info-section .title-box h2{
	position:relative;
	font-weight:700;
	color:#141d38;
	line-height:1.4em;
	margin-top:10px;
}

.contact-info-section .title-box .text{
	position:relative;
	color:#555555;
	font-size:16px;
	line-height:1.9em;
	font-weight:600;
	margin-top:10px;
	margin-bottom:40px;
}

.contact-info-section .info-column{
	position:relative;
	margin-bottom:30px;
}

.contact-info-section .info-column .inner-column{
	position:relative;
	padding:30px 30px;
	box-shadow:0px 0px 20px rgba(0,0,0,0.10);
}

.contact-info-section .info-column .inner-column .content{
	position:relative;
	padding-left:60px;
}

.contact-info-section .info-column .icon-box{
	position:absolute;
	left:0px;
	top:0px;
	color:#013d79;
	font-size:44px;
	line-height:1em;
}

.contact-info-section .info-column ul li{
	position:relative;
	color:#555555;
	font-size:16px;
	margin-top:5px;
	font-weight:600;
}

.contact-info-section .info-column ul li strong{
	position:relative;
	font-weight:700;
	font-size:18px;
	color:#141d38;
	font-family: 'Montserrat', sans-serif;
}

.contact-info-section .lower-text{
	position:relative;
	text-align:center;
	color:#555555;
	font-size:16px;
	font-weight:600;
	margin-top:20px;
}

.contact-info-section .lower-text span{
	position:relative;
	color:#013d79;
	font-weight:700;
}

/***

==================================================================
		Contact Map Section
==================================================================

***/

.contact-map-section{
	position: relative;
	padding-top:0px;
	padding-bottom:100px;
}

.contact-map-section iframe{
	position: relative;
	left: 0;
	top: 0;
	width: 100%;
	height: 490px;
}

.contact-form{
	position:relative;
}

.contact-form .form-group{
	position:relative;
	margin-bottom:30px;
}

.contact-form .form-group label{
	position:relative;
	color:#555555;
	font-size:16px;
	font-weight:600;
	margin-bottom:10px;
}

.contact-form .form-group input[type="text"],
.contact-form .form-group input[type="tel"],
.contact-form .form-group input[type="email"],
.contact-form .form-group select{
	position:relative;
	display:block;
	width:100%;
	line-height:28px;
	padding:10px 22px;
	color:#777777;
	height:56px;
	font-size:15px;
	background:none;
	border-radius:4px;
	font-weight:600;
	border:1px solid #cccccc;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;
}

.contact-form .form-group input[type="text"]:focus,
.contact-form .form-group input[type="tel"]:focus,
.contact-form .form-group input[type="email"]:focus,
.contact-form .form-group textarea:focus{
	border-color:#013d79;
}

.contact-form .form-group textarea::-webkit-input-placeholder,
.contact-form .form-group input::-webkit-input-placeholder{
	color:#777777;
}

.contact-form .form-group textarea{
	position:relative;
	display:block;
	width:100%;
	line-height:22px;
	padding:15px 22px;
	color:#777777;
	height:150px;
	resize:none;
	font-size:15px;
	background:none;
	border-radius:4px;
	font-weight:600;
	border:1px solid #cccccc;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;
}

.contact-form button{
	cursor: pointer;
}

.contact-form input.error,
.contact-form select.error,
.contact-form textarea.error{
	border-color:#013d79 !important;	
}

.contact-form label.error{
	display:block;
	line-height:24px;
	padding:5px 0px 0px;
	margin:0px;
	text-transform:uppercase;
	font-size:12px;
	color:#013d79;
	font-weight:500;	
}

/***

==================================================================
	Blog Page Section
==================================================================

***/

.blog-page-section{
	position:relative;
	padding:100px 0px 100px;
}

.blog-page-section .styled-pagination{
	margin-top:50px;
}

/*** 

====================================================================
	Styled Pagination
====================================================================

***/

.styled-pagination{
	position:relative;
}

.styled-pagination li{
	position:relative;
	margin:0px 5px 10px;
	display:inline-block;
}

.styled-pagination li a{
	position:relative;
	width:50px;
	height:50px;
	color:#777777;
	font-size:18px;
	font-weight:500;
	line-height:50px;
	text-align:center;
	border-radius:5px;
	display:inline-block;
	border:1px solid #d7d7d7;
	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;
}

.styled-pagination li.active a,
.styled-pagination li:hover a{
	color:#ffffff;
	border-color:#141d38;
	background-color:#141d38;
}

.styled-pagination li.next a,
.styled-pagination li.prev a{
	color:#ffffff;
	border-color:#013d79;
	background-color:#013d79;
}

.sidebar-title{
	position:relative;
	margin-bottom:15px;
}

.sidebar-title h5{
	position: relative;
    color: #141d38;
    font-weight: 700;
    line-height: 1.3em;
    text-transform: capitalize;
}

/*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:43px;
	padding:10px 50px 10px 25px;
	border:1px solid #dddddd;
	background:#ffffff;
	display:block;
	font-size:14px;
	width:100%;
	height:56px;
	color:#000000;
	border-radius:5px;
	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:56px;
	width:60px;
	display:block;
	font-size:16px;
	color:#013d79;
	cursor:pointer;
	border-radius:0px 5px 5px 0px;
	line-height:100%;
	font-weight:normal;
	background:none;
}

/* Blog Cat */

.blog-cat{
	position:relative;
	border-radius:4px;
	overflow:hidden;
	border:1px solid #dddddd;
}

.blog-cat li{
	position:relative;
}

.blog-cat li a{
	position:relative;
	color:#555555;
	font-size:16px;
	padding:18px 30px;
	display:block;
	font-weight:600;
	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 #dddddd;
}

.blog-cat li a:hover{
	color:#141d38;
}

.blog-cat li:last-child a{
	border-bottom:0px;
}

.blog-cat li a span{
	position:absolute;
	right:30px;
}

/*Post Widget*/

.sidebar .popular-posts .post{
	position:relative;
	font-size:14px;
	color:#666666;
	padding:0px 0px;
	padding-left:100px;
	min-height:105px;
	margin-bottom:20px;
	border-bottom:1px solid #dddddd;
}

.sidebar .popular-posts .post:last-child{
	margin-bottom:0px;
	border-bottom:0px;
	min-height:auto;
}

.sidebar .popular-posts .post .post-thumb{
	 position:absolute;
	 left:0px;
	 top:0px;
	 width:80px;
	 border-radius:0px;
	overflow:hidden;
}

.sidebar .popular-posts .post .post-thumb .overlay-box{
	position: absolute;
    content: '';
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    display: block;
    color: #ffffff;
    font-size: 18px;
    opacity: 0;
    text-align: center;
    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;
    background-color: rgba(66,124,255,0.70);
}

.sidebar .popular-posts .post .post-thumb .overlay-box .fa{
	top: 50%;
    position: relative;
    margin-top: -12px;
    display: block;
}

.sidebar .popular-posts .post:hover .post-thumb .overlay-box{
	opacity:1;
}

.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:0px;
	font-size:16px;
	margin:0px 0px 0px;
	font-weight:700;
	color:#222222;
	line-height:1.5em;
	text-transform:capitalize;
}

.sidebar .popular-posts .post .text a{
	color:#222222;
	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;
	font-family: 'Montserrat', sans-serif;
}

.sidebar .popular-posts .post a:hover{
	color:#0a2aa6;
}

.sidebar .popular-posts .post-info{
	position:relative;
	font-size:15px;
	color:#777777;
	font-weight:600;
	margin-top:6px;
}

/* Popular Tags */

.sidebar .popular-tags a{
	position:relative;
	display:inline-block;
	line-height:24px;
	padding:8px 20px 8px;
	margin:0px 6px 10px 0px;
	color:#555555;
	text-align:center;
	font-size:14px;
	background:none;
	font-weight:400;
	border-radius:5px;
	border:1px solid #dddddd;
	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:#013d79;
	background-color:#013d79;
	color:#ffffff;
}

/* Instagram Widget */

.instagram-widget .post-thumb{
	 position:relative;
	 width:29%;
	 float:left;
	 border-radius:8px;
	 overflow:hidden;
	 margin:0px 5px 10px;
}

.instagram-widget .post-thumb .overlay-box{
	position: absolute;
    content: '';
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    display: block;
    color: #ffffff;
    font-size: 18px;
    opacity: 0;
    text-align: center;
    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;
    background-color: rgba(0,96,255,0.70);
}

.instagram-widget .post-thumb .overlay-box .fa{
	top: 50%;
    position: relative;
    margin-top: -12px;
    display: block;
}

.instagram-widget .post-thumb:hover .overlay-box{
	opacity:1;
}

.instagram-widget .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;
}

/* Archive List */

.archive-list{
	position:relative;
}

.archive-list li{
	position:relative;
	margin-bottom:18px;
}

.archive-list li a{
	position:relative;
	color:#555555;
	font-size:16px;
	padding-left:20px;
	font-weight:600;
}

.archive-list li a:before{
	position:absolute;
	content:'\f101';
	left:0px;
	top:-1px;
	color:#013d79;
	font-weight:400;
	font-family: 'FontAwesome';
}

.news-block-five{
	position:relative;
	margin-bottom:50px;
}

.news-block-five .inner-box{
	position:relative;
	background-color:#ffffff;
	box-shadow:0px 0px 20px rgba(0,0,0,0.15);
}

.news-block-five .inner-box .image{
	position:relative;
	overflow:hidden;
	background-color:#427cff;
}

.news-block-five .inner-box .image img{
	position:relative;
	width:100%;
	display: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;
}

.news-block-five .inner-box:hover .image img{
	opacity:0.7;
	transform:scale(1.04,1.04);
}

.news-block-five .inner-box .lower-content{
	position:relative;
	padding:25px 30px 25px;
}

.news-block-five .inner-box .lower-content .post-date{
	position:absolute;
	right:20px;
	top:-20px;
	color: #ffffff;
    width: 50px;
    height: 50px;
    font-size: 20px;
    text-align: center;
    font-weight: 800;
    z-index: 1;
	line-height:1.1em;
    padding-top: 5px;
    background-color: #013d79;
}

.news-block-five .inner-box .lower-content .post-date span{
    display: block;
    font-size: 14px;
    font-weight: 600;
}

.news-block-five .inner-box .lower-content .lower-box{
	position:relative;
	padding-top:16px;
	border-top:1px solid #cccccc;
}

.news-block-five .inner-box .lower-content .post-meta{
	position:relative;
}

.news-block-five .inner-box .lower-content .post-meta li{
	position:relative;
	color:#427cff;
	font-size:16px;
	margin-right:10px;
	font-weight:600;
	display:inline-block;
}

.news-block-five .inner-box .lower-content .post-meta li .icon{
	position:relative;
	top:1px;
	color:#141d38;
	font-size:15px;
	margin-right:6px;
}

.news-block-five .inner-box .lower-content h4{
	position:relative;
	line-height:1.4em;
	font-weight:700;
	margin-top:12px;
}

.news-block-five .inner-box .lower-content h4 a{
	position:relative;
	color:#141d38;
	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-five .inner-box .lower-content h4 a:hover{
	color:#013d79;
}

.news-block-five .inner-box .lower-content .text{
	position:relative;
	line-height:1.8em;
	font-weight:500;
	margin-top:12px;
	color:#555555;
	font-size:16px;
	margin-bottom:18px;
}

.news-block-five .inner-box .lower-content .lower-box .read-more{
	position:relative;
	color:#141d38;
	font-size:16px;
	font-weight:600;
	font-family: 'Montserrat', sans-serif;
}

.news-block-five .inner-box .lower-content .lower-box .read-more .arrow{
	position:relative;
	margin-right:6px;
}

.news-detail{
	position:relative;
}

.news-detail .inner-box{
	position:relative;
	box-shadow:0px 0px 20px rgba(0,0,0,0.10);
}

.news-detail .inner-box .upper-box{
	position:relative;
	padding:30px 30px;
}

.news-detail .inner-box h3{
	position:relative;
	color:#141d38;
	font-weight:700;
	line-height:1.3em;
}

.news-detail .inner-box .upper-box .post-meta{
	position:relative;
	padding-top:15px;
	margin-top:20px;
	border-top:1px solid #dddddd;
}

.news-detail .inner-box .upper-box .post-meta li{
	position:relative;
	color:#427cff;
	font-size:16px;
	margin-right:10px;
	font-weight:600;
	display:inline-block;
}

.news-detail .inner-box .upper-box .post-meta li .icon{
	position:relative;
	top:1px;
	color:#141d38;
	font-size:15px;
	margin-right:6px;
}

.news-detail .inner-box .image{
	position:relative;
}

.news-detail .inner-box .image img{
	position:relative;
	width:100%;
	display:block;
}

.news-detail .inner-box .image .post-date{
	position:absolute;
	right:20px;
	top:-20px;
	color: #ffffff;
    width: 50px;
    height: 50px;
    font-size: 20px;
    text-align: center;
    font-weight: 800;
    z-index: 1;
	line-height:1.1em;
    padding-top: 5px;
    background-color: #013d79;
}

.news-detail .inner-box .image .post-date span{
    display: block;
    font-size: 14px;
    font-weight: 600;
}

.news-detail .inner-box .lower-content{
	position:relative;
	padding:30px 30px;
}

.news-detail .inner-box .lower-content p{
	position:relative;
	color:#555555;
	font-size:16px;
	line-height:1.8em;
}

.news-detail .inner-box .lower-content h4{
	position:relative;
	color:#141d38;
	font-weight:700;
	margin-bottom:10px;
}

.news-detail .inner-box .lower-content blockquote{
	position:relative;
	padding:40px 40px;
	border-radius:4px;
	color:#ffffff;
	font-size:20px;
	font-weight:500;
	line-height:1.6em;
	margin-top:30px;
	margin-bottom:30px;
	background-color:#013d79;
}

.news-detail .inner-box .lower-content blockquote .blockquote-inner{
	position:relative;
	padding-left:70px;
}

.news-detail .inner-box .lower-content blockquote .blockquote-inner:before{
	position:absolute;
	content:'';
	left:0px;
	top:12px;
	height:3px;
	width:50px;
	background-color:#ffffff;
}

.news-detail .inner-box .lower-content blockquote .quote-icon{
	position:absolute;
	right:100px;
	bottom:25px;
	color:#ffffff;
	opacity:0.20;
	font-size:50px;
}

/* Post Share Options */

.news-detail .post-share-options{
	position:relative;
	margin-top: 40px;
	padding:22px 0px 0px;
	border-top:1px solid #cccccc;
}

.news-detail .post-share-options .tags a{
	position:relative;
	color:#555555;
	font-size:14px;
	font-weight:600;
	line-height: 1em;
	padding:12px 18px;
	border-radius:3px;
	margin-right: 6px;
	display: inline-block;
	border:1px solid #dddddd;
	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;
}

.news-detail .post-share-options .tags a:last-child{
	margin-right: 0px;
}

.news-detail .post-share-options .tags{
	position:relative;
	color:#ff4800;
	font-size:16px;
	font-weight:400;
	margin-top:3px;
}

.news-detail .post-share-options .tags a:hover{
	color:#ffffff;
	border-color:#013d79;
	background-color:#013d79;
}

.news-detail .post-share-options .social-box{
	position:relative;
	margin-top:10px;
}

.news-detail .post-share-options .social-box li.share{
	position:relative;
	color:#141d38;
	font-weight:700;
	font-size:16px;
}

.news-detail .post-share-options .social-box li{
	position:relative;
	margin-left:15px;
	display:inline-block;
}

.news-detail .post-share-options .social-box li a{
	position:relative;
	font-size:16px;
	color:#bbbbbb;
	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;
}

.news-detail .post-share-options .social-box li a:hover{
	color:#013d79;
}

/*** 

====================================================================
	Comments Area
====================================================================

 ***/

.sidebar-page-container .comments-area{
	position:relative;
	margin-top:60px;
	margin-bottom:50px;
}

.sidebar-page-container .group-title{
	position:relative;
}

.sidebar-page-container .group-title h3{
	position:relative;
	color:#222222;
	font-weight:700;
	margin-bottom:30px;
	text-transform:capitalize;
}

.sidebar-page-container .comments-area .comment-box{
	position:relative;
	padding:0px 0px 0px;
	margin-bottom:30px;
	border-bottom:1px solid #cccccc;
	-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-box:last-child{
	margin-bottom:0px;
}

.sidebar-page-container .comments-area .comment{
	position:relative;
	font-size:14px;
	min-height:140px;
	padding:5px 0px 0px 140px;
}

.sidebar-page-container .comments-area .reply-comment{
	margin-left:60px;	
}

.sidebar-page-container .comments-area .comment-box .author-thumb{
	position:absolute;
	left:0px;
	top:0px;
	width:110px;
	border-radius:0px;
	margin-bottom:20px;
	overflow:hidden;
}

.sidebar-page-container .comments-area .comment-box .author-thumb img{
	width:100%;
	display:block;
}

.sidebar-page-container .comments-area .comment-info{
	margin-bottom:15px;
}

.sidebar-page-container .comments-area .comment-box strong{
	font-size:20px;
	font-weight:700;
	color:#141d38;
	display:block;
	line-height:1.3em;
	display:inline-block;
	text-transform:capitalize;
	font-family: 'Montserrat', sans-serif;
}

.sidebar-page-container .comments-area .comment-box .text{
	color:#555555;
	font-size:16px;
	line-height:1.9em;
	margin-bottom:0px;
	padding-top:0px;
}

.sidebar-page-container .comments-area .comment-info .comment-time{
	font-size:15px;
	color:#555555;
	margin-left:20px;
	display:inline-block;
	font-weight:500;
	font-family: 'Montserrat', sans-serif;
}

.sidebar-page-container .comments-area .comment-box .theme-btn{
	position:absolute;
	right:0px;
	top:0px;
	font-size:16px;
	color:#ffffff;
	font-weight:600;
	padding:6px 18px;
	border-radius:4px;
	background-color:#013d79;
	text-transform:capitalize;
}

.sidebar-page-container .comments-area .comment-box .theme-btn:hover{
	background-color:#222222;
}

/*** 

====================================================================
		Banner Section Two
====================================================================

***/

.banner-section-four{
	position: relative;
}

.banner-section-four .slide-item{
	position: relative;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	padding: 0;
}


.banner-section-four .slide-item:before{
	position: absolute;
	left: 0;
	bottom:-5px;
	height: 660px;
	width: 100%;
	content: "";
	background-image: url(assets/images/main-slider/image-3.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: 100%;
}


.banner-section-four .slide-item .content-box{
	position: relative;
	padding: 220px 0px 300px;
	text-align: center;
}


.banner-section-four .slide-item .title{
	position: relative;
	display: inline-block;
	font-size: 18px;
	line-height: 1.2em;
	color: #ffa900;
	font-weight: 700;
	margin-bottom: 30px;
	text-transform: uppercase;
	transition:all 300ms ease;
	opacity: 0;
}

.banner-section-four .active .slide-item .title{
	opacity: 1;
	transition-delay: 300ms;
}


.banner-section-four .slide-item h2{
	position: relative;
	display: block;
	font-size: 60px;
	line-height: 1.2em;
	color: #ffffff;
	font-weight: 700;
	transform: none;
}

.banner-section-four .content-box .video-link{
	position: relative;
	display: inline-block;
	margin-top: 50px;
	transition:all 300ms ease;
	opacity: 0;
}

.banner-section-four .active .content-box .video-link{
	opacity: 1;
	transition-delay: 1000ms;
}

.banner-section-four .content-box .video-link a{
	position: relative;
	display: inline-block;
	height: 60px;
	width: 60px;
	text-align: center;
	line-height: 56px;
	font-size: 16px;
	color: #ffa500;
	font-weight: 400;
	border: 2px solid #ffffff;
	border-radius: 50%;
	background-color: rgba(0,0,0,0.46);
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.banner-section-four .content-box .video-link a:hover{
	color: #ffffff;
	border-color: #000000;
}



.banner-section-four .owl-nav{
	display: none;
}

.banner-section-four .owl-dots{
	position: absolute;
	right: 80px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}

.banner-section-four .owl-dot{
	position: relative;
	display: block;
	height: 14px;
	width: 14px;
	background-color: #ffffff;
	border-radius: 50%;
	margin-bottom: 35px;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.banner-section-four .owl-dot.active{
	background-color: #ff9c00;
}

.rtl .header-style-four .header-lower .outer-box .search-box-outer {
    float: right;
    margin-left: 30px;
    margin-right: 0px;
}

.rtl .header-style-four .header-lower .outer-box .advisor-box .advisor-btn:before{
    display: none;
    left: auto;
}

.rtl .header-style-four .header-lower .nav-outer {
    padding-left: 0px;
    padding-right: 30px;
}

.rtl .main-header .header-top-three .top-left {
    float: right;
}

.rtl .main-header .header-top-three .info-list li {
    margin-right: 0px;
    margin-left: 30px;
}

.rtl .main-header .header-top-three .info-list li a {
    padding-left: 0px;
    padding-right: 28px;
}

.rtl .main-header .header-top-three .info-list li .icon {
    right: 0px;
    left: auto;
}

.rtl .header-style-four .header-lower .outer-box .advisor-box {
    float: left;   
}

.rtl .header-top-four .top-left .links li:first-child {
    border-right: none;
}

.rtl .main-header .info-box:first-child {
    margin-left: 0px;
}



/* css main */
.logo img {
    max-width: 110px;
    height: auto;
}

section{
	padding-top: 70px;
	padding-bottom: 70px;
}

section.technologies-section {
    background: #fff;
    position: relative
}

.tech1 img {
    width: 100%;
    height: auto
}

.tech1 {
    width: 115px;
    padding: 15px;
    transition: .3s
}

.tech1:hover {
    padding: 10px
}

.col-md-12.tech_icon {
    display: flex;
    justify-content: center;
    flex-direction: row;
    flex-wrap: wrap
}


/* header start new */
/*main header menu item start*/
.main-navigation a:hover, .main-navigation a:focus{
    background-color: #013d79;
    border-radius: 15px;
    color: #fff;
}

    .main-navigation .current-menu-item>a {
        font-weight: bold;
    }
    .main-navigation ul {
        list-style: none;
        margin: 0;
        padding: 0;
    }

    .main-navigation li {
        position: relative;
    }
.main-navigation a {
    display: block;
    padding: 10px 15px;
    text-decoration: none;
    color: #000000;
    font-weight: 600;
    font-size: 18px;
}
    .main-navigation ul.sub-menu {
        display: none;
        padding-left: 15px;
    }

    .main-navigation ul.sub-menu.depth-0 {
        padding-left: 0;
    }

    .menu-toggle {
        display: none;
    }



    /*menu Mobile version styles */
    @media (max-width: 991px) {
        .menu-toggle {
            display: block;
            position: absolute;
            right: 0;
            top: 4px;
            width: 40px;
            height: 40px;
            background: #000;
            border: none;
            cursor: pointer;
            padding: 0;
            font-size: 18px;
            line-height: 24px;
            text-align: center;
            z-index: 1;
            color: #fff;
        }

        .main-navigation li.has-children>a {
            padding-right: 40px;
        }

        .main-navigation ul.sub-menu {
            display: none;
            padding-left: 15px;
            background-color: #f9f9f9;
        }

        .main-navigation ul.sub-menu .sub-menu {
            padding-left: 15px;
        }

        .main-navigation ul.sub-menu li a {
            padding-left: 25px;
        }

        .main-navigation ul.sub-menu li.has-children>a {
            padding-right: 40px;
        }

        .main-navigation ul.sub-menu.active {
            display: block;
        }
    }

    /* menu Desktop screen styles */
    @media (min-width: 992px) {
        .main-navigation>ul>li {
            display: inline-block;
        }

        .main-navigation ul.sub-menu {
            position: absolute;
            min-width: 200px;
            background: #fff;
            box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
            z-index: 100;
            padding-left: 0;
        }

        .main-navigation ul.sub-menu .sub-menu {
            left: 100%;
            top: 0;
        }

        .main-navigation li.has-children>a {
            padding-right: 30px;
        }
        .main-navigation li.has-children:hover>ul.sub-menu {
            display: block;
        }
    }

    /* Navbar nav styles */
    .navbar {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: space-between;
    }

    .navbar-brand {
        display: inline-block;
        padding-top: 0.3125rem;
        padding-bottom: 0.3125rem;
        margin-right: 1rem;
        font-size: 1.25rem;
        line-height: inherit;
        white-space: nowrap;
    }

    .navbar-collapse {
        flex-basis: 100%;
        flex-grow: 1;
        align-items: center;
    }

    .navbar-nav {
        display: flex;
        flex-direction: column;
        padding-left: 0;
        margin-bottom: 0;
        list-style: none;
    }

    .navbar-toggler {
        padding: 0.25rem 0.75rem;
        font-size: 1.25rem;
        line-height: 1;
        background-color: transparent;
        border: 1px solid transparent;
        border-radius: 0.25rem;
    }

    @media (min-width: 992px) {
        .navbar-expand-lg .navbar-collapse {
            display: flex !important;
            flex-basis: auto;
            justify-content: flex-end;
        }

        .navbar-expand-lg .navbar-nav {
            flex-direction: row;
        }
    }

    button.navbar-toggler {
        background: #013d79;
        color: #fff
    }

    /*Menu End*/

    /* Sticky Navbar */
    #masthead {
        background-color: var(--primary-color);
        transition: .5s ease top;
        top: -105px;
        box-shadow: 0 0 5px 2px rgba(0, 0, 0, .2);

        &.sticky {
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            height: auto;
			background-color: #fff;
        }

        .header {
            justify-content: center;

            h1 {
                color: white;
            }
        }

        z-index: 999;
    }
	
    .header-top {
        position: relative;
        padding: 7px 0px;
        background-color: #013d79;
        float: left;
        width: 100%;
    }

    .header-top .top-left {
        position: relative;
        float: left;
        padding-left: 15px;
    }

    .header-top .info-list {
        position: relative;
    }

    .header-top .info-list li {
        position: relative;
        color: #ffffff;
        margin-right: 15px;
        display: inline-block;
        list-style: none;
    }

    .header-top .info-list li a {
        text-decoration: none;
        font-size: 14px;
        position: relative;
        color: #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;
    }

    .header-top .top-right {
        position: relative;
        float: right;
    }

    .menu_header {
        float: left;
        width: 100%;
        box-shadow: 0px 0px 1px 1px #e5e5e5;
        position: relative;
        background: #fff;
    }

    .header-top .info-list li .icon {
        font-size: 12px;
        width: 22px;
        height: 22px;
        border-radius: 4px;
        background-color: #fff;
        display: flex;
        align-items: center;
        justify-content: center;
        color: var(--secondary);
        margin-right: 10px;
        float: left;
    }

    .logo img {
        width: 100%;
        height: auto;
    }

.logo img {
    max-width: 259px;
    height: auto;
}


	/* get in touch start */
.quote-wrapper {
    background: #fff;
    border-right: 5px solid #013d79;
    border-radius: 10px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
.quote-img img {
    border-radius: 10px 0 0 10px;
}
.quote-content {
    padding: 30px;
}
.bg-rad {
    padding: 30px !important;
    background-color: #ffffff45 !important;
    border-radius: 15px !important;
}
.contact-us-bg{
	background-image: url(assets/images/homepage/contactus-bg.webp);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
}
.quote-content .form-group {
    margin-bottom: 20px;
}
.quote-content .form-group .form-control {
    padding: 16px 22px;
    font-size: 16px;
    border-radius: 8px;
    background-color: #ededed;
    border: none;
    box-shadow: none;
}
.form-control {
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: .375rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}
.quote-img img {
    width: 100%;
    height: auto;
}

/* blogs start */
.pxl-post--inner {
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 40px;
    margin-top: 30px;
}
.pxl-post--featured {
    position: relative;
}
.pxl-post--featured {
    overflow: hidden;
}
.pxl-post--featured img {
    width: 100%;
}
.pxl-post--featured img {
    -webkit-transition: all .6s;
    transition: all .6s;
    transform: translateX(-5px) scale(1.06);
}
.pxl-item--holder {
    padding: 50px 30px 45px 40px;
    position: relative;
    z-index: 1;
    background-color: #fff;
}
.pxl-item--holder:before {
    display: block;
    height: 4px;
    position: absolute;
    top: -4px;
    left: 40px;
    content: "";
    right: 0;
    transform: scaleX(0);
    transition: all 300ms linear 0ms;
}
.pxl-post--date {
    position: absolute;
    padding-left: 45px;
    padding-right: 22px;
    border-radius: 20px;
    min-height: 100px;
    top: -60px;
    left: 40px;
    background-color: var(--secondary);
}

.pxl-post--date {
    color: #fff;
    display: flex;
    align-items: center;
    min-height: 100px;
}
.date-month {
    text-transform: uppercase;
    background-color: #013d79;
    border-radius: 20px;
    padding: 4px 8px;
    color: #fff;
    position: absolute;
    font-weight: 500;
    top: 50%;
    left: 30px;
    z-index: 99;
    margin: 0;
    transform: rotate(90deg) translateX(-50%);
    transform-origin: top left;
    min-width: 100px;
    text-align: center;
}
.date-day-year {
    color: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.date-day {
    font-size: 35px;
    font-weight: 700;
    line-height: 1;
}
.pxl-post--title {
    margin-bottom: 0;
    font-size: 30px;
}
.pxl-item--holder:before{
    background-image: linear-gradient(to right, #d47901, #e5b900);
}
.pxl-post--inner:hover .pxl-item--holder:before {
    transform: scaleX(1);
}
.pxl-post--inner:hover .pxl-post--featured img {
    -webkit-transform: translateX(0) scale(1.06);
    transform: translateX(0) scale(1.06);
}
h3.pxl-post--title a {
    color: #000;
    font-size: 24px;
    font-weight: 600;
}
.blog-sec{
    background-image: url(assets/images/homepage/blog-bg.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}



/* work process */
.how-it-work {
    background: url(assets/images/homepage/section-bg-shape.svg), #EBEFF0;
    background-repeat: no-repeat;
    background-position: bottom -1px center;
    background-size: 100% auto;
    padding: 100px 0 200px;
}
.how-work-item {
    position: relative;
    background-color: #fff;
    border-radius: 30px 30px 30px 0;
    padding: 30px 30px 60px 30px;
    z-index: 1;
	box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
.how-work-item {
    position: relative;
}

.how-work-item::before {
    content: '';
    position: absolute;
    bottom: -161px;
    right: -2px;
    width: 163px;
    height: 183px;
    background: url(assets/images/homepage/how-work-box-arrow-1.png) no-repeat right bottom;
    background-size: contain;
}
.icon-box img {
    transition: transform 0.6s ease-in-out;
    transform-style: preserve-3d;
}

.how-work-item:hover .icon-box img {
    transform: rotateY(360deg);
}



.how-work-no {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 50%);
    background-color: #013d79;
    border: 8px solid #34972a;
    border-radius: 50%;
    width: 52px;
    height: 52px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease-in-out;
}
.how-work-no h3 {
    font-size: 18px;
    font-weight: 600;
    line-height: normal;
    color: #fff;
    margin-bottom: 0;
}
.how-work-item .icon-box {
    margin-bottom: 20px;
}
.how-work-item .icon-box img {
    max-width: 40px;
}
.icob i {
    font-size: 30px;
    color: #013d79;
}
.how-work-content h3 {
    font-size: 18px;
    font-weight: 600;
    text-transform: capitalize;
    margin-bottom: 20px;
}
.how-work-content p {
    margin: 0;
}
.how-it-work .col-lg-3:nth-child(even) .how-work-item {
    padding: 60px 30px 30px 30px;
    margin-top: 90px;
}
.how-it-work .col-lg-3:nth-child(even) .how-work-item::before {
    content: "";
    position: absolute;
    bottom: auto;
    top: -50%;
    left: 50%;
    width: 167px;
    height: 319px;
    background: url("assets/images/homepage/how-work-box-arrow-2.png") no-repeat center;
    background-size: contain;
    transform: translate(-50%, -20%);
}

/* about us page */
.ns-about-4-img {
    position: relative;
    z-index: 1;
}
.ns-about-4-img::before {
    position: absolute;
    content: "";
    top: 50%;
    left: -35px;
    transform: translateY(-50%);
    width: 37px;
    height: 70px;
    background-color: #34972a;
    clip-path: polygon(0 50%, 100% 100%, 100% 0);
    z-index: -1;
}
.mb-40 {
    margin-bottom: 40px;
}
.mb-45 {
    margin-bottom: 45px;
}
.mb-0 {
    margin-bottom: 0 !important;
}

/* marquee slider */
.scrolling-ticker {
    overflow: hidden;
    background: #013d79; /* optional */
    padding: 25px 0;
}

.scrolling-ticker-box {
    display: flex;
    width: max-content;
    animation: scrollLeft 20s linear infinite;
}
.scrolling-content {
    display: flex;
}
.scrolling-content span {
    display: flex;
    align-items: center;
    margin-right: 50px;
    font-size: 22px;
    color: #fff;
    white-space: nowrap;
    font-weight: 600;
}

.scrolling-content i {
    margin-right: 10px;
    font-size: 8px;
}

/* Animation */
@keyframes scrollLeft {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-50%);
    }
}

/* portfolio start */
.computer-wrapper {
            position: relative;
            width: 100%;
            max-width: 800px;
        }
        
        /* Monitor Design */
        .monitor {
            background: linear-gradient(135deg, #2c3e50 0%, #1a2530 100%);
            border: 3px solid #34495e;
            border-radius: 12px;
            padding: 15px;
            position: relative;
            box-shadow: 0 20px 50px rgba(0, 0, 0, 0.7);
        }
        
        .screen {
            background-color: #1a1a1a;
            border: 3px solid #7f8c8d;
            border-radius: 8px;
            overflow: hidden;
            position: relative;
            box-shadow: inset 0 0 20px rgba(0, 0, 0, 0.9);
        }
        
        .screen-content {
            padding: 20px;
            background-image: url(assets/images/homepage/revour-img.png);
            background-position: top;
            background-size: cover;
            background-repeat: no-repeat;
            color: #ecf0f1;
            min-height: 400px;
            display: flex;
            align-items: flex-end;
          justify-content: center;
        }
        
        /* Computer Stand */
        .stand {
            margin: 0 auto;
            width: 120px;
            height: 35px;
            background: linear-gradient(to bottom, #34495e, #2c3e50);
            border: 2px solid #34495e;
            border-top: none;
            border-radius: 0 0 5px 5px;
        }
        .dis-no{
          display: none;
        }
        .base {
            margin: 0 auto;
            width: 180px;
            height: 15px;
            background: linear-gradient(to bottom, #2c3e50, #34495e);
            border: 2px solid #34495e;
            border-top: none;
            border-radius: 0 0 8px 8px;
        }
        
        /* Power Button */
        .power-btn {
            position: absolute;
            top: 10px;
            right: 20px;
            width: 12px;
            height: 12px;
            background: #e74c3c;
            border-radius: 50%;
            box-shadow: 0 0 5px #e74c3c;
            animation: pulse 2s infinite;
        }
        
        @keyframes pulse {
            0% { opacity: 0.7; }
            50% { opacity: 1; }
            100% { opacity: 0.7; }
        }
        
        /* Portfolio Content */
        .portfolio-img {
            width: 180px;
            height: 180px;
            border-radius: 50%;
            object-fit: cover;
            border: 5px solid #3498db;
            margin: 20px auto;
            display: block;
            box-shadow: 0 0 15px rgba(52, 152, 219, 0.5);
        }
        
        .portfolio-title {
            color: #3498db;
            text-align: center;
            font-weight: 700;
            margin: 15px 0;
            text-shadow: 0 0 10px rgba(52, 152, 219, 0.7);
        }
        
        .portfolio-desc {
            color: #ecf0f1;
            text-align: center;
            margin-bottom: 30px;
        }
        
        .skills-title {
            color: #2ecc71;
            border-bottom: 2px solid #2ecc71;
            padding-bottom: 5px;
            margin-bottom: 15px;
            text-shadow: 0 0 5px rgba(46, 204, 113, 0.5);
        }
        
        .skill-item {
            background: rgba(52, 73, 94, 0.7);
            color: #ecf0f1;
            padding: 8px 15px;
            margin: 5px;
            border-radius: 20px;
            display: inline-block;
            border: 1px solid #7f8c8d;
        }
        
.website-link {
    display: block;
    text-align: center;
    background: #074463;
    color: white;
    padding: 12px 54px;
    text-decoration: none;
    font-weight: bold;
    border-radius: 5px;
    margin: 0px 0;
    transition: all 0.3s;
    box-shadow: 0 0 10px rgba(52, 152, 219, 0.5);
}
        
        .website-link:hover {
            background: #2980b9;
            transform: translateY(-2px);
            box-shadow: 0 0 15px rgba(52, 152, 219, 0.8);
        }

    /* Contact Page */
    .contact-info-section {
        padding: 70px 0 80px;
        position: relative;
    }

    .contact-info-section .contact-info-wrap {
        margin-top: -10px;
    }

    .contact-info-section .contact-info-wrap .single-contact-info {
        background: #ffffff;
        box-shadow: 0px 0px 100px 0px rgb(0 0 0 / 11%);
        padding: 50px 0 20px;
        border-radius: 10px;
        margin-top: 70px;
        border: 1px solid var(--secondary);
        padding-left: 8px;
        padding-right: 7px;
        height: 190px !important;
    }

    .single-contact-info:hover.single-contact-info {
        box-shadow: 4px 4px 5px 4px rgb(220 149 86 / 53%);
        transition: 1s;
    }

    .single-contact-info.text-center::before {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        background: rgb(1 63 121);
        width: 100%;
        height: 62%;
        z-index: -1;
        transform: scaleY(1.1) scaleX(0.85);
        border-radius: 5px;
        overflow: hidden;
        top: 107px;
    }

    .contact-info-section .contact-info-wrap .single-contact-info .info-icon {
        width: 100px;
        height: 100px;
        line-height: 122px;
        background: linear-gradient(-50deg, #013d79 17%, #34972a 119%);
        color: #ffffff;
        border-radius: 50%;
        margin: 0 auto;
        margin-top: -115px;
    }

    .contact-info-section .contact-info-wrap .single-contact-info .info-icon i {
        font-size: 40px;
        padding: 1px;
    }

    .single-contact-info.text-center::after {
        content: "";
        position: absolute;
        left: 1px;
        top: 85px;
        background: rgb(35 203 103 / 58%);
        width: 100%;
        height: 180px;
        z-index: -1;
        transform: scaleY(1.05) scaleX(0.92);
        border-radius: 5px;
    }

    .contact-info-section .contact-info-wrap .single-contact-info .info-content .title {
        font-size: 22px;
        line-height: 36px;
        color: var(--secondary);
        margin-top: 15px;
        font-weight: 800;
    }

    .contact-info-section .contact-info-wrap .single-contact-info .info-content p {
        font-size: 19px;
        line-height: 30px;
        font-weight: 700;
        color: #000;
    }

    .pos-rel {
        position: relative;
    }

    .contact-sction {
        background-image: url(assets/images/homepage/contact-us-bg.webp);
        background-position: right;
        background-size: cover;
        background-repeat: no-repeat;
        background-attachment: fixed;
    }
    .contact-sction .cntcform,
    .contact-sction .cntc-box-contents {
        background-color: var(--primary);
        backdrop-filter: blur(10px);
        padding: 30px;
        border-radius: 10px;
    }
	.how-work-no h3 {
    margin-top: 0;
}


.slider-container{
width:100%;
position:relative;
overflow:hidden;
}

.slider-wrapper{
display:flex;
transition:transform 1s ease;
}

.slider-slide{
flex:0 0 100%;
box-sizing:border-box;
padding:110px 10%;
}

.slide-content{
display:flex;
align-items:center;
justify-content:space-between;
gap:40px;
}
.slide-text h2 {
    font-size: 30px;
    margin-bottom: 10px;
    color: #fff;
    font-weight: 600;
}

.slide-text h3 {
    font-size: 70px;
    margin-bottom: 15px;
    color: #fff;
    font-weight: 700;
    line-height: normal;
}

.slide-img img{
width:100%;
max-width:400px;
}

/* Button */

.btn2{
display:inline-block;
padding:12px 25px;
background:#000;
color:#fff;
text-decoration:none;
margin-top:10px;
}

/* Navigation Buttons */

.slider-button{
position:absolute;
top:50%;
transform:translateY(-50%);
width:45px;
height:45px;
border:none;
background:#fff;
border-radius:50%;
cursor:pointer;
font-size:22px;
z-index:10;
box-shadow:0 0 10px rgba(0,0,0,0.2);
}

.slider-button-prev{
left:20px;
}

.slider-button-next{
right:20px;
}

/* Pagination */

.slider-pagination{
text-align:center;
margin-top:20px;
}

.slider-dot{
display:inline-block;
width:10px;
height:10px;
margin:0 5px;
background:#ccc;
border-radius:50%;
cursor:pointer;
}

.slider-dot.active{
background:#000;
}

/* Responsive */

@media(max-width:768px){

.slide-content{
flex-direction:column;
text-align:center;
}

}
.desktop992{
	display: block;
}
.mobile992{
	display: none;
}
.desktop{
	display: block;
}
.mobile{
	display: none;
}
/* responsive design */
@media (max-width:1200px) {
	
}

@media (max-width:992px) {
	section{
		padding-top: 50px;
		padding-bottom: 50px;
	}
	.fluid-section-one .content-column .inner-column {
    padding: 50px 45px 40px 15px;
}
.how-it-work {
    padding: 50px 0 100px;
}
.how-it-work .col-lg-3:nth-child(even) .how-work-item::before {
    display: none;
}
.how-work-item::before {
    display: none;
}
.desktop992{
	display: none;
}
.mobile992{
	display: block;
}
.slide-text h3 {
    font-size: 40px;
}
}

@media (max-width:767px) {
	.wi-50{
		width: 50%;
	}
	.slide-text h3 {
    font-size: 35px;
}
.slide-text h2 {
    font-size: 20px;
}
.desktop{
	display: none;
}
.mobile{
	display: block;
}
.slider-slide {
    padding: 51px 10%;
}
.slide-content {
    gap: 0px;
}
.patern-layer-one {
    display: none;
}
.patern-layer-two {
    right: -393px;
}
.how-it-work .col-lg-3:nth-child(even) .how-work-item{
    margin-top: 51px;
}
.how-work-item {
    margin-top: 50px;
}
}

@media (max-width:576px) {
	.header-top{
		display: none;
	}
		section{
		padding-top:30px;
		padding-bottom: 30px;
	}
	.footer-logo img {
    max-width: 300px;
	}
	.technology-block .inner-box h6 {
    font-size: 16px;
	}
	.technology-block .inner-box .icon-box {
    font-size: 35px;
	}
	.technology-block .inner-box {
    padding: 20px;
	}
	.main-footer {
    padding: 40px 0px 0px;
	}
	.main-footer .widgets-section {
		padding-bottom: 0px;
	}
	.sec-title {
		margin-bottom: 35px;
	}
	.feature-block-three .inner-box .number {
		font-size: 25px;
		margin-bottom: 5px;
	}
	.feature-block-three .inner-box .icon-box {
		font-size: 45px;
		margin-bottom: 20px;
	}
	.service-block-two .inner-box .icon-box {
    font-size: 40px;
	}
	.hd-pt {
    padding-top: 0px !important;
}
    .slide-text h3 {
        font-size: 25px;
    }
}
@media (max-width:400px) {
	.logo img {
    max-width: 210px;
    height: auto;
}
}
.hd-pt {
    padding-top: 42px;
	padding-bottom: 0;
}