/* 

a {
    
    text-decoration: none;
}

ul {

	list-style: none;

}

p{
	text-align: justify;
}

img {

	max-width: 100%;

}


.pull-left {

	display: inline-flex;

	margin-top: 10px;

}

.pull-left li {

	padding-right: 20px;

}


.navbar-nav>li {

	padding: 18px 6px!important;

}

.hermes .tp-tab-image {
    width: 100% !important;
    height: 100%!important;
    position: relative!important;
}

.con {

	text-align: center;

	margin-top: 20px;

}

.footer-bottom {

	background: #000;

	padding: 5px;

}

.footer-address h4 {

	color: #000;
	font-weight: 600;
	

}

.copy {

	color: #fff;

}

.logo-footer {

	float: right;

}

.dropdown-menu {
	    padding: 10px 10px!important;
}


.content h4 {
	    color: #02a2c4;
    font-weight: 600;
    line-height: 32px;
    text-align: justify;
}

.content p {
	    text-align: justify;
}

.details li {

	line-height: 28px;

}

.case h1 {
	text-align: center;
	margin-bottom: 110px;
	text-transform: uppercase;
	font-weight: 600;
	margin-top: 100px;
	color: #1e6ca9;
}

.header-mail a {

	color: #000!important;

}

.right {

	line-height: 28px;

} */

/* =============================main slider=======================*/

.slider {

	overflow: hidden;

	position: relative;

	height: 80vh;

	color: #fff;

}

.slider__top-heading {

	z-index: 12;

	position: absolute;

	left: 0;

	top: 100px;

	width: 100%;

	text-align: center;

	font-size: 16px;

	text-transform: uppercase;

	letter-spacing: 2.5px;

	-webkit-transition: all 0.5s 1s;

	transition: all 0.5s 1s;

	-webkit-transform: translateY(-30px);

	transform: translateY(-30px);

	opacity: 0;

}

.slider.s--ready .slider__top-heading {

	-webkit-transform: translateY(0);

	transform: translateY(0);

	opacity: 1;

}

.slider__slides {

	position: relative;

	height: 100%;

}

.slider__slide {

	position: absolute;

	left: 0;

	top: 0;

	width: 100%;

	height: 100%;

	pointer-events: none;

}

.slider__slide.s--active {

	pointer-events: auto;

}

.slider__slide-content {

	z-index: 6;

	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;

	-webkit-box-orient: vertical;

	-webkit-box-direction: normal;

	-ms-flex-direction: column;

	flex-direction: column;

	height: 100%;

	text-transform: uppercase;

	line-height: 1;

}

.slider__slide-subheading {

	margin-bottom: 20px;

	font-size: 24px;

	letter-spacing: 2px;

	-webkit-transform: translateY(20px);

	transform: translateY(20px);

	opacity: 0;

	-webkit-transition: 0.5s;

	transition: 0.5s;

	color: #3F9EFF;

}

.slider__slide.s--active .slider__slide-subheading {

	-webkit-transition-delay: 0.65s;

	transition-delay: 0.65s;

	opacity: 1;

	-webkit-transform: translateY(0);

	transform: translateY(0);

}

.slider__slide-heading {

	display: -webkit-box;

	display: -ms-flexbox;

	display: flex;

	margin-bottom: 20px;

	font-size: 60px;

	letter-spacing: 12px;

}

.slider__slide-heading span {

	display: block;

	opacity: 0;

	-webkit-transform: translateY(-60px);

	transform: translateY(-60px);

	-webkit-transition: all 0.33333s;

	transition: all 0.33333s;

}

.slider__slide.s--prev .slider__slide-heading span {

	-webkit-transform: translateY(60px);

	transform: translateY(60px);

}

.slider__slide.s--active .slider__slide-heading span {

	opacity: 1;

	-webkit-transform: translateY(0);

	transform: translateY(0);

}

.slider__slide-heading span:nth-child(1) {

	-webkit-transition-delay: 0s;

	transition-delay: 0s;

}

.slider__slide.s--active .slider__slide-heading span:nth-child(1) {

	-webkit-transition-delay: 0.33333s;

	transition-delay: 0.33333s;

}

.slider__slide-heading span:nth-child(2) {

	-webkit-transition-delay: 0.1s;

	transition-delay: 0.1s;

}

