/*===========================================*/
/*	DESKTOP LAYOUT 
/*===========================================*/



.portfolio-box1 .pop-img {background-color: transparent;}

.gs-transparent {
	border: 2px solid white;
	background: none;
	margin-top: 2em;
}

.client-section-2 {
    padding: 8em 0;
}

.gs-image {
	border-radius: 10px;
	box-shadow: 0 0 12px #00000040;
	width: 100%;
}

.gs-button-green {
	background-color: #00c853;
    border-color: #00c853;
}

.pop-body {
	border-radius: 10px;
}

.popup-form .btn {
    display: block;

    background-color: #00c853;
    border-color: #00c853;
}


.popup-form .btn:hover {
    background-color: #01b94d;
    border-color: #01b94d;
}

  
.col-center {
	margin: 0 auto;
	float: none !important;
}
.carousel {
	margin: 50px auto;
	padding: 0 70px;
}
.carousel .item {
	color: #999;
	font-size: 14px;
    text-align: center;
	overflow: hidden;

}
.carousel .item .img-box {
	width: 100px;
	height: 10px;
	margin: 0 auto;
	padding: 5px;
	
	border-radius: 50%;
}
.carousel .img-box img {
	width: 32px;
	margin: 0 auto;
	display: block;
}
.carousel .testimonial {
	padding: 30px 0 10px;
}
.carousel .overview {	
	font-style: italic;
}
.carousel .overview b {
	text-transform: uppercase;
	color: #3B4C5C;
}
.carousel .carousel-control {
	width: 40px;
    height: 40px;
    margin-top: -20px;
    top: 50%;
	background: none;
}
.carousel-control i {
    font-size: 68px;
	line-height: 42px;
    position: absolute;
    display: inline-block;
	color: rgba(0, 0, 0, 0.8);
    text-shadow: 0 3px 3px #e6e6e6, 0 0 0 #000;
}
.carousel .carousel-indicators {
	bottom: -40px;
}
.carousel-indicators li, .carousel-indicators li.active {
	width: 10px;
	height: 10px;
	margin: 1px 3px;
	border-radius: 50%;
}
.carousel-indicators li {	
	background: #999;
	border-color: transparent;
	box-shadow: inset 0 2px 1px rgba(0,0,0,0.2);
}
.carousel-indicators li.active {	
	background: #555;		
	box-shadow: inset 0 2px 1px rgba(0,0,0,0.2);
}
    
    .dark.nav-4 .nav ul>li a {
    color: red;
    border: 0;
}

.nav-handles {display: none;}

.gs-logos-section {
	width: 78%;
	}
	
	.gs-button-green:hover {
	background-color: #00c853;
	border-color: #00c853;}
	
	
.gs-section-h3 { text-align: center;
    margin: 2em 0 1em 0;
    font-size: 3.5em;
    font-weight: bold;
    color: #73227D;}
	
	.gs-mobile {display: none !important;}
    .gs-desktop {display: block !important;}
    

    .gs-transparent:hover {
		background-color: #00c853;
		border-color: #00c853;
	}



    @media only screen and (max-width: 999px) {

       

        .nav-handles {
        position: absolute;
            right: 0;
            top: 0;
            bottom: 0;
            margin: auto;
            width: auto;
            height: 40px;
            line-height: 40px;
            text-align: center;
            color: white;
            font-size: 2em;
            display: block;}
            
            
            .gs-logos-section {
            width: 100%;
            }
            
            .gs-section {
            padding: 1em 0 !important;}
            
            .gs-button-green {width: 100% !important;}
            
        .gs-title {
            font-size: 25px !important;
            margin-bottom: 0.3em;}
            
            .gs-hr {display: none;}
            .gs-title-small {display: none;}
            
            .client-section {padding: 5em 0;}
            
            
            .gs-section-h3 {font-size: 2.5em;}
            
            .gs-desktop {display: none !important;}
            .gs-mobile {display: block !important;}
            .gs-mobile-h3-bg {
                background-color: #73227D;
            color: white;
            padding: 1em 0;
            margin: 0;
            margin-bottom: -0.4em;}
            
            .gs-section ul li {
            font-size: 20px !important;}
            
            .carousel {padding: 0 !important;}
            
            }

@media (min-width: 1000px) {
    #mob-rio{
        display: none!important;
    }
	

}
@media (min-width: 992px) and (max-width: 1199px) {
	
}

@media (max-width: 999px) {
    #web-rio{
        display: none!important;
    }
}

/*===========================================*/
/*	MOBILE & TABLET COMMON
/*===========================================*/
@media (min-width: 200px) and (max-width: 991px) {
	
}


/*===========================================*/
/*	TABLET
/*===========================================*/
@media (min-width: 768px) and (max-width: 991px) {

}


/*===========================================*/
/*	MOBILE
/*===========================================*/
@media (min-width: 200px) and (max-width: 767px) {
	
}
@media (min-width: 600px) and (max-width: 767px) {
}
@media (min-width: 480px) and (max-width: 599px) {

}
@media (min-width: 200px) and (max-width: 479px) {

}