/*** 

====================================================================
		Fonts
====================================================================

***/

@import url('https://fonts.googleapis.com/css2?family=Source+Sans+Pro:wght@400;600&display=swap');

@import url('fontawesome-all.css');
@import url('flaticon.css');
@import url('owl.css');

/*** 

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

***/

*{
	margin:0px;
	padding:0px;
	border:none;
	outline:none;
	font-size: 100%;
}


/*** 

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

***/

body {

	font:16px/1 sans-serif;
	line-height: 28px;
	font-weight:400;
	color: #626262;
	font-size: 1rem;
	line-height: 1.5rem;
	-webkit-font-smoothing: antialiased;
	-moz-font-smoothing: antialiased;
	font-family: 'Source Sans Pro', sans-serif;
}

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

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


h1,h2,h3,h4,h5,h6 {
	position:relative;
	margin:0px;
	background:none;
	line-height:1.2em;
	color: #312F2F;
	letter-spacing: .02em;
}

textarea{
	overflow:hidden;	
	resize: none;
}

button{
	outline: none !important;
	cursor: pointer;
	background: none;
	border: 0;
}

p,.text{
	color: #312F2F;
	font-size: 14px;
	line-height: 24px;
	font-weight: 400;
	letter-spacing: .02em;
	margin: 0;
}

