@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800&display=swap');

/* ==========================================================================
  01. GENERAL & BASIC STYLES
  =========================================================================== */

html {
  -webkit-font-smoothing: antialiased;
  font-size: 16px;
}

body {
  font-family: Montserrat, "Rubik", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #000;
  line-height: 1.6666;
  font-weight: 400;
}

.container {
  position: relative;
  z-index: 3;
}

.rtl-direction {
  text-align: right !important;
}

/*------------------------------------------*/
/*  PAGE CONTENT
/*------------------------------------------*/

#page {
  overflow: hidden;
}

/*------------------------------------------*/
/*  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-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, 0.15);
}
.bg-tra-white {
  background-color: rgba(255, 255, 255, 0.15);
}
.bg-tra-grey {
  background-color: rgba(17, 36, 70, 0.04);
}
.bg-tra-blue {
  background-color: rgba(37, 138, 255, 0.08);
}
.bg-tra-skyblue {
  background: rgba(13, 135, 231, 0.08);
}
.bg-tra-green {
  background-color: rgba(15, 188, 73, 0.08);
}
.bg-tra-orange {
  background: rgba(255, 107, 15, 0.08);
}
.bg-tra-purple {
  background-color: rgba(106, 38, 218, 0.08);
}
.bg-tra-teal {
  background: rgba(0, 128, 128, 0.08);
}
.bg-tra-red {
  background-color: rgba(240, 64, 55, 0.08);
}
.bg-tra-paleviolet {
  background: rgba(199, 62, 155, 0.08);
}
.bg-tra-salmon {
  background-color: rgba(255, 82, 61, 0.08);
}
.bg-tra-violet {
  background: rgba(148, 0, 211, 0.08);
}
.bg-tra-yellow {
  background: rgba(255, 179, 12, 0.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, 0.8) 50%,
    rgba(244, 244, 249, 0.05) 100%
  );
}

.bg-lavender-gradient {
  background-image: linear-gradient(
    180deg,
    rgba(236, 241, 244, 0.5) 50%,
    rgba(236, 241, 244, 0.05) 100%
  );
}

.bg-plum-gradient {
  background-image: linear-gradient(
    180deg,
    rgba(232, 218, 245, 0.5) 50%,
    rgba(236, 241, 244, 0.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%);
}

/*------------------------------------------*/
/*  SECTION DIVIDER
/*------------------------------------------*/

.section-divider {
  display: inline-block;
  max-width: 1150px;
  position: relative;
  top: -15px;
  width: 100%;
  border: 0;
  height: 2px;
  background-image: linear-gradient(
    90deg,
    white 0%,
    #f1f1f1 12%,
    #dedede 50%,
    #f4f4f4 88%,
    white 100%
  );
}

.section-divider:before {
  position: absolute;
  content: "";
  display: inline-block;
  width: 30px;
  height: 30px;
  transform: rotate(45deg);
  border-bottom: 2px solid #dedede;
  border-right: 2px solid #dedede;
  top: -14px;
  left: 49%;
  background: #fff;
  z-index: 2;
}

.bg-lightgrey .section-divider:before {
  background: #f6f7f8;
}

hr.divider {
  background-color: transparent;
  background-image: linear-gradient(
    90deg,
    rgba(206, 211, 246, 0) 0,
    #bbb 38%,
    #bbb 64%,
    rgba(206, 211, 246, 0) 99%
  );
  opacity: 0.3;
  margin: 30px 0;
}

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

/*------------------------------------------*/
/*  HEADERS
/*------------------------------------------*/

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #000;
  font-family: Montserrat, "Rubik", sans-serif;
  font-weight: 500;
  letter-spacing: -0.75px;
}

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

/* Header 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 */

/* Header 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 */

/* Header 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 */

/* Header 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 */

/*------------------------------------------*/
/*  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;
}

/*------------------------------------------*/
/*  LINK SETTINGS
/*------------------------------------------*/

a {
  color: #000;
  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;
}

a:hover {
  color: #666;
  text-decoration: none;
}

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

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

/*------------------------------------------*/
/*  LISTS
/*------------------------------------------*/

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

/*------------------------------------------*/
/*  TEXT LIST
/*------------------------------------------*/

.txt-list li i {
  position: relative;
  font-size: 1.05rem;
  line-height: 1.5rem;
  float: left;
  margin-right: 10px;
  top: 2px;
}

.txt-list li p {
  overflow: hidden;
  margin-bottom: 10px;
}

