/*
Theme Name: RSNL Creative
Theme URI: https://wp-themes.com/skelementor
Author: RSNL Creative
Author URI: https://rsnlcreative.com
Description: Made for RSNL Creative.
Template: skelementor
License: GNU General Public License v3
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Version: 1.0.0
Text Domain: skelementor-child
*/

/* -----------------------------------------------------------------------------*
 *		GLOBAL
 * -----------------------------------------------------------------------------*/

html{
	-webkit-text-size-adjust: 100%; /* Prevent font scaling in landscape while allowing user zoom */
}

body{
	margin: 0px;
}

a, a:hover{
	-webkit-transition: color 0.3s ease !important;
	-moz-transition: color 0.3s ease !important;
	-ms-transition: color 0.3s ease !important;
	-o-transition: color 0.3s ease !important;
	transition: color 0.3s ease !important;
}

/* -----------------------------------------------------------------------------*
 *		HOME PG
 * -----------------------------------------------------------------------------*/

/* CAROUSELS */
.bdt-carousel .bdt-carousel-thumbnail{
    z-index:-1 !important;
}
.bdt-carousel .bdt-carousel-item{
    z-index:1 !important;
}
/*
.column{
    max-width:calc(1400px - 40%);
    margin:auto;
}

