:root {/*39c9a7*/
    --bs-blue: #0d6efd;
    --bs-indigo: #6610f2;
    --bs-purple: #6f42c1;
    --bs-pink: #d63384;
    --bs-red: #dc3545;
    --bs-orange: #fd7e14;
    --bs-yellow: #ffc107;
    --bs-green: #198754;
    --bs-teal: #20c997;
    --bs-cyan: #0dcaf0;
    --bs-white: #fff;
    --bs-gray: #6c757d;
    --bs-gray-dark: #343a40;
    --bs-primary: #0d6efd;
    --bs-secondary: #6c757d;
    --bs-success: #198754;
    --bs-info: #0dcaf0;
    --bs-warning: #ffc107;
    --bs-danger: #dc3545;
    --bs-light: #f8f9fa;
    --bs-dark: #212529;
    --font-family-sans-serif:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
    --font-family-monospace:SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;
    /* --bs-font-sans-serif: system-ui,-apple-system,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans","Liberation Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
    --bs-font-monospace: SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace; */
    --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));

    --tw-shadow: 0 0 #0000;
    --tw-ring-offset-shadow: 0 0 #0000;
    --tw-ring-shadow: 0 0 #0000;
    --tw-ring-offset-width: 0px;
    --tw-ring-offset-color: #fff;
    --tw-ring-color: rgba(59, 130, 246, .5);
}

*, ::after, ::before {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
    border-width: 0;
    border-style: solid;
    --tw-border-opacity: 1;
    border-color:rgba(229,231,235,var(--tw-border-opacity))
}

@media (prefers-reduced-motion:no-preference) {
	:root {
		scroll-behavior: smooth;
	}
}

/* body {
    margin: 0;
    font-family: var(--bs-font-sans-serif);
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: transparent;
} */

html {
    -webkit-font-smoothing: antialiased;
}

body {
    margin: 0;
    font-family: 'Roboto', sans-serif;/* Nunito 'Rubik', sans-serif*/
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #646464;
    text-align: left;
    background-color: #fff
}
    
[tabindex="-1"]:focus {
    outline: 0!important
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible
}
/* h1, h2, 
h3, h4, 
h5,h6 {
    font-weight: 600;
    color: #3e365b;
    margin-top: 0;
    margin-bottom: .5rem;
}

h1 {
    font-size: 1.5rem;
}

.hero__content h2 {
    margin-bottom: 20px;
}

h2.h2-sm {
    font-size: 3.25rem;
}

p {
    margin-top: 0;
    margin-bottom: 1rem;
}

abbr[data-original-title], 
abbr[title] {
    text-decoration: underline;
    -webkit-text-decoration: underline dotted; 
    text-decoration: underline dotted;
    cursor: help; 
    border-bottom: 0;
    -webkit-text-decoration-skip-ink: none;
    text-decoration-skip-ink: none;
}

address {
    font-style: normal;
    line-height: inherit;
}

address,dl,
ol,ul {
    margin-bottom: 1rem;
}

dl,ol,ul{
    margin-top: 0;
}

ol ol, ol ul, 
ul ol, ul ul {
    margin-bottom: 0;
}

dt {
    font-weight: 700;
}

a:hover {
    --tw-text-opacity: 1;
    color:rgba(49,187,174,var(--tw-text-opacity));
}

img {
    max-width: 100%;
    height: auto;
}

img, video {
    max-width: 100%;
    height: auto;
}

img, svg, video, 
canvas, audio, iframe, 
embed, object {
    display: block;
    /* vertical-align: middle; */
/*}

img {
    border-style: solid;
}

a {
    text-decoration: none;
    transition: color .2s ease-in-out;
    --tw-text-opacity: 1;
    color: rgba(43,43,43,var(--tw-text-opacity));
} */

/*------------------------------------------*/
/*  SPACING & INDENTS
/*------------------------------------------*/
.wide-100 { padding-top: 100px; padding-bottom: 100px; }
.wide-90 { padding-top: 100px; padding-bottom: 90px; }
.wide-80 { padding-top: 100px; padding-bottom: 80px; }
.wide-70 { padding-top: 100px; padding-bottom: 70px; }
.wide-60 { padding-top: 100px; padding-bottom: 60px; }
.wide-50 { padding-top: 100px; padding-bottom: 50px; }
.wide-40 { padding-top: 100px; padding-bottom: 40px; }
.wide-30 { padding-top: 100px; padding-bottom: 30px; }
.wide-20 { padding-top: 100px; padding-bottom: 20px; }

/*------------------------------------------*/
/*  Margin Top
/*------------------------------------------*/
.mt-100 { margin-top: 100px; }
.mt-95 { margin-top: 95px; }
.mt-90 { margin-top: 90px; }
.mt-85 { margin-top: 85px; }
.mt-80 { margin-top: 80px; }
.mt-75 { margin-top: 75px; }
.mt-70 { margin-top: 70px; }
.mt-65 { margin-top: 65px; }
.mt-60 { margin-top: 60px; }
.mt-55 { margin-top: 55px; }
.mt-50 { margin-top: 50px; }
.mt-45 { margin-top: 45px; }
.mt-40 { margin-top: 40px; }
.mt-35 { margin-top: 35px; }
.mt-30 { margin-top: 30px; }
.mt-25 { margin-top: 25px; }
.mt-20 { margin-top: 20px; }
.mt-15 { margin-top: 15px; }
.mt-10 { margin-top: 10px; }
.mt-5 { margin-top: 5px!important; }
.mt-0 { margin-top: 0; }

/*------------------------------------------*/
/*  Margin Top Inverse
/*------------------------------------------*/
.mt-inverse-150 { margin-top: -150px; }
.mt-inverse-140 { margin-top: -140px; }
.mt-inverse-130 { margin-top: -130px; }
.mt-inverse-120 { margin-top: -120px; }
.mt-inverse-110 { margin-top: -110px; }
.mt-inverse-100 { margin-top: -100px; }
.mt-inverse-90 { margin-top: -90px; }
.mt-inverse-80 { margin-top: -80px; }
.mt-inverse-70 { margin-top: -70px; }
.mt-inverse-60 { margin-top: -60px; }
.mt-inverse-50 { margin-top: -50px; }
.mt-inverse-40 { margin-top: -40px; }
.mt-inverse-30 { margin-top: -30px; }
.mt-inverse-20 { margin-top: -20px; }

/*------------------------------------------*/
/*  Margin Bottom
/*------------------------------------------*/
.mb-100 { margin-bottom: 100px; }
.mb-95 { margin-bottom: 95px; }
.mb-90 { margin-bottom: 90px; }
.mb-85 { margin-bottom: 85px; }
.mb-80 { margin-bottom: 80px; }
.mb-75 { margin-bottom: 75px; }
.mb-70 { margin-bottom: 70px; }
.mb-65 { margin-bottom: 65px; }
.mb-60 { margin-bottom: 60px; }
.mb-55 { margin-bottom: 55px; }
.mb-50 { margin-bottom: 50px; }
.mb-45 { margin-bottom: 45px; }
.mb-40 { margin-bottom: 40px; }
.mb-35 { margin-bottom: 35px; }
.mb-30 { margin-bottom: 30px; }
.mb-25 { margin-bottom: 25px; }
.mb-20 { margin-bottom: 20px; }
.mb-15 { margin-bottom: 15px; }
.mb-10 { margin-bottom: 10px; }
.mb-5 { margin-bottom: 5px!important; }
.mb-0 { margin-bottom: 0; }

/*------------------------------------------*/
/*  Margin Left
/*------------------------------------------*/
.ml-100 { margin-left: 100px; }
.ml-95 { margin-left: 95px; }
.ml-90 { margin-left: 90px; }
.ml-85 { margin-left: 85px; }
.ml-80 { margin-left: 80px; }
.ml-75 { margin-left: 75px; }
.ml-70 { margin-left: 70px; }
.ml-60 { margin-left: 60px; }
.ml-55 { margin-left: 55px; }
.ml-50 { margin-left: 50px; }
.ml-45 { margin-left: 45px; }
.ml-40 { margin-left: 40px; }
.ml-35 { margin-left: 35px; }
.ml-30 { margin-left: 30px; }
.ml-25 { margin-left: 25px; }
.ml-20 { margin-left: 20px; }
.ml-15 { margin-left: 15px; }
.ml-10 { margin-left: 10px; }
.ml-5 { margin-left: 5px!important; }