ul.simple-list {
  list-style: disc;
  margin-left: 15px;
}

.rtl-direction ul.simple-list {
  direction: rtl;
  margin-left: 0;
  margin-right: 15px;
}

/*------------------------------------------*/
/*  BUTTON SETTINGS
/*------------------------------------------*/

.btn {
  background-color: transparent;
  color: #fff;
  font-size: 1.1rem;
  line-height: 1;
  font-weight: 500;
  padding: 16px 32px;
  border: 1px solid transparent;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -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;
}

/*------------------------------------------*/
/*  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 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, 0.04);
  border-color: rgba(17, 36, 70, 0.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;
  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;
  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;
  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;
  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;
  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;
  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;
  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;
  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;
  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;
  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;
  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;
  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;
  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;
  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;
  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;
  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;
  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;
  border-color: #6064e3 !important;
}

/* ////////////////////////////////////////////////////////////////////////// */
/*                     CUSTOM BUTTON COLOR SCHEME BONDING                     */
/* ////////////////////////////////////////////////////////////////////////// */

.btn-bonding,
.scroll .btn-bonding,
.white-color .btn-bonding,
.tra-bonding-hover:hover,
.white-color .tra-bonding-hover:hover {
  color: #fff !important;
  background-color: #1C38BB;
  border-color: #1C38BB !important;
}

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

/* ===================== END CUSTOM BUTTON COLOR SCHEME ===================== */

.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;
  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;
  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;
  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;
  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;
  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;
  border-color: #ffb30c !important;
}

/*------------------------------------------*/
/*  Button Hover
/*------------------------------------------*/

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

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

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

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

.black-hover:hover,
.scroll .black-hover:hover,
.white-color .black-hover:hover {
  color: #fff !important;
  background-color: #1d293f;
  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;
  border-color: #1d293f !important;
}

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

.tra-grey-hover:hover,
.scroll .tra-grey-hover:hover {
  color: #1d293f !important;
  background-color: transparent;
  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;
}

/*------------------------------------------*/
/*  FONT SETTINGS
/*------------------------------------------*/

.txt-300 {
  font-weight: 300;
}
.txt-400 {
  font-weight: 400;
}
.txt-500 {
  font-weight: 500;
}
.txt-600 {
  font-weight: 600;
}
.txt-700 {
  font-weight: 700;
}
.txt-900 {
  font-weight: 900;
}

.txt-upcase {
  text-transform: uppercase;
}

/*------------------------------------------*/
/*  TEXT COLORS
/*------------------------------------------*/

.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: #fff;
}

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

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

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

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

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

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

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

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

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

.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;
}

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

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

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

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

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

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

/*------------------------------------------*/
/*  QUOTE
/*------------------------------------------*/

.quote p.p-xl {
  color: #666;
  border-left: 3px solid #0195ff;
  font-style: italic;
  padding-left: 20px;
  margin-top: 25px;
  margin-bottom: 20px;
}
/*------------------------------------------*/
/*  Quote Avatar 
/*------------------------------------------*/

.quote-avatar {
  display: inline-block;
  margin: 0 auto;
}

.quote-avatar img {
  width: 60px;
  height: 60px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -o-border-radius: 100%;
  border-radius: 100%;
}

/*------------------------------------------*/
/*  Quote Author 
/*------------------------------------------*/

.quote-author {
  display: inline-block;
  padding: 0 0 0 15px;
  text-align: left;
  position: relative;
  top: 14px;
}

.quote-author h5,
.quote-author p {
  margin-bottom: 0;
}

/*------------------------------------------*/
/*  IMG BLOCK IMAGE
/*------------------------------------------*/

.img-block {
  text-align: center;
}

/* ==========================================================================
  04. HEADER & NAVIGATION
  =========================================================================== */

  #header {
    width: 100%;
    display: block;
    padding-top: 0px;
  }
  
  .header-wrapper {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
  }
  
  .headerwp {
    max-width: 1140px;
    margin: 0 auto;
    padding: 0;
  }
  
  .posrlt {
    position: relative;
  }
  
  #header.hidden-header {
    display: none;
  }
  
  .hidden-nav .wsmainfull {
    margin-top: -100px;
    -webkit-box-shadow: 0 2px 3px rgba(96, 96, 96, 0.1);
    -moz-box-shadow: 0 2px 3px rgba(96, 96, 96, 0.1);
    box-shadow: 0 2px 3px rgba(96, 96, 96, 0.1);
    -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;
  }
  
  .hidden-nav .wsmainfull.scroll {
    margin-top: 0;
  }
  
  .rtl-direction .desktoplogo {
    float: right;
  }
  
  .rtl-direction .wsmenu {
    float: left;
  }
  
  .rtl-direction .wsmenu > .wsmenu-list > li {
    float: right;
  }
   
