@charset "UTF-8";

@import url("https://fonts.googleapis.com/css?family=Roboto:300,400,500,700,900");

:root
{
  --primary-color: #4B2D83;
  --secondary-color: #4B2D83;
  --white: #fff;
  --black : #000;
}
/*----------------------------------------*/
/*  1. Template default CSS
/*----------------------------------------*/
/*-- Google Font --*/

/*-- Common Style --*/
@media only screen and (min-width: 1200px) {
  .container {
    max-width: 1200px !important;
  }
}
.row {
  margin-right: calc(var(--bs-gutter-x) * -.6);
  margin-left: calc(var(--bs-gutter-x) * -.6);
}

.row > * {
  padding-right: calc(var(--bs-gutter-x) * .6);
  padding-left: calc(var(--bs-gutter-x) * .6);
}

.container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
  padding-right: calc(var(--bs-gutter-x) * .6);
  padding-left: calc(var(--bs-gutter-x) * .6);
}

*,
*::after,
*::before {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html,
body {
  height: 100%;
}

body {
  background-color: #ffffff;
  line-height: 24px;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  font-family: "Roboto", sans-serif;
  color: #333;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #333333;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  margin-top: 0;
}

p {
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  color: #333;
  text-align: justify;
  margin-bottom: 15px;
}

h1 {
  font-size: 36px;
  line-height: 42px;
}

h2 {
  font-size: 30px;
  line-height: 36px;
}

h3 {
  font-size: 24px;
  line-height: 30px;
}

h4 {
  font-size: 18px;
  line-height: 24px;
}

h5 {
  font-size: 14px;
  line-height: 18px;
}

h6 {
  font-size: 12px;
  line-height: 14px;
}

p:last-child {
  margin-bottom: 0;
}

a,
button {
  color: inherit;
  line-height: inherit;
  text-decoration: none;
  cursor: pointer;
}

a,
button,
img,
input,
span {
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

*:focus {
  outline: none !important;
}

a:focus {
  color: inherit;
  outline: none;
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

button,
input[type=submit] {
  cursor: pointer;
}

ul {
  list-style: outside none none;
  margin: 0;
  padding: 0;
}

/*-- 
    - Common Classes
-----------------------------------------*/
.fix {
  overflow: hidden;
}

.hidden {
  display: none;
}

.clear {
  clear: both;
}

.section {
  float: left;
  width: 100%;
}

.capitalize {
  text-transform: capitalize;
}

.uppercase {
  text-transform: uppercase;
}

.bg-img {
  background-position: center center;
  background-size: cover;
}

.border-bottom-1 {
  border-bottom: 1px solid #d5d5d5;
}

a:hover {
  color: var(--primary-color);
}

/*************************
  Basic margin padding
*************************/
.m-0 {
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
}

.p-0 {
  padding-top: 0;
  padding-right: 0;
  padding-bottom: 0;
  padding-left: 0;
}

/*************************
         Margin top
*************************/
.mt-0 {
  margin-top: 0;
}

.mt-10 {
  margin-top: 10px;
}

.mt-12 {
  margin-top: 12px;
}

.mt-15 {
  margin-top: 15px;
}

.mt-20 {
  margin-top: 20px;
}

.mt-25 {
  margin-top: 25px;
}

.mt-30 {
  margin-top: 30px;
}

.mt-40 {
  margin-top: 40px;
}

.mt-45 {
  margin-top: 45px;
}

.mt-50 {
  margin-top: 50px;
}

.mt-60 {
  margin-top: 60px;
}

.mt-70 {
  margin-top: 70px;
}

.mt-80 {
  margin-top: 80px;
}
@media only screen and (max-width: 767px) {
  .mt-80 {
    margin-top: 60px;
  }
}

.mt-90 {
  margin-top: 90px;
}

.mt-100 {
  margin-top: 100px;
}

.mt-110 {
  margin-top: 110px;
}

.mt-120 {
  margin-top: 120px;
}

.mt-130 {
  margin-top: 130px;
}

.mt-140 {
  margin-top: 140px;
}

.mt-150 {
  margin-top: 150px;
}

/*************************
      Margin right
*************************/
.mr-0 {
  margin-right: 0px;
}

.mr-10 {
  margin-right: 10px;
}

.mr-12 {
  margin-right: 12px;
}

.mr-15 {
  margin-right: 15px;
}

.mr-20 {
  margin-right: 20px;
}

.mr-30 {
  margin-right: 30px;
}

.mr-35 {
  margin-right: 35px;
}

.mr-40 {
  margin-right: 40px;
}

.mr-50 {
  margin-right: 50px;
}

.mr-60 {
  margin-right: 60px;
}

.mr-70 {
  margin-right: 70px;
}

.mr-80 {
  margin-right: 80px;
}

.mr-90 {
  margin-right: 90px;
}

.mr-100 {
  margin-right: 100px;
}

.mr-110 {
  margin-right: 110px;
}

.mr-120 {
  margin-right: 120px;
}

.mr-130 {
  margin-right: 130px;
}

.mr-140 {
  margin-right: 140px;
}

.mr-150 {
  margin-right: 150px;
}

/*************************
      Margin bottom
*************************/
.mb-0 {
  margin-bottom: 0;
}

.mb-10 {
  margin-bottom: 10px;
}

.mb-12 {
  margin-bottom: 12px;
}

.mb-15 {
  margin-bottom: 15px;
}

.mb-20 {
  margin-bottom: 20px;
}

.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-55 {
  margin-bottom: 55px;
}

.mb-60 {
  margin-bottom: 60px;
}

.mb-65 {
  margin-bottom: 65px;
}

.mb-70 {
  margin-bottom: 70px;
}

.mb-75 {
  margin-bottom: 75px;
}

.mb-80 {
  margin-bottom: 80px;
}
@media only screen and (max-width: 767px) {
  .mb-80 {
    margin-bottom: 60px;
  }
}

.mb-90 {
  margin-bottom: 90px;
}

.mb-95 {
  margin-bottom: 95px;
}

.mb-100 {
  margin-bottom: 100px;
}
@media only screen and (max-width: 767px) {
  .mb-100 {
    margin-bottom: 50px;
  }
}

.mb-110 {
  margin-bottom: 110px;
}

.mb-120 {
  margin-bottom: 120px;
}

.mb-130 {
  margin-bottom: 130px;
}

.mb-140 {
  margin-bottom: 140px;
}

.mb-150 {
  margin-bottom: 150px;
}

/*************************
        Margin left
*************************/
.ml-0 {
  margin-left: 0;
}

.ml-10 {
  margin-left: 10px;
}

.ml-12 {
  margin-left: 12px;
}

.ml-15 {
  margin-left: 15px;
}

.ml-20 {
  margin-left: 20px;
}

.ml-30 {
  margin-left: 30px;
}

.ml-40 {
  margin-left: 40px;
}

.ml-50 {
  margin-left: 50px;
}

.ml-55 {
  margin-left: 55px;
}

.ml-60 {
  margin-left: 60px;
}

.ml-70 {
  margin-left: 70px;
}

.ml-80 {
  margin-left: 80px;
}

.ml-90 {
  margin-left: 90px;
}

.ml-100 {
  margin-left: 100px;
}

.ml-110 {
  margin-left: 110px;
}

.ml-120 {
  margin-left: 120px;
}

.ml-130 {
  margin-left: 130px;
}

.ml-140 {
  margin-left: 140px;
}

.ml-150 {
  margin-left: 150px;
}

/*************************
        Padding top
*************************/
.pt-0 {
  padding-top: 0;
}

.pt-10 {
  padding-top: 10px;
}

.pt-15 {
  padding-top: 15px;
}

.pt-20 {
  padding-top: 20px;
}

.pt-30 {
  padding-top: 30px;
}

.pt-40 {
  padding-top: 40px;
}

.pt-45 {
  padding-top: 45px;
}

.pt-50 {
  padding-top: 50px;
}

.pt-55 {
  padding-top: 55px;
}

.pt-60 {
  padding-top: 60px;
}

.pt-70 {
  padding-top: 70px;
}
@media only screen and (max-width: 767px) {
  .pt-70 {
    padding-top: 60px;
  }
}

.pt-75 {
  padding-top: 75px;
}

.pt-80 {
  padding-top: 80px;
}

.pt-95 {
  padding-top: 95px;
}

.pt-90 {
  padding-top: 90px;
}
@media only screen and (max-width: 767px) {
  .pt-90 {
    padding-top: 60px;
  }
}

.pt-100 {
  padding-top: 100px;
}

.pt-95 {
  padding-top: 95px;
}

.pt-105 {
  padding-top: 105px;
}

.pt-110 {
  padding-top: 110px;
}
@media only screen and (max-width: 767px) {
  .pt-110 {
    padding-top: 40px;
  }
}

.pt-115 {
  padding-top: 115px;
}

.pt-120 {
  padding-top: 120px;
}
@media only screen and (max-width: 767px) {
  .pt-120 {
    padding-top: 50px;
  }
}

.pt-125 {
  padding-top: 125px;
}
@media only screen and (max-width: 767px) {
  .pt-125 {
    padding-top: 55px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .pt-125 {
    padding-top: 75px;
  }
}

.pt-128 {
  padding-top: 128px;
}

.pt-130 {
  padding-top: 70px;
}
@media only screen and (max-width: 767px) {
  .pt-130 {
    padding-top: 60px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .pt-130 {
    padding-top: 80px;
  }
}

.pt-135 {
  padding-top: 135px;
}

.pt-140 {
  padding-top: 140px;
}

.pt-150 {
  padding-top: 150px;
}

.pt-155 {
  padding-top: 155px;
}

.pt-170 {
  padding-top: 170px;
}

.pt-180 {
  padding-top: 180px;
}
@media only screen and (max-width: 767px) {
  .pt-180 {
    padding-top: 60px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .pt-180 {
    padding-top: 90px;
  }
}

.pt-205 {
  padding-top: 205px;
}

.pt-230 {
  padding-top: 230px;
}

.pt-270 {
  padding-top: 270px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .pt-270 {
    padding-top: 170px;
  }
}
@media only screen and (max-width: 767px) {
  .pt-270 {
    padding-top: 100px;
  }
}

.pt-240 {
  padding-top: 240px;
}

.pt-365 {
  padding-top: 365px;
}

.pt-370 {
  padding-top: 370px;
}

.pt-380 {
  padding-top: 380px;
}

/*************************
        Padding right
*************************/
.pr-0 {
  padding-right: 0;
}

.pr-10 {
  padding-right: 10px;
}

.pr-15 {
  padding-right: 15px;
}

.pr-20 {
  padding-right: 20px;
}

.pr-30 {
  padding-right: 30px;
}

.pr-40 {
  padding-right: 40px;
}

.pr-50 {
  padding-right: 50px;
}

.pr-60 {
  padding-right: 60px;
}

.pr-70 {
  padding-right: 70px;
}

.pr-80 {
  padding-right: 80px;
}

.pr-90 {
  padding-right: 90px;
}

.pr-100 {
  padding-right: 100px;
}

.pr-110 {
  padding-right: 110px;
}

.pr-120 {
  padding-right: 120px;
}

.pr-130 {
  padding-right: 130px;
}

.pr-140 {
  padding-right: 140px;
}

.pr-155 {
  padding-right: 155px;
}

.pr-270 {
  padding-right: 270px;
}

/*************************
        Padding bottom
*************************/
.pb-0 {
  padding-bottom: 0;
}

.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-40 {
  padding-bottom: 40px;
}

.pb-50 {
  padding-bottom: 50px;
}

.pb-60 {
  padding-bottom: 60px;
}

.pb-65 {
  padding-bottom: 65px;
}

.pb-70 {
  padding-bottom: 70px;
}

.pb-80 {
  padding-bottom: 80px;
}
@media only screen and (max-width: 767px) {
  .pb-80 {
    padding-bottom: 60px;
  }
}

.pb-85 {
  padding-bottom: 85px;
}

.pb-90 {
  padding-bottom: 90px;
}

.pb-95 {
  padding-bottom: 95px;
}

.pb-100 {
  padding-bottom: 100px;
}
@media only screen and (max-width: 767px) {
  .pb-100 {
    padding-bottom: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .pb-100 {
    padding-bottom: 50px;
  }
}

.pb-105 {
  padding-bottom: 105px;
}

.pb-110 {
  padding-bottom: 110px;
}

.pb-115 {
  padding-bottom: 115px;
}
@media only screen and (max-width: 767px) {
  .pb-115 {
    padding-bottom: 45px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .pb-115 {
    padding-bottom: 65px;
  }
}

.pb-120 {
  padding-bottom: 120px;
}
@media only screen and (max-width: 767px) {
  .pb-120 {
    padding-bottom: 50px;
  }
}

.pb-125 {
  padding-bottom: 125px;
}

.pb-130 {
  padding-bottom: 130px;
}
@media only screen and (max-width: 767px) {
  .pb-130 {
    padding-bottom: 60px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .pb-130 {
    padding-bottom: 80px;
  }
}

.pb-140 {
  padding-bottom: 140px;
}
@media only screen and (max-width: 767px) {
  .pb-140 {
    padding-bottom: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .pb-140 {
    padding-bottom: 50px;
  }
}

.pb-145 {
  padding-bottom: 145px;
}

.pb-150 {
  padding-bottom: 150px;
}

.pb-170 {
  padding-bottom: 170px;
}

.pb-180 {
  padding-bottom: 180px;
}

.pb-280 {
  padding-bottom: 280px;
}

.pb-210 {
  padding-bottom: 210px;
}

.pb-285 {
  padding-bottom: 285px;
}

.pb-270 {
  padding-bottom: 270px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .pb-270 {
    padding-bottom: 170px;
  }
}
@media only screen and (max-width: 767px) {
  .pb-270 {
    padding-bottom: 100px;
  }
}

.pb-290 {
  padding-bottom: 290px;
}

/*************************
        Padding left
*************************/
.pl-0 {
  padding-left: 0;
}

.pl-10 {
  padding-left: 10px;
}

.pl-15 {
  padding-left: 15px;
}

.pl-20 {
  padding-left: 20px;
}

.pl-30 {
  padding-left: 30px;
}

.pl-40 {
  padding-left: 40px;
}

.pl-50 {
  padding-left: 50px;
}

.pl-60 {
  padding-left: 60px;
}

.pl-70 {
  padding-left: 70px;
}

.pl-80 {
  padding-left: 80px;
}

.pl-90 {
  padding-left: 90px;
}

.pl-100 {
  padding-left: 100px;
}

.pl-110 {
  padding-left: 110px;
}

.pl-120 {
  padding-left: 120px;
}

.pl-130 {
  padding-left: 130px;
}

.pl-140 {
  padding-left: 140px;
}

.pl-150 {
  padding-left: 150px;
}

.pl-155 {
  padding-left: 155px;
}

.pl-190 {
  padding-left: 190px;
}

/***************************
    Page section padding 
****************************/
.ptb-0 {
  padding: 0;
}

.ptb-10 {
  padding: 10px 0;
}

.ptb-20 {
  padding: 20px 0;
}

.ptb-30 {
  padding: 30px 0;
}

.ptb-35 {
  padding: 35px 0;
}

.ptb-32 {
  padding: 32px 0;
}

.ptb-40 {
  padding: 40px 0;
}

.ptb-50 {
  padding: 50px 0;
}

.ptb-60 {
  padding: 60px 0;
}

.ptb-70 {
  padding: 70px 0;
}

.ptb-80 {
  padding: 80px 0;
}

.ptb-90 {
  padding: 90px 0;
}

.ptb-100 {
  padding: 100px 0;
}

.ptb-110 {
  padding: 110px 0;
}

.ptb-120 {
  padding: 120px 0;
}

.ptb-130 {
  padding: 130px 0;
}

.ptb-140 {
  padding: 140px 0;
}

.ptb-150 {
  padding: 150px 0;
}

.ptb-160 {
  padding: 160px 0;
}

.ptb-170 {
  padding: 170px 0;
}

.ptb-177 {
  padding: 177px 0;
}

.ptb-180 {
  padding: 180px 0;
}

.ptb-190 {
  padding: 190px 0;
}

.ptb-200 {
  padding: 200px 0;
}

.ptb-210 {
  padding: 210px 0;
}

.ptb-220 {
  padding: 220px 0;
}

.ptb-290 {
  padding: 290px 0;
}

.ptb-310 {
  padding: 310px 0;
}

/***************************
    Page section margin 
****************************/
.mtb-0 {
  margin: 0;
}

.mtb-10 {
  margin: 10px 0;
}

.mtb-15 {
  margin: 15px 0;
}

.mtb-20 {
  margin: 20px 0;
}

.mtb-30 {
  margin: 30px 0;
}

.mtb-40 {
  margin: 40px 0;
}

.mtb-50 {
  margin: 50px 0;
}

.mtb-60 {
  margin: 60px 0;
}

.mtb-70 {
  margin: 70px 0;
}

.mtb-80 {
  margin: 80px 0;
}

.mtb-90 {
  margin: 90px 0;
}

.mtb-100 {
  margin: 100px 0;
}

.mtb-110 {
  margin: 110px 0;
}

.mtb-120 {
  margin: 120px 0;
}

.mtb-130 {
  margin: 130px 0;
}

.mtb-140 {
  margin: 140px 0;
}

.mtb-150 {
  margin: 150px 0;
}

.mtb-290 {
  margin: 290px 0;
}

/*-- 
    - Input Placeholder
-----------------------------------------*/
input:-moz-placeholder,
textarea:-moz-placeholder {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

input::-moz-placeholder,
textarea::-moz-placeholder {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

input {
  background: #eceff8;
  height: 45px;
  -webkit-box-shadow: none;
          box-shadow: none;
  padding-left: 10px;
  font-size: 14px;
  color: #333;
  width: 100%;
  border: 1px solid #eceff8;
  /* border-bottom: 2px solid #eceff8;
  border-left: none;
  border-right: none;
  border-top: none; */
}
select {
  width: 100%;
  background: transparent;
  border: 0px solid #eceff8;
  -webkit-box-shadow: none;
          box-shadow: none;
  font-size: 14px;
  color: #333;
}

option {
  background: #fff;
  border: 0px solid #626262;
  padding-left: 10px;
  font-size: 14px;
}

input:focus {
  background: transparent;
}

textarea {
  resize: vertical;
  background: #eceff8;
  border: 2px solid #eceff8;
  padding: 10px;
  width: 100%;
  font-size: 14px;
}

textarea:focus {
  background: transparent;
  border: 2px solid #4FC1F0;
  outline: none;
}

.input-group.divcenter.input-group .form-control {
  padding-left: 0px;
}

.custom-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-right: -21px;
  margin-left: -21px;
}
@media only screen and (min-width: 1200px) and (max-width: 1365px) {
  .custom-row {
    margin-right: -15px;
    margin-left: -15px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .custom-row {
    margin-right: -15px;
    margin-left: -15px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .custom-row {
    margin-right: -15px;
    margin-left: -15px;
  }
}
@media only screen and (max-width: 767px) {
  .custom-row {
    margin-right: -15px;
    margin-left: -15px;
  }
}

.custom-col-5 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 20%;
          flex: 0 0 20%;
  max-width: 20%;
  padding-right: 21px;
  padding-left: 21px;
  position: relative;
  width: 100%;
  min-height: 1px;
}
@media only screen and (min-width: 1200px) and (max-width: 1365px) {
  .custom-col-5 {
    padding-right: 15px;
    padding-left: 15px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .custom-col-5 {
    padding-right: 15px;
    padding-left: 15px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.333%;
            flex: 0 0 33.333%;
    max-width: 33.333%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .custom-col-5 {
    padding-right: 15px;
    padding-left: 15px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
}
@media only screen and (max-width: 767px) {
  .custom-col-5 {
    padding-right: 15px;
    padding-left: 15px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .custom-col-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
}

.mobile-menu-area {
  display: none;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .mobile-menu-area {
    display: block;
  }
}
@media only screen and (max-width: 767px) {
  .mobile-menu-area {
    display: block;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .mobile-menu-area {
    display: block;
  }
}

.mean-container a.meanmenu-reveal {
  top: -26px;
}

#mobile-menu-active {
  display: none;
}

.mobile-menu .mean-nav ul.menu-overflow {
  height: 215px;
  margin-top: 10;
  overflow-y: auto;
}

.mobile-menu.mean-container .mean-nav ul {
  margin: 14px 0 0;
}

/*-- 
    Scroll Up 
-----------------------------------------*/
#scrollUp {
  width: 50px;
  height: 50px;
  background-image: var(--secondary-color);
  color: #fff;
  right: 20px;
  bottom: 60px;
  text-align: center;
  overflow: hidden;
  border-radius: 50px;
  z-index: 9811 !important;
}
@media only screen and (max-width: 767px) {
  #scrollUp {
    width: 40px;
    height: 40px;
  }
}
#scrollUp i {
  display: block;
  line-height: 50px;
  font-size: 22px;
}
@media only screen and (max-width: 767px) {
  #scrollUp i {
    line-height: 40px;
    font-size: 16px;
  }
}
#scrollUp:hover i {
  -webkit-animation-name: fadeInUp;
          animation-name: fadeInUp;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}

/*--
    - Background Color
------------------------------------------*/
.bg-gray {
  background-color: #f6f7f8;
}

.default-btn {
  background: var(--secondary-color);
  color: #fff;
  display: inline-block;
  font-size: 16px;
  font-weight: bold;
  padding: 21px 40px 21px;
  text-align: center;
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  line-height: 1;
  letter-spacing: 0.5px;
  border-radius: 50px;
}
.default-btn:hover {
  background-color: #333;
  color: #fff;
}
@media only screen and (max-width: 767px) {
  .default-btn {
    padding: 14px 30px 14px;
    font-size: 15px;
  }
}

.default-overlay {
  position: relative;
}
.default-overlay:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  right: 0;
  bottom: 0;
}

/*--------- 2. Header style ---------*/
.header-top {
  padding: 15px 0;
  position: relative;
}
.header-bottom.sticky-bar.clearfix
{
  padding: 20px 0;
}
.header-top:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 44px;
  content: "";
  background-color: var(--primary-color);
  opacity: 0.8;
}
@media only screen and (max-width: 767px) {
  .header-top:before {
    height: 60px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .header-top:before {
    height: 46px;
  }
}

.header-contact ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (max-width: 767px) {
  .header-contact ul {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 5px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .header-contact ul {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin-bottom: 0px;
  }
}
.header-contact ul li {
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  margin-right: 48px;
  line-height: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 767px) {
  .header-contact ul li {
    margin-right: 18px;
    font-size: 12px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .header-contact ul li {
    font-size: 14px;
  }
}
.header-contact ul li i {
  font-size: 15px;
  margin-right: 10px;
}
.header-contact ul li:last-child {
  margin-right: 0px;
}
.header-contact ul li a {
  color: #fff;
}
.header-contact ul li a:hover {
  color: #eaeaea;
}

.login-register {
  float: right;
}
@media only screen and (max-width: 767px) {
  .login-register {
    float: inherit;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .login-register {
    float: right;
  }
}
.login-register ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (max-width: 767px) {
  .login-register ul {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.login-register ul li {
  margin-right: 30px;
  line-height: 1;
  position: relative;
}
.login-register ul li:last-child {
  margin-right: 0;
}
.login-register ul li a {
  color: #fff;
  font-size: 14px;
  font-weight: 500;
}
.login-register ul li a:hover {
  color: #ddd;
}
@media only screen and (max-width: 767px) {
  .login-register ul li a {
    font-size: 12px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .login-register ul li a {
    font-size: 14px;
  }
}
.login-register ul li:before {
  position: absolute;
  top: 3px;
  right: -16px;
  content: "";
  background-color: #fff;
  height: 10px;
  width: 1px;
}
.login-register ul li:last-child:before {
  display: none;
}

.logo 
{
  margin-top: 10px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .logo {
    margin-top: 0px;
  }
}
@media only screen and (max-width: 767px) {
  .logo {
    margin-top: 0px;
  }
}

.menu-cart-wrap {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .menu-cart-wrap {
    margin-right: 38px;
  }
}
@media only screen and (max-width: 767px) {
  .menu-cart-wrap {
    margin-right: 38px;
  }
}

.main-menu nav ul li {
  display: inline-block;
  margin-left: 10px;
  position: relative;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .main-menu nav ul li {
    margin-left: 15px;
  }
}
.main-menu nav ul li ul.submenu {
  background: #fff none repeat scroll 0 0;
  -webkit-box-shadow: 0 0 7px 0.5px rgba(0, 0, 0, 0.15);
          box-shadow: 0 0 7px 0.5px rgba(0, 0, 0, 0.15);
  display: block;
  left: 0;
  padding: 20px 0px 22px;
  position: absolute;
  top: 100%;
  -webkit-transform: rotateX(90deg);
          transform: rotateX(90deg);
  -webkit-transform-origin: center top 0;
          transform-origin: center top 0;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  visibility: hidden;
  width: 190px;
  z-index: 999;
}
.main-menu nav ul li ul.submenu li {
  display: block;
  padding: 0 20px;
  margin-left: 0px;
}
.main-menu nav ul li ul.submenu li a {
  color: #333;
  display: block;
  font-size: 14px;
  font-weight: 400;
  line-height: 32px;
  text-align: left;
  text-transform: capitalize;
  padding-top: 0px;
}
.main-menu nav ul li ul.submenu li a:hover {
  color: var(--primary-color);
}
.main-menu nav ul li ul.submenu li a::before {
  background: var(--primary-color) none repeat scroll 0 0;
  border-radius: 50%;
  content: "";
  height: 7px;
  left: 15px;
  opacity: 0;
  position: absolute;
  top: 13px;
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  width: 7px;
  z-index: 999;
}
.main-menu nav ul li ul.submenu li:hover a::before {
  opacity: 1;
}
.main-menu nav ul li ul.submenu li:hover a {
  padding-left: 12px;
}
.main-menu nav ul li:hover > ul.submenu {
  -webkit-transform: rotateX(0deg);
          transform: rotateX(0deg);
  visibility: visible;
}
> .main-menu nav ul li:first-child {
  margin-left: 0px;
}
.main-menu nav ul li:hover a {
  color: var(--primary-color);
}
.main-menu nav ul li a {
  font-size: 14px;
  color: #333;
  text-transform: uppercase;
  display: inline-block;
  line-height: 40px;
}
.main-menu nav ul li a i {
  color: var(--primary-color);
  font-size: 12px;
  margin-left: 9px;
}
.main-menu nav ul li.mega-menu-position {
  position: static;
}
.main-menu nav ul li.mega-menu-position ul.mega-menu {
  background-color: #fff;
  display: block;
  left: 0;
  padding: 33px 30px 30px 0;
  position: absolute;
  text-align: left;
  top: 100%;
  -webkit-transform: rotateX(90deg);
          transform: rotateX(90deg);
  -webkit-transform-origin: center top 0;
          transform-origin: center top 0;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  visibility: hidden;
  width: 100%;
  z-index: 999;
  -webkit-box-shadow: 0 1px 7px -2px rgba(0, 0, 0, 0.3);
          box-shadow: 0 1px 7px -2px rgba(0, 0, 0, 0.3);
}
.main-menu nav ul li.mega-menu-position ul.mega-menu > li {
  display: inline-block;
  float: left;
  padding-left: 60px;
  margin-left: 0;
  width: 25%;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .main-menu nav ul li.mega-menu-position ul.mega-menu > li {
    padding-left: 30px;
  }
}
.main-menu nav ul li.mega-menu-position ul.mega-menu > li ul li.mega-menu-title {
  float: inherit;
  width: 100%;
}
.main-menu nav ul li.mega-menu-position ul.mega-menu > li ul li.mega-menu-title a {
  color: #242424;
  margin: 0 0 10px;
  text-transform: uppercase;
}
.main-menu nav ul li.mega-menu-position ul.mega-menu > li ul li.mega-menu-title a::before {
  display: none;
}
.main-menu nav ul li.mega-menu-position ul.mega-menu > li ul li.mega-menu-title:hover a {
  padding-left: 0px;
}
.main-menu nav ul li.mega-menu-position ul.mega-menu > li ul li {
  display: block;
  float: inherit;
  padding: 0px;
}
.main-menu nav ul li.mega-menu-position ul.mega-menu > li ul li a {
  color: #333;
  display: block;
  font-size: 14px;
  font-weight: 400;
  line-height: 32px;
  text-align: left;
  text-transform: capitalize;
  padding-top: 0px;
}
.main-menu nav ul li.mega-menu-position ul.mega-menu > li ul li a:hover {
  color: var(--primary-color);
}
.main-menu nav ul li.mega-menu-position ul.mega-menu > li ul li a::before {
  background: var(--primary-color) none repeat scroll 0 0;
  border-radius: 50%;
  content: "";
  height: 7px;
  left: 0px;
  opacity: 0;
  position: absolute;
  top: 13px;
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  width: 7px;
  z-index: 999;
}
.main-menu nav ul li.mega-menu-position ul.mega-menu > li ul li:hover a::before {
  opacity: 1;
}
.main-menu nav ul li.mega-menu-position ul.mega-menu > li ul li:hover a {
  padding-left: 12px;
}
.main-menu nav ul li.mega-menu-position:hover > ul.mega-menu {
  -webkit-transform: rotateX(0deg);
          transform: rotateX(0deg);
  visibility: visible;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .main-menu {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .main-menu {
    display: none;
  }
}

.cart-search-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: 23px;
  margin-top: 31px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .cart-search-wrap {
    margin-top: 0px;
  }
}
@media only screen and (max-width: 767px) {
  .cart-search-wrap {
    margin-top: 0px;
  }
}

.cart-wrap {
  position: relative;
}
.cart-wrap button {
  padding: 0;
  border: none;
  background: transparent;
  position: relative;
  font-size: 16px;
  color: #333;
}
.cart-wrap button span.count-style {
  position: absolute;
  top: -8px;
  right: -11px;
  background-color: var(--primary-color);
  color: #fff;
  display: inline-block;
  width: 19px;
  height: 19px;
  border-radius: 100%;
  line-height: 19px;
  font-size: 12px;
}
.cart-wrap .shopping-cart-content {
  background: #fff none repeat scroll 0 0;
  border: 1px solid #ebebeb;
  border-radius: 5px;
  display: none;
  padding: 31px 35px 10px;
  position: absolute;
  right: 0;
  top: 100%;
  width: 340px;
  z-index: 9999;
}
@media only screen and (max-width: 767px) {
  .cart-wrap .shopping-cart-content {
    width: 295px;
    right: -80px;
    padding: 31px 15px 10px;
    overflow-y: auto;
    height: 300px;
    margin-top: 18px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .cart-wrap .shopping-cart-content {
    overflow-y: auto;
    height: 300px;
    margin-top: 18px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .cart-wrap .shopping-cart-content {
    overflow-y: auto;
    height: 400px;
  }
}
.cart-wrap .shopping-cart-content ul li {
  border-bottom: 1px solid #ebebeb;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 20px;
  padding-bottom: 15px;
}
.cart-wrap .shopping-cart-content ul li .shopping-cart-img {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 82px;
          flex: 0 0 82px;
  margin-right: 15px;
}
.cart-wrap .shopping-cart-content ul li .shopping-cart-title h4 {
  color: #033333;
  font-size: 16px;
  line-height: 18px;
  font-weight: 55;
  margin: 0;
}
.cart-wrap .shopping-cart-content ul li .shopping-cart-title h4 a {
  color: #033333;
}
.cart-wrap .shopping-cart-content ul li .shopping-cart-title h4 a:hover {
  color: var(--primary-color);
}
.cart-wrap .shopping-cart-content ul li .shopping-cart-title h6 {
  font-size: 13px;
  margin: 3px 0 12px;
}
.cart-wrap .shopping-cart-content ul li .shopping-cart-title span {
  font-size: 15px;
}
.cart-wrap .shopping-cart-content ul li .shopping-cart-delete {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 100;
      -ms-flex-positive: 100;
          flex-grow: 100;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.cart-wrap .shopping-cart-content ul li .shopping-cart-delete a {
  font-size: 16px;
  color: var(--primary-color);
}
.cart-wrap .shopping-cart-content ul li .shopping-cart-delete a:hover {
  color: #333;
}
.cart-wrap .shopping-cart-content .shopping-cart-total h4 {
  font-size: 14px;
  margin-bottom: 17px;
}
.cart-wrap .shopping-cart-content .shopping-cart-total h4 span {
  float: right;
  color: #333;
}
.cart-wrap .shopping-cart-content .shopping-cart-btn {
  margin-top: 23px;
}
.cart-wrap .shopping-cart-content .shopping-cart-btn a {
  margin-bottom: 20px;
  padding: 16px 40px 17px;
  font-weight: 500;
  font-size: 14px;
  display: block;
}
.cart-wrap:hover > button {
  color: var(--primary-color);
}

.header-search {
  position: relative;
  margin-left: 21px;
}
.header-search:hover > button {
  color: var(--primary-color);
}
.header-search button {
  background: transparent;
  padding: 0;
  border: none;
  font-size: 16px;
  color: #333;
}
.header-search .search-content {
  position: absolute;
  top: 100%;
  right: 0;
  display: none;
  z-index: 999;
}
.header-search .search-content form {
  position: relative;
}
.header-search .search-content form input {
  background-color: #fff;
  border: 1px solid #ddd;
  color: #333;
  line-height: 30px;
  padding: 0 50px 0 20px;
  width: 210px;
  height: 40px;
}
.header-search .search-content form button {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0;
  height: 100%;
  border-left: 1px solid #ddd;
  padding: 5px 14px 5px 14px;
}
.header-search .search-content form button:hover {
  color: var(--primary-color);
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header-bottom {
    padding: 20px 0;
  }
}
@media only screen and (max-width: 767px) {
  .header-bottom {
    padding: 20px 0;
  }
}

.sticky-bar.stick {
  -webkit-animation: 700ms ease-in-out 0s normal none 1 running fadeInDown;
          animation: 700ms ease-in-out 0s normal none 1 running fadeInDown;
  background-color: #fff;
  border-bottom: 0 solid #4a90e2;
  -webkit-box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.04);
          box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.04);
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 999;
  left: 0;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

/*--------- 3. Slider style ---------*/
.slider-height-1 {
  height: 844px;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
@media only screen and (min-width: 1200px) and (max-width: 1365px) {
  .slider-height-1 {
    height: 250px;
    background-size: 100% 100%;
    background-repeat: no-repeat;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .slider-height-1 {
    height: 250px;
    background-size: 100% 100%;
    background-repeat: no-repeat;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .slider-height-1 {
    height: 250px;
    background-size: 100% 100%;
    background-repeat: no-repeat;
  }
}
@media only screen and (max-width: 767px) {
  .slider-height-1 {
    height: 250px;
    background-size: 100% 100%;
    background-repeat: no-repeat;
  }
}

.slider-active {
  position: relative;
}
.slider-active .slider-single-img {
  width: 504px;
  position: absolute;
  right: 256px;
  bottom: 0;
}
@media only screen and (min-width: 1366px) and (max-width: 1600px) {
  .slider-active .slider-single-img {
    width: 430px;
    right: 50px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1365px) {
  .slider-active .slider-single-img {
    width: 380px;
    right: 30px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .slider-active .slider-single-img {
    width: 350px;
    right: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .slider-active .slider-single-img {
    width: 250px;
    right: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .slider-active .slider-single-img {
    display: none;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1365px) {
  .slider-content {
    padding-top: 150px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .slider-content {
    padding-top: 120px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .slider-content {
    padding-top: 100px;
  }
}
@media only screen and (max-width: 767px) {
  .slider-content {
    padding-top: 50px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .slider-content {
    padding-top: 100px;
  }
}
.slider-content h1 {
  font-size: 60px;
  color: #fff;
  font-weight: bold;
  margin: 0;
  line-height: 1;
}
@media only screen and (min-width: 1200px) and (max-width: 1365px) {
  .slider-content h1 {
    font-size: 65px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .slider-content h1 {
    font-size: 55px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .slider-content h1 {
    font-size: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .slider-content h1 {
    font-size: 28px;
  }
}
.slider-content p {
  font-size: 18px;
  color: #fff;
  line-height: 30px;
  width: 90%;
  margin: 25px 0 47px;
}
@media only screen and (min-width: 1200px) and (max-width: 1365px) {
  .slider-content p {
    width: 84%;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .slider-content p {
    width: 78%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .slider-content p {
    width: 100%;
    margin: 15px 0 27px;
  }
}
@media only screen and (max-width: 767px) {
  .slider-content p {
    width: 100%;
    margin: 25px 0 30px;
  }
}
.slider-content .slider-btn a {
  margin-right: 27px;
}
.slider-content .slider-btn a:last-child {
  margin-right: 0;
}
@media only screen and (max-width: 767px) {
  .slider-content .slider-btn a {
    padding: 12px 16px 12px;
    font-size: 14px;
    margin-right: 10px;
  }
}
.slider-content .slider-btn a.btn-green-color {
  background-color: var(--primary-color);
  color: #fff;
  border: 1px solid var(--primary-color);
}
.slider-content .slider-btn a.btn-green-color:hover {
  background-color: #fff;
  border: 1px solid transparent;
  color: var(--primary-color);
}
.slider-content .slider-btn a.btn-white-color {
  background-color: #fff;
  color: var(--primary-color);
  border: 1px solid #77d0a2;
}
.slider-content .slider-btn a.btn-white-color:hover {
  background-color: var(--primary-color);
  border: 1px solid transparent;
  color: #fff;
}

.owl-item .slider-content * {
  -webkit-animation-duration: 1.3s;
  animation-duration: 1.3s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.owl-item.active .slider-animated-1 h1 {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}

.owl-item.active .slider-animated-1 p {
  -webkit-animation-delay: 1.3s;
  animation-delay: 1.3s;
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}

.owl-item.active .slider-animated-1 a {
  -webkit-animation-delay: 1.6s;
  animation-delay: 1.6s;
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}

.owl-item.active .slider-animated-1.slider-single-img img {
  -webkit-animation-delay: 1.6s;
  animation-delay: 1.6s;
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}

.owl-item.active .slider-animated-2.slider-single-img2 img {
  -webkit-animation-delay: 1.6s;
  animation-delay: 1.6s;
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

.owl-item.active .slider-animated-2 h1 {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

.owl-item.active .slider-animated-2 p {
  -webkit-animation-delay: 1.3s;
  animation-delay: 1.3s;
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

.owl-item.active .slider-animated-2 a {
  -webkit-animation-delay: 1.6s;
  animation-delay: 1.6s;
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

/* slider style 2 home2*/
.slider-content.slider-content-2 {
  padding-top: 0px;
}
.slider-content.slider-content-2 p {
  width: 70%;
  margin: 25px auto 45px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .slider-content.slider-content-2 p {
    width: 78%;
    margin: 25px auto 35px;
  }
}
@media only screen and (max-width: 767px) {
  .slider-content.slider-content-2 p {
    width: 100%;
    margin: 20px auto 30px;
  }
}

.slider-overlay2-1.default-overlay::before {
  opacity: 0.39;
  background-color: #000;
}

.slider-overlay2-2.default-overlay::before {
  opacity: 0.43;
  background-color: #000;
}

.slider-overlay2-3.default-overlay::before {
  opacity: 0.7;
  background-color: #000;
}

.slider-height-2 {
  height: 800px;
}
@media only screen and (min-width: 1366px) and (max-width: 1600px) {
  .slider-height-2 {
    height: 600px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1365px) {
  .slider-height-2 {
    height: 550px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .slider-height-2 {
    height: 550px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .slider-height-2 {
    height: 480px;
  }
}
@media only screen and (max-width: 767px) {
  .slider-height-2 {
    height: 480px;
  }
}

/*----------------- home 3 ----------------*/
.slider-height-3 {
  height: 800px;
}
@media only screen and (min-width: 1366px) and (max-width: 1600px) {
  .slider-height-3 {
    height: 600px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1365px) {
  .slider-height-3 {
    height: 550px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .slider-height-3 {
    height: 550px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .slider-height-3 {
    height: 430px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .slider-height-3 {
    height: 450px;
  }
}

@media only screen and (min-width: 1366px) and (max-width: 1600px) {
  .slider-height-3.pt-170 {
    padding-top: 80px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1365px) {
  .slider-height-3.pt-170 {
    padding-top: 80px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .slider-height-3.pt-170 {
    padding-top: 50px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .slider-height-3.pt-170 {
    padding-top: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .slider-height-3.pt-170 {
    padding-top: 30px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .slider-height-3.pt-170 {
    padding-top: 50px;
  }
}

.slider-single-img2 {
  margin: 0 85px 0 15px;
}
@media only screen and (min-width: 1366px) and (max-width: 1600px) {
  .slider-single-img2 {
    width: 390px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .slider-single-img2 {
    margin: 0;
    width: 350px;
  }
}
@media only screen and (max-width: 767px) {
  .slider-single-img2 {
    margin: 0;
  }
}

.slider-content-3.ml-55 {
  margin-left: 0;
}

@media only screen and (min-width: 1200px) and (max-width: 1365px) {
  .slider-content-3.pt-115 {
    padding-top: 100px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .slider-content-3.pt-115 {
    padding-top: 100px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .slider-content-3.pt-115 {
    padding-top: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .slider-content-3.pt-115 {
    padding-top: 50px;
  }
}

.slider-content-3 h1 {
  color: var(--primary-color);
  font-size: 60px;
  font-weight: bold;
  margin: 0;
}
.slider-content-3 h1 span.text-blue {
  color: #0259cf;
}
.slider-content-3 h1 span.text-pink {
  color: #c42d88;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .slider-content-3 h1 {
    font-size: 50px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .slider-content-3 h1 {
    font-size: 45px;
  }
}
@media only screen and (max-width: 767px) {
  .slider-content-3 h1 {
    font-size: 35px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .slider-content-3 h1 {
    font-size: 32px;
  }
}
.slider-content-3 p {
  font-size: 18px;
  line-height: 30px;
  margin: 38px 0 36px;
}
@media only screen and (max-width: 767px) {
  .slider-content-3 p {
    margin: 15px 0 20px;
    font-size: 17px;
  }
}

.nav-style-2.owl-carousel {
  position: relative;
}
.nav-style-2.owl-carousel .owl-nav button {
  background-color: #161616;
  color: #fff;
  font-size: 24px;
  width: 60px;
  height: 60px;
  line-height: 60px;
  border-radius: 100%;
  text-align: center;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  position: absolute;
  -webkit-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  -webkit-box-shadow: 0px 6px 12px 0.8px rgba(177, 177, 177, 0.38);
          box-shadow: 0px 6px 12px 0.8px rgba(177, 177, 177, 0.38);
  left: 117px;
  opacity: 0;
  visibility: hidden;
}
.nav-style-2.owl-carousel .owl-nav button:hover {
  background-color: var(--primary-color);
}
@media only screen and (min-width: 1366px) and (max-width: 1600px) {
  .nav-style-2.owl-carousel .owl-nav button {
    width: 50px;
    height: 50px;
    line-height: 50px;
    left: 50px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1365px) {
  .nav-style-2.owl-carousel .owl-nav button {
    width: 50px;
    height: 50px;
    line-height: 50px;
    left: 50px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .nav-style-2.owl-carousel .owl-nav button {
    width: 50px;
    height: 50px;
    line-height: 50px;
    left: 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .nav-style-2.owl-carousel .owl-nav button {
    width: 50px;
    height: 50px;
    line-height: 50px;
    left: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .nav-style-2.owl-carousel .owl-nav button {
    width: 40px;
    height: 40px;
    line-height: 38px;
    left: 15px;
  }
}
.nav-style-2.owl-carousel .owl-nav button.owl-next {
  left: auto;
  right: 117px;
}
@media only screen and (min-width: 1366px) and (max-width: 1600px) {
  .nav-style-2.owl-carousel .owl-nav button.owl-next {
    right: 50px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1365px) {
  .nav-style-2.owl-carousel .owl-nav button.owl-next {
    right: 50px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .nav-style-2.owl-carousel .owl-nav button.owl-next {
    right: 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .nav-style-2.owl-carousel .owl-nav button.owl-next {
    right: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .nav-style-2.owl-carousel .owl-nav button.owl-next {
    right: 15px;
  }
}
.nav-style-2.owl-carousel:hover .owl-nav button {
  opacity: 1;
  visibility: visible;
}

.section-padding-1 .container-fluid {
  padding-right: 100px;
  padding-left: 100px;
}
@media only screen and (min-width: 1200px) and (max-width: 1365px) {
  .section-padding-1 .container-fluid {
    padding-right: 80px;
    padding-left: 80px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .section-padding-1 .container-fluid {
    padding-right: 50px;
    padding-left: 50px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .section-padding-1 .container-fluid {
    padding-right: 40px;
    padding-left: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .section-padding-1 .container-fluid {
    padding-right: 15px;
    padding-left: 15px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .section-padding-1 .container-fluid {
    padding-right: 30px;
    padding-left: 30px;
  }
}

.choose-bg-light-blue {
  background-color: #48a7d4;
}

.choose-bg-yellow {
  background-color: #fdc735;
}

.choose-bg-blue {
  background-color: #307ad5;
}

.choose-bg-green {
  background-color: #10c45c;
}

.choose-negative-mrg {
  margin-top: -102px;
  z-index: 9;
  position: relative;
}

.single-choose-us {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 50px 48px 46px;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  min-height: 216px;
}
@media only screen and (min-width: 1366px) and (max-width: 1600px) {
  .single-choose-us {
    padding: 50px 15px 46px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1365px) {
  .single-choose-us {
    padding: 40px 15px 36px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .single-choose-us {
    padding: 30px 10px 26px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .single-choose-us {
    padding: 30px 20px 26px;
  }
}
@media only screen and (max-width: 767px) {
  .single-choose-us {
    padding: 30px 10px 26px;
  }
}
.single-choose-us .choose-img {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 60px;
          flex: 0 0 60px;
  margin-right: 20px;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
@media only screen and (min-width: 1366px) and (max-width: 1600px) {
  .single-choose-us .choose-img {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 45px;
            flex: 0 0 45px;
    margin-right: 10px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1365px) {
  .single-choose-us .choose-img {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 35px;
            flex: 0 0 35px;
    margin-right: 10px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .single-choose-us .choose-img {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 35px;
            flex: 0 0 35px;
    margin-right: 10px;
  }
}
@media only screen and (max-width: 767px) {
  .single-choose-us .choose-img {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 35px;
            flex: 0 0 35px;
    margin-right: 10px;
  }
}
.single-choose-us .choose-img img {
  width: 100%;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.single-choose-us .choose-content h3 {
  font-weight: bold;
  font-size: 20px;
  color: #000000;
  margin: 0 0 12px;
}
@media only screen and (min-width: 1366px) and (max-width: 1600px) {
  .single-choose-us .choose-content h3 {
    font-size: 20px;
    margin: 0 0 10px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1365px) {
  .single-choose-us .choose-content h3 {
    font-size: 18px;
    margin: 0 0 5px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .single-choose-us .choose-content h3 {
    font-size: 18px;
    margin: 0 0 5px;
    line-height: 25px;
  }
}
@media only screen and (max-width: 767px) {
  .single-choose-us .choose-content h3 {
    font-size: 18px;
    margin: 0 0 5px;
    line-height: 25px;
  }
}
.single-choose-us .choose-content p {
  line-height: 26px;
  font-size: 16px;
  color: #000000;
}
.single-choose-us:hover .choose-img img {
  -webkit-animation: 500ms ease-in-out 0s normal none 1 running tada;
          animation: 500ms ease-in-out 0s normal none 1 running tada;
}
.single-choose-us.choose-bg-white {
  background: white;
}
.section-title {
  position: relative;
  margin-left: 32px;
}
.single-choose-us {
  background-color: #ffffff; /* White background */
  color: #000000; /* Black text color */
  text-align: left;
  
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2); /* Add shadow border */
  transition: background-color 0.3s, color 0.3s, box-shadow 0.3s; /* Smooth color transitions and shadow border on hover */
}

/* Change colors and shadow border on hover */
.single-choose-us:hover {
  background-color: #ffffff; /* White background on hover */
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.3); /* Increase shadow border on hover */
}

.single-choose-us:hover h3 {
  color: #0074e4; /* Blue color for heading on hover */
}

@media only screen and (max-width: 767px) {
  .section-title {
    margin-left: 0px;
  }
}
.section-title:before {
  content: url(../img/icon-img/section-shape.png);
  position: absolute;
  left: -32px;
  top: 2px;
  bottom: auto;
}
@media only screen and (max-width: 767px) {
  .section-title:before {
    left: -5px;
  }
}
.section-title h2 {
  font-size: 35px;
  font-weight: bold;
  margin: 0 0 20px;
  line-height: 38px;
  text-align: left;
}
@media only screen and (max-width: 767px) {
  .section-title h2 {
    font-size: 27px;
    margin: 0 0 10px;
  }
}
.section-title h2 span {
  color: var(--primary-color);
  font-weight: 400;
}
.section-title p {
  font-size: 14px;
  line-height: 30px;
}
@media only screen and (max-width: 767px) {
  .section-title p {
    font-size: 15px;
  }
}

@media only screen and (max-width: 767px) {
  .section-title.mb-75 {
    margin-bottom: 35px;
  }

  .section-title.mb-75.mrg-bottom-small {
    margin-bottom: 95px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .section-title.mb-75 {
    margin-bottom: 50px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .section-title-3.mb-100 {
    margin-bottom: 80px;
  }
}
.section-title.white-text h2 {
  color: #fff;
}

.section-title-green p {
  color: var(--primary-color);
  text-align: justify;
}

@media only screen and (max-width: 767px) {
  .section-title.section-title-green.mb-30 {
    margin-bottom: 20px;
  }
}
.section-title-2 {
  position: relative;
  margin-left: 32px;
  z-index: 9;
}
@media only screen and (max-width: 767px) {
  .section-title-2 {
    margin-left: 0px;
  }
}
.section-title-2:before {
  content: url(../img/icon-img/section-shape-2.png);
  position: absolute;
  left: -32px;
  top: 2px;
  bottom: auto;
}
@media only screen and (max-width: 767px) {
  .section-title-2:before {
    left: -5px;
  }
}
.section-title-2 h2 {
  font-size: 48px;
  font-weight: bold;
  margin: 0 0 20px;
  line-height: 38px;
  color: #fff;
}
@media only screen and (max-width: 767px) {
  .section-title-2 h2 {
    font-size: 35px;
  }
}
.section-title-2 h2 span {
  font-weight: 400;
}
.section-title-2 p {
  font-size: 16px;
  line-height: 26px;
  color: #fff;
}

.section-title-3 {
  position: relative;
}
.section-title-3:before {
  position: absolute;
  left: 0px;
  right: 0;
  margin: 0 auto;
  bottom: -29px;
}
.section-title-3 h2 {
  font-size: 48px;
  font-weight: bold;
  margin: 0 0 20px;
  line-height: 38px;
}
@media only screen and (max-width: 767px) {
  .section-title-3 h2 {
    font-size: 33px;
    margin: 0 0 10px;
  }
}
.section-title-3 h2 span {
  color: var(--primary-color);
  font-weight: 400;
}
.section-title-3 p {
  font-size: 16px;
  line-height: 26px;
}
@media only screen and (max-width: 767px) {
  .section-title-3 p {
    font-size: 15px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .section-title-3.ml-70 {
    margin-left: 0px;
    margin-top: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .section-title-3.ml-70 {
    margin-left: 0px;
    margin-top: 50px;
  }
}
.section-title-3.white-text h2,
.section-title-3.white-text span,
.section-title-3.white-text p {
  color: #fff;
}

.section-shape-hm2-1:before {
  content: url(../img/icon-img/section-shape-3.png);
}

.section-shape-hm2-2:before {
  content: url(../img/icon-img/section-shape-4.png);
}

.single-choose-us2 h4 {
  font-size: 18px;
  font-weight: bold;
  margin: 37px 0 16px;
  line-height: 1;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .single-choose-us2 h4 {
    font-size: 16px;
  }
}
.single-choose-us2 p {
  line-height: 23px;
  margin: 0;
}
.single-choose-us2:hover img {
  -webkit-animation: 500ms ease-in-out 0s normal none 1 running tada;
          animation: 500ms ease-in-out 0s normal none 1 running tada;
}

.choose-padding {
  padding-right: 68px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .choose-padding {
    padding-right: 0px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .choose-padding {
    padding-right: 0px;
  }
}
@media only screen and (max-width: 767px) {
  .choose-padding {
    padding-right: 0px;
  }
}

.choose-newsletter {
  padding: 35px 30px 50px;
  border: 1px solid #f6f6f6;
  -webkit-box-shadow: 0px 6px 12px 0.8px rgba(222, 222, 222, 0.22);
          box-shadow: 0px 6px 12px 0.8px rgba(222, 222, 222, 0.22);
}
@media only screen and (max-width: 767px) {
  .choose-newsletter {
    padding: 35px 20px 50px;
  }
}
.choose-newsletter h4 {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 0 0 19px;
}
@media only screen and (max-width: 767px) {
  .choose-newsletter h4 {
    font-size: 16px;
  }
}
.choose-newsletter p {
  font-size: 15px;
  line-height: 26px;
  margin: 0 0 42px;
}
.choose-newsletter form input,
.choose-newsletter form textarea,
.choose-newsletter form button {
  background: transparent;
  border: 1px solid #f6f6f6;
  height: 50px;
  padding: 2px 25px;
  font-size: 14px;
  color: #333;
  margin: 0 0 11px;
}
.choose-newsletter form textarea {
  height: 132px;
  padding: 20px 25px;
}
.choose-newsletter form button {
  width: 100%;
  text-align: left;
}
.choose-newsletter form button:hover {
  background-color: var(--primary-color);
  border: 1px solid var(--primary-color);
  color: #fff;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .choose-newsletter.ml-40 {
    margin-left: 0;
  }
}
@media only screen and (max-width: 767px) {
  .choose-newsletter.ml-40 {
    margin-left: 0;
  }
}
/*---------------- about us ----------------*/
.single-about-chose-us {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.single-about-chose-us .about-choose-img {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 60px;
          flex: 0 0 60px;
  margin-right: 20px;
}
@media only screen and (max-width: 767px) {
  .single-about-chose-us .about-choose-img {
    margin-right: 10px;
  }
}
.single-about-chose-us .about-choose-content h3 {
  font-size: 22px;
  font-weight: bold;
  margin: 0 0 5px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .single-about-chose-us .about-choose-content h3 {
    font-size: 18px;
  }
}
@media only screen and (max-width: 767px) {
  .single-about-chose-us .about-choose-content h3 {
    font-size: 20px;
  }
}
.single-about-chose-us .about-choose-content p {
  line-height: 25px;
  margin: 0;
}
.single-about-chose-us:hover .about-choose-img img {
  -webkit-animation: 500ms ease-in-out 0s normal none 1 running tada;
          animation: 500ms ease-in-out 0s normal none 1 running tada;
}

.text-light-blue.about-choose-content h3 {
  color: #48a7d4;
}

.text-yellow.about-choose-content h3 {
  color: #fdc735;
}

.text-blue.about-choose-content h3 {
  color: #307ad5;
}

/*--------- 4. choose us area ---------*/
.text-green.about-choose-content h3 {
  color: var(--primary-color);
}

.about-negative-mrg {
  margin-left: -30px;
  margin-right: 40px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .about-negative-mrg {
    margin-left: 0px;
    margin-right: 0px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about-negative-mrg {
    margin-left: 0px;
    margin-right: 0px;
  }
}
@media only screen and (max-width: 767px) {
  .about-negative-mrg {
    margin-left: 0px;
    margin-right: 0px;
  }
}

.about-img img {
  width: 100%;
}

@media only screen and (max-width: 767px) {
  .single-about-chose-us.mb-95 {
    margin-bottom: 30px;
  }
}

@media only screen and (max-width: 767px) {
  .about-chose-us.pt-120 {
    padding-top: 0;
  }
}

@media only screen and (max-width: 767px) {
  .section-title-2.mb-75 {
    margin-bottom: 50px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .section-title-2.mb-75 {
    margin-bottom: 50px;
  }
}

/*--------- 5. About us ---------*/
.about-content {
  margin-top: 28px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about-content {
    margin-top: 0px;
  }
}
@media only screen and (max-width: 767px) {
  .about-content {
    margin-top: 0px;
  }
}
.about-content > p {
  line-height: 26px;
  width: 92%;
  margin: 0 0 0 32px;
}
@media only screen and (max-width: 767px) {
  .about-content > p {
    margin: 0 0 0 0px;
  }
}
.about-content .about-btn a.default-btn {
  -webkit-box-shadow: 0px 6px 12px 0.8px rgba(14, 14, 14, 0.26);
          box-shadow: 0px 6px 12px 0.8px rgba(14, 14, 14, 0.26);
  margin: 0 0 0 32px;
}
@media only screen and (max-width: 767px) {
  .about-content .about-btn a.default-btn {
    margin: 0 0 0 0px;
  }
}
@media only screen and (max-width: 767px) {
  .about-content .about-btn.mt-45 {
    margin-top: 15px;
  }
}

@media only screen and (max-width: 767px) {
  .about-img.default-overlay {
    margin-top: 30px;
  }
}
.about-img.default-overlay:before {
  opacity: 0.5;
}
.about-img.default-overlay img {
  width: 100%;
}
.about-img.default-overlay .video-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
}
.campus-tour-section
{
  position: absolute;
  bottom: 0;
  right: 0;
  top: 70%;
  left: 36%;
  color: #fff;
  font-weight: bold;
  margin: 0 0 20px;
  line-height: 38px;
  font-size: 26px;
}
@media only screen and (max-width: 767px) {
  .about-img.default-overlay.about-img-2 {
    margin-top: 0;
  }
}
.about-img.about-img-2.default-overlay::before {
  background-color: #000;
  opacity: 0.61;
}

.about-content-2 p {
  line-height: 26px;
  margin: 0 0 30px;
}
.about-content-2 > img {
  width: 100%;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about-content-2 > img {
    width: auto;
  }
}
.about-content-2 .about-btn a.default-btn {
  -webkit-box-shadow: 0px 6px 12px 0.8px rgba(14, 14, 14, 0.26);
          box-shadow: 0px 6px 12px 0.8px rgba(14, 14, 14, 0.26);
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .about-content-2.pr-70 {
    padding-right: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about-content-2.pr-70 {
    padding-right: 0;
    margin-top: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .about-content-2.pr-70 {
    padding-right: 0;
    margin-top: 30px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .about-img-2.mr-70 {
    margin-right: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about-img-2.mr-70 {
    margin-right: 0;
  }
}
@media only screen and (max-width: 767px) {
  .about-img-2.mr-70 {
    margin-right: 0;
  }
}
/* about us page */
.breadcrumb-top {
  position: relative;
  z-index: 9;
}
.breadcrumb-top h2 {
  font-weight: bold;
  font-size: 48px;
  margin: 0 0 22px;
  color: #fff;
  z-index: 9;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .breadcrumb-top h2 {
    font-size: 35px;
    margin: 0 0 10px;
  }
}
.breadcrumb-top p {
  font-size: 16px;
  color: #fff;
  line-height: 26px;
  z-index: 9;
  position: relative;
  margin: 0;
  width: 40%;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .breadcrumb-top p {
    width: 73%;
  }
}
@media only screen and (max-width: 767px) {
  .breadcrumb-top p {
    width: 100%;
  }
}

.breadcrumb-bottom {
  background-color: var(--primary-color);
  padding: 14px 0 12px;
}
.breadcrumb-bottom ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.breadcrumb-bottom ul li a {
  font-weight: 500;
  font-size: 18px;
  color: #f6f6f6;
  line-height: 1;
}
.breadcrumb-bottom ul li a:hover {
  color: #fff;
}
.breadcrumb-bottom ul li span {
  font-weight: 500;
  font-size: 18px;
  color: #f6f6f6;
  line-height: 1;
}
.breadcrumb-bottom ul li span i {
  color: #f6f6f6;
  font-size: 14px;
  margin-right: 5px;
  position: relative;
  top: -1px;
}

.breadcrumb-top.default-overlay:before {
  background-color: #000;
  opacity: 0.65;
}

.breadcrumb-top.breadcrumb-overly-2.default-overlay:before {
  background-color: #003218;
  opacity: 0.76;
}

.breadcrumb-top.breadcrumb-overly-3.default-overlay:before {
  background-color: #000;
  opacity: 0.3;
}

.breadcrumb-top.breadcrumb-overly-4.default-overlay:before {
  background-color: #000;
  opacity: 0.73;
}

.breadcrumb-top.breadcrumb-overly-5.default-overlay:before {
  background-color: #000;
  opacity: 0.65;
}

@media only screen and (max-width: 767px) {
  .breadcrumb-top.pt-100 {
    padding-top: 50px;
  }
}

@media only screen and (max-width: 767px) {
  .breadcrumb-top.pb-95 {
    padding-bottom: 45px;
  }
}

/*--------- 6. Course area ---------*/
.single-course {
  position: relative;
}
.single-course .course-img {
  position: relative;
  overflow: hidden;
}
.single-course .course-img a {
  display: block;
}
.single-course .course-img img {
  width: 100%;
  -webkit-transform: scale(1);
          transform: scale(1);
}
.single-course .course-img span {
  position: absolute;
  top: 0;
  left: 0;
  background-color: var(--primary-color);
  color: #fff;
  font-size: 13px;
  display: inline-block;
  line-height: 1;
  padding: 6px 16px 8px;
}
.single-course .course-img span.new-course {
  background-color: #fff;
  color: var(--primary-color);
}
.single-course .course-content {
  padding: 25px 17px 20px;
  background-color: #fff;
  -webkit-box-shadow: 0 0 12px rgba(225, 225, 225, 0.51);
          box-shadow: 0 0 12px rgba(225, 225, 225, 0.51);
}
.single-course .course-content h4 {
  font-size: 18px;
  font-weight: bold;
  margin: 0 0 10px;
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .single-course .course-content h4 {
    font-size: 16px;
  }
}
.single-course .course-content h4 a {
  color: #333;
}
.single-course .course-content h4 a:hover {
  color: var(--primary-color);
}
.single-course .course-content p {
  line-height: 23px;
}
.single-course .course-position-content {
  width: 100%;
  top: 95%;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  border-radius: 0px 0px 4px 4px;
  background: #fff;
  position: absolute;
  padding: 0px 0px 0px;
}
.single-course .course-position-content .credit-duration-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0px 17px 23px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.single-course .course-position-content .credit-duration-wrap .sin-credit-duration i {
  display: inline-block;
  width: 25px;
  height: 25px;
  background-color: #dddddd;
  line-height: 25px;
  font-size: 12px;
  color: var(--primary-color);
  text-align: center;
  border-radius: 100%;
  margin-right: 2px;
}
.single-course .course-position-content .credit-duration-wrap .sin-credit-duration span {
  color: #666;
  font-size: 12px;
}
.single-course .course-position-content .course-btn a.default-btn {
  border-radius: 0 50px 51px 0;
  font-size: 14px;
  padding: 15px 40px 15px;
}
.single-course:hover .course-position-content {
  top: 100%;
  opacity: 1;
  visibility: visible;
  -webkit-box-shadow: 0px 6px 12px 0px rgba(225, 225, 225, 0.51);
          box-shadow: 0px 6px 12px 0px rgba(225, 225, 225, 0.51);
  z-index: 999;
}
.single-course:hover {
  z-index: 999;
}
.single-course:hover img {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}

.course-slider-active.owl-carousel .owl-stage-outer {
  padding-bottom: 0px;
}

.nav-style-1.owl-carousel > .owl-nav button {
  background-color: #fff;
  border-radius: 50px 0 0 50px;
  color: var(--primary-color);
  display: inline-block;
  font-size: 18px;
  height: 60px;
  left: -50px;
  line-height: 60px;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  text-align: center;
  top: 112px;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  width: 50px;
  -webkit-box-shadow: 0px 6px 12px 0.8px rgba(177, 177, 177, 0.38);
          box-shadow: 0px 6px 12px 0.8px rgba(177, 177, 177, 0.38);
}
.nav-style-1.owl-carousel > .owl-nav button:hover {
  background-color: var(--primary-color);
  color: #fff;
}
@media only screen and (min-width: 1200px) and (max-width: 1365px) {
  .nav-style-1.owl-carousel > .owl-nav button {
    left: 0px;
    border-radius: 0px 50px 50px 0px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .nav-style-1.owl-carousel > .owl-nav button {
    left: 0px;
    border-radius: 0px 50px 50px 0px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .nav-style-1.owl-carousel > .owl-nav button {
    width: 30px;
    height: 30px;
    line-height: 30px;
    left: -30px;
  }
}
@media only screen and (max-width: 767px) {
  .nav-style-1.owl-carousel > .owl-nav button {
    left: 0px;
    border-radius: 0px 50px 50px 0px;
    width: 30px;
    height: 30px;
    line-height: 30px;
  }
}

.nav-style-1.owl-carousel > .owl-nav button.owl-next {
  left: auto;
  right: -50px;
  border-radius: 0px 50px 50px 0px;
}
@media only screen and (min-width: 1200px) and (max-width: 1365px) {
  .nav-style-1.owl-carousel > .owl-nav button.owl-next {
    right: 0px;
    border-radius: 50px 0px 0px 50px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .nav-style-1.owl-carousel > .owl-nav button.owl-next {
    right: 0px;
    border-radius: 50px 0px 0px 50px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .nav-style-1.owl-carousel > .owl-nav button.owl-next {
    right: -30px;
  }
}
@media only screen and (max-width: 767px) {
  .nav-style-1.owl-carousel > .owl-nav button.owl-next {
    right: 0px;
    border-radius: 50px 0px 0px 50px;
  }
}

.nav-style-1:hover .owl-nav button {
  opacity: 1;
  visibility: visible;
}
@media only screen and (min-width: 1200px) and (max-width: 1365px) {
  .nav-style-1:hover .owl-nav button {
    left: 0px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .nav-style-1:hover .owl-nav button {
    left: 0px;
  }
}

/*-------------- home 2 ------------*/
.course-content.course-content-2 {
  padding: 26px 20px 29px;
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .course-content.course-content-2 {
    padding: 26px 10px 29px;
  }
}

.admission-title {
  position: relative;
}
.admission-title h2 {
  color: #fff;
  font-size: 60px;
  font-weight: bold;
  line-height: 1;
  margin: 0;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .admission-title h2 {
    font-size: 60px;
  }
}
@media only screen and (max-width: 767px) {
  .admission-title h2 {
    font-size: 28px;
  }
}
.admission-title p {
  line-height: 26px;
  color: #fff;
  margin: 23px auto 32px;
  width: 60%;
  font-size: 16px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .admission-title p {
    width: 73%;
  }
}
@media only screen and (max-width: 767px) {
  .admission-title p {
    width: 100%;
  }
}
.admission-title .apply-btn a.default-btn {
  background-color: #fff;
  color: var(--primary-color);
  -webkit-box-shadow: 0px 6px 12px 0.8px rgba(42, 42, 42, 0.26);
          box-shadow: 0px 6px 12px 0.8px rgba(42, 42, 42, 0.26);
}
.admission-title .apply-btn a.default-btn:hover {
  background-color: #333;
  color: #fff;
}

.admission-tab-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
}
.admission-tab-list a {
  margin: 0 16px;
  line-height: 1;
  display: inline-block;
  border-bottom: 2px solid transparent;
  padding-bottom: 1px;
}
@media only screen and (max-width: 767px) {
  .admission-tab-list a {
    margin: 0 7px 10px;
  }
}
.admission-tab-list a h4 {
  font-size: 16px;
  color: #fff;
  text-transform: capitalize;
  margin: 0;
  line-height: 1;
}
.admission-tab-list a.active {
  border-bottom: 2px solid #8cd8b1;
}

@media only screen and (max-width: 767px) {
  .admission-tab-list {
    padding-top: 50px;
    padding-bottom: 30px;
  }
}
.bg-img-position {
  position: relative;
}
.bg-img-position::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 779px;
  content: "";
  background-image: url(../img/bg/bg-5.jpg);
}

.course-slider-active-2.nav-style-1.owl-carousel > .owl-nav button {
  top: 228px;
}

.tab-content.jump > .tab-pane {
  display: block;
  height: 0;
  opacity: 0;
  overflow: hidden;
}

.tab-content.jump > .tab-pane.active {
  display: block;
  height: auto;
  opacity: 1;
  overflow: visible;
}

.view-all a.default-btn {
  background-color: #fff;
  color: var(--primary-color);
  -webkit-box-shadow: 0px 6px 12px 0.8px rgba(0, 166, 81, 0.22);
          box-shadow: 0px 6px 12px 0.8px rgba(0, 166, 81, 0.22);
  padding: 22px 40px 20px;
}
.view-all a.default-btn:hover {
  background-color: #333;
  color: #fff;
}

@media only screen and (max-width: 767px) {
  .view-all.mt-20 {
    margin-top: 0;
  }
}
/*------------- course page -------------*/
.course-slider-active-3 .slick-list,
.course-slider-active-4 .slick-list,
.course-slider-active-5 .slick-list {
  padding-bottom: 130px;
}

.course-slider-active-3 .b-navigation {
  top: -70px;
}
@media only screen and (max-width: 767px) {
  .course-slider-active-3 .b-navigation {
    top: -60px;
  }
}

.section-title.mb-75.course-mrg-small {
  margin-bottom: 2rem;
}

/*--------- 7. Achievement style ---------*/
.single-count {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
.single-count:before {
  position: absolute;
  top: 8px;
  background-color: #e1dddd;
  content: "";
  width: 3px;
  height: 50px;
}
.single-count .count-img {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 54px;
          flex: 0 0 54px;
  margin-right: 25px;
}
.single-count .count-img img {
  width: 100%;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .single-count .count-img {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 40px;
            flex: 0 0 40px;
    margin-right: 15px;
  }
}
.single-count .count-content h2 {
  font-size: 40px;
  font-weight: bold;
  margin: 0 0 15px;
  color: var(--primary-color);
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .single-count .count-content h2 {
    font-size: 40px;
    margin: 0 0 12px;
  }
}
@media only screen and (max-width: 767px) {
  .single-count .count-content h2 {
    font-size: 35px;
    margin: 0 0 10px;
  }
}
.single-count .count-content span {
  font-size: 16px;
  font-weight: 500;
  display: block;
  line-height: 1;
  color: #666666;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .single-count .count-content span {
    font-size: 14px;
  }
}
@media only screen and (max-width: 767px) {
  .single-count .count-content span {
    font-size: 15px;
  }
}

.count-one:before {
  right: 7px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .count-one:before {
    right: 26px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .count-one:before {
    right: 65px;
  }
}
@media only screen and (max-width: 767px) {
  .count-one:before {
    display: none;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1365px) {
  .count-one {
    margin-left: 0px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .count-one {
    margin-left: 0px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .count-one {
    margin-left: 0px;
  }
}
@media only screen and (max-width: 767px) {
  .count-one {
    margin-left: 0px;
  }
}

.count-two {
  margin-left: 55px;
}
.count-two:before {
  right: -47px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .count-two:before {
    right: 25px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .count-two:before {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .count-two:before {
    display: none;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .count-two {
    margin-left: 0px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .count-two {
    margin-left: 0px;
  }
}
@media only screen and (max-width: 767px) {
  .count-two {
    margin-left: 0px;
  }
}

.count-three {
  margin-left: 80px;
}
.count-three:before {
  right: 20px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .count-three:before {
    right: -34px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .count-three:before {
    right: 38px;
  }
}
@media only screen and (max-width: 767px) {
  .count-three:before {
    display: none;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .count-three {
    margin-left: 0px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .count-three {
    margin-left: 0px;
  }
}
@media only screen and (max-width: 767px) {
  .count-three {
    margin-left: 0px;
  }
}

.count-four {
  float: right;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .count-four {
    float: inherit;
  }
}
@media only screen and (max-width: 767px) {
  .count-four {
    float: inherit;
  }
}
.count-four:before {
  display: block;
  content: none;
}

.testimonial-slider-wrap {
  position: relative;
}
.testimonial-slider-wrap .testimonial-image-slider {
  width: 395px;
  position: absolute;
  right: 0px;
  bottom: -50px;
}
@media only screen and (max-width: 767px) {
  .testimonial-slider-wrap .testimonial-image-slider {
    width: 100%;
    position: inherit;
    bottom: 0px;
    margin-top: 30px;
  }
}
.testimonial-slider-wrap .testimonial-image-slider .sin-testi-image img {
  cursor: pointer;
  width: 100%;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .testimonial-slider-wrap .testimonial-image-slider {
    width: 335px;
    right: 0px;
  }
}
.testimonial-slider-wrap .testimonial-image-slider .slick-list {
  margin: 0 -5px;
}
.testimonial-slider-wrap .testimonial-image-slider .slick-list .sin-testi-image {
  margin: 0 5px;
}

.testi-content.default-overlay:before {
  background-color: var(--primary-color);
  opacity: 0.95;
}

.testi-big-img img {
  height: 100%;
  padding: 0;
  position: absolute;
  top: 0;
  width: 50%;
  z-index: 2;
}
@media only screen and (max-width: 767px) {
  .testi-big-img img {
    width: 100%;
    position: inherit;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .testi-big-img img {
    width: 100%;
    position: static;
  }
}

.testi-content {
  min-height: 450px;
  padding: 50px 30px;
  position: relative;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .testi-content {
    padding: 40px 20px;
    min-height: 410px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .testi-content {
    min-height: 420px;
  }
}
@media only screen and (max-width: 767px) {
  .testi-content {
    padding: 30px 15px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .testi-content {
    min-height: 365px;
  }
}
.testi-content .quote-style i {
  position: relative;
  z-index: 9;
  font-size: 18px;
  color: #ffffff;
}
.testi-content .quote-style.quote-left {
  margin-bottom: 16px;
}
.testi-content .quote-style.quote-right {
  text-align: right;
  margin-right: 55px;
  margin-top: 2px;
}
.testi-content p {
  color: #fff;
  font-size: 16px;
  line-height: 26px;
  margin: 0;
  position: relative;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .testi-content p {
    font-size: 14px;
  }
}
.testi-content .testi-info {
  margin-top: 28px;
}
.testi-content .testi-info h5 {
  position: relative;
  font-size: 18px;
  color: #fff;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 7px;
}
.testi-content .testi-info span {
  position: relative;
  font-size: 16px;
  color: #fff;
  font-weight: bold;
}
.testi-content .testi-arrow {
  position: absolute;
  bottom: 27px;
  left: 30px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .testi-content .testi-arrow {
    bottom: 75px;
  }
}

.testimonial-text-img {
  margin-top: -3px;
  width: 757px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .testimonial-text-img {
    width: 510px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .testimonial-text-img {
    width: 345px;
  }
}
@media only screen and (max-width: 767px) {
  .testimonial-text-img {
    width: 100%;
  }
}
.testimonial-text-img img {
  width: 100%;
}

/*------------------- home 2 ---------------*/
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .single-count.count-white {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.single-count.count-white:before {
  background-color: var(--primary-color);
  width: 1px;
  top: 0;
}
.single-count.count-white .count-content h2 {
  color: #fff;
  font-size: 30px;
  line-height: 1;
  margin: 0 0 10px;
}
.single-count.count-white .count-content span {
  color: #fff;
  font-size: 16px;
  font-weight: 400;
}

.count-one.count-white {
  margin-left: 0px;
}
.count-one.count-white:before {
  right: -3px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .count-one.count-white:before {
    right: 6px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .count-one.count-white:before {
    right: -25px;
  }
}

.count-two.count-white::before {
  right: -16px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .count-two.count-white::before {
    right: 27px;
  }
}

.count-three.count-white {
  margin-left: 70px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .count-three.count-white {
    margin-left: 0px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .count-three.count-white {
    margin-left: 0px;
  }
}
@media only screen and (max-width: 767px) {
  .count-three.count-white {
    margin-left: 0px;
  }
}
.count-three.count-white:before {
  right: 29px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .count-three.count-white:before {
    right: -30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .count-three.count-white:before {
    right: -25px;
  }
}

/*--------- 8. Register style ---------*/
.register-form {
  position: relative;
  z-index: 99;
}
@media only screen and (max-width: 767px) {
  .register-form {
    margin-top: 40px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .register-form {
    margin-left: 0px;
  }
}
.register-form h4 {
  font-weight: bold;
  font-size: 20px;
  margin: 0 0 32px;
  color: #fff;
  padding: 5px 20px;
  border-radius: 0.5rem;
}
.register-form form .contact-form-style input,
.register-form form .contact-form-style textarea {
  background: #fff;
  border: none;
  height: 50px;
  -webkit-box-shadow: none;
          box-shadow: none;
  padding: 2px 20px 2px 30px;
  color: #333;
  font-size: 14px;
}
.register-form form .contact-form-style textarea {
  height: 153px;
  padding: 20px 20px 20px 30px;
}
.register-form form .contact-form-style button {
  border: none;
  background-color: #fff;
  /* color: var(--primary-color); */
  -webkit-box-shadow: 0px 6px 12px 0.8px rgba(14, 14, 14, 0.26);
          box-shadow: 0px 6px 12px 0.8px rgba(14, 14, 14, 0.26);
  padding: 23px 40px 21px;
  margin: 40px 0 0;
}
.register-form form .contact-form-style button:hover {
  color: #fff;
  background-color: #333;
}
@media only screen and (max-width: 767px) {
  .register-form form .contact-form-style button {
    padding: 17px 27px 15px;
    margin: 20px 0 0;
    font-size: 14px;
  }
}

.winter-banner img {
  -webkit-box-shadow: 0px 0px 12px 0.8px rgba(85, 220, 149, 0.3);
          box-shadow: 0px 0px 12px 0.8px rgba(85, 220, 149, 0.3);
  border-radius: 100%;
  z-index: 999;
}
.winter-banner .winter-content {
  text-align: center;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
          transform: translateY(-50%) translateX(-50%);
  left: 50%;
}
.winter-banner .winter-content span {
  color: #f6f6f6;
  font-weight: bold;
  font-size: 18px;
  display: block;
  line-height: 1;
  letter-spacing: 0.5px;
}
.winter-banner .winter-content h3 {
  font-size: 48px;
  font-weight: bold;
  color: #f6f6f6;
  letter-spacing: 0.5px;
  margin: 14px 0 20px;
}

.register-area {
  position: relative;
  overflow: hidden;
}
.register-area #register-1 {
  background-image: url("../img/icon-img/register-shape-1.png");
  background-size: contain;
  height: 138px;
  -webkit-transform: translateX(0px) translateY(566px);
          transform: translateX(0px) translateY(566px);
  width: 261;
  z-index: 1;
}
.register-area #register-2 {
  background-image: url("../img/icon-img/register-shape-2.png");
  background-size: contain;
  height: 110px;
  -webkit-transform: translateX(0px) translateY(330px);
          transform: translateX(0px) translateY(330px);
  width: 65px;
}

.register-wrap {
  position: relative;
  z-index: 99;
}
.register-wrap #register-3 {
  height: 222px;
  -webkit-transform: translateX(930px) translateY(-147px);
          transform: translateX(930px) translateY(-147px);
  width: 222px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .register-wrap #register-3 {
    -webkit-transform: translateX(724px) translateY(-135px);
            transform: translateX(724px) translateY(-135px);
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .register-wrap #register-3 {
    -webkit-transform: translateX(470px) translateY(12px);
            transform: translateX(470px) translateY(12px);
  }
}
@media only screen and (max-width: 767px) {
  .register-wrap #register-3 {
    -webkit-transform: translateX(20px) translateY(0px);
            transform: translateX(20px) translateY(0px);
    position: static;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .register-wrap #register-3 {
    -webkit-transform: translateX(150px) translateY(0px);
            transform: translateX(150px) translateY(0px);
  }
}

.mouse-bg {
  background-repeat: no-repeat;
  background-size: auto auto;
  position: absolute;
  left: 0;
  top: 0;
}

/*--------- 9. Teacher style ---------*/
.single-teacher {
  position: relative;
}
.single-teacher .teacher-img img {
  width: 100%;
}
.single-teacher .teacher-content-visible {
  position: absolute;
  right: 0;
  bottom: 0;
  background-color: #fff;
  text-align: right;
  padding: 20px 31px 20px 37px;
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
.single-teacher .teacher-content-visible h4 {
  color: var(--primary-color);
  font-size: 18px;
  font-weight: bold;
  margin: 0 0 6px;
}
.single-teacher .teacher-content-visible h5 {
  color: var(--primary-color);
  font-size: 16px;
  font-weight: bold;
  margin: 0 0 0px;
}
.single-teacher .teacher-content-wrap {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: scale(0);
          transform: scale(0);
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  z-index: 99;
}
.single-teacher .teacher-content-wrap .teacher-content {
  padding: 42px 33px;
}
.single-teacher .teacher-content-wrap .teacher-content h4 {
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  margin: 0 0 6px;
}
.single-teacher .teacher-content-wrap .teacher-content h5 {
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  margin: 0 0 10px;
}
.single-teacher .teacher-content-wrap .teacher-content p {
  color: #fff;
  line-height: 25px;
  margin: 0;
}
.single-teacher .teacher-content-wrap .teacher-content .teacher-social {
  margin: 43px 0 0;
}
.single-teacher .teacher-content-wrap .teacher-content .teacher-social ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.single-teacher .teacher-content-wrap .teacher-content .teacher-social ul li {
  margin: 0 6px 0 0;
}
.single-teacher .teacher-content-wrap .teacher-content .teacher-social ul li:last-child {
  margin: 0;
}
.single-teacher .teacher-content-wrap .teacher-content .teacher-social ul li a {
  width: 28px;
  height: 28px;
  border-radius: 100%;
  text-align: center;
  line-height: 28px;
  font-size: 12px;
  background-color: #fff;
  display: inline-block;
}
.single-teacher .teacher-content-wrap .teacher-content .teacher-social ul li a.facebook {
  color: #0054a6;
}
.single-teacher .teacher-content-wrap .teacher-content .teacher-social ul li a.facebook:hover {
  background-color: #0054a6;
  color: #fff;
}
.single-teacher .teacher-content-wrap .teacher-content .teacher-social ul li a.youtube-play {
  color: #c4302b;
}
.single-teacher .teacher-content-wrap .teacher-content .teacher-social ul li a.youtube-play:hover {
  background-color: #c4302b;
  color: #fff;
}
.single-teacher .teacher-content-wrap .teacher-content .teacher-social ul li a.twitter {
  color: #38a1f3;
}
.single-teacher .teacher-content-wrap .teacher-content .teacher-social ul li a.twitter:hover {
  background-color: #38a1f3;
  color: #fff;
}
.single-teacher .teacher-content-wrap .teacher-content .teacher-social ul li a.google-plus {
  color: #cc3333;
}
.single-teacher .teacher-content-wrap .teacher-content .teacher-social ul li a.google-plus:hover {
  background-color: #cc3333;
  color: #fff;
}
.single-teacher:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: var(--primary-color);
  opacity: 0.9;
  -webkit-transform: scale(0);
          transform: scale(0);
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
.single-teacher:after {
  border: 1px solid #0ac766;
  left: 12px;
  top: 15px;
  right: 12px;
  bottom: 15px;
  position: absolute;
  content: "";
  -webkit-transform: scale(0);
          transform: scale(0);
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
.single-teacher:hover .teacher-content-wrap, .single-teacher:hover:before, .single-teacher:hover:after {
  -webkit-transform: scale(1);
          transform: scale(1);
}
.single-teacher:hover .teacher-content-visible {
  -webkit-transform: scale(0);
          transform: scale(0);
}

/*--------- 10. Event area ---------*/
.event-area.default-overlay:before {
  background-color: #fefefe;
  opacity: 0.5;
}

.single-event .event-img {
  position: relative;
  overflow: hidden;
}
.single-event .event-img img {
  width: 100%;
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
.single-event .event-img .event-date-wrap {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  background-color: var(--primary-color);
  padding: 12px 20px 12px;
}
.single-event .event-img .event-date-wrap span {
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  display: block;
  line-height: 1;
}
.single-event .event-img .event-date-wrap span.event-date {
  margin: 0 0 5px;
}
.single-event .event-content {
  padding: 24px 30px 30px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .single-event .event-content {
    padding: 24px 15px 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .single-event .event-content {
    padding: 24px 22px 30px;
  }
}
@media only screen and (max-width: 767px) {
  .single-event .event-content {
    padding: 20px 12px 26px;
  }
}
.single-event .event-content h3 {
  font-size: 15px;
  line-height: 26px;
  color: #444;
  font-weight: bold;
  margin: 0;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .single-event .event-content h3 {
    font-size: 17px;
  }
}
@media only screen and (max-width: 767px) {
  .single-event .event-content h3 {
    font-size: 17px;
  }
}
.single-event .event-content p {
  line-height: 23px;
  margin: 12px 0 24px;
}
.single-event .event-content .event-meta-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.single-event .event-content .event-meta-wrap .event-meta i {
  width: 25px;
  height: 25px;
  border-radius: 100%;
  color: #fff;
  background-color: var(--primary-color);
  font-size: 12px;
  text-align: center;
  line-height: 25px;
  margin: 0 8px 0 0;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .single-event .event-content .event-meta-wrap .event-meta i {
    margin: 0 3px 0 0;
    width: 20px;
    height: 20px;
    line-height: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .single-event .event-content .event-meta-wrap .event-meta i {
    margin: 0 3px 0 0;
    width: 20px;
    height: 20px;
    line-height: 20px;
  }
}
.single-event .event-content .event-meta-wrap .event-meta span {
  color: var(--primary-color);
}
.single-event:hover img {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}

.single-event.event-gray-bg {
  background-color: #f6f6f6;
}

.single-event.event-white-bg {
  background-color: #fff;
}

/*--------- home 2 ------------*/
.event-active-2 {
  position: relative;
}
.event-active-2 .e-navigation {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 40px;
  height: 40px;
  font-size: 18px;
  text-align: center;
  line-height: 40px;
  background-color: #fff;
  color: var(--primary-color);
  left: 0;
  z-index: 99;
  cursor: pointer;
  -webkit-box-shadow: 0px 6px 12px 0.8px rgba(177, 177, 177, 0.38);
          box-shadow: 0px 6px 12px 0.8px rgba(177, 177, 177, 0.38);
  opacity: 0;
  visibility: hidden;
}
.event-active-2 .e-navigation:hover {
  background-color: var(--primary-color);
  color: #fff;
}
.event-active-2:hover .e-navigation {
  opacity: 1;
  visibility: visible;
}

.e-navigation.e-navigation-next {
  left: auto;
  right: 0;
  border-radius: 50px 0 0 50px;
}

.e-navigation.e-navigation-prev {
  border-radius: 0px 50px 50px 0px;
}

.event-active-2 .single-event-2 .event-img .event-date-wrap {
  top: 0;
  -webkit-transform: translateY(0%);
          transform: translateY(0%);
}
.event-active-2 .single-event-2 .event-content {
  -webkit-box-shadow: 0px 0px 12px 0.8px rgba(225, 225, 225, 0.3);
          box-shadow: 0px 0px 12px 0.8px rgba(225, 225, 225, 0.3);
  padding: 24px 40px 30px 30px;
}
@media only screen and (max-width: 767px) {
  .event-active-2 .single-event-2 .event-content {
    padding: 24px 15px 30px 15px;
  }
}
.event-active-2 .slick-list {
  margin: 0 -15px;
}
.event-active-2 .slick-list .single-event-2 {
  margin: 0 15px 15px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .event-active-2.ml-70 {
    margin-left: 0px;
  }
}
@media only screen and (max-width: 767px) {
  .event-active-2.ml-70 {
    margin-left: 0px;
  }

  .single-event.mb-55 {
    margin-bottom: 30px;
  }
}
/*--------- pagination style ------------*/
.pro-pagination-style ul li {
  display: inline-block;
  margin: 0 4px;
}
.pro-pagination-style ul li a {
  display: inline-block;
  width: 48px;
  height: 48px;
  text-align: center;
  line-height: 48px;
  font-size: 16px;
  border-radius: 100%;
  color: var(--primary-color);
  -webkit-box-shadow: 0 0px 12px 0.8px rgba(0, 166, 81, 0.1);
          box-shadow: 0 0px 12px 0.8px rgba(0, 166, 81, 0.1);
}
.pro-pagination-style ul li a:hover {
  background-color: var(--primary-color);
  color: #fff;
}
.pro-pagination-style ul li a.active {
  background-color: var(--primary-color);
  color: #fff;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.pro-pagination-style ul li a.active:hover {
  background-color: #333;
}
.pro-pagination-style ul li a.prev,
.pro-pagination-style ul li a.next {
  background-color: #f6f6f6;
  color: var(--primary-color);
  font-size: 17px;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.pro-pagination-style ul li a.prev:hover,
.pro-pagination-style ul li a.next:hover {
  background-color: var(--primary-color);
  color: #fff;
}

@media only screen and (max-width: 767px) {
  .pro-pagination-style.mt-25 {
    margin-top: 0;
  }
}

/*--------- 11. Blog style ---------*/
.single-blog {
  position: relative;
}
.single-blog .blog-img {
  position: relative;
  overflow: hidden;
}
.single-blog .blog-img img {
  width: 100%;
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
.single-blog .blog-content-wrap {
  -webkit-box-shadow: 0px 0px 12px 0.8px rgba(225, 225, 225, 0.3);
          box-shadow: 0px 0px 12px 0.8px rgba(225, 225, 225, 0.3);
  position: relative;
}
.single-blog .blog-content-wrap span {
  position: absolute;
  top: -13px;
  left: 20px;
  background-color: var(--primary-color);
  color: #fff;
  display: inline-block;
  line-height: 1;
  padding: 6px 10px;
}
.single-blog .blog-content-wrap .blog-content {
  padding: 35px 20px 24px;
}
@media only screen and (max-width: 767px) {
  .single-blog .blog-content-wrap .blog-content {
    padding: 35px 15px 24px;
  }
}
.single-blog .blog-content-wrap .blog-content h4 {
  font-size: 18px;
  font-weight: bold;
  color: #444;
  line-height: 26px;
  margin: 0;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .single-blog .blog-content-wrap .blog-content h4 {
    font-size: 16px;
  }
}
@media only screen and (max-width: 767px) {
  .single-blog .blog-content-wrap .blog-content h4 {
    font-size: 18px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .single-blog .blog-content-wrap .blog-content h4 {
    font-size: 17px;
  }
}
.single-blog .blog-content-wrap .blog-content p {
  margin: 12px 0 5px;
  line-height: 23px;
}
.single-blog .blog-content-wrap .blog-content .blog-meta ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.single-blog .blog-content-wrap .blog-content .blog-meta ul li {
  margin-right: 30px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .single-blog .blog-content-wrap .blog-content .blog-meta ul li {
    margin-right: 15px;
  }
}
.single-blog .blog-content-wrap .blog-content .blog-meta ul li a {
  color: #333;
}
.single-blog .blog-content-wrap .blog-content .blog-meta ul li a i {
  font-size: 12px;
  color: var(--primary-color);
  margin-right: 5px;
}
.single-blog .blog-content-wrap .blog-content .blog-meta ul li a:hover {
  color: var(--primary-color);
}
.single-blog .blog-content-wrap .blog-date {
  background-color: var(--primary-color);
  padding: 6px 20px 8px;
}
.single-blog .blog-content-wrap .blog-date a {
  line-height: 1;
  display: block;
  color: #fff;
}
.single-blog .blog-content-wrap .blog-date a i {
  font-size: 12px;
  margin-right: 5px;
}
.single-blog:hover .blog-img img {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}

/*-------- home 2 -------*/
.blog-active {
  position: relative;
}
.blog-active .slick-list {
  margin: 0 -15px;
}
.blog-active .slick-list .single-blog {
  margin: 0 15px;
}

.b-navigation,
.b-navigation2,
.b-navigation3 {
  display: inline-block;
  position: absolute;
  right: 0;
  top: -70px;
  font-size: 18px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  font-size: 18px;
  background-color: #fff;
  text-align: center;
  -webkit-box-shadow: 0px 6px 12px 0.8px rgba(177, 177, 177, 0.38);
          box-shadow: 0px 6px 12px 0.8px rgba(177, 177, 177, 0.38);
  cursor: pointer;
  color: var(--primary-color);
  z-index: 9;
}
@media only screen and (max-width: 767px) {
  .b-navigation,
.b-navigation2,
.b-navigation3 {
    left: 0;
  }
}

.b-navigation.b-navigation-prev,
.b-navigation2.b-navigation-prev2,
.b-navigation3.b-navigation-prev3 {
  margin-right: 44px;
  border-radius: 50px 0 0 50px;
}

.b-navigation.active {
  background-color: var(--primary-color);
  color: #fff;
}

.b-navigation2.active2 {
  background-color: var(--primary-color);
  color: #fff;
}

.b-navigation3.active3 {
  background-color: var(--primary-color);
  color: #fff;
}

.b-navigation.b-navigation-next,
.b-navigation2.b-navigation-next2,
.b-navigation3.b-navigation-next3 {
  border-radius: 50px 0 0 50px;
  border-radius: 0px 50px 50px 0px;
}
@media only screen and (max-width: 767px) {
  .b-navigation.b-navigation-next,
.b-navigation2.b-navigation-next2,
.b-navigation3.b-navigation-next3 {
    left: auto;
    right: 0;
  }
}

@media only screen and (max-width: 767px) {
  .mrg-bottom-small {
    margin-bottom: 95px;
  }
}
/*----------------- blog page -------------*/
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .blog-all-wrap.mr-40 {
    margin-right: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .blog-all-wrap.mr-40 {
    margin-right: 0;
  }
}
@media only screen and (max-width: 767px) {
  .blog-all-wrap.mr-40 {
    margin-right: 0;
  }
}

/*--------- 12. footer area ---------*/
.footer-top.default-overlay:before {
  background-color: #0035023b;
  opacity: 0.89;
}

@media only screen and (max-width: 767px) {
  .footer-top.pb-80 {
    padding-bottom: 20px;
  }
}
.footer-widget .footer-title h4 {
  position: relative;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  line-height: 1;
  text-transform: uppercase;
  margin: 0 0 36px;
  padding: 0 0 14px;
}
.footer-widget .footer-title h4:before {
  position: absolute;
  left: 0;
  bottom: 0;
  content: "";
  height: 2px;
  width: 50px;
  background-color: var(--primary-color);
}
.footer-widget .footer-about p {
  color: #fff;
  line-height: 23px;
  margin: -10px 0 0;
}
.footer-widget .f-contact-info {
  margin-top: 16px;
}
.footer-widget .f-contact-info .single-f-contact-info {
  margin-bottom: 9px;
}
.footer-widget .f-contact-info .single-f-contact-info:last-child {
  margin-bottom: 0;
}
.footer-widget .f-contact-info .single-f-contact-info i {
  color: #ebebeb;
  font-size: 15px;
  margin-right: 6px;
}
.footer-widget .f-contact-info .single-f-contact-info span {
  font-size: 14px;
  font-weight: 400;
  color: #fff;
}
.footer-widget .footer-list {
  margin-top: -10px;
}
.footer-widget .footer-list ul li {
  margin-bottom: 8px;
}
.footer-widget .footer-list ul li:last-child {
  margin-bottom: 0;
}
.footer-widget .footer-list ul li a {
  color: #fff;
  display: block;
}
.footer-widget .footer-list ul li a:hover {
  color: var(--white);
}
.footer-widget .footer-gallery ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.footer-widget .footer-gallery ul li {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 74px;
          flex: 0 0 74px;
  margin: 0 10px 10px 0;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .footer-widget .footer-gallery ul li {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58px;
            flex: 0 0 58px;
    margin: 0 5px 5px 0;
  }
}
.footer-widget .footer-gallery ul li a img {
  width: 100%;
}
.footer-widget .subscribe-style p {
  color: #fff;
  line-height: 23px;
  margin: -10px 0 13px;
}
.footer-widget .subscribe-style .subscribe-form form input {
  background: #ffffff;
  border: none;
  height: 43px;
  padding: 2px 20px;
  font-size: 14px;
  color: #333;
}
.footer-widget .subscribe-style .subscribe-form form .mc-news {
  display: none;
}
.footer-widget .subscribe-style .subscribe-form form .clear input {
  width: auto;
  font-weight: bold;
  text-transform: uppercase;
  color: var(--primary-color);
  height: auto;
  padding: 9px 40px;
  margin-top: 20px;
  font-size: 14px;
  letter-spacing: 0.5px;
}
.footer-widget .subscribe-style .subscribe-form form .clear input:hover {
  background-color: var(--primary-color);
  color: #fff;
}

.footer-about,
.footer-list,
.subscribe-style,
.footer-gallery {
  position: relative;
  z-index: 1;
}

.negative-mrg-30 {
  margin-left: -30px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .negative-mrg-30 {
    margin-left: 0px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .negative-mrg-30 {
    margin-left: 0px;
  }
}
@media only screen and (max-width: 767px) {
  .negative-mrg-30 {
    margin-left: 0px;
  }
}

.footer-bottom {
  background-color: var(--primary-color);
}

.copyright p {
  color: #fff;
  margin: 0;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .copyright p {
    text-align: center;
    margin: 0 0 5px;
  }
}
@media only screen and (max-width: 767px) {
  .copyright p {
    text-align: center;
    margin: 0 0 5px;
  }
}
.copyright p a {
  text-transform: uppercase;
}
.copyright p a:hover {
  color: #ddd;
}

.footer-menu-social {
  float: right;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer-menu-social {
    float: inherit;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media only screen and (max-width: 767px) {
  .footer-menu-social {
    float: inherit;
    display: block;
    text-align: center;
  }
}
.footer-menu-social .footer-menu ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 2px;
}
@media only screen and (max-width: 767px) {
  .footer-menu-social .footer-menu ul {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.footer-menu-social .footer-menu ul li {
  margin-right: 15px;
}
.footer-menu-social .footer-menu ul li:last-child {
  margin-right: 0px;
}
.footer-menu-social .footer-menu ul li a {
  color: #fff;
}
.footer-menu-social .footer-menu ul li a:hover {
  color: #ddd;
}
.footer-menu-social .footer-social {
  margin-left: 34px;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .footer-menu-social .footer-social {
    margin-left: 0px;
    margin-top: 10px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.footer-menu-social .footer-social:before {
  position: absolute;
  left: -16px;
  content: "";
  height: 13px;
  background-color: #00ff00;
  width: 1px;
  top: 7px;
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .footer-menu-social .footer-social:before {
    display: none;
  }
}
.footer-menu-social .footer-social ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.footer-menu-social .footer-social ul li {
  margin-left: 6px;
}
.footer-menu-social .footer-social ul li:first-child {
  margin-right: 0;
}
.footer-menu-social .footer-social ul li a {
  display: inline-block;
  width: 28px;
  height: 28px;
  background-color: #fff;
  border-radius: 100%;
  text-align: center;
  line-height: 28px;
  font-size: 12px;
}
.footer-menu-social .footer-social ul li a.facebook {
  color: #0054a6;
}
.footer-menu-social .footer-social ul li a.facebook:hover {
  background-color: #0054a6;
  color: #fff;
}
.footer-menu-social .footer-social ul li a.youtube {
  color: #c4302b;
}
.footer-menu-social .footer-social ul li a.youtube:hover {
  background-color: #c4302b;
  color: #fff;
}
.footer-menu-social .footer-social ul li a.twitter {
  color: #38a1f3;
}
.footer-menu-social .footer-social ul li a.twitter:hover {
  background-color: #38a1f3;
  color: #fff;
}
.footer-menu-social .footer-social ul li a.google-plus {
  color: #cc3333;
}
.footer-menu-social .footer-social ul li a.google-plus:hover {
  background-color: #cc3333;
  color: #fff;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer-top.pt-130 {
    padding-top: 120px;
  }
}

/*--------- 16. Brand logo ---------*/
.brand-logo-active.owl-carousel .owl-item .single-brand-logo {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: 84px;
}
.brand-logo-active.owl-carousel .owl-item .single-brand-logo img {
  width: 100%;
}

/*--------- 13. Banner style ---------*/
.single-banner {
  position: relative;
  overflow: hidden;
}
.single-banner .banner-img img {
  width: 100%;
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
.single-banner .banner-content {
  position: absolute;
  left: 40px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .single-banner .banner-content {
    left: 15px;
  }
}
@media only screen and (max-width: 767px) {
  .single-banner .banner-content {
    left: 20px;
  }
}
.single-banner .banner-content h5 {
  font-size: 18px;
  font-weight: 500;
  color: #033333;
  margin: 0 0 15px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .single-banner .banner-content h5 {
    margin: 0 0 10px;
  }
}
.single-banner .banner-content h2 {
  font-size: 30px;
  color: #033333;
  font-weight: 500;
  margin: 0;
  line-height: 1;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .single-banner .banner-content h2 {
    font-size: 22px;
  }
}
.single-banner .banner-content .banner-shape {
  position: relative;
  margin: 4px 0 48px;
}
.single-banner .banner-content .banner-shape:before {
  position: absolute;
  content: "";
  background-color: #e4e4e4;
  width: 148px;
  height: 1px;
  left: 0;
  bottom: 2px;
}
.single-banner .banner-content .banner-shape img {
  width: 148px;
}
.single-banner .banner-content .banner-btn a.default-btn {
  padding: 17px 30px 17px;
  font-size: 14px;
  -webkit-box-shadow: 0px 6px 12px 0.8px rgba(14, 14, 14, 0.38);
          box-shadow: 0px 6px 12px 0.8px rgba(14, 14, 14, 0.38);
}
.single-banner .banner-content .banner-btn a.default-btn:hover {
  color: #161616;
  background-color: #fff;
}
.single-banner:hover .banner-img img {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}

.single-banner.second-banner .banner-content {
  left: 170px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .single-banner.second-banner .banner-content {
    left: 100px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .single-banner.second-banner .banner-content {
    left: 15px;
  }
}
@media only screen and (max-width: 767px) {
  .single-banner.second-banner .banner-content {
    left: 102px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .single-banner.second-banner .banner-content {
    left: 280px;
  }
}

/*--------- 14. Product style ---------*/
.product-wrap {
  position: relative;
}
.product-wrap .product-img {
  position: relative;
  overflow: hidden;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
.product-wrap .product-img:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-color: #fafafa;
  opacity: 0;
  z-index: 9;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  pointer-events: none;
}
.product-wrap .product-img a img {
  width: 100%;
  -webkit-transform: scale(1);
          transform: scale(1);
}
.product-wrap .product-img span {
  position: absolute;
  left: 0;
  top: 0;
  background-color: var(--primary-color);
  color: #fff;
  display: block;
  line-height: 1;
  padding: 15px 11px 37px;
  z-index: 99;
}
.product-wrap .product-img span:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 0px;
  height: 0px;
  border-bottom: 17px solid #fafafa;
  border-left: 24px solid transparent;
  border-right: 24px solid transparent;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.product-wrap .product-img .product-action {
  position: absolute;
  top: 60%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  right: 0;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  z-index: 99;
}
.product-wrap .product-img .product-action ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.product-wrap .product-img .product-action ul li {
  margin-left: 0px;
  width: calc(25% - 1px);
}
.product-wrap .product-img .product-action ul li a {
  display: inline-block;
  background-color: #333333;
  color: #fff;
  height: 42px;
  width: 100%;
  font-size: 16px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.product-wrap .product-img .product-action ul li a:hover {
  background-color: var(--primary-color);
  color: #fff;
}
.product-wrap .product-img .product-action ul li:last-child {
  width: 25%;
}
.product-wrap .product-content {
  padding: 11px 0 0;
}
.product-wrap .product-content .pro-title-rating-wrap {
  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;
}
.product-wrap .product-content .pro-title-rating-wrap .product-title h3 {
  font-size: 18px;
  color: #033333;
  font-weight: 500;
  margin: 0;
}
.product-wrap .product-content .pro-title-rating-wrap .product-title h3 a {
  color: #033333;
}
.product-wrap .product-content .pro-title-rating-wrap .product-title h3 a:hover {
  color: var(--primary-color);
}
.product-wrap .product-content .pro-title-rating-wrap .product-rating {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.product-wrap .product-content .pro-title-rating-wrap .product-rating i {
  font-size: 14px;
  margin-left: 4px;
  color: var(--primary-color);
}
.product-wrap .product-content .pro-category-price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 5px 0 0;
}
.product-wrap .product-content .pro-category-price span {
  font-weight: 500;
  color: #033333;
  line-height: 1;
  font-size: 15px;
}
.product-wrap:hover .product-action {
  opacity: 1;
  visibility: visible;
  top: 50%;
}
.product-wrap:hover .product-img img {
  -webkit-transform: scaleY(1.2);
          transform: scaleY(1.2);
}
.product-wrap:hover .product-img:before {
  opacity: 0.3;
}

.producta-active .slick-list .product-wrap {
  margin: 0 15px;
}

.producta-active .slick-list {
  margin: 0 -15px;
}

.producta-active .b-navigation {
  top: -120px;
}
@media only screen and (max-width: 767px) {
  .producta-active .b-navigation {
    top: -75px;
  }
}

.admission-tab-list.tab-list-2 {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
@media only screen and (max-width: 767px) {
  .admission-tab-list.tab-list-2 {
    padding-top: 0;
  }
}
.admission-tab-list.tab-list-2 a {
  margin: 0 32px 0 0;
}
@media only screen and (max-width: 767px) {
  .admission-tab-list.tab-list-2 a {
    margin: 0 18px 15px 0;
  }
}
.admission-tab-list.tab-list-2 a h4 {
  color: #333333;
}
.admission-tab-list.tab-list-2 a.active {
  border-bottom: 2px solid #adadad;
}

.modal-dialog {
  margin: 8% auto;
  max-width: 960px;
  width: 960px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .modal-dialog {
    width: 720px;
    max-width: 720px;
  }
}
@media only screen and (max-width: 767px) {
  .modal-dialog {
    width: 100%;
    max-width: 100%;
  }
}
.modal-dialog .modal-header .close {
  color: #333;
  cursor: pointer;
  opacity: 1;
}
.modal-dialog .modal-header .close:hover {
  color: var(--primary-color);
}

.quickview-big-img img {
  width: 100%;
}

.product-thumbnail {
  margin: 30px 0 0;
}

.thumb-menu.owl-carousel .owl-nav button {
  color: var(--primary-color);
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  left: 0px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 99;
  -webkit-box-shadow: 0px 0px 12px 0.8px rgba(85, 220, 149, 0.3);
          box-shadow: 0px 0px 12px 0.8px rgba(85, 220, 149, 0.3);
  background-color: #fff;
  width: 30px;
  height: 30px;
  line-height: 30px;
  border-radius: 100%;
  text-align: center;
}
.thumb-menu.owl-carousel .owl-nav button:hover {
  background-color: var(--primary-color);
  color: #fff;
}

.thumb-menu.owl-carousel .owl-nav button.owl-next {
  left: auto;
  right: 0px;
}

.quickview-content span {
  font-size: 16px;
  font-weight: 500;
}
.quickview-content span i {
  color: var(--primary-color);
  font-size: 16px;
}

@media only screen and (max-width: 767px) {
  .quickview-content {
    margin-top: 30px;
  }
}

/*--------- 15. Discount area ---------*/
.discount-img-wrap {
  position: relative;
}
.discount-img-wrap img {
  width: 100%;
}
.discount-img-wrap .discount-img-content-wrap {
  position: absolute;
  top: 42px;
  right: 25px;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-name: bounce-img;
          animation-name: bounce-img;
  -webkit-animation-duration: 2.9s;
          animation-duration: 2.9s;
}
.discount-img-wrap .discount-img-content-wrap .discount-img-content {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
          transform: translateY(-50%) translateX(-50%);
  text-align: center;
}
.discount-img-wrap .discount-img-content-wrap .discount-img-content h5 {
  font-size: 48px;
  font-weight: bold;
  color: var(--primary-color);
  margin: 0 0 13px;
  line-height: 35px;
}
.discount-img-wrap .discount-img-content-wrap .discount-img-content span {
  font-size: 14px;
  font-weight: bold;
  color: var(--primary-color);
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .discount-img-wrap.mr-60 {
    margin-right: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .discount-img-wrap.mr-60 {
    margin-right: 0;
  }
}
@media only screen and (max-width: 767px) {
  .discount-img-wrap.mr-60 {
    margin-right: 0;
  }
}

.discount-content h4 {
  font-weight: bold;
  font-size: 24px;
  margin: 0;
}
.discount-content h2 {
  font-weight: 500;
  font-size: 72px;
  margin: 30px 0 39px;
  line-height: 55px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .discount-content h2 {
    font-size: 55px;
  }
}
@media only screen and (max-width: 767px) {
  .discount-content h2 {
    font-size: 40px;
    margin: 10px 0 20px;
  }
}
.discount-content h2 span {
  position: relative;
  z-index: 99;
}
.discount-content h2 span:before {
  content: url(../img/icon-img/discount.png);
  position: absolute;
  left: 6px;
  top: 16px;
  z-index: -1;
}
@media only screen and (max-width: 767px) {
  .discount-content h2 span:before {
    display: none;
  }
}
.discount-content .discount-btn a {
  color: #f6f6f6;
}
@media only screen and (max-width: 767px) {
  .discount-content {
    margin-top: 30px;
  }
}

.discount-area.pb-90 {
  padding-bottom: 60px;
}

.discount-area.pt-110 {
  padding-top: 60px;
}

/* slider img bounce */
@-webkit-keyframes bounce-img {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  50% {
    opacity: 1;
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}
@keyframes bounce-img {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  50% {
    opacity: 1;
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}
/*--------- 26. Video style ---------*/
.video-area {
  position: relative;
}
.video-area:before {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  background-color: #000;
  content: "";
  opacity: 0.5;
  width: 100%;
  height: 100%;
  border: 10px solid #383838;
}
.video-area .video-btn-2 {
  display: inline-block;
  position: relative;
  width: 100%;
  z-index: 99;
}
.video-area .video-btn-2 a {
  text-align: center;
  display: block;
}

/*--------- 21. Course details ---------*/
.apply-area {
  position: relative;
}
.apply-area img {
  width: 100%;
}
.apply-area:before {
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-color: #000000;
  opacity: 0.46;
}
.apply-area:after {
  border: 5px solid #534741;
  position: absolute;
  left: 30px;
  top: 30px;
  right: 30px;
  bottom: 30px;
  content: "";
  border-radius: 10px;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  z-index: 1;
}
.apply-area .course-apply-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
          transform: translateY(-50%) translateX(-50%);
  z-index: 9;
}
.apply-area .course-apply-btn a.default-btn {
  padding: 15px 40px 15px;
  font-size: 14px;
  letter-spacing: 0.5px;
}
@media only screen and (max-width: 767px) {
  .apply-area .course-apply-btn a.default-btn {
    padding: 12px 25px 12px;
    font-size: 12px;
  }
}
.apply-area:hover:after {
  left: 15px;
  top: 15px;
  right: 15px;
  bottom: 15px;
}

.course-tab-list {
  border-bottom: 1px solid #e0e1eb;
}
.course-tab-list a {
  margin-right: 5px;
  position: relative;
  /* background: var(--primary-color); */
  background: var(--primary-color);
  color: #fff;
  padding: 1rem;
  border-radius: 0.5rem;
  text-align: center;
  margin-bottom: 0.5rem;
}
.course-tab-list a.active
{
  background: #000b83;
}
.course-tab-list a:last-child {
  margin-right: 0px;
}
/*.course-tab-list a:before {*/
/*  position: absolute;*/
/*  content: "";*/
/*  background-color: var(--primary-color);*/
/*  left: -6px;*/
/*  top: 12px;*/
/*  width: 117%;*/
/*  height: 1px;*/
/*  opacity: 0;*/
/*  visibility: hidden;*/
/*}*/
.course-tab-list a h4 {
  font-size: 16px;
  color: #fff;
  font-weight: bold;
  margin: 0;
}
.course-tab-list a:hover:before {
  opacity: 1;
  visibility: visible;
}
.course-tab-list a.active h4 {
  /* color: var(--primary-color); */
  color: #fff;
}
.course-tab-list a.active:before {
  opacity: 1;
  visibility: visible;
}

.over-view-content > h4 {
  color: var(--primary-color);
  font-weight: bold;
  font-size: 16px;
  margin: 0 0 11px;
}
.over-view-content h5 {
  font-weight: normal;
  font-size: 16px;
  margin: 0;
}
.over-view-content p {
  margin: 0;
  line-height: 23px;
}

.over-view-list {
  margin: 20px 0 25px;
}
.over-view-list .sin-over-view-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 8px;
}
.over-view-list .sin-over-view-list:last-child {
  margin-bottom: 0px;
}
.over-view-list .sin-over-view-list .course-list-icon {
  font-size: 12px;
  margin-right: 16px;
}
.over-view-list .sin-over-view-list .course-list-icon i {
  color: var(--primary-color);
}
.over-view-list .sin-over-view-list .course-list-content p {
  color: #333;
  margin: 0;
}

.course-details-img {
  margin: 17px 0 23px;
}
.course-details-img img {
  width: 100%;
}

.course-summary-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 18px;
}
@media only screen and (max-width: 767px) {
  .course-summary-wrap {
    display: block;
  }
}
.course-summary-wrap .single-course-summary {
  text-align: center;
  margin-right: 40px;
  position: relative;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .course-summary-wrap .single-course-summary {
    margin-right: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .course-summary-wrap .single-course-summary {
    margin-right: 0px;
    margin-bottom: 30px;
  }
}
.course-summary-wrap .single-course-summary:before {
  background-color: #c2ead5;
  height: 45px;
  width: 1px;
  right: -21px;
  top: 4px;
  content: "";
  position: absolute;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .course-summary-wrap .single-course-summary:before {
    right: -17px;
  }
}
@media only screen and (max-width: 767px) {
  .course-summary-wrap .single-course-summary:before {
    display: none;
  }
}
.course-summary-wrap .single-course-summary h4 {
  text-transform: uppercase;
  font-size: 14px;
  margin: 0 0 10px;
}
.course-summary-wrap .single-course-summary span {
  font-size: 16px;
  color: var(--primary-color);
}
.course-summary-wrap .single-course-summary span i {
  font-size: 12px;
  margin-right: 2px;
  position: relative;
  top: -2px;
}

.related-title h3 {
  font-size: 24px;
  font-weight: bold;
  margin: 0 0 10px;
}
.related-title p {
  margin: 0;
  font-size: 16px;
  line-height: 26px;
}

@media only screen and (max-width: 767px) {
  .blog-details-wrap .related-title.mb-45 {
    margin-bottom: 100px;
  }
}
.related-slider-active .slick-list {
  padding-bottom: 130px;
  margin: 0 -12.5px;
}
@media only screen and (max-width: 767px) {
  .related-slider-active .slick-list {
    padding-bottom: 105px;
  }
}

.related-slider-active .slick-list .single-course {
  margin: 0 12.5px;
}

.single-review {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 0 50px;
}
@media only screen and (max-width: 767px) {
  .single-review {
    display: block;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .single-review {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.single-review .review-img {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 90px;
          flex: 0 0 90px;
  margin: 0 15px 0 0;
}
@media only screen and (max-width: 767px) {
  .single-review .review-img {
    margin: 0 0px 20px 0;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .single-review .review-img {
    margin: 0 15px 0px 0;
  }
}
.single-review .review-top-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 0 10px;
}
.single-review .review-top-wrap .review-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.single-review .review-top-wrap .review-left .review-name {
  margin-right: 25px;
}
.single-review .review-top-wrap .review-left .review-name h4 {
  font-size: 16px;
  margin: 0;
  line-height: 1;
  font-weight: 500;
}
.single-review .review-top-wrap .review-left .review-rating {
  line-height: 1;
}
.single-review .review-top-wrap .review-left .review-rating i {
  font-size: 12px;
  margin-right: 1px;
  color: var(--primary-color);
}
.single-review .review-top-wrap .review-btn a {
  font-weight: 500;
  line-height: 1;
}
.single-review .review-bottom p {
  margin: 0;
  width: 93%;
}

.single-review.child-review {
  margin-left: 70px;
  margin-bottom: 0;
}
@media only screen and (max-width: 767px) {
  .single-review.child-review {
    margin-left: 0px;
  }
}

.ratting-form-wrapper {
  margin-top: 50px;
}
.ratting-form-wrapper h3 {
  margin: 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
}
.ratting-form-wrapper .ratting-form form .star-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 6px 0 20px;
}
.ratting-form-wrapper .ratting-form form .star-box span {
  margin: 0 15px 0 0;
}
.ratting-form-wrapper .ratting-form form .star-box .ratting-star {
  font-size: 12px;
  color: var(--primary-color);
  margin: 2px 0 0;
}
.ratting-form-wrapper .ratting-form form .rating-form-style input,
.ratting-form-wrapper .ratting-form form .rating-form-style textarea {
  padding: 2px 10px 2px 20px;
  background: transparent;
  border: 1px solid #e6e6e6;
}
.ratting-form-wrapper .ratting-form form .rating-form-style textarea {
  height: 180px;
  padding: 20px 10px 2px 20px;
  margin-bottom: 20px;
}
.ratting-form-wrapper .ratting-form form .form-submit input {
  width: auto;
  padding: 10px 50px;
  font-weight: 500;
  text-transform: uppercase;
  height: 55px;
  background-color: var(--primary-color);
  color: #fff;
  border: 1px solid var(--primary-color);
}
.ratting-form-wrapper .ratting-form form .form-submit input:hover {
  background-color: #333;
  border: 1px solid #333;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .course-left-wrap.mr-40 {
    margin-right: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .course-left-wrap.mr-40 {
    margin-right: 0;
  }
}
@media only screen and (max-width: 767px) {
  .course-left-wrap.mr-40 {
    margin-right: 0;
  }
}

/*--------- 25. Sidebar style ---------*/
.sidebar-title {
  position: relative;
}
.sidebar-title h4 {
  color: var(--primary-color);
  font-size: 18px;
  margin: 0;
  border-bottom: 1px solid var(--primary-color);
  padding-bottom: 17px;
  line-height: 1;
}

.sidebar-search form {
  position: relative;
}
.sidebar-search form input {
  background: transparent;
  border: none;
  height: 45px;
  font-size: 14px;
  color: #333;
  width: 100%;
  -webkit-box-shadow: 0 0px 12px 0.8px rgba(136, 136, 136, 0.1);
          box-shadow: 0 0px 12px 0.8px rgba(136, 136, 136, 0.1);
  padding: 2px 40px 2px 20px;
}
.sidebar-search form button {
  position: absolute;
  right: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  border: none;
  background: transparent;
  color: var(--primary-color);
  font-size: 14px;
  padding: 0 10px;
}
.sidebar-search form button:hover {
  color: #333;
}

.sidebar-about p {
  margin: 0;
  line-height: 23px;
}
.sidebar-about img {
  margin: 26px 0 29px;
}
.sidebar-about .sidebar-social ul li {
  display: inline-block;
  margin: 0 10px 0 0;
}
.sidebar-about .sidebar-social ul li a {
  display: inline-block;
  width: 28px;
  height: 28px;
  line-height: 28px;
  border-radius: 50px;
  background-color: #f6f6f6;
  font-size: 12px;
  text-align: center;
}
.sidebar-about .sidebar-social ul li a.facebook {
  color: #0054a6;
}
.sidebar-about .sidebar-social ul li a.facebook:hover {
  background-color: #0054a6;
  color: #fff;
}
.sidebar-about .sidebar-social ul li a.youtube {
  color: #c4302b;
}
.sidebar-about .sidebar-social ul li a.youtube:hover {
  background-color: #c4302b;
  color: #fff;
}
.sidebar-about .sidebar-social ul li a.twitter {
  color: #38a1f3;
}
.sidebar-about .sidebar-social ul li a.twitter:hover {
  background-color: #38a1f3;
  color: #fff;
}
.sidebar-about .sidebar-social ul li a.google {
  color: #cc3333;
}
.sidebar-about .sidebar-social ul li a.google:hover {
  background-color: #cc3333;
  color: #fff;
}

.single-recent-post {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 27px;
}
.single-recent-post:last-child {
  margin-bottom: 0px;
}
.single-recent-post .recent-post-img {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 90px;
          flex: 0 0 90px;
  margin: 0 15px 0 0;
}
.single-recent-post .recent-post-img img {
  width: 100%;
}
.single-recent-post .recent-post-content h5 {
  font-size: 14px;
  color: #333333;
  margin: 0;
}
.single-recent-post .recent-post-content h5 a {
  color: #333333;
}
.single-recent-post .recent-post-content h5 a:hover {
  color: var(--primary-color);
}
.single-recent-post .recent-post-content span {
  color: var(--primary-color);
  font-size: 13px;
  display: block;
  line-height: 1;
  margin: 9px 0 10px;
}
.single-recent-post .recent-post-content p {
  margin: 0;
  line-height: 23px;
}

.category-list ul li {
  display: block;
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #eeeeee;
}
.category-list ul li:last-child {
  padding-bottom: 0px;
  margin-bottom: 0px;
  border-bottom: none;
}
.category-list ul li a {
  color: #333;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  line-height: 1;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.category-list ul li a span {
  float: right;
  display: inline-block;
  width: 28px;
  height: 28px;
  line-height: 28px;
  font-size: 12px;
  background-color: #f6f6f6;
  color: #333;
  text-align: center;
  border-radius: 50px;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.category-list ul li:hover a {
  color: var(--primary-color);
}
.category-list ul li:hover a span {
  color: #fff;
  background-color: var(--primary-color);
}

.sidebar-recent-course .sin-sidebar-recent-course {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px;
}
.sidebar-recent-course .sin-sidebar-recent-course:last-child {
  margin-bottom: 0px;
}
.sidebar-recent-course .sin-sidebar-recent-course .sidebar-recent-course-img {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 90px;
          flex: 0 0 90px;
  margin-right: 15px;
}
.sidebar-recent-course .sin-sidebar-recent-course .sidebar-recent-course-img img {
  width: 100%;
}
.sidebar-recent-course .sin-sidebar-recent-course .sidebar-recent-course-content h4 {
  font-size: 14px;
  color: #333;
  margin: 0;
  line-height: 1;
}
.sidebar-recent-course .sin-sidebar-recent-course .sidebar-recent-course-content h4 a {
  color: #333;
}
.sidebar-recent-course .sin-sidebar-recent-course .sidebar-recent-course-content h4 a:hover {
  color: var(--primary-color);
}
.sidebar-recent-course .sin-sidebar-recent-course .sidebar-recent-course-content ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  margin: 4px 0 5px;
}
.sidebar-recent-course .sin-sidebar-recent-course .sidebar-recent-course-content ul li {
  margin: 0 20px 0 0;
  font-size: 12px;
  position: relative;
}
.sidebar-recent-course .sin-sidebar-recent-course .sidebar-recent-course-content ul li:before {
  position: absolute;
  right: -10px;
  top: 6px;
  width: 1px;
  height: 10px;
  background-color: var(--primary-color);
  content: "";
}
.sidebar-recent-course .sin-sidebar-recent-course .sidebar-recent-course-content ul li:last-child:before {
  display: none;
}
.sidebar-recent-course .sin-sidebar-recent-course .sidebar-recent-course-content ul li:last-child {
  margin-right: 0;
}
.sidebar-recent-course .sin-sidebar-recent-course .sidebar-recent-course-content ul li.duration-color {
  color: var(--primary-color);
}
.sidebar-recent-course .sin-sidebar-recent-course .sidebar-recent-course-content p {
  margin: 0;
  line-height: 23px;
}

.sidebar-tag ul li {
  display: inline-block;
  margin: 0 0px 10px 0;
}
.sidebar-tag ul li a {
  display: inline-block;
  line-height: 1;
  border: 1px solid #bbbbbb;
  padding: 11px 15px 10px;
  font-size: 11px;
}
.sidebar-tag ul li a:hover {
  background-color: var(--primary-color);
  color: #fff;
  border: 1px solid var(--primary-color);
}

/*--------- 22. Event details page ---------*/
.description-date-social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  .description-date-social {
    display: block;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .description-date-social {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.description-date-social .description-date-time {
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .description-date-social .description-date-time {
    margin: 0 0 20px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .description-date-social .description-date-time {
    margin: 0 0 0px;
  }
}
.description-date-social .description-date-time .description-date {
  display: inline-block;
  float: left;
  padding: 13px 20px;
  background-color: var(--primary-color);
  margin-right: 20px;
}
.description-date-social .description-date-time .description-date span {
  display: block;
  line-height: 1;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
}
.description-date-social .description-date-time .description-date span:last-child {
  margin-bottom: 0;
}
.description-date-social .description-date-time .description-meta-wrap {
  overflow: hidden;
}
.description-date-social .description-date-time .description-meta-wrap .description-meta {
  margin-bottom: 20px;
}
.description-date-social .description-date-time .description-meta-wrap .description-meta:last-child {
  margin-bottom: 0px;
}
.description-date-social .description-date-time .description-meta-wrap .description-meta i {
  color: #f7f7f7;
  font-size: 12px;
  height: 25px;
  width: 25px;
  line-height: 25px;
  border-radius: 100%;
  text-align: center;
  background-color: var(--primary-color);
  margin-right: 5px;
}
.description-date-social .description-date-time .description-meta-wrap .description-meta span {
  color: var(--primary-color);
}
.description-date-social .description-social-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.description-date-social .description-social-wrap .description-social ul li {
  display: inline-block;
  margin-left: 12px;
}
.description-date-social .description-social-wrap .description-social ul li:first-child {
  margin-left: 0;
}
.description-date-social .description-social-wrap .description-social ul li a {
  color: #333333;
  font-size: 14px;
}
.description-date-social .description-social-wrap .description-social ul li a.facebook {
  color: #333;
}
.description-date-social .description-social-wrap .description-social ul li a.facebook:hover {
  color: #0054a6;
}
.description-date-social .description-social-wrap .description-social ul li a.instagram {
  color: #333;
}
.description-date-social .description-social-wrap .description-social ul li a.instagram:hover {
  color: #e4405f;
}
.description-date-social .description-social-wrap .description-social ul li a.twitter {
  color: #333;
}
.description-date-social .description-social-wrap .description-social ul li a.twitter:hover {
  color: #38a1f3;
}
.description-date-social .description-social-wrap .description-social ul li a.google {
  color: #333;
}
.description-date-social .description-social-wrap .description-social ul li a.google:hover {
  color: #cc3333;
}
.description-date-social .description-social-wrap .description-btn a {
  font-size: 18px;
  background-color: #f6f6f6;
  color: var(--primary-color);
  width: 44px;
  height: 44px;
  line-height: 44px;
  border-radius: 100%;
  display: inline-block;
  text-align: center;
  margin-left: 14px;
}
.description-date-social .description-social-wrap .description-btn a:hover {
  background-color: var(--primary-color);
  color: #fff;
}

.event-description img {
  width: 100%;
}
.event-description h3 {
  font-weight: bold;
  font-size: 24px;
  margin: 30px 0 19px;
  color: var(--primary-color);
  line-height: 38px;
}
@media only screen and (max-width: 767px) {
  .event-description h3 {
    font-size: 20px;
    line-height: 33px;
  }
}
.event-description p {
  margin: 0;
  line-height: 26px;
}

.event-gallery h4 {
  font-size: 18px;
  font-weight: bold;
  margin: 0;
  color: var(--primary-color);
  background-color: #f6f6f6;
  padding: 13px 0 15px;
}

.nav-style-3.owl-carousel .owl-nav button {
  background-color: #fff;
  color: var(--primary-color);
  font-size: 18px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 0px 50px 50px 0px;
  text-align: center;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  position: absolute;
  -webkit-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  -webkit-box-shadow: 0px 6px 12px 0.8px rgba(177, 177, 177, 0.38);
          box-shadow: 0px 6px 12px 0.8px rgba(177, 177, 177, 0.38);
  left: 0px;
  opacity: 1;
  visibility: visible;
}
.nav-style-3.owl-carousel .owl-nav button:hover {
  background-color: var(--primary-color);
  color: #fff;
}

.nav-style-3.owl-carousel .owl-nav button.owl-next {
  left: auto;
  right: 0px;
  border-radius: 50px 0 0 50px;
}

.seat-book-wrap {
  padding: 42px 55px 50px;
}
@media only screen and (max-width: 767px) {
  .seat-book-wrap {
    padding: 42px 20px 50px;
  }
}
.seat-book-wrap .seat-book-title h3 {
  font-size: 24px;
  font-weight: bold;
  color: #fff;
  margin: 0 0 21px;
  line-height: 1;
}
.seat-book-wrap .seat-book-title p {
  font-size: 16px;
  color: #fff;
  margin: 0;
  line-height: 25px;
  width: 90%;
  margin: 0 auto;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .seat-book-wrap .seat-book-title p {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .seat-book-wrap .seat-book-title p {
    width: 100%;
  }
}
.seat-book-wrap .seat-book-form {
  margin: 42px 0 0;
}
.seat-book-wrap .seat-book-form form input {
  background: transparent;
  border: 1px solid #21ca74;
  height: 45px;
  padding: 2px 20px;
  font-size: 14px;
  color: #fff;
  margin: 0 0 30px;
}
.seat-book-wrap .seat-book-form form input::-moz-placeholder {
  color: #fff;
  opacity: 1;
}
.seat-book-wrap .seat-book-form form input::-webkit-input-placeholder {
  color: #fff;
  opacity: 1;
}
.seat-book-wrap .seat-book-form form textarea {
  background: transparent;
  border: 1px solid #21ca74;
  height: 155px;
  padding: 17px 20px;
  font-size: 14px;
  color: #fff;
  margin: 0 0 30px;
}
.seat-book-wrap .seat-book-form form textarea::-moz-placeholder {
  color: #fff;
  opacity: 1;
}
.seat-book-wrap .seat-book-form form textarea::-webkit-input-placeholder {
  color: #fff;
  opacity: 1;
}
.seat-book-wrap .seat-book-form form button {
  padding: 0;
  border: none;
  background: transparent;
  font-weight: bold;
  font-size: 16px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  color: var(--primary-color);
  background-color: #fff;
  line-height: 1;
  padding: 21px 40px 21px;
  border-radius: 50px;
  -webkit-box-shadow: 0px 6px 12px 0.8px rgba(14, 14, 14, 0.26);
          box-shadow: 0px 6px 12px 0.8px rgba(14, 14, 14, 0.26);
  margin-top: 15px;
}
.seat-book-wrap .seat-book-form form button:hover {
  color: #fff;
  background-color: #333;
}
@media only screen and (max-width: 767px) {
  .seat-book-wrap .seat-book-form form button {
    margin-top: 0px;
    padding: 18px 30px 18px;
  }
}

#location {
  height: 307px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .event-left-wrap.mr-40 {
    margin-right: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .event-left-wrap.mr-40 {
    margin-right: 0;
  }
}
@media only screen and (max-width: 767px) {
  .event-left-wrap.mr-40 {
    margin-right: 0;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .sidebar-style {
    margin-top: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .sidebar-style {
    margin-top: 50px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .sidebar-style.sidebar-res-mrg-none {
    margin-top: 0px;
  }
}
@media only screen and (max-width: 767px) {
  .sidebar-style.sidebar-res-mrg-none {
    margin-top: 0px;
  }
}

/*--------- 24. Shop page ---------*/
.shop-top-bar {
  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;
}
@media only screen and (max-width: 767px) {
  .shop-top-bar {
    display: block;
  }
}
.shop-top-bar .shop-tab-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (max-width: 767px) {
  .shop-top-bar .shop-tab-wrap {
    margin-bottom: 15px;
  }
}
.shop-top-bar .shop-tab-wrap .shop-tab {
  margin-right: 30px;
}
.shop-top-bar .shop-tab-wrap .shop-tab a {
  font-size: 14px;
  color: #666666;
  margin-right: 17px;
}
.shop-top-bar .shop-tab-wrap .shop-tab a:last-child {
  margin-right: 0px;
}
.shop-top-bar .shop-tab-wrap .shop-tab a.active {
  color: var(--primary-color);
}
.shop-top-bar .shop-tab-wrap p {
  font-size: 16px;
}
.shop-top-bar .shop-select select {
  border: 1px solid #dddddd;
  color: #666666;
  -moz-appearance: none;
  -webkit-appearance: none;
  min-width: 270px;
  padding: 2px 20px;
  background: rgba(0, 0, 0, 0) url("../img/icon-img/angle-down.png") no-repeat scroll right 20px center;
  cursor: pointer;
}

.shop-list-wrap {
  position: relative;
  overflow: hidden;
}
.shop-list-wrap .shop-list-img {
  display: inline-block;
  float: left;
  width: 270px;
  margin-right: 30px;
  position: relative;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .shop-list-wrap .shop-list-img {
    display: block;
    margin-right: 0;
    float: inherit;
    width: 100%;
  }
}
.shop-list-wrap .shop-list-img img {
  width: 100%;
  -webkit-transform: scale(1);
          transform: scale(1);
}
.shop-list-wrap .shop-list-img:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-color: #fafafa;
  opacity: 0;
  z-index: 9;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  pointer-events: none;
}
.shop-list-wrap .shop-list-content {
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .shop-list-wrap .shop-list-content {
    margin-top: 20px;
  }
}
.shop-list-wrap .shop-list-content h4 {
  font-size: 20px;
  font-weight: 500;
  margin: 0 0 15px;
  line-height: 1;
}
.shop-list-wrap .shop-list-content h4 a {
  color: #033333;
}
.shop-list-wrap .shop-list-content span {
  font-weight: 500;
  color: #033333;
  line-height: 1;
  display: block;
}
.shop-list-wrap .shop-list-content p {
  margin: 0 0 30px;
}
@media only screen and (max-width: 767px) {
  .shop-list-wrap .shop-list-content p {
    margin: 0 0 20px;
  }
}
.shop-list-wrap .shop-list-content .review-rating {
  margin: 15px 0 15px;
}
.shop-list-wrap .shop-list-content .review-rating i {
  font-size: 12px;
  color: var(--primary-color);
  margin-right: 2px;
}
.shop-list-wrap .shop-list-content .product-action-list ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.shop-list-wrap .shop-list-content .product-action-list ul li {
  margin-right: 2px;
}
.shop-list-wrap .shop-list-content .product-action-list ul li:last-child {
  margin-right: 0px;
}
.shop-list-wrap .shop-list-content .product-action-list ul li a {
  display: inline-block;
  background-color: #333333;
  color: #fff;
  height: 42px;
  width: 67px;
  font-size: 16px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.shop-list-wrap .shop-list-content .product-action-list ul li a:hover {
  background-color: var(--primary-color);
  color: #fff;
}
.shop-list-wrap:hover .shop-list-img:before {
  opacity: 0.3;
}
.shop-list-wrap:hover .shop-list-img img {
  -webkit-transform: scaleY(1.2);
          transform: scaleY(1.2);
}

/*--------- 17. Blog details ---------*/
.blog-details-top {
  -webkit-box-shadow: 0 0px 12px 0.8px rgba(225, 225, 225, 0.3);
          box-shadow: 0 0px 12px 0.8px rgba(225, 225, 225, 0.3);
}
.blog-details-top > img {
  width: 100%;
}
.blog-details-top .blog-details-content-wrap {
  padding: 34px 30px 50px;
}
@media only screen and (max-width: 767px) {
  .blog-details-top .blog-details-content-wrap {
    padding: 34px 15px 50px;
  }
}
.blog-details-top .blog-details-content-wrap .b-details-meta-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  .blog-details-top .blog-details-content-wrap .b-details-meta-wrap {
    display: block;
  }
}
.blog-details-top .blog-details-content-wrap .b-details-meta-wrap .b-details-meta ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.blog-details-top .blog-details-content-wrap .b-details-meta-wrap .b-details-meta ul li {
  color: var(--primary-color);
  font-size: 14px;
  margin-right: 40px;
}
@media only screen and (max-width: 767px) {
  .blog-details-top .blog-details-content-wrap .b-details-meta-wrap .b-details-meta ul li {
    margin-right: 10px;
  }
}
.blog-details-top .blog-details-content-wrap .b-details-meta-wrap .b-details-meta ul li:last-child {
  margin-right: 0;
}
.blog-details-top .blog-details-content-wrap .b-details-meta-wrap .b-details-meta ul li i {
  font-size: 12px;
  margin-right: 4px;
}
@media only screen and (max-width: 767px) {
  .blog-details-top .blog-details-content-wrap .b-details-meta-wrap .b-details-meta ul li i {
    margin-right: 2px;
  }
}
.blog-details-top .blog-details-content-wrap .b-details-meta-wrap span {
  background-color: var(--primary-color);
  color: #fff;
  display: inline-block;
  line-height: 1;
  padding: 8px 10px 8px;
  margin: 3px 0 0;
}
@media only screen and (max-width: 767px) {
  .blog-details-top .blog-details-content-wrap .b-details-meta-wrap span {
    margin: 5px 0 0;
  }
}
.blog-details-top .blog-details-content-wrap h3 {
  font-size: 24px;
  font-weight: bold;
  margin: 8px 0 23px;
  color: var(--primary-color);
}
@media only screen and (max-width: 767px) {
  .blog-details-top .blog-details-content-wrap h3 {
    font-size: 18px;
  }
}
.blog-details-top .blog-details-content-wrap p {
  margin: 0;
  line-height: 25px;
}
.blog-details-top .blog-details-content-wrap blockquote {
  position: relative;
  font-size: 16px;
  color: #666666;
  line-height: 26px;
  background-color: #f5f5f5;
  padding: 44px 37px 27px 50px;
  margin: 27px 0 24px;
}
.blog-details-top .blog-details-content-wrap blockquote:before {
  background-color: var(--primary-color);
  width: 4px;
  height: 63px;
  left: 24px;
  content: "";
  top: 51px;
  position: absolute;
  z-index: 9;
}
.blog-details-top .blog-details-content-wrap blockquote i {
  color: var(--primary-color);
  position: absolute;
  font-size: 18px;
}
.blog-details-top .blog-details-content-wrap blockquote i.quote-top {
  top: 20px;
  left: 20px;
}
.blog-details-top .blog-details-content-wrap blockquote i.quote-bottom {
  bottom: 20px;
  right: 20px;
}

.blog-share-tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 35px;
}
@media only screen and (max-width: 767px) {
  .blog-share-tags {
    display: block;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .blog-share-tags {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.blog-share-tags .blog-share {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (max-width: 767px) {
  .blog-share-tags .blog-share {
    margin: 0 0 10px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .blog-share-tags .blog-share {
    margin: 0 0 0px;
  }
}
.blog-share-tags .blog-share .blog-btn a {
  font-size: 18px;
  background-color: #f6f6f6;
  color: var(--primary-color);
  width: 44px;
  height: 44px;
  line-height: 44px;
  border-radius: 100%;
  display: inline-block;
  text-align: center;
  margin-right: 14px;
}
.blog-share-tags .blog-share .blog-btn a:hover {
  background-color: var(--primary-color);
  color: #fff;
}
.blog-share-tags .blog-share .blog-social ul li {
  display: inline-block;
  margin-right: 9px;
}
.blog-share-tags .blog-share .blog-social ul li:last-child {
  margin-right: 0px;
}
.blog-share-tags .blog-share .blog-social ul li a {
  font-size: 14px;
  display: inline-block;
}
.blog-share-tags .blog-share .blog-social ul li a.facebook {
  color: #0054a6;
}
.blog-share-tags .blog-share .blog-social ul li a.facebook:hover {
  color: var(--primary-color);
}
.blog-share-tags .blog-share .blog-social ul li a.instagram {
  color: #662d91;
}
.blog-share-tags .blog-share .blog-social ul li a.instagram:hover {
  color: var(--primary-color);
}
.blog-share-tags .blog-share .blog-social ul li a.twitter {
  color: #38a1f3;
}
.blog-share-tags .blog-share .blog-social ul li a.twitter:hover {
  color: var(--primary-color);
}
.blog-share-tags .blog-share .blog-social ul li a.google {
  color: #cc3333;
}
.blog-share-tags .blog-share .blog-social ul li a.google:hover {
  color: var(--primary-color);
}
.blog-share-tags .blog-tag ul li {
  margin: 0 0 0px 2px;
  display: inline-block;
}
.blog-share-tags .blog-tag ul li a {
  line-height: 1;
  color: #666666;
  border: 1px solid #bbbbbb;
  padding: 8px 18px 8px;
  display: inline-block;
}
@media only screen and (max-width: 767px) {
  .blog-share-tags .blog-tag ul li a {
    padding: 8px 12px 8px;
  }
}
.blog-share-tags .blog-tag ul li a:hover {
  border: 1px solid var(--primary-color);
  color: #fff;
  background-color: var(--primary-color);
}

.blog-author {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-shadow: 0 0px 12px 0.8px rgba(225, 225, 225, 0.3);
          box-shadow: 0 0px 12px 0.8px rgba(225, 225, 225, 0.3);
}
@media only screen and (max-width: 767px) {
  .blog-author {
    display: block;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .blog-author {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.blog-author .author-img {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 178px;
          flex: 0 0 178px;
}
.blog-author .author-img img {
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .blog-author .author-img {
    width: 100%;
  }
}
.blog-author .author-content {
  padding: 0 22px 0 30px;
}
@media only screen and (max-width: 767px) {
  .blog-author .author-content {
    padding: 20px 20px 30px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .blog-author .author-content {
    padding: 10px 22px 10px 15px;
  }
}
.blog-author .author-content .author-content-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 0 7px;
}
.blog-author .author-content .author-content-top .blog-designation h5 {
  font-weight: bold;
  font-size: 14px;
  color: #333333;
  margin: 0 0 2px;
}
.blog-author .author-content .author-content-top .blog-designation span {
  color: #666666;
  font-weight: bold;
  font-size: 14px;
}
.blog-author .author-content .author-content-top .author-social ul li {
  display: inline-block;
  margin-left: 5px;
}
.blog-author .author-content .author-content-top .author-social ul li a {
  font-size: 14px;
  display: inline-block;
}
.blog-author .author-content .author-content-top .author-social ul li a.facebook {
  color: #0054a6;
}
.blog-author .author-content .author-content-top .author-social ul li a.facebook:hover {
  color: var(--primary-color);
}
.blog-author .author-content .author-content-top .author-social ul li a.instagram {
  color: #662d91;
}
.blog-author .author-content .author-content-top .author-social ul li a.instagram:hover {
  color: var(--primary-color);
}
.blog-author .author-content .author-content-top .author-social ul li a.twitter {
  color: #38a1f3;
}
.blog-author .author-content .author-content-top .author-social ul li a.twitter:hover {
  color: var(--primary-color);
}
.blog-author .author-content .author-content-top .author-social ul li a.google {
  color: #cc3333;
}
.blog-author .author-content .author-content-top .author-social ul li a.google:hover {
  color: var(--primary-color);
}
.blog-author .author-content p {
  line-height: 25px;
  margin: 0;
}

.related-slider-active .slick-list .single-blog {
  margin: 0 12.5px;
}

.related-slider-active.related-blog-slide .slick-list {
  padding-bottom: 0px;
}

.blog-comment .blog-comment-btn a {
  font-size: 16px;
  font-weight: bold;
  display: inline-block;
  line-height: 1;
  color: var(--primary-color);
  -webkit-box-shadow: 0px 6px 12px 0.8px rgba(42, 42, 42, 0.22);
          box-shadow: 0px 6px 12px 0.8px rgba(42, 42, 42, 0.22);
  border-radius: 50px;
  padding: 22px 40px;
}
.blog-comment .blog-comment-btn a:hover {
  color: #fff;
  background-color: var(--primary-color);
}
.blog-comment .blog-comment-content-wrap {
  display: none;
  padding: 50px 30px;
  -webkit-box-shadow: 0 0px 12px 0.8px rgba(225, 225, 225, 0.3);
          box-shadow: 0 0px 12px 0.8px rgba(225, 225, 225, 0.3);
}
@media only screen and (max-width: 767px) {
  .blog-comment .blog-comment-content-wrap {
    padding: 30px 15px;
  }
}
.blog-comment .blog-comment-content-wrap h4 {
  margin: 0 0 27px;
  font-size: 24px;
  font-weight: bold;
}
.blog-comment .blog-comment-content-wrap .single-blog-comment {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (max-width: 767px) {
  .blog-comment .blog-comment-content-wrap .single-blog-comment {
    display: block;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .blog-comment .blog-comment-content-wrap .single-blog-comment {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.blog-comment .blog-comment-content-wrap .single-blog-comment .blog-comment-img {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 122px;
          flex: 0 0 122px;
  margin-right: 55px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .blog-comment .blog-comment-content-wrap .single-blog-comment .blog-comment-img {
    margin-right: 30px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .blog-comment .blog-comment-content-wrap .single-blog-comment .blog-comment-img {
    margin-right: 30px;
  }
}
.blog-comment .blog-comment-content-wrap .single-blog-comment .blog-comment-img img {
  width: 100%;
}
.blog-comment .blog-comment-content-wrap .single-blog-comment .blog-comment-content h5 {
  margin: 0;
  font-size: 14px;
  font-weight: bold;
}
.blog-comment .blog-comment-content-wrap .single-blog-comment .blog-comment-content p {
  line-height: 25px;
  margin: 10px 0 7px;
}
.blog-comment .blog-comment-content-wrap .single-blog-comment .blog-comment-content a {
  font-size: 14px;
  font-weight: bold;
  color: #333333;
}
.blog-comment .blog-comment-content-wrap .single-blog-comment .blog-comment-content a:hover {
  color: var(--primary-color);
}
@media only screen and (max-width: 767px) {
  .blog-comment .blog-comment-content-wrap .single-blog-comment .blog-comment-content {
    padding: 20px 0 0;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .blog-comment .blog-comment-content-wrap .single-blog-comment .blog-comment-content {
    padding: 0px 0 0;
  }
}
.blog-comment .blog-comment-content-wrap .single-blog-comment.child-comment {
  margin: 45px 0 50px 125px;
}
@media only screen and (max-width: 767px) {
  .blog-comment .blog-comment-content-wrap .single-blog-comment.child-comment {
    margin: 45px 0 50px 0px;
  }
}

.leave-comment-area {
  padding: 42px 30px 20px;
  -webkit-box-shadow: 0 0px 12px 0.8px rgba(225, 225, 225, 0.3);
          box-shadow: 0 0px 12px 0.8px rgba(225, 225, 225, 0.3);
}
@media only screen and (max-width: 767px) {
  .leave-comment-area {
    padding: 42px 15px 20px;
  }
}
.leave-comment-area h3 {
  font-size: 24px;
  font-weight: bold;
  margin: 0 0 23px;
}
.leave-comment-area form .leave-form {
  margin-bottom: 30px;
}
.leave-comment-area form .leave-form input {
  background-color: #f6f6f6;
  height: 40px;
  font-size: 13px;
  border: none;
  padding: 2px 20px;
  color: #333;
}
.leave-comment-area form .leave-form textarea {
  background-color: #f6f6f6;
  height: 220px;
  font-size: 13px;
  border: none;
  padding: 15px 20px;
  color: #333;
}
.leave-comment-area form .leave-form.leave-btn input {
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  background-color: var(--primary-color);
  letter-spacing: 0.5px;
  width: auto;
  padding: 18px 40px 17px;
  height: auto;
  border-radius: 50px;
  -webkit-box-shadow: 0px 6px 12px 0.8px rgba(42, 42, 42, 0.22);
          box-shadow: 0px 6px 12px 0.8px rgba(42, 42, 42, 0.22);
  margin-top: 35px;
}
.leave-comment-area form .leave-form.leave-btn input:hover {
  color: var(--primary-color);
  background-color: #fff;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .blog-details-wrap.mr-40 {
    margin-right: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .blog-details-wrap.mr-40 {
    margin-right: 0;
  }
}
@media only screen and (max-width: 767px) {
  .blog-details-wrap.mr-40 {
    margin-right: 0;
  }
}

/*--------- 20. Contact page ---------*/
.contact-map {
  border: 10px solid var(--primary-color);
  border-right: none;
}
.contact-map #map {
  height: 685px;
}
.contact-map iframe {
  width: 100%;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
}
@media only screen and (max-width: 767px) {
  .contact-map #map {
    height: 400px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .contact-map #map {
    height: 500px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .contact-form {
    margin-top: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .contact-form {
    margin-top: 40px;
  }
}
.contact-form .contact-title h2 {
  font-size: 48px;
  font-weight: bold;
  margin: 0 0 31px;
}
@media only screen and (max-width: 767px) {
  .contact-form .contact-title h2 {
    font-size: 35px;
  }
}
.contact-form .contact-title h2 span {
  font-weight: 400;
  color: var(--primary-color);
}
.contact-form .contact-title p {
  font-size: 16px;
  line-height: 26px;
  margin: 0;
}
.contact-form form input {
  border: 1px solid #eeeeee;
  font-size: 13px;
  color: #333;
  background: transparent;
  padding: 2px 20px;
  margin-bottom: 25px;
}
.contact-form form textarea {
  border: 1px solid #eeeeee;
  font-size: 13px;
  color: #333;
  background: transparent;
  height: 135px;
  padding: 17px 20px;
}
.contact-form form button {
  padding: 0;
  border: none;
  font-size: 16px;
  font-weight: bold;
  color: var(--primary-color);
  background-color: #fff;
  line-height: 1;
  display: inline-block;
  -webkit-box-shadow: 0px 6px 12px 0.8px rgba(14, 14, 14, 0.26);
          box-shadow: 0px 6px 12px 0.8px rgba(14, 14, 14, 0.26);
  padding: 23px 40px 20px;
  border-radius: 50px;
  margin-top: 47px;
}
@media only screen and (max-width: 767px) {
  .contact-form form button {
    margin-top: 30px;
  }
}
.contact-form form button:hover {
  color: #fff;
  background-color: var(--primary-color);
}
.contact-form p.form-messege {
  margin-top: 10px;
}

.contact-info-area.default-overlay:before {
  background-color: #02150b;
  opacity: 0.79;
}

.single-contact-info {
  position: relative;
  z-index: 1;
}
.single-contact-info .contact-info-icon {
  margin-bottom: 30px;
}
.single-contact-info .contact-info-icon span {
  position: relative;
}
.single-contact-info .contact-info-icon span i {
  font-size: 16px;
  color: #fff;
  width: 64px;
  height: 64px;
  line-height: 64px;
  text-align: center;
  border-radius: 100%;
  background-color: #005b2c;
  position: relative;
  display: inline-block;
  z-index: 9;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.single-contact-info .contact-info-icon span:before {
  position: absolute;
  left: -3px;
  top: -24px;
  content: "";
  background-color: var(--primary-color);
  width: 70px;
  height: 70px;
  border-radius: 100%;
}
.single-contact-info > p,
.single-contact-info > a {
  color: #fff;
  font-size: 18px;
  line-height: 28px;
  margin: 0;
}
.single-contact-info .contact-info-phn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.single-contact-info .contact-info-phn .info-phn-title span {
  font-size: 18px;
  color: #fff;
  margin-right: 5px;
}
.single-contact-info .contact-info-phn .info-phn-number p {
  font-size: 18px;
  color: #fff;
  margin: 0 0 5px;
}
.single-contact-info > a:hover {
  color: var(--primary-color);
}
.single-contact-info:hover .contact-info-icon span i {
  background-color: #fff;
  color: #005b2c;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .contact-map.mr-70 {
    margin-right: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .contact-map.mr-70 {
    margin-right: 0;
  }
}
@media only screen and (max-width: 767px) {
  .contact-map.mr-70 {
    margin-right: 0;
  }
}

/*--------- 23. Product details page ---------*/
.product-details-img img {
  width: 100%;
}
.product-details-img .dec-slider-overlay a.slick-active {
  position: relative;
}
.product-details-img .dec-slider-overlay a.slick-active:before {
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-color: #1e2127;
  opacity: 0.6;
  pointer-events: none;
}
.product-details-img .dec-slider-overlay a.slick-active.active:before {
  display: none;
}
.product-details-img .product-dec-slider .slick-list {
  margin: 0 -5px;
}
.product-details-img .product-dec-slider .slick-slide {
  margin: 0 5px;
}
.product-details-img .product-dec-slider .product-dec-icon {
  color: var(--primary-color);
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  left: 0px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 99;
  -webkit-box-shadow: 0px 0px 12px 0.8px rgba(85, 220, 149, 0.3);
          box-shadow: 0px 0px 12px 0.8px rgba(85, 220, 149, 0.3);
  background-color: #fff;
  width: 30px;
  height: 30px;
  line-height: 30px;
  border-radius: 100%;
  text-align: center;
  opacity: 0;
  visibility: hidden;
}
.product-details-img .product-dec-slider .product-dec-icon:hover {
  background-color: var(--primary-color);
  color: #fff;
}
.product-details-img .product-dec-slider .product-dec-icon.product-dec-next {
  left: auto;
  right: 0px;
}
.product-details-img .product-dec-slider:hover .product-dec-icon {
  opacity: 1;
  visibility: visible;
}

.product-details-content h2 {
  font-size: 24px;
  font-weight: 500;
  margin: 0;
  color: #033333;
  line-height: 1;
}
.product-details-content .pro-details-rating-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 26px 0 18px;
}
@media only screen and (max-width: 767px) {
  .product-details-content .pro-details-rating-wrap {
    margin: 10px 0 12px;
  }
}
.product-details-content .pro-details-rating-wrap .pro-details-rating {
  margin-right: 5px;
}
.product-details-content .pro-details-rating-wrap .pro-details-rating i {
  color: var(--primary-color);
  font-size: 14px;
  margin-right: 2px;
}
.product-details-content h3 {
  color: #033333;
  font-weight: 500;
  font-size: 20px;
  margin: 0 0 10px;
}
.product-details-content p {
  margin: 0;
}
.product-details-content .pro-details-size-color2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (max-width: 767px) {
  .product-details-content .pro-details-size-color2 {
    display: block;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .product-details-content .pro-details-size-color2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.product-details-content .pro-details-size-color2 .pro-details-color2-wrap {
  margin-right: 20px;
}
@media only screen and (max-width: 767px) {
  .product-details-content .pro-details-size-color2 .pro-details-color2-wrap {
    padding: 0 0 20px;
    overflow: hidden;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .product-details-content .pro-details-size-color2 .pro-details-color2-wrap {
    padding: 0 0 0px;
  }
}
.product-details-content .pro-details-size-color2 .pro-details-color2-wrap span {
  display: block;
  font-weight: 500;
  margin: 0 0 15px;
}
.product-details-content .pro-details-size-color2 .pro-details-color2-wrap .pro-details-color2-content ul li {
  border-radius: 50px;
  cursor: pointer;
  display: block;
  float: left;
  height: 14px;
  margin-right: 15px;
  position: relative;
  -webkit-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  width: 14px;
}
.product-details-content .pro-details-size-color2 .pro-details-color2-wrap .pro-details-color2-content ul li.blue {
  background-color: #4798f3;
  border: 1px solid #4798f3;
}
.product-details-content .pro-details-size-color2 .pro-details-color2-wrap .pro-details-color2-content ul li.maroon {
  background-color: #736751;
  border: 1px solid #736751;
}
.product-details-content .pro-details-size-color2 .pro-details-color2-wrap .pro-details-color2-content ul li.gray {
  background-color: #c0c0c0;
  border: 1px solid #c0c0c0;
}
.product-details-content .pro-details-size-color2 .pro-details-color2-wrap .pro-details-color2-content ul li.green {
  background-color: #139c57;
  border: 1px solid #139c57;
}
.product-details-content .pro-details-size-color2 .pro-details-color2-wrap .pro-details-color2-content ul li.yellow {
  background-color: #e28b37;
  border: 1px solid #e28b37;
}
.product-details-content .pro-details-size-color2 .pro-details-color2-wrap .pro-details-color2-content ul li.white {
  background-color: #fff;
  border: 1px solid #e7e7e7;
}
.product-details-content .pro-details-size-color2 .pro-details-color2-wrap .pro-details-color2-content ul li.active:before {
  border: 2px solid var(--primary-color);
  border-radius: 50px;
  content: "";
  height: 24px;
  left: -6px;
  position: absolute;
  top: -6px;
  width: 24px;
}
.product-details-content .pro-details-size-color2 .pro-details-size2 span {
  display: block;
  font-weight: 500;
  margin: 0 0 10px;
}
.product-details-content .pro-details-size-color2 .pro-details-size2 .pro-details-size2-content ul li {
  display: inline-block;
  list-style: outside none none;
  margin: 0 2px 0 0;
}
.product-details-content .pro-details-size-color2 .pro-details-size2 .pro-details-size2-content ul li a {
  background-color: #f1f2f6;
  color: #15273e;
  display: inline-block;
  font-size: 12px;
  line-height: 1;
  padding: 6px 9px 7px;
  text-transform: uppercase;
}
.product-details-content .pro-details-size-color2 .pro-details-size2 .pro-details-size2-content ul li a:hover {
  background-color: var(--primary-color);
  color: #fff;
}

.pro-details-quality {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (max-width: 767px) {
  .pro-details-quality {
    display: block;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .pro-details-quality {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.pro-details-quality .cart-plus-minus {
  border: 1px solid #dee0e4;
  display: inline-block;
  height: 47px;
  overflow: hidden;
  padding: 0;
  position: relative;
  width: 102px;
}
.pro-details-quality .cart-plus-minus .qtybutton {
  color: #15273e;
  cursor: pointer;
  float: inherit;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  margin: 0;
  position: absolute;
  text-align: center;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  width: 24px;
}
.pro-details-quality .cart-plus-minus .dec.qtybutton {
  border-right: 1px solid #dee0e4;
  height: 47px;
  left: 0;
  padding-top: 12px;
  top: 0;
}
.pro-details-quality .cart-plus-minus .inc.qtybutton {
  border-left: 1px solid #dee0e4;
  height: 47px;
  padding-top: 12px;
  right: 0;
  top: 0;
}
.pro-details-quality .cart-plus-minus input.cart-plus-minus-box {
  background: transparent none repeat scroll 0 0;
  border: medium none;
  color: #454545;
  float: left;
  font-size: 14px;
  height: 47px;
  margin: 0;
  padding: 0 9px 0 0;
  text-align: center;
  width: 110px;
}
.pro-details-quality .pro-details-cart {
  margin: 0 15px;
}
@media only screen and (max-width: 767px) {
  .pro-details-quality .pro-details-cart {
    margin: 10px 0px 20px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .pro-details-quality .pro-details-cart {
    margin: 0 15px;
  }
}
.pro-details-quality .pro-details-cart a.default-btn {
  padding: 17px 30px 17px;
  font-size: 12px;
}
.pro-details-quality .pro-details-wishlist a {
  border: 1px solid #dfe1e5;
  color: #15273e;
  display: inline-block;
  font-size: 14px;
  line-height: 1;
  padding: 15px 16px;
}
.pro-details-quality .pro-details-wishlist a:hover {
  background-color: var(--primary-color);
  border: 1px solid var(--primary-color);
  color: #fff;
}

.pro-details-info-wrap {
  margin: 0 0 48px;
}
.pro-details-info-wrap .pro-details-info-list {
  margin: 0 0 10px;
}
.pro-details-info-wrap .pro-details-info-list li.pro-details-info-title {
  font-weight: 500;
  color: #15273e;
  min-width: 94px;
}
.pro-details-info-wrap .pro-details-info-list li {
  color: #333;
  display: inline-block;
  list-style: outside none none;
}

.pro-details-social ul li {
  display: inline-block;
  margin: 0 10px 0 0;
}
.pro-details-social ul li a {
  display: inline-block;
  width: 28px;
  height: 28px;
  line-height: 28px;
  border-radius: 50px;
  background-color: #ebeaea;
  font-size: 12px;
  text-align: center;
}
.pro-details-social ul li a.facebook {
  color: #0054a6;
}
.pro-details-social ul li a.facebook:hover {
  background-color: #0054a6;
  color: #fff;
}
.pro-details-social ul li a.youtube {
  color: #c4302b;
}
.pro-details-social ul li a.youtube:hover {
  background-color: #c4302b;
  color: #fff;
}
.pro-details-social ul li a.twitter {
  color: #38a1f3;
}
.pro-details-social ul li a.twitter:hover {
  background-color: #38a1f3;
  color: #fff;
}
.pro-details-social ul li a.google {
  color: #cc3333;
}
.pro-details-social ul li a.google:hover {
  background-color: #cc3333;
  color: #fff;
}

.description-review-topbar a {
  background-color: #f6f6f6;
  border-bottom: 3px solid transparent;
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  margin: 0 5px 0 0;
  padding: 18px 35px;
}
@media only screen and (max-width: 767px) {
  .description-review-topbar a {
    margin: 0 5px 10px 0;
    padding: 18px 15px;
    font-size: 14px;
  }
}
.description-review-topbar a.active {
  border-bottom: 3px solid var(--primary-color);
  background-color: transparent;
}

.description-review-bottom {
  padding: 33px 0 0;
}
.description-review-bottom .product-description-wrapper p {
  margin: 0 0 25px;
}
.description-review-bottom .product-description-wrapper p:last-child {
  margin: 0 0 0px;
}
.description-review-bottom .product-anotherinfo-wrapper ul li {
  color: #333;
  font-size: 14px;
  list-style: outside none none;
  margin: 0 0 13px;
}
.description-review-bottom .product-anotherinfo-wrapper ul li span {
  color: #15273e;
  display: inline-block;
  font-weight: 500;
  margin: 0 26px 0 0;
  min-width: 85px;
}

.ratting-nagative-mrg {
  margin-top: -70px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .ratting-nagative-mrg {
    padding-left: 0;
    margin-top: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .ratting-nagative-mrg {
    padding-left: 0;
    margin-top: 50px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .product-details-content.pl-30 {
    padding-left: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .product-details-content.pl-30 {
    padding-left: 0;
    margin-top: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .product-details-content.pl-30 {
    padding-left: 0;
    margin-top: 30px;
  }
}

.pro-details-quality.mt-50.mb-45 {
  margin-top: 30px;
  margin-bottom: 25px;
}

@media only screen and (max-width: 767px) {
  .related-mrg-small {
    margin-bottom: 95px;
  }
}

/*--------- 19. Checkout page ---------*/
.billing-info-wrap h3 {
  font-size: 20px;
  color: #033333;
  margin: 0 0 20px;
  font-weight: 500;
}
.billing-info-wrap .billing-info label,
.billing-info-wrap .billing-select label {
  color: #333;
  margin: 0 0 7px;
}
.billing-info-wrap .billing-info input,
.billing-info-wrap .billing-select input {
  background: transparent none repeat scroll 0 0;
  border: 1px solid #e6e6e6;
  color: #333;
  font-size: 13px;
  padding-left: 20px;
  padding-right: 10px;
}
.billing-info-wrap .billing-info input.billing-address,
.billing-info-wrap .billing-select input.billing-address {
  margin-bottom: 10px;
}
.billing-info-wrap .billing-select select {
  -moz-appearance: none;
  -webkit-appearance: none;
  border: 1px solid #e6e6e6;
  color: #333;
  font-size: 13px;
  height: 45px;
  padding: 2px 20px;
  background: rgba(0, 0, 0, 0) url("../img/icon-img/select-2.png") no-repeat scroll right 18px center;
  cursor: pointer;
}
.billing-info-wrap .checkout-account {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.billing-info-wrap .checkout-account input {
  border: 1px solid #9fa0a2;
  display: inline-block;
  float: left;
  height: 10px;
  width: 10px;
}
.billing-info-wrap .checkout-account span {
  color: #333;
  font-weight: 400;
  margin: 0 0 0 12px;
}
.billing-info-wrap .checkout-account-toggle input {
  background: transparent none repeat scroll 0 0;
  border: 1px solid #e6e6e6;
  color: #333;
  font-size: 13px;
  padding-left: 20px;
  padding-right: 10px;
  margin: 0 0 20px;
}
.billing-info-wrap .checkout-account-toggle button.checkout-btn {
  background-color: var(--primary-color);
  border: medium none;
  color: #fff;
  cursor: pointer;
  font-weight: 500;
  padding: 10px 30px;
  text-transform: uppercase;
  border-radius: 50px;
  z-index: 9;
}
.billing-info-wrap .checkout-account-toggle button.checkout-btn:hover {
  background-color: #333;
}
.billing-info-wrap .additional-info-wrap h4 {
  font-size: 16px;
  font-weight: 500;
}
.billing-info-wrap .additional-info-wrap .additional-info label {
  color: #333;
  font-size: 14px;
  margin: 0 0 7px;
}
.billing-info-wrap .additional-info-wrap .additional-info textarea {
  background: transparent none repeat scroll 0 0;
  border: 1px solid #e6e6e6;
  color: #333;
  font-size: 13px;
  height: 138px;
  padding: 17px 20px;
}
.billing-info-wrap .different-address {
  display: none;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .your-order-area {
    margin-top: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .your-order-area {
    margin-top: 30px;
  }
}
.your-order-area h3 {
  font-size: 20px;
  font-weight: 500;
  margin: 0 0 20px;
  color: #033333;
}
.your-order-area .your-order-wrap {
  padding: 38px 45px 44px;
  background: #f6f6f6;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .your-order-area .your-order-wrap {
    padding: 30px 20px 36px;
  }
}
@media only screen and (max-width: 767px) {
  .your-order-area .your-order-wrap {
    padding: 30px 20px 36px;
  }
}
.your-order-area .your-order-wrap .your-order-product-info .your-order-top ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.your-order-area .your-order-wrap .your-order-product-info .your-order-top ul li {
  font-size: 16px;
  font-weight: 500;
  list-style: outside none none;
}
.your-order-area .your-order-wrap .your-order-product-info .your-order-middle {
  border-bottom: 1px solid #dee0e4;
  border-top: 1px solid #dee0e4;
  margin: 29px 0;
  padding: 19px 0 18px;
}
.your-order-area .your-order-wrap .your-order-product-info .your-order-middle ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 0 10px;
}
.your-order-area .your-order-wrap .your-order-product-info .your-order-bottom ul {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.your-order-area .your-order-wrap .your-order-product-info .your-order-bottom ul li {
  font-size: 14px;
  font-weight: 400;
  list-style: none;
}
.your-order-area .your-order-wrap .your-order-product-info .your-order-bottom ul li.your-order-shipping {
  font-size: 16px;
  color: #212121;
  font-weight: 400;
}
.your-order-area .your-order-wrap .your-order-product-info .your-order-total {
  border-bottom: 1px solid #dee0e4;
  border-top: 1px solid #dee0e4;
  margin: 18px 0 33px;
  padding: 17px 0 19px;
}
.your-order-area .your-order-wrap .your-order-product-info .your-order-total ul {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.your-order-area .your-order-wrap .your-order-product-info .your-order-total ul li.order-total {
  font-weight: 500;
  color: #212121;
  font-size: 18px;
}
.your-order-area .your-order-wrap .your-order-product-info .your-order-total ul li {
  font-weight: 500;
  color: var(--primary-color);
  font-size: 16px;
  list-style: outside none none;
}
.your-order-area .payment-accordion {
  margin: 0 0 16px;
}
.your-order-area .payment-accordion:last-child {
  margin: 0 0 0px;
}
.your-order-area .payment-accordion h4 {
  color: #212121;
  font-size: 16px;
  margin: 0;
}
.your-order-area .payment-accordion h4 a {
  color: #212121;
  position: relative;
  display: block;
}
.your-order-area .payment-accordion .panel-body {
  padding: 5px 0 0 0px;
}
.your-order-area .payment-accordion .panel-body p {
  padding: 0 0 0 10px;
  font-size: 13px;
  color: #333;
}
.your-order-area .Place-order > a {
  background-color: var(--primary-color);
  color: #fff;
  display: block;
  font-weight: 500;
  letter-spacing: 1px;
  line-height: 1;
  padding: 18px 20px;
  text-align: center;
  text-transform: uppercase;
  border-radius: 50px;
  z-index: 9;
}
.your-order-area .Place-order > a:hover {
  background-color: #333;
}

/*--------- 18. Cart page ---------*/
h3.cart-page-title {
  font-size: 20px;
  font-weight: 500;
  margin: 0 0 15px;
}

.cart-table-content table {
  border: 1px solid #ebebeb;
}
.cart-table-content table thead > tr {
  background-color: #f9f9f9;
  border: 1px solid #ebebeb;
}
.cart-table-content table thead > tr th {
  border-top: medium none;
  color: #333;
  font-size: 14px;
  font-weight: 500;
  padding: 21px 45px 22px;
  text-align: center;
  text-transform: uppercase;
  vertical-align: middle;
  white-space: nowrap;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .cart-table-content table thead > tr th {
    padding: 21px 35px 22px;
  }
}
@media only screen and (max-width: 767px) {
  .cart-table-content table thead > tr th {
    padding: 21px 20px 22px;
  }
}
.cart-table-content table tbody > tr {
  border-bottom: 1px solid #ebebeb;
}
.cart-table-content table tbody > tr td.product-thumbnail {
  width: 150px;
}
.cart-table-content table tbody > tr td.product-name {
  width: 435px;
}
.cart-table-content table tbody > tr td.product-name a {
  color: #033333;
  font-size: 15px;
  font-weight: 500;
}
.cart-table-content table tbody > tr td.product-price-cart {
  width: 435px;
}
.cart-table-content table tbody > tr td.product-price-cart span {
  font-weight: 500;
  color: #033333;
}
.cart-table-content table tbody > tr td.product-subtotal {
  font-weight: 500;
  color: #033333;
}
.cart-table-content table tbody > tr td.product-quantity {
  width: 435px;
}
.cart-table-content table tbody > tr td.product-quantity .cart-plus-minus {
  display: inline-block;
  float: left;
  height: 40px;
  padding: 0;
  position: relative;
  width: 110px;
}
.cart-table-content table tbody > tr td.product-quantity .cart-plus-minus .qtybutton {
  color: #333;
  cursor: pointer;
  float: inherit;
  font-size: 16px;
  margin: 0;
  position: absolute;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  width: 20px;
  text-align: center;
}
.cart-table-content table tbody > tr td.product-quantity .cart-plus-minus .dec.qtybutton {
  border-right: 1px solid #e5e5e5;
  height: 40px;
  left: 0;
  padding-top: 8px;
  top: 0;
}
.cart-table-content table tbody > tr td.product-quantity .cart-plus-minus .inc.qtybutton {
  border-left: 1px solid #e5e5e5;
  height: 40px;
  padding-top: 9px;
  right: 0;
  top: 0;
}
.cart-table-content table tbody > tr td.product-quantity .cart-plus-minus input.cart-plus-minus-box {
  color: #333;
  float: left;
  font-size: 14px;
  height: 40px;
  margin: 0;
  width: 110px;
  background: transparent none repeat scroll 0 0;
  border: 1px solid #e1e1e1;
  padding: 0;
  text-align: center;
}
.cart-table-content table tbody > tr td.product-remove {
  width: 100px;
}
.cart-table-content table tbody > tr td.product-remove a {
  color: #666;
  font-size: 17px;
  margin: 0 13px;
}
.cart-table-content table tbody > tr td.product-remove a:hover {
  color: var(--primary-color);
}
.cart-table-content table tbody > tr td.product-wishlist-cart > a {
  background-color: var(--primary-color);
  border-radius: 50px;
  color: #fff;
  font-size: 13px;
  font-weight: 500;
  line-height: 1;
  padding: 7px 12px;
  text-transform: uppercase;
}
.cart-table-content table tbody > tr td.product-wishlist-cart > a:hover {
  background-color: #333;
}
.cart-table-content table tbody > tr td {
  color: #333;
  font-size: 15px;
  padding: 30px 0;
  text-align: center;
}

.cart-shiping-update-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 30px 0px 55px;
}
@media only screen and (max-width: 767px) {
  .cart-shiping-update-wrapper {
    display: block;
  }
}
.cart-shiping-update-wrapper .cart-shiping-update > a,
.cart-shiping-update-wrapper .cart-clear > button,
.cart-shiping-update-wrapper .cart-clear > a {
  background-color: #f2f2f2;
  border-radius: 50px;
  color: #363f4d;
  display: inline-block;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  padding: 18px 63px 17px;
  text-transform: uppercase;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .cart-shiping-update-wrapper .cart-shiping-update > a,
.cart-shiping-update-wrapper .cart-clear > button,
.cart-shiping-update-wrapper .cart-clear > a {
    padding: 18px 25px 17px;
    font-size: 13px;
  }
}
@media only screen and (max-width: 767px) {
  .cart-shiping-update-wrapper .cart-shiping-update > a,
.cart-shiping-update-wrapper .cart-clear > button,
.cart-shiping-update-wrapper .cart-clear > a {
    padding: 18px 40px 17px;
    margin: 0 0 15px;
  }
}
.cart-shiping-update-wrapper .cart-shiping-update > a:hover,
.cart-shiping-update-wrapper .cart-clear > button:hover,
.cart-shiping-update-wrapper .cart-clear > a:hover {
  background-color: var(--primary-color);
  color: #fff;
}
.cart-shiping-update-wrapper .cart-clear > button {
  border: medium none;
  cursor: pointer;
  margin-right: 27px;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .cart-shiping-update-wrapper .cart-clear > button {
    margin-right: 15px;
  }
}

.cart-tax,
.discount-code-wrapper {
  background-color: #f9f9f9;
  border: 1px solid #ebebeb;
  border-radius: 5px;
  padding: 45px 30px 50px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .cart-tax,
.discount-code-wrapper {
    padding: 45px 18px 50px;
  }
}
@media only screen and (max-width: 767px) {
  .cart-tax,
.discount-code-wrapper {
    padding: 45px 18px 50px;
  }
}
.cart-tax .title-wrap,
.discount-code-wrapper .title-wrap {
  position: relative;
}
.cart-tax .title-wrap::before,
.discount-code-wrapper .title-wrap::before {
  background-color: #e3e1e1;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  top: 10px;
  -webkit-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  width: 100%;
  z-index: 1;
}
.cart-tax .title-wrap h4.cart-bottom-title,
.discount-code-wrapper .title-wrap h4.cart-bottom-title {
  display: inline-block;
  font-size: 18px;
  font-weight: 500;
  margin: 0;
  padding-right: 18px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .cart-tax .title-wrap h4.cart-bottom-title,
.discount-code-wrapper .title-wrap h4.cart-bottom-title {
    font-size: 16px;
  }
}
.cart-tax .title-wrap .section-bg-gray,
.discount-code-wrapper .title-wrap .section-bg-gray {
  background-color: #f8f9f9;
  position: relative;
  z-index: 99;
}
.cart-tax .tax-wrapper,
.discount-code-wrapper .tax-wrapper {
  margin-top: 22px;
}
.cart-tax .tax-wrapper p,
.discount-code-wrapper .tax-wrapper p {
  margin: 0;
}
.cart-tax .tax-wrapper .tax-select-wrapper,
.discount-code-wrapper .tax-wrapper .tax-select-wrapper {
  margin: 5px 0 0;
}
.cart-tax .tax-wrapper .tax-select-wrapper .tax-select,
.discount-code-wrapper .tax-wrapper .tax-select-wrapper .tax-select {
  margin: 0 0 26px;
}
.cart-tax .tax-wrapper .tax-select-wrapper .tax-select label,
.discount-code-wrapper .tax-wrapper .tax-select-wrapper .tax-select label {
  color: #242424;
  font-size: 14px;
  margin: 0 0 5px;
}
.cart-tax .tax-wrapper .tax-select-wrapper .tax-select select,
.discount-code-wrapper .tax-wrapper .tax-select-wrapper .tax-select select {
  -moz-appearance: none;
  -webkit-appearance: none;
  background: #fff url("../img/icon-img/cart.png") no-repeat scroll right 18px center;
  border: 1px solid #ebebeb;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #242424;
  font-size: 12px;
  height: 40px;
  padding: 0 50px 0 15px;
  width: 100%;
  cursor: pointer;
}
.cart-tax .tax-wrapper .tax-select-wrapper .tax-select input,
.discount-code-wrapper .tax-wrapper .tax-select-wrapper .tax-select input {
  background: #fff none repeat scroll 0 0;
  border: 1px solid #ebebeb;
  height: 40px;
}
.cart-tax .tax-wrapper .tax-select-wrapper button.cart-btn-2,
.discount-code-wrapper .tax-wrapper .tax-select-wrapper button.cart-btn-2 {
  background-color: var(--primary-color);
  border: medium none;
  border-radius: 50px;
  color: #fff;
  cursor: pointer;
  font-size: 14px;
  font-weight: 500;
  padding: 13px 42px 12px;
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.cart-tax .tax-wrapper .tax-select-wrapper button.cart-btn-2:hover,
.discount-code-wrapper .tax-wrapper .tax-select-wrapper button.cart-btn-2:hover {
  background-color: #333;
}
.cart-tax .discount-code,
.discount-code-wrapper .discount-code {
  margin: 21px 0 0;
}
.cart-tax .discount-code p,
.discount-code-wrapper .discount-code p {
  margin: 0 0 15px;
}
.cart-tax .discount-code form input,
.discount-code-wrapper .discount-code form input {
  background: #fff;
  border: 1px solid #ebebeb;
  height: 40px;
  margin-bottom: 30px;
  padding-left: 10px;
}
.cart-tax .discount-code form button.cart-btn-2,
.discount-code-wrapper .discount-code form button.cart-btn-2 {
  background-color: var(--primary-color);
  border: medium none;
  border-radius: 50px;
  color: #fff;
  cursor: pointer;
  font-size: 14px;
  font-weight: 500;
  padding: 13px 42px 12px;
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.cart-tax .discount-code form button.cart-btn-2:hover,
.discount-code-wrapper .discount-code form button.cart-btn-2:hover {
  background-color: #333;
}

.grand-totall {
  background-color: #f9f9f9;
  border: 1px solid #ebebeb;
  border-radius: 5px;
  padding: 45px 30px 50px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .grand-totall {
    padding: 45px 18px 50px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .grand-totall {
    margin-top: 30px;
  }
}
.grand-totall .title-wrap {
  position: relative;
}
.grand-totall .title-wrap::before {
  background-color: #e3e1e1;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  top: 10px;
  -webkit-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  width: 100%;
  z-index: 1;
}
.grand-totall .title-wrap h4.cart-bottom-title {
  display: inline-block;
  font-size: 18px;
  font-weight: 500;
  margin: 0;
  padding-right: 18px;
}
.grand-totall .title-wrap .section-bg-gary-cart {
  background-color: #f9f9f9;
  position: relative;
  z-index: 9;
}
.grand-totall h5 {
  font-size: 14px;
  margin: 36px 0 27px;
}
.grand-totall h5 span {
  float: right;
  font-size: 18px;
  font-weight: 500;
}
.grand-totall .total-shipping {
  border-bottom: 1px solid #ebebeb;
  border-top: 1px solid #ebebeb;
  margin: 0 0 27px;
  padding: 28px 0;
}
.grand-totall .total-shipping h5 {
  font-size: 14px;
  margin: 0;
}
.grand-totall .total-shipping ul {
  padding: 19px 0 0 0px;
}
.grand-totall .total-shipping ul li {
  color: #242424;
  list-style: outside none none;
  margin: 0 0 6px;
}
.grand-totall .total-shipping ul li:last-child {
  margin: 0 0 0px;
}
.grand-totall .total-shipping ul li input {
  background: #e9e9e9 none repeat scroll 0 0;
  border: 1px solid #d7d7d7;
  border-radius: 5px !important;
  color: #626262;
  cursor: pointer;
  height: 13px;
  margin-right: 10px;
  padding: 0;
  position: relative;
  top: 2px;
  width: 13px;
}
.grand-totall .total-shipping ul li span {
  float: right;
}
.grand-totall h4.grand-totall-title {
  color: var(--primary-color);
  font-size: 20px;
  font-weight: 500;
  margin: 0 0 25px;
}
.grand-totall h4.grand-totall-title span {
  float: right;
}
.grand-totall a {
  background-color: var(--primary-color);
  border-radius: 50px;
  color: #fff;
  display: block;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  padding: 18px 10px 17px;
  text-align: center;
  text-transform: uppercase;
}
.grand-totall a:hover {
  background-color: #333;
}

.discount-code-wrapper {
  margin: 30px 0;
}

.login-register-wrapper .login-register-tab-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 40px;
}
.login-register-wrapper .login-register-tab-list a {
  position: relative;
}
.login-register-wrapper .login-register-tab-list a::before {
  background-color: #454545;
  bottom: 5px;
  content: "";
  height: 18px;
  margin: 0 auto;
  position: absolute;
  right: -2px;
  -webkit-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  width: 1px;
}
.login-register-wrapper .login-register-tab-list a h4 {
  font-size: 25px;
  font-weight: 700;
  margin: 0 20px;
  text-transform: capitalize;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.login-register-wrapper .login-register-tab-list a:last-child::before {
  display: none;
}
.login-register-wrapper .login-register-tab-list a.active h4 {
  color: var(--primary-color);
}
.login-register-wrapper .login-form-container {
  background: transparent none repeat scroll 0 0;
  -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 6px rgba(0, 0, 0, 0.1);
  padding: 80px;
  text-align: left;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .login-register-wrapper .login-form-container {
    padding: 80px 50px;
  }
}
@media only screen and (max-width: 767px) {
  .login-register-wrapper .login-form-container {
    padding: 40px 15px;
  }
}
.login-register-wrapper .login-form-container .login-register-form form input {
  background-color: transparent;
  border: 1px solid #ebebeb;
  color: #333;
  font-size: 14px;
  height: 50px;
  margin-bottom: 30px;
  padding: 0 15px;
}
.login-register-wrapper .login-form-container .login-register-form form input[type=checkbox] {
  height: 15px;
  margin: 0;
  position: relative;
  top: 1px;
  width: 17px;
}
.login-register-wrapper .login-form-container .login-register-form form .button-box .login-toggle-btn {
  padding: 10px 0 19px;
}
.login-register-wrapper .login-form-container .login-register-form form .button-box .login-toggle-btn label {
  color: #242424;
  font-size: 15px;
  font-weight: 400;
}
.login-register-wrapper .login-form-container .login-register-form form .button-box .login-toggle-btn a {
  color: #242424;
  float: right;
  font-size: 15px;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.login-register-wrapper .login-form-container .login-register-form form .button-box .login-toggle-btn a:hover {
  color: var(--primary-color);
}
.login-register-wrapper .login-form-container .login-register-form form .button-box button {
  border: medium none;
  cursor: pointer;
  padding: 15px 40px 15px;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  font-weight: 500;
  color: #fff;
}
.login-register-wrapper .login-form-container .login-register-form form .button-box button:hover {
  background-color: #333;
  color: #fff;
}


/* .header-bottom.sticky-bar .logo
{
    margin-top: 15px;
} */
.header-bottom.sticky-bar .logo img
{
    width: 100%;
}

.menu-cart-wrap .main-menu
{
    margin-top:0.5rem;
}
.admission-blink
{
  animation: flickerAnimation 1.5s infinite;
}

@keyframes flickerAnimation
{

0% {
  opacity: 1;
  color: #fff!important;
  transform: scale(.9);
}
50% {
  opacity: .8;
  color: #000!important;
  transform: scale(1);
}
100% {
  opacity: 1;
  color: #fff!important;
  transform: scale(.9);
}
}


.float-right {
  float: right;
  right: 5px;
  position: fixed;
  bottom: 50%;
  padding: 20px;
  background: var(--secondary-color);
  text-align: center;
  color: #710071;
  font-size: 18px;
  transform: rotate(90deg);
  z-index: 999;
  right: -92px;
  cursor: pointer;
  color: var(--white);
  border-radius: 0.5rem;
}
.float-right a {
  color: var(--white);
}

.footer-list2 ul li a
{
  font-size: 16px;
  line-height: 30px;
}
.footer-list2 ul li
{
  color: var(--white);
}
.footer-list2 ul li a:hover
{
  color: var(--white);
}






.float-right2 {
  float: right;
  right: 5px;
  position: fixed;
  bottom: 35%;
  padding: 20px;
  background: var(--secondary-color);
  text-align: center;
  color: #710071;
  font-size: 18px;
  transform: rotate(90deg);
  z-index: 999;
  right: -50px;
  cursor: pointer;
  color: var(--white);
  border-radius: 0.5rem;
}
.float-right2 a {
  color: var(--white);
}



.appli_block
{
  display: flex;
}
.appli_block h3{
  padding: 0;
  margin: 0;
}
.appli_block .checkout-account
{
  padding: 0 1rem;
}
.billing-info-wrap .appli_block .checkout-account input 
{
  border: 1px solid #9fa0a2;
  display: inline-block;
  float: left;
  height: 20px;
  width: 20px;
  padding: 0;
  margin: 0;
}
.course-offer .checkout-account
{
  line-height: 2;
}
.course-offer .checkout-account input
{
  border: 1px solid #9fa0a2;
  display: inline-block;
  float: left;
  height: 20px;
  width: 20px;
}
.if-case .form-control
{
  width: 55% !important;
  height: auto !important;
  margin-left: 0.5rem !important;
}
.course-offer
{
  padding: 1rem;
  border: 1px solid #e6e6e6;
  margin: 1rem 0 ;
  border-radius: 1rem;
}
.course-offer h3{
  padding: 0;
  margin: 0;
}
.course-offer input 
{
  background: transparent;
  margin-bottom: 0.5rem;
}
.photo_upload
{
  padding: 1rem;
  border: 2px solid #eceff8;
  margin: 1rem 0 ;
  border-radius: 1rem;
  min-height: 290px;
  text-align: center;
  align-items: center;
  justify-content: center;
  display: flex;
}

table, th, td {
  border: 1px solid #e6e6e6;
  border-collapse: collapse;
  text-align: center;
}

.student_mark_list_table td
{
  padding: 0.5rem;
}
.signature_block
{
  margin-top: 5rem;
}

.count-content .count-block
{
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.count-content .count-block p
{
  font-size: 40px;
  font-weight: bold;
  margin: 0 10px 15px;
  color: var(--primary-color);
}


.new-course-details .course-card
{
  text-align: center;
}
.new-course-details .extra-block
{
  background: #f6f6f6;
  border-radius: 0.5rem;
  padding: 1rem;
}
.new-course-details .extra-block h1
{
  margin-bottom: 1.5rem;
}
.new-course-details .course-card h1
{
  color: #444;
  font-size: 25px;
  font-weight: 500;
}
.new-course-details .course-card .course-card-block h1
{
  line-height: 26px;
  color: #444;
  font-weight: bold;
  font-size: 16px;
  margin: 0;
}
.new-course-details .course-card .course-card-block
{
  padding: 24px 30px 30px;
}

@media (max-width: 768px)
{
  .mobole-none
  {
    display: none;
  }
  .choose-us.section-padding-1
  {
    margin-top: 7rem;
  }
  .float-right
  {
    padding: 10px;
    bottom: 52%;
  }
  .float-right2
  {
    padding: 10px;
  }
}



.elementor-widget-icon-box .elementor-icon-box-title a {
  color: inherit;
  font-weight: 700;
  font-size: 16px;
}
.elementor-element.elementor-element-b251983 {
  margin-top: 0px;
  margin-bottom: 50px;
  /* padding: 0px 0px 0px 30px; */
}
.elementor-element.elementor-element-50ac768 {
  margin-top: 0px;
  margin-bottom: 50px;
}
.elementor-element.elementor-element-6bbafe7 {
  /* padding: 0px 0px 0px 30px; */
}
.elementor-element.elementor-element-92228bd {
  margin-top: 0px;
  margin-bottom: 50px;
  padding: 0px 30px 0px 0px;
}
.elementor-57 .elementor-element.elementor-element-f7493c7 {
  padding: 0px 30px 0px 0px;
}
.elementor-element.elementor-element-5bc9715 {
  margin-top: 0px;
  margin-bottom: 50px;
  padding: 0px 0px 0px 30px;
}
.elementor-widget-wrap>.elementor-element {
  width: 100%;
}
.elementor-section .elementor-container {
  display: flex;
  margin-right: auto;
  margin-left: auto;
  position: relative;
}
.elementor-element.elementor-element-dadfcdb > .elementor-widget-container {
  margin: 0px -30px 0px 0px;
  padding: 20px 50px 20px 20px;
  border-style: solid;
  border-width: 3px 3px 3px 3px;
  border-color: #535EE029;
  border-radius: 15px 15px 15px 15px;
  box-shadow: 0px 0px 25px 0px rgb(0 0 0 / 5%);
}
.elementor-element.elementor-element-dadfcdb .elementor-icon-box-wrapper {
  text-align: right;
}
.elementor-element.elementor-element-dadfcdb .elementor-icon-box-title {
  margin-bottom: 10px;
}
.elementor-widget-icon-box .elementor-icon-box-description {
  margin: 0;
}
.elementor-element.elementor-element-456a1d0.elementor-column.elementor-element[data-element_type="column"] > .elementor-widget-wrap.elementor-element-populated {
  align-content: center;
  align-items: center;
}
.elementor-inner-section .elementor-column-gap-no .elementor-element-populated {
  padding: 0;
}
.elementor-widget-wrap {
  position: relative;
  width: 100%;
  flex-wrap: wrap;
  align-content: flex-start;
}
.elementor-widget-wrap>.elementor-element {
  width: 100%;
}
.elementor-widget-image {
  text-align: center;
}
.elementor-element.elementor-element-d8cae6b img {
  border-radius: 100% 100% 100% 100%;
}
.elementor-widget-image img {
  vertical-align: middle;
  display: inline-block;
}
.elementor img {
  height: auto;
  max-width: 100%;
  border: none;
  border-radius: 0;
  box-shadow: none;
}
.elementor-element .elementor-widget-container {
  transition: background .3s,border .3s,border-radius .3s,box-shadow .3s,transform var(--e-transform-transition-duration,.4s);
}
.elementor-element.elementor-element-8807fd2 > .elementor-widget-container {
  margin: 0px 0px 0px -30px;
  padding: 20px 20px 20px 50px;
  border-style: solid;
  border-width: 3px 3px 3px 3px;
  border-color: #535EE029;
  border-radius: 15px 15px 15px 15px;
  box-shadow: 0px 0px 25px 0px rgb(0 0 0 / 5%);
}
.elementor-element.elementor-element-75cf780 > .elementor-widget-container {
  margin: 0px 0px 0px -30px;
  padding: 20px 20px 20px 50px;
  border-style: solid;
  border-width: 3px 3px 3px 3px;
  border-color: #535EE029;
  border-radius: 15px 15px 15px 15px;
  box-shadow: 0px 0px 25px 0px rgb(0 0 0 / 5%);
}.elementor-element.elementor-element-f7493c7 {
  padding: 0px 30px 0px 0px;
}
.elementor-widget-wrap>.elementor-element {
  width: 100%;
}
.elementor-element.elementor-element-a00eb51 > .elementor-widget-container {
  margin: 0px 0px 0px -30px;
  padding: 20px 20px 20px 50px;
  border-style: solid;
  border-width: 3px 3px 3px 3px;
  border-color: #535EE029;
  border-radius: 15px 15px 15px 15px;
  box-shadow: 0px 0px 25px 0px rgb(0 0 0 / 5%);
}
.elementor-element.elementor-element-a1f7396 > .elementor-widget-container {
  padding: 20px 20px 20px 20px;
  border-style: solid;
  margin: 0px -30px 0px 0px;
  border-width: 3px 3px 3px 3px;
  border-color: #535EE029;
  border-radius: 15px 15px 15px 15px;
  box-shadow: 0px 0px 25px 0px rgb(0 0 0 / 5%);
}
.elementor-element.elementor-element-f4caaee > .elementor-widget-container {
  margin: 0px -30px 0px 0px;
  padding: 20px 20px 20px 20px;
  border-style: solid;
  border-width: 3px 3px 3px 3px;
  border-color: #535EE029;
  border-radius: 15px 15px 15px 15px;
  box-shadow: 0px 0px 25px 0px rgb(0 0 0 / 5%);
}
.elementor-element.elementor-element-d9b803f > .elementor-widget-container {
  padding: 20px 20px 15px 20px;
  background-color: var(--e-global-color-21bfb04 );
  border-radius: 100% 100% 0% 100%;
  box-shadow: 0px 0px 25px 0px rgb(0 0 0 / 12%);
}
.elementor-element.elementor-element-ea419a6 > .elementor-widget-container {
  padding: 20px 20px 15px 20px;
  background-color: var(--e-global-color-21bfb04 );
  border-radius: 100% 100% 100% 100%;
  box-shadow: 0px 0px 25px 0px rgb(0 0 0 / 12%);
}
.elementor-element.elementor-element-a2531ef.elementor-column.elementor-element[data-element_type="column"] > .elementor-widget-wrap.elementor-element-populated {
  align-content: center;
  align-items: center;
  justify-content: center;
}
.elementor-element.elementor-element-ea0f52a > .elementor-widget-container {
  padding: 20px 20px 15px 20px;
  background-color: var(--e-global-color-21bfb04 );
  border-radius: 100% 0% 100% 100%;
  box-shadow: 0px 0px 25px 0px rgb(0 0 0 / 12%);
}
.elementor-element.elementor-element-4a2cf42 > .elementor-widget-container {
  padding: 20px 20px 15px 20px;
  background-color: var(--e-global-color-21bfb04 );
  border-radius: 0% 100% 100% 100%;
  box-shadow: 0px 0px 25px 0px rgb(0 0 0 / 12%);
}
.elementor-element.elementor-element-a4a54f7 > .elementor-widget-container {
  margin: 0px 0px 0px 0px;
  padding: 20px 20px 15px 20px;
  background-color: var(--e-global-color-21bfb04 );
  border-radius: 100% 100% 100% 100%;
  box-shadow: 0px 0px 25px 0px rgb(0 0 0 / 12%);
}
.elementor-element.elementor-element-5958e0f > .elementor-widget-container {
  padding: 20px 20px 15px 20px;
  background-color: var(--e-global-color-21bfb04 );
  border-radius: 100% 100% 100% 0%;
  box-shadow: 0px 0px 25px 0px rgb(0 0 0 / 12%);
}
.elementor-element.elementor-element-d9b803f .elementor-icon-wrapper {
  text-align: center;
}
.elementor-element.elementor-element-d9b803f.elementor-view-default .elementor-icon {
  color: 69727d;
  border-color: var(--e-global-color-primary );
}
/* .elementor-element.elementor-element-d9b803f .elementor-icon {
  font-size: 30px !important;
} */
.elementor-icon {
  display: inline-block;
  line-height: 1;
  transition: all .3s;
  color: #69727d;
  font-size: 30px;
  text-align: center;
}
.elementor-element.elementor-element-d9b803f .elementor-icon i
{
  transform: rotate(0deg);
}
.elementor-column {
  position: relative;
  min-height: 1px;
  display: flex;
}
.elementor-element.elementor-element-a2531ef.elementor-column.elementor-element[data-element_type="column"] > .elementor-widget-wrap.elementor-element-populated {
  align-content: center;
  align-items: center;
}
.elementor-57 .elementor-element.elementor-element-a2531ef.elementor-column > .elementor-widget-wrap {
  justify-content: center;
}
.elementor-element.elementor-element-50ac768 {
  margin-top: 0px;
  margin-left: -20px;
  margin-bottom: 50px;
}
.elementor-inner-section .elementor-column-gap-no .elementor-element-populated {
  padding: 0;
}
.elementor:not(.elementor-bc-flex-widget) .elementor-widget-wrap {
  display: flex;
}



@media (max-width: 767px)
{
  .elementor-element.elementor-element-b251983 
  {
    padding: 0px 0px 0px 0px;
  }
  .elementor-section .elementor-container
  {
    display: inline;
  }
  .elementor-element.elementor-element-d8cae6b img 
  {
    border-radius: 100% 100% 100% 100%;
    width: 100%;
    height: auto;
  }
  .elementor-57 .elementor-element.elementor-element-d9b803f .elementor-icon 
  {
    font-size: 35px;
  }
  .elementor-icon-wrapper
  {
    text-align: center;
  }
  .elementor-element.elementor-element-a4a54f7 > .elementor-widget-container 
  {
    margin: 0 0 10px;
    padding: 0;
    background-color: transparent;
    border-radius: 100% 100% 100% 100%;
    box-shadow: none;
  }
  .elementor-element.elementor-element-4a2cf42 > .elementor-widget-container
  {
    margin: 0 0 10px;
    padding: 0;
    background-color: transparent;
    border-radius: 100% 100% 100% 100%;
    box-shadow: none;
  }
  .elementor-element.elementor-element-5958e0f > .elementor-widget-container
  {
    margin: 0 0 10px;
    padding: 0;
    background-color: transparent;
    border-radius: 100% 100% 100% 100%;
    box-shadow: none;
  }
  .elementor-element.elementor-element-ea0f52a > .elementor-widget-container
  {
    margin: 0 0 10px;
    padding: 0;
    background-color: transparent;
    border-radius: 100% 100% 100% 100%;
    box-shadow: none;
  }
  .elementor-element.elementor-element-d9b803f > .elementor-widget-container
  {
    margin: 0 0 10px;
    padding: 0;
    background-color: transparent;
    border-radius: 100% 100% 100% 100%;
    box-shadow: none;
  }
  .elementor-element.elementor-element-ea419a6 > .elementor-widget-container
  {
    margin: 0 0 10px;
    padding: 0;
    background-color: transparent;
    border-radius: 100% 100% 100% 100%;
    box-shadow: none;
  }
  .elementor-element.elementor-element-dadfcdb > .elementor-widget-container
  {
    margin: 0;
  }
  .elementor-element.elementor-element-a1f7396 > .elementor-widget-container
  {
    margin: 0;
  }
  .elementor-element.elementor-element-f4caaee > .elementor-widget-container
  {
    margin: 0;
  }
  .elementor-element.elementor-element-6bbafe7 {
    padding: 0px 0px 0px 0px;
  }
  .elementor-element.elementor-element-92228bd {
    margin-top: 0px;
    margin-bottom: 0px;
    padding: 0px 0px 0px 0px;
  }
  .elementor-element.elementor-element-5bc9715 {
    margin-top: 0px;
    margin-bottom: 0px;
    padding: 0px 0px 0px 0px;
  }
  .elementor-element.elementor-element-f7493c7 {
    padding: 0px 0px 0px 0px;
  }
  .elementor-element.elementor-element-8807fd2 > .elementor-widget-container
  {
    margin: 0px 0px 0px 0px;
  }
  .elementor-element.elementor-element-75cf780 > .elementor-widget-container
  {
    margin: 0px 0px 0px 0px;
  }
  .elementor-element.elementor-element-a00eb51 > .elementor-widget-container
  {
    margin: 0px 0px 0px 0px;
  }
  .elementor-element.elementor-element-50ac768 {
    margin-top: 0px;
    margin-left: 0px;
    margin-bottom: 0px;
  }
  .elementor-element.elementor-element-b251983
  {
    margin: 0;
  }
  .elementor-icon
  {
    display: block;
  }
}



.about-us .course-card-block 
{
  padding: 24px 30px 30px;
  text-align: center;
}
.about-us  .course-card-block h1 {
  line-height: 26px;
  color: #444;
  font-weight: bold;
  font-size: 16px;
  margin: 0;
}
.our_about_us_section
{
  background: #ccc;
  border-radius: 1rem;
  padding: 1rem;
}


.cs-testimonial.cs-style3 {
  border-radius: 10px;
  background-color: #fff;
  /* -webkit-box-shadow: 0px 10px 150px 0px rgb(1 0 98 / 10%);
  box-shadow: 0px 10px 150px 0px rgb(1 0 98 / 10%); */
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.cs-testimonial.cs-style3 .cs-testimonial_left {
  padding: 20px 40px;
}
.cs-testimonial.cs-style3 .cs-testimonial_avatar {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  width: 400px;
  border-radius: 0 10px 10px 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}



.brand-logo-area .course-card-block 
{
  padding: 10px 30px;
  text-align: center;
}
.brand-logo-area .course-card-block h1
{
  line-height: 26px;
  color: #444;
  font-weight: bold;
  font-size: 16px;
  margin: 0;
}



#exampleModal .modal-dialog 
{
  margin: 8% auto;
  max-width: 800px;
  width: 800px;
  cursor: pointer;
}
div#exampleModal 
{
  cursor: pointer;
}
#exampleModal .modal-dialog .modal-content
{
  background: transparent;
}
#exampleModal .modal-dialog img
{
  width: 100%; margin: 0 auto;
  cursor: pointer;
}


@media (min-width: 320px) and (max-width: 767px)
{
  #exampleModal .modal-dialog 
  {
    margin: 8% auto;
    max-width: 100%;
    width: 100%;
    cursor: pointer;
  } 
  .cs-testimonial.cs-style3 
  {
    display: block;
  }
}





.cs-testimonial.cs-style1 {
  padding: 35px 40px;
  position: relative;
}

.cs-testimonial.cs-style1 .cs-testimonial_icon {
  position: absolute;
  right: 40px;
  font-size: 50px;
  top: 55px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.cs-testimonial.cs-style1 .cs-testimonial_icon i {
  opacity: 0.2;
}

.cs-testimonial.cs-style1 .cs-testimonial_avatar {
  height: 100px;
  width: 100px;
  border-radius: 50%;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  margin-right: 25px;
}

.cs-testimonial.cs-style1 .cs-testimonial_avatar img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: inherit;
}

.cs-testimonial.cs-style1 .cs-testimonial_avatar_name {
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 5px;
}

.cs-testimonial.cs-style1 .cs-testimonial_avatar_designation {
  line-height: 1.2em;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.cs-testimonial.cs-style1 .cs-testimonial_info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 30px;
}

.cs-testimonial.cs-style1 .cs-testimonial_text {
  font-size: 111%;
  line-height: 1.7em;
  font-style: italic;
  margin-bottom: 30px;
}

.cs-testimonial.cs-style1 .cs-testimonial_text p {
  margin: 0;
}

.cs-testimonial.cs-style1.cs-with_shadow {
  -webkit-box-shadow: 0px 20px 120px 0px rgba(1, 0, 98, 0.1);
          box-shadow: 0px 20px 120px 0px rgba(1, 0, 98, 0.1);
  border-radius: 0 0 30px 0;
  background-color: #fff;
}

.cs-testimonial.cs-style2 {
  -webkit-box-shadow: 0px 1px 2px 0px rgba(1, 0, 98, 0.1);
          box-shadow: 0px 1px 2px 0px rgba(1, 0, 98, 0.1);
  background-color: #fff;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border-radius: 10px 10px 0 10px;
  padding: 30px;
  margin-top: 30px;
}

.cs-testimonial.cs-style2 .cs-testimonial_icon {
  height: 60px;
  width: 60px;
  border-radius: 10px;
  -webkit-box-shadow: 0px 20px 100px 0px rgba(1, 0, 98, 0.2);
          box-shadow: 0px 20px 100px 0px rgba(1, 0, 98, 0.2);
  font-size: 24px;
  margin-top: -60px;
}

.cs-testimonial.cs-style2 .cs-testimonial_text {
  font-size: 18px;
  line-height: 32px;
  font-style: italic;
  margin-top: 20px;
}

.cs-testimonial.cs-style2 .cs-testimonial_info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 20px;
}

.cs-testimonial.cs-style2 .cs-testimonial_avatar {
  height: 60px;
  width: 60px;
  border-radius: 50%;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  margin-right: 20px;
}

.cs-testimonial.cs-style2 .cs-testimonial_avatar img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: inherit;
}

.cs-testimonial.cs-style2 .cs-testimonial_avatar_name {
  font-size: 18px;
  margin: 0;
  margin-bottom: 3px;
}

.cs-testimonial.cs-style2 .cs-testimonial_avatar_designation {
  font-size: 16px;
  line-height: 1.2em;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.cs-testimonial.cs-style2:hover {
  -webkit-box-shadow: 0px 10px 60px 0px rgba(1, 0, 98, 0.1);
          box-shadow: 0px 10px 60px 0px rgba(1, 0, 98, 0.1);
}

.cs-testimonial.cs-style3 {
  border-radius: 10px;
  background-color: #fff;
  /* -webkit-box-shadow: 0px 10px 150px 0px rgba(1, 0, 98, 0.1);
          box-shadow: 0px 10px 150px 0px rgba(1, 0, 98, 0.1); */
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: 45px;
  margin-top: 45px;
}

.cs-testimonial.cs-style3 .cs-testimonial_icon {
  height: 100px;
  width: 100px;
  -webkit-box-shadow: 0px 20px 100px 0px rgba(1, 0, 98, 0.1);
          box-shadow: 0px 20px 100px 0px rgba(1, 0, 98, 0.1);
  border-radius: 15px 15px 0 15px;
  font-size: 48px;
  position: absolute;
  top: -45px;
  left: -45px;
}

.cs-testimonial.cs-style3 .cs-testimonial_avatar {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 500px;
  border-radius: 0 10px 10px 0;
  background-size: auto;
  background-position: center;
}
.fa-quote-left:before 
{
  content: "\f10d";
  color: var(--primary-color);
}
.cs-testimonial.cs-style3 .cs-testimonial_left {
  padding: 50px 30px 0px;
  /* box-shadow: 0px 10px 150px 0px rgb(1 0 98 / 10%); */
  min-height: 438px;
  height: auto;
}

.cs-testimonial.cs-style3 .cs-testimonial_text {
  font-size: 20px;
  line-height: 1.7em;
  font-style: italic;
  margin-bottom: 30px;
}

.cs-testimonial.cs-style3 .cs-testimonial_avatar_name {
  font-size: 24px;
  margin-bottom: 5px;
}

.cs-testimonial.cs-style3 .cs-testimonial_avatar_designation {
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.cs-testimonial.cs-style4 {
  border-radius: 15px;
  background-color: white;
  -webkit-box-shadow: 0px 10px 60px 0px rgba(0, 50, 36, 0.1);
          box-shadow: 0px 10px 60px 0px rgba(0, 50, 36, 0.1);
}

.cs-testimonial.cs-style4 .cs-testimonial_head {
  padding: 30px 40px;
}

.cs-testimonial.cs-style4 .cs-testimonial_icon {
  font-size: 36px;
  opacity: 0.5;
  margin-bottom: 23px;
}

.cs-testimonial.cs-style4 .cs-testimonial_text {
  line-height: 1.7em;
}

.cs-testimonial.cs-style4 .cs-testimonial_info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.cs-testimonial.cs-style4 .cs-testimonial_avatar {
  height: 120px;
  width: 120px;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  border-radius: 0 0 0 15px;
}

.cs-testimonial.cs-style4 .cs-testimonial_avatar img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: inherit;
}

.cs-testimonial.cs-style4 .cs-testimonial_meta {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.cs-testimonial.cs-style4 .cs-testimonial_avatar_name {
  font-size: 20px;
  padding: 23px 25px;
  margin: 0;
}

.cs-testimonial.cs-style4 .cs-testimonial_ratings {
  padding: 16px 25px;
  border-radius: 0 0 15px 0;
}

.cs-testimonial.cs-style5 {
  padding: 40px 50px 35px;
}

.cs-testimonial.cs-style5 .cs-testimonial_icon {
  width: 50px;
  height: 37px;
  position: relative;
  overflow: hidden;
  margin-bottom: 20px;
}

.cs-testimonial.cs-style5 .cs-testimonial_icon:after, .cs-testimonial.cs-style5 .cs-testimonial_icon:before {
  content: "";
  position: absolute;
  height: 50px;
  width: 19px;
  top: 9px;
  background: currentColor;
  -webkit-transform: skewY(-45deg);
          transform: skewY(-45deg);
}

.cs-testimonial.cs-style5 .cs-testimonial_icon:after {
  left: 0;
}

.cs-testimonial.cs-style5 .cs-testimonial_icon:before {
  right: 0;
}

.cs-testimonial.cs-style5 .cs-testimonial_text {
  font-size: 20px;
  line-height: 1.6em;
  font-style: italic;
}

.cs-testimonial.cs-style5 .cs-testimonial_avatar_name {
  font-size: 20px;
  margin: 0;
}

.cs-testimonial.cs-style5 .cs-testimonial_meta {
  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;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 33px;
}

.cs-testimonial.cs-style5 .cs-testimonial_meta > * {
  margin-top: 5px;
}

.cs-testimonial.cs-style6 .cs-testimonial_icon {
  font-size: 36px;
  height: 80px;
  width: 80px;
  border-radius: 10px;
  -webkit-box-shadow: 0px 10px 60px 0px rgba(1, 0, 81, 0.13);
          box-shadow: 0px 10px 60px 0px rgba(1, 0, 81, 0.13);
  position: relative;
  z-index: 1;
  margin-bottom: -40px;
  margin-left: 40px;
}

.cs-testimonial.cs-style6 .cs-testimonial_text {
  font-size: 20px;
  line-height: 1.6em;
  padding: 70px 40px 40px;
  border-radius: 20px 20px 20px 0;
  font-style: italic;
  position: relative;
}

.cs-testimonial.cs-style6 .cs-testimonial_text:before {
  content: "";
  width: 0px;
  height: 0px;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 14px solid #f9f7ff;
  position: absolute;
  bottom: -14px;
  left: 68px;
}

.cs-testimonial.cs-style6 .cs-testimonial_info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 30px;
  margin-top: 30px;
  position: relative;
}

.cs-testimonial.cs-style6 .cs-testimonial_avatar {
  border-width: 1px;
  border-style: solid;
  border-radius: 50%;
  height: 100px;
  width: 100px;
  margin-right: 25px;
}

.cs-testimonial.cs-style6 .cs-testimonial_avatar img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: inherit;
}

.cs-testimonial.cs-style6 .cs-testimonial_avatar_name {
  font-size: 24px;
  margin-bottom: 5px;
}

.cs-testimonial.cs-style6 .cs-testimonial_avatar_designation {
  font-size: 16px;
  line-height: 1.6em;
  text-transform: uppercase;
  letter-spacing: 2px;
}

.cs-testimonial.cs-style6.cs-type1 {
  max-width: 600px;
  margin: auto;
}

.cs-testimonial.cs-style6.cs-type1 .cs-testimonial_text {
  padding: 40px 45px 50px;
  background-color: #fff;
  border-radius: 15px 15px 15px 0;
  -webkit-box-shadow: 0px 10px 150px 0px rgba(1, 0, 98, 0.1);
          box-shadow: 0px 10px 150px 0px rgba(1, 0, 98, 0.1);
}

.cs-testimonial.cs-style6.cs-type1 .cs-testimonial_text:before {
  border-left: 0px solid transparent;
  border-right: 35px solid transparent;
  border-top: 50px solid #fff;
  position: absolute;
  bottom: -48px;
  left: 0;
}

.cs-testimonial.cs-style6.cs-type1 .cs-testimonial_icon {
  font-size: 30px;
  border-radius: 0px;
  background-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
  height: initial;
  width: initial;
  position: absolute;
  margin: 0;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.cs-testimonial.cs-style7 {
  padding-top: 100px;
}

.cs-testimonial.cs-style7 .cs-testimonial_in {
  padding: 1px 100px 52px;
}

.cs-testimonial.cs-style7 .cs-testimonial_img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: -100px;
  margin-bottom: 35px;
}

.cs-testimonial.cs-style7 .cs-testimonial_img img {
  height: 200px;
  width: 200px;
  border-radius: 50%;
}

.cs-testimonial.cs-style7 .cs-review_wrap {
  margin-bottom: 30px;
}

.cs-testimonial.cs-style7 .cs-review {
  font-size: 20px;
  letter-spacing: 8px;
  width: 148px;
  margin-left: 2px;
}

.cs-testimonial.cs-style7 .cs-testimonial_text {
  font-size: 20px;
  line-height: 1.6em;
  margin-bottom: 22px;
}

.cs-testimonial.cs-style7 .cs-avatar_name {
  font-size: 20px;
  margin-bottom: 0px;
}

.cs-testimonial.cs-style7 .cs-avatar-designation {
  font-size: 16px;
}

.cs-testimonial.cs-style8 .cs-testimonial_img {
  position: relative;
  width: 250px;
  margin-left: auto;
  margin-right: auto;
  border-radius: 50%;
  margin-bottom: 40px;
}

.cs-testimonial.cs-style8 .cs-testimonial_img img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: inherit;
}

.cs-testimonial.cs-style8 .cs-testimonial_icon {
  height: 80px;
  width: 80px;
  font-size: 32px;
  border-radius: 50%;
  position: absolute;
  bottom: 0;
  right: 0;
  -webkit-box-shadow: 0px 10px 60px 0px rgba(30, 27, 55, 0.1);
          box-shadow: 0px 10px 60px 0px rgba(30, 27, 55, 0.1);
}

.cs-testimonial.cs-style8 .cs-avatar_name {
  font-size: 30px;
  margin-bottom: 18px;
}

.cs-testimonial.cs-style8 .cs-testimonial_text {
  font-size: 20px;
  line-height: 1.6em;
  font-style: italic;
}

.cs-testimonial.cs-style9 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 53px;
  padding-bottom: 55px;
}

.cs-testimonial.cs-style9 .cs-testimonial_right {
  width: 50%;
  padding-top: 10px;
  padding-bottom: 88px;
}

.cs-testimonial.cs-style9 .cs-testimonial_left {
  width: 50%;
}

.cs-testimonial.cs-style9 .cs-testimonial_avatar {
  width: 300px;
  height: 300px;
  border-radius: 40px;
  -webkit-box-shadow: 0px 20px 60px 0px rgba(43, 6, 15, 0.24);
          box-shadow: 0px 20px 60px 0px rgba(43, 6, 15, 0.24);
  position: relative;
  margin: auto;
}

.cs-testimonial.cs-style9 .cs-testimonial_img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: inherit;
  position: relative;
  z-index: 1;
}

.cs-testimonial.cs-style9 .cs-testimonial_avatar_name {
  margin: 0;
  font-size: 20px;
  letter-spacing: 1.2px;
  margin-top: 10px;
}

.cs-testimonial.cs-style9 .cs-testimonial_icon {
  margin-bottom: 20px;
}

.cs-testimonial.cs-style9 .cs-avatar_shape {
  position: absolute;
}

.cs-testimonial.cs-style9 .cs-avatar_shape.cs-type1 {
  left: -52px;
  top: -52px;
}

.cs-testimonial.cs-style9 .cs-avatar_shape.cs-type2 {
  right: -55px;
  bottom: -55px;
  -webkit-animation: rotate 25s infinite ease-in-out;
          animation: rotate 25s infinite ease-in-out;
}

.slick-slide .cs-testimonial.cs-style8 .cs-testimonial_icon {
  bottom: 10px;
  right: 10px;
  -webkit-transform: scale(0.8);
          transform: scale(0.8);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.slick-slide.slick-active .cs-testimonial.cs-style8 .cs-testimonial_icon {
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
  bottom: 0px;
  right: 0px;
  -webkit-transform: scale(1);
          transform: scale(1);
}

.cs-testimonial5_wrap {
  position: relative;
}

.cs-testimonial5_wrap .cs-testimonial_slider_style2 {
  width: 58%;
  position: relative;
  z-index: 2;
}

.cs-testimonial5_wrap .cs-testimonial_thumb {
  position: absolute;
  right: 0;
  bottom: 0;
  height: calc(100% + 185px);
  width: calc(42% + 60px);
}

.cs-testimonial_slider_style1 {
  z-index: 2;
  background-color: #fff;
  -webkit-box-shadow: 0px 20px 120px 0px rgba(1, 0, 98, 0.1);
          box-shadow: 0px 20px 120px 0px rgba(1, 0, 98, 0.1);
  border-radius: 0 0 30px 0;
}

.cs-testimonial_slider_style2 .cs-slider_container {
  background-color: #f4faff;
  -webkit-box-shadow: 0px 10px 60px 0px rgba(1, 35, 63, 0.16);
          box-shadow: 0px 10px 60px 0px rgba(1, 35, 63, 0.16);
  border-radius: 10px;
}

.cs-testimonial_slider_style2 .slick-slide,
.cs-testimonial_slider_style2 .slick-slide > div,
.cs-testimonial_slider_style2 .slick-slide > div > .cs-slide,
.cs-testimonial_slider_style2 .slick-slide > div > .cs-slide > .cs-testimonial.cs-style5 {
  height: 100%;
}

.slick-slide .cs-testimonial.cs-style1 .cs-testimonial_info,
.slick-slide .cs-testimonial.cs-style1 .cs-testimonial_text,
.slick-slide .cs-testimonial.cs-style3 .cs-testimonial_info,
.slick-slide .cs-testimonial.cs-style3 .cs-testimonial_text,
.slick-slide .cs-testimonial_avatar_brand {
  position: relative;
  top: 25px;
  opacity: 0;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
}

.slick-slide .cs-testimonial.cs-style1 .cs-testimonial_icon {
  margin-right: -35px;
  opacity: 0;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
}

.slick-slide .cs-testimonial.cs-style3 .cs-testimonial_icon {
  margin-left: -20px;
  margin-top: -20px;
  opacity: 0;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
}

.slick-slide .cs-testimonial.cs-style3 .cs-testimonial_avatar {
  position: relative;
  right: -25px;
  opacity: 0;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.slick-slide .cs-testimonial.cs-style7 .cs-review_wrap {
  position: relative;
  top: -30px;
  opacity: 0;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.slick-slide .cs-testimonial.cs-style9 .cs-testimonial_avatar {
  -webkit-transform: rotate(-10deg) scale(0.8);
          transform: rotate(-10deg) scale(0.8);
  opacity: 0;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.slick-slide .cs-testimonial.cs-style9 .cs-testimonial_right {
  position: relative;
  left: 50px;
  opacity: 0;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.slick-slide.slick-active .cs-testimonial.cs-style1 .cs-testimonial_info,
.slick-slide.slick-active .cs-testimonial.cs-style1 .cs-testimonial_text,
.slick-slide.slick-active .cs-testimonial.cs-style3 .cs-testimonial_info,
.slick-slide.slick-active .cs-testimonial.cs-style3 .cs-testimonial_text,
.slick-slide.slick-active .cs-testimonial_avatar_brand {
  top: 0px;
  opacity: 1;
}

.slick-slide.slick-active .cs-testimonial.cs-style1 .cs-testimonial_icon {
  margin-right: 0px;
  opacity: 1;
  -webkit-transition-delay: 0.85s;
          transition-delay: 0.85s;
}

.slick-slide.slick-active .cs-testimonial.cs-style3 .cs-testimonial_icon {
  margin-left: 0;
  margin-top: 0;
  opacity: 1;
}

.slick-slide.slick-active .cs-testimonial.cs-style1 .cs-testimonial_info,
.slick-slide.slick-active .cs-testimonial.cs-style3 .cs-testimonial_text {
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}

.slick-slide.slick-active .cs-testimonial.cs-style1 .cs-testimonial_text,
.slick-slide.slick-active .cs-testimonial.cs-style3 .cs-testimonial_info {
  -webkit-transition-delay: 0.55s;
          transition-delay: 0.55s;
}

.slick-slide.slick-active .cs-testimonial.cs-style3 .cs-testimonial_icon,
.slick-slide.slick-active .cs-testimonial_avatar_brand {
  -webkit-transition-delay: 0.7s;
          transition-delay: 0.7s;
}

.slick-slide.slick-active .cs-testimonial.cs-style3 .cs-testimonial_avatar {
  right: 0px;
  opacity: 1;
  -webkit-transition-delay: 0.7s;
          transition-delay: 0.7s;
}

.slick-slide.slick-active .cs-testimonial.cs-style7 .cs-review_wrap {
  top: 0px;
  opacity: 1;
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
}

.slick-slide.slick-active .cs-testimonial.cs-style9 .cs-testimonial_avatar {
  -webkit-transform: rotate(0deg) scale(1);
          transform: rotate(0deg) scale(1);
  opacity: 1;
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}

.slick-slide.slick-active .cs-testimonial.cs-style9 .cs-testimonial_right {
  left: 0;
  opacity: 1;
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
}

@media screen and (max-width: 991px) {
  .cs-testimonial.cs-style1 .cs-testimonial_avatar_name {
    font-size: 26px;
  }
  .cs-testimonial.cs-style1 .cs-testimonial_avatar {
    height: 80px;
    width: 80px;
    margin-right: 15px;
  }
  .cs-testimonial.cs-style1 {
    padding: 35px 30px;
    position: relative;
  }
  .cs-testimonial.cs-style1 .cs-testimonial_icon {
    right: 30px;
    font-size: 40px;
  }
  .cs-testimonial5_wrap .cs-testimonial_thumb {
    position: initial;
    height: 500px;
    width: 100%;
  }
  .cs-testimonial5_wrap .cs-testimonial_slider_style2 {
    width: 90%;
    margin-left: 5%;
    margin-top: -20%;
  }
  .cs-testimonial.cs-style3 {
    margin-left: 30px;
    margin-top: 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .cs-testimonial.cs-style3 .cs-testimonial_left {
    padding: 40px 30px 30px;
  }
  .cs-testimonial.cs-style3 .cs-testimonial_avatar {
    height: 500px;
    width: 100%;
    border-radius: 0 0 10px 10px;
  }
  .cs-testimonial.cs-style3 .cs-testimonial_icon {
    height: 60px;
    width: 60px;
    font-size: 28px;
    top: -30px;
    left: -30px;
    z-index: 1;
  }
  .cs-testimonial.cs-style3 .cs-testimonial_text {
    font-size: 18px;
    line-height: 1.6em;
    margin-bottom: 15px;
  }
  .cs-testimonial.cs-style3 .cs-testimonial_avatar_name {
    font-size: 20px;
  }
  .cs-testimonial.cs-style9 {
    padding-top: 0;
    padding-bottom: 0;
  }
  .cs-testimonial.cs-style9 .cs-avatar_shape {
    display: none;
  }
  .cs-testimonial.cs-style9 .cs-testimonial_right {
    padding-top: 0;
    padding-bottom: 0;
  }
  .cs-testimonial.cs-style9 .cs-testimonial_left {
    width: initial;
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    margin-right: 30px;
  }
  .cs-testimonial.cs-style9 .cs-testimonial_right {
    width: initial;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .cs-testimonial.cs-style6 .cs-testimonial_icon {
    font-size: 28px;
    height: 60px;
    width: 60px;
    border-radius: 8px;
    margin-bottom: -30px;
    margin-left: 30px;
  }
  .cs-testimonial.cs-style6 .cs-testimonial_text {
    font-size: 18px;
    padding: 55px 30px 25px;
    border-radius: 15px 15px 15px 0;
  }
  .cs-testimonial.cs-style6 .cs-testimonial_avatar {
    height: 60px;
    width: 60px;
    margin-right: 15px;
  }
  .cs-testimonial.cs-style6 .cs-testimonial_avatar_name {
    font-size: 20px;
    margin-bottom: 5px;
  }
  .cs-testimonial.cs-style6 .cs-testimonial_avatar_designation {
    font-size: 14px;
    line-height: 1.4em;
    letter-spacing: 1px;
  }
  .cs-testimonial.cs-style6 .cs-testimonial_text:before {
    left: 50px;
  }
  .cs-testimonial.cs-style6 .cs-testimonial_info {
    margin-top: 25px;
  }
  .cs-testimonial.cs-style7 .cs-testimonial_in {
    padding: 1px 30px 52px;
  }
  .cs-testimonial.cs-style7 .cs-testimonial_text {
    font-size: 18px;
  }
}

@media screen and (max-width: 575px) {
  .cs-testimonial.cs-style1 .cs-testimonial_icon {
    display: none;
  }
  .cs-testimonial.cs-style4 .cs-testimonial_head {
    padding: 30px 30px;
  }
  .cs-testimonial5_wrap .cs-testimonial_thumb {
    height: 400px;
  }
  .cs-testimonial.cs-style5 .cs-testimonial_text {
    font-size: 18px;
  }
  .cs-testimonial.cs-style5 {
    padding: 30px 30px 25px;
  }
  .cs-testimonial.cs-style5 .cs-testimonial_meta {
    margin-top: 20px;
  }
  .cs-testimonial.cs-style3 .cs-testimonial_avatar {
    height: 400px;
  }
  .cs-slider_arrows.cs-style2.cs-type1 {
    bottom: -30px;
  }
  .cs-slider_arrows.cs-style2.cs-type1 .slick-arrow {
    font-size: 18px;
    width: 50px;
    height: 40px;
  }
  .cs-testimonial.cs-style9 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .cs-testimonial.cs-style9 .cs-testimonial_left {
    margin-right: 0;
    margin-bottom: 30px;
  }
  .cs-testimonial.cs-style8 .cs-testimonial_text {
    font-size: 18px;
  }
  .cs-testimonial.cs-style8 .cs-avatar_name {
    font-size: 26px;
    margin-bottom: 10px;
  }
  .cs-testimonial.cs-style8 .cs-testimonial_img {
    width: 200px;
    margin-bottom: 30px;
  }
  .cs-testimonial.cs-style8 .cs-testimonial_icon {
    height: 60px;
    width: 60px;
    font-size: 22px;
  }
  .cs-testimonial.cs-style6.cs-type1 .cs-testimonial_text {
    padding: 30px 20px 30px;
  }
}

@media screen and (max-width: 350px) {
  .cs-testimonial.cs-style9 .cs-testimonial_avatar {
    width: 100%;
  }
}


.cs-slider {
  position: relative;
}

.slick-slide > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.cs-remove_overflow .slick-list {
  overflow: visible;
}

.cs-remove_overflow .slick-slide {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.cs-remove_overflow .slick-slide.slick-active {
  opacity: 1;
  visibility: visible;
}

.cs-slider.cs-style2 .slick-list {
  padding-top: 40px;
  padding-bottom: 40px;
  margin-top: -40px;
  margin-bottom: -40px;
}

.cs-slider.cs-style2 .slick-dotted .slick-slide {
  max-width: 7%;
}

.cs-pagination.cs-style1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 60px;
}

.cs-pagination.cs-style1 ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: inherit !important;
}

.cs-pagination.cs-style1 li {
  height: 10px;
  width: 10px;
  background-color: currentColor;
  border-radius: 58px;
  margin: 0 5px;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.cs-pagination.cs-style1 li.slick-active {
  width: 55px;
}

.cs-pagination.cs-style1 button {
  display: none;
}

.cs-slider_arrows.cs-style1 {
  position: absolute;
  bottom: -30px;
  right: 40px;
  -webkit-box-shadow: 0px 30px 80px 0px rgba(30, 27, 55, 0.2);
          box-shadow: 0px 30px 80px 0px rgba(30, 27, 55, 0.2);
  background-color: #fff;
  border-radius: 7px;
  overflow: hidden;
  color: #0b0a60;
}

.cs-slider_arrows.cs-style1 .slick-arrow {
  height: 60px;
  width: 60px;
  cursor: pointer;
  position: relative;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.cs-slider_arrows.cs-style1 .slick-arrow i {
  position: relative;
  z-index: 1;
}

.cs-slider_arrows.cs-style1 .slick-arrow.cs-left_arrow {
  border-right: 1px solid rgba(252, 91, 77, 0.1);
}

.cs-slider_arrows.cs-style1 .slick-arrow:before {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  opacity: 0;
  border-radius: inherit;
  -webkit-transition: inherit;
  transition: inherit;
}

.cs-slider_arrows.cs-style1 .slick-arrow:hover:before {
  background-color: currentColor;
  opacity: 0.2;
}

.cs-slider_arrows.cs-style1.cs-type1 {
  position: initial;
  width: 120px;
  margin-left: auto;
  margin-top: 25px;
}

.cs-slider_arrows.cs-style1.cs-type2 {
  bottom: initial;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 20%;
  border-radius: 0 6px 6px 0;
}

.cs-slider_arrows.cs-style1.cs-type3 {
  border-radius: 0;
  right: initial;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: -22px;
}

.cs-slider_arrows.cs-style1.cs-type3 .cs-slider_arrows_in {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.cs-slider_arrows.cs-style1.cs-type3 .slick-arrow {
  width: 80px;
  height: 45px;
}

.cs-slider_arrows.cs-style1.cs-type3 .cs-left_arrow {
  margin-right: 3px;
}

.cs-slider_arrows.cs-style1.cs-type3 svg {
  width: 26px;
  height: 26px;
}

.cs-slider_arrows.cs-style1.cs-type4 {
  bottom: 19px;
  left: 50%;
  margin-left: 73px;
  right: initial;
}

.cs-slider_arrows.cs-style1.cs-type5 {
  position: initial;
  background-color: transparent;
}

.cs-slider_arrows.cs-style1.cs-type5 .slick-arrow {
  position: absolute;
  top: 100px;
  -webkit-box-shadow: 0px 30px 80px 0px rgba(30, 27, 55, 0.2);
          box-shadow: 0px 30px 80px 0px rgba(30, 27, 55, 0.2);
}

.cs-slider_arrows.cs-style1.cs-type5 .slick-arrow.cs-left_arrow {
  border: none;
  left: -90px;
  border-radius: 6px 0 0 6px;
}

.cs-slider_arrows.cs-style1.cs-type5 .slick-arrow.cs-right_arrow {
  right: -90px;
  border-radius: 0 6px 6px 0;
}

.cs-slider_arrows.cs-style1.cs-type6 {
  position: absolute;
  left: 50%;
  right: initial;
  bottom: 65px;
}

.cs-slider_arrows.cs-style1.cs-type6 .slick-arrow {
  height: 50px;
  width: 70px;
}

.cs-slider_arrows.cs-style2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.cs-slider_arrows.cs-style2 .cs-slider_arrows_in {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  z-index: 1;
  margin-top: -125px;
}

.cs-slider_arrows.cs-style2 .slick-arrow {
  font-size: 20px;
  width: 60px;
  height: 50px;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.cs-slider_arrows.cs-style2 .slick-arrow.cs-left_arrow {
  border-radius: 7px 0 0 7px;
  margin-right: 8px;
}

.cs-slider_arrows.cs-style2 .slick-arrow.cs-right_arrow {
  border-radius: 0 7px 7px 0;
}

.cs-slider_arrows.cs-style2.cs-type1, .cs-slider_arrows.cs-style2.cs-type2 {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-shadow: 0px 10px 60px 0px rgba(33, 28, 26, 0.1);
          box-shadow: 0px 10px 60px 0px rgba(33, 28, 26, 0.1);
  padding: 10px;
  border-radius: 10px 0 10px 10px;
  z-index: 2;
  display: inline-block;
}

.cs-slider_arrows.cs-style2.cs-type1 .cs-slider_arrows_in, .cs-slider_arrows.cs-style2.cs-type2 .cs-slider_arrows_in {
  margin-top: 0;
}

.cs-slider_arrows.cs-style2.cs-type1 {
  position: absolute;
  right: 0;
  bottom: -35px;
}

.cs-slider_arrows.cs-style3 .slick-arrow {
  height: 60px;
  width: 60px;
  border-radius: 50%;
  font-size: 24px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  cursor: pointer;
  background-color: #fff;
}

.cs-slider_arrows.cs-style3 .cs-slider_arrow_in {
  height: 100%;
  width: 100%;
  border-radius: inherit;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.cs-slider_arrows.cs-style3 .cs-left_arrow {
  left: -15%;
}

.cs-slider_arrows.cs-style3 .cs-right_arrow {
  right: -15%;
}

.slick-dotted {
  cursor: url(../img/drag.png) 16 9, ew-resize !important;
}

.cs-hidden {
  display: none !important;
}

.cs-gap-30 .slick-slide {
  padding-left: 15px;
  padding-right: 15px;
}

.cs-gap-30 .slick-list {
  margin-left: -15px;
  margin-right: -15px;
}

.cs-gap-40 .slick-slide {
  padding-left: 20px;
  padding-right: 20px;
}

.cs-gap-40 .slick-list {
  margin-left: -20px;
  margin-right: -20px;
}

.cs-gap-50 .slick-slide {
  padding-left: 25px;
  padding-right: 25px;
}

.cs-gap-50 .slick-list {
  margin-left: -25px;
  margin-right: -25px;
}

.cs-slider_for .cs-hero.cs-style9 {
  padding-right: 18%;
}

.cs-slider_nav {
  position: absolute;
  top: 50%;
  right: 0;
  width: 110px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.cs-slider_nav .cs-slider_mini_thumb {
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
  height: 85px;
  padding: 5px;
  background-color: #fff;
  margin: auto;
  border-radius: 5px;
  border-width: 1px;
  border-style: solid;
  border-color: transparent;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-box-shadow: 0px 1px 2px 0px rgba(2, 0, 138, 0.15);
          box-shadow: 0px 1px 2px 0px rgba(2, 0, 138, 0.15);
}

.cs-slider_nav .cs-slider_mini_thumb img {
  max-height: 100%;
}

.cs-slider_nav .slick-slide {
  padding: 7px;
  cursor: pointer;
}

.cs-slider_nav .slick-current .cs-slider_mini_thumb {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.cs-slider_nav_1 {
  margin-left: -8px;
  margin-right: -8px;
  margin-top: 17px;
}

.cs-slider_nav_1 .cs-slider_mini_thumb {
  height: 130px;
  border-radius: 15px;
  -webkit-box-shadow: 0px 1px 2px 0px rgba(47, 49, 32, 0.1);
          box-shadow: 0px 1px 2px 0px rgba(47, 49, 32, 0.1);
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-width: 1px;
  border-style: solid;
  border-color: transparent;
  padding: 5px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.cs-slider_nav_1 .cs-slider_mini_thumb img {
  max-height: 100%;
}

.cs-slider_nav_1 .slick-slide {
  padding: 8px;
  cursor: pointer;
}

.cs-slider_for_1 {
  -webkit-box-shadow: 0px 1px 2px 0px rgba(47, 49, 32, 0.1);
          box-shadow: 0px 1px 2px 0px rgba(47, 49, 32, 0.1);
  border-radius: 30px;
  overflow: hidden;
}

.cs-slider_nav_1 .slick-current .cs-slider_mini_thumb {
  background-color: #fff;
}

.slick-slide .cs-single_product_img {
  opacity: 0;
  -webkit-transform: rotate(-10deg);
          transform: rotate(-10deg);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.slick-slide.slick-active .cs-single_product_img {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  opacity: 1;
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
}

@media screen and (max-width: 1600px) {
  .cs-slider_arrows.cs-style3 .cs-left_arrow {
    left: -8%;
  }
  .cs-slider_arrows.cs-style3 .cs-right_arrow {
    right: -8%;
  }
}

@media screen and (max-width: 1400px) {
  .cs-slider_arrows.cs-style3 .cs-left_arrow {
    left: -30px;
  }
  .cs-slider_arrows.cs-style3 .cs-right_arrow {
    right: -30px;
  }
}

@media screen and (max-width: 1255px) {
  .cs-slider_arrows.cs-style3 .cs-left_arrow {
    left: 20px;
  }
  .cs-slider_arrows.cs-style3 .cs-right_arrow {
    right: 20px;
  }
}

@media screen and (max-width: 1199px) {
  .cs-gap-50 .slick-slide {
    padding-left: 15px;
    padding-right: 15px;
  }
  .cs-gap-50 .slick-list {
    margin-left: -15px;
    margin-right: -15px;
  }
}

@media screen and (min-width: 992px) {
  .cs-hidden_desktop {
    display: none !important;
  }
}

@media screen and (max-width: 991px) {
  .cs-hidden_mobile {
    display: none !important;
  }
  .cs-pagination.cs-style1 {
    margin-top: 40px;
  }
  .cs-pagination.cs-style1 li.slick-active {
    width: 30px;
  }
  .cs-slider_nav {
    position: initial;
    width: 100%;
    -webkit-transform: initial;
            transform: initial;
    padding-bottom: 80px;
  }
  .cs-slider_arrows.cs-style1.cs-type6 {
    position: relative;
    bottom: initial;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    margin-top: 40px;
  }
  .cs-slider_arrows.cs-style1.cs-type4 {
    margin-left: 0;
    right: initial;
    position: relative;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    bottom: 0;
    margin-top: 30px;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .cs-gap-40 .slick-slide,
  .cs-gap-50 .slick-slide {
    padding-left: 15px;
    padding-right: 15px;
  }
  .cs-gap-40 .slick-list,
  .cs-gap-50 .slick-list {
    margin-left: -15px;
    margin-right: -15px;
  }
}

@media screen and (max-width: 575px) {
  .cs-slider_arrows.cs-style1 .slick-arrow {
    height: 45px;
    width: 45px;
  }
  .cs-slider_arrows.cs-style1 {
    bottom: -20px;
    right: 30px;
  }
  .cs-slider_arrows.cs-style1.cs-type1 {
    width: 90px;
  }
  .cs-slider_arrows.cs-style2.cs-type1,
  .cs-slider_arrows.cs-style2.cs-type2 {
    padding: 8px;
  }
  .cs-slider_arrows.cs-style2 .slick-arrow {
    font-size: 18px;
    width: 50px;
    height: 40px;
  }
  .cs-slider_arrows.cs-style1.cs-type6 .slick-arrow {
    height: 45px;
    width: 50px;
  }
  .cs-slider_nav_1 .cs-slider_mini_thumb {
    height: 90px;
    border-radius: 7px;
  }
  .cs-slider_nav_1 .slick-slide {
    padding: 3px;
  }
  .cs-slider_nav_1 {
    margin-left: -3px;
    margin-right: -3px;
    margin-top: 10px;
  }
}

@media screen and (max-width: 370px) {
  .cs-slider_nav .cs-slider_mini_thumb,
  .cs-slider_nav_1 .cs-slider_mini_thumb {
    height: 60px;
  }
}




.testimonial-bg{
  font-family: 'Raleway', sans-serif;
   /* padding: 35px 70px; */
   text-align: center;
   position: relative;
}

.testimonial{
   padding: 0 15px;
}
.testimonial .description{
   font-size: 20px;
   font-weight:400;
   font-style: italic;
   color: #848484;
   line-height: 30px;
   padding-bottom: 25px;
   margin-bottom: 15px;
   position: relative;
}
.testimonial .description:before{
   content: "";
   width: 75%;
   border-top: 1px solid #ee0979;
   margin: 0 auto;
   position: absolute;
   bottom: 0;
   left: 0;
   right: 0;
}
.testimonial .description:after{
   content: "";
   width: 20px;
   height: 20px;
   background: #fff;
   position: absolute;
   bottom: -10px;
   left: 50%;
   border-bottom: 1px solid #ee0979;
   border-right: 1px solid #ee0979;
   transform: translateX(-50%) rotate(45deg);
}
.testimonial .pic{
   width: 100px;
   height: 100px;
   border-radius: 50%;
   margin: 25px auto;
   overflow: hidden;
}
.testimonial .pic img{
   width: 100%;
   height: auto;
}
.testimonial .title{
 font-family: 'Raleway', sans-serif;
   display: inline-block;
   font-size: 24px;
   font-weight: 700;
   color: #ee0979;
   text-transform: capitalize;
   margin: 0;
}
.testimonial .post{
 font-family: 'Raleway', sans-serif;
   display: inline-block;
   font-size: 20px;
   color: #848484;
}
.owl-theme .owl-controls{
   margin-top: 10px;
   position: absolute;
   bottom: 0%;
   right: 0;
}
.owl-theme .owl-controls .owl-buttons 
{
  background: #ddd;
  border-radius: 0.5rem;
  padding: 0.5rem;
}
.owl-theme .owl-controls .owl-buttons div{
  width: 50px;
  height: 50px;
  line-height: 50px;
  background: var(--primary-color);
  opacity: 1;
  padding: 0;
  display: inline-block;
  margin: 0 10px;
  border-radius: 0.5rem;
}
.owl-prev:before,
.owl-next:before{
   content: "\f104";
   font-family: "fontawesome";
   font-size: 23px;
   font-weight: 700;
   color: #fff;
}
.owl-next:before{
   content:"\f105";
}
@media only screen and (max-width:767px){
   .testimonial-bg{ padding: 50px 40px; }
   .owl-theme .owl-controls{ bottom: -22%; }
}
@media only screen and (max-width:480px){
   .testimonial-bg:before{
       width: 55px;
       height: 55px;
       line-height: 55px;
       font-size: 40px;
   }
   .testimonial-bg{ padding: 30px 10px; }
   .owl-theme .owl-controls{ bottom: -15%; }
}
@media only screen and (max-width:360px){
   .testimonial .title,
   .testimonial .post{
       font-size: 16px;
   }
   .owl-theme .owl-controls{ bottom: -12%; }
}
.single-brand-logo img 
{
  width: 100%;
}



#exampleModal2 .modal-dialog 
{
  margin: 8% auto;
  max-width: 500px;
  width: 500px;
}

#exampleModal2 .modal-dialog .contact-form .contact-title h2 
{
  font-size: 28px;
  font-weight: bold;
  text-align: center;
  margin: 0;
}
#exampleModal2 .modal-dialog .contact-form .contact-title
{
  text-align: center;
}
#exampleModal2 .modal-dialog .contact-form form button
{
  margin: 0;
  width: 100%;
  background: var(--primary-color) !important;
  color: #fff;
}




.checkout-account input {
  border: 1px solid #9fa0a2;
  display: inline-block;
  float: left;
  height: 20px;
  width: 20px;
  margin: 0px !important;
}
.checkout-account span
{
  margin-left: 10px;
}
.checkout-account
{
  line-height: 30px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 10px;
}
.billing-select select {
  -moz-appearance: none;
  -webkit-appearance: none;
  border: 1px solid #e6e6e6;
  color: #333;
  font-size: 13px;
  height: 45px;
  padding: 2px 20px;
  background: rgba(0, 0, 0, 0) url(../img/icon-img/select-2.png) no-repeat scroll right 18px center;
  cursor: pointer;
}

.cs-testimonial_avatar
{
  position: relative;
}
.cs-slide .head_name
{
  left: 0;
  position: absolute;
  bottom: 0;
  line-height: 26px;
  color: #444;
  font-weight: bold;
  font-size: 16px;
  margin: 0;
}



.tutor-instructor-info-card {
  border: 1px solid #cdcfd5;
  border-radius: 6px;
}
.tutor-mb-16 {
  margin-bottom: 16px;
}.tutor-py-24 {
  padding-top: 24px;
  padding-bottom: 24px;
}
.tutor-px-32 {
  padding-right: 32px;
  padding-left: 32px;
}
.tutor-align-items-start {
  align-items: flex-start !important;
}.tutor-d-sm-flex {
  display: flex !important;
}
.tutor-instructor-info-card .tutor-ins-avatar img {
  width: 50px;
  height: 50px;
  border-radius: 50%;
}
.tutor-wrap img {
  max-width: 100%;
  height: auto;
}
.tutor-mr-sm-16 {
  margin-right: 16px;
}
.tutor-flex-shrink-0 {
  flex-shrink: 0 !important;
}
.tutor-instructor-info-card-footer {
  border-top: 1px solid #cdcfd5;
}
.tutor-ratings .tutor-rating-stars {
  color: var(--tutor-warning);
}
.tutor-ratings .tutor-rating-stars span, .tutor-ratings .tutor-rating-stars i {
  font-size: 18px;
  color: var(--tutor-warning);
}
.tutor-ratings .tutor-rating-text {
  font-size: 16px;
  font-weight: 500;
  padding-left: 10px;
  line-height: 1 !important;
  margin-top: 2px;
}
.tutor-d-flex {
  display: flex !important;
}
.tutor-instructor-info-card .tutor-ins-meta-item:not(:last-child) {
  margin-right: 16px;
}
.tutor-color-design-dark {
  color: #1a1b1e;
}
.flex-center {
  display: flex;
  justify-content: center;
  align-items: center;
}
.tutor-icon-30 {
  font-size: 30px;
}
.tutor-color-design-dark {
  color: #1a1b1e;
}
.tutor-d-sm-flex {
  display: flex !important;
  justify-content: space-between;
  align-items: center;
}
.tutor-ratings.tutor-is- {
  display: flex;
  text-align: center;
  align-items: center;
  justify-content: space-between;
}
span.tutor-fs-7.tutor-color-black-60 {
  padding: 0 5px;
}
.tutor-py-16 {
  padding-top: 16px;
  padding-bottom: 16px;
}
span.tutor-fs-6.tutor-fw-bold.tutor-color-black.tutor-mr-4 {
  padding-left: 10px;
}

.single-courses .tutor-course-sidebar-card {
  margin-top: 55px;
}
.tutor-course-sidebar-card {
  border: 1px solid #cdcfd5;
  border-radius: 6px;
  position: relative;
}
.tutor-p-32 {
  padding: 32px;
}
.tutor-align-items-end {
  align-items: flex-end !important;
}
.tutor-justify-content-between {
  justify-content: space-between !important;
}
.tutor-d-flex {
  display: flex !important;
}
span.tutor-fs-4.tutor-fw-bold.tutor-color-black {
  color: var(--primary-color);
  font-weight: bold;
  font-size: 30px;
}
.add-to-cart
{
  padding: 20px 0;
}
.add-to-cart .default-btn
{
  width: 100%;
}
.tutor-course-sidebar-card-footer {
  border-top: 1px solid #cdcfd5;
}
.tutor-p-32 {
  padding: 32px;
}
span.tutor-fs-7.tutor-color-muted.tutor-ml-8 {
  padding: 0 10px;
  line-height: 2;
}
.tutor-accordion-item-body-content {
  padding: 0 15px;
  border-top: 1px solid #cdcfd5;
}
.tutor-courses-lession-list {
  list-style: none;
  margin: 0 -15px;
  padding: 0;
}
.tutor-courses-lession-list li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px;
}
.tutor-courses-lession-list li>div, .tutor-courses-lession-list li>.tutor-courses-lession-list-single-item {
  display: flex;
  align-items: center;
}
.single-courses #content .tutor-accordion-item-body h5 {
  margin-bottom: 0;
}
.tutor-courses-lession-list-single-item i {
  padding: 0 5px;
}
span.tutor-fs-7.tutor-color-muted {
  padding-right: 5px;
}
.tutor-courses-lession-list li:not(:first-child) {
  border-top: 1px solid #cdcfd5;
}



.course-slider-active.nav-style-1.owl-carousel.owl-loaded.owl-drag 
{
  background: var(--primary-color);
  background-size: cover;
  width: 100%;
  padding: 30px;
  height: 100%;
  border-radius: 30px;
}
.course-slider-active .single-course .course-slider-img img 
{
  border-radius: 12px;
}
.course-slider-active .single-course:hover img
{
  transform: none;
}
/*.course-slider-active .owl-prev:before, .course-slider-active .owl-next:before*/
/*{*/
/*  display: none;*/
/*}*/
.course-slider-active .single-course .course-slider-btn .box-btn {
  border: 1px solid transparent;
  padding: 20px 30px;
}
.box-btn {
  padding: 18px 30px;
  font-weight: 500;
  text-align: center;
  text-transform: capitalize;
  margin-right: 20px;
  margin-top: 20px;
  -webkit-transition: .3s;
  transition: .3s;
  border-radius: 100px;
  overflow: hidden;
  background: #fff;
  color: #1d42d9;
  position: relative;
}
.course-slider-active .single-course .course-slider-btn .border-btn {
  padding: 18px 30px;
}
.border-btn {
  padding: 18px 30px;
  font-weight: 500;
  text-align: center;
  overflow: hidden;
  text-transform: capitalize;
  margin-right: 20px;
  margin-top: 20px;
  -webkit-transition: .3s;
  transition: .3s;
  border-radius: 100px;
  border: 1px solid #fff;
  color: #fff;
  position: relative;
}
.course-slider-active .single-course .course-slider-content p {
  color: #fff;
  margin: 20px auto;
  color: var(--white);
  padding-bottom: 2rem;
  font-size: 16px;
  line-height: 26px;
}
.course-slider-active .single-course .course-slider-content h2 {
  font-size: 30px;
  color: #fff;
  color: var(--white);  
}
.course-slider-active .single-course .course-slider-btn 
{
  margin-bottom: 2rem;
}

.course-slider-active.nav-style-1.owl-carousel > .owl-nav button
{
  top: 40% !important;
}
.course-slider-active .course-slider-content 
{
  margin-top: 3rem;
}



.auther_name_block {
  padding: 1rem 0;
  text-align: center;
  align-items: center;
}
.auther_name_block h2
{
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  padding: 0;
  margin: 0;
  line-height: 30px;
}
.auther_name_block h3
{
  color: #fff;
  font-size: 14px;
  font-weight: 600;
}
.instruc-sidebar {
  padding: 20px;
  box-shadow: rgb(149 157 165 / 20%) 0px 8px 24px;
  border-radius: 5px;
}
.isntruc-side-thumb img {
  width: 100%;
  border-radius: 5px;
}
.isntruc-side-content p {
  font-size: 17px;
  color: #777c90;
}
.instruc-follower h4
{
  font-weight: 700;
  font-size: 20px;
}
h2.side-instructor-title
{
  font-size: 16px;
  font-weight: 700;
  color: var(--primary-color);
  line-height: 30px;
  margin: 0;
}
.ins-followers, .ins-following {
  margin: 0 25px;
}
.mb-25 {
  margin-bottom: 25px;
}
.ins-followers span, .ins-following span {
  font-size: 18px;
  color: #777c90;
}
.instruc-side-btn .ins-btn {
  display: block;
  padding: 20px 20px;
  font-size: 18px;
  font-weight: 700;
  font-family: "Gordita-500";
  background: var(--primary-color);
  color: var(--white);
  border-radius: 10px;
}
.instruc-follower
{
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  text-align: center;
}
section#team1, section#team2, section#team3, section#team4, section#team5,section#team6
{
  padding: 2rem;
  box-shadow: rgb(149 157 165 / 20%) 0px 8px 24px;
  border-radius: 5px;
  margin-bottom: 2rem;
}
.instructor-main-content ul li{
  list-style-type: disc;
}
.instruc-biography .section-title h2 {
  font-size: 25px;
  font-weight: bold;
  margin: 0 0 20px;
  line-height: 38px;
  text-align: left;
}


.mark, mark 
{
    background-color: transparent !important;
}
#courses, #parallax, .page_header, #counter {
  background-size: cover;
  width: 100%;
  background-attachment: fixed;
  background-position: center center;
}

.padding-top {
    padding-top: 90px;
}
.page_header2 .page-content .page_nav a{
	display:inline-block;
	margin:0 10px;
	color:#0b0b0b;
}


/*custom css*/
.main-menu nav ul li a {
    font-size: 15px !important;
    color: #333;
    text-transform: uppercase;
    display: inline-block;
    line-height: 40px;
}

.header-contact {
    padding-top: 0 !important;
}
.cta-section
{
    background: #000b83 !important;
    border-radius: 10px !important;
}
.cta-buttons {
    display: flex;
    justify-content: space-between;
    font-size: 14px;
}
.light-btn, .dark-btn {
    padding: 10px 25px;
    border-radius: 10px;
}
.light-btn {
    background: #fff;
    border: 1px solid #c53131;
    color: #c53131;
}
.light-btn:hover {
    background: #c53131;
    border: 1px solid #c53131;
    color: #fff;
}
.dark-btn {
    background: #c53131;
    border: 1px solid #c53131;
    color: #fff;
}
.dark-btn:hover {
    background: #fff;
    border: 1px solid #c53131;
    color: #c53131;
}