/*------------------------------------------*/
/*  Margin Right
/*------------------------------------------*/
.mr-100 { margin-right: 100px; }
.mr-95 { margin-right: 95px; }
.mr-90 { margin-right: 90px; }
.mr-85 { margin-right: 85px; }
.mr-80 { margin-right: 80px; }
.mr-75 { margin-right: 75px; }
.mr-70 { margin-right: 70px; }
.mr-65 { margin-right: 65px; }
.mr-60 { margin-right: 60px; }
.mr-55 { margin-right: 55px; }
.mr-50 { margin-right: 50px; }
.mr-45 { margin-right: 45px; }
.mr-40 { margin-right: 40px; }
.mr-35 { margin-right: 35px; }
.mr-30 { margin-right: 30px; }
.mr-25 { margin-right: 25px; }
.mr-20 { margin-right: 20px; }
.mr-15 { margin-right: 15px; }
.mr-10 { margin-right: 10px; }
.mr-5 { margin-right: 5px!important; }

/*------------------------------------------*/
/*  Padding Top
/*------------------------------------------*/
.pt-170 { padding-top: 170px; }
.pt-100 { padding-top: 100px; }
.pt-95 { padding-top: 95px; }
.pt-90 { padding-top: 90px; }
.pt-85 { padding-top: 85px; }
.pt-80 { padding-top: 80px; }
.pt-75 { padding-top: 75px; }
.pt-70 { padding-top: 70px; }
.pt-65 { padding-top: 65px; }
.pt-60 { padding-top: 60px; }
.pt-55 { padding-top: 55px; }
.pt-50 { padding-top: 50px; }
.pt-45 { padding-top: 45px; }
.pt-40 { padding-top: 40px; }
.pt-35 { padding-top: 35px; }
.pt-30 { padding-top: 30px; }
.pt-25 { padding-top: 25px; }
.pt-20 { padding-top: 20px; }
.pt-15 { padding-top: 15px; }
.pt-10 { padding-top: 10px; }
.pt-5 { padding-top: 5px!important; }

/*------------------------------------------*/
/*  Padding Bottom
/*------------------------------------------*/
.pb-200 { padding-bottom: 200px; }
.pb-190 { padding-bottom: 190px; }
.pb-180 { padding-bottom: 180px; }
.pb-170 { padding-bottom: 170px; }
.pb-160 { padding-bottom: 160px; }
.pb-150 { padding-bottom: 150px; }
.pb-100 { padding-bottom: 100px; }
.pb-95 { padding-bottom: 95px; }
.pb-90 { padding-bottom: 90px; }
.pb-85 { padding-bottom: 85px; }
.pb-80 { padding-bottom: 80px; }
.pb-75 { padding-bottom: 75px; }
.pb-70 { padding-bottom: 70px; }
.pb-65 { padding-bottom: 65px; }
.pb-60 { padding-bottom: 60px; }
.pb-55 { padding-bottom: 55px; }
.pb-50 { padding-bottom: 50px; }
.pb-45 { padding-bottom: 45px; }
.pb-40 { padding-bottom: 40px; }
.pb-35 { padding-bottom: 35px; }
.pb-30 { padding-bottom: 30px; }
.pb-25 { padding-bottom: 25px; }
.pb-20 { padding-bottom: 20px; }
.pb-15 { padding-bottom: 15px; }
.pb-10 { padding-bottom: 10px; }
.pb-5 { padding-bottom: 5px!important; }

/*------------------------------------------*/
/*  Padding Left
/*------------------------------------------*/
.pl-100 { padding-left: 100px; }
.pl-95 { padding-left: 95px; }
.pl-90 { padding-left: 90px; }
.pl-85 { padding-left: 85px; }
.pl-80 { padding-left: 80px; }
.pl-75 { padding-left: 75px; }
.pl-70 { padding-left: 70px; }
.pl-65 { padding-left: 65px; }
.pl-60 { padding-left: 60px; }
.pl-55 { padding-left: 55px; }
.pl-50 { padding-left: 50px; }
.pl-45 { padding-left: 45px; }
.pl-40 { padding-left: 40px; }
.pl-35 { padding-left: 35px; }
.pl-30 { padding-left: 30px; }
.pl-25 { padding-left: 25px; }
.pl-20 { padding-left: 20px; }
.pl-15 { padding-left: 15px; }
.pl-10 { padding-left: 10px; }
.pl-5 { padding-left: 5px!important; }

/*------------------------------------------*/
/*  Padding Right
/*------------------------------------------*/
.pr-100 { padding-right: 100px; }
.pr-95 { padding-right: 95px; }
.pr-90 { padding-right: 90px; }
.pr-85 { padding-right: 85px; }
.pr-80 { padding-right: 80px; }
.pr-75 { padding-right: 75px; }
.pr-70 { padding-right: 70px; }
.pr-65 { padding-right: 65px; }
.pr-60 { padding-right: 60px; }
.pr-55 { padding-right: 55px; }
.pr-50 { padding-right: 50px; }
.pr-45 { padding-right: 45px; }
.pr-40 { padding-right: 40px; }
.pr-35 { padding-right: 35px; }
.pr-30 { padding-right: 30px; }
.pr-25 { padding-right: 25px; }
.pr-20 { padding-right: 20px; }
.pr-15 { padding-right: 15px; }
.pr-10 { padding-right: 10px; }
.pr-5 { padding-right: 5px!important; }

/*------------------------------------------*/
/*  Padding Centered
/*------------------------------------------*/
.pc-70 { padding-right: 70px; padding-left: 70px; } 
.pc-65 { padding-right: 65px; padding-left: 65px; } 
.pc-60 { padding-right: 60px; padding-left: 60px; } 
.pc-55 { padding-right: 55px; padding-left: 55px; } 
.pc-50 { padding-right: 50px; padding-left: 50px; } 
.pc-45 { padding-right: 45px; padding-left: 45px; } 
.pc-40 { padding-right: 40px; padding-left: 40px; }
.pc-35 { padding-right: 35px; padding-left: 35px; }
.pc-30 { padding-right: 30px; padding-left: 30px; }
.pc-25 { padding-right: 25px; padding-left: 25px; }
.pc-20 { padding-right: 20px; padding-left: 20px; }
.pc-15 { padding-right: 15px; padding-left: 15px; }
.pc-10 { padding-right: 10px; padding-left: 10px; }

/*------------------------------------------*/
/*  BACKGROUND SETTINGS
/*------------------------------------------*/
.rel { 
    position: relative!important; 
    z-index: 3; 
}

.bg-fixed,
.bg-scroll {
    width: 100%;
    background-repeat: no-repeat;
    background-position: center center;   
    background-size: cover;
}

.bg-scroll { background-attachment: fixed!important; }