/*------------------------------------------*/
/*  HEADER LOGO
/*------------------------------------------*/

.desktoplogo img {
  width: auto;
  max-width: inherit;
  max-height: 60px;
}

/*------------------------------------------*/
/*   NAVIGATION MENU
/*------------------------------------------*/

.wsmainfull {
  width: 100%;
  height: auto;
  z-index: 1031;
  -webkit-transition: all 450ms ease-in-out;
  -moz-transition: all 450ms ease-in-out;
  -o-transition: all 450ms ease-in-out;
  -ms-transition: all 450ms ease-in-out;
  transition: all 450ms ease-in-out;
}

.tra-menu .wsmainfull {
  background-color: transparent !important;
  padding: 20px 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

.white-menu .wsmainfull {
  background-color: #fff !important;
  padding: 5px 0;
  -webkit-box-shadow: 0 2px 3px rgba(96, 96, 96, 0.1);
  -moz-box-shadow: 0 2px 3px rgba(96, 96, 96, 0.1);
  box-shadow: 0 2px 3px rgba(96, 96, 96, 0.1);
}

.dark-menu .wsmainfull {
  background-color: #222227 !important;
  padding: 5px 0;
  -webkit-box-shadow: 0 2px 3px rgba(96, 96, 96, 0.1);
  -moz-box-shadow: 0 2px 3px rgba(96, 96, 96, 0.1);
  box-shadow: 0 2px 3px rgba(96, 96, 96, 0.1);
}

/*------------------------------------------*/
/*  HEADER LINK
/*------------------------------------------*/

.wsmenu > .wsmenu-list > li > a {
  display: block;
  font-size: 17px;
  font-weight: 500;
  letter-spacing: 0;
  margin: 0 7px;
  padding: 10px 15px;
  line-height: 50px;
  text-decoration: none;
}

.wsmenu .wsmenu-list li.nl-simple a:hover {
  color: #004aaa;
  transition: all 200ms ease-in-out;
}

.rtl-direction .wsmenu > .wsmenu-list > li > a {
  font-size: 22px;
  text-align: right !important;
}

.navbar-dark .wsmenu > .wsmenu-list > li > a {
  color: #2c3e50;
}

.navbar-light .wsmenu > .wsmenu-list > li > a {
  color: #fff;
}

.wsmenu > .wsmenu-list > li > a.last-link {
  padding: 10px 0px;
  margin: 0 0 0 7px;
}

.wsmenu > .wsmenu-list > li > a .wsarrow:after {
  border-left: 4px solid rgba(0, 0, 0, 0);
  border-right: 4px solid rgba(0, 0, 0, 0);
  border-top: 4px solid;
  content: "";
  float: right;
  right: 0;
  height: 0;
  margin: 0 0 0 14px;
  position: absolute;
  text-align: right;
  top: 33px;
  width: 0;
}

/*------------------------------------------*/
/*  HEADER BUTTONS
/*------------------------------------------*/

.wsmenu > .wsmenu-list > li a.btn {
  font-size: 16.5px;
  line-height: 30px;
  font-weight: 500;
  text-transform: none;
  letter-spacing: 0;
  margin-top: 14px;
  margin-left: 12px;
  padding: 5px 30px;
}

.rtl-direction .wsmenu > .wsmenu-list > li a.btn {
  font-size: 20px;
}

.wsmenu > .wsmenu-list > li a.header-store {
  margin: 8px 0 0 12px;
  padding: 0;
}

/*------------------------------------------*/
/*  NAVBAR HOVER
/*------------------------------------------*/

.wsmenu > .wsmenu-list.nav-blue-hover > li > ul.sub-menu > li > a:hover,
.wsmenu
  > .wsmenu-list.nav-blue-hover
  > li
  > .wsmegamenu.w-75
  ul.link-list
  > li
  > a:hover,
.wsmenu
  > .wsmenu-list.nav-blue-hover
  > li
  > .wsmegamenu.halfmenu
  ul.link-list
  > li
  > a:hover {
  color: #0f53fa !important;
}

.wsmenu > .wsmenu-list.nav-skyblue-hover > li > ul.sub-menu > li > a:hover,
.wsmenu
  > .wsmenu-list.nav-skyblue-hover
  > li
  > .wsmegamenu.w-75
  ul.link-list
  > li
  > a:hover,
.wsmenu
  > .wsmenu-list.nav-skyblue-hover
  > li
  > .wsmegamenu.halfmenu
  ul.link-list
  > li
  > a:hover {
  color: #0195ff !important;
}

.wsmenu > .wsmenu-list.nav-stateblue-hover > li > ul.sub-menu > li > a:hover,
.wsmenu
  > .wsmenu-list.nav-stateblue-hover
  > li
  > .wsmegamenu.w-75
  ul.link-list
  > li
  > a:hover,
.wsmenu
  > .wsmenu-list.nav-stateblue-hover
  > li
  > .wsmegamenu.halfmenu
  ul.link-list
  > li
  > a:hover {
  color: #6064e3 !important;
}

.wsmenu > .wsmenu-list.nav-green-hover > li > ul.sub-menu > li > a:hover,
.wsmenu
  > .wsmenu-list.nav-green-hover
  > li
  > .wsmegamenu.w-75
  ul.link-list
  > li
  > a:hover,
.wsmenu
  > .wsmenu-list.nav-green-hover
  > li
  > .wsmegamenu.halfmenu
  ul.link-list
  > li
  > a:hover {
  color: #0fbc49 !important;
}

.wsmenu > .wsmenu-list.nav-indigo-hover > li > ul.sub-menu > li > a:hover,
.wsmenu
  > .wsmenu-list.nav-indigo-hover
  > li
  > .wsmegamenu.w-75
  ul.link-list
  > li
  > a:hover,
.wsmenu
  > .wsmenu-list.nav-indigo-hover
  > li
  > .wsmegamenu.halfmenu
  ul.link-list
  > li
  > a:hover {
  color: #62147e !important;
}

.wsmenu > .wsmenu-list.nav-orange-red-hover > li > ul.sub-menu > li > a:hover,
.wsmenu
  > .wsmenu-list.nav-orange-red-hover
  > li
  > .wsmegamenu.w-75
  ul.link-list
  > li
  > a:hover,
.wsmenu
  > .wsmenu-list.nav-orange-red-hover
  > li
  > .wsmegamenu.halfmenu
  ul.link-list
  > li
  > a:hover {
  color: #ff523d !important;
}

.wsmenu > .wsmenu-list.nav-pink-hover > li > ul.sub-menu > li > a:hover,
.wsmenu
  > .wsmenu-list.nav-pink-hover
  > li
  > .wsmegamenu.w-75
  ul.link-list
  > li
  > a:hover,
.wsmenu
  > .wsmenu-list.nav-pink-hover
  > li
  > .wsmegamenu.halfmenu
  ul.link-list
  > li
  > a:hover {
  color: #eb1561 !important;
}

.wsmenu > .wsmenu-list.nav-purple-hover > li > ul.sub-menu > li > a:hover,
.wsmenu
  > .wsmenu-list.nav-purple-hover
  > li
  > .wsmegamenu.w-75
  ul.link-list
  > li
  > a:hover,
.wsmenu
  > .wsmenu-list.nav-purple-hover
  > li
  > .wsmegamenu.halfmenu
  ul.link-list
  > li
  > a:hover {
  color: #6a26da !important;
}

.wsmenu > .wsmenu-list.nav-red-hover > li > ul.sub-menu > li > a:hover,
.wsmenu
  > .wsmenu-list.nav-red-hover
  > li
  > .wsmegamenu.w-75
  ul.link-list
  > li
  > a:hover,
.wsmenu
  > .wsmenu-list.nav-red-hover
  > li
  > .wsmegamenu.halfmenu
  ul.link-list
  > li
  > a:hover {
  color: #f6412d !important;
}

.wsmenu > .wsmenu-list.nav-violet-red-hover > li > ul.sub-menu > li > a:hover,
.wsmenu
  > .wsmenu-list.nav-violet-red-hover
  > li
  > .wsmegamenu.w-75
  ul.link-list
  > li
  > a:hover,
.wsmenu
  > .wsmenu-list.nav-violet-red-hover
  > li
  > .wsmegamenu.halfmenu
  ul.link-list
  > li
  > a:hover {
  color: #c73e9b !important;
}

.wsmenu > .wsmenu-list.nav-violet-hover > li > ul.sub-menu > li > a:hover,
.wsmenu
  > .wsmenu-list.nav-violet-hover
  > li
  > .wsmegamenu.w-75
  ul.link-list
  > li
  > a:hover,
.wsmenu
  > .wsmenu-list.nav-violet-hover
  > li
  > .wsmegamenu.halfmenu
  ul.link-list
  > li
  > a:hover {
  color: #9400d3 !important;
}

/*------------------------------------------*/
/*  NAVBAR SCROLL
/*------------------------------------------*/

.tra-menu .wsmainfull.scroll,
.white-menu .wsmainfull.scroll,
.dark-menu.dark-scroll .wsmainfull.scroll {
  background-color: #fff !important;
  padding: 0;
  -webkit-box-shadow: 0 2px 3px rgba(96, 96, 96, 0.1);
  -moz-box-shadow: 0 2px 3px rgba(96, 96, 96, 0.1);
  box-shadow: 0 2px 3px rgba(96, 96, 96, 0.1);
}

.scroll .white-color.header-socials span {
  color: #463853 !important;
}

/*------------------------------------------*/
/*  Navigation Menu
/*------------------------------------------*/

.tra-menu.navbar-light .scroll .wsmenu > .wsmenu-list > li a {
  color: #463853;
}

.tra-menu.navbar-light.dark-scroll .scroll .wsmenu > .wsmenu-list > li a,
.tra-menu.navbar-dark.dark-scroll .scroll .wsmenu > .wsmenu-list > li a {
  color: #fff;
}

.tra-menu.navbar-light.dark-scroll
  .scroll
  .wsmenu
  > .wsmenu-list
  .sub-menu
  li
  a,
.tra-menu.navbar-dark.dark-scroll .scroll .wsmenu > .wsmenu-list .sub-menu li a,
.tra-menu.navbar-light.dark-scroll
  .scroll
  .wsmenu
  > .wsmenu-list
  li
  .wsmegamenu
  a,
.tra-menu.navbar-dark.dark-scroll
  .scroll
  .wsmenu
  > .wsmenu-list
  li
  .wsmegamenu
  a {
  color: #666;
}

/*------------------------------------------*/
/*  Logo Image
/*------------------------------------------*/

.logo-white,
.logo-black {
  display: block;
}

.navbar-light .logo-black,
.navbar-dark .logo-white,
.tra-menu.navbar-light .scroll .logo-white,
.tra-menu.navbar-light.dark-scroll .scroll .logo-black,
.tra-menu.navbar-dark.dark-scroll .scroll .logo-black {
  display: none;
}

.tra-menu.navbar-light .scroll .logo-black,
.tra-menu.navbar-light.dark-scroll .scroll .logo-white,
.tra-menu.navbar-dark.dark-scroll .scroll .logo-white {
  display: block;
}


/* ==========================================================================
  16. FAQs
  =========================================================================== */

#faqs-2 .question {
  margin-bottom: 40px;
}

