/*! HTML5 Boilerplate v5.0 | MIT License | http://h5bp.com/ */

html {
    color: #222;
    font-size: 1em;
    line-height: 1.4;
}

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}
svg:not(:root) {
    overflow: visible;
}

audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

textarea {
    resize: vertical;
}

.browserupgrade {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

.wrap_nav{
    position: fixed;
    top: 0px;
    width: 92%;
    padding: 3% 4%;
    z-index: 9;
}

.wrap_logo{
	width: 80px;
    float: left;
    transition: all .3s ease-in-out;
}
.wrap_logo img{
	width: 100%;
}

.wrap_cta{
    float: right;
}

.wrap_cta .btn{
    text-transform: uppercase;
}

.btn svg{
    width: 25px;
    fill: #fff; 
}

.btn a{
    color: #fff;
    text-decoration: none;
    display: block;
}


body {
	font-family: 'Poppins', sans-serif;
    transition: all .4s ease-in-out;
    background-color: #ED6464;
}

.wrapper {
    width: 90%;
    margin: 0 5%;
}

.overlay_gradient{
background: -moz-radial-gradient(center, ellipse cover, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);
background: -webkit-radial-gradient(center, ellipse cover, rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%);
background: radial-gradient(ellipse at center, rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=1 );
    height: 100%;
    width: 100%;
    position: absolute;
    opacity: .2;
}

.swiper-container{
	height: 100%;
}

.col_sx, .col_dx{
    width: 100%;
    text-align: center;
    overflow: hidden;
}
.col_sx{
    height: 22%;
}
.col_dx{
    height: 78%;
}

.col_sx .inner_wrap{
	text-align: center;
	color: #fff;
}
.col_sx .inner_wrap h2{
    font-size: 35px;
    /* line-height: 40px; */
    padding-top: 40px;
}
.col_sx .inner_wrap p{
    font-size: 23px;	
}

.col_dx .wrap_case{
    transition-delay: .8s;
}
.col_dx .wrap_case img{
	width: 43% !important;
    margin: 1% 3% !important;
    display: inline-block;
    transform: translateX(230%);
    opacity: 0;
    transition: all .8s ease-in-out
}
.swiper-slide-active .col_dx .wrap_case img:nth-child(1){
    opacity: 1;
    transition-delay: .6s;	
    transform: translateX(0%);
}
.swiper-slide-active .col_dx .wrap_case img:nth-child(2){
    opacity: 1;
    transition-delay: .8s;	
    transform: translateX(0%);
}
.swiper-slide-active .col_dx .wrap_case img:nth-child(3){
    opacity: 1;
    transition-delay: 1s;	
    transform: translateX(0%);
}
.swiper-slide-active .col_dx .wrap_case img:nth-child(4){
    opacity: 1;
    transition-delay: 1.2s;	
    transform: translateX(0%);
}
.col_dx img{
	width: 80%;
	max-width: 700px;
	margin: 0 auto;
}
.wrap_container_pag_arrow{
    position: absolute;
    bottom: 50px;
    width: 100%;
}
.swiper-pagination{
	width: 100%;
    bottom: -6px;
}
.swiper-pagination-bullet {
    width: 15px;
    height: 15px;
    margin: 0px 5px;
    display: inline-block;
    border-radius: 100%;
    background: #fff !important;
    opacity: 1 !important;
    transition: all .3s ease-in-out;
    transform: scale(0.6);
    transform-origin: center center;
}
.swiper-pagination-bullet-active{
    background: #fff !important;
    opacity: 1 !important;
    transform: scale(1);
}

.swiper-button-prev, .swiper-button-next{
	background-image: none !important;
	z-index: 99;
}
.swiper-button-prev svg{
	transform: rotate(180deg)
}
.swiper-button-prev svg, .swiper-button-next svg{
	fill: #fff;
}

.swiper-slide .col_sx .inner_wrap{
	transform: translateX(-100%);
	opacity: 0;
	transition: all .8s ease-in-out;
}
.swiper-slide-active .col_sx .inner_wrap{
	transform: translateX(0%);
	opacity: 1;	
}
.swiper-slide .col_dx .inner_wrap{
	transform: translateX(100%);
	opacity: 0;
	transition: all .8s ease-in-out;
	transition-delay: .4s;
}
.swiper-slide-active .col_dx .inner_wrap{
	opacity: 1;
	transform: translateX(0%);
}

.only_mobile{
	display: block;
}
.only_desktop{
	display: none;	
}


.wrap_btn_bot{
		
}
.wrap_btn_bot .btn{
    display: inline-block;
    border: 2px solid;
    border-radius: 3px;
}


/* ==========================================================================
   Media Queries
   ========================================================================== */

@media only screen and (min-width: 480px) {}

@media only screen and (min-width: 768px) {

	.swiper-slide-active .col_sx .inner_wrap{
		transform: translateX(10%);
		opacity: 1;		
	}

	
	.wrap_logo{
		width: 100px;
	    float: left;
	}
	
	.wrap_nav{
	    width: 98%;
	    padding: 1%;
	}
	
	.only_mobile{
		display: none;
	}
	.only_desktop{
		display: block;	
	}
	.wrap_cta .btn{
	    border:3px solid #fff;
	    border-radius: 3px;
	    display: inline-block;
	}
	.btn a{
	    color: #fff;
	    text-decoration: none;
	    padding: 5px 10px;
	    display: block;
	    border-radius: 4px;
	}

	
	.col_sx, .col_dx{
		float: left;
	    width: 48%;
	    margin: 0% 1%;
        height: 100%;
        overflow: hidden;
	}
	
	.col_dx .inner_wrap{
		
	}
	
	.wrap_container_pag_arrow{
	    left: calc(50% - 125px);
		max-width: 250px;
	}
	.col_sx .inner_wrap h2{
		font-size: 60px;
	   line-height: 60px;
	   padding-top: 0px; 
	}
	.col_sx .inner_wrap{
		text-align: left;
	}
}

@media only screen and (min-width: 1140px) {}

/* ==========================================================================
   Helper classes
   ========================================================================== */

.hidden {
    display: none !important;
    visibility: hidden;
}

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

.invisible {
    visibility: hidden;
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}

/* ==========================================================================
   Print styles
   ========================================================================== */

@media print {
    *,
    *:before,
    *:after {
        background: transparent !important;
        color: #000 !important;
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}