
/*--
 ------ALL RIGHTS RESERVED for Skillnize Lda.
--------------Designed by Brymond Tech-------------------------*/

:root {
  --primary:#2E2D84;
  --primary-rgb:rgb(46, 45, 132);
  --primary-ss:#262594;
  --primary-ss-rgb:rgb(38,37,148);
  --primary-dark:#1a1a49;
  --secondary: #ffc82c;
  --secondary-rgb: rgb(255, 199, 42);
  --secondary-ss:#F19D22;
  --secondary-ss-rgb: rgb(241, 157, 35);
  --white:#fff;
  --white-s:#f9f9f9;
  --white-ss:#f4f4f4;
  --white-sss:#f0f0f0;
  --lightgrey:#ebe5e5;
  --darkgrey:#575757;
  --black:#161616;
  --black-ss:#202020;
  --black-sss:#282828;
  --lightblue:#5ea0fa;
  --blue-chill:#0063d1;
  --blue-chill-ss:#0174f4;
  --blue-outfit:#3331ac;
  --blue-outfit-ss:#2d2c98;
  --blue-outfit-sss:#252561;
}


/*------Reseting Scrollbar---------------------------*/

::-webkit-scrollbar {
  width: 15px;
}

::-webkit-scrollbar-thumb {
  height: 2px;
  border: 4px solid rgba(0, 0, 0, 0);
  background-clip: padding-box;
  -webkit-border-radius: 7px;
  background-color: #e3e3e3;
}

.page-content{ overflow-x: hidden !important; }  /*dispose scroll x on main div*/



/*-------Reset header assets and padding--------*/

.header_middle{
	padding-top: 5px;
	padding-bottom: 15px;
}

.sticky-header{
	padding-top: 5px;
	padding-bottom: 15px;
}

.sticky-header a.active{
	border-bottom:2px solid var(--secondary);
}


.topbar_divider{
	position: absolute;
	height: 1px;
	left: 0;
	width: 100%;
	bottom:0;
	background:var(--blue-outfit);
	background: linear-gradient(to right, var(--blue-outfit-sss), var(--blue-outfit)) !important;
}
.bg-primary-grad{
	background: linear-gradient(to right, var(--primary-dark), var(--primary)) !important;
}

.bg-primary{background: var(--primary) !important;}.bg-secondary{background: var(--secondary) !important}
.color-primary{color: var(--primary) !important;}.color-secondary{color: var(--secondary) !important}
.color-grey{color:var(--darkgrey) !important;}
.bg-white{background: var(--white);}.color-white{color: var(--white);}
.bg-white-s{background: var(--white-ss) !important;}
.bg-white-ss{background: var(--white-ss) !important;}

.header_top, .sticky-header{background: none;border:none;color:var(--white-sss);}

.top_right > ul > li > a{color:var(--white-sss);}
.top_right > ul > li:hover > a {
    color: var(--white);
}
.top_right .mini_cart_wrapper > a:hover, .top_right .mini_cart_wrapper > a:active {
	 color: var(--white);
}

.sticky-header .mini_cart_wrapper > a:hover, .top_right .mini_cart_wrapper > a:active {
	 color: var(--white);
}

.top_right .mini_cart p, .top_right .mini_cart span, .top_right .mini_cart label {
	color: var(--black-ss) !important;
}

.top_right .mini_cart a{
	color:var(--black);
}

.cart_button a:hover{
	color:var(--white);
}

.sticky-header .mini_cart a, .sticky-header .mini_cart p, .sticky-header .mini_cart span, .sticky-header .mini_cart label {
	color: var(--black-ss) !important;
}


.top_right > ul > li::before {background:var(--lightgrey);}

.main_header, .sticky-header{background:var(--primary);
-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.11);
 -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.11);
 box-shadow: 0 1px 3px rgba(0, 0, 0, 0.11);
}
.header_middle{color:var(--white);}
.main_menu nav a{color:var(--secondary) !important;}

.menu_two nav > ul > li > a::before {  /*overriding :hover border effect;*/
    background: var(--secondary);
}

.sticky-header nav ul li a:hover {  /*overriding :hover effect from second menu;*/
    color:var(--lightblue) !important;
}

.logo a img {
    max-width: 250px;
}

.logo-sidebar a img{
	width: 70px;
	height: 70px;
}