.slider__slide.s--active .slider__slide-heading span:nth-child(2) {

	-webkit-transition-delay: 0.43333s;

	transition-delay: 0.43333s;

}

.slider__slide-heading span:nth-child(3) {

	-webkit-transition-delay: 0.2s;

	transition-delay: 0.2s;

}

.slider__slide.s--active .slider__slide-heading span:nth-child(3) {

	-webkit-transition-delay: 0.53333s;

	transition-delay: 0.53333s;

}

.slider__slide-heading span:nth-child(4) {

	-webkit-transition-delay: 0.3s;

	transition-delay: 0.3s;

}

.slider__slide.s--active .slider__slide-heading span:nth-child(4) {

	-webkit-transition-delay: 0.63333s;

	transition-delay: 0.63333s;

}

.slider__slide-heading span:nth-child(5) {

	-webkit-transition-delay: 0.4s;

	transition-delay: 0.4s;

}

.slider__slide.s--active .slider__slide-heading span:nth-child(5) {

	-webkit-transition-delay: 0.73333s;

	transition-delay: 0.73333s;

}

.slider__slide-heading span:nth-child(6) {

	-webkit-transition-delay: 0.5s;

	transition-delay: 0.5s;

}

.slider__slide.s--active .slider__slide-heading span:nth-child(6) {

	-webkit-transition-delay: 0.83333s;

	transition-delay: 0.83333s;

}

.slider__slide-heading span:nth-child(n+7) {

	-webkit-transition-delay: 0.6s;

	transition-delay: 0.6s;

}

.slider__slide.s--active .slider__slide-heading span:nth-child(n+7) {

	-webkit-transition-delay: 0.93333s;

	transition-delay: 0.93333s;

}

.slider__slide-readmore {

	position: relative;

	font-size: 14px;

	text-transform: lowercase;

	-webkit-backface-visibility: hidden;

	backface-visibility: hidden;

	-webkit-transform: translateY(-20px);

	transform: translateY(-20px);

	cursor: pointer;

	opacity: 0;

	-webkit-transition: 0.5s;

	transition: 0.5s;

}

.slider__slide.s--active .slider__slide-readmore {

	-webkit-transition-delay: 0.65s;

	transition-delay: 0.65s;

	opacity: 1;

	-webkit-transform: translateY(0);

	transform: translateY(0);

}

.slider__slide-readmore:before {

	content: '';

	position: absolute;

	left: -2px;

	top: -3px;

	width: calc(100% + 4px);

	height: calc(100% + 6px);

	-webkit-transform: scaleX(0.3);

	transform: scaleX(0.3);

	-webkit-transform-origin: 0 50%;

	transform-origin: 0 50%;

	-webkit-transition: -webkit-transform 0.3s;

	transition: -webkit-transform 0.3s;

	transition: transform 0.3s;

	transition: transform 0.3s, -webkit-transform 0.3s;

	background: rgba(0, 92, 255, 0.62);

}

.slider__slide-readmore:hover:before {

	-webkit-transform: scaleX(1);

	transform: scaleX(1);

}

.slider__slide-parts {

	position: absolute;

	left: 0;

	top: 0;

	display: -webkit-box;

	display: -ms-flexbox;

	display: flex;

	width: 100%;

	height: 100%;

}

.slider__slide-parts:after {

	content: '';

	z-index: 5;

	position: absolute;

	left: 0;

	top: 0;

	width: 100%;

	height: 100%;

	/* background: rgba(0, 0, 0, 0.1);*/

}

.slider__slide-part {

	position: relative;

	width: 25%;

	height: 100%;

}

.slider__slide-part-inner {

	overflow: hidden;

	position: relative;

	width: 100%;

	height: 100%;

	background-size: 0 0;

	background-repeat: no-repeat;

	-webkit-transition: -webkit-transform 0.5s ease-in-out;

	transition: -webkit-transform 0.5s ease-in-out;

	transition: transform 0.5s ease-in-out;

	transition: transform 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out;

}

.slider__slide-part-inner:before {

	content: '';

	position: absolute;

	width: 100vw;

	height: 100%;

	background-image: inherit;

	background-size: cover;

	background-position: center center;

	-webkit-transition: opacity 0.25s;

	transition: opacity 0.25s;

	opacity: 0;

}

.slider__slide-part:nth-child(1) .slider__slide-part-inner {

	z-index: 3;

	-webkit-transition-delay: 0.24s;

	transition-delay: 0.24s;

	-webkit-transform: translateX(-32.5%);

	transform: translateX(-32.5%);

}