/*------------------------------------------*/
/*  FAQs TYPOGRAPHY
/*------------------------------------------*/

#faqs-2 .question h5 {
  margin-bottom: 15px;
}

/*------------------------------------------*/
/*  FAQS ACCORDION  
/*------------------------------------------*/

.accordion-item {
  background-color: transparent !important;
  border: none;
  border-bottom: 1px solid #e5e5e5;
}

.accordion-item.acc-last-item {
  border-bottom: none;
}


/* ==========================================================================
  24. FOOTER
  =========================================================================== */

.footer {
  padding-top: 100px;
  padding-bottom: 30px;
}

.footer-info p {
  padding-right: 5%;
}

.rtl-direction .footer-info p {
  padding-right: 0;
}

.rtl-direction #footer-1 .footer-info p {
  padding-left: 5%;
}

#footer-1 .footer-links {
  padding-left: 10%;
}

.rtl-direction #footer-3 .footer-links {
  padding-left: 10%;
}

.rtl-direction .footer-links {
  padding-right: 20px;
}

.rtl-direction .bottom-footer-list {
  text-align: left;
}

/*------------------------------------------*/
/*  FOOTER LOGO
/*------------------------------------------*/

img.footer-logo {
  width: auto;
  max-width: inherit;
  max-height: 40px;
}

