/*
Theme Name: YSI Custom Theme V2
Author: None
Author URI: https://wordpress.org/
Version: 2.2 
*/

/* =Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */
/* =Layout
-------------------------------------------------------------- */

/*
LAYOUT: Two columns
DESCRIPTION: Custom Template
*/

@font-face {
    font-family: 'Satoshi-Variable';
    src: url('fonts/Satoshi-Variable.woff2') format('woff2'),
         url('fonts/Satoshi-Variable.woff') format('woff'),
         url('fonts/Satoshi-Variable.ttf') format('truetype');
         font-weight: 300 900;
         font-display: swap;
         font-style: normal;
  }
  
  
  /**
  * This is a variable font
  * You can controll variable axes as shown below:
  * font-variation-settings: 'wght' 900.0;
  *
  * available axes:
  
  * 'wght' (range from 300.0 to 900.0)
  
  */
  
  @font-face {
    font-family: 'Satoshi-VariableItalic';
    src: url('fonts/Satoshi-VariableItalic.woff2') format('woff2'),
         url('fonts/Satoshi-VariableItalic.woff') format('woff'),
         url('fonts/Satoshi-VariableItalic.ttf') format('truetype');
         font-weight: 300 900;
         font-display: swap;
         font-style: italic;
  }
  
  
  @font-face {
    font-family: 'Satoshi-Light';
    src: url('fonts/Satoshi-Light.woff2') format('woff2'),
         url('fonts/Satoshi-Light.woff') format('woff'),
         url('fonts/Satoshi-Light.ttf') format('truetype');
         font-weight: 300;
         font-display: swap;
         font-style: normal;
  }
  
  
  @font-face {
    font-family: 'Satoshi-LightItalic';
    src: url('fonts/Satoshi-LightItalic.woff2') format('woff2'),
         url('fonts/Satoshi-LightItalic.woff') format('woff'),
         url('fonts/Satoshi-LightItalic.ttf') format('truetype');
         font-weight: 300;
         font-display: swap;
         font-style: italic;
  }
  
  
  @font-face {
    font-family: 'Satoshi-Regular';
    src: url('fonts/Satoshi-Regular.woff2') format('woff2'),
         url('fonts/Satoshi-Regular.woff') format('woff'),
         url('fonts/Satoshi-Regular.ttf') format('truetype');
         font-weight: 400;
         font-display: swap;
         font-style: normal;
  }
  
  
  @font-face {
    font-family: 'Satoshi-Italic';
    src: url('fonts/Satoshi-Italic.woff2') format('woff2'),
         url('fonts/Satoshi-Italic.woff') format('woff'),
         url('fonts/Satoshi-Italic.ttf') format('truetype');
         font-weight: 400;
         font-display: swap;
         font-style: italic;
  }
  
  
  @font-face {
    font-family: 'Satoshi-Medium';
    src: url('fonts/Satoshi-Medium.woff2') format('woff2'),
         url('fonts/Satoshi-Medium.woff') format('woff'),
         url('fonts/Satoshi-Medium.ttf') format('truetype');
         font-weight: 500;
         font-display: swap;
         font-style: normal;
  }
  
  
  @font-face {
    font-family: 'Satoshi-MediumItalic';
    src: url('fonts/Satoshi-MediumItalic.woff2') format('woff2'),
         url('fonts/Satoshi-MediumItalic.woff') format('woff'),
         url('fonts/Satoshi-MediumItalic.ttf') format('truetype');
         font-weight: 500;
         font-display: swap;
         font-style: italic;
  }
  
  
  @font-face {
    font-family: 'Satoshi-Bold';
    src: url('fonts/Satoshi-Bold.woff2') format('woff2'),
         url('fonts/Satoshi-Bold.woff') format('woff'),
         url('fonts/Satoshi-Bold.ttf') format('truetype');
         font-weight: 700;
         font-display: swap;
         font-style: normal;
  }
  
  
  @font-face {
    font-family: 'Satoshi-BoldItalic';
    src: url('fonts/Satoshi-BoldItalic.woff2') format('woff2'),
         url('fonts/Satoshi-BoldItalic.woff') format('woff'),
         url('fonts/Satoshi-BoldItalic.ttf') format('truetype');
         font-weight: 700;
         font-display: swap;
         font-style: italic;
  }
  
  
  @font-face {
    font-family: 'Satoshi-Black';
    src: url('fonts/Satoshi-Black.woff2') format('woff2'),
         url('fonts/Satoshi-Black.woff') format('woff'),
         url('fonts/Satoshi-Black.ttf') format('truetype');
         font-weight: 900;
         font-display: swap;
         font-style: normal;
  }
  
  
  @font-face {
    font-family: 'Satoshi-BlackItalic';
    src: url('fonts/Satoshi-BlackItalic.woff2') format('woff2'),
         url('fonts/Satoshi-BlackItalic.woff') format('woff'),
         url('fonts/Satoshi-BlackItalic.ttf') format('truetype');
         font-weight: 900;
         font-display: swap;
         font-style: italic;
  }
  
  
