/*
Theme Name: Skm logistics
*/

* { margin: 0; padding: 0; }
html, body { overflow-x: hidden;  margin: 0  auto; position: relative;}
p {margin: 0;}
a, a:hover, a:active, a:visited, a:focus { text-decoration: none; }
body { position: relative; font-family: 'ProximaNova', sans-serif; }
input, textarea{ outline: none; overflow: inherit;}
.clear { clear: both; }
.ani{ text-decoration: none; -webkit-transition: all ease 0.25s; transition: all ease 0.25s; }
img { border: none; vertical-align: top; max-width: 100%; width: auto; height: auto;}
ul{ padding: 0; margin: 0; }
button  { font-family: 'ProximaNova', sans-serif; border: none; overflow: hidden; outline: none; cursor: pointer; }
label { display: block; margin: 0; padding: 0; }
p, h1, h2, h3, h4, h5, h6{ margin: 0; padding: 0; }
.ani{transition: all ease .25s; -webkit-transition: all ease .25s;}

/*Animation*/
@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

/*General*/
ul li{
	list-style-type: none;
}
button{
	background: #3eaf69;
	padding: 15px 20px;
	border: none;
	color: #fff;
	font-weight: 700;
	letter-spacing: 1px;
	text-transform: uppercase;
	min-width: 200px;
	transition: all ease .25s;
}
button:hover{
	color: #21273a;
	background: #fff;
}
button.invert{
	border: 2px solid transparent;
	background: #fff;
	color: #21273a;
}
button.invert:hover{
	border: 2px solid #fff;
	background: transparent;
	color: #fff;
}
textarea {
	resize: vertical;
}
.mfp-container button{
	background: transparent !important;
	min-width: initial;
}
.mfp-counter{
	display: none;
}
.mfp-title{
	padding: 0;
	text-align: center;
	margin-top: 15px;
}
.content{
	display: block;
	margin: 0 auto;
	padding: 0 15px;
	max-width: 1200px;
}
.main-title{
	font-size: 42px;
	color: #fcfcfc;
	font-weight: 700;
}
.flex-center{
	display: flex;
	align-items: center;
	justify-content: center;
}
.flex-column{
	flex-direction: column;
}
.land-section{
	padding: 90px 0;
}
.main-editor img{
	max-width: 100%;
}
.main-editor h2{
	font-size: 26px;
	font-weight: normal;
}
.main-editor h3{
	font-size: 22px;
	font-weight: normal;
}
.main-editor h2, 
.main-editor h3{
	color: #fff;
	margin-bottom: 25px;
}
.main-editor h3{
	margin-top: 30px;
	margin-bottom: 15px;
}
.main-editor h4, 
.main-editor h5, 
.main-editor h6{
	color: #fff;
	margin-bottom: 15px;
}
.simple-page .main-editor h2, 
.simple-page .main-editor h3, 
.simple-page .main-editor h4, 
.simple-page .main-editor h5, 
.simple-page .main-editor h6{
	color: #3c3f4c;
}
.main-editor p{
	font-size: 14px;
	font-family: 'OpenSans';
	font-weight: 300;
	margin-bottom: 15px;
}
.simple-page .main-editor p{
	color: #3c3f4c;
	font-weight: normal;
}
.main-editor ul li{
	position: relative;
    list-style-type: none;
    font-size: 14px;
    color: #82abf5;
    font-family: 'OpenSans';
    font-weight: 300;
    margin-bottom: 25px;
    padding-left: 20px;
}
.main-editor ul li:before{
	content: '';
    position: absolute;
    top: 7px;
    left: 0;
    width: 5px;
    height: 5px;
    background: #3eaf69;
    border-radius: 50%;
}
.simple-page .main-editor ul li{
	color: #3c3f4c;
	font-weight: normal;
    margin-bottom: 15px;
}
.main-editor .editor-col{
	width: 45%;
	float: left;
	padding-right: 15px;
}
.main-editor a{
	color: #3eaf69;
	font-weight: normal;
}
.main-editor a:hover{
	text-decoration: underline;
}
.main-editor .alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}
.main-editor .alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}
.main-editor .aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
/*General (END)*/