/*------------------------------------------*/
/*  FOOTER TYPOGRAPHY
/*------------------------------------------*/

.footer h6,
.footer h5 {
  line-height: 1;
  margin-bottom: 25px;
}

/*------------------------------------------*/
/*  FOOTER LINKS
/*------------------------------------------*/

.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;
}

.bg-dark .footer-links li a:hover,
.bg-dark .footer-socials li span:hover,
.bg-deepdark .footer-links li a:hover,
.bg-deepdark .footer-socials li span:hover {
  color: #f2f3f4;
}

/*------------------------------------------*/
/*  BOTTOM FOOTER
/*------------------------------------------*/

.bottom-footer {
  padding: 24px 0;
}

.footer hr {
  background-color: transparent;
  background-image: linear-gradient(
    90deg,
    rgba(206, 211, 246, 0) 0,
    #bbb 38%,
    #bbb 64%,
    rgba(206, 211, 246, 0) 99%
  );
  opacity: 0.3;
  margin: 30px 0 0;
}

.footer.bg-dark hr {
  background-image: linear-gradient(
    90deg,
    rgba(206, 211, 246, 0) 0,
    #ced3f6 38%,
    #ced3f6 64%,
    rgba(206, 211, 246, 0) 99%
  );
}

/*------------------------------------------*/
/*  BOTTOM FOOTER LINKS
/*------------------------------------------*/

