/*** 

====================================================================
			Fonts
====================================================================

 ***/

@import url('https://fonts.googleapis.com/css?family=Playfair+Display:400,400i,700,700i,900,900i|Poppins:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i');

/* font-family: 'Poppins', sans-serif;
font-family: 'Playfair Display', serif; */

/* @import url('pe-icon-7-stroke.css'); */
@import url('fontawesome-all.css');
@import url('flaticon.css');
@import url('owl.css');
/*.contact-form .form-group input[type="text"], .contact-form .form-group input[type="password"], .contact-form .form-group input[type="tel"], .contact-form .form-group input[type="email"], .contact-form .form-group select
@import url('animate.css');
@import url('jquery-ui.css');
@import url('animation.css');*/
@import url('jquery.fancybox.min.css');
@import url('jquery.bootstrap-touchspin.css');
@import url('material-icons.css');

/*** 

====================================================================
	Reset
====================================================================

 ***/

*{
	margin:0px;
	padding:0px;
	border:none;
	outline:none;
	font-size: 100%;
}

/*** 

====================================================================
	Global Settings
====================================================================

 ***/

body {
	
	font-size:14px;
	color:#787878;
	line-height:24px;
	font-weight:400;
	background:#ffffff;
	-webkit-font-smoothing: antialiased;
	-moz-font-smoothing: antialiased;
	font-family: 'Poppins', sans-serif;
}

a{
	text-decoration:none;
	cursor:pointer;
	color:#012796;
}

a:hover,
a:focus,
a:visited{
	text-decoration:none;
	outline:none;
}

h1,h2,h3,h4,h5,h6 {
	position:relative;
	font-weight:normal;
	margin:0px;
	background:none;
	line-height:1.2em;
	font-family: "Poppins", sans-serif;
	letter-spacing: -0.02em;
}

textarea{
	overflow:hidden;	
}

button{
	outline: none !important;
	cursor: pointer;
}

p,.text{
	font-size: 16px;
	line-height: 26px;
	font-weight: 400;
	color: #555555;
	margin: 0;
}

::-webkit-input-placeholder{color: inherit;}
::-moz-input-placeholder{color: inherit;}
::-ms-input-placeholder{color: inherit;}

.auto-container{
	position:static;
	max-width:1200px;
	padding:0px 15px;
	margin:0 auto;
}

.large-container{
	position:static;
	max-width:1600px;
	padding:0px 15px;
	margin:0 auto;
}

.page-wrapper{
	position:relative;
	margin:0 auto;
	width:100%;
	min-width:300px;
	overflow: hidden;
	z-index: 9;
}

a:focus{
	box-shadow:none !important;
}

ul,li{
	list-style:none;
	padding:0px;
	margin:0px;	
}

.theme-btn{
	display:inline-block;
	-webkit-transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
	transition:all 0.3s ease;
	font-family: "Poppins", sans-serif;
}

.theme-btn i{
	position: relative;
	display: inline-block;
	font-size: 14px;
	margin-left: 3px;
}

.centered{
	text-align:center !important;
}
.ofH{overflow:hidden;}

/*Btn Style One*/

.btn-style-one{
	position: relative;
	display: inline-block;
	font-size: 16px;
	line-height: 28px;
	color: #ffffff;
	padding: 10px 30px;
	font-weight: 500;
	overflow: hidden;
	border: 1px solid #012796;
	background-color: #012796;
}

.btn-style-one:hover{
	-webkit-box-shadow: rgba(34, 34, 34, 1) 0 0px 0px 40px inset;
	-moz-box-shadow: rgba(34, 34, 34, 1) 0 0px 0px 40px inset;
	-ms-box-shadow: rgba(34, 34, 34, 1) 0 0px 0px 40px inset;
	-o-box-shadow: rgba(34, 34, 34, 1) 0 0px 0px 40px inset;
	box-shadow: rgba(34, 34, 34, 1) 0 0px 0px 40px inset;
	color: #ffffff;
	border: 1px solid #343434;
}

/* Btn Style Two */

.btn-style-two{
	position: relative;
	display: inline-block;
	font-size: 15px;
	line-height: 30px;
	color: #ffffff;
	padding: 12px 42px;
	font-weight: 700;
	overflow:hidden;
	border-radius: 50px;
	letter-spacing:1px;
	background-color: #f25111;
	text-transform: capitalize;
	font-family: 'Playfair Display', serif;
}

.btn-style-two:before{
	top: 0;
    left: 0;
    content: "";
    width: 150%;
    height: 100%;
    position: absolute;
    transform-origin: 0 100% 0;
    transform: rotate3d(0, 0, 1, -45deg) translate3d(0px, -3em, 0px);
    transition: transform 0.3s ease 0s, opacity 0.3s ease 0s, background-color 0.3s ease 0s, -webkit-transform 0.3s ease 0s;
}

.btn-style-two .arrow{
	position:relative;
	margin-left:5px;
}

.btn-style-two i{
	position:relative;
	font-style:normal;
}

.btn-style-two:hover{
	color:#ffffff;
}

.btn-style-two:hover::before{
	opacity: 1;
	color:#ffffff;
    transform: rotate3d(0, 0, 1, 0deg);
    transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
	background-color: #161a33;
}
/*Btn Style Three*/

.btn-style-three{
	position: relative;
	display: inline-block;
	font-size: 16px;
	line-height: 28px;
	color: #012796;
	padding: 10px 30px;
	font-weight: 500;
	overflow: hidden;
	border: 1px solid #012796;
	background-color: transparent;
}

.btn-style-three:hover{
	color: #ffffff;
	-webkit-box-shadow: rgba(237, 121, 1, 1) 0 0px 0px 40px inset;
	-moz-box-shadow: rgba(237, 121, 1, 1) 0 0px 0px 40px inset;;
	-ms-box-shadow: rgba(237, 121, 1, 1) 0 0px 0px 40px inset;
	-o-box-shadow: rgba(237, 121, 1, 1) 0 0px 0px 40px inset;
	box-shadow: rgba(237, 121, 1, 1) 0 0px 0px 40px inset;
}


/*** 

====================================================================
	Benifits Section
====================================================================

***/

.benefits-section{
	position:relative;
	padding-top:90px;
	padding-bottom:90px;
}

.benefits-section .image-layer{
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	bottom:0px;
	background-position:center top;
	background-repeat:no-repeat;
	background-attachment:fixed;
	background-size:cover;
}

.benefits-section .image-layer:before{
	position:absolute;
	content:'';
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	display:block;
	z-index:1;
	background-color:rgba(22,26,51,0.72);
}

.benefits-section .inner-container{
	position:relative;
	padding:45px 45px;
	z-index:1;
}

.benefits-section.style-two:before{
	position:absolute;
	content:'';
	left:0px;
	top:0px;
	right:0px;
	bottom:130px;
}

.benefits-section.style-two .inner-container{
	background:none;
}

.benefits-section .lower-text{
	position:relative;
	margin-top:50px;
	color:#fff;
	font-size:15px;
	text-align:center;
}

.benefits-section .lower-text span{
	position:relative;
	border-bottom: 2px dotted #012796;
}






.pull-right{
	float: right;
}

.pull-left{
	float: left;
}

 .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(../images/icons/preloader.svg);
}

img{
	display:inline-block;
	max-width:100%;
	height:auto;	
}

.dropdown-toggle::after{
	display: none;
}

.fa{
	line-height: inherit;
}


/*** 

====================================================================
	Scroll To Top style
====================================================================

***/

.scroll-to-top{
	position:fixed;
	bottom:20px;
	right:20px;
	width:60px;
	height:60px;
	color:#ffffff;
	font-size:24px;
	line-height:60px;
	text-align:center;
	z-index:100;
	cursor:pointer;
	background:#1b1a1c;
	display:none;
	border-radius: 0;
	-webkit-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	transition:all 300ms ease;		
}

.scroll-to-top:hover{
	background:#f77434;
}

/*** 

====================================================================
	Main Header style
====================================================================

***/

.main-header{
	position: relative;
	display: block;
}

.main-header .header-top{
	position: relative;
	background-color:#161a33;
}

.main-header .header-top .top-left{
	position: relative;
	float: left;
	z-index:90;
}

/*Language Dropdown*/

.main-header .header-top .language{
	position:relative;
	line-height:1em;
	display:inline-block;
}

.main-header .header-top .language .dropdown-menu{
	top:100%;
	right:0px;
	left:auto;
	width:178px;	
	border-radius:0px;
	margin-top:0px;
	background-color:#161a33;
	border:none;
	padding:0px;
    border-top:3px solid #012796;
}

.main-header.header-style-two .header-top .language .dropdown-menu{
	background-color:#eb0028;
}