/*------------------------------------------*/
/*  Background Colors
/*------------------------------------------*/
.bg-dark { background-color: #282B38!important; }
.bg-deepdark { background-color: #222d3d; }
.bg-white { background-color: #fff!important; }
.bg-lightgrey { background-color: #f6f7f8; }
.bg-grey { background-color: #f3f4f5; }
.bg-whitesmoke { background-color: #f4f4f9; }
.bg-lavender { background-color: #ecf1f4; }
.bg-snow { background-color: #fbfbfd; }
.bg-blue { background-color: #0f53fa; }
.bg-indigo { background-color: #62147e; }
.bg-skyblue { background-color: #0195ff; }
.bg-stateblue { background-color: #6064e3; }
.bg-green { background-color: #0fbc49; }
.bg-magenta { background-color: #562d57; }
.bg-orange-red { background-color: #ff523d; }
.bg-pink { background-color: #eb1561; }
.bg-plum { background-color: #e8daf5; }
.bg-purple { background-color: #6a26da; }
.bg-red { background-color: #f6412d; }
.bg-salmon { background-color: #ff523d; }
.bg-violet { background-color: #9400d3; }
.bg-violet-red { background-color: #c73e9b; }
.bg-deepyellow { background-color: #ffa755; }

/*------------------------------------------*/
/*  Transparent Background Colors
/*------------------------------------------*/
.bg-tra { background-color: transparent; border: 1px solid #aaa;  }
.bg-tra-dark { background-color: rgba(10, 10, 10, .15); }
.bg-tra-white { background-color: rgba(255, 255, 255, .15); }
.bg-tra-grey { background-color: rgba(17, 36, 70, .04); }
.bg-tra-blue { background-color: rgba(37, 138, 255, .08); } 
.bg-tra-skyblue { background: rgba(13, 135, 231, .08); }
.bg-tra-green { background-color: rgba(15, 188, 73, .08); }
.bg-tra-orange { background: rgba(255, 107, 15, .08); }
.bg-tra-purple { background-color: rgba(106, 38, 218, .08); }
.bg-tra-teal { background: rgba(0, 128, 128, .08); }
.bg-tra-red { background-color: rgba(240, 64, 55, .08); } 
.bg-tra-paleviolet { background: rgba(199, 62, 155, .08); }
.bg-tra-salmon { background-color: rgba(255, 82, 61, .08); } 
.bg-tra-violet { background: rgba(148, 0, 211, .08); }
.bg-tra-yellow { background: rgba(255, 179, 12, .08); }

/*------------------------------------------*/
/*  Gradient Background Colors
/*------------------------------------------*/
.bg-dark-gradient { background-image: linear-gradient(180deg, #1d293f, #282B38); }
.bg-whitesmoke-gradient { background-image: linear-gradient(180deg, rgba(244, 244, 249, .8) 50%, rgba(244, 244, 249, .05) 100%); }
.bg-lavender-gradient { background-image: linear-gradient(180deg, rgba(236, 241, 244, .5) 50%, rgba(236, 241, 244, .05) 100%); }
.bg-plum-gradient { background-image: linear-gradient(180deg, rgba(232, 218, 245, .5) 50%, rgba(236, 241, 244, .05) 100%); }
.bg-skyblue-gradient { background: linear-gradient(140deg, #1b78e0, #004899); }
.bg-stateblue-gradient { background-image: linear-gradient(180deg, rgba(65, 62, 101, 1), rgba(76, 72, 119, 1)); }
.bg-purple-gradient { background-image: linear-gradient(-48deg, #8731e8 0%, #4528dc 100%); }

/*------------------------------------------*/
/*  Image Background
/*------------------------------------------*/
.bg-01, .bg-02, .bg-03, .bg-04, 
.bg-05, .bg-06, .bg-07, .bg-08 {
  background-repeat: no-repeat;
  background-position: center center;   
  background-size: cover;
  background-attachment: fixed!important;
}

.bg-01 { background-image: url(../images/bg-01.jpg); }
.bg-02 { background-image: url(../images/bg-02.jpg); }
.bg-03 { background-image: url(../images/bg-03.jpg); }
.bg-04 { background-image: url(../images/bg-04.jpg); }
.bg-05 { background-image: url(../images/bg-05.jpg); }
.bg-06 { background-image: url(../images/bg-06.jpg); }
.bg-07 { background-image: url(../images/bg-07.jpg); }
.bg-08 { background-image: url(../images/bg-08.jpg); }

/* ==========================================================================
  02. TYPOGRAPHY
  =========================================================================== */

/*------------------------------------------*/
/*  Heading
/*------------------------------------------*/
h1, h2, h3, h4, h5, h6 {  
    color: #2f353e;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    letter-spacing: -0.75px;
}
.h1, .h2, .h3, .h4, .h5, .h6, 
h1, h2, h3, h4, h5, h6 {
    margin-top: 0;
    margin-bottom: 0.5rem;
    font-weight: 500;
    line-height: 1.2;
}

h4, h5, h6 {  
    line-height: 1.3;
}

/* Heading H6 */
h6.h6-xs { font-size: 1rem; }        /* 16px */
h6.h6-sm { font-size: 1.0625rem; }   /* 17px */
h6.h6-md { font-size: 1.125rem; }    /* 18px */
h6.h6-lg { font-size: 1.1875rem; }   /* 19px */
h6.h6-xl { font-size: 1.25rem; }     /* 20px */

/* Heading H5 */
h5.h5-xs { font-size: 1.3125rem; }  /* 21px */
h5.h5-sm { font-size: 1.375rem; }   /* 22px */
h5.h5-md { font-size: 1.5rem; }     /* 24px */
h5.h5-lg { font-size: 1.625rem; }   /* 26px */
h5.h5-xl { font-size: 1.75rem; }    /* 28px */

/* Heading H4 */
h4.h4-xs { font-size: 1.875rem; }   /* 30px */
h4.h4-sm { font-size: 2rem; }       /* 32px */
h4.h4-md { font-size: 2.125rem; }   /* 34px */
h4.h4-lg { font-size: 2.25rem; }    /* 36px */
h4.h4-xl { font-size: 2.375rem; }   /* 38px */

h3.h3-xs { font-size: 2.5rem; }     /* 40px */
h3.h3-sm { font-size: 2.625rem; }   /* 42px */
h3.h3-md { font-size: 2.75rem; }    /* 44px */
h3.h3-lg { font-size: 2.875rem; }   /* 46px */
h3.h3-xl { font-size: 3rem; }       /* 48px */

/* Heading H2 */
h2.h2-xs { font-size: 3.125rem; }   /* 50px */
h2.h2-sm { font-size: 3.25rem; }    /* 52px */
h2.h2-md { font-size: 3.375rem; }   /* 54px */
h2.h2-lg { font-size: 3.5rem; }     /* 56px */ 
h2.h2-xl { font-size: 3.75rem; }    /* 60px */

h2.h2-title-xs { font-size: 4.0625rem; letter-spacing: -1.5px; } /* 65px */
h2.h2-title-sm { font-size: 4.375rem; letter-spacing: -1.5px; }  /* 70px */
h2.h2-title-md { font-size: 4.6875rem; letter-spacing: -1.5px; } /* 75px */
h2.h2-title-lg { font-size: 5rem; letter-spacing: -1.5px; }      /* 80px */
h2.h2-title-xl { font-size: 5.3125rem; letter-spacing: -1.5px; } /* 85px */

.rtl-direction h5.h5-xs { font-size: 1.5rem; }     /* 24px */
.rtl-direction h5.h5-sm { font-size: 1.625rem; }   /* 26px */
.rtl-direction h5.h5-md { font-size: 1.625rem; }   /* 26px */
.rtl-direction h5.h5-lg { font-size: 1.625rem; }   /* 26px */
.rtl-direction h5.h5-xl { font-size: 1.75rem; }    /* 28px */

.fbox-5 h6, .fbox-5 h5, .fbox-6 h6, .fbox-6 h5, .fbox-7 h6, 
.fbox-7 h5, .fbox-txt-center h6, .fbox-txt-center h5 {
    margin-top: 18px;
    margin-bottom: 10px;
}

/*------------------------------------------*/
/*  PARAGRAPHS
/*------------------------------------------*/
p.p-sm { font-size: 1rem; }       /* 16px */
p { font-size: 1.0625rem; }       /* 17px */
p.p-md { font-size: 1.125rem; }   /* 18px */
p.p-lg { font-size: 1.1875rem; }  /* 19px */
p.p-xl { font-size: 1.25rem; }    /* 20px */

p.p-title-xs { font-size: 1.3125rem; }  /* 21px */
p.p-title-sm { font-size: 1.375rem; }   /* 22px */
p.p-title-md { font-size: 1.4375rem; }  /* 23px */
p.p-title-lg { font-size: 1.5rem; }     /* 24px */
p.p-title-xl { font-size: 1.5625rem; }  /* 25px */

.rtl-direction p.p-md { font-size: 1.25rem; }  
.rtl-direction p.p-lg { font-size: 1.3125rem; } 
.rtl-direction p.p-xl { font-size: 1.375rem; } 

/*------------------------------------------*/
/*  FONT COLOR SETTINGS
/*------------------------------------------*/
.white-color, .white-color h2, .white-color h3, 
.white-color h4, .white-color h5, .white-color h6, 
.white-color p, .white-color a, 
.white-color li, .white-color i, .white-color span, 

.color-white, .color-white h2, .color-white h3, 
.color-white h4, .color-white h5, .color-white h6, 
.color-white p, .color-white a, 
.color-white li, .color-white i, .color-white span  { color: #fff; }

.orange-red-color, .orange-red-color h2, .orange-red-color h3, 
.orange-red-color h4, .orange-red-color h5, .orange-red-color h6, 
.orange-red-color p, .orange-red-color a, 
.orange-red-color li, .orange-red-color i, 
.orange-red-color span, .white-color .orange-red-color { color: #ff523d; }

/*------------------------------------------*/
/*  LINK SETTINGS
/*------------------------------------------*/
a {
    /* color: #6c757d; */
    text-decoration: none;
    -webkit-transition: all 400ms ease-in-out;
    -moz-transition: all 400ms ease-in-out;
    -o-transition: all 400ms ease-in-out;
    -ms-transition: all 400ms ease-in-out;
    transition: all 400ms ease-in-out; 
    --tw-text-opacity: 1;
    color: rgba(43,43,43,var(--tw-text-opacity));
}

a:hover {
    /* color: #666; */
    text-decoration: none;
    --tw-text-opacity: 1;
    color:rgba(49,187,174,var(--tw-text-opacity));
}

.cadetblue-color a:hover { color: #f2f3f4; }

a:focus {
    outline: none;
    text-decoration: none;
}

/*------------------------------------------*/
/*  LISTS
/*------------------------------------------*/
ul {
    margin: 0;
    padding: 0;
    list-style: none;
} 

.bg-color-white { background-color:#fff; }
.bg-color-red { background-color:#f2586b; }

.bg-color-blue {
    background-color:#0174ff;
    background:url(/images/about-shape.svg) no-repeat 50%;
    background-size:contain;
}

.bg-color-blue { background-size: cover; }
.bg-color-dark-blue { background-color:#2a316b; }
.bg-color-lightblue { background-color:#f2f8ff; }
.bg-color-green { background-color:#39c9a7; }
.bg-color-pink { background-color:#fcf3de; }
.bg-color-purple { background-color:#3e365b; }
.color-white { color: #fff!important; }
.color-purple { color:#6e4bec; }
.color-green { color:#39c9a7; }
.color-red { color:#f2586b; }
.color-blue { color:#0174ff; }
.color-body { color:#646464; }

.clearfix::after {
	content: "";
	clear: both;
	display: block;
}

.link-primary { color: #0d6efd; }
.link-primary:focus, .link-primary:hover { color: #0a58ca; }
.link-secondary { color: #6c757d; }
.link-secondary:focus, .link-secondary:hover { color: #565e64; }
.link-light { color: #f8f9fa; }
.link-light:focus, .link-light:hover { color: #f9fafb; }
.link-dark { color: #212529; }
.link-dark:focus, .link-dark:hover { color: #1a1e21;}

.fixed-top {
	position: fixed;
	top: 0;
	right: 0;
	left: 0;
	z-index: 1030;
}

.fixed-bottom {
	position: fixed;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1030;
}

.sticky-top {
	position: -webkit-sticky;
	position: sticky;
	top: 0;
	z-index: 1020;
}

.position-static { position: static!important; }
.position-relative { position: relative!important; }
.position-absolute { position: absolute!important; }
.position-fixed { position: fixed!important;}
.position-sticky {
	position: -webkit-sticky!important;
	position: sticky!important ;
}


.flex { display:flex; }
.flex-wrap { flex-wrap: wrap; }
.direction-row { flex-direction: row!important; }

.display-table { display: table; }
.table-cell { display: table-cell; }
.align-items-center { align-items: center!important; }
.justify-content-center { justify-content: center!important; }

.text-center { text-align: center!important; }

.title-01, .title-02, .title-03 { text-align: center; }

.title-01 p {
    padding: 0 3%;
    margin-top: 20px;
    margin-bottom: 0;
}

p.p-xl { font-size: 1.25rem; }
.title-01 h2 { letter-spacing: -1px; }
	
/* .navbar-nav {
	flex-direction: row 
}
	
.navbar-expand-lg  
.navbar-nav .dropdown-menu {
	position: absolute 
}
	
.navbar-expand-lg  
.navbar-nav .nav-link {
	padding-right: .5rem;
	padding-left: .5rem 
}
	
.navbar-expand-lg  
.navbar-nav-scroll {
	overflow: visible 
}
	
.navbar-expand-lg  
.navbar-collapse {
	display: flex!important;
	flex-basis: auto 
}

.navbar-expand-lg  
.navbar-toggler {
	display: none 
}

.nav {
    display: flex;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none 
}
.nav-link {
    display: block;
    padding: .5rem 1rem;
    color: #0d6efd;
    text-decoration: none;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out 
}

.nav-link:focus,
.nav-link:hover {
    color: #0a58ca 
}
.nav-link.disabled {
    color: #6c757d;
    pointer-events: none;
    cursor: default 
}

.navbar {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	padding-top: .5rem;
	padding-bottom: .5rem 
}
	
.navbar-brand {
	padding-top: .3125rem;
	padding-bottom: .3125rem;
	margin-right: 1rem;
	font-size: 1.25rem;
	text-decoration: none;
	white-space: nowrap 
}
	
.navbar-nav {
	display: flex;
	flex-direction: column;
	padding-left: 0;
	margin-bottom: 0;
	list-style: none 
}
	
.navbar-nav .nav-link {
	padding-right: 0;
	padding-left: 0 
}
.navbar-text {
	padding-top: .5rem;
	padding-bottom: .5rem 
} */
	


/* .top-0 {
	top: 0!important 
}
.top-50 {
	top: 50%!important 
}
.top-100 {
	top: 100%!important 
}
.bottom-0 {
	bottom: 0!important 
}
.bottom-50 {
	bottom: 50%!important 
}
.bottom-100 {
	bottom: 100%!important 
}
.start-0 {
	left: 0!important 
}
.start-50 {
	left: 50%!important 
}
.start-100 {
	left: 100%!important 
}
.end-0 {
	right: 0!important 
}
.end-50 {
	right: 50%!important 
}
.end-100 {
	right: 100%!important 
}*/

.overflow-hidden { overflow: hidden; }

.sub-wrapper {
    margin-right: auto;
    margin-left: auto;
    /* padding-top: 1rem; */
    padding-bottom: 1rem;
    width: 100%;
    max-width: 1140px;
}

.custom-box {
    width: 25%;
    padding: 1rem;
    margin-top: 1rem;
    background-color: transparent;
    --tw-shadow: 0 0 #0000;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),
                var(--tw-ring-shadow, 0 0 #0000),
                var(--tw-shadow);
    background: transparent!important;
    text-align: left;
    color: #212529!important;
}

.custom-box > a {
    text-decoration: none;
    --tw-text-opacity: 1;
    color: rgba(43,43,43,var(--tw-text-opacity));
}


.custom-box > a span:hover {
    --tw-text-opacity: 1;
    color:rgba(49,187,174,var(--tw-text-opacity));
}

.custom-box > ul {
    list-style: none;
    margin-left: 0;
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    border-left-width: 2px;
    /* --tw-text-opacity: 1;
    color: rgba(43,43,43,var(--tw-text-opacity)); */
}

.nav_text {
    /* display: block; */
    font-size: 1.25rem;
    line-height: 1.75rem;
    font-weight: 600;
    --tw-text-opacity: 1;
    color: rgba(43,43,43,var(--tw-text-opacity));
}

.custom-box > ul > li {
    font-size: 1rem;
    line-height: 1.5rem;
    margin-bottom: 1rem;
}

/* .custom-box > ul > li a {
    --tw-text-opacity: 1;
    color: rgba(43,43,43,var(--tw-text-opacity));
} */
.hover\:text-primary:hover{
    --tw-text-opacity: 1;
    color:rgba(49,187,174,var(--tw-text-opacity));
}

.content-box {
    /* position: relative; */
    margin-top: 1rem;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    padding-top: 1rem;
    padding-bottom: 1rem;
}

.dark-image{ display: none; }

.header {
    /* position: relative; */
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9999;
    /* height: 120px; */
    height: auto;
}

.header__main {
    display: table;
    width: 100%;
    height: 60px;
    top: 0;
    left: 0;
    transition: all .2s ease-in-out;
    transform: translateY(0);
    will-change: transform;
}

.header .bounded { height: 100%; }

.header__logo {
    /* position: relative;
    display: table-cell; */
    /* text-align: left;
    vertical-align: middle; */
    width: 200px;
}

.header__logo a {
    /* position: absolute; */
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.header__logo .hide {
    display: none;
}

body.logo-light .header__logo img.main-logo {
    display: none;
}

.header--not-top .header__logo img.main-logo {
    display: block!important;
}

.header__logo img.main-logo {
    display: block;
}

.header__logo img {
    width: 100%;
    height: auto;
}

body.logo-light .header__logo img.alt-logo {
    display: block;
}
/* .header--not-top .header__logo img.alt-logo {
    display: none!important;
}
.header__logo img.alt-logo {
    display: none;
} 

.header--not-top .header__logo img.main-logo{
    display: block!important;
}
.header--not-top .header__logo img.alt-logo{
    display: none!important;
} */

.header--not-top .header__main{
    position:fixed;
    background-color:rgba(255,255,255,.8);
    -webkit-backdrop-filter:saturate(180%) blur(20px);
    backdrop-filter:saturate(180%) blur(20px);
}

/* .header--not-top .header__navigation ul li:after{
    background-color: #62d0bd!important
}
.header--not-top .header__navigation ul li a{
    color:#25242f!important;
}
.header--not-top .header__navigation ul li.app-download a {
    border-color: #818592!important;
}
.header--not-top .header__navigation ul li.app-download a:hover{
    color: #fff!important;
    background-color: #62d0bd;
    border-color: #62d0bd!important;
} */

.header--pinned .header__main{
    top:0
}
/* .header--pinned .header__navigation__dropdown{
    top:120px
} */

.header--top .header__main{
    background-color:transparent;
    border:0;
    box-shadow:none;
    backdrop-filter:none;
    -webkit-backdrop-filter:none;
}

.header__main.header--unpinned {
    background-color: #fff!important;
    padding: 0;
    -webkit-box-shadow: 0 2px 3px rgb(96 96 96 / 10%);
    -moz-box-shadow: 0 2px 3px rgba(96, 96, 96, .1);
    box-shadow: 0 2px 3px rgb(96 96 96 / 10%);
}

/* @media only screen and (min-width: 1260px) { */
.header__main {
    height: 120px;
}

/* .header__navigation {
    display: table-cell!important;
} */

.header--not-top .header{
    height: 70px
}

.header--not-top .header__main{
    height:70px;
    border-bottom:1px solid #eee;
}

.bounded {
    /* position: relative; */
    /* display: table; */
    margin: 0 auto;
    width: 100%;
    max-width: 1140px;
}

.hero .bounded {
    justify-content: space-between;
}

/* .hero {
    padding: 9em 0;
} */

.hero__background {
    display: block;
    /* position: absolute; */
    top: 50%;
    right: 0;
    width: 100%;
    height: 100%;
    content: '';
    z-index: -1;
    transform: translate(0,-50%);
    text-align: center;
}

.hero__content {
    width: 50%;
    font-size: 1.2rem;
    text-align: left;
}
.inner-page-hero {
    padding-top: 150px;
}
/* } */

/* @media only screen and (min-width: 992px) {
    .container {
        max-width: 960px;
    }
}
@media only screen and (min-width: 768px) {
    .container {
        max-width: 720px;
    }
}
@media only screen and (min-width: 576px) {
    .container {
        max-width: 540px;
    }
} */

/* .container-fluid { */
    /* position: relative; */
    /* display: flex; */
    /* flex-wrap: wrap; */
    /* align-items: center;
    justify-content: space-between; */
/* } */

.container, 
.container-fluid, 
.container-lg, 
.container-md, 
.container-sm, 
.container-xl, 
.container-xxl {
    width: 100%;
    max-width: 1140px;
    /* padding-right: var(--bs-gutter-x,.75rem);
    padding-left: var(--bs-gutter-x,.75rem); */
    margin-right: auto;
    margin-left: auto;
    align-items: center;
    justify-content: space-between;
}

/* .header__navigation ul li a {
    display: inline-block;
}  */

/* MAIN SECTION */
.main__content {
    overflow: hidden;
    animation-name: fadeIn;
    animation-duration: 1s;
    transition-timing-function: ease;
    animation-fill-mode: both;
    max-width: 100vw;
    margin-left: auto;
    margin-right: auto;
}
/* 
.main__content {
    margin-top: -120px;
    overflow: hidden;
} */

.hero {
    /* position: relative; */
    background-size: 100%;
    background-position: bottom right;
    background-repeat: no-repeat;
    padding-top: 230px;
    overflow: hidden;
}

.boundless {
    width: 100%;
    margin: auto;
}

/* .hero__content {
    text-align: left;
} */

.hero__image {
    /* position: relative; */
    width: 50%;
    margin: auto;
    /* max-width: 300px; */
    margin-top: 5em;
    text-align: center;
    padding-right: 25px;
    padding-left: 25px;
    /* -webkit-backface-visibility: hidden; */
}

.img-fluid {
    max-width: 100%;
    height: auto;
}

.z-index-10 {
    z-index: 99999;
}

.sub-wrapper > ul{
    list-style: none;
}

.sub-wrapper > ul li {
    width: 25%;
    padding-top: 1rem;
    font-size: 1rem;
    line-height: 1.5rem;
    /* background-color: rebeccapurple; */
}

.sub-wrapper .max-w-header {
    padding-left: 1rem;
    padding-right: 1rem;
}

.sub-wrapper .md\:max-w-none {
    max-width: none;
}

.font-semibold {
    font-weight: 600;
}

.sub-wrapper p,
.sub-wrapper ul li > span {
    text-align: left!important;
    padding-left: 0!important;
    margin-left: 0!important;
}

.sub-wrapper .dark-image { display: none; }
.sub-wrapper .light-image { display: block; }
.pl-3, .px-3 { padding-left: 1rem!important; }
.mt-5, .my-5 { margin-top: 3rem!important; }

/* .row>* {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    margin-top: calc(var(--bs-gutter-y) * -1);
    margin-right: calc(var(--bs-gutter-x) * -.5);
    margin-left: calc(var(--bs-gutter-x) * -.5);
} */

.row > * {
    flex-shrink:0; 
    width:100%; 
    max-width:100%; 
    padding-right:calc(var(--bs-gutter-x) * .5);
    padding-left:calc(var(--bs-gutter-x) * .5);
    margin-top:var(--bs-gutter-y);
}

/* .row-cols-md-1 > * { flex:0 0 auto;width:100%; }
.row-cols-md-2 > * { flex:0 0 auto;width:50%; }
.row-cols-md-3>* { flex:0 0 auto;width:33.3333333333%; }
.row-cols-md-4 > * { flex:0 0 auto;width:25%; }
.row-cols-md-5 > * { flex:0 0 auto;width:20%; }
.row-cols-md-6 > * { flex:0 0 auto;width:16.6666666667%; } */

/*------------------------------------------*/
/*  BUTTON SETTINGS
/*------------------------------------------*/
.btn {
    position: relative;
    padding: 0.6rem 1.6rem;
}

.btn {
    display: inline-block;
    font-weight: 400;
    color: #fff;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    -webkit-transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    -moz-transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    -o-transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    -ms-transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.btn-primary {
    background-image: linear-gradient(90deg,#985dec 0,#6e4bec 40%,#985dec);
    transition: all .3s ease-in-out;
    background-size: 300% 100%;
}

.btn-primary {
    color: #fff;
    background-color: #985dec;
    border-color: #985dec;
}
 
.shape-triangle,
.transform-school-animate {
    position:relative;
    -webkit-animation:right-right .8s linear .8s infinite alternate;
    animation:right-right .8s linear .8s infinite alternate
}

.shape-triangle {
    width:0;
    height:0;
    border-top:5px solid transparent;
    border-left:10px solid #fff;
    border-bottom:5px solid transparent;
    margin-right:4px;
}

.btn {
    position:relative;
    padding:.6rem 1.6rem;
}
.btn small {
    font-size:60%;
}

.btn:hover {
    color:#fff
}
.btn-primary {
    background-image:linear-gradient(90deg,#985dec 0,#6e4bec 40%,#985dec);
    transition:all .3s ease-in-out;
    background-size:300% 100%;
}
.btn-primary:hover {
    background-position:100%;
    box-shadow:0 6px rgba(110,75,236,.3);
}

.btn-green {
    background:#39c9a7;
    box-shadow:0 0 rgba(57,201,167,.3);
}

.btn-green:hover {
    background:#2ca387 #39c9a7;
    box-shadow:0 6px rgba(57,201,167,.3);
}

 .btn-red {
    background:#f2586b;
    box-shadow:0 0 rgba(242,88,107,.3);
}
.btn-red:hover {
    background:#ee2941;
    box-shadow:0 6px rgba(242,88,107,.3);
}

/*------------------------------------------*/
/*  Button Size
/*------------------------------------------*/
.btn.btn-sm {
    font-size: 1rem;
    padding: 13px 30px;
}

.btn.btn-md {
    font-size: 1.125rem;
    padding: 18px 34px;
}

.btn.btn-lg {
    font-size: 1.15rem;
    padding: 20px 36px;
}

.btn.btn-md.btn-transparent { padding: 18px 6px; }
.btn.btn-lg.btn-transparent { padding: 20px 6px; }
  
/*------------------------------------------*/
/*  Button Icon
/*------------------------------------------*/
.btn.ico-left span {
    position: relative;
    top: 1px;
    right: 3px;
}

.btn.ico-right span {
    position: relative;
    top: 1px;
    left: 3px;
}

.btn.ico-20.ico-left span {
    top: 4px;
    right: 6px;
}

/*------------------------------------------*/
/*  Button Color
/*------------------------------------------*/
.btn-transparent {
    padding: 16px 6px;
    background-color: transparent;
    border-color: transparent;
}

.white-color .btn-transparent:hover { color: #fff; }
  
.dark-color.btn.btn-transparent:focus { color: #1d293f!important; }
  
.btn-white, 
.white-color .btn-white {
    color: #1d293f;
    background-color: #fff;
    border-color: #fff!important;
}

.btn-tra-white {
    color: #fff;
    background-color: transparent;
    border-color: #fff!important;
}

.scroll .btn-tra-white {
    color: #1d293f!important;
    background-color: transparent;
    border-color: #1d293f!important;
}

.btn-grey, 
.white-color .btn-grey {
    color: #666;
    background-color: rgba(17, 36, 70, .04);
    border-color: rgba(17, 36, 70, .02)!important;
}

.btn-tra-grey, 
.white-color .btn-tra-grey {
    color: #1d293f;
    background-color: transparent;
    border-color: #ccc!important;
}

.btn-black,
.white-color .btn-black {
    color: #fff;
    background-color: #1d293f;
    border-color: #1d293f;
}

.btn-tra-black,
.white-color .btn-tra-black {
    color: #1d293f;
    background-color: transparent;
    border-color: #1d293f;
}

.btn-blue, 
.scroll .btn-blue, 
.white-color .btn-blue,
.blue-hover:hover, 
.scroll .blue-hover:hover, 
.white-color .blue-hover:hover {
    color: #fff!important;
    background-color: #0f53fa!important;
    border-color: #0f53fa!important;
}

.btn-tra-blue, 
.scroll .btn-tra-blue, 
.white-color .btn-tra-blue,
.tra-blue-hover:hover, 
.scroll .tra-blue-hover:hover, 
.white-color .tra-blue-hover:hover {
    color: #0f53fa!important;
    background-color: transparent!important;
    border-color: #0f53fa!important;
}

.btn-green, 
.scroll .btn-green, 
.white-color .btn-green,
.green-hover:hover, 
.scroll .green-hover:hover, 
.white-color .green-hover:hover {
    color: #fff!important;
    background-color: #0fbc49!important;
    border-color: #0fbc49!important;
}

.btn-tra-green, 
.scroll .btn-tra-green, 
.white-color .btn-tra-green,
.tra-green-hover:hover, 
.scroll .tra-green-hover:hover, 
.white-color .tra-green-hover:hover {
    color: #0fbc49!important;
    background-color: transparent!important;
    border-color: #0fbc49!important;
}

.btn-indigo, 
.scroll .btn-indigo, 
.white-color .btn-indigo,
.indigo-hover:hover, 
.scroll .indigo-hover:hover, 
.white-color .indigo-hover:hover {
    color: #fff!important;
    background-color: #62147e!important;
    border-color: #62147e!important;
}

.btn-tra-indigo, 
.scroll .btn-tra-indigo, 
.white-color .btn-tra-indigo,
.tra-indigo-hover:hover, 
.scroll .tra-indigo-hover:hover, 
.white-color .tra-indigo-hover:hover {
    color: #62147e!important;
    background-color: transparent!important;
    border-color: #62147e!important;
}

.btn-orange-red, 
.scroll .btn-orange-red, 
.white-color .btn-orange-red,
.orange-red-hover:hover, 
.scroll .orange-red-hover:hover, 
.white-color .orange-red-hover:hover {
    color: #fff!important;
    background-color: #ff523d!important;
    border-color: #ff523d!important;
}

.btn-tra-orange-red, 
.scroll .btn-tra-orange-red, 
.white-color .btn-tra-orange-red,
.tra-orange-red-hover:hover, 
.scroll .tra-orange-red-hover:hover, 
.white-color .tra-orange-red-hover:hover {
    color: #ff523d!important;
    background-color: transparent!important;
    border-color: #ff523d!important;
}

.btn-pink, 
.scroll .btn-pink, 
.white-color .btn-pink,
.pink-hover:hover, 
.scroll .pink-hover:hover, 
.white-color .pink-hover:hover {
    color: #fff!important;
    background-color: #eb1561!important;
    border-color: #eb1561!important;
}

.btn-tra-pink, 
.scroll .btn-tra-pink, 
.white-color .btn-tra-pink,
.tra-pink-hover:hover, 
.scroll .tra-pink-hover:hover, 
.white-color .tra-pink-hover:hover {
    color: #eb1561!important;
    background-color: transparent!important;
    border-color: #eb1561!important;
}

.btn-purple, 
.scroll .btn-purple, 
.white-color .btn-purple,
.purple-hover:hover, 
.scroll .purple-hover:hover, 
.white-color .purple-hover:hover {
    color: #fff!important;
    background-color: #6a26da!important;
    border-color: #6a26da!important;
}

.btn-tra-purple, 
.scroll .btn-tra-purple, 
.white-color .btn-tra-purple,
.tra-purple-hover:hover, 
.scroll .tra-purple-hover:hover, 
.white-color .tra-purple-hover:hover {
    color: #6a26da!important;
    background-color: transparent!important;
    border-color: #6a26da!important;
}

.btn-red, 
.scroll .btn-red, 
.white-color .btn-red,
.red-hover:hover, 
.scroll .red-hover:hover, 
.white-color .red-hover:hover {
    color: #fff!important;
    background-color: #f6412d!important;
    border-color: #f6412d!important;
}

.btn-tra-red, 
.scroll .btn-tra-red, 
.white-color .btn-tra-red,
.tra-red-hover:hover, 
.scroll .tra-red-hover:hover, 
.white-color .tra-red-hover:hover {
    color: #f6412d!important;
    background-color: transparent!important;
    border-color: #f6412d!important;
}

.btn-skyblue, 
.scroll .btn-skyblue, 
.white-color .btn-skyblue,
.skyblue-hover:hover, 
.scroll .skyblue-hover:hover, 
.white-color .skyblue-hover:hover {
    color: #fff!important;
    background-color: #0195ff!important;
    border-color: #0195ff!important;
}

.btn-tra-skyblue, 
.scroll .btn-tra-skyblue, 
.white-color .btn-tra-skyblue,
.tra-skyblue-hover:hover, 
.scroll .tra-skyblue-hover:hover, 
.white-color .tra-skyblue-hover:hover {
    color: #0195ff!important;
    background-color: transparent!important;
    border-color: #0195ff!important;
}

.btn-stateblue, 
.scroll .btn-stateblue, 
.white-color .btn-stateblue,
.stateblue-hover:hover, 
.scroll .stateblue-hover:hover, 
.white-color .stateblue-hover:hover {
    color: #fff!important;
    background-color: #6064e3!important;
    border-color: #6064e3!important;
}

.btn-tra-stateblue, 
.scroll .btn-tra-stateblue, 
.white-color .btn-tra-stateblue,
.tra-stateblue-hover:hover, 
.scroll .tra-stateblue-hover:hover, 
.white-color .tra-stateblue-hover:hover {
    color: #6064e3!important;
    background-color: transparent!important;
    border-color: #6064e3!important;
}

.btn-violet, 
.scroll .btn-violet, 
.white-color .btn-violet,
.violet-hover:hover, 
.scroll .violet-hover:hover, 
.white-color .violet-hover:hover {
    color: #fff!important;
    background-color: #9400d3!important;
    border-color: #9400d3!important;
}

.btn-tra-violet, 
.scroll .btn-tra-violet, 
.white-color .btn-tra-violet,
.tra-violet-hover:hover, 
.scroll .tra-violet-hover:hover, 
.white-color .tra-violet-hover:hover {
    color: #9400d3!important;
    background-color: transparent!important;
    border-color: #9400d3!important;
}

.btn-violet-red, 
.scroll .btn-violet-red, 
.white-color .btn-violet-red,
.violet-red-hover:hover, 
.scroll .violet-red-hover:hover, 
.white-color .violet-red-hover:hover {
    color: #fff!important;
    background-color: #c73e9b!important;
    border-color: #c73e9b!important;
}

.btn-tra-violet-red, 
.scroll .btn-tra-violet-red, 
.white-color .btn-tra-violet-red,
.tra-violet-red-hover:hover, 
.scroll .tra-violet-red-hover:hover, 
.white-color .tra-violet-red-hover:hover {
    color: #c73e9b!important;
    background-color: transparent!important;
    border-color: #c73e9b!important;
}

.btn-yellow, 
.scroll .btn-yellow, 
.white-color .btn-yellow,
.yellow-hover:hover, 
.scroll .yellow-hover:hover, 
.white-color .yellow-hover:hover {
    color: #1d293f!important;
    background-color: #ffb30c!important;
    border-color: #ffb30c!important;
}

.btn-tra-yellow, 
.scroll .btn-tra-yellow, 
.white-color .btn-tra-yellow,
.tra-yellow-hover:hover, 
.scroll .tra-yellow-hover:hover, 
.white-color .tra-yellow-hover:hover {
    color: #1d293f!important;
    background-color: transparent!important;
    border-color: #ffb30c!important;
}

/*------------------------------------------*/
/*  Button Hover
/*------------------------------------------*/
.white-hover:hover,
.scroll .white-hover:hover {
    color: #1d293f!important;
    background-color: #fff!important;
    border-color: #fff!important;
}

.tra-white-hover:hover,
.white-color .tra-white-hover:hover {
    color: #fff!important;
    background-color: transparent!important;
    border-color: #fff!important;
}

.scroll .tra-white-hover:hover {
    color: #1d293f!important;
    background-color: transparent!important;
    border-color: #1d293f!important;
}

.dark-menu .scroll .tra-white-hover:hover {
    color: #fff!important;
    background-color: transparent!important;
    border-color: #fff!important;
}

.black-hover:hover,
.scroll .black-hover:hover,
.white-color .black-hover:hover {
    color: #fff!important;
    background-color: #1d293f!important;
    border-color: #1d293f!important;
}

.tra-black-hover:hover,
.scroll .tra-black-hover:hover
.white-color .tra-black-hover:hover {
    color: #1d293f!important;
    background-color: transparent!important;
    border-color: #1d293f!important;
}

.grey-hover:hover,
.scroll .grey-hover:hover {
    color: #1d293f!important;
    background-color: rgba(17, 36, 70, .04)!important;
    border-color: rgba(17, 36, 70, .02)!important;
}

.tra-grey-hover:hover,
.scroll .tra-grey-hover:hover {
    color: #1d293f!important;
    background-color: transparent!important;
    border-color: #ccc!important;
}

/*------------------------------------------*/
/*  Button Focus
/*------------------------------------------*/
.btn:focus {
    color: #fff; 
    -webkit-box-shadow: none;
    box-shadow: none; 
}

.btn.btn-black:focus {
    color: #fff; 
    -webkit-box-shadow: none;
    box-shadow: none; 
}

.btn-grey:focus {
    color: #666; 
    -webkit-box-shadow: none;
    box-shadow: none; 
}

.btn-tra-black:focus, 
.btn.btn-tra-grey:focus {
    color: #333; 
    -webkit-box-shadow: none;
    box-shadow: none; 
}

/*------------------------------------------*/
/*  Rows and Cols Setting
/*------------------------------------------*/
.col { 
    flex: 0 0 auto;
    width: 33.3333333333%;
 }

 .col-lg-6 {
    flex: 0 0 auto;
    width: 50%;
}

.content-section .txt-block.left-column {
    padding-left: 5px;
    padding-right: 20px;
    margin-bottom: 40px;
}

.row-cols-1>* {
    flex: 0 0 auto;
    width: 100%;
}

/* .col {
    flex: 1 0 0%;
} */

.fbox-ico {
    width: 18%;
    display: inline-block!important;
    float: left;
    margin-top: 4px;
    text-align: left;
    color: var(--bs-teal);
}

.fbox-txt {
    width: 82%;
    display: inline-block!important;
}

/*     
.row-cols-auto > * {
    flex:0 0 auto;
    width:auto;
}

.row-cols-1 > * {
    flex:0 0 auto;
    width:100%;
}

.row-cols-2 > * {
    flex:0 0 auto;
    width:50%;
}

.row-cols-3 > * {
    flex:0 0 auto;
    width:33.3333333333%;
}

.row-cols-4 > * {
    flex:0 0 auto;
    width:25%;
}

.row-cols-5 > * {
    flex:0 0 auto;
    width:20%;
}

.row-cols-6 > * {
    flex:0 0 auto;
    width:16.6666666667%;
} */

.col-auto {
    flex:0 0 auto;
    width:auto;
}

.col-1 {
    flex:0 0 auto;
    width:8.33333333%;
}

.col-2 {
    flex:0 0 auto;
    width:16.66666667%;
}

.col-3 {
    flex:0 0 auto;
    width:25%;
}

.col-4 {
    flex:0 0 auto;
    width:33.33333333%;
}

.col-5 {
    flex:0 0 auto;
    width:41.66666667%;
}

.col-6 {
    flex:0 0 auto;
    width:50%;
}

.col-7 {
    flex:0 0 auto;
    width:58.33333333%;
}

.col-8 {
    flex:0 0 auto;
    width:66.66666667%;
}

.col-9 {
    flex:0 0 auto;
    width:75%;
}

.col-10 {
    flex:0 0 auto;
    width:83.33333333%;
}

.col-11 {
    flex:0 0 auto;
    width:91.66666667%;
}

.col-12 {
    flex:0 0 auto;
    width:100%;
}

.offset-1 { margin-left:8.33333333%; }
.offset-2 { margin-left:16.66666667%; }
.offset-3 { margin-left:25%; }
.offset-4 { margin-left:33.33333333%; }
.offset-5 { margin-left:41.66666667%; }
.offset-6 { margin-left:50%; }
.offset-7 { margin-left:58.33333333%; }
.offset-8 { margin-left:66.66666667%; }
.offset-9 { margin-left:75%; }
.offset-10 { margin-left:83.33333333%; }
.offset-11 { margin-left:91.66666667%; }
.g-0, .gx-0 { --bs-gutter-x:0; }
.g-0, .gy-0 { --bs-gutter-y:0; }
.g-1, .gx-1 { --bs-gutter-x:0.25rem; }
.g-1, .gy-1 { --bs-gutter-y:0.25rem; }
.g-2, .gx-2 { --bs-gutter-x:0.5rem; }
.g-2, .gy-2 { --bs-gutter-y:0.5rem; }
.g-3, .gx-3 { --bs-gutter-x:1rem; }
.g-3, .gy-3 { --bs-gutter-y:1rem; }
.g-4, .gx-4 { --bs-gutter-x:1.5rem; }
.g-4, .gy-4 { --bs-gutter-y:1.5rem; }
.g-5, .gx-5 { --bs-gutter-x:3rem; }
.g-5, .gy-5 { --bs-gutter-y:3rem; }


.col-xl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
}

.row>* {
    flex-shrink: 0;
    width: 100%;
    max-width: 100%;
    padding-right: calc(var(--bs-gutter-x) * .5);
    padding-left: calc(var(--bs-gutter-x) * .5);
    margin-top: var(--bs-gutter-y);
}

/*------------------------------------------*/
/*  Features Setting
/*------------------------------------------*/

.fbox-2-wrapper .col, .fbox-5-wrapper .col, .fbox-8-wrapper .col { padding: 0 8px; }
.fbox-7-wrapper { padding-right: 20px; }
.fbox-3, .fbox-4 { padding: 0; }
.fbox-5 { padding: 50px 25px; } 
.fbox-6 { padding: 40px 35px; }
.fbox-7 { padding: 35px 25px; } 

.fbox-txt { padding-left: 8px; }
.fbox-4-wide .fbox-txt { width: 84%; }
.fbox-4-wide .fbox-txt { padding-left: 0; }
.fbox-4-wide .fbox-ico { width: 16%; }
/* .fbox-img { margin-left: 10%; margin-right: 10%; padding: 40px 12% 45px; } */
.fbox-img {
    padding: 40px 18% 30px;
    margin-bottom: 0;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    -o-border-radius: 16px;
    border-radius: 16px;
}

/*------------------------------------------*/
/*  Contents Setting
/*------------------------------------------*/
#content-4 { padding-top: 60px; }
#content-5.mb-40 { margin-bottom: 30px; }
.content-5-wrapper { padding: 90px 55px 50px; }

.content-8 .section-title.mb-75 { margin-bottom: 50px; }

.cbox { margin-right: -14px; }
.cbox.mb-40 { margin-bottom: 30px; }
.cbox-2 { width: 340px; min-width: 340px; padding: 20px 20px; }
.cbox-2.mt-20.mb-30 { margin-top: 10px; }
.cbox-txt { padding-left: 24px; }
.cbox-ico { margin-top: 4px; }

.cbox-4.left-column, .cbox-4.right-column { bottom: -5px; right: 25px; width: 53%; padding: 25px 20px; }
.cbox-4.right-column { left: 25px; right: 0; bottom: -20px; }
.cbox-5 { top: -40px; left: -10px; width: 58%; padding: 25px 20px; }
.cbox-6 { bottom: -10px; right: 15px; width: 58%; padding: 25px 20px; }

.cbox-4 h5, .cbox-5 h5, .cbox-6 h5 { font-size: 1.1rem; padding-right: 5%; }
.cbox-4 p, .cbox-5 p, .cbox-6 p { font-size: 0.95rem; }
.cbox-4 .divider, .cbox-5 .divider, .cbox-6 .divider { margin-top: 15px; margin-bottom: 15px; }
.cbox-4 .btn, .cbox-5 .btn, .cbox-6 .btn { font-size: 0.95rem; padding: 11px 30px; margin-bottom: 8px; }

/*------------------------------------------*/
/*  FLAT ICON Setting
/*------------------------------------------*/
.shape-ico {
    position: relative;
    margin-left: 5px;
    display: inline-block;
}

.ico-65 img {
    width: 65px;
    height: 65px;
}
.ico-bkg {
    position: absolute;
    z-index: -1;
    top: -15px;
    left: -10px;
    transform: rotate(-30deg);
}

img, svg { vertical-align: middle; }

.ico-65 [class*="flaticon-"]:before, .ico-65 [class*="flaticon-"]:after {
    font-size: 4.0625rem;
}

/* span[class^="flaticon-"]:before, span[class*=" flaticon-"]:before {
    font-family: flaticon !important;
    font-style: normal;
    font-weight: normal !important;
    font-variant: normal;
    text-transform: none;
    font-size: 20px;
    line-height: 1!important;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.flaticon-double-click:before {
    content: "\f126";
} */

/*------------------------------------------*/
/*  FOOTER Setting
/*------------------------------------------*/
.footer-section {
    background-color: #233243;
    position: relative;
    overflow: hidden;
    z-index: 9;
}
.footer-section:before {
    content: '';
    position: absolute;
    top: -146%;
    left: -18%;
    width: 44%;
    height: 257%;
    transform: rotate(54deg);
    background-color: rgb(31, 47, 64);
    -webkit-transform: rotate(54deg);
    -moz-transform: rotate(54deg);
    -ms-transform: rotate(54deg);
    -o-transform: rotate(54deg);
    z-index: -10;
}
.footer-section:after {
    position: absolute;
    content: '';
    background-color: rgb(31, 47, 64);
    top: -24%;
    right: 4%;
    width: 26%;
    height: 264%;
    transform: rotate(44deg);
    -webkit-transform: rotate(44deg);
    -moz-transform: rotate(44deg);
    -ms-transform: rotate(44deg);
    -o-transform: rotate(44deg);
    z-index: -10;
}
.footer-top {
    padding-top: 40px;
    padding-bottom: 40px;
}
.footer-top p,
.company-footer-contact-list li { color: #ffffff; }
.company-footer-contact-list { margin-top: 10px; }
.company-footer-contact-list li {
    display: flex;
    display: -webkit-flex;
    align-items: center;
}

.footer-row {
    margin-right: -15px;
    margin-left: -15px;
}

.footer-row > .col-md-6 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
}

.company-footer-contact-list li+li { margin-top: 5px; }
.company-footer-contact-list li i {
    margin-right: 10px;
    font-size: 20px;
    display: inline-block;
}

.footer-top .site-logo {
    margin-bottom: 10px;
    display: block;
    max-width: 170px;
}

.footer-top .site-logo > img {
    max-width: 100%;
    height: auto;
}

.widget {
    width: 100%;
    padding: 0 10px;
}

.widget-title { text-transform: uppercase; }

.footer-top .widget-title {
    font-size: 1.0rem;
    color: #ffffff;
    margin-bottom: 20px;
    font-weight: 500;
}

.footer-link-list li+li { margin-top: 10px; }

.footer-link-list li a {
    color: #ffffff;
    text-transform: capitalize;
    font-family: var(--para-font);
    font-weight: 400;
}

.footer-link-list li a:hover { color: #ffb606; }
.footer-link-list li i { margin-right: 5px; }

.footer-top .small-post-title a {
    font-family: var(--para-font);
    color: #ffffff;
    font-weight: 400;
}

.small-post-item .post-date {
    color: #ffb606;
    margin-bottom: 3px;
    font-family: var(--para-font);
    font-weight: 400;
}

.small-post-list li+li { margin-top: 30px; }
.news-letter-form { margin-top: 15px; }

.news-letter-form input {
    width: 100%;
    padding: 12px 25px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border: none;
}

.news-letter-form input[type="submit"] {
    width: auto;
    border: none;
    background-color: #ffb606;
    padding: 9px 30px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    color: #ffffff;
    margin-top: 10px;
}

.footer-bottom {
    padding: 13px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.149);
}

.copy-right-text { color: #ffffff; }

.copy-right-text a { color: #ffb606; }

.terms-privacy li+li { margin-left: 30px;}

.terms-privacy li a {
    color: #ffffff;
    position: relative;
}
.terms-privacy li a:after {
    position: absolute;
    content: '-';
    color: #ffffff;
    display: inline-block;
    top: 0;
    right: -18px;
}
.terms-privacy li+li a:after { display: none; }

.mobile-header {
    display: none;
}

/*------------------------------------------*/
/*  FOOTER SECTION
/*------------------------------------------*/
.footer-items {
    width: 33.33%;
    padding: 10px 20px;
    box-sizing: border-box;
    color: #fff;
}
/* .footer-section {
    background-color: #233243;
    position: relative;
    overflow: hidden;
    z-index: 9;
}
.footer-section{
	background: #233243;
	box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.12);
	box-sizing: border-box;
	width: 100%;
	text-align: left;
	font: bold 16px sans-serif;
	padding: 55px 50px;
} */

.footer-section .footer-left,
.footer-section .footer-center,
.footer-section .footer-right{
	display: inline-block;
	vertical-align: top;
}

/* Footer left */
.footer-section .footer-left{
	width: 40%;
}

/* The company logo */
.footer-section h3{
	color:  #ffffff;
	font: normal 36px 'Open Sans', cursive;
	margin: 0;
}

.footer-section h3 span{
	color:  lightseagreen;
}

/* Footer links */
.footer-section .footer-links{
	color:  #ffffff;
	margin: 20px 0 12px;
	padding: 0;
}

.footer-section .footer-links a{
	display:inline-block;
	line-height: 1.8;
    font-weight:400;
	text-decoration: none;
	color:  inherit;
}


.footer-section .footer-items i{
	background-color: #2c4057;
    color: #ffffff;
    font-size: 25px;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    text-align: center;
    line-height: 42px;
    margin: 10px 15px;
    vertical-align: middle;
}

.footer-section .footer-items i.fa-envelope{
	font-size: 17px;
	line-height: 38px;
}

.footer-section .footer-items p{
	display: inline-block;
	color: #ffffff;
  font-weight:400;
	vertical-align: middle;
	margin:0;
}

.footer-section .footer-items p span{
	display:block;
	font-weight: normal;
	font-size:14px;
	line-height:2;
}

.footer-section .footer-center p a{
	color:  lightseagreen;
	text-decoration: none;;
}

.footer-section .footer-links a:before {
  content: "|";
  font-weight:300;
  font-size: 20px;
  left: 0;
  color: #fff;
  display: inline-block;
  padding-right: 5px;
}

.footer-section .footer-links .link-1:before {
  content: none;
}

.footer-section .footer-icons{
	margin-top: 25px;
}

.footer-section .footer-icons a{
	display: inline-block;
	width: 35px;
	height: 35px;
	cursor: pointer;
	background-color:  #33383b;
	border-radius: 2px;

	font-size: 20px;
	color: #ffffff;
	text-align: center;
	line-height: 35px;

	margin-right: 3px;
	margin-bottom: 5px;
}

.footer-links li {
    width: auto !important;
    display: block !important;
    vertical-align: top;
    clear: none !important;
    margin: 0;
    padding: 0;
}

.footer-links li p {
    margin-bottom: 8px;
}
p.p-md {
    font-size: 1.125rem;
}

.order-md-2 {
    order: 2!important;
}

.img-block.right-column, 
.txt-block.right-column {
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 40px;
}

