/*** 

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

***/

@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700;800;900&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: 'Montserrat', 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;
	font-family: 'Montserrat', sans-serif;
}

textarea{
	overflow:hidden;	
	resize: none;
}

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

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

::-webkit-scrollbar {width: 5px; }
::-webkit-scrollbar-track {background: transparent; }
::-webkit-scrollbar-thumb {background-color: rgba(112,112,112,.50); border-radius: 10px; }


::-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;
    color: #ffffff;
    overflow: hidden;
    border-radius: 10px;
    border: 2px solid #27AD75;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #27AD75;
    overflow: hidden;
}

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


/*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 #27AD75;
	-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: #27AD75;
	overflow: hidden;
}

.btn-style-two:hover{
	border: 2px solid #27AD75;
	background:#27AD75;
	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: absolute;
	left: 0;
	top: 0;
	width: 100%;
	z-index: 1000;
	padding: 45px 60px;
}


.hide-desktop{
	display: none !important;
}

.stop-sticky.fixed{
	position: absolute;
	background: none;
	box-shadow: none;
	transition: none;
}

header .logo-box{
	position: relative;
}


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

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

header .logo img{
	display: block;
	width: 133px;
	height: 42px;
}

/*** 

====================================================================
	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:before{
	position: absolute;
	left: 60px;
	bottom: 60px;
	height: 423px;
	width: 190px;
	background-image: url(../images/icons/shape.png);
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	content: "";
}

.banner-section .content-box{
	position: relative;
	text-align: center;
	top: 45px;
}

.banner-section .content-box .logo{
	position: relative;
	max-width: 120px;
	text-align: center;
	margin: 0 auto 10px;
}

.banner-section h1{
	display: block;
	font-size: 66px;
	line-height: 1em;
	color: #312F2F;
	font-weight: 700;
	margin-bottom: 30px;
}

.banner-section h1 span{
	color: #27AC76;
}

.banner-section .text{
    font-size: 19px;
    line-height: 33px;
    color: #312F2F;
    font-weight: 500;
    max-width: 480px;
    margin: 0 auto;
    margin-bottom: 35px;
}

.banner-section .go-down{
	position: relative;
	font-size: 24px;
	color: #27AC76;
	display: inline-block;
	cursor: pointer;
	transition: all 300ms ease;
}

.banner-section .go-down svg{
	height: 20px;
	width: 20px;
	fill: #27AC76;
}


.banner-section .go-down:hover{
	transform: translateY(5px);
}


/*** 

====================================================================
	SMS Section
====================================================================

***/

.sms-section{
	position: relative;
	padding: 80px 0;
	background: #F4F4F4;
}

.sms-section h2{
	font-size: 27px;
    line-height: 1.2em;
    color: #4E4C4C;
    margin-bottom: 20px;
    font-weight: 700;
    letter-spacing: .01em;
}

.sms-section .text{
    font-size: 17px;
    line-height: 27px;
    color: #000;
    letter-spacing: .05em;
    font-weight: 400;
    max-width: 660px;
    margin-bottom: 20px;
}

.sms-section .text strong{
	font-weight: 600;
}

.sms-section .image-column{
	text-align: right;
}

.sms-section .image-column .image{
	margin-top: 17px;
	margin-bottom: 0;
}


.sms-section .image-column img{
	margin-bottom: 0;
	max-width: 70%;
}






/*** 

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

***/

.sec-title{
	position: relative;
	text-align: center;
	margin-bottom: 75px;
}

.sec-title h2{
	font-size: 37px;
	line-height: 1.2em;
	color: #312F2F;
	font-weight: 700;
}

.sec-title .text{
	font-size: 20px;
	line-height: 33px;
	color: #312F2F;
	font-weight: 400;
	letter-spacing: .02em;
	margin-top: 15px;
}

.services-section{
	position: relative;
	padding: 80px 0 40px;
}

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

.service-block .outer-box{
	position: relative;
	display: flex;
}

.service-block .image-box{
	position: relative;
	min-width: 450px;
	background: #F4F4F4;
	padding: 25px;
	display: flex;
	align-items: center;
	border-radius: 50px;
	margin-right: 80px;
}