.bottom-footer-list li {
  width: auto !important;
  display: inline-block !important;
  vertical-align: top;
  clear: none !important;
  padding-left: 10px;
}

.bottom-footer-list li.first-li {
  padding-left: 0;
}

.bottom-footer-list li:after {
  content: "|";
  padding-left: 11px;
  position: relative;
  top: 2px;
}

.bottom-footer-list li.last-li:after {
  content: " ";
  padding-left: 0;
}

.bottom-footer-list li p {
  display: inline-block;
  float: left;
  margin-bottom: 0;
}

/*------------------------------------------*/
/*  FOOTER COPYRIGHT
/*------------------------------------------*/

.bottom-footer .address {
  display: flex;
  flex-direction: column;
  text-align: center;
  width: 100%;
  max-width: 50%;
  font-size: 20px;
}

.contact-copyright {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}

/* ==========================================================================
  28. SCROLL TO TOP
  ========================================================================== */

#scrollUp {
  display: none;
  width: 44px;
  height: 44px;
  position: fixed;
  bottom: 30px;
  right: 25px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  background-image: url(../images/back-to-top.png);
  background-repeat: no-repeat;
  background-position: 50% 48%;
  background-color: #1C38BB70;
  -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;
}

#scrollUp:hover {
  background-color: #1C38BBCC;
}

nav a#pull {
  display: none;
}

/* ==========================================================================
  05. HERO
  =========================================================================== */

.hero-section .container {
  position: relative;
  z-index: 3;
}

/*------------------------------------------*/
/*  HERO APP LOGO
/*------------------------------------------*/

.hero-logo img,
.hero-logo-sm img {
  width: auto;
  max-width: inherit;
  max-height: 70px;
}

.hero-logo-sm img {
  max-height: 30px;
}

.hero-logo-rounded {
  display: inline-block;
  padding: 5px 28px;
  border: 2px solid #2c3e50;
  border-radius: 100px;
}

.bg-grey.hero-logo-rounded {
  background-color: #f4f5f6;
  border: 2px solid #f2f2f2;
}

.bg-tra-white.hero-logo-rounded {
  background-color: rgba(255, 255, 255, 0.15);
  border: 2px solid rgba(255, 255, 255, 0.06);
}

.white-color.hero-logo-rounded {
  border: 2px solid #fff;
}

.grey-color.hero-logo-rounded {
  border: 2px solid #999;
}

.hero-logo-rounded span {
  position: relative;
  top: 1px;
  line-height: 20px;
  font-weight: 500;
}

.hero-logo-rounded img {
  width: auto;
  max-width: inherit;
  max-height: 20px;
  margin-right: 8px;
}

#hero {
  background-image: url(../images/hero.jpg);
  padding-top: 120px;
  /* margin-bottom: 50px; */
}

.hero-txt {
  padding-right: 5%;
  margin-top: 40px;
}

.hero-txt p.p-title-sm {
  margin-bottom: 2px;
}

.hero-img {
  margin: 0 -45px -60px;
}


.hero-section .h2-lg { font-weight: 300; /*max-width: 90%;*/ margin: 0 auto;}

/* ////////////////////////////////////////////////////////////////////////// */
/*                                CUSTOM STYLES                               */
/* ////////////////////////////////////////////////////////////////////////// */

