
/*
font-family: 'Arimo', sans-serif;
font-family: 'Poppins', sans-serif;
*/

@import url("owl.carousel.min.css");
@import url("animate.css");




:root {
  --primary_color_01: #6864ED;
  --primary_color_01_bg: #EEEEFD;
  --secondary_color_01: #33CC79;
  --secondary_color_01_bg: #EBFAF2;
  --secondary_color_02: #EED064;
  --secondary_color_02_bg: #FDFAEF;
  --tertiary_color_01: #151718;
  --border_color_01: #E8E8E8;
  --font_color_01: #6A6A74;
  --heading_color_01: #151718;
  --sub_heading_color_01: #52525C;
  --gray_bg_01: #F7F8FA;
  --button_bg_01: #F1F0EC;
  --font_display: 'Poppins', sans-serif;
  --font_primary: 'Arimo', sans-serif;
}


/*==================================================
===| 02. Reset CSS
===================================================*/
*,
*:before,
*:after {
  padding: 0;
  margin: 0;
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 100%;
}

html,
body {
  min-height: 100%;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: inherit;
}

ul {
  margin: 0;
  padding: 0;
}

ul li {
  list-style: none;
}

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

i {
  font-style: normal;
}

figure {
  margin: 0;
  padding: 0;
}

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