.slider__slide.s--active .slider__slide-part:nth-child(1) .slider__slide-part-inner {

	-webkit-transition-delay: 0.28s;

	transition-delay: 0.28s;

}

.slider__slide-part:nth-child(1) .slider__slide-part-inner:before {

	left: 0vw;

	-webkit-transition-delay: 0.365s;

	transition-delay: 0.365s;

}

.slider__slide.s--active .slider__slide-part:nth-child(1) .slider__slide-part-inner:before {

	-webkit-transition-delay: 0.28s;

	transition-delay: 0.28s;

}

.slider__slide-part:nth-child(2) .slider__slide-part-inner {

	z-index: 2;

	-webkit-transition-delay: 0.16s;

	transition-delay: 0.16s;

	-webkit-transform: translateX(-65%);

	transform: translateX(-65%);

}

.slider__slide.s--active .slider__slide-part:nth-child(2) .slider__slide-part-inner {

	-webkit-transition-delay: 0.36s;

	transition-delay: 0.36s;

}

.slider__slide-part:nth-child(2) .slider__slide-part-inner:before {

	left: -25vw;

	-webkit-transition-delay: 0.285s;

	transition-delay: 0.285s;

}

.slider__slide.s--active .slider__slide-part:nth-child(2) .slider__slide-part-inner:before {

	-webkit-transition-delay: 0.36s;

	transition-delay: 0.36s;

}

.slider__slide-part:nth-child(3) .slider__slide-part-inner {

	z-index: 1;

	-webkit-transition-delay: 0.08s;

	transition-delay: 0.08s;

	-webkit-transform: translateX(-97.5%);

	transform: translateX(-97.5%);

}

.slider__slide.s--active .slider__slide-part:nth-child(3) .slider__slide-part-inner {

	-webkit-transition-delay: 0.44s;

	transition-delay: 0.44s;

}

.slider__slide-part:nth-child(3) .slider__slide-part-inner:before {

	left: -50vw;

	-webkit-transition-delay: 0.205s;

	transition-delay: 0.205s;

}

.slider__slide.s--active .slider__slide-part:nth-child(3) .slider__slide-part-inner:before {

	-webkit-transition-delay: 0.44s;

	transition-delay: 0.44s;

}

.slider__slide-part:nth-child(4) .slider__slide-part-inner {

	z-index: 0;

	-webkit-transition-delay: 0s;

	transition-delay: 0s;

	-webkit-transform: translateX(-130%);

	transform: translateX(-130%);

}

.slider__slide.s--active .slider__slide-part:nth-child(4) .slider__slide-part-inner {

	-webkit-transition-delay: 0.52s;

	transition-delay: 0.52s;

}

.slider__slide-part:nth-child(4) .slider__slide-part-inner:before {

	left: -75vw;

	-webkit-transition-delay: 0.125s;

	transition-delay: 0.125s;

}

.slider__slide.s--active .slider__slide-part:nth-child(4) .slider__slide-part-inner:before {

	-webkit-transition-delay: 0.52s;

	transition-delay: 0.52s;

}

.slider__slide.s--active .slider__slide-part-inner {

	-webkit-transform: translateX(0);

	transform: translateX(0);

	-webkit-transition-timing-function: ease;

	transition-timing-function: ease;

}

.slider__slide.s--active .slider__slide-part-inner:before {

	opacity: 1;

}

.slider__control {

	z-index: 100;

	position: absolute;

	left: 50px;

	top: 50%;

	width: 50px;

	height: 50px;

	margin-top: -25px;

	border-radius: 50%;

	background: rgba(255, 255, 255, 0.4);

	-webkit-transform: translateX(-50px);

	transform: translateX(-50px);

	opacity: 0;

	-webkit-transition: all 0.5s 1s;

	transition: all 0.5s 1s;

	cursor: pointer;

}

.slider__control:before {

	content: '';

	position: absolute;

	left: 50%;

	top: 50%;

	width: 20px;

	height: 20px;

	margin-left: -10px;

	margin-top: -10px;

	border: 2px solid #007eff;

	border-bottom: none;

	border-right: none;

	-webkit-transform: translateX(5px) rotate(-45deg);

	transform: translateX(5px) rotate(-45deg);

}