.text-reset {font-weight: 300; font-size: 14px;}
.text-center { text-align: center;}
.text-sm {font-size: 12px;}
.text-14 {font-size: 14px;}
.text-md {font-size: 16px;}
.text-18 {font-size: 18px;}
.text-lg {font-size: 20px;}
.text-xl {font-size: 30px;}
.italics {font-style: italic;}
.bold-text {font-weight: bold;}
.text-left {margin-right: auto;}
.left-block {display: block;}
.lh-1em {line-height: 1em;}
.lh-125em {line-height: 1.25em;}
.lh-15em {line-height: 1.5em;}
.lh-2em {line-height: 2em;}
.lh-25em {line-height: 2.5em;}

.margin-auto {margin: 0 auto;}
.padding-18 {padding: 18px;}
.padding-20 {padding: 20px;}
.padding-24 {padding: 24px;}
.padding-30 {padding: 30px;}

.underlined {text-decoration: underline;}
.link {color: #0f53fa; transition: all 100ms ease-in-out;}
.link:hover {color: #003775; transition: all 100ms ease-in-out;}

.hl-red {background-color: #f33737ad;}
.hl-pink {background-color: #ff6cd3;}

.books-container {
  display: flex;
  justify-content: center;
  /* margin: 0 24px; */
}

.rt-info {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: auto;
  margin: 0 12px;
  max-width: 50%;
}

.book-title {
  font-size: 24px;
}

.rt-info p {
  text-align: center;
  max-width: 80%;
}

.rt-info img {
  max-width: 360px;
  width: 100%;
  margin-top: auto;
}

.hero-section .student-stats-container {
  align-items: flex-start;
}

.stats-info {
  flex-direction: column;
  text-align: center;
  margin: 0 12px;
  max-width: 33%;
}

.stats-info:last-child .stats {
  max-width: 80%;
}

p.stats { }

.stats .stat {
  display: block;
  font-size: 48px;
  font-weight: 400;
  line-height: 1em;
}

.stats .type {
  display: block;
  font-size: 24px;
  margin-bottom: 12px;
}

/* =============================== NY Approved ============================== */
/* .ny-approved-section{background-color: #fdcb3f2a;} */

.quote-box {
  flex-direction: column;
  border: 1px solid #fdcb3f;
  border-radius: 4px;
  padding: 30px;
  margin: 0 0 36px;
}

.quote-box .end-quote {
  display: block;
  text-align: right;
  margin-top: 12px;
  font-weight: bold;
}

.NYSTL-container {
  margin: 0 auto 36px;
  text-align: center;
  background-color: #fdcb3f;
  padding: 30px;
}

.NYSTL-container a {
  text-decoration: underline;
  color: #0f53fa;
  transition: all 100ms ease-in-out;
}

.NYSTL-container a:hover {
  color: #003775;
  transition: all 100ms ease-in-out;
}

.NYSTL-container h2 {margin-bottom: 24px;}
.NYSTL-container img {
  max-width: 50%;
  height: auto;
  border: 6px solid #ff6b0f;
  border-radius: 4px;
}

.btn.rounded-btn {border-radius: 24px;}

.samples {
  display: flex;
  justify-content: space-around;
  width: 100%;
  margin: 30px 0;
}

.samples a {
  margin: 0 30px;
  color: #0195ff;
  text-decoration: underline;
  font-style: italic;
}

.samples a:hover {color: #0f53fa;}

/* ========================== Teacher + regents Stats ========================== */

.teacher-stats-container {
  margin: 36px 0;
}

.teacher-stats:first-of-type {
  border-right: 1px solid #fdcb3f;
}

.stats-split-container {
  display: flex;
  border-radius: 4px;
  padding: 30px;
}

.split-container {
  display: flex;
  justify-content: space-between;
}

.left-container {
  padding: 0 18px;
  max-width: 45%;
  border-right: 1px solid #2c3e50;
}

.right-container {
  padding: 0 18px;
  max-width: 55%;
}

.left-container .split-container .text-block {
  max-width: 45%;
}

@media only screen and (max-width: 990px) {
  .stats-split-container {
    flex-direction: column;
  }
  .left-container, .right-container {
    max-width: 100%;
    padding: 18px 0;
    border: none;
  }
}

.teacher-stats:last-of-type {
  border-left: 1px solid #fdcb3f;
}

.teacher-stats {
  margin: 24px 12px;
  max-width: 33%;
}

.teacher-stats img {
  display: block;
  margin: 0 auto 18px;
}

.huge-text{
  font-size: 60px;
  font-weight: 500;
  line-height: 1em;
}

.text-block {
  display: block;
}

.text-inline {
  display: inline-flex;
}

.regents-box {}

.curvy-arrow {
  display: flex;
  flex-direction: column;
}

.arrow-message {
  width: 100%;
  height: 60px;
  max-width: 144px;
  margin-left: 80px;
  margin-top: 24px;
  background-image: url(/images/curvy-arrow.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  rotate: 10deg;
}

.arrow-text {
  position: absolute;
  margin-left: 108px;
  margin-top: -36px;
  width: 180px;
  rotate: -10deg;
}

/* ============================ Build Confidence ============================ */
.quote-box img {
  margin-left: auto;
  display: block;
}

/* ========================= Survey Story Confidence ======================== */
#about {
  scroll-margin-top: 60px;
}

.stats-split-section {
  display: flex;
  justify-content: space-between;
}

.left-section, .right-section {
  max-width: 48%;
}

.story-box {
  padding: 30px 30px 12px;
}

.inside-list-section {
  display: flex;
}

.inside-list-section img {
  align-self: center;
  max-width: 420px;
  height: 100%;
  margin-right: 36px;
  border-radius: 6px;
  box-shadow: 4px 4px 12px 0px #00000077;
}

.testimony-split-boxes .bg-white {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 18px;
  max-width: 49%;
}

/* ============================= Digital Options ============================ */
/* #digital-options .container {
  margin: 0 auto;
} */

.digital-container {
  display: flex;
  position: relative;
  width: 106%;
  right: 3%;
}

img.devices {
  max-width: 480px;
  height: 100%;
  align-self: center;
  margin-right: 24px;
}

/* ============================= High-Achievers ============================= */

.charts-section {
  display: flex;
  justify-content: space-around;
  align-items: flex-end;
}

.charts-section img {
  max-width: 18vw;
  height: auto;
}

/* ================================== FAQs ================================== */

#FAQ {
  scroll-margin-top: 60px;
}

#FAQ li {font-weight: 500;}

#FAQ ol li > a:hover {
  transition: all 100ms ease-in-out;
}

#FAQ ol li > a:hover {
  color: #1C38BB;
  background-color: #1C38BB10;
  transition: all 100ms ease-in-out;
}

#FAQ h3 {scroll-margin-top: 96px;}

/* ================================= Amazon ================================= */
.amazon-info {
  padding: 0 24px;
}

.amazon-info a {
  font-weight: bold;
  font-size: 20px;
  text-decoration: underline;
  color: #1C38BB;
}

.amazon-info a:hover {
  color: #0195ff;
  transition: all 150ms ease-in-out;
}

#amazon img {
  max-width: 420px;
  height: 100%;
}


/* ==================================== flex classes =================================== */

.flex {
  display: flex;
}

.flex-between {
  display: flex;
  justify-content: space-between;
}

.flex-center {
  display: flex;
  justify-content: center;
  align-items: center;
}

.align-start {
  align-self: flex-start;
}

.justify-start {
  justify-self: flex-start;
}

.justify-center {
  justify-content: center;
}

.align-center {
  align-items: center;
}

.flex-column {
  flex-direction: column;
}

.icon-hover {
  transition: all 150ms ease-in-out;
  vertical-align: middle;
}

.icon-hover:hover {
  transition: all 200ms ease-in-out;
  transform: scale(1.25);
  -ms-transform: scale(1.25);
  -webkit-transform: scale(1.25);
  -o-transform: scale(1.25);
  -moz-transform: scale(1.25);
}

.ico-40 [class*="flaticon-"]:hover::before,
.ico-40 [class*="flaticon-"]:hover::after {
  transition: all 200ms ease-in-out;
  font-size: 2.5rem;
} 

.contact-me {
  font-size: 16px;
  color: #000;
  font-weight: 600;
}

.bottom-footer-list a:hover, 
.bottom-footer-list a:focus {
  color: #000;
  font-weight: 500;
}


@media only screen and (min-width: 1200px) {
  
}

@media only screen and (max-width: 1200px) {
 
}

@media only screen and (max-width: 990px) {
 
}

@media only screen and (max-width: 767px) {
  
}

/* @media only screen and (max-width: 549px) {
  
} */

@media only screen and (max-width: 479px) {
  
}

@media only screen and (max-width: 375px) {
  
}