a,
a:active,
a:focus {
  text-decoration: none;
  outline: none;
  border: none;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

a:hover {
  text-decoration: none;
  outline: none;
  color: var(--primary_color_01);
  border: none;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

label {
  color: var(--font_color_01);
  cursor: pointer;
  font-size: 14px;
  font-weight: normal;
}

a:focus,
input:focus,
textarea:focus,
button:focus {
  outline: 0 solid;
}

body {
  font-family: var(--font_primary);
  color: var(--font_color_01);
  font-size: 17px;
}

p {
  font-family: var(--font_primary);
  font-weight: normal;
  color: var(--font_color_01);
  font-size: 17px;
  line-height: 30px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--font_display);
  color: var(--heading_color_01);
  font-weight: 600;
}

button {
  cursor: pointer;
}

button.button {
  background: transparent;
  border: 0px;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

::-moz-selection {
  background: var(--primary_color_01);
  color: #fff;
  text-shadow: none;
}

::selection {
  background: var(--primary_color_01);
  color: #fff;
  text-shadow: none;
}

.container_m {
  position: static;
  max-width: 1194px;
  padding: 0px 12px;
  margin: 0px auto;
  width: 100%;
}

@media only screen and (max-width: 1399px) {
  .container_m {
    max-width: 1127px;
  }
}

@media only screen and (max-width: 1199px) {
  .container_m {
    padding: 0px 30px;
  }
}

@media only screen and (max-width: 991px) {
  .container_m {
    padding: 0px 15px;
  }
}

.container_l {
  position: static;
  max-width: 1344px;
  padding: 0px 12px;
  margin: 0px auto;
  width: 100%;
}

@media only screen and (max-width: 1399px) {
  .container_l {
    max-width: 1127px;
  }
}

@media only screen and (max-width: 1199px) {
  .container_l {
    padding: 0px 30px;
  }
}

@media only screen and (max-width: 991px) {
  .container_l {
    padding: 0px 15px;
  }
}

.container_m_30 {
  position: static;
  max-width: 1210px;
  padding: 0px 17px;
  margin: 0px auto;
  width: 100%;
}

.container_m_30.container_l {
  max-width: 1360px;
}

@media only screen and (max-width: 1399px) {
  .container_m_30.container_l {
    max-width: 1143px;
  }
}

@media only screen and (max-width: 1199px) {
  .container_m_30.container_l {
    max-width: 1127px;
  }
}

@media only screen and (max-width: 1399px) {
  .container_m_30 {
    max-width: 1143px;
  }
}

@media only screen and (max-width: 1199px) {
  .container_m_30 {
    max-width: 1127px;
    padding: 0px 30px;
  }
}

@media only screen and (max-width: 991px) {
  .container_m_30 {
    padding: 0px 15px;
  }
}

.container_m_30 .col_padding {
  padding-left: 15px;
  padding-right: 15px;
}

@media only screen and (max-width: 1199px) {
  .container_m_30 .col_padding {
    padding-left: 12px;
    padding-right: 12px;
  }
}

.container_m_40 {
  position: static;
  max-width: 1210px;
  padding: 0px 12px;
  margin: 0px auto;
  width: 100%;
}

.container_m_40.container_l {
  max-width: 1360px;
}

@media only screen and (max-width: 1399px) {
  .container_m_40.container_l {
    max-width: 1143px;
  }
}

@media only screen and (max-width: 1199px) {
  .container_m_40.container_l {
    max-width: 1127px;
  }
}

@media only screen and (max-width: 1399px) {
  .container_m_40 {
    max-width: 1143px;
  }
}

@media only screen and (max-width: 1199px) {
  .container_m_40 {
    max-width: 1127px;
    padding: 0px 30px;
  }
}

@media only screen and (max-width: 991px) {
  .container_m_40 {
    padding: 0px 15px;
  }
}

.container_m_40 .col_padding {
  padding-left: 20px;
  padding-right: 20px;
}

@media only screen and (max-width: 1199px) {
  .container_m_40 .col_padding {
    padding-left: 12px;
    padding-right: 12px;
  }
}

.container_m_50 {
  position: static;
  max-width: 1220px;
  padding: 0px 12px;
  margin: 0px auto;
  width: 100%;
}

.container_m_50.container_l {
  max-width: 1370px;
}

@media only screen and (max-width: 1399px) {
  .container_m_50.container_l {
    max-width: 1143px;
  }
}

@media only screen and (max-width: 1199px) {
  .container_m_50.container_l {
    max-width: 1127px;
  }
}

@media only screen and (max-width: 1399px) {
  .container_m_50 {
    max-width: 1143px;
  }
}

@media only screen and (max-width: 1199px) {
  .container_m_50 {
    max-width: 1127px;
    padding: 0px 27px;
  }
}

@media only screen and (max-width: 991px) {
  .container_m_50 {
    padding: 0px 15px;
  }
}

.container_m_50 .col_padding {
  padding-left: 25px;
  padding-right: 25px;
}

@media only screen and (max-width: 1399px) {
  .container_m_50 .col_padding {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media only screen and (max-width: 1199px) {
  .container_m_50 .col_padding {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media only screen and (max-width: 991px) {
  .container_m_50 .col_padding {
    padding-left: 12px;
    padding-right: 12px;
  }
}

.container_m_60 {
  position: static;
  max-width: 1230px;
  padding: 0px 12px;
  margin: 0px auto;
  width: 100%;
}

.container_m_60.container_l {
  max-width: 1380px;
}

@media only screen and (max-width: 1399px) {
  .container_m_60.container_l {
    max-width: 1153px;
  }
}

@media only screen and (max-width: 1199px) {
  .container_m_60.container_l {
    max-width: 1127px;
  }
}

@media only screen and (max-width: 1399px) {
  .container_m_60 {
    max-width: 1153px;
  }
}

@media only screen and (max-width: 1199px) {
  .container_m_60 {
    max-width: 1127px;
    padding: 0px 22px;
  }
}

@media only screen and (max-width: 991px) {
  .container_m_60 {
    padding: 0px 15px;
  }
}

.container_m_60 .col_padding {
  padding-left: 30px;
  padding-right: 30px;
}

@media only screen and (max-width: 1399px) {
  .container_m_60 .col_padding {
    padding-left: 25px;
    padding-right: 25px;
  }
}

@media only screen and (max-width: 1199px) {
  .container_m_60 .col_padding {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media only screen and (max-width: 991px) {
  .container_m_60 .col_padding {
    padding-left: 12px;
    padding-right: 12px;
  }
}

.container_m_70 {
  position: static;
  max-width: 1240px;
  padding: 0px 12px;
  margin: 0px auto;
  width: 100%;
}

.container_m_70.container_l {
  max-width: 1390px;
}

@media only screen and (max-width: 1399px) {
  .container_m_70.container_l {
    max-width: 1163px;
  }
}

@media only screen and (max-width: 1199px) {
  .container_m_70.container_l {
    max-width: 1127px;
  }
}

@media only screen and (max-width: 1399px) {
  .container_m_70 {
    max-width: 1163px;
  }
}

@media only screen and (max-width: 1199px) {
  .container_m_70 {
    max-width: 1127px;
    padding: 0px 17px;
  }
}

@media only screen and (max-width: 991px) {
  .container_m_70 {
    padding: 0px 15px;
  }
}

.container_m_70 .col_padding {
  padding-left: 35px;
  padding-right: 35px;
}

@media only screen and (max-width: 1399px) {
  .container_m_70 .col_padding {
    padding-left: 30px;
    padding-right: 30px;
  }
}

@media only screen and (max-width: 1199px) {
  .container_m_70 .col_padding {
    padding-left: 25px;
    padding-right: 25px;
  }
}

@media only screen and (max-width: 991px) {
  .container_m_70 .col_padding {
    padding-left: 12px;
    padding-right: 12px;
  }
}

.container_m_80 {
  position: static;
  max-width: 1250px;
  padding: 0px 12px;
  margin: 0px auto;
  width: 100%;
}

.container_m_80.container_l {
  max-width: 1399px;
}

@media only screen and (max-width: 1399px) {
  .container_m_80.container_l {
    max-width: 1163px;
  }
}

@media only screen and (max-width: 1199px) {
  .container_m_80.container_l {
    max-width: 1127px;
  }
}

@media only screen and (max-width: 1399px) {
  .container_m_80 {
    max-width: 1163px;
  }
}

@media only screen and (max-width: 1199px) {
  .container_m_80 {
    max-width: 1127px;
    padding: 0px 17px;
  }
}

@media only screen and (max-width: 991px) {
  .container_m_80 {
    padding: 0px 15px;
  }
}

.container_m_80 .col_padding {
  padding-left: 40px;
  padding-right: 40px;
}

@media only screen and (max-width: 1399px) {
  .container_m_80 .col_padding {
    padding-left: 30px;
    padding-right: 30px;
  }
}

@media only screen and (max-width: 1199px) {
  .container_m_80 .col_padding {
    padding-left: 25px;
    padding-right: 25px;
  }
}

@media only screen and (max-width: 991px) {
  .container_m_80 .col_padding {
    padding-left: 12px;
    padding-right: 12px;
  }
}

.container_xl_fluid {
  position: static;
  max-width: 100%;
  padding: 0px 20px;
  margin: 0px auto;
  width: 100%;
}

@media only screen and (max-width: 1199px) {
  .container_xl_fluid {
    padding: 0px 30px;
  }
}

@media only screen and (max-width: 991px) {
  .container_xl_fluid {
    padding: 0px 15px;
  }
}

.content_box_120 {
  padding-top: 120px;
  padding-bottom: 120px;
}

@media only screen and (max-width: 1199px) {
  .content_box_120 {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}

@media only screen and (max-width: 767px) {
  .content_box_120 {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}

.content_box_120_90 {
  padding-top: 120px;
  padding-bottom: 90px;
}

@media only screen and (max-width: 1199px) {
  .content_box_120_90 {
    padding-top: 100px;
    padding-bottom: 70px;
  }
}

@media only screen and (max-width: 767px) {
  .content_box_120_90 {
    padding-top: 80px;
    padding-bottom: 50px;
  }
}

.content_box_120_80 {
  padding-top: 120px;
  padding-bottom: 80px;
}

@media only screen and (max-width: 1199px) {
  .content_box_120_80 {
    padding-top: 100px;
    padding-bottom: 60px;
  }
}

@media only screen and (max-width: 767px) {
  .content_box_120_80 {
    padding-top: 80px;
    padding-bottom: 40px;
  }
}

.content_box_120_70 {
  padding-top: 120px;
  padding-bottom: 70px;
}

@media only screen and (max-width: 1199px) {
  .content_box_120_70 {
    padding-top: 100px;
    padding-bottom: 50px;
  }
}

@media only screen and (max-width: 767px) {
  .content_box_120_70 {
    padding-top: 80px;
    padding-bottom: 30px;
  }
}

.content_box_120_60 {
  padding-top: 120px;
  padding-bottom: 60px;
}

@media only screen and (max-width: 1199px) {
  .content_box_120_60 {
    padding-top: 100px;
    padding-bottom: 40px;
  }
}

@media only screen and (max-width: 767px) {
  .content_box_120_60 {
    padding-top: 80px;
    padding-bottom: 20px;
  }
}

.content_box_120_50 {
  padding-top: 120px;
  padding-bottom: 50px;
}

@media only screen and (max-width: 1199px) {
  .content_box_120_50 {
    padding-top: 100px;
    padding-bottom: 30px;
  }
}

@media only screen and (max-width: 767px) {
  .content_box_120_50 {
    padding-top: 80px;
    padding-bottom: 10px;
  }
}

.content_box_120_40 {
  padding-top: 120px;
  padding-bottom: 40px;
}

@media only screen and (max-width: 1199px) {
  .content_box_120_40 {
    padding-top: 100px;
    padding-bottom: 20px;
  }
}

@media only screen and (max-width: 767px) {
  .content_box_120_40 {
    padding-top: 80px;
    padding-bottom: 00px;
  }
}

.content_box_pob_120 {
  padding-bottom: 120px;
}

@media only screen and (max-width: 1199px) {
  .content_box_pob_120 {
    padding-bottom: 100px;
  }
}

@media only screen and (max-width: 767px) {
  .content_box_pob_120 {
    padding-bottom: 80px;
  }
}

.content_box_pob_120_90 {
  padding-bottom: 90px;
}

@media only screen and (max-width: 1199px) {
  .content_box_pob_120_90 {
    padding-bottom: 70px;
  }
}

@media only screen and (max-width: 767px) {
  .content_box_pob_120_90 {
    padding-bottom: 50px;
  }
}

.content_box_pob_120_80 {
  padding-bottom: 80px;
}

@media only screen and (max-width: 1199px) {
  .content_box_pob_120_80 {
    padding-bottom: 60px;
  }
}

@media only screen and (max-width: 767px) {
  .content_box_pob_120_80 {
    padding-bottom: 40px;
  }
}

.content_box_pob_120_70 {
  padding-bottom: 70px;
}

@media only screen and (max-width: 1199px) {
  .content_box_pob_120_70 {
    padding-bottom: 50px;
  }
}

@media only screen and (max-width: 767px) {
  .content_box_pob_120_70 {
    padding-bottom: 30px;
  }
}

.content_box_pob_120_60 {
  padding-bottom: 60px;
}

@media only screen and (max-width: 1199px) {
  .content_box_pob_120_60 {
    padding-bottom: 40px;
  }
}

@media only screen and (max-width: 767px) {
  .content_box_pob_120_60 {
    padding-bottom: 20px;
  }
}

.content_box_pob_120_50 {
  padding-bottom: 50px;
}

@media only screen and (max-width: 1199px) {
  .content_box_pob_120_50 {
    padding-bottom: 30px;
  }
}

@media only screen and (max-width: 767px) {
  .content_box_pob_120_50 {
    padding-bottom: 10px;
  }
}

.content_box_pob_120_40 {
  padding-bottom: 40px;
}

@media only screen and (max-width: 1199px) {
  .content_box_pob_120_40 {
    padding-bottom: 20px;
  }
}

@media only screen and (max-width: 767px) {
  .content_box_pob_120_40 {
    padding-bottom: 0px;
  }
}

.content_box_pot_120 {
  padding-top: 120px;
}

@media only screen and (max-width: 1199px) {
  .content_box_pot_120 {
    padding-top: 100px;
  }
}

@media only screen and (max-width: 767px) {
  .content_box_pot_120 {
    padding-top: 80px;
  }
}

.clear {
  clear: both;
}

@media only screen and (max-width: 991px) {
  .mt_laptop1_50 {
    margin-top: 50px;
  }
}

@media only screen and (max-width: 767px) {
  .mt_tab1_50 {
    margin-top: 50px;
  }
}

.gray_bg {
  background-color: #f7f7f7;
}

.img_100 {
  width: 100%;
  height: auto;
}

.f_left {
  float: left !important;
}

.f_right {
  float: right !important;
}

.fix {
  overflow: hidden !important;
}

.white_bg {
  background-color: #fff;
}

.white {
  color: #fff;
}

.vh_100 {
  height: 100vh;
}

.nice-select {
  width: 100%;
  border-radius: 0px;
  border: 1px solid #ddd;
}

.nice-select.open,
.nice-select:active,
.nice-select:focus {
  border-color: var(--primary_color_01);
}

#amount_shop {
  border: 0px;
  color: var(--heading_color_01);
  font-weight: bold;
}

.header.home1 .header__menu {
  min-height: 95px; width:94%; margin:0 auto;
}

@media only screen and (max-width: 991px) {
  .header.home1 .header__menu {
    min-height: 75px;
  }
}

.header.home1 .header__menu-wrapper {
  position: relative;
}

.header.home1 .menu_sticky {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  background: #fff;
  z-index: 1010;
  -webkit-box-shadow: 0 10px 15px -10px rgba(25, 25, 25, 0.1);
  box-shadow: 0 10px 15px -10px rgba(25, 25, 25, 0.1);
}

@media only screen and (max-width: 991px) {
  .header.home1 .menu_sticky {
    background: #fff;
  }
}

.mapouter {
  position: relative;
  width: 100%;
  height: 600px;
}

@media only screen and (max-width: 991px) {
  .mapouter {
    height: 500px;
  }
}

@media only screen and (max-width: 575px) {
  .mapouter {
    height: 400px;
  }
}

.mapouter .gmap_canvas {
  overflow: hidden;
  background: none !important;
  height: 100%;
  width: 100%;
}

.mapouter .gmap_canvas iframe {
  width: 100%;
  height: 100%;
  border: 0px;
  overflow: hidden;
  margin: 0px;
}

.circle-chart {
  width: 150px;
  height: 150px;
}

.circle-chart__circle {
  stroke: #00acc1;
  stroke-width: 2;
  stroke-linecap: square;
  fill: none;
  -webkit-animation: circle-chart-fill 2s reverse;
  animation: circle-chart-fill 2s reverse;
  /* 1 */
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  /* 2, 3 */
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center;
  /* 4 */
}

.circle-chart__circle--negative {
  -webkit-transform: rotate(-90deg) scale(1, -1);
  -ms-transform: rotate(-90deg) scale(1, -1);
  transform: rotate(-90deg) scale(1, -1);
  /* 1, 2, 3 */
}

.circle-chart__background {
  stroke: #efefef;
  stroke-width: 2;
  fill: none;
}

.circle-chart__info {
  -webkit-animation: circle-chart-appear 2s forwards;
  animation: circle-chart-appear 2s forwards;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  -webkit-transform: translateY(0.3em);
  -ms-transform: translateY(0.3em);
  transform: translateY(0.3em);
}

.circle-chart__percent {
  alignment-baseline: central;
  text-anchor: middle;
  font-size: 8px;
}

.circle-chart__subline {
  alignment-baseline: central;
  text-anchor: middle;
  font-size: 3px;
}

.success-stroke {
  stroke: #00C851;
}

.warning-stroke {
  stroke: #ffbb33;
}

.danger-stroke {
  stroke: #ff4444;
}

@-webkit-keyframes circle-chart-fill {
  to {
    stroke-dasharray: 0 100;
  }
}

@keyframes circle-chart-fill {
  to {
    stroke-dasharray: 0 100;
  }
}

@-webkit-keyframes circle-chart-appear {
  to {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes circle-chart-appear {
  to {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

/*! #######################################################################
	MeanMenu 2.0.7
	--------
	To be used with jquery.meanmenu.js by Chris Wharton (http://www.meanthemes.com/plugins/meanmenu/)
####################################################################### */
a.meanmenu-reveal {
  display: none;
}

.mean-container .mean-bar {
  float: left;
  width: 100%;
  position: relative;
  background: transparent;
  padding: 4px 0;
  min-height: 42px;
  z-index: 4000;
}

.mean-container a.meanmenu-reveal {
  border: 1px solid #2B2B2B;
  width: 22px;
  height: 22px;
  padding: 13px 13px 11px 13px;
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
  color: #2B2B2B;
  text-decoration: none;
  font-size: 16px;
  line-height: 22px;
  font-size: 1px;
  display: block;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 700;
  margin-right: 15px;
}

.mean-container a.meanmenu-reveal span {
  display: block;
  background: #2B2B2B;
  height: 3px;
  margin-top: 3px;
}

.mean-container .mean-nav {
  float: left;
  width: 100%;
  background: #0c1923;
  margin-top: 53px;
}

.mean-container .mean-nav ul {
  padding: 0;
  margin: 0;
  width: 100%;
  list-style-type: none;
}

.mean-container .mean-nav ul li {
  position: relative;
  float: left;
  width: 100%;
}

.mean-container .mean-nav ul li a {
  display: block;
  float: left;
  width: 90%;
  padding: 13px 5%;
  margin: 0;
  text-align: left;
  color: #fff;
  border-top: 1px solid #383838;
  border-top: 1px solid rgba(255, 255, 255, 0.5);
  text-decoration: none;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 1.4;
}

.mean-container .mean-nav ul li li a {
  width: 80%;
  padding: 13px 10%;
  border-top: 1px solid #f1f1f1;
  border-top: 1px solid rgba(255, 255, 255, 0.25);
  opacity: 0.75;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=75)";
  filter: alpha(opacity=75);
  text-shadow: none !important;
  visibility: visible;
}

.mean-container .mean-nav ul li.mean-last a {
  border-bottom: none;
  margin-bottom: 0;
}

.mean-container .mean-nav ul li li li a {
  width: 70%;
  padding: 13px 15%;
}

.mean-container .mean-nav ul li li li li a {
  width: 60%;
  padding: 13px 20%;
}

.mean-container .mean-nav ul li li li li li a {
  width: 50%;
  padding: 13px 25%;
}

.mean-container .mean-nav ul li a:hover {
  background: #252525;
  background: rgba(255, 255, 255, 0.1);
}

.mean-container .mean-nav ul li a.mean-expand {
  margin-top: 1px;
  width: 26px;
  height: 32px;
  padding: 6px 11px;
  text-align: center;
  position: absolute;
  line-height: 34px;
  right: 0;
  top: 0;
  z-index: 2;
  font-weight: 700;
  background: rgba(255, 255, 255, 0.1);
  border: none !important;
  border-left: 1px solid rgba(255, 255, 255, 0.4) !important;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2) !important;
}

.mean-container .mean-nav ul li a.mean-expand:hover {
  background: rgba(0, 0, 0, 0.9);
}

.mean-container .mean-push {
  float: left;
  width: 100%;
  padding: 0;
  margin: 0;
  clear: both;
}

.mean-nav .wrapper {
  width: 100%;
  padding: 0;
  margin: 0;
}

.mean-container .mean-bar,
.mean-container .mean-bar * {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

.mean-remove {
  display: none !important;
}

.mobile-menu {
  position: absolute;
  right: 0px;
  width: 100%;
  top: 24px;
}

@media only screen and (max-width: 319px) {
  .mobile-menu {
    top: 20px;
  }
}

.mean-container a.meanmenu-reveal span span {
  display: none;
}

.mean-container a.meanmenu-reveal span span span {
  display: none;
}

.mean-container a.meanmenu-reveal span:before {
  width: 22px;
  height: 3px;
  content: '';
  background: #2B2B2B;
  position: absolute;
  left: 13px;
  top: 22px;
}

.mean-container a.meanmenu-reveal span:after {
  width: 22px;
  height: 3px;
  content: '';
  background: #2B2B2B;
  position: absolute;
  left: 13px;
  top: 28px;
}

/*==================================================
===| 03. Animations
===================================================*/
@-webkit-keyframes radial_pulse1 {
  0% {
    -webkit-box-shadow: 0 0 0 0px rgba(255, 255, 255, 0.5);
    box-shadow: 0 0 0 0px rgba(255, 255, 255, 0.5);
  }

  100% {
    -webkit-box-shadow: 0 0 0 45px rgba(255, 255, 255, 0);
    box-shadow: 0 0 0 45px rgba(255, 255, 255, 0);
  }
}

@keyframes radial_pulse1 {
  0% {
    -webkit-box-shadow: 0 0 0 0px rgba(255, 255, 255, 0.5);
    box-shadow: 0 0 0 0px rgba(255, 255, 255, 0.5);
  }

  100% {
    -webkit-box-shadow: 0 0 0 45px rgba(255, 255, 255, 0);
    box-shadow: 0 0 0 45px rgba(255, 255, 255, 0);
  }
}

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

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

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

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

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

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

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

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

@-webkit-keyframes sliderInDown {
  0% {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }

  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}

@keyframes sliderInDown {
  0% {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }

  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}

.sliderInDown {
  -webkit-animation-name: sliderInDown;
  animation-name: sliderInDown;
}

@-webkit-keyframes sliderOutDown {
  0% {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  }

  to {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

@keyframes sliderOutDown {
  0% {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  }

  to {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

.sliderOutDown {
  -webkit-animation-name: sliderOutDown;
  animation-name: sliderOutDown;
}

@-webkit-keyframes fadeInDown_2 {
  0% {
    -webkit-transform: translate3d(0, -100%, 0);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    transform: translate3d(0, -100%, 0);
  }

  to {
    -webkit-transform: translateZ(0);
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    transform: translateZ(0);
  }
}

@keyframes fadeInDown_2 {
  0% {
    -webkit-transform: translate3d(0, -100%, 0);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    transform: translate3d(0, -100%, 0);
  }

  to {
    -webkit-transform: translateZ(0);
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    transform: translateZ(0);
  }
}

.fadeInDown_2 {
  -webkit-animation-name: fadeInDown_2;
  animation-name: fadeInDown_2;
}

@-webkit-keyframes fadeInLeft_2 {
  0% {
    -webkit-transform: translate3d(-100%, 0, 0);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    transform: translate3d(-100%, 0, 0);
  }

  to {
    -webkit-transform: translateZ(0);
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    transform: translateZ(0);
  }
}

@keyframes fadeInLeft_2 {
  0% {
    -webkit-transform: translate3d(-100%, 0, 0);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    transform: translate3d(-100%, 0, 0);
  }

  to {
    -webkit-transform: translateZ(0);
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    transform: translateZ(0);
  }
}

.fadeInLeft_2 {
  -webkit-animation-name: fadeInLeft_2;
  animation-name: fadeInLeft_2;
}

@-webkit-keyframes fadeInRight_2 {
  0% {
    -webkit-transform: translate3d(100%, 0, 0);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    transform: translate3d(100%, 0, 0);
  }

  to {
    -webkit-transform: translateZ(0);
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    transform: translateZ(0);
  }
}

@keyframes fadeInRight_2 {
  0% {
    -webkit-transform: translate3d(100%, 0, 0);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    transform: translate3d(100%, 0, 0);
  }

  to {
    -webkit-transform: translateZ(0);
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    transform: translateZ(0);
  }
}

.fadeInRight_2 {
  -webkit-animation-name: fadeInRight_2;
  animation-name: fadeInRight_2;
}

@-webkit-keyframes fadeInUp_2 {
  0% {
    -webkit-transform: translate3d(0, 100%, 0);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    transform: translate3d(0, 100%, 0);
  }

  to {
    -webkit-transform: translateZ(0);
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    transform: translateZ(0);
  }
}

@keyframes fadeInUp_2 {
  0% {
    -webkit-transform: translate3d(0, 100%, 0);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    transform: translate3d(0, 100%, 0);
  }

  to {
    -webkit-transform: translateZ(0);
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    transform: translateZ(0);
  }
}

.fadeInUp_2 {
  -webkit-animation-name: fadeInUp_2;
  animation-name: fadeInUp_2;
}

@-webkit-keyframes fadeOutDown_2 {
  0% {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  }

  to {
    -webkit-transform: translate3d(0, 100%, 0);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    transform: translate3d(0, 100%, 0);
  }
}

@keyframes fadeOutDown_2 {
  0% {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  }

  to {
    -webkit-transform: translate3d(0, 100%, 0);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    transform: translate3d(0, 100%, 0);
  }
}

.fadeOutDown_2 {
  -webkit-animation-name: fadeOutDown_2;
  animation-name: fadeOutDown_2;
}

@-webkit-keyframes fadeOutLeft_2 {
  0% {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  }

  to {
    -webkit-transform: translate3d(-100%, 0, 0);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    transform: translate3d(-100%, 0, 0);
  }
}

@keyframes fadeOutLeft_2 {
  0% {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  }

  to {
    -webkit-transform: translate3d(-100%, 0, 0);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    transform: translate3d(-100%, 0, 0);
  }
}

.fadeOutLeft_2 {
  -webkit-animation-name: fadeOutLeft_2;
  animation-name: fadeOutLeft_2;
}

@-webkit-keyframes fadeOutRight_2 {
  0% {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  }

  to {
    -webkit-transform: translate3d(100%, 0, 0);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    transform: translate3d(100%, 0, 0);
  }
}

@keyframes fadeOutRight_2 {
  0% {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  }

  to {
    -webkit-transform: translate3d(100%, 0, 0);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    transform: translate3d(100%, 0, 0);
  }
}

.fadeOutRight_2 {
  -webkit-animation-name: fadeOutRight_2;
  animation-name: fadeOutRight_2;
}

@-webkit-keyframes fadeOutUp_2 {
  0% {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  }

  to {
    -webkit-transform: translate3d(0, -100%, 0);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    transform: translate3d(0, -100%, 0);
  }
}

@keyframes fadeOutUp_2 {
  0% {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  }

  to {
    -webkit-transform: translate3d(0, -100%, 0);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    transform: translate3d(0, -100%, 0);
  }
}

.fadeOutUp_2 {
  -webkit-animation-name: fadeOutUp_2;
  animation-name: fadeOutUp_2;
}

/*==================================================
===| 04. Pre-loader
===================================================*/
.preloader__content {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  background: #fff;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 10000;
}

.preloader__spinner {
  -webkit-animation: spinner 1s infinite linear;
  animation: spinner 1s infinite linear;
  border-radius: 50%;
  border: 3px solid rgba(0, 0, 0, 0.2);
  border-top-color: #000000;
  border-left-color: #000000;
  border-right-color: #000000;
  height: 9em;
  margin: 0 auto 3.5em auto;
  width: 9em;
}

@media only screen and (max-width: 767px) {
  .preloader__spinner {
    height: 8em;
    width: 8em;
  }
}

@media only screen and (max-width: 575px) {
  .preloader__spinner {
    height: 7em;
    width: 7em;
  }
}

.preloader__txt {
  font: bold 5em 'Montserrat', sans-serif;
  text-align: center;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

@media only screen and (max-width: 767px) {
  .preloader__txt {
    font: bold 3.5em 'Montserrat', sans-serif;
  }
}

@media only screen and (max-width: 575px) {
  .preloader__txt {
    font: bold 2em 'Montserrat', sans-serif;
  }
}

.preloader__txt .letters-loading {
  color: rgba(0, 0, 0, 0.2);
  position: relative;
}

.preloader__txt .letters-loading:before {
  -webkit-animation: letters-loading 4s infinite;
  animation: letters-loading 4s infinite;
  color: #000000;
  content: attr(data-text-preloader);
  left: 0;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  position: absolute;
  top: 0;
  -webkit-transform: rotateY(-90deg);
  transform: rotateY(-90deg);
}

.preloader__txt .letters-loading:nth-child(2):before {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}

.preloader__txt .letters-loading:nth-child(3):before {
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
}

.preloader__txt .letters-loading:nth-child(4):before {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
}

.preloader__txt .letters-loading:nth-child(5):before {
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
}

.preloader__txt .letters-loading:nth-child(6):before {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}

.preloader__txt .letters-loading:nth-child(7):before {
  -webkit-animation-delay: 1.2s;
  animation-delay: 1.2s;
}

.preloader__txt .letters-loading:nth-child(8):before {
  -webkit-animation-delay: 1.4s;
  animation-delay: 1.4s;
}

.preloader__txt .letters-loading:nth-child(9):before {
  -webkit-animation-delay: 1.6s;
  animation-delay: 1.6s;
}

.preloader__txt .letters-loading:nth-child(10):before {
  -webkit-animation-delay: 1.8s;
  animation-delay: 1.8s;
}

.preloader__txt .letters-loading:nth-child(11):before {
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
}

.preloader__txt .letters-loading:nth-child(12):before {
  -webkit-animation-delay: 2.2s;
  animation-delay: 2.2s;
}

.preloader__txt .letters-loading:nth-child(13):before {
  -webkit-animation-delay: 2.4s;
  animation-delay: 2.4s;
}

.preloader__txt .letters-loading:nth-child(14):before {
  -webkit-animation-delay: 2.6s;
  animation-delay: 2.6s;
}

.preloader__txt .letters-loading:nth-child(15):before {
  -webkit-animation-delay: 2.8s;
  animation-delay: 2.8s;
}

.preloader__txt .letters-loading:nth-child(16):before {
  -webkit-animation-delay: 3s;
  animation-delay: 3s;
}

@-webkit-keyframes spinner {
  to {
    -webkit-transform: rotateZ(360deg);
    transform: rotateZ(360deg);
  }
}

@keyframes spinner {
  to {
    -webkit-transform: rotateZ(360deg);
    transform: rotateZ(360deg);
  }
}

@-webkit-keyframes letters-loading {

  0%,
  75%,
  100% {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-transform: rotateY(-90deg);
    transform: rotateY(-90deg);
  }

  25%,
  50% {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
  }
}

@keyframes letters-loading {

  0%,
  75%,
  100% {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-transform: rotateY(-90deg);
    transform: rotateY(-90deg);
  }

  25%,
  50% {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
  }
}

/*==================================================
===| 05. Scroll To Top
===================================================*/
.scrollToTop {
  position: fixed;
  display: none;
  bottom: 50px;
  right: 35px;
  z-index: 5000;
  color: #fff;
  background: #222;
  height: 55px;
  width: 55px;
  text-align: center;
  line-height: 55px;
  border-radius: 50%;
  font-size: 18px;
  -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.14), 0 2px 8px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.14), 0 2px 8px 0 rgba(0, 0, 0, 0.1);
}

@media only screen and (max-width: 1199px) {
  .scrollToTop {
    bottom: 30px;
    right: 30px;
  }
}

.scrollToTop:after {
  position: absolute;
  z-index: -1;
  content: '';
  top: 100%;
  left: 5%;
  height: 10px;
  width: 90%;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  background: -o-radial-gradient(center, ellipse, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0) 80%);
  background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0) 80%);
}

.scrollToTop:hover {
  color: #fff;
  background: var(--primary_color_01);
}

@media only screen and (max-width: 767px) {
  .scrollToTop {
    bottom: 20px;
    right: 20px;
    height: 50px;
    width: 50px;
    line-height: 50px;
  }
}

/*==================================================
===| 06. Input
===================================================*/
.form-control {
  border: 1px solid #ddd;
  margin-bottom: 24px;
  padding: 14px 20px;
  border-radius: 0px;
  outline: 0 none;
  font-size: 16px;
  font-family: var(--font_primary);
  color: var(--font_color_01);
}

.form-control:focus {
  border-color: rgba(var(--primary_color_01), 0.7);
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: 0 none;
  color: var(--font_color_01);
}

.form-control::-webkit-input-placeholder {
  color: #999;
  font-size: 14px;
}

.form-control:-ms-input-placeholder {
  color: #999;
  font-size: 14px;
}

.form-control::-ms-input-placeholder {
  color: #999;
  font-size: 14px;
}

.form-control::-webkit-input-placeholder {
  color: #999;
  font-size: 14px;
}

.form-control::-moz-placeholder {
  color: #999;
  font-size: 14px;
}

.form-control:-ms-input-placeholder {
  color: #999;
  font-size: 14px;
}

.form-control::placeholder {
  color: #999;
  font-size: 14px;
}

.quantity {
  position: relative;
}

.quantity input[type=number]::-webkit-inner-spin-button,
.quantity input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.quantity input[type=number] {
  -moz-appearance: textfield;
}

.quantity input {
  width: 80px;
  height: 42px;
  line-height: 1.65;
  float: left;
  display: block;
  padding: 0;
  margin: 0;
  padding-left: 20px;
  border: 1px solid #ddd;
}

.quantity input:focus {
  outline: 0;
}

.quantity .quantity-nav {
  float: left;
  position: relative;
  height: 42px;
}

.quantity .quantity-button {
  position: relative;
  cursor: pointer;
  border-left: 1px solid #ddd;
  width: 20px;
  text-align: center;
  color: #3e3e3e;
  font-size: 10px;
  font-family: "Trebuchet MS", Helvetica, sans-serif !important;
  line-height: 2.2;
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}

.quantity .quantity-button.quantity-up {
  position: absolute;
  height: 50%;
  top: 0;
  border-bottom: 1px solid #ddd;
}

.quantity .quantity-button.quantity-down {
  position: absolute;
  bottom: 0px;
  height: 50%;
}

/*==================================================
===| 07. Button
===================================================*/
.main_btn {
  position: relative;
  -webkit-transition: all 0.5s cubic-bezier(0.6, 0, 0.7, 1);
  -o-transition: all 0.5s cubic-bezier(0.6, 0, 0.7, 1);
  transition: all 0.5s cubic-bezier(0.6, 0, 0.7, 1);
  display: inline-block;
}

.main_btn a,
.main_btn button {
  text-transform: capitalize;
  color: #fff;
  font-size: 16px;
  position: relative;
  display: inline-block;
  padding: 19px 45px;
  font-weight: bold;
  z-index: 20;
  line-height: 30px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}

.main_btn button {
  background: transparent;
  border: none;
}

.main_btn:after {
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  height: 100%;
  background: var(--primary_color_01);
  width: 100%;
  z-index: 10;
  border-radius: 10px;
}

.main_btn:before {
  z-index: 15;
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 0;
  background: #524dea;
  -webkit-transition: all 0.5s cubic-bezier(0.6, 0, 0.7, 1);
  -o-transition: all 0.5s cubic-bezier(0.6, 0, 0.7, 1);
  transition: all 0.5s cubic-bezier(0.6, 0, 0.7, 1);
  border-radius: 10px;
}

.main_btn:hover {
  color: #fff;
}

.main_btn:hover:before {
  left: 0;
  right: auto;
  width: 100%;
}

.btn1 {
  display: inline-block;
  text-transform: uppercase;
  padding: 19px 42px;
  font-size: 14px;
  border-radius: 3px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  color: #fff;
  background: var(--primary_color_01);
  border: none;
  font-family: var(--font_primary);
  font-weight: bold;
}

.btn1:hover,
.btn1:focus {
  background: var(--tertiary_color_01);
  color: #fff;
}

.btn1:focus,
.btn1.focus {
  outline: 0;
}

.btn2 {
  font-family: var(--font_primary);
  font-size: 16px;
  line-height: 30px;
  text-transform: uppercase;
  font-weight: bold;
  color: var(--font_color_01);
  letter-spacing: 1.3px;
  position: relative;
}

.btn2:before {
  position: absolute;
  content: '';
  width: 30px;
  height: 30px;
  background-color: #fff;
  left: 0px;
  top: -6px;
  z-index: -2;
  border-radius: 30px;
  border: 2px solid var(--font_color_01);
}

.btn2:after {
  position: absolute;
  content: '';
  width: 20px;
  height: 16px;
  background-color: #fff;
  left: 15px;
  top: 1px;
  z-index: -1;
}

.btn2:hover {
  color: #000;
}

.btn2 img {
  margin-left: 15px;
}

.btn2 span {
  margin-left: 5px;
}

.btn3 {
  display: inline-block;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: bold;
  border: none;
  font-family: var(--font_primary);
  padding: 17px 52px;
  border-radius: 10px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  color: var(--heading_color_01);
  background: #fff;
  -webkit-box-shadow: 0px 10px 15px rgba(104, 100, 237, 0.15);
  box-shadow: 0px 10px 15px rgba(104, 100, 237, 0.15);
}

.btn3:hover,
.btn3:focus {
  background: var(--tertiary_color_01);
  color: #fff;
  -webkit-box-shadow: 0px 10px 15px rgba(104, 100, 237, 0.2);
  box-shadow: 0px 10px 15px rgba(104, 100, 237, 0.2);
}

.btn3:focus,
.btn3.focus {
  outline: 0;
}

.btn4 {
  display: inline-block;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: bold;
  border: none;
  font-family: var(--font_primary);
  padding: 21px 45px;
  border-radius: 10px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  color: var(--sub_heading_color_01);
  background: #fff;
  -webkit-box-shadow: 0px 5px 15px rgba(104, 100, 237, 0.15);
  box-shadow: 0px 5px 15px rgba(104, 100, 237, 0.15);
}

.btn4:hover,
.btn4:focus {
  background: var(--tertiary_color_01);
  color: #fff;
  -webkit-box-shadow: 0px 5px 15px rgba(104, 100, 237, 0.2);
  box-shadow: 0px 5px 15px rgba(104, 100, 237, 0.2);
}

.btn4:focus,
.btn4.focus {
  outline: 0;
}

/*==================================================
===| 08. Heading And Page Title
===================================================*/
.title h5 {
  font-size: 17px;
  font-weight: bold;
  font-family: var(--font_primary);
  text-transform: capitalize;
  line-height: 30px;
  color: var(--sub_heading_color_01);
}

.title h2 {
  font-size: 48px;
  font-weight: 600;
  font-family: var(--font_display);
  line-height: 1.2;
  letter-spacing: 0.5;
  color: var(--heading_color_01);
}

@media only screen and (max-width: 575px) {
  .title h2 {
    font-size: 36px;
  }
}

@media only screen and (max-width: 319px) {
  .title h2 {
    font-size: 30px;
  }
}

.title h2 span {
  position: relative;
  display: inline-block;
  z-index: 10;
}

.title h2 span:before {
  position: absolute;
  content: '';
  left: 0px;
  width: 100%;
  height: 7px;
  background-color: var(--primary_color_01);
  bottom: -1px;
  z-index: -1;
}

/*==================================================
===| 09. Header
===================================================*/
.header__padding {
  padding: 0px 108px;
}

@media only screen and (max-width: 1399px) {
  .header__padding {
    padding: 0px 48px;
  }
}

@media only screen and (max-width: 991px) {
  .header__padding {
    padding: 0px 18px;
  }
}

@media only screen and (max-width: 767px) {
  .header__padding {
    padding: 0px;
  }
}

.header__top1 {
  background-color:#003281;
  height: 56px;
}

@media only screen and (max-width: 767px) {
  .header__top1 {
    height: auto;
    padding-bottom: 12px;
  }
}

.header__top1--leftContent ul {
  margin-top: 14px;
}

@media only screen and (max-width: 1199px) {
  .header__top1--leftContent ul {
    text-align: center;
  }
}

.header__top1--leftContent ul li {
  display: inline-block;
}

.header__top1--leftContent ul li:not(:last-child) {
  margin-right: 15px;
  position: relative;
  padding-right: 15px;
}

.header__top1--leftContent ul li:not(:last-child):before {
  position: absolute;
  content: '';
  width: 1px;
  height: 20px;
  background-color: rgba(102, 112, 117, 0.5);
  right: 0px;
  top: 4px;
}

@media only screen and (max-width: 640px) {
  .header__top1--leftContent ul li:nth-child(2) {
    margin-right: 10px;
    padding-right: 0px;
  }

  .header__top1--leftContent ul li:nth-child(2):before {
    display: none;
  }
}

@media only screen and (max-width: 479px) {
  .header__top1--leftContent ul li:nth-child(1) {
    margin-right: 10px;
    padding-right: 0px;
  }

  .header__top1--leftContent ul li:nth-child(1):before {
    display: none;
  }
}

.header__top1--leftContent ul li svg {
  width: 20px;
  color: var(--primary_color_01);
  margin-right: 2px;
}

.header__top1--leftContent ul li span {
  font-size: 15px;
  display: inline-block;
  color: rgba(255, 255, 255, 0.8);
  font-weight: 500;
  position: relative;
}

@media only screen and (max-width: 1199px) {
  .header__top1--rightContent {
    display: none;
  }
}

.header__top1--rightContent ul {
  display: inline-block;
  margin-right: 15px;
}

.header__top1--rightContent ul li {
  display: inline-block;
}

.header__top1--rightContent ul li:not(:first-child) {
  margin-left: 10px;
}

.header__top1--rightContent ul li a {
  width: 30px;
  height: 30px;
  color: #667075;
  border: 1px solid #667075;
  display: inline-block;
  font-size: 14px;
  text-align: center;
  line-height: 30px;
}

.header__top1--rightContent ul li a:hover {
  background-color: var(--primary_color_01);
  border-color: var(--primary_color_01);
  color: #fff;
}

.header__top1--rightContent .main_btn a,
.header__top1--rightContent .main_btn button {
  font-size: 16px;
  padding: 13px 45px;
}

.header__top1--rightContent .main_btn:after {
  border-radius: 0px;
}

.header__top1--rightContent .main_btn:before {
  border-radius: 0px;
}

.header.home1 .header__menu {
  height: 100px;
}

@media only screen and (max-width: 991px) {
  .header.home1 .header__menu {
    background-color: var(--primary_color_01);
    height: 96px;
  }
}

.header.home1 .header__menu-wrapper {
  padding: 0px 60px;
}

@media only screen and (max-width: 1399px) {
  .header.home1 .header__menu-wrapper {
    padding: 0px 30px;
  }
}

@media only screen and (max-width: 991px) {
  .header.home1 .header__menu-wrapper {
    padding: 0px 18px;
  }
}

@media only screen and (max-width: 767px) {
  .header.home1 .header__menu-wrapper {
    padding: 0px;
  }
}

.header.home1 .header__side-nav .search_box_container {
  position: relative;
}

.header.home1 .header__side-nav .search_box_container button.button {
  position: relative;
  top: -15px;
  right: 30px;
  color: var(--font_color_01);
}

@media only screen and (max-width: 1599px) {
  .header.home1 .header__side-nav .search_box_container button.button {
    right: 15px;
  }
}

.header.home1 .header__side-nav .search_box_container .search_form {
  display: inline-block;
  width: 400px;
  position: absolute;
  top: 78px;
  right: 0px;
  -webkit-box-shadow: 0px 15px 30px 0px rgba(0, 28, 107, 0.1);
  box-shadow: 0px 15px 30px 0px rgba(0, 28, 107, 0.1);
  padding: 40px 30px;
  z-index: 100;
  background-color: #fff;
  border-top: 3px solid var(--primary_color_01);
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  visibility: hidden;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.header.home1 .header__side-nav .search_box_container .search_form.search_form_toggle {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  visibility: visible;
  top: 48px;
}

.header.home1 .header__side-nav .search_box_container .search_form form {
  position: relative;
}

.header.home1 .header__side-nav .search_box_container .search_form form input {
  width: 100%;
  border: 1px solid var(--border_color_01);
  padding: 10px 20px;
}

.header.home1 .header__side-nav .search_box_container .search_form form button {
  border: none;
  background: none;
  position: absolute;
  right: 20px;
  top: 10px;
  color: var(--font_color_01);
}

.header.home1 .header__side-nav ul li {
  display: inline-block;
}

.header.home1 .header__logo {
  position: relative;
}

@media only screen and (max-width: 319px) {
  .header.home1 .header__logo {
    width: 160px;
  }
}

.header.home1 .header__logo:before {
  position: absolute;
  content: '';
  width: 2000px;
  height: 100px;

  top: 0px;
  right: 34%;
  z-index: -1;
}

@media only screen and (max-width: 1599px) {
  .header.home1 .header__logo:before {
    right: 10%;
  }
}

@media only screen and (max-width: 1399px) {
  .header.home1 .header__logo:before {
    right: 16%;
  }
}

@media only screen and (max-width: 1199px) {
  .header.home1 .header__logo:before {
    right: 10%;
  }
}

@media only screen and (max-width: 991px) {
  .header.home1 .header__logo:before {
    display: none;
  }
}

.header.home1 .header__logo a {
  margin-top: 10px;
  display: inline-block;
}

@media screen and (max-width:600px){
  .header__logo a{ margin-top:0px; position:relative; top:-15px;}
	}

@media only screen and (max-width: 991px) {
  .header.home1 .header__logo a {
    margin-top: 28px;
  }
}

.header.home1 .main-menu nav>ul>li {
  display: inline-block;
  position: relative;
}

.header.home1 .main-menu nav>ul>li>a {
  display: inline-block;
  font-size: 16px;
  line-height: 28px;
  color: var(--heading_color_01);
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: .5px;
  padding: 36px 20px 36px; 
}

.header.home1 .main-menu nav>ul>li>a:hover {
  color: var(--primary_color_01);
}

@media only screen and (max-width: 1599px) {
  .header.home1 .main-menu nav>ul>li>a {
    padding: 36px 10px 36px;
  }
}

.header.home1 .main-menu nav>ul>li.active>a {
  color: #333;
  position: relative;
}

.header.home1 .main-menu nav>ul>li.active>a:before {
  position: absolute;
  content: '';
  left: 0px;
  top: 36px;
  width: 100%;
  height: 28px;
  z-index: -1;

}

.header.home1 .main-menu nav>ul>li.active>a:hover {
  color: #333;
}

@media only screen and (min-width: 992px) {
  .header.home1 .main-menu nav ul li {
    position: relative;
  }

  .header.home1 .main-menu nav ul li:hover>a {
    color: var(--primary_color_01);
  }

  .header.home1 .main-menu nav ul li.active>a {
    color: #333;
  }

  .header.home1 .main-menu nav ul li.active>a:hover {
    color: #333;
  }

  .header.home1 .main-menu nav ul li ul {
    position: absolute;
    left: 0px;
    width: 250px;
    text-align: left;
    background: #fff;
    z-index: 900;
    border-top: 3px solid var(--primary_color_01);
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    padding: 17px 0px;
    -webkit-box-shadow: 0px 15px 30px 0px rgba(0, 28, 107, 0.1);
    box-shadow: 0px 15px 30px 0px rgba(0, 28, 107, 0.1);
    top: calc(100% + 30px);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    visibility: hidden;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .header.home1 .main-menu nav ul li ul {
    width: 230px;
  }
}

@media only screen and (min-width: 992px) {
  .header.home1 .main-menu nav ul li ul li {
    position: relative;
  }

  .header.home1 .main-menu nav ul li ul li ul {
    position: absolute;
    left: 250px;
    top: 30px;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    visibility: hidden;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .header.home1 .main-menu nav ul li ul li ul {
    left: 230px;
  }
}

@media only screen and (min-width: 992px) {
  .header.home1 .main-menu nav ul li ul li:hover ul {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    visibility: visible;
    top: 0px;
  }

  .header.home1 .main-menu nav ul li ul li a {
    font-weight: 500;
    padding: 6px 28px;
    display: block;
    font-size: 17px;
    color: #666;
  }

  .header.home1 .main-menu nav ul li ul li:hover>a {
    color: var(--primary_color_01);
  }

  .header.home1 .main-menu nav ul li ul li.sub_menu_li>a {
    position: relative;
  }

  .header.home1 .main-menu nav ul li ul li.sub_menu_li>a:before {
    position: absolute;
    content: '\f054';
    right: 28px;
    top: 9px;
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    font-size: 13px;
  }

  .header.home1 .main-menu nav ul li:hover>ul {
    top: 100%;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    visibility: visible;
  }
}

.header.home1 .mean-container a.meanmenu-reveal {
  border-color: #fff;
  color: #fff;
}

.header.home1 .mean-container a.meanmenu-reveal span {
  background: #fff;
}

.header.home1 .mean-container a.meanmenu-reveal span:before {
  background: #fff;
}

.header.home1 .mean-container a.meanmenu-reveal span:after {
  background: #fff;
}

.header.home1 .mean-container .mean-nav {
  margin-top: 65px;
}

.header.home1 .extraInfo {
  width: 200px;
  position: relative; float:right;
}

.header.home1 .extraInfo:before {
  position: absolute;
  content: '';
  left: 0px;
  top: 0px;
  width: 1px;
  height: 100px;
  background-color: var(--border_color_01);
}

.header.home1 .extraInfo__imgBox {
  position: absolute;
  left: 35px;
  top: 29px;
}

.header.home1 .extraInfo__content {
  padding-top: 30px;
  padding-left: 87px;
}

.header.home1 .extraInfo__content p {
  line-height: 1;
  margin-bottom: 5px;
  font-weight: 500;
  font-size: 17px;
}

.header.home1 .extraInfo__content span {
  line-height: 1;
  font-size: 20px;
  font-weight: 700;
  color: var(--heading_color_01);
}

.header .container-fluid {
  padding-left: 0px;
  padding-right: 0px;
}

.header__top2 {
  padding-right: 40px;
  padding-top: 16px;
  padding-bottom: 14px;
  padding-left: 22%;
}

@media only screen and (max-width: 1199px) {
  .header__top2 {
    padding-left: 20px;
  }
}

@media only screen and (max-width: 991px) {
  .header__top2 {
    background-color: var(--tertiary_color_01);
  }
}

.header__top2__left {
  position: relative;
}

@media only screen and (max-width: 991px) {
  .header__top2__left {
    text-align: center;
    float: none !important;
  }
}

.header__top2__left--thumb1 {
  background-color: var(--secondary_color_02);
  width: 45px;
  height: 45px;
  border-radius: 50px;
  text-align: center;
  line-height: 43px;
  display: inline-block;
}

.header__top2__left--thumb2 {
  position: absolute;
  top: 30px;
  left: -140px;
}

@media only screen and (max-width: 1830px) {
  .header__top2__left--thumb2 {
    display: none;
  }
}

.header__top2__left p {
  margin-bottom: 0px;
  padding-left: 10px;
}

@media only screen and (max-width: 991px) {
  .header__top2__left p {
    color: #fff;
  }
}

@media only screen and (max-width: 400px) {
  .header__top2__left p {
    font-size: 15px;
    line-height: 25px;
    padding-left: 0px;
  }
}

@media only screen and (max-width: 991px) {
  .header__top2__right {
    display: none;
  }
}

.header__top2__right--item {
  position: relative;
  display: inline-block;
}

.header__top2__right--item:not(:first-child) {
  margin-left: 75px;
}

.header__top2__right--item:not(:first-child):before {
  position: absolute;
  left: -40px;
  content: '';
  top: 8px;
  width: 1px;
  height: 30px;
  background-color: var(--border_color_01);
}

@media only screen and (max-width: 1599px) {
  .header__top2__right--item:last-child {
    display: none;
  }
}

.header__top2__right--item img {
  position: absolute;
  left: 0px;
  top: 10px;
}

.header__top2__right--itemContent {
  padding-left: 40px;
}

.header__top2__right--itemContent p {
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 1px;
  line-height: 1;
}

.header__top2__right--itemContent h6 {
  font-size: 17px;
  font-weight: 600;
  font-family: var(--font_primary);
  margin-bottom: 0px;
  letter-spacing: 0.5px;
  line-height: 1;
}

.header__top2 p {
  margin-bottom: 0px;
  display: inline-block;
}

.header.home2 .header__logo {
  position: relative;
  left: 15%; float:left;
  bottom: 38px;
}

@media only screen and (max-width: 1199px) {
  .header.home2 .header__logo {
    left: 18px;
    bottom: 0px;
    max-width: 160px;
  }
}

@media only screen and (max-width: 991px) {
  .header.home2 .header__logo {
    bottom: auto;
    top: 10px;
  }
}

.header.home2 .header__menu-wrapper {
  position: relative;
}

.header.home2 .header__menu-wrapper:before {
  position: absolute;
  content: '';
  width: 78%;
  height: 62px;
  background-color: var(--primary_color_01);
  z-index: -1;
  top: 0px;
  right: 0px;
  border-radius: 10px 0px 0px 0px;
}

@media only screen and (max-width: 991px) {
  .header.home2 .header__menu-wrapper:before {
    display: none;
  }
}

.header.home2 .header__side-nav>ul>li {
  display: inline-block;
}

.header.home2 .header__side-nav>ul>li.search_box_container {
  position: relative;
}

.header.home2 .header__side-nav>ul>li.search_box_container button.button {
  position: relative;
  top: 0px;
  right: 45px;
  color: #fff;
}

@media only screen and (max-width: 1599px) {
  .header.home2 .header__side-nav>ul>li.search_box_container button.button {
    right: 20px;
  }
}

@media only screen and (max-width: 1399px) {
  .header.home2 .header__side-nav>ul>li.search_box_container button.button {
    top: 15px;
  }
}

.header.home2 .header__side-nav>ul>li.search_box_container .search_form {
  display: inline-block;
  width: 400px;
  position: absolute;
  top: 74px;
  right: -4px;
  -webkit-box-shadow: 0px 15px 30px 0px rgba(0, 28, 107, 0.1);
  box-shadow: 0px 15px 30px 0px rgba(0, 28, 107, 0.1);
  padding: 40px 30px;
  z-index: 100;
  background-color: #fff;
  border-top: 3px solid var(--primary_color_01);
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  visibility: hidden;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.header.home2 .header__side-nav>ul>li.search_box_container .search_form.search_form_toggle {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  visibility: visible;
  top: 44px;
}

@media only screen and (max-width: 1399px) {
  .header.home2 .header__side-nav>ul>li.search_box_container .search_form.search_form_toggle {
    top: 62px;
  }
}

.header.home2 .header__side-nav>ul>li.search_box_container .search_form form {
  position: relative;
}

.header.home2 .header__side-nav>ul>li.search_box_container .search_form form input {
  width: 100%;
  border: 1px solid var(--border_color_01);
  padding: 10px 20px;
}

.header.home2 .header__side-nav>ul>li.search_box_container .search_form form button {
  border: none;
  background: none;
  position: absolute;
  right: 20px;
  top: 10px;
  color: var(--font_color_01);
}

.header.home2 .header__side-nav .home2__menuBtn {
  font-weight: 700;
  font-size: 16px;
  letter-spacing: 1.3px;
  color: var(--heading_color_01);
  text-transform: uppercase;
  background-color: var(--secondary_color_02);
  padding: 19px 40px;
  position: relative;
  display: inline-block;
  height: 62px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.header.home2 .header__side-nav .home2__menuBtn:hover {
  background-color: var(--heading_color_01);
  color: #fff;
}

@media only screen and (max-width: 1399px) {
  .header.home2 .header__side-nav .home2__menuBtn {
    display: none;
  }
}

.header.home2 .main-menu {
  height: 62px;
}

.header.home2 .main-menu nav>ul>li {
  display: inline-block;
}

.header.home2 .main-menu nav>ul>li>a {
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: uppercase;
  line-height: 28px;
  display: inline-block;
  padding: 17px 22px;
  position: relative;
}

.header.home2 .main-menu nav>ul>li>a:before {
  position: absolute;
  content: '';
  left: 2%;
  top: 16px;
  width: 96%;
  height: 28px;
  background-color: var(--primary_color_01);
  z-index: -1;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

.header.home2 .main-menu nav>ul>li>a:hover {
  color: var(--heading_color_01);
}

.header.home2 .main-menu nav>ul>li>a:hover:before {
  background-color: var(--secondary_color_02);
}

.header.home2 .main-menu nav>ul>li.active>a {

}

.header.home2 .main-menu nav>ul>li.active>a:before {
  background-color: var(--secondary_color_02);
}

@media only screen and (min-width: 992px) {
  .header.home2 .main-menu nav ul li {
    position: relative;
  }

  .header.home2 .main-menu nav ul li:hover>a {
    color: var(--heading_color_01);
  }

  .header.home2 .main-menu nav ul li.active>a {
    color: var(--heading_color_01);
  }

  .header.home2 .main-menu nav ul li.active>a:hover {
    color: var(--heading_color_01);
  }

  .header.home2 .main-menu nav ul li ul {
    position: absolute;
    left: 0px;
    width: 250px;
    text-align: left;
    background: #fff;
    z-index: 900;
    border-top: 3px solid var(--primary_color_01);
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    padding: 17px 0px;
    -webkit-box-shadow: 0px 15px 30px 0px rgba(0, 28, 107, 0.1);
    box-shadow: 0px 15px 30px 0px rgba(0, 28, 107, 0.1);
    top: calc(100% + 30px);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    visibility: hidden;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .header.home2 .main-menu nav ul li ul {
    width: 230px;
  }
}

@media only screen and (min-width: 992px) {
  .header.home2 .main-menu nav ul li ul li {
    position: relative;
  }

  .header.home2 .main-menu nav ul li ul li ul {
    position: absolute;
    left: 250px;
    top: 30px;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    visibility: hidden;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .header.home2 .main-menu nav ul li ul li ul {
    left: 230px;
  }
}

@media only screen and (min-width: 992px) {
  .header.home2 .main-menu nav ul li ul li:hover ul {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    visibility: visible;
    top: 0px;
  }

  .header.home2 .main-menu nav ul li ul li a {
    font-weight: 500;
    padding: 6px 28px;
    display: block;
    font-size: 17px;
    color: #666;
  }

  .header.home2 .main-menu nav ul li ul li:hover>a {
    color: var(--primary_color_01);
  }

  .header.home2 .main-menu nav ul li ul li.sub_menu_li>a {
    position: relative;
  }

  .header.home2 .main-menu nav ul li ul li.sub_menu_li>a:before {
    position: absolute;
    content: '\f054';
    right: 28px;
    top: 9px;
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    font-size: 13px;
  }

  .header.home2 .main-menu nav ul li:hover>ul {
    top: 100%;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    visibility: visible;
  }
}

.header.home3 {
  position: relative;
  z-index: 1000;
}

.header.home3 .header__menu {
  position: absolute;
  width: 100%;
  left: 0px;
  top: 0px;
}

.header.home3 .header__menu-wrapper {
  padding-top: 40px;
}

@media only screen and (max-width: 991px) {
  .header.home3 .header__menu-wrapper {
    padding-top: 30px;
  }
}

.header.home3 .main-menu {
  margin-left: 25px;
  float: left;
}

@media only screen and (max-width: 1399px) {
  .header.home3 .main-menu {
    margin-left: 0px;
  }
}

@media only screen and (max-width: 1199px) {
  .header.home3 .main-menu {
    float: right;
  }
}

.header.home3 .main-menu>nav>ul>li {
  display: inline-block;
}

.header.home3 .main-menu>nav>ul>li>a {
  font-size: 16px;
  font-weight: 500;
  font-family: var(--font_primary);
  line-height: 28px;
  letter-spacing: 1px;
  color: var(--heading_color_01);
  display: inline-block;
  text-transform: uppercase;
  padding: 20px 16px;
}

@media only screen and (max-width: 1399px) {
  .header.home3 .main-menu>nav>ul>li>a {
    padding: 20px 10px;
  }
}

.header.home3 .main-menu>nav>ul>li>a:hover {
  color: var(--primary_color_01);
}

@media only screen and (min-width: 992px) {
  .header.home3 .main-menu>nav ul li {
    position: relative;
  }

  .header.home3 .main-menu>nav ul li:hover>a {
    color: var(--heading_color_01);
  }

  .header.home3 .main-menu>nav ul li.active>a {
    color: var(--heading_color_01);
  }

  .header.home3 .main-menu>nav ul li.active>a:hover {
    color: var(--heading_color_01);
  }

  .header.home3 .main-menu>nav ul li ul {
    position: absolute;
    left: 0px;
    width: 250px;
    text-align: left;
    background: #fff;
    z-index: 900;
    border-top: 3px solid var(--primary_color_01);
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    padding: 17px 0px;
    -webkit-box-shadow: 0px 15px 30px 0px rgba(0, 28, 107, 0.1);
    box-shadow: 0px 15px 30px 0px rgba(0, 28, 107, 0.1);
    top: calc(100% + 30px);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    visibility: hidden;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .header.home3 .main-menu>nav ul li ul {
    width: 230px;
  }
}

@media only screen and (min-width: 992px) {
  .header.home3 .main-menu>nav ul li ul li {
    position: relative;
  }

  .header.home3 .main-menu>nav ul li ul li ul {
    position: absolute;
    left: 250px;
    top: 30px;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    visibility: hidden;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .header.home3 .main-menu>nav ul li ul li ul {
    left: 230px;
  }
}

@media only screen and (min-width: 992px) {
  .header.home3 .main-menu>nav ul li ul li:hover ul {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    visibility: visible;
    top: 0px;
  }

  .header.home3 .main-menu>nav ul li ul li a {
    font-weight: 500;
    padding: 6px 28px;
    display: block;
    font-size: 17px;
    color: #666;
  }

  .header.home3 .main-menu>nav ul li ul li:hover>a {
    color: var(--primary_color_01);
  }

  .header.home3 .main-menu>nav ul li ul li.sub_menu_li>a {
    position: relative;
  }

  .header.home3 .main-menu>nav ul li ul li.sub_menu_li>a:before {
    position: absolute;
    content: '\f054';
    right: 28px;
    top: 9px;
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    font-size: 13px;
  }

  .header.home3 .main-menu>nav ul li:hover>ul {
    top: 100%;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    visibility: visible;
  }
}



/*==================================================
===| 11. Slider And Hero
===================================================*/
.slider1__item {
  position: relative;
}

.slider1__item:before {
  position: absolute;
  content: '';
  right: 0px;
  top: 0px;
  width: 100px;
  height: 500px;
  background-color:rgba(255, 255, 255, 0.5);
  z-index: 10;
}

@media only screen and (max-width: 1399px) {
  .slider1__item:before {
    height: 400px;
    opacity: 0.50;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  }
}

@media only screen and (max-width: 767px) {
  .slider1__item:before {
    display: none;
  }
}

.slider1__height {
  height: 700px;
  padding-bottom: 50px;
}

@media only screen and (max-width: 991px) {
  .slider1__height {
    padding-bottom: 0px;
    height: 600px;
  }
}

.slider1__img-01 {
  background: url(../img/02.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.slider1__img-02 {
  background: url(../img/03.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.slider1__img-03 {
  background: url(../img/01.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.slider1__content h1 {
  font-size: 85px;
  font-weight: 600;
  color: #fff;
  letter-spacing: -1px;
  line-height: 1.1;
}

@media only screen and (max-width: 991px) {
  .slider1__content h1 {
    font-size: 60px;
  }
}

@media only screen and (max-width: 479px) {
  .slider1__content h1 {
    font-size: 40px;
  }
}

.slider1__content p {
  color: #fff;
  font-weight: 500;
  padding-right: 120px;
}

@media only screen and (max-width: 1199px) {
  .slider1__content p {
    padding-right: 0px;
  }
}

@media only screen and (max-width: 767px) {
  .slider1__content p {
    font-size: 16px;
  }
}

.slider1 .owl-carousel .owl-dots {
  position: absolute;
  top: 145px;
  z-index: 1000;
  right: 60px;
}

@media only screen and (max-width: 767px) {
  .slider1 .owl-carousel .owl-dots {
    display: none;
  }
}

.slider1 .owl-carousel .owl-dots button.owl-dot {
  margin: 40px 0px;
  display: block;
  position: relative;
}

.slider1 .owl-carousel .owl-dots button.owl-dot span {
  display: none;
}

.slider1 .owl-carousel .owl-dots button.owl-dot:before {
  position: absolute;
  color: var(--heading_color_01);
  font-size: 20px;
  line-height: 30px;
  font-weight: 600;
}

.slider1 .owl-carousel .owl-dots button.owl-dot:nth-child(1):before {
  content: "01";
}

.slider1 .owl-carousel .owl-dots button.owl-dot:nth-child(2):before {
  content: "02";
}

.slider1 .owl-carousel .owl-dots button.owl-dot:nth-child(3):before {
  content: "03";
}

.slider1 .owl-carousel .owl-dots button.owl-dot.active:before {
  color: var(--primary_color_01);
}

.slider1 .owl-carousel .owl-dots button.owl-dot.active:after {
  position: absolute;
  content: '';
  left: 1px;
  bottom: -27px;
  width: 22px;
  height: 2px;
  background-color: var(--primary_color_01);
}

.slider2__height {
  height: 700px;
}

@media only screen and (max-width: 767px) {
  .slider2__height {
    height: 600px;
  }
}

.slider2__img-01 {
  background: url(../image/hero-04.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.slider2__img-02 {
  background: url(../image/hero-05.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.slider2__img-03 {
  background: url(../image/hero-06.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.slider2__content h1 {
  font-size: 85px;
  line-height: 1.1;
  letter-spacing: -0.5px;
  color: #fff;
  font-weight: 600;
}

@media only screen and (max-width: 767px) {
  .slider2__content h1 {
    font-size: 55px;
  }
}

@media only screen and (max-width: 479px) {
  .slider2__content h1 {
    font-size: 40px;
    line-height: 1.2;
  }
}

.slider2__content p {
  font-size: 17px;
  line-height: 30px;
  font-weight: 500;
  color: #fff;
  padding-right: 200px;
}

@media only screen and (max-width: 1399px) {
  .slider2__content p {
    padding-right: 0px;
  }
}

.slider2 .owl-carousel .owl-nav button.owl-prev,
.slider2 .owl-carousel .owl-nav button.owl-next {
  height: 60px;
  width: 60px;
  background: rgba(255, 255, 255, 0.2);
  color: #fff;
  text-align: center;
  position: absolute;
  font-size: 25px;
  line-height: 65px;
  border-radius: 5px;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  bottom: 60px;
  right: 300px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.slider2 .owl-carousel .owl-nav button.owl-prev:hover,
.slider2 .owl-carousel .owl-nav button.owl-next:hover {
  background: var(--primary_color_01);
}

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

  .slider2 .owl-carousel .owl-nav button.owl-prev,
  .slider2 .owl-carousel .owl-nav button.owl-next {
    right: 160px;
  }
}

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

  .slider2 .owl-carousel .owl-nav button.owl-prev,
  .slider2 .owl-carousel .owl-nav button.owl-next {
    display: none;
  }
}

.slider2 .owl-carousel .owl-nav button.owl-next {
  right: 240px;
  bottom: 120px;
}

@media only screen and (max-width: 1399px) {
  .slider2 .owl-carousel .owl-nav button.owl-next {
    right: 100px;
  }
}

.hero1 {
  position: relative;
}

.hero1__padding {
  padding: 288px 0px 178px 0px;
}

@media only screen and (max-width: 991px) {
  .hero1__padding {
    padding: 200px 0px 150px 0px;
  }
}

@media only screen and (max-width: 479px) {
  .hero1__padding {
    padding: 150px 0px 100px 0px;
  }
}

.hero1__thumb1 {
  position: absolute;
  z-index: -1;
  right: 8%;
  top: 19%;
  opacity: 0.07;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=7)";
  width: 700px;
  height: auto;
}

@media only screen and (max-width: 1700px) {
  .hero1__thumb1 {
    width: 640px;
    right: 5%;
  }
}

@media only screen and (max-width: 1599px) {
  .hero1__thumb1 {
    right: 1%;
    width: 600px;
  }
}

@media only screen and (max-width: 1199px) {
  .hero1__thumb1 {
    right: auto;
    left: 50px;
  }
}

@media only screen and (max-width: 991px) {
  .hero1__thumb1 {
    top: 100px;
  }
}

@media only screen and (max-width: 767px) {
  .hero1__thumb1 {
    width: calc(100% - 40px);
    left: 20px;
  }
}

@media only screen and (max-width: 575px) {
  .hero1__thumb1 {
    top: 150px;
  }
}

.hero1__thumb2 {
  position: absolute;
  z-index: -1;
  top: 20%;
  left: 44%;
}

@media only screen and (max-width: 1700px) {
  .hero1__thumb2 {
    top: 13%;
  }
}

@media only screen and (max-width: 400px) {
  .hero1__thumb2 {
    left: auto;
    right: 30px;
  }
}

.hero1__thumb3 {
  position: absolute;
  z-index: -1;
  bottom: 84px;
  left: 91px;
}

@media only screen and (max-width: 991px) {
  .hero1__thumb3 {
    left: auto;
    right: 80px;
  }
}

@media only screen and (max-width: 400px) {
  .hero1__thumb3 {
    bottom: 40px;
  }
}

.hero1__wrapper h1 {
  font-size: 85px;
  line-height: 1.1;
  font-weight: 600;
  letter-spacing: -0.5px;
  margin-bottom: 24px;
}

@media only screen and (max-width: 1399px) {
  .hero1__wrapper h1 {
    font-size: 60px;
  }
}

@media only screen and (max-width: 575px) {
  .hero1__wrapper h1 {
    font-size: 45px;
  }
}

@media only screen and (max-width: 400px) {
  .hero1__wrapper h1 {
    font-size: 35px;
  }
}

.hero1__wrapper p {
  padding-right: 100px;
}

@media only screen and (max-width: 880px) {
  .hero1__wrapper p {
    padding-right: 0px;
  }
}

@media only screen and (max-width: 319px) {
  .hero1__wrapper p {
    font-size: 15px;
    line-height: 26px;
  }
}

.hero1__wrapper__btn {
  margin-top: 39px;
}

.hero1__wrapper__btn>a.btn4 {
  margin-left: 25px;
}

@media only screen and (max-width: 575px) {
  .hero1__wrapper__btn>a.btn4 {
    display: none;
  }
}

.hero1__item {
  position: relative;
  margin-bottom: 33px;
  padding-top: 5px;
}

@media only screen and (max-width: 319px) {
  .hero1__item {
    padding-top: 0px;
  }
}

.hero1__item i {
  position: absolute;
  display: inline-block;
  left: 0px;
  top: 0px;
  width: 60px;
  height: 60px;
  background-color: var(--primary_color_01);
  border-radius: 10px;
  font-size: 30px;
  color: #fff;
  text-align: center;
  line-height: 60px;
}

@media only screen and (max-width: 319px) {
  .hero1__item i {
    width: 40px;
    height: 40px;
    font-size: 20px;
    line-height: 40px;
    border-radius: 3px;
  }
}

.hero1__item__content {
  padding-left: 80px;
}

@media only screen and (max-width: 319px) {
  .hero1__item__content {
    padding-left: 52px;
  }
}

.hero1__item__content h6 {
  font-size: 20px;
  font-weight: 600;
  line-height: 1.2;
  margin-bottom: 0px;
}

@media only screen and (max-width: 319px) {
  .hero1__item__content h6 {
    font-size: 17px;
  }
}

.hero1__item__content p {
  margin-bottom: 0px;
  color: var(--heading_color_01);
  text-transform: capitalize;
}

@media only screen and (max-width: 319px) {
  .hero1__item__content p {
    font-size: 15px;
  }
}

.hero1__item__content p a {
  font-style: italic;
  text-decoration: underline;
  display: inline-block;
  color: var(--heading_color_01);
}

.hero1__item__content p a:hover {
  color: var(--primary_color_01);
}

.hero1__thumb {
  width: 470px;
  height: 470px;
  position: relative;
  display: inline-block;
}

@media only screen and (max-width: 1199px) {
  .hero1__thumb {
    display: none;
  }
}

.hero1__thumb__img1 {
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 5;
}

.hero1__thumb__img2 {
  position: absolute;
  left: 14px;
  top: 14px;
  z-index: 10;
  width: 440px;
  height: 440px;
  border-radius: 100%;
}

.hero1__thumb__info1 {
  width: 135px;
  height: 135px;
  background-color: var(--secondary_color_02);
  position: absolute;
  z-index: 15;
  border-radius: 100%;
  text-align: center;
  left: 0px;
  top: 0px;
}

.hero1__thumb__info1 p {
  margin: 42px 0px 0px;
  text-transform: capitalize;
  font-size: 18px;
  font-weight: 600;
  line-height: 25px;
  color: var(--heading_color_01);
}

.hero1__thumb__info2 {
  width: 70px;
  height: 70px;
  background-color: var(--secondary_color_01);
  position: absolute;
  z-index: 20;
  border-radius: 100%;
  text-align: center;
  left: -25px;
  top: -25px;
}

.hero1__thumb__info2 h6 {
  margin: 20px 0px 0px;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.5;
  color: #fff;
}



.service1 {
  background-color: var(--gray_bg_01);
}

.service1__padding {
  padding-top: 120px;
  padding-bottom: 96px;
}

@media only screen and (max-width: 1199px) {
  .service1__padding {
    padding-top: 100px;
    padding-bottom: 76px;
  }
}

@media only screen and (max-width: 767px) {
  .service1__padding {
    padding-top: 80px;
    padding-bottom: 56px;
  }
}

.service1__item {
  background-color: #fff;
  -webkit-box-shadow: 0px 3px 9px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 3px 9px rgba(0, 0, 0, 0.05);
  border-radius: 20px;
  padding: 50px 60px 30px;
  position: relative;
  z-index: 10;
  margin-bottom: 24px;
}

@media only screen and (max-width: 479px) {
  .service1__item {
    padding: 50px 40px 30px;
  }
}

.service1__item:after {
  position: absolute;
  content: '';
  left: 0px;
  top: 0px;
  background-color: #2ED667;
  z-index: -1;
  width: 100%;
  height: 100%;
  border-radius: 20px;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}

.service1__item:before {
  position: absolute;
  content: '';
  left: 0px;
  top: 0px;
  background-color: #fff;
  z-index: 0;
  width: 100%;
  height: 100%;
  border-radius: 20px;
}

.service1__item:hover:after {
  top: 5px;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.service1__item h4 {
  font-weight: 600;
  font-size: 24px;
  line-height: 1.5;
  position: relative;
  z-index: 20;
}

.service1__item h4 a {
  color: var(--heading_color_01);
}

.service1__item__thumb {
  width: 80px;
  height: 80px;
  text-align: center;
  line-height: 80px;
  position: relative;
  background-color: #fff;
  z-index: 5;
  margin-left: 7px;
  margin-bottom: 21px;
}

.service1__item__thumb:after {
  position: absolute;
  content: '';
  width: 80px;
  height: 80px;
  background-color: #58DE85;
  z-index: -12;
  left: -7px;
  top: 0px;
  border-radius: 50px;
}

.service1__item__thumb:before {
  position: absolute;
  content: '';
  width: 80px;
  height: 80px;
  background-color: #E7FAED;
  z-index: -11;
  left: 0px;
  top: 0px;
  border-radius: 50px;
}

.service1__item__thumb img {
  width: 40px;
}

.service1__btn {
  background-color: #D5F2FF;
  width: 100%;
  padding: 50px;
  height: calc(100% - 24px);
  margin-bottom: 24px;
  border-radius: 20px;
}

.service1__btn h6 {
  font-weight: bold;
  font-size: 17px;
  line-height: 30px;
  color: var(--sub_heading_color_01);
  font-family: var(--font_primary);
  margin-bottom: 18px;
}

.service1 .service1_row div[class^="col"]:nth-child(1) .service1__item:after {
  background-color: #2ED667;
}

.service1 .service1_row div[class^="col"]:nth-child(1) .service1__item__thumb {
  color: #2ED667;
}

.service1 .service1_row div[class^="col"]:nth-child(1) .service1__item__thumb:after {
  background-color: #58DE85;
}

.service1 .service1_row div[class^="col"]:nth-child(1) .service1__item__thumb:before {
  background-color: #E7FAED;
}

.service1 .service1_row div[class^="col"]:nth-child(2) .service1__item:after {
  background-color: #B05EFF;
}

.service1 .service1_row div[class^="col"]:nth-child(2) .service1__item__thumb {
  color: #B05EFF;
}

.service1 .service1_row div[class^="col"]:nth-child(2) .service1__item__thumb:after {
  background-color: #C07EFF;
}

.service1 .service1_row div[class^="col"]:nth-child(2) .service1__item__thumb:before {
  background-color: #F3E6FF;
}

.service1 .service1_row div[class^="col"]:nth-child(3) .service1__item:after {
  background-color: #FFAC42;
}

.service1 .service1_row div[class^="col"]:nth-child(3) .service1__item__thumb {
  color: #FFAC42;
}

.service1 .service1_row div[class^="col"]:nth-child(3) .service1__item__thumb:after {
  background-color: #FFBD68;
}

.service1 .service1_row div[class^="col"]:nth-child(3) .service1__item__thumb:before {
  background-color: #FFF7EC;
}

.service1 .service1_row div[class^="col"]:nth-child(4) .service1__item:after {
  background-color: #2BBCFF;
}

.service1 .service1_row div[class^="col"]:nth-child(4) .service1__item__thumb {
  color: #2BBCFF;
}

.service1 .service1_row div[class^="col"]:nth-child(4) .service1__item__thumb:after {
  background-color: #55C9FF;
}

.service1 .service1_row div[class^="col"]:nth-child(4) .service1__item__thumb:before {
  background-color: #E6F7FF;
}

.service1 .service1_row div[class^="col"]:nth-child(5) .service1__item:after {
  background-color: #FD346E;
}

.service1 .service1_row div[class^="col"]:nth-child(5) .service1__item__thumb {
  color: #FD346E;
}

.service1 .service1_row div[class^="col"]:nth-child(5) .service1__item__thumb:after {
  background-color: #FD5D8B;
}

.service1 .service1_row div[class^="col"]:nth-child(5) .service1__item__thumb:before {
  background-color: #FFEDF2;
}

.service1 .service1_row div[class^="col"]:nth-child(6) .service1__item:after {
  background-color: #1EE2CF;
}

.service1 .service1_row div[class^="col"]:nth-child(6) .service1__item__thumb {
  color: #1EE2CF;
}

.service1 .service1_row div[class^="col"]:nth-child(6) .service1__item__thumb:after {
  background-color: #4BE8D9;
}

.service1 .service1_row div[class^="col"]:nth-child(6) .service1__item__thumb:before {
  background-color: #E2FBF9;
}

.service1 .service1_row div[class^="col"]:nth-child(7) .service1__item:after {
  background-color: #FCDC02;
}

.service1 .service1_row div[class^="col"]:nth-child(7) .service1__item__thumb {
  color: #FCDC02;
}

.service1 .service1_row div[class^="col"]:nth-child(7) .service1__item__thumb:after {
  background-color: #FDE335;
}

.service1 .service1_row div[class^="col"]:nth-child(7) .service1__item__thumb:before {
  background-color: #FFFDED;
}

.service1 .service1_row div[class^="col"]:nth-child(8) .service1__item:after {
  background-color: #FF5351;
}

.service1 .service1_row div[class^="col"]:nth-child(8) .service1__item__thumb {
  color: #FF5351;
}

.service1 .service1_row div[class^="col"]:nth-child(8) .service1__item__thumb:after {
  background-color: #FF7574;
}

.service1 .service1_row div[class^="col"]:nth-child(8) .service1__item__thumb:before {
  background-color: #FFEAEA;
}

.service1 .service1_row div[class^="col"]:nth-child(9) .service1__item:after {
  background-color: #2ED667;
}

.service1 .service1_row div[class^="col"]:nth-child(9) .service1__item__thumb {
  color: #2ED667;
}

.service1 .service1_row div[class^="col"]:nth-child(9) .service1__item__thumb:after {
  background-color: #58DE85;
}

.service1 .service1_row div[class^="col"]:nth-child(9) .service1__item__thumb:before {
  background-color: #E7FAED;
}

.service1 .service1_row div[class^="col"]:nth-child(10) .service1__item:after {
  background-color: #B05EFF;
}

.service1 .service1_row div[class^="col"]:nth-child(10) .service1__item__thumb {
  color: #B05EFF;
}

.service1 .service1_row div[class^="col"]:nth-child(10) .service1__item__thumb:after {
  background-color: #C07EFF;
}

.service1 .service1_row div[class^="col"]:nth-child(10) .service1__item__thumb:before {
  background-color: #F3E6FF;
}

.service1 .service1_row div[class^="col"]:nth-child(11) .service1__item:after {
  background-color: #FFAC42;
}

.service1 .service1_row div[class^="col"]:nth-child(11) .service1__item__thumb {
  color: #FFAC42;
}

.service1 .service1_row div[class^="col"]:nth-child(11) .service1__item__thumb:after {
  background-color: #FFBD68;
}

.service1 .service1_row div[class^="col"]:nth-child(11) .service1__item__thumb:before {
  background-color: #FFF7EC;
}

.service1 .service1_row div[class^="col"]:nth-child(12) .service1__item:after {
  background-color: #2BBCFF;
}

.service1 .service1_row div[class^="col"]:nth-child(12) .service1__item__thumb {
  color: #2BBCFF;
}

.service1 .service1_row div[class^="col"]:nth-child(12) .service1__item__thumb:after {
  background-color: #55C9FF;
}

.service1 .service1_row div[class^="col"]:nth-child(12) .service1__item__thumb:before {
  background-color: #E6F7FF;
}

.service1 .service1_row div[class^="col"]:nth-child(13) .service1__item:after {
  background-color: #FD346E;
}

.service1 .service1_row div[class^="col"]:nth-child(13) .service1__item__thumb {
  color: #FD346E;
}

.service1 .service1_row div[class^="col"]:nth-child(13) .service1__item__thumb:after {
  background-color: #FD5D8B;
}

.service1 .service1_row div[class^="col"]:nth-child(13) .service1__item__thumb:before {
  background-color: #FFEDF2;
}

.service1 .service1_row div[class^="col"]:nth-child(14) .service1__item:after {
  background-color: #1EE2CF;
}

.service1 .service1_row div[class^="col"]:nth-child(14) .service1__item__thumb {
  color: #1EE2CF;
}

.service1 .service1_row div[class^="col"]:nth-child(14) .service1__item__thumb:after {
  background-color: #4BE8D9;
}

.service1 .service1_row div[class^="col"]:nth-child(14) .service1__item__thumb:before {
  background-color: #E2FBF9;
}

.service1 .service1_row div[class^="col"]:nth-child(15) .service1__item:after {
  background-color: #FCDC02;
}

.service1 .service1_row div[class^="col"]:nth-child(15) .service1__item__thumb {
  color: #FCDC02;
}

.service1 .service1_row div[class^="col"]:nth-child(15) .service1__item__thumb:after {
  background-color: #FDE335;
}

.service1 .service1_row div[class^="col"]:nth-child(15) .service1__item__thumb:before {
  background-color: #FFFDED;
}

.service1 .service1_row div[class^="col"]:nth-child(16) .service1__item:after {
  background-color: #FF5351;
}

.service1 .service1_row div[class^="col"]:nth-child(16) .service1__item__thumb {
  color: #FF5351;
}

.service1 .service1_row div[class^="col"]:nth-child(16) .service1__item__thumb:after {
  background-color: #FF7574;
}

.service1 .service1_row div[class^="col"]:nth-child(16) .service1__item__thumb:before {
  background-color: #FFEAEA;
}

.service2 {
  background-color: var(--gray_bg_01);
  position: relative;
}

.service2__bg1 {
  position: absolute;
  left: 147px;
  top: 177px;
}

@media only screen and (max-width: 575px) {
  .service2__bg1 {
    display: none;
  }
}

.service2__bg2 {
  position: absolute;
  bottom: 111px;
  right: 78px;
}

@media only screen and (max-width: 575px) {
  .service2__bg2 {
    display: none;
  }
}

.service2__item {
  background-color: #fff;
  padding: 47px 50px 47px;
  position: relative;
  z-index: 10;
}

@media only screen and (max-width: 400px) {
  .service2__item {
    padding: 40px 30px 40px;
  }
}

.service2__item__thumb {
  margin-bottom: 30px;
}

.service2__item__thumb img {
  max-width: 70px;
}

.service2__item__content h5 {
  font-size: 24px;
  font-weight: 600;
  line-height: 1.5;
  margin-bottom: 13px;
}

@media only screen and (max-width: 479px) {
  .service2__item__content h5 {
    font-size: 22px;
  }
}

.service2__item__content p {
  font-size: 16px;
  line-height: 26px;
  margin-bottom: 27px;
}

.service2__item__content a {
  font-size: 15px;
  line-height: 25px;
  font-weight: 600;
  color: var(--heading_color_01);
}

.service2__item__content a:hover {
  color: var(--primary_color_01);
}

.service2__item__content a i {
  margin-top: 5px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