.main-header.header-style-two .header-top .language .dropdown-menu > li > a:hover{
	background-color:#222222;
}

.main-header .header-top .language > a{
	color:#ffffff;
	padding:18px 0px;
	background:none !important;
	text-transform:uppercase;
	display:inline-block;
    border:0px;
	top: -1px;
	font-weight:500;
	font-size:14px;
	line-height:1em;
	border-radius: 0px;
}

.main-header .header-top .language > a > span{
	color:#c5cde8;
	font-size:16px;
	margin-right:12px;
}

.main-header .header-top .language > a:after{
	display:none;
}

.main-header .header-top language a:hover{
	background:none;
}

.main-header .header-top .language .dropdown-menu > li{
	padding-right:0px !important;
	margin:0px !important;
	float:none;
	display:block !important;
    border-bottom: 1px solid rgba(255,255,255,0.20);
}

.main-header .header-top .language .dropdown-menu > li:last-child{
	border-bottom:none;	
}

.main-header .header-top .language .dropdown-menu > li > a{
	padding:12px 20px !important;
	color:#ffffff;
	display: block;
	text-align:left;
	font-size: 14px;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;
}

.main-header .header-top .language .dropdown-menu > li > a:hover{
	color:#ffffff !important;
	background-color:#012796;
}

/* Top Right*/

.header-top .top-right{
	position: relative;
	float: right;
	z-index:1;
	padding:15px 0px;
}

.header-top .top-right .social-box{
	position:relative;
}

.header-top .top-right .social-box li{
	position:relative;
	margin-left:15px;
	display:inline-block;
}

.header-top .top-right .social-box li a{
	position:relative;
	color:#ffffff;
	font-size:14px;
	-webkit-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	transition:all 300ms ease;
}

.header-top .top-right .social-box li a:hover{
	color:#012796;
}

.header-top .value-text{
	position:relative;
	text-align:center;
	font-size:15px;
	color:#ffffff;
	padding:12px 0px;
}

.header-top .value-text .learn-more{
	position:relative;
	padding:3px 20px;
	color:#ffffff;
	font-weight:700;
	margin-left:6px;
	border-radius:50px;
	background-color:#012796;
	display:inline-block;
	font-family: 'Playfair Display', serif;
}

/* Header Top Two  */
 
.header-top-two{
	position: relative;
	/*background-color:#ffffff;*/
}

.header-top-two .outer-container{
	position:relative;
	padding:0px 125px;
	/*background-color:#ffffff;*/
}

.header-top-two .top-left{
	position: relative;
	float: left;
	padding:10px 0px;
}
 
.header-top-two .top-left .left-list{
	position:relative;
	float:left;
}

.header-top-two .top-left .left-list li{
	position:relative;
	padding-right:18px;
	margin-right:18px;
	line-height:1.3em;
	display:inline-block;
	border-right:1px solid #d2d9e0;
}

.header-top-two .top-left .left-list li .icon{
	position:relative;
	margin-right:10px;
	color:#012796;
	font-size:16px;
	font-weight:400;
	top:1px;
}
 
.header-top-two .top-left .social-box{
	position:relative;
	float:left;
}

.header-top-two .top-left .social-box li{
	position:relative;
	margin-right:15px;
	display:inline-block;
}

.header-top-two .top-left .social-box li a{
	position:relative;
	color:#8a91a4;
	font-size:14px;
	-webkit-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	transition:all 300ms ease;
}

.header-top-two .top-left .social-box li a:hover{


	color:#012796;
}
 
.header-top-two .top-right{
	position: relative;
	float: right;
	padding:8px 0px;
}

.header-top-two .top-right .technology{
	position:relative;
    font-size: 15px;
    color: #7e8597;
	float:left;
}

.header-top-two .top-right .technology .icon{
	position:relative;
	margin-right:10px;
	color: #012796;
}

.header-top-two .top-right .technology a{
	position: relative;
    padding: 3px 20px 4px;
    color: #ffffff;
    font-weight: 700;
    margin-left: 6px;
    border-radius: 50px;
    background-color: #012796;
    display: inline-block;
    font-family: 'Playfair Display', serif;
}
 
.header-top-two .top-right .language-list{
	position:relative;
	float:left;
	margin-top:5px;
	margin-left:30px;
	padding-left:25px;
}

.header-top-two .top-right .language-list:before{
	position:absolute;
	left:0px;
	top:0px;
	color:#012796;
	font-size:16px;
	content: "\f1ac";
	font-family: "Flaticon";
}

.header-top-two .top-right .language-list li{
	position:relative;
	font-weight:500;
	padding-right:12px;
	margin-right:12px;
	line-height:1.2em;
	display:inline-block;
	border-right:1px solid #d2d9e0;
}

.header-top-two .top-right .language-list li a{
	position:relative;
	color:#222222;
	font-size:14px;
	display:inline-block;
	text-transform:uppercase;
}

.header-top-two .top-right .language-list li:last-child{
	border-right:0px;
	margin-right:0px;
	padding-right:0px;
}

/* Header Style Three */

.header-top-three{
	position:relative;
	z-index:10;
	padding:18px 0px;
	background-color:#161a33;
}

.header-top-three .top-left{
	position:relative;
	margin-left:320px;
	float:left;
}

.header-top-three .top-left .left-list{
	position:relative;
}

.header-top-three .top-left .left-list li{
    position: relative;
	color:#999fb9;
	font-size:15px;
    padding-right: 18px;
    margin-right: 18px;
    line-height: 1.3em;
    display: inline-block;
    border-right: 1px solid #414660;
}

.header-top-three .top-left .left-list li:last-child{
	margin-right:0px;
	padding-right:0px;
	border:none;
}

.header-top-three .top-left .left-list li .icon{
    position: relative;
    margin-right: 10px;
    color: #012796;
    font-size: 16px;
    font-weight: 400;
    top: 1px;
}

.header-top-three .top-right{
	position:relative;
	float:right;
}

.header-top-three .top-right .social-box{
	position:relative;
}

.header-top-three .top-right .social-box li{
	position:relative;
    margin-left: 15px;
    display: inline-block;
}

