/***************-----------------------***********************

/*----------------body start------------------*/
@import url('https://fonts.cdnfonts.com/css/raleway-5');
:root {
  --sun: rgba(242, 216, 100, 0.1);
  --moon: rgba(191, 191, 191, 0.1);
}
/* @font-face {
  font-family: raleway;
  src: url(../font/raleway/raleway.regular.ttf);
} */
                                                                  
                                                
body,
html {
  font-family: "Raleway", sans-serif;
  line-height: 26px;
  font-weight: 300;
  font-size: 16px;
  color: #6b84ad;
  overflow-x: hidden;
  background: #fff !important;
}

/*------------------custom css----------------*/
a {
  color: #1b355e;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #1b355e;
  text-decoration: none;
}
a:focus {
  outline: none;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: "Raleway", sans-serif;
  font-size: 16px;
  color: #1b355e;
  line-height: 26px;
  font-weight: 400;
  margin: 0;
  padding: 0;
}
p,
.p {
  color: #6b84ad;
  line-height: 26px;
}
ul {
  margin: 0;
  padding: 0;
}
li {
  list-style: none;
}
input,
select,
button {
  outline: none;
}
input:focus,
select:focus,
button:focus {
  outline: none;
  box-shadow: none;
}
textarea {
  outline: none;
}
textarea:focus {
  outline: none;
  box-shadow: none;
}
.about-fixed {
  float: left;
  margin-left: 40px;
  background: rgba(255, 255, 255, 0.8);
  border-radius: 20px;
  height: 320px;
  position: relative;
  top: 100px;
  padding: 30px;
  display: block;
  margin-right: auto;
  box-shadow: 0 5px 20px 0 rgb(0 0 0 / 6%);
  box-shadow: 6px 8px 18px 11px rgba(0, 0, 0, 0.25);
}
.footer-logo {
  width: 250px;
  /*  background: #fff; 
    border-radius: 20px;
    padding: 20px;
    */
}
.centralize {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.justify {
  text-align: justify;

  word-spacing: 3px;
  word-break: break-word;
}
.underline {
  display: block;
  height: 3px;
  font-weight: bold;
  background-color: #ff497c;
  content: " ";
  width: 70px;
  margin-top: 0.5rem !important;
  text-align: center;
  margin: 0 auto;
  margin-bottom: 0;
}
/*-- Preloader css start --*/
#preloader {
  background-color: #273f64;
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 2147483647;
  width: 100%;
  height: 100%;
}

/*---------Loader Settings---------------*/
.loader {
  position: relative;
  width: 120px;
  height: 90px;
  margin: 0 auto;
}
.loader:before {
  content: "";
  position: absolute;
  bottom: 30px;
  left: 50px;
  height: 30px;
  width: 30px;
  border-radius: 50%;
  background: #f8f8f8;
  animation: loading-bounce 0.5s ease-in-out infinite alternate;
}
.loader:after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  height: 7px;
  width: 45px;
  border-radius: 4px;
  box-shadow: 0 5px 0 #fff, -35px 50px 0 #fff, -70px 95px 0 #fff;
  animation: loading-step 1s ease-in-out infinite;
}

@keyframes loading-bounce {
  0% { transform: scale(1, 0.7)}
  40% { transform: scale(0.8, 1.2)}
  60% { transform: scale(1, 1)}
  100% { bottom: 140px }
}
@keyframes loading-step {
  0% {
    box-shadow: 0 10px 0 rgba(0,0,0,0),
                0 10px 0 #fff,
              -35px 50px 0 #fff,
              -70px 90px 0 #fff;
  }
  100% {
    box-shadow: 0 10px 0 #fff,
              -35px 50px 0 #fff,
              -70px 90px 0 #fff,
              -70px 90px 0 rgba(0,0,0,0);
  }
}

/*-----------end of Loader-------------*/


.wrapper-white {
  background: rgba(255, 255, 255, 1) !important;
}

.wrapper-grey {
  background: rgba(250, 249, 246, 1) !important;
}
.move-up {
  top: -4px;
}
.move-down {
  top: 4px;
}
.darken {
  color: #818589 !important;
  font-weight: 400 !important;
}
.sec-header {
  color: #1b355e !important;
  position: relative;
}
.fq-img {
  height: 53px;
}
/*---------- sw about top css start ------------*/
.sw_about_top_wrapper {
  float: left;
  width: 100%;
  background: #faf9f6;
}
.faq {
  width: 100%;
}
.panel:nth-child(n + 4) {
  display: none;
}

.sw_about_top_img {
  float: left;
  width: 100%;
  position: relative;
  right: -125px;
  margin-top: 40px;
}
.sw_left_heading_wraper {
  text-align: left;
  width: 100%;
  padding-bottom: 40px;
}
.sw_left_heading_wraper h1 {
  margin: 0px 0px 0px 0px;
  color: #1d3571;
  font-size: 32px;
  font-weight: 500;
  margin-bottom: 3px;
  text-transform: capitalize;
}
.sw_dark_heading_wraper h1 {
}
.sw_abot_top_txt_wrapper {
  float: left;
  width: 100%;
  padding-top: 80px;
}
.sw_dark_heading_wraper p {
  color: rgba(255, 255, 255, 0.6);
  margin-top: 15px;
  font-weight: 400;
}
.sw_road_leads_img img {
  width: 100%;
  float: left;
}
.row {
  margin-bottom: 0;
}
.sw_abt_tp_txt p {
  color: #818589 !important;
  font-size: 16px;
}
.sw_abt_btm_wrapper {
  float: left;
  width: 100%;
  background: #f6fbff;
  padding-top: 100px;
  padding-bottom: 50px;
}
#status {
  background-position: center center;
  background-repeat: no-repeat;
  height: auto;
  position: absolute;
  left: 50%;
  top: 50%;
  color: #dbbb0a;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
}
.owl-item.active:hover {
  box-shadow: 0px 8px 20px rgb(119 179 42 / 6%);
}
.partn {
  width: 100%;
  height: 90px;
  object-fit: contain;
}
.circle_btm {
  margin-top: -111px;
  float: left;
  width: 100%;
}
.circle_btm a:after {
  content: "";
  width: 165px;
  height: 165px;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 100%;
  position: absolute;
  left: -22px;
  top: -21px;
}
#return-to-top {
  float: right;
  color: #1b355e;
  text-transform: uppercase;
  background: #fff;
  width: 120px;
  height: 120px;
  display: block;
  text-decoration: none;
  display: none;
  line-height: 120px;
  font-size: 20px;
  text-align: center;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: 1000;
}
.circle_btm a {
  border-radius: 100%;
  z-index: 1;
  float: right;
  position: relative;
  -webkit-box-shadow: 0px 2px 25px -5px #c5c5c5;
  -moz-box-shadow: 0px 2px 25px -5px #c5c5c5;
  -o-box-shadow: 0px 2px 25px -5px #c5c5c5;
  -ms-box-shadow: 0px 2px 25px -5px #c5c5c5;
  box-shadow: 0px 0px 2px 25px -5px #c5c5c5;
}
#return-to-top i {
  color: #1b355e;
  margin: 0;
  left: 0;
  position: relative;
  top: 0;
  font-size: 20px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#return-to-top:hover {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