.slider__control--right {

	left: auto;

	right: 50px;

	-webkit-transform: translateX(50px);

	transform: translateX(50px);

}

.slider__control--right:before {

	-webkit-transform: translateX(-5px) rotate(135deg);

	transform: translateX(-5px) rotate(135deg);

}

.slider.s--ready .slider__control {

	-webkit-transform: translateX(0);

	transform: translateX(0);

	opacity: 1;

}

/*===========================footer======================*/

/* .footer {

	background: #1e6ca9;
	padding: 40px;

}

.footer-address {

	color: #fff;

} */

/*================================menu===========================*/

.caret-up {

	width: 0;

	height: 0;

	border-left: 4px solid rgba(0, 0, 0, 0);

	border-right: 4px solid rgba(0, 0, 0, 0);

	border-bottom: 4px solid;

	display: inline-block;

	margin-left: 2px;

	vertical-align: middle;

}

.navbar-default {

	background-color: #fff!important;

	border-color: #fff!important;

}

.logo img {

	margin-top: 16px;

}

/*===============================contact=================*/

.inner-banner {
    background: #181818 url(../images/inner-banner-1-1.jpg) center top no-repeat;
    background-size: cover;
    position: relative;
    padding: 97px 0;
}

.inner-banner:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #001d44;
    opacity: .7;
}

.inner-banner .container {
    position: relative;
}

.inner-banner .container h1 {
    font-size: 60px;
    color: #FFFFFF;
    font-family: "Playfair Display";
    font-weight: 900;
    margin-bottom: 10px;
}

.inner-banner .container .breadcrumb {
    background-color: transparent;
    border-radius: 0;
    text-align: center;
    display: block;
    margin-bottom: 10px;
}

.sec-pad {
    padding: 120px 0;
}
/* 
contact-page .container {
    max-width: 800px;
 */

.sec-title {
    padding-bottom: 60px;
}

.sec-title .tag-line {
    text-transform: uppercase;
    color: #00b9ff;
    font-size: 14px;
    letter-spacing: .2em;
    line-height: 1em;
    display: block;
}
.sec-title .tag-line + h2 {
    margin-top: 9px;
}

.sec-title h2 {
    margin: 0;
    font-family: "Playfair Display";
    color: #181818;
    font-size: 50px;
}

.contact-page .contact-form .row {
    margin-left: -5px;
    margin-right: -5px;
}
.contact-page .contact-form .row [class*=col-] {
    padding-left: 5px;
    padding-right: 5px;
    margin-bottom: 10px;
}
.contact-page .contact-form .row [class*=col-] + [class*=col-] {
    margin-top: 0;
}

.contact-page input, .contact-page textarea {
    background: #f3f3f3;
    margin: 0;
}

.contact-page input, .contact-page textarea {
    background: #f3f3f3;
    margin: 0;
}
.contact-form textarea {
    height: 162px;
    padding-top: 20px;
}

.contact-form input, .contact-form textarea {
    display: block;
    width: 100%;
    border: none;
    outline: none;
    background: #fff;
    height: 72px;
    padding-left: 40px;
    color: #7f7f7f;
}
.textarea {
    overflow: auto;
    resize: vertical;
}

.contact-page input, .contact-page textarea {
    background: #f3f3f3!important;
    margin: 0;
}

.thm-btn.style-two {
    border: none;
    padding: 19px 50px;
    background: #014eb4;
    color: #fff;
    font-size: 16px;
}
.thm-btn {
   
    outline: none;
    cursor: pointer;
    background-color: transparent;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    border: 4px solid #00b9ff;
    color: #00b9ff;
    font-size: 18px;
    font-weight: 600;
    padding: 25px 56px;
    transition: all .4s ease;
}

.single-office-location {
    position: relative;
}

.single-office-location:before {
    content: '';
    width: 2px;
    background: #f3f3f3;
    height: 100%;
    position: absolute;
    top: 0;
    left: -70px;
}

.single-office-location h3 {
    color: #181818;
    font-family: "Playfair Display";
    font-weight: 900;
    font-size: 20px;
    margin-bottom: 30px;
}
.single-office-location h3, .single-office-location ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.single-office-location h3, .single-office-location ul {
    margin:0px 0px 18px 0px;
    padding: 0;
    list-style: none;
}
.single-office-location ul li {
    color: #7f7f7f;
    font-size: 16px;
    font-weight: 500;
    line-height: 1em;
}
.single-office-location ul li + li {
    margin-top: 18px;
}
.single-office-location ul li.phone {
    color: #00b9ff;
}

