html{
	font-size: 16px;
}
*{
	transition: all ease .4s;
	-webkit-transition: all ease .4s;
	-moz-transition: all ease .4s;
	-o-transition: all ease .4s;
}
body{
	overflow-x: hidden;
    font-family: Montserrat, sans-serif;
}

body h1,h2,h3,h4,h5,h6,p{
	margin: 0px;
}
body input:focus{
	outline: none;
}
body ul{
	margin: 0;
}
body a:hover,body a:focus{
	text-decoration: none;
}

.container {
    width: 1530px;
}
.padding_0{
	padding: 0px;
}
.padding_left{
	padding-left: 0px;
}
.padding_right{
	padding-right: 0px;
}
.navbar{
	background-color: transparent;
	border: none;
	margin-bottom: 0px;
	border-bottom: none;
	border-radius: 0px;
	position: absolute;
	top: 0;
	width: 100%;
	padding-top: 15px;
}

/* mobile show section top css */
.nos-pad{padding: 0 !important;}
.mobile-show-number{display: none !important;}
.mobile-show-number .alert-danger{
    margin-bottom: 0;
    position: fixed;
    top: 0;
    z-index: 999;
    width: 100%;
    border-radius: 0;
    border: 0;
    text-align: center;
    background-color: #C52527;
    padding: 12px 0;
}
.mobile-show-number .alert-danger p{
    display: flex;
    justify-content: center;
    align-items: center;
}
.mobile-show-number .alert-danger p span{
    font-size: 18px;
    color: white;
    margin-right: 8px;
}
.mobile-show-number .alert-danger p a{
    font-family: monospace;
    font-size: 18px;
    color: white;
    font-weight: 600;
}
.mobile-show-number .alert-danger p a:hover{}
.mobile-show-number .alert-danger p a:focus{}
.sht-y{display: block !important;}
/* mobile show section top css */
.navbar:before, .navbar:after {display: none !important;}
.navbar:after{width:85%; height: 1px; content: ""; display: block; background-color: #515c79;  margin-left: 15%;}
.navbar:before{width:9.5%; height: 1px; content: ""; display: block; background-color: #515c79; position: absolute; bottom: 0; left: 0; }
.navbar-nav>li{
	padding: 0px 20px;
}
.navbar-nav>li>a{
	font-size: 1rem;
	padding: 20px 0px;
	color: white;
	position: relative;
}
.navbar-nav>li>a:after{
	content: "";
	position: absolute;
	left: 0;
	width: 0;
	bottom: -1px;
	background-color: #f9b516;
	height: 1px;
}
.navbar-nav>li>a:hover,.navbar-nav>li>a:focus{
	color: white;
	background-color: transparent;	
}
.navbar-nav>li>a:hover:after,.navbar-nav>li>a:focus:after{
	width: 100%;
}
header {
    background-image: url(../images/ecom-banner-bg.png);
    /*background-size: 100% 99.5%;*/
    background-size: cover;
    background-repeat: no-repeat;
    padding: 241px 0px 0 0;
    margin-top: 0px;
    background-position: center top;
    position: relative;
    font-family: 'Montserrat', sans-serif;
    overflow: hidden;
}
header .main{
	display: inline-block;
	width: 100%;
	color: white;
	position: relative;
}
header .main h1{
	font-size: 3rem;
	font-weight: 600;
	padding-bottom: 50px;
	margin-bottom: 50px;
	position: relative;
}
header .main h1 span{
	font-size: 1.6rem;
	font-weight: bold;
	letter-spacing: 4px;
}
header .main h1:after{
	content: "";
	background-color: #8D6C22;
	height: 3px;
	width: 40px;
	position: absolute;
	left: 0;
	bottom: 0px;
}
header .main h3 {
    font-size: 25px;
    line-height: 1.25;
    color: #f9b416;
    margin-bottom: 15px;
}
.myCarouselBannertext p{font-size: 27px !important;}
header form{
	display: inline-block;
	width: 100%;
	float: right;
}
header form h3{
	font-size: 1.56rem !important;
	margin-bottom: 15px;
	text-transform: uppercase;
	background: -webkit-linear-gradient(left, #F9B416, #1AB8B7);
	background: linear-gradient(left, #F9B416, #1AB8B7);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
header form h3 b{
	font-weight: 600;
}
header form input{
	display: inline-block;
	width: 100%;
	border: none;
	border-radius: 3px;
	padding: 10px;
	margin-bottom: 20px;
	color: grey
}
header form .btn_red{
	background-color: #C52527;
	border:none;
	border-radius: 3px;
	width: 100%;
	padding: 10px 20px;
	color: white;
	font-size: 1rem;
	font-weight: 600;
}
header .scroller {
    color: white;
    position: absolute;
    left: 0;
    bottom: 50px;
    font-weight: 200;
    font-size: 0.8rem;
    font-weight: bold;
    letter-spacing: 3px;
    width: 100%;
    text-align: center;
    animation: floating 3s ease-in-out infinite;
        z-index: 3;
    left: 4%;
    right: 0;
    margin: auto;
    display: block;
}
@keyframes floating {
    from { transform: translate(0,  0px); }
    65%  { transform: translate(0, 15px); }
    to   { transform: translate(0, -0px); }    
}
header .scroller:after{
	content: "";
	position: absolute;
	left: 49%;
	bottom: -35px;
	height: 30px;
	width: 1px;
	background-color: white;
}
.sideheading{
	color: #231E2B;
	font-size: 2.8rem;
	text-align: center;
	line-height: 52px;
	font-weight: 400;
	position: relative;
}
.sideheading b{
	font-weight: 800;
	color: #C52527;
}
.sideheading:after{
	content: "";
	position: absolute;
	left: 26%;
	width: 40px;
	top: 25%;
	height: 1px;
	background-color: #1d8c85;
}
.brand_section{
	padding: 50px 0px;
	font-family: 'Montserrat', sans-serif;
	padding-bottom: 0px;
	padding-top: 200px;
}
.brand_section .box{
	display: inline-block;
	width: 100%;
	position: relative;
	padding: 10px;
	margin-top: 20px;
	text-align: center;
}
.brand_section .box:hover,.brand_section .box:focus{
	box-shadow: 0px 0px 10px 4px #0000001c;
}
.brand_section .box img{
	width: 100px;
	display: block;
	margin: 30px auto;
}
.brand_section .box h4{
	text-transform: uppercase;
	font-size: 1rem;
	font-weight: 700;
	letter-spacing: 4px;
	color: #231E2B;
	margin-bottom: 15px;
}
.brand_section .box h5{
	text-transform: uppercase;
	font-size: 0.8rem;
	font-weight: 500;
	letter-spacing: 2.5px;
	color: #0EC1B4;
	margin-bottom: 15px;
	padding-left: 20px;
	position: relative;
}
.brand_section .box h5:after{
	content: "";
	position: absolute;
	left: 0%;
    width: 40px;
    top: 40%;
	height: 2px;
	background-color: #A5D1CE;
}
.brand_section .box p{
	color: #69666E;
	font-weight: 500;
	margin-bottom: 20px;
	font-size: 1.1rem;
}
.brand_section .ipads{
	display: block;
	margin: auto;
	margin-top: 20px;
}
.reason_section{
	background-color: #F7F6F9;
	padding: 50px 0px;
	position: relative;
	font-family: 'Montserrat', sans-serif;
}
.reason_section .mac_ear{
	position: absolute;
	top: 80px;
	left: 100px;
	width: auto;
}
.reason_section .glasses_pen{
	position: absolute;
	top: 80px;
	right: 100px;
	width: 140px;
}
.reason_section .leaves{
	position: absolute;
	bottom: 100px;
    left: 0px;
    width: 75px;
}
.reason_section .feather{
	position: absolute;
	bottom: 20px;
    right: 20px;
    width: 85px;
}
.reason_section .intro{
	display: block;
    width: 58%;
    text-align: center;
    margin: auto;
    margin-top: 30px;
    margin-bottom: 50px;
    color: #423F48;
    font-weight: 600;
}
.reason_section .click_slider{
	position: relative;
	display: inline-block;
	width: 100%;
	margin-top: 20px;
}
.reason_section .click_slider .slider_item{
	position: relative;
	display: inline-block;
	width: 100%;
}
.reason_section .click_slider .slider_item .box{
	position: relative;
	display: inline-block;
	width: 100%;
	padding-left: 30px;
}
.reason_section .click_slider .slider_item img{
	width: 100%;
}
.reason_section h4{
	font-size: 2.3rem;
	font-weight: 600;
	color: #231E2B;
	margin-bottom: 20px;
	font-weight: 700;
}
.reason_section p{
	color: #69666E;
    font-weight: 400;
	margin-bottom: 30px;
	font-size: 1.1rem;
}
.reason_section .box h5{
	text-transform: uppercase;
	font-size: 1.3rem;
	font-weight: 500;
	letter-spacing: 2.5px;
	color: #1d8c84;
	margin-bottom: 15px;
	padding-left: 40px;
	position: relative;
}
.reason_section .box h5:after{
	content: "";
	position: absolute;
	left: 0%;
    width: 30px;
    top: 40%;
	height: 1px;
	background-color: #A5D1CE;
}
.reason_section .box .line{
	width: 1px;
	position: absolute;
	left: -10px;
	top: 0;
	bottom: 0;
	background-color: #cccfd0;
}
.reason_section .box .line .item_1, .reason_section .box .line .item_1.active{
	background-color: white;
    padding: 8px;
    border-radius: 50%;
    border: 1px solid #cccfd0;
    position: absolute;
    left: -8px;
    top: 14%;
    z-index: 999999;
}
.reason_section .box .line .item span{
	padding: 5px;
    border-radius: 50%;
    background-color: white;
    position: absolute;
    top: 19%;
    left: 19%;
}
.reason_section .box .line .item:hover span,.reason_section .box .line .item:hover span{
	background-color: #0EC1B4;
}
.reason_section .box .line .item_2, .reason_section .box .line .item_2.active{
	background-color: white;
    padding: 8px;
    border-radius: 50%;
    border: 1px solid #cccfd0;
    position: absolute;
    left: -8px;
    top: 60%;
    z-index: 999999;
}
.reason_section .box .line .active span, .reason_section .slide_item_1.active .box .line .item_1 span {
	background-color: #0EC1B4;
}

.reason_section .slider_item img{margin-top: 50px;}
.smallheading{
	color: white;
	font-size: 1.4rem;
	letter-spacing: 3px;
	text-align: center;
	font-weight: 600;
	position: relative;
	text-transform: uppercase;
}
.smallheading:after{
	content: "";
	position: absolute;
	left: 15%;
    width: 40px;
    top: 40%;
	height: 2px;
	background-color: white;
}
.custom_section{
	background-image: url(../images/greyBg.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	padding: 60px 0px;
	font-family: 'Montserrat', sans-serif;
	padding-bottom: 40px;
}
.custom_section h3{
	color: #0EC1B4;
	font-size: 3rem;
	font-weight: 700;
	text-align: center;
	margin-top: 20px;
}
.custom_section .item{
	padding-top: 180px;
}
.custom_section .item img{
	width: 100%;
}
.custom_section .item h3{
	text-align: left;
	color: white;
	margin-top: 50px;
	font-size: 30px;
}
.custom_section h5{
	text-transform: uppercase;
	font-size: 0.8rem;
	font-weight: 500;
	letter-spacing: 2.5px;
	color: #E8A818;
	margin: 30px 0px;
	padding-left: 40px;
	position: relative;
}
.custom_section h5:after{
	content: "";
	position: absolute;
	left: 0%;
    width: 20px;
    top: 40%;
	height: 2px;
	background-color: #5B5860;
}
.custom_section p{
	color: white;
	font-size: 1.1rem;
	font-weight: 400;
	width: 80%;
}
.custom_section .carousel-indicators{
	position: absolute;
	top: 70px;
	z-index: 1;
	left:0;
	right: 0;
	margin: 0 auto;
	bottom: inherit;
	width: 100%;
}
.custom_section .carousel-indicators li{
	border:0px;
	width: 16%;
	background-color: transparent;
	height: auto;
	text-indent: inherit;
	position: relative;
	border-radius: 0px;
	text-align: center;
	margin: 0;
}
.custom_section .carousel-indicators li img{
	display: block;
	margin: auto;
}
.custom_section .carousel-indicators li hr{
	border-color: #A3A1A5;
	display: block;
	margin: 20px auto;
	width: 16px;
}
.custom_section .carousel-indicators li h6{
	color: #A3A1A5;
	font-size: 1rem;
	line-height: 25px;
}
.custom_section .carousel-indicators li.active{
	background-color: transparent;
	height: auto;
}
.custom_section .carousel-indicators li.active h6{
	color: white;
}

.custom_section .carousel-inner .padding_0{padding-top: 50px;}
.form_section{
	background-image: url(../images/bg_red.png);
	background-repeat: no-repeat;
	background-size: 100% 100%;
	padding: 70px 0px;
	font-family: 'Montserrat', sans-serif;
}
.form_section .smallheading:after{
    height: 30px;
    width: 1px;
    left: 0;
    top: -70px;
    right: 0;
    margin: 0 auto;
}
.form_section h3{
	color: white;
	font-size: 3rem;
	font-weight: 700;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 40px;
}
.form_section  .smallheading { font-size: 1.7rem;}


.form_section form{
	display: block;
	width: 75%;
	margin: auto;
}
.form_section input{
	display: inline-block;
	width: 100%;
	border: none;
	border-radius: 2px;
	height: 35px;
	padding-left: 10px;
	margin-bottom: 20px;
}
.form_section textarea{
	display: inline-block;
	width: 100%;
	border: none;
	border-radius: 2px;
	height: 80px;
	padding-top: 5px;
	padding-left: 10px;
	margin-bottom: 20px;
}
.form_section .btn_yellow{
	background-color: #F9B416;
	border:none;
	border-radius: 2px;
	width: 100%;
	padding: 10px 20px;
	color: white;
	font-size: 1rem;
	font-weight: 600;
        height:auto;
}
.slider_section{
	background-image: url(../images/green_bg.png);
	background-repeat: no-repeat;
	background-size: cover;
	padding: 50px 0px 0 0;
	padding-bottom: 0px;
	font-family: 'Montserrat', sans-serif;
}


.slider_section .sideheading{
	color: white;
}
.slider_section .sideheading:after{
	background-color: white;
	height: 35px;
	width: 2px;
	left: 50%;
	top: -50px;
}
.slider_section .item{
	text-align: center;
}
.slider_section .item .glg_logo{
	width: 140px;
	margin-top: 20px;
}
.slider_section h5{
	text-transform: uppercase;
	font-size: 0.9rem;
	font-weight: 500;
	letter-spacing: 2.5px;
	color: white;
	margin-top: 20px;
	margin-bottom: 35px;
	position: relative;
}
.slider_section h5:after{
	content: "";
	position: absolute;
	left: 28%;
    width: 30px;
    top: 40%;
	height: 2px;
	background-color: white;
}
.slider_section .mac{
	width: 75%;
	display: block;
	margin: auto;
}
.slider_section .carousel-inner{overflow: visible;}
.slider_section .mac{margin-bottom: -200px;}
.slider_section .carousel-control{margin-top: 15%;}
.carousel-control{
	opacity: 1;
	width: 1%;
	top: 48%;
}
.carousel-control:hover,.carousel-control:focus{
	opacity: 1;
}
.carousel-control.left{
	background-image: none;
	left: 0%;
}
.carousel-control.right{
	background-image: none;
	right: 0%;
}
.roadmap_section{
	padding: 50px 0px 26px 0;
	/*padding-top: 200px;*/
	font-family: 'Montserrat', sans-serif;
}
.roadmap_section .sideheading{
	margin-bottom: 60px;
}
.roadmap_section .sideheading:after{
	left: 38%;
}
.roadmap_section .item img{
	width: 80%;
	display: block;
	margin: auto;
}
.roadmap_section .item h6{
	color: #C52527;
	font-size: 0.7rem;
	margin-bottom: 15px;
}
.roadmap_section .item h3{
	color: #231E2B;
	text-transform: uppercase;
	font-weight: 700;
	letter-spacing: 5px;
	font-size: 1.8rem;
	margin-bottom: 15px;
}
.roadmap_section .item h5{
	text-transform: uppercase;
	font-size: 0.8rem;
	font-weight: 500;
	letter-spacing: 2.5px;
	color: #0EC1B4;
	margin-bottom: 15px;
	padding-left: 40px;
	position: relative;
}
.roadmap_section .item h5:after{
	content: "";
	position: absolute;
	left: 0%;
    width: 30px;
    top: 45%;
	height: 2px;
	background-color: #0EC1B4;
}
.roadmap_section .item p{
	color: #69666E;
	font-weight: 600;
	margin-bottom: 25px;
	font-size: 1.1rem;
}
.roadmap_section .btn_red{
	background-color: #C52527;
	border:none;
	border-radius: 3px;
	padding: 10px 30px;
	color: white;
	font-size: 1rem;
	font-weight: 600;
	display: inline-block;
}
.coffee_section{
	background-image: url(../images/coffee_bg.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	padding: 250px 0px 350px 0;
	color: white;
	font-family: 'Montserrat', sans-serif;
}
.coffee_section h1{
	font-size: 3.4rem;
	font-weight: 800;
	padding-bottom: 20px;
	margin-bottom: 25px;
	position: relative;
}
.coffee_section h1 span{
	font-size: 1.6rem;
	font-weight: 400;
	letter-spacing: 4px;
}
.coffee_section h1:after{
	content: "";
	background-color: #8D6C22;
	height: 3px;
	width: 40px;
	position: absolute;
	left: 0;
	bottom: 0px;
}
.coffee_section p{
	font-size: 1.1rem;
	line-height: 25px;
	font-weight: 400;
}

.cta-footer-wrap {
    text-align-last: center;
    position: relative;
    top: -125px;
}
.cta-footer-wrap  .btn_red{
    color: #fff !important;
    background: #c52527;
    font-size: 22px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 48px;
    text-align: center;
    letter-spacing: 3px;
    padding: 20px 38px;
    transition: all .4s linear;
    -webkit-transition: all .4s linear;
    -moz-transition: all .4s linear;
    -o-transition: all .4s linear;
    position: relative;
    border-radius:3px; 
}
.cta-footer-wrap .btn_red:hover {
    background: #1d8c84;
}
.cta-footer-wrap  .btn_red span{
	background-color: #F6AA17;
	width: 5px;
	height: 5px;
	display: inline-block;
	vertical-align: middle;
}
.top_footer{
	background-image: url(../images/bg_grey_2.png);
	background-repeat: no-repeat;
	background-size: cover;
	padding: 50px 0px;
	padding-top: 100px;
	color: white;
	font-family: 'Montserrat', sans-serif;
	text-align: center;
}
.top_footer h3{
	width: 100%;
	text-align: center;
	display: inline-block;
	background-color: transparent;
	padding: 0px 20px;
	position: relative;
	z-index: 9999;
	margin-bottom: 30px;
	font-size: 2.6rem;
	font-weight: 700;
}
.top_footer h3:before{
	content: "";
	position: absolute;
	left: 0;
	width: 25%;
	height: 1px;
	top: 23px;
	background-color: white;
}
.top_footer h3:after{
	content: "";
	position: absolute;
	right: 0;
	width: 25%;
	height: 1px;
	top: 23px;
	background-color: white;
}
/*.top_footer:hover h3:before,  .top_footer:hover h3:after {
    -webkit-animation-name: line;
    animation-name: line;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}*/

.top_footer h5{
	text-transform: uppercase;
	font-size: 1.2rem;
	font-weight: 500;
	letter-spacing: 2.5px;
	color: #0EC1B4;
	margin-top: 10px;
	margin-bottom: 15px;
	position: relative;
}
.top_footer p a{
	font-size: 1.3rem;
	font-weight: 300;
	color: #9A999C;
	margin-bottom: 15px;
	position: relative;
	display: inline-block;
}
.reason_section .box .line .item{
	cursor: pointer;
}
.reason_section .click_slider .slider_item{
	display: none;
}
.reason_section .click_slider .slider_item.active{
	display: block;
}
.custom_section .carousel-indicators li img:nth-child(2), .custom_section .carousel-indicators li:hover img:nth-child(1){
	display: none;
}
.custom_section .carousel-indicators li.active hr, .custom_section .carousel-indicators li:hover hr{
	border-color: white;
}
.custom_section .carousel-indicators li.active img:nth-child(2), .custom_section .carousel-indicators li:hover img:nth-child(2){
	display: block;
}
.custom_section .carousel-indicators li.active img:nth-child(1){
	display: none;
}
footer{
	background-color: #1D1924;
	font-family: 'Montserrat', sans-serif;
	padding: 20px 0;
}
footer .copyrights {
    font-size: 16px;
    text-transform: uppercase;
    text-align: center;
    color: #fff;
}
footer p{
	margin: 30px 0px;
	color: #fff;
	font-size: 0.8rem;
}
footer p a{
	color: #8E8C92;
	font-size: 0.8rem;
	display: inline-block;
}
footer p a:hover,footer p a:focus{
	color: #8E8C92;
}
footer p span{
	display: inline-block;
	margin: 0px 10px;
}
.footer-logo {margin-bottom: 75px;}
.footer-logo img {
    margin: 0 auto;
}


/** fadeInLeft **/

@-webkit-keyframes fadeInLeft {
    from {
        opacity:0;
        -webkit-transform: translatex(-10px);
        -moz-transform: translatex(-10px);
        -o-transform: translatex(-10px);
        transform: translatex(-10px);
    }
    to {
        opacity:1;
        -webkit-transform: translatex(0);
        -moz-transform: translatex(0);
        -o-transform: translatex(0);
        transform: translatex(0);
    }
}
@-moz-keyframes fadeInLeft {
    from {
        opacity:0;
        -webkit-transform: translatex(-10px);
        -moz-transform: translatex(-10px);
        -o-transform: translatex(-10px);
        transform: translatex(-10px);
    }
    to {
        opacity:1;
        -webkit-transform: translatex(0);
        -moz-transform: translatex(0);
        -o-transform: translatex(0);
        transform: translatex(0);
    }
}
@keyframes fadeInLeft {
    from {
        opacity:0;
        -webkit-transform: translatex(-100px);
        -moz-transform: translatex(-100px);
        -o-transform: translatex(-100px);
        transform: translatex(-100px);
    }
    to {
        opacity:1;
        -webkit-transform: translatex(0);
        -moz-transform: translatex(0);
        -o-transform: translatex(0);
        transform: translatex(0);
    }
}
.reason_section .click_slider .slider_item.active .in-left {
    -webkit-animation-name: fadeInLeft;
    -moz-animation-name: fadeInLeft;
    -o-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-duration: 1s;
    -moz-animation-duration: 1s;
    -o-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-delay: 0.2s;
    -moz-animation-delay: 0.2s;
    -o-animation-duration:1s;
    animation-delay: 0.2s;
}


@keyframes fadeUp {
    from {
        transform: translate3d(0,40px,0)
    }

    to {
        transform: translate3d(0,0,0);
        opacity: 1
    }
}

@-webkit-keyframes fadeUp {
    from {
        transform: translate3d(0,40px,0)
    }

    to {
        transform: translate3d(0,0,0);
        opacity: 1
    }
}

.animated {
    animation-duration: 1s;
    animation-fill-mode: both;
    -webkit-animation-duration: 1s;
    -webkit-animation-fill-mode: both
}

.animatedFadeUp {
    opacity: 0
}

.reason_section .click_slider .slider_item.active .fadeUp {
    opacity: 0;
    animation-name: fadeUp;
    -webkit-animation-name: fadeUp;
}

 .headingOpacity{
    font-size: 12.5rem;
    text-align: center;
    color: #f7f7f7;
    text-transform: uppercase;
    font-weight: bold;
    margin-top: 30px;
    line-height: 100px;
    position: relative;
}

.blueBullets{top: -100px; bottom: inherit; width: 100%; left: 0; right: 0; margin: 0 auto;}
.blueBullets:after{width:100%; height: 1px; background-color:#8ec5c1; content: ""; display: block; position: absolute;
    top: 12px; }
.blueBullets li{position: relative;z-index: 50; float: left; margin: 0; margin-right: 100px; width: 25px; height:25px; border: 1px solid transparent; }
.blueBullets .active{ border: 1px solid #1d8c84;  border-radius: 100px; margin-right: 100px; width: 25px; height:25px;  }
.blueBullets li:after{width:9px; height: 9px; background-color:#1d8c84; content: ""; display: block; border-radius: 50px; margin: 7px auto 0 auto; }
.roadmap_section .carousel-inner{margin-top: 150px;}
.blueBullets li.first{float: left; margin-left: 100px; margin-right: 50%;}

.brand_section .box img.hover, .brand_section .box:hover img.normal{display: none;}
.brand_section .box:hover img.hover{display: block;}
.roadmap_section .item h3{position: relative;}
.roadmap_section .item h3:before{background: url(../images/greenLines.png) no-repeat left top; width: 70px; height:45px; content: ""; display: block; position: absolute; left: -120px; top: -30px; }

/*================================================================
                Banner Slider
================================================================*/
.pos-rel{position:relative;}
.banner-slider {position: absolute; top: 35px; left: 36px; right: 31px; margin: auto; width: 100%; max-width: 333px; bottom: 124px; overflow: hidden; z-index: 0;}
.tablet-bg{margin:0 auto; position: relative; z-index: 1;}
.banner-slider-image{}

/*================================================================
                Clientele Section
================================================================*/
.clientele-section{background-color: #fff; padding-top: 30px; padding-bottom: 30px; text-align: center;}
.clientele-section > .container{max-width: 1540px; width: 100%; margin: 0 auto; padding-left: 15px; padding-right: 15px;}
.clientele-head {font-size: 60px; margin-top: 0; text-align: center; display: inline-block; font-family: 'Montserrat', sans-serif !important; font-weight: bold;}
.clientele-head > span {display: inline-block; width: 13px; height: 13px; background-color: #000;}
.clientele-logos {display: flex; justify-content: space-between; align-items: center; margin-top: 60px;}

/*================================================================
                Testimonials Section
================================================================*/
.testimonials-section {background-color: #f3f7ff; padding-top: 100px; padding-bottom: 100px; text-align: center;}
.testimonial-section > .container{max-width: 1540px; width: 100%; margin: 0 auto; padding-left: 15px; padding-right: 15px;}
.testimonial-head {font-size: 60px; margin-top: 0; text-align: center; display: inline-block; font-family: 'Montserrat', sans-serif !important; font-weight: bold;}
.testimonial-head > span {display: inline-block; width: 13px; height: 13px; background-color: #000;}
.testimonial-items {margin-top: 60px; display: flex; justify-content: space-between; align-items: center;}
.testimonial-items > .testimonial-item {width: 32%;}
.testimonials-text {border: 0; border-radius: 10px; color: #fff; padding: 60px 40px; min-height: 400px;}
.testimonials-text p {color: #fff; font-size: 15px; font-family: 'Montserrat', sans-serif; font-weight: 400; margin-top: 30px;}
.golden-box {background-color: #dba11c;}
.green-box {background-color: #55aca6;}
.red-box {background-color: #ee1d3b;}
.banner-ul {padding: 0; margin: 0; margin-left: 15px;}

@media(max-width: 1919px){
	.container {width: 96%;}
	.navbar:after { width: 93%; margin-left: 7%;}
	.navbar:before { width: 2.5%;}
	.tablet-bg {width: 81%;}
	.banner-slider {position: absolute; top: 5%; left: 5%; right: 4%; margin: auto; width: 43%;  max-width: 43%; bottom: 20%; overflow: hidden; z-index: 0;}
}

@media(max-width: 1600px){
	html{font-size: 13px;}
       .blueBullets li.first{margin-right: 20%;}
       
    /*Testimonials Section*/
   .testimonials-text {min-height: 460px;}

}

@media(max-width: 1320px){
	.container {width: 100%;}
	html{font-size: 13px;}

}

@media(max-width: 1200px){
	html{
		font-size: 14px;
	}
	header .main h1{
		font-size: 2.8rem;
	}

	.sideheading:after{
		left: 24%;
	}
	.form_section form{
		width: 90%;
	}
	.roadmap_section .sideheading:after {
	    left: 33%;
	}
	.coffee_section h1{
		font-size: 2.8rem;
	}
	.coffee_section .btn_red{
		left: 33%;
		bottom: -120px;
	}
	.coffee_section{
		padding: 100px 0px;
	}
	.brand_section .box h5:after{
		width: 25px;
	}
	
    /*Testimonial Section*/
    .testimonials-text {min-height: 630px;}
	
}
@media(max-width: 1024px){
	.container {width: 100%;}
	html{
		font-size: 12px;
	}
	.navbar{
		padding: 10px 0px;
		position:relative;
	}
	header{
		padding-top: 0px;
		background-size: auto;
	}
	header .main{
		margin-top: 30px;
		text-align: center;
	}
	header .main h1:after{
		left: 0%;
	}
	header form{
		width:100%;
		margin-top: 0px;
	}
	header .scroller{
		left: 0%;
		font-size: 0.7rem;
	}
	header .main h3 { font-size: 1.8rem; line-height: 21px; text-align: left;}
	header .main h1{ text-align: left;}
	.navbar>.container .navbar-brand{margin-left: 20px;}
	.navbar:before {width: 4.5%; bottom: 10px;}
	.navbar:after { width: 88%;margin-left: 14%;}

	.navbar-toggle{
		border:1px solid white;
		margin-top: 0px;
		margin-bottom: 0px;
	}
	.navbar-toggle .icon-bar{
		background:white;
	}
	.padding_left{
		padding: 0px;
	}
	.padding_right{
		padding: 0px;
	}
	.reason_section .click_slider .slider_item .box{
		padding-left: 0px;
		padding-top: 60px;
	}
	.reason_section .box .line{
		width: 100%;
		height: 1px;
		left: 0px;
		right: 0px;
		top: 20px;
		bottom: initial;
	}
	.reason_section .box .line .item_1{
		left: 20% !important;
    	top: -8px !important;
	}
	.reason_section .box .line .item_2{
		left: 80% !important;
    	top: -8px !important;
	}
	.sideheading:after {
	    left: 0%;
	    width: 25px;
	}
	.reason_section .glasses_pen{
		top: 80px;
	    right: 10px;
	    width: 80px;
	}
	.reason_section .mac_ear {
	    left: 10px;
	    width: 100px;
	}
	.reason_section .intro{
		width: 80%;
		margin-top: 50px;
	}
	.reason_section .feather{
		width: 50px;
	}
	.reason_section .leaves {
	    position: absolute;
	    bottom: 20px;
	    left: 0px;
	    width: 40px;
	    z-index: 99999;
	}
	.form_section form {
	    width: 100%;
	}
	.custom_section .carousel-indicators li img{
		width: 50%;
	}
	.custom_section .carousel-indicators{
		width: 100%;
		left: 30%;
	}
	.carousel-control{
		top: 20%;
	}
	.carousel-control img{
		width: 18px;
	}
	.carousel-control.right{
		right: 5%;
	}
	.carousel-control.left{
		left: 5%;
	}
	.coffee_section .btn_red {
	    left: 31%;
	    bottom: -120px;
	    width: 300px;
	}
	.coffee_section{
		text-align: center;
	}
	.coffee_section h1:after{
		left: 48%;
	}
.top_footer h3:before, .top_footer h3:after{ width: 15%; }
	.top_footer .text-left,.top_footer .text-right{
		text-align: center;
	}
	footer p{
		margin: 15px 0px;
		text-align: center;
	}
	footer .text-left,footer .text-right{
		text-align: center;
	}
	.smallheading {
	    padding-left: 69px;
	    color: white;
	    text-align: left;
	    font-size: 1rem;
	    letter-spacing: 3px;
	    line-height: 1.5;
	    font-weight: 600;
	    position: relative;
	    text-transform: uppercase;
	}
	.smallheading:after {
	    content: "";
	    position: absolute;
	    left: 16px;
	    width: 40px;
	    top: 11px;
	    height: 2px;
	    background-color: white;
	}
	.sideheading:after {
	    left: 18%;
	    width: 25px;
	}
.custom_section .carousel-indicators {left: 0%;}
.blueBullets li{margin-right: 50px;}
.blueBullets .active{margin-right: 50px;}
.custom_section p{width: 100%;}
.slider_section h5:after{left:18%;}
.reason_section .slider_item img { margin-top: 150px;}
.slider_section{background-position: center top;}
.slider_section .mac {margin-bottom: -100px;}
.roadmap_section{padding-top: 100px;}
.brand_section .box h5:after{ top: 22%; width: 15px;}

}

@media screen and (max-width:991px){
    /*Banner Slider*/
    header .main h1 {font-size: 22px;}
    header .main h3 {font-size: 18px;}
    /*.banner-slider {top: 40px; width: 80%; max-width: 302px; bottom: 40px;}*/
    
    /*Clientele Section*/
    .clientele-logos > img {max-width: 110px;}
    
    /*Testimonials Section*/
    .testimonials-text {padding: 30px 20px;}
}


@media(max-width: 767px){
	header .scroller{
		left: 0;
		bottom: 30px;
		font-size: 12px;
	}
	header .scroller:after{
		left: 52%;
	}
	.sideheading:after {
	    left: -3%;
	    width: 25px;
	}
	.slider_section h5{
		line-height: 20px;
		font-size: 1.1rem;
	}
	.slider_section h5:after{
		left: -2%;
		top: 25%;
	}
	.roadmap_section .sideheading:after {
	    left: 22%;
	    top: 18%;
	}
	.coffee_section .btn_red{
		left: 13%;
	}
	.coffee_section h1:after {
	    left: 44%;
	}
	header form{
		width: 100%;
	}

.custom_section .carousel-indicators { width: 100%; left: 0%; max-width: 360px;}
.navbar:before, .navbar:after, .blueBullets, .brand_section .box h5:after, .sideheading:after, .roadmap_section .item h3:before, .slider_section h5:after{display: none;}
.navbar-brand{padding: 0 15px;}
.navbar-brand>img{max-width: 40px;}
.main img{max-width: 300px; margin: 10px auto;}
header .main h3, header form .btn_red {  line-height: 20px;}
header form .btn_red{font-size:16px;}
html{font-size: 10px;}
footer, .coffee_section { padding: 15px 0;}
.footer-logo { margin-bottom: 50px;}
.top_footer{padding: 50px 0;}
.footer-logo img {  max-width: 150px;}
.cta-footer-wrap { top: -75px;}
.navbar-toggle{margin-top: 10px;}
.navbar-nav>li>a {padding: 10px 0px;}
.sideheading{line-height: 34px;}
.reason_section .intro, .custom_section p{margin: 10px 0; width: 100%;}
.reason_section .slider_item img{margin-top: 0px;}
.custom_section h3, .form_section h3{font-size: 30px}
.form_section .smallheading {padding: 0; font-size: 14px; text-align: center;}
.roadmap_section{padding-bottom: 0;}
.cta-footer-wrap .btn_red{padding: 20px 10px;  font-size: 12px;}
.coffee_section p{line-height: 1.25; font-size: 16px; margin-bottom: 20px;}
.coffee_section{padding-bottom: 40px;}
.custom_section .carousel-indicators li{width: 30%;}
.custom_section .carousel-indicators li h6 {  font-size: 16px;}
.custom_section .carousel-inner .padding_0{padding-top: 0;}
footer .copyrights{font-size: 12px;}
.headingOpacity{ font-size: 4.5rem; margin-top: 0;}
.roadmap_section .carousel-inner {  margin-top: 20px;}
.navbar>.container .navbar-brand{margin-left: 0px;}
header .main h1, header .main h3{text-align: center;}
header{padding-bottom: 50px;}
.custom_section{background-image: none; background-color: #1e1a25;}
.slider_section{min-height: 250px; padding-bottom:50px;}
.custom_section .item h3{font-size:20px;}
.sideheading { line-height: 1.25; font-size: 30px;}
.roadmap_section{ padding-top: 50px;}
header .scroller:after, header .main h1:after{ left: 0%;right: 0; margin: 0 auto; }
.top_footer h3:before, .top_footer h3:after{display:none;}

    /*Banner Slider*/
    /*header{padding-bottom:0;}*/
    .banner-slider {width: 180px;}
    
    /*Clientele Section*/
    .clientele-section {padding-top: 50px; padding-bottom: 100px;}
    .clientele-head {font-size: 30px;}
    .clientele-logos {flex-flow: row wrap; margin-top:10px;}
    .clientele-logos img {max-width: 125px; margin-bottom: 0px; margin: 0 auto;}
    .slick-prev:before, .slick-next:before{color:#000; font-size: 16px;}
    .slick-prev {left: calc(50% - 29.5px);}
    .slick-next {right: calc(50% - 29.5px);}
    .slick-dotted.slick-slider {margin-bottom: 0;}
    .slick-prev, .slick-next{border: 1px solid #000; width:auto; height:auto; padding:6px; z-index: 1; top: auto; bottom: -50px; -webkit-transform: translate(0, 0%); -ms-transform: translate(0, 0%); transform: translate(0, 0%);}
    
    /*Testimonials Section*/
    .testimonials-section {padding-top: 50px; padding-bottom: 100px; margin-top: 80px;}
    .testimonial-head {font-size: 30px;}
    .testimonial-items {margin-top: 30px; flex-flow: row wrap;}
    .testimonial-items > .testimonial-item {width: 100%; margin-bottom: 20px;}
    .testimonials-text {min-height: auto;}
    
    .brand_section .box h4 {font-size: 16px; letter-spacing: 2px;}
    .brand_section .box h5 {font-size: 13px;}
    .brand_section .box p {font-size: 16px;}
    .feather, .leaves, .glasses_pen, .mac_ear{display:none;}
    .brand_section .box {margin-top: 0;}
    
    .reason_section .intro, .custom_section p {font-size: 14px;}
    .reason_section .box h5:after{display:none;}
    .reason_section .box h5 {padding-left: 0; font-size: 14px;}
    .reason_section p {font-size: 16px;}
    
    .custom_section .carousel-indicators {position: static; margin-top:30px;}
    .custom_section .carousel-indicators li {margin-bottom: 30px;}
    .custom_section .item {padding-top:0;}
    
    .form_section .btn_yellow {font-size: 16px; margin-bottom:0;}
    .smallheading:after{display:none;}
    .smallheading {padding-left: 0; text-align: center;}
    .custom_section h5 {font-size: 12px;}
    .slider_section .mac {margin-bottom: 0;}
    .roadmap_section .item h6 {font-size: 12px;}
    .roadmap_section .item h5 {font-size: 14px; padding-left:0;}
    .roadmap_section .item h5:after{display:none;}
    .roadmap_section .item p {font-size: 14px;}
    .roadmap_section .btn_red {font-size: 16px;}

    .coffee_section h1 {font-size: 35px;}
    .coffee_section h1 span {font-size: 16px;}
    .text-center p {text-align: center;}
    .brand_section .ipads {display: none;}
    .brand_section {padding-bottom: 100px; padding-top: 50px;}
    
    .custom_section .carousel-indicators li img {width: 100%; max-width: 45px;}
    .slider_section .mac{width:100%;}
    .banner-mid-col{margin-top:30px; margin-bottom:30px;}
    .custom_section h5 {padding-left: 0;}
    .custom_section h5:after{display:none;}


    .custom_section .carousel-indicators li img {
		width: 60%;
	}
	.custom_section .carousel-indicators li {
		width: 25%;
		margin-bottom: 20px;
    margin-top: 16px;
	}

	.custom_section .carousel-indicators {
		width: 100%;
		left: 0%;
		max-width: 300px;
		top: 10px;
		position: relative;
	}
	.custom_section .item{padding-top: 30px;}
	.custom_section .carousel-indicators li h6 {
		font-size: 1.1rem;
	}
	.custom_section .carousel-indicators li hr {
		border-color: #A3A1A5;
		display: block;
		margin: 8px auto;
		width: 16px;
	}

	.world-image {
		width: 50% !important;
    }
    section#clientele-section h2{text-align: center; margin-top: 15px;}
    header{background-image: none; background-color: #2d2d2d;}
	header .main h1 {padding-bottom: 20px;  margin-bottom: 20px;}
	.slider_section{background-image: none; background-color: #079c92;}
	.form_section{background-image: none; background-color: #a90a0b;}
	.coffee_section{background-image: none; background-color: #1e3152;}

}

@media screen and (max-width: 480px){
    .sideheading {font-size: 25px;}
    .sideheading > br{display:none;}
    .custom_section h3, .form_section h3 {font-size: 25px;}
    .custom_section .carousel-indicators li {width: 49%; margin-bottom:0px; border: 1px solid #fff; padding: 2px 5px;}
    .coffee_section h1 {font-size: 25px;}
    .custom_section .carousel-indicators li img {display: none;}
    .custom_section .carousel-indicators li hr {display: none;}
    .custom_section .carousel-indicators li.active img {display: none !important;}
    .custom_section .carousel-indicators li hr {margin: 10px auto;}
    .clientele-head > span{display:none;}
    .testimonial-head > span{display:none;}
}
@media screen and (max-width: 599px){
    .clientele-logos img {max-width: 50%;}
}


@media(max-width: 360px){
	.coffee_section .btn_red{
		left: 8%;
	}
}

.thankyouPage .thanyoubanner-bg {
    background: url(../images/header.jpg);
    background-repeat: no-repeat;
    height: 980px;
    position: relative;
    background-size: cover;
    overflow: hidden;
}

.thankyouPage .footer {
    background: url(../images/../images/../images/footer-shade.png);
    background-position: center center;
    min-height: 691px;
    background-repeat: no-repeat;
    padding-top: 135px;
    position: relative;
    padding-bottom: 160px;
    background-color: #231e2b;
}



.thankyouPage .footer-cta-btn {

	color: #fff !important;

	height: 68px;

	background: #c52527;

	font-size: 22px;

	font-weight: 700;

	text-transform: uppercase;

	line-height: 48px;

	text-align: center;

	letter-spacing: 3px;

	padding: 10px 38px;

	transition: all .4s linear;

	-webkit-transition: all .4s linear;

	-moz-transition: all .4s linear;

	-o-transition: all .4s linear;

	position: relative;

}

.thankyouPage .footer-cta-btn:after {

	content: "";

	height: 6px;

	width: 6px;

	background: #f9b416;

	display: inline-block;

	vertical-align: middle;

	margin-left: 30px;

}

.thankyouPage .footer-cta-btn:before {

	content: "";

	height: 6px;

	width: 6px;

	background: #f9b416;

	display: inline-block;

	vertical-align: middle;

	margin-right: 30px;

}

.thankyouPage .footer-cta-btn:hover {

	color: #fff;

	background: #1d8c84;

}

.thankyouPage .cta-footer-wrap {

	text-align-last: center;

	position: relative;

	top: -102px;

	margin-top: -68px;

}

.thankyouPage .footer-logo {

	text-align: center;

	margin-bottom: 75px;

}

.thankyouPage .footer-logo img {

	margin: 0 auto;

}

.thankyouPage .footer-heading {

	overflow: hidden;

	position: relative;

	text-align: center;

}

.thankyouPage .footer-heading h2 {

	font-size: 40px;

	color: #fff;

	font-weight: 700;

	text-align: center;

	margin-bottom: 0;

	margin-top: 0;

	position: relative;

	display: inline-block;

	padding: 0 55px;

}

.thankyouPage .footer-heading h2:after {

	content: "";

	height: 1px;

	width: 100%;

	background: #fff;

	display: inline-block;

	vertical-align: middle;

	right: -100%;

	top: 25px;

	position: absolute;

}

.thankyouPage .footer-heading h2:before {

	content: "";

	height: 1px;

	width: 100%;

	background: #fff;

	display: inline-block;

	vertical-align: middle;

	left: -100%;

	top: 25px;

	position: absolute;

}

.thankyouPage .footer:hover .footer-heading h2:before, .footer:hover .footer-heading h2:after {

	-webkit-animation-name: line;

	animation-name: line;

	-webkit-animation-duration: 1s;

	animation-duration: 1s;

	-webkit-animation-fill-mode: both;

	animation-fill-mode: both;

}

.thankyouPage .footer-widgets {

	padding-top: 70px;

}

.thankyouPage .footer-widgets h4 {

	font-size: 18px;

	color: #14918a;

	font-weight: 600;

	text-align: left;

	margin-bottom: 35px;

	margin-top: 0;

	letter-spacing: 1px;

}

.thankyouPage .footer-widgets p {

	color: #b9b9b9;

	font-size: 20px;

}

.thankyouPage .footer-widgets p a {

	color: #b9b9b9 !important;

	text-decoration: none !important;

}

.thankyouPage .footer-widgets p b {

	font-weight: 600;

	font-size: 24px;

}

.thankyouPage .footer-bot {

	background: #1d1924;

	min-height: 100px;

	color: #ffffff;

	width: 100%;

	z-index: 2;

	position: absolute;

	bottom: 0;

	padding-bottom: 40px;

	padding-top: 45px;

}

.thankyouPage .footer-bot .copyrights {

	font-size: 16px;

	text-transform: uppercase;

	text-align: center;

}

.thankyouPage .footer-links ul {

	list-style: none;

	margin: 0;

	padding: 0;

	text-align: right;

}

.thankyouPage .footer-links ul li {
	display: inline-block;padding: 0 15px;border-right: 1px solid #fff;line-height: 1;
}

.thankyouPage .footer-links ul li:last-child {border-right: 0px solid #fff;}

.thankyouPage .footer-links ul li a {
	font-size: 16px;
	padding: 5px 0;
	text-decoration: none !important;
	color: #ffffff;

}

.thankyouPage .thankyoupage {color: #fff;padding-top: 200px;}

.thankyouPage .thankyoupage h2{margin-top: 25px;}

.thankyouPage .line-row {
    height: 1px;
    width: 100%;
    position: absolute;
    background: #1d8c84;
    left: 0;
    top: 495px;
    z-index: 2;
}

.thankyouPage .pagenav-menu ul {list-style: none;}
.thankyouPage .pagenav-menu ul li {display: inline-block;}

.thankyouPage .pagenav-menu ul li a {
	font-size: 18px;

	text-decoration: none !important;

	color: #fff;

	font-weight: 500;

	padding: 10px 25px;

	display: block;

	transition: all .2s linear;

	-webkit-transition: all .2s linear;

	-moz-transition: all .2s linear;

	-o-transition: all .2s linear;

	border-bottom: 1px solid rgba(249, 180, 22, 0);

}

.thankyouPage .pagenav-menu ul li.phone a {
	font-size: 20px;
	font-weight: 700;
	border-bottom: 1px solid #f9b416;
	padding-top: 0px;
	padding-bottom: 0px;
}

.thankyouPage .pagenav-menu ul li a:hover {
	color: #f9b416;
	border-bottom: 1px solid #f9b416;
}

.thankyouPage .logo {
    display: inline-block;
    padding: 0 22px;
    position: relative;
    top: 55px;
}

.thankyouPage  .logo-wrap:after {
    content: "";
    background: rgba(255, 255, 255, 0.20);
    height: 1px;
    width: 100%;
    position: absolute;
    z-index: 1;
    top: 100px;
    left: 0;
    max-width: 11%;
}

.thankyouPage  .menu-wrap:after {
    content: "";
    background: rgba(255, 255, 255, 0.20);
    height: 1px;
    width: 100%;
    position: absolute;
    z-index: 1;
    top: 100px;
    right: 0;
    max-width: 84%;
}
.h-pge-cli {
    background-color: #fff;
    padding-top: 60px;
    padding-bottom: 40px;
}
.h-pge-cli .container {
    width: 89%;
}
.h-pge-cli-container {
    width: 100%;
}
.h-pge-cli-h {
    position: relative;
    color: #030303;
    padding-bottom: 25px;
    margin-bottom: 0;
    text-align: center
}

.h-pge-cli-h:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    background-color: #f9b416;
    width: 100%;
    max-width: 100px;
    height: 2px
}
.h-pge-cli-container>.slick-list {
    display: flex!important;
    align-items: center;
    justify-content: space-between;
    width: calc(100% - 100px);
    margin: auto
}

.h-pge-cli-container>.slick-list>div {
    display: flex!important;
    align-items: center;
    justify-content: space-between;
    width: 100%
}

.h-pge-cli-item {
    display: flex!important;
    align-items: center;
    justify-content: space-between;
    background-color: #fff;
    padding: 25px;
    height: 150px;
    margin: 10px;
    text-align: center
}

.h-pge-cli-item img {
    margin: auto;
    width: auto;
    max-width: 100%
}

.h-pge-cli .slick-next:before {
    display: none
}

.h-pge-cli .slick-prev:before {
    display: none
}

.h-pge-cli .slick-prev {
    left: 0;
    top: 25px;
    bottom: 0;
    margin: auto;
    width: 46px;
    height: 44px
}
.h-pge-cli .slick-next {
    right: 0;
    left: auto;
    top: 25px;
    bottom: 0;
    margin: auto;
    width: 46px;
    height: 44px
}
.case-study-sec {
    margin-top: 0;
}

.case-study-sec {
    margin-top: 1.25em;
    position: relative;
}
.case-study-sec .nav-sec {
    top: 35px;
}
.case-study-sec .nav-sec {
    position: absolute;
    right: 9.375em;
    top: 6.25em;
    z-index: 4;
}
.case-study-sec .nav-sec ul {
    margin: 0;
    padding: 0;
}
.case-study-sec .nav-sec ul li {
    color: #fff;
    font-weight: 600;
    font-size: 1.125em;
    text-transform: uppercase;
    list-style: none;
    text-align: right;
    margin: .9375em 0;
    letter-spacing: .0625em;
}
.case-study-sec .nav-sec ul li a {
    color: #fff;
    opacity: .5;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
.case-study-sec .nav-sec ul li a span {
    display: inline-block;
    padding: .1875em .3125em;
    margin-left: 1.25em;
    border: 1px solid transparent;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
.case-study-sec .nav-sec ul li.active a {
    opacity: 1;
}
.case-study-sec .nav-sec ul li.active a span {
    border: 1px solid #fff;
}
#tab1.cs-isuzu-bg {
    background: #cd2222;
    background: -moz-radial-gradient(center, ellipse cover, #cd2222 0, #dc2e2e 100%);
    background: -webkit-radial-gradient(center, ellipse cover, #cd2222 0, #dc2e2e 100%);
    background: radial-gradient(ellipse at center, #cd2222 0, #dc2e2e 100%);
}
.case-study-sec #tab1 {
    background: url(../../../assets/images/chebuono-bg.jpg) no-repeat left top;
}
.case-study-sec #tab1 {
    background: #00a852;
    background: -moz-radial-gradient(center, ellipse cover, #00a852 0, #009343 100%);
    background: -webkit-radial-gradient(center, ellipse cover, #00a852 0, #009343 100%);
    background: radial-gradient(ellipse at center, #00a852 0, #009343 100%);
}
.case-study-sec .list {
    height: 61.25em;
    position: relative;
    overflow: hidden;
    display: none;
}
.case-study-sec .detail-sec {
    width: 40.625em;
    margin-top: 9.375em;
    margin-left: 8.125em;
    position: relative;
    z-index: 2;
}
.case-study-sec .num {
    font-size: 26.25em;
    color: #fff;
    opacity: .1;
    position: absolute;
    left: -.625em;
    top: -.25em;
    font-weight: 700;
}
.case-study-sec h3 {
    text-transform: uppercase;
    color: #fff;
    font-size: 1em;
    font-weight: 500;
    margin: 0;
    letter-spacing: .1875em;
}
.case-study-sec h2 {
    font-size: 7.5em;
    color: #fff;
    font-weight: 700;
    letter-spacing: -.0625em;
    line-height: .9375em;
    margin: .375em 0 0 0;
}
.case-study-sec p {
    padding: 0 0 0 12%;
}
.case-study-sec p {
    color: #fff;
    padding: 0 0 0 6.25em;
    margin-top: 3.75em;
    font-weight: 500;
    position: relative;
}
.in-left {
    -webkit-animation-name: fadeInLeft;
    -moz-animation-name: fadeInLeft;
    -o-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-duration: 1s;
    -moz-animation-duration: 1s;
    -o-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-delay: .2s;
    -moz-animation-delay: .2s;
    -o-animation-duration: 1s;
    animation-delay: .2s;
}
.case-study-sec .plus-icon {
    left: 0;
}

.case-study-sec .plus-icon {
    position: absolute;
    left: 1.875em;
    top: .3125em;
}
.bg-plus_icon {
    width: 44px;
    height: 44px;
    background: url(../../../assets/images/css_sprites.png) -218px -237px;
    z-index: 999;
    position: relative;
    display: block;
}
.case-study-sec .detail-sec .link-btn {
    margin: 2.5em 0 0 12%;
}
.case-study-sec .detail-sec .link-btn {
    font-size: 1em;
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    border: 1px solid #fff;
    width: 250px;
    height: 52px;
    display: block;
    text-align: center;
    position: relative;
    padding: .9375em 0;
    margin: 2.5em 0 0 7.5em;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
@media (min-width: 1200px) {
.case-study-sec .detail-sec .link-btn:hover:before {
    width: 100%;
}}

.case-study-sec .detail-sec .link-btn:before {
    content: "";
    width: 0;
    height: 100%;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    margin: auto;
    background: #fff;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
.case-study-sec .detail-sec .link-btn span {
    z-index: 1;
    position: relative;
}
.case-study-sec .tomato-img {
    left: -7%!important;
    bottom: 0!important;
    width: 23%;
}

.case-study-sec .tomato-img {
    position: absolute!important;
    left: .625em!important;
    bottom: -10.625em!important;
}
.case-study-sec .tomato-img img {
    width: 100%;
}
.case-study-sec .pizza-img {
    right: 5%!important;
    bottom: 0!important;
    width: 46%;
}
.case-study-sec .pizza-img {
    position: absolute!important;
    right: 9.375em!important;
    bottom: -6.25em!important;
}
.case-study-sec #tab2 {
    background: #038466!important;
}
.case-study-sec #tab2 {
    background: #c82729;
}
.case-study-sec .fujifilm-ig-2 {
    left: 0!important;
    bottom: 0!important;
    width: 9.5%;
}
.case-study-sec .fujifilm-ig-1 {
    right: -18%!important;
    bottom: 0!important;
    width: 55%;
}

.case-study-sec .pure-logic-group-img {
    position: absolute!important;
    right: 1.375em!important;
    bottom: -6.25em!important;
}

.case-study-sec #tab3 {
    background: url(../../../assets/images/bluebg.jpg) no-repeat left top;
}
.case-study-sec #tab3 {
    background: #48225a;
}
.case-study-sec #tab3 {
    background: url(../../../assets/images/pure-logic-group-bg.jpg) no-repeat left top;
}
.case-study-sec #tab4 {
    background: #48225a;
}

.case-study-sec #tab5 {
    background: url(../../../assets/images/taskque-bg.jpg) no-repeat left top;
}

.case-study-sec #tab6 {
    background: url(../../../assets/images/focfulll.jpg) no-repeat center top;
}

.case-study-sec #tab7 {
    background: #48225a;
}

.case-study-sec #tab8 {
    background: url(../../../assets/images/dubai-porcelain-bg.jpg) no-repeat left top;
}
.case-study-sec .list.active {
    display: block;
}
.case-study-sec .taskque-img {
    position: absolute!important;
    right: 0!important;
    bottom: -6.25em!important;
}
.case-study-sec .pr-ig-1 {
    right: -18%!important;
    bottom: 0!important;
    width: 66%;
}
.case-study-sec .ticket-pay-img {
    position: absolute!important;
    right: -43px!important;
    bottom: -9.25em!important;
}
.case-study-sec .dubai-porcelain-img {
    position: absolute!important;
    right: 27.375em!important;
    bottom: -.25em!important;
}
@media (min-width: 1200px){
.case-study-sec .detail-sec .link-btn:hover {
    color: #14918a;
}}
@media screen and (max-width: 767px) {
.tab-content .list .detail-sec {
    margin: 0 !important;
    text-align: left !important;
}
.case-study-sec .num {
    display: none;
}
.tab-content .list .detail-sec h3 {
    font-size: 1rem !important;
}
.tab-content .list .detail-sec h2 {
    font-size: 1.5rem !important;
    letter-spacing: 0 !important;
}
.case-study-sec h2 br {
    display: none;
}
.tab-content .list .detail-sec p {
    padding: 0 !important;
    width: 100% !important;
    max-width: 300px !important;
    font-size: 0.8rem !important;
    margin: 1rem 0 !important;
}
.tab-content .list .detail-sec p a {
    display: none !important;
}
.tab-content .list .detail-sec a {
    margin: 0 !important;
    display: inline-block !important;
}

.h-pge-cli .slick-prev, .h-pge-cli .slick-next {
	display: none !important;
}
.clientele-logos .slick-prev, .clientele-logos .slick-next {
	display: none !important;
}
}