::-webkit-input-placeholder{color: #312F2F;}
::-moz-input-placeholder{color: #312F2F;}
::-ms-input-placeholder{color: #312F2F;}

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

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

.page-wrapper{
	position:relative;
	margin:0 auto;
	width:100%;
	min-width:300px;
	overflow: hidden;
	z-index: 99;
	padding-bottom: 46px;
}

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

.mobile,
.desktop{
	position: relative;
	margin-bottom: 0;
}

.mobile img,
.desktop img{
	display: block;
	width: 100%;
}

.mobile{
	display: none;
}


/* toggle-button  */


.button {
	border-radius: 5px;
	position: relative;
	width: 106px;
	height: 48px;
	overflow: hidden;
}


.button-cover, .knobs, .layer {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}


.checkbox {
	position: relative;
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
	opacity: 0;
	cursor: pointer;
	z-index: 3;
	border-radius: 5px;
}

.knobs {
	z-index: 2;
}

.layer {
	width: 100%;
	background-color: #E3262F;
	-webkit-transition: 0.3s ease all;
	-o-transition: 0.3s ease all;
	transition: 0.3s ease all;
	z-index: 1;
}


.toggle-button .knobs:before, 
.toggle-button .knobs:after, 
.toggle-button .knobs span {
	position: absolute;
	top: 5px;
	width: 20px;
	height: 10px;
	font-size: 10px;
	font-weight: bold;
	text-align: center;
	line-height: 1;
	padding: 9px 4px;
	border-radius: 2px;
	-webkit-transition: 0.3s ease all;
	-o-transition: 0.3s ease all;
	transition: 0.3s ease all;
}

.toggle-button .knobs:before, 
.toggle-button .knobs:after {
	color: #4e4e4e;
	z-index: 1;
}

.toggle-button .knobs:before {
	height: 25px;
	width: 25px;
	background-image: url(../images/icons/tick.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	content: '';
	left: 15px;
	top: 10px;
}

.toggle-button .knobs:after {
	height: 25px;
	width: 25px;
	background-image: url(../images/icons/cross.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	content: '';
	right: 15px;
	top: 12px;
}

.toggle-button .knobs span {
	left: 63px;
	width: 38px;
	height: 38px;
	background: #FFFFFF 0% 0% no-repeat padding-box;
	border-radius: 4px;
	z-index: 2;
}

.toggle-button .checkbox:checked + .knobs span {
	left: 5px;

}

.toggle-button .checkbox:checked ~ .layer {
	background-color: #707070;
}


/*=== THeme Buttons ===*/

.theme-btn{
	text-align: center;
	color: inherit;
	display: inline-block;
	-webkit-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
	transition:all 0.3s ease;
}

.theme-btn.large{
	padding: 20px 50px;
	line-height: 30px;
	font-size: 24px;
	letter-spacing: 2px;
}

.theme-btn .icon{
	margin-left: 10px;
	display: inline-block;
}

/*Btn Style One*/

.btn-style-one{
	position:relative;
	min-width: 100px;
	padding: 10px 20px;
	font-size: 14px;
	line-height: 25px;
	overflow: hidden;
	border-radius: 10px;
	border: 2px solid #2230DB;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	letter-spacing: .1em;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	color: #ffffff;
	background: #2230DB;
	overflow: hidden;
}

.btn-style-one:hover{
	color: #ffffff;
	background: #2230DB;
}


/*Btn Style Two*/

.btn-style-two{
	position:relative;
	min-width: 100px;
	padding: 10px 20px;
	font-size: 14px;
	line-height: 25px;
	color: #ffffff;
	overflow: hidden;
	border-radius: 10px;
	border: 2px solid #EC1078;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	letter-spacing: .1em;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background: #EC1078;
	overflow: hidden;
}

.btn-style-two:hover{
	border: 2px solid #2230DB;
	background:#2230DB;
	color: #ffffff;
}



/*Btn Style Three*/

.btn-style-three{
	position:relative;
	min-width: 200px;
	padding: 20px 27px;
	font-size: 22px;
	line-height: 25px;
	color: #3E3E3E;
	overflow: hidden;
	border-radius: 5px;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background: #ffffff;
	overflow: hidden;
}

.btn-style-three:hover{
	background-color: #ffffff;
	color: #3E3E3E;
}

.theme_color{
	color:#5550C4;
}

.yellow_color{
	color: #FEC517;
}

.pull-right{
	float: right;
}

.pull-left{
	float: left;
}

/*.preloader{ 
position:fixed; 
left:0px; 
top:0px; 
width:100%; 
height:100%; 
z-index:999999; 
background-color:#312F2F; 
background-position:center center; 
background-repeat:no-repeat; 
background-size: 100px;
background-image:url(../images/logo-light.png);
}

.preloader.active{
height:100%;
} 
*/

.scroll-to-top {
	position: fixed;
	right: 30px;
	bottom: 30px;
	z-index: 999;
	width: 40px;
	height: 40px;
	font-size: 18px;
	color: #1b2032;
	background-color: #ffffff;
	line-height: 40px;
	border-radius: 50px 50px 0 0;
	text-align: center;
	display: none;
	cursor: pointer;
	-webkit-box-shadow: 0 3px 10px rgba(0,0,0,0.10);
	box-shadow: 0 3px 10px rgba(0,0,0,0.10);
	-webkit-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

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

.tabs-box{
	position: relative;
}

.tabs-box .tab{
	display: none;
}

.tabs-box .active-tab{
	display: block;
}


/* Gradient Layers ===*/
.gradient-layer{
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
}

.gradient-layer:after{
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	content: "";
	background: transparent -webkit-gradient(linear, left top, left bottom, from(#000000), to(#FF0000)) 0% 0% no-repeat padding-box;
	background: transparent -o-linear-gradient(top, #000000 0%, #FF0000 100%) 0% 0% no-repeat padding-box;
	background: transparent linear-gradient(180deg, #000000 0%, #FF0000 100%) 0% 0% no-repeat padding-box;
	-webkit-transform: matrix(-1, 0, 0, -1, 0, 0);
	-ms-transform: matrix(-1, 0, 0, -1, 0, 0);
	transform: matrix(-1, 0, 0, -1, 0, 0);
	opacity: 0.19;
}

/*** 

====================================================================
Icons
====================================================================

***/

.anim-icons{
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	height: 100%;
	width: 100%;
	max-width: 1090px;
	margin: 0 auto;
}

.anim-icons .icon{
	position: absolute;
	right: 100%;
	top: 0;
}


.icon{
	display: inline-block;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}


/*** 

====================================================================
Icons
====================================================================

***/

.anim-icons{
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	height: 100%;
	width: 100%;
	max-width: 1090px;
	margin: 0 auto;
}

.anim-icons .icon{
	position: absolute;
	right: 100%;
	top: 0;
}

.icon-envelope{
	height: 30px;
	width: 42px;
	background: url(../images/icons/envelope.png) center no-repeat;
}

.icon-search{
	height: 24px;
	width: 24px;
	background: url(../images/icons/search.png) center no-repeat;
}

.icon-check{
	height: 24px;
	width: 24px;
	background: url(../images/icons/check.png) center no-repeat;
}

.icon-user{
	height: 24px;
	width: 24px;
	background: url(../images/icons/user.png) center no-repeat;
}


.icon-suitcase{
	height: 24px;
	width: 21px;
	background: url(../images/icons/suitcase.png) center no-repeat;
}

.icon-mask{
	height: 24px;
	width: 24px;
	background: url(../images/icons/mask.png) center no-repeat;
}

.icon-group{
	height: 24px;
	width: 24px;
	background: url(../images/icons/group.png) center no-repeat;
}


/*** 

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

***/

.header-span{
	position: relative;
	display: block;
	width: 100%;
}

header{
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	z-index: 99;
	padding: 45px 60px;
}

header.hide-desktop{
	display: none;
}

header .logo-box{
	position: relative;
}


header .logo{
	position: relative;
	display: inline-block;
}

header .logo a{
	display: inline-block;
}

header .logo img{
	display: block;
	width: 135px;
}

/*** 

====================================================================
Banner Section
====================================================================

***/

.banner-section{
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height :calc(100vh - 50px);
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	flex-direction: column;
	overflow: auto;
}

.banner-section .content-box{
	position: relative;
	max-width: 640px;
	margin: 0 auto;
	text-align: center;
	top: 80px;
}

.banner-section .logo{
	position: relative;
	margin-bottom: 20px;
}

.banner-section .logo img{
	width: 187px;
}

.banner-section .text{
	font-size: 17px;
	color: #312F2F;
	letter-spacing: .03em;
	margin-bottom: 30px;
}

.banner-section .downloads{
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 32px;
}

.banner-section .downloads .download-btn{
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	height: 45px;
	background-color: #F4F4F7;
	margin: 0 12px 24px;
	min-width: 150px;
	border-radius: 5px;
}

.banner-section .bottom-text{
	position: relative;
}

.banner-section .bottom-text .text{
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	font-size: 16px;
	line-height: 22px;
	color: #EE2D88;
	font-weight: 600;
	margin-bottom: 26px;
}

.banner-section .bottom-text .text img{
	margin-left: 10px;
}

.banner-section .bottom-text .learn-more{
	position: relative;
	display: inline-block;
	font-size: 14px;
	line-height: 16px;
	color: #312F2F;
}

.banner-section .bottom-text .learn-more:before{
	position: absolute;
	left: 0;
	bottom: -8px;
	border-bottom: 1px solid #EC1078;
	width: 100%;
	content: "";
	-webkit-transform: scale(1, 1);
	-ms-transform: scale(1, 1);
	transform: scale(1, 1);
	-webkit-transform-origin: bottom left;
	-ms-transform-origin: bottom left;
	transform-origin: bottom left;
	-webkit-transition: transform 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
	-o-transition: transform 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
	-webkit-transition: -webkit-transform 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
	transition: -webkit-transform 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
	transition: transform 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
	transition: transform 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000), -webkit-transform 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
	-webkit-transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
	-o-transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
	transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
}

.banner-section .bottom-text .learn-more:hover:before{
	-webkit-transform: scale(0, 1);
	-ms-transform: scale(0, 1);
	transform: scale(0, 1);
	-webkit-transform-origin: top right;
	-ms-transform-origin: top right;
	transform-origin: top right;
}


/*** 

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

***/

.about-section{
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height :calc(100vh - 50px);
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	flex-direction: column;
	overflow: auto;
}

.about-section .image-box{
	position: fixed;
	left: 0;
	top: 0;
	height:calc(100vh - 50px);
	width: 37.7%;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

.about-section .image-box .image{
	position: relative;
	margin-bottom: 0;
	display: none;
}

.about-section .image-box .image img{
	display: block;
	width: 100%;
}


.about-section .content-box{
	position: relative;
	padding: 5% 0;
	margin-left: 40%;
	width: 49%;
	padding-left: 100px;
}

.about-section .content-box h4{
	font-size: 24px;
	margin-bottom: 36px;
}

.about-section .content-box .inner-box{
	position: relative;
	top: -36px;
}

/*** 

====================================================================
Campaign Section
====================================================================

***/

.campaign-section{
	position: relative;
	min-height :calc(100vh - 50px);
}

.campaign-section .main-image-box{
	position: fixed;
	left: 0;
	top: 0;
	height:calc(100vh - 50px);
	width: 35.5%;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

.campaign-section .main-image-box .image{
	position: relative;
	margin-bottom: 0;
	display: none;
}

.campaign-section .main-image-box .image img{
	display: block;
	width: 100%;
}

.campaign-section .main-content{
	position: relative;
	padding: 76px 98px 40px;
	padding-right: 52px;
	margin-left: 35.5%;
	margin-right: 205px;
}

/* Video Section */

.video-section{
	position: relative;
	padding: 10px 0 65px;
}

.video-section .upper-box{
	position: relative;
	margin-bottom: 40px;
}

.video-section .upper-box .title{
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	font-size: 25px;
	line-height: 30px;
	color: #EE2D88;
	font-weight: 700;
	margin-bottom: 35px;
}

.video-section .upper-box .title img{
	position: relative;
	margin-left: 5px;
	bottom: 0px;
	max-width: 100px;
}

.video-section .upper-box .text-box{
	position: relative;
	max-width: 91%;
}

.video-section .upper-box p{
	position: relative;
	font-size: 14px;
	line-height: 24px;
	margin-bottom: 30px;
}

.video-box{
	position: relative;
}

.video-box .image{
	position: relative;
	margin: 0 0;
}

.video-box .image img{
	display: block;
	width: 100%;
}

.video-box .video-link{
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	color: #ffffff;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.video-box .video-link .icon{
	position: relative;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	height: 75px;
	width: 75px;
	background: #EC1078;
	font-size: 21px;
	color: #ffffff;
	border-radius: 50%;
	margin-top: -10px;
	padding-left: 3px;
	margin-bottom: 39px;
	margin-top: 2px;
}

.video-box .video-link .title{
	font-size: 18px;
	line-height: 1em;
	color: #FFFFFF;
	font-weight: 600;
	letter-spacing: .02em;
}


/*** 

====================================================================
Employment Section
====================================================================

***/

.employment-section{
	position: relative;
	z-index: 2;
}

.employment-section .outer-box{
	position: relative;
}

.employment-section .upper-box{
	position: relative;
	text-align: center;
}

.employment-section .upper-box h3{
	font-size: 40px;
	color: #A79D9D;
	font-weight: 600;
}


.employment-section .content-column{
	position: relative;
	margin-bottom: 65px;
}

.employment-section .content-column .inner-column{
	margin-right: -30px;
}

.employment-section .title-box{
	margin-bottom: 47px;
}

.employment-section .title-box .text{
	font-size: 16px;
	color: #3C3B3B;
	font-weight: 400;
	margin: 0 0 10px;
}

.employment-section .title-box .text span{
	color: #2230DB;
}

.employment-section .title-box h2{
	font-size: 24px;
	color: #2230DB;
	font-weight: 400;
}

.employment-section .features-list{
	position: relative;
}

.employment-section .features-list li{
	position: relative;
	padding-left: 36px;
	font-size: 17px;
	line-height: 21px;
	color: #3C3B3B;
	font-weight: 400;
	max-width: 234px;
	margin-bottom: 35px;
}

.employment-section .features-list li .icon{
	position: absolute;
	left: 0;
	top: 0px;
	width: 14px;
}


.employment-section .image-column{
	position: relative;
	text-align: right;
}

.employment-section .image-column .image{
	position: absolute;
	top: -3px;
	right: 15px;
	margin-bottom: 0;
	width: 100%;
}

.employment-section .image-column .image img{
	width: 240px;
}


/*** 

====================================================================
Talent Section
====================================================================

***/

.talent-section{
	position: relative;
	z-index: 1;
}

.talent-section .outer-box{
	position: relative;
}

.talent-section .content-column{
	position: relative;
	margin-bottom: 50px;
}

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

.talent-section .title-box{
	text-align: right;
	margin-bottom: 47px;
}

.talent-section .title-box .text{
	font-size: 16px;
	color: #3C3B3B;
	font-weight: 400;
	margin: 0 0 10px;
}

.talent-section .title-box .text span{
	color: #EC1078;
}

.talent-section .title-box h2{
	font-size: 24px;
	color: #EC1078;
	font-weight: 400;
}

.talent-section .features-list{
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	text-align: right;
	margin-left: -30px;
}

.talent-section .features-list li{
	position: relative;
	padding-right: 40px;
	font-size: 17px;
	line-height: 21px;
	color: #3C3B3B;
	font-weight: 400;
	max-width: 240px;
	margin-bottom: 35px;
}

.talent-section .features-list li .icon{
	position: absolute;
	right: 0;
	top: 2px;
	width: 19px;
}

.talent-section .image-column{
	position: relative;
	margin-bottom: 65px;
}

.talent-section .image-column .image{
	position: relative;
	display: inline-block;
	margin-top: -3px;
	margin-bottom: 0;
}

.talent-section .image-column .image img{
	width: 200px;
}


/*** 

====================================================================
Struggle Section
====================================================================

***/

.struggle-section{
	position: relative;
	padding: 4px 0 10px;
}

.struggle-section .outer-box{
	position: relative;
}

.struggle-section .title-box{
	position: relative;
	margin-bottom: 50px;
	padding-left: 10px;
}

.struggle-section .title-box h2{
	position: relative;
	font-size: 26px;
	line-height: 1.2em;
	color: #312F2F;
	font-weight: 700;
	letter-spacing: .02em;
	margin-bottom: 10px;
}

.struggle-section .title-box .text{
	position: relative;
	font-size: 15px;
	line-height: 21px;
	margin-top: 20px;
}

.struggle-section .info-box{
	position: relative;
	text-align: center;
}

.struggle-section .info-box .image{
	position: relative;
	margin-bottom: 30px;
}

.struggle-section .info-box .image img{
	width: 100%;
	display: block;
}

.struggle-section .info-box .name{
	position: relative;
	font-size: 20px;
	font-weight: 400;
	display: block;
	margin-bottom: 5px;
}

.struggle-section .info-box .designation{
	position: relative;
	font-size: 13px;
	color: #000000;
	font-weight: 400;
	display: block;
	letter-spacing: .02em;
	display: block;
}

.struggle-section .info-box .country{
	font-size: 12px;
	color: #C4C0C0;
	display: block;
	margin-top: 5px;
	font-weight: 400;
}

/* Sidebar */


.campaign-section .sidebar{
	position: fixed;
	right: 0;
	top: 0;
	/*border-left: 1px solid #D5D5D5;*/
	height:calc(100vh - 50px);
	width: 220px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

.sidebar .sidebar-inner{
	position: relative;
	padding: 48px 20px 20px 46px;
}

.sidebar .sidebar-inner.fixed-sidebar{
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	z-index: 99;
}

.sidebar .logo{
	position: relative;
	max-width: 120px;
	margin-bottom: 34px;
}

.sidebar .btn-style-two{
	font-size: 14px;
	max-width: 120px;
	letter-spacing: 0.04em;
	padding: 4px 5px;
	border-radius: 5px;
	margin-bottom: 60px;
	width: 100%;
}

.sidebar .feature{
	position: relative;
	margin-bottom: 62px;
	text-align: center;
	max-width: 120px;
}

.sidebar .feature .icon{
	position: relative;
	display: inline-block;
	width: 45px;
	margin-bottom: 20px;
}

.sidebar .feature h5{
	position: relative;
	font-size: 14px;
	color: #312F2F;
	font-weight: 400;
}



/*** 

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

***/

.blog-section{
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height :calc(100vh - 50px);
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	flex-direction: column;
	overflow: auto;
}

.blog-section .auto-container{
	max-width: 1240px;
}

.blog-section .content-box{
	position: relative;
	text-align: center;
	padding: 98px 0;
}

.blog-section .content-box .title{
	position: relative;
	font-size: 24px;
	margin-bottom: 35px;
}

.news-tab .tabs-header{
	position:relative;
}

.news-tab .news-tab-btns{
	position:relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 35px;
}

.news-tab .news-tab-btns .p-tab-btn{
	position: relative;
	font-size: 16px;
	line-height: 24px;
	color: #312F2F;
	cursor: pointer;
	margin: 0 16px 20px;
	text-align: center;
	white-space: nowrap;
	background-color: transparent;
	-webkit-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.news-tab .news-tab-btns .p-tab-btn.active-btn{
	color: #2230DB;
}


.news-tab .news-tab-btns .p-tab-btn:before{
	position: absolute;
	left: 0;
	bottom: -2px;
	border-bottom: 2px solid #2230DB;
	width: 100%;
	content: "";
	-webkit-transform: scale(0, 1);
	-ms-transform: scale(0, 1);
	transform: scale(0, 1);
	-webkit-transform-origin: top right;
	-ms-transform-origin: top right;
	transform-origin: top right;
	-webkit-transition: transform 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
	-o-transition: transform 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
	-webkit-transition: -webkit-transform 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
	transition: -webkit-transform 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
	transition: transform 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
	transition: transform 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000), -webkit-transform 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
	-webkit-transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
	-o-transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
	transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
}

.news-tab .news-tab-btns .p-tab-btn.active-btn:before,
.news-tab .news-tab-btns .p-tab-btn:hover:before{
	-webkit-transform: scale(1, 1);
	-ms-transform: scale(1, 1);
	transform: scale(1, 1);
	-webkit-transform-origin: bottom left;
	-ms-transform-origin: bottom left;
	transform-origin: bottom left;
}

.news-tab .carouse-outer{
	position: relative;
	padding: 0 15px;
}

.news-tab{
	position:relative;	
}

.news-tab .project-carousel .owl-dots{
	display:none;
}

.news-carousel .owl-nav{
	position: absolute;
	top: 50%;
	width: 100%;
	height: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.news-carousel .owl-next,
.news-carousel .owl-prev{
	position: relative;
	left: -27px;
	height: 50px;
	width: 50px;
	background-color: #2230DB;
	line-height: 50px;
	text-align: center;
	font-size: 14px;
	font-weight: 700;
	color: #ffffff;
	border-radius: 50%;
	-webkit-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.news-carousel .owl-next:hover,
.news-carousel .owl-prev:hover{
	color: #ffffff;
}


.news-carousel .owl-next.disabled,
.news-carousel .owl-prev.disabled{
	opacity: 0;
}

.news-carousel .owl-next{
	left: auto;
	right: -27px;
}

.news-tab .p-tabs-content{
	position:relative;
	display:block;	
}

.news-tab .p-tab{
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	height:auto;
	visibility:hidden;	
}

.news-tab .p-tab.active-tab{
	position:relative;
	visibility:visible;
	z-index:5;
}

.p-tab.active-tab .news-block{
	opacity: 1;
	border-radius: 0;
}

.p-tab .news-block{
	transition:all 0.1s ease;
	-moz-transition:all 0.1s ease;
	-webkit-transition:all 0.1s ease;
	-ms-transition:all 0.1s ease;
	-o-transition:all 0.1s ease;	
	opacity: 0;
}

.news-block{
	position:relative;
}

.news-block .inner-box{
	position: relative;
	background-color: #F4F4F7;
}

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

.news-block .image-box .image{
	position: relative;
	margin-bottom: 0;
	overflow: hidden;
}

.news-block .image img{
	display: block;
	width: 100%;
	-webkit-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

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


.news-block .caption-box{
	position: relative;
	padding: 20px 20px 30px;
	min-height: 167px;
}

.news-block .caption-box .cat{
	position: relative;
	font-size: 13px;
	color: #AAA8A8;
	line-height: 1em;
	margin-bottom: 10px;
	display: block;
}

.news-block .caption-box h4{
	display: block;
	font-size: 16px;
	line-height: 23px;
	min-height: 46px;
	color: #000000;
	-webkit-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
	margin-bottom: 25px;
}

.news-block .caption-box h4 a{
	color: #000000;
}

.news-block .caption-box h4 a:hover{
	text-decoration: underline;
}

.news-block .caption-box .date{
	position: relative;
	display: inline-block;
	font-size: 12px;
	color: #000000;
	line-height: 1em;
}


/*** 

====================================================================
Blog Detail
====================================================================

***/

.blog-detail{
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height :calc(100vh - 50px);
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background-color: #242FB9;
	overflow: auto;
	flex-direction: column;
}

.blog-detail .image-box{
	position: fixed;
	left: 0;
	top: 0;
	height: calc(100vh - 46px);
	width: 38%;
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: cover;
}

.blog-detail .image-box:before{
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	background-color: #ffffff;
	opacity: .1;
	content: "";
}


.blog-detail .image-box .image{
	position: relative;
	margin-bottom: 0;
	display: none;
}

.blog-detail .image-box .image img{
	display: block;
	width: 100%;
}


.blog-detail .content-box{
	position: relative;
	padding: 10% 0;
	margin-left: 40%;
	width: 46%;
}

.blog-detail .content-box .inner-box{
	top: -36px;
	padding-left: 100px;
}

.blog-detail .content-box h4{
	font-size: 20px;
	margin-bottom: 40px;
}

.blog-detail .prev-post-link{
	position: fixed;
	left: 38%;
	top: 35px;
	margin-left: 35px;
	z-index: 999;
	font-size: 12px;
	color: #ffffff;
	letter-spacing: .1em;
	-webkit-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.blog-detail .prev-post-link span{
	margin-right: 5px;
}

.blog-detail .prev-post-link:hover{
	color: #ffffff;
}

.blog-detail .next-post-link{
	position: fixed;
	left: 38%;
	top: 50%;
	margin-top: -25px;
	height: 50px;
	width: 50px;
	margin-left: -25px;
	background-color:#ffffff ;
	border-radius: 50%;
	line-height: 50px;
	font-size: 15px;
	color: #2230DB;
	font-weight: 700;
	text-align: center;
	padding-left: 4px;
}

.blog-detail .cat{
	display: block;
	font-size: 12px;
	color: #AAA8A8;
	letter-spacing: .1em;
	margin-bottom: 10px;
}

.blog-detail h3{
	font-size: 30px;
	color: #FFFFFF;
	font-weight: 400;
	margin-bottom: 36px;
}

.blog-detail p{
	color: #ffffff
}




/*** 

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

***/

.contact-section{
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height :calc(100vh - 50px);
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	flex-direction: column;
	overflow: auto;
}

.contact-section .image-box{
	position: fixed;
	right: 0;
	top: 0;
	height: calc(100vh - 46px);
	width: 44.2%;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

.contact-section .image-box .image{
	position: relative;
	margin-bottom: 0;
	display: none;
}

.contact-section .image-box .image img{
	display: block;
	width: 100%;
}


.contact-section .content-box{
	position: relative;
	padding: 5% 0;
	margin-right: 40%;
	width: 58%;
}

.contact-section .content-box .inner-box{
	max-width: 390px;
}

.contact-section .content-box h4{
	font-size: 28px;
	margin-bottom: 40px;
}

.contact-info-block{
	position: relative;
	margin-bottom: 35px;
}

.contact-info-block h5{
	position: relative;
	font-size: 19px;
	margin-bottom: 10px;
}

.contact-info-block .info-list{
	position: relative;
}

.contact-info-block .info-list li{
	position: relative;
	font-size: 15px;
	line-height: 26px;
	color: #312F2F;
	font-weight: 400;
	letter-spacing: 0.02em;
}

.contact-info-block .info-list li a{
	color: #2230DB;
}

.contact-section .bottom-text a:hover,
.contact-info-block .info-list li a:hover{
	text-decoration: underline;
}

.contact-section .bottom-text{
	font-size: 17px;
	line-height: 24px;
	color: #2230DB;
	letter-spacing: .04em;
}

.contact-section .bottom-text a{
	color: #2230DB;
}

/*** 

====================================================================
client Section
====================================================================

***/

.client-section{
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height:calc(100vh - 50px);
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	overflow: auto;
	flex-direction: column;
}

.client-section .auto-container{
	max-width: 100%;
}

.client-section .image-box{
	position: fixed;
	right: 0;
	top: 0;
	height: calc(100vh - 46px);
	width: 44.2%;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}


.client-section .image-box .image{
	position: relative;
	margin-bottom: 0;
	display: none;
}

.client-section .image-box .image img{
	display: block;
	width: 100%;
}


.client-section .content-box{
	position: relative;
	padding: 5% 0 5%;
	margin-right: 50%;
	width: 50%;
}

.client-section .content-box .inner-box{
	max-width: 600px;
	margin-left: 100px;
}

.client-section .content-box .upper-box{
	position: relative;
	margin-bottom: 40px;
}

.client-section .content-box .upper-box h4{
	font-size: 26px;
}


.client-section .content-box .upper-box p{
	margin-top: 25px;
	font-size: 15px;
}


.client-section .bottom-box{
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-top: 50px;
}

.client-section .bottom-box p{
	font-size: 14px;
	line-height: 24px;
	color: #312F2F;
	letter-spacing: 0.12em;
}

.client-section .bottom-box p a{
	color: #312F2F;
}


.client-section .downloads{
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.client-section .downloads .download-btn{
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	height: 48px;
	background-color: #F4F4F7;
	margin-left: 32px;
	min-width: 105px;
	border-radius: 5px;
}

/*=== Default Form ===*/

.default-form {
	position: relative;
	border-bottom: 1px solid #E3E3E3; 
}

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

.default-form .form-group:last-child {
	margin-bottom: 0;
}

.default-form .form-group input[type="text"],
.default-form .form-group input[type="password"],
.default-form .form-group input[type="number"],
.default-form .form-group input[type="email"],
.default-form .form-group input[type="url"],
.default-form .form-group textarea,
.default-form .form-group select {
	position: relative;
	width: 100%;
	display: block;
	color: #312F2F;
	font-size: 16px;
	line-height: 25px;
	padding: 10px 15px;
	height: 45px;
	background-color: transparent;
	letter-spacing: .01em;
	border: 1px solid #D5D5D5;
	-webkit-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.default-form .form-group select{
	background-image:url(../images/icons/icon-select.png);
	background-repeat: no-repeat;
	background-position: right center;
	-webkit-appearance: none;
}

.default-form .form-group input[type="text"]:focus,
.default-form .form-group input[type="email"]:focus,
.default-form .form-group input[type="url"]:focus,
.default-form .form-group select:focus,
.default-form .form-group textarea:focus {
	border-color: #D5D5D5;
}

.default-form .form-group textarea {
	height: 215px;
	resize: none;
}

.default-form .form-group input[type="submit"],
.default-form .form-group button {
	position: relative;
	font-size: 16px;
	margin-bottom: 28px;
}

.default-form input.error:focus,
.default-form select.error:focus,
.default-form textarea.error:focus {
	border-color: #FF3A46;
}

.default-form label.error {
	display: block;
	font-weight: 500;
	font-size: 13px;
	text-transform: capitalize;
	line-height: 24px;
	color: #ff0000;
	margin-bottom: 0;
}

.default-form .form-group .icon{
	position: absolute;
	right: 20px;
	bottom: 0;
	color: #9fa9b8;
	font-size: 14px;
	line-height: 54px;
}

#email-form .form-group:first-child{
	margin-bottom: 0;
}

#email-form .response {
	position: relative;
	text-align: center;
}

#email-form .response .success {
	background: #35c2a5;
	color: #ffffff;
	padding: 0 10px;
	margin-bottom: 10px;
}

#email-form .response .failed {
	background-color: #f74848;
	color: #ffffff;
	padding: 0 10px;
	margin-bottom: 20px;
}

#email-form .response .text-info {
	background-color: #ffa737;
	color: #222222 !important;
	padding: 0 10px;
	margin-bottom: 10px;
}

/*** 

====================================================================
Legal Section
====================================================================

***/

.legal-section{
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height :calc(100vh - 50px);
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	overflow: auto;
	flex-direction: column;
}

.legal-section .auto-container{
	max-width: 100%;
}

.legal-section .image-box{
	position: fixed;
	right: 0;
	top: 0;
	height: calc(100vh - 46px);
	width: 44.2%;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

.legal-section .image-box .image{
	position: relative;
	margin-bottom: 0;
	display: none;
}

.legal-section .image-box .image img{
	display: block;
	width: 100%;
}


.legal-section .content-box{
	position: relative;
	padding: 45px 0 5px;
	margin-right: 50%;
	width: 50%;
}

.legal-section .content-box .inner-box{
	max-width: 600px;
	margin-left: 13%;
}

.legal-section .content-box h4{
	font-size: 26px;
	margin-bottom: 40px;
}

.legal-section .tab-buttons{
	position: relative;
	margin-bottom: 55px;
}

.legal-section .tab-buttons .tab-btn{
	position: relative;
	display: inline-block;
	font-size: 18px;
	line-height: 24px;
	letter-spacing: .02em;
	margin-right: 30px;
	cursor: pointer;
}

.legal-section .tab-buttons .tab-btn:before{
	position: absolute;
	left: 0;
	bottom: -5px;
	border-bottom: 1px solid #2230DB;
	width: 100%;
	content: "";
	-webkit-transform: scale(0, 1);
	-ms-transform: scale(0, 1);
	transform: scale(0, 1);
	-webkit-transform-origin: top right;
	-ms-transform-origin: top right;
	transform-origin: top right;
	-webkit-transition: transform 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
	-o-transition: transform 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
	-webkit-transition: -webkit-transform 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
	transition: -webkit-transform 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
	transition: transform 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
	transition: transform 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000), -webkit-transform 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
	-webkit-transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
	-o-transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
	transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
}

.legal-section .tab-buttons .tab-btn.active-btn:before{
	-webkit-transform: scale(1, 1);
	-ms-transform: scale(1, 1);
	transform: scale(1, 1);
	-webkit-transform-origin: bottom left;
	-ms-transform-origin: bottom left;
	transform-origin: bottom left;
}



.legal-section .content-box h6{
	font-size: 18px;
	margin-bottom: 10px;
}

.legal-section .content-box p{
	font-size: 14px;
	line-height: 22px;
	margin-bottom: 40px;
}


/*** 

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

***/

.main-footer{
	position: fixed;
	left: 0;
	bottom: 0;
	background: #2230DB;
	width: 100%;
	z-index: 99;
	min-height: 50px;
}

.main-footer .main-box{
	position:relative;
	left:0px;
	top:0px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.main-footer .copyright-text{
	position: absolute;
	top: 0px;
	left: 5px;
	font-size: 12px;
	color: #ffffff;
	font-weight: 400;
	line-height: 55px;
	font-family: 'Lato', sans-serif;
}

.main-footer .copyright-text span {
	font-size: 14px;
	position: relative;
	top: 0px;
	margin-right: 1px;
}

.main-footer .nav-outer{
	position: relative;
	padding: 8px 0;
}

.main-menu{
	position:relative;
}

.main-menu .navbar-header{
	display: none;
}

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

.main-menu .navigation{
	position:relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin:0px;
}

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

.main-menu .navigation > li > a{
	position:relative;
	display:block;
	text-align:center;
	opacity:1;
	color:#ffffff;
	font-size:16px;
	line-height: 23px;
	padding: 8px 12px;
	border-radius: 5px;
	-webkit-transition:color,background-color 300ms ease;
	-o-transition:color,background-color 300ms ease;
	transition:color,background-color 300ms ease;
}

.main-menu .navigation > li > a:hover,
.main-menu .navigation > li.current > a{
	color: #2230DB;
	background-color: #ffffff;
}

.main-menu .navigation > li.current.campaign > a{
}

.main-menu .navigation > li.campaign > a{
	color: #EC1078;
	font-weight: 700;
}


.main-footer .social-links{
	position: absolute;
	right: 5px;
	bottom: 0;
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.main-footer .social-links a{
	position: relative;
	height: 23px;
	width: 23px;
	color: #ffffff;
	font-size: 12px;
	border: 1px solid rgba(255,255,255,.40);
	margin-left: 16px;
	border-radius: 50px;
	text-align: center;
	line-height: 21px;
	-webkit-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.main-footer .social-links a:hover{
	border: 1px solid #ffffff;
	background-color: #ffffff;
	color: #2230DB;
}




/*** 

====================================================================
		Mobile Menu
====================================================================

***/

.mobile-nav-toggler{
	position: relative;
	font-size: 0;
	line-height: 36px;
	cursor: pointer;
	color:#ffffff;
	padding:10px 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: none;
}

.mobile-nav-toggler .icon-menu{
	position: relative;
	display: inline-block;
	width: 30px;
	height: 12px;
	margin-right: 15px;
}

.mobile-nav-toggler .icon-menu:before,
.mobile-nav-toggler .icon-menu:after{
	position: absolute;
	left: 0;
	top: 0;
	width: 30px;
	border-bottom:2px solid #ffffff;
	content: "";
	border-radius: 2px;
}

.mobile-nav-toggler .icon-menu:after{
	top: auto;
	bottom: 0;
}

.mobile-nav-toggler{
	display: none;
}

.mobile-menu{
	position: fixed;
	left: 0;
	top: 0;
	max-width:100%;
	width: 100%;
	height: 100%;
	margin: 0 auto;
	overflow-y: auto;
	z-index: 9990;
	-webkit-box-shadow: 0 0 30px rgba(0,0,0,0.15);
	box-shadow: 0 0 30px rgba(0,0,0,0.15);
	visibility: hidden;
	opacity: 0;
	display: none;
}

.mobile-menu-visible{
	overflow: hidden;
}

.mobile-menu-visible .mobile-menu{
	visibility: visible;
	opacity: 1;
}

.mobile-menu-visible .menu-backdrop{

}

.menu-backdrop{
	position: fixed;
	left: 0;
	top: 0;
	height: 100%;
	width: 1000%;
	opacity: .30;
	z-index: 999;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
}

.mobile-menu .nav-logo{
	position:relative;
	padding:10px 20px;
	text-align:left;	
}

.mobile-menu .nav-logo svg{
	max-width:87px;
}

.mobile-menu .menu-box{
	position: relative;
	left: 0px;
	top: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	bottom: 0;
	width: 100%;
	padding: 0px 0px;
	z-index: 9;
	min-height: 100vh;
	-webkit-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	-webkit-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.mobile-menu .logo img{
	height: 40px;
}

.mobile-menu .close-btn{
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-size: 17px;
	color: #ffffff;
}


.mobile-menu .close-btn .icon-close{
	position: relative;
	display: inline-block;
	width: 30px;
	height: 12px;
	margin-right: 15px;
}

.mobile-menu .close-btn .icon-close:before,
.mobile-menu .close-btn .icon-close:after{
	position: absolute;
	left: 0;
	top: 0;
	width: 30px;
	border-bottom:3px solid #ffffff;
	content: "";
	border-radius: 2px;
	-webkit-transform: rotate(15deg);
	-ms-transform: rotate(15deg);
	transform: rotate(15deg);
	-webkit-transform-origin: left top;
	-ms-transform-origin: left top;
	transform-origin: left top;
}

.mobile-menu .close-btn .icon-close:after{
	-webkit-transform: rotate(-15deg);
	-ms-transform: rotate(-15deg);
	transform: rotate(-15deg);
	-webkit-transform-origin: right bottom;
	-ms-transform-origin: right bottom;
	transform-origin: right bottom;
}

.mobile-menu-visible .mobile-menu .close-btn{
	-webkit-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
}

.mobile-menu .close-btn:hover{
	opacity: 0.50;
}

.mobile-upper{
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 24px 25px 0;
	font-size: 24px;
	color: #222222;
	line-height: 1em;
	z-index: 9;
}

.mobile-menu .navigation{
	position: relative;
	display: block;
	padding: 60px 0 40px;
	width: 100%;
	margin-bottom: auto;
	margin-top: auto;
}

.mobile-menu .navigation > li{
	position: relative;
	display: block;
	padding: 14px 55px;
	opacity: .7;
	-webkit-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.mobile-menu .navigation > li.current{
	opacity: 1;
}


.mobile-menu .navigation li > a{
	position: relative;
	display: block;
	line-height: 1em;
	padding: 10px 0px;
	font-size: 22px;
	color: #ffffff;
	font-weight: 400;
	letter-spacing: .1em;
	border-bottom: 2px solid transparent;
}

.mobile-menu .navigation li.current:hover > a,
.mobile-menu .navigation li.current > a{
	border-bottom: 2px solid #ffffff;
}

.mobile-menu .navigation li li a{
	padding: 5px 20px;
	margin-left: 20px;
}


.mobile-menu .navigation li.dropdown .dropdown-btn{
	position:absolute;
	right:5px;
	top:2.5px;
	width:40px;
	height:40px;
	text-align:center;
	font-size:12px;
	line-height:40px;
	color:#222222;
	cursor:pointer;
	z-index:5;
	-webkit-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.mobile-menu .navigation li.dropdown .dropdown-btn.active .fa:before{
	display: inline-block;
	position: relative;
	content: "\f068";
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
	-webkit-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.mobile-menu .navigation li > ul,
.mobile-menu .navigation li > ul > li > ul{
	display: none;
	border-top: 1px solid rgba(0,0,0,.10);
}

.mobile-menu .social-links{
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	margin-bottom: 30px;
	display: none;
}

.mobile-menu .social-links a{
	position: relative;
	display: inline-block;
	height: 45px;
	width: 45px;
	color: #ffffff;
	font-size: 18px;
	border: 1px solid #ffffff;
	margin:0 13px;
	border-radius: 50px;
	text-align: center;
	line-height: 44px;
	-webkit-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.mobile-menu .social-links a:hover{
	border: 1px solid #ffffff;
	background-color: #ffffff;
	color: #2230DB;
}

.mobile-menu .copyright-text{
	display: block;
	font-size: 12px;
	color: #ffffff;
	font-weight: 400;
	line-height: 15px;
	margin-bottom: 30px;
}

.mobile-menu .copyright-text span {
	font-size: 14px;
	position: relative;
	top: 0px;
	margin-right: 1px;
}