.breadcrumb>li>span {
	color:#fff;
}

.right a {
	color:#fff;
}




/*==================================teatimonials ========================================*/

       
        /* a:focus {
            color: #6f6f6f;
            text-decoration: none;
            transition-timing-function: ease-in-out;
            -ms-transition-timing-function: ease-in-out;
            -moz-transition-timing-function: ease-in-out;
            -webkit-transition-timing-function: ease-in-out;
            -o-transition-timing-function: ease-in-out;
            transition-duration: .2s;
            -ms-transition-duration: .2s;
            -moz-transition-duration: .2s;
            -webkit-transition-duration: .2s;
            -o-transition-duration: .2s;
        } */
        
        ul {
            margin: 0;
            padding: 0;
            list-style: none;
        }
        img {
    max-width: 100%;
    height: auto;
}
       
.testimonials {
	background: #f5f5f5;
    padding: 40px 0px;
}
.testimonials .heading {
    margin-bottom: 60px;
}
.testimonials .heading h2 {
    font-size: 30px;
    font-weight: 700;
    color: #313e4b;
    margin-bottom: 20px;
}
.testimonials .heading h2 span {
    font-weight: 300;
    color: #02a2c4;
    margin: 0;

}
.testimonials .heading p {
    font-size: 16px;
    font-weight: 300;
    line-height: 26px;
    margin: 0;
    color: #727f8c;
}
.testimonials .box {
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    padding: 40px;
    border-radius: 15px;
    margin-bottom: 40px;
    transition: all 0.4s ease-in-out;
	background: #fff;
}
.testimonials .box h3 {
    font-size: 18px;
    font-weight: 500;
    color: #313e4b;
}
.testimonials .box:hover {
    transform: translateY(-10px);
}
.testimonials .box h3 span {
    font-size: 13px;
    font-weight: 400;
    color: #02a2c4;
    margin-left: 10px;
}
.testimonials .box p {
    font-size: 15px;
    font-weight: 300;
    line-height: 24px;
    margin: 0;
    color: #727f8c;
    margin-bottom: 20px;
    margin-top: 10px;
    padding-right: 20px;
}
.testimonials .box .image img {
    width: 200px;
    border-radius: 50%;
    margin: 0;
    padding: 0;
    display: inline-block;
}
.testimonials .box .icon {
    border: 1px solid #eee;
    color: #777777;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    display: inline-block;
    margin-right: 10px;
    text-decoration: none;
    transition: all 0.3s ease-in-out;
}
.testimonials .box .icon:hover {
    color: #ffffff;
    border: 1px solid #02a2c4;
    background: #02a2c4;
}


/*========================================case study =================*/





.showcase {
  position: relative;
  width: 90%;
  height: 17em;
  margin: 1em auto;
  overflow: hidden;
  background: transparent;
}

.thumbnail {
  position: absolute;
  height: 100%;
  top: 0;
  left: 0;
  right: 300px;
  z-index: 1;
  background: #293853;
  background-position: 50% 50%;
  background-size: cover;
  transition: right 250ms ease, left 250ms ease;
}



.thumbnail__overlay {
  position: relative;
  padding-top: 8em;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  text-align: center;
  opacity: 0;
  transition: opacity 250ms ease;
}

.desc {
  position: absolute;
  width: 300px;
  height: 100%;
  top: 0;
  right: 0;
  padding: 20px;
  z-index: 2;
  background: white;
  text-align: center;
  transition: background 250ms ease, color 250ms, width 250ms ease, padding 250ms ease;
}
.desc:after {
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  top: 50%;
  left: -20px;
  margin-top: -10px;
  border-style: solid;
  border-width: 10px;
  border-color: transparent #fff transparent transparent;
  content: "";
  transition: border-color 250ms;
}

.showcase:hover .thumbnail {
  right: 325px;
  left: -25px;
}
.showcase:hover .thumbnail__overlay {
  opacity: 1;
}
.showcase:hover .desc {
  width: 350px;
  padding-left: 45px;
  padding-right: 45px;
  background: #202426;
  color: #fff;
}
.showcase:hover .desc:after {
  border-color: transparent #202426 transparent transparent;
}

