
.text-type-1 {
  padding: 30px 0;
  border-top: #e2e2e2 1px solid;
  border-bottom: #e2e2e2 1px solid;
}

.section-padding {
  padding: 50px 0;
}

.footer-widget {
  padding: 40px 0;
}

.footer-widget h4 {
  font-family: 'Syne', sans-serif;
  font-size: 19px;
  color: #18bccf;
  font-weight: 600;
  margin-bottom: 16px;
}

.footer-widget li a {
  color: #fff;
  display: inline-block;
  padding: 7px 0;
  transition: all ease-in-out 0.3s;
  -webkit-transition: all ease-in-out 0.3s;
}

.prod-spec li h4 {
  font-size: 16px;
  font-family: 'Syne', sans-serif;
  font-weight: 600;
  letter-spacing: 0;
  text-transform: capitalize;
}

.footer-widget li a:hover {
  color: #18bccf;
  text-decoration: none;

}

.navbar-light .navbar-nav .nav-link {
  color: rgb(255 255 255)!important;
}

.navbar-light .navbar-nav .nav-link:hover {
  color: rgb(209 168 104)!important;
}


.border-box {
  padding-bottom: 14px;
  border-bottom: 1px solid rgb(255 255 255 / 23%);
}

.navbar-brand {
  position: relative;
  padding-right: 30px;
}


.footer-logo {
  max-width: 250px!important;
  text-align: center;
  margin: 0 auto;
}
.footer-logo img{
  margin-bottom: 50px;
  width: 200px;
}

.hover-none i {
  padding: 5px;
  color: #ffffff!important;
  font-size: 19px!important;
  font-weight: 900;
}

.navbar-dark .navbar-nav .nav-link {
  color: rgb(255 255 255) !important;
}

.navbar-dark .navbar-nav .nav-link:hover{
  color: #18bccf !important;
}

.brd-rgt {
  position: relative;
  padding-right: 10px;
}

.hover-none a:before {
  display: none;
}

.bg-3 {
  background: #383737;
}

.zoom-in-effect {
  overflow: hidden;
}

.zoom-in-effect img {
  transition: all ease-in-out 0.6s;
  -webkit-transition: all ease-in-out 0.6s;
  -moz-transition: all ease-in-out 0.6s;
}

.zoom-in-effect:hover img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
}

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

.section-bg {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}





.info-text {
  padding: 100px 50px;
}

.info-text h3 {
  font-family: 'Syne', sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 25px;
  padding: 10px 0 0 0;
}

.info-text h4 {
  font-family: 'Poiret One', cursive;
  text-transform: uppercase;
  color: #000;
  font-weight: 600;
  letter-spacing: 8px;
  font-size: 15px;
  display: block;
  width: 100%;
}

.site-header .nav-item .nav-link {
  position: relative;
  font-weight: 400;
  padding-right: 25px;
  font-size: 14px;
  color: #000!important;
  font-family: 'Montserrat', sans-serif;
}


.site-header .nav-item:hover .nav-link::before {
  width: 100%;
}
.site-header .nav-item .nav-link:hover {
    color: #ec6623 !important;
}


.h-600 {
  min-height: 600px;
}

.jarallax {
  padding: 100px 0;
  z-index: 90;
}

.site-header i {
  font-size: 19px;
  color: #fff;
}

.info-txt {
  padding: 20px;
}

.info-txt h2 {
  font-family: 'Poiret One', cursive;
  font-weight: 900;
}

.info-box {
  background: #47af67;
  /* clip-path: polygon(25% 0%, 100% 0, 100% 66%, 75% 100%, 0 100%, 0 29%); */
  clip-path: polygon(10% 0, 100% 0, 100% 86%, 89% 100%, 0 100%, 0 15%);
}

.mdl {
  border-radius: 50%;
  border: #64c181 10px solid;
}

.hd-4 {
  font-family: 'Audiowide', cursive;
  color: #fff;
}

.cont-section p {
  /* font-family: 'Syne', sans-serif; */
  width: 60%;
}

.mid-bg {
  padding: 90px 0;
}

.section {
  position: relative;
}

.mid-bg::before {
  position: absolute;
  content: '';
  left: 0;
  top: -56px;
  right: 0;
  bottom: 0;
  background: #47af67;
}

.title-1 {
  position: relative;
  padding-bottom: 10px;
  margin-bottom: 30px;
}

.dark-title::before {
  background: #000!important;
}

.title-1::before {
  position: absolute;
  content: '';
  bottom: 0;
  right: 0;
  left: auto;
  height: 1px;
  width: 60%;
}

.light-title h2 {
  color: #fff;
}

.light-title::before {
  background: #fff;
}

.title-1 h2 span {
  font-weight: 900;
  color: #18bccf;
}

.cont-section h4 {
  font-family: 'Poiret One', cursive;
  text-transform: uppercase;
  color: #000;
  font-weight: 600;
  font-family: 'Lora', serif;
  font-weight: 700;
}

.cont-section h2 {
  font-size: 66px;
  line-height: normal;
  font-weight: 700;
  padding-bottom: 30px;
  margin-bottom: 0;
  color: #18bccf;
  font-family: 'Lora', serif;
  font-weight: 700;
  text-transform: capitalize;
}

.site-header .container {
  padding-bottom: 5px;
}

.cont-section span {
  color: #47af67;
}

.section-padding {
  padding: 90px 0;
}

.site-header .nav-link {
  font-size: 15px;
}

.nav-link:hover{
  color: #18bccf !important;
}

/* CSS Document */
/*----------------
RESET CSS
-----------------*/
body {
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  padding: 0;
  color: #18bccf;
  font-family: 'Gothic A1', sans-serif;
  font-weight: normal;
}

div, ul, h1, h2, h3, h4, h5, li, p, img, form, input, textarea {
  margin: 0px;
  padding: 0px;
  font-family: 'Montserrat', sans-serif;
}

table, tr, td {
  border: 0;
}

.sec1 h2 {
  color: #fff;
  font-family: 'Audiowide', cursive;
  font-size: 37px;
  text-transform: uppercase;
}

.text-box-1 {
  display: flex;
  position: relative;
  min-height: 115px;
  margin: 40px 0;
}

.hd-3 {
  background: #357ed8;
  padding: 7px 20px;
  clip-path: polygon(0 0, 97% 0, 100% 100%, 0 100%);
  font-size: 20px;
}

* {
  box-sizing: border-box
}

a {
  outline: none;
  color: #333;
  text-decoration: none;
}

a:hover {
  outline: none;
  color: #000;
  text-decoration: none;
}
.navbar-dark .navbar-toggler{
  background: #333ec5;
}

.site-header .navbar-brand img {
  max-width: 170px;
}

img {
  border: none;
  max-width: 100%;
  vertical-align: middle;
}

li {
  list-style: none;
}

.clearall {
  clear: both;
  font-size: 1px;
  line-height: 1px;
  height: 1px;
}

/*-----------------------
MAIN CSS START
------------------------*/


.section-bg {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.parallx {
  background-attachment: fixed;
}

.textinfo h2 {
  font-family: 'Audiowide', cursive;
  color: #fff;
}

.nav-bar li a {
  color: #fff;
  font-family: 'Audiowide', cursive;
  font-size: 14px;
  /* padding: 46px 0; */
  display: inline-block;
  padding: 28px 0;
}

.top_strip {
  float: left;
  width: 100%;
  text-align: center;
  min-width: 1170px;
  position: relative;
}

/*.top_strip::before{
position: absolute;
content: '';
left: 0;
top: 0;
bottom: 0;
background: #357ed8;
right: 0;
width: 33%;

clip-path: polygon(0 0, 91% 0, 100% 100%, 0% 100%);
}*/
.top_lft {
  float: left;
  margin-top: 3px;
}

.logo {
  float: left;
  max-width: 180px;
}

.top-rgt {
  float: right;
  text-align: center;
}

ul.nav-bar {
  float: right;
}

ul.nav-bar li {
  display: inline-block;
  padding: 0 50px;
  text-transform: uppercase;
  vertical-align: middle;
}

ul.nav-bar li:last-child {
  padding-right: 0;
}

.ul.nav-bar li a.active, ul.nav-bar li a:hover {
  color: #a1bada;
  text-decoration: none;
}

.nav-bar li .icon-shopping-cart1 {
  font-size: 26px;
}

/*================== SECTION I================*/
.sec1 {
  float: left;
  width: 100%;
  /* height: 700px; */
  min-width: 1170px;
  background: url(../images/sec1.jpg) no-repeat center top;
  position: relative;
  background-size: cover;
}

.sec1::before {
  position: absolute;
  content: '';
  left: auto;
  right: 0;
  top: 0;
  width: 67%;
  background: rgba(0,0,0,0.5);
  bottom: 0;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 32% 100%);
}

.sec1_p1 {
  float: left;
  width: 100%;
  color: #ffffff;
  font-size: 20px;
  padding-left: 17px;
  /*background: url(../images/p1-txt-img.png) no-repeat left top;*/
  margin: 15px 0 0 0;
  padding: 10px 20px;
}

.sec1_p2 {
  float: left;
  width: 100%;
  color: #fff;
  font-size: 72px;
  font-weight: bold;
  padding: 10px 0 4px 0;
}

.sec1_p3 {
  float: left;
  width: 90%;
  color: #fff;
  font-size: 18px;
  line-height: 28px;
  font-weight: normal;
  padding: 3px 0;
}

.sec1_p4 {
  display: inline-block;
  width: 100%;
  font-size: 20px;
  color: #151515;
  letter-spacing: -0.3px;
  line-height: 28px;
  padding: 18px 0 0 0;
}

.sec1-shopnow, .s3-btm, .add-to-cart {
  position: relative;
  margin: 30px 0 0 0px;
  box-shadow: 0 0 0 rgb(24 24 24 / 30%);
  background-color: #18bccf;
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  /* width: 180px; */
  text-align: center;
  display: inline-block;
  transition: all ease-in-out 0.3s;
  -webkit-transition: all ease-in-out 0.3s;
  padding: 11px 25px;
  /* border-radius: 50px!important; */
  overflow: hidden;
  border: none;
  font-family: 'Montserrat', sans-serif;
  border-radius: 42px;
}

.sec1-shopnow::before, .s3-btm::before, .add-to-cart::before {
  display: block;
  content: "";
  top: 0;
  bottom: 0;
  position: absolute;
  width: 50px;
  left: -60px;
  -webkit-transform: skewX(-20deg);
  -moz-transform: skewX(-20deg);
  -ms-transform: skewX(-20deg);
  transform: skewX(-20deg);
  -webkit-transition: 350ms ease all;
  -moz-transition: 350ms ease all;
  transition: 350ms ease all;
  background: -moz-linear-gradient(left,rgba(255,255,255,0) 0%,rgba(255,255,255,1) 50%,rgba(255,255,255,0) 100%);
  background: -webkit-linear-gradient(left,rgba(255,255,255,0) 0%,rgba(255,255,255,1) 50%,rgba(255,255,255,0) 100%);
  background: -webkit-linear-gradient(left,rgba(255,255,255,0) 0%,rgba(255,255,255,1) 50%,rgba(255,255,255,0) 100%);
  background: -moz-linear-gradient(left,rgba(255,255,255,0) 0%,rgba(255,255,255,1) 50%,rgba(255,255,255,0) 100%);
  background: linear-gradient(to right,rgba(255,255,255,0) 0%,rgba(255,255,255,1) 50%,rgba(255,255,255,0) 100%);
  -webkit-transition: 0ms ease all;
  -moz-transition: 0ms ease all;
  transition: 0ms ease all;
  opacity: .5;
}

.sec1-shopnow:hover::before, .s3-btm:hover::before, .add-to-cart:hover::before {
  left: 110%;
  -webkit-transition: 800ms ease all;
  -moz-transition: 800ms ease all;
  transition: 800ms ease all;
  opacity: .2;
}

.sec1-shopnow:hover, .s3-btm:hover, .add-to-cart:hover {
  color: #fff;
  text-decoration: none;
  background-color: #222;
}

/*================== top_strip================*/
.strip {
  float: left;
  width: 100%;
  padding: 6px 0;
  background: #fff;
  min-width: 1170px;
  border-bottom: 2px solid #e1e1e1;
}

.strip-uls {
  float: left;
  width: 100%;
  text-align: center;
}

.strip-uls li {
  position: relative;
  padding: 10px 0 10px 70px;
  display: inline-block;
  font-size: 16px;
  font-weight: normal;
  line-height: 20px;
  vertical-align: middle;
  width: 24%;
  text-align: left;
}

.strip-uls li span {
  display: block;
  color: #000;
  font-weight: 500;
  text-transform: uppercase;
}

.strip-uls li img {
  position: absolute;
  left: -22px;
  top: 0;
  padding: 15px;
}

.strip-uls li:last-child {
  margin-right: 0;
}

/*==================SECTION II===============*/
/*================== SEC2================*/
.sec2 {
  float: left;
  width: 100%;
  text-align: center;
  min-width: 1170px;
  background: #fff;
  padding: 45px 0 60px;
}

.s2txt1 {
  display: inline-block;
  width: 100%;
  font-size: 20px;
  color: #000;
}

.s2txt2 {
  display: inline-block;
  width: 100%;
  font-size: 57px;
  font-weight: 800;
  color: #1b1b18;
  line-height: 50px;
  letter-spacing: -2px;
  margin-top: 7px;
  margin-bottom: 20px;
  font-family: 'Montserrat', sans-serif;
}

.s2-line {
  display: block;
  margin: 15px auto 0;
}

.learn-more1 {
  display: inline-block;
}

.s2txt3 {
  display: inline-block;
  color: #000;
  width: 75%;
  font-size: 18px;
  line-height: 32px;
  font-weight: normal;
  padding: 35px 0 0;
}

/*==================strip2================*/
.green_strip {
  float: left;
  width: 100%;
  min-width: 1170px;
  background: url(../images/strip2.jpg) no-repeat center top;
  height: 190px;
}

.st-rgt {
  float: right;
  width: 69%;
  margin-top: 38px;
}

.st-rgt_txt1 {
  float: left;
  width: 100%;
  color: #fff;
  font-size: 30px;
  font-weight: bold;
  text-transform: uppercase;
}

.st-rgt_txt2 {
  float: left;
  width: 83%;
  color: #fff;
  line-height: 26px;
  font-weight: 300;
  font-size: 18px;
  padding: 9px 0 0 0px;
}

/*==================SECTION III===============*/
.sec3 {
  float: left;
  width: 100%;
  background: #fff;
  text-align: center;
  padding: 45px 0 60px;
  background: url(../images/icon10.png);
  background-position: center center;
}

.s3uls {
  float: left;
  width: 100%;
  margin-top: 50px;
}

.s3uls li {
  display: inline-block;
  width: 416px;
  margin-right: 10px;
  /* background: url(../images/s3-bx1.png) no-repeat center top; */
  vertical-align: top;
  margin-top: 30px;
  background: #ffffff;
  padding: 28px 30px;
  min-height: 561px;
  border-left: #357ed8 10px solid;
  box-shadow: 0 25px 35px -5px rgb(0 0 0 / 10%);
}

.pro-box:hover img {
  transform: scale(1.1);
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
}

.pro-img img {
  transition: all ease-in-out 0.3s;
  -webkit-transition: all ease-in-out 0.3s;
}

img.ind-img {
  max-width: 192px;
  margin: auto;
  display: block;
}

.pro-box {
  text-align: center;
  min-height: 715px !important;
  background: #fff;
  padding-top: 71px;
  margin-bottom: 40px;
  padding-bottom: 40px;
  box-shadow: 0px 0px 30px 0px rgb(0 0 0 / 8%);
  position: relative;
  transition: .5s;
  z-index: 1;
  overflow: hidden;
  border-top-right-radius: 5px;
}
.pro-box:before {
  position: absolute;
  content: "";
  top: 0;
  left: -230px;
  height: 100%;
  width: 59%;
  background: #F7F8FA;
  transform: skewX(-49deg);
  z-index: -1;
}
.pro-box:after {
  position: absolute;
  content: "";
  top: 0;
  right: -33px;
  height: 13%;
  width: 12%;
  background: #18bccf;
  transform: skewX(39deg);
  z-index: -1;
}
.s3-btm {
  float: left;
  margin-top: 25px;
}

.s3txt1 {
  color: #000;
  font-size: 19px;
  font-weight: normal;
  padding-top: 42px;
  line-height: 29px;
  padding-left: 15px;
  padding-right: 15px;
}

.s3txt1 span {
  color: #abac3b;
}

.s3txt2 {
  width: 100%;
  font-weight: 700;
  font-size: 21px;
  line-height: 23px;
  padding: 5px 0 0 0;
  font-family: 'Montserrat', sans-serif;
  margin-bottom: 0;
  color: #18bccf;
}

/*==================SECTION III===============*/
.total {
  display: inline-block;
  width: 100%;
  margin: 40px 0px 0;
}

.total li {
  float: left;
  width: 48.8%;
  background: #fff;
  margin: 0 0 25px 0px;
  padding-bottom: 15px;
  border: 1px solid #2b64a6;
  position: relative;
  min-height: 254px;
}

.total li:after {
  content: "";
  position: absolute;
  left: 270px;
  top: 0;
  bottom: 0;
  border-right: 1px solid #2b64a6;
}

.total li:nth-child(even) {
  float: right;
}

.total li:nth-child(5), .total li:last-child {
  margin-bottom: 0;
}

.left1 {
  background: #e0fbe8;
}

.image {
  position: absolute;
  top: 0;
  max-width: 190px;
  left: 40px;
}

.right-sec,.right-sec1 {
  float: left;
  width: 100%;
  position: relative;
  padding-left: 296px;
  text-align: left;
}

.right-sec1 {
}

.txt {
  display: inline-block;
  width: 100%;
  font-size: 22px;
  line-height: 32px;
  color: #2d2d2d;
  font-weight: 700;
  margin: 25px 0 12px;
  min-height: 66px;
  letter-spacing: 0.5px;
}

.txt1 {
  float: left;
  width: 100%;
  font-size: 16px;
  line-height: 21px;
  color: #000;
  font-weight: 300;
  margin-top: 18px;
}

.txt2 {
  float: left;
  width: 100%;
  font-size: 25px;
  line-height: 30px;
  color: #2d2d2d;
  font-weight: 300;
  margin: 0px 0 50px 0;
}

.txt2 span {
  color: #050505;
  font-weight: 600;
}

.right {
}

/********************************/
.black-strip {
  float: left;
  width: 100%;
  padding: 41px 0 35px;
  background: #eff6ff;
}

.black-strip ul {
  float: left;
  width: 100%;
}

.black-strip ul li {
  float: left;
  width: 25%;
  font-size: 18px;
  line-height: 24px;
  color: #7a7a7a;
  font-weight: 300;
  position: relative;
  padding-left: 90px;
  margin-right: 0px;
}

.black-strip ul li:nth-child(2) {
  margin-right: 34px;
}

.black-strip ul li:nth-child(3) {
  width: 22%;
}

.black-strip ul li img {
  position: absolute;
  left: 3px;
  top: -8px;
}

.black-strip ul li span {
  display: block;
  font-weight: 600;
  font-size: 20px;
  line-height: 24px;
  margin-top: 11px;
  color: #2d2d2d;
}

.black-strip ul li:last-child {
  margin-right: 0;
}

/**************/
.s4uls {
  display: inline-block;
  margin-top: 56px;
  width: 100%;
}

.s4uls li {
  display: inline-block;
  width: 21%;
  padding: 0 0 17px 0;
  margin: 0px 13px 40px;
  border: 1px solid #dddddd;
}

.s4-pro1 {
  display: block;
  max-width: 175px;
  margin: 22px auto
}

.s4-box1-txt2 {
  display: inline-block;
  font-size: 28px;
  line-height: 34px;
  font-weight: 700;
  width: 93%;
  color: #2d2d2d;
  border-top: 1px solid #dddddd;
  padding: 10px;
}

.s4-left, .s4-right {
  float: left;
  width: 475px;
  margin: 59px 0 0 0px;
}

.s4-box1 {
  background: url(../images/s3-box1.jpg) center top no-repeat;
  width: 473px;
  height: 814px;
  margin: 0 0 0 0;
}

.s4-right {
  width: 684px;
  float: right;
}

.s4-box1-txt1 {
  font-weight: 700;
  font-size: 34px;
  line-height: 30px;
  text-align: center;
  color: #18bccf;
  margin: 0 auto;
  padding: 39px 0 0 0;
}

.s4-box1-txt3 {
  display: inline-block;
  font-size: 18px;
  line-height: 22px;
  color: #363636;
  margin: 36px 0px 0;
  width: 85%;
}

.stars {
  display: block;
  margin: 10px auto 0 auto;
}

.s4-list {
  margin: 22px 0 0 43px;
}

.box2-stars {
  float: left;
  margin: 14px 0 0 0px;
}

.s4-btn1 {
  margin: 32px auto 0 auto;
  display: inline-block;
}

.s4-box2 {
  background: url(../images/s3-box2.jpg) center top no-repeat;
  width: 672px;
  height: 265px;
  margin-bottom: 10px;
  padding: 15px 20px 3px;
  margin-right: 0;
  float: left;
}

.s4-pro2 {
  float: left;
  max-width: 145px;
}

.s4-box2-right {
  width: 70%;
  float: right;
}

.s4-box2-txt1 {
  float: left;
  width: 100%;
  color: #18bccf;
  font-size: 34px;
  font-weight: bold;
  text-align: left;
}

.s4-box2-txt2 {
  font-weight: 700;
  font-size: 24px;
  line-height: 24px;
  text-align: left;
  color: #006aaa;
  margin: 0 auto;
  padding: 0px 0 0 0;
}

.s4-box2-txt3 {
  float: left;
  width: 100%;
  text-align: left;
  font-weight: 300;
  font-size: 18px;
  line-height: 22px;
  margin: 10px 0 0 0;
}

.s4-btn2 {
  float: left;
  margin: 15px 0 0 0;
}

/*==================FOOTER================*/
.footer-list li a {
  text-transform: capitalize;
  font-size: 14px;
  font-weight: 500;
  color: #fff;
  transition: all ease-in-out 0.3s;
  -moz-transition: all ease-in-out 0.3s;
  -webkit-transition: all ease-in-out 0.3s;
  font-family: 'Montserrat', sans-serif;
}

.footer-list li a:hover {
    text-decoration: none;
    color: #ec6623;
}

.logo-f {
  display: inline-block;
  max-width: 200px;
}

ul.footer-list, .foter-sec2 ul {
  float: left;
  width: 100%;
  text-align: left;
}

.footer-list li, ul.crop-info {
  text-align: left;
  font-weight: 500;
  font-size: 14px;
  padding: 8px 0px;
  display: block;
  position: relative;
  font-family: 'Montserrat', sans-serif;
  font-family: 'Montserrat', sans-serif;
}



.footer-list li:last-child:after {
  display: none;
}

ul.crop-info li {
  width: 100%;
  padding: 5px 0;
  text-align: center;
}

.ft-bd li {
  border-bottom: none;
}

.fttxt {
  font-size: 14px;
  line-height: 24px;
  clear: both;
  margin-top: 10px;
  float: left;
}

.foter-sec2 {
}

.ff-txt2 {
  font-size: 17px;
  line-height: 22px;
  color: #e8e3e3;
  font-weight: 600;
  margin-bottom: 10px;
  display: block;
}

.foter-sec2 li {
  color: #fff;
}

.ft-lg-txt {
  font-size: 20px;
  line-height: 36px;
  padding: 7px 0 0 0;
  font-weight: 700;
  color: #fff;
}

.f-txt4 {
  font-size: 20px;
  line-height: 28px;
  color: #000;
  padding: 20px 0 0;
  float: left;
}

/*------------------------------
CSS FOR PRODUCTS PAGE
--------------------------------*/
.product {
  width: 100%;
  font-size: 16px;
  padding: 0 0 65px 0;
  text-align: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  padding-top: 100px;
}

.con-top {
  background: url(../images/contact.jpg) no-repeat center top;
  float: left;
  width: 100%;
  padding: 60px 0;
}

.prod_left {
  float: left;
  width: 100%;
  margin-top: 0px;
  text-align: left;
}

.prod_mid_txt {
  float: left;
  width: 100%;
  margin-top: 0px;
  font-size: 23px;
  line-height: 48px;
  color: #212020;
}

.prod-txt1, .prod-txt2,.prod-tx1 {
  width: 100%;
  font-size: 44px;
  line-height: 68px;
  font-weight: 700;
  color: #ffffff;
  padding: 50px 0 0 0;
}

.prod-tx1 {
  background: none;
  color: #000;
}

.prod-txt2 {
  width: 100%;
  color: #fff;
  font-size: 18px;
  line-height: 24px;
  font-weight: normal;
  margin-top: 20px;
  background: none;
}

/******************************************/
.brdcmb {
  display: flex;
  justify-content: center;
  padding: 20px 0;
  background: transparent;

  margin: 0px auto 0 auto;
}

.brdcmb ul {
  float: none;
  margin: auto;
  display: flex;
  justify-content: center;
}

.brdcmb ul li {
  float: left;
  font-size: 16px;
  line-height: 20px;
  color: #ffffff;
  position: relative;
  margin-right: 28px;
  font-family: 'Montserrat', sans-serif;
}

.brdcmb ul li:after {
  content: ">>";
  position: absolute;
  right: -23px;
  top: 0;
}

.brdcmb ul li a {
  font-size: 16px;
  line-height: 20px;
  color: #18bccf;
  font-weight: 800;
}

.brdcmb ul li:last-child {
  margin-right: 0;
}

.brdcmb ul li:last-child:after {
  content: "";
}

/******************************************/
.prod-mid-sec, .con-mid-sec, .prod-top {
  float: left;
  width: 100%;
  text-align: center;
  padding: 75px 0 10px 0;
  margin-bottom: 30px;
}

.prod_rgt {
  float: right;
  width: 27.6%;
  margin-top: 0px;
}

.product-total {
  float: left;
  width: 100%;
  margin-top: 50px;
}

.bottle-box {
  float: left;
  width: 373px;
  height: 386px;
  text-align: center;
}

.prd-box1 {
  margin: 15px 0px 0 0;
  float: right;
  width: 60%;
}

.prd-box1:nth-child(5), .prd-box1:nth-child(9) {
}

.prd-box-txt {
  display: inline-block;
  width: 100%;
  font-size: 28px;
  line-height: 21px;
  color: #030303;
  margin: 10px 0 10px 0;
  font-weight: 800;
}

.prd-box-txt2 {
  display: inline-block;
  width: 77%;
  font-weight: 400;
  color: #000000;
  font-size: 16px;
  line-height: 26px;
  padding: 20px 4px 30px;
}

.prd-bdr-mid {
  float: left;
  width: 100%;
  border-top: 1px solid #e6e9e1;
  margin: 61px 0 0px 0;
  padding: 71px 0 0;
}

.prd_price {
  width: 45%;
  font-size: 37px;
  color: #000000;
  font-weight: 600;
  margin: 15px 0 25px;
  line-height: 24px;
  float: left;
}

.layer {
  max-width: 100%;
  margin: 0 0 0 20px;
}

.pro-p1 {
  max-width: 100%;
  display: inline-block;
  vertical-align: top;
  margin-top: 25px;
}

.pro-txt1 {
  font-weight: 500;
  font-size: 28px;
  line-height: 30px;
  color: #2d2d2d;
  margin: 0 auto 0 auto;
  padding: 0px 0 0 0;
}

.pro-txt2 {
  font-weight: 300;
  font-size: 17px;
  line-height: 22px;
  text-align: center;
  color: #444444;
  margin: 0 auto;
  padding: 0 0 0 0;
}

.pro-btn {
  margin: 14px auto 0 auto;
}

/**********************************/
/*------------------------------
CSS FOR prod-deatails PAGE
--------------------------------*/
.prd-details {
  float: left;
  width: 100%;
  padding: 30px 0 50px;
}

.prod-spec {
  float: left;
  width: 100%;
}

.prds-left {
  float: left;
  width: 40.2%;
  text-align: center;
  height: 400px;
  background: #fff;
}

.prds-left img {
  display: inline-block;
  padding-top: 0px;
}

.prds-right {
  float: right;
  width: 56%;
  text-align: left;
  background-color: #f7f7f7;
  padding: 33px;
}

.prd-dtl1 {
  font-size: 30px;
  line-height: 38px;
  color: #2d2d2d;
  font-weight: 700;
  float: left;
  width: 100%;
}

.star-image1 {
  display: block;
  margin-top: 21px;
}

.shop-txt {
  font-size: 18px;
  line-height: 30px;
  color: #2d2d2d;
  margin: 22px 0px 0;
  font-weight: normal;
  text-align: left;
  width: 100%;
  float: left;
}

.options_box {
  float: left;
  width: 50%;
  text-align: left;
}

.terms {
  float: left;
  width: 100%;
}

p.trms_trial {
  float: left;
  width: 90%;
  text-align: left;
  margin-top: 10px;
  font-size: 14px;
  line-height: 24px;
}

.opcityz {
  position: absolute;
  opacity: 0;
}

.pack-opt {
  float: left;
  width: 100%;
  font-size: 18px;
  margin: 5px 0;
}

.opt-hed {
  font-size: 20px;
  float: left;
  width: 100%;
  text-align: left;
  margin: 10px 0;
  font-weight: 700;
}

.star2 {
  margin-top: 10px;
  float: left;
}

.prd-dtl3 {
  font-size: 18px;
  line-height: 26px;
  color: #737373;
  padding: 15px 0;
  float: left;
  width: 100%;
  font-weight: 300;
}

ul.prg-bar {
  float: left;
  width: 100%;
  margin-top: 10px;
  text-align: left;
}

ul.prg-bar li {
  font-size: 18px;
  line-height: 25px;
  color: #2b3240;
  font-weight: 600;
  float: left;
  width: 100%;
  padding: 6px 21px;
  background: url(../images/circle.png) no-repeat left 13px;
}

ul.prg-bar li img {
  margin-left: 10px;
  float: right;
  margin-top: 10px;
}

.pric-box {
  float: left;
  width: 90%;
  margin-top: 22px;
  padding-bottom: 25px;
}

.pro-dtil-rgt-p2 {
  font-size: 31px;
  float: left;
  line-height: 22px;
  color: #000000;
  display: inline-block;
  width: 100%;
}

.add-to-cart {
  margin-top: 20px;
}

.price {
  color: #18bccf;
  font-size: 32px;
  font-weight: 700;
  line-height: 45px;
}

.prod-btn {
  float: left;
  margin: 0 0 0 25px;
}

.prd_quantity {
  float: left;
  font-size: 20px;
  line-height: 28px;
  color: #000;
  width: 40%;
  margin-top: 27px;
}

.prd_quantity p {
  float: left;
  margin-top: 6px;
  margin-right: 20px;
}

/*-------other------- */
.other-prds {
  float: left;
  width: 100%;
  padding: 50px 0;
  background: #fff;
  text-align: center;
}

.other-prds ul li {
  margin: 0 7px 0;
}

/*-------Accordion------- */
/*------------------------------
CSS FOR CONTACT PAGE
--------------------------------*/
.cont-mid {
  float: left;
  width: 100%;
  padding: 0px 0px;
}

.con-mid-sec {
  padding: 47px 0;
}

.cont-txt2 {
  font-size: 18px;
  line-height: 26px;
  color: #212020;
  font-weight: 500;
  margin: 0 auto;
  padding: 40px 0 0 36px;
  text-align: center;
  float: left;
  width: 100%;
}

.cont-list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  justify-content: center;
}

.cont-list li {
  line-height: 25px;
  font-size: 18px;
  font-weight: 300;
  color: #4b4d4a;
  float: left;
  margin-bottom: 30px;
  position: relative;
  text-align: left;
  width: 50%;
  margin: 20px 0;
}

.cont-list li:nth-child(even) {
  float: right;
  margin-right: 0;
}

.cont-list li span {
  font-weight: 600;
  font-size: 16px;
  color: #2d2d2d;
  display: block;
  margin: 13px 0 6px 0;
  line-height: 25px;
}

.cont-list li:last-child {
  margin: 0;
}

.cinfo {
  overflow: hidden;
  padding-left: 20px;
}

.cont-list li i {
  display: block;
  font-size: 33px;
  float: left;
  width: 70px;
  height: 70px;
  line-height: 70px;
  background: #18bccf;
  text-align: center;
  color: #fff;
}

.cont-icon1 {
  position: absolute;
  left: 0;
  top: 0;
}

.cont-img {
  margin-top: 60px;
}

.cont-bg {
  background: url(../images/cont-bg.png) center top no-repeat;
  height: 517px;
  width: 1007px;
  margin: 40px auto 0 auto;
  position: relative;
}

.cont-bg-left {
  width: 705px;
  margin: 0 0 0 0;
}

.cont-bg-txt1 {
  font-weight: 700;
  font-size: 45px;
  line-height: 50px;
  text-align: center;
  color: #fff;
  text-transform: uppercase;
  margin: 0 auto;
  padding: 50px 0 0 0;
}

.cont-bg-txt2 {
  font-weight: 300;
  font-size: 23px;
  line-height: 36px;
  text-align: center;
  color: #2d2d2d;
  margin: 10px auto 0 auto;
  width: 560px;
  display: block;
  border-bottom: 1px solid #6aabce;
  border-top: 1px solid #6aabce;
  padding: 0 0 0 0;
}

.cont-frn {
  width: 668px;
  margin: 20px 0 0 30px;
}

.cont-frn2, .cont-frn3, .cont-frn4 {
  display: inline-block;
  float: left;
  width: 313px;
  margin: 4px 0 4px 0;
}

.cont-frn4 {
  margin: 6px 0 0 0;
  width: 655px;
}

.cont-frn3 {
  margin: 4px 0 4px 25px;
}

.cont-frn2 input, .cont-frn3 input, .cont-frn4 textarea {
  border: none;
  width: 100%;
  height: 51px;
  background: #fff;
  text-align: left;
  color: #6e6e6e;
  font-size: 16px;
  line-height: 30px;
  margin: 0 0 0 0;
  padding: 0 0 0 10px;
  border-radius: 6px;
}

.cont-frn4 textarea {
  height: 104px;
  font-size: 18px;
  line-height: 50px;
}

.sub-btn {
  width: 210px;
  height: 53px;
  display: block;
  margin: 35px auto 0 auto;
  padding: 0 0 0 0;
}

.sub-btn a, .sub-btn a:hover {
  text-decoration: none;
}

.cont-pro {
  position: absolute;
  bottom: -25px;
  right: -24px;
}

.thanks-box {
  float: left;
  width: 100%;
  text-align: center;
  padding: 0px 0 30px;
  line-height: 26px;
}

#section2 {
  text-align: center;
  width: 100%;
  float: left;
  padding: 40px 0;
  min-width: 1170px;
}

p.topbnrtxt2-pr {
  text-align: center;
  color: #404346;
  font-size: 40px;
  /* margin-top: 40px; */
  float: left;
  width: 100%;
}

.billing-info {
  float: left;
  width: 100%;
}

.about-block {
  padding: 100px 0;
  position: relative;
  z-index: 1;
  background: url(../images/about-bg.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.block-head {
  margin-bottom: 30px;
  border-left: 1px solid #18bccf;
}

.block-head h4 {
  font-family: 'Montserrat', sans-serif;
  font-size: 30px;
  font-weight: 500;
  position: relative;
  display: inline-block;
  color: #000000;
}

.block-head p {
  margin-left: 20px;
}

.block-head h2 {
  font-weight: 100;
  color: #18bccf !important;
  line-height: 1.5;
  font-family: 'Playfair Display', serif;
  font-style: italic;
  font-size: 30px;
  margin-left: 20px;
}


.about-con .web-text {
  color: rgb(0 0 0);
  font-size: 15px;
  line-height: 26px;
  margin-bottom: 30px;
}

.benefits-block-innr {
  text-align: center;
  margin-top: 25px;
  background: rgb(31 14 156 / 0%);
  box-shadow: 0px 0px 30px 0px rgb(0 0 0 / 8%);
  position: relative;
  z-index: 3;
  min-height: 470px;
}

.benefits-block-txt h4 {
  margin: 0;
  font-size: 20px;
  font-weight: 600;
  text-transform: capitalize;
  color: #2b529c;
  margin-bottom: 20px;
}

.benefits-block {
  padding: 100px 0 100px;
  background: url(../images/choose.png) no-repeat center top;
  position: relative;
  overflow: hidden;
  z-index: 1;
  background-size: cover;
  color: #fff;
}

.ben-heading h2 {
  font-family: 'Fjalla One', sans-serif;
  line-height: 1.5;
  font-size: 50px;
  font-weight: 500;
}

.ben-heading p {
  margin: auto;
}

.benefits-block-txt {
  padding: 15px 15px 40px;
}

.benefits-block-txt p {
  font-size: 15px;
  line-height: 26px;
}

.benefits-block-innr-img {
  padding: 25px;
}

.benefits-block-innr:before {
  content: "";
  position: absolute;
}

.cube {
  position: absolute;
  top: 30%;
  left: 50%;
  width: 10px;
  height: 10px;
  border: solid 1px rgb(255 255 255 / 60%);
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
  transform-origin: top left;
  transform: scale(0) rotate( 0deg ) translate(-50%, -50%);
  -webkit-animation: cube 12s ease-in forwards infinite;
  animation: cube 12s ease-in forwards infinite;
  z-index: -1;
}

.cube:nth-child(2) {
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
  left: 25%;
  top: 14%;
}

.cube:nth-child(3) {
  -webkit-animation-delay: 4s;
  animation-delay: 4s;
  left: 75%;
  top: 14%;
}

.cube:nth-child(4) {
  -webkit-animation-delay: 6s;
  animation-delay: 6s;
  left: 50%;
  top: 5%;
}

.cube:nth-child(5) {
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
  left: 5%;
  top: 50%;
}

.cube:nth-child(6) {
  -webkit-animation-delay: 4s;
  animation-delay: 4s;
  left: auto;
  right: 5%;
  top: 70%;
}

.cube:nth-child(7) {
  -webkit-animation-delay: 6s;
  animation-delay: 6s;
  left: 50%;
  bottom: 45%;
  top: auto;
}

.cube:nth-child(8) {
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
  left: 10%;
  bottom: 15%;
  top: auto;
}

.cube:nth-child(9) {
  -webkit-animation-delay: 4s;
  animation-delay: 4s;
  left: auto;
  right: 10%;
  bottom: 10%;
  top: auto;
}

.cube:nth-child(10) {
  -webkit-animation-delay: 4s;
  animation-delay: 4s;
  left: auto;
  right: 50%;
  bottom: 3%;
  top: auto;
}

@-webkit-keyframes cube {
  from {
    transform: scale(0) rotate(0deg) translate(-50%, -50%);
    opacity: 1;
  }

  to {
    transform: scale(20) rotate(960deg) translate(-50%, -50%);
    opacity: 0;
  }
}

@keyframes cube {
  from {
    transform: scale(0) rotate(0deg) translate(-50%, -50%);
    opacity: 1;
  }

  to {
    transform: scale(20) rotate(960deg) translate(-50%, -50%);
    opacity: 0;
  }
}



#top-banner {
  position: relative;
  background: url(../images/slider-1.png) no-repeat center top/ cover;
  padding: 0px 0px 100px;
  min-height: 650px;
  z-index: 9;
}

.banner-bottom {
  position: absolute;
  bottom: 0;
}

.banner-con h2 {
  font-size: 25px;
  color: #ffffff;
  font-weight: 400;
}

.banner-con h1 {
  font-weight: 100;
  font-size: 58px;
  color: #f4f4f4;
  text-transform: capitalize;
  font-family: 'Fjalla One', sans-serif;
  line-height: 1.5;
}

.banner-con {
  padding: 40px;
  margin-top: 24%;
}

.banner-con p {
  margin-bottom: 35px;
  color: #ffffff;
}

.index-btn {
  background-color: transparent;
  color: #ffffff;
  padding: 14px 50px;
  border: 2px solid #ffffff;
}

.index-btn:hover {
  background-color: #ffffff;
  color: #18bccf;
  text-decoration: none;
}


.index-btn2 {
  background-color: transparent;
  color: #18bccf;
  padding: 14px 50px;
  border: 2px solid #18bccf;
}

.index-btn2:hover {
  background-color: #18bccf;
  color: #ffffff;
  text-decoration: none;
}


.p-x5 {
  padding: 30px 0px;
}

.ben-box {

}
.ben-img img {
  float: left;
  margin-right: 20px;
  width: 50px;
  margin-top: 15px;
}
.ben-content{
  overflow: hidden;
}

.ben-content h2 {
  /* font-family: 'Fjalla One', sans-serif; */
  font-size: 22px;
  line-height: 1.4;
}

.ben-content p{
  color: #fff;
}

.get-product {
  position: relative;
  z-index: 9;
  padding: 100px 0px;
}

.get-content h2 {
  color: #000000;
  font-family: 'Fjalla One', sans-serif;
}

.get-content h2 span {
  font-size: 56px;
  font-weight: 500;
}

.get-content p{
  color: #18bccf;
  line-height: 2.5;
}

.about-heading h2 {
  font-family: 'Fjalla One', sans-serif;
  font-size: 40px;
  line-height: 1.5;
}

.about-con {
  padding: 16px 0;
}

.product-container {
  padding: 30px;
  display: flex;
  flex-wrap: wrap;
  align-items: center; 
  min-height: 470px;
}

section.about-product {
  background: #088acc;
  color: #fff;
}

.product-container h2 {
  font-family: 'Fjalla One', sans-serif;
  font-size: 30px;
  line-height: 1.5;
  margin: 0px;
  padding: 0px;
}
.product-container h2 span{
  font-size: 48px;
}
.choose-thumb{
  position: relative;
  top:64px;
  left: -161px;
}
@media (max-width: 768px){
  span.prd_prc, .cart_prod_prc.ng-binding {
    width: 60%;
  }

  .prod_name {
    padding: 20px 0 20px 90px!important;
  }

  .prod_name .product_name {
    font-size: 16px!important;
  }

  span.prd_prc, .cart_prod_prc.ng-binding {
    width: 60%;
  }

  span.prd_qty, span.prd_total, .cart_prod_qty, .cart_prc_subtotl.ng-binding {
    display: none;
  }

  a.prod-clearcart, #browse, .cont-shop, .prcd-chk {

    font-size: 15px!important;
    margin: 10px 4px!important;
  }

  .cart-summery {
    width: 100%!important;
  }

  .frm-container.step1 {
    width: 100%!important;
  }

  .frm-container:last-child{
    width: 100%!important;
  }
  .choose-thumb{
    left:0;
  }
  .cont-list li{
    width: 100%; 
  }

  .cart-links{
    width: 100%;
  }

  .prds-left {
    width: 100%;
  }

  .prds-right {
    width: 100%;
  }
  .banner-con{
    padding: 40px;
  }

  .banner-con h1{
    font-size: 32px;
  }

  .banner-con h2{
    font-size: 17px;
  }

  #top-banner{
    min-height: 535px;
  }

  .ben-box3{
    margin-top: 1rem;
  }

  .box-content h2{
    font-size: 18px;
  }

  .banner-bottom {
    bottom: -8px;
  }

  .about-heading h2{
    font-size: 32px;
  }

  .about-con{
    padding: 0px;
  }

  .product-container h2{
    font-size: 24px;
    margin-bottom: 15px;;
  }
}

@import url("https://fonts.googleapis.com/css2?family=Dancing+Script&family=Roboto&display=swap");

:root {
  --theme-color: #18bccf;
  --title-color: #222222;
  --body-color: #666666;
  --smoke-color: #f3f6f7;
  --light-color: #afafaf;
  --black-color: #000000;
  --white-color: #ffffff;
  --yellow-color: #fec624;
  --success-color: #28a745;
  --error-color: #dc3545;
  --border-color: rgba(0, 0, 0, 0.10);
  --title-font: 'Syne', sans-serif;
  --body-font: 'Open Sans', sans-serif;
  --subtitle-font: 'Handlee', cursive;
  --icon-font: 'Font Awesome 5 Pro';
  --main-container: 1170px;
  --container-gutters: 1.5rem;
  --section-space: 120px;
  --section-space-mobile: 80px;
  --section-title-space: 50px;
  --ripple-ani-duration: 5s
}



body {
  font-family: var(--body-font);
  font-size: 16px;
  font-weight: 400;
  color: var(--body-color);
  line-height: 30px;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased
}

iframe {
  border: none;
  width: 100%
}

.slick-slide:focus,
button:focus,
a:focus,
a:active,
input,
input:hover,
input:focus,
input:active,
textarea,
textarea:hover,
textarea:focus,
textarea:active {
  outline: none
}

input:focus {
  outline: none;
  box-shadow: none
}

img:not([draggable]),
embed,
object,
video {
  max-width: 100%;
  height: auto
}

ul {
  list-style-type: disc
}

ol {
  list-style-type: decimal
}

table {
  margin: 0 0 1.5em;
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0
}

th {
  font-weight: 500
}

td,
th {
  border-top: 1px solid var(--border-color);
  padding: 9px
}

a {
  color: #18bccf;
  text-decoration: none;
  outline: 0;
  -webkit-transition: all ease 0.4s;
  transition: all ease 0.4s
}

a:hover {
  color: var(--title-color)
}

a:active,
a:focus,
a:hover,
a:visited {
  text-decoration: none;
  outline: 0
}

button {
  -webkit-transition: all ease 0.4s;
  transition: all ease 0.4s
}

img {
  border: none;
  max-width: 100%
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a,
p a,
span a {
  font-size: inherit;
  font-family: inherit;
  font-weight: inherit;
  line-height: inherit
}

p {
  margin: 0 0 18px 0;
  color: var(--body-color);
  line-height: 1.9
}

.h1,
h1,
.h2,
h2,
.h3,
h3,
.h4,
h4,
.h5,
h5,
.h6,
h6 {
  font-family: var(--title-font);
  color: var(--title-color);
  text-transform: none;
  font-weight: 700;
  line-height: 1.2;
  margin: 0 0 15px 0
}

.h1,
h1 {
  font-size: 40px
}

.h2,
h2 {
  font-size: 36px
}

.h3,
h3 {
  font-size: 30px
}

.h4,
h4 {
  font-size: 24px
}

.h5,
h5 {
  font-size: 18px
}

.h6,
h6 {
  font-size: 16px
}

@media (max-width: 1199px) {
  .h1,
  h1 {
    font-size: 42px
  }
  .h2,
  h2 {
    font-size: 32px
  }
  .h3,
  h3 {
    font-size: 26px
  }
  .h4,
  h4 {
    font-size: 22px
  }
}

@media (max-width: 991px) {
  .h1,
  h1 {
    font-size: 38px
  }
  .h2,
  h2 {
    font-size: 28px
  }
  .h3,
  h3 {
    font-size: 24px
  }
  .h4,
  h4 {
    font-size: 20px
  }
}

@media (max-width: 767px) {
  .h1,
  h1 {
    font-size: 32px
  }
  .h2,
  h2 {
    font-size: 24px
  }
  .h3,
  h3 {
    font-size: 22px
  }
  body {
    font-size: 16px
  }
}

@media (max-width: 575px) {
  .h1,
  h1 {
    font-size: 24px
  }
  .h2,
  h2 {
    font-size: 22px
  }
}

@media only screen and (min-width: 1300px) {
  .container-xxl,
  .container-xl,
  .container-lg,
  .container-md,
  .container-sm,
  .container {
    max-width: calc(var(--main-container) + var(--container-gutters));
    padding-left: calc(var(--container-gutters) / 2);
    padding-right: calc(var(--container-gutters) / 2)
  }
}

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

@media (min-width: 1700px) {
  .vs-container {
    --main-container: 1663px
  }
}

@media (min-width: 1200px) {
  .vs-container {
    --main-container: 1400px
  }
}

@media (min-width: 1300px) {
  .vs-container-style2 {
    --main-container: 1850px;
    margin-right: 0;
    padding-right: 0
  }
}

@media (min-width: 1500px) {
  .vs-container-style3 {
    --main-container: 1440px
  }
}

@media (min-width: 1501px) {
  .vs-container-style2 {
    --main-container: 1523px;
    margin-right: 0;
    padding-right: 0
  }
}

@media (min-width: 2000px) {
  .vs-container-style2 {
    margin-right: auto;
    margin-left: auto
  }
}

@media (min-width: 991px) and (max-width: 1199px) {
  .vs-container-style2 {
    margin-right: 0;
    padding-right: 0;
    max-width: 100%
  }
}

.slick-track>[class*=col] {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x)/ 2);
  padding-left: calc(var(--bs-gutter-x)/ 2);
  margin-top: var(--bs-gutter-y)
}

@media (min-width: 1500px) {
  .gx-70 {
    --bs-gutter-x: 70px
  }
}

@media (min-width: 1399px) {
  .gx-20 {
    --bs-gutter-x: 20px
  }
  .gx-30 {
    --bs-gutter-x: 30px
  }
  .gx-40 {
    --bs-gutter-x: 40px
  }
  .gx-50 {
    --bs-gutter-x: 50px
  }
  .gx-60 {
    --bs-gutter-x: 60px
  }
}

select {
  display: block;
  width: 100%;
  line-height: 1.5;
  vertical-align: middle;
 /* background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right .75rem center;
  background-size: 16px 12px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none*/
}

select, .form-select, .form-control {
  height: 60px;
  padding: 0 14px;
  padding-right: 14px;
  border: 1px solid #e3e3e3;
  color: var(--body-color);
  background-color: var(--white-color);
  border-radius: 5px;
  font-weight: 400;
  font-size: 15px;
  font-family: 'Montserrat', sans-serif;
}

select:focus,
.form-select:focus,
.form-control:focus {
  outline: 0;
  box-shadow: none;
  background-color: var(--white-color);
  border-color: #e3e3e3
}

select::-moz-placeholder,
.form-select::-moz-placeholder,
.form-control::-moz-placeholder {
  color: var(--body-color)
}

select::-webkit-input-placeholder,
.form-select::-webkit-input-placeholder,
.form-control::-webkit-input-placeholder {
  color: var(--body-color)
}

select:-ms-input-placeholder,
.form-select:-ms-input-placeholder,
.form-control:-ms-input-placeholder {
  color: var(--body-color)
}

select::-webkit-input-placeholder,
.form-select::-webkit-input-placeholder,
.form-control::-webkit-input-placeholder {
  color: var(--body-color)
}

select::-moz-placeholder,
.form-select::-moz-placeholder,
.form-control::-moz-placeholder {
  color: var(--body-color)
}

select:-ms-input-placeholder,
.form-select:-ms-input-placeholder,
.form-control:-ms-input-placeholder {
  color: var(--body-color)
}

select::-ms-input-placeholder,
.form-select::-ms-input-placeholder,
.form-control::-ms-input-placeholder {
  color: var(--body-color)
}

select::placeholder,
.form-select::placeholder,
.form-control::placeholder {
  color: var(--body-color)
}

select.style2,
.form-select.style2,
.form-control.style2 {
  border-radius: 0;
  border: none
}

select.style4,
select.style3,
.form-select.style4,
.form-select.style3,
.form-control.style4,
.form-control.style3 {
  background-color: var(--input-bg, #f6f6f6);
  border: none;
  height: 70px;
  border-radius: 0;
  font-weight: 500
}

select.style4~i,
select.style3~i,
.form-select.style4~i,
.form-select.style3~i,
.form-control.style4~i,
.form-control.style3~i {
  top: 26px;
  right: 41px
}

select.style4,
.form-select.style4,
.form-control.style4 {
  border-radius: 9999px;
  padding-left: 35px
}

.form-select {
  cursor: pointer;
  background-position: right 1.3rem center
}

.form-select.style3,
.form-select.style2 {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAICAYAAADN5B7xAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA25pVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTQ1IDc5LjE2MzQ5OSwgMjAxOC8wOC8xMy0xNjo0MDoyMiAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDozOEExRjM2MzI2QUZFQjExODdDREM4MEY0OUQ5REI0OSIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDo4OEQ5MTg5MkVGNTExMUVCQjM2Q0Y1N0Q5NjkzMjMxQyIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo4OEQ5MTg5MUVGNTExMUVCQjM2Q0Y1N0Q5NjkzMjMxQyIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ0MgMjAxOSAoV2luZG93cykiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo2MzI4ZWU4My1lMDk0LTBiNDUtYmI4Yy1kZDg4MWE0YTFkNTEiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6MzhBMUYzNjMyNkFGRUIxMTg3Q0RDODBGNDlEOURCNDkiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz4ys3fcAAAAeklEQVR42mLctGnTNAYGhggG4sB6FiBRDsTOQKxGQPE9IC5iAhKfgTgciL/jUfwDiEOB+CMTVOACEOfj0VAAxOdADCYkwdlAvASL4mVAPBPGYUKTzADi60h8EDsNWQG6hq9AHALE36A4BCoGByxYnHANiNOR2CgAIMAAXZcYfp8VVuoAAAAASUVORK5CYII=");
  background-size: 12px 8px;
  background-position: right 30px center
}

input.form-control::-webkit-outer-spin-button,
input.form-control::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0
}

input.form-control[type=number] {
  -moz-appearance: textfield
}

textarea.form-control {
  min-height: 150px;
  padding-top: 17px;
  padding-bottom: 17px
}

textarea.form-control.style4 {
  padding-top: 25px
}

textarea.form-control.style3 {
  padding-top: 25px;
  min-height: 83px
}





input[type="checkbox"]~label {
  position: relative;
  padding-left: 30px;
  cursor: pointer;
  display: block
}

input[type="checkbox"]~label:before {
  content: '';
  font-family: var(--icon-font);
  font-weight: 700;
  position: absolute;
  left: 0;
  top: 6px;
  background-color: var(--white-color);
  border: 1px solid var(--border-color);
  height: 18px;
  width: 18px;
  line-height: 18px;
  text-align: center;
  font-size: 12px
}

input[type="radio"] {
  visibility: hidden;
  opacity: 0;
  display: inline-block;
  vertical-align: middle;
  width: 0;
  height: 0;
  display: none
}

input[type="radio"]~label {
  position: relative;
  padding-left: 28px;
  cursor: pointer;
  line-height: 1;
  display: inline-block;
  font-weight: 600;
  margin-bottom: 0
}

input[type="radio"]~label::before {
  content: '\f111';
  position: absolute;
  font-family: var(--icon-font);
  left: 0;
  top: 1px;
  width: 15px;
  height: 15px;
  padding-left: 0.5px;
  font-size: 0.29rem;
  line-height: 14.9px;
  text-align: center;
  border: 1px solid #18bccf;
  border-radius: 100%;
  font-weight: 700;
  background: var(--white-color);
  color: transparent;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease
}

input[type="radio"]:checked~label::before {
  border-color: #18bccf;
  background-color: #18bccf;
  color: var(--white-color)
}

label {
  margin-bottom: 0.6em;
  margin-top: -0.3em;
  display: block
}

.form-group {
  margin-bottom: var(--bs-gutter-x);
  position: relative
}

.form-group>i {
  position: absolute;
  right: 30px;
  top: 20px;
  font-size: 18px;
  color: #18bccf
}

.form-control.is-invalid,
.was-validated .form-control:invalid {
  border: 1px solid var(--error-color) !important;
  background-position: right calc(.375em + 0.8875rem) center;
  background-image: none
}

.form-control.is-invalid:focus,
.was-validated .form-control:invalid:focus {
  outline: 0;
  box-shadow: none
}

textarea.form-control.is-invalid {
  background-position: top calc(.375em + 0.5875rem) right calc(.375em + .8875rem)
}

.row.no-gutters>.form-group {
  margin-bottom: 0
}

.form-messages {
  display: none
}

.form-messages.mb-0 * {
  margin-bottom: 0
}

.form-messages.success {
  color: var(--success-color);
  display: block
}

.form-messages.error {
  color: var(--error-color);
  display: block
}

@media (max-width: 575px) {
  .form-select,
  .form-control {
    padding-right: 30px;
    padding-left: 15px
  }
}

.slick-track {
  min-width: 100%
}

.slick-slide img {
  display: inline-block
}

.slick-dots {
  list-style-type: none;
  padding: 2px 0;
  margin: 30px 0 30px 0;
  line-height: 0;
  text-align: center;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content
}

.slick-dots li {
  display: inline-block;
  margin-right: 10px
}

.slick-dots li:last-child {
  margin-right: 0
}

.slick-dots button {
  font-size: 0;
  padding: 0;
  background-color: transparent;
  width: 12px;
  height: 12px;
  line-height: 0;
  border-radius: 9999px;
  border: 3px solid #7a7a7a;
  -webkit-transition: all ease 0.4s;
  transition: all ease 0.4s
}

.slick-dots button:hover {
  border-color: #18bccf
}

.slick-dots .slick-active button {
  -webkit-transform: scale(1.5);
  -ms-transform: scale(1.5);
  transform: scale(1.5);
  border-color: #18bccf
}

.slick-arrow {
  display: inline-block;
  padding: 0;
  background-color: transparent;
  position: absolute;
  top: 50%;
  margin-right: 50px;
  margin-top: calc(var(--icon-size, 60px) / -2);
  border: 2px solid var(--title-color);
  left: var(--pos-x, -170px);
  width: var(--icon-size, 60px);
  height: var(--icon-size, 60px);
  border-radius: 50%;
  z-index: 2
}

.slick-arrow.default {
  position: relative;
  --pos-x: 0;
  margin-top: 0
}

.slick-arrow .long-arrow {
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -1px 0 0 -3px;
  display: inline-block;
  width: 82px;
  height: 2px;
  background-color: var(--title-color);
  -webkit-transition: all ease 0.4s;
  transition: all ease 0.4s
}

.slick-arrow .long-arrow:before {
  content: '';
  position: absolute;
  left: -1px;
  top: -6px;
  display: inline-block;
  border-right: 7px solid var(--title-color);
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  -webkit-transition: all ease 0.4s;
  transition: all ease 0.4s
}

.slick-arrow:hover {
  border-color: #18bccf
}

.slick-arrow:hover .long-arrow {
  background-color: #18bccf;
  -webkit-animation: arrow-left ease 1s alternate;
  animation: arrow-left ease 1s alternate
}

.slick-arrow:hover .long-arrow:before {
  border-right-color: #18bccf
}

.slick-arrow.slick-next {
  margin-right: 0;
  margin-left: 50px;
  right: var(--pos-x, -170px);
  left: auto
}

.slick-arrow.slick-next .long-arrow {
  left: auto;
  right: 50%;
  margin-left: 0;
  margin-right: -3px
}

.slick-arrow.slick-next .long-arrow:before {
  left: auto;
  right: -1px;
  border-right: none;
  border-left: 7px solid var(--title-color)
}

.slick-arrow.slick-next:hover .long-arrow {
  -webkit-animation: arrow-right ease 1s alternate;
  animation: arrow-right ease 1s alternate
}

.slick-arrow.slick-next:hover .long-arrow:before {
  border-right-color: transparent;
  border-left-color: #18bccf
}

.arrow-wrap .slick-arrow {
  opacity: 0;
  visibility: hidden
}

.arrow-wrap:hover .slick-arrow {
  opacity: 1;
  visibility: visible
}

@media (max-width: 1500px) {
  .slick-arrow {
    --arrow-horizontal: -20px
  }
}

@media (max-width: 1399px) {
  .slick-arrow {
    --arrow-horizontal: 40px
  }
}

@media (max-width: 991px) {
  .slick-arrow {
    --icon-size: 40px;
    margin-right: 40px
  }
  .slick-arrow .long-arrow {
    width: 62px;
    height: 2px
  }
  .slick-arrow.slick-next {
    margin-right: 0;
    margin-left: 40px
  }
}

.vs-menu-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 999999;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all ease 0.8s;
  transition: all ease 0.8s
}

.vs-menu-wrapper .mobile-logo {
  padding-bottom: 40px;
  padding-top: 37px;
  display: block;
  background-color: rgba(173, 136, 88, 0.1)
}

.vs-menu-wrapper .vs-menu-toggle {
  border: none;
  font-size: 22px;
  position: absolute;
  right: 0;
  top: 10px;
  padding: 0;
  line-height: 1;
  width: 33px;
  height: 33px;
  line-height: 33px;
  font-size: 18px;
  z-index: 1;
  color: var(--white-color);
  background-color: #18bccf;
  border-radius: 50%;
  -webkit-transform: translateX(50%);
  -ms-transform: translateX(50%);
  transform: translateX(50%)
}

.vs-menu-wrapper .vs-menu-toggle:hover {
  background-color: var(--title-color);
  color: var(--white-color)
}

.vs-menu-wrapper .vs-menu-area {
  width: 100%;
  max-width: 310px;
  background-color: #fff;
  border-right: 3px solid #18bccf;
  height: 100%;
  position: relative;
  left: -1000px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all ease 1s;
  transition: all ease 1s;
  z-index: 1
}

.vs-menu-wrapper.vs-body-visible {
  opacity: 1;
  visibility: visible;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s
}

.vs-menu-wrapper.vs-body-visible .vs-menu-area {
  left: 0;
  opacity: 1;
  visibility: visible;
  -webkit-transition: all ease 1s;
  transition: all ease 1s
}

.vs-mobile-menu {
  overflow-y: scroll;
  max-height: calc(100vh - 200px);
  padding-bottom: 40px;
  margin-top: 33px;
  text-align: left
}

.vs-mobile-menu ul {
  margin: 0;
  padding: 0 0
}

.vs-mobile-menu ul li {
  border-bottom: 1px solid #fdedf1;
  list-style-type: none
}

.vs-mobile-menu ul li li:first-child {
  border-top: 1px solid #fdedf1
}

.vs-mobile-menu ul li a {
  display: block;
  position: relative;
  padding: 12px 0;
  line-height: 1;
  font-size: 16px;
  text-transform: capitalize;
  color: var(--title-color)
}

.vs-mobile-menu ul li a:before {
  content: '\f105';
  font-family: var(--icon-font);
  position: relative;
  left: 0;
  top: 0;
  margin-right: 10px;
  display: inline-block
}

.vs-mobile-menu ul li.vs-active>a {
  color: #18bccf
}

.vs-mobile-menu ul li.vs-active>a:before {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg)
}

.vs-mobile-menu ul li ul li {
  padding-left: 20px
}

.vs-mobile-menu ul li ul li:last-child {
  border-bottom: none
}

.vs-mobile-menu ul .vs-item-has-children>a:after {
  content: '\f067';
  font-family: var(--icon-font);
  position: absolute;
  right: 0;
  top: 50%;
  font-weight: 400;
  font-size: 12px;
  width: 25px;
  height: 25px;
  line-height: 25px;
  margin-top: -12.5px;
  display: inline-block;
  text-align: center;
  background-color: var(--smoke-color);
  color: var(--title-color);
  box-shadow: 0 0 20px -8px rgba(173, 136, 88, 0.3);
  border-radius: 50%
}

.vs-mobile-menu ul .vs-item-has-children.vs-active>a:after {
  content: '\f068'
}

.vs-mobile-menu>ul {
  padding: 0 40px
}

.vs-mobile-menu>ul>li:last-child {
  border-bottom: none
}

.mobile-menu-form {
  width: 100%;
  max-width: 230px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: relative
}

.mobile-menu-form input {
  height: 35px;
  border: none;
  background-color: var(--white-color);
  border-radius: 5px;
  box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.09);
  padding-left: 20px;
  padding-right: 40px
}

.mobile-menu-form input:focus {
  box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.09)
}

.mobile-menu-form input::-moz-placeholder {
  color: var(--smoke-color);
  color: #18bccf
}

.mobile-menu-form input::-webkit-input-placeholder {
  color: var(--smoke-color);
  color: #18bccf
}

.mobile-menu-form input:-ms-input-placeholder {
  color: var(--smoke-color);
  color: #18bccf
}

.mobile-menu-form input::-ms-input-placeholder {
  color: var(--smoke-color);
  color: #18bccf
}

.mobile-menu-form input::placeholder {
  color: var(--smoke-color);
  color: #18bccf
}

.mobile-menu-form button {
  border: none;
  background-color: transparent;
  color: #18bccf;
  position: absolute;
  right: 13px;
  top: 3px
}

.vs-menu-toggle:not(.hamburger-btn) {
  width: 50px;
  height: 50px;
  padding: 0;
  font-size: 24px;
  border: none;
  background-color: #18bccf;
  color: var(--white-color);
  display: inline-block;
  border-radius: 50%
}

@media (max-width: 400px) {
  .vs-menu-wrapper .vs-menu-area {
    width: 100%;
    max-width: 270px
  }
  .vs-mobile-menu>ul {
    padding: 0 20px
  }
}

.preloader {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 999;
  background-color: var(--white-color)
}

.preloader .vs-btn {
  padding: 15px 20px;
  border-radius: 0;
  font-size: 14px
}

.preloader-inner {
  text-align: center;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center
}

.preloader-inner img {
  display: block;
  margin: 0 auto 10px auto
}

.loader {
  --loader-size: 90px;
  width: var(--loader-size);
  height: var(--loader-size);
  display: inline-block;
  position: relative
}

.loader::after,
.loader::before {
  content: '';
  box-sizing: border-box;
  width: var(--loader-size);
  height: var(--loader-size);
  border-radius: 50%;
  background: #18bccf;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  -webkit-animation: animloader 2s linear infinite;
  animation: animloader 2s linear infinite
}

.loader::after {
  -webkit-animation-delay: 1s;
  animation-delay: 1s
}

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

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


@media (max-width: 575px) {
  .vs-btn {
    font-size: 14px;
    padding: 17px 26px
  }
}

.vs-btn.outline-white {
  border: 2px solid var(--white-color);
  background-color: transparent
}

.vs-btn.outline-white:after {
  display: none
}

.vs-btn.outline-white:hover {
  background-color: #18bccf;
  color: var(--white-color);
  border-color: #18bccf
}

.vs-btn.style-white {
  background-color: var(--white-color);
  color: var(--title-color)
}

.vs-btn.style-white:after {
  display: none
}

.vs-btn.style-white:hover {
  background-color: #18bccf;
  color: var(--white-color)
}

.vs-btn.style-black {
  background-color: var(--black-color);
  color: var(--white-color)
}

.vs-btn.style-black:hover {
  color: var(--white-color)
}

.vs-btn.style-black:after {
  background-color: #18bccf
}

.vs-btn.style-white-hover:after {
  display: none
}

.vs-btn.style-white-hover:hover {
  background-color: var(--white-color);
  color: var(--title-color)
}

.icon-btn {
  display: inline-block;
  width: var(--btn-size, 50px);
  height: var(--btn-size, 50px);
  line-height: var(--btn-size, 50px);
  background-color: var(--icon-bg, #f3f3f3);
  color: var(--title-color);
  text-align: center;
  border-radius: 50%
}

.icon-btn:hover {
  background-color: #18bccf;
  color: var(--white-color)
}

.icon-btn.style-outline {
  background-color: transparent;
  border: 2px solid var(--white-color);
  color: var(--white-color)
}

.icon-btn.style-outline:hover {
  background-color: var(--title-color);
  color: var(--white-color);
  border-color: transparent;
  -webkit-transition-delay: 0s;
  transition-delay: 0s
}

.icon-btn.style2 {
  background-color: #18bccf;
  color: var(--white-color);
  border: none
}

.icon-btn.style2:hover {
  background-color: var(--title-color)
}

.play-btn {
  display: inline-block;
  position: relative;
  z-index: 1;
  --icon-size: 124px
}

.play-btn>i {
  display: inline-block;
  width: var(--icon-size);
  height: var(--icon-size);
  line-height: var(--icon-size);
  text-align: center;
  background-color: var(--white-color);
  color: #18bccf;
  font-size: 1.5em;
  border-radius: 50%;
  z-index: 1;
  -webkit-transition: all ease 0.4s;
  transition: all ease 0.4s
}

.play-btn:after,
.play-btn:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: var(--white-color);
  z-index: -1;
  border-radius: 50%;
  -webkit-transition: all ease 0.4s;
  transition: all ease 0.4s
}

.play-btn:after {
  -webkit-animation-delay: 2s;
  animation-delay: 2s
}

.play-btn:hover:after,
.play-btn:hover::before,
.play-btn:hover i {
  background-color: #18bccf;
  color: var(--white-color)
}

.link-btn {
  font-weight: 700;
  display: inline-block;
  line-height: 0.8;
  position: relative;
  padding-bottom: 2px;
  margin-bottom: -2px;
  text-transform: capitalize;
  color: var(--title-color)
}

.link-btn i {
  margin-right: 7px;
  font-size: 0.9rem
}

.link-btn:before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 1px;
  background-color: #18bccf;
  -webkit-transition: all ease 0.4s;
  transition: all ease 0.4s
}

.link-btn:hover {
  color: #18bccf
}

.link-btn:hover::before {
  width: 100%
}

.scroll-btn {
  --btn-size: 50px;
  --extra-shape: -6px;
  position: fixed;
  bottom: 300px;
  right: 30px;
  z-index: 94;
  opacity: 0;
  visibility: hidden;
  display: inline-block;
  border-radius: 50%
}

.scroll-btn i {
  display: inline-block;
  background-color: #18bccf;
  color: var(--white-color);
  text-align: center;
  font-size: 16px;
  width: var(--btn-size);
  height: var(--btn-size);
  line-height: var(--btn-size);
  z-index: 2;
  border-radius: inherit;
  position: relative;
  -webkit-transition: all ease 0.8s;
  transition: all ease 0.8s
}

.scroll-btn:before {
  content: '';
  position: absolute;
  left: var(--extra-shape);
  top: var(--extra-shape);
  right: var(--extra-shape);
  bottom: var(--extra-shape);
  background-color: #fff;
  border-radius: inherit;
  z-index: 1
}

.scroll-btn:focus i,
.scroll-btn:hover i {
  background-color: var(--title-color);
  color: var(--white-color)
}

.scroll-btn.show {
  bottom: 120px;
  opacity: 1;
  visibility: visible
}

@media (max-width: 767px) {
  .scroll-btn {
    --btn-size: 40px;
    --extra-shape: -4px;
    right: 15px;
    bottom: 50px
  }
  .scroll-btn.show {
    bottom: 15px
  }
}

.scrollToTop {
  position: fixed;
  right: 60px;
  bottom: 500px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all ease 0.4s;
  transition: all ease 0.4s;
  z-index: 96
}

.scrollToTop.show {
  bottom: 60px;
  opacity: 1;
  visibility: visible
}

.cart-icon {
  color: var(--title-color);
  line-height: 1;
  position: relative;
  vertical-align: middle
}

.cart-icon .badge {
  right: -13px;
  background-color: var(--black-color);
  top: -7px;
  padding: 0.3em 0.45em 0.2em 0.4em
}

.simple-link {
  font-weight: 600
}

.simple-link i {
  position: relative;
  top: 1px;
  margin-right: 8px
}

.simple-link:hover {
  color: #18bccf !important
}

@media (max-width: 767px) {
  .play-btn>i {
    width: 60px;
    height: 60px;
    line-height: 60px;
    font-size: 1.2em
  }
  .scrollToTop {
    right: 20px
  }
  .scrollToTop.show {
    bottom: 20px
  }
}

.hamburger-btn {
  padding: 7px;
  display: inline-block;
  overflow: hidden;
  background-color: transparent;
  border: none;
  z-index: 5;
  -webkit-transition: all ease 0.4s;
  transition: all ease 0.4s;
  line-height: 1
}

.hamburger-btn .bar {
  width: 22px;
  display: inline-block;
  height: 18px;
  position: relative
}

.hamburger-btn .inner,
.hamburger-btn .hidden {
  display: inline-block;
  opacity: 0;
  width: 100%;
  height: 3px;
  background-color: var(--white-color);
  position: absolute;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s
}

.hamburger-btn .inner:after,
.hamburger-btn .inner:before,
.hamburger-btn .hidden:after,
.hamburger-btn .hidden:before {
  content: "";
  width: 100%;
  height: 3px;
  background-color: var(--white-color);
  border-radius: 4px;
  position: absolute;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s
}

.hamburger-btn .inner:before,
.hamburger-btn .hidden:before {
  top: -10px
}

.hamburger-btn .inner:after,
.hamburger-btn .hidden:after {
  top: 10px
}

.hamburger-btn .inner {
  top: 50%;
  opacity: 1;
  -webkit-transform: translate(-25px, -50%);
  -ms-transform: translate(-25px, -50%);
  transform: translate(-25px, -50%)
}

.hamburger-btn .inner:after,
.hamburger-btn .inner:before {
  opacity: 1;
  -webkit-transform: translate(-5px, 0);
  -ms-transform: translate(-5px, 0);
  transform: translate(-5px, 0)
}

.hamburger-btn .hidden {
  top: 50%;
  background-color: #18bccf;
  -webkit-transform: translate(51px, -50%);
  -ms-transform: translate(51px, -50%);
  transform: translate(51px, -50%)
}

.hamburger-btn .hidden:after,
.hamburger-btn .hidden:before {
  background-color: #18bccf;
  -webkit-transform: translate(102px, 0);
  -ms-transform: translate(102px, 0);
  transform: translate(102px, 0)
}

.hamburger-btn:hover .inner {
  -webkit-transform: translate(-51px, 50%);
  -ms-transform: translate(-51px, 50%);
  transform: translate(-51px, 50%);
  opacity: 0
}

.hamburger-btn:hover .inner:after,
.hamburger-btn:hover .inner:before {
  -webkit-transform: translate(102px, 0);
  -ms-transform: translate(102px, 0);
  transform: translate(102px, 0);
  opacity: 0
}

.hamburger-btn:hover .hidden {
  opacity: 1;
  -webkit-transform: translate(-14px, -50%);
  -ms-transform: translate(-14px, -50%);
  transform: translate(-14px, -50%)
}

.hamburger-btn:hover .hidden:after,
.hamburger-btn:hover .hidden:before {
  opacity: 1;
  -webkit-transform: translate(-11px, 0);
  -ms-transform: translate(-11px, 0);
  transform: translate(-11px, 0)
}

@media (max-width: 991px) {
  .play-btn {
    --icon-size: 100px
  }
}

.sub-title {
  font-size: 26px;
  line-height: 1;
  display: block;
  color: #18bccf;
  font-family: 'Dancing Script', cursive;
  font-weight: 300;
  margin-bottom: 18px;
  line-height: 36px;
}

.sec-title {
  font-size: 15px;
  font-weight: 200;
  margin: -0.25em 0 61px 0;
  line-height: 22px;
}
.title-area {
  margin-bottom: calc(var(--section-title-space) - 15px)
}

.sec-icon {
  margin-bottom: 36px;
  line-height: 1
}

.sec-icon img {
  margin-top: -0.2em
}

.inner-title {
  font-size: 40px;
  margin-top: -0.25em
}

.inner-title-style2 {
  font-size: 30px;
  display: block;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  position: relative;
  border-bottom: 1px solid #999999;
  margin-top: -0.2em;
  margin-bottom: 30px;
  padding-bottom: 7px
}

@media (max-width: 1199px) {
  .sec-title {
    font-size: 42px
  }
  .sub-title {
    font-size: 24px
  }
  .inner-title {
    font-size: 28px
  }
  .inner-title-style2 {
    font-size: 26px
  }
}

@media (max-width: 991px) {
  .sec-title {
    font-size: 36px
  }
  .sub-title {
    font-size: 20px
  }
  .inner-title-style2 {
    font-size: 22px
  }
}

@media (max-width: 767px) {
  .sec-title {
    font-size: 30px
  }
}

.image-scale-hover {
  overflow: hidden
}

.image-scale-hover img {
  -webkit-transition: all ease 0.4s;
  transition: all ease 0.4s;
  -webkit-transform: scale(1.001);
  -ms-transform: scale(1.001);
  transform: scale(1.001)
}

.image-scale-hover:hover img {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2)
}

.z-index-step1 {
  position: relative;
  z-index: 4 !important
}

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

.z-index-n1 {
  z-index: -1
}

.media-body {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1
}

.badge {
  position: absolute;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: inline-block;
  text-align: center;
  background-color: #18bccf;
  color: var(--white-color);
  padding: .35em .55em;
  border-radius: 50%
}

.vs-surface {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%
}

.outline-social {
  --icon-size: 50px;
  --border-size: 2px
}

.outline-social ul {
  margin: 0;
  padding: 0;
  list-style-type: none
}

.outline-social li {
  display: inline-block;
  margin-right: 5px
}

.outline-social li:last-child {
  margin-right: 0
}

.outline-social a {
  width: var(--icon-size);
  height: var(--icon-size);
  line-height: calc(var(--icon-size) - var(--border-size));
  border: var(--border-size) solid var(--white-color);
  color: var(--white-color);
  font-size: 16px;
  display: inline-block;
  text-align: center;
  border-radius: 50%
}

.outline-social a:hover {
  background-color: #18bccf;
  color: var(--white-color);
  border-color: transparent
}

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

.checked-list li {
  padding-left: 25px;
  font-size: 16px;
  margin-bottom: 3px
}

.checked-list li:last-child {
  margin-bottom: 0
}

.checked-list li:before {
  content: '\f00c';
  font-family: var(--icon-font);
  position: absolute;
  left: 0
}

.font-icon {
  font-family: var(--icon-font)
}

.font-title {
  font-family: var(--title-font)
}

.font-body {
  font-family: var(--body-font)
}

.font-subtitle {
  font-family: var(--subtitle-font)
}

.fw-light {
  font-weight: 300
}

.fw-normal {
  font-weight: 400
}

.fw-medium {
  font-weight: 500
}

.fw-semibold {
  font-weight: 600
}

.fw-bold {
  font-weight: 700
}

.fw-extrabold {
  font-weight: 800
}

.fs-md {
  font-size: 18px
}

.fs-xs {
  font-size: 14px
}

.fs-22 {
  font-size: 22px
}

.fs-16 {
  font-size: 16px
}

.fs-26 {
  font-size: 26px
}

.bg-theme {
  background-color: #18bccf !important
}

.bg-smoke {
  background-color: var(--smoke-color) !important
}

.bg-white {
  background-color: var(--white-color) !important
}

.bg-black {
  background-color: var(--black-color) !important
}

.bg-title {
  background-color: var(--title-color) !important
}

.background-image,
[data-bg-src] {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center
}

.mask-cover {
  -webkit-mask-position: center center;
  mask-position: center center;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: 100%;
  mask-size: 100%
}

.bg-fluid {
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center center
}

.bg-auto {
  background-size: auto auto
}

.bg-top-right {
  background-position: top right;
  background-size: auto
}

.bg-top-left {
  background-position: left top
}

.bg-fixed {
  background-attachment: fixed
}

.text-theme {
  color: #18bccf !important
}

.text-title {
  color: var(--title-color) !important
}

.text-body {
  color: var(--body-color) !important
}

.text-light {
  color: #ebebeb !important
}

.text-white {
  color: var(--white-color) !important
}

.text-yellow {
  color: var(--yellow-color) !important
}

.text-success {
  color: var(--success-color) !important
}

.text-error {
  color: var(--error-color) !important
}

.text-inherit {
  color: inherit
}

.text-inherit:hover {
  color: #18bccf
}

a.text-theme:hover,
.text-reset:hover {
  text-decoration: underline
}

.text-white-light {
  color: #dadada
}

.overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%
}

.position-center {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%)
}

[data-overlay] {
  position: relative
}

[data-overlay] [class^="col-"],
[data-overlay] [class*="col-"] {
  z-index: 1
}

[data-overlay]:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 1
}

[data-overlay="theme"]:before {
  background-color: #18bccf
}

[data-overlay="title"]:before {
  background-color: var(--title-color)
}

[data-overlay="white"]:before {
  background-color: var(--white-color)
}

[data-overlay="black"]:before {
  background-color: var(--black-color)
}

[data-opacity="1"]:before {
  opacity: .1
}

[data-opacity="2"]:before {
  opacity: .2
}

[data-opacity="3"]:before {
  opacity: .3
}

[data-opacity="4"]:before {
  opacity: .4
}

[data-opacity="5"]:before {
  opacity: .5
}

[data-opacity="6"]:before {
  opacity: .6
}

[data-opacity="7"]:before {
  opacity: .7
}

[data-opacity="8"]:before {
  opacity: .8
}

[data-opacity="9"]:before {
  opacity: .9
}

[data-opacity="10"]:before {
  opacity: 1
}

.ripple-animation,
.play-btn:after,
.play-btn:before {
  -webkit-animation-duration: var(--ripple-ani-duration);
  animation-duration: var(--ripple-ani-duration);
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-name: ripple;
  animation-name: ripple
}

.morp-ani {
  --morp-value: 66% 24% 44% 56% / 44% 24% 70% 56%;
  --morp-md-value: 43% 38% 39% 35% / 44% 39% 43% 56%;
  --morp-time: 8s;
  --morp-spin-time: 20s;
  animation: morpspin var(--morp-spin-time) linear infinite reverse
}

.morp-ani:before {
  -webkit-animation: vsmorph var(--morp-time) ease-in-out infinite both alternate;
  animation: vsmorph var(--morp-time) ease-in-out infinite both alternate
}

.transform-banner img {
  -webkit-animation: border-transform 10s linear infinite alternate forwards;
  animation: border-transform 10s linear infinite alternate forwards;
  border-radius: 100%
}

@-webkit-keyframes ripple {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0
  }
  30% {
    opacity: 0.40
  }
  100% {
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
    opacity: 0
  }
}

@keyframes ripple {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0
  }
  30% {
    opacity: 0.40
  }
  100% {
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
    opacity: 0
  }
}

@-webkit-keyframes morph {
  0% {
    border-radius: 40% 60% 60% 40% / 60% 30% 70% 40%
  }
  100% {
    border-radius: 40% 60%
  }
}

@keyframes morph {
  0% {
    border-radius: 40% 60% 60% 40% / 60% 30% 70% 40%
  }
  100% {
    border-radius: 40% 60%
  }
}

@-webkit-keyframes vsmorph {
  0% {
    border-radius: var(--morp-value)
  }
  50% {
    border-radius: var(--morp-md-value)
  }
  100% {
    border-radius: 40% 60%
  }
}

@keyframes vsmorph {
  0% {
    border-radius: var(--morp-value)
  }
  50% {
    border-radius: var(--morp-md-value)
  }
  100% {
    border-radius: 40% 60%
  }
}

@-webkit-keyframes vsheromorph {
  0% {
    border-radius: 25% 80% 57% 47% / 53% 60% 43% 52%
  }
  50% {
    border-radius: 40% 60% 60% 40% / 60% 30% 70% 40%
  }
  100% {
    border-radius: 40% 60%
  }
}

@keyframes vsheromorph {
  0% {
    border-radius: 25% 80% 57% 47% / 53% 60% 43% 52%
  }
  50% {
    border-radius: 40% 60% 60% 40% / 60% 30% 70% 40%
  }
  100% {
    border-radius: 40% 60%
  }
}

@-webkit-keyframes morpspin {
  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn)
  }
}

@keyframes morpspin {
  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn)
  }
}

@-webkit-keyframes border-transform {
  0%,
  100% {
    border-radius: 63% 37% 54% 46%/55% 48% 52% 45%
  }
  14% {
    border-radius: 40% 60% 54% 46%/49% 60% 40% 51%
  }
  28% {
    border-radius: 54% 46% 38% 62%/49% 70% 30% 51%
  }
  42% {
    border-radius: 61% 39% 55% 45%/61% 38% 62% 39%
  }
  56% {
    border-radius: 61% 39% 67% 33%/70% 50% 50% 30%
  }
  70% {
    border-radius: 50% 50% 34% 66%/56% 68% 32% 44%
  }
  84% {
    border-radius: 46% 54% 50% 50%/35% 61% 39% 65%
  }
}

@keyframes border-transform {
  0%,
  100% {
    border-radius: 63% 37% 54% 46%/55% 48% 52% 45%
  }
  14% {
    border-radius: 40% 60% 54% 46%/49% 60% 40% 51%
  }
  28% {
    border-radius: 54% 46% 38% 62%/49% 70% 30% 51%
  }
  42% {
    border-radius: 61% 39% 55% 45%/61% 38% 62% 39%
  }
  56% {
    border-radius: 61% 39% 67% 33%/70% 50% 50% 30%
  }
  70% {
    border-radius: 50% 50% 34% 66%/56% 68% 32% 44%
  }
  84% {
    border-radius: 46% 54% 50% 50%/35% 61% 39% 65%
  }
}

@-webkit-keyframes moving {
  0% {
    -webkit-transform: translate(0px, 0px);
    transform: translate(0px, 0px)
  }
  20% {
    -webkit-transform: translate(0px, -60px);
    transform: translate(0px, -60px)
  }
  50% {
    -webkit-transform: translate(-60px, -60px);
    transform: translate(-60px, -60px)
  }
  70% {
    -webkit-transform: translate(-60px, 0px);
    transform: translate(-60px, 0px)
  }
  100% {
    -webkit-transform: translate(0px, 0px);
    transform: translate(0px, 0px)
  }
}

@keyframes moving {
  0% {
    -webkit-transform: translate(0px, 0px);
    transform: translate(0px, 0px)
  }
  20% {
    -webkit-transform: translate(0px, -60px);
    transform: translate(0px, -60px)
  }
  50% {
    -webkit-transform: translate(-60px, -60px);
    transform: translate(-60px, -60px)
  }
  70% {
    -webkit-transform: translate(-60px, 0px);
    transform: translate(-60px, 0px)
  }
  100% {
    -webkit-transform: translate(0px, 0px);
    transform: translate(0px, 0px)
  }
}

@-webkit-keyframes arrow-left {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0)
  }
  20% {
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px)
  }
  40% {
    -webkit-transform: translateX(0);
    transform: translateX(0)
  }
  60% {
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px)
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0)
  }
}

@keyframes arrow-left {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0)
  }
  20% {
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px)
  }
  40% {
    -webkit-transform: translateX(0);
    transform: translateX(0)
  }
  60% {
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px)
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0)
  }
}

@-webkit-keyframes arrow-right {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0)
  }
  20% {
    -webkit-transform: translateX(20px);
    transform: translateX(20px)
  }
  40% {
    -webkit-transform: translateX(0);
    transform: translateX(0)
  }
  60% {
    -webkit-transform: translateX(20px);
    transform: translateX(20px)
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0)
  }
}

@keyframes arrow-right {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0)
  }
  20% {
    -webkit-transform: translateX(20px);
    transform: translateX(20px)
  }
  40% {
    -webkit-transform: translateX(0);
    transform: translateX(0)
  }
  60% {
    -webkit-transform: translateX(20px);
    transform: translateX(20px)
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0)
  }
}

.widget_nav_menu ul,
.widget_meta ul,
.widget_pages ul,
.widget_archive ul,
.widget_categories ul {
  list-style: none;
  margin: -10px 0 0 0;
  padding: 0
}

.widget_nav_menu a,
.widget_meta a,
.widget_pages a,
.widget_archive a,
.widget_categories a {
  display: block;
  background-color: var(--smoke-color);
  color: var(--body-color);
  padding: 17px 25px;
  padding-right: 50px;
  font-size: 16px;
  line-height: 1;
  font-size: 16px;
  font-weight: 500
}

.widget_nav_menu a:hover,
.widget_meta a:hover,
.widget_pages a:hover,
.widget_archive a:hover,
.widget_categories a:hover {
  color: #18bccf
}

.widget_nav_menu li,
.widget_meta li,
.widget_pages li,
.widget_archive li,
.widget_categories li {
  display: block;
  position: relative
}

.widget_nav_menu li>span,
.widget_meta li>span,
.widget_pages li>span,
.widget_archive li>span,
.widget_categories li>span {
  text-align: center;
  position: absolute;
  right: 22px;
  top: 6px;
  -webkit-transition: all ease 0.4s;
  transition: all ease 0.4s
}

.widget_nav_menu li:hover>span,
.widget_meta li:hover>span,
.widget_pages li:hover>span,
.widget_archive li:hover>span,
.widget_categories li:hover>span {
  color: #18bccf
}

.widget_nav_menu li:nth-child(odd) a,
.widget_meta li:nth-child(odd) a,
.widget_pages li:nth-child(odd) a,
.widget_archive li:nth-child(odd) a,
.widget_categories li:nth-child(odd) a {
  background-color: transparent
}

.widget_nav_menu .children,
.widget_meta .children,
.widget_pages .children,
.widget_archive .children,
.widget_categories .children {
  margin-left: 10px
}

.widget_nav_menu a,
.widget_meta a,
.widget_pages a {
  padding-right: 20px
}

.widget_nav_menu .sub-menu {
  margin-left: 10px
}

.wp-block-archives {
  list-style: none;
  margin: 0;
  padding: 0;
  margin-bottom: 20px
}

.wp-block-archives a:not(:hover) {
  color: inherit
}

.vs-blog ul.wp-block-archives li {
  margin: 5px 0
}

.widget {
  --widget-border-color: #e4e4e4;
  --border-space: 5px;
  padding: var(--widget-padding-x, 30px) var(--widget-padding-y, 30px);
  margin: 0 var(--border-space) calc(var(--bs-gutter-x) + var(--border-space)) var(--border-space);
  border: 1px solid var(--widget-border-color);
  position: relative;
  background-color: var(--white-color)
}

.widget:before {
  content: '';
  position: absolute;
  left: calc(var(--border-space) * -1);
  right: calc(var(--border-space) * -1);
  top: var(--border-space-top, 20px);
  bottom: calc(var(--border-space) * -1);
  border: inherit;
  z-index: -1
}

.widget select,
.widget input {
  color: var(--body-color);
  padding-left: 30px;
  font-size: 16px;
  background-color: var(--input-bg, #f6f6f6);
  border: none;
  height: 60px;
  border-radius: 0;
  font-weight: 500;
  width: 100%
}

.widget select::-moz-placeholder,
.widget input::-moz-placeholder {
  color: var(--body-color)
}

.widget select::-webkit-input-placeholder,
.widget input::-webkit-input-placeholder {
  color: var(--body-color)
}

.widget select:-ms-input-placeholder,
.widget input:-ms-input-placeholder {
  color: var(--body-color)
}

.widget select::-webkit-input-placeholder,
.widget input::-webkit-input-placeholder {
  color: var(--body-color)
}

.widget select::-moz-placeholder,
.widget input::-moz-placeholder {
  color: var(--body-color)
}

.widget select:-ms-input-placeholder,
.widget input:-ms-input-placeholder {
  color: var(--body-color)
}

.widget select::-ms-input-placeholder,
.widget input::-ms-input-placeholder {
  color: var(--body-color)
}

.widget select::placeholder,
.widget input::placeholder {
  color: var(--body-color)
}

.widget_title {
  font-size: 22px;
  line-height: 1em;
  margin-bottom: 30px;
  margin-top: -0.07em;
  padding-bottom: 10px;
  font-weight: 600;
  border-bottom: 1px solid var(--title-border-color, #999)
}

.widget .search-form {
  position: relative
}

.widget .search-form input {
  padding-right: 50px
}

.widget .search-form button {
  text-align: center;
  padding: 0;
  color: #18bccf;
  background-color: transparent;
  border: none;
  position: absolute;
  right: 30px;
  line-height: 1;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%)
}

.widget .search-form button:hover {
  border-color: #18bccf;
  background-color: var(--white-color);
  color: #18bccf
}

.wp-block-tag-cloud a,
.tagcloud a {
  display: inline-block;
  border: none;
  text-transform: capitalize;
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  padding: 10.5px 23px;
  margin-right: 5px;
  margin-bottom: 10px;
  color: var(--body-color);
  background-color: var(--tag-bg, #f6f6f6);
  border-radius: 9999px
}

.wp-block-tag-cloud a:hover,
.tagcloud a:hover {
  background-color: #18bccf;
  color: var(--white-color) !important
}

.tagcloud {
  margin-right: -5px;
  margin-bottom: -10px
}

.widget .tagcloud a:not(:hover) {
  background-color: #fff
}

.recent-post {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 20px
}

.recent-post:last-child {
  margin-bottom: 0
}

.recent-post .post-title {
  font-weight: 500;
  font-size: 16px;
  margin-bottom: 5px;
  line-height: 24px
}

.recent-post .media-img {
  margin-right: 15px;
  width: 90px
}

.recent-post .recent-post-meta {
  line-height: 1.2
}

.recent-post .recent-post-meta a {
  margin-right: 15px;
  font-size: 14px;
  font-weight: 500
}

.recent-post .recent-post-meta a i {
  margin-right: 8px;
  font-size: 0.9rem
}

.recent-post .recent-post-meta a:last-child {
  margin-right: 0
}

.vs-video-widget .video-thumb {
  position: relative
}

.vs-video-widget .play-btn {
  --icon-size: 60px;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%)
}

.vs-video-widget .play-btn i {
  font-size: 16px
}

.vs-video-widget .video-thumb-title {
  font-size: 20px;
  font-weight: 600;
  line-height: 1.4;
  margin-top: 10px;
  margin-bottom: -0.3em
}

.sidebar-gallery {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px
}

.sidebar-gallery .gallery-thumb .icon-thumb {
  font-size: 30px
}

@media (max-width: 991px) {
  .sidebar-gallery {
    grid-template-columns: repeat(3, 1fr)
  }
  .wp-block-tag-cloud a,
  .tagcloud a {
    padding: 10.5px 18px
  }
}

@media (max-width: 575px) {
  .widget {
    padding: 30px 20px
  }
}

.footer-widget {
  margin-bottom: 40px
}

.footer-widget,
.footer-widget .widget {
  padding: 0;
  border: none;
  padding-bottom: 0;
  background-color: transparent
}

.footer-widget .widget_title {
  position: relative;
  border-left: none;
  font-family: 'Dancing Script', cursive;
  padding: 0;
  font-size: 26px;
  margin-top: -0.15em;
  margin-bottom: 18px;
  border-bottom: none;
  font-weight: normal;
}

@media (max-width: 991px) {
  .footer-widget .widget_title {
    margin-bottom: 18px
  }
}

.header-wrapper {
  position: relative;
  z-index: 41
}

.will-sticky .sticky-active {
  position: fixed;
  top: -100%;
  right: 0;
  left: 0;
  background-color: var(--white-color);
  -webkit-transition: all ease 0.8s;
  transition: all ease 0.8s;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.07)
}

.will-sticky .sticky-active.active {
  top: 0
}

.will-sticky .menu-style1>ul>li>a {
  padding: 41px 0
}

.will-sticky .header-inner {
  background-color: var(--white-color)
}

.will-sticky .header-inner:after,
.will-sticky .header-inner:before {
  opacity: 0;
  visibility: hidden
}

.header-layout3 .will-sticky .header-inner-style2,
.header-layout3 .will-sticky .sticky-active {
  background-color: var(--black-color);
  opacity: 1
}

.main-menu a {
  display: block;
  position: relative;
  font-family: var(--body-font);
  font-weight: 500;
  font-size: 18px;
  color: var(--title-color)
}

.main-menu a:hover {
  color: #18bccf
}

.main-menu>ul>li {
  margin: 0 15px
}

.main-menu ul {
  margin: 0;
  padding: 0
}

.main-menu ul li {
  list-style-type: none;
  display: inline-block;
  position: relative
}

.main-menu ul li.menu-item-has-children>a:after {
  content: '\f107';
  position: relative;
  font-family: var(--icon-font);
  margin-left: 3px;
  top: 0.8px;
  font-size: 0.8rem
}

.main-menu ul li:last-child {
  margin-right: 0
}

.main-menu ul li:first-child {
  margin-left: 0
}

.main-menu ul li:hover>ul.sub-menu,
.main-menu ul li:hover ul.mega-menu {
  visibility: visible;
  opacity: 1;
  margin-top: 0;
  z-index: 9
}

.main-menu ul.sub-menu,
.main-menu ul.mega-menu {
  position: absolute;
  text-align: left;
  top: 100%;
  left: 0;
  background-color: var(--white-color);
  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.1);
  visibility: hidden;
  min-width: 190px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  padding: 7px;
  left: -14px;
  margin-top: 50px;
  opacity: 0;
  z-index: -1;
  border-bottom: 3px solid #18bccf;
  box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.09), 0px 3px 0px 0px rgba(231, 13, 60, 0.004);
  -webkit-transform-origin: top center;
  -ms-transform-origin: top center;
  transform-origin: top center;
  -webkit-transition: margin-top 0.4s ease-in-out 0s, visibility 0.4s ease-in-out 0s, opacity 0.4s ease-in-out 0s, z-index 0s;
  transition: margin-top 0.4s ease-in-out 0s, visibility 0.4s ease-in-out 0s, opacity 0.4s ease-in-out 0s, z-index 0s
}

.main-menu ul.sub-menu {
  padding: 18px 20px;
  left: -27px
}

.main-menu ul.sub-menu:before {
  content: '';
  position: absolute;
  left: 34.5px;
  top: 30px;
  width: 1px;
  background-color: #ededed;
  height: calc(100% - 60px)
}

.main-menu ul.sub-menu li {
  display: block;
  margin: 0 0;
  padding: 3px 9px
}

.main-menu ul.sub-menu li.menu-item-has-children>a:after {
  content: "\f105";
  float: right;
  top: 3px
}

.main-menu ul.sub-menu li a {
  position: relative;
  padding-left: 21px
}

.main-menu ul.sub-menu li a:before {
  content: '\f111';
  position: absolute;
  top: 2.5em;
  left: 0;
  font-family: var(--icon-font);
  width: 11px;
  height: 11px;
  text-align: center;
  border-radius: 50%;
  display: inline-block;
  font-size: 0.2em;
  line-height: 11.5px;
  color: #18bccf;
  font-weight: 700;
  background-color: var(--white-color);
  box-shadow: inset 0px 2px 4px 0px rgba(173, 136, 88, 0.4)
}

.main-menu ul.sub-menu li a:hover {
  color: #18bccf
}

.main-menu ul.sub-menu li ul.sub-menu {
  left: 100%;
  right: auto;
  top: 0;
  margin: 0 0;
  margin-left: 20px
}

.main-menu ul.sub-menu li ul.sub-menu li ul {
  left: 100%;
  right: auto
}

.main-menu .mega-menu-wrap {
  position: static
}

.main-menu ul.mega-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  text-align: left;
  width: 100%;
  max-width: var(--main-container);
  padding: 20px 15px 23px 15px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%)
}

.main-menu ul.mega-menu li {
  display: block;
  width: 100%;
  padding: 0 15px
}

.main-menu ul.mega-menu li li {
  padding: 4px 0
}

.main-menu ul.mega-menu li a {
  display: inline-block
}

.main-menu ul.mega-menu>li>a {
  display: block;
  padding: 0;
  padding-bottom: 15px;
  margin-bottom: 10px;
  text-transform: capitalize;
  letter-spacing: 1px;
  font-weight: 700;
  color: var(--title-color);
  border-color: #18bccf
}

.main-menu ul.mega-menu>li>a::after,
.main-menu ul.mega-menu>li>a::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 15px;
  height: 1px;
  background-color: #18bccf
}

.main-menu ul.mega-menu>li>a::after {
  width: calc(100% - 20px);
  left: 20px
}

.main-menu ul.mega-menu>li>a:hover {
  padding-left: 0
}

.menu-style1>ul>li>a {
  color: #141414;
  padding: 41px 0
}

.header-layout3,
.header-layout1 {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  z-index: 41
}

.header-layout3 .header-btn .vs-btn,
.header-layout1 .header-btn .vs-btn {
  margin-left: 26px
}

.header-info-list {
  --icon-size: 40px
}

.header-info-list ul {
  margin: 0;
  padding: 0;
  list-style-type: none
}

.header-info-list li {
  display: inline-block;
  margin-right: 32px
}

.header-info-list li:last-child {
  margin-right: 0
}

.header-info-list li>i {
  display: inline-block;
  background-color: var(--white-color);
  width: var(--icon-size);
  height: var(--icon-size);
  line-height: var(--icon-size);
  text-align: center;
  border-radius: 50%;
  color: #18bccf;
  margin-right: 13px;
  font-size: 1.1rem
}

.header-inner {
  position: relative;
  --layer-gap: 10px;
  --shape-width: 1596px;
  -webkit-transition: all ease 0.4s;
  transition: all ease 0.4s
}

@media (min-width: 1921px) {
  .header-inner {
    --shape-width: 80vw
  }
}

.header-inner:after,
.header-inner:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  background-color: var(--white-color);
  height: 100%;
  width: 100%;
  max-width: var(--shape-width);
  z-index: -1;
  -webkit-transition: all ease 0.4s;
  transition: all ease 0.4s
}

.header-inner:after {
  top: var(--layer-gap);
  max-width: calc(var(--shape-width) + var(--layer-gap));
  background-color: #18bccf;
  z-index: -2
}

.header-inner-style2 {
  position: relative;
  max-width: 1242px;
  margin-left: auto;
  margin-right: auto;
  background-color: var(--black-color)
}

.header-inner-style2 .cart-icon,
.header-inner-style2 .menu-style1>ul>li>a {
  color: var(--white-color)
}

.header-inner-style2 .cart-icon .badge {
  background-color: #18bccf
}

.header-btn .vs-btn {
  margin-left: 18px;
  padding: 23px 54px
}

.header-top-style2 {
  padding: 14px 0
}

.header-layout2 {
  position: relative;
  z-index: 41
}

.header-transparent {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  padding: 30px 0
}

@media (max-width: 1500px) {
  .header-inner {
    --shape-width: 1400px
  }
  .header-layout3 {
    position: relative
  }
  .header-layout3 .header-top {
    background-color: var(--black-color)
  }
  .header-layout3 .header-inner-style2 {
    position: absolute;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.5);
    max-width: 100%
  }
}

@media (max-width: 1399px) {
  .header-inner {
    --shape-width: 100%;
    --layer-gap: 0
  }
  .header-transparent {
    position: relative;
    background-color: var(--black-color);
    border-top: 1px solid rgba(255, 255, 255, 0.2)
  }
  .main-menu>ul>li {
    margin: 0 13px
  }
}

@media (max-width: 1199px) {
  .header-layout1 {
    position: relative
  }
  .header-layout1 .header-top {
    background-color: var(--title-color)
  }
  .header-layout1 .header-inner {
    position: absolute;
    left: 0;
    right: 0
  }
  .header-layout1 .header-inner:before {
    background-color: rgba(255, 255, 255, 0.9)
  }
  .header-layout1 .header-inner:after {
    display: none
  }
  .header-layout3 .header-inner-style2 {
    border-top: 1px solid rgba(255, 255, 255, 0.3);
    position: relative;
    background-color: var(--black-color)
  }
  .menu-style1>ul>li>a {
    padding: 29px 0
  }
  .header-transparent {
    padding: 19px 0
  }
}

@media (max-width: 991px) {
  .header-transparent {
    border-top: none
  }
}

@media (max-width: 767px) {
  .header-layout1 .header-inner {
    position: relative
  }
  .header-layout2 .header-btn .vs-btn {
    margin-left: 13px;
    padding: 15px 28px
  }
  .header-info-list {
    --icon-size: 34px
  }
  .header-info-list li {
    margin-right: 12px;
    font-size: 14px
  }
}

.footer-layout1, .footer-layout1 {
  color: #dadada0e;
  font-size: 15px;
  letter-spacing: 0;
  font-family: 'Montserrat', sans-serif;
  background-color: #222;
}

.footer-layout1 .widget_title {
  color: #18bccf;
}

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

.footer-info {
  position: relative;
  padding-left: 32px;
  margin-bottom: 10px;
  color: #fff !important;
  font-family: 'Montserrat', sans-serif;
}

.footer-info:last-child {
  margin-bottom: 0
}

.footer-info i {
  position: absolute;
  left: 0;
  top: 7.5px;
  color: #18bccf
}

.footer-table td {
  padding: 4px 0;
  text-transform: uppercase
}

.footer-table tr:first-child td {
  padding-top: 0
}

.footer-table tr:last-child td {
  padding-bottom: 0
}

.widget-area {
  padding-top: 100px
}

.footer-subscribe {
  position: relative
}

.footer-subscribe input {
  width: 100%;
  background-color: transparent;
  border: 2px solid var(--white-color);
  padding-left: 30px;
  padding-right: 50px;
  border-radius: 9999px;
  color: var(--white-color);
  font-size: 16px;
  font-weight: 500
}

.footer-subscribe input::-moz-placeholder {
  color: var(--white-color)
}

.footer-subscribe input::-webkit-input-placeholder {
  color: var(--white-color)
}

.footer-subscribe input:-ms-input-placeholder {
  color: var(--white-color)
}

.footer-subscribe input::-ms-input-placeholder {
  color: var(--white-color)
}

.footer-subscribe input::placeholder {
  color: var(--white-color)
}

.footer-subscribe input:focus {
  background-color: transparent
}

.footer-subscribe button {
  border: none;
  background-color: transparent;
  color: var(--white-color);
  position: absolute;
  top: 50%;
  right: 30px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  border-left: 1px solid var(--white-color);
  padding: 0 0 0 20px;
  height: 30px;
  overflow: hidden
}

.footer-subscribe button .hidden {
  position: absolute;
  margin-left: 100px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all ease 0.4s;
  transition: all ease 0.4s
}

.footer-subscribe button .default {
  opacity: 1;
  visibility: visible;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s
}

.footer-subscribe.focus {
  margin-right: 0
}

.footer-subscribe.focus button .hidden {
  margin-left: 0;
  opacity: 1;
  visibility: visible
}

.footer-subscribe.focus button .default {
  opacity: 0;
  visibility: hidden
}

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

.footer-links li {
  position: relative;
  display: inline-block;
  padding-right: 27px;
  margin-right: 20px
}

.footer-links li:before {
  content: '';
  position: absolute;
  right: 0;
  top: 50%;
  height: 14px;
  margin-top: -6px;
  width: 1px;
  background-color: rgba(255, 255, 255, 0.63)
}

.footer-links li:last-child {
  margin-right: 0;
  padding-right: 0
}

.footer-links li:last-child:before {
  display: none
}

.footer-links a {
  color: var(--white-color);
  font-weight: 500
}

.footer-links a:hover {
  text-decoration: underline
}

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

@media (max-width: 991px) {
  .footer-layout3 {
    padding-top: 60px;
    padding-bottom: 35px
  }
  .widget-area {
    padding-top: 60px
  }
}

@media (max-width: 767px) {
  .footer-links li {
    padding-right: 16px;
    margin-right: 10px
  }
}

@media (max-width: 575px) {
  .footer-subscribe input {
    padding-left: 25px
  }
  .footer-subscribe button {
    width: 45px;
    height: 45px;
    background-color: #18bccf;
    color: var(--white-color);
    text-align: center;
    padding-left: 0;
    border: none;
    border-radius: 50%;
    right: 8px
  }
  .footer-subscribe button:hover {
    background-color: var(--white-color);
    color: var(--white-color)
  }
  .footer-links li:before {
    content: '-';
    top: 0;
    height: 14px;
    margin-top: 0;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    background-color: transparent;
    color: #fff;
    vertical-align: top
  }
}

.breadcumb-menu {
  max-width: 100%;
  margin: 0 0 0 0;
  padding: 0;
  list-style-type: none
}

.breadcumb-menu li {
  display: inline-block;
  margin-right: 3px;
  padding-right: 8px;
  list-style: none;
  position: relative
}

.breadcumb-menu li:after {
  content: '-';
  margin-left: 13px
}

.breadcumb-menu li:first-child:before {
  content: '\f015';
  font-family: var(--icon-font);
  width: var(--icon-size, 40px);
  height: var(--icon-size, 40px);
  border-radius: 50%;
  line-height: var(--icon-size, 40px);
  background-color: #18bccf;
  font-size: 18px;
  display: inline-block;
  text-align: center;
  margin-right: 15px
}

.breadcumb-menu li:last-child {
  padding-right: 0;
  margin-right: 0
}

.breadcumb-menu li:last-child:after {
  display: none
}

.breadcumb-menu li,
.breadcumb-menu a,
.breadcumb-menu span {
  white-space: normal;
  color: inherit;
  word-break: break-word;
  font-weight: 400;
  font-size: 18px;
  color: var(--white-color)
}

.breadcumb-menu li i,
.breadcumb-menu a i,
.breadcumb-menu span i {
  margin-right: 5px;
  font-size: 0.8rem;
  position: relative;
  top: -1px
}

.breadcumb-title {
  font-size: 72px;
  font-weight: 600;
  margin-top: -0.3em;
  color: var(--white-color);
  margin-bottom: 10px
}

.breadcumb-wrapper {
  padding-top: 360px;
  padding-bottom: 130px
}

@media (max-width: 1500px) {
  .breadcumb-title {
    font-size: 60px
  }
  .breadcumb-wrapper {
    padding-top: 320px;
    padding-bottom: 126px
  }
}

@media (max-width: 1399px) {
  .breadcumb-title {
    font-size: 48px
  }
}

@media (max-width: 1199px) {
  .breadcumb-wrapper {
    padding-top: 212px;
    padding-bottom: 126px
  }
  .breadcumb-title {
    font-size: 42px
  }
  .breadcumb-menu li,
  .breadcumb-menu a,
  .breadcumb-menu span {
    font-size: 17px
  }
}

@media (max-width: 991px) {
  .breadcumb-wrapper {
    padding-top: 162px;
    padding-bottom: 76px
  }
  .breadcumb-menu li {
    padding-right: 5px;
    --icon-size: auto
  }
  .breadcumb-menu li:first-child:before {
    background-color: transparent;
    font-size: 14px;
    margin-right: 10px
  }
  .breadcumb-menu li:after {
    margin-left: 11px
  }
  .breadcumb-title {
    font-size: 36px
  }
}

@media (max-width: 767px) {
  .breadcumb-wrapper {
    padding-top: 80px;
    padding-bottom: 70px
  }
  .breadcumb-title {
    font-size: 28px
  }
}

.vs-pagination {
  text-align: center
}

.vs-pagination ul {
  margin: 0;
  padding: 0
}

.vs-pagination li {
  display: inline-block;
  margin: 0 3px;
  list-style-type: none
}

.vs-pagination li:last-child {
  margin-right: 0
}

.vs-pagination li:first-child {
  margin-left: 0
}

.vs-pagination span,
.vs-pagination a {
  display: inline-block;
  width: 50px;
  height: 50px;
  line-height: 47px;
  color: var(--title-color);
  text-align: center;
  position: relative;
  border: 2px solid #eef1f5;
  z-index: 1;
  font-weight: 700;
  border-radius: 50%
}

.vs-pagination span.active,
.vs-pagination span:hover,
.vs-pagination a.active,
.vs-pagination a:hover {
  color: var(--white-color);
  background-color: #18bccf;
  border-color: transparent
}

.post-pagi-box {
  margin-top: -0.4em
}

.post-pagi-box>a {
  color: var(--body-color);
  font-size: 16px;
  font-weight: 500
}

.post-pagi-box>a:hover {
  color: #18bccf
}

.post-pagi-box .pagi-title {
  margin-bottom: 0;
  margin-top: 5px;
  font-size: 20px
}

.post-pagi-box .pagi-icon {
  position: relative;
  top: 6px
}

.post-pagi-box.next {
  text-align: right
}

.post-pagination {
  padding-top: calc(var(--blog-space-y, 60px) + 4px);
  margin: var(--blog-space-y, 60px) var(--blog-space-x, 0);
  border-top: 1px solid #e4e4e4;
  position: relative
}

.post-pagination:before {
  content: '';
  position: absolute;
  left: 0;
  width: 100%;
  height: 1px;
  top: 4px;
  border-top: inherit
}

@media (max-width: 767px) {
  .vs-pagination span,
  .vs-pagination a {
    width: 40px;
    height: 40px;
    line-height: 33px;
    font-size: 14px
  }
  .post-pagi-box .pagi-title {
    font-size: 18px
  }
}

blockquote {
  font-size: 20px;
  line-height: 36px;
  padding: 50px 60px 50px 60px;
  font-weight: 700;
  display: block;
  position: relative;
  background-color: var(--smoke-color);
  overflow: hidden;
  margin: 35px 0;
  color: var(--title-color)
}

blockquote p {
  font-family: inherit;
  margin-bottom: 0 !important;
  line-height: 1.6;
  color: inherit;
  max-width: 550px;
  width: 100%;
  position: relative;
  z-index: 3;
  font-style: italic
}

blockquote:before {
  content: '\f10e';
  font-family: var(--icon-font);
  position: absolute;
  right: 40px;
  bottom: 40px;
  font-size: 7rem;
  font-weight: 300;
  opacity: 0.10;
  line-height: 1;
  color: #18bccf
}

blockquote p {
  margin-bottom: 0
}

blockquote p a {
  color: inherit
}

blockquote cite {
  display: inline-block;
  font-size: 18px;
  position: relative;
  padding-left: 45px;
  border-color: inherit;
  line-height: 1;
  font-weight: 400;
  margin-top: 22px;
  font-style: normal;
  color: #18bccf
}

blockquote cite:before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 8px;
  width: 30px;
  height: 2px;
  border-top: 2px solid;
  border-color: inherit
}

.blog-meta span,
.blog-meta a {
  display: inline-block;
  margin-right: 23px;
  font-size: 16px;
  color: var(--body-color)
}

.blog-meta span:last-child,
.blog-meta a:last-child {
  margin-right: 0
}

.blog-meta span i,
.blog-meta a i {
  margin-right: 10px;
  color: var(--body-color)
}

.blog-meta span:hover,
.blog-meta a:hover {
  color: #18bccf
}

.blog-category {
  margin-bottom: -10px
}

.blog-category a {
  display: inline-block;
  color: #fff;
  padding: 4.5px 24.5px;
  margin-right: 5px;
  margin-bottom: 10px;
  border: 1px solid transparent;
  background-color: #18bccf
}

.blog-category a:hover {
  background-color: var(--white-color);
  color: var(--body-color);
  border-color: #18bccf
}

.blog-title a {
  color: inherit
}

.blog-title a:hover {
  color: #18bccf
}

.vs-blog {
  margin-bottom: 30px
}

.blog-inner-title {
  margin-bottom: 30px;
  margin-top: -0.25em
}

.blog-author {
  --author-border-space: 5px;
  margin: var(--author-border-space);
  margin-top: var(--blog-space-y, 60px);
  padding: 30px 30px;
  border: 1px solid #e4e4e4;
  position: relative
}

.blog-author:before {
  content: '';
  position: absolute;
  top: calc(var(--author-border-space) * -1);
  right: calc(var(--author-border-space) * -1);
  bottom: calc(var(--author-border-space) * -1);
  left: calc(var(--author-border-space) * -1);
  border: inherit
}

.blog-author .author-degi {
  margin-bottom: 5px;
  color: #18bccf;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: 0.2em
}

.blog-author .media-img {
  display: inline-block;
  padding: 7px;
  background-color: #e4e4e4;
  margin-right: 25px;
  overflow: hidden;
  border-radius: 50%
}

.blog-author .media-img img {
  border-radius: inherit
}

.blog-author .author-name {
  margin-bottom: 10px
}

.blog-single {
  position: relative
}

.blog-single .blog-content {
  margin: 39px 0 var(--blog-space-y, 60px) 0;
  padding-bottom: calc(var(--blog-space-y, 60px) - 5px);
  border-bottom: 1px solid #cccccc;
  position: relative
}

.blog-single .blog-content:before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 4px;
  width: 100%;
  height: 1px;
  border-bottom: inherit
}

.blog-single .share-links-title {
  font-size: 20px;
  color: var(--title-color);
  display: block;
  margin-bottom: 10px;
  font-family: var(--title-font);
  font-weight: 600;
  margin-top: -0.45em
}

.blog-single .social-links {
  margin-top: -0.05em
}

.blog-single .blog-meta {
  margin-bottom: 10px;
  margin-top: -0.45em
}

.blog-single .blog-title {
  line-height: 1.4;
  margin-bottom: 10px
}

.blog-single .blog-audio {
  line-height: 1
}

.blog-single .blog-img {
  position: relative
}

.blog-single .blog-img .slick-arrow {
  position: absolute;
  left: 40px;
  z-index: 2;
  opacity: 0;
  visibility: hidden;
  --title-color: #fff
}

.blog-single .blog-img .slick-arrow.slick-next {
  left: auto;
  right: 40px
}

.blog-single .blog-img .play-btn {
  --icon-size: 110px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin: calc(var(--icon-size) / -2) 0 0 calc(var(--icon-size) / -2)
}

.blog-single:hover .blog-img .slick-arrow {
  opacity: 1;
  visibility: visible
}

.blog-details .blog-content {
  padding-bottom: 0;
  border-bottom: none;
  margin-bottom: calc(var(--blog-space-y, 60px) - 10px)
}

.meta-box {
  position: relative
}

.meta-box a {
  background-color: #18bccf;
  color: var(--white-color);
  padding: 5px 12px;
  font-size: 16px;
  font-weight: 600;
  display: inline-block;
  margin: 0 -2px;
  z-index: 1;
  position: relative
}

.meta-box a:last-child {
  margin-right: 0;
  padding-right: 25px
}

.meta-box a:first-child {
  margin-left: 0;
  padding-left: 25px
}

.meta-box a i {
  margin-right: 9px
}

.blog-card {
  margin-bottom: 20px
}

.blog-card .blog-content {
  padding-right: 50px;
  padding-top: 18px
}

.blog-card .blog-img {
  position: relative
}

.blog-card .meta-box {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 50px
}

.blog-card .meta-box:before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: -35px;
  bottom: -1px;
  background-color: var(--white-color)
}

.blog-card .blog-title {
  font-weight: 700;
  font-size: 26px;
  margin-bottom: 5px;
  line-height: 36px
}

.blog-steped {
  --date-box: 110px;
  --blog-space: 160px;
  text-align: center;
  position: relative;
  margin-bottom: 23px
}

.blog-steped:after,
.blog-steped:before {
  content: '';
  position: absolute;
  top: 0;
  right: 2px;
  width: 1px;
  height: 110%;
  background-color: #c5c5c5
}

.blog-steped:after {
  right: -2px
}

.blog-steped .blog-img,
.blog-steped .blog-content {
  max-width: 470px;
  margin-right: auto
}

.blog-steped .blog-img {
  margin-bottom: 20px
}

.blog-steped .post-author {
  font-weight: 500;
  font-size: 16px;
  color: var(--title-color);
  margin-bottom: 10px
}

.blog-steped .post-author a {
  text-decoration: underline
}

.blog-steped .blog-title {
  font-size: 28px;
  font-weight: 600
}

.blog-steped .blog-date {
  display: inline-block;
  text-align: center;
  position: absolute;
  right: 0;
  top: 0;
  width: var(--date-box);
  height: var(--date-box);
  margin-right: calc(var(--date-box) / -2);
  background-color: #18bccf;
  color: var(--white-color);
  font-weight: 500;
  font-size: 13px;
  padding: 29px 0;
  border-radius: 50%;
  z-index: 2
}

.blog-steped .blog-date::first-line {
  font-size: 45px;
  font-weight: 600
}

.blog-steped .blog-date:before {
  content: '';
  position: absolute;
  left: -8px;
  top: 50%;
  margin-top: -10px;
  border-right: 10px solid #18bccf;
  border-bottom: 10px solid transparent;
  border-top: 10px solid transparent
}

.blog-steped:nth-child(even)::after,
.blog-steped:nth-child(even)::before {
  display: none
}

.blog-steped:nth-child(even) .blog-img,
.blog-steped:nth-child(even) .blog-content {
  margin-left: auto;
  margin-right: 0
}

.blog-steped:nth-child(even) .blog-date {
  right: auto;
  left: 0;
  margin-right: 0;
  margin-left: calc(var(--date-box) / -2)
}

.blog-steped:nth-child(even) .blog-date:before {
  left: auto;
  right: -8px;
  border-right: none;
  border-left: 10px solid #18bccf
}

.blog-steped:nth-child(2) {
  margin-top: var(--blog-space)
}

.blog-steped:nth-child(odd) {
  margin-top: calc(var(--blog-space) * -1)
}

.blog-steped:nth-child(1) {
  margin-top: 0
}

.blog-steped:nth-last-child(2)::before,
.blog-steped:nth-last-child(2):after {
  height: calc(100% + 200px)
}

.blog-fliped {
  --icon-bg: #ececec;
  margin-bottom: 50px
}

.blog-fliped .meta-box {
  margin-bottom: 15px
}

.blog-fliped .blog-text {
  margin-bottom: 33px
}

.blog-fliped .blog-img {
  padding: var(--img-shape-space, 40px) var(--img-shape-space, 40px) var(--img-shape-space, 40px) 0;
  position: relative
}

.blog-fliped .blog-img:before {
  content: '';
  position: absolute;
  left: var(--img-shape-space, 40px);
  right: 0;
  top: 0;
  bottom: 0;
  background-color: var(--shape-bg, #f6f6f6);
  z-index: -1
}

.blog-fliped:nth-child(even) .row {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse
}

.blog-fliped:nth-child(even) .blog-img {
  padding: var(--img-shape-space, 40px) 0 var(--img-shape-space, 40px) var(--img-shape-space, 40px)
}

.blog-fliped:nth-child(even) .blog-img:before {
  left: 0;
  right: var(--img-shape-space, 40px)
}

@media (max-width: 1199px) {
  .blog-steped {
    --blog-space: 140px
  }
  .blog-steped .blog-img,
  .blog-steped .blog-content {
    max-width: 370px;
    margin-right: auto
  }
  .blog-steped .blog-title {
    font-size: 24px
  }
  .blog-steped .post-author {
    font-size: 14px
  }
  .blog-card .blog-title {
    font-size: 22px;
    margin-bottom: 13px;
    line-height: 1.5
  }
}

@media (max-width: 991px) {
  blockquote {
    font-size: 20px;
    line-height: 34px;
    padding: 30px 40px 30px 40px
  }
  blockquote cite {
    font-size: 16px;
    margin-top: 20px
  }
  blockquote:before {
    right: 20px;
    bottom: 20px;
    font-size: 4rem
  }
  .blog-author {
    padding: 30px 30px
  }
  .vs-blog.blog-single {
    --blog-space-y: 40px
  }
  .blog-card .blog-content {
    padding-right: 30px;
    padding-top: 18px
  }
  .blog-card .meta-box {
    right: 30px
  }
  .blog-card .meta-box::before {
    top: -20px
  }
  .blog-card .blog-title {
    font-size: 24px;
    margin-bottom: 10px;
    line-height: 1.5
  }
  .blog-card .blog-text {
    font-size: 16px
  }
  .blog-steped {
    --blog-space: 0;
    margin-bottom: 0
  }
  .blog-steped::before,
  .blog-steped:after {
    left: calc((var(--date-box) / 2) + 2px);
    right: auto;
    display: none
  }
  .blog-steped .blog-img,
  .blog-steped .blog-content {
    max-width: 100%;
    margin-right: 0
  }
  .blog-steped:nth-child(even) .blog-date,
  .blog-steped .blog-date {
    top: 20px;
    left: 30px;
    right: auto;
    margin: 0;
    border-radius: 10px;
    width: auto;
    height: auto;
    line-height: 1;
    padding: 10px 20px;
    text-transform: none;
    font-size: 18px
  }
  .blog-steped:nth-child(even) .blog-date:before,
  .blog-steped .blog-date:before {
    display: none
  }
  .blog-steped:nth-child(even) .blog-date::first-line,
  .blog-steped .blog-date::first-line {
    font-size: inherit;
    font-weight: inherit
  }
  .blog-steped:last-child:after,
  .blog-steped:last-child::before {
    display: none
  }
  .blog-fliped {
    --img-shape-space: 0
  }
  .blog-fliped .blog-img {
    margin-bottom: 30px
  }
  .blog-fliped .blog-text {
    margin-bottom: 23px
  }
}

@media (max-width: 767px) {
  .blog-meta span,
  .blog-meta a {
    margin-right: 20px;
    font-size: 16px
  }
  .blog-single .blog-content {
    margin-top: 29px
  }
  .blog-steped:nth-child(even) .blog-date,
  .blog-steped .blog-date {
    font-size: 14px
  }
  .blog-steped .blog-title {
    font-size: 20px;
    line-height: 1.4
  }
  .blog-author {
    padding: 30px 20px
  }
  blockquote {
    padding: 30px 20px 30px 20px
  }
}

.vs-comment-form {
  margin-top: var(--blog-space-y, 60px);
  margin-bottom: 30px
}

.vs-comment-form textarea.style3 {
  min-height: 220px
}

.vs-comment-form .blog-inner-title {
  margin-bottom: 8px
}

.vs-comment-form .form-text {
  margin-bottom: 25px
}

.vs-comment-form .form-group>i {
  color: rgba(0, 0, 0, 0.5)
}

.vs-comments-wrap {
  margin: var(--blog-space-y, 60px) var(--blog-space-x, 0)
}

.vs-comments-wrap li {
  margin: 0
}

.vs-comments-wrap .vs-post-comment {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 30px 30px 20px 30px;
  border: 1px solid #e4e4e4;
  --comment-border-space: 5px;
  margin: 0 var(--comment-border-space) 37px var(--comment-border-space);
  position: relative
}

.vs-comments-wrap .vs-post-comment:before {
  content: '';
  position: absolute;
  top: calc(var(--comment-border-space) * -1);
  right: calc(var(--comment-border-space) * -1);
  bottom: calc(var(--comment-border-space) * -1);
  left: calc(var(--comment-border-space) * -1);
  border: inherit
}

.vs-comments-wrap ul.comment-list {
  list-style: none;
  margin: 0;
  padding: 0
}

.vs-comments-wrap ul.comment-list ul ul,
.vs-comments-wrap ul.comment-list ul ol,
.vs-comments-wrap ul.comment-list ol ul,
.vs-comments-wrap ul.comment-list ol ol {
  margin-bottom: 0
}

.vs-comments-wrap .comment-avater {
  width: 100px;
  height: 100px;
  margin-right: 30px;
  border-radius: 50%;
  overflow: hidden
}

.vs-comments-wrap .comment-content {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-top: -5px;
  position: relative
}

.vs-comments-wrap .commented-on {
  font-size: 16px;
  display: inline-block;
  margin-bottom: 10px;
  font-weight: 400;
  color: #18bccf;
  font-family: var(--body-font)
}

.vs-comments-wrap .commented-on i {
  margin-right: 7px;
  font-size: 0.9rem
}

.vs-comments-wrap .name {
  margin-bottom: 2px
}

.vs-comments-wrap .comment-top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between
}

.vs-comments-wrap .text {
  color: #6b6b6b;
  margin-bottom: 0
}

.vs-comments-wrap .text:last-child {
  margin-bottom: 0
}

.vs-comments-wrap .children {
  margin: 0;
  padding: 0;
  list-style-type: none;
  margin-left: 70px
}

.vs-comments-wrap .replay-btn {
  font-weight: 600;
  font-family: var(--title-font);
  font-size: 16px;
  color: var(--body-color);
  margin-top: 10px;
  display: inline-block
}

.vs-comments-wrap .replay-btn i {
  margin-right: 7px
}

.vs-comments-wrap .replay-btn:hover {
  color: #18bccf
}

.vs-comments-wrap .star-rating {
  font-size: 12px;
  margin-bottom: 10px;
  position: absolute;
  top: 5px;
  right: 0;
  width: 80px
}

@media (max-width: 991px) {
  .vs-comments-wrap .vs-post-comment {
    display: block;
    padding: 30px 20px 20px 20px
  }
  .vs-comments-wrap .comment-avater {
    margin-right: 0;
    margin-bottom: 20px
  }
  .vs-comments-wrap .children {
    margin-left: 40px
  }
}

@media (max-width: 767px) {
  .vs-comments-wrap .children {
    margin-left: 30px
  }
}

.ls-v6 .ls-bottom-nav-wrapper {
  position: absolute;
  left: 100px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  display: inline-block;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content
}

.ls-gui-element.ls-bottom-nav-wrapper a {
  display: block !important;
  background-color: var(--title-color);
  margin: 18px 0;
  border-color: transparent !important;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: all ease 0.4s;
  transition: all ease 0.4s
}

.ls-gui-element.ls-bottom-nav-wrapper a:first-child {
  margin-top: 0
}

.ls-gui-element.ls-bottom-nav-wrapper a:last-child {
  margin-bottom: 0
}

.ls-gui-element.ls-bottom-nav-wrapper a.ls-nav-active:hover,
.ls-gui-element.ls-bottom-nav-wrapper a.ls-nav-active {
  background-color: #18bccf !important
}

a.ls-gui-element.ls-nav-prev,
a.ls-gui-element.ls-nav-next {
  width: var(--icon-size, 60px);
  height: var(--icon-size, 60px);
  border: 2px solid var(--white-color) !important;
  border-radius: 50%;
  left: var(--space-x, 130px)
}

a.ls-gui-element.ls-nav-prev:after,
a.ls-gui-element.ls-nav-next:after {
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  width: auto;
  height: auto;
  margin: -7px 0 0 -4.5px;
  left: 50%;
  top: 50%;
  border: none;
  border-right: 7px solid var(--white-color);
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent
}

a.ls-gui-element.ls-nav-prev:before,
a.ls-gui-element.ls-nav-next:before {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -1px 0 0 -3px;
  display: inline-block;
  width: 82px;
  height: 2px;
  background-color: var(--white-color);
  -webkit-transition: all ease 0.4s;
  transition: all ease 0.4s
}

a.ls-gui-element.ls-nav-prev:hover,
a.ls-gui-element.ls-nav-next:hover {
  -webkit-transform: none;
  -ms-transform: none;
  transform: none
}

a.ls-gui-element.ls-nav-prev:hover:after,
a.ls-gui-element.ls-nav-next:hover:after {
  border-top-color: transparent !important
}

a.ls-gui-element.ls-nav-prev:hover:after,
a.ls-gui-element.ls-nav-prev:hover:before,
a.ls-gui-element.ls-nav-next:hover:after,
a.ls-gui-element.ls-nav-next:hover:before {
  -webkit-animation: arrow-left ease 1s alternate;
  animation: arrow-left ease 1s alternate
}

a.ls-gui-element.ls-nav-next {
  left: auto;
  right: var(--space-x, 130px)
}

a.ls-gui-element.ls-nav-next:after {
  left: auto;
  right: 50%;
  margin: -7px -4.5px 0 0;
  border-right: none;
  border-left: 7px solid var(--white-color)
}

a.ls-gui-element.ls-nav-next:before {
  left: auto;
  right: 50%;
  margin-left: 0;
  margin-right: -3px
}

a.ls-gui-element.ls-nav-next:hover:after,
a.ls-gui-element.ls-nav-next:hover:before {
  -webkit-animation: arrow-right ease 1s alternate;
  animation: arrow-right ease 1s alternate
}

.hero-morp {
  -webkit-animation: border-transform 10s linear infinite alternate forwards;
  animation: border-transform 10s linear infinite alternate forwards
}

@media (max-width: 1199px) {
  .ls-v6 .ls-bottom-nav-wrapper {
    display: none
  }
  a.ls-gui-element.ls-nav-prev,
  a.ls-gui-element.ls-nav-next {
    display: none
  }
}

.vs-banner-slide {
  --shape-size: 370px;
  --morp-color: #907bf6;
  --morp-delay: 1s;
  padding-top: var(--padding-y, 80px);
  padding-bottom: var(--padding-y, 80px);
  position: relative;
  margin-bottom: 30px
}

.vs-banner-slide .banner-title {
  font-size: 28px;
  margin-bottom: 10px;
  color: var(--white-color)
}

.vs-banner-slide .media-content {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 4;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
  max-width: 290px;
  width: 100%
}

.vs-banner-slide .banner-text {
  margin-bottom: 0;
  color: var(--white-color)
}

.vs-banner-slide .banner-morp {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 1;
  --morp-value: 66% 24% 44% 56% / 44% 24% 70% 56%;
  --morp-time: 12s;
  --morp-spin-time: 16s;
  width: var(--shape-size);
  height: var(--shape-size);
  margin: calc(var(--shape-size) / -2) 0 0 calc(var(--shape-size) / -2);
  -webkit-animation-delay: var(--morp-delay);
  animation-delay: var(--morp-delay)
}

.vs-banner-slide .banner-morp:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: var(--morp-color);
  opacity: 0.90;
  border-radius: 66% 24% 44% 56% / 44% 24% 70% 56%
}

.vs-banner-slide:nth-child(3n+3) {
  --morp-color: #e280d2
}

.vs-banner-slide:nth-child(3n+2) {
  --morp-color: #ff708b;
  --morp-delay: 5s
}

.vs-banner-slide:nth-child(3n+1) {
  --morp-color: #907bf6;
  --morp-delay: 8s
}

@media (max-width: 1399px) {
  .vs-banner-slide {
    --shape-size: 270px;
    --padding-y: 40px
  }
  .vs-banner-slide .banner-title {
    font-size: 30px
  }
}

@media (max-width: 1199px) {
  .vs-banner-slide {
    --padding-y: 0
  }
  .vs-banner-slide .banner-morp {
    -webkit-animation: none;
    animation: none;
    width: auto;
    height: auto;
    left: calc(var(--bs-gutter-x) / 2);
    right: calc(var(--bs-gutter-x) / 2);
    height: 100%;
    top: auto;
    bottom: 0;
    margin: 0
  }
  .vs-banner-slide .banner-morp:before {
    background-color: transparent;
    background-image: -webkit-linear-gradient(355deg, var(--morp-color) 20%, rgba(0, 0, 0, 0) 100%);
    background-image: linear-gradient(95deg, var(--morp-color) 20%, rgba(0, 0, 0, 0) 100%);
    border-radius: 0;
    -webkit-animation: none;
    animation: none
  }
  .vs-banner-slide .media-content {
    left: calc(var(--bs-gutter-x) / 2);
    top: 50%;
    text-align: left;
    padding-left: 30px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
  }
}

@media (max-width: 575px) {
  .vs-banner-slide .banner-title {
    font-size: 24px
  }
  .vs-banner-slide .media-content {
    padding-left: 20px
  }
}

.thumb-about {
  text-align: center;
  border-right: 1px solid #e7e7e9;
  border-bottom: 1px solid #e7e7e9;
  padding: 40px 0 30px 0
}

@media (min-width: 575px) {
  .thumb-about:nth-child(3n+3) {
    border-right: none
  }
  .thumb-about:nth-child(n+4) {
    border-bottom: none;
    padding-bottom: 0
  }
  .thumb-about:nth-child(-n+3) {
    padding-top: 0
  }
}

@media (max-width: 575px) {
  .thumb-about:nth-child(2n+2) {
    border-right: none
  }
  .thumb-about:nth-child(n+5) {
    border-bottom: none;
    padding-bottom: 0
  }
  .thumb-about:nth-child(-n+2) {
    padding-top: 0
  }
}

.thumb-about img {
  margin-bottom: 10px
}

.thumb-about .text-title {
  margin-bottom: 0
}

.thumb-about-style2 {
  border-right: 1px solid #e7e7e9
}

.thumb-about-style2:last-child {
  border-right: none
}

.thumb-about-style2 .text-title {
  margin-bottom: -0.4em
}

.thumb-about-style2 img {
  height: 80px;
  margin-bottom: 15px
}

.about-morp-shape {
  --shape-size: 550px;
  position: absolute;
  left: 50%;
  top: 50%;
  width: var(--shape-size);
  height: var(--shape-size);
  margin: calc(var(--shape-size) / -2) 0 0 calc(var(--shape-size) / -2);
  z-index: -1;
  -webkit-animation: border-transform 10s linear infinite alternate forwards;
  animation: border-transform 10s linear infinite alternate forwards
}

.about-media .media-body>*:last-child {
  margin-bottom: 0
}

.about-media-wrap {
  gap: 45px;
  padding-top: 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column
}

.dotted-list {
  --dotted-size: 10px;
  margin-bottom: 40px
}

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

.dotted-list li {
  padding-left: 20px;
  position: relative;
  line-height: 1;
  margin-bottom: 15px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  max-width: 100%;
  color: #fff;
  font-size: 15px;
}

.dotted-list li:before {
  content: '';
  position: absolute;
  left: 0;
  top: 6px;
  width: var(--dotted-size, 10px);
  height: var(--dotted-size, 10px);
  border-radius: 50%;
  background-color: #18bccf
}

.offer-pill {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 182px;
  height: 182px;
  text-align: center;
  background-color: #18bccf;
  color: var(--white-color);
  border-radius: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  --border-pill: -10px
}

.offer-pill:before {
  content: '';
  position: absolute;
  left: var(--border-pill);
  right: var(--border-pill);
  top: var(--border-pill);
  bottom: var(--border-pill);
  border: 2px dashed var(--white-color);
  border-radius: inherit;
  -webkit-animation: morpspin 30s linear infinite;
  animation: morpspin 30s linear infinite
}

.offer-pill .offer-number {
  font-size: 17px;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 22px;
}

.offer-pill .offer-text {
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 600;
  color: inherit;
  margin-bottom: 0
}

.story-media {
  padding-left: var(--p-start, 120px);
  position: relative;
  border-bottom: 1px solid #c5c5c5;
  padding-bottom: 34px;
  margin-bottom: 33px
}

.story-media:before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 3px;
  width: 100%;
  height: 1px;
  border-bottom: inherit
}

.story-media .story-year {
  color: #18bccf;
  display: inline-block;
  position: absolute;
  left: 0;
  top: 4px;
  font-size: 30px;
  font-weight: 600
}

.story-media .story-text {
  font-size: 16px;
  margin-bottom: 11px;
  margin-top: -0.4em
}

.story-media .story-author {
  font-weight: 600;
  margin-bottom: 0;
  color: var(--title-color)
}

.story-media .degi {
  color: var(--body-color);
  margin-left: 7px;
  font-size: 14px;
  font-weight: 400
}

.story-media .degi:before {
  content: '';
  width: 10px;
  height: 1px;
  background-color: currentColor;
  position: relative;
  display: inline-block;
  margin-right: 7px;
  vertical-align: middle;
  top: -1px
}

.story-media:last-child {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 21px
}

@media (max-width: 1399px) {
  .about-content.text-center.pl-50.ml-10 {
    padding-left: 0
  }
}

@media (max-width: 1199px) {
  .thumb-about {
    padding: 25px 0 25px 0
  }
  .thumb-about .text-title {
    font-size: 14px
  }
  .about-media-wrap {
    padding-top: 0
  }
  .about-morp-shape {
    --shape-size: 400px
  }
  .story-media {
    --p-start: 0;
    padding-bottom: 24px;
    margin-bottom: 20px
  }
  .story-media .story-year {
    position: relative;
    font-size: 24px;
    margin-bottom: 15px
  }
  .story-media .story-text {
    margin-bottom: 10px
  }
  .thumb-about-style2 {
    border-right: none
  }
}

@media (max-width: 991px) {
  .about-media-wrap {
    gap: 30px
  }
}

@media (max-width: 767px) {
  .about-morp-shape {
    --shape-size: 250px
  }
  .offer-pill {
    right: 50%;
    width: 130px;
    height: 130px;
    --border-pill: -5px
  }
  .offer-pill .offer-number {
    font-size: 18px
  }
  .offer-pill .offer-text {
    font-size: 12px
  }
  .dotted-list li {
    line-height: 1.6
  }
  .dotted-list li::before {
    top: 10px
  }
}

.price-list {
  width: 390px;
  max-width: 100%
}

.price-list ul {
  margin: 0 0 40px 0;
  padding: 0;
  list-style-type: none
}

.price-list li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 15px;
  -webkit-transition: all ease 0.4s;
  transition: all ease 0.4s
}

.price-list .border-middle {
  border: 1px dashed #bcbcbc;
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 0%;
  -ms-flex: 1 0 0%;
  flex: 1 0 0%;
  width: 100%;
  height: 1px;
  background-color: var(--white-color);
  margin: 3px 20px 0 25px;
  opacity: 0.6
}

.price-list .price,
.price-list .package {
  margin: 0;
  font-weight: 500
}

.price-plan-slide .slick-arrow {
  --pos-x: 130px;
  --title-color: #fff
}

.price-list-box {
  position: relative;
  --space-x: 70px;
  --space-y: 70px
}

.price-list-box .price-content {
  background-image: -webkit-linear-gradient(left, #fff 60%, rgba(255, 255, 255, 0.9) 100%);
  background-image: linear-gradient(90deg, #fff 60%, rgba(255, 255, 255, 0.9) 100%);
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  max-width: 100%;
  margin: 0 auto;
  padding: var(--space-y) var(--space-x);
  box-shadow: 0px 0px 76px 0px rgba(0, 0, 0, 0.05);
  opacity: 0;
  visibility: hidden;
  overflow: hidden;
  -webkit-transition: all ease 0.6s;
  transition: all ease 0.6s;
  -webkit-transform: scaleY(0.5);
  -ms-transform: scaleY(0.5);
  transform: scaleY(0.5);
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0
}

.price-list-box .price-img {
  position: absolute;
  left: 0;
  right: 0;
  bottom: var(--space-y);
  top: var(--space-y);
  z-index: -1
}

.price-list-box .price-title {
  margin-top: -0.27em;
  font-weight: 600;
  margin-bottom: 15px;
  font-size: 30px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all ease 0.4s;
  transition: all ease 0.4s
}

.price-list-box .vs-btn,
.price-list-box .price-list li {
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(-20px);
  -ms-transform: translateY(-20px);
  transform: translateY(-20px);
  -webkit-transition: all ease 0.4s;
  transition: all ease 0.4s
}

.slick-active .price-list-box .price-content {
  opacity: 1;
  visibility: visible;
  -webkit-transform: scaleY(1);
  -ms-transform: scaleY(1);
  transform: scaleY(1);
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s
}

.slick-active .price-list-box .price-title {
  opacity: 1;
  visibility: visible;
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s
}

.slick-active .price-list-box .vs-btn {
  opacity: 1;
  visibility: visible;
  -webkit-transition-delay: 0.8s;
  transition-delay: 0.8s;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0)
}

.slick-active .price-list-box .price-list li {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0)
}

.slick-active .price-list-box .price-list li:nth-of-type(1) {
  -webkit-transition-delay: .2s;
  transition-delay: .2s
}

.slick-active .price-list-box .price-list li:nth-of-type(2) {
  -webkit-transition-delay: .3s;
  transition-delay: .3s
}

.slick-active .price-list-box .price-list li:nth-of-type(3) {
  -webkit-transition-delay: .4s;
  transition-delay: .4s
}

.slick-active .price-list-box .price-list li:nth-of-type(4) {
  -webkit-transition-delay: .5s;
  transition-delay: .5s
}

.slick-active .price-list-box .price-list li:nth-of-type(5) {
  -webkit-transition-delay: .6s;
  transition-delay: .6s
}

.slick-active .price-list-box .price-list li:nth-of-type(6) {
  -webkit-transition-delay: .7s;
  transition-delay: .7s
}

.slick-active .price-list-box .price-list li:nth-of-type(7) {
  -webkit-transition-delay: .8s;
  transition-delay: .8s
}

.slick-active .price-list-box .price-list li:nth-of-type(8) {
  -webkit-transition-delay: .9s;
  transition-delay: .9s
}

.slick-active .price-list-box .price-list li:nth-of-type(9) {
  -webkit-transition-delay: 1s;
  transition-delay: 1s
}

.slick-active .price-list-box .price-list li:nth-of-type(10) {
  -webkit-transition-delay: 1.1s;
  transition-delay: 1.1s
}

.price-grid {
  position: relative;
  text-align: center;
  padding: 60px 45px 13px 45px;
  margin: 3px
}

.price-grid:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7)
}

.price-grid .price-shape:after,
.price-grid .price-shape:before {
  content: '';
  position: absolute;
  top: -3px;
  left: 30px;
  right: 30px;
  height: 12px;
  background-color: #18bccf;
  z-index: 3
}

.price-grid .price-shape:after {
  top: auto;
  bottom: -3px
}

.price-grid .price-shape3:after,
.price-grid .price-shape3:before,
.price-grid .price-shape2:after,
.price-grid .price-shape2:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 51%;
  height: 100%;
  background-color: var(--white-color);
  -webkit-transition: width ease 0.4s, border-color ease 0.7s;
  transition: width ease 0.4s, border-color ease 0.7s;
  z-index: 1;
  border-width: 1px 0 1px 1px;
  border-color: #e4e4e4;
  border-style: solid
}

.price-grid .price-shape3:after,
.price-grid .price-shape2:after {
  border-width: 1px 1px 1px 0;
  left: auto;
  right: 0
}

.price-grid .price-shape3:after,
.price-grid .price-shape3:before {
  z-index: 1;
  background-color: transparent;
  top: 6px;
  height: calc(100% - 12px);
  left: 6px
}

.price-grid .price-shape3:after {
  right: 6px;
  left: auto
}

.price-grid .price-list,
.price-grid .package-name,
.price-grid .price-icon {
  position: relative;
  z-index: 4
}

.price-grid .package-name {
  color: var(--title-color);
  font-size: 22px;
  -webkit-transition: all ease 0.4s;
  transition: all ease 0.4s
}

.price-grid .price-icon {
  margin-bottom: 25px
}

.price-grid .price-list .border-middle {
  border-color: var(--body-color);
  background-color: transparent;
  -webkit-transition: all ease 0.4s;
  transition: all ease 0.4s
}

.price-grid .price-list .price,
.price-grid .price-list .package {
  font-size: 16px;
  color: var(--body-color);
  -webkit-transition: all ease 0.4s;
  transition: all ease 0.4s
}

.slick-center .price-grid .price-list .border-middle,
.price-grid:hover .price-list .border-middle {
  border-color: #cccccc
}

.slick-center .price-grid .price-list .price,
.slick-center .price-grid .price-list .package,
.price-grid:hover .price-list .price,
.price-grid:hover .price-list .package {
  color: #cccccc
}

.slick-center .price-grid .package-name,
.price-grid:hover .package-name {
  color: var(--white-color)
}

.slick-center .price-grid .price-shape3:after,
.slick-center .price-grid .price-shape3:before,
.slick-center .price-grid .price-shape2:after,
.slick-center .price-grid .price-shape2:before,
.price-grid:hover .price-shape3:after,
.price-grid:hover .price-shape3:before,
.price-grid:hover .price-shape2:after,
.price-grid:hover .price-shape2:before {
  width: 0;
  border-color: transparent
}

@media (max-width: 575px) {
  .price-grid .price-list .border-middle {
    border-color: #cccccc
  }
  .price-grid .price-list .price,
  .price-grid .price-list .package {
    color: #cccccc
  }
  .price-grid .package-name {
    color: var(--white-color)
  }
  .price-grid .price-shape3:after,
  .price-grid .price-shape3:before,
  .price-grid .price-shape2:after,
  .price-grid .price-shape2:before {
    width: 0;
    border-color: transparent
  }
}

.vs-price-morp {
  position: relative;
  --border-space: 5px
}

.vs-price-morp.mb-50:last-child {
  margin-bottom: 0
}

.vs-price-morp:nth-child(even) .price-img img {
  -webkit-animation-delay: 1s;
  animation-delay: 1s
}

.vs-price-morp .price-text {
  margin-bottom: 35px
}

.vs-price-morp .price-pack {
  position: absolute;
  left: 0;
  top: 50%;
  background-color: var(--white-color);
  -webkit-transform: translate(0%, -50%);
  -ms-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
  padding: 40px 24px 28px 24px
}

.vs-price-morp .price-pack:before {
  content: '';
  position: absolute;
  top: var(--border-space);
  right: var(--border-space);
  bottom: var(--border-space);
  left: var(--border-space);
  border: 1px solid #e4e4e4
}

.vs-price-morp .pack-title {
  text-align: center;
  font-size: 26px;
  font-weight: 600;
  margin-bottom: 23px
}

.vs-price-morp .pack-table {
  width: 320px;
  max-width: 100%;
  font-size: 16px;
  padding: 22px;
  color: var(--body-color);
  margin-bottom: 0;
  text-align: left
}

.vs-price-morp .pack-table td {
  border: none;
  padding-left: 25px;
  padding-right: 25px
}

.vs-price-morp .pack-table td:nth-child(even) {
  text-align: right
}

.vs-price-morp .pack-table>tbody>tr:nth-of-type(odd) {
  --bs-table-accent-bg: #f6f6f6;
  color: var(--body-color)
}

.vs-carousel .vs-price-morp .price-content .vs-btn,
.vs-carousel .vs-price-morp .price-title,
.vs-carousel .vs-price-morp .price-text,
.vs-carousel .vs-price-morp .price-pack {
  -webkit-transition: opacity ease 0.3s, visibility ease 0.3s, -webkit-transform ease 0.6s;
  transition: opacity ease 0.3s, visibility ease 0.3s, -webkit-transform ease 0.6s;
  transition: transform ease 0.6s, opacity ease 0.3s, visibility ease 0.3s;
  transition: transform ease 0.6s, opacity ease 0.3s, visibility ease 0.3s, -webkit-transform ease 0.6s;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateX(200%);
  -ms-transform: translateX(200%);
  transform: translateX(200%)
}

.vs-carousel .vs-price-morp .price-pack {
  -webkit-transform: translate(-200%, -50%);
  -ms-transform: translate(-200%, -50%);
  transform: translate(-200%, -50%)
}

.vs-carousel .slick-active.vs-price-morp .price-content .vs-btn,
.vs-carousel .slick-active.vs-price-morp .price-title,
.vs-carousel .slick-active.vs-price-morp .price-text,
.vs-carousel .slick-active.vs-price-morp .price-pack {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0)
}

.vs-carousel .slick-active.vs-price-morp .price-pack {
  -webkit-transform: translate(0%, -50%);
  -ms-transform: translate(0%, -50%);
  transform: translate(0%, -50%)
}

.price-card {
  padding: var(--card-space-y, 70px) var(--card-space-x, 70px)
}

.price-card .price-list {
  width: 100%
}

.price-card .price-title {
  margin-bottom: 15px;
  margin-top: -0.3em
}

@media (max-width: 1500px) {
  .price-plan-slide .slick-arrow {
    --pos-x: 50px
  }
}

@media (max-width: 1399px) {
  .price-grid .price-list .border-middle {
    margin: 3px 10px 0 10px
  }
  .vs-price-morp .pack-table {
    width: 290px
  }
  .vs-price-morp .vs-btn {
    padding-left: 30px;
    padding-right: 30px
  }
  .vs-price-morp .price-content .vs-btn,
  .vs-price-morp .price-title,
  .vs-price-morp .price-text {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0)
  }
}

@media (max-width: 1199px) {
  .price-list-box {
    --space-x: 40px;
    --space-y: 40px
  }
  .price-list-box .price-title {
    font-size: 26px;
    margin-bottom: 15px
  }
  .price-card {
    --card-space-y: 40px;
    --card-space-x: 40px
  }
  .price-card .price-title {
    margin-bottom: 15px;
    font-size: 30px
  }
  .price-card .price-list ul {
    margin-bottom: 30px
  }
}

@media (max-width: 991px) {
  .price-grid {
    padding: 60px 30px 13px 30px
  }
  .price-grid .price-list {
    margin-top: 0
  }
  .vs-price-morp .price-pack {
    top: 30%
  }
}

@media (max-width: 767px) {
  .price-list {
    width: 100%
  }
  .price-list ul {
    margin: 0 0 30px 0
  }
  .price-list li {
    margin-bottom: 5px
  }
  .price-list .border-middle {
    margin: 3px 10px 0 10px
  }
  .price-list .price,
  .price-list .package {
    font-size: 16px
  }
  .price-list-box {
    --space-x: 20px;
    --space-y: 30px
  }
  .price-list-box .vs-btn {
    font-size: 14px;
    padding: 21px 21px
  }
  .price-list-box .price-title {
    font-size: 24px;
    margin-bottom: 15px
  }
  .price-list-box .price-img {
    position: relative;
    height: 300px;
    width: 100%;
    bottom: 0;
    top: 0
  }
  .price-list-box .price-content {
    width: 100%
  }
  .price-list-box .price-list ul {
    margin: 0 0 25px 0
  }
  .price-list-box .price-content,
  .price-list-box .vs-btn,
  .price-list-box .price-title,
  .price-list-box .price-list li {
    opacity: 1;
    visibility: visible;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none
  }
  .price-card {
    --card-space-y: 30px;
    --card-space-x: 20px
  }
  .price-card .price-title {
    font-size: 24px
  }
  .price-card .price-list ul {
    margin-bottom: 20px
  }
}

@media (max-width: 575px) {
  .vs-price-morp .price-pack {
    position: relative;
    left: 0;
    top: 0;
    -webkit-transform: none !important;
    -ms-transform: none !important;
    transform: none !important;
    padding: 30px 14px 18px 14px
  }
  .vs-price-morp .pack-table {
    font-size: 14px;
    padding: 10px;
    width: 100%
  }
  .vs-price-morp .pack-table td {
    padding-left: 15px;
    padding-right: 15px
  }
  .vs-price-morp .price-text {
    margin-bottom: 25px
  }
  .vs-price-morp .pack-title {
    font-size: 20px
  }
}

.subscribe-box {
  position: relative;
  --btn-size: 60px
}

.subscribe-box input {
  border: none;
  background-color: var(--white-color);
  height: 90px;
  border-radius: 0;
  padding-left: 49px
}

.subscribe-box input::-moz-placeholder {
  color: var(--title-color)
}

.subscribe-box input::-webkit-input-placeholder {
  color: var(--title-color)
}

.subscribe-box input:-ms-input-placeholder {
  color: var(--title-color)
}

.subscribe-box input::-ms-input-placeholder {
  color: var(--title-color)
}

.subscribe-box input::placeholder {
  color: var(--title-color)
}

.subscribe-box input:focus {
  background-color: var(--white-color)
}

.subscribe-box button {
  position: absolute;
  right: 30px;
  top: 50%;
  width: var(--btn-size);
  height: var(--btn-size);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 22px;
  color: #18bccf;
  border: 2px solid #18bccf;
  background-color: transparent;
  overflow: hidden
}

.subscribe-box button .default {
  opacity: 1;
  visibility: visible;
  -webkit-transition: all ease 0.4s;
  transition: all ease 0.4s
}

.subscribe-box button .hidden {
  position: absolute;
  left: 140%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all ease 0.4s;
  transition: all ease 0.4s;
  z-index: 2
}

.subscribe-box.focus button .hidden {
  left: 50%;
  opacity: 1;
  visibility: visible
}

.subscribe-box.focus button .default {
  opacity: 0;
  visibility: hidden
}

.subscribe-shape {
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
  max-width: 100%;
  width: 1345px;
  height: 564px;
  max-height: 100%
}

@media (max-width: 1500px) {
  .subscribe-shape {
    width: 1000px
  }
}

@media (max-width: 1199px) {
  .subscribe-box.ms-xl-1.mt-40 {
    margin-top: 0
  }
  .subscribe-shape {
    width: 800px;
    height: 508px
  }
}

@media (max-width: 991px) {
  .subscribe-shape {
    width: 100%;
    height: 100%
  }
  .subscribe-layout1 {
    padding-bottom: 80px
  }
  .subscribe-box {
    --btn-size: 50px
  }
  .subscribe-box input {
    height: 70px;
    padding-left: 30px
  }
  .subscribe-box button {
    right: 12px;
    font-size: 16px
  }
}

.team-grid {
  position: relative;
  text-align: center;
  --box-space: 20px;
  --translate: -40px
}

.team-grid:after,
.team-grid:before {
  content: '';
  position: absolute;
  left: calc(var(--box-space) + (var(--bs-gutter-x)/ 2));
  right: calc(var(--box-space) + (var(--bs-gutter-x)/ 2));
  top: var(--box-space);
  height: calc(50% - var(--box-space));
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 1;
  -webkit-transition: all ease 0.4s;
  transition: all ease 0.4s;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  transform-origin: 100% 0
}

.team-grid:after {
  top: auto;
  -webkit-transform-origin: 0 100%;
  -ms-transform-origin: 0 100%;
  transform-origin: 0 100%;
  bottom: var(--box-space)
}

.team-grid .team-number,
.team-grid .team-degi,
.team-grid .team-name {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all ease 0.4s;
  transition: all ease 0.4s;
  -webkit-transform: translateY(var(--translate));
  -ms-transform: translateY(var(--translate));
  transform: translateY(var(--translate))
}

.team-grid .team-content {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 3;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%)
}

.team-grid .team-name {
  font-size: 26px;
  font-weight: 600;
  margin-bottom: 3px;
  color: var(--white-color)
}

.team-grid .team-degi {
  color: #18bccf;
  font-weight: 600;
  margin-bottom: 10px
}

.team-grid .team-number {
  font-size: 16px;
  color: var(--white-color);
  text-transform: uppercase;
  font-weight: 500;
  --translate: 40px
}

.team-grid .team-number i {
  margin-right: 7px;
  display: inline-block
}

.team-grid .team-number a {
  color: inherit
}

.team-grid .team-img {
  overflow: hidden
}

.team-grid .team-img img {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all ease 0.4s;
  transition: all ease 0.4s
}

.team-grid:hover:after,
.team-grid:hover:before {
  -webkit-transform: scaleY(1);
  -ms-transform: scaleY(1);
  transform: scaleY(1)
}

.team-grid:hover .team-img img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1)
}

.team-grid:hover .team-number,
.team-grid:hover .team-degi,
.team-grid:hover .team-name {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition-delay: 0.5s;
  transition-delay: 0.5s
}

.team-grid:hover .team-degi {
  -webkit-transition-delay: 0.4s;
  transition-delay: 0.4s
}

.team-grid:nth-child(even) {
  -webkit-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transform: scale(0.8)
}

.team-grid:nth-child(even) .team-degi {
  font-size: 20px
}

.team-masked {
  text-align: center;
  margin-bottom: 22px
}

.team-masked .team-toggler-btn {
  display: inline-block;
  width: 50px;
  height: 50px;
  line-height: 50px;
  background-color: var(--white-color);
  box-shadow: 0px 5px 27px 0px rgba(0, 0, 0, 0.08);
  border-radius: 50%;
  -webkit-transition: all ease 0.4s;
  transition: all ease 0.4s;
  font-size: 20px;
  color: var(--title-color);
  position: absolute;
  bottom: 0;
  color: #18bccf;
  left: 50%;
  -webkit-transform: translate(-50%, 20px);
  -ms-transform: translate(-50%, 20px);
  transform: translate(-50%, 20px)
}

.team-masked .team-toggler-btn .default {
  opacity: 1;
  visibility: visible
}

.team-masked .team-toggler-btn .hidden {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 1
}

.team-masked .team-toggler-btn.active {
  background-color: #18bccf;
  color: var(--white-color)
}

.team-masked .team-toggler-btn.active .default {
  opacity: 0;
  visibility: hidden
}

.team-masked .team-toggler-btn.active .hidden {
  opacity: 1;
  visibility: visible
}

.team-masked .team-social {
  position: absolute;
  left: 50%;
  bottom: 30px;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0)
}

.team-masked .team-social a {
  display: block;
  width: 50px;
  height: 50px;
  line-height: 53px;
  text-align: center;
  background-color: #18bccf;
  color: var(--white-color);
  border-radius: 50%;
  margin-bottom: 5px;
  font-size: 16px;
  -webkit-transform: translateY(-50px);
  -ms-transform: translateY(-50px);
  transform: translateY(-50px);
  opacity: 0;
  visibility: hidden
}

.team-masked .team-social.show a {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
  visibility: visible
}

.team-masked .team-img {
  width: 100%;
  height: 100%;
  -webkit-mask-position: center center;
  mask-position: center center;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: cover;
  mask-size: cover;
  overflow: hidden
}

.team-masked .team-img img {
  width: 100%;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all ease 0.4s;
  transition: all ease 0.4s
}

.team-masked .team-img:before {
  content: '';
  position: absolute;
  left: 15px;
  top: 15px;
  right: 15px;
  bottom: 15px;
  background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.8) 100%);
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.8) 100%);
  -webkit-mask-image: inherit;
  mask-image: inherit;
  -webkit-mask-position: center center;
  mask-position: center center;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: cover;
  mask-size: cover;
  -webkit-transition: all ease 0.4s;
  transition: all ease 0.4s;
  z-index: 1;
  opacity: 0;
  visibility: hidden
}

.team-masked .team-header {
  position: relative;
  margin-bottom: 40px
}

.team-masked .toggled .team-img::before {
  opacity: 1;
  visibility: visible
}

.team-masked .team-name {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 5px
}

.team-masked .team-degi {
  font-weight: 400;
  color: #18bccf;
  font-size: 14px;
  margin-bottom: 5px
}

.team-masked .team-number {
  font-weight: 500;
  font-size: 16px
}

.team-masked .team-number a {
  font-weight: 700
}

.team-masked .team-number a i {
  color: #18bccf
}

.team-masked:hover .team-img img {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2)
}

.team-details-shape {
  position: absolute;
  top: -30px;
  right: -30px;
  width: 100%;
  height: 100%;
  background-image: -webkit-linear-gradient(bottom, #18bccf 0%, #18bccf 100%);
  background-image: linear-gradient(to top, #18bccf 0%, #18bccf 100%);
  opacity: 0.05
}

.team-details-content .member-degi {
  font-weight: 500;
  color: #18bccf
}

@media (max-width: 1199px) {
  .team-grid .team-name {
    font-size: 22px
  }
  .team-grid .team-degi {
    font-size: 16px;
    margin-bottom: 10px
  }
  .team-grid .team-number {
    font-size: 16px
  }
  .team-grid:nth-child(2n) {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
  }
  .team-masked .team-name {
    font-size: 24px
  }
  .team-masked .team-degi {
    font-size: 14px;
    margin-bottom: 0
  }
  .team-masked .team-number {
    font-size: 14px
  }
  .team-details-shape {
    right: 0
  }
}

.vs-testimonial {
  text-align: center
}

.vs-testimonial .quote-icon {
  display: inline-block;
  margin-bottom: 40px
}

.vs-testimonial .author-name {
  display: inline-block;
  margin-bottom: 0;
  font-size: 16px
}

.vs-testimonial .testimonial-desc {
  margin-bottom: 22px
}

.vs-testimonial .testimonial-desc p {
  font-size: 24px;
  line-height: 1.6
}

.vs-testimonial .author-degi {
  font-size: 14px;
  font-weight: 500;
  color: var(--body-color);
  display: inline-block;
  margin-left: 6px
}

.vs-testimonial .author-degi:before {
  content: '-';
  margin-right: 5px
}

.avater-fly.slick-slider,
.avater-fly .slick-track,
.avater-fly .slick-list {
  overflow: visible;
  position: static;
  -webkit-transform: none !important;
  -ms-transform: none !important;
  transform: none !important
}

.avater-fly .avater {
  position: absolute;
  cursor: pointer;
  height: auto;
  opacity: 0;
  visibility: visible;
  -webkit-animation: moving linear infinite 14s;
  animation: moving linear infinite 14s
}

.avater-fly .avater:nth-child(-n+5) {
  opacity: 1;
  visibility: visible
}

.avater-fly .avater:nth-child(1) {
  left: 70px;
  top: -35px;
  -webkit-animation-delay: 3s;
  animation-delay: 3s
}

.avater-fly .avater:nth-child(2) {
  right: 82px;
  top: -30px;
  -webkit-animation-delay: 1s;
  animation-delay: 1s
}

.avater-fly .avater:nth-child(3) {
  left: 12px;
  top: 130px;
  -webkit-animation-delay: 1s;
  animation-delay: 1s
}

.avater-fly .avater:nth-child(4) {
  right: 12px;
  bottom: 75px;
  -webkit-animation-delay: 6s;
  animation-delay: 6s
}

.avater-fly .avater:nth-child(5) {
  left: 82px;
  bottom: 75px;
  -webkit-animation-delay: 3s;
  animation-delay: 3s;
  animation-direction: reverse
}

.testimonial-arrow {
  padding-top: 50px
}

.testimonial-arrow .slick-arrow {
  position: relative;
  --pos-x: 0;
  margin-top: 0
}

.vs-testimonial-box {
  --quote-size: 80px;
  margin-top: calc(var(--quote-size) / 2);
  border: 1px solid #e4e4e4;
  border-top: 10px solid #18bccf;
  background-color: var(--white-color);
  text-align: center;
  box-shadow: 0px 10px 36px 0px rgba(0, 0, 0, 0.03);
  padding: 0 40px 30px 40px;
  margin-bottom: 30px
}

.vs-testimonial-box .testimonial-text {
  font-size: 20px;
  line-height: 36px;
  font-weight: 500;
  color: var(--title-color);
  font-style: italic;
  margin-bottom: 10px
}

.vs-testimonial-box .author-name {
  font-weight: 600;
  margin-bottom: 3px
}

.vs-testimonial-box .testimonial-rating {
  color: var(--yellow-color);
  font-size: 14px
}

.vs-testimonial-box .testimonial-rating i {
  margin: 0 1px
}

.vs-testimonial-box .quote-icon {
  width: var(--quote-size);
  height: var(--quote-size);
  line-height: calc(var(--quote-size) - 2px);
  text-align: center;
  background-color: #18bccf;
  border-radius: 50%;
  margin: calc(var(--quote-size) / -1.6) auto 18px auto
}

@media (max-width: 1199px) {
  .avater-fly .avater:nth-child(1) {
    left: 50px;
    top: 30px;
    width: 80px
  }
  .avater-fly .avater:nth-child(2) {
    right: 0px;
    top: 0;
    width: 90px
  }
  .avater-fly .avater:nth-child(3) {
    left: 50px;
    top: 230px;
    width: 80px
  }
  .avater-fly .avater:nth-child(4) {
    right: 0;
    bottom: 0;
    width: 70px;
    height: 70px
  }
  .avater-fly .avater:nth-child(5) {
    left: 82px;
    width: 90px;
    bottom: -50px
  }
  .vs-testimonial-box {
    --quote-size: 60px;
    padding: 0 30px 30px 30px
  }
  .vs-testimonial-box .testimonial-text {
    font-size: 22px;
    line-height: 32px
  }
  .vs-testimonial-box .author-name {
    font-weight: 600;
    margin-bottom: 3px;
    font-size: 22px
  }
}

@media (max-width: 1199px) {
  .vs-testimonial .testimonial-desc {
    margin-bottom: 0
  }
  .vs-testimonial .testimonial-desc p {
    font-size: 22px;
    line-height: 1.6
  }
  .vs-testimonial .quote-icon {
    margin-bottom: 20px
  }
  .vs-testimonial .author-degi {
    font-size: 14px;
    margin-left: 6px
  }
  .vs-testimonial .author-name {
    font-size: 22px
  }
  .testimonial-arrow {
    padding-top: 20px
  }
}

@media (max-width: 767px) {
  .vs-testimonial .author-name {
    display: block;
    font-size: 20px
  }
  .vs-testimonial .author-degi {
    font-size: 14px;
    margin-left: 0
  }
  .vs-testimonial .author-degi:before {
    display: none
  }
}

@media (max-width: 575px) {
  .vs-testimonial-box {
    padding: 0 10px 30px 10px
  }
  .vs-testimonial-box .testimonial-text {
    font-size: 18px;
    line-height: 28px
  }
}

.packages-layout1 {
  position: relative;
  margin-top: 50px
}

.offer-pill-2 {
  position: absolute;
  right: 40px;
  top: 40px;
  z-index: 1;
  background-color: #18bccf;
  color: var(--white-color);
  text-align: center;
  width: 140px;
  height: 140px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 50%;
  --border-pill: -10px
}

.offer-pill-2:before {
  content: '';
  position: absolute;
  left: var(--border-pill);
  right: var(--border-pill);
  top: var(--border-pill);
  bottom: var(--border-pill);
  border: 2px dashed var(--white-color);
  border-radius: inherit;
  -webkit-animation: morpspin 30s linear infinite;
  animation: morpspin 30s linear infinite
}

.offer-pill-2 .price-label {
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 600;
  line-height: 1
}

.offer-pill-2 .price {
  font-size: 30px;
  font-weight: 600;
  line-height: 1;
  margin-top: 4px
}

.package-thumb {
  position: relative;
  cursor: pointer
}

.package-thumb:after,
.package-thumb:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 100%;
  background-color: #18bccf;
  opacity: 0.90;
  -webkit-transition: all ease 0.4s;
  transition: all ease 0.4s
}

.package-thumb:after {
  left: auto;
  right: 0
}

.package-thumb .thumb-icon {
  position: absolute;
  left: 50%;
  top: 50%;
  color: var(--white-color);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
  font-size: 28px;
  opacity: 0;
  visibility: hidden;
  z-index: 1
}

.package-thumb:hover:before,
.package-thumb:hover:after,
.slick-current .package-thumb:before,
.slick-current .package-thumb:after {
  width: 50%
}

.package-thumb:hover .thumb-icon,
.slick-current .package-thumb .thumb-icon {
  opacity: 1;
  visibility: visible;
  -webkit-transition-delay: 0.4s;
  transition-delay: 0.4s
}

@media (min-width: 1922px) {
  .packages-layout1 {
    margin-top: 0
  }
}

@media (max-width: 1399px) {
  .offer-pill-2 {
    right: 30px;
    top: 30px;
    width: 120px;
    height: 120px;
    --border-pill: -5px
  }
  .offer-pill-2 .price {
    font-size: 20px;
    margin-top: 4px
  }
  .offer-pill-2 .price-label {
    font-size: 12px
  }
}

@media (max-width: 1199px) {
  .offer-pill-2 {
    right: 30px;
    top: 30px;
    width: 120px;
    height: 120px;
    --border-pill: -5px
  }
  .offer-pill-2 .price {
    font-size: 20px;
    margin-top: 4px
  }
  .offer-pill-2 .price-label {
    font-size: 12px
  }
}

@media (max-width: 991px) {
  .package-thumb-slide {
    max-width: 100%
  }
  .packages-layout1 {
    padding-bottom: 80px;
    margin-top: 0
  }
  .packages-layout1 .space {
    padding-bottom: 10px
  }
}

@media (max-width: 767px) {
  .offer-pill-2 {
    right: auto;
    top: auto;
    left: 30px;
    bottom: 30px
  }
}

.process-box {
  position: relative;
  padding: 30px 0;
  --border-gap: 9px;
  --border-size: 5px
}

.process-box .process-img {
  position: relative;
  overflow: hidden;
  -webkit-transition: all ease 0.4s;
  transition: all ease 0.4s;
  -webkit-transform: scale(1.01);
  -ms-transform: scale(1.01);
  transform: scale(1.01)
}

.process-box .process-img:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: var(--black-color);
  opacity: 0.30;
  -webkit-transition: all ease 0.4s;
  transition: all ease 0.4s
}

.process-box .process-content {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  z-index: 2;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  text-align: center
}

.process-box .process-title {
  font-size: 21px;
  color: var(--white-color);
  margin: 0
}

.process-box .process-btn {
  display: inline-block;
  width: 50px;
  height: 50px;
  line-height: 50px;
  background-color: var(--white-color);
  color: var(--title-color);
  text-align: center;
  border-radius: 50%;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: 20px;
  -webkit-transition: all ease 0.4s;
  transition: all ease 0.4s
}

.process-box .process-btn:hover {
  background-color: var(--title-color);
  color: var(--white-color)
}

.process-box .process-border:after,
.process-box .process-border:before {
  content: '';
  position: absolute;
  left: var(--border-gap);
  top: var(--border-gap);
  height: var(--border-size);
  width: calc(100% - (var(--border-gap) * 2));
  background-color: var(--white-color);
  background-color: var(--white-color);
  z-index: 2;
  -webkit-transition: all ease 0.4s;
  transition: all ease 0.4s;
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0
}

.process-box .process-border:after {
  -webkit-transform: scaleY(0);
  -ms-transform: scaleY(0);
  transform: scaleY(0);
  width: var(--border-size);
  height: calc(100% - (var(--border-gap) * 2))
}

.process-box .process-border.border2:after,
.process-box .process-border.border2:before {
  left: auto;
  right: var(--border-gap);
  top: auto;
  bottom: var(--border-gap);
  -webkit-transform-origin: 100% 100%;
  -ms-transform-origin: 100% 100%;
  transform-origin: 100% 100%
}

.process-box:hover .process-img {
  -webkit-transform: scale(1.12);
  -ms-transform: scale(1.12);
  transform: scale(1.12)
}

.process-box:hover .process-img:before {
  background-color: #18bccf;
  opacity: 0.90
}

.process-box:hover .process-btn {
  bottom: 40px;
  opacity: 1;
  visibility: visible
}

.process-box:hover .process-border:before {
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1)
}

.process-box:hover .process-border:after {
  -webkit-transform: scaleY(1);
  -ms-transform: scaleY(1);
  transform: scaleY(1)
}

@media (max-width: 1199px) {
  .process-box .process-title {
    font-size: 18px
  }
}

@media (max-width: 991px) {
  .process-box {
    padding: 20px 0
  }
  .process-box:hover .process-img,
  .process-box .process-img {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
  }
}

.vs-info-table {
  border: 1px solid #e4e4e4;
  position: relative
}

.vs-info-table::before {
  content: '';
  position: absolute;
  top: var(--border-gap, 4px);
  left: var(--border-gap, 4px);
  right: var(--border-gap, 4px);
  bottom: var(--border-gap, 4px);
  border: inherit
}

.vs-info-table table {
  border: none;
  margin-bottom: 0;
  margin: var(--table-gap-y, 25px) var(--table-gap-x, 30px);
  width: auto
}

.vs-info-table td {
  vertical-align: top;
  font-size: var(--font-size, 18px);
  font-weight: 500;
  color: var(--title-color);
  border: none;
  padding: var(--td-padding-y, 18px) var(--td-padding-x, 30px)
}

.vs-info-table td:first-child {
  width: 35%
}

.vs-info-table td:last-child {
  width: 60%
}

.vs-info-table tr:nth-child(even) {
  background-color: var(--td-bg, #f6f6f6)
}

.location-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: var(--white-color);
  border-radius: 9999px;
  margin-right: 18px
}

.location-form input {
  padding: 0 0 0 35px;
  border: none;
  font-weight: 500;
  height: 75px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-size: 16px;
  color: var(--title-color);
  border-radius: 9999px 0 0 9999px
}

.location-form input::-moz-placeholder {
  color: var(--title-color)
}

.location-form input::-webkit-input-placeholder {
  color: var(--title-color)
}

.location-form input:-ms-input-placeholder {
  color: var(--title-color)
}

.location-form input::-ms-input-placeholder {
  color: var(--title-color)
}

.location-form input::placeholder {
  color: var(--title-color)
}

.location-form .vs-btn {
  height: 60px;
  line-height: 60px;
  padding-top: 0;
  padding-bottom: 0;
  margin-right: -18px
}

.location-form .vs-btn i {
  margin-left: 0;
  margin-right: 10px
}

.banner-box {
  position: relative;
  padding: 80px 0;
  height: 395px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  overflow: hidden;
  text-align: center
}

.banner-box .banner-content {
  position: relative;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  max-width: 340px;
  z-index: 2;
  margin: 0 60px
}

.banner-box .banner-title {
  font-size: 34px;
  font-weight: 600;
  padding: 0 20px;
  margin-bottom: 10px;
  margin-top: -0.2em
}

.banner-box .banner-text {
  margin-bottom: 22px;
  font-size: 16px
}

.banner-box .banner-shape {
  position: absolute;
  top: -100px;
  left: -80px;
  width: 523px;
  height: 523px;
  -webkit-animation-duration: 20s;
  animation-duration: 20s
}

.shape-delay .banner-shape {
  -webkit-animation-delay: 5s;
  animation-delay: 5s
}

.price-touch {
  font-size: 14px;
  text-transform: uppercase;
  color: var(--title-color);
  font-weight: 600;
  line-height: 1;
  margin-bottom: 20px
}

.price-touch span {
  font-size: 28px;
  color: #18bccf;
  margin-left: 7px;
  vertical-align: middle;
  position: relative;
  top: -2px
}

.naved-thumb {
  width: var(--thumb-size, 145px);
  height: var(--thumb-size, 145px);
  padding: 5px;
  border-radius: 50%;
  overflow: hidden;
  margin: 0 auto;
  border: 2px dashed var(--white-color);
  position: relative;
  cursor: pointer
}

.naved-thumb:before {
  content: '';
  position: absolute;
  left: 5px;
  top: 5px;
  right: 5px;
  bottom: 5px;
  background-color: rgba(0, 0, 0, 0.6);
  border-radius: inherit;
  -webkit-transition: all ease 0.4s;
  transition: all ease 0.4s;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0)
}

.naved-thumb img {
  width: 100%;
  border-radius: inherit
}

.slick-current .naved-thumb::before {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  opacity: 1;
  visibility: visible
}

.naved-thumb-slide {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: 100px;
  right: 0;
  padding-left: 20px;
  max-width: 700px;
  width: 100%
}

.right-choose-wrapper {
  background-size: 100% auto;
  background-position: center center
}

.contact-info-table td,
.contact-info-table th {
  vertical-align: top;
  font-size: 18px;
  font-weight: 500;
  padding: 6px 10px
}

.contact-info-table td:first-child,
.contact-info-table th:first-child {
  padding-left: 0
}

.contact-info-table td:last-child,
.contact-info-table th:last-child {
  padding-right: 0
}

.awards-box {
  text-align: center;
  margin-bottom: 26px
}

.awards-box .awards-img {
  overflow: hidden;
  margin-bottom: 17px;
  border-radius: 50%
}

.awards-box .awards-title {
  font-size: 20px;
  font-weight: 600;
  text-transform: capitalize;
  margin-bottom: 0
}

.search-inline {
  position: relative
}

.search-inline .form-control {
  border: none;
  border-radius: 9999px;
  height: 70px;
  padding-left: 35px
}

.search-inline button {
  position: absolute;
  right: 33px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  line-height: 1;
  padding: 0;
  border: none;
  background-color: transparent;
  color: var(--title-color);
  -webkit-transition: all ease 0.4s;
  transition: all ease 0.4s;
  border-radius: 50%
}

.search-inline button:hover {
  color: #18bccf
}

.vs-social {
  --icon-size: 50px;
  --space-x: 2px
}

.vs-social ul {
  margin: 0;
  padding: 0;
  list-style-type: none
}

.vs-social li {
  display: inline-block;
  margin-right: var(--space-x)
}

.vs-social li:last-child {
  margin-right: 0
}

.vs-social a {
  color: var(--white-color);
  background-color: rgba(0, 0, 0, 0.2);
  width: var(--icon-size);
  height: var(--icon-size);
  line-height: var(--icon-size);
  display: inline-block;
  text-align: center;
  border-radius: 50%
}

.vs-social a:hover {
  background-color: var(--black-color);
  color: var(--white-color)
}

.vs-social.style2 a,
.vs-social.social-white a {
  background-color: #18bccf;
  color: var(--white-color)
}

.vs-social.style2 a:hover,
.vs-social.social-white a:hover {
  background-color: var(--white-color);
  color: #18bccf
}

.vs-social.style-btn-white {
  --icon-size: 78px;
  --space-x: 13px
}

.vs-social.style-btn-white a {
  background-color: var(--white-color);
  color: #18bccf;
  font-size: 26px
}

.vs-social.style-btn-white a:hover {
  background-color: var(--title-color);
  color: var(--white-color)
}

.vs-social.style2 {
  --icon-size: 40px;
  --space-x: 5px;
  font-size: 14px
}

.vs-social.hover-black a:hover {
  background-color: var(--title-color);
  color: var(--white-color)
}

.social-links {
  margin: 0;
  padding: 0;
  list-style-type: none;
  line-height: 1
}

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

.social-links li:last-child {
  margin-right: 0
}

.social-links a {
  color: var(--body-color)
}

.social-links a:hover {
  color: #18bccf
}

@media (max-width: 1500px) {
  .right-choose-wrapper {
    background-size: auto calc(100% - 50px)
  }
}

@media (max-width: 1399px) {
  .naved-thumb-slide {
    padding-left: 0
  }
}

@media (max-width: 1199px) {
  .right-choose-wrapper {
    padding-top: 80px;
    padding-bottom: 80px;
    background-size: cover
  }
  .naved-thumb-slide {
    bottom: 40px;
    --thumb-size: 90px
  }
}

@media (max-width: 991px) {
  .banner-box {
    padding: 20px 0;
    height: 295px
  }
  .banner-box .banner-title {
    font-size: 26px
  }
  .banner-box .vs-btn {
    padding: 13px 31px
  }
  .banner-box .banner-content {
    max-width: 340px;
    z-index: 2;
    margin: 0 30px
  }
  .search-inline .form-control {
    height: 60px
  }
  .vs-social.style-btn-white {
    --icon-size: 60px;
    --space-x: 10px
  }
}

@media (max-width: 767px) {
  .location-form {
    display: block;
    border-radius: 7px;
    padding: 20px;
    margin-right: 0
  }
  .location-form input {
    margin-bottom: 15px;
    border-radius: 9999px;
    height: 60px;
    border: 1px solid rgba(0, 0, 0, 0.1)
  }
  .location-form .vs-btn {
    margin-right: 0
  }
  .banner-box .banner-shape {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-animation: none;
    animation: none;
    border-radius: 0
  }
  .banner-box .banner-shape:before {
    -webkit-animation: none;
    animation: none
  }
  .contact-info-table td,
  .contact-info-table th {
    font-size: 16px;
    padding: 2px 7px
  }
  .vs-info-table {
    --table-gap-y: 2px;
    --table-gap-x: 2px;
    --font-size: 14px;
    --td-padding-y: 6px;
    --td-padding-x: 10px;
    --border-gap: 1px
  }
}

@media (max-width: 575px) {
  .naved-thumb-slide {
    padding: 0 20px;
    bottom: 0;
    --thumb-size: 80px
  }
}

.offers-box {
  position: relative;
  padding: 65px 0
}

.offers-box:before {
  width: 700px;
  height: 700px;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-animation: border-transform 10s linear infinite alternate forwards;
  animation: border-transform 10s linear infinite alternate forwards;
  opacity: 0.90
}

.offers-box .offers-content {
  position: absolute;
  z-index: 3;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  max-width: 440px
}

.offers-box .offers-title {
  font-size: 42px;
  line-height: 50px;
  color: var(--white-color)
}

.offers-box .checked-list {
  color: var(--white-color);
  margin-bottom: 25px
}

.offers-box .offers-price {
  font-size: 24px;
  font-weight: 500;
  color: var(--white-color);
  display: block
}

.offers-box .offers-price del {
  font-size: 2rem
}

.offers-box .offers-price .text {
  display: block;
  font-size: 20px;
  text-transform: uppercase;
  position: relative;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin-top: 10px
}

.offers-box .offers-price .text:before {
  content: '';
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  height: 2px;
  background-color: currentColor
}

@media (min-width: 767px) {
  .slick-slider .offers-box:before {
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all ease 0.4s;
    transition: all ease 0.4s
  }
  .slick-slider .offers-box .offers-price {
    -webkit-transform: translateY(90px);
    -ms-transform: translateY(90px);
    transform: translateY(90px)
  }
  .slick-slider .offers-box .offers-title {
    -webkit-transform: translateY(-50px);
    -ms-transform: translateY(-50px);
    transform: translateY(-50px)
  }
  .slick-slider .offers-box .offers-price,
  .slick-slider .offers-box .checked-list,
  .slick-slider .offers-box .offers-title {
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all ease 0.6s;
    transition: all ease 0.6s
  }
  .slick-center .offers-box .offers-price,
  .slick-center .offers-box .offers-title,
  .slick-center .offers-box .checked-list {
    opacity: 1;
    visibility: visible
  }
  .slick-center .offers-box::before {
    opacity: 0.90;
    visibility: visible;
    -webkit-transition-delay: 0.5s;
    transition-delay: 0.5s
  }
  .slick-center .offers-box .checked-list {
    -webkit-transition-delay: 0.8s;
    transition-delay: 0.8s
  }
  .slick-center .offers-box .offers-price,
  .slick-center .offers-box .offers-title {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition-delay: 1s;
    transition-delay: 1s
  }
}

@media (max-width: 1500px) {
  .offers-box {
    padding: 0
  }
  .offers-box:before {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    border-radius: 0;
    -webkit-animation: none;
    animation: none;
    background-color: transparent;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    background-image: -webkit-linear-gradient(left, #18bccf 30%, rgba(0, 0, 0, 0) 80%);
    background-image: linear-gradient(to right, #18bccf 30%, rgba(0, 0, 0, 0) 80%)
  }
}

@media (max-width: 1199px) {
  .offers-box .offers-content {
    left: calc(50% - 120px);
    max-width: 350px
  }
  .offers-box .offers-title {
    font-size: 30px;
    line-height: 1.4
  }
  .offers-box .checked-list {
    margin-bottom: 20px
  }
  .offers-box .offers-price {
    font-size: 30px
  }
  .offers-box .offers-price del {
    font-size: inherit
  }
  .offers-box .offers-price .text {
    font-size: 14px;
    margin-top: 0
  }
}

@media (max-width: 991px) {
  .offers-box .offers-content {
    left: calc(50% - 80px);
    margin-top: -7px
  }
  .offers-box .checked-list {
    margin-bottom: 20px
  }
  .offers-box .offers-title {
    font-size: 24px;
    line-height: 1.4;
    margin-bottom: 15px
  }
  .offers-box .offers-price {
    font-size: 24px
  }
}

@media (max-width: 767px) {
  .offers-box:before {
    display: none
  }
  .offers-box .offers-content {
    position: relative;
    left: 0;
    top: 0;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    max-width: 100%;
    width: 100%;
    padding: 30px;
    background-color: #18bccf
  }
  .offers-box .offers-title,
  .offers-box .offers-price,
  .offers-box .checked-list {
    opacity: 1;
    visibility: visible;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none
  }
  .offers-box .checked-list li {
    position: relative
  }
}

.vs-counter .counter-number {
  font-size: 60px;
  font-weight: 600;
  color: #18bccf
}

.vs-counter .counter-icon {
  margin-bottom: 30px
}

.vs-counter .counter-text {
  color: var(--title-color);
  font-size: 18px;
  margin-top: 5px
}

.counter-border {
  margin-bottom: 25px
}

.counter-border .vs-counter {
  border-right: 1px solid #c5c5c5;
  border-left: 1px solid #c5c5c5;
  margin: 0 1px
}

.counter-border:first-child .vs-counter {
  border-left: none
}

.counter-border:last-child .vs-counter {
  border-right: none
}

@media (max-width: 991px) {
  .counter-border.col-sm-6:nth-child(even) .vs-counter {
    border-right: none
  }
  .counter-border.col-sm-6:nth-child(odd) .vs-counter {
    border-left: none
  }
}

@media (max-width: 767px) {
  .counter-border.col-sm-6:nth-child(even) .vs-counter {
    border-right: none
  }
  .counter-border.col-sm-6:nth-child(odd) .vs-counter {
    border-left: none
  }
}

@media (max-width: 575px) {
  .counter-border {
    margin-bottom: 0
  }
  .counter-border .vs-counter {
    border-left: none;
    border-right: none;
    border-bottom: 1px solid #c5c5c5;
    border-top: 1px solid #c5c5c5;
    padding: 25px 0 20px 0;
    margin: 1px 0
  }
  .counter-border .vs-counter .counter-icon {
    margin-bottom: 13px
  }
  .counter-border:last-child {
    margin-bottom: 18px
  }
  .counter-border:last-child .vs-counter {
    border-bottom: none;
    padding-bottom: 0
  }
  .counter-border:first-child .vs-counter {
    border-top: none;
    padding-top: 0
  }
}

@media (max-width: 1199px) {
  .vs-counter .counter-number {
    font-size: 44px
  }
  .vs-counter .counter-text {
    font-size: 14px
  }
}

.woocommerce-message,
.woocommerce-info {
  position: relative;
  border: 1px solid #d8d8d8;
  padding: 11px 20px;
  background-color: var(--body-color);
  color: var(--white-color);
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 30px;
  border-radius: 5px
}

.woocommerce-message a,
.woocommerce-info a {
  color: inherit;
  text-decoration: underline
}

.woocommerce-message a:hover,
.woocommerce-info a:hover {
  text-decoration: underline
}

.woocommerce-message:before,
.woocommerce-info:before {
  content: '\f06a';
  font-family: var(--icon-font);
  font-weight: 900;
  margin-right: 10px
}

.woocommerce-notices-wrapper .woocommerce-message {
  background-color: #18bccf
}

.woocommerce-notices-wrapper .woocommerce-message:before {
  content: '\f14a';
  font-weight: 300
}

.woocommerce-form-login-toggle .woocommerce-info {
  background-color: #18bccf
}

.login-tab {
  margin-bottom: 30px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center
}
.login-tab button.nav-link.active {
  background-color: #18bccf;
  color: var(--white-color)
}

.woocommerce-cart-form {
  text-align: center
}

.cart_table {
  border: 1px solid #eaf0f2;
  margin-bottom: 45px
}

.cart_table thead {
  background-color: #ecf0f1
}

.cart_table td:before,
.cart_table th {
  font-family: var(--title-font);
  color: var(--title-color);
  font-weight: 600;
  border: none;
  padding: 27px 15px
}

.cart_table td:before {
  content: attr(data-title);
  position: absolute;
  left: 15px;
  top: 50%;
  vertical-align: top;
  padding: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  display: none
}

.cart_table td {
  border: none;
  border-bottom: 1px solid #f3f3f3;
  color: #8b8b8b;
  padding: 20px 10px;
  position: relative;
  vertical-align: middle
}

.cart_table .product-quantity {
  color: var(--title-color)
}

.cart_table .product-quantity input {
  position: relative;
  top: -2px
}

.cart_table .cart-productname {
  font-weight: 400;
  font-family: var(--body-font);
  color: var(--body-color)
}

.cart_table .cart-productimage {
  display: inline-block;
  border: 2px solid var(--smoke-color)
}

.cart_table .remove {
  color: #29af8a;
  font-size: 18px
}

.cart_table .quantity {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center
}

.cart_table .qut-btn {
  border: 2px solid var(--smoke-color);
  background-color: transparent;
  color: #b8c6d0;
  padding: 0;
  width: 30px;
  height: 30px;
  line-height: 25px;
  font-size: 16px;
  border-radius: 4px
}

.cart_table .qut-btn:hover {
  background-color: #18bccf;
  color: var(--white-color)
}

.cart_table .qty-input {
  vertical-align: middle;
  border: 2px solid var(--smoke-color);
  width: 70px;
  height: 30px;
  font-size: 14px;
  text-align: center;
  color: #2c3e50;
  font-weight: 700;
  margin: 0 10px;
  border-radius: 4px
}

.cart_table .qty-input::-webkit-outer-spin-button,
.cart_table .qty-input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0
}

.cart_table .qty-input[type=number] {
  -moz-appearance: textfield
}

.cart_table .actions {
  text-align: right;
  vertical-align: middle
}

.cart_table .actions>.vs-btn {
  font-size: 16px;
  padding: 17px 28px;
  margin-right: 15px
}

.cart_table .actions>.vs-btn:last-child {
  margin-right: 0
}

.cart_table .vs-cart-coupon {
  float: left;
  margin: 0;
  width: 455px;
  max-width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex
}

.cart_table .vs-cart-coupon input {
  height: 50px;
  width: calc(100% - 200px);
  margin-right: 10px
}

.cart_table .vs-cart-coupon .vs-btn {
  font-size: 16px;
  padding: 17px 22px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content
}

.cart_totals {
  border: 1px solid #ecf0f1
}

.cart_totals th,
.cart_totals td {
  vertical-align: top;
  padding: 20px 20px;
  border: none;
  border-bottom: 1px solid #ecf0f1;
  font-size: 14px;
  color: var(--title-color);
  width: 55%
}

.cart_totals th:first-child,
.cart_totals td:first-child {
  width: 45%;
  background-color: #f9fbfb;
  font-weight: 700;
  font-size: 14px;
  color: #333333
}

.cart_totals .shipping-calculator-button {
  display: inline-block;
  border-bottom: 1px solid;
  color: var(--title-color);
  font-weight: 700
}

.cart_totals .shipping-calculator-button:hover {
  color: #18bccf
}

.cart_totals .woocommerce-shipping-destination {
  margin-bottom: 10px
}

.cart_totals .woocommerce-shipping-methods {
  margin-bottom: 0
}

.cart_totals .woocommerce-shipping-methods input[type="radio"]~label::before {
  padding-right: 1.2px;
  padding-top: 0.3px
}

.cart_totals .shipping-calculator-form {
  display: none
}

.cart_totals .shipping-calculator-form p:first-child {
  margin-top: 20px
}

.cart_totals .shipping-calculator-form p:last-child {
  margin-bottom: 0
}

.cart_totals .shipping-calculator-form .vs-btn {
  padding: 5px 30px
}

.cart_totals .amount {
  font-weight: 700
}

.cart_totals .order-total .amount {
  color: #1abc9c
}

.shipping-calculator-form .form-select,
.shipping-calculator-form .form-control {
  height: 40px;
  padding-left: 15px;
  font-size: 16px;
  border-radius: 0;
  background-position: right 13px center
}

.shipping-calculator-form .vs-btn {
  font-size: 14px;
  padding: 0 20px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  height: 40px
}

.checkout-ordertable th,
.checkout-ordertable td {
  border: none;
  vertical-align: top;
  padding: 5px 0;
  font-size: 14px;
  font-weight: 700;
  color: #2c3e50
}

.checkout-ordertable ul {
  margin: 0;
  padding: 0
}

.checkout-ordertable .order-total .amount {
  color: #29af8a
}

.checkout-ordertable input[type="hidden"]~label {
  color: #29af8a
}

.woocommerce-checkout .form-group input:not(:last-child) {
  margin-bottom: var(--bs-gutter-x)
}

.checkout-ordertable th,
.checkout-ordertable td {
  border: 1px solid #ededed;
  text-align: right;
  padding: 5px 20px
}

.checkout-ordertable th {
  text-align: left
}

.woocommerce-checkout-payment ul {
  margin: 0;
  padding: 0;
  list-style-type: none
}

.woocommerce-checkout-payment ul li {
  padding-top: 10px;
  border-bottom: 1px solid #d8d8d8;
  border-radius: 4px;
  font-size: 16px
}

.woocommerce-checkout-payment ul input[type="radio"]~label {
  margin-bottom: 19px;
  color: var(--body-color)
}

.woocommerce-checkout-payment ul input[type="radio"]~label img {
  margin-bottom: -2px;
  margin-left: 10px
}

.woocommerce-checkout-payment .place-order {
  padding-top: 30px
}

.woocommerce-checkout-payment .payment_box {
  color: #a1b1bc;
  background-color: #ecf0f1;
  border: 1px solid #d8d8d8;
  border-bottom: none;
  font-size: 14px;
  padding: 10px 20px;
  border-radius: 4px;
  display: none
}

.woocommerce-checkout-payment .payment_box p {
  margin: 0
}

.star-rating {
  overflow: hidden;
  position: relative;
  width: 100px;
  height: 1.2em;
  line-height: 1.2em;
  display: block;
  font-family: var(--icon-font);
  font-weight: 700;
  font-size: 14px
}

.star-rating:before {
  content: "\f005\f005\f005\f005\f005";
  color: #e1e1e1;
  float: left;
  top: 0;
  left: 0;
  position: absolute;
  letter-spacing: 3px
}

.star-rating span {
  overflow: hidden;
  float: left;
  top: 0;
  left: 0;
  position: absolute;
  padding-top: 1.5em
}

.star-rating span:before {
  content: "\f005\f005\f005\f005\f005";
  top: 0;
  position: absolute;
  left: 0;
  color: var(--yellow-color);
  letter-spacing: 3px
}

.rating-select label {
  margin: 0;
  margin-right: 10px
}

.rating-select p.stars {
  margin-bottom: 0;
  line-height: 1
}

.rating-select p.stars a {
  position: relative;
  height: 14px;
  width: 18px;
  text-indent: -999em;
  display: inline-block;
  text-decoration: none
}

.rating-select p.stars a::before {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 18px;
  height: 14px;
  line-height: 1;
  font-family: var(--icon-font);
  content: "\f005";
  font-weight: 400;
  text-indent: 0;
  color: var(--yellow-color)
}

.rating-select p.stars a:hover~a::before {
  content: "\f005";
  font-weight: 400
}

.rating-select p.stars:hover a::before {
  content: "\f005";
  font-weight: 700
}

.rating-select p.stars.selected a.active::before {
  content: "\f005";
  font-weight: 700
}

.rating-select p.stars.selected a.active~a::before {
  content: "\f005";
  font-weight: 400
}

.rating-select p.stars.selected a:not(.active)::before {
  content: "\f005";
  font-weight: 700
}

.woocommerce-error {
  background-color: var(--error-color);
  color: #fff;
  list-style: none;
  padding: 10px 26px;
  margin: 0 0 30px 0;
  border-radius: 5px;
  font-weight: 700;
  font-size: 14px
}

.vs-checkout-wrapper form.woocommerce-form {
  margin-bottom: 25px
}

.tinv-wishlist .cart-empty {
  padding: 12px 25px;
  background-color: #eee;
  border-radius: 5px;
  font-weight: 700;
  font-size: 14px
}

.tinv-wishlist p.return-to-shop .button {
  display: inline-block;
  background-color: #18bccf;
  color: #fff;
  font-size: 14px;
  padding: 10px 25px;
  border-radius: 4px;
  margin-top: 10px;
  font-weight: 700
}

.tinv-wishlist p.return-to-shop .button:Hover {
  background-color: var(--title-color);
  color: var(--white-color)
}

.tinv-wishlist table.tinvwl-table-manage-list {
  font-size: 14px
}

.tinv-wishlist table.tinvwl-table-manage-list button {
  border-radius: 5px
}

.tinv-wishlist .product-stock i {
  margin-right: 5px
}

.tinv-wishlist .tinv-modal .icon_big_times {
  margin-bottom: 5px;
  color: #18bccf
}

.tinv-wishlist button.button {
  border: none;
  height: 40px;
  line-height: 40px;
  font-size: 14px;
  font-weight: 700;
  background-color: #18bccf;
  color: #fff
}

.tinv-wishlist button.button:hover {
  background-color: var(--title-color);
  color: #fff
}

.tinv-wishlist button.button i {
  font-size: 1rem !important;
  margin-right: 3px !important
}

.tinv-wishlist th,
.tinv-wishlist td.product-name {
  font-size: 16px;
  font-weight: 700;
  font-family: var(--title-font)
}

.tinv-wishlist td.product-name a {
  color: var(--title-color)
}

.tinv-wishlist td.product-name a:hover {
  color: #18bccf
}

.tinv-wishlist td.product-price del {
  font-size: 0.9em
}

.tinv-wishlist .social-buttons>span {
  font-weight: 700;
  margin-right: 10px;
  font-family: var(--title-font);
  color: var(--title-color)
}

.tinv-wishlist .social-buttons li a.social {
  background-color: #18bccf;
  color: #fff;
  width: 30px;
  height: 30px;
  font-size: 14px;
  line-height: 30px
}

.tinv-wishlist .social-buttons li a.social i {
  line-height: inherit
}

.tinv-wishlist .social-buttons li a.social:hover {
  background-color: var(--title-color);
  color: var(--white-color)
}

nav.woocommerce-MyAccount-navigation li {
  border: 1px solid #ddd;
  margin: 0;
  border-top: none
}

nav.woocommerce-MyAccount-navigation li:first-child {
  border-top: 1px solid #ddd
}

nav.woocommerce-MyAccount-navigation li a {
  color: var(--title-color);
  font-weight: 700;
  padding: 7px 17px;
  display: block
}

nav.woocommerce-MyAccount-navigation li.is-active a,
nav.woocommerce-MyAccount-navigation li a:hover {
  color: var(--white-color);
  background-color: #18bccf
}

.woocommerce-MyAccount-content h3 {
  margin-top: -0.3em
}

.woocommerce-MyAccount-content .btn {
  background-color: #18bccf;
  color: var(--white-color);
  font-size: 14px;
  padding: 10px 25px;
  font-weight: 700
}

.woocommerce-MyAccount-content .btn:hover {
  background-color: var(--title-color);
  color: var(--white-color)
}

table.variations,
.woocommerce-grouped-product-list.group_table {
  border-collapse: separate;
  border-spacing: 0 15px;
  margin-bottom: 5px
}

table.variations td,
.woocommerce-grouped-product-list.group_table td {
  border: none;
  vertical-align: middle;
  padding: 0 5px
}

table.variations td:first-child,
.woocommerce-grouped-product-list.group_table td:first-child {
  padding: 0
}

table.variations label,
.woocommerce-grouped-product-list.group_table label {
  margin: 0;
  font-size: 14px;
  text-transform: capitalize
}

table.variations label a,
.woocommerce-grouped-product-list.group_table label a {
  color: var(--title-color)
}

table.variations label a:hover,
.woocommerce-grouped-product-list.group_table label a:hover {
  color: #18bccf
}

.woocommerce-grouped-product-list.group_table .woocommerce-Price-amount.amount {
  font-size: 16px;
  color: var(--title-color)
}

.woocommerce-grouped-product-list.group_table label {
  margin: 0 0 0 10px;
  margin: 0 0 0 10px;
  font-family: var(--title-font);
  font-size: 18px
}

table.variations td {
  padding: 0
}

table.variations select {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  font-weight: 400;
  line-height: 1.5;
  vertical-align: middle;
  margin: 0;
  padding-right: 35px
}

table.variations .reset_variations {
  margin-left: 12px;
  display: inline-block
}

.wooscp-table-items td.woocommerce-product-attributes-item__value {
  padding-left: 15px !important
}

.wooscp-table-items a.added_to_cart.wc-forward {
  margin-left: 15px;
  text-decoration: underline
}

#woosq-popup .product_title.entry-title {
  margin-bottom: 0
}

#woosq-popup .fs-xs.my-4 {
  margin: 10px 0 0 0 !important
}

#woosq-popup .single-product .product {
  margin-bottom: 0 !important
}

#woosq-popup .slick-slider .slick-arrow {
  border: none;
  margin: 0 10px
}

#woosq-popup .woocommerce-product-rating {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 3px;
  font-size: 14px
}

table.woocommerce-grouped-product-list.group_table {
  border-collapse: collapse;
  margin-bottom: 15px
}

table.woocommerce-grouped-product-list.group_table .qty-input {
  border-color: #e3e6e9
}

table.woocommerce-grouped-product-list.group_table tr {
  border-bottom: 1px solid #e3e6e9
}

table.woocommerce-grouped-product-list.group_table tr:last-child {
  border-bottom: none
}

table.woocommerce-grouped-product-list.group_table td {
  padding: 30px 5px
}

@media (max-width: 991px) {
  .cart_table th {
    padding: 23px 8px;
    font-size: 14px
  }
  .cart_table .cart-productname {
    font-size: 14px
  }
  .cart_table .vs-cart-coupon {
    width: 100%;
    margin-bottom: 20px
  }
  .cart_table .actions {
    text-align: center
  }
}

@media (max-width: 767px) {
  .cart_table {
    text-align: left;
    min-width: auto;
    border-collapse: separate;
    border-spacing: 0 20px;
    border: none
  }
  .cart_table thead {
    display: none
  }
  .cart_table td {
    padding: 15px;
    display: block;
    width: 100%;
    padding-left: 25%;
    text-align: right;
    border: 1px solid #f3f3f3;
    border-bottom: none
  }
  .cart_table td::before {
    display: block
  }
  .cart_table td:last-child {
    border-bottom: 1px solid #f3f3f3
  }
  .cart_table td.actions {
    padding-left: 15px;
    text-align: center
  }
  .cart_table td.actions>.vs-btn {
    margin-top: 10px;
    margin-right: 0;
    display: block;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    margin-left: auto;
    margin-right: auto
  }
  .cart_table td.actions>.vs-btn:last-child {
    margin-right: auto
  }
  .cart_table .vs-cart-coupon {
    width: 100%;
    text-align: center;
    float: none;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    display: block;
    padding-bottom: 10px
  }
  .cart_table .vs-cart-coupon input {
    width: 100%;
    margin-bottom: 10px
  }
  tfoot.checkout-ordertable th {
    display: none
  }
  .woocommerce-checkout-payment ul input[type="radio"]~label img {
    max-width: 150px
  }
  .woocommerce-message,
  .woocommerce-info {
    font-size: 12px;
    padding: 5px 10px
  }
  .cart_totals th,
  .cart_totals td {
    padding: 15px 10px
  }
  .cart_totals th:first-child,
  .cart_totals td:first-child {
    width: 17%;
    line-height: 1.4
  }
}

.product-big-img {
  border: 1px solid #e4e4e4
}

.product-big-img .slick-dots {
  position: absolute;
  left: 0;
  right: 0;
  text-align: center;
  bottom: 25px;
  margin-bottom: 0
}

.product-thumb-img .thumb {
  width: 150px;
  max-width: 100%;
  border: 1px solid #e4e4e4;
  -webkit-transition: all ease 0.4s;
  transition: all ease 0.4s;
  cursor: pointer
}

.product-thumb-img .slick-current .thumb {
  border-color: #18bccf
}

.product-thumb-img .slick-arrow {
  position: absolute;
  left: -60px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  border: none;
  background-color: transparent;
  width: auto;
  height: auto;
  padding: 0;
  line-height: 1;
  font-size: 24px;
  color: rgba(0, 0, 0, 0.3);
  opacity: 0;
  visibility: hidden
}

.product-thumb-img .slick-arrow.slick-next {
  left: auto;
  right: -60px
}

.product-thumb-img .slick-dots {
  margin-top: 20px
}

.product-big-img .slick-arrow,
.product-thumb-img .slick-arrow {
  position: absolute;
  left: -60px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  border: none;
  background-color: transparent;
  width: auto;
  height: auto;
  padding: 0;
  line-height: 1;
  font-size: 24px;
  color: rgba(0, 0, 0, 0.3);
  opacity: 0;
  visibility: hidden;
  z-index: 3;
  margin: 0
}

.product-big-img .slick-arrow.slick-next,
.product-thumb-img .slick-arrow.slick-next {
  left: auto;
  right: -60px
}

.product-big-img .slick-arrow {
  left: 30px
}

.product-big-img .slick-arrow.slick-next {
  left: auto;
  right: 30px
}

.container .row:hover .product-big-img .slick-arrow,
.container .row:hover .product-thumb-img .slick-arrow {
  opacity: 1;
  visibility: visible
}

.quantity.style2 {
  position: relative;
  display: inline-block;
  vertical-align: middle
}

.quantity.style2 input {
  width: 75px;
  height: 50px;
  text-align: center;
  border: 1px solid var(--smoke-color);
  font-family: var(--body-font);
  color: var(--body-color);
  font-weight: 600;
  font-size: 18px;
  padding-left: 0;
  padding-right: 30px
}

.quantity.style2 input::-webkit-outer-spin-button,
.quantity.style2 input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0
}

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

.quantity.style2 .qut-btn {
  position: absolute;
  top: 0;
  right: 10px;
  border: none;
  background-color: transparent;
  padding: 0;
  line-height: 1;
  color: #e6d6d6;
  top: 8px;
  font-size: 14px
}

.quantity.style2 .qut-btn.quantity-minus {
  top: 26px
}

.quantity.style2 .qut-btn:hover {
  color: #18bccf
}

.product_meta {
  font-weight: 500;
  font-size: 18px;
  text-transform: capitalize;
  font-family: var(--body-font)
}

.product_meta>span {
  display: block;
  margin-bottom: 3px;
  color: #18bccf
}

.product_meta>span:last-child {
  margin-bottom: 0
}

.product_meta>span a {
  color: inherit
}

.product_meta>span a:hover {
  color: #18bccf
}

.product_meta>span>a,
.product_meta>span>span {
  position: relative;
  color: var(--body-color)
}

.product_meta>span>a:after,
.product_meta>span>span:after {
  content: ',';
  margin-right: 5px
}

.product_meta>span>a:last-child:after,
.product_meta>span>span:last-child:after {
  display: none
}

.product_meta>span>a:first-child,
.product_meta>span>span:first-child {
  margin-left: 7px
}

.product-tab-style1 {
  border-bottom: 1px solid #e4e4e4
}

.product-tab-style1 a {
  color: var(--title-color);
  font-size: 18px;
  font-weight: 600;
  text-transform: capitalize;
  display: inline-block;
  position: relative;
  line-height: 1;
  padding: 0 20px 10px 20px;
  font-family: var(--title-font)
}

.product-tab-style1 a:before {
  content: '';
  position: absolute;
  left: 0;
  bottom: -1px;
  height: 1px;
  width: 0;
  background-color: #18bccf;
  -webkit-transition: all ease 0.4s;
  transition: all ease 0.4s
}

.product-tab-style1 a.active:before {
  width: 100%
}

.product-inner-list>ul {
  margin: 0;
  padding: 0;
  list-style-type: none
}

.product-inner-list li {
  position: relative;
  padding-left: 15px
}

.product-inner-list li:before {
  content: '-';
  position: absolute;
  left: 0
}

.product-about .price {
  margin-top: -0.2em;
  font-size: 30px;
  font-weight: 600;
  color: #18bccf;
  display: block;
  margin-bottom: 15px
}

.product-about .price del {
  color: var(--body-color);
  font-weight: 400;
  font-size: 0.8em
}

.product-about .actions {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 20px
}

.product-about .actions .vs-btn {
  font-size: 16px;
  padding: 17px 28px
}

.product-details .vs-comments-wrap {
  margin-top: 0
}

.vs-product-card {
  --border-gap: 4px;
  background-color: var(--white-color);
  border: 1px solid #e4e4e4;
  position: relative;
  margin-bottom: 30px;
  z-index: 1
}

.vs-product-card:before {
  content: '';
  position: absolute;
  left: var(--border-gap);
  top: var(--border-gap);
  right: var(--border-gap);
  bottom: var(--border-gap);
  border: 1px solid #e4e4e4;
  z-index: -1
}

.vs-product-card .procut-rating,
.vs-product-card .product-quantity {
  color: var(--body-color);
  font-size: 14px;
  display: block;
  margin-bottom: 6px;
  font-weight: 500;
  text-transform: uppercase
}

.vs-product-card .product-title {
  font-size: 22px;
  margin-bottom: 5px;
  font-weight: 500
}

.vs-product-card .star-rating {
  display: inline-block;
  margin: 0;
  vertical-align: middle
}

.vs-product-card .product-price {
  font-size: 18px;
  font-weight: 600;
  color: #18bccf
}

.vs-product-card .product-content {
  padding: 5px 30px 25px 30px
}

.discount-tagged {
  display: inline-block;
  width: 80px;
  height: 80px;
  position: absolute;
  right: 22px;
  top: 22px;
  background-color: #ffe400;
  color: #222222;
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  padding: 15px 0;
  line-height: 1.2;
  border-radius: 50%;
  z-index: 3
}

.product-tagged {
  position: absolute;
  left: 27px;
  top: 27px;
  z-index: 1
}

.product-tagged a {
  font-size: 15px;
  font-weight: 600;
  text-transform: uppercase;
  background-color: #4adf3b;
  color: var(--white-color);
  display: block;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  min-width: 83px;
  text-align: center;
  line-height: 1;
  padding: 6px 8px;
  margin-bottom: 4px
}

.product-tagged a.offers {
  background-color: #ed0c0c
}

.product-tagged a:last-child {
  margin-bottom: 0;
  position: relative
}

.product-tagged a:last-child:before {
  content: '';
  position: absolute;
  left: 0;
  top: 100%;
  border-left: 10px solid #4adf3b;
  border-bottom: 10px solid transparent
}

@media (max-width: 1399px) {
  .discount-tagged {
    width: 70px;
    height: 70px;
    font-size: 16px;
    padding: 14px 0
  }
  .vs-product-card .product-content {
    padding: 5px 25px 20px 25px
  }
  .vs-product-card .product-price,
  .vs-product-card .product-title {
    font-size: 20px
  }
  .vs-product-card .procut-rating {
    margin-top: 8px
  }
  .vs-product-card .procut-rating,
  .vs-product-card .product-quantity {
    margin-bottom: 0
  }
}

@media (max-width: 575px) {
  .product-about .actions {
    display: block
  }
  .product-about .actions .quantity {
    display: block;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    margin-bottom: 20px
  }
}

.vs-trends-box {
  position: relative;
  overflow: hidden
}

.vs-trends-box .trends-header {
  background-color: rgba(173, 136, 88, 0.9);
  position: absolute;
  top: 0;
  left: 10px;
  bottom: 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  padding: 30px 25px;
  -webkit-transition: all ease 0.4s;
  transition: all ease 0.4s;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  opacity: 1;
  visibility: visible;
  line-height: 1
}

.vs-trends-box .trends-label {
  -webkit-writing-mode: tb-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: tb-rl;
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
  margin: 0
}

.vs-trends-box .trends-body {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(173, 136, 88, 0.9);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 35px 40px 40px 40px;
  -webkit-transition: all ease 0.7s;
  transition: all ease 0.7s;
  -webkit-transform: translateX(110%);
  -ms-transform: translateX(110%);
  transform: translateX(110%);
  opacity: 0;
  visibility: hidden
}

.vs-trends-box .trends-actions {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center
}

.vs-trends-box .icon-btn {
  width: 40px;
  height: 40px;
  line-height: 42px;
  font-size: 14px
}

.vs-trends-box .icon-btn:hover {
  background-color: var(--title-color);
  color: var(--white-color)
}

.vs-trends-box .trends-title,
.vs-trends-box .trends-label {
  font-size: 24px;
  font-weight: 600;
  color: var(--white-color)
}

.vs-trends-box .trends-text {
  font-size: 16px;
  color: var(--white-color)
}

.vs-trends-box .price {
  font-size: 22px;
  line-height: 1;
  font-weight: 600;
  color: var(--white-color)
}

.vs-trends-box .trends-title,
.vs-trends-box .trends-text {
  -webkit-transform: translatex(80px);
  -ms-transform: translatex(80px);
  transform: translatex(80px);
  -webkit-transition: all ease 0.4s;
  transition: all ease 0.4s;
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
  opacity: 0;
  visibility: hidden
}

.vs-trends-box .trends-title {
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
  margin-bottom: 5px
}

.vs-trends-box:hover .trends-header {
  -webkit-transform: translateX(-150%);
  -ms-transform: translateX(-150%);
  transform: translateX(-150%);
  opacity: 0;
  visibility: hidden
}

.vs-trends-box:hover .trends-title,
.vs-trends-box:hover .trends-text,
.vs-trends-box:hover .trends-body {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  opacity: 1;
  visibility: visible
}

@media (max-width: 991px) {
  .vs-trends-box .trends-body {
    padding: 25px 30px 30px 30px
  }
}

.vs-gallery-box {
  position: relative;
  overflow: hidden
}

.vs-gallery-box .gallery-img {
  overflow: hidden;
  position: relative
}

.vs-gallery-box .gallery-img img {
  -webkit-transition: all ease 0.4s;
  transition: all ease 0.4s;
  -webkit-transform: scale(1) rotate(0);
  -ms-transform: scale(1) rotate(0);
  transform: scale(1) rotate(0)
}

.vs-gallery-box .gallery-img:after,
.vs-gallery-box .gallery-img:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 50%;
  background-color: rgba(173, 136, 88, 0.9);
  z-index: 1;
  -webkit-transition: all ease 0.4s;
  transition: all ease 0.4s;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: top left;
  -ms-transform-origin: top left;
  transform-origin: top left
}

.vs-gallery-box .gallery-img:after {
  top: auto;
  left: auto;
  right: 0;
  bottom: 0;
  -webkit-transform-origin: bottom right;
  -ms-transform-origin: bottom right;
  transform-origin: bottom right
}

.vs-gallery-box .icon-btn {
  --btn-size: 55px;
  line-height: 50px
}

.vs-gallery-box .gallery-content {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 3;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 30px
}

.vs-gallery-box .gallery-title {
  font-size: 28px;
  font-weight: 600;
  color: var(--white-color);
  margin-bottom: 0
}

.vs-gallery-box .icon-btn,
.vs-gallery-box .gallery-title {
  -webkit-transition: all ease 0.4s;
  transition: all ease 0.4s;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(40px);
  -ms-transform: translateY(40px);
  transform: translateY(40px)
}

.vs-gallery-box:hover .gallery-img img {
  -webkit-transform: scale(1.2) rotate(5deg);
  -ms-transform: scale(1.2) rotate(5deg);
  transform: scale(1.2) rotate(5deg)
}

.vs-gallery-box:hover .gallery-img:after,
.vs-gallery-box:hover .gallery-img:before {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1)
}

.vs-gallery-box:hover .icon-btn,
.vs-gallery-box:hover .gallery-title {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s
}

.vs-gallery-box:hover .icon-btn {
  -webkit-transition-delay: 0.4s;
  transition-delay: 0.4s
}

.gallery-thumb {
  position: relative;
  overflow: hidden
}

.gallery-thumb img {
  -webkit-transition: all ease 0.4s;
  transition: all ease 0.4s;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1)
}

.gallery-thumb:after,
.gallery-thumb:before {
  content: '';
  position: absolute;
  top: 0;
  width: 50%;
  height: 100%;
  background-color: rgba(173, 136, 88, 0.8);
  -webkit-transition: all ease 0.6s;
  transition: all ease 0.6s;
  z-index: 1
}

.gallery-thumb:before {
  left: 100%
}

.gallery-thumb:after {
  right: 100%
}

.gallery-thumb .icon-thumb {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 4;
  color: var(--white-color);
  font-size: 42px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all ease 0.4s;
  transition: all ease 0.4s;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%)
}

.gallery-thumb:hover img {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2)
}

.gallery-thumb:hover::before {
  left: 0
}

.gallery-thumb:hover:after {
  right: 0
}

.gallery-thumb:hover .icon-thumb {
  opacity: 1;
  visibility: visible;
  -webkit-transition-delay: 0.4s;
  transition-delay: 0.4s
}

.gallery-cutted.gallery-thumb .icon-thumb,
.gallery-cutted.gallery-thumb:after,
.gallery-cutted.gallery-thumb:before {
  opacity: 0;
  visibility: hidden
}

.slick-center .gallery-cutted.gallery-thumb:after,
.slick-center .gallery-cutted.gallery-thumb:before {
  opacity: 1;
  visibility: visible
}

.slick-center .gallery-cutted.gallery-thumb:hover .icon-thumb {
  opacity: 1;
  visibility: visible
}

@media (max-width: 991px) {
  .vs-gallery-box .gallery-content {
    padding: 20px 25px
  }
  .vs-gallery-box .gallery-title {
    font-size: 18px
  }
  .vs-gallery-box .icon-btn {
    --btn-size: 45px
  }
}

.error-number {
  font-size: 274px;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 35px
}

.error-title {
  font-size: 26px;
  margin-bottom: 3px
}

.error-text {
  font-size: 20px
}

.vs-error-wrapper {
  padding-top: calc(var(--section-space) + 105px)
}

@media (max-width: 1199px) {
  .vs-error-wrapper {
    padding-top: calc(var(--section-space) + 28px)
  }
  .error-number {
    font-size: 190px
  }
}

@media (max-width: 991px) {
  .error-number {
    font-size: 140px;
    margin-bottom: 20px
  }
  .error-title {
    font-size: 22px
  }
  .vs-error-wrapper {
    padding-top: var(--section-space)
  }
}

@media (max-width: 767px) {
  .vs-error-wrapper {
    padding-top: 80px
  }
  .error-number {
    font-size: 100px;
    margin-bottom: 20px;
    margin-top: -0.35em
  }
}

.find-salon-box {
  position: relative;
  border: 1px solid var(--box-border-color, #e4e4e4);
  padding: var(--box-space-y, 45px) var(--box-space-x, 55px);
  margin-bottom: 30px
}

.find-salon-box::before {
  content: '';
  position: absolute;
  top: var(--border-space, 5px);
  right: var(--border-space, 5px);
  bottom: var(--border-space, 5px);
  left: var(--border-space, 5px);
  border: inherit;
  z-index: -1
}

.find-salon-box .box-label {
  font-size: var(--label-font, 18px);
  color: #18bccf;
  font-weight: 500;
  display: block;
  margin-bottom: 2px;
  margin-top: -0.3em
}

.find-salon-box .box-label i {
  margin-right: 5px
}

.find-salon-box .find-salon-title {
  font-weight: 600
}

.find-salon-box .find-salon-text {
  width: 100%;
  max-width: 250px;
  margin-bottom: 8px
}

.find-salon-box .vs-btn {
  margin-top: 9px
}

.find-salon-map {
  height: 100vh;
  position: -webkit-sticky;
  position: sticky;
  top: 0
}

.find-salon-map iframe {
  height: 100%;
  width: 100%
}

.find-salon-inner {
  width: 100%;
  max-width: 575px;
  margin-left: auto;
  padding-right: 106px
}

@media (max-width: 1399px) {
  .find-salon-inner {
    width: 100%;
    max-width: 575px;
    padding-right: 60px
  }
}

@media (max-width: 1199px) {
  .find-salon-inner {
    width: 100%;
    max-width: 575px;
    padding-right: 0
  }
}

@media (max-width: 991px) {
  .find-salon-inner {
    max-width: 100%
  }
  .find-salon-box {
    --box-space-y: 40px;
    --box-space-x: 20px
  }
  .find-salon-box .box-label {
    margin-bottom: 5px
  }
  .find-salon-box .find-salon-text {
    max-width: 100%
  }
  .find-salon-box .find-salon-title {
    margin-bottom: 10px
  }
}

.px-5 {
  padding-right: 5px;
  padding-left: 5px
}

.px-10 {
  padding-right: 10px;
  padding-left: 10px
}

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

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

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

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

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

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

.px-45 {
  padding-right: 45px;
  padding-left: 45px
}

.px-50 {
  padding-right: 50px;
  padding-left: 50px
}

.py-5 {
  padding-top: 5px;
  padding-bottom: 5px
}

.py-10 {
  padding-top: 10px;
  padding-bottom: 10px
}

.py-15 {
  padding-top: 15px;
  padding-bottom: 15px
}

.py-20 {
  padding-top: 20px;
  padding-bottom: 20px
}

.py-25 {
  padding-top: 25px;
  padding-bottom: 25px
}

.py-30 {
  padding-top: 30px;
  padding-bottom: 30px !important;
}

.py-35 {
  padding-top: 35px;
  padding-bottom: 35px
}

.py-40 {
  padding-top: 40px;
  padding-bottom: 40px
}

.py-45 {
  padding-top: 45px;
  padding-bottom: 45px
}

.py-50 {
  padding-top: 50px;
  padding-bottom: 50px
}

.pt-5 {
  padding-top: 5px
}

.pt-10 {
  padding-top: 10px
}

.pt-15 {
  padding-top: 15px
}

.pt-20 {
  padding-top: 20px
}

.pt-25 {
  padding-top: 25px
}

.pt-30 {
  padding-top: 30px
}

.pt-35 {
  padding-top: 35px
}

.pt-40 {
  padding-top: 40px
}

.pt-45 {
  padding-top: 45px
}

.pt-50 {
  padding-top: 50px
}

.pb-5 {
  padding-bottom: 5px
}

.pb-10 {
  padding-bottom: 10px
}

.pb-15 {
  padding-bottom: 15px
}

.pb-20 {
  padding-bottom: 20px
}

.pb-25 {
  padding-bottom: 25px
}

.pb-30 {
  padding-bottom: 30px
}

.pb-35 {
  padding-bottom: 35px
}

.pb-40 {
  padding-bottom: 40px
}

.pb-45 {
  padding-bottom: 45px
}

.pb-50 {
  padding-bottom: 50px
}

.pl-5 {
  padding-left: 5px
}

.pl-10 {
  padding-left: 10px
}

.pl-15 {
  padding-left: 15px
}

.pl-20 {
  padding-left: 20px
}

.pl-25 {
  padding-left: 25px
}

.pl-30 {
  padding-left: 30px
}

.pl-35 {
  padding-left: 35px
}

.pl-40 {
  padding-left: 40px
}

.pl-45 {
  padding-left: 45px
}

.pl-50 {
  padding-left: 50px
}

.pr-5 {
  padding-right: 5px
}

.pr-10 {
  padding-right: 10px
}

.pr-15 {
  padding-right: 15px
}

.pr-20 {
  padding-right: 20px
}

.pr-25 {
  padding-right: 25px
}

.pr-30 {
  padding-right: 30px
}

.pr-35 {
  padding-right: 35px
}

.pr-40 {
  padding-right: 40px
}

.pr-45 {
  padding-right: 45px
}

.pr-50 {
  padding-right: 50px
}

.pt-80 {
  padding-top: 80px
}

.pb-80 {
  padding-bottom: 80px
}

.pt-100 {
  padding-top: 100px
}

.pb-70 {
  padding-bottom: 70px
}

.pt-lg-30 {
  padding-top: 30px
}

@media (max-width: 991px) {
  .no-pl-md {
    padding-left: 0
  }
  .pt-lg-30 {
    padding-top: 0
  }
}

@media (max-width: 767px) {
  .no-pt-sm {
    padding-top: 0
  }
}

.mx-5 {
  margin-right: 5px;
  margin-left: 5px
}

.mx-10 {
  margin-right: 10px;
  margin-left: 10px
}

.mx-15 {
  margin-right: 15px;
  margin-left: 15px
}

.mx-20 {
  margin-right: 20px;
  margin-left: 20px
}

.mx-25 {
  margin-right: 25px;
  margin-left: 25px
}

.mx-30 {
  margin-right: 30px;
  margin-left: 30px
}

.mx-35 {
  margin-right: 35px;
  margin-left: 35px
}

.mx-40 {
  margin-right: 40px;
  margin-left: 40px
}

.mx-45 {
  margin-right: 45px;
  margin-left: 45px
}

.mx-50 {
  margin-right: 50px;
  margin-left: 50px
}

.my-5 {
  margin-top: 5px;
  margin-bottom: 5px
}

.my-10 {
  margin-top: 10px;
  margin-bottom: 10px
}

.my-15 {
  margin-top: 15px;
  margin-bottom: 15px
}

.my-20 {
  margin-top: 20px;
  margin-bottom: 20px
}

.my-25 {
  margin-top: 25px;
  margin-bottom: 25px
}

.my-30 {
  margin-top: 30px;
  margin-bottom: 30px
}

.my-35 {
  margin-top: 35px;
  margin-bottom: 35px
}

.my-40 {
  margin-top: 40px;
  margin-bottom: 40px
}

.my-45 {
  margin-top: 45px;
  margin-bottom: 45px
}

.my-50 {
  margin-top: 50px;
  margin-bottom: 50px
}

.mt-5 {
  margin-top: 5px
}

.mt-10 {
  margin-top: 10px
}

.mt-15 {
  margin-top: 15px
}

.mt-20 {
  margin-top: 20px
}

.mt-25 {
  margin-top: 25px
}

.mt-30 {
  margin-top: 30px
}

.mt-35 {
  margin-top: 35px
}

.mt-40 {
  margin-top: 40px
}

.mt-45 {
  margin-top: 45px
}

.mt-50 {
  margin-top: 50px
}

.mb-5 {
  margin-bottom: 5px
}

.mb-10 {
  margin-bottom: 10px
}

.mb-15 {
  margin-bottom: 15px
}

.mb-20 {
  margin-bottom: 20px
}

.mb-25 {
  margin-bottom: 25px
}

.mb-30 {
  margin-bottom: 30px
}

.mb-35 {
  margin-bottom: 35px
}

.mb-40 {
  margin-bottom: 40px
}

.mb-45 {
  margin-bottom: 45px
}

.mb-50 {
  margin-bottom: 50px
}

.ml-5 {
  margin-left: 5px
}

.ml-10 {
  margin-left: 10px
}

.ml-15 {
  margin-left: 15px
}

.ml-20 {
  margin-left: 20px
}

.ml-25 {
  margin-left: 25px
}

.ml-30 {
  margin-left: 30px
}

.ml-35 {
  margin-left: 35px
}

.ml-40 {
  margin-left: 40px
}

.ml-45 {
  margin-left: 45px
}

.ml-50 {
  margin-left: 50px
}

.mr-5 {
  margin-right: 5px
}

.mr-10 {
  margin-right: 10px
}

.mr-15 {
  margin-right: 15px
}

.mr-20 {
  margin-right: 20px
}

.mr-25 {
  margin-right: 25px
}

.mr-30 {
  margin-right: 30px
}

.mr-35 {
  margin-right: 35px
}

.mr-40 {
  margin-right: 40px
}

.mr-45 {
  margin-right: 45px
}

.mr-50 {
  margin-right: 50px
}

.mt-n1 {
  margin-top: -.25rem
}

.mt-n2 {
  margin-top: -.5rem
}

.mt-n3 {
  margin-top: -1rem
}

.mt-n4 {
  margin-top: -1.5rem
}

.mt-n5 {
  margin-top: -3rem
}

.mb-n1 {
  margin-bottom: -.25rem
}

.mb-n2 {
  margin-bottom: -.5rem
}

.mb-n3 {
  margin-bottom: -1rem
}

.mb-n4 {
  margin-bottom: -1.5rem
}

.mb-n5 {
  margin-bottom: -3rem
}

.mb-6 {
  margin-bottom: 6px
}

.mr-135 {
  margin-right: 135px
}

.mt-70 {
  margin-top: 70px
}

.mb-80 {
  margin-bottom: 80px
}

.mb-60 {
  margin-bottom: 60px
}

.mt-60 {
  margin-top: 60px
}

.space,
.space-top {
  padding-top: var(--section-space)
}

.space,
.space-bottom {
  padding-bottom: var(--section-space)
}

.space-negative,
.space-negative-top {
  padding-top: calc(var(--section-space) - 30px)
}

.space-negative,
.space-negative-bottom {
  padding-bottom: calc(var(--section-space) - 30px)
}

@media (max-width: 991px) {
  .space,
  .space-top {
    padding-top: var(--section-space-mobile)
  }
  .space,
  .space-bottom {
    padding-bottom: var(--section-space-mobile)
  }
  .space-negative,
  .space-negative-top {
    padding-top: calc(var(--section-space-mobile) - 30px)
  }
  .space-negative,
  .space-negative-bottom {
    padding-bottom: calc(var(--section-space-mobile) - 30px)
  }
  .space-top-md-none {
    padding-top: 0
  }
}
#home-slider {
  background-image: url(../images/image-1.jpg);
  background-attachment: fixed;
  height: 100vh;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  align-items: center;
  text-align: center;
}
ul.navbar-nav.ml-auto.main-menu li a {
  color: #fff;
  font-size: 14px;
  padding-right: 33px;
  letter-spacing: 0px;
}
section.section-skewed.section-bordered {
  border: 20px solid #fff;
}

.border-curve {
  position: relative;
  left: 0px;
  top: 0px;
  height: 400px;
  background: url(../images/border-curve.png) no-repeat;
}
.btn-one-outer {
  position: relative;
  padding-left: 7px;
  padding-bottom: 3px;
  padding-right: 7px;
  padding-top: 10px;
  z-index: 1;
  display: inline-block;
  -webkit-transition: all 600ms ease;
  -moz-transition: all 600ms ease;
  -ms-transition: all 600ms ease;
  -o-transition: all 600ms ease;
  transition: all 600ms ease;
}
.clock-second:after, .btn-style-three:hover, .btn-one-outer:before, .btn-one-outer:after, .btn-two-outer:before, .btn-two-outer:after, .btn-three-outer:before, .btn-three-outer:after, .main-menu .navigation > li > ul, .main-footer .consult-widget .phone, .main-header .btn-box .pass-btn, .author-box .social-icon li a:hover, .author-box .social-icon li a, .single-product-item .img-holder, .main-header.header-style-two .nav-outer:before, .main-header .header-upper .logo-box:before, .main-menu .navigation > li > ul > li > ul, .main-header .outer-box .cart-box .cart-panel, .ui-state-active, .ui-widget-content .ui-state-active, .main-header .header-top .language .dropdown-menu, .featured-block-two .inner-box .lower-content .read-more:before, .timetable-section .timetable-tabs .tab-btns .tab-btn, .timetable-section-two .timetable-tabs .tab-btns .tab-btn, .main-header .outer-box .cart-box .cart-panel .btns-boxed li a, .testimonial-block-two .inner-box .upper-box .author-image:before, .classess-block .inner-box .lower-content .read-more:before, .cart-section .apply-coupon .form-group input[type="text"], .news-block-three .inner-box .lower-content .read-more:before, .rtl .main-header .header-upper .logo-box:before, .shop-form input:focus, .shop-form select:focus, .shop-form textarea:focus, .styled-form input:focus, .styled-form select:focus, .styled-form textarea:focus, .testimonials-thumbs-carousel .carousel-thumbnails .carousel-indicators li .image:before {
  border-color: #18bccf;
}
.btn-one-outer:before {
  position: absolute;
  content: '';
  left: 0px;
  bottom: 0px;
  width: 44px;
  height: 44px;
  z-index: -1;
  border-left: 2px solid #18bccf;
  border-bottom: 2px solid #18bccf;
  -webkit-transition: all 600ms ease;
  -moz-transition: all 600ms ease;
  -ms-transition: all 600ms ease;
  -o-transition: all 600ms ease;
  transition: all 600ms ease;
}
.btn-style-one {
  position: relative;
  display: inline-block;
  font-size: 16px;
  line-height: 30px;
  color: #ffffff;
  padding: 12px 40px;
  font-weight: 200;
  overflow: hidden;
  background: none;
  border-radius: 0px;
  text-transform: capitalize;
  border: 1px solid #ffffff;
  font-family: 'Montserrat', sans-serif;
  -webkit-transition: all 600ms ease;
  -moz-transition: all 600ms ease;
  -ms-transition: all 600ms ease;
  -o-transition: all 600ms ease;
  transition: all 600ms ease;
}
.theme-btn {
  cursor: pointer;
  display: inline-block;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
.btn-one-outer:after {
  position: absolute;
  content: '';
  right: 3px;
  top: 9px;
  width: 44px;
  height: 44px;
  opacity: 0;
  z-index: -1;
  border-right: 2px solid #18bccf;
  border-top: 2px solid #18bccf;
  -webkit-transition: all 600ms ease;
  -moz-transition: all 600ms ease;
  -ms-transition: all 600ms ease;
  -o-transition: all 600ms ease;
  transition: all 600ms ease;
}
.btn-one-outer:hover .btn-style-one {
  color: #fff;
  transform: translate(-7px, 10px);
}
.btn-one-outer:hover::before {
  opacity: 0;
}
.btn-one-outer:hover::after {
  opacity: 1;
  width: 100%;
  height: 100%;
}
.btn-style-one:before {
  position: absolute;
  content: '';
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: -50px;
  border-bottom: 55px solid #ffffff;
  border-right: 30px solid transparent;
  -webkit-transition: all 600ms ease;
  -moz-transition: all 600ms ease;
  -ms-transition: all 600ms ease;
  -o-transition: all 600ms ease;
  transition: all 600ms ease;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
}

.slide-wrap {
  position: relative;
  display: table;
  width: 100%;
  height: 100%;
  color: #fff;
  padding-top: 150px;
  padding-bottom: 150px;
}
.slide-wrap h1 {
  font-family: 'Montserrat', sans-serif;
  color: #fff;
  padding-top: 24px;
}

.slide-wrap h4 {
  font-family: 'Dancing Script', cursive;
  color: #fff;
  font-weight: normal;
}

.slide-wrap p {
  font-family: 'Montserrat', sans-serif;
  line-height: 22px;
  font-size: 15px;
  color: #fff;
}

.single-member {
  border-style: solid;
  z-index: 98;
  border-color: #E2E2E2;
  border-width: 1px;
  background-color: #FFFFFF;
  margin-bottom: 43px;
  padding: 24px;
  box-shadow: 0 0 3px #ccc;
  border-radius: 5px;
  min-height: 459px;
  position: relative;
  overflow: hidden;
}


.team-area {
  padding-top: 100px;
  padding-bottom: 100px;
}

ul.social-icon {
  padding-left: 0;
}

ul.social-icon li {
  list-style-type: none;
}

.media-body h4 {
  font-family: 'Dancing Script', cursive;
  text-align: left;
  padding-left: 27px;
  font-weight: 600;
}

.media-body p {
  text-align: left;
  padding-left: 27px;
  font-size: 15px;
  line-height: 22px;
  font-family: 'Montserrat', sans-serif;
}

h2.sub-title span {
  font-family: 'Montserrat', sans-serif;
  color: #222;
  font-weight: bold;
}

.single-member h4 {
  font-family: 'Montserrat', sans-serif;
  font-size: 17px;
  font-weight: normal;
}

.single-member p {
  font-family: 'Montserrat', sans-serif;
  font-size: 18px;
  color: #18bccf;
}

.media-body h4 span {
  font-family: 'Montserrat', sans-serif;
  color: #18bccf;
}
.navbar-light .navbar-nav .nav-link {
  color: rgb(0 0 0) !important;
  font-family: 'Montserrat', sans-serif;
  font-size: 15px;
  padding-right: 27px;
}
.navbar-light .navbar-nav .nav-link:hover {
  color: rgb(24 188 207) !important;
}

#18bccf
p.sec-title {
  font-size: 14px;
  line-height: 23px;
}

span.top-head {
  font-family: 'Dancing Script', cursive;
  font-size: 32px;
  color: #222;
}

.team-area h3 {
  font-family: 'Montserrat', sans-serif;
  text-transform: uppercase;
  color: #18bccf;
}



.section-headline {
  line-height: 34px;
}

p.txt1-ftr {
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 0;
  color: #fff;
  letter-spacing: 0;
}

.footer-content.last-content {
  margin-bottom: 81px;
}

.footer-quick-links li {
  padding: 6px 15px;
  margin: 0 0 10px 0;
  display: inline-block;
  font-size: 15px;
  font-family: 'Montserrat', sans-serif !important;
}
ul {
  list-style: outside none none;
  margin: 0;
  padding: 0;
}
.footer-quick-links li a {
  color: #f9f3f3;
}

.footer-quick-links li a:hover {
  color: #18bccf; 
}
.widget.footer-widget {
  padding-left: 32px;
}

.footer-quick-links li a:hover {
  color: #18bccf !important;
}
.form-row {
  font-family: 'Montserrat', sans-serif;
  line-height: 17px;
  font-size: 15px;
  letter-spacing: 0;
  color: #222;
}

input.vs-btn:hover {
  background-color: #343a40;
}

.checkoutt {
  box-shadow: 0px 0px 15px 0px rgb(0 0 0 / 7%);
  border-radius: 10px;
  padding: 37px 17px 41px;
}


@import url('https://fonts.googleapis.com/css?family=Montserrat:400,500,600,700|Roboto+Condensed:400,500,600,700');
@charset "utf-8";
/**
*
* -----------------------------------------------------------------------------
*
* Template : Edulearn | Responsive Education HTML5 Template 
* Author : rs-theme
* Author URI : http://www.rstheme.com/
*
* -----------------------------------------------------------------------------
*
**/
/* Table Of Content
---------------------------------------------------------
01. General CSS
02. Global Class
03. Header Section 
04. Sticky Menu
05. Slider Section
06. Breadcrumbs
07. Services
08. About Us
09. Popular Cources
10. Courses Details
11. Rs-counter
12. Upcoming Events
13. Experienced Staffs
14. Staffs Single
15. Calltoaction
16. Latest News
17. Our Publications
18. Testimonial
19. Newsletter
20. Rs-video
21. Why Choose Us
22. Pricing Table
23. Instagram
24. About Us Page
25. Rs Timeline
26. Elements
27. Blog Pages
28. Blog Details
29. Shop Page Start Here
30. Shop Single Page Start Here 
31. Check Out css Start Here
32. Shipping Area Start Here
32. Contact Page Section Start Here
33. Rs Gallery
34. ScrollUp
35. 404 Page Area Start Here 
36. Preloader css
37. Rs Footer

--------------------------------------------------------*/
/**
*
* -----------------------------------------------------------------------------
*
* Template : RS-Construction - Construction HTML5 Template 
* Author : rs-theme
* Author URI : http://www.rstheme.com/
*
* -----------------------------------------------------------------------------
*
**/
/*-----------------------
Animation
-------------------------*/
[class*='rs-animation-'] {
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.rs-animation-fade {
  -webkit-animation-name: rs-fade;
  animation-name: rs-fade;
  -webkit-animation-duration: 0.8s;
  animation-duration: 0.8s;
  -webkit-animation-timing-function: linear !important;
  animation-timing-function: linear !important;
}
.rs-animation-slide-top {
  -webkit-animation-name: rs-fade-top;
  animation-name: rs-fade-top;
}
.rs-animation-slide-bottom {
  -webkit-animation-name: rs-fade-bottom;
  animation-name: rs-fade-bottom;
}
.rs-animation-slide-left {
  -webkit-animation-name: rs-fade-left;
  animation-name: rs-fade-left;
}
.rs-animation-slide-right {
  -webkit-animation-name: rs-fade-right;
  animation-name: rs-fade-right;
}
.rs-animation-scale-up {
  -webkit-animation-name: rs-animation-scale-up;
  animation-name: rs-animation-scale-up;
}
.rs-animation-scale-down {
  -webkit-animation-name: rs-animation-scale-down;
  animation-name: rs-animation-scale-down;
}
.rs-animation-shake {
  -webkit-animation-name: rs-shake;
  animation-name: rs-shake;
}
.rs-animation-rotate {
  -webkit-animation-name: rs-rotate;
  animation-name: rs-rotate;
}
.rs-animation-scale {
  -webkit-animation-name: rs-scale;
  animation-name: rs-scale;
}
.rs-animation-hover:not(:hover),
.rs-animation-hover:not(:hover) [class*='rs-animation-'] {
  -webkit-animation-name: none;
  animation-name: none;
}
.rs-animation-reverse {
  -webkit-animation-direction: reverse;
  animation-direction: reverse;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
}
.rs-image-effect-shine {
  position: relative;
  overflow: hidden;
}
.rs-image-effect-shine::before {
  position: absolute;
  top: 0;
  left: -75%;
  z-index: 2;
  display: block;
  content: '';
  width: 50%;
  height: 100%;
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
  -webkit-transform: skewX(-25deg);
  transform: skewX(-25deg);
}
.rs-image-effect-shine:hover::before {
  -webkit-animation: img-shine 1s;
  animation: img-shine 1s;
}
@-webkit-keyframes img-shine {
  100% {
    left: 125%;
  }
}
@keyframes img-shine {
  100% {
    left: 125%;
  }
}
/*-------------------------
Fade
---------------------------*/
@-webkit-keyframes rs-fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes rs-fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/*---------------------------
Fade Top
------------------------------*/
@-webkit-keyframes rs-fade-top {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-60%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}
@keyframes rs-fade-top {
  0% {
    opacity: 0;
    transform: translateY(-60%);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
/*---------------------------
Fade Bottom
------------------------------*/
@-webkit-keyframes rs-fade-bottom {
  0% {
    opacity: 0;
    -webkit-transform: translateY(60%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}
@keyframes rs-fade-bottom {
  0% {
    opacity: 0;
    transform: translateY(60%);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
/*---------------------------
Fade Left
------------------------------*/
@-webkit-keyframes rs-fade-left {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-60%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
}
@keyframes rs-fade-left {
  0% {
    opacity: 0;
    transform: translateX(-60%);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
/*---------------------------
Fade Right
------------------------------*/
@-webkit-keyframes rs-fade-right {
  0% {
    opacity: 0;
    -webkit-transform: translateX(60%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
}
@keyframes rs-fade-right {
  0% {
    opacity: 0;
    transform: translateX(60%);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
/*------------------------------
Scale Up
--------------------------------*/
@-webkit-keyframes rs-animation-scale-up {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.2);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
  }
}
@keyframes rs-animation-scale-up {
  0% {
    opacity: 0;
    transform: scale(0.2);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
/*---------------------------
Scale Down
------------------------------*/
@-webkit-keyframes rs-animation-scale-down {
  0% {
    opacity: 0;
    -webkit-transform: scale(1.6);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
  }
}
@keyframes rs-animation-scale-down {
  0% {
    opacity: 0;
    transform: scale(1.6);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
/*---------------------------
Rotate
------------------------------*/
@-webkit-keyframes rs-rotate {
  0% {
    -webkit-transform: rotate(280deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes rs-rotate {
  0% {
    transform: rotate(280deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/*---------------------------
Shake
------------------------------*/
@-webkit-keyframes rs-shake {
  0%,
  100% {
    -webkit-transform: translateX(0);
  }
  10% {
    -webkit-transform: translateX(-9px);
  }
  20% {
    -webkit-transform: translateX(8px);
  }
  30% {
    -webkit-transform: translateX(-7px);
  }
  40% {
    -webkit-transform: translateX(6px);
  }
  50% {
    -webkit-transform: translateX(-5px);
  }
  60% {
    -webkit-transform: translateX(4px);
  }
  70% {
    -webkit-transform: translateX(-3px);
  }
  80% {
    -webkit-transform: translateX(2px);
  }
  90% {
    -webkit-transform: translateX(-1px);
  }
}
@keyframes rs-shake {
  0%,
  100% {
    transform: translateX(0);
  }
  10% {
    transform: translateX(-9px);
  }
  20% {
    transform: translateX(8px);
  }
  30% {
    transform: translateX(-7px);
  }
  40% {
    transform: translateX(6px);
  }
  50% {
    transform: translateX(-5px);
  }
  60% {
    transform: translateX(4px);
  }
  70% {
    transform: translateX(-3px);
  }
  80% {
    transform: translateX(2px);
  }
  90% {
    transform: translateX(-1px);
  }
}
/*-------------------
Scale
---------------------*/
@-webkit-keyframes rs-scale {
  0% {
    -webkit-transform: scale(1.2);
  }
  100% {
    -webkit-transform: scale(1);
  }
}
@keyframes rs-scale {
  0% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}
/* -----------------------------------
01. General CSS
-------------------------------------*/
html,
body {
  font-size: 16px;
  color: #505050;
  font-family: 'Montserrat', sans-serif;
  vertical-align: baseline;
  line-height: 26px;
  font-weight: 400;

}
img {
  max-width: 100%;
  height: auto;
}
p {
  margin: 0 0 26px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Montserrat', sans-serif;
  color: #212121;
  margin: 0 0 26px;
  font-weight: 700;
}
h1 {
  font-size: 36px;
}
h2 {
  font-size: 30px;
}
h3 {
  font-size: 24px;
}
h4 {
  font-size: 20px;
}
h5 {
  font-size: 16px;
}
h6 {
  font-size: 14px;
}
a {
  color: #18bccf;
  transition: all 0.3s ease 0s;
  text-decoration: none !important;
  outline: none !important;
}
a:active,
a:hover {
  text-decoration: none;
  outline: 0 none;
  color: #27aae1;
}
ul {
  list-style: outside none none;
  margin: 0;
  padding: 0;
}
.clear {
  clear: both;
}
::-moz-selection {
  background: #18bccf;
  text-shadow: none;
  color: #ffffff;
}
::selection {
  background: #18bccf;
  text-shadow: none;
  color: #ffffff;
}
.sec-spacer {
  padding: 100px 0;
}
.sec-color {
  background-color: #f9f9f9;
}
.drak-color {
  background-color: #252525;
}
.gray-color {
  background-color: #f0f0f0;
}
.primary-color {
  color: #18bccf;
}
.primary-bg {
  background: #18bccf;
}
.sec-black {
  background: #212121;
}
.bg-fixed {
  background-attachment: fixed;
  background-repeat: no-repeat;
}
.text-right {
  text-align: right;
}
.text-left {
  text-align: left;
}
.text-center {
  text-align: center;
}
.relative {
  position: relative;
}
/*-- Readon Button Css --*/
.readon2 {
  font-size: 14px;
  border: 1px solid #18bccf;
  background: #18bccf;
  display: inline-block;
  padding: 0 35px;
  height: 45px;
  line-height: 44px;
  position: relative;
  color: #fff;
  -webkit-transition: .4s;
  transition: .4s;
  text-transform: uppercase;
  font-weight: 400;
  text-align: center;
  border-radius: 35px;
}
.readon2.transparent {
  border: 1px solid #18bccf;
  color: #18bccf;
  background: transparent;
}
.readon2.transparent:hover {
  background: #18bccf;
  color: #ffffff;
}
.readon2:hover {
  background: #27aae1;
  color: #ffffff;
}
/********************************/
/*       Slides backgrounds     */
/********************************/
.bg1 {
  background-image: url(images/bg/bg1.jpg);
  background-size: cover;
  background-attachment: fixed;
  background-position: center top;
}
.bg2 {
  background-image: url(images/bg/bg2.jpg);
  background-size: cover;
  background-attachment: fixed;
  background-position: center top;
}
.bg3 {
  background-image: url(images/bg/counter-bg.jpg);
  background-size: cover;
  background-attachment: fixed;
  background-position: center top;
}
.bg4 {
  background-image: url(images/bg/cta-bg.jpg);
  background-size: cover;
  background-attachment: fixed;
  background-position: center top;
}
.bg5 {
  background-image: url(images/bg/testimonial-bg.jpg);
  background-size: cover;
  background-attachment: fixed;
  background-position: center top;
}
.bg6 {
  background-image: url(images/slider/home1/slide2.jpg);
  background-size: cover;
  background-attachment: fixed;
  background-position: center top;
}
.bg7 {
  background-image: url(images/bg/bg3.jpg);
  background-size: cover;
  background-position: center;
  background-position: center top;
}
.bg8 {
  background-image: url(images/bg/bg8.jpg);
  background-attachment: fixed;
  background-position: center top;
}
.bg9 {
  background-image: url(images/bg/video-bg2.jpg);
  background-attachment: fixed;
  background-position: center top;
}
.bg10 {
  background-image: url(images/bg/counter-bg-style2.jpg);
  background-size: cover;
  background-attachment: fixed;
  background-position: center top;
}
.bg11 {
  background-image: url(images/bg/home7-style.jpg);
  background-position: center top;
  background-size: cover;
  padding-top: 200px;
  padding-bottom: 130px;
}
.bg12 {
  background-image: url(images/bg/countdown.jpg);
  background-position: center top;
  background-size: cover;
  padding-top: 100px;
  padding-bottom: 100px;
}
.bg13 {
  background-image: url(images/bg/home8-style.jpg);
  background-position: center;
  background-size: cover;
  padding-top: 200px;
  padding-bottom: 250px;
}
.bg14 {
  background-image: url(images/counter/2.jpg);
  background-size: cover;
  background-position: center top;
  padding-bottom: 500px !important;
}
.bg15 {
  background-image: url(images/bg/about-home8-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding-top: 100px;
  padding-bottom: 100px;
}
.uppercase {
  text-transform: uppercase;
}
/* ------------------------------------
02. Global Class
---------------------------------------*/
.drak-color .owl-nav .owl-prev,
.drak-color .owl-nav .owl-next,
.drak-color .sec-title h3 {
  color: #ffffff;
}
.sec-title2 h2 {
  font-size: 30px;
  text-transform: uppercase;
  color: #212121;
  font-weight: 700;
  line-height: 40px;
  margin: 0;
}
.sec-title2 span {
  display: block;
  font-size: 18px;
  line-height: 34px;
  color: #18bccf;
  font-weight: 600;
}
.sec-title {
  position: relative;
  margin-bottom: 50px;
  padding-bottom: 20px;
}
.sec-title h2 {
  font-size: 30px;
  line-height: 24px;
  margin-bottom: 15px;
  text-transform: uppercase;
}

.sec-title.text-center:after {
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.sec-title.text-right:after {
  left: auto;
  right: 0;
}
.sec-title.text-right .view-more {
  right: auto;
  left: 0;
}
.sec-title p {
  margin-bottom: 0;
  font-size: 16px;
}
.sec-title .view-more {
  position: absolute;
  right: 0;
}
.sec-title .view-more a {
  font-weight: 600;
  font-size: 15px;
}
.sec-title.white-text h2 {
  color: #ffffff;
}
.sec-title.white-text p {
  color: rgba(255, 255, 255, 0.6);
}
.home5 .sec-title h2 {
  color: #92278f;
}
.home5 .sec-title:after {
  background: #92278f;
}
.home5 .sec-title.white-text p {
  color: #ffffff;
}
.sec-title-2 {
  position: relative;
}
.sec-title-2 h2 {
  position: relative;
  font-size: 30px;
  line-height: 24px;
  margin-bottom: 25px;
  padding-bottom: 26px;
  text-transform: uppercase;
}
.sec-title-2 h2:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 100px;
  background: #18bccf;
}
.sec-title-2 .view-more {
  position: absolute;
  right: 0;
  bottom: 0;
}
.sec-title-2 .view-more a {
  font-weight: 700;
  font-size: 14px;
}
.sec-title-2.text-center h2:after {
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.sec-title-2.text-right h2:after {
  left: auto;
  right: 0;
}
.sec-title-2.text-right .view-more {
  right: auto;
  left: 0;
}
.sec-title-2 p {
  margin-bottom: 0;
  font-size: 16px;
}
.primary-btn {
  display: inline-block;
  height: 40px;
  line-height: 35px;
  text-align: center;
  min-width: 136px;
  padding: 0 20px;
  border: 2px solid #18bccf;
  color: #212121;
  transition: all 0.3s ease 0s;
  font-weight: 600;
}
.primary-btn:hover {
  background: #18bccf;
  color: #ffffff;
}
.readon {
  position: relative;
  display: inline-block;
  padding: 12px 20px;
  line-height: normal;
  background: #18bccf;
  color: #fff;
  transition: all 0.3s ease 0s;
  border-radius: 2px;
}
.readon:hover,
.readon:focus {
  background: #27aae1;
  color: rgba(255, 255, 255, 0.8);
}
.readon.border {
  background: transparent;
  border: 1px solid #18bccf;
  color: #18bccf;
}
.readon.border:hover {
  color: #fff;
  background: #18bccf;
}
.readon.border.white {
  border-color: #fff;
  color: #fff;
}
.readon.border.white:hover {
  color: #18bccf;
  background: #fff;
}
/*overly border*/
.overly-border::before,
.overly-border::after {
  position: absolute;
  top: 20px;
  right: 20px;
  bottom: 20px;
  left: 20px;
  content: '';
  opacity: 0;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  z-index: 1;
}
.blue-bg {
  position: relative;
}
.blue-bg .blue-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 188, 212, 0.9);
}
.about-img .overly-border::before,
.about-img .overly-border::after {
  top: 50px;
  right: 50px;
  bottom: 50px;
  left: 50px;
}
.overly-border::before {
  border-top: 5px solid #18bccf;
  border-bottom: 5px solid #18bccf;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.rs-blog .blog-item.slick-current .team-content {
  opacity: 1;
  top: 0;
}
.overly-border::after {
  border-right: 5px solid #18bccf;
  border-left: 5px solid #18bccf;
  -webkit-transform: scale(1, 0);
  transform: scale(1, 0);
}
.single-member-area figure .overly-border:before,
.single-member-area figure .overly-border:after,
.rs-blog .blog-item.slick-current .overly-border:before,
.rs-blog .blog-item.slick-current .overly-border:after,
.single-member-area:hover .overly-border:before,
.single-member-area:hover .overly-border:after,
.team-content:hover .overly-border:before,
.team-content:hover .overly-border:after,
.blog-content:hover .overly-border:before,
.blog-content:hover .overly-border:after,
.project-content:hover .overly-border:before,
.project-content:hover .overly-border:after,
.about-img:hover .overly-border:before,
.about-img:hover .overly-border:after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}
.right_menu_togle .search-wrap button {
  color: #18bccf;
}
.padding-0 {
  padding: 0 !important;
}
.pt-45 {
  padding-top: 45px !important;
}
.pt-70 {
  padding-top: 70px !important;
}
.pt-50 {
  padding-top: 50px !important;
}
.pt-80 {
  padding-top: 80px !important;
}
.pt-100 {
  padding-top: 100px !important;
}
.pb-40 {
  padding-bottom: 40px !important;
}
.pb-45 {
  padding-bottom: 45px !important;
}
.pb-70 {
  padding-bottom: 70px !important;
}
.pb-80 {
  padding-bottom: 80px !important;
}
.pb-170 {
  padding-bottom: 170px !important;
}
.mt-5 {
  margin-top: 5px !important;
}
.mt-15 {
  margin-top: 15px !important;
}
.sparator-15 {
  height: 15px;
  clear: both;
}
.ml-15 {
  margin-left: 15px !important;
}
.mt-30 {
  margin-top: 30px !important;
}
.mt-45 {
  margin-top: 45px !important;
}
.mt-50 {
  margin-top: 50px !important;
}
.mt-70 {
  margin-top: 70px !important;
}
.mt-80 {
  margin-top: 80px !important;
}
.mt-100 {
  margin-top: 100px !important;
}
.mb-0 {
  margin-bottom: 0px !important;
}
.mb-30 {
  margin-bottom: 30px !important;
}
.mb-45 {
  margin-bottom: 45px !important;
}
.mb-50 {
  margin-bottom: 50px !important;
}
.mb-70 {
  margin-bottom: 70px !important;
}
.mb-100 {
  margin-bottom: 100px !important;
}
.mr-25 {
  margin-right: 25px !important;
}
.mr-30 {
  margin-right: 30px !important;
}
.margin-remove {
  margin: 0 !important;
}
.display-table {
  display: table;
  height: 100%;
  width: 100%;
}
.display-table-cell {
  display: table-cell;
  vertical-align: middle;
}
.white-color {
  color: #fff !important;
}
.rs-vertical-middle .logo-area {
  line-height: 95px;
}
.rs-vertical-middle {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.rs-vertical-bottom {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: flex-end;
  -webkit-align-items: flex-end;
  align-items: flex-end;
}
/* -. Owl Carousel -*/
.owl-nav > div {
  position: absolute;
  top: 50%;
  width: 42px;
  height: 42px;
  line-height: 42px;
  text-align: center;
  background-color: #444;
  color: #fff;
  transform: translateY(-50%);
  font-size: 22px;
  border-radius: 50%;
  opacity: 0;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.owl-nav > div:hover {
  background-color: #18bccf;
}
.owl-nav .owl-prev {
  left: -60px;
}
.owl-nav .owl-next {
  right: -60px;
}
.rs-carousel:hover .owl-nav > div {
  opacity: 1;
}
.rs-navigation-2 {
  padding-bottom: 80px;
}
.rs-navigation-2 .owl-nav {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.rs-navigation-2 .owl-nav > div {
  position: initial;
  display: inline-block;
  transform: none;
  opacity: 1 !important;
}
.rs-navigation-2 .owl-nav .owl-next {
  margin-left: 12px;
}
.rs-navigation-2 .owl-stage-outer {
  padding-bottom: 0 !important;
}
/* ------------------------------------
03. Header Section  
---------------------------------------*/
.rs-toolbar {
  padding: 4px 0 5px;
  background-color: #111111;
}
.rs-toolbar .rs-toolbar-left .welcome-message {
  font-size: 14px;
}
.rs-toolbar .rs-toolbar-left .welcome-message i {
  color: #18bccf;
  margin-right: 8px;
}
.rs-toolbar .rs-toolbar-left .welcome-message span {
  color: #ffffff;
}
.rs-toolbar .rs-toolbar-right {
  text-align: right;
}
.rs-toolbar .rs-toolbar-right .toolbar-share-icon {
  display: inline-block;
  margin-right: 30px;
}
.rs-toolbar .rs-toolbar-right .toolbar-share-icon ul li {
  display: inline-block;
}
.rs-toolbar .rs-toolbar-right .toolbar-share-icon ul li + li {
  margin-left: 8px;
}
.rs-toolbar .rs-toolbar-right .toolbar-share-icon ul li a {
  font-size: 14px;
  color: #888888;
}
.rs-toolbar .rs-toolbar-right .toolbar-share-icon ul li a:hover,
.rs-toolbar .rs-toolbar-right .toolbar-share-icon ul li a:active,
.rs-toolbar .rs-toolbar-right .toolbar-share-icon ul li a:focus {
  color: #ffffff;
}
.rs-toolbar .rs-toolbar-right .apply-btn {
  font-weight: 500;
  font-size: 14px;
}
/* ------------------------------------
02. Header Start
---------------------------------------*/
.rs-header .rs-header-top {
  padding: 25px 0 20px;
}
.rs-header .rs-header-top .header-contact {
  float: right;
}
.rs-header .rs-header-top .header-contact .widget-text {
  position: relative;
  padding-left: 55px;
}
.rs-header .rs-header-top .header-contact .widget-text i {
  position: absolute;
  border-radius: 2px;
  text-align: center;
  left: 0;
  line-height: 40px;
  color: #18bccf;
  font-size: 35px;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  font-weight: 700;
}
.rs-header .rs-header-top .header-contact .widget-text .info-text a {
  color: #505050;
  font-weight: 400;
  font-size: 16px;
}
.rs-header .rs-header-top .header-contact .widget-text .info-text a:hover {
  color: #18bccf;
}
.rs-header .rs-header-top .header-contact .widget-text .info-text span {
  display: block;
  font-weight: 700;
  color: #101010;
  line-height: 18px;
}
.rs-header .rs-menu-toggle {
  color: #fff !important;
}
.rs-header .rs-menu-toggle:hover {
  color: #18bccf !important;
}
.rs-header .menu-area .rs-menu li.current_page_item > a,
.rs-header-2 .menu-area .rs-menu li.current_page_item > a,
.rs-header-3 .menu-area .rs-menu li.current_page_item > a,
.rs-header-4 .menu-area .rs-menu li.current_page_item > a,
.rs-header .menu-area .rs-menu li.current-menu-item > a,
.rs-header-2 .menu-area .rs-menu li.current-menu-item > a,
.rs-header-3 .menu-area .rs-menu li.current-menu-item > a,
.rs-header-4 .menu-area .rs-menu li.current-menu-item > a,
.rs-header .menu-area .rs-menu li.active > a,
.rs-header-2 .menu-area .rs-menu li.active > a,
.rs-header-3 .menu-area .rs-menu li.active > a,
.rs-header-4 .menu-area .rs-menu li.active > a,
.rs-header .menu-area .rs-menu li a:hover,
.rs-header-2 .menu-area .rs-menu li a:hover,
.rs-header-3 .menu-area .rs-menu li a:hover,
.rs-header-4 .menu-area .rs-menu li a:hover {
  color: #18bccf !important;
}
.rs-header-2 {
  position: absolute;
  width: 100%;
  z-index: 999;
}
.rs-header-2 .menu-area {
  padding: 30px 0;
}
.rs-header-2 .menu-area .rs-menu .nav-menu {
  text-align: right;
}
.rs-header-2 .menu-area .rs-menu .nav-menu > li > a {
  color: #ffffff;
}
.rs-header-2 .menu-area .rs-menu .nav-menu > li > a:hover {
  color: #18bccf;
}
@-moz-document url-prefix() {
  .home2 .right-bar-icon .nav-expander {
    position: relative;
    top: -1px;
  }
}
/* ----- Menu -------*/
.nav-menu > li > a {
  font-weight: 500;
  font-size: 16px;
}
.home1 .logo-area {
  padding-top: 3px;
}
.home1 .rs-menu li i {
  margin-right: 0;
  color: #18bccf;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -ms-transition: 0.3s;
}
.home1 .rs-menu li i:hover {
  color: #27aae1;
}
.home1 .menu-area .rs-menu > ul > li > a {
  color: #bbbbbb;
}
.home1 .menu-area .rs-menu > ul > li > a:hover,
.home1 .menu-area .rs-menu li.current_page_item > a {
  color: #18bccf !important;
}
.home1 .menu-area {
  background: #212121;
}
.home1 .searce-box {
  position: absolute;
  top: 0;
  right: 23%;
  top: 16px;
}
.home1 .searce-box a.rs-search i {
  color: #18bccf;
}
.home1 .searce-box a.rs-search i:hover {
  color: #ffffff;
}
.home1 .rs-header .rs-header-top .col-md-4:first-child .header-contact {
  float: left;
}
.inner-page .searce-box {
  position: absolute;
  top: 0;
  right: 16px;
  top: 15px;
}
.inner-page .searce-box a.rs-search i {
  color: #18bccf;
}
.home2 .rs-header-top {
  padding: 20px 0 50px;
}
.home2 .menu-area .container {
  position: relative;
}
.home2 .menu-area .main-menu {
  background: #111111;
  position: absolute;
  top: -30px;
  border-radius: 0;
  width: 100%;
  z-index: 999;
  left: 0;
  max-width: 1170px;
  margin: 0 auto;
}
.home2 .menu-area .rs-menu ul > li > a {
  color: #bbbbbb;
}
.home2 .menu-area .rs-menu ul > li > a:hover {
  color: #18bccf;
}
.home2 .menu-area .rs-menu ul > li ul.sub-menu a {
  color: #bbbbbb;
}
.home2 .menu-area.sticky .main-menu {
  position: static;
}
.home2 #rs-slider .container {
  margin-bottom: 100px;
}
.home2 .rs-search {
  position: absolute;
  right: 0;
  z-index: 99;
  top: 0;
  color: #fff;
  font-size: 18px;
  display: inline-block;
  height: 55px;
  width: 60px;
  line-height: 55px;
  padding: 0;
  text-align: center;
  background: #18bccf;
}
.home2 .rs-search:hover {
  background-color: #27aae1;
  color: rgba(255, 255, 255, 0.7);
}
.home2 .sticky .rs-search {
  right: 12px;
}
.home1 .right-bar-icon,
.home2 .right-bar-icon {
  position: absolute;
  right: 0;
}
.home1 .right-bar-icon a,
.home2 .right-bar-icon a {
  display: inline-block;
  height: 55px;
  width: 45px;
  line-height: 55px;
  text-align: center;
  color: #fff;
}
.home1 .right-bar-icon a:hover,
.home2 .right-bar-icon a:hover {
  color: #fff;
}
.home1 .right-bar-icon .rs-search,
.home2 .right-bar-icon .rs-search {
  position: static;
  color: #fff;
  background-color: #18bccf;
  margin-right: -4px;
}
.home1 .right-bar-icon .rs-search:hover,
.home2 .right-bar-icon .rs-search:hover {
  background: #27aae1;
}
.home1 .right-bar-icon .nav-expander,
.home2 .right-bar-icon .nav-expander {
  background: #27aae1;
}
.home1 .right-bar-icon .nav-expander:hover,
.home2 .right-bar-icon .nav-expander:hover {
  background: #18bccf;
}
.home1 .sticky .right-bar-icon,
.home2 .sticky .right-bar-icon {
  right: 12px;
}
.home1 .rs-courses .cource-item {
  border: none;
  background: #fff;
}
.university-home .search-modal .modal-content,
.inner-page .search-modal .modal-content,
.instructor-home .search-modal .modal-content,
.home1 .search-modal .modal-content,
.home2 .search-modal .modal-content,
.home5 .search-modal .modal-content,
.home3 .search-modal .modal-content {
  background: transparent;
  position: initial;
  border: 0;
}
.university-home .search-modal .search-block input,
.inner-page .search-modal .search-block input,
.instructor-home .search-modal .search-block input,
.home1 .search-modal .search-block input,
.home2 .search-modal .search-block input,
.home5 .search-modal .search-block input,
.home3 .search-modal .search-block input {
  height: 60px;
  line-height: 60px;
  padding: 0 15px;
  background: transparent;
  border-width: 0 0 1px 0;
  border-radius: 0;
  border-color: rgba(255, 255, 255, 0.4);
  box-shadow: none;
  color: #ffffff;
  font-weight: 600;
  font-size: 18px;
}
.university-home .search-modal .close,
.inner-page .search-modal .close,
.instructor-home .search-modal .close,
.home1 .search-modal .close,
.home2 .search-modal .close,
.home5 .search-modal .close,
.home3 .search-modal .close {
  color: #ffffff;
  margin-top: 20px;
  font-size: 14px;
  background-color: rgba(255, 255, 255, 0.4);
  height: 40px;
  width: 40px;
  text-align: center;
  line-height: 40px;
  border-radius: 50%;
  opacity: 1;
  outline: none;
  transition: all 0.3s ease 0s;
}
.university-home .search-modal .close:hover,
.inner-page .search-modal .close:hover,
.instructor-home .search-modal .close:hover,
.home1 .search-modal .close:hover,
.home2 .search-modal .close:hover,
.home5 .search-modal .close:hover,
.home3 .search-modal .close:hover {
  background-color: #18bccf;
}
.university-home .modal-backdrop,
.inner-page .modal-backdrop,
.instructor-home .modal-backdrop,
.home1 .modal-backdrop,
.home2 .modal-backdrop,
.home5 .modal-backdrop,
.home3 .modal-backdrop {
  opacity: 0.95;
}
.home3 .rs-header {
  position: absolute;
  width: 100%;
  z-index: 999;
}
#rs-header.rs-transfarent-header-style {
  position: absolute;
  width: 100%;
  z-index: 999;
}
#rs-header.rs-transfarent-header-style .logo-area {
  padding-top: 0;
}
#rs-header.rs-transfarent-header-style .menu-sticky.sticky {
  background: #212121;
  padding-top: 10px;
  padding-bottom: 10px;
}
#rs-header.rs-transfarent-header-style .menu-area {
  background: transparent;
}
#rs-header.rs-transfarent-header-style .menu-area .rs-menu .nav-menu > li > a {
  color: #ffffff;
}
#rs-header.rs-transfarent-header-style .rs-right-btn-inner {
  position: relative;
}
#rs-header.rs-transfarent-header-style .rs-right-btn-inner .searce-box {
  position: absolute;
  top: 0;
  right: 90%;
  top: 7px;
}
#rs-header.rs-transfarent-header-style .rs-right-btn-inner .searce-box .rs-search i {
  color: #18bccf;
}
#rs-header.rs-transfarent-header-style .rs-right-btn-inner .apply-box {
  margin-left: 35px;
}
#rs-header.rs-transfarent-header-style .rs-right-btn-inner .apply-box a {
  padding: 0 28px;
  border-radius: 35px;
  line-height: 40px;
  height: auto;
  color: #ffffff;
  background: #18bccf;
  display: inline-block;
  text-align: center;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 500;
}
#rs-header.rs-transfarent-header-style .rs-right-btn-inner .apply-box a:hover {
  color: #ffffff;
  background: #27aae1;
}
.home3 .rs-header .menu-area {
  background-color: rgba(37, 37, 37, 0.8);
}
.home3 .rs-header .menu-area .rs-menu .nav-menu > li > a {
  color: #ffffff;
  line-height: 105px;
  height: 105px;
}
.home3 .rs-header .menu-area .rs-menu .nav-menu > li > a:hover {
  color: #18bccf;
}
.home3 .rs-header .menu-area .toggle-btn {
  position: absolute;
  right: 16px;
  top: 44px;
  background-color: transparent;
  cursor: pointer;
}
.home3 .rs-header .menu-area .toggle-btn .border-icon {
  display: block;
  height: 2px;
  margin-bottom: 5px;
  width: 25px;
  position: relative;
  -webkit-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
  background: #ffffff;
  z-index: 11;
}
.home3 .rs-header .menu-area .toggle-btn .border-icon:last-child {
  margin-bottom: 0;
}
.home3 .rs-header .menu-area .toggle-btn.active {
  top: 40px;
}
.home3 .rs-header .menu-area .toggle-btn.active .border-icon {
  background: #18bccf;
}
.home3 .rs-header .menu-area .toggle-btn.active .border-icon:nth-child(1) {
  top: 9px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.home3 .rs-header .menu-area .toggle-btn.active .border-icon:nth-child(2) {
  opacity: 0;
  visibility: hidden;
}
.home3 .rs-header .menu-area .toggle-btn.active .border-icon:nth-child(3) {
  top: -5px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.home3 .rs-header .menu-sticky.sticky {
  background-color: #212121;
}
.home3 .rs-header .menu-sticky.sticky .rs-menu .nav-menu > li > a {
  line-height: 80px;
  height: 80px;
}
.home3 .rs-header .menu-sticky.sticky .rs-menu .nav-menu > li > a:hover {
  color: #18bccf;
}
.home3 .rs-header .menu-sticky.sticky .searce-box {
  top: 26px;
}
.home3 .rs-header .menu-sticky.sticky .toggle-btn {
  top: 32px;
}
.home3 .rs-header .searce-box {
  position: absolute;
  top: 0;
  right: 8%;
  top: 38px;
}
.home3 .rs-header .searce-box a.rs-search i {
  color: #18bccf;
}
.home3 .rs-header .rs-menu ul {
  text-align: right;
  margin-right: 70px;
}
.home3 .rs-header .searce-box,
.home3 .rs-header .rs-menu > ul {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.4s ease-in-out 0s;
  -ms-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
}
.home3.hidden-menu .rs-header .searce-box,
.home3.hidden-menu .rs-header .rs-menu > ul {
  opacity: 1;
  visibility: visible;
}
.home3 .rs-toolbar .rs-toolbar-left .welcome-message,
.home5 .rs-toolbar .rs-toolbar-left .welcome-message,
.instructor-home .rs-toolbar .rs-toolbar-left .welcome-message {
  float: left;
  margin-right: 25px;
}
.home3 .rs-toolbar .rs-toolbar-left .welcome-message:last-child,
.home5 .rs-toolbar .rs-toolbar-left .welcome-message:last-child,
.instructor-home .rs-toolbar .rs-toolbar-left .welcome-message:last-child {
  margin-right: 0;
}
.home3 .rs-toolbar .rs-toolbar-left .welcome-message a,
.home5 .rs-toolbar .rs-toolbar-left .welcome-message a,
.instructor-home .rs-toolbar .rs-toolbar-left .welcome-message a {
  color: #ffffff;
}
.home3 .rs-toolbar .rs-toolbar-left .welcome-message a:hover,
.home5 .rs-toolbar .rs-toolbar-left .welcome-message a:hover,
.instructor-home .rs-toolbar .rs-toolbar-left .welcome-message a:hover {
  color: #18bccf;
}
.home5 .rs-toolbar {
  background: #00bcd4;
}
.home5 .rs-toolbar .toolbar-share-icon {
  margin-right: 15px;
}
.home5 .rs-toolbar .toolbar-share-icon ul li a {
  color: #fff;
  font-size: 14px;
}
.home5 .rs-toolbar .toolbar-share-icon ul li a:hover {
  color: #92278f;
}
.home5 .rs-toolbar .rs-search {
  color: #fff;
  font-size: 14px;
}
.home5 .rs-toolbar .rs-search:hover {
  color: #92278f;
}
.home5 .rs-header .logo-area {
  padding-top: 23px;
}
.home5 .rs-header .main-menu .rs-menu ul {
  text-align: right;
  margin-right: 112px;
}
.home5 .rs-header .main-menu .rs-menu > ul > li > a {
  color: #00bcd4;
}
.home5 .rs-header .main-menu .rs-menu ul li a:hover,
.home5 .rs-header .main-menu .rs-menu ul li.active a,
.home5 .rs-header .main-menu .rs-menu ul li.current-menu-item > a {
  color: #92278f !important;
}
.home5 .rs-header .main-menu .nav-expander {
  font-size: 20px;
  -webkit-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  transition: all 0.4s ease;
  display: block;
  color: #92278f;
  position: absolute;
  right: 15px;
  top: 26px;
}
.home5 .rs-header .main-menu .nav-expander:hover {
  transform: scale(1.1);
  color: #18bccf;
}
.home5 .rs-header .sticky {
  background: #fff;
}
.home5 .rs-header .apply-box {
  position: absolute;
  right: 0;
  min-width: 130px;
  text-align: center;
  line-height: 46px;
  background: #92278f;
  margin-top: 17px;
  border-radius: 30px;
}
.home5 .rs-header .apply-box a {
  color: #fff;
  display: block;
  text-transform: uppercase;
}
.home5 .rs-header .apply-box a:hover {
  color: #00bcd4;
}
.instructor-home .rs-header .logo-area {
  padding-top: 23px;
}
.instructor-home .rs-header .main-menu .rs-menu ul {
  text-align: right;
  margin-right: 110px;
}
.instructor-home .rs-header .main-menu .rs-menu > ul > li > a {
  color: #505050;
}
.instructor-home .rs-header .main-menu .rs-menu ul li a:hover,
.instructor-home .rs-header .main-menu .rs-menu ul li.active a,
.instructor-home .rs-header .main-menu .rs-menu ul li.current-menu-item > a {
  color: #18bccf !important;
}
.instructor-home .rs-header .main-menu .nav-expander {
  font-size: 20px;
  -webkit-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  transition: all 0.4s ease;
  display: block;
  color: #92278f;
  position: absolute;
  right: 15px;
  top: 26px;
}
.instructor-home .rs-header .main-menu .nav-expander:hover {
  transform: scale(1.1);
  color: #18bccf;
}
.instructor-home .rs-header .sticky {
  background: #fff;
}
.instructor-home .rs-header .apply-box {
  position: absolute;
  right: 0;
  min-width: 130px;
  text-align: center;
  line-height: 46px;
  background: #18bccf;
  margin-top: 17px;
  border-radius: 30px;
  transition: 0.4s;
}
.instructor-home .rs-header .apply-box:hover {
  background: #27aae1;
}
.instructor-home .rs-header .apply-box a {
  color: #fff;
  display: block;
  text-transform: uppercase;
}
.instructor-home .searce-box {
  padding-top: 28px;
}
.instructor-home .searce-box i {
  color: #18bccf;
}
.university-home .menu-area {
  padding: 16px 0;
}
.university-home .menu-area .rs-menu ul {
  text-align: right;
}
.university-home .rs-header .menu-area .rs-menu .nav-menu > li > a {
  color: #ffffff;
}
.university-home .rs-header .menu-area .rs-menu .searce-box {
  padding-top: 15px;
}
.university-home .rs-header .menu-area .rs-menu .searce-box a {
  position: relative;
}
.university-home .rs-header .menu-area .rs-menu .searce-box a:after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  height: 14px;
  width: 1px;
  background: #ffffff;
}
.home5 .overly-border::before,
.university-home .overly-border::before {
  border-top: 5px solid #92278f;
  border-bottom: 5px solid #92278f;
}
.home5 .overly-border::after,
.university-home .overly-border::after {
  border-right: 5px solid #92278f;
  border-left: 5px solid #92278f;
}
.home5 .rs-footer .footer-share ul li a,
.university-home .rs-footer .footer-share ul li a,
.home5 .rs-footer .footer-share ul li a:hover,
.university-home .rs-footer .footer-share ul li a:hover,
.home5 .rs-footer .footer-title:after,
.university-home .rs-footer .footer-title:after,
.home5 .rs-footer .footer-top .news-form button,
.university-home .rs-footer .footer-top .news-form button,
.home5 .rs-footer .footer-top .recent-post-widget .post-item .post-date,
.university-home .rs-footer .footer-top .recent-post-widget .post-item .post-date,
.home5 .rs-footer .footer-contact-desc,
.university-home .rs-footer .footer-contact-desc,
.home5 .rs-latest-news .news-normal-block .news-btn a,
.university-home .rs-latest-news .news-normal-block .news-btn a,
.home5 .owl-nav > div:hover,
.university-home .owl-nav > div:hover,
.home5 .rs-team .team-item .team-img .normal-text,
.university-home .rs-team .team-item .team-img .normal-text,
.home5 .rs-team .team-item .team-title:after,
.university-home .rs-team .team-item .team-title:after,
.home5 #scrollUp i,
.university-home #scrollUp i {
  background: #92278f;
}
.home5 .rs-footer .footer-bottom,
.university-home .rs-footer .footer-bottom,
.home5 .rs-footer .footer-top .recent-post-widget .post-item + .post-item,
.university-home .rs-footer .footer-top .recent-post-widget .post-item + .post-item,
.home5 .rs-footer .footer-top .news-form input,
.university-home .rs-footer .footer-top .news-form input {
  border-color: #92278f;
}
.home5 .searce-box i,
.university-home .searce-box i,
.home5 #rs-slider .slide-content .slider-desc,
.university-home #rs-slider .slide-content .slider-desc,
.home5 .copyright a,
.university-home .copyright a,
.home5 .rs-footer .footer-top .sitemap-widget li a:hover,
.university-home .rs-footer .footer-top .sitemap-widget li a:hover,
.home5 .rs-footer .footer-title,
.university-home .rs-footer .footer-title,
.home5 .rs-latest-news .news-list-block .news-list-item .news-title a,
.university-home .rs-latest-news .news-list-block .news-list-item .news-title a,
.home5 .rs-latest-news .news-normal-block .news-title a,
.university-home .rs-latest-news .news-normal-block .news-title a,
.home5 .rs-events .event-item .event-btn a,
.university-home .rs-events .event-item .event-btn a,
.home5 .rs-events .event-item .event-title a,
.university-home .rs-events .event-item .event-title a {
  color: #92278f;
}
.home5 .copyright a:hover,
.university-home .copyright a:hover,
.home5 .rs-footer .footer-top .recent-post-widget .post-item .post-title a:hover,
.university-home .rs-footer .footer-top .recent-post-widget .post-item .post-title a:hover {
  color: #5d0b5b;
}
.home5 .rs-footer .footer-top .news-form button:hover,
.university-home .rs-footer .footer-top .news-form button:hover {
  background: #5d0b5b;
}
.home5 .rs-footer .footer-share ul li a:hover,
.university-home .rs-footer .footer-share ul li a:hover {
  color: #00bcd4;
}
.home5 .rs-footer .footer-contact-desc .contact-inner i,
.university-home .rs-footer .footer-contact-desc .contact-inner i {
  color: #e84b3a;
}
.home5 .rs-footer,
.university-home .rs-footer {
  color: #505050;
}
.home5 .rs-footer .footer-top .sitemap-widget li a,
.university-home .rs-footer .footer-top .sitemap-widget li a,
.home5 .rs-footer .footer-top .recent-post-widget .post-item .post-title a,
.university-home .rs-footer .footer-top .recent-post-widget .post-item .post-title a {
  color: #505050;
}
.home5 .slider-overlay-2 .slide-content:after,
.university-home .slider-overlay-2 .slide-content:after {
  display: none;
}
.home5 .rs-footer .footer-top .news-form input,
.university-home .rs-footer .footer-top .news-form input {
  color: #000;
}
.home5 .rs-footer .footer-contact-desc,
.university-home .rs-footer .footer-contact-desc {
  border-radius: 30px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.7);
}
.home5 .rs-footer .footer-bottom,
.university-home .rs-footer .footer-bottom {
  background: #269aa9;
}
.home5 .rs-toolbar .rs-toolbar-left .welcome-message i,
.university-home .rs-toolbar .rs-toolbar-left .welcome-message i {
  color: #fff;
}
.university-home .searce-box i {
  color: #18bccf;
}
.university-home #scrollUp i,
.university-home .owl-nav > div:hover {
  background: #18bccf;
}
/* ------------------------------------
04. Sticky Menu
---------------------------------------*/
.menu-sticky.sticky {
  background: #111111;
  position: fixed !important;
  top: 0px;
  z-index: 999;
  margin: 0 auto !important;
  padding: 0;
  left: 0;
  right: 0;
  -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
  -webkit-animation-duration: .5s;
  animation-duration: .5s;
  -webkit-animation-name: sticky-animation;
  animation-name: sticky-animation;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.menu-sticky.sticky .main-menu {
  position: static ;
}
.rs-header-2 .menu-sticky1.sticky1 .nav-menu > li > a {
  height: 80px;
  line-height: 80px;
}
#nav-close {
  transition: all 0.3s ease 0s;
}
#nav-close:hover {
  background-color: #18bccf;
  border-color: #18bccf;
  color: #fff;
}
@-webkit-keyframes sticky-animation {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}
@keyframes sticky-animation {
  0% {
    opacity: 0;
    transform: translateY(-100%);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
/* ------------------------------------
05. Slider
---------------------------------------*/
#rs-slider {
  position: relative;
}
#rs-slider .slide-content {
  position: absolute;
  left: 0;
  top: 0;
  color: #fff;
  width: 100%;
  height: 100%;
  z-index: 8;
}
#rs-slider .slide-content .slider-title {
  font-size: 60px;
  color: #fff;
  margin-bottom: 15px;
  -webkit-animation-duration: 1.4s;
  animation-duration: 1.4s;
  text-transform: uppercase;
}
#rs-slider .slide-content .slider-desc {
  font-weight: 500;
  margin-bottom: 30px;
  font-size: 20px;
}
#rs-slider .slide-content .sl-readmore-btn {
  border: 2px solid #101010;
  background: #101010;
  display: inline-block;
  padding: 12px 25px;
  font-size: 16px;
  text-transform: uppercase;
  color: #ffffff;
  font-weight: 500;
  text-align: center;
  transition: all 0.3s ease 0s;
}
#rs-slider .slide-content .sl-readmore-btn:hover {
  background-color: #27aae1;
  border-color: #27aae1;
  color: rgba(255, 255, 255, 0.8);
}
#rs-slider .slide-content .sl-get-started-btn {
  background-color: #18bccf;
  border: 2px solid #18bccf;
  display: inline-block;
  padding: 12px 25px;
  font-size: 16px;
  text-transform: uppercase;
  color: #ffffff;
  font-weight: 500;
  text-align: center;
  transition: all 0.3s ease 0s;
}
#rs-slider .slide-content .sl-get-started-btn:hover {
  background-color: #27aae1;
  border-color: #27aae1;
  color: rgba(255, 255, 255, 0.8);
}
#rs-slider .owl-nav {
  display: none;
}
#rs-slider .owl-dots {
  position: absolute;
  right: 50px;
  top: 50%;
  transform: translateY(-50%);
}
#rs-slider .owl-dots .owl-dot {
  height: 15px;
  width: 5px;
  background-color: #ffffff;
}
#rs-slider .owl-dots .owl-dot + .owl-dot {
  margin-top: 8px;
}
#rs-slider .owl-dots .owl-dot.active {
  background-color: #18bccf;
}
.slider-overlay-1 .slide-content:after {
  position: absolute;
  content: '';
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.4);
  z-index: -1;
}
.slider-overlay-2 .slide-content:after {
  position: absolute;
  content: '';
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: rgba(255, 109, 0, 0.3);
  z-index: -1;
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.55) 0%, rgba(0, 0, 0, 0.5) 50%, rgba(255, 109, 0, 0.3) 100%);
  background: linear-gradient(top, rgba(0, 0, 0, 0.55) 0%, rgba(0, 0, 0, 0.5) 50%, rgba(255, 109, 0, 0.3) 100%);
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.55) 0%, rgba(0, 0, 0, 0.5) 50%, rgba(255, 109, 0, 0.3) 100%);
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.55) 0%, rgba(0, 0, 0, 0.5) 50%, rgba(255, 109, 0, 0.3) 100%);
  background-image: -ms-linear-gradient(top, rgba(0, 0, 0, 0.55) 0%, rgba(0, 0, 0, 0.5) 50%, rgba(0, 0, 0, 0.3) 100%);
  background: -webkit-gradient(linear, right top, right bottom, color-stop(0%, rgba(0, 0, 0, 0.55)), color-stop(50%, rgba(0, 0, 0, 0.5)), color-stop(100%, rgba(0, 0, 0, 0.3)));
  opacity: 0.95;
}
.home5 span.red-color {
  color: #e84b3a;
}
.home5 span.orange-color {
  color: #fc7f0c;
}
.home5 #rs-slider {
  position: relative;
}
.home5 #rs-slider .slide-content .slider-title {
  color: #92278f;
}
.home5 #rs-slider .slide-content .slider-title,
.home5 #rs-slider .slide-content .slider-desc,
.home5 #rs-slider .slide-content .sl-get-started-btn {
  position: relative;
  z-index: 11;
}
.home5 #rs-slider .slide-content .sl-get-started-btn {
  border: none;
  background: #92278f;
  border-radius: 30px;
  font-weight: 700;
  padding-top: 16px;
  padding-bottom: 16px;
  font-size: 18px;
}
.home5 #rs-slider .slide-content .sl-get-started-btn:hover {
  background: #550b53;
}
.home5 #rs-slider .owl-dots {
  display: none !important;
}
.rs-banner-section {
  position: relative;
  overflow: hidden;
}
.rs-banner-section img.banner-image {
  width: 100%;
}
.rs-banner-section .banner-inner {
  position: absolute;
  width: 100%;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.rs-banner-section .banner-inner .sl-sub-title {
  margin-bottom: 2px;
  font-size: 56px;
  font-family: 'Montserrat', sans-serif;
  line-height: 70px;
  color: #fff;
  font-weight: 600;
  font-style: italic;
}
.rs-banner-section .banner-inner .banner-title {
  font-size: 75px;
  line-height: 75px;
  margin: 0 0 25px;
  font-weight: 700;
  color: #fff;
}
.rs-banner-section .banner-inner .banner-title span {
  display: block;
  color: #18bccf;
}
.rs-banner-section .banner-inner .content {
  color: #ffffff;
  font-size: 20px;
  line-height: 26px;
  font-weight: 400;
  margin-bottom: 40px;
}
.rs-banner-section .banner-inner .readon {
  text-transform: uppercase;
  letter-spacing: 3px;
  font-size: 16px;
  padding: 15px 25px;
}
.rs-banner-section .banner-text {
  max-width: 700px;
}
.rs-banner-section2 {
  position: relative;
  overflow: hidden;
}
.rs-banner-section2 img.banner-image {
  width: 100%;
}
.rs-banner-section2 .banner-inner {
  position: absolute;
  width: 100%;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.rs-banner-section2 .banner-inner .sl-sub-title,
.rs-banner-section2 .banner-inner .banner-title,
.rs-banner-section2 .banner-inner .banner-title2 {
  color: #fff;
}
.rs-banner-section2 .banner-inner .sl-sub-title {
  font-size: 20px;
  font-family: 'Montserrat', sans-serif;
  line-height: 50px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 9px;
}
.rs-banner-section2 .banner-inner .banner-title {
  margin: 0 0 6px;
  font-weight: 600;
  text-transform: capitalize;
  font-size: 46px;
  line-height: 1.1;
  letter-spacing: 0;
  font-family: 'Teko', sans-serif;
}
.rs-banner-section2 .banner-inner .banner-title span {
  display: block;
  line-height: 1;
  font-family: 'Courgette', cursive;
  font-weight: normal;
  font-size: 24px;
  padding-bottom: 14px;
  padding-top: 12px;
  color: #18bccf;
}
.rs-banner-section2 .banner-inner .content {
  color: #ffffff;
  font-size: 20px;
  line-height: 26px;
  font-weight: 400;
  margin-bottom: 40px;
}
.rs-banner-section2 .banner-inner .readon {
  text-transform: uppercase;
  font-size: 17px;
  padding: 15px 45px;
  background: transparent;
  border: 2px solid #fff;
  border-radius: 30px;
  font-weight: 600;
}
.rs-banner-section2 .banner-inner .readon:hover {
  background: #ffffff;
  color: #18bccf;
}
.rs-banner-section2 .animate .circle1 {
  position: absolute;
  right: 40%;
  bottom: 50px;
  height: 150px;
  animation: swing-anim 2s alternate-reverse infinite;
  -webkit-animation: swing-anim 2s alternate-reverse infinite;
}
.rs-banner-section2 .animate .circle2 {
  position: absolute;
  right: 25%;
  top: 300px;
  text-align: right;
  width: 150px;
  animation: swing-anim2 2s alternate-reverse infinite;
  -webkit-animation: swing-anim2 2s alternate-reverse infinite;
}
.rs-banner-section3 {
  background: url(images/bg/home8-banner-bg.jpg);
  background-position: center top;
  background-repeat: no-repeat;
  padding-top: 180px;
  padding-bottom: 100px;
  background-size: cover;
}
.rs-banner-section3 .countdown-part .sub-title {
  display: block;
  font-size: 18px;
  line-height: 34px;
  color: #18bccf;
  font-weight: 600;
}
.rs-banner-section3 .countdown-part .title {
  font-size: 60px;
  line-height: 70px;
  font-weight: 600;
  color: #ffffff;
  text-transform: uppercase;
}
.rs-banner-section3 .countdown-part .counter-wrap {
  max-width: 550px;
}
.rs-banner-section3 .countdown-part .counter-wrap .timecounter-inner .time_circles {
  position: relative;
  width: 100%;
  height: 100%;
  left: 0;
}
.rs-banner-section3 .countdown-part .counter-wrap .timecounter-inner .time_circles canvas {
  opacity: 1;
}
.rs-banner-section3 .countdown-part .counter-wrap .timecounter-inner .time_circles div {
  position: absolute;
  text-align: left;
  padding-right: 0;
}
.rs-banner-section3 .countdown-part .counter-wrap .timecounter-inner .time_circles div span {
  padding: 0;
  display: block;
  width: 100%;
  text-align: center;
  font-weight: 700;
  font-size: 40px !important;
  margin: 0 0 9px 0;
  color: #18bccf;
}
.rs-banner-section3 .countdown-part .counter-wrap .timecounter-inner .time_circles div h4 {
  color: #ffffff;
  margin: 0;
  padding: 0;
  text-align: center;
  font-weight: 400;
  text-transform: capitalize;
  line-height: 17px;
  font-size: 12px !important;
}
.rs-banner-section3 .register-form {
  background: rgba(255, 255, 255, 0.6);
}
.rs-banner-section3 .register-form .form-title {
  position: relative;
  padding: 30px 65px 36px;
  margin-bottom: 50px;
}
.rs-banner-section3 .register-form .form-title .title {
  font-weight: 400;
  color: #fff;
  position: relative;
  z-index: 10;
  line-height: 1.4;
  font-size: 22px;
}
.rs-banner-section3 .register-form .form-title:after {
  position: absolute;
  height: 100%;
  width: 100%;
  clip-path: polygon(-115.5% 0, 113% 0, 76% 100%);
  left: 0;
  background-color: #18bccf;
  top: 0;
  content: "";
}
.rs-banner-section3 .register-form .form-group {
  padding: 0 50px 5px;
}
.rs-banner-section3 .register-form .form-group .from-control {
  width: 100%;
  margin-bottom: 20px;
  border-radius: 3px;
  height: 50px;
  line-height: 50px;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 15px;
  padding: 10px 14px;
  border: 1px solid rgba(54, 54, 54, 0.1);
  outline: 0;
}
.rs-banner-section3 .register-form .form-group input[type=submit] {
  width: 100%;
  margin-bottom: 50px;
  border-radius: 3px;
  height: 50px;
  line-height: 50px;
  -webkit-appearance: button;
  cursor: pointer;
  background: #18bccf;
  border: 0;
  color: #fff;
  font-size: 15px;
  text-transform: uppercase;
  outline: 0;
  transition: 0.4s;
  font-weight: 600;
}
.rs-banner-section3 .register-form .form-group input[type=submit]:hover {
  color: #ffffff;
  background: #27aae1;
}
.rs-banner-section3 .register-form .form-group .select-option {
  position: relative;
}
.rs-banner-section3 .register-form .form-group .select-option select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
  color: #b1b1b1;
  opacity: 1;
  z-index: 11;
  position: relative;
}
.rs-banner-section3 .register-form .form-group .select-option:after {
  content: '\f107';
  font-family: FontAwesome;
  color: #b1b1b1;
  right: 15px;
  position: absolute;
  top: 11px;
  z-index: 12;
  font-size: 22px;
  pointer-events: none;
}
/* ------------------------------------
06. Breadcrumbs
---------------------------------------*/
.rs-breadcrumbs {
  padding: 100px 0 35px;
}
.rs-breadcrumbs .page-title {
  margin: 80px 0 100px;
  font-size: 36px;
  color: #ffffff;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.rs-breadcrumbs ul {
  padding: 0;
}
.rs-breadcrumbs ul li {
  color: #18bccf;
  display: inline-block;
  font-weight: 400;
}
.rs-breadcrumbs ul li a {
  position: relative;
  padding-right: 30px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  color: #ffffff;
}
.rs-breadcrumbs ul li a:before,
.rs-breadcrumbs ul li a:after {
  background-color: rgba(255, 255, 255, 0.8);
  content: "";
  height: 15px;
  width: 2px;
  position: absolute;
  right: 7px;
  top: 2px;
  transform: rotate(26deg);
}
.rs-breadcrumbs ul li a:before {
  right: 13px;
}
.rs-breadcrumbs ul li a:hover {
  color: #18bccf;
}
.breadcrumbs-overlay {
  position: relative;
  z-index: 1;
}
.breadcrumbs-overlay:after {
  content: '';
  position: absolute;
  background-color: rgba(17, 17, 17, 0.8);
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
/* ------------------------------------
07. Services
---------------------------------------*/
.rs-services-style7 .Services-wrap .Services-item {
  position: relative;
  overflow: hidden;
}
.rs-services-style7 .Services-wrap .Services-item:before {
  position: absolute;
  content: "";
  background: rgba(0, 0, 0, 0.4);
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 1;
  opacity: 0;
  visibility: hidden;
  transition: all .3s ease 0s;
  border-radius: 8px;
}
.rs-services-style7 .Services-wrap .Services-item .Services-icon img {
  border-radius: 8px;
}
.rs-services-style7 .Services-wrap .Services-item .Services-desc {
  position: absolute;
  bottom: 25px;
  left: 0;
  text-align: center;
  width: 100%;
  transition: all .5s ease 0s;
  z-index: 10;
}
.rs-services-style7 .Services-wrap .Services-item .Services-desc i {
  webkit-animation-name: rs-animation-scale-up;
  animation-name: rs-animation-scale-up;
  display: none;
}
.rs-services-style7 .Services-wrap .Services-item .Services-desc i:before {
  color: #18bccf;
  font-size: 40px;
}
.rs-services-style7 .Services-wrap .Services-item .Services-desc .services-title {
  font-size: 22px;
  line-height: 30px;
  font-weight: 500;
  margin: 0;
}
.rs-services-style7 .Services-wrap .Services-item .Services-desc .services-title a {
  color: #ffffff;
}
.rs-services-style7 .Services-wrap .Services-item:hover:before {
  opacity: 1;
  visibility: visible;
}
.rs-services-style7 .Services-wrap .Services-item:hover .Services-desc {
  bottom: 50%;
  transform: translateY(50%);
}
.rs-services-style7 .Services-wrap .Services-item:hover .Services-desc i {
  display: block;
}
.rs-services-style7 .content-part .sub-text {
  display: block;
  font-size: 18px;
  line-height: 34px;
  color: #18bccf;
  font-weight: 600;
}
.rs-services-style7 .content-part .title {
  font-size: 57px;
  line-height: 40px;
  color: #212121;
  font-weight: 700;
  margin: 0;
  font-family: 'Montserrat', sans-serif;
  text-transform: capitalize;
  letter-spacing: 0;
}
.rs-services-style7 .content-part p {
  font-size: 15px;
  line-height: 23px;
  color: #505050;
  margin: 0;
}
/* ------------------------------------
07. Services
---------------------------------------*/
.rs-services-style1 .services-item {
  background-color: #212121;
  padding: 25px 17px 17px;
  box-shadow: 0 4px 2px -2px #000000;
  z-index: 111;
  position: relative;
  top: -30px;
  transition: all 0.3s ease 0s;
}
.rs-services-style1 .services-item:hover {
  background-color: #18bccf;
}
.rs-services-style1 .services-item:hover .services-icon {
  background-color: #18bccf;
}
.rs-services-style1 .services-item:hover .services-icon,
.rs-services-style1 .services-item:hover .services-desc p {
  color: #fff;
}
.rs-services-style1 .services-desc {
  text-align: center;
  margin-top: 6px;
}
.rs-services-style1 .services-desc p {
  color: #cccccc;
  margin-bottom: 0;
}
.rs-services-style1 .services-desc .services-title {
  position: relative;
  color: #ffffff;
  font-size: 20px;
  margin-bottom: 7px;
  z-index: 10;
}
.rs-services-style1 .services-icon {
  height: 130px;
  width: 130px;
  background-color: #212121;
  line-height: 88px;
  text-align: center;
  position: absolute;
  top: -50px;
  z-index: -1;
  font-size: 40px;
  border-radius: 50%;
  left: 0;
  right: 0;
  margin: 0 auto;
  color: #18bccf;
  transition: all 0.3s ease 0s;
}
.rs-services-style1 .services-icon i {
  display: inline-block;
}
.home5 .rs-services-style1 .services-item {
  margin-top: 0;
  padding-bottom: 20px;
  border-radius: 0 0 10px 10px;
}
.home5 .rs-services-style1 .services-item.blue-color {
  box-shadow: 0px 4px 13px #046875;
}
.home5 .rs-services-style1 .services-item.blue-color,
.home5 .rs-services-style1 .services-item.blue-color .services-icon {
  background: #00bcd4;
}
.home5 .rs-services-style1 .services-item.orange-color {
  box-shadow: 0px 4px 13px #9c510b;
}
.home5 .rs-services-style1 .services-item.orange-color,
.home5 .rs-services-style1 .services-item.orange-color .services-icon {
  background: #fc7f0c;
}
.home5 .rs-services-style1 .services-item.purple-color {
  box-shadow: 0px 4px 13px #50154f;
}
.home5 .rs-services-style1 .services-item.purple-color,
.home5 .rs-services-style1 .services-item.purple-color .services-icon {
  background: #92278f;
}
.home5 .rs-services-style1 .services-item.red-color {
  box-shadow: 0px 4px 13px #75231a;
}
.home5 .rs-services-style1 .services-item.red-color,
.home5 .rs-services-style1 .services-item.red-color .services-icon {
  background: #e84b3a;
}
.home5 .rs-services-style1 .services-item .services-icon {
  color: #fff;
  top: -50px;
  line-height: 90px;
  font-size: 40px;
}
.home5 .rs-services-style1 .services-item .services-desc {
  position: relative;
  z-index: 111;
  margin-top: 6px;
}
.home5 .rs-services-style1 .services-item .services-desc .services-title {
  margin-bottom: 6px;
  position: relative;
}
.home5 .rs-services-style1 .services-item .services-desc p {
  color: #eee;
}
/* ------------------------------------
34. About Us Style8
---------------------------------------*/
.rs-about-style8 ul {
  list-style: none;
  margin: 0;
  flex-wrap: wrap;
  display: flex;
  padding-top: 0;
}
.rs-about-style8 ul li {
  flex-basis: 34%;
  position: relative;
  padding-left: 24px;
  padding-bottom: 7px;
}
.rs-about-style8 ul li:before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  content: "\f05d";
  font-family: FontAwesome;
  color: #18bccf;
  transition: all .5s ease;
}
.rs-about-style8 .author-section .course-author {
  display: flex;
  align-items: center;
}
.rs-about-style8 .author-section .align-img {
  margin-right: 20px;
}
.rs-about-style8 .author-section .align-img img {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  margin: 0;
}
.rs-about-style8 .author-section .author-content h4 {
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
  color: #212121;
}
.rs-about-style8 .author-section .author-content p {
  margin-bottom: 0;
}
/* ------------------------------------
08. About Us Style
---------------------------------------*/
.rs-about-style7 .content-part .play-btn {
  position: relative;
}
.rs-about-style7 .content-part .play-btn .pulse-btn {
  position: absolute;
  background: #27aae1;
  width: 80px;
  height: 80px;
  line-height: 80px;
  border-radius: 50%;
  margin: 0 auto;
  display: block;
  text-align: center;
  left: 50%;
  transform: translateX(-50%);
  bottom: 40px;
  font-size: 30px;
  color: #ffffff;
  z-index: 1;
}
.rs-about-style7 .content-part .play-btn .pulse-btn:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 80px;
  height: 80px;
  background: transparent;
  border: 2px solid #27aae1;
  border-radius: 50%;
  transition: all 200ms;
  animation: pulse-border 1500ms ease-out infinite;
}
.rs-about-style7 .content-part .play-btn .pulse-btn:after {
  content: "";
  position: absolute;
  z-index: -2;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 80px;
  height: 80px;
  background: transparent;
  border-radius: 50%;
  transition: all 200ms;
  border: 2px solid #27aae1;
}
.rs-about-style7 .content-part .sub-title {
  display: block;
  font-size: 18px;
  color: #18bccf;
  font-weight: 600;
}
.rs-about-style7 .content-part .title {
  font-size: 30px;
  font-weight: 700;
  line-height: 40px;
  color: #ffffff;
  margin: 0;
}
.rs-about-style7 .content-part p {
  font-size: 15px;
  font-weight: 400;
  line-height: 27px;
  color: #ffffff;
  margin: 0;
}
.rs-about-style8 .content-part .play-btn {
  position: relative;
}
.rs-about-style8 .content-part .play-btn .pulse-btn {
  position: absolute;
  background: #27aae1;
  width: 80px;
  height: 80px;
  line-height: 80px;
  border-radius: 50%;
  margin: 0 auto;
  display: block;
  text-align: center;
  left: 50%;
  transform: translateX(-50%);
  font-size: 30px;
  color: #ffffff;
  z-index: 1;
}
.rs-about-style8 .content-part .play-btn .pulse-btn:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 80px;
  height: 80px;
  background: transparent;
  border: 2px solid #27aae1;
  border-radius: 50%;
  transition: all 200ms;
  animation: pulse-border 1500ms ease-out infinite;
}
.rs-about-style8 .content-part .play-btn .pulse-btn:after {
  content: "";
  position: absolute;
  z-index: -2;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 80px;
  height: 80px;
  background: transparent;
  border-radius: 50%;
  transition: all 200ms;
  border: 2px solid #27aae1;
}
.rs-about-style8 .content-part .title {
  font-size: 30px;
  font-weight: 700;
  line-height: 40px;
  color: #ffffff;
  margin: 0;
}
/* ------------------------------------
08. About Us
---------------------------------------*/
.rs-about .about-img {
  position: relative;
}
.rs-about .about-img:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(33, 33, 33, 0.5);
  opacity: 0;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.rs-about .about-img:hover:after {
  opacity: 1;
}
.rs-about .about-img .popup-youtube {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 10;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}
.rs-about .about-img .popup-youtube:after {
  position: absolute;
  font-family: FontAwesome;
  content: "\f04b";
  font-size: 36px;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  transition: all 0.3s ease 0s;
  display: inline-block;
  height: 80px;
  line-height: 80px;
  width: 80px;
  text-align: center;
  background: #18bccf;
  border-radius: 50%;
  padding-left: 8px;
  color: #fff;
}
.rs-about .about-desc {
  margin-bottom: 30px;
}
.rs-about .about-desc h2 {
  font-size: 30px;
  line-height: normal;
  margin-bottom: 20px;
  text-transform: uppercase;
  position: relative;
}
.rs-about .about-desc p {
  font-size: 15px;
  line-height: 26px;
  margin-bottom: 0;
}
.vision-desc p:last-child,
.about-desc p:last-child {
  margin-bottom: 0;
}
.home5 .sec-title {
  margin-bottom: 20px;
}
.home5 .sec-title h3:after {
  left: 0;
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
.home5 .acdn-title {
  color: #92278f;
}
.home5 #accordion .card .card-header .acdn-title:not(.collapsed) {
  background: #92278f;
}
.rs-about-2 .sec-title h3 {
  font-size: 30px;
}
.rs-about-2 .about-signature h4 {
  margin-bottom: 0;
  font-size: 20px;
}
.rs-about-2 .about-signature span {
  font-size: 14px;
}
#rs-about {
  margin-top: -30px;
}
/* ------------------------------------
30. Course Categories
---------------------------------------*/
.rs-courses-style7 .item {
  text-align: center;
  margin-bottom: 50px;
  border-radius: 8px;
  position: relative;
}
.rs-courses-style7 .item .cource-img img {
  border-radius: 8px;
}
.rs-courses-style7 .item .content-part {
  position: absolute;
  bottom: 30px;
  left: 0;
  text-align: center;
  width: 100%;
  transition: all .5s ease 0s;
  z-index: 10;
}
.rs-courses-style7 .item .content-part .btn-part {
  transition: all 0.3s ease 0s;
  opacity: 0;
}
.rs-courses-style7 .item .content-part .btn-part i:before {
  display: inline-block;
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  background-color: #18bccf;
  color: #ffffff;
  border-radius: 50%;
  font-size: 30px;
}
.rs-courses-style7 .item .content-part .cource-title {
  font-size: 23px;
  margin-bottom: 0;
  margin-top: 12px;
  font-weight: 600;
}
.rs-courses-style7 .item .content-part .cource-title a {
  color: #ffffff;
  transition: all 0.3s ease 0s;
}
.rs-courses-style7 .item .content-part .courses-sub {
  font-size: 13px;
  font-weight: 400;
  color: #fff;
  transition: all 0.3s ease 0s;
}
.rs-courses-style7 .item:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: #fff;
  opacity: 0;
  visibility: hidden;
  border-radius: 8px;
  transition: all 0.3s ease 0s;
}
.rs-courses-style7 .item:hover .content-part .btn-part {
  opacity: 1 !important;
}
.rs-courses-style7 .item:hover .content-part .cource-title a {
  color: #212121;
}
.rs-courses-style7 .item:hover .content-part .courses-sub {
  color: #505050;
}
.rs-courses-style7 .item:hover:after {
  opacity: 0.8;
  visibility: visible;
}
/* ------------------------------------
09. rs courses style
---------------------------------------*/
.rs-courses .cource-item {
  border: 1px solid #dddddd;
}
.rs-courses .cource-item .cource-img {
  position: relative;
  margin-bottom: 22px;
}
.rs-courses .cource-item .cource-img img {
  width: 100%;
  transition: all 0.3s ease 0s;
}
.rs-courses .cource-item .cource-img .course-value {
  position: absolute;
  bottom: -25px;
  right: 25px;
  height: 50px;
  width: 50px;
  line-height: 50px;
  text-align: center;
  background-color: #18bccf;
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  border-radius: 50%;
  z-index: 1;
}
.rs-courses .cource-item .course-body {
  text-align: center;
  padding: 0 20px;
}
.rs-courses .cource-item .course-body .course-category {
  display: inline-block;
}
.rs-courses .cource-item .course-body .course-title {
  font-size: 20px;
  margin-bottom: 7px;
}
.rs-courses .cource-item .course-body .course-title a {
  color: #212121;
}
.rs-courses .cource-item .course-body .course-title a:hover {
  color: rgba(33, 33, 33, 0.6);
}
.rs-courses .cource-item .course-body .review-wrap .rating {
  display: inline-block;
  color: #18bccf;
  margin-right: 10px;
  padding-right: 10px;
  border-right: 1px solid #ddd;
  line-height: 10px;
}
.rs-courses .cource-item .course-body .review-wrap .review {
  line-height: 10px;
  display: inline-block;
}
.rs-courses .cource-item .course-body .course-desc {
  margin-top: 10px;
}
.rs-courses .cource-item .course-body .course-desc p {
  margin: 0 0 22px;
}
.rs-courses .cource-item .course-footer {
  padding: 15px 20px;
  background-color: #f0f0f0;
  text-align: center;
}
.rs-courses .cource-item .course-footer div {
  display: inline-block;
  text-align: center;
  position: relative;
  line-height: 19px;
}
.rs-courses .cource-item .course-footer div span {
  display: block;
  font-size: 14px;
  color: #212121;
  font-weight: 500;
}
.rs-courses .cource-item .course-footer div span.label {
  font-weight: 700;
}
.rs-courses .cource-item .course-footer div div {
  padding-left: 8px;
  margin-left: 8px;
  border-left: 1px solid #ccc;
}
.rs-courses .cource-item.blue-color .course-footer {
  background: #00bcd4;
}
.rs-courses .cource-item.orange-color .course-footer {
  background: #fc7f0c;
}
.rs-courses .cource-item.purple-color .course-footer {
  background: #92278f;
}
.rs-courses .cource-item.red-color .course-footer {
  background: #e84b3a;
  box-shadow: 0 12px 20px #f4f5ff;
}
.rs-courses.rs-courses-style6 .cource-item {
  margin-bottom: 30px;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.06) !important;
  background: #ffffff !important;
  min-height: 375px;
  border-radius: 8px;
}
.rs-courses.rs-courses-style6 .cource-item .cource-img img {
  border-radius: 8px;
}
.rs-courses.rs-courses-style6 .cource-item .cource-img .course-value {
  bottom: 0;
  right: 0;
  top: 20px;
  height: 30px;
  width: 85px;
  line-height: 30px;
  text-align: center;
  background-color: #18bccf;
  color: #fff;
  font-size: 13px;
  font-weight: 500;
  border-radius: 5px 0 0 5px;
}
.rs-courses.rs-courses-style6 .cource-item .cource-img .img-part img {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 2px solid #18bccf;
  position: absolute;
  bottom: -20px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
}
.rs-courses.rs-courses-style6 .cource-item .course-body {
  background: #ffffff !important;
}
.rs-courses.rs-courses-style6 .cource-item .course-body span {
  font-size: 14px;
  line-height: 26px;
  font-weight: 600;
}
.rs-courses.rs-courses-style6 .cource-item .course-body span a {
  color: #505050;
}
.rs-courses.rs-courses-style6 .cource-item .course-body span a:hover {
  color: #18bccf;
}
.rs-courses.rs-courses-style6 .cource-item .course-body .title {
  font-size: 20px;
  line-height: 30px;
  font-weight: 600;
  margin: 0;
}
.rs-courses.rs-courses-style6 .cource-item .course-body .title a {
  color: #212121;
}
.rs-courses.rs-courses-style6 .cource-item .course-body .title a:hover {
  color: #18bccf;
}
.rs-courses.rs-courses-style6 .cource-item .course-footer {
  background: none;
}
.rs-courses.rs-courses-style6 .cource-item .course-footer .courses-seats {
  margin-right: 30px;
}
.rs-courses.rs-courses-style6 .cource-item .course-footer .courses-seats i:before {
  color: #505050;
  font-size: 18px;
  padding-right: 5px;
}
.rs-courses.rs-courses-style6 .cource-item .course-footer .review-wrap .rating li {
  color: #18bccf;
  font-size: 18px;
}
.rs-courses.rs-courses-style7-new2 .cource-item {
  margin-bottom: none;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.06) !important;
  background: #ffffff !important;
  min-height: 345px;
  border-radius: 0 0 8px 4px !important;
}
.rs-courses.rs-courses-style7-new2 .cource-item .cource-img .course-value {
  bottom: 0;
  right: 0;
  height: 30px;
  width: 85px;
  line-height: 30px;
  text-align: center;
  background-color: #18bccf;
  color: #fff;
  font-size: 13px;
  font-weight: 500;
  border-radius: 5px 0 0 5px;
}
.rs-courses.rs-courses-style7-new2 .cource-item .cource-img .img-part img {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 2px solid #18bccf;
  position: absolute;
  bottom: -20px;
  left: 45px;
  transform: translateX(-50%);
  z-index: 1;
}
.rs-courses.rs-courses-style7-new2 .cource-item .course-body {
  background: #ffffff !important;
  text-align: left;
}
.rs-courses.rs-courses-style7-new2 .cource-item .course-body span {
  font-size: 14px;
  line-height: 26px;
  font-weight: 600;
}
.rs-courses.rs-courses-style7-new2 .cource-item .course-body span a {
  color: #505050;
}
.rs-courses.rs-courses-style7-new2 .cource-item .course-body span a:hover {
  color: #18bccf;
}
.rs-courses.rs-courses-style7-new2 .cource-item .course-body .title {
  font-size: 20px;
  line-height: 30px;
  font-weight: 600;
  margin: 0;
}
.rs-courses.rs-courses-style7-new2 .cource-item .course-body .title a {
  color: #212121;
}
.rs-courses.rs-courses-style7-new2 .cource-item .course-body .title a:hover {
  color: #18bccf;
}
.rs-courses.rs-courses-style7-new2 .cource-item .course-footer {
  background: none;
  text-align: left;
  padding-bottom: 20px;
}
.rs-courses.rs-courses-style7-new2 .cource-item .course-footer .courses-seats {
  margin-right: 30px;
}
.rs-courses.rs-courses-style7-new2 .cource-item .course-footer .courses-seats i:before {
  color: #505050;
  font-size: 18px;
  padding-right: 5px;
}
.rs-courses.rs-courses-style7-new2 .cource-item .course-footer .review-wrap .rating li {
  color: #18bccf;
  font-size: 18px;
}
.rs-courses.rs-courses-style7-new2 .cource-item .course-footer .desc {
  font-size: 15px;
  color: #505050;
  line-height: 27px;
  margin: 0;
}
.event-item .events-details {
  margin-top: -20px;
  padding: 15px;
}
.event-item .events-details.white-bg {
  background: #fff;
}
.event-item .event-img,
.cource-item .event-img,
.event-item .cource-img,
.cource-item .cource-img {
  position: relative;
}
.event-item .event-img:after,
.cource-item .event-img:after,
.event-item .cource-img:after,
.cource-item .cource-img:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.6);
  -webkit-transform: scaleY(0);
  -ms-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transition: 0.4s;
  -ms-transition: 0.4s;
  transition: 0.4s;
}
.event-item .event-img .image-link,
.cource-item .event-img .image-link,
.event-item .cource-img .image-link,
.cource-item .cource-img .image-link {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) !important;
  -webkit-transform: translate(-50%, -50%) !important;
  -ms-transform: translate(-50%, -50%) !important;
  color: #18bccf;
  z-index: 11;
}
.event-item .event-img .image-link:hover,
.cource-item .event-img .image-link:hover,
.event-item .cource-img .image-link:hover,
.cource-item .cource-img .image-link:hover {
  color: #fff;
}
.event-item .event-img .image-link i,
.cource-item .event-img .image-link i,
.event-item .cource-img .image-link i,
.cource-item .cource-img .image-link i {
  font-size: 22px;
  font-weight: 400;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  transition: all 0.3s ease 0s;
}
.event-item:hover .event-img:after,
.cource-item:hover .event-img:after,
.event-item:hover .cource-img:after,
.cource-item:hover .cource-img:after {
  -webkit-transform: scaleY(1);
  -ms-transform: scaleY(1);
  transform: scaleY(1);
}
.event-item:hover .event-img .image-link i,
.cource-item:hover .event-img .image-link i,
.event-item:hover .cource-img .image-link i,
.cource-item:hover .cource-img .image-link i {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.home5 .rs-courses .cource-item {
  border-color: #eee;
  background: #eee;
  border-radius: 0 0 30px 30px;
}
.home5 .rs-courses .cource-item .cource-img {
  margin-bottom: 0;
}
.home5 .rs-courses .cource-item .course-body {
  padding-top: 30px;
  background: #eee;
}
.home5 .rs-courses .cource-item .course-body .course-title a {
  color: #92278f;
}
.home5 .rs-courses .cource-item .course-footer {
  border-radius: 30px;
}
.home5 .rs-courses .cource-item .course-footer > div span {
  color: #fff;
}
.rs-courses-2 {
  padding-bottom: 70px;
}
.rs-courses-2 .cource-item {
  margin-bottom: 30px;
  border: 1px solid #dddddd;
}
.rs-courses-2 .cource-item .cource-img {
  position: relative;
  overflow: hidden;
}
.rs-courses-2 .cource-item .cource-img img {
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  width: 100%;
}
.rs-courses-2 .cource-item .cource-img .course-value {
  position: absolute;
  bottom: -25px;
  right: 25px;
  height: 50px;
  width: 50px;
  line-height: 50px;
  text-align: center;
  background-color: #18bccf;
  color: #ffffff;
  font-size: 13px;
  font-weight: 500;
  border-radius: 50%;
}
.rs-courses-2 .cource-item .course-body {
  padding: 20px 25px 25px;
  transition: all 0.5s ease 0s;
}
.rs-courses-2 .cource-item .course-body .course-category {
  display: inline-block;
}
.rs-courses-2 .cource-item .course-body .course-title {
  font-size: 20px;
  margin-bottom: 7px;
}
.rs-courses-2 .cource-item .course-body .course-title a {
  color: #212121;
  transition: all 0.35s ease 0s;
}
.rs-courses-2 .cource-item .course-body .course-title a:hover {
  color: rgba(33, 33, 33, 0.6);
}
.rs-courses-2 .cource-item .course-body .course-desc {
  margin-top: 12px;
}
.rs-courses-2 .cource-item .course-body .course-desc p {
  margin-bottom: 0;
  transition: all 0.35s ease 0s;
}
.rs-courses-2 .cource-item .cource-btn {
  background-color: #18bccf;
  border: 2px solid #18bccf;
  display: inline-block;
  margin-top: 20px;
  padding: 2px 10px;
  font-size: 11px;
  text-transform: uppercase;
  color: #ffffff;
  font-weight: 700;
  transition: all 0.3s ease 0s;
}
.rs-courses-2 .cource-item .cource-btn:hover {
  background-color: #27aae1;
  border-color: #27aae1;
}
.rs-courses-2 .cource-item:hover .course-body {
  background-color: #212121;
}
.rs-courses-2 .cource-item:hover .course-body .course-title a {
  color: #fff;
}
.rs-courses-2 .cource-item:hover .course-body p {
  color: rgba(255, 255, 255, 0.7);
}
.rs-courses-2 .cource-item:hover .cource-btn {
  background-color: #fff;
  border-color: #fff;
  color: #18bccf;
}
.rs-courses-2 .cource-item:hover .cource-btn:hover {
  background-color: #27aae1;
  border-color: #27aae1;
  color: #fff;
}
.rs-courses-2 .cource-item:hover .cource-img img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  opacity: 0.8;
}
.rs-courses-2 .view-more {
  bottom: auto;
}
.rs-courses-2 .container {
  overflow: hidden;
}
.rs-courses-2 .row.grid {
  min-height: 500px !important;
}
.rs-courses-3 .row.grid {
  min-height: 500px;
  overflow: hidden;
}
.rs-courses-3 .course-item {
  margin-bottom: 30px;
  border: 1px solid #dddddd;
  transition: all 0.35s ease 0s;
}
.rs-courses-3 .course-item .course-img {
  position: relative;
  margin: -1px -1px 0 -1px;
}
.rs-courses-3 .course-item .course-img:before {
  background: rgba(0, 0, 0, 0.5);
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.6));
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.6));
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.6));
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.6));
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
}
.rs-courses-3 .course-item .course-img img {
  width: 100%;
}
.rs-courses-3 .course-item .course-img .course-value {
  position: absolute;
  bottom: -30px;
  right: 22px;
  height: 60px;
  width: 60px;
  line-height: 60px;
  text-align: center;
  background-color: #18bccf;
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  border-radius: 50%;
}
.rs-courses-3 .course-item .course-toolbar {
  position: absolute;
  width: 100%;
  bottom: 15px;
  padding: 0 20px;
}
.rs-courses-3 .course-item .course-toolbar .course-category {
  margin-bottom: 3px;
}
.rs-courses-3 .course-item .course-toolbar .course-category a {
  font-size: 24px;
  color: #ffffff;
}
.rs-courses-3 .course-item .course-toolbar .course-category a:hover {
  color: #18bccf;
}
.rs-courses-3 .course-item .course-toolbar .course-date,
.rs-courses-3 .course-item .course-toolbar .course-duration {
  display: inline-block;
  font-size: 14px;
  text-transform: uppercase;
  color: #ffffff;
  font-weight: 600;
}
.rs-courses-3 .course-item .course-toolbar .course-date i,
.rs-courses-3 .course-item .course-toolbar .course-duration i {
  margin-right: 3px;
}
.rs-courses-3 .course-item .course-toolbar .course-duration {
  margin-left: 12px;
}
.rs-courses-3 .course-item .course-body .course-title {
  font-size: 20px;
  margin-bottom: 7px;
}
.rs-courses-3 .course-item .course-body .course-title a {
  color: #212121;
}
.rs-courses-3 .course-item .course-body .course-title a:hover {
  color: rgba(33, 33, 33, 0.6);
}
.rs-courses-3 .course-item .course-body .course-desc {
  padding: 20px;
}
.rs-courses-3 .course-item .course-body .course-desc p {
  margin-bottom: 0;
  transition: all 0.35s ease 0s;
}
.rs-courses-3 .course-item:hover {
  box-shadow: 0 6px 40px rgba(0, 0, 0, 0.1);
}
.rs-courses-3 .course-item:hover .course-img:before {
  background: rgba(0, 0, 0, 0.5);
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.8));
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.8));
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.8));
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.8));
}
.rs-courses-3 .course-footer {
  padding: 15px 20px;
  background-color: #f0f0f0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  font-weight: 600;
  font-size: 15px;
}
.rs-courses-3 .course-footer .course-button a {
  color: #505050;
  display: inline-block;
  position: relative;
  padding-right: 12px;
}
.rs-courses-3 .course-footer .course-button a:hover {
  color: #18bccf;
}
.rs-courses-3 .course-footer .course-button a:after {
  font-family: fontAwesome;
  content: "\f101";
  position: absolute;
  right: 0;
}
.rs-courses-3 .view-more {
  bottom: auto;
}
.rs-courses-list .course-item {
  margin-bottom: 40px;
}
.rs-courses-list .course-item .course-img {
  position: relative;
}
.rs-courses-list .course-item .course-img:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(33, 33, 33, 0.8);
  transition: all 0.3s ease 0s;
  opacity: 0;
}
.rs-courses-list .course-item .course-img .image-link {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 50px;
  line-height: 50px;
  height: 50px;
  border-radius: 50%;
  text-align: center;
  background-color: #18bccf;
  color: #ffffff;
  font-size: 18px;
  transform: translateX(-50%) translateY(-50%) scale(0.7);
  transition: all 0.3s ease 0s;
  opacity: 0;
}
.rs-courses-list .course-item .course-img .image-link:hover {
  background-color: #27aae1;
}
.rs-courses-list .course-item .course-img:hover:before {
  opacity: 1;
}
.rs-courses-list .course-item .course-img:hover .image-link {
  opacity: 1;
  transform: translateX(-50%) translateY(-50%) scale(1);
}
.rs-courses-list .course-category {
  margin-bottom: 0;
  font-size: 15px;
  font-weight: 600;
}
.rs-courses-list .course-category a {
  color: #505050;
}
.rs-courses-list .course-title {
  font-size: 24px;
  margin-bottom: 7px;
}
.rs-courses-list .course-title a {
  color: #212121;
}
.rs-courses-list .course-title a:hover {
  color: #18bccf;
}
.rs-courses-list .course-date,
.rs-courses-list .course-value {
  display: inline-block;
  font-size: 14px;
  color: #777777;
  font-weight: 600;
}
.rs-courses-list .course-value {
  margin-left: 12px;
}
.rs-courses-list .course-value span {
  color: #18bccf;
}
.rs-courses-list .course-body {
  margin-top: 12px;
}
.rs-courses-list .course-button a {
  display: inline-block;
  height: 42px;
  line-height: 42px;
  text-align: center;
  min-width: 170px;
  padding: 0 20px;
  background-color: #18bccf;
  color: #fff;
  transition: all 0.3s ease 0s;
  font-weight: 500;
}
.rs-courses-list .course-button a:hover {
  background-color: #27aae1;
}
.gridFilter {
  margin-bottom: 35px;
}
.gridFilter button {
  background: transparent;
  border: 0;
  font-size: 15px;
  font-weight: 700;
  outline: none;
  color: #505050;
  cursor: pointer;
}
.gridFilter button.active {
  color: #18bccf;
}
.gridFilter button + button {
  margin-left: 20px;
}
.rs-courses-categories .container {
  overflow: hidden;
}
.rs-courses-categories .container .col-lg-3 {
  margin-bottom: 30px;
}
.rs-courses-categories .courses-item {
  text-align: center;
  background-color: #f0f0f0;
  padding: 30px 30px 22px;
}
.rs-courses-categories .courses-item .courses-title {
  font-size: 20px;
  margin-bottom: 5px;
  margin-top: 18px;
}
.rs-courses-categories .courses-item .courses-title a {
  color: #212121;
}
.rs-courses-categories .courses-item .courses-title a:hover {
  color: #18bccf;
}
.rs-courses-categories .courses-item .courses-amount {
  font-size: 13px;
  font-weight: 600;
  color: #505050;
}
.rs-courses-categories .courses-item i {
  display: inline-block;
  width: 80px;
  height: 80px;
  line-height: 80px;
  text-align: center;
  background-color: #18bccf;
  color: #ffffff;
  border-radius: 50%;
  font-size: 36px;
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -ms-transition: 0.5s;
}
.rs-courses-categories .courses-item:hover {
  background-color: #d0d0d0;
}
.rs-courses-categories .courses-item:hover i {
  background-color: #212121;
  color: #18bccf;
  transform: rotate(360deg);
}
.rs-learning-objectives .container {
  overflow: hidden;
}
.rs-learning-objectives .container .col-lg-3 {
  margin-bottom: 30px;
}
.rs-learning-objectives .courses-item {
  text-align: center;
  background: #f2f2f2;
  border: 1px solid #ddd;
  padding: 65px 15px 15px;
  margin-bottom: 30px;
  transition: 0.4s;
}
.rs-learning-objectives .courses-item .courses-title {
  font-size: 20px;
  margin-bottom: 5px;
  margin-top: 18px;
}
.rs-learning-objectives .courses-item .courses-title a {
  color: #212121;
}
.rs-learning-objectives .courses-item .courses-title a:hover {
  color: #18bccf;
}
.rs-learning-objectives .courses-item i {
  color: #18bccf;
  font-size: 60px;
}
.rs-learning-objectives .courses-item:hover {
  border-color: #18bccf;
}
.sidebar-area .title {
  font-size: 20px;
  color: #212121;
  font-weight: 700;
  text-transform: uppercase;
  display: block;
  margin-bottom: 25px;
}
.sidebar-area .search-box {
  margin-bottom: 45px;
}
.sidebar-area .search-box .form-control {
  border-radius: 0;
  box-shadow: none;
  color: #101010;
  padding: 5px 15px;
  height: 45px;
}
.sidebar-area .search-box .box-search {
  position: relative;
}
.sidebar-area .search-box .btn {
  position: absolute;
  right: 3px;
  background: transparent;
  border: none;
  box-shadow: none;
  top: 50%;
  outline: none;
  transform: translateY(-50%);
}
.sidebar-area .cate-box {
  margin-bottom: 45px;
}
.sidebar-area .cate-box ul {
  padding: 0;
  margin: 0;
}
.sidebar-area .cate-box ul li {
  list-style: none;
  border-bottom: 1px solid #ddd;
  padding: 10px 0;
  cursor: pointer;
}
.sidebar-area .cate-box ul li a {
  color: #505050;
  padding: 0 0 0 5px;
}
.sidebar-area .cate-box ul li a span {
  float: right;
}
.sidebar-area .cate-box ul li:first-child {
  padding-top: 0;
}
.sidebar-area .cate-box ul li:hover i,
.sidebar-area .cate-box ul li:hover a {
  color: #18bccf;
}
.sidebar-area .latest-courses {
  margin-bottom: 45px;
}
.sidebar-area .latest-courses .post-item {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  overflow: hidden;
}
.sidebar-area .latest-courses .post-item .post-img {
  width: 33.33%;
  transition: all 0.3s ease 0s;
  float: left;
}
.sidebar-area .latest-courses .post-item .post-desc {
  width: 66.66%;
  padding-left: 20px;
  float: left;
}
.sidebar-area .latest-courses .post-item .post-desc h4 {
  margin-bottom: 5px;
}
.sidebar-area .latest-courses .post-item .post-desc h4 a {
  font-size: 16px;
  color: #212121;
}
.sidebar-area .latest-courses .post-item .post-desc h4 a:hover {
  color: #18bccf;
}
.sidebar-area .latest-courses .post-item .post-desc .duration {
  font-weight: 600;
  color: #777777;
}
.sidebar-area .latest-courses .post-item .post-desc .price {
  margin-left: 8px;
  font-weight: 600;
  color: #777777;
}
.sidebar-area .latest-courses .post-item .post-desc .price span {
  color: #18bccf;
}
.sidebar-area .latest-courses .post-item + .post-item {
  padding-top: 20px;
  margin-top: 20px;
  border-top: 1px solid #ddd;
}
.sidebar-area .latest-courses .post-item:hover .post-img {
  opacity: 0.7;
}
.sidebar-area .tags-cloud {
  margin-bottom: 39px;
}
.sidebar-area .tags-cloud ul {
  padding: 0;
  margin: 0;
}
.sidebar-area .tags-cloud ul li {
  float: left;
  list-style: none;
}
.sidebar-area .tags-cloud ul li a {
  border: 1px solid #d7d7d7;
  padding: 5px 13px;
  margin: 0 6px 6px 0;
  display: block;
  color: #505050;
  font-weight: 600;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 2px;
  line-height: 28px;
}
.sidebar-area .tags-cloud ul li a:hover {
  background-color: #18bccf;
  border-color: #18bccf;
  color: #ffffff;
}
.sidebar-area .newsletter {
  background: #f0f0f0;
  text-align: center;
  padding: 30px 40px;
}
.sidebar-area .newsletter h4 {
  font-size: 20px;
  color: #212121;
  font-weight: 700;
  text-transform: uppercase;
  display: block;
  margin: 0;
}
.sidebar-area .newsletter p {
  font-size: 15px;
  color: #505050;
  margin: 7px 0 20px;
}
.sidebar-area .newsletter .box-newsletter {
  position: relative;
}
.sidebar-area .newsletter .box-newsletter .form-control {
  border-radius: 0;
  box-shadow: none;
  color: #212121;
  padding: 5px 20px;
  height: 50px;
  border-color: #18bccf;
}
.sidebar-area .newsletter .box-newsletter .btn {
  position: absolute;
  right: 3px;
  background: #18bccf;
  border: none;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  color: #ffffff;
  display: block;
  padding: 11px 17px;
  border-radius: 0;
  text-align: center;
}
.sidebar-area .newsletter .box-newsletter .btn:hover {
  background: #27aae1;
}
.sidebar-area .course-features-info {
  margin-bottom: 20px;
  background: #212121;
  padding: 15px;
  color: #fff;
}
.sidebar-area .course-features-info .desc-title {
  color: #18bccf;
  margin: 10px 0 8px;
}
.sidebar-area .course-features-info ul li {
  display: block;
  overflow: hidden;
  padding: 10px 0;
}
.sidebar-area .course-features-info ul li + li {
  border-top: 1px solid #414141;
}
.sidebar-area .course-features-info ul li i {
  color: #18bccf;
}
.sidebar-area .course-features-info ul li .label {
  padding-left: 10px;
}
.sidebar-area .course-features-info ul li .value {
  float: right;
  padding-right: 5px;
}
.space-bt30 {
  margin-bottom: 30px;
}
.space-bt30 .event-item {
  margin-bottom: 0 !important;
}
.rs-search-courses {
  padding: 70px 0;
  position: relative;
  margin-top: -100px;
  z-index: 10;
}
.rs-search-courses:after {
  content: '';
  position: absolute;
  height: 100%;
  width: 90%;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 0;
  background-color: #212121;
  z-index: -1;
  display: block;
}
.rs-search-courses select,
.rs-search-courses button,
.rs-search-courses input {
  width: 100%;
  height: 60px;
  padding: 0 15px;
  color: #777;
  border: none;
}
.rs-search-courses ::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */

  color: #000;
  opacity: 1 !important;
}
.rs-search-courses ::-moz-placeholder {
  /* Firefox 19+ */

  color: #777;
  opacity: 1 !important;
}
.rs-search-courses :-ms-input-placeholder {
  /* IE 10+ */

  color: #777;
  opacity: 1 !important;
}
.rs-search-courses :-moz-placeholder {
  /* Firefox 18- */

  color: #777;
  opacity: 1 !important;
}
.rs-search-courses select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
}
.rs-search-courses .categories,
.rs-search-courses .level {
  position: relative;
}
.rs-search-courses .categories:before,
.rs-search-courses .level:before {
  position: absolute;
  font-family: FontAwesome;
  content: "\f0d7";
  right: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.rs-search-courses .search-btn button {
  background-color: #18bccf;
  border-color: #18bccf;
  color: #fff;
  font-weight: 600;
  cursor: pointer;
}
.rs-search-courses .search-btn button:hover,
.rs-search-courses .search-btn button:focus {
  background-color: #27aae1;
}
/* ------------------------------------
10. Courses Details
---------------------------------------*/
.rs-courses-details .detail-img {
  position: relative;
  margin-bottom: 40px;
}
.rs-courses-details .detail-img img {
  transition: all 0.3s ease 0s;
}
.rs-courses-details .detail-img:hover img {
  opacity: 0.9;
}
.rs-courses-details .detail-img .course-seats {
  position: absolute;
  bottom: 25px;
  right: 25px;
  font-size: 15px;
  width: 78px;
  height: 78px;
  line-height: 21px;
  border-radius: 50%;
  text-align: center;
  background-color: #18bccf;
  color: #fff;
  font-weight: 600;
  padding-top: 18px;
}
.rs-courses-details .detail-img .course-seats span {
  display: block;
}
.rs-courses-details .detail-img .course-seats.price {
  right: auto;
  left: 25px;
  padding-top: 0;
  line-height: 78px;
}
.rs-courses-details .course-title {
  font-size: 24px;
  margin-bottom: 30px;
}
.rs-courses-details .course-instructor {
  padding: 20px 25px 16px;
  background-color: #f9f9f9;
  position: relative;
}
.rs-courses-details .course-instructor p {
  margin-bottom: 0;
}
.rs-courses-details .course-instructor .instructor-title {
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  margin-bottom: 20px;
}
.rs-courses-details .instructor-inner {
  display: -webkit-flex;
  display: flex;
}
.rs-courses-details .instructor-inner .instructor-img img {
  height: 100px;
  width: 100px;
  transition: all 0.3s ease 0s;
}
.rs-courses-details .instructor-inner .instructor-img:hover img {
  opacity: 0.8;
}
.rs-courses-details .instructor-inner .instructor-body {
  padding-left: 18px;
}
.rs-courses-details .instructor-inner .instructor-body .name {
  font-size: 16px;
  font-family: 'Montserrat', sans-serif;
  margin-bottom: 0;
}
.rs-courses-details .instructor-inner .instructor-body .designation {
  font-size: 14px;
  font-weight: 600;
}
.rs-courses-details .instructor-inner .instructor-body .social-icon {
  margin-top: 15px;
}
.rs-courses-details .instructor-inner .instructor-body .social-icon a i {
  font-size: 17px;
  margin-right: 6px;
}
.rs-courses-details .short-desc {
  margin-top: 15px;
}
.rs-courses-details .info-list {
  font-weight: 600;
  font-size: 15px;
}
.rs-courses-details .info-list ul li {
  color: #777777;
  margin-bottom: 6px;
}
.rs-courses-details .info-list ul li span {
  color: #212121;
}
.rs-courses-details .apply-btn {
  position: absolute;
  right: 16px;
  bottom: 10px;
}
.rs-courses-details .apply-btn a {
  display: inline-block;
  height: 42px;
  line-height: 42px;
  text-align: center;
  min-width: 147px;
  padding: 0 20px;
  background-color: #18bccf;
  color: #fff;
  transition: all 0.3s ease 0s;
  font-weight: 600;
}
.rs-courses-details .apply-btn a:hover {
  background-color: #27aae1;
}
.rs-courses-details .course-desc {
  margin-top: 30px;
}
.rs-courses-details .course-desc .desc-title {
  font-size: 19px;
  margin-bottom: 12px;
}
.rs-courses-details .course-desc .desc-text p {
  margin-bottom: 18px;
}
.rs-courses-details .course-desc .share-area {
  padding: 15px;
  border: 1px solid #ccc;
}
.rs-courses-details .course-desc .share-area h3 {
  margin-bottom: 0;
  font-family: 'Montserrat', sans-serif;
  font-size: 15px;
}
.rs-courses-details .course-desc .share-area .share-inner {
  text-align: right;
}
.rs-courses-details .course-desc .share-area .share-inner a {
  display: inline-block;
  min-width: 88px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  border: 1px solid #ccc;
  border-radius: 3px;
  font-size: 13px;
  color: #505050;
  padding: 0 12px;
  font-weight: 600;
}
.rs-courses-details .course-desc .share-area .share-inner a + a {
  margin-left: 8px;
}
.rs-courses-details .course-desc .share-area .share-inner a:hover {
  border-color: #18bccf;
  color: #18bccf;
}
.rs-courses-details .course-desc .course-syllabus {
  padding: 15px 0 35px;
}
.rs-courses-details .course-desc .course-syllabus h3.desc-title {
  padding-bottom: 10px;
}
.rs-courses-details .course-desc .course-syllabus ul.syllabus {
  padding-left: 15px;
}
.rs-courses-details .course-desc .course-syllabus ul.syllabus li {
  display: block;
  padding-top: 6px;
}
.rs-courses-details .course-desc .course-syllabus ul.syllabus li strong {
  padding-right: 5px;
  display: block;
}
.rs-courses-details .course-desc .course-syllabus ul.syllabus li span {
  padding-left: 20px;
  position: relative;
}
.rs-courses-details .course-desc .course-syllabus ul.syllabus li span:before {
  content: "\f054";
  font-family: "FontAwesome";
  font-size: 10px;
  left: 0;
  position: absolute;
  color: #505050;
  top: 0;
}
.rs-courses-details .rs-testimonial .testimonial-item {
  text-align: center;
}
.rs-courses-details .rs-testimonial .testimonial-item .testi-desc:after,
.rs-courses-details .rs-testimonial .testimonial-item .testi-desc:before {
  display: none;
}
.rs-courses-details .rs-testimonial .testimonial-item .cl-client-rating i {
  color: #ffaa30;
}
.rs-courses-details ul.course-meta-style li {
  float: left;
  padding-right: 30px;
  position: relative;
}
.rs-courses-details ul.course-meta-style li:before {
  content: "";
  position: absolute;
  top: 0;
  right: 15px;
  width: 1px;
  height: 40px;
  background: #e1e1e1;
}
.rs-courses-details ul.course-meta-style li:last-child {
  padding-right: 0;
}
.rs-courses-details ul.course-meta-style li:last-child:before {
  display: none;
}
.rs-courses-details ul.course-meta-style li.author {
  overflow: hidden;
}
.rs-courses-details ul.course-meta-style li.author .author-name,
.rs-courses-details ul.course-meta-style li.author .image {
  float: left;
}
.rs-courses-details ul.course-meta-style li.author .author-name {
  padding-left: 15px;
}
.rs-courses-details ul.course-meta-style li a {
  color: #212121;
  font-weight: 600;
}
.rs-courses-details ul.course-meta-style li i {
  color: #ffaa30;
}
.rs-courses-details .btn-area {
  text-align: right;
}
.rs-courses-details .btn-area a {
  background: #18bccf;
  color: #fff;
  display: inline-block;
  text-transform: uppercase;
  padding: 10px 20px;
}
.rs-courses-details .btn-area a:hover {
  background: #27aae1;
}
.rs-courses-details .course-des-tabs {
  margin-top: 15px;
}
.rs-courses-details .course-des-tabs .tab-btm .tabs-cyan {
  margin: 0;
  border: 0;
}
.rs-courses-details .course-des-tabs .tab-btm .tabs-cyan .nav-item {
  width: 25%;
}
.rs-courses-details .course-des-tabs .tab-btm .tabs-cyan .nav-item a {
  border: 1px solid #eee;
  background: #f9f9f9;
  border-right: 0;
  color: #212121;
  font-weight: 600;
}
.rs-courses-details .course-des-tabs .tab-btm .tabs-cyan .nav-item a.active {
  position: relative;
  background: #fff;
  border-bottom: none;
  color: #18bccf;
}
.rs-courses-details .course-des-tabs .tab-btm .tabs-cyan .nav-item a.active:before {
  content: '';
  position: absolute;
  left: 0;
  right: 3px;
  top: 0;
  height: 2px;
  z-index: 10;
  width: 100%;
  background: #18bccf;
}
.rs-courses-details .course-des-tabs .tab-btm .tabs-cyan .nav-item:last-child a {
  border-right: 1px solid #eee;
}
.rs-courses-details .course-des-tabs .tab-content {
  border-radius: 0;
  border: 1px solid #eee;
  border-top: 0;
  padding: 60px 30px;
}
.rs-courses-details .course-des-tabs .tab-content .tab-pane h4.desc-title {
  padding-bottom: 15px;
  position: relative;
}
.rs-courses-details .course-des-tabs .tab-content .tab-pane h4.desc-title:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 50px;
  background: #18bccf;
}
.rs-courses-details .course-des-tabs .tab-content .tab-pane ul.requirements-list li {
  position: relative;
  padding-left: 20px;
}
.rs-courses-details .course-des-tabs .tab-content .tab-pane ul.requirements-list li:before {
  border: none;
  color: #18bccf;
  content: "\f101";
  font-family: fontawesome;
  font-size: 14px !important;
  font-size: 9px;
  margin-right: 10px;
  padding: 0;
  left: 0;
  position: absolute;
  top: 1px;
}
.rs-courses-details .course-des-tabs .tab-content .instructor-list {
  overflow: hidden;
}
.rs-courses-details .course-des-tabs .tab-content .instructor-list .image {
  float: left;
  padding-right: 20px;
}
.rs-courses-details .course-des-tabs .tab-content .instructor-list .author-name {
  overflow: hidden;
}
.rs-courses-details .course-des-tabs .tab-content .instructor-list .author-name h4 {
  margin: 0 0 5px;
}
.rs-courses-details .course-des-tabs .tab-content .instructor-list .author-name span {
  margin: 0 0 10px;
  display: block;
}
.rs-courses-details .course-des-tabs .tab-content .instructor-list .author-name i {
  color: #ffaa30;
}
.rs-courses-details .course-des-tabs .tab-content .instructor-list p.dsc {
  display: block;
  clear: both;
  padding-top: 15px;
  margin-bottom: 0;
}
.rs-courses-details .course-des-tabs .tab-content .instructor-list .social-icon li {
  display: inline-block;
}
.rs-courses-details .course-des-tabs .tab-content .instructor-list .social-icon li a {
  display: block;
  background: #18bccf;
  padding: 3px 0;
  width: 40px;
  text-align: center;
}
.rs-courses-details .course-des-tabs .tab-content .instructor-list .social-icon li a i {
  color: #fff;
}
.rs-courses-details .course-des-tabs .tab-content .instructor-list .social-icon li a:hover {
  background: #18bccf;
}
/* ------------------------------------
11. Rs-counter
---------------------------------------*/
.rs-counter-style7 .rs-counter-list {
  display: flex;
  text-align: left;
}
.rs-counter-style7 .rs-counter-list .icon-part {
  margin-top: 30px;
  margin-right: 25px;
}
.rs-counter-style7 .rs-counter-list .icon-part i:before {
  font-size: 60px;
  color: #18bccf;
}
.rs-counter-style7 .rs-counter-list .text-part .counter-number {
  font-size: 60px;
  color: #ffffff;
  margin-bottom: 6px;
}
.rs-counter-style7 .rs-counter-list .text-part .counter-desc {
  color: #ffffff;
  font-weight: 500;
  margin-bottom: 0;
  font-size: 20px;
  text-transform: uppercase;
}
.rs-counter-style8 .rs-counter-list {
  display: flex;
  text-align: left;
}
.rs-counter-style8 .rs-counter-list .icon-part {
  margin-top: 30px;
  margin-right: 20px;
}
.rs-counter-style8 .rs-counter-list .icon-part i:before {
  font-size: 60px;
  color: #18bccf;
}
.rs-counter-style8 .rs-counter-list .text-part .counter-number {
  font-size: 45px;
  color: #212121;
  margin: 0;
  padding-bottom: 10px;
}
.rs-counter-style8 .rs-counter-list .text-part .counter-desc {
  font-size: 20px;
  color: #505050;
}
/* ------------------------------------
11. OUR BEST
---------------------------------------*/
.rs-our-best .rs-calltoaction .sub-title {
  display: block;
  font-weight: 600;
  font-size: 18px;
  text-transform: uppercase;
  margin-bottom: 10px;
  color: #18bccf;
}
.rs-our-best .rs-calltoaction .title {
  font-size: 30px;
  font-weight: 700;
  line-height: 40px;
  color: #212121;
  margin: 0;
}
.rs-our-best .rs-calltoaction .desc {
  font-size: 15px;
  line-height: 27px;
  color: #505050;
  margin: 0;
}
/* ------------------------------------
11. Rs-counter
---------------------------------------*/
.rs-counter .rs-counter-list {
  border: 1px solid rgba(255, 255, 255, 0.2);
  margin-bottom: 30px;
  text-align: center;
  padding: 23px;
  transition: .3s all ease;
}
.rs-counter .rs-counter-list .counter-number {
  font-size: 60px;
  color: #ffffff;
  margin-bottom: 6px;
}
.rs-counter .rs-counter-list .counter-desc {
  color: #ffffff;
  font-weight: 500;
  margin-bottom: 0;
  font-size: 20px;
  text-transform: uppercase;
}
.rs-counter .rs-counter-list:hover {
  border-color: #18bccf;
}
.rs-counter .counter-title {
  color: #fff;
  font-size: 30px;
  line-height: 28px;
  margin-bottom: 25px;
}
.rs-counter .counter-text p {
  margin-bottom: 35px;
  color: rgba(255, 255, 255, 0.6);
}
.rs-counter .counter-img {
  box-shadow: 0 10px 30px rgba(255, 255, 255, 0.1);
}
.rs-counter .counter-img img {
  border-radius: 8px;
}
.rs-counter-style2 .rs-counter-list {
  border: none;
  padding: 0;
}
.rs-counter-style2 .count-icon i {
  font-size: 60px;
  color: #18bccf;
}
.home5 .rs-counter .rs-counter-list {
  border-radius: 30px;
  border: none;
  background: #92278f;
}
.home5 .rs-counter .rs-counter-list .counter-number {
  color: #fff;
}
.home5 .rs-counter .rs-counter-list:hover {
  border-color: #92278f;
}
.home5 .rs-counter .rs-counter-list.blue-color {
  background: #269aa9;
}
.home5 .rs-counter .rs-counter-list.orange-color {
  background: #fc7f0c;
}
.home5 .rs-counter .rs-counter-list.red-color {
  background: #e84b3a;
}
/* ------------------------------------
12. Upcoming Events
---------------------------------------*/
.rs-events .event-item .event-img {
  margin-bottom: 20px;
}
.rs-events .event-item .event-date {
  font-size: 14px;
  font-weight: 500;
}
.rs-events .event-item .event-date i {
  font-size: 13px;
  display: inline-block;
  margin-right: 5px;
  color: #18bccf;
}
.rs-events .event-item .event-date span {
  color: #505050;
}
.rs-events .event-item .event-title {
  font-size: 20px;
  margin-bottom: 8px;
  margin-top: 4px;
}
.rs-events .event-item .event-title a {
  color: #212121;
}
.rs-events .event-item .event-title a:hover {
  color: #18bccf;
}
.rs-events .event-item .event-meta {
  font-size: 14px;
}
.rs-events .event-item .event-meta > div {
  display: inline-block;
}
.rs-events .event-item .event-meta > div i {
  font-size: 14px;
  display: inline-block;
  margin-right: 3px;
  color: #18bccf;
}
.rs-events .event-item .event-meta .event-time {
  margin-right: 10px;
}
.rs-events .event-item .event-btn {
  margin-top: 18px;
}
.rs-events .event-item .event-btn a {
  font-weight: 500;
}
.rs-events-2 .event-item {
  margin-bottom: 30px;
  background: #f9f9f9;
  border: none;
}
.rs-events-2 .event-item .row {
  margin: 0;
}
.rs-events-2 .event-item [class*="col-"] {
  padding: 0;
}
.rs-events-2 .event-item .event-content {
  padding: 15px 20px 20px 0;
}
.rs-events-2 .event-item .event-img {
  margin: -1px 0 -1px -1px;
  margin-right: 20px;
  transition: all 0.3s ease 0s;
}
.rs-events-2 .event-item .event-img:hover {
  opacity: 0.8;
}
.rs-events-2 .event-item .event-location {
  font-size: 13px;
}
.rs-events-2 .event-item .event-location i {
  font-size: 14px;
  display: inline-block;
  margin-right: 5px;
  color: #18bccf;
}
.rs-events-2 .event-item .event-location span {
  color: #505050;
}
.rs-events-2 .event-item .event-title {
  font-size: 18px;
  margin-bottom: 4px;
  margin-top: 1px;
  line-height: 25px;
  font-weight: 600;
  text-transform: capitalize;
}
.rs-events-2 .event-item .event-title a {
  color: #212121;
}
.rs-events-2 .event-item .event-meta {
  font-size: 13px;
}
.rs-events-2 .event-item .event-meta > div {
  display: inline-block;
}
.rs-events-2 .event-item .event-meta > div i {
  font-size: 15px;
  display: inline-block;
  margin-right: 3px;
  color: #18bccf;
}
.rs-events-2 .event-item .event-meta .event-time {
  margin-left: 10px;
}
.rs-events-2 .event-item .event-desc {
  margin-top: 7px;
}
.rs-events-2 .event-item .event-desc p {
  margin-bottom: 15px;
}
.rs-events-2 .event-item .event-btn a {
  display: inline-block;
  height: 40px;
  line-height: 40px;
  text-align: center;
  min-width: 130px;
  padding: 0 15px;
  background: #18bccf;
  color: #fff;
  transition: all 0.3s ease 0s;
  font-weight: 600;
}
.rs-events-2 .event-item .event-btn a:hover {
  background-color: #27aae1;
  color: #fff;
}
.home5 .event-item .event-date {
  max-width: 170px;
  margin: 0 auto;
  height: 30px;
  background: #92278f;
  margin-top: -32px;
  position: relative;
  top: -13px;
  border-radius: 15px 15px 0 0;
  padding-top: 2px;
  text-align: center;
}
.home5 .event-item .event-date i,
.home5 .event-item .event-date span {
  color: #fff;
}
.home5 .red-color .event-date {
  background: #e84b3a;
}
.home5 .orange-color .event-date {
  background: #fc7f0c;
}
.home5 .blue-color .event-date {
  background: #00bcd4;
}
.rs-event-details #googleMap {
  height: 270px;
  margin-bottom: 30px;
}
.rs-event-details .event-title {
  font-size: 24px;
  margin-bottom: 6px;
}
.rs-event-details .event-title a {
  color: #212121;
}
.rs-event-details .event-title a:hover {
  color: #18bccf;
}
.rs-event-details .event-meta {
  margin-top: 10px;
  margin-bottom: 30px;
}
.rs-event-details .event-meta > div {
  display: inline-block;
  color: #666;
}
.rs-event-details .event-meta > div + div {
  margin-left: 14px;
}
.rs-event-details .event-meta > div i {
  margin-right: 3px;
  color: #18bccf;
}
.rs-event-details .event-img {
  margin-bottom: 25px;
}
.rs-event-details .share-area .share-inner {
  text-align: right;
}
.rs-event-details .share-area .share-inner span {
  display: inline-block;
  margin-right: 5px;
  color: #101010;
  font-weight: 600;
}
.rs-event-details .share-area .share-inner a i {
  border: 1px solid #ddd;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  color: #212121;
  transition: all 0.3s ease 0s;
}
.rs-event-details .share-area .share-inner a i:hover {
  border-color: #18bccf;
  color: #18bccf;
}
.rs-event-details .share-area .book-btn a {
  display: inline-block;
  height: 40px;
  line-height: 36px;
  text-align: center;
  min-width: 147px;
  padding: 0 20px;
  border: 2px solid #18bccf;
  color: #212121;
  transition: all 0.3s ease 0s;
  font-weight: 600;
}
.rs-event-details .share-area .book-btn a:hover {
  background-color: #18bccf;
  color: #ffffff;
}
/* ------------------------------------
14. Countdown
---------------------------------------*/
.rs-latest-news-style7 .title {
  font-size: 30px;
  font-weight: 700;
  line-height: 40px;
  color: #212121;
  margin: 0;
}
.rs-latest-news-style7 .rs-latest-list {
  padding: 50px;
  background: #fff;
  -webkit-box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
}
.rs-latest-news-style7 .rs-latest-list .latest-wrap .news-list-block .news-list-item {
  display: flex;
  align-items: center;
}
.rs-latest-news-style7 .rs-latest-list .latest-wrap .news-list-block .news-list-item .news-img {
  flex: 0 0 50%;
  max-width: 50%;
  padding-right: 30px;
}
.rs-latest-news-style7 .rs-latest-list .latest-wrap .news-list-block .news-list-item .news-img img {
  border-radius: 6px;
}
.rs-latest-news-style7 .rs-latest-list .latest-wrap .news-list-block .news-list-item .news-content .news-date span {
  font-size: 15px;
  color: #505050;
  font-weight: 500;
  line-height: 26px;
  display: block;
  padding-bottom: 8px;
}
.rs-latest-news-style7 .rs-latest-list .latest-wrap .news-list-block .news-list-item .news-content .news-title {
  font-size: 20px;
  margin-bottom: 0px;
  font-weight: 600;
  padding-bottom: 18px;
}
.rs-latest-news-style7 .rs-latest-list .latest-wrap .news-list-block .news-list-item .news-content .news-title a {
  color: #212121;
}
.rs-latest-news-style7 .rs-latest-list .latest-wrap .news-list-block .news-list-item .news-content .news-title a:hover {
  color: #18bccf;
}
.rs-latest-news-style7 .rs-latest-list .event-item-new {
  display: flex;
}
.rs-latest-news-style7 .rs-latest-list .event-item-new .event-date {
  margin-right: 30px;
  min-width: 125px;
  border-radius: 10px;
  height: 110px;
  background: #f2f2f2;
  text-align: center;
  display: table;
}
.rs-latest-news-style7 .rs-latest-list .event-item-new .event-date .vertical-align {
  display: table-cell;
  vertical-align: middle;
}
.rs-latest-news-style7 .rs-latest-list .event-item-new .event-date .vertical-align .day {
  font-size: 50px;
  font-weight: 600;
  color: #18bccf;
  margin: 0 0 6px;
  line-height: 40px;
  display: block;
}
.rs-latest-news-style7 .rs-latest-list .event-item-new .event-date .vertical-align .month {
  font-size: 20px;
  color: #505050;
  font-weight: 500;
  text-transform: uppercase;
  display: block;
}
.rs-latest-news-style7 .rs-latest-list .event-item-new .event-des .title {
  font-weight: 600;
  font-size: 20px;
  margin: 0 0 15px;
}
.rs-latest-news-style7 .rs-latest-list .event-item-new .event-des .title a {
  color: #212121;
}
.rs-latest-news-style7 .rs-latest-list .event-item-new .event-des .title a:hover {
  color: #18bccf;
}
.rs-latest-news-style7 .rs-latest-list .event-item-new .event-des p {
  font-size: 15px;
  color: #505050;
  line-height: 27px;
  margin: 0;
}
/* ------------------------------------
14. PUBLICATION
---------------------------------------*/
.rs-our-publication .owl-stage-outer {
  padding-bottom: 30px;
}
.rs-our-publication .inner-shadow {
  padding: 0 2px;
}
.rs-our-publication .inner-shadow .product-item {
  box-shadow: 0 0 3px #ccc;
  text-align: center;
  transition: all .3s ease 0s;
  background-color: #fff;
  padding-bottom: 40px;
}
.rs-our-publication .inner-shadow .product-item .img-box {
  overflow: hidden;
  margin-bottom: 32px;
}
.rs-our-publication .inner-shadow .product-item .img-box img {
  transform: scale(1);
  transition: all 0.3s ease 0s;
}
.rs-our-publication .inner-shadow .product-item .content-part .product-title {
  font-size: 20px;
  margin-bottom: 3px;
}
.rs-our-publication .inner-shadow .product-item .content-part .product-title a {
  color: #212121;
}
.rs-our-publication .inner-shadow .product-item .content-part .product-title a:hover {
  color: #18bccf;
}
.rs-our-publication .inner-shadow .product-item .content-part .product-price {
  margin-bottom: 20px;
  font-size: 16px;
  color: #444;
  display: block;
}
.rs-our-publication .inner-shadow .product-item .content-part .product-btn a {
  background: #18bccf;
  color: #ffffff;
  padding: 10px 25px;
  border-radius: 30px;
  text-transform: uppercase;
}
.rs-our-publication .inner-shadow .product-item .content-part .product-btn a:hover {
  color: #ffffff;
  background: #27aae1;
}
.rs-our-publication .inner-shadow:hover .product-item {
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
}
.rs-our-publication .inner-shadow:hover .product-item .img-box img {
  transform: scale(1.1);
}
/* ------------------------------------
14. Countdown
---------------------------------------*/
.rs-countdown-part .countdown-part .sub-title {
  display: block;
  font-size: 18px;
  line-height: 34px;
  color: #18bccf;
  font-weight: 600;
}
.rs-countdown-part .countdown-part .title {
  font-size: 60px;
  line-height: 70px;
  font-weight: 600;
  color: #ffffff;
}
.rs-countdown-part .countdown-part .description {
  font-size: 15px;
  line-height: 27px;
  font-weight: 400;
  color: #ffffff;
}
.rs-countdown-part .countdown-part .counter-wrap {
  max-width: 550px;
}
.rs-countdown-part .countdown-part .counter-wrap .timecounter-inner .time_circles {
  position: relative;
  width: 100%;
  height: 100%;
  left: 0;
}
.rs-countdown-part .countdown-part .counter-wrap .timecounter-inner .time_circles canvas {
  opacity: 1;
}
.rs-countdown-part .countdown-part .counter-wrap .timecounter-inner .time_circles div {
  position: absolute;
  text-align: left;
  padding-right: 0;
}
.rs-countdown-part .countdown-part .counter-wrap .timecounter-inner .time_circles div span {
  padding: 0;
  display: block;
  width: 100%;
  text-align: center;
  font-weight: 700;
  font-size: 40px !important;
  margin: 0 0 9px 0;
  color: #18bccf;
}
.rs-countdown-part .countdown-part .counter-wrap .timecounter-inner .time_circles div h4 {
  color: #ffffff;
  margin: 0;
  padding: 0;
  text-align: center;
  font-weight: 400;
  text-transform: capitalize;
  line-height: 17px;
  font-size: 12px !important;
}
.rs-countdown-part .register-form {
  background: #fff;
}
.rs-countdown-part .register-form .form-title {
  position: relative;
  padding: 30px 65px 36px;
  margin-bottom: 50px;
}
.rs-countdown-part .register-form .form-title .title {
  font-weight: 400;
  color: #fff;
  position: relative;
  z-index: 10;
  line-height: 1.4;
  font-size: 22px;
}
.rs-countdown-part .register-form .form-title:after {
  position: absolute;
  height: 100%;
  width: 100%;
  clip-path: polygon(-115.5% 0, 113% 0, 76% 100%);
  left: 0;
  background-color: #18bccf;
  top: 0;
  content: "";
}
.rs-countdown-part .register-form .form-group {
  padding: 0 50px 5px;
}
.rs-countdown-part .register-form .form-group .from-control {
  width: 100%;
  margin-bottom: 20px;
  border-radius: 3px;
  height: 50px;
  line-height: 50px;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 15px;
  padding: 10px 14px;
  border: 1px solid rgba(54, 54, 54, 0.1);
  outline: 0;
}
.rs-countdown-part .register-form .form-group input[type=submit] {
  width: 100%;
  margin-bottom: 50px;
  border-radius: 3px;
  height: 50px;
  line-height: 50px;
  -webkit-appearance: button;
  cursor: pointer;
  background: #18bccf;
  border: 0;
  color: #fff;
  font-size: 15px;
  text-transform: uppercase;
  outline: 0;
}
.rs-countdown-part .register-form .form-group input[type=submit]:hover {
  color: #ffffff;
  background: #27aae1;
}
.rs-countdown-part .register-form .form-group .select-option {
  position: relative;
}
.rs-countdown-part .register-form .form-group .select-option select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
  color: #b1b1b1;
  opacity: 1;
  z-index: 11;
  position: relative;
}
.rs-countdown-part .register-form .form-group .select-option:after {
  content: '\f107';
  font-family: FontAwesome;
  color: #b1b1b1;
  right: 15px;
  position: absolute;
  top: 11px;
  z-index: 12;
  font-size: 22px;
  pointer-events: none;
}
/* ------------------------------------
13. Team Member
---------------------------------------*/
.rs-team-style7 .owl-stage-outer {
  padding-bottom: 30px;
}
.rs-team-style7 .item .item-team .team-img {
  overflow: hidden;
  border-radius: 10px 10px 0 0;
  position: relative;
}
.rs-team-style7 .item .item-team .team-img:after {
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  transition: .3s all ease;
  position: absolute;
  opacity: 0;
}
.rs-team-style7 .item .item-team .team-img .social-icon {
  width: 240px;
  height: 55px;
  background: #18bccf;
  line-height: 58px;
  text-align: center;
  border-radius: 5px 5px 0 0;
  bottom: -50px;
  position: absolute;
  margin: 0 auto;
  visibility: hidden;
  transition: 0.3s;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
}
.rs-team-style7 .item .item-team .team-img .social-icon a {
  background: #18bccf;
  line-height: 58px;
  text-align: center;
  border-radius: 5px 5px 0 0;
  margin: 0 15px;
}
.rs-team-style7 .item .item-team .team-img .social-icon a i {
  color: #ffffff;
  margin: 4px;
}
.rs-team-style7 .item .item-team .team-img .social-icon a i:hover {
  color: #212121;
}
.rs-team-style7 .item .item-team .team-content {
  border-radius: 0 0 10px 10px;
  padding: 15px;
  background: #fff;
  box-shadow: 0 3px 7px rgba(0, 0, 0, 0.06);
  text-align: center;
}
.rs-team-style7 .item .item-team .team-content .team-name {
  margin-bottom: 0;
  font-size: 18px;
  line-height: 27px;
  font-weight: 600;
}
.rs-team-style7 .item .item-team .team-content .team-name a {
  color: #212121;
}
.rs-team-style7 .item .item-team .team-content .team-name a:hover {
  color: #18bccf;
}
.rs-team-style7 .item .item-team .team-content .sub-title {
  font-size: 14px;
  line-height: 27px;
  font-weight: 400;
  color: #505050;
  display: block;
}
.rs-team-style7 .item .item-team:hover .team-img:after {
  opacity: 1;
}
.rs-team-style7 .item .item-team:hover .team-img .social-icon {
  bottom: 0;
  visibility: visible;
}
/* ------------------------------------
13. Team Member
---------------------------------------*/
.rs-team-style8 .owl-stage-outer {
  padding-bottom: 10px;
}
.rs-team-style8 .item .item-team .team-img {
  overflow: hidden;
  border-radius: 10px 10px 0 0;
  position: relative;
}
.rs-team-style8 .item .item-team .team-img:after {
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  transition: .3s all ease;
  position: absolute;
  opacity: 0;
}
.rs-team-style8 .item .item-team .team-img .social-icon {
  width: 240px;
  height: 55px;
  line-height: 58px;
  text-align: center;
  border-radius: 5px 5px 0 0;
  bottom: -50px;
  position: absolute;
  margin: 0 auto;
  visibility: hidden;
  transition: 0.3s;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
}
.rs-team-style8 .item .item-team .team-img .social-icon a {
  margin: 4px;
  color: #fff;
}
.rs-team-style8 .item .item-team .team-img .social-icon a i {
  color: #ffffff;
  margin: 4px;
}
.rs-team-style8 .item .item-team .team-img .social-icon a i:hover {
  color: #212121;
}
.rs-team-style8 .item .item-team .team-content {
  border-radius: 0 0 10px 10px;
  padding: 15px;
  background: #fff;
  box-shadow: 0 3px 7px rgba(0, 0, 0, 0.06);
  text-align: center;
}
.rs-team-style8 .item .item-team .team-content .team-name {
  margin-bottom: 0;
  font-size: 18px;
  line-height: 27px;
  font-weight: 600;
}
.rs-team-style8 .item .item-team .team-content .team-name a {
  color: #212121;
}
.rs-team-style8 .item .item-team .team-content .team-name a:hover {
  color: #18bccf;
}
.rs-team-style8 .item .item-team .team-content .sub-title {
  font-size: 14px;
  line-height: 27px;
  font-weight: 600;
  color: #505050;
  display: block;
}
.rs-team-style8 .item .item-team:hover .team-img:after {
  opacity: 1;
}
.rs-team-style8 .item .item-team:hover .team-img .social-icon {
  bottom: 0;
  visibility: visible;
}
/* ------------------------------------
13. Experienced Staffs
---------------------------------------*/
.rs-team .team-item {
  position: relative;
  overflow: hidden;
}
.rs-team .team-item .team-img {
  position: relative;
}
.rs-team .team-item .team-img .normal-text {
  position: absolute;
  bottom: 0;
  padding: 10px 20px;
  min-width: 175px;
  background-color: rgba(34, 34, 34, 0.8);
  transition: .3s ease all;
}
.rs-team .team-item .team-img .normal-text .team-name {
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  margin: 0;
  display: block;
}
.rs-team .team-item .team-img .normal-text .subtitle {
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  margin: 0;
  display: block;
}
.rs-team .team-item .team-img img {
  width: 100%;
}
.rs-team .team-item .team-content {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 10%;
  left: 0;
  text-align: center;
  z-index: 11;
  padding: 30px;
  opacity: 0;
  -webkit-transition: 0.3s all ease-out;
  transition: 0.3s all ease-out;
}
.rs-team .team-item .team-content:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.8);
  z-index: -1;
  -webkit-transition: .25s opacity ease;
  transition: .25s opacity ease;
}
.rs-team .team-item .team-name {
  margin-bottom: 2px;
}
.rs-team .team-item .team-name a {
  margin-bottom: 6px;
  font-size: 20px;
  color: #fff;
  text-transform: capitalize;
  font-weight: 700;
  position: relative;
  z-index: 111;
}
.rs-team .team-item .team-name a:hover {
  color: #fff;
}
.rs-team .team-item .team-title {
  position: relative;
  z-index: 111;
  font-size: 14px;
  color: #fff;
  padding-bottom: 12px;
}
.rs-team .team-item .team-title:after {
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 50px;
  height: 2px;
  background: #18bccf;
  content: "";
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.rs-team .team-item .team-desc {
  color: #fff;
  margin-bottom: 0;
  padding-top: 12px;
  margin-top: 15px;
}
.rs-team .team-item .team-social {
  position: relative;
  width: 100%;
  text-align: center;
  z-index: 111;
  opacity: 0;
  margin-top: 25px;
  -webkit-transition: .4s all ease;
  transition: .4s all ease;
}
.rs-team .team-item .team-social .social-icon {
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background-color: #18bccf;
  margin-right: 6px;
  border-radius: 50%;
}
.rs-team .team-item .team-social .social-icon i {
  font-size: 14px;
  color: #fff;
}
.rs-team .team-item .team-social .social-icon:hover {
  background-color: #27aae1;
}
.rs-team .team-item:hover .team-content {
  opacity: 1;
  top: 0;
}
.rs-team .team-item:hover .team-social {
  opacity: 1;
}
.rs-team .team-item:hover .normal-text {
  opacity: 0;
  visibility: hidden;
}
.rs-team-2 .team-item {
  margin-bottom: 30px;
}
.rs-team-2 .team-item .team-img {
  position: relative;
  overflow: hidden;
}
.rs-team-2 .team-item .team-img .social-icon {
  position: absolute;
  top: 50%;
  width: 100%;
  text-align: center;
  transform: translateY(-50%);
  opacity: 0;
  visibility: hidden;
  transition: .8s all ease;
}
.rs-team-2 .team-item .team-img .social-icon a i {
  margin-right: 8px;
  font-size: 20px;
}
.rs-team-2 .team-item .team-img:before {
  content: '';
  position: absolute;
  width: calc(100% - 20px);
  height: calc(100% - 20px);
  background: transparent;
  border: 5px solid rgba(255, 255, 255, 0.7);
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  transition: .5s all ease;
}
.rs-team-2 .team-item .team-img:hover .social-icon {
  opacity: 1;
  visibility: visible;
}
.rs-team-2 .team-item .team-img:hover .social-icon a:hover {
  color: #fff;
}
.rs-team-2 .team-item .team-img:hover:before {
  transform: translateX(-50%) translateY(-50%) rotate(-270deg);
  border: 0;
  background: rgba(33, 33, 33, 0.8);
}
.rs-team-2 .team-item .team-body {
  padding: 18px;
  text-align: center;
  background-color: #f0f0f0;
}
.rs-team-2 .team-item .team-body .name {
  font-size: 20px;
  margin-bottom: 2px;
  color: #212121;
  transition: all 0.3s ease 0s;
}
.rs-team-2 .team-item .team-body .name:hover {
  color: #18bccf;
}
.rs-team-2 .team-item .team-body .designation {
  font-size: 15px;
}
.rs-team-2.team-page {
  padding-top: 93px;
}
.rs-team-2 .row.grid {
  min-height: 400px !important;
  overflow: hidden;
}
.team-all .row {
  margin-bottom: 30px;
}
.team-all .row .team-item {
  margin-bottom: 0;
}
.home5 .rs-team .team-item {
  margin-bottom: 30px;
  overflow: inherit;
}
.home5 .rs-team .team-item .team-desc {
  font-size: 14px;
  line-height: 22px;
}
.home5 .rs-team .team-item .team-social .social-icon {
  background: #92278f;
}
.home5 .rs-team .team-item .team-social .social-icon:hover {
  background: #5d0b5b;
}
.home5 .rs-team .team-item .team-img .normal-text {
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  left: 50%;
  text-align: center;
  border-radius: 30px;
  width: 200px;
  padding: 15px 0 0;
  height: 70px;
  bottom: -30px;
}
.pagination {
  margin-top: 25px;
}
.pagination .page-item > * {
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  font-size: 18px;
  padding: 0;
  font-weight: 600;
  color: #505050;
  outline: none;
}
.pagination .page-item > *:hover,
.pagination .page-item > *.active {
  color: #18bccf;
}
.pagination .page-item > *.dotted {
  line-height: 40px;
}
/* ------------------------------------
14. Staffs Single
---------------------------------------*/
.rs-team-single .team-name {
  font-size: 30px;
  margin-bottom: 10px;
}
.rs-team-single .team-title {
  font-size: 15px;
  line-height: 24px;
  margin-bottom: 5px;
}
.rs-team-single .team-title span {
  display: block;
}
.rs-team-single .team-contact {
  margin-bottom: 15px;
}
.rs-team-single .team-icons {
  padding: 30px;
  text-align: center;
}
.rs-team-single .team-icons a {
  display: inline-block;
  height: 30px;
  width: 30px;
  line-height: 30px;
  text-align: center;
  background-color: #f0f0f0;
  margin-right: 15px;
  border-radius: 2px;
  transition: all 0.3s ease 0s;
}
.rs-team-single .team-icons a:hover {
  background-color: #18bccf;
  color: #fff;
}
.rs-team-single .rs-progress {
  height: 8px;
  border: 1px solid #18bccf;
  border-radius: 0;
  overflow: visible;
  padding: 1px;
  background: #fff;
  margin-top: 25px;
}
.rs-team-single .rs-progress + .rs-progress {
  margin-top: 50px;
}
.rs-team-single .rs-progress .progress-bar {
  position: relative;
  text-align: left;
  line-height: 4px;
  border-radius: 0;
  box-shadow: none;
  background-color: #18bccf;
}
.rs-team-single .rs-progress .progress-bar .pb-label {
  position: absolute;
  left: 0px;
  top: -24px;
  color: #666;
  font-size: 15px;
  font-weight: 600;
}
.rs-team-single .rs-progress .progress-bar .pb-percent {
  position: absolute;
  right: -13px;
  font-weight: 500;
  color: #fff;
  font-size: 10px;
  top: -30px;
  background: #18bccf;
  padding: 8px 5px;
}
.rs-team-single .rs-progress .progress-bar .pb-percent:after {
  content: '';
  position: absolute;
  border: 5px solid transparent;
  left: 50%;
  border-top-color: #18bccf;
  top: 20px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
/* ------------------------------------
15. Calltoaction
---------------------------------------*/
.rs-calltoaction .cta-content .cta-subtitle {
  margin-bottom: 10px;
  color: #18bccf;
}
.rs-calltoaction .cta-content .cta-title {
  margin-bottom: 0;
  color: #ffffff;
  font-size: 32px;
}
.rs-calltoaction .cta-content p {
  color: #ffffff;
}
.rs-calltoaction .cta-button {
  display: inline-block;
  text-decoration: none;
  background-color: #18bccf;
  color: #ffffff;
  font-weight: 500;
  min-width: 170px;
  line-height: 45px;
  height: 45px;
  text-align: center;
  text-transform: uppercase;
}
.rs-calltoaction .cta-button:hover,
.rs-calltoaction .cta-button:focus,
.rs-calltoaction .cta-button:active {
  background-color: #27aae1;
  color: rgba(255, 255, 255, 0.7);
  box-shadow: 0 10px 20px rgba(255, 255, 255, 0.04);
}
.rs-webdevelopment-course .cta-subtitle {
  margin-bottom: 10px;
  color: #18bccf;
}
.rs-webdevelopment-course .cta-title {
  margin-bottom: 12px;
  color: #ffffff;
  font-size: 32px;
}
.rs-webdevelopment-course .cta-button {
  display: inline-block;
  text-decoration: none;
  background-color: #18bccf;
  color: #ffffff;
  font-weight: 500;
  min-width: 170px;
  line-height: 45px;
  height: 45px;
  text-align: center;
  text-transform: uppercase;
}
.rs-webdevelopment-course .cta-button:hover,
.rs-webdevelopment-course .cta-button:focus,
.rs-webdevelopment-course .cta-button:active {
  background-color: #27aae1;
  color: rgba(255, 255, 255, 0.7);
  box-shadow: 0 10px 20px rgba(255, 255, 255, 0.04);
}
/* ------------------------------------
16. Latest News
---------------------------------------*/
.rs-latest-news .news-normal-block {
  padding: 15px;
  border: 1px solid rgba(34, 34, 34, 0.1);
  transition: all 0.3s ease 0s;
}
.rs-latest-news .news-normal-block:hover {
  -webkit-box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
}
.rs-latest-news .news-normal-block .news-img {
  margin-bottom: 20px;
}
.rs-latest-news .news-normal-block .news-img img {
  width: 100%;
}
.rs-latest-news .news-normal-block .news-date {
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 5px;
}
.rs-latest-news .news-normal-block .news-date i {
  font-size: 15px;
  font-weight: 500;
  display: inline-block;
  margin-right: 4px;
  color: #18bccf;
}
.rs-latest-news .news-normal-block .news-date span {
  color: #505050;
}
.rs-latest-news .news-normal-block .news-title {
  font-size: 20px;
  margin-bottom: 12px;
}
.rs-latest-news .news-normal-block .news-title a {
  color: #212121;
}
.rs-latest-news .news-normal-block .news-title a:hover,
.rs-latest-news .news-normal-block .news-title a:focus {
  color: #18bccf;
}
.rs-latest-news .news-normal-block .news-desc p {
  margin-bottom: 20px;
}
.rs-latest-news .news-normal-block .news-btn a {
  display: inline-block;
  margin-left: auto;
  padding: 4px 16px;
  font-size: 13px;
  font-weight: 500;
  text-decoration: none;
  background-color: #18bccf;
  color: #fff;
}
.rs-latest-news .news-normal-block .news-btn a:hover {
  background-color: #27aae1;
}
.rs-latest-news .news-list-block {
  overflow: hidden;
}
.rs-latest-news .news-list-block .news-list-item {
  overflow: hidden;
  padding: 15px;
  border: 1px solid rgba(34, 34, 34, 0.1);
  transition: all 0.3s ease 0s;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.rs-latest-news .news-list-block .news-list-item:hover {
  -webkit-box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
}
.rs-latest-news .news-list-block .news-list-item + .news-list-item {
  margin-top: 23px;
}
.rs-latest-news .news-list-block .news-list-item .news-img {
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
  padding-right: 15px;
  float: left;
}
.rs-latest-news .news-list-block .news-list-item .news-content {
  -ms-flex: 0 0 66.666667%;
  flex: 0 0 66.666667%;
  max-width: 66.666667%;
  float: left;
}
.rs-latest-news .news-list-block .news-list-item .news-date {
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 10px;
}
.rs-latest-news .news-list-block .news-list-item .news-date i {
  font-size: 15px;
  font-weight: 500;
  display: inline-block;
  margin-right: 4px;
  color: #18bccf;
}
.rs-latest-news .news-list-block .news-list-item .news-date span {
  color: #505050;
}
.rs-latest-news .news-list-block .news-list-item .news-title {
  font-size: 16px;
  margin-bottom: 7px;
}
.rs-latest-news .news-list-block .news-list-item .news-title a {
  color: #212121;
}
.rs-latest-news .news-list-block .news-list-item .news-title a:hover,
.rs-latest-news .news-list-block .news-list-item .news-title a:focus {
  color: #18bccf;
}
.rs-latest-news .news-list-block .news-list-item .news-btn a {
  display: inline-block;
  margin-left: auto;
  padding: 8px 20px;
  font-size: 15px;
  font-weight: 500;
  text-decoration: none;
  background-color: #18bccf;
  color: #fff;
}
.rs-latest-news .news-list-block .news-list-item .news-btn a:hover {
  background-color: #27aae1;
}
.rs-latest-news .news-list-block .news-list-item .news-desc p {
  margin-bottom: 0;
}
.latest-news-slider .slick-arrow {
  position: absolute;
  z-index: 11;
  bottom: 0;
  right: -104px;
  height: 42px;
  width: 42px;
  font-size: 0;
  border: 0;
  background-color: rgba(0, 0, 0, 0.1);
  color: #18bccf;
  cursor: pointer;
  outline: 0;
  border-radius: 50%;
  transition: all 0.3s ease 0s;
  line-height: 0;
}
.latest-news-slider .slick-arrow:after {
  font-family: FontAwesome;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  font-size: 22px;
}
.latest-news-slider .slick-arrow.slick-prev:after {
  content: "\f104";
}
.latest-news-slider .slick-arrow.slick-next {
  right: -160px;
}
.latest-news-slider .slick-arrow.slick-next:after {
  content: "\f105";
}
.latest-news-slider .slick-arrow:hover {
  background-color: #18bccf;
  color: #fff;
}
.latest-news-nav .slick-track {
  width: 100% !important;
}
.latest-news-nav .slick-slide {
  width: 100% !important;
  margin-bottom: 12px;
  cursor: pointer;
  background-color: #fff;
  border: 1px solid rgba(34, 34, 34, 0.1);
  padding: 8px;
  transition: all 0.3s ease 0s;
}
.latest-news-nav .slick-slide.slick-current,
.latest-news-nav .slick-slide:hover {
  background-color: #18bccf;
  border-color: #18bccf;
}
.latest-news-nav .slick-slide.slick-current img,
.latest-news-nav .slick-slide:hover img {
  opacity: 0.8;
}
/* ------------------------------------
17. Our Publications
---------------------------------------*/
.rs-products .owl-stage-outer {
  padding-bottom: 30px;
}
.rs-products .product-item {
  text-align: center;
  transition: all 0.3s ease 0s;
  background-color: #ffffff;
}
.rs-products .product-item:hover {
  -webkit-box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
}
.rs-products .product-item .product-img {
  margin-bottom: 17px;
  overflow: hidden;
}
.rs-products .product-item .product-img img {
  width: 100%;
  transition: all 0.3s ease 0s;
}
.rs-products .product-item .product-img:hover img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.rs-products .product-item .product-title {
  font-size: 20px;
  margin-bottom: 3px;
}
.rs-products .product-item .product-title a {
  color: #212121;
}
.rs-products .product-item .product-title a:hover,
.rs-products .product-item .product-title a:focus,
.rs-products .product-item .product-title a:active {
  color: #18bccf;
}
.rs-products .product-item .product-price {
  font-size: 16px;
  color: #444;
  display: block;
}
.rs-products .product-item .product-btn {
  margin-top: 20px;
  padding-bottom: 25px;
}
.rs-products .product-item .product-btn a {
  display: inline-block;
  margin-left: auto;
  padding: 2px 15px;
  font-size: 15px;
  font-weight: 500;
  text-decoration: none;
  border: 1px solid #212121;
  color: #212121;
}
.rs-products .product-item .product-btn a:hover {
  border-color: #18bccf;
  background-color: #18bccf;
  color: #fff;
}
.rs-products .view-btn {
  text-align: center;
  margin-top: 20px;
}
.rs-products .view-btn a {
  display: inline-block;
  margin-left: auto;
  min-width: 170px;
  padding: 8px 20px;
  font-size: 15px;
  font-weight: 500;
  text-decoration: none;
  background-color: #18bccf;
  color: #fff;
}
.rs-products .view-btn a:hover {
  background-color: #27aae1;
}
/* ------------------------------------
18. Testimonial
---------------------------------------*/
.rs-testimonial .owl-stage-outer {
  padding-top: 50px;
  padding-bottom: 55px;
}
.rs-testimonial .testimonial-item {
  padding: 35px;
  background-color: #ffffff;
}
.rs-testimonial .testimonial-item .testi-img {
  position: absolute;
  top: -50px;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 110px;
  height: 110px;
  padding: 5px;
  background: #fff;
  border-radius: 50%;
}
.rs-testimonial .testimonial-item .testi-img img {
  width: 100px;
  height: 100px;
  border-radius: 50%;
}
.rs-testimonial .testimonial-item .testi-desc {
  padding: 42px 0;
  position: relative;
}
.rs-testimonial .testimonial-item .testi-desc .testi-name {
  font-size: 20px;
  margin-bottom: 10px;
}
.rs-testimonial .testimonial-item .testi-desc p {
  font-size: 16px;
  line-height: 26px;
  margin-bottom: 0;
}
.rs-testimonial .testimonial-item .testi-desc:before,
.rs-testimonial .testimonial-item .testi-desc:after {
  position: absolute;
  font-family: FontAwesome;
  font-size: 26px;
  color: #18bccf;
}
.rs-testimonial .testimonial-item .testi-desc:before {
  content: "\f10d";
  top: 0;
  left: 0;
}
.rs-testimonial .testimonial-item .testi-desc:after {
  content: "\f10e";
  bottom: 0;
  right: 0;
}
.rs-testimonial .owl-dots {
  position: absolute;
  left: 50%;
  bottom: -8px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.rs-testimonial .owl-dots .owl-dot {
  height: 6px;
  width: 22px;
  background-color: #fff;
  display: inline-block;
  transition: all 0.3s ease 0s;
}
.rs-testimonial .owl-dots .owl-dot + .owl-dot {
  margin-left: 8px;
}
.rs-testimonial .owl-dots .owl-dot.active {
  background-color: #18bccf;
}
.rs-testimonial .owl-dots .owl-dot:first-child {
  border-radius: 3px 0 0 3px;
}
.rs-testimonial .owl-dots .owl-dot:last-child {
  border-radius: 0 3px 3px 0;
}
.rs-testimonial-2 .owl-stage-outer {
  padding-top: 55px;
  padding-bottom: 30px;
}
.rs-testimonial-2 .testimonial-item {
  padding: 35px;
  background-color: #f0f0f0;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
  margin: 0 3px;
}
.rs-testimonial-2 .testimonial-item .testi-img {
  position: absolute;
  top: -50px;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 110px;
  height: 110px;
  padding: 5px;
  background: #fff;
  box-shadow: 0 3px 14px rgba(0, 0, 0, 0.5);
  border-radius: 50%;
}
.rs-testimonial-2 .testimonial-item .testi-img img {
  width: 100px;
  height: 100px;
  border-radius: 50%;
}
.rs-testimonial-2 .testimonial-item .testi-desc {
  padding: 42px 0;
  position: relative;
}
.rs-testimonial-2 .testimonial-item .testi-desc .testi-name {
  font-size: 20px;
  margin-bottom: 15px;
}
.rs-testimonial-2 .testimonial-item .testi-desc p {
  font-size: 16px;
  line-height: 26px;
  margin-bottom: 0;
}
.rs-testimonial-2 .testimonial-item .testi-desc:before,
.rs-testimonial-2 .testimonial-item .testi-desc:after {
  position: absolute;
  font-family: FontAwesome;
  font-size: 26px;
  color: #18bccf;
}
.rs-testimonial-2 .testimonial-item .testi-desc:before {
  content: "\f10d";
  top: 0;
  left: 0;
}
.rs-testimonial-2 .testimonial-item .testi-desc:after {
  content: "\f10e";
  bottom: 0;
  right: 0;
}
.rs-testimonial-2 .owl-dots {
  position: absolute;
  left: 50%;
  bottom: 0;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.rs-testimonial-2 .owl-dots .owl-dot {
  height: 6px;
  width: 22px;
  background-color: #fff;
  display: inline-block;
  transition: all 0.3s ease 0s;
}
.rs-testimonial-2 .owl-dots .owl-dot + .owl-dot {
  margin-left: 8px;
}
.rs-testimonial-2 .owl-dots .owl-dot.active {
  background-color: #18bccf;
}
.rs-testimonial-2 .owl-dots .owl-dot:first-child {
  border-radius: 3px 0 0 3px;
}
.rs-testimonial-2 .owl-dots .owl-dot:last-child {
  border-radius: 0 3px 3px 0;
}
.rs-testimonial-3 .testimonial-style3 {
  padding-top: 70px;
  margin: 50px 0 0;
  border: 1px solid #e0e0e0;
  text-align: center;
  position: relative;
  transition: all 0.7s ease 0s;
  background: #e0e0e0;
}
.rs-testimonial-3 .testimonial-style3:hover {
  border-color: #18bccf;
}
.rs-testimonial-3 .testimonial-style3:hover .image {
  border-color: #18bccf;
}
.rs-testimonial-3 .testimonial-style3:hover .testimonial-content {
  background-color: #18bccf;
}
.rs-testimonial-3 .testimonial-style3:hover .testimonial-content .testimonial-profile .name {
  color: #fff;
}
.rs-testimonial-3 .testimonial-style3:hover .testimonial-content .testimonial-profile .post {
  color: lightblue;
}
.rs-testimonial-3 .testimonial-style3:hover .testimonial-content .social-links li {
  background-color: #fff;
}
.rs-testimonial-3 .testimonial-style3:hover .testimonial-content .social-links li a {
  color: #18bccf;
}
.rs-testimonial-3 .testimonial-style3 .image {
  width: 95px;
  height: 95px;
  border-radius: 50%;
  background: #fff;
  position: absolute;
  top: -50px;
  left: 0;
  right: 0;
  margin: 0 auto;
  overflow: hidden;
  transition: all 0.7s ease 0s;
  border: 5px solid #f2f2f2;
}
.rs-testimonial-3 .testimonial-style3 .image img {
  width: 100%;
  height: auto;
  border-radius: 50%;
}
.rs-testimonial-3 .testimonial-style3 .title {
  font-size: 16px;
  font-weight: 700;
  color: #000;
  text-transform: uppercase;
  margin: 0 0 10px 0;
}
.rs-testimonial-3 .testimonial-style3 .description {
  font-size: 15px;
  color: #000;
  line-height: 25px;
  padding: 0 25px 15px;
  margin: 0;
}
.rs-testimonial-3 .testimonial-style3 .testimonial-content {
  padding: 15px 25px;
  border-top: none;
  text-align: center;
  transition: all 500ms ease 0s;
}
.rs-testimonial-3 .testimonial-style3 .testimonial-content .testimonial-profile .name {
  font-size: 16px;
  font-weight: bold;
  color: #18bccf;
  text-transform: uppercase;
  margin-bottom: 5px;
  margin-top: 0;
  transition: all 700ms ease 0s;
}
.rs-testimonial-3 .testimonial-style3 .testimonial-content .testimonial-profile .post {
  font-size: 14px;
  color: #000;
  margin-bottom: 5px;
  text-transform: capitalize;
}
.rs-testimonial-3 .testimonial-style3 .testimonial-content .rating {
  display: inline-block;
  margin-bottom: 14px;
  margin-top: 0;
  list-style: none;
}
.rs-testimonial-3 .testimonial-style3 .testimonial-content .rating li {
  display: inline-block;
  font-size: 14px;
  color: #debe0f;
}
.rs-testimonial-3 .testimonial-style3 .testimonial-content .social-links {
  padding: 0;
  margin: 0;
}
.rs-testimonial-3 .testimonial-style3 .testimonial-content .social-links li {
  list-style: none;
  margin-right: 5px;
  display: inline-block;
  background-color: #7f352f;
}
.rs-testimonial-3 .testimonial-style3 .testimonial-content .social-links li a {
  width: 30px;
  height: 30px;
  line-height: 30px;
  color: #fff;
  text-align: center;
}
.rs-testimonial-3 .testimonial-style3 .testimonial-content .social-links li a:hover {
  text-decoration: none;
  color: #150504;
}
.rs-testimonial-3 .owl-theme .owl-controls {
  width: 100%;
  position: absolute;
  top: 50%;
}
.rs-testimonial-3 .owl-theme .owl-controls .owl-buttons div {
  width: 45px;
  height: 40px;
  line-height: 37px;
  border-radius: 3px;
  background: #fff;
  border: 1px solid #ececec;
  padding: 0;
  opacity: 1;
  transition: all 0.4s ease-in-out 0s;
}
.rs-testimonial-3 .owl-theme .owl-controls .owl-buttons div:hover {
  background: #eabd44;
  border-color: #eabd44;
}
.rs-testimonial-3 .owl-prev,
.rs-testimonial-3 .owl-next {
  position: absolute;
  left: -3%;
}
.rs-testimonial-3 .owl-next {
  left: auto;
  right: -3%;
}
.rs-testimonial-3 .owl-prev:before {
  content: "\f104";
  font-family: "fontAwesome";
  font-size: 25px;
  color: #ececec;
}
.rs-testimonial-3 .owl-next:before {
  content: "\f105";
  font-family: "fontAwesome";
  font-size: 25px;
  color: #ececec;
}
.rs-testimonial-3 .owl-stage-outer {
  padding-top: 50px;
  padding-bottom: 60px;
}
.rs-testimonial-5 .testimonial-item {
  background: #92278f;
  border-radius: 30px;
  text-align: center;
  max-width: 750px;
  margin: 0 auto;
  padding: 45px 35px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.7);
}
.rs-testimonial-5 .testimonial-item .testi-img {
  top: -125px;
}
.rs-testimonial-5 .testimonial-item .testi-desc {
  padding: 0 30px;
}
.rs-testimonial-5 .testimonial-item .testi-desc .testi-name {
  font-size: 20px;
  margin-top: 4px;
}
.rs-testimonial-5 .testimonial-item .testi-desc .testi-name span {
  display: block;
  font-size: 15px;
  font-weight: 400;
  padding-top: 5px;
}
.rs-testimonial-5 .testimonial-item .testi-desc:before,
.rs-testimonial-5 .testimonial-item .testi-desc .testi-name,
.rs-testimonial-5 .testimonial-item .testi-desc .testi-name span,
.rs-testimonial-5 .testimonial-item .testi-desc p {
  color: #fff;
}
.rs-testimonial-5 .testimonial-item .testi-desc:before {
  display: none;
}
.rs-testimonial-5 .testimonial-item .testi-desc:after {
  display: none;
}
.rs-testimonial-5 .owl-stage-outer {
  padding-top: 125px;
  padding-bottom: 35px;
}
.rs-testimonial-5 .owl-dots .owl-dot.active {
  background: #92278f;
}
/* ------------------------------------
19. Newsletter
---------------------------------------*/
.rs-newslatter .newslatter-title {
  color: #ffffff;
  margin-bottom: 0;
  font-size: 30px;
}
.rs-newslatter .newslatter-form .form-input {
  width: calc(69% - 25px);
  height: 50px;
  padding: 0 17px;
  border: 0;
  font-size: 16px;
  margin-right: 25px;
}
.rs-newslatter .newslatter-form .form-button {
  width: 30%;
  height: 50px;
  border: 0;
  background-color: #18bccf;
  color: #ffffff;
  cursor: pointer;
  font-weight: 500;
}
.rs-newslatter .newslatter-form .form-button:hover {
  background-color: #27aae1;
}
/* ------------------------------------
20. Rs-video
---------------------------------------*/
.rs-video {
  padding: 150px 0;
  position: relative;
}
.rs-video:after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
}
.rs-video .video-content {
  text-align: center;
  position: relative;
  z-index: 11;
}
.rs-video .video-content a {
  display: inline-block;
  color: #ffffff;
  z-index: 99;
  border: 2px solid #18bccf;
  border-radius: 50%;
  width: 124px;
  height: 124px;
  margin: 0 auto;
  padding: 5px;
  margin-bottom: 30px;
}
.rs-video .video-content a i {
  font-size: 50px;
  line-height: 110px;
  border: 2px solid #fff;
  height: 110px;
  width: 110px;
  border-radius: 50%;
  text-align: center;
  color: #18bccf;
  display: block;
  background: #fff;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -ms-transition: 0.3s;
  margin-bottom: 24px;
  padding-left: 4px;
}
.rs-video .video-content a:hover i {
  border-color: #18bccf;
  background: transparent;
}
.rs-video .video-content span {
  display: block;
  font-size: 30px;
  color: #fff;
  font-weight: 700;
}
/* ------------------------------------
21. Why Choose Us
---------------------------------------*/
.rs-why-choose .sec-title {
  margin-bottom: 44px;
}
.rs-why-choose .choose-item {
  text-align: center;
}
.rs-why-choose .choose-item .choose-title {
  font-size: 15px;
  margin-bottom: 0;
  margin-top: 25px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  text-transform: uppercase;
}
.rs-why-choose .choose-item i {
  display: inline-block;
  width: 80px;
  height: 80px;
  line-height: 80px;
  text-align: center;
  background-color: #18bccf;
  color: #ffffff;
  border-radius: 50%;
  font-size: 36px;
}
/* ------------------------------------
22. Pricing Table
---------------------------------------*/
.rs-pricing .pricing-plan {
  text-align: center;
  margin-bottom: 30px;
  -webkit-transition: all .25s ease;
  transition: all .25s ease;
}
.rs-pricing .pricing-plan .pricing-head {
  background-color: #f0f0f0;
  padding: 35px;
  border-radius: 4px 4px 0px 0px;
}
.rs-pricing .pricing-plan .pricing-head .name {
  font-family: 'Montserrat', sans-serif;
  font-size: 18px;
  line-height: normal;
  margin-bottom: 10px;
  font-weight: 600;
  color: #444;
  text-transform: uppercase;
}
.rs-pricing .pricing-plan .pricing-head .price {
  color: #444;
}
.rs-pricing .pricing-plan .pricing-head .price sup {
  font-size: 20px;
  line-height: 40px;
  top: -3px;
  margin-right: -7px;
  vertical-align: top;
  font-weight: 700;
}
.rs-pricing .pricing-plan .pricing-head .price .duration {
  font-size: 15px;
  font-weight: 600;
  text-transform: uppercase;
}
.rs-pricing .pricing-plan .pricing-head .value {
  font-size: 60px;
  line-height: 60px;
}
.rs-pricing .pricing-plan .pricing-body ul {
  padding-left: 0;
  list-style: none;
  font-size: 13px;
  color: #444;
  margin: 0;
}
.rs-pricing .pricing-plan .pricing-body ul li {
  padding: 15px 0;
  font-size: 15px;
  font-weight: 700;
  text-transform: uppercase;
  color: #303030;
}
.rs-pricing .pricing-plan .pricing-body ul li:nth-child(even) {
  background-color: #f0f0f0;
  padding: 20px 0;
}
.rs-pricing .pricing-plan .pricing-footer .pricing-btn {
  display: block;
  padding: 20px;
  background-color: #212121;
  color: #fff;
  font-size: 15px;
  border-radius: 0 0 4px 4px;
  font-weight: 600;
}
.rs-pricing .pricing-plan:hover .pricing-head .price,
.rs-pricing .pricing-plan.featured .pricing-head .price,
.rs-pricing .pricing-plan:hover .pricing-head .name,
.rs-pricing .pricing-plan.featured .pricing-head .name {
  color: #18bccf;
}
.rs-pricing .pricing-plan:hover .pricing-footer .pricing-btn,
.rs-pricing .pricing-plan.featured .pricing-footer .pricing-btn {
  background-color: #18bccf;
}
.rs-pricing .pricing-plan:hover .pricing-footer .pricing-btn:hover,
.rs-pricing .pricing-plan.featured .pricing-footer .pricing-btn:hover {
  background-color: #27aae1;
}
/* ------------------------------------
23. Instagram
---------------------------------------*/
.rs-instagram {
  position: relative;
}
.rs-instagram .instagram-desc {
  max-width: 630px;
  background: #18bccf;
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  padding: 70px 0;
  z-index: 10;
  text-align: center;
}
.rs-instagram .instagram-desc .title {
  font-size: 30px;
  color: #ffffff;
  margin-bottom: 10px;
}
.rs-instagram .instagram-desc .sub-title {
  font-size: 30px;
  color: #101010;
  margin-bottom: 0;
}
.rs-instagram .instagram-item {
  margin-left: -1px;
}
.rs-instagram .instagram-item a {
  display: block;
  position: relative;
}
.rs-instagram .instagram-item a:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(17, 17, 17, 0.5);
  opacity: 1;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.rs-instagram .instagram-item:hover a:after {
  opacity: 0;
}
.rs-instagram .rs-carousel:last-child {
  margin-top: -1px;
}
/* ------------------------------------
24. About Us Page
---------------------------------------*/
.abt-title h2 {
  font-size: 30px;
  line-height: normal;
  margin-bottom: 20px;
  padding-bottom: 16px;
  text-transform: uppercase;
  position: relative;
}
.abt-title h2:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 5px;
  width: 100px;
  background-color: #18bccf;
}
.abt-title.text-center h2:after {
  left: 50%;
  transform: translateX(-50%);
}
.rs-vision .vision-img {
  position: relative;
}
.rs-vision .vision-img:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(33, 33, 33, 0.5);
  opacity: 0;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.rs-vision .vision-img:hover:after {
  opacity: 1;
}
.rs-vision .vision-img .popup-youtube {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 10;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}
.rs-vision .vision-img .popup-youtube:after {
  position: absolute;
  font-family: FontAwesome;
  content: "\f04b";
  font-size: 36px;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  transition: all 0.3s ease 0s;
  display: inline-block;
  height: 80px;
  line-height: 80px;
  width: 80px;
  text-align: center;
  border: 3px solid #fff;
  border-radius: 50%;
  padding-left: 8px;
  color: #fff;
}
.rs-branches .branches-item {
  text-align: center;
  position: relative;
  margin-bottom: 30px;
}
.rs-branches .branches-item img {
  margin-bottom: 15px;
}
.rs-branches .branches-item h3 {
  font-size: 20px;
  margin-bottom: 7px;
}
.rs-branches .branches-item h3 span {
  display: block;
}
.rs-branches .branches-item p {
  margin-bottom: 0;
}
.rs-branches [class*="col-"] + [class*="col-"] .branches-item:after {
  position: absolute;
  content: '';
  width: 64%;
  height: 2px;
  background-color: #18bccf;
  left: -38%;
  top: 70px;
}
/* ------------------------------------
25. Rs Timeline
---------------------------------------*/
.rs-timeline .rs-timeline-icon i {
  color: #18bccf;
}
.rs-timeline .rs-timeline-content .rs-read-more {
  border-color: #18bccf;
  color: #18bccf;
}
.rs-timeline .rs-timeline-content .rs-read-more:hover {
  background-color: #18bccf;
  color: #ffffff;
}
.rs-timeline .rs-timeline-content .rs-date {
  color: #18bccf;
}
.rs-timeline-2 {
  position: relative;
  padding-bottom: 40px;
}
.rs-timeline-2 .arrows {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.rs-timeline-2 .arrows button {
  height: 42px;
  width: 42px;
  font-size: 0;
  margin: 0 5px;
  border: 0;
  background-color: #212121;
  color: #18bccf;
  cursor: pointer;
  outline: 0;
  border-radius: 50%;
  transition: all 0.3s ease 0s;
}
.rs-timeline-2 .arrows button:hover {
  background-color: #18bccf;
  color: #fff;
}
.rs-timeline-2 .arrows button:after {
  font-family: FontAwesome;
  font-size: 22px;
  margin-top: 5px;
  display: inline-block;
}
.rs-timeline-2 .arrows button.arrow__prev:after {
  content: "\f104";
}
.rs-timeline-2 .arrows button.arrow__next:after {
  content: "\f105";
}
.rs-timeline-2 ol li:not(:last-child)::after {
  background: #18bccf;
}
/* ------------------------------------
26. Elements
---------------------------------------*/
.rs-accordion-style1 .card {
  border: 0;
}
.rs-accordion-style1 .card .card-header {
  padding: 0;
  border: 0;
  margin-bottom: 10px;
  background: transparent;
}
.rs-accordion-style1 .card .card-header .acdn-title {
  background-color: rgba(240, 240, 240, 0.8);
  position: relative;
  margin-bottom: 0;
  font-size: 18px;
  height: 50px;
  line-height: 50px;
  padding: 0 20px;
  cursor: pointer;
  font-weight: 500;
  letter-spacing: 0.2px;
  -webkit-transition: 0.2s background-color ease-in-out;
  transition: 0.2s background-color ease-in-out;
}
.rs-accordion-style1 .card .card-header .acdn-title:after {
  position: absolute;
  font-family: FontAwesome;
  content: "\f0da";
  right: 20px;
  transition: all 0.3s ease 0s;
}
.rs-accordion-style1 .card .card-header .acdn-title:not(.collapsed) {
  background-color: #18bccf;
  color: #ffffff;
}
.rs-accordion-style1 .card .card-header .acdn-title:not(.collapsed):after {
  transform: rotate(90deg);
  color: #ffffff;
}
.rs-accordion-style1 .card .card-body {
  padding: 5px 15px 18px;
}
/* ------------------------------------
27. Blog Pages
---------------------------------------*/
.blog-page-area .blog-inner {
  overflow: hidden;
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -ms-transition: 0.5s;
}
.blog-page-area .blog-inner .blog-content {
  margin-top: 6px;
}
.blog-page-area .blog-inner .blog-content .date {
  font-size: 13px;
  font-weight: 600;
}
.blog-page-area .blog-inner .blog-content ul.blog-meta {
  margin: 0 0 10px;
}
.blog-page-area .blog-inner .blog-content ul.blog-meta li {
  display: inline-block;
  font-size: 13px;
  font-weight: 600;
  color: #18bccf;
  padding-right: 10px;
}
.blog-page-area .blog-inner .blog-content ul.blog-meta li:last-child {
  padding-right: 0;
}
.blog-page-area .blog-inner .blog-content ul.blog-meta li i {
  font-size: 13px;
}
.blog-page-area .blog-inner .blog-content ul.blog-meta li a {
  display: block;
}
.blog-page-area .blog-inner .blog-content p {
  font-size: 15px;
}
.blog-page-area .blog-inner .blog-content h4 {
  margin: 0 0 8px;
}
.blog-page-area .blog-inner .blog-content h4 a {
  font-size: 20px;
  font-weight: 700;
  color: #212121;
}
.blog-page-area .blog-inner .blog-content a.primary-btn {
  margin-top: 12px;
}
.blog-page-area .blog-inner .blog-images {
  overflow: hidden;
  position: relative;
}
.blog-page-area .blog-inner .blog-images i {
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  /* IE 9 */

  -webkit-transform: translate(-50%, -50%);
  /* Safari */

  transform: translate(-50%, -50%);
  z-index: 99;
  width: 35px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  border-radius: 100%;
  border: 1px solid #18bccf;
  color: #18bccf;
  opacity: 0;
}
.blog-page-area .blog-inner .blog-images:after {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.6);
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -ms-transition: 0.5s;
  transform: scale(0);
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
}
.blog-page-area .blog-inner .blog-images img {
  transform: scale(1);
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -ms-transition: 0.5s;
  width: 100%;
}
.blog-page-area .blog-inner:hover .blog-images i {
  opacity: 1;
}
.blog-page-area .blog-inner:hover .blog-images img {
  transform: scale(1.1);
  transition: all 0.3s ease 0s;
}
.blog-page-area .blog-inner:hover .blog-images:after {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.8);
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -ms-transition: 0.5s;
  transform: scale(1) !important;
  -webkit-transform: scale(1) !important;
  ms-transform: scale(1) !important;
}
.blog-page-area .blog-inner:hover .blog-content h4 a {
  color: #18bccf;
}
.blog-page-area .pagination {
  margin-top: 0;
}
/* ------------------------------------
28 .Blog Details 
---------------------------------------*/
.single-blog-details .single-image {
  margin-bottom: 25px;
  overflow: hidden;
}
.single-blog-details .single-image img {
  filter: grayscale(0%);
  transition: all 0.8s ease-in-out 0s;
}
.single-blog-details .single-image img:hover {
  filter: grayscale(100%);
  transform: scale(1.1);
}
.single-blog-details .like-section h5,
.single-blog-details h5.top-title {
  font-size: 16px;
  color: #212121;
  margin: 20px 0 15px;
  padding: 0;
  line-height: 25px;
}
.single-blog-details .like-section h5 a {
  color: #212121;
}
.single-blog-details .like-section h5 a:hover {
  color: #18bccf;
}
.single-blog-details h3.top-title,
.single-blog-details .like-section h3.title-bg {
  font-size: 20px;
}
.single-blog-details .like-section span.date {
  font-size: 12px;
}
.single-blog-details blockquote {
  background: #f0f0f0;
  border: medium none;
  margin: 25px 0 25px;
  padding: 24px 25px 24px 63px;
  font-size: 16px;
  color: #212121;
  font-style: italic;
  position: relative;
  font-weight: 400;
}
.single-blog-details blockquote i {
  position: absolute;
  left: 22px;
  font-size: 25px;
  top: 21px;
}
.single-blog-details h2 {
  font-size: 20px;
  margin: 0 0 25px;
}
.single-blog-details .share-section {
  border-top: 1px solid #ddd;
  padding-top: 20px;
  padding-bottom: 20px;
}
.single-blog-details .share-section .share-link1 {
  padding: 0;
  margin: 0;
  float: right;
}
.single-blog-details .share-section .share-link1 li {
  float: left;
  list-style: none;
}
.single-blog-details .share-section .share-link1 li:first-child a {
  margin-left: 0;
}
.single-blog-details .share-section .share-link1 li a {
  padding: 7px 8px;
  border: 1px solid #ddd;
  font-size: 13px;
  font-weight: 400;
  color: #505050;
  border-radius: 4px;
  margin-left: 14px;
}
.single-blog-details .share-section .share-link1 li a:hover {
  background: #18bccf;
  color: #212121;
  border: 1px solid #18bccf;
}
.single-blog-details .share-section .share-link1 li:first-child a {
  background: #18bccf;
  color: #212121;
  border: 1px solid #18bccf;
}
.single-blog-details .share-section .life-style span {
  font-size: 13px;
  font-weight: 400;
  color: #505050;
  margin-right: 12px;
}
.single-blog-details .share-section .life-style span:last-child {
  margin-right: 0;
}
.single-blog-details .share-section .life-style span i {
  margin-right: 4px;
}
.single-blog-details .share-section .life-style span a {
  font-size: 13px;
  font-weight: 400;
  color: #505050;
}
.single-blog-details .share-section .life-style span a i {
  font-size: 13px;
  margin-right: 4px;
}
.single-blog-details .share-section .life-style span a:hover {
  color: #18bccf;
}
.single-blog-details .share-section .life-style span.author a {
  color: #777777;
}
.single-blog-details .share-section .life-style span.author a:hover {
  color: #18bccf;
}
.single-blog-details .share-section2 {
  border: 1px solid #ddd;
  padding: 15px 15px 15px 15px;
}
.single-blog-details .share-section2 span {
  font-size: 15px;
  font-weight: 400;
  color: #212121;
}
.single-blog-details .share-section2 .share-link {
  float: right;
}
.single-blog-details .share-section2 .share-link li {
  float: left;
  list-style: none;
}
.single-blog-details .share-section2 .share-link li:first-child a {
  margin-left: 0;
}
.single-blog-details .share-section2 .share-link li a {
  font-size: 13px;
  font-weight: 400;
  color: #505050;
  padding: 7px 8px;
  border: 1px solid #ddd;
  border-radius: 4px;
  margin-left: 14px;
}
.single-blog-details .share-section2 .share-link li a:hover {
  background: #18bccf;
  color: #fff;
  border: 1px solid #18bccf;
}
.single-blog-details .like-section .col-xs-12 h3 {
  margin: 14px 0 6px;
}
.single-blog-details .like-section .col-xs-12 h3 a {
  font-size: 15px;
  font-weight: 400;
  color: #212121;
}
.single-blog-details .like-section .col-xs-12 span {
  font-size: 13px;
  font-weight: 400;
}
.single-blog-details .like-section .col-xs-12 span i {
  font-size: 13px;
}
.single-blog-details .like-section .col-xs-12 .popular-post-img img {
  transition: all 0.3s ease 0s;
}
.single-blog-details .like-section .col-xs-12:hover a {
  color: #18bccf;
}
.single-blog-details .like-section .col-xs-12:hover .popular-post-img img {
  opacity: .5;
}
.single-blog-details .next-pre-section {
  padding: 23px 0 15px;
  margin: 0;
  overflow: hidden;
}
.single-blog-details .next-pre-section li {
  margin: 0;
}
.single-blog-details .next-pre-section li a {
  font-size: 15px;
  color: #505050;
}
.single-blog-details .next-pre-section li a i {
  padding: 0;
  font-size: 15px;
  font-weight: 500;
  color: #212121;
}
.single-blog-details .next-pre-section li a:hover {
  color: #18bccf;
}
.single-blog-details .next-pre-section li a:hover i {
  color: #18bccf;
}
.single-blog-details .next-pre-section li.left-arrow {
  float: left;
  width: 50%;
}
.single-blog-details .next-pre-section li.left-arrow a {
  font-size: 15px;
  font-weight: 500;
  color: #505050;
}
.single-blog-details .next-pre-section li.left-arrow a i {
  padding-right: 5px;
}
.single-blog-details .next-pre-section li.right-arrow {
  float: right;
  width: 50%;
  text-align: right;
}
.single-blog-details .next-pre-section li.right-arrow a {
  font-size: 15px;
  font-weight: 500;
}
.single-blog-details .next-pre-section li.right-arrow a i {
  padding-left: 5px;
}
.single-blog-details .author-comment h3 {
  font-size: 20px;
  text-transform: uppercase;
  font-weight: 700;
  margin: 42px 0 6px;
}
.single-blog-details .author-comment span {
  font-size: 13px;
  font-weight: 500;
}
.single-blog-details .author-comment span a {
  font-size: 13px;
  font-weight: 500;
}
.single-blog-details .author-comment span i {
  font-size: 13px;
}
.single-blog-details .author-comment h4 {
  font-size: 15px;
  font-weight: 700;
}
.single-blog-details .author-comment ul {
  padding: 0;
  margin: 0;
}
.single-blog-details .author-comment ul li {
  margin: 0 0 2px;
  padding: 20px 22px;
  border-bottom: 1px solid #ddd;
}
.single-blog-details .author-comment ul li:nth-child(2) {
  margin-left: 100px;
}
.single-blog-details .author-comment ul li:nth-child(2) .col-sm-2 {
  padding: 0;
}
.single-blog-details .author-comment ul li:last-child {
  border-bottom: none;
}
.single-blog-details .author-comment ul li .image-comments {
  margin-top: 0;
}
.single-blog-details .author-comment ul li .image-comments img {
  width: 90px;
  border-radius: 100%;
}
.single-blog-details .author-comment ul li .reply {
  display: block;
  position: absolute;
  text-align: right;
  width: 95%;
}
.single-blog-details .author-comment ul li .reply a {
  color: #212121;
}
.single-blog-details .author-comment ul li .reply a:hover {
  color: #18bccf;
}
.single-blog-details .author-comment ul li .reply i {
  color: #212121;
}
.single-blog-details .author-comment ul li .dsc-comments h4 {
  margin: 0 0 12px;
}
.single-blog-details .author-comment ul li .dsc-comments a {
  color: #18bccf;
}
.single-blog-details .author-comment ul li .dsc-comments p {
  margin: 6px 0 0;
}
.single-blog-details .leave-comments-area {
  padding-top: 20px;
}
.single-blog-details .leave-comments-area .form-group {
  margin-bottom: 20px;
}
.single-blog-details .leave-comments-area h4 {
  font-size: 20px;
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 19px;
  font-family: 'Montserrat', sans-serif;
}
.single-blog-details .leave-comments-area label {
  color: #505050;
  font-weight: normal;
  letter-spacing: 1px;
}
.single-blog-details .leave-comments-area input,
.single-blog-details .leave-comments-area textarea {
  background: transparent;
  border: 1px solid #ddd;
  box-shadow: none;
  border-radius: 0;
  height: 45px;
  width: 100%;
}
.single-blog-details .leave-comments-area textarea {
  height: 150px;
  width: 100%;
  max-width: 100%;
}
.single-blog-details .leave-comments-area .btn-send {
  background: #18bccf;
  font-weight: 600;
  color: #ffffff;
  font-size: 15px;
  line-height: 24px;
  border: none;
  border-radius: 0px;
  padding: 14px 23px;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-top: 14px;
  transition: all 0.3s ease 0s;
  cursor: pointer;
}
.single-blog-details .leave-comments-area .btn-send:hover {
  background: #212121;
  color: #ffffff;
}
/* ------------------------------------
29. Shop Page Start Here 
---------------------------------------*/
.shop-page-area.single-product-page {
  padding: 100px 0 0;
}
.shop-page-area .single-details {
  padding: 0 0 35px;
  position: relative;
  overflow: hidden;
  text-align: center;
  transition: all 0.3s ease 0s;
  margin-bottom: 15px;
}
.shop-page-area .single-details .triangle_left {
  width: 0;
  height: 0;
  border-top: 70px solid transparent;
  border-right: 140px solid #18bccf;
  border-bottom: 70px solid transparent;
  position: absolute;
  top: -75px;
  left: -117px;
  transform: rotate(48deg);
  opacity: 0;
}
.shop-page-area .single-details:hover {
  background: #f5f5f5;
}
.shop-page-area .single-details:hover .triangle_left {
  opacity: 1;
}
.shop-page-area .single-details:hover h3 a {
  color: #18bccf;
}
.shop-page-area .single-details:hover .add-to-cart {
  background: #18bccf;
  color: #fff !important;
}
.shop-page-area .single-details:hover .images .overley {
  opacity: 1;
  transform: scaleY(1);
}
.shop-page-area .single-details .images {
  position: relative;
  overflow: hidden;
  margin-bottom: 15px;
}
.shop-page-area .single-details .images a {
  display: block;
}
.shop-page-area .single-details .images a img {
  transition: all 0.3s ease-out;
  width: 100%;
}
.shop-page-area .single-details .images .overley {
  position: absolute;
  left: 0;
  right: 0;
  text-align: center;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  top: 0;
  transform: scaleY(0);
  transform-origin: 0 1 0;
  opacity: 0;
  transition: all 0.3s ease 0s;
  padding: 30px;
}
.shop-page-area .single-details .images .overley .winners-details {
  padding: 20% 0;
}
.shop-page-area .single-details .images .overley .winners-details h4 {
  margin-bottom: 10px;
  padding-bottom: 10px;
  color: #ffffff;
  font-size: 18px;
  position: relative;
}
.shop-page-area .single-details .images .overley .winners-details h4:after {
  display: none;
}
.shop-page-area .single-details .images .overley .winners-details .product-info {
  margin: 0;
  padding: 0px;
  list-style: none;
  top: 50%;
  position: absolute;
  transform: translateY(-50%);
  transition: all .9s;
  text-align: center;
  left: 0;
  right: 0;
}
.shop-page-area .single-details .images .overley .winners-details .product-info li {
  display: inline-block;
}
.shop-page-area .single-details .images .overley .winners-details .product-info li a {
  color: #ffffff;
  text-transform: capitalize;
  text-decoration: none;
  width: 30px;
  height: 30px;
  line-height: 30px;
  border: 1px solid #ffffff;
  text-align: center;
  transition: all 0.3s ease 0s;
}
.shop-page-area .single-details .images .overley .winners-details .product-info li a:hover {
  color: #18bccf;
  border: 1px solid #18bccf;
}
.shop-page-area .single-details .images .overley .winners-details .product-info li a i {
  font-size: 16px;
  color: #ffffff;
  margin: 0;
  transition: all 0.3s ease 0s;
}
.shop-page-area .single-details .images .overley .winners-details .product-info li a i:hover {
  color: #18bccf;
}
.shop-page-area .single-details .images .overley .winners-details p {
  margin-bottom: 5px;
  color: #ffffff;
  font-size: 13px;
}
.shop-page-area .single-details .images .overley .winners-details p i {
  color: #ffffff;
  margin-right: 8px;
}
.shop-page-area .single-details h4 {
  margin-bottom: 10px !important;
  margin-left: 0;
  font-weight: 700;
}
.shop-page-area .single-details h4 a {
  color: #212121;
  transition: all 0.3s ease 0s;
  font-size: 20px;
  margin: 0;
}
.shop-page-area .single-details h4 a:hover {
  color: #18bccf;
}
.shop-page-area .single-details .price-details ul {
  margin: 0;
  padding: 0;
  text-align: center;
}
.shop-page-area .single-details .price-details ul li {
  display: block;
}
.shop-page-area .single-details .price-details ul li:first-child {
  font-weight: 600;
  font-size: 15px;
}
.shop-page-area .single-details .price-details ul li:first-child del {
  margin-right: 5px;
  font-weight: 400;
  font-size: 15px;
}
.shop-page-area .single-details .price-details ul li .add-to-cart {
  border: 1px solid #18bccf;
  padding: 8px 18px;
  color: #212121;
  font-size: 15px;
  font-weight: 600;
  display: inline-block;
  margin-top: 15px;
}
.shop-page-area .topbar-area {
  overflow: hidden;
  padding-bottom: 54px;
}
.shop-page-area .topbar-area .showing-Short .seclec-box {
  float: right;
}
.shop-page-area .topbar-area .showing-result ul {
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: left;
}
.shop-page-area .topbar-area .showing-result ul li {
  display: inline-block;
  font-weight: 400;
  color: #505050;
  margin-right: 0;
  font-size: 14px;
  height: 25px;
}
.shop-page-area .topbar-area .showing-result ul li .form-group {
  margin: 0;
}
.shop-page-area .topbar-area .showing-result ul li .form-group.seclect-box select.form-control {
  display: inline-block;
  border: 0;
  background: transparent;
  border-radius: 0px;
}
.shop-page-area .pagination {
  margin-top: 0;
}
.shop-page-area .classic-tabs.tabs-cyan {
  display: block;
}
/* ------------------------------------
30.Shop Single Page Start Here 
---------------------------------------*/
.shop-single-page-area .shop-single-btm-page-area {
  padding-bottom: 74px;
  overflow: hidden;
  padding-top: 60px;
}
.shop-single-page-area .shop-single-btm-page-area .sec-title {
  font-size: 30px;
}
.shop-single-page-area .shop-single-btm-page-area .sec-title:after {
  height: 5px;
}
.shop-single-page-area .shop-single-btm-page-area .sec-sub-title {
  margin-bottom: 42px;
  margin-top: 10px;
  font-size: 30px;
}
.shop-single-page-area .inner-single-product-slider .inner {
  background: #f5f5f5;
  margin-bottom: 26px;
}
.shop-single-page-area .inner-single-product-slider .single-product-nav {
  max-width: 300px;
  margin: 0 auto;
}
.shop-single-page-area .inner-single-product-slider .single-product-nav .slick-slide {
  position: relative;
  margin: 0 5px;
  cursor: pointer;
}
.shop-single-page-area .inner-single-product-slider .single-product-nav .slick-slide:after {
  background: rgba(0, 0, 0, 0.7);
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
}
.shop-single-page-area .inner-single-product-slider .single-product-nav .slick-current:after {
  opacity: 0;
}
.shop-single-page-area .inner-single-product-slider .slick-prev:before {
  content: "\f104";
}
.shop-single-page-area .inner-single-product-slider .slick-prev:before,
.shop-single-page-area .inner-single-product-slider .slick-next:before {
  font-family: FontAwesome;
  opacity: 1;
  transition: all 0.5s ease 0s;
  font-size: 16px;
  line-height: 20px;
  color: #212121;
}
.shop-single-page-area .inner-single-product-slider .slick-prev:hover:before,
.shop-single-page-area .inner-single-product-slider .slick-next:hover:before {
  color: #18bccf;
}
.shop-single-page-area .inner-single-product-slider .slick-next:before {
  content: "\f105";
}
.shop-single-page-area .left-area h4 {
  margin: 0 0 12px;
  color: #212121;
  font-size: 20px;
}
.shop-single-page-area .left-area .cat,
.shop-single-page-area .left-area .tag {
  font-size: 13px;
  margin: 0 0 5px;
}
.shop-single-page-area .left-area .cat strong,
.shop-single-page-area .left-area .tag strong {
  font-weight: 500;
}
.shop-single-page-area .left-area .cat {
  margin-top: 27px;
}
.shop-single-page-area .tab-btm {
  margin-top: 20px;
  vertical-align: top;
}
.shop-single-page-area .tab-btm .nav-item {
  position: relative;
  display: block;
  width: 100%;
}
.shop-single-page-area .tab-btm .nav-item a {
  font-size: 15px;
  color: #505050;
}
.shop-single-page-area .tab-btm .nav-item .active {
  background: #eee;
}
.shop-single-page-area .tab-btm .nav-item .active:before {
  content: "\f105";
  font-family: FontAwesome;
  opacity: 1;
  transition: all 0.5s ease 0s;
  font-size: 16px;
  line-height: 20px;
  position: absolute;
  top: 14px;
  z-index: 99;
  right: 5px;
}
.shop-single-page-area .tab-btm .tab-content.card {
  border: none;
}
.shop-single-page-area .tab-btm h4 {
  margin: 15px 0 19px;
  font-weight: 500;
  color: #505050;
}
/*-----------------------------------
25. Check Out css Start Here
-------------------------------------*/
.rs-check-out .title-bg {
  font-size: 24px;
  margin-bottom: 30px;
}
.rs-check-out .check-out-box {
  padding: 0 0 40px 0;
}
.rs-check-out .check-out-box label {
  color: #505050;
  font-weight: 400;
}
.rs-check-out .check-out-box textarea,
.rs-check-out .check-out-box input {
  border-color: #bfbfbf;
}
.rs-check-out .check-out-box input {
  height: 40px;
  padding: 0 15px;
}
.rs-check-out .check-out-box select {
  width: 100%;
  min-height: 40px;
  display: block;
  padding: 10px 15px;
  color: #505050;
}
.rs-check-out .check-out-box .checkbox input {
  height: auto;
  margin-top: 7px;
}
.rs-check-out .shipping-box h3.title {
  font-size: 24px;
  margin: 0 0 30px;
}
.rs-check-out .shipping-box .form-group input {
  height: 80px;
}
.rs-check-out .shipping-box input,
.rs-check-out .checkbox input {
  margin-right: 15px;
}
.rs-check-out .product-demo {
  width: 100%;
  display: inline-block;
  padding-bottom: 20px;
  padding-top: 8px;
}
.rs-check-out .product-demo h5 {
  margin: 0;
  font-size: 15px;
  color: #505050;
}
.rs-check-out .product-demo .product-image {
  width: 15%;
  float: left;
}
.rs-check-out .product-demo .product-name {
  width: 30%;
  float: left;
  transform: translateY(100%);
}
.rs-check-out .product-demo .product-quantity {
  width: 25%;
  float: left;
  text-align: center;
  transform: translateY(100%);
}
.rs-check-out .product-demo .product-ititial-price {
  width: 30%;
  float: left;
  text-align: center;
  transform: translateY(100%);
}
.rs-check-out .product-price table {
  border: 1px solid #b2b2b2;
  margin-bottom: 25px;
}
.rs-check-out .product-price table tr td {
  padding: 15px 25px;
  border-bottom: 1px solid #b2b2b2;
}
.rs-check-out .product-price table tr td input {
  margin-right: 5px;
}
.rs-check-out .product-price table tr td:last-child {
  text-align: right;
}
.rs-check-out .product-price table tr td.no-border {
  border: none;
}
.rs-check-out .rs-payment-system .payment-radio-btn1 {
  padding: 15px 25px;
  border: 1px solid #b2b2b2;
}
.rs-check-out .rs-payment-system .payment-radio-btn1 p {
  margin: 0;
  padding: 15px 0 15px 25px;
  font-size: 13px;
}
.rs-check-out .rs-payment-system .payment-radio-btn2 {
  padding: 15px 25px;
  border: 1px solid #b2b2b2;
  border-top: none;
}
.rs-check-out .rs-payment-system input {
  margin-right: 10px;
}
.rs-check-out .rs-payment-system input.btn-send {
  width: 100%;
  margin-top: 25px;
  background-color: #18bccf;
  color: #ffffff;
  font-weight: 600;
  text-transform: uppercase;
  border: none;
  height: 50px;
  line-height: 50px;
  text-align: c center;
  transition: 0.4s;
  -webkit-transition: 0.4s;
  -ms-transition: 0.4s;
  cursor: pointer;
}
.rs-check-out .rs-payment-system input.btn-send:hover {
  background: #212121;
}
/*-----------------------------------
32. Shipping Area Start Here
------------------------------------*/
.shipping-area .button-area ul li a {
  display: block;
  padding: 15px;
  background: #f8f8f8;
  color: #646464;
  font-size: 18px;
}
.shipping-area .button-area ul li.active a {
  background: #18bccf;
  color: #fff;
}
.shipping-area .product-list table {
  margin: 0 0 30px;
}
.shipping-area .product-list table tr {
  border: 1px solid #e7e7e7;
  padding: 25px;
  display: block;
  margin-bottom: -1px;
}
.shipping-area .product-list table tr td {
  padding-right: 52px;
}
.shipping-area .product-list table tr td img {
  width: 100%;
  display: block;
  max-width: 80px;
}
.shipping-area .product-list table tr td .des-pro {
  display: block;
  padding-right: 50px;
  width: 210px;
}
@media screen and (max-width: 991px) {
  .shipping-area .product-list table tr td .des-pro {
    width: auto;
  }
}
.shipping-area .product-list table tr td .des-pro h4 {
  margin: 0 0 10px;
  font-size: 20px;
}
.shipping-area .product-list table tr td .des-pro p {
  color: #646464;
  margin: 0;
}
.shipping-area .product-list table tr td strong {
  font-size: 20px;
  display: block;
  padding-right: 100px;
  font-weight: 500;
}
@media screen and (max-width: 991px) {
  .shipping-area .product-list table tr td strong {
    padding-right: 10px;
  }
}
.shipping-area .product-list table tr td .order-pro {
  position: relative;
  display: block;
  margin-right: 100px;
}
.shipping-area .product-list table tr td .order-pro input {
  width: 110px;
  height: 46px;
  box-shadow: none;
  border: 1px solid #ccc;
  text-align: center;
  padding-right: 10px;
  color: #888888;
  font-size: 18px;
}
.shipping-area .product-list table tr td .order-pro div {
  position: absolute;
  top: 12px;
  right: 0;
  z-index: 999;
  cursor: pointer;
}
.shipping-area .product-list table tr td .order-pro div.btn-plus {
  right: 40px;
}
.shipping-area .product-list table tr td .order-pro div.btn-minus {
  right: 20px;
}
.shipping-area .product-list table tr td .prize {
  color: #18bccf;
  font-size: 18px;
  font-weight: 500;
  padding-right: 50px;
}
.shipping-area .product-list table tr td i {
  display: block;
  width: 30px;
  height: 30px;
  border: 1px solid #cccccc;
  text-align: center;
  line-height: 28px;
  font-size: 15px;
  cursor: pointer;
  color: #ccc;
}
.shipping-area .product-list table tr td i:hover {
  background: #18bccf;
  color: #fff;
}
.shipping-area .product-list .total span {
  font-size: 20px;
  padding-right: 10px;
}
.shipping-area .product-list .total strong {
  font-size: 28px;
  font-weight: 400;
}
.shipping-area .next-step {
  text-align: right;
}
.shipping-area .next-step a {
  padding: 10px 30px;
  border: 1px solid #18bccf;
  background: #18bccf !important;
  color: #fff;
  text-transform: capitalize;
  font-size: 18px;
  background: transparent;
  margin-top: 25px;
  transition: all 0.3s ease 0s;
  display: inline-block;
}
.shipping-area .next-step a:hover {
  background: #212121 !important;
  color: #fff;
  border: 1px solid #212121 !important;
}
.shipping-area .form-area h3 {
  font-weight: 500;
  padding: 15px 15px;
  font-size: 22px;
}
.shipping-area .form-area form fieldset {
  margin: 0 0 15px;
}
.shipping-area .form-area form fieldset label {
  display: block;
  width: 100%;
  color: #333333;
  font-weight: 400;
  margin: 0 0 10px;
  font-size: 14px;
}
.shipping-area .form-area form fieldset input {
  display: block;
  width: 100%;
  margin: 0 0 10px;
  height: 40px;
  border-radius: 0;
  padding: 0 15px;
  border: 1px solid #ccc;
}
.shipping-area .form-area form fieldset select {
  display: block;
  width: 100%;
  margin: 0 0 10px;
  height: 40px;
  border-radius: 0;
  padding: 0 15px;
  color: #646464;
  font-size: 13px;
  border: 1px solid #ccc;
}
.shipping-area .order-list h3 {
  padding: 15px 0;
  font-size: 24px;
}
.shipping-area .order-list table {
  width: 100%;
}
.shipping-area .order-list table tr {
  width: 100%;
  display: block;
}
.shipping-area .order-list table tr th {
  font-weight: bold;
  width: 50%;
}
.shipping-area .order-list table tr td {
  border: 1px solid #dedede;
  padding: 15px 15px;
  font-weight: normal;
}
.shipping-area .order-list table tr td:first-child {
  width: 400px;
}
@media screen and (max-width: 480px) {
  .shipping-area .order-list table tr td:first-child {
    width: 65%;
  }
}
.shipping-area .order-list table tr td:last-child {
  width: 150px;
  text-align: center;
}
.shipping-area .order-list table .row-bold td {
  border: 1px solid #dedede;
  font-weight: 700;
}
.shipping-area .panel-group .panel {
  border-radius: 0;
  margin: 0;
}
.shipping-area .panel-group .panel-body {
  padding-left: 40px;
  padding-right: 100px;
}
.shipping-area .panel-group a .checkbox {
  margin: 0;
  padding: 10px 0;
}
.shipping-area .panel-group a .checkbox .cr {
  position: relative;
  display: inline-block;
  background: #cccccc;
  border-radius: 100%;
  float: left;
  margin-top: 0px;
  margin-right: .5em;
  width: 15px;
  height: 15px;
}
.shipping-area .panel-group a .checkbox label {
  margin: 0 !important;
  padding: 0 !important;
  text-transform: capitalize;
  font-size: 18px;
  font-weight: 700;
}
.shipping-area .panel-group a .checkbox label input[type="checkbox"] {
  display: none;
}
.shipping-area .panel-group a .checkbox label input[type="checkbox"] + .cr > .cr-icon {
  opacity: 1;
  display: block;
  color: #18bccf;
  width: 15px;
  height: 15px;
}
.shipping-area .panel-group a .checkbox label input[type="checkbox"] + .cr > .cr-icon {
  opacity: 0;
  transition: all 0.3s ease-in;
  display: block;
  padding: 5px;
  color: #2962ff;
}
.shipping-area .panel-group .panel-default > .panel-heading {
  background: transparent;
}
.order-pro input[type=number]::-webkit-inner-spin-button,
.order-pro input[type=number]::-webkit-outer-spin-button {
  opacity: 1;
}
.coupon-fields .input-text {
  padding: 5px 8px;
  width: 75%;
  margin-right: 10px;
  margin-bottom: 25px;
}
.coupon-fields .apply-coupon {
  background: #18bccf;
  border: none;
  color: #fff;
  padding: 6px 8px;
  border: 1px solid #18bccf;
  transition: all 0.3s ease 0s;
}
.coupon-fields .apply-coupon:hover {
  background: #212121 !important;
  border: 1px solid #212121;
  color: #fff;
}
/*-------------------------------------
32. Contact Page Section Start Here
--------------------------------------*/
.contact-page-section #googleMap {
  height: 490px;
}
.contact-page-section .map-text {
  padding-bottom: 22px;
}
.contact-page-section .map-text h3 {
  font-size: 20px;
  margin: 0;
  padding: 25px 0 10px;
  font-weight: 600;
}
.contact-page-section .map-text p {
  font-size: 15px;
  margin: 0;
  padding: 0;
}
.contact-page-section .contact-address-section {
  text-align: center;
  margin: 50px 0;
}
.contact-page-section .contact-address-section .contact-info {
  background: #f0f0f0;
  border: 1px solid #e1e1e1;
  padding: 25px 0 23px;
}
.contact-page-section .contact-address-section .contact-info .contact-pd {
  padding: 0 10px;
}
.contact-page-section .contact-address-section .contact-info i {
  color: #18bccf;
  font-size: 36px;
  margin: 0;
  padding: 0;
}
.contact-page-section .contact-address-section .contact-info h4 {
  font-size: 20px;
  font-weight: 600;
  text-transform: uppercase;
  color: #212121;
  margin: 0;
  padding: 15px 0;
}
.contact-page-section .contact-address-section .contact-info a {
  color: #505050;
  display: block;
}
.contact-page-section .contact-address-section .contact-info a:hover {
  color: #18bccf;
}
.contact-page-section .contact-address-section .contact-info p {
  color: #505050;
  margin: 0;
  padding: 0;
}
.contact-page-section .contact-comment-section h3 {
  font-size: 20px;
  margin: 0;
  padding-bottom: 30px;
  text-transform: uppercase;
  font-weight: 600;
}
.contact-page-section .contact-comment-section form .form-group input {
  height: 43px;
  padding: 0 15px;
}
.contact-page-section .contact-comment-section form .form-group input,
.contact-page-section .contact-comment-section form .form-group textarea {
  border: none;
  background: #f5f5f5;
  border-radius: 0;
  box-shadow: none;
}
.contact-page-section .contact-comment-section form .form-group label {
  color: #505050;
  font-weight: 400;
}
.contact-page-section .contact-comment-section form .form-group input.btn-send {
  text-transform: uppercase;
  color: #ffffff;
  background-color: #18bccf;
  margin-top: 15px;
  border: none;
  height: 50px;
  line-height: 50px;
  text-align: center;
  font-weight: 600;
  padding: 0 50px;
  cursor: pointer;
  transition: 0.4s;
  -webkit-transition: 0.4s;
  -ms-transition: 0.4s;
}
.contact-page-section .contact-comment-section form .form-group input.btn-send:hover {
  background: #212121;
}
/* ------------------------------------
33. Rs Gallery
---------------------------------------*/
.rs-gallery .gallery-item {
  position: relative;
}
.rs-gallery .gallery-item .gallery-desc {
  position: absolute;
  top: 50%;
  width: 100%;
  padding: 25px;
  text-align: center;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.rs-gallery .gallery-item .gallery-desc h3 {
  margin-bottom: 12px;
  font-size: 24px;
  transition: all 0.3s ease 0s;
  -webkit-transform: translateY(10px);
  transform: translateY(10px);
  opacity: 0;
}
.rs-gallery .gallery-item .gallery-desc h3 a {
  color: #ffffff;
}
.rs-gallery .gallery-item .gallery-desc p {
  color: #e1e1e1;
  margin-bottom: 30px;
  transition: all 0.3s ease 0s;
  -webkit-transform: translateY(20px);
  transform: translateY(20px);
  opacity: 0;
}
.rs-gallery .gallery-item .gallery-desc .image-popup {
  display: inline-block;
  width: 50px;
  line-height: 50px;
  height: 50px;
  border-radius: 50%;
  text-align: center;
  background-color: #18bccf;
  color: #ffffff;
  font-size: 18px;
  -webkit-transform: translateY(35px);
  transform: translateY(35px);
  transition: all 0.3s ease 0s;
  opacity: 0;
}
.rs-gallery .gallery-item:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(33, 33, 33, 0.8);
  opacity: 0;
  transition: all 0.3s ease 0s;
}
.rs-gallery .gallery-item:hover:before {
  opacity: 1;
}
.rs-gallery .gallery-item:hover h3,
.rs-gallery .gallery-item:hover p,
.rs-gallery .gallery-item:hover .image-popup {
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
  opacity: 1;
}
.rs-gallery .row {
  margin-bottom: 30px;
}
.rs-gallery-section .single-gallery {
  position: relative;
  overflow: hidden;
  cursor: pointer;
}
.rs-gallery-section .single-gallery:after {
  content: "";
  width: 80%;
  height: 80%;
  background: #92278f;
  position: absolute;
  top: 10%;
  left: 10%;
  display: block;
  overflow: hidden;
  opacity: 0.8;
  transform: scale(0);
  opacity: 0;
  visibility: hidden;
  transition: 0.4s;
  -webkit-transition: 0.4s;
  -ms-transition: 0.4s;
}
.rs-gallery-section .single-gallery .popup-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  text-align: center;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  z-index: 11;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
}
.rs-gallery-section .single-gallery .popup-icon a {
  font-size: 20px;
  display: inline-block;
  margin: 0 8px;
  color: #fff;
}
.rs-gallery-section .single-gallery:hover:after {
  opacity: 0.8;
  visibility: visible;
  transform: scale(1);
}
.rs-gallery-section .single-gallery:hover .popup-icon {
  opacity: 1;
  visibility: visible;
}
/* ------------------------------------
34. ScrollUp
---------------------------------------*/
#scrollUp {
  text-align: center;
  bottom: 40px;
  cursor: pointer;
  display: none;
  position: fixed;
  right: 40px;
  z-index: 999;
}
#scrollUp i {
  background-color: #18bccf;
  height: 40px;
  font-size: 24px;
  width: 42px;
  color: #ffffff;
  line-height: 36px;
  transition: all 0.3s ease 0s;
  margin-left: 2px;
}
#scrollUp i:hover {
  background-color: #27aae1;
  color: rgba(255, 255, 255, 0.7);
}
/* ------------------------------------
35.404 Page Area Start Here 
---------------------------------------*/
.error-page-area {
  text-align: center;
}
.error-page-area .error-page {
  background: #f0f0f0;
  background-position: center center;
  background-size: cover;
  padding: 60px 0 100px;
}
.error-page-area .error-page h1 {
  font-size: 250px;
  color: #212121;
  line-height: 230px;
  margin: 0;
}
.error-page-area .error-page p {
  font-size: 18px;
  color: #212121;
  font-weight: 500;
  letter-spacing: 3px;
  margin-bottom: 50px;
}
.error-page-area .error-page-message {
  margin-top: 0;
}
.error-page-area .error-page-message p {
  font-size: 20px;
  color: #212121;
}
.error-page-area .error-page-message .home-page a {
  display: inline-block;
  text-decoration: none;
  font-size: 15px;
  color: #ffffff;
  background: #18bccf;
  padding: 15px 35px;
  transition: all 0.3s ease 0s;
  font-weight: 700;
}
.error-page-area .error-page-message .home-page a:hover {
  background: #212121;
}
/*-------------------------
36.Preloader css
---------------------------*/
.book_preload {
  position: fixed;
  width: 100%;
  height: 100%;
  background: #18bccf;
  z-index: 999999;
}
.book {
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  position: relative;
  margin: 0 auto;
  border: 5px solid #ecf0f1;
  width: 100px;
  height: 60px;
}
.book__page {
  position: absolute;
  left: 50%;
  top: -5px;
  margin: 0 auto;
  border-top: 5px solid #ecf0f1;
  border-bottom: 5px solid #ecf0f1;
  border-right: 5px solid #ecf0f1;
  background: #27aae1;
  width: 50px;
  height: 60px;
  -webkit-transform-origin: 0% 50%;
  transform-origin: 0% 50%;
  -webkit-animation: flip 1.2s infinite linear;
  animation: flip 1.2s infinite linear;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
.book__page:nth-child(1) {
  z-index: -1;
  -webkit-animation-delay: 1.4s;
  animation-delay: 1.4s;
}
.book__page:nth-child(2) {
  z-index: -2;
  -webkit-animation-delay: 2.8s;
  animation-delay: 2.8s;
}
.book__page:nth-child(3) {
  z-index: -3;
  -webkit-animation-delay: 4.2s;
  animation-delay: 4.2s;
}
@-webkit-keyframes flip {
  0% {
    -webkit-transform: perspective(600px) rotateY(0deg);
    transform: perspective(600px) rotateY(0deg);
  }
  20% {
    background: #18bccf;
  }
  29.9% {
    background: #18bccf;
  }
  30% {
    -webkit-transform: perspective(200px) rotateY(-90deg);
    transform: perspective(200px) rotateY(-90deg);
    background: #27aae1;
  }
  54.999% {
    opacity: 1;
  }
  55% {
    opacity: 0;
  }
  60% {
    -webkit-transform: perspective(200px) rotateY(-180deg);
    transform: perspective(200px) rotateY(-180deg);
    background: #27aae1;
  }
  100% {
    -webkit-transform: perspective(200px) rotateY(-180deg);
    transform: perspective(200px) rotateY(-180deg);
    background: #27aae1;
  }
}
@keyframes flip {
  0% {
    -webkit-transform: perspective(600px) rotateY(0deg);
    transform: perspective(600px) rotateY(0deg);
  }
  20% {
    background: #18bccf;
  }
  29.9% {
    background: #18bccf;
  }
  30% {
    -webkit-transform: perspective(200px) rotateY(-90deg);
    transform: perspective(200px) rotateY(-90deg);
    background: #27aae1;
  }
  54.999% {
    opacity: 1;
  }
  55% {
    opacity: 0;
  }
  60% {
    -webkit-transform: perspective(200px) rotateY(-180deg);
    transform: perspective(200px) rotateY(-180deg);
    background: #27aae1;
  }
  100% {
    -webkit-transform: perspective(200px) rotateY(-180deg);
    transform: perspective(200px) rotateY(-180deg);
    background: #27aae1;
  }
}
/* ------------------------------------
37. Rs Footer
---------------------------------------*/
.rs-footer {
  color: #e8e8e8;
  margin-top: 98px;
}
.rs-footer .footer-title {
  margin-bottom: 40px;
  padding-bottom: 5px;
  color: #ffffff;
  font-size: 16px;
  position: relative;
  font-weight: 600;
}
.rs-footer .footer-title:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -5px;
  height: 1px;
  width: 50px;
  background-color: #18bccf;
}
.rs-footer .container {
  position: relative;
}
.rs-footer .footer-contact-desc {
  margin: 0;
  background: #222;
  text-align: center;
  padding: 35px;
  position: absolute;
  left: 0;
  right: 0;
  margin: -100px auto 0;
  z-index: 111;
  border-radius: 30px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.7);
}
.rs-footer .footer-contact-desc div[class*="col-"] + div[class*="col-"] .contact-inner {
  border-left: 1px solid #e2e2e2;
}
.rs-footer .footer-contact-desc div[class*="col-"] + div[class*="col-"] .contact-inner:before,
.rs-footer .footer-contact-desc div[class*="col-"] + div[class*="col-"] .contact-inner:after {
  content: '';
  position: absolute;
  height: calc(100% - 40px);
  width: 1px;
  background-color: #e2e2e2;
  top: 50%;
  transform: translateY(-50%);
}
.rs-footer .footer-contact-desc div[class*="col-"] + div[class*="col-"] .contact-inner:before {
  left: 3px;
}
.rs-footer .footer-contact-desc div[class*="col-"] + div[class*="col-"] .contact-inner:after {
  left: -5px;
}
.rs-footer .footer-contact-desc .contact-inner {
  position: relative;
}
.rs-footer .footer-contact-desc .contact-inner i {
  font-size: 28px;
  margin-bottom: 12px;
  color: #18bccf;
}
.rs-footer .footer-contact-desc .contact-inner .contact-title {
  margin-bottom: 10px;
  color: #ffffff;
  font-size: 20px;
}
.rs-footer .footer-contact-desc .contact-inner .contact-desc {
  color: rgba(255, 255, 255, 0.7);
  margin-bottom: 0;
  font-size: 15px;
}
.rs-footer .footer-top {
  padding-top: 140px;
}
.rs-footer .footer-top .recent-post-widget .post-item {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.rs-footer .footer-top .recent-post-widget .post-item .post-date {
  width: 70px;
  height: 65px;
  flex: 0 0 70px;
  text-align: center;
  float: left;
  background-color: #18bccf;
  color: #ffffff;
  margin-right: 15px;
  -webkit-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.rs-footer .footer-top .recent-post-widget .post-item .post-date span {
  display: block;
}
.rs-footer .footer-top .recent-post-widget .post-item .post-date span:first-child {
  margin-top: 10px;
}
.rs-footer .footer-top .recent-post-widget .post-item .post-date span:last-child {
  font-size: 15px;
}
.rs-footer .footer-top .recent-post-widget .post-item .post-title {
  font-size: 15px;
  line-height: 24px;
  margin-bottom: 0;
  font-weight: 400;
}
.rs-footer .footer-top .recent-post-widget .post-item .post-title a {
  font-family: 'Montserrat', sans-serif;
  color: #e8e8e8;
}
.rs-footer .footer-top .recent-post-widget .post-item .post-title a:hover,
.rs-footer .footer-top .recent-post-widget .post-item .post-title a:focus {
  color: #bbbbbb;
}
.rs-footer .footer-top .recent-post-widget .post-item .post-category {
  font-size: 15px;
}
.rs-footer .footer-top .recent-post-widget .post-item .post-item {
  margin-top: 18px;
  padding-top: 18px;
  border-top: 1px solid rgba(102, 102, 102, 0.5);
}
.rs-footer .footer-top .sitemap-widget li {
  width: 50%;
  float: left;
  line-height: 33px;
}
.rs-footer .footer-top .sitemap-widget li a {
  color: #e8e8e8;
  display: inline-block;
  position: relative;
}
.rs-footer .footer-top .sitemap-widget li a:hover,
.rs-footer .footer-top .sitemap-widget li a:focus {
  color: #18bccf;
}
.rs-footer .footer-top .sitemap-widget li a i {
  padding-right: 10px;
}
.rs-footer .footer-top .flickr-feed li {
  display: inline-block;
  margin: 2px 3px;
  overflow: hidden;
  position: relative;
  width: 76px;
}
.rs-footer .footer-top .flickr-feed li img {
  -webkit-transition: .3s ease all;
  transition: .3s ease all;
}
.rs-footer .footer-top .flickr-feed li:hover img {
  opacity: 0.7;
}
.rs-footer .footer-top .news-form {
  position: relative;
}
.rs-footer .footer-top .news-form input {
  background: rgba(0, 0, 0, 0);
  border: 1px solid #18bccf;
  color: #ffffff;
  height: 50px;
  outline: 0 none;
  padding: 5px 15px;
  width: 100%;
}
.rs-footer .footer-top .news-form button {
  background: #18bccf;
  border: none;
  color: #ffffff;
  font-size: 18px;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  width: 60px;
  transition: all 0.3s ease 0s;
  cursor: pointer;
}
.rs-footer .footer-top .news-form button:hover {
  background: #27aae1;
}
.rs-footer .footer-top .about-widget img {
  margin-bottom: 25px;
}
.rs-footer .footer-share {
  text-align: center;
  margin-top: 50px;
}
.rs-footer .footer-share ul li {
  display: inline-block;
}
.rs-footer .footer-share ul li a {
  font-size: 13px;
  display: block;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  line-height: 44px;
  text-align: center;
  color: #fff;
  transition: all .3s ease 0s;
  background: rgba(255, 255, 255, 0.15);
}
.rs-footer .footer-share ul li a:hover {
  background-color: #18bccf;
  color: #ffffff;
}
.rs-footer .footer-share ul li + li {
  margin-left: 5px;
}
.rs-footer .footer-bottom {
  text-align: center;
  border-top: 1px solid rgba(255, 255, 255, 0.15);
  padding: 18px 0;
  margin-top: 35px;
}
.rs-footer .footer-bottom .copyright p {
  opacity: 0.95;
  margin-bottom: 0;
  font-size: 15px;
}
.rs-footer.rs-footer-style8 .footer-top .recent-post-widget .post-item {
  padding-bottom: 15px;
  padding-top: 15px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}
.rs-footer.rs-footer-style8 .footer-top .recent-post-widget .post-item:last-child {
  border: none;
}
.rs-footer.rs-footer-style8 .footer-top .recent-post-widget .post-item .post-date {
  width: 70px;
  height: 65px;
  flex: 0 0 70px;
  text-align: center;
  color: #fff;
  margin-right: 15px;
  transition: all .3s ease 0s;
  background: #18bccf !important;
  line-height: 27px;
}
.rs-footer.rs-footer-style8 .footer-top .recent-post-widget .post-item .post-date span {
  display: block;
}
.rs-footer.rs-footer-style8 .footer-top .recent-post-widget .post-item .post-date span:first-child {
  margin-top: 10px;
}
.rs-footer.rs-footer-style8 .footer-top .recent-post-widget .post-item .post-date span:last-child {
  font-size: 15px;
}
.rs-footer.rs-footer-style8 .footer-top .recent-post-widget .post-item .post-title {
  font-size: 15px;
  line-height: 24px;
  margin-bottom: 0;
  font-weight: 400;
}
.rs-footer.rs-footer-style8 .footer-top .recent-post-widget .post-item .post-title a {
  font-family: 'Montserrat', sans-serif;
  color: #ffffff;
}
.rs-footer.rs-footer-style8 .footer-top .recent-post-widget .post-item .post-title a:hover,
.rs-footer.rs-footer-style8 .footer-top .recent-post-widget .post-item .post-title a:focus {
  color: #18bccf !important;
}
.rs-footer.rs-footer-style8 .footer-top .form-inner {
  position: relative;
  max-width: 280px;
}
.rs-footer.rs-footer-style8 .footer-top .form-inner:before {
  content: "\f1d9";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: 400;
  text-decoration: inherit;
  position: absolute;
  right: 30px;
  top: 10px;
  color: #fff;
  pointer-events: none;
  z-index: 11;
  font-size: 20px;
}
.rs-footer.rs-footer-style8 .footer-top .form-inner input[type=email] {
  font-size: 14px;
  padding: 12px 0 12px 16px;
  border: none;
  border-radius: 25px!important;
  height: 46px;
  position: relative;
  display: block;
  line-height: 1.428571429;
  color: #555;
  background-color: #fff;
  outline: 0;
  width: 100%;
}
.rs-footer.rs-footer-style8 .footer-top .form-inner input[type=submit] {
  position: absolute;
  border-radius: 25px;
  top: 2px;
  right: 2px;
  background: #18bccf;
  color: #fff;
  padding: 10px 16px;
  border: 0;
  transition: .2s;
  font-size: 0;
  height: 42px;
  width: 74px;
  min-width: auto!important;
}
.rs-footer.rs-footer-style7 {
  position: relative;
  background: #f2f2f2;
}
.rs-footer.rs-footer-style7 .footer-top {
  padding-top: 70px !important;
}
.rs-footer.rs-footer-style7 .footer-top .footer-title {
  color: #212121;
}
.rs-footer.rs-footer-style7 .footer-top .footer-title:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -5px;
  height: 1px;
  width: 50px;
  background: #18bccf;
}
.rs-footer.rs-footer-style7 .footer-top .recent-post-widget .post-item {
  padding-bottom: 15px;
  padding-top: 15px;
  border-bottom: 1px solid #e9e2e2;
}
.rs-footer.rs-footer-style7 .footer-top .recent-post-widget .post-item:last-child {
  border: none;
}
.rs-footer.rs-footer-style7 .footer-top .recent-post-widget .post-item .post-date {
  width: 70px;
  height: 65px;
  flex: 0 0 70px;
  text-align: center;
  color: #fff;
  margin-right: 15px;
  transition: all .3s ease 0s;
  background: #18bccf !important;
  line-height: 27px;
}
.rs-footer.rs-footer-style7 .footer-top .recent-post-widget .post-item .post-date span {
  display: block;
}
.rs-footer.rs-footer-style7 .footer-top .recent-post-widget .post-item .post-date span:first-child {
  margin-top: 10px;
}
.rs-footer.rs-footer-style7 .footer-top .recent-post-widget .post-item .post-date span:last-child {
  font-size: 15px;
}
.rs-footer.rs-footer-style7 .footer-top .recent-post-widget .post-item .post-title {
  font-size: 15px;
  line-height: 24px;
  margin-bottom: 0;
  font-weight: 400;
}
.rs-footer.rs-footer-style7 .footer-top .recent-post-widget .post-item .post-title a {
  font-family: 'Montserrat', sans-serif;
  color: #505050;
}
.rs-footer.rs-footer-style7 .footer-top .recent-post-widget .post-item .post-title a:hover,
.rs-footer.rs-footer-style7 .footer-top .recent-post-widget .post-item .post-title a:focus {
  color: #18bccf !important;
}
.rs-footer.rs-footer-style7 .footer-top .sitemap-widget li {
  width: 50%;
  float: left;
  line-height: 33px;
}
.rs-footer.rs-footer-style7 .footer-top .sitemap-widget li a {
  color: #505050;
  display: inline-block;
  position: relative;
}
.rs-footer.rs-footer-style7 .footer-top .sitemap-widget li a:hover,
.rs-footer.rs-footer-style7 .footer-top .sitemap-widget li a:focus {
  color: #18bccf !important;
}
.rs-footer.rs-footer-style7 .footer-top .sitemap-widget li a i {
  padding-right: 10px;
}
.rs-footer.rs-footer-style7 .footer-top .flickr-feed li {
  display: inline-block;
  margin: 2px 3px;
  overflow: hidden;
  position: relative;
  width: 76px;
}
.rs-footer.rs-footer-style7 .footer-top .flickr-feed li img {
  -webkit-transition: .3s ease all;
  transition: .3s ease all;
}
.rs-footer.rs-footer-style7 .footer-top .flickr-feed li:hover img {
  opacity: 0.7;
}
.rs-footer.rs-footer-style7 .footer-top .form-inner {
  position: relative;
  max-width: 280px;
}
.rs-footer.rs-footer-style7 .footer-top .form-inner:before {
  content: "\f1d9";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: 400;
  text-decoration: inherit;
  position: absolute;
  right: 30px;
  top: 10px;
  color: #fff;
  pointer-events: none;
  z-index: 11;
  font-size: 20px;
}
.rs-footer.rs-footer-style7 .footer-top .form-inner input[type=email] {
  font-size: 14px;
  padding: 12px 0 12px 16px;
  border: none;
  border-radius: 25px!important;
  height: 46px;
  position: relative;
  display: block;
  line-height: 1.428571429;
  color: #555;
  background-color: #fff;
  outline: 0;
  width: 100%;
}
.rs-footer.rs-footer-style7 .footer-top .form-inner input[type=submit] {
  position: absolute;
  border-radius: 25px;
  top: 2px;
  right: 2px;
  background: #18bccf;
  color: #fff;
  padding: 10px 16px;
  border: 0;
  transition: .2s;
  font-size: 0;
  height: 42px;
  width: 74px;
  min-width: auto!important;
}
.rs-footer.rs-footer-style7 .footer-top .about-widget img {
  margin-bottom: 25px;
}
.rs-footer.rs-footer-style7 .footer-share {
  text-align: center;
  margin-top: 50px;
}
.rs-footer.rs-footer-style7 .footer-share ul li {
  display: inline-block;
}
.rs-footer.rs-footer-style7 .footer-share ul li a {
  background: none !important;
  color: #212121 !important;
}
.rs-footer.rs-footer-style7 .footer-share ul li a:hover {
  color: #18bccf !important;
}
.rs-footer.rs-footer-style7 .footer-share ul li li {
  margin-left: 5px;
}
.rs-footer.rs-footer-style7:before {
  background: #f2f2f2;
  transform: skewY(175deg);
  content: "";
  height: 100%;
  right: 0;
  position: absolute;
  top: -100px;
  width: 100%;
  z-index: -1;
}
.rs-footer.rs-footer-style7 .footer-contact-desc {
  padding-top: 0;
  border-bottom: 1px solid #e9e2e2;
  transform: translateY(0);
  position: static;
  border-radius: 0;
  box-shadow: none;
  margin: -100px auto 0;
  background: none;
}
.rs-footer.rs-footer-style7 .footer-contact-desc .contact-inner i:before {
  color: #18bccf;
}
.rs-footer.rs-footer-style7 .footer-contact-desc .contact-inner .contact-title {
  color: #212121;
}
.rs-footer.rs-footer-style7 .footer-contact-desc .contact-inner .contact-desc {
  color: #505050;
}
.rs-footer.rs-footer-style7 .footer-contact-desc div[class*="col-"] + div[class*="col-"] .contact-inner {
  border-left: 1px solid #e2e2e2;
}
.rs-footer.rs-footer-style7 .footer-contact-desc div[class*="col-"] + div[class*="col-"] .contact-inner:before,
.rs-footer.rs-footer-style7 .footer-contact-desc div[class*="col-"] + div[class*="col-"] .contact-inner:after {
  content: '';
  position: absolute;
  height: calc(100% - 40px);
  width: 1px;
  background-color: #e2e2e2;
  top: 50%;
  transform: translateY(-50%);
}
.rs-footer.rs-footer-style7 .footer-contact-desc div[class*="col-"] + div[class*="col-"] .contact-inner:before {
  left: 3px;
}
.rs-footer.rs-footer-style7 .footer-contact-desc div[class*="col-"] + div[class*="col-"] .contact-inner:after {
  left: -5px;
}
.copyright_style7 {
  text-align: center;
  border-top: 1px solid #e9e2e2 !important;
  padding: 18px 0;
  margin-top: 35px;
  background: none !important;
}
.copyright_style7 .copyright p {
  opacity: 0.95;
  margin-bottom: 0;
  font-size: 15px;
}
.copyright_style7 .copyright p a {
  color: #18bccf;
}
.copyright_style7 .copyright p a:hover {
  color: #212121;
}
.rs-footer-2 .footer-share {
  margin-top: 20px;
}
@-webkit-keyframes rs-animation-scale-up {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.2);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
  }
}
@keyframes rs-animation-scale-up {
  0% {
    opacity: 0;
    transform: scale(0.2);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
@media only screen and (max-width: 991px) {
  .instructor-home .rs-menu-toggle {
    color: #212121 !important;
  }
  .instructor-home .rs-menu-toggle i {
    color: #18bccf;
  }
}
/*---------------------
Pulse Animation
---------------------*/
@keyframes pulse-border {
  0% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
  }
  100% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0;
  }
}
/*------------------------------
Swing Animation
------------------------------*/
@keyframes swing-anim {
  from {
    transform: rotate(60deg);
    -webkit-transform: rotate(60deg);
  }
  to {
    transform: rotate(-60deg);
    -webkit-transform: rotate(-60deg);
  }
}
@-webkit-keyframes swing-anim {
  from {
    transform: rotate(60deg);
    -webkit-transform: rotate(60deg);
  }
  to {
    transform: rotate(-60deg);
    -webkit-transform: rotate(-60deg);
  }
}
@keyframes swing-anim2 {
  from {
    transform: rotate(40deg);
    -webkit-transform: rotate(40deg);
  }
  to {
    transform: rotate(-40deg);
    -webkit-transform: rotate(-40deg);
  }
}
@-webkit-keyframes swing-anim2 {
  from {
    transform: rotate(40deg);
    -webkit-transform: rotate(40deg);
  }
  to {
    transform: rotate(-40deg);
    -webkit-transform: rotate(-40deg);
  }
}

.pb-100 {
  padding-bottom: 100px;
}

.rs-services.style1 {
  margin-top: -120px;
}
.rs-services.style1 .service-wrap {
  box-shadow: 0 6px 30px 0 rgba(0, 0, 0, 0.08);
  z-index: 9;
  position: relative;
  border-radius: 0 100px 0 0;
}
.rs-services.style1 .service-wrap .service-grid {
  padding: 50px 45px 40px;
  transition: all 0.3s ease;
  background: #ffffff;
  transform: scale(1);
  border-right: 1px solid;
  border-color: #f5f5f5;
  min-height: 331px;
}
.rs-services.style1 .service-wrap .service-grid.bdru {
  border-radius: 0 100px 0 0;
}
.rs-services.style1 .service-wrap .service-grid .service-icon img {
  max-width: 51px;
  height: 56px;
  filter: grayscale(1);
  transition: all 0.3s ease;
}
.rs-services.style1 .service-wrap .service-grid .title a {
  color: #043d72;
}
.rs-services.style1 .service-wrap .service-grid .title a:hover {
  color: #18bccf;
}
.rs-services.style1 .service-wrap .service-grid .btn-wrap .readmore {
  font-weight: 600;
  display: inline-flex;
  align-items: center;
}
.rs-services.style1 .service-wrap .service-grid .btn-wrap .readmore .btn-arrow {
  position: relative;
  width: 20px;
  height: 16px;
  overflow: hidden;
  margin-left: 8px;
}
.rs-services.style1 .service-wrap .service-grid .btn-wrap .readmore .btn-arrow:before,
.rs-services.style1 .service-wrap .service-grid .btn-wrap .readmore .btn-arrow:after {
  position: absolute;
  content: "\f114";
  font-family: Flaticon;
  top: 50%;
  transform: translateY(-50%);
  color: #043d72;
  transition: all 0.3s ease;
}
.rs-services.style1 .service-wrap .service-grid .btn-wrap .readmore .btn-arrow:before {
  right: 1px;
}
.rs-services.style1 .service-wrap .service-grid .btn-wrap .readmore .btn-arrow:after {
  right: 22px;
}
.rs-services.style1 .service-wrap .service-grid .btn-wrap .readmore:hover {
  color: #18bccf;
}
.rs-services.style1 .service-wrap .service-grid .btn-wrap .readmore:hover div:before,
.rs-services.style1 .service-wrap .service-grid .btn-wrap .readmore:hover div:after {
  color: #18bccf;
}
.rs-services.style1 .service-wrap .service-grid .btn-wrap .readmore:hover div:before {
  right: -20px;
}
.rs-services.style1 .service-wrap .service-grid .btn-wrap .readmore:hover div:after {
  right: 1px;
}
.rs-services.style1 .service-wrap .service-grid.br-none {
  border-right: none;
}
.rs-services.style1 .service-wrap .service-grid:hover {
  transform: scale(1.1);
  position: relative;
  z-index: 1;
  box-shadow: 0 6px 30px 0 rgba(0, 0, 0, 0.08);
}
.rs-services.style1 .service-wrap .service-grid:hover .service-icon img {
  filter: grayscale(0);
}
.rs-services.style1.modify {
  margin: 0;
}
.rs-services.style1.modify .service-wrap {
  border-radius: 0;
}
.rs-services.style1.modify .service-wrap .service-grid {
  border-bottom: 2px solid #f5f5f5;
}
.rs-services-single .services-add {
  background: url(assets/images/services/single/side-img.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  text-align: center;
  padding: 50px 35px 28px;
}
.rs-services-single .services-add .title {
  font-size: 24px;
  line-height: 42px;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 30px;
}
.rs-services-single .services-add a {
  font-size: 30px;
  line-height: 40px;
  font-weight: 700;
  color: #ffffff;
}
.rs-services-single .brochures {
  background: #ebebeb;
  padding: 35px 30px 45px 30px;
}
.rs-services-single .brochures .title-part .title {
  font-size: 28px;
  font-weight: 700;
  display: block;
  position: relative;
}
.rs-services-single .brochures .title-part .title:before {
  content: "";
  position: absolute;
  border: 0;
  width: 65px;
  height: 5px;
  background: #ec6623;
  z-index: 1;
  margin-left: 0;
  left: 0;
  bottom: -20px;
}
.rs-services-single .brochures .btn-wrapper {
  position: relative;
  text-align: center;
  font-weight: 400;
  display: inline-block;
}
.rs-services-single .brochures .btn-wrapper .dual-btn {
  padding: 15px 30px 15px 30px;
  font-size: 17px;
  font-weight: 600;
  background-color: #ec6623;
  color: #ffffff;
  margin: 0 -4px;
}
.rs-services-single .brochures .btn-wrapper .dual-btn-connector {
  position: absolute;
  z-index: 9;
  overflow: hidden;
  width: 30px;
  height: 30px;
  border-radius: 100%;
  background-color: #fff;
  box-shadow: 0 0 0 5px #bfb2b2;
  color: #27374c;
  text-transform: uppercase;
  font-size: 12px;
  line-height: 30px;
  left: 47%;
}

.mb-23 {
  margin-bottom: 23px;
}

.banner-text p {
  margin-bottom: 0;
  color: #fff;
  text-transform: capitalize;
  font-size: 14px;
  width: 100%;
}
h4.title {
  text-transform: capitalize;
}

.rs-services-style7 .content-part .title span {
  font-family: 'Montserrat', sans-serif;
  font-size: 28px;
  color: #18bccf;
  text-transform: capitalize;
  font-weight: bold;
  letter-spacing: 0;
}
.pb-100 {
  padding-bottom: 100px;
}
.pt-115 {
  padding-top: 115px;
}

.about-img-left {
  margin-right: 30px;
}
.about-us-img-wrap {
  position: relative;
}
.about-us-img-wrap img {
  margin: 0;
}
.about-us-img-info-3 {
  right: auto;
  left: 10px;
  border: 0;
  height: inherit;
  width: inherit;
  max-width: 300px;
  bottom: 70px;
  background-color: transparent;
}
.about-us-img-info-2 {
  width: 190px;
  height: 190px;
  background-color: var(--ltn__secondary-color);
  border: 15px solid;
  border-color: var(--white);
  bottom: 0;
  top: auto;
  -webkit-transform: inherit;
  -ms-transform: inherit;
  transform: inherit;
  margin-right: 0;
}
.about-us-img-info {
  width: 310px;
  height: 310px;
  background-color: var(--white);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  -webkit-box-shadow: var(--ltn__box-shadow-1);
  box-shadow: var(--ltn__box-shadow-1);
  position: absolute;
  top: 70%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  right: 0;
  margin: auto;
}
.d-none {
  display: none!important;
}

.ltn__feature-item-3 {
  padding: 26px 22px 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  border: 2px solid;
  border-color: #f4faff;
  margin-bottom: 20px;
  position: relative;
  align-items: center;
}
.ltn__feature-item-3::before {
  position: absolute;
  content: "";
  left: -2px;
  top: 50%;
  width: 4px;
  height: 0%;
  background-color: #18bccf;
  -webkit-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.ltn__feature-item-3:hover {
  box-shadow: 0 16px 32px 0 rgba(7, 28, 31, 0.1);;

}


.ltn__feature-item-3:hover::before {
  height: 80%;
  opacity: 1;
  visibility: visible;
}

h1.section-title {
  margin: 0 0 6px;
  font-weight: 600;
  text-transform: capitalize;
  font-size: 48px;
  line-height: 35px;
  letter-spacing: 0;
  color: #222;
  margin-bottom: 19px;
}
p {
  margin-top: 0;
  margin-bottom: 1rem;
  font-family: 'Montserrat', sans-serif;
  line-height: 23px;
  font-size: 15px;
}

.ltn__feature-icon i {
  color: #18bccf;
  font-size: 30px;
  padding-right: 22px;
}

.readon2:hover {
  background-color: #222;
  border: 1px solid #222;
}

.frm-container.step1 {
  background-color: #e1dfdf;
  padding: 23px;
}

.copyright-wrap.bg-theme {
  padding-bottom: 24px;
}

p.contact-desc a {
  color: rgba(255, 255, 255, 0.7);
  margin-bottom: 0;
  font-size: 15px;
}
p.contact-desc a:hover {
  color: #18bccf;
}
.page-wraper {
  background-color: #fafafa;
}

h2.desr-sec {
  font-size: 30px;
  line-height: 38px;
  color: #2d2d2d;
  font-weight: 700;
  text-transform: capitalize;
}


.rs-banner-section2 {
  background-image: url(../images/banner7.jpg);
  background-attachment: fixed;
  height: 100vh;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  align-items: center;
  text-align: left;
  position:relative;
}

h1.section-title span {
  font-family: 'Montserrat', sans-serif;
  font-size: 28px;
  color: #18bccf;
  text-transform: capitalize;
  font-weight: bold;
  letter-spacing: 0;
}

.about-area-3 {
  position: relative;
  z-index: 1;
}
.pb-130 {
  padding-bottom: 130px;
}
.pt-130 {
  padding-top: 130px;
}
.about-area-3 .about-thumb {
  display: inline-block;
  overflow: hidden;
}

.about-content-3 .thumb-text {
  position: relative;
  z-index: 1;
  display: inline-block;
  overflow: hidden;
}
.about-content-3 .thumb-text:before {
  content: "";
  background: #101010;
  opacity: 0.5;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.about-content-3 .thumb-text:hover img {
  transform: scale(1.05);
}
.about-content-3 .thumb-text img {
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}

.about-content-3 .thumb-text .read-more {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #3b4fdb;
  font-weight: 700;
  text-transform: uppercase;
  border-radius: 5px;
  color: #fff;
  padding: 10px 26px;
  font-size: 30px;
  z-index: 3;
}

.about-content-3 .about-text .section-title-3 h3 {
  margin-bottom: 30px;
  font-family: 'Teko', sans-serif;
  font-weight: normal;
}
.section-title-3 .bars {
  padding-top: 40px;
  position: relative;
}
.section-title-3 h3 {
  font-size: 50px;
  line-height: 50px;
  margin-bottom: 20px;
  font-weight: 200;
  font-family: "Teko", sans-serif;
}
.about-content-3 .about-text .section-title-3 h3 span {
  color: #3b4fdb;
  font-family: 'Teko', sans-serif;
  text-transform: capitalize;
}

.btn-gra {
  color: #fff;
  background-image: -moz-linear-gradient(-72deg, #e63a34 0%, #ee7349 99%);
  background-image: -webkit-linear-gradient( 
    -72deg
    , #3b4fdb 0%, #8880db 99%);
  background-image: -ms-linear-gradient(-72deg, #e63a34 0%, #ee7349 99%);
}
.btn {
    padding: 18px 45px;
    border-radius: 40px;
    font-size: 15px;
    line-height: 1;
    font-weight: 700;
    position: relative;
    overflow: hidden;
    z-index: 1;
    font-family: 'Montserrat', sans-serif;
    box-shadow: 7px 7px 16px hsl(197.74deg 75.61% 51.76% / 28%);
}
/* .btn:before {
  position: absolute;
  content: "";
  top: -12px;
  right: 60px;
  width: 35px;
  height: 90px;
  opacity: 0;
  z-index: -1;
  visibility: hidden;
  background-color: #fff;
  -webkit-transform: rotate(
    25deg
  );
  -ms-transform: rotate(25deg);
  transform: rotate(
    25deg
  );
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}

.btn:after {
  position: absolute;
  content: "";
  top: -12px;
  right: 40px;
  width: 10px;
  height: 90px;
  opacity: 0;
  z-index: -1;
  visibility: hidden;
  background-color: #fff;
  -webkit-transform: rotate(
    25deg
  );
  -ms-transform: rotate(25deg);
  transform: rotate(
    25deg
  );
  -webkit-transition: all 0.1s linear 0s;
  -moz-transition: all 0.1s linear 0s;
  -ms-transition: all 0.1s linear 0s;
  -o-transition: all 0.1s linear 0s;
  transition: all 0.1s linear 0s;
} */
.btn:hover, .btn:focus {
  outline: 0;
  box-shadow: none;
  color: #fff;
}
.btn:hover:before {
  visibility: visible;
  opacity: 0.2;
}

.elementor *, .elementor :after, .elementor :before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
/* .btn:after {
  position: absolute;
  content: "";
  top: -12px;
  right: 40px;
  width: 10px;
  height: 90px;
  opacity: 0;
  z-index: -1;
  visibility: hidden;
  background-color: #fff;
  -webkit-transform: rotate(
    25deg
  );
  -ms-transform: rotate(25deg);
  transform: rotate(
    25deg
  );
  -webkit-transition: all 0.1s linear 0s;
  -moz-transition: all 0.1s linear 0s;
  -ms-transition: all 0.1s linear 0s;
  -o-transition: all 0.1s linear 0s;
  transition: all 0.1s linear 0s;
} */

.about-area-4 {
  background: #f1f8ff;
  position: relative;
  z-index: 1;
}
.about-area-4 .about-bg-thumb {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 50%;
  z-index: -1;
  background-size: cover;
  background-position: left center;
  background-repeat: no-repeat;
}
.about-area-4 .about-features {
  position: absolute;
  z-index: 1;
  bottom: 60px;
  left: 47%;
  padding: 54px 75px;
  border-radius: 40px;
  border-top-left-radius: 0;
  background-color: #3746cf;
  background-image: -moz-linear-gradient(-72deg, #e63a34 0%, #ee7349 99%);
  background-image: -webkit-linear-gradient( 
    -72deg
    , #384ad4 0%, #2a29b7 99%);
  background-image: -ms-linear-gradient(-72deg, #e63a34 0%, #ee7349 99%);
}
.about-area-4 .about-features .icon {
  position: absolute;
  color: #fff;
  top: 50%;
  left: 50%;
  opacity: 0.2;
  transform: translate(-50%, -50%);
  z-index: -1;
  font-size: 150px;
  line-height: 36px;
}
.about-area-4 .about-features h3 {
  font-size: 48px;
  margin-bottom: 0;
  color: #fff;
}
.about-text-4 {
  position: relative;
}
.about-wrap {
  position: relative;
  padding-left: 90px;
}
.about-wrap .about-icon {
  position: absolute;
  left: 0;
  top: 8px;
  width: 70px;
  height: 70px;
  line-height: 70px;
  border-radius: 50%;
  font-size: 32px;
  color: #fff;
  text-align: center;
  background-color: #3b4fdb;
  background-image: -moz-linear-gradient(-72deg, #e63a34 0%, #ee7349 99%);
  background-image: -webkit-linear-gradient( 
    -72deg
    , #3848d3 0%, #2e31b6 99%);
  background-image: -ms-linear-gradient(-72deg, #e63a34 0%, #ee7349 99%);
}
.btn-gra {
  color: #fff !important;
  background-image: -moz-linear-gradient(-72deg, #e63a34 0%, #ee7349 99%);
  background-image: -webkit-linear-gradient( 
    -72deg
    , #ebcd1e 0%, #bda53d 99%);
  background-image: -webkit-linear-gradient( 
    -72deg
    , #18bccf 0%, #274157 99%);
  background-image: -ms-linear-gradient(-72deg, #e63a34 0%, #ee7349 99%);
  background: #274157;
}
.section-title-3 .bars:before {
  content: "";
  background: #3b4fdb;
  width: 50px;
  height: 4px;
  position: absolute;
  left: 0;
  top: 0;
}
.about-text-4 span {
  color: #3b4fdb;
  font-family: 'Teko', sans-serif;
  text-transform: capitalize;
}
.about-content h3 {
  padding-top: 17px;
  margin-bottom: 10px;
  font-family: 'Teko', sans-serif;
  font-weight: normal;
}

.navbar-dark .navbar-nav .nav-link {
  color: rgb(255 255 255);
}
.navbar-dark .navbar-nav .nav-link:focus, .navbar-dark .navbar-nav .nav-link:hover {
  color: #18bccf !important;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box
}

body {
  font-family: open sans, sans-serif;
  font-size: 13px;
  font-weight: 400;
  color: #555;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  line-height: -webkit-calc(22/13);
  line-height: -moz-calc(22/13);
  line-height: calc(22/13)
}

.swal-button {
  background: #333;
  border-radius: 0
}

.swal-button:active {
  background-color: #333
}

section {
  position: relative
}

.section-content {
  position: relative;
  margin: 0 auto
}

.section-content--w1090 {
  max-width: 1090px
}

.section-content--w1140 {
  max-width: 1140px
}

.section-content--w1792 {
  max-width: 1792px
}

.page-content-top-wrap {
  padding: 0 35px
}

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

p {
  line-height: -webkit-calc(22/13);
  line-height: -moz-calc(22/13);
  line-height: calc(22/13);
  margin-bottom: 0
}

a {
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  -moz-transition: all .3s ease;
  font-size: 14px
}

a:link,
a:visited {
  text-decoration: none;
  color: #fff;
}

a:hover,
a:active {
  text-decoration: none;
  color: #ebcd1e
}

ul {
  margin-bottom: 0
}

.ul--inline>li {
  display: inline-block
}

.ul--no-style>li {
  list-style: none
}

.pull-left {
  float: left
}

.pull-right {
  float: right
}

.visible {
  display: block
}

h1,
h2,
h3,
h4,
h5,
h6 {
  text-transform: uppercase;
  color: #333;
  margin-bottom: 0;
  font-weight: 700;
  line-height: -webkit-calc(24/18);
  line-height: -moz-calc(24/18);
  line-height: calc(24/18)
}

h1 {
  font-size: 36px
}

h2 {
  font-size: 30px
}

h3 {
  font-size: 24px
}

h4 {
  font-size: 18px
}

h5 {
  font-size: 15px
}

h6 {
  font-size: 13px
}

.m-r-15 {
  margin-right: 15px
}

.m-r-8 {
  margin-right: 8px
}

.m-t-60 {
  margin-top: 60px
}

.m-t-50 {
  margin-top: 50px
}

.m-t-40 {
  margin-top: 40px
}

.m-t-70 {
  margin-top: 70px
}

.m-t-20 {
  margin-top: 20px
}

.m-t-90 {
  margin-top: 90px!important
}

.m-b-20 {
  margin-bottom: 20px
}

.m-b-100 {
  margin-bottom: 100px
}

.m-b-5 {
  margin-bottom: 5px
}

.m-t-25 {
  margin-top: 25px
}

.m-t-30 {
  margin-top: 30px
}

.m-b-35 {
  margin-bottom: 35px
}

.m-b-75 {
  margin-bottom: 75px
}

.m-b-40 {
  margin-bottom: 40px!important
}

.m-b-10 {
  margin-bottom: 10px
}

.m-b-8 {
  margin-bottom: 8px
}

.p-r-15 {
  padding-right: 15px
}

.p-l-15 {
  padding-left: 15px
}

.m-l-20 {
  margin-left: 20px
}

.m-b-25 {
  margin-bottom: 25px
}

.m-b-0 {
  margin-bottom: 0
}

section.p-t-50 {
  padding-top: 50px
}

.p-t-30 {
  padding-top: 30px
}

.title {
  font-size: 36px;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center
}

.title-2 {
  font-size: 42px;
  position: relative;
  margin-bottom: 60px
}

.under-title-2 {
  display: block;
  height: 12px;
  width: 12px;
  background: #ebcd1e;
  position: relative;
  bottom: -19px;
  left: 50%;
  margin-left: -9px
}

.under-title-2:before {
  content: '';
  position: absolute;
  height: 1px;
  width: 100px;
  top: 5px;
  left: -111px;
  background: rgba(0, 0, 0, .34)
}

.under-title-2:after {
  content: '';
  position: absolute;
  height: 1px;
  width: 100px;
  top: 5px;
  left: 23px;
  background: rgba(0, 0, 0, .34)
}

.title-small {
  font-size: 30px
}

.title-2--special {
  position: relative;
  text-align: left;
  display: inline-block
}

.title-2--special:before {
  content: '';
  position: absolute;
  height: 12px;
  width: 12px;
  top: 12px;
  right: -23px;
  background: #ebcd1e
}

.title-2--special:after {
  content: '';
  position: absolute;
  height: 1px;
  width: 100px;
  background: rgba(0, 0, 0, .34);
  top: 17px;
  right: -136px
}

.title>span {
  color: #ebcd1e;
  font-size: 36px;
  font-weight: 700
}

.title-detail {
  text-align: center;
  margin-top: 10px;
  margin-bottom: 80px;
  padding: 0 20px
}

.title-detail--px-45 {
  padding: 0 45px
}

.title-f8 {
  color: #f8f8f8
}

.title-f8>.under-title-2:before,
.title-f8>.under-title-2:after {
  background: rgba(48, 48, 48, .341)
}

::-webkit-input-placeholder {
  color: #d6d6d6
}

::-moz-placeholder {
  color: #d6d6d6
}

:-ms-input-placeholder {
  color: #d6d6d6
}

:-moz-placeholder {
  color: #d6d6d6
}

.bg--f8 {
  background: #f8f8f8
}

.owl-theme .owl-dots .owl-dot span {
  width: 11px;
  height: 11px;
  background: 0 0;
  border: 2px solid #666;
  -webkit-transition: all .3s ease, -webkit-transform .3s ease;
  transition: all .3s ease, -webkit-transform .3s ease;
  -o-transition: all .3s ease, -o-transform .3s ease;
  -moz-transition: all .3s ease, transform .3s ease, -moz-transform .3s ease;
  transition: all .3s ease, transform .3s ease;
  transition: all .3s ease, transform .3s ease, -webkit-transform .3s ease, -moz-transform .3s ease, -o-transform .3s ease
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background-color: #ebcd1e;
  display: block;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  border: 1px solid #fff;
  -webkit-box-shadow: 0 0 0 2px #ebcd1e;
  -moz-box-shadow: 0 0 0 2px #ebcd1e;
  box-shadow: 0 0 0 2px #ebcd1e
}

#sync2 .owl-dots .owl-dot span {
  border: 2px solid #f1f1f1
}

#sync2 .owl-dots .owl-dot.active span,
#sync2 .owl-dots .owl-dot:hover span {
  border: 2px solid #000
}

.au-bullet-wrap .tp-bullet {
  width: 11px;
  height: 11px;
  background: 0 0
}

.au-bullet-wrap .tp-bullet .au-bullet {
  border: 2px solid #f1f1f1;
  -webkit-transition: background-color .3s ease, -webkit-transform .3s ease;
  transition: background-color .3s ease, -webkit-transform .3s ease;
  -o-transition: background-color .3s ease, -o-transform .3s ease;
  -moz-transition: background-color .3s ease, transform .3s ease, -moz-transform .3s ease;
  transition: background-color .3s ease, transform .3s ease;
  transition: background-color .3s ease, transform .3s ease, -webkit-transform .3s ease, -moz-transform .3s ease, -o-transform .3s ease;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  outline: none;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background-color: transparent;
  text-indent: -999em;
  cursor: pointer;
  position: absolute
}

.au-bullet-wrap .tp-bullet.selected {
  -webkit-box-shadow: 0 0 0 2px #ebcd1e;
  -moz-box-shadow: 0 0 0 2px #ebcd1e;
  box-shadow: 0 0 0 2px #ebcd1e;
  border: none;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background: 0 0
}

.au-bullet-wrap .tp-bullet.selected .au-bullet {
  background-color: #ebcd1e;
  -moz-transform: scale(.75);
  -ms-transform: scale(.75);
  -o-transform: scale(.75);
  transform: scale(.75);
  -webkit-transform: scale(.75);
  border: none
}

.box-head {
  float: left
}

.box-head--border {
  width: 68px;
  line-height: 64px;
  text-align: center
}

.box-body {
  margin-left: 60px;
  padding: 0 32px
}

.icon-zoom {
  font-size: 45px;
  font-weight: 600
}

.icon-zoom--white {
  color: #fff
}

#page-loader {
  background: #f8f8f8;
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 99999
}

.page-loader__spin {
  width: 35px;
  height: 35px;
  position: absolute;
  top: 50%;
  left: 50%;
  border-top: 6px solid #222;
  border-right: 6px solid #222;
  border-bottom: 6px solid #222;
  border-left: 6px solid #ebcd1e;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -webkit-animation: spinner 1000ms infinite linear;
  -moz-animation: spinner 1000ms infinite linear;
  -o-animation: spinner 1000ms infinite linear;
  animation: spinner 1000ms infinite linear;
  z-index: 100000
}

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

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

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

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

.au-btn {
  display: inline-block;
  line-height: 50px;
  padding: 0 15px;
  text-align: center;
  -webkit-transition: .5s ease;
  -o-transition: .5s ease;
  -moz-transition: .5s ease;
  transition: .5s ease;
  white-space: nowrap
}

.au-btn--small {
  line-height: 27px;
  padding: 0 20px
}

.au-btn--pill {
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px
}

.au-btn--yellow {
  color: #fff;
  background-color: #ebcd1e
}

.au-btn--yellow:hover {
  color: #fff;
  background-color: #333
}

.au-btn--border {
  border: 1px solid transparent
}

.au-btn--border:hover {
  color: #fff;
  background-color: #ebcd1e;
  border-color: #ebcd1e
}

.au-btn--gray {
  color: #999;
  border-color: #999
}

.au-btn--white {
  border-color: #fff
}

.au-btn--gray-1 {
  background: #c8c8c8;
  color: #333
}

a.au-btn--dark {
  background-color: #333;
  color: #fff
}

a.au-btn--dark:hover {
  background-color: #ebcd1e;
  color: #fff
}

a.au-btn--white {
  color: #fff
}

.tp-caption.au-btn--pill.au-btn.au-btn--slide {
  color: #fff;
  font-size: 13px;
  white-space: nowrap;
  cursor: pointer;
  padding: 0 40px;
  text-transform: capitalize;
  -webkit-transition: all .5s ease;
  -o-transition: all .5s ease;
  -moz-transition: all .5s ease;
  transition: all .5s ease
}

.tp-caption.au-btn--gray-1.au-btn--slide {
  color: #333!important
}

.tp-caption.au-btn--gray-1.au-btn--slide:hover {
  background: #ebcd1e
}

.au-btn--big {
  padding: 0 50px
}

.au-btn--medium {
  padding: 0 40px
}

.au-btn--medium.au-btn--pill {
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px
}

.au-btn--pill.au-btn--slide {
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  border-radius: 40px
}

.tp-caption.au-btn--slide:hover {
  color: #fff;
  background-color: #333
}

.au-btn--big.au-btn--pill {
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px
}

#btn-to-top {
  display: none;
  width: 40px;
  height: 40px;
  background-color: #ebcd1e;
  position: fixed;
  bottom: 25px;
  right: 55px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  line-height: 40px;
  text-align: center;
  z-index: 1000
}

#btn-to-top:hover {
  background-color: #333
}

#btn-to-top .fa.fa-chevron-up {
  font-weight: 400;
  color: #fff
}

#btn-to-top i {
  margin-right: 0
}

.overlay {
  background: rgba(0, 0, 0, .7);
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  -webkit-transition: .4s;
  -o-transition: .4s;
  -moz-transition: .4s;
  transition: .4s
}

.overlay--p-15 {
  padding: 15px
}

.overlay--invisible {
  opacity: 0
}

.overlay--dark {
  background: rgba(0, 0, 0, .8)
}

.overlay--border {
  height: 100%;
  width: 100%;
  border: 2px dashed #ebcd1e
}

.overlay--yellow {
  background: rgba(235, 205, 30, .63);
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.overlay--yellow>i {
  color: #fff;
  font-size: 72px
}

.parallax {
  background-repeat: no-repeat;
  background-position: center left;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover
}

.parallax--footer {
  background-image: url(../img/bg-footer.jpg);
  padding: 40px 0
}

.form {
  position: relative
}

.form-header {
  margin: -5px 15px 26px 0
}

.form__input {
  border: 1px solid #e6e6e6;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  line-height: 30px;
  outline: none;
  padding: 0 20px;
  font-size: 13px;
  color: #999;
  width: 500px
}

.form__input--show {
  display: block
}

.form__input--hidden {
  display: none
}

.header-stick {
  position: fixed;
  top: -83px;
  -webkit-transition: .6s;
  -o-transition: .6s;
  -moz-transition: .6s;
  transition: .6s;
  width: 100%;
  left: 0;
  z-index: 88888;
  -webkit-box-shadow: 1px 0 3px #ccc;
  -moz-box-shadow: 1px 0 3px #ccc;
  box-shadow: 1px 0 3px #ccc;
  background-color: rgba(255, 255, 255, .96)
}

.header-stick nav>ul>li {
  padding: 20px
}

.header-stick .logo {
  margin-top: -1px
}

.header-stick nav .sub-menu {
  top: 59px
}

.header-stick--show {
  top: 0
}

.header-stick--dark {
  background-color: rgba(0, 0, 0, .75);
  -webkit-box-shadow: 1px 0 3px #222;
  -moz-box-shadow: 1px 0 3px #222;
  box-shadow: 1px 0 3px #222
}

.header-stick--dark nav>ul>li>a {
  color: #eee
}

.header-stick nav.menu-desktop {
  margin-right: 0
}

header h1 {
  margin-top: 10px
}

.logo {
  text-align: center
}

nav.menu-desktop {
  margin-right: 30px
}

nav>ul>li {
  padding: 30px 18px
}

nav>ul>li>a {
  font-size: 15px
}

.menu-desktop--hidden {
  display: none
}

.menu-desktop--show {
  display: block
}

.li-has-sub {
  position: relative;
  -webkit-transition: .3s;
  -o-transition: .3s;
  -moz-transition: .3s;
  transition: .3s
}

.sub-menu {
  position: absolute;
  left: 0;
  top: 79px;
  z-index: 1000;
  max-height: 0;
  border-top: 3px solid #ebcd1e;
  overflow: hidden;
  transform: rotate3d(1, 0, 0, -90deg);
  -ms-transform-origin: 50% 0;
  transform-origin: 50% 0;
  -webkit-transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform-origin: 50% 0;
  -moz-transform: rotate3d(1, 0, 0, -90deg);
  -moz-transform-origin: 50% 0;
  -o-transform: rotate3d(1, 0, 0, -90deg);
  -o-transform-origin: 50% 0;
  transition: 350ms;
  -webkit-transition: 350ms;
  -moz-transition: 350ms;
  -o-transition: 350ms
}

.li-has-sub:hover .sub-menu {
  max-height: 10000px;
  -webkit-transform: rotate3d(0, 0, 0, 0);
  -moz-transform: rotate3d(0, 0, 0, 0);
  -o-transform: rotate3d(0, 0, 0, 0);
  transform: rotate3d(0, 0, 0, 0)
}

.sub-menu>li {
  min-width: 224px
}

.sub-menu>li>a {
  display: block;
  line-height: 50px;
  padding: 0 20px;
  border-bottom: 1px solid #e6e6e6;
  background-color: #fff
}

.sub-menu>li>a:hover {
  background-color: #ebcd1e;
  color: #444
}

.mini-cart {
  position: relative
}

.header-button {
  margin-top: 32px
}

.header-button>.pull-right {
  margin-left: 30px
}

.header-button>.pull-right:last-child {
  margin-left: 0
}

.header-button>div>a>i {
  font-size: 18px;
  font-weight: 600
}

.mini-cart-counter {
  display: block;
  width: 16px;
  height: 16px;
  line-height: 16px;
  font-size: 11px;
  color: #333;
  background-color: #ebcd1e;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  text-align: center;
  position: absolute;
  bottom: -6px;
  right: -8px
}

.mini-cart-counter--gray {
  background-color: #e6e6e6;
  top: -7px;
  right: -8px
}

.cart-dropdown {
  position: absolute;
  z-index: 1000;
  top: 47px;
  right: -3px;
  min-width: 241px;
  border-top: 3px solid #ebcd1e;
  background: #fff;
  -webkit-box-shadow: 0 1px 1px 1px rgba(0, 0, 0, .1);
  -moz-box-shadow: 0 1px 1px 1px rgba(0, 0, 0, .1);
  box-shadow: 0 1px 1px 1px rgba(0, 0, 0, .1);
  -webkit-transition: .6s ease;
  -o-transition: .6s ease;
  -moz-transition: .6s ease;
  transition: .6s ease
}

.cart-dropdown--hidden {
  display: none;
  height: 0
}

.cart-dropdown--show {
  height: auto;
  display: block
}

.cart-list>li {
  padding: 15px 10px 15px 17px;
  border-bottom: 1px solid #f3f3f3
}

.cart__item>.img-thumb {
  position: relative;
  display: inline-block;
  float: left;
  width: 50px;
  border: 1px solid #e6e6e6
}

.pro-detail {
  padding: 8px 0 11px 65px
}

.pro-detail>h6 {
  margin-bottom: 2px
}

.pro-detail>h6>a {
  font-weight: 400;
  text-transform: capitalize;
  color: #555;
  font-size: 13px
}

.pro-detail>h6>a:hover {
  color: #ebcd1e
}

.pro-detail>p {
  line-height: 1;
  margin-bottom: 0
}

.pro-detail>p>em {
  font-size: 11px;
  color: #999
}

.total-checkout {
  padding: 18px 25px
}

.total {
  text-align: center;
  font-weight: 600;
  margin-bottom: 15px;
  color: #333
}

.checkout {
  margin-bottom: 5px
}

.checkout>a.au-btn {
  font-size: 11px
}

.sum {
  text-align: center;
  font-weight: 600;
  margin-bottom: 20px;
  color: #333
}

.header2 {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10000;
  width: 100%
}

.header2 .form-header>.form__input {
  background: 0 0
}

.header2 nav>ul>li>a {
  color: #eee
}

.header2 nav>ul>li>a:hover {
  color: #ebcd1e
}

.header2 .header-button>div>a>i {
  color: #eee
}

#menu-canvas {
  background-image: url(../img/bg-menu-canvas.jpg);
  background-color: #333;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  height: 100vh;
  width: 360px;
  position: fixed;
  z-index: 10000;
  top: 0;
  -webkit-transition: right .5s;
  -o-transition: right .5s;
  -moz-transition: right .5s;
  transition: right .5s;
  padding: 0 30px
}

.close-menu-canvas i {
  color: #ebcd1e;
  font-size: 22px;
  line-height: 22px;
  cursor: pointer
}

.canvas-menu-button i {
  -webkit-transition: .6s ease-in-out;
  -o-transition: .6s ease-in-out;
  -moz-transition: .6s ease-in-out;
  transition: .6s ease-in-out
}

.menu-canvas--hidden {
  right: -361px
}

.menu-canvas--show {
  right: 0
}

.menu-canvas__inner {
  height: 100%;
  margin-top: 30%
}

.menu-canvas-slide {
  margin-top: 74px
}

.menu-canvas__image {
  padding: 10px;
  border: 2px dashed #ebcd1e
}

.menu-canvas__detail {
  color: #c2c2c2;
  padding: 0 45px;
  text-align: center;
  margin-top: 79px
}

.social {
  text-align: center;
  margin-top: 55px
}

.social__item {
  display: inline-block;
  line-height: 30px;
  -webkit-transition: .6s ease;
  -o-transition: .6s ease;
  -moz-transition: .6s ease;
  transition: .6s ease;
  text-align: center;
  width: 30px;
  background: #484848;
  margin-right: 7px
}

.social .social__item:last-child {
  margin-right: 0
}

.social__item:hover {
  background: #ebcd1e
}

.social__item:hover>i {
  color: #333
}

.social__item>i {
  color: #dedede
}

#sync2 .owl-dots {
  position: absolute;
  top: 20px;
  left: 126px
}

header.header-mobile {
  display: none
}

.menu-mobile__button {
  display: inline-block;
  float: right;
  width: 40px;
  line-height: 40px;
  height: 40px;
  text-align: center;
  border: 1px solid #c6c6c6;
  cursor: pointer;
  margin: 20px 0
}

.menu-mobile__button:hover {
  background: #ebcd1e
}

.menu-mobile__button:hover i {
  color: #333
}

.menu-mobile__button i {
  font-size: 18px
}

.hidden {
  display: none
}

.menu-mobile__more {
  position: absolute;
  top: 0;
  right: 0;
  text-align: center;
  line-height: 40px;
  padding: 0 20px;
  cursor: pointer;
  color: #444
}

nav.menu-mobile {
  position: absolute;
  top: 77px;
  left: 0;
  float: left;
  z-index: 50000;
  background: #fff;
  width: 100%;
  margin-right: 0
}

nav.menu-mobile>ul {
  border-top: 3px solid #ebcd1e
}

nav.menu-mobile>ul>li {
  position: relative;
  padding: 0;
  border-bottom: 1px solid rgba(0, 0, 0, .05)
}

nav.menu-mobile li {
  border-bottom: 1px solid rgba(0, 0, 0, .05)
}

nav.menu-mobile>ul>li a {
  padding: 0 20px;
  line-height: 40px;
  display: block
}

nav.menu-mobile>ul>li a:hover {
  background-color: #ebcd1e;
  color: #444
}

nav.menu-mobile>ul>li>ul {
  background: rgba(0, 0, 0, .03)
}

.click {
  background: #ebcd1e
}

.click>i {
  color: #333
}

.slide-title {
  color: #fff;
  text-transform: uppercase;
  text-align: center
}

.slide-content {
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  font-weight: 700;
  white-space: nowrap
}

.slide-content-2 {
  font-family: montserrat;
  padding: 0 40px;
  text-transform: uppercase;
  text-align: center;
  border: 2px dashed #ebcd1e;
  font-weight: 800;
  color: #fff
}

.slide-content-2 span.color {
  font-family: montserrat;
  text-transform: uppercase;
  font-weight: 800;
  color: #ebcd1e;
  font-size: 72px
}

.owl-theme .owl-dots .owl-dot.active span {
  background: #ebcd1e
}

.mouse {
  position: absolute;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  left: 50%;
  bottom: 47px;
  width: 16px;
  height: 30px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  border: 2px solid #fff;
  -webkit-transform: translateX(-50%) translateZ(0);
  -moz-transform: translateX(-50%) translateZ(0);
  transform: translateX(-50%) translateZ(0);
  z-index: 88887
}

.mouse__wheel {
  position: absolute;
  left: 50%;
  margin-left: -1px;
  top: 3px;
  width: 2px;
  height: 5px;
  background: #fff;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -webkit-animation: mouse-wheel 1.25s infinite linear;
  -moz-animation: mouse-wheel 1.25s infinite linear;
  -o-animation: mouse-wheel 1.25s infinite linear;
  animation: mouse-wheel 1.25s infinite linear;
  -webkit-transform-origin: 50% 0%;
  -moz-transform-origin: 50% 0%;
  -ms-transform-origin: 50% 0%;
  -o-transform-origin: 50% 0%;
  transform-origin: 50% 0%
}

@-webkit-keyframes mouse-wheel {
  0% {
    -webkit-transform: scaleY(.4) translateY(0);
    transform: scaleY(.4) translateY(0)
  }
  20% {
    -webkit-transform: scaleY(1) translateY(0);
    transform: scaleY(1) translateY(0)
  }
  60% {
    -webkit-transform: scaleY(.4) translateY(8px);
    transform: scaleY(.4) translateY(8px)
  }
  100% {
    -webkit-transform: scaleY(.4) translateY(0);
    transform: scaleY(.4) translateY(0)
  }
}

@-moz-keyframes mouse-wheel {
  0% {
    -moz-transform: scaleY(.4) translateY(0);
    transform: scaleY(.4) translateY(0)
  }
  20% {
    -moz-transform: scaleY(1) translateY(0);
    transform: scaleY(1) translateY(0)
  }
  60% {
    -moz-transform: scaleY(.4) translateY(8px);
    transform: scaleY(.4) translateY(8px)
  }
  100% {
    -moz-transform: scaleY(.4) translateY(0);
    transform: scaleY(.4) translateY(0)
  }
}

@-o-keyframes mouse-wheel {
  0% {
    -o-transform: scaleY(.4) translateY(0);
    transform: scaleY(.4) translateY(0)
  }
  20% {
    -o-transform: scaleY(1) translateY(0);
    transform: scaleY(1) translateY(0)
  }
  60% {
    -o-transform: scaleY(.4) translateY(8px);
    transform: scaleY(.4) translateY(8px)
  }
  100% {
    -o-transform: scaleY(.4) translateY(0);
    transform: scaleY(.4) translateY(0)
  }
}

@keyframes mouse-wheel {
  0% {
    -webkit-transform: scaleY(.4) translateY(0);
    -moz-transform: scaleY(.4) translateY(0);
    -o-transform: scaleY(.4) translateY(0);
    transform: scaleY(.4) translateY(0)
  }
  20% {
    -webkit-transform: scaleY(1) translateY(0);
    -moz-transform: scaleY(1) translateY(0);
    -o-transform: scaleY(1) translateY(0);
    transform: scaleY(1) translateY(0)
  }
  60% {
    -webkit-transform: scaleY(.4) translateY(8px);
    -moz-transform: scaleY(.4) translateY(8px);
    -o-transform: scaleY(.4) translateY(8px);
    transform: scaleY(.4) translateY(8px)
  }
  100% {
    -webkit-transform: scaleY(.4) translateY(0);
    -moz-transform: scaleY(.4) translateY(0);
    -o-transform: scaleY(.4) translateY(0);
    transform: scaleY(.4) translateY(0)
  }
}

.mouse>i {
  position: absolute;
  color: #fff;
  left: 50%;
  margin-left: -3px;
  bottom: -15px
}

.service-wrap {
  display: table;
  width: 100%
}

.service__item {
  text-align: center;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  width: 25%;
  float: left;
  display: table-cell;
  vertical-align: middle;
  min-height: 385px;
  position: relative;
  border: 1px solid #7f7f7f;
  border-right: none
}

.service__item-inner {
  position: absolute;
  width: 78%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%)
}

.service__intro h3>span {
  color: #ebcd1e;
  font-size: 24px;
  font-weight: 600
}

.service__intro h3 {
  font-weight: 600;
  color: #f9f9f9;
  line-height: 30px
}

.service__intro p {
  color: #ffffff;
  margin-top: 18px;
  margin-bottom: 38px;
  font-size: 13px;
}

.service__intro {
  text-align: left;
  padding: 0 60px
}

.service__item h4 {
  margin-top: 9px;
  color: #ebcd1e;
  font-size: 25px;
}

.service__item h4 a {
  font-size: 18px;
  color: #ebcd1e;
  font-weight: 600
}

.service__item h4 a:hover {
  color: #fff
}
.why-choose-us-area.why-choose-us-about .why-choose-us-content span {
  color: #62bd5e;
}
.why-choose-us-area.why-choose-us-about .why-choose-us-content h2 {
  color: #1b1b1b;
}
.why-choose-us-area.why-choose-us-about .why-choose-us-content ul li span {
  color: #1b1b1b;
  border: 1px solid #62bd5e;
}
.why-choose-us-area.why-choose-us-about .why-choose-us-content ul li span::before {
  background-color: #f8fdf5;
}
.why-choose-us-area.why-choose-us-about .why-choose-us-content ul li h3 {
  color: #1b1b1b;
}
.why-choose-us-area.why-choose-us-about .why-choose-us-content ul li p {
  color: #333333;
}
.why-choose-us-content {
  margin-top: -5px;
}
.why-choose-us-content span {
  font-size: 26px;
  color: #2a2b2b;
  font-weight: 600;
  display: block;
  margin-bottom: 0;
  font-family: 'Montserrat', sans-serif;
  text-transform: uppercase;
}
.why-choose-us-content h2 {
  font-size: 29px;
  color: #18bccf;
  margin-bottom: 7px;
  text-transform: capitalize;
  font-family: 'Courgette', cursive;
  font-weight: normal;
  line-height: 49px;
}
.why-choose-us-content ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.why-choose-us-content ul li {
  position: relative;
  padding-left: 70px;
  margin-bottom: 35px;
}
.why-choose-us-content ul li:last-child {
  margin-bottom: 0;
}
.why-choose-us-content ul li span {
  position: absolute;
  left: 0;
  top: 0;
  color: #f8f9fa;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  line-height: 53px;
  font-size: 30px;
  display: inline-block;
  text-align: center;
  border: 1px dashed #0e1521;
  z-index: 1;
  font-family: 'Josefin Sans', sans-serif;
  font-style: italic;
  font-weight: normal;
}
.why-choose-us-content ul li span::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #d3ba2a;
  border-radius: 50%;
  z-index: -1;
  margin: 3px;
}
.why-choose-us-content ul li h3 {
  color: #ffffff;
  font-size: 17px;
  margin-bottom: 15px;
  font-family: 'Montserrat', sans-serif;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: bold;
  display: block;
  height: 40px;
  border-radius: 25px;
  background-image: linear-gradient( 
    96deg
    , #274157 0%, #dec227 100%);
  animation: grower 1s linear;
  position: relative;
  border: none;
  line-height: 41px;
  padding: 0 30px;
}
.why-choose-us-content ul li p {
  color: #0d1721;
}
.why-choose-us-img {
  text-align: right;
}
.service-2 {
  background: #f8f8f8;
  padding: 130px 0 93px
}

.service-2-wrap {
  position: relative
}

.service-2__left {
  float: left;
  width: 44%;
  margin-left: 15px
}

.service-2__right {
  position: absolute;
  z-index: 10;
  float: left;
  width: 62%;
  top: 75px;
  right: 0
}

.service-2__img {
  position: relative;
  margin: 0 auto;
  width: 90%
}

.service-2__img>img {
  width: 100%;
  -webkit-box-shadow: 0 6px 14.56px 1.44px rgba(0, 0, 0, .22);
  -moz-box-shadow: 0 6px 14.56px 1.44px rgba(0, 0, 0, .22);
  box-shadow: 0 6px 14.56px 1.44px rgba(0, 0, 0, .22)
}

#our1 {
  -ms-transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
  top: 50px;
  left: -57px
}

#our1:after {
  top: 17px;
  left: -137px
}

#our1:before {
  top: 12px;
  left: -22px
}

#our2 {
  left: -72px;
  top: -5px
}

.service-2__inner-head {
  background: #222;
  padding: 30px 0
}

.service-2__inner-head h3 {
  font-weight: 600;
  color: #ebcd1e;
  margin: 0 auto;
  width: 80%;
  margin-bottom: 12px
}

.service-2__inner-head p {
  color: #dcdcdc;
  margin: 0 auto;
  width: 80%
}

.service-2__inner-body {
  background: #222;
  padding: 50px 65px;
  width: 83%;
  margin: 0 auto;
  margin-top: 20px
}

.service-2__inner-body .body__item:last-child {
  margin-bottom: 0
}

.service-2__inner-body .box-item .box-body {
  padding-right: 0
}

.body__item {
  margin-bottom: 50px
}

.body__item>.box-head--border {
  border: 2px solid #ebcd1e
}

.body__item>.box-body {
  margin-left: 68px
}

.body__item>.box-body>h5 {
  margin-bottom: 12px
}

.body__item>.box-body>h5>a {
  color: #ebcd1e;
  font-size: 18px;
  font-weight: 600
}

.body__item>.box-body>h5>a:hover {
  color: #fff
}

.body__item>.box-body>p {
  color: #dcdcdc
}

.recent-project {
  padding-top: 95px
}

.recent-project .title-detail {
  margin-bottom: 70px
}

.slide-re-pro {
  width: 100%;
  position: relative
}

.slide-re-pro__item {
  position: relative
}

.parallax--slide-re-pro {
  padding: 75px 80px;
  background-image: url(../img/bg-recent-project.jpg)
}

.pro-info {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
  -webkit-transition: all .6s ease 0s;
  -o-transition: all .6s ease 0s;
  -moz-transition: all .6s ease 0s;
  transition: all .6s ease 0s;
  top: 0;
  left: 0;
  background: rgba(235, 205, 30, .66);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 100;
  text-align: center;
  overflow: hidden
}

.pro-link {
  cursor: pointer
}

.pro-link:hover>.pro-info {
  opacity: 1
}

h4.pro-title {
  width: 100%;
  display: block;
  position: absolute;
  top: 40.5%;
  -webkit-transform: translateY(-50px);
  -moz-transform: translateY(-50px);
  -ms-transform: translateY(-50px);
  -o-transform: translateY(-50px);
  transform: translateY(-50px);
  text-align: center;
  -webkit-transition: all .6s ease 0s;
  -o-transition: all .6s ease 0s;
  -moz-transition: all .6s ease 0s;
  transition: all .6s ease 0s
}

h4.pro-title>a {
  font-size: 36px;
  font-weight: 700;
  color: #fff
}

.pro-link:hover>.pro-info>.pro-title {
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -ms-transform: translateY(0px);
  -o-transform: translateY(0px);
  transform: translateY(0px)
}

.pro-link:hover>.pro-info>.pro-cat-name {
  -webkit-transform: translateY(45px);
  -moz-transform: translateY(45px);
  -ms-transform: translateY(45px);
  -o-transform: translateY(45px);
  transform: translateY(45px)
}

a.pro-link:hover {
  color: #666
}

.pro-cat-name {
  width: 100%;
  position: absolute;
  top: 41%;
  -webkit-transform: translateY(70px);
  -moz-transform: translateY(70px);
  -ms-transform: translateY(70px);
  -o-transform: translateY(70px);
  transform: translateY(70px);
  text-align: center;
  -webkit-transition: all .6s ease 0s;
  -o-transition: all .6s ease 0s;
  -moz-transition: all .6s ease 0s;
  transition: all .6s ease 0s
}

.pro-cat-name>a {
  font-size: 13px;
  font-weight: 600
}

.pro-cat-name>a:hover {
  color: #666
}

.pro-cat-name>a:after {
  content: ","
}

.pro-cat-name>a:last-child:after {
  content: ''
}

.slide-re-pro.owl-theme .owl-nav div {
  width: 50px;
  height: 50px;
  line-height: 52px;
  position: absolute;
  top: 50%;
  margin-top: -25px;
  background: #111;
  text-align: center;
  cursor: pointer;
  -webkit-transition: all .6s ease 0s;
  -o-transition: all .6s ease 0s;
  -moz-transition: all .6s ease 0s;
  transition: all .6s ease 0s;
  color: #fff;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.slide-re-pro.owl-theme .owl-nav div:hover {
  color: #333;
  background: #ebcd1e
}

.slide-re-pro.owl-theme .owl-nav .owl-prev {
  left: -30px
}

.slide-re-pro.owl-theme .owl-nav .owl-next {
  right: -30px
}

.our-team {
  padding: 90px 0;
  padding-bottom: 60px
}

.our-team .title-detail {
  margin-bottom: 75px
}

.our-team__left {
  width: 80%;
  position: relative
}

.our-team__info {
  text-align: center;
  background: #222;
  border-top: 1px solid #fff;
  padding: 15px 0;
  position: relative
}

.our-team__info>h5 {
  color: #ebcd1e;
  font-weight: 400;
  text-transform: capitalize;
  margin-bottom: 5px
}

.our-team__info>p>em {
  color: #d5d5d5
}

.our-team__info:after {
  content: '';
  width: 40px;
  height: 260px;
  border-right: 2px dashed #bbb;
  border-bottom: 2px dashed #bbb;
  position: absolute;
  bottom: 35px;
  right: -40px
}

.social__item--big {
  line-height: 70px;
  height: 70px;
  width: 70px;
  font-size: 20px;
  margin: 0;
  background: #222;
  display: block;
  position: absolute
}

.social__item--fb {
  top: 0;
  right: -71px
}

.social__item--insta {
  top: 71px;
  right: -71px
}

.social__item--google {
  top: 142px;
  right: -71px
}

.our-team .owl-theme .owl-nav.disabled+.owl-dots {
  margin-top: 60px
}

#owl-client-say,
#owl-our-team,
#owl-re-pro-2,
#owl-testi,
#owl-partner,
#owl-our-team-2,
#owl-testi-1,
#owl-partner-1,
#owl-client-say-2,
#owl-blog,
#owl-partner-2,
#owl-client-say-1 {
  touch-action: none
}

#owl-our-team.row {
  margin: 0
}

.recent-news {
  background: #f9f9f9;
  padding: 90px 0;
  padding-bottom: 110px
}

.recent-news .title-detail {
  margin-bottom: 70px
}

.see-more.see-more--left {
  text-align: left;
  margin-top: 40px
}

.recent-news .blog-title>a {
  font-weight: 600
}

.row#owl-testi {
  margin: 0
}

.parallax-testi {
  background-image: url(../img/bg-testi.jpg);
  padding: 80px 0;
  padding-bottom: 50px;
  background-position: center
}

.testi__item {
  text-align: justify;
  -moz-text-align-last: center;
  text-align-last: center;
  margin-top: 60px
}

.testi__item>blockquote {
  color: #dcdcdc;
  line-height: 22px;
  position: relative;
  width: 80%;
  margin: 0 auto
}

.testi-img {
  width: 106px;
  height: 106px;
  border: 2px solid #ebcd1e;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  overflow: hidden;
  margin: 0 auto;
  margin-bottom: 15px;
  margin-top: 55px
}

.testi-name {
  color: #fff;
  font-weight: 400
}

.testi-job em {
  font-size: 11px;
  color: #ededed
}

.big-qoute {
  font-size: 27px;
  color: #bfbfbf;
  position: absolute;
  top: -5px;
  left: -42px
}

.testi .owl-theme .owl-nav div {
  width: 50px;
  height: 50px;
  line-height: 50px;
  position: absolute;
  top: 50%;
  margin-top: -25px;
  background: #ebcd1e;
  text-align: center;
  cursor: pointer;
  -webkit-transition: all .6s ease 0s;
  -o-transition: all .6s ease 0s;
  -moz-transition: all .6s ease 0s;
  transition: all .6s ease 0s;
  color: #fff;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.testi .owl-theme .owl-nav div:hover {
  color: #333;
  background: #fff
}

.testi .owl-theme .owl-nav .owl-prev {
  left: 54px
}

.testi .owl-theme .owl-nav .owl-next {
  right: 54px
}

.testi .owl-carousel {
  position: static
}

.our-process {
  padding: 95px 0;
  padding-bottom: 140px;
  background-color: #f8f8f8
}

.our-process__item {
  background: #222;
  padding: 45px 30px;
  position: relative;
  margin-top: 25px
}

.our-process__item>h3 {
  color: #fff;
  font-weight: 700;
  margin-bottom: 22px
}

.our-process__item>h3>i {
  color: #ebcd1e;
  margin-right: 8px;
  font-size: 30px;
  vertical-align: middle
}

.our-process__item>p {
  color: #fff
}

.our-process__item--l-b:after {
  content: '';
  height: 30px;
  width: 287px;
  border: 2px dashed #bbb;
  border-top: none;
  position: absolute;
  left: 50%;
  bottom: -30px
}

.our-process__item--l-t:before {
  content: '';
  height: 30px;
  width: 287px;
  border: 2px dashed #bbb;
  border-bottom: none;
  position: absolute;
  left: 50%;
  top: -30px
}

.latest-project {
  padding-top: 90px
}

.latest__item {
  border: 2px solid #f1f1f1;
  position: relative;
  overflow: hidden
}

.latest__item--content {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center
}

.latest__item--inner {
  opacity: 0;
  -webkit-transition: .3s;
  -o-transition: .3s;
  -moz-transition: .3s;
  transition: .3s
}

.latest__item img {
  -webkit-transition: .6s;
  -o-transition: .6s;
  -moz-transition: .6s;
  transition: .6s
}

.latest__item:hover img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1)
}

.latest__item:hover .overlay {
  opacity: 1
}

.latest__item:hover .latest__item--inner {
  opacity: 1
}

.latest__item--inner h3 a {
  color: #ebcd1e;
  font-size: 24px
}

.latest__item--inner h3 a:hover {
  color: #fff
}

.cat-name a em {
  color: #d5d5d5;
  font-size: 11px
}

.cat-name a:hover em {
  color: #fff
}

.blog {
  padding: 95px 0;
  padding-bottom: 160px
}

.blog-single {
  margin-bottom: 30px;
  margin-right: 25px
}

.img-blog {
  margin-bottom: 20px
}

.img-blog>a {
  position: relative;
  display: block;
  overflow: hidden
}

.img-blog>a>img {
  width: 100%;
  -webkit-transition: all 1s ease;
  -o-transition: all 1s ease;
  -moz-transition: all 1s ease;
  transition: all 1s ease
}

.img-blog>a>img:hover {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1)
}

.date {
  height: 47px;
  width: 47px;
  background: #333;
  padding: 5px;
  position: absolute;
  top: 10px;
  right: 10px
}

.date--big {
  width: 80px;
  height: 80px;
  top: 20px;
  right: 20px
}

.date .date__inner {
  width: 100%;
  height: 100%;
  text-transform: uppercase;
  border: 1px solid #999;
  padding: 7px 0;
  text-align: center
}

.date .date__inner span {
  display: block;
  color: #fff;
  font-size: 10px;
  font-weight: 700;
  line-height: 1
}

.date--big .date__inner {
  width: 100%;
  height: 100%;
  text-transform: uppercase;
  border: 1px solid #999;
  padding: 15px 0;
  text-align: center
}

.date--big .date__inner span {
  display: block;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  line-height: 1
}

.blog-title {
  margin-bottom: 3px;
  margin-top: -6px
}

.blog-title>a {
  text-transform: uppercase!important;
  color: #333;
  font-size: 18px;
  text-transform: none;
  font-weight: 700;
  text-decoration: none;
  outline: none;
  -webkit-transition: .3s;
  -o-transition: .3s;
  -moz-transition: .3s;
  transition: .3s
}

.blog-title>a:hover {
  color: #ebcd1e
}

.author {
  color: #999;
  margin-bottom: 5px
}

.blog-single .blog-content {
  margin-top: 17px
}

.see-more {
  text-align: center;
  margin-top: 55px
}

.blog-link__item {
  display: inline-block;
  color: #777;
  margin-right: 15px
}

.blog-link .blog-link__item:last-child {
  margin-right: 0
}

.blog-link__item>a>i {
  color: #777
}

.client-say {
  padding: 95px 0;
  padding-bottom: 75px;
  background: #f8f8f8
}

#owl-client-say.row {
  margin: 0
}

.client-say .title.m-b-100 {
  margin-bottom: 100px
}

.client-say .owl-theme .owl-nav.disabled+.owl-dots {
  margin-top: 78px
}

.client__item {
  display: table
}

.client-img {
  width: 37%;
  display: table-cell
}

.client-content {
  display: table-cell;
  vertical-align: middle;
  width: 70%;
  color: #dcdcdc;
  background: #222;
  padding: 30px 14px;
  padding-left: 25px;
  position: relative
}

.client-content--white {
  background: #fff;
  border: 1px solid #ededed
}

.client-content--white:before {
  display: none
}

.client-content.client-content--white blockquote:before {
  color: #999
}

.client-content.client-content--white blockquote {
  color: #666
}

.client-content.client-content--white .client-name {
  color: #333;
  font-weight: 600
}

.client-content.client-content--white .client-job>em {
  font-weight: 300;
  font-size: 11px;
  color: #555
}

.client-content:before {
  content: '';
  height: 20px;
  width: 20px;
  border: 10px solid #333;
  border-top: 10px solid transparent;
  border-left: 10px solid transparent;
  border-bottom: 10px solid transparent;
  position: absolute;
  z-index: 100;
  left: -20px;
  top: 45%
}

.client-content blockquote {
  margin-bottom: 18px
}

.client-name {
  color: #ebcd1e;
  line-height: 1;
  margin-bottom: 7px
}

.client-job {
  line-height: 1;
  font-size: 11px;
  color: #a2a2a2
}

.client-job>em {
  color: #a2a2a2
}

.partner {
  background-image: url(../img/bg-partner.jpg);
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-color: #ebcd1e;
  padding: 60px 0
}

.partner-2 {
  background-image: none;
  background-color: #ebcd1e
}

footer {
  position: relative;
  text-align: center
}

.form-footer {
  margin-top: 43px
}

.form-footer>.form__input {
  line-height: 38px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  -webkit-border-top-right-radius: 0;
  -moz-border-radius-topright: 0;
  border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  -moz-border-radius-bottomright: 0;
  border-bottom-right-radius: 0;
  max-width: 156px
}

.au-btn--submit {
  outline: none;
  border: none;
  cursor: pointer;
  line-height: 40px;
  -webkit-border-top-right-radius: 30px;
  -moz-border-radius-topright: 30px;
  border-top-right-radius: 30px;
  -webkit-border-bottom-right-radius: 30px;
  -moz-border-radius-bottomright: 30px;
  border-bottom-right-radius: 30px;
  padding: 0 22px;
  margin-left: -5px
}

.ul--footer {
  margin-top: 45px
}

.ul--footer li {
  display: inline-block;
  padding: 0 15px
}

.ul--footer li a {
  color: #c2c2c2
}

.ul--footer li a:hover {
  color: #ebcd1e
}

footer .social {
  margin-top: 38px
}

.social__item--circle {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%
}

.copyright {
  padding: 15px 0;
  text-align: center;
  color: #fff;
  font-size: 11px
}

.copyright span {
  color: #ebcd1e
}

.footer-2>.overlay.overlay--dark {
  display: none
}

.footer-2>.parallax.parallax--footer {
  background-image: none;
  background-color: rgba(14, 14, 14, .94)
}

.top-contact {
  background: #222;
  padding: 12px 0
}

.top-contact--left>span {
  color: #969696;
  font-size: 11px
}

.top-contact--left>span:first-child {
  margin-right: 40px
}

.top-contact--right a {
  margin-right: 20px
}

.top-contact--right a:last-child {
  margin-right: 0
}

.top-contact--right a i {
  color: #969696;
  font-size: 16px
}

.top-contact--right a:hover i {
  color: #ebcd1e
}

.header3 {
  position: absolute;
  z-index: 1000;
  width: 100%
}

.header-wrap {
  background: #fff;
  padding: 0 70px
}

.slide-title-3 {
  font-family: montserrat;
  font-weight: 700;
  line-height: -webkit-calc(60/48);
  line-height: -moz-calc(60/48);
  line-height: calc(60/48);
  min-width: 700px
}

.slide-title>span {
  color: #ebcd1e
}

.slide-title-3>span {
  font-family: montserrat;
  font-weight: 700
}

.service-3 {
  padding-bottom: 105px;
  background-color: #f8f8f8
}

.service-3__item {
  margin-top: -83px;
  -webkit-box-shadow: 3px 5.196px 14.56px 1.44px rgba(0, 0, 0, .086);
  -moz-box-shadow: 3px 5.196px 14.56px 1.44px rgba(0, 0, 0, .086);
  box-shadow: 3px 5.196px 14.56px 1.44px rgba(0, 0, 0, .086);
  -webkit-transition: all .4s ease;
  -o-transition: all .4s ease;
  -moz-transition: all .4s ease;
  transition: all .4s ease;
  position: relative
}

.bottom-shadow {
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-box-shadow: 0 0 1px transparent;
  -moz-box-shadow: 0 0 1px transparent;
  box-shadow: 0 0 1px transparent;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  -webkit-transition: all .6s ease 0s;
  -o-transition: all .6s ease 0s;
  -moz-transition: all .6s ease 0s;
  transition: all .6s ease 0s
}

.bottom-shadow:after {
  pointer-events: none;
  position: absolute;
  z-index: -1;
  content: '';
  top: 100%;
  left: 5%;
  height: 1px;
  width: 95%;
  opacity: 0;
  background: -webkit-radial-gradient(center, ellipse, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 70%);
  background: -moz-radial-gradient(center, ellipse, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 70%);
  background: -o-radial-gradient(center, ellipse, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 70%);
  background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 70%);
  -webkit-transition: all .6s ease 0s;
  -o-transition: all .6s ease 0s;
  -moz-transition: all .6s ease 0s;
  transition: all .6s ease 0s
}

.service-3__item:hover.bottom-shadow:after {
  opacity: .6;
  height: 10px;
  -webkit-transform: translateY(10px);
  -moz-transform: translateY(10px);
  -ms-transform: translateY(10px);
  -o-transform: translateY(10px);
  transform: translateY(10px)
}

.service-3__item:hover {
  margin-top: -93px
}

.service-3-icon {
  width: 102px;
  line-height: 88px;
  text-align: center;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  padding: 5px;
  background-color: #ebcd1e;
  position: absolute;
  top: -45px;
  left: 50%;
  z-index: 20;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%)
}

.service-3-icon__inner {
  border: 2px solid #222;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%
}

.service-3__inner {
  background-color: #222;
  text-align: center;
  padding: 90px 40px 60px;
  position: relative;
  z-index: 20
}

.service-3__inner h3 {
  margin-bottom: 20px
}

.service-3__inner h3 a {
  color: #ebcd1e;
  font-size: 24px
}

.service-3__inner h3 a:hover {
  color: #fff
}

.service-3__inner p {
  color: #d5d5d5;
  text-align: center
}

.why-choose {
  padding: 90px 0;
  padding-bottom: 120px
}

.title-3 {
  position: relative;
  margin-bottom: 100px
}

.why-choose .title-3 {
  margin-bottom: 56px
}

.title-3:after {
  content: "";
  height: 6px;
  width: 133px;
  position: absolute;
  background-color: #ebcd1e;
  bottom: -35px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%)
}

.why-choose__inner .box-head {
  width: 88px
}

.why-choose__inner .box-head--border {
  border: 3px solid #bbb
}

.why-choose__inner .box-head--border i {
  color: #333;
  font-size: 36px;
  line-height: 82px
}

.why-choose__inner .box-body h3 {
  margin-bottom: 7px;
  line-height: 1
}

.why-choose__inner .box-body p {
  line-height: 20px
}

.why-choose__inner .box-body--right {
  margin-left: 88px;
  padding-left: 30px;
  padding-right: 0
}

.why-choose__inner .box-body--left {
  text-align: right;
  margin: 0;
  margin-right: 88px;
  padding-right: 30px;
  padding-left: 0
}

.why-choose__inner .box-head--right {
  float: right
}

.latest-project-3 {
  background: #f8f8f8;
  padding-bottom: 75px
}

.latest-project-3 .title-3 {
  margin-bottom: 120px
}

.see-more.m-t-70 {
  margin-top: 70px
}

.overlay--border-solid {
  border: 2px solid #ebcd1e
}

.statistic__item {
  margin-top: 30px
}

.parallax-statistic {
  background-image: url(../img/bg-statistic-01.jpg);
  padding: 65px 0;
  padding-top: 35px
}

.statistic__item>div {
  text-align: center
}

.number-wrap {
  display: block;
  font-size: 48px;
  color: #ebcd1e
}

.number {
  font-size: 48px;
  color: #ebcd1e
}

.label1 {
  font-size: 24px;
  color: #d5d5d5
}

.blog-3 {
  padding-top: 90px;
  padding-bottom: 150px
}

.blog-3 .blog-title {
  margin-top: 0
}

.blog-3 .title-3 {
  margin-bottom: 90px
}

.blog-item-3 {
  margin-top: 35px
}

.img-blog-3 {
  position: relative;
  overflow: hidden
}

a.sbold {
  font-weight: 600
}

.date--blog3 {
  background: #ebcd1e;
  text-align: center;
  position: absolute;
  left: -50%;
  margin-left: 15px;
  margin-top: -15px;
  top: 50%;
  width: 100%;
  height: 30px;
  z-index: 10;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  transform: rotate(-90deg)
}

.date--blog3 .day {
  color: #f2f2f2;
  font-size: 18px
}

.date--blog3 .month {
  color: #f2f2f2;
  font-size: 18px;
  text-transform: uppercase
}

.blog-title--normal a {
  font-weight: 400
}

.blog-title.m-b-20 {
  margin-bottom: 20px
}

.contact__content {
  text-transform: uppercase;
  font-size: 18px;
  color: #333;
  font-weight: 600;
  display: inline-block;
  margin-right: 30%
}

.contact__inner .au-btn--big {
  padding: 0 40px
}

.parallax--contact {
  padding: 45px 0;
  background-image: url(../img/bg-contact.jpg)
}

.header--bg-dark {
  background-color: rgba(0, 0, 0, .6)
}

.slide-title-4-h {
  font-family: montserrat;
  color: #ebcd1e;
  text-transform: uppercase;
  font-weight: 600
}

.slide-title-4 {
  font-family: montserrat;
  color: #fff;
  text-transform: lowercase;
  text-align: center
}

#revolution-slider4 .tparrows.gyges {
  background: rgba(0, 0, 0, .741);
  width: 90px;
  height: 90px
}

#revolution-slider4 .tparrows:before {
  font-family: material-design-iconic-font;
  font-size: 36px;
  color: #fff;
  line-height: 90px
}

#revolution-slider4 .tparrows.tp-leftarrow:before {
  content: '\f2ea'
}

#revolution-slider4 .tparrows.tp-rightarrow:before {
  content: '\f2ee'
}

.we-are {
  padding: 120px 0
}

.we-are__right>h2 {
  font-family: montserrat, sans-serif
}

.we-are__right>h2:first-child {
  font-size: 48px
}

.we-are .see-more.see-more--left {
  margin-top: 33px
}

h2.title--small {
  margin-bottom: 37px
}

.we-are__right {
  padding-left: 70px
}

.we-are__right>h5 {
  font-weight: 600;
  text-transform: initial;
  margin-bottom: 19px;
  font-size: 16px;
  color: #333
}

.we-are__left>div {
  text-align: right
}

.we-are__item {
  width: 200px;
  height: 200px;
  display: inline-block;
  margin-right: 20px
}

.top {
  margin-bottom: 20px
}

.top>.item:last-child {
  margin-right: 0
}

.bottom>.item:last-child {
  margin-right: 0
}

.why-choose4 {
  padding: 70px 0;
  padding-top: 15px;
  background-color: #f8f8f8
}

.why-choose4__item {
  text-align: center;
  margin-top: 60px
}

.why-choose4__item>h4 {
  margin-top: 15px
}

.our-process2 .title-3 {
  margin-bottom: 130px
}

.parallax--our-process2 {
  background-image: url(../img/bg-service-01.jpg);
  background-position: left center;
  padding: 84px 0;
  padding-bottom: 50px
}

.overlay--light {
  background-color: rgba(0, 0, 0, .5)
}

.title--light {
  color: #fff
}

.our-process2__item {
  margin: 0 auto;
  height: 270px;
  width: 270px;
  background: #222;
  border: 2px solid #575757;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  padding: 80px 0;
  text-align: center;
  margin-bottom: 50px
}

.our-process2__item>h4 {
  color: #efefef;
  font-family: montserrat;
  font-weight: 600;
  margin-bottom: 10px
}

.our-process2__item>h4>span {
  font-weight: 700;
  font-size: 36px;
  color: #ebcd1e
}

.our-process2__item>p {
  width: 75%;
  margin: 0 auto;
  text-align: center;
  color: #dcdcdc
}

.latest-project.latest-project-4 .title-3 {
  margin-bottom: 120px
}

.latest__item .overlay i {
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0)
}

.latest__item:hover .overlay i {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1)
}

.our-team2 {
  padding: 90px 0;
  background-color: #f8f8f8;
  padding-bottom: 75px
}

.our-team2 .title-3 {
  margin-bottom: 115px
}

.our-team2__img {
  position: relative
}

.our-team2__detail {
  background-color: #222;
  text-align: center;
  padding: 15px 0
}

.our-team2__detail>h4 {
  font-weight: 600;
  color: #ebcd1e
}

.our-team2__detail>p>em {
  color: #dcdcdc;
  font-size: 11px
}

.our-team2__contact {
  width: 100%;
  color: #fff;
  position: absolute;
  top: 82%;
  -webkit-transform: translateY(50px);
  -moz-transform: translateY(50px);
  -ms-transform: translateY(50px);
  -o-transform: translateY(50px);
  transform: translateY(50px);
  text-align: center;
  -webkit-transition: all .6s ease;
  -o-transition: all .6s ease;
  -moz-transition: all .6s ease;
  transition: all .6s ease
}

.our-team2__contact>a.social__item {
  color: #fff;
  height: 30px;
  border: 1px solid #fff;
  background: 0 0;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -webkit-transition: all .6s ease;
  -o-transition: all .6s ease;
  -moz-transition: all .6s ease;
  transition: all .6s ease
}

.our-team2__contact>a.social__item:hover {
  color: #333;
  border-color: #333
}

.our-team2__link {
  cursor: pointer
}

.our-team2__link:hover .our-team2__info {
  opacity: 1
}

.our-team2__link:hover .our-team2__contact {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0)
}

.our-team2 .owl-theme .owl-nav.disabled+.owl-dots {
  margin-top: 70px
}

.testi-partner {
  padding: 85px 0;
  padding-bottom: 70px;
  padding-top: 55px
}

.testi-partner__left,
.testi-partner__right {
  margin-top: 40px
}

.testi-partner .testi__item {
  margin-top: 0
}

.testi-partner .owl-theme .owl-nav.disabled+.owl-dots {
  margin-top: 48px
}

.title-3--left {
  text-align: left
}

.title-3--left:after {
  width: 70px;
  left: 0;
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0)
}

.title-3--right {
  text-align: right
}

.title-3--right:after {
  width: 70px;
  right: 0;
  left: auto;
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0)
}

.testi__person {
  width: 100px;
  height: 100px;
  float: left
}

.testi__person>h6 {
  margin-top: 8px
}

.testi__speech {
  margin-left: 100px;
  padding-left: 20px
}

.testi-partner .testi-job em {
  color: #555
}

.testi__speech blockquote {
  position: relative;
  padding: 40px;
  padding-left: 50px;
  font-size: 12px;
  line-height: -webkit-calc(23/12);
  line-height: -moz-calc(23/12);
  line-height: calc(23/12);
  margin-bottom: 0;
  border: 1px solid #f8f8f8;
  text-align: left;
  -ms-text-align-last: left;
  -moz-text-align-last: left;
  text-align-last: left
}

.testi__speech blockquote .big-qoute {
  left: 19px;
  top: 33px
}

.partner-wrap1 {
  position: relative
}

.partner-wrap1 .owl-stage-outer {
  padding: 41px 24px;
  border: 1px solid #f8f8f8
}

.partner-wrap1 .partner__item {
  display: inline-block
}

.partner__item {
  display: block;
  text-align: center
}

.partner__item>img {
  margin: 0 auto
}

.header4 {
  position: absolute;
  z-index: 100;
  width: 100%
}

.header4 nav.menu-desktop {
  margin-right: 0
}

.header4 nav>ul>li {
  padding: 46px 24px
}

.header4 nav li a {
  color: #eee;
  text-transform: uppercase;
  font-family: montserrat;
  font-weight: 400;
  font-size: 14px
}

.header4 nav li a:hover {
  color: #ebcd1e
}

.logo--center {
  line-height: 111px;
  padding: 0 30px;
  background: #171717;
  margin-top: 0;
  -webkit-box-shadow: 3px 5.196px 16.74px 1.26px rgba(0, 0, 0, .094);
  -moz-box-shadow: 3px 5.196px 16.74px 1.26px rgba(0, 0, 0, .094);
  box-shadow: 3px 5.196px 16.74px 1.26px rgba(0, 0, 0, .094)
}

.logo--center>a {
  display: block
}

.header4 .header-button {
  margin-top: 43px
}

.header4 .header-button .mini-cart i {
  color: #eee;
  -webkit-transition: all .6s ease;
  -o-transition: all .6s ease;
  -moz-transition: all .6s ease;
  transition: all .6s ease
}

.header4 .header-button .mini-cart>a:hover i {
  color: #ebcd1e
}

.header4 .header-button .mini-cart .cart-dropdown {
  top: 65px
}

.header4 .header-button .search-button i {
  color: #eee;
  -webkit-transition: all .6s ease;
  -o-transition: all .6s ease;
  -moz-transition: all .6s ease;
  transition: all .6s ease
}

.header4 .header-button .search-button>a:hover i {
  color: #ebcd1e
}

.header4 .header-button .search-button .form__input {
  width: 300px;
  background: 0 0
}

.header4 nav>ul>li>.sub-menu {
  top: 108px
}

.header4 nav>ul>li>.sub-menu>li>a {
  color: #333;
  text-transform: capitalize
}

.slide-title-5-f {
  font-family: montserrat;
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 25px;
  font-weight: 400
}

.slide-title-5 {
  font-family: montserrat;
  color: #ebcd1e;
  text-transform: uppercase;
  text-align: center;
  font-weight: 700
}

#revolution-slider5 .persephone.tparrows {
  height: 50px;
  width: 50px;
  background: 0 0;
  -webkit-transition: all .6s ease;
  -o-transition: all .6s ease;
  -moz-transition: all .6s ease;
  transition: all .6s ease
}

#revolution-slider5 .persephone.tparrows:hover {
  background: #ebcd1e;
  border-color: #ebcd1e
}

#revolution-slider5 .persephone.tparrows:before {
  line-height: 50px;
  font-family: material-design-iconic-font;
  color: #e3e3e3;
  font-size: 24px
}

#revolution-slider5 .tparrows.tp-leftarrow:before {
  content: '\f2ea'
}

#revolution-slider5 .tparrows.tp-rightarrow:before {
  content: '\f2ee'
}

.service4 {
  padding: 100px 0;
  padding-top: 50px
}

.service4__item {
  margin-top: 50px
}

.service4__img {
  overflow: hidden
}

.service4__img>img {
  display: block;
  -webkit-transition: all .6s ease 0s;
  -o-transition: all .6s ease 0s;
  -moz-transition: all .6s ease 0s;
  transition: all .6s ease 0s
}

.service4__img:hover>img {
  -webkit-transform: scale(1.15);
  -moz-transform: scale(1.15);
  -ms-transform: scale(1.15);
  -o-transform: scale(1.15);
  transform: scale(1.15)
}

.service4__content {
  padding: 30px 50px;
  border: 1px solid #ededed
}

.service4__content h5 {
  text-align: center;
  margin-bottom: 17px
}

.service4__content h5 a {
  color: #333;
  font-size: 16px;
  font-weight: 700
}

.service4__content h5 a:hover {
  color: #ebcd1e
}

.service4__content p {
  text-align: center
}

.statistic2 {
  background: #f8f8f8;
  padding: 55px 0;
  padding-top: 10px
}

.statistic2__item {
  margin-top: 50px;
  text-align: center
}

.statistic2__icon {
  margin-bottom: 25px
}

.statistic2__info {
  font-size: 18px;
  color: #333
}

.number1 {
  font-size: 18px;
  color: #333;
  margin-right: -4px
}

.title--36 {
  font-size: 36px
}

.m-b-92 {
  margin-bottom: 92px
}

.our-process3 {
  padding: 92px 0;
  position: static;
  padding-bottom: 100px
}

.our-process3 h2.title {
  margin-bottom: 95px
}

.our-process3-wrap {
  position: relative
}

.our-process3__inner {
  position: relative
}

.our-process3__item {
  outline: none
}

.our-process3__text {
  border: 1px solid #ededed;
  padding: 72px 70px;
  padding-top: 45px;
  padding-right: 50px;
  width: 60%;
  position: absolute;
  top: 80px;
  left: 0;
  background: #fff;
  z-index: 207
}

.num {
  font-size: 158px;
  font-weight: 600;
  color: #ebcd1e;
  line-height: 1
}

.head {
  line-height: 1;
  font-weight: 700;
  font-size: 60px;
  color: #444;
  text-transform: uppercase;
  margin-bottom: 28px
}

.p-btn {
  cursor: pointer;
  width: 100%;
  height: 100%;
  background: rgba(34, 34, 34, .84);
  border: 1px solid #ebebeb;
  -webkit-transition: all .6s ease;
  -o-transition: all .6s ease;
  -moz-transition: all .6s ease;
  transition: all .6s ease;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.p-btn:after {
  content: '';
  display: block;
  padding-bottom: 100%
}

.p-btn:hover {
  background: rgba(235, 205, 30, .84)
}

.our-process3__big-img>img {
  width: 100%
}

.dot-wrap .slick-dots {
  position: absolute;
  top: 0;
  right: 0;
  width: 13.62%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column
}

.dot-wrap .slick-dots li {
  position: static;
  margin: 0;
  width: 100%;
  height: 25%
}

.dot-wrap .slick-dots li.slick-active .p-btn {
  background: rgba(235, 205, 30, .84)
}

.our-process3__big-img {
  float: right;
  width: 54%
}

.m-b-125 {
  margin-bottom: 125px
}

.our-process3__text {
  outline: none
}

.our-process3__right .p-btn {
  outline: none
}

html.homepage-box {
  background: url(../img/icon/bg-box.png) repeat
}

body.box {
  max-width: 1200px;
  margin: auto;
  -webkit-box-shadow: 1px 1.732px 14.56px 1.44px rgba(0, 0, 0, .063);
  -moz-box-shadow: 1px 1.732px 14.56px 1.44px rgba(0, 0, 0, .063);
  box-shadow: 1px 1.732px 14.56px 1.44px rgba(0, 0, 0, .063);
  position: relative;
  background-color: #fff;
  overflow-x: hidden
}

.top-contact1-wrap {
  padding: 18px 0;
  border-bottom: 1px solid #ededed
}

.top-contact1-wrap span {
  font-size: 11px;
  color: #969696
}

.top-contact1-wrap span>a {
  font-size: 11px;
  color: #969696
}

.top-contact1-wrap span>a:hover {
  color: #ebcd1e
}

.header-stick6 nav>ul>li a {
  text-transform: uppercase;
  font-size: 13px
}

.header6.header-stick .logo {
  margin-top: 0
}

.header6 h1 {
  margin-top: 8px
}

.header6 .header-button>.pull-right {
  margin-left: 20px
}

.header6 nav>ul>li a {
  text-transform: uppercase;
  font-size: 13px
}

.header6 .sub-menu {
  top: 77px
}

.header6 .header-button {
  margin-top: 28px
}

.header6 .search-button {
  position: relative
}

.header6 .search-button .form-header {
  margin-right: 0
}

.header6 .search-button .form-header button {
  position: absolute;
  top: 1px;
  right: 0;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  display: block;
  border: none;
  background: 0 0;
  -webkit-transition: .3s;
  -o-transition: .3s;
  -moz-transition: .3s;
  transition: .3s
}

.header6 .search-button .form-header button i {
  font-size: 18px;
  color: #444
}

.header6 .search-button .form__input {
  display: block;
  width: 150px;
  border: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  padding-left: 0
}

.header6 .search-button .form__input:focus {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border-bottom: 1px solid #ebcd1e!important
}

.header6 nav.menu-desktop {
  margin-right: 40px
}

.slide-title-6.yellow {
  color: #ebcd1e
}

.slide-title-normal.black {
  color: #333
}

.slide-title-normal {
  font-family: montserrat;
  font-weight: 400;
  text-transform: uppercase
}

.slide-title-6 {
  font-family: montserrat;
  font-weight: 600;
  text-transform: uppercase
}

.slide-title-light {
  font-family: montserrat;
  font-weight: 300;
  text-transform: uppercase
}

.slide-label {
  color: #fff;
  font-family: montserrat;
  text-transform: uppercase;
  text-align: center;
  background: #ff8383;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%
}

.white {
  color: #fff
}

.slide6 .tp-caption.au-btn--pill.au-btn.au-btn--slide {
  color: #333
}

.slide-content-1 {
  color: #fff
}

.au-btn--white.au-btn--slide {
  color: #333;
  background-color: #fff
}

.au-btn--white.au-btn--slide:hover {
  background-color: #ebcd1e
}

.product-wrap {
  padding: 30px 0;
  padding-top: 0;
  border-bottom: 1px solid #ededed
}

.product__item {
  margin-top: 30px
}

.product__item>a {
  position: relative;
  display: block;
  overflow: hidden
}

.product__item>a>img:hover {
  -webkit-transform: scale(1.15);
  -ms-transform: scale(1.15);
  -moz-transform: scale(1.15);
  -o-transform: scale(1.15);
  transform: scale(1.15)
}

.product__item>a>img {
  width: 100%;
  -webkit-transition: all 1s ease;
  -o-transition: all 1s ease;
  -moz-transition: all 1s ease;
  transition: all 1s ease
}

.label {
  position: absolute;
  z-index: 10;
  text-transform: uppercase;
  line-height: 20px;
  font-size: 18px
}

.label--rect {
  display: inline-block;
  font-family: montserrat;
  font-weight: 300;
  padding: 0 25px;
  line-height: 40px;
  color: #fff;
  background-color: #f39cc3;
  top: 15px;
  left: 20px
}

.au-collect {
  font-family: montserrat;
  font-weight: 300;
  color: #fff;
  top: 15px;
  left: 20px
}

.sale-off {
  font-family: montserrat;
  font-weight: 300;
  color: #333;
  top: 15px;
  left: 20px
}

.sale-off>span {
  font-family: montserrat;
  color: #f1646c;
  font-weight: 400;
  font-size: 18px
}

.title-6 {
  font-size: 24px;
  color: #222;
  font-weight: 400;
  margin-bottom: 25px
}

.our-product {
  padding: 65px 0;
  padding-bottom: 30px
}

#pro-menu {
  margin: auto;
  margin-bottom: 20px
}

#pro-menu .nav-pills .nav-link.active {
  background-color: #ebcd1e
}

#pro-menu .nav-pills .nav-link {
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  padding: 6px 25px;
  text-transform: uppercase;
  text-align: center
}

.label--small {
  padding: 0 15px;
  color: #fff;
  font-size: 11px;
  text-transform: uppercase;
  line-height: 25px;
  top: 10px;
  left: 10px
}

.label--small.pink {
  background-color: #f1646c
}

.label--small.green {
  background-color: #9dd5c0
}

.pro__item {
  margin-top: 30px
}

.pro__img {
  position: relative
}

.pro-info--dark {
  background: rgba(0, 0, 0, .42)
}

.pro__detail {
  border: 1px solid #ededed;
  border-top: none;
  padding: 25px 0;
  text-align: center
}

.pro__detail>h5 {
  margin-bottom: 10px
}

.pro__detail>h5>a {
  font-size: 16px;
  font-weight: 400;
  color: #555
}

.pro__detail>h5>a:hover {
  color: #ebcd1e
}

.pro__detail>.pro__price {
  margin-bottom: 6px
}

.pro-info--center {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.pro__add {
  -webkit-transform: translateY(50px);
  -moz-transform: translateY(50px);
  -ms-transform: translateY(50px);
  -o-transform: translateY(50px);
  transform: translateY(50px);
  -webkit-transition: all .6s ease 0s;
  -o-transition: all .6s ease 0s;
  -moz-transition: all .6s ease 0s;
  transition: all .6s ease 0s
}

.pro-link:hover .pro__add {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0)
}

.pro__price .old {
  font-size: 16px;
  color: #999;
  text-decoration: line-through;
  margin-right: 20px
}

.pro__price .current {
  font-weight: 600;
  color: #555;
  font-size: 16px
}

.pro__star>i {
  color: #ebcd1e
}

.service5 {
  background-color: #f8f8f8;
  padding: 60px 0;
  padding-top: 20px
}

.service5__item {
  margin-top: 40px;
  padding: 3px
}

.service5__inner {
  border: 1px solid #fff;
  padding: 15px 0;
  padding-left: 30px;
  padding-right: 15px
}

.service5__inner .box-body {
  margin-left: 63px;
  color: #fff;
  text-transform: uppercase;
  padding-right: 0;
  padding-top: 10px;
  padding-left: 40px
}

.service5__inner .box-body h5 {
  color: #fff;
  font-weight: 600;
  margin-bottom: 8px;
  font-size: 16px
}

.service5__inner .box-body p {
  line-height: 1;
  text-transform: uppercase
}

.service5__item.pink {
  background-color: #f39cc3
}

.service5__item.orange {
  background-color: #fac174
}

.service5__item.green {
  background-color: #9dd5c0
}

.testi-lastest {
  padding: 50px 0;
  padding-top: 10px
}

.testi-lastest__left,
.testi-lastest__right {
  margin-top: 40px
}

.testi-lastest .testi-job em {
  color: #666
}

.title6--left {
  text-align: left
}

.testi-lastest__left .testi__item {
  margin-top: 0
}

.testi-lastest__left .title-6 {
  margin-bottom: 40px
}

.testi-lastest__right .title-6 {
  margin-bottom: 40px
}

.testi-lastest__right .blog-item .img-blog {
  position: relative
}

.testi-lastest__right .blog-item .date {
  color: #fff;
  padding: 5px 0;
  left: 10px;
  right: auto
}

.testi-lastest__right .blog-item .date span {
  display: block;
  text-align: center;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 600;
  line-height: 1
}

.testi-lastest__right .blog-item .date .day {
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 3px
}

.date--yellow {
  background-color: #ebcd1e
}

.testi-lastest__right .blog-item .blog-content h4 {
  line-height: 25px;
  margin-bottom: 10px;
  margin-top: -5px
}

.testi-lastest__right .blog-item .blog-content h4>a {
  font-weight: 600;
  font-size: 18px;
  color: #333
}

.testi-lastest__right .blog-item .blog-content h4>a:hover {
  color: #ebcd1e
}

.testi-lastest__right .blog-item .blog-content p {
  margin-bottom: 15px
}

.testi-lastest__right .blog-item .blog-content div>a {
  color: #555;
  text-transform: uppercase;
  font-size: 13px
}

.testi-lastest__right .blog-item .blog-content div>a:hover {
  color: #ebcd1e
}

.testi-lastest .owl-theme .owl-nav.disabled+.owl-dots {
  margin-top: 30px
}

.logo-footer {
  margin-bottom: 35px
}

.footer-3 {
  background-color: #222;
  padding-top: 70px;
  text-align: left
}

.footer-3 p {
  color: #dcdcdc
}

.title-footer {
  font-size: 18px;
  font-weight: 600;
  color: #f1f1f1;
  margin-top: 30px
}

.social-footer {
  margin-top: 15px
}

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

.social-footer a i {
  color: #c7c7c7
}

.footer-3 .social-footer a i {
  font-size: 18px
}

.social-footer a:hover i {
  color: #ebcd1e
}

.copyright-2 {
  margin-top: 55px;
  padding: 22px 0;
  text-align: center;
  border-top: 1px solid #5f5f5f;
  color: #a2a2a2
}

.copyright-2 span {
  color: #ebcd1e
}

.m-b-26 {
  margin-bottom: 26px
}

.m-b-30 {
  margin-bottom: 30px
}

.con__item {
  margin-bottom: 20px
}

.con__item i {
  margin-right: 15px
}

.gallery__item {
  position: relative;
  display: inline-block;
  float: left;
  max-width: 25%;
  margin-right: 10px;
  margin-bottom: 10px
}

.gallery__item .pro-link:hover .overlay--invisible {
  opacity: 1
}

.parallax--nav {
  padding: 125px 0;
  background-image: url(../img/bg-head.jpg);
  background-position: 50% 50%
}

.navigation h2 {
  color: #fff;
  font-size: 30px;
  float: left;
  padding-right: 40px;
  text-transform: uppercase;
  display: block;
  margin: 0;
  font-weight: 600
}



.breadcrumbs span {
  display: inline-block;
  font-size: 18px;
  margin: 0 3px;
  color: #fff
}

.breadcrumbs li {
  font-size: 18px;
  color: #fff
}

.breadcrumbs li a {
  color: #ebcd1e;
  font-size: 18px
}

.project1 {
  padding: 90px 0;
  padding-top: 60px
}

.project1 .see-more {
  margin-top: 90px
}

.project2 {
  padding: 80px 0;
  padding-top: 65px
}

.project3 #filter-wrap {
  margin-bottom: 65px
}

#filter li {
  margin: 0 30px
}

#filter li span {
  font-size: 18px;
  color: #333;
  cursor: pointer;
  -webkit-transition: all .6s ease;
  -o-transition: all .6s ease;
  -moz-transition: all .6s ease;
  transition: all .6s ease
}

#filter li span:hover {
  color: #ebcd1e
}

#filter-wrap {
  margin-bottom: 40px;
  text-align: center
}

#isotope-grid .col-md-6 {
  display: block;
  float: left
}

.project__item {
  margin-top: 30px
}

.pro-info--darker {
  background: rgba(0, 0, 0, .6)
}

.project--hover .project__item .company {
  text-transform: capitalize;
  text-align: left;
  position: absolute;
  bottom: 0;
  left: 30px;
  -webkit-transform: translateY(50px);
  -moz-transform: translateY(50px);
  -ms-transform: translateY(50px);
  -o-transform: translateY(50px);
  transform: translateY(50px);
  text-align: center;
  -webkit-transition: all .6s ease 0s;
  -o-transition: all .6s ease 0s;
  -moz-transition: all .6s ease 0s;
  transition: all .6s ease 0s;
  margin-bottom: 6px
}

.project--hover .project__item .company>a {
  color: #ebcd1e;
  font-size: 30px
}

.project--hover .project__item .company>a:hover {
  color: #fff
}

#filter .active span {
  color: #ebcd1e
}

.project--hover .project__item .cat-name {
  line-height: 1;
  text-align: left;
  position: absolute;
  bottom: -18px;
  left: 30px;
  -webkit-transform: translateY(50px);
  -moz-transform: translateY(50px);
  -ms-transform: translateY(50px);
  -o-transform: translateY(50px);
  transform: translateY(50px);
  text-align: center;
  -webkit-transition: all .6s ease 0s;
  -o-transition: all .6s ease 0s;
  -moz-transition: all .6s ease 0s;
  transition: all .6s ease 0s
}

.project--hover .project__item .pro-link:hover .company {
  -webkit-transform: translateY(-39px);
  -moz-transform: translateY(-39px);
  -ms-transform: translateY(-39px);
  -o-transform: translateY(-39px);
  transform: translateY(-39px)
}

.project--hover .project__item .pro-link:hover .cat-name {
  -webkit-transform: translateY(-42px);
  -moz-transform: translateY(-42px);
  -ms-transform: translateY(-42px);
  -o-transform: translateY(-42px);
  transform: translateY(-42px)
}

.project--hover .project__item .cat-name a em {
  color: #d5d5d5;
  font-size: 13px
}

.project--hover .project__item .cat-name a:hover em {
  color: #fff
}

.project--zoom .pro__img {
  overflow: hidden
}

.project--zoom .pro__img a img {
  -webkit-transition: all .6s ease;
  -o-transition: all .6s ease;
  -moz-transition: all .6s ease;
  transition: all .6s ease
}

.project--zoom .pro__img:hover a img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1)
}

.project--zoom .pro__text {
  text-align: center;
  padding: 25px 0;
  border: 1px solid #ededed
}

.project--zoom .pro__text .company a {
  text-transform: capitalize;
  font-size: 18px;
  font-weight: 600
}

.project--zoom .pro__text .company a:hover {
  color: #222
}

.project--zoom .pro__text .cat-name a em {
  color: #999
}

.project--zoom .pro__text .cat-name a:hover em {
  color: #555
}

.project3 {
  padding: 90px 0;
  padding-top: 65px
}

.project3 .project__item {
  margin-top: 0
}

.project3 .project--hover .project__item .cat-name em {
  font-size: 11px
}

.project3 .col-md-4 {
  float: left
}

.project4 {
  padding: 90px 0;
  padding-top: 65px
}

.project4 .col-md-4 {
  float: left;
  padding: 0 30px
}

.project4 .project__item .pro__text .company {
  margin-bottom: 5px
}

.project5 {
  padding: 90px 0;
  padding-top: 65px
}

.project5 .project__item {
  margin-top: 0
}

.project5 .project__item .pro-info .company a {
  text-transform: uppercase;
  font-size: 18px
}

.project5 #isotope-grid {
  margin-top: 30px
}

.project5 .see-more {
  margin-top: 90px
}

.project6 {
  padding: 90px 0;
  padding-top: 65px
}

.project6 .project__item .pro-info .company {
  margin-bottom: 0
}

.project6 .project__item .pro-info .company a {
  font-size: 16px;
  text-transform: uppercase
}

.project6 .project--hover .project__item .company {
  left: 20px
}

.project6 .project--hover .project__item .cat-name {
  left: 20px
}

.project6 .project--hover .project__item .cat-name em {
  font-size: 11px
}

.project6 .see-more {
  margin-top: 90px
}

.parallax--nav-1 {
  padding: 125px 0;
  background-image: url(../img/bg-head-03.jpg)
}

.navigation--bgf8 {
  background-color: #f8f8f8;
  padding: 125px 0
}

.navigation--bgf8 h2 {
  color: #333
}

.navigation--bgf8 .breadcrumbs span {
  color: #333
}

.navigation--bgf8 .breadcrumbs .active {
  color: #333
}

.page-404 {
  padding-top: 80px;
  padding-bottom: 90px;
  text-align: center
}

.page-404 .big-info {
  font-size: 18px;
  font-weight: 700;
  color: #999;
  line-height: 1;
  text-transform: capitalize;
  margin-bottom: 30px
}

.page-404 .big-info>span {
  display: block;
  font-size: 85px;
  font-weight: 700;
  color: #999;
  margin-bottom: 5px
}

.page-404 .see-more {
  margin-top: 40px
}

.parallax--contact1 {
  background-image: url(../img/bg-contact-02.jpg)
}

#owl-client-say-1 .client-wrap .client__item.clearfix:first-child {
  margin-bottom: 30px
}

.client-say--testi {
  padding-top: 75px;
  padding-bottom: 60px
}

#owl-client-say-1 .client-wrap .client-content {
  padding-left: 40px;
  padding-right: 35px
}

.client-say--testi .owl-theme .owl-nav.disabled+.owl-dots {
  margin-top: 60px
}

.client-say--testi .client-name {
  font-size: 16px;
  margin-bottom: 10px
}

.process-page {
  padding: 100px 0
}

.process-page .pro__img {
  overflow: hidden
}

.process-page .pro__img img {
  -webkit-transition: all .6s ease;
  -o-transition: all .6s ease;
  -moz-transition: all .6s ease;
  transition: all .6s ease
}

.process-page .pro__img:hover img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1)
}

.bg-f8 {
  background: #f8f8f8
}

.process-page .pro__text>h2 {
  margin-bottom: 30px
}

.process-page .pro__text>p {
  margin-bottom: 15px
}

.process-page .pro__text>h2>span {
  font-size: 60px;
  font-weight: 700;
  color: #ebcd1e
}

.process-item {
  display: table
}

.process-item>.process__left {
  display: table-cell;
  width: 50%
}

.process-item>.process__right {
  display: table-cell;
  width: 50%
}

.pro__text-wrap {
  padding-left: 70px;
  padding-right: 70px;
  vertical-align: middle
}

.li-item {
  margin-bottom: 15px
}

.li-item>i {
  font-size: 18px;
  color: #ebcd1e;
  margin-right: 7px
}

.process-page .pro__text>h2.m-b-20 {
  margin-bottom: 20px
}

.process-page .pro__text>p>span {
  text-transform: uppercase;
  color: #333;
  font-weight: 700
}

.process-page .pro__text>p.m-b-0 {
  margin-bottom: 0
}

.pro-bar-wrap .bar__title {
  font-size: 16px;
  color: #333;
  line-height: 25px
}

.color-e1 {
  background: #ebcd1e
}

.color-333 {
  background: #333
}

.process-page .pro__text>p.m-b-30 {
  margin-bottom: 30px
}

.process-page .pro-bar-wrap .pro-bar-container.m-y-15 {
  margin: 15px 0
}

.process-page .pro-bar-wrap .pro-bar-container {
  height: 10px;
  margin: 0;
  border: none;
  border-color: transparent;
  margin: 8px 0
}

.process-page .pro-bar-wrap .pro-bar {
  height: 10px;
  -webkit-border-radius: 30px 0 0 30px;
  -moz-border-radius: 30px 0 0 30px;
  border-radius: 30px 0 0 30px
}

.port1 {
  padding: 90px 0 50px
}

.port1-img {
  display: block;
  float: left;
  width: 33.33%;
  padding-right: 30px
}

.port1__img-wrap {
  margin-top: 30px;
  margin-right: -30px
}

.port1__img-wrap .port1-img {
  padding-right: 30px
}

.port1__img-wrap .port1-img a img {
  -webkit-transition: all .2s ease;
  -o-transition: all .2s ease;
  -moz-transition: all .2s ease;
  transition: all .2s ease
}

.port1__img-wrap .port1-img a:hover img {
  opacity: .5
}

.port__text {
  margin-bottom: 25px;
  margin-left: 20px
}

.port__text>h3 {
  font-weight: 400;
  margin-bottom: 20px;
  text-transform: capitalize
}

.port__info {
  margin-left: 20px;
  border: 1px solid #cecece;
  padding: 30px 0
}

.port__info-list>li {
  margin-bottom: 25px;
  text-align: center
}

.port__info-title {
  min-width: 90px;
  font-weight: 600;
  text-align: left;
  display: inline-block
}

.port__info-value {
  min-width: 100px;
  display: inline-block;
  text-align: left;
  text-transform: uppercase
}

.port__info-title span:last-child {
  margin-bottom: 0
}

.port__info-value span:last-child {
  margin-bottom: 0
}

.port__info-value span {
  display: block;
  text-transform: uppercase;
  margin-bottom: 30px
}

.port-nav-wrap {
  text-align: center;
  background: #f8f8f8;
  padding: 35px 0;
  margin-top: 45px
}

.port-nav-wrap i {
  font-size: 24px;
  color: #666
}

.port-nav-wrap .nav-port i {
  font-size: 16px
}

.port-nav-wrap a.nav-port:hover i {
  color: #ebcd1e
}

.port-nav-wrap a.nav-port {
  display: block
}

.social--port {
  text-align: center;
  margin-top: 40px
}

.social--port a {
  margin-right: 20px
}

.social--port a i {
  color: #666;
  font-size: 16px;
  -webkit-transition: all .6s ease;
  -o-transition: all .6s ease;
  -moz-transition: all .6s ease;
  transition: all .6s ease
}

.social--port a:hover i {
  color: #ebcd1e
}

.port2 {
  padding-top: 85px;
  padding-bottom: 50px
}

.port2 .port__text {
  margin-left: 0
}

.port2 .port__info {
  margin-left: 0
}

.port2 .port__img {
  margin-bottom: 50px
}

.port2 .col-lg-4 {
  padding-right: 35px
}

.port2 .col-lg-8 {
  padding-left: 35px
}

.port__img.m-b-0 {
  margin-bottom: 0
}

.port3 {
  padding-top: 50px;
  padding-bottom: 50px
}

.port3 .port__info {
  margin-left: 0;
  margin-top: 50px
}

.port3 .port__text {
  margin-bottom: 0;
  margin-top: 50px;
  margin-left: 40px
}

.port3 .port__text h3 {
  text-transform: capitalize
}

.port3 .port__img {
  margin-top: 50px
}

.parallax--ser-li {
  padding: 125px 0;
  background-image: url(../img/bg-head-04.jpg);
  background-position: 50% 85%
}

.service-list {
  padding: 100px 0;
  padding-top: 30px
}

.service-list__item {
  margin-top: 30px
}

.service-list__text {
  text-align: center;
  padding: 25px 50px;
  border: 1px solid #ededed
}

.service-list__text>h5>a {
  font-size: 16px;
  font-weight: 700
}

.service-list__text>h5>a:hover {
  color: #ebcd1e
}

.service-list__text>h5 {
  margin-bottom: 15px
}

.service-list .contact2 {
  margin-top: 70px
}

.contact2__item {
  background-image: url(../img/bg-adver.jpg);
  background-repeat: none;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  font-family: montserrat;
  text-align: center;
  padding: 50px 60px;
  margin-top: 40px
}

.contact2__item>p {
  font-weight: 600;
  color: #fff;
  line-height: 25px;
  font-size: 18px;
  text-transform: uppercase;
  margin-bottom: 30px
}

.contact2 .partner-wrap1 {
  padding: 78px 30px;
  background: #f8f8f8;
  border: none;
  margin-top: 40px;
  padding-bottom: 31px
}

.contact2 .partner-wrap1 .owl-stage-outer {
  padding: 0;
  border: none
}

#owl-partner-2.owl-theme .owl-nav.disabled+.owl-dots {
  margin-top: 23px
}

.service-content {
  padding: 100px 0
}

.service-tab {
  margin-top: 50px
}

.service-tab>ul>li>a {
  display: block;
  padding: 0 10px;
  text-align: center;
  line-height: 70px;
  font-size: 13px;
  background: #f9f9f9;
  color: #333;
  text-transform: capitalize
}

.service-tab>ul>li>a:hover {
  border-left: 5px solid #ebcd1e;
  border-right: 5px solid #ebcd1e;
  background: #333;
  color: #ebcd1e
}

.service-tab>ul>li.active>a {
  border-left: 5px solid #ebcd1e;
  border-right: 5px solid #ebcd1e;
  background: #333;
  color: #ebcd1e
}

.service-text {
  margin-top: 60px;
  padding-left: 30px
}

.service-text h5 {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 600
}

.service-text.m-t-50 {
  margin-top: 50px
}

.service-img-wrap {
  margin-right: -30px;
  margin-top: 30px
}

.service-img {
  display: block;
  float: left;
  width: 25%;
  padding-right: 30px
}

.parallax--nav-2 {
  padding: 125px 0;
  background-image: url(../img/bg-head-05.jpg)
}

.contact-content {
  padding: 70px 0;
  padding-top: 30px
}

.contact-info {
  padding: 40px 0;
  background: #f8f8f8;
  padding-top: 10px
}

.contact-info .col-md-3>div {
  text-align: center
}

.contact-info .col-md-3>div>i {
  color: #666;
  font-size: 18px;
  margin-right: 10px
}

.form-contact-wrap {
  padding-left: 40px
}

.form-contact-wrap h4 {
  margin-bottom: 30px
}

.form-contact input,
textarea {
  width: 100%;
  color: #999;
  outline: none;
  padding: 10px;
  border: 1px solid #cecece
}

.form-contact input {
  margin-bottom: 10px
}

.form-contact textarea {
  min-height: 190px
}

.form-contact-wrap div>button {
  border: none;
  cursor: pointer;
  margin-top: 30px
}

.img-head__inner {
  padding-bottom: 50px;
  border-bottom: 1px solid #ededed
}

.pro-list-wrap {
  padding-bottom: 70px
}

.pro-sorting {
  padding: 45px 0;
  padding-bottom: 15px
}

.pro-sorting .sort-left {
  text-transform: uppercase;
  color: #333
}

.pro-sorting .sort-right #order-by {
  text-transform: uppercase;
  color: #333;
  border: none;
  outline: none
}

.page-number {
  display: inline-block;
  width: 30px;
  line-height: 28px;
  border: 1px solid #cecece;
  text-align: center;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  margin-right: 6px
}

.page-number>i {
  font-size: 13px
}

.page-number.dots {
  line-height: 30px
}

.page-number.current,
.page-number:hover {
  background: #222;
  color: #fff;
  border-color: #222
}

.pro-list-wrap .au-pagination {
  margin-top: 70px
}

.parallax--nav-3 {
  padding: 125px 0;
  background-image: url(../img/bg-head-06.jpg)
}

.blog-list-wrap {
  padding-top: 20px;
  padding-bottom: 70px
}

.blog-list-wrap .blog-list .blog-item {
  margin-top: 70px
}

.blog-sidebar {
  margin-top: 70px;
  padding-left: 30px
}

.blog-sidebar .blog__search .search-form {
  position: relative
}

.blog-sidebar .blog__search .search-form input {
  color: #999;
  border: 1px solid #ddd;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 10px 20px;
  -webkit-border-radius: 35px;
  -moz-border-radius: 35px;
  border-radius: 35px;
  outline: none
}

textarea,
input {
  -o-transition: border-color .5s ease;
  transition: border-color .5s ease;
  -moz-transition: border-color .5s ease;
  -webkit-transition: border-color .5s ease
}

textarea:focus,
input:focus {
  border-color: #ebcd1e!important
}

.form-footer .form__input:focus {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none
}

.blog-sidebar .blog__search button {
  position: absolute;
  top: 1px;
  right: 9px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  display: block;
  font-size: 18px;
  border: none;
  background: 0 0;
  color: #888;
  -webkit-transition: .3s;
  -o-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
  outline: none;
  cursor: pointer
}

.title-sidebar {
  text-transform: uppercase;
  font-weight: 400;
  position: relative;
  margin-bottom: 30px
}

.title-sidebar:after {
  content: "";
  width: 50px;
  height: 5px;
  background-color: #ebcd1e;
  position: absolute;
  bottom: -10px;
  left: 0
}

.blog__about {
  margin-top: 30px
}

.blog__recent {
  margin-top: 40px
}

.blog__recent .blog__recent-item {
  margin-top: 15px
}

.blog__recent .blog__recent-item .img {
  width: 40%
}

.blog__recent .blog__recent-item .text {
  margin-left: 40%;
  padding-left: 15px
}

.blog__recent .blog__recent-item .text>h6>a {
  line-height: 20px;
  font-weight: 600
}

.blog__recent .blog__recent-item .text>p {
  margin-top: 5px
}

.blog__recent .blog__recent-item .text>p>em {
  font-size: 11px;
  color: #999
}

.blog__cate {
  margin-top: 45px
}

.blog__cate>li>a {
  display: block;
  line-height: 30px;
  font-size: 15px;
  color: #555;
  position: relative;
  padding-left: 20px
}

.blog__cate>li>a:before {
  font-family: fontawesome;
  display: inline-block;
  font-size: 18px;
  content: "\f105";
  color: #ebcd1e;
  position: absolute;
  left: 0;
  top: 0
}

.blog__cate>li>a:hover {
  color: #ebcd1e;
  margin-left: 10px
}

.blog__cate>li>a>span {
  margin-left: 25px
}

.blog__cate>li>a>span>em {
  font-size: 11px;
  color: 9px
}

.blog__tag-wrap {
  margin-top: 40px
}

.blog__tag>a {
  display: inline-block;
  margin: 0 7px 7px 0;
  padding: 6px 20px;
  text-shadow: none;
  font-size: 13px;
  float: left;
  border: 1px solid #cecece;
  color: #555;
  text-decoration: none;
  outline: none;
  -webkit-transition: .3s;
  -o-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px
}

.blog__tag>a:hover {
  background: #ebcd1e;
  color: #fff;
  border-color: #ebcd1e
}

.pagination-wrap {
  padding: 30px 0;
  background: #f8f8f8
}

.pagination-wrap .nav-port>i {
  font-size: 18px
}

.pagination-wrap .page-number-wrap {
  text-align: center
}

.blog1 {
  padding-top: 65px;
  padding-bottom: 100px
}

.blog1 #isotope-grid .blog-item {
  margin-top: 30px
}

.blog1 .blog-item .img-blog {
  margin-bottom: 0
}

.blog1 .blog-item .blog-content {
  border: 1px solid #ededed;
  padding: 30px 20px
}

.blog1 .blog-item .blog-content .blog-meta {
  margin-bottom: 10px
}

.blog1 .blog-item .blog-content .blog-meta .author,
.cate,
.time {
  color: #999;
  font-size: 11px;
  text-transform: capitalize
}

.blog1 .blog-item .blog-content .blog-meta .author,
.cate {
  margin-right: 25px
}

.blog1 .blog-item .blog-content .blog-title>a {
  font-weight: 600
}

.blog-detail {
  padding-top: 20px;
  padding-bottom: 80px
}

.blog-detail .blog-title {
  font-weight: 600;
  margin-top: 25px;
  margin-bottom: 10px
}

.blog-detail .blog-thumb {
  margin-top: 70px
}

.blog-detail .blog-meta .author {
  color: #999;
  font-size: 11px;
  text-transform: capitalize;
  margin-bottom: 0;
  margin-right: 25px
}

.blog-quote {
  margin: 40px 0 25px 70px;
  border-left: 5px solid #ebcd1e;
  padding-left: 25px
}

.blog-footer {
  padding: 15px 0;
  background: #f8f8f8;
  margin-top: 40px;
  margin-bottom: 55px
}

.blog-footer .tags span {
  text-transform: uppercase;
  font-size: 11px
}

.blog-footer .tags a {
  font-size: 11px;
  color: #666
}

.blog-footer .tags a:hover {
  color: #ebcd1e
}

.blog-footer .share a {
  display: inline-block;
  margin-right: 20px;
  color: #999
}

.blog-footer .share a:hover {
  color: #ebcd1e
}

.blog-footer .share a i {
  font-size: 14px
}

.cmt-title {
  text-transform: capitalize;
  font-weight: 600
}

.cmt-list>li {
  margin: 30px 0
}

.cmt-list>li.children {
  padding-left: 125px
}

.cmt-list .cmt-right {
  margin-left: 125px;
  padding: 24px 30px;
  border: 1px solid #cecece
}

.user-img {
  width: 100px
}

.cmt-list .cmt-right h5 {
  font-size: 16px;
  font-weight: 600;
  text-transform: capitalize;
  margin-bottom: 5px
}

.cmt-list .cmt-right .cmt-date {
  margin-bottom: 13px
}

.cmt-list .cmt-right .cmt-date em {
  color: #999;
  font-size: 11px
}

.cmt-list .cmt-right .cmt-reply {
  margin-top: 10px
}

.cmt-list .cmt-right .cmt-reply a {
  color: #ebcd1e
}

.cmt-leave {
  margin-top: 60px
}

.cmt-leave>.cmt-title {
  margin-bottom: 25px
}

.cmt-leave form textarea,
.cmt-leave form input {
  width: 100%;
  color: #999;
  outline: none;
  padding: 15px 20px;
  border: 1px solid #cecece
}

.cmt-leave form textarea {
  min-height: 200px
}

.cmt-leave form input {
  margin-top: 15px
}

.send-cmt {
  margin-top: 40px
}

.send-cmt>button {
  outline: none;
  border: none;
  cursor: pointer
}

.breadcrumbs-inner {
  padding: 25px 0;
  border-top: 1px solid #ededed
}

.breadcrumbs1>li>a {
  color: #ebcd1e;
  font-size: 13px
}

.span-active {
  color: #ebcd1e
}

.single-product {
  padding-bottom: 30px
}

.single-product-img-thumb {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  margin-top: 10px
}

.single-product-img-thumb>li {
  width: 142px;
  height: 142px;
  margin-right: 10px
}

.single-product-img-thumb>li:last-child {
  margin-right: 0
}

.single-product-detail>h2 {
  font-weight: 600;
  line-height: 1;
  margin-bottom: 10px
}

.single-product-detail>.pro__price {
  margin-bottom: 10px
}

.single-product-detail>.pro__price>.current {
  font-weight: 600;
  color: #333;
  font-size: 18px
}

.single-product-detail .pro__star {
  margin-bottom: 25px
}

.single-product-detail .pro__star>span {
  display: inline-block;
  color: #999;
  font-size: 13px;
  margin-left: 10px
}

.quantity {
  position: relative
}

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

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

.quantity input {
  width: 80px;
  height: 50px;
  line-height: 1.65;
  float: left;
  display: block;
  padding: 0;
  margin: 0;
  padding-left: 25px;
  border: 1px solid #cecece;
  font-size: 15px;
  color: #333
}

.quantity input:focus {
  outline: 0
}

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

.quantity-button {
  position: relative;
  cursor: pointer;
  border-left: 1px solid #cecece;
  border-right: 1px solid #cecece;
  border-collapse: collapse;
  width: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  transform: translateX(-100%);
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  -webkit-transition: all .6s ease;
  -o-transition: all .6s ease;
  -moz-transition: all .6s ease;
  transition: all .6s ease;
  z-index: 10;
  background: #fff
}

.quantity-button:hover {
  background-color: #ebcd1e;
  border-color: #ebcd1e
}

.quantity-button:hover i {
  color: #333
}

.quantity-button i {
  color: #999;
  font-size: 15px;
  font-weight: 300
}

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

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

.single-product-form {
  margin-top: 30px
}

.single-product-form form button[type=submit] {
  border: none;
  cursor: pointer;
  margin-left: 20px
}

.single-product-tab {
  margin-top: 35px
}

.single-product-tab .nav-tabs .nav-link {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  color: #666;
  font-size: 13px;
  padding: 15px 30px
}

.single-product-tab .nav-tabs .nav-link:hover {
  color: #ebcd1e
}

.single-product-tab .nav-tabs .nav-link.active {
  border-color: #cecece;
  border-bottom-color: transparent;
  color: #333
}

#pro-content {
  border: 1px solid #cecece;
  border-top: none;
  padding: 40px 25px
}

.tcolor-333 {
  color: #333
}

.sbold {
  font-weight: 600
}

.cart-wrap {
  padding-top: 20px;
  padding-bottom: 70px
}

.table-cart.table thead {
  background: #666;
  color: #fff;
  border: none
}

.table-cart.table thead tr {
  border: none
}

.table-cart.table thead th {
  border: none;
  padding-top: 15px;
  padding-bottom: 15px
}

.table-cart.table tr {
  border-left: 1px solid #cecece;
  border-right: 1px solid #cecece
}

.table-cart.table td {
  border-top: 1px solid #cecece;
  border-bottom: 1px solid #cecece;
  border-collapse: collapse;
  padding-top: 15px;
  padding-bottom: 15px;
  text-align: center;
  vertical-align: middle;
  font-size: 18px
}

.img-cart {
  display: inline-block;
  width: 70px;
  height: 70px
}

.pro-cart>span {
  margin-left: 25px;
  text-transform: uppercase;
  font-size: 18px;
  color: #333
}

.cart-button>form>input[type=text] {
  padding: 15px 20px;
  font-size: 13px;
  color: #999;
  border: 1px solid #cecece
}

.cart-button>form>input[type=text]:focus {
  outline: none
}

.cart-button>form>button {
  margin-left: 25px;
  border: none;
  cursor: pointer
}

.cart-total {
  margin-top: 45px
}

.table-cart-total.table-bordered tr td {
  border-color: #cecece;
  padding: 40px;
  font-size: 16px
}

.table-cart-total.table-bordered tr td.total {
  font-size: 24px;
  color: #333;
  text-align: left
}

.table-order.table-hover tr td.total {
  font-size: 24px;
  color: #333;
  text-align: left
}

.table-order.table tr td {
  text-align: left
}

.table-order.table tr .name {
  padding-left: 70px
}

.table-cart-total.table-bordered {
  border-color: #cecece
}

.checkout-wrap {
  padding-bottom: 45px
}

.suggest {
  padding-top: 2px;
  border-top: 3px solid #ebcd1e
}

.suggest__inner {
  background: #f8f8f8;
  padding: 15px 30px
}

.suggest__inner>i {
  color: #ebcd1e;
  font-size: 24px;
  margin-right: 30px;
  vertical-align: middle
}

.suggest__inner>span>a {
  color: #ebcd1e;
  font-size: 13px
}

.suggest__inner>span>a:hover {
  text-decoration: underline
}

.au-input-group {
  margin-top: 15px
}

.au-input-group>label {
  display: block;
  font-size: 15px;
  font-weight: 600;
  margin-bottom: 10px;
  text-transform: capitalize
}

.au-input-group>label>span {
  font-size: 15px;
  color: #ebcd1e
}

.au-input-group .au-form-control {
  outline: none;
  border: 1px solid #cecece;
  padding: 0 15px;
  line-height: 48px;
  width: 100%;
  font-size: 13px;
  color: #999
}

.au-input-group select.au-form-control {
  padding: 13px 15px;
  font-size: 13px;
  color: #999
}

.au-input-group input[type=checkbox] {
  vertical-align: middle
}

.au-input-group .checkmark {
  font-size: 15px;
  color: #666;
  margin-left: 6px
}

.pay-method {
  background: #f8f8f8;
  padding: 40px 70px;
  border-bottom: 1px solid #cecece
}

.checkmark1 {
  font-weight: 600;
  font-size: 15px;
  color: #333;
  margin-left: 15px
}

.pay-method-instruct {
  margin-left: 32px;
  margin-top: 10px
}

.paypal-instruct {
  margin-top: 15px
}

.paypal-instruct img {
  vertical-align: middle
}

.paypal-instruct a {
  margin-left: 5px
}

.paypal-instruct a:hover {
  text-decoration: underline
}

.form-sub {
  padding: 30px 70px;
  background: #f8f8f8
}

@media(max-width:1200px) {
  nav.menu-desktop {
    margin-right: 0
  }
  .header6 nav.menu-desktop {
    margin-right: 0
  }
  .our-process__item {
    padding: 30px 13px;
    min-height: 210px
  }
  .service-2__right {
    top: 47px
  }
  .service-2__inner-body {
    padding: 30px 25px;
    width: 84%;
    margin: 0 auto;
    margin-top: 30px
  }
  .header-wrap {
    padding: 0 20px
  }
  .service-3__inner {
    padding: 90px 20px 60px
  }
  h2.title--small {
    white-space: normal
  }
  .testi__speech blockquote {
    padding: 40px 30px;
    padding-right: 10px
  }
  .our-process2__item {
    height: 240px;
    width: 240px;
    padding: 56px 0
  }
  .our-process2__item>p {
    width: 80%
  }
  .header4 nav>ul>li {
    padding: 46px 18px
  }
  .header4 .header-button .search-button .form__input {
    width: 250px
  }
  .testi__speech blockquote .big-qoute {
    left: 3px
  }
  .blog1.blog2 .blog-item .blog-content .blog-meta .author,
  .cate,
  .time {
    display: block
  }
  .our-process3__text {
    padding: 30px 70px;
    padding-right: 50px;
    top: 45px
  }
  .our-team__left {
    width: 75%
  }
}

@media(max-width:1024px) {
  .service__item {
    min-height: 400px
  }
  .testi .owl-theme .owl-nav .owl-prev {
    left: 20px
  }
  .testi .owl-theme .owl-nav .owl-next {
    right: 20px
  }
  .contact__content {
    margin-right: 17%
  }
  .pro__text-wrap {
    padding-left: 45px
  }
  .blog-single {
    margin-right: 0
  }
}

@media(max-width:992px) {
  .header-stick {
    display: none
  }
  .title-2 {
    font-size: 30px
  }
  #menu-canvas {
    display: none
  }
  .header-desktop {
    display: none
  }
  .our-process__item--l-b:after,
  .our-process__item--l-t:before {
    display: none
  }
  header.header-mobile {
    display: block
  }
  #menu-canvas {
    padding: 60px 30px
  }
  .service__item {
    width: 50%
  }
  .our-process__item {
    min-height: auto
  }
  .service-2__left {
    width: 100%
  }
  .service-2__right {
    width: 100%;
    position: static;
    margin-top: 30px
  }
  .service-3__item {
    margin-top: 65px
  }
  .service-3__item:hover {
    margin-top: 65px
  }
  .bottom-shadow:after {
    display: none
  }
  .service-3__inner {
    padding: 90px 35px 60px
  }
  .contact__inner {
    text-align: center
  }
  .contact__content {
    margin: 0 auto
  }
  .contact__inner>a {
    margin-top: 30px
  }
  .we-are__left {
    margin-bottom: 50px
  }
  .process-item {
    display: block
  }
  .process-item>.process__right,
  .process__left {
    display: block;
    width: 100%
  }
  .pro__text-wrap {
    padding-top: 30px;
    padding-bottom: 30px
  }
  .port__text {
    margin-left: 0;
    margin-top: 50px
  }
  .port3 .port__text {
    margin-left: 0;
    margin-top: 50px
  }
  .port__info {
    margin-left: 0
  }
  .port2 .col-lg-4 {
    padding-right: 15px
  }
  .port2 .col-lg-8 {
    padding-left: 15px
  }
  .port2__img {
    margin-top: 50px
  }
  .port2 .port__info {
    margin-bottom: 50px
  }
  .port2 .port__text {
    margin-top: 0
  }
  .top-contact1 {
    display: none
  }
  .single-product-detail {
    margin-top: 40px
  }
  #revolution-slider4 .tparrows.gyges {
    display: none
  }
  #revolution-slider5 .persephone.tparrows {
    display: none
  }
  .partner {
    padding: 35px 20px
  }
  .we-are__right {
    padding-left: 0
  }
  .we-are__left>div {
    text-align: center
  }
}

@media(max-width:993px) {
  .our-process3__text {
    position: static;
    width: 100%
  }
  .our-process3__big-img {
    float: none;
    margin-top: 15px;
    width: 100%
  }
  .dot-wrap .slick-dots {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    bottom: 0;
    left: 0;
    top: auto;
    right: auto;
    width: 100%;
    height: 18%
  }
  .dot-wrap .slick-dots li {
    height: 100%
  }
}

@media(max-width:991px) {
  .our-process2__item {
    height: 270px;
    width: 270px;
    padding: 80px 0
  }
  .our-process2__item>p {
    width: 75%
  }
  .slide-content-2 span.color {
    font-size: 58px
  }
}

@media(min-width:1200px) {
  .container {
    max-width: 1200px
  }
}

@media(max-width:1200px) and (min-width:992px) {
  .pro__text-wrap {
    padding-left: 45px;
    padding-right: 45px
  }
  .process-page .pro__text>h2 {
    margin-bottom: 0
  }
  .process-page .pro__text>h2>span {
    font-size: 50px
  }
}

@media(min-width:768px) {
  .slide-title-3 {
    font-size: 48px
  }
  .slide-title-3>span {
    font-size: 48px
  }
}

@media(max-width:768px) {
  .service-2__inner-body .box-item .box-head {
    float: none
  }
  .service-2__inner-body .box-item .box-body {
    margin-left: 0;
    padding-left: 0;
    margin-top: 30px
  }
  .our-team__info:after {
    display: none
  }
  .navigation h2 {
    float: none;
    text-align: center;
    padding: 0
  }
  .breadcrumbs {
    float: none;
    text-align: center;
    margin-top: 10px
  }
  .port1__img-wrap .port1-img {
    padding-right: 10px
  }
  .port1__img-wrap {
    margin-right: -10px
  }
  .service-img-wrap .service-img {
    padding-right: 10px
  }
  .service-img-wrap {
    margin-right: -10px
  }
  .service-text {
    padding-left: 0
  }
  .blog-sidebar {
    padding-left: 0
  }
  .cart-button>form {
    float: none
  }
  .cart-button>form>input[type=text] {
    display: block;
    width: 100%
  }
  .cart-button>form>button {
    display: block;
    width: 100%;
    margin: 0;
    margin-top: 15px
  }
  .cart-button>a {
    display: block;
    float: none;
    margin-top: 15px
  }
  .pro-cart>span {
    margin-left: 0;
    white-space: nowrap
  }
  .slide-title-3 {
    font-size: 34px
  }
  .slide-title-3>span {
    font-size: 34px
  }
  .num {
    font-size: 100px
  }
  .head {
    font-size: 40px
  }
  h4.pro-title {
    font-size: 28px
  }
  .form-contact-wrap {
    padding-left: 0
  }
  #revolution-slider2 .tp-bullets {
    display: none
  }
  .parallax--slide-re-pro {
    padding: 30px
  }
  #our2.title-2--special:before {
    top: 8px
  }
  .title-2--special:after {
    width: 80px
  }
  #our2.title-2--special:after {
    top: 14px;
    right: -120px
  }
  .dot-wrap .slick-dots {
    height: 15%
  }
}

@media(max-width:767px) {
  .slide-content-2 span.color {
    font-size: 38px
  }
}

@media(max-width:576px) {
  .testi__item blockquote>i {
    left: -30px
  }
  .client-img,
  .client-content {
    display: block;
    width: 100%;
    padding-top: 20px;
    padding-bottom: 20px
  }
  .service__item {
    display: block;
    width: 100%
  }
  .top-contact {
    display: none
  }
  .we-are__item {
    display: block;
    margin: 0 auto;
    margin-top: 20px
  }
  .our-process3__text {
    padding: 20px 30px;
    padding-right: 10px
  }
  .pro-cat-name {
    top: 35%
  }
  .user-img {
    width: 100px;
    float: none;
    margin-bottom: 20px
  }
  .cmt-list .cmt-right {
    margin-left: 0;
    padding: 24px 10px
  }
  .cmt-list>li.children {
    padding-left: 75px
  }
  .blog-footer .tags {
    float: none;
    margin: 0;
    margin-bottom: 15px
  }
  .blog-footer .share {
    float: none
  }
  .blog-quote {
    margin-left: 30px
  }
  .pro__text-wrap {
    padding-left: 25px;
    padding-right: 25px
  }
  .contact2__item {
    padding: 50px 20px
  }
  .why-choose__inner .box-body h3 {
    font-size: 20px
  }
  .title-2--special {
    font-size: 20px
  }
  #our1 {
    left: -40px
  }
  #our1:before {
    top: 7px;
    left: -22px
  }
  #our1:after {
    top: 12px;
    left: -114px
  }
}

@media(max-width:425px) {
  .pay-method {
    padding: 40px 20px
  }
  .form-sub {
    padding: 30px 20px
  }
  .slide-title-3 {
    display: none
  }
  .slide-title-3>span {
    display: none
  }
  #revolution-slider3 a.tp-caption.au-btn {
    display: none
  }
  .pro-sorting .sort-left {
    float: none
  }
  .pro-sorting .sort-right {
    float: none;
    margin-top: 15px
  }
  .slide-content-2 span.color {
    font-size: 34px
  }
  .num {
    font-size: 85px
  }
  .head {
    font-size: 32px
  }
  h4.pro-title {
    font-size: 24px
  }
  .testi__item>blockquote {
    width: 70%
  }
  .service4__content {
    padding: 30px 35px
  }
  #pro-menu>.nav#myTab {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
  }
  h2.title--small {
    font-size: 26px
  }
  .title-3 {
    font-size: 30px
  }
  .our-process2__item {
    height: 220px;
    width: 220px;
    padding: 35px 0
  }
  .title-detail--px-45 {
    padding: 0
  }
}

@media(max-width:480px) {
  #filter li {
    display: block;
    margin: 0;
    margin-bottom: 10px
  }
  .slide-title-3 {
    font-size: 30px
  }
  .slide-title-3>span {
    font-size: 30px
  }
}

@media(max-width:375px) {
  .blog1 .blog-item .blog-content .blog-meta .author,
  .cate,
  .time {
    display: block
  }
  .form-footer>.form__input {
    max-width: 120px
  }
}

@media(max-height:700px) {
  .menu-canvas__inner {
    margin-top: 20px
  }
}

@media(max-height:550px) {
  #menu-canvas {
    display: none
  }
}

.banner-text {
  text-align: center;
  outline: 4px solid #18bccf;
  outline-offset: 15px;
  padding: 31px 30px 58px 30px;
  margin-top: 306px;
  margin-bottom: 222px;
}

select#cars {
   background-color: #e79126;
    color: #fff;
    border: none;
    padding: 3px 32px;
    height: 39px;
    margin-top: 7px;
}
.sec-padding {
  padding: 80px 0;
      background: url(../images/midsection_bg.png);
    background-position: top center;
    background-size: cover;
    background-repeat: no-repeat;
}

.sec-padding .row{
    row-gap: 20px;
}

/***************************************************************************************************************
||||||||||||||||||||||||||       MASTER STYLESHEET FOR HEALTH COACH        |||||||||||||||||||||||||||||||||||||||
****************************************************************************************************************
||||||||||||||||||||||||||                TABLE OF CONTENT               |||||||||||||||||||||||||||||||||||||||
****************************************************************************************************************
****************************************************************************************************************

01. Imported styles
02. Flaticon reset styles
03. Header styles
04. Mainmenu styles
05. Rev_slider_wrapper styles
66. Call to action area Style
07. Categories area style
08. Fact counter area style
09. Latest Blog area style
10. Latest blog area style 
11. Testimonial area style
12. Brand area style
13. Single service style
14. Pricing table area style
15. About page style
16. Account page style
17. 404 page style style
18. Blog page style
19. Blog single style
20. Team page style
21. Shop page style style
22. Shop with sidebar Style
23. Shop single Style
24. Cart page style style
25. Contact page style

****************************************************************************************************************
||||||||||||||||||||||||||||            End TABLE OF CONTENT                ||||||||||||||||||||||||||||||||||||
****************************************************************************************************************/


/* Imported styles */
@import url('https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700');
@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i,800,800i');
@import url('https://fonts.googleapis.com/css?family=Courgette');



@import url(imp.css);
@import url(bootstrap.min.css);
@import url(font-awesome.min.css);
@import url(hover.css);
@import url(jquery.bxslider.css);
@import url(owl.carousel.css);
@import url(owl.theme.default.min.css);
@import url(animate.css);
@import url(jquery.bootstrap-touchspin.css);
@import url('jquery.fancybox.css');
@import url('prettyPhoto.css');
/*** Flaticon css ***/
@import url(../fonts/flaticon/flaticon.css);
/*** Price filter***/
@import url(../assets/price-filter/nouislider.css);
@import url(../assets/price-filter/nouislider.pips.css);
/*** single shop slide ***/
@import url(flexslider.css);
/*** Time picker css ***/
@import url(../assets/timepicker/timePicker.css);
/*** Jquery ui css ***/
@import url(../assets/jquery-ui-1.11.4/jquery-ui.css);
/*** Revolution slider ***/
@import url(../assets/revolution/css/settings.css);
@import url(../assets/revolution/css/layers.css);
@import url(../assets/revolution/css/navigation.css);
/*** Bootstrap select picker css ***/
@import url(../assets/bootstrap-sl-1.12.1/bootstrap-select.css);
/*** Language Switcher ***/
@import url(../assets/language-switcher/polyglot-language-switcher.css);



/*==============================================
Base Css
===============================================*/
html,
body { height: 100% }
body {
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  color: #888888;
  line-height: 24px;
  font-weight: 400;
}
button:focus{
  outline: none;
}
h1, h2, h3, h4, h5, h6 {
  font-family: 'Montserrat', sans-serif;
  color: #404040;
  margin: 0;
}
h3 {
  color: #404040;
  font-size: 18px;
  font-weight: 600;

}
.float_left {
  float: left;
}
.float_right {
  float: right;
}
h4 {

}
a,
a:hover,
a:active,
a:focus {
  transition: all 0.5s ease 0s;
  text-decoration: none;
  outline: none;
  color: #fff;
}

img {
  max-width: 100%;
  height: auto;
}
i {
  font-style: normal;
}
ul,
li {
  list-style: none;
  margin: 0;
  padding: 0;
}

button{
  border: none;
  background: transparent;
}
.thm-btn {
  text-align: center;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  transition: all 500ms ease;
  font-family: 'Montserrat', sans-serif;
  display: block;
  border-radius: 30px;
  padding: 12px 25px 10px;
  transition: all 500ms ease;
}
.bgclr-1{
  background: #18bccf;
  border: 2px solid #18bccf;
  color: #ffffff;
}
.thm-btn:hover{
  background: #ffffff;
  color: #252525;
}




.sec-title {
  margin-top: 54px;
  padding-bottom: 27px;
  position: relative;
}
.sec-title.pdb-50{
  padding-bottom: 50px;
}
.sec-title.pdb-30{
  padding-bottom: 30px;
}
.sec-title h1 {
  color: #404040;
  font-size: 32px;
  font-weight: 700;
  line-height: 36px;
  text-transform: uppercase;
  margin: 8px 0 14px;
}
.sec-title h3 {
  color: #18bccf;
  font-size: 24px;
  line-height: 30px;
  font-weight: 400;
  font-family: 'Courgette', cursive;
  text-transform: capitalize;
}
.sec-title h2 {
  color: #ffffff;
  font-size: 24px;
  font-weight: 400;
  line-height: 36px;
  text-transform: none;
  margin: 0 0 16px;
}
.sec-title p {
  color: #888888;
  font-size: 14px;
  font-weight: 400;
  margin: 0;
  line-height: 26px;
}


.boxed_wrapper {
  background: #fff none repeat scroll 0 0;
  position: relative;
  margin: 0 auto;
  width: 100%;
  min-width: 320px;
  min-height: 400px;
  overflow: hidden;  
}

/*________________Preloader_______________ */

.preloader{ 
  position:fixed; 
  left:0px; 
  top:0px; 
  width:100%; 
  height:100%; 
  z-index:999999999999; 
  background-color:rgba(255,255,255,1); 
  background-position:center center; 
  background-repeat:no-repeat; 
  background-image:url(../images/icon/preloader.gif);
}


/* Update Mainmenu area Style */
@-webkit-keyframes menu_sticky {
  0%   {margin-top:-150px;}
  50%  {margin-top: -130px;}
  100% {margin-top: 0;}
}
@keyframes menu_sticky {
  0%   {margin-top:-150px;}
  50%  {margin-top: -130px;}
  100% {margin-top: 0;}
}
.mainmenu-area.stricky-fixed {
  position: fixed;
  top: 0;
  left: 0;
  margin: 0;
  width: 100%;
  z-index: 10000;
  background: #F7F7F7;
  z-index: 99999;
  -webkit-animation-name: menu_sticky;
  animation-name: menu_sticky;
  -webkit-animation-duration: 0.60s;
  animation-duration: 0.60s;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}
.mainmenu-area.stricky-fixed .logo .smile{
  display: none;
}
/*
.mainmenu-area.stricky-fixed .logo {
padding-top: 21px;
padding-bottom: 21px;
}
.mainmenu-area.stricky-fixed .main-menu .navigation li a {
padding: 36px 18px 34px;
transition: all 500ms ease;
}
.mainmenu-area.stricky-fixed .outer-search-box {
margin: 25px 0;
margin-right: 10px;
}
.mainmenu-area.stricky-fixed .appointment-button {
margin: 20px 0;
}
*/



/* Scroll To Top styles */
.scroll-to-top {
  background: transparent;
  border: 1px solid #18bccf;
  bottom: 25px;
  color: #18bccf;
  cursor: pointer;
  display: none;
  font-size: 30px;
  font-weight: normal;
  height: 45px;
  line-height: 48px;
  position: fixed;
  right: 15px;
  text-align: center;
  transition: all 500ms ease 0s;
  width: 45px;
  z-index: 99999;
  -webkit-box-shadow: 0px 8px 23px -6px rgba(27,27,27,1);
  -moz-box-shadow: 0px 8px 23px -6px rgba(27,27,27,1);
  box-shadow: 0px 8px 23px -6px rgba(27,27,27,1);
}
.scroll-to-top:hover {
  background: #18bccf;
  color: #fff;
}


/*Form validation styles */
input:focus,
textarea:focus,
select:focus {
  border-color: #43c3ea;
  outline: none;
}


/* Post pagination styles */
.post-pagination li {
  display: inline-block;
  margin: 0 3px;
}
.post-pagination li a {
  background: #fff none repeat scroll 0 0;
  border: 2px solid #f4f4f4;
  color: #252525;
  display: block;
  font-size: 18px;
  font-weight: 600;
  height: 55px;
  padding: 14px 0;
  transition: all 500ms ease 0s;
  width: 55px;
  font-family: 'Montserrat', sans-serif;
  border-radius: 50%;
}
.post-pagination li.active a, .post-pagination li:hover a {
  background: #18bccf;
  color: #fff;
  border: 2px solid #18bccf;
}


/* Overlay styles  */
.overlay-style-one{
  position:absolute;
  left:0px;
  top:0px;
  width:100%;
  height:100%;
  padding:0px;
  color:#ffffff;
  opacity:0;
  background: rgba(0, 0, 0, 0.7);
  -webkit-transform: perspective(400px) rotateX(-90deg);
  -moz-transform: perspective(400px) rotateX(-90deg);
  -ms-transform: perspective(400px) rotateX(-90deg);
  -o-transform: perspective(400px) rotateX(-90deg);
  transform: perspective(400px) rotateX(-90deg);
  -webkit-transform-origin: top;
  -moz-transform-origin: top;
  -ms-transform-origin: top;
  -o-transform-origin: top;
  transform-origin: top;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.overlay-style-one .box{
  display: table;
  height: 100%;
  width: 100%;    
}
.overlay-style-one .box .content{
  display: table-cell;
  text-align: center;
  vertical-align: middle;    
}







.review-box {}
.review-box ul {
  margin-left: -1px;
  margin-right: -1px;
}
.review-box ul li {
  display: inline-block;
  margin: 0 1px;
}
.review-box ul li i {
  color: #18bccf;
  font-size: 12px;
}



/*** 
=============================================
Top bar area style
=============================================
***/
.top-bar-area {
  position: relative;
  line-height: 50px;
  z-index: 999;
  background: #222426;
  padding: 9px 0 8px;
}
.top-contact-info {
  overflow: hidden;
  margin: 6px 0;
}
.top-contact-info li {
  display: inline-block;
  float: left;
  padding-right: 15px;
  color: #888888;
  line-height: 18px;
  border-right: 1px solid #353637;
}
.top-contact-info li:last-child {
  margin: 0;
  padding: 0;
  border-right: none;
  border-left: 1px solid #161a1e;
  padding-left: 15px;
}
.top-contact-info li span:before {
  color: #18bccf;
  font-size: 18px;
  line-height: 18px;
  display: inline-block;
  padding-right: 8px;
}
.top-bar-area .top-right {
  float: right;
}
.top-bar-area .top-right .social-links {
  overflow: hidden;
  float: left;
  padding-left: 20px;
  padding-right: 30px;
  margin: 8px 0;
}
.top-bar-area .top-right .social-links li {
  display: inline-block;
  float: left;
  margin-right: 20px;
  line-height: 16px;
}
.top-bar-area .top-right .social-links li:last-child {
  margin: 0px;
}
.top-bar-area .top-right .social-links li a i {
  color: #888888;
  font-size: 14px;
  transition: all 500ms ease;
}
.top-bar-area .top-right .social-links li a:hover i{
  color: #18bccf;
}



/*==============================================
Mainmenu Area Css
===============================================*/
.mainmenu-area {
  position: relative;
  z-index: 99;
  background: #ffffff;
}
.mainmenu-area .logo {
  display: inline-block;
  padding-right: 60px;
  padding-top: 26px;
  padding-bottom: 26px;
  position: relative;
}
.mainmenu-area .logo .smile {
  position: absolute;
  bottom: -25px;
  left: 0;
  width: 110px;
  height: 30px;
}
.mainmenu-area .logo a {
  display: inline-block;
}

.main-menu {
  float: left;
  position: relative;
}
.main-menu .navbar-collapse {
  padding: 0px
}
.main-menu .navigation {
  float: left;
  margin: 0;
  position: relative;
}
.main-menu .navigation li {
  display: inline-block;
  float: left;
}
.main-menu .navigation li a {
  color: #404040;
  display: block;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  opacity: 1;
  padding: 41px 18px 39px;
  position: relative;
  text-transform: uppercase;
  transition: all 500ms ease 0s;
  font-family: 'Montserrat', sans-serif;
}
.main-menu .navigation > li:hover > a, 
.main-menu .navigation > li.current > a {
  color: #18bccf;
}
.main-menu .navigation > li.dropdown > a {}
.main-menu .navigation > li.dropdown > a:after {}
.main-menu .navigation > li > a:before{
  position: absolute;
  top: 0px;
  left: 0;
  width: 0%;
  height: 3px;
  background: #18bccf;
  content: "";
  transition:all 500ms ease;
  -moz-transition:all 500ms ease;
  -webkit-transition:all 500ms ease;
  -ms-transition:all 500ms ease;
  -o-transition:all 500ms ease;	
}
.main-menu .navigation > li:hover a:before,
.main-menu .navigation > li.current a:before{
  width: 100%;
}
.main-menu .navigation > li > ul {
  position: absolute;
  left: 0px;
  top: 130%;
  width: 250px;
  padding: 0px;
  z-index: 100;
  visibility: hidden;
  opacity: 0;
  z-index: 99;
  transition: all 500ms ease;
  border-top: 3px solid #18bccf;

}
.main-menu .navigation > li:hover > ul {
  top: 100%;
  opacity: 1;
  visibility: visible;
}
.main-menu .navigation > li > ul > li {
  clear: both;
  width: 100%;
  position: relative;
  border-bottom: 1px solid #f4f4f4;
}
.main-menu .navigation > li > ul > li:last-child{
  border-bottom: 0px solid #f4f4f4;    
}
.main-menu .navigation > li > ul > li > a {
  width: 100%;
  background: #ffffff;
  padding: 13px 15px 11px 48px;
  color: #404040;
  font-size: 14px;
  font-weight: 400;
  text-transform: capitalize;
  display: block;
  float: left;
  clear: both;
  position: relative;
  outline: 0;
  transition: padding .2s linear;
  transition: all 500ms ease;
  font-family: 'Montserrat', sans-serif;
}
.main-menu .navigation > li > ul > li > a:before {
  position: absolute;
  left: 30px;
  top: 13px;
  font-size: 10px;
  color: #d6d6d6;
  content: "\f192";
  font-family: FontAwesome;
  -webkit-transition: .5s ease;
  transition: .5s ease;
}
.main-menu .navigation > li > ul > li:hover > a {
  color: #18bccf;
  background: #f7f7f7;
}
.main-menu .navigation > li > ul > li:hover > a:before{
  color: #18bccf;    
}

.main-menu .navigation > li > ul > li.dropdown > a:after{}
.main-menu .navigation > li > ul > li.dropdown:hover > a:after{}
.main-menu .navigation > li > ul > li > ul{}
.main-menu .navigation > li > ul li:hover ul {}
.main-menu .navigation > li > ul > li ul li {}
.main-menu .navigation > li > ul > li ul li:first-child{}
.main-menu .navigation > li > ul > li ul li a{ }
.main-menu .navigation > li > ul > li  > ul > li:hover > a{}
.main-menu .navbar-collapse > ul li.dropdown .dropdown-btn {
  position: absolute;
  right: 10px;
  top: 6px;
  width: 34px;
  height: 30px;
  border: 1px solid #ffffff;
  background: url(../images/icon/submenu-icon.png) center center no-repeat;
  background-size: 20px;
  cursor: pointer;
  z-index: 5;
  display: none;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  -moz-border-radius: 3px;
}


.outer-search-box {
  float: left;
  height: 40px;
  width: 40px;
  margin: 30px 0;
  margin-right: 10px;
  border-left: 1px solid #efeded;
}
.outer-search-box .seach-toggle {
  background: transparent;
  color: #222222;
  cursor: pointer;
  display: block;
  font-size: 15px;
  line-height: 20px;
  margin: 0;
  padding: 10px 0px;
  position: relative;
  text-align: center;
  transition: all 500ms ease;
}
.outer-search-box .seach-toggle:hover,
.outer-search-box .seach-toggle.active{
  background:#2ECC39;
  color: #fff;
}
.search-box {
  background: #2ECC39;
  border-top: 1px dashed #3BB1D3;
  opacity: 0;
  padding: 20px;
  position: absolute;
  right: 15px;
  top: 150%;
  transition: all 500ms ease 0s;
  visibility: hidden;
}
.search-box.now-visible{
  top:100%;
  opacity:1;
  visibility:visible;	
}
.search-box .form-group{
  position:relative;
  padding:0px;
  margin:0px;
  width:100%;
  min-width:250px;
}
.search-box .form-group input[type="search"] {
  background: #ffffff none repeat scroll 0 0;
  border: 1px solid #222222;
  color: #000;
  display: block;
  font-size: 13px;
  line-height: 24px;
  position: relative;
  transition: all 500ms ease 0s;
  width: 100%;
  height: 40px;
  padding-left: 15px;
  padding-right: 50px;
}
.search-box .form-group input[type="search"]:focus{
  border-color:#09b315;	
}
.search-box .form-group button, 
.search-box .form-group input[type="submit"] {
  background: #222;
  color: #fff;
  cursor: pointer;
  display: block;
  font-size: 13px;
  height: 40px;
  line-height: 40px;
  position: absolute;
  right: 0;
  top: 0;
  width: 40px;
  transition: all 500ms ease 0s;
}
.search-box .form-group button:hover,
.search-box .form-group input:focus + button{
  color:#fff;
  background: #09b315;
}


.mainmenu-right-box {}
.mainmenu-area .appointment-button {
  float: right;
  margin: 25px 0;
}
.mainmenu-area .appointment-button a {
  position: relative;
}
.mainmenu-area .appointment-button a:before {
  position: absolute;
  top: 3px;
  right: 5px;
  content: "";
  background: url(../images/icon/button-icon.png);
  background-repeat: no-repeat;
  width: 30px;
  height: 20px;
  transition: all 500ms ease;
}
.mainmenu-area .appointment-button a:hover{

}



/*** 
=============================================
Rev Slider Wrapper style
=============================================
***/
.rev_slider_wrapper {
}
.rev_slider_wrapper .slide-content-box h2 {
  color: #e9d80c;
  font-size: 30px;
  font-weight: 400;
  line-height: 40px;
  text-transform: none;
  font-family: 'Courgette', cursive;
}
.rev_slider_wrapper .slide-content-box h1 {
  color: #ffffff;
  font-size: 60px;
  font-weight: 700;
  line-height: 66px;
  text-transform: none;
  margin: 0 0 7px;
  font-family: 'Montserrat', sans-serif;
}
.rev_slider_wrapper .slide-content-box p{
  font-size: 18px;
  color: #ffffff;
  font-weight: 400;
  line-height: 28px;
  margin: 0px 0 33px;
  font-family: 'Open Sans', sans-serif;
}
.rev_slider_wrapper .slide-content-box .button a{
  border: 2px solid #18bccf;
  background: #18bccf;
  padding: 12px 38px 11px;
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  font-family: 'Montserrat', sans-serif;
  margin-right: 16px;
  border-radius: 30px;
}
.rev_slider_wrapper .slide-content-box .button a:hover{
  background: #252525;
  border-color: #fff;
}
.rev_slider_wrapper .slide-content-box .button a.btn-style-two{
  background: #ffffff;
  border-color: #ffffff;
  color: #18bccf;
}
.rev_slider_wrapper .slide-content-box .button a.btn-style-two:hover{
  background: #18bccf;
  color: #ffffff;
}

.rev_slider_wrapper .slide-content-box.middle-slide h2{
  text-align: center;
}
.rev_slider_wrapper .slide-content-box.middle-slide h1{
  text-align: center;
}
.rev_slider_wrapper .slide-content-box.middle-slide p{
  text-align: center;
}
.rev_slider_wrapper .slide-content-box.middle-slide .button a{}

.rev_slider_wrapper .slide-content-box.right-slide h1{
  margin: 12px 0 7px
}


.tparrows {
  background: rgba(0, 0, 0, 0.08);
  cursor: pointer;
  display: block;
  height: 50px;
  position: absolute;
  width: 50px;
  z-index: 1000;
  transition: all 500ms ease;
  border-radius: 50%;
}
.tparrows:before{
  font-size:18px; 
  font-weight: 700;
  color:#fff; 
  display:block; 
  line-height: 50px; 
  text-align: center;
  transition: all 500ms ease;
}
.tparrows:hover{
  background:#18bccf;
}
.tparrows:hover:before{
  color: #fff;    
}
.rev_slider_wrapper .slotholder:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(34, 36, 38, 0.40);
  z-index: 9;
}



/*** 
=============================================
Callto Action Area style
=============================================
***/
.callto-action-area{}
.callto-action-area .text-box {
  position: relative;
  overflow: hidden;
}
.callto-action-area .text-box:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 140px;
  content: "";
  background: #f5f4f3;
  left: 50%;
}
.callto-action-area .text-box .single-text-box {
  display: block;
  padding-top: 17px;
  padding-bottom: 13px;
}
.callto-action-area .text-box .single-text-box.pdr-30{
  padding-right: 30px;    
}
.callto-action-area .text-box .single-text-box.pdl-30{
  padding-left: 30px;    
}
.callto-action-area .text-box .single-text-box h3{
  color: #404040;
  font-size: 18px;
  font-weight: 600;
  margin: 0 0 15px;
}
.callto-action-area .text-box .single-text-box p{
  margin: 0;
}
.callto-action-area .text-holder .signature-readmore {
  overflow: hidden;
  margin: 20px 0 0;
}
.callto-action-area .text-holder .signature-readmore .button {
  padding-left: 30px;
}
.callto-action-area .text-holder .signature-readmore .button a {
  margin: 5px 0;
  padding: 12px 35px 10px;
}



/*** 
=============================================
Service Area style
=============================================
***/
.service-area {
  padding-top: 70px;
  padding-bottom: 70px;
  background: #f7f7f7;
  position: relative;
  overflow: hidden;
}
.service-area:before {
  content: "\f0d7";
  font-family: FontAwesome;
  position: absolute;
  display: block;
  top: -10px;
  left: 0;
  right: 0;
  width: 100%;
  transition: all 300ms ease 300ms;
  font-size: 150px;
  text-align: center;
  line-height: 50px;
  color: #ffffff;
}
.single-service-item {
  position: relative;
  overflow: hidden;
  display: block;
}
.single-service-item .img-holder{}
.single-service-item .img-holder img{
  width: 100%;    
}
.single-service-item .img-holder .content {}
.single-service-item .text-holder {
  position: absolute;
  top: 15px;
  left: 15px;
  right: 15px;
  bottom: 15px;
  background: #fff;
  padding: 0px 15px 0;
  transform: translate3d(0px, -110%, 0px);   
  transition: all 500ms ease;
  transition-delay: 0.5s;
}
.single-service-item:hover .text-holder{
  transition: all 500ms ease;
  transform: translate3d(0px, 0%, 0px);    
}
.single-service-item .text-holder .inner {
  display: table;
  width: 100%;
  height: 100%;
}
.single-service-item .text-holder .inner .inner-content {
  display: table-cell;
  vertical-align: middle;
}
.single-service-item .text-holder .icon-box span:before {
  color: #18bccf;
  font-size: 45px;
  line-height: 45px;
}
.single-service-item .text-holder h3 {
  color: #404040;
  font-size: 18px;
  font-weight: 600;
  margin: 13px 0 12px;
}
.single-service-item .text-holder p{
  margin: 0;
}
.single-service-item .text-holder a {
  width: 150px;
  margin: 18px auto 0;
  padding: 9px 0 7px;
}

.single-service-item .text-holder-1 {
  padding-top: 22px;
  padding-bottom: 10px;
  background: #ffffff;
  position: absolute;
  bottom: 15px;
  left: 15px;
  right: 15px;
  transform: translate3d(0px, 0%, 0px);
  transition: all 500ms ease;
  transition-delay: 0.5s;
}
.single-service-item .text-holder-1 .inner {
  display: table;
  width: 100%;
  height: 100%;
}
.single-service-item .text-holder-1 .inner .inner-content {
  display: table-cell;
  vertical-align: middle;
}
.single-service-item:hover .text-holder-1{
  transition: all 500ms ease;
  transform: translate3d(0px, 120%, 0px);
}
.single-service-item .text-holder-1 .icon-box span:before {
  color: #18bccf;
  font-size: 45px;
  line-height: 45px;
}
.single-service-item .text-holder-1 h3 {
  color: #404040;
  font-size: 18px;
  font-weight: 600;
  margin: 13px 0 12px;
}
.service-area .owl-controls {
  position: absolute;
  right: 0;
  top: -90px;
}
.service-area .owl-theme .owl-nav{
  margin: 0;
}
.service-area .owl-theme .owl-nav [class*="owl-"] {
  background: transparent;
  border-radius: 0;
  color: #888888;
  font-size: 24px;
  font-weight: 700;
  height: 40px;
  line-height: 32px;
  margin: 0 0 0 0px;
  padding: 0;
  width: 40px;
  border: 2px solid #e1e1e1;    
  transition: all 700ms ease 0s;
}
.service-area .owl-theme .owl-nav .owl-next {
  margin-left: 10px;
}
.service-area .owl-theme .owl-nav [class*="owl-"]:hover{
  border-color: #18bccf;
  color: #18bccf;
}



/*** 
=============================================
slogan Area style
=============================================
***/
.slogan-area {
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  padding-bottom: 70px;
  padding-top: 67px;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.slogan-area::before {
  background: rgba(35, 37, 39, 0.7) none repeat scroll 0 0;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}
.slogan-area h1{
  color: #ffffff;
  font-size: 36px;
  font-weight: 600;
  line-height: 42px;
  margin: 0 0 13px;
}
.slogan-area p{
  color: #ffffff;
  font-size: 14px;
  margin: 0;
}
.slogan-area a{
  width: 230px;
  margin: 33px auto 0;
}



/*** 
=============================================
Choosing Area style
=============================================
***/
.choosing-area {
  padding-top: 70px;
  padding-bottom: 40px;
}
.choosing-area .single-item{
  border: 1px dashed #e1e1e1; 
  display: block;
  padding: 18px 30px 12px;
  margin-bottom: 30px;
  transition: all 900ms ease;
}
.choosing-area .single-item:hover{
  border: 1px dashed #18bccf;     
}
.choosing-area .single-item .title {
  overflow: hidden;
  display: block;
  position: relative;
  padding-bottom: 17px;
}
.choosing-area .single-item .title:before{
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  content: "";
  border-bottom: 1px dashed #e1e1e1;
}
.choosing-area .single-item .title:after{
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0%;
  height: 1px;
  content: "";
  border-bottom: 1px dashed #18bccf;
  transition: all 500ms ease;
}
.choosing-area .single-item:hover .title:after{
  width: 100%;    
}
.choosing-area .single-item .title h3{

}
.choosing-area .single-item .text-holder {
  overflow: hidden;
  padding-top: 24px;
}
.choosing-area .single-item .text-holder .iocn{
  width: 45px; 
}
.choosing-area .single-item .text-holder .iocn span:before{
  color: #18bccf;
  font-size: 45px;
  line-height: 45px;
}
.choosing-area .single-item .text-holder .iocn,
.choosing-area .single-item .text-holder .text{
  display: table-cell;
  vertical-align: middle;
}
.choosing-area .single-item .text-holder .text{
  padding-left: 20px;
}
.choosing-area .single-item .text-holder .text a{
  margin: 0;
}



/*** 
=============================================
Testimonial Area style
=============================================
***/
.testimonial-area {
  background: #f5f4f3;
  padding: 70px 0 40px;
}
.testimonial-area .more-button {
  margin-top: 12px;
}
.testimonial-area .more-button a {
  border: 2px solid #18bccf;
  height: 50px;
  width: 170px;
  display: block;
  text-align: center;
  border-radius: 30px;
  color: #18bccf;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 48px;
  font-family: 'Montserrat', sans-serif;
  transition: all 500ms ease;
}
.testimonial-area .more-button a:hover{
  background: #fff;
  color: #252525;
}
.single-testimonial-item {
  overflow: hidden;
  float: left;
  background: #ffffff;
  margin-bottom: 30px;
  display: block;
  padding: 38px 40px 36px;
}
.single-testimonial-item .img-holder {
  background: #fff none repeat scroll 0 0;
  border: 1px solid #f4f4f4;
  border-radius: 50%;
  display: block;
  height: 85px;
  margin: 0 auto;
  overflow: hidden;
  width: 85px;
  z-index: 1;
  position: relative;
  -webkit-transition: all 0.7s ease;
  transition: all 0.7s ease;
  padding: 2px;
}
.single-testimonial-item:hover .img-holder{
  background: #18bccf;
  border-color: #18bccf;
} 
.single-testimonial-item .text-holder {
  padding-top: 20px;
  transition: all 0.7s ease;
}
.single-testimonial-item:hover .text-holder{
  border-color: #e7e3e3;
}
.single-testimonial-item .text-holder h3 {
  color: #18bccf;
  font-size: 20px;
  font-weight: 400;
  font-family: 'Courgette', cursive;
  text-transform: none;
  margin: 0 0 12px;
}

.single-testimonial-item .text-holder p {
  margin: 0 0 13px;
}
.single-testimonial-item .border{
  width: 190px;
  height: 1px;
  background: #f5f4f4;
  display: block;
  margin: 0 auto;
}
.single-testimonial-item .name h3 {
  padding-top: 19px;
}



/*** 
=============================================
Latest blog area style
=============================================
***/
.latest-blog-area {
  position: relative;
  overflow: hidden;
}
.single-blog-item {
  position: relative;
  overflow: hidden;
  display: block;
  min-height: 456px;
  border-bottom: 1px solid #f4f4f4;
  background: #ddd;
}
.single-blog-item .img-holder{
  overflow: hidden;
  position: relative;     
}
.single-blog-item .img-holder img {
  transform: scale(1.1, 1.1);
  transition: all 0.5s ease 0s;
  width: 100%; 
}
.single-blog-item:hover .img-holder .overlay-style-one{
  opacity: 1;
  -webkit-transform: perspective(400px) rotateX(0deg);
  -moz-transform: perspective(400px) rotateX(0deg);
  -ms-transform: perspective(400px) rotateX(0deg);
  -o-transform: perspective(400px) rotateX(0deg);
  transform: perspective(400px) rotateX(0deg);    
}
.single-blog-item:hover .img-holder img {
  transform: scale(1, 1);
}
.single-blog-item .img-holder .categories {
  background: #18bccf;
  position: absolute;
  bottom: 15px;
  left: 15px;
  width: 110px;
  height: 35px; 
  transform: translate3d(0px, 0%, 0px);
  transition: all 500ms ease;
}
.single-blog-item:hover .img-holder .categories {
  transform: translate3d(0px, -89px, 0px);
}
.single-blog-item .img-holder .categories a {
  text-align: center;
  padding: 6px 0;
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  font-family: 'Montserrat', sans-serif;
  text-transform: uppercase;
  display: block;
}
.single-blog-item .text-holder {
  border: 1px solid #f4f4f4;
  border-top: none;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 22px;
  text-align: center;
  transition: all 500ms ease;
  bottom: -90px;
  position: absolute;
  width: 100%;
  left: 0;
  background: #ffffff;
  z-index: 3;
  transition: all 500ms ease;
}
.single-blog-item:hover .text-holder {
  bottom: 0;
  border-bottom: none;
}

.single-blog-item .text-holder .meta-info {
  overflow: hidden;
  padding-top: 25px;
  text-align: center;
}
.single-blog-item .text-holder .meta-info li {
  display: inline-block;
  float: none;
  line-height: 16px;
  border-right: 1px solid #dfdfdf;
  padding-right: 10px;
  margin-right: 5px;
}
.single-blog-item .text-holder .meta-info li:last-child{
  margin-right: 0;
  padding-right: 0;
  border-right: none;
}
.single-blog-item .text-holder .meta-info li a{
  color: #888888;
  font-size: 14px;
  font-weight: 400;
}
.single-blog-item .text-holder .meta-info li a:hover{
  color: #18bccf;
}

.single-blog-item .text-holder .blog-title {
  color: #404040;
  font-size: 18px;
  font-weight: 600;
  line-height: 28px;
  padding: 10px 0 10px;
  display: block;
  transition: all 500ms ease;
}
.single-blog-item .text-holder .blog-title:hover{
  color: #18bccf;
}
.single-blog-item .text-holder .text {}
.single-blog-item .text-holder .text p {
  margin: 0; 
}

.latest-blog-area .single-blog-item:hover{}



/*** 
=======================================================
consultation area style
=======================================================
***/
.consultations-area {
  background-attachment: fixed;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 70px;
  position: relative;
  z-index: 1;
}
.consultations-area::before {
  background: rgba(0, 0, 0, 0.8) none repeat scroll 0 0;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}
.consultations-area .sec-title h1 {
  color: #ffffff;
}
.consultations-area .inner-content {
  background: #ffffff;
  display: block;
  padding-left: 40px;
  padding-right: 40px;
  padding-top: 40px;
  padding-bottom: 70px;
  border: 1px solid #f5f5f5;
  margin-bottom: -70px;
}
.consultations-area .consultations-form-box{  

}
.consultations-area #consultations-form input[type="text"],
.consultations-area #consultations-form input[type="email"],
.consultations-area #consultations-form textarea{
  width: 100%;
  border: 1px solid #f4f4f4;
  background: #ffffff;
  color: #888888;
  height: 50px;
  margin-bottom: 30px;
  display: block;
  padding: 0 15px;
  font-size: 14px;
  font-weight: 400;
  font-family: 'Open Sans', sans-serif;
  transition: all 500ms ease;
}
.consultations-area #consultations-form textarea{
  padding: 13px 15px;
  height: 210px;
}
.consultations-area #consultations-form input:focus{
  border-color: #18bccf;
}
.consultations-area #consultations-form textarea:focus{
  border-color: #18bccf;    
}
.consultations-area #consultations-form ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #888888 !important;
}
.consultations-area #consultations-form ::-moz-placeholder { /* Firefox 19+ */
  color: #888888 !important;
}
.consultations-area #consultations-form :-ms-input-placeholder { /* IE 10+ */
  color: #888888 !important;
}
.consultations-area #consultations-form :-moz-placeholder { /* Firefox 18- */
  color: #888888 !important;
}
.consultations-area #consultations-form button {
  display: block;
  width: 100%;
  padding: 15px 0 13px;
}

.consultations-area .contact-info {
  padding: 32px 30px 29px;
  background: #ffffff;
  border: 2px solid #f4f4f4;
  display: block;
}

.consultations-area .contact-info h2{
  color: #18bccf;
  font-size: 26px;
  font-weight: 400;
  font-family: 'Courgette', cursive;
  text-align: center;
}
.consultations-area .contact-info ul {
  margin: 25px 0 0;
}
.consultations-area .contact-info li{
  position:relative;
  padding-left: 35px;
  border-bottom: 1px solid #f5f4f3;
  margin-bottom: 14px;
  padding-bottom: 14px;
  line-height:24px;
  color: #f4f4f4;
}
.consultations-area .contact-info li:last-child{
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}
.consultations-area .contact-info li .icon-holder{
  position:absolute;
  left:0px;
  top:5px;    
}
.consultations-area .contact-info li .icon-holder span:before {
  font-size: 20px;
  line-height: 20px;
  color: #18bccf;
}
.consultations-area .contact-info li .text-holder{ }
.consultations-area .contact-info li .text-holder h5{
  color: #888888;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  font-family: 'Open Sans', sans-serif;
}



/*** 
=============================================
Certificates Area style
=============================================
***/
.certificates-area {
  background: #ffffff;
  padding-bottom: 70px;
}
.certificates-area .container {
  padding-top: 140px;
}
.certificates-area .sec-title{

}
.certificates-area .certificates .single-item {
  height: 195px;
  width: 100%;
  -webkit-transition: all 300ms ease-in 0s;
  transition: all 300ms ease-in 0s;
  text-align: center;
  line-height: 195px;
}
.certificates-area .certificates .single-item a{ }
.certificates-area .certificates .single-item:hover{

}
.certificates-area .certificates .single-item:hover img{
  opacity: .9;
}
.certificates-area .owl-controls {
  position: absolute;
  right: -5px;
  top: -77px;
}
.certificates-area .owl-dots .owl-dot{
  background-image:none;
  width: 12px;
  height: 12px;
  margin: 0px 5px;
  padding:0px;
  background: #fff;
  border-radius:50%;
  border: 1px solid #e2e2e2;
  -webkit-border-radius:50%;
  -ms-border-radius:50%;
  -o-border-radius:50%;
  -moz-border-radius:50%;
  transition: all 500ms ease;
}
.certificates-area .owl-dots .owl-dot span{
  display:none;	
}
.certificates-area .owl-dots .owl-dot.active{
  width: 15px;
  background:#18bccf;
  border-color: #18bccf;
  border-radius: 25px;
}



/*** 
=============================================
Footer area style
=============================================
***/
.footer-area {
  background: #222426;
  padding-top: 90px;
  padding-bottom: 70px;
  position: relative;
}
.single-footer-widget {
  position: relative;
  overflow: hidden;
}
.single-footer-widget.mar-top{
  margin-top: 20px;
}
.single-footer-widget.martop-minus {
  margin-top: -20px;
}
.single-footer-widget .title {
  padding-bottom: 40px;
  margin-top: -2px;
}
.single-footer-widget .title h3 {
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase;
}
.single-footer-widget .footer-logo{
  overflow: hidden;
  padding-bottom: 25px;
}
.single-footer-widget .footer-logo a{
  display: inline-block;
}
.single-footer-widget .our-info{
  overflow: hidden;
}
.single-footer-widget .our-info p{
  color: #888888;
  font-size: 14px;
  margin: 0;
}
.single-footer-widget .footer-contact-info {
  overflow: hidden;
  display: block;
  margin: 25px 0 0;
}
.single-footer-widget .footer-contact-info li {
  padding-left: 40px;
  position: relative;
  border-bottom: 1px solid #2f3132;
  padding-bottom: 17px;
  margin-bottom: 17px;
}
.single-footer-widget .footer-contact-info li:last-child{
  border: none;
  padding-bottom: 0;
  margin-bottom: 0;
}
.single-footer-widget .footer-contact-info li .icon-holder {
  position: absolute;
  top: 4px;
  left: 0;
}
.single-footer-widget .footer-contact-info li .icon-holder span:before{
  color: #18bccf;
  font-size: 20px;
  line-height: 20px;
}
.single-footer-widget .footer-contact-info li .icon-holder span.flaticon-arrows:before{
  position: relative;
  top: 5px;
}
.single-footer-widget .footer-contact-info li .text-holder{ }
.single-footer-widget .footer-contact-info li .text-holder h5{
  color: #888888;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  font-family: 'Open Sans', sans-serif;
}


.single-footer-widget .usefull-links {
  overflow: hidden;
  margin-top: -5px;
}
.single-footer-widget .usefull-links.fl-lft {
  float: left;
  width: 130px;
  border-right: 1px solid #2f3132;
  padding-right: 40px;
  margin-right: 35px;
}
.single-footer-widget .usefull-links li {
  margin-bottom: 24px;
  line-height: 14px;
}
.single-footer-widget .usefull-links li:last-child{
  margin-bottom: 0px;
}
.single-footer-widget .usefull-links li a{
  position: relative;
  color: #888888;
  font-size: 14px;
  font-weight: 400;
  transition: all 500ms ease;
}
.single-footer-widget .usefull-links li a:before {
  position: absolute;
  top: 7px;
  left: -10px;
  width: 6px;
  height: 6px;
  background: #18bccf;
  content: "";
  border-radius: 50%;
  transition:all 300ms ease-in;
}
.single-footer-widget .usefull-links li a:hover:before{
  left:0px;	
}
.single-footer-widget .usefull-links li a:hover{
  color: #18bccf;
  padding-left:15px;
}


.single-footer-widget .latest-post {
  margin-top: -6px;
}
.single-footer-widget .latest-post .single-post {
  position: relative;
  margin-bottom: 18px;
  padding-bottom: 18px;
  border-bottom: 1px solid #2e2e2e;
  min-height: 70px;
}
.single-footer-widget .latest-post .single-post:last-child{
  margin-bottom: 0; 
  padding-bottom: 0;
  border-bottom: none;
}
.single-footer-widget .latest-post .single-post .img-holder {
  width: 70px;  
}
.single-footer-widget .latest-post .single-post .img-holder img {
  transition: all 0.5s ease 0s;
  width: 100%;     
}
.single-footer-widget .latest-post .single-post .img-holder,
.single-footer-widget .latest-post .single-post .text-holder{
  display: table-cell;
  vertical-align: middle;
}

.single-footer-widget .latest-post .single-post .text-holder {
  padding-left: 20px;
  position: relative;
}
.single-footer-widget .latest-post .single-post .text-holder a.post-title{
  color: #ffffff;
  font-size: 14px;
  line-height: 24px;
  font-weight: 400;
  font-family: 'Montserrat', sans-serif;
  transition: all 500ms ease;
}
.single-footer-widget .latest-post .single-post .text-holder a.post-title:hover{
  color: #18bccf;
}
.single-footer-widget .latest-post .single-post .text-holder .post-info {
  overflow: hidden;
  margin: 0px 0 0;
}
.single-footer-widget .latest-post .single-post .text-holder .post-info span {
  color: #18bccf;
  font-size: 14px;
}


.single-footer-widget .newsletter-box {
  margin-top: -6px;
  margin-bottom: 40px;
}
.single-footer-widget .newsletter-box p{ }
.single-footer-widget .newsletter-box .newsletter-form {
  position: relative;
  overflow: hidden;
  display: block;
}


.single-footer-widget .newsletter-box form.newsletter-form {
  position: relative;
  margin-top: 15px;
}
.single-footer-widget .newsletter-box form.newsletter-form input[type="text"] {
  background: #27282a;
  border: 1px solid #2d2f31;
  color: #7d7a7a;
  display: block;
  font-size: 14px;
  font-weight: 500;
  height: 45px;
  letter-spacing: 1px;
  padding-left: 50px;
  padding-right: 55px;
  position: relative;
  -webkit-transition: all 500ms ease 0s;
  transition: all 500ms ease 0s;
  width: 100%;
}
.single-footer-widget .newsletter-box form.newsletter-form button {
  background: #18bccf none repeat scroll 0 0;
  color: #fff;
  display: block;
  height: 45px;
  padding: 9px 0;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
  -webkit-transition: all 500ms ease 0s;
  transition: all 500ms ease 0s;
  width: 45px;
}
.single-footer-widget .newsletter-box form.newsletter-form button i {
  font-size: 14px
}
.single-footer-widget .newsletter-box form.newsletter-form input[type="text"]:focus {
  border: 1px solid #424141;
  background: #fff;
  color: #000;
}
.single-footer-widget .newsletter-box form.newsletter-form input[type="text"]:focus + button, 
.single-footer-widget .newsletter-box form.newsletter-form button:hover {
  background: #424141 none repeat scroll 0 0;
  color: #fff;
}
.single-footer-widget .newsletter-box form.newsletter-form .envelope {
  position: absolute;
  top: 13px;
  left: 0;
  width: 40px;
  height: 20px;
  display: block;
  text-align: center;
  border-right: 1px solid #1b1c1e;
}
.single-footer-widget .newsletter-box form.newsletter-form .envelope i {
  color: #48494c;
  font-size: 14px;
  display: block;
  line-height: 18px;
}

.single-footer-widget .working-hours {
  overflow: hidden;
  display: block;
  padding: 0 20px;
  background: #27282a;
  border: 1px solid #2f3132;
  margin-top: -14px;
}
.single-footer-widget .working-hours li{
  border-bottom: 1px solid #2f3132;
  line-height: 40px;
}
.single-footer-widget .working-hours li:last-child{
  border-bottom: none;
}
.single-footer-widget .working-hours li span{
  float: right;
}
.single-footer-widget .working-hours li span.closed{
  color: #18bccf;    
}



/*** 
=============================================
Footer Bottom area style
=============================================
***/
.footer-bottom-area {
  background: #1c1e20;
  padding: 20px 0 20px;
}
.copyright-text {
  padding: 7px 0;
}
.copyright-text p {
  margin: 0;
  color: #888888;
  font-size: 16px;
  font-weight: 400;
  font-family: 'Montserrat', sans-serif;
  line-height: 26px;
}
.copyright-text p a{
  font-weight: 500;
  color: #18bccf;
  transition: all 500ms ease;
}
.copyright-text p a:hover{
  color: #888888;
}

.footer-bottom-area .footer-social-links {
  overflow: hidden;
  float: right;
}
.footer-bottom-area .footer-social-links li{
  display: inline-block;
  float: left;
  margin-right: 10px;
}
.footer-bottom-area .footer-social-links li:last-child{
  margin-right: 0;
}
.footer-bottom-area .footer-social-links li a i{
  height: 40px;
  width: 40px;
  border: 2px solid #323232;
  display: block;
  border-radius: 50%;
  color: #999999;
  font-size: 14px;
  text-align: center;
  line-height: 38px;
  transition: all 500ms ease;
}
.footer-bottom-area .footer-social-links li a:hover i{
  background: #18bccf;
  color: #fff;
  border-color: #18bccf;
}



/*** 
=============================================
Breadcrumb area style
=============================================
***/
.breadcrumb-area {
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 130px;
  padding-bottom: 120px;
  position: relative;
  z-index: 1;
}
.breadcrumb-area .breadcrumbs {}
.breadcrumb-area .breadcrumbs h1 {
  color: #ffffff;
  font-size: 35px;
  font-weight: 700;
  line-height: 1;
  text-transform: capitalize;
  text-align: center;
}



/*** 
=============================================
Breadcrumb bottom area style
=============================================
***/
.breadcrumb-bottom-area {
  position: relative;
  overflow: hidden;
  padding: 0 0 15px;

}



/*** 
=============================================
Callto action area bottom style
=============================================
***/
.callto-action-area .bottom{
  padding-top: 60px;
}
.callto-action-area .border {
  margin-top: 50px;
  margin-bottom: 0;
}
.callto-action-area .bottom .single-item {
  border: 1px solid #f4f4f4;
  display: block;
  padding: 30px 20px 22px;
}
.callto-action-area .bottom .single-item .year {
  border: 1px solid #f4f4f4;
  display: inline-block;
  overflow: hidden;
  padding: 8px 23px 5px;
}
.callto-action-area .bottom .single-item .year h3 {
  color: #404040;
  font-size: 20px;
  font-weight: 600;
}
.callto-action-area .bottom .single-item h4 {
  color: #404040;
  font-size: 18px;
  font-weight: 600;
  margin: 19px 0 15px;
}
.callto-action-area .bottom .single-item .readmore {
  color: #949494;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  transition: all 500ms ease;
}
.callto-action-area .bottom .single-item .readmore i{
  display: inline-block;
  padding-left: 10px;
  font-size: 16px;
}
.callto-action-area .bottom .single-item:hover .readmore{
  color: #18bccf;
}



/*** 
=============================================
Fact counter Area style
=============================================
***/
.fact-counter-area {
  background-attachment: fixed;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  padding-bottom: 40px;
  padding-top: 67px;
  position: relative;
  z-index: 1;
}
.fact-counter-area::before {
  background: rgba(35, 37, 39, 0.95);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}
.fact-counter-area .sec-title h1{
  color: #ffffff;    
}
.fact-counter-area .single-item {
  background: rgba(255, 255, 255, 0.05);
  width: 100%;
  display: block;
  padding: 40px 25px 23px;
  margin-bottom: 30px;
  transition: all 500ms ease;
  position: relative;
}
.fact-counter-area .single-item:hover{
  background: rgba(255, 255, 255, 0.35);    
} 
.fact-counter-area .single-item .icon-holder{
  margin: 0 0 18px;
}
.fact-counter-area .single-item .icon-holder span:before{
  color: #18bccf;
  font-size: 60px;
  line-height: 60px;
}
.fact-counter-area .single-item h1 span{
  color: #18bccf;
  font-size: 30px;
  font-weight: 400;
  font-family: 'Montserrat', sans-serif;
}
.fact-counter-area .single-item h3{
  color: #ffffff;
  font-size: 18px;
  line-height: 26px;
  font-weight: 400;
  text-transform: capitalize;
  font-family: 'Hind', sans-serif;
  margin: 11px 0 0;
}

.fact-counter-area .single-item .count {
  position: absolute;
  top: 25px;
  left: 16px;
}
.fact-counter-area .single-item .count h1 {
  color: rgba(255, 255, 255, 0.05);
  font-size: 60px;
  line-height: 60px;
  font-weight: 400;
  font-family: 'Montserrat', sans-serif;
  transition: all 500ms ease;
}
.fact-counter-area .single-item:hover .count h1{
  color: rgba(255, 255, 255, 0.55);    
}



/*** 
=============================================
Healty process Area style
=============================================
***/
.healty-process-area {
  background: #f5f4f3;
  padding-top: 80px;
  padding-bottom: 50px;
  overflow: hidden;
}
.healty-process-area .sec-title {}
.healty-process-area .single-item {
  margin-bottom: 30px;
}
.healty-process-area .single-item .icon-box {
  background: #fff none repeat scroll 0 0;
  border: 1px solid #f7f7f7;
  border-radius: 50%;
  display: block;
  height: 180px;
  padding: 9px;
  position: relative;
  width: 180px;
  margin: 0 auto;
  transition: all 500ms ease;
}
.healty-process-area .single-item .icon-box .icon {
  background: #18bccf none repeat scroll 0 0;
  border-radius: 50%;
  display: block;
  height: 160px;
  width: 160px;
  text-align: center;
  line-height: 160px;
  color: #ffffff;
  font-size: 50px;
  transition: all 500ms ease;
}
.healty-process-area .single-item .icon-box .icon span:before{
  font-size: 50px;
  line-height: 50px;
}
.healty-process-area .single-item .icon-box .count {
  background: #ffffff none repeat scroll 0 0;
  border: 1px solid #f7f7f7;
  border-radius: 50%;
  display: block;
  height: 45px;
  left: 5px;
  position: absolute;
  text-align: center;
  top: 10px;
  width: 45px;
  transition: all 500ms ease;
}
.healty-process-area .single-item .icon-box .count h3 {
  color: #18bccf;
  font-size: 18px;
  line-height: 45px;
  font-weight: 700;
  transition: all 500ms ease;
}
.healty-process-area .single-item .text-box { }
.healty-process-area .single-item .text-box h3 {
  color: #404040;
  font-size: 20px;
  font-weight: 500;
  text-transform: capitalize;
  margin: 21px 0 9px;
}
.healty-process-area .single-item .text-box p {
  margin: 0;  
}
.healty-process-area .single-item:hover .icon-box{
  background: #222426;
} 
.healty-process-area .single-item:hover .icon-box .count{
  background: #222222;
  border-color: #18bccf;
  transform: rotate(360deg);
}
.healty-process-area .single-item:hover .icon-box .count h3{

}



/*** 
=============================================
Team Area style
=============================================
***/
.team-area {
  padding-top: 80px;
  padding-bottom: 45px
}
.team-area .single-team-member {
  margin-bottom: 35px;
  display: block;
}
.team-area .single-team-member.hvr-underline-reveal:before {
  background: #45c4e9;
  height: 3px;
}
.team-area .single-team-member .img-holder {
  position: relative;
  display: block;
  overflow: hidden;
}
.team-area .single-team-member .img-holder img{
  transform: scale(1.1, 1.1);
  transition: all 0.5s ease 0s;
  width: 100%;
}
.team-area .single-team-member:hover .img-holder img{
  transform: scale(1, 1); 
}
.team-area .single-team-member:hover .img-holder .overlay-style-one {
  transform: translateY(0%); 
  opacity: 1;
}
.team-area .single-team-member .img-holder .overlay-style-one .box .content ul{

}
.team-area .single-team-member .img-holder .overlay-style-one .box .content ul li{
  display: inline-block;
  margin: 0 3px;    
}
.team-area .single-team-member .img-holder .overlay-style-one .box .content ul li a i{
  background: rgba(255, 255, 255, 0.7);  
  height: 40px; 
  width: 40px; 
  display: block; 
  border-radius: 50%; 
  color: #172b42;  
  font-size: 13px;  
  line-height: 42px; 
  transition: all 500ms ease;
}
.team-area .single-team-member .img-holder .overlay-style-one .box .content ul li a:hover i{
  background: #18bccf;
  color: #fff;
}

.team-area .single-team-member .text-holder {
  background: #f5f4f3;
  padding-top: 22px;
  padding-bottom: 20px;
  text-align: center;
  padding-left: 20px;
  padding-right: 20px;
}
.team-area .single-team-member .text-holder h3{
  color: #222222;
  font-size: 18px;
  font-weight: 600;
  text-transform: none;
  margin: 0 0 5px;
}
.team-area .single-team-member .text-holder span{
  color: #18bccf;
  font-size: 14px;
  font-weight: 400;
  font-family: 'Open Sans', sans-serif;
}
.team-area .single-team-member .text-holder .text{
  padding-top: 12px;    
}
.team-area .single-team-member .text-holder .text p{
  margin: 0;
}


/*** 
=============================================
Testimonial Section style
=============================================
***/
.testimonial-page{
  background: #ffffff;
  padding-top: 80px;
  padding-bottom: 50px;
}
.testimonial-page .single-testimonial-item{
  border: 1px solid #f5f4f3;
  padding: 38px 30px 36px;
}



/*** 
=============================================
Faq content area style
=============================================
***/
.faq-content-area{
  padding-top: 80px;
  padding-bottom: 80px;
}
.accordion-box {
  border: 1px solid #e6e6e6;
  display: block;
  padding: 20px 20px 0px;
}
.accordion-box .accordion {
  margin-bottom: 20px;
  position: relative;
}
.accordion-box .accordion.last{
  margin-bottom: 0;
}
.accordion-box .accordion .accord-btn {
  border-bottom: 1px solid #ededed;
  cursor: pointer;
  padding: 0px 40px 20px 0px;
  position: relative;
  transition: all 500ms ease;
}
.accordion-box .accordion .accord-btn.last {
  border-bottom: none;
}
.accordion-box .accordion .accord-btn h4 {
  color: #222222;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  transition: all 500ms ease;
}
.accordion-box .accordion .accord-btn::after {
  color: #cfcfcf;
  content: "\f10c";
  font-family: "Flaticon";
  font-size: 12px;
  font-weight: 400;
  line-height: 28px;
  margin-top: -25px;
  position: absolute;
  right: 0px;
  top: 50%;
  transition: all 500ms ease 0s;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  border: 2px solid #e4e4e4;
  text-align: center;
}
.accordion-box .accordion .accord-btn.active{
  border-bottom: 1px solid transparent;  
  transition: all 500ms ease;
}
.accordion-box .accordion .accord-btn.active h4 {
  color: #18bccf;
}
.accordion-box .accordion .accord-btn.active:after{
  content: "\f10b";
  border: 2px solid #18bccf;
  color: #18bccf;
  background: transparent;
}
.accordion-box .accordion .accord-content {
  display: none;
  padding: 0px 50px 25px 0px;
  position: relative;
  border-bottom: 1px solid #ededed;
}
.accordion-box .accordion .accord-content.last {
  border-bottom: 1px solid transparent;
}
.accordion-box .accordion .accord-content.collapsed {
  display: block;
  margin-top: -10px;
}
.accordion-box .accordion .accord-content p {
  margin: 0;
}





/*** 
=============================================
Main Project Area style
=============================================
***/
.main-project-area{
  padding-top: 80px;
  padding-bottom: 80px;
}
.main-project-area .project-filter {
  margin-bottom: 50px;
}
.main-project-area .project-filter li{
  display: inline-block;
  margin: 0 7px;
}
.main-project-area .project-filter li span {
  position: relative;
  background: #ffffff;
  border: 1px solid #f5f4f3;
  color: #888888;
  cursor: pointer;
  display: block;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  transition: all 500ms ease 0s;
  font-family: 'Open Sans', sans-serif;
  padding: 8px 20px 8px;
  border-radius: 25px;
}
.main-project-area .project-filter li.active span, 
.main-project-area .project-filter li:hover span {
  color: #ffffff;
  background: #18bccf;
  border-color: #18bccf;
}

.main-project-area .single-project-item{
  margin-bottom: 30px;
}
.single-project-item {
  position: relative;
  overflow: hidden;
  display: block;
}
.single-project-item .img-holder{
  display: block;
  overflow: hidden;
  position: relative;  
}
.single-project-item .img-holder img {
  transform: scale(1.1, 1.1);
  transition: all 0.5s ease 0s;
  width: 100%;
}
.single-project-item:hover .img-holder img{
  transform: scale(1, 1);
}
.single-project-item:hover .img-holder .overlay-style-one{
  opacity: 1;
  -webkit-transform: perspective(400px) rotateX(0deg);
  -moz-transform: perspective(400px) rotateX(0deg);
  -ms-transform: perspective(400px) rotateX(0deg);
  -o-transform: perspective(400px) rotateX(0deg);
  transform: perspective(400px) rotateX(0deg);    
}
.single-project-item .img-holder .overlay-style-one .box .content a {
  font-size: 18px;
  color: #ffffff;
  font-weight: 600;
  transition: all 500ms ease;
  text-transform: capitalize;
  font-family: 'Montserrat', sans-serif;
}
.single-project-item .img-holder .overlay-style-one .box .content a:hover{
  color: #18bccf;
}
.single-project-item .img-holder .overlay-style-one .box .content .border {
  display: block;
  width: 50px;
  height: 1px;
  background: rgba(255, 255, 255, 0.40);
  margin: 13px auto 9px;
}
.single-project-item .img-holder .overlay-style-one .box .content p{ 
  color: #18bccf;
  font-size: 14px;
  font-weight: 400;
  font-family: 'Open Sans', sans-serif;
  margin: 0;
}
.main-project-area .post-pagination{
  margin-top: 20px;
}



/*** 
=============================================
Project Single Area style
=============================================
***/
#project-single-area{
  padding-top: 80px;
  padding-bottom: 80px;
}
#project-single-area .owl-theme .owl-nav {
  margin-top: 0px;
}
#project-single-area .owl-theme .owl-dots {
  text-align: center;
}
#project-single-area .owl-theme .owl-dots .owl-dot {
  display: inline-block;
}
#project-single-area .owl-theme .owl-dots {
  position: absolute;
  top: 90%;
  left: 0;
  right: 0;
}
#project-single-area .owl-dots .owl-dot{
  background-image:none;
  background-color: #fff;
  width:12px;
  height:12px;
  margin:6px;
  padding:0px;
  border:2px solid #fff;
  background:none;
  border-radius:50%;
  -webkit-border-radius:50%;
  -ms-border-radius:50%;
  -o-border-radius:50%;
  -moz-border-radius:50%;
  transition: all 500ms ease;
}
#project-single-area .owl-dots .owl-dot span{
  display:none;	
}
#project-single-area .owl-dots .owl-dot.active{
  border: 2px solid #18bccf;
  background: #18bccf;
}

#project-single-area .project-info {}
#project-single-area .sec-title{
  padding-bottom: 20px;
}
#project-single-area .sec-title h2{
  color: #404040;
  font-size: 24px;
  line-height: 32px;
  font-weight: 700;
  text-transform: uppercase;
  margin: 0;
}
#project-single-area .project-info .project-info-list {
  overflow: hidden;
  margin-top: 30px;
  margin-left: -30px;
  margin-right: -30px;
}
#project-single-area .project-info .project-info-list li {
  border-bottom: 1px solid #f7f7f7;
  float: left;
  margin: 0 30px 20px;
  overflow: hidden;
  padding-bottom: 11px;
  padding-left: 20px;
  position: relative;
  width: 200px;
}
#project-single-area .project-info .project-info-list li .icon-holder {
  left: 0;
  position: absolute;
  top: -5px;
}
#project-single-area .project-info .project-info-list li .icon-holder i {
  font-size: 14px;
  color: #18bccf;
}
#project-single-area .project-info .project-info-list li .text-holder {}
#project-single-area .project-info .project-info-list li .text-holder h5 {
  color: #404040;
  font-size: 16px;
  font-weight: 500;
  text-transform: capitalize;
  margin: 0 0 3px;
}
#project-single-area .project-info .project-info-list li .text-holder p {
  margin: 0;
  color: #949494;
  font-size: 14px;
}

#project-single-area .project-description{
  padding-top: 60px;
}
#project-single-area .bottom {
  border-bottom: 1px solid #f7f7f7;
  border-top: 1px solid #f7f7f7;
  margin: 43px 0 0;
  overflow: hidden;
  padding-bottom: 20px;
  padding-top: 21px;
}
#project-single-area .bottom .button a {
  color: #1c1c1c;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  transition: all 500ms ease;
}
#project-single-area .bottom .button a:hover{
  color: #18bccf;
}
#project-single-area .bottom .button a i {
  display: inline-block;
  font-size: 18px;
  padding-right: 10px;
  position: relative;
  top: 1px;
}
#project-single-area .bottom .button.next a i{
  padding-right: 0px;
  padding-left: 10px;
}
#project-single-area .bottom .icon-holder a i {
  color: #1c1c1c;
  font-size: 24px;
  position: relative;
  top: 4px;
  transition: all 500ms ease 0s;
}
#project-single-area .bottom .icon-holder a:hover i{
  color: #18bccf;
}



/*** 
=============================================
Blog Default Area style
=============================================
***/
.blog-default-area{
  padding-top: 80px;
  padding-bottom: 80px;
}
.blog-default-area .blog-post {}
.blog-default-area .blog-post .single-blog-item{
  margin-bottom: 40px;
}
.blog-default-area .blog-post .post-pagination {
  border-top: 1px solid #f4f4f4;
  padding-top: 50px;
  margin-top: 10px;
}

.blog-default-area .sidebar-wrapper {
  border-left: 1px solid #f4f4f4;
  padding-left: 30px;
  margin-top: -80px;
  padding-top: 80px;
  margin-bottom: -80px;
  padding-bottom: 80px;
}
.sidebar-wrapper {
  position: relative;
  display: block;
  overflow: hidden;
}
.sidebar-wrapper .single-sidebar {
  overflow: hidden;
  margin-bottom: 50px;
  position: relative;
}
.sidebar-wrapper .single-sidebar .sec-title {
  overflow: hidden;
  padding-bottom: 25px;
  margin-top: 0;
}
.sidebar-wrapper .single-sidebar .sec-title h3 {
  color: #222222;
  font-size: 18px;
  font-weight: 600;
  font-family: 'Montserrat', sans-serif;
  text-transform: uppercase;
}

.sidebar-wrapper .single-sidebar form.search-form {
  position: relative
}
.sidebar-wrapper .single-sidebar .search-form input[type="text"] {
  background: #fff;
  border: 1px solid #f4f4f4;
  color: #ababab;
  display: block;
  font-size: 14px;
  font-weight: 500;
  height: 50px;
  letter-spacing: 1px;
  padding-left: 15px;
  padding-right: 55px;
  position: relative;
  -webkit-transition: all 500ms ease 0s;
  transition: all 500ms ease 0s;
  width: 100%;
}
.sidebar-wrapper .single-sidebar .search-form button {
  background: #18bccf none repeat scroll 0 0;
  color: #fff;
  display: block;
  height: 50px;
  padding: 12px 0;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
  -webkit-transition: all 500ms ease 0s;
  transition: all 500ms ease 0s;
  width: 50px;
}
.sidebar-wrapper .single-sidebar .search-form button i {
  font-size: 14px
}
.sidebar-wrapper .single-sidebar .search-form input[type="text"]:focus {
  border: 1px solid #03a80e;
  background: #fff;
  color: #000;
}
.sidebar-wrapper .single-sidebar .search-form input[type="text"]:focus + button, 
.sidebar-wrapper .single-sidebar .search-form button:hover {
  background: #03a80e none repeat scroll 0 0;
  color: #ddd;
}


.single-sidebar .categories {
  background: #ffffff;
  display: block;
  border: 1px solid #f5f4f3;
  padding: 24px 30px 24px;
}
.single-sidebar .categories li {
  border-bottom: 1px solid #ededed;
  margin-bottom: 12px;
  padding-bottom: 9px;
}
.single-sidebar .categories li:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}
.single-sidebar .categories li a {
  color: #888888;
  transition: all 500ms ease;
  font-size: 14px;
  font-weight: 400;
  font-family: 'Open Sans', sans-serif;
  position: relative;
}
.single-sidebar .categories li a span{
  float: right;
}
.single-sidebar .categories li a:hover{
  color: #18bccf;    
}


.single-sidebar .popular-post {}
.single-sidebar .popular-post li {
  margin-bottom: 25px;
  padding-left: 70px;
  position: relative;
  border-bottom: 1px solid #f4f4f4;
  padding-bottom: 25px;
}
.single-sidebar .popular-post li:last-child{
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}
.single-sidebar .popular-post li .img-holder {
  display: block;
  left: 0;
  overflow: hidden;
  position: absolute;
  top: 0px;
  width: 70px;
  height: 70px;
  border-radius: 50%;
}
.single-sidebar .popular-post li .img-holder img {
  -webkit-transition: all 0.7s ease;
  transition: all 0.7s ease;
  width: auto;         
}
.single-sidebar .popular-post li .img-holder .overlay-style-one .box .content a i{
  color: #fff;
  font-size: 16px;
  transition: all 500ms ease;
}
.single-sidebar .popular-post li:hover .img-holder .overlay-style-one{
  opacity: 1;
  -webkit-transform: perspective(400px) rotateX(0deg);
  -moz-transform: perspective(400px) rotateX(0deg);
  -ms-transform: perspective(400px) rotateX(0deg);
  -o-transform: perspective(400px) rotateX(0deg);
  transform: perspective(400px) rotateX(0deg);    
}
.single-sidebar .popular-post li:hover .img-holder img {
  transform: scale(1.1);
}
.single-sidebar .popular-post li .img-holder .overlay-style-one .box .content a:hover i{
  color: #18bccf;
}

.single-sidebar .popular-post li .title-holder {
  padding-left: 20px;
}
.single-sidebar .popular-post li .title-holder a .post-title {
  color: #404040;
  font-size: 15px;
  line-height: 24px;
  position: relative;
  font-weight: 400;
  margin: 0 0 7px;
  font-family: 'Montserrat', sans-serif;
  transition: all 500ms ease;
}
.single-sidebar .popular-post li .title-holder a:hover .post-title{
  color: #18bccf;
}
.single-sidebar .popular-post li .title-holder .post-date {
  color: #18bccf;
  display: block;
  transition: all 500ms ease;
  font-weight: 400;
  font-size: 14px;
  font-family: 'Open Sans', sans-serif;
}

.single-sidebar .follow-us {
  color: #ababab;
  font-size: 14px;
  margin-top: 0px;
}

.single-sidebar .instagram {
  overflow: hidden;
  display: block;
  margin-left: -6px;
  margin-right: -6px;
}
.single-sidebar .instagram li {
  display: inline-block;
  float: left;
  margin: 0 5px 10px;
}
.single-sidebar .instagram li .img-holder {
  overflow: hidden;
  position: relative;
  display: block;
}
.single-sidebar .instagram li .img-holder img {
  transform: scale(1.1, 1.1);
  transition: all 0.5s ease 0s;
  width: 100%;
}
.single-sidebar .instagram li .img-holder .overlay-style-one .box .content a i{
  color: #fff;
  font-size: 15px;
}
.single-sidebar .instagram li:hover .img-holder .overlay-style-one {
  opacity: 1;
  -webkit-transform: perspective(400px) rotateX(0deg);
  -moz-transform: perspective(400px) rotateX(0deg);
  -ms-transform: perspective(400px) rotateX(0deg);
  -o-transform: perspective(400px) rotateX(0deg);
  transform: perspective(400px) rotateX(0deg);    
}
.single-sidebar .instagram li:hover .img-holder img {
  transform: scale(1, 1);
}
.single-sidebar .popular-tag {
  margin-left: -3px;
  margin-right: -3px;
  margin-top: -5px;
}
.single-sidebar .popular-tag li {
  display: inline-block;
  margin: 0 3px 10px;
}
.single-sidebar .popular-tag li a {
  border: 1px solid #f4f4f4;
  color: #888888;
  display: block;
  font-size: 14px;
  font-weight: 400;
  padding: 4px 12px 4px;
  font-family: 'Open Sans', sans-serif;
  transition: all 500ms ease 0s;
}
.single-sidebar .popular-tag li a:hover{
  background: #18bccf;
  border-color: #18bccf;
  color: #fff;
}



/*** 
=============================================
Blog Large Area style
=============================================
***/
.blog-large-area{
  padding-top: 80px;
  padding-bottom: 80px;
}
.blog-large-area .blog-post {
  border-right: 1px solid #f4f4f4;
  margin-right: -30px;
  padding-right: 30px;
  margin-top: -80px;
  padding-top: 80px;
  margin-bottom: -80px;
  padding-bottom: 80px;
}
.blog-large-area .single-blog-item {
  margin-bottom: 50px;
  border: none;
  min-height: initial;
}
.blog-large-area .single-blog-item .img-holder img {
  -webkit-transition: all 0.7s ease;
  transition: all 0.7s ease;
  width: 100%;  
}
.blog-large-area .single-blog-item .img-holder .categories{
  transform: translate3d(0px, 0px, 0px);    
}
.blog-large-area .single-blog-item .img-holder .overlay-style-one .box .content a i {
  width: 45px;
  height: 45px;
  border: 2px solid #ffffff;
  background: #000;
  font-size: 15px;
  line-height: 44px;
  transition: all 500ms ease;
}
.blog-large-area .single-blog-item .img-holder .overlay-style-one .box .content a:hover i{
  background: #18bccf;
}

.blog-large-area .single-blog-item .text-holder {
  border: 1px solid #f4f4f4;
  border-top: none;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 22px;
  text-align: left;
  transition: all 500ms ease;
  position: static;
  background: #ffffff;
}
.blog-large-area .single-blog-item .text-holder .blog-title {
  font-size: 24px;
  padding: 15px 0 15px;
  line-height: 30px;
}

.blog-large-area .single-blog-item .text-holder .meta-info{
  text-align: left;
}
.blog-large-area .blog-post .single-blog-item .text-holder .read-more {
  padding-top: 17px;
  color: #404040;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  font-family: 'Montserrat', sans-serif;
  display: block;
  transition: all 500ms ease;
}
.blog-large-area .blog-post .single-blog-item .text-holder .read-more i{
  display: inline-block;
  padding-left: 7px;
  font-weight: 700;
}
.blog-large-area .blog-post .single-blog-item .text-holder .read-more:hover{
  color: #18bccf;    
}
.blog-large-area .blog-post .post-pagination {}
.blog-large-area .sidebar-wrapper {
  padding-left: 30px;
}



/*** 
=============================================
Blog Single Area style
=============================================
***/
.blog-single-area { }
.blog-single-area .single-blog-item {
  margin-bottom: 33px;
}
.blog-single-area .sec-title h3 {
  font-size: 25px;
  font-family: 'Montserrat', sans-serif;
  margin: 0 0 17px;
}
.blog-single-area .single-blog-item .text-holder {
  border: none;
  border-top: none;
  padding-left: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  text-align: left;
  transition: all 500ms ease;
  position: static;
  background: #ffffff;
}

.blog-single-area .single-blog-item .img-holder img {
  transform: none;
}
.blog-single-area .single-blog-item .text-holder .blog-title {
  font-size: 24px;
  padding: 15px 0 15px;
}
.blog-single-area .single-blog-item .text-holder .blog-title:hover{
  color: #404040;
}


.blog-single-area .middle-content-box {
  margin: 0px 0 33px;
  overflow: hidden;
}
.blog-single-area .middle-content-box .img-holder {
  width: 340px;
}
.blog-single-area .middle-content-box .img-holder,
.blog-single-area .middle-content-box .text-holder{
  display: table-cell;
  vertical-align: top;
}
.blog-single-area .middle-content-box .text-holder {
  padding-left: 30px; 
  position: relative;
}
.blog-single-area .middle-content-box .text-holder:before{
  content: "\f10d";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  color: #f1f1f1;
  font-size: 24px;
  padding-right: ;
  position: absolute;
  top: -3px;
  left: 30px;    
}
.blog-single-area .middle-content-box .text-holder {
  padding-left: 30px;
  padding-top: 32px;
  position: relative;
}
.blog-single-area .middle-content-box .text-holder h3 {
  color: #222;
  font-size: 18px;
  font-weight: 500;
  margin: 20px 0 7px;
}
.blog-single-area .middle-content-box .text-holder h5 {
  color: #18bccf;
  font-size: 16px;
  font-weight: 400;
  margin: 0;
}

.blog-single-area .bottom-content-box {
  border-bottom: 1px solid #f7f7f7;
  padding-bottom: 21px;
}

.blog-single-area .tag-social-share-box {
  overflow: hidden;
  padding-bottom: 24px;
  padding-top: 25px;
}
.blog-single-area .tag-social-share-box .tag p {
  color: #18bccf;
  font-size: 16px;
  margin: 0;
}
.blog-single-area .tag-social-share-box .tag p span {
  color: #222222;
  font-weight: 400;
  text-transform: capitalize;
  font-family: 'Montserrat', sans-serif;
}

.blog-single-area .tag-social-share-box .social-share {}
.blog-single-area .tag-social-share-box .social-share h5 {
  color: #222222;
  display: inline-block;
  float: left;
  font-size: 16px;
  font-weight: 400;
  text-transform: capitalize;
  position: relative;
  top: 7px;
}
.blog-single-area .tag-social-share-box .social-share i {
  padding-left: 10px;
  display: inline-block;
}
.blog-single-area .tag-social-share-box .social-share .social-share-links {
  display: inline-block;
  float: left;
  margin-left: -3px;
  margin-right: -3px;
  padding-left: 20px;
  position: relative;
  top: -6px;
}


.blog-single-area .tag-social-share-box .social-share .social-share-links li {
  display: inline-block;
  margin: 0 3px;
}
.blog-single-area .tag-social-share-box .social-share .social-share-links li a i {
  border: 2px solid #f7f7f7;
  border-radius: 50%;
  color: #c1c1c1;
  font-size: 14px;
  height: 40px;
  line-height: 36px;
  padding: 0;
  text-align: center;
  transition: all 500ms ease 0s;
  width: 40px;
  transition: all 500ms ease;
}
.blog-single-area .tag-social-share-box .social-share .social-share-links li a:hover i{
  background: #18bccf;
  border-color: #18bccf;
  color: #fff;
}

.blog-single-area .author-box {
  background: #f7f7f7 none repeat scroll 0 0;
  display: block;
  padding: 30px 30px 22px;
  position: relative;
}
.blog-single-area .author-box .img-holder{
  width: 85px;
}
.blog-single-area .author-box .img-holder,
.blog-single-area .author-box .text-holder{
  display: table-cell;
  vertical-align: top;
}
.blog-single-area .author-box .text-holder {
  padding-left: 30px;
}
.blog-single-area .author-box .text-holder h3 {
  color: #222;
  font-size: 20px;
  font-weight: 500;
  margin: -2px 0 14px;
  text-transform: capitalize;
}
.blog-single-area .author-box .text-holder p{}

.blog-single-area .author-box .text-holder .social-link {
  margin-left: -6px;
  margin-right: -6px;
  overflow: hidden;
}
.blog-single-area .author-box .text-holder .social-link li{
  display: inline-block;
  margin: 0 6px;
}
.blog-single-area .author-box .text-holder .social-link li a i{
  color: #9a9a9a;
  font-size: 14px;
  transition: all 500ms ease;
}
.blog-single-area .author-box .text-holder .social-link li a:hover i{
  color: #18bccf;
}

.blog-single-area .comment-box {
  overflow: hidden;
  padding-bottom: 50px;
  padding-top: 60px;
}
.blog-single-area .comment-box .single-comment-box {
  padding-left: 60px;
  position: relative;
  margin-bottom: 30px;
}
.blog-single-area .comment-box .single-comment-box .img-holder {
  left: 0;
  position: absolute;
  top: 0;
}
.blog-single-area .comment-box .single-comment-box .text-holder {
  border: 1px solid #f7f7f7;
  margin-left: 20px;
  padding: 15px 20px 5px;
}
.blog-single-area .comment-box .single-comment-box .text-holder .top {
  overflow: hidden;
  padding-bottom: 8px;
}
.blog-single-area .comment-box .single-comment-box .text-holder .top .date h5 {
  color: #222;
  font-size: 16px;
  font-weight: 400;
}
.blog-single-area .comment-box .single-comment-box .text-holder .top .review-box {
  position: relative;
  top: -3px;
}
.blog-single-area .comment-box .single-comment-box .text-holder .top .review-box ul {
  margin-left: -0.5px;
  margin-right: -0.5px;
  overflow: hidden;
}
.blog-single-area .comment-box .single-comment-box .text-holder .top .review-box ul li {
  display: inline-block;
  margin: 0 0.5px;
}
.blog-single-area .comment-box .single-comment-box .text-holder .top .review-box ul li i {
  color: #18bccf;
  font-size: 14px;
}

.blog-single-area .add-comment-box {
  overflow: hidden;
}
.blog-single-area .add-comment-box .sec-title {
  padding-bottom: 32px;
}
.blog-single-area .add-comment-box .sec-title h1 {
  font-size: 24px;
}
.blog-single-area .add-comment-box .add-rating-box {
  padding-bottom: 17px;
}
.blog-single-area .add-comment-box .add-rating-box h4 {
  color: #9a9a9a;
  font-size: 16px;
  font-weight: 300;
  margin: 0 0 12px;
}
.blog-single-area .add-comment-box .add-rating-box ul {

}
.blog-single-area .add-comment-box .add-rating-box ul li {
  border-right: 1px solid #ebebeb;
  display: inline-block;
  line-height: 20px;
  margin-right: 6px;
  padding-right: 10px;
}
.blog-single-area .add-comment-box .add-rating-box ul li:last-child{
  border-right: none;
  margin-right: 0;
  padding-right: 0;
}
.blog-single-area .add-comment-box .add-rating-box ul li a i{
  color: #d6d6d6;
  font-size: 12px;
}
.blog-single-area .add-comment-box .add-rating-box ul li a:hover i{
  color: #18bccf;
  transition: all 500ms ease;
}

.blog-single-area .add-comment-box #add-comment-form {}
.blog-single-area .add-comment-box #add-comment-form .field-label {
  color: #848484;
  display: block;
  font-size: 16px;
  font-weight: 400;
  padding: 0 0 2px;
}
.blog-single-area .add-comment-box #add-comment-form input[type="text"],
.blog-single-area .add-comment-box #add-comment-form input[type="email"],
.blog-single-area .add-comment-box #add-comment-form textarea{
  background: #f7f7f7 none repeat scroll 0 0;
  border: 1px solid transparent;
  display: block;
  font-size: 16px;
  font-weight: 400;
  height: 50px;
  padding: 0 15px;
  width: 100%;  
  margin-bottom: 12px;
  transition: all 500ms ease;
}
.blog-single-area .add-comment-box #add-comment-form textarea {
  height: 100px;
  padding: 10px 15px;
  margin-bottom: 30px;
  transition: all 500ms ease;
}
.blog-single-area .add-comment-box #add-comment-form input[type="text"]:focus{
  border-color: #18bccf;    
}
.blog-single-area .add-comment-box #add-comment-form input[type="email"]:focus{
  border-color: #18bccf;    
}
.blog-single-area .add-comment-box #add-comment-form textarea:focus{
  border-color: #18bccf;       
}
.blog-single-area .add-comment-box #add-comment-form button {
  padding: 11px 30px 9px;
}



/*** 
=============================================
Contact Form area style
=============================================
***/
.contact-form-area {
  padding-top: 80px;
  padding-bottom: 80px;
}
.contact-form-area .sec-title{
  padding-bottom: 40px;  
}
.contact-form-area .inner-content {
  overflow: hidden;
  border: 1px solid #f5f4f3;
  display: block;
  padding: 40px;
}
.contact-form-area .contact-form form input[type="text"],
.contact-form-area .contact-form form input[type="email"],
.contact-form-area .contact-form form textarea{
  background: #ffffff;
  border: 1px solid #f4f4f4;
  color: #999999;
  display: block;
  font-size: 16px;
  height: 55px;
  margin-bottom: 25px;
  padding: 0 20px;
  width: 100%;
  transition: all 500ms ease;
}
.contact-form-area .contact-form form textarea{
  height: 110px;
  margin-bottom: 31px;
  padding: 10px 20px;
}
.contact-form-area .contact-form form input[type="text"]:focus{
  border-color: #18bccf;        
}
.contact-form-area .contact-form form input[type="email"]:focus{
  border-color: #18bccf;        
}
.contact-form-area .contact-form form textarea:focus{
  border-color: #18bccf;    
}
.contact-form-area .contact-form form button{
  width: 100%;
  padding: 13px 0 12px;
}


.contact-carousel{ }
.contact-carousel .single-item {
  background: #fff;
  border: 1px solid #f4f4f4;
  display: block;
  padding: 40px 30px 39px;
}
.contact-carousel ul li {
  position: relative;
  margin-bottom: 15px;
  padding-bottom: 15px;
  padding-left: 20px;
  border-bottom: 1px solid #f5f4f3;
}
.contact-carousel ul li:last-child{
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}
.contact-carousel ul li .icon-holder{
  position: absolute;
  top: 7px;
  left: 0;
}
.contact-carousel ul li .icon-holder span:before{
  color: #18bccf;
  font-size: 20px;
  line-height: 20px;
}
.contact-carousel ul li .text-holder {
  padding-left: 12px;
}
.contact-carousel ul li .text-holder p {
  margin: 0;
  font-weight: 500;
}

.contact-carousel .owl-controls {
  position: absolute;
  right: 25px;
  top: 25px;
}
.contact-carousel .owl-dots .owl-dot{
  background-image:none;
  width: 12px;
  height: 12px;
  margin: 0px 5px;
  padding:0px;
  background: #fff;
  border-radius:50%;
  border: 1px solid #e2e2e2;
  -webkit-border-radius:50%;
  -ms-border-radius:50%;
  -o-border-radius:50%;
  -moz-border-radius:50%;
  transition: all 500ms ease;
}
.contact-carousel .owl-dots .owl-dot span{
  display:none;	
}
.contact-carousel .owl-dots .owl-dot.active{
  background:#18bccf;
  border-color: #18bccf;
}



/*** 
=============================================
Contact map Area style
=============================================
***/
.contact-map-area{
  position: relative; 
}
#contact-google-map {
  height: 480px;
  width: 100%;
}



/*** 
=============================================
service-page-area style
=============================================
***/
.service-page-area{
  padding-top: 80px;
  padding-bottom: 40px;
}
.service-page-area .single-service-item{
  margin-bottom: 40px;    
}



/*** 
=============================================
Balance mind body area style
=============================================
***/
.balance-mind-body-area{
  padding-top: 70px;
  padding-bottom: 70px;
}
.balance-mind-body-area ul li{
  width: 150px;
  float: left;
  margin-right: 54px;
}
.balance-mind-body-area ul li:last-child{
  margin-right: 0px;
}
.balance-mind-body-area ul li .single-item{

}
.balance-mind-body-area ul li .single-item .icon-holder {
  width: 150px;
  height: 150px;
  border-radius: 50%;
  border: 1px solid #f5f5f5;
  padding: 50px 0;
  transition: all 500ms ease;
}
.balance-mind-body-area ul li .single-item:hover .icon-holder{
  border-color: #18bccf;
  transform: rotate(360deg);
}

.balance-mind-body-area ul li .single-item .icon-holder span:before {
  color: #18bccf;
  font-size: 50px;
  line-height: 50px;
}
.balance-mind-body-area ul li .single-item .title {
  margin: 22px 0 0;
}
.balance-mind-body-area ul li .single-item .title h3{
  color: #404040;
  font-size: 18px;
  font-weight: 600;
  text-transform: capitalize;
}

.balance-mind-body-area .brochure-button{
  padding-top: 50px;
}
.balance-mind-body-area .brochure-button a{
  width: 230px;
  margin: 0 auto;
}



/*** 
=============================================
Exercise plan area style
=============================================
***/
.exercise-plan-area {
  background: #f5f4f3;
  padding-top: 70px;
  padding-bottom: 70px;
}
.exercise-plan-area .video-holder{
  width: 100%;
  height: auto;
  text-align: center;
  position: relative;
  overflow: hidden;    
}
.exercise-plan-area .video-holder img{
  transform: scale(1);
  transition: all 0.5s ease 0s;
  width: 100%;
}
.exercise-plan-area .video-holder .overlay-gallery {
  bottom: 0;
  height: 100%;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.30); 
  transition: all 500ms ease;
}
.exercise-plan-area .video-holder .overlay-gallery .icon-holder{
  display: table;
  height: 100%;
  width: 100%;    
}
.exercise-plan-area .video-holder .overlay-gallery .icon-holder .icon{
  display: table-cell;
  vertical-align: middle;    
}
.exercise-plan-area .video-holder .overlay-gallery .icon-holder .icon a img{
  width: auto;
  transform: scale(1);
  transition: all 0.5s ease 0s;
}
.exercise-plan-area .video-holder:hover .overlay-gallery {
  background-color: rgba(44, 203, 56, 0.50); 
}
.exercise-plan-area .video-holder:hover img {
  transform: scale(1.1);
}
.exercise-plan-area .video-holder .overlay-gallery .icon-holder .icon a:hover img{
  transform: scale(1.1);
}

.exercise-plan-area .accordion-box .accordion .accord-content {
  padding: 0px 50px 17px 0px;
}



/*** 
=============================================
Featured area style
=============================================
***/
.featured-area {
  padding-top: 70px;
  padding-bottom: 30px;
}
.featured-area .single-item{
  position: relative;
  margin-bottom: 40px;
  display: block;
  padding: 45px 20px 33px;
  -webkit-box-shadow: 0px 0px 7px 1px rgba(218,217,216,1);
  -moz-box-shadow: 0px 0px 7px 1px rgba(218,217,216,1);
  box-shadow: 0px 0px 7px 1px rgba(218,217,216,1);  
  z-index: 1;
}
.featured-area .single-item:before{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 10%;
  content: "";
  background: #18bccf;
  z-index: -1;
  opacity: 0;
  transition: all 500ms ease;
  transition-delay: 0.10s;
}
.featured-area .single-item:hover:before{
  opacity: 1;
  height: 100%;
}
.featured-area .single-item .icon-holder {
  margin: 0 0 25px;
}
.featured-area .single-item .icon-holder span:before {
  color: #18bccf;
  font-size: 50px;
  line-height: 50px;
  transition: all 500ms ease 0.10s;
}
.featured-area .single-item:hover .icon-holder span:before{
  color: #ffffff;    
}
.featured-area .single-item .text-holder{

}
.featured-area .single-item .text-holder h3 {
  margin: 0 0 30px;
  transition: all 500ms ease 0.5s;
}
.featured-area .single-item:hover .text-holder h3{
  color: #fff;
}
.featured-area .single-item .text-holder p{
  transition: all 500ms ease 0.5s;
}
.featured-area .single-item:hover .text-holder p{
  color: #fff;    
}



/*** 
=============================================
Pricing plan area style
=============================================
***/
.pricing-plan-area {
  padding-top: 140px;
  padding-bottom: 30px;
}
.pricing-plan-area .single-price-box{
  background: #f5f4f3;
  display: block;
  padding: 30px 20px 30px;
  margin-bottom: 40px;
}
.pricing-plan-area .single-price-box .table-header{

}
.pricing-plan-area .single-price-box .table-header .top {
  border-bottom: 1px solid #e1e1e1;
  padding-bottom: 22px;
  margin: 0 0 22px;
}
.pricing-plan-area .single-price-box .table-header .top h3 {
  font-size: 24px;
  margin: 0 0 8px;
}
.pricing-plan-area .single-price-box .table-header .top p {
  margin: 0;
}
.pricing-plan-area .single-price-box .table-header .package{

}
.pricing-plan-area .single-price-box .table-header .package h1 {
  color: #18bccf;
  font-size: 72px;
  font-weight: 400;
  font-family: 'Courgette', cursive;
}
.pricing-plan-area .single-price-box .table-header .package h1 span {
  font-size: 24px;
  display: inline-block;
  padding-right: 2px;
}
.pricing-plan-area .single-price-box .table-header .package h1 b{
  font-size: 20px;
  display: inline-block;
  padding-left: 1px;    
}

.pricing-plan-area .single-price-box .price-list {
  background: #fff;
  display: block;
  padding: 20px 30px 20px;
  text-align: left;
  margin-top: 18px;
  margin-bottom: 25px;
}
.pricing-plan-area .single-price-box .price-list ul li {
  position: relative;
  line-height: 32px;
  padding-left: 30px;
}
.pricing-plan-area .single-price-box .price-list ul li:before{
  position: absolute;
  top: 12px;
  left: 0;
  width: 10px;
  height: 10px;
  background: #e1e1e1;
  content: "";
  transform: rotate(45deg);
}



/*** 
=============================================
Shop Area style
=============================================
***/
.shop-area {
  padding-top: 80px;
  padding-bottom: 80px;
}
.shop-area .sidebar-wrapper .single-sidebar .sec-title {
  padding-bottom: 30px;
}
.shop-area .shop-content {
  overflow: hidden;
}
.shop-area .showing-result-shorting {
  overflow: hidden;
  padding-bottom: 20px;
}
.shop-area .showing-result-shorting .showing{}
.shop-area .showing-result-shorting .shorting{ }
.shop-area .showing-result-shorting .showing p {
  color: #848484;
  font-size: 16px;
  font-weight: 400;
  margin: 5px 0;
}

.single-product-item{
  background: #fff;
  margin-bottom: 30px;
  transition: all 0.7s ease;
}
.single-product-item:hover{  }
.single-product-item .img-holder {
  display: block;
  overflow: hidden;
  position: relative;
  border: 1px solid #f5f4f3;
}
.single-product-item .img-holder img{
  -webkit-transition: all 0.7s ease;
  transition: all 0.7s ease;
  width: 100%;      
}
.single-product-item:hover .img-holder img{
  transform: scale(1.1);
}
.single-product-item:hover .img-holder .overlay-style-one{
  opacity: 1;
  -webkit-transform: perspective(400px) rotateX(0deg);
  -moz-transform: perspective(400px) rotateX(0deg);
  -ms-transform: perspective(400px) rotateX(0deg);
  -o-transform: perspective(400px) rotateX(0deg);
  transform: perspective(400px) rotateX(0deg);    
}
.single-product-item .img-holder .overlay-style-one .box .content a {
  display: inline-block;
  width: 170px;
  transition: all 500ms ease;
}

.single-product-item .title-holder {
  padding: 19px 15px 17px;
  border: 1px solid #f4f4f4;
  border-top: none;
}
.single-product-item .title-holder .top {
  overflow: hidden;
}
.single-product-item .title-holder .top .product-title{}
.single-product-item .title-holder .top .product-title h5 {
  color: #222222;
  font-size: 18px;
  font-weight: 400;
  text-transform: capitalize;
  margin: 0 0 10px;
}
.single-product-item .title-holder .top .review-box{}
.single-product-item .title-holder .top .review-box ul li i{}
.single-product-item .title-holder .product-value h4 {
  color: #18bccf;
  font-size: 18px;
  font-weight: 400;
  text-transform: capitalize;
  font-family: 'Open Sans', sans-serif;
}
.single-product-item .title-holder .product-value h4 del{
  color: #888888;
  font-size: 16px;
}
.shop-area .post-pagination{
  margin-top: 20px;    
}

.single-sidebar .price-ranger{ }
.single-sidebar .price-ranger .ui-widget-content {
  background: #e5e5e5;
  border: none;
  height: 2px;
  position: relative;
}
.single-sidebar .price-ranger .ui-widget-content:before{
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: #f0f0f0;
  content: "";
}
.single-sidebar .price-ranger .ui-slider-handle {
  background: #18bccf none repeat scroll 0 0;
  border: 2px solid #252525;
  border-radius: 50%;
  height: 10px;
  margin-left: -4px;
  outline: medium none;
  width: 10px;
  cursor: pointer;
}
.single-sidebar .price-ranger .ui-slider-horizontal .ui-slider-handle {
  top: -4px;
}
.single-sidebar .price-ranger .ui-slider .ui-slider-range {
  background: #252525;
}
.single-sidebar .price-ranger #slider-range {
  margin-left: 4px;
  margin-right: 6px;
  margin-top: 0;
}
.single-sidebar .price-ranger .ranger-min-max-block {
  margin-bottom: 0px;
  margin-top: 30px;
  overflow: hidden;
}
.single-sidebar .price-ranger .ranger-min-max-block input {
  display: inline-block;
}
.single-sidebar .price-ranger .ranger-min-max-block input[type="submit"] {
  float: left;
  margin-right: 20px;
  padding: 6px 0px 5px;
  text-align: center;
  width: 80px;
  border: none;
  background: #18bccf;
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  border-radius: 3px;
  transition: all 500ms ease;
}
.single-sidebar .price-ranger .ranger-min-max-block input[type="submit"]:hover{
  background: #0aa915;
}
.single-sidebar .price-ranger .ranger-min-max-block input[type="text"] {
  border: medium none;
  color: #999999;
  font-size: 14px;
  font-weight: 400;
  outline: medium none;
  text-align: right;
  width: 40px;
  margin: 6px 0 0;
}
.single-sidebar .price-ranger .ranger-min-max-block input[type='text'].max {}
.single-sidebar .price-ranger .ranger-min-max-block span {
  color: #999999;
  font-weight: 600;
  font-size: 16px;
}

.sidebar-wrapper .single-sidebar .popular-product {}
.sidebar-wrapper .single-sidebar .popular-product li {
  border-bottom: 1px solid #f7f7f7;
  margin-bottom: 25px;
  overflow: hidden;
  padding-bottom: 25px;
  padding-left: 70px;
  position: relative;
}
.sidebar-wrapper .single-sidebar .popular-product li:last-child {
  margin-bottom: 0px;
}
.sidebar-wrapper .single-sidebar .popular-product li .img-holder{
  display: block;
  overflow: hidden;
  position: absolute;  
  width: 70px;
  min-height: 70px;
  top: 0;
  left: 0;
}
.sidebar-wrapper .single-sidebar .popular-product li .img-holder img{
  border: 1px solid #f5f4f3;
  transition: all 0.5s ease 0s;
  width: 100%;
}
.sidebar-wrapper .single-sidebar .popular-product li:hover .img-holder img{}
.sidebar-wrapper .single-sidebar .popular-product li .img-holder .overlay-style-one .box .content a i {
  opacity: 0;
  font-size: 16px;
  color: #fff;
  transition: all 500ms ease;
}
.sidebar-wrapper .single-sidebar .popular-product li .img-holder .overlay-style-one .box .content a:hover i{
  color: #18bccf;    
}
.sidebar-wrapper .single-sidebar .popular-product li:hover .img-holder .overlay-style-one .box .content a i{
  opacity: 1;
}
.sidebar-wrapper .single-sidebar .popular-product li:hover .img-holder .overlay-style-one{
  opacity: 1;
  -webkit-transform: perspective(400px) rotateX(0deg);
  -moz-transform: perspective(400px) rotateX(0deg);
  -ms-transform: perspective(400px) rotateX(0deg);
  -o-transform: perspective(400px) rotateX(0deg);
  transform: perspective(400px) rotateX(0deg);   
}

.sidebar-wrapper .single-sidebar .popular-product li .title-holder {
  padding-left: 20px;  
}
.sidebar-wrapper .single-sidebar .popular-product li .title-holder a h4 {
  color: #404040;
  font-size: 16px;
  font-weight: 400;
  text-transform: capitalize;
  margin: 0 0 10px;
  transition: all 500ms ease;
}
.sidebar-wrapper .single-sidebar .popular-product li .title-holder h5 {
  color: #18bccf;
  font-size: 15px;
  font-weight: 400;
  text-transform: capitalize; 
  font-family: 'Open Sans', sans-serif;
}
.sidebar-wrapper .single-sidebar .popular-product li .title-holder .review-box {
  line-height: 14px;
  margin: 10px 0 0;
}
.sidebar-wrapper .single-sidebar .popular-product li .title-holder .review-box li {
  display: inline-block;
  margin: 0 1px;
  position: static;
  padding: 0;
  border: none;
}
.sidebar-wrapper .single-sidebar .popular-product li .title-holder .review-box li i{
  font-size: 12px;
  color: #18bccf;
}
.sidebar-wrapper .single-sidebar .popular-product li .title-holder a:hover h4{
  color: #18bccf;
}

.sidebar-wrapper .single-sidebar .product-tag{
  margin-left: -3px;
  margin-right: -3px;
  margin-top: -5px;    
}
.sidebar-wrapper .single-sidebar .product-tag li{
  display: inline-block;
  margin: 0 3px 10px;    
}
.sidebar-wrapper .single-sidebar .product-tag li a{
  border: 1px solid #f4f4f4;
  color: #888888;
  display: block;
  font-size: 14px;
  font-weight: 400;
  padding: 4px 10px 3px;
  font-family: 'Open Sans', sans-serif;
  transition: all 500ms ease 0s; 
}
.sidebar-wrapper .single-sidebar .product-tag li a:hover{
  background: #18bccf;
  border-color: #18bccf;
  color: #fff;    
}



/*** 
=============================================
Checkout Area style
=============================================
***/
.checkout-area {
  padding-bottom: 80px;
  padding-top: 80px;
}
.checkout-area .sec-title {
  padding-bottom: 40px;
}
.checkout-area .sec-title h1 {
  color: #222;
  font-size: 24px;
  text-transform: none;
}
.checkout-area .exisitng-customer {
  background: #f7f7f7;
  display: block;
  padding: 20px 28px 21px;
  position: relative;
  margin-bottom: 20px;
}
.checkout-area .exisitng-customer:before{
  position: absolute;
  top: 0;
  left: 0;
  width: 2px;
  height: 100%;
  background: #18bccf;
  content: "";
}
.checkout-area .exisitng-customer h5{
  color: #222222;
  font-size: 16px;
  font-weight: 400;
}
.checkout-area .exisitng-customer h5 a{
  color: #18bccf;
  display: inline-block;
  padding-left: 15px;
}
.checkout-area .coupon {
  background: #f7f7f7;
  display: block;
  padding: 20px 28px 21px;
  position: relative; 
  margin-bottom: 60px;
}
.checkout-area .coupon:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 2px;
  height: 100%;
  background: #18bccf;
  content: "";  
}
.checkout-area .coupon h5 {
  color: #222222;
  font-size: 16px;
  font-weight: 400; 
}
.checkout-area .coupon h5 a {
  color: #18bccf;
  display: inline-block;
  padding-left: 15px;  
}

.checkout-area .form form .field-label {
  color: #222222;
  font-size: 16px;
  font-weight: 400;
  margin: 0 0 3px;
  text-transform: capitalize;
  font-family: 'Montserrat', sans-serif;
}
.checkout-area .form form .field-input input[type="text"] {
  border: 2px solid #f4f4f4;
  color: #999999;
  display: block;
  font-size: 14px;
  height: 48px;
  margin-bottom: 23px;
  padding: 0 15px;
  width: 100%;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}
.checkout-area .form form .field-input input[type="text"]:focus{
  border: 2px solid #18bccf;
}
.checkout-area .create-acc .checkbox {
  margin: 7px 0 0;
}
.checkout-area .create-acc .checkbox label {
  color: #18bccf;
  font-weight: 400;
  font-size: 16px;
}
.checkout-area .create-acc .checkbox input {
  margin-top: 6px;
}

.checkout-area .shipping-info input[type="checkbox"] {
  cursor: pointer;
  display: inline-block;
  margin: 0 0 0 25px;
  position: relative;
  top: 0px;
  vertical-align: middle;
}
.checkout-area .form form .field-input textarea {
  border: 2px solid #f4f4f4;
  color: #999;
  display: block;
  font-size: 14px;
  height: 119px;
  padding: 10px 15px;
  width: 100%;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}
.checkout-area .form form .field-input textarea:focus{
  border-color: #18bccf;
}

.checkout-area .bottom {
  padding-top: 60px
}
.checkout-area .table {
  overflow-x: auto;
  position: relative;
  width: 100%;
  margin-bottom: 0;
}
.checkout-area .table .cart-table {
  min-width: auto;
  width: 100%;
}
.checkout-area .table .cart-table .cart-header {
  background: #f7f7f7;
  color: #222222;
  font-size: 16px;
  position: relative;
  text-transform: capitalize;
  width: 100%;
  font-family: 'Montserrat', sans-serif;
}
.checkout-area .table .cart-table thead tr th {
  font-weight: 400;
  line-height: 24px;
  min-width: 110px;
  padding: 19px 30px 17px;
}
.checkout-area .table .cart-table thead tr th.product-column {
  padding-left: 30px;
  text-align: left;
}

.checkout-area .table .cart-table tbody tr {
  border-bottom: 1px solid #f7f7f7;
}
.checkout-area .table .cart-table tbody tr td {
  vertical-align: middle
}
.checkout-area .table .cart-table tbody tr td {
  min-width: 110px;
  padding: 25px 20px;
}

.checkout-area .table .cart-table tbody tr .product-column .column-box {
  min-height: 70px;
}
.checkout-area .table .cart-table tbody tr .product-column .column-box .prod-thumb {
  width: 70px;
  border: 2px solid #f7f7f7;
  padding: 3px;
}
.checkout-area .table .cart-table tbody tr .product-column .column-box .prod-thumb img {
  display: block;
  max-width: 100%;
}
.checkout-area .table .cart-table tbody tr .product-column .column-box .prod-thumb, 
.checkout-area .table .cart-table tbody tr .product-column .column-box .product-title{
  display: table-cell;
  vertical-align: middle;
}
.checkout-area .table .cart-table tbody tr .product-column .column-box .product-title{
  padding-left: 15px;
}
.checkout-area .table .cart-table tbody tr .product-column .column-box .product-title h3 {
  color: #222222;
  font-size: 16px;
  font-weight: 400;
  text-transform: capitalize;
  font-family: 'Montserrat', sans-serif;
}

.checkout-area .table .cart-table tbody tr .qty {
  padding-right: 30px;
  width: 130px;
}
.checkout-area .table .cart-table tbody tr .qty .input-group.bootstrap-touchspin {
  float: right;
  width: 60px;
}
.checkout-area .table .cart-table tbody tr .qty .form-control {
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 0;
  box-shadow: none;
  color: #252525;
  display: block;
  font-size: 18px;
  font-weight: 400;
  height: 34px;
  padding: 6px 0;
  text-align: center;
}
.checkout-area .table .cart-table tbody tr .qty .bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-up {
  border-radius: 0;
}
.checkout-area .table .cart-table tbody tr .qty .btn-default {
  background-color: #18bccf;
  border-color: #058d0e;
  color: #fff;
}
.checkout-area .table .cart-table tbody tr .qty .bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-down {
  border-radius: 0;
  margin-top: -2px;
}
.checkout-area .table .cart-table tbody tr td.price {
  color: #18bccf;
  font-size: 18px;
  font-weight: 400;
}

.cart-total{}
.cart-total-table {
  border: 2px solid #f7f7f7
}
.cart-total-table li {
  border-bottom: 1px solid #f7f7f7
}
.cart-total-table li:last-child {
  border-bottom: none
}
.cart-total-table li span.col.col-title {
  border-right: 1px solid #f7f7f7;
  color: #222222;
  display: block;
  float: left;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  padding: 10px 18px;
  position: relative;
  width: 50%;
  font-family: 'Montserrat', sans-serif;
}
.cart-total-table li span.col {
  color: #999999;
  display: block;
  float: left;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  padding: 10px 18px;
  position: relative;
  width: 50%;
  font-family: 'Open Sans', sans-serif;
}
.cart-total-table li span.col b {
  color: #18bccf;
  font-weight: 300;
  text-decoration: underline;
}

.cart-total .payment-options {
  background: #f7f7f7 none repeat scroll 0 0;
  margin-top: 30px;
  overflow: hidden;
  padding: 23px 20px 35px;
}
.cart-total .payment-options .option-block {
  margin-bottom: 14px
}

.cart-total .payment-options .option-block .checkbox {
  margin: 0 0 5px;
}
.cart-total .payment-options .option-block .checkbox label {
  font-weight: 700;
  min-height: 20px;
  padding-left: 20px;
}
.cart-total .payment-options .option-block .checkbox label input {
  position: relative;
  top: 1px;
}
.cart-total .payment-options .option-block .checkbox label span {
  color: #222222;
  font-size: 16px;
  padding-left: 10px;
  font-weight: 400;
  font-family: 'Montserrat', sans-serif;
}
.cart-total .payment-options .option-block .checkbox label span b {
  color: #18bccf;
  display: inline-block;
  font-size: 14px;
  font-weight: 400;
  padding-left: 25px;
  text-decoration: underline;
}
.cart-total .payment-options .option-block .text{
  padding-left: 30px;
}
.cart-total .payment-options .option-block .text p {
  margin: 0;
  line-height: 28px;
}
.placeorder-button button {
  padding: 11px 40px 9px;
  margin-top: 20px;
}



/*** 
=============================================
Login Register Area style
=============================================
***/
.login-register-area {
  padding-bottom: 80px;
  padding-top: 80px;
}
.login-register-area .form .sec-title {
  padding-bottom: 40px;
}
.login-register-area .form .sec-title h1{
  font-size: 24px;
  text-transform: none;
  margin: 0;
}
.login-register-area .form .input-field {
  position: relative;
}
.login-register-area .form .input-field input[type="text"] {
  border: 2px solid #f4f4f4;
  color: #777;
  font-size: 15px;
  height: 50px;
  margin-bottom: 30px;
  padding-left: 15px;
  padding-right: 50px;
  width: 100%;
  transition: all 700ms ease 0s;
}
.login-register-area .form .input-field .icon-holder {
  position: absolute;
  right: 20px;
  top: 11px;
}
.login-register-area .form .input-field .icon-holder i {
  color: #777;
  font-size: 14px;
  font-weight: 400;
}
.login-register-area .form button {
  margin-top: 10px;
  padding: 11px 45px 9px;
}
.login-register-area .form .remember-text {
  margin-top: 19px;
}
.login-register-area .form .remember-text .checkbox label {
  color: #222222;
  font-size: 16px;
  font-weight: 400;
  font-family: 'Montserrat', sans-serif;
}
.login-register-area .form .remember-text .checkbox input {
  margin-top: 5px;
}

.login-register-area .form .social-icon {
  float: right;
  margin-right: -8px;
  margin-top: 15px;
  position: relative;
}
.login-register-area .form .social-icon .login-with {
  display: inline-block;
  left: -100px;
  position: absolute;
  top: 8px;
}
.login-register-area .form .social-icon li {
  display: inline-block;
  margin: 0 8px;
}
.login-register-area .form .social-icon li a i {
  background: #3b5998 none repeat scroll 0 0;
  border-radius: 50%;
  color: #fff;
  display: block;
  font-size: 14px;
  font-weight: 100;
  height: 40px;
  line-height: 24px;
  padding: 8px 0;
  text-align: center;
  transition: all 700ms ease 0s;
  width: 40px;
}
.login-register-area .form .social-icon li a i.twitter {
  background: #33ccfe none repeat scroll 0 0;
}
.login-register-area .form .social-icon li a i.gplus {
  background: #dd4b39 none repeat scroll 0 0;
}
.login-register-area .form a.forgot-password {
  color: #18bccf;
  float: right;
  font-weight: 700;
  margin: 20px 0 0;
  font-family: 'Open Sans', sans-serif;
}
.login-register-area .form h6 {
  color: #848484;
  float: left;
  font-size: 14px;
  font-family: 'Hind', sans-serif;
  padding-left: 10px;
  overflow: hidden;
  margin-left: -40px;
  margin-top: 28px;
}
.login-register-area .form .input-field input[type="text"]:focus{
  border: 2px solid #18bccf;    
}
.login-register-area .form .social-icon li a:hover i{
  background: #18387b;   
}
.login-register-area .form .social-icon li a:hover i.twitter{
  background: #12addf;    
}
.login-register-area .form .social-icon li a:hover i.gplus{
  background: #c62d1a;
}



/*** 
=============================================
Cart area  style
=============================================
***/
.cart-area {
  padding-bottom: 80px;
  padding-top: 80px;
}
.cart-area .sec-title{
  padding-bottom: 32px;
}
.cart-area .sec-title h1{
  font-size: 24px;
  margin: 0;
}
.cart-area .table-outer {
  overflow-x: auto;
  position: relative;
  width: 100%;
}
.cart-area .cart-table {
  min-width: 1024px;
  width: 100%;
}
.cart-area .cart-table .cart-header {
  background: #f7f7f7;
  color: #222222;
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  position: relative;
  text-transform: capitalize;
  width: 100%;
}
.cart-area .cart-table thead tr th {
  font-weight: 400;
  line-height: 24px;
  min-width: 110px;
  padding: 20px 25px;
}
.cart-area .cart-table thead tr th.prod-column {
  padding-left: 30px;
  text-align: left;
}
.cart-area .cart-table thead tr th.availability {
  padding: 0 40px
}


.cart-area .cart-table tbody tr {
  border-bottom: 1px solid #f7f7f7;
}
.cart-area .cart-table tbody tr td {
  color: #999999;
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  min-width: 100px;
  padding: 27.5px 25px;
}
.cart-area .cart-table tbody tr .prod-column .column-box {
  min-height: 70px;
  position: relative;
}
.cart-area .cart-table tbody tr .prod-column .column-box .prod-thumb {
  width: 70px;
  border: 2px solid #f7f7f7;
  padding: 3px;
}
.cart-area .cart-table tbody tr .prod-column .column-box .prod-thumb img {
  display: block;
  max-width: 100%;
}
.cart-area .cart-table tbody tr .prod-column .column-box .prod-thumb, 
.cart-area .cart-table tbody tr .prod-column .column-box .title{
  display: table-cell;
  vertical-align: middle;
}
.cart-area .cart-table tbody tr .prod-column .column-box .title{
  padding-left: 20px;
}
.cart-area .cart-table tbody tr .prod-column .column-box .title h3 {
  color: #222222;
  font-size: 16px;
  font-weight: 400;
  text-transform: capitalize;
  font-family: 'Montserrat', sans-serif;    
}

.cart-area .cart-table tbody tr .qty {
  padding-right: 25px;
  width: 120px;
}
.cart-area .cart-table tbody tr .qty .input-group.bootstrap-touchspin {}
.cart-area .cart-table tbody tr .qty .bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-up {
  border-radius: 0;
  margin-left: 0;
  padding: 11px;
}
.cart-area .cart-table tbody tr .qty .btn-default {
  background-color: #e0dcdc;
  border-color: #ababab;
  color: #fff;
}
.cart-area .cart-table tbody tr .qty .bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-down {
  border-radius: 0;
  margin-left: 0;
  margin-top: -1px;
  padding: 10px;
}
.cart-area .cart-table tbody tr .qty .bootstrap-touchspin .input-group-btn-vertical i {
  font-size: 9px;
  left: 6px;
  top: 6px;
}
.cart-area .cart-table tbody tr td.unit-price {
  padding-left: 40px;
  padding-right: 20px;
}
.cart-area .cart-table tbody .available-info {
  color: #999999;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  padding-left: 50px;
  position: relative;
}
.cart-area .cart-table tbody .available-info .icon {
  background: #18bccf none repeat scroll 0 0;
  border-radius: 50%;
  color: #ffffff;
  font-size: 18px;
  height: 40px;
  left: 0;
  line-height: 40px;
  position: absolute;
  text-align: center;
  top: 0px;
  width: 40px;
}
.cart-area .cart-table tbody tr td.price {
  color: #999999;
  font-size: 18px;
  font-weight: 400;
}
.cart-area .cart-table tbody tr .sub-total {
  color: #18bccf;
  font-weight: 400;
  font-size: 18px;
}
.cart-area .cart-table tbody tr td .remove{ }
.cart-area .cart-table tbody tr td .remove .checkbox label {
  color: #777;
  font-size: 16px;
  font-weight: 400;
}
.cart-area .cart-table tbody tr td .remove .checkbox label input[type="checkbox"] {
  display: inline-block;
  position: relative;
  top: 1px;
}


.cart-middle {
  padding-top: 30px
}
.cart-middle .apply-coupon {
  padding-left: 245px;
  position: relative;
}
.cart-middle .apply-coupon input[type="text"] {
  border: 2px solid #f7f7f7;
  color: #777;
  font-size: 14px;
  font-weight: 400;
  height: 50px;
  left: 0;
  padding: 0 15px;
  position: absolute;
  text-transform: capitalize;
  top: 0;
  transition: all 500ms ease 0s;
  width: 225px;
}
.cart-middle .apply-coupon input[type="text"]:focus {
  border: 2px solid #18bccf;
}
.cart-middle .apply-coupon .apply-coupon-button button {
  padding: 11px 45px 9px;
}
.cart-middle .update-cart button {
  padding: 11px 35px 9px;
  background: #f7f7f7;
  color: #222222;
  border-color: #f7f7f7;
}
.cart-middle .update-cart button:hover{
  background: #18bccf;
  color: #fff;
}

.cart-bottom {
  overflow: hidden;
  padding-top: 76px;
}
.cart-bottom .calculate-shipping {}
.cart-bottom .calculate-shipping .ui-state-default .ui-icon {}
.cart-bottom .calculate-shipping .ui-selectmenu-button span.ui-icon {
  border-left: 2px solid #f7f7f7;
  display: block;
  float: right;
  height: 41px;
  text-indent: 0;
  top: 8px;
  width: 45px;
  position: absolute;
  right: 0;
  display: block;
  background-image: none;
}
.cart-bottom .calculate-shipping .ui-selectmenu-button span.ui-icon::before {
  color: #ababae;
  content: "\f107";
  font-family: FontAwesome;
  font-size: 20px;
  overflow: visible;
  position: absolute;
  right: 14px;
  top: 8px;
}
.cart-bottom .calculate-shipping .ui-selectmenu-button span.ui-selectmenu-text {
  display: block;
  line-height: 18px;
  overflow: hidden;
  padding: 12px 17px;
  text-align: left;
}
.cart-bottom .calculate-shipping input[type="text"] {
  border: 2px solid #f7f7f7;
  color: #777;
  display: block;
  font-size: 14px;
  height: 45px;
  padding: 0 18px;
  width: 100%;
  font-weight: 400;
  margin-bottom: 30px;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}
.cart-bottom .calculate-shipping input[type="text"]:focus {
  border: 2px solid #18bccf;
}
.cart-bottom .calculate-shipping button {
  padding: 11px 40px 9px;
  background: #f7f7f7;
  border-color: #f7f7f7;
  color: #222222;
}
.cart-bottom button.checkout-btn{
  padding: 11px 35px 9px;
  margin-top: 30px;
  float: right;
}



/*** 
=============================================
Single Shop Area style
=============================================
***/
.single-shop-area{
  padding-top: 80px;
  padding-bottom: 40px;
}
.single-shop-content .img-holder {
  margin-right: 50px;
}
.single-shop-content .img-holder img {
  border: 1px solid #f5f4f3;
}
.single-shop-content .content-box {
  margin-left: -50px;
}
.single-shop-content .content-box h3 {
  color: #222222;
  font-size: 24px;
  font-weight: 400;
  margin: 0 0 8px;
  text-transform: capitalize;
}
.single-shop-content .content-box .review-box {
  margin: 0 0 15px;
}
.single-shop-content .content-box .review-box ul {}
.single-shop-content .content-box .review-box ul li {}
.single-shop-content .content-box .review-box ul li i {
  color: #18bccf;
  font-size: 15px;
}
.single-shop-content .content-box span.price {
  color: #18bccf;
  font-size: 22px;
  font-weight: 400;
  font-family: 'Open Sans', sans-serif;
}
.single-shop-content .content-box .text {
  overflow: hidden;
  padding: 25px 0 9px;
}
.single-shop-content .content-box .location-box {
  margin: 4px 0 20px;
}
.single-shop-content .content-box .location-box p {
  color: #222222;
  font-size: 16px;
  font-weight: 400;
  margin: 0 0 12px;
}
.single-shop-content .content-box .location-box form input {
  border: 2px solid #f7f7f7;
  height: 40px;
  padding-left: 10px;
  padding-right: 10px;
  width: 170px;
  transition: all 500ms ease;
  margin: 0 0 15px;
}
.single-shop-content .content-box .location-box form input:focus{
  border-color: #18bccf;
}
.single-shop-content .content-box .location-box form button {
  background: #f7f7f7 none repeat scroll 0 0;
  border: medium none;
  color: #252525;
  font-size: 14px;
  font-weight: 700;
  height: 40px;
  margin-left: 6px;
  padding: 0;
  text-align: center;
  text-transform: uppercase;
  transition: all 500ms ease 0s;
  width: 95px;
  position: relative;
  top: 0px;
  padding-top: 2px;
}
.single-shop-content .content-box .location-box form button:hover{
  background: #18bccf;
  color: #fff;
}
.single-shop-content .content-box .location-box form span {
  color: #18bccf;
}

.single-shop-content .content-box .addto-cart-box {}
.single-shop-content .content-box .addto-cart-box .input-group.bootstrap-touchspin {
  float: left;
  width: 70px;
}
.single-shop-content .content-box .addto-cart-box .bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-up {
  border-radius: 0
}
.single-shop-content .content-box .addto-cart-box .bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-down {
  border-radius: 0;
  margin-top: -2px;
}
.single-shop-content .content-box .addto-cart-box .bootstrap-touchspin .input-group-btn-vertical > .btn {
  display: block;
  float: none;
  margin-left: -1px;
  max-width: 100%;
  padding: 12px 12px;
  position: relative;
  width: 100%;
}
.single-shop-content .content-box .addto-cart-box .btn-default {
  background-color: #efefef;
  border-color: #efefef;
  color: #9e9e9e;
}
.single-shop-content .content-box .addto-cart-box .bootstrap-touchspin .input-group-btn-vertical i {
  color: #9e9e9e;
  font-weight: normal;
  left: 8px;
  position: absolute;
  top: 7px;
}
.single-shop-content .content-box .addto-cart-box button.addtocart {
  margin-left: 95px;
  padding: 11px 30px 9px;
}


.product-tab-box {
  border: 1px solid #ececec;
  border-top: none;
  border-right: none;
  border-left: none;
  overflow: hidden; 
  margin-top: 80px;
}
.product-tab-box .tab-menu {
  border-bottom: 1px solid #ececec;
  margin-bottom: 30px;
}
.product-tab-box .tab-menu li {
  display: inline-block;
  float: left;
  margin-bottom: -1px;
  margin-right: 3px;
}
.product-tab-box .tab-menu li a {
  background: #f7f7f7;
  border-top: 1px solid #ececec;
  border-left: 1px solid #ececec;
  border-right: 1px solid #ececec;
  border-bottom: 1px solid transparent;
  border-radius: 0;
  display: block;
  margin-right: 1px;
  padding: 15px 30px 13px;
  color: #222222;
  font-size: 16px;
  font-weight: 600;
  text-transform: capitalize;
  background: #f7f7f7;
  transition: all 500ms ease;
}
.product-tab-box .tab-menu li.active a, 
.product-tab-box .tab-menu li:hover a{
  background: #ffffff;
  color: #18bccf;
  border-left-color: #ececec;
  border-top-color: #ececec;
  border-right-color: #ececec;
}

.product-tab-box .tab-content {
  border-left: 1px solid #ececec;
  border-right: 1px solid #ececec;
  margin-top: -30px;
  padding: 30px 30px 40px;
}
.product-tab-box .tab-content .review-box {

}
.product-tab-box .tab-content .review-box .title {
  margin-top: 3px;
  padding-bottom: 25px;
}
.product-tab-box .tab-content .review-box .title h3 {
  color: #3d3d3d;
  font-size: 20px;
  font-weight: 400;
  text-transform: capitalize;
}
.product-tab-box .tab-content .review-box .single-review-box {
  margin-bottom: 30px;
  padding-left: 60px;
  position: relative;
}
.product-tab-box .tab-content .review-box .single-review-box .img-holder {
  left: 0;
  position: absolute;
  top: 0;
}
.product-tab-box .tab-content .review-box .single-review-box .text-holder {
  border: 1px solid #ececec;
  margin-left: 20px;
  padding: 17px 20px 12px;
}
.product-tab-box .tab-content .review-box .single-review-box .text-holder .top {
  margin: 0 0 10px;
  overflow: hidden;
}
.product-tab-box .tab-content .review-box .single-review-box .text-holder .top .name h4 {
  color: #3d3d3d;
  font-size: 16px;
  font-weight: 400;
  margin: 0;
  text-transform: capitalize;
}
.product-tab-box .tab-content .review-box .single-review-box .text-holder .top .review-box ul {
  margin-top: -2px;
  padding-left: 0px;
  position: relative;
}
.product-tab-box .tab-content .review-box .single-review-box .text-holder .top .review-box ul li {
  display: inline-block;
  margin-right: 1px;
}
.product-tab-box .tab-content .review-box .single-review-box .text-holder .top .review-box ul li i {
  color: #18bccf;
  font-size: 14px;
}
.product-tab-box .tab-content .review-box .single-review-box .text-holder .text p {
  margin: 0;
}


.product-tab-box .tab-content .review-form .title{

}
.product-tab-box .tab-content .review-form .title h3 {
  margin: 0 0 15px;
}
.product-tab-box .tab-content .review-form .add-rating-box {
  margin: 0 0 20px;
}
.product-tab-box .tab-content .review-form .add-rating-box .add-rating-title h4 {
  color: #848484;
  font-size: 16px;
  font-weight: 400;
  margin: 0 0 10px;
  font-family: 'Open Sans', sans-serif;
  text-transform: none;
}
.product-tab-box .tab-content .review-form .add-rating-box ul li {
  border-right: 1px solid #ebebeb;
  display: inline-block;
  line-height: 20px;
  margin-right: 10px;
  padding-right: 10px;
}
.product-tab-box .tab-content .review-form .add-rating-box ul li:last-child{
  margin-right: 0px;
  padding-right: 0px;
  border-right: 0px solid #ebebeb;
}
.product-tab-box .tab-content .review-form .add-rating-box ul li a i {
  color: #d6d6d6;
  font-size: 12px;
  line-height: 20px;
  margin-right: 1px;
  opacity: 0.9;
  transition: all 500ms ease 0s;
}

.product-tab-box .tab-content .review-form form .field-label p {
  color: #848484;
  font-size: 16px;
  font-weight: 400;
  margin: 0 0 3px;
}
.product-tab-box .tab-content .review-form form input[type="text"], 
.product-tab-box .tab-content .review-form form input[type="email"], 
.product-tab-box .tab-content .review-form form textarea {
  background: #fff;
  height: 50px;
  width: 100%;
  border: 1px solid #ececec;
  color: #252525;
  font-size: 14px;
  padding: 0 15px;
  margin-bottom: 20px;
  transition: all 500ms ease;
}
.product-tab-box .tab-content .review-form form textarea {
  height: 110px;
  padding: 10px 15px;
  margin-bottom: 25px;
}
.product-tab-box .tab-content .review-form form button {
  padding: 11px 35px 9px;
}
.product-tab-box .tab-content .review-form form button:hover{}
.product-tab-box .tab-content .review-form .add-rating-box ul li:hover a i{
  opacity: 1;
  color: #18bccf;
}
.product-tab-box .tab-content .review-form form input[type="text"]:focus{
  border-color: #18bccf;
}
.product-tab-box .tab-content .review-form form input[type="email"]:focus{
  border-color: #18bccf;
}
.product-tab-box .tab-content .review-form form textarea:focus{
  border-color: #18bccf;  
}
.related-product {
  padding-top: 70px;
}
.related-product .sec-title {
  padding-bottom: 40px;
}
.related-product .single-product-item {}

.single-shop-area .sidebar-wrapper .single-sidebar .sec-title {
  overflow: hidden;
  padding-bottom: 30px;
}



/*** 
=============================================
Event Find Area style
=============================================
***/
.event-find-area{
  padding-top: 70px;
  padding-bottom: 50px;
}
.event-find-area .event-find {
  background: #f5f4f3;
  display: block;
  padding: 18px 30px 30px;
}
.event-find-area form .input-box {
  position: relative;
}
.event-find-area form .input-box .icon-box {
  position: absolute;
  right: 20px;
  top: 41px;
}
.event-find-area form .input-box .icon-box i {
  color: #999999;
  font-size: 14px;
}
.event-find-area form .input-box .field-label{
  color: #18bccf;
  font-size: 16px;
  font-weight: 400;
  font-family: 'Montserrat', sans-serif;
  margin: 0 0 3px;
}
.event-find-area form input[type=text]{
  background: #e8e7e5;
  width: 100%;
  border: 1px solid #e1e1e1;
  height: 52px;
  display: block;
  padding: 0 20px;
  color: #ababab;
  font-size: 14px;
  font-weight: 400;
  border-radius: 30px;
  transition: all 500ms ease;
}
.event-find-area form input[type=text]:focus{
  background: #ffffff;
  border-color: #18bccf;
}
.event-find-area form button {
  width: 100%;
  display: block;
  padding: 13px 20px 11px;
  margin: 27px 0 0;
}

#ui-datepicker-div.ui-widget-content {
  border: 1px solid #c5c5c5;
  background: #fff none repeat scroll 0 0;
  border: 1px solid #777;
  color: #252525;
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  border-radius: 0px;
  width: 270px;
  padding: 5px;
  text-align: center;
}
#ui-datepicker-div.ui-datepicker .ui-datepicker-header {
  background: #18bccf none repeat scroll 0 0;
  border: 2px solid #252525;
  border-radius: 0;
  color: #fff;
  font-weight: 700;
  padding: 5px 0;
  position: relative;
}
.ui-datepicker .ui-datepicker-prev {
  left: 5px;
}
.ui-datepicker .ui-datepicker-prev, 
.ui-datepicker .ui-datepicker-next {
  border-radius: 30%;
  height: 20px;
  position: absolute;
  top: 7px;
  width: 20px;
  transition: all 500ms ease;
  cursor: pointer;
}
.ui-datepicker .ui-datepicker-next {
  right: 5px;
}
.ui-datepicker .ui-datepicker-prev:hover, 
.ui-datepicker .ui-datepicker-next:hover {
  top: 7px;
  background: #fff;
  border: none;
}
.ui-datepicker table {
  border-collapse: collapse;
  font-size: 13px;
  margin: 0 0 0.4em;
  width: 100%;
}
.ui-datepicker th {
  border: medium none;
  font-weight: 600;
  padding: 2px 3px;
  text-align: center;
}
.ui-datepicker-calendar .ui-state-default{
  text-align: center;
}
#ui-datepicker-div .ui-state-highlight{
  border: 1px solid #d3d3d3;  
  background: #ffffff;
}
#ui-datepicker-div .ui-state-default{
  border: 1px solid #d3d3d3;  
  background: #ffffff;    
}
#ui-datepicker-div .ui-datepicker-calendar .ui-state-default:hover,
#ui-datepicker-div .ui-datepicker-calendar .ui-state-default:active{
  background: #18bccf;
  color: #fff;
  border-color: #18bccf;
}



/*** 
=============================================
Main event Area style
=============================================
***/
.main-event-area {
  padding-bottom: 30px;
}
.main-event-area .single-item {
  overflow: hidden;
  padding-bottom: 38px;
  border-bottom: 1px solid #f5f4f3;
  margin-bottom: 40px;
}
.main-event-area .single-item .img-holder{
  position: relative;
  overflow: hidden;
  display: block;
}
.main-event-area .single-item .img-holder img{
  transform: scale(1.1, 1.1);
  transition: all 0.5s ease 0s;
  width: 100%;    
}
.main-event-area .single-item:hover .img-holder img{
  transform: scale(1, 1);    
}
.main-event-area .single-item:hover .img-holder .overlay-style-one{
  opacity: 1;
  -webkit-transform: perspective(400px) rotateX(0deg);
  -moz-transform: perspective(400px) rotateX(0deg);
  -ms-transform: perspective(400px) rotateX(0deg);
  -o-transform: perspective(400px) rotateX(0deg);
  transform: perspective(400px) rotateX(0deg);    
}
.main-event-area .single-item .img-holder .overlay-style-one .box .content a i {
  width: 45px;
  height: 45px;
  border: 2px solid #ffffff;
  background: #000;
  font-size: 15px;
  line-height: 44px;
  transition: all 500ms ease;
}
.main-event-area .single-item .img-holder .overlay-style-one .box .content a:hover i{
  background: #18bccf;
  color: #fff;
}

.main-event-area .single-item .text-holder {
  padding-left: 70px;
  margin-top: 30px;
  position: relative;
}
.main-event-area .single-item .text-holder .date-box {
  position: absolute;
  top: 0;
  left: 0;
  width: 70px;
  height: 70px;
  display: block;
  background: #18bccf;
  text-align: center;
}
.main-event-area .single-item .text-holder .date-box h3 {
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  padding: 12px 0 9px;
  display: block;
}
.main-event-area .single-item .text-holder .date-box p {
  background: #222426;
  color: #ffffff;
  font-size: 14px;
  font-weight: 400;
  margin: 0;
  display: block;
  padding: 3px 0 3px;
}
.main-event-area .single-item .text-holder .text-box{
  padding-left: 20px;
}
.main-event-area .single-item .text-holder .text-box h3 {
  margin: 0 0 5px;
}
.main-event-area .single-item .text-holder .text-box ul li{
  line-height: 24px;    
}
.main-event-area .single-item .text-holder .text-box ul li i{
  display: inline-block;
  padding-right: 10px;
  color: #18bccf;
  font-size: 15px;
}



/*** 
=============================================
Single event Area style
=============================================
***/
.single-event-area{
  padding-top: 70px;
  padding-bottom: 70px;
}
.single-event-area .single-event{}
.single-event-area .single-event .img-box{
  position: relative;
}
.countdown-timer {
  position: absolute;
  top: 0;
  bottom: 0px;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.70);
  text-align: center;
}
.countdown-timer .default-coundown {
  display: table;
  height: 100%;
  width: 100%;
}
.countdown-timer .default-coundown .box {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}
.countdown-timer li {
  position: relative;
  display: inline-block;
  height: 100px;
  width: 100px;
  border-radius: 50%;
  text-align: center;
  margin: 0 10px;
  border: 2px solid #18bccf;
  line-height: 24px;
  padding-top: 25px;
  text-align: center;
}
.countdown-timer li span.days,
.countdown-timer li span.hours,
.countdown-timer li span.minutes,
.countdown-timer li span.seconds {
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  color: #ffffff;
  font-weight: 600;
  display: inline-block;
  text-align: center;
  padding: 0 30px;
}
.countdown-timer li span.timeRef {
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  color: #ffffff;
  font-weight: 500;
  display: block;
  text-transform: capitalize;
  padding: 0 16px;
}

.single-event-area .single-event .inner-content {
  padding-top: 50px;
  border-bottom: 1px solid #f5f4f3;
  padding-bottom: 35px;
  margin-bottom: 30px;
}
.single-event-area .single-event .inner-content .text-holder h2{
  color: #404040;
  font-size: 30px;
  font-weight: 600;
  margin: 0 0 16px;
}
.single-event-area .single-event .inner-content .text-holder p{

}
.single-event-area .single-event .inner-content .text-holder .event-shedule {
  overflow: hidden;
  padding-top: 10px;
}
.single-event-area .single-event .inner-content .text-holder .event-shedule h3 {
  color: #404040;
  font-size: 24px;
  margin: 0 0 10px;
}

.single-event-area .single-event .inner-content .text-holder .event-shedule ul {
  overflow: hidden;
  padding-top: 2px;
}
.single-event-area .single-event .inner-content .text-holder .event-shedule ul li{
  line-height: 30px;    
}
.single-event-area .single-event .inner-content .text-holder .event-shedule ul li i{
  display: inline-block;
  color: #18bccf;
  padding-right: 8px;
}

.single-event-area .single-event .inner-content .event-details {
  display: block;
  overflow: hidden;
  border: 1px solid #f5f4f3;
  padding: 24px 25px 20px;
}
.single-event-area .single-event .inner-content .event-details h3 {
  color: #18bccf;
  font-size: 26px;
  font-weight: 400;
  font-family: 'Courgette', cursive;
  margin: 0 0 20px;
}
.single-event-area .single-event .inner-content .event-details ul li {
  padding-left: 30px;
  position: relative;
  border-bottom: 1px solid #f5f4f3;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.single-event-area .single-event .inner-content .event-details ul li .icon-holder {
  position: absolute;
  top: 0;
  left: 0;
}
.single-event-area .single-event .inner-content .event-details ul li .icon-holder i {
  color: #18bccf;
  font-size: 15px;
}
.single-event-area .single-event .inner-content .event-details ul li .text-holder{}
.single-event-area .single-event .inner-content .event-details ul li .text-holder h5 {
  color: #404040;
  font-size: 16px;
  font-weight: 400;
  margin: 0 0 2px;
}
.single-event-area .single-event .inner-content .event-details ul li .text-holder p{
  margin: 0;    
}

.single-event-area .single-event .social-share-box {
  overflow: hidden;
  display: block;
  padding-left: 90px;
  position: relative;
  padding-bottom: 60px;
}
.single-event-area .single-event .social-share-box span {
  position: absolute;
  top: 0;
  left: 0;
  color: #404040;
  font-size: 16px;
  font-weight: 400;
  margin: 5px 0;
}
.single-event-area .single-event .social-share-box span i{
  display: inline-block;
  padding-right: 8px;
}
.single-event-area .single-event .social-share-box .social-links li{
  display: inline-block;
  float: left;
  margin-right: 10px;
}
.single-event-area .single-event .social-share-box .social-links li:last-child{
  margin-right: 0;
}
.single-event-area .single-event .social-share-box .social-links li a {
  background: #f5f4f3;
  color: #888888;
  font-weight: 500;
  display: block;
  padding: 5px 15px 5px;
  transition: all 500ms ease;
}
.single-event-area .single-event .social-share-box .social-links li a:hover{
  background: #1da1f2;
  color: #ffffff;
}

.single-event-area .single-event .event-form-box {
  overflow: hidden;
  display: block;
}
.single-event-area .single-event .event-form-box .title{
  padding-bottom: 30px;
}
.single-event-area .single-event .event-form-box .title h3 {
  color: #404040;
  font-size: 24px;
  font-weight: 700;
  text-transform: uppercase;
}
.single-event-area .single-event .event-form-box .form-group {
  margin-bottom: 20px;
}
.single-event-area .single-event .event-form-box .form-group.margin0 {
  margin-bottom: 0px;
}
.single-event-area .single-event .event-form-box .form-group p {
  margin-bottom: 5px;
  font-weight: 500;
}
.single-event-area .single-event .event-form-box .form-group input[type="text"],
.single-event-area .single-event .event-form-box .form-group input[type="email"],
.single-event-area .single-event .event-form-box .form-group textarea {
  background: #ffffff;
  border: 1px solid #f4f4f4;
  color: #999999;
  display: block;
  font-size: 14px;
  height: 50px;
  margin-bottom: 25px;
  padding: 0 20px;
  width: 100%;
  transition: all 500ms ease;
  box-shadow: none;
  line-height: 50px;
}
.single-event-area .single-event .event-form-box .form-group input:focus{
  border-color: #18bccf;
}
.single-event-area .single-event .event-form-box .form-group textarea{
  height: 100px;
}
.single-event-area .single-event .event-form-box .form-group textarea:focus{
  border-color: #18bccf;
}
.single-event-area .single-event .event-form-box .form-group button {
  padding: 12px 40px 10px;
}


.event-sidebar .single-sidebar{ }
.event-sidebar .single-sidebar .event-filter {
  background: #f5f4f3;
  display: block;
  padding: 30px 20px 30px;
  margin-bottom: 50px;
}
.event-sidebar .single-sidebar .event-filter .section-title h4{
  color: #404040;
  font-size: 18px;
  font-weight: 600;
}
.event-tab-box ul {
  display: block;
  margin: 20px 0 20px;
}
.event-tab-box ul li{
  display: inline-block;
  float: left;
  position: relative;
  margin-right: 20px;    
}
.event-tab-box ul li:last-child{
  margin-right: 0;
}
.event-tab-box ul li a {
  position: relative;
  cursor: pointer;
  font-size: 14px;
  font-weight: 700;
  color: #404040;
  font-family: 'Montserrat', sans-serif;
  text-transform: uppercase;
  padding: 0;
  padding-left: 20px;
}
.event-tab-box ul li a:before {
  position: absolute;
  content: "";
  height: 12px;
  width: 12px;
  border-radius: 50%;
  background: #fff;
  border: 1px solid #f4f4f4;
  left: 0;
  top: 5px;
}
.event-tab-box ul li a:after {
  position: absolute;
  content: "";
  height: 6px;
  width: 6px;
  border-radius: 50%;
  background: #fff;
  left: 3px;
  top: 8px;
}
.event-tab-box ul li.active a:after {
  background: #18bccf;
}
.event-tab-box ul li.active a:before {
  border-color: #18bccf;
}
.event-tab-box ul li.active a{
  color: #18bccf;
  background: transparent;
}
.event-tab-box ul li:hover a{
  background: transparent;
}

.event-tab-box .tab-content{ }

.event-tab-box .tab-content .input-box{
  position: relative;
  overflow: hidden;
  display: block;
  margin-bottom: 20px;
}
.event-tab-box .tab-content .input-box input[type="text"] {
  background: #ffffff;
  border: 1px solid #ffffff;
  color: #888888;
  display: block;
  font-size: 14px;
  height: 40px;
  padding: 0 15px;
  width: 100%;
  transition: all 500ms ease;
  box-shadow: none;
  line-height: 50px;
}
.event-tab-box .tab-content .input-box .icon-box {
  position: absolute;
  top: 8px;
  right: 15px;
}
.event-tab-box .tab-content .input-box .icon-box i{
  color: #18bccf;
  font-size: 15px;
}
.event-tab-box .tab-content button {
  padding: 9px 20px 7px;
  margin: 10px 0 0;
}
.event-sidebar .single-sidebar .section-title h4 {
  color: #222222;
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase;
  margin: 0 0 26px;
}
.event-sidebar .single-sidebar .popular-event {
  margin-bottom: 50px;
}
.event-sidebar .single-sidebar .popular-event .event-carousel{ }
.event-sidebar .single-sidebar .popular-event .event-carousel .img-box{
  margin-bottom: 15px;    
}
.event-sidebar .single-sidebar .popular-event .event-carousel .text-box{ }
.event-sidebar .single-sidebar .popular-event .event-carousel .text-box a h4 {
  color: #404040;
  font-size: 16px;
  font-weight: 600;
  line-height: 26px;
  margin: 0 0 2px;
}
.event-sidebar .single-sidebar .popular-event .event-carousel .text-box .post-meta{
  overflow: hidden;
  display: block;
}
.event-sidebar .single-sidebar .popular-event .event-carousel .text-box .post-meta li{
  line-height: 30px;    
}
.event-sidebar .single-sidebar .popular-event .event-carousel .text-box .post-meta li i{
  display: inline-block;
  padding-right: 7px;
  color: #18bccf;
}
.event-sidebar .single-sidebar .popular-event .owl-theme .owl-nav {
  margin: 0;
  padding: 0;
  position: absolute;
  bottom: 100%;
  right: 0;
  margin: 0;
  margin-bottom: 15px;
}
.event-sidebar .single-sidebar .popular-event .owl-theme .owl-nav [class*=owl-] {
  color: #202f35;
  font-size: 20px;
  margin: 0;
  padding: 0;
  background-color: transparent;
  height: 40px;
  border: 0px;
  width: 18px;
  line-height: 36px;
  font-weight: 700;
  text-align: center;
  margin-left: 5px;
  display: inline-block;
  transition: color .3s ease;
}
.event-sidebar .single-sidebar .popular-event .owl-theme .owl-nav [class*=owl-]:hover {
  color: #18bccf;
  transition: .5s ease;
}

select#quantity1 {
  background-color: #f5f2f2;
  height: 42px;
  width: 100%;
  border: none;
  padding: 10px 8px;
}
.shop-details-info h6 {
  font-family: 'Open Sans', sans-serif !important;
  font-size: 19px;
  letter-spacing: 0;
}
.summarydiv-cart {
  width: 100%;
  float: left;
  margin-top: 15px;
  border-bottom: 1px solid #f0eeee;
  margin-bottom: 26px;
}
.summary-cart-top {
  width: 100%;
  float: left;
  background: #ec6623;
  height: 45px;
}
.summary-cart-top p{
    color:#fff;
}
.summary-cart-top1, .summary-cart-mid1 {
  width: 50%;
  float: left;
}
.p1-cart {
  text-align: left;
  padding-left: 15px;
}
.p1-cart, .p2-cart, .txt19-ordr {
  color: #fff;
  font-size: 20px;
  line-height: 49px;
  padding-top: 0px;
  padding-bottom: 0;
  text-transform: uppercase;
  text-transform: capitalize;
  font-weight: bold;
  font-family: 'Fira Sans', sans-serif;
}
.summary-cart-top2, .summary-cart-top3, .summary-cart-mid2, .summary-cart-mid3 {
  width: 25%;
  text-align: center;
}
.p2-cart {
  text-align: center;
}
.p1-cart, .p2-cart, .txt19-ordr {
  color: #fff;
  font-size: 20px;
  line-height: 20px;
  padding-top: 12px;
  padding-bottom: 0;
  text-transform: uppercase;
  text-transform: capitalize;
  font-weight: bold;
  font-family: 'Fira Sans', sans-serif;
}
.summary-cart-top3, .summary-cart-mid3, .sumbtm-price {
  box-sizing: border-box;
}
.summary-cart-top2, .summary-cart-top3, .summary-cart-mid2, .summary-cart-mid3 {
  width: 20%;
  float: left;
}
.summary-cart-prod1, .summary-cart-prod2 {
  width: 100%;
  height: auto;
  display: table;
  float: inherit;
  padding: 17px 0;
  position: relative;
  border-left: 1px solid #f0eeee;
  border-right: 1px solid #f0eeee;
}
.summary-cart-mid1, .summary-cart-mid2, .summary-cart-mid3 {
  display: table-cell;
  float: none;
  vertical-align: middle;
}
.summary-cart-mid1 {
  position: relative;
}
.summary-cart-top1, .summary-cart-mid1 {
  width: 50%;
  float: left;
}
.p3-cart {
  font-size: 15px;
  line-height: 18px;
  color: #434142;
  text-transform: capitalize;
  /* font-family: 'Museo Sans700'; */
}
.p3-cart, .p4-cart {
  text-align: left;
  padding-left: 15px;
}
.for-desk {
  display: block;
}
.p4-cart {
  font-size: 14px;
  line-height: 17px;
  color: #898989;
  /* font-family: 'Gibson-Light'; */
}
.p3-cart, .p4-cart {
  text-align: left;
  padding-left: 15px;
}
.summary-cart-mid1, .summary-cart-mid2, .summary-cart-mid3 {
  display: table-cell;
  float: none;
  vertical-align: middle;
}
.summary-cart-top2, .summary-cart-top3, .summary-cart-mid2, .summary-cart-mid3 {
  width: 20%;
  text-align: center;
}
.p5-cart {
  font-size: 18px;
  line-height: 18px;
  text-align: center;
  padding-top: 10px;
  color: #191b1b;
}
.cross-cart {
  cursor: pointer;
  position: absolute;
  top: 45%;
  right: 20px;
}
.summary-cart-btm {
  width: 100%;
  float: left;
}
.summary-cart-prod2, .summary-cart-btm {
  border-top: 1px solid #f0eeee;
  padding-bottom: 21px;
}
.sumbtm-price {
  width: 80%;
  float: right;
  margin-top: 12px;
}
.summary-cart-top3, .summary-cart-mid3, .sumbtm-price {
  box-sizing: border-box;
}
p6-cart, .p7-cart {
  float: right;
  width: 100%;
  font-size: 14px;
  line-height: 16px;
  text-align: left;
  color: #434142;
  padding: 5px 13px;
  text-transform: uppercase;
  /* font-family: 'Museo Sans700'; */
}
.brdr1 {
  font-weight: bold;
  border-top: 1px solid #f0eeee;
  padding-top: 12px;
  margin-top: 6px;
}
.p7-cart {
  font-size: 26px;
  line-height: 26px;
  color: #000;
  display: flex;
  justify-content: space-between;
}
.mrgn1-pro {
  margin: 18px 0 0 20px;
}
.btndiv4 {
  margin-top: 22px;
  width: 174px;
  padding: 10px 0;
  float: left;   
  color: #494949;
  border: 2px solid #056839;
  font-family: 'Gibson-Regular';
}
.btndivtxt1 {
  font-size: 18px;
  line-height: 18px;
  /* color: white; */
}
.btndiv {
  text-align: center;
  cursor: pointer;
  color: #3f5a09;
  outline: none;
  transition: all 2s ease 0s;
  -webkit-transition: all 2s ease 0s;
  -moz-transition: all 2s ease 0s;
  -o-transition: all 2s ease 0s;
  border: none;
  box-sizing: border-box;
  text-transform: uppercase;
  border: 2px solid #181a1f;
  background: transparent;
  display: inline-block;
  border-radius: 4px;
  /* font-weight: 900; */
  font-family: 'Montserrat', sans-serif;
  letter-spacing: 0;
}
.summary-cart-prod1, .summary-cart-prod2 {
  width: 100%;
  height: auto;
  display: table;
  float: inherit;
  padding: 17px 0;
  position: relative;
  border-left: 1px solid #f0eeee;
  border-right: 1px solid #f0eeee;
}




.section1-cart.shadow {
  padding-top: 100px;
  padding-bottom: 100px;
}
p.hdng3 {
  font-weight: bold;
  font-size: 30px;
  color: #000;
}
p.p1-cart {
  font-size: 19px;
}
select.ng-pristine.ng-valid.ng-touched {
  background-color: #ededed;
  padding: 12px;
  border: none;
  /* border-radius: 4px; */
}
.btndiv:hover {
  background-color: #222;
  color: #fff;
}

.header-action > ul {
  display: flex;
  align-items: center;
  margin-left: 0px;
}
.header-action > ul li {
  position: relative;
  margin-left: 32px;
  list-style-type: none;
}
.header-action ul li:first-child {
    /* margin-left: 123px; */
}
.header-shop-cart > a {
  height: 50px;
  width: 50px;
  display: block;
  text-align: center;
  line-height: 50px;
  border-radius: 50%;
  color: #fff;
}
.header-action > ul > li > a {
  font-size: 14px;
}
.scroll-top, .navbar-wrap > ul > li > a::before, .header-action > ul > li.header-shop-cart > a, .header-shop-cart .minicart .checkout-link a, .transparent-btn:hover, .faq-wrap .ui-accordion-header > span, .video-play a, .project-active .slick-dots li.slick-active button, .blog-post-item .blog-post-tag, .fw-title h5::before, .footer-newsletter button, .green-btn, .about-info-list ul li:hover .about-info-icon i, .shop-item:hover .shop-thumb span, .product-weight ul li.active, .related-product-active .slick-arrow:hover, .tag-list ul li a:hover, .object {background: #ec6623;}
.header-action > ul > li > a {
  font-size: 14px;
}
.header-shop-cart a span {
  position: absolute;
  right: 38px;
  top: 1px;
  width: 22px;
  height: 22px;
  text-align: center;
  border-radius: 50%;
  font-size: 12px;
  font-weight: 500;
  line-height: 22px;
  color: #ffffff;
  background-color: #191919;
}
.header-shop-cart ul.minicart {
  background: #fff;
  opacity: 0;
  padding: 25px;
  position: absolute;
  right: -15px;
  top: 70px;
  transition: all 0.5s ease 0s;
  width: 500px;
  z-index: 9;
  box-shadow: 0px 12px 24px 0px rgba(120, 120, 120, 0.3);
  visibility: hidden;
  transform: translateY(10px);
}
.header-shop-cart ul.minicart::before {
  position: absolute;
  content: '';
  left: 0px;
  top: -25px;
  width: 100%;
  height: 45px;
  display: block;
}
.header-shop-cart:hover ul.minicart {
  opacity: 1;
  visibility: visible;
  transform: translateY(0px);
  z-index: 9;
}
.header-shop-cart .minicart > li {
  display: block;
  margin-bottom: 22px;
  margin-left: 0;
  overflow: hidden;
  padding: 0;
}
.header-shop-cart .minicart .cart-img {
  float: left;
}
ul.minicart .cart-img img {
  width: 100px;
}
.header-shop-cart .minicart .cart-content {
  float: left;
  padding-left: 15px;
  text-align: left;
  padding-right: 25px;
}
.cart-content h4 {
  font-family: 'Montserrat', sans-serif;
}
ul.minicart .cart-content h4 {
  font-size: 15px;
  background: none;
  font-weight: 600;
  line-height: 1.4;
}
ul.minicart .cart-content h4 a {
  color: #282828;
}
ul.minicart .cart-price span {
  color: #9c9c9c;
  font-size: 13px;
  font-weight: 500;
  margin-left: 6px;
}
ul.minicart .cart-price .new {
  font-size: 14px;
  color: #282828;
  margin-left: 0;
}
.header-shop-cart .minicart .del-icon {
  float: right;
  margin-top: 30px;
}
.minicart .del-icon > a {
  font-size: 18px;
  color: #282828;
}
.total-price {
  border-top: 1px solid #473151;
  overflow: hidden;
  padding-top: 25px;
  margin-top: 10px;
}
.total-price span {
  color: #282828;
  font-weight: 500;
}
.header-shop-cart .minicart > li:last-child {
  margin-bottom: 0;
}
.header-shop-cart .minicart .checkout-link a {
  color: #fff;
  display: block;
  font-weight: 500;
  padding: 30px 30px;
  text-align: center;
  font-size: 17px;
  margin-bottom: 8px;
  text-transform: capitalize;
  letter-spacing: 0;
  font-family: "Fira Sans", sans-serif;
}
.header-shop-cart .minicart .checkout-link a.red-color {
  background: #222;
  color: #fff;
}
.header-action .header-btn .btn {
  color: #fff;
  font-size: 14px;
  padding: 20px 34px;
}
.btn-sec {
  font-size: 14px;
  text-transform: uppercase;
  color: #fff !important;
  width: 150px;
  background: #7fb401;
  line-height: 50px;
  text-align: center;
  margin-top: 0;
  font-weight: 700;
  border-radius: 0px;
  width: 100%;
  text-decoration: none;
  font-family: 'Fira Sans', sans-serif;
}
.btn-sec:hover {
  background: #121d2f;
  color: #fff;
  text-decoration: none;
}
a:hover{
  text-decoration: none;  
}
select#quantity1 {
  background-color: #f4f3ef;
  width: 100%;
  border: 0px;
  height: 55px;
  padding: 0 18px 0 14px;
}
.nav-cart-item-image {
  border: 2px solid #eee;
  float: left;
  height: 48px;
  margin-right: 15px;
  transition: border-color 0.2s linear 0s;
  width: 48px;
}
.nav-cart-item-image a, .nav-cart-item-image img {
  display: block;
  height: 44px;
  width: 44px;
}
.nav-cart-item-desc {
    padding: 10px 0;
  overflow: hidden;
  position: relative;
  width: 80%;
}
.nav-cart-item-desc a.nav-cart-item-quantity {
  color: #444;
  display: block;
  font-size: 17px;
  position: absolute;
  right: 0;
  top: 2px;
  padding: 2px 5px 2px 5px;
  background-color: #f9f8f6;
  border-radius: 5px;
}
.nav-cart-item-desc span.nav-cart-item-price {
  color: #999;
  display: block;
  font-size: 14px;
  line-height: 20px;
  padding-top: 7px;
}
.nav-cart-item-desc a {
  font-size: 15px;
  font-weight: 200;
  height: auto;
  text-align: left;
  width: auto;
  color: #222;
}
.nav-cart-title h5 {
  font-size: 18px;
  font-weight: 200;
  letter-spacing: 0;
  margin: 0px;
  text-transform: capitalize;
  font-family: "Fira Sans", sans-serif;
  padding-top: 17px;
  padding-bottom: 15px;
}
.nav-cart-title h4 {
  font-size: 18px;
  font-weight: 200;
  letter-spacing: 0;
  margin: 0px;
  text-transform: capitalize;
  font-family: "Fira Sans", sans-serif;
  padding-top: 17px;
  padding-bottom: 15px;
}
ul.main-menu li a i:hover{
  color:#fff;
}

li.nav-items select {
  margin-top: 10px;
  background-color: #f8f8f8;
  border: none;
  padding: 9px;
  border-radius: 4px;
  padding-right: 32px;
  margin-right: 48px;
}
.nav-cart-item {
  border-top: 1px solid #f5f5f5;
  margin-top: 15px;
  padding-top: 15px;
}
.exhibition-section {
  position: relative;
  isolation: isolate;
}
.section--top {
  padding-top: clamp(60px, 8vw, 120px);
}
.section--sm {
  padding-top: clamp(30px, 4vw, 60px);
  padding-bottom: clamp(30px, 4vw, 60px);
}
.section__particles {
  display: inline-block;
  position: relative;
  isolation: isolate;
  margin-left: 35px;
  margin-right: 35px;
}
.section__para {
  max-width: 50ch;
}

.list--exhibition {
  padding-left: 50px;
}
.list--exhibition {
  padding-left: 30px;
  position: relative;
  isolation: isolate;
}
.list {
  display: flex;
  flex-direction: column;
  gap: var(--gap, 1rem);
  margin: 0;
  padding: 0;
  list-style: none;
}
.list--exhibition li {
  position: relative;
  isolation: isolate;
}
@import url('https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700,800,900&display=swap');
/**  
* -----------------------------------------------------------------------------
*
* Template : Bizup  Consulting Business HTML Template
* Author : reacthemes
* Author URI : https://reactheme.com/ 
* Version: 1.0
*
* -----------------------------------------------------------------------------   
TABLE OF CONTENT
---------------------------------------------------------
01. General CSS
02. Global Class CSS
03. Header Section CSS
04. Sticky Menu CSS
05. About Section CSS
06. Appointment Section CSS
07. Breadcrumbs Section CSS
08. Banner Section CSS
09. Slider Section CSS
10. Video Section CSS
11. Iconbox Area Section CSS
12. Skill-bar Section CSS
13. Services Section CSS
14. Faq Section CSS
15. Counter Section CSS
16. Choose Us Section CSS
17. Team Section CSS
18. Process Section CSS
19. Pricing Section CSS  
20. Project Section CSS
21. Partner Section CSS
22. Blog Section CSS
23. Testimonial Section CSS
24. Shop Section CSS
25. Single Shop Section CSS
26. Cart Section CSS
27. Woocommerce Section CSS
28. Checkout Section CSS
29. Account Section CSS
30. Contact Section CSS
31. Footer Section CSS
32. Scroll Up CSS
33. Preloader CSS
34. Animation Part CSS

--------------------------------------------------------*/
@charset "utf-8";
/* -----------------------------------
01. General CSS
-------------------------------------*/
html,
body {
  font-size: 15px;
  color: #454545;
  font-family: 'Montserrat', sans-serif;
  vertical-align: baseline;
  line-height: 1.7;
  font-weight: 400;

}
img {
  max-width: 100%;
  height: auto;
}
p {
  margin: 0 0 26px;
  line-height: 1.8;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Montserrat', sans-serif;
  color: #0a0a0a;
  margin: 0 0 26px;
  line-height: 1.2;
}
h1 {
  font-size: 52px;
  line-height: 62px;
  font-weight: 700;
}
h2 {
  font-size: 40px;
  line-height: 50px;
  font-weight: 700;
}
h3 {
  font-size: 28px;
  line-height: 42px;
  font-weight: 700;
}
h4 {
  font-size: 26px;
  line-height: 36px;
  font-weight: 700;
}
h5 {
  font-size: 24px;
  line-height: 32px;
  font-weight: 600;
}
h6 {
  font-size: 20px;
  line-height: 28px;
  font-weight: 500;
}
.text-md-left {
  text-align: left;
}
.text-md-right {
  text-align: right;
}
.text-right {
  text-align: right;
}
.no-border {
  border: none !important;
}
.uppercase {
  text-transform: uppercase !important;
}
.capitalize {
  text-transform: capitalize !important;
}
.extra-bold {
  font-weight: 800 !important;
}
.gray-bg {
  background: #ebebeb;
}
.gray-bg2 {
  background: #ededed;
}
.gray-bg3 {
  background: #f6f7f9;
}
.gray-bg4 {
  background: #f6f6f6;
}
.gray-bg5 {
  background: #f9f9f9;
}
.gray-bg6 {
  background: #f7f7f7;
}
.gray-bg7 {
  background: #fcfcfc;
}
.black-bg {
  background: #15161a;
}
.black-bg2 {
  background: #0c0b0b;
}
.black-bg3 {
  background: #201d1d;
}
.white-color {
  color: #ffffff !important;
}
.title-color {
  color: #0a0a0a !important;
}
.body-color {
  color: #454545 !important;
}
.white-bg {
  background: #fff;
}
.primary-color2 {
  color: #18bccf !important;
}
.primary-bd2 {
  background: #18bccf !important;
}
.secondary-bg2 {
  background: #043d72 !important;
}
.rs-vertical-bottom {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: flex-end;
  -webkit-align-items: flex-end;
  align-items: flex-end;
}
.rs-vertical-middle {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
a {
  color: #ec6623;
  transition: all 0.3s ease;
  text-decoration: none !important;
  outline: none !important;
}
a:active,
a:hover {
  text-decoration: none;
  outline: 0 none;
  color: #ec6623;
}
ul {
  list-style: outside none none;
  margin: 0;
  padding: 0;
}
.clear {
  clear: both;
}
::-moz-selection {
  background: #ec6623;
  text-shadow: none;
  color: #ffffff;
}
::selection {
  background: #ec6623;
  text-shadow: none;
  color: #ffffff;
}
.bg1 {
  background: url(assets/images/bg/about-bg.png);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
}
.bg2 {
  background: url(assets/images/bg/ser-bg.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.bg3 {
  background: url(assets/images/bg/portfolio-bg.png);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
}
.bg4 {
  background-image: url(assets/images/bg/team-bg.jpg);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
}
.bg5 {
  background-image: url(assets/images/bg/choose-bg.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.bg6 {
  background-image: url(assets/images/bg/testi-bg.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.bg7 {
  background-color: #EBEBEB;
  background-image: url(assets/images/bg/blog-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}
.bg8 {
  background-image: url(assets/images/bg/contact-bg.jpg);
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: cover;
}
.bg9 {
  background-image: url(assets/images/bg/contact-bg-3.jpg);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
}
.bg10 {
  background-image: url(assets/images/bg/testi-bg2.jpg);
  background-color: #000000;
  background-repeat: no-repeat;
  background-position: top left;
  background-size: cover;
}
.bg11 {
  background-image: url(assets/images/bg/contact-bg-2.jpg);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
}
.bg12 {
  background-image: url(assets/images/bg/about-bg2.jpg);
  background-repeat: no-repeat;
  background-position: top center;
}
.bg13 {
  background-image: url(assets/images/bg/cta-bg.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.bg14 {
  background-image: url(assets/images/bg/ser-bg3.jpg);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
}
.bg15 {
  background-image: url(assets/images/bg/choose-bg3.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}
.bg16 {
  background-image: url(assets/images/bg/testi-bg3.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}
.bg17 {
  background-image: url(assets/images/bg/team-bg3.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}
.bg18 {
  background-color: #F9F9F9;
  background-image: url(assets/images/bg/con-bg4.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.bg19 {
  background-image: url(assets/images/bg/blog-bg3.jpg);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
}
.bg20 {
  background-image: url(assets/images/bg/service-bg4.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.bg21 {
  background-image: url(assets/images/bg/about-bg4.png);
  background-position: top left;
  background-repeat: no-repeat;
  background-size: auto;
}
.bg22 {
  background-image: url(assets/images/bg/testi-bg4.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.bg23 {
  background-image: url(assets/images/bg/project-single-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 40px 0px 45px 30px;
}
.bg24 {
  background-image: url(assets/images/bg/project-single-bg2.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 40px 35px 40px 35px;
}
.bg25 {
  background-image: url(assets/images/bg/count-bg5.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}
.bg26 {
  background-image: url(assets/images/bg/project-bg5.jpg);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
}
.shape-bg {
  background: url(assets/images/background/shape/shape-bg.png);
  background-repeat: repeat;
  background-size: auto;
  background-repeat: no-repeat;
  background-size: cover;
}
.offwrap {
  cursor: url(assets/images/close.png), auto;
  width: 100%;
  left: 100%;
  transition: all 0.8s ease-out 0s;
  position: fixed;
  background: #fff;
  height: 100vh;
  top: 0;
  bottom: 0;
  opacity: .6;
  z-index: 222;
}
body.nav-expanded .offwrap {
  left: 0%;
  transition: all 0.8s ease-out 0s;
}
.bg-unset {
  background: unset !important;
}
.rs-menu-toggle {
  color: #ec6623;
  text-align: right;
}
button {
  cursor: pointer;
}
.glyph-icon:before {
  margin: 0;
}
.z-index-1 {
  position: relative;
  z-index: 1;
}
ul.services-list li a {
  display: block;
  border: 1px solid #e8e8e8;
  padding: 16px 18px;
  transition: all .5s ease;
  position: relative;
  font-size: 16px;
  font-weight: 700;
  color: #0a0a0a;
  margin-bottom: 15px;
}
ul.services-list li a:before {
  content: "\f113";
  position: absolute;
  right: 12px;
  top: 16px;
  font-family: Flaticon;
  color: #1c1b1b;
}
ul.services-list li a:hover,
ul.services-list li a.active {
  background: #ec6623;
  color: #ffffff;
}
ul.services-list li a:hover:before,
ul.services-list li a.active:before {
  color: #ffffff;
}
ul.listing-style li {
  margin-bottom: 7px;
}
ul.listing-style li i {
  color: #ec6623;
  font-size: 24px;
  line-height: 31px;
  margin-right: 10px;
}
.features-content {
  padding: 98px 150px 97px 100px;
}
.features-content ul.rs-features-list li {
  margin: 0px 0px 21px 0px;
  display: flex;
  align-items: center;
}
.features-content ul.rs-features-list li i {
  color: #ffffff;
  background-color: transparent;
  background-image: linear-gradient(180deg, #e78b0e 0%, #d22511 100%);
  padding: 15px 15px 15px 15px;
  margin: 0px 25px 0px 0px;
  border-radius: 50px 50px 50px 50px;
}
.features-content ul.rs-features-list li .feature-text {
  color: #000000;
  font-weight: 500;
}
.icon-item li {
  display: flex;
  padding-bottom: 10px;
}
.icon-item li .list-icon i {
  font-size: 14px;
  width: 1.25em;
}
.icon-item li .list-text {
  align-self: center;
  padding-left: 5px;
}
.icon-item li:last-child {
  padding-bottom: 0;
}
input:focus,
select:focus,
textarea:focus,
button:focus {
  outline: none !important;
}
.pagination-area {
  display: inline-block;
}
.pagination-area .nav-link {
  display: flex;
  align-items: center;
  padding: 15px 10px 15px 8px;
  border-radius: 0;
  background: #ec6623;
}
.pagination-area .nav-link .page-number {
  padding: 2px 15px 0 20px;
  line-height: 12px;
  font-size: 18px;
  text-decoration: none;
  transition: all 0.4s ease-in-out 0s;
  text-align: center;
  background: 0 0;
  color: #eee;
  display: inline-block;
  vertical-align: top;
  border-right: 1px solid #e6e6e6;
}
.pagination-area .nav-link .page-number.border-none {
  border-right: unset;
}
.pagination-part {
  display: inline-block;
  border: 1px solid #f9f9f9;
  padding: 11px 0;
  border-radius: 3px;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.05);
  background: #fff;
}
.pagination-part li {
  padding: 2px 20px 0 21px;
  line-height: 23px;
  font-size: 18px;
  text-decoration: none;
  transition: all 0.4s ease-in-out 0s;
  text-align: center;
  background: 0 0;
  color: #000;
  display: inline-block;
  vertical-align: top;
  border-right: 1px solid #e6e6e6;
}
.pagination-part li a {
  color: #454545;
}
.pagination-part li:last-child {
  border-right: unset;
}
.pagination-part .next-page {
  position: relative;
  transition: all 0.4s ease-in-out 0s;
  padding-right: 12px;
}
.pagination-part .next-page:before,
.pagination-part .next-page:after {
  content: "\f105";
  position: absolute;
  top: 4px;
  right: 0;
  color: #454545;
  line-height: 16px;
  font-family: fontawesome;
  font-size: 12px;
}
.pagination-part .next-page:before {
  right: 4px;
}
.pagination-part .active a {
  color: #ec6623;
}
.gridFilter button {
  font-size: 17px;
  font-weight: 600;
  background: 0 0!important;
  color: #0a0a0a;
  display: inline-block;
  transition: .4s;
  outline: 0;
  position: relative;
  padding: 6px 20px 6px 20px;
  border: 0;
}
.gridFilter button.active {
  color: #FFFFFF;
  background: #ec6623 !important;
}
.gridFilter button:hover {
  color: #FFFFFF;
  background: #ec6623 !important;
}
.gridFilter button + button {
  margin-left: 20px;
}
blockquote {
  margin: 35px 0px;
  padding: 40px 60px;
  color: #666;
  position: relative;
  background: rgba(0, 0, 0, 0.01);
  font-weight: normal;
  font-style: italic;
  text-align: left;
  clear: both;
  font-size: 20px;
  font-weight: 400;
  border-radius: 8px;
}
blockquote:before {
  content: "\f129";
  font-size: 35px;
  color: #FD6509;
  padding-bottom: 0;
  display: inline-block;
  font-family: flaticon;
  font-weight: 400;
  text-align: center;
  top: 0;
  background: 0 0;
  transform: rotate(180deg);
}
blockquote cite {
  font-size: 15px;
  display: block;
  margin-top: 10px;
}
blockquote cite:before {
  content: "";
  font-size: 28px;
  color: #ff5421;
  padding-bottom: 0px;
  display: inline-block;
  background: #ec6623;
  height: 2px;
  width: 40px;
  font-weight: 400;
  text-align: center;
  top: -4px;
  margin-right: 10px;
  position: relative;
}
.dots {
  list-style: disc;
  margin: 0 0 1.5em 3em;
}
.arrow-btn {
  position: absolute;
  top: 90%;
  left: 50%;
  transform: translate(-50%, -15%);
}
.arrow-btn a {
  font-weight: 400;
  font-size: 17px;
  border-color: #ec6623;
  border-style: solid;
  border-width: 1px;
  margin: 0px;
  border-radius: 23px;
  padding: 12px 15px;
  color: #ec6623;
}
.arrow-btn a span {
  position: absolute;
  display: block;
  top: 50%;
  left: 50%;
  width: 8px;
  height: 8px;
  margin: -4px 0 0 -4px;
  border-radius: 50%;
  background: #ec6623;
}
.rs-carousel.nav-style1 {
  position: relative;
}
.rs-carousel.nav-style1 .owl-nav {
  display: block;
}
.rs-carousel.nav-style1 .owl-nav .owl-next,
.rs-carousel.nav-style1 .owl-nav .owl-prev {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 30px;
  width: 42px;
  height: 42px;
  line-height: 42px;
  border-radius: 50%;
  background: #ec6623;
  text-align: center;
  color: #ffffff;
  transition: all 0.5s;
  transition-delay: 0.70s;
  opacity: 0;
  visibility: hidden;
}
.rs-carousel.nav-style1 .owl-nav .owl-next i:before,
.rs-carousel.nav-style1 .owl-nav .owl-prev i:before {
  content: "\f138";
  font-family: Flaticon;
}
.rs-carousel.nav-style1 .owl-nav .owl-next {
  right: 30px;
  left: unset;
}
.rs-carousel.nav-style1 .owl-nav .owl-next i:before {
  content: "\f137";
}
.rs-carousel.nav-style1:hover .owl-nav .owl-next,
.rs-carousel.nav-style1:hover .owl-nav .owl-prev {
  left: -50px;
  transition-delay: 0s;
  visibility: visible;
  opacity: 1;
}
.rs-carousel.nav-style1:hover .owl-nav .owl-next {
  right: -50px;
  left: unset;
}
.rs-carousel.nav-style2 {
  position: relative;
}
.rs-carousel.nav-style2 .owl-nav {
  display: block;
  position: absolute;
  top: -80px;
  right: 0;
}
.rs-carousel.nav-style2 .owl-nav .owl-prev,
.rs-carousel.nav-style2 .owl-nav .owl-next {
  display: inline-block;
}
.rs-carousel.nav-style2 .owl-nav .owl-prev i,
.rs-carousel.nav-style2 .owl-nav .owl-next i {
  transition: all 0.3s ease;
}
.rs-carousel.nav-style2 .owl-nav .owl-prev i:before,
.rs-carousel.nav-style2 .owl-nav .owl-next i:before {
  font-family: Flaticon;
  font-size: 22px;
}
.rs-carousel.nav-style2 .owl-nav .owl-prev:hover i,
.rs-carousel.nav-style2 .owl-nav .owl-next:hover i {
  color: #ec6623;
}
.rs-carousel.nav-style2 .owl-nav .owl-prev i:before {
  content: "\f134";
}
.rs-carousel.nav-style2 .owl-nav .owl-prev:after {
  content: "/";
  padding: 0 5px 0 5px;
  position: relative;
  top: -3px;
}
.rs-carousel.nav-style2 .owl-nav .owl-next i:before {
  content: "\f133";
}
.rs-carousel .owl-dots {
  text-align: center;
  margin-top: 50px;
}
.rs-carousel .owl-dots .owl-dot {
  width: 25px;
  height: 8px;
  display: inline-block;
  margin: 0 6px;
  padding: 3px 0;
  border-radius: 0;
  border: none;
  transition: all 0.3s ease;
  background: #ec6623;
  box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.25);
}
.rs-carousel .owl-dots .owl-dot:hover,
.rs-carousel .owl-dots .owl-dot.active {
  width: 40px;
  background: #ec6623;
  opacity: .5;
}
/* ------------------------------------
02. Global Class CSS
---------------------------------------*/
.y-middle {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.y-bottom {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: flex-end;
  -webkit-align-items: flex-end;
  align-items: flex-end;
}
.project-item .vertical-middle {
  position: relative;
  z-index: 9;
}
.vertical-middle {
  display: table;
  height: 100%;
  width: 100%;
}
.vertical-middle-cell {
  display: table-cell;
  vertical-align: middle;
}
.readon {
  color: #fff;
  font-size: 17px;
  line-height: 26px;
  font-weight: 600;
  text-transform: capitalize;
  cursor: pointer;
  display: inline-block;
  position: relative;
  transition: all 0.4s;
  z-index: 1;
  background-color: transparent;
}
.readon.consultant {
  padding: 18px 35px 18px 35px;
  border-radius: 0px 0px 0px 0px;
  color: #fff;
  background: #ec6623;
  overflow: hidden;
  position: relative;
  z-index: 2;
}
.readon.consultant:after {
  content: "";
  position: absolute;
  top: 10px;
  left: 0;
  width: 300px;
  height: 200px;
  background-color: #333;
  border-color: transparent;
  border-radius: 50%;
  transform: translate(-40px, -80px) scale(0.1);
  opacity: 0;
  z-index: -1;
  transition: transform 0.5s, opacity 0.5s, background-color 0.5s;
}
.readon.consultant:hover:after {
  opacity: .3;
  transform-origin: 100px 100px;
  transform: scale(1) translate(-10px, -70px);
}
.readon.consultant.slider {
  padding: 18px 40px 18px 40px;
}
.readon.consultant.discover {
  padding: 15px 40px 15px 40px;
}
.readon.consultant.discover.orange-more {
  background: #fd4a36;
}
.readon.consultant.blue-view {
  padding: 15px 40px 15px 40px;
  background: #17d9ed;
}
.readon.consultant.orange-slide {
  background: #fd4a36;
}
.readon.consultant.blog {
  font-size: 14px;
  font-weight: 600;
  padding: 9px 50px 9px 25px;
  background: #ec6623;
  position: relative;
}
.readon.consultant.blog:before {
  content: "\f114";
  font-family: Flaticon;
  font-size: 15px;
  font-weight: 900;
  position: absolute;
  top: 11px;
  right: 26px;
  transition: all 0.3s;
  color: #fff;
  transition: all ease .4s;
  color: #ffffff;
}
.readon.consultant.lets-talk {
  padding: 8px 22px;
  font-size: 14px;
  background: #fd4a36;
}
.readon.consultant.get-quote {
  font-size: 14px;
  padding: 8px 22px;
  background: #4caf50;
  border-color: #4caf50;
}
.readon.consultant.paste-btn {
  font-weight: 500;
  padding: 15px 33px 15px 33px;
  background-color: #4CAF50;
  border-radius: 4px 4px 4px 4px;
}
.readon.consultant.paste-btn.more {
  padding: 15px 40px 15px 40px;
}
.readon.blue-slide {
  background-color: #17d9ed;
  color: #ffffff;
  padding: 17px 35px 17px;
  display: inline-block !important;
}
.readon.blue-slide:hover {
  opacity: 0.8;
}
.readon.submit {
  background-color: #ec6623;
  padding: 18px 35px 18px 35px;
  border: none;
  transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  display: block;
  cursor: pointer;
  position: relative;
  z-index: 2;
}
.readon.submit:hover {
  color: #fff;
  opacity: .99;
}
.readon.submit.blue-small {
  background-color: #17d9ed;
  padding: 17px 30px 17px 30px;
  font-size: 16px;
  border-radius: 0px 0px 0px 0px;
}
.readon.submit.orange-submit {
  background-color: #FD4A36;
  font-size: 16px;
}
.readon.submit.paste-btn {
  color: #fff;
  background-color: #4CAF50;
  margin: 0px 0px 0px 0px;
  padding: 18px 35px 18px 35px;
  font-size: 16px;
  font-weight: 600;
  border-radius: 4px 4px 4px 4px;
}
.readon.post {
  padding: 14px 25px;
  border-radius: 0;
  line-height: normal;
  font-size: 14px;
  font-weight: 500;
  background: #ec6623;
  border: none;
}
.readon.price {
  padding: 8px 30px 8px 30px;
  color: #0A0A0A;
  background-color: #fff;
  border-style: solid;
  border-width: 1px 1px 1px 1px;
  border-color: #0A0A0A;
  border-radius: 0px 0px 0px 0px;
}
.readon.price:hover {
  border-style: solid;
  border-width: 1px 1px 1px 1px;
  border-color: #ec6623;
  color: #ffffff;
  background-color: #ec6623;
}
.readon.price.price2 {
  background-color: #ec6623;
  border-style: solid;
  border-width: 1px 1px 1px 1px;
  border-color: #ec6623;
  background: #ec6623;
  color: #ffffff;
}
.readon.price.price2:hover {
  border-width: 1px 1px 1px 1px;
  border-color: #DF1313;
  background: #DF1313;
}
.readon.price.big {
  font-size: 20px;
  font-weight: 500;
}
.readon.apply {
  padding: 5px 15px 5px 15px;
  font-size: 15px;
  font-weight: 600;
  color: #fff;
  background-color: #ec6623;
}
.readon.view-more {
  padding: 7px 25px 7px;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  color: #111111;
  background-color: #fff;
  border-radius: 0px 0px 0px 0px;
}
.readon.view-more.small {
  padding: 7px 25px 7px 25px;
  border-radius: 4px 4px 4px 4px;
}
.readon2 {
  padding: 12px 35px 10px;
  border-radius: 30px;
  color: #ffffff !important;
  position: relative;
  display: inline-flex;
  align-items: center;
  background: #18bccf;
  text-align: center;
  cursor: pointer;
  font-size: 16px;
  outline: none;
  transition: all 0.3s ease !important;
}
.readon2 .btn-arrow {
  position: relative;
  width: 20px;
  height: 16px;
  overflow: hidden;
  margin-left: 11px;
}
.readon2 .btn-arrow:before,
.readon2 .btn-arrow:after {
  position: absolute;
  content: "\f114";
  font-family: Flaticon;
  top: 50%;
  transform: translateY(-50%);
  color: #ffffff;
  transition: all 0.3s ease;
}
.readon2 .btn-arrow:before {
  right: 1px;
}
.readon2 .btn-arrow:after {
  right: 22px;
}
.readon2:hover {
  color: #ffffff;
  background: #043d72;
}
.readon2:hover div:before,
.readon2:hover div:after {
  color: #18bccf;
}
.readon2:hover div:before {
  right: -20px;
}
.readon2:hover div:after {
  right: 1px;
}
.readon2.hover-light:hover {
  background: #ffffff;
  color: #18bccf !important;
}
.readon2.hover-light:hover .btn-arrow:before,
.readon2.hover-light:hover .btn-arrow:after {
  color: #18bccf;
}
.left-line-v {
    position: relative;
    padding-left: 20px;
    color: #fff;
    line-height: 24px;
    font-size: 15px;
}
.blog-button a {
  text-align: center;
  display: inline-block;
  color: #ec6623;
  padding-right: 25px;
  position: relative;
  z-index: 1;
  font-weight: 700;
  font-size: 15px;
}
.blog-button a:after {
  content: "\f114";
  position: absolute;
  font-family: flaticon;
  font-size: 15px;
  top: 1px;
  right: 0;
  opacity: 1;
  transition: all 0.3s;
}
.blog-button a:hover:after {
  right: -5px;
  opacity: 1;
}
.blog-button.services a {
  font-size: 16px;
  font-weight: 600;
  color: #ec6623;
  padding-right: 12px;
}
.blog-button.services a:after {
  content: "\f113";
  position: absolute;
  font-family: flaticon;
  font-size: 10px;
  top: 1px;
  right: 0;
  opacity: 1;
  transition: all 0.3s;
  color: #ec6623;
}
.blog-button.services a:hover:after {
  right: -2px;
  opacity: 1;
  transform: unset;
}
.add-btn {
  cursor: pointer;
  display: inline-block;
  position: relative;
  transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  padding: 10px 40px;
  border-radius: 3px;
  font-size: 16px;
  font-weight: 500;
  background: #ec6623;
  color: #ffffff;
  border: none;
}
.add-btn:hover {
  opacity: 0.7;
}
/*-- Submit Button Css --*/
.submit-btn {
  box-shadow: 0 28px 50px 0 rgba(0, 0, 0, 0.05);
  outline: 0;
  border: none;
  padding: 18px 18px 18px 18px;
  border-radius: 3px;
  display: inline-block;
  text-transform: capitalize;
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  background-color: #4CAF50;
  transition: all .3s ease;
  position: relative;
  overflow: hidden;
  width: 100%;
  cursor: pointer;
}
.submit-btn:hover {
  opacity: 0.9;
}
.margin-remove {
  margin: 0 !important;
}
.no-gutter {
  margin-left: 0;
  margin-right: 0;
}
.no-gutter [class*="col-"] {
  padding-left: 0;
  padding-right: 0;
}
[class^="flaticon-"]:before,
[class*=" flaticon-"]:before,
[class^="flaticon-"]:after,
[class*=" flaticon-"]:after {
  margin: 0;
}


.display-table {
  display: table;
  height: 100%;
  width: 100%;
}
.display-table-cell {
  display: table-cell;
  vertical-align: middle;
}
.relative {
  position: relative;
}
.pt-relative {
  position: relative !important;
}
.sub-text {
    font-family: 'Montserrat', sans-serif;
    color: #cb0000;
    font-weight: 600;
    font-size: 25px;
    padding: 10px;
    /* background: linear-gradient(45deg, #f0303061, #ec662305); */
    position: relative;
    z-index: 99;
    display: block;
    line-height: normal;
    margin-top: 0px;
    text-transform: uppercase;
    border-radius: 5px;
    margin-bottom: -5px;
    font-family: "Yantramanav", sans-serif;
}

.desc {
  font-weight: 500;
}
.sec-title .sub-text {
  font-size: 15px;
  line-height: 28px;
  font-weight: 600;
  color: #191821;
  margin: 0 0 10px;
  text-transform: capitalize;
  display: block;
}
.sec-title .sub-text.big {
  font-size: 17px;
  font-weight: 500;
  color: #333333;
}
.sec-title .sub-text.small {
  font-size: 15px;
  color: #17d9ed;
  text-transform: uppercase;
}
.sec-title .title {
  font-size: 37px;
  line-height: 46px;
  font-weight: bold;
  color: #0a0a0a;
  margin: 0;
  position: relative;
  text-align: left;
  font-family: 'Montserrat', sans-serif;
  text-transform: uppercase;
}
.sec-title .title span {
  color: #ec6623;
  font-style: oblique;
}
.sec-title .title span.new-text {
  font-style: unset;
}
.sec-title .title:after {
  content: "";
  position: absolute;
  border: 0;
  width: 65px;
  height: 5px;
  background: #ec6623;
  z-index: 1;
  margin-left: 0;
  left: 0;
  top: 0;
}
.sec-title .title.title2:after {
  left: 50%;
  transform: translateX(-50%);
}
.sec-title .title.title2.contact {
  max-width: 530px;
  margin: 0 auto;
  color: #ffffff;
}
.sec-title .title.title3 {
  padding-top: 0;
}
.sec-title .title.title3:after {
  display: none;
}
.sec-title .title.title3.small {
  font-size: 28px;
}
.sec-title .title.title4 {
  font-size: 28px;
  line-height: 36px;
}
.sec-title .title span {
  color: #10c4c6;
  text-transform: capitalize;
  font-style: normal;
  font-size: 28px;
  background-color: #222;
  padding: 10px;
  font-family: 'Courgette', cursive;
  font-weight: normal;
}
.sec-title .title-inner .title-small {
  font-size: 17px;
  line-height: 26px;
  font-weight: 600;
  margin: 0px 0px 6px 0px;
  color: #0a0a0a;
}
.sec-title2 .title {
  font-size: 36px;
}
.sec-title2 .title span {
  color: #ec6623;
  font-style: oblique;
}
.sec-title2 .title span.new-next {
  font-style: unset;
}
.sec-title2 .first-half {
  max-width: 50%;
  flex: 0 0 50%;
}
.sec-title2 .last-half {
  max-width: 50%;
  flex: 0 0 50%;
  font-weight: 500;
}
.sec-title3 {
  position: relative;
}
.sec-title3 .sub-title {
  font-size: 15px;
  font-weight: 600;
  text-transform: uppercase;
  color: #fd4a36;
  display: block;
  margin: 0 0 10px;
}
.sec-title3 .sub-title.paste-color {
  color: #4caf50;
}
.sec-title3 .sub-text {
  font-size: 15px;
  font-weight: 500;
  line-height: 28px;
  text-transform: uppercase;
  color: #fd4a36;
  margin: 0 0 10px;
  display: block;
  position: relative;
  padding-left: 107px;
}
.sec-title3 .sub-text:before {
  content: '';
  position: absolute;
  left: 0;
  top: 12px;
  height: 4px;
  width: 12px;
  border-radius: 2px;
  background-color: #fd4a36;
  transition: all .3s ease;
  z-index: 0;
}
.sec-title3 .sub-text:after {
  content: "";
  position: absolute;
  border: 0;
  height: 4px;
  width: 55px;
  z-index: 1;
  margin-left: 0;
  left: 24px;
  top: 12px;
  border-radius: 2px;
  background-color: #fd4a36;
  transition: all .3s ease;
  z-index: 0;
}
.sec-title3 .title {
  font-size: 36px;
  font-weight: 700;
  line-height: 46px;
  color: #0a0a0a;
  margin: 0;
}
.sec-title3 .heading-border-line {
  position: relative;
}
.sec-title3 .heading-border-line:before {
  content: "";
  width: 12px;
  height: 4px;
  background: #fd4a36;
  position: absolute;
  bottom: -4px;
  left: 50%;
  margin-left: -35px;
  transform: translateX(-50%);
  border-radius: 2px;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  z-index: 1;
}
.sec-title3 .heading-border-line:after {
  content: "";
  width: 65px;
  height: 4px;
  background: #fd4a36;
  position: absolute;
  bottom: -4px;
  right: 0;
  left: 50%;
  margin-left: -20px;
  border-radius: 2px;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  z-index: 0;
}
.sec-title3 .heading-border-line.left-style {
  position: relative;
  margin-left: 44px;
}
.sec-title3 .heading-border-line.left-style:before {
  left: 0;
}
.sec-title3 .heading-border-line.left-style:after {
  left: 0;
}
.sec-title3:hover .sub-text:before {
  width: 65px;
  background: #fd4a36;
}
.sec-title3:hover .sub-text:after {
  margin-left: 46px;
  width: 12px;
  background: #fd4a36;
}
.sec-title3:hover .heading-border-line {
  position: relative;
}
.sec-title3:hover .heading-border-line:before {
  margin-left: -5px;
  width: 65px;
  background: #fd4a36;
}
.sec-title3:hover .heading-border-line:after {
  width: 12px;
  margin-left: 35px;
  background: #fd4a36;
}
.sec-title4 {
  position: relative;
  z-index: 2;
}
.sec-title4 .sub-title {
  color: #17d9ed;
  text-transform: uppercase;
  font-size: 31px;
  font-weight: 500;
  margin-bottom: 14px;
  font-family: 'Montserrat', sans-serif;
  letter-spacing: 14px;
}

.sec-title4 .title {
  color: #fff;
}
/* -----------------------
03. Header Section CSS
--------------------------*/
.full-width-header {
  position: relative;
}
.full-width-header .rs-header {
  position: relative;
}
.full-width-header .rs-header .topbar-area.style1 {
  background: transparent;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.full-width-header .rs-header .topbar-area.style1 .topbar-contact li {
  display: inline-block;
  color: #ffffff;
  font-size: 13px;
  line-height: 50px;
  font-weight: 500;
  border-right: 1px solid rgba(255, 255, 255, 0.2);
  margin-right: 20px;
  padding-right: 20px;
}
.full-width-header .rs-header .topbar-area.style1 .topbar-contact li i {
  margin-right: 5px;
}
.full-width-header .rs-header .topbar-area.style1 .topbar-contact li i:before {
  font-size: 16px;
  font-weight: 400;
  color: #ffffff;
}
.full-width-header .rs-header .topbar-area.style1 .topbar-contact li a {
  color: #ffffff;
  font-size: 14px;
}
.full-width-header .rs-header .topbar-area.style1 .topbar-contact li a:hover {
  color: #ec6623;
}
.full-width-header .rs-header .topbar-area.style1 .topbar-contact li:last-child {
  margin: 0;
  border: none;
}
.full-width-header .rs-header .topbar-area.style1 .toolbar-sl-share ul .opening {
  color: #ffffff;
  border-right: 1px solid rgba(255, 255, 255, 0.2);
  margin-right: 15px;
  padding-right: 40px;
}
.full-width-header .rs-header .topbar-area.style1 .toolbar-sl-share ul .opening em {
  font-size: 13px;
  font-style: normal;
}
.full-width-header .rs-header .topbar-area.style1 .toolbar-sl-share ul .opening em i {
  margin-right: 8px;
}
.full-width-header .rs-header .topbar-area.style1 .toolbar-sl-share ul .opening em i:before {
  font-size: 13px;
  color: #ffffff;
}
.full-width-header .rs-header .topbar-area.style1 .toolbar-sl-share ul li {
  display: inline-block;
  font-size: 14px;
  line-height: 50px;
  margin-right: 12px;
}
.full-width-header .rs-header .topbar-area.style1 .toolbar-sl-share ul li a {
  font-size: 14px;
  color: #ffffff;
}
.full-width-header .rs-header .topbar-area.style1 .toolbar-sl-share ul li a:hover {
  color: #ec6623;
}
.full-width-header .rs-header .topbar-area.style1 .toolbar-sl-share ul li:last-child {
  margin: 0;
}
.full-width-header .rs-header .topbar-area.style2 {
  background-color: unset !important;
  padding-bottom: 30px;
}
.full-width-header .rs-header .topbar-area.style2 .row-table {
  display: flex;
  width: 100%;
  position: relative;
  align-items: center;
  justify-content: space-between;
}
.full-width-header .rs-header .topbar-area.style2 .row-table .header-logo {
  display: flex;
  flex: 1;
}
.full-width-header .rs-header .topbar-area.style2 .row-table .header-logo .logo-area a .normal-logo {
  display: block;
  max-height: 50px;
}
.full-width-header .rs-header .topbar-area.style2 .row-table .header-logo .logo-area a .sticky-logo {
  display: none;
  max-height: 50px;
}
.full-width-header .rs-header .topbar-area.style2 .row-table .header-quote {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.full-width-header .rs-header .topbar-area.style2 .row-table .header-quote .rs-address-area .address-list {
  display: inline-block;
  padding-right: 25px;
  padding-left: 25px;
  border-right: 1px solid #eee;
  font-size: 14px;
}
.full-width-header .rs-header .topbar-area.style2 .row-table .header-quote .rs-address-area .address-list .info-icon {
  float: left;
  margin-right: 15px;
  line-height: 35px;
}
.full-width-header .rs-header .topbar-area.style2 .row-table .header-quote .rs-address-area .address-list .info-icon i:before {
  font-size: 26px;
  color: #17d9ed;
}
.full-width-header .rs-header .topbar-area.style2 .row-table .header-quote .rs-address-area .address-list .info-content {
  float: left;
  text-align: left;
  display: block;
}
.full-width-header .rs-header .topbar-area.style2 .row-table .header-quote .rs-address-area .address-list .info-content .info-title {
  font-size: 15px;
  line-height: 18px;
  font-weight: 600;
}
.full-width-header .rs-header .topbar-area.style2 .row-table .header-quote .rs-address-area .address-list .info-content .info-title a {
  color: #0a0a0a;
}
.full-width-header .rs-header .topbar-area.style2 .row-table .header-quote .rs-address-area .address-list .info-content .info-title a:hover {
  color: #17d9ed;
}
.full-width-header .rs-header .topbar-area.style2 .row-table .header-quote .rs-address-area .address-list .info-content .info-des {
  font-size: 14px;
  color: #595858;
}
.full-width-header .rs-header .topbar-area.style2 .row-table .header-quote .rs-address-area .address-list .info-content .info-des a {
  color: #595858;
}
.full-width-header .rs-header .topbar-area.style2 .row-table .header-quote .rs-address-area .address-list .info-content .info-des a:hover {
  color: #17d9ed;
}
.full-width-header .rs-header .topbar-area.style2 .row-table .header-quote .rs-address-area .address-list:last-child {
  border: none;
}
.full-width-header .rs-header .menu-area {
  transition: all 0.3s ease 0s;
  background: transparent;
}
.full-width-header .rs-header .menu-area .row-table {
  display: flex;
  width: 100%;
  position: relative;
  align-items: center;
  justify-content: space-between;
}
.full-width-header .rs-header .menu-area .row-table .col-cell {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.full-width-header .rs-header .menu-area .row-table .col-cell.header-logo {
  display: flex;
  flex: 1;
}
.full-width-header .rs-header .menu-area .logo-area a .sticky-logo {
  display: none;
}
.full-width-header .rs-header .menu-area .logo-area img {
  transition: 0.4s;
  -webkit-transition: 0.4s;
  max-height: 50px;
}
.full-width-header .rs-header .menu-area .logo-area .dark {
  display: none;
}
.full-width-header .rs-header .menu-area .logo-area .light {
  display: inherit;
}
.full-width-header .rs-header .menu-area .rs-menu-area {
  display: flex;
  align-items: center;
  margin-right: 72px;
}
.full-width-header .rs-header .menu-area .main-menu {
  position: unset;
}
.full-width-header .rs-header .menu-area .main-menu .rs-menu ul.nav-menu li {
  display: inline-block;
  margin-right: 32px;
  padding: 0;
}
.full-width-header .rs-header .menu-area .main-menu .rs-menu ul.nav-menu li a {
  transition: all 0.3s ease;
  font-size: 15px;
  font-weight: 600;
  margin-right: 10px;
  height: 95px;
  line-height: 95px;
  padding: 0;
  color: #ffffff;
  position: relative;
  font-family: 'Montserrat', sans-serif;
}
.full-width-header .rs-header .menu-area .main-menu .rs-menu ul.nav-menu li a:hover {
  color: #ec6623;
}
.full-width-header .rs-header .menu-area .main-menu .rs-menu ul.nav-menu li.menu-item-has-children > a {
  padding-right: 17px;
}
.full-width-header .rs-header .menu-area .main-menu .rs-menu ul.nav-menu li.menu-item-has-children > a:before {
  content: "+";
  position: absolute;
  left: auto;
  right: 0;
  top: 50%;
  text-align: center;
  z-index: 9999;
  font-size: 16px;
  display: block;
  cursor: pointer;
  transform: translateY(-50%);
  font-weight: 400;
}
.full-width-header .rs-header .menu-area .main-menu .rs-menu ul.nav-menu li.menu-item-has-children:hover > a:before {
  content: "-";
}
.full-width-header .rs-header .menu-area .main-menu .rs-menu ul.nav-menu li.current-menu-item > a {
  color: #ec6623;
}
.full-width-header .rs-header .menu-area .main-menu .rs-menu ul.sub-menu {
  background: #ffffff;
  margin: 0;
  padding: 20px 0;
}
.full-width-header .rs-header .menu-area .main-menu .rs-menu ul.sub-menu li {
  margin: 0 !important;
  border: none;
}
.full-width-header .rs-header .menu-area .main-menu .rs-menu ul.sub-menu li a {
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 30px;
  padding-right: 30px;
  margin: 0;
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  color: #101010;
  font-weight: 500;
  height: unset;
  line-height: 25px;
  text-transform: capitalize;
}
.full-width-header .rs-header .menu-area .main-menu .rs-menu ul.sub-menu li a:hover {
  color: #ec6623;
}
.full-width-header .rs-header .menu-area .main-menu .rs-menu ul.sub-menu li.menu-item-has-children a:before {
  display: none;
}
.full-width-header .rs-header .menu-area .main-menu .rs-menu ul.sub-menu li:last-child {
  margin: 0;
}
.full-width-header .rs-header .menu-area .main-menu .rs-menu ul.sub-menu.right {
  left: auto;
  right: 100%;
}
.full-width-header .rs-header .menu-area .main-menu .rs-menu ul.onepage-menu li.current-menu-item > a {
  color: #ec6623;
}
.full-width-header .rs-header .menu-area .main-menu .rs-menu ul li a:hover,
.full-width-header .rs-header .menu-area .main-menu .rs-menu ul li.active a,
.full-width-header .rs-header .menu-area .main-menu .rs-menu ul li.current-menu-item > a,
.full-width-header .rs-header .menu-area .main-menu .rs-menu ul li.current-menu-item > a:before {
  color: #ec6623 !important;
}
.full-width-header .rs-header .menu-area.sticky {
  background: #fff;
}
.full-width-header .rs-header .menu-area.sticky .logo-area a .sticky-logo {
  display: block;
  max-height: 50px;
}
.full-width-header .rs-header .menu-area.sticky .logo-area a .normal-logo {
  display: none;
}
.full-width-header .rs-header .menu-area.sticky .main-menu .rs-menu ul.nav-menu > li > a {
  color: #101010;
}
.full-width-header .rs-header .menu-area.sticky .main-menu .rs-menu ul.nav-menu > li > a:hover {
  color: #ec6623;
}
.full-width-header .rs-header .menu-area.sticky .main-menu .rs-menu ul.nav-menu > li.current-menu-item > a {
  color: #ec6623;
}
.full-width-header .rs-header .menu-area.sticky .expand-btn-inner ul .rsphone a {
  color: #101010;
}
.full-width-header .rs-header .menu-area.sticky .expand-btn-inner ul .rsphone a:hover {
  color: #ec6623;
}
.full-width-header .rs-header .menu-area.sticky .expand-btn-inner ul .icon-bar .cart-icon i {
  color: #0a0a0a;
}
.full-width-header .rs-header .menu-area.sticky .expand-btn-inner ul .search-parent a i {
  color: #101010;
}
.full-width-header .rs-header .menu-area.sticky .expand-btn-inner ul .search-parent a i:hover {
  color: #ec6623;
}
.full-width-header .rs-header .menu-area.sticky .expand-btn-inner ul .nav-link .nav-expander .bar span {
  background: #101010;
}
.full-width-header .rs-header .menu-area.sticky .expand-btn-inner ul .nav-link .nav-expander:hover .bar span {
  background: #ec6623;
}
.full-width-header .rs-header .expand-btn-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.full-width-header .rs-header .expand-btn-inner ul {
  display: flex;
  align-items: center;
}
.full-width-header .rs-header .expand-btn-inner ul li {
  display: inline-block;
  margin-right: 22px;
}
.full-width-header .rs-header .expand-btn-inner ul li > a {
  color: #ffffff;
  display: inline-block;
  cursor: pointer;
}
.full-width-header .rs-header .expand-btn-inner ul li > a i:before {
  font-size: 18px;
  font-weight: 600;
}
.full-width-header .rs-header .expand-btn-inner ul li > a i.flaticon-shopping-bag-1:before {
  font-weight: normal;
}
.full-width-header .rs-header .expand-btn-inner ul li > a:hover {
  color: #ec6623;
}
.full-width-header .rs-header .expand-btn-inner ul li:last-child {
  margin-right: 0;
}
.full-width-header .rs-header .expand-btn-inner ul .humburger .nav-expander .bar {
  padding: 16px 13px 16px;
  background: transparent;
  max-width: 50px;
  display: flex;
  flex-wrap: wrap;
  border-radius: 2px;
  padding-right: 0;
  margin-right: -4px;
}
.full-width-header .rs-header .expand-btn-inner ul .humburger .nav-expander .bar span {
  height: 5px;
  width: 5px;
  display: block;
  background: #ec6623;
  border-radius: 50%;
  transition: none;
  list-style: none;
  transition: all 0.3s ease;
  margin: 2px 3px;
}
.full-width-header .rs-header .expand-btn-inner ul .humburger .nav-expander .bar span.dot2,
.full-width-header .rs-header .expand-btn-inner ul .humburger .nav-expander .bar span.dot3,
.full-width-header .rs-header .expand-btn-inner ul .humburger .nav-expander .bar span.dot4,
.full-width-header .rs-header .expand-btn-inner ul .humburger .nav-expander .bar span.dot5,
.full-width-header .rs-header .expand-btn-inner ul .humburger .nav-expander .bar span.dot6,
.full-width-header .rs-header .expand-btn-inner ul .humburger .nav-expander .bar span.dot7,
.full-width-header .rs-header .expand-btn-inner ul .humburger .nav-expander .bar span.dot8 {
  background: #ec6623;
}
.full-width-header .rs-header.header-transparent {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
}
.full-width-header .rs-header.style2 {
  position: static;
}
.full-width-header .rs-header.style2 .topbar-area {
  background-color: #ec6623;
}
.full-width-header .rs-header.style2 .topbar-area.style1 .topbar-contact li a:hover {
  color: #fff;
}
.full-width-header .rs-header.style2 .menu-area .main-menu .rs-menu ul.nav-menu li a {
  color: #0a0a0a;
}
.full-width-header .rs-header.style2 .menu-area .main-menu .rs-menu ul.sub-menu li {
  margin: 0 !important;
  border: none;
}
.full-width-header .rs-header.style2 .menu-area .main-menu .rs-menu ul.sub-menu li a:hover {
  color: #ec6623;
}
.full-width-header .rs-header.style2 .menu-area .main-menu .rs-menu ul li a:hover,
.full-width-header .rs-header.style2 .menu-area .main-menu .rs-menu ul li.active a,
.full-width-header .rs-header.style2 .menu-area .main-menu .rs-menu ul li.current-menu-item > a {
  color: #ec6623;
}
.full-width-header .rs-header.style2 .expand-btn-inner ul li > a {
  color: #0a0a0a;
}
.full-width-header .rs-header.style2 .expand-btn-inner ul li > a:hover {
  color: #ec6623;
}
.full-width-header .rs-header.style2 .expand-btn-inner ul li:last-child {
  margin-right: 0;
}
.full-width-header .rs-header.style2.header-home4-style .menu-area .main-menu .rs-menu ul.nav-menu li a {
  color: #0a0a0a;
  height: 116px;
  line-height: 116px;
}
.full-width-header .rs-header.style2.header-home4-style .menu-area .main-menu .rs-menu ul.sub-menu li {
  margin: 0 !important;
  border: none;
}
.full-width-header .rs-header.style2.header-home4-style .menu-area .main-menu .rs-menu ul.sub-menu li a {
  height: unset;
  line-height: unset;
}
.full-width-header .rs-header.style2.header-home4-style .menu-area .main-menu .rs-menu ul.sub-menu li a:hover {
  color: #ec6623;
}
.full-width-header .rs-header.style2.header-home4-style .menu-area .main-menu .rs-menu ul li a:hover,
.full-width-header .rs-header.style2.header-home4-style .menu-area .main-menu .rs-menu ul li.active a,
.full-width-header .rs-header.style2.header-home4-style .menu-area .main-menu .rs-menu ul li.current-menu-item > a {
  color: #ec6623;
}
.full-width-header .rs-header.style2.header-home4-style .expand-btn-inner ul li > a {
  color: #0a0a0a;
}
.full-width-header .rs-header.style2.header-home4-style .expand-btn-inner ul li > a:hover {
  color: #ec6623;
}
.full-width-header .rs-header.style2.header-home4-style .expand-btn-inner ul li:last-child {
  margin-right: 0;
}
.full-width-header .rs-header.style2.header-home4-style .expand-btn-inner ul .humburger {
  display: none;
}
.full-width-header .rs-header.style3 {
  bottom: -33px;
}
.full-width-header .rs-header.style3 .box-layout {
  position: relative;
  z-index: 10;
  max-width: 1172px;
  margin: 0 auto;
  border-radius: 1px;
  background: #17d9ed;
  padding: 0 30px;
}
.full-width-header .rs-header.style3 .box-layout .row-table .header-logo {
  display: none;
}
.full-width-header .rs-header.style3 .box-layout .row-table .menu-responsive .main-menu .rs-menu ul.nav-menu li a {
  color: #ffffff;
  height: 65px;
  line-height: 65px;
}
.full-width-header .rs-header.style3 .box-layout .row-table .menu-responsive .main-menu .rs-menu ul.nav-menu li a:hover {
  color: #bbb !important;
}
.full-width-header .rs-header.style3 .box-layout .row-table .menu-responsive .main-menu .rs-menu ul.nav-menu.menu-item-has-children > a {
  padding-right: 17px;
}
.full-width-header .rs-header.style3 .box-layout .row-table .menu-responsive .main-menu .rs-menu ul.nav-menu.menu-item-has-children > a:before {
  content: "+";
  position: absolute;
  left: auto;
  right: 0;
  top: 50%;
  text-align: center;
  z-index: 9999;
  font-size: 16px;
  display: block;
  cursor: pointer;
  transform: translateY(-50%);
  font-weight: 400;
}
.full-width-header .rs-header.style3 .box-layout .row-table .menu-responsive .main-menu .rs-menu ul.nav-menu.menu-item-has-children:hover > a:before {
  content: "-";
}
.full-width-header .rs-header.style3 .box-layout .row-table .menu-responsive .main-menu .rs-menu ul.nav-menu.current-menu-item > a {
  color: #bbb !important;
}
.full-width-header .rs-header.style3 .box-layout .row-table .menu-responsive .main-menu .rs-menu ul.sub-menu li a {
  color: #101010;
  line-height: 25px;
  height: unset;
}
.full-width-header .rs-header.style3 .box-layout .row-table .menu-responsive .main-menu .rs-menu ul.sub-menu li a:hover {
  color: #17d9ed !important;
}
.full-width-header .rs-header.style3 .box-layout .row-table .menu-responsive .main-menu .rs-menu ul li a:hover,
.full-width-header .rs-header.style3 .box-layout .row-table .menu-responsive .main-menu .rs-menu ul li.active a,
.full-width-header .rs-header.style3 .box-layout .row-table .menu-responsive .main-menu .rs-menu ul li.current-menu-item > a {
  color: #17d9ed !important;
}
.full-width-header .rs-header.style3 .box-layout .row-table .menu-responsive .sticky {
  background: transparent;
}
.full-width-header .rs-header.style3 .box-layout .row-table .menu-responsive .sticky .box-layout {
  background: unset !important;
}
.full-width-header .rs-header.style3 .box-layout .row-table .menu-responsive .sticky .logo-area a .sticky-logo {
  display: block;
  max-height: 50px;
}
.full-width-header .rs-header.style3 .box-layout .row-table .menu-responsive .sticky .logo-area a .normal-logo {
  display: none;
}
.full-width-header .rs-header.style3 .box-layout .row-table .menu-responsive .sticky .main-menu .rs-menu ul.nav-menu > li > a {
  color: #101010 !important;
}
.full-width-header .rs-header.style3 .box-layout .row-table .menu-responsive .sticky .main-menu .rs-menu ul.nav-menu > li > a:hover {
  color: #17d9ed !important;
}
.full-width-header .rs-header.style3 .box-layout .row-table .menu-responsive .sticky .main-menu .rs-menu ul.nav-menu > li.current-menu-item > a {
  color: #17d9ed !important;
}
.full-width-header .rs-header.style3 .box-layout .row-table .rightbar-menu {
  display: flex;
  align-items: center;
}
.full-width-header .rs-header.style3 .box-layout .row-table .rightbar-menu .expand-btn-inner .search-parent {
  margin-right: 24px;
}
.full-width-header .rs-header.style3 .box-layout .row-table .rightbar-menu .expand-btn-inner .search-parent a i:before {
  color: #ffffff;
}
.full-width-header .rs-header.style3 .box-layout .row-table .rightbar-menu .expand-btn-inner .humburger {
  display: none;
}
.full-width-header .rs-header.style3 .box-layout .row-table .rightbar-menu .expand-btn-inner .toolbar-sl-share {
  border-left: 1px solid rgba(255, 255, 255, 0.42);
  padding-left: 22px;
  border-color: #fff;
}
.full-width-header .rs-header.style3 .box-layout .row-table .rightbar-menu .expand-btn-inner .toolbar-sl-share li {
  display: inline-block;
  margin-right: 22px;
}
.full-width-header .rs-header.style3 .box-layout .row-table .rightbar-menu .expand-btn-inner .toolbar-sl-share li a i {
  color: #ffffff;
}
.full-width-header .rs-header.style3 .box-layout .row-table .rightbar-menu .expand-btn-inner .toolbar-sl-share li a i:before {
  font-size: 14px;
}
.full-width-header .rs-header.style3 .box-layout .row-table .rightbar-menu .expand-btn-inner .toolbar-sl-share li a i:hover {
  color: #ccc;
}
.full-width-header .rs-header.style3 .box-layout .row-table .rightbar-menu .expand-btn-inner .toolbar-sl-share li:last-child {
  margin-right: 0;
}
.full-width-header .rs-header.style3 .sticky {
  background: transparent;
}
.full-width-header .rs-header.style3 .sticky .box-layout {
  background: unset !important;
}
.full-width-header .rs-header.style3 .sticky .box-layout .row-table .header-logo {
  display: block;
}
.full-width-header .rs-header.style3 .sticky .box-layout .row-table .header-logo .logo-area a img {
  max-height: 40px;
}
.full-width-header .rs-header.style3 .sticky .box-layout .row-table .menu-responsive .main-menu .rs-menu ul.nav-menu li a {
  color: #101010;
}
.full-width-header .rs-header.style3 .sticky .box-layout .row-table .menu-responsive .main-menu .rs-menu ul.nav-menu li a:hover {
  color: #17d9ed !important;
}
.full-width-header .rs-header.style3 .sticky .box-layout .row-table .menu-responsive .main-menu .rs-menu ul.nav-menu.menu-item-has-children > a {
  padding-right: 17px;
}
.full-width-header .rs-header.style3 .sticky .box-layout .row-table .menu-responsive .main-menu .rs-menu ul.nav-menu.menu-item-has-children:hover > a:before {
  content: "-";
}
.full-width-header .rs-header.style3 .sticky .box-layout .row-table .menu-responsive .main-menu .rs-menu ul.nav-menu.current-menu-item > a {
  color: #bbb !important;
}
.full-width-header .rs-header.style3 .sticky .box-layout .row-table .rightbar-menu {
  display: flex;
  align-items: center;
}
.full-width-header .rs-header.style3 .sticky .box-layout .row-table .rightbar-menu .expand-btn-inner .search-parent {
  margin-right: 24px;
}
.full-width-header .rs-header.style3 .sticky .box-layout .row-table .rightbar-menu .expand-btn-inner .search-parent a i:before {
  color: #0a0a0a;
}
.full-width-header .rs-header.style3 .sticky .box-layout .row-table .rightbar-menu .expand-btn-inner .search-parent a i:hover {
  color: #17d9ed;
}
.full-width-header .rs-header.style3 .sticky .box-layout .row-table .rightbar-menu .expand-btn-inner .toolbar-sl-share {
  display: none;
}
.full-width-header .rs-header.header-home5-style .menu-area {
  padding-top: 10px;
}
.full-width-header .rs-header.header-home5-style .expand-btn-inner ul li > a:hover,
.full-width-header .rs-header.header-home5-style .menu-area .main-menu .rs-menu ul li.active a,
.full-width-header .rs-header.header-home5-style .menu-area .main-menu .rs-menu ul.nav-menu li a:hover,
.full-width-header .rs-header.header-home5-style .menu-area .main-menu .rs-menu ul li.current-menu-item > a:before,
.full-width-header .rs-header.header-home5-style .menu-area .main-menu .rs-menu ul.nav-menu li.current-menu-item > a {
  color: #4caf50 !important;
}
.full-width-header .rs-header.header-home5-style .menu-area.sticky {
  padding-top: unset;
}
.full-width-header .rs-header.header-home5-style .menu-area.sticky .expand-btn-inner ul .search-parent a i:hover {
  color: #4caf50;
}
.full-width-header .rs-header.header-home5-style .expand-btn-inner ul .humburger {
  display: none;
}
.full-width-header .mobile-menu {
  display: none;
}
.full-width-header .mobile-menu .mobile-logo {
  float: left;
}
.full-width-header .mobile-menu .mobile-logo img {
  max-height: 30px;
}
.full-width-header .mobile-menu .rs-menu-toggle {
  color: #ffffff;
  float: right;
}
.full-width-header .mobile-menu .rs-menu-toggle.primary {
  color: #ec6623;
}
.full-width-header .mobile-menu .rs-menu-toggle.secondary {
  color: #191821;
}
.full-width-header .mobile-menu .rs-menu-toggle .nav-dots {
  position: absolute;
  right: 0;
  width: 25px;
  height: 2px;
  background: #fff;
  z-index: 11;
  top: 23px;
}
.full-width-header .mobile-menu .rs-menu-toggle .dot1,
.full-width-header .mobile-menu .rs-menu-toggle .dot3 {
  width: 15px;
}
.full-width-header .mobile-menu .rs-menu-toggle .dot2 {
  top: 28px;
}
.full-width-header .mobile-menu .rs-menu-toggle .dot3 {
  top: 34px;
}
.full-width-header .mobile-menu .rs-menu-toggle .dot4 {
  top: 40px;
}
.full-width-header .right_menu_togle {
  background: #000000;
  padding: 46px 40px 50px 50px;
  font-size: 1.15em;
  max-width: 480px;
  width: 100%;
  right: -500px;
  z-index: 999999;
  transition: all 0.3s ease;
  position: fixed;
  overflow-y: auto;
}
.full-width-header .right_menu_togle .close-btn {
  overflow: visible;
}
.full-width-header .right_menu_togle .close-btn .nav-close {
  position: absolute;
  top: 25px;
  display: block;
  z-index: 99;
  right: 35px;
  cursor: pointer;
  transition: all .3s ease;
}
.full-width-header .right_menu_togle .close-btn .nav-close .line {
  width: 40px;
  height: 40px;
  line-height: 40px;
}
.full-width-header .right_menu_togle .close-btn .nav-close .line span {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
  width: 2px !important;
  height: 25px !important;
  background: #ffffff;
  border: none !important;
  transition: all 0.3s ease;
}
.full-width-header .right_menu_togle .close-btn .nav-close .line span.line2 {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.full-width-header .right_menu_togle .close-btn:hover .nav-close .line span {
  background: #ec6623;
}
.full-width-header .right_menu_togle .canvas-logo {
  padding-left: 0;
  padding-bottom: 25px;
}
.full-width-header .right_menu_togle .canvas-logo img {
  max-height: 28px;
}
.full-width-header .right_menu_togle .offcanvas-text p {
  font-size: 16px;
  line-height: 30px;
  color: #ffffff;
  margin: 5px 0 45px;
}
.full-width-header .right_menu_togle .canvas-contact {
  padding: 30px 0 0;
}
.full-width-header .right_menu_togle .canvas-contact .address-area .address-list {
  display: flex;
  margin-top: 18px;
}
.full-width-header .right_menu_togle .canvas-contact .address-area .address-list .info-icon i:before {
  margin: 0 20px 0 0;
  font-size: 25px;
  color: #ec6623;
}
.full-width-header .right_menu_togle .canvas-contact .address-area .address-list .info-content .title {
  font-size: 16px;
  line-height: 26px;
  font-weight: 600;
  color: #ffffff;
  margin-bottom: 5px;
}
.full-width-header .right_menu_togle .canvas-contact .address-area .address-list .info-content em {
  display: block;
  font-style: normal;
  line-height: 22px;
  font-size: 15px;
  color: #ffffff;
}
.full-width-header .right_menu_togle .canvas-contact .address-area .address-list .info-content em a {
  color: #ffffff;
}
.full-width-header .right_menu_togle .canvas-contact .address-area .address-list .info-content em a:hover {
  color: #ec6623;
}
.full-width-header .right_menu_togle .canvas-contact .social {
  margin: 40px 0 0;
}
.full-width-header .right_menu_togle .canvas-contact .social li {
  display: inline-block;
}
.full-width-header .right_menu_togle .canvas-contact .social li a i {
  font-size: 15px;
  color: #fff;
  margin: 0 8px 0 0;
  text-align: center;
  border: 1px solid rgba(255, 255, 255, 0.1);
  width: 35px;
  height: 35px;
  line-height: 35px;
  border-radius: 0px;
}
.full-width-header .right_menu_togle .canvas-contact .social li a i:hover {
  background: #ec6623;
  color: #ffffff;
}
.full-width-header .right_menu_togle .canvas-contact .social li:last-child {
  margin: 0;
}
.full-width-header .mobile-navbar-menu .sub-menu {
  display: none;
  position: relative;
  left: 0;
  width: 100%;
  margin: 0;
  text-align: left;
}
.full-width-header .mobile-navbar-menu .nav-menu li {
  position: relative;
}
.full-width-header .mobile-navbar-menu .nav-menu li a {
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
  display: block;
  color: #fff;
  padding: 10px 0;
  line-height: 30px;
  width: 100%;
}
.full-width-header .mobile-navbar-menu .nav-menu li li a {
  padding-left: 25px;
}
.full-width-header .mobile-navbar-menu .nav-menu li li li a {
  padding-left: 50px;
}
.full-width-header .mobile-navbar-menu span.submenu-button {
  position: absolute;
  z-index: 99;
  right: 0;
  top: 5px;
  display: block;
  height: 40px;
  width: 40px;
  cursor: pointer;
}
.full-width-header .mobile-navbar-menu span.submenu-button:before,
.full-width-header .mobile-navbar-menu span.submenu-button:after {
  position: absolute;
  top: 24px;
  right: 10px;
  width: 20px;
  height: 1px;
  display: block;
  background: #fff;
  z-index: 2;
  content: '';
  right: 12px;
  width: 12px;
}
.full-width-header .mobile-navbar-menu span.submenu-button:before {
  width: 1px;
  height: 12px;
  right: 17px;
  top: 18px;
}
.full-width-header .mobile-navbar-menu span.submenu-button em {
  display: block;
  position: absolute;
  right: 0;
  border-radius: 4px;
  top: 50%;
  transform: translateY(-50%);
}
.full-width-header .mobile-navbar-menu .hash-has-sub span.submenu-button {
  width: 100%;
  cursor: pointer;
  top: 0;
  height: 50px;
}
.full-width-header .mobile-navbar-menu .submenu-button.submenu-opened:before {
  display: none;
}
.full-width-header .mobile-navbar-menu ul ul li,
.full-width-header .mobile-navbar-menu li:hover > ul > li {
  height: auto;
}
.full-width-header .mobile-navbar-menu ul.nav-menu > li:first-child > span.submenu-button:after {
  top: 19px;
}
.full-width-header .mobile-navbar-menu ul.nav-menu > li:first-child > span.submenu-button:before {
  top: 13px;
}
.full-width-header .mobile-navbar-menu .nav-menu li.active-menu a,
.full-width-header .mobile-navbar-menu .nav-menu li a:hover {
  color: #ec6623;
}
body.modal-open {
  padding: 0 !important;
}
body .modal.show .modal-dialog {
  width: 100%;
  max-width: 900px;
}
body .search-modal {
  padding: 0 !important;
  background: #000;
}
body .search-modal .modal-content {
  position: initial;
  border: 0;
  background: unset;
}
body .search-modal .search-block form {
  position: relative;
}
body .search-modal .search-block form input {
  background: none;
  border: none;
  color: #fff;
  border-bottom: 2px solid rgba(255, 255, 255, 0.2);
  outline: none;
  font-size: 35px;
}
body .search-modal .search-block form button {
  background: #000;
  border: none;
  padding: 5px 20px;
  color: #ffffff;
  border-radius: 0 5px 5px 0;
  font-size: 16px;
  position: absolute;
  content: '';
  right: 0;
  top: 11px;
}
body .search-modal .search-block form button i:before {
  color: #fff;
  font-size: 35px;
  font-weight: 600;
}
body .search-modal .search-block ::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */

  color: #fff;
  opacity: 1;
}
body .search-modal .search-block ::-moz-placeholder {
  /* Firefox 19+ */

  color: #fff;
  opacity: 0.3;
}
body .search-modal .search-block :-ms-input-placeholder {
  /* IE 10+ */

  color: #fff;
  opacity: 1;
}
body .search-modal .search-block :-moz-placeholder {
  /* Firefox 18- */

  color: #fff;
  opacity: 1;
}
body .search-modal .close {
  position: fixed;
  right: 50px;
  top: 50px;
  background: #ffffff;
  color: #0a0a0a;
  width: 55px;
  height: 55px;
  line-height: 58px;
  text-align: center;
  cursor: pointer;
  border-radius: 50%;
  transition: all .5s ease;
  opacity: unset;
  box-shadow: unset;
  border: none;
}
body .search-modal .close span:before {
  font-size: 14px;
  position: relative;
  top: -2px;
  left: 0px;
  font-weight: 700;
}
body .search-modal .close:hover {
  opacity: 0.8 !important;
}
/*------------------------------------
04. Sticky Menu CSS
--------------------------------------*/
.menu-sticky {
  background: #fff;
  margin: 0;
  z-index: 999;
  width: 100%;
  top: 0;
  position: relative;
}
@-webkit-keyframes sticky-animation {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}
@keyframes sticky-animation {
  0% {
    opacity: 0;
    transform: translateY(-100%);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
/* ------------------------------------
05. About Section CSS
---------------------------------------*/
.rs-about.style1 .about-img {
  position: relative;
}
.rs-about.style1 .about-img .working-experiance {
  position: absolute;
  width: 200px;
  max-width: 200px;
  bottom: 0;
  left: 2px;
  z-index: 1;
  padding: 50px 30px 30px 30px;
  background-color: #ec6623;
  border-radius: 0px 0px 0px 15px;
}
.rs-about.style1 .about-img .working-experiance .count-year .sub-text {
  font-size: 73px;
  font-weight: 800;
  color: #ffffff;
}
.rs-about.style1 .about-img .working-experiance .title {
  font-size: 15px;
  font-weight: 700;
  color: #ffffff;
}
.rs-about.style2 {
  position: relative;
}
.rs-about.style2 .rs-animation .animate-style {
  position: absolute;
  right: 21%;
  bottom: 19%;
}
.rs-about.style2 .rs-animation .animate-style img {
  width: 130px;
}
.rs-about.style3 .accordion {
  border-width: 12px;
}
.rs-about.style3 .accordion .card {
  margin-bottom: 3px;
  border: none;
}
.rs-about.style3 .accordion .card:last-child {
  margin-bottom: 0;
}
.rs-about.style3 .accordion .card .card-header {
  padding: 0 !important;
  border: none;
  background: #fff;
  padding: 16px 2px 16px 2px !important;
}
.rs-about.style3 .accordion .card .card-header .card-link {
  color: #1273EB;
  font-weight: 700;
}
.rs-about.style3 .accordion .card .card-body {
  background: #f9f9f9;
  font-weight: 400;
  color: #454545;
  padding: 17px 65px 40px 22px !important;
  border: none;
}
.rs-about.style3 .accordion .card .card-header .card-link {
  position: relative;
  padding-left: 44px !important;
}
.rs-about.style3 .accordion .card .card-header .card-link:after {
  content: "\f078";
  font-family: FontAwesome;
  position: absolute;
  left: 20px;
  color: #17d9ed;
  font-size: 15px;
  font-weight: 200;
  top: 50%;
  transform: translateY(-50%);
}
.rs-about.style3 .accordion .card .card-header .card-link.collapsed.card-link {
  color: #0a0a0a !important;
}
.rs-about.style3 .accordion .card .card-header .card-link.collapsed:after {
  content: "\f054";
  font-family: FontAwesome;
  color: #454545;
}
.rs-about.style3 .about-content {
  position: relative;
  z-index: 111;
}
.rs-about.style3 .about-content .rs-animations .spinner {
  position: absolute;
  bottom: 0;
  z-index: -11;
}
.rs-about.style3 .about-content .rs-animations .spinner.dot {
  top: -45px;
  left: -40px;
}
.rs-about.style3 .about-content .rs-animations .spinner.ball {
  bottom: -66px;
  left: -73px;
}
.rs-about.style4 .about-img {
  position: relative;
  z-index: 11;
}
.rs-about.style4 .about-img .animations {
  position: absolute;
  bottom: 0;
  z-index: -11;
}
.rs-about.style4 .about-img .animations.one {
  left: 16%;
  bottom: -77px;
}
.rs-about.style4 .about-img .animations.two {
  left: 26%;
  top: -6%;
}
.rs-about.style5 .left-side {
  position: relative;
}
.rs-about.style5 .left-side img {
  border-radius: 0 50px 0 0;
}
.rs-about.style5 .left-side .skill-tag {
  position: absolute;
  content: '';
  right: -50px;
  top: 50%;
  width: 150px;
  height: 150px;
  transform: translateY(-50%);
  border: 5px solid #ffffff;
  font-size: 16px;
  padding: 46px 20px;
  line-height: 24px;
  border-radius: 100%;
  text-align: center;
  background: #043d72;
  color: #ffffff;
  font-weight: 600;
}
.rs-about.style5 .left-side .skill-tag span {
  font-size: 30px;
  font-weight: 700;
}
.rs-about.style5 .left-side .left-pattern {
  position: absolute;
  content: '';
  left: -170px;
  top: 50%;
  transform: translateY(-50%);
  z-index: -1;
}
.rs-about.style5 .services li {
  font-weight: 500;
  color: #454545;
  margin-bottom: 18px;
  transition: all 0.3s ease;
  display: inline-block;
}
.rs-about.style5 .services li i {
  margin-right: 10px;
}
.rs-about.style5 .services li i:before {
  color: #043d72;
  font-size: 16px;
  font-weight: 700;
}
.rs-about.style5 .services li:last-child {
  margin-bottom: 0;
}
.rs-about.style5 .services li:hover {
  padding-left: 5px;
}
.rs-about.style5 .pattern-img .left-pattern {
  position: absolute;
  content: '';
  top: 20px;
  right: 0;
  z-index: -1;
}
/* ------------------------------------
06. Appointment Section CSS
---------------------------------------*/
.rs-appointment.style1 .border-section {
  border-style: solid;
  border-width: 2px 0px 0px 0px;
  border-color: #02010108;
  padding: 50px 0px 100px 0px;
}
.rs-appointment.style1 .appoint-schedule .appoint-img {
  background: url(assets/images/appointment/1.jpg);
  background-repeat: no-repeat;
  background-position: center left;
  background-size: cover;
}
.rs-appointment.style1 .appoint-schedule .contact-wrap {
  padding: 110px 100px 100px 70px;
  background: #13171c;
}
.rs-appointment.style1 .appoint-schedule .contact-wrap .from-control {
  padding: 17px 17px 17px 17px;
  color: #FFFFFF;
  border-style: solid;
  border-width: 1px 1px 1px 1px;
  border-color: #0D0D0D;
  background-color: #0D0D0D;
  width: 100%;
  max-width: 100%;
  opacity: 1;
}
.rs-appointment.style1 .appoint-schedule .contact-wrap .wpcf7-form-control:not(.wpcf7-submit) {
  width: 100%;
  padding: 17px 17px 17px 17px;
  color: #FFFFFF;
  border-style: solid;
  border-width: 1px 1px 1px 1px;
  border-color: #0D0D0D;
  background-color: #0d0d0d;
}
.rs-appointment.style1 .appoint-schedule .contact-wrap textarea {
  height: 120px;
}
.rs-appointment.style1 .appoint-schedule .contact-wrap ::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */

  color: #fff;
  opacity: 1;
}
.rs-appointment.style1 .appoint-schedule .contact-wrap ::-moz-placeholder {
  /* Firefox 19+ */

  color: #fff;
  opacity: 1;
}
.rs-appointment.style1 .appoint-schedule .contact-wrap :-ms-input-placeholder {
  /* IE 10+ */

  color: #fff;
  opacity: 1;
}
.rs-appointment.style1 .appoint-schedule .contact-wrap :-moz-placeholder {
  /* Firefox 18- */

  color: #fff;
  opacity: 1;
}
.rs-appointment.style1 .appoint-schedule .contact-wrap input[type=submit]:hover {
  opacity: .9;
}
.rs-appointment.style1.apply-career .appoint-schedule .appoint-img {
  background: url(assets/images/careers/2.jpg);
  background-repeat: no-repeat;
  background-position: center left;
  background-size: cover;
}
.rs-appointment.style1.apply-career .appoint-schedule .contact-wrap {
  padding: 100px 100px 100px 70px;
  background: #13171c;
}
.rs-appointment.style1.apply-career .appoint-schedule .contact-wrap .form-group label {
  color: #ffffff;
  font-weight: 600;
  display: block;
  margin-bottom: 8px;
}
.rs-appointment.style1.apply-career .appoint-schedule .contact-wrap .form-group .form-control-mod {
  width: 100%;
  padding: 17px 17px 17px 17px;
  color: #FFFFFF;
  border-style: solid;
  border-width: 1px 1px 1px 1px;
  border-color: #0D0D0D;
  background-color: #0D0D0D;
}
/* ------------------------------------
07. Breadcrumbs Section CSS
---------------------------------------*/
.rs-breadcrumbs {
  background-repeat: no-repeat !important;
  background-size: cover !important;
  background-position: center center !important;
}
.rs-breadcrumbs .breadcrumbs-inner {
  padding: 310px 0 180px;
}
.rs-breadcrumbs .breadcrumbs-inner .page-title {
  font-size: 48px;
  line-height: 56px;
  font-weight: 700;
  margin-bottom: 10px;
  color: #ffffff;
  position: relative;
  z-index: 1;
  padding-top: 20px;
}
.rs-breadcrumbs .breadcrumbs-inner .page-title:after {
  content: "";
  height: 5px;
  position: absolute;
  top: 0px;
  left: 0;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  z-index: -1;
  background: #ec6623;
  width: 65px;
  margin: 0 auto;
}
.rs-breadcrumbs .breadcrumbs-inner .page-title .watermark {
  position: absolute;
  font-size: 200px;
  text-transform: uppercase;
  font-weight: 900;
  font-family: 'Montserrat', sans-serif;
  opacity: .05;
  width: 100%;
  left: 0;
  color: inherit;
  white-space: nowrap;
  vertical-align: middle;
}
.rs-breadcrumbs .breadcrumbs-inner .sub-text {
  font-size: 18px;
  line-height: 30px;
  font-weight: 500;
  color: #fff;
  text-transform: capitalize;
  display: inline-block;
  margin-top: 10px;
  padding-right: 290px;
}
.rs-breadcrumbs .breadcrumbs-inner ul {
  padding: 0;
}
.rs-breadcrumbs .breadcrumbs-inner ul li {
  color: #ffffff;
  display: inline-block;
  font-size: 14px;
  font-weight: 400;
}
.rs-breadcrumbs .breadcrumbs-inner ul li a {
  position: relative;
  padding-right: 22px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  color: #ffffff;
}
.rs-breadcrumbs .breadcrumbs-inner ul li a:before {
  background-color: #fff;
  content: "";
  height: 15px;
  width: 1px;
  position: absolute;
  right: 9px;
  top: 2px;
  transform: rotate(26deg);
}
.rs-breadcrumbs .breadcrumbs-inner ul li a:hover {
  opacity: .7;
}
.rs-breadcrumbs.img1 {
  background: url(assets/images/breadcrumbs/inr_1.jpg);
}
.rs-breadcrumbs.img2 {
  background: url(assets/images/breadcrumbs/inr_2.jpg);
}
.rs-breadcrumbs.img3 {
  background: url(assets/images/breadcrumbs/inr_3.jpg);
}
.rs-breadcrumbs.img4 {
  background: url(assets/images/breadcrumbs/inr_4.jpg);
}
.rs-breadcrumbs.img5 {
  background: url(assets/images/breadcrumbs/inr_5.jpg);
}
.rs-breadcrumbs.img6 {
  background: url(assets/images/breadcrumbs/inr_6.jpg);
}
.rs-breadcrumbs.img7 {
  background: url(assets/images/breadcrumbs/inr_7.jpg);
}
.rs-breadcrumbs.img8 {
  background: url(assets/images/breadcrumbs/inr_8.jpg);
}
.rs-breadcrumbs.img9 {
  background: url(assets/images/breadcrumbs/inr_9.jpg);
}
.rs-breadcrumbs.img10 {
  background: url(assets/images/breadcrumbs/inr_10.jpg);
}
/* ------------------------------------
08. Banner Section CSS
---------------------------------------*/
.rs-banner.main-home {
  background: url(assets/images/banner/style1/main-banner.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
  z-index: 111;
}
.rs-banner.main-home .content-wrap {
  padding: 350px 0 298px;
  position: relative;
  z-index: 10;
}
.rs-banner.main-home .content-wrap .border-line {
  background-color: #ec6623;
  color: #ffffff;
  width: 70px;
  height: 8px;
  margin-bottom: 28px;
}
.rs-banner.main-home .content-wrap .title {
  font-size: 84px;
  line-height: 84px;
  font-weight: 800;
  color: #ffffff;
  margin: 0px 0px 14px 0px;
}
.rs-banner.main-home .content-wrap .sub-title {
  font-size: 53px;
  line-height: 63px;
  font-weight: 700;
  color: #ffffff;
  margin: 0px 0px 47px 0px;
}
.rs-banner.main-home .animate-part .spiner {
  position: absolute;
  bottom: 0;
}
.rs-banner.main-home .animate-part .spiner.dot {
  right: 46%;
  top: 30%;
}
.rs-banner.main-home .animate-part .spiner.dot img {
  width: 70px;
}
.rs-banner.main-home .animate-part .spiner.tri-circle {
  left: 33%;
  bottom: 9%;
}
.rs-banner.main-home .animate-part .spiner.tri-circle img {
  width: 150px;
}
.rs-banner.main-home .animate-part .spiner.circle {
  right: 35%;
  bottom: 27%;
}
.rs-banner.main-home .animate-part .spiner.circle img {
  width: 85px;
}
.rs-banner.main-home .animate-part .spiner.line {
  bottom: -40px;
  right: -10px;
}
.rs-banner.main-home .animate-part .spiner.line img {
  width: 1030px;
}
.rs-banner.banner-home-style2 {
  background: url(assets/images/banner/banner2.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
}
.rs-banner.banner-home-style2 .content-wrap {
  padding: 325px 0 230px;
}
.rs-banner.banner-home-style2 .content-wrap .sub-text {
  font-size: 18px;
  line-height: 28px;
  font-weight: 500;
  color: #4caf50;
  text-transform: capitalize;
  display: block;
  margin-bottom: 18px;
}
.rs-banner.banner-home-style2 .content-wrap .title {
  font-size: 52px;
  font-weight: 700;
  line-height: 1.4em;
  color: #ffffff;
  margin-bottom: 22px;
}
.rs-banner.banner-home-style2 .content-wrap .description {
  font-size: 18px;
  font-weight: 500;
  color: #ffffff;
}
.rs-banner.banner-home-style2 .rs-contact .contact-wrap {
  background: #ffffff;
  padding: 22px 40px 45px;
  border-radius: 4px 4px 4px 4px;
}
.rs-banner.banner-home-style2 .rs-contact .contact-wrap .content-part {
  text-align: center;
}
.rs-banner.banner-home-style2 .rs-contact .contact-wrap .content-part .title {
  font-size: 30px;
  font-weight: 500;
  line-height: 1.4em;
  color: #0A0A0A;
  margin: 10px 0px 4px 0px;
}
.rs-banner.banner-home-style2 .rs-contact .contact-wrap .content-part .description {
  font-size: 16px;
  font-weight: 400;
  color: #333333;
}
.rs-banner.banner-home-style2 .rs-contact .contact-wrap .from-control {
  padding: 12px 25px 12px 25px;
  border-radius: 5px 5px 5px 5px;
  border-style: solid;
  border-color: #02010100;
  background-color: #F7F7F7;
  color: #454545;
  width: 100%;
  opacity: 4;
}
.rs-banner.banner-home-style2 .rs-contact .contact-wrap textarea {
  height: 120px;
}
.rs-banner.banner-home-style2 .rs-contact .contact-wrap ::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */

  color: #454545;
  opacity: 0.4;
}
.rs-banner.banner-home-style2 .rs-contact .contact-wrap ::-moz-placeholder {
  /* Firefox 19+ */

  color: #454545;
  opacity: 0.4;
}
.rs-banner.banner-home-style2 .rs-contact .contact-wrap :-ms-input-placeholder {
  /* IE 10+ */

  color: #454545;
  opacity: 0.4;
}
.rs-banner.banner-home-style2 .rs-contact .contact-wrap :-moz-placeholder {
  /* Firefox 18- */

  color: #454545;
  opacity: 0.4;
}
.rs-banner.banner-style6 {
    background: url(../images/hero_bg_1_3.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    padding-top: 225px;
    padding-bottom: 262px;
    background-attachment: fixed;
    position: relative;
}
.rs-banner.banner-style6 .title {
    font-weight: 200;
    font-size: 36px;
    line-height: 1;
    margin-left: 0;
    font-family: 'Caveat', cursive;
    text-transform: capitalize;
    text-align: center;
}

.rs-banner.banner-style6 .btn-area {
  padding-top: 15px;
  display: flex;
  align-items: center;
}
.rs-banner.banner-style6 .bnr-play-btn {
  color: #222;
  transition: all 0.3s ease !important;
  margin-left: 20px;
  position: relative;
  top: 4px;
}
.rs-banner.banner-style6 .bnr-play-btn .border-wrap {
  position: relative;
  margin-right: 20px;
  width: 50px;
  height: 50px;
  line-height: 50px !important;
  text-align: center !important;
  border-radius: 100%;
  display: inline-block;
  color: #ffffff;
  background: #18bccf;
}
.rs-banner.banner-style6 .bnr-play-btn .border-wrap i:before {
  font-size: 15px;
  padding-left: 3px;
}
.rs-banner.banner-style6 .bnr-play-btn .border-wrap:before,
.rs-banner.banner-style6 .bnr-play-btn .border-wrap:after {
  content: "";
  position: absolute;
  z-index: -4;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  display: block;
  background: transparent;
  border: 1px solid #18bccf;
  border-radius: 50%;
  animation: pulse-border 1300ms ease-out infinite;
  transition: all 0.3s ease;
  z-index: 9;
}
.rs-banner.banner-style6 .bnr-play-btn .border-wrap:after {
  width: 47px;
  height: 47px;
}
.rs-banner.banner-style6 .bnr-play-btn .border-wrap:before {
  width: 55px;
  height: 55px;
}
.rs-banner.banner-style6 .bnr-play-btn:hover {
  color: #043d72;
}
/*---------------------------------------
09. Slider Section CSS
---------------------------------------*/
.rs-slider {
  position: relative;
  overflow: hidden;
  text-align: left;
}
.rs-slider.slider3 {
  position: relative;
  /*-- Animations Start --*/

  /*-- Animations End --*/

}
.rs-slider.slider3 .desc {
  font-size: 17px;
  color: #0a0a0a;
  max-width: 500px;
  margin: 25px 0 45px;
}
.rs-slider.slider3 .slider-bottom {
  display: block;
  overflow: hidden;
}
.rs-slider.slider3 .slider-bottom .consultant {
  display: inline-block !important;
}
.rs-slider.slider3 .sl-subtitle {
  -webkit-animation: fadeInDown 1.7s ease-in-out;
  animation: fadeInDown 1.7s ease-in-out;
}
.rs-slider.slider3 .sl-title {
  -webkit-animation: fadeInUp 1.2s ease-in-out;
  animation: fadeInUp 1.2s ease-in-out;
}
.rs-slider.slider3 .slider-bottom {
  -webkit-animation: fadeInUp 1.8s ease-in-out;
  animation: fadeInUp 1.8s ease-in-out;
}
.rs-slider.slider3 .content-part {
  position: absolute;
  content: '';
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}
.rs-slider.slider3 .content-part .sl-subtitle {
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 12px;
  color: #ec6623;
}
.rs-slider.slider3 .content-part .sl-title {
  font-size: 80px;
  line-height: 1.1;
  font-weight: 700;
  margin-bottom: 36px;
}
.rs-slider.slider3 .content-part .slider-bottom {
  display: inline-block;
}
.rs-slider.slider3 .content-part .slider-bottom .readon {
  display: block !important;
  font-size: 15px;
  font-weight: 500;
  padding: 15px 32px;
}
.rs-slider.slider3 .content-part .slider-bottom ul li {
  display: inline-block;
  margin-right: 15px;
}
.rs-slider.slider3 .content-part .slider-bottom ul li:last-child {
  margin: 0;
}
.rs-slider.slider3 .nivo-caption {
  padding: 0;
}
.rs-slider.slider3 .nivo-directionNav > a {
  background: rgba(0, 0, 0, 0.2);
}
.rs-slider.slider3 .nivo-directionNav > a:before {
  color: #ffffff;
}
.rs-slider .sl-wrap {
  padding: 50px 0;
}
.rs-slider .nivo-directionNav > a {
  font-size: 0;
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  border: none;
  background: #ebebeb;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  opacity: 1;
}
.rs-slider .nivo-directionNav > a.nivo-prevNav,
.rs-slider .nivo-directionNav > a.nivo-nextNav {
  left: 5px;
  background: #ec6623;
}
.rs-slider .nivo-directionNav > a.nivo-prevNav {
  top: 44.4%;
}
.rs-slider .nivo-directionNav > a.nivo-prevNav:before {
  content: "\f104";
}
.rs-slider .nivo-directionNav > a.nivo-nextNav {
  top: 53%;
}
.rs-slider .nivo-directionNav > a.nivo-nextNav:before {
  content: "\f105";
}
.rs-slider .nivo-directionNav > a:before {
  font-family: FontAwesome;
  position: absolute;
  font-size: 28px;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
  transition: all 0.3s ease;
  color: #ec6623;
}
.rs-slider .nivo-directionNav > a:hover {
  opacity: 95;
}
.rs-slider .nivo-controlNav {
  position: absolute;
  bottom: 50px;
  z-index: 11;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  display: none !important;
}
.rs-slider .nivo-controlNav .nivo-control {
  width: 26px;
  height: 7px;
  border: 1px solid #fff;
  font-size: 0px;
  display: inline-block;
  margin-right: 7px;
  -webkit-transition: .4s ease all;
  transition: .4s ease all;
}
.rs-slider .nivo-controlNav .nivo-control.active {
  background: #ec6623;
  border-color: #ec6623;
}
.rs-slider.rs-slider-style3.slider3 .content-part .sl-subtitle {
  font-size: 18px;
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 15px;
  color: #17d9ed;
}
.rs-slider.rs-slider-style3.slider3 .content-part .sl-title {
  font-size: 55px;
  line-height: 1.2;
  font-weight: 700;
  margin-bottom: 36px;
}
.rs-slider.rs-slider-style3 .nivo-directionNav > a {
  border-radius: 50%;
}
.rs-slider.rs-slider-style3 .nivo-directionNav > a.nivo-prevNav,
.rs-slider.rs-slider-style3 .nivo-directionNav > a.nivo-nextNav {
  left: 30px;
  background: #17d9ed;
}
.rs-slider.rs-slider-style3 .nivo-directionNav > a.nivo-prevNav {
  top: 50%;
  transform: translateY(-50%);
}
.rs-slider.rs-slider-style3 .nivo-directionNav > a.nivo-prevNav:before {
  content: "\f104";
  color: #ffffff;
}
.rs-slider.rs-slider-style3 .nivo-directionNav > a.nivo-nextNav {
  top: 50%;
  transform: translateY(-50%);
  right: 30px;
  left: unset;
}
.rs-slider.rs-slider-style3 .nivo-directionNav > a.nivo-nextNav:before {
  content: "\f105";
  color: #ffffff;
}
.rs-slider.rs-slider-style3 .nivo-directionNav > a:before {
  color: #17d9ed;
}
.rs-slider.rs-slider-style4 {
  position: relative;
  z-index: 2;
}
.rs-slider.rs-slider-style4.slider3 .content-part .sl-subtitle {
  font-size: 18px;
  font-weight: 500;
  text-transform: uppercase;
  color: #fd4a36;
  margin-bottom: 6px;
}
.rs-slider.rs-slider-style4.slider3 .content-part .sl-title {
  font-size: 80px;
  line-height: 1.3;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 38px;
}
.rs-slider.rs-slider-style4.slider3 .content-part .slider-bottom {
  display: inline-block;
  overflow: unset;
  position: relative;
  left: -4%;
}
.rs-slider.rs-slider-style4.slider3 .content-part .slider-bottom .readon {
  display: block !important;
  font-size: 17px;
  font-weight: 600;
  padding: 17px 42px 17px;
}
.rs-slider.rs-slider-style4.slider3 .content-part .slider-bottom li .rs-videos .animate-border .popup-border {
  top: -5px;
  left: unset;
  right: -136px;
  z-index: 111;
  transform: unset;
}
.rs-slider.rs-slider-style4 .nivo-directionNav > a {
  border-radius: 50%;
}
.rs-slider.rs-slider-style4 .nivo-directionNav > a.nivo-prevNav,
.rs-slider.rs-slider-style4 .nivo-directionNav > a.nivo-nextNav {
  left: 30px;
  background: #fd4a36;
}
.rs-slider.rs-slider-style4 .nivo-directionNav > a.nivo-prevNav {
  top: 50%;
  transform: translateY(-50%);
}
.rs-slider.rs-slider-style4 .nivo-directionNav > a.nivo-prevNav:before {
  content: "\f104";
  color: #ffffff;
}
.rs-slider.rs-slider-style4 .nivo-directionNav > a.nivo-nextNav {
  top: 50%;
  transform: translateY(-50%);
  right: 30px;
  left: unset;
}
.rs-slider.rs-slider-style4 .nivo-directionNav > a.nivo-nextNav:before {
  content: "\f105";
  color: #ffffff;
}
.rs-slider.rs-slider-style4 .nivo-directionNav > a:before {
  color: #fd4a36;
}
.rs-slider.style4 .owl-nav .owl-next,
.rs-slider.style4 .owl-nav .owl-prev {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 10px;
  font-size: 25px;
  text-align: center;
  color: #ffffff;
}
.rs-slider.style4 .owl-nav .owl-next i:before,
.rs-slider.style4 .owl-nav .owl-prev i:before {
  content: "\f112";
  font-family: Flaticon;
}
.rs-slider.style4 .owl-nav .owl-next {
  right: 10px;
  left: unset;
}
.rs-slider.style4 .owl-nav .owl-next i:before {
  content: "\f113";
}
/* ------------------------------------
10. Video Section CSS
---------------------------------------*/
.rs-videos .animate-border .popup-border {
  background: #ec6623;
  width: 80px;
  height: 80px;
  line-height: 80px;
  text-align: center;
  display: inline-block;
  border-radius: 50%;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
.rs-videos .animate-border .popup-border i {
  font-size: 20px;
  line-height: 80px;
  display: block;
  color: #ffffff;
}
.rs-videos .animate-border .popup-border:before {
  content: "";
  border: 2px solid #ec6623;
  position: absolute;
  z-index: 0;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 180px;
  height: 180px;
  border-radius: 50%;
  animation: zoomBig 3.25s linear infinite;
  -webkit-animation-delay: .75s;
  animation-delay: .75s;
}
.rs-videos .animate-border .popup-border:after {
  content: "";
  border: 2px solid #ec6623;
  position: absolute;
  z-index: 0;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 180px;
  height: 180px;
  border-radius: 50%;
  animation: zoomBig 3.25s linear infinite;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}
.rs-videos .animate-border.blue-color-style .popup-border:after,
.rs-videos .animate-border.blue-color-style .popup-border:before {
  border: 2px solid #17d9ed;
}
.rs-videos .animate-border.blue-color-style .popup-border {
  background: #17d9ed;
}
.rs-videos .animate-border.orange-color-style .popup-border:after,
.rs-videos .animate-border.orange-color-style .popup-border:before {
  border: 2px solid #ffffff;
}
.rs-videos .animate-border.orange-color-style .popup-border i {
  color: #fd4a36;
}
.rs-videos .animate-border.orange-color-style .popup-border {
  background: #ffffff;
}
.rs-videos.choose-video {
  position: relative;
}
.rs-videos.choose-video .animate-border .popup-border {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.rs-videos.choose-video.careers-video {
  position: relative;
}
.rs-videos.choose-video.careers-video .images-video {
  background: url(assets/images/careers/1.jpg);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 250px 100px 300px;
}
.rs-videos.choose-video.careers-video .animate-border .popup-border {
  left: 45%;
  top: 32%;
  transform: unset;
}
.rs-videos.choose-video.careers-video .animate-border .video-desc {
  font-size: 20px;
  font-weight: 600;
  color: #ffffff;
  left: 40%;
  top: 60%;
  position: absolute;
}
.rs-videos.address-item .address-icon {
  display: inline-block;
  position: relative;
  height: 70px;
  width: 70px;
  line-height: 70px;
  border-radius: 100%;
  text-align: center;
  background: #ec6623;
}
.rs-videos.address-item .address-icon i {
  text-align: center;
  color: #ffffff;
  border-radius: 100%;
  font-size: 25px;
  position: relative;
  line-height: 70px;
  z-index: 9;
  width: 100%;
  vertical-align: middle;
  margin-left: 0;
  height: auto;
}
.rs-videos.address-item .address-icon:before {
  content: "";
  position: absolute;
  z-index: 0;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  animation: pulse-border 1500ms ease-out infinite;
  background: #ec6623;
}
.rs-videos.faq {
  position: relative;
}
.rs-videos.faq .images-video {
  background: url(assets/images/video/faq.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 280px 0px 280px 0px;
}
.rs-videos.faq .animate-border .popup-border {
  background: #4caf50;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.rs-videos.faq .animate-border .popup-border:after,
.rs-videos.faq .animate-border .popup-border:before {
  border: 2px solid #4CAF50;
}
@keyframes zoomBig {
  0% {
    transform: translate(-50%, -50%) scale(0.5);
    opacity: 1;
    border-width: 3px;
  }
  40% {
    opacity: .5;
    border-width: 2px;
  }
  65% {
    border-width: 1px;
  }
  100% {
    transform: translate(-50%, -50%) scale(1);
    opacity: 0;
    border-width: 1px;
  }
}
@keyframes zoomBig {
  0% {
    transform: translate(-50%, -50%) scale(0.5);
    opacity: 1;
    border-width: 3px;
  }
  40% {
    opacity: .5;
    border-width: 2px;
  }
  65% {
    border-width: 1px;
  }
  100% {
    transform: translate(-50%, -50%) scale(1);
    opacity: 0;
    border-width: 1px;
  }
}
/* ------------------------------------
11. Iconbox Area Section CSS
---------------------------------------*/
.rs-iconbox-area .box-inner .box-item {
  background: #ffffff;
  padding: 50px 12px 40px 12px;
  box-shadow: 5px 8px 20px 6px #eee;
  text-align: center;
  margin: 0 3px 0 3px;
}
.rs-iconbox-area .box-inner .box-item .icon-box {
  margin-bottom: 30px;
}
.rs-iconbox-area .box-inner .box-item .text-area .services-txt {
  margin: 0;
}
/* ------------------------------------
12. Skill-bar Section CSS
---------------------------------------*/
.rs-skillbar.style1 .cl-skill-bar .skillbar-title {
  font-size: 13px;
  line-height: 6px;
  font-weight: 600;
  color: #15161a;
}
.rs-skillbar.style1 .cl-skill-bar .skillbar {
  height: 7px;
  line-height: 7px;
  background-color: #EBEBEB;
  margin: 10px 0 24px;
  position: relative;
  width: 100%;
}
.rs-skillbar.style1 .cl-skill-bar .skillbar .skillbar-bar {
  height: 7px;
  line-height: 7px;
  background-image: linear-gradient(180deg, #ec6623 0%, #9d0c0c 100%);
  margin-bottom: 0;
  overflow: visible !important;
  background-size: 1rem 1rem;
  width: 0;
}
.rs-skillbar.style1 .cl-skill-bar .skillbar .skill-bar-percent {
  height: 30px;
  line-height: 30px;
  position: absolute;
  right: 0;
  top: -38px;
  font-size: 13px;
  font-weight: 500;
  color: #0a0a0a;
}
.rs-skillbar.style1 .cl-skill-bar .skillbar.margin-no {
  margin: 10px 0 0;
}
.rs-skillbar.style1.team-single .cl-skill-bar .skillbar-title {
  font-size: 16px;
  font-weight: 400;
  color: #454545;
}
.rs-skillbar.style1.team-single .cl-skill-bar .skillbar {
  background: #fff;
  border: 1px solid #ec6623;
  height: 9px;
  border-radius: 0;
  overflow: visible;
  padding: 1px;
  margin: 10px 0 20px;
}
.rs-skillbar.style1.team-single .cl-skill-bar .skillbar .skillbar-bar {
  background: #ec6623;
  height: 5px;
}
.rs-skillbar.style1.team-single .cl-skill-bar .skillbar .skill-bar-percent {
  font-size: 16px;
  right: 70px;
  color: #454545;
  font-weight: 400;
}
.rs-skillbar.style1.home3-skillbar-style .cl-skill-bar .skillbar .skillbar-bar {
  background-image: linear-gradient(180deg, #17d9ed 0%, #17d9ed 100%);
}
.rs-skillbar.style1.home4-skillbar-style .cl-skill-bar .skillbar .skillbar-bar {
  background-color: #FD4A36;
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 1rem 1rem;
}
/* ------------------------------------
13. Services Section CSS
---------------------------------------*/
.rs-services.main-home .services-item {
  display: flex;
}
.rs-services.main-home .services-item .services-icon img {
  height: 70px;
  width: 70px;
  max-width: unset;
}
.rs-services.main-home .services-item .services-text {
  padding: 0px 0px 0px 30px;
}
.rs-services.main-home .services-item .services-text .title {
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
  margin-bottom: 13px;
}
.rs-services.main-home .services-item .services-text .title a {
  color: #ffffff;
}
.rs-services.main-home .services-item .services-text .title a:hover {
  color: #ec6623;
}
.rs-services.main-home .services-item .services-text .services-txt {
  color: #F5F5F5;
  margin: 0;
}
.rs-services.main-home.services-style1 .services-item {
  position: relative;
}
.rs-services.main-home.services-style1 .services-item .services-text .title a {
  color: #0a0a0a;
}
.rs-services.main-home.services-style1 .services-item .services-text .title a:hover {
  color: #ec6623;
}
.rs-services.main-home.services-style1 .services-item .services-text .services-txt {
  color: #454545;
  margin-bottom: 26px;
}
.rs-services.main-home.services-style1 .services-item .services-text .serial-number {
  position: absolute;
  left: -6px;
  top: 44px;
  color: #00000008;
  font-size: 70px;
  font-weight: 600;
}
.rs-services.main-home.services-style1 .services-item:after {
  display: block;
  width: 47px;
  left: 124px;
  background: #C12A2A;
  content: "";
  height: 4px;
  position: absolute;
  transition: all .3s ease 0s;
  bottom: 0;
  z-index: 9;
  transform: translateX(-50%);
}
.rs-services.main-home.services-style1.home-4-style .services-item .services-text .title a:hover {
  color: #fd4a36;
}
.rs-services.main-home.services-style1.home-4-style .services-item:after {
  background: #fd4a36;
}
.rs-services.chooseus-style .services-item {
  display: flex;
  padding: 25px 25px 25px 25px;
  background-color: #15181D;
  margin: 0 -4px 0 0;
}
.rs-services.chooseus-style .services-item .services-icon img {
  height: 65px;
  width: 65px;
  max-width: unset;
  padding: 5px 5px 0px 0px;
}
.rs-services.chooseus-style .services-item .services-text {
  padding: 0px 0px 0px 15px;
}
.rs-services.chooseus-style .services-item .services-text .title {
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
  margin: 0 0 10px;
}
.rs-services.chooseus-style .services-item .services-text .title a {
  color: #ffffff;
}
.rs-services.chooseus-style .services-item .services-text .title a:hover {
  color: #ec6623;
}
.rs-services.chooseus-style .services-item .services-text .services-txt {
  margin: 0;
  color: #F4F4F4;
}
.rs-services.chooseus-style.about-style .services-item {
  padding: unset;
  background-color: unset;
  margin: unset;
}
.rs-services.home-style2 .services-item {
  display: flex;
}
.rs-services.home-style2 .services-item .services-icon img {
  height: 70px;
  width: 70px;
  max-width: unset;
}
.rs-services.home-style2 .services-item .services-text {
  padding: 0px 0px 0px 25px;
}
.rs-services.home-style2 .services-item .services-text .title {
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
  margin: 0 0 6px;
}
.rs-services.home-style2 .services-item .services-text .title a {
  color: #0a0a0a;
}
.rs-services.home-style2 .services-item .services-text .title a:hover {
  color: #ec6623;
}
.rs-services.home-style2 .services-item .services-text .services-txt {
  margin: 0;
  color: #454545;
}
.rs-services.style2 .service-wrap {
  padding: 15px 15px 30px;
  background: #ffffff;
  box-shadow: 0px 14px 30px rgba(0, 0, 0, 0.07);
}
.rs-services.style2 .service-wrap .image-part {
  overflow: hidden;
  margin-bottom: 20px;
}
.rs-services.style2 .service-wrap .image-part img {
  transform: scale(1);
  transition: all 0.9s;
}
.rs-services.style2 .service-wrap .content-part {
  padding: 10px 20px 5px;
}
.rs-services.style2 .service-wrap .content-part .title {
  font-size: 20px;
  line-height: 32px;
  margin-bottom: 10px;
}
.rs-services.style2 .service-wrap .content-part .title a {
  color: #0a0a0a;
}
.rs-services.style2 .service-wrap .content-part .title a:hover {
  color: #ec6623;
}
.rs-services.style2 .service-wrap:hover .image-part img {
  transform: scale(1.1);
}
.rs-services.style2.rs-services-style2 .service-wrap {
  box-shadow: unset;
}
.rs-services.style2.rs-services-style2 .service-wrap .image-part img {
  transform: unset;
}
.rs-services.style2.rs-services-style2 .service-wrap:hover .image-part img {
  transform: unset;
}
.rs-services.style3 .services-item {
  position: relative;
  transition: all 500ms ease;
}
.rs-services.style3 .services-item .services-icon {
  margin-bottom: 35px;
}
.rs-services.style3 .services-item .services-icon img {
  width: 80px;
  height: 80px;
  max-width: unset;
}
.rs-services.style3 .services-item .services-content .services-title {
  font-size: 22px;
  line-height: 32px;
  font-weight: 700;
  margin-bottom: 17px;
}
.rs-services.style3 .services-item .services-content .services-title a {
  color: #0a0a0a;
}
.rs-services.style3 .services-item .services-content .services-title a:hover {
  color: #ec6623;
}
.rs-services.style3 .services-item .services-content .services-txt {
  margin: 0;
}
.rs-services.style3 .services-item:hover {
  transform: translateY(-10px);
}
.rs-services.style4 .services-item {
  background: #ffffff;
  margin: 0px -7px 0 0;
  min-height: 369px;
  background-color: #fff;
  box-shadow: 0 10px 60px 0 rgb(0 0 0 / 5%);
  padding: 50px 40px 20px;
  text-align: center;
  border-radius: var(--oslim-bdr-radius);
  margin-bottom: 30px;
}
.rs-services.style4 .services-item .services-icon {
  background-color: #222;
  width: 80px;
  height: 80px;
  margin: 0 auto;
  border-radius: 68px;
  padding: 0px;
  margin-bottom: 16px;
  border: 3px solid #fc5e39;
}
.rs-services.style4 .services-item .services-icon img {
  width: 54px;
  padding: 8px 0px 0px 0px;
  transform: scale(1) rotateY(0deg);
  transition: all .5s linear;
  transition-delay: .1s;
}
.rs-services.style4:hover .services-icon img  {
  transform: scale(.9) rotateY(1turn);
  color: var(--oslim-black);
}
.rs-services.style4 .services-item .services-content .title {
  font-size: 20px;
  line-height: 1.5;
  font-weight: 600;
  text-align: center;
  margin-bottom: 10px;
  text-transform: capitalize;
  letter-spacing: 0;
}
.rs-services.style4 .services-item .services-content .title a {
  color: #0a0a0a;
}
.rs-services.style4 .services-item .services-content .title a:hover {
  color: #17d9ed;
}
.rs-services.style4 .services-item .services-content p {
  font-size: 14px;
  line-height: 19px;
}
.rs-services.style5 .flip-box-inner {
  position: relative;
  z-index: 1;
  margin: 0;
  backface-visibility: hidden;
}
.rs-services.style5 .flip-box-inner .flip-box-wrap {
  position: relative;
  -webkit-transform: translateZ(0);
  perspective: 1e3px;
}
.rs-services.style5 .flip-box-inner .flip-box-wrap .front-part {
  position: relative;
  bottom: 0;
  z-index: 10;
  transform: rotateY(0);
  top: 0;
  right: 0;
  left: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  height: 300px;
  background-color: initial;
  background-position: 50%;
  background-clip: padding-box;
  background-size: cover;
  background-repeat: no-repeat;
  text-align: center;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1e3px;
  perspective: 1e3px;
  -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.2, 0.85, 0.4, 1.275);
  transition: -webkit-transform 0.6s cubic-bezier(0.2, 0.85, 0.4, 1.275);
  transition: transform 0.6s cubic-bezier(0.2, 0.85, 0.4, 1.275);
  transition: transform 0.6s cubic-bezier(0.2, 0.85, 0.4, 1.275), -webkit-transform 0.6s cubic-bezier(0.2, 0.85, 0.4, 1.275);
}
.rs-services.style5 .flip-box-inner .flip-box-wrap .front-part .front-content-part {
  background-color: #fff;
  text-align: left;
  padding: 50px 40px 50px 40px;
  border-style: solid;
  border-width: 0px 0px 0px 0px;
  box-shadow: 0px 0px 10px 0px #eee;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  transition: all .9s ease 0s;
}
.rs-services.style5 .flip-box-inner .flip-box-wrap .front-part .front-content-part .front-icon-part {
  margin-bottom: 15px;
}
.rs-services.style5 .flip-box-inner .flip-box-wrap .front-part .front-content-part .front-icon-part .icon-part img {
  width: 60px;
  height: 60px;
}
.rs-services.style5 .flip-box-inner .flip-box-wrap .front-part .front-content-part .front-title-part .title {
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
  margin-bottom: 10px;
}
.rs-services.style5 .flip-box-inner .flip-box-wrap .front-part .front-content-part .front-title-part .title a {
  color: #0a0a0a;
}
.rs-services.style5 .flip-box-inner .flip-box-wrap .front-part .front-content-part .front-title-part .title a:hover {
  color: #ec6623;
}
.rs-services.style5 .flip-box-inner .flip-box-wrap .front-part .front-content-part .front-desc-part p {
  color: #444;
  margin: 0;
}
.rs-services.style5 .flip-box-inner .flip-box-wrap .back-part {
  position: absolute;
  z-index: -1;
  padding: 30px;
  border-radius: 5px;
  background-color: #562dd4;
  transform: rotateY(-180deg);
  top: 0;
  right: 0;
  left: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  height: 300px;
  background-color: initial;
  background-position: 50%;
  background-clip: padding-box;
  background-size: cover;
  background-repeat: no-repeat;
  text-align: center;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1e3px;
  perspective: 1e3px;
  -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.2, 0.85, 0.4, 1.275);
  transition: -webkit-transform 0.6s cubic-bezier(0.2, 0.85, 0.4, 1.275);
  transition: transform 0.6s cubic-bezier(0.2, 0.85, 0.4, 1.275);
  transition: transform 0.6s cubic-bezier(0.2, 0.85, 0.4, 1.275), -webkit-transform 0.6s cubic-bezier(0.2, 0.85, 0.4, 1.275);
}
.rs-services.style5 .flip-box-inner .flip-box-wrap .back-part .back-front-content {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  transition: all .9s ease 0s;
}
.rs-services.style5 .flip-box-inner .flip-box-wrap .back-part .back-front-content .back-title-part .back-title {
  font-size: 20px;
  line-height: 30px;
  font-weight: 600;
  margin-bottom: 15px;
}
.rs-services.style5 .flip-box-inner .flip-box-wrap .back-part .back-front-content .back-title-part .back-title a {
  color: #ffffff;
}
.rs-services.style5 .flip-box-inner .flip-box-wrap .back-part:before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -9;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(90deg, #17d9ed 0%, #17d9ed 58%);
  content: "";
}
.rs-services.style5 .flip-box-inner:hover .flip-box-wrap .front-part {
  transform: rotateY(180deg);
}
.rs-services.style5 .flip-box-inner:hover .flip-box-wrap .back-part {
  transform: rotateY(0);
  z-index: 1;
}
.rs-services.style5 .flip-box-inner:hover .flip-box-wrap .back-part .back-front-content {
  right: 0;
}
.rs-services.style5 .flip-box-inner:hover .flip-box-wrap .back-part .back-front-content .back-title-part .back-title {
  color: #ffffff;
}
.rs-services.style5 .flip-box-inner:hover .flip-box-wrap .back-part .back-front-content .back-desc-part .back-desc {
  color: #ffffff;
}
.rs-services.style6 {
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  position: relative;
  margin-top: -140px;
  margin-bottom: 0px;
  padding: 0px 0px 0px 0px;
  z-index: 2;
}
.rs-services.style6 .services-box-area {
  border-style: solid;
  border-width: 0px 0px 5px 0px;
  border-color: #FD4A36;
  box-shadow: 0px 11px 35px 0px #e9d1cf;
}
.rs-services.style6 .services-box-area .services-item {
  border-style: dashed;
  border-width: 0px 1px 0px 0px;
  border-color: #FD4A363D;
  margin: 0px 8px 0px 8px;
  padding: 40px 35px 40px 35px;
}
.rs-services.style6 .services-box-area .services-item .services-icon {
  margin-bottom: 17px;
}
.rs-services.style6 .services-box-area .services-item .services-icon img {
  width: 54px;
  padding: 8px 0px 0px 0px;
}
.rs-services.style6 .services-box-area .services-item .services-content .title {
  font-size: 18px;
  line-height: 1.5;
  font-weight: 700;
  margin-bottom: 10px;
}
.rs-services.style6 .services-box-area .services-item .services-content .title a {
  color: #0a0a0a;
}
.rs-services.style6 .services-box-area .services-item .services-content .title a:hover {
  color: #fd4a36;
}
.rs-services.style6 .services-box-area .services-item .services-content p {
  font-size: 15px;
}
.rs-services.style7 .services-item {
  display: flex;
  align-items: center;
}
.rs-services.style7 .services-item .services-icon img {
  height: 50px;
  width: 50px;
  max-width: unset;
}
.rs-services.style7 .services-item .services-content {
  padding: 0px 20px 0px 26px;
}
.rs-services.style7 .services-item .services-content .title {
  font-size: 20px;
  line-height: 34px;
  font-weight: 700;
  color: #ffffff;
  margin: 0;
}
.rs-services.style7 .services-item .services-content .title:hover {
  color: #4caf50;
}
.rs-services.style7 .services-item .services-content .services-txt {
  color: #ffffff;
  margin: 0;
}
.rs-services.style8 .flip-box-inner {
  position: relative;
  z-index: 1;
  padding: 0;
  backface-visibility: hidden;
}
.rs-services.style8 .flip-box-inner .flip-box-wrap {
  position: relative;
  -webkit-transform: translateZ(0);
  perspective: 1000px;
}
.rs-services.style8 .flip-box-inner .flip-box-wrap .front-part {
  position: relative;
  bottom: 0;
  z-index: 10;
  text-align: left;
  border-style: solid;
  border-width: 0px 0px 0px 0px;
  top: 0;
  right: 0;
  left: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  height: 300px;
  background-color: transparent;
  background-position: center;
  background-clip: padding-box;
  background-size: cover;
  background-repeat: no-repeat;
  text-align: center;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000px;
  perspective: 1000px;
  -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.2, 0.85, 0.4, 1.275);
  transition: -webkit-transform 0.6s cubic-bezier(0.2, 0.85, 0.4, 1.275);
  transition: transform 0.6s cubic-bezier(0.2, 0.85, 0.4, 1.275);
  transition: transform 0.6s cubic-bezier(0.2, 0.85, 0.4, 1.275), -webkit-transform 0.6s cubic-bezier(0.2, 0.85, 0.4, 1.275);
}
.rs-services.style8 .flip-box-inner .flip-box-wrap .front-part .front-content-part {
  background-color: #fff;
  text-align: left;
  padding: 38px 38px 38px 38px;
  margin: 0 6px 0 6px;
  border-style: solid;
  border-width: 0px 0px 0px 0px;
  border-radius: 4px 4px 4px 4px;
  box-shadow: 3px 7px 25px 0px rgba(0, 0, 0, 0.05);
}
.rs-services.style8 .flip-box-inner .flip-box-wrap .front-part .front-content-part .front-icon-part {
  margin-bottom: 15px;
}
.rs-services.style8 .flip-box-inner .flip-box-wrap .front-part .front-content-part .front-icon-part .icon-part img {
  width: 60px;
  height: 60px;
}
.rs-services.style8 .flip-box-inner .flip-box-wrap .front-part .front-content-part .front-title-part .title {
  font-size: 20px;
  line-height: 1.5;
  font-weight: 700;
  line-height: 30px;
  margin-bottom: 10px;
}
.rs-services.style8 .flip-box-inner .flip-box-wrap .front-part .front-content-part .front-title-part .title a {
  color: #101010;
}
.rs-services.style8 .flip-box-inner .flip-box-wrap .front-part .front-content-part .front-title-part .title a:hover {
  color: #ec6623;
}
.rs-services.style8 .flip-box-inner .flip-box-wrap .front-part .front-content-part .front-desc-part p {
  font-size: 15px;
  color: #444444;
  margin-bottom: 0;
}
.rs-services.style8 .flip-box-inner .flip-box-wrap .back-front {
  transform: rotateY(-180deg);
  background-color: #562dd4;
  position: absolute;
  z-index: -1;
  padding: 30px;
  margin: 0 6px 0 6px;
  border-radius: 4px 4px 4px 4px;
  top: 0;
  right: 0;
  left: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  height: 300px;
  background-color: transparent;
  background-position: center;
  background-clip: padding-box;
  background-size: cover;
  background-repeat: no-repeat;
  text-align: center;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000px;
  perspective: 1000px;
  -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.2, 0.85, 0.4, 1.275);
  transition: -webkit-transform 0.6s cubic-bezier(0.2, 0.85, 0.4, 1.275);
  transition: transform 0.6s cubic-bezier(0.2, 0.85, 0.4, 1.275);
  transition: transform 0.6s cubic-bezier(0.2, 0.85, 0.4, 1.275), -webkit-transform 0.6s cubic-bezier(0.2, 0.85, 0.4, 1.275);
}
.rs-services.style8 .flip-box-inner .flip-box-wrap .back-front .back-front-content .back-title-part .back-title {
  font-size: 20px;
  line-height: 30px;
  font-weight: 600;
  margin-bottom: 15px;
}
.rs-services.style8 .flip-box-inner .flip-box-wrap .back-front .back-front-content .back-title-part .back-title a {
  color: #ffffff;
}
.rs-services.style8 .flip-box-inner .flip-box-wrap .back-front:before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -9;
  width: 100%;
  height: 100%;
  background-color: transparent;
  content: "";
}
.rs-services.style8 .flip-box-inner:hover .flip-box-wrap .front-part {
  transform: rotateY(180deg);
}
.rs-services.style8 .flip-box-inner:hover .flip-box-wrap .back-front {
  transform: rotateY(0);
  z-index: 1;
}
.rs-services.style8 .flip-box-inner:hover .flip-box-wrap .back-front:before {
  background-color: transparent;
  background-image: linear-gradient(90deg, #4caf50 0%, #4caf50 58%);
  border-radius: 4px 4px 4px 4px;
}
.rs-services.style8 .flip-box-inner:hover .flip-box-wrap .back-front .back-front-content .back-title-part .back-title {
  color: #ffffff;
}
.rs-services.style8 .flip-box-inner:hover .flip-box-wrap .back-front .back-front-content .back-desc-part .back-desc {
  color: #ffffff;
}
.rs-services.style1 {
  margin-top: -120px;
}
.rs-services.style1 .service-wrap {
  box-shadow: 0 6px 30px 0 rgba(0, 0, 0, 0.08);
  z-index: 9;
  position: relative;
  border-radius: 0 100px 0 0;
}
.rs-services.style1 .service-wrap .service-grid {
  padding: 50px 45px 40px;
  transition: all 0.3s ease;
  background: #ffffff;
  transform: scale(1);
  border-right: 1px solid;
  border-color: #f5f5f5;
}
.rs-services.style1 .service-wrap .service-grid.bdru {
  border-radius: 0 100px 0 0;
}
.rs-services.style1 .service-wrap .service-grid .service-icon img {
  max-width: 51px;
  height: 56px;
  filter: grayscale(1);
  transition: all 0.3s ease;
}
.rs-services.style1 .service-wrap .service-grid .title a {
  color: #043d72;
}
.rs-services.style1 .service-wrap .service-grid .title a:hover {
  color: #18bccf;
}
.rs-services.style1 .service-wrap .service-grid .btn-wrap .readmore {
  font-weight: 600;
  display: inline-flex;
  align-items: center;
}
.rs-services.style1 .service-wrap .service-grid .btn-wrap .readmore .btn-arrow {
  position: relative;
  width: 20px;
  height: 16px;
  overflow: hidden;
  margin-left: 8px;
}
.rs-services.style1 .service-wrap .service-grid .btn-wrap .readmore .btn-arrow:before,
.rs-services.style1 .service-wrap .service-grid .btn-wrap .readmore .btn-arrow:after {
  position: absolute;
  content: "\f114";
  font-family: Flaticon;
  top: 50%;
  transform: translateY(-50%);
  color: #043d72;
  transition: all 0.3s ease;
}
.rs-services.style1 .service-wrap .service-grid .btn-wrap .readmore .btn-arrow:before {
  right: 1px;
}
.rs-services.style1 .service-wrap .service-grid .btn-wrap .readmore .btn-arrow:after {
  right: 22px;
}
.rs-services.style1 .service-wrap .service-grid .btn-wrap .readmore:hover {
  color: #18bccf;
}
.rs-services.style1 .service-wrap .service-grid .btn-wrap .readmore:hover div:before,
.rs-services.style1 .service-wrap .service-grid .btn-wrap .readmore:hover div:after {
  color: #18bccf;
}
.rs-services.style1 .service-wrap .service-grid .btn-wrap .readmore:hover div:before {
  right: -20px;
}
.rs-services.style1 .service-wrap .service-grid .btn-wrap .readmore:hover div:after {
  right: 1px;
}
.rs-services.style1 .service-wrap .service-grid.br-none {
  border-right: none;
}
.rs-services.style1 .service-wrap .service-grid:hover {
  transform: scale(1.1);
  position: relative;
  z-index: 1;
  box-shadow: 0 6px 30px 0 rgba(0, 0, 0, 0.08);
}
.rs-services.style1 .service-wrap .service-grid:hover .service-icon img {
  filter: grayscale(0);
}
.rs-services.style1.modify {
  margin: 0;
}
.rs-services.style1.modify .service-wrap {
  border-radius: 0;
}
.rs-services.style1.modify .service-wrap .service-grid {
  border-bottom: 2px solid #f5f5f5;
}
.rs-services-single .services-add {
  background: url(assets/images/services/single/side-img.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  text-align: center;
  padding: 50px 35px 28px;
}
.rs-services-single .services-add .title {
  font-size: 24px;
  line-height: 42px;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 30px;
}
.rs-services-single .services-add a {
  font-size: 30px;
  line-height: 40px;
  font-weight: 700;
  color: #ffffff;
}
.rs-services-single .brochures {
  background: #ebebeb;
  padding: 35px 30px 45px 30px;
}
.rs-services-single .brochures .title-part .title {
  font-size: 28px;
  font-weight: 700;
  display: block;
  position: relative;
}
.rs-services-single .brochures .title-part .title:before {
  content: "";
  position: absolute;
  border: 0;
  width: 65px;
  height: 5px;
  background: #ec6623;
  z-index: 1;
  margin-left: 0;
  left: 0;
  bottom: -20px;
}
.rs-services-single .brochures .btn-wrapper {
  position: relative;
  text-align: center;
  font-weight: 400;
  display: inline-block;
}
.rs-services-single .brochures .btn-wrapper .dual-btn {
  padding: 15px 30px 15px 30px;
  font-size: 17px;
  font-weight: 600;
  background-color: #ec6623;
  color: #ffffff;
  margin: 0 -4px;
}
.rs-services-single .brochures .btn-wrapper .dual-btn-connector {
  position: absolute;
  z-index: 9;
  overflow: hidden;
  width: 30px;
  height: 30px;
  border-radius: 100%;
  background-color: #fff;
  box-shadow: 0 0 0 5px #bfb2b2;
  color: #27374c;
  text-transform: uppercase;
  font-size: 12px;
  line-height: 30px;
  left: 47%;
}
.rs-services-single .brochures .btn-wrapper .rselement-dual-btn {
  padding: 15px 25px 15px 25px;
  border-radius: 0px 0px 0px 0px;
  font-size: 17px;
  font-weight: 600;
  background-color: #132235;
  color: #ffffff;
}
.rs-services-single .dot {
  list-style: disc;
  margin: 0 0 1.3em 3em;
}
.rs-services-single .widget-item li {
  border-top-style: solid;
  border-top-width: 1px;
  border-color: #eee;
  width: 79%;
  padding-bottom: calc(16px);
  padding-top: 16px;
}
.rs-services-single .widget-item li a {
  font-size: 16px;
  font-weight: 600;
  color: #000000;
}
.rs-services-single .widget-item li a i {
  color: #000000;
  font-size: 16px;
  font-weight: 900;
}
.rs-services-single .widget-item li a span {
  color: #020202;
  padding-left: 16px;
}
.rs-services-single .widget-item li a:hover i,
.rs-services-single .widget-item li a:hover span {
  color: #ec6623;
}
.rs-services-single .widget-item li:first-child {
  border-top: none;
}
.rs-services-single .social-icons li {
  display: inline;
  margin-right: 5px;
}
.rs-services-single .social-icons li a i {
  padding: 0 0px 0 0;
  font-size: 25px;
  background: #3b5998;
  width: 50px;
  height: 50px;
  line-height: 50px;
  border-radius: 0;
  color: #fff;
  text-align: center;
}
.rs-services-single .social-icons li a i:hover {
  opacity: .9;
}
.rs-services-single .social-icons li a.blue-bg i {
  background: #1da1f2;
}
.rs-services-single .social-icons li a.light-bg i {
  background: #0a0a0a;
}
.rs-services-single .social-icons li a.red-bg i {
  background: #cd201f;
}
.rs-services-single .call-us {
  background: url(assets/images/choose/call-us.jpg);
  background-repeat: no-repeat;
  padding: 110px 0px 110px 0px;
}
.rs-services-single .call-us .contact-widget {
  text-align: center;
}
.rs-services-single .call-us .contact-widget .icon-part {
  margin-bottom: 40px;
}
.rs-services-single .call-us .contact-widget .icon-part img {
  max-width: 84px;
}
.rs-services-single .call-us .contact-widget .title {
  font-size: 36px;
  line-height: 46px;
  font-weight: 700;
  margin: 0;
}
.rs-services-single .call-us .contact-widget .title a {
  color: #ffffff;
}
.rs-services-single .call-us .contact-widget .title a:hover {
  color: #ec6623;
}
/* ------------------------------------
14. Faq Section CSS
---------------------------------------*/
.rs-faq .faq-content .accordion {
  border-width: 12px;
}
.rs-faq .faq-content .accordion .card {
  margin-bottom: 15px;
  border: none;
  background-color: #fff;
}
.rs-faq .faq-content .accordion .card:last-child {
  margin-bottom: 0;
}
.rs-faq .faq-content .accordion .card .card-header {
  display: flex;
  align-items: center;
  padding: 0 !important;
  border: none;
  box-shadow: 0 0 10px #efefef;
  background: #fff;
}
.rs-faq .faq-content .accordion .card .card-header .card-link {
  position: relative;
  display: block;
  width: 100%;
  padding: 20px 30px 0 30px;
  height: 65px;
  line-height: 1.3;
  font-size: 18px;
  font-weight: 600;
  background: #ffffff;
  box-shadow: 0 0 10px #efefef;
  color: #0a0a0a;
}
.rs-faq .faq-content .accordion .card .card-header .card-link:after {
  position: absolute;
  font-family: FontAwesome;
  content: "\f068";
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  text-align: center;
  font-size: 12px;
  color: #ffffff;
  background: #ec6623;
  width: 35px;
  height: 35px;
  line-height: 35px;
  border-radius: 100%;
}
.rs-faq .faq-content .accordion .card .card-header .card-link.collapsed:after {
  color: #ffffff;
  content: "\f067";
}
.rs-faq .faq-content .accordion .card .card-body {
  color: #0a0a0a;
  padding: 0 30px 30px 30px !important;
  width: 100%;
  background: #fff;
  box-shadow: 0 4px 10px #efefef;
}
.rs-faq.faq-home-style5 .faq-content .accordion .card .card-header .card-link:after {
  left: 13px;
  font-size: 12px;
  color: #0a0a0a;
  box-shadow: unset;
  background: unset;
}
.rs-faq.faq-home-style5 .faq-content .accordion .card .card-header {
  box-shadow: unset;
}
.rs-faq.faq-home-style5 .faq-content .accordion .card .card-header .card-link {
  padding: 22px 36px 0 60px;
  font-size: 16px;
  font-weight: 600;
  background: #ffffff;
  box-shadow: unset;
}
.rs-faq.faq-home-style5 .faq-content .accordion .card .card-header.active .card-link {
  background: #4caf50;
  color: #ffffff;
  padding: 22px 36px 0 60px;
}
.rs-faq.faq-home-style5 .faq-content .accordion .card .card-header.active .card-link:after {
  color: #ffffff;
}
.rs-faq.faq-home-style5 .faq-content .accordion .card .card-body {
  background: #fff;
  box-shadow: unset;
}
/* ------------------------------------
15. Counter Section CSS
---------------------------------------*/
.rs-counter.style1 .counter-border-top {
  border-style: solid;
  border-width: 4px 0px 0px 0px;
  border-color: #ec662308;
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
  margin-top: 80px;
  margin-bottom: 0px;
  padding: 50px 0px 0px 0px;
}
.rs-counter.style1 .counter-area .counter-list {
  display: flex;
  align-items: center;
}
.rs-counter.style1 .counter-area .counter-list .counter-icon img {
  width: 80px;
  display: inline-block;
  padding-right: 15px;
}
.rs-counter.style1 .counter-area .counter-list .counter-number .rs-count {
  font-size: 50px;
  line-height: 60px;
  font-weight: 700;
  color: #0a0a0a;
}
.rs-counter.style1 .counter-area .counter-list .counter-number .prefix {
  font-size: 30px;
  font-weight: 500;
  color: #0a0a0a;
}
.rs-counter.style1 .counter-area .content-part .title {
  font-size: 15px;
  font-weight: 600;
  line-height: 20px;
  color: #363636;
  margin: 0px 54px 0px 0px;
  position: relative;
  padding-bottom: 20px;
}
.rs-counter.style1 .counter-area .content-part .title:before {
  content: "";
  position: absolute;
  border: 0;
  width: 65px;
  height: 5px;
  background: #ec6623;
  z-index: 1;
  margin-left: 0;
  left: 0;
  bottom: 0px;
}
.rs-counter.style1.project-single .counter-area .counter-list .counter-icon img {
  width: 70px;
  padding-right: 16px;
}
.rs-counter.style1.project-single .counter-area .counter-list .counter-number .rs-count {
  font-size: 44px;
  line-height: 54px;
}
.rs-counter.style1.project-single .counter-area .content-part .title {
  margin: 0px 38px 0px 0px;
}
.rs-counter.style1.counter-home5-style .counter-area .counter-list .counter-number .prefix,
.rs-counter.style1.counter-home5-style .counter-area .counter-list .counter-number .rs-count {
  color: #ffffff;
}
.rs-counter.style1.counter-home5-style .counter-area .content-part .title {
  color: #ffffff;
  margin: unset;
  position: relative;
  padding: 0px 0px 0px 82px;
}
.rs-counter.style1.counter-home5-style .counter-area .content-part .title:before {
  display: none;
}
/* ------------------------------------
16. Choose Us Section CSS
---------------------------------------*/
.rs-why-choose.style1 .choose-content {
  padding: 100px 130px 100px;
}
/* ------------------------------------
17. Team Section CSS
---------------------------------------*/
.rs-team.style1 .team-wrap {
  position: relative;
  transition: all 0.3s ease;
}
.rs-team.style1 .team-wrap .image-wrap {
  position: relative;
  overflow: hidden;
}
.rs-team.style1 .team-wrap .image-wrap .social-icons {
  position: absolute;
  top: 0;
  right: -50px;
  width: 50px;
  background: #ec6623;
  padding: 12px 0 0;
  text-align: center;
  opacity: 0;
  visibility: hidden;
  transition: all .4s ease 0s;
}
.rs-team.style1 .team-wrap .image-wrap .social-icons a i {
  background: transparent;
  color: #fff;
  font-size: 15px;
  width: 35px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  transition: 0.3s all ease;
  border-radius: 50%;
  margin: 0;
}
.rs-team.style1 .team-wrap .image-wrap .social-icons:after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-top: 50px solid #ec6623;
  border-right: 50px solid transparent;
  bottom: 0;
  left: 0;
  display: block;
  top: 100%;
}
.rs-team.style1 .team-wrap .team-content {
  text-align: center;
  margin: 0;
  padding: 20px 20px 25px;
  background-color: #191919;
  position: unset;
  opacity: 1;
}
.rs-team.style1 .team-wrap .team-content .team-name {
  font-size: 20px;
  font-weight: 600;
  line-height: 34px;
  margin-bottom: 0px;
  text-transform: capitalize;
}
.rs-team.style1 .team-wrap .team-content .team-name a {
  color: #ffffff;
}
.rs-team.style1 .team-wrap .team-content .team-name a:hover {
  color: #ec6623;
}
.rs-team.style1 .team-wrap .team-content .team-title {
  font-size: 13px;
  font-weight: 500;
  line-height: 3em;
  color: #C5C2C2;
  text-transform: uppercase;
}
.rs-team.style1 .team-wrap:hover .image-wrap .social-icons {
  right: 0;
  width: 50px;
  opacity: 1;
  visibility: visible;
}
.rs-team.style1.team-style1 .team-wrap {
  box-shadow: 0 5px 20px #eee;
}
.rs-team.style1.team-style1 .team-wrap .image-wrap a img {
  opacity: 1;
  transition: 0.3s ease-in-out;
  transform: scale(1.1);
}
.rs-team.style1.team-style1 .team-wrap .team-content .team-name a {
  color: #ffffff;
}
.rs-team.style1.team-style1 .team-wrap .team-content .team-name a:hover {
  color: #ec6623;
}
.rs-team.style1.team-style1 .team-wrap:hover .image-wrap a img {
  opacity: .7;
  transform: scale(1);
}
.rs-team.style2 .team-item {
  position: relative;
  overflow: hidden;
  padding-bottom: 95px;
  background: #fff;
}
.rs-team.style2 .team-item .team-img img {
  transition: 0.4s;
}
.rs-team.style2 .team-item .team-content {
  height: 100px;
  width: 100%;
  bottom: 0;
  position: absolute;
  padding: 20px 20px;
  color: #444;
  text-align: center;
  overflow: hidden;
  background: #fff;
  transition: .3s all ease;
}
.rs-team.style2 .team-item .team-content .team-info .name {
  font-size: 22px;
  font-weight: 600;
  line-height: 30px;
  margin: 0;
  text-transform: capitalize;
}
.rs-team.style2 .team-item .team-content .team-info .name a {
  color: #0a0a0a;
}
.rs-team.style2 .team-item .team-content .team-info .post {
  font-size: 13px;
  line-height: 26px;
  font-weight: 500;
  color: #333333;
  text-transform: uppercase;
}
.rs-team.style2 .team-item .team-content .social-icon {
  position: absolute;
  bottom: 0;
  width: 100%;
  text-align: center;
  z-index: 100;
  left: 50%;
  transform: translateX(-50%) scale(0.5);
  transition: all 0.4s ease-in-out 0s;
  opacity: 0;
}
.rs-team.style2 .team-item .team-content .social-icon li {
  display: inline-block;
  margin-right: 30px;
}
.rs-team.style2 .team-item .team-content .social-icon li a {
  width: 25px;
  height: 25px;
  line-height: 25px;
  color: #ffffff;
  transition: all 0.3s ease 0s;
  background: transparent;
}
.rs-team.style2 .team-item .team-content .social-icon li a i {
  font-size: 30px;
  color: #ffffff;
}
.rs-team.style2 .team-item .team-content .social-icon li a i:hover {
  color: #0a0a0a;
}
.rs-team.style2 .team-item .team-content .social-icon li:last-child {
  margin-right: 0;
}
.rs-team.style2 .team-item .team-content:before {
  content: "";
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 3px;
  background: #ec6623;
  transition: .4s all ease;
  left: 0;
}
.rs-team.style2 .team-item:hover .team-img img {
  transform: scale(1.1);
}
.rs-team.style2 .team-item:hover .team-content {
  opacity: 1;
  width: 100%;
  visibility: visible;
  transform: translate(0, 0);
  bottom: 0;
  height: 140px;
  color: #fff;
  background: #ec6623;
}
.rs-team.style2 .team-item:hover .team-content .team-info .name a {
  color: #ffffff;
}
.rs-team.style2 .team-item:hover .team-content .team-info .post {
  color: #ffffff;
}
.rs-team.style2 .team-item:hover .team-content .social-icon {
  bottom: 20px;
  opacity: 1;
}
.rs-team.style3 .team-item {
  position: relative;
  overflow: hidden;
}
.rs-team.style3 .team-item .team-img {
  overflow: hidden;
}
.rs-team.style3 .team-item .team-img img {
  transition: 0.4s;
}
.rs-team.style3 .team-item .team-content {
  padding: 25px 20px 30px;
  color: #444;
  text-align: center;
  overflow: hidden;
  background: #fff;
  transition: .3s all ease;
}
.rs-team.style3 .team-item .team-content .team-info .name {
  font-size: 22px;
  font-weight: 600;
  line-height: 30px;
  margin-bottom: 6px;
}
.rs-team.style3 .team-item .team-content .team-info .name a {
  color: #0a0a0a;
}
.rs-team.style3 .team-item .team-content .team-info .name a:hover {
  color: #ec6623;
}
.rs-team.style3 .team-item .team-content .team-info .post {
  font-size: 13px;
  line-height: 26px;
  font-weight: 500;
  color: #333333;
  text-transform: uppercase;
  display: block;
  margin-bottom: 7px;
}
.rs-team.style3 .team-item .team-content .social-icon li {
  display: inline-block;
  margin-right: 22px;
}
.rs-team.style3 .team-item .team-content .social-icon li a {
  font-size: 15px;
  width: 25px;
  height: 25px;
  line-height: 25px;
  color: #ffffff;
  transition: all 0.3s ease 0s;
  background: transparent;
}
.rs-team.style3 .team-item .team-content .social-icon li a i {
  color: #4a4a4a;
}
.rs-team.style3 .team-item .team-content .social-icon li a i:hover {
  color: #ec6623;
}
.rs-team.style3 .team-item .team-content .social-icon li:last-child {
  margin-right: 0;
}
.rs-team.style3 .team-item:hover .team-img img {
  transform: scale(1.2);
}
.rs-team.style4 .team-item-wrap .team-wrap .image-inner {
  overflow: hidden;
  border-radius: 50%;
}
.rs-team.style4 .team-item-wrap .team-wrap .image-inner a img {
  transform: scale(1);
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.rs-team.style4 .team-item-wrap .team-content {
  padding: 20px 20px 20px;
}
.rs-team.style4 .team-item-wrap .team-content .person-name {
  font-size: 20px;
  font-weight: 600;
  line-height: 30px;
  margin-bottom: 5px;
}
.rs-team.style4 .team-item-wrap .team-content .person-name a {
  color: #0a0a0a;
}
.rs-team.style4 .team-item-wrap .team-content .person-name a:hover {
  color: #17d9ed;
}
.rs-team.style4 .team-item-wrap .team-content .designation {
  display: block;
  font-size: 15px;
  font-weight: 400;
  line-height: 26px;
  color: #666;
  margin-bottom: 15px;
}
.rs-team.style4 .team-item-wrap .team-content .team-social li {
  display: inline-block;
  margin-right: 16px;
}
.rs-team.style4 .team-item-wrap .team-content .team-social li a i {
  font-size: 18px;
  line-height: 18px;
  font-weight: 400;
  color: #17d9ed;
}
.rs-team.style4 .team-item-wrap .team-content .team-social li:last-child {
  margin-right: 0;
}
.rs-team.style4 .team-item-wrap:hover .team-wrap .image-inner a img {
  transform: scale(1.2);
}
.rs-team.style4.home-4-team-style .team-item-wrap .team-wrap .image-inner {
  border-radius: unset;
}
.rs-team.style4.home-4-team-style .team-item-wrap .team-wrap .image-inner a img {
  transform: unset;
}
.rs-team.style4.home-4-team-style .team-item-wrap .team-content {
  padding: 20px 20px 20px;
  background: #ffffff;
  box-shadow: 0 6px 25px #eee;
}
.rs-team.style4.home-4-team-style .team-item-wrap .team-content .person-name a {
  color: #0a0a0a;
}
.rs-team.style4.home-4-team-style .team-item-wrap .team-content .person-name a:hover {
  color: #fd4a36;
}
.rs-team.style4.home-4-team-style .team-item-wrap .team-content .designation {
  display: block;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  color: #454545;
  margin-bottom: 15px;
}
.rs-team.style4.home-4-team-style .team-item-wrap:hover .team-wrap .image-inner a img {
  transform: unset;
}
.rs-team.style4.home-4-team-style .owl-stage-outer {
  padding: 20px;
  margin: -20px;
}
.rs-team-Single .btm-info-team {
  position: relative;
  box-shadow: 0px 0px 32px 0px rgba(7, 28, 31, 0.05);
  background: #fff;
  margin-bottom: 70px;
  padding: 40px;
}
.rs-team-Single .btm-info-team .images-part {
  padding: 0 30px 0 0;
}
.rs-team-Single .btm-info-team .con-info {
  position: relative;
}
.rs-team-Single .btm-info-team .con-info .designation-info {
  font-size: 15px;
  line-height: 26px;
  font-weight: 600;
  color: #ec6623;
  text-transform: uppercase;
  display: block;
}
.rs-team-Single .btm-info-team .con-info .title {
  font-size: 36px;
  line-height: 46px;
  font-weight: 700;
  color: #0a0a0a;
  margin-bottom: 15px;
}
.rs-team-Single .btm-info-team .con-info .short-desc {
  font-size: 15px;
  line-height: 26px;
  font-weight: 400;
  color: #454545;
  margin-bottom: 25px;
}
.rs-team-Single .btm-info-team .con-info .team-title {
  font-size: 28px;
  line-height: 38px;
  font-weight: 700;
  color: #0a0a0a;
  margin-bottom: 15px;
}
.rs-team-Single .btm-info-team .con-info .ps-informations .personal-info li {
  margin: 5px 0 10px;
  padding: 0;
  display: block;
}
.rs-team-Single .btm-info-team .con-info .ps-informations .personal-info li span i:before {
  color: #ec6623;
  margin-right: 18px;
  position: relative;
  top: 2px;
  font-weight: 500;
  display: inline-block;
  text-align: center;
}
.rs-team-Single .btm-info-team .con-info .ps-informations .personal-info li a {
  color: #555;
}
.rs-team-Single .btm-info-team .con-info .ps-informations .personal-info li a:hover {
  color: #ec6623;
}
.rs-team-Single .btm-info-team .con-info .ps-informations .social-info {
  margin-top: 15px;
}
.rs-team-Single .btm-info-team .con-info .ps-informations .social-info li {
  display: inline-block;
  margin-right: 18px;
}
.rs-team-Single .btm-info-team .con-info .ps-informations .social-info li a {
  color: #555;
}
.rs-team-Single .btm-info-team .con-info .ps-informations .social-info li a:hover {
  color: #ec6623;
}
.rs-team-Single .btm-info-team .con-info .ps-informations .social-info li:last-child {
  margin-right: 0;
}
.rs-team-Single .btm-info-team .con-info:before {
  content: "\f10b";
  font-size: 250px;
  position: absolute;
  right: 92px;
  color: #0a0a0a;
  font-family: "Flaticon";
  height: 100%;
  top: 74px;
  opacity: 0.02;
}
/* ------------------------------------
18. Process Section CSS
---------------------------------------*/
.rs-process.style1 .process-effects-layer {
  background-image: url(assets/images/process/style1/steps.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 1050px auto;
  margin-top: -110px;
  margin-bottom: 0px;
  padding: 160px 0px 0px 0px;
}
.rs-process.style1 .process-effects-layer .rs-addon-number .number-part .number-image {
  background: #fff;
  padding: 50px;
  border-radius: 50%;
  display: block;
  margin: 0 auto;
  width: 140px;
}
.rs-process.style1 .process-effects-layer .rs-addon-number .number-part .number-image img {
  width: 60px;
  display: block;
}
.rs-process.style1 .process-effects-layer .rs-addon-number .number-part .number-text {
  position: relative;
  text-align: center;
}
.rs-process.style1 .process-effects-layer .rs-addon-number .number-part .number-text .number-area {
  position: relative;
  transition: all .3s ease 0s;
  text-align: center;
  width: 50px;
  height: 50px;
  left: -50px;
  top: -36px;
  margin: -13px 0px 0px 0px;
  display: inline-block;
  border-radius: 50px 50px 50px 50px;
  background: #ec6623;
}
.rs-process.style1 .process-effects-layer .rs-addon-number .number-part .number-text .number-area .number-prefix {
  font-size: 18px;
  line-height: 50px;
  font-weight: 700;
  color: #ffffff;
}
.rs-process.style1 .process-effects-layer .rs-addon-number .number-part .number-text .number-title .title {
  font-size: 20px;
  line-height: 38px;
  font-weight: 700;
  color: #F1EAEA;
  margin: 0 0 10px;
}
.rs-process.style1 .process-effects-layer .rs-addon-number .number-part .number-text .number-txt {
  margin: 0 24px 0 24px;
  color: #FFFFFF;
}
.rs-process.style1.careers-style .process-effects-layer {
  background-image: unset;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 1050px auto;
  margin-top: -110px;
  margin-bottom: 0px;
  padding: 160px 0px 0px 0px;
}
.rs-process.style1.careers-style .process-effects-layer .rs-addon-number .number-part .number-image {
  background: #0a0a0a;
}
.rs-process.style1.careers-style .process-effects-layer .rs-addon-number .number-part .number-text .number-title .title {
  color: #0a0a0a;
}
.rs-process.style1.careers-style .process-effects-layer .rs-addon-number .number-part .number-text .number-txt {
  margin: 0 17px 0 17px;
  color: #454545;
}
.rs-process.style2 .rs-addon-number .number-part {
  padding: 50px 45px 40px 30px;
  background-color: #FFFFFF;
  border-style: solid;
  border-width: 1px 1px 1px 1px;
  border-color: #F2F2F2;
  margin: 0 3px 0 3px;
}
.rs-process.style2 .rs-addon-number .number-part .number-area .number-prefix {
  font-size: 50px;
  line-height: 50px;
  font-weight: 700;
  color: #00000021;
  display: block;
  margin-bottom: 22px;
}
.rs-process.style2 .rs-addon-number .number-part .number-title .title {
  font-size: 20px;
  line-height: 30px;
  font-weight: 700;
  color: #0a0a0a;
  margin: 0 0 12px;
}
.rs-process.style2 .rs-addon-number .number-part .number-txt {
  margin-bottom: 27px;
}
.rs-process.style2 .rs-addon-number .number-part .number-txt .loac-text {
  padding-top: 12px;
}
.rs-process.style2 .rs-addon-number .number-part .number-txt .loac-text strong {
  font-weight: 700;
}
/*------------------------------------
19. Pricing Section CSS
------------------------------------*/
.rs-pricing.style1 .pricing-table {
  padding: 45px 40px 45px 40px;
  border-radius: 5px 5px 5px 5px;
  text-align: center;
}
.rs-pricing.style1 .pricing-table .pricing-table-header .table-title {
  font-size: 22px;
  line-height: 30px;
  font-weight: 600;
  color: #14171C;
  margin-bottom: 22px;
}
.rs-pricing.style1 .pricing-table .pricing-icon img {
  width: 60px;
}
.rs-pricing.style1 .pricing-table .pricing-table-price .pricing-table-bags {
  line-height: .66;
  display: flex;
  justify-content: center;
  margin-bottom: 30px;
}
.rs-pricing.style1 .pricing-table .pricing-table-price .pricing-table-bags .pricing-currency {
  font-size: 22px;
  font-weight: 500;
  color: #0a0a0a;
}
.rs-pricing.style1 .pricing-table .pricing-table-price .pricing-table-bags .table-price-text {
  font-size: 90px;
  font-weight: 600;
  color: #0a0a0a;
}
.rs-pricing.style1 .pricing-table .pricing-table-price .pricing-table-bags .table-period {
  display: flex;
  align-items: flex-end;
  font-size: 15px;
  font-weight: 500;
  color: #0a0a0a;
}
.rs-pricing.style1 .pricing-table .pricing-table-body {
  padding: 10px 15px 30px 15px;
  text-align: left;
}
.rs-pricing.style1 .pricing-table .pricing-table-body ul li {
  padding: 9px 0px 9px 0px;
  margin-bottom: 0px;
  color: #555555;
  font-size: 15px;
  font-weight: 400;
}
.rs-pricing.style1 .pricing-table .pricing-table-body ul li i {
  float: right;
  margin-right: 0;
  min-width: 15px;
  font-size: 16px;
}
.rs-pricing.style1 .pricing-table.white-bg {
  background-color: #fff;
  box-shadow: 0 0.2rem 2.8rem #eee;
}
.rs-pricing.style1 .pricing-table.white-bg .pricing-table-body ul li i,
.rs-pricing.style1 .pricing-table.white-bg .pricing-table-price .pricing-table-bags .pricing-currency,
.rs-pricing.style1 .pricing-table.white-bg .pricing-table-price .pricing-table-bags .table-period,
.rs-pricing.style1 .pricing-table.white-bg .pricing-table-price .pricing-table-bags .table-price-text {
  color: #ec6623;
}
.rs-pricing.style2 .pricing-wrap .head-part {
  padding: 60px 60px 37px;
}
.rs-pricing.style2 .pricing-wrap .head-part .title {
  color: #222;
  font-size: 22px;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 18px;
}
.rs-pricing.style2 .pricing-wrap .head-part .price {
  color: #043d72;
  font-weight: 700;
  font-size: 50px;
  line-height: 1;
}
.rs-pricing.style2 .pricing-wrap .head-part .price .period {
  font-size: 16px;
  font-weight: 600;
}
.rs-pricing.style2 .pricing-wrap .body-part {
  padding: 0 60px 60px;
}
.rs-pricing.style2 .pricing-wrap .body-part ul {
  padding: 33px 0 0;
  border-top: 1px solid #eee;
}
.rs-pricing.style2 .pricing-wrap .body-part ul li {
  text-align: left;
  position: relative;
  margin-bottom: 8px;
}
.rs-pricing.style2 .pricing-wrap .body-part ul li i {
  position: absolute;
  content: '';
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  color: #043d72;
}
.rs-pricing.style2 .pricing-wrap .body-part ul li i:before {
  font-size: 12px;
  font-weight: 800;
}
.rs-pricing.style2 .pricing-wrap .body-part ul li.no i {
  color: #ec6623;
}
.rs-pricing.style2 .pricing-wrap .body-part ul li:last-child {
  margin-bottom: 0;
}
.rs-pricing.style2 .pricing-wrap .body-part .btn-part {
  margin-top: 33px;
}
.rs-pricing.style2 .pricing-wrap .body-part .btn-part .price-btn {
  padding: 9px 40px;
  border-radius: 30px;
  color: #043d72;
  position: relative;
  display: inline-block;
  background: transparent;
  border: 1px solid #043d72;
  text-align: center;
  outline: none;
  font-weight: 500;
  transition: all 0.3s ease;
}
.rs-pricing.style2 .pricing-wrap .body-part .btn-part .price-btn:hover {
  background: #043d72;
  color: #ffffff;
}
.rs-pricing.style2 .pricing-wrap.active {
  box-shadow: 0 6px 30px 0 rgba(0, 0, 0, 0.08);
}
.rs-pricing.style2 .pricing-wrap.active .head-part .price {
  color: #18bccf;
}
.rs-pricing.style2 .pricing-wrap.active .body-part .btn-part .price-btn {
  border-color: #18bccf;
  color: #ffffff;
  background: #18bccf;
}
.rs-pricing.style2 .pricing-wrap.active .body-part .btn-part .price-btn:hover {
  background: transparent;
  color: #18bccf;
}
/*------------------------------------
20. Project Section CSS
------------------------------------*/
.rs-project.style1 .project-item {
  position: relative;
  overflow: hidden;
}
.rs-project.style1 .project-item .project-content {
  position: absolute;
  padding: 17px 25px 15px;
  opacity: 0;
  visibility: hidden;
  z-index: 1;
  left: 0;
  bottom: -100px;
  text-align: left;
  width: 100%;
  transition: 0.4s;
  height: 100%;
}
.rs-project.style1 .project-item .project-content .project-inner {
  position: absolute;
  bottom: -100px;
  transition: 0.5s;
  left: 40px;
}
.rs-project.style1 .project-item .project-content .project-inner .title {
  font-size: 20px;
  line-height: 30px;
  font-weight: 700;
  margin-bottom: 20px;
}
.rs-project.style1 .project-item .project-content .project-inner .title a {
  color: #ffffff;
}
.rs-project.style1 .project-item .project-content .project-inner .title a:hover {
  color: #ec6623;
}
.rs-project.style1 .project-item .project-content .project-inner .category {
  font-size: 15px;
  line-height: 27px;
  font-weight: 400;
  display: block;
  margin-bottom: 5px;
}
.rs-project.style1 .project-item .project-content .project-inner .category a {
  color: #C3C2C2;
}
.rs-project.style1 .project-item .project-content .project-inner .p-icon {
  width: 50px;
  height: 50px;
  text-align: center;
  line-height: 50px;
  border-radius: 50px;
  color: #ffffff;
  background: #ec6623;
  font-size: 18px;
  display: block;
}
.rs-project.style1 .project-item .project-content .project-inner .p-icon .custom-icon {
  position: relative;
}
.rs-project.style1 .project-item .project-content .project-inner .p-icon .custom-icon:before {
  font-size: 20px;
  font-weight: 700;
  color: #ffffff;
  margin-left: 0;
  content: "\f114";
  font-family: Flaticon;
}
.rs-project.style1 .project-item .project-content:before {
  content: '';
  position: absolute;
  bottom: -150px;
  left: 0;
  opacity: 0;
  visibility: hidden;
  width: 100%;
  height: 100%;
  background-color: #1A1111E0;
  transition: all 0.4s;
}
.rs-project.style1 .project-item:hover .project-content {
  opacity: 1;
  visibility: visible;
  bottom: 0;
}
.rs-project.style1 .project-item:hover .project-content .project-inner {
  bottom: 40px;
}
.rs-project.style1 .project-item:hover .project-content:before {
  opacity: 1;
  bottom: 0;
  visibility: visible;
}
.rs-project.style1.red-overly-bg .project-item .project-img {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.rs-project.style1.red-overly-bg .project-item .project-img img {
  transition: 1.3s all ease;
}
.rs-project.style1.red-overly-bg .project-item .project-content .project-inner {
  left: 27px;
}
.rs-project.style1.red-overly-bg .project-item .project-content .project-inner .title {
  margin-bottom: 0px;
}
.rs-project.style1.red-overly-bg .project-item .project-content .project-inner .title a {
  color: #ffffff;
}
.rs-project.style1.red-overly-bg .project-item .project-content .project-inner .title a:hover {
  color: #ec6623;
}
.rs-project.style1.red-overly-bg .project-item .project-content .project-inner .category {
  margin-bottom: 0px;
}
.rs-project.style1.red-overly-bg .project-item .project-content .project-inner .category a {
  color: #ffffff;
}
.rs-project.style1.red-overly-bg .project-item .project-content:before {
  background-color: #ec662382;
}
.rs-project.style1.red-overly-bg .project-item:hover .project-img img {
  transform: scale(1.2);
}
.rs-project.style1.red-overly-bg .project-item:hover .project-content {
  opacity: 1;
  visibility: visible;
  bottom: 0;
}
.rs-project.style1.red-overly-bg .project-item:hover .project-content .project-inner {
  bottom: 25px;
}
.rs-project.style1.red-overly-bg .project-item:hover .project-content:before {
  opacity: 1;
  bottom: 0;
  visibility: visible;
}
.rs-project.style1.project-home5-style .project-item .project-content .project-inner .title a:hover {
  color: #4caf50;
}
.rs-project.style1.project-home5-style .project-item .project-content .project-inner .p-icon {
  background: #4caf50;
}
.rs-project.style2 .project-item {
  position: relative;
  overflow: hidden;
  z-index: 1;
  transition: all 0.3s ease;
}
.rs-project.style2 .project-item .project-content {
  opacity: 0;
  visibility: hidden;
}
.rs-project.style2 .project-item .project-content .p-icon {
  position: absolute;
  top: 40px;
  right: 0px;
  bottom: 20px;
  text-align: center;
  width: 50px;
  height: 50px;
  line-height: 50px;
  border-radius: 50px;
  color: #ffffff;
  background: #ec6623;
  font-size: 18px;
  display: block;
}
.rs-project.style2 .project-item .project-content .p-icon .custom-icon {
  position: relative;
}
.rs-project.style2 .project-item .project-content .p-icon .custom-icon:before {
  font-size: 20px;
  font-weight: 700;
  color: #ffffff;
  margin-left: 0;
  content: "\f114";
  font-family: Flaticon;
}
.rs-project.style2 .project-item .project-content .project-inner {
  position: absolute;
  bottom: 0px;
  left: 25px;
  transition: all 0.3s ease;
}
.rs-project.style2 .project-item .project-content .project-inner .category {
  font-size: 15px;
  line-height: 1.5em;
  font-weight: 400;
  margin-bottom: 7px;
  display: block;
}
.rs-project.style2 .project-item .project-content .project-inner .category a {
  color: #C3C2C2;
}
.rs-project.style2 .project-item .project-content .project-inner .title {
  font-size: 20px;
  font-weight: 600;
  line-height: 30px;
  margin-bottom: 0;
}
.rs-project.style2 .project-item .project-content .project-inner .title a {
  color: #ffffff;
}
.rs-project.style2 .project-item .project-content .project-inner .title a:hover {
  color: #ec6623;
}
.rs-project.style2 .project-item:before {
  background-color: #1A1111E0;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s ease 0s;
}
.rs-project.style2 .project-item:hover .project-content {
  opacity: 1;
  visibility: visible;
}
.rs-project.style2 .project-item:hover .project-content .p-icon {
  right: 25px;
}
.rs-project.style2 .project-item:hover .project-content .project-inner {
  bottom: 25px;
}
.rs-project.style2 .project-item:hover:before {
  opacity: .9;
  visibility: visible;
}
.rs-project.style3 .project-item {
  position: relative;
  overflow: hidden;
  border-radius: 0;
  z-index: 1;
}
.rs-project.style3 .project-item .project-img {
  position: relative;
  overflow: hidden;
}
.rs-project.style3 .project-item .project-img a img {
  transition: 1.3s all ease;
}
.rs-project.style3 .project-item .project-content {
  position: absolute;
  padding: 24px 30px;
  opacity: 1;
  z-index: 10;
  top: 0;
  border: none;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: left;
  width: 100%;
}
.rs-project.style3 .project-item .project-content .portfolio-inner {
  position: absolute;
  bottom: 30px;
  right: 40px;
  left: 40px;
  transition: all .5s ease;
  width: 100%;
}
.rs-project.style3 .project-item .project-content .portfolio-inner .category {
  font-size: 15px;
  line-height: 26px;
  font-weight: 400;
  margin-bottom: 5px;
  display: block;
}
.rs-project.style3 .project-item .project-content .portfolio-inner .category a {
  color: #C3C2C2;
}
.rs-project.style3 .project-item .project-content .portfolio-inner .title {
  font-size: 20px;
  line-height: 26px;
  font-weight: 700;
  margin-bottom: 0px;
}
.rs-project.style3 .project-item .project-content .portfolio-inner .title a {
  color: #ffffff;
}
.rs-project.style3 .project-item .project-content .portfolio-inner .title a:hover {
  color: #ec6623;
}
.rs-project.style3 .project-item .project-content:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: all .3s ease 0s;
  background: rgba(0, 0, 0, 0.4);
  opacity: 1;
}
.rs-project.style3 .project-item:hover .project-img a img {
  transform: scale(1.2);
}
.rs-project.style3 .project-item:hover .project-content {
  opacity: 1;
}
.rs-project.style3 .project-item:hover .project-content .portfolio-inner {
  bottom: 50px;
}
.rs-project.style3.home3-project-style .project-item .project-content .portfolio-inner .category a:hover,
.rs-project.style3.home3-project-style .project-item .project-content .portfolio-inner .title a:hover {
  color: #17d9ed;
}
.rs-project.style3.home3-project-style .project-item .project-content .portfolio-inner .category a {
  color: #FCFCFC;
  font-weight: 500;
}
.rs-project.style4 .project-item {
  position: relative;
  overflow: hidden;
  border-radius: 0;
  transition: all 0.3s ease;
  z-index: 1;
}
.rs-project.style4 .project-item .project-content {
  position: absolute;
  padding: 20px 25px 20px 25px;
  opacity: 0;
  z-index: 1;
  bottom: -150px;
  left: 50%;
  transform: translateX(-50%);
  width: 86%;
  z-index: 9;
  background: #fff;
  transition: .6s;
}
.rs-project.style4 .project-item .project-content .category {
  font-size: 15px;
  line-height: 26px;
  font-weight: 400;
  margin-bottom: 5px;
  display: block;
}
.rs-project.style4 .project-item .project-content .category a {
  color: #454545;
}
.rs-project.style4 .project-item .project-content .category a:hover {
  color: #ec6623;
}
.rs-project.style4 .project-item .project-content .title {
  font-size: 20px;
  line-height: 26px;
  font-weight: 700;
  margin-bottom: 0px;
}
.rs-project.style4 .project-item .project-content .title a {
  color: #0a0a0a;
}
.rs-project.style4 .project-item .project-content .title a:hover {
  color: #ec6623;
}
.rs-project.style4 .project-item:hover .project-content {
  opacity: 1;
  bottom: 30px;
}
.rs-project.style5 .project-item {
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.rs-project.style5 .project-item .project-img {
  z-index: 1;
}
.rs-project.style5 .project-item .project-img img {
  transform: scale(1.2);
  transition: 0.6s;
}
.rs-project.style5 .project-item .project-content {
  position: absolute;
  padding: 24px 30px;
  opacity: 0;
  z-index: 10;
  top: 0;
  visibility: hidden;
  width: 100%;
  height: 100%;
  text-align: center;
}
.rs-project.style5 .project-item .project-content .title {
  font-size: 20px;
  line-height: 25px;
  font-weight: 600;
  margin-bottom: 5px;
}
.rs-project.style5 .project-item .project-content .title a {
  color: #ffffff;
}
.rs-project.style5 .project-item .project-content .title a:hover {
  color: #ec6623;
}
.rs-project.style5 .project-item .project-content .category {
  font-size: 15px;
  line-height: 26px;
  font-weight: 400;
  display: block;
}
.rs-project.style5 .project-item .project-content .category a {
  color: #ffffff;
}
.rs-project.style5 .project-item .project-content .category a:hover {
  color: #ec6623;
}
.rs-project.style5 .project-item .project-content:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  background-color: #ec66236E;
  transition: all .4s;
  transform: scale(1.2);
  transition: .6s;
}
.rs-project.style5 .project-item:hover .project-img img {
  transform: scale(1);
}
.rs-project.style5 .project-item:hover .project-content {
  opacity: 1;
  visibility: visible;
  transform: scale(1);
}
.rs-project.style5 .project-item:hover .project-content:before {
  opacity: 0.7;
  visibility: visible;
}
.rs-project.style6 .project-item {
  position: relative;
  overflow: hidden;
  transition: all 0.3s ease;
}
.rs-project.style6 .project-item .project-img {
  position: relative;
}
.rs-project.style6 .project-item .project-img .p-icon {
  width: 50px;
  height: 50px;
  text-align: center;
  line-height: 50px;
  border-radius: 50px;
  color: #ffffff;
  background: #ec6623;
  font-size: 18px;
  display: block;
  position: absolute;
  right: 30px;
  top: 30px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
}
.rs-project.style6 .project-item .project-img .p-icon .custom-icon {
  position: relative;
}
.rs-project.style6 .project-item .project-img .p-icon .custom-icon:before {
  font-size: 20px;
  font-weight: 700;
  color: #ffffff;
  margin-left: 0;
  content: "\f114";
  font-family: Flaticon;
}
.rs-project.style6 .project-item .project-content {
  margin-top: 25px;
}
.rs-project.style6 .project-item .project-content .title {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.1;
  margin-bottom: 5px;
}
.rs-project.style6 .project-item .project-content .title a {
  color: #0a0a0a;
}
.rs-project.style6 .project-item .project-content .title a:hover {
  color: #ec6623;
}
.rs-project.style6 .project-item .project-content .category {
  display: block;
}
.rs-project.style6 .project-item .project-content .category a {
  color: #454545;
}
.rs-project.style6 .project-item:hover .project-img .p-icon {
  opacity: 1;
  visibility: visible;
}
.rs-project.style7 .project-item {
  position: relative;
  overflow: hidden;
}
.rs-project.style7 .project-item .project-img {
  position: relative;
}
.rs-project.style7 .project-item .project-img:before {
  content: "";
  height: 3px;
  background: #2B2A2A;
  position: absolute;
  bottom: -20px;
  left: 0;
  transform: rotate(19deg) scale(1.5);
  transition: .5s;
  width: 100%;
  height: 35%;
  opacity: 0;
  visibility: hidden;
}
.rs-project.style7 .project-item .project-content {
  position: relative;
  padding: 0;
  width: 100%;
  border-top: 0;
  z-index: 11;
  left: 0;
  transition: .6s;
  height: 100%;
  left: 50%;
  transform: translateX(-50%);
  padding: 0 40px;
  text-align: left;
}
.rs-project.style7 .project-item .project-content .project-inner {
  position: absolute;
  width: 100%;
  transition: .6s;
  z-index: 9;
  bottom: 0;
  opacity: 0;
  visibility: hidden;
}
.rs-project.style7 .project-item .project-content .project-inner .title {
  font-size: 20px;
  line-height: 30px;
  font-weight: 700;
  margin-bottom: 5px;
}
.rs-project.style7 .project-item .project-content .project-inner .title a {
  color: #ffffff;
}
.rs-project.style7 .project-item .project-content .project-inner .title a:hover {
  color: #ec6623;
}
.rs-project.style7 .project-item .project-content .project-inner .category a {
  color: #CCCCCC;
  font-weight: 500;
  display: block;
}
.rs-project.style7 .project-item .project-content .p-icon {
  position: absolute;
  transition: .6s;
  left: 40px;
  bottom: 0;
  opacity: 0;
  visibility: hidden;
  z-index: 9;
}
.rs-project.style7 .project-item .project-content .p-icon i {
  width: 50px;
  height: 50px;
  border-radius: 50px;
  background: #ec6623;
  line-height: 55px;
  color: #fff;
  text-align: center;
  display: block;
}
.rs-project.style7 .project-item .project-content .p-icon i:before {
  font-size: 22px;
  color: #ffffff;
}
.rs-project.style7 .project-item:hover .project-img:before {
  opacity: 1;
  visibility: visible;
}
.rs-project.style7 .project-item:hover .project-content .project-inner {
  bottom: 100px;
  opacity: 1;
  visibility: visible;
}
.rs-project.style7 .project-item:hover .project-content .p-icon {
  bottom: 30px;
  opacity: 1;
  visibility: visible;
}
/*------------------------------------
21. Partner Section CSS
------------------------------------*/
.rs-patter-section .logo-img {
  text-align: center;
}
.rs-patter-section .logo-img a {
  overflow: hidden;
  display: inline-block;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.rs-patter-section .logo-img a .hovers-logos {
  display: block;
  position: absolute;
  transition: all 0.3s ease-in-out;
  z-index: 1;
  top: 0;
  left: 0;
  visibility: hidden;
  -webkit-transform: translateY(-100%);
}
.rs-patter-section .logo-img a .mains-logos {
  transition: all 0.3s ease-in-out;
  display: block;
  filter: grayscale(1);
}
.rs-patter-section .logo-img a:hover .hovers-logos {
  display: block;
  opacity: 3;
  visibility: visible;
  transform: translateY(0%);
  filter: grayscale(0%);
}
.rs-patter-section .logo-img a:hover .mains-logos {
  display: block;
  visibility: hidden;
  transform: translateY(100%);
  filter: grayscale(1);
}
.rs-patter-section.style1 .logo-img {
  padding: 0 50px;
}
/*------------------------------------
22. Blog Section CSS
------------------------------------*/
.rs-blog.blog-main-home .blog-item {
  position: relative;
  transition: all 500ms ease;
}
.rs-blog.blog-main-home .blog-item .image-wrap {
  position: relative;
}
.rs-blog.blog-main-home .blog-item .image-wrap a img {
  transition: all 0.5s ease 0s;
}
.rs-blog.blog-main-home .blog-item .blog-content {
  transition: all 500ms ease;
  position: relative;
  padding: 33px 24px 38px 42px;
  background: #fff;
  box-shadow: 0 6px 25px #eee;
}
.rs-blog.blog-main-home .blog-item .blog-content .blog-meta {
  display: flex;
  background: #B90A0A;
  position: absolute;
  top: -46px;
  left: 44px;
  right: 0;
  text-align: center;
  justify-content: center;
  padding: 13px 0 9px;
  margin: 0;
}
.rs-blog.blog-main-home .blog-item .blog-content .blog-meta .date {
  position: relative;
  margin-right: 20px;
  padding-right: 11px;
  font-size: 14px;
  font-weight: 500;
  color: #ffffff;
}
.rs-blog.blog-main-home .blog-item .blog-content .blog-meta .date:after {
  content: "";
  height: 14px;
  width: 1px;
  position: absolute;
  right: 0;
  transform: rotate(20deg) translateY(-55%);
  top: 50%;
  background: #ffffff;
}
.rs-blog.blog-main-home .blog-item .blog-content .blog-meta .admin a {
  font-size: 14px;
  font-weight: 500;
  text-transform: capitalize;
  margin-right: 5px;
  color: #ffffff;
  position: relative;
  padding-right: 4px;
}
.rs-blog.blog-main-home .blog-item .blog-content .blog-meta:after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-bottom: 47px solid #B90A0A;
  border-left: 45px solid transparent;
  left: -45px;
  display: block;
  top: 0;
}
.rs-blog.blog-main-home .blog-item .blog-content .blog-title {
  font-size: 18px;
  line-height: 1.4;
  font-weight: 600;
  margin-bottom: 20px;
}
.rs-blog.blog-main-home .blog-item .blog-content .blog-title a {
  color: #0a0a0a;
}
.rs-blog.blog-main-home .blog-item .blog-content .blog-title a:hover {
  color: #ec6623;
}
.rs-blog.blog-main-home .blog-item .blog-content .desc {
  margin-bottom: 28px;
}
.rs-blog.blog-main-home .owl-stage-outer {
  padding: 20px 0;
  margin: -20px 0;
}
.rs-blog.style2 .blog-item {
  transition: all 500ms ease;
}
.rs-blog.style2 .blog-item .image-wrap {
  position: relative;
  overflow: hidden;
}
.rs-blog.style2 .blog-item .image-wrap img {
  transition: all .5s ease 0s;
}
.rs-blog.style2 .blog-item .image-wrap .post-categories {
  position: absolute;
  z-index: 11;
  bottom: 20px;
  right: 20px;
  z-index: 10;
}
.rs-blog.style2 .blog-item .image-wrap .post-categories li {
  display: inline-block;
}
.rs-blog.style2 .blog-item .image-wrap .post-categories li a {
  background: #ec6623;
  color: #ffffff;
  transition: 0.4s;
  font-size: 14px;
  font-weight: 500;
  padding: 6px 20px;
  display: block;
}
.rs-blog.style2 .blog-item .blog-content {
  padding: 40px 24px 40px 42px;
  background: #ffffff;
  box-shadow: 0 6px 25px #eee;
}
.rs-blog.style2 .blog-item .blog-content .blog-meta {
  display: flex;
}
.rs-blog.style2 .blog-item .blog-content .blog-meta .admin {
  position: relative;
  margin-right: 20px;
  padding-right: 11px;
  font-size: 14px;
  font-weight: 500;
  color: #454545;
}
.rs-blog.style2 .blog-item .blog-content .blog-meta .admin i {
  margin-right: 5px;
  font-size: 14px;
  font-weight: 400;
  color: #ec6623;
}
.rs-blog.style2 .blog-item .blog-content .blog-meta .admin:after {
  content: "";
  height: 14px;
  width: 1px;
  position: absolute;
  right: 0;
  transform: rotate(20deg) translateY(-55%);
  top: 50%;
  background: #ccc;
}
.rs-blog.style2 .blog-item .blog-content .blog-meta .date {
  font-size: 14px;
  font-weight: 500;
}
.rs-blog.style2 .blog-item .blog-content .blog-meta .date i {
  margin-right: 5px;
  font-size: 14px;
  font-weight: 400;
  color: #ec6623;
}
.rs-blog.style2 .blog-item .blog-content .blog-title {
  font-size: 18px;
  line-height: 26px;
  font-weight: 600;
  margin: 0px 0px 18px 0px;
}
.rs-blog.style2 .blog-item .blog-content .blog-title a {
  color: #0a0a0a;
}
.rs-blog.style2 .blog-item .blog-content .blog-title a:hover {
  color: #ec6623;
}
.rs-blog.style2 .blog-item .blog-content p {
  margin: 0;
}
.rs-blog.style2 .blog-item:hover {
  transform: translateY(-10px);
}
.rs-blog.style2 .blog-item:hover .image-wrap {
  position: relative;
  overflow: hidden;
}
.rs-blog.style2 .blog-item:hover .image-wrap img {
  transform: scale(1.1);
}
.rs-blog.style2 .owl-stage-outer {
  padding: 20px;
  margin: -20px;
}
.rs-blog.style2.home3-blog-style .blog-item {
  box-shadow: 0 6px 25px rgba(12, 89, 219, 0.09);
  margin-top: 15px;
  padding: 15px;
  background: #fff;
}
.rs-blog.style2.home3-blog-style .blog-item .image-wrap img {
  transition: all .5s ease 0s;
}
.rs-blog.style2.home3-blog-style .blog-item .blog-content {
  padding: 25px 30px 30px 30px;
  box-shadow: unset;
}
.rs-blog.style2.home3-blog-style .blog-item .blog-content .blog-meta .admin {
  color: #454545;
}
.rs-blog.style2.home3-blog-style .blog-item .blog-content .blog-meta .admin i {
  color: #17d9ed;
}
.rs-blog.style2.home3-blog-style .blog-item .blog-content .blog-meta .admin:after {
  display: none;
}
.rs-blog.style2.home3-blog-style .blog-item .blog-content .blog-meta .date i {
  color: #17d9ed;
}
.rs-blog.style2.home3-blog-style .blog-item .blog-content .blog-title a {
  color: #0a0a0a;
}
.rs-blog.style2.home3-blog-style .blog-item .blog-content .blog-title a:hover {
  color: #17d9ed;
}
.rs-blog.style2.home3-blog-style.home4-blog-style .blog-item .blog-content .blog-meta .date i,
.rs-blog.style2.home3-blog-style.home4-blog-style .blog-item .blog-content .blog-meta .admin i,
.rs-blog.style2.home3-blog-style.home4-blog-style .blog-item .blog-content .blog-title a:hover {
  color: #fd4a36;
}
.rs-blog.style2.home5-blog-style .blog-item .image-wrap .post-categories li a {
  border-radius: 4px 4px 4px 4px;
  background-color: transparent;
  background-image: linear-gradient(180deg, #4caf50 0%, #4caf50 100%);
}
.rs-blog.style2.home5-blog-style .blog-item .blog-content .blog-meta .date i,
.rs-blog.style2.home5-blog-style .blog-item .blog-content .blog-meta .admin i {
  color: #4caf50;
}
.rs-blog.style2.home5-blog-style .blog-item:hover .blog-content .blog-title a {
  color: #4caf50;
}
.rs-blog.style1 .owl-stage-outer {
  padding: 20px;
  margin: -20px;
}
.rs-blog.style1 .blog-wrap {
  background: #ffffff;
  box-shadow: 2px 4px 11px 0 rgba(0, 0, 0, 0.03);
  transition: all 0.3s ease;
}
.rs-blog.style1 .blog-wrap:hover {
  margin-top: -10px;
}
.rs-blog.style1 .blog-wrap .blog-img img {
  border-radius: 0 0 0 70px;
}
.rs-blog.style1 .blog-wrap .blog-contant {
  padding: 44px 38px 40px;
}
.rs-blog.style1 .blog-wrap .blog-contant .title {
  margin-bottom: 18px;
  font-size: 22px;
}
.rs-blog.style1 .blog-wrap .blog-contant .title a {
  color: #222;
}
.rs-blog.style1 .blog-wrap .blog-contant .title a:hover {
  color: #18bccf;
}
.rs-blog.style1 .blog-wrap .blog-contant .blog-meta {
  border-top: 1px solid #eee;
  padding-top: 22px;
  margin-top: 18px;
}
.rs-blog.style1 .blog-wrap .blog-contant .blog-meta ul {
  display: flex;
  align-items: center;
}
.rs-blog.style1 .blog-wrap .blog-contant .blog-meta ul li {
  margin-right: 35px;
}
.rs-blog.style1 .blog-wrap .blog-contant .blog-meta ul li .avatar {
  width: 22px;
  height: 22px;
  border-radius: 100%;
  display: inline;
  margin-right: 10px;
}
.rs-blog.style1 .blog-wrap .blog-contant .blog-meta ul li a {
  color: #454545;
}
.rs-blog.style1 .blog-wrap .blog-contant .blog-meta ul li a:hover {
  color: #18bccf;
}
.rs-blog.style1 .blog-wrap .blog-contant .blog-meta ul li i {
  font-size: 17px;
  margin-right: 10px;
}
.rs-blog.style1 .blog-wrap .blog-contant .blog-meta ul li:last-child {
  margin: 0;
}
.rs-inner-blog .blog-item {
  background: #fff;
  box-shadow: 0 2px 20px rgba(0, 0, 0, 0.08);
  padding: 15px;
  transition: 0.3s;
}
.rs-inner-blog .blog-item .blog-img {
  position: relative;
}
.rs-inner-blog .blog-item .blog-img .post-categories {
  position: absolute;
  z-index: 11;
  bottom: 20px;
  right: 20px;
  z-index: 10;
}
.rs-inner-blog .blog-item .blog-img .post-categories li {
  display: inline-block;
}
.rs-inner-blog .blog-item .blog-img .post-categories li a {
  background: #ec6623;
  color: #ffffff;
  transition: 0.4s;
  font-size: 14px;
  font-weight: 500;
  padding: 6px 20px;
  display: block;
}
.rs-inner-blog .blog-item .blog-img .post-categories li a:hover {
  background: #ec6623;
}
.rs-inner-blog .blog-item .blog-content {
  padding: 25px 15px 25px;
  overflow: hidden;
}
.rs-inner-blog .blog-item .blog-content .blog-title {
  margin: 4px 0 10px;
  font-size: 26px;
  line-height: 35px;
  font-weight: 700;
}
.rs-inner-blog .blog-item .blog-content .blog-title a {
  color: #0a0a0a;
}
.rs-inner-blog .blog-item .blog-content .blog-title a:hover {
  color: #ec6623;
}
.rs-inner-blog .blog-item .blog-content .blog-meta .btm-cate {
  overflow: hidden;
  margin: 0 0 5px;
  padding: 0 0 12px;
  font-size: 13px;
  display: flex;
  align-items: center;
}
.rs-inner-blog .blog-item .blog-content .blog-meta .btm-cate li {
  margin-right: 15px;
}
.rs-inner-blog .blog-item .blog-content .blog-meta .btm-cate li .blog-date {
  display: inline-block;
  font-weight: 400;
  font-size: 13px;
  color: #555;
}
.rs-inner-blog .blog-item .blog-content .blog-meta .btm-cate li .blog-date i {
  color: #ec6623;
  margin-right: 3px;
  font-size: 14px;
  font-weight: 600;
}
.rs-inner-blog .blog-item .blog-content .blog-meta .btm-cate li .author {
  display: inline-block;
  padding: 0;
  margin-right: 0;
  line-height: normal;
  color: #555;
}
.rs-inner-blog .blog-item .blog-content .blog-meta .btm-cate li .author i {
  color: #ec6623;
  margin-right: 3px;
  font-size: 14px;
  font-weight: 600;
}
.rs-inner-blog .blog-item .blog-content .blog-meta .btm-cate li:last-child {
  margin-right: 0;
}
.rs-inner-blog .blog-item .blog-content .blog-desc {
  font-size: 15px;
  line-height: 27px;
  font-weight: 400;
  color: #454545;
  margin-bottom: 20px;
}
.rs-inner-blog .widget-area .widget-title .title {
  font-size: 20px;
  line-height: 26px;
  font-weight: 600;
  color: #0a0a0a;
  position: relative;
  z-index: 1;
  padding-bottom: 12px;
  margin: 0;
}
.rs-inner-blog .widget-area .widget-title .title:after {
  content: "";
  position: absolute;
  border: 0;
  width: 50px;
  height: 2px;
  background: #ec6623;
  z-index: 1;
  margin-left: 0;
  bottom: 0;
  left: 0;
}
.rs-inner-blog .widget-area .search-widget {
  background: #fff;
  padding: 40px 30px 40px;
  box-shadow: 0 6px 25px rgba(0, 0, 0, 0.07);
}
.rs-inner-blog .widget-area .search-widget .search-wrap {
  position: relative;
}
.rs-inner-blog .widget-area .search-widget .search-wrap [type=search] {
  color: #444444;
  padding: 12px 17px;
  width: 100%;
  border: none;
  border-radius: 5px;
  position: relative;
  background: #F6F7F9;
}
.rs-inner-blog .widget-area .search-widget .search-wrap button {
  background: transparent;
  border: medium none;
  color: #454545;
  padding: 11px 15px 12px;
  position: absolute;
  display: block;
  right: 0px;
  top: 0;
  z-index: 10;
  font-size: 20px;
  border-radius: 0 5px 5px;
}
.rs-inner-blog .widget-area .search-widget .search-wrap button i:before {
  font-weight: 600;
  font-size: 18px;
}
.rs-inner-blog .widget-area .search-widget .search-wrap button:hover {
  color: #ec6623;
}
.rs-inner-blog .widget-area .recent-posts {
  background: #fff;
  padding: 40px 30px;
  box-shadow: 0 6px 25px rgba(0, 0, 0, 0.07);
}
.rs-inner-blog .widget-area .recent-posts .recent-post-widget {
  margin-top: 15px;
  padding-top: 15px;
  border-top: 1px solid rgba(0, 0, 0, 0.06);
  overflow: hidden;
}
.rs-inner-blog .widget-area .recent-posts .recent-post-widget .post-img {
  width: 100px;
  float: left;
  padding-right: 15px;
}
.rs-inner-blog .widget-area .recent-posts .recent-post-widget .post-img img {
  border-radius: 1px;
}
.rs-inner-blog .widget-area .recent-posts .recent-post-widget .post-desc {
  overflow: hidden;
  margin-top: -8px;
}
.rs-inner-blog .widget-area .recent-posts .recent-post-widget .post-desc a {
  font-size: 15px;
  line-height: 22px;
  font-weight: 600;
  color: #0a0a0a;
  margin-bottom: 5px;
}
.rs-inner-blog .widget-area .recent-posts .recent-post-widget .post-desc a:hover {
  color: #ec6623;
}
.rs-inner-blog .widget-area .recent-posts .recent-post-widget .post-desc .date-post {
  display: block;
  font-size: 13px;
  color: #555;
  font-weight: 500;
}
.rs-inner-blog .widget-area .recent-posts .recent-post-widget .post-desc .date-post i {
  margin-right: 5px;
}
.rs-inner-blog .widget-area .recent-posts .recent-post-widget .post-desc .date-post i:before {
  font-size: 12px;
  color: #ec6623;
}
.rs-inner-blog .widget-area .categories {
  background: #fff;
  padding: 40px 30px 40px;
  box-shadow: 0 2px 20px rgba(0, 0, 0, 0.08);
}
.rs-inner-blog .widget-area .categories li {
  margin-top: 13px;
  padding-top: 13px;
  border-top: 1px solid rgba(0, 0, 0, 0.06);
}
.rs-inner-blog .widget-area .categories li a {
  font-size: 15px;
  font-weight: 500;
  color: #0a0a0a;
}
.rs-inner-blog .widget-area .categories li a:hover {
  color: #ec6623;
}
.rs-inner-blog .widget-area .categories li:first-child {
  border-top: none;
}
.rs-inner-blog .blog-details .blog-full .single-post-meta {
  display: flex;
  align-items: center;
  padding: 0 0 30px;
}
.rs-inner-blog .blog-details .blog-full .single-post-meta li .p-date {
  color: #555;
  font-size: 14px;
  margin-right: 8px;
}
.rs-inner-blog .blog-details .blog-full .single-post-meta li .p-date i {
  font-size: 13px;
  margin-right: 3px;
  color: #ec6623;
}
.rs-inner-blog .blog-details .blog-full .single-post-meta li .p-date i:before {
  margin-right: 5px;
}
.rs-inner-blog .blog-details .blog-full .single-post-meta .Post-cate {
  list-style: none;
  display: inline-block;
  padding-right: 10px;
  color: #555;
  font-size: 14px;
}
.rs-inner-blog .blog-details .blog-full .single-post-meta .Post-cate .tag-line i {
  color: #ec6623;
  margin-right: 3px;
}
.rs-inner-blog .blog-details .blog-full .single-post-meta .Post-cate .tag-line i:before {
  margin-right: 4px;
}
.rs-inner-blog .blog-details .blog-full .single-post-meta .Post-cate .tag-line a {
  font-weight: 400;
  color: #555;
  font-size: 14px;
}
.rs-inner-blog .blog-details .blog-full .single-post-meta .Post-cate .tag-line a:hover {
  color: #ec6623;
}
.rs-inner-blog .blog-details .blog-full .single-post-meta .post-comment {
  color: #555;
  font-size: 14px;
}
.rs-inner-blog .blog-details .blog-full .single-post-meta .post-comment i:before {
  color: #FD6509;
}
.rs-inner-blog .blog-details .blog-full .comment-title {
  font-size: 24px;
  margin-bottom: 40px;
  margin-top: 35px;
}
.rs-inner-blog .blog-details .blog-full .comment-note .from-control {
  width: 100%;
  padding: 15px 20px;
  background-color: #F6F7F9;
  border: none;
  border-radius: 5px;
}
.rs-inner-blog .blog-details .blog-full .comment-note textarea {
  height: 160px;
}
.rs-inner-blog .blog-details .blog-full .comment-note ::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */

  color: #777777;
  opacity: 1;
}
.rs-inner-blog .blog-details .blog-full .comment-note ::-moz-placeholder {
  /* Firefox 19+ */

  color: #777777;
  opacity: 1;
}
.rs-inner-blog .blog-details .blog-full .comment-note :-ms-input-placeholder {
  /* IE 10+ */

  color: #777777;
  opacity: 1;
}
.rs-inner-blog .blog-details .blog-full .comment-note :-moz-placeholder {
  /* Firefox 18- */

  color: #777777;
  opacity: 1;
}
/* ------------------------------------
23. Testimonial Section CSS
---------------------------------------*/
.rs-testimonial.main-home .testi-image img {
  position: relative;
  max-width: 600px;
  right: 10%;
}
.rs-testimonial.main-home .testi-item .item-content .icon-img img {
  width: 75px;
}
.rs-testimonial.main-home .testi-item .item-content .desc {
  font-size: 20px;
  font-weight: 500;
  color: #ffffff;
  padding: 40px 0px 30px 0px;
}
.rs-testimonial.main-home .testi-item .testi-content {
  display: flex;
  align-items: center;
}
.rs-testimonial.main-home .testi-item .testi-content .image-wrap img {
  width: 80px;
  height: 80px;
  border-radius: 50px 50px 50px 50px;
  margin: 0 auto;
}
.rs-testimonial.main-home .testi-item .testi-content .testi-information {
  padding-left: 25px;
}
.rs-testimonial.main-home .testi-item .testi-content .testi-information .testi-name {
  font-size: 20px;
  line-height: 30px;
  font-weight: 500;
  color: #ffffff;
  padding-bottom: 5px;
  display: block;
}
.rs-testimonial.main-home .testi-item .testi-content .testi-information .testi-title {
  color: #878787;
}
.rs-testimonial.main-home .rs-carousel .owl-dots {
  text-align: left;
  margin-top: 45px;
}
.rs-testimonial.style2 .testi-wrap {
  background: url(assets/images/testimonial/test-bg.jpg);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 30px 40px 60px 40px;
}
.rs-testimonial.style2 .testi-wrap .item-content span img {
  width: 48px;
}
.rs-testimonial.style2 .testi-wrap .item-content p {
  color: #FFFFFF;
  font-size: 15px;
  font-weight: 500;
  padding: 15px 0 10px;
}
.rs-testimonial.style2 .testi-wrap .testi-content {
  display: flex;
  justify-content: flex-start;
}
.rs-testimonial.style2 .testi-wrap .testi-content .image-wrap img {
  border-radius: 50px 50px 50px 50px;
  width: 80px;
  height: 80px;
}
.rs-testimonial.style2 .testi-wrap .testi-content .testi-information {
  padding: 0 0 0 25px;
  text-align: left;
}
.rs-testimonial.style2 .testi-wrap .testi-content .testi-information .testi-name {
  font-size: 20px;
  line-height: 30px;
  font-weight: 600;
  color: #ffffff;
}
.rs-testimonial.style2 .testi-wrap .testi-content .testi-information .testi-title {
  font-weight: 600;
  color: #878787;
  padding-bottom: 10px;
  display: block;
}
.rs-testimonial.style2 .testi-wrap .testi-content .testi-information .ratting-img img {
  width: 100px;
}
.rs-testimonial.style3 .testi-item {
  background-color: #EBEBEB;
  padding: 40px 20px 40px 20px;
  text-align: center;
}
.rs-testimonial.style3 .testi-item .testi-img img {
  width: 70px;
  height: 70px;
}
.rs-testimonial.style3 .testi-item p {
  color: #0a0a0a;
  font-size: 18px;
  line-height: 35px;
  margin-bottom: 0;
  padding: 19px 5px 20px 19px;
}
.rs-testimonial.style3 .testi-item .testi-content {
  display: flex;
  align-items: center;
  justify-content: center;
}
.rs-testimonial.style3 .testi-item .testi-content .testi-img {
  padding-right: 15px;
}
.rs-testimonial.style3 .testi-item .testi-content .testi-img img {
  width: 80px;
  height: 80px;
  border-radius: 50%;
}
.rs-testimonial.style3 .testi-item .testi-content .author-part {
  text-align: left;
}
.rs-testimonial.style3 .testi-item .testi-content .author-part .name {
  font-size: 16px;
  font-weight: 600;
  line-height: 35px;
  color: #0a0a0a;
  letter-spacing: 1px;
  margin-bottom: 0;
  display: block;
}
.rs-testimonial.style3 .testi-item .testi-content .author-part .designation {
  font-size: 14px;
  line-height: 24px;
  color: #0a0a0a;
  display: block;
}
.rs-testimonial.style4 .testi-item .testi-wrap {
  padding: 40px 40px 40px 40px;
  background-color: #17d9ed36;
  text-align: center;
  margin: 0 -13px 0 0;
}
.rs-testimonial.style4 .testi-item .testi-wrap .image-wrap {
  justify-content: center;
  display: flex;
  flex-wrap: nowrap;
}
.rs-testimonial.style4 .testi-item .testi-wrap .image-wrap img {
  width: 85px;
  height: 85px;
  border-radius: 50%;
}
.rs-testimonial.style4 .testi-item .testi-wrap .item-contents p {
  color: #ffffff;
  font-size: 15px;
  font-style: italic;
  padding: 30px 0px 0px 0px;
  margin-bottom: 20px;
}
.rs-testimonial.style4 .testi-item .testi-wrap .testi-information .testi-name {
  font-size: 17px;
  font-weight: 600;
  color: #ffffff;
}
.rs-testimonial.style4 .testi-item .testi-wrap .testi-information .testi-title {
  color: #ffffff;
}
.rs-testimonial.style4 .testimonial-overly-bg {
  background-color: #FFFFFF61;
}
.rs-testimonial.style4.home4-testi-style .testi-item .testi-wrap {
  background-color: #FFFFFFB0;
}
.rs-testimonial.style4.home4-testi-style .testi-item .testi-wrap .testi-information .testi-title,
.rs-testimonial.style4.home4-testi-style .testi-item .testi-wrap .testi-information .testi-name,
.rs-testimonial.style4.home4-testi-style .testi-item .testi-wrap .item-contents p {
  color: #333333;
}
.rs-testimonial.home5-testi-style .testi-box-style {
  background: #ffffff;
  box-shadow: 0 6px 25px #eee;
  padding: 20px 43px 57px 58px;
}
.rs-testimonial.home5-testi-style .testi-box-style .testi-item .item-content .icon-img {
  top: 36px;
  position: absolute;
  left: 0;
}
.rs-testimonial.home5-testi-style .testi-box-style .testi-item .item-content .icon-img img {
  width: 75px;
}
.rs-testimonial.home5-testi-style .testi-box-style .testi-item .item-content .desc {
  color: #333333;
  font-size: 17px;
  font-weight: 500;
  font-style: italic;
  padding: 124px 40px 15px 0;
}
.rs-testimonial.home5-testi-style .testi-box-style .testi-item .testi-content {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.rs-testimonial.home5-testi-style .testi-box-style .testi-item .testi-content .image-wrap img {
  width: 80px;
  height: 80px;
  border-radius: 50px 50px 50px 50px;
  position: relative;
}
.rs-testimonial.home5-testi-style .testi-box-style .testi-item .testi-content .testi-information {
  padding-left: 25px;
}
.rs-testimonial.home5-testi-style .testi-box-style .testi-item .testi-content .testi-information .testi-name {
  font-size: 20px;
  font-weight: 500;
  color: #333333;
}
.rs-testimonial.home5-testi-style .testi-box-style .testi-item .testi-content .testi-information .testi-title {
  color: #878787;
}
.rs-testimonial.home5-testi-style .testi-box-style .rs-carousel .owl-dots {
  margin-top: 40px;
  text-align: left;
}
.rs-testimonial.style1 .left-radius {
  border-radius: 100px 0 0 0;
}
.rs-testimonial.style1 .item .testi-img {
  margin-bottom: 30px;
}
.rs-testimonial.style1 .item .testi-img img {
  max-width: 80px;
  margin: 0 auto;
}
.rs-testimonial.style1 .item .rating {
  margin-bottom: 13px;
}
.rs-testimonial.style1 .item .rating li {
  display: inline;
  margin-right: 5px;
}
.rs-testimonial.style1 .item .rating li i {
  color: #18bccf;
  font-size: 26px;
}
.rs-testimonial.style1 .item .rating li:last-child {
  margin: 0;
}
.rs-testimonial.style1 .item .author-detail .desc {
  color: #f9f9f9;
  max-width: 90%;
  margin: 0 auto 18px;
}
.rs-testimonial.style1 .item .author-detail .name {
  color: #ffffff;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 3px;
}
.rs-testimonial.style1 .item .author-detail .designation {
  color: #f9f9f9;
  font-size: 14px;
}
.rs-testimonial.style1 .center .item {
  border-right: 1px solid;
  border-left: 1px solid;
  border-color: #1d507f;
}
.rs-testimonial.style1 .pattern-img .common {
  position: absolute;
  content: '';
}
.rs-testimonial.style1 .pattern-img .common.img1 {
  top: 93px;
  left: 200px;
  opacity: 0.1;
  max-width: 190px;
  animation: rotate-anim 30s infinite linear;
  -webkit-animation: rotate-anim 30s infinite linear;
  -moz-animation: rotate-anim 30s infinite linear;
}
.rs-testimonial.style1 .pattern-img .common.img2 {
  bottom: 0;
  left: 0;
}
.rs-testimonial.style1 .pattern-img .common.img3 {
  top: 0;
  right: 0;
  max-width: 330px;
  margin: 0 auto 0 0;
}
/*-----------------------------------------------
#. Partner Section Css
-----------------------------------------------*/
.rs-partner {
  /* Owl Carousel Nav */

}
.rs-partner .item {
  text-align: center;
}
.rs-partner .item a {
  display: inline-block;
}
.rs-partner .item a img {
  max-width: 150px;
  margin: 0 auto;
  height: auto;
}
.rs-partner .owl-carousel {
  padding-top: 0;
}
.rs-partner .owl-carousel .owl-nav [class*="owl-"] {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: #043d72;
  color: #ffffff;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 50%;
  display: inline-block;
  text-align: center;
  opacity: 0 !important;
  visibility: hidden !important;
  transition: all 0.3s ease;
  outline: none;
  border: none;
}
.rs-partner .owl-carousel .owl-nav [class*="owl-"] i {
  font-size: 0;
  position: relative;
}
.rs-partner .owl-carousel .owl-nav [class*="owl-"].owl-prev {
  left: 15px;
}
.rs-partner .owl-carousel .owl-nav [class*="owl-"].owl-next {
  right: 15px;
}
.rs-partner .owl-carousel .owl-nav [class*="owl-"]:hover {
  background-color: #18bccf;
}
.rs-partner .owl-carousel:hover [class*="owl-"] {
  opacity: 1 !important;
  visibility: visible !important;
}
.rs-partner .owl-carousel:hover [class*="owl-"] .owl-prev {
  left: -50px;
}
.rs-partner .owl-carousel:hover [class*="owl-"] .owl-next {
  right: -50px;
}
/*-----------------------------------------------
#. Achievement Section Css
-----------------------------------------------*/
.rs-achievement.style1 .img-part {
  position: relative;
  right: -100px;
}
.rs-achievement.style1 .img-part img {
  border-radius: 50px 0 0 0;
}
.rs-achievement.style1 .rs-counter {
  display: flex;
  justify-content: center;
  border-top: 1px solid #e8e8e8;
}
.rs-achievement.style1 .rs-counter .rs-counter-list {
  text-align: center;
  width: 100%;
  transition: all 0.3s ease;
  padding: 40px 0 35px;
}
.rs-achievement.style1 .rs-counter .rs-counter-list .counter-icon {
  margin-bottom: 25px;
}
.rs-achievement.style1 .rs-counter .rs-counter-list .counter-icon i {
  height: 46.3px;
  line-height: 46.3px;
  display: block;
  color: #18bccf;
}
.rs-achievement.style1 .rs-counter .rs-counter-list .counter-icon i:before {
  font-size: 48px;
}
.rs-achievement.style1 .rs-counter .rs-counter-list .counter-icon i.flaticon-group:before {
  font-size: 65px;
}
.rs-achievement.style1 .rs-counter .rs-counter-list .counter-icon i.flaticon-briefing:before {
  font-size: 46px;
}
.rs-achievement.style1 .rs-counter .rs-counter-list .counter-number {
  font-size: 40px;
  line-height: 1;
  color: #222222;
  font-weight: 700;
  margin-bottom: 8px;
}
.rs-achievement.style1 .rs-counter .rs-counter-list .counter-number:after {
  content: "+";
}
.rs-achievement.style1 .rs-counter .rs-counter-list .counter-text {
  font-weight: 500;
  text-transform: capitalize;
}
.rs-achievement.style1 .rs-counter:hover .rs-counter-list:hover,
.rs-achievement.style1 .rs-counter:not(:hover) .active {
  box-shadow: 0 6px 30px 0 rgba(0, 0, 0, 0.08);
}
.rs-achievement.style1 .pattern-img {
  position: absolute;
  content: '';
  right: 0;
  top: 141px;
  z-index: -1;
}
/*-----------------------------------------------
#. Estimate Section Css
-----------------------------------------------*/
.rs-estimate .image-part {
  position: relative;
  left: -70px;
}
.rs-estimate .estimate-info li {
  position: relative;
  padding-left: 30px;
  margin-bottom: 35px;
}
.rs-estimate .estimate-info li .title {
  font-weight: 800;
  color: #222;
}
.rs-estimate .estimate-info li:before {
  position: absolute;
  content: '';
  left: 0;
  top: 10px;
  width: 10px;
  height: 10px;
  border-radius: 100%;
  background: #043d72;
}
.rs-estimate .estimate-info li:last-child {
  margin: 0;
}
.rs-estimate .pattern-img {
  position: absolute;
  content: '';
  left: 50px;
  top: 100px;
  z-index: -1;
}
/*-----------------------------------------------
#. Call to Action Section Css
-----------------------------------------------*/
.rs-cta.style1 {
  overflow: hidden;
}
.rs-cta.style1 .pattern-right {
  position: absolute;
  content: '';
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.rs-cta.style1 .pattern-left {
  position: absolute;
  content: '';
  left: 20px;
  bottom: 0;
}
.rs-cta .sec-title4,
.rs-cta .readon2 {
  position: relative;
  z-index: 1;
}
/*----------------------------------------
24. Shop Section CSS
----------------------------------------*/
.rs-shop-part .woocommerce-result-count {
  font-size: 15px;
  line-height: 26px;
  color: #454545;
  font-weight: 400;
  margin: 0;
}
.rs-shop-part .from-control {
  float: right;
  font-size: 15px;
  color: #454545;
  font-weight: 400;
  vertical-align: top;
  padding: 10px;
  border: 1px solid #ced4da;
  border-radius: 5px;
}
.rs-shop-part .product-list .image-product {
  position: relative;
}
.rs-shop-part .product-list .image-product .overley i {
  position: absolute;
  bottom: 150px;
  right: 13px;
  background: transparent;
  opacity: 0;
  visibility: hidden;
  transition: 0.4s;
}
.rs-shop-part .product-list .image-product .overley i:before {
  font-size: 30px;
  color: #ffffff;
  font-weight: 400;
  background: #ec6623;
  border: none ;
  padding: 8px 10px 8px;
  height: 45px;
  width: 45px;
  line-height: 45px;
  border-radius: 5px;
}
.rs-shop-part .product-list .image-product .onsale {
  font-size: 13px;
  color: #ffffff;
  font-weight: 700;
  line-height: 40px;
  background: #ec6623;
  width: 40px;
  height: 40px;
  text-align: center;
  border-radius: 50%;
  display: inline-block;
  position: absolute;
  top: 13px;
  right: 13px;
}
.rs-shop-part .product-list .content-desc .loop-product-title {
  font-size: 18px;
  line-height: 28px;
  font-weight: 700;
  margin-bottom: 10px;
  padding-top: 30px;
}
.rs-shop-part .product-list .content-desc .loop-product-title a {
  color: #0a0a0a;
}
.rs-shop-part .product-list .content-desc .loop-product-title a:hover {
  color: #ec6623;
}
.rs-shop-part .product-list .content-desc .price {
  font-size: 16px;
  line-height: 27px;
  color: #ec6623;
  font-weight: 600;
  margin: 0;
}
.rs-shop-part .product-list .content-desc .price del {
  opacity: 0.6;
  padding-right: 10px;
}
.rs-shop-part .product-list:hover .image-product .overley i {
  opacity: 1;
  visibility: visible;
  bottom: 13px;
}
/*----------------------------------------
25. Single Shop Section CSS
----------------------------------------*/
.rs-single-shop .single-product-image .images-single {
  z-index: 1 !important;
}
.rs-single-shop .single-product-image img {
  width: 100%;
}
.rs-single-shop .single-price-info .product-title {
  font-size: 25px;
  font-weight: 700;
  margin-bottom: 12px;
}
.rs-single-shop .single-price-info .single-price {
  color: #ec6623;
  font-weight: 600;
}
.rs-single-shop .single-price-info .some-text {
  margin-top: 15px;
}
.rs-single-shop .single-price-info form {
  margin-bottom: 30px;
}
.rs-single-shop .single-price-info form input {
  height: 40px;
  width: 70px;
  line-height: 40px;
  text-align: center;
  padding-left: 10px;
  border: 1px solid rgba(54, 54, 54, 0.1);
  outline: none;
}
.rs-single-shop .single-price-info p.category {
  margin: 0;
  padding-top: 25px;
  border-top: 1px solid #e6e6e6;
  font-size: 14px;
}
.rs-single-shop .single-price-info p.category span {
  font-weight: 700;
  padding-right: 10px;
}
.rs-single-shop .single-price-info p.category a {
  color: #454545;
}
.rs-single-shop .single-price-info p.category a:hover {
  color: #ec6623;
}
.rs-single-shop .single-price-info .tag {
  margin: 0;
}
.rs-single-shop .single-price-info .tag span {
  font-weight: 700;
}
.rs-single-shop .tab-area {
  margin-top: 50px;
}
.rs-single-shop .tab-area ul.nav-tabs {
  border-bottom: 1px solid #f0f0f0;
  margin-bottom: 32px;
}
.rs-single-shop .tab-area ul.nav-tabs li {
  margin-right: 10px;
}
.rs-single-shop .tab-area ul.nav-tabs li .nav-link {
  padding: 20px 45px;
  display: inline-block;
  border-radius: 0;
  font-size: 18px;
  background: #fbfbfb;
  border: 1px solid #fbfbfb;
  background-color: #fbfbfb;
  color: #0a0a0a;
  font-weight: 400;
}
.rs-single-shop .tab-area ul.nav-tabs li .nav-link:hover,
.rs-single-shop .tab-area ul.nav-tabs li .nav-link.active {
  background: #ec6623;
  color: #ffffff;
}
.rs-single-shop .tab-area ul.nav-tabs li:last-child {
  margin-right: 0;
}
.rs-single-shop .tab-area .tab-content .tab-pane .tab-title {
  font-weight: 700;
  margin-bottom: 34px;
}
.rs-single-shop .tab-area .tab-content .tab-pane .dsc-p {
  margin: 0;
}
.rs-single-shop .tab-area .tab-content .tab-pane .reviews-grid .top-area {
  margin-bottom: 5px;
}
.rs-single-shop .tab-area .tab-content .tab-pane .reviews-grid .top-area p {
  margin-bottom: 23px;
}
.rs-single-shop .tab-area .tab-content .tab-pane .reviews-grid .top-area h6 {
  font-size: 15px;
  font-weight: 600;
  color: #454545;
}
.rs-single-shop .tab-area .tab-content .tab-pane .reviews-grid .comment-form {
  max-width: 600px;
}
.rs-single-shop .tab-area .tab-content .tab-pane .reviews-grid .comment-form p.comment-notes {
  margin-bottom: 15px;
}
.rs-single-shop .tab-area .tab-content .tab-pane .reviews-grid .comment-form .placeholder-cntrl label {
  font-weight: 600;
  display: block;
}
.rs-single-shop .tab-area .tab-content .tab-pane .reviews-grid .comment-form .placeholder-cntrl input {
  border: 1px solid rgba(54, 54, 54, 0.1);
  padding: 10px 15px;
  margin-bottom: 10px;
  width: 100%;
}
.rs-single-shop .tab-area .tab-content .tab-pane .reviews-grid .comment-form .placeholder-cntrl textarea {
  width: 100%;
  padding: 10px 15px;
  height: 75px;
  border: 1px solid rgba(54, 54, 54, 0.1);
  margin-bottom: 20px;
}
.rs-single-shop .tab-area .tab-content .tab-pane .reviews-grid .comment-form .ratings {
  font-weight: 600;
  margin-bottom: 18px;
  display: block;
}
.rs-single-shop .tab-area .tab-content .tab-pane .reviews-grid .comment-form .ratings ul li {
  display: inline;
}
.rs-single-shop .tab-area .tab-content .tab-pane .reviews-grid .comment-form .ratings ul li i {
  color: #ec6623;
  font-weight: normal;
}
/*----------------------------------------
26. Cart Section CSS
----------------------------------------*/
.rs-cart .cart-wrap table.cart-table {
  border: 1px solid rgba(0, 0, 0, 0.1);
  width: 100%;
  border-collapse: collapse;
}
.rs-cart .cart-wrap table.cart-table td,
.rs-cart .cart-wrap table.cart-table th {
  padding: 25px;
  text-align: center;
  border: 1px solid #ccc;
}
.rs-cart .cart-wrap table.cart-table th {
  border: none;
  font-size: 18px;
  padding: 25px;
  text-align: center;
  vertical-align: middle;
  font-weight: 700;
}
.rs-cart .cart-wrap table.cart-table td {
  border-bottom: none;
  border-left: none;
  border-right: none;
  border-top: 1px solid #e6e6e6;
}
.rs-cart .cart-wrap table.cart-table .product-remove a {
  margin: 0 auto;
  color: #0a0a0a;
  display: block;
  border-radius: 100%;
  border: 1px solid #ddd;
  font-size: 16px;
  font-weight: 400;
  height: 20px;
  width: 20px;
  line-height: 17px;
  text-align: center;
}
.rs-cart .cart-wrap table.cart-table .product-remove a:hover {
  background: #ff0000;
  color: #ffffff;
}
.rs-cart .cart-wrap table.cart-table .product-thumbnail {
  min-width: 32px;
}
.rs-cart .cart-wrap table.cart-table .product-thumbnail a img {
  width: 80px;
  height: auto;
}
.rs-cart .cart-wrap table.cart-table .product-name a {
  color: #454545;
  font-weight: 700;
}
.rs-cart .cart-wrap table.cart-table .product-name a:hover {
  color: #ec6623;
}
.rs-cart .cart-wrap table.cart-table .product-price {
  font-weight: 700;
}
.rs-cart .cart-wrap table.cart-table .product-quantity input {
  border: 1px solid #e6e6e6;
  border-radius: 4px;
  padding: 0 0 0 10px;
  max-width: 65px;
  margin: 0 auto;
  outline: none;
}
.rs-cart .cart-wrap table.cart-table .action .coupon {
  float: left;
}
.rs-cart .cart-wrap table.cart-table .action .coupon input {
  box-sizing: border-box;
  border: 1px solid #d3ced2;
  padding: 6px 6px 5px;
  margin: 0 4px 0 0;
  outline: none;
  width: 320px;
  border-radius: 4px;
  height: 45px;
  margin-right: 20px;
  text-align: left;
  padding-left: 22px;
}
.rs-cart .cart-collaterals {
  width: 100%;
  overflow: hidden;
}
.rs-cart .cart-collaterals .cart-totals {
  float: right;
  width: 48%;
}
.rs-cart .cart-collaterals .cart-totals .title {
  font-weight: 700;
  color: #454545;
  text-transform: capitalize;
}
.rs-cart .cart-collaterals .cart-totals table.cart-total-table {
  text-align: left;
  width: 100%;
  border-collapse: collapse;
  border-radius: 5px;
}
.rs-cart .cart-collaterals .cart-totals table.cart-total-table tr {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.rs-cart .cart-collaterals .cart-totals table.cart-total-table tr th {
  font-size: 18px;
  font-weight: 700;
}
.rs-cart .cart-collaterals .cart-totals table.cart-total-table tr td,
.rs-cart .cart-collaterals .cart-totals table.cart-total-table tr th {
  padding: 30px 10px;
}
/*-----------------------------------------------
27. Woocommerce Section CSS
-----------------------------------------------*/
.woocommerce-mini-cart {
  line-height: 20px;
  background-color: #fff;
  position: absolute;
  right: 13.3%;
  font-size: 14px;
  top: 100%;
  width: 278px;
  z-index: 10000;
  transition: all .2s ease 0s;
  box-shadow: 0 0 15px #eee;
  border-radius: 3px;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: 0 0 0;
}
.woocommerce-mini-cart .cart-bottom-part {
  padding: 25px 10px 0;
}
.woocommerce-mini-cart .cart-bottom-part .widget-title {
  text-align: center;
  text-transform: uppercase;
  position: relative;
  padding-top: 50px;
  color: #0a0a0a;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
}
.woocommerce-mini-cart .cart-bottom-part .widget-title:before {
  position: absolute;
  content: "\f124";
  color: #161616;
  left: 50%;
  transform: translateX(-50%);
  bottom: 42px;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: 30px;
  font-style: normal;
}
.mini-cart-active {
  cursor: pointer;
}
.mini-cart-active:hover .woocommerce-mini-cart {
  visibility: visible;
  opacity: 1;
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
}
/*----------------------------------------
28. Checkout Section CSS
----------------------------------------*/
.rs-checkout .checkout-title {
  margin-bottom: 30px;
}
.rs-checkout .checkout-title h3 {
  font-size: 26px;
  margin: 0;
}
.rs-checkout .coupon-toggle .accordion .card {
  border: unset;
  border-top: 3px solid #ec6623;
  border-radius: 0;
}
.rs-checkout .coupon-toggle .accordion .card .card-header {
  border: none;
  margin: 0;
  border-radius: unset;
}
.rs-checkout .coupon-toggle .accordion .card .card-header .card-title {
  margin: 0;
}
.rs-checkout .coupon-toggle .accordion .card .card-header .card-title span i {
  margin-right: 10px;
}
.rs-checkout .coupon-toggle .accordion .card .card-header .card-title button {
  background: unset;
  border: none;
  color: #ec6623;
  transition: all 0.3s ease;
  outline: none;
  cursor: pointer;
}
.rs-checkout .coupon-toggle .accordion .card .card-header .card-title button:hover {
  color: #ec6623;
}
.rs-checkout .coupon-toggle .accordion .card .card-body {
  border: 1px solid #d3ced2;
  padding: 20px 20px 50px 20px;
  margin-top: 2em;
  text-align: left;
}
.rs-checkout .coupon-toggle .accordion .card .card-body .coupon-code-input {
  width: 47%;
  float: left;
  margin-right: 50px;
}
.rs-checkout .coupon-toggle .accordion .card .card-body .coupon-code-input input {
  width: 100%;
  height: 45px;
  outline: none;
  padding: 10px 18px;
  color: #454545;
  border: 1px solid rgba(54, 54, 54, 0.1);
}
.rs-checkout .full-grid {
  margin-top: 25px;
}
.rs-checkout .full-grid .form-content-box {
  margin-bottom: 50px;
}
.rs-checkout .full-grid .form-content-box .form-group label {
  line-height: 2;
  display: block;
  margin-bottom: 5px;
  font-weight: 600;
}
.rs-checkout .full-grid .form-content-box .form-group select {
  color: #666666;
  opacity: .5;
  padding-left: 8px;
  padding-right: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  border: 1px solid #ccc;
  border-radius: 0;
  height: 45px;
  line-height: 45px;
  cursor: pointer;
  width: 100%;
  outline: none;
}
.rs-checkout .full-grid .form-content-box .form-group textarea {
  height: 4em;
  line-height: 1.5;
  display: block;
  box-shadow: none;
  width: 100%;
  border: 1px solid rgba(54, 54, 54, 0.1);
  padding: 10px 18px;
  margin: 0;
  outline: none;
}
.rs-checkout .full-grid .form-content-box .form-group .form-control-mod {
  border: 1px solid rgba(54, 54, 54, 0.1);
  height: 45px;
  padding: 10px 18px;
  width: 100%;
  margin: 0;
  outline: none;
  line-height: normal;
  border-radius: unset;
}
.rs-checkout .full-grid .form-content-box .form-group .form-control-mod.margin-bottom {
  margin-bottom: 10px !important;
}
.rs-checkout .full-grid .ordered-product table {
  width: 100%;
}
.rs-checkout .full-grid .ordered-product table tr th {
  border: 1px solid #ccc;
  padding: 9px 12px;
}
.rs-checkout .full-grid .ordered-product table tr td {
  border: 1px solid #ccc;
  padding: 6px 12px;
}
.rs-checkout .full-grid .payment-method .top-area {
  border-bottom: 1px solid #d3ced2;
}
.rs-checkout .full-grid .payment-method .top-area .payment-co {
  margin-bottom: 20px;
}
.rs-checkout .full-grid .payment-method .top-area .payment-co span {
  font-weight: 600;
  margin-right: 10px;
}
.rs-checkout .full-grid .payment-method .top-area .p-msg {
  position: relative;
  box-sizing: border-box;
  width: 100%;
  padding: 1em;
  margin: 1em 0 2em;
  font-size: .92em;
  border-radius: 2px;
  line-height: 1.5;
  background-color: #f9f9f9;
}
.rs-checkout .full-grid .payment-method .top-area .p-msg:before {
  content: '';
  display: block;
  border: 1em solid #f9f9f9;
  border-right-color: transparent;
  border-left-color: transparent;
  border-top-color: transparent;
  position: absolute;
  top: -0.75em;
  left: 0;
  margin: -1em 0 0 2em;
}
/*----------------------------------------
29. Account Section CSS
----------------------------------------*/
.rs-my-account .title {
  font-size: 36px;
  line-height: 46px;
  font-weight: 700;
  color: #0a0a0a;
  margin: 0;
}
.rs-my-account .rs-login {
  border: 1px solid rgba(54, 54, 54, 0.1);
  padding: 20px;
  text-align: left;
  border-radius: 5px;
}
.rs-my-account .rs-login .form-group label {
  display: block;
  font-size: 15px;
  line-height: 30px;
  font-weight: 600;
  color: #454545;
}
.rs-my-account .rs-login .form-group label span {
  color: #ec6623;
}
.rs-my-account .rs-login .form-group input {
  width: 100%;
  margin: 0;
  outline: 0;
  line-height: normal;
  border: 1px solid rgba(54, 54, 54, 0.1);
  height: 45px;
}
.rs-my-account .rs-login .last-password a {
  font-size: 15px;
  line-height: 26px;
  font-weight: 400;
  color: #ec6623;
}
.rs-my-account .rs-login p {
  font-size: 15px;
  line-height: 26px;
  font-weight: 400;
  color: #454545;
  margin-bottom: 14px;
}
.rs-my-account .rs-login p a {
  font-size: 15px;
  line-height: 26px;
  font-weight: 400;
  color: #ec6623;
}
/* ------------------------------------
30. Contact Section CSS
---------------------------------------*/
.rs-contact.main-home .contact-wrap .from-control {
  padding: 17px 17px 17px 17px;
  color: #FFFFFF;
  border-style: solid;
  border-width: 1px 1px 1px 1px;
  border-color: #0D0D0D;
  background-color: #0D0D0D;
  width: 100%;
  max-width: 100%;
  opacity: 1;
}
.rs-contact.main-home .contact-wrap textarea {
  height: 120px;
}
.rs-contact.main-home .contact-wrap ::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */

  color: #fff;
  opacity: 1;
}
.rs-contact.main-home .contact-wrap ::-moz-placeholder {
  /* Firefox 19+ */

  color: #fff;
  opacity: 1;
}
.rs-contact.main-home .contact-wrap :-ms-input-placeholder {
  /* IE 10+ */

  color: #fff;
  opacity: 1;
}
.rs-contact.main-home .contact-wrap :-moz-placeholder {
  /* Firefox 18- */

  color: #fff;
  opacity: 1;
}
.rs-contact.main-home .contact-wrap input[type=submit]:hover {
  opacity: .9;
}
.rs-contact.main-home .contact-map {
  overflow: hidden;
}
.rs-contact.main-home .contact-map iframe {
  float: left;
  width: 100%;
  height: 400px;
  border: none;
}
.rs-contact.main-home .contact-icons-style .contact-item {
  display: flex;
  padding: 30px 30px 30px 30px;
  margin: 0 -5px 0 0;
  background-image: url(assets/images/contact/con-box.png);
}
.rs-contact.main-home .contact-icons-style .contact-item .contact-icon img {
  max-width: unset;
  width: 50px;
  height: 50px;
  padding: 5px 5px 0px 0px;
}
.rs-contact.main-home .contact-icons-style .contact-item .content-text {
  padding: 0px 0px 0px 15px;
}
.rs-contact.main-home .contact-icons-style .contact-item .content-text .title {
  font-size: 20px;
  font-weight: 600;
  line-height: 38px;
  margin: 0 0 10px;
}
.rs-contact.main-home .contact-icons-style .contact-item .content-text .title a {
  color: #ffffff;
}
.rs-contact.main-home .contact-icons-style .contact-item .content-text .title a:hover {
  color: #ec6623;
}
.rs-contact.main-home .contact-icons-style .contact-item .content-text a {
  color: #C5C2C2;
}
.rs-contact.main-home .contact-icons-style .contact-item .content-text a:hover {
  color: #ec6623;
}
.rs-contact.main-home .contact-icons-style .contact-item .content-text .services-txt {
  margin: 0;
  color: #C5C2C2;
}
.rs-contact.main-home .contact-icons-style.box-address .contact-item {
  background-image: url(assets/images/contact/box-bg2.png);
}
.rs-contact.main-home .contact-icons-style.box-address .contact-item .content-text .title a {
  color: #0a0a0a;
}
.rs-contact.main-home .contact-icons-style.box-address .contact-item .content-text .title a:hover {
  color: #ec6623;
}
.rs-contact.main-home .contact-icons-style.box-address .contact-item .content-text a {
  color: #444444;
}
.rs-contact.main-home .contact-icons-style.box-address .contact-item .content-text a:hover {
  color: #ec6623;
}
.rs-contact.main-home .contact-icons-style.box-address .contact-item .content-text .services-txt {
  color: #444444;
}
.rs-contact.main-home .contact-icons-style.box-address.box-style2 .contact-item {
  background-image: url(assets/images/contact/box-bg3.png);
}
.rs-contact.main-home.office-modify1 .contact-map iframe {
  height: 761px;
}
.rs-contact.main-home.office-modify1 .contact-section {
  background-color: #ebebeb;
  padding: 100px 80px 121px;
}
.rs-contact.main-home.office-modify1 .contact-section .contact-wrap .from-control {
  color: #000000;
  border-style: solid;
  border-color: #FFFFFF;
  background-color: #fff;
}
.rs-contact.main-home.office-modify1 .contact-section .contact-wrap textarea {
  height: 120px;
}
.rs-contact.main-home.office-modify1 .contact-section .contact-wrap ::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */

  color: #454545;
  opacity: 0.55;
}
.rs-contact.main-home.office-modify1 .contact-section .contact-wrap ::-moz-placeholder {
  /* Firefox 19+ */

  color: #454545;
  opacity: 0.55;
}
.rs-contact.main-home.office-modify1 .contact-section .contact-wrap :-ms-input-placeholder {
  /* IE 10+ */

  color: #454545;
  opacity: 1;
}
.rs-contact.main-home.office-modify1 .contact-section .contact-wrap :-moz-placeholder {
  /* Firefox 18- */

  color: #454545;
  opacity: 0.55;
}
.rs-contact.main-home.office-modify1 .contact-section.contact-style2 {
  padding: 90px 80px 100px;
}
.rs-contact.main-home.office-modify1 .contact-box {
  padding: 35px 35px 35px 35px;
  background-color: #ebebeb;
  margin: 0 -4px 0 0;
}
.rs-contact.main-home.office-modify1 .contact-box .contact-icon img {
  width: 64px;
  height: 64px;
  max-width: unset;
  margin-bottom: 20px;
}
.rs-contact.main-home.office-modify1 .contact-box .content-text .title {
  font-size: 20px;
  font-weight: 600;
  line-height: 38px;
  margin: 0 0 10px;
}
.rs-contact.main-home.office-modify1 .contact-box .content-text .title a {
  color: #14171C;
}
.rs-contact.main-home.office-modify1 .contact-box .content-text .title a:hover {
  color: #ec6623;
}
.rs-contact.main-home.office-modify1 .contact-box .content-text a {
  color: #444444;
  font-weight: 500;
}
.rs-contact.main-home.office-modify1 .contact-box .content-text a:hover {
  color: #ec6623;
}
.rs-contact.main-home.office-modify1 .contact-box .content-text .services-txt {
  margin: 0;
  color: #444444;
  font-weight: 500;
}
.rs-contact.main-home.office-modify1 .office-buliding {
  background: url(assets/images/contact/office.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}
.rs-contact.main-home.home5-contact-style .contact-wrap .from-control {
  color: #0a0a0a;
  border-color: #F1F1F1;
  background-color: #F1F1F1;
}
.rs-contact.main-home.home5-contact-style ::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */

  color: #454545;
  opacity: 0.4;
}
.rs-contact.main-home.home5-contact-style ::-moz-placeholder {
  /* Firefox 19+ */

  color: #454545;
  opacity: 0.4;
}
.rs-contact.main-home.home5-contact-style :-ms-input-placeholder {
  /* IE 10+ */

  color: #454545;
  opacity: 0.4;
}
.rs-contact.main-home.home5-contact-style :-moz-placeholder {
  /* Firefox 18- */

  color: #454545;
  opacity: 0.4;
}
.rs-contact.main-home.home5-contact-style input[type=submit]:hover {
  opacity: .9;
}
.rs-contact.contact-style2 .contact-address {
  background-color: #ffffff;
  padding: 70px 50px 60px 60px;
}
.rs-contact.contact-style2 .contact-address .address-item {
  display: flex;
  position: relative;
  align-items: center;
  margin-bottom: 30px;
}
.rs-contact.contact-style2 .contact-address .address-item .address-icon img {
  width: 35px;
  height: 35px;
  max-width: unset;
}
.rs-contact.contact-style2 .contact-address .address-item .address-text {
  padding-left: 25px;
  color: #444444;
  font-weight: 500;
}
.rs-contact.contact-style2 .contact-address .address-item .address-text a {
  color: #444444;
  font-weight: 500;
}
.rs-contact.contact-style2 .contact-address .address-item .address-text a:hover {
  color: #ec6623;
}
.rs-contact.contact-style2 .contact-map {
  overflow: hidden;
}
.rs-contact.contact-style2 .contact-map iframe {
  float: left;
  width: 100%;
  height: 644px;
  border: none;
}
.rs-contact.contact-style2 .contact-wrap .from-control {
  padding: 17px 17px 17px 17px;
  color: #000000;
  border-style: solid;
  border-width: 1px 1px 1px 1px;
  border-color: #EBEBEB;
  background-color: #F1F1F1;
  width: 100%;
  max-width: 100%;
  opacity: 1;
}
.rs-contact.contact-style2 .contact-wrap textarea {
  height: 120px;
}
.rs-contact.contact-style2 .contact-wrap ::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */

  color: #454545;
  opacity: 0.55;
}
.rs-contact.contact-style2 .contact-wrap ::-moz-placeholder {
  /* Firefox 19+ */

  color: #454545;
  opacity: 0.55;
}
.rs-contact.contact-style2 .contact-wrap :-ms-input-placeholder {
  /* IE 10+ */

  color: #454545;
  opacity: 1;
}
.rs-contact.contact-style2 .contact-wrap :-moz-placeholder {
  /* Firefox 18- */

  color: #454545;
  opacity: 0.55;
}
.rs-contact.faq-style .contact-item {
  padding: 35px 35px 35px 35px;
  background-color: #fff;
}
.rs-contact.faq-style .contact-item .contact-icon img {
  width: 64px;
}
.rs-contact.faq-style .contact-item .content-text .title {
  font-size: 20px;
  line-height: 28px;
  font-weight: 600;
  margin: 25px 0px 5px 0px;
}
.rs-contact.faq-style .contact-item .content-text .title a {
  color: #14171C;
}
.rs-contact.faq-style .contact-item .content-text a {
  color: #333333;
}
.rs-contact.faq-style .contact-item .content-text a:hover {
  color: #ec6623;
}
.rs-contact.faq-style .contact-item .content-text .services-txt {
  color: #333333;
  margin: 0;
}
.rs-contact.home3-contact-style .contact-wrap {
  padding: 60px 60px 83px 60px;
  background: #ffffff;
}
.rs-contact.home3-contact-style .contact-wrap .from-control {
  padding: 20px 20px 20px 20px;
  border-style: solid;
  border-width: 0px 0px 0px 0px;
  border-color: #FFFFFF;
  background-color: #F9F9F9;
  width: 100%;
  max-width: 100%;
  opacity: 1;
}
.rs-contact.home3-contact-style .contact-wrap textarea {
  height: 120px;
}
.rs-contact.home3-contact-style .contact-wrap ::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */

  color: #454545;
  opacity: 0.55;
}
.rs-contact.home3-contact-style .contact-wrap ::-moz-placeholder {
  /* Firefox 19+ */

  color: #454545;
  opacity: 0.55;
}
.rs-contact.home3-contact-style .contact-wrap :-ms-input-placeholder {
  /* IE 10+ */

  color: #454545;
  opacity: 0.55;
}
.rs-contact.home3-contact-style .contact-wrap :-moz-placeholder {
  /* Firefox 18- */

  color: #454545;
  opacity: 0.55;
}
.rs-contact.home3-contact-style .contact-wrap input[type=submit]:hover {
  opacity: .9;
}
.rs-contact.home3-contact-style .icon-box-wraper {
  background-image: url(assets/images/contact/con-home3.jpg);
  background-position: top left;
  background-size: cover;
  padding: 70px 50px 99px 50px;
}
.rs-contact.home3-contact-style .icon-box-wraper .icon-box-item {
  display: flex;
}
.rs-contact.home3-contact-style .icon-box-wraper .icon-box-item .icon-box {
  margin-right: 25px;
}
.rs-contact.home3-contact-style .icon-box-wraper .icon-box-item .icon-box i {
  background-color: #1273EB;
  width: 60px;
  height: 60px;
  line-height: 60px;
  border-radius: 50%;
  color: #fff;
  text-align: center;
  display: inline-block;
}
.rs-contact.home3-contact-style .icon-box-wraper .icon-box-item .icon-box i:before {
  font-size: 23px;
}
.rs-contact.home3-contact-style .icon-box-wraper .icon-box-item .icon-content .title {
  font-size: 18px;
  font-weight: 600;
  line-height: 25px;
  margin-bottom: 5px;
}
.rs-contact.home3-contact-style .icon-box-wraper .icon-box-item .icon-content .title a {
  color: #0a0a0a;
}
.rs-contact.home3-contact-style .icon-box-wraper .icon-box-item .icon-content .title a:hover {
  color: #17d9ed;
}
.rs-contact.home3-contact-style .icon-box-wraper .icon-box-item .icon-content a {
  color: #454545;
}
.rs-contact.home3-contact-style .icon-box-wraper .icon-box-item .icon-content a:hover {
  color: #17d9ed;
}
.rs-contact.home3-contact-style .icon-box-wraper .icon-box-item .icon-content p {
  margin: 0;
}
/*------------------------------------
31. Footer Section CSS
------------------------------------*/
.rs-footer.style1 {
  background: #121212;
  background-size: cover;
}
.rs-footer.style1 .footer-top {
  padding: 92px 0 65px;
}
.rs-footer.style1 .footer-top .footer-logo img {
  height: 40px;
}
.rs-footer.style1 .footer-top .footer-title {
  font-size: 20px;
  line-height: 30px;
  font-weight: 600;
  color: #ffffff;
  letter-spacing: 0;
  position: relative;
  margin-bottom: 30px;
  text-transform: uppercase;
  padding-bottom: 14px;
}
.rs-footer.style1 .footer-top .footer-title:after {
  content: "";
  width: 50px;
  height: 4px;
  background: #ec6623;
  position: absolute;
  bottom: -4px;
  right: 0;
  left: 0;
  margin-left: 0;
  border-radius: 0;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  z-index: 0;
}
.rs-footer.style1 .footer-top .site-map li {
  margin-bottom: 15px;
}
.rs-footer.style1 .footer-top .site-map li a {
  font-size: 15px;
  color: #ffffff;
}
.rs-footer.style1 .footer-top .site-map li a:hover {
  color: #ec6623;
}
.rs-footer.style1 .footer-top .site-map li:last-child {
  margin-bottom: 0;
}
.rs-footer.style1 .footer-top .footer-social li {
  display: inline;
  margin-right: 5px;
}
.rs-footer.style1 .footer-top .footer-social li a i {
  padding: 0 0px 0 0;
  font-size: 15px;
  margin-right: 3px;
  transition: all .8s ease;
  background: #1c2024;
  width: 35px;
  height: 35px;
  line-height: 35px;
  border-radius: 0;
  color: #fff;
  text-align: center;
}
.rs-footer.style1 .footer-top .footer-social li a i:hover {
  color: #ffffff;
  background: #ec6623;
}
.rs-footer.style1 .footer-top .footer-social li:last-child {
  margin: 0;
}
.rs-footer.style1 .footer-top .address-widget li {
  padding: 0px 0px 16px 40px;
  position: relative;
}
.rs-footer.style1 .footer-top .address-widget li .desc {
  color: #ffffff;
}
.rs-footer.style1 .footer-top .address-widget li .desc a {
  color: #ffffff;
}
.rs-footer.style1 .footer-top .address-widget li .desc a:hover {
  color: #ec6623;
}
.rs-footer.style1 .footer-top .address-widget li i {
  color: #ec6623;
  position: absolute;
  left: 0px;
}
.rs-footer.style1 .footer-top .address-widget li i:before {
  font-size: 20px;
}
.rs-footer.style1 .footer-top .widget-desc {
  margin: 0;
}
.rs-footer.style1 .footer-top p {
  margin: 30px 0 0;
  position: relative;
}
.rs-footer.style1 .footer-top p input[type=email] {
  border: none;
  width: 92%;
  font-size: 13px;
  padding: 20px 60px 20px 20px;
  margin: 0;
  color: #0a0a0a;
  overflow: hidden;
  border-radius: 0px;
  background: #fff;
}
.rs-footer.style1 .footer-top p input[type="submit"] {
  border: none;
  padding: 17px 30px;
  font-size: 14px;
  background: #ec6623;
  color: #ffffff;
  border-radius: 0px;
  margin-top: 15px;
  text-transform: uppercase;
  font-weight: 600;
  transition: all .5s ease;
}
.rs-footer.style1 .footer-top p input[type=submit]:hover {
  opacity: .9;
}
.rs-footer.style1 .footer-top p ::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */

  color: #0a0a0a;
  opacity: 1;
}
.rs-footer.style1 .footer-top p ::-moz-placeholder {
  /* Firefox 19+ */

  color: #0a0a0a;
  opacity: 1;
}
.rs-footer.style1 .footer-top p :-ms-input-placeholder {
  /* IE 10+ */

  color: #0a0a0a;
  opacity: 1;
}
.rs-footer.style1 .footer-top p :-moz-placeholder {
  /* Firefox 18- */

  color: #0a0a0a;
  opacity: 1;
}
.rs-footer.style1 .footer-bottom {
  padding: 20px 0;
  background: #000;
}
.rs-footer.style1 .footer-bottom .copyright p {
  margin: 0;
  color: #ffffff;
}
.rs-footer.style1 .footer-bottom .copy-right-menu li {
  display: inline-block;
  position: relative;
  padding: 0px 19px 0 25px;
}
.rs-footer.style1 .footer-bottom .copy-right-menu li a {
  color: #ffffff;
}
.rs-footer.style1 .footer-bottom .copy-right-menu li a:hover {
  color: #ec6623;
}
.rs-footer.style1 .footer-bottom .copy-right-menu li:before {
  display: block;
  content: "";
  position: absolute;
  font-size: 18px;
  background: #ec6623;
  left: 0;
  top: 50%;
  width: 6px;
  height: 6px;
  transform: translateY(-50%);
  border-radius: 50%;
}
.rs-footer.style1 .footer-bottom .copy-right-menu li:first-child:before {
  display: none;
}
.rs-footer.style1.footer-home3-style .footer-bottom .copy-right-menu li:before,
.rs-footer.style1.footer-home3-style .footer-top p input[type="submit"],
.rs-footer.style1.footer-home3-style .footer-top .footer-social li a i:hover,
.rs-footer.style1.footer-home3-style .footer-top .footer-title:after {
  background: #17d9ed;
}
.rs-footer.style1.footer-home3-style .footer-top .address-widget li .desc a:hover,
.rs-footer.style1.footer-home3-style .footer-bottom .copy-right-menu li a:hover,
.rs-footer.style1.footer-home3-style .footer-top .address-widget li i,
.rs-footer.style1.footer-home3-style .footer-top .site-map li a:hover {
  color: #17d9ed;
}
.rs-footer.style1.footer-home4-style .footer-bottom .copy-right-menu li:before,
.rs-footer.style1.footer-home4-style .footer-top p input[type="submit"],
.rs-footer.style1.footer-home4-style .footer-top .footer-social li a i:hover,
.rs-footer.style1.footer-home4-style .footer-top .footer-title:after {
  background: #fd4a36;
}
.rs-footer.style1.footer-home4-style .footer-top .address-widget li .desc a:hover,
.rs-footer.style1.footer-home4-style .footer-bottom .copy-right-menu li a:hover,
.rs-footer.style1.footer-home4-style .footer-top .address-widget li i,
.rs-footer.style1.footer-home4-style .footer-top .site-map li a:hover {
  color: #fd4a36;
}
.rs-footer.style1.footer-home5-style .footer-bottom .copy-right-menu li:before,
.rs-footer.style1.footer-home5-style .footer-top p input[type="submit"],
.rs-footer.style1.footer-home5-style .footer-top .footer-social li a i:hover,
.rs-footer.style1.footer-home5-style .footer-top .footer-title:after {
  background: #4caf50;
}
.rs-footer.style1.footer-home5-style .footer-top .address-widget li .desc a:hover,
.rs-footer.style1.footer-home5-style .footer-bottom .copy-right-menu li a:hover,
.rs-footer.style1.footer-home5-style .footer-top .address-widget li i:before,
.rs-footer.style1.footer-home5-style .footer-top .site-map li a:hover {
  color: #4caf50;
}
.rs-footer .bg-wrap {
  background: url(assets/images/footer-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 70px 0 0 0;
}
.rs-footer .bg-wrap .newslatter-wrap.extra-pt {
  padding-top: 281px;
}
.rs-footer .bg-wrap .newslatter-wrap .footer-newsletter {
  background: #ffffff;
  border-radius: 0 70px 0 0;
  padding: 78px 0 90px;
  box-shadow: 0 6px 30px 0 rgba(0, 0, 0, 0.08);
  position: relative;
}
.rs-footer .bg-wrap .newslatter-wrap .footer-newsletter.fly-up {
  position: absolute;
  content: '';
  top: -185.5px;
  width: 100%;
  z-index: 1;
  left: 0;
}
.rs-footer .bg-wrap .newslatter-wrap .footer-newsletter .pattern {
  position: absolute;
  content: '';
}
.rs-footer .bg-wrap .newslatter-wrap .footer-newsletter .pattern.img1 {
  bottom: 0;
  left: 50px;
}
.rs-footer .bg-wrap .newslatter-wrap .footer-newsletter .pattern.img2 {
  top: 0;
  right: 50px;
}
.rs-footer .bg-wrap .newslatter-wrap .footer-newsletter .subscribe-form {
  max-width: 450px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
.rs-footer .bg-wrap .newslatter-wrap .footer-newsletter .subscribe-form input {
  width: 100%;
  background: #f5f5f5;
  border-radius: 30px;
  border: none;
  outline: none;
  padding: 20px 25px;
  height: 65px;
}
.rs-footer .bg-wrap .newslatter-wrap .footer-newsletter .subscribe-form .readon2 {
  position: absolute;
  content: '';
  padding-right: 25px;
  padding-left: 25px;
  right: 7px;
  top: 7px;
  border: none;
  outline: none;
  text-transform: capitalize;
  font-weight: 500;
}
.rs-footer .bg-wrap .newslatter-wrap .footer-newsletter .subscribe-form ::-webkit-input-placeholder {
  color: #999999;
}
.rs-footer .bg-wrap .newslatter-wrap .footer-newsletter .subscribe-form :-ms-input-placeholder {
  color: #999999;
}
.rs-footer .bg-wrap .newslatter-wrap .footer-newsletter .subscribe-form ::placeholder {
  color: #999999;
}
.rs-footer .bg-wrap .footer-content .about-widget {
  color: #ffffff;
}
.rs-footer .bg-wrap .footer-content .about-widget .logo-area {
  margin-bottom: 26px;
}
.rs-footer .bg-wrap .footer-content .about-widget .logo-area a img {
  height: 40px;
}
.rs-footer .bg-wrap .footer-content .about-widget a {
  color: #e2e2e2;
}
.rs-footer .bg-wrap .footer-content .about-widget a:hover {
  color: #18bccf;
}
.rs-footer .bg-wrap .footer-content .about-widget .footer-desc {
  color: #e2e2e2;
  margin-bottom: 12px;
}
.rs-footer .bg-wrap .footer-content .about-widget .social-links {
  margin-top: 20px;
}
.rs-footer .bg-wrap .footer-content .about-widget .social-links li {
  display: inline;
  margin-right: 10px;
}
.rs-footer .bg-wrap .footer-content .about-widget .social-links li a {
  width: 35px;
  height: 35px;
  text-align: center;
  line-height: 37px;
  border-radius: 100%;
  display: inline-block;
  background: #18bccf;
  font-size: 16px;
  color: #ffffff;
}
.rs-footer .bg-wrap .footer-content .about-widget .social-links li a:hover {
  background: #ffffff;
  color: #18bccf;
}
.rs-footer .bg-wrap .footer-content .about-widget .social-links li:last-child {
  margin: 0;
}
.rs-footer .bg-wrap .footer-content .widget .widget-title {
  color: #ffffff;
  font-size: 24px;
  line-height: 30px;
  font-weight: 600;
  margin-bottom: 26px;
}
.rs-footer .bg-wrap .footer-content .widget ul li {
  margin-bottom: 10px;
}
.rs-footer .bg-wrap .footer-content .widget ul li a {
  color: #e2e2e2;
  display: inline-block;
}
.rs-footer .bg-wrap .footer-content .widget ul li a:hover {
  color: #18bccf;
  margin-left: 5px;
}
.rs-footer .bg-wrap .footer-content .widget ul li:last-child {
  margin: 0;
}
.rs-footer .bg-wrap .footer-bottom {
  padding: 23px 0;
  border-top: 1px solid #13487a;
}
.rs-footer .bg-wrap .footer-bottom .copyright {
  margin: 0;
  color: #dedede;
  font-size: 14px;
}
.rs-footer .pattern-right {
  position: absolute;
  bottom: 0;
  right: 0;
}
.extra-pb {
  padding-bottom: 306px;
}
/* -----------------------
32. Scroll Up CSS
--------------------------*/
#scrollUp {
  text-align: center;
  bottom: 40px;
  cursor: pointer;
  display: none;
  position: fixed;
  right: 20px;
  z-index: 999;
  border-radius: 50px 50px 4px 4px;
}
#scrollUp i {
  height: 40px;
  font-size: 24px;
  width: 42px;
  border-radius: 0;
  color: #fff;
  line-height: 36px;
  transition: all 0.3s ease 0s;
  background: #ec6623;
  margin-left: 2px;
  box-shadow: 0 0 2px #54595F;
}
#scrollUp i:hover {
  opacity: 0.8;
}
#scrollUp.blue-color i {
  background: #17d9ed;
}
#scrollUp.blue-color i:hover {
  opacity: 0.8;
}
#scrollUp.orange2-color i {
  background: #fd4a36;
}
#scrollUp.orange2-color i:hover {
  opacity: 0.8;
}
#scrollUp.paste-color i {
  background: #4caf50;
}
#scrollUp.paste-color i:hover {
  opacity: 0.8;
}
.text-center .banner-border-line {
  margin: 0 auto 26px;
}
.home-blue-color .search-modal,
.home-blue-color .rs-carousel .owl-dots .owl-dot,
.home-blue-color .rs-carousel .owl-dots .owl-dot:hover,
.home-blue-color .rs-carousel .owl-dots .owl-dot.active {
  background: #17d9ed;
}
.home-blue-color .search-modal .search-block form button {
  background: unset;
  border: none;
  padding: 0px 20px;
  right: 0;
  top: 0px;
}
.home-orange-color .search-modal,
.home-orange-color .rs-carousel .owl-dots .owl-dot,
.home-orange-color .rs-carousel .owl-dots .owl-dot:hover,
.home-orange-color .rs-carousel .owl-dots .owl-dot.active {
  background: #fd4a36;
}
.home-orange-color .search-modal .search-block form button {
  background: unset;
  border: none;
  padding: 0px 20px;
  right: 0;
  top: 0px;
}
.home-paste-color .search-modal,
.home-paste-color .rs-carousel .owl-dots .owl-dot,
.home-paste-color .rs-carousel .owl-dots .owl-dot:hover,
.home-paste-color .rs-carousel .owl-dots .owl-dot.active {
  background: #4caf50;
}
.home-paste-color .search-modal .search-block form button {
  background: unset;
  border: none;
  padding: 0px 20px;
  right: 0;
  top: 0px;
}
.home-paste-color .full-width-header .right_menu_togle .canvas-contact .address-area .address-list .info-content em a:hover,
.home-paste-color .full-width-header .right_menu_togle .canvas-contact .address-area .address-list .info-icon i::before {
  color: #4caf50;
}
.home-paste-color .full-width-header .rs-header .expand-btn-inner ul .humburger .nav-expander .bar span {
  background: #4caf50;
}
.home-paste-color .full-width-header .right_menu_togle .close-btn:hover .nav-close .line span {
  background: #4caf50;
}
.home-paste-color .gridFilter button:hover,
.home-paste-color .gridFilter button.active {
  background: #4caf50 !important;
}
.home-6 a {
  color: #043d72;
  text-decoration: none;
}
.home-6 a:hover {
  color: #18bccf;
}
.home-6 .desc {
  font-weight: 400;
}
.home-6 .readon.submit.paste-btn {
  border-radius: 30px;
  padding-top: 14px;
  padding-bottom: 14px;
}
.home-6 #scrollUp i,
.home-6 .readon.submit.paste-btn,
.home-6 .gridFilter button.active,
.home-6 .gridFilter button:hover,
.home-6 .rs-project.style1 .project-item .project-content .project-inner .p-icon,
.home-6 .full-width-header .rs-header.style2 .topbar-area,
.home-6 .full-width-header .right_menu_togle .canvas-contact .social li a i:hover,
.home-6 .full-width-header .rs-header .expand-btn-inner ul .humburger .nav-expander .bar span {
  background: #18bccf;
}
.home-6 .full-width-header .rs-header .topbar-area.style1 .toolbar-sl-share ul li a:hover {
  opacity: 0.85;
  color: #fff;
}
.home-6 .rs-project.style1 .project-item .project-content .project-inner .title a:hover,
.home-6 .full-width-header .right_menu_togle .canvas-contact .address-area .address-list .info-icon i::before,
.home-6 .full-width-header .rs-header.style2 .expand-btn-inner ul li > a:hover {
  color: #18bccf;
}
.home-6 .full-width-header .rs-header .menu-area .main-menu .rs-menu ul li a:hover,
.home-6 .full-width-header .rs-header .menu-area .main-menu .rs-menu ul li.active a,
.home-6 .full-width-header .rs-header .menu-area .main-menu .rs-menu ul li.current-menu-item > a,
.home-6 .full-width-header .rs-header .menu-area .main-menu .rs-menu ul li.current-menu-item > a::before {
  color: #18bccf !important;
}
.pl-30 {
  padding-left: 30px;
}
.pr-30 {
  padding-right: 30px;
}
/*----------------------------------------------
33. Preloader CSS
----------------------------------------------*/
#pre-load {
  background-color: #fff;
  height: 100%;
  width: 100%;
  position: fixed;
  margin-top: 0px;
  top: 0px;
  z-index: 9999;
}
.loader .loader-container {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100px;
  height: 100px;
  border: 5px solid #ebebec;
  border-radius: 50%;
}
.loader .loader-container:before {
  position: absolute;
  content: "";
  display: block;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100px;
  height: 100px;
  border-top: 4px solid #f00c46;
  border-radius: 50%;
  animation: loaderspin 1.8s infinite ease-in-out;
  -webkit-animation: loaderspin 1.8s infinite ease-in-out;
}
.loader .loader-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 80px;
  text-align: center;
}
.loader .loader-icon img {
  animation: loaderpulse alternate 900ms infinite;
  width: 30px;
}
.woocommerce .quantity input[type="number"]::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */

  color: #363636 !important;
  opacity: 1;
}
.woocommerce .quantity input[type="number"]::-moz-placeholder {
  /* Firefox 19+ */

  color: #363636 !important;
  opacity: 1;
}
.woocommerce .quantity input[type="number"]:-ms-input-placeholder {
  /* IE 10+ */

  color: #363636 !important;
  opacity: 1;
}
.woocommerce .quantity input[type="number"]:-moz-placeholder {
  /* Firefox 18- */

  color: #363636 !important;
  opacity: 1;
}
/* ------------------------------------
34. Animation Part CSS
---------------------------------------*/
@keyframes loaderspin {
  0% {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  100% {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
@-webkit-keyframes loaderspin {
  0% {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  100% {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
@keyframes loaderpulse {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.2);
  }
}
@keyframes pulse-border {
  0% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
  }
  100% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0;
  }
}
@-webkit-keyframes pulse-border {
  0% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
  }
  100% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0;
  }
}
.move-y {
  animation: move-y 2s alternate infinite;
  -webkit-animation: move-y 2s alternate infinite;
}
@keyframes move-y {
  0% {
    transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
  }
  100% {
    transform: translate3d(0, 10px, 0);
    -webkit-transform: translate3d(0, 10px, 0);
  }
}
.scale {
  animation: scale 2s alternate infinite;
}
@-webkit-keyframes scale {
  0% {
    transform: scale(0.8);
    -webkit-transform: scale(0.8);
  }
  100% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
}
.dance2 {
  -webkit-animation: dance2 4s alternate infinite;
}
@keyframes dance2 {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
  }
  50% {
    -webkit-transform: translate3d(15px, -15px, 0);
  }
  100% {
    -webkit-transform: translate3d(0, -15px, 15px);
  }
}
.up-down {
  animation: up-down 7s alternate infinite;
  -webkit-animation: up-down 7s alternate infinite;
}
@keyframes up-down {
  0% {
    transform: translateY(20px);
    -webkit-transform: translateY(0);
  }
  50% {
    transform: translateY(-20px);
    -webkit-transform: translateY(-20px);
  }
  100% {
    transform: translateY(0);
    -webkit-transform: translateY(0);
  }
}
@-webkit-keyframes up-down {
  0% {
    transform: translateY(30px);
    -webkit-transform: translateY(0);
  }
  50% {
    transform: translateY(-50px);
    -webkit-transform: translateY(-50px);
  }
  100% {
    transform: translateY(0);
    -webkit-transform: translateY(0);
  }
}
.spine {
  animation: spine 8s linear infinite;
}
@keyframes spine {
  0% {
    transform: rotate(0);
    -webkit-transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
  }
}
@-webkit-keyframes spine {
  0% {
    transform: rotate(0);
    -webkit-transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
  }
}
.horizontal {
  animation-name: horizontal;
  animation-duration: 12s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}
.horizontal.new-style {
  animation-duration: 15s;
}
@keyframes horizontal {
  0% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(100px);
  }
  100% {
    transform: translateX(0);
  }
}
.vertical {
  animation-name: vertical;
  animation-duration: 12s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}
.vertical.new-style {
  animation-duration: 15s;
}
@keyframes vertical {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(100px);
  }
  100% {
    transform: translateY(0);
  }
}
.fadeinup {
  animation-duration: 2s;
  animation-name: fadeInUp;
}
.fadeinup.new {
  animation-duration: 3s;
}
@keyframes fadeinup {
  0% {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
.fadeinright {
  animation-duration: 3s;
  animation-name: fadeInRight;
}
@keyframes fadeinup {
  0% {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
.rotate_Y {
  animation: mymove 5s infinite;
}
@keyframes mymove {
  0% {
    transform: rotateY(-50deg);
  }
  100% {
    transform: rotateY(50deg);
  }
}
.rs-services.style6 .services-box-area .services-item:hover .dance_hover,
.rs-services.style4 .services-item:hover .dance_hover,
.rs-iconbox-area .box-inner .box-item:hover .dance_hover {
  animation-name: dance_hover;
  animation-duration: 1s;
  animation-timing-function: ease-in-out;
  animation-iteration-count: 1;
}
@keyframes dance_hover {
  16.65% {
    transform: translateY(8px);
  }
  33.3% {
    transform: translateY(-6px);
  }
  49.95% {
    transform: translateY(4px);
  }
  66.6% {
    transform: translateY(-2px);
  }
  83.25% {
    transform: translateY(1px);
  }
  100% {
    transform: translateY(0);
  }
}
/* Draw Line Animation */
@keyframes start-draw {
  to {
    height: 95%;
  }
}
/* Infinite Rotation Animation */
@keyframes rotate-anim {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(359deg);
  }
}
/*Pulse Border Animation*/
@keyframes pulse-border {
  0% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
  }
  100% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0;
  }
}
.pb-120 {
  padding-bottom: 120px;
}
.pt-120 {
  padding-top: 120px;
}
.sec-title .title span {
  color: #17d9ed;
  text-transform: capitalize;
  font-style: normal;
}
.sec-title span {
  font-family: 'Montserrat', sans-serif;

}
.nav-cart-items {
  overflow-y: scroll;
  height: 100px;
}
.main-slider-three-img-1 {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
}
div#rs-services {
  background-color: #fcf5f3;
  padding-top: 65px;
}

.banner::before{
  content:"";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50%;
  transform: scale(1);
  opacity: .3;
  background-color: #191825;
  background-blend-mode: luminosity;
  transition: transform 7s ease,opacity 1.5s ease-in;
  z-index: 1;
}
.main-slider-shape-1 {
  position: absolute;
  top: 299px;
  right: 430px;
  height: 770px;
  width: 360px;
  background-color: #191825;
  mix-blend-mode: soft-light;
  border-radius: 170px;
  transform: translateY(-100%) rotate(-40deg);
  opacity: .6;
  z-index: 0;
}
.text-content {
    position: relative;
    z-index: 6;
}
.main-slider-shape-2 {
  position: absolute;
  bottom: 36px;
  right: -59px;
  height: 560px;
  width: 260px;
  background-color: #ff613c;
  mix-blend-mode: color;
  border-radius: 125px;
  transform: translateY(100%) rotate(-36deg);
  opacity: .6;
  z-index: 0;
}
.main-slider-shape-3 {
  position: absolute;
  bottom: 0;
  right: 229px;
  height: 350px;
  width: 165px;
  background-color: #fff;
  mix-blend-mode: overlay;
  border-radius: 125px;
  transform: translateY(100%) rotate(-40deg);
  opacity: .6;
  z-index: 0;
}
section.banner h5 {
    color: #17d9ed;
    text-transform: uppercase;
    font-size: 31px;
    font-weight: 500;
    margin-bottom: 14px;
    font-family: 'Montserrat', sans-serif;
    letter-spacing: 14px;
}
.banner h2 {
    color: #fff;
    margin-bottom: 6px;
    font-weight: 200;
    font-size: 27px;
    line-height: 1;
    margin-left: 0;
    font-family: 'Courgette', cursive;
    text-transform: capitalize;
    text-align: left;
}
.section-after {
    position: absolute;
    bottom: -2px;
    left: 0;
    right: 0;
    z-index: 2;
    width: 100%;
    height: auto;
}
.rs-banner.banner-style6:before {
    content: "";
    position: absolute;
    background-color: rgb(34 34 34 / 70%);
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.space,
.space-top {
  padding-top: var(--section-space);
}

.space,
.space-bottom {
  padding-bottom: var(--section-space);
}

.space-plus,
.space-top-plus {
  padding-top: calc(var(--section-space) + 90px);
}

.space-plus,
.space-bottom-plus {
  padding-bottom: calc(var(--section-space) + 90px);
}

.space-extra,
.space-extra-top {
  padding-top: calc(var(--section-space) - 30px);
}

.space-extra,
.space-extra-bottom {
  padding-bottom: calc(var(--section-space) - 30px);
}

.space-3x-bottom {
  padding-bottom: calc(var(--section-space) * 3);
}

.margin-2x-top {
  margin-top: calc(var(--section-space) * -2);
}

.space-about-bottom {
  padding-bottom: calc(var(--section-space) + 78px);
}

@media (max-width: 1299px) {
  .space-about-bottom {
    padding-bottom: calc(var(--section-space) + 38px);
  }
}

/* Medium devices */
@media (max-width: 991px) {

  .space,
  .space-top {
    padding-top: var(--section-space-mobile);
  }

  .space,
  .space-bottom {
    padding-bottom: var(--section-space-mobile);
  }

  .space-extra,
  .space-extra-top {
    padding-top: calc(var(--section-space-mobile) - 30px);
  }

  .space-extra,
  .space-extra-bottom {
    padding-bottom: calc(var(--section-space-mobile) - 30px);
  }

  .space-plus,
  .space-top-plus {
    padding-top: var(--section-space-mobile);
  }

  .space-plus,
  .space-bottom-plus {
    padding-bottom: var(--section-space-mobile);
  }

  .space-3x-bottom {
    padding-bottom: calc(var(--section-space-mobile) * 3);
  }

  .margin-2x-top {
    margin-top: calc(var(--section-space-mobile) * -2);
  }

  .space-about-bottom {
    padding-bottom: calc(var(--section-space-mobile) + 18px);
  }
}

/* Extra small devices */
@media (max-width: 575px) {
  .space-about-bottom {
    padding-bottom: var(--section-space-mobile);
  }
}

.space-shape {
  --section-space: 190px;
}

.space-shape {
  padding-top: var(--section-space);
  padding-bottom: var(--section-space);
}

.space-top-shape {
  padding-bottom: 190px;
}

.space-bottom-shape {
  padding-bottom: 190px;
}

.speaker-count {
    background-color: #222;
    padding: 56px 52px;
    position: absolute;
    text-align: center;
    left: -48px;
    bottom: -40px;
    border-radius: 20px;
}

.speaker-count .counter-number {
  font-size: 72px;
  color: #fff;
  font-weight: bold;
  font-family: var(--title-font);
}

.speaker-count .text {
  font-size: 16px;
  font-weight: 500;
  color: var(--white-color);
}

.sub-title2 {
    font-family: 'Caveat', cursive;
    font-size: 30px;
    color: #17d9ed;
    display: inline-block;
    position: relative;
    margin-top: -0.35em;
    margin-bottom: 20px;
}
.sec-title {
    font-size: 48px !important;
    margin-top: -0.22em;
    line-height: 36px;
    font-family: 'Inter', sans-serif;
    text-transform: capitalize;
    font-weight: bold;
    padding-bottom: 32px;
    border-bottom: 1px solid #faf0ed;
}

@charset "UTF-8";

/*
  Template Name: Evona
  Template URL: https://angfuzsoft.com/themeforest/html/evona
  Description: Evona - Event & Conference HTML Template
  Author: Angfuzsoft
  Author URI: https://themeforest.net/user/Angfuz_Soft
  Version: 1.0.0
*/
/*=================================
    CSS Index Here
==================================*/
/*

01. Theme Base
    1.1. Mixin
    1.2. Function
    1.3. Variable
    1.4. Typography
    1.5. Extend
    1.7. Wordpress Default
02. Reset
    2.1. Container
    2.2. Grid
    2.3. Input
    2.4. Slick Slider
    2.5. Mobile Menu
03. Utilities
    3.1. Preloader
    3.2. Buttons
    3.3. Titles
    3.4. Common
    3.6. Font
    3.7. Background
    3.8. Text Color
    3.9. Overlay
    3.10. Animation
04. Template Style
    4.1. Widget
    4.2. Header
    4.3. Footer
    4.4. Breadcumb
    4.5. Pagination
    4.6. Blog
    4.7. Comments
    4.8. Hero Area
    4.9. Error    
    4.00. Popup Search
    4.00. Popup Side Menu
    4.00. Wocommerce
    4.00. Products
    4.00. Cart
    4.00. Checkout
    4.00. Wishlist
05. Spacing

*/
/*=================================
    CSS Index End
==================================*/
/*=================================
   01. Theme Base
==================================*/
/*------------------- 1.1. Mixin -------------------*/
/*------------------- 1.2. Function -------------------*/
/*------------------- 1.3. Variable-------------------*/
:root {
  --theme-color: #17d9ed;
  --theme-color2: #17d9ed;
  --title-color: #171b2a;
  --body-color: #74787c;
  --smoke-color: #f8f8f8;
  --smoke-two: #f3f2f8;
  --light-color: #979797;
  --black-color: #000000;
  --black-color2: #080e1c;
  --white-color: #ffffff;
  --yellow-color: #fec624;
  --success-color: #28a745;
  --error-color: #dc3545;
  --blue-color: #786acf;
  --border-color: rgb(239, 239, 239);
  --title-font: "Montserrat", sans-serif;
  --title-font2: "Caveat", cursive;
  --body-font: "Montserrat", sans-serif;
  --para-font: "Montserrat", sans-serif;
  --icon-font: "Font Awesome 6 Pro";
  --main-container: 1220px;
  --container-gutters: 30px;
  --section-space: 120px;
  --section-space-mobile: 80px;
  --section-title-space: 70px;
  --ripple-ani-duration: 5s;
}

.home2,
.home3,
.home4 {
  --theme-color: #2a07f9;
  --theme-color2: #c011f9;
}

/*------------------- 1.5. Typography -------------------*/
html {
  scroll-behavior: auto !important;
}

body {
  font-family: var(--body-font);
  font-size: 14px;
  font-weight: 400;
  color: #111;
  line-height: 28px;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
  position: relative;
}

iframe {
  border: none;
  width: 100%;
}

.slick-slide:focus,
button:focus,
a:focus,
a:active,
input,
input:hover,
input:focus,
input:active,
textarea,
textarea:hover,
textarea:focus,
textarea:active {
  outline: none;
}

input:focus {
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

img:not([draggable]),
embed,
object,
video {
  max-width: 100%;
  height: auto;
  /* filter: brightness(0.5); */
}
    .icon img {
      /* filter: grayscale(1); */
      width: 50px;
      height: 50px;
    }

ul {
  list-style-type: disc;
}

ol {
  list-style-type: decimal;
}

/* ol li,
ul li {
  line-height: 1.556;
} */

ol li a,
ul li a {
  font-family: inherit;
}

table {
  margin: 0 0 1.5em;
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  border: 1px solid var(--border-color);
}

th {
  font-weight: 700;
  color: var(--title-color);
}

td,
th {
  border: 1px solid var(--border-color);
  padding: 9px 12px;
}

div,
section {
  margin-top: 0px;
  line-height: 0px;
}

a {
  color: var(--theme-color);
  text-decoration: none;
  outline: 0;
  -webkit-transition: all ease 0.4s;
  transition: all ease 0.4s;
}

a:hover {
  color: var(--title-color);
}

a:active,
a:focus,
a:hover,
a:visited {
  text-decoration: none;
  outline: 0;
}

button {
  -webkit-transition: all ease 0.4s;
  transition: all ease 0.4s;
}

img {
  border: none;
  max-width: 100%;
}

ins {
  text-decoration: none;
}


/*--------------------------------- BANNER CSS ------------------------------*/
.banner-div {
  	padding: 100px 0;
  	background: url(../images/banner-1.jpg) center;
  	background-size: cover;
}
.banner-div h4 {
  	/* background-color: #0174a2; */
  	text-align: center;
  	border-radius: 10px;
  	/* padding: 15px 28px; */
  	display: inline-block;
  	/* font-family: 'Catamaran', sans-serif; */
  	/* font-size: 22px; */
  	/* color: #0174a2; */
  	line-height: 20px;
  	/* font-weight: 700; */
  	text-transform: uppercase;
  	font-family: 'Prata', serif;
  	/* letter-spacing: 5px; */
  	
  	font-size: 18px;
  	letter-spacing: 5px;
  	font-weight: 700;
  	color: #4e83fe;
  	margin-bottom: 0;
}
.banner-div h2 {
  	font-family: 'Catamaran', sans-serif;
  	/* font-size: 58px; */
  	/* color: #f76033; */
  	font-weight: 900;
  	/* line-height: 90px; */
  	margin-top: 30px;
  	/* font-family: 'Prata', serif; */
  	/* font-weight: bold; */
  	
  	
  	/* font-weight: 800; */
  	font-size: 70px;
  	text-transform: capitalize;
  	line-height: 85px;
  	color: #f76033;
}
.banner-div p {
  	font-size: 16px;
  	line-height: 28px;
  	color: #5e5e5e;
  	font-family: 'Montserrat', sans-serif;
  	/* width: 80%; */
}

/*------------------------- ABOUT CSS --------------------------*/
.about-div {
    padding: 100px 0;
    position:
    relative;
    background: url(../images/about-div.jpg) no-repeat;
    background-size: cover;
}
.about-div:after{
  content:
  "";
  position:
  absolute;
  background:
  url(../images/about-bg.jpg) no-repeat;
  width: 30%;
  height: 100%;
  top: 0;
  right: 0;
  z-index: -1;
  background-size: cover;
}
.about-div img {
  	max-width: 100%;
}
.about-div h4 {
  	    /* background-color: rgb(253,61,12,0.1); */
  	    text-align: left;
  	    border-radius: 10px;
  	    /* padding: 15px 28px; */
  	    display: inline-block;
  	    /* font-family: 'Catamaran', sans-serif; */
  	    /* font-size: 22px; */
  	    /* color: #0174a2; */
  	    line-height: 37px;
  	    font-weight: 700;
  	    text-transform: uppercase;
  	    font-family: 'Prata', serif;
  	    /* font-family: 'Montserrat', sans-serif; */
  	    margin-bottom: 10px;
  	    
  	    font-size: 18px;
  	    letter-spacing: 2px;
  	    /* font-weight: 700; */
  	    color: #4e83fe;
  	    width: 80%;
}
.about-div h2 {
  	font-family: 'Catamaran', sans-serif;
  	font-size: 51px;
  	color: #10161b;
  	line-height: 70px;
  	/* font-weight: 800; */
  	/* padding-bottom: 25px; */
  	padding-top: 18px;
  	/* font-family: 'Prata', serif; */
  	
  	font-weight: 800;
  	/* font-size: 65px; */
  	text-transform: capitalize;
  	/* line-height: 75px; */
  	/* color: #f76033; */
}
.about-div p {
  	    font-size: 15px;
  	    line-height: 24px;
  	    color: #777777;
  	    font-weight: normal;
  	    margin-bottom: 12px;
  	    font-family: 'Montserrat', sans-serif;
}

/*--------------------------------- main-div-css -------------------------------*/
.main-counter {
    position: relative;
  	    z-index: 5;
}
.counter-bg {
    background-color: #0174a2;
    border-radius: 10px;
    padding: 50px;
}
.counter-box {
  display: flex;
  align-items: center;
  justify-content: center;
}
.counter-content {
  display: flex;
  align-items: center;
}
.counter-content .h2-title {
  color: #ffffff;
  padding-top: 0;
  padding-bottom: 0;
  margin-bottom: 0;
  font-size: 50px;
  line-height: 50px;
  transform: rotate(270deg);
}
.counter-text {
  text-align: left;
}

.counter-text h5 {
    font-family: 'Catamaran', sans-serif;
    color: #ffffff;
    font-weight: 700;
    font-size: 20px;
    line-height: 30px;
    display: block;
    margin-top: 10px;
    margin-bottom: 7px;
}
.counter-text p {
    font-size: 15px;
    line-height: 20px;
    color: #fff;
    font-weight: normal;
    margin-bottom: 12px;
}

/*---------------------------- FEA_DIV_CSS --------------------------------------*/
.fea-ban {
    padding: 173px 0 100px;
    background-image: url(../images/fea-ban.png);
    background-size: cover;
    margin-top: -100px;
}
.fea-ban h4 {
    font-family: 'Montserrat', sans-serif;
    font-size: 30px;
    color: #f3572f;
    line-height: 39px;
    text-transform: uppercase !important;
    text-align: center;
    font-weight: bold;
}
.fea-ban h2 {
  	font-family: 'Catamaran', sans-serif;
    font-size: 50px;
    color: #ffffff;
    font-weight: 900;
    line-height: 60px;
    margin-top: 30px;
  	text-align: center;
}
.fea-ban p {
    font-size: 20px;
    line-height: 28px;
    color: #ffffff;
    text-align: center;
    font-style: italic;
}
.team-box {
  text-align: center;
  margin-left: 15px;
  margin-right: 15px;
}
.team-img-box {
  padding: 15px;
  border-radius: 100%;
  transition: all 0.2s cubic-bezier(0.98, 0.57, 1, 1) 0s;
}
.team-border-one {
  border: solid 10px #2c3239;
}
.team-box:hover .team-img-box {
  border: solid 10px #0174a2;
  transition: all 0.2s cubic-bezier(0.98, 0.57, 1, 1) 0s;
}
.team-img {
  border-radius: 100%;
  position: relative;
  overflow: hidden;
}

.team-img>img {
  width: 100%;
  transform: scale(1);
  transition: all 0.2s cubic-bezier(0.98, 0.57, 1, 1) 0s;
  border-radius: 100%;
}

.team-box:hover .team-img>img {
  transform: scale(1.05);
  transition: all 0.2s cubic-bezier(0.98, 0.57, 1, 1) 0s;
}

.team-text-color {
  color: #ffffff;
}

.team-content .h3-title {
    margin-top: 25px;
    transition: all 0.2s cubic-bezier(0.98, 0.57, 1, 1) 0s;
    font-size: 19px;
    text-transform: capitalize;
    margin-bottom: 3px;
    color: #0174a2;
}
.team-box:hover .team-content .h3-title {
  color: #0174a2;
  transition: all 0.2s cubic-bezier(0.98, 0.57, 1, 1) 0s;
}

.team-content p {
    color: #ffffff;
    font-size: 14px;
    font-style: normal;
    line-height: 20px;
}

/*---------------------- pro-ban-css ------------------------*/
.pro-ban {
  	padding: 80px 0;
  	text-align: center;
  	background-color: #dddddd;
}
/* .pro-ban h4 {
  	text-align: center;
  	border-radius: 10px;
  	font-family: 'Catamaran', sans-serif;
  	color: #0174a2;
  	line-height: 20px;
  	text-transform: uppercase;
  	font-size: 18px;
  	letter-spacing: 2px;
  	font-weight: 700;
} */
.pro-ban h2 {
    padding-bottom: 25px;
    text-align: center;
    font-size: 46px;
    line-height: 75px;
    font-weight: bold;
    text-transform: capitalize;
    /* background: -webkit-linear-gradient(#9d9d9d, #3c455d); */
    color: #333;
    /* -webkit-background-clip: text; */
    /* -webkit-text-fill-color: transparent; */
    /* font-family: 'Playfair Display', serif; */
    }
.b-box {
    /* background: linear-gradient(to bottom right, #3060f0, #1e2abf00); */
    border-radius: 5px;
    margin-bottom: 30px;
    /* background-color: #53080d; */
    /* border: 1px solid #e0e0e0; */
    padding: 15px;
    backdrop-filter: blur(26px);
}

.b-img {
  position: relative;
  overflow: hidden;
  z-index: 0;
  padding: 20px;
}

.b-img>img {
  width: 100%;
  /* border-radius: 2rem; */
  /* transform: scale(1); */
  transition: all 0.2s cubic-bezier(0.98, 0.57, 1, 1) 0s;
}

/* .b-box:hover .b-img>img {
  transform: scale(1.05);
  transition: all 0.2s cubic-bezier(0.98, 0.57, 1, 1) 0s;
} */

.b-date {
  /* position: absolute;
  bottom: 0;
  left: 50%; */
  z-index: 1;
  /* padding: 15px 30px; */
  /* font-family: 'Rubik', sans-serif; */
  text-align: center;
  font-size: 25px;
  text-transform: uppercase;
  font-weight: bold;
  /* background-color: #27aae1; */
  color: #fff;
  /* width: 185px;
  margin-left: -92px; */
  /* color: #464444 !important; */
  margin-bottom: 15px;
}

.b-content {
  padding: 25px 8px 20px;
}
.b-content h3 {
   font-size: 15px;
   line-height: 28px;
   font-weight: 400;
   min-height: 70px;
   color: #fff;
   text-transform: capitalize;
   margin-top: 0;
   border-bottom: 1px solid #626262;
   text-align: left;
}

.pre {
  font-family: var(--para-font);
  background: #f5f5f5;
  color: #666;
  font-size: 18px;
  margin: 20px 0;
  overflow: auto;
  padding: 20px;
  white-space: pre-wrap;
  word-wrap: break-word;
}

span.ajax-loader:empty,
p:empty {
  display: none;
}

p {
  font-family: var(--para-font);
  margin: 0 0 18px 0;
  color: var(--body-color);
  line-height: 1.556;
  font-size: 16px;
}


h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a,
p a,
span a {
  font-size: inherit;
  font-family: inherit;
  font-weight: inherit;
  line-height: inherit;
}

.h1,
h1,
.h2,
h2,
.h3,
h3,
.h4,
h4,
.h5,
h5,
.h6,
h6 {
  font-family: var(--title-font);
  color: var(--title-color);
  text-transform: none;
  font-weight: bold;
  line-height: 1.417;
  margin: 0 0 15px 0;
}

.h1,
h1 {
  font-size: 48px;
}

.h2,
h2 {
  font-size: 36px;
}

.h3,
h3 {
  font-size: 30px;
}

.h4,
h4 {
  font-size: 24px;
}

.h5,
h5 {
  font-size: 20px;
}

.h6,
h6 {
  font-size: 16px;
}

/* Large devices */
@media (max-width: 1199px) {

  p,
  pre {
    font-size: 16px;
  }

  .h1,
  h1 {
    font-size: 40px;
  }

  .h2,
  h2 {
    font-size: 30px;
  }

  .h3,
  h3 {
    font-size: 24px;
  }

  .h4,
  h4 {
    font-size: 22px;
  }
}

/* Small devices */
@media (max-width: 767px) {

  .h1,
  h1 {
    font-size: 30px;
  }

  .h2,
  h2 {
    font-size: 26px;
  }

  .h3,
  h3 {
    font-size: 22px;
  }

  .h4,
  h4 {
    font-size: 22px;
  }

  .h5,
  h5 {
    font-size: 18px;
  }
}

/*------------------- 1.6. Extend -------------------*/
/*------------------- 1.7. Wordpress Default -------------------*/
p.has-drop-cap {
  margin-bottom: 20px;
}

.page--item p:last-child .alignright {
  clear: right;
}

.blog-title,
.pagi-title,
.breadcumb-title {
  word-break: break-word;
}

.blocks-gallery-caption,
.wp-block-embed figcaption,
.wp-block-image figcaption {
  color: var(--body-color);
}

.bypostauthor,
.gallery-caption {
  display: block;
}

.page-links,
.clearfix {
  clear: both;
}

.page--item {
  margin-bottom: 30px;
}

.page--item p {
  line-height: 1.8;
}

.content-none-search {
  margin-top: 30px;
}

.wp-block-button.aligncenter {
  text-align: center;
}

.alignleft {
  display: inline;
  float: left;
  margin-bottom: 10px;
  margin-right: 1.5em;
}

.alignright {
  display: inline;
  float: right;
  margin-bottom: 10px;
  margin-left: 1.5em;
  margin-right: 1em;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
}

.gallery {
  margin-bottom: 1.5em;
  width: 100%;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
  padding: 0 5px;
}

.wp-block-columns {
  margin-bottom: 1em;
}

figure.gallery-item {
  margin-bottom: 10px;
  display: inline-block;
}

figure.wp-block-gallery {
  margin-bottom: 14px;
}

.gallery-columns-2 .gallery-item {
  max-width: 50%;
}

.gallery-columns-3 .gallery-item {
  max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
  max-width: 25%;
}

.gallery-columns-5 .gallery-item {
  max-width: 20%;
}

.gallery-columns-6 .gallery-item {
  max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
  max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
  max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
  max-width: 11.11%;
}

.gallery-caption {
  display: block;
  font-size: 12px;
  color: var(--body-color);
  line-height: 1.5;
  padding: 0.5em 0;
}

.wp-block-cover p:not(.has-text-color),
.wp-block-cover-image-text,
.wp-block-cover-text {
  color: var(--white-color);
}

.wp-block-cover {
  margin-bottom: 15px;
}

.wp-caption-text {
  text-align: center;
}

.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}

.wp-caption .wp-caption-text {
  margin: 0.5em 0;
  font-size: 14px;
}

.wp-block-media-text,
.wp-block-media-text.alignwide,
figure.wp-block-gallery {
  margin-bottom: 30px;
}

.wp-block-media-text.alignwide {
  background-color: var(--smoke-color);
}

.editor-styles-wrapper .has-large-font-size,
.has-large-font-size {
  line-height: 1.4;
}

.wp-block-latest-comments a {
  color: inherit;
}

.wp-block-button {
  margin-bottom: 10px;
}

.wp-block-button:last-child {
  margin-bottom: 0;
}

.wp-block-button .wp-block-button__link {
  color: #fff;
}

.wp-block-button .wp-block-button__link:hover {
  color: #fff;
  background-color: var(--theme-color);
}

.wp-block-button.is-style-outline .wp-block-button__link {
  background-color: transparent;
  border-color: var(--title-color);
  color: var(--title-color);
}

.wp-block-button.is-style-outline .wp-block-button__link:hover {
  color: #fff;
  background-color: var(--theme-color);
  border-color: var(--theme-color);
}

.wp-block-button.is-style-squared .wp-block-button__link {
  border-radius: 0;
}

ol.wp-block-latest-comments li {
  margin: 15px 0;
}

ul.wp-block-latest-posts {
  padding: 0;
  margin: 0;
  margin-bottom: 15px;
}

ul.wp-block-latest-posts a {
  color: inherit;
}

ul.wp-block-latest-posts a:hover {
  color: var(--theme-color);
}

ul.wp-block-latest-posts li {
  margin: 15px 0;
}

.wp-block-search {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 30px;
}

.wp-block-search .wp-block-search__input {
  width: 100%;
  max-width: calc(100% - 120px);
  border: 1px solid rgba(0, 0, 0, 0.1);
  height: 50px;
  padding-left: 20px;
}

.wp-block-search .wp-block-search__button {
  margin: 0;
  width: 120px;
  border: none;
  height: 50px;
  color: #fff;
  background-color: var(--theme-color);
}

.wp-block-search .wp-block-search__button:hover {
  background-color: var(--title-color);
  opacity: 0.8;
}

ul.wp-block-rss a {
  color: inherit;
}

.wp-block-group.has-background {
  padding: 15px 15px 1px;
  margin-bottom: 30px;
}

.wp-block-table td,
.wp-block-table th {
  border-color: rgba(0, 0, 0, 0.1);
}

.wp-block-table.is-style-stripes {
  border: 1px solid rgba(0, 0, 0, 0.1);
  margin-bottom: 30px;
}

.logged-in .will-sticky .sticky-active.active,
.logged-in .preloader .vs-btn {
  top: 32px;
}

@media (max-width: 782px) {

  .logged-in .will-sticky .sticky-active.active,
  .logged-in .preloader .vs-btn {
    top: 46px;
  }
}

@media (max-width: 600px) {

  .logged-in .will-sticky .sticky-active.active,
  .logged-in .preloader .vs-btn {
    top: 0;
  }
}

.post-password-form .theme-input-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 30px;
  margin-top: 20px;
}

.post-password-form .theme-input-group .theme-input-style {
  width: 100%;
  max-width: calc(100% - 120px);
  border: 1px solid rgba(0, 0, 0, 0.1);
  height: 50px;
  padding-left: 20px;
}

.post-password-form .theme-input-group .submit-btn {
  margin: 0;
  width: 120px;
  border: none;
  height: 50px;
  color: #fff;
  background-color: var(--theme-color);
}

.post-password-form .theme-input-group .submit-btn:hover {
  background-color: var(--title-color);
  opacity: 0.8;
}

.page-links {
  clear: both;
  margin: 0 0 1.5em;
  padding-top: 1em;
}

.page-links>.page-links-title {
  margin-right: 10px;
}

.page-links>span:not(.page-links-title):not(.screen-reader-text),
.page-links>a {
  display: inline-block;
  padding: 5px 13px;
  background-color: var(--white-color);
  color: var(--title-color);
  border: 1px solid rgba(0, 0, 0, 0.08);
  margin-right: 10px;
}

.page-links>span:not(.page-links-title):not(.screen-reader-text):hover,
.page-links>a:hover {
  opacity: 0.8;
  color: var(--white-color);
  background-color: var(--theme-color);
  border-color: transparent;
}

.page-links>span:not(.page-links-title):not(.screen-reader-text).current,
.page-links>a.current {
  background-color: var(--theme-color);
  color: var(--white-color);
  border-color: transparent;
}

.page-links span.screen-reader-text {
  display: none;
}

.blog-single .wp-block-archives-dropdown {
  margin-bottom: 30px;
}

.blog-single.format-quote,
.blog-single.format-link,
.blog-single.tag-sticky-2,
.blog-single.sticky {
  border-color: transparent;
  position: relative;
}

.blog-single.format-quote .blog-content,
.blog-single.format-link .blog-content,
.blog-single.tag-sticky-2 .blog-content,
.blog-single.sticky .blog-content {
  background-color: #f3f6f7;
  padding: 60px;
  border: none;
  border-radius: 15px;
}

.blog-single.format-quote .blog-content:before,
.blog-single.format-link .blog-content:before,
.blog-single.tag-sticky-2 .blog-content:before,
.blog-single.sticky .blog-content:before {
  display: none;
}

.blog-single.tag-sticky-2::before,
.blog-single.sticky::before {
  content: "Featured";
  right: 0;
  top: 0;
  font-size: 18px;
  color: var(--white-color);
  background-color: var(--theme-color);
  font-family: var(--title-font);
  opacity: 1;
  text-transform: capitalize;
  padding: 10px 23px;
  font-weight: 400;
}

.blog-single .blog-content .wp-block-categories-dropdown.wp-block-categories,
.blog-single .blog-content .wp-block-archives-dropdown {
  display: block;
  margin-bottom: 30px;
}

.blog-details .blog-single:before {
  display: none;
}

.blog-details .blog-single .blog-content {
  background-color: transparent;
  padding: 0;
}

.blog-details .blog-single.format-chat .blog-meta {
  margin-bottom: 20px;
}

.blog-details .blog-single.format-chat .blog-content>p:nth-child(2n) {
  background: var(--smoke-color);
  padding: 5px 20px;
}

.blog-details .blog-single.tag-sticky-2,
.blog-details .blog-single.sticky,
.blog-details .blog-single.format-quote,
.blog-details .blog-single.format-link {
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none;
  background-color: transparent;
}

.blog-details .blog-single.tag-sticky-2:before,
.blog-details .blog-single.sticky:before,
.blog-details .blog-single.format-quote:before,
.blog-details .blog-single.format-link:before {
  display: none;
}

.vs-search {
  background-color: #f3f3f3;
  margin-bottom: 30px;
  border: 1px solid #f3f3f3;
}

.vs-search .search-grid-content {
  padding: 30px;
  /* Small devices */
}

@media (max-width: 767px) {
  .vs-search .search-grid-content {
    padding: 20px;
  }
}

.vs-search .search-grid-title {
  font-size: 20px;
  margin-bottom: 5px;
  margin-top: -0.2em;
}

.vs-search .search-grid-title a {
  color: inherit;
}

.vs-search .search-grid-title a:hover {
  color: var(--theme-color);
}

.vs-search .search-grid-meta>* {
  display: inline-block;
  margin-right: 15px;
  font-size: 14px;
}

.vs-search .search-grid-meta>*:last-child {
  margin-right: 0;
}

.vs-search .search-grid-meta a,
.vs-search .search-grid-meta span {
  color: var(--body-color);
}

/* Large devices */
@media (max-width: 1199px) {

  .blog-single.format-quote:before,
  .blog-single.format-link:before,
  .blog-single.tag-sticky-2:before,
  .blog-single.sticky:before {
    font-size: 40px;
    right: 40px;
    bottom: 25px;
  }

  .blog-single.format-quote .blog-content,
  .blog-single.format-link .blog-content,
  .blog-single.tag-sticky-2 .blog-content,
  .blog-single.sticky .blog-content {
    padding: 30px;
  }
}

/* Small devices */
@media (max-width: 767px) {

  .blog-single.format-quote:before,
  .blog-single.format-link:before,
  .blog-single.tag-sticky-2:before,
  .blog-single.sticky:before {
    font-size: 14px;
    padding: 8px 16px;
    bottom: unset;
    top: 5px;
    right: 10px;
  }

  .blog-single.format-quote .blog-content,
  .blog-single.format-link .blog-content,
  .blog-single.tag-sticky-2 .blog-content,
  .blog-single.sticky .blog-content {
    padding: 30px 15px;
  }
}

@media (max-width: 768px) {
  .wp-block-search .wp-block-search__input {
    max-width: 100%;
    margin-bottom: 20px;
  }

  .wp-block-latest-comments {
    padding-left: 10px;
  }

  .page--content.clearfix+.vs-comment-form {
    margin-top: 24px;
  }
}

/*=================================
    02. Reset
==================================*/

/*------------------- 2.2. Grid -------------------*/
.vs-container {
  max-width: 1680px;
  padding-left: calc(var(--container-gutters) / 2);
  padding-right: calc(var(--container-gutters) / 2);
  margin-left: auto;
  margin-right: auto;
}

.vs-container.style2 {
  padding-left: 0;
  padding-right: 0;
}

.slick-track>[class*=col] {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x)/ 2);
  padding-left: calc(var(--bs-gutter-x)/ 2);
  margin-top: var(--bs-gutter-y);
}

/* Extra large devices */
@media (max-width: 1680px) {
  .vs-container.style2 {
    --bs-gutter-x: 1.5rem;
    max-width: 1250px;
    padding-left: calc(var(--bs-gutter-x) / 2);
    padding-right: calc(var(--bs-gutter-x) / 2);
  }
}

/* Medium Large devices */
@media (max-width: 1399px) {
  .vs-container.style2 {
    --bs-gutter-x: 1.5rem;
    max-width: 100%;
    padding-left: calc(var(--bs-gutter-x) / 2);
    padding-right: calc(var(--bs-gutter-x) / 2);
  }
}

@media (min-width: 1199px) {
  .row {
    --bs-gutter-x: 30px;
  }
}

.gy-30 {
  --bs-gutter-y: 30px;
}

.g-0 {
  --bs-gutter-x: 0px;
  --bs-gutter-y: 0px;
}

.gx-0 {
  --bs-gutter-x: 0px;
}

.gx-15 {
  --bs-gutter-x: 15px;
}

.gy-15 {
  --bs-gutter-y: 15px;
}

.gx-20,
.g-20 {
  --bs-gutter-x: 20px;
}

.gy-20,
.g-20 {
  --bs-gutter-y: 20px;
}

.gx-40 {
  --bs-gutter-x: 40px;
}

.gy-40 {
  --bs-gutter-y: 40px;
}

.gx-35 {
  --bs-gutter-x: 35px;
}

.gx-60 {
  --bs-gutter-x: 60px;
}

.gy-60 {
  --bs-gutter-y: 60px;
}

@media (min-width: 1399px) {
  .gx-30 {
    --bs-gutter-x: 30px;
  }
}

/* Large devices */
@media (max-width: 1199px) {
  .gx-60 {
    --bs-gutter-x: 40px;
  }

  .gx-40 {
    --bs-gutter-x: 30px;
  }

  .gx-35 {
    --bs-gutter-x: 24px;
  }

  .gx-lg-15 {
    --bs-gutter-x: 15px;
  }
}

/*------------------- 2.3. Input -------------------*/
select {
  display: block;
  width: 100%;
  line-height: 1.5;
  vertical-align: middle;
 /* background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 0.75rem center;
  background-size: 16px 12px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;*/
}

select,
.form-select,
.form-control {
  height: 55px;
  padding: 0 25px;
  padding-right: 60px;
  border: 1px solid var(--border-color);
  color: var(--body-color);
  background-color: var(--white-color);
  border-radius: 0;
  font-weight: 400;
  font-size: 16px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  border-radius: 999px;
}

select:focus,
.form-select:focus,
.form-control:focus {
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  background-color: var(--white-color);
  border-color: var(--theme-color);
}

select::-moz-placeholder,
.form-select::-moz-placeholder,
.form-control::-moz-placeholder {
  color: var(--body-color);
}

select::-webkit-input-placeholder,
.form-select::-webkit-input-placeholder,
.form-control::-webkit-input-placeholder {
  color: var(--body-color);
}

select:-ms-input-placeholder,
.form-select:-ms-input-placeholder,
.form-control:-ms-input-placeholder {
  color: var(--body-color);
}

select::-webkit-input-placeholder,
.form-select::-webkit-input-placeholder,
.form-control::-webkit-input-placeholder {
  color: var(--body-color);
}

select::-moz-placeholder,
.form-select::-moz-placeholder,
.form-control::-moz-placeholder {
  color: var(--body-color);
}

select:-ms-input-placeholder,
.form-select:-ms-input-placeholder,
.form-control:-ms-input-placeholder {
  color: var(--body-color);
}

select::-ms-input-placeholder,
.form-select::-ms-input-placeholder,
.form-control::-ms-input-placeholder {
  color: var(--body-color);
}

select::placeholder,
.form-select::placeholder,
.form-control::placeholder {
  color: var(--body-color);
}

select.style2,
.form-select.style2,
.form-control.style2 {
  height: 60px;
  border: 2px solid #f5f4fa;
  -webkit-box-shadow: 0px 9px 46px 0px rgba(188, 188, 188, 0.25);
  box-shadow: 0px 9px 46px 0px rgba(188, 188, 188, 0.25);
}

select.style3,
.form-select.style3,
.form-control.style3 {
  background-color: var(--smoke-color);
  border-color: var(--smoke-color);
}

.form-select {
  cursor: pointer;
  background-position: right 1.3rem center;
}

input.form-control::-webkit-outer-spin-button,
input.form-control::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input.form-control[type=number] {
  -moz-appearance: textfield;
}

textarea.form-control {
  min-height: 150px;
  padding-top: 17px;
  padding-bottom: 17px;
  border-radius: 15px;
}

input[type=checkbox] {
  visibility: hidden;
  opacity: 0;
  display: inline-block;
  vertical-align: middle;
  width: 0;
  height: 0;
  display: none;
}

input[type=checkbox]~label {
  position: relative;
  padding-left: 30px;
  cursor: pointer;
  display: block;
}

input[type=checkbox]~label:before {
  content: "";
  font-family: var(--icon-font);
  font-weight: 700;
  position: absolute;
  left: 0;
  top: 3px;
  background-color: var(--white-color);
  border: 1px solid var(--border-color);
  height: 18px;
  width: 18px;
  line-height: 18px;
  text-align: center;
  font-size: 12px;
}

input[type=radio]:checked~label::before {
  border-color: var(--theme-color);
  background-color: var(--theme-color);
  color: var(--white-color);
}

label {
  margin-bottom: 0.8em;
  margin-top: -0.3em;
  display: block;
  color: var(--title-color);
  line-height: 1.556;
}

.form-group {
  margin-bottom: var(--bs-gutter-x);
  position: relative;
}

.form-group>i {
  position: absolute;
  right: 36px;
  top: 13px;
  font-size: 18px;
  color: var(--body-color);
}

.form-group:last-child:not([class*=mb-]) {
  margin-bottom: 0;
}

.form-control.is-invalid,
.was-validated .form-control:invalid {
  border: 1px solid var(--error-color) !important;
  background-position: right calc(.375em + 0.8875rem) center;
  background-image: none;
}

.form-control.is-invalid:focus,
.was-validated .form-control:invalid:focus {
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

textarea.form-control.is-invalid {
  background-position: top calc(.375em + 0.5875rem) right calc(.375em + .8875rem);
}

.row.no-gutters>.form-group {
  margin-bottom: 0;
}

.form-messages {
  display: none;
}

.form-messages.mb-0 * {
  margin-bottom: 0;
}

.form-messages.success {
  color: var(--success-color);
  display: block;
}

.form-messages.error {
  color: var(--error-color);
  display: block;
}

/* Extra small devices */
@media (max-width: 575px) {

  .form-select,
  .form-control {
    padding-right: 30px;
    padding-left: 15px;
  }
}

/*------------------- 2.4. Slick Slider -------------------*/
.row>.slick-list {
  padding-left: 0;
  padding-right: 0;
}

.slick-track {
  min-width: 100%;
}

.slick-slide img {
  display: inline-block;
}

.slick-dots {
  list-style-type: none;
  padding: 2px 0;
  margin: 30px 0 30px 0;
  line-height: 0;
  text-align: center;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
}

.slick-dots li {
  display: inline-block;
  margin-right: 10px;
}

.slick-dots li:last-child {
  margin-right: 0;
}

.slick-dots button {
  font-size: 0;
  padding: 0;
  background-color: transparent;
  width: 12px;
  height: 12px;
  line-height: 0;
  border-radius: 9999px;
  border: 3px solid #7a7a7a;
  -webkit-transition: all ease 0.4s;
  transition: all ease 0.4s;
}

.slick-dots button:hover {
  border-color: var(--theme-color);
}

.slick-dots .slick-active button {
  -webkit-transform: scale(1.5);
  transform: scale(1.5);
  border-color: var(--theme-color);
}

.slick-arrow {
  display: inline-block;
  padding: 0;
  background-color: var(--white-color);
  border: 1px solid #eaeaea;
  -webkit-box-shadow: 0px 10px 29px 0px rgba(15, 15, 18, 0.04);
  box-shadow: 0px 10px 29px 0px rgba(15, 15, 18, 0.04);
  color: var(--theme-color);
  position: absolute;
  top: 50%;
  margin-right: 50px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: var(--pos-x, -170px);
  width: var(--icon-size, 60px);
  height: var(--icon-size, 60px);
  z-index: 2;
  font-size: 18px;
  border-radius: 50%;
}

.slick-arrow i {
  width: var(--icon-size, 60px);
  height: var(--icon-size, 60px);
  line-height: var(--icon-size, 58px);
}

.slick-arrow.default {
  position: relative;
  --pos-x: 0;
  margin-top: 0;
}

.slick-arrow:hover {
  color: var(--white-color);
  background-color: var(--theme-color);
}

.slick-arrow.slick-next {
  margin-right: 0;
  margin-left: 50px;
  right: var(--pos-x, -170px);
  left: auto;
}

.arrow-wrap .slick-arrow {
  opacity: 0;
  visibility: hidden;
  left: var(--pos-x, -220px);
}

.arrow-wrap .slick-arrow.slick-next {
  right: var(--pos-x, -220px);
  left: auto;
}

.arrow-wrap:hover .slick-arrow {
  opacity: 1;
  visibility: visible;
  left: var(--pos-x, -170px);
}

.arrow-wrap:hover .slick-arrow.slick-next {
  right: var(--pos-x, -170px);
  left: auto;
}

.team-slide2 .slick-arrow {
  top: 30%;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

/* Extra large devices */
@media (max-width: 1500px) {
  .slick-arrow {
    --arrow-horizontal: -20px;
  }

  .arrow-wrap .slick-arrow {
    left: var(--pos-x, -80px);
  }

  .arrow-wrap .slick-arrow.slick-next {
    right: var(--pos-x, -80px);
    left: auto;
  }

  .arrow-wrap:hover .slick-arrow {
    left: var(--pos-x, -60px);
  }

  .arrow-wrap:hover .slick-arrow.slick-next {
    right: var(--pos-x, -60px);
    left: auto;
  }
}

/* Medium Large devices */
@media (max-width: 1399px) {
  .slick-arrow {
    --arrow-horizontal: 40px;
  }

  .arrow-wrap:hover .slick-arrow {
    left: var(--pos-x, -15px);
  }

  .arrow-wrap:hover .slick-arrow.slick-next {
    right: var(--pos-x, -15px);
    left: auto;
  }
}

/* Medium devices */
@media (max-width: 991px) {
  .slick-arrow {
    --icon-size: 40px;
    margin-right: 40px;
  }

  .slick-arrow .long-arrow {
    width: 62px;
    height: 2px;
  }

  .slick-arrow.slick-next {
    margin-right: 0;
    margin-left: 40px;
  }
}

/* Small devices */
@media (max-width: 767px) {
  .slick-arrow {
    --arrow-horizontal: 40px;
  }

  .arrow-wrap:hover .slick-arrow {
    left: var(--pos-x, 0);
  }

  .arrow-wrap:hover .slick-arrow.slick-next {
    right: var(--pos-x, 0);
    left: auto;
  }
}

/*------------------- 2.5. Mobile Menu -------------------*/
.vs-menu-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 999999;
  width: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: all ease 0.8s;
  transition: all ease 0.8s;
  opacity: 0;
  visibility: hidden;
}

.vs-menu-wrapper .mobile-logo {
  padding-bottom: 30px;
  padding-top: 40px;
  display: block;
  text-align: center;
  background-color: rgba(28, 185, 200, 0.1);
}

.vs-menu-wrapper .mobile-logo svg {
  max-width: 185px;
}

.vs-menu-wrapper .vs-menu-toggle {
  border: none;
  font-size: 22px;
  position: absolute;
  right: 10px;
  top: 10px;
  padding: 0;
  line-height: 1;
  width: 33px;
  height: 33px;
  line-height: 33px;
  font-size: 18px;
  z-index: 1;
  color: var(--white-color);
  background-color: var(--theme-color);
  border-radius: 50%;
}

.vs-menu-wrapper .vs-menu-toggle:hover {
  background-color: var(--title-color);
  color: var(--white-color);
}

.vs-menu-wrapper .vs-menu-area {
  width: 100%;
  max-width: 310px;
  background-color: #fff;
  border-right: 3px solid var(--theme-color);
  height: 100%;
  position: relative;
  left: -110%;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all ease 1s;
  transition: all ease 1s;
  z-index: 1;
}

.vs-menu-wrapper.vs-body-visible {
  opacity: 1;
  visibility: visible;
}

.vs-menu-wrapper.vs-body-visible .vs-menu-area {
  left: 0;
  opacity: 1;
  visibility: visible;
}

.vs-mobile-menu {
  overflow-y: scroll;
  max-height: calc(100vh - 200px);
  padding-bottom: 40px;
  margin-top: 33px;
  text-align: left;
}

.vs-mobile-menu ul {
  margin: 0;
  padding: 0 0;
}

.vs-mobile-menu ul li {
  border-bottom: 1px solid #fdedf1;
  list-style-type: none;
}

.vs-mobile-menu ul li li:first-child {
  border-top: 1px solid #fdedf1;
}

.vs-mobile-menu ul li a {
  display: block;
  position: relative;
  padding: 12px 0;
  line-height: 1;
  font-size: 16px;
  text-transform: capitalize;
  color: var(--title-color);
}

.vs-mobile-menu ul li.vs-active>a {
  color: var(--theme-color);
}

.vs-mobile-menu ul li.vs-active>a:before {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.vs-mobile-menu ul li ul li {
  padding-left: 20px;
}

.vs-mobile-menu ul li ul li:last-child {
  border-bottom: none;
}

.vs-mobile-menu ul .vs-item-has-children>a .vs-mean-expand {
  position: absolute;
  right: 0;
  top: 50%;
  font-weight: 400;
  font-size: 12px;
  width: 25px;
  height: 25px;
  line-height: 25px;
  margin-top: -12.5px;
  display: inline-block;
  text-align: center;
  background-color: var(--smoke-color);
  color: var(--title-color);
  -webkit-box-shadow: 0 0 20px -8px rgba(173, 136, 88, 0.5);
  box-shadow: 0 0 20px -8px rgba(173, 136, 88, 0.5);
  border-radius: 50%;
}

.vs-mobile-menu>ul {
  padding: 0 40px;
}

.vs-mobile-menu>ul>li:last-child {
  border-bottom: none;
}

.vs-menu-toggle {
  width: 50px;
  height: 50px;
  padding: 0;
  font-size: 20px;
  border: none;
  background-color: var(--theme-color);
  color: var(--white-color);
  display: inline-block;
  border-radius: 50%;
}

.vs-menu-toggle:hover {
  background-color: var(--title-color);
}

.vs-menu-toggle.style-text,
.vs-menu-toggle.style-text-white {
  width: auto;
  height: auto;
  background-color: transparent;
  color: var(--title-color);
  font-size: 20px;
}

.vs-menu-toggle.style-text i,
.vs-menu-toggle.style-text-white i {
  margin-right: 10px;
}

.vs-menu-toggle.style-text-white {
  color: var(--white-color);
}

@media (max-width: 400px) {
  .vs-menu-wrapper .vs-menu-area {
    width: 100%;
    max-width: 270px;
  }

  .vs-mobile-menu>ul {
    padding: 0 20px;
  }
}

/*=================================
    03. Utilities
==================================*/
/*------------------- 3.1. Preloader -------------------*/
.preloader {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 999;
  background-color: var(--white-color);
}

.preloader .vs-btn {
  border-radius: 0;
  padding: 12px 22px;
}

.preloader-inner {
  text-align: center;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
}

.loader {
  width: 90px;
  height: 90px;
  margin: 70px auto;
  position: relative;
  -webkit-animation: move 0.5s ease infinite alternate;
  animation: move 0.5s ease infinite alternate;
}

.loader {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}

.loader:after {
  content: " ";
  display: block;
  border-radius: 50%;
  width: 0;
  height: 0;
  margin: 8px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 32px solid var(--theme-color);
  border-color: var(--theme-color) transparent var(--theme-color) transparent;
  -webkit-animation: loaderAni 1.6s infinite;
  animation: loaderAni 1.6s infinite;
}

@-webkit-keyframes loaderAni {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  50% {
    -webkit-transform: rotate(900deg);
    transform: rotate(900deg);
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

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

@keyframes loaderAni {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  50% {
    -webkit-transform: rotate(900deg);
    transform: rotate(900deg);
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

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

/*------------------- 3.2. Buttons -------------------*/
.vs-btn {
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    font-weight: 500;
    overflow: hidden;
    text-transform: uppercase;
    color: #ffffff;
    background-image: linear-gradient(90deg, #d90329 0%, #ed3207 100%);
    padding: 10px;
    border-radius: 10px;
    transition: all ease 0.5s;
    position: relative;
    z-index: 1;
    /* width: 135px; */
    height: 50px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #ec6623;
    width: 100%;
}

.vs-btn i{
    color: #fff;
    transition: 0.5s all
}
.vs-btn::after {
  	content: "";
  	position: absolute;
  	/* bottom: 0; */
  	left: 0;
  	width: 100%;
  	height: 0;
  	background-color: #000;
  	z-index: -1;
  	-webkit-transition: all ease 0.5s;
  	transition: all ease 0.5s;
  	border-radius: 10px;
}
.vs-btn:hover::after {
  	height: 100%;
  	left: auto;
  	right: 0;
}

.vs-btn:hover i,
.vs-btn.active i{
  color: #ec6623;
}

.vs-btn.btn-white {
  background-color: var(--white-color);
  color: var(--theme-color);
  background-image: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.vs-btn.btn-white:hover,
.vs-btn.btn-white.active {
  color: var(--white-color);
  background-color: var(--theme-color);
}

.vs-btn.small-btn {
  padding: 9px 33px;
}

.vs-btn.height-60 {
  height: 60px;
}

.vs-btn.style1 {
  background-color: #eee9ff;
  background-image: none;
  color: var(--theme-color);
  min-width: auto;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.vs-btn.style1:hover,
.vs-btn.style1.active {
  background-color: var(--theme-color);
  color: var(--white-color);
  -webkit-box-shadow: 0px 10px 20px 0px rgba(69, 23, 241, 0.2);
  box-shadow: 0px 10px 20px 0px rgba(69, 23, 241, 0.2);
}

.vs-btn.style2 {
  background-image: -webkit-gradient(linear, left top, right top, from(var(--theme-color)), color-stop(var(--theme-color)), color-stop(var(--theme-color)), to(var(--theme-color2)));
  background-image: linear-gradient(to right, var(--theme-color), var(--theme-color), var(--theme-color), var(--theme-color2));
  -webkit-box-shadow: none;
  box-shadow: none;
  background-size: 300% 100%;
  -webkit-transition: 0.6s ease-in-out;
  transition: 0.6s ease-in-out;
}

.vs-btn.style2:hover {
  background-position: 100% 100%;
}

.vs-btn.style3 {
  background-color: transparent;
  background-image: none;
  border: 1px solid var(--border-color);
  -webkit-box-shadow: none;
  box-shadow: none;
  color: var(--body-color);
}

.vs-btn.style3:hover {
  background-color: var(--theme-color);
  color: var(--white-color);
  border-color: var(--theme-color);
}

.vs-btn.style4 {
  background-color: var(--white-color);
  color: var(--body-color);
  -webkit-box-shadow: 0px 10px 29px 0px rgba(15, 15, 18, 0.04);
  box-shadow: 0px 10px 29px 0px rgba(15, 15, 18, 0.04);
  border: 1px solid #e7e8ec;
  background-image: none;
}

.vs-btn.style4:hover {
  background-color: var(--theme-color);
  color: var(--white-color);
}

.vs-btn.style5 {
  background-color: transparent;
  background-image: none;
  border: 2px solid var(--white-color);
  -webkit-box-shadow: none;
  box-shadow: none;
  color: var(--white-color);
  padding: 18px 35px;
}

.vs-btn.style5:hover {
  background-color: var(--theme-color);
  color: var(--white-color);
  border-color: var(--theme-color);
}

.home4 .vs-btn {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.icon-btn {
  display: inline-block;
  width: var(--btn-size, 50px);
  height: var(--btn-size, 50px);
  line-height: var(--btn-size, 52px);
  background-color: var(--theme-color);
  color: var(--white-color);
  text-align: center;
  border-radius: 50%;
  border: none;
}

.icon-btn:hover,
.icon-btn.active {
  background-color: var(--title-color);
  color: var(--white-color);
}

.icon-btn.style-2 {
  background-color: transparent;
  border: 1px solid var(--theme-color);
  color: var(--theme-color);
  line-height: 1;
}

.icon-btn.style-2:hover {
  background-color: var(--theme-color);
  color: var(--white-color);
}

.icon-btn.style-3 {
  background-color: #ffded6;
  color: var(--theme-color);
  line-height: 1;
}

.icon-btn.style-3:hover {
  background-color: var(--theme-color);
  color: var(--white-color);
}

.icon-btn.style-4 {
  background-color: var(--white-color);
  color: var(--theme-color);
  line-height: 1;
}

.icon-btn.style-4:hover {
  background-color: var(--theme-color);
  color: var(--white-color);
}

.play-btn {
  --icon-size: 110px;
  position: relative;
  border-radius: 50%;
  display: inline-block;
  text-align: center;
  color: var(--white-color);
  background-color: var(--theme-color);
  border: none;
  width: var(--icon-size);
  height: var(--icon-size);
  z-index: 2;
  /* Extra small devices */
}

.play-btn::before,
.play-btn::after {
  content: "";
  position: absolute;
  background-color: var(--theme-color);
  width: var(--icon-size);
  height: var(--icon-size);
  top: 0;
  left: 0;
  z-index: -1;
  border-radius: 50%;
}

.play-btn::after {
  -webkit-animation-delay: 1.5s;
  animation-delay: 1.5s;
}

.play-btn>i {
  color: var(--white-color);
  position: relative;
  z-index: 2;
  line-height: var(--icon-size);
  text-align: center;
  font-size: 32px;
  padding-right: 0.1em;
  border-radius: inherit;
  -webkit-transition: all ease 0.4s;
  transition: all ease 0.4s;
}

.play-btn.style2::before,
.play-btn.style2::after {
  content: "";
  background-color: transparent;
  border: 2px solid var(--theme-color);
}

.play-btn.style3 {
  --icon-size: 120px;
  background-color: var(--white-color);
}

.play-btn.style3::before,
.play-btn.style3::after {
  background-color: var(--white-color);
}

.play-btn.style3>i {
  font-size: 24px;
  color: var(--theme-color);
  margin-left: -4px;
}

.play-btn.style4 {
  --icon-size: 55px;
  background-image: -webkit-gradient(linear, left top, right top, from(var(--theme-color)), to(var(--theme-color2)));
  background-image: linear-gradient(to right, var(--theme-color) 0%, var(--theme-color2) 100%);
}

.play-btn.style4>i {
  font-size: 20px !important;
  margin-left: 0 !important;
}

@media (max-width: 575px) {
  .play-btn {
    --icon-size: 50px !important;
    width: var(--icon-size);
    height: var(--icon-size);
  }

  .play-btn>i {
    font-size: 20px !important;
    margin-left: 0 !important;
  }
}

.video-btn {
  --icon-size: 55px;
  position: relative;
  display: inline-block;
  color: var(--theme-color);
  text-transform: uppercase;
  font-weight: 500;
  font-size: 14px;
  border: none;
}

.video-btn>i {
  background-image: -webkit-gradient(linear, left top, right top, from(var(--theme-color)), to(var(--theme-color2)));
  background-image: linear-gradient(to right, var(--theme-color) 0%, var(--theme-color2) 100%);
  color: var(--white-color);
  width: var(--icon-size);
  height: var(--icon-size);
  line-height: var(--icon-size);
  text-align: center;
  font-size: 20px;
  margin-right: 20px;
  border-radius: 50%;
  -webkit-transition: all ease 0.4s;
  transition: all ease 0.4s;
}

.video-btn::before,
.video-btn::after {
  content: "";
  position: absolute;
  background-color: var(--theme-color);
  width: var(--icon-size);
  height: var(--icon-size);
  top: 0;
  left: 0;
  z-index: -1;
  border-radius: 50%;
}

.video-btn::after {
  -webkit-animation-delay: 1.5s;
  animation-delay: 1.5s;
}

.link-btn {
  font-size: 18px;
  font-weight: bold;
  position: relative;
}

.link-btn i {
  margin-left: 2px;
}

.link-btn:before {
  content: "";
  height: 2px;
  width: 0;
  background-color: var(--title-color);
  position: absolute;
  bottom: 0;
  left: 0;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.link-btn:hover,
.link-btn.active {
  color: var(--title-color);
}

.link-btn:hover:before,
.link-btn.active:before {
  width: 100%;
}

.link-btn.style2 {
  color: var(--title-color);
}

.link-btn.style2:before {
  height: 2px;
  background-color: var(--theme-color);
  bottom: -2px;
}

.link-btn.style2:hover,
.link-btn.style2.active {
  color: var(--theme-color);
}

.simple-icon {
  border: none;
  background-color: transparent;
  font-size: 20px;
  color: var(--theme-color);
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.simple-icon:hover,
.simple-icon.ative {
  color: var(--title-color);
}

.simple-icon .btn-text {
  font-size: 16px;
  color: var(--body-color);
  display: inline-block;
  margin-left: 10px;
  margin-bottom: 2px;
}

.scroll-btn {
  position: fixed;
  bottom: 300px;
  right: 30px;
  z-index: 94;
  opacity: 0;
  visibility: hidden;
  display: inline-block;
  border-radius: 50%;
}

.scroll-btn i {
  display: inline-block;
  background-color: var(--theme-color);
  color: var(--white-color);
  text-align: center;
  font-size: 16px;
  width: var(--btn-size, 50px);
  height: var(--btn-size, 50px);
  line-height: var(--btn-size, 50px);
  z-index: 2;
  border-radius: inherit;
  position: relative;
  -webkit-transition: all ease 0.8s;
  transition: all ease 0.8s;
}

.scroll-btn:focus i,
.scroll-btn:hover i {
  background-color: var(--title-color);
  color: var(--white-color);
}

.scroll-btn.show {
  bottom: 120px;
  opacity: 1;
  visibility: visible;
}

.scroll-btn.style2 {
  width: 52px;
  position: absolute;
  top: -26px;
  bottom: unset;
  left: 50%;
  right: unset;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.scroll-btn.style2 i {
  width: var(--btn-size, 52px);
  height: var(--btn-size, 52px);
  line-height: var(--btn-size, 40px);
  border: 6px solid var(--white-color);
}

.scrollToTop {
  position: fixed;
  right: 60px;
  bottom: 500px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all ease 0.4s;
  transition: all ease 0.4s;
  z-index: 96;
}

.scrollToTop.show {
  bottom: 55px;
  opacity: 1;
  visibility: visible;
}

/* Small devices */
@media (max-width: 767px) {
  .play-btn {
    --icon-size: 60px;
  }

  .scrollToTop {
    right: 20px;
  }

  .scrollToTop.show {
    bottom: 75px;
  }
}

/*------------------- 3.3. Titles -------------------*/
.sec-title {
  font-size: 48px !important;
  margin-top: -0.22em;
  line-height: 1.208;
  margin-bottom: 27px;
}

.shape-title {
  height: 12px;
  width: 80px;
  margin-bottom: 9px;
  background-color: var(--theme-color);
  display: inline-block;
  -webkit-clip-path: path("M80,8.723v3.848l-8-9-8,9-8-9-8,9-8-9-8,9-8-9-8,9-8-9-8,9V8.725L8,0l8,8.727L24,0l8,8.727L40,0l8,8.727L56,0l8,8.727L72,0l8,8.727Z");
  clip-path: path("M80,8.723v3.848l-8-9-8,9-8-9-8,9-8-9-8,9-8-9-8,9-8-9-8,9V8.725L8,0l8,8.727L24,0l8,8.727L40,0l8,8.727L56,0l8,8.727L72,0l8,8.727Z");
}

.sub-title2 {
  font-family: var(--title-font2);
  font-size: 30px;
  color: #17d9ed;
  display: inline-block;
  position: relative;
  margin-top: -0.35em;
  margin-bottom: 20px;
}

.sub-title2 .title-shape {
  position: absolute;
  left: calc(100% + 12px);
}

.sub-title2.text-white .title-shape {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}

.sec-title2 {
  font-size: 60px;
  line-height: 1.167;
  color: var(--theme-color);
  margin-bottom: calc(var(--section-title-space) - 12px);
  margin-top: -0.22em;
}

.sub-title {
  font-size: 18px;
  font-weight: bold;
  color: var(--theme-color);
  display: block;
  margin-bottom: 25px;
  margin-top: -0.26em;
}

.sub-title3 {
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
  color: var(--theme-color);
  display: block;
  margin-bottom: 19px;
  margin-top: -0.21em;
}

.title-white .sub-title,
.title-white .sec-title {
  color: var(--white-color);
}

.title-white .shape-title {
  background-color: var(--white-color);
}

.title-area {
  margin-bottom: calc(var(--section-title-space) - 12px);
}

.title-area .line {
  -webkit-transform: translateY(-12px);
  transform: translateY(-12px);
  width: 100px;
  display: inline-block;
  position: relative;
}

.title-area .line:before,
.title-area .line:after {
  content: "";
  height: 3px;
  width: 65px;
  background-color: var(--theme-color);
  position: absolute;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
  border-radius: 999px;
}

.title-area .line:before {
  left: 0;
}

.title-area .line:after {
  background-color: var(--theme-color2);
  width: 25px;
  right: 0;
}

section:hover .title-area .line:before,
div:hover .title-area .line:before {
  width: 25px;
}

section:hover .title-area .line:after,
div:hover .title-area .line:after {
  width: 65px;
}

.home2 .title-shape,
.home3 .title-shape,
.home4 .title-shape {
  -webkit-filter: sepia(500%) hue-rotate(203deg) saturate(1200%);
  filter: sepia(500%) hue-rotate(203deg) saturate(1200%);
}

.title-area2 {
  margin-bottom: calc(var(--section-title-space) - 2px);
}

.title-area2 .sec-title {
  margin-bottom: 0;
}

.border-title {
  margin-top: -0.3em;
  padding-bottom: 22px;
  margin-bottom: 40px;
  position: relative;
}

.border-title:after {
  content: "";
  height: 2px;
  width: 60px;
  background-color: var(--theme-color);
  position: absolute;
  bottom: 0;
  left: 0;
}

.title-wrap {
  --bs-gutter-y: 20px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: calc(var(--section-title-space) - 12px);
}

.title-wrap .sec-title,
.title-wrap .sec-title2 {
  margin-bottom: 0;
}

.title-wrap .title-area {
  margin-bottom: 0;
}

/* Medium Large devices */
@media (max-width: 1399px) {
  .sec-title {
    font-size: 46px;
  }
}

/* Large devices */
@media (max-width: 1199px) {
  .sec-title {
    font-size: 42px;
  }

  .sec-title.big-title {
    font-size: 48px;
    margin-top: -0.8rem;
  }

  .sec-title2 {
    font-size: 48px;
  }
}

/* Medium devices */
@media (max-width: 991px) {
  :root {
    --section-title-space: 50px;
  }

  .title-area {
    --section-title-space: 45px;
  }

  .sub-title {
    margin-bottom: 22px;
  }

  .sub-title2 {
    font-size: 22px;
  }

  .sub-title2 .title-shape {
    width: 80px;
  }

  .sec-title {
    font-size: 36px;
    margin-bottom: 15px;
  }

  .sec-title2 {
    font-size: 40px;
  }

  .sec-title2.mb-20 {
    margin-bottom: 12px;
  }

  .sec-title2.mb-30 {
    margin-bottom: 20px;
  }

  .title-area.mb-40 {
    margin-bottom: 30px;
  }
}

/* Small devices */
@media (max-width: 767px) {
  .sec-title {
    font-size: 30px;
  }

  .sec-title2 {
    font-size: 32px;
  }

  .title-wrap {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
  }

  .title-wrap .title-area {
    text-align: center;
  }
}

/* Extra small devices */
@media (max-width: 575px) {
  .sub-title {
    font-size: 16px;
  }

  .sub-title2 .title-shape {
    display: none;
  }
}

/*------------------- 3.4. Common -------------------*/
.image-scale-hover {
  overflow: hidden;
}

.image-scale-hover img {
  -webkit-transition: all ease 0.4s;
  transition: all ease 0.4s;
  -webkit-transform: scale(1.001);
  transform: scale(1.001);
}

.image-scale-hover:hover img {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}

hr.style1 {
  height: 2px;
  margin: 0;
  background-color: #f7f6f8;
  opacity: 1;
}

hr.style2 {
  margin: 0;
  opacity: 1;
  background-color: #eae8f1;
}

.z-index-step1 {
  position: relative;
  z-index: 4 !important;
}

.z-index-common {
  position: relative;
  z-index: 4;
}

.z-index-2 {
  z-index: 2;
}

.z-index-3 {
  z-index: 3;
}

.z-index-4 {
  z-index: 4 !important;
}

.z-index-negative {
  z-index: -1;
}

.media-body {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

section {
  position: relative;
}

.shape-bg {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}

.section-before {
  position: absolute;
  top: -2px;
  left: 0;
  right: 0;
  z-index: 2;
  width: 100%;
  height: auto;
}

.section-before.style-2 {
  top: -10px;
}

.section-after {
  position: absolute;
  bottom: -2px;
  left: 0;
  right: 0;
  z-index: 2;
  width: 100%;
  height: auto;
}

.section-after.style-2 {
  bottom: -10px;
}

.shape-after {
  position: absolute;
  top: calc(100% - 10px);
  left: 0;
  right: 0;
  z-index: 2;
}

.shape-before {
  position: absolute;
  left: 0;
  right: 0;
  bottom: calc(100% - 8px);
  z-index: 2;
}

.shape-mockup-wrap {
  z-index: 2;
}

.shape-mockup {
  position: absolute;
  z-index: -1;
}

.shape-mockup.z-index-3 {
  z-index: 3;
}

.vs-hero-wrapper .shape-mockup {
  z-index: 0;
}

.vs-social {
  --icon-size: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.vs-social a {
  display: inline-block;
  background-color: var(--white-color);
  width: var(--icon-size);
  height: var(--icon-size);
  line-height: var(--icon-size);
  color: var(--theme-color);
  font-size: 16px;
  text-align: center;
  margin-right: 15px;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.vs-social a:last-child {
  margin-right: 0;
}

.vs-social a:hover {
  -webkit-transition-delay: 0s !important;
  transition-delay: 0s !important;
  color: var(--white-color);
  background-color: var(--theme-color);
}

.vs-social.style2 {
  --icon-size: 45px;
}

.vs-social.style2 a {
  border-radius: 50%;
  background-color: #171543;
  color: #8b89cd;
  margin-right: 10px;
}

.vs-social.style2 a:last-child {
  margin-right: 0;
}

.vs-social.style2 a:hover {
  color: var(--white-color);
  background-color: var(--theme-color);
}

.simple-social a {
  color: var(--body-color);
  font-size: 18px;
  margin-right: 20px;
}

.simple-social a:last-child {
  margin-right: 0;
}

.simple-social a:hover {
  color: var(--theme-color);
}

.multi-social {
  --icon-size: 45px;
  list-style: none;
}

.multi-social i.fa-facebook-f {
  --theme-color: #3b5997;
}

.multi-social i.fa-twitter {
  --theme-color: #54abf0;
}

.multi-social i.fa-pinterest-p {
  --theme-color: #c8232c;
}

.multi-social i.fa-linkedin-in {
  --theme-color: #0077b5;
}

.multi-social i.fa-vimeo-v {
  --theme-color: #86c9ef;
}

.multi-social i.fa-youtube {
  --theme-color: #ff0000;
}

.multi-social i.fa-instagram {
  --theme-color: #d63084;
}

.multi-social a {
  display: inline-block;
}

.multi-social a i {
  width: var(--icon-size);
  height: var(--icon-size);
  line-height: var(--icon-size);
  text-align: center;
  color: var(--white-color);
  background-color: var(--theme-color);
  border-radius: 50%;
  margin-right: 7px;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.multi-social a:last-child i {
  margin-right: 0;
}

.multi-social a i:hover {
  background-color: var(--title-color);
}

.check-list ul {
  padding-left: 0;
  list-style: none;
  text-align: left;
}

.check-list li {
  color: var(--body-color);
  margin-bottom: 10px;
  font-weight: 400;
  position: relative;
  padding-left: 35px;
}

.btn-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 15px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.slider-shadow .slick-list {
  padding-bottom: 30px;
  margin-bottom: -30px;
  padding-top: 30px;
  margin-top: -30px;
}

.shape-mockup-wrap {
  position: relative;
  overflow: hidden;
}

.fa,
.fab,
.fad,
.fal,
.far,
.fas {
  line-height: 1.6;
}

.d-hd-block {
  display: block !important;
}

@media (min-width: 1921px) {

  .shape-after img,
  .shape-before img,
  .section-after img,
  .section-before img {
    width: 100%;
  }
}

/* Extra large devices */
@media (max-width: 1680px) {
  .d-hd-block {
    display: none !important;
  }
}

/* Large devices */
@media (max-width: 1199px) {

  .shape-after img,
  .shape-before img,
  .section-after img,
  .section-before img {
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    height: 65px;
    width: 100%;
  }

  .space-double .shape-after img,
  .space-double .shape-before img,
  .space-double .section-after img,
  .space-double .section-before img {
    height: 80px;
    width: 100%;
    -o-object-position: center left;
    object-position: center left;
  }

  .space-double .shape-after img,
  .space-double .section-after img {
    -o-object-position: center right;
    object-position: center right;
  }
}

/* Medium devices */
@media (max-width: 991px) {
  .shape-before {
    bottom: calc(100% - 5px);
  }

  .shape-after {
    top: calc(100% - 5px);
  }

  .section-before {
    top: -5px;
  }

  .section-before.style-2 {
    top: -5px;
  }

  .section-after {
    bottom: -5px;
  }

  .section-after.style-2 {
    bottom: -5px;
  }

  .counter-number {
    font-size: 36px;
  }
}

/* Small devices */
@media (max-width: 767px) {
  .check-list.style-4 ul {
    grid-template-columns: repeat(2, 1fr);
  }
}

/* Extra small devices */
@media (max-width: 575px) {
  .simple-social a {
    margin-right: 15px;
  }

  .simple-social a:last-child {
    margin-right: 0;
  }
}

/* Extra small devices */
@media (max-width: 416px) {
  .check-list.style-4 ul {
    grid-template-columns: repeat(1, 1fr);
  }
}

/*------------------- 3.6. Font -------------------*/
.font-icon {
  font-family: var(--icon-font);
}

.font-title {
  font-family: var(--title-font);
}

.font-body {
  font-family: var(--body-font);
}

.fw-light {
  font-weight: 300;
}

.fw-normal {
  font-weight: 400;
}

.fw-medium {
  font-weight: 500;
}

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

.fw-bold {
  font-weight: 700;
}

.fw-extrabold {
  font-weight: 800;
}

.fs-md {
  font-size: 18px;
}

.fs-xs {
  font-size: 14px;
}

.fs-40 {
  font-size: 40px;
}

/* Large devices */
@media (max-width: 1199px) {
  .fs-40 {
    font-size: 36px;
  }
}

/* Medium devices */
@media (max-width: 991px) {
  .fs-40 {
    font-size: 32px;
  }
}

/* Small devices */
@media (max-width: 767px) {
  .fs-md {
    font-size: 16px;
  }

  .fs-40 {
    font-size: 26px;
  }
}

/*------------------- 3.7. Background -------------------*/
.bg-theme {
  background-color: var(--theme-color) !important;
}

.bg-smoke {
  background-color: var(--smoke-color) !important;
}

.bg-smoke2 {
  background-color: var(--smoke-two) !important;
}

.bg-white {
  background-color: var(--white-color) !important;
}

.bg-black {
  background-color: var(--black-color) !important;
}

.bg-black2 {
  background-color: var(--black-color2) !important;
}

.bg-title {
  background-color: var(--title-color) !important;
}

.bg-smoke3 {
  background-color: #f6f3f8;
}

.bg-smoke4 {
  background-color: #f8f8f8;
}

.bg-gradient1 {
  background-image: -webkit-gradient(linear, left top, right top, from(var(--theme-color)), to(var(--theme-color2)));
  background-image: linear-gradient(90deg, var(--theme-color) 0%, var(--theme-color2) 100%);
}

.bg-gradient2 {
  background-image: linear-gradient(-45deg, #510ba8 0%, #2e0875 50%, #041a57 100%);
}

.background-image,
[data-bg-src] {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.bg-fluid {
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center center;
}

.bg-auto {
  background-size: auto auto;
}

.bg-auto-repeat {
  background-size: auto;
  background-repeat: repeat;
}

.bg-contain-top-left {
  background-size: contain;
  background-position: top left;
}

.bg-auto-top-left {
  background-size: auto;
  background-position: top left;
}

.bg-contain-top-center {
  background-size: contain;
  background-position: top center;
}

.bg-auto-top-center {
  background-size: auto;
  background-position: top center;
}

.bg-contain-top-right {
  background-size: contain;
  background-position: top right;
}

.bg-bottom-right {
  background-size: auto;
  background-position: bottom right;
}

/*------------------- 3.8. Text Color -------------------*/
.text-theme {
  color: var(--theme-color) !important;
}

.text-title {
  color: var(--title-color) !important;
}

.text-body {
  color: var(--body-color) !important;
}

.text-light {
  color: #ebebeb !important;
}

.text-white {
  color: var(--white-color) !important;
}

.text-yellow {
  color: var(--yellow-color) !important;
}

.text-success {
  color: var(--success-color) !important;
}

.text-blue {
  color: var(--blue-color) !important;
}

.text-error {
  color: var(--error-color) !important;
}

.text-inherit {
  color: inherit;
}

.text-inherit:hover {
  color: var(--theme-color);
}

a.text-theme:hover,
.text-reset:hover {
  text-decoration: underline;
}

.text-title a,
a.text-title {
  color: var(--title-color);
}

.text-title a:hover,
a.text-title:hover {
  color: var(--theme-color) !important;
}

.text-white a,
a.text-white {
  color: var(--white-color);
}

.text-white a:hover,
a.text-white:hover {
  color: rgba(255, 255, 255, 0.8) !important;
}

/*------------------- 3.9. Overlay -------------------*/
.overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

.position-center {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

[data-overlay] {
  position: relative;
}

[data-overlay] [class*=container] {
  position: relative;
  z-index: 4;
}

[data-overlay] [class^=col-],
[data-overlay] [class*=col-] {
  z-index: 1;
}

[data-overlay]:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}

[data-overlay=theme]:before {
  background-color: var(--theme-color);
}

[data-overlay=title]:before {
  background-color: var(--title-color);
}

[data-overlay=white]:before {
  background-color: var(--white-color);
}

[data-overlay=black]:before {
  background-color: var(--black-color);
}

[data-overlay=black2]:before {
  background-color: var(--black-color2);
}

[data-overlay=overlay1]:before {
  background-color: #0d0f15;
}

[data-overlay=overlay2]:before {
  background-color: #090230;
}

[data-overlay=overlay3]:before {
  background-color: #040117;
}

[data-opacity="1"]:before {
  opacity: 0.1;
}

[data-opacity="2"]:before {
  opacity: 0.2;
}

[data-opacity="3"]:before {
  opacity: 0.3;
}

[data-opacity="4"]:before {
  opacity: 0.4;
}

[data-opacity="5"]:before {
  opacity: 0.5;
}

[data-opacity="6"]:before {
  opacity: 0.6;
}

[data-opacity="7"]:before {
  opacity: 0.7;
}

[data-opacity="8"]:before {
  opacity: 0.8;
}

[data-opacity="9"]:before {
  opacity: 0.9;
}

[data-opacity="10"]:before {
  opacity: 1;
}

/*------------------- 3.10. Animation -------------------*/
.ripple-animation,
.banner-card .banner-shape::before,
.banner-card .banner-shape::after,
.play-btn::before,
.play-btn::after,
.video-btn::before,
.video-btn::after {
  -webkit-animation-duration: var(--ripple-ani-duration);
  animation-duration: var(--ripple-ani-duration);
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-name: ripple;
  animation-name: ripple;
}

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

  30% {
    opacity: 0.4;
  }

  100% {
    -webkit-transform: scale(1.7);
    transform: scale(1.7);
    opacity: 0;
  }
}

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

  30% {
    opacity: 0.4;
  }

  100% {
    -webkit-transform: scale(1.7);
    transform: scale(1.7);
    opacity: 0;
  }
}

.scalein.vs-animated {
  --animation-name: scalein;
}

.scaleinX.vs-animated {
  --animation-name: scaleinX;
}

.slidetopleft.vs-animated {
  --animation-name: slidetopleft;
}

.slidebottomright.vs-animated {
  --animation-name: slidebottomright;
}

.slideinleft.vs-animated {
  --animation-name: slideinleft;
}

.slideinright.vs-animated {
  --animation-name: slideinright;
}

.slideinup.vs-animated {
  --animation-name: slideinup;
}

.slideindown.vs-animated {
  --animation-name: slideindown;
}

.rollinleft.vs-animated {
  --animation-name: rollinleft;
}

.rollinright.vs-animated {
  --animation-name: rollinright;
}

.scalein,
.scaleinX,
.slidetopleft,
.slidebottomright,
.slideinleft,
.slideinright,
.slideindown,
.slideinup,
.rollinleft,
.rollinright {
  opacity: 0;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
  -webkit-animation-name: var(--animation-name);
  animation-name: var(--animation-name);
}

.vs-animated {
  opacity: 1;
}

@-webkit-keyframes slideinup {
  0% {
    opacity: 0;
    -webkit-transform: translateY(70px);
    transform: translateY(70px);
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes slideinup {
  0% {
    opacity: 0;
    -webkit-transform: translateY(70px);
    transform: translateY(70px);
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@-webkit-keyframes slideinright {
  0% {
    opacity: 0;
    -webkit-transform: translateX(70px);
    transform: translateX(70px);
  }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes slideinright {
  0% {
    opacity: 0;
    -webkit-transform: translateX(70px);
    transform: translateX(70px);
  }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@-webkit-keyframes slideindown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-70px);
    transform: translateY(-70px);
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes slideindown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-70px);
    transform: translateY(-70px);
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@-webkit-keyframes slideinleft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-70px);
    transform: translateX(-70px);
  }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes slideinleft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-70px);
    transform: translateX(-70px);
  }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@-webkit-keyframes slidebottomright {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100px) translateY(100px);
    transform: translateX(100px) translateY(100px);
  }

  100% {
    -webkit-transform: translateX(0) translateY(0);
    transform: translateX(0) translateY(0);
  }
}

@keyframes slidebottomright {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100px) translateY(100px);
    transform: translateX(100px) translateY(100px);
  }

  100% {
    -webkit-transform: translateX(0) translateY(0);
    transform: translateX(0) translateY(0);
  }
}

@-webkit-keyframes slidetopleft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100px) translateY(-100px);
    transform: translateX(-100px) translateY(-100px);
  }

  100% {
    -webkit-transform: translateX(0) translateY(0);
    transform: translateX(0) translateY(0);
  }
}

@keyframes slidetopleft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100px) translateY(-100px);
    transform: translateX(-100px) translateY(-100px);
  }

  100% {
    -webkit-transform: translateX(0) translateY(0);
    transform: translateX(0) translateY(0);
  }
}

@-webkit-keyframes scalein {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.3);
    transform: scale(0.3);
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes scalein {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.3);
    transform: scale(0.3);
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@-webkit-keyframes scaleinX {
  0% {
    opacity: 0;
    -webkit-transform: scaleX(0.8);
    transform: scaleX(0.8);
  }

  100% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
}

@keyframes scaleinX {
  0% {
    opacity: 0;
    -webkit-transform: scaleX(0.8);
    transform: scaleX(0.8);
  }

  100% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
}

@-webkit-keyframes rollinleft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%) rotate(-120deg);
    transform: translateX(-100%) rotate(-120deg);
  }

  to {
    -webkit-transform: translateX(0) rotate(0deg);
    transform: translateX(0) rotate(0deg);
  }
}

@keyframes rollinleft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%) rotate(-120deg);
    transform: translateX(-100%) rotate(-120deg);
  }

  to {
    -webkit-transform: translateX(0) rotate(0deg);
    transform: translateX(0) rotate(0deg);
  }
}

@-webkit-keyframes rollinright {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100%) rotate(120deg);
    transform: translateX(100%) rotate(120deg);
  }

  to {
    -webkit-transform: translateX(0) rotate(0deg);
    transform: translateX(0) rotate(0deg);
  }
}

@keyframes rollinright {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100%) rotate(120deg);
    transform: translateX(100%) rotate(120deg);
  }

  to {
    -webkit-transform: translateX(0) rotate(0deg);
    transform: translateX(0) rotate(0deg);
  }
}

.shapePulse {
  -webkit-animation: shapePulse 6s linear infinite;
  animation: shapePulse 6s linear infinite;
}

@-webkit-keyframes shapePulse {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  50% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes shapePulse {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  50% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

.spin {
  -webkit-animation: spin 30s linear infinite;
  animation: spin 30s linear infinite;
}

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

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

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

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

.rotate {
  -webkit-animation: rotate 7s linear infinite;
  animation: rotate 7s linear infinite;
}

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

  50% {
    -webkit-transform: rotate(15deg);
    transform: rotate(15deg);
  }

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

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

  50% {
    -webkit-transform: rotate(15deg);
    transform: rotate(15deg);
  }

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

.jump {
  -webkit-animation: jumpAni 7s linear infinite;
  animation: jumpAni 7s linear infinite;
}

@-webkit-keyframes jumpAni {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  50% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes jumpAni {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  50% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

.jump-reverse {
  -webkit-animation: jumpReverseAni 7s linear infinite;
  animation: jumpReverseAni 7s linear infinite;
}

@-webkit-keyframes jumpReverseAni {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  50% {
    -webkit-transform: translateY(30px);
    transform: translateY(30px);
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes jumpReverseAni {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  50% {
    -webkit-transform: translateY(30px);
    transform: translateY(30px);
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

.movingX {
  -webkit-animation: movingX 7s linear infinite;
  animation: movingX 7s linear infinite;
}

@-webkit-keyframes movingX {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  50% {
    -webkit-transform: translateX(-30px);
    transform: translateX(-30px);
  }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes movingX {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  50% {
    -webkit-transform: translateX(-30px);
    transform: translateX(-30px);
  }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

.movingX-reverse {
  -webkit-animation: movingX-reverse 7s linear infinite;
  animation: movingX-reverse 7s linear infinite;
}

@-webkit-keyframes movingX-reverse {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  50% {
    -webkit-transform: translateX(30px);
    transform: translateX(30px);
  }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes movingX-reverse {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  50% {
    -webkit-transform: translateX(30px);
    transform: translateX(30px);
  }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

.movingTopLeft {
  -webkit-animation: movingTopLeft 10s linear infinite;
  animation: movingTopLeft 10s linear infinite;
}

@-webkit-keyframes movingTopLeft {
  0% {
    opacity: 1;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translate(-200px, -200px);
    transform: translate(-200px, -200px);
  }
}

@keyframes movingTopLeft {
  0% {
    opacity: 1;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translate(-200px, -200px);
    transform: translate(-200px, -200px);
  }
}

.movingBottomLeft {
  -webkit-animation: movingBottomLeft 10s linear infinite;
  animation: movingBottomLeft 10s linear infinite;
}

@-webkit-keyframes movingBottomLeft {
  0% {
    opacity: 1;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translate(150px, 150px);
    transform: translate(150px, 150px);
  }
}

@keyframes movingBottomLeft {
  0% {
    opacity: 1;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translate(150px, 150px);
    transform: translate(150px, 150px);
  }
}

@-webkit-keyframes shadowPulse {
  0% {
    -webkit-box-shadow: 0px 0px 0px 0px #572aff;
    box-shadow: 0px 0px 0px 0px #572aff;
  }

  50% {
    -webkit-box-shadow: 0px 0px 0px 16px #572aff;
    box-shadow: 0px 0px 0px 16px #572aff;
  }

  100% {
    -webkit-box-shadow: 0px 0px 0px 0px #572aff;
    box-shadow: 0px 0px 0px 0px #572aff;
  }
}

@keyframes shadowPulse {
  0% {
    -webkit-box-shadow: 0px 0px 0px 0px #572aff;
    box-shadow: 0px 0px 0px 0px #572aff;
  }

  50% {
    -webkit-box-shadow: 0px 0px 0px 16px #572aff;
    box-shadow: 0px 0px 0px 16px #572aff;
  }

  100% {
    -webkit-box-shadow: 0px 0px 0px 0px #572aff;
    box-shadow: 0px 0px 0px 0px #572aff;
  }
}

.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.animated.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}

@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
  }

  to {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
  }

  to {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

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

@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
  }

  to {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
  }

  to {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

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

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }

  to {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }

  to {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

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

/*=================================
    04. Template Style
==================================*/
/*------------------- 4.1. Widget  -------------------*/
.widget_nav_menu ul,
.widget_meta ul,
.widget_pages ul,
.widget_archive ul,
.widget_categories ul {
  list-style: none;
  margin: -22px 0 0 0;
  padding: 0;
}

.widget_nav_menu a,
.widget_meta a,
.widget_pages a,
.widget_archive a,
.widget_categories a {
  position: relative;
  display: block;
  font-size: 16px;
  padding: 22px 40px 22px 25px;
  border-bottom: 1px solid #eaeaea;
  color: var(--title-color);
  font-weight: 400;
  line-height: 1.56;
}

.widget_nav_menu a:before,
.widget_meta a:before,
.widget_pages a:before,
.widget_archive a:before,
.widget_categories a:before {
  font-family: var(--icon-font);
  font-weight: 900;
  margin-right: 10px;
  color: var(--theme-color);
  position: relative;
  position: absolute;
  left: 0;
}

.widget_nav_menu a:hover,
.widget_meta a:hover,
.widget_pages a:hover,
.widget_archive a:hover,
.widget_categories a:hover {
  color: var(--theme-color);
}

.widget_nav_menu li,
.widget_meta li,
.widget_pages li,
.widget_archive li,
.widget_categories li {
  display: block;
  position: relative;
}

.widget_nav_menu li span,
.widget_meta li span,
.widget_pages li span,
.widget_archive li span,
.widget_categories li span {
  position: absolute;
  top: 20px;
  right: 0;
  color: var(--theme-color);
  background-color: transparent;
  border: 1px solid rgba(240, 64, 27, 0.4);
  min-width: 30px;
  height: 30px;
  line-height: 29px;
  text-align: center;
  border-radius: 9999999px;
  font-size: 12px;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.widget_nav_menu .children,
.widget_meta .children,
.widget_pages .children,
.widget_archive .children,
.widget_categories .children {
  margin-left: 10px;
  margin-top: 0;
}

.widget_nav_menu a,
.widget_meta a,
.widget_pages a {
  padding-right: 20px;
}

.widget_nav_menu .sub-menu {
  margin-left: 10px;
}

.wp-block-archives {
  list-style: none;
  margin: 0;
  padding: 0;
  margin-bottom: 20px;
}

.wp-block-archives a:not(:hover) {
  color: inherit;
}

.vs-blog ul.wp-block-archives li {
  margin: 5px 0;
}

.widget {
  --border-color: rgb(242, 242, 242);
  margin-bottom: 40px;
}

.widget select,
.widget input {
  color: var(--body-color);
  padding-left: 30px;
  font-size: 16px;
  background-color: transparent;
  border: 1px solid var(--border-color);
  height: 60px;
  width: 100%;
  border-radius: 9999px;
}

.widget select::-moz-placeholder,
.widget input::-moz-placeholder {
  color: var(--body-color);
  opacity: 1;
}

.widget select::-webkit-input-placeholder,
.widget input::-webkit-input-placeholder {
  color: var(--body-color);
  opacity: 1;
}

.widget select:-ms-input-placeholder,
.widget input:-ms-input-placeholder {
  color: var(--body-color);
  opacity: 1;
}

.widget select::-webkit-input-placeholder,
.widget input::-webkit-input-placeholder {
  color: var(--body-color);
  opacity: 1;
}

.widget select::-moz-placeholder,
.widget input::-moz-placeholder {
  color: var(--body-color);
  opacity: 1;
}

.widget select:-ms-input-placeholder,
.widget input:-ms-input-placeholder {
  color: var(--body-color);
  opacity: 1;
}

.widget select::-ms-input-placeholder,
.widget input::-ms-input-placeholder {
  color: var(--body-color);
  opacity: 1;
}

.widget select::placeholder,
.widget input::placeholder {
  color: var(--body-color);
  opacity: 1;
}

.widget_title {
  font-size: 24px;
  line-height: 1em;
  margin-bottom: 28px;
  margin-top: -0.1em;
  font-weight: 700;
}

.widget .search-form {
  position: relative;
}

.widget .search-form input {
  padding-right: 50px;
}

.widget .search-form button {
  text-align: center;
  padding: 0;
  color: var(--body-color);
  background-color: transparent;
  border: none;
  position: absolute;
  right: 30px;
  line-height: 1;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  border-left: 1px solid var(--border-color);
  padding-left: 23px;
}

.widget .search-form button:hover {
  color: var(--theme-color);
}

.wp-block-tag-cloud a,
.tagcloud a {
  display: inline-block;
  text-transform: capitalize;
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  padding: 10px 20px;
  margin-right: 5px;
  margin-bottom: 10px;
  color: var(--body-color);
  background-color: var(--tag-bg, #fff);
  border: 1px solid #eaeaea;
  -webkit-box-shadow: 0px 10px 29px 0px rgba(15, 15, 18, 0.04);
  box-shadow: 0px 10px 29px 0px rgba(15, 15, 18, 0.04);
  font-weight: 400;
  border-radius: 999px;
}

.wp-block-tag-cloud a:hover,
.tagcloud a:hover {
  background-color: var(--theme-color);
  color: var(--white-color) !important;
}

.tagcloud {
  margin-right: -5px;
  margin-bottom: -10px;
}

.widget .tagcloud a:not(:hover) {
  color: var(--body-color);
  background-color: var(--tag-bg, #fff);
}

.widget.widget_banner {
  padding: 0;
}

.widget.widget_banner .content {
  text-align: center;
  position: absolute;
  width: 100%;
  top: 55px;
  left: 0;
}

.widget.widget_banner .banner-btn {
  position: absolute;
  bottom: 60px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.recent-post {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 20px;
}

.recent-post:last-child {
  margin-bottom: 0;
}

.recent-post .post-title {
  font-weight: 600;
  font-size: 16px;
  margin-bottom: 5px;
  color: var(--title-color);
  line-height: 24px;
}

.recent-post .post-title a {
  color: inherit;
}

.recent-post .post-title a:hover {
  color: var(--theme-color);
}

.recent-post .media-img {
  margin-right: 17px;
  width: 90px;
  border-radius: 8px;
  overflow: hidden;
}

.recent-post .recent-post-meta {
  line-height: 1.8;
}

.recent-post .recent-post-meta a {
  text-transform: capitalize;
  margin-right: 15px;
  font-size: 12px;
  color: #8f959b;
}

.recent-post .recent-post-meta a:hover {
  color: var(--theme-color);
}

.recent-post .recent-post-meta a i {
  margin-right: 2px;
  font-size: 12px;
}

.recent-post .recent-post-meta a:last-child {
  margin-right: 0;
}

.widget-gallery {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
  max-width: 390px;
}

.widget-gallery .gallery-thumb {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
}

.widget-gallery .gallery-thumb img {
  width: 100%;
}

.widget-gallery .gallery-thumb:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-color: var(--title-color);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
  display: grid;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transform: scale(0.7);
  transform: scale(0.7);
  border-radius: inherit;
}

.widget-gallery .gallery-thumb .icon-thumb {
  font-size: 20px;
  line-height: 14px;
  color: var(--white-color);
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) scale(0.6);
  transform: translate(-50%, -50%) scale(0.6);
  visibility: hidden;
  opacity: 0;
}

.widget-gallery .gallery-thumb .icon-thumb:hover {
  color: var(--theme-color);
}

.widget-gallery .gallery-thumb:hover .icon-thumb {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translate(-50%, -50%) scale(1);
  transform: translate(-50%, -50%) scale(1);
}

.widget-gallery .gallery-thumb:hover:before {
  opacity: 0.7;
  visibility: visible;
  -webkit-transform: scale(1);
  transform: scale(1);
}

.sidebar-area ul.wp-block-latest-posts {
  margin-bottom: 0;
}

.sidebar-area ul.wp-block-latest-posts li:last-child {
  margin-bottom: 0;
}

.sidebar-area .widget {
  position: relative;
}

.sidebar-area .recent-post:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}

.sidebar-area .recent-post .media-img {
  margin-right: 20px;
  width: 90px;
  height: 80px;
  overflow: hidden;
}

.sidebar-area .recent-post .post-title {
  font-weight: 600;
  font-size: 16px;
  margin-bottom: 0;
  color: var(--title-color);
  line-height: 20px;
}

.sidebar-area .recent-post .recent-post-meta {
  margin-top: 5px;
}

.sidebar-area .recent-post .recent-post-meta a,
.sidebar-area .recent-post .recent-post-meta span {
  font-size: 14px;
  padding-right: 15px;
  margin-right: 10px;
  border-right: 1px solid #dfdfdf;
}

.sidebar-area .recent-post .recent-post-meta a:last-child,
.sidebar-area .recent-post .recent-post-meta span:last-child {
  border-right: none;
  margin-right: 0;
  padding-right: 0;
}

.sidebar-area .recent-post .recent-post-meta i {
  font-size: 14px;
}

.sidebar-area .bg {
  border-radius: 20px;
  background-color: #e3e3e3;
  position: absolute;
  left: 1262px;
  top: 1523px;
  width: 90px;
  height: 80px;
  z-index: 127;
}

.sidebar-area .widget .wp-block-search {
  margin-bottom: 0;
}

.sidebar-area .wp-block-group__inner-container h2 {
  font-size: 20px;
  line-height: 1em;
  margin-bottom: 20px;
  margin-top: -0.07em;
}

.sidebar-area ol.wp-block-latest-comments {
  padding: 0;
  margin: 0;
}

.sidebar-area ol.wp-block-latest-comments li {
  line-height: 1.5;
  margin: 0 0 20px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding-bottom: 20px;
}

.sidebar-area ol.wp-block-latest-comments li:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}

/* Medium devices */
@media (max-width: 991px) {

  .wp-block-tag-cloud a,
  .tagcloud a {
    padding: 10.5px 18px;
  }
}

/* Small devices */
/* Extra small devices */
@media (max-width: 575px) {
  .widget.widget_banner .content {
    top: 25px;
  }

  .widget.widget_banner .banner-btn {
    bottom: 30px;
  }
}

.shop-sidebar .widget {
  padding: 0;
  border: none;
  border-radius: 0;
  overflow: visible;
}

.shop-sidebar .widget:last-child {
  border-bottom: none;
  padding-bottom: 0;
}

.shop-sidebar .widget_nav_menu ul,
.shop-sidebar .widget_meta ul,
.shop-sidebar .widget_pages ul,
.shop-sidebar .widget_archive ul,
.shop-sidebar .widget_categories ul {
  margin: -15px 0 0 0;
}

.shop-sidebar .widget_nav_menu a,
.shop-sidebar .widget_meta a,
.shop-sidebar .widget_pages a,
.shop-sidebar .widget_archive a,
.shop-sidebar .widget_categories a {
  color: var(--body-color);
  padding: 15px 0 15px 0;
}

.shop-sidebar .widget_nav_menu a:before,
.shop-sidebar .widget_meta a:before,
.shop-sidebar .widget_pages a:before,
.shop-sidebar .widget_archive a:before,
.shop-sidebar .widget_categories a:before {
  display: none;
}

.shop-sidebar .widget_nav_menu a:hover,
.shop-sidebar .widget_meta a:hover,
.shop-sidebar .widget_pages a:hover,
.shop-sidebar .widget_archive a:hover,
.shop-sidebar .widget_categories a:hover {
  color: var(--theme-color);
}

.shop-sidebar .widget_nav_menu li,
.shop-sidebar .widget_meta li,
.shop-sidebar .widget_pages li,
.shop-sidebar .widget_archive li,
.shop-sidebar .widget_categories li {
  display: block;
  position: relative;
}

.shop-sidebar .widget_nav_menu li span,
.shop-sidebar .widget_meta li span,
.shop-sidebar .widget_pages li span,
.shop-sidebar .widget_archive li span,
.shop-sidebar .widget_categories li span {
  color: var(--body-color);
  font-size: 16px;
  top: 13px;
  right: 0;
  border: none;
}

.price_slider_wrapper .price_label span {
  display: inline-block;
  color: var(--body-color);
}

.price_slider_wrapper .ui-slider {
  height: 8px;
  position: relative;
  width: 100%;
  background-color: #f6f6f6;
  border: none;
  margin-top: 10px;
  margin-bottom: 20px;
  cursor: pointer;
  border-radius: 3px;
}

.price_slider_wrapper .ui-slider-range {
  border: none;
  cursor: pointer;
  position: absolute;
  top: 0;
  height: 100%;
  z-index: 1;
  display: block;
  background-color: var(--theme-color);
}

.price_slider_wrapper .ui-slider-handle {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  margin-top: -2px;
  text-align: center;
  line-height: 10.5px;
  padding: 0;
  border: none;
  cursor: pointer;
  position: absolute;
  margin-top: -4px;
  z-index: 2;
  -webkit-box-shadow: 0px 8px 13px 0px rgba(239, 65, 28, 0.21);
  box-shadow: 0px 8px 13px 0px rgba(239, 65, 28, 0.21);
  background-color: var(--theme-color);
  -webkit-transform: translateX(-1px);
  transform: translateX(-1px);
}

.price_slider_wrapper .ui-slider-handle:focus {
  outline: none;
  -webkit-box-shadow: 1.5px 2.598px 10px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 1.5px 2.598px 10px 0px rgba(0, 0, 0, 0.15);
}

.price_slider_wrapper .ui-slider-handle:before {
  content: "";
  position: absolute;
  background-color: #fff;
  top: 50%;
  left: 50%;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.price_slider_wrapper .ui-slider-handle:last-child {
  -webkit-transform: translateX(-15px);
  transform: translateX(-15px);
}

.price_slider_wrapper button,
.price_slider_wrapper .button {
  background-color: var(--theme-color);
  color: var(--white-color);
  font-weight: 500;
  line-height: 1.6;
  text-transform: capitalize;
  text-align: center;
  border-radius: 50px;
  border: none;
  display: inline-block;
  overflow: hidden;
  position: relative;
  z-index: 2;
  padding: 7px 20px;
  min-width: 100px;
  font-size: 16px;
  -webkit-transition: 0.4s ease-in;
  transition: 0.4s ease-in;
}

.price_slider_wrapper button:hover,
.price_slider_wrapper .button:hover {
  background-color: var(--title-color);
}

.product_list_widget {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}

.product_list_widget .recent-post {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 15px;
  padding-bottom: 0;
  border-bottom: none;
}

.product_list_widget .recent-post:last-child {
  margin-bottom: 0;
}

.product_list_widget .recent-post .media-img {
  width: 80px;
  margin-right: 16px;
}

.product_list_widget .recent-post .media-img img {
  border-radius: 20px;
}

.product_list_widget .recent-post-title {
  margin-bottom: 3px;
}

.product_list_widget .recent-post-title a {
  color: inherit;
}

.product_list_widget .recent-post-title a:hover {
  color: var(--theme-color);
}

.product_list_widget .star-rating {
  font-size: 12px;
  margin-bottom: 3px;
}

.footer-widget {
  margin-bottom: 40px;
}

.footer-widget,
.footer-widget .widget {
  padding: 0;
  border: none;
  padding-bottom: 0;
  background-color: transparent;
}

.footer-widget .widget_title {
  position: relative;
  border-left: none;
  font-family: var(--title-font);
  color: var(--white-color);
  margin-bottom: 42px;
  border-bottom: none;
  font-weight: bold;
  position: relative;
}

.footer-widget p,
.footer-widget span {
  color: #a5afc7;
}

.footer-widget p a,
.footer-widget span a {
  color: var(--white-color);
}

.footer-widget p a:hover,
.footer-widget span a:hover {
  color: var(--theme-color);
}

.footer-widget.widget_meta,
.footer-widget.widget_pages,
.footer-widget.widget_archive,
.footer-widget.widget_categories,
.footer-widget.widget_nav_menu {
  margin-bottom: 45px;
}

.footer-widget.widget_meta ul,
.footer-widget.widget_pages ul,
.footer-widget.widget_archive ul,
.footer-widget.widget_categories ul,
.footer-widget.widget_nav_menu ul {
  margin-top: -5px;
}

.footer-widget.widget_meta a,
.footer-widget.widget_pages a,
.footer-widget.widget_archive a,
.footer-widget.widget_categories a,
.footer-widget.widget_nav_menu a {
  background-color: transparent;
  color: #a5afc7;
  padding: 0;
  position: relative;
  margin-bottom: 19px;
  padding-left: 20px;
  display: inline-block;
  font-size: 16px;
  font-weight: 400;
  border: none;
}

.footer-widget.widget_meta a:before,
.footer-widget.widget_pages a:before,
.footer-widget.widget_archive a:before,
.footer-widget.widget_categories a:before,
.footer-widget.widget_nav_menu a:before {
  font-family: var(--icon-font);
  margin-right: 10px;
  font-weight: 300;
  color: inherit;
}

.footer-widget.widget_meta a:hover,
.footer-widget.widget_pages a:hover,
.footer-widget.widget_archive a:hover,
.footer-widget.widget_categories a:hover,
.footer-widget.widget_nav_menu a:hover {
  background-color: transparent;
  color: var(--theme-color);
}

.footer-widget.widget_meta a:hover::before,
.footer-widget.widget_pages a:hover::before,
.footer-widget.widget_archive a:hover::before,
.footer-widget.widget_categories a:hover::before,
.footer-widget.widget_nav_menu a:hover::before {
  color: inherit;
}

.footer-widget.widget_meta li,
.footer-widget.widget_pages li,
.footer-widget.widget_archive li,
.footer-widget.widget_categories li,
.footer-widget.widget_nav_menu li {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}

.footer-widget.widget_meta li>span,
.footer-widget.widget_pages li>span,
.footer-widget.widget_archive li>span,
.footer-widget.widget_categories li>span,
.footer-widget.widget_nav_menu li>span {
  width: auto;
  height: auto;
  position: relative;
  background-color: transparent;
  color: #a5afc7;
  line-height: 1;
}

.footer-widget.widget_meta li:last-child a,
.footer-widget.widget_pages li:last-child a,
.footer-widget.widget_archive li:last-child a,
.footer-widget.widget_categories li:last-child a,
.footer-widget.widget_nav_menu li:last-child a {
  margin-bottom: 0;
}

.footer-widget .recent-post {
  max-width: 260px;
  margin-bottom: 25px;
}

.footer-widget .recent-post .post-title {
  color: var(--white-color);
}

.footer-widget .recent-post .recent-post-meta a {
  color: #a5afc7;
}

.footer-widget .recent-post .recent-post-meta a:hover {
  color: var(--theme-color);
}

.footer-widget .vs-widget-contact {
  max-width: 490px;
}

.footer-widget .vs-widget-contact .map {
  margin-bottom: 35px;
}

.footer-widget .location-info {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
}

.footer-widget .location-info span,
.footer-widget .location-info i,
.footer-widget .location-info h5 {
  color: var(--white-color);
}

.footer-widget .location-info .info-text {
  font-size: 18px;
  line-height: 28px;
  margin-bottom: 0;
}

.footer-widget .location-info i {
  font-size: 24px;
  position: absolute;
  top: 0;
  left: 0;
  line-height: 1;
}

.footer-widget .location-info .info-title {
  font-size: 14px;
  font-weight: 300;
  margin-bottom: 10px;
  display: block;
  margin-top: -0.3em;
}

.footer-widget .location-info li {
  padding-left: 35px;
  position: relative;
}

.footer-widget .vs-widget-about {
  max-width: 310px;
}

.vs-widget-about .vs-btn {
  margin-top: 8px;
}

.footer-layout1 .vs-widget-about .vs-btn:not(:hover) {
  border-color: #353c5a;
}

.footer-layout2 .widget_title {
  font-weight: bold;
}

.footer-layout2 .footer-widget {
  text-align: center;
}

.footer-layout2 .footer-widget p,
.footer-layout2 .footer-widget span {
  color: var(--white-color);
}

.footer-layout2 .footer-widget p a,
.footer-layout2 .footer-widget span a {
  color: var(--white-color);
}

.footer-layout2 .footer-widget p a:hover,
.footer-layout2 .footer-widget span a:hover {
  color: rgba(255, 255, 255, 0.7);
}

.footer-layout2 .footer-widget.widget_meta,
.footer-layout2 .footer-widget.widget_pages,
.footer-layout2 .footer-widget.widget_archive,
.footer-layout2 .footer-widget.widget_categories,
.footer-layout2 .footer-widget.widget_nav_menu {
  min-width: 230px;
}

.footer-layout2 .footer-widget.widget_meta a,
.footer-layout2 .footer-widget.widget_pages a,
.footer-layout2 .footer-widget.widget_archive a,
.footer-layout2 .footer-widget.widget_categories a,
.footer-layout2 .footer-widget.widget_nav_menu a {
  color: var(--white-color);
  padding-left: 0;
  margin-bottom: 14px;
}

.footer-layout2 .footer-widget.widget_meta a:before,
.footer-layout2 .footer-widget.widget_pages a:before,
.footer-layout2 .footer-widget.widget_archive a:before,
.footer-layout2 .footer-widget.widget_categories a:before,
.footer-layout2 .footer-widget.widget_nav_menu a:before {
  display: none;
}

.footer-layout2 .footer-widget.widget_meta a:hover,
.footer-layout2 .footer-widget.widget_pages a:hover,
.footer-layout2 .footer-widget.widget_archive a:hover,
.footer-layout2 .footer-widget.widget_categories a:hover,
.footer-layout2 .footer-widget.widget_nav_menu a:hover {
  background-color: transparent;
  color: rgba(255, 255, 255, 0.7);
}

.footer-layout2 .footer-widget .vs-widget-about {
  max-width: 390px;
}

.footer-layout3 .footer-widget.widget_meta a,
.footer-layout3 .footer-widget.widget_pages a,
.footer-layout3 .footer-widget.widget_archive a,
.footer-layout3 .footer-widget.widget_categories a,
.footer-layout3 .footer-widget.widget_nav_menu a {
  color: #a9a8c9;
}

.footer-layout3 .footer-widget.widget_meta a:hover,
.footer-layout3 .footer-widget.widget_pages a:hover,
.footer-layout3 .footer-widget.widget_archive a:hover,
.footer-layout3 .footer-widget.widget_categories a:hover,
.footer-layout3 .footer-widget.widget_nav_menu a:hover {
  color: var(--theme-color);
}

.footer-layout3 .footer-widget.widget_meta li>span,
.footer-layout3 .footer-widget.widget_pages li>span,
.footer-layout3 .footer-widget.widget_archive li>span,
.footer-layout3 .footer-widget.widget_categories li>span,
.footer-layout3 .footer-widget.widget_nav_menu li>span {
  color: #a9a8c9;
}

.footer-layout3 .vs-widget-about {
  max-width: 400px;
}

.footer-layout4 .footer-widget.widget_meta a,
.footer-layout4 .footer-widget.widget_pages a,
.footer-layout4 .footer-widget.widget_archive a,
.footer-layout4 .footer-widget.widget_categories a,
.footer-layout4 .footer-widget.widget_nav_menu a {
  color: #c9d0e5;
}

.footer-layout4 .footer-widget.widget_meta a:hover,
.footer-layout4 .footer-widget.widget_pages a:hover,
.footer-layout4 .footer-widget.widget_archive a:hover,
.footer-layout4 .footer-widget.widget_categories a:hover,
.footer-layout4 .footer-widget.widget_nav_menu a:hover {
  color: var(--theme-color);
}

.footer-layout4 .footer-widget.widget_meta li>span,
.footer-layout4 .footer-widget.widget_pages li>span,
.footer-layout4 .footer-widget.widget_archive li>span,
.footer-layout4 .footer-widget.widget_categories li>span,
.footer-layout4 .footer-widget.widget_nav_menu li>span {
  color: #c9d0e5;
}

.footer-event-info .info {
  display: block;
  color: var(--white-color);
  text-transform: uppercase;
  margin-bottom: 25px;
  line-height: 1.6;
}

/* Large devices */
@media (max-width: 1199px) {
  .footer-event-info {
    max-width: 284px;
  }

  .footer-layout3 .vs-widget-about {
    max-width: 368px;
  }

  .footer-widget .vs-widget-contact {
    max-width: 400px;
  }

  .footer-widget .vs-widget-contact .map {
    height: 130px;
  }

  .footer-widget .vs-widget-contact .map iframe {
    height: 100%;
  }
}

/* Medium devices */
@media (max-width: 991px) {
  .footer-widget .widget_title {
    margin-bottom: 30px;
  }

  .footer-widget.widget_meta a,
  .footer-widget.widget_pages a,
  .footer-widget.widget_archive a,
  .footer-widget.widget_categories a,
  .footer-widget.widget_nav_menu a {
    margin-bottom: 15px;
  }

  .footer-widget .vs-widget-contact {
    max-width: 100%;
  }

  .footer-widget .vs-widget-contact .map {
    aspect-ratio: 16/5;
    height: auto;
  }

  .footer-widget .vs-widget-contact .map iframe {
    height: 100%;
  }

  .footer-layout2 .footer-widget .vs-widget-about {
    max-width: 100%;
  }

  .footer-layout2 .footer-widget.widget_meta a,
  .footer-layout2 .footer-widget.widget_pages a,
  .footer-layout2 .footer-widget.widget_archive a,
  .footer-layout2 .footer-widget.widget_categories a,
  .footer-layout2 .footer-widget.widget_nav_menu a {
    margin-bottom: 12px;
  }

  .footer-layout3 .vs-social {
    text-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .footer-layout3 .vs-widget-about {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }
}

/* Small devices */
@media (max-width: 767px) {
  .vs-widget-about {
    text-align: left;
    margin: unset;
    max-width: 450px;
  }

  .footer-layout2 .footer-widget .vs-widget-about {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }

  .footer-widget .location-info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 20px;
  }

  .footer-widget .location-info .info-title {
    margin-bottom: 5px;
  }

  .footer-layout3 .vs-social {
    text-align: left;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .footer-layout3 .vs-widget-about {
    margin-left: unset;
    margin-right: unset;
    text-align: left;
  }

  .footer-layout3 .footer-event-info {
    max-width: 100%;
  }
}

/*------------------- 4.2. Header  -------------------*/
.header-layout1 {
  --main-container: 1665px;
}

.header-layout2 {
  --main-container: 1220px;
}

.vs-header {
  position: relative;
}

.vs-header .container,
.vs-header .container-xl {
  position: relative;
}

.header-top {
  background-color: var(--theme-color);
  background-image: -webkit-gradient(linear, left top, right top, from(var(--theme-color)), to(var(--theme-color2)));
  background-image: linear-gradient(to right, var(--theme-color) 0%, var(--theme-color2) 100%);
  color: var(--white-color);
  padding-top: 15px;
  padding-bottom: 15px;
  line-height: 1;
}

.header-top.style-2 {
  background-color: var(--white-color);
  color: var(--body-color);
  border-bottom: 1px solid #efefef;
}

.header-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

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

.header-links ul li {
  display: inline-block;
  position: relative;
  font-weight: 400;
  margin-right: 30px;
  font-family: var(--body-font);
}

.header-links ul li>i {
  margin-right: 10px;
}

.header-links ul li:last-child {
  margin-right: 0;
}

.header-links a {
  color: var(--white-color);
}

.header-links a:hover {
  color: rgba(255, 255, 255, 0.7);
}

.header-links-title {
  margin-right: 20px;
}

.header-notice {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.header-notice .date {
  margin-right: 20px;
  padding-right: 20px;
  position: relative;
}

.header-notice .date:after {
  content: "";
  height: 20px;
  width: 1px;
  position: absolute;
  top: 5px;
  right: 0;
  background-color: #ff886c;
}

.header-notice .day {
  font-size: 30px;
  font-weight: bold;
  margin-right: 11px;
}

.header-notice .month {
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 400;
  width: 25px;
  display: inline-block;
  line-height: 1.1;
  -webkit-transform: translateY(2px);
  transform: translateY(2px);
}

.header-info {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.4;
}

.header-info a {
  font-size: inherit;
  color: var(--title-color);
  display: block;
}

.header-info a:hover {
  color: var(--theme-color);
}

.header-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.header-button .vs-btn,
.header-button button {
  margin-left: 35px;
}

.header-button .custom-icon {
  margin-left: 30px;
}

.custom-icon {
  line-height: 0;
  border: none;
  background-color: transparent;
  margin-right: -6px;
}

.three-square {
  width: var(--icon-size, 7px);
  height: var(--icon-size, 7px);
  line-height: var(--icon-size, 7px);
  display: inline-block;
  background-image: -webkit-gradient(linear, left top, right top, from(var(--theme-color)), to(var(--theme-color2)));
  background-image: linear-gradient(to right, var(--theme-color) 0%, var(--theme-color2) 100%);
  -webkit-box-shadow: 0px 11px 21px 0px rgba(240, 64, 27, 0.31);
  box-shadow: 0px 11px 21px 0px rgba(240, 64, 27, 0.31);
  position: relative;
  margin-right: var(--icon-size, 7px);
  border-radius: 50%;
}

.three-square:before,
.three-square:after {
  content: "";
  width: 100%;
  height: 100%;
  background-color: var(--theme-color);
  position: absolute;
  top: calc(var(--icon-size, 7px)*2);
  left: 0;
  border-radius: inherit;
}

.three-square:before {
  bottom: calc(var(--icon-size, 7px)*2);
  top: unset;
}

.three-square:last-child {
  margin-right: 0;
}

.vs-menu-wrapper .vs-menu-toggle {
  right: -20px;
  top: 40px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  font-size: 18px;
  text-align: center;
}

.vs-menu-wrapper .vs-menu-toggle i {
  margin-right: 0;
  line-height: 1.6;
}

.vs-menu-toggle {
  height: 40px;
  width: auto;
  padding: 5px 20px;
  border-radius: 50px;
  line-height: 1.6;
  font-size: 16px;
}

.vs-menu-toggle i {
  margin-right: 5px;
  position: relative;
  top: 1px;
}

.will-sticky .sticky-active {
  position: fixed;
  top: -100%;
  right: 0;
  left: 0;
  background-color: var(--white-color);
  -webkit-transition: all ease 0.8s;
  transition: all ease 0.8s;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.07);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.07);
  z-index: 20;
}

.will-sticky .sticky-active.active {
  top: 0;
}

.header-logo {
  padding: 20px 0;
}

.main-menu a {
  display: block;
  position: relative;
  font-weight: bold;
  font-size: 16px;
  color: var(--title-color);
}

.main-menu a:hover {
  color: var(--theme-color);
}

.main-menu>ul>li {
  margin-right: 40px;
}

.main-menu>ul>li>a {
  padding: 46px 0;
  text-transform: uppercase;
}

.main-menu>ul>li>a:hover {
  color: var(--theme-color);
}

.main-menu ul {
  margin: 0;
  padding: 0;
}

.main-menu ul li {
  list-style-type: none;
  display: inline-block;
  position: relative;
}

.main-menu ul li.menu-item-has-children>a:after {
  position: relative;
  font-family: var(--icon-font);
  margin-left: 4px;
  top: 0;
}

.main-menu ul li:last-child {
  margin-right: 0;
}

.main-menu ul li:first-child {
  margin-left: 0;
}

.main-menu ul li:hover>ul.sub-menu,
.main-menu ul li:hover>ul.mega-menu {
  visibility: visible;
  opacity: 1;
  margin-top: 0;
  z-index: 9;
}

.main-menu ul.sub-menu,
.main-menu ul.mega-menu {
  position: absolute;
  text-align: left;
  top: 100%;
  left: 0;
  background-color: var(--white-color);
  -webkit-box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.1);
  visibility: hidden;
  min-width: 190px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  padding: 7px;
  left: -14px;
  margin-top: 50px;
  opacity: 0;
  z-index: -1;
  border-bottom: 3px solid var(--theme-color);
  -webkit-box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.09), 0px 3px 0px 0px rgba(231, 13, 60, 0.004);
  box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.09), 0px 3px 0px 0px rgba(231, 13, 60, 0.004);
  -webkit-transform-origin: top center;
  transform-origin: top center;
  -webkit-transition: margin-top 0.4s ease-in-out 0s, visibility 0.4s ease-in-out 0s, opacity 0.4s ease-in-out 0s, z-index 0s;
  transition: margin-top 0.4s ease-in-out 0s, visibility 0.4s ease-in-out 0s, opacity 0.4s ease-in-out 0s, z-index 0s;
}

.main-menu ul.sub-menu {
  padding: 18px 20px;
  left: -27px;
}

.main-menu ul.sub-menu:before {
  content: "";
  position: absolute;
  left: 34.5px;
  top: 30px;
  width: 1px;
  background-color: #ededed;
  height: calc(100% - 60px);
}

.main-menu ul.sub-menu li {
  display: block;
  margin: 0 0;
  padding: 3px 9px;
  line-height: 1.556;
}

.main-menu ul.sub-menu li.menu-item-has-children>a:after {
  position: absolute;
  top: 2em;
  left: 0;
  font-family: var(--icon-font);
  width: 11px;
  height: 11px;
  text-align: center;
  border-radius: 50%;
  display: inline-block;
  font-size: 0.18em;
  line-height: 11px;
  color: var(--theme-color);
  font-weight: 700;
  background-color: var(--white-color);
  -webkit-box-shadow: inset 0px 2px 4px 0px rgba(173, 136, 88, 0.4);
  box-shadow: inset 0px 2px 4px 0px rgba(173, 136, 88, 0.4);
}

.main-menu ul.sub-menu li a:hover {
  color: var(--theme-color);
}

.main-menu ul.sub-menu li ul.sub-menu {
  left: 100%;
  right: auto;
  top: 0;
  margin: 0 0;
  margin-left: 20px;
}

.main-menu ul.sub-menu li ul.sub-menu li ul {
  left: 100%;
  right: auto;
}

.main-menu .mega-menu-wrap {
  position: static;
}

.main-menu ul.mega-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  text-align: left;
  width: 100%;
  max-width: var(--main-container);
  padding: 20px 15px 23px 15px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.main-menu ul.mega-menu li {
  display: block;
  width: 100%;
  padding: 0 15px;
}

.main-menu ul.mega-menu li li {
  padding: 4px 0;
}

.main-menu ul.mega-menu li a {
  display: inline-block;
}

.main-menu ul.mega-menu>li>a {
  display: block;
  padding: 0;
  padding-bottom: 15px;
  margin-bottom: 10px;
  text-transform: capitalize;
  letter-spacing: 1px;
  font-weight: 700;
  color: var(--title-color);
  border-color: var(--theme-color);
}

.main-menu ul.mega-menu>li>a::after,
.main-menu ul.mega-menu>li>a::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 15px;
  height: 1px;
  background-color: var(--theme-color);
}

.main-menu ul.mega-menu>li>a::after {
  width: calc(100% - 20px);
  left: 20px;
}

.main-menu ul.mega-menu>li>a:hover {
  padding-left: 0;
}

.main-menu.menu-style2>ul>li {
  padding: 15px 0;
}

.header-layout3 .header-logo {
  width: 210px;
  text-align: center;
  border: 3px solid var(--theme-color);
  border-radius: 20px;
  background-color: var(--white-color);
  padding: 41px 0;
  -webkit-transform: translateY(-37px);
  transform: translateY(-37px);
  -webkit-box-shadow: 0px 11px 43px 0px rgba(240, 64, 27, 0.1);
  box-shadow: 0px 11px 43px 0px rgba(240, 64, 27, 0.1);
}

.header-layout3 .header-logo img,
.header-layout3 .header-logo svg {
  max-width: 130px;
}

.header-layout3 .header-top {
  background-image: -webkit-gradient(linear, left top, right top, from(var(--theme-color)), to(var(--theme-color2)));
  background-image: linear-gradient(to right, var(--theme-color) 0%, var(--theme-color2) 100%);
  padding-top: 15px;
  padding-bottom: 15px;
  max-width: 1680px;
  margin-left: auto;
  margin-right: auto;
  border-radius: 0 0 999px 999px;
}

.header-layout3 .header-top .container {
  padding-left: 260px;
}

.header-layout3 .header-button .vs-btn,
.header-layout3 .header-button button {
  margin-left: 25px;
}

.header-layout3 .header-links ul li {
  margin-right: 15px;
}

.header-layout3 .header-links ul li:last-child {
  margin-right: 0;
}

.header-layout3 .vs-menu-toggle {
  margin-left: auto;
  display: block;
}

.header-layout3 .sticky-active.active .header-logo {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  padding: 26px 0;
}

.header-layout4 .header-top {
  background-image: none;
}

.header-layout4 .three-square {
  background-image: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  background-color: var(--theme-color);
}

/* Extra large devices */
@media (max-width: 1680px) {
  .simple-icon .btn-text {
    display: none;
  }

  .main-menu>ul>li {
    margin-right: 30px;
  }
}

/* Medium Large devices */
@media (max-width: 1399px) {
  .main-menu>ul>li {
    margin-right: 30px;
  }
}

/* Large devices */
@media (max-width: 1199px) {
  .header-links ul li:nth-child(3) {
    display: none;
  }

  .header-layout3 .header-top .container {
    padding-left: 247px;
  }
}

/* Medium devices */
@media (max-width: 991px) {
  .sticky-active {
    padding: 15px 0;
  }

  .header-logo {
    padding: 15px 0;
  }

  .header-layout3 .header-logo {
    width: auto;
    text-align: left;
    border: none;
    background-color: transparent;
    padding: 15px 0 !important;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}

/* Extra small devices */
@media (max-width: 416px) {
  .header-logo {
    max-width: 140px;
  }
}

/*------------------- 4.3. Footer  -------------------*/
.footer-wrapper {
  position: relative;
}

.footer-wrapper .widget-area {
  padding-top: var(--section-space);
  padding-bottom: calc(var(--section-space) - 50px);
}

.copyright {
  text-align: center;
  margin-bottom: 0;
  color: var(--title-color);
  padding: 27px 0;
}

.copyright a {
  color: inherit;
}

.copyright a:hover {
  color: var(--theme-color);
}

.footer-layout1 {
  background-color: #131a36;
}

.footer-layout1 p {
  color: #a5afc7;
}

.footer-layout1 p a {
  color: var(--white-color);
}

.footer-layout1 p a:hover {
  color: var(--theme-color);
}

.footer-layout1 .copyright a:hover {
  color: var(--title-color);
}

.footer-top {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-top: var(--section-space);
}

.footer-layout2 .widget-area {
  background-color: #131a36;
}

.footer-layout2 .footer-copyright {
  background-color: var(--theme-color);
}

.footer-layout2 .copyright {
  text-align: left;
  color: var(--white-color);
}

.footer-layout2 .copyright a:hover {
  color: var(--light-color) !important;
}

.footer-layout2 .footer-bottom-menu ul li a {
  color: var(--white-color);
}

.footer-layout2 .footer-bottom-menu ul li a:hover {
  color: var(--light-color);
}

.newsletter-form .form-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 14px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative;
}

.newsletter-form input {
  background-color: #232323;
  color: var(--white-color);
  border-radius: 0;
  border: none;
  max-width: calc(100% - 150px);
}

.newsletter-form input:focus {
  border: none;
  outline: none;
  background-color: #323232;
}

.newsletter-form.style2 input {
  width: 100%;
  max-width: 100%;
  border: 1px solid #efefef;
  -webkit-box-shadow: 0px 17px 30px 0px rgba(15, 15, 18, 0.08);
  box-shadow: 0px 17px 30px 0px rgba(15, 15, 18, 0.08);
  border-radius: 9999px;
  background-color: var(--white-color);
}

.newsletter-form.style2 .vs-btn {
  position: absolute;
  top: 0;
  right: 0;
}

.newsletter-form.style3 input {
  height: 65px;
  width: 100%;
  max-width: 100%;
  border: none;
  -webkit-box-shadow: 0px 17px 30px 0px rgba(15, 15, 18, 0.08);
  box-shadow: 0px 17px 30px 0px rgba(15, 15, 18, 0.08);
  border-radius: 9999px;
  background-color: var(--white-color);
  padding-left: 30px;
}

.newsletter-form.style3 .vs-btn {
  position: absolute;
  top: 5px;
  right: 5px;
}

.newsletter-form.style3 .vs-btn i {
  display: none;
}

.newsletter-wrap {
  position: relative;
  z-index: 2;
  padding: 80px;
  border-radius: 20px;
  -webkit-box-shadow: 0px 17px 46px 0px rgba(24, 32, 61, 0.15);
  box-shadow: 0px 17px 46px 0px rgba(24, 32, 61, 0.15);
}

.newsletter-wrap .shape {
  position: absolute;
  top: 15px;
  left: 30px;
  width: calc(100% - 60px);
  height: 100%;
  background-color: rgba(255, 255, 255, 0.12);
  z-index: -1;
  border-radius: inherit;
}

.newsletter-wrap .sec-title {
  margin-bottom: -0.25em;
}

.newsletter-wrap .newsletter-title {
  font-size: 40px;
  color: var(--white-color);
  margin-bottom: -0.34em;
  margin-top: -0.25em;
}

.about-logo {
  margin-bottom: 40px;
  margin-top: -12px;
}

.about-text {
  margin-bottom: 23px;
}

.footer-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.footer-info a {
  color: inherit;
}

.footer-info a:hover {
  color: var(--theme-color);
}

.footer-info i {
  color: var(--theme-color);
  margin-right: 10px;
  line-height: 1.6;
}

.footer-copyright {
  position: relative;
}

.footer-layout1 .footer-copyright {
  background-color: var(--theme-color);
}

.footer-layout1 .footer-copyright .copyright {
  color: var(--white-color);
}

.footer-layout3 {
  background-color: #0c0b2f;
}

.footer-layout3 p {
  color: #a9a8c9;
}

.footer-layout3 p a {
  color: #a9a8c9;
}

.footer-layout3 p a:hover {
  color: var(--theme-color);
}

.footer-layout3 .footer-copyright {
  border-top: 1px solid #252353;
  background-color: #171543;
}

.footer-menu-wrapper {
  background-color: #171543;
  padding: 28px 0;
  text-align: center;
}

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

.footer-menu li {
  display: inline-block;
  margin: 8px 20px;
}

.footer-menu li a {
  color: var(--white-color);
  font-weight: 500;
}

.footer-menu li a:hover {
  color: var(--theme-color);
}

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

.footer-bottom-menu ul li {
  display: inline-block;
  margin-left: 25px;
}

.footer-bottom-menu ul li a {
  color: var(--title-color);
}

.footer-bottom-menu ul li a:hover {
  color: var(--theme-color);
}

.footer-layout4 p {
  color: #c9d0e5;
}

.footer-layout4 p a {
  color: #c9d0e5;
}

.footer-layout4 p a:hover {
  color: var(--theme-color);
}

.footer-layout4 .vs-social {
  --icon-size: 40px;
}

.footer-layout4 .vs-social a {
  background-color: transparent;
  border: 2px solid #2d3d66;
  border-radius: 50%;
  font-size: 14px;
  color: #abb5d4;
  margin-right: 10px;
}

.footer-layout4 .vs-social a:last-child {
  margin-right: 0;
}

.footer-layout4 .vs-social a:hover {
  background-color: #2d3d66;
}

.footer-layout4 .footer-copyright {
  background-color: var(--theme-color);
}

.footer-layout4 .copyright {
  font-weight: bold;
  color: var(--white-color);
}

.footer-layout4 .copyright a {
  color: var(--white-color);
}

.footer-layout4 .copyright a:hover {
  color: var(--title-color) !important;
}

/* Large devices */
@media (max-width: 1199px) {
  .newsletter-wrap {
    padding: 50px 40px;
  }

  .newsletter-wrap .newsletter-title {
    font-size: 34px;
  }
}

/* Medium devices */
@media (max-width: 991px) {
  .about-logo {
    margin-bottom: 30px;
    margin-top: 0;
  }

  .copyright {
    padding: 17px 0;
  }

  .footer-wrapper .widget-area {
    padding-top: var(--section-space-mobile);
    padding-bottom: calc(var(--section-space-mobile) - 40px);
  }

  .footer-layout2 .copyright {
    text-align: center;
    padding: 40px 0 25px 0;
  }

  .footer-top {
    padding-top: 90px;
  }

  .footer-layout4 .about-logo {
    margin-bottom: 28px;
  }
}

/* Small devices */
@media (max-width: 767px) {
  .newsletter-wrap .newsletter-title {
    font-size: 28px;
  }

  .footer-menu li {
    margin: 8px 10px;
  }
}

/* Extra small devices */
@media (max-width: 575px) {
  .newsletter-form input {
    max-width: 100%;
    margin-bottom: 20px;
  }

  .newsletter-wrap {
    padding: 50px 20px;
  }

  .newsletter-form.style2 .vs-btn {
    position: relative;
  }
}

/* Extra small devices */
@media (max-width: 416px) {
  .newsletter-form.style3 .form-control {
    padding-left: 25px;
  }

  .newsletter-form.style3 .vs-btn {
    min-width: auto;
    font-size: 0;
    height: 55px;
    width: 55px;
    padding: 0;
  }

  .newsletter-form.style3 .vs-btn i {
    margin-right: 0;
    display: block;
  }
}

/*------------------- 4.4. Breadcumb  -------------------*/
.breadcumb-wrapper {
  position: relative;
  z-index: 3;
  background-color: var(--title-color);
}

.breadcumb-wrapper[data-overlay]::before {
  z-index: -1;
}

.breadcumb-content {
  padding-top: 155px;
  padding-bottom: 155px;
}

.breadcumb-menu {
  max-width: 100%;
  margin: 23px 0 -0.48em 0;
  padding: 0;
  list-style-type: none;
}

.breadcumb-menu li {
  display: inline;
  margin-right: 3px;
  padding-right: 2px;
  list-style: none;
  position: relative;
}

.breadcumb-menu li:after {
  content: "/";
  margin-left: 10px;
}

.breadcumb-menu li:last-child {
  padding-right: 0;
  margin-right: 0;
}

.breadcumb-menu li:last-child:after {
  display: none;
}

.breadcumb-menu li,
.breadcumb-menu a,
.breadcumb-menu span {
  white-space: normal;
  color: inherit;
  word-break: break-word;
  font-weight: 500;
  font-size: 18px;
  color: var(--white-color);
}

.breadcumb-menu li i,
.breadcumb-menu a i,
.breadcumb-menu span i {
  margin-right: 10px;
  font-size: 0.8rem;
  position: relative;
  top: -1px;
}

.breadcumb-menu a:hover {
  color: rgba(255, 255, 255, 0.8);
}

.breadcumb-title {
  font-size: 48px;
  line-height: 1.13;
  font-weight: bold;
  margin-top: -0.2em;
  color: var(--white-color);
  margin-bottom: -0.2em;
}

/* Large devices */
@media (max-width: 1199px) {
  .breadcumb-title {
    font-size: 44px;
  }
}

/* Medium devices */
@media (max-width: 991px) {
  .breadcumb-content {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .breadcumb-menu {
    margin: 18px 0 -0.48em 0;
  }

  .breadcumb-title {
    font-size: 40px;
  }
}

/* Small devices */
@media (max-width: 767px) {
  .breadcumb-title {
    font-size: 36px;
  }

  .breadcumb-menu li,
  .breadcumb-menu a,
  .breadcumb-menu span {
    font-size: 16px;
  }
}

/* Extra small devices */
@media (max-width: 575px) {
  .breadcumb-title {
    font-size: 32px;
  }

  .breadcumb-content {
    padding-top: var(--section-space-mobile);
    padding-bottom: var(--section-space-mobile);
  }

  .breadcumb-menu {
    margin: 16px 0 -0.48em 0;
  }
}

/*------------------- 4.5. Pagination  -------------------*/
.vs-pagination ul {
  margin: 0;
  padding: 0;
}

.vs-pagination li {
  display: inline-block;
  margin: 0 3px;
  list-style-type: none;
}

.vs-pagination li:last-child {
  margin-right: 0;
}

.vs-pagination li:first-child {
  margin-left: 0;
}

.vs-pagination span,
.vs-pagination a {
  display: inline-block;
  width: 50px;
  height: 50px;
  line-height: 50px;
  color: var(--title-color);
  text-align: center;
  position: relative;
  background-color: #fff;
  border: 1px solid #eaeaea;
  -webkit-box-shadow: 0px 10px 29px 0px rgba(15, 15, 18, 0.04);
  box-shadow: 0px 10px 29px 0px rgba(15, 15, 18, 0.04);
  z-index: 1;
  font-weight: 600;
  color: var(--theme-color);
  font-size: 16px;
  border-radius: 9999px;
}

.vs-pagination span i,
.vs-pagination a i {
  position: relative;
  top: 0.01em;
  font-size: 16px;
  line-height: 1;
}

.vs-pagination span.active,
.vs-pagination span:hover,
.vs-pagination a.active,
.vs-pagination a:hover {
  color: var(--white-color);
  background-color: var(--theme-color);
  border-color: var(--theme-color);
}

/* Small devices */
@media (max-width: 767px) {

  .vs-pagination span,
  .vs-pagination a {
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
  }

  .vs-pagination span i,
  .vs-pagination a i {
    font-size: 12px;
  }
}

/* Extra small devices */
@media (max-width: 416px) {

  .vs-pagination span,
  .vs-pagination a {
    width: 30px;
    height: 30px;
    line-height: 30px;
  }
}

/*------------------- 4.6. Blog  -------------------*/
.blog-box {
  margin-bottom: 30px;
  -webkit-box-shadow: 0px 11px 21px 0px rgba(230, 231, 237, 0.31);
  box-shadow: 0px 11px 21px 0px rgba(230, 231, 237, 0.31);
  border-radius: 15px;
  overflow: hidden;
}

.blog-box .blog-content {
  background-color: var(--white-color);
  padding: 40px;
}

.blog-box .blog-meta {
  margin-top: -0.18em;
  margin-bottom: 3px;
}

.blog-box .blog-title {
  margin-bottom: 23px;
  font-size: 24px;
}

.blog-box .vs-btn {
  background-color: transparent;
  background-image: none;
  border: 1px solid var(--border-color);
  -webkit-box-shadow: none;
  box-shadow: none;
  color: var(--title-color);
  padding: 19.5px 35px;
}

.blog-box .vs-btn:hover {
  background-color: var(--theme-color);
  color: var(--white-color);
  border-color: var(--theme-color);
}

.blog-box:hover .blog-img img {
  -webkit-transform: scale(1.08);
  transform: scale(1.08);
}

.blog-card {
  margin-bottom: 30px;
}

.blog-card .blog-content {
  -webkit-box-shadow: 0px 9px 46px 0px rgba(153, 153, 153, 0.14);
  box-shadow: 0px 9px 46px 0px rgba(153, 153, 153, 0.14);
  border-radius: 0 15px 15px 15px;
  max-width: 490px;
  padding: 40px 40px 32px 40px;
  background-color: var(--white-color);
  position: relative;
  margin-top: -60px;
  z-index: 2;
}

.blog-card .blog-title {
  border-bottom: 1px solid #eef1f2;
  padding-bottom: 20px;
  margin-bottom: 20px;
  font-size: 24px;
}

.blog-card .blog-img {
  border-radius: 15px;
  overflow: hidden;
}

.blog-card .blog-meta {
  margin-top: -0.22em;
  margin-bottom: 4px;
}

.blog-card .blog-meta a,
.blog-card .blog-meta span {
  font-weight: 400;
}

.blog-grid {
  margin-bottom: 30px;
}

.blog-grid .blog-img {
  margin-bottom: 35px;
  border-radius: 15px;
}

.blog-grid .blog-meta {
  margin-bottom: 10px;
}

.blog-grid .blog-title {
  border-bottom: 1px solid var(--border-color);
  padding-bottom: 22px;
  margin-bottom: 20px;
  font-size: 24px;
}

.blog-grid:hover .blog-img img {
  -webkit-transform: scale(1.08);
  transform: scale(1.08);
}

.blog-block {
  background-color: var(--white-color);
  border-radius: 15px;
  -webkit-box-shadow: 0px 10px 25px 0px rgba(15, 15, 18, 0.04);
  box-shadow: 0px 10px 25px 0px rgba(15, 15, 18, 0.04);
  border: 1px solid #efefef;
  overflow: hidden;
}

.blog-block .blog-img {
  position: relative;
  margin: -1px;
}

.blog-block .blog-img img {
  width: 100%;
}

.blog-block .category {
  position: absolute;
  top: 40px;
  left: 40px;
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
  background-color: var(--white-color);
  padding: 10.5px 20px;
  border-radius: 999px;
}

.blog-block .category:hover {
  background-color: var(--theme-color);
  color: var(--white-color);
}

.blog-block .blog-content {
  padding: 40px 40px 32px 40px;
}

.blog-block .blog-meta {
  margin-top: -0.2em;
}

.blog-block .blog-meta a,
.blog-block .blog-meta span {
  font-size: 14px;
  margin-bottom: 10px;
  margin-right: 25px;
}

.blog-block .blog-meta a:last-child,
.blog-block .blog-meta span:last-child {
  margin-right: 0;
}

.blog-block .blog-meta i {
  color: var(--theme-color);
}

.blog-block .blog-title {
  font-size: 24px;
}

.blog-block .link-btn {
  font-size: 16px;
  font-weight: bold;
}

.blog-block .link-btn:before {
  background-color: var(--theme-color);
}

.blog-block .link-btn:hover {
  color: var(--theme-color);
}

.blog-img {
  overflow: hidden;
}

.blog-img img {
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}

.vs-blog {
  position: relative;
}

.author-meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.author-meta .author-avater {
  margin-right: 20px;
  border-radius: 8px;
  overflow: hidden;
}

.author-meta .author-name {
  margin-bottom: -3px;
  font-weight: 600;
  font-size: 18px;
}

.author-meta .author-name a {
  color: inherit;
}

.author-meta .author-name a:hover {
  color: var(--theme-color);
}

.author-meta .blog-meta {
  margin-bottom: 0;
}

.author-meta .blog-meta a,
.author-meta .blog-meta span {
  margin-top: 8px;
  margin-bottom: 0;
}

.vs-quote {
  font-size: 22px;
  line-height: 36px;
  padding: 50px 60px 50px 60px;
  font-weight: 400;
  display: block;
  position: relative;
  background-color: var(--theme-color);
  overflow: hidden;
  margin: 35px 0;
  color: var(--white-color);
  border-radius: 15px;
}

.vs-quote p {
  font-size: inherit;
  font-family: inherit;
  margin-bottom: 0 !important;
  line-height: inherit;
  color: inherit;
  width: 100%;
  position: relative;
  z-index: 3;
}

.vs-quote p {
  margin-bottom: 0;
}

.vs-quote p a {
  color: inherit;
}

.vs-quote cite {
  display: inline-block;
  font-size: 18px;
  position: relative;
  border-color: inherit;
  line-height: 1;
  font-weight: 700;
  margin-top: 25px;
  padding-left: 15px;
  font-style: normal;
  font-family: var(--body-font);
  padding-left: 30px;
  margin-left: 10px;
}

.vs-quote cite:before {
  content: "";
  height: 3px;
  width: 30px;
  background-color: var(--white-color);
  position: absolute;
  top: 7px;
  left: -10px;
}

.vs-quote.style-left-icon {
  font-size: 18px;
  color: var(--body-color);
  font-weight: 400;
  line-height: 1.556;
  background-color: var(--smoke-color);
  padding: 55px 60px;
  padding-left: 160px;
}

.vs-quote.style-left-icon:before {
  right: unset;
  left: 56px;
  top: 60px;
  font-size: 6rem;
  font-weight: 400;
  line-height: 4rem;
  color: var(--theme-color);
  text-shadow: none;
}

.vs-quote.style-left-icon cite {
  color: var(--title-color);
}

.vs-quote.style-left-icon cite:before {
  background-color: var(--title-color);
  top: 8px;
}

.blog-meta span,
.blog-meta a {
  display: inline-block;
  margin-right: 18px;
  font-size: 16px;
  color: var(--body-color);
  margin-bottom: 8px;
}

.blog-meta span:last-child,
.blog-meta a:last-child {
  margin-right: 0;
}

.blog-meta span i,
.blog-meta a i {
  margin-right: 8px;
  color: inherit;
  font-size: 14px;
  position: relative;
  top: -1px;
}

.blog-meta span:hover,
.blog-meta a:hover {
  color: var(--theme-color);
}

.blog-meta span a::before {
  content: ",";
  margin-right: 5px;
  color: var(--body-color) !important;
}

.blog-meta span a:first-of-type::before {
  content: "";
}

.blog-category {
  margin-bottom: -10px;
}

.blog-category a {
  display: inline-block;
  color: #fff;
  padding: 4.5px 24.5px;
  margin-right: 5px;
  margin-bottom: 10px;
  border: 1px solid transparent;
  background-color: var(--theme-color);
}

.blog-category a:hover {
  background-color: var(--white-color);
  color: var(--body-color);
  border-color: var(--theme-color);
}

.blog-title a {
  color: inherit;
}

.blog-title a:hover {
  color: var(--theme-color);
}

.blog-inner-title {
  margin-bottom: 30px;
  margin-top: -0.3em;
}

.blog-author {
  margin-top: 60px;
  margin-bottom: 55px;
  padding: 60px;
  border-right: 8px solid var(--theme-color);
  position: relative;
  background-color: var(--smoke-color);
  border-radius: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.blog-author .author-degi {
  margin-bottom: 5px;
  color: var(--theme-color);
  font-weight: 400;
  font-size: 14px;
}

.blog-author .media-img {
  display: inline-block;
  background-color: #e4e4e4;
  margin-right: 25px;
  border-radius: 15px;
  overflow: hidden;
  width: 150px;
  height: 150px;
}

.blog-author .media-img img {
  border-radius: inherit;
}

.blog-author .author-name {
  margin-bottom: 10px;
  color: var(--title-color);
}

.blog-author .author-name a {
  color: inherit;
}

.blog-author .author-name a:hover {
  color: var(--theme-color);
}

.blog-single {
  margin-bottom: 60px;
}

.blog-single .blog-meta span,
.blog-single .blog-meta a {
  font-size: 14px;
}

.blog-single .blog-meta span i,
.blog-single .blog-meta a i {
  margin-right: 5px;
}

.blog-single .blog-img,
.blog-single .blog-audio,
.blog-single .blog-video {
  position: relative;
  margin-bottom: 40px;
  border-radius: 15px;
  overflow: hidden;
}

.blog-single .blog-audio {
  line-height: 1;
}

.blog-single .blog-title {
  line-height: 1.278;
  color: var(--title-color);
  margin-bottom: 30px;
  margin-top: -0.29em;
}

.blog-single .blog-title a {
  color: inherit;
}

.blog-single .blog-title a:hover {
  color: var(--theme-color);
}

.blog-single .blog-text {
  margin-bottom: 0;
  margin-top: 20px;
}

.blog-single .vs-btn {
  margin-top: 30px;
}

.blog-single:hover .blog-img img,
.blog-single:hover .blog-audio img,
.blog-single:hover .blog-video img {
  -webkit-transform: scale(1);
  transform: scale(1);
}

.share-links {
  margin-top: 50px;
  padding-bottom: 40px;
  border-bottom: 1px solid var(--border-color);
}

.share-links-title {
  font-size: 18px;
  color: var(--title-color);
  display: block;
  margin-bottom: 10px;
  font-family: var(--title-font);
  font-weight: 600;
  margin-top: -0.45em;
}

.social-links {
  margin-top: -0.05em;
}

.blog-single .blog-img {
  position: relative;
}

.blog-single .blog-img .slick-arrow {
  border: none;
  position: absolute;
  left: 40px;
  z-index: 2;
  opacity: 0;
  visibility: hidden;
  --title-color: #fff;
}

.blog-single .blog-img .slick-arrow.slick-next {
  left: auto;
  right: 40px;
}

.blog-single .blog-img .play-btn {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.blog-single .slick-arrow {
  --icon-size: 50px;
  font-size: 18px;
  background-color: rgba(0, 0, 0, 0.15);
  color: var(--white-color);
  border-radius: 50%;
}

.blog-single:hover .blog-img .slick-arrow {
  opacity: 1;
  visibility: visible;
}

.blog-details .blog-single {
  position: relative;
  margin-bottom: 30px;
  border: none;
}

.blog-details .vs-btn {
  margin-top: unset;
}

.blog-details .author-meta {
  margin-bottom: 20px;
}

.blog-details .multi-social {
  --icon-size: 35px;
  margin-bottom: 0;
  padding-left: 0;
}

.blog-details .multi-social li {
  display: inline-block;
}

.blog-details .multi-social a {
  margin-left: 5px;
  font-size: 14px;
}

.blog-inner-list ul {
  list-style: none;
  padding-left: 30px;
}

.blog-inner-list ul li {
  position: relative;
  padding-left: 35px;
  margin-bottom: 25px;
}

.blog-inner-list ul li:last-child {
  margin-bottom: 0;
}

/* Large devices */
@media (max-width: 1199px) {
  .blog-card .blog-content {
    max-width: 420px;
  }

  .blog-block .blog-content {
    padding: 40px 20px 32px 20px;
  }

  .blog-block .category {
    top: 20px;
    left: 20px;
  }

  .blog-author {
    padding: 35px;
  }

  .vs-quote {
    padding: 30px 40px;
    font-size: 20px;
    line-height: 1.5;
  }

  .vs-quote.style-left-icon {
    padding: 30px 40px;
    padding-left: 135px;
  }

  .vs-quote.style-left-icon:before {
    left: 36px;
    top: 35px;
  }

  .blog-details .blog-single .blog-title {
    font-size: 32px;
  }
}

/* Medium devices */
@media (max-width: 991px) {
  .blog-box .blog-content {
    padding: 30px;
  }

  .blog-box .blog-title {
    margin-bottom: 20px;
  }

  .blog-card .blog-content {
    max-width: 480px;
  }

  .vs-quote {
    font-size: 16px;
    line-height: 1.65;
  }

  .vs-quote cite {
    font-size: 16px;
    margin-top: 20px;
  }

  .vs-quote cite:before {
    height: 2px;
  }

  .vs-quote:before {
    right: 23px;
    bottom: 20px;
    font-size: 8rem;
    line-height: 5rem;
    text-shadow: 3px 0 0;
  }

  .vs-quote.style-left-icon {
    padding-left: 40px;
  }

  .vs-quote.style-left-icon:before {
    left: unset;
    top: unset;
    right: 30px;
    bottom: 30px;
  }

  .blog-author .media-img {
    width: 100px;
    height: 100px;
  }

  .blog-single .blog-title {
    line-height: 1.2;
    font-size: 30px;
  }

  .blog-single .mb-50,
  .blog-single .mb-40 {
    margin-bottom: 30px;
  }

  .vs-pagination.mt-60 {
    margin-top: 30px;
  }

  .blog-details .blog-single .blog-title {
    font-size: 28px;
  }

  .sidebar-area {
    margin-top: 40px;
  }
}

/* Small devices */
@media (max-width: 767px) {
  .blog-block .blog-title {
    font-size: 22px;
  }

  .blog-box .blog-title,
  .blog-grid .blog-title,
  .blog-card .blog-title {
    font-size: 22px;
  }

  .blog-meta span,
  .blog-meta a {
    margin-right: 20px;
    font-size: 16px;
  }

  .share-links .row {
    gap: 30px 0;
  }

  .blog-author {
    padding: 35px 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 20px;
  }

  .vs-quote {
    padding: 30px 20px;
    font-size: 16px;
    line-height: 26px;
  }

  .vs-quote:before {
    right: 22px;
    font-size: 5rem;
    line-height: 3rem;
    text-shadow: 2px 0 0;
  }

  .vs-quote.style-left-icon {
    padding: 25px;
    padding-left: 25px;
  }

  .vs-quote.style-left-icon:before {
    right: 25px;
    bottom: 17px;
    font-size: 4rem;
  }

  .blog-single .share-links-title {
    margin-bottom: 6px;
  }

  .blog-details .blog-single {
    position: relative;
  }

  .blog-details .blog-single .blog-title {
    line-height: 1.2;
    font-size: 26px;
  }

  .blog-details .blog-single .blog-meta li {
    font-size: 14px;
    margin-right: 20px;
  }

  .blog-details .multi-social {
    --icon-size: 35px;
  }

  .blog-details .multi-social a {
    margin-left: 0;
    margin-right: 5px;
  }

  .blog-author .media-img {
    width: 100px;
    height: 100px;
  }

  .share-links {
    margin-top: 20px;
    padding-bottom: 25px;
  }
}

/* Extra small devices */
@media (max-width: 575px) {
  .blog-card .blog-content {
    max-width: 100%;
    padding: 40px 20px 32px 20px;
    margin-top: 0;
    border-radius: 0 0 15px 15px;
  }

  .blog-card .blog-img {
    border-radius: 15px 15px 0 0;
  }

  .blog-inner-list ul {
    padding-left: 0;
  }

  .blog-single .blog-title {
    font-size: 24px;
  }

  .author-meta {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 18px;
  }

  .vs-comment-form {
    padding: 25px 20px;
  }
}

@media (max-width: 375px) {

  .blog-meta span,
  .blog-meta a {
    font-size: 14px;
  }

  .blog-meta span i,
  .blog-meta a i {
    font-size: 12px;
  }
}

/*------------------- 4.7. Comments  -------------------*/
.vs-comment-wrap .blog-inner-title {
  margin-bottom: 0;
}

ul.comment-list,
.children {
  list-style: none;
  margin: 0;
  padding: 0;
}

.vs-post-comment {
  --border-color: rgb(241, 240, 239);
  padding: 40px 0 34px 0;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  border-bottom: 1px solid var(--border-color);
}

.vs-post-comment .comment-avater {
  width: 100px;
  height: 100px;
  margin-right: 30px;
  overflow: hidden;
  border-radius: 50%;
  float: left;
}

.vs-post-comment .comment-content {
  position: relative;
  line-height: 1;
  padding-left: 130px;
}

.vs-post-comment .name {
  margin-bottom: 15px;
  margin-top: -5px;
  font-size: 20px;
  font-weight: bold;
}

.vs-post-comment .commented-on {
  font-size: 14px;
  display: block;
  font-weight: 400;
  margin-bottom: 10px;
}

.vs-post-comment .reply_and_edit {
  margin-top: 20px;
}

.vs-post-comment .star-rating {
  display: inline-block;
  position: absolute;
  top: 0;
  right: 0;
}

.vs-post-comment .star-rating {
  width: 92px;
}

.vs-post-comment .reply-btn {
  color: var(--white-color);
  background-color: var(--theme-color);
  min-width: 110px;
  font-family: var(--body-font);
  text-transform: uppercase;
  padding: 0 20px;
  height: 40px;
  display: inline-block;
  text-align: center;
  line-height: 40px;
  font-weight: bold;
  border-radius: 999px;
  font-size: 14px;
}

.vs-product-box .added_to_cart:hover {
  background-color: var(--title-color);
  color: var(--white-color);
}

.vs-product-box:hover .product-content {
  border-color: transparent;
  background-color: var(--white-color);
}

.vs-product-box:hover .product-img img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.vs-product-box:hover .product-img:before {
  visibility: visible;
  opacity: 0.7;
}

.vs-product-box:hover .actions {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateY(-50%) scale(1);
  transform: translateY(-50%) scale(1);
}

.vs-product-box .product-tag {
  width: 56px;
  height: 26px;
  line-height: 26px;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 500;
  background-color: var(--theme-color);
  color: var(--white-color);
  border-radius: 15px;
  position: absolute;
  top: 25px;
  right: 25px;
  z-index: 2;
}

.vs-product-box.product-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid var(--smoke-two);
}

.vs-product-box.product-list .product-title {
  font-size: 18px;
}

.vs-product-box.product-list .product-content {
  text-align: left;
  padding: 15px 15px 15px 25px;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.vs-product-box.product-list .product-img {
  max-width: 180px;
  border-radius: 15px 0 0 15px;
}

.vs-product-box.product-list .product-tag {
  top: 12px;
  right: 12px;
}

.vs-product-box.product-list .star-rating {
  font-size: 12px;
  width: 86px;
}

.vs-product-box.product-list .actions {
  gap: 5px;
}

.vs-product-box.product-list .icon-btn {
  width: 35px;
  height: 35px;
  line-height: 35px;
  font-size: 13px;
}

.vs-product-box.product-list .icon-btn i {
  width: 35px;
  height: 35px;
  line-height: 35px;
  font-size: 12px;
}

.vs-product-box.product-list .added_to_cart,
.vs-product-box.product-list .tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart-plus.no-txt,
.vs-product-box.product-list .tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart.no-txt {
  width: 35px;
  height: 35px;
  line-height: 35px;
}

.vs-product-box.product-list .added_to_cart:before {
  font-size: 14px;
}

.vs-product-box.product-list .added_to_cart:after {
  font-size: 13px;
}

.vs-product-box.product-list .tinv-wraper.tinv-wishlist {
  line-height: 1;
}

.price,
.amount {
  color: var(--theme-color);
  font-weight: bold;
  font-size: 16px;
  font-family: var(--body-font);
}

.price del,
.amount del {
  color: var(--body-color);
  margin-left: 12px;
}

del {
  color: var(--body-color);
}

del .price,
del .amount {
  color: var(--body-color);
}

.vs-sort-bar {
  background-color: var(--smoke-color);
  padding: 15px 25px;
  border-radius: 15px;
}

.vs-sort-bar>.row {
  --bs-gutter-y: 15px;
}

.vs-sort-bar .icon-btn {
  margin-right: 10px;
  width: 45px;
  height: 45px;
  line-height: 47px;
}

.vs-sort-bar .icon-btn:last-child {
  margin-right: 0;
}

.vs-sort-bar select {
  height: 45px;
  border: 1px solid var(--border-color);
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  min-width: auto;
  color: var(--body-color);
  padding-right: 46px;
  padding-left: 20px;
  font-size: 16px;
  margin: 0;
  border-radius: 30px;
}

.vs-sort-bar label {
  font-size: 14px;
  margin-bottom: 0;
  margin-right: 15px;
  font-weight: 500;
  line-height: 1;
  color: var(--title-color);
}

.vs-sort-bar p.woocommerce-result-count {
  margin-bottom: 0;
  color: var(--title-color);
}

.product-search .widget {
  padding: 0;
  margin: 0;
}

.product-big-img .slick-arrow {
  position: absolute;
  left: -60px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  border: none;
  background-color: transparent;
  width: auto;
  height: auto;
  padding: 0;
  line-height: 1;
  font-size: 24px;
  color: rgba(0, 0, 0, 0.3);
  opacity: 0;
  visibility: hidden;
  z-index: 3;
  margin: 0;
}

.product-big-img .slick-arrow.slick-next {
  left: auto;
  right: -60px;
}

.product-big-img .slick-dots {
  position: absolute;
  left: 0;
  right: 0;
  text-align: center;
  bottom: 25px;
  margin-bottom: 0;
}

.product-big-img .slick-arrow {
  left: 30px;
}

.product-big-img .slick-arrow.slick-next {
  left: auto;
  right: 30px;
}

.container .row:hover .product-big-img .slick-arrow {
  opacity: 1;
  visibility: visible;
}

.product-thumb {
  cursor: pointer;
}

.quantity {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #eeeeee;
  border-radius: 0;
  text-align: center;
  width: 150px;
  color: var(--title-color);
  border-radius: 999px;
}

.quantity input {
  width: 50px;
  height: 48px;
  text-align: center;
  border: 1px solid #eeeeee;
  border-top: none;
  border-bottom: none;
  color: var(--title-color);
  font-weight: bold;
  font-size: 16px;
  padding-left: 0;
  /* Firefox */
}

.quantity input::-webkit-outer-spin-button,
.quantity input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

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

.quantity .qut-btn {
  border: none;
  background-color: transparent;
  padding: 0;
  line-height: 1;
  color: var(--title-color);
  font-size: 14px;
  text-align: center;
  width: 50px;
  font-weight: bold;
}

.quantity .qut-btn:hover {
  color: var(--theme-color);
}

.mfp-content {
  margin: 1.5rem auto;
}

.mfp-content .product-details-img {
  padding-top: 15px;
}

.mfp-content .product-about {
  padding-top: 40px;
  padding-bottom: 40px;
}

.mfp-content .container {
  position: relative;
  border-radius: 15px;
}

.mfp-content .product-big-img {
  margin-top: 15px;
  margin-bottom: 15px;
}

.mfp-fade.mfp-bg {
  opacity: 0;
  -webkit-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}

.mfp-fade.mfp-bg.mfp-ready {
  opacity: 0.8;
}

.mfp-fade.mfp-bg.mfp-removing {
  opacity: 0;
}

.mfp-fade.mfp-wrap .mfp-content {
  opacity: 0;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}

.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1;
}

.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0;
}

.product-inner-list>ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.product-inner-list li {
  position: relative;
  padding-left: 15px;
}

.product-inner-list li:before {
  content: "-";
  position: absolute;
  left: 0;
}

.product-about>.price {
  margin-top: -0.2em;
  font-weight: 600;
  color: var(--theme-color);
  display: block;
  margin-bottom: 25px;
}

.product-about>.price del {
  color: var(--body-color);
  font-size: 0.8em;
}

.product-about .actions-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 20px;
  margin-bottom: 20px;
}

.product-about .actions-btn .vs-btn {
  font-size: 16px;
  padding: 8px 28px;
  height: 50px;
}

.product-about .vs-comments-wrap {
  margin-top: 0;
}

.product-about .border-title {
  position: relative;
  padding-bottom: 20px;
  margin-bottom: 40px;
}

.product-about .border-title:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 2px;
  width: 80px;
  background-color: var(--theme-color);
}

/* Large devices */
@media (max-width: 1199px) {
  .vs-product-box .product-title {
    font-size: 20px;
  }
}

/* Medium devices */
@media (max-width: 991px) {
  .vs-product-box.product-list .product-img {
    max-width: 150px;
  }

  .vs-product-box.product-list .product-title {
    font-size: 16px;
  }

  .vs-product-box.product-list .price,
  .vs-product-box.product-list .amount {
    font-size: 14px;
  }

  .vs-product-box.product-list .product-category {
    font-size: 14px;
  }
}

/* Small devices */
@media (max-width: 767px) {
  .woocommerce-result-count {
    text-align: center;
  }
}

/* Extra small devices */
@media (max-width: 575px) {
  .vs-sort-bar select {
    margin-left: auto;
    margin: auto;
  }

  .vs-product-box.product-list .product-img {
    width: 130px;
    max-width: 130px;
  }

  .vs-product-box.product-list .product-content .product-title {
    font-size: 16px;
  }
}

/* Extra small devices */
@media (max-width: 416px) {
  .vs-product-box .actions .vs-btn {
    height: 38px;
    padding: 8px 15px;
  }

  .vs-product-box.product-list .product-content {
    padding: 15px 20px 15px 15px;
  }
}

/*------------------- 4.00. Products  -------------------*/
.product-big-img {
  --space: 50px;
  position: relative;
  border-radius: 15px;
  overflow: hidden;
}

.product-big-img .product-thumb-area {
  width: calc(100% - var(--space) * 2);
  position: absolute;
  bottom: var(--space);
  left: var(--space);
}

.product-thumb img {
  border-radius: 15px;
}

.product-about .woocommerce-product-rating {
  display: inline-block;
  margin-bottom: 8px;
}

.product-about .star-rating {
  display: inline-block;
  vertical-align: middle;
}

.product-about .woocommerce-review-link {
  color: var(--body-color);
}

.product-about .woocommerce-review-link:hover {
  color: var(--theme-color);
}

.product-about .product-title {
  font-size: 40px;
}

.product-about .price {
  font-size: 24px;
}

.product-about .actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 20px;
  margin-top: 32px;
  margin-bottom: 35px;
}

.product-about .actions .icon-btn {
  background-image: -webkit-gradient(linear, left top, right top, from(var(--theme-color)), to(var(--theme-color2)));
  background-image: linear-gradient(to right, var(--theme-color) 0%, var(--theme-color2) 100%);
}

.product-about .actions .icon-btn:hover {
  background-image: none;
}

.woocommerce-table td,
.woocommerce-table th {
  padding: 10px;
}

.product_meta {
  text-transform: capitalize;
}

.product_meta>span {
  display: block;
  margin-bottom: 5px;
  color: var(--title-color);
  font-weight: bold;
}

.product_meta>span:last-child {
  margin-bottom: 0;
}

.product_meta>span a {
  color: inherit;
}

.product_meta>span a:hover {
  color: var(--theme-color);
}

.product_meta>span>a,
.product_meta>span>span {
  position: relative;
  color: var(--body-color);
  display: inline-block;
  font-weight: 400;
}

.product_meta>span>a:after,
.product_meta>span>span:after {
  content: ",";
  margin-right: 5px;
}

.product_meta>span>a:last-child:after,
.product_meta>span>span:last-child:after {
  display: none;
}

.product_meta>span>a:first-child,
.product_meta>span>span:first-child {
  margin-left: 7px;
}

.actions.d-flex {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 12px;
}

.product-tab-style1 {
  border-bottom: 1px solid #ececec;
  position: relative;
}

.product-tab-style1 a {
  color: var(--title-color);
  font-size: 20px;
  font-weight: 600;
  text-transform: capitalize;
  display: inline-block;
  position: relative;
  line-height: 1;
  padding: 0 0 13px 0;
  margin-right: 45px;
  font-family: var(--title-font);
  position: relative;
}

.product-tab-style1 a.active {
  color: var(--theme-color);
}

.product-tab-style1 .indicator {
  position: absolute;
  left: 0;
  top: auto !important;
  height: 0 !important;
  bottom: -1px;
  -webkit-transition: all ease 0.4s;
  transition: all ease 0.4s;
  border-bottom: 2px solid var(--theme-color);
}

.product-desc-area p {
  margin-bottom: 25px;
}

.product-desc-area ul,
.product-desc-area .check-list {
  margin-bottom: 25px;
}

#description>p:first-child {
  margin-top: -7px;
}

#description,
#additional {
  margin-bottom: -30px;
}

/* Large devices */
@media (max-width: 1199px) {
  .product-about .product-title {
    font-size: 36px;
  }

  .product-about .price {
    font-size: 22px;
  }

  .product-big-img {
    --space: 20px;
  }
}

/* Medium devices */
@media (max-width: 991px) {
  .product-about {
    margin-top: 0;
  }

  .product-about .product-title {
    font-size: 30px;
  }

  .product-tab-style1 a {
    font-size: 18px;
    margin-right: 30px;
  }

  .product-big-img {
    --space: 50px;
  }
}

/* Small devices */
@media (max-width: 767px) {
  .product-about .product-title {
    font-size: 26px;
    margin-bottom: 7px;
  }

  .product-about .price {
    font-size: 20px;
  }

  .product-about .actions .quantity {
    margin-right: 0;
  }
}

/* Extra small devices */
@media (max-width: 575px) {
  .product-tab-style1 .indicator {
    display: none;
  }

  .product-big-img {
    --space: 20px;
  }

  .product-big-img .product-thumb-area {
    bottom: 15px;
  }
}

/*------------------- 4.00. Cart  -------------------*/
.woocommerce-cart-form {
  text-align: center;
}

.cart_table {
  border: 1px solid #eaf0f2;
  margin-bottom: 45px;
}

.cart_table thead {
  background-color: var(--smoke-color);
}

.cart_table thead th {
  border: none !important;
}

.cart_table td:before,
.cart_table th {
  font-family: var(--title-font);
  color: var(--title-color);
  font-weight: 600;
  border: none;
  padding: 27px 15px;
}

.cart_table td:before {
  content: attr(data-title);
  position: absolute;
  left: 15px;
  top: 50%;
  vertical-align: top;
  padding: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  display: none;
}

.cart_table td {
  border: none;
  border-bottom: 1px solid #f3f3f3;
  color: #8b8b8b;
  padding: 20px 10px;
  position: relative;
  vertical-align: middle;
}

.cart_table .product-quantity {
  color: var(--title-color);
}

.cart_table .product-quantity input {
  position: relative;
  top: -2px;
}

.cart_table .cart-productname {
  font-weight: 400;
  font-family: var(--body-font);
  color: var(--body-color);
}

.cart_table .cart-productimage {
  display: inline-block;
  border: 1px solid var(--border-color);
}

.cart_table .remove {
  color: var(--theme-color);
  font-size: 18px;
}

.cart_table .quantity {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: none;
}

.cart_table .qut-btn {
  border: 1px solid var(--border-color);
  background-color: transparent;
  color: #b8c6d0;
  padding: 0;
  width: 30px;
  height: 30px;
  line-height: 25px;
  font-size: 16px;
  border-radius: 4px;
}

.cart_table .qut-btn:hover {
  background-color: var(--theme-color);
  color: var(--white-color);
}

.cart_table .qty-input {
  vertical-align: middle;
  border: 1px solid var(--border-color);
  width: 70px;
  height: 30px;
  font-size: 14px;
  text-align: center;
  color: #2c3e50;
  font-weight: 700;
  margin: 0 10px;
  border-radius: 4px;
  /* Firefox */
}

.cart_table .qty-input::-webkit-outer-spin-button,
.cart_table .qty-input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

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

.cart_table .actions {
  text-align: right;
  vertical-align: middle;
}

.cart_table .actions>.vs-btn {
  font-size: 14px;
  padding: 18px 28px;
  margin-right: 15px;
}

.cart_table .actions>.vs-btn:last-child {
  margin-right: 0;
  padding: 16.5px 28px;
}

.cart_table .vs-cart-coupon {
  float: left;
  margin: 0;
  width: 455px;
  max-width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.cart_table .vs-cart-coupon input {
  height: 50px;
  width: calc(100% - 200px);
  margin-right: 10px;
}

.cart_table .vs-cart-coupon .vs-btn {
  font-size: 14px;
  padding: 18px 22px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}

.cart_table .actions .vs-btn {
  display: inline;
}

.cart_totals {
  border: 1px solid #ecf0f1;
}

.cart_totals th,
.cart_totals td {
  vertical-align: top;
  padding: 20px 20px;
  border: none;
  border-bottom: 1px solid #ecf0f1;
  font-size: 14px;
  color: var(--title-color);
  width: 55%;
}

.cart_totals th:first-child,
.cart_totals td:first-child {
  width: 45%;
  background-color: var(--smoke-color);
  font-weight: 700;
  font-size: 14px;
  color: #333333;
}

.cart_totals .shipping-calculator-button {
  display: inline-block;
  border-bottom: 1px solid;
  color: var(--title-color);
  font-weight: 700;
}

.cart_totals .shipping-calculator-button:hover {
  color: var(--theme-color);
}

.cart_totals .woocommerce-shipping-destination {
  margin-bottom: 10px;
}

.cart_totals .woocommerce-shipping-methods {
  margin-bottom: 0;
}

.cart_totals .woocommerce-shipping-methods input[type=radio]~label::before {
  padding-right: 1.5px;
  padding-top: 0;
}

.cart_totals .shipping-calculator-form {
  display: none;
}

.cart_totals .shipping-calculator-form p:first-child {
  margin-top: 20px;
}

.cart_totals .shipping-calculator-form p:last-child {
  margin-bottom: 0;
}

.cart_totals .shipping-calculator-form .vs-btn {
  padding: 9px 20px;
  min-width: 120px;
}

.cart_totals .amount {
  font-weight: 700;
}

.cart_totals .order-total .amount {
  color: var(--theme-color);
}

/* Medium devices */
@media (max-width: 991px) {
  .cart_table th {
    padding: 23px 8px;
    font-size: 14px;
  }

  .cart_table .cart-productname {
    font-size: 14px;
  }

  .cart_table .vs-cart-coupon {
    width: 100%;
    margin-bottom: 20px;
  }

  .cart_table .actions {
    text-align: center;
  }
}

/* Small devices */
@media (max-width: 767px) {
  .cart_table {
    text-align: left;
    min-width: auto;
    border-collapse: separate;
    border-spacing: 0 20px;
    border: none;
    margin-top: -20px;
  }

  .cart_table thead {
    display: none;
  }

  .cart_table td {
    padding: 15px;
    display: block;
    width: 100%;
    padding-left: 25%;
    text-align: right;
    border: 1px solid #f3f3f3;
    border-bottom: none;
  }

  .cart_table td::before {
    display: block;
  }

  .cart_table td:last-child {
    border-bottom: 1px solid #f3f3f3;
  }

  .cart_table td.actions {
    padding-left: 15px;
    text-align: center;
  }

  .cart_table td.actions>.vs-btn {
    margin-top: 10px;
    margin-right: 0;
    display: block;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    margin-left: auto;
    margin-right: auto;
  }

  .cart_table td.actions>.vs-btn:last-child {
    margin-right: auto;
  }

  .cart_table .vs-cart-coupon {
    width: 100%;
    text-align: center;
    float: none;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    display: block;
    padding-bottom: 10px;
  }

  .cart_table .vs-cart-coupon input {
    width: 100%;
    margin-bottom: 10px;
  }

  .cart_totals th,
  .cart_totals td {
    padding: 15px 10px;
  }

  .cart_totals th:first-child,
  .cart_totals td:first-child {
    width: 17%;
    line-height: 1.4;
  }
}

/* Extra small devices */
@media (max-width: 416px) {
  .cart_table .quantity {
    width: 150px;
  }
}

/*------------------- 4.00. Checkout  -------------------*/
.woocommerce-checkout .form-group {
  margin-bottom: var(--bs-gutter-x);
}

.woocommerce-checkout .select2-container--open .select2-dropdown--below {
  margin-top: 30px;
}

.woocommerce-checkout .select2-container--open .select2-dropdown--above {
  position: relative;
  bottom: -30px;
}

.woocommerce-checkout .select2-dropdown {
  border: 1px solid #e3e6e9;
  border-top: none;
}

.woocommerce-checkout .select2-container--default .select2-selection--single .select2-selection__rendered,
.woocommerce-checkout .form-control:focus {
  color: var(--body-color);
}

.woocommerce-form-login select,
.woocommerce-form-login .form-select,
.woocommerce-form-login .form-control,
.woocommerce-form-coupon select,
.woocommerce-form-coupon .form-select,
.woocommerce-form-coupon .form-control,
.woocommerce-checkout select,
.woocommerce-checkout .form-select,
.woocommerce-checkout .form-control {
  background-color: var(--white-color);
}

.woocommerce-form-login span,
.woocommerce-form-coupon span,
.woocommerce-checkout span {
  display: inline;
}

.select2-container--default .select2-selection--single {
  height: 60px;
  border: 1px solid #e3e6e9;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 60px;
  padding-left: 30px;
  padding-right: 25px;
}

.woocommerce-billing-fields .form-row {
  margin-bottom: 0;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  margin: 0;
  border: none;
  top: 0;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 60px;
  line-height: 60px;
  margin-right: 18px;
}

span.select2-selection.select2-selection--single:focus {
  outline: none;
}

.shipping-calculator-form .form-select,
.shipping-calculator-form .form-control {
  height: 40px;
  padding-left: 15px;
  font-size: 16px;
  border-radius: 0;
  background-position: right 13px top 13px !important;
}

.shipping-calculator-form .vs-btn {
  font-size: 14px;
  padding: 0 20px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  height: 40px;
}

.woocommerce-form-login {
  display: none;
  padding: 30px 30px 25px 30px;
  margin-bottom: 30px;
}

.woocommerce-form-login .form-group {
  margin-bottom: 20px;
}

.woocommerce-form-login .form-group:last-child {
  margin-bottom: 0;
}

.woocommerce-form-login label {
  margin-bottom: 0.3em;
}

.woocommerce-form-coupon {
  display: none;
  padding: 30px;
}

.woocommerce-form-coupon .form-group {
  margin-bottom: 20px;
}

.woocommerce-form-coupon .form-group:last-child {
  margin-bottom: 0;
}

.woocommerce-checkout .shipping_address {
  display: none;
}

.checkout-ordertable th,
.checkout-ordertable td {
  border: none;
  vertical-align: top;
  padding: 5px 0;
  font-size: 14px;
  line-height: 1.6;
  font-weight: 700;
  color: #2c3e50;
}

.checkout-ordertable ul {
  margin: 0;
  padding: 0;
}

.checkout-ordertable .order-total .amount {
  color: var(--theme-color);
}

.checkout-ordertable input[type=hidden]~label {
  color: var(--theme-color);
}

.woocommerce-checkout .form-group input:not(:last-child) {
  margin-bottom: var(--bs-gutter-x);
}

.checkout-ordertable th,
.checkout-ordertable td {
  border: 1px solid #ededed;
  text-align: right;
  padding: 5px 20px;
  line-height: 1.6;
}

.checkout-ordertable th {
  text-align: left;
}

.woocommerce-checkout-payment {
  text-align: left;
}

.woocommerce-checkout-payment ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.woocommerce-checkout-payment ul li {
  padding-top: 10px;
  border-bottom: 1px solid #d8d8d8;
  border-radius: 4px;
  font-size: 16px;
}

.woocommerce-checkout-payment ul input[type=radio]~label {
  margin-bottom: 15px;
  color: var(--body-color);
  width: 100%;
}

.woocommerce-checkout-payment ul input[type=radio]~label img {
  margin-left: 30px;
  float: right;
  position: relative;
  top: 1px;
}

.woocommerce-checkout-payment .place-order {
  padding-top: 30px;
}

.woocommerce-checkout-payment .payment_box {
  color: #a1b1bc;
  background-color: #ecf0f1;
  border: 1px solid #d8d8d8;
  border-bottom: none;
  font-size: 14px;
  padding: 10px 20px;
  border-radius: 4px;
  display: none;
}

.woocommerce-checkout-payment .payment_box p {
  margin: 0;
}

.vs-checkout-wrapper form.woocommerce-form {
  margin-bottom: 25px;
}

/* Small devices */
@media (max-width: 767px) {
  tfoot.checkout-ordertable th {
    display: none;
  }

  .woocommerce-checkout-payment ul input[type=radio]~label img {
    max-width: 150px;
  }

  .checkout-ordertable th,
  .checkout-ordertable td {
    padding-left: 25%;
  }
}

/*------------------- 4.00. Wishlist  -------------------*/
.tinv-wishlist input[type=checkbox] {
  display: inline-block;
  opacity: 1;
  visibility: visible;
  width: auto;
  height: auto;
}

.tinv-wishlist .cart-empty {
  padding: 12px 25px;
  background-color: #eee;
  border-radius: 5px;
  font-weight: 700;
  font-size: 14px;
}

.tinv-wishlist p.return-to-shop .button {
  display: inline-block;
  background-color: var(--theme-color);
  color: #fff;
  font-size: 14px;
  padding: 10px 25px;
  border-radius: 4px;
  margin-top: 10px;
  font-weight: 700;
}

.tinv-wishlist p.return-to-shop .button:Hover {
  background-color: var(--title-color);
  color: var(--white-color);
}

.tinv-wishlist table th {
  color: var(--title-color);
}

.tinv-wishlist table td,
.tinv-wishlist table th {
  padding: 10px;
  border: 1px solid var(--border-color);
  text-align: center;
}

.tinv-wishlist .product-cb,
.tinv-wishlist .product-remove {
  width: 40px;
  text-align: center;
}

.tinv-wishlist .product-thumbnail {
  width: 110px;
}

.tinv-wishlist .stock.in-stock {
  margin-bottom: 0;
}

.tinv-wishlist ins {
  text-decoration: none;
}

.tinv-wishlist .product-remove button {
  border: none;
  height: 22px;
  width: 22px;
  text-align: center;
  font-size: 12px;
  line-height: 20px;
}

.tinv-wishlist .tinvwl-mobile {
  display: none;
}

.tinv-wishlist .social-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 295px;
  margin-left: auto;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.tinv-wishlist .social-buttons ul {
  padding-left: 0;
  margin-bottom: 0;
  margin-left: auto;
}

.tinv-wishlist table.tinvwl-table-manage-list {
  font-size: 14px;
}

.tinv-wishlist table.tinvwl-table-manage-list button {
  border-radius: 999px;
}

.tinv-wishlist .product-stock i {
  margin-right: 5px;
}

.tinv-wishlist .tinv-modal .icon_big_times {
  margin-bottom: 5px;
  color: var(--theme-color);
}

.tinv-wishlist button.button {
  border: none;
  height: 40px;
  line-height: 40px;
  font-size: 14px;
  font-weight: 700;
  background-color: var(--theme-color);
  color: #fff;
  padding: 1px 15px;
}

.tinv-wishlist button.button i {
  font-size: 14px !important;
  margin-right: 3px !important;
}

.tinv-wishlist th,
.tinv-wishlist td.product-name {
  font-size: 16px;
  font-weight: 700;
  font-family: var(--title-font);
}

.tinv-wishlist td.product-name a {
  color: var(--title-color);
}

.tinv-wishlist td.product-name a:hover {
  color: var(--theme-color);
}

.tinv-wishlist td.product-price del {
  font-size: 0.9em;
}

.tinv-wishlist .social-buttons>span {
  font-weight: 700;
  margin-right: 10px;
  font-family: var(--title-font);
  color: var(--title-color);
}

.tinv-wishlist .social-buttons li {
  display: inline-block;
}

.tinv-wishlist .social-buttons li a.social {
  background-color: var(--theme-color);
  color: #fff;
  width: 30px;
  height: 30px;
  line-height: 30px;
  font-size: 14px;
  display: inline-block;
  text-align: center;
  border-radius: 50px;
  margin-left: 3px;
}

.tinv-wishlist .social-buttons li a.social:first-child {
  margin-left: 0;
}

.tinv-wishlist .social-buttons li a.social i {
  line-height: inherit;
}

.tinv-wishlist .social-buttons li a.social:hover {
  background-color: var(--title-color);
  color: var(--white-color);
}

/* Medium devices */
@media (max-width: 991px) {
  .tinvwl-full {
    display: none;
  }

  .tinv-wishlist .tinvwl-mobile {
    display: block;
  }

  .tinvwl-txt {
    display: none;
  }

  .product-stock {
    width: 40px;
    text-align: center;
  }
}

/* Small devices */
@media (max-width: 767px) {
  .tinv-wishlist table {
    table-layout: fixed;
  }

  .tinv-wishlist table.tinvwl-table-manage-list tbody td.product-remove,
  .tinv-wishlist table.tinvwl-table-manage-list thead th:not(.product-name) {
    display: none;
  }

  .tinv-wishlist table.tinvwl-table-manage-list tbody td {
    display: block;
    width: 100% !important;
    text-align: center;
  }

  .product-name {
    text-align: center;
  }

  .tinv-wishlist table td,
  .tinv-wishlist table th {
    border-bottom: none;
  }

  .tinv-wishlist table tbody {
    border-bottom: 1px solid var(--border-color);
  }

  .tinv-wishlist .social-buttons {
    max-width: 100%;
    margin-left: unset;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .tinv-wishlist .social-buttons ul {
    margin-left: unset;
    margin-top: 5px;
  }

  .tinvwl-txt {
    display: inline-block;
  }
}

/*------------------- 4.00. simple section  -------------------*/
.border-img {
  margin-top: -190px;
  -webkit-box-shadow: 0px 30px 39.2px 9.8px rgba(201, 174, 222, 0.31);
  box-shadow: 0px 30px 39.2px 9.8px rgba(201, 174, 222, 0.31);
  background-image: linear-gradient(130deg, var(--theme-color) 0%, var(--theme-color2) 100%);
  padding: 15px;
}

.border-top {
  border-top: 1px solid #eae8f1 !important;
}

.info-card-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.info-card {
  padding-right: 40px;
  margin-right: 40px;
  border-right: 1px solid var(--border-color);
}

.info-card:last-child {
  margin-right: 0;
  padding-right: 0;
  border-right: none;
}

.info-card h3 a,
.info-card a.h3 {
  color: var(--title-color);
  margin-bottom: 0;
  line-height: 1;
}

.info-card h3 a i,
.info-card a.h3 i {
  margin-right: 15px;
  line-height: 1;
}

.info-card h3 a:hover,
.info-card a.h3:hover {
  color: var(--theme-color);
}

.info-card .simple-social a:not(:hover) {
  color: var(--title-color);
}

.info-card_title {
  text-transform: uppercase;
  display: block;
  margin-bottom: 17px;
  font-size: 14px;
}

.meeting-img {
  height: 100%;
}

.meeting-img img {
  width: 100%;
  height: 100%;
}

.info-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 20px;
  border-bottom: 1px solid var(--border-color);
  margin-bottom: 20px;
}

.info-grid:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}

.info-grid i {
  font-size: 36px;
  color: var(--theme-color);
  margin-right: 15px;
  line-height: 1.3;
  width: 36px;
}

.info-grid_title {
  font-size: 18px;
  margin-bottom: 7px;
}

.info-grid_title a {
  color: inherit;
}

.info-grid_title a:hover {
  color: var(--theme-color);
}

.info-grid_text {
  margin-bottom: 0;
}

.upcoming-ticket {
  padding-right: 35px;
}

.vs-video {
  position: relative;
}

.vs-video .play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.gr-overlay {
  position: relative;
  z-index: 2;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}

.gr-overlay:before {
  content: "";
  height: 100%;
  width: 0;
  background-image: linear-gradient(130deg, var(--theme-color) 0%, var(--theme-color2) 100%);
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
  border-radius: inherit;
  overflow: hidden;
}

.gr-overlay:hover {
  color: var(--white-color);
}

.gr-overlay:hover:before {
  visibility: visible;
  opacity: 1;
  width: 100%;
}

.vs-card {
  position: relative;
}

.vs-card_content {
  -webkit-box-shadow: 0px 15px 20px 0px rgba(196, 196, 196, 0.1);
  box-shadow: 0px 15px 20px 0px rgba(196, 196, 196, 0.1);
  background-color: var(--white-color);
  border-radius: 25px;
  text-align: center;
  padding: 55px 30px;
  position: relative;
  overflow: hidden;
  z-index: 2;
  padding-bottom: 107px;
  margin-bottom: 104px;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}

.vs-card_content:before {
  content: "";
  height: 100%;
  width: 0;
  background-color: var(--theme-color);
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
  border-radius: inherit;
  overflow: hidden;
}

.vs-card_shape {
  position: absolute;
  top: -100%;
  left: 0;
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
}

.vs-card_icon {
  --icon-size: 142px;
  position: absolute;
  bottom: -90px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: var(--icon-size);
  height: var(--icon-size);
  line-height: var(--icon-size);
  background-color: var(--white-color);
  text-align: center;
  border-radius: 50%;
  border: 19px solid var(--smoke-color);
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  z-index: 2;
}

.vs-card_icon:before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: var(--theme-color);
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
  border-radius: inherit;
  overflow: hidden;
  -webkit-transform: scale(0.6);
  transform: scale(0.6);
}

.vs-card_title {
  font-size: 24px;
}

.vs-card:hover {
  color: var(--white-color);
}

.vs-card:hover .vs-card_content:before {
  visibility: visible;
  opacity: 1;
  width: 100%;
}

.vs-card:hover .vs-card_shape {
  top: 0;
}

.vs-card:hover .vs-card_title,
.vs-card:hover .vs-card_text {
  color: var(--white-color);
}

.vs-card:hover .vs-card_icon img {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}

.vs-card:hover .vs-card_icon:before {
  opacity: 1;
  visibility: visible;
  -webkit-transform: scale(1);
  transform: scale(1);
}

.content-box-1 {
  max-width: 540px;
  margin-left: 120px;
  padding-right: 15px;
  padding-top: 90px;
  padding-bottom: 90px;
  height: 100%;
  display: grid;
  -ms-flex-line-pack: center;
  align-content: center;
}

.vs-box {
  text-align: center;
  padding: 50px;
  margin-bottom: 30px;
  border-radius: 15px;
}

.vs-box>i {
  --icon-size: 120px;
  width: var(--icon-size);
  height: var(--icon-size);
  line-height: var(--icon-size);
  font-size: 44px;
  color: var(--theme-color);
  background-color: var(--white-color);
  text-align: center;
  display: block;
  border-radius: 50%;
  margin: 0 auto 38px auto;
}

.vs-box .line {
  display: block;
  height: 1px;
  width: 80px;
  background-color: var(--white-color);
  margin: 23px auto 23px auto;
}

.vs-box-subtitle,
.vs-box_title,
.vs-box_text {
  color: var(--white-color);
}

.vs-box_text {
  font-size: 16px;
  margin-bottom: 35px;
}

.vs-box-subtitle {
  margin-bottom: 5px;
  display: block;
}

.info-list {
  max-width: 360px;
  margin-bottom: 28px;
}

.info-list:last-child {
  margin-bottom: 0;
}

.info-list a {
  color: var(--body-color);
}

.info-list a:hover {
  color: var(--theme-color);
}

.info-list strong {
  font-weight: 500;
  color: var(--title-color);
}

.info-list_text {
  font-size: 18px;
  margin-bottom: 5px;
  display: block;
  line-height: 1.6;
}

.info-list_text:last-child {
  margin-bottom: 0;
}

.info-list_title {
  margin-bottom: 10px;
  font-weight: bold;
  position: relative;
  padding-left: 25px;
  font-size: 24px;
}

.info-list_title:before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: var(--theme-color);
  position: absolute;
  top: 14px;
  left: 0;
}

.group-img {
  position: relative;
}

.group-img .icon-btn {
  --btn-size: 55px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  visibility: hidden;
  opacity: 0;
  background-image: -webkit-gradient(linear, left top, right top, from(var(--theme-color)), to(var(--theme-color2)));
  background-image: linear-gradient(to right, var(--theme-color) 0%, var(--theme-color2) 100%);
  font-size: 18px;
  font-weight: 500;
}

.group-img .img-wrap {
  display: inline-block;
  border-radius: 50%;
  overflow: hidden;
  position: relative;
}

.group-img .img-wrap:before {
  content: "";
  width: 100%;
  height: 100%;
  border-radius: inherit;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #101523;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
  -webkit-transform: scale(0.4);
  transform: scale(0.4);
}

.group-img .img-wrap:hover:before {
  visibility: visible;
  opacity: 0.5;
  -webkit-transform: scale(1);
  transform: scale(1);
}

.group-img .img-wrap:hover .icon-btn {
  visibility: visible;
  opacity: 1;
}

.group-img .img-1 {
  left: -56px;
}

.group-img .img-2 {
  left: -85px;
}

.group-img .img-3 {
  left: 120px;
  top: -25px;
}

.group-img .img-4 {
  right: -192px;
  top: 10px;
}

/* Medium Large devices */
@media (max-width: 1399px) {
  .group-img .img-1 {
    left: 0;
    max-width: 300px;
  }

  .group-img .img-2 {
    left: -15px;
  }

  .group-img .img-3 {
    left: 100px;
    top: -55px;
  }

  .group-img .img-4 {
    right: -132px;
    top: 20px;
  }

  .info-card h3,
  .info-card .h3 {
    font-size: 28px;
  }

  .content-box-1 {
    margin-left: 60px;
    padding-top: 80px;
    padding-bottom: 80px;
  }
}

/* Large devices */
@media (max-width: 1199px) {
  .upcoming-ticket {
    padding-right: 0;
  }

  .vs-box {
    padding: 37px 10px;
  }

  .vs-card_content {
    padding: 40px 30px;
    padding-bottom: 107px;
  }

  .group-img {
    margin-bottom: 50px;
    display: grid;
    gap: 20px;
    grid-template-columns: repeat(4, 1fr);
  }

  .group-img .img-wrap {
    inset: 0;
    display: block;
    max-width: 100%;
  }

  .group-img .img-wrap img {
    width: 100%;
  }

  .content-box-1 {
    margin-left: 45px;
    margin-right: 45px;
    max-width: 100%;
  }
}

/* Medium devices */
@media (max-width: 991px) {
  .border-img {
    margin-top: 0;
    margin-bottom: 50px;
  }

  .event-counter.style1 {
    max-width: 590px;
    margin-left: auto;
    margin-right: auto;
  }

  .vs-box {
    padding: 40px 10px;
  }

  p.mb-35,
  p.mb-30 {
    margin-bottom: 20px;
  }

  p.mb-40,
  p.mb-45 {
    margin-bottom: 30px;
  }

  .group-img {
    grid-template-columns: repeat(2, 1fr);
  }

  .group-img .img-wrap:not(.img-1) {
    max-width: 230px;
    height: 230px;
  }

  .group-img .img-1 {
    left: -60px;
  }

  .group-img .img-2 {
    top: 100px;
  }

  .group-img .img-3 {
    left: 100px;
  }

  .group-img .img-4 {
    left: 60px;
    top: 40px;
  }

  .content-box-1 {
    padding-top: 40px;
    margin-left: 35px;
    margin-right: 35px;
  }
}

/* Small devices */
@media (max-width: 767px) {
  .vs-box {
    padding: 60px 10px;
  }

  .vs-card_title,
  .info-list_title {
    font-size: 22px;
  }

  .group-img .img-wrap:not(.img-1) {
    max-width: 170px;
    height: 170px;
  }

  .group-img .img-3 {
    left: 120px;
  }
}

/* Extra small devices */
@media (max-width: 575px) {
  .content-box-1 {
    margin-left: 15px;
    margin-right: 15px;
    text-align: center;
  }

  .info-card-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 30px;
  }

  .info-card {
    border-right: 0;
    padding-right: 0;
    margin-right: 0;
  }

  .info-list_text {
    font-size: 16px;
  }

  .group-img .icon-btn {
    --btn-size: 40px;
  }

  .group-img .img-wrap:not(.img-1) {
    max-width: 120px;
    height: 120px;
  }

  .group-img .img-2 {
    top: 70px;
  }

  .group-img .img-3 {
    left: 60px;
  }

  .group-img .img-4 {
    left: 0;
  }

  .upcoming-ticket {
    text-align: center;
  }
}

/* Extra small devices */
@media (max-width: 416px) {
  .group-img .img-wrap:not(.img-1) {
    max-width: 100px;
    height: 100px;
  }
}

/*------------------- 4.00. Service section  -------------------*/
.vs-service-wrapper .border-top {
  border-top: 1px solid #eae8f1;
}

.service-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px;
}

.service-box_icon {
  --icon-size: 87px;
  background-color: var(--white-color);
  width: 87px;
  height: 87px;
  line-height: 85px;
  text-align: center;
  border-radius: 99999px;
  margin-right: 30px;
}

.service-box_title {
  margin-top: -0.31em;
}

.service-box_title a {
  color: inherit;
}

.service-box_title a:hover {
  color: var(--theme-color);
}

.service-box_text {
  max-width: 340px;
  margin-bottom: 0;
}

.service-card {
  text-align: center;
  padding: 0 20px;
  margin-bottom: 30px;
}

.service-card_icon {
  margin-bottom: 32px;
}

.service-card_title {
  color: var(--white-color);
  font-weight: 600;
}

.service-card_title a {
  color: inherit;
}

.service-card_title a:hover {
  color: rgba(255, 255, 255, 0.8);
}

.service-card_text {
  color: var(--white-color);
  font-size: 16px;
  max-width: 230px;
  margin-left: auto;
  margin-right: auto;
}

.service-grid {
  background-color: var(--white-color);
  border-radius: 15px;
  -webkit-box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.04);
  box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.04);
  padding: 80px 60px;
  margin-bottom: 30px;
  text-align: center;
  overflow: hidden;
  position: relative;
  z-index: 2;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}

.service-grid:before {
  content: "";
  width: 0;
  height: 100%;
  background-color: var(--theme-color);
  border-radius: inherit;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}

.service-grid_shape {
  position: absolute;
  top: -100%;
  left: 0;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}

.service-grid_icon {
  background-color: var(--theme-color);
  width: 100px;
  height: 100px;
  line-height: 100px;
  text-align: center;
  border-radius: 999px;
  margin: 0 auto 23px auto;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}

.service-grid_icon img {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}

.service-grid_title {
  font-size: 24px;
}

.service-grid_title a {
  color: inherit;
}

.service-grid_text {
  margin-bottom: -0.5em;
  max-width: 280px;
  margin-left: auto;
  margin-right: auto;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}

.service-grid.style2::before {
  background-image: linear-gradient(145deg, var(--theme-color) 0%, var(--theme-color2) 100%);
}

.service-grid.style2 .service-grid_shape img {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
  opacity: 0.15;
}

.service-grid.style2 .service-grid_icon {
  background-image: linear-gradient(145deg, var(--theme-color) 0%, var(--theme-color2) 100%);
}

.service-grid:hover:before {
  width: 100%;
}

.service-grid:hover .service-grid_shape {
  top: 0;
}

.service-grid:hover .service-grid_icon {
  background-color: var(--white-color);
  background-image: none;
}

.service-grid:hover .service-grid_icon img {
  -webkit-filter: none;
  filter: none;
}

.service-grid:hover .service-grid_title,
.service-grid:hover .service-grid_text {
  color: var(--white-color);
}

@media (max-width: 1299px) {
  .service-grid {
    padding: 60px 15px;
  }

  .service-grid_shape {
    width: 175px;
  }
}

/* Large devices */
@media (max-width: 1199px) {
  .service-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }

  .service-box_icon {
    margin-bottom: 25px;
    margin-right: 0;
  }

  .service-card {
    margin-bottom: 35px;
  }

  .service-card_icon {
    margin-bottom: 15px;
  }

  .service-card_title {
    margin-bottom: 10px;
  }
}

/* Medium devices */
@media (max-width: 991px) {
  .service-box_title {
    margin-bottom: 8px;
  }
}

/* Small devices */
@media (max-width: 767px) {
  .service-card {
    padding: 0 0;
  }
}

/*------------------- 4.00. About section  -------------------*/
.about-img {
  border-radius: 15px;
  overflow: hidden;
}

.about-img img {
  width: 100%;
}

.about-border {
  position: absolute;
  top: 60px;
  left: 20%;
  width: 80%;
  height: 100%;
  border: 8px solid #f1eff8;
  border-radius: 15px;
  z-index: -1;
}

.info-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 33px;
  border-bottom: 1px solid var(--border-color);
  margin-bottom: 40px;
}

.info-box:last-of-type {
  margin-bottom: 0;
  border-bottom: none;
  padding-bottom: 0;
}

.info-box_icon {
  margin-right: 30px;
}

.info-box_title {
  margin-bottom: 5px;
  margin-top: -0.2em;
  font-size: 24px;
}

.info-box_text {
  margin-bottom: 0;
}

.rounded-15 {
  border-radius: 15px;
  overflow: hidden;
}

.simple-quote {
  position: relative;
}

.simple-quote:before {
  content: "";
  height: calc(100% - 10px);
  width: 5px;
  position: absolute;
  top: 7px;
  left: 0;
  background-color: var(--theme-color);
}

.simple-quote p {
  color: var(--title-color);
  font-weight: 500;
  padding-left: 20px;
  margin-bottom: 0;
}

.info-media-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  row-gap: 40px;
  -webkit-column-gap: 20px;
  -moz-column-gap: 20px;
  column-gap: 20px;
  border-top: 1px solid #faf0ed;
  border-bottom: 1px solid #faf0ed;
  padding: 23px 0;
  margin-bottom: 40px;
}

.info-media {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 20px;
  max-width: 310px;
}

.info-media_icon {
  width: 70px;
  height: 70px;
  line-height: 70px;
  background-color: rgba(240, 64, 27, 0.08);
  color: var(--theme-color);
  text-align: center;
  font-size: 32px;
  border-radius: 50%;
}

.info-media_title {
  font-size: 20px;
  margin-bottom: 5px;
}

.info-media_text {
  margin-bottom: 0;
}

.about-img4 {
  position: relative;
}

.about-img4 img {
  border-radius: 20px;
  width: 100%;
}

.speaker-count {
    background-image: -webkit-gradient(linear, left top, right top, from(var(--theme-color)), to(#278893));
    background-image: linear-gradient(to right, #17d9ed 0%, (#ff6508) 100%);
    padding: 56px 52px;
    position: absolute;
    text-align: center;
    left: -108px;
    bottom: -40px;
    border-radius: 20px;
}

.speaker-count .counter-number {
  font-size: 72px;
  color: var(--white-color);
  font-weight: bold;
  font-family: var(--title-font);
}

.speaker-count .text {
  font-size: 16px;
  font-weight: 500;
  color: var(--white-color);
}

/* Extra large devices */
@media (max-width: 1500px) {
  .speaker-count {
    padding: 36px 32px;
    left: -30px;
    bottom: -30px;
  }

  .speaker-count .counter-number {
    font-size: 62px;
    margin-bottom: 5px;
  }
}

@media (max-width: 1299px) {
  .about-border {
    top: -30px;
    height: calc(100% + 60px);
  }
}

/* Large devices */
@media (max-width: 1199px) {
  .title-area.mb-30 {
    margin-bottom: 20px;
  }

  .info-media {
    max-width: 255px;
  }
}

/* Medium devices */
@media (max-width: 991px) {
  .about-border {
    height: 50%;
    top: calc(50% + 20px);
    left: -10px;
    width: calc(100% + 20px);
  }

  .about-img {
    margin-bottom: 40px;
  }

  .info-media {
    max-width: 300px;
  }
}

/* Small devices */
@media (max-width: 767px) {
  .info-box_title {
    font-size: 22px;
  }

  .speaker-count {
    left: 0;
  }

  .speaker-count .counter-number {
    font-size: 42px;
  }
}

/* Small devices */
@media (max-width: 767px) {
  .info-media-wrap {
    row-gap: 20px;
  }
}

/* Extra small devices */
@media (max-width: 575px) {
  .about-border {
    display: none;
  }

  .info-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .info-box_icon {
    margin-right: 0;
    margin-bottom: 20px;
  }

  .info-box .media-body {
    text-align: center;
  }
}

/*------------------- 4.00. Counter section  -------------------*/
.counter-number {
  font-size: 48px;
  line-height: 1;
  margin-bottom: 13px;
  margin-top: -0.1em;
  font-weight: bold;
  color: var(--title-color);
}

.counter-text {
  margin-bottom: 0;
}

.counter-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: var(--white-color);
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.counter-box .counter-number {
  color: var(--white-color);
}

.counter-box_icon {
  margin-right: 30px;
}

.counter-box_info {
  min-width: 130px;
}

.counter-pill {
  width: 195px;
  height: 195px;
  background-color: var(--theme-color);
  text-align: center;
  display: grid;
  -ms-flex-line-pack: center;
  align-content: center;
  border-radius: 50%;
  color: var(--white-color);
  border: 15px solid #f8f8f8;
}

.counter-pill .counter-number {
  color: var(--white-color);
  margin-bottom: 4px;
}

.counter-pill_text {
  font-size: 18px;
}

.img-box-style1 .img-content,
.img-box-style1 .counter-pill {
  position: absolute;
  left: 0;
  bottom: -35px;
}

.img-box-style1 .img-content {
  left: 47%;
  bottom: 30%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.img-box-style1 .counter-pill:nth-of-type(2) {
  left: unset;
  right: 0;
  bottom: 30px;
}

.img-box-style1 .img-content {
  color: var(--white-color);
  text-align: center;
}

.img-box-style1 .img-content .counter-number {
  font-size: 60px;
  color: var(--white-color);
  margin-bottom: 4px;
}

.img-box-style1 .img-content .text {
  font-size: 24px;
  font-weight: 500;
}

.counter-list {
  padding-left: 0;
  margin-bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.counter-list li {
  list-style: none;
  display: inline-block;
  min-width: 230px;
  position: relative;
}

.counter-list li .count-name {
  display: block;
}

.counter-list li .count-number {
  font-size: 60px;
  font-weight: 900;
  margin-top: -0.13em;
  margin-bottom: 7px;
  font-family: var(--title-font);
}

.counter-list li:after {
  content: ":";
  font-size: 24px;
  font-weight: bold;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.counter-list li:last-child:after {
  display: none;
}

.counter-list.style2 {
  padding-bottom: 18px;
  border-bottom: 1px solid var(--border-color);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 560px;
}

.counter-list.style2 li {
  line-height: 1;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  min-width: 50px;
  text-align: center;
  margin-right: 50px;
  padding-right: 50px;
  margin-bottom: 30px;
}

.counter-list.style2 li .count-name {
  color: var(--title-color);
}

.counter-list.style2 li .count-number {
  font-size: 40px;
  font-weight: bold;
  margin-top: -0.14em;
  line-height: 1;
  margin-bottom: 7px;
  color: var(--theme-color);
}

.counter-list.style2 li:after {
  color: var(--theme-color);
  font-size: 40px;
  top: -9px;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.counter-list.style2 li:last-child {
  margin-right: 0;
  padding-right: 0;
}

.counter-list.style3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.counter-list.style3 li {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  min-width: auto;
  text-align: center;
  margin: 0 !important;
  background-color: var(--theme-color);
  height: 125px;
  width: 125px;
  max-width: 125px;
  line-height: 125px;
  display: grid;
  -ms-flex-line-pack: center;
  align-content: center;
  border-radius: 99999px;
}

.counter-list.style3 li .count-name {
  color: var(--white-color);
  margin-bottom: -0.3em;
}

.counter-list.style3 li .count-number {
  font-size: 30px;
  font-weight: bold;
  margin-top: -0.14em;
  line-height: 1;
  margin-bottom: 2px;
  color: var(--white-color);
}

.counter-list.style3 li:after {
  display: none;
}

.counter-list.style4 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.counter-list.style4 li {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  min-width: auto;
  text-align: center;
  margin: 0 !important;
  background-color: transparent;
  border: 4px solid rgba(255, 255, 255, 0.4);
  height: 125px;
  width: 125px;
  max-width: 125px;
  line-height: 125px;
  display: grid;
  -ms-flex-line-pack: center;
  align-content: center;
  border-radius: 99999px;
}

.counter-list.style4 li .count-name {
  color: var(--white-color);
  margin-bottom: -0.3em;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 600;
}

.counter-list.style4 li .count-number {
  font-size: 30px;
  font-weight: bold;
  margin-top: -0.14em;
  line-height: 1;
  margin-bottom: 2px;
  color: var(--white-color);
}

.counter-list.style4 li:after {
  display: none;
}

.counter-list.style5 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.counter-list.style5 li {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  min-width: auto;
  text-align: center;
  margin: 0 !important;
  background-color: var(--white-color);
  -webkit-box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.09);
  box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.09);
  width: 200px;
  height: 200px;
  line-height: 200px;
  max-width: 200px;
  display: grid;
  -ms-flex-line-pack: center;
  align-content: center;
  border-radius: 99999px;
}

.counter-list.style5 li .count-name {
  color: var(--title-color);
  margin-bottom: -0.4em;
}

.counter-list.style5 li .count-number {
  font-size: 48px;
  font-weight: bold;
  margin-top: -0.14em;
  line-height: 1;
  margin-bottom: 5px;
  color: var(--theme-color);
}

.counter-list.style5 li:after {
  display: none;
}

/* Large devices */
@media (max-width: 1199px) {
  .counter-box {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .counter-box_icon {
    margin-right: 20px;
  }

  .counter-list.style3 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 20px;
  }

  .counter-list.style3 li {
    height: 100px;
    width: 100px;
    max-width: 100px;
    line-height: 100px;
  }

  .counter-list.style3 li .count-number {
    font-size: 24px;
  }

  .counter-list.style4 {
    gap: 20px;
  }

  .counter-list.style4 li {
    height: 100px;
    width: 100px;
    max-width: 100px;
    line-height: 100px;
  }

  .counter-list.style4 li .count-number {
    font-size: 24px;
  }

  .counter-list.style4 li .count-name {
    font-size: 12px;
  }

  .counter-list.style5 li {
    width: 180px;
    height: 180px;
    line-height: 180px;
    max-width: 180px;
  }
}

/* Medium devices */
@media (max-width: 991px) {
  .counter-number {
    margin-bottom: 7px;
  }

  .counter-box_icon {
    width: 60px;
    text-align: center;
  }

  .counter-list li {
    min-width: unset;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }

  .counter-list li .count-number {
    font-size: 42px;
  }

  .counter-list.mb-60 {
    margin-bottom: 40px;
  }

  .counter-list.style5 {
    gap: 20px;
  }

  .counter-list.style5 li {
    width: 159px;
    height: 159px;
    line-height: 159px;
  }

  .counter-list.style5 li .count-number {
    font-size: 36px;
  }
}

/* Small devices */
@media (max-width: 767px) {
  .counter-pill {
    width: 100px;
    height: 100px;
    border: 8px solid #f8f8f8;
  }

  .counter-pill .counter-number {
    font-size: 26px;
    margin-bottom: 0;
  }

  .counter-pill_text {
    font-size: 14px;
  }

  .img-box-style1 .img-content,
  .img-box-style1 .counter-pill {
    left: 10%;
    bottom: 0;
  }

  .img-box-style1 .img-content {
    left: 50%;
    bottom: 40%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }

  .img-box-style1 .counter-pill:nth-of-type(2) {
    left: unset;
    right: 10%;
    bottom: -15px;
  }

  .img-box-style1 .img-content .counter-number {
    font-size: 30px;
  }

  .img-box-style1 .img-content .text {
    font-size: 18px;
  }

  .counter-list li .count-number {
    font-size: 24px;
  }

  .counter-list li .count-name {
    font-size: 14px;
  }

  .counter-list.style5 li {
    width: 114px;
    height: 114px;
    line-height: 114px;
  }

  .counter-list.style5 li .count-number {
    font-size: 30px;
  }
}

/* Extra small devices */
@media (max-width: 575px) {

  .img-box-style1 .img-content,
  .img-box-style1 .counter-pill {
    left: 5%;
  }

  .img-box-style1 .img-content {
    left: 50%;
    bottom: 40%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }

  .img-box-style1 .counter-pill:nth-of-type(2) {
    right: 5%;
  }

  .img-box-style1 .img-content .text {
    font-size: 16px;
  }

  .counter-list.style2 li {
    margin-right: 30px;
    padding-right: 30px;
  }

  .counter-list.style2 li:after {
    font-size: 34px;
    right: -5px;
  }

  .counter-list.style2 li .count-number {
    font-size: 30px;
  }

  .counter-list.style3 {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    gap: 5px;
  }

  .counter-list.style3 li .count-number {
    font-size: 28px;
  }

  .counter-list.style3 li .count-name {
    font-size: 14px;
  }

  .counter-list.style4 {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    gap: 5px;
  }

  .counter-list.style4 li {
    border-width: 2px;
  }

  .counter-list.style4 li .count-number {
    font-size: 28px;
  }

  .counter-list.style5 {
    gap: 5px;
  }

  .counter-list.style5 li {
    width: 84px;
    height: 84px;
    line-height: 84px;
    min-width: auto;
    max-width: 84px;
  }

  .counter-list.style5 li .count-number {
    font-size: 24px;
  }

  .counter-list.style5 li .count-name {
    font-size: 12px;
  }
}

/* Extra small devices */
@media (max-width: 416px) {
  .counter-list.style2 li {
    margin-right: 20px;
    padding-right: 20px;
  }

  .counter-list.style3 li {
    height: 70px;
    width: 70px;
    max-width: 70px;
    line-height: 70px;
  }

  .counter-list.style3 li .count-number {
    font-size: 22px;
  }

  .counter-list.style3 li .count-name {
    font-size: 12px;
  }

  .counter-list.style4 li {
    height: 70px;
    width: 70px;
    max-width: 70px;
    line-height: 70px;
  }

  .counter-list.style4 li .count-number {
    font-size: 22px;
  }

  .counter-list.style4 li .count-name {
    font-size: 10px;
    font-weight: 500;
  }

  .counter-list.style5 li {
    width: 70px;
    height: 70px;
    line-height: 70px;
    max-width: 70px;
  }

  .counter-list.style5 li .count-number {
    font-size: 20px;
    margin-bottom: 0;
  }

  .counter-list.style5 li .count-name {
    font-size: 12px;
  }
}

/*------------------- 4.00. Speaker section  -------------------*/
.team-box {
  margin-bottom: 30px;
}

.team-box_img {
  border-radius: 15px;
  overflow: hidden;
  position: relative;
  margin-bottom: 22px;
}

.team-box_img:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  background-color: #171b2a;
  top: 0;
  left: 0;
  visibility: hidden;
  opacity: 0;
  z-index: 1;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}

.team-box_img img {
  width: 100%;
}

.team-box_title {
  font-size: 24px;
  margin-bottom: 4px;
  text-align: center;
}

.team-box_title a {
  color: inherit;
}

.team-box_title a:hover {
  color: var(--theme-color);
}

.team-box_desig {
  text-align: center;
  display: block;
  margin-bottom: -0.4em;
}

.team-box .vs-social {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  z-index: 2;
  gap: 10px;
}

.team-box .vs-social a {
  --icon-size: 45px;
  visibility: hidden;
  opacity: 0;
  -webkit-transform: translateY(60px);
  transform: translateY(60px);
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
  border-radius: 999px;
  margin-right: 0;
}

.team-box .vs-social a:nth-child(1) {
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}

.team-box .vs-social a:nth-child(2) {
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}

.team-box .vs-social a:nth-child(3) {
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}

.team-box .vs-social a:nth-child(4) {
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}

.team-box:hover .team-box_img:before {
  visibility: visible;
  opacity: 0.4;
}

.team-box:hover .vs-social a {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.speaker-img-slider .speaker-img img {
  border-radius: 15px;
  width: 100%;
}

.speaker-about-slider {
  margin-bottom: 25px;
}

.speaker-about .speaker-desig {
  display: inline-block;
  color: var(--theme-color);
  position: relative;
  padding-left: 44px;
  margin-bottom: 16px;
}

.speaker-about .speaker-desig:before {
  content: "";
  height: 2px;
  width: 30px;
  background-color: var(--theme-color);
  position: absolute;
  top: 11px;
  left: 0;
}

.speaker-about .speaker-name {
  margin-bottom: 20px;
}

.speaker-avater {
  cursor: pointer;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  position: relative;
  z-index: 2;
  border-radius: 10px;
}

.speaker-avater:before {
  content: "";
  width: calc(100% + 20px);
  height: calc(100% + 20px);
  position: absolute;
  top: -10px;
  left: -10px;
  background-color: var(--theme-color);
  z-index: -1;
  -webkit-transform: scale(0.8);
  transform: scale(0.8);
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
  border-radius: inherit;
}

.speaker-avater img {
  width: 100%;
  border-radius: inherit;
}

.slick-current .speaker-avater:before {
  -webkit-transform: scale(1);
  transform: scale(1);
}

.speaker-avater-slider .slick-list {
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
}

.speaker-slider-wrapper {
  padding-left: 20px;
}

.team-card {
  margin-bottom: 30px;
}

.team-card_img {
  margin-bottom: 30px;
  border-radius: 15px;
  overflow: hidden;
}

.team-card_desig {
  color: var(--theme-color);
  margin-bottom: 5px;
  display: block;
}

.team-card_title {
  margin-bottom: 27px;
  font-size: 24px;
}

.team-card_title a {
  color: inherit;
}

.team-card_title a:hover {
  color: var(--theme-color);
}

.team-card_about {
  padding: 0;
  margin: 0;
  list-style: none;
  border-radius: 15px;
  border: 1px solid var(--border-color);
}

.team-card_about li {
  border-bottom: 1px solid var(--border-color);
  padding: 15px 20px;
  padding-left: 46px;
  position: relative;
}

.team-card_about li:last-child {
  border-bottom: none;
}

.team-card_about i {
  position: absolute;
  left: 20px;
}

.team-card_about i,
.team-card_about strong {
  color: var(--title-color);
  margin-right: 7px;
}

.team-card_about strong {
  font-weight: 600;
}

.img-box-style1 {
  position: relative;
  z-index: 2;
  display: inline-block;
}

.img-box-style1 .img1 {
  margin-right: 75px;
}

.team-grid {
  -webkit-box-shadow: 0px 10px 25px 0px rgba(148, 148, 148, 0.07);
  box-shadow: 0px 10px 25px 0px rgba(148, 148, 148, 0.07);
  border-radius: 30px;
  overflow: hidden;
}

.team-grid_img {
  position: relative;
}

.team-grid_img img {
  width: 100%;
}

.team-grid_info {
  background-color: var(--white-color);
  padding: 27px 35px;
  position: relative;
  z-index: 2;
}

.team-grid_info:before {
  content: "";
  width: 100%;
  height: 100%;
  background-image: -webkit-gradient(linear, left top, right top, from(var(--theme-color)), to(var(--theme-color2)));
  background-image: linear-gradient(to right, var(--theme-color) 0%, var(--theme-color2) 100%);
  visibility: hidden;
  opacity: 0;
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
  position: absolute;
  top: 0;
  left: -100%;
  z-index: -1;
}

.team-grid_title {
  font-size: 24px;
  color: var(--title-color);
  margin-bottom: 2px;
}

.team-grid_title a {
  color: inherit;
}

.team-grid_desig {
  color: var(--theme-color);
  -webkit-transition: 0.1s ease;
  transition: 0.1s ease;
}

.team-grid .plus-icon {
  width: 50px;
  height: 50px;
  line-height: 50px;
  background-color: var(--theme-color);
  color: var(--white-color);
  font-size: 20px;
  font-weight: 600;
  text-align: center;
  position: absolute;
  bottom: 0;
  right: 0;
  border-radius: 15px 0 0 0;
}

.team-grid .team-social {
  position: absolute;
  bottom: 0;
  right: -100%;
  height: 50px;
  background-color: var(--white-color);
  padding: 0 30px;
  border-radius: 15px 0 0 0;
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
}

.team-grid .team-social a {
  margin-right: 20px;
  line-height: 50px;
}

.team-grid .team-social a:last-child {
  margin-right: 0;
}

.team-grid:hover .team-social {
  right: 0;
}

.team-grid:hover .team-grid_info:before {
  visibility: visible;
  opacity: 1;
  left: 0;
}

.team-grid:hover .team-grid_title,
.team-grid:hover .team-grid_desig {
  color: var(--white-color);
}

/* ------- Speaker Details */
.team-details {
  position: relative;
}

.team-details .team-content-card {
  position: absolute;
  bottom: 0;
}

.team-details .team-img {
  position: relative;
  z-index: 2;
  max-width: 490px;
}

.team-content-card {
  --border-gap: 30px;
  border-radius: 15px;
  padding: 55px 80px 55px 280px;
  margin: var(--border-gap);
  position: relative;
}

.team-content-card:after {
  content: "";
  width: calc(100% + var(--border-gap)*2);
  height: calc(100% + var(--border-gap)*2);
  position: absolute;
  top: calc(0px - var(--border-gap));
  left: calc(0px - var(--border-gap));
  border: 2px dashed var(--theme-color);
  border-radius: inherit;
  z-index: -1;
}

.team-content-card .team-name {
  font-size: 40px;
  margin-bottom: 0;
}

.team-content-card .team-desig {
  display: block;
  margin-bottom: 17px;
  color: var(--theme-color);
  font-size: 18px;
}

.team-content-card .info-list ul {
  padding-left: 0;
  list-style: none;
  margin-bottom: 0;
}

.team-content-card .info-list li {
  color: var(--body-color);
  font-family: var(--body-font);
  font-size: 18px;
  margin-bottom: 8px;
}

.team-content-card .info-list li:last-child {
  margin-bottom: 0;
}

.team-content-card .info-list li a {
  color: inherit;
}

.team-content-card .info-list li a:hover {
  color: var(--theme-color);
}

.team-content-card .info-list strong {
  color: var(--title-color);
  font-weight: 600;
  margin-right: 10px;
}

/* Large devices */
@media (max-width: 1199px) {
  .team-box_title {
    font-size: 22px;
  }

  .team-box_desig {
    font-size: 14px;
  }

  .speaker-slider-wrapper {
    padding-left: 0;
  }

  .img-box-style1 {
    margin-bottom: 50px;
  }

  .team-content-card {
    padding: 55px 30px 55px 300px;
  }

  .team-content-card .team-name {
    font-size: 34px;
  }

  .team-content-card .info-list li {
    font-size: 18px;
  }
}

/* Medium devices */
@media (max-width: 991px) {
  .speaker-img-slider {
    margin-bottom: 40px;
  }

  /*-- Speaker Details --*/
  .team-details .team-content-card {
    position: relative;
    bottom: unset;
    z-index: 3;
  }

  .team-content-card {
    padding: 35px 40px;
  }

  .team-content-card .team-name {
    font-size: 30px;
  }
}

/* Small devices */
@media (max-width: 767px) {
  .img-box-style1 {
    margin-bottom: 40px;
  }

  .img-box-style1 .img1 {
    margin-right: 0;
  }

  .team-content-card {
    --border-gap: 15px;
    padding: 35px 20px;
  }

  .team-content-card .info-list li {
    font-size: 18px;
  }

  .speaker-avater:before {
    width: calc(100% + 10px);
    height: calc(100% + 10px);
    top: -5px;
    left: -5px;
  }

  .team-card_title {
    font-size: 22px;
  }

  .team-grid_title {
    font-size: 22px;
  }
}

/* Extra small devices */
@media (max-width: 575px) {
  .team-content-card .team-name {
    font-size: 26px;
  }

  .team-content-card .info-list li {
    font-size: 16px;
  }

  .speaker-about {
    text-align: center;
  }
}

/* Extra small devices */
@media (max-width: 416px) {
  .team-card_about li {
    font-size: 14px;
  }

  .team-card_about li {
    font-size: 14px;
    padding: 12px 15px;
    padding-left: 35px;
  }

  .team-card_about i {
    position: absolute;
    left: 15px;
  }
}

/*------------------- 4.00. Project Gallery  -------------------*/
.project-gallery {
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.project-card {
  position: relative;
  overflow: hidden;
  margin-bottom: var(--bs-gutter-x);
}

.project-card .project-img {
  position: relative;
  height: 100%;
  border-radius: 15px;
  overflow: hidden;
}

.project-card .project-img:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: var(--title-color);
  border-radius: inherit;
  -webkit-transition: 0.6s ease-in-out;
  transition: 0.6s ease-in-out;
  -webkit-transform: scale(0);
  transform: scale(0);
  opacity: 0;
  visibility: hidden;
}

.project-card .project-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.project-card .plus-btn {
  font-size: 72px;
  color: var(--white-color);
  position: absolute;
  top: 50%;
  left: 50%;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
  -webkit-transform: translate(-50%, -50%) scale(0);
  transform: translate(-50%, -50%) scale(0);
}

.project-card:hover .project-img:before {
  -webkit-transform: scale(1);
  transform: scale(1);
  opacity: 0.75;
  visibility: visible;
  transform: scale(1);
}

.project-card:hover .plus-btn {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translate(-50%, -50%) scale(1);
  transform: translate(-50%, -50%) scale(1);
}

.project-menu .link-btn {
  background-color: transparent;
  border: none;
  margin-right: 45px;
  padding: 0;
  font-weight: 500;
  margin-bottom: 20px;
}

.project-menu .link-btn:before {
  height: 2px;
  bottom: -5px;
}

.project-menu .link-btn:hover,
.project-menu .link-btn.active {
  color: var(--theme-color);
}

.project-menu .link-btn:hover:before,
.project-menu .link-btn.active:before {
  background-color: var(--theme-color);
}

.project-menu .link-btn:last-child {
  margin-right: 0;
}

/* Small devices */
@media (max-width: 767px) {
  .project-menu .link-btn {
    margin-right: 20px;
    font-size: 16px;
  }

  .project-menu .link-btn:last-child {
    margin-right: 0;
  }
}

/* Extra small devices */
@media (max-width: 575px) {
  .project-menu .link-btn {
    margin-right: 16px;
    font-size: 14px;
  }

  .project-menu .link-btn:last-child {
    margin-right: 0;
  }
}

/*------------------- 4.00. Testimonial Section  -------------------*/
.teti-card {
  --space: 60px;
  border: 2px solid rgba(255, 255, 255, 0.12);
  padding: var(--space);
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
  position: relative;
  z-index: 2;
}

.teti-card:hover {
  border-color: transparent;
  -webkit-box-shadow: 0px 5px 30px 0px rgba(49, 16, 173, 0.27);
  box-shadow: 0px 5px 30px 0px rgba(49, 16, 173, 0.27);
}

.teti-card_quote {
  position: absolute;
  right: var(--space);
  bottom: 76px;
}

.teti-card_text {
  margin-top: -0.5em;
  color: var(--white-color);
  margin-bottom: 33px;
}

.teti-card_author {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.teti-card_author .avater {
  margin-right: 20px;
}

.teti-card_name {
  color: var(--white-color);
  font-weight: 500;
  margin-top: -0.29em;
  margin-bottom: 4px;
  font-size: 24px;
}

.teti-card_desig {
  color: var(--white-color);
  font-size: 14px;
  font-weight: 300;
}

.testi-box-img {
  border-radius: 15px;
  overflow: hidden;
}

.testi-box-img img {
  border-radius: 15px;
}

.testi-box {
  position: relative;
}

.testi-box_quote {
  position: absolute;
  bottom: 0;
  right: 40px;
}

.testi-box_text {
  margin-bottom: 27px;
  font-size: 20px;
}

.testi-box_name {
  margin-bottom: 5px;
  margin-top: 33px;
}

.testi-box_desig {
  font-size: 16px;
}

.testi-img-slider {
  position: relative;
}

.testi-img-slider .slick-dots {
  display: inline-block;
  position: absolute;
  bottom: 0;
  right: 0;
  background-color: var(--white-color);
  margin: 0;
  padding: 20px;
  -webkit-box-shadow: 0px 10px 20px 0px rgba(69, 23, 241, 0.05);
  box-shadow: 0px 10px 20px 0px rgba(69, 23, 241, 0.05);
  height: auto;
  border-radius: 12px 0 12px 0;
}

.testi-img-slider .slick-dots li {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.testi-img-slider .slick-dots button {
  font-size: 0;
  padding: 0;
  width: 10px;
  height: 10px;
  line-height: 0;
  border-radius: 9999px;
  border: none;
  -webkit-transition: all ease 0.4s;
  transition: all ease 0.4s;
  background: #ebe9f5;
}

.testi-img-slider .slick-dots .slick-active button {
  background-color: var(--theme-color);
  width: 38px;
  height: 10px;
  -webkit-transform: scale(1);
  transform: scale(1);
}

.testi-grid {
  background-color: var(--white-color);
  -webkit-box-shadow: 0px 7px 12px 4px rgba(75, 83, 100, 0.06);
  box-shadow: 0px 7px 12px 4px rgba(75, 83, 100, 0.06);
  padding: 60px 40px;
  text-align: center;
  margin-top: 5px;
  margin-bottom: 25px;
  border-radius: 15px;
}

.testi-grid .testi-avater {
  width: 103px;
  height: 103px;
  position: relative;
  margin: 0 auto;
  margin-bottom: 20px;
}

.testi-grid .testi-avater>img {
  border-radius: 50%;
}

.testi-grid .testi-quote {
  color: var(--theme-color);
  width: 60px;
  height: 60px;
  line-height: 55px;
  background-color: var(--white-color);
  border-radius: 50%;
  position: absolute;
  top: 35%;
  left: -38px;
}

.testi-grid .testi-title {
  font-weight: 600;
  font-size: 24px;
}

.testi-grid .name {
  margin-bottom: 4px;
  font-weight: 600;
}

.testi-slider-area {
  position: relative;
}

.vs-icon-grid {
  --icon-size: 50px;
}

.vs-icon-grid.testi-1 {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: -90px;
  width: var(--icon-size);
}

/* Large devices */
@media (max-width: 1199px) {
  .teti-card {
    padding: 40px 30px;
  }

  .testi-card_quote {
    bottom: 55px;
  }

  .testi-box_text {
    font-size: 18px;
    margin-bottom: 20px;
  }

  .testi-grid {
    padding: 30px 30px 25px 30px;
  }
}

/* Medium devices */
@media (max-width: 991px) {
  .testi-img-slider {
    margin-bottom: 35px;
  }

  .testi-img-slider .slick-dots {
    border-radius: 12px 12px 0 0;
  }

  .testi-img-slider .slick-dots {
    right: unset;
    left: 50%;
    padding: 12px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }

  .testi-box-img {
    text-align: center;
  }
}

/* Small devices */
@media (max-width: 767px) {
  .testi-box_text {
    font-size: 16;
  }

  .testi-grid .testi-title {
    font-size: 22px;
  }
}

/* Extra small devices */
@media (max-width: 575px) {
  .teti-card {
    --space: 20px;
    padding: 40px 20px;
  }

  .teti-card_quote {
    opacity: 0.5;
  }

  .teti-card_name {
    font-size: 20px;
  }

  .testi-box {
    text-align: center;
  }

  .testi-box_quote {
    width: 50px;
    right: 0;
  }
}

/*------------------- 4.00. Event Section  -------------------*/
.event-box:nth-child(1) {
  margin-top: 115px;
}

.event-box:nth-child(4) {
  margin-top: 115px;
}

.event-box:nth-child(5) {
  margin-top: -214px;
  margin-left: 312px;
}

.event-box:nth-child(6) {
  margin-top: -115px;
}

.event-box_img {
  position: relative;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}

.event-box_img:before,
.event-box_img:after {
  content: "";
  width: 100%;
  height: 0;
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(20%, #4517f1), to(transparent));
  background-image: linear-gradient(to top, #4517f1 20%, transparent);
  position: absolute;
  left: 0;
  bottom: 0;
  opacity: 0.9;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}

.event-box_img:after {
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(20%, var(--title-color)), to(transparent));
  background-image: linear-gradient(to top, var(--title-color) 20%, transparent);
  height: 100%;
  opacity: 0.7;
}

.event-box_title {
  color: var(--white-color);
  margin-bottom: 0;
  position: absolute;
  padding: 28px 33px;
  left: 0;
  bottom: 0;
  line-height: 1.25;
  font-size: 24px;
}

.event-box_title a {
  color: inherit;
}

.event-box_title a:hover {
  color: rgba(255, 255, 255, 0.8);
}

.event-box .icon-btn {
  --btn-size: 50px;
  background-color: var(--white-color);
  color: var(--theme-color);
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) scale(0);
  transform: translate(-50%, -50%) scale(0);
  z-index: 2;
  font-size: 20px;
}

.event-box_body {
  position: relative;
  margin-bottom: 30px;
  border-radius: 15px;
  overflow: hidden;
}

.event-box_body:hover .event-box_img {
  -webkit-transform: scale(1.08);
  transform: scale(1.08);
}

.event-box_body:hover .event-box_img:before {
  height: 100%;
}

.event-box_body:hover .event-box_img:after {
  opacity: 0;
}

.event-box_body:hover .icon-btn {
  -webkit-transform: translate(-50%, -50%) scale(1);
  transform: translate(-50%, -50%) scale(1);
}

.event-info span {
  margin-right: 30px;
}

.event-info span i {
  margin-right: 10px;
}

.event-info span:last-of-type {
  margin-right: 0;
}

.event-info.style2 span {
  color: var(--white-color);
  text-transform: uppercase;
  font-weight: 500;
}

.top-event-img {
  border: 10px solid var(--white-color);
  background: var(--white-color);
  -webkit-box-shadow: 0px 10px 29px 0px rgba(15, 15, 18, 0.06);
  box-shadow: 0px 10px 29px 0px rgba(15, 15, 18, 0.06);
  position: relative;
  border-radius: 15px;
  overflow: hidden;
}

.top-event-img .event-date {
  position: absolute;
  top: -10px;
  right: -10px;
  background-color: var(--white-color);
  padding: 11px 23px 12px 27px;
  color: var(--theme-color);
  -webkit-clip-path: polygon(0 0, 100% 0%, 100% 100%, 15px 100%);
  clip-path: polygon(0 0, 100% 0%, 100% 100%, 15px 100%);
  text-transform: capitalize;
  font-weight: 500;
}

.top-event-img .event-date i {
  margin-right: 5px;
}

.top-event-img img {
  border-radius: 10px;
}

.top-event-wrapper {
  padding-left: 20px;
}

.top-event-wrapper .event-meta span,
.top-event-wrapper .event-meta a {
  font-weight: bold;
}

.t-event-day-box {
  background-color: #2a07f9;
  color: var(--white-color);
  padding: 40px;
  margin-bottom: 30px;
  border-radius: 15px;
  position: sticky;
  top: 6%;
}

.t-event-day {
  margin-bottom: 5px;
  margin-top: -0.35em;
  color: var(--white-color);
}

.t-event-meta {
  display: block;
  margin-bottom: 40px;
}

.t-event-location {
  line-height: 1.75;
  margin-bottom: -0.5em;
}

.timeline-event {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  color: var(--white-color);
  margin-bottom: 10px;
  position: relative;
}

.timeline-event::before,
.timeline-event::after {
  content: "";
  background-color: var(--white-color);
  position: absolute;
  left: 50%;
  top: 35%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}

.timeline-event::before {
  content: "";
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: var(--white-color);
  -webkit-box-shadow: 0px 0px 0px 16px #572aff;
  box-shadow: 0px 0px 0px 16px #572aff;
  -webkit-animation: shadowPulse 2.5s ease-in-out infinite;
  animation: shadowPulse 2.5s ease-in-out infinite;
}

.timeline-event:after {
  top: 40%;
  width: 1px;
  height: 100%;
  opacity: 0.13;
}

.timeline-event .event-speaker,
.timeline-event .event-content {
  max-width: 284px;
}

.timeline-event .event-content {
  padding-bottom: 75px;
}

.timeline-event .speaker-img {
  margin-bottom: 22px;
  border-radius: 15px;
  overflow: hidden;
}

.timeline-event .speaker-img img {
  width: 100%;
}

.timeline-event .speaker-title,
.timeline-event .event-title {
  color: var(--white-color);
  font-weight: bold;
  margin-bottom: 0;
}

.timeline-event .speaker-title a,
.timeline-event .event-title a {
  color: inherit;
}

.timeline-event .speaker-title a:hover,
.timeline-event .event-title a:hover {
  color: rgba(255, 255, 255, 0.8);
}

.timeline-event .event-title {
  line-height: 1.333;
}

.timeline-event .speaker-title {
  margin-bottom: 5px;
}

.timeline-event .event-time {
  margin-bottom: 15px;
  display: block;
}

.timeline-event:nth-child(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.timeline-event:nth-child(even) .event-content {
  text-align: right;
}

.timeline-row:last-child .timeline-event:last-child:after {
  display: none;
}

.event-card {
  position: relative;
  overflow: hidden;
  border-radius: 15px;
  z-index: 2;
  margin-bottom: var(--bs-gutter-x);
}

.event-card:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  background-color: rgba(12, 13, 17, 0.7);
  z-index: 0;
}

.event-card_img {
  min-height: 300px;
}

.event-card_img img {
  width: 100%;
  height: 100%;
}

.event-card_price {
  font-size: 18px;
  font-weight: bold;
  color: var(--theme-color);
  background-color: var(--white-color);
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  border-radius: 9999px;
  position: absolute;
  top: 40px;
  right: 40px;
}

.event-card_content {
  position: absolute;
  bottom: -85px;
  left: 0;
  padding: 40px;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}

.event-card_title {
  color: var(--white-color);
  margin-bottom: 17px;
}

.event-card_title a {
  color: inherit;
}

.event-card .event-meta {
  margin-bottom: -6px;
}

.event-card .event-meta a,
.event-card .event-meta span {
  color: var(--white-color);
}

.event-card .vs-btn {
  margin-top: 30px;
  -webkit-transform: translateY(10px);
  transform: translateY(10px);
  background-image: none;
  background-color: var(--theme-color);
}

.event-card .vs-btn:hover {
  background-image: none;
  background-color: var(--white-color);
  color: var(--theme-color);
}

.event-card:hover .event-card_content {
  bottom: 0;
}

.event-card:hover .vs-btn {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

/* Extra large devices */
@media (max-width: 1680px) {
  .event-wrap .filter-item:not(:nth-child(5n+1)) .event-card {
    max-width: 386px;
    max-height: 384px;
  }

  .event-wrap .filter-item:nth-child(5n+1) .event-card {
    max-width: 792px;
  }

  .event-wrap .event-card_img img {
    width: auto;
  }
}

/* Medium Large devices */
@media (max-width: 1399px) {
  .event-card {
    max-width: 100% !important;
    max-height: auto !important;
  }

  .event-card_img img {
    width: 100% !important;
    min-height: 300px;
    -o-object-fit: cover;
    object-fit: cover;
  }
}

/* ------- Event Details -------*/
.event-slider-area {
  position: relative;
  --icon-gap: 60px;
  border-radius: 15px;
  overflow: hidden;
}

.event-slider-area .arrow-left,
.event-slider-area .arrow-right {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.event-slider-area .arrow-left {
  left: var(--icon-gap);
}

.event-slider-area .arrow-right {
  right: var(--icon-gap);
}

.event-head .event-title {
  font-size: 40px;
}

.event-location {
  border-radius: 15px;
  overflow: hidden;
  aspect-ratio: 16/6;
}

.event-location iframe {
  width: 100%;
  height: 100%;
}

.event-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.event-head .event-title {
  margin-bottom: 3px;
}

.event-head .date {
  height: 90px;
  width: 80px;
  background-image: -webkit-gradient(linear, left top, right top, from(var(--theme-color)), to(var(--theme-color2)));
  background-image: linear-gradient(to right, var(--theme-color) 0%, var(--theme-color2) 100%);
  color: var(--white-color);
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  margin-right: 25px;
  border-radius: 10px;
}

.event-head .date .day {
  font-size: 30px;
  width: 100%;
  display: inline-block;
  height: 55px;
  line-height: 55px;
  border-bottom: 2px solid var(--smoke-color);
}

.event-head .date .month {
  font-size: 16px;
  line-height: 34px;
  text-transform: uppercase;
  font-family: 600;
}

.event-head .event-info {
  padding: 0;
  margin: 0;
  list-style: none;
}

.event-head .event-info i {
  margin-right: 8px;
}

.event-details {
  padding-bottom: 30px;
}

.event-details .event-content {
  margin-top: 30px;
  margin-bottom: 33px;
}

.vs-info-box {
  text-align: center;
  margin-bottom: 30px;
  border-radius: 15px;
  background: #fff;
  background-clip: padding-box;
  border: solid 2px transparent;
  position: relative;
  z-index: 2;
  overflow: hidden;
}

.vs-info-box:before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  margin: -2px;
  border-radius: inherit;
  background-image: -webkit-gradient(linear, left top, right top, from(var(--theme-color)), to(var(--theme-color2)));
  background-image: linear-gradient(to right, var(--theme-color) 0%, var(--theme-color2) 100%);
}

.vs-info-box_title {
  background-color: var(--theme-color);
  background-image: -webkit-gradient(linear, left top, right top, from(var(--theme-color)), to(var(--theme-color2)));
  background-image: linear-gradient(to right, var(--theme-color) 0%, var(--theme-color2) 100%);
  color: var(--white-color);
  font-weight: 600;
  padding: 13px;
  margin-bottom: 0;
  font-size: 24px;
}

.vs-info-box_content {
  padding: 35px 40px;
  margin: 0;
  list-style: none;
  background-color: #fff;
  margin: 2px;
  margin-top: 0;
  border-radius: 0 0 11px 11px;
  min-height: 208px;
}

.vs-info-box_content li {
  margin-bottom: 20px;
}

.vs-info-box_content li:last-child {
  margin-bottom: 0;
}

.vs-info-box_content h5 {
  margin-bottom: 7px;
  font-weight: 600;
  font-size: 18px;
}

.vs-info-box_content h4 {
  font-size: 22px;
}

.vs-info-box_content span {
  display: block;
  line-height: 1.625;
}

.vs-info-box_content span.text-theme {
  line-height: 1.4;
}

.event-nav {
  padding-top: 17px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.event-nav .nav-btn {
  position: relative;
  font-size: 24px;
  font-weight: 600;
  color: var(--title-color);
}

.event-nav .nav-btn:before {
  content: "";
  height: 2px;
  width: 0;
  background-color: var(--theme-color);
  position: absolute;
  bottom: 2px;
  right: 0;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.event-nav .nav-btn:hover {
  color: var(--theme-color);
}

.event-nav .nav-btn:hover:before {
  width: 100%;
}

.event-nav .nav-btn:first-child i {
  margin-right: 5px;
}

.event-nav .nav-btn:last-child i {
  margin-left: 5px;
}

.event-nav .nav-btn:last-child:before {
  right: unset;
  left: 0;
}

@media (max-width: 1299px) {
  .event-box:nth-child(5) {
    margin-top: -204px;
    margin-left: 287px;
  }

  .event-head .event-title {
    font-size: 36px;
  }
}

/* Large devices */
@media (max-width: 1199px) {
  .event-head .event-title {
    font-size: 30px;
  }

  .top-event-wrapper {
    padding-left: 0;
  }

  .timeline-event .event-speaker,
  .timeline-event .event-content {
    max-width: 244px;
  }

  .t-event-day-box {
    padding: 40px 20px;
    height: auto;
  }

  .t-event-meta {
    margin-bottom: 25px;
  }

  .event-box:nth-child(1) {
    margin-top: 0;
  }

  .event-box:nth-child(4) {
    margin-top: -160px;
  }

  .event-box:nth-child(5) {
    margin-top: -160px;
    margin-left: 0;
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
  }

  .event-box:nth-child(6) {
    margin-top: 0;
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
  }
}

/* Medium devices */
@media (max-width: 991px) {
  .top-event-img {
    margin-bottom: 50px;
  }

  .t-event-day-box {
    padding: 40px 40px;
  }

  .timeline-event {
    margin-bottom: 30px;
  }

  .timeline-event:after {
    display: none;
  }

  .timeline-row:last-child .timeline-event:last-child {
    margin-bottom: -20px;
  }

  .event-box:nth-child(4) {
    margin-top: -119px;
  }

  .event-box:nth-child(5) {
    margin-top: -119px;
  }

  .event-card_price {
    top: 20px;
    right: 20px;
  }

  .event-card_content {
    padding: 40px 20px;
  }
}

/* Small devices */
@media (max-width: 767px) {
  .event-head .event-title {
    font-size: 26px;
  }

  .event-box_title,
  .vs-info-box_title {
    font-size: 22px;
  }

  .timeline-event .event-speaker,
  .timeline-event .event-content {
    max-width: 214px;
  }

  .event-nav .nav-btn {
    font-size: 0;
  }

  .event-nav .nav-btn i {
    font-size: 18px;
    width: 50px;
    height: 50px;
    line-height: 50px;
    background-color: var(--smoke-color);
    background-color: #e8e7ed;
    text-align: center;
    color: var(--title-color);
    border-radius: 5px;
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
  }

  .event-nav .nav-btn i:hover {
    background-color: var(--theme-color);
    color: var(--white-color);
  }

  .event-nav .nav-btn:before {
    display: none;
  }

  .event-box:nth-child(4) {
    margin-top: 0;
  }

  .event-box:nth-child(5) {
    margin-top: 0;
    margin-left: 0;
  }

  .event-box:nth-child(6) {
    margin-top: 0;
  }
}

/* Extra small devices */
@media (max-width: 575px) {
  .event-info span {
    font-size: 14px;
  }

  .t-event-day-box {
    padding: 40px 20px;
  }

  .timeline-event {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }

  .timeline-event:before,
  .timeline-event:after {
    display: none;
  }

  .timeline-event .event-speaker,
  .timeline-event .event-content {
    max-width: 100%;
    width: 100%;
  }

  .timeline-event .speaker-title {
    font-size: 18px;
  }

  .timeline-event .event-time,
  .timeline-event .speaker-desig {
    font-size: 14px;
  }

  .timeline-event .event-content {
    padding-bottom: 0;
    margin-top: 17px;
  }

  .timeline-event:nth-child(2n) .event-content {
    text-align: left;
  }

  .timeline-event .event-time {
    margin-bottom: 5px;
  }

  .timeline-event .speaker-img {
    margin-bottom: 14px;
  }

  .event-slider-area {
    --icon-gap: 20px;
  }

  .top-event-img .event-date {
    padding: 6px 18px 6px 25px;
    font-size: 14px;
  }

  .event-head {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 20px;
  }

  .event-head .event-title {
    font-size: 24px;
  }

  .event-head .date {
    width: 100px;
    height: 80px;
  }

  .event-head .date .day {
    font-size: 24px;
    height: 50px;
    line-height: 50px;
  }

  .event-head .date .month {
    font-size: 12px;
    line-height: 29px;
  }

  .top-event-wrapper {
    text-align: center;
  }
}

/* Extra small devices */
@media (max-width: 416px) {

  .event-card .event-meta a,
  .event-card .event-meta span {
    font-size: 14px;
  }
}

/*------------------- 4.00. schedule Section  -------------------*/
.schedule-tab {
  padding-right: 40px;
}

.schedule-meta {
  margin-bottom: 15px;
}

.schedule-meta span {
  color: var(--title-color);
  margin-right: 25px;
  display: inline-block;
}

.schedule-meta span:last-of-type {
  margin-right: 0;
}

.schedule-meta i {
  color: var(--theme-color);
  margin-right: 10px;
}

.schedule-meta a {
  color: var(--theme-color);
}

.schedule-meta a:hover {
  color: var(--theme-color);
  text-decoration: underline;
}

.schedule-tab .accordion-area {
  border-bottom: 1px solid var(--border-color);
}

.accordion-box .accordion-button {
  border: none;
  border-top: 1px solid var(--border-color);
  color: var(--title-color);
  background-color: transparent;
  padding: 33px 0 34px 0;
  margin-bottom: 0;
  text-align: left;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.accordion-box .accordion-button:after {
  background-image: none;
  display: none;
}

.accordion-box .accordion-button:focus {
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.accordion-box .accordion-button:not(.collapsed) {
  color: var(--theme-color);
  background-color: transparent;
  padding: 33px 0 15px 0;
}

.accordion-box .accordion-collapse {
  border: none;
}

.accordion-box .accordion-body {
  padding: 0;
  padding-bottom: 14px;
}

.schedule-event {
  border-radius: 15px;
  overflow: hidden;
}

.schedule-event_speaker>a {
  width: 50px;
  height: 50px;
  display: inline-block;
  border-radius: 50%;
  overflow: hidden;
  border: 8px solid var(--theme-color);
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  margin-left: -24px;
}

.schedule-event_speaker>a:first-child {
  margin-left: 0;
}

.schedule-event_content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: var(--theme-color);
  padding: 21px 30px 21px 21px;
  position: relative;
}

.schedule-event_content .btn-white:hover {
  background-color: var(--title-color);
}

.schedule-event_text {
  color: var(--white-color);
  background-color: var(--theme-color);
  padding: 0 30px;
  height: 50px;
  line-height: 50px;
  border-radius: 25px 25px 0 0;
  position: absolute;
  bottom: 100%;
  left: 30px;
}

.upcoming-countdown {
  color: var(--white-color);
  text-align: center;
}

.schedule-box-wrap {
  --space: 60px;
  background-color: var(--white-color);
  padding: var(--space);
  border-radius: 15px;
}

.schedule-box {
  border: 1px solid var(--border-color);
  padding: var(--space);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  margin-bottom: 30px;
  border-radius: 15px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.schedule-box:last-child {
  margin-bottom: 0;
}

.schedule-box .schedule-btn {
  position: absolute;
  top: var(--space);
  right: var(--space);
}

.schedule-box:hover {
  -webkit-box-shadow: 0px 17px 46px 0px rgba(204, 204, 204, 0.36);
  box-shadow: 0px 17px 46px 0px rgba(204, 204, 204, 0.36);
  border-color: transparent;
}

.schedule-box_date {
  min-width: 80px;
  height: 86px;
  background-color: var(--theme-color);
  -webkit-box-shadow: 0px 11px 21px 0px rgba(240, 64, 27, 0.31);
  box-shadow: 0px 11px 21px 0px rgba(240, 64, 27, 0.31);
  color: var(--white-color);
  text-align: center;
  border-radius: 20px;
  padding: 13px 12px;
  margin-right: 40px;
}

.schedule-box_date .month {
  font-size: 18px;
  font-weight: 500;
}

.schedule-box_date .date {
  font-size: 30px;
  font-weight: bold;
  line-height: 1.2;
}

.schedule-box_title {
  margin-top: -0.3em;
}

.schedule-box_title a {
  color: inherit;
}

.schedule-box_title a:hover {
  color: var(--theme-color);
}

.schedule-box_text {
  margin-bottom: 0;
}

.speaker-box {
  border: 1px solid var(--border-color);
  padding: 35px 25px 32px 25px;
  border-radius: 15px;
  -webkit-box-shadow: 0px 10px 29px 0px rgba(15, 15, 18, 0.04);
  box-shadow: 0px 10px 29px 0px rgba(15, 15, 18, 0.04);
  text-align: center;
}

.speaker-box .speaker-img {
  width: 60px;
  margin: 0 auto 15px auto;
  border-radius: 50%;
  overflow: hidden;
}

.speaker-box .speaker-title {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 2px;
  color: var(--title-color);
}

.speaker-box .speaker-desig {
  color: var(--theme-color);
  font-size: 14px;
  display: block;
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid var(--border-color);
}

.speaker-box .speaker-text {
  font-size: 14px;
  margin-bottom: 5px;
  display: block;
}

.speaker-box .speaker-text:last-child {
  margin-bottom: -0.6em;
}

.event-meta {
  margin-bottom: 6px;
}

.event-meta a,
.event-meta span {
  color: var(--theme-color);
  margin-right: 20px;
}

.event-meta a:last-child,
.event-meta span:last-child {
  margin-right: 0;
}

.event-meta i {
  margin-right: 8px;
}

.event-content .event-title {
  margin-bottom: 20px;
}

.event-content .event-text {
  margin-bottom: 27px;
}

.schedule-grid {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 40px;
}

.schedule-grid:last-child {
  margin-bottom: 0;
}

.schedule-grid .event-img {
  border-radius: 15px;
  overflow: hidden;
}

.schedule-grid .event-img img {
  width: 100%;
}

.schedule-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 30px 34px;
  background-color: var(--white-color);
  border: 1px solid #ececec;
  border-radius: 15px;
  margin-bottom: 30px;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}

.schedule-card_title {
  font-size: 24px;
  margin-bottom: 0;
}

.schedule-card_title i {
  color: var(--theme-color);
  margin-right: 22px;
}

.schedule-card_title a {
  color: inherit;
}

.schedule-card_title a:hover {
  color: var(--theme-color);
}

.schedule-card .time,
.schedule-card .location {
  display: inline-block;
  margin-right: 80px;
}

.schedule-card .time i,
.schedule-card .location i {
  margin-right: 8px;
}

.schedule-card .time a,
.schedule-card .location a {
  color: var(--theme-color);
  text-decoration: underline;
  text-underline-offset: 3px;
}

.schedule-card .location i {
  color: var(--theme-color);
}

.schedule-card:hover {
  -webkit-box-shadow: 0px 13px 30px 0px rgba(82, 82, 82, 0.08);
  box-shadow: 0px 13px 30px 0px rgba(82, 82, 82, 0.08);
}

/* Medium Large devices */
@media (max-width: 1399px) {

  .schedule-card .time,
  .schedule-card .location {
    margin-right: 30px;
  }
}

/* Large devices */
@media (max-width: 1199px) {
  .schedule-tab {
    padding-right: 0;
  }

  .schedule-card {
    padding: 20px;
  }

  .schedule-card_title {
    font-size: 20px;
  }

  .schedule-card_title i {
    margin-right: 10px;
  }

  .schedule-card .time,
  .schedule-card .location {
    margin-right: 25px;
  }

  .schedule-card .vs-btn {
    padding: 20.5px 25px;
    min-width: 140px;
  }
}

/* Medium devices */
@media (max-width: 991px) {
  .schedule-box-wrap {
    --space: 30px;
  }

  .schedule-box .schedule-btn {
    position: static;
    margin-top: 30px;
  }

  .accordion-box .accordion-button {
    padding: 20px 0 22px 0;
  }

  .accordion-box .accordion-button:not(.collapsed) {
    padding: 20px 0 12px 0;
  }

  .accordion-box .accordion-body {
    padding-bottom: 7px;
  }

  .schedule-box_date {
    margin-right: 25px;
  }

  .schedule-grid {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    gap: 30px;
  }

  .schedule-card {
    margin-bottom: 20px;
  }

  .schedule-card_title i {
    margin-right: 6px;
  }

  .schedule-card .time,
  .schedule-card .location {
    font-size: 14px;
    margin-right: 15px;
  }

  .schedule-card .location {
    margin-right: 0;
  }

  .schedule-card .vs-btn {
    display: none;
  }
}

/* Small devices */
@media (max-width: 767px) {
  .schedule-box-wrap {
    --space: 20px;
  }

  .schedule-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 40px 20px;
  }

  .schedule-box .schedule-btn {
    margin-top: 25px;
  }

  .schedule-box_date {
    width: 80px;
    margin-bottom: 20px;
  }

  .schedule-card {
    padding: 30px 20px;
  }
}

/* Extra small devices */
@media (max-width: 575px) {
  .schedule-event_content {
    padding: 18px 20px 27px 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 10px;
  }

  .schedule-event_speaker>a:first-child {
    margin-left: -8px;
  }

  .accordion-box .accordion-button {
    font-size: 18px;
  }

  .accordion-box .accordion-body p {
    font-size: 16px;
  }

  .accordion-box .schedule-meta span {
    font-size: 14px;
  }

  .schedule-card_title {
    font-size: 18px;
    padding-left: 28px;
    position: relative;
  }

  .schedule-card_title i {
    position: absolute;
    left: 0;
  }
}

/*------------------- 4.00. price Section  -------------------*/
.price-box {
  background-color: var(--white-color);
  -webkit-box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.06);
  box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.06);
  padding: 60px;
  margin-bottom: 30px;
  border-radius: 15px;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
  position: relative;
  z-index: 2;
}

.price-box:before {
  content: "";
  width: 0;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: var(--theme-color);
  border-radius: inherit;
  z-index: -1;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}

.price-box_price {
  font-size: 48px;
  margin-top: -0.22em;
  color: var(--theme-color);
  display: block;
  font-weight: bold;
  margin-bottom: 15px;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}

.price-box_title {
  font-size: 24px;
  padding-bottom: 25px;
  margin-bottom: 34px;
  color: var(--title-color);
  border-bottom: 1px solid #eaeaea;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}

.price-box_list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.price-box_list li {
  display: block;
  margin-bottom: 13px;
  line-height: 1.6;
  position: relative;
  padding-left: 18px;
}

.price-box_list li:before {
  content: "";
  width: 5px;
  height: 5px;
  position: absolute;
  top: 10px;
  left: 0;
  background-color: var(--body-color);
  border-radius: 50%;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}

.price-box .vs-btn {
  margin-top: 19px;
}

.price-box:hover {
  color: var(--white-color);
}

.price-box:hover:before {
  width: 100%;
}

.price-box:hover .price-box_price,
.price-box:hover .price-box_title {
  color: var(--white-color);
}

.price-box:hover .price-box_list li:before {
  background-color: var(--white-color);
}

.price-box:hover .vs-btn {
  background-color: var(--white-color);
  color: var(--theme-color);
  background-image: none;
}

.price-card {
  text-align: center;
  background-color: var(--white-color);
  -webkit-box-shadow: 0px 5px 30px 0px rgba(158, 158, 158, 0.08);
  box-shadow: 0px 5px 30px 0px rgba(158, 158, 158, 0.08);
  padding: 70px 25px;
  margin-bottom: 30px;
  border-radius: 15px;
}

.price-card .vs-btn {
  margin-top: 25px;
  margin-bottom: 22px;
}

.price-card .condition {
  display: block;
  font-size: 14px;
}

.price-card_list {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-top: 40px;
}

.price-card_list .list-title {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 2px;
  display: block;
  color: var(--title-color);
}

.price-card_list li {
  margin-bottom: 24px;
}

.feature-disabled .list-title {
  color: #b3b3b3;
}

.feature-disabled .list-text {
  color: #bcbcbc;
}

.price-card_title {
  font-weight: 600;
  margin-top: -0.28em;
  font-size: 24px;
}

.price-card_price {
  color: var(--theme-color);
  line-height: 1.2;
  display: block;
}

/* Price Details */
.accordion-card {
  margin-bottom: 30px;
  --border-color: #ededed;
  border: 1px solid transparent;
  border-radius: 15px;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}

.accordion-card.active {
  border-color: var(--border-color);
  -webkit-box-shadow: 0px 12px 40px 0px rgba(203, 201, 209, 0.25);
  box-shadow: 0px 12px 40px 0px rgba(203, 201, 209, 0.25);
}

.accordion-card:last-child {
  margin-bottom: 0;
}

.accordion-card .accordion-button {
  font-size: 18px;
  font-weight: bold;
  border: 1px solid var(--border-color);
  color: var(--title-color);
  background-color: transparent;
  padding: 16px 30px 16px 30px;
  margin-bottom: 0;
  text-align: left;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  border-radius: 999px;
}


.accordion-card .accordion-button:focus {
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.accordion-card .accordion-button:not(.collapsed) {
  border-radius: 0;
  border-color: transparent;
  color: var(--theme-color);
  background-color: transparent;
  padding: 16px 30px 10px 30px;
}

.accordion-card .accordion-button:not(.collapsed):after {
  color: var(--theme-color);
}

.accordion-card .accordion-collapse {
  border: none;
}

.accordion-card .accordion-body {
  padding: 0 30px 0 30px;
}

/* Large devices */
@media (max-width: 1199px) {
  .price-box {
    padding: 50px 35px;
  }

  .price-box_title {
    margin-bottom: 25px;
  }

  .price-box .vs-btn {
    margin-top: 20px;
  }

  .price-card {
    padding: 45px 20px;
  }

  .price-card .vs-btn {
    margin-top: 18px;
  }

  .price-card_list {
    margin-top: 30px;
  }

  .price-card_list li {
    margin-bottom: 18px;
  }
}

/* Medium devices */
@media (max-width: 991px) {
  .price-box_price {
    font-size: 40px;
  }
}

/* Small devices */
@media (max-width: 767px) {
  .price-card_title {
    font-size: 22px;
  }
}

/* Extra small devices */
@media (max-width: 575px) {
  .price-box_price {
    font-size: 36px;
  }

  /* Price Details */
  .accordion-card .accordion-button {
    padding: 15px 20px 15px 20px;
    font-size: 16px;
  }

  .accordion-card .accordion-button:not(.collapsed) {
    padding: 15px 20px 15px 20px;
  }

  .accordion-card .accordion-body {
    padding: 0 20px 0 20px;
    font-size: 14px;
  }

  .accordion-card .accordion-body p {
    font-size: 14px;
  }
}

/*------------------- 4.00. Contact Section  -------------------*/
.form-box {
  --bs-gutter-x: 35px;
  --space: 60px;
  border-radius: 15px;
  -webkit-box-shadow: 0px 9px 46px 0px rgba(220, 220, 220, 0.14);
  box-shadow: 0px 9px 46px 0px rgba(220, 220, 220, 0.14);
  background-color: var(--white-color);
  padding: var(--space);
}

.form-box label {
  font-weight: bold;
}

.contact-info-wrapper {
  padding-right: 25px;
}

.map-shadow {
  -webkit-box-shadow: 0px 5px 40px 0px rgba(62, 62, 62, 0.1);
  box-shadow: 0px 5px 40px 0px rgba(62, 62, 62, 0.1);
  background-color: var(--white-color);
  border: 10px solid var(--white-color);
  aspect-ratio: 16/11.1;
  border-radius: 15px;
}

.map-shadow iframe {
  height: 100%;
  border-radius: 12px;
  margin-bottom: -5px;
}

.subscribe-box {
  padding: 80px;
  position: relative;
  z-index: 3;
}

.newsletter-form2 {
  position: relative;
}

.newsletter-form2 .form-control {
  height: 60px;
}

.newsletter-form2 .form-group {
  margin-bottom: 0;
}

.newsletter-form2 .vs-btn {
  padding: 9px 28px;
  -webkit-box-shadow: none;
  box-shadow: none;
  position: absolute;
  top: 10px;
  right: 10px;
}

.newsletter-form2 .vs-btn i {
  font-size: 0;
  display: none;
}

.register-form-wrapper {
  border-radius: 15px;
  overflow: hidden;
  -webkit-box-shadow: 0px 12px 30px 0px rgba(203, 201, 209, 0.05);
  box-shadow: 0px 12px 30px 0px rgba(203, 201, 209, 0.05);
  background-color: var(--white-color);
}

.register-form-wrapper .form-title {
  background-color: var(--theme-color);
  color: var(--white-color);
  text-align: center;
  padding: 14px;
  margin-bottom: 0;
}

.register-form {
  padding: 60px;
  --bs-gutter-x: 30px;
}

.register-form .custom-checkbox {
  margin-top: 30px;
  margin-bottom: 25px;
}

.contact-box {
  background-color: var(--theme-color);
  background-image: -webkit-gradient(linear, left top, right top, from(var(--theme-color)), to(var(--theme-color2)));
  background-image: linear-gradient(to right, var(--theme-color) 0%, var(--theme-color2) 100%);
  border-radius: 15px;
  color: var(--white-color);
  padding: 40px;
  -webkit-box-shadow: 0px 11px 21px 0px rgba(240, 64, 27, 0.31);
  box-shadow: 0px 11px 21px 0px rgba(240, 64, 27, 0.31);
}

.contact-box span,
.contact-box a {
  color: var(--white-color);
}

.contact-box a:hover {
  color: rgba(255, 255, 255, 0.8);
}

.contact-box_title {
  color: var(--white-color);
  margin-top: -0.28em;
  margin-bottom: 9px;
}

.contact-box_text {
  line-height: 1.625;
}

.contact-area {
  background-color: var(--white-color);
  -webkit-box-shadow: 0px 22px 50px 0px rgba(211, 211, 211, 0.2);
  box-shadow: 0px 22px 50px 0px rgba(211, 211, 211, 0.2);
  border-radius: 15px;
}

.contact-area iframe {
  margin: 0 10px 8px 10px;
  aspect-ratio: 16/6.7;
  width: calc(100% - 20px);
  border-radius: 15px;
}

.contact-box-wrapper {
  padding: 60px;
}

.contact-form {
  border-radius: 15px;
  padding: 40px;
  background-color: var(--white-color);
}

.contact-form textarea {
  height: 150px;
  margin-bottom: 30px;
}

.contact-tab-wrapper {
  padding: 60px;
  background-color: var(--white-color);
  -webkit-box-shadow: 0px 17px 40px 0px rgba(206, 206, 206, 0.1);
  box-shadow: 0px 17px 40px 0px rgba(206, 206, 206, 0.1);
  border-radius: 15px;
}

.contact-tab-content {
  margin-top: 25px;
}

.contact-tab-content>i {
  color: var(--theme-color);
  font-size: 36px;
  margin-bottom: 7px;
}

.contact-tab-content ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.contact-tab-content li {
  list-style: none;
  margin-bottom: 7px;
}

.contact-tab-content li strong {
  font-weight: 600;
  color: var(--title-color);
}

.contact-tab_title {
  color: var(--title-color);
  margin-bottom: 12px;
  font-size: 24px;
}

.follow-card {
  background-color: var(--smoke-color);
  border-radius: 999px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 16px 30px;
  margin-top: 35px;
}

.follow-card .card-title {
  margin-bottom: 0;
  font-weight: 600;
  color: var(--title-color);
}

.follow-card .simple-social {
  margin-left: 15px;
}

.follow-card a {
  font-size: 16px;
  color: var(--body-color);
}

.follow-card a:hover {
  color: var(--theme-color);
}

.location-card-wrap {
  padding: 50px;
  border-radius: 15px;
  overflow: hidden;
  position: relative;
}

.location-card-wrap .simple-icon {
  color: var(--white-color);
}

.location-card-wrap .simple-icon:hover {
  color: var(--title-color);
}

.location-card-wrap .vs-icon-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 15px;
  position: absolute;
  top: 45px;
  right: 50px;
}

.map-slide-wrap {
  height: 100%;
  border-radius: 15px;
  overflow: hidden;
}

.map-slide-wrap iframe {
  width: 100%;
  aspect-ratio: 16/8.6;
}

.location-card .location-title {
  color: var(--white-color);
  font-size: 24px;
  margin-top: -0.27em;
  border-bottom: 2px solid #ff7238;
  padding-bottom: 15px;
  margin-bottom: 35px;
}

.location-card .info-title,
.location-card .info-text {
  color: var(--white-color);
}

.location-card .vs-btn {
  margin-top: 33px;
}

.location-info {
  position: relative;
  padding-left: 20px;
  margin-bottom: 29px;
}

.location-info:before {
  content: "";
  width: 7px;
  height: 7px;
  background-color: var(--white-color);
  border-radius: 999px;
  position: absolute;
  left: 0;
  top: 7px;
}

.location-info:last-of-type {
  margin-bottom: 0;
}

.location-info .info-title {
  font-size: 18px;
  font-weight: 600;
  display: block;
  margin-bottom: 6px;
}

.location-info .info-text {
  margin-bottom: 0;
}

/* Medium Large devices */
@media (max-width: 1399px) {
  .map-slide-wrap iframe {
    width: 100%;
    aspect-ratio: 16/9.5;
  }
}

/* Large devices */
@media (max-width: 1199px) {
  .contact-info-wrapper {
    padding-right: 0;
  }

  .register-form {
    padding: 40px;
  }

  .subscribe-box {
    padding: 60px;
  }

  .contact-box-wrapper {
    padding: 20px;
  }

  .contact-box {
    padding: 30px 20px;
  }

  .map-shadow {
    aspect-ratio: 16/17;
  }

  .map-slide-wrap iframe {
    width: 100%;
    aspect-ratio: 16/12.9;
  }
}

/* Medium devices */
@media (max-width: 991px) {
  .contact-info-area {
    margin-bottom: 40px;
  }

  .contact-tab-wrapper {
    margin-bottom: 40px;
  }

  .map-shadow {
    aspect-ratio: 16/9;
  }

  .contact-box {
    padding: 40px;
  }

  .map-slide-wrap iframe {
    width: 100%;
    aspect-ratio: 16/9;
  }
}

/* Small devices */
@media (max-width: 767px) {
  .form-box {
    padding: 45px 20px;
  }

  .contact-box {
    padding: 30px 20px;
  }

  .contact-tab_title {
    font-size: 22px;
  }
}

/* Extra small devices */
@media (max-width: 575px) {
  .subscribe-box {
    padding: 30px 20px;
  }

  .newsletter-form2 .vs-btn {
    font-size: 0;
    min-width: 40px;
    padding: 9px 15px;
  }

  .newsletter-form2 .vs-btn i {
    display: inline-block;
    font-size: 16px;
    line-height: 1.4;
  }

  .register-form {
    padding: 40px 20px;
  }

  .register-form .custom-checkbox {
    margin-top: 25px;
    margin-bottom: 20px;
  }

  .contact-tab-wrapper {
    padding: 45px 20px;
  }

  .contact-form {
    padding: 40px 20px;
  }

  .contact-area iframe {
    aspect-ratio: 16/8;
  }

  .location-card-wrap {
    padding: 50px 25px;
  }
}

@media (max-width: 400px) {
  .follow-card {
    padding: 16px 20px;
  }

  .follow-card .simple-social {
    margin-left: 10px;
  }

  .follow-card .simple-social a {
    margin-right: 10px;
  }

  .follow-card .simple-social a:last-child {
    margin-right: 0;
  }
}

/*------------------- 4.00. Brand Section  -------------------*/
.brand-grid {
  display: grid;
  grid-template-columns: 2.6fr 3.7fr 3.7fr 2.6fr;
}

.brand-img {
  text-align: center;
  border-right: 1px solid;
  border-bottom: 1px solid;
  border-color: rgba(255, 255, 255, 0.08) !important;
  height: 140px;
  display: grid;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
}

.brand-img:nth-child(1),
.brand-img:nth-child(5) {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: start;
}

.brand-img:nth-child(8),
.brand-img:nth-child(4) {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: end;
  border-right: none;
}

.brand-img:nth-child(5),
.brand-img:nth-child(6),
.brand-img:nth-child(7),
.brand-img:nth-child(8) {
  border-bottom: none;
}

.brand-wrap {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  --bs-gutter-x: 50px;
  --bs-gutter-y: 50px;
}

.brand-wrap [class*=col] {
  text-align: center;
}

.brand-wrap img {
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.brand-wrap img:hover {
  -webkit-filter: grayscale(100);
  filter: grayscale(100);
}

.brand-img-shadow {
  -webkit-box-shadow: 0px 12px 40px 0px rgba(203, 201, 209, 0.15);
  box-shadow: 0px 12px 40px 0px rgba(203, 201, 209, 0.15);
  text-align: center;
  background-color: var(--white-color);
  padding: 42px 15px;
  border-radius: 15px;
}

.brand-img-shadow img {
  height: 42px;
}

/* Large devices */
@media (max-width: 1199px) {
  .brand-wrap {
    --bs-gutter-x: 25px;
    --bs-gutter-y: 25px;
  }
}

/* Medium devices */
@media (max-width: 991px) {
  .brand-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .brand-img {
    padding: 0 15px;
    height: 100px;
  }

  .brand-img:nth-child(even) {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-right: none;
  }

  .brand-img:nth-child(odd) {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .brand-img:nth-child(5),
  .brand-img:nth-child(6) {
    border-bottom: 1px solid;
  }
}

/*------------------- 4.00. Tab menu  -------------------*/
.tab-style1 {
  border-bottom: none;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  gap: 10px;
}

.tab-style1 .vs-btn {
  background: var(--white-color);
  color: var(--title-color);
  -webkit-box-shadow: none;
  box-shadow: none;
  min-width: auto;
  -webkit-box-shadow: 0px 13px 30px 0px rgba(82, 82, 82, 0.08);
  box-shadow: 0px 13px 30px 0px rgba(82, 82, 82, 0.08);
  border: 1px solid #ececec;
}

.tab-style1 .vs-btn.active {
  background: var(--theme-color);
  color: var(--white-color);
}

.tab-style2 {
  border-bottom: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  gap: 16px;
  margin-bottom: var(--space);
  position: relative;
  z-index: 2;
}

.tab-style2 .indicator {
  position: absolute;
  background-color: var(--theme-color);
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
  border-radius: 15px;
  z-index: -1;
}

.tab-style2 .indicator:after {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 16px 15px 0 15px;
  border-color: var(--theme-color) transparent transparent transparent;
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.tab-style2 .tab-btn {
  min-width: 100px;
  padding: 35px;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  background-color: transparent;
  border: none;
  font-size: 24px;
  font-weight: 600;
  position: relative;
  border-radius: 15px;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}

.tab-style2 .tab-btn:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border: 1px solid var(--border-color);
  border-radius: inherit;
  z-index: -1;
}

.tab-style2 .tab-btn .date {
  font-size: 16px;
  font-weight: 400;
  display: block;
  margin-top: 15px;
  color: var(--body-color);
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}

.tab-style2 .tab-btn.active {
  color: var(--white-color);
  border-color: var(--theme-color);
}

.tab-style2 .tab-btn.active span {
  color: var(--white-color);
}

.tab-style3 {
  border-bottom: 2px solid var(--border-color);
  position: relative;
  margin-bottom: 32px;
}

.tab-style3 .tab-btn {
  background-color: transparent;
  border: none;
  font-size: 18px;
  font-weight: 500;
  padding: 18px 23px;
  padding-top: 0;
}

.tab-style3 .tab-btn.active {
  color: var(--theme-color);
}

.tab-style3 .indicator {
  position: absolute;
  top: unset !important;
  bottom: -2px;
  background-color: var(--theme-color);
  height: 2px !important;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}

.tab-style4 {
  border-bottom: none;
  gap: 15px;
}

.tab-style4 .vs-btn {
  background: var(--white-color);
  color: var(--theme-color);
  -webkit-box-shadow: 0px 12px 30px 0px rgba(203, 201, 209, 0.1);
  box-shadow: 0px 12px 30px 0px rgba(203, 201, 209, 0.1);
}

.tab-style4 .vs-btn.active,
.tab-style4 .vs-btn:hover {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  background: var(--theme-color);
  color: var(--white-color);
}

.tab-style5 {
  border-bottom: 2px solid #f0f0f0;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.tab-style5 .tab-btn {
  border: none;
  background-color: transparent;
  color: var(--title-color);
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 10px;
  padding: 0;
  margin-right: 35px;
}

.tab-style5 .tab-btn.active {
  color: var(--theme-color);
}

.tab-style5 .tab-btn:last-of-type {
  margin-right: 0;
}

.tab-style5 .indicator {
  position: absolute;
  top: unset !important;
  bottom: -2px;
  left: 0;
  height: 2px !important;
  background-color: var(--theme-color);
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.tab-style6 {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 30px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 60px;
}

.tab-style6 .tab-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 13px;
  border: none;
  background-color: transparent;
  -webkit-box-shadow: 0px 10px 29px 0px rgba(15, 15, 18, 0.04);
  box-shadow: 0px 10px 29px 0px rgba(15, 15, 18, 0.04);
  font-size: 18px;
  padding: 18px 36px;
  border-radius: 5px;
  position: relative;
}

.tab-style6 .tab-btn:before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: transparent;
  border: 1px solid var(--border-color);
  border-radius: inherit;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

.tab-style6 .tab-btn i {
  font-size: 30px;
  color: var(--theme-color);
}

.tab-style6 .tab-btn .day-box {
  text-align: left;
}

.tab-style6 .tab-btn .day {
  font-size: 18px;
  font-weight: 500;
  color: var(--title-color);
  display: block;
  margin-bottom: -3px;
}

.tab-style6 .tab-btn .date {
  color: var(--body-color);
  font-size: 14px;
}

.tab-style6 .tab-btn.active {
  background-color: var(--theme-color);
  border-color: var(--theme-color);
}

.tab-style6 .tab-btn.active i {
  color: var(--white-color);
}

.tab-style6 .tab-btn.active .day {
  color: var(--white-color);
}

.tab-style6 .tab-btn.active .date {
  color: #ffa994;
}

.tab-style6 .indicator {
  position: absolute;
  top: 0 !important;
  bottom: 0;
  left: 0;
  height: 100% !important;
  background-color: var(--theme-color);
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
  border-radius: 5px 5px 5px 0;
  z-index: -1;
}

.tab-style6 .indicator:after {
  content: "";
  border-style: solid;
  border-width: 20px 20px 0 0;
  border-color: var(--theme-color) transparent transparent transparent;
  position: absolute;
  top: 100%;
  left: 0;
}

.triangle-top-left {
  display: inline-block;
  width: 0;
  height: 0;
}

/* Large devices */
@media (max-width: 1199px) {
  .tab-style6 {
    gap: 20px;
  }
}

.tab-style7 {
  border-bottom: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  gap: 30px;
  margin-bottom: 40px;
  position: relative;
  z-index: 2;
}

.tab-style7 .indicator {
  position: absolute;
  background-color: var(--theme-color);
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
  z-index: -1;
  border-radius: 15px;
}

.tab-style7 .tab-btn {
  min-width: 100px;
  padding: 31px;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  background-color: transparent;
  color: var(--title-color);
  font-size: 24px;
  font-weight: bold;
  border: none;
  position: relative;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}

.tab-style7 .tab-btn:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border: 1px solid #ececec;
  border-radius: 15px;
  background-color: var(--white-color);
  -webkit-box-shadow: 0px 13px 30px 0px rgba(82, 82, 82, 0.08);
  box-shadow: 0px 13px 30px 0px rgba(82, 82, 82, 0.08);
  z-index: -1;
}

.tab-style7 .tab-btn .date {
  font-size: 16px;
  font-weight: bold;
  display: block;
  margin-top: 12px;
  color: var(--body-color);
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}

.tab-style7 .tab-btn.active {
  color: var(--white-color);
  border-color: var(--theme-color);
}

.tab-style7 .tab-btn.active span {
  color: var(--white-color);
}

/* Medium Large devices */
@media (max-width: 1399px) {
  .tab-style7 {
    gap: 20px;
  }

  .tab-style7 .tab-btn {
    padding: 23px 23px;
    font-size: 22px;
  }
}

/* Large devices */
@media (max-width: 1199px) {
  .tab-style7 .tab-btn {
    font-size: 20px;
  }

  .tab-style7 .tab-btn .date {
    font-size: 14px;
    margin-top: 8px;
  }
}

/* Medium devices */
@media (max-width: 991px) {
  .tab-style1 {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .tab-style2 .tab-btn {
    padding: 25px;
  }

  .tab-style2 .tab-btn .date {
    margin-top: 11px;
  }

  .tab-style6 {
    gap: 12px;
  }

  .tab-style6 .tab-btn {
    gap: 10px;
    padding: 10px 14px;
  }

  .tab-style6 .tab-btn .day {
    font-size: 16px;
  }

  .tab-style6 .tab-btn i {
    font-size: 24px;
  }

  .tab-style7 {
    gap: 15px;
  }
}

/* Small devices */
@media (max-width: 767px) {
  .tab-style2 .tab-btn {
    padding: 20px 4px;
    font-size: 18px;
  }

  .tab-style6 .indicator {
    display: none;
  }

  .tab-style7 .tab-btn {
    padding: 23px 13px;
    font-size: 20px;
  }
}

/* Extra small devices */
@media (max-width: 575px) {
  .tab-style1 .vs-btn {
    padding: 8px 15px;
  }

  .tab-style2 .indicator:after {
    display: none;
  }

  .tab-style2 .tab-btn {
    width: 100%;
  }

  .tab-style3 .tab-btn {
    font-size: 16px;
    padding: 15px 10px;
  }

  .tab-style5 .tab-btn {
    font-size: 16px;
    margin-right: 23px;
  }

  .tab-style5 .tab-btn:last-of-type {
    margin-right: 0;
  }

  .tab-style7 .tab-btn {
    -ms-flex-preferred-size: calc(50% - 7.5px);
    flex-basis: calc(50% - 7.5px);
  }
}

@media (max-width: 360px) {
  .tab-style5 .tab-btn {
    font-size: 14px;
  }
}

/*------------------- 4.00. Features  -------------------*/
.feature-card {
  text-align: center;
  margin: 0 auto;
}

.feature-card_title {
  color: var(--white-color);
  font-size: 24px;
  margin-bottom: 10px;
}

.feature-card_icon {
  position: relative;
  z-index: 2;
  height: 156px;
  width: 189px;
  line-height: 160px;
  background-color: var(--white-color);
  margin: 0 auto 26px auto;
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
  -webkit-clip-path: path("M146.000,126.998 C146.000,126.998 210.860,65.241 181.344,48.998 C151.827,32.757 90.485,34.240 77.156,11.999 C63.827,-10.243 20.172,-2.760 3.000,56.998 C-14.173,116.757 61.000,195.999 146.000,126.998 Z");
  clip-path: path("M146.000,126.998 C146.000,126.998 210.860,65.241 181.344,48.998 C151.827,32.757 90.485,34.240 77.156,11.999 C63.827,-10.243 20.172,-2.760 3.000,56.998 C-14.173,116.757 61.000,195.999 146.000,126.998 Z");
}

.feature-card_icon img {
    -webkit-transition: 0.4s ease;
    transition: 0.4s ease;
    width: 76px;
}

.feature-card_icon:before {
  content: "";
  width: 100%;
  height: 100%;
  background-image: -webkit-gradient(linear, left top, right top, from(var(--theme-color)), to(var(--theme-color2)));
  background-image: linear-gradient(to right, var(--theme-color) 0%, var(--theme-color2) 100%);
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  z-index: -1;
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
}

.feature-card_text {
  margin-bottom: -0.45em;
  color: #8f96a3;
}

.feature-card:hover .feature-card_icon {
  -webkit-clip-path: path("M21.000,78.998 C21.000,78.998 -12.566,55.808 6.000,29.998 C24.566,4.188 72.434,-2.191 93.000,1.998 C113.566,6.189 181.434,30.808 160.000,98.998 C138.566,167.189 84.434,162.808 64.000,143.998 C43.565,125.189 56.000,108.998 21.000,78.998 Z");
  clip-path: path("M21.000,78.998 C21.000,78.998 -12.566,55.808 6.000,29.998 C24.566,4.188 72.434,-2.191 93.000,1.998 C113.566,6.189 181.434,30.808 160.000,98.998 C138.566,167.189 84.434,162.808 64.000,143.998 C43.565,125.189 56.000,108.998 21.000,78.998 Z");
}

.feature-card:hover .feature-card_icon img {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}

.feature-card:hover .feature-card_icon:before {
  opacity: 1;
}

/* Medium devices */
@media (max-width: 991px) {
  .feature-card_icon {
    margin: 0 auto 20px auto;
  }
}

/*------------------- 4.00. Banner -------------------*/
.banner-card {
  background-color: #ffeee6;
  border-radius: 15px;
  position: relative;
  padding: 50px;
  overflow: hidden;
  z-index: 2;
}

.banner-card .banner-shape {
  width: var(--icon-size, 314px);
  height: var(--icon-size, 314px);
  position: absolute;
  bottom: -120px;
  right: -50px;
  background-color: #ffdac9;
  border-radius: 50%;
  z-index: -1;
}

.banner-card .banner-shape::before,
.banner-card .banner-shape::after {
  content: "";
  position: absolute;
  background-color: #ffdac9;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  border-radius: 50%;
}

.banner-card .banner-shape::after {
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
}

.banner-card .banner-subtitle {
  font-size: 16px;
  font-weight: bold;
  margin-top: -0.2em;
  color: var(--theme-color);
  margin-bottom: 7px;
}

.banner-card .banner-title {
  margin-bottom: 17px;
}

.banner-card .banner-text {
  margin-bottom: 28px;
  max-width: 308px;
  position: relative;
  z-index: 2;
}

.banner-card .banner-img {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 0;
}

/* Medium Large devices */
@media (max-width: 1399px) {
  .banner-card .banner-shape {
    width: 220px;
    height: 220px;
  }

  .banner-card .banner-img {
    max-width: 29%;
  }
}

/* Medium devices */
@media (max-width: 991px) {
  .banner-card .banner-shape {
    width: 320px;
    height: 320px;
  }

  .banner-card .banner-img {
    max-width: 35%;
  }
}

/* Extra small devices */
@media (max-width: 575px) {
  .banner-card {
    padding: 50px 5px;
    text-align: center;
  }

  .banner-card .banner-text {
    margin-left: auto;
    margin-right: auto;
  }

  .banner-card .banner-shape {
    width: 260px;
    height: 260px;
  }
}

/*=================================
    05. Spacing
==================================*/
/*-- Padding Left And Right --*/
.px-5 {
  padding-right: 5px;
  padding-left: 5px;
}

.px-10 {
  padding-right: 10px;
  padding-left: 10px;
}

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

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

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

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

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

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

.px-45 {
  padding-right: 45px;
  padding-left: 45px;
}

.px-50 {
  padding-right: 50px;
  padding-left: 50px;
}

/*-- Padding Top And Bottom --*/
.py-5 {
  padding-top: 5px;
  padding-bottom: 5px;
}

.py-10 {
  padding-top: 10px;
  padding-bottom: 10px;
}

.py-15 {
  padding-top: 15px;
  padding-bottom: 15px;
}

.py-20 {
  padding-top: 20px;
  padding-bottom: 20px;
}

.py-25 {
  padding-top: 25px;
  padding-bottom: 25px;
}

.py-30 {
  padding-top: 30px;
  padding-bottom: 30px;
}

.py-35 {
  padding-top: 35px;
  padding-bottom: 35px;
}

.py-40 {
  padding-top: 40px;
  padding-bottom: 40px;
}

.py-45 {
  padding-top: 45px;
  padding-bottom: 45px;
}

.py-50 {
  padding-top: 50px;
  padding-bottom: 50px;
}

/*-- Padding Top --*/
.pt-5 {
  padding-top: 5px;
}

.pt-10 {
  padding-top: 10px;
}

.pt-15 {
  padding-top: 15px;
}

.pt-20 {
  padding-top: 20px;
}

.pt-25 {
  padding-top: 25px;
}

.pt-30 {
  padding-top: 30px;
}

.pt-35 {
  padding-top: 35px;
}

.pt-40 {
  padding-top: 40px;
}

.pt-45 {
  padding-top: 45px;
}

.pt-50 {
  padding-top: 50px;
}

/*-- Padding Bottom --*/
.pb-5 {
  padding-bottom: 5px;
}

.pb-10 {
  padding-bottom: 10px;
}

.pb-15 {
  padding-bottom: 15px;
}

.pb-20 {
  padding-bottom: 20px;
}

.pb-25 {
  padding-bottom: 25px;
}

.pb-30 {
  padding-bottom: 30px;
}

.pb-35 {
  padding-bottom: 35px;
}

.pb-40 {
  padding-bottom: 40px;
}

.pb-45 {
  padding-bottom: 45px;
}

.pb-50 {
  padding-bottom: 50px;
}

/*-- Padding Left --*/
.pl-5 {
  padding-left: 5px;
}

.pl-10 {
  padding-left: 10px;
}

.pl-15 {
  padding-left: 15px;
}

.pl-20 {
  padding-left: 20px;
}

.pl-25 {
  padding-left: 25px;
}

.pl-30 {
  padding-left: 30px;
}

.pl-35 {
  padding-left: 35px;
}

.pl-40 {
  padding-left: 40px;
}

.pl-45 {
  padding-left: 45px;
}

.pl-50 {
  padding-left: 50px;
}

/*-- Padding Right --*/
.pr-5 {
  padding-right: 5px;
}

.pr-10 {
  padding-right: 10px;
}

.pr-15 {
  padding-right: 15px;
}

.pr-20 {
  padding-right: 20px;
}

.pr-25 {
  padding-right: 25px;
}

.pr-30 {
  padding-right: 30px;
}

.pr-35 {
  padding-right: 35px;
}

.pr-40 {
  padding-right: 40px;
}

.pr-45 {
  padding-right: 45px;
}

.pr-50 {
  padding-right: 50px;
}

/*-- margin Left And Right --*/
.mx-5 {
  margin-right: 5px;
  margin-left: 5px;
}

.mx-10 {
  margin-right: 10px;
  margin-left: 10px;
}

.mx-15 {
  margin-right: 15px;
  margin-left: 15px;
}

.mx-20 {
  margin-right: 20px;
  margin-left: 20px;
}

.mx-25 {
  margin-right: 25px;
  margin-left: 25px;
}

.mx-30 {
  margin-right: 30px;
  margin-left: 30px;
}

.mx-35 {
  margin-right: 35px;
  margin-left: 35px;
}

.mx-40 {
  margin-right: 40px;
  margin-left: 40px;
}

.mx-45 {
  margin-right: 45px;
  margin-left: 45px;
}

.mx-50 {
  margin-right: 50px;
  margin-left: 50px;
}

/*-- margin Top And Bottom --*/
.my-5 {
  margin-top: 5px;
  margin-bottom: 5px;
}

.my-10 {
  margin-top: 10px;
  margin-bottom: 10px;
}

.my-15 {
  margin-top: 15px;
  margin-bottom: 15px;
}

.my-20 {
  margin-top: 20px;
  margin-bottom: 20px;
}

.my-25 {
  margin-top: 25px;
  margin-bottom: 25px;
}

.my-30 {
  margin-top: 30px;
  margin-bottom: 30px;
}

.my-35 {
  margin-top: 35px;
  margin-bottom: 35px;
}

.my-40 {
  margin-top: 40px;
  margin-bottom: 40px;
}

.my-45 {
  margin-top: 45px;
  margin-bottom: 45px;
}

.my-50 {
  margin-top: 50px;
  margin-bottom: 50px;
}

/*-- margin Top --*/
.mt-5 {
  margin-top: 5px;
}

.mt-10 {
  margin-top: 10px;
}

.mt-15 {
  margin-top: 15px;
}

.mt-20 {
  margin-top: 20px;
}

.mt-25 {
  margin-top: 25px;
}

.mt-30 {
  margin-top: 30px;
}

.mt-35 {
  margin-top: 35px;
}

.mt-40 {
  margin-top: 40px;
}

.mt-45 {
  margin-top: 45px;
}

.mt-50 {
  margin-top: 50px;
}

/*-- margin Bottom --*/
.mb-5 {
  margin-bottom: 5px;
}

.mb-10 {
  margin-bottom: 10px;
}

.mb-15 {
  margin-bottom: 15px;
}

.mb-20 {
  margin-bottom: 20px;
}

.mb-25 {
  margin-bottom: 25px;
}

.mb-30 {
  margin-bottom: 30px;
}

.mb-35 {
  margin-bottom: 35px;
}

.mb-40 {
  margin-bottom: 40px;
}

.mb-45 {
  margin-bottom: 45px;
}

.mb-50 {
  margin-bottom: 50px;
}

.mb-60 {
  margin-bottom: 60px;
}

.mb-70 {
  margin-bottom: 70px;
}

.mb-80 {
  margin-bottom: 80px;
}

.mt-60 {
  margin-top: 60px;
}

/*-- margin Left --*/
.ml-5 {
  margin-left: 5px;
}

.ml-10 {
  margin-left: 10px;
}

.ml-15 {
  margin-left: 15px;
}

.ml-20 {
  margin-left: 20px;
}

.ml-25 {
  margin-left: 25px;
}

.ml-30 {
  margin-left: 30px;
}

.ml-35 {
  margin-left: 35px;
}

.ml-40 {
  margin-left: 40px;
}

.ml-45 {
  margin-left: 45px;
}

.ml-50 {
  margin-left: 50px;
}

/*-- margin Right --*/
.mr-5 {
  margin-right: 5px;
}

.mr-10 {
  margin-right: 10px;
}

.mr-15 {
  margin-right: 15px;
}

.mr-20 {
  margin-right: 20px;
}

.mr-25 {
  margin-right: 25px;
}

.mr-30 {
  margin-right: 30px;
}

.mr-35 {
  margin-right: 35px;
}

.mr-40 {
  margin-right: 40px;
}

.mr-45 {
  margin-right: 45px;
}

.mr-50 {
  margin-right: 50px;
}

.mt-n1 {
  margin-top: -0.25rem;
}

.mt-n2 {
  margin-top: -0.5rem;
}

.mt-n3 {
  margin-top: -1rem;
}

.mt-n4 {
  margin-top: -1.5rem;
}

.mt-n5 {
  margin-top: -3rem;
}

.mb-n1 {
  margin-bottom: -0.25rem;
}

.mb-n2 {
  margin-bottom: -0.5rem;
}

.mb-n3 {
  margin-bottom: -1rem;
}

.mb-n4 {
  margin-bottom: -1.5rem;
}

.mb-n5 {
  margin-bottom: -3rem;
}

/* Medium devices */
@media (max-width: 991px) {
  .ml-md-auto {
    margin-left: auto;
  }
}

@media (min-width: 1199px) {
  .mb-lg-70 {
    margin-bottom: 70px;
  }
}

.space,
.space-top {
  padding-top: var(--section-space);
}

.space,
.space-bottom {
  padding-bottom: var(--section-space);
}

.space-plus,
.space-top-plus {
  padding-top: calc(var(--section-space) + 90px);
}

.space-plus,
.space-bottom-plus {
  padding-bottom: calc(var(--section-space) + 90px);
}

.space-extra,
.space-extra-top {
  padding-top: calc(var(--section-space) - 30px);
}

.space-extra,
.space-extra-bottom {
  padding-bottom: calc(var(--section-space) - 30px);
}

.space-3x-bottom {
  padding-bottom: calc(var(--section-space) * 3);
}

.margin-2x-top {
  margin-top: calc(var(--section-space) * -2);
}

.space-about-bottom {
  padding-bottom: calc(var(--section-space) + 78px);
}

@media (max-width: 1299px) {
  .space-about-bottom {
    padding-bottom: calc(var(--section-space) + 38px);
  }
}

/* Medium devices */
@media (max-width: 991px) {

  .space,
  .space-top {
    padding-top: var(--section-space-mobile);
  }

  .space,
  .space-bottom {
    padding-bottom: var(--section-space-mobile);
  }

  .space-extra,
  .space-extra-top {
    padding-top: calc(var(--section-space-mobile) - 30px);
  }

  .space-extra,
  .space-extra-bottom {
    padding-bottom: calc(var(--section-space-mobile) - 30px);
  }

  .space-plus,
  .space-top-plus {
    padding-top: var(--section-space-mobile);
  }

  .space-plus,
  .space-bottom-plus {
    padding-bottom: var(--section-space-mobile);
  }

  .space-3x-bottom {
    padding-bottom: calc(var(--section-space-mobile) * 3);
  }

  .margin-2x-top {
    margin-top: calc(var(--section-space-mobile) * -2);
  }

  .space-about-bottom {
    padding-bottom: calc(var(--section-space-mobile) + 18px);
  }
}

/* Extra small devices */
@media (max-width: 575px) {
  .space-about-bottom {
    padding-bottom: var(--section-space-mobile);
  }
}

.space-shape {
  --section-space: 190px;
}

.space-shape {
  padding-top: var(--section-space);
  padding-bottom: var(--section-space);
}

.space-top-shape {
  padding-bottom: 190px;
}

.space-bottom-shape {
  padding-bottom: 190px;
}

/* Extra large devices */
@media (max-width: 1500px) {
  .space-shape {
    --section-space: 150px;
  }

  .space-top-shape {
    padding-bottom: 150px;
  }

  .space-bottom-shape {
    padding-bottom: 150px;
  }
}

/* Medium devices */
@media (max-width: 991px) {
  .space-shape {
    --section-space: 130px;
  }

  .space-top-shape {
    padding-bottom: 130px;
  }

  .space-bottom-shape {
    padding-bottom: 130px;
  }


.mt-n75 {
  margin-top: -75px;
}

section.space-shape.background-image.shape-mockup-wrap:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 0;
    background-color: rgb(34 34 34 / 76%);
}
.title-shape-one {
    position: absolute;
    left: 69%;
    top: 45px;
}
p.feature-card_text {
    color: #fff;
}
h1.sec-title {
    font-family: 'Caveat', cursive;
    font-weight: normal;
    font-size: 34px !important;
    color: #17d9ed !important;
}
}

.cart_btn {
    margin: 0;
    font-size: 16px;
    color: #fff;
    -webkit-transition: all ease .5s;
    transition: all ease .5s;
    background-color: #0f0a77;
    position: relative;
    z-index: 1;
    overflow: hidden;
    display: inline-table;
    padding: 5px 36px;
    font-family: 'Montserrat', sans-serif !important;
    line-height: 38px;
    height: 55px;
    box-shadow: 4px 8px 8px hsl(0deg 0% 0% / 0.38);
    border-radius: 10px;
}

.ng-pristine option{
    color: #000 !important;
    z-index: 123;
}

/* Cookie Desgn */

/* #cookiePopup {
        position: fixed;
        bottom: 0;
        left: 50%;
        transform: translateX(-50%);
        width: 100%;
        background: #ff3c05;
        padding: 15px;
        display: flex;
        flex-wrap: wrap;
        z-index: 999999;
        gap: 20px;
        align-items: center;
        justify-content: center;
        text-align: center;
        display: none;
    }

    #cookiePopup h4 {
        font-size: 25px;
        color: #fff;
        margin-bottom: 15px;
    }

    #cookiePopup p {
        font-size: 15px;
        color: #fff;
        margin-bottom: 15px;
        letter-spacing: 1px;
        line-height: 1.5;
        max-width: 850px;
    }

    #cookiePopup p a {
        color: #fff;
        text-decoration: underline;
    }

    .cookieBtns {
        display: inline-flex;
        gap: 10px;
    }

    .cookieBtns button {
        font-size: 15px;
        margin: 10px 0;
        color: #fff;
        padding: 20px;
        border-radius: 5px;
        background: #ff3c05;
        cursor: pointer;
        transition: all 0.5s ease;
        border: 2px solid #fff;
    }

    .cookieBtns button:last-child {
        background-color: #fff;
        color: #ff3c05;
    }

    .vs-btn:hover{
        border: 1px solid #ec6623;
        color: #ec6623 !important;
    } */