@import url("all.css");
@font-face {
  font-family: 'icomoon';
  src:  url('../fonts/icomoon/icomoon.eot');
  src:  url('../fonts/icomoon/icomoon.eot') format('embedded-opentype'),
    url('../fonts/icomoon/icomoon.ttf') format('truetype'),
    url('../fonts/icomoon/icomoon.woff') format('woff'),
    url('../fonts/icomoon/icomoon.svg') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

.icon-previousarrow:before {
  content: "\e900";
}
.icon-nextarrow:before {
  content: "\e901";
}
/*
==========================================================
ANIMATIONS
==========================================================
*/
@-webkit-keyframes circle{
	0%{
		opacity:1;
	}
	40%{
		opacity:1;
	}
	100%{
		width:120%;
		height:120%;
		opacity:0;
	}
}
@keyframes circle{
	0%{
		opacity:1;
	}
	40%{
		opacity:1;
	}
	100%{
		width:120%;
		height:120%;
		opacity:0;
	}
}



@-webkit-keyframes ripple{
  0%{
    -webkit-transform:scale(1);
            transform:scale(1);
    opacity:0;
 }
  30%{
    opacity:0.4;
 }
  100%{
    -webkit-transform:scale(1.5);
            transform:scale(1.5);
    opacity:0;
 }
}

@keyframes ripple{
  0%{
    -webkit-transform:scale(1);
            transform:scale(1);
    opacity:0;
 }
  30%{
    opacity:0.4;
 }
  100%{
    -webkit-transform:scale(1.5);
            transform:scale(1.5);
    opacity:0;
 }
}

@-webkit-keyframes fadeInDown{
  0%{
    opacity: 0;
    -webkit-transform: translateY(-50px);
    transform: translateY(-50px);
  }

  100%{
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes fadeInDown{
  0%{
    opacity: 0;
    -webkit-transform: translateY(-50px);
    -ms-transform: translateY(-50px);
    transform: translateY(-50px);
  }

  100%{
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
/*****************************************/
/*
==========================================================
 	GENERAL STYLES
==========================================================
*/
a:link,a:visited,a strong{text-decoration:none;transition:all 0.3s  linear 0s;}
a:hover,.btn:hover{transition:all 0.3s linear 0s;outline:none;}
a:focus{outline:none;}
.btn,.btn.btn-primary,.btn.btn-secondary,.btn.btn-danger,p.readmore .btn, p.readmore .blog-list .item-readmore a, .blog-list .item-readmore p.readmore a{transition:all 0.3s linear 0s;border-radius:3px;line-height:1;padding:8px 10px;position:relative;}
.btn.btn-primary:hover,.btn.btn-primary:focus{background-color:var(--color-primary-light);color:#fff;border-color:var(--color-primary);}
input:autofill {background:#fff;}
.mainbody-block .left.item-image img,.pull-left.item-image, .item-image.pull-left{margin-right:30px;margin-top:10px;}
.mainbody-block .right.item-image img,.pull-right.item-image, .item-image.pull-right{margin-left:30px;margin-top:10px;}
select:focus, textarea:focus, input[type="text"]:focus, input[type="password"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="date"]:focus, input[type="month"]:focus, input[type="time"]:focus, input[type="week"]:focus, input[type="number"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="color"]:focus, .inputbox:focus, #t3-footer .chronoforms input:focus, #t3-footer .chronoforms textarea:focus, .chzn-container-active.chzn-with-drop .chzn-single, .qf3form.quickform_noachis input.noachis-input:focus, .qf3form.quickform_noachis textarea.noachis-input:focus, .acym_module.noachis .acym_form input:focus, .form-control:focus {box-shadow: 0 0px 0px var(--color-primary), 0 0 8px var(--color-primary);border-color: var(--color-primary);transition: all 0.2s linear 0s;outline: none;}
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6, h1 a, .h1 a, h2 a, .h2 a, h3 a, .h3 a, h4 a, .h4 a, h5 a, .h5 a, h6 a, .h6 a {color: var(--heading-color);}
h3.module-title, .module-title.h3 {font-size: var(--h3-font-size);}
.first-word-noachis {color: var(--color-primary);}
.t4-module {margin-bottom: 2rem;}
.module-title{ padding-bottom:10px;padding-top:10px;background-image: url(../images/title-glow.png);background-repeat:no-repeat;background-position:top center;	position: relative;
background-color:var(--color-dark);margin-right:-15px;margin-left:-15px;text-indent:15px;}

.module-title span {padding:0;z-index: 5;position:relative;}
.module-title, .module-title span {text-transform: none;border-bottom: 0;line-height:1;}
.t4-module.module,.mainbody.noachis{padding:10px 15px 40px 15px;background:var(--color-secondary-dark);background: linear-gradient(90deg, var(--color-secondary-dark) 0%, var(--color-secondary-light) 31%, var(--color-secondary-dark) 100%);position:relative;z-index:1;}
.mainbody.noachis{ margin-bottom:40px;}
.module-title.paintbrush::after{position:absolute;top:50%;left:0;width:18px;height:18px;content:"\f1fc"; font-family:"Font Awesome 6 Free","Font Awesome 5 Free","FontAwesome";
font-weight: var(--fa-style, 900);font-size:18px;transform:translateY(-50%)}
.module-title.palette::after{position:absolute;top:50%;left:0;width:18px;height:18px;content:"\f53f"; font-family:"Font Awesome 6 Free","Font Awesome 5 Free","FontAwesome";
font-weight: var(--fa-style, 900);font-size:18px;transform:translateY(-50%)}

.module-title.brush::after{position:absolute;top:50%;left:0;width:18px;height:18px;content:"\f55d"; font-family:"Font Awesome 6 Free","Font Awesome 5 Free","FontAwesome";
font-weight: var(--fa-style, 900);font-size:18px;transform:translateY(-50%)}
.t4-module.module::after,.t4-module.module-gray::after{position:absolute;top:0;left:0;width:100%;height:100%;content:"";opacity:0.35;background:url(../images/scattered-bg.png) no-repeat bottom center;z-index:-1;}
.t4-module.module::before,.t4-module.module-gray::before{position:absolute;bottom:25px;left:0;width:100%;height:1px;content:"";background-color:var(--border-color);}


.t4-module.module-gray {padding:10px 15px 40px 15px;background:var(--color-gray-dark);background: linear-gradient(90deg, var(--color-gray-dark) 0%, var(--color-gray-light) 31%, var(--color-gray-dark) 100%);position:relative;z-index:1;}
.animate-circle{overflow:hidden;}
.animate-circle{position:relative;}
.animate-circle::before{position:absolute;top:50%;left:50%;z-index:2;display:block;content:'';width:0;height:0;background:rgba(255,255,255,.2);border-radius:100%;-webkit-transform:translate(-50%, -50%);transform:translate(-50%, -50%);opacity:0;}
.animate-circle:hover::before{-webkit-animation:circle .75s;animation:circle .75s;} 
.last-word-noachis {color: var(--color-primary);}
.text-muted,.createdby [itemprop="name"]  {color: var(--body-text-color)!important;}
.mainbody-inner{ padding:15px}
.scroll-progress-bar{position:fixed;z-index:9999;height:4px;top:0;left:0;box-shadow:0px 3px 5px 0px rgba(0,0,0,0.1);}
.scroll-progress-bar{background-color:var(--color-primary);}
/***************BODEX LAYOUT**************/
body.layout-boxed .t4-module.module,body.layout-boxed-nocomponent .t4-module.module,body.layout-boxed .t4-module.module::after,body.layout-boxed .t4-module.module-gray::after,body.layout-boxed-nocomponent .t4-module.module::after,body.layout-boxed-nocomponent .t4-module.module-gray::after{background:none;}
body.layout-boxed .header-bottom .container,body.layout-boxed-nocomponent .header-bottom .container{padding-left:0;}
body.layout-boxed .jt-cs.noachis .positioncenter.owl-carousel .owl-nav .owl-next,body.layout-boxed-nocomponent .jt-cs.noachis .positioncenter.owl-carousel .owl-nav .owl-next{ right:-20px;}
body.layout-boxed .jt-cs.noachis .positioncenter.owl-carousel .owl-nav .owl-prev,body.layout-boxed-nocomponent .jt-cs.noachis .positioncenter.owl-carousel .owl-nav .owl-prev {left:-20px;}


@media only screen and (min-width:1300px){
body.layout-boxed .t4-content-inner,body.layout-boxed-solidcolor-bg .t4-content-inner,body.layout-boxed-nocomponent .t4-content-inner{width:1320px;box-shadow:0 3px 20px 0 rgba(0,0,0,0.19);-webkit-box-shadow:0 3px 20px 0 rgba(0,0,0,0.19);-moz-box-shadow:0 3px 20px 0 rgba(0,0,0,0.19);position:relative;z-index:1;margin:0px auto;overflow:hidden;background:var(--color-secondary-dark);background: linear-gradient(90deg, var(--color-secondary-dark) 0%, var(--color-secondary-light) 31%, var(--color-secondary-dark) 100%);}
}
@media (min-width:1200px){
body.layout-boxed.not-at-top .t4-sticky,body.layout-boxed-nocomponent.not-at-top .t4-sticky{width:1320px!important;-webkit-box-shadow:0px 5px 15px 0px rgba(0,0,0,0.15);-moz-box-shadow:0px 5px 15px 0px rgba(0,0,0,0.15);box-shadow:0px 5px 15px 0px rgba(0,0,0,0.15);}
}
/*************************************/
.acym_introtext{margin-bottom:20px;}
.acym_module_form input.cell {cursor:text;max-width:92%;padding: 3px;border: 0;transition:all 0.3s  linear 0s;}
.acym_module_form input.cell:focus{max-width:96%;transition:all 0.3s  linear 0s;}
.acym_module_form input.subbutton{max-width:100%;}

ul.social_icons,ul.contact_info,.topbar ul.menu{display:flex;flex-direction:row;flex-wrap:wrap;justify-content:space-evenly;padding-left:0;margin-bottom:0;}
ul.social_icons li,ul.contact_info li{list-style:none;padding:0 0px 0 10px;}
ul.social_icons{justify-content:flex-end}
ul.social_icons li a{width:49px;height:39px;display:grid;place-items:center;position:relative;overflow:hidden;color:#FFF;margin-top:-10px;margin-bottom:-10px;}
ul.social_icons,ul.contact_info,.topbar ul.menu{justify-content:flex-start;}

ul.social_icons li a::before{content:"";position:absolute;top:100%;left:0;width:100%;height:100%;transition:.5s;z-index:2;}
ul.social_icons li a:hover::before{top:0;}
ul.social_icons i{z-index:3;transition:.8s;}
ul.social_icons li a:hover i{transform:rotateY(360deg);transition:.8s;color:#fff;}

.t4-footnav ul.social_icons li a{height:36px;width:36px;line-height:34px;background-color:rgba(255,255,255,0.3);text-align:center;font-size:13px;border-radius:100%;}
.t4-footnav ul.social_icons li a::before {content: "";position: absolute;top: 100%;left: 0;width: 100%;height: 100%;transition:.5s;z-index:2;}
.t4-footnav ul.social_icons li a:hover::before{top:0}
.t4-footnav .acym_form.noachis  input.cell {background-color:var(--footer-border-color);border:0;}

ul.social_icons{display:flex;flex-direction:row;flex-wrap:wrap;justify-content:flex-start;padding-left:0;margin:0;gap:10px}
ul.social_icons li{list-style:none;padding:0 0px 0 0px;}
.social_icons li a::before {background-color: var(--color-primary);}
/*
==========================================================
 	TOPBAR
==========================================================
*/
.t4-topbar{min-height:55px;display:flex;align-items:center;}
.t4-topbar .row{align-items:center;}
.t4-topbar ul.nav {display: flex;justify-content:flex-start;width: 100%;flex-direction: row;}
.t4-topbar ul.nav li{padding:0px 10px;}
.t4-topbar ul.nav li a,.t4-topbar a{color:#FFF;padding:0px;}
.t4-topbar ul.nav li a:hover,.t4-topbar a:hover{color:var(--color-primary);}
.t4-topbar .navbar{ padding:0;} 
.t4-topbar ul.dropdown-menu.show a{color:var(--color-primary);}
.t4-topbar ul.dropdown-menu.show a:hover{color:var(--color-secondary);background-color:transparent;}
.t4-topbar li.dropdown.parent:hover,.t4-topbar .navbar-nav .nav-link.active,.t4-topbar  .navbar-nav .nav-link.show{color:#FFF;}
.t4-topbar .navbar-nav .dropdown-menu {position: absolute;}
/**************************/
/*
==========================================================
 HEADER
==========================================================
*/
.t4-header {border-bottom:0;}
.t4-header .header-bottom {background:var(--color-light) url(../images/navbg-overlay.png) repeat-x top;border-bottom:0;}
/***************************/
/*
==========================================================
 HIGHLIGHTER
==========================================================
*/
.gkHighlighterInterface{ margin-top:4px;}

/****************JT LOGIN***********/
#jtl.noachis button{ background-color:var(--color-primary);color:#fff;}
.modal-backdrop{z-index:3;}
body.modal-open .modal{background-color:transparent;border-radius:0px;top:10%;bottom:10%;left:0%;margin-left:0%;overflow:hidden;height:auto;width:100%;}
body.modal-open .header-top{max-height:60px;}
body.modal-open .header-top-1,body.modal-open .header-top-2{visibility:hidden}
body.modal-open .header-top-3 .modal-toggle.register,body.modal-open .header-top-3 .modal-toggle{display:none;}
#jtl.noachis .form-group{margin-bottom:1rem !important;}
#jtl.noachis .modal-dialog .modal-content ,#jt-login-dropdown-noachis,#jtl-content-register-noachis{padding:20px 30px 20px 30px;border-radius:0px;}
#jtl.noachis .modal-dialog .modal-content small,.header-top #jtl-content-register-noachis small{font-size:0.7rem;margin-bottom:10px;display:block;}
#jtl.noachis .modal-dialog .modal-content .jtl-label,.header-top #jtl-content-register-noachis .jtl-label{font-size:0.9rem;margin-bottom:5px;}
#jt-login-dropdown-noachis,#jtl-content-register-noachis{min-width:360px;left:-180px;}
#jtl.noachis .content-noachis,#jtl.noachis .register-noachis{min-width:300px;background-color:var(--containerbg-color)}
#jtl.noachis .form-group-text, #jtl.noachis .btn-secondary.input-password-toggle,#jtl .input-group-text{border:1px solid rgba(255,255,255,0.4);background-color:transparent}
.mod-login-logout.form-vertical.noachis{display:flex;}
#jtl.noachis a,#jtl.noachis [class^="icon-"], #jtl.noachis[class*=" icon-"]  {color: #fff;}
#jtl.noachis input {border: 1px solid rgba(255,255,255,0.4);color:var(--color-secondary);background-color:#fff;}
#jtl.noachis  input.form-control {background-color:#fff;}
#jtl.noachis .registerlink {
	border-top: 1px solid var(--border-color);
	background:var(--containerbg-color);
	color:var(--body-text-color);
}
/********/
.rotator-noachis{ width:729px;margin-bottom:0!important;}
.t4-header p{ margin:0;}
/*************************/
/*
==========================================================
NAVBAR
==========================================================
*/
.t4-megamenu .navbar-nav > li > a, .t4-megamenu .navbar-nav > li > .nav-link { padding-bottom:10px;padding-top:10px;}
.t4-megamenu .dropdown-menu {padding:0rem;}
.t4-navbar .dropdown-menu .dropdown-menu-inner, .t4-megamenu.animate.slide .dropdown > .dropdown-menu > div {min-width: 210px !important;width: max-content;}
.t4-megamenu .dropdown-menu{-webkit-box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.08);-moz-box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.08);box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.08);}
.t4-megamenu .dropdown-menu li > a,.t4-megamenu .dropdown-menu li > .nav-link,.t4-megamenu .dropdown-menu li .dropdown-item,.t4-offcanvas .t4-off-canvas-body .navbar.drilldown-effect .navbar-nav .nav-item .dropdown-menu .nav-item,.t4-megamenu .dropdown > li > a, .t4-megamenu .dropdown > li > .nav-link{border-bottom:1px solid var(--color-light);color:var(--color-secondary);padding-left:1rem;padding-right:1rem}
.t4-megamenu .dropdown-menu{-webkit-box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.08);-moz-box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.08);box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.08);}
.t4-navbar .dropdown-menu .dropdown-menu-inner,.t4-megamenu.animate.slide .dropdown > .dropdown-menu > div{min-width:210px!important;width:max-content;}
.t4-megamenu .dropdown-menu li.active > a {color:var(--color-primary);}
.t4-navbar .navbar-nav > li:hover > a::before{width:calc(100% - 2rem);}
.t4-navbar .dropdown-item{transition:all 0.3s ease-in-out 0s;cursor:pointer}
.t4-navbar .dropdown-item:hover, .t4-navbar .dropdown-item:focus{background:none;transition:all 0.3s ease-in-out 0s;}
.t4-navbar .dropdown-item:hover,.t4-megamenu .dropdown-menu li > a:hover, .t4-megamenu .dropdown-menu li .dropdown-item:hover{padding-left:2rem;}
.t4-megamenu .dropdown-menu li >  a:hover::before,.t4-megamenu .dropdown-menu li >  .separator:hover::before{padding-left:10px;}
.t4-navbar .level0 .nav-item span{position: relative;}
.t4-navbar .level0 .nav-item span::before{width:2px;height:10px;opacity: 0;position:absolute;top:0px;Left: 50%;transform: translateX(-100%) translateY(-100%);content: "";transition: all 0.3s linear 0s;}
.t4-navbar .level0 .nav-item:hover span::before,.t4-navbar .level0 .nav-item.active span::before{opacity: 1;position: absolute;top:0px;left: 50%;transform: translateX(-100%) translateY(0%);transition: all 0.3s linear 0s;}
.navbar-outer .active a.nav-link,.t4-megamenu .navbar-nav > li > a:hover, .t4-megamenu .navbar-nav > li > a:focus, .t4-megamenu .navbar-nav > li > .nav-link:hover, .t4-megamenu .navbar-nav > li > .nav-link:focus, .t4-megamenu .navbar-nav > li > .nav-link:active{}
.t4-megamenu .navbar-nav > li > a:hover .item-caret, .t4-megamenu .navbar-nav > li > a:focus .item-caret, .t4-megamenu .navbar-nav > li > a:active .item-caret, .t4-megamenu .navbar-nav > li > .nav-link:hover .item-caret, .t4-megamenu .navbar-nav > li > .nav-link:focus .item-caret, .t4-megamenu .navbar-nav > li > .nav-link:active .item-caret,.t4-megamenu .nav > .dropdown > .nav-link:hover .item-caret::before {border-top-color: var(--color-primary);color: var(--color-primary);}
.t4-megamenu .navbar-nav > li.active > a, .t4-megamenu .navbar-nav > li.active > .nav-link {color: var(--mainnav-link-active-color);background-color:var(--color-primary)}

.t4-megamenu .navbar-nav > li.active > a .item-caret:hover, .t4-megamenu .navbar-nav > li.active > .nav-link .item-caret:hover,.t4-megamenu .navbar-nav > li.active > a:hover .item-caret,.t4-megamenu .navbar-nav > li.active > .nav-link:hover .item-caret, .t4-megamenu .nav > .active.dropdown > .nav-link:hover .item-caret::before{color:#fff;border-top-color:#fff;}
.nav-align-left .t4-megamenu .navbar-nav > li > a, .nav-align-left .t4-megamenu .navbar-nav > li > span {padding-left:1rem;padding-right:1rem;margin-right: 0rem;}

.t4-megamenu .nav [class^="icon-"], .t4-megamenu .nav [class*=" icon-"], .t4-megamenu .nav .fa{margin-right:0.45rem;}
.t4-megamenu .nav [class^="icon-"], .t4-megamenu .nav [class*=" icon-"], .t4-megamenu .nav .fa{transition:all 0.3s linear 0s;}
.t4-navbar .dropdown-menu .nav-item::before,.t4-navbar .dropdown-menu .nav-item span::before{display:none;}
.t4-navbar .dropdown-menu{}
.t4-megamenu .navbar-nav > li > a:hover  i.icon-n-earphone{}
.t4-megamenu .dropdown-menu{padding:0rem;}
.t4-megamenu .dropdown-menu li > a,.t4-megamenu .dropdown-menu li > .nav-link,.t4-megamenu .dropdown-menu li .dropdown-item{}
.t4-megamenu .dropdown-menu li > a:hover,.t4-megamenu .dropdown-menu li > .nav-link:hover,.t4-megamenu .dropdown-menu li .dropdown-item:hover{color: var(--color-primary);}
.t4-megamenu .nav > .dropdown > .nav-link .item-caret,.t4-megamenu .nav > .dropdown > .dropdown-toggle .item-caret{border:0;vertical-align:middle;margin-left:3px; margin-top:3px;}
.t4-navbar .dropdown-item.dropdown-toggle::after{right:-0.6rem}
.t4-megamenu .dropdown-item .item-caret{margin-left: 0.25rem;vertical-align: middle;right: 0;top:50%;position: absolute;transform:translateY(-50%)}
.t4-megamenu .nav > .dropdown > .nav-link .item-caret::before{content:"\f078";font-style:normal;font-size:0.8rem;font-weight:400;font-family:'Font Awesome 6 Free','Font Awesome 5 Free',FontAwesome;text-transform:none;border:0}
.t4-megamenu .dropdown-toggle .item-caret{border:0;}
.t4-megamenu .navbar-nav > li > a,.t4-megamenu .navbar-nav > li > .nav-link{transition:all 0.3s linear 0s;font-size:1rem;}
.t4-megamenu .dropdown-menu li >  a{position:relative;}
.t4-megamenu .dropdown-menu li >  a::before,.t4-megamenu .dropdown-menu li >  .separator::before{content:"";position: absolute;top:50%;left:10px;transform:translateY(-50%);-webkit-transition: all 0.2s ease-in-out;-moz-transition: all 0.2s ease-in-out;-ms-transition: all 0.2s ease-in-out;-o-transition: all 0.2s ease-in-out;transition: all 0.2s ease-in-out;width:0px;height:2px;color: var(--mainnav-link-hover-color);background: var(--color-primary);}
.t4-megamenu .dropdown-menu li>  a:hover::before,.t4-megamenu .dropdown-menu li >  .separator:hover::before{transition:all 0.3s ease-in-out 0s;width:15px;}
.t4-megamenu .mega-caption{left:25px;text-transform:none;position:relative;}
.not-at-top .t4-sticky {position: fixed;animation: fadeInDown 0.8s;-moz-animation: fadeInDown 0.8s;-webkit-animation: fadeInDown 0.8s;-o-animation: fadeInDown 0.8s;opacity: 1;z-index: 9;top:0!important; width:100%;}
/*
==========================================================
TOP SEARCH
==========================================================
*/
.mod-finder.noachis{ min-width:230px;}
.mod-finder.noachis input.form-control {max-width:152px;height:22px;border-radius:0px;line-height:1;font-size:14px;background-color:var(--color-primary-dark);color:#fff;border:1px solid var(--color-primary-dark);transition: all 0.3s linear 0s;}
.mod-finder.noachis input.form-control:focus {max-width:160px;transition: all 0.3s linear 0s;}
.mod-finder.noachis input::placeholder {color:#fff;}
.mod-finder.noachis .mod-finder__search.input-group .btn-primary{background-color:var(--color-dark);line-height:1;padding:0px 10px;max-width:60px;height:22px;margin-left:10px!important;line-height:1;font-size:14px;border:1px solid var(--color-secondary);border-radius:0px !important;}
.mod-finder.noachis .search-input{ position:relative;}
.mod-finder.noachis .icon-search {position: absolute;right:8px;top:5px;font-size:14px;color:#fff;font-weight: 400;}
.mod-finder.noachis .awesomplete {display:inline;}
/*************************/
 .nav-align-left .t4-offcanvas-toggle {margin-right:1rem;position:fixed;top:10px;right:0;color:#fff;}
.not-at-top .nav-align-left .t4-offcanvas-toggle {top:0px;color:var(--color-primary);}

/*
==========================================================
MAIN SLIDER - SMART SLIDER
==========================================================
*/
.t4-slider::after{position:absolute;bottom:0;left:0;width:100%;height:3px;content:"";background:var(--color-primary) url(../images/subslider-band.png) repeat-x top;}
.t4-slider::before{position:absolute;bottom:-3px;left:0;width:100%;height:1px;content:"";border-bottom:1px solid var(--color-primary-dark) ;}
/*
==========================================================
JT CONTENT SLIDER
==========================================================
*/
.jt-cs.noachis h1,
.jt-cs.noachis h2,
.jt-cs.noachis h3,
.jt-cs.noachis h4,
.jt-cs.noachis h5,
.jt-cs.noachis h6 { margin-top:0;}
.jt-cs.noachis.bestphoto .jt-imagecover{border:10px solid #fff;}
.jtcs_item_wrapper.jt-cs.noachis.bestphoto  a.jt-title{ position:relative;padding-bottom:15px;margin-bottom:15px}
.jtcs_item_wrapper.jt-cs.noachis.bestphoto  a.jt-title::after {position:absolute;bottom:0;right:0;width:50%;height:1px;content:"";background:url(../images/title-border-glow.png) no-repeat bottom center;}
.jt-cs.noachis .jt-caption{ background-color:rgba(0,0,0,0.5);width:100%;text-align:right;font-family: var(--heading-font-family);font-weight: 400;letter-spacing: 1px;font-size:18px;color:#fff}
.jt-cs.noachis .fa-chevron-right::before {content: "\e901"!important;font-family: 'icomoon'!important;}
.jt-cs.noachis .fa-chevron-left::before {content: "\e900"!important;font-family: 'icomoon'!important;}
.jt-cs.noachis .owl-carousel .owl-nav .owl-next, .jt-cs.noachis .owl-carousel .owl-nav .owl-prev {font-size:26px;color:var(--color-primary);width:35px;height:35px;background:none;}
.jt-cs.noachis.bestphoto .owl-carousel .owl-nav .owl-next, .jt-cs.noachis.bestphoto .owl-carousel .owl-nav .owl-prev {font-size:40px;color:var(--color-primary);}
.jt-cs.noachis .positioncenter.owl-carousel .owl-nav .owl-next{ right:-45px;}
.jt-cs.noachis .positioncenter.owl-carousel .owl-nav .owl-prev {left:-45px;}

.jt-cs .owl-dots span {border:0;border-radius:0px;height:4px;width:30px;color:var(--body-text-color);background:var(--body-text-color);}
.owl-carousel.noachis button.owl-dot{color:var(--color-primary);}
.jt-cs.noachis .owl-dots .active span {background:var(--color-primary);border-radius:0px;height:4px;width:30px;margin-bottom:0px;}


.jt-cs.noachis.latestworks .jt-imagecover {border:3px solid #fff;}
.jt-cs.noachis.latestworks .jt-author-date{ justify-content: center;}
.jtcs_item_wrapper.jt-cs.noachis.latestworks .jt-title {text-align: center;}

.jt-cs.noachis.sidebar .jt-imagecover {border:4px solid rgba(0,0,0,0.10);}
.jt-cs.noachis.sidebar  .jt-introtext {margin: 0px 0 0px 0;}
.jt-cs.noachis.sidebar h1,
.jt-cs.noachis.sidebar h2,
.jt-cs.noachis.sidebar h3,
.jt-cs.noachis.sidebar h4,
.jt-cs.noachis.sidebar h5,
.jt-cs.noachis.sidebar h6 {margin-bottom:0;}
.jt-cs.noachis .positiontop.owl-carousel .owl-nav .owl-next, .jt-cs.noachis .positiontop.owl-carousel .owl-nav .owl-prev,.jt-cs.noachis .positionbottom.owl-carousel .owl-nav .owl-next, .jt-cs.noachis .positionbottom.owl-carousel .owl-nav .owl-prev {width:20px;height:35px;background:none;}

/****************************/
/*
==========================================================
VERTICAL SCROLLER
==========================================================
*/
.scroller-noachis h5,.scroller-noachis p{ margin:0;}
.scroller-noachis .vscr-image {border: 4px solid rgba(0,0,0,0.10);background:none;}



/*
	====================================================
		PORTFOLIO - SP SIMPLE PORTFOLIO MODULE 
	====================================================
*/

.sp-simpleportfolio.noachis {padding: 15px;}
#mod-sp-simpleportfolio.sp-simpleportfolio.noachis {padding:5px;}
#mod-sp-simpleportfolio.sp-simpleportfolio.noachis .sp-simpleportfolio-item {padding: 10px 10px 10px 10px;margin-bottom:0;}
.sp-simpleportfolio.noachis .sp-simpleportfolio-item{padding:10px 10px 30px 10px;margin-bottom:1rem;}
.sp-simpleportfolio.noachis .sp-simpleportfolio-padding{padding:10px;}
.sp-simpleportfolio.noachis .sp-simpleportfolio-filter > ul > li > a{padding:6px 12px;color:var(--heading-color)}
.sp-simpleportfolio.noachis .sp-simpleportfolio-filter > ul > li.active > a{background-color:var(--color-primary)}
.featherdark .featherdark-content,.featherdark{z-index:999!important}
.sp-simpleportfolio.noachis .sp-simpleportfolio-padding,.sp-simpleportfolio.noachis .sp-simpleportfolio-item .sp-simpleportfolio-info:hover,.sp-simpleportfolio.noachis .sp-simpleportfolio-item .sp-simpleportfolio-info{background:none;}
.sp-simpleportfolio.noachis .sp-simpleportfolio-item .sp-simpleportfolio-info{font-size:1rem;line-height:1rem;padding:5px 15px 20px 15px;}
.sp-simpleportfolio.noachis .sp-simpleportfolio-item .sp-simpleportfolio-info h3{}
.sp-description.noachis{clear:both;line-height:1.42;text-align:justify}
.sp-simpleportfolio-created.noachis-overimage{font-size:19px;line-height:1.1;padding-top:7px;text-align:center;width:60px;height:60px;display:block;overflow:hidden;position:absolute;top:-30px;left:20px;z-index:3}
.sp-simpleportfolio .sp-simpleportfolio-item.noachis .sp-simpleportfolio-info h3 a,.sp-simpleportfolio .sp-simpleportfolio-item.noachis .sp-simpleportfolio-info h3{font-weight:bold;font-size:20px;margin-bottom:10px;}
.sp-simpleportfolio-client.noachis.col-sm-6,.sp-simpleportfolio-client.noachis.col-md-6{padding-left:0;padding-right:10px;}
.sp-simpleportfolio-client.noachis,.sp-simpleportfolio-created.noachis{margin-bottom:15px;}
.sp-simpleportfolio-client.noachis h4,.sp-simpleportfolio-created.noachis h4{font-size:13px;}
.sp-simpleportfolio-client.noachis h4 span,.sp-simpleportfolio-created.noachis h4 span{font-weight:bold;}
.sp-simpleportfolio-info.noachis:hover h4{color:#fff;}
.sp-simpleportfolio .sp-simpleportfolio-item.noachis .sp-simpleportfolio-link{text-align:right;margin-top:30px;}
.sp-simpleportfolio .sp-simpleportfolio-item .sp-simpleportfolio-btns a{border-radius:5px;}
.sp-simpleportfolio .sp-simpleportfolio-item .sp-simpleportfolio-btns a.btn-view, .sp-simpleportfolio .sp-simpleportfolio-item .sp-simpleportfolio-btns a.btn-view:hover {
background: var(--color-secondary);	border: 1px solid var(--color-secondary);}
.sp-simpleportfolio .sp-simpleportfolio-item .sp-simpleportfolio-btns a.btn-zoom, .sp-simpleportfolio .sp-simpleportfolio-item .sp-simpleportfolio-btns a.btn-zoom:hover {background: var(--color-primary);border: 1px solid var(--color-primary);}
.filters.btn-toolbar .btn{height:38px;}
span[itemprop="keywords"]{margin-right:5px;}
.sp-simpleportfolio .sp-simpleportfolio-description.noachis{width:100%;margin-bottom:15px;}
.sp-simpleportfolio-meta.noachis{width:100%;padding-left:0px;}
.sp-simpleportfolio .sp-simpleportfolio-filter > ul > li{margin:0 5px 10px 5px;}
.sp-simpleportfolio .sp-simpleportfolio-filter > ul > li > a{background:none;font-weight:400;font-size:1rem;}
.sp-simpleportfolio .sp-simpleportfolio-meta.noachis > div{margin-bottom:10px;padding-bottom:10px}
.sp-simpleportfolio-link a.btn{margin-top:15px;margin-bottom:15px;}
.sp-simpleportfolio .sp-simpleportfolio-filter{margin-top:30px;}

.sp-simpleportfolio.noachis .sp-simpleportfolio-item .sp-simpleportfolio-btns a{border-radius:5px;}
.sp-simpleportfolio.noachis .sp-simpleportfolio-meta h4{font-weight:400;}
.sp-simpleportfolio.noachis .sp-simpleportfolio-image[class*=' col-']{padding-left:0;}
.sp-simpleportfolio.noachis .sp-simpleportfolio-columns-3 .sp-simpleportfolio-item{}
.sp-simpleportfolio.noachis.specialwork .sp-simpleportfolio-item .sp-simpleportfolio-btns a{display:inline-block;padding:3px 6px;margin:3px;font-size:12px;letter-spacing:2px;line-height:1;text-align:center;vertical-align:middle;cursor:pointer;color:#fff;-webkit-transition:all .4s;transition:all .4s;}
.sp-simpleportfolio.noachis.specialwork .sp-simpleportfolio-item .sp-vertical-middle > div .sp-simpleportfolio-title a{font-size:14px!important;}
.tns-outer .playButton{display:none;}
.sp-simpleportfolio.noachis .sp-simpleportfolio-item .sp-simpleportfolio-overlay-wrapper{border-radius:0px 0px;}
.featherlight{z-index:100;}
.featherlight .featherlight-content,.featherlight .featherlight-image{}
.featherlight .featherlight-close-icon{right:0px;top:0px;}
.sp-simpleportfolio.noachis .sp-simpleportfolio-item .sp-simpleportfolio-btns a.btn-zoom,.sp-simpleportfolio.noachis .sp-simpleportfolio-item .sp-simpleportfolio-btns a.btn-view{border-radius:5px}
.sp-simpleportfolio.noachis.layout-gallery-nospace img,.sp-simpleportfolio.noachis.layout-gallery-nospace .sp-simpleportfolio-item .sp-simpleportfolio-overlay-wrapper{border-radius:0px!important;}
.porfolio .dropdown-menu .separator{font-weight:bold;text-transform:uppercase}

.sp-simpleportfolio.noachis .sp-simpleportfolio-img{}
.sp-simpleportfolio.noachis .sp-simpleportfolio-item .sp-simpleportfolio-info {background-color:var(--color-primary)}
.sp-simpleportfolio.noachis .sp-simpleportfolio-item .sp-simpleportfolio-info h3 > a {color:var(--heading-color);}


.t4-masthead{ padding-top:20px;background:url(../images/masthead-bg.png) no-repeat top center}

.t4-footnav{ background-image:url(../images/footer-overlay.png);background-repeat:no-repeat;background-position:top center;border-top: 2px solid var(--footer-border-color);}
.t4-footnav .t4-module.module,.t4-footnav .t4-module.module-gray{background:none;background-image:none;}
.t4-footnav .t4-module.module::after,.t4-footnav .t4-module.module-gray::after,.t4-footnav .t4-module.module::before,.t4-footnav .t4-module.module-gray::before{ display:none;}
.t4-footnav .t4-module .module-title { background:none;}
.t4-footnav::after{position:absolute;bottom:25px;left:0;width:100%;height:1px;content:"";background-color: var(--border-color);}
.t4-footnav .t4-module{ margin-bottom:0;margin-top:0}
/*************************************************/
.theme-cyan .module-title,.theme-cyan .jtl-label,.theme-cyan .jtl-note,.theme-cyan .form-check-label {color:#fff;}
.theme-cyan .t4-masthead,.theme-modernminimalism .t4-masthead{background:none;}
.theme-cyan .t4-topbar,.theme-modernminimalism .t4-topbar{background-color:var(--color-primary-dark);}
.theme-modernminimalism .btn,.theme-modernminimalism .btn.btn-primary, .theme-modernminimalism p.readmore .btn,.theme-modernminimalism p.readmore .blog-list .item-readmore a,.theme-modernminimalism .blog-list .item-readmore p.readmore a {color:var(--color-secondary);}
.theme-modernminimalism .btn.btn-primary:hover,.theme-modernminimalism  .btn.btn-primary:focus,.theme-modernminimalism #member-registration .jtl-label,.theme-modernminimalism #member-registration small,.theme-modernminimalism .mod-login .form-check-label,.theme-modernminimalism .t4-footnav .t4-module .module-title{color: #fff;}
/**********Copyright********/
.t4-footer{background-color:var(--footer-border-color);border-top:0;min-height:54px;}
.t4-footer ul.nav {display: flex;justify-content: flex-end;width: 100%;flex-direction: row;}
.t4-footer .navbar{ padding:0;}
.t4-footer .container{padding-top:1rem;padding-bottom:1rem;}
.t4-footer p{ margin:0}
.t4-footer .nav > li > a{ padding-top:0;padding-bottom:0;text-transform:none;text-decoration:none;padding-left:15px;padding-right:15px;color: var(--footer-link-color);}
.t4-footer .nav > li > a:hover, .t4-footer .nav > li > a:active, .t4-footer .nav > li > a:focus {border-bottom:0;}
.t4-section.t4-breadcrumbs {border-top: 1px solid var(--border-color);}
.t4-footer .nav > li::before {content: "";}
.t4-footnav .container, .t4-footnav .t4-masthead .t4-masthead-detail, .t4-masthead .t4-footnav .t4-masthead-detail {padding-top:3rem;padding-bottom:3rem;}
.t4-footnav .jtcs_item_wrapper .jt-title{ color: var(--footer-link-color);}
/******************/
.noachis .jt_testimonial-block-slide .fa-star, .jt_testimonial-block-slide .fa-star-half-o {color:var(--color-warning);text-shadow: 1px 1px rgba(0,0,0,.1), 1px 1px rgba(0,0,0,.1), .1em .1em .1em rgba(0,0,0,.1);}
.noachis .testimonial_block-name {font-family:var(--heading-font-family);font-size:30px;line-height: 1;margin-bottom:10px;}
.noachis .testimonial_block-text {font-size: 18px;margin-top:15px;color:var(--body-text-color);}
.noachis .owl2-nav .owl2-prev, .noachis .owl2-nav .owl2-next {font-size:36px;color: var(--color-primary);width:16px;height:36px;background: none;}
.noachis .owl2-nav .owl2-prev:hover, .noachis .owl2-nav .owl2-next:hover{background: none;width:16px;height:36px;}
.noachis  .owl2-prev i::before,.noachis .owl2-next i::before{width:16px;}
.noachis .owl2-nav{width:36px}
.noachis .testimonial_block-text::after {right:0px;}
.noachis .jt_testimonial-block-slide{ background:none;}
/************/
.noachis .carousel-image::before { display:none}
/*

	=======================================
		COUNTERS
	=======================================
*/

.counters{width:100%;padding:0px;text-align:center;font-size:40px;font-weight:500;padding:40px 0;position:relative;color:#fff;}
.counters::after{position:absolute;top:0;left:0;bottom:0;right:0;content:"";opacity:0.1;width:100%;height:100%;}
.counters i{font-size:75px;display:block;margin-bottom:10px;transition:all 0.2s  linear 0s;}
.counter-style:hover i ,.counter-style:hover{color:#fff;transition:all 0.2s  linear 0s;}
.counters h4{font-size:1rem;font-weight:400;margin:10px 0px 0 0;color:#fff;}
.counter-style{display:flex;gap:15px;flex-direction:column;padding:30px 10px;position:relative;overflow:hidden;transition:all .8s;-moz-transition:all .8s;-webkit-transition:all .8s;-ms-transition:all .8s;-o-transition:all .8s;z-index:1;line-height:1}
.counters .timer{font-size:40px;line-height:40px;font-weight:600;color:#fff;}
.counter-timer{text-align:left;}
.counter-style::after{display:none;}
.counter-style:hover::after{}
.counter-style:hover h3,.counter-style:hover h4 ,.counter-style:hover h5,.counter-style:hover h6{color:#fff;transition:all 0.2s  linear 0s;}
/****************/
.t4-middlespot-1{background: url(../images/middlespot-1-bg.jpg) no-repeat top center;background-size: cover;background-attachment: fixed;margin:40px 0}
.t4-middlespot-1::after {background-color: rgba(0,0,0,0.9);position: absolute;top: 0;left: 0;width: 100%;height: 100%;content: "";opacity: 0.9;}

/*

	=======================================
		BREADCRUMBS
	=======================================
*/

#t4-breadcrumbs{background-image:url(../images/breadcrumbs-bg.jpg);background-position:top center;background-size:cover;position:relative;background-repeat:no-repeat;min-height:250px;margin-bottom: 20px;}
#t4-breadcrumbs .container{background-color:transparent;}
.t4-section.t4-breadcrumbs{border-top:0;}
.breadcrumbs-wrap-noachis{min-height:250px;z-index:1;position:relative;display:flex;align-items:center;justify-content:space-between;}
.breadcrumbs-wrap-noachis h1{font-weight:700;color:#FFFFFF;margin:0;}
.breadcrumbs-wrap-noachis .breadcrumb-item.active{color:#FFFFFF}
#t4-breadcrumbs::before{position:absolute;top:0;left:0;width:100%;height:100%;content:"";background-color:rgba(0,0,0,0.55);}
.t4-breadcrumbs-inner::after{background:#0d0e0f;position:absolute;left:0;bottom:35%;right:0;content:"";opacity:0.7;width:100%;height:30%;}
.t4-section.t4-breadcrumbs .breadcrumb li{margin-right:10px;color:#fff;font-size:1.125rem;}
.breadcrumbs-wrap-noachis .breadcrumb .breadcrumb-item + .breadcrumb-item::before{display:inline-block;color:#fff;}
.breadcrumbs-wrap-noachis h1.breadcrumb-item{font-size:48px;font-weight:400;line-height:1.18;margin:-0.2em 0 -0.22em 0;}
ol.mod-breadcrumbs.noachis.breadcrumb.py-2{padding-left:0!important;padding-top:0.8rem !important;}

/*
	==================================================
		VIDEO - YENDIF VIEDO SHARE
	==================================================
*/ 
.yendif-video-share.videos.noachis{padding:10px 0;}
.yendif-video-share.videos.noachis .thumbnails .col-md-3,.yendif-video-share.videos.noachis .thumbnails .col-sm-3{}
.yendif-video-share.videos.noachis ul.thumbnails,.related-noachis ul,.yendif-video-share.categories.noachis ul{padding:0;}
.yendif-video-share.videos.noachis .thumbnails li,.related-noachis li,.yendif-video-share.categories.noachis li,.yendif-video-share.my-videos.noachis li{list-style:none;margin-left:0;}
.yendif-video-share.videos.noachis .thumbnail ,.yendif-video-share.categories.noachis .thumbnail{display:block;padding:0px;margin-bottom:15px;line-height:1.42;border:0;border-radius:0px;-webkit-box-shadow:0 2px 15px rgba(0,0,0,.10);-khtml-box-shadow:0 2px 15px rgba(0,0,0,.10);-moz-box-shadow:0 2px 15px rgba(0,0,0,.10);-ms-box-shadow:0 2px 15px rgba(0,0,0,.10);-o-box-shadow:0 2px 15px rgba(0,0,0,.10);box-shadow:0 2px 15px rgba(0,0,0,.10);}
.yendif-video-share.videos.noachis [class*=' col-']{padding-left:10px;padding-right:10px;}
.yendif-video-share.videos.noachis ul{margin:0;}

.yendif-thumbnail .yendif-play-icon.noachis{position:absolute;width:56px;height:56px;margin:-26px 0px 0px -26px;padding:0px;top:50%;left:50%;z-index:2;opacity:0.85;}
.yendif-video-share.noachis a:hover{text-decoration:none;}
.jt-carousel-yendif-outer.noachis{}
.yendif-video-share.mod-yendifvideoshare-videos.noachis{position:relative;padding-bottom:3rem}
.yendif-video-share.mod-yendifvideoshare-videos.noachis .more-btn,.jt-carousel-yendif-outer.noachis .more-btn{position:absolute;right:0px;top:-50px;}
.jt-carousel-yendif-outer.noachis .yendif-video-share-grid-item{position:relative;cursor:pointer;}
.yendif-video-share-grid .mb-3{margin-bottom:3rem!important}
.jt-carousel-yendif-outer.noachis .yendif-video-share-title a{width:100%;display: inline-flex;color:var(--heading-color);}
.yendif-video-share-title,.yendif-video-share-title a{color:var(--heading-color);margin-bottom:7px;font-size: var(--h5-font-size);font-family: var(--heading-font-family);}
.yendif-video-share-title{margin-top:10px;}
.yendif-video-share-title-inner{padding:0px 15px 0 15px;}
.noachis .yendif-video-share-views-count{}
.jt-carousel-yendif-outer.noachis.howitworks a.yendif-video-share-responsive-item{min-height:82px;min-width:82px}
.jt-carousel-yendif-outer.noachis .title-desc-wrap{position:absolute;bottom:0;right:20%;width:75%;height:40%;cursor:pointer;z-index:2;text-align:right;}
.jt-carousel-yendif-outer.noachis  .tns-nav button{}
.jt-carousel-yendif-outer.noachis .tns-nav,.jt-carousel-yendif-outer.noachis .tns-controls,.jt-carousel-yendif-outer.noachis .playButton{margin:0;}
.jt-carousel-yendif-outer.noachis .tns-controls{position:absolute;top:18px;right:15px;z-index:4;width:50%;}
.jt-carousel-yendif-outer.noachis:hover .tns-controls button{}
.jt-carousel-yendif-outer.noachis .tns-nav{}
.jt-carousel-yendif-outer.noachis .tns-controls [data-controls="prev"],.jt-carousel-yendif-outer.noachis .tns-controls [data-controls="next"]{opacity:0;display:grid;place-items:center;font-size:26px;font-weight:300;margin:0;border-radius:0px;transition:all 0.3s  linear 0s;border-radius:0px;padding:0;margin:0px 0px;color:var(--color-primary); width:20px;height:35px;background:none;}
.jt-carousel-yendif-outer.noachis:hover .tns-controls [data-controls="prev"],.jt-carousel-yendif-outer.noachis:hover .tns-controls [data-controls="next"],.jt-carousel-yendif-outer.noachis .tns-controls:hover [data-controls="prev"],.jt-carousel-yendif-outer.noachis .tns-controls:hover [data-controls="next"]{opacity:1;}
.jt-carousel-yendif-outer.noachis .tns-controls [data-controls="prev"]{ margin-right:2px}
.jt-carousel-yendif-outer.noachis .tns-controls [data-controls="next"]{}
.jt-carousel-yendif-outer.noachis .tns-controls [data-controls="prev"]:hover,.jt-carousel-yendif-outer.noachis .tns-controls [data-controls="next"]:hover{color: var(--color-primary);transition:all 0.3s  linear 0s;}
.jt-carousel-yendif-outer.noachis .title-excerpt-rating{position:relative;border-radius:0px;}
.jt-carousel-yendif-outer.noachis .title-cat-desc{display:flex;align-items:center;justify-content:space-between;text-align: left;}
.jt-carousel-yendif-outer.noachis .playicon{font-size:36px;width:53px;}
.noachis #tns1 > .tns-item{}
.jt-carousel-yendif-outer.noachis .yendif-video-share-grid-item:hover, .jt-carousel-yendif-outer.noachis .yendif-video-share-grid-item:hover .yendif-video-share-title a{color:var(--color-primary)}{color:var(--color-primary)transition:all 0.3s  linear 0s;}
.jt-carousel-yendif-outer.noachis .fa-chevron-left::before {content: "\e900" !important;font-family: 'icomoon' !important;}
.jt-carousel-yendif-outer.noachis .fa-chevron-right::before {content: "\e901" !important;font-family: 'icomoon' !important;}


.yendif-video-share.noachis .btn-primary{margin-left:10px;}
.yendif-video-share.videos.noachis .more_btn{position:relative;font-size:12px;font-weight:bold;}
.yendif-video-share.videos.noachis .more_btn-inner{position:absolute;right:-11px;top:-56px;line-height:1;padding:2px 5px;}
.yendif-video-share.category.noachis ul.thumbnails{padding:0;display:flex;flex-wrap:wrap;}
.yendif-video-share.category.noachis ul.thumbnails li{list-style:none;}
.yendif-video-share.category.noachis  .thumbnail,.related-noachis .thumbnail,.yendif-video-share.my-videos.noachis .thumbnail{display:block;padding:4px;margin-bottom:30px;line-height:1.42;border:1px solid transparent;border-radius:0px;-webkit-transition:border 0.2s ease-in-out;-o-transition:border 0.2s ease-in-out;transition:border 0.2s ease-in-out;-webkit-box-shadow:0 3px 10px rgba(0,0,0,0.1);-moz-box-shadow:0 3px 10px rgba(0,0,0,0.1);box-shadow:0 3px 10px rgba(0,0,0,0.1);}
.yendif-video-share.noachis .radio.inline + .radio.inline,.yendif-video-share.noachis .checkbox.inline + .checkbox.inline{margin-left:10px;}
.yendif-video-share.noachis .radio.inline,.yendif-video-share.noachis .checkbox.inline{display:inline-block;padding-top:5px;margin-bottom:0;vertical-align:middle;}
.yendif-video-share .radio input[type="radio"],.yendif-video-share .checkbox input[type="checkbox"]{margin:2px 10px 2px 2px;position:relative;}

.yendif-video-share.noachis .form-search input,.yendif-video-share.noachis .form-inline input,.yendif-video-share.noachis .form-horizontal input,.yendif-video-share.noachis .form-search textarea,.yendif-video-share.noachis .form-inline textarea,.yendif-video-share.noachis .form-horizontal textarea,.yendif-video-share.noachis .form-search select,.yendif-video-share.noachis .form-inline select,.yendif-video-share.noachis .form-horizontal select,.yendif-video-share.noachis .form-search .help-inline,.yendif-video-share.noachis .form-inline .help-inline,.yendif-video-share.noachis .form-horizontal .help-inline,.yendif-video-share.noachis .form-search .uneditable-input,.yendif-video-share.noachis .form-inline .uneditable-input,.yendif-video-share.noachis .form-horizontal .uneditable-input,.yendif-video-share.noachis .form-search .input-prepend,.yendif-video-share.noachis .form-inline .input-prepend,.yendif-video-share.noachis .form-horizontal .input-prepend,.yendif-video-share.noachis .form-search .input-append,.yendif-video-share.noachis .form-inline .input-append,.yendif-video-share.noachis .form-horizontal .input-append{display:inline-block;*display:inline;margin-bottom:0;vertical-align:middle;}
.yendif-video-share.video.noachis .input-append input,.yendif-video-share.video.noachis .input-append select,.yendif-video-share.video.noachis .input-append .uneditable-input{-webkit-border-radius:0x;-moz-border-radius:0px;border-radius:0px;position:relative;display:inline-block;margin-bottom:0;margin-right:10px;}

.yendif-video-share.video.noachis .breadcrumb{margin-top:15px}

.vjs-playlist.white.noachis{border-radius:0px 3px 3px 0px;}
.yendif-video-share.videos.noachis .thumbnail .yendif-image.noachis{transition:all 0.2s linear 0s;opacity:1;-webkit-transform:scale(1,1);-moz-transform:scale(1,1);-ms-transform:scale(1,1);-o-transform:scale(1,1);transform:scale(1,1);}
.yendif-video-share.videos.noachis .thumbnail:hover .yendif-image.noachis{transition:all 0.2s linear 0s;-webkit-transform:scale(1.2,1.2);-moz-transform:scale(1.2,1.2);-ms-transform:scale(1.2,1.2);-o-transform:scale(1.2,1.2);transform:scale(1.2,1.2);-webkit-transition:all .5s ease;-moz-transition:all .5s ease;-ms-transition:all .5s ease;-o-transition:all .5s ease;transition:all .5s ease;}
.yendif-video-share.videos.noachis .thumbnail .yendif-image.noachis::before{background:-moz-linear-gradient(top,rgba(0,0,0,0) 0%,rgba(0,0,0,0.7) 98%,rgba(0,0,0,0.9) 100%);background:-webkit-linear-gradient(top,rgba(0,0,0,0) 0%,rgba(0,0,0,0.7) 98%,rgba(0,0,0,0.9) 100%);background:linear-gradient(to bottom,rgba(0,0,0,0) 0%,rgba(0,0,0,0.7) 98%,rgba(0,0,0,0.9) 100%);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000',endColorstr='#e6000000',GradientType=0 );bottom:0;content:"";left:0;opacity:0;position:absolute;right:0;top:0;transition:all ease-in-out 1s;-webkit-transition:all ease-in-out 0.5s;;z-index:3;}
.yendif-video-share.videos.noachis .thumbnail:hover .yendif-image.noachis::before{opacity:1;}
a.yendif-thumbnail.noachis{overflow:hidden;}
.yendif-video-share.category.noachis .yendif-thumbnail .yendif-image,.related-noachis .yendif-thumbnail .yendif-image{transition:all ease-in-out 0.5s;}
.yendif-video-share.category.noachis .yendif-thumbnail:hover .yendif-image,.related-noachis .yendif-thumbnail:hover .yendif-image{transition:all ease-in-out 0.5s;-webkit-transition:all ease-in-out 0.5s;transform:scale(1.05,1.05);-webkit-transform:scale(1.05,1.05);overflow:hidden;}
.yendif-video-share.category.noachis a.yendif-thumbnail,.related-noachis a.yendif-thumbnail{overflow:hidden;}
.yendif-video-share.videos.noachis .thumbnail .caption{padding:10px 15px 15px 15px;}

.yendif-video-share.category.noachis .yendif-thumbnail .yendif-image::before,.related-noachis .yendif-thumbnail .yendif-image::before{background:-moz-linear-gradient(top,rgba(0,0,0,0) 0%,rgba(0,0,0,0.7) 98%,rgba(0,0,0,0.9) 100%);background:-webkit-linear-gradient(top,rgba(0,0,0,0) 0%,rgba(0,0,0,0.7) 98%,rgba(0,0,0,0.9) 100%);background:linear-gradient(to bottom,rgba(0,0,0,0) 0%,rgba(0,0,0,0.7) 98%,rgba(0,0,0,0.9) 100%);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000',endColorstr='#e6000000',GradientType=0 );bottom:0;content:"";left:0;opacity:0;position:absolute;right:0;top:0;transition:all ease-in-out 1s;-webkit-transition:all ease-in-out 0.5s;z-index:3;}
.yendif-video-share.category.noachis .yendif-thumbnail:hover .yendif-image::before,.yendif-image::before,.related-noachis .yendif-thumbnail:hover .yendif-image::before{opacity:1;}
.yendif-video-share.category.noachis .yendif-thumbnail .yendif-play-icon,.related-noachis .yendif-thumbnail .yendif-play-icon{position:absolute;width:56px;height:56px;margin:-25px 0px 0px -25px;opacity:0.80;}
.t3-wrapper .yendif-ratings-small .yendif-ratings-stars,.t3-wrapper  .yendif-ratings-small .yendif-ratings-stars .yendif-current-ratings,.t3-wrapper  .yendif-ratings-small .yendif-ratings-star a:hover{background-image:url(../images/star_small.png) !important;}

.yendif-video-share.video.noachis .yendif-video-share-ratings .yendif-video-share-ratings-stars,.yendif-video-share.video.noachis .yendif-video-share-ratings .yendif-video-share-ratings-star a:hover,.yendif-video-share.video.noachis .yendif-video-share-ratings .yendif-video-share-ratings-stars .yendif-video-share-ratings-current{background-image:url( ../images/star.png );}

.yendif-video-share.videos.noachis .yendif-video-share-ratings-small .yendif-video-share-ratings-stars,.yendif-video-share.videos.noachis  .yendif-video-share-ratings-small .yendif-video-share-ratings-current,.yendif-video-share.videos.noachis .yendif-video-share-ratings-small .yendif-video-share-ratings-star a:hover,.yendif-video-share.videos.noachis .yendif-video-share-ratings-small .yendif-video-share-ratings-stars,.yendif-video-share.videos.noachis .yendif-video-share-ratings-small .yendif-video-share-ratings-current,.yendif-video-share.videos.noachis .yendif-video-share-ratings-small .yendif-video-share-ratings-star a:hover{background-image:url( ../images/star_small.png );}

.yendif-video-share.video.noachis .yendif-video-share-ratings-small .yendif-video-share-ratings-stars,.yendif-video-share.video.noachis .yendif-video-share-ratings-small .yendif-video-share-ratings-current,.yendif-video-share.video.noachis .yendif-video-share-ratings-small .yendif-video-share-ratings-star a:hover{background-image:url( ../images/star_small.png );}

.yendif-video-share.noachis  .yendif-video-share-svg-icon-play,.jt-carousel-yendif-outer.noachis .yendif-video-share-svg-icon-play{fill: var(--color-primary);}

.yendif-video-share.noachis .yendif-video-share-grid-item:hover .yendif-video-share-svg-icon-play,.yendif-video-share.noachis .yendif-video-share-grid-item:hover .yendif-video-share-svg-icon-play-whitebg{opacity:1;transition:all 0.2s linear 0s;}

.yendif-video-share.noachis .yendif-video-share-svg-icon-play-whitebg{fill:#fff;opacity:0.7;width:26px;height:30px;top:50%;left:50%;margin-top:-15px;margin-left:-11px;padding:4px;transition:all 0.2s linear 0s;position:absolute;z-index:1}

.yendif-video-share.noachis  .yendif-play-icon{}
.yendif-video-share.noachis  .yendif-play-icon::before{content:'';position:absolute;width:42px;height:42px;border-radius:100%;background:transparent;transition:.5s;transform:scale(.9);z-index:1;	top:50%;left:50%;margin-top:-21px;margin-left:-21px;transition:all 0.2s linear 0s;}

.yendif-video-share.video.noachis .yendif-video-share-search-form{margin-bottom:20px;}
.noachis .card{padding:10px 10px 10px 10px;margin-bottom:30px;border:0;}
.yendif-video-share.videos.noachis.videos .card-body,.yendif-video-share.video.noachis .yendif-video-share-related.noachis .card-body,.yendif-video-share-categories.noachis .card-body,.yendif-video-share.category.noachis .card-body,.yendif-video-share.mod-yendifvideoshare-videos.noachis .card-body,.jt-carousel-yendif-outer.noachis .yendif-title-text{padding:10px 15px 20px 15px;}
.yendif-video-share.videos.noachis .yendif-video-share-ratings,.yendif-video-share.videos.noachis .yendif-video-share-ratings-small{margin:7px 0 7px 0;padding:3PX 0;}
.yendif-video-share.category.noachis .card-body{margin-bottom:30px}

.yendif-video-share.video.noachis .yendif-video-share-meta-views,.yendif-video-share.video.noachis .yendif-video-share-ratings,.yendif-video-share.video.noachis .yendif-video-share-ratings-small,.yendif-video-share.video.noachis .yendif-video-share-meta-date{margin:7px 0 7px 0;}
.yendif-video-share.video.noachis p.lead{margin:20px 0 15px 0;}

.yendif-video-share.video.noachis div.yendifplayer{margin-bottom:15px}
.yendif-video-share.video.noachis .yendif-video-share-related.noachis .yendif-video-share-grid-item{margin-bottom:30px}
.yendif-video-share.video.noachis .yendif-video-share-related.noachis .card{-webkit-box-shadow:0px 10px 20px 0px rgba(0,0,0,0.08);-moz-box-shadow:0px 10px 20px 0px rgba(0,0,0,0.08);box-shadow:0px 10px 20px 0px rgba(0,0,0,0.08);}
.mb-2{margin-bottom:20px;}
.mb-3{margin-bottom:30px;}

.jt-carousel-yendif-outer.noachis.titleonpic .play-btn{cursor:pointer;width:100%;height:100%;position:absolute;z-index:5;}
.jt-carousel-yendif-outer.noachis.titleonpic .yendif-video-share-svg-icon-play-whitebg,.jt-carousel-yendif-outer.noachis.titleonpic .yendif-video-share-svg-icon-play{position:absolute;z-index:5;cursor:pointer;}
.jt-carousel-yendif-outer.noachis.titleonpic  h4{margin:2px 0;}
.jt-carousel-yendif-outer.noachis.titleonpic.filmstrip .more-btn{position:absolute;right:80px;top:-50px;}
.yendif-video-share .title-excerpt-rating{transition:all 0.3s  linear 0s;}
.yendif-video-share:hover .title-excerpt-rating a,.yendif-video-share:hover .title-excerpt-rating i,.yendif-video-share:hover a,.yendif-video-share:hover, .yendif-video-share:hover .yendif-video-share-title,.yendif-video-share:hover .yendif-video-share-title a{}


.yendif-video-share.noachis .yendif-video-share-image,.jt-carousel-yendif-outer.noachis .yendif-video-share-image{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);transition:all 0.6s ease 0s;-webkit-transition:all 0.6s ease 0s;-moz-transition:all 0.6s ease 0s;-o-transition:all 0.6s ease 0s;}
.yendif-video-share.noachis .yendif-video-share-image::before,.jt-carousel-yendif-outer.noachis .yendif-video-share-image::before{position:absolute;content:"";top:0;bottom:0;left:0;right:0;width:100%;height:100%;opacity:0;transition:all 0.5s ease-in-out;-moz-transition:all 0.5s ease-in-out;-ms-transition:all 0.5s ease-in-out;-o-transition:all 0.5s ease-in-out;-webkit-transition:all 0.5s ease-in-out;background-color: var(--color-secondary);}
.yendif-video-share.noachis .yendif-video-share-grid-item:hover .yendif-video-share-image,.jt-carousel-yendif-outer.noachis .yendif-video-share:hover .yendif-video-share-image{transform:scale3d(1.1,1.1,1) translate3d(0,0,0) perspective(31.25em);-webkit-transform:scale3d(1.1,1.1,1) translate3d(0,0,0) perspective(31.25em);-moz-transform:scale3d(1.1,1.1,1) translate3d(0,0,0) perspective(31.25em);-o-transform:scale3d(1.1,1.1,1) translate3d(0,0,0) perspective(31.25em);transform-origin:50% 50%;-webkit-transform-origin:50% 50%;-moz-transform-origin:50% 50%;-o-transform-origin:50% 50%;transition:all 0.6s ease 0s;-webkit-transition:all 0.6s ease 0s;-moz-transition:all 0.6s ease 0s;-o-transition:all 0.6s ease 0s;box-shadow:0px 0px 0.75em rgba(0,0,0,0.9);}
.yendif-video-share.noachis .yendif-video-share-grid-item:hover .yendif-video-share-image::before,.jt-carousel-yendif-outer.noachis .yendif-video-share-grid-item:hover .yendif-video-share-image::before{opacity:0.4;z-index:9;transition:all 0.6s ease 0s;-webkit-transition:all 0.6s ease 0s;-moz-transition:all 0.6s ease 0s;-o-transition:all 0.6s ease 0s;}
.yendif-video-share.video.noachis .yendif-video-share-likes-dislikes,.yendif-video-share.video.noachis .yendif-video-share-meta-category{margin:7px 0;}
.yendif-video-share.noachis .yendif-video-share-meta{margin-bottom:10px;color:#fff!important;}
.yendif-video-share.mod-yendifvideoshare-playlist.noachis .yendif-video-share-playlist-items{}
.noachis .yendif-video-share-category{text-align:left;color:#FFF!important;} 
.noachis .yendif-video-share .yendif-video-share-svg-icon-play,.yendif-video-share.noachis .yendif-video-share-svg-icon-play,.jt-carousel-yendif-outer.noachis .yendif-video-share-svg-icon-play{position:absolute;width:53px;height:53px;top:50%;left:50%;pointer-events:none;z-index:3;transform:translateX(-50%) translateY(-50%);border-radius:100%;margin:0;}
.play-btn-animation{position:absolute;width:53px;height:53px;top:50%;left:50%;pointer-events:none;z-index:2;transform:translateX(-50%) translateY(-50%);border-radius:100%;background-color:transparent;margin:0;}
.play-btn-animation::before,.play-btn-animation::after{background-color:rgba(255,255,255,0.85);;content:"";position:absolute;left:0px;top:1px;width:51px;height:51px;z-index:-1;border-radius:50%;-webkit-transition:all ease 0.4s;transition:all ease 0.4s;	-webkit-animation-duration:5s;animation-duration:5s;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite;-webkit-animation-name:ripple;animation-name:ripple;}
.play-btn-animation::after{-webkit-animation-delay:2s;animation-delay:2s;}
.yendif-video-share.videos.noachis .card,.yendif-video-share.categories.noachis .card,.yendif-video-share.category.noachis .card{background-color: var(--color-primary-light);color:#fff;}
.yendif-video-share.videos.noachis .card a,.yendif-video-share-playlist-item .text-muted{color:#fff!important;}
.yendif-video-share.videos.noachis .card a:hover{color: var(--color-primary);}
.yendif-video-share.category.noachis a{color: var(--color-secondary);}

/*********yendif player module**********/
.mod-yendifvideoshare-player-inner.noachis{z-index:2;position:relative;}
.mod-yendifvideoshare-player-inner.noachis .yendifplayer{}
/*****************CONTACT FORM**********/

.contact-info{display:flex;gap:15px;padding-top:15px;padding-bottom:15px;align-items:center;margin-bottom:10px}
.contact-info_icon{display:inline-block;width:80px;height:80px;line-height:83px;color:#fff;text-align:center;font-size:32px;border-radius:999px;margin:0 auto 30px auto;position:relative;z-index:2;}
.contact-info_icon::before{left:-10px;top:-5px;}
.contact-info_icon::after{right:-10px;top:5px;}
.contact-info_icon::before,.contact-info_icon::after{content:'';width:100%;height:100%;position:absolute;opacity:0.2;border-radius:inherit;z-index:-2;-webkit-transition:0.4s ease-in-out;transition:0.4s ease-in-out;}
.contact-info:hover .contact-info_icon::after{right:0;top:0;}
.contact-info:hover .contact-info_icon::before{left:0;top:0;}
.com-users-registration__submit.control-group .controls{display:flex;gap:15px;justify-content:center;}
.noachis .plain-style #contact-form textarea{min-height:5rem;}
.noachis .contact-miscinfo{background:none;border:0;padding-left:0;}
.contact.noachis{background:url(../images/contact-bg.png) no-repeat bottom right ;}
.contact.noachis legend{font-size:0.8rem;}
.contact.noachis  .contact-miscinfo {--t4-alert-color: var(--body-text-color);}
.registration fieldset legend {background-color:transparent;}
.registration fieldset::before { display:none;}

/***************/
.sidebar-r nav.navbar,.sidebar-l nav.navbar{padding-left:0;}
.sidebar-r ul.navbar-nav,.sidebar-l ul.navbar-nav,.sidebar-r ul.navbar-nav li,.sidebar-l ul.navbar-nav li{width:100%;}
.sidebar-r ul.navbar-nav .dropdown-toggle::after,.sidebar-l ul.navbar-nav .dropdown-toggle::after{position:absolute;right:0px;}
.sidebar-r .navbar-nav > li > a,.sidebar-l .navbar-nav > li > a{padding:7px 0;transition:all 0.3s linear 0s;color:#fff;}
.sidebar-r .navbar-nav > li > a span,.sidebar-l .navbar-nav > li > a span{position:relative; padding:5px 0;transition:all 0.3s linear 0s;color:#fff;}
.sidebar-r .navbar-nav > li > a span::before,.sidebar-l .navbar-nav > li > a span::before{content:"";position:absolute;width:0%;height:2px;left:0%;bottom:-1px;transform:translate(0%);transition:all 400ms ease;}
.sidebar-r .navbar-nav > li:hover > a span::before,.sidebar-l .navbar-nav > li:hover > a span::before{width:100%;transition:all 0.3s linear 0s;}
.sidebar-r .jtcs_item_wrapper .jt-title,.sidebar-l .jtcs_item_wrapper .jt-title{margin-bottom:0px;line-height:1;}
.sidebar-r .navbar-nav > li > a span::before, .sidebar-l .navbar-nav > li > a span::before {background: var(--color-primary);}
.sidebar-r ul.navbar-nav li, .sidebar-l ul.navbar-nav li {border-bottom: 1px dashed var(--color-gray-dark);}
.t4-module .nav li a:hover{text-decoration:none;transition:all 0.3s linear 0s;}
.sidebar-r .navbar-nav .dropdown-menu,.sidebar-l .navbar-nav .dropdown-menu { padding:10px;}

/*******************/
.t4-offcanvas .t4-off-canvas-body .t4-module {background: none; padding-bottom:1rem; margin-top:1rem}
.t4-offcanvas .t4-off-canvas-body .t4-module::before{ display:none;}
.t4-offcanvas .t4-off-canvas-body .t4-module .module-inner {padding: 0rem;}
.t4-offcanvas .t4-off-canvas-header {background-color: var(--color-secondary);}
.t4-offcanvas .t4-off-canvas-body .navbar .nav-link, .t4-offcanvas .t4-off-canvas-body .navbar .separator,.t4-offcanvas .t4-off-canvas-body .navbar .dropdown-menu .dropdown-item, .t4-offcanvas .t4-off-canvas-body .navbar .dropdown-menu .nav-link {color:var(--color-primary);}
.t4-offcanvas .t4-off-canvas-header .close:hover span, .t4-offcanvas .t4-off-canvas-header .close:focus span, .t4-offcanvas .t4-off-canvas-header .close:active span{ color:#fff}

/*========================== Color Preset =========================*/
.layoutstyle-inner{display:flex;justify-content:space-evenly;}
.noachis-sidepanel .imagebg.ui-slideouttab-handle{z-index:999;width:38px!important;left:-38px!important; height:41px!important;}
.presetArea{z-index:9999;padding:15px 13px 47px 13px;background:#FFF;border:0;border-left:0;border-right:0;}
.presetArea h3{background:#FFF; margin-top:0;}
.noachis-sidepanel h2{ display:none}
.switch:focus{color:#FFF;}
.presetArea h2{color:#000!important;font-size:30px!important;font-weight:700!important;line-height:23px!important;margin:0;text-align:left;text-transform:uppercase;}
.presetArea h2 span{font-weight:100;display:inline-block;width:100%;}
.accentColor{width:100%;position:relative;margin-top:0px;}
.psTitle{font-size:26px!important;color:#171e36!important;margin:15px 0;text-align:left;font-weight:normal;}
.psTitle span{font-weight:100;display:inline-block;width:100%;}
.accentColor a{background:#3D566E;display:inline-block;height:30px;margin-bottom:6px;margin-right:6px;width:30px;position:relative;cursor:pointer;box-shadow:0px 1px 5px 0px rgba(0,0,0,0.55);}

.accentColor a.color1{background:#1d1404;}
.accentColor a.color1::after{border-left-color:#b87333;}

.accentColor a.color2{background:#b57edc;}
.accentColor a.color2::after{border-left-color:#5ddd5d;}

.accentColor a.color3{background:#001f3f}
.accentColor a.color3::after{border-left-color:#f7aa10;}

.accentColor a.color4{background:#6c757d}
.accentColor a.color4::after{border-left-color:#1e6075;}

.accentColor a.color5{background:#202020;}
.accentColor a.color5::after{border-left-color:#87ceeb;}

.accentColor a.color6{background:#556b2f;}
.accentColor a.color6::after{border-left-color:#8b4513;}

.accentColor a.color7{background:#000000;}
.accentColor a.color7::after{border-left-color:#c40909;}

.accentColor a.color8{background:#008080;}
.accentColor a.color8::after{border-left-color:#ff6f61;}

.accentColor a.color9{background:#111111;}
.accentColor a.color9::after{border-left-color:#b71b1c;}

.accentColor a.color10{background:#3fb8af;}
.accentColor a.color10::after{border-left-color:#ff3d7f;}

.accentColor a.color11{background:#1B202B;}
.accentColor a.color11::after{border-left-color:#ce3824;}

.accentColor a.color12{background:#12222d;}
.accentColor a.color12::after{border-left-color:#f4181c;}

.accentColor a.color13{background:#19232C;}
.accentColor a.color13::after{border-left-color:#E4D804;}



.accentColor a:focus,.colorChem a:focus,.layoutstyle a:focus{outline:none;}
.accentColor a:after{border-bottom:0 solid transparent;border-left:30px solid #E74C3C;border-top:30px solid transparent;bottom:0;content:"";height:0;left:0;position:absolute;width:0;}
.colorChem a.dark1{background:#050505;}
.accentColor a.dark1:after{border-bottom:0 solid transparent;border-left:41px solid #ec0000;border-top:40px solid transparent;bottom:0;content:"";height:0;left:0;position:absolute;width:0;}
.colorChem a.dark2{background:#222a33;}
.accentColor a.dark2:after{border-bottom:0 solid transparent;border-left:41px solid #f24d34;border-top:40px solid transparent;bottom:0;content:"";height:0;left:0;position:absolute;width:0;}
.colorChem a.dark3{background:#051a53;}
.accentColor a.dark3:after{border-bottom:0 solid transparent;border-left:41px solid #d82221;border-top:40px solid transparent;bottom:0;content:"";height:0;left:0;position:absolute;width:0;}
.colorChem a.dark4{background:#191970;}
.accentColor a.dark4:after{border-bottom:0 solid transparent;border-left:41px solid #2e8b57;border-top:40px solid transparent;bottom:0;content:"";height:0;left:0;position:absolute;width:0;}
.colorChem a.dark5{background:#010f1c;}
.accentColor a.dark5:after{border-bottom:0 solid transparent;border-left:41px solid #eb0029;border-top:40px solid transparent;bottom:0;content:"";height:0;left:0;position:absolute;width:0;}

.colorChem a.dark6{background:#010f1c;}
.accentColor a.dark6:after{border-bottom:0 solid transparent;border-left:41px solid #eb0029;border-top:40px solid transparent;bottom:0;content:"";height:0;left:0;position:absolute;width:0;}
.accentColor a.active:before,.accentColor a:hover:before,.accentColor a:focus:before{background:url("../images/tick.png") no-repeat scroll center center;bottom:4px;content:"";height:8px;left:4px;position:absolute;width:11px;z-index:999;transition:all ease 700ms;-moz-transition:all ease 700ms;-webkit-transition:all ease 700ms;-ms-transition:all ease 700ms;-o-transition:all ease 700ms;}
.colorChem{width:100%;position:relative;margin-top:15px;}
.colorChem a{color:#fff;display:inline-block;font-size:10px;font-weight:600;height:40px;line-height:8px;text-align:center;text-indent:10px;letter-spacing:0.7px;text-transform:uppercase;width:90px;padding-top:16px;margin-right:3px;margin-bottom:13px;transition:all ease 700ms;-moz-transition:all ease 700ms;-webkit-transition:all ease 700ms;-ms-transition:all ease 700ms;-o-transition:all ease 700ms;}
.colorChem a:hover,.colorChem a.active{background:rgba(0,0,0,0.8);color:#FFF;}
.colorChem a:last-child{margin-right:0px;}
.layoutstyle{width:100%;margin-top:20px;position:relative;}
.layoutstyle a{display:inline-block;width:auto;height:30px;font-size:10px;line-height:8px;text-transform:uppercase;color:#171e36;font-weight:600;text-align:left;padding-left:40px;padding-top:11px;position:relative;transition:all ease 700ms;-moz-transition:all ease 700ms;-webkit-transition:all ease 700ms;-ms-transition:all ease 700ms;-o-transition:all ease 700ms;}
.layoutstyle a.wide{background:url(../images/wide.png) no-repeat left center;}
.layoutstyle a.Box{background:url(../images/boxed.png) no-repeat left center;}
.layoutstyle a.patterned{background:url(../images/pattern.png) no-repeat left center;display:block;margin:5px 0;}
.layoutstyle a.Box.fixedimage,.layoutstyle a.patterned,.layoutstyle a.solidcolor{width:100%;}
.layoutstyle a.active:before,.layoutstyle a:hover:before{background:url("../images/tick.png") no-repeat scroll center center rgba(0,0,0,0);bottom:0;content:"";height:23px;left:0;position:absolute;top:0;width:32px;z-index:999;transition:all ease 700ms;-moz-transition:all ease 700ms;-webkit-transition:all ease 700ms;-ms-transition:all ease 700ms;-o-transition:all ease 700ms;}
.layoutstyle a:hover{color:#DE3C2F;}
.presetBorder{width:100%;height:1px;background:#5e5e5e;margin:30px 0;}
.layoutstyle p{font-size:14px;color:#cccccc;line-height:11px;margin-bottom:15px;}
.jpanelHandle{z-index:9999;box-shadow:none;}
.jpanelContent h2{display:none;}
.jpanelHandle .fa,.jpanelHandle img{line-height:100%;padding-top:0px;padding-bottom:4px;}
table.dark-colors td{padding-right:15px;border-top:0;}
#date-and-doc .bfLabelLeft label{width:20%;font-weight:400;margin:5px 10px 0px 5px;}
#date-and-doc button.bfCalendar{height:25px;margin:4px 0px 0px 5px;float:none;border-radius:0px;padding:3px 5px}
#date-and-doc section.bfLabelLeft .bfElementGroupNoWrap{width:60%;}
#date-and-doc button.bfCalendar [class^="icon-"]::before,#date-and-doc button.bfCalendar [class*=" icon-"]::before{display:block;}
#date-and-doc select.chzn-done{width:60%;}
.sidepanel-noachis .ui-slideouttab-handle{padding-left:15px;padding-right:15px;}
.layout.pattern-bg{background:url("../images/pattern-bg.png") no-repeat  top center;}
.layout.color-bg{background:url("../images/color-bg.png") no-repeat  top center;}
.layout.fixed-bg{background:url("../images/fixed-bg.png") no-repeat  top center;}
.layoutstyle a.layout.pattern-bg,.layoutstyle a.layout.color-bg,.layoutstyle a.layout.fixed-bg{padding-top:25px;padding-right:10px}
.layoutstyle .bg-types{display:flex;}
.layoutstyle .bg-types a{padding-left:0px;padding-right:15px;text-align:center;line-height:1.4}

.t4-offcanvas .t4-off-canvas-header a img{min-height:45px;}
.t4-offcanvas .t4-off-canvas-body .t4-module{width:100%;}
.t4-offcanvas .t4-off-canvas-body .navbar.drilldown-effect .navbar-nav .dropdown-menu{background-color:transparent;}
/*
	==================================================
		MOBILE - CSS 
	==================================================
*/ 
@media screen and (max-width:1200px){
.t4-topbar .container{padding-left:15px; padding-right:0;margin-left:0;margin-right:0;}
#jtl.noachis button{margin-bottom:10px!important}
}
@media screen and (max-width:990px){.jt-cs.noachis.bestphoto .jt-imagecover{ margin-bottom:30px;}
.pull-right.animate-circle.item-image{display: block;width: 100%;}
.yendif-col-4 {width:50%!important;}
.navbar-toggler{padding:1rem}
.header-bottom .container,.t4-nav-toggle.d-flex.ms-auto{ margin-left:0!important; margin-right:0!important;}
.btn.js-offcanvas-trigger{display:none!important}
.not-at-top .mainnav{ background:url(../images/logo.png) no-repeat center}


}
@media screen and (max-width:767px){
.t4-header-r,.t4-header-search{display:none!important}
.t4-topbar .t4-row{gap:30px 0px}
.topbar-r{justify-content:flex-start;}
.not-at-top #t4-header .t4-sticky {position: fixed !important;top: 0 !important;width: 100%;border-radius: 0px;}
.header-top .container.d-flex {flex-direction:column;gap:30px 0px}
.t4-nav-toggle{ margin-left:0!important;}
.breadcrumbs-wrap-noachis h1.breadcrumb-item {font-size: 28px;}
.breadcrumbs-wrap-noachis .breadcrumbs-right .breadcrumb li{ font-size:0.9rem}
.mod-yendifvideoshare-player-inner.noachis .yendifplayer,.yendifplayer-description-noachis{max-width:100%;}
.yendif-video-share.videos.noachis [class*=" col-"],.sp-simpleportfolio .sp-simpleportfolio-item{padding-left:0px;padding-right:0px;}
.yendif-video-share-categories.noachis .row > *,.mod-yendifvideoshare-videos.noachis .row > *{padding-left:0px;padding-right:0px;}
#member-registration input {width:80%;}

}

@media only screen and (max-width:600px){
.noachis  .testimonial_block-image {max-width:100%;width: 100%!important; height:auto!important}
.yendif-col-xs-2 {width:100%!important;}

}
@media only screen and (max-width:1400px) and (min-width:991px){
.t4-megamenu .navbar-nav > li > a, .t4-megamenu .navbar-nav > li > .nav-link, .t4-navbar .navbar-nav > li > a, .t4-navbar .navbar-nav > li > .nav-link{padding-left:0.5rem;padding-right:0.5rem;}

}