.showcase--inverted .thumbnail {
  right: 0;
  left: 300px;
}

.showcase--inverted .desc {
  left: 0;
  right: auto;
}
.showcase--inverted .desc:after {
  left: auto;
  right: -20px;
  border-color: transparent transparent transparent #fff;
}

.showcase--inverted:hover .thumbnail {
  left: 325px;
  right: -25px;
}
.showcase--inverted:hover .desc:after {
  border-color: transparent transparent transparent #202426;
}

.btn {
  padding: 1em 2em;
  border: 0.15em solid #fff;
  color: #fff;
  text-decoration: none;
  font-weight: 700;
  transition: background 250ms;
}
.btn:hover {
  background: rgba(0, 0, 0, 0.6);
}


/*========================ddbm===========================*/

.ptb-50{
    padding: 50px 50px;
}

.section_bg_gray {
    background-color: #f3f5f7;
}

.single_what_we_do {
    background-color: #ffffff;
    text-align: center;
    padding: 0 35px;
    border-radius: 10px;
    position: relative;
    margin-bottom: 30px;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.single_what_we_do:hover {
    -webkit-box-shadow: 0 8px 12px 0 rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 8px 12px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 8px 12px 0 rgba(0, 0, 0, 0.2);
}

.single_what_we_do .top_line {
    position: absolute;
    top: 0;
    left: 44%;
    background-color: #1e6ca9;
    width: 12%;
    height: 3px;
}

.single_what_we_do .what_we_do_figure {
    padding: 40px 0;
}
.single_what_we_do .what_we_do_figure img {
    margin: 0 auto;
}
.single_what_we_do .what_we_do_title {
    font-weight: 600;
    font-size: 22px;
    padding-bottom: 35px;
    margin: 0;
    color: #2b353a;
}
.single_what_we_do .what_we_do_content {
    padding-bottom: 65px;
    color: #2b353a;
}
 .single_what_we_do .what_we_do_icon {
    position: absolute;
    bottom: -9px;
    left: 47%;
    color: #fff;
    background-color: #1e6ca9;
    width: 30px;
    height: 30px;
    text-align: center;
    border-radius: 50%;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.single_what_we_do .what_we_do_icon i {
    font-size: 24px;
    text-align: center;
    padding: 2px 3px 2px 5px;
}

/*=================================ddbm======================*/


.tabs {
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  position: relative;
  background: white;
  padding: 50px;
  padding-bottom: 80px;
  width: 100%;
  height: 100%;
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
  border-radius: 5px;
  min-width: 240px;
}
.tabs input[name="tab-control"] {
  display: none;
}
.tabs .content section h2,
.tabs ul li label {
  font-family: "Montserrat";
  font-weight: bold;
  font-size: 18px;
  color: #428BFF;
}
.tabs ul {
  list-style-type: none;
  padding-left: 0;
  display: flex;
  flex-direction: row;
  margin-bottom: 10px;
  justify-content: space-between;
  align-items: flex-end;
  flex-wrap: wrap;
}
.tabs ul li {
  box-sizing: border-box;
  flex: 1;
  width: 25%;
  padding: 0 10px;
  text-align: center;
}
.tabs ul li label {
  transition: all 0.3s ease-in-out;
  color: #929daf;
  padding: 5px auto;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
  white-space: nowrap;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.tabs ul li label br {
  display: none;
}
.tabs ul li label svg {
  fill: #929daf;
  height: 1.2em;
  vertical-align: bottom;
  margin-right: 0.2em;
  transition: all 0.2s ease-in-out;
}
.tabs ul li label:hover, .tabs ul li label:focus, .tabs ul li label:active {
  outline: 0;
  color: #bec5cf;
}
.tabs ul li label:hover svg, .tabs ul li label:focus svg, .tabs ul li label:active svg {
  fill: #bec5cf;
}
.tabs .slider1 {
  position: relative;
  width: 25%;
  transition: all 0.33s cubic-bezier(0.38, 0.8, 0.32, 1.07);
}
.tabs .slider1 .indicator {
  position: relative;
  width: 50px;
  max-width: 100%;
  margin: 0 auto;
  height: 4px;
  background: #428BFF;
  border-radius: 1px;
}
.tabs .content {
  margin-top: 30px;
}
.tabs .content section {
  display: none;
  -webkit-animation-name: content;
          animation-name: content;
  -webkit-animation-direction: normal;
          animation-direction: normal;
  -webkit-animation-duration: 0.3s;
          animation-duration: 0.3s;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  line-height: 1.4;
}
.tabs .content section h2 {
  color: #428BFF;
  display: none;
}
.tabs .content section h2::after {
  content: "";
  position: relative;
  display: block;
  width: 30px;
  height: 3px;
  background: #428BFF;
  margin-top: 5px;
  left: 1px;
}
.tabs input[name="tab-control"]:nth-of-type(1):checked ~ ul > li:nth-child(1) > label {
  cursor: default;
  color: #428BFF;
}
.tabs input[name="tab-control"]:nth-of-type(1):checked ~ ul > li:nth-child(1) > label svg {
  fill: #428BFF;
}
@media (max-width: 600px) {
  .tabs input[name="tab-control"]:nth-of-type(1):checked ~ ul > li:nth-child(1) > label {
    background: rgba(0, 0, 0, 0.08);
  }
}
.tabs input[name="tab-control"]:nth-of-type(1):checked ~ .slider {
  -webkit-transform: translateX(0%);
          transform: translateX(0%);
}
.tabs input[name="tab-control"]:nth-of-type(1):checked ~ .content > section:nth-child(1) {
  display: block;
}
.tabs input[name="tab-control"]:nth-of-type(2):checked ~ ul > li:nth-child(2) > label {
  cursor: default;
  color: #428BFF;
}
.tabs input[name="tab-control"]:nth-of-type(2):checked ~ ul > li:nth-child(2) > label svg {
  fill: #428BFF;
}
@media (max-width: 600px) {
  .tabs input[name="tab-control"]:nth-of-type(2):checked ~ ul > li:nth-child(2) > label {
    background: rgba(0, 0, 0, 0.08);
  }
}
.tabs input[name="tab-control"]:nth-of-type(2):checked ~ .slider {
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
}
.tabs input[name="tab-control"]:nth-of-type(2):checked ~ .content > section:nth-child(2) {
  display: block;
}
.tabs input[name="tab-control"]:nth-of-type(3):checked ~ ul > li:nth-child(3) > label {
  cursor: default;
  color: #428BFF;
}
.tabs input[name="tab-control"]:nth-of-type(3):checked ~ ul > li:nth-child(3) > label svg {
  fill: #428BFF;
}
@media (max-width: 600px) {
  .tabs input[name="tab-control"]:nth-of-type(3):checked ~ ul > li:nth-child(3) > label {
    background: rgba(0, 0, 0, 0.08);
  }
}
.tabs input[name="tab-control"]:nth-of-type(3):checked ~ .slider {
  -webkit-transform: translateX(200%);
          transform: translateX(200%);
}
.tabs input[name="tab-control"]:nth-of-type(3):checked ~ .content > section:nth-child(3) {
  display: block;
}
.tabs input[name="tab-control"]:nth-of-type(4):checked ~ ul > li:nth-child(4) > label {
  cursor: default;
  color: #428BFF;
}
.tabs input[name="tab-control"]:nth-of-type(4):checked ~ ul > li:nth-child(4) > label svg {
  fill: #428BFF;
}
@media (max-width: 600px) {
  .tabs input[name="tab-control"]:nth-of-type(4):checked ~ ul > li:nth-child(4) > label {
    background: rgba(0, 0, 0, 0.08);
  }
}
.tabs input[name="tab-control"]:nth-of-type(4):checked ~ .slider {
  -webkit-transform: translateX(300%);
          transform: translateX(300%);
}
.tabs input[name="tab-control"]:nth-of-type(4):checked ~ .content > section:nth-child(4) {
  display: block;
}
@-webkit-keyframes content {
  from {
    opacity: 0;
    -webkit-transform: translateY(5%);
            transform: translateY(5%);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
}
@keyframes content {
  from {
    opacity: 0;
    -webkit-transform: translateY(5%);
            transform: translateY(5%);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
}
@media (max-width: 1000px) {
  .tabs ul li label {
    white-space: initial;
  }
  .tabs ul li label br {
    display: initial;
  }
  .tabs ul li label svg {
    height: 1.5em;
  }
}
@media (max-width: 600px) {
  .tabs ul li label {
    padding: 5px;
    border-radius: 5px;
  }
  .tabs ul li label span {
    display: none;
  }
  .tabs .slider {
    display: none;
  }
  .tabs .content {
    margin-top: 20px;
  }
  .tabs .content section h2 {
    display: block;
  }
}
	

.section{
 line-height: 32px;
    padding: 0px 60px;
}

/*=========================slider=======================*/

.jk-slider{
    width:100%;
}

/* fade-screec */
/* #fade-screen {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  opacity: 0;
  display: none;
}

@keyframes fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
} */
/* *********************************************** */

/*          Hero Headers        */
/********************************/
.hero {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 3;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    text-shadow: 1px 1px 0 rgba(0,0,0,.75);
      -webkit-transform: translate3d(-50%,-50%,0);
         -moz-transform: translate3d(-50%,-50%,0);
          -ms-transform: translate3d(-50%,-50%,0);
           -o-transform: translate3d(-50%,-50%,0);
              transform: translate3d(-50%,-50%,0);
}
.hero h1 {
    font-size: 6em;    
    font-weight: bold;
    margin: 0;
    padding: 0;
}

.fade-carousel .carousel-inner .item .hero {
    opacity: 0;
    -webkit-transition: 2s all ease-in-out .1s;
       -moz-transition: 2s all ease-in-out .1s; 
        -ms-transition: 2s all ease-in-out .1s; 
         -o-transition: 2s all ease-in-out .1s; 
            transition: 2s all ease-in-out .1s; 
}
.fade-carousel .carousel-inner .item.active .hero {
    opacity: 1;
    -webkit-transition: 2s all ease-in-out .1s;
       -moz-transition: 2s all ease-in-out .1s; 
        -ms-transition: 2s all ease-in-out .1s; 
         -o-transition: 2s all ease-in-out .1s; 
            transition: 2s all ease-in-out .1s;    
}
/********************************/
/*            Overlay           */
/********************************/
.overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 2;
  
    opacity: .7;
}

.bottom-sec {
    margin: 38px 0;
    text-align: center;
}
.bottom-sec h5 {
    font-size: 20px;
    font-weight: 600;
	line-height: 32px
}

.bottom-sec strong {
    font-family: 'Just Another Hand', cursive;
    color: #c46b2f;
    font-weight: 500;
    display: inline-block;
    padding: 20px;
    font-size: 26px;
}

.page-about h3 {
    margin-bottom: 50px;
    font-weight: 600;
}

strong.ab--su-t {
    margin: 6px 0;
    display: inline-block;
}

strong.ab--su-t span {
    color: #b6772e;
    font-size: 34px;
    font-family: 'Just Another Hand', cursive;
    word-spacing: 2px;
    letter-spacing: 2px;
    font-weight: 100;
    padding: 10px 0;
    display: inline-block;
}
.about-review-section {
    margin-top: 20px;
}

.about-counter-box {
    text-align: center;
    padding: 20px;
    text-transform: uppercase;
    font-size: 14px;
    margin: 8px 0;
    color: #1b1b1b;
}

.solution-ot-wr strong {
    font-size: 30px;
    color: #2080b2;
	    font-family: 'Just Another Hand', cursive;
}

.solution-ot-wr i {
    color: #2080b2;
    font-size: 38px;
    margin: 0px 15px 0 0px;
}

.solution-ot-wr p {
    font-size: 16px;
    margin: 10px 0 0;
}

.clear-fix {
    clear: both;
}

.solution-btn {
    text-align: center;
}

.solution-btn a {
    color: #2080b2;
    font-size: 20px;
    font-weight: 500;
    border: 1px solid #2080b2;
    padding: 8px 25px;
    display: inline-block;
    margin: 0 0 21px;
    border-radius: 5px;
}

.content-section {
    position: relative;
}
.addition-p {
    top: 84%;
}


col-md-4.partner-ot-wr {
    margin: 20px 0;
}

input, textarea {
    background-color: transparent;
    border: none;
    border-bottom: 1px solid rgba(0,0,0,.2);
    font-size: 15px;
    width: 100%;
    height: 45px;
    outline: none;
}

label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 700;
}
.col-md-4.partner-ot-wr {
    margin: 20px 0;
}

.button-head button {
	float: right;
	margin-right: 8px;
	margin-bottom: 10px!important;
}


.carousel-control.right {
margin-top: 260px;
	background-image: none!important;
}


.carousel-control.left {
margin-top: 260px;
	background-image: none!important;
}