/*---------- header and navigation Start ------------*/
.mean-container {
  position: relative;
}
.transparent-menu {
  position: relative;
  z-index: 1000;
  background: #fff;
}
.logo {
  display: inline-block;
  vertical-align: middle;
}
.float-right {
  float: right;
}
.search_div {
  z-index: 100;
}
.mean-container {
  position: relative;
}
.search_response {
  top: 2px;
}
/*----stick menu-----*/
.menu_fixed {
  position: fixed;
  background: #fff !important;
  -webkit-box-shadow: 0px 1px 20px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 1px 20px 0px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0px 1px 20px 0px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0px 1px 20px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 1px 20px 0px rgba(0, 0, 0, 0.1);
  z-index: 1000;
  left: 0;
  right: 0;
  top: 0;
  color: #1b355e !important;
}
.header-area.stick .mainmenu ul li a,
.stick .mean-container a.meanmenu-reveal {
  color: #000000;
}
.header-area.stick .menu-bar:after,
.header-area.stick .menu-bar:before,
.header-area.stick .menu-bar span,
.stick .mainmenu ul li.parent:after,
.stick .mainmenu ul li.parent:before,
.stick .mainmenu ul li.has-mega > a:before,
.stick .mainmenu ul li.has-mega > a:after,
.stick .mean-container a.meanmenu-reveal span {
  background-color: #222;
}
/* mobail_menu_main */
.menu_fixed {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  background: #3d8cc4;
  box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.2);
}
.mobail_menu_main {
  float: none;
  width: 100%;
}
.header_login {
  float: right;
}
.bt_main_menu_wrapper {
  float: left;
  width: 100%;
}
.search-wrapper {
  float: none;
  display: inline-block;
  margin-left: -25px;
}
.sw_icon_bar {
  float: none;
  display: inline-block;
}
nav {
  background: transparent;
  box-shadow: none;
  float: left;
  width: auto;
}
nav ul li:hover,
nav ul li.active {
  background: transparent;
}
.caret_btn {
  position: relative;
}
.caret_btn span {
  width: 15px;
  height: 15px;
  color: #ffffff;
  background: #ff3232;
  border-radius: 100%;
  font-size: 10px;
  float: left;
  line-height: 15px;
  text-align: center;
  position: absolute;
  left: 20px;
  bottom: 15px;
}
.caret_btn a i:before {
  font-size: 16px;
  color: #fff;
}
.cc_cart_wrapper1 {
  float: left;
  width: 100%;
  border-bottom: 1px solid rgba(222, 222, 222, 0.3);
  padding-top: 15px;
  padding-bottom: 15px;
}
.cc_cart_wrapper2 {
  float: left;
  width: 100%;
  padding-top: 25px;
  padding-bottom: 25px;
  padding-left: 30px;
  border-bottom: 1px solid #37a4dd;
}
.cc_cart_img_wrapper {
  float: left;
  width: 80px;
}
.cc_cart_cont_wrapper {
  width: calc(100% - 80px);
  float: left;
  padding-left: 20px;
  position: relative;
}
.cc_cart_cont_wrapper h4 {
  text-align: left;
}
.cc_cart_cont_wrapper h4 a {
  color: #1b355e !important;
  font-size: 16px;
  font-weight: 500;
  padding: 0 !important;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.cc_cart_cont_wrapper p {
  color: #1b355e;
  margin-top: 15px;
  background: #e8f5ff;
  width: 24px;
  height: 24px;
  line-height: 24px;
  text-align: center;
  font-size: 14px;
  float: left;
}
.cc_cart_cont_wrapper h5 i {
  float: right;
  margin-top: 6px;
  color: #e87358;
  font-size: 18px;
  cursor: pointer;
  font-weight: 600;
}
.btm_cart_wrapper {
  float: left;
  margin-top: 20px;
  padding-left: 10px;
}
.btm_cart_wrapper h5 {
  font-size: 20px;
  font-weight: 600;
  color: #338fd1;
  font-family: "Raleway", sans-serif;
}
.btm_cart_wrapper p {
  font-size: 14px;
  color: #1b355e;
  font-weight: 400;
  line-height: 18px;
}
/********-------------search css start---------***********/
.et_search_bar a {
  float: right;
  width: auto;
  text-align: center;
  color: #fff;
  font-size: 16px;
  cursor: pointer;
}
.et_search_box {
  position: absolute;
  right: 19%;
  top: 94%;
  padding: 0 20px 0 20px;
  display: inline-block;
  -webkit-box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.06);
  -moz-box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.06);
  -o-box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.06);
  -ms-box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.06);
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.06);
  background-color: #ffffff;
  display: none;
  width: 75%;
  border-radius: 20px;
  z-index: 1000;
}
.et_search_box input {
  float: left;
  width: calc(100% - 66px);
  padding: 0px 10px;
  height: 77px;
  border: 0;
  font-weight: 300;
  font-size: 18px;
  margin-bottom: 0;
  color: #333;
}
.et_search_box:before {
  content: "";
  border-left: 30px solid transparent;
  border-bottom: 25px solid rgb(255, 255, 255);
  position: absolute;
  right: 6%;
  top: -12px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.et_search_box a i {
  line-height: 76px;
}
.et_search_box input:focus {
  border-bottom: 0;
  outline: none;
  box-shadow: none;
}
.et_search_box a {
  border: 0;
  text-align: center;
  background: transparent;
  color: #1b355e;
  margin-top: 6px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.et_search_box a:hover {
  color: #1b355e;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.et_search_bar i {
  position: relative;
  top: 26px;
  font-size: 16px;
  width: 35px;
  height: 35px;
  line-height: 35px;
  color: #1b355e;
  left: -14px;
}
.et_search_box::placeholder {
  color: #1b355e;
}
.et_search_box input::-webkit-input-placeholder {
  color: #1b355e;
}
.et_search_box input::-moz-placeholder {
  color: #1b355e;
}
.et_search_box input:-ms-input-placeholder {
  color: #1b355e;
}
.et_search_box input:-moz-placeholder {
  color: #1b355e;
}
.et_navbar_search_wrapper {
  float: none;
}
.tc_login_btn {
  display: inline-block;
  position: relative;
  top: 27px;
  left: -20px;
}
.tc_login_btn .dropdown-toggle {
  float: left;
  width: 35px;
  height: 35px;
  background: transparent;
  text-align: center;
  line-height: 35px;
  border-radius: 30px;
  font-size: 16px;
  color: #fff;
  text-align: center;
}
.tc_login_btn_wrapper .dropdown-menu > li > a {
  color: #1b355e;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.tc_login_btn_wrapper .dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  background: #1b355e;
  color: #ffffff;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.tc_login_btn .dropdown-menu li a {
  padding: 10px 20px;
}
.header_btn {
  float: right;
  display: inline-block;
  margin-left: -10px;
  margin-top: 23px;
}
.header_btn ul {
  padding: 0;
  list-style: none;
}
.header_btn li a {
  width: 100%;
  height: 45px;
  float: left;
  color: #fff;
  background: linear-gradient(180deg, #469e59 0%, #77b32a 80.73%);
  font-family: "Raleway", sans-serif;
  text-align: center;
  line-height: 45px;
  font-size: 16px;
  border-radius: 50px;
  text-transform: capitalize;
  font-weight: 600;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.header_btn li a:hover {
  -webkit-box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}

/*******--------slider css------**********/
.slider_main_wrapper {
  float: left;
  width: 100%;
  position: relative;
  margin-top: -100px;
}

.slider_btn_boxshdw:hover {
  -webkit-box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1) !important;
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1) !important;
}
.tc_menu_fixed_border {
  width: 130px;
}
.sec_off_img img {
  width: auto !important;
  height: 100% !important;
}
.slider_main_wrapper .tp-mask-wrap {
  overflow: visible !important;
}
.hephaistos .tp-bullet {
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.2);
  border: 0;
  width: 25px;
  height: 5px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.hephaistos .tp-bullet:hover,
.hephaistos .tp-bullet.selected {
  background: #199738;
  border: 0;
  width: 25px;
  height: 5px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.sec_off_heading_background span {
  background: #199738;
}
.sec_off_sec_btn {
  margin-left: 180px;
}
.tp-caption.tp-hidden-caption,
.tp-forcenotvisible,
.tp-hide-revslider,
.tp-parallax-wrap.tp-hidden-caption {
  display: inline-block !important;
  visibility: visible !important;
}

/*********--------Background Height -----**********/
#rev_slider_1050_1_wrapper,
#rev_slider_1050_1_forcefullwidth {
  height: 900px !important;
}
.sw_spectrum_wrapper_shape {
  float: left;
  width: 100%;
  margin-top: -150px;
}
.sw_banner_top_shap_img_wrapper {
  float: left;
  width: 100%;
  position: relative;
}
/*********--------section scroll js -----**********/
#section10 {
  position: absolute;
  left: 19%;
}
#section10 span {
  width: 80px;
  height: 80px;
  background: #fff;
  border-radius: 100px;
  line-height: 80px;
  text-align: center;
}
.circle {
  position: relative;
  width: 125px;
  height: 125px;
  background: #ffffff;
  border-radius: 100%;
  z-index: 1;
  margin-top: -15px;
  -webkit-box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.06);
  -moz-box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.06);
  -o-box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.06);
  -ms-box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.06);
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.06);
}
.circle:after {
  content: "";
  width: 165px;
  height: 165px;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 100%;
  position: absolute;
  left: -20px;
  top: -21px;
}
#section10 a span {
  position: absolute;
  top: 35px;
  left: 49%;
  width: 30px;
  height: 50px;
  margin-left: -15px;
  border: 2px solid #1b355e;
  z-index: 1;
  border-radius: 50px;
  box-sizing: border-box;
}
#section10 a span::before {
  position: absolute;
  top: 10px;
  left: 50%;
  content: "";
  width: 6px;
  height: 6px;
  margin-left: -3px;
  z-index: 1;
  background-color: #1b355e;
  border-radius: 100%;
  -webkit-animation: sdb10 2s infinite;
  animation: sdb10 2s infinite;
  box-sizing: border-box;
}
@-webkit-keyframes sdb10 {
  0% {
    -webkit-transform: translate(0, 0);
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
  80% {
    -webkit-transform: translate(0, 20px);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes sdb10 {
  0% {
    transform: translate(0, 0);
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
  80% {
    transform: translate(0, 20px);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
.full_width {
  float: left;
  width: 100%;
}
/*****---------ws spectrum wrapper css-----*******/
.sw_spectrum_wrapper {
  float: left;
  width: 100%;
}
.sw_left_heading_wraper {
  text-align: left;
  width: 100%;
  padding-bottom: 40px;
}
.sw_left_heading_wraper h1 {
  margin: 0px 0px 0px 0px;
  color: #1b355e;
  font-size: 32px;
  font-weight: 400;
  margin-bottom: 3px;
  text-transform: capitalize;
}
.spectrum_slider_wrapper {
  float: left;
  width: 100%;
  text-align: center;
}
.spectrum_slider_wrapper .owl-carousel .owl-stage:after {
  height: 20px;
}
.spectrum_slider_wrapper .owl-carousel .owl-stage-outer {
  padding: 5px 5px;
  padding-left: 5px;
  padding-right: 5px;
}
.spectrum_slider_wrapper .owl-theme .owl-dots {
  display: none;
}
.spectrum_slider_wrapper .owl-theme .owl-nav {
  position: absolute;
  right: 0;
  top: -99px;
  margin-top: 0;
  z-index: 1;
  display: block;
}
.spectrum_slider_wrapper .owl-theme .owl-nav .owl-prev {
  color: #1b355e;
  font-size: 16px;
  margin: 5px;
  width: 45px;
  height: 45px;
  line-height: 40px;
  background: #fff;
  display: inline-block;
  border-radius: 50px;
  cursor: pointer;
}
.spectrum_slider_wrapper .owl-theme .owl-nav .owl-next {
  color: #1b355e;
  font-size: 16px;
  margin: 5px;
  width: 45px;
  height: 45px;
  line-height: 40px;
  background: #fff;
  display: inline-block;
  border-radius: 40px;
  cursor: pointer;
}
.spectrum_slider_wrapper .owl-theme .owl-nav .owl-next:hover {
  background: #e9f5ff;
  color: #1b355e;
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.06);
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.spectrum_slider_wrapper .owl-theme .owl-nav .owl-prev:hover {
  background: #e9f5ff;
  color: #1b355e;
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.06);
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.spectrum_slider_cntnt {
  float: left;
  width: 100%;
}
.spectrum_slider_shadow {
  padding: 40px 30px;
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.06);
  border-radius: 15px;
  background: #fff;
  height: 220px;
  line-height: 85px;
}
.spectrum_slider_cntnt:hover {
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.06);
  border-radius: 15px;
  transition: all 0.5s;
}
.spectrum_slider_cntnt:hover .spectrum_slider_shadow img {
  transform: scale(1.3);
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.spectrum_slider_shadow img {
  width: 60px !important;
  height: 60px;
  text-align: center;
  margin-bottom: 20px;
  display: inline-block !important;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.sw_spectrm_padding {
  padding-left: 5px !important;
  padding-right: 5px !important;
}
.spectrum_slider_cntnt h2 a {
  text-align: center;
  font-size: 18px;
  font-weight: 500;
  color: #1b355e;
  text-transform: capitalize;
}
.spectrum_slider_wrapper .owl-carousel .owl-item {
  padding-right: 10px !important;
}
/*******---------sw_discver_wrapper-------********/
.sw_discver_wrapper {
  float: left;
  width: 100%;
  min-height: 500px;
  background: url(../images/disc_bg.jpg);
  position: relative;
  z-index: 1;
}
.discover_overlay {
  position: absolute;
  top: 0%;
  left: 0%;
  right: 0%;
  bottom: 0%;
  background: rgba(27, 53, 94, 0.9);
}
.sw_banner_bottom_shap_img_wrapper {
  float: left;
  width: 100%;
  position: relative;
}
.sw_disc_img_overlay {
  position: absolute;
  top: 0%;
  left: 0%;
  right: 0%;
  bottom: 0%;
  border-radius: 20px;
  background: rgba(225, 225, 255, 0.4);
}
.sw_right_img_wrapper {
  width: 100%;
  float: left;
  position: relative;
}
.sw_right_img_wrapper img {
  width: 100%;
  border-radius: 20px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.sw_disc_txt_wrapper {
  float: left;
  width: 100%;
  padding: 40px;
}
.sw_disc_img_btm {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.sw_right_img_wrapper:hover .sw_disc_img_btm {
  top: 60px;
  left: -80px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.sw_desc_btm_txt {
  float: left;
  width: 100%;
  margin-bottom: 20px;
}
.sw_disc_image {
  float: left;
  width: 60px;
  line-height: 70px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.sw_disc_image i {
  color: #77b32a;
}
.sw_disc_head_text {
  font-size: 15px;
  font-weight: 500;
  float: left;
  width: calc(100% - 60px);
  padding-left: 10px;
}
.sw_disc_head_text h5 a {
  font-size: 18px;
  color: #fff;
  font-weight: 500;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.sw_dark_heading_wraper h1 {
  color: #fff;
}
.sw_disc_head_text p {
  color: rgba(255, 255, 255, 0.7);
  font-weight: 300;
}
.sw_dark_heading_wraper p {
  color: rgba(255, 255, 255, 0.7);
  margin-top: 15px;
  font-weight: 300;
}
.disc_btn {
  float: left;
  width: 100%;
  margin-top: 10px;
}
.disc_btn ul {
  padding: 0;
  list-style: none;
  display: inline-block;
}
.disc_btn li a {
  width: 155px;
  height: 50px;
  float: left;
  color: #fff;
  background: linear-gradient(180deg, #469e59 0%, #77b32a 80.73%);
  text-align: center;
  font-family: "Raleway", sans-serif;
  line-height: 51px;
  font-size: 16px;
  border-radius: 45px;
  text-transform: capitalize;
  font-weight: 600;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.disc_btn li a:hover {
  -webkit-box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.06);
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.06);
}
.sw_desc_btm_txt:hover .sw_disc_image {
  transform: scale(1.3);
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
/********-------sw project wrapper css-----**********/
.sw_project_wrapper {
  float: left;
  width: 100%;
  z-index: 1;
}
.sw_project_wrapper .row {
  margin-bottom: 0;
}
.sw_center_heading_wrapper {
  width: 100%;
  text-align: center;
}
.sw_center_heading_wrapper h1 {
  color: #1b355e;
}
.sw_center_heading_wrapper p {
  color: #6b84ad;
}
.gallery-area {
  float: left;
  width: 100%;
  text-align: center;
  overflow: hidden;
}
.galler_2_btm_section {
  float: left;
  width: 100%;
}
.galery_2_wraper {
  padding-bottom: 40px;
}
.galery_2_wraper ul {
  display: inline-block;
}
.galery_2_wraper ul li {
  float: left;
  margin-right: 20px;
  padding: 0 10px 0 10px;
}
.gallery-area .gallery-list {
  position: relative;
  overflow: hidden;
}
.tab_img_overlay a {
  font-size: 18px;
  color: #1b355e;
  text-align: center;
  opacity: 0;
  -webkit-filter: blur(70px);
  filter: blur(70px);
  -webkit-transform: scale(1.3);
  -moz-transform: scale(1.3);
  -ms-transform: scale(1.3);
  -o-transform: scale(1.3);
  transform: scale(1.3);
  -webkit-transition: all 0.3s ease 0.3s;
  -moz-transition: all 0.3s ease 0.3s;
  -ms-transition: all 0.3s ease 0.3s;
  -o-transition: all 0.3s ease 0.3s;
  transition: all 0.3s ease 0.3s;
}
.tab_img_overlay i {
  width: 50px;
  height: 50px;
  background: #ffffff;
  text-align: center;
  line-height: 53px;
  border-radius: 100%;
  font-size: 18px;
  margin-top: 10px;
}
.gallery-area .gallery-list .sp_img_box_overlay {
  position: absolute;
  left: 0;
  right: 0;
  top: 600px;
  bottom: 0;
  opacity: 0;
  z-index: 1;
  -webkit-transition: all 0.7s;
  -o-transition: all 0.7s;
  -ms-transition: all 0.7s;
  -moz-transition: all 0.7s;
  transition: all 0.7s;
}
.gallery-area .gallery-list:hover .sp_img_box_overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.6) 1%, #369ce4 100%);
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.6) 1%, #369ce4 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.6) 1%, #369ce4 100%);
  opacity: 1;
  -webkit-transition: all 0.7s;
  -o-transition: all 0.7s;
  -ms-transition: all 0.7s;
  -moz-transition: all 0.7s;
  transition: all 0.7s;
}
.gallery-area .portfolio-nav ul li {
  color: #1b355e;
  font-weight: 600;
  font-size: 14px;
  cursor: pointer;
  font-family: "Raleway", sans-serif;
  text-transform: capitalize;
  background: transparent;
  border-radius: 50px;
  padding: 8px 20px 8px 20px;
}
.pd_2 {
  float: left;
  width: 20%;
}
.galery_hover_div:hover {
  color: #3c90cd;
  box-shadow: 0px 8px 20px rgba(0, 0, 0, 0.08);
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.galery_hover_div .portfolio-nav ul li:hover {
  background: #fff;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.tab_img_overlay {
  float: left;
  width: 100%;
  text-align: center;
  display: inline-block;
  position: absolute;
  z-index: 10;
  left: 0;
  right: 0;
  margin: 0px auto;
  top: 30%;
}
.galery_hover_div:hover .gallery-area .active {
  background: #fbfbfb;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.portfolio-nav ul li:hover {
  background: #fff;
  transition: all 0.5s;
}
.portfolio-nav ul li.is-checked {
  background: #fff;
  color: #76b32b;
  box-shadow: 0px 8px 20px rgba(0, 0, 0, 0.08);
}
.gallery-area .gallery-list img {
  width: 100%;
}
.tab_img_overlay h1 {
  color: #fff;
  font-size: 18px;
  text-transform: capitalize;
  font-weight: 500;
  text-align: center;
  opacity: 0;
  padding-top: 10px;
  -webkit-filter: blur(70px);
  filter: blur(70px);
  -webkit-transform: scale(1.3);
  -moz-transform: scale(1.3);
  -ms-transform: scale(1.3);
  -o-transform: scale(1.3);
  transform: scale(1.3);
  -webkit-transition: all 0.3s ease 0.3s;
  -moz-transition: all 0.3s ease 0.3s;
  -ms-transition: all 0.3s ease 0.3s;
  -o-transition: all 0.3s ease 0.3s;
  transition: all 0.3s ease 0.3s;
}
.gallery-area .gallery-list:hover .tab_img_overlay h1 {
  opacity: 1;
  color: #fff;
  z-index: 10;
  -webkit-filter: blur(0);
  filter: blur(0);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  transition: all 0.7s;
}
.tab_img_overlay p {
  color: #199738;
  font-size: 16px;
  text-transform: capitalize;
  font-weight: 300;
  font-family: "Raleway", sans-serif;
  font-style: italic;
  opacity: 0;
  -webkit-filter: blur(70px);
  filter: blur(70px);
  -webkit-transform: scale(1.3);
  -moz-transform: scale(1.3);
  -ms-transform: scale(1.3);
  -o-transform: scale(1.3);
  transform: scale(1.3);
  -webkit-transition: all 0.3s ease 0.3s;
  -moz-transition: all 0.3s ease 0.3s;
  -ms-transition: all 0.3s ease 0.3s;
  -o-transition: all 0.3s ease 0.3s;
  transition: all 0.3s ease 0.3s;
}
.gallery-area .gallery-list:hover .tab_img_overlay P {
  opacity: 1;
  color: #199738;
  z-index: 10;
  -webkit-filter: blur(0);
  filter: blur(0);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  transition: all 0.7s;
}
.gallery-area .gallery-list:hover .tab_img_overlay a {
  opacity: 1;
  z-index: 10;
  -webkit-filter: blur(0);
  filter: blur(0);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  transition: all 0.7s;
}
/******------- sw newsletter wrapper css-----******/
.sw_news_letter_wrapper {
  float: left;
  width: 100%;
  background: #1b355e;
  padding-top: 60px;
  padding-bottom: 60px;
}
.sw_nl_heading_wrapper {
  float: left;
  width: 80%;
  margin-top: 20px;
}
.sw_nl_heading_wrapper h2 {
  font-size: 25px;
  color: #fff;
  line-height: 28px;
  text-transform: capitalize;
  font-weight: 400;
}
.sw_nl_heading_wrapper i {
  color: #199738;
  font-size: 30px;
  float: left;
  margin-left: 6px;
  margin-right: 20px;
}
.sw_nl_form_wrapper {
  float: left;
  width: 20%;
}
.ltr_btn {
  float: right;
  width: auto;
}
.ltr_btn li a {
  width: 180px;
  height: 50px;
}
/*******-------sw choose service wrapper css----******/
.sw_chose_service_wrapper {
  float: left;
  width: 100%;
  padding-top: 70px;
  padding-bottom: 20px;
}
.chose_text_wrapper_left {
  float: left;
  width: 100%;
}
.chose_text_wrapper_right {
  float: left;
  width: 100%;
}
.chose_text_wrapper_right h4,
.chose_text_wrapper_right p {
  text-align: right;
}
.chose_text_wrapper_left h4,
.chose_text_wrapper_left p {
  text-align: left;
}
.icon_content_right {
  color: #cdcecf;
  float: left;
  width: calc(100% - 80px);
  display: inline-block;
  padding-right: 30px;
  margin-top: 2rem;
}
.chose_icon_content_left {
  color: #cdcecf;
  float: left;
  width: calc(100% - 80px);
  display: inline-block;
  padding-left: 30px;
  margin-top: 2rem;
}
.chose_icon_img_list {
  float: left;
  margin-top: 10px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.chose_icon_wrapper_list {
  text-align: center;
  padding-top: 38px;
  float: left;
  width: 100%;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.chose_icon_wrapper_list h4 a {
  color: #1b355e;
  font-size: 20px;
  font-weight: 500;
}
.chose_icon_wrapper_list p {
  margin-top: 15px;
}
.chose_icon_wrapper_list:hover .chose_icon_img_list {
  transform: scale(1.2);
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
/*---------- testimonial section css ------------*/
.sw_testimonial_wrapper {
  float: left;
  width: 100%;
  min-height: 500px;
  background: url(../images/testi_bg.jpg);
  position: relative;
  z-index: 1;
}
.dark_heading_center {
  text-align: center;
}
.sw_dark_heading_wraper img {
  margin-top: 5px;
}
.sw_testimonials_slider {
  float: left;
  width: 100%;
}
.sw_testimonials_slider_box {
  float: left;
  height: max-content !important;
  width: 100%;
}
.sw_testimonials_slider_box img {
 float: left;
    width: 8rem !important;
    /* border-radius: 100%; */
    margin: 10px 10px;
    height: 8rem;
    object-fit: contain;
    border: 1px solid #ccc;
}
.inner-comment {
  margin-inline: auto;
  width: 80%;
}

.sw_testimonials_slider_box_text {
  float: left;
  width: calc(100% - 150px);
  padding-left: 20px;
  /* 	background-image:url(../images/quote.png); */
  background-size: 64px;
  background-repeat: no-repeat;
  background-position: 10px -10px;
}
.sw_testimonials_slider_box_text h4 {
  float: left;
  width: 100%;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 600;
  color: #1b355e;
}
.sw_testimonials_slider_box_text h6 {
  font-size: 14px;
  text-transform: capitalize;
  font-weight: 200;
  color: rgba(0, 0, 0, 0.7);
  padding-left: 5px;
}
.sw_testimonials_slider_box_text p {
  float: left;
  width: 100%;
  font-size: 16px;
  color: #818589;
  font-style: italic;
  font-weight: 300;
  margin-bottom: 10px;
  margin-top: 10px;
}
.sw_testimonials_slider .owl-theme .owl-nav {
  display: none;
}
.sw_testimonials_slider .owl-theme .owl-dots {
  margin-top: 30px;
  position: absolute;
  left: -10px;
  right: 0;
  margin: 0px auto;
  bottom: -55px;
}
.sw_testimonials_slider .owl-theme .owl-dots .owl-dot span {
  width: 20px;
  height: 5px;
  border-radius: 5px;
  background: #6ac1ff;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.sw_testimonials_slider .owl-theme .owl-dots .owl-dot.active span,
.sw_testimonials_slider .owl-theme .owl-dots .owl-dot:hover span {
  background-color: #1b355e;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
/*---------- best product wrapper  css ------------*/
.sw_best_product_wrapper {
  float: left;
  width: 100%;
  padding-top: 20px;
}
.best_product_slider_wrapper {
  float: left;
  width: 100%;
  text-align: center;
}
.best_product_slider_wrapper .owl-carousel .owl-stage:after {
  height: 20px;
}
.best_product_slider_wrapper .owl-carousel .owl-stage-outer {
  padding: 5px 5px;
  padding-left: 5px;
  padding-right: 5px;
}
.best_product_slider_wrapper .owl-theme .owl-dots {
  display: none;
}
.best_product_slider_wrapper .owl-theme .owl-nav {
  position: absolute;
  right: 0;
  top: -99px;
  margin-top: 0;
  z-index: 1;
  display: block;
}
.best_product_slider_wrapper .owl-theme .owl-nav .owl-prev {
  color: #1b355e;
  font-size: 16px;
  margin: 5px;
  width: 45px;
  height: 45px;
  line-height: 40px;
  background: #fff;
  display: inline-block;
  border-radius: 50px;
  cursor: pointer;
}
.best_product_slider_wrapper .owl-theme .owl-nav .owl-next {
  color: #1b355e;
  font-size: 16px;
  margin: 5px;
  width: 45px;
  height: 45px;
  line-height: 40px;
  background: #fff;
  display: inline-block;
  border-radius: 40px;
  cursor: pointer;
}
.best_product_slider_wrapper .owl-theme .owl-nav .owl-next:hover {
  background: #e9f5ff;
  color: #1b355e;
  box-shadow: 0px 8px 20px rgba(0, 0, 0, 0.06);
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.best_product_slider_wrapper .owl-theme .owl-nav .owl-prev:hover {
  background: #e9f5ff;
  color: #1b355e;
  box-shadow: 0px 8px 20px rgba(0, 0, 0, 0.06);
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.sw_spectrm_padding {
  padding-left: 5px !important;
  padding-right: 5px !important;
}
.best_product_slider_wrapper .owl-carousel .owl-item {
  padding-right: 10px !important;
}
.sw_product_box_wrapper {
  float: left;
  width: 100%;
  overflow: hidden;
  border-radius: 20px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.06);
  position: relative;
}
.sw_product_indx_img_wrapper {
  float: left;
  width: 100%;
  position: relative;
}
.sw_product_indx_img_wrapper img {
  width: 100%;
}
.sw_product_indx_img_cont_wrapper {
  float: left;
  width: 100%;
  text-align: center;
  background: #fff;
  padding-bottom: 27px;
}
.sw_product_indx_img_cont_wrapper h1 a {
  font-size: 18px;
  color: #1b355e;
  line-height: 24px;
  display: inline-block;
  padding: 3px 0 3px 0;
  font-weight: 600;
  text-transform: capitalize;
}
.sw_product_indx_img_cont_wrapper h5 {
  font-size: 16px;
  color: #fff;
  background: #1b355e;
  padding: 5px 30px;
  font-weight: 500;
  border-radius: 50px;
  display: inline-block;
  margin: 12px 0 15px 0;
  font-family: "Raleway", sans-serif;
}
.sw_pdct_img img {
  width: auto !important;
  text-align: center;
  display: inline-block !important;
  position: relative;
  z-index: 1;
  margin-top: -35px;
}
.cc_li_cont_wrapper {
  float: left;
  width: 100%;
  text-align: center;
}
.cc_li_cont_wrapper i {
  color: #ffc000;
  font-size: 16px;
  text-align: center;
  padding-top: 15px;
}
.sw_product_box_wrapper:hover .cc_li_img_overlay .cc_li_img_text {
  bottom: 14px;
  opacity: 1;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.sw_product_box_wrapper:hover .cc_li_img_overlay i {
  opacity: 1;
}
.sw_product_box_wrapper img {
  width: 100%;
}
.sw_product_box_wrapper:hover .sw_product_indx_img_cont_wrapper h1 a {
  color: #1b355e;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.sw_product_box_wrapper:hover .sw_product_indx_img_cont_wrapper h5 {
  background: #1b355e;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.sw_product_box_wrapper:hover {
  box-shadow: 0px 8px 20px rgba(0, 0, 0, 0.06);
  border-radius: 20px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.cc_li_img_text {
  position: absolute;
  bottom: -40px;
  width: 100%;
  height: 60px;
  text-align: center;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.7s;
  -ms-transition: all 0.7s;
  -moz-transition: all 0.7s;
  transition: all 0.7s;
  opacity: 0;
}
.cc_li_img_text ul {
  display: inline-block;
  padding-top: 24px;
  float: left;
}
.cc_li_img_text li {
  float: left;
  font-size: 20px;
  border-top: 1px solid #eeeeee;
}
.cc_li_img_text li:first-child {
  margin-left: 0;
}
.cc_li_img_text li:nth-child(2) {
  border-left: 1px solid #eeeeee;
  border-right: 1px solid #eeeeee;
}
.cc_li_img_text li a {
  float: left;
  width: 87px;
  height: 50px;
  font-size: 20px;
  line-height: 50px;
  background: #ffffff;
  text-align: center;
  color: #1b355e;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
#bg-change {
  padding: 0px !important;
  padding-top: 50px !important;
}
.cc_li_img_text li a:hover {
  color: #ffffff;
  background: #1b355e;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.sw_abt_right_btm_wrapper {
  float: left;
  width: 100%;
  background: #fff;
  border-radius: 20px;
  padding: 40px;
  box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.06);
}
/*---------- road leads css start ------------*/
.sw_leads_wrapper {
  float: left;
  width: 100%;
  min-height: 500px;
  background: #faf9f6;
  position: relative;
  z-index: 1;
  /*  padding-top:100px;
	padding-bottom:100px; */
}
.sw_road_leads_img img {
  float: left;
  width: 100%;
}
.sw_letter_img_wrapper {
  float: left;
}
.sw_leads_accordian .panel-group .panel + .panel {
  margin-top: 0px;
}
.sw_leads_accordian .panel-group {
  margin-bottom: 0;
}
.sw_leads_accordian .panel-default {
  border: 0;
}
.sw_leads_accordian .panel {
  background-color: transparent;
  box-shadow: none;
  border-radius: 0;
  margin: 0;
}
.sw_leads_accordian .panel .panel-heading a {
  display: block;
  background: transparent;
  padding-bottom: 15px;
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  border: 0;
  font-family: "Raleway", sans-serif;
}
.sw_leads_accordian .panel .panel-heading a.collapsed {
  color: #fff;
  background-color: transparent;
  display: block;
  padding-bottom: 15px;
  padding-top: 8px;
  width: max-content;
  border: 0;
  font-family: "Raleway", sans-serif;
}
.sw_leads_accordian .panel-default > .panel-heading {
  border-radius: 0px;
  padding: 0px;
  background: transparent;
}
.sw_leads_accordian
  .panel-group
  .panel-heading
  + .panel-collapse
  > .panel-body {
  border-top: 0;
  padding-top: 0;
  padding-left: 25px;
  color: #fff;
  background: transparent;
}
.sw_leads_accordian
  .panel-group
  .panel-heading
  + .panel-collapse
  > .panel-body
  p {
  border-top: 0;
  padding-left: 27px;
  color: rgba(255, 255, 255, 0.75);
  font-weight: 300;
}
.sw_leads_accordian .panel .panel-heading a:before,
.sw_leads_accordian .panel .panel-heading a.collapsed:before {
  font-family: "FontAwesome";
  font-size: 16px;
  float: left;
  margin-right: 60px;
  margin-left: 20px;
  display: block;
}
.sw_leads_accordian .panel .panel-heading a:after,
.sw_leads_accordian .panel .panel-heading a.collapsed:after {
  font-family: "FontAwesome";
  font-size: 16px;
  float: right;
  width: 50px;
  height: 25px;
  line-height: 24px;
  display: block;
  border-radius: 50%;
}
.sw_leads_accordian .panel .panel-heading a:after {
  content: "\2212";
  color: #199738;
  float: left;
  font-size: 34px;
}
.sw_leads_accordian .panel .panel-heading a.collapsed:after {
  content: "\2b";
  color: #199738;
  float: left;
  font-size: 34px;
}
/*---------- contact section css ------------*/
.contact-section {
  float: left;
  width: 100%;
  padding-top: 50px;
  padding-bottom: 0;
  background: #fff;
}
.clear-white {
  text-shadow: 3px 4px 7px rgba(81, 67, 21, 0.8) !important;
  font-weight: 800 !important;
  color: #fff !important;
}
.w-icon i {
  color: #fff !important;
}
.contact-section .holder form input[type="text"]:focus {
  border: 0;
  border-radius: 50px;
  border-bottom: 0;
  box-shadow: none;
}
.contact-section .holder {
  float: left;
  width: 100%;
  background: #fff;
  border-radius: 20px;
  box-shadow: 0px 8px 20px rgba(0, 0, 0, 0.4);
}
.contact-section .holder form {
  float: left;
  width: 100%;
  padding: 40px 10px 40px 41px;
}
.contact-section .holder form h3 {
  margin: 0 0 25px 0;
  font-size: 26px;
  font-weight: 600;
}
.contact-section .holder form input[type="text"], .contact-section .holder form select {
  float: left;
  width: 100%;
  height: 50px;
  padding: 0 25px;
  border-radius: 50px;
  background: #fff;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  color: #6180b1;
  margin-bottom: 15px;
  border-bottom: 0;
  border: 0.2px solid #6180b1;
}
.contact-section .holder form input[type="text"]:hover,
.contact-section .holder form input[type="text"]:focus,
.contact-section .holder form textarea:hover,
.contact-section .holder form textarea:focus,
.contact-section .holder form select:hover,
.contact-section .holder form select:focus  {
  background: #fff;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.06);
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.response_2 {
  color: #64a4d2;
}
.cntct_2_btn_inner button {
  color: #fff;
  background: #338fd1;
}
.contact-section .holder form textarea {
  float: left;
  width: 100%;
  height: 130px;
  padding: 18px 25px;
  border-radius: 30px;
  background: #fff;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  color: #1b355e;
  margin-bottom: 10px;
  resize: none;
  border: 0.2px solid #6180b1;
  box-shadow: 0;
}
span.mail_error {
  margin-left: 1rem;
  font-size: 14px;
  font-weight: 600;
  color: red;
}
span.mail_success {
  margin-left: 1rem;
  font-size: 14px;
  font-weight: 600;
  color: #8fbe21;
}

.contact-section .holder form input::-webkit-input-placeholder {
  color: #6180b1;
  opacity: 1;
}

.contact-section .holder form input:-moz-placeholder {
  color: #6180b1;
  opacity: 1;
}
.contact-section .holder form input::-moz-placeholder {
  color: #6180b1;
  opacity: 1;
}
.contact-section .holder form input:-ms-input-placeholder {
  color: #6180b1;
  opacity: 1;
}
.contact-section .holder form textarea::-webkit-input-placeholder {
  color: #6180b1;
  opacity: 1;
}
.contact-section .holder form textarea:-moz-placeholder {
  color: #6180b1;
  opacity: 1;
}
.contact-section .holder form textarea::-moz-placeholder {
  color: #6180b1;
  opacity: 1;
}
.contact-section .holder form textarea:-ms-input-placeholder {
  color: #6180b1;
  opacity: 1;
}
.contact-box ul li h1 {
  font-size: 20px;
}
.captcha {
  margin-bottom: 15px;
}
h1.contact-info {
  margin-top: 15px;
  font-weight: 900;
  width: 30%;
  padding: 5px;
  border-bottom-style: solid;
}
.contact-box ul li,
.contact-box ul li a {
  color: #fff;
}
.contact-box {
  float: left;
  width: 100%;
  background: rgba(27, 53, 94, 0.9);
  padding: 40px 25px 40px 41px;
  position: relative;
  margin-left: 2em;
  border-top-right-radius: 20px;
}
.contact-bg {
  background: url("../images/bg/dark-min.jpg");
  background-size: cover;
  background-position: center;
} /* 
.page_title_section {
    float: left;
    width: 100%;
    background: #338fd1;
    position: relative;
    margin-top: -23px;
}
.page_header {
    padding-bottom: 20px;
    padding-top: 4px;
    border-bottom: 0;
}
.sub_title_section {
    width: 100%;
    float: left;
    position: relative;
    top: 10px;
}
.page_header .sub_title {
    display: inline-block;
    line-height: 0;
}
.page_header .sub_title li {
    float: left;
    font-size: 16px;
    line-height: 35px;
    color: #fff;
    text-transform: capitalize;
}
.page_header .sub_title a {
    color: #fff;
} */
/*---------- contact section css ------------*/

/*---------- pricing section css ------------*/
.sw_pricing_wrapper {
  float: left;
  width: 100%;
  padding-bottom: 50px;
}
.stars_wrapper {
  float: left;
}
.stars_wrapper {
  width: 100%;
  height: 40px;
  background: #fca900;
  color: #fff;
  -ms-transform: rotate(-40deg);
  -webkit-transform: rotate(-40deg);
  transform: rotate(-40deg);
  margin-left: -100px;
}
.stars_wrapper i {
  position: relative;
  left: -35px;
  top: 5px;
}
.box1_heading_wrapper {
  width: 100%;
  padding-bottom: 90px;
  padding-top: 90px;
  position: relative;
  overflow: hidden;
}
.box1_heading_wrapper:after {
  content: "";
  position: absolute;
  border-bottom: 105px solid #fff;
  left: -41px;
  right: -41px;
  border-top-left-radius: 40%;
  border-top-right-radius: 40%;
  bottom: -57px;
}
.box1_orange {
  background: #e87358;
}
.box1_orange:after {
  content: "";
  position: absolute;
  border-bottom: 105px solid #f1f9ff;
  left: -41px;
  right: -41px;
  border-top-left-radius: 40%;
  border-top-right-radius: 40%;
  bottom: -57px;
}
.box1_blue {
  background: #1b355e;
  padding-top: 120px;
  margin-top: -20px;
}
.box1_green {
  background: #2bc1c6;
}
.box1_green:after {
  content: "";
  position: absolute;
  border-bottom: 105px solid #f1f9ff;
  left: -41px;
  right: -41px;
  border-top-left-radius: 40%;
  border-top-right-radius: 40%;
  bottom: -57px;
}
.pricing_box1_wrapper {
  position: relative;
  float: left;
  width: 33.33%;
  text-align: center;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.pricing_box1_wrapper:hover {
  box-shadow: 0 5px 30px rgba(0, 0, 0, 0.06);
}

.box1_heading_wrapper h1 {
  font-size: 50px;
  font-weight: 700;
  color: #199738;
  text-transform: uppercase;
}
.box1_heading_wrapper h1 sup {
  color: #fff;
  font-size: 18px;
  margin-right: 5px;
  font-weight: 600;
  font-family: "Raleway", sans-serif;
  top: -21px;
}
.box1_heading_wrapper h1 span {
  color: #fff;
  font-size: 16px;
  margin-left: 3px;
  font-weight: 600;
  font-family: "Raleway", sans-serif;
}
.pricing_cont {
  display: inline-block;
}
.pricing_cont ul {
  list-style: none;
  padding: 0;
  margin-top: 40px;
  text-align: center;
}
.pricing_btm_txt_wrapper {
  padding-top: 50px;
  display: inline-block;
  padding-bottom: 50px;
}
.txt_clr_oange p {
  color: #1b355e;
  font-size: 20px;
  font-weight: 500;
}
.txt_clr_blue p {
  color: #1b355e;
  font-size: 20px;
  font-weight: 500;
}
.txt_clr_green p {
  color: #1b355e;
  font-size: 20px;
  font-weight: 500;
}
.pricing_cont li {
  font-family: "Lato", sans-serif;
  font-size: 16px;
  text-transform: capitalize;
  color: #6b84ad;
  margin-top: 15px;
}
.jp_pricing_label_wrapper {
  width: 20px;
  height: 40px;
  background: #199738;
  position: absolute;
  top: -100px;
  right: 20px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.jp_pricing_label_wrapper:after {
  content: "";
  border-bottom: 8px solid #e87358;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
}
.jp_pricing_label_blue:after {
  content: "";
  border-bottom: 8px solid #1b355e !important;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
}
.jp_pricing_label_green:after {
  content: "";
  border-bottom: 8px solid #2bc1c6;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
}
.pricing_box1_wrapper:hover .jp_pricing_label_wrapper {
  top: 0;
  padding-top: 12px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.pricing_box1_wrapper:hover .txt_clr_oange p {
  color: #e87358;
  transition: all 0.5s;
}
.pricing_box1_wrapper:hover .txt_clr_blue p {
  color: #1b355e;
  transition: all 0.5s;
}
.pricing_box1_wrapper:hover .txt_clr_green p {
  color: #2bc1c6;
  transition: all 0.5s;
}
.price_box1_wrapper {
  text-align: center;
  float: left;
  width: 100%;
  position: relative;
  background: #f1f9ff;
}
.price_box1_wrapper_center {
  position: relative;
  background: #fff;
  padding-bottom: 20px;
}
.pricing_btn li a {
  width: 190px;
  height: 50px;
  line-height: 50px;
  background: #fff;
  font-size: 18px;
  font-family: "Raleway", sans-serif;
  box-shadow: 0 5px 30px rgba(0, 0, 0, 0.06);
}
.pricing_btn {
  float: left;
  width: 100%;
  position: absolute;
  top: -80px;
}
.sw_pricing_box_transition {
  box-shadow: 0 5px 30px rgba(0, 0, 0, 0.06);
  position: relative;
  z-index: 1;
}
/******--------contact form section css-----**********/
.sw_contact_form_wrapper {
  float: left;
  width: 100%;
  min-height: 500px;
  background: url(../images/testi_bg.jpg);
  position: relative;
  z-index: 1;
}
.contact_left_wrapper {
  float: left;
  width: 50%;
  z-index: 1;
  position: relative;
}
.contact_left_wrapper img {
  position: absolute;
  left: -100px;
  border-bottom-right-radius: 70%;
  border-top-left-radius: 40%;
  width: 90%;
  top: -20px;
  bottom: 0;
}
.pd_0 {
  padding-bottom: 60px;
  float: left;
}
.contact_right_wrapper {
  float: right;
  width: 50%;
  position: relative;
  z-index: 1;
}
.cmnt_area_div_mn {
  float: left;
  width: 100%;
}
.cont_main_section {
  float: left;
  margin-top: -30px;
}
.contact_btn_wrapper ul {
  list-style: none;
  float: left;
  margin: 0;
  padding: 0;
}
.contact_btn_wrapper li a {
  width: 220px;
  height: 50px;
  float: left;
  color: white;
  text-transform: uppercase;
  background: #254a93;
  text-align: center;
  line-height: 46px;
  border-radius: 50px;
  font-size: 16px;
  font-weight: 400;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.cntct_2_btn_wrapper {
  padding-top: 40px;
}
.cntct_2_btn_wrapper button {
  list-style: none;
  float: left;
  margin: 0;
  padding: 0;
}
.contect_form1 input:focus,
.contect_form4 input:focus {
  outline: none;
  border-bottom: 0;
  box-shadow: none;
}
.cntct_2_btn_wrapper button {
  width: 100%;
  height: 50px;
  float: left;
  color: #fff;
  text-transform: capitalize;
  background: #1b355e;
  text-align: center;
  line-height: 46px;
  border-radius: 50px;
  font-size: 16px;
  font-weight: 600;
  border: 0;
  font-family: "Raleway", sans-serif;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.contect_form1 input {
  width: 100%;
  height: 50px;
  margin-top: 20px;
  padding-left: 20px;
  margin-bottom: 10px;
  border: 0;
  color: #7191c5;
  background: rgba(255, 255, 255, 0.2);
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  border-radius: 50px;
}
.cont_main_section ::placeholder {
  color: #c2d9ff;
  opacity: 1; /* Firefox */
}

.cont_main_section :-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #c2d9ff;
}

.cont_main_section ::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #c2d9ff;
}
.response {
  color: #fff;
  float: left;
}
.contect_form4 textarea {
  width: 103%;
  margin-top: 30px;
  padding-left: 20px;
  color: #7191c5;
  border-radius: 20px;
  border: 0;
  height: auto;
  padding-top: 10px;
  background: rgba(255, 255, 255, 0.2);
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  resize: none;
}
.contect_form1 input:hover,
.contect_form1 input:focus,
.contect_form4 textarea:hover,
.contect_form4 textarea:focus {
  background: #fff;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
/*********------sw news wrapper css-----*******/
.sw_news_wrapper {
  float: left;
  width: 100%;
  padding-top: 30px;
}
.btc_blog_indx_box_wrapper {
  float: left;
  width: 100%;
  box-shadow: 0px 8px 20px rgba(0, 0, 0, 0.06);
  border-radius: 20px;
}
.btc_blog_indx_box_wrapper:hover {
  box-shadow: 0px 8px 20px rgba(0, 0, 0, 0.015);
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.btc_blog_indx_box_wrapper:hover .btc_blog_indx_date_wrapper a {
  background: #1b355e;
  color: #fff;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.06);
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.btc_blog_indx_img_wrapper {
  position: relative;
}
.btc_blog_indx_img_wrapper img {
  width: 100%;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}
.btc_blog_indx_date_wrapper a {
  width: 50px;
  height: 50px;
  background: #fff;
  text-align: center;
  font-size: 18px;
  color: #1b355e;
  line-height: 52px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  position: absolute;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.06);
  bottom: -22px;
  right: 40px;
}
.btc_blog_indx_cont_wrapper {
  float: left;
  width: 100%;
  background: #ffffff;
  padding: 30px;
}
.btc_blog_indx_cont_wrapper h5 {
  font-size: 18px;
  color: #1b355e;
  font-weight: 500;
  line-height: 24px;
}
.btc_blog_indx_cont_wrapper p {
  color: #489f57;
}
.btc_blog_indx_cont_bottom {
  float: left;
  width: 100%;
  background: #ffffff;
  border-top: 1px solid #dff2ff;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
}
.btc_blog_indx_cont_bottom_left {
  float: left;
  width: 50%;
  padding-top: 15px;
  padding-bottom: 15px;
  text-align: center;
}
.btc_blog_indx_cont_bottom_left p,
.btc_blog_indx_cont_bottom_right p {
  margin: 0;
}
.btc_blog_indx_cont_bottom_left p i,
.btc_blog_indx_cont_bottom_right p i {
  color: #1b355e;
}
.btc_blog_indx_cont_bottom_right {
  float: left;
  width: 50%;
  padding-top: 15px;
  padding-bottom: 15px;
  text-align: center;
}
.btc_blog_indx_cont_bottom_left p a,
.btc_blog_indx_cont_bottom_right p a {
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.btc_blog_indx_cont_bottom_left p a:hover,
.btc_blog_indx_cont_bottom_right p a:hover {
  color: #1b355e;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
/******------our newsletter section css-----*******/
.sw_our_newsletter_wrapper {
  float: left;
  width: 100%;
  height: 350px;
  background: url(../images/disc_bg.jpg);
  position: relative;
  z-index: 1;
}
.sw_our_news_txt p {
  color: rgba(255, 255, 255, 0.7);
  padding-top: 20px;
  float: left;
}
.sw_our_news_txt {
  float: left;
  width: 100%;
  padding-top: 50px;
}
.sw_our_news_txt h6 {
  font-style: italic;
  color: #fff;
  font-size: 14px;
  font-weight: 300;
}
.prs_newsletter_field {
  padding-top: 30px;
  float: left;
  width: 100%;
}
.sw_our_news_txt i {
  margin-top: 9px;
}
.prs_newsletter_field input {
  float: left;
  width: calc(100% - 150px);
  height: 50px;
  line-height: 50px;
  padding-left: 22px;
  color: #1b355e;
  border: 0;
  background-color: #fff;
  border-radius: 50px;
}
.prs_newsletter_field button {
  width: 150px;
  height: 50px;
  float: left;
  font-weight: 600;
  margin-left: -100px;
  background: linear-gradient(180deg, #469e59 0%, #77b32a 80.73%);
  color: #fff;
  border: 0px;
  border-radius: 50px;
  font-family: "Raleway", sans-serif;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.prs_newsletter_field input:focus {
  outline: none;
  box-shadow: none;
  border-bottom: 0;
}
.prs_newsletter_field input::-webkit-input-placeholder {
  color: #1b355e;
}
.prs_newsletter_field input::-moz-placeholder {
  color: #1b355e;
}
.prs_newsletter_field input:-ms-input-placeholder {
  color: #1b355e;
}
.prs_newsletter_field input:-moz-placeholder {
  color: #1b355e;
}

/********---------start of image slide------*******/
.img-comp-container {
  position: relative;
  width: 100%;
  height: 400px; /*should be the same height as the images*/
}
.padded {
  background: #fff;
  border-radius: 20px;
  padding: 40px;
  box-shadow: 0 5px 20px 0 rgb(0 0 0 / 6%);
}
.img_Slide {
  width: 400px;
  height: 400px;
}
.img-comp-img {
  position: absolute;
  width: auto;
  height: auto;
  overflow: hidden;
}

.img-comp-img img {
  display: block;
  vertical-align: middle;
}

.img-comp-slider {
  position: absolute;
  z-index: 9;
  cursor: ew-resize;
  /*set the appearance of the slider:*/
  width: 40px;
  height: 40px;
  background: url("images/help/swipe-left.png") #fff;
  opacity: 0.7;
  border-radius: 50%;
}

/********---------end of image slide css------*******/

#discount_img {
  height: 400px;
  width: 100%;
  object-fit: cover;
}

/********---------start switch section css------*******/

.switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
  transform: rotate(270deg);
}

.swatch {
  width: 5em;
  height: 5em;
  object-fit: contain;
}

.right_rem {
  position: relative;
  right: 0;
}

.remove_radius {
  border-radius: 0px !important;
  box-shadow: none !important;
}

/* Hide default HTML checkbox */
.switch input {
  opacity: 0;
  width: 0;
  height: 0;
  transform: rotate(271deg);
}

/* The slider */
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  height: 35px;
  right: 0;
  bottom: 0;

  background-color: #ccc;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

input:checked + .slider {
  background-color: ;
}

input:focus + .slider {
  box-shadow: 0 0 1px #2196f3;
}

input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

.light-switch {
  width: 100%;
  height: 400px;
  object-fit: contain;
}

.padded {
}

/********---------end switch section css------*******/

/********---------sw partners section css------*******/
.sw_partners_wrapper {
  float: left;
  width: 100%;
}
.partners_slider_wrapper {
  float: left;
  width: 100%;
  text-align: center;
}
.partners_slider_wrapper .owl-carousel .owl-stage:after {
  height: 20px;
}
.partners_slider_wrapper .owl-carousel .owl-stage-outer {
  padding: 5px 5px;
  padding-left: 5px;
  padding-right: 5px;
}
.partners_slider_wrapper .owl-theme .owl-dots {
  display: none;
}
.partners_slider_wrapper .owl-theme .owl-nav {
  position: absolute;
  right: 0;
  top: -99px;
  margin-top: 0;
  z-index: 1;
  display: block;
}
.partners_slider_wrapper .owl-theme .owl-nav .owl-prev {
  color: #1b355e;
  font-size: 16px;
  margin: 5px;
  width: 45px;
  height: 45px;
  line-height: 40px;
  background: #fff;
  display: inline-block;
  border-radius: 50px;
  cursor: pointer;
}
.partners_slider_wrapper .owl-theme .owl-nav .owl-next {
  color: #1b355e;
  font-size: 16px;
  margin: 5px;
  width: 45px;
  height: 45px;
  line-height: 40px;
  background: #fff;
  display: inline-block;
  border-radius: 40px;
  cursor: pointer;
}
.partners_slider_wrapper .owl-theme .owl-nav .owl-next:hover {
  background: #e9f5ff;
  color: #1b355e;
  box-shadow: 0px 8px 20px rgba(0, 0, 0, 0.06);
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.partners_slider_wrapper .owl-theme .owl-nav .owl-prev:hover {
  background: #e9f5ff;
  color: #1b355e;
  box-shadow: 0px 8px 20px rgba(0, 0, 0, 0.06);
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.lr_prt_img_wrapper img {
  float: left;
  width: auto;
}
.lr_prt_img_wrapper {
  /* 	background:transparent; */
  box-shadow: 20px 20px 51px #faf9f6, -20px -20px 51px #ffffff;
  background: #fff;
  padding: 40px;
  width: 210px;
  height: 130px;
  padding-top: 30px;
  border-radius: 20px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.lr_prt_img_wrapper:hover {
  background: #fff;
  box-shadow: 0px 8px 20px rgba(0, 0, 0, 0.06);
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.partners_slider_wrapper .owl-carousel .owl-item {
  padding-right: 10px !important;
}
.sw_news_bg {
  width: 100%;
  height: 600px;
  background: url(../images/bg/45-min.jpg);
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;

  background-position-x: center;
  background-position-y: center;
}
.prod {
  height: 100px;
  width: 100px;
  object-fit: contain;
  animation: backInLeft 1s linear infinite;
}

.about-fixed a:hover {
  background: linear-gradient(180deg, #469e59 0%, #77b32a 80.73%);
  color: #fff;
  transition: all 0.5s;
  cursor: pointer;
}
.about-fixed h5 {
  font-weight: 700;
  font-size: 20px;
  margin-bottom: 10px;
  text-align: center;
}
.about-fixed p {
  color: #818589 !important;
  font-family: "Raleway", sans-serif;
  font-weight: 500;
}
.about-fixed a {
  padding: 0px 15px;
  float: left;
  color: #818589;
  background: rgba(255, 255, 255, 0.8);
  animation: shake 3s alternate-reverse infinite;

  font-family: "Raleway", sans-serif;
  text-align: center;
  line-height: 45px;
  font-size: 16px;
  border-radius: 50px;
  text-transform: capitalize;
  font-weight: 600;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}

.fade-in {
  opacity: 1;
  animation-name: fadeInOpacity;
  animation-iteration-count: 1;
  animation-timing-function: ease-in;
  animation-duration: 0.5s;
}
.fade-out {
  opacity: 1;
  animation-name: fadeInOpacityOut;
  animation-iteration-count: 1;
  animation-timing-function: ease-in-out;
  animation-duration: 0.5s;
  animation-direction: alternate-reverse;
}

@keyframes fadeInOpacity {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeInOpacityOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@keyframes shake {
  0% {
    transform: translate(1px, 1px) rotate(0deg);
  }
  10% {
    transform: translate(-1px, -2px) rotate(-1deg);
  }
  20% {
    transform: translate(-3px, 0px) rotate(1deg);
  }
  30% {
    transform: translate(3px, 2px) rotate(0deg);
  }
  40% {
    transform: translate(1px, -1px) rotate(1deg);
  }
  50% {
    transform: translate(-1px, 2px) rotate(-1deg);
  }
  60% {
    transform: translate(-3px, 1px) rotate(0deg);
  }
  70% {
    transform: translate(3px, 1px) rotate(-1deg);
  }
  80% {
    transform: translate(-1px, -1px) rotate(1deg);
  }
  90% {
    transform: translate(1px, 2px) rotate(0deg);
  }
  100% {
    transform: translate(1px, -2px) rotate(-1deg);
  }
}
/*animated icons floating */
.icon-img {
  height: 45px;
  width: 100%;
  object-fit: contain;
  opacity: 0.4;
}

.icon_1 {
  position: absolute;
  left: 40px;
  bottom: -198px;
  -webkit-animation: rotation 20s infinite linear;
}
@-webkit-keyframes rotation {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(359deg);
  }
}

.submit_spin {
  -webkit-animation: rotation 2s infinite linear;
  -moz-animation: rotation 2s infinite linear;
  animation: rotation 2s infinite linear;
  color: #fff !important;
  line-height: 30px;
  margin: 0 auto;
  width: 100%;
}

.icon_2 {
  position: absolute;
  right: 60px;
  /*  bottom: -20px; */
  -webkit-animation: bounce 5s infinite linear;
  -moz-animation: bounce 5s infinite linear;
  animation: bounce 5s infinite linear;
}
.icon_3 {
  position: absolute;
  right: 55px;
  bottom: 225px;
  -webkit-animation: rotation 20s infinite linear;
}
.icon_4 {
  position: absolute;
  left: 70px;
  bottom: 225px;
  -webkit-animation: movebounce 6s linear infinite;
  animation: movebounce 6s linear infinite;
}
.icon_5 {
  position: absolute;
  left: 20%;
  top: 0;
  -webkit-animation: sun 3s linear infinite;
  animation: sun 3s linear infinite;
}
@keyframes movebounce {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(20px);
  }
  100% {
    transform: translateY(0px);
  }
}

@keyframes sun {
  0% {
    transform: translateY(0px) rotate(0deg);
  }
  50% {
    transform: translateY(20px) rotate(180deg);
  }
  100% {
    transform: translateY(0px) rotate(359deg);
  }
}

.icon_6 {
  position: absolute;
  left: 145px;
  top: 55px;
  -webkit-animation: moveleftbounce 3.1s linear infinite;
  animation: moveleftbounce 3.1s linear infinite;
  opacity: 0.1;
}
.icon_7 {
  position: absolute;
  left: 0;
  bottom: 222px;
  -webkit-animation: moveleftbounce 3.1s linear infinite;
  animation: moveleftbounce 3.1s linear infinite;
  opacity: 0.15;
  left: 49%;
}
.icon_8 {
  position: absolute;
  left: 0;
  bottom: 110px;
  -webkit-animation: moveleftbounce 3.1s linear infinite;
  animation: moveleftbounce 3.1s linear infinite;
  opacity: 0.1;
  left: -165px;
}
@keyframes moveleftbounce {
  0% {
    transform: translateX(0px);
  }
  50% {
    transform: translateX(20px);
  }
  100% {
    transform: translateX(0px);
  }
}
.slider-area .carousel-inner .carousel-indicators li.active:after {
  content: "";
  border: 2px solid rgb(104, 49, 239);
  border-radius: 100%;
  position: absolute;
  left: -5px;
  width: 20px;
  padding: 7px;
  height: 20px;
  right: 0;
  top: -5px;
}

/* end of animated icons */
/*****--------- footer css -----*********/
.footer_wrapper {
  float: left;
  width: 100%;
}
.section3_wrapper_second {
  padding-top: 60px;
}
.tb_foter_left {
  float: left;
  width: 60%;
  padding-left: 15px;
}
.tb_foter_right {
  float: left;
  width: 40%;
  padding-right: 15px;
}
.wrapper_second_about,
.wrapper_second_useful,
.wrapper_second_blog {
  float: left;
  width: 100%;
}
.wrapper_second_links {
  padding-top: 75px;
  float: left;
}
.footer_wrapper h4 {
  font-size: 22px;
  font-weight: 400;
  text-transform: capitalize;
  color: #fff;
  padding-bottom: 5px;
}
.pd_btm_3 {
  padding-bottom: 40px;
}
.abotus_content {
  float: left;
  width: 100%;
}
.abotus_content {
  padding-bottom: 10px;
  padding-top: 40px;
}
.abotus_content p {
  font-size: 16px;
  color: rgba(255, 255, 255, 0.7);
  font-weight: 300;
  line-height: 28px;
}
.aboutus_social_icons {
  margin: 0;
  padding: 0;
  list-style: none;
}
.wrapper_first_image a img {
  margin-top: -15px;
}
.wrapper_second_useful ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.wrapper_second_useful ul li {
  margin-bottom: 8px;
  color: rgba(255, 255, 255, 0.7);
}
.wrapper_second_useful ul li i {
  color: rgba(255, 255, 255, 0.7);
  margin-right: 20px;
  font-size: 14px;
}
.wrapper_second_useful_2 ul li i {
  color: #77b32a;
  font-size: 20px;
}
.wrapper_second_useful ul li a {
  color: rgba(255, 255, 255, 0.7);
  font-size: 16px;
  font-weight: 300;
  text-transform: capitalize;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.wrapper_second_useful ul li a:hover {
  color: #fff;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.btm_foter_box {
  float: left;
  width: 100%;
  padding-top: 25px;
  padding-bottom: 15px;
}
.hidden {
  display: none;
}
.visible {
  display: block;
}
.foter_contact_nav li p {
  font-size: 16px;
  color: #cacaca;
  text-transform: capitalize;
  float: left;
}
.footer_btn_wrapper {
  float: right;
}
.foter_contact_nav ul li a p {
  color: #cacaca;
  text-transform: lowercase !important;
}
.foter_contact_nav ul li a p:hover {
  color: #dbbb0a;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.wrapper_second_useful_2 ul li {
  margin-bottom: 17px;
}
.wrapper_second_useful_2 ul li i:before {
  font-size: 20px;
}
.wrapper_second_useful_2 ul li a {
  text-transform: lowercase;
}
.wrapper_second_useful_2 li h1 {
  font-size: 24px;
  font-weight: 700;
  color: #fff;
  line-height: 30px;
}
.abotus_content li {
  float: left;
  margin-right: 10px;
}
.abotus_content li a {
  float: left;
  width: 40px;
  height: 40px;
  line-height: 42px;
  text-align: center;
  background: transparent;
  color: rgba(255, 255, 255, 0.7);
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.abotus_content li a:hover {
  background: #fff;
  color: #1b355e;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.section3_copyright p {
  color: #fff;
}
.foter_padder {
  padding-bottom: 50px;
  float: left;
}
.section3_copyright {
  text-transform: capitalize;
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  float: left;
  width: 100%;
  display: inline-block;
  text-align: center;
  padding-top: 30px;
  padding-bottom: 15px;
}
.section3_copyright p a {
  color: #199738;
  margin-left: 3px;
}
/* code for Mobile Screens*/
@media (max-width: 820px) {
  .icon_content_right{
    float: right !important;
  }
}
@media (min-width: 1025px) {
  .right_rem {
    right: 4rem;
  }
  .vh-background {
    background-attachment: fixed !important;
  }
  .contact-box {
    min-height: 750px;
  }
  .prod {
    display: block !important;
    margin-bottom: 10px;
    margin-left: auto;
    margin-right: auto;
  }
  .about-fixed {
    height: 375px !important;
    margin-top: 0 !important;
    top: 50px !important;
    margin-left: 40px !important;
  }
  .sw_disc_txt_wrapper {
    padding: 40px !important;
    margin-bottom: 25px;
  }
}

@media (max-width: 480px) {
  .sw_about_top_img {
    right: 0;
  }
  .slide-btn {
    right: 25%;
  }
  .wrapper {
    width: 500px !important;
  }
  .sw_news_bg {
    background-attachment: scroll;
  }
  .vh-background {
    background-attachment: scroll;
  }
  .wrapper p {
    font-size: 12px !important;
  }

  .contact-box {
    padding: 36px 30px 40px 0px;
    background: transparent;
  }
  .map-container {
    background: rgba(27, 53, 94, 0.9);
    left: 0.7rem;
  }
  .captcha {
    position: relative;
    left: -1.5em;
  }
  .prod {
    display: none !important;
  }
  .paddeds {
    background-size: cover !important;
    background-position: center;
  }
  .sw_disc_txt_wrapper {
    padding: 0;
    margin-bottom: 25px;
  }
  .about-fixed {
    height: 270px;
    margin-top: 15px;
    top: 0;
    margin-right: auto;
    display: block;
    margin-left: auto;
  }
  .pad-top {
    margin-top: 40px;
  }
 
}
@media (min-width: 480px) {
  .sw_disc_txt_wrapper {
    padding: 0;
    margin-bottom: 25px;
  }

  .contact-box {
    height: auto;
    background: rgba(27, 53, 94, 0.9);
  }
  .prod {
    display: none;
  }
  .about-fixed {
    height: 175px;
    margin-top: 30px;
    top: 40px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }
  .pad-top {
    margin-top: 40px;
  }
}

/* code for Ipads and Tabs Screen*/
@media (min-width: 767px) and (max-width: 900px) {
  .respad {
    margin-top: 20px;
  }

  .slide-btn {
    right: 37% !important;
  }

  .about-fixed {
    height: 190px;
    margin-top: 30px;
    margin-left: auto;
    margin-right: auto;
    display: block;
    top: 40px;
  }
  .about-fixed a {
    bottom: 0.5em;
    position: absolute;
    zoom: 80%;
  }
  .pad-top {
    margin-top: 40px;
  }
  .prod {
    display: none !important;
  }

}
/*---------- header and navigation End ------------*/
@media (min-width: 992px) {
  .pad-top {
    margin-top: 40px;
  }
  .transparent-menu {
    float: left;
    width: 100%;
    z-index: 1000;
  }
  .sc_navigation {
    float: right;
    width: 80%;
  }
  nav {
    display: inline-block;
    text-align: right;
    vertical-align: middle;
  }
  nav > ul {
    float: left;
    list-style: outside none none;
    margin: 0;
    padding: 0;
    width: calc(100% - 230px);
  }
  nav > ul > li {
    color: #1b355e;
    display: inline-block;
    text-transform: capitalize;
    position: relative;
    font-size: 16px;
    font-weight: 700;
  }
  nav > ul > li > a {
    color: inherit;
    float: left;
    font-weight: 600;
    color: #1b355e;
    line-height: 2;
    font-size: 14px;
    font-family: "Raleway", sans-serif;
    text-transform: capitalize;
    padding: 15px;
    padding-bottom: 0;
    padding-top: 32px;
    position: relative;
  }
  nav ul li {
    float: none;
  }
  .main-menu-wrapper {
    float: left;
    width: 20%;
    padding-top: 18px;
    padding-left: 30px;
    padding-bottom: 15px;
  }
  nav > ul > li:hover:before,
  nav > ul > li:hover > a:before,
  nav > ul > li:hover > a:after {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
  nav > ul > li a:hover,
  nav > ul > li a.active {
    color: #199738;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
  }
  nav > ul > li:before {
    content: "[";
    position: absolute;
    right: 50%;
    color: #fff;
    font-size: 20px;
    font-weight: 400;
    opacity: 0;
    top: 12px;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
  }
  nav > ul > li:hover:before {
    content: "[";
    position: absolute;
    right: 95%;
    color: #1b355e;
    font-size: 20px;
    font-weight: 400;
    opacity: 1;
    top: 14px;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
  }
  nav > ul > li:after {
    content: "]";
    position: absolute;
    left: 50%;
    color: #fff;
    font-size: 20px;
    font-weight: 400;
    opacity: 0;
    top: 12px;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
  }
  nav > ul > li:hover:after {
    content: "]";
    position: absolute;
    left: 95%;
    color: #1b355e;
    font-size: 20px;
    opacity: 1;
    top: 14px;
    font-weight: 400;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
  }
  nav ul li ul:after {
    content: "";
    border-right: 30px solid transparent;
    border-bottom: 20px solid rgb(255, 255, 255);
    position: absolute;
    left: 10%;
    top: -10px;
  }
  .caret_btn ul:after {
    display: none;
  }

  .dropdown_hover a:hover {
    color: #1b355e !important;
    font-weight: 600 !important;
    transition: font-weight 0.1s;
  }
  .dropdown_hover a:hover:after {
    width: 100%;
    left: 0;
  }
  .dropdown_hover a:after {
    background: none repeat scroll 0 0 transparent;
    bottom: 0;
    content: "";
    display: block;
    height: 2px;
    left: 50%;
    position: absolute;
    background: #1b355e;
    transition: width 0.3s ease 0s, left 0.3s ease 0s;
    width: 0;
  }

  .style2 .transparent-menu {
    border: 0 !important;
    padding-top: 40px;
  }
  .style2 nav {
    border: 0;
  }
  .style2 nav > ul > li > a {
    font-family: Raleway;
    font-size: 14px;
    font-weight: 300;
    margin: 0 15px;
    padding: 30px 0;
  }
  .header_right_main_wrapper {
    float: left;
    width: 230px;
  }
  .style2 nav > ul > li > a:before {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border-bottom: 1px dashed;
    border-radius: 0;
    bottom: 3px;
    height: 2px;
    left: 0;
    margin: 0;
    top: auto;
    width: 100%;
  }
  .style2 nav > ul > li > a:after,
  .style2 nav > ul > li:before {
    display: none;
  }
  .header-btns > form {
    background: rgba(0, 0, 0, 0.5) none repeat scroll 0 0;
    height: 40px;
    width: 350px;
    margin-top: 37px;
    position: absolute;
    top: 100%;
    right: 0;
    -webkit-transform: rotateX(90deg);
    -moz-transform: rotateX(90deg);
    -ms-transform: rotateX(90deg);
    -o-transform: rotateX(90deg);
    transform: rotateX(90deg);
  }
  .header-btns > form.active {
    -webkit-transform: rotateX(0);
    -moz-transform: rotateX(0);
    -ms-transform: rotateX(0);
    -o-transform: rotateX(0);
    transform: rotateX(0);
  }
  .menu-btns > form input,
  .header-btns > form input {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 0 none;
    color: #fff;
    font-family: lato;
    font-size: 12px;
    font-style: italic;
    height: 100%;
    padding: 10px 20px;
    width: 100%;
  }
  .menu-btns > form button,
  .header-btns > form button {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 0 none;
    color: #fff;
    height: 40px;
    position: absolute;
    right: 0;
    top: 0;
    width: 40px;
  }
  /*=============== Sticky Header  ===================*/
  .menu_fixed {
    position: fixed;
    background: #fff;
    color: #1b355e;
    -webkit-box-shadow: 0px 2px 20px -6px #3c3c3c;
    -moz-box-shadow: 0px 2px 20px -6px #3c3c3c;
    -o-box-shadow: 0px 2px 20px -6px #3c3c3c;
    -ms-box-shadow: 0px 2px 20px -6px #3c3c3c;
    box-shadow: 0px 2px 20px -6px #3c3c3c;
    z-index: 1000;
    left: 0;
    right: 0;
    top: 0;
  }
  .header-area.stick .mainmenu ul li a,
  .stick .mean-container a.meanmenu-reveal {
    color: #000000;
  }
  .header-area.stick .menu-bar:after,
  .header-area.stick .menu-bar:before,
  .header-area.stick .menu-bar span,
  .stick .mainmenu ul li.parent:after,
  .stick .mainmenu ul li.parent:before,
  .stick .mainmenu ul li.has-mega > a:before,
  .stick .mainmenu ul li.has-mega > a:after,
  .stick .mean-container a.meanmenu-reveal span {
    background-color: #222;
  }
  /*=============== Toggle Header  ===================*/
  /*=============== Dropdown ===================*/
  nav ul li ul {
    background: #fff none repeat scroll 0 0;
    text-align: left;
    list-style: outside none none;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 120%;
    width: 250px;
    visibility: hidden;
    opacity: 0;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    border-bottom: 0;
    -webkit-transform: rotateX(-75deg);
    -moz-transform: rotateX(-75deg);
    -ms-transform: rotateX(-75deg);
    -o-transform: rotateX(-75deg);
    transform: rotateX(-75deg);
    -webkit-transition: all 800ms cubic-bezier(0.68, 0, 0.265, 1);
    /* older webkit */
    -webkit-transition: all 800ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
    -moz-transition: all 800ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
    -o-transition: all 800ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
    transition: all 800ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
    -webkit-box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.06) !important;
    box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.06) !important;
    -webkit-transform-origin: 0 0 0;
    transform-origin: 0 0 0;
  }
  nav ul li ul li ul {
    background: #313131;
    top: 0;
    left: 100%;
  }
  nav ul li ul {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  nav ul li:hover > ul {
    opacity: 1;
    visibility: visible;
    transform: rotateX(0deg);
    -o-transform: rotateX(0deg);
    -ms-transform: rotateX(0deg);
    -moz-transform: rotateX(0deg);
    -webkit-transform: rotateX(0deg);
  }
  nav ul li ul li a {
    color: #1b355e;
    float: left;
    font-size: 14px;
    font-weight: 400;
    position: relative;
    line-height: 25px;
    padding: 12px 30px;
    width: 100%;
  }
  nav ul li ul li a {
    color: #1b355e;
  }
  nav ul li ul li a i {
    margin-right: 5px;
  }
  .has-dropdown:before {
    background: rgba(255, 255, 255, 0.6) none repeat scroll 0 0;
    content: "";
    height: 6px;
    margin-top: -0px;
    position: absolute;
    opacity: 0;
    right: 80px;
    top: 50%;
    width: 6px;
    -webkit-transition: all 800ms cubic-bezier(0.68, 0, 0.265, 1);
    /* older webkit */
    -webkit-transition: all 800ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
    -moz-transition: all 800ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
    -o-transition: all 800ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
    transition: all 800ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
    /* easeInOutBack */
    -webkit-transition-timing-function: cubic-bezier(0.68, 0, 0.265, 1);
    /* older webkit */
    -webkit-transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
    -moz-transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
    -o-transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
    transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
    /* easeInOutBack */
  }
  .has-dropdown:hover:before {
    right: 20px;
    opacity: 1;
  }
}
.caret_btn:before {
  display: none;
}

.caret_btn:after {
  display: none;
}

nav {
  height: auto;
  float: right;
}
.caret_btn ul:before {
  content: "";
  border-left: 30px solid transparent;
  border-bottom: 25px solid rgb(255, 255, 255);
  position: absolute;
  right: 10%;
  top: -12px;
}
.caret_btn .cc_cart_cont_wrapper span {
  color: #338fd1;
  text-align: center;
  font-size: 16px;
  float: left;
  font-family: "Raleway", sans-serif;
  background: transparent;
  position: relative;
  bottom: 15px;
  left: 60px;
}
.cart_checkout_btn {
  float: right;
  margin-top: 20px;
}
.cart_checkout_btn a {
  width: 160px;
  height: 50px;
  float: left;
  color: #fff;
  font-family: "Raleway", sans-serif;
  background: #338fd1;
  text-align: center;
  line-height: 28px;
  font-size: 16px;
  border-radius: 45px;
  text-transform: capitalize;
  font-weight: 500;
}
.cart_checkout_btn a:hover {
  -webkit-box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.tc_login_btn .dropdown-toggle i {
  margin-left: -1px;
}
.sw_icon_bar ul li ul:before {
  content: "";
  border-left: 30px solid transparent;
  border-bottom: 25px solid rgb(255, 255, 255);
  position: absolute;
  right: 15%;
  top: -12px;
}
nav ul li:nth-child(9) > ul {
  right: 5px !important;
  width: 320px;
  padding: 20px;
}
.sw_icon_bar ul li ul:after {
  display: none;
}
.tc_login_btn .dropdown-menu {
  padding-top: 15px;
  padding-bottom: 10px;
  right: 0;
  border-radius: 15px;
  margin-top: 15px;
  border: 0;
}

.trans_button {
  width: 12em;
  height: 45px;
  float: left;
  color: #1b355e;
  background: rgba(255, 255, 255, 1);
  top: 2em;
  margin-bottom: 40px;
  left: 2em;
  position: relative;
  font-family: "Raleway", sans-serif;
  text-align: center;
  line-height: 45px;
  font-size: 16px;
  border-radius: 50px;
  text-transform: capitalize;
  font-weight: 600;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.trans_button:hover {
  background: rgba(255, 255, 255, 1);

  box-shadow: 0px 4px 4px rgba(117, 179, 42, 0.25);
}

#the-sun {
  position: relative;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  cursor: pointer;
  background: linear-gradient(
    180deg,
    #f1c24d 0%,
    rgba(242, 216, 100, 0.467072) 50%,
    rgba(239, 167, 48, 0) 100%
  );
  -webkit-animation: orbit 10s linear infinite;
  -moz-animation: orbit 10s linear infinite;
  animation: orbit 10s linear infinite;
  float: left;
}

#the-moon {
  border-radius: 50%;
  position: relative;
  display: none;
  width: 80px;
  height: 80px;
  cursor: pointer;
  float: left;
  background: linear-gradient(
    180deg,
    #837986 0%,
    rgba(163, 158, 164, 0.467072) 53.29%,
    rgba(191, 191, 191, 0) 100%
  );
  -webkit-animation: orbit 10s linear infinite;
  -moz-animation: orbit 10s linear infinite;
  animation: orbit 10s linear infinite;
}

@keyframes orbit {
  0% {
    transform: translateY(0px) rotate(0deg);
  }
  50% {
    transform: translateY(20px) rotate(180deg);
  }
  100% {
    transform: translateY(0px) rotate(359deg);
  }
}

/*-----start of crater moon toggle-------*/
.wrapper-switch  {
  position: absolute;
  /*  width: 300px !important; */
  border: 1px solid transparent;
  height: auto;
  bottom: 0;
  right: 0;
  border-top-left-radius: 15px;
  padding: 20px;
  zoom: 50% !important;
  /*   background: rgba(233,235,230,0.5);
    box-shadow: 0 5px 20px 0 rgb(0 0 0 / 25%); */
}

.wrapper-switch p {
  font-weight: 900;
  font-size: 20px;
  text-align: center;
  text-shadow: -1px 3px 3px rgb(0 0 0 / 40%);
  color: #fff;
}

.hover-pointer {
  cursor: pointer;
}

#hide-checkbox {
  opacity: 0;
  height: 0;
  width: 0;
}

.toggle {
  position: relative;
  cursor: pointer;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top: 1em;
  margin-bottom: 1em;
  width: 200px;
  height: 100px;
  background: rgba(0, 0, 0, 0.9);
  border-radius: 50px;
  transition: 500ms;
  overflow: hidden;
}

.toggle-button {
  position: absolute;
  display: inline-block;
  top: 7px;
  left: 6px;
  width: 86px;
  height: 86px;
  border-radius: 50%;
  background: #716c64;
  overflow: hidden;
  box-shadow: 0 0 35px 4px rgba(255, 255, 255);
  transition: all 500ms ease-out;
}

.crater {
  position: absolute;
  display: inline-block;
  background: #716c64;
  border-radius: 50%;
  transition: 500ms;
}

.crater-1 {
  background: #fffff9;
  width: 86px;
  height: 86px;
  left: 10px;
  bottom: 10px;
}

.crater-2 {
  width: 20px;
  height: 20px;
  top: -7px;
  left: 44px;
}

.crater-3 {
  width: 16px;
  height: 16px;
  top: 20px;
  right: -4px;
}

.crater-4 {
  width: 10px;
  height: 10px;
  top: 24px;
  left: 30px;
}

.crater-5 {
  width: 15px;
  height: 15px;
  top: 40px;
  left: 48px;
}

.crater-6 {
  width: 10px;
  height: 10px;
  top: 48px;
  left: 20px;
}

.crater-7 {
  width: 12px;
  height: 12px;
  bottom: 5px;
  left: 35px;
}

.star {
  position: absolute;
  display: inline-block;
  border-radius: 50%;
  background: #fff;
  box-shadow: 1px 0 2px 2px rgba(255, 255, 255);
}

.star-1 {
  width: 6px;
  height: 6px;
  right: 90px;
  bottom: 40px;
}

.star-2 {
  width: 8px;
  height: 8px;
  right: 70px;
  top: 10px;
}

.star-3 {
  width: 5px;
  height: 5px;
  right: 60px;
  bottom: 15px;
}

.star-4 {
  width: 3px;
  height: 3px;
  right: 40px;
  bottom: 50px;
}

.star-5 {
  width: 4px;
  height: 4px;
  right: 10px;
  bottom: 35px;
}

.star-6,
.star-7,
.star-8 {
  width: 10px;
  height: 2px;
  border-radius: 2px;
  transform: rotate(-45deg);
  box-shadow: 5px 0px 4px 1px #fff;
  animation-name: travel;
  animation-duration: 1.5s;
  animation-timing-function: ease-out;
  animation-iteration-count: infinite;
}

.star-6 {
  right: 30px;
  bottom: 30px;
  animation-delay: -2s;
}

.star-7 {
  right: 50px;
  bottom: 60px;
}

.star-8 {
  right: 90px;
  top: 10px;
  animation-delay: -4s;
}

@keyframes travel {
  0% {
    transform: rotate(-45deg) translateX(70px);
  }

  50% {
    transform: rotate(-45deg) translateX(-20px);
    box-shadow: 5px 0px 6px 1px #fff;
  }

  100% {
    transform: rotate(-45deg) translateX(-30px);
    width: 2px;
    height: 2px;
    opacity: 0;
    box-shadow: none;
  }
}

#hide-checkbox:checked + .toggle {
  background: #3badfc;
}

#hide-checkbox:checked + .toggle .toggle-button {
  background: /* #F7FFFF */ #f4d070;
  transform: translateX(102px);
  box-shadow: 0 0 35px 5px rgba(255, 255, 255);
}

#hide-checkbox:checked + .toggle .toggle-button .crater {
  transform: rotate(-45deg) translateX(70px);
}

#hide-checkbox:checked + .toggle .star {
  animation: move 2s infinite;
  transform: none;
  box-shadow: none;
}

#hide-checkbox:checked + .toggle .star-1 {
  width: 40px;
  height: 10px;
  border-radius: 10px;
  background: #fff;
  left: 20px;
  top: 25px;
  box-shadow: none;
}

#hide-checkbox:checked + .toggle .star-2 {
  width: 12px;
  height: 12px;
  background: #fff;
  left: 26px;
  top: 23px;
  box-shadow: -1px 0 2px 0 rgba(0, 0, 0, 0.1);
}

#hide-checkbox:checked + .toggle .star-3 {
  width: 16px;
  height: 16px;
  background: #fff;
  left: 35px;
  top: 19px;
  box-shadow: -1px 0 2px 0 rgba(0, 0, 0, 0.1);
}

#hide-checkbox:checked + .toggle .star-4 {
  width: 14px;
  height: 14px;
  background: #fff;
  left: 46px;
  top: 21px;
  box-shadow: -1px 0 2px 0 rgba(0, 0, 0, 0.1);
}

#hide-checkbox:checked + .toggle .star-5 {
  width: 60px;
  height: 15px;
  border-radius: 15px;
  background: #fff;
  left: 30px;
  bottom: 20px;
  box-shadow: none;
}

#hide-checkbox:checked + .toggle .star-6 {
  width: 18px;
  height: 18px;
  background: #fff;
  border-radius: 50%;
  left: 38px;
  bottom: 20px;
  box-shadow: -1px 0 2px 0 rgba(0, 0, 0, 0.1);
}

#hide-checkbox:checked + .toggle .star-7 {
  width: 24px;
  height: 24px;
  background: #fff;
  border-radius: 50%;
  left: 52px;
  bottom: 20px;
  box-shadow: -1px 0 2px 0 rgba(0, 0, 0, 0.1);
}

#hide-checkbox:checked + .toggle .star-8 {
  width: 21px;
  height: 21px;
  background: #fff;
  border-radius: 50%;
  left: 70px;
  top: 59px;
  box-shadow: -1px 0 2px 0 rgba(0, 0, 0, 0.1);
}

@keyframes move {
  0% {
    transform: none;
  }

  25% {
    transform: translateX(2px);
  }

  100% {
    transform: translateX(-2px);
  }
}

.paddeds {
  position: relative;
  height: 503px;
  width: 100%;
  background: url(../images/bg/light.jpg);

  background-repeat: no-repeat;


  background-position: 30%;
}

.switched{
  background-repeat: no-repeat !important;
  position: relative !important;
  height: 503px !important;
  width: 100% !important;

  background-position: 30% !important;
  background: url(../images/bg/dark.jpg) !important;
}

.dark-switch {
  background: #000 !important;
  outline: 1px solid #fff;
  border-radius: 100% !important;
}

.wrapper p:first-child {
  margin-bottom: -2em;
}

/*-----end of crater moon toggle-------*/

/*-----Start of become a partner-------*/
.sw_iner_service_wrapper_2 {
  padding-bottom: 80px;
}
.sw_iner_service_wrapper {
  float: left;
  width: 100%;
  padding-top: 100px;
  background: rgba(250, 249, 246, 0.4);
}
.vh-background {
 
  background-position: 70%  !important;
  background-repeat: no-repeat !important;
  height: 100vh;

  background-size: cover !important;
}
.form_check {
  float: left;
  width: 100%;

  padding: 10px 25px;
  margin-bottom: 20px;
}
.form_check label {
  color: #1b355e;
  font-weight: 900;
  font-size: 17px;
  float: left;
}
.form_check input {
  height: 17px;
  width: 24px;
  margin-left: 8px;
  float: left;
}
.gb_icon_wrapper {
  float: left;
  width: 100%;
  height: 300px;
  background: #fff;
  padding: 20px;
  border-radius: 20px;
  margin-bottom: 30px;
  box-shadow: 0 8px 20px 0 rgb(0 0 0 / 6%);
}
.gb_icon_img {
  float: left;
}
.gb_icon_content {
  width: calc(100% - 60px);
  float: left;
  padding-left: 20px;
}
.gb_icon_img img {
  width: 60px !important;
  height: 60px;
  text-align: center;
  display: inline-block !important;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.gb_icon_content h4 a {
  font-size: 18px;
  font-weight: 500;
  text-transform: capitalize;
  color: #1d3571;
  line-height: 22px;
}
.gb_icon_wrapper p {
  float: left;
  width: 100%;
  margin-top: 25px;
}
/*-----end of become a partner-------*/
@media (min-width: 800px) {


  .slide-btn {
    right: 43%;
  }
}

.slide-btn {
  color: #fff !important;
  padding: 0.5rem 3rem !important;
  border: 3px solid #fff;
  border-radius: 0.4rem;
  font-size: 1.3rem !important;
  position: absolute;
  top: 10rem;
  line-height: 1.5rem !important;
}

.big-product {
  object-fit: contain;
  height: 20rem;
  object-position: top;
}

.stroom-item {
  margin-top: 1rem;
}
.custom-header:before {
  content: '';
  position: absolute;
  outline: 1px solid;
  width: 70px;
  height: max-content;
  background: url(../images/heading_line.png);
  bottom: -10px;
  background-repeat: no-repeat;
}

.custom-header{
position: relative;
margin-bottom: 1.5rem !important;
line-height: 30px;
}

span.error-msg {
  color: red;
  font-size: 12px;
  font-weight: 600;
  margin-left: 1rem;
  margin-bottom: 1rem;
}

.customfields label{
  margin-left: 1rem;
  font-size: 14px;
    color: var(--primary);
}

#on_off {
  position: absolute;
  left: 19%;
}
#on_off span {
  width: 80px;
  height: 80px;
  background: #fff;
  border-radius: 100px;
  line-height: 80px;
  text-align: center;
}
.round-switch {
  position: relative;
  width: 125px;
  height: 125px;
  background: #ffffff;
  border-radius: 100%;
  z-index: 1;
  margin-top: -15px;
  -webkit-box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.06);
  -moz-box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.06);
  -o-box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.06);
  -ms-box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.06);
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.06);
}
.round-switch:after {
  content: "";
  width: 165px;
  height: 165px;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 100%;
  position: absolute;
  left: -20px;
  top: -21px;
}
#on_off a span {
  position: absolute;
  top: 35px;
  left: 49%;
  width: 30px;
  height: 50px;
  margin-left: -15px;
  border: 2px solid #1b355e;
  z-index: 1;
  border-radius: 50px;
  box-sizing: border-box;
}
#on_off a span::before {
  position: absolute;
  top: 10px;
  left: 50%;
  content: "";
  width: 6px;
  height: 6px;
  margin-left: -3px;
  z-index: 1;
  background-color: #1b355e;
  border-radius: 100%;
  -webkit-animation: sdb10 2s infinite;
  animation: sdb10 2s infinite;
  box-sizing: border-box;
}


.grecaptcha-badge{
visibility: hidden;
    
}

@media (min-width: 992px) {
  .slider-title {
right: 22rem;
font-size: 3.5rem !important;
width: 90% !important;
margin-inline: auto;

  }
}
@media (max-width: 920px) {
  .slider-title {
    right: 20%;
    top: 10rem;
    width: 90% !important;
margin-inline: auto;
  }
}
@media (max-width: 420px) {
  .slider-title {
  }
}