.header-top-three .top-right .social-box li a{
    position: relative;
    color: #999fb9;
    font-size: 14px;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.header-top-three .top-right .social-box li a:hover{
	color:#ffffff;
}

/*=== Header Upper ===*/

.main-header .header-upper{
	position:relative;
	top: 0;
	background-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-header .header-upper .logo-outer{
	position:relative;
	float: left;
	z-index:25;
	-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-header .logo-outer .logo img{
	position:relative;
	display:inline-block;
	max-width:100%;
}

.main-header .header-upper .nav-outer{
	float: right;
	z-index:10;
	position:relative;
}

/*=== Header Lower ===*/

.main-header .header-lower{
	position:relative;
    /* margin-bottom: -35px; */
    z-index: 10;
}

.main-header .header-lower .nav-outer{
	position:relative;
	padding:0px 40px;
	background-color:#ffffff;
}

.main-menu{
	position:relative;
	float:left;
	font-family: "Poppins", sans-serif;
}

.main-menu .navbar-collapse{
	padding:0px;	
}

.main-menu .navigation{
	position:relative;
	margin:0px;
}

.main-menu .navigation > li{
	position:relative;
	float:left;
	padding:21px 0px;
	margin-right: 30px;
	-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-menu .navigation > li:last-child{
	margin-right:0px;
}

.main-menu .navigation > li > a{
	position:relative;
	display:block;
	text-align:center;
	font-size:16px;
	line-height:30px;
	font-weight:600;
	opacity:1;
	color:#222222;
	padding: 0;
	text-transform:uppercase;
	-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-menu .navigation > li:hover > a,
.main-menu .navigation > li.current > a{
	color: #012796;
}

.main-menu .navigation > li > ul{
	position:absolute;
	left:0px;
	top:100%;
	width:200px;
	padding:0px 0px;
	z-index:100;
	opacity: 1;
	margin-top:1px;
	background:#ffffff;
	border: 1px solid #e2e8f0;
	-webkit-transform: scaleY(0);
	-moz-transform: scaleY(0);
	-ms-transform: scaleY(0);
	-o-transform: scaleY(0);
	transform: scaleY(0);
	-webkit-transform-origin: top;
	-moz-transform-origin: top;
	-ms-transform-origin: top;
	-o-transform-origin: top;
	transform-origin: top;
	-webkit-transition: all 400ms ease;
	-moz-transition: all 400ms ease;
	-ms-transition: all 400ms ease;
	-o-transition: all 400ms ease;
	transition: all 400ms ease;
}

.main-menu .navigation > li > ul > li{
	position:relative;
	width:100%;
	padding: 17px 28px;
	border-bottom:1px solid #e2e8f0;
}

.main-menu .navigation > li > ul > li:last-child{
	border-bottom:none;	
}

.main-menu .navigation > li > ul > li > a{
	position:relative;
	font-size:15px;
	line-height:24px;
	color:#7e8597;
	font-weight:500;
	text-align:left;
	display:inline-block;
	text-transform:capitalize;
	-webkit-transition:all 200ms ease;
	-moz-transition:all 200ms ease;
	-ms-transition:all 200ms ease;
	-o-transition:all 200ms ease;
	transition:all 200ms ease;
	 font-family: 'Poppins', sans-serif;
}

.main-menu .navigation > li > ul > li > a:before{
	position:absolute;
	content:'';
	left:0px;
	bottom:0px;
	height:2px;
	width:0%;
	opacity:0;
	background-color:#012796;
	-webkit-transition:all 600ms ease;
	-moz-transition:all 600ms ease;
	-ms-transition:all 600ms ease;
	-o-transition:all 600ms ease;
	transition:all 600ms ease;
}

.main-menu .navigation > li > ul > li:hover > a:before{
	width:100%;
	opacity:1;
}

.main-menu .navigation > li > ul > li:hover > a{
	color: #222222;
}

.main-menu .navigation > li > ul > li.dropdown::after{
	content: "\f105";
	position:absolute;
	right: 0;
	top: 15px;
	display:block;
	font-size:16px;
	line-height:24px;
	padding: 3px 25px;
	color:#222222;
	font-weight:900;
	font-family: "Font Awesome 5 Free";
	text-align:center;
	z-index:5;	
}

.main-menu .navigation > li > ul > li > ul{
	position:absolute;
	left:100%;
	margin-top: -59px;
	width:270px;
	padding:0px 0px;
	z-index:100;
	opacity: 1;
	background:#ffffff;
	border: 1px solid #e2e8f0;
	-webkit-transform: scaleY(0);
	-moz-transform: scaleY(0);
	-ms-transform: scaleY(0);
	-o-transform: scaleY(0);
	transform: scaleY(0);
	-webkit-transform-origin: top;
	-moz-transform-origin: top;
	-ms-transform-origin: top;
	-o-transform-origin: top;
	transform-origin: top;
	-webkit-transition: all 400ms ease;
	-moz-transition: all 400ms ease;
	-ms-transition: all 400ms ease;
	-o-transition: all 400ms ease;
	transition: all 400ms ease;
}

.main-menu .navigation > li > ul > li > ul > li{
	position:relative;
	width:100%;
	padding: 17px 28px;
	border-bottom:1px solid #e2e8f0;
}

.main-menu .navigation > li > ul > li  > ul > li:last-child{
	border-bottom:none;	
}

.main-menu .navigation > li > ul > li  > ul > li > a{
	position:relative;
	display:block;
	font-size:15px;
	line-height:24px;
	color:#7e8597;
	font-weight:500;
	text-align:left;
	display:inline-block;
	text-transform:capitalize;
	-webkit-transition:all 200ms ease;
	-moz-transition:all 200ms ease;
	-ms-transition:all 200ms ease;
	-o-transition:all 200ms ease;
	transition:all 200ms ease;
	 font-family: 'Poppins', sans-serif;
}

.main-menu .navigation > li > ul > li  > ul > li > a:before{
	position:absolute;
	content:'';
	left:0px;
	bottom:0px;
	height:2px;
	width:0%;
	opacity:0;
	background-color:#012796;
	-webkit-transition:all 600ms ease;
	-moz-transition:all 600ms ease;
	-ms-transition:all 600ms ease;
	-o-transition:all 600ms ease;
	transition:all 600ms ease;
}

.main-menu .navigation > li > ul > li  > ul > li:hover > a:before{
	width:100%;
	opacity:1;
}

.main-menu .navigation > li > ul > li  > ul > li:hover > a{
	color: #222222;
}

.main-menu .navigation > li.dropdown:hover > ul{
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	-moz-transform: scale(1);
	transform: scale(1);
	visibility:visible;
	opacity:1;
}

.main-menu .navigation li > ul > li.dropdown:hover > ul{
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	-moz-transform: scale(1);
	transform: scale(1);
	visibility:visible;
	opacity:1;
	top:100%;	
}

.main-menu .navbar-collapse > ul li.dropdown .dropdown-btn{
	position:absolute;
	right:10px;
	top:8px;
	width:34px;
	height:30px;
	border:1px solid #ffffff;
	text-align:center;
	font-size:16px;
	line-height:30px;
	color:#ffffff;
	cursor:pointer;
	z-index:5;
	display:none;
}

.main-header .outer-box{
	position: relative;
	float: right;
}

/*search box btn*/

.main-header .option-box{
	position:relative;
	float: right;
	margin-left:30px;
}

.main-header .option-box .cart-btn{
	position:relative;
	float:left;
	padding:32px 0px;
}

.main-header .option-box .cart-btn .cart-icon{
	position:relative;
	color:#0c0c0c;
	font-size:21px;
	z-index:1;
	-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-header .option-box .cart-btn .total-cart{
	position:absolute;
	content:'';
	top:-2px;
	right:-12px;
	color:#ffffff;
	width:18px;
	height:18px;
	z-index:-1;
	font-size:12px;
	text-align:center;
	line-height:18px;
	border-radius:50%;
	background-color:#012796;
	-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-header .option-box .cart-btn:hover .total-cart{
	background-color:#161a33;
}

.main-header .option-box .cart-btn .cart-icon:hover{
	color:#012796;
}

.main-header .search-box-outer{
	position:relative;
	float:left;
	padding: 17px 0px;
	margin-left:30px;
	-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-header .search-box-btn{
	position: relative;
	height: 35px;
    cursor: pointer;
    background: none;
    font-size: 18px;
    color: #222222;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.main-header .search-box-btn:hover{
	color: #012796;
}

.dropdown-toggle::after{
	display: none;
}

.main-header .search-box-outer .dropdown-menu{
	top:54px !important;
	left: auto !important;
	right: 0;
	padding:0px;
	width:280px;	
	border-radius:0px;
	transform: none !important;
	border-top:3px solid #012796;
}

.main-header .search-panel .form-container{
	padding:25px 20px;	
}

.main-header .search-panel .form-group{
	position:relative;
	margin:0px;	
}

.main-header .search-panel input[type="text"],
.main-header .search-panel input[type="search"],
.main-header .search-panel input[type="password"],
.main-header .search-panel select{
	display:block;
	width:100%;
	line-height:24px;
	padding:7px 40px 7px 15px;
	height:40px;
	font-size:14px;
	border:1px solid #e0e0e0;
	background:#ffffff;	
}

.main-header .search-panel input:focus,
.main-header .search-panel select:focus{
	border-color:#012796;	
}

.main-header .search-panel .search-btn{
	position:absolute;
	right:0px;
	top:0px;
	width:40px;
	height:40px;
	text-align:center;
	color:#555555;
	font-size:12px;
	background:none;
	cursor:pointer;
}

.main-header .outer-box .btn-box{
	position: relative;
	float: left;
	padding: 23px 0px;
	margin-left: 50px;
}

.main-header .outer-box .btn-box .theme-btn{
	position: relative;
	float: right;
}

.main-header .option-box .talk-box{
    position: relative;
    padding-left: 55px;
    text-align: left;
    color: #232323;
    font-size: 16px;
    line-height: 1.6em;
	margin-top:10px;
	margin-left:28px;
    display: inline-block;
}

.main-header .option-box .talk-box .icon{
    position: absolute;
    content: '';
    left: 0px;
    top: 8px;
    color: #012796;
    font-size: 38px;
    line-height: 1em;
}

.main-header .option-box .talk-box .info{
	position:relative;
	font-size:18px;
	font-family: 'Poppins', sans-serif;
}

.main-header .option-box .social-box{
	position:relative;
	float:left;
	padding:22px 0px;
	margin-right:35px;
}

.main-header .option-box .social-box li{
	position:relative;
	margin-left:15px;
	display:inline-block;
}

.main-header .option-box .social-box li a{
	position:relative;
	color:#222222;
	font-size:14px;
	-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-header .option-box .social-box li a:hover{
	color:#012796;
}

/*================================================
			Header Style Two
==================================================*/

.header-style-two{
    /*position: absolute;*/
    left: 0px;
    top: 0px;
    z-index:100;
    width: 100%;
}

.header-style-two .header-upper{
	 background: -webkit-linear-gradient(#ffffff, #f0f1fe); /* Safari 5.1 - 6.0 */ 
  background: -o-linear-gradient(#ffffff, #f0f1fe); /* Opera 11.1 - 12.0 */ 
  background: -moz-linear-gradient(#ffffff, #f0f1fe); /* Firefox 3.6 - 15 */ 
  background: linear-gradient(#ffffff, #f0f1fe); /* 标准的语法 */ 
	border-bottom:1px solid rgba(255,255,255,0.10);
	    box-shadow: rgba(0,0,0,.07) 0 2px 2px, rgba(0,0,0,.07) 0 4px 4px, rgba(0,0,0,.07) 0 8px 8px, rgba(0,0,0,.07) 0 16px 16px;
}

.header-style-two .header-upper .logo-outer{
	position:relative;
	padding-right:30px;
	border-right:1px solid rgba(255,255,255,0.10);
	padding:10px 0px;
}

.header-style-two .header-upper .inner-container{
	padding:0px 125px;
}

.header-style-two .main-menu .navigation > li > a{
	
}

.header-style-two .search-box-outer{
	margin-left:0px;
	color:#ffffff;
	padding-left:25px;
	padding-right:28px;
	border-left:1px solid rgba(255,255,255,0.10);
	border-right:1px solid rgba(255,255,255,0.10);
}

.header-style-two .search-box-btn{
	color:#2e2e2e;
	line-height:46px;
}

.header-style-three{
	position:absolute;
	width:100%;
}

.header-style-three .mobile-menu{
	display:none;
}

.header-style-three .header-upper .nav-outer{
	width:100%;
	padding-left:320px;
}

.header-style-three .header-upper .logo-outer{
	position:absolute;
	padding-right:0px;
	border:none;
	margin-top:-60px;
	background-color:#012796;
}

.header-style-three .main-menu .navigation > li > a{
	font-size:14px;
	line-height:34px;
}

.header-style-three .header-upper .inner-container{
	background-color:#ffffff;
	position:relative;
	z-index:10;
	padding-right:28px;
}

.header-style-three .main-menu .navigation > li{
	padding:23px 0px;
}

.header-style-three .search-box-outer{
	padding:22px 0px;
	float:right;
}

.main-header.header-style-three .search-box-btn{
	color:#012796;
}

.main-header.header-style-three .search-box-outer .dropdown-menu{
	top:56px !important;
}

/*Language Dropdown*/

.header-style-three .header-upper .language{
	position:relative;
	line-height:1em;
	padding:14px 0px;
	margin-right:10px;
	display:inline-block;
}

.header-style-three .header-upper .language .dropdown-menu{
	top:100%;
	right:0px;
	left:auto !important;
	width:178px;	
	border-radius:0px;
	margin-top:15px;
	background-color:#161a33;
	border:none;
	padding:0px;
    border-top:3px solid #012796;
}

.header-style-three .header-upper .language > a{
	color:#222222;
	padding:18px 0px;
	background:none !important;
	text-transform:uppercase;
	display:inline-block;
    border:0px;
	top: -1px;
	font-weight:500;
	font-size:14px;
	line-height:1em;
	border-radius: 0px;
}

.header-style-three .header-upper .language > a:before{
	position:absolute;
	content:'';
	right:-18px;
	width:1px;
	top:22px;
	height:35px;
	background-color:#e2e8f0;
}

.header-style-three .header-upper .language > a > span{
	color:#012796;
	font-size:16px;
	margin-right:12px;
}

.header-style-three .header-upper .language > a > span:last-child{
	margin-right:0px;
}

.header-style-three .header-upper .language > a:after{
	display:none;
}

.header-style-three .header-upper language a:hover{
	background:none;
}

.header-style-three .header-upper .language .dropdown-menu > li{
	padding-right:0px !important;
	margin:0px !important;
	float:none;
	display:block !important;
    border-bottom: 1px solid rgba(255,255,255,0.20);
}

.header-style-three .header-upper .language .dropdown-menu > li:last-child{
	border-bottom:none;	
}

.header-style-three .header-upper .language .dropdown-menu > li > a{
	padding:12px 20px !important;
	color:#ffffff;
	display: block;
	text-align:left;
	font-size: 14px;
	-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-style-three .header-upper .language .dropdown-menu > li > a:hover{
	color:#ffffff !important;
	background-color:#012796;
}

/* Header Style Four */

.header-style-four{
	position:relative;
	background-color:#161a33;
}

.header-style-four .header-lower .menu-text{
	display:none;
}

.header-style-four .header-upper{
	background:none;
}

.header-style-four .header-upper .upper-right{
	position:relative;
	padding-top:40px;
}

.header-style-four .header-upper .upper-right .info-box{
	position:relative;
	float:left;
	color:#ffffff;
	font-size:18px;
	padding-left:60px;
	margin-left:50px;
}

.header-style-four .header-upper .upper-right .info-box:last-child{
	margin-left:0px;
}

.header-style-four .header-upper .upper-right .info-box strong{
	position:relative;
	font-size:16px;
	font-weight:700;
	display:block;
	margin-bottom:6px;
	font-family: 'Playfair Display', serif;
}

.header-style-four .header-upper .upper-right .info-box .icon-box{
	position:absolute;
	left:0px;
	top:0px;
	color:#012796;
	font-size:20px;
	line-height:1em;
	padding:14px 18px 14px 0px;
	border-right:1px solid rgba(255,255,255,0.10);
}

.header-style-four .header-upper .upper-right .info-box:last-child .theme-btn{
	padding:8px 28px;
}

.header-style-four .header-upper .logo-outer{
	padding:20px 0px;
}

.header-style-four .main-menu .navigation > li{
	padding:20px 0px;
}

.header-style-four .option-box .cart-btn{
	padding:23px 0px 20px;
}

.header-style-four .search-box-outer{
	padding:17px 0px;
}

.header-style-four .search-box-outer .dropdown-menu{
	top:50px !important;
}

/*** 

====================================================================
				Sticky Header
====================================================================

***/

.sticky-header{
    position: fixed;
    visibility: hidden;
    opacity: 0;
    left: 0px;
    top: 0px;
    width: 100%;
    padding: 0px 0px;
    z-index: -1;
    background: -webkit-linear-gradient(#ffffff, #f0f1fe); /* Safari 5.1 - 6.0 */ 
  background: -o-linear-gradient(#ffffff, #f0f1fe); /* Opera 11.1 - 12.0 */ 
  background: -moz-linear-gradient(#ffffff, #f0f1fe); /* Firefox 3.6 - 15 */ 
  background: linear-gradient(#ffffff, #f0f1fe); /* 标准的语法 */ 
	border-bottom:1px solid rgba(255,255,255,0.10);
	    box-shadow: rgba(0,0,0,.07) 0 2px 2px, rgba(0,0,0,.07) 0 4px 4px, rgba(0,0,0,.07) 0 8px 8px, rgba(0,0,0,.07) 0 16px 16px;
		
    /*-webkit-box-shadow: 0 0 15px rgba(0,0,0,0.10);
    -moz-box-shadow: 0 0 15px rgba(0,0,0,0.10);
    -ms-box-shadow: 0 0 15px rgba(0,0,0,0.10);
    -o-box-shadow: 0 0 15px rgba(0,0,0,0.10);
    box-shadow: 0 0 15px rgba(0,0,0,0.10);
    -webkit-transition: top 300ms ease;
    -moz-transition: top 300ms ease;
    -ms-transition: top 300ms ease;
    -o-transition: top 300ms ease;
    transition: top 300ms ease;*/
}

.sticky-header .outer-container{
	position:relative;
	padding:0px 125px;

}

.sticky-header .search-box-outer{
	position:relative;
	float:left;
	padding: 20px 0px;
	margin-left:30px;
	-webkit-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	transition:all 300ms ease;
}

.sticky-header .search-box-btn{
	position: relative;
	height: 35px;
    cursor: pointer;
    background: none;
    font-size: 18px;
    color: #222222;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.sticky-header .search-box-btn:hover{
	color: #012796;
}




.fixed-header .sticky-header{
	opacity:1;
	z-index: 9999;
	visibility:visible;
}

.fixed-header .sticky-header .logo{
	padding: 10px 0;
}

.sticky-header .main-menu .navigation > li{
	margin-left: 32px !important;
	padding: 0;
	margin-right: 0;
	background-color: transparent;
}

.sticky-header .main-menu .navigation > li > a:before,
.sticky-header .main-menu .navigation > li:after{
	display: none !important;
}

.sticky-header .main-menu .navigation > li > a{
	padding:20px 0px !important;
	line-height:30px;
	font-size:16px;
	font-weight:500;
	color:#222222;
	text-transform:capitalize;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.sticky-header .main-menu .navigation > li:hover > a,
.sticky-header .main-menu .navigation > li.current > a,
.sticky-header .main-menu .navigation > li.current-menu-item > a{
	opacity:1;
	color: #012796;
}

/*** 

====================================================================
		Section Title
====================================================================

***/

.sec-title{
	position:relative;
	z-index: 1;
	margin-bottom:45px;
}

.sec-title .title{
	position: relative;
	display: block;
	font-size: 14px;
	line-height: 24px;
	color: #012796;
	font-weight: 600;
	text-transform: uppercase;
	margin-bottom: 10px;
}

.sec-title h2{
	position: relative;
	display: block;
	font-size:24px;
	line-height: 1.2em;
	color: #172f66;
	font-weight: 600;
	letter-spacing:1px;
	padding-left:70px;
	display:inline-block;
}

/*
.sec-title h2:before{
	position:absolute;
	content:'';
	left:0px;
	top:22px;
	width:50px;
	height:1px;
	background-color:#012796;
}
*/
.sec-title.centered h2{
	padding-right:70px;
}


/*
.sec-title.centered h2:after{
	position:absolute;
	content:'';
	right:0px;
	top:22px;
	width:50px;
	height:1px;
	background-color:#012796;
}
*/

.sec-title.light h2{
	color:#172f66;
}

.sec-title .text{
	position: relative;
	display: block;
	font-size: 15px;
	line-height: 25px;
	color: #8a90ac;
	font-weight: 400;
	margin-top: 20px;
	line-height:2em;
}

/*** 

====================================================================
		Banner Section
====================================================================

***/

.banner-section{
	position: relative;
}

.banner-carousel{
	position: relative;
}

.banner-carousel .slide-item{
	position: relative;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

.banner-carousel .content-box{
	position: relative;
}

.banner-carousel .content-box .title{
	position:relative;
	color:#ffffff;
	font-size:18px;
	font-weight:700;
	opacity: 0;
	padding:8px 20px;
	margin-bottom:15px;
	display:inline-block;
	background-color:#012796;
	font-family: 'Playfair Display', serif;
	-webkit-transform: translateY(-50px);
	-moz-transform: translateY(-50px);
	-ms-transform: translateY(-50px);
	-o-transform: translateY(-50px);
	transform: translateY(-50px);
	-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-carousel .active .title{
	opacity: 1;
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
	-webkit-transition-delay: 150ms;
	-moz-transition-delay: 150ms;
	-ms-transition-delay: 150ms;
	-o-transition-delay: 150ms;
	transition-delay: 150ms;
}

.banner-carousel .content-box.center-align{
	text-align:center;
}

.banner-carousel .content-box.right-box{
	float:right;
	width:60%;
}

.banner-carousel .content-box .inner{
	position: relative;
	margin-right: -65px;
	padding: 200px 0;
}

.banner-carousel .content-box h2{
	position: relative;
	display: block;
	font-size: 70px;
	line-height: 1.2em;
	color: #ffffff;
	font-weight: 800;
	opacity: 0;
	padding-bottom:40px;
	margin-bottom: 35px;
	-webkit-transform: translateY(-50px);
	-moz-transform: translateY(-50px);
	-ms-transform: translateY(-50px);
	-o-transform: translateY(-50px);
	transform: translateY(-50px);
	-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-carousel .content-box h2.style-two{
	font-size:100px;
}

.banner-carousel .content-box h2:before{
	position:absolute;
	content:'';
	left:0px;
	bottom:0px;
	width:70px;
	height:10px;
	border-radius:10px;
	display:inline-block;
	background-color:#f25111;
}

.banner-carousel .content-box.center-align h2::before{
	left:50%;
	margin-left:-35px;
}

.banner-carousel .content-box h2.style-three{
	padding-bottom:0px;
}

.banner-carousel .content-box h2.style-three:before{
	display:none;
}

.banner-carousel .content-box.center-align .link-box{
	text-align:center;
}

.banner-carousel .content-box.center-align .link-box .theme-btn{
	float:none;
	margin-right:0px;
}

.banner-carousel .active .content-box h2{
	opacity: 1;
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
	-webkit-transition-delay: 300ms;
	-moz-transition-delay: 300ms;
	-ms-transition-delay: 300ms;
	-o-transition-delay: 300ms;
	transition-delay: 300ms;
}

.banner-carousel .content-box .text{
	position: relative;
	display: block;
	font-size: 18px;
	line-height: 34px;
	color: #e4e4e4;
	font-weight: 400;
	opacity: 0;
	margin-bottom: 35px;
	-webkit-transition: all 1000ms ease;
	-moz-transition: all 100ms ease;
	-ms-transition: all 1000ms ease;
	-o-transition: all 1000ms ease;
	transition: all 1000ms ease;
	-webkit-transform: translateY(-100px);
	-moz-transform: translateY(-100px);
	-ms-transform: translateY(-100px);
	-o-transform: translateY(-100px);
	transform: translateY(-100px);
}

.banner-carousel .active  .text{
	opacity: 1;
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
	-webkit-transition-delay: 600ms;
	-moz-transition-delay: 600ms;
	-ms-transition-delay: 600ms;
	-o-transition-delay: 600ms;
	transition-delay: 600ms;
}

.banner-carousel .link-box{
	position: relative;
	opacity: 0;
	-webkit-transition: all 1000ms ease;
	-moz-transition: all 1000ms ease;
	-ms-transition: all 1000ms ease;
	-o-transition: all 1000ms ease;
	transition: all 1000ms ease;
	-webkit-transform: translateY(-50px);
	-moz-transform: translateY(-50px);
	-ms-transform: translateY(-50px);
	-o-transform: translateY(-50px);
	transform: translateY(-50px);
}

.banner-carousel .link-box:after{
	display: table;
	clear: both;
	content: "";
}

.banner-carousel .active .link-box{
	opacity: 1;
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
	-webkit-transition-delay: 1200ms;
	-moz-transition-delay: 1200ms;
	-ms-transition-delay: 1200ms;
	-o-transition-delay: 1200ms;
	transition-delay: 1200ms;
}

.banner-carousel .link-box .theme-btn{
	position: relative;
	float: left;
	margin-right: 35px;
	padding: 10px 35px;
}

.banner-carousel .link-box .learn-more{
	position: relative;
	font-size: 15px;
	line-height: 30px;
	color: #ffffff;
	font-weight: 600;
	padding: 10px 25px 1px 0px;
	text-transform: capitalize;
	font-family: 'Playfair Display', serif;
}

.banner-carousel .link-box .learn-more:before{
	position: absolute;
	left: 0;
	bottom: 0px;
	height: 2px;
	content: "";
	background-color:#ffffff;
	width: 100%;
}

.banner-carousel .link-box .learn-more i{
	position: absolute;
	right: 0px;
	top: 11px;
	line-height: 30px;
	margin-left: 5px;
}

.banner-carousel .link-box .learn-more:hover{
	color: #012796;
}

.banner-carousel .owl-dots{
	display: none;
}

.banner-carousel .owl-dots{
	position: absolute;
	left: 0;
	bottom: 50px;
	width: 100%;
	text-align: center;
	display: none;
}

.banner-carousel .owl-nav{
    position: absolute;
    width: 100%;
    top: 50%;
    margin-top: -25px;
    z-index: 99;
    opacity: 0;
	-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-carousel:hover .owl-nav{
	opacity: 1;
}

.banner-carousel .owl-prev, 
.banner-carousel .owl-next{
	position: absolute;
	top: 0;
	left: 30px;
	height: 50px;
	width: 50px;
	font-size: 20px;
	color: #ffffff;
	font-weight: 400;
	text-align: center;
	line-height: 52px;
	background-color: rgba(255,255,255,0.20);
	-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-carousel .owl-next{
	left: auto;
	right: 30px;
}

.banner-carousel .owl-prev:hover, 
.banner-carousel .owl-next:hover{
	background-color: #012796;
	color: #ffffff;
}

.banner-section.style-two .content-box .inner{
	padding:150px 0px 150px;
}

.banner-section.style-three{
	top:-35px;
	width:100%;
}








/*** 

====================================================================
	Sponsors Section
====================================================================

***/

.sponsors-section{
	position:relative;
	padding:0px 0px 40px;
	background-color:#e6ebf0;
}

.sponsors-section.style-two{
	padding:60px 0px 50px;
}

.sponsors-section .sponsors-outer{
	position:relative;
}

.sponsors-section .sponsors-outer .owl-dots,
.sponsors-section .sponsors-outer .owl-nav{
	position:relative;
	display:none;
}

.sponsors-section .sponsors-outer .image-box{
	position:relative;
	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;
}

.sponsors-section .sponsors-outer .image-box img{
	max-width:100%;
	width:auto;
	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;
	filter: gray;
	opacity:0.4;
    -webkit-filter: grayscale(1);
    filter: grayscale(1);
}

.sponsors-section .sponsors-outer .image-box img:hover{
	opacity:1;
    -webkit-filter: none;
    filter: none;
}

.sponsors-section .sponsors-outer .image-box:hover{
	border-color:#ffaa00;
}


/*=== Social Icon One ===*/
.social-icon-one{
	position: relative;
}

.social-icon-one li{
	position: relative;
	display: inline-block;
	margin-left: 18px;
}

.social-icon-one li a{
	position: relative;
	display: block;
	font-size: 26px;
	line-height: 25px;
	color: #999999;
	font-weight: 400;
	-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: #012796;
}

.social-icon-one li:first-child{
	margin-left: 0;
}

/***

==================================================================
		Main Footer
==================================================================

***/

.main-footer{
	position:relative;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	padding: 0px 0;
	background-color :#0f3488;
}

.main-footer:before{
	position: absolute;
	right: 0;
	top: 0;
	height: 100%;
	width: 100%;
	opacity: .96;
	background-color: #0f3488;
	content: '';
}

/*=== Widgets Section ===*/

.main-footer .widgets-section{
	position:relative;
	padding:75px 0px 45px;
}

.main-footer .footer-column{
	position:relative;
	margin-bottom:30px;
}

.main-footer .footer-widget{
	position:relative;
}

.main-footer .widget-title{
	position: relative;
	font-size:18px;
	font-weight:500;
	color:#ffffff;
	text-transform: capitalize;
	line-height: 1.2em;
	padding-bottom: 10px;
	margin-bottom:30px;
}

.main-footer .widget-title:before{
	position: absolute;
	left: 0;
	bottom: 0;
	height: 2px;
	width: 50px;
	background-color: #fff;
	content: "";
}

/*=== About Widget ===*/
.main-footer .about-widget{
	position: relative;
	margin-bottom: 60px;
}

.main-footer .about-widget .footer-logo{
	position: relative;
	margin-bottom: 30px;
}

.main-footer .about-widget .footer-logo .image{
	position: relative;
}

.main-footer .about-widget .footer-logo img{
	display: block;
	height: auto;
	max-width: 100%;
}

.main-footer .about-widget .text{
	position: relative;
	display: block;
	font-size: 15px;
	line-height: 25px;
	color: #e5e5e5;
	font-weight: 400;
	margin-bottom: 30px;
}

.main-footer .social-icon-one li{
	margin-left: 0;
	margin-right: 18px;
}

.main-footer .social-icon-one li a{
	color: #fff;
}

.main-footer .social-icon-one li a:hover{
	color: #f25111;
}

/*=== Cities Widget ===*/

.main-footer .links-widget{
	position: relative;
}

.main-footer .list{
	position: relative;
}

.main-footer .list li{
	position:relative;
	display: block;
	font-size: 15px;
	line-height: 25px;
	color: #e5e5e5;
	font-weight: 400;
	padding-left: 15px;
	margin-bottom: 15px;
}

.main-footer .list li:before{
	position: absolute;
	left: 0;
	top: 10px;
	height: 5px;
	width: 5px;
	background-color: #b5b4b4;
 	content: "";
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}

.main-footer .list li a{
	display: inline-block;
	color: #fff;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}

.main-footer .list li:hover:before{
	background-color: #f25111;
}

.main-footer .list li a:hover{
	color:#fa7720;
}

.main-footer .links-widget{
	position: relative;
}

/*=== Contact Widget ===*/

.main-footer .contact-widget{
	position: relative;
}

.main-footer .contact-widget .widget-content{
	position: relative;
}

.main-footer .contact-list{
	position: relative;
}

.main-footer .contact-list li{
	position:relative;
	display: block;
	font-size: 15px;
	line-height: 25px;
	color: #fff;
	font-weight: 400;
	margin-bottom: 20px;
	padding-left: 25px;
}

.main-footer .contact-list li i{
	position: absolute;
	left: 0;
	top: 0;
	font-size: 18px;
	line-height: 25px;
	color: #fff;
}

.main-footer .contact-list li a{
	color:#fff;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}

.main-footer .contact-list li a:hover{
	color: #f25111;
}

.main-footer .footer-bottom{
	position: relative;
	width:100%;
	padding:25px 0px;
	border-top: 1px solid rgba(255,255,255,.20);
	text-align: center;
}

.main-footer .copyright-text{
	position: relative;
	font-size: 15px;
	line-height: 30px;
	color: #e3e3e3;
	font-weight: 400;
}

.main-footer .copyright-text a{
	display: inline-block;
	color: #e3e3e3;
}

.main-footer .copyright-text a:hover{
	text-decoration: underline;
}

.main-footer.alternate .footer-bottom{
	border-top: 0;
	background-color: rgba(0,0,0,.10);
}

.main-footer.alternate:before{
	background-image: url(../images/icons/pattern-2.jpg);
	background-repeat: repeat;
	background-position: center;
	opacity: 1;
}

/***

==================================================================
		Main Footer Style Two
==================================================================

***/

.main-footer.style-two{
	position: relative;
}

.main-footer.style-two:before{
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	background: url(../images/icons/pattern-3.jpg);
	content: "";
	opacity: 1;
}

.main-footer.style-two .about-widget .text{
	margin-bottom: 20px;
}

.main-footer.style-two .about-widget .text p{
	font-size: 15px;
	line-height: 25px;
	margin-bottom: 18px;
}

.main-footer.style-two .about-widget .text p:last-child{
	margin-bottom: 0;
}

.main-footer.style-two .contact-list{
	margin-bottom: 15px;
}

.main-footer.style-two .contact-list li{
	margin-bottom: 10px;
}

.main-footer.style-two .contact-list li,
.main-footer.style-two .contact-list li a{
	color: #666666;
}

.main-footer.style-two .social-icon-one li a{
	color: #999999;
}

.main-footer.style-two .social-icon-one li a:hover{
	color: #012796;
}

/*News Widget Block*/

.main-footer.style-two .post-widget .widget-title{
	margin-bottom: 35px
}



.main-footer.style-two .widget-title{
	color: #333333;
}

.main-footer.style-two .list li{
	float: left;
	width: 50%;
}

.main-footer.style-two .list li:before{
	background-color: #8f8f8f;
}

.main-footer.style-two .list li a{
	color: #333333;
}

.main-footer.style-two .links-widget{
	margin-left: 0;
	margin-bottom: 30px;
}

.main-footer.style-two .subscribe-widget{
	position: relative;
}

.main-footer.style-two .subscribe-widget .text{
	margin-bottom: 10px;
	font-size: 15px;
	line-height: 25px;
	color: #666666;
}

/*** 

====================================================================
	Services Section Two
====================================================================

***/

.services-section-two{
	position:relative;
	padding:90px 0px;
}

.services-section-two .owl-nav{
	display:none;
}

.services-section-two .owl-dots{
	position:relative;
	text-align:center;
	margin-top:45px;
}

.services-section-two .owl-dots .owl-dot{
	position:relative;
	margin:0px 5px;
	width:12px;
	height:12px;
	border-radius:50%;
	display:inline-block;
	background-color:#c7cdd4;
	-webkit-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
    transition: all 300ms ease;
}

.services-section-two .owl-dots .owl-dot.active,
.services-section-two .owl-dots .owl-dot:hover{
	background-color:#012796;
}

/* Services Block Two */

.services-block-two{
	position:relative;
	overflow:hidden;
}

.services-block-two .inner-box{
	position:relative;
	padding-bottom:30px;
}

.services-block-two .inner-box .image{
	position:relative;
}

.services-block-two .inner-box .image img{
	position:relative;
	width:100%;
	display:block;
}

.services-block-two .inner-box .image .heading-box{
	position:absolute;
	left:30px;
	right:30px;
	bottom:-30px;
	text-align:center;
	background-color:#ffffff;
	transition: all 600ms ease;
    -moz-transition: all 600ms ease;
    -webkit-transition: all 600ms ease;
    -ms-transition: all 600ms ease;
    -o-transition: all 600ms ease;
	border-bottom:5px solid #012796;
	box-shadow:0px 10px 10px rgba(0,0,0,0.10);
}

.services-block-two .inner-box:hover .image .heading-box{
	opacity:0;
	visibility:hidden;
}

.services-block-two .inner-box .image .heading-box h4{
	position:relative;
	font-weight:500;
	font-size:20px;
	color:#222222;
	line-height:1.3em;
	padding:19px 10px;
}

.services-block-two .inner-box:hover .image .overlay-box{
	opacity:1;
	bottom:-30px;
	visibility:visible;
}

.services-block-two .inner-box .image .overlay-box{
	position:absolute;
	opacity:0;
	left:30px;
	right:30px;
	bottom:-220px;
	visibility:hidden;
	padding-bottom:26px;
	background-color:#ffffff;
	border-bottom:5px solid #012796;
	transition: all 600ms ease;
    -moz-transition: all 600ms ease;
    -webkit-transition: all 600ms ease;
    -ms-transition: all 600ms ease;
    -o-transition: all 600ms ease;
	box-shadow:0px 10px 10px rgba(0,0,0,0.10);
}

.services-block-two .inner-box .image .overlay-box .overlay-inner{
	position:relative;
	text-align:center;
}

.services-block-two .inner-box .image .overlay-box h3{
	position:relative;
	font-weight:500;
	font-size:20px;
	line-height:1.3em;
	padding:17px 10px;
}

.services-block-two .inner-box .image .overlay-box h3 a{
	position:relative;
	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;
}

.services-block-two .inner-box .image .overlay-box h3 a:hover{
	color:#012796;
}

.services-block-two .inner-box .image .overlay-box .text{
	position:relative;
	color:#7e8597;
	font-size:15px;
	padding-left:25px;
	padding-right:25px;
	line-height:1.9em;
	margin-bottom:15px;
}

.services-block-two .inner-box .image .overlay-box .read-more{
	position:relative;
	color:#012796;
	font-size:14px;
	font-weight:700;
	line-height:1.3em;
	display:inline-block;
	text-transform:uppercase;
	background-color:#ffffff;
	font-family: 'Playfair Display', serif;
	-webkit-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
    transition: all 300ms ease;
}

.services-block-two .inner-box .image .overlay-box .read-more .arrow{
	position:relative;
	top:1px;
	margin-right:6px;
}

.services-block-two .inner-box .image .overlay-box .read-more:hover{
	color:#f67433;
}




/*** 

====================================================================
	Projects Section Two
====================================================================

***/

.projects-section-two{
	position:relative;
	padding:90px 0px 65px;
}

/* Project Block Two */

.project-block-two{
	position:relative;
	margin-bottom:35px;
}

.project-block-two .inner-box{
	position:relative;
}

.project-block-two .inner-box .image{
	position:relative;
	-webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
}

.project-block-two .inner-box:hover .image{
	box-shadow:0px 15px 25px rgba(0,0,0,0.10);
}

.project-block-two .inner-box .image img{
	position:relative;
	width:100%;
	display:block;
}

.project-block-two .inner-box .image .overlay-box{
	position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    display: block;
    opacity: 0;
    text-align: center;
    transform: scale(0.6,0.6);
    background-color: rgba(22,26,51,0.90);
    -webkit-transition: all 600ms ease;
    -ms-transition: all 600ms ease;
    -o-transition: all 600ms ease;
    -moz-transition: all 600ms ease;
    transition: all 600ms ease;
}

.project-block-two .inner-box .image .overlay-box .icon{
    position: relative;
	width:60px;
	height:60px;
    color: #ffffff;
    top: 48%;
	line-height:60px;
	text-align:center;
    font-size: 20px;
    margin-top: -30px;
	border-radius:50px;
    display: inline-block;
	background-color:#012796;
}

.project-block-two .inner-box:hover .image .overlay-box{
    opacity: 1;
    transform: scale(1,1);
}

.project-block-two .inner-box .lower-content{
	position:relative;
	padding:15px 0px;
	background-color:#f0f2f7;
	text-align:center;
}

.project-block-two .inner-box .lower-content .category{
	position:relative;
	color:#7e8597;
	font-size:15px;
	font-weight:400;
}

.project-block-two .inner-box .lower-content h3{
	position:relative;
	font-size:20px;
	color:#222222;
	font-weight:500;
	line-height:1.3em;
	margin-top:6px;
}

.project-block-two .inner-box .lower-content h3 a{
	position:relative;
	color:#5a5b5e;
	-webkit-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
    transition: all 300ms ease;
}

.project-block-two .inner-box .lower-content h3 a:hover{
	color:#012796;
}

.project-block-two .inner-box .lower-content h3:before{
	position:absolute;
	content:'';
	/*left:0px;
	top:12px;
	height:1px;
	width:30px;
	background-color:#012796;*/
}

.project-block-two.style-two .inner-box .lower-content h3{
	padding-left:0px;
}

.project-block-two.style-two .inner-box .lower-content h3:before{
	display:none;
}



/* Feature Block */

.feature-block{
	position:relative;
}

.feature-block .inner-box{
	position:relative;
	text-align:center;
}

.feature-block .inner-box:before{
	position:absolute;
	content:'';
	right:-17px;
	top:0px;
	width:1px;
	height:100%;
	background-color:#e2e8f0;
}

.feature-block:last-child .inner-box:before{
	display:none;
}

.feature-block .inner-box .icon-box{
	position:relative;
	font-size:68px;
	line-height:1em;
	color:#012796;
}

.feature-block .inner-box h3{
	position:relative;
	font-size:20px;
	color:#012796;
	font-weight:700;
	line-height:1.6em;
	margin-top:16px;
}

.feature-block .inner-box .overlay-box{
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	opacity:0;
	color:#ffffff;
	text-align:center;
	background-color:#012796;
	-webkit-transition:all 700ms ease;
	-ms-transition:all 700ms ease;
	-o-transition:all 700ms ease;
	transition:all 700ms ease;
	
	-webkit-transform: translateY(-50px);
	-moz-transform: translateY(-50px);
	-ms-transform: translateY(-50px);
	-o-transform: translateY(-50px);
	transform: translateY(-50px);
}

.feature-block .inner-box:hover .overlay-box{
	opacity:1;
	-webkit-transform: translateY(0px);
	-moz-transform: translateY(0px);
	-ms-transform: translateY(0px);
	-o-transform: translateY(0px);
	transform: translateY(0px);
}

.feature-block .inner-box .overlay-box .overlay-inner{
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	display:table;
	vertical-align:middle;
	padding:10px;
}

.feature-block .inner-box .overlay-box .overlay-inner .overlay-content{
	position:relative;
	display:table-cell;
	vertical-align:middle;
}

.feature-block .inner-box .overlay-box .overlay-inner h4{
	position:relative;
	font-size:20px;
	color: #FFF;
	font-weight:700;
	line-height:1.6em;
}

.feature-block .inner-box .overlay-box .overlay-inner .text{
	position:relative;
	color:#fff;
	font-size:15px;
	line-height:1.8em;
}

.feature-block.style-two .inner-box:before{
	background-color:rgba(255,255,255,0.20);
}

.feature-block.style-two .inner-box .overlay-box{
	background:#161a33;
}

.feature-block.style-two .inner-box .overlay-box .overlay-inner h4,
.feature-block.style-two .inner-box h3{
	color:#ffffff;
}

.feature-block.style-two .inner-box .overlay-box .overlay-inner .text{
	color:#999fb9;
}




/*** 

====================================================================
		Call To Action
====================================================================

***/

.call-to-action{
	position: relative;
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: cover;
	padding: 90px 0;
	border-top: 1px solid #e5e5e5;
}

.call-to-action .content-box{
	position: relative;
	text-align: center;
	max-width:100%;
	margin: 0 auto;
}

.call-to-action .content-box h2{
	display: block;
	font-size: 50px;
	line-height: 72px;
	color: #fff;
	font-weight: 500;
	margin-bottom: 20px;
}

.call-to-action .content-box h2 span{
	color: #fff;
	font-weight: 500;
}

.call-to-action .content-box h3{
	display: block;
	font-size: 40px;
	line-height: 72px;
	color: #fff;
	font-weight: 500;
	margin-bottom: 20px;
}

.call-to-action .content-box h3 span{
	color: #f25111;
}

.call-to-action .content-box .text{
	font-size: 18px;
	line-height: 24px;
	margin-bottom: 55px;
	color:#FFF;
}

.call-to-action .content-box .btn-box{
	position: relative;
}


.call-to-action .content-box .btn-box a{
	padding: 10px 25px;
	line-height: 23px;
}


/*** 

====================================================================
	Call To Action Section
====================================================================

***/

.call-to-action-section{
	position:relative;
	padding:65px 0px;
	background-attachment:fixed;
	background-size:cover;
	background-repeat:no-repeat;
}

.call-to-action-section:before{
	position:absolute;
	content:'';
	right:0px;
	top:0px;
	bottom:0px;
	left:0px;
	background-color:rgba(249,117,52,0.95);
}

.call-to-action-section h2{
	position:relative;
	color:#ffffff;
	font-size:44px;
	font-weight:700;
	line-height:1.2em;
}

.call-to-action-section .btn-column{
	position:relative;
	text-align:right;
	padding-top:20px;
}

.call-to-action-section .btn-column .theme-btn:hover{
	background-color:#161a33;
	border-color:#161a33;
	color:#161a33;
}

/*** 

====================================================================
			Page Title
====================================================================

***/

.page-title{
	position:relative;
	padding: 75px 0px 80px;
	background-position:center center;
	background-repeat:no-repeat;
	background-size:cover;
}

.page-title .inner-container{
	position: relative;
	z-index:5;
}

.page-title h1{
	position:relative;
	font-size:26px;
	color:#ffffff;
	line-height: 50px;
	font-weight: 700;
}

.page-title .text{
	position:relative;
	color:#999fb9;
	font-size:16px;
	margin-top:5px;
}

.page-title .bread-crumb {
	position: relative;
	float: right;
	padding-top: 10px;
}

.page-title .bread-crumb li{
	position: relative;
	float: left;
	font-size: 16px;
	line-height: 30px;
	color: #ffffff;
	font-weight: 400;
	text-transform: capitalize;
	cursor: default;
	padding-right:  15px;
	margin-right: 12px;
	font-family: "Poppins", sans-serif;
}

.page-title .bread-crumb li:before{
	position: absolute;
	right: -3px;
	font-size: 14px;
	line-height: 30px;
	color: #ffffff;
    content: "-";
}

.page-title .bread-crumb li:last-child{
	padding-right: 0;
	margin-right: 0;
}

.page-title .bread-crumb li:last-child:before{
	display: none;
}

.page-title .bread-crumb li a{
	color:#ffffff;
	font-weight: 400;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.page-title .bread-crumb li a:hover{
	color:#012796;
}

.page-title.style-two{
	padding-bottom:180px;
}


/*** 

====================================================================
	In Touch Section
====================================================================

 ***/

.in-touch-section{
	position:relative;
	padding:60px 0px 60px;
	background-color:#e9eef3;
}

.in-touch-section .branch-text{
	position:relative;
	color:#7e8597;
	font-size:15px;
	text-align:center;
	margin-top:15px;
}

.in-touch-section .branch-text a{
	position:relative;
	color:#012796;
	text-decoration:underline;
}

.contact-info-boxed{
	position:relative;
	margin-bottom:30px;
}

.contact-info-boxed .info-inner{
	position:relative;
	padding:25px 25px;
	background-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;
}

.contact-info-boxed:hover .info-inner{
	box-shadow:0px 12px 25px rgba(0,0,0,0.10);
}

.contact-info-boxed .info-inner .content{
	position:relative;
	padding-left:75px;
}

.contact-info-boxed .info-inner .icon-box{
	position:absolute;
	left:0px;
	top:0px;
	width:55px;
	height:55px;
	color:#012796;
	border-radius:50%;
	text-align:center;
	line-height:51px;
	font-size:22px;
	border:2px solid #012796;
}

.contact-info-boxed .info-inner .text{
	position:relative;
	color:#222222;
	font-size:16px;
}

.contact-info-boxed .info-inner .text a{
	position:relative;
	color:#222222;
	font-weight:700;
	display:block;
	margin-top:4px;
	font-family: 'Playfair Display', serif;
}

.contact-info-boxed .info-inner strong{
	color:#7e8597;
	display:block;
	margin-bottom:4px;
	font-family: 'Playfair Display', serif;
}

/*** 

====================================================================
	Contact Form Section
====================================================================

 ***/

.contact-form-section{
	position:relative;
	padding:90px 0px 60px;
}

.contact-form-section .inner-container{
	position:relative;
	padding:40px 60px 50px;
	border:1px solid #e2e8f0;
}

/*** 

====================================================================
	Contact Form
====================================================================

 ***/

.contact-form{
	position:relative;
}

.contact-form .form-group{
	margin-bottom:30px;
}

.contact-form .form-group label{
	position:relative;
	color:#222222;
	font-size:18px;
	font-weight:400;
	margin-bottom:15px;
}

.contact-form .form-group:last-child{
	margin-bottom:0px;
}

.contact-form .form-group input[type="text"],
.contact-form .form-group input[type="password"],
.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 20px;
	color:#888888;
	border:1px solid #e2e8f0;
	height:50px;
	font-size:15px;
	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;
}

.contact-form .form-group input[type="text"]:focus,
.contact-form .form-group input[type="password"]:focus,
.contact-form .form-group input[type="tel"]:focus,
.contact-form .form-group input[type="email"]:focus,
.contact-form .form-group select:focus,
.contact-form .form-group textarea:focus{
	border-color:#012796;
}

.contact-form .form-group textarea{
	position:relative;
	display:block;
	width:100%;
	line-height:24px;
	padding:15px 18px;
	color:#888888;
	border:1px solid #e2e8f0;
	height:120px;
	background:#ffffff;
	resize:none;
	font-size:15px;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;
}

.contact-form .form-group .submit-btn{
	position: relative;
    font-weight: 700;
    color: #222222;
    font-size: 15px;
    display: inline-block;
    padding: 17px 43px;
    border-radius: 50px;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
    background-color: #e9eef3;
}

.contact-form .form-group .submit-btn:hover{
	color:#ffffff;
	background-color:#012796;
}














.contact-form input.error,
.contact-form select.error,
.contact-form textarea.error{
	border-color:#ff0000 !important;	
}

.contact-form label.error{
	display:block;
	line-height:24px;
	padding:5px 0px 0px;
	margin:0px;
	text-transform:uppercase;
	font-size:12px;
	color:#ff0000;
	font-weight:500;	
}


.wrap {
	width: 96%;
	margin: 0 auto;
	max-width: 1200px;
	position: relative
}

img,a {
	border: 0
}

ul,li {
	list-style: none
}

.page {
	padding: 30px 0
}

.page {
	overflow: hidden
}

@media only screen and (max-width:1024px) {
	
	.page {
		padding: 30px 0
	}
	
	.page2 .tit h3 {
		line-height: 55px
	}

	.team_list li {
		width: 50%
	}

	.information .left .box {
		padding: 30px
	}
}





.page2 {
	background: url(../images/resource/img_15.jpg) no-repeat center center;
	background-size: cover;
}

.page2 .tit {
	padding: 30px 0
}

.page2 .text {
	width: 47%;
	padding: 0 1.5%;
	line-height: 30px;
	color: #fff
}

.page2 .text p {
	margin-bottom: 30px;
	text-indent: 2em; 
}

.page2 .img {
	display: none
}

.page2 .tit h3 {
	font-size: 24px;
    line-height: 1.2em;
    color: #333333;
    font-weight: 700;
}

@media only screen and (max-width:1000px) {
	.page2 .img {
		display: block
	}

	.page2 .img img {
		width: 100%;
		display: block
	}

	.page2 {
		background: 0 0
	}

	.page2 .text {
		box-sizing: border-box;
		width: 100%;
		background: #f0f2f7;
		padding-bottom: 30px
	}
	
		.page2 .tit {
		padding: 20px 0
	}

	.page2 .text p {
		margin-bottom: 20px;
		text-indent: 2em; 
	}
}



.fnav{width:60%; float:left; margin:0px 15px;}
.fnav dl{width:25%;float:left;}
.fnav dl dt{display:block;line-height:22px;font-weight:500; font-size:18px;color:#ffffff;padding-bottom: 10px;
	margin-bottom:30px; position: relative; text-transform: capitalize; }
	
.fnav dl dt:before{
	position: absolute;
	left: 0;
	bottom: 0;
	height: 2px;
	width: 50px;
	background-color: #fff;
	content: "";
}

.fnav a:hover{color:#fff;}
.fnav.on dl dd{display:block !important;}


.fnav dl dd{
	position:relative;
	display: block;
	font-size: 15px;
	line-height: 25px;
	color: #e5e5e5;
	font-weight: 400;
	padding-left: 15px;
	margin-bottom: 15px;
}

.fnav dl dd:before{
	position: absolute;
	left: 0;
	top: 10px;
	height: 5px;
	width: 5px;
	background-color: #b5b4b4;
 	content: "";
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}

.fnav dl dd a{
	display: inline-block;
	color: #fff;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}

.fnav dl dd:hover:before{
	background-color: #f25111;
}

.fnav dl dd a:hover{
	color:#fa7720;
}

@media all and (max-width:1120px){

	
	/*Footer*/
	.fnav{width:75%;}
    
    
}


@media all and (max-width:768px){
	
	/*Footer*/
	.fnav{width:100%;border:0px;float:none; margin-bottom:50px;}
	.fnav dl{width:100%;float:none;margin:0 0 2%;}
	.fnav dl dt{height:35px;line-height:35px;background:url(../images/icon-dd1.svg) no-repeat 96% center / auto 65%;margin:0px; border-bottom:1px solid #fff; margin-bottom:10px;}
	.fnav dl dt.cur{background:url(../images/icon-dd1-2.svg) no-repeat 96% center / auto 65%;}
	.fnav dl dd{display:none; line-height:32px; margin-bottom:0px;}

}