.top-minus-45{
	margin-top: -45px !important;
}

.canvas_open a {
    color: var(--white-ss);
    border-radius: 5px;
}

.canvas_open a:hover, .canvas_open a:active {color: var(--secondary);border-color:var(--secondary)}


/*-------overriding perfect UI----------*/

input[type="text"]:focus, input[type="email"]:focus,input[type="password"]:focus,.form-control:focus{
-webkit-transition: all 0.30s ease-in-out;
 -moz-transition: all 0.30s ease-in-out;
 -ms-transition: all 0.30s ease-in-out;
 -o-transition: all 0.30s ease-in-out;
 box-shadow: 0 0 0 1px var(--primary);
}

label input[type=checkbox] {
    width: 25px;
    height: 20px;
    margin-right: 3px;
    border: 1px solid red;
    -webkit-transition: all 0.30s ease-in-out;
 -moz-transition: all 0.30s ease-in-out;
 -ms-transition: all 0.30s ease-in-out;
 -o-transition: all 0.30s ease-in-out;
}

.btn, .button{
	text-transform: uppercase;
    vertical-align: bottom;
    border: 0;
   box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 1px 3px 1px;
    font-weight: 500;
    padding: .625rem 1.5rem .5rem;
    font-size: .75rem;
    line-height: 1.5
}

.btn.active,
.btn.active:focus,
.btn.focus,
.btn:active,
.btn:active:focus,
.btn:focus,
.btn:hover {
    box-shadow: 0 4px 10px 0 rgba(0, 0, 0, .2), 0 4px 20px 0 rgba(0, 0, 0, .1)
}

.btn.disabled,
.btn:disabled,
fieldset:disabled .btn {
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .2), 0 2px 10px 0 rgba(0, 0, 0, .1);
    border: 0
}

.btn-check:focus+.btn,
.btn:focus {
    outline: 0;
    box-shadow: 0 4px 10px 0 rgba(0, 0, 0, .2), 0 4px 20px 0 rgba(0, 0, 0, .1)
}


.btn-primary{
	background: var(--primary) !important;
	color: var(--white) !important;
}

.btn-primary-ss{
	background: var(--primary) !important;
	color: var(--secondary) !important;
}

.btn-outline-primary{
	border-color: var(--primary);
	color: var(--primary);
}

.btn-primary:hover, .btn-primary:focus{
	background: var(--primary-ss) !important;
	color: var(--white) !important;
}

.btn-primary-ss:hover, .btn-primary-ss:active{
	background: var(--primary-ss) !important;
}


.btn-secondary{
	background: var(--secondary) !important;
	color: var(--black) !important;
}

.btn-secondary:hover, .btn-secondary:focus{
	background: var(--secondary-ss) !important;
	color: var(--black) !important;
}

.btn-grey{
	background: var(--lightgrey) !important;
	color: var(--black);
}
.btn-grey:hover, .btn-grey:active{
	color: var(--white);
	background: var(--darkgrey) !important;
}



.divider{
	width: 100%;
	height: 1px;
	background: rgba(66,66,66,0.1);
}

.separator {
  display: flex;
  align-items: center;
  text-align: center;
}

.separator::before,
.separator::after {
  content: '';
  flex: 1;
  border-bottom: 1px solid var(--lightgrey);
}

.separator:not(:empty)::before {
  margin-right: .25em;
}

.separator:not(:empty)::after {
  margin-left: .25em;
}

.separator span {
    color: var(--darkgrey);
}

.link, a.link{
	color: var(--primary) !important;
}

.link:hover, a.link:hover{
	color: var(--blue-outfit) !important;
	text-decoration: underline;
}

.bold{font-weight: bold;}
.f-smaller{
	font-size: smaller !important;
}

.f-smaller-ss{
	font-size:0.75rem !important;
}

.radius{border-radius:10px!important} .radius-s{border-radius: 15px !important} .radius-ss{border-radius: 20px !important};

.dropdown-menu {
    color: #212529;
    margin: 0;
    padding-top: 0;
    padding-bottom: 0;
    border: 0;
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, .07), 0 4px 6px -2px rgba(0, 0, 0, .05);
    font-size: .875rem
}

.dropdown-menu>li {
    border-radius: 0
}

.dropdown-menu>li:first-child,
.dropdown-menu>li:first-child .dropdown-item {
    border-top-left-radius: .5rem;
    border-top-right-radius: .5rem;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0
}