@font-face {
    font-family: 'bangersregular';
    src: url('fonts/bangers-regular-webfont.woff2') format('woff2'),
         url('fonts/bangers-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
html body, body{
    overflow-x: hidden !important;
}
html body, input, textarea, .page-title span, .pingback a.url {
    font-family: 'Satoshi-Medium' !important;
}
body {
	background: #fff;
}
body, input, textarea {
	color: #303030;
	font-size: 12px;
	line-height: 18px;
}
.bangers{
    font-family: 'Bangers' !important;
}
img{ max-width:100%; height:auto;}
body .padleft{ padding-left:0 }
body .padright{ padding-right:0 }
body .padtop{ padding-top:15px;}
body .padbottom{ padding-bottom:15px; }
body .nopad{ padding:0 }
section.section{padding: 80px 0;background: url(images/s1-bg.png) no-repeat;background-size: cover;background-position: center bottom;position: relative;background-attachment: fixed;}
/*============================================================
                Fonts Classes Starts Here
============================================================*/
.montserrat-light{font-family: 'Montserrat', sans-serif;font-weight: 400 !important;}
.montserrat-regular{font-family: 'Montserrat', sans-serif;font-weight: 400 !important;}
.montserrat-medium{font-family: 'Montserrat', sans-serif;font-weight: 500 !important;}
.montserrat-semi-bold{font-family: 'Montserrat', sans-serif;font-weight: 600 !important;}
.montserrat-bold{font-family: 'Montserrat', sans-serif;font-weight: 700 !important;}
.montserrat-extra-bold{font-family: 'Montserrat', sans-serif;font-weight: 800 !important;}
.montserrat-black{font-family: 'Montserrat', sans-serif;font-weight: 900 !important;}
/*============================================================
                Fonts Classes Ends Here
============================================================*/
/*===============================================
                Colors Classes Starts Here
===============================================  */
.color-white{color: #ffffff !important;}
.color-gold{color: #cb9317 !important;}
.color-black{color: #000 !important;}
.color-grey{color: #747474 !important;}
.color-primary{color: #000 !important;}
.color-secondary{color: #000 !important;}
.color-gradient { color: -webkit-gradient(left top, right top, color-stop(0%, rgba(184,40,90,1)), color-stop(50%, rgba(148,41,136,1)), color-stop(62%, rgba(169,40,109,1)), color-stop(100%, rgba(145,41,138,1))) !important; color: rgba(184,40,90,1) !important; background: -moz-linear-gradient(left, rgba(184,40,90,1) 0%, rgba(148,41,136,1) 50%, rgba(169,40,109,1) 62%, rgba(145,41,138,1) 100%) !important; color: -webkit-gradient(left top, right top, color-stop(0%, rgba(184,40,90,1)), color-stop(50%, rgba(148,41,136,1)), color-stop(62%, rgba(169,40,109,1)), color-stop(100%, rgba(145,41,138,1))) !important; color: -webkit-linear-gradient(left, rgba(184,40,90,1) 0%, rgba(148,41,136,1) 50%, rgba(169,40,109,1) 62%, rgba(145,41,138,1) 100%) !important; color: -o-linear-gradient(left, rgba(184,40,90,1) 0%, rgba(148,41,136,1) 50%, rgba(169,40,109,1) 62%, rgba(145,41,138,1) 100%) !important; color: -ms-linear-gradient(left, rgba(184,40,90,1) 0%, rgba(148,41,136,1) 50%, rgba(169,40,109,1) 62%, rgba(145,41,138,1) 100%) !important; color: linear-gradient(to right, rgba(184,40,90,1) 0%, rgba(148,41,136,1) 50%, rgba(169,40,109,1) 62%, rgba(145,41,138,1) 100%) !important; }
.color-yellow{color: #ffdc00 !important;}
.color-purple{color: #a8286e !important;}
/*===============================================
                Colors Classes Ends Here
===============================================  */
/*===============================================
    Background  Colors Classes Starts Here
===============================================  */
.bg-primary{background-color:#111111 ;}
.bg-secondary{background-color:#ccc ;}
.bg-white{background-color:#fff ;}
.bg-black{background-color:#000 ;}
.bg-grey{background-color:#ddd ;}

.bg-gradient{background: rgba(184,40,90,1); background: -moz-linear-gradient(left, rgba(184,40,90,1) 0%, rgba(148,41,136,1) 50%, rgba(169,40,109,1) 62%, rgba(145,41,138,1) 100%); background: -webkit-gradient(left top, right top, color-stop(0%, rgba(184,40,90,1)), color-stop(50%, rgba(148,41,136,1)), color-stop(62%, rgba(169,40,109,1)), color-stop(100%, rgba(145,41,138,1))); background: -webkit-linear-gradient(left, rgba(184,40,90,1) 0%, rgba(148,41,136,1) 50%, rgba(169,40,109,1) 62%, rgba(145,41,138,1) 100%); background: -o-linear-gradient(left, rgba(184,40,90,1) 0%, rgba(148,41,136,1) 50%, rgba(169,40,109,1) 62%, rgba(145,41,138,1) 100%); background: -ms-linear-gradient(left, rgba(184,40,90,1) 0%, rgba(148,41,136,1) 50%, rgba(169,40,109,1) 62%, rgba(145,41,138,1) 100%); background: linear-gradient(to right, rgba(184,40,90,1) 0%, rgba(148,41,136,1) 50%, rgba(169,40,109,1) 62%, rgba(145,41,138,1) 100%);}
/*===============================================
    Background  Colors Classes Ends Here
===============================================  */
/*===============================================
    Helper Classes Starts Here
===============================================  */
.border-radius-20px {
    border-radius: 20px;
}
.box-shadow {
    -webkit-box-shadow: 200px 200px 300px 200px rgba(0,0,0,0.75);
    -moz-box-shadow: 200px 200px 300px 200px rgba(0,0,0,0.75);
    box-shadow: 8px 8px 15px 0px rgba(0, 0, 0, 0.44);
}
.text-shadow{    text-shadow: 2px 7px 7px #00000070;}
.hover02 {
    width: 300px !important;
    height: auto !important;
    -webkit-transition: 5s ease-in-out !important;
    transition: 5s ease-out !important;
}
.height-0 {
    height: 0px !important;
}
/* =================================
    ScrollBar Css Starts Here
================================= */
::-webkit-scrollbar {
    width: 8px;
    background-color: #F99F1B !important;
}

::-webkit-scrollbar-thumb {
    background-color: #000 !important;
    width: 5px;
}

::-webkit-scrollbar-track {
    background-color: #F99F1B !important;
}

/* =================================
    ScrollBar Css Ends Here
================================= */
/* ======================================KEY FRAMES====================================== */
/*=====================================*/
        /*Circular Animation*/
/*=====================================*/
/* SHIFT */
.main-navigation ul li a {
    position:relative;
    z-index: 1;
}
.main-navigation ul li a:hover {
    color: #91640F;
}
.main-navigation ul li a:after {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    width: 100%;
    height: 1px;
    content: '.';
    color: transparent;
    background: #F1C40F;
    visibility: none;
    opacity: 0;
    z-index: -1;
}
.main-navigation ul li a:hover:after {
    opacity: 1;
    visibility: visible;
    height: 100%;
}



/* Keyframes */
@-webkit-keyframes fill {
    0% {
        width: 0%;
        height: 1px;
    }
    50% {
        width: 100%;
        height: 1px;
    }
    100% {
        width: 100%;
        height: 100%;
        background: #333;
    }
}

/* Keyframes */
@-webkit-keyframes circle {
    0% {
        width: 1px;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        margin: auto;
        height: 1px;
        z-index: -1;
        background: #eee;
        border-radius: 100%;
    }
    100% {
        background: #aaa;
        height: 5000%;
        width: 5000%;
        z-index: -1;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto;
        border-radius: 0;
    }
}

@-webkit-keyframes bounce {
    0%,
    10%,
    20%,
    30%,
    40%,
    50%,
    60%,
    70%,
    80%,
    90%,
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    5% {
        -webkit-transform: translateY(-30px);
        transform: translateY(-30px);
    }
    15% {
        -webkit-transform: translateY(-15px);
        transform: translateY(-15px);
    }
}

@keyframes bounce {
    0%,
    10%,
    20%,
    30%,
    40%,
    50%,
    60%,
    70%,
    80%,
    90%,
    100% {
        transform: translateY(0);
    }
    5% {
        transform: translateY(-30px);
    }
    15% {
        transform: translateY(-15px);
    }
}

@-webkit-keyframes float {
    0% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
    }
    50% {
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px);
    }
    100% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
    }
}

@keyframes float {
    0% {
        transform: translateY(0px);
    }
    50% {
        transform: translateY(-10px);
    }
    100% {
        transform: translateY(0px);
    }
}

@-webkit-keyframes scaleout {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0;
    }
}

@keyframes scaleout {
    0% {
        transform: scale(0);
    }
    100% {
        transform: scale(1);
        opacity: 0;
    }
}

@-webkit-keyframes rotate {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes rotate {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}
/*=====================================*/
        /*Circular Animation*/
/*=====================================*/
/* ======================================KEY FRAMES====================================== */
section#services .photo {
    background-size: 100% 100%;
    width: 100%;
    transition: transform 0.5s ease-out 0s;
    height: 500px !important;
    transform: scale(1);
    transform-origin: 98.2677% 67.1556%;
}

header{ padding:20px 0;}
nav {position: relative;z-index: 999;width: 100%;}
nav.fixed {position: fixed;width: 100%;z-index: 999;top: 0;}
.searchform input {float: right;width: 200px;padding: 8px 46px 8px 8px;font-size: 1em;border: 1px solid #303030;background: #fff;}
.searchform input[type="submit"] {float: right;width: 37px;height: 37px;padding: 0px;border: 0px;background: #303030 url(images/search-icon.png) no-repeat center;box-shadow: none;font-size: 0;margin-left: -37px;position: relative;}
div#container{ max-width:1140px; box-sizing:border-box; margin:0 auto; padding:0 15px;}
/* ---- Social Icons ---- */
.social_icons{ text-align:right; margin:10px 0;}
.social_icons ul{ padding:0; margin:0;}
.social_icons ul li {display: inline-block;margin-right: 5px;}
.social_icons ul li a {background: #305294;border-radius: 100px;color: #FFF;transition: all .2s ease;display: block;font-size: 15px;padding: 5px 0;text-align: center;width: 32px; height:32px;}
.social_icons ul li+li a {background: #55ACEE ;}
.social_icons ul li+li+li a {background: #DC4B3E none ;}
.social_icons ul li+li+li+li a {background: #E52D27;}
.social_icons ul li a:hover {background: #333;color: #FFF;}

/* ---- Portfolio .grid-item ---- */
.grid-item {width: 24.7%;box-sizing:border-box;margin-bottom:0px;}
.filter-button-group button {background: #333;color: #fff;display: inline-block;margin-right: 5px;padding: 5px 10px; border:0;}
.filter-button-group { margin:10px 0; overflow:hidden;}
.filter-button-group button:hover { background:#ccc; color:#000;}

.footer{}
#back-top > a {bottom: 1%;color: #F15B22;display: block;font-size: 37px;position: fixed;right: 1%;text-align: center;}
/*---------------------------------- Slick SLider----------------------------------------------------*/
.main-slider,
.item-slider,
.client,
.thumb-slider { display: none; }
.item-slider.slick-initialized,
.thumb-slider.slick-initialized,
.client.slick-initialized,
.main-slider.slick-initialized { display: block !important; }
.slider {position: relative;clear: left;overflow: hidden;}
.slider .inner-item {height: 400px;}
.slider .container {position: relative;}
.slick-slide .caption {color: #fff;font-size: 1.2em;line-height: 1.2em;position: absolute;
    left: 10%;text-shadow: 2px 2px 2px #000;top: 37%;width: 35%;
    background:rgba(0,0,0,0.7);padding:20px 20px 0;z-index: 99;}
.slick-slider {position: relative;display: block;box-sizing: border-box;-webkit-user-select: none;-moz-user-select: none;-ms-user-select: none;user-select: none;-webkit-touch-callout: none;-khtml-user-select: none;-ms-touch-action: pan-y;touch-action: pan-y;-webkit-tap-highlight-color: transparent;}
.thumb-slider .slick-slide {margin: 5px 0 0 5px;}
.slider-thumb .thumb-slider .slick-slide img{  max-width:100%; height:auto; box-sizing:border-box;}
.slick-list {position: relative;display: block;overflow: hidden;margin: 0;padding: 0;}
.slick-list:focus {outline: none;}
.slick-list.dragging {cursor: pointer;cursor: hand;}
.slick-slider .slick-track, .slick-slider .slick-list {
-webkit-transform: translate3d(0, 0, 0);
-moz-transform: translate3d(0, 0, 0);
-ms-transform: translate3d(0, 0, 0);
-o-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);}
.slick-track {position: relative;top: 0;left: 0;display: block;}
.slick-track:before, .slick-track:after {display: table;content: '';}
.slick-track:after {clear: both;}
.slick-loading .slick-track {visibility: hidden;}
.slick-slide {display: none;float: left;height: 100%;min-height: 1px;position: relative;}
[dir='rtl'] .slick-slide {float: right;}
.slick-slide img {display: block;transition: all .25s ease;}
.slick-slide.slick-loading img {display: none;}
.slick-slide.dragging img {pointer-events: none;}
.slick-initialized .slick-slide {display: block;}
.slick-loading .slick-slide {visibility: hidden;}
.slick-vertical .slick-slide {display: block;height: auto;border: 1px solid transparent;}
.slick-arrow.slick-hidden {display: none;}
.slick-dots {position: absolute;z-index: 11;bottom: 10px;margin: 0px;padding: 0;text-align: center;width: 100%;}
.slick-dots li {list-style: none;display: inline-block;}
.slick-dots button {border: 1px solid #333;background: #fff;width: 12px;height: 12px;border-radius: 100%;font-size: 0;padding: 0px;margin-right: 5px;}
.slick-dots .slick-active button {background: #303030;}
.slick-arrow {border: 0px;font-size: 0;right: 0;margin-top:-20px;position: absolute;top: 50%;z-index: 1;background: #303030 url(images/arrow.png) no-repeat center center;width: 36px;height: 40px;transform: rotate(180deg);-webkit-transform: rotate(180deg);}
.services-slider .slick-arrow {height: 65px;}
.slick-arrow:hover {background: #000 url(images/arrow.png) no-repeat center center;}
.slick-next.slick-arrow {left: 0px;transform: rotate(0deg);-webkit-transform: rotate(0deg);}
.slider-progress {width: 100%;height: 5px;background: rgba(0,216,192,0.8);position: absolute;top: 0;z-index: 99;}
.slider-progress .progress {width: 0%;height: 5px;background: rgba(36,51,0,0.8);}
.thumb-slider .slick-active img {border: 1px solid transparent}
.thumb-slider .slick-current img {opacity:0.5;}

/* ---------------------------Toggle Search---------------------*/
.searchpanel {background: #ccc ;display: none;right: 0px;padding: 10px;position: absolute;top: 46px;}
.searchpanel::before {border-bottom: 10px solid #ccc;border-left: 10px solid transparent;border-right: 10px solid transparent;content: "";position: absolute;right: 7px;top: -7px;}
.nav .container {    position: relative;}
.searchtoggle {    position: absolute;    right: 11px;    top: 11px;}
.searchtoggle img{ cursor:pointer;}

/* -------------------------------------------Clients Carousel------------------------------------ */
.client {    margin-right: -10px;}
.client .slick-slide{ margin-right:10px; border:1px solid #ddd !important; padding:10px; box-sizing:border-box; text-align:center;}
.client .slick-prev{ margin-right:10px;}
.client .slick-slide img{ display:inline-block;}
/* -------------------------------------------Testimonials Carousel------------------------------------ */
.testimonial .loop {    padding: 0 10px;    text-align: center;}
.testimonial .loop p{ max-width:800px; margin:0 auto;}
.testimonial .loop .pic img{	max-width:100px;	margin:10px 0;	border-radius:100%;	height:auto;	display:inline-block ;}
.testimonial .loop .title{ font-size:21px; font-weight:600;}
/* -------------------------------------------Services Carousel------------------------------------ */
.service { margin-right:-10px;}
.service .slick-slide{ margin-right:10px;}
.service .title{ font-weight:700; margin:10px 0; font-size:18px;}
.service .slick-prev{ margin-right:10px;}
.service .slick-next{ margin-right:10px; right:40px; left:inherit;}
.service .slick-arrow{ top:0; margin-top:-43px;}

/*ENd SLick Slider*/


/* ---------------------------------------------------Windows Size-------------------------------------------------------------------------*/
#winSize {position: fixed;bottom: 1%;left: 1%;border: rgba(0,0,0,0.8) 3px solid;background: rgba(0,0,0,0.6);padding: 5px 10px;color: #fff;text-shadow: #000 1px 1px 1px, #000 -1px 1px 1px;z-index: 9999}
/* ---------------------------------------------------Tabs-------------------------------------------------------------------------*/
.tabs-menu {padding:0;margin:0;text-align: center;border-radius: 0;background: transparent;/* box-shadow: 0px 4px 47.3px 0px rgba(0, 0, 0, 0.10); */}
.tabs-menu li {display:inline-block;list-style:none;margin: 0 10px;}
.tabs-menu li.current {position: relative;background-color: #fff;border-bottom: 1px solid #fff;z-index: 5;}
.tabs-menu li a { /* 112.5% */color: #000;font-family: 'Satoshi-Bold';font-size: 16px;font-style: normal;font-weight: 700;line-height: 18px; /* 112.5% */padding: 15px;}
.tabs-menu .current a {color: #FFF;font-family: 'Satoshi-Bold';font-size: 16px;font-style: normal;font-weight: 700;line-height: 18px; /* 112.5% */border-radius: 49px;background: #E5126D;}
.tab {/* background-color: #fff; */width: auto;}
.tab-content {/* padding: 20px; */display: none;width: 100%;}
#tab-1 {display: block;   }

/* ---------------------------------------------------Left Tabs-------------------------------------------------------------------------*/
.tabs-left {width: 25%;padding:0;margin:0;float:left;}
.tabs-left li {line-height: 30px; display:block; list-style:none; background: #ccc;border: 1px solid #d4d4d1; margin-bottom:10px; border-right:0;}
.tabs-left li.current {position: relative;background-color: #fff;border-bottom: 1px solid #ddd;z-index: 5;background: #F15B22;padding: 10px 0;}
.tabs-left li a {padding:0 10px;color: #fff !important;text-decoration: none;display:block;color: #F15B22;font-family: 'Satoshi-Medium';font-size: 20px;font-style: normal;font-weight: 700;line-height: normal;border-radius: 20px -10px 0px 20px;background: #F15B22;padding: 15px;border-bottom: 1px solid;}
.tabs-left .current a {color: #2e7da3;}
.tab-loop {/* border: 1px solid #d4d4d1; */background-color: #fff;float: left;margin-bottom: 20px;width: 75%;margin-left:-1px;}
.tabsleft-content {padding: 20px;display: none;border: none;}
#tabs1 {display: block;   }
/* ---------------------------------------------------Breadcrumb-------------------------------------------------------------------------*/
.breadcrumbs{ margin:10px 0; padding:0; background:#ddd; padding:5px;}
.breadcrumbs li{list-style:none;display:inline-block;padding-right:2px;color: #fff;font-size: 16px;font-style: normal;font-weight: 500;line-height: normal;font-family: 'Satoshi-Medium';transition: .5s;text-decoration: none !important;margin: 0 5px;}
/* ----------------------------Comments-----------------------*/
#comments label {display: inline-block;vertical-align: top;width: 80px;}
.form-submit {    margin-left: 80px;}
#comments {    background: #eee ;    padding: 20px;}
#comments li {    list-style:none;}
#comments ol{ padding:0;}
/* ----------------------------Accordion-----------------------*/
.accordion-container{position: relative;width: 100%;height: auto;margin: 20px auto;}
.accordion-container > h2{text-align: center;color: #fff;padding-bottom: 5px;margin-bottom: 30px;border-bottom: 1px solid #ddd;}

/* ---------------------------------------------------Custom Scroll-------------------------------------------------------------------------*/
.customscroll{ height:300px;}
/* ---------------------------------------------------innerheader-------------------------------------------------------------------------*/
.inner-banner{ height:150px; width:100%; display:table; color:#fff;}
.inner-banner h2{ margin:0; display:table-cell; vertical-align:middle; padding:10px;}
/* ---------------------------------------------------blog-------------------------------------------------------------------------*/
.blogs{}
.blogs li {width: 100%;margin-bottom: 20px;min-height: 210px;clear: both;float: left;border-bottom: 1px solid #dcdcdc;}
.blogs li:last-child{ border:none;}
.blogs li h4{text-transform: capitalize;background: #f0f0f0;padding: 10px;position: relative;margin-bottom: 20px;font-weight: 600;color: #2f2f2f;}
.blogs li h4 span{width: 7%;text-align: center;background: #b12224;font-size: 11px;line-height: 18px;text-transform: uppercase;color: #fff;position: absolute;right: 0;top: 0;}
.blogs li h4 span strong{ display:block; font-size:26px; font-weight:normal;}
.blogs li a{ float:right;}
.blogs li .meta {background: #f0f0f0;padding: 10px;position: relative;margin: 38px 0 0;font-weight: 500;float: right;clear: right;width: 67%;color:#989898;font-size:16px;line-height:21px;}
.blogs li .meta span{ background:url('images/user-bg.png') no-repeat;padding: 3px 30px;}
.blogs li .meta span.comments{ margin-left:10px; background:url('images/comments.png') no-repeat;}
.blogs li .meta span strong{color: #258ef9;font-weight: normal;text-transform: capitalize;}
.sidebar ul{ padding:0; margin:0;}
.sidebar ul li{ list-style:none;}
.sidebar-pro{ border:1px solid #c2c2c2;    padding: 0 !important; border-radius:5px; overflow:hidden;}
.sidebar-pro h4{background: #b12224;color: #fff;padding: 10px;font-size: 20px;line-height: 29px;margin: 0;}
.sidebar-pro .cat li{margin-bottom: 6px;list-style: none;padding: 10px;}
.sidebar-pro .cat li:hover{background: #b12224;}
.sidebar-pro .cat li:hover a{color: #fff;}
.sidebar-pro .cat li.current-cat{background: #b12224;}
.sidebar-pro .cat li:last-child{ margin-bottom:0;}
.sidebar-pro .cat .product-categories{ margin-bottom:0;}
.sidebar-pro .cat li a{ color:#424242; font-size:14px;}
.sidebar .recent li{border-bottom: 1px solid #c7c7c7;margin:5px 0; padding:5px 0;overflow:hidden;font-size: 14px;}
.sidebar .recent li h5{ margin-top:0;}
.sidebar .recent li:last-child{ border:none;}
.sidebar h4{background: #303030;color: #fff;padding: 10px;font-size: 20px;line-height: 29px;}
.sidebar .recent h5{ color:#231f20; font-size:14px; margin-bottom:10px;}
.sidebar .recent p{ color:#6d6d6d; line-height:16px;}
.sidebar .recent .more a{ color:#258ef9; float:right;}
.sidebar .cat li{border-bottom:1px solid #ddd;font-weight:600; margin:5px 0;padding:5px 0;}
.blogs .loop {border-bottom: 1px solid #ddd;margin: 10px 0;overflow: hidden;padding: 10px 0;}
.sidebar .section{ margin-top:10px; overflow:hidden;}
.blogs .title{ margin:0;}
.blogs small{ margin-bottom:10px; display:inline-block; color:#888;}
.sidebar .cat li:last-child{ border:0; margin-bottom:0; padding-bottom:0;} 
.sidebar .cat li a{ color:#424242; font-size:14px;}
.blogs .meta {background: #ddd;margin-top: 10px;padding: 5px;}
/*---------------------Pagination----------------------- */
.pagination {clear:both;padding:20px 0;position:relative;font-size:11px;line-height:13px;}
.pagination span, .pagination a {display:block;float:left;margin: 2px 2px 2px 0;padding:6px 9px 5px 9px;text-decoration:none;
width:auto;color:#fff;background: #555;}
.pagination a:hover{color:#fff;background: #3279BB;}
.pagination .current{padding:6px 9px 5px 9px;background: #3279BB;color:#fff;}


/* ------------------------------------Responsive Simple Menu------------------------------------------------------ */

.menu-header, .menu-header ul, .menu-header ul li, .menu-header ul li a, .menu-header #menu-button {
margin: 0;padding: 0;border: 0;list-style: none;line-height: 1;display: block;position: relative;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;}
.menu-header:after, .menu-header > ul:after {content: ".";display: block;clear: both;visibility: hidden;line-height: 0;height: 0;}
.menu-header #menu-button {display: none;}
.menu-header {background: #303030;}
.menu-header > ul > li { display:inline-block;}
.menu-header.align-center > ul {font-size: 0;text-align: center;}
.menu-header.align-center > ul > li {display: inline-block;float: none;}
.menu-header.align-center ul ul {text-align: left;}
.menu-header.align-right > ul > li {float: right;}
.menu-header > ul > li > a {padding: 0 10px;font-size: 12px;letter-spacing: 1px;text-decoration: none;color: #dddddd;font-weight: 700;text-transform: uppercase;}
.menu-header > ul > li:hover > a {color: #E5126D;}
/*.menu-header > ul > li.has-sub > a {padding-right: 30px;}
.menu-header > ul > li.has-sub > a:after {position: absolute;top: 22px;right: 11px;width: 8px;height: 2px;display: block;background: #dddddd;content: '';}
.menu-header > ul > li.has-sub > a:before {position: absolute;top: 19px;right: 14px;display: block;width: 2px;height: 8px;background: #dddddd;content: '';
-webkit-transition: all .25s ease;
-moz-transition: all .25s ease;
-ms-transition: all .25s ease;
-o-transition: all .25s ease;
transition: all .25s ease;}*/
.menu-header  ul  ul::before {
    border-color: transparent;
    border-style: solid;
    border-width: 10px;
    content: "";
    left: 20px;
    position: absolute;
    top: 0;
}
.menu-header  ul ul  ul::before { display:none;}
.menu-header > ul > li.has-sub:hover > a:before {top: 23px;height: 0;}
.menu-header ul ul {position: absolute;left: -9999px;}
.menu-header.align-right ul ul {text-align: right;}
.menu-header ul ul li {height: 0;transition: all .25s ease;}
.menu-header li:hover > ul {left: auto;padding-top: 20px;text-align: left;border-radius: 15px;background: #FFF;box-shadow: -13px 7px 45px 0px rgba(0, 0, 0, 0.20);z-index: 1;}
.menu-header.align-right li:hover > ul {left: auto;right: 0;}
.menu-header li:hover > ul > li {height: auto;}
.menu-header ul ul ul {margin-left: 100%;top: 0;}
.menu-header.align-right ul ul ul {margin-left: 0;margin-right: 100%;}
.menu-header ul ul li a {border-bottom: 1px solid rgba(150, 150, 150, 0.15);padding: 11px 15px;width: 290px;font-size: 16px;text-decoration: none;color: #fff;font-weight: 400;/* background: #E5126D; */line-height: 22px;border-bottom: 1px solid #ffffff47;transition: .5s;color: #000;font-family: 'Satoshi-Bold';font-size: 16px;font-style: normal;font-weight: 700;line-height: normal;}
.menu-header ul ul li:last-child > a, .menu-header ul ul li.last-item > a {border-bottom: 0;}
.menu-header ul ul li:hover > a, .menu-header ul ul li a:hover {color: #ffffff;}
.menu-header ul ul li.has-sub > a:after {position: absolute;top: 16px;right: 11px;width: 8px;height: 2px;display: block;background: #dddddd;content: '';}
.menu-header.align-right ul ul li.has-sub > a:after {right: auto;left: 11px;}
.menu-header ul ul li.has-sub > a:before {position: absolute;top: 13px;right: 14px;display: block;width: 2px;height: 8px;background: #dddddd;content: '';transition: all .25s ease;}
.menu-header.align-right ul ul li.has-sub > a:before {right: auto;left: 14px;}
.menu-header ul ul > li.has-sub:hover > a:before {top: 17px;height: 0;}

@media (min-width: 100px) and (max-width: 769px) {
.menu-header {width: 100%;}
.menu-header ul {width: 100%;display: none;}
.menu-header.align-center > ul {text-align: left;}
.menu-header ul li {width: 100%;border-top: 1px solid rgba(120, 120, 120, 0.2);}
.menu-header ul ul li,  .menu-header li:hover > ul > li {height: auto;}
.menu-header ul li a,  .menu-header ul ul li a {width: 100%;border-bottom: 0;}
.menu-header > ul > li {float: none;}
.menu-header ul ul li a {padding-left: 25px;}
.menu-header ul ul ul li a {padding-left: 35px;}
.menu-header ul ul li a {color: #dddddd;background: none;}
.menu-header ul ul li:hover > a,  .menu-header ul ul li.active > a {color: #ffffff;}
.menu-header ul ul,  .menu-header ul ul ul,  .menu-header.align-right ul ul {position: relative;left: 0;width: 100%;margin: 0;text-align: left;}
.menu-header > ul > li.has-sub > a:after,  .menu-header > ul > li.has-sub > a:before,  .menu-header ul ul > li.has-sub > a:after,  .menu-header ul ul > li.has-sub > a:before {display: none;}
.menu-header #menu-button {display: block;padding: 17px;color: #dddddd;cursor: pointer;font-size: 12px;text-transform: uppercase;font-weight: 700;}
.menu-header #menu-button:after {position: absolute;top: 22px;right: 17px;display: block;height: 8px;width: 20px;border-top: 2px solid #dddddd;border-bottom: 2px solid #dddddd;content: '';}
.menu-header #menu-button:before {position: absolute;top: 16px;right: 17px;display: block;height: 2px;width: 20px;background: #dddddd;content: '';}
.menu-header #menu-button.menu-opened:after {top: 23px;border: 0;height: 2px;width: 15px;background: #ffffff;
-webkit-transform: rotate(45deg);
-moz-transform: rotate(45deg);
-ms-transform: rotate(45deg);
-o-transform: rotate(45deg);
transform: rotate(45deg);}
.menu-header #menu-button.menu-opened:before {top: 23px;background: #ffffff;width: 15px;
-webkit-transform: rotate(-45deg);
-moz-transform: rotate(-45deg);
-ms-transform: rotate(-45deg);
-o-transform: rotate(-45deg);
transform: rotate(-45deg);}
.menu-header .submenu-button {position: absolute;z-index: 99;right: 0;top: 0;display: block;border-left: 1px solid rgba(120, 120, 120, 0.2);height: 46px;width: 46px;cursor: pointer;}
.menu-header .submenu-button.submenu-opened {background: #262626;}
.menu-header ul ul .submenu-button {height: 34px;width: 34px;}
.menu-header .submenu-button:after {position: absolute;top: 22px;right: 19px;width: 8px;height: 2px;display: block;background: #dddddd;content: '';}
.menu-header ul ul .submenu-button:after {top: 15px;right: 13px;}
.menu-header .submenu-button.submenu-opened:after {background: #ffffff;}
.menu-header .submenu-button:before {position: absolute;top: 19px;right: 22px;display: block;width: 2px;height: 8px;background: #dddddd;content: '';}
.menu-header ul ul .submenu-button:before {top: 12px;right: 16px;}
.menu-header .submenu-button.submenu-opened:before {display: none;}
}

/*----------------------------------------Push Navigation---------------------------------*/
div#menuoverlay { display: none; }
a#hamburg {  position: fixed;top: 10px;left: 10px;width: 40px;height: 40px;z-index:9;text-align: center;color: white;display: none;transition: all ease-out 0.3s;}
a#hamburg i {position: relative;top: 50%;transform: translateY(-50%);}
.nav1 {transition: all ease-out 0.3s; display:none;}
.nav1 a { color: #000; }
.nav1 ul {margin: 0;padding: 0;background-color: #303030;}
.nav1 ul li {display: inline-block;position: relative;}
.nav1 ul li > a {display: inline-block;padding: 10px;}
.nav1 ul li > a > i {margin-left: 15px;transition: all ease-out 0.3s;-webkit-transition: all ease-out 0.1s;}
.nav1 ul li ul {display: none;position: absolute;top: 38px;background:#222;width: 200px;text-align: left;}
.nav1 .search-nav,.nav1 .title{ display:none;}
.nav1 ul li ul li { display: block; }
.nav1 ul li ul li a { display: block; }
.nav1 ul li:hover > a {  color:#000; text-decoration:none; }
.nav1 ul li:hover > a > i { transform: rotateZ(90deg); }
.nav1 ul li:hover ul { display: block; }
.nav1 span.marrow {border-left: 5px solid transparent;border-right: 5px solid transparent;border-top: 5px solid #fff;float: right;height: 0;margin:8px 0 0 8px;width: 0;}
.nav1 ul li.open  span.marrow {border-left: 5px solid transparent; border-top:0;border-right: 5px solid transparent;border-bottom: 5px solid #fff;}
@media screen and (max-width: 769px) {
a#hamburg { display: block; }
main {  transition: all ease-out 0.3s;}
.nav1 .row{ margin:0px;}
.nav1 { background:url(images/nav-bg.jpg) repeat ;box-shadow: -2px 0 10px #999 inset;display: block;height: 100%;left: 0;overflow-x: hidden;overflow-y: auto;position: fixed;top: 0;transform: translateX(-250px);width: 250px;}
.nav1 .search-nav,.nav1 .title{ display:block;}
.nav1 .search-nav input{ border:1px solid #2c313f; background-color:rgba(255,255,255,0.2);  padding:5px; width:100%; color:#000; margin:10px 0;  }
.nav1 .search-nav input[type="submit"]{background:url("images/search-icon.png") no-repeat scroll center center; border:0; width:auto; font-size:0; height: 16px;    position: absolute;    right: 7px;    top: 8px;    width: 16px;  filter: invert(100%);}
.nav1 .title{    background: #000 ;color: #fff;font-size: 14px;margin: 0 -15px;padding: 6px 15px 6px;}
.search-nav > form {    position: relative;}	
.nav1 ul {  text-align: left;  background-color: transparent;}
.nav1 ul li { display: block; border-bottom:1px solid #999; }
.nav1 ul li a { display: block; padding:10px 0; }.nav1 ul li:hover > a { color:#000;  }
.nav1 ul li a > i { float: right; }
.nav1 ul li ul {  display: none;  position: static;  width: 100%;background-color:transparent; padding:0 10px;}
.nav1 ul li:hover > ul { display: none; }
.nav1 ul li:hover > a > i { transform: rotateZ(0); }
.nav1 ul li.open > a { background-color: transparent; }
.nav1 ul li.open > a > i { transform: rotateZ(90deg); }
.nav1 ul li.open > ul { display: block; }
div#menuoverlay {display: block;visibility: hidden;position: fixed;left: 0;top: 0;width: 100%;height: 100%;transition: all ease-out 0.3s;z-index: 1;opacity: 0;}
html.open-menu { overflow: hidden; }
html.open-menu div#menuoverlay {visibility: visible;background:rgba(0,0,0,0.5);min-height:100vh;width:100% !important;opacity: 1;width: calc(-150%);left: 250px;}
html.open-menu a#hamburg{ transform: translateX(250px); z-index:999; }
html.open-menu main {transform: translateX(250px);}
html.open-menu nav.nav1 {z-index: 3;transform: translateX(0);}
.menu-main-menu-container ul ul ul li a {padding:5px;}
ul li.has-subnav .accordion-btn {color:#000; font-size:24px; width:20px !important; float:right; line-height: inherit !important; }
.nav1 ul li:last-child {    border: 0 ;}
.nav-cross.open > span {    background: #fff ;}
/*---------------------Hamberg Icon --------------------------------------------- */
.nav-cross {width: 24px;  height: 40px;  position: relative;  margin: 0px auto;  transform: rotate(0deg);  transition: .5s ease-in-out;  cursor: pointer;}
.nav-cross span {  display: block;  position: absolute;
height: 2px;width: 100%;background: #000;opacity: 1;left: 0;transform: rotate(0deg);transition: .25s ease-in-out;}
#nav-icon1 span:nth-child(1) {top: 0px;}
#nav-icon1 span:nth-child(2) {top: 18px;}
#nav-icon1 span:nth-child(3) {top: 36px;}
#nav-icon1.open span:nth-child(1) {top: 18px;transform: rotate(135deg);}
#nav-icon1.open span:nth-child(2) {opacity: 0;left: -60px;}
#nav-icon1.open span:nth-child(3) {top: 18px;transform: rotate(-135deg);}
.nav-cross span:nth-child(1) {top: 12px;transform-origin: left center;}
.nav-cross span:nth-child(2) {top: 20px;transform-origin: left center;}
.nav-cross span:nth-child(3) {top: 28px;transform-origin: left center;}
.nav-cross.open span:nth-child(1) {transform: rotate(45deg);top: 11px;left: 4px;}
.nav-cross.open span:nth-child(2) {width: 0%;opacity: 0;}
.nav-cross.open span:nth-child(3) {transform: rotate(-45deg);top: 28px;left: 4px;}
}


@media (min-width: 100px) and (max-width: 769px) {

main{ padding:0 15px;}
.logo{ text-align:center;}	
.searchtoggle{ display:none;}
.push-logo{ margin:10px 0;}
.logo img{ max-height:60px; width:auto;}
header .searchform{ display:none;} 
.slider .inner-item {height: 200px;}
.slider .inner-item .caption{ display:none;}
}
* :focus {
    outline: 0px auto -webkit-focus-ring-color !important;
    outline-offset: 0!important;
        text-decoration:none !important;
}
* a:hover{
    text-decoration:none !important;
}


/*error-page*/

.error-page{
    padding: 40px 0;
}

.error-page h1{
    color: #414142;
    font-size: 40px;
    font-weight: 900;
    font-family: 'Lato', sans-serif;
}
.error-page p{
    font-family: 'Lato', sans-serif;
    font-size: 16px;
    color: rgba(0, 0, 0, 0.75);
    font-weight: 400;
    line-height: 32px;
}


/*default-page*/

.page-def{
    padding: 40px 0; 
}
.page-def h1{
    color: #414142;
    font-size: 50px;
    font-weight: 900;
    font-family: 'Lato', sans-serif;
    text-transform: capitalize;
}
.page-def h2{
    color: #414142;
    font-size: 40px;
    font-weight: 700;
    font-family: 'Lato', sans-serif;
    text-transform: capitalize;
}
.page-def h3{
    color: #414142;
    font-size: 35px;
    font-weight: 600;
    font-family: 'Lato', sans-serif;
    text-transform: capitalize;
}
.page-def h4{
    color: #414142;
    font-size: 30px;
    font-weight: 500;
    font-family: 'Lato', sans-serif;
}
.page-def h5{
    color: #414142;
    font-size: 24px;
    font-weight: 400;
    font-family: 'Lato', sans-serif;
}
.page-def h6{
    color: #414142;
    font-size: 20px;
    font-weight: 400;
    font-family: 'Lato', sans-serif;
}
.page-def p{
    font-family: 'Lato', sans-serif;
    font-size: 18px;
    color: rgba(0, 0, 0, 0.75);
    font-weight: 400;
    line-height: 32px; 
}



.wpcf7-not-valid {
    border-bottom: 4px solid #f00 !important;
}
span.wpcf7-not-valid-tip {
    display: none !important;
}
div.wpcf7-response-output{
    color: #fff;
}


html.open-menu body{
    position: fixed !important;
}

.sec-faq{
   padding: 30px 0;
}
.sec-faq h2{
    margin: 0 0 50px;
}
.sec-faq .set{
    position: relative;
    width: 100%;
    height: auto;
    border: 1px solid #8E8E8E;
    margin-bottom: 10px;
    padding: 20px;
}
.sec-faq .set > a{
    display: block;
    text-decoration: none;
    color: #333;
    font-size: 18px;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    transition: all 0.2s linear;
}
.sec-faq .set p{
    margin:0;
    color: #333;
    font-size: 16px;
}
.sec-faq .set a.active {
    margin: 0;
    color: #FF173D;
    font-size: 18px;
    font-weight: 700;
}
.sec-faq .set .content p{
    margin: 15px 0 0;
}
.sec-faq .set > a:before{ background:url(images/set-ar-2.png) no-repeat; float:right; content:"";height: 12px;    margin: 6px 0 0;    width: 13px;}
.sec-faq .set > a.active:before{background:url(images/set-ar-active-2.png) no-repeat; width: 16px; height: 3px; }
.sec-faq .set .content{display:none;}/*sec-faq*/
.sec-faq{
   padding: 30px 0;
}
.sec-faq h2{
    margin: 0 0 50px;
}
.sec-faq .set{
    position: relative;
    width: 100%;
    height: auto;
    border: 1px solid #8E8E8E;
    margin-bottom: 10px;
    padding: 20px;
}
.sec-faq .set > a{
    display: block;
    text-decoration: none;
    color: #333;
    font-size: 18px;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    transition: all 0.2s linear;
}
.sec-faq .set p{
    margin:0;
    color: #333;
    font-size: 16px;
}
.sec-faq .set a.active {
    margin: 0;
    color: #FF173D;
    font-size: 18px;
    font-weight: 700;
}
.sec-faq .set .content p{
    margin: 15px 0 0;
}
.sec-faq .set > a:before{ background:url(images/set-ar-2.png) no-repeat; float:right; content:"";height: 12px;    margin: 6px 0 0;    width: 13px;}
.sec-faq .set > a.active:before{background:url(images/set-ar-active-2.png) no-repeat; width: 16px; height: 3px; }
.sec-faq .set .content{display:none;}

header .menu-header {
    background: transparent;
    text-align: center;
}

header .menu-header > ul > li > a {
    color: #000;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    font-family: 'Satoshi-Medium';
    transition: .5s;
    text-decoration: none !important;
}
header .menu-header > ul > li.current-menu-item > a {
    font-family: 'Satoshi-Black';
    color: #E5126D;
}

header .row {
    display: flex;
    align-items: center;
}

header  .cta {
    text-align: center;
}

header .cta a {
    color: #000;
    font-size: 16px;
    font-style: normal;
    line-height: normal;
    border-radius: 15px;
    background: #F99F1B;
    font-family: 'Satoshi-Bold';
    padding: 15px 30px;
    transition: .5s;
    border: 1px solid #F99F1B;
}

header .cta a:hover {
    background: transparent;
    color: #F99F1B;
}

.site_banner {
    padding: 150px 0;
    background-size: cover !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-attachment: fixed !important;
}

.site_banner .desc h1 {
    color: #FFF;
    text-align: center;
    font-size: 100px;
    font-style: normal;
    font-weight: 400;
    line-height: 100px;
    font-family: 'bangersregular';
    position: relative;
}
.site_banner .desc h1:after {
    position: absolute;
    content: '';
    bottom: -60px;
    left: 0;
    right: 0;
    margin: auto;
    width: 100%;
    height: 39px;
    background: url(images/line.png) no-repeat;
    background-size: 100%;
    background-position: center;
}
.site_banner .desc h1 strong {font-weight: 400;color: #F99F1B;}
.site_banner .desc p {
    color: #FFF;
    text-align: center;
    font-size: 24px;
    font-style: normal;
    line-height: normal;
    border-radius: 15px;
    background: #E5126D;
    padding: 15px;
    width: 91%;
    margin: 0 auto;
    transform: translate(0px, 70px);
}
.site_banner .more {
    text-align: center;
    margin: 110px auto 0;
}

.site_banner .more a {
    color: #E5126D;
    font-size: 16px;
    font-style: normal;
    line-height: normal;
    font-family: 'Satoshi-Bold';
    border-radius: 15px;
    background: #FFF;
    padding: 20px 50px;
    transition: .5s;
}

.site_banner .more a:hover {
    background: #E5126D;
    color: #fff;
}

.section_1 {
    padding: 80px 0;
    background: url(images/s1-bg.png) no-repeat;
    background-size: cover;
    background-position: center bottom;
    position: relative;
    background-attachment: fixed;
}

.section_1 .row {
    display: flex;
    align-items: center;
}

.section_1  .pic {
    text-align: center;
}

.section_1  .desc h2 {
    color: #000;
    font-size: 48px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    font-family: 'bangersregular';
}

.section_1 .desc h2 strong {font-weight: 400;color: #F15B22;}

.section_1 .desc h2 strong:nth-last-child(1) {
    color: #E5126D;
}

.section_1 .desc p {
    color: #000;
    text-align: justify;
    font-size: 16px;
    font-style: normal;
    line-height: normal;
    width: 87%;
}

.section-2 {
    padding: 120px 0;
    position: relative;
    background: url(images/s2-bg.png) no-repeat;
    color: #fff;
    background-size: 100% 100%;
}


.section-2 .container-fluid {
    position: relative;
    z-index: 1;
}

.section-2 .row {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.section-2 .pic {
    /* padding: 15px; */
    padding-left: 0;
    width: 100%;
    height: 247px;
    margin: 15px auto;
}
.section-2 .pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
}

.section-2 .desc h6 {
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    border-radius: 25px;
    border: 1px solid #FFF;
    background: rgba(255, 255, 255, 0.25);
    display: inline;
    padding: 5px 15px;
}

.section-2 .desc h2 {
    color: #FFF;
    font-family: 'bangersregular';
    font-size: 48px;
    font-style: normal;
    font-weight: 400;
    line-height: 117.8%; /* 56.544px */
    width: 70%;
    text-align: center;
    margin: 15px auto;
}

.section-2 .desc  p {
    color: #FFF;
    text-align: justify;
    font-size: 16px;
    font-style: normal;
    line-height: normal;
    max-width: 90%;
    margin: 0 0 25px;
    text-align: center;
    margin: 0 auto;
}

.section-2 .more a {
    color: #E3126E;
    font-size: 16px;
    font-family: 'Satoshi-Bold';
    padding: 15px 30px;
    border-radius: 15px;
    background: #FFF;
    transition: .5s;
    border: 1px solid #fff;
}

.section-2 .more {
    margin: 25px auto 0;
    text-align: center;
}

.section-2 .more a:hover {
    background: #E3126E;
    color: #fff;
}

.section_3 {
    padding: 50px 0;
    /* background: url(images/s3-bg.png) no-repeat; */
    background-size: cover;
    background-position: center bottom;
    background-attachment: fixed;
    position: relative;
}

.section_1:before {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    width: 337px;
    height: 500px;
    background: url(images/s1-before.png) no-repeat;
    background-size: cover;
    background-position: center;
    opacity: .1;
}
.section_3 .desc {
    text-align: center;
}

.section_3 .desc h6 {
    color: #F15B22;
    font-size: 16px;
    font-style: normal;
    line-height: normal;
    border-radius: 25px;
    background: rgba(241, 91, 34, 0.17);
    display: inline;
    padding: 5px 15px;
    border: 1px solid;
}

.section_3 .desc  h2 {
    color: #000;
    text-align: center;
    font-size: 48px;
    font-style: normal;
    font-weight: 400;
    line-height: 117.8%; /* 56.544px */
    font-family: 'bangersregular';
}

.section_3 .desc h2 strong {font-weight: 400;color: #3E56A6;}

.section_3 .desc h2 strong:nth-last-child(1) {
    color: #F15B22;
}

.section_3 .desc  p {
    color: #000;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    line-height: normal;
    max-width: 72%;
    margin: 0 auto 30px;
}

.section_3  .main {
    text-align: center;
    border-radius: 25px;
    background: #FFF;
    padding: 25px;
    box-shadow: 0px 40px 138px 0px rgba(0, 0, 0, 0.10);
    position: relative;
    z-index: 1;
}

.section_3 .more {
    text-align: center;
    margin: -20px auto 0;
    position: relative;
    z-index: 1;
    padding: 0;
    list-style: none;
}

.section_3 .more a {
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    line-height: normal;
    border-radius: 15px;
    font-family: 'Satoshi-Bold';
    background: #F15B22;
    padding: 15px 30px;
    border: 1px solid #F15B22;
    transition: .5s;
}

.section_3 .more a:hover {
    background: #fff;
    box-shadow: 0px 40px 138px 0px rgba(0, 0, 0, 0.10);
    color: #F15B22;
}
.section-4 {
    padding: 80px 0;
    position: relative;
}

.section-4 .desc {
    text-align: left;
}

.section-4 .desc h6 {
    color: #F99F1B;
    font-size: 16px;
    font-style: normal;
    line-height: normal;
    border-radius: 25px;
    border: 1px solid #F99F1B;
    background: rgba(249, 159, 27, 0.17);
}

.section-4 .desc  h2 {
    color: #000;
    font-size: 48px;
    font-style: normal;
    font-weight: 400;
    line-height: 117.8%; /* 56.544px */
    text-align: left;
}

.section-4 .desc h2 strong {
    color: #4158A7 !important;
}

.section-4 .desc  p {
    margin: 25px auto;
    color: #000;
    text-align: justify;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    max-width: 100%;
}

.section-4  .more {
    text-align: left;
    margin: 50px auto 0;
}

.section-4 .more a {
    border-radius: 15px;
    background: #E5126D;
}

.section-4 .more a:hover {
    box-shadow: none;
    color: #E5126D;
}

.section-4  .row {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.section-4 .pic {
    height: 496px;
    width: 100%;
}

.section-4 .pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 19px;
}
.section_5 {
    padding: 30px 0;
}

.section_5 .desc h6 {
    color: #3E56A6;
    font-size: 16px;
    font-style: normal;
    line-height: normal;
    border-radius: 25px;
    border: 1px solid #3E56A6;
    display: inline;
    padding: 5px 15px;
    background: rgba(62, 86, 166, 0.17);
}

.section_5 .desc  h2 {
    color: #E5126D;
    font-size: 48px;
    font-style: normal;
    font-weight: 400;
     /* 56.544px */
    font-family: 'bangersregular';
    text-align: left;
}

.section_5 .desc  p {
    color: #000;
    text-align: justify;
    font-size: 16px;
    font-style: normal;
    line-height: normal;
    /* width: 50%; */
    margin-left: 0;
    margin: auto;
}

.section_5  .main {
    border-radius: 19px;
    background: #FCE7F0;
    padding: 25px;
    margin: 25px auto;
}

.section_5 .main h3 {
    color: #9B0646;
    font-size: 28px;
    font-style: normal;
    line-height: 143.023%; /* 40.046px */
    font-family: 'Satoshi-Black';
}

.section_5 .main  p {
    color: #9B0646;
    text-align: justify;
    font-size: 21px;
    font-style: italic;
    line-height: 143.023%; /* 30.035px */
}
.section_5 .slick-arrow {
    width: 60px;
    height: 60px;
    background-color: transparent !important;
    right: 0;
    left: initial;
    top: -50px;
    transform: rotate(180deg);
}

.section_5 .slick-prev {
    right: 80px;
    transform: rotate(0deg);
}
.section_6 {
    padding: 30px 0 0;
    background: url(images/s3-bg.png) no-repeat;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
}

.section_6 .tagline h6 {
    color: #F99F1B;
    font-size: 16px;
    font-style: normal;
    line-height: normal;
    border-radius: 25px;
    background: rgba(249, 159, 27, 0.17);
    display: inline;
    padding: 5px 15px;
    border: 1px solid;
}

.section_6 .row {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.section_6  h2 {
    color: #000;
    font-size: 48px;
    font-style: normal;
    font-weight: 400;
    line-height: 117.8%;
    font-family: 'bangersregular';
}

.section_6 h2 span {
    color: #3E56A6;
}

.section_6 h2 span:nth-last-child(1) {
    color: #E5126D;
}

.section_6  .desc p {
    color: #000;
    text-align: justify;
    font-size: 16px;
    font-style: normal;
    line-height: normal;
}

.section_6  .main {
    padding: 15px;
    border-radius: 14.159px;
    background: #ECEBF3;
}

.section_6 .main .tag h6 {
    color: #3E56A6;
    font-size: 16px;
    font-style: normal;
    line-height: normal;
    display: inline;
    padding: 5px 15px;
    border-radius: 25px;
    border: 1px solid rgba(62, 86, 166, 0.30);
    background: rgba(62, 86, 166, 0.15);
    background: #3E56A6;
    color: #fff;
}

.section_6 .main  p {
    color: #021C71;
    font-size: 16px;
    font-style: normal;
    line-height: normal;
    margin: 16px auto;
    text-align: left;
    max-width: 100%;
}

.section_6 .row:nth-child(2) {
    display: block;
}

.section_6 .main  .more a {
    display: block;
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    border-radius: 15px;
    background: #3E56A6;
    text-align: center;
    padding: 10px 0;
    border-color: #3E56A6;
}

.section_6 .box-2 {
    border-radius: 14.159px;
    background: #FEEFE9;
}

.section_6 .box-2 .tag h6 {
    background: #F15B22;
    border-radius: 25px;
    border: 1px solid rgba(241, 91, 34, 0.30);
    color: #fff;
}

.section_6 .box-2 .more a {
    border-radius: 15px;
    background: #F15B22;
    border-color: #F15B22;
}

.section_6 .box-3 {
    border-radius: 14.159px;
    background: #FCE7F0;
}

.section_6 .box-3 .tag h6 {
    background: #E5126D;
    border-radius: 25px;
    border: 1px solid rgba(229, 18, 109, 0.30);
    color: #fff;
}

.section_6 .box-3  .more a {
    border-radius: 15px;
    background: #E5126D;
    border-color: #E5126D;
}

.section_6 .box-4 {
    border-radius: 14.159px;
    background: #FEF5E8;
}

.section_6 .box-4 .tag h6 {
    border-radius: 25px;
    border: 1px solid rgba(249, 159, 27, 0.30);
    color: #fff;
    background: #F99F1B;
}

.section_6 .box-4 .more a {
    border-radius: 15px;
    background: #F99F1B;
    border-color: #F99F1B;
}

.footer {
    list-style: none;
    padding: 80px 0 20px;
    background: url('images/footer-bg.png') #3E56A6 no-repeat;
    color: #fff;
    background-size: cover;
    background-position: center;
    z-index: 9;
    position: relative;
}

.footer a {
    color: #fff;
}

.footer h3 {
    color: #FFF;
    font-family: 'bangersregular';
    font-size: 30px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
}

.footer  ul.menu {
    padding: 0;
    margin: 0;
    list-style: none;
}

.footer ul.menu li a {
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    line-height: 32px;
}

.footer  ul.cta {
    padding: 0;
    margin: 0;
    list-style: none;
}

.footer ul.cta li {
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    line-height: 32px;
}

.footer ul.cta li a {
    color: #fff;
}

.footer ul.menu-2 {
    margin: 15px auto;
    list-style: none;
    padding: 0;
}

.footer ul.menu-2 li {
    display: inline-block;
    margin-right: 15px;
}

.footer ul.menu-2 li a {
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    line-height: normal;
    font-family: 'Satoshi-Bold';
}
.footer p {
    color: #FFF;
    font-size: 15px;
}
.footer ul.social {
    padding: 0;
    margin: 0;
    list-style: none;
}

.footer ul.social li {
    display: inline-block;
    margin-right: 15px;
}

.footer ul.social li a {
    font-size: 30px;
    line-height: 40px;
    transition: .5s;
}

.footer figure.wp-block-image.size-full {
    margin-bottom: 16px;
}
.copy .row {
    display: flex;
    align-items: center;
}

.copy .row {
    border-top: 1px solid #FFFFFF1A;
    padding: 15px 0 0;
    margin-top: 15px;
}
.footer ul.social li a:hover {
    color: #F15B22;
}

.section_5 .desc {
    text-align: left;
}

.section_6 .main .tag {
    text-align: left;
    margin-bottom: 30px;
}
.section_6 .more {
    margin: auto;
}
.inner-banner {
    padding: 150px 0;
}
.purpose-1 {
    padding: 80px 0;
    background: url(images/s1-bg.png) no-repeat;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    position: relative;
    overflow: hidden;
}

.purpose-1 .desc h2 {
    color: #000;
    font-size: 40px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    font-family: 'bangersregular';
}

.purpose-1 .desc h2 strong {font-weight: 400;color: #F99F1B;}

.purpose-1 .text-right .desc h2 strong {color: #E5126D;}

.purpose-1 .desc p {
    color: #000;
    text-align: justify;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    font-family: 'Satoshi-Medium';
    min-height: 70px;
}

.purpose-1  .pic {
    width: 100%;
    height: 246px;
    margin: 25px auto;
}

.purpose-1 .pic img {
    width: 100%;
    height: 100%;
    border-radius: 15px;
}

.purpose-1  .headline h2 {
    color: #000;
    font-size: 38px;
    font-style: normal;
    font-weight: 400;
    line-height: 38px; /* 56.544px */
    font-family: 'bangersregular';
}

.purpose-1 .headline h2 span {font-weight: 400;color: #3E56A6;}

.purpose-1  .desc-2 p {
    color: #000;
    font-size: 16px;
    font-style: normal;
     /* 0px */
    line-height: 22px;
}

.purpose-1  .main {
    border-radius: 14.159px;
    background: #4158A7;
    padding: 25px;
    text-align: center;
    min-height: 200px;
    margin: 30px auto;
}

.purpose-1 .main .title h4 {
    color: #fff;
    text-align: center;
    font-size: 24px;
    font-style: normal;
    line-height: normal;
    font-family: 'Satoshi-Bold';
}

.purpose-1 .four {
    padding: 50px 0 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.purpose-1 .four .desc-3 p {
    color: #000;
    font-size: 16px;
    font-style: normal;
    line-height: 22px;
}

.purpose-1 .four .pic {
    height: 286px;
    position: relative;
    z-index: 1;
}

.purpose-1 .four .desc-3 p a {
    color: #4158A7;
    border-bottom: 1px solid;
}

.purpose-2 .pic {
    width: 100%;
    height: 712px;
    position: relative;
}

.purpose-2 .pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.purpose-2 {
    position: relative;
}

.purpose-2 .container {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    top: 20%;
}

.purpose-2 .desc h3 {
    color: #000;
    font-size: 45px;
    font-style: normal;
    font-weight: 400;
    line-height: 55px; /* 53.01px */
    font-family: 'bangersregular';
    margin-bottom: 30px;
}

.purpose-2 .desc  a {
    color: #FFF;
    font-family: Satoshi;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    border-radius: 15px;
    background: #4158A7;
    font-family: 'Satoshi-Bold';
    padding: 15px 30px;
}

.purpose-3 {
    padding: 80px 0 0;
    background: url(images/s3-bg.png) no-repeat;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    position: relative;
}
.purpose-3 .desc h2 {
    color: #000;
    font-family: 'bangersregular';
    font-size: 48px;
    font-style: normal;
    font-weight: 400;
    line-height: 117.8%; /* 56.544px */
}

.purpose-3 .desc h2 strong {font-weight: 400;color: #E5126D;}

.purpose-3  .container {
    margin-right: 0;
    width: 95%;
}

.purpose-3  .desc p {
    color: #000;
    font-size: 16px;
    font-style: normal;
    line-height: 22px;
}

.purpose-1 .box-2 {
    background: #F15B22;
}

.purpose-1 .box-3 {
    background: #E5126D;
}

.purpose-1 .box-4 {
    background: #FEF5E8;
}

.purpose-3 .main {
    padding: 15px;
    border-radius: 14.159px;
    background: #ECEBF3;
}

.purpose-3 .main .tag h6 {
    color: #fff;
    font-size: 16px;
    font-style: normal;
    line-height: normal;
    display: inline;
    padding: 5px 15px;
    border-radius: 25px;
    border: 1px solid rgba(62, 86, 166, 0.30);
    background: #3E56A6;
}

.purpose-3 .main .desc p {
    color: #021C71;
    font-size: 16px;
    font-style: normal;
    line-height: normal;
    margin: 16px auto;
    text-align: left;
    max-width: 100%;
}

.purpose-3 .main  .more a {
    display: block;
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    border-radius: 15px;
    background: #3E56A6;
    text-align: center;
    padding: 10px 0;
}

.purpose-3  .box-2 {
    background: #FEEFE9;
}

.purpose-3 .box-2 .tag h6 {
    color: #fff;
    border-radius: 25px;
    border: 1px solid rgba(241, 91, 34, 0.30);
    background: #F15B22;
}

.purpose-3 .box-2 .desc p {
    color: #922A03;
}

.purpose-3 .box-2  .more a {
    background: #F15B22;
}

.purpose-3  .box-3 {
    border-radius: 14.159px;
    background: #FCE7F0;
}

.purpose-3 .box-3 .tag h6 {
    color: #fff;
    border-radius: 25px;
    border: 1px solid rgba(229, 18, 109, 0.30);
    background: #E5126D;
}

.purpose-3 .box-3  .desc p {
    color: #93003F;
}

.purpose-3 .box-3 .more a {
    border-radius: 15px;
    background: #E5126D;
}

.purpose-3 .pic {
    height: 445px;
    width: 100%;
}

.purpose-3 .pic img {
    width: 100%;
    height: 100%;
    border-radius: 15px;
}

.purpose-4 {
    padding: 80px 0;
}

.purpose-4 .desc h2 {
    color: #000;
    text-align: center;
    font-family: 'bangersregular';
    font-size: 48px;
    font-style: normal;
    font-weight: 400;
    line-height: 117.8%; /* 56.544px */
}

.purpose-4 .desc h2 strong {
    font-weight: 400;
    /* color: #F99F1B; */
}

.purpose-4 .desc h2 strong:nth-last-child(1) {
    /* color: #E5126D; */
}

.purpose-4 .desc  p {
    color: #000;
    text-align: center;
    font-family: 'Satoshi-Medium';
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    max-width: 30%;
    margin: 0 auto 40px;
}

.purpose-4  .main .desc p {
    color: #000;
    font-family: 'Satoshi-Medium';
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    max-width: 100%;
    text-align: left;
}

.purpose-4 .main  .pic {
    height: 325px;
    width: 100%;
}

.purpose-4 .main .pic img {
    width: 100%;
    border-radius: 10px 10px 0px 0px;
}

.purpose-4 .main {
    border-radius: 10px;
    background: #ECEEF6;
}

.purpose-4 .main .title h4 {
    width: 90%;
    margin: 0 auto 15px;
    color: #000;
    font-family: 'Satoshi-Medium';
    font-size: 21.271px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.purpose-4 .main  .desc p {
    max-width: 90%;
    margin-bottom: 0;
}

.purpose-4 .main .desc p a {
    display: flex;
    margin: 15px auto;
    color: #000;
    font-family: 'Satoshi-Bold';
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    border-radius: 15px;
    background: #F99F1B;
    width: 60%;
    margin: 20px 0 0;
    padding: 15px 15px;
}

.purpose-4 .main .desc p a span.meta-nav {
    padding-left: 10px;
}

.purpose-4 .main  ul {
    margin: 0;
    list-style: none;
    padding: 16px 22px;
}

.purpose-4 .main ul li {
    display: inline-block;
    margin-right: 5px;
    border-radius: 31.021px;
    background: rgba(229, 18, 109, 0.20);
    color: #E5126D;
    font-family: 'Satoshi-Medium';
    font-size: 14.181px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    padding: 10px 16px;
}
.section-2 .desc {
    text-align: center;
}
.section-three {
    padding-bottom: 80px;
}

.section-three .desc {
    text-align: left;
}

.section-three .desc h3 {
    color: #000;
    font-size: 48px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    font-family: 'bangersregular';
}

.section-three .desc h3 strong {
    color: #F15B22;
    font-weight: 400;
}

.section-three .desc  p {
    max-width: 100%;
    text-align: left;
    font-size: 16px;
    line-height: 26px;
}
.section_5 .main {
    box-shadow: none;
}

.section_6 .main  .desc {
    min-height: 260px;
}
.section-4:before {
    position: absolute;
    content: '';
    right: 0;
    top: -200px;
    width: 485px;
    height: 100%;
    background: url(images/s4-pattern.png) no-repeat;
    background-size: 100% 100%;
}
.purpose-3 .desc {
    min-height: 130px;
}
.purpose-3:before {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    width: 870px;
    background: url(images/purposepattern.png) no-repeat;
    height: 996px;
    background-size: 100%;
}
.purpose-1:after {
    position: absolute;
    content: '';
    right: 0;
    bottom: -500px;
    width: 999px;
    height: 1115px;
    background: url(images/purpose-before.png) no-repeat;
    background-size: 100%;
}
.team-1 {
    padding: 80px 0;
    position: relative;
    background: url(images/s1-bg.png) no-repeat;
    background-size: cover;
    background-position: center bottom;
    position: relative;
    background-attachment: fixed;
}

.team-1 .headline h2 {
    color: #000;
    font-size: 48px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    font-family: 'bangersregular';
}

.team-1 .headline h2 span {
    color: #4158A7;
}

.team-1  .pic {
    position: relative;
    width: 100%;
    height: 295px;
}


.team-1 .pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 15px;
}

.team-1 .pic .ab-content {position: absolute;top: 0;right: 0;border-radius: 0px 15px;background: #3E56A6;padding: 5px 15px;}

.ab-content {}

.team-1 .pic .ab-content span {
    color: #FFF;
    font-size: 16px;
    font-style: normal;
}
.team-1 .box-2 .pic .ab-content {
    border-radius: 0px 15px;
    background: #F99F1B;
}

.team-1 .box-2 .pic .ab-content span {
    color: #000;
}


.team-1 .desc h3 {
    color: #000;
    font-size: 20px;
    font-style: normal;
    font-weight: 900;
    line-height: 30px;
    font-family: 'Satoshi-Black';
}

.team-1 .desc h3 small {
    color: #000;
    font-family: 'Satoshi-Medium';
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    opacity: .7;
}

.team-1 .desc h3 strong, .team-1 .desc h3 span {font-weight: 400;color: #F99F1B;}

.team-1 .desc  p {
    color: #000;
    font-family: 'Satoshi-Medium';
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    opacity: 0.7;
}

.team-1 .two {
    padding: 50px 0;
}

.team-1 .box-2 .desc h3 strong, .team-1 .box-2 .desc h3 span {
    color: #4158A7;
}

.team-1 .box-3 .desc h3 strong, .team-1 .box-3 .desc h3 span {
    color: #E5126D;
}

.team-1 .box-4 .desc h3 strong, .team-1 .box-4 .desc h3 span {
    color: #F99F1B;
}

.team-1 .three .pic {
    border-radius: 15px;
    background: rgb(0 0 0 / 10%);
}

.team-1 .three .pic img {
    object-fit: scale-down;
}

.team-1:after {
    position: absolute;
    content: '';
    right: 0;
    bottom: 0;
    width: 610px;
    height: 1163px;
    background: url(images/team-pattern.png) no-repeat;
}
.team-2 .row {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.team-2  .desc h2 {
    color: #000;
    font-size: 48px;
    font-style: normal;
    font-weight: 400;
    line-height: 56px;
    font-family: 'bangersregular';
}

.team-2 .desc h2 strong {font-weight: 400;color: #F15B22;}

.team-2 .more a {
    color: #FFF;
    font-family: 'Satoshi-Bold';
    font-size: 16px;
    font-style: normal;
    line-height: 26px;
    border-radius: 15px;
    background: #E5126D;
    padding: 15px 30px;
}

.team-2  .desc p {
    color: #000;
    font-family: 'Satoshi-Medium';
    font-size: 16px;
    font-style: normal;
    line-height: 26px; /* 0px */
}

.team-2  .name h4 {
    color: #000;
    font-family: 'Satoshi-Black';
    font-size: 24px;
    font-style: normal;
    font-weight: 900;
    line-height: normal;
}

.team-3 .row {padding: 25px 0;display: flex;flex-wrap: wrap;}

.team-3 .row:nth-child(even) {flex-direction: row-reverse;}

.team-3  .desc p {
    color: #000;
    font-family: 'Satoshi-Medium';
    font-size: 16px;
    font-style: normal;
    line-height: 26px; /* 0px */
    margin: 15px auto;
}

.team-3 .pic {
    width: 100%;
    height: 482px;
}

.team-3 .pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 15px;
}

.team-3 .desc p a {
    color: #710533;
    text-decoration-line: underline;
}

.team-3 {
    background: url(images/s1-bg.png) no-repeat;
    background-size: cover;
    background-position: center bottom;
    position: relative;
    background-attachment: fixed;
    padding: 50px 0;
}

.team-3 .box-2 .desc p a {
    color: #4158A7;
}

.team-3 .box-2  .pic {
    height: 412px;
}

.team-3 .box-3 .pic {
    height: 248px;
}
.team-1 .desc h3 span {
    padding: 0 10px 0 5px;
}

.contact-page .inner p {
    color: #000;
    font-family: 'Satoshi-Medium';
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.contact-page .inner {
    min-height: 190px;
    padding: 15px;
    position: relative;
    margin-left: 10px;
}

.contact-page .main  .link a {
    color: #E5126D;
    font-family: 'Satoshi-Bold';
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
.contact-page .inner:before {
    position: absolute;
    left: 0;
    top: 0;
    width: 5px;
    background: #F99F1B;
    height: 100%;
    content: '';
}

.contact-page .inner:after {
    position: absolute;
    left: -5px;
    top: 0;
    width: 15px;
    background: #F99F1B;
    height: 15px;
    content: '';
    border-radius: 50%;
}

.contact-page .box-2 .inner:before, .contact-page .box-2 .inner:after, .contact-page .box-5 .inner:before, .contact-page .box-5 .inner:after {background: #4158A7;}

.contact-page .box-3 .inner:before, .contact-page .box-3 .inner:after {
    background: #E5126D;
}

.contact-page .box-4 .inner:before, .contact-page .box-4 .inner:after {
    background: #F15B22;
}
.contact-page:after{
    position: absolute;
    content: '';
    right: 0;
    bottom: 0;
    background: url(images/team-pattern.png) no-repeat;
    width: 58%;
    height: 798.509px;
    background: url(images/cta-vector.png) no-repeat;
    background-size: 100% 100%;
}
.contact-page .main {
    position: relative;
    z-index: 1;
    margin: 15px auto;
}
.legal {
    padding: 80px 0;
    background: url(images/s3-bg.png) no-repeat;
    background-size: cover;
    background-position: center bottom;
    background-attachment: fixed;
}

.legal .row {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.legal  .pic {
    width: 100%;
    box-shadow: 0px 40px 138px 0px rgba(0, 0, 0, 0.10);
    background: #fff;
    padding: 15px;
    border-radius: 25px;
    margin-bottom: 70px;
}

.legal .pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 9px;
    background: #FFF;
    box-shadow: 0px 25px 110.2px 0px rgba(0, 0, 0, 0.10);
    padding: 15px;
}

.legal .desc p {
    color: #000;
    font-family: 'Satoshi-Medium';
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin: 10px auto;
}

.legal .desc p a {
    opacity: 0.7;
    color: #4158A7;
    text-decoration: underline;
}

.legal .desc ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.legal .desc ul li {
    display: inline-block;
    margin-right: 15px;
}

.legal .desc ul li a {
    color: #E5126D;
    font-family: 'Satoshi-Bold';
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-decoration: underline;
}
.webinars-sec {
    padding: 0px 0 0;
    background: url(images/s1-bg.png) no-repeat;
    background-size: cover;
    background-position: center bottom;
    position: relative;
    background-attachment: fixed;
}

.webinars-sec h2 {
    color: #000;
    text-align: center;
    font-size: 48px;
    font-style: normal;
    font-weight: 400;
    line-height: 117.8%; /* 56.544px */
    font-family: 'bangersregular';
    margin-bottom: 30px;
}

.webinars-sec h2 span {
    color: #3E56A6;
}

.webinars-sec  .pic {
    height: 325px;
    width: 100%;
}

.webinars-sec .pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px 10px 0px 0px;
}

.webinars-sec  h4 {
    color: #000;
    font-size: 21.271px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    font-family: 'Satoshi-Bold';
    margin-top: 0;
}

.webinars-sec  .desc p {
    color: #000;
    font-family: Satoshi;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    font-family: 'Satoshi-Regular';
}

.webinars-sec .date span {
    color: #fff;
    font-size: 14.181px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    font-family: 'Satoshi-Medium';
    border-radius: 31.021px;
    background: #F15B22;
    padding: 10px 30px;
}

.webinars-sec .date {
    margin: 15px auto;
}

.webinars-sec .more a {
    color: #FFF;
    font-family: Satoshi;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    font-family: 'Satoshi-Bold';
    border-radius: 15px;
    background: #4158A7;
    padding: 15px 30px;
}

.webinars-sec .row {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.webinar-2 {
    padding: 30px 0;
}

.webinar-2 .headline h2 {
    color: #000;
    text-align: center;
    font-size: 48px;
    font-style: normal;
    font-weight: 400;
    line-height: 117.8%;
    font-family: 'bangersregular';
    margin-bottom: 30px;
}

.webinar-2 .headline h2 span {
    color: #F15B22;
}

.webinar-2  .pic {
    width: 100%;
    height: 325px;
    position: relative;
}

.webinar-2 .pic img {
    width: 100%;
    height: 100%;
    border-radius: 10px;
    object-fit: cover;
}

.webinar-2 .pic a.fancybox-inline {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

.webinar-2 .pic a.fancybox-inline img {
    object-fit: scale-down;
}
.webinars-sec .inner {
    border-radius: 10px;
    background: #FEEFE9;
    padding: 15px;
}
.footer .headline h2 {
    color: #FFF;
    font-family: Bangers;
    font-size: 48px;
    font-style: normal;
    font-weight: 400;
    line-height: 117.8%; /* 56.544px */
    font-family: 'bangersregular';
}

.footer  .email-form input {
    width: 100%;
    border-radius: 15px;
    border: 1px solid rgba(255, 255, 255, 0.50);
    background: rgba(255, 255, 255, 0.15);
    padding: 15px;
}

.footer .email-form input::placeholder {
    color: #FFF;
    font-family: 'Satoshi-Medium';
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.footer .email-form {
    position: relative;
}

.footer .email-form .gjs-row {
    display: inline-block !important;
    width: 65%;
    margin-right: 10px;
}

.footer .email-form .gjs-row:nth-last-child(1) {
    width: 30%;
}

.footer .email-form .gjs-row:nth-last-child(1) input[type="submit"] {
    border-radius: 15px;
    background: #F99F1B;
    color: #000000;
    border: none;
    color: #000;
    font-family: Satoshi;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
.pb-5 {
    padding-bottom: 50px;
}
.es_subscription_message.success {
    color: #fff;
    font-family: 'Satoshi-Bold';
}
.map-1 {
    padding: 80px 0;
    background: url(images/s1-bg.png) no-repeat;
    background-size: cover;
    background-position: center bottom;
    position: relative;
    background-attachment: fixed;
    order: 1;
    max-width: 100%;
    flex: 0 0 100%;
}

.map-1 .desc h2, .map-1 .desc h3 {
    color: #000;
    font-size: 40px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    font-family: 'bangersregular';
    text-align: left;
    line-height: 45px;
}

.map-1 .desc p, .map-1 .desc li, .map-1 .desc li a {
    color: #000;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    width: 100%;
    margin: 15px auto;
    text-align: left;
}
.map-1 ul.more {
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    display: none;
}

.map-1 ul.more li {
    margin: 15px;
    max-width: 30%;
    position: relative;
}

.map-1 ul.more li a {
    color: #FFF;
    font-family: 'Satoshi-Bold';
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    border-radius: 15px;
    background: #F15B22;
    padding: 15px 25px;
}

.map-1 ul.more select#selectLink {
    border-radius: 15px;
    border: 1px solid #D8D8D8;
    background: #FFF;
    box-shadow: 0px 4px 34.8px 0px rgba(0, 0, 0, 0.10);
    padding: 15px;
    color: #000;
    font-family: 'Satoshi-Bold';
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.map-1 .main-box-shadow {
    margin: 25px auto;
    text-align: center;
    border-radius: 25px;
    background: #FFF;
    padding: 25px;
    box-shadow: 0px 40px 138px 0px rgba(0, 0, 0, 0.10);
    position: relative;
    z-index: 1;
}

.map-1 table {
    width: 100%;
    border-radius: 25px;
    background: #FFF;
    padding: 25px;
    box-shadow: 0px 40px 138px 0px rgba(0, 0, 0, 0.10);
    position: relative;
    z-index: 1;
    margin: 0 auto 50px;
}

.map-1 table th, .map-1 table td {
    padding: 15px;
    border: 1px solid #E0E0E0;
}

.map-1 table td {border: 1px solid #E0E0E0;text-align: center;color: #000;text-align: center;font-family: 'Satoshi-Medium';font-size: 16px;font-style: normal;font-weight: 500;line-height: normal;}

.map-1 table th {border-bottom: 1px solid #E0E0E0;text-align: center;color: #000;text-align: center;font-family: 'Satoshi-Bold';font-size: 16px;font-style: normal;font-weight: 700;line-height: normal;}

.map-1:before {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    width: 337px;
    height: 500px;
    background: url(images/s1-before.png) no-repeat;
    background-size: cover;
    background-position: center;
    opacity: .1;
}
.map-1 table td span {
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
    border-radius: 5px;
}
.map-1 .desc-2 h2 {
    text-align: left;
}

.map-1 .desc-2 h5, .map-1 .desc-2 h4, .map-1 .desc h4 {
    color: #000;
    font-family: 'Satoshi-Bold';
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.map-1 .desc-2 p, .map-1 .desc-2 li {
    width: 100%;
    text-align: left;
    margin: 25px auto;
}

.map-2 {
    padding: 100px 0;
    position: relative;
    color: #fff;
    background: #E5126D;
    order: 3;
    max-width: 100%;
    flex: 0 0 100%;
}

.map-2:before {
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    margin: auto;
    width: 100%;
    height: 100%;
    background: url(images/s2-bg-1.png) no-repeat;
    top: 0;
    background-size: 100%;
}
.map-2 .row {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.map-2  .desc h2 {
    color: #FFF;
    font-family: 'bangersregular';
    font-size: 48px;
    font-style: normal;
    font-weight: 400;
    line-height: 117.8%; /* 56.544px */
    margin-bottom: 30px;
}

.map-2 .desc p {
    color: #FFF;
    font-family: 'Satoshi-Medium';
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.map-2  .more a {
    color: #E5126D;
    font-size: 16px;
    font-style: normal;
    line-height: normal;
    border-radius: 15px;
    background: #fff;
    font-family: 'Satoshi-Bold';
    padding: 15px 30px;
    transition: .5s;
    border: 1px solid #fff;
}

.map-2 .more {
    margin: 25px 10px 0 0px;
    display: inline;
}
.map-1 .main-box-shadow .choices__inner {
    background: #F15B22 !important;
    font-family: 'Satoshi-Bold';
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    border-radius: 15px;
    color: #fff !important;
}


.map-2 .container {
    position: relative;
    z-index: 1;
}
.map-1 select#category-dropdown {
    border-radius: 15px;
    border: 1px solid #D8D8D8;
    background: #FFF;
    box-shadow: 0px 4px 34.8px 0px rgba(0, 0, 0, 0.10);
    padding: 15px;
    color: #000;
    font-family: 'Satoshi-Bold';
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    position: relative;
}

.map-1 select#post-dropdown {
    border-radius: 15px;
    border: 1px solid #D8D8D8;
    background: #F15B22;
    box-shadow: 0px 4px 34.8px 0px rgba(0, 0, 0, 0.10);
    color: #FFF;
    font-family: 'Satoshi-Bold';
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    padding: 15px;
    background: #F15B22 url(images/arrow-down.png) no-repeat;
    background-size: 20px;
    background-position: 100% 61%;
}
.map-1 .main-box-shadow .more a {
    color: #FFF;
    font-family: 'Satoshi-Bold';
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    border-radius: 15px;
    background: #4158a7;
    padding: 15px 40px;
}

.map-1 .main-box-shadow .more {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
}
.map-1 ul.more li:nth-child(2) {
    max-width: 50%;
    flex: 0 0 50%;
}

.map-1 ul.more li select {
    width: 100%;
}
.menu-header ul ul li a:hover {
    /* background: #fff; */
    color: #E5126D;
    border-radius: 15px;
}
.single-factsheets  .inner-banner {
    display: none;
}
.single-facts {
    padding: 0 0;
    height: 80vh;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.state {
    padding: 80px 0;
    background: url(images/s1-bg.png) no-repeat;
    background-size: cover;
    background-position: center bottom;
    position: relative;
    background-attachment: fixed;
}

.state:before {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    width: 337px;
    height: 500px;
    background: url(images/s1-before.png) no-repeat;
    background-size: cover;
    background-position: center;
    opacity: .1;
}
.state .desc {
    text-align: center;
    margin-bottom: 0;
    border: none !important;
}

.state .desc h3 {
    color: #000;
    font-size: 48px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    font-family: 'bangersregular';
    text-align: center;
}

.state .desc  p {
    color: #000;
    text-align: left;
    font-size: 16px;
    font-style: normal;
    line-height: normal;
    margin: 15px auto;
}
.state .title h2 {
    color: #000;
    font-size: 48px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    font-family: 'bangersregular';
    text-align: left;
}

.state .row {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.state .more {
    text-align: right;
}

.state .more a {
    color: #000;
    font-family: 'Satoshi-Bold';
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    border-radius: 15px;
    background: #F99F1B;
    padding: 15px 30px;
}

.state table {
    width: 100%;
    border-radius: 25px;
    background: #FFF;
    padding: 25px;
    box-shadow: 0px 40px 138px 0px rgba(0, 0, 0, 0.10);
    position: relative;
    z-index: 1;
    margin: 0 auto 50px;
}

.state table th, .state table td {padding: 15px;}

.state table th {
    border-bottom: 1px solid #E0E0E0;
    text-align: center;
    color: #000;
    text-align: center;
    font-family: 'Satoshi-Bold';
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.state table td {
    border: 1px solid #E0E0E0;
    text-align: center;
    color: #000;
    text-align: center;
    font-family: 'Satoshi-Medium';
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.state .pic {
    text-align: center;
    position: relative;
    z-index: 1;
}

.state .desc p a {
    color: #000;
    font-family: 'Satoshi-Bold';
}
.state .desc-2 {
    padding: 25px 0 0;
    margin: 35px  auto 0;
    border-top: 1px solid rgb(0 0 0 / 20%) !important;
}
.state:after {
    position: absolute;
    content: '';
    right: 0;
    top: 35%;
    background: url(images/circle-graph-before.png) no-repeat;
    background-size: 100%;
    background-position: center;
    width: 435px;
    height: 471px;
    opacity: 0;
}
.single-maps .inner-banner .desc p{
    display: none;
}
.map-1 .head-main {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column-reverse;
}
.choices__list--single .choices__item {
    opacity: 1 !important;
}
.map-1 ul.more li:after {
    position: absolute;
    content: '';
    right: 5px;
    top: 5%;
    width: 20px;
    height: 100%;
    background: #fff url(images/arrow-down.png) no-repeat;
    background-size: 25%;
    background-position: center;
    width: 30px;
    height: 94%;
    z-index: 1;
    /* border: 1px solid; */
    border-radius: 10px;
}

.map-1 ul.more li:nth-child(1) {
    position: relative;
}
.map-1 ul.more li:nth-child(2):after {
    background-color: #F15B22;
    opacity: 0;
}
.map-1 select#post-dropdown {
    background: #F15B22 url(images/arrow-down-white.png) no-repeat;
    background-size: 11px;
    background-position: 99% 55%;
}
.wpcp span {font-weight: 700;font-family: 'Satoshi-Bold';}
.wpcp {
    text-align: center;
}
.map-1 .desc h2 {
    display: none;
}
.map-1 .cat-list ul {
    text-align: left;
    /* margin: 0; */
    padding: 0;
    width: 100%;
}

.map-1 .cat-list ul li {
    display: inline-block;
    padding: 2px 10px;
    color: #4158A7;
    font-family: 'Satoshi-Bold';
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    border-radius: 1px;
    border: 1px solid;
    margin: 0 10px;
    border-radius: 10px;
}
.map-1 ul.sub-met {
    padding: 0;
    margin: 50px auto;
    list-style: none;
    text-align: left;
}

.map-1 ul.sub-met li {
    margin: 15px;
    display: inline-block;
    margin-left: 0;
}

.map-1 ul.sub-met li a {
    color: #FFF;
    font-family: 'Satoshi-Bold';
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    border-radius: 15px;
    background: #4158A7;
    padding: 15px 40px;
    transition: .5s;
    border: 1px solid;
    text-decoration: none !important;
}

.map-1 ul.sub-met li a:hover {
    background: transparent;
    color: #4158A7;
}
.wpcp {
    position: relative;
}

.wpcp button {
    position: absolute;
    top: 0;
    right: 2%;
    border: 0;
    height: 100%;
    background: transparent;
}
.map-1 .desc.wpcp p {
    max-width: 95%;
    margin-left: 0;
}
.map-1 .desc-2 h2 {
    display: block;
}

.map-1 .desc-2 li {
    margin: auto;
    line-height: 20px;
    margin: 10px auto;
}
.main-sec {
    display: flex;
    flex-wrap: wrap;
    /* flex-direction: column-reverse; */
}
.map-2 .more-2 a {
    background: transparent;
    color: #fff;
}
.section_3:before {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    background: url(images/s3-before.png) no-repeat;
    width: 278px;
    height: 100%;
}
.section_3:after {
    position: absolute;
    content: '';
    right: 0;
    top: 0;
    background: url(images/s3-after.png) no-repeat;
    width: 486px;
    height: 100%;
    z-index: -1;
}
.section_7 {
    padding: 80px 0;
}

.section_7 .main {
    text-align: left;
    padding: 0 0 30px 0;
    background: #ECEEF6;
    border-radius: 10px;
}

.section_7 .main .pic {
    height: 325px;
    width: 100%;
}

.section_7 .main .pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px 10px 0px 0px;
}

.section_7 .main .title h4 {color: #000;font-family: 'Satoshi-Bold';font-size: 21.271px;font-style: normal;font-weight: 700;line-height: normal;margin-left: 20px;}

.section_7 .main  .desc p {
    color: #000;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-left: 20px;
    text-align: left;
}

.section_7 .main .desc {
    min-height: auto;
}

.section_7 .main .desc p a {
    display: block;
    color: #000;
    font-family: 'Satoshi-Bold';
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    border-radius: 15px;
    background: #F99F1B;
    width: 52%;
    text-align: center;
    padding: 10px;
    margin: 20px 0;
}

.section_7 .main  ul {
    padding: 0;
    margin: 0 auto;
    list-style: none;
    text-align: left;
    padding-left: 20px;
}

.section_7 .main ul li {
    display: inline-block;
    margin-right: 15px;
}

.section_7 .main ul li {
    color: #E5126D;
    font-family: 'Satoshi-Medium';
    font-size: 14.181px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    border-radius: 31.021px;
    background: rgba(229, 18, 109, 0.20);
    padding: 5px 18px;
    text-align: left;
}
.contact-page .pic .ab-content {
    display: none;
}
.team-1 ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.team-1 ul li {
    display: inline-block;
    margin-right: 15px;
}
.page-template-contact-php .site_banner .desc p {
    background: #4158A7;
}
.page-template-webinars-php .site_banner .desc p {background: #4158A7;}
.about-1 {
    padding: 80px 0;
    background: url(images/s3-bg.png) no-repeat;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
}

.about-1 .desc h2 {
    color: #000;
    font-family: 'bangersregular';
    font-size: 48px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.about-1 .desc  p {
    color: #000;
    font-family: 'Satoshi-Medium';
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.about-1  .pic {
    height: 447px;
}

.about-1 .pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 20px;
}

.about-1 .desc-2 p, .about-1 .desc-3 p {
    color: #fff;
    color: #FFF;
    font-family: 'Satoshi-Medium';
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.about-1 .desc-2 {
    border-radius: 20px;
    background: #E5126D;
    box-shadow: 0px 25px 110.2px 0px rgba(0, 0, 0, 0.10);
}

.about-1 .desc-3 {
    border-radius: 20px;
    background: #F15B22;
    box-shadow: 0px 25px 110.2px 0px rgba(0, 0, 0, 0.10);
}
.about-1 .desc-2 , .about-1 .desc-3 {
    padding: 15px;
    margin: 15px auto;
    min-height: 170px;
}
.res-1 {
    padding: 80px 0 0;
    background: url(images/s3-bg.png) no-repeat;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
}

.res-1 .headline h2 {
    color: #000;
    text-align: center;
    font-size: 48px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    font-family: 'bangersregular';
    width: 80%;
    margin: 0 auto 50px;
}

.res-1 .tagline h3 {
    color: #000;
    font-family: 'bangersregular';
    font-size: 48px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.res-1 .main {
    margin: 0 auto;
}

.res-1 .main .pic {
    height: 361px;
}

.res-1 .main .pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 20px;
    box-shadow: 0px 18px 74px 0px rgba(0, 0, 0, 0.10);
}

.res-1 .main .title h4 {
    color: #000;
    font-family: 'Satoshi-Medium';
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.res-1  .main-2 {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: fixed;
    padding: 41px;
    box-shadow: 0px 32px 114px 0px rgba(0, 0, 0, 0.15);
    border-radius: 20px;
}

.res-1 .main-2 .desc h2 {
    color: #000;
    font-family: 'bangersregular';
    font-size: 48px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.res-1 .main-2 .desc p {
    color: #000;
    font-family: 'Satoshi-Medium';
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}
.end-1 {
    padding: 80px 0;
    background: url(images/s3-bg.png) no-repeat;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
}

.end-1 .main {
    padding: 25px 50px;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    border-radius: 20px;
    background-blend-mode: normal, color, normal;
}

.end-1 .main i {color: #fff;font-size: 80px;}

.end-1 .main  p {
    color: #FFF;
    font-family: 'Satoshi-Medium';
    font-size: 32px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin: 15px auto;
}

.end-1 .main h4 {
    color: #FFF;
    font-family: 'Satoshi-Bold';
    font-size: 40px;
    font-style: normal;
    font-weight: 900;
    line-height: normal;
}

.end-1 .desc h3 {
    color: #000;
    font-family: 'bangersregular';
    font-size: 48px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    width: 80%;
}

.end-1 .desc h3 strong {font-weight: 400;color: #3E56A6;}

.end-1 .desc p {
    color: #000;
    font-family: 'Satoshi-Medium';
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.end-1 .desc p span {
    text-decoration-line: underline;
}

.end-1 .main-2 {
    padding: 25px 0 0 50px;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    border-radius: 20px;
    background-blend-mode: normal, color, normal;
    margin: 50px auto 0;
    box-shadow: 0px 32px 114px 0px rgba(0, 0, 0, 0.15);
}

.end-1 .main-2 h4 {
    color: #FFF;
    font-family: 'Satoshi-Bold';
    font-size: 32px;
    font-style: italic;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 50px;
}

.end-1 .row {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.end-1 .main-2 .tagline h4 {
    text-align: right;
    color: #E5126D;
    font-style: normal;
    background: #fff;
    display: inline;
    padding: 10px 30px;
    border-radius: 10px 0px 0px 0px;
}

.end-1 .main-2 .tagline {
    text-align: right;
}
.end-2 {
    padding: 80px 0;
    background: #3E56A6;
    color: #fff;
    position: relative;
}

.end-2:before {
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    top: 10%;
    width: 100%;
    height: 35%;
    background: url(images/s2-before.png) no-repeat;
    background-size: 100% 100%;
    background-position: center;
}
.end-2 .headline h2 {
    color: #FFF;
    font-family: 'bangersregular';
    font-size: 48px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.end-2 .headline h2 span {
    color: #F99F1B;
}

.end-2 .main {
    border-radius: 20px;
    background: #FFF;
    padding:  15px;
    color: #000;
    margin: 15px auto;
    position: relative;
    z-index: 1;
    min-height: 950px;
}

.end-2 .main .pic {
    text-align: center;
    margin-bottom: 30px;
}

.end-2 .main .desc p {
    color: #000000;
    font-family: 'Satoshi-Medium';
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin: 15px auto;
}

.end-2 .main .desc p span {
    color: #4158A7;
    text-decoration-line: underline;
}

.end-2 .main .inner {
    border-radius: 14.159px;
    background: #ECEBF3;
    padding: 20px 10px;
}

.end-2 .main .inner .desc h6 {
    color: #FFF;
    font-family: 'Satoshi-Medium';
    font-size: 13px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    border-radius: 25px;
    background: #3E56A6;
    text-align: center;
    padding: 8px 10px;
    display: inline;
}

.end-2 .main .inner .desc ul {
    margin: 20px auto 0;
    /* list-style: none; */
}

.end-2 .main .inner .desc ul li {
    color: #000;
    font-family: 'Satoshi-Medium';
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.end-2 .main .inner .more a {
    color: #FFF;
    font-family: 'Satoshi-Bold';
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    border-radius: 15px;
    background: #3E56A6;
    display: block;
    text-align: center;
    padding: 10px 0;
    margin: 20px auto 0;
}

.end-2 .main .inner .desc {
    min-height: 430px;
}

.end-2 .main .desc {
}

.end-2 .main .col-md-6:nth-child(even) .inner {
    border-radius: 14.159px;
    background: #FEEFE9;
}

.end-2 .main .col-md-6:nth-child(even) .inner .desc h6 {background: #F15B22;}

.end-2 .main .col-md-6:nth-child(even) 
 .inner .more a {
    background: #F15B22;
}

.end-3 {
    padding: 80px 0;
    background: url(images/s3-bg.png) no-repeat;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
}

.end-2:after {
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    bottom: 10%;
    width: 100%;
    height: 35%;
    background: url(images/s2-after.png) no-repeat;
    background-size: 100% 100%;
    background-position: center;
}
.end-3 .main {
    padding: 25px 50px;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    border-radius: 20px;
    background-blend-mode: normal, color, normal;
    color: #fff;
}

.end-3 .main i {
    font-size: 80px;
}

.end-3 .main  p {
    font-family: 'Satoshi-Medium';
    font-size: 32px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin: 15px auto;
}

.end-3 .main h4 {
    font-family: 'Satoshi-Bold';
    font-size: 40px;
    font-style: normal;
    font-weight: 900;
    line-height: normal;
}

.end-3 .headline h2 {
    color: #000;
    font-family: 'bangersregular';
    font-size: 48px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    width: 100%;
    margin: 50px auto 30px;
}

.end-3 .desc  p {
    opacity: 0.7;
    color: #000;
    font-family: 'Satoshi-Medium';
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.end-3 .desc p span {
    color: #4158A7;
}

.end-3 .desc {
    margin: 25px auto;
}

.end-3  .main-2 {
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    border-radius: 20px;
    background-blend-mode: normal, color, normal;
    color: #fff;
    padding: 25px 0 0 50px;
}
.end-3 .main-2 p {
    color: #FFF;
    font-family: 'Satoshi-Bold';
    font-size: 32px;
    font-style: italic;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 50px;
    width: 90%;
}

.end-3 .main-2 .tagline h4 {
    color: #E5126D;
    font-style: normal;
    background: #fff;
    display: inline;
    padding: 10px 30px;
    border-radius: 10px 0px 0px 0px;
    color: #4158A7;
    text-align: right;
    font-size: 40px;
    font-style: normal;
    font-weight: 900;
    line-height: normal;
    font-family: 'Satoshi-Bold';
    letter-spacing: 0;
}

.end-3 .main-2 .tagline {
    text-align: right;
}
.section_7 .desc h2 {
    color: #000;
    text-align: center;
    font-size: 48px;
    font-style: normal;
    font-weight: 400;
    line-height: 58px; /* 56.544px */
    font-family: 'bangersregular';
}

.section_7 .desc  p {
    color: #000;
    text-align: center;
    font-family: 'Satoshi-Medium';
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin-bottom: 30px;
}
div#tabs-1 {
    display: block;
}
.model-1 {
    padding: 80px 0;
    background: url(images/s3-bg.png) no-repeat;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
}

.model-1 div#tabs-container {
    box-shadow: 0px 4px 100px 0px rgba(0, 0, 0, 0.25);
    display: block;
    width: 100%;
    float: left;
    clear: both;
    border-radius: 10px;
    position: relative;
    z-index: 1;
    background: #fff;
}

.model-1  li {
    border: none;
    margin: auto;
    background: transparent;
}

.tabs-left .current a {
    color: #F15B22 !important;
    font-family: 'Satoshi-Medium';
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    background: #fff;
    border-color: #F15B22;
    border-radius: 50px 0px 0px 50px;
}

.model-1 .title h3 {
    color: #000;
    font-family: 'bangersregular';
    font-size: 48px;
    font-style: normal;
    font-weight: 400;
    line-height: 117.8%; /* 56.544px */
}

.model-1  .row {
    display: flex;
    flex-wrap: wrap;
    /* align-items: center; */
}

.model-1  .more {
    text-align: right;
}

.model-1 .more a {
    color: #FFF !important;
    font-family: 'Satoshi-Medium' !important;
    font-size: 16px !important;
    font-style: normal !important;
    font-weight: 700 !important;
    line-height: normal !important;
    border-radius: 15px !important;
    background: #F15B22 !important;
    padding: 15px 30px !important;
    transition: 0.5s !important;
    /* border: 2px solid #4158A7 !important; */
    width: auto !important;
    display: inline-block  !important;
}

.model-1 .more a:hover {
    background: transparent;
    color: #4158A7;
}

.model-1  .pic {margin-bottom: 50px;}

.model-1 .pic img {
    width: 80%;
    height: 100%;
    object-fit: cover;
    border-radius: 15px;
    margin: auto;
    display: block;
}

.model-1  .desc p {
    color: #444;
    font-family: 'Satoshi-Medium';
    font-size: 20px;
    font-style: normal;
    line-height: 30px;
}

.model-1 .desc ul {
    list-style: none;
}

.model-1 .desc ul li {
    color: #000;
    font-family: 'Satoshi-Medium';
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}
p a, li a {
    /* text-decoration: underline !important; */
}

.map-1 .desc li a {
    color: #4158a7;
}
.map-1 ul.sub-met h3 {color: #000;font-family: 'Satoshi-Bold';font-size: 22px;font-style: normal;font-weight: 700;line-height: normal;}
.meth-1 {
    padding: 50px 0;
}

.meth-1 .desc h3 {
    color: #000;
    font-size: 48px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    font-family: 'bangersregular';
}

.meth-1 .desc p {
    color: #000;
    font-family: 'Satoshi-Regular';
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.meth-1 .main {
    border-radius: 14.159px;
    background: #4158A7;
    padding: 15px;
    margin: 15px auto;
}

.meth-1 .main .desc h4 {
    color: #FFF;
    font-family: 'Satoshi-Bold';
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.meth-1 .main .desc  p {
    color: #FFF;
    font-family: 'Satoshi-Medium';
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.meth-1 .main {
    min-height: 379px;
}

.meth-1  .box-2 {
    background: #F15B22;
}

.meth-1 .box-3 {
    background: #E5126D;
}

.meth-1 .box-4 {
    background: #F7B52F;
}

.meth-1 .box-4 .desc h4, .meth-1 .box-4 .desc p {
    color: #000;
}

.meth-1 .pic {
    margin: 15px auto;
    width: 100%;
    height: 460px;
}

.meth-1 .pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 20px;
}

.meth-1 .desc-2 p, .meth-1 .desc-3 p {
    color: #000;
    font-family: 'Satoshi-Medium';
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.meth-1 .middle {
    padding-bottom: 25px;
    border-bottom: 1px solid rgb(0 0 0 / 20%);
    margin-bottom: 25px;
}

.meth-1 .desc-3 {
    /* padding-right: 15px; */
}
.meth-2 {
    background: #F15B22 url(images/s2-before.png) no-repeat;
    padding: 80px 0;
    background-size: 100%;
    background-position: right;
    position: relative;
    order: 2;
    max-width: 100%;
    flex: 0 0 100%;
}

.meth-2 .desc h6 {
    display: inline;
    color: #FFF;
    font-family: 'Satoshi-Medium';
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    border-radius: 30px;
    border: 1px solid #FFF;
    background: rgba(255, 255, 255, 0.25);
    padding: 5px 15px;
}

.meth-2 .desc {
    text-align: center;
}

.meth-2 .desc h2 {
    color: #FFF;
    text-align: center;
    font-family: 'bangersregular';
    font-size: 48px;
    font-style: normal;
    font-weight: 400;
    line-height: 117.8%; /* 56.544px */
}

.meth-2 .desc p {
    color: #FFF;
    text-align: center;
    font-family: 'Satoshi-Medium';
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.meth-2 .main {
    border-radius: 19px;
    background: #FFF;
    color: #000;
    padding: 30px 80px;
    margin: 25px auto;
}

.meth-2 .main .desc p {
    color: #000;
    text-align: center;
    font-family: 'Satoshi-Medium';
    font-size: 18px;
    font-style: italic;
    font-weight: 500;
    line-height: 160%; /* 28.8px */
}

.meth-2 .main .desc h3 {
    color: #9B0646;
    font-family: 'Satoshi-Medium';
    font-size: 28px;
    font-style: normal;
    font-weight: 900;
    line-height: 38px; /* 40.046px */
}
.meth-2 .slick-arrow {
    border-radius: 50%;
    width: 60px;
    height: 60px;
    top: 50%;
    left: -30px;
    transform: none;
    z-index: 999999999999999;
}

.meth-2 .slick-next {
    left: initial;
    right: -30px;
    transform: rotate(180deg);
}

.meth-2 .more.tabs-menu {
    text-align: center;
    margin: 40px auto 20px;
    box-shadow: none;
}

.meth-2 .more a {
    color: #F15B22;
    font-family: 'Satoshi-Bold';
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    background: #fff;
    border-radius: 15px;
    padding: 15px 30px;
}
.meth-2:before {
    position: absolute;
    content: '';
    left: 0;
    top: 30%;
    width: 325px;
    height: 626px;
    background: url(images/hand-vector.png) no-repeat;
    background-size: 100%;
    background-position: center;
}
.theory-1 {
    padding: 30px 0;
}

.theory-1 .row {
    display: flex;
    flex-wrap: wrap;
    /* align-items: center; */
}

.theory-1  .desc h3 {
    color: #000;
    font-family: 'bangersregular';
    font-size: 48px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.theory-1 .desc h3 strong {font-weight: 400;color: #F15B22;}

.theory-1 .desc p {
    color: #000;
    font-family: 'Satoshi-Medium';
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.theory-1  .main {
    padding: 20px;
    border-radius: 14.159px;
    background: #F15B22;
    min-height: 220px;
    margin: 15px auto;
}

.theory-1 .main p {
    color: #FFF;
    font-family: 'Satoshi-Medium';
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.theory-1 .box-2 {
    background: #E5126D;
}

.theory-1 .box-3 {
    background: #4158A7;
}

.theory-1 .box-4 {
    background: #F99F1B;
}

.theory-1 .box-4 p {
    color: #000;
}

.theory-2 {
    padding: 30px 0;
    position: relative;
}

.theory-2 .title h4 {
    color: #000;
    font-family: 'bangersregular';
    font-size: 26px;
    font-style: normal;
    font-weight: 400;
    line-height: 36px;
    text-align: center;
}

.theory-2  .pic {
    text-align: center;
    border-bottom: 1px solid rgb(0 0 1 / 20%);
    padding-bottom: 25px;
}

.theory-2 .pic img {
    border-radius: 50%;
}

.theory-2 .desc p {
    color: #000;
    font-family: 'Satoshi-Medium';
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    /* width: 50%; */
    margin-top: 30px;
    /* padding-top: 30px; */
}
.theory-1 .title h4 {
    color: #000;
    font-family: 'bangersregular';
    font-size: 26px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-top: 40px;
    margin-bottom: 0;
}
.scoring-1 {
    padding: 50px 0;
}

.scoring-1 .desc h3 {
    color: #000;
    font-family: 'bangersregular';
    font-size: 48px;
    font-style: normal;
    font-weight: 400;
    line-height: 48px;
}

.scoring-1 .desc p, .scoring-1 .desc li {
    color: #000;
    font-family: 'Satoshi-Medium';
    font-size: 16px;
    font-style: normal;
    line-height: normal;
}

.scoring-1 .main .pic {
    width: 100%;
}

.scoring-1 .main .pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 20px;
}
.scoring-1 .box {
    border-radius: 20px;
    background: #E5126D;
    padding: 15px 25px;
    /* margin-top: -70px; */
    position: relative;
    color: #fff;
    display: flex;
    flex-wrap: wrap;
}

.scoring-1 .box p, .scoring-1 .box li {
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    font-family: 'Satoshi-Medium';
}
.scoring-1 .box span {
    /* padding-right: 10px; */
    max-width: 10px;
    flex: 0 0 10px;
}

.scoring-1 .box-2 {
    background: #F15B22;
}

.scoring-1 .box-3 {
    background: #3E56A6;
}

.scoring-1 .box-4 {
    background: #F99F1B;
}

.scoring-1 .bottom p {
    color: #000;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    font-family: 'Satoshi-Medium';
    text-align: center;
    margin: 25px auto 0;
    padding-top: 25px;
    border-top: 1px solid rgb(0 0 0 / 20%);
}
.authentic-1 {
    padding: 30px 0;
}

.authentic-1 .headline h2 {
    color: #000;
    font-family: 'bangersregular';
    font-size: 48px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.authentic-1 .dwsc p {
    color: #000;
    font-family: 'Satoshi-Medium';
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.authentic-2  .headline h2 {
    color: #000;
    font-family: 'bangersregular';
    font-size: 26px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}


.authentic-2  ol {
    padding: 0;
    margin: 0;
    column-count: 2;
}

.authentic-2 ol li {
    padding: 15px;
    color: #000;
    font-family: 'Satoshi-Medium';
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    border-bottom: 1px solid rgb(0 0 0 / 20%);
    min-height: 150px;
}

.authentic-2 .desc {box-shadow: -1px 3px 6px 0px rgba(0, 0, 0, 0.1);border-bottom: 30px;padding: 25px 50px;}

.authentic-3 {
    padding: 30px 0;
}

.authentic-3 .headline {}

.authentic-3 .main {
    background: url(images/authentic-1.png) no-repeat;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    border-radius: 20px;
    padding: 25px;
}
.authentic-3 .main .headline h3 {
    color: #FFF;
    font-family: 'bangersregular';
    font-size: 48px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.authentic-3 .main  ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.authentic-3 .main ul li a {
    color: #FFF;
    font-family: 'Satoshi-Medium';
    font-size: 22px;
    font-style: normal;
    font-weight: 500;
    line-height: 42px;
    text-decoration-line: underline !important;
}

.authentic-3 .main ul li {
}

.authentic-4 .headline h3 {
    color: #000;
    font-family: 'bangersregular';
    font-size: 48px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.authentic-4  .main {
    background: url(images/authentic-2.png) no-repeat;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    padding: 25px;
    border-radius: 20px;
    position: relative;
    margin: 15px auto;
}
.authentic-4 .main:before {
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    margin: auto;
    width: 100%;
    height: 100%;
    background: #F15B22;
    top: 0;
    border-radius: 20px;
    opacity: .9;
}

.authentic-4 .main .desc, .authentic-4 .main .icon {
    position: relative;
}

.authentic-4 .main .icon {
    margin-bottom: 30px;
}

.authentic-4 .main  .desc p {
    color: #FFF;
    font-family: 'Satoshi-Medium';
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.authentic-4 .main .desc h4 {
    color: #FFF;
    font-family: 'Satoshi-Bold';
    font-size: 40px;
    font-style: normal;
    font-weight: 900;
    line-height: normal;
    margin-top: 30px;
}
.authentic-4 .main .title h4 {
    color: #FFF;
    font-family: 'Satoshi-Medium';
    font-size: 40px;
    font-style: normal;
    font-weight: 900;
    line-height: normal;
    color: #fff;
    position: relative;
    min-height: 110px;
}
.authentic-4 .col-md-4:nth-child(4n+1) .main:before{
    background-color: #3E56A6;
}

.authentic-4 .col-md-4:nth-child(4n+2) .main:before{
    background-color: #E5126D;
}

.authentic-4 .col-md-4:nth-child(4n+3) .main:before{
    background-color: #F99F1B;
}

/* .authentic-4 .col-md-4:nth-child(5n+4) {
    background-color: purple;
}

.authentic-4 .col-md-4:nth-child(5n+5) {
    background-color: beige;
} */


.authentic-4 .main .desc {
    height: 200px;
    overflow-y: scroll;
    padding-right: 15px;
}
.authentic-4  .row {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}
.meth-1 .box-6 {background: #F15B22;}

.meth-1 .new-box {
    background: #F7B52F;
}

.meth-1 .new-box .desc h4, .meth-1 .new-box .desc p {
    color: #000;
}
.research-1 {
    padding: 80px 0;
    background: url(images/s1-bg.png) no-repeat;
    background-size: cover;
    background-position: center bottom;
    position: relative;
    background-attachment: fixed;
}

.research-1 .desc p {
    color: #000;
    font-family: 'Satoshi-Medium';
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.research-1:before {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    width: 337px;
    height: 500px;
    background: url(images/s1-before.png) no-repeat;
    background-size: cover;
    background-position: center;
    opacity: .1;
}
.theory-2:before {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    width: 50%;
    height: 80%;
    background: url(images/bef-2.png) no-repeat;
    background-size: 100% 100%;
}

.theory-2:after {
    position: absolute;
    content: '';
    right: 0;
    top: 0;
    width: 90%;
    height: 82%;
    background: url(images/bef-1.png) no-repeat;
    background-position: right;
}
.theory-2 .container {
    position: relative;
    z-index: 1;
}
.advocate-1 {
    padding: 80px 0;
    background: url(images/s1-bg.png) no-repeat;
    background-size: cover;
    background-position: center bottom;
    position: relative;
    background-attachment: fixed;
}

.advocate-1:before {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    width: 337px;
    height: 500px;
    background: url(images/s1-before.png) no-repeat;
    background-size: cover;
    background-position: center;
    opacity: .1;
}
.advocate-1 ul.tabs-menu {
    box-shadow: none;
}

.top-page .row {
    display: flex;
    align-items: center;
}

.advocate-1 .desc h2 {
    color: #000;
    font-family: 'bangersregular';
    font-size: 48px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.advocate-1 .desc h2 strong {font-weight: 400;color: #F15B22;}

.advocate-1 .desc p, .advocate-1 .desc li {
    color: #000;
    font-family: 'Satoshi-Medium';
    font-size: 16px;
    font-style: normal;
    line-height: 28px;
}

.top-page .pic {
    width: 100%;
    height: 476px;
}

.advocate-1 .pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 20px;
}

.lawmaking {
    padding: 30px 0 0;
}

.advocate-1 .desc ol {
    padding: 0;
}

.lawmaking .middle {
    padding: 50px 0;
}

.lawmaking .middle .headline h2 {
    color: #000;
    font-family: 'bangersregular';
    font-size: 48px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.lawmaking .middle .headline h2 span {
    color: #F15B22;
}

.lawmaking .middle  ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.lawmaking .middle .desc {
    border-radius: 20px;
    border: 1px solid rgba(0, 0, 0, 0.10);
    background: #FFF;
    padding: 20px;
    float: left;
    clear: both;
}

.lawmaking .middle ul li {
    width: 50%;
    float: left;
    padding: 15px;
    min-height: 200px;
    border-bottom: 1px solid rgb(0 0 0 / 10%);
}

.lawmaking  .row {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    padding: 30px 0;
}

.lawmaking .middle .pic {
    width: 100%;
    height: 1042px;
}

.lawmaking .pic img {
}

.lawmaking .bottom .pic {
    height: 268px;
}

.lawmaking .desc h2 strong {
    color: #F99F1B;
}

.lawmaking .top .desc h2 span {
    color: #F15B22;
}

.advocacy-1 {
    padding-top: 50px;
}

.advocacy-1 .top .desc {
    text-align: center;
}

.advocacy-1  .headline h2 {
    color: #000;
    font-family: 'bangersregular';
    font-size: 48px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-align: center;
}

.advocacy-1 .headline h2 span {
    color: #E5126D;
}

.advocacy-1  .box {
    border-radius: 30px;
    background: #FFF;
    box-shadow: 0px 15px 60px 0px rgba(0, 0, 0, 0.15);
    padding: 30px;
    margin: 15px auto;
}

.advocacy-1 .box p {
    color: #000;
    font-family: 'Satoshi-Bold';
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 32px;
}

.advocacy-1 .middle h2 {
    text-align: left;
}

.advocacy-1 .middle {
    padding: 50px 0;
}

.advocacy-1 .middle .desc h4 {
    color: #000;
    font-family: 'Satoshi-Bold';
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.other {
    padding-top: 50px;
}

.other .row {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.other  .pic {
    height: 803px;
    width: 100%;
}
.about-1 .desc a {
    color: #fff;
    font-family: 'Satoshi-Bold';
    border-bottom: 1px solid;
}
.legal .desc h2 {
    font-family: 'bangersregular';
    color: #000;
    font-size: 48px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.purpose-1 .box-4 .title h4 {
    color: #000;
}
.purpose-1 .text-right {
    text-align: left;
}
.purpose-1 .main img {
    filter: brightness(0) invert(1);
}

.purpose-1 .box-4 img {
    filter: none;
}
.purpose-3 .tagline p {
    color: #000;
    text-align: justify;
    font-family: 'Satoshi-Medium';
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin-top: 20px;
}
.res-1 .main-2 .desc p a {
    color: #000;
}
.section_1 .desc h2:nth-last-child(2) strong {color: #F15B22;}
.has-sub {
    padding-bottom: 30px;
}
.map-1 .desc-2 h2 b {
    font-weight: 400;
}
.main-sec .main {
    text-align: center;
}
.res-2 {
    padding: 80px 0 0;
}
.theme-1009 button.pum-close.popmake-close {
    font-size: 0 !important;
    padding: 0 50px !important;
    position: absolute;
    bottom: 15% !important;
    top: initial !important;
    right: initial !important;
    width: 21% !important;
    text-align: center;
    padding: 10px 0 !important;
    color: #000;
    font-style: normal;
    line-height: normal;
    border-radius: 15px !important;
    background: #F99F1B !important;
    transition: .5s;
    border: 1px solid #F99F1B !important;
    height: auto;
    padding: 15px !important;
    color: #fff;
}

.theme-1009 button.pum-close.popmake-close:after {
    position: absolute;
    content: 'Enter Website';
    font-size: 20px;
    left: 0;
    right: 0;
    top: 0;
}

div#popmake-1034 {
    padding-bottom: 80px;
    padding: 30px 50px 120px;
    border-radius: 12px;
    width: 40%;
    margin-left: -20%;
}
.legal .desc {
    margin-bottom: 50px;
}
.button {
  /* height: 40px; */
  /* background-color: #fff; */
  /* display: flex; */
  /* align-items: center; */
  /* justify-content: center; */
  /* width: 170px; */
  /* cursor: pointer; */
}

.button-w-icon {
  display: flex;
  align-items: center;
}

.button-w-icon span {
  color: #009900 !important;
}

.button-w-icon img {
  width: 10px;
  margin-left: 5px;
}

.back-button {
  display: flex;
  cursor: pointer;
  overflow: hidden;
  height: 0;
  transition: 500ms all;
  padding-left: 5px;
  margin-bottom: 10px;
}

.back-button.active {
  height: 22px;
}

.back-button p {
  margin: 0;
  margin-left: 5px;
  font-size: 16px !important;
}

.back-button img {
  transition: 500ms all;
}

.back-button:hover img {
  transform: translateX(-5px);
}

section.score-wheel {padding: 80px 0;}

section.score-wheel .grid {
  /* width: 1050px; */
  margin: 0 auto;
  position: relative;
  display: flex;
  align-items: center;
  height: 100%;
  /* justify-content: space-between; */
  height: auto !important;
  justify-content: center;
}

section.score-wheel .grid .score-wheel {
  width: 320px;
  height: 320px;
  background-color: #fff;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 2;
  box-shadow: 0px 1px 15px 0px rgba(0, 0, 0, 0.44);
  margin: 0;
  margin-left: 0;
  float: right;
  clear: both;
  padding-right: 0;
}

section.score-wheel .grid .score-wheel .score-lines {
  width: 300px;
  height: 300px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 3;
}

section.score-wheel .grid .score-wheel .score-lines .score-pins {
  position: absolute;
  left: 50%;
  top: 0%;
  transform: translate(-50%, -5px);
  width: 22px;
  height: 22px;
  z-index: 4;
  transition: 1000ms all;
}

section.score-wheel .grid .score-wheel .score-lines .score-pins.hide {
  opacity: 0;
}

section.score-wheel .grid .score-wheel .score-lines .score-pins .pin {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transform-origin: 50% 155px;
  transition: 2000ms all;
  cursor: pointer;
}

// Add styles for nth-child here

section.score-wheel .grid .score-wheel .score-lines .score-pins .pin .pin-inner {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 50%;
  background-color: #fff;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.15);
}

section.score-wheel .grid .score-wheel .score-lines .score-pins .pin:hover .pin-inner .pin-description {
  transform: translateX(-50%) translateY(0);
  opacity: 1;
  visibility: visible;
}

section.score-wheel .grid .score-wheel .score-lines .score-pins .pin:hover .pin-inner:before {
  transform: scale(1.2);
}

section.score-wheel .grid .score-wheel .score-lines .score-pins .pin .pin-description {
  position: absolute;
  background-color: #fff;
  padding: 5px;
  left: 50%;
  bottom: 100%;
  margin-bottom: 10px;
  opacity: 0;
  transform: translateX(-50%) translateY(10px);
  transition: 500ms all;
  pointer-events: none;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.15);
}

section.score-wheel .grid .score-wheel .score-lines .score-pins .pin .pin-description:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #fff;
  left: 0;
  top: 0;
  z-index: 2;
}

section.score-wheel .grid .score-wheel .score-lines .score-pins .pin .pin-description:after {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  transform: translateX(-50%) rotate(45deg);
  background-color: #fff;
  left: 50%;
  z-index: 1;
}

section.score-wheel .grid .score-wheel .score-lines .score-pins .pin .pin-description p {
  margin: 0;
  white-space: nowrap;
  font-size: 12px;
  position: relative;
  z-index: 3;
}

section.score-wheel .grid .score-wheel .score-lines .score-pins .pin:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 12px;
  height: 12px;
  background-size: cover;
  transform: translate(-50%, -50%);
  background-image: url(http://res.cloudinary.com/da32ibrgl/image/upload/v1526911159/minus_b5cdlv.svg);
}

section.score-wheel .grid .score-wheel .score-lines .score-pins .pin:before {
  content: "";
  position: absolute;
  left: 0%;
  top: 0%;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #fff;
  transition: 500ms all;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.15);
}

section.score-wheel .grid .score-wheel .score-lines svg {
  width: 100%;
  height: 100%;
}

section.score-wheel .grid .score-wheel .score-lines svg circle {
  fill: none;
  stroke-width: 10px;
  opacity: 1;
  transform: rotate(-90deg);
  transform-origin: 150px 150px;
  transition: 2000ms all, 1000ms opacity;
  stroke-dasharray: 911.061869541;
  stroke-dashoffset: 911.061869541;
}

section.score-wheel .grid .score-wheel .score-lines svg circle.hide {
  opacity: 0;
}

section.score-wheel .grid .score-wheel .score-lines svg circle.active {
  opacity: 1;
}

section.score-wheel .grid .score-wheel .score-lines svg circle:nth-child(1) {
  stroke: rgba(#000, 0.025);
}

section.score-wheel .grid .score-wheel .score-lines svg circle:nth-child(2) {
  stroke: #009900;
}

section.score-wheel .grid .score-wheel .score-lines svg circle:nth-child(3) {
  stroke: #99cc00;
}

section.score-wheel .grid .score-wheel .score-lines svg circle:nth-child(4) {
  stroke: #ffe600;
}

section.score-wheel .grid .score-wheel .score-lines svg circle:nth-child(5) {
  stroke: #ff6600;
}

section.score-wheel .grid .score-wheel .score-lines svg circle:nth-child(6) {
  stroke: #009ee0;
}

section.score-wheel .grid .score-wheel .score-values {
  position: relative;
}

section.score-wheel .grid .score-wheel .score-values .score-values-inner {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  transition: 1000ms all;
}

section.score-wheel .grid .score-wheel .score-values .score-values-inner.active {
  opacity: 1;
}

section.score-wheel .grid .score-wheel .score-values text-align: center;

section.score-wheel .grid .score-wheel .score-values h2 {
  font-size: 150px;
  line-height: 0.9;
  font-weight: 300;
  color: #666666;
  margin: 10px 0;
  margin-left: -10px;
  letter-spacing: -10px;
}

section.score-wheel .grid .score-wheel .score-values h4 {
  line-height: 1.4;
  font-size: 14px;
  font-weight: 500;
  color: #666666;
  margin: 0;
}

section.score-wheel .grid .score-description {
  width: 600px;
}

section.score-wheel .grid .score-description h2 {
  font-size: 45px;
  font-weight: 300;
  margin: 0;
  /* color: #fff; */
}

section.score-wheel .grid .score-description p {
  line-height: 1.4;
  font-size: 18px;
  /* color: #fff; */
}
footer span.accordion-btn-wrap {
    width: 100% !important;
}
.copy .menu li {
    display: inline-block;
    margin-right: 15px;
}
header .logo {
    width: 70%;
}
.back-button.active img {
    filter: brightness(0);
}
.list-metrics {
    padding: 0px 0;
    background: url(images/s1-bg.png) no-repeat;
    background-size: cover;
    background-position: center bottom;
    position: relative;
    background-attachment: fixed;
}
.list-metrics:before {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    width: 337px;
    height: 500px;
    background: url(images/s1-before.png) no-repeat;
    background-size: cover;
    background-position: center;
    opacity: .1;
}
.list-metrics label {
    display: block;
    color: #000;
    font-family: 'Satoshi-Medium';
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.list-metrics select, .list-metrics input {
    width: 100%;
    border-radius: 15px;
    border: 1px solid #D8D8D8;
    background: #FFF;
    box-shadow: 0px 4px 34.8px 0px rgba(0, 0, 0, 0.10);
    padding: 13px;
}

.list-metrics div#postsContainer .col-md-6, .list-metrics div#postsContainer .col-md-4 {
    border-radius: 20px;
    border: 1px solid rgba(0, 0, 0, 0.20);
    background: #FFF;
    margin: 15px auto;
    width: 30.7%;
    padding: 10px;
    margin: 15px;
}

.list-metrics div#postsContainer .col-md-6 h3 {
    color: #000;
    font-family: 'Satoshi-Medium';
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    display: flex;
    flex-wrap: wrap;
   text-align:left;
    margin-top: 0;
    transition: .5s;
    line-height: 25px;
    min-height: 52px;
}

.list-metrics div#postsContainer .col-md-6  p a {
    color: #FFF;
    font-family: 'Satoshi-Medium';
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    border-radius: 25px;
    background: #4158A7;
    padding: 5px 15px;
}
.single-post .inner-banner {
    display: none;
}
.single-blog {
    padding: 50px 0;
}

.single-blog .pic {
    text-align: center;
}

.single-blog  ul#breadcrumbs {
    background: #F15B22;
    text-align: center;
    padding: 15px 0;
    border-radius: 5px;
    margin: 30px auto;
}

.single-blog ul#breadcrumbs a {}

.breadcrumbs li a {
    color: #fff;
}

.single-blog .headline h2 {}
.single-blog .headline h1 {color: #000;text-align: center;font-size: 48px;font-style: normal;font-weight: 400;line-height: 58px;font-family: 'bangersregular';margin: 15px auto;}

.single-blog .desc p, .single-blog .desc li {
    color: #000;
    font-size: 18px;
    font-style: normal;
    line-height: 32px;
    max-width: 100%;
    font-family: 'Satoshi-Medium';
}

.single-blog .desc strong {
    color: #4158A7 !important;
}

.single-blog .desc  a {
    color: #4158A7 !important;
    border-bottom: 1px solid;
}

.single-blog .desc li {
    line-height: 26px;
}
.single-blog ul.meta-data {
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
}

.single-blog ul.meta-data li {
    display: inline-block;
    margin: 0 15px;
    color: #E5126D;
    font-family: 'Satoshi-Medium';
    font-size: 14.181px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    border-radius: 31.021px;
    background: rgba(229, 18, 109, 0.20);
    padding: 5px 18px;
    text-align: left;
}

.single-blog ul.meta-data li i, .single-blog ul.meta-data li svg {
    margin-right: 5px;
}

.single-blog .desc h1, .single-blog .desc h2, .single-blog .desc h3, .single-blog .desc h4, .single-blog .desc  h5, .single-blog .desc  h6 {
    font-family: 'bangersregular';
}
.meth-1 .more {
    background: transparent !important;
    box-shadow: none;
    /* text-align: left; */
    margin-bottom: 50px;
}

.meth-1 .more a {
    color: #fff;
    font-size: 16px;
    font-style: normal;
    line-height: normal;
    border-radius: 15px;
    background: #4158A7;
    font-family: 'Satoshi-Bold';
    padding: 15px 30px;
    transition: .5s;
    border: 1px solid #4158A7;
}
.theory-2 .pic .more {
    /* text-align: left; */
    margin: 50px auto;
}

.theory-2 .pic .more a {
    color: #fff;
    font-size: 16px;
    font-style: normal;
    line-height: normal;
    border-radius: 15px;
    background: #4158A7;
    font-family: 'Satoshi-Bold';
    padding: 15px 30px;
    transition: .5s;
    border: 1px solid #4158A7;
}
.scoring-1 .main .row{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.scoring-1 .main:nth-child(even) .row {
    flex-direction: row-reverse;
    padding: 30px 0;
}
.scoring-1 .box a {
    color: #fff;
    font-family: 'Satoshi-Bold';
    border-bottom: 1px solid;
}

.scoring-1 .box ol {
    padding-left: 5%;
    list-style: lower-alpha;
}

.scoring-1 .box ol ol ol {
    list-style: lower-roman;
}
.scoring-1 .box  .inner {
    max-width: 98%;
    flex: 0 0 98%;
    padding-left: 15px;
}
.scoring-1 .tagline p {
    color: #000;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    font-family: 'Satoshi-Medium';
    margin: 25px auto 0;
    padding-top: 25px;
    float: left;
    clear: both;
    width: 100%;
}
.scoring-1 .more {
    margin: 50px auto 0;
    border-top: 1px solid;
    border-color: rgb(0 0 0 / 10%);
    padding-top: 50px;
}

.scoring-1 .more a {
    color: #fff;
    font-size: 16px;
    font-style: normal;
    line-height: normal;
    border-radius: 15px;
    font-family: 'Satoshi-Bold';
    padding: 15px 30px;
    transition: .5s;
    border: 1px solid #3E56A6;
    background: #3E56A6;
}
.authentic-1 .dwsc p a {
    border-bottom: 1px solid #3E56A6;
    font-family: 'Satoshi-Bold';
}
.single-maps .inner-banner {
    display: none;
}
.state .desc .gswpts_tables_container {
    display: none;
}
.list-metrics div#postsContainer .col-md-6 ul.post-terms {
    padding: 0;
    margin: 0;
    list-style: none;
}

.list-metrics div#postsContainer .col-md-6 ul.post-terms li {
    display: inline-block;
    margin-right: 10px;
    border-radius: 25px;
    background: #4158A7;
    color: #FFF;
    font-family: 'Satoshi-Medium';
    font-size: 13px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    padding: 5px 10px;
    margin-bottom: 5px;
}

.list-metrics div#postsContainer .col-md-6 h3:hover {
    color: #4158A7;
}
.research-2 .menu {
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
}

.research-2 .menu li {
    display: inline-block;
    list-style: none;
    margin: 0 10px;
}

.research-2 .menu li a {
    color: #000;
    font-family: 'Satoshi-Bold';
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 18px;
    padding: 15px;
}

.research-2 .menu li.current-menu-item a {
    color: #FFF;
    font-family: 'Satoshi-Bold';
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 18px;
    border-radius: 49px;
    background: #E5126D;
}
.state .desc-3 {
    border-radius: 25px;
    background: #FFF;
    padding: 25px;
    box-shadow: 0px 40px 138px 0px rgba(0, 0, 0, 0.10);
    margin-bottom: 50px;
}

.state .desc-3 p {
    color: #000;
    text-align: left;
    font-size: 16px;
    font-style: normal;
    line-height: normal;
    margin: 15px auto;
}
.state .desc-3 p a {
    font-family: 'Satoshi-Bold';
    border-bottom: 1px solid;
    color: #4158A7;
}
.state .desc p a, .state .desc p a {
    font-family: 'Satoshi-Bold';
    border-bottom: 1px solid;
    color: #4158A7;
}
.state .more-2 {
    text-align: center;
}
.state table th .tool-tip {
    position: relative;
}

.state table th .tool-tip span {
    position: absolute;
    background: #4158A7;
    font-size: 13px;
    line-height: 23px;
    width: 110px;
    padding: 5px;
    border-radius: 5px;
    opacity: 0;
    color: #fff;
}

.state table th .tool-tip:hover span {
    opacity: 1;
}
.map-1 .more-btn {
    text-align: center;
    margin-bottom: 50px;
}

.map-1 .more-btn a {
    color: #fff;
    font-size: 16px;
    font-style: normal;
    line-height: normal;
    border-radius: 15px;
    background: #3E56A6;
    font-family: 'Satoshi-Bold';
    padding: 15px 30px;
    transition: .5s;
    border: 1px solid #3E56A6;
}
.list-metrics .headline h2 {
    color: #000;
    text-align: center;
    font-size: 48px;
    font-style: normal;
    font-weight: 400;
    line-height: 117.8%;
    font-family: 'bangersregular';
}
.footer h3.socia-headl {
    font-size: 22px;
    line-height: 30px;
    font-weight: 400;
    letter-spacing: 1px;
}
.theme-1010 .popup-form .desc h3 {
    color: #000;
    font-family: 'bangersregular';
    font-size: 48px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.theme-1010 .popup-form .desc h3 strong {font-weight: 400;color: #4158A7;}
.theme-1010 .popup-form .desc input, .theme-1010 .popup-form .desc select {
    width: 100%;
    padding: 15px;
    border-radius: 5px;
    color: #000;
    font-family: 'Satoshi-Medium';
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    border-radius: 15px;
    border: 1px solid #D8D8D8;
    background: #FFF;
    box-shadow: 0px 4px 34.8px 0px rgba(0, 0, 0, 0.10);
    margin: 5px auto;
}

.theme-1010 .popup-form  .pic {
    width: 100%;
    height: 637px;
    position: relative;
}

.theme-1010 .popup-form .pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 20px;
}

.theme-1010 .popup-form .pic .ab-content {
    position: absolute;
    top: 0;
    right: -100px;
}

.theme-1010 .popup-form  input[type="checkbox"] {
    width: auto;
    background: transparent;
    box-shadow: none;
}

.pum-theme-1010 .pum-container.pum-responsive.pum-responsive-medium {
    border: none !important;
    box-shadow: none;
    border-radius: 30px;
}

.pum-theme-1010 .popup-form label {
    color: #000;
    font-family: 'Satoshi-Medium';
    font-size: 25px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.pum-theme-1010 .popup-form  label span {
    color: #000;
    font-family: 'Satoshi-Medium';
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    font-size: 16px;
    line-height: 16px;
}

.pum-theme-1010 .popup-form  input[type="submit"] {
    width: auto;
    color: #fff;
    font-family: 'Satoshi-Bold';
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    background: #3E56A6;
}
.popup-form .row {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.pum-theme-1010 .wpcf7-response-output {
    color: #000;
    font-weight: 700;
    text-align: center;
}
.model-1 .desc h2 {
    color: #000;
    font-size: 38px;
    font-style: normal;
    font-weight: 400;
    line-height: 48px;
    font-family: 'bangersregular';
    margin-top: 0;
}

.model-1 .desc-1 p {
    font-size: 16px;
    line-height: 26px;
}

.model-1 .desc-1 p a {
    color: #4158A7;
    font-family: 'Satoshi-Bold';
    border-bottom: 1px solid;
}

.model-1 .row .row {
    align-items: center;
}

.model-1 .desc-1 {
    margin-bottom: 50px;
}

.tabs-left li:nth-child(1) {
    border-radius: 10px 0px 0px 0px;
}

.tabs-left li:nth-last-child(1) {border-radius: 0px 0px 0 10px;}
.end-1 .main svg {
    color: #fff;
    font-size: 60px;
    line-height: 60px;
}
.pop-factsheet h3 {
    color: #000;
    font-family: 'bangersregular';
    font-size: 48px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.pop-factsheet h3 span {
    color: #F15B22;
}

.pop-factsheet ul {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

.pop-factsheet ul li {
    max-width: 12.285%;
    flex: 0 0 14.285%;
    padding: 15px;
}

.pop-factsheet ul li .main {
    border-radius: 20px;
    border: 1px solid #D8D8D8;
    background: #FFF;
    box-shadow: 0px 4px 34.8px 0px rgba(0, 0, 0, 0.10);
    background: #fff;
    text-align: center;
    padding: 15px;
    position: relative;
    transition: .5s;
}

.pop-factsheet ul li .main .pic {
    height: 200px;
    width: 100%;
}

.pop-factsheet ul li .main .pic img {width: 100%;height: 100%;object-fit: contain;object-position: center;}

.pop-factsheet ul li .main  .title h4 {
    color: #000;
    font-family: 'Satoshi-Bold';
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    min-height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.pop-factsheet ul li .main:hover {
    border-color: #F15B22;
}
.pop-factsheet ul li .main:after {
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    margin: auto;
    background: url(images/check-icon.png) no-repeat;
    background-position: center;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .5s;
    opacity: 0;
}
.pop-factsheet ul li .main:hover:after {
    opacity: 1;
}
.map-1 .more-btn {
    padding: 0;
    margin-left: 0;
    list-style: none;
    text-align: center;
    order: 1;
}

.map-1 .more-btn li {
    display: inline-block;
    margin-right: 15px;
}

.map-1 .more-btn li:nth-last-child(1) a {
    background: #F15B22;
    border-color: #F15B22;
}
body {font-family:Roboto, sans-serif; font-size:12px;}
label  {display:block;}
input[type='text'] {width:100%; font-size:10px; font-size:1.5em; padding:5px 10px; }
.sticky {position:sticky; top:10px;}
h3 {margin-top:30px;}

.alphabet {display:block;width: 100%;border-radius: 18px;background: #FFF;/* box-shadow: 0px 4px 47.3px 0px rgba(0, 0, 0, 0.10); */margin: 20px auto;padding: 15px;border: 1px solid rgb(0 0 0 / 10%);}
.alphabet button {
  font: inherit;
  color: currentColor;
  cursor: pointer;
  display: inline-block;
  position: relative;
  width:40px;
  height:40px;
  line-height:40px;
  font-size:20px;
  margin: 0 10px 10px 0;
  border:1px #000 solid;
  background: #EEE;
  padding:0;
  box-shadow:0;
  transition:all 0.3s ease-in-out;
  outline:0;
  margin-bottom: 0;
}
.alphabet:focus {outline:0;}
.alphabet button:hover {} 
.alphabet button.active {background-color: #E5126D;font-weight:bold;color:#FFF;box-shadow:0px 0px 0px 2px #FFF inset;border: 0;}

.glossario {display:block; width:100%; clear:both;}
.glossario .letter {display:none; width:100%; clear:both; text-align:justify; padding-bottom:30px;}
.glossario .letter.active {display:block;}
.glossario h3 {/* font-size:16px; */font-weight:300;text-transform:uppercase;margin-bottom:5px;}
.glossario h3.found {font-family: 'Satoshi-Bold' !important;text-decoration: underline;}
.glossario span.found {background-color:red;}


.page-template-glossary-page .inner-banner {
}
.sticky {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1;
  }
  .fixed {
    position: fixed;
    top: 0;
    width: 19%;
  }
  .section-glossory .col-lg-4.col-md-6 {
    position: relative;
    overflow: hidden;
}
.section_3 .more li {
    display: inline-block;
    margin-right: 5px;
}
section.section:before {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    width: 337px;
    height: 500px;
    background: url(images/s1-before.png) no-repeat;
    background-size: cover;
    background-position: center;
    opacity: .1;
}
.section-glossory .desc h2 {
    color: #000;
    text-align: center;
    font-family: 'bangersregular';
    font-size: 100px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.section-glossory .desc  p {
    color: #000;
    text-align: center;
    font-family: 'Satoshi-Medium';
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin: 15px auto;
}

.section-glossory input {
    border: 1px solid rgb(0 0 0 / 40%);
    padding: 5px 15px;
    border-radius: 5px;
}

.section-glossory label {
    color: #000;
    font-family: 'Satoshi-Medium';
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.alphabet button {
    color: #FFF;
    font-family: 'Satoshi-Medium';
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 18px; /* 112.5% */
    border-radius: 49px;
    color: #E5126D;
    border: none;
    background: transparent;
}
.glossario .letter {
    border-radius: 15px;
    border: 1px solid #D8D8D8;
    background: #FFF;
    box-shadow: 0px 4px 34.8px 0px rgba(0, 0, 0, 0.10);
    padding: 25px;
}

.glossario .letter h3 {
    color: #E5126D;
    font-family: 'Satoshi-Medium';
    font-size: 22px;
    font-style: normal;
    line-height: normal;
}

.glossario .letter p, .glossario .letter li {
    color: #000;
    font-family: 'Satoshi-Medium';
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}
.page-template-maps-main-php .inner-banner {
    display: none;
}
.map-1 .headline h1 {
    color: #000;
    text-align: center;
    font-size: 70px;
    font-style: normal;
    font-weight: 400;
    line-height: 70px;
    font-family: 'bangersregular';
    margin: 0 auto 0px;
    width: 100%;
}
.section_3 .more li:nth-child(1) a {
    background: #3E56A6;
    border-color: #3E56A6;
}
.map-1 .headline  p {
    color: #000;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    width: 100%;
    margin: 15px auto;
    text-align: left;
}
.map-1 .headline p a {
    font-family: 'Satoshi-Bold';
    color: #3E56A6;
    text-decoration: underline;
}
.site_banner .desc p a {
    font-family: 'Satoshi-Bold';
    color: #fff;
    text-decoration: underline;
}
.list-metrics .headline p {
    color: #000;
    text-align: justify;
    font-size: 16px;
    font-style: normal;
    line-height: normal;
    font-family: 'Satoshi-Medium';
    line-height: 32px;
}

.list-metrics .headline p a {
    font-family: 'Satoshi-Bold';
    color: #4158A7;
    text-decoration: underline;
}
.state .more.more-2 {
    margin-top: -60px;
    margin-bottom: 50px;
}

.state .more.more-2 a {
    background: #4158A7;
    border-color: #4158A7;
    color: #fff;
}
.section_3 .container {
    width: 1190px;
}
.section_7 .row {
    justify-content: center;
}
#back-top > a {
    z-index: 9;
}
.page-template-live-tracking .inner-banner {
    display: none;
}
.live-track- .head-main {
    flex-direction: row;
}
.live-track- ul.more-btn {
    text-align: center;
    max-width: 100%;
    flex: 0 0 100%;
}
.live-track- ul.more-btn {
    order: inherit;
    margin: 25px auto;
}
.main-sec1 .iframe {
    margin: 25px auto;
    text-align: center;
    border-radius: 25px;
    background: #FFF;
    padding: 25px;
    box-shadow: 0px 40px 138px 0px rgba(0, 0, 0, 0.10);
    position: relative;
    z-index: 1;
}

.main-sec1 .desc h3 {
    color: #000;
    font-size: 40px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    font-family: 'bangersregular';
    text-align: left;
    line-height: 45px;
}

.main-sec1 .desc  p {
    color: #000;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    width: 100%;
    margin: 15px auto;
    text-align: left;
    width: 100%;
    text-align: left;
    margin: 15px auto;
}

.live-track2 {
    padding: 0px 0 80px;
}

.live-track2 .row {
    padding: 15px 0;
}

.main-sec1 .desc.note p {color: #000;font-size: 16px;font-style: normal;line-height: normal;margin: 15px auto;}

.main-sec1 .desc p a {
    color: #3E56A6;
    text-decoration: underline !important;
    font-family: 'Satoshi-Bold' !important;
}
.live-track2 hr {
    padding: 25px 0 0;
    margin: 35px auto 0;
    border-top: 1px solid rgb(0 0 0 / 20%) !important;
}
.live-track- {
    padding-bottom: 0;
}
.single-livetracking .inner-banner {
    display: none;
}
.list-metrics a.col-md-6-link h3 {
    color: #fff;
    font-family: 'Satoshi-Medium';
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin-top: 0;
    transition: .5s;
    line-height: 25px;
    text-align: center;
    margin: auto;
}

.list-metrics .col-md-3 {
    border-radius: 20px;
    border: 1px solid rgba(0, 0, 0, 0.20);
    background: #FFF;
    margin: 15px auto;
    width: 31%;
    padding: 10px;
    margin: 15px;
    background: #4158A7;
}
.menu-header ul ul li.menu-item-has-children:hover>a {
    color: #E5126D !important;
}

.mouse .men a {
    display: flex;
    justify-content: center;
    margin-bottom: 50px;
    align-items: center;
    background-color: deeppink;
    color: white;
    max-width: fit-content;
    margin: 0 auto 50px auto;
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    line-height: normal;
    border-radius: 15px;
    font-family: 'Satoshi-Bold';
    background: #F15B22;
    padding: 15px 30px;
    border: 1px solid #F15B22;
    transition: .5s;
}


.search .inner-banner {
    display: none;
}
.section_7 form#searchform {
    display: flex;
    flex-wrap: wrap;
    margin: 15px auto;
}

.section_7 form#searchform input#s {
    width: 80%;
    border-radius: 15px;
    border: 1px solid #D8D8D8;
    background: #FFF;
    box-shadow: 0px 4px 34.8px 0px rgba(0, 0, 0, 0.10);
    padding: 13px;
    font-size: 15px;
    line-height: 25px;
}
.section_7 form#searchform  input#searchsubmit {
    border-radius: 15px;
    border: 1px solid #D8D8D8;
    background: #FFF;
    box-shadow: 0px 4px 34.8px 0px rgba(0, 0, 0, 0.10);
    padding: 13px;
    font-size: 15px;
    line-height: 25px;
    margin-left: 15px;
    padding: 0 40px;
    width: auto;
    background: #4158A7;
    color: #fff;
}
.model-1 .sec-faq .set a {
    padding: 0 10px;
    color: #fff !important;
    text-decoration: none;
    display: block;
    color: #F15B22;
    font-family: 'Satoshi-Medium';
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    border-radius: 20px -10px 0px 20px;
    background: #4158A7;
    padding: 15px;
    border-bottom: 1px solid;
}

.model-1 .sec-faq .set {
    padding: 0;
    border: none;
}
.model-1 .sec-faq .set p a {
    display: inline-block;
    margin: 19px;
    /* text-align: center; */
    width: auto;
    background: #F15B22;
    width: auto;
    color: #FFF !important;
    font-family: 'Satoshi-Medium' !important;
    font-size: 16px !important;
    font-style: normal !important;
    font-weight: 700 !important;
    line-height: normal !important;
    border-radius: 15px !important;
    padding: 15px 30px !important;
    transition: 0.5s !important;
    border: 2px solid #F15B22 !important;
    /* width: auto !important; */
    /* display: block; */
    margin-top: 0px;
}
.theory-2:before, .theory-2:after {
    height: 0;
    width: 0;
}

.theory-2 .pic img {
    display: none;
}
.model-1 .sec-faq .set .desc li a, .model-1 .sec-faq .set .desc p a {
    background: transparent;
    color: #4158A7 !important;
    border: none;
    padding: 0;
    display: initial;
    font-family: 'Satoshi-Medium';
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-decoration: underline;
    border: none !important;
}
/* V2.2 changes */

/* Make banner content for visible privacy page 1662 */

/* Force site_banner to white and remove overlays */
.page-id-1662 .site_banner,
.page-id-1662 .site_banner::before,
.page-id-1662 .site_banner::after,
.page-id-1662 .site_banner * {
    background-color: #ffffff !important;
    background: #ffffff !important;
    background-image: none !important;
    position: static !important;   /* resets absolute/flex positioning */
    z-index: auto !important;      /* ensure content is on top */
    display: block !important;     /* fixes hidden/flex issues */
}

/* Hide the duplicate page content underneath */
.page-id-1662 #content,
.page-id-1662 .site-content {
    display: none !important;
}

/* Optional: adjust padding for the banner */
.page-id-1662 .site_banner {
    padding: 40px 20px !important;
    max-width: 800px;  /* optional, keeps content readable */
    margin: 0 auto;
}

/* Make banner content for visible terms page 1666 */
.page-id-1666 .site_banner,
.page-id-1666 .site_banner * {
    position: static !important;
    z-index: auto !important;
    display: block !important;
    background: #000000 !important;
    background-image: none !important;
}