.service-block .image{
	position: relative;
	display: block;
	max-width: 250px;
	margin-bottom: 0;
}

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

.service-block .content-box{
	position: relative;
	padding-top: 50px;
}

.service-block .icon{
	position: absolute;
	right: 0;
	left: 274px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.service-block .icon svg{
	max-width: 45px;
	max-height: 41px;
}


.service-block h3{
	font-size: 27px;
    line-height: 1.2em;
    color: #27AC76;
    margin-bottom: 20px;
    font-weight: 700;
    letter-spacing: .01em;
}

.service-block .text{
	font-size: 17px;
    line-height: 27px;
    color: #000;
    letter-spacing: .05em;
    font-weight: 400;
    margin-bottom: 20px;
}

.service-block.style-two{
	direction: rtl;
	text-align: right;
}

.service-block.style-two .image-box{
	margin-right: 0;
	margin-left: 80px;
}
.service-block.style-two .icon{
	left: 0;
	right: 274px;
}

/*** 

====================================================================
	Key Features
====================================================================

***/

.key-features{
	position: relative;
	background: #F4F4F4;
	padding: 80px 0 40px;
}

.key-features .row{
	margin: 0 -30px;
}

.feature-block{
	position: relative;
	margin-bottom: 60px;
	padding: 0 30px;
}

.feature-block .inner-box{
	position: relative;
	background: #ffffff;
	min-height: 301px;
	border-radius: 35px;
	text-align: center;
	padding: 40px 40px;
}

.feature-block .icon{
	margin-bottom: 25px;
}

.feature-block .icon svg{
    max-width: 45px;
    max-height: 41px;
}

.feature-block h3{
	font-size: 23px;
    line-height: 1.2em;
    color: #4E4C4C;
    margin-bottom: 20px;
    font-weight: 500;
    letter-spacing: .01em;
}

.feature-block .text{
	font-size: 17px;
    line-height: 27px;
    color: #000;
    text-align: left;
    letter-spacing: .05em;
    font-weight: 400;
}
/*** 

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

***/

.about-section {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: calc(100vh - 50px);
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    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;
	z-index: 99;
}

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

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

.about-apriad{
	position: relative;
	padding: 70px 0px 0;
}

.about-apriad .outer-box{
	position: relative;
}

.about-apriad .business-block{
	position: relative;
	padding: 10px 0 55px;
	padding-left: 52px;
	margin-bottom: 15px;
}

.about-apriad .business-block:before{
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 12px;
	background: #27AD75;
	border-radius: 10px;
	content: "";
}

.about-apriad h2{
	font-size: 24px;
	line-height: 1.2em;
	color: #4E4C4C;
	margin-bottom: 20px;
	font-weight: 600;
	letter-spacing: .01em;
}

.about-apriad h5{
	font-size: 16px;
	line-height: 24px;
	color: #4E4C4C;
	font-weight: 500;
	letter-spacing: .12em;
	text-transform: uppercase;
	margin-bottom: 25px;
	opacity: .6;
}

.about-apriad p{
	opacity: .7;
	font-weight: 500;
}

.about-apriad .other-text{
	position: relative;
	padding: 50px 0;
	padding-left: 52px;
	font-size: 20px;
	line-height: 32px;
	color: #A09191;
	margin-bottom: 20px;
}

.about-apriad .other-text:before{
	position: absolute;
	left: 0px;
	top: 0;
	height: 100%;
	width: 12px;
	border: 1px dashed #707070;
	border-radius: 10px;
	content: "";
}

.about-apriad .user-block{
	position: relative;
	padding: 20px 0 0px;
	padding-left: 52px;
}

.about-apriad .user-block .content{
	position: relative;
}

.about-apriad .theme_colors{
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.about-apriad .theme_colors span{
	position: relative;
	display: block;
	width: 12px;
	height: 100%;
	border-radius: 10px;
	margin: -5px 0;
}

.about-apriad .theme_colors span:before{
	position: absolute;
	left: -1px;
	bottom: -5px;
	width: 14px;
	height: 14px;
	border: 2px solid #ffffff;
	border-radius: 10px;
	content: "";
	z-index: 1;
}

.about-apriad .theme_colors span:last-child:before{
	display: none;
}

.about-apriad .theme_colors .yellow{background-color: #FFC000;}
.about-apriad .theme_colors .black{background-color: #000000;}
.about-apriad .theme_colors .blue{background-color: #2230DB;}
.about-apriad .theme_colors .orange{background-color: #ECA02E;}

.about-apriad .theme_colors .yellow{
	z-index: 3;
}

.about-apriad .theme_colors .yellow:before{
	bottom: -1px;
}
.about-apriad .logo-box{
	position: relative;
	margin-top: 35px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}	

.about-apriad .logo-box a{
	position: relative;
	margin-right: 45px;
	margin-bottom: 20px;
}

.about-apriad .read-more{
	position: relative;
	display: flex;
	justify-content: flex-end;
	font-size: 16px;
	color: #27AD75;
	text-transform: uppercase;
	font-weight: 500;
	margin-top: 20px;
}













/*** 

====================================================================
	How It Works
====================================================================

***/

.how-it-works{
	position: relative;
	padding: 80px 0 50px;
}

.how-it-works .row{
	margin: 0 -25px;
}

.step-block{
	position: relative;
	padding: 0 25px;
	margin-bottom: 40px;
}

.step-block .inner-box{
	position: relative;
	padding-top: 65px;
}

.step-block:before{
	position: absolute;
	left: 15px;
	right: -20px;
	top: 0;
	height: 15px;
	background: #DFF0E9;
	content: "";
	border-radius: 10px;
}

.step-block:after{
	position: absolute;
	left: 15px;
	top: 0px;
	height: 15px;
	width: 64px;
	border: 2px solid #ffffff;
	content: "";
	background: none;
	border-radius: 50px;
}

.step-block h3{
	font-size: 22px;
    line-height: 33px;
    min-height: 66px;
    color: #4E4C4C;
    margin-bottom: 20px;
    font-weight: 500;
    letter-spacing: .01em;
}

.step-block .text{
	font-size: 17px;
    line-height: 27px;
    color: #000;
    text-align: left;
    letter-spacing: .05em;
    font-weight: 400;
}

.step-block:nth-child(2):before{background: #C6E6D9;}
.step-block:nth-child(2):after{z-index: 9;}
.step-block:nth-child(3):before{background: #BCDDCF;z-index: -1;}
.step-block:nth-child(3):after{z-index: 9;}
.step-block:nth-child(4):before{background: #A5CCBC; z-index: -2;}
.step-block:nth-child(4):after{z-index: 9;}
.step-block:last-child:before{z-index: 1;right: 15px}

.how-it-works .btn-box .theme-btn{
	font-size: 20px;
}

/*** 

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

***/

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

.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: #27AD75;
	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: #27AD75;
}

.employment-section .title-box h2{
	font-size: 24px;
	color: #27AD75;
	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: #27AD75;
}

.talent-section .title-box h2{
	font-size: 24px;
	color: #27AD75;
	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;
}

.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{

}

.news-tab .news-tab-btns .p-tab-btn:before{
	position: absolute;
    left: 0;
    bottom: -2px;
    border-bottom: 1px solid #27AD75;
    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: #27AD75;
	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%;
	height: 170px;
	object-fit: cover;
	-webkit-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.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);
    overflow: auto;
}

.blog-detail .image-box{
	position: fixed;
    left: 0;
    top: 0;
    min-height: calc(100vh - 50px);
    width: 39.1%;
    background-repeat: no-repeat;
    background-position: center;
    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: 7% 0 5%;
    margin-left: 41.4%;
    width: 47%;
}

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

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

.blog-detail .content-box p{
    font-size: 16px;
    line-height: 26px;
    color: #222222;
    letter-spacing: .05em;
    font-weight: 400;
    margin-bottom: 25px;
}

.blog-detail .prev-post-link{
	position: fixed;
	left: 39.1%;
	top: 35px;
	margin-left: 35px;
	z-index: 999;
	font-size: 12px;
	color: #222222;
	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: #27AD75;
}

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

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

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






/*** 

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

***/

.contact-section{
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: calc(100vh - 46px);
	-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: 43.5%;
	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: 60%;
}

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

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

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

.contact-info-block h5{
	position: relative;
	font-size: 18px;
	font-weight: 500;
	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: #27AD75;
}

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

.contact-section .bottom-text{
	font-size: 16px;
	line-height: 24px;
	color: #27AD75;
	letter-spacing: .04em;
}

.contact-section .bottom-text a{
	color: #27AD75;
}

/*** 

====================================================================
	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;
    flex-direction: column;
    overflow: auto;
}

.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: 4% 0;
	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-text{
	font-size: 14px;
	color: #312F2F;
	font-weight: 400;
	letter-spacing: .1em;
	margin-top: 50px;
	text-align: center;
}

.client-section .bottom-text a{
	color: #27AD75;
}

.client-section .bottom-text a:hover{
	text-decoration: underline;
}



/*=== 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: #ffffff;
  letter-spacing: .01em;
  border: 0;
  border-radius: 0;
  outline: 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: 50px;
  margin-top: 12px;
}

.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;
}



/*** 

====================================================================
	Business Section
====================================================================

***/

.business-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: flex-start;
    align-items: center;
    flex-direction: column;
    overflow: auto;
}

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

.business-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: 300px;
    background-color: #F4F4F4;
}

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

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

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

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


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

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

.business-section .content-box .upper-box{
	position: relative;
	margin-bottom: 30px;
}

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

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

.business-section .bottom-box{
	position: relative;
	margin-top: 60px;
	border-top: 1px solid #DDD4D4;
}

.company-box{
	position: relative;
	border-bottom: 1px solid rgba(0,0,0,.05);
	padding: 30px 0 25px;
}

.company-box:last-child{
	border-bottom: 0;
}

.company-box .inner{
	position: relative;
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
}

.company-box .company-info{
	position: relative;
}

.company-box .company-info h4{
	font-size: 16px;
	color: #312F2F;
	font-weight: 500;
	margin-bottom: 5px;
}

.company-box .company-info span{
	font-size: 14px;
	color: #312F2F;
}

.company-box .location{
	font-size: 13px;
	color: #312F2F;
	font-weight: 500;
}

.company-box .location i{
	margin-right: 5px;
	color: #27AC76;
}




.default-form.style-two .form-group{
	margin-right: -1px;
	margin-bottom: 0;
	margin-bottom: -1px;
}

.default-form.style-two .form-group.col-lg-12 {
	padding-right: 1px;
}

.default-form.style-two .form-group input[type="text"],
.default-form.style-two .form-group input[type="password"],
.default-form.style-two .form-group input[type="number"],
.default-form.style-two .form-group input[type="email"],
.default-form.style-two .form-group input[type="url"],
.default-form.style-two .form-group textarea,
.default-form.style-two .form-group select {
	height: 50px;
	border: 1px solid #adb5bd;
}

/*** 

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

***/

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

.legal-section .image-box{
	position: fixed;
	right: 0;
	top: 0;
	min-height: calc(100vh - 46px);
	width: 43.5%;
	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;
	margin-right: 0%;
	width: 100%;
}

.legal-section .content-box .inner-box{
	margin-left: 100px;
	margin-right: 145px;
}

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

.legal-section .tab-buttons{
	position: relative;
	z-index: 99999;
}

.legal-section .tab-buttons .tab-btns-span{
	position: relative;
	display: block;
	min-height: 25px;
	margin-bottom: 45px;
}

.legal-section .tab-buttons .tab-btns{
	position: absolute;
	left: 0;
	top: 0;
	z-index: 99;
}

.legal-section .tab-buttons .tab-btns.fixed{
	position: fixed;
	background-color: #ffffff;
	padding: 25px 0 25px;
	padding-left: 115px;
	width: 100%;
}


.legal-section .tab-buttons .tab-btn{
	position: relative;
	display: inline-block;
	font-size: 20px;
	line-height: 30px;
	color: #312F2F;
	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 #27AD75;
    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;
	font-weight: 400;
}

.legal-section .content-box p{
	font-size: 16px;
    line-height: 26px;
    color: #312F2F;
    letter-spacing: .05em;
    font-weight: 400;
    margin-bottom: 35px;
}


/*** 

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

***/

.main-footer{
	position: fixed;
	left: 0;
	bottom: 0;
	background: #27AD75;
	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 .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 45px;
}

.main-menu .navigation > li > a{
	position:relative;
	display:block;
	text-align:center;
	opacity:1;
	color:#ffffff;
	font-size:17px;
	line-height: 23px;
	padding: 8px 0;
	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{

}


.main-menu .navigation > li > a:before{
	position: absolute;
    left: 0;
    bottom: 4px;
    border-bottom: 1px solid #ffffff;
    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);
}

.main-menu .navigation > li > a:hover:before,
.main-menu .navigation > li.current > a: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;
}

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

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

.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 #ffffff;
	margin-left: 16px;
	border-radius: 50px;
	text-align: center;
	line-height: 25px;
	-webkit-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

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


.main-footer.style-two .copyright-text{
    display: block;
    text-align: center;
}

.main-footer.style-two .main-box{
    justify-content: center;
}


/***

====================================================================
			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: 9999999;
	opacity: 0;
	visibility: hidden;
	-webkit-box-shadow: 0 0 30px rgba(0,0,0,0.15);
    box-shadow: 0 0 30px rgba(0,0,0,0.15);
	display: none;
}


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

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

.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;
	font-size: 24px;
	color: #222222;
	background: #27AD75;
	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{
	background-color: #ffffff;
	color: #27AD75;
}

.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;
}



/*** 

====================================================================
	Info Section
====================================================================

***/

.info-section{
	position: relative;
}

.info-section .outer-box{
	padding: 30px 0px;
	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;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	min-height: calc(100vh - 55px);
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.login-form{
	position:relative;
	padding: 0 20px;
}

.login-form .form-inner{
	position: relative;
	padding: 42px 47px 93px;
	text-align: center;
	background-color: #ffffff;
	max-width: 375px;
	margin:0 auto;
	z-index: 99;
	-webkit-box-shadow: 0 0 30px rgba(0,0,0,0.10);
	box-shadow: 0 0 30px rgba(0,0,0,0.10);
}

.login-form h5{
	font-size: 12px;
	line-height: 25px;
	color: #27AD75;
	margin-bottom: 2px;
}

.login-form h2{
	font-size: 20px;
	line-height: 30px;
	margin-bottom: 30px;
}

.login-form .text{
	font-size: 12px;
	line-height: 18px;
	margin-bottom: 40px;
	margin-top: -5px;
}

.login-form .form-group{
	position:relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom:23px;
}

.login-form .form-group select,
.login-form .form-group textarea,
.login-form .form-group input{
	position:relative;
	display:block;
	width:100%;
	line-height:25px;
	padding:9px 14px;
	height:45px;
	color: #000000;
	font-size:14px;
	border:0;
	outline: 1px solid rgba(0,0,0,.20);
	background: #ffffff;
	-webkit-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	transition:all 300ms ease;
}

.login-form .form-group select{
	-webkit-appearance: none;
	-moz-appearance: none;
	background-image: url(../images/arrow-down.png);
	background-size: 8px;
	background-position: right center;
	background-repeat: no-repeat;
}

.login-form .form-group button{
	margin-top: 6px;
	display: block;
	width: 100%;
	border-radius: 40px;
	line-height: 21px;
}


.login-form .fgt-pwd{
	position: absolute;
	right: 14px;
	bottom: 0;
	font-size: 10px;
	line-height: 43px;
	color: inherit;
}

.login-form .go-back{
	position: absolute;
	left: 0;
	top: 0;
	padding: 20px 23px;
	font-size: 12px;
	color: inherit;
}

.login-form .go-back i{
	margin-right: 4px;
}

.login-form .bottom-box{
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
}

.login-form .bottom-box ul{
	position: relative;
	display: flex;
	align-items: center;
}

.login-form .bottom-box ul li{
	position: relative;
	width: 100%;
	font-size: 12px;
	color: #A09595;
	white-space: nowrap;
	padding: 15px 15px;
	line-height: 23px;
}

.login-form .bottom-box ul li.active{
	color: #27AD75;
	background: rgba(0,0,0,.05);
}