.dropdown-menu>li:not(:first-child):not(:last-child) .dropdown-item {
    border-radius: 0
}

.dropdown-menu>li:last-child,
.dropdown-menu>li:last-child .dropdown-item {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-left-radius: .5rem;
    border-bottom-right-radius: .5rem
}

.dropdown-menu.animation {
    display: block;
    -webkit-animation-duration: .55s;
    animation-duration: .55s;
    -webkit-animation-timing-function: ease;
    animation-timing-function: ease
}

.dropdown-item {
    padding: .5rem 1rem;
    color: #212529;
    border-radius: 0
}

.dropdown-item.active,
.dropdown-item:active,
.dropdown-item:focus,
.dropdown-item:hover {
    color: #16181b;
    background-color: #eee
}

.card-border{
  -moz-box-shadow: rgba(0, 0, 0, 0.02) 0px 1px 3px 0px, rgba(27, 31, 35, 0.15) 0px 0px 0px 1px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.02) 0px 1px 3px 0px, rgba(27, 31, 35, 0.15) 0px 0px 0px 1px;
  box-shadow: rgba(0, 0, 0, 0.02) 0px 1px 3px 0px, rgba(27, 31, 35, 0.15) 0px 0px 0px 1px;
}

.card-perfect{
	-moz-box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
	-webkit-box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
	-box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.card-perfect-ss{
	-moz-box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 1px 3px 1px;
	-webkit-box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 1px 3px 1px;
	box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 1px 3px 1px;
}

.card-slim, .box-slim{
	-moz-box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
	-webkit-box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
	box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}


.hidden-arrow.dropdown-toggle:after {
    display: none
}

.canvas_open{
	display:none;
	top:75px;
}


.offcanvas_main_menu{
	margin-top: 1rem;
}
.offcanvas_main_menu a.active{
	color: var(--primary);
	font-weight: bold;
}


  .Offcanvas_open {

  	right: 0 !important;
  	top:45px;
  }

/*---Absolute positions-----*/
.top-0{top:0!important;}
.left-0{left:0!important;}
.right-0{right:0!important;}
.bottom-0{bottom:0!important;}


.footer_top{
	background:var(--white);

}
.Offcanvas_footer{
	position: absolute;
	bottom: 0!important;
}

.Offcanvas_footer .support_info p a:hover {
    color: var(--white);
}
.Offcanvas_footer .support_info {
	background: var(--primary);
	color:var(--secondary);
	padding: 0.5rem;
	border-radius: 5px;
}

.Offcanvas_footer .support_info p {
    line-height: 15px;
    margin-bottom: 	0.5rem;
}

span.company{
font-weight: bold;
color:var(--primary);
}

a.brymond{
	color:;
}

.widgets_container h3 {
	text-transform: none;
}

.authform .copyright_area p.copyright-text{
	line-height: 5px;
	color:var(--darkgrey);
}

a.social-icon{background: var(--blue-chill);}a.social-icon{background: var(--blue-chill-ss)}

/*----------------------BANNERS---------------------------------------------*/

.marketing .banner{
	padding: 0;
	margin: 0;
	width: 100%;
	height: auto;
}
.marketing img{
	width: 100%;
}

.banner_mobile{
	display: none;
}

.marketing .banner-card{
	padding: 1rem;
}

.marketing .banner-card img{
	border-radius: 1rem;
	box-shadow: rgba(0, 0, 0, 0.02) 0px 1px 3px 0px, rgba(27, 31, 35, 0.15) 0px 0px 0px 1px;
}

@media only screen and (max-width: 768px) {
	.marketing .banner_mobile, .banner_mobile{
		display: block !important;
	}
	.marketing .banner_desktop, .banner_desktop{
		display: none !important;
	}
}


/*--------------------------------------------------------------------------*/


#ajax-response-popup{
	position: fixed;
	top:0;
	left: 0;
	overflow-x: hidden;
    overflow-y: auto;
    outline: 0
	width: 100%;
	height: 100%;
	z-index: 20000;
	display: none;
	background: red;
}

#ajax-response-popup .request-content{
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: .5rem;
    outline: 0
}

#ajax-response-popup.show{
	transition: transform .3s ease-out;
    transform: translateY(-50px)
}