/*Header*/
.home-slider{
	position: relative;
	z-index: 500;
}
.main-header{
	transition: all ease .25s;
}
.main-header.home-header{
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	height: 95px;
	border-top: 1px solid rgba(255, 255, 255, .15);
}
.main-header.page-header{
	background: #22283b;
	position: relative;
	z-index: 9999;
}
.sticky-cont{
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 100;
}
.main-header.fixed{
	position: fixed;
	width: 100%;
	top: -300px;
	left: 0;
}
.main-header.sticky{
	position: fixed;
	width: 100%;
	top: 0;
	left: 0;
	background: #f3f6f8;
	z-index: 9999;
	border-top: 1px solid #f3f6f8;
}
.main-header .main-header-cont{
	position: relative;
	height: 95px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.main-header .main-header-cont .col{
	display: flex;
	align-items: center;
}
.main-header .main-header-cont .logo{
	width: 0;
	margin-right: 0;
	opacity: 0;
	transition: all ease .25s;
}
.main-header .logo-dark{
	display: none;
}
.main-header.fixed .logo-dark{
	display: block;
}
.main-header.fixed .logo-simple{
	display: none;
}
.main-header.page-header .main-header-cont .logo{
	width: auto;
	margin-right: 30px;
	opacity: 1;
}
.main-header.sticky .main-header-cont .logo{
	width: auto;
	margin-right: 30px;
	opacity: 1;
}
.main-header .main-header-cont .logo img{
	height: 40px;
}
.main-header .main-header-cont .nav{
	position: relative;
	z-index: 5;
}
.main-header .main-header-cont .nav ul{
	margin: 0;
	padding: 0;
}
.main-header .main-header-cont .nav ul li{
	display: inline-block;
	margin: 0 20px;
}
.main-header .main-header-cont .nav ul li a{
	position: relative;
	display: block;
	font-family: 'OpenSans';
	line-height: 95px;
	font-size: 15px;
	color: #b5bbcc;
	font-weight: normal;
	transition: all ease .25s;
}
.main-header.sticky .main-header-cont .nav ul li a{
	color: #858891;
}
.main-header .main-header-cont .nav ul li a:hover,
.main-header .main-header-cont .nav ul li.current-menu-item:not(.no-item) a,
.main-header .main-header-cont .nav ul li.current-page-parent:not(.no-item) a{
	color: #fff;
}
.main-header .main-header-cont .nav ul li a:before{
	opacity: 0;
	content: '';
	position: absolute;
	top: -2px;
	left: 0;
	right: 0;
	height: 4px;
	background: #2da671;
	transition: all ease .25s;
}
.main-header.page-header .main-header-cont .nav ul li a:before{
	top: 0;
}
.main-header.sticky .main-header-cont .nav ul li a:before{
	top: -1px;
}
.main-header .main-header-cont .nav ul li a:hover:before,
.main-header .main-header-cont .nav ul li.current-menu-item:not(.no-item) a:before,
.main-header .main-header-cont .nav ul li.current-page-parent:not(.no-item) a:before{
	opacity: 1;
}
.main-header.sticky .main-header-cont .nav ul li a:hover,
.main-header.sticky .main-header-cont .nav ul li.current-menu-item:not(.no-item) a,
.main-header.sticky .main-header-cont .nav ul li.current-page-parent:not(.no-item) a{
	color: #3c3f4c;
}
.main-header .main-header-cont .nav ul .close-nav{
	display: none;
}
.home-slider .after-slider{
	position: relative;
}
.home-slider .after-slider .about-map{
	position: absolute;
	top: -200px;
	left: -80%;
	z-index: 0;
}
.main-header .main-header-cont .mobile-nav{
	display: none;
	cursor: pointer;
}
.main-header .main-header-cont .mobile-nav .toggle span{
	height: 3px;
	width: 30px;
	margin: 5px 0;
	background: #fff;
	display: block;
}
.main-header .main-header-cont .button button{
	transition: all ease .25s;
	border: 2px solid #3eaf69;
}
.main-header .main-header-cont .button button:hover{
	border: 2px solid #fff;
}
.main-header.sticky .main-header-cont .button button{
	background: transparent;
	color: #3eaf69;
}
.main-header.sticky .main-header-cont .button button:hover{
	background: #3eaf69;
	color: #fff;
}
.main-header.page-header .main-header-cont .button button{
	background: transparent;
	color: #3eaf69;
}
.main-header.page-header .main-header-cont .button button:hover{
	background: #3eaf69;
	border: 2px solid #3eaf69;
	color: #fff;
}
.main-header .menu-item-has-children{
	position: relative;
}
.main-header .menu-item-has-children .nav-plus{
	display: none;
}
.main-header .main-header-cont .nav ul.sub-menu{
	position: absolute;
	top: 100%;
	left: 0;
	min-width: 250px;
	background: #f3f6f8;
	padding: 10px 0;
	display: none;
	animation: fadeIn .25s;
}
.main-header .sub-menu li{
	display: block;
}
.main-header .main-header-cont .nav .sub-menu li{
	display: block;
}
.main-header .main-header-cont .nav .sub-menu li a{
	line-height: 40px;
	display: block;
	width: 100%;
	white-space: nowrap;
	color: #858891 !important;
}
.main-header .main-header-cont .nav .sub-menu li a:before{
	display: none;
}
.main-header .main-header-cont .nav .sub-menu li a:hover,
.main-header .main-header-cont .nav .sub-menu li.current_page_item a{
	color: #3c3f4c !important;
}
.main-header .menu-item-has-children:hover ul.sub-menu{
	display: block;
}
.main-header.sticky .main-header-cont .nav ul.sub-menu:after{
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	height: 3px;
	background: #2da671;
}
.main-header .main-header-cont .col.align-start{
	align-items: flex-start;
}
.main-header .main-header-cont .lang{
	width: 65px;
	position: relative;
	margin-left: 35px;
	text-align: center;
	cursor: pointer;

	-webkit-transition: all ease 0.4s;
	transition: all ease 0.4s;
}
.main-header .main-header-cont .lang .lang-cont{
	position: absolute;
	top: 0;
	left: 0;
	padding: 14px 30px 14px 15px;
	border: 1px solid #fff;
	text-transform: uppercase;
	max-height: 30px;
}
.main-header.sticky .main-header-cont .lang .lang-cont{
	border: 1px solid #1c477c;
}
.main-header .main-header-cont .lang .lang-cont{
	background: transparent;
}
.main-header.sticky .main-header-cont .lang .lang-cont{
	background: #fff;
}
.main-header .main-header-cont .lang .icn{
	position: absolute;
	top: 0;
	right: 10px;
	font-size: 17px;
	color: #fff;
	line-height: 50px;
}
.main-header.sticky .main-header-cont .lang .icn{
	color: #1c477c;
}
.main-header .main-header-cont .lang ul li{
	list-style-type: none;
	line-height: 20px;
	font-size: 17px;
	color: #fff;
	font-weight: normal;
}
.main-header .main-header-cont .lang ul li a{
	color: #fff;
	-webkit-transition: all ease 0.25s;
	font-size: 17px;
	transition: all ease 0.25s;
}
.main-header.sticky .main-header-cont .lang ul li a,
.main-header.sticky .main-header-cont .lang ul li{
	color: #1c477c;
}
.main-header .main-header-cont .lang ul li a:hover{
	color: #333;
}
.main-header.sticky .main-header-cont .lang ul li a:hover{
	color: #3eaf69;
}
.main-header .main-header-cont .lang ul li:nth-child(2),
.main-header .main-header-cont .lang ul li:nth-child(3),
.main-header .main-header-cont .lang ul li:nth-child(4),
.main-header .main-header-cont .lang ul li:nth-child(5),
.main-header .main-header-cont .lang ul li:nth-child(6){
	opacity: 0;
	position: relative;
	z-index: -1;
	height: 0;
	margin-top: 0;

	-webkit-transition: all ease 0.25s;
	transition: all ease 0.25s;
}
.main-header .main-header-cont .lang .lang-cont:hover li:nth-child(2),
.main-header .main-header-cont .lang .lang-cont:hover li:nth-child(3),
.main-header .main-header-cont .lang .lang-cont:hover li:nth-child(4),
.main-header .main-header-cont .lang .lang-cont:hover li:nth-child(5),
.main-header .main-header-cont .lang .lang-cont:hover li:nth-child(6){
	opacity: 1;
	z-index: 40;
	transition-delay: .1s;
	height: auto;
	margin-top: 10px;
}
.main-header .main-header-cont .lang:hover .lang-cont{
	max-height: 180px;
	background: rgba(181, 187, 204, .4);
}
.main-header.sticky .main-header-cont .lang:hover .lang-cont{
	background: rgba(255, 255, 255, 1);
}

/*Header (END)*/

/*About*/
.about{
	position: relative;
	padding: 120px 0 90px;
	background: #1c477c;
	z-index: 300;
}
.about .about-cont{
	position: relative;
	justify-content: space-between;
}
.about .about-cont .about-image{
	position: relative;
	z-index: 50;
	flex-basis: 45%;
}
.about .about-cont .about-image img{
	max-width: 100%;
}
.about .about-cont .about-text{
	position: relative;
	z-index: 50;
	flex-basis: 47%;
}
.about .about-cont .about-text .cont{
	margin: 30px 0;
}
.about .about-cont .about-text .cont p{
	color: #b4ccea;
}
/*About (END)*/

/*Services*/
.services{
	position: relative;
	padding-top: 50px;
	background: #1c477c;
	z-index: 400;
}
.services .content{
	position: relative;
}
.services .services-map{
	position: absolute;
	top: -150px;
	right: -70%;
	z-index: 80;
}
.services .title-info{
	justify-content: space-between;
	padding-bottom: 80px;
}
.services .title-info .quotation p{
	color: #d3e4f8;
	font-size: 21px;
	font-family: 'OpenSansC';
	font-weight: 300;
	font-style: italic;
}
.services .services-items-info{
	align-items: stretch;
	flex-flow: row wrap;
}
.services .services-items-info .services-items{
	flex-basis: 65%;
}
.services .services-items-info .services-image{
	flex-basis: 35%;
	position: relative;
}
.services .services-items-info .services-image-bg{
	position: absolute;
	top: 0;
	left: 0;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	height: 100%;
	width: 1000px;
	opacity: .8;
}
.services .services-items-info .services-items{
	flex-wrap: wrap;
}
.services .services-items-info .services-items .services-item{
	flex: 1 0 50%;
	position: relative;
	overflow: hidden;
}
.services .services-items-info .services-items .services-item .services-item-bg{
	position: absolute;
	opacity: 0;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 0;
	
}
.services .services-items-info .services-items .services-item .services-item-bg .services-item-bg-image{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 2;
	filter: grayscale(100%);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
.services .services-items-info .services-items .services-item .services-item-bg:before{
	position: absolute;
	content: '';
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 5;
	background: #399961;
	opacity: .85;
	filter: none;
}
.services .services-items-info .services-items .services-item .service-number{
	position: absolute;
	top: 30px;
	right: 30px;
	z-index: 20;
	font-size: 12px;
	color: #5c88be;
	font-family: 'OpenSans';
	font-weight: bold;
}
.services .services-items-info .services-items .services-item .hidden{
	transition: all .25s ease-in-out;
	height: 0;
	opacity: 0;
	animation-name: fadeIn;
	animation-duration: .25s;
}
.services .services-items-info .services-items .services-item .services-item-cont{
	padding: 20px 40px;
	min-height: 240px;
	border-top: 1px solid #1f5496;
	border-left: 1px solid #1f5496;
	position: relative;
	z-index: 10;
	display: flex;
	flex-direction: column;
}
.services .services-items-info .services-items .services-item .all-service-info{
	transition: all .25s ease-in-out;
	transform: translateY(100%);
}
.services .services-items-info .services-items .services-item .icon{
	margin-bottom: 10px;
}
.services .services-items-info .services-items .services-item .icon img{
	width: 60px;
	height: 60px;
}
.services .services-items-info .services-items .services-item p{
	margin: 0;
	font-family: 'OpenSans';
	font-weight: normal;
	font-size: 14px;
	line-height: 24px;
	color: #fff;
}
.services .services-items-info .services-items .services-item .tit{
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
	margin-bottom: 10px;
}
.services .services-items-info .services-items .services-item .cont{
	max-height: 95px;
	overflow: hidden;
}
.services .services-items-info .services-items .services-item button{
	min-width: initial;
	padding: 10px 40px;
	margin-top: 15px;
}
.services .services-items-info .services-items .services-item:hover .services-item-bg{
	opacity: 1;
}
.services .services-items-info .services-items .services-item:hover .all-service-info{
	transform: translateY(0);
}
.services .services-items-info .services-items .services-item:hover .hidden{
	transition-delay: .35s;
	opacity: 1;
}
.services .services-items-info .services-items .services-item:hover .service-number{
	color: #fff;
}
/*Services (END)*/

/*Relations*/
.relations{
	position: relative;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
.relations .content{
	position: relative;
	justify-content: flex-end;
}
.relations .relations-info{
	position: relative;
	flex-basis: 35%;
}
.relations .relations-info:before{
	position: absolute;
	content: '';
	top: 0;
	left: 0;
	width: 300%;
	height: 100%;
	background: rgba(28, 71, 124, .9);
	z-index: 0;
}
.relations .relations-info .relations-info-cont{
	padding: 150px 80px;
}
.relations .relations-info h2{
	position: relative;
	z-index: 10;
}
.relations .relations-info .info{
	position: relative;
	z-index: 10;
	margin-top: 50px;
}
.relations .relations-info .info ul{
	padding: 0;
	margin: 0;
}
.relations .relations-info .info ul li{
	position: relative;
	list-style-type: none;
	font-size: 14px;
	color: #82abf5;
	font-family: 'OpenSans';
	font-weight: 300;
	margin-bottom: 25px;
	padding-left: 20px;
}
.relations .relations-info .info ul li:before{
	content: '';
	position: absolute;
	top: 7px;
	left: 0;
	width: 5px;
	height: 5px;
	background: #3eaf69;
	border-radius: 50%;
}
/*Relations (END)*/

/*Call to action*/
.call-to-action{
	padding: 150px 0;
	text-align: center;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
.call-to-action button{
	margin-top: 40px;
}
/*Call to action (END)*/

/*Gallery*/
.gallery{
	background: #21273a;
}
.gallery *{
	min-width: 0;
	min-height: 0;
	outline: none;
}
.gallery .gallery-content{
	justify-content: space-between;
}
.gallery .gallery-info{
	flex-basis: 25%;
	align-self: flex-start;
	margin-top: 150px;
}
.gallery .gallery-info .info{
	margin: 15px 0;
}
.gallery .gallery-info button{
	min-width: 200px;
}
.gallery .gallery-info p{
	font-size: 14px;
	color: #b2b5cb;
	margin: 25px 0;
	font-family: 'OpenSans';
	font-weight: 300;
}
.gallery .gallery-images{
	flex-basis: 70%;
}
.gallery .gallery-main{
	position: relative;
	transition: all ease .25s;
}
.gallery .gallery-main .item .item-photo{
	padding: 15px;
}
.gallery .gallery-main .item .item-photo-bg,
.gallery .gallery-images-all .item-photos .item-photo-bg{
	width: 100%;
	height: 220px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	-webkit-filter: sepia(100%) hue-rotate(150deg) saturate(50%);
	filter: sepia(100%) hue-rotate(150deg) saturate(50%);
}
.gallery .gallery-main .item a:hover .item-photo-bg,
.gallery .gallery-images-all .item-photos a:hover .item-photo-bg{
	filter: none;
}
.gallery .gallery-main .slick-arrow{
	position: absolute;
	top: 47.5%;
	color: #fdfdfd;
	font-size: 25px;
	cursor: pointer;
}
.gallery .gallery-main .slick-arrow:hover{
	opacity: .8;
}
.gallery .gallery-main .slick-arrow.skm-right-arrow{
	left: -25px;
}
.gallery .gallery-main .slick-arrow.skm-left-arrow{
	right: -25px;
}
.gallery .gallery-images-all{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	transition: all ease .25s;
}
.gallery .gallery-images-all.hidden{
	opacity: 0;
	z-index: -1;
	height: 0;
	overflow: hidden;
}
.gallery .gallery-images-all .item-photos-per-two{
	flex-basis: 50%;
}
.gallery .gallery-images-all .item-photos .item-photo{
	padding: 15px;
}
.gallery .gallery-images-all .item-photos-per-two.even:last-of-type{
	display: flex;
	flex-basis: 100%;
}
.gallery .gallery-images-all .item-photos-per-two.even:last-of-type .item-photos{
	flex-basis: 50%;
}
.gallery .gallery-main.hidden{
	opacity: 0;
	z-index: -1;
	height: 0;
	overflow: hidden;
}
/*Gallery (END)*/

/*Contact*/
.contact{
	padding: 80px 0;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
.contact .main-title{
	text-align: center;
}
.contact > .content > img{
	max-height: 270px;
	display: block;
	margin: 80px auto;
}
.contact .contact-block{
	display: flex;
	margin-bottom: 30px;
}
.contact .contact-block .contact-block{
	display: flex;
	flex-basis: 33%;
}
.contact .contact-block .contact-block img{
	height: 30px;
	width: 30px;
	margin-right: 20px;
}
.contact .contact-block .contact-block .contact-info{
	display: flex;
	flex-direction: column;
}
.contact .contact-block .contact-block .contact-info p,
.contact .contact-block .contact-block .contact-info a{
	color: #fcfcfc;
	font-family: 'OpenSans', sans-serif;
	font-size: 18px;
}
.contact .contact-block .contact-block .contact-info .title{
	font-family: 'ProximaNova', sans-serif;
	font-size: 12px;
	letter-spacing: 2px;
	text-transform: uppercase;
	opacity: .7;
	margin-bottom: 10px;
}
.contact .country-title{
	margin-bottom: 15px;
}
.contact .country-title p{
	color: #fcfcfc;
	font-family: 'OpenSans', sans-serif;
	font-size: 22px;
}

/*Footer*/
footer{
	background-color: #21273a;
	padding: 100px 0;
	position: relative;
	z-index: 100;
}
footer > .content{
	display: flex;
}
footer .footer-block{
	flex-basis: 25%;
}
footer .footer-block .title{
	font-family: 'OpenSans', sans-serif;
	font-weight: bold;
	font-size: 13px;
	color: #ececec;
}
footer .footer-block li{
	margin-top: 20px;
}
footer .footer-block li a{
	transition: all ease .3s;
	font-family: 'OpenSans', sans-serif;
	font-size: 13px;
	color: #747b8b;
}
footer .footer-block li a:hover{
	color: #ececec;
}
footer .footer-block  .social{
	display: flex;
	flex-wrap: wrap;
}
footer .footer-block  .social a{
	transition: all ease .3s;
	margin-top: 20px;
	margin-right: 15px;
	font-size: 16px;
	color: #747b8b;
}
footer .footer-block  .social a:hover{
	color: #ececec;
}
.copyright{
	border-top: 1px solid #383e4f;
	background-color: #21273a;
	padding: 30px 0;
	text-align: center;
	color: #747b8b;
	font-family: 'OpenSans', sans-serif;
	font-size: 13px;
}
/*Footer (END)*/

/*==================================================================================================================================================*/

/*Top Slider*/
.page-top-slider{
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
.page-top-slider .page-top-slider-content{
	padding: 200px 0 300px;
}
.page-top-slider .content{
	position: relative;
}
.page-top-slider .page-top-slider-cont{
	/*min-height: 400px;*/
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	flex-direction: column;
}
.about-page .page-top-slider .page-top-slider-cont{
	min-height: 400px;
}
.page-top-slider h1{
	font-size: 72px;
	color: #fff;
	font-weight: bold;
	margin-bottom: 20px;
}
.page-top-slider p{
	font-size: 32px;
	font-family: 'OpenSans', sans-serif;
	font-style: italic;
	color: #fff;
}
/*Top Slider (END)*/

/*About us*/
.about-page .page-top-slider{
	position: relative;
	z-index: 150;
}

/*Info*/
.about-page .about-info{
	background: #1c477c;
	position: relative;
	z-index: 100;
}
.about-page .about-info .about-info-map{
	position: absolute;
	top: -80px;
	right: -35%;
}
.about-page .about-info .about-info-map-left{
	position: absolute;
	bottom: -20%;
	left: -30%;
}
.about-page .about-info .about-info-cont{
	position: relative;
	z-index: 50;
	display: flex;
	justify-content: space-between;
}
.about-page .about-info .about-info-image{
	flex-basis: 50%;
}
.about-page .about-info .about-info-image img{
	width: calc(100% - 1px);
}
.about-page .about-info .about-info-text{
	flex-basis: 45%;
	padding: 155px 0;
}
.about-page .about-info .about-info-text p{
	color: #b4ccea;
}
.about-page .about-info .about-info-text .about-info-cont-t{
	margin: 30px 0;
}
.about-page .about-info .about-info-numbers{
	margin-top: 35px;
	display: flex;
	align-items: center;
	justify-content: flex-start;
}
.about-page .about-info .about-info-numbers .number{
	flex-basis: 33%;
}
.about-page .about-info .about-info-numbers .number p{
	font-family: 'OpenSans', sans-serif;
	font-size: 14px;
	color: #719cd2;
	text-transform: uppercase;
	margin: 0;
}
.about-page .about-info .about-info-numbers .number p.num{
	font-family: 'ProximaNova', sans-serif;
	font-size: 32px;
	color: #fff;
	margin-top: 5px;
}
/*Info (END)*/

/*Mission*/
.about-page .about-mission{
	background: #1c477c;
	position: relative;
	z-index: 90;
}
.about-page .about-mission .about-mission-bg{
	position: absolute;
	top: 0;
	right: 0;
	width: calc(50% + 1px);
	height: 100%;
	background-position: 0 50%;
	background-repeat: no-repeat;
	background-size: cover;
	z-index: 0;
}
.about-page .about-mission .content{
	position: relative;
	z-index: 30;
}
.about-page .about-mission .about-mission-cont{
	display: flex;
}
.about-page .about-mission .about-mission-cont .about-mission-text{
	flex-basis: 40%;
	margin: 190px 0;
}
.about-page .about-mission .about-mission-cont .about-mission-text .about-mission-cont-t{
	margin: 30px 0;
}
.about-page .about-mission .about-mission-cont .about-mission-text p{
	color: #b4ccea;
}
.about-page .about-mission .about-mission-items{
	display: flex;
}
.about-page .about-mission .about-mission-item{
	height: 290px;
	flex-basis: 25%;
	background: rgba(62, 175, 105, .9);
	border-top: 1px solid #4abe76;
	border-left: 1px solid #4abe76;
	border-bottom: 1px solid #4abe76;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	text-align: center;
}
.about-page .about-mission .about-mission-item:last-of-type{
	border-right: 1px solid #4abe76;
}
.about-page .about-mission .about-mission-item img{
	height: 90px;
	width: 90px;
	margin-bottom: 10px;
}
.about-page .about-mission .about-mission-item p{
	font-family: 'OpenSans', sans-serif;
	color: #fff;
	text-transform: uppercase;
	font-size: 16px;
	font-weight: bold;
}
/*Mission (END)*/

/*Team*/
.about-page .about-team{
	background: #1c477c;
	position: relative;
	z-index: 90;
}
.about-page .about-team .about-team-bg{
	position: absolute;
	top: 0;
	left: 0;
	width: 50%;
	height: 100%;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	z-index: 0;
}
.about-page .about-team .about-team-cont{
	position: relative;
	z-index: 10;
	display: flex;
	justify-content: flex-end;
	align-items: center;
}
.about-page .about-team .about-team-cont .about-team-text{
	flex-basis: 45%;
	margin: 180px 0;
}
.about-page .about-team .about-team-cont .about-team-text .about-team-cont-t{
	margin: 30px 0;
}
.about-page .about-team .about-team-cont .about-team-text p{
	color: #b4ccea;
}
/*Team (END)*/

/*About us (END)*/

/*Service*/

/*Main services*/
.service-services{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}
.service-services .service-services-itm img{
	height: 50px;
	width: 60px;
	opacity: .5;
	transition: all ease .25s;
}
.service-services .service-services-itm{
	flex-basis: 25%;
	background: rgba(62, 175, 105, .9);
	margin-top: auto;
}
.service-services .service-services-itm.act .service-services-itm-cont{
	padding-top: 20px;
}
.service-services .service-services-itm.act{
	position: relative;
	background: rgba(62, 175, 105, 1);
}
.service-services .service-services-itm.act:after{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-webkit-box-shadow: 10px 8px 23px -6px rgba(0,0,0,0.3);
	-moz-box-shadow: 10px 8px 23px -6px rgba(0,0,0,0.3);
	box-shadow: 10px 8px 23px -6px rgba(0,0,0,0.3);
}
.service-services .service-services-itm.act:before{
	content: '';
	position: absolute;
	top: 0;
	left: -1px;
	width: 1px;
	height: 10px;
	background: #4abe76;
}
.service-services .service-services-itm.act:first-of-type:before{
	display: none;
}
.service-services .service-services-itm a{
	display: block;
}
.service-services .service-services-itm .service-services-itm-cont{
	height: 95px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	padding: 10px 5px;
	border-top: 1px solid #4abe76;
	border-bottom: 1px solid #4abe76;
	border-right: 1px solid #4abe76;
	transition: all ease .25s;
}
.service-services .service-services-itm:first-of-type .service-services-itm-cont{
	border-left: 1px solid #4abe76;
}
.service-services .service-services-itm p{
	font-size: 13px;
	color: #fff;
	text-transform: uppercase;
	font-weight: bold;
	font-style: normal;
	text-align: center;
	margin-top: 10px;
	opacity: .5;
	transition: all ease .25s;
}
.service-services .service-services-itm a:hover .service-services-itm-cont{
	padding-top: 20px;
}
.service-services .service-services-itm a:hover img,
.service-services .service-services-itm a:hover p,
.service-services .service-services-itm.act img,
.service-services .service-services-itm.act p{
	opacity: 1;
}
/*Main services (END)*/

/*Services info*/
.page-top-slider.services-top-slider{
	position: relative;
	z-index: 50;
}
.services-info{
	position: relative;
	background: #1c477c;
	z-index: 20;
}
.services-info .content{
	position: relative;
	z-index: 20;
}
.services-info .service-info-map-right{
	position: absolute;
	top: -5%;
	right: -30%;
}
.services-info .service-info-map-left{
	position: absolute;
	bottom: 30%;
	left: -25%;
	z-index: 0;
}
.services-info .services-info-cont{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	padding: 100px 0;
}
.services-info .services-info-cont .col{
	flex-basis: 50%;
}
.services-info .services-info-cont .col2{
	padding-left: 60px;
}
.services-info .services-info-cont .services-info-text{
	padding-top: 40px;
	padding-bottom: 40px;
}
.services-info .services-info-cont .services-info-text .main-title{
	margin-bottom: 25px;
}
.services-info .services-info-cont .services-info-text .subtitle{
	font-family: 'OpenSans', sans-serif;
	font-size: 22px;
	color: #fff;
	margin-bottom: 20px;
}
.services-info .services-info-cont .services-info-text.padd{
	padding-bottom: 80px;
}
.services-info .services-info-cont .services-info-text .cont p{
	color: #b4ccea;
}
.services-info .services-info-cont .img-margin{
	margin-top: -80px;
}
/*Services info (END)*/

/*Trust us*/
.trust-us{
	position: relative;
	background: #1c477c;
}
.trust-us .trust-us-map{
	position: absolute;
	top: 20%;
	right: -40%;
	z-index: 0;
}
.trust-us .content{
	position: relative;
	z-index: 10;
}
.trust-us .trust-us-bg{
	position: absolute;
	top: 0;
	left: 0;
	width: 50%;
	height: 100%;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
.trust-us .trust-us-cont{
	display: flex;
	justify-content: flex-end;
	align-items: center;
}
.trust-us .trust-us-cont .trust-us-txt{
	flex-basis: 45%;
	padding: 90px 0;
}
.trust-us .trust-us-cont .trust-us-txt .main-title{
	margin-bottom: 25px;
}
.trust-us .trust-us-cont .trust-us-txt .subtitle{
	font-family: 'OpenSans', sans-serif;
	font-size: 22px;
	color: #fff;
	margin-bottom: 30px;
}
.trust-us .trust-us-cont .trust-us-txt .cont p{
	color: #b4ccea;
}
.trust-us .trust-us-cont .trust-us-txt .cont{
	margin-bottom: 60px;
}
/*Trust us (END)*/

/*Service (END)*/

/*Contact*/

/*Top Image*/
.contact-page .page-top-slider .page-top-slider-cont{
	min-height: 400px;
}
.page-top-slider.contact-slider .page-top-slider-cont{
	min-height: initial;
}
.page-top-slider.contact-slider{
	position: relative;
}
.contact-page .content{
	position: relative;
}
.contact-page .contact-page-info{
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	display: flex;
	align-items: center;
	justify-content: center;
}
.contact-page .contact-page-info .contact-page-i-item{
	flex-basis: 33%;
}
.contact-page .contact-page-info .contact-page-i-item-cont{
	height: 115px;
	padding: 35px 10px;
	display: flex;
	align-items: flex-start;
	justify-content: center;
	background: rgba(62, 175, 105, .9);
	border-top: 1px solid #4abe76;
	border-bottom: 1px solid #4abe76;
	border-right: 1px solid #4abe76;
}
.contact-page .contact-page-info .contact-page-i-item:first-of-type .contact-page-i-item-cont{
	border-left: 1px solid #4abe76;
}
.contact-page .contact-page-info .contact-page-i-item .contact-info .title{
	font-size: 12px;
	color: #fcfcfc;
	font-style: normal;
	letter-spacing: 2px;
	text-transform: uppercase;
	font-family: 'ProximaNova', sans-serif;
	opacity: .5;
	margin-bottom: 10px;
}
.contact-page .contact-page-info .contact-page-i-item .contact-info p{
	font-style: normal;
	font-family: 'OpenSans', sans-serif;
	font-size: 18px;
}
.contact-page .contact-page-info .contact-page-i-item img{
	height: 30px;
	margin-right: 25px;
}
.contact-page .contact-page-info .contact-page-i-item .contact-info{
	display: flex;
	flex-direction: column;
}
/*Top Image (END)*/

.contact-page-content{
	padding: 110px 0;
	background: #1c477c;
}

/*Contact Form*/
.contact-page .contact-page-content .contact-page-content-cont{
	/*display: flex;
	justify-content: space-between;
	align-items: center;*/
	margin-top: 40px;
}
.contact-page .contact-page-content .contact-page-content-cont .map{
	flex-basis: 50%;
}
.contact-page .contact-page-content .contact-page-content-cont .map .map-cont{
	display: block;
}
.contact-page .contact-page-content .contact-page-content-cont .contact-form{
	flex-basis: 100%;
}
.contact-page .contact-page-content .contact-page-content-cont .contact-form h2{
	margin-bottom: 50px;
}
.contact-page .contact-page-content .contact-page-content-cont .contact-form span{
	width: 100%;
	display: block;
}
.contact-page .contact-page-content .contact-page-content-cont .contact-form input{
	display: block;
	background: #1b4275;
	border: 1px solid #335a89;
	margin-bottom: 20px;
	padding: 15px 20px;
	width: calc(100% - 40px);
	font-size: 14px;
	color: #fff;
}
.contact-page .contact-page-content .contact-page-content-cont .contact-form textarea{
	background: #1b4275;
	border: 1px solid #335a89;
	padding: 15px 20px;
	width: calc(100% - 40px);
	height: 120px;
	margin-bottom: 20px;
	color: #fff;
	font-size: 14px;
	font-family: 'OpenSans';
}
.contact-page .contact-page-content .contact-page-content-cont .contact-form input[type="submit"]{
	background: #3eaf69;
	padding: 15px 20px;
	border: none;
	color: #fff;
	font-weight: 700;
	letter-spacing: 1px;
	text-transform: uppercase;
	min-width: 200px;
	transition: all ease .25s;
	width: auto;
	cursor: pointer;
	margin-top: 15px;
	font-family: 'OpenSans';
}
.contact-page .contact-page-content .contact-page-content-cont .contact-form input[type="submit"]:hover{
	color: #21273a;
	background: #fff;
}
.contact-page .contact-page-content .contact-page-content-cont .contact-form input.wpcf7-not-valid,
.contact-page .contact-page-content .contact-page-content-cont .contact-form textarea.wpcf7-not-valid{
	border: 1px solid red;
}
.contact-page .contact-page-content .contact-page-content-cont .contact-form input::-webkit-input-placeholder,
.contact-page .contact-page-content .contact-page-content-cont .contact-form textarea::-webkit-input-placeholder { /* Chrome/Opera/Safari */
	color: #b4ccea;
	font-family: 'OpenSans';
}
.contact-page .contact-page-content .contact-page-content-cont .contact-form input::-moz-placeholder,
.contact-page .contact-page-content .contact-page-content-cont .contact-form textarea::-webkit-input-placeholder { /* Firefox 19+ */
	color: #b4ccea;
	font-family: 'OpenSans';
}
.contact-page .contact-page-content .contact-page-content-cont .contact-form input:-ms-input-placeholder,
.contact-page .contact-page-content .contact-page-content-cont .contact-form textarea::-webkit-input-placeholder { /* IE 10+ */
	color: #b4ccea;
	font-family: 'OpenSans';
}
.contact-page .contact-page-content .contact-page-content-cont .contact-form input:-moz-placeholder,
.contact-page .contact-page-content .contact-page-content-cont .contact-form textarea::-webkit-input-placeholder { /* Firefox 18- */
	color: #b4ccea;
	font-family: 'OpenSans';
}
.contact-page .contact-page-content .contact-page-content-cont .contact-form .success-7{
	color: #fff;
	font-size: 16px;
}
.contact-page .contact-page-content .wpcf7-not-valid-tip{
	display: none !important;
}
.contact-page .contact-page-content .ajax-loader{
	display: none !important;
}
.gmwd_store_locator_container {
	display: none !important;
}
.contact-page-contact-info .contact-block-main{
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	margin-bottom: 45px;
	padding-bottom: 45px;
	border-bottom: 1px solid #fff;
}
.contact-page-contact-info .country-title{
	margin-bottom: 20px;
}
.contact-page-contact-info .country-title p{
	color: #fcfcfc;
    font-family: 'OpenSans', sans-serif;
    font-size: 22px;
}
.contact-page-contact-info .contact-block-main .contact-block-main-information,
.contact-page-contact-info .contact-block-main .contact-block-main-map{
	flex-basis: 47%;
}
.contact-page-contact-info .contact-block .contact-block{
	display: flex;
	margin-bottom: 40px;
}
.contact-page-contact-info .contact-block .contact-block img {
    height: 30px;
    width: 30px;
    margin-right: 15px;
}
.contact-page-contact-info .contact-block .contact-block .contact-info {
    flex-basis: 90%;
}
.contact-page-contact-info .contact-block .contact-info .title {
    font-family: 'ProximaNova', sans-serif;
    font-size: 12px;
    letter-spacing: 2px;
    text-transform: uppercase;
    opacity: .7;
    margin-bottom: 10px;
}
.contact-page-contact-info .contact-block .contact-info p,
.contact-page-contact-info .contact-block .contact-info a {
    color: #fcfcfc;
    font-family: 'OpenSans', sans-serif;
    font-size: 18px;
}
.contact-page-contact-info .contact-block-main .contact-block-main-map .acf-map{
	width: 100%;
	height: 400px;
}
.contact-page-contact-info .contact-block-main .contact-block-main-map .acf-map button{
	min-width: initial;
}
/*Contact Form (END)*/

/*Contact (END)*/

/*Simple page*/
.simple-page{
	padding: 60px 0;
	min-height: 70vh;
	background: #f3f6f8;
}
.simple-page .simple-page-title{
	padding-bottom: 20px;
	display: block;
	border-bottom: 2px solid #2da671;
	margin-bottom: 35px;
}
/*Simple page (END) */

/*Offers page*/
.archive-page .page-top-slider .page-top-slider-cont,
.offers-single-page .page-top-slider .page-top-slider-cont{
	min-height: 400px;
}
.offers-page-cont{
	padding: 75px 0 60px;
	background: #f7f9fb;
}
.offers-page-cont-wrap{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: flex-start;
}
.offers-page-cont-wrap .offers-page-container{
	flex-basis: 68%;
}
.offers-page-cont-wrap .offers-sidebar{
	flex-basis: 28.5%;
}
.offers-page-cont-wrap .offers-page-container .offer-post-item{
	padding: 25px 35px;
	background: #fff;
	border: 1px solid #dedede;
	margin-bottom: 25px;
}
.offers-page-cont-wrap .offers-page-container .offer-post-item h3{
	font-size: 24px;
	color: #22283b;
	font-weight: 500;
	margin-bottom: 20px;
}
.offers-page-cont-wrap .offers-page-container .offer-post-item .offer-post-cat{
	display: flex;
	align-items: center;
	justify-content: flex-start;
	margin-bottom: 20px;
}
.offers-page-cont-wrap .offers-page-container .offer-post-item .offer-post-cat .itm{
	display: flex;
	align-items: center;
	margin-right: 20px;
}
.offers-page-cont-wrap .offers-page-container .offer-post-item .offer-post-cat .itm img{
	width: 20px;
	height: 20px;
	margin-right: 5px;
}
.offers-page-cont-wrap .offers-page-container .offer-post-item .offer-post-cat .itm p{
	font-size: 14px;
	color: #858891;
}
.offers-page-cont-wrap .offers-page-container .offer-post-item .offer-post-excerpt{
	font-size: 14px;
	line-height: 22px;
	color: #858891;
}
.offers-page-cont-wrap .offers-page-container .offer-post-item .offer-post-excerpt a,
.offers-page-cont-wrap .offers-page-container .offer-post-item .offer-post-excerpt p{
	display: inline;
}
.offers-page-cont-wrap .offers-page-container .offer-post-item .offer-post-excerpt a{
	color: #3eaf69;
	font-weight: 600;
	text-decoration: underline;
}
.offers-page-cont-wrap .offers-page-container .offer-post-item .offer-post-excerpt a:hover{
	color: #22283b;
}
/*Offers page (END)*/

/*Sidebar*/
.anvag-cats{
	margin-bottom: 20px;
	background: #fff;
	border: 1px solid #dedede;
}
.anvag-cats ul li{
	display: flex;
	position: relative;
	align-items: center;
	justify-content: flex-start;
	border-bottom: 1px solid #dedede;
	height: 90px;
	padding: 0 35px;
	font-size: 16px;
	color: #22283b;
	font-weight: 500;
}
.anvag-cats ul a:last-of-type li{
	border-bottom: none;
}
.anvag-cats ul li img{
	width: 50px;
	height: 50px;
	margin-right: 15px;
}
.anvag-cats ul li .circle{
	position: relative;
	margin-left: auto;
	width: 25px;
	height: 25px;
	border: 1px solid #e1dfe8;
	border-radius: 50%;
	transition: all ease .25s;
}
.anvag-cats ul li.active{
	background: #22283b;
	color: #fff;
}
.anvag-cats ul li.active .circle{
	border: 2px solid #3eaf69;
}
.anvag-cats ul li .circle:after{
	transition: all ease .25s;
	opacity: 0;
	content: '';
	position: absolute;
	top: 3px;
	right: 3px;
	bottom: 3px;
	left: 3px;
	background: #3eaf69;
	border-radius: 50%;
}
.anvag-cats ul a:hover li .circle{
	border: 2px solid #3eaf69;
}
.anvag-cats ul a:hover li .circle:after,
.anvag-cats ul li.active .circle:after{
	opacity: 1;
}
.anvag-call{
	text-align: center;
	padding: 100px 30px;
	margin-bottom: 20px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}
.anvag-call h2{
	width: 90%;
	display: block;
	margin: 0 auto 20px;
	font-size: 24px;
	color: #fff;
	font-weight: 500;
}
/*Sidebar (END)*/

/*Pagination*/
.skm-pagination{
	width: 100%;
	display: block;
	margin-top: 30px;
}
.skm-pagination .screen-reader-text{
	display: none;
}
.skm-pagination .custom-pagination{
	text-align: center;
	width: 100%;
	display: block;
}
.skm-pagination .custom-pagination .page-numbers{
	padding: 0 15px;
	height: 40px;
	display: inline-block;
	text-align: center;
	line-height: 40px;
	color: #9d95b3;
	font-size: 16px;
	background: #fff;
	margin: 5px;
	border: 1px solid #f4f2f9;
	transition: all ease .25s;
	-webkit-transition: all ease .25s;
}
.skm-pagination .custom-pagination .page-numbers.dots{
	background: transparent !important;
	color: #9d95b3;
}
.skm-pagination .custom-pagination .page-numbers.prev,
.skm-pagination .custom-pagination .page-numbers.next{
	font-size: 18px;
}
.skm-pagination .custom-pagination .page-numbers:hover,
.skm-pagination .custom-pagination .page-numbers.current{
	color: #22283b;
}
/*Pagination (END)*/


/*Single*/
.offers-single{
	padding: 35px 30px;
	background: #fff;
	border: 1px solid #dedede;
}
.offers-single h1{
	font-size: 32px;
	color: #22283b;
	font-weight: 500;
}
.offers-single .single-info{
	display: flex;
	align-items: center;
	justify-content: flex-start;
	flex-wrap: wrap;
	margin: 20px 0;
	padding: 15px 0;
	border-top: 1px solid #dedede;
	border-bottom: 1px solid #dedede;
}
.offers-single .single-info .itm{
	display: flex;
	align-items: center;
	margin-right: 20px;
}
.offers-single .single-info .itm img{
	width: 20px;
	height: 20px;
	margin-right: 5px;
}
.offers-single .single-info .itm p{
	font-size: 14px;
	color: #858891;
	font-family: 'OpenSans', sans-serif;
}
.offers-single .single-post-image{
	margin: 40px 0;
}
.offers-single .single-share{
	margin: 15px 0;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.offers-single .single-share button{
	min-width: 290px;
	border: 2px solid #3eaf69;
}
.offers-single .single-share button:hover{
	color: #3eaf69;
}
.offers-single .single-share .single-share-buttons .social-share{
	border: 1px solid #dedede;
	display: flex;
}
.offers-single .single-share .single-share-buttons .social-share .icn{
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	background: #fff;
	width: 55px;
	height: 55px;
	border-right: 1px solid #dedede;
	cursor: pointer;
}
.offers-single .single-share .single-share-buttons .social-share .icn img{
	height: 25px;
	transition: all ease .25s;
}
.offers-single .single-share .single-share-buttons .social-share .icn:hover>img{
	opacity: .8;
}
.offers-single .single-share .single-share-buttons .social-share .icn:last-of-type{
	border-right: none;
}
.offers-single .single-share .single-share-buttons .social-share .icn .hidden{
	display: none;
	position: absolute;
	top: 100%;
	left: -1px;
	flex-direction: column;
	animation: fadeIn .25s;
}
.offers-single .single-share .single-share-buttons .social-share .icn:hover .hidden{
	display: flex;
}
.offers-single .single-share .single-share-buttons .social-share .icn .hidden .icn{
	border-top: 1px solid #dedede;
	border-left: 1px solid #dedede;
	border-right: 1px solid #dedede;
}
.offers-single .single-share .single-share-buttons .social-share .icn .hidden .icn:last-of-type{
	border-bottom: 1px solid #dedede;
}
/*Form*/
.offers-single-page .offers-form .wpcf7-not-valid-tip{
	display: none !important;
}
.offers-single-page div.wpcf7-validation-errors,.offers-single-page div.wpcf7-acceptance-missing {
    border: 2px solid #ff0000;
    font-size: 14px;
}
.offers-single-page .offers-form{
	padding: 35px 30px;
	background: #fff;
	border: 1px solid #dedede;
	margin-top: 25px;
}
.offers-single-page .offers-form h2{
	font-size: 24px;
	color: #2c1f4e;
	font-weight: 500;
	margin-bottom: 30px;
}
.offers-single-page .offers-form .offers-form-cont .col-flex{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
}
.offers-single-page .offers-form .offers-form-cont span{
	display: block;
}
.offers-single-page .offers-form .offers-form-cont .col-flex span{
	flex-basis: 48%;
}
.offers-single-page .offers-form .offers-form-cont input{
	display: block;
	width: calc(100% - 50px);
	height: 55px;
	padding: 0 25px;
	border: 1px solid #e1dfe8;
	margin-bottom: 25px;
	font-size: 16px;
	font-family: 'OpenSans';
}
.offers-single-page .offers-form .offers-form-cont input.wpcf7-not-valid{
	border: 1px solid red;
}
.offers-single-page .offers-form .offers-form-cont textarea{
	display: block;
	width: calc(100% - 50px);
	padding: 25px;
	height: 350px;
	border: 1px solid #e1dfe8;
	margin-bottom: 25px;
	font-size: 16px;
	font-family: 'OpenSans';
	resize: vertical;
}
.offers-single-page .offers-form .offers-form-cont input::-webkit-input-placeholder,
.offers-single-page .offers-form .offers-form-cont textarea::-webkit-input-placeholder {
	color: #a49fb2;
}
.offers-single-page .offers-form .offers-form-cont input::-moz-placeholder,
.offers-single-page .offers-form .offers-form-cont textarea::-moz-placeholder { /* Firefox 19+ */
	color: #a49fb2;
}
.offers-single-page .offers-form .offers-form-cont input:-ms-input-placeholder,
.offers-single-page .offers-form .offers-form-cont textarea:-ms-input-placeholder { /* IE 10+ */
	color: #a49fb2;
}
.offers-single-page .offers-form .offers-form-cont input:-moz-placeholder,
.offers-single-page .offers-form .offers-form-cont textarea:-moz-placeholder { /* Firefox 18- */
	color: #a49fb2;
}
.offers-single-page .offers-form .offers-form-cont input[type="submit"]{
	flex-basis: 35%;
	width: 100%;
    font-weight: bold;
    font-size: 16px;
    padding: 0 20px;
    background: #3eaf69;
    color: #fff;
    text-transform: uppercase;
    border: 2px solid transparent;
    transition: all ease .25s;
    cursor: pointer;
	margin-bottom: 0;
}
.offers-single-page .offers-form .offers-form-cont input[type="submit"]:hover{
	border: 2px solid #3eaf69;
    color: #3eaf69;
    background: transparent;
}
.offers-single-page .offers-form .offers-form-cont .form-doc-col{
	margin-bottom: 25px;
	align-items: flex-start;
}
.offers-single-page .offers-form .offers-form-cont .form-txt{
	margin-bottom: 20px;
}
.offers-single-page .offers-form .offers-form-cont .form-txt h3{
	font-size: 16px;
	color: #2c1f4e;
	font-weight: 500;
	margin-bottom: 10px;
}
.offers-single-page .offers-form .offers-form-cont .form-txt p{
	color: #87809a;
    font-size: 14px;
    line-height: 24px;
    font-family: 'OpenSans', sans-serif;
}
.offers-single-page .offers-form .offers-form-cont .small-txt{
	flex-basis: 60%;
	font-size: 12px;
	color: #87809a;
    font-family: 'OpenSans', sans-serif;
}
.offers-single-page .offers-form .offers-form-cont .small-txt a{
	color: #3eaf69;
}
.offers-single-page .offers-form .offers-form-cont .form-doc{
	flex-basis: 48%;
}
.offers-single-page .offers-form .offers-form-cont .form-doc h3{
	font-size: 16px;
	color: #2c1f4e;
	font-weight: 500;
	margin-bottom: 10px;
}
.offers-single-page .offers-form .offers-form-cont .form-doc input{
	height: auto;
	padding: 0;
	border: none;
}
.offers-single-page .offers-form .offers-form-cont .form-doc .doc-field{
	position: relative;
	padding: 25px;
	border: 1px dashed #e1dfe8;
	text-align: center;
}
.offers-single-page .offers-form .offers-form-cont .form-doc .doc-field .deletedoc{
	font-size: 14px;
	color: red;
	position: absolute;
	top: 5px;
	right: 5px;
	cursor: pointer;
}
.offers-single-page .offers-form .offers-form-cont .small-txt-descr{
	padding-top: 20px;
	border-top: 1px solid #f4f2f9;
}
.offers-single-page .offers-form .offers-form-cont .form-doc .doc-field p{
	font-size: 14px;
	color: #a49fb2;
    font-family: 'OpenSans', sans-serif;
}
.offers-single-page .offers-form .offers-form-cont .form-doc .doc-field-main{
	position: relative;
	margin: 15px 0 0 0;
}
.offers-single-page .offers-form .offers-form-cont .form-doc .doc-field-main .doc-decor-bttn{
	padding: 10px 20px;
	border: 1px solid #3eaf69;
	color: #3eaf69;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 14px;
	width: auto;
	display: inline-block;
    transition: all ease .25s;
}
.offers-single-page .offers-form .offers-form-cont .form-doc .doc-field-main .doc-decor-bttn i{
	margin-right: 10px;
}
.offers-single-page .offers-form .offers-form-cont .form-doc .doc-field-main p:not(.doc-decor-bttn),
.offers-single-page .offers-form .offers-form-cont .form-doc .doc-field-main p:not(.doc-decor-bttn){
	position: absolute;
	opacity: 0;
	z-index: 1;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}
.offers-single-page .offers-form .offers-form-cont .form-doc .doc-field-main span{
	height: 100%;
}
.offers-single-page .offers-form .offers-form-cont .form-doc .doc-field-main input{
	margin: 0;
	height: 100%;
	width: 100%;
}
.offers-single-page .offers-form .offers-form-cont .form-doc .doc-field-main:hover .doc-decor-bttn{
	background: #3eaf69;
	color: #fff;
}
.offers-single-page .offers-form .offers-form-cont .form-doc .doc-field-main .filename{
	font-size: 16px;
    color: #2c1f4e;
    font-weight: 500;
}
/*Single (END)*/

/*Affiliate Page*/
.affiliate-page .about-info{
	padding: 100px 0;
}
.affiliate-page .about-info .about-info-cont{
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}
.affiliate-page .about-info .about-info-cont .affiliate-contact-info,
.affiliate-page .about-info .about-info-cont .affiliate-contact-text{
	flex-basis: 47%;
}
.affiliate-page .about-info .affiliate-contact-info .contact-block .contact-block img{
	height: 30px;
	width: 30px;
	margin-right: 15px;
}
.affiliate-page .about-info .about-info-cont .affiliate-contact-text .main-title{
	margin-bottom: 30px;
}
.affiliate-page .about-info .about-info-cont .affiliate-contact-text .main-editor p{
	color: #b4ccea;
}
.affiliate-page .about-info .affiliate-contact-info .contact-block .contact-block{
	display: flex;
}
.affiliate-page .about-info .affiliate-contact-info .contact-block .contact-block .contact-info{
	flex-basis: 90%;
}
.affiliate-page .about-info .affiliate-contact-info .contact-block .contact-info p,
.affiliate-page .about-info .affiliate-contact-info .contact-block .contact-info a{
	color: #fcfcfc;
    font-family: 'OpenSans', sans-serif;
    font-size: 18px;
}
.affiliate-page .about-info .affiliate-contact-info .contact-block .contact-info .title{
	font-family: 'ProximaNova', sans-serif;
    font-size: 12px;
    letter-spacing: 2px;
    text-transform: uppercase;
    opacity: .7;
    margin-bottom: 10px;
}
.affiliate-page .about-info .affiliate-contact-info .contact-block .contact-block{
	margin-bottom: 40px;
}
.affiliate-page .about-info .affiliate-contact-info .contact-block-main{
	margin-bottom: 40px;
	border-bottom: 1px solid #fff;
}
.affiliate-page .about-info .affiliate-contact-info .contact-block-main:last-of-type{
	border-bottom: none;
}
.affiliate-page .about-info .country-title{
	margin-bottom: 20px;
}
.affiliate-page .about-info .country-title p{
	color: #fcfcfc;
    font-family: 'OpenSans', sans-serif;
    font-size: 22px;
}
.offers-single-page .main-editor p{
	color: #22283b;
}
.offers-single-page .main-editor ul li{
	color: #22283b;
	margin-bottom: 10px;
}
/*Affiliate Page (END)*/