/**
 * -----------------------------------------------------------------------------------
 * 
 *     CSS INDEX
 *     ===================
 * 
 * 	01. Theme default CSS
 *     02. header
 *     03. slider
 *     04. about
 *     05. services
 *     06. portfolio
 *     07. team
 *     08. contact
 *     09. shop
 *     10. testimonial
 *     11. blog
 *     12. hero
 *     13. pricing
 *     14. faq
 *     15. page title
 *     16. counter
 *     17. backtotop
 *     18. preloader
 * 
 * -----------------------------------------------------------------------------------
 *
 * @format
 */
@import url("https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap");

@-webkit-keyframes zoom {
  0% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
  }
  100% {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
  }
}
@keyframes zoom {
  0% {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
  }
  50% {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
  }
  100% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}
@-webkit-keyframes shake {
  0% {
    -webkit-transform: rotate(7deg);
    -ms-transform: rotate(7deg);
    transform: rotate(7deg);
  }
  50% {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(7deg);
    -ms-transform: rotate(7deg);
    transform: rotate(7deg);
  }
}
@keyframes shake {
  0% {
    -webkit-transform: rotate(7deg);
    -ms-transform: rotate(7deg);
    transform: rotate(7deg);
  }
  50% {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(7deg);
    -ms-transform: rotate(7deg);
    transform: rotate(7deg);
  }
}
@-webkit-keyframes down {
  0% {
    -webkit-transform: translateY(5px);
    -ms-transform: translateY(5px);
    transform: translateY(5px);
  }
  50% {
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
  }
  100% {
    -webkit-transform: translateY(5px);
    -ms-transform: translateY(5px);
    transform: translateY(5px);
  }
}
@keyframes down {
  0% {
    -webkit-transform: translateY(5px);
    -ms-transform: translateY(5px);
    transform: translateY(5px);
  }
  50% {
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
  }
  100% {
    -webkit-transform: translateY(5px);
    -ms-transform: translateY(5px);
    transform: translateY(5px);
  }
}
/* reset css start */
html {
  scroll-behavior: smooth;
}

body {
  font-family: "Lato", sans-serif;
  font-size: 16px;
  padding: 0;
  margin: 0;
  position: relative;
  line-height: 26px;
  color: #000;
}

img {
  max-width: 100%;
  height: auto;
  width: 100%;
  border-radius: 5px;
}

ul {
  margin: 0px;
  padding: 0px;
}

button {
  cursor: pointer;
}

*:focus {
  outline: none;
}

button {
  border: none;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

button:focus {
  outline: none;
}

a {
  text-decoration: none;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
a:hover {
  color: inherit;
}

table {
  width: 100%;
}

p,
span {
  color: #000;
  margin-bottom: 0;
}

/* reset css end */
/* global css start */
.nice-select {
  background-color: transparent;
  height: 40px !important;
  line-height: 40px !important;
  min-height: 40px !important;
  padding: 0 30px;
}
.nice-select span {
  color: #000;
}
.nice-select .list {
  box-shadow: 0.975px 7.94px 21px 0px rgba(239, 239, 239, 0.5);
}
.nice-select .list li {
  margin-right: 0 !important;
}
.nice-select .list .option {
  color: #000;
}
.nice-select .list .option.selected,
.nice-select .list .option:hover {
  border: none !important;
}

/* global css end */
.body_wrap {
  overflow: hidden;
  position: relative;
}

.bg_img {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
}

.dark-bg {
  background-color: #010101;
}

.gray-bg {
  background: #f3f3f3;
}

.black-bg {
  background: #000;
}

.white {
  color: #ffffff;
}

.pos-rel {
  position: relative;
}

.pos-sta {
  position: static;
}

.pos-absolute {
  position: absolute;
}

.f-right {
  float: right;
}

.sec_title {
  position: relative;
  z-index: 2;
}
.sec_title .sub_title {
  color: #29327a;
  display: inline-block;
  font-size: 17px;
  /* text-transform: uppercase; */
  margin-bottom: 15px;
  font-weight: 500;
  position: relative;
  padding-left: 60px;
}
.sec_title .sub_title::before {
  position: absolute;
  left: 0;
  top: 13px;
  width: 50px;
  height: 2px;
  background: #000;
  content: "";
}
.sec_title .title {
  color: #000000;
  font-size: 40px;
  line-height: 50px;
  font-weight: 800;
  margin-bottom: 20px;
  letter-spacing: 0.5px;
}
@media (max-width: 1199px) {
  .sec_title .title {
    font-size: 40px;
    line-height: 56px;
  }
}
@media (max-width: 767px) {
  .sec_title .title {
    font-size: 30px;
    line-height: 41px;
  }
}
.sec_title p {
  /* margin-bottom: 30px; */
  font-size: 16px;
  line-height: 29px;
  color: #929292;
  font-weight: 400;
  letter-spacing: 0.3px;
}

.sec_title p:not(:last-child) {
  margin-bottom: 20px;
}
.sec_title .about-content {
  margin-bottom: 30px;
}

.sec_title .about-content p {
  margin-bottom: 8px;
  font-size: 16px;
  line-height: 29px;
  color: #929292;
  font-weight: 400;
  letter-spacing: 0.3px;
}

.sec_title .about-content i {
  color: #11154a;
  margin-right: 7px;
}

.sec_title-white .sub_title::before {
  background-color: #ffffff;
}
.sec_title-white .sub_title,
.sec_title-white .title,
.sec_title-white p {
  color: #ffffff;
}
.sec_title-white p.gray {
  color: #bfbfbf;
}
.sec_title-white p.gray span {
  color: #ffffff;
  text-decoration: underline;
}

.border_effect a {
  /* display: inline !important; */
  /* width: 100%; */
  /* background-repeat: no-repeat; */
  /* background-position-y: 0px; */
  /* background-image: linear-gradient(
    transparent calc(100% - 2px),
    currentColor 1px
  ); */
  /* transition: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1); */
  /* background-size: 0 100%; */
  /* -webkit-backface-visibility: hidden; */
  /* backface-visibility: hidden; */
}
.border_effect a:hover {
  background-size: 100% 100%;
  color: inherit;
}

.custom-width {
  max-width: 1600px;
}

@media only screen and (min-width: 1200px) and (max-width: 1500px) {
  .custom-width {
    max-width: 1600px;
  }
}

/* play btn animation */
.video_icon {
  position: absolute;
  background: #ffffff;
  color: #0e1244;
  height: 85px;
  width: 85px;
  top: 50%;
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
  font-size: 25px;
  line-height: 85px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}
@media (max-width: 767px) {
  .video_icon {
    width: 70px;
    height: 70px;
    line-height: 70px;
    font-size: 20px;
  }
}

.video_icon:hover {
  color: #000000;
}

.video_icon::before,
.video_icon::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  border-radius: 50%;
  background-color: #ffffff;
  opacity: 0.15;
  z-index: -10;
}

.video_icon::before {
  z-index: -10;
  -webkit-animation: inner-ripple 2000ms linear infinite;
  -moz-animation: inner-ripple 2000ms linear infinite;
  animation: inner-ripple 2000ms linear infinite;
}

.video_icon::after {
  z-index: -10;
  -webkit-animation: outer-ripple 2000ms linear infinite;
  -moz-animation: outer-ripple 2000ms linear infinite;
  animation: outer-ripple 2000ms linear infinite;
}

/* animation */
@keyframes outer-ripple {
  0% {
    transform: scale(1);
    filter: alpha(opacity=50);
    opacity: 0.5;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    -webkit-filter: alpha(opacity=50);
  }
  80% {
    transform: scale(1.5);
    filter: alpha(opacity=0);
    opacity: 0;
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -ms-transform: scale(1.5);
    -o-transform: scale(1.5);
  }
  100% {
    transform: scale(2.5);
    filter: alpha(opacity=0);
    opacity: 0;
    -webkit-transform: scale(2.5);
    -moz-transform: scale(2.5);
    -ms-transform: scale(2.5);
    -o-transform: scale(2.5);
  }
}
@-webkit-keyframes outer-ripple {
  0% {
    transform: scale(1);
    filter: alpha(opacity=50);
    opacity: 0.5;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
  }
  80% {
    transform: scale(2.5);
    filter: alpha(opacity=0);
    opacity: 0;
    -webkit-transform: scale(2.5);
    -moz-transform: scale(2.5);
    -ms-transform: scale(2.5);
    -o-transform: scale(2.5);
  }
  100% {
    transform: scale(3.5);
    filter: alpha(opacity=0);
    opacity: 0;
    -webkit-transform: scale(3.5);
    -moz-transform: scale(3.5);
    -ms-transform: scale(3.5);
    -o-transform: scale(3.5);
  }
}
@-moz-keyframes outer-ripple {
  0% {
    transform: scale(1);
    filter: alpha(opacity=50);
    opacity: 0.5;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
  }
  80% {
    transform: scale(2.5);
    filter: alpha(opacity=0);
    opacity: 0;
    -webkit-transform: scale(2.5);
    -moz-transform: scale(2.5);
    -ms-transform: scale(2.5);
    -o-transform: scale(2.5);
  }
  100% {
    transform: scale(3.5);
    filter: alpha(opacity=0);
    opacity: 0;
    -webkit-transform: scale(3.5);
    -moz-transform: scale(3.5);
    -ms-transform: scale(3.5);
    -o-transform: scale(3.5);
  }
}
/* order & unorder list reset - start */
.ul_li,
.ul_li_right,
.ul_li_center {
  margin: 0px;
  padding: 0px;
  justify-content: flex-start;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.ul_li > li,
.ul_li_right > li,
.ul_li_center > li {
  float: left;
  list-style: none;
  display: inline-block;
}

.ul_li {
  justify-content: flex-start;
}

.ul_li_right {
  justify-content: flex-end;
}

.ul_li_block {
  margin: 0px;
  padding: 0px;
  display: block;
}

.ul_li_block > li {
  display: block;
  list-style: none;
}

.sec__shape--1,
.sec__shape--2 {
  position: absolute;
  z-index: -1;
}
@media only screen and (min-width: 1200px) and (max-width: 1500px) {
  .sec__shape--1,
  .sec__shape--2 {
    max-width: 200px;
  }
}
@media (max-width: 1199px) {
  .sec__shape--1,
  .sec__shape--2 {
    display: none;
  }
}
.sec__shape--1 {
  left: 0;
  bottom: 0;
}
.sec__shape--2 {
  top: 0;
  right: 0;
}

.border__video a {
  color: #ffffff;
}
.border__video a small {
  font-size: 14px;
  font-weight: 500;
}
.border__video a span {
  color: #ffffff;
  width: 70px;
  height: 70px;
  text-align: center;
  margin-left: 120px;
  line-height: 70px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border: 1px solid #2a313a;
  display: inline-block;
  position: relative;
}
.border__video a span::before {
  position: absolute;
  top: 50%;
  left: -100px;
  width: 100px;
  height: 1px;
  background: #2a313a;
  content: "";
}
.border__video--2 a span {
  margin-left: 90px;
}
.border__video--2 a span::before {
  left: -70px;
  width: 70px;
}
@media (max-width: 1199px) {
  .border__video--2 a span {
    margin-left: 40px;
  }
  .border__video--2 a span::before {
    left: -35px;
    width: 35px;
  }
}

.pagination_wrap ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: -5px;
  list-style: none;
}
.pagination_wrap ul li {
  padding: 5px;
}
.pagination_wrap ul li a {
  height: 50px;
  width: 50px;
  line-height: 48px;
  font-size: 14px;
  color: #221f18;
  border: 1px solid #f3f3f3;
  text-align: center;
  display: inline-block;
  -webkit-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.pagination_wrap ul li a:hover,
.pagination_wrap ul li a.current_page {
  background-color: #f1a32e;
  color: #ffffff;
  border-color: #f1a32e;
}

/*--
    - Margin & Padding
-----------------------------------------*/
/*-- Margin Top --*/
.mt-none-5 {
  margin-top: -5px;
}

.mt-none-10 {
  margin-top: -10px;
}

.mt-none-15 {
  margin-top: -15px;
}

.mt-none-20 {
  margin-top: -20px;
}

.mt-none-25 {
  margin-top: -25px;
}

.mt-none-30 {
  margin-top: -30px;
}

.mt-none-35 {
  margin-top: -35px;
}

.mt-none-40 {
  margin-top: -40px;
}

.mt-none-45 {
  margin-top: -45px;
}

.mt-none-50 {
  margin-top: -50px;
}

.mt-none-55 {
  margin-top: -55px;
}

.mt-none-60 {
  margin-top: -60px;
}

.mt-none-65 {
  margin-top: -65px;
}

.mt-none-70 {
  margin-top: -70px;
}

.mt-none-75 {
  margin-top: -75px;
}

.mt-none-80 {
  margin-top: -80px;
}

.mt-none-85 {
  margin-top: -85px;
}

.mt-none-90 {
  margin-top: -90px;
}

.mt-none-95 {
  margin-top: -95px;
}

.mt-none-100 {
  margin-top: -100px;
}

/*-- Margin Top --*/
.mt-5 {
  margin-top: 5px;
}

.mt-10 {
  margin-top: 10px;
}

.mt-15 {
  margin-top: 15px;
}

.mt-20 {
  margin-top: 20px;
}

.mt-25 {
  margin-top: 25px;
}

.mt-30 {
  margin-top: 30px;
}

.mt-35 {
  /* margin-top: 35px; */
}

.mt-40 {
  margin-top: 40px;
}

.mt-45 {
  margin-top: 45px;
}

.mt-50 {
  margin-top: 50px;
}

.mt-55 {
  margin-top: 55px;
}

.mt-60 {
  margin-top: 60px;
}

.mt-65 {
  margin-top: 65px;
}

.mt-70 {
  margin-top: 70px;
}

.mt-75 {
  margin-top: 75px;
}

.mt-80 {
  margin-top: 80px;
}

.mt-85 {
  margin-top: 85px;
}

.mt-90 {
  margin-top: 90px;
}

.mt-95 {
  margin-top: 95px;
}

.mt-100 {
  margin-top: 100px;
}

.mt-105 {
  margin-top: 105px;
}

.mt-110 {
  margin-top: 110px;
}

.mt-115 {
  margin-top: 115px;
}

.mt-120 {
  margin-top: 120px;
}

.mt-125 {
  margin-top: 125px;
}

.mt-130 {
  margin-top: 130px;
}

.mt-135 {
  margin-top: 135px;
}

.mt-140 {
  margin-top: 140px;
}

.mt-145 {
  margin-top: 145px;
}

.mt-150 {
  margin-top: 150px;
}

.mt-155 {
  margin-top: 155px;
}

.mt-160 {
  margin-top: 160px;
}

.mt-165 {
  margin-top: 165px;
}

.mt-170 {
  margin-top: 170px;
}

.mt-175 {
  margin-top: 175px;
}

.mt-180 {
  margin-top: 180px;
}

.mt-185 {
  margin-top: 185px;
}

.mt-190 {
  margin-top: 190px;
}

.mt-195 {
  margin-top: 195px;
}

.mt-200 {
  margin-top: 200px;
}

/*-- Margin Bottom --*/
.mb-5 {
  margin-bottom: 5px;
}

.mb-10 {
  margin-bottom: 10px;
}

.mb-15 {
  margin-bottom: 15px;
}

.mb-20 {
  margin-bottom: 20px;
}

.mb-25 {
  margin-bottom: 25px;
}

.mb-30 {
  margin-bottom: 30px;
}

.mb-35 {
  margin-bottom: 35px;
}

.mb-40 {
  margin-bottom: 40px;
}

.mb-45 {
  margin-bottom: 45px;
}

.mb-50 {
  margin-bottom: 50px;
}

.mb-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;
}

.mb-85 {
  margin-bottom: 85px;
}

.mb-90 {
  margin-bottom: 90px;
}

.mb-95 {
  margin-bottom: 95px;
}

.mb-100 {
  margin-bottom: 100px;
}

.mb-105 {
  margin-bottom: 105px;
}

.mb-110 {
  margin-bottom: 110px;
}

.mb-115 {
  margin-bottom: 115px;
}

.mb-120 {
  margin-bottom: 120px;
}

.mb-125 {
  margin-bottom: 125px;
}

.mb-130 {
  margin-bottom: 130px;
}

.mb-135 {
  margin-bottom: 135px;
}

.mb-140 {
  margin-bottom: 140px;
}

.mb-145 {
  margin-bottom: 145px;
}

.mb-150 {
  margin-bottom: 150px;
}

.mb-155 {
  margin-bottom: 155px;
}

.mb-160 {
  margin-bottom: 160px;
}

.mb-165 {
  margin-bottom: 165px;
}

.mb-170 {
  margin-bottom: 170px;
}

.mb-175 {
  margin-bottom: 175px;
}

.mb-180 {
  margin-bottom: 180px;
}

.mb-185 {
  margin-bottom: 185px;
}

.mb-190 {
  margin-bottom: 190px;
}

.mb-195 {
  margin-bottom: 195px;
}

.mb-200 {
  margin-bottom: 200px;
}

/*-- Margin Left --*/
.ml-5 {
  margin-left: 5px;
}

.ml-10 {
  margin-left: 10px;
}

.ml-15 {
  margin-left: 15px;
}

.ml-20 {
  margin-left: 20px;
}

.ml-25 {
  margin-left: 25px;
}

.ml-30 {
  margin-left: 30px;
}

.ml-35 {
  margin-left: 35px;
}

.ml-40 {
  margin-left: 40px;
}

.ml-45 {
  margin-left: 45px;
}

.ml-50 {
  margin-left: 50px;
}

.ml-55 {
  margin-left: 55px;
}

.ml-60 {
  margin-left: 60px;
}

.ml-65 {
  margin-left: 65px;
}

.ml-70 {
  margin-left: 70px;
}

.ml-75 {
  margin-left: 75px;
}

.ml-80 {
  margin-left: 80px;
}

.ml-85 {
  margin-left: 85px;
}

.ml-90 {
  margin-left: 90px;
}

.ml-95 {
  margin-left: 95px;
}

.ml-100 {
  margin-left: 100px;
}

.ml-105 {
  margin-left: 105px;
}

.ml-110 {
  margin-left: 110px;
}

.ml-115 {
  margin-left: 115px;
}

.ml-120 {
  margin-left: 120px;
}

.ml-125 {
  margin-left: 125px;
}

.ml-130 {
  margin-left: 130px;
}

.ml-135 {
  margin-left: 135px;
}

.ml-140 {
  margin-left: 140px;
}

.ml-145 {
  margin-left: 145px;
}

.ml-150 {
  margin-left: 150px;
}

.ml-155 {
  margin-left: 155px;
}

.ml-160 {
  margin-left: 160px;
}

.ml-165 {
  margin-left: 165px;
}

.ml-170 {
  margin-left: 170px;
}

.ml-175 {
  margin-left: 175px;
}

.ml-180 {
  margin-left: 180px;
}

.ml-185 {
  margin-left: 185px;
}

.ml-190 {
  margin-left: 190px;
}

.ml-195 {
  margin-left: 195px;
}

.ml-200 {
  margin-left: 200px;
}

/*-- Margin Right --*/
.mr-5 {
  margin-right: 5px;
}

.mr-10 {
  margin-right: 10px;
}

.mr-15 {
  margin-right: 15px;
}

.mr-20 {
  margin-right: 20px;
}

.mr-25 {
  margin-right: 25px;
}

.mr-30 {
  margin-right: 30px;
}

.mr-35 {
  margin-right: 35px;
}

.mr-40 {
  margin-right: 40px;
}

.mr-45 {
  margin-right: 45px;
}

.mr-50 {
  margin-right: 50px;
}

.mr-55 {
  margin-right: 55px;
}

.mr-60 {
  margin-right: 60px;
}

.mr-65 {
  margin-right: 65px;
}

.mr-70 {
  margin-right: 70px;
}

.mr-75 {
  margin-right: 75px;
}

.mr-80 {
  margin-right: 80px;
}

.mr-85 {
  margin-right: 85px;
}

.mr-90 {
  margin-right: 90px;
}

.mr-95 {
  margin-right: 95px;
}

.mr-100 {
  margin-right: 100px;
}

.mr-105 {
  margin-right: 105px;
}

.mr-110 {
  margin-right: 110px;
}

.mr-115 {
  margin-right: 115px;
}

.mr-120 {
  margin-right: 120px;
}

.mr-125 {
  margin-right: 125px;
}

.mr-130 {
  margin-right: 130px;
}

.mr-135 {
  margin-right: 135px;
}

.mr-140 {
  margin-right: 140px;
}

.mr-145 {
  margin-right: 145px;
}

.mr-150 {
  margin-right: 150px;
}

.mr-155 {
  margin-right: 155px;
}

.mr-160 {
  margin-right: 160px;
}

.mr-165 {
  margin-right: 165px;
}

.mr-170 {
  margin-right: 170px;
}

.mr-175 {
  margin-right: 175px;
}

.mr-180 {
  margin-right: 180px;
}

.mr-185 {
  margin-right: 185px;
}

.mr-190 {
  margin-right: 190px;
}

.mr-195 {
  margin-right: 195px;
}

.mr-200 {
  margin-right: 200px;
}

/*-- Padding Top --*/
.pt-5 {
  padding-top: 5px;
}

.pt-10 {
  padding-top: 10px;
}

.pt-15 {
  padding-top: 15px;
}

.pt-20 {
  padding-top: 20px;
}

.pt-25 {
  padding-top: 25px;
}

.pt-30 {
  padding-top: 30px;
}

.pt-35 {
  padding-top: 35px;
}

.pt-40 {
  padding-top: 40px;
}

.pt-45 {
  padding-top: 45px;
}

.pt-50 {
  padding-top: 50px;
}

.pt-55 {
  padding-top: 55px;
}

.pt-60 {
  padding-top: 60px;
}

.pt-65 {
  padding-top: 65px;
}

.pt-70 {
  padding-top: 70px;
}

.pt-75 {
  padding-top: 75px;
}

.pt-80 {
  padding-top: 80px;
}

.pt-85 {
  padding-top: 85px;
}

.pt-90 {
  padding-top: 90px;
}

.pt-95 {
  padding-top: 95px;
}

.pt-100 {
  padding-top: 100px;
}

.pt-105 {
  padding-top: 105px;
}

.pt-110 {
  padding-top: 110px;
}

.pt-115 {
  padding-top: 115px;
}

.pt-120 {
  padding-top: 120px;
}

.pt-125 {
  padding-top: 125px;
}

.pt-130 {
  padding-top: 130px;
}

.pt-135 {
  padding-top: 135px;
}

.pt-140 {
  padding-top: 140px;
}

.pt-145 {
  padding-top: 145px;
}

.pt-150 {
  padding-top: 150px;
}

.pt-155 {
  padding-top: 155px;
}

.pt-160 {
  padding-top: 160px;
}

.pt-165 {
  padding-top: 165px;
}

.pt-170 {
  padding-top: 170px;
}

.pt-175 {
  padding-top: 175px;
}

.pt-180 {
  padding-top: 180px;
}

.pt-185 {
  padding-top: 185px;
}

.pt-190 {
  padding-top: 190px;
}

.pt-195 {
  padding-top: 195px;
}

.pt-200 {
  padding-top: 200px;
}

/*-- Padding Bottom --*/
.pb-5 {
  padding-bottom: 5px;
}

.pb-10 {
  padding-bottom: 10px;
}

.pb-15 {
  padding-bottom: 15px;
}

.pb-20 {
  padding-bottom: 20px;
}

.pb-25 {
  padding-bottom: 25px;
}

.pb-30 {
  padding-bottom: 30px;
}

.pb-35 {
  padding-bottom: 35px;
}

.pb-40 {
  padding-bottom: 40px;
}

.pb-45 {
  padding-bottom: 45px;
}

.pb-50 {
  padding-bottom: 50px;
}

.pb-55 {
  padding-bottom: 55px;
}

.pb-60 {
  padding-bottom: 60px;
}

.pb-65 {
  padding-bottom: 65px;
}

.pb-70 {
  padding-bottom: 70px;
}

.pb-75 {
  padding-bottom: 75px;
}

.pb-80 {
  padding-bottom: 80px;
}

.pb-85 {
  padding-bottom: 85px;
}

.pb-90 {
  padding-bottom: 90px;
}

.pb-95 {
  padding-bottom: 95px;
}

.pb-100 {
  padding-bottom: 100px;
}

.pb-105 {
  padding-bottom: 105px;
}

.pb-110 {
  padding-bottom: 110px;
}

.pb-115 {
  padding-bottom: 115px;
}

.pb-120 {
  padding-bottom: 120px;
}

.pb-125 {
  padding-bottom: 125px;
}

.pb-130 {
  padding-bottom: 130px;
}

.pb-135 {
  padding-bottom: 135px;
}

.pb-140 {
  padding-bottom: 140px;
}

.pb-145 {
  padding-bottom: 145px;
}

.pb-150 {
  padding-bottom: 150px;
}

.pb-155 {
  padding-bottom: 155px;
}

.pb-160 {
  padding-bottom: 160px;
}

.pb-165 {
  padding-bottom: 165px;
}

.pb-170 {
  padding-bottom: 170px;
}

.pb-175 {
  padding-bottom: 175px;
}

.pb-180 {
  padding-bottom: 180px;
}

.pb-185 {
  padding-bottom: 185px;
}

.pb-190 {
  padding-bottom: 190px;
}

.pb-195 {
  padding-bottom: 195px;
}

.pb-200 {
  padding-bottom: 200px;
}

/*-- Padding Left --*/
.pl-5 {
  padding-left: 5px;
}

.pl-10 {
  padding-left: 10px;
}

.pl-15 {
  padding-left: 15px;
}

.pl-20 {
  padding-left: 20px;
}

.pl-25 {
  padding-left: 25px;
}

.pl-30 {
  padding-left: 30px;
}

.pl-35 {
  padding-left: 35px;
}

.pl-40 {
  padding-left: 40px;
}

.pl-45 {
  padding-left: 45px;
}

.pl-50 {
  padding-left: 50px;
}

.pl-55 {
  padding-left: 55px;
}

.pl-60 {
  padding-left: 60px;
}

.pl-65 {
  padding-left: 65px;
}

.pl-70 {
  padding-left: 70px;
}

.pl-75 {
  padding-left: 75px;
}

.pl-80 {
  padding-left: 80px;
}

.pl-85 {
  padding-left: 85px;
}

.pl-90 {
  padding-left: 90px;
}

.pl-95 {
  padding-left: 95px;
}

.pl-100 {
  padding-left: 100px;
}

.pl-105 {
  padding-left: 105px;
}

.pl-110 {
  padding-left: 110px;
}

.pl-115 {
  padding-left: 115px;
}

.pl-120 {
  padding-left: 120px;
}

.pl-125 {
  padding-left: 125px;
}

.pl-130 {
  padding-left: 130px;
}

.pl-135 {
  padding-left: 135px;
}

.pl-140 {
  padding-left: 140px;
}

.pl-145 {
  padding-left: 145px;
}

.pl-150 {
  padding-left: 150px;
}

.pl-155 {
  padding-left: 155px;
}

.pl-160 {
  padding-left: 160px;
}

.pl-165 {
  padding-left: 165px;
}

.pl-170 {
  padding-left: 170px;
}

.pl-175 {
  padding-left: 175px;
}

.pl-180 {
  padding-left: 180px;
}

.pl-185 {
  padding-left: 185px;
}

.pl-190 {
  padding-left: 190px;
}

.pl-195 {
  padding-left: 195px;
}

.pl-200 {
  padding-left: 200px;
}

/*-- Padding Right --*/
.pr-5 {
  padding-right: 5px;
}

.pr-10 {
  padding-right: 10px;
}

.pr-15 {
  padding-right: 15px;
}

.pr-20 {
  padding-right: 20px;
}

.pr-25 {
  padding-right: 25px;
}

.pr-30 {
  padding-right: 30px;
}

.pr-35 {
  padding-right: 35px;
}

.pr-40 {
  padding-right: 40px;
}

.pr-45 {
  padding-right: 45px;
}

.pr-50 {
  padding-right: 50px;
}

.pr-55 {
  padding-right: 55px;
}

.pr-60 {
  padding-right: 60px;
}

.pr-65 {
  padding-right: 65px;
}

.pr-70 {
  padding-right: 70px;
}

.pr-75 {
  padding-right: 75px;
}

.pr-80 {
  padding-right: 80px;
}

.pr-85 {
  padding-right: 85px;
}

.pr-90 {
  padding-right: 90px;
}

.pr-95 {
  padding-right: 95px;
}

.pr-100 {
  padding-right: 100px;
}

.pr-105 {
  padding-right: 105px;
}

.pr-110 {
  padding-right: 110px;
}

.pr-115 {
  padding-right: 115px;
}

.pr-120 {
  padding-right: 120px;
}

.pr-125 {
  padding-right: 125px;
}

.pr-130 {
  padding-right: 130px;
}

.pr-135 {
  padding-right: 135px;
}

.pr-140 {
  padding-right: 140px;
}

.pr-145 {
  padding-right: 145px;
}

.pr-150 {
  padding-right: 150px;
}

.pr-155 {
  padding-right: 155px;
}

.pr-160 {
  padding-right: 160px;
}

.pr-165 {
  padding-right: 165px;
}

.pr-170 {
  padding-right: 170px;
}

.pr-175 {
  padding-right: 175px;
}

.pr-180 {
  padding-right: 180px;
}

.pr-185 {
  padding-right: 185px;
}

.pr-190 {
  padding-right: 190px;
}

.pr-195 {
  padding-right: 195px;
}

.pr-200 {
  padding-right: 200px;
}

/* typography css start */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
  color: #000;
  margin: 0;
  line-height: 1.4;
  font-family: "Lato", sans-serif;
}

h2 {
  font-size: 32px;
}

h3 {
  font-size: 22px;
}

h4 {
  font-size: 20px;
}

h5 {
  font-size: 18px;
}

h6 {
  font-size: 16px;
}

/* typography css end */
/*--
    - Overlay
------------------------------------------*/
[data-overlay] {
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
[data-overlay]::before {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  content: "";
  width: 100%;
  height: 100%;
}

/*-- Overlay Color --*/
[data-overlay="light"]::before {
  background-color: #ffffff;
}

[data-overlay="dark"]::before {
  background-color: #000;
}

/*-- Overlay Opacity --*/
[data-opacity="1"]::before {
  opacity: 0.1;
}

[data-opacity="2"]::before {
  opacity: 0.2;
}

[data-opacity="3"]::before {
  opacity: 0.3;
}

[data-opacity="4"]::before {
  opacity: 0.4;
}

[data-opacity="5"]::before {
  opacity: 0.5;
}

[data-opacity="6"]::before {
  opacity: 0.6;
}

[data-opacity="7"]::before {
  opacity: 0.7;
}

[data-opacity="8"]::before {
  opacity: 0.8;
}

[data-opacity="9"]::before {
  opacity: 0.9;
}
/*----------------------------------------*/
.header_area {
  width: 100%;
  z-index: 9;
  padding: 15px 0;
}
@media (max-width: 1199px) {
  .header_area {
    padding: 10px 0;
  }
}
@media (max-width: 991px) {
  .header_area {
    padding: 5px 0px 0px;
  }
}
.logo {
  max-width: 100%;
  padding: 12px 0px;
}
.logo img {
  width: 100%;
}

.sticky-main-header {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 99;
  padding: 5px 0;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0px 13px 25px -12px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0px 13px 25px -12px rgba(0, 0, 0, 0.1);
}

@media (max-width: 991px) {
  .sticky-header {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 99;
    padding: 5px 0;
    background: rgba(255, 255, 255, 0.9);
    box-shadow: 0px 13px 25px -12px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0px 13px 25px -12px rgba(0, 0, 0, 0.1);
  }

  .sticky-header {
    padding: 0px 0;
  }
  .sticky-main {
    position: relative !important;
  }
}

.header__area--3.sticky-header {
  background-color: #fff;
  border-bottom: 0;
}

/* Navigation css */
.main-menu ul {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0;
}
.main-menu ul li {
  position: relative;
}
.main-menu ul li:not(:last-child) {
  margin-right: 40px;
}
@media only screen and (min-width: 1200px) and (max-width: 1500px) {
  .main-menu ul li:not(:last-child) {
    margin-right: 45px;
  }
}
@media (max-width: 1199px) {
  .main-menu ul li:not(:last-child) {
    margin-right: 35px;
  }
}
.main-menu ul li .sub-menu li {
  margin-right: 0;
}
.main-menu ul li a {
  display: block;
  text-decoration: none;
  font-size: 16px;
  letter-spacing: 0.5px;
  font-weight: 600;
  color: #131414;
  padding: 15px 0;
  position: relative;
  text-transform: capitalize;
  line-height: 26px;
}
.main-menu ul li.menu-item-has-children > a::after {
  content: "\f107";
  font-family: "FontAwesome";
  font-size: 15px;
  transform: translateY(0px);
  display: inline-block;
  padding-left: 7px;
  font-weight: 400;
}
.main-menu ul li:hover > a,
.main-menu ul li.active > a {
  color: #000000;
}
.main-menu ul li:hover > .sub-menu {
  visibility: visible;
  opacity: 1;
  -webkit-transform: scaleY(100%);
  -ms-transform: scaleY(100%);
  transform: scaleY(100%);
}
.main-menu ul li .sub-menu {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: absolute;
  min-width: 250px;
  top: 100%;
  visibility: hidden;
  opacity: 0;
  background: #ffffff;
  padding: 11px 0px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  -webkit-box-shadow: 0 0 10px 3px rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 10px 3px rgba(0, 0, 0, 0.05);
  z-index: 3;
  text-align: left;
  transform-origin: 50% 0;
  -webkit-transform: scaleY(0);
  -ms-transform: scaleY(0);
  transform: scaleY(0);
  border-radius: 5px;
}
.main-menu ul li .sub-menu li a {
  color: #131414;
  padding: 8px 20px;
  font-size: 15px;
}
.main-menu ul li .sub-menu li:hover > a,
.main-menu ul li .sub-menu li.active > a {
  color: #29317c;
  letter-spacing: 0.5px;
}
.main-menu ul li .sub-menu ul {
  left: 100%;
  top: 0px;
}

.menu_area {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}

.hamburger-text p {
  font-size: 13px;
  padding: 0px 0px;
  color: #fff;
}
.menu_area-right {
  background-color: #25317b;
}

@media only screen and (min-width: 1200px) and (max-width: 1500px) {
  .menu_area-right {
    margin-left: 70px;
  }
}

@media (max-width: 767px) {
  .menu_area-right {
    /* margin-left: 0; */
    margin: 0px auto;
    /* padding: 10px 0px; */
  }
}
.menu_area-right .item i {
  font-size: 22px;
  color: #ffffff;
  margin-top: 4px;
}
@media (max-width: 1199px) {
  .menu_area-right .button {
    display: none;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1500px) {
  .header__area--2 .menu_area ul li:not(:last-child),
  .header__area--3 .menu_area ul li:not(:last-child) {
    margin-right: 30px;
  }
}
.header__area--2 .menu_area-right,
.header__area--3 .menu_area-right {
  margin-left: 120px;
}
@media only screen and (min-width: 1200px) and (max-width: 1500px) {
  .header__area--2 .menu_area-right,
  .header__area--3 .menu_area-right {
    margin-left: 30px;
  }
}
@media (max-width: 1199px) {
  .header__area--2 .menu_area-right,
  .header__area--3 .menu_area-right {
    margin-left: 30px;
  }
}
.header__area--3 {
  border-bottom: 2px solid #000;
}
.header__area--3 .menu_area ul li a {
  color: #000;
}
.header__area--3 .menu_area ul li:hover > a,
.header__area--3 .menu_area ul li.active > a {
  color: #f1a32e;
}
.header__area--3 .menu_area-right .item i {
  color: #000;
}

.mean-container .mean-nav ul li a:hover {
  color: #25317b;
}

.main-menu ul li.menu-last ul.sub-menu {
  right: auto;
  left: auto;
}

.main-menu ul li.menu-last ul.sub-menu ul {
  right: auto;
  left: -100%;
}

/* social link */
.social-links a {
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 4px;
  font-size: 13px;
  border: 1px solid #2a313a;
  text-align: center;
  line-height: 47px;
  color: #000;
  text-decoration: none;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}
.social-links a:not(:last-child) {
  margin-right: 10px;
}
.social-links a:hover {
  border-color: #ffffff;
  color: #000;
}

/* search */
.search {
  position: relative;
}
.search__trigger {
  width: 50px;
  text-align: center;
  height: 50px;
}
.search__trigger .open,
.search__trigger .close {
  cursor: pointer;
  line-height: 56px;
  color: #000;
}
.search__trigger .close {
  display: none;
}
.search__form {
  position: absolute;
  visibility: hidden;
  opacity: 0;
  transform: scale(0.9);
  padding: 15px;
  right: 0;
  top: 80px;
  width: 350px;
  z-index: 99;
}
@media (max-width: 767px) {
  .search__form {
    width: 280px;
    right: -38px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .search__form {
    width: 350px;
    right: 0;
  }
}
.search__form form {
  position: relative;
}
.search__form input {
  width: 100%;
  height: 55px;
  border: 0;
  background: #f3f3f3;
  padding: 20px;
}
.search__form button {
  position: absolute;
  right: 0;
  top: 0;
  border: 0;
  background: #1b2026;
  height: 55px;
  width: 55px;
  color: #fff;
  font-size: 18px;
  line-height: 60px;
}
.search__form.active {
  transform: scale(1);
  opacity: 1;
  visibility: visible;
  transition: 0.3s;
  background: #fff;
}

/* social link */
.social-links a {
  align-items: center;
  justify-content: center;
  width: 45px;
  height: 45px;
  border-radius: 4px;
  font-size: 13px;
  background: #0e1244;
  border: 2px solid #ffffff;
  text-align: center;
  line-height: 40px;
  color: #000;
  text-decoration: none;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}
.social-links a:not(:last-child) {
  margin-right: 10px;
}
.social-links a:hover {
  border-color: #ffffff;
  color: #000;
  background-color: #000;
}

/* buttons */
.thm_btn {
  font-size: 16px;
  z-index: 1;
  padding: 15px 35px;
  text-align: center;
  font-weight: 600;
  color: #ffffff;
  background: #11154a;
  display: inline-block;
  line-height: 1.4;
  letter-spacing: 0.5px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  text-transform: capitalize;
  border-radius: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
}
.thm_btn:hover {
  background: #131414;
  color: #fff;
}
.thm_btn:hover > i {
  -webkit-transform: translateX(4px) translateY(1px);
  -ms-transform: translateX(4px) translateY(1px);
  transform: translateX(4px) translateY(1px);
}
.thm_btn i {
  font-size: 16px;
  padding-left: 10px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  -webkit-transform: translateX(0) translateY(1px);
  -ms-transform: translateX(0) translateY(1px);
  transform: translateX(0) translateY(1px);
}
.thm_btn-2 {
  background-color: #212121;
}

.btns a {
  margin-right: 30px;
  margin-top: 20px;
}
.btns a:last-child {
  margin-right: 0;
}

/* search */
.search {
  position: relative;
}
.search__trigger {
  width: 50px;
  text-align: center;
  height: 50px;
}
.search__trigger .open,
.search__trigger .close {
  cursor: pointer;
  line-height: 56px;
  color: #000;
}
.search__trigger .close {
  display: none;
}
.search__form {
  position: absolute;
  visibility: hidden;
  opacity: 0;
  transform: scale(0.9);
  padding: 15px;
  right: 0;
  top: 80px;
  width: 350px;
  z-index: 99;
}
@media (max-width: 767px) {
  .search__form {
    width: 280px;
    right: -38px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .search__form {
    width: 350px;
    right: 0;
  }
}
.search__form form {
  position: relative;
}
.search__form input {
  width: 100%;
  height: 55px;
  border: 0;
  background: #f3f3f3;
  padding: 20px;
}
.search__form button {
  position: absolute;
  right: 0;
  top: 0;
  border: 0;
  background: #1b2026;
  height: 55px;
  width: 55px;
  color: #fff;
  font-size: 18px;
  line-height: 60px;
}
.search__form.active {
  transform: scale(1);
  opacity: 1;
  visibility: visible;
  transition: 0.3s;
  background: #fff;
}
/* side info */
.hamburger-trigger {
  margin-left: 13px;
  cursor: pointer;
  margin-right: 15px;
  margin-top: 0px;
  justify-content: space-between;
  padding: 12px;
}

.side-info {
  padding-left: 20px;
  padding-right: 20px;
}
.side-info__logo {
  max-width: 160px;
}
.side-info .title {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 18px;
}
.side-info .mb-5 {
  margin-bottom: 5px !important;
}
.side-info p {
  font-size: 15x;
  line-height: 28px;
}
.side-info__close {
  top: 0;
  left: 0;
  background: #1f2a74;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  cursor: pointer;
  border-radius: 50%;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.side-info__close p {
  display: block;
  height: 100%;
  width: 100%;
  color: #ffffff;
}
.side-info__close:hover {
  background: #282828;
}
.side-info__wrapper {
  padding: 10px;
  margin-bottom: 10px;
}
.side-info .social-links a {
  width: 35px;
  height: 35px;
  line-height: 33px;
}
.side-info .social-links a:hover {
  color: #f1a32e;
  border-color: #f1a32e;
}

.overlay {
  background-color: rgba(0, 0, 0, 0.7);
  height: 100%;
  width: 100%;
  position: fixed;
  top: 0;
  z-index: 99;
  left: 0;
  opacity: 0;
  backdrop-filter: blur(10px);
  visibility: hidden;
  -webkit-transition: all 600ms ease;
  -o-transition: all 600ms ease;
  transition: all 600ms ease;
}

.overlay.active {
  opacity: 0.5;
  visibility: visible;
}

.side-info-wrapper,
.cart-bar-wrapper {
  position: fixed;
  overflow-y: auto;
  top: 0;
  right: -330px;
  width: 300px;
  height: 100%;
  display: block;
  background-color: #ffffff;
  z-index: 100;
  box-shadow: -5px 0 20px -5px rgba(0, 0, 0, 0.5);
  padding-top: 0px;
  -webkit-transition: all 600ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -o-transition: all 600ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: all 600ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
.side-info-wrapper .nav,
.cart-bar-wrapper .nav {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.side-info-wrapper .nav a,
.cart-bar-wrapper .nav a {
  flex: 0 0 50%;
  -ms-flex: 0 0 50%;
  max-width: 50%;
  font-size: 18px;
  color: #010101;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  padding: 12px 10px;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: 2px;
}
.side-info-wrapper .nav a.active,
.cart-bar-wrapper .nav a.active {
  background: #010101;
  color: #ffffff;
}

.side-info-wrapper.show,
.cart-bar-wrapper.show {
  right: 0;
}

.side-info-wrapper.mm-only.show {
  display: none;
}
@media (max-width: 991px) {
  .side-info-wrapper.mm-only.show {
    display: inline-block;
  }
}

@media (max-width: 991px) {
  .side-info-wrapper.show-all.show {
    display: none;
  }
}

.side-info-wrapper .contact__info li {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  font-size: 15px;
  align-items: flex-start;
}
.side-info-wrapper .contact__info li span {
  margin-right: 10px;
  flex: 0 0 15px;
  -ms-flex: 0 0 15px;
  max-width: 15px;
  color: #f1a32e;
  font-size: 15px;
}
.side-info-wrapper .contact__info li p {
  flex: 0 0 85%;
  -ms-flex: 0 0 85%;
  max-width: 85%;
}
.side-info-wrapper .contact__info li:not(:last-child) {
  margin-bottom: 5px;
}

/*----------------------------------------*/
/*  03. slider
/*----------------------------------------*/
@media (max-width: 991px) {
  .slider__active .owl-nav {
    display: none;
  }
}
.slider__active .owl-nav div {
  position: absolute;
  top: 50%;
  left: 145px;
  transform: translateY(-50%);
  border: 0;
  font-size: 20px;
  padding: 0;
  color: #283280;
  opacity: 0;
  visibility: hidden;
  z-index: 2;
  height: 55px;
  width: 55px;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  border: 1px solid #283280;
  cursor: pointer;
  line-height: 55px;
  text-align: center;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.slider__active .owl-nav div:hover {
  color: #fff;
  border-color: #28327b;
  background-color: #28327b;
}
@media only screen and (min-width: 1200px) and (max-width: 1500px) {
  .slider__active .owl-nav div {
    left: 50px;
  }
}
@media (max-width: 1199px) {
  .slider__active .owl-nav div {
    left: 50px;
  }
}
.slider__active .owl-nav .owl-next {
  right: 145px;
  left: auto;
}
@media only screen and (min-width: 1200px) and (max-width: 1500px) {
  .slider__active .owl-nav .owl-next {
    right: 50px;
  }
}
@media (max-width: 1199px) {
  .slider__active .owl-nav .owl-next {
    right: 50px;
  }
}
.slider__active:hover .owl-prev {
  left: 100px;
  opacity: 1;
  visibility: visible;
}
@media only screen and (min-width: 1200px) and (max-width: 1500px) {
  .slider__active:hover .owl-prev {
    left: 65px;
  }
}
@media (max-width: 1199px) {
  .slider__active:hover .owl-prev {
    left: 65px;
  }
}
.slider__active:hover .owl-next {
  right: 100px;
  opacity: 1;
  visibility: visible;
}
@media only screen and (min-width: 1200px) and (max-width: 1500px) {
  .slider__active:hover .owl-next {
    right: 65px;
  }
}
@media (max-width: 1199px) {
  .slider__active:hover .owl-next {
    right: 65px;
  }
}
.slider__height {
  height: calc(100vh - 93px);
}
/* @media (max-width: 1199px) {
  .slider__height {
    min-height: 100vh;
  }
}
@media (max-width: 991px) {
  .slider__height {
    min-height: 100vh;
  }
}
@media (max-width: 767px) {
  .slider__height {
    min-height: 100vh;
  }
} */
.slider__single {
  background-repeat: no-repeat;
  background-position: center;
  display: flex;
  align-items: center;
  justify-content: space-between;
  text-align: left;
  background-size: cover;
  position: relative;
}

.slider__single::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgb(17 21 74 / 32%); /* Overlay color and opacity */
}

.slider__content .title {
  color: #131414;
  font-size: 85px;
  margin-bottom: 15px;
  line-height: 95px;
  font-weight: bold;
}

.slider__content h1 {
  position: relative;
  left: 45%;
  margin-bottom: 15px;
  color: #fff;
  font-size: 90px;
  margin-bottom: 20px;
  line-height: 112px;
  font-weight: 800;
}
.slider__content p {
  position: relative;
  left: 45%;
  color: #fff;
  font-size: 30px;
  margin-bottom: 25px;
  line-height: 41px;
}

@media (max-width: 991px) {
  .slider__content .title {
    font-size: 60px;
    line-height: 75px;
  }
}
@media (max-width: 767px) {
  .slider__content .title {
    font-size: 34px;
    line-height: 56px;
  }
}
.slider__social-wrap {
  margin-top: -170px;
  position: relative;
  z-index: 2;
}
.slider__social {
  margin-top: 20px;
}
.slider__social li {
  margin-right: 50px;
  margin-top: 10px;
}
@media (max-width: 991px) {
  .slider__social li {
    margin-right: 25px;
  }
}
.slider__social li:last-child {
  margin-right: 0;
}
.slider__social li a {
  color: #ffffff;
  font-weight: 500;
}
.slider__social li a:hover {
  color: #f1a32e;
}

.blue-bg {
  background-color: #11154a;
}
.slider__contact-info {
  padding: 70px 0px;
}

.number_info .sn_img-wrap {
  margin-right: 30px;
}
@media (max-width: 767px) {
  .number_info .sn_img-wrap {
    margin-right: 20px;
  }
}
.number_info .sn_img-wrap span {
  width: 50px;
  height: 50px;
  text-align: center;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  overflow: hidden;
}
.number_info .sn_img-wrap .sn_icon {
  background-color: #f1a32e;
  color: #ffffff;
  font-size: 15px;
  line-height: 50px;
}
.number_info .sn_img-wrap .sn_img {
  margin-left: -10px;
}
.number_info a {
  color: #ffffff;
  font-size: 14px;
  text-transform: uppercase;
  margin-bottom: 5px;
  display: inline-block;
}
.number_info a:hover i {
  -webkit-transform: translateX(4px);
  -ms-transform: translateX(4px);
  transform: translateX(4px);
}
.number_info a i {
  padding-left: 10px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.number_info .sn_number {
  color: #ffffff;
  font-size: 35px;
  letter-spacing: 0.2px;
  line-height: 40px;
  font-family: "Lato", sans-serif;
}
@media (max-width: 1199px) {
  .number_info .sn_number {
    font-size: 24px;
  }
}
@media (max-width: 767px) {
  .number_info .sn_number {
    font-size: 18px;
    margin: 0px 0px 10px;
  }
}
.number_info p {
  color: #aeaeae;
  max-width: 570px;
}
.experiece_text a {
  background: #ffffff;
  padding: 15px 50px;
  color: #11154a;
  display: inline-block;
  font-size: 17px;
  transition: 0.5s;
  font-weight: 600;
  letter-spacing: 0.5px;
  border-radius: 50px;
}
.experiece_text a:hover {
  background: #131414;
  color: #fff;
}
/* .experiece_text span {
  color: #aeaeae;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-top: 12px;
  display: inline-block;
} */

/*----------------------------------------*/
/*  04. about
/*----------------------------------------*/

.about__area {
  padding: 70px 0px;
}
.about__right .img_01 {
  position: relative;
  z-index: 2;
}
.about__right .img_01 img {
  width: 100%;
  /* height: auto; */
  padding: 10px;
  border-radius: 20px;
}

.about__right--3 {
  padding-left: 80px;
}
@media (max-width: 991px) {
  .about__right--3 {
    padding-left: 0;
    margin-top: 100px;
  }
}
@media (max-width: 767px) {
  .about__right--3 {
    margin-top: 0;
  }
}
.about__img {
  margin-left: -100px;
  margin-right: -50px;
}
@media (max-width: 991px) {
  .about__img {
    margin-left: 0;
    margin-right: 0;
    max-width: 600px;
  }
}
.about__img--2 img {
  width: 100%;
}
.about__img--2 .img_1 {
  max-width: 305px;
}
.about__img--2 .img_1 .camera_lens {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  bottom: -105px;
}
@media (max-width: 767px) {
  .about__img--2 .img_1 .camera_lens {
    bottom: -78px;
    max-width: 200px;
  }
}
.about__img--2 .img_2 {
  max-width: 340px;
  margin-right: -35px;
}
@media (max-width: 991px) {
  .about__img--2 .img_2 {
    margin-right: 0;
  }
}
.about__btns a {
  margin-right: 60px;
  margin-top: 20px;
}
.about__btns a:last-child {
  margin-right: 0;
}
.about__content {
  margin-right: 40px;
}
@media (max-width: 991px) {
  .about__content {
    margin-right: 0;
  }
}
.about__content p {
  line-height: 28px;
}
.about__image .lens {
  position: absolute;
  left: 0;
  bottom: -75px;
}

.about__me--item .title {
  font-size: 30px;
  font-family: "Lato", sans-serif;
  font-weight: 500;
}
@media (max-width: 991px) {
  .about__me--item .title {
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .about__me--item .title {
    font-size: 24px;
  }
}
.about__me--item:not(:last-child) {
  margin-bottom: 50px;
  padding-bottom: 55px;
  border-bottom: 1px solid #f3f3f3;
}
.about__me--item .info .name {
  font-size: 24px;
  margin-right: 60px;
  font-family: "Lato", sans-serif;
  font-weight: 500;
}
@media (max-width: 767px) {
  .about__me--item .info .name {
    font-size: 18px;
  }
}
.about__me--item .info .bio {
  font-size: 18px;
  margin-bottom: 20px;
  text-decoration: underline;
  font-family: "Lato", sans-serif;
  font-weight: 500;
}
.about__me--item .info p:not(:last-child) {
  margin-bottom: 30px;
}
.about__me--item .am_single p {
  color: #000;
  line-height: 28px;
  margin-bottom: 30px;
}
.about__me--item .am_single span {
  display: block;
  line-height: 28px;
}
.about__me--item .am_single .date {
  color: #a2a2a2;
  text-transform: uppercase;
}
.about__me--social a {
  width: 50px;
  height: 50px;
  color: #000;
  display: inline-block;
  border: 1px solid #f3f3f3;
  text-align: center;
  line-height: 50px;
}
.about__me--contact .input_field input,
.about__me--contact .input_field textarea {
  color: #000;
  border-color: #f3f3f3;
}
.about__me--contact .input_field input::-webkit-input-placeholder,
.about__me--contact .input_field textarea::-webkit-input-placeholder {
  color: #a2a2a2;
  opacity: 1;
}
.about__me--contact .input_field input::-moz-placeholder,
.about__me--contact .input_field textarea::-moz-placeholder {
  color: #a2a2a2;
  opacity: 1;
}
.about__me--contact .input_field input:-ms-input-placeholder,
.about__me--contact .input_field textarea:-ms-input-placeholder {
  color: #a2a2a2;
  opacity: 1;
}
.about__me--contact .input_field input:-moz-placeholder,
.about__me--contact .input_field textarea:-moz-placeholder {
  color: #a2a2a2;
  opacity: 1;
}
.about__me--contact .contact__btn button {
  color: #000;
  font-size: 14px;
  text-transform: uppercase;
  background-color: transparent;
  padding: 0;
}
.about__me--contact .contact__btn button i {
  padding-left: 10px;
  transition: 0.3s;
  -webkit-transform: translateX(0) translateY(1px);
  -ms-transform: translateX(0) translateY(1px);
  transform: translateX(0) translateY(1px);
}
.about__me--contact .contact__btn button:hover i {
  -webkit-transform: translateX(4px) translateY(1px);
  -ms-transform: translateX(4px) translateY(1px);
  transform: translateX(4px) translateY(1px);
}

/*----------------------------------------*/
/*  05. services new-styles
/*---------------------------------------*/

.services__area {
  padding: 70px 0px;
  background-color: #f9f9f9;
}

.singleService {
  position: relative;
  /* margin: 0px 20px; */
  padding: 25px 0 0;
  transition: all ease 400ms;
  -webkit-transition: all ease 400ms;
  -moz-transition: all ease 400ms;
}
.singleService-boxes {
  padding: 30px 35px 95px 35px;
}

.singleService:hover {
  box-shadow: 0px 0px 30px -24px rgba(0, 0, 0, 0.8);
  border-radius: 10px;
}

.singleService h3 {
  font-size: 20px;
  line-height: 33px;
  margin-bottom: 4px;
  font-weight: 800;
  letter-spacing: 0.3px;
  color: #11154a;
}
.singleService p {
  margin-bottom: 90px;
  font-size: 16px;
  line-height: 29px;
  color: #929292;
  font-weight: 400;
  letter-spacing: 0.3px;
}
.boxTop.singleService p {
  margin-bottom: 0px;
}
.box {
  position: relative;
  text-align: center;
}
.box:before {
  width: 267px;
  height: 276px;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  content: "";
  text-align: center;
  background: url(../img/icon/s5.png) no-repeat center center / cover;
  transition: all ease 400ms;
  animation-fill-mode: both;
  animation: box_blinker_before 3.5s linear infinite;
}
@keyframes box_blinker_before {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.box:after {
  width: 163px;
  height: 182px;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  visibility: hidden;
  opacity: 0;
  content: "";
  text-align: center;
  background: url(../img/icon/s6.png) no-repeat center center / cover;
  transition: all ease 400ms;
  animation-fill-mode: both;
  animation: box_blinker_after 3.5s linear infinite;
}
@keyframes box_blinker_after {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.singleService:hover .box:before {
  visibility: hidden;
  opacity: 0;
}
.singleService:hover .box:after {
  visibility: visible;
  opacity: 1;
}
.singleService .box i img {
  color: #000;
  width: 90px;
  line-height: 50px;
  z-index: 5;
  top: 0;
  left: 0px;
  text-align: center;
  position: relative;
  transition: all ease 400ms;
  -webkit-transition: all ease 400ms;
  -moz-transition: all ease 400ms;
}

.singleService:hover .box i img {
  filter: grayscale(100%);
}

.singleService-boxes-top-img {
  padding: 95px 35px 30px 35px;
}

.boxTop .box {
  margin-bottom: 84px;
}

/*----------------------------------------*/
/*  05. services
/*----------------------------------------*/
.services__bg {
  background-size: cover;
  background-image: url(../img/bg/video-bg.jpg);
  background-repeat: no-repeat;
  padding: 70px 0px;
  position: relative;
  width: 100%;
  background-position: center center;
}
.services__single {
  padding-right: 60px;
}
.services__single .title {
  color: #ffffff;
  margin-bottom: 20px;
  font-family: "Lato", sans-serif;
  font-size: 24px;
}
.services__single p {
  color: #bfbfbf;
}

.services__title {
  text-align: center;
  margin-bottom: 25px;
}
.services__title p span {
  font-size: 17px;
  margin-bottom: 1px;
  color: #c9c9c9;
  font-weight: 700;
  line-height: 30px;
  letter-spacing: 0.5px;
}

.services__title h2 {
  font-size: 40px;
  line-height: 50px;
  font-weight: 800;
  margin: 6px 0px;
  color: #ffffff;
  letter-spacing: 1px;
}
.services__title p {
  font-size: 16px;
  line-height: 29px;
  color: #929292;
  font-weight: 400;
  margin-bottom: 0px;
  letter-spacing: 0.3px;
  width: 75%;
  margin-right: auto;
  margin-left: auto;
}
.services__single--2 {
  margin: 12px 0px;
}
.services__single--2 .content .icon {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-40%);
  -ms-transform: translateY(-40%);
  transform: translateY(-40%);
  opacity: 0;
  visibility: hidden;
  width: 50px;
  height: 50px;
  line-height: 45px;
  display: inline-block;
  margin: auto;
  background: #0e1244;
  color: #ffffff;
  font-size: 20px;
  border-radius: 20%;
  -webkit-border-radius: 20%;
  -moz-border-radius: 20%;
  -ms-border-radius: 20%;
  -o-border-radius: 20%;
  margin-bottom: 0px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  border: 2px solid #fff;
}
.services__single--2 .content .title {
  position: absolute;
  bottom: 35px;
  color: #ffffff;
  font-size: 17px;
  line-height: 45px;
  left: 0;
  letter-spacing: 0.5px;
  right: 0;
  font-family: "Lato", sans-serif;
  font-weight: 500;
  padding: 0 20px 0 20px;
  background: #0e1244cf;
}
.services__single--2 .content .title a {
  color: inherit;
}
@media (max-width: 1199px) {
  .services__single--2 .content .title {
    font-size: 18px;
    bottom: 25px;
    padding: 0 15px 0 15px;
  }
}

.services__single--2:hover .content .icon {
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  opacity: 1;
  visibility: visible;
}
.services__single--3 .title {
  color: #000;
  font-family: "Lato", sans-serif;
  font-weight: 500;
}
.services__single--3 p {
  font-size: 15px;
  color: #000;
}
.services__single--3 img {
  width: 100%;
  height: auto;
  border-radius: 0px;
  padding: 10px 50px;
}
@media only screen and (min-width: 1200px) and (max-width: 1500px) {
  .services__single--3 {
    padding-right: 0;
  }
}
@media (max-width: 1199px) {
  .services__single--3 {
    padding-right: 20px;
  }
}
.services__item--border {
  border: 1px solid #f3f3f3;
  padding: 3px;
  position: relative;
  margin: 10px 0px;
}
.services__item--border::before {
  position: absolute;
  top: 0;
  right: 0;
  width: 0;
  height: 3px;
  background: #29327d;
  content: "";
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.services__item--border .services__single {
  padding-right: 0;
}
.services__item--border:hover::before {
  width: 100%;
  right: auto;
  left: 0;
}

.skill__item {
  padding-top: 35px;
  margin-bottom: 30px;
  border-bottom: 2px solid #000;
  padding-bottom: 10px;
  position: relative;
}
.skill__item .bar_title {
  position: absolute;
  top: 4px;
  left: 0;
  font-size: 12px;
  color: #000;
  display: inline-block;
  text-transform: uppercase;
}
.skill__item .progress {
  height: 2px;
}
.skill__item .progress .progress_bar {
  background-color: #f1a32e;
}
.skill__item .progress .skill_count {
  position: absolute;
  top: 4px;
  right: 0;
  font-size: 12px;
  color: #000;
  display: inline-block;
}
.skill__left {
  padding-right: 80px;
}
@media only screen and (min-width: 1200px) and (max-width: 1500px) {
  .skill__left {
    padding-right: 60px;
  }
}
@media (max-width: 1199px) {
  .skill__left {
    padding-right: 30px;
  }
}
@media (max-width: 991px) {
  .skill__left {
    padding-right: 0;
  }
}
.skill__right {
  padding-left: 30px;
}
@media (max-width: 991px) {
  .skill__right {
    padding-left: 0;
  }
}

.prl_12 {
  padding-right: calc(var(--bs-gutter-x) / 2);
  padding-left: calc(var(--bs-gutter-x) / 2);
}

.service__content img {
  width: 100%;
}
.service__content p {
  font-size: 16px;
  line-height: 28px;
  margin-bottom: 27px;
}
.service__content .title {
  font-size: 30px;
  font-family: "Lato", sans-serif;
  margin-bottom: 22px;
  font-weight: 400;
}
@media (max-width: 767px) {
  .service__content .title {
    font-size: 22px;
  }
}
.service__widget {
  padding: 40px;
  border: 1px solid #f4f2ef;
}
.service__widget .widget_title {
  font-size: 22px;
  margin-bottom: 25px;
  font-family: "Lato", sans-serif;
  font-weight: 400;
}
@media (max-width: 767px) {
  .service__widget {
    padding: 30px 20px;
  }
}
.service__widget .widget:not(:last-child) {
  margin-bottom: 50px;
}
.service__widget .input_field input,
.service__widget .input_field textarea {
  color: #000;
  border-bottom: 1px solid #f3f3f3;
}
.service__widget .input_field input::-webkit-input-placeholder,
.service__widget .input_field textarea::-webkit-input-placeholder {
  color: #000;
  opacity: 1;
}
.service__widget .input_field input::-moz-placeholder,
.service__widget .input_field textarea::-moz-placeholder {
  color: #000;
  opacity: 1;
}
.service__widget .input_field input:-ms-input-placeholder,
.service__widget .input_field textarea:-ms-input-placeholder {
  color: #000;
  opacity: 1;
}
.service__widget .input_field input:-moz-placeholder,
.service__widget .input_field textarea:-moz-placeholder {
  color: #000;
  opacity: 1;
}
.service__widget .input_field input:focus,
.service__widget .input_field input:hover,
.service__widget .input_field textarea:focus,
.service__widget .input_field textarea:hover {
  border-color: #aeaeae;
}
.service__widget .input_field i {
  color: #000;
}
.service_info li {
  color: #000;
  font-size: 15px;
}
.service_info li:not(:last-child) {
  margin-bottom: 20px;
}
.service_info li span {
  color: #000;
  text-transform: uppercase;
  padding-right: 5px;
  font-weight: 500;
}

/*----------------------------------------*/
/*  06. portfolio
/*----------------------------------------*/

.portfolio__area {
  padding: 70px 0px;
  background-color: #f7f7f7;
  overflow: hidden;
}

.portfolio-heading {
  text-align: center;
  padding: 0px 0px 20px;
}
.portfolio-heading p {
  font-size: 15px;
  line-height: 30px;
  color: #929292;
  font-weight: 400;
  margin-bottom: 5px;
  letter-spacing: 0.3px;
  width: 75%;
  margin-right: auto;
  margin-left: auto;
}
.portfolio-heading p span {
  font-size: 19px;
  margin-bottom: 13px;
  color: #29327e;
  font-weight: 700;
  line-height: 30px;
  letter-spacing: 0.5px;
}
.portfolio-heading h2 {
  font-size: 40px;
  line-height: 50px;
  font-weight: 800;
  margin-bottom: 7px;
  transition: 0.5s;
  color: #151616;
  letter-spacing: 0.8px;
}

@media (max-width: 767px) {
  .portfolio__active {
    padding-bottom: 85px;
  }
}

.faq__active {
  padding: 0px 50px 0px 20px;
}

.faq__active .portfolio__single img {
  width: 100%;
  height: auto;
}
.portfolio__active .owl-stage-outer {
  display: inline-block;
}
.portfolio__active .owl-nav {
  position: absolute;
  top: -145px;
  right: 0;
  left: 0;
  right: auto;
  right: 0;
  display: flex;
  justify-content: flex-end;
}
/* .faq__active .owl-stage-outer {
  display: inline-block;
} */
.faq__active .owl-nav {
  position: absolute;
  top: 40%;
  gap: 6px;
  right: 4px;
  display: flex;
  flex-direction: column;
}
@media (max-width: 767px) {
  .portfolio__active .owl-nav {
    justify-content: center;
    top: auto;
    bottom: 0;
  }
  .faq__active .owl-nav {
    justify-content: center;
    top: 10px;
    bottom: 0;
  }
}
.portfolio__active .owl-nav div {
  width: 55px;
  height: 55px;
  text-align: center;
  line-height: 53px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  font-size: 13px;
  border: 1px solid #2a313a;
  color: #ffffff;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.portfolio__active .owl-nav div:hover {
  background-color: #f1a32e;
  border-color: #f1a32e;
}
.portfolio__active .owl-nav .owl-prev {
  margin-right: 20px;
}

.faq__active .owl-nav div {
  width: 35px;
  height: 35px;
  text-align: center;
  line-height: 32px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  font-size: 12px;
  border: 2px solid #29337e;
  color: #29337e;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.faq__active .owl-nav div:hover {
  background-color: #2a3280;
  border-color: #2a3280;
  color: #fff;
}
.faq__active .owl-nav .owl-prev {
  margin-right: 0px;
}

/* .portfolio__active--2 {
  margin-bottom: -240px;
} */
.portfolio__active--2 .owl-nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 40px;
  display: none;
}
.portfolio__active--2 .owl-nav div {
  color: #fff;
  font-size: 14px;
  text-transform: uppercase;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.portfolio__active--2 .owl-nav div i {
  font-size: 11px;
}
.portfolio__active--2 .owl-nav div.owl-prev i {
  padding-right: 6px;
}
.portfolio__active--2 .owl-nav div.owl-next i {
  padding-left: 6px;
}
.portfolio__active--2 .owl-nav div:hover {
  color: #f1a32e;
}
.portfolio__active--2 img {
  border: 1px solid #f3f3f3;
}
.portfolio__single .thumb img {
  width: 100%;
}
.portfolio__single .content {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.portfolio__single .content .icon {
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  width: 65px;
  height: 65px;
  line-height: 65px;
  display: inline-block;
  margin: auto;
  background: #ffffff;
  color: #0e1244;
  font-weight: 800;
  font-size: 25px;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  margin-bottom: 10px;
}

.portfolio__single .content .icon:hover {
  background: #131414;
  transition: 0.5s;
  font-size: 30px;
  color: #ffffff;
}
.portfolio__single .content .info {
  text-align: center;
}
.portfolio__single .content .title {
  color: #ffffff;
  /* font-size: 20px; */
  line-height: 30px;
  /* margin-bottom: 5px; */
  font-weight: 800;
  font-size: 20px;
  letter-spacing: 0.5px;
  /* font-family: "Lato", sans-serif; */
  margin-bottom: 5px;
  -webkit-transform: translateY(30px);
  -ms-transform: translateY(30px);
  transform: translateY(30px);
  opacity: 0;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
@media (max-width: 767px) {
  .portfolio__single .content .title {
    font-size: 15px;
  }
}
.portfolio__single .content .title a {
  color: inherit;
  font-size: 20px;
  line-height: 33px;
  font-weight: 800;
}
.portfolio__single .content span {
  color: #bfbfbf;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.5px;
  display: inline-block;
  /* text-transform: uppercase; */
  -webkit-transform: translateY(30px);
  -ms-transform: translateY(30px);
  transform: translateY(30px);
  opacity: 0;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  transition-delay: 0.1s;
}
.portfolio__single .content span i {
  color: #f1a32e;
  font-size: 13px;
  padding-right: 10px;
}
.portfolio__single:hover .content .icon {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.portfolio__single:hover .content .title {
  -webkit-transform: translateY(0px);
  -ms-transform: translateY(0px);
  transform: translateY(0px);
  opacity: 1;
  padding: 1px 40px;
}
.portfolio__single:hover .content span {
  -webkit-transform: translateY(0px);
  -ms-transform: translateY(0px);
  transform: translateY(0px);
  opacity: 1;
}
.portfolio__single--2 .thumb {
  position: relative;
}
.portfolio__single--2 .thumb::before {
  position: absolute;
  content: "";
  background: #0e1244e8;
  left: 20px;
  top: 20px;
  width: 90%;
  height: 90%;
  transition: 0.3s;
  opacity: 0;
}
.portfolio__single--2:hover .thumb::before {
  opacity: 0.9;
}
.portfolio-menu {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  padding-bottom: 35px;
}
.portfolio-menu button {
  color: #151616;
  margin: 3px 8px 3px;
  padding: 7px 30px;
  background: transparent;
  font-size: 14px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  border: 1px solid #d9d9d9;
  border-radius: 5px;
  font-weight: 600;
}
.portfolio-menu button:hover,
.portfolio-menu button.active {
  color: #ffffff;
  background-color: #0e1244;
}
@media (max-width: 767px) {
  .portfolio-menu button {
    margin: 0 7px 10px 7px;
    padding: 7px 30px;
    border-radius: 40px;
    font-size: 13px;
    letter-spacing: 1px;
    font-style: normal;
    width: 150px;
  }
}
.portfolio-menu-black button {
  color: #000;
}

.pt-350 {
  padding-top: 350px;
}

/*----------------------------------------*/
/*  07. team
/*----------------------------------------*/
.team__area {
  padding: 70px 0px;
}

.team___title {
  text-align: center;
  padding: 0px 0px 20px;
}
.team___title p {
  font-size: 15px;
  line-height: 30px;
  color: #929292;
  font-weight: 400;
  margin-bottom: 5px;
  letter-spacing: 0.3px;
  width: 75%;
  margin-right: auto;
  margin-left: auto;
}
.team___title p span {
  font-size: 19px;
  margin-bottom: 13px;
  color: #29327e;
  font-weight: 700;
  line-height: 30px;
  letter-spacing: 0.5px;
}
.team___title h2 {
  font-size: 40px;
  line-height: 50px;
  font-weight: 800;
  margin-bottom: 7px;
  transition: 0.5s;
  color: #151616;
  letter-spacing: 0.8px;
}

.team-part {
  cursor: pointer;
  margin-bottom: 20px;
  /* margin: 20px 7px; */
  border-radius: 7px;
  overflow: hidden;
  box-shadow: 0px 5px 4px 0px rgba(0, 0, 0, 0.05);
}
.team-sec {
  position: relative;
}
.team-sec:before {
  content: "";
  position: absolute;
  background-color: #0e12447d;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.team-sec img {
  width: 100%;
}
.witr_team_content2 {
  position: absolute;
  width: 100%;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  padding: 0 35px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.team-part:hover .witr_team_content2,
.team-part:hover .team-sec:before {
  top: -670px;
}
.witr_team_content2 h5 {
  color: #fff;
  margin: 0;
  font-size: 20px;
  line-height: 33px;
  margin-bottom: 5px;
  font-weight: 800;
  letter-spacing: 1px;
}
.witr_team_content2 span {
  color: #fff;
}
.witr_team_content2 p {
  padding-top: 5px;
  font-size: 16px;
  line-height: 29px;
  color: #d4d4d4;
  font-weight: 400;
  letter-spacing: 0.3px;
}
.team-part .team-social {
  position: absolute;
  bottom: -110px;
  height: 100px;
  width: 100%;
  background: #0e1244;
  text-align: center;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.team-part:hover .team-social {
  bottom: 0px;
}
.team-social ul {
  padding-top: 30px;
}
.team-social ul li {
  display: inline-block;
  margin: 0 3px;
}
.team-social ul li a {
  font-size: 15px;
  color: #ffffff;
  height: 40px;
  width: 40px;
  line-height: 35px;
  text-align: center;
  border-radius: 50%;
  border: 2px solid #f5f5f5;
  display: inline-block;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.team-social ul li a:hover {
  color: #0e1244;
  background: #ffffff;
  border-color: #546560;
}

/*----------------------------------------*/
/*  08. contact
/*----------------------------------------*/

/* contact css */
.contact__info--item {
  margin: 0px 0px 10px;
  background: #ffffff;
  display: flex;
  align-items: center;
  border: 1px solid #f4f2ef;
  padding: 15px 20px;
  border-radius: 5px;
  box-shadow: 0px 0px 30px 0px rgba(34, 41, 48, 0.1);
}

.contact__info--item .icon {
  flex: 0 0 80px;
  -ms-flex: 0 0 80px;
  max-width: 80px;
  height: 80px;
  margin-right: 18px;
  border: 1px solid #f4f2ef;
}

.contact__info--item .content h4 {
  font-size: 18px;
  line-height: 28px;
  margin-bottom: 4px;
  font-weight: 600;
  letter-spacing: 0.7px;
  color: #11154a;
}
.contact__info--item .content a,
.contact__info--item .content p {
  font-size: 16px;
  line-height: 29px;
  color: #929292;
  font-weight: 400;
  letter-spacing: 0.3px;
  display: block;
}
.contact__area {
  padding: 70px 0px;
}
.contact__info--item .icon img {
  width: 40px;
  border-radius: 0px;
}
/*----------------------------------------*/
/*  09. shop
/*----------------------------------------*/

.shop__area {
  padding: 70px 0px;
}
.shop__banner--bg {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.shop__banner--bg .camera_lens {
  position: absolute;
  right: -93px;
  bottom: -50px;
}
@media (max-width: 991px) {
  .shop__banner--bg .camera_lens {
    right: -70px;
    bottom: -70px;
    max-width: 220px;
  }
}
@media (max-width: 767px) {
  .shop__banner--bg .camera_lens {
    max-width: 190px;
  }
}
@media (max-width: 991px) {
  .shop__banner--bg {
    background-position: 53%;
  }
}
@media (max-width: 767px) {
  .shop__banner--bg {
    background-position: 90%;
  }
}
.shop__banner--info {
  padding: 180px 50px 180px 0;
}
@media (max-width: 1199px) {
  .shop__banner--info {
    padding: 120px 50px 120px 0;
  }
}
@media (max-width: 767px) {
  .shop__banner--info {
    padding: 100px 15px 100px 20px;
  }
}
.shop__banner--info .title {
  font-size: 32px;
  color: #ffffff;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .shop__banner--info .title {
    font-size: 28px;
  }
}
.shop__banner--info .shop_list li {
  color: #bfbfbf;
  line-height: 36px;
}
.shop__banner--info .shop_list li i {
  color: #ffffff;
  margin-right: 17px;
}

.shop__filter--wrap {
  border: 1px solid #f3f3f3;
  padding: 10px 20px;
}
@media (max-width: 767px) {
  .shop__filter--wrap {
    flex-direction: column;
  }
}
@media (max-width: 767px) {
  .shop__filter--wrap .sf-right {
    margin-top: 10px;
  }
}
.shop__filter--wrap .sf-right a {
  font-size: 15px;
  padding: 5px;
  color: #a2a2a2;
}
.shop__filter--wrap .sf-right a.active {
  color: #000;
}
.shop__filter--wrap .sf-right select {
  border: none;
  color: #000;
  font-weight: 500;
  cursor: pointer;
  font-size: 15px;
  background-color: transparent;
}
.shop__single {
  border: 1px solid #f3f3f3;
  text-align: center;
  padding: 15px;
  border-radius: 10px;
  position: relative;
  margin-bottom: 20px;
}
.shop__single .shop__thumb {
  overflow: hidden;
  border-radius: 10px;
}
.shop__single h4 {
  font-size: 16px;
  line-height: 35px;
  margin: 13px 0px 0px;
  font-weight: 600;
  letter-spacing: 0.5px;
  color: #11154a;
}
.shop__single .price {
  font-size: 19px;
  font-weight: 400;
}
.shop__single .actions {
  position: absolute;
  bottom: 40px;
  left: 0;
  right: 0;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  z-index: 2;
}
.shop__single .actions .action {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  color: #aeaeae;
  border: 1px solid #f3f3f3;
  position: relative;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  -webkit-transform: translateY(10px);
  -ms-transform: translateY(10px);
  transform: translateY(10px);
  opacity: 0;
  visibility: hidden;
  font-size: 16px;
  margin: 0 4px;
}
.shop__single .actions .action:hover {
  border-color: #f1a32e;
  background-color: #f1a32e;
  color: #ffffff;
}
.shop__single:hover .actions .action {
  visibility: visible;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
}
.shop__single:hover .shop__content {
  /* opacity: 1; */
  /* visibility: hidden; */
}
.shop__single:hover .shop__thumb img {
  -webkit-transform: scale(1.03);
  -ms-transform: scale(1.03);
  transform: scale(1.03);
}
.shop__single--2 {
  padding-bottom: 40px;
}
.shop__single--2 .pp__cat {
  text-align: left;
}
@media (max-width: 767px) {
  .shop__single--2 .pp__cat {
    text-align: center;
  }
}
.shop__single--2 .pp__cat a {
  color: #000;
  margin-bottom: 6px;
  display: inline-block;
}
.shop__single--2 .title {
  text-align: left;
  font-size: 22px;
  margin-bottom: 15px;
}
@media (max-width: 767px) {
  .shop__single--2 .title {
    text-align: center;
  }
}
.shop__single--2 .title a {
  color: #000;
}
.shop__single--2 .price {
  font-size: 15px;
}
@media (max-width: 767px) {
  .shop__single--2 .price {
    justify-content: center;
  }
}
.shop__single--2 .price .label {
  font-family: "Lato", sans-serif;
  padding-right: 5px;
}
.shop__single--2 .actions {
  position: unset;
}
.shop__single--2 .actions .action {
  visibility: visible;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
}
@media (max-width: 767px) {
  .shop__single--2 .actions {
    justify-content: center;
  }
}
.shop__single--2:hover .shop__content {
  opacity: 1;
  visibility: visible;
}
@media (max-width: 767px) {
  .shop__single--2 .shop__content {
    margin-top: 30px;
  }
}
.shop__content {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.shop__thumb img {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.shop__details--wrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 auto;
  justify-content: center;
}
.shop__details--wrapper .pd-img {
  border: 1px solid #f3f3f3;
  flex: 0 0 85%;
  -ms-flex: 0 0 80%;
  max-width: 85%;
  border-radius: 10px;
}
.shop__details--wrapper .pd-img .big-img {
  padding: 7px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.shop__details--wrapper .pd-img .big-img img {
  width: 100%;
  height: 450px;
  object-fit: cover;
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  transition: 1s;
}

.shop__details--wrapper .pd-img .big-img img:hover {
  transition: 1s;
  -webkit-transform: scale(1.03);
  -ms-transform: scale(1.03);
  transform: scale(1.03);
}

.shop__details--wrapper .pd-tab {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  flex: 0 0 95px;
  -ms-flex: 0 0 95px;
  max-width: 95px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media (max-width: 767px) {
  .shop__details--wrapper .pd-tab {
    flex-direction: row;
    flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    max-width: 100%;
    margin-top: 10px;
  }
}
.shop__details--area {
  padding: 70px 0px;
}
.shop__details--wrapper .pd-tab a {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border: 1px solid #f3f3f3;
  width: 102px;
  height: 95px;
  justify-content: center;
  align-items: center;
  object-fit: cover;
  padding: 3px;
}
.shop__details--wrapper .pd-tab a:not(:last-child) {
  margin-bottom: 8px;
}
.shop__details--wrapper .pd-tab a.active {
  border-color: #393f43;
}
@media (max-width: 767px) {
  .shop__details--wrapper .pd-tab a:not(:last-child) {
    margin-right: 10px;
  }
}
.shop__details--content {
  padding-left: 0px;
}
@media (max-width: 1199px) {
  .shop__details--content {
    padding-left: 0;
  }
}
.shop__details--content .title {
  font-size: 30px;
  line-height: 45px;
  margin-bottom: 10px;
  font-weight: 800;
  letter-spacing: 0.5px;
  color: #11154a;
}
@media (max-width: 767px) {
  .shop__details--content .title {
    margin-top: 25px;
    font-size: 22px;
    margin-bottom: 0px;
  }
  .shop__details--content ul li {
    font-size: 15px;
    line-height: 28px;
  }
  .shop__details--content ul h4,
  .details_share_links .list_title {
    font-size: 17px;
    line-height: 27px;
  }
}
.shop__details--content p {
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 27px;
  color: #929292;
  font-weight: 400;
  letter-spacing: 0.3px;
}

.shop__details--content ul h4 {
  font-weight: 700;
  color: #000;
  margin-bottom: 5px;
  font-size: 19px;
  line-height: 25px;
}

.shop__details--content ul li {
  font-size: 16px;
  line-height: 30px;
  color: #383838;
  letter-spacing: 0.3px;
}

.shop__details--content .price {
  font-size: 26px;
  margin-bottom: 10px;
  font-weight: 500;
}
.shop__details--content .rating__star {
  margin-right: 18px;
}
.shop__details--content .rt_number {
  font-size: 14px;
  color: #393f43;
}

.rating__star li {
  color: #f1a32e;
  font-size: 13px;
  margin-right: 4px;
}
.rating__star li:last-child {
  margin-right: 0;
}
.rating__star--gray li {
  color: #a2a2a2;
}

.ui-slider {
  height: 8px;
}

#slider-range {
  position: relative;
  width: 100%;
}

.ui-slider-horizontal .ui-slider-range {
  background: #f1a32e;
  border-radius: 0px;
}

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
  top: -5px;
  width: 6px;
  margin: 0px;
  height: 18px;
  border: none;
  outline: none;
  border-radius: 0;
  background-color: #f1a32e;
}

.ui-widget.ui-widget-content {
  border: none;
  border-radius: 0px;
  background: #f3f3f3;
}

.price_number {
  margin-top: 20px;
}
.price_number input {
  width: 100%;
  color: #7f7c79;
  font-size: 14px;
  border-radius: 5px;
  padding: 0;
  height: auto;
  background: transparent;
  border: 0 !important;
}

.slider-range label {
  font-size: 12px;
  color: #7f7c79;
  text-transform: uppercase;
  border: 1px solid #f3f3f3;
  padding: 5px 20px;
  line-height: 1.3;
}

.quantity_input.quantity_boxed {
  display: flex;
  align-items: center;
  padding: 9px 10px;
  padding-left: 20px;
  border: 1px solid #f3f3f3;
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
  margin-right: 15px;
}

.quantity_title {
  font-size: 17px;
  font-weight: 500;
  font-family: "Lato", sans-serif;
  margin-right: 17px;
}

.cart-plus-minus {
  overflow: hidden;
  width: 100px;
  margin: 0 auto;
  position: relative;
}
.cart-plus-minus .qtybutton {
  color: #393f43;
  cursor: pointer;
  float: inherit;
  font-size: 14px;
  font-weight: 500;
  line-height: 40px;
  margin: 0;
  position: absolute;
  text-align: center;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  width: 40px;
}
.cart-plus-minus .dec.qtybutton {
  height: 40px;
  left: 0;
  top: 0;
}
.cart-plus-minus .qtybutton.inc {
  height: 40px;
  right: 0;
  top: 0;
}
.cart-plus-minus-box {
  background: transparent none repeat scroll 0 0;
  border: medium none;
  color: #393f43;
  float: left;
  font-size: 14px;
  height: 40px;
  margin: 0;
  padding: 0 9px 0 0;
  text-align: center;
  width: 108px;
  outline: none;
}

.details_share_links .list_title {
  font-weight: 700;
  color: #000;
  margin-bottom: 5px;
  font-size: 19px;
  line-height: 25px;
}
.details_share_links .shop_dtls-social ul {
  padding-top: 5px;
  display: flex;
  gap: 5px;
}
.details_share_links .shop_dtls-social ul li {
  width: 30px;
  height: 30px;
  /* border: 1px solid #7f7c79; */
  /* margin-right: 1px; */
  display: inline-block;
  border-radius: 5px;
}
/* .details_share_links .shop_dtls-social a:hover {
  background-color: #f1a32e;
  color: #ffffff;
  border-color: #f1a32e;
} */

.pinfo-tab {
  border-bottom: 1px solid #f3f3f3;
  padding-bottom: 45px;
  margin-top: -15px;
}
.pinfo-tab a {
  border: 1px solid #f3f3f3;
  color: #000;
  text-transform: uppercase;
  font-weight: 500;
  padding: 12px 26px;
  margin-top: 15px;
  font-size: 14px;
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
}
@media (max-width: 767px) {
  .pinfo-tab a {
    font-size: 14px;
  }
}
.pinfo-tab a:not(:last-child) {
  margin-right: 40px;
}
@media (max-width: 991px) {
  .pinfo-tab a:not(:last-child) {
    margin-right: 20px;
  }
}
.pinfo-tab .active,
.pinfo-tab a:hover {
  background-color: #f1a32e;
  color: #ffffff;
  border-color: #f1a32e;
}

.pinfo-content {
  padding-top: 35px;
}
.pinfo-content p {
  color: #6c6c6c;
}
.pinfo-content .adi-info {
  border: 1px solid #f3f3f3;
  border-bottom: 0px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.pinfo-content .adi-info li {
  padding: 5px 15px;
  color: #6c6c6c;
  flex: 0 0 50%;
  -ms-flex: 0 0 50%;
  max-width: 50%;
  border-bottom: 1px solid #f3f3f3;
}

.pp-comments .comment {
  padding-bottom: 30px;
}
@media (max-width: 767px) {
  .pp-comments .comment {
    flex-direction: column;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .pp-comments .comment {
    flex-direction: row;
  }
}
.pp-comments .comment:not(:last-child) {
  margin-bottom: 30px;
  border-bottom: 1px solid #f3f3f3;
}
.pp-comments .comment .thumb {
  flex: 0 0 80px;
  -ms-flex: 0 0 80px;
  max-width: 80px;
}
@media (max-width: 767px) {
  .pp-comments .comment .content {
    padding-left: 0px;
    padding-top: 20px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .pp-comments .comment .content {
    padding-left: 20px;
    padding-top: 0px;
  }
}
.pp-comments .comment .name {
  font-family: "Lato", sans-serif;
  text-transform: capitalize;
  font-weight: 600;
  font-size: 16px;
}
.pp-comments .comment .date {
  font-weight: 400;
  color: #6c6c6c;
  font-size: 14px;
  margin-left: 5px;
}
.pp-comments .comment .review {
  margin-top: 10px;
  margin-bottom: 10px;
}
.pp-comments .comment .review i {
  font-size: 14px;
}
.pp-comments .comment .review i:not(:last-child) {
  margin-right: 5px;
}
.pp-comments .comment p {
  line-height: 26px;
}

.pp-comments-form .title {
  font-family: "Lato", sans-serif;
  font-weight: 600;
  text-transform: uppercase;
}
.pp-comments-form .rev-top span {
  font-size: 14px;
  color: #6c6c6c;
  margin-right: 5px;
}
.pp-comments-form .rev-top a {
  color: #6c6c6c;
  font-size: 14px;
}
.pp-comments-form .rev-top a:not(:last-child) {
  margin-right: 5px;
}
.pp-comments-form input,
.pp-comments-form textarea {
  width: 100%;
  border: 1px solid #e2dfdd;
  padding: 10px 15px;
  color: #6c6c6c;
}
.pp-comments-form input::-webkit-input-placeholder,
.pp-comments-form textarea::-webkit-input-placeholder {
  color: #e2dfdd;
  opacity: 1;
}
.pp-comments-form input::-moz-placeholder,
.pp-comments-form textarea::-moz-placeholder {
  color: #e2dfdd;
  opacity: 1;
}
.pp-comments-form input:-ms-input-placeholder,
.pp-comments-form textarea:-ms-input-placeholder {
  color: #e2dfdd;
  opacity: 1;
}
.pp-comments-form input:-moz-placeholder,
.pp-comments-form textarea:-moz-placeholder {
  color: #e2dfdd;
  opacity: 1;
}
.pp-comments-form textarea {
  min-height: 120px;
}
.pp-comments-form label {
  display: block;
  text-transform: uppercase;
  color: #6c6c6c;
  margin-bottom: 5px;
}

.releted_product .rp_title {
  font-size: 30px;
  margin-bottom: 45px;
  font-family: "Lato", sans-serif;
  font-weight: 500;
}

/*----------------------------------------*/
/*  10. testimonial
/*----------------------------------------*/
.testimonial__area {
  background-image: url(../img/bg/video-bg.jpg);
  padding: 70px 0px;
  position: relative;
  width: 100%;
  background-position: center center;
  background-size: cover;
}

.testimonial-heading {
  text-align: center;
  padding: 0px 0px 20px;
}
.testimonial-heading p {
  font-size: 15px;
  line-height: 30px;
  color: #ffffff;
  font-weight: 400;
  margin-bottom: 5px;
  letter-spacing: 0.3px;
  width: 65%;
  margin-right: auto;
  margin-left: auto;
}
.testimonial-heading p span {
  font-size: 19px;
  margin-bottom: 13px;
  color: #ffffff;
  font-weight: 700;
  line-height: 30px;
  letter-spacing: 0.5px;
}
.testimonial-heading h3 {
  font-size: 40px;
  line-height: 50px;
  font-weight: 800;
  margin-bottom: 7px;
  transition: 0.5s;
  color: #ffffff;
  letter-spacing: 0.8px;
}

@media (max-width: 767px) {
  .testimonial__active {
    padding-bottom: 60px;
  }
}

.testimonial__active .owl-nav {
  display: flex;
  gap: 9px;
  justify-content: space-between;
  position: absolute;
  right: 0px;
  bottom: 15px;
}
@media (max-width: 767px) {
  .testimonial__active .owl-nav {
    justify-content: center;
    left: 0;
  }
}
.testimonial__active .owl-nav div {
  width: 45px;
  height: 45px;
  text-align: center;
  line-height: 40px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  font-size: 17px;
  border: 3px solid #ffffff;
  color: #ffffff;
  background: #0e1244;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.testimonial__active .owl-nav div:hover {
  background-color: #ffffff;
  border-color: #c9c9c9;
  color: #0e1244;
}
.testimonial__active .owl-nav .owl-prev {
  /* margin-right: 20px; */
}
.testimonial__single {
  align-items: flex-start;
  position: relative;
}
@media (max-width: 767px) {
  .testimonial__single {
    display: unset;
    padding-right: 0;
  }
}

.testimonial__single .info {
  position: relative;
  box-shadow: 0px 0px 30px 0px rgb(0 0 0 / 4%);
  background: #fff;
  border-radius: 5px;
  padding: 30px 20px;
  margin-bottom: 30px;
  height: auto;
}
.testimonial__single .info:after {
  position: absolute;
  content: "";
  left: 8%;
  bottom: -19px;
  width: 40px;
  height: 40px;
  background: #fff;
  transform: rotate(45deg);
  z-index: -1;
  box-shadow: 0px 2px 29px 5px rgba(0, 0, 0, 0.08);
}

.testimonial__single .info .em_crating i {
  margin-bottom: 11px;
  color: #ddd;
  font-size: 20px;
}

.testimonial__single .info .em_crating i.active {
  color: #0e1244;
}

.testimonial__single .user-name h4 {
  color: #fff;
  margin: 0;
  font-size: 20px;
  line-height: 33px;
  font-weight: 800;
  letter-spacing: 1px;
}
.testimonial__single .user-name span {
  color: #bfbfbf;
  font-size: 13px;
  font-weight: 500;
  text-align: center;
  letter-spacing: 1px;
}

@media (max-width: 767px) {
  .testimonial__single .info {
    width: 100%;
    margin-top: 0px;
  }
}
.testimonial__single .info p {
  font-size: 16px;
  line-height: 29px;
  color: #929292;
  font-weight: 400;
  letter-spacing: 0.3px;
}
.testimonial__single .info .name {
  color: #000000;
  font-size: 24px;
  font-weight: 500;
  margin-top: 10px;
  font-family: "Lato", sans-serif;
}
.testimonial__single .info span {
  color: #f1a32e;
  text-transform: uppercase;
  font-size: 12px;
}
.testimonial__2 .testimonial__single .info p {
  color: #000;
}
.testimonial__2 .testimonial__single .info .name {
  color: #000;
}
.testimonial__2 .owl-nav div {
  border: 1px solid #eaeaea;
  color: #000;
}
.testimonial__2 .owl-nav div:hover {
  background-color: #f1a32e;
  border-color: #f1a32e;
  color: #ffffff;
}

.border-black {
  border-color: #000 !important;
}

/*----------------------------------------*/
/*  11. blog
/*----------------------------------------*/
.blog__area {
  padding: 70px 0px;
}
.blog__single .thumb {
  overflow: hidden;
}
.blog__single .thumb img {
  width: 100%;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.blog__single:hover .thumb img {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}
.blog__single .content {
  padding: 27px;
  box-shadow: 0px 2px 6px 0px #f5f2f2;
}
.blog__single .content .title {
  margin: 0;
  font-size: 20px;
  line-height: 33px;
  margin: 5px 0px;
  font-weight: 600;
  color: #0e1244;
  letter-spacing: 0.3px;
}
.blog__single .content .title a {
  font-weight: 600;
  color: #0e1244;
  text-transform: capitalize;
  font-size: 20px;
  line-height: 33px;
  margin-bottom: 7px;
}
.blog__single .content p {
  font-size: 16px;
  line-height: 28px;
  color: #929292;
  font-weight: 400;
  letter-spacing: 0.3px;
}
.blog__meta {
  margin-bottom: 11px;
}
.blog__meta li {
  font-size: 15px;
  color: #0e1244;
  margin-right: 40px;
}
.blog__meta li i {
  padding-right: 8px;
}
.blog__meta li:last-child {
  margin-right: 0;
}
.blog__meta li a {
  color: #0e1244;
}
.blog__sidebar .widget {
  border: 1px solid #f3f3f3;
  padding: 30px;
  margin-bottom: 30px;
}
.blog__sidebar .widget .title {
  font-size: 22px;
  color: #000;
  font-family: "Lato", sans-serif;
  font-weight: 500;
  margin-bottom: 30px;
}
.blog__sidebar .widget__search {
  position: relative;
}
.blog__sidebar .widget__search input {
  height: 55px;
  width: 100%;
  color: #000;
  font-size: 14px;
  border: 1px solid #f3f3f3;
  padding: 9px 15px;
  background-color: transparent;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.blog__sidebar .widget__search input:focus {
  border-color: #000;
}
.blog__sidebar .widget__search button {
  position: absolute;
  color: #aeaeae;
  background-color: transparent;
  font-size: 16px;
  right: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.blog__sidebar .widget ul .cat-item:not(:last-child) {
  margin-bottom: 15px;
}
.blog__sidebar .widget ul .cat-item a {
  padding: 13px 40px 13px 20px;
  line-height: 2;
  border: 1px solid #f3f3f3;
  display: block;
  color: #000;
  font-size: 14px;
  position: relative;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  overflow: hidden;
}
.blog__sidebar .widget ul .cat-item span {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.blog__sidebar .widget ul .cat-item:hover a,
.blog__sidebar .widget ul .cat-item:hover span {
  color: #f1a32e;
}

.post__item {
  margin-bottom: 60px;
}
.post__item .thumb {
  overflow: hidden;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  position: relative;
}
.post__item .thumb img {
  width: 100%;
  border-radius: 10px;
  max-height: 450px;
  object-fit: cover;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  overflow: hidden;
}
.post__item:hover .thumb img {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}
.post__content .blog__meta li {
  font-size: 15px;
  position: relative;
  margin-bottom: 10px;
}
.post__content .blog__meta li:not(:last-child) {
  padding-right: 30px;
  margin-right: 30px;
}
@media (max-width: 767px) {
  .post__content .blog__meta li:not(:last-child) {
    margin-right: 15px;
    padding-right: 0;
  }
}
.post__content .blog__meta li:not(:last-child)::before {
  content: "|";
  position: absolute;
  right: 0;
  color: #7f7c79;
  font-size: 13px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media (max-width: 767px) {
  .post__content .blog__meta li:not(:last-child)::before {
    display: none;
  }
}
.post__content .post_title {
  font-size: 30px;
  margin-bottom: 20px;
  font-family: "Lato", sans-serif;
  font-weight: 500;
}
@media (max-width: 767px) {
  .post__content .post_title {
    font-size: 24px;
  }
}
.post__content .post_title a {
  color: #000;
}

.gallery_post-active .owl-nav div {
  position: absolute;
  font-size: 18px;
  line-height: 60px;
  top: 50%;
  left: 20px;
  width: 60px;
  height: 60px;
  text-align: center;
  color: #000;
  background-color: #ffffff;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}
.gallery_post-active .owl-nav .owl-next {
  right: 20px;
  left: auto;
}

.widget__posts .pp_item {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.widget__posts .pp_item:not(:last-child) {
  margin-bottom: 30px;
}
.widget__posts .pp_item .thumb {
  overflow: hidden;
  width: 110px;
  height: 80px;
  margin-right: 20px;
}
.widget__posts .pp_item .thumb img {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  width: 100%;
}
.widget__posts .pp_item .content {
  width: calc(100% - 130px);
}
.widget__posts .pp_item .content .title {
  font-size: 15px;
  line-height: 25px;
  margin-bottom: 6px;
  font-weight: 500;
  font-family: "Lato", sans-serif;
  text-transform: capitalize;
}
.widget__posts .pp_item .content .title a {
  color: #000;
}
.widget__posts .pp_item .content .date {
  font-size: 14px;
  color: #7f7c79;
}
.widget__posts .pp_item .content .date i {
  padding-right: 5px;
}
.widget__posts .pp_item:hover .thumb img {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}
.widget__posts .border_effect a {
  background-image: linear-gradient(
    transparent calc(100% - 1px),
    currentColor 1px
  );
}

.post_tags {
  margin: -5px;
}
.post_tags li {
  padding: 5px;
}
.post_tags li a {
  line-height: 1;
  font-size: 15px;
  color: #393f43;
  padding: 10px 18px;
  border: 1px solid #f3f3f3;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  display: inline-block;
}
.post_tags li a:hover {
  background-color: #f1a32e;
  color: #ffffff;
  border-color: #f1a32e;
}

.blog__post--content p {
  margin-bottom: 30px;
}
.blog__post--content .title {
  font-size: 30px;
  margin-bottom: 25px;
  font-weight: 500;
  font-family: "Lato", sans-serif;
}
.blog__post--content img {
  width: 100%;
}
.blog__post--footer .title {
  font-size: 26px;
  margin-bottom: 15px;
  font-weight: 500;
  font-family: "Lato", sans-serif;
}

.related_tag li {
  display: inline-block;
  margin-right: 10px;
  margin-top: 10px;
}
.related_tag li a {
  line-height: 1;
  font-size: 15px;
  color: #393f43;
  padding: 10px 18px;
  border: 1px solid #f3f3f3;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  display: inline-block;
}
.related_tag li a:hover {
  background-color: #f1a32e;
  color: #ffffff;
  border-color: #f1a32e;
}

@media (max-width: 767px) {
  .social_share {
    margin-top: 30px;
  }
}
.social_share .title {
  text-align: right;
}
@media (max-width: 767px) {
  .social_share .title {
    text-align: left;
  }
}
.social_share li {
  display: inline-block;
}
.social_share li:not(:first-child) {
  margin-left: 15px;
  margin-top: 10px;
}
.social_share li a {
  font-size: 16px;
  color: #7f7c79;
}
.social_share li a:hover {
  color: #f1a32e;
}

.post_nav {
  border-top: 1px solid #f4f2ef;
  padding-top: 40px;
  padding-bottom: 40px;
  border-bottom: 1px solid #f4f2ef;
}
.post_nav span {
  color: #7f7c79;
}
.post_nav .np_title {
  font-size: 26px;
  font-family: "Lato", sans-serif;
  font-weight: 500;
  color: #000;
}
.post_nav .prev_post {
  padding-right: 30px;
}
@media (max-width: 767px) {
  .post_nav .prev_post {
    padding-right: 0;
  }
}
.post_nav .next_post {
  text-align: right;
  padding-left: 30px;
}
@media (max-width: 767px) {
  .post_nav .next_post {
    padding-left: 0;
    text-align: left;
    margin-top: 30px;
  }
}

.post_author {
  display: flex;
  align-items: center;
  padding: 40px;
  border: 1px solid #f4f2ef;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .post_author {
    padding: 30px 20px;
  }
}
.post_author .p_image {
  max-width: 180px;
  margin-right: 40px;
  overflow: hidden;
}
.post_author .p_info {
  width: calc(100% - 220px);
}
@media (max-width: 767px) {
  .post_author .p_info {
    width: 100%;
    margin-top: 20px;
  }
}
.post_author .p_info span {
  font-size: 12px;
}
.post_author .p_info .name {
  font-size: 35px;
  margin-bottom: 11px;
  font-family: "Lato", sans-serif;
  font-weight: 500;
}
.post_author .p_info .name a {
  color: #000;
}
@media (max-width: 767px) {
  .post_author .p_info .name {
    font-size: 24px;
  }
}

.navigation-border {
  border-top: 1px solid #f4f2ef;
  overflow: hidden;
}

/* comment css */
.post-comments {
  padding-bottom: 55px;
}
.post-comments .title {
  font-size: 26px;
  margin-bottom: 25;
}

.latest__comments .comments-box {
  border-top: 1px solid #f4f2ef;
  padding: 30px 0;
}
.latest__comments .comments-text {
  overflow: hidden;
}
.latest__comments .comments-text p {
  color: #000;
}
.latest__comments .comments-avatar {
  border-radius: 50%;
  float: left;
}
@media (max-width: 767px) {
  .latest__comments .comments-avatar {
    float: none;
    margin-bottom: 10px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .latest__comments .comments-avatar {
    float: left;
    margin-bottom: 0px;
  }
}
.latest__comments .comments-avatar img {
  border-radius: 50%;
  width: 100px !important;
  margin-right: 30px;
}
.latest__comments li:last-child .comments-box {
  padding-bottom: 0px;
}
.latest__comments li:first-child .comments-box {
  border-top: 0;
  padding-top: 0;
}
.latest__comments li.children {
  margin-left: 100px;
}
@media (max-width: 767px) {
  .latest__comments li.children {
    margin-left: 0px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .latest__comments li.children {
    margin-left: 50px;
  }
}
.latest__comments .avatar-name {
  margin-bottom: 15px;
  overflow: hidden;
  position: relative;
}
.latest__comments .avatar-name h5 {
  font-size: 18px;
  margin-bottom: 0px;
  font-weight: 600;
  font-family: "Lato", sans-serif;
}
.latest__comments .avatar-name span {
  font-size: 14px;
  color: #000;
}
.latest__comments .reply {
  color: #000;
  display: inline-block;
  font-size: 14px;
  font-weight: 400;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  line-height: 1;
  position: absolute;
  right: 0;
  margin-top: 0;
  top: 0;
  text-decoration: none;
}
.latest__comments .reply i {
  margin-right: 5px;
}
.latest__comments .reply:hover {
  color: #f1a32e;
}
.latest__comments--2 p {
  font-size: 14px;
  line-height: 24px;
  color: #000;
}

.comments__form .title {
  font-size: 26px;
  margin-bottom: 30px;
}
.comments__form .form {
  padding: 50px;
  border: 1px solid #f4f2ef;
}
@media (max-width: 767px) {
  .comments__form .form {
    padding: 15px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .comments__form .form {
    padding: 30px;
  }
}
.comments__form .form input,
.comments__form .form textarea {
  height: 60px;
  margin-bottom: 20px;
  padding: 0 30px;
  width: 100%;
  font-size: 15px;
  color: #000;
  border-radius: 0px;
  background: #ffffff;
  border: 1px solid #f4f2ef;
  box-shadow: 0.975px 7.94px 21px 0px rgba(244, 242, 239, 0.5);
}
.comments__form .form textarea {
  padding: 20px 30px;
  height: 150px;
}
.comments__form .form .contact-icon {
  position: relative;
}
.comments__form .form .contact-icon::after {
  position: absolute;
  content: "";
  font-family: "FontAwesome";
  font-weight: 700;
  display: inline-block;
  font-size: 16px;
  text-align: center;
  right: 30px;
  color: #a2a2a2;
  top: 18px;
  font-weight: 300;
}
.comments__form .form .contact-icon::before {
  display: none;
}
.comments__form .form .contacts-message::after {
  content: "\f303";
}
.comments__form .form .contacts-name::after {
  content: "\f007";
}
.comments__form .form .contacts-email::after {
  content: "\f0e0";
}
.comments__form .form .contacts-website::after {
  content: "\f0ac";
}

/*----------------------------------------*/
/*  12. hero
/*----------------------------------------*/
.hero__area {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.hero__height {
  min-height: 950px;
}
@media only screen and (min-width: 1200px) and (max-width: 1500px) {
  .hero__height {
    min-height: 800px;
  }
}
@media (max-width: 1199px) {
  .hero__height {
    min-height: 800px;
  }
}
@media (max-width: 991px) {
  .hero__height {
    min-height: 700px;
  }
}
.hero__content {
  margin-top: 215px;
}
.hero__content span {
  color: #ffffff;
  font-size: 24px;
  display: inline-block;
}
.hero__content .title {
  color: #ffffff;
  font-size: 90px;
  margin-bottom: 18px;
  line-height: 1.3;
}
@media (max-width: 1199px) {
  .hero__content .title {
    font-size: 70px;
  }
}
@media (max-width: 991px) {
  .hero__content .title {
    font-size: 60px;
  }
}
@media (max-width: 767px) {
  .hero__content .title {
    font-size: 40px;
    margin-top: 15px;
    margin-bottom: 20px;
  }
}
.hero__content p {
  color: #ffffff;
  font-size: 24px;
  margin-bottom: 54px;
}
.hero__area--3 {
  padding: 100px 0;
}
@media (max-width: 767px) {
  .hero__area--3 {
    background-position: right;
  }
}
.hero__area--3 .hero__content {
  margin-top: 160px;
}
@media (max-width: 767px) {
  .hero__area--3 .hero__content {
    margin-top: 60px;
  }
}
.hero__area--3 .hero__content span {
  color: #a6a6a6;
  font-size: 14px;
  text-transform: uppercase;
  margin-bottom: 8px;
}
.hero__area--3 .hero__content .title {
  font-size: 70px;
  line-height: 1.2;
  text-decoration: underline;
  text-transform: uppercase;
}
@media (max-width: 1199px) {
  .hero__area--3 .hero__content .title {
    font-size: 55px;
  }
}
@media (max-width: 991px) {
  .hero__area--3 .hero__content .title {
    font-size: 40px;
  }
}
@media (max-width: 767px) {
  .hero__area--3 .hero__content .title {
    font-size: 30px;
  }
}
.hero__area--3 .hero__content .sn_img-wrap {
  flex-direction: column-reverse;
}
.hero__area--3 .hero__content .sn_img-wrap .sn_img {
  margin-left: 0;
  margin-bottom: -15px;
}
@media (max-width: 767px) {
  .hero__area--3 .hero__content .number_info {
    margin-bottom: 40px;
  }
}
.hero__right-info {
  float: right;
  margin-top: 115px;
}
@media (max-width: 991px) {
  .hero__right-info {
    margin-top: 80px;
  }
}
@media (max-width: 767px) {
  .hero__right-info {
    float: left;
  }
}
.hero__right-info li {
  max-width: 250px;
}
.hero__right-info li:not(:last-child) {
  margin-bottom: 60px;
}
.hero__right-info li .number {
  width: 55px;
  height: 55px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  text-align: center;
  line-height: 55px;
  border: 1px solid #f1a32e;
  color: #f1a32e;
  display: inline-block;
  margin-bottom: 16px;
}
.hero__right-info li .title {
  color: #ffffff;
  font-size: 20px;
  margin-bottom: 10px;
  font-family: "Lato", sans-serif;
  font-weight: 500;
}
.hero__right-info li p {
  color: #a6a6a6;
}

/*----------------------------------------*/
/*  13. pricing
/*----------------------------------------*/
.pricing__single {
  padding-bottom: 44px;
  border: 1px solid #2a313a;
}
.pricing__single > span {
  color: #f1a32e;
  text-transform: uppercase;
  margin: 30px 0;
  display: block;
}
.pricing__single .price {
  color: #ffffff;
  font-size: 50px;
  padding: 15px 0;
  display: block;
  background-color: #131313;
  border-top: 1px solid #2a313a;
  border-bottom: 1px solid #2a313a;
}
.pricing__single .price > span {
  color: #ffffff;
  font-size: 15px;
}
.pricing__single ul li {
  color: #ffffff;
  color: #bfbfbf;
  font-size: 15px;
}
.pricing__single ul li:not(:last-child) {
  margin-bottom: 25px;
}
.pricing__single .thm_btn-border {
  border: 1px solid #2a313a;
  background-color: transparent;
  color: #ffffff;
}
.pricing__single--2 {
  border-color: #f3f3f3;
}
.pricing__single--2 .price {
  background-color: #f3f3f3;
  color: #000;
  border-color: #f3f3f3;
}
.pricing__single--2 .price span {
  color: #000;
}
.pricing__single--2 ul li {
  color: #000;
}

.faq__img {
  max-width: 490px;
  float: right;
}
@media (max-width: 991px) {
  .faq__img {
    float: left;
  }
}
.faq__img .lens {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -105px;
}
@media (max-width: 991px) {
  .faq__img .lens {
    bottom: -40px;
    left: auto;
    transform: translateX(0);
    right: -104px;
  }
}
@media (max-width: 767px) {
  .faq__img .lens {
    right: -25px;
    max-width: 200px;
  }
}

/*----------------------------------------*/
/*  15. page title
/*----------------------------------------*/
.page__title--area {
  background-image: url(../img/bg/r-banner.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  padding: 70px 0px;
  position: relative;
}
.page__title--area::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgb(0 4 48 / 72%);
}

.page__title--info {
  position: relative;
  z-index: 1;
}
.page__title--info h1 {
  color: #ffffff;
  margin-bottom: 10px;
  letter-spacing: 0.5px;
  font-size: 60px;
  line-height: 70px;
  font-weight: 700;
}
@media (max-width: 1199px) {
  .page__title--info .title {
    font-size: 40px;
  }
}
@media (max-width: 767px) {
  .page__title--info .title {
    font-size: 28px;
    margin-bottom: 10px;
  }
}
.page__title--info ul li {
  color: #ffffff;
  position: relative;
  font-size: 15px;
  /* text-transform: uppercase; */
  font-weight: 600;
  letter-spacing: 0.5px;
}
.page__title--info ul li a {
  color: inherit;
}
.page__title--info ul li:not(:last-child) {
  margin-right: 15px;
  padding-right: 10px;
}
.page__title--info ul li:not(:last-child)::before {
  position: absolute;
  top: 50%;
  right: -8px;
  /* content: ">"; */
  content: "\f105";
  font-family: "FontAwesome";
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 18px;
  line-height: 0px;
  font-weight: 500;
}
.page__title--bg {
  height: 460px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (max-width: 1199px) {
  .page__title--bg {
    height: 300px;
  }
}

/*----------------------------------------*/
/*  16. counter
/*----------------------------------------*/
.counter__single .counter__content {
  margin-left: 24px;
}
@media (max-width: 1199px) {
  .counter__single .counter__content {
    margin-left: 25px;
  }
}
.counter__single .counter_nubmer {
  font-size: 42px;
  font-weight: 800;
  line-height: 50px;
  margin-bottom: 0px;
}
.counter__single .counter_nubmer span {
  color: #ffffff;
  letter-spacing: 1px;
}
@media (max-width: 1199px) {
  .counter__single .counter_nubmer {
    font-size: 28px;
  }
}
.counter__single .counter_sub {
  font-size: 16px;
  color: #ffffff;
  display: block;
  text-transform: capitalize;
  letter-spacing: 1px;
  font-weight: 500;
}
.counter__single .icon img {
  width: 70px;
  height: 70px;
}
@media (max-width: 1199px) {
  .counter__single .icon {
    max-width: 70px;
  }
}
.counter__space {
  padding: 100px 0px;
}

/*----------------------------------------*/

/* --------------------accordion-faq-start----------------------- */
.accordion-faq {
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 70px 0px;
  overflow: hidden;
}

.faq-accordion {
  padding-right: 20px;
}
.faq-accordion .accordion-button:focus {
  z-index: 3;
  border-color: transparent;
  outline: 0;
  box-shadow: none;
}
.faq-accordion .accordion-item {
  margin: 0px 0px 15px;
  background-color: #ffffff;
  border: none;
  box-shadow: -1px 2px 7px 0px #00000012;
  border-radius: 0px !important;
  border-left: 3px solid #29327e !important;
}
.faq-accordion .accordion-button {
  background-color: #ffffff;
  color: #29327e;
  font-size: 17px;
  font-weight: 700;
  letter-spacing: 0.3px;
  padding: 12px 20px 12px 20px;
}
.faq-accordion .accordion-button:not(.collapsed) {
  box-shadow: none;
  color: #131414;
}
.faq-accordion .accordion-body {
  padding: 0 60px 15px 20px;
  color: #929292;
  display: block;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.3px;
  line-height: 29px;
}

.singleAbSlide {
  position: absolute;
  right: 119px;
  bottom: -70px;
  left: -12px;
}
.ab_videoArea span {
  display: none;
}
.ab_videoArea {
  position: relative;
  background: #10144a;
  padding: 24px 20px;
  border-radius: 10px;
  z-index: 1;
}
.ab_videoArea h3 {
  font-size: 20px;
  line-height: 24px;
  font-weight: 800;
  letter-spacing: 1px;
  color: #ffffff;
  margin-bottom: 10px;
}
.ab_videoArea p {
  color: #fff;
  margin-bottom: 0px;
  color: #929292;
  display: block;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.3px;
  line-height: 29px;
}
.ab_videoArea img {
  width: 150px;
  height: auto;
  margin: 15px 0px;
}
.ab_videoArea i {
  position: relative;
  top: 18px;
  float: right;
  left: -10px;
  width: 52px;
  height: 52px;
  line-height: 52px;
  border-radius: 50%;
  background: #fff;
  color: #10144a;
  text-align: center;
  z-index: 1;
  font-size: 23px;
}
.ab_videoArea i::after {
  width: 68px;
  height: 68px;
  left: -8px;
  top: -8px;
  background: rgba(255, 255, 255, 0.73);
  position: absolute;
  content: "";
  z-index: -1;
  border-radius: 50%;
  animation-fill-mode: both;
  animation: blinker 1.5s ease-in-out infinite;
  -webkit-animation: blinker 1.5s ease-in-out infinite;
  -moz-animation: blinker 1.5s ease-in-out infinite;
}
@keyframes blinker {
  0% {
    transform: scale(1, 1);
  }
  50% {
    transform: scale(1.1, 1.1);
  }
  100% {
    transform: scale(1, 1);
  }
}

/* --------------------accordion-faq-end----------------------- */

/*----business-service----start----*/

.business-service {
  padding: 70px 0px;
  background-color: #f9f9f9;
}
.services-boxes {
  padding: 0px 0px;
}
.all_color_service {
  padding: 10px;
}
.business_title {
  text-align: center;
  padding: 0px 0px 20px;
}
.business_title p {
  font-size: 15px;
  line-height: 30px;
  color: #929292;
  font-weight: 400;
  margin-bottom: 5px;
  letter-spacing: 0.3px;
  width: 75%;
  margin-right: auto;
  margin-left: auto;
}
.business_title p span {
  font-size: 19px;
  margin-bottom: 13px;
  color: #29327e;
  font-weight: 700;
  line-height: 30px;
  letter-spacing: 0.5px;
}
.business_title h2 {
  font-size: 40px;
  line-height: 50px;
  font-weight: 800;
  margin-bottom: 7px;
  transition: 0.5s;
  color: #151616;
  letter-spacing: 0.8px;
}
.Service-box .all_icon_color {
  border-radius: 7px;
  padding: 40px 30px;
  box-shadow: 0px 0px 20px 0px rgba(42, 67, 113, 0.15);
}

.Service-box .all_icon_color i {
  display: flex;
  padding: 15px;
  fill: #10144a;
  text-align: center;
  line-height: 73px;
  box-shadow: 0px 0px 30px 0px rgba(148, 146, 245, 0.2);
  -webkit-transition: 0.5s;
  transition: 0.5s;
  display: inline-block;
  width: 90px;
  height: 90px;
  line-height: 60px;
  border-radius: 40px 5px 40px 5px;
}
.Service-box .all_icon_color:hover i {
  padding: 10px;
  width: 90px;
  height: 90px;
  line-height: 60px;
  border-radius: 10px;
  background-color: #10144a;
}

.Service-box .all_icon_color:hover img {
  filter: brightness(0) invert(1);
}
.Service-box .all_icon_color i {
  transition: 0.5s;
}
.service-item h3 {
  padding-top: 20px;
  font-size: 20px;
  line-height: 33px;
  margin-bottom: 9px;
  font-weight: 800;
  letter-spacing: 0.3px;
  color: #11154a;
}
.service-item p {
  font-size: 16px;
  line-height: 29px;
  color: #929292;
  font-weight: 400;
  letter-spacing: 0.3px;
  margin-bottom: 10px;
}
.Service-box .all_icon_color .service-btn a {
  background-color: #0e1244;
  margin: 12px 0px 5px 0px;
  padding: 12px 35px 12px 35px;
  border-radius: 35px;
  color: #fff;
  display: inline-block;
  font-size: 16px;
  text-transform: capitalize;
  transition: 0.2s;
  font-weight: 600;
  letter-spacing: 0.5px;
}
.Service-box .all_icon_color:hover {
  box-shadow: 8px 8px 30px 0px rgba(42, 67, 113, 0.15);
}
.Service-box .all_icon_color:hover .service-btn a {
  background-color: #131414;
}
/*----business-service----End----*/

/* ---------video__inner-Start----------*/
.video__area {
  background-image: url(../img/bg/video-bg.jpg);
  position: relative;
  padding: 150px 0px;
  position: relative;
  width: 100%;
  background-position: center center;
  background-size: cover;
  object-fit: cover;
}
.video__area h3 {
  text-align: center;
  font-size: 40px;
  line-height: 50px;
  font-weight: 800;
  margin-bottom: 7px;
  transition: 0.5s;
  color: #fff;
  letter-spacing: 0.8px;
}
.video__inner {
  text-align: center;
}
.video__inner img {
  position: relative;
  width: 100%;
  background-position: center center;
  background-size: cover;
  object-fit: cover;
  height: 500px;
}

/* ---------video__inner-End----------*/

/*  17. backtotop
/*----------------------------------------*/
.backtotop {
  right: 15px;
  z-index: 99;
  bottom: 20px;
  display: none;
  position: fixed;
}
.backtotop .scroll {
  z-index: 1;
  width: 50px;
  height: 50px;
  display: block;
  position: relative;
}
/* @media (max-width: 991px) {
  .backtotop .scroll {
    width: 40px;
    height: 40px;
  }
} */
.backtotop .scroll:before,
.backtotop .scroll:after {
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  content: "";
  position: absolute;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  background-color: #ffffff;
  -webkit-transition: 0.6s cubic-bezier(0.25, 1, 0.5, 1);
  -o-transition: 0.6s cubic-bezier(0.25, 1, 0.5, 1);
  transition: 0.6s cubic-bezier(0.25, 1, 0.5, 1);
  box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.2);
}
/*.backtotop .scroll:after {
  opacity: 0;
  transform: scale(1.5);
}
.backtotop .scroll:hover:before {
  opacity: 0;
  transform: scale(0.3);
}
.backtotop .scroll:hover:after {
  opacity: 1;
  transform: scale(1);
} */
.backtotop .scroll i {
  left: 50%;
  z-index: 1;
  font-size: 15px;
  position: absolute;
  color: #0e1244;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: 0.6s cubic-bezier(0.25, 1, 0.5, 1);
  -o-transition: 0.6s cubic-bezier(0.25, 1, 0.5, 1);
  transition: 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}
.backtotop .scroll i:nth-child(1) {
  top: 50%;
  transform: translate(-50%, -50%);
}
/* .backtotop .scroll i:nth-child(2) {
  top: 110%;
  opacity: 0;
  visibility: hidden;
}
.backtotop .scroll:hover i:nth-child(1) {
  top: -110%;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.backtotop .scroll:hover i:nth-child(2) {
  top: 50%;
  opacity: 1;
  visibility: visible;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
} */

/*----------------------------------------*/
/*  18. preloader
/*----------------------------------------*/
.ctn-preloader {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: default;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 9000;
}

.ctn-preloader .animation-preloader {
  z-index: 1000;
}

.ctn-preloader .animation-preloader .spinner {
  -webkit-animation: spinner 1s infinite linear;
  animation: spinner 1s infinite linear;
  border-radius: 50%;
  border: 4px solid rgb(124 124 124);
  border-top-color: #00138f;
  height: 100px;
  margin: 0 auto 2em auto;
  width: 100px;
}

.ctn-preloader .animation-preloader .txt-loading {
  font: bold 5em "Lato", sans-serif;
  text-align: center;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.ctn-preloader .animation-preloader .txt-loading .letters-loading {
  color: rgba(0, 0, 0, 0.2);
  position: relative;
}

.ctn-preloader .animation-preloader .txt-loading .letters-loading:before {
  -webkit-animation: letters-loading 4s infinite;
  animation: letters-loading 4s infinite;
  color: #000;
  content: attr(data-text-preloader);
  left: 0;
  opacity: 0;
  font-family: "Lato", sans-serif;
  position: absolute;
  top: -3px;
  -webkit-transform: rotateY(-90deg);
  transform: rotateY(-90deg);
}

.ctn-preloader
  .animation-preloader
  .txt-loading
  .letters-loading:nth-child(2):before {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}

.ctn-preloader
  .animation-preloader
  .txt-loading
  .letters-loading:nth-child(3):before {
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
}

.ctn-preloader
  .animation-preloader
  .txt-loading
  .letters-loading:nth-child(4):before {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
}

.ctn-preloader
  .animation-preloader
  .txt-loading
  .letters-loading:nth-child(5):before {
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
}

.ctn-preloader
  .animation-preloader
  .txt-loading
  .letters-loading:nth-child(6):before {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}

.ctn-preloader
  .animation-preloader
  .txt-loading
  .letters-loading:nth-child(7):before {
  -webkit-animation-delay: 1.2s;
  animation-delay: 1.2s;
}

.ctn-preloader
  .animation-preloader
  .txt-loading
  .letters-loading:nth-child(8):before {
  -webkit-animation-delay: 1.4s;
  animation-delay: 1.4s;
}

.ctn-preloader.dark .animation-preloader .spinner {
  border-color: rgba(255, 255, 255, 0.2);
  border-top-color: #ffffff;
}

.ctn-preloader.dark .animation-preloader .txt-loading .letters-loading {
  color: rgba(255, 255, 255, 0.2);
}

.ctn-preloader.dark .animation-preloader .txt-loading .letters-loading:before {
  color: #ffffff;
}

.ctn-preloader p {
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 8px;
  color: #3b3b3b;
}

.ctn-preloader .loader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-size: 0;
  z-index: 1;
  pointer-events: none;
}

.ctn-preloader .loader .row {
  height: 100%;
}

.ctn-preloader .loader .loader-section {
  padding: 0px;
}

.ctn-preloader .loader .loader-section .bg {
  background-color: #ffffff;
  height: 100%;
  left: 0;
  width: 100%;
  -webkit-transition: all 800ms cubic-bezier(0.77, 0, 0.175, 1);
  -o-transition: all 800ms cubic-bezier(0.77, 0, 0.175, 1);
  transition: all 800ms cubic-bezier(0.77, 0, 0.175, 1);
}

.ctn-preloader .loader.dark_bg .loader-section .bg {
  background: #111339;
}

.ctn-preloader.loaded .animation-preloader {
  opacity: 0;
  -webkit-transition: 0.3s ease-out;
  -o-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}

.ctn-preloader.loaded .loader-section .bg {
  width: 0;
  -webkit-transition: 0.7s 0.3s allcubic-bezier(0.1, 0.1, 0.1, 1);
  -o-transition: 0.7s 0.3s allcubic-bezier(0.1, 0.1, 0.1, 1);
  transition: 0.7s 0.3s allcubic-bezier(0.1, 0.1, 0.1, 1);
}

@-webkit-keyframes spinner {
  to {
    -webkit-transform: rotateZ(360deg);
    transform: rotateZ(360deg);
  }
}
@keyframes spinner {
  to {
    -webkit-transform: rotateZ(360deg);
    transform: rotateZ(360deg);
  }
}
@-webkit-keyframes letters-loading {
  0%,
  75%,
  100% {
    opacity: 0;
    -webkit-transform: rotateY(-90deg);
    transform: rotateY(-90deg);
  }
  25%,
  50% {
    opacity: 1;
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
  }
}
@keyframes letters-loading {
  0%,
  75%,
  100% {
    opacity: 0;
    -webkit-transform: rotateY(-90deg);
    transform: rotateY(-90deg);
  }
  25%,
  50% {
    opacity: 1;
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
  }
}
@media screen and (max-width: 767px) {
  .ctn-preloader .animation-preloader .spinner {
    height: 8em;
    width: 8em;
  }

  .ctn-preloader .animation-preloader .txt-loading {
    font: bold 3.5em "Lato", sans-serif;
  }
}
@media screen and (max-width: 500px) {
  .ctn-preloader .animation-preloader .spinner {
    height: 7em;
    width: 7em;
  }

  .ctn-preloader .animation-preloader .txt-loading {
    font: bold 2em "Lato", sans-serif;
  }
}
/* form */
/*----------------------------------------*/
/*  12. footer
/*----------------------------------------*/

.footer__area {
  background-image: url(../img/bg/footer-banner.jpg);
  padding: 70px 0px 25px;
  position: relative;
  width: 100%;
  background-position: center center;
  background-size: cover;
}

.footer__main {
  margin-bottom: 40px;
}
.footer-logo img {
  width: 90%;
  padding: 0px 0px 11px;
}

.footer__widget h3 {
  color: #ffffff;
  font-weight: 600;
  text-transform: capitalize;
  font-size: 20px;
  line-height: 33px;
  margin-bottom: 7px;
}
.footer__widget p {
  margin-top: 12px;
  font-size: 15px;
  line-height: 26px;
  color: #bfbfbf;
  font-weight: 400;
  letter-spacing: 0.3px;
}
.footer__widget ul li {
  color: #bfbfbf;
  font-size: 16px;
  padding: 5px 0px;
  line-height: 28px;
  display: flex;
  align-items: center;
}
.footer__widget ul li i {
  margin-right: 12px;
  color: #fff;
  font-size: 20px;
  line-height: 28px;
  height: 40px;
  display: flex;
  align-items: center;
}
.footer__widget ul li a {
  color: #bfbfbf;
  font-size: 15px;
  line-height: 28px;
}
.footer__widget ul li a:hover {
  color: #ffffff;
}
.footer__bottom {
  padding: 25px 0px 0px;
  border-top: 1px solid #2a313a;
}

.powerby p {
  color: #bfbfbf;
  font-size: 16px;
  line-height: 28px;
  text-align: center;
}
.powerby p a {
  font-weight: 600;
  color: #bfbfbf;
  font-size: 16px;
  line-height: 28px;
  margin: 0px 5px;
}
.powerby p a:hover {
  color: #fff;
}
.footer__bottom .social-links a {
  color: #ffffff;
}

.client-slider {
  padding: 70px 0px 70px;
  background-color: #f9f9f9;
}

.whatsapp-icon-1 {
  position: fixed;
  bottom: 80px;
  right: 15px;
  z-index: 888;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 0;
  cursor: pointer;
  box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.2);
}

@media (max-width: 576px) and (max-width: 767.98px) {
  .logo {
    text-align: center;
    padding: 2px 0px;
  }
  .logo img {
    width: 75%;
    padding: 0px;
  }

  .slider__content p {
    left: 0;
    right: 0;
    font-size: 20px;
    margin: 0px 15px;
    margin-bottom: 15px;
    line-height: 30px;
  }
  .slider__content h1 {
    left: 0;
    right: 0;
    margin: 2px 15px;
    font-size: 40px;
    margin-bottom: 0px;
    line-height: 50px;
    position: relative;
  }

  .slider__contact-info,
  .about__area,
  .services__area,
  .counter__space,
  .accordion-faq,
  .business-service,
  .team__area,
  .portfolio__area,
  .testimonial__area,
  .blog__area,
  .footer__area,
  .shop__details--area {
    padding: 40px 0px;
  }
  .slider__contact-info {
    text-align: center;
  }
  .about__right .img_01 img {
    padding: 0px 0px 25px 0px;
  }
  .sec_title .sub_title::before {
    width: 25px;
    height: 2px;
  }
  .sec_title .sub_title {
    font-size: 15px;
    margin-bottom: 5px;
    padding-left: 40px;
  }
  .sec_title .title {
    margin-bottom: 10px;
  }
  .sec_title p,
  .shop__details--content p {
    padding-top: 5px;
    font-size: 15px;
    line-height: 28px;
    margin-bottom: 10px;
  }
  .sec_title .about-content p {
    font-size: 15px;
    line-height: 28px;
    margin-bottom: 0px;
  }
  .sec_title .about-content {
    margin-bottom: 20px;
  }
  .singleService {
    margin: 10px;
  }
  .singleService-boxes {
    padding: 20px 20px 95px 20px;
  }
  .singleService p {
    font-size: 15px;
    line-height: 28px;
  }
  .box:before {
    width: 240px;
    height: 250px;
  }
  .box i {
    color: #2e347c;
    font-size: 45px;
    line-height: 45px;
  }
  .counter__single {
    padding: 10px;
  }
  .counter__single .counter_nubmer {
    line-height: 38px;
  }
  .counter__single .counter_sub {
    font-size: 15px;
    line-height: 28px;
  }
  .counter__single .icon {
    text-align: center;
  }
  .counter__single .icon img {
    width: 50px;
    height: 50px;
  }
  .faq-accordion {
    padding-right: 0px;
    padding-bottom: 20px;
  }
  .faq-accordion .accordion-button {
    font-size: 15px;
    padding: 12px 15px 12px 15px;
  }
  .faq__active {
    padding: 0px 0px 0px 0px;
  }
  .faq-accordion .accordion-body {
    padding: 0px 15px 12px 15px;
    font-size: 15px;
    line-height: 28px;
  }
  .singleAbSlide {
    position: relative;
    right: 0;
    bottom: 0px;
    left: 0;
    margin-top: 20px;
  }
  .ab_videoArea h3 {
    font-size: 17px;
    line-height: 28px;
    font-weight: 800;
    margin-bottom: 10px;
  }
  .ab_videoArea p {
    font-size: 15px;
    line-height: 28px;
  }
  .ab_videoArea img {
    width: 130px;
    height: auto;
    margin: 25px 0px 15px;
  }

  .business_title p span,
  .team___title p span,
  .portfolio-heading p span,
  .testimonial-heading p span {
    font-size: 17px;
    margin-bottom: 5px;
    line-height: 27px;
  }
  .business_title p,
  .team___title p,
  .portfolio-heading p,
  .testimonial-heading p {
    font-size: 15px;
    line-height: 28px;
    width: 100%;
  }
  .business_title h2,
  .team___title h2,
  .portfolio-heading h2,
  .testimonial-heading h3,
  .portfolio__single .content .title a {
    font-size: 30px;
    line-height: 40px;
    margin-bottom: 10px;
  }
  .Service-box .all_icon_color {
    border-radius: 5px;
    padding: 20px;
  }

  .service-item p,
  .witr_team_content2 p,
  .testimonial__single .info p,
  .blog__single .content p {
    font-size: 15px;
    line-height: 28px;
  }
  .service-item h3,
  .witr_team_content2 h5 {
    padding-top: 10px;
    font-size: 17px;
    line-height: 30px;
    margin-bottom: 5px;
  }
  .Service-box .all_icon_color i {
    font-size: 25px;
    width: 80px;
    height: 80px;
    line-height: 40px;
    border-radius: 20px 5px 20px 5px;
  }
  .Service-box .all_icon_color:hover i {
    font-size: 30px;
    width: 80px;
    height: 80px;
    line-height: 53px;
    border-radius: 5px;
  }
  .Service-box .all_icon_color .service-btn a {
    margin: 5px 0px 5px 0px;
    padding: 10px 30px 10px 30px;
    font-size: 15px;
  }
  .team-part {
    margin: 10px 3px;
  }
  .team-part .team-social {
    bottom: -80px;
    height: 80px;
  }
  .team-social ul {
    padding-top: 20px;
  }
  .portfolio-menu {
    padding-bottom: 10px;
  }

  .portfolio__single .content .title a,
  .blog__single .content .title a {
    font-size: 17px;
    line-height: 30px;
  }

  .portfolio__single .content .icon {
    font-size: 20px;
  }
  .portfolio__single .content .icon:hover {
    font-size: 25px;
    color: #ffffff;
  }
  .testimonial__single .info {
    border-radius: 5px;
    padding: 25px;
    margin-bottom: 25px;
    height: auto;
  }
  .testimonial__single .info .em_crating i {
    margin-bottom: 15px;
    font-size: 15px;
  }
  .testimonial__single .info:after {
    position: absolute;
    content: "";
    left: 9%;
    bottom: -12px;
    width: 30px;
    height: 30px;
  }
  .testimonial__active .owl-nav div {
    width: 35px;
    height: 35px;
    line-height: 32px;
    font-size: 12px;
    border: 2px solid #ffffff;
  }
  .blog__single {
    margin: 10px;
  }
  .blog__single .content {
    padding: 15px;
  }
  .blog__meta li {
    font-size: 13px;
    color: #0e1244;
    margin-right: 40px;
  }
  .footer-logo {
    text-align: center;
  }
  .footer-logo img {
    width: 95%;
    padding: 5px 5px;
  }
  .footer__widget {
    margin: 10px 0px;
  }
  .footer__widget p {
    margin-top: 0px;
    font-size: 15px;
    line-height: 28px;
  }
  .footer__widget h3 {
    font-size: 17px;
    line-height: 30px;
    margin-bottom: 0px;
  }
  .footer__widget ul li {
    font-size: 15px;
    line-height: 28px;
  }
  .footer__main {
    margin-bottom: 15px;
  }
  .footer__bottom {
    padding: 15px 0px 0px;
    border-top: 1px solid #2a313a;
  }
  .powerby p {
    text-align: center;
    font-size: 15px;
    line-height: 28px;
  }
  .powerby p a {
    font-size: 15px;
    line-height: 28px;
  }
  .powerby {
    margin-bottom: 10px;
  }
  .social-links {
    justify-content: center !important;
  }
  .social-links a {
    width: 40px;
    height: 40px;
    font-size: 12px;
    line-height: 36px;
  }
  .video__inner img {
    object-fit: cover;
    height: 300px;
  }
  .page__title--area {
    padding: 50px 0px;
    position: relative;
  }
  .page__title--info h1 {
    color: #ffffff;
    margin-bottom: 7px;
    font-size: 30px;
    line-height: 40px;
  }
  .page__title--info ul li {
    font-size: 10px;
  }
  .video__area {
    position: relative;
    padding: 70px 0px;
  }
  .video__area h3 {
    font-size: 25px;
    line-height: 35px;
  }
  .singleService .box i img {
    width: 70px;
  }
  .services__single--3 img {
    padding: 5px 10px;
  }
  .services__item--border {
    padding: 3px;
    margin: 5px 0px;
  }
  .shop__details--wrapper .pd-img {
    flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    max-width: 100%;
    border-radius: 10px;
  }
  .shop__details--wrapper .pd-img .big-img img {
    width: 100%;
    height: 310px;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .logo img {
    width: 60%;
  }
  .logo {
    text-align: center;
    max-width: 100%;
    padding: 3px 0px;
  }

  .slider__content p {
    left: 0;
    right: 0;
    font-size: 23px;
    margin: 0px 15px;
    margin-bottom: 15px;
    line-height: 30px;
  }
  .slider__content h1 {
    left: 0;
    right: 0;
    margin: 8px 15px;
    font-size: 70px;
    margin-bottom: 0px;
    line-height: 80px;
    position: relative;
  }
  .about__right {
    padding-bottom: 15px;
  }
  .slider__contact-info,
  .about__area,
  .services__area,
  .counter__space,
  .accordion-faq,
  .business-service,
  .team__area,
  .portfolio__area,
  .testimonial__area,
  .blog__area,
  .footer__area {
    padding: 60px 0px;
  }
  .singleService {
    position: relative;
    margin: 0px 0px;
  }
  .counter__single .counter__content {
    margin-left: 20px;
  }
  .ul_li_center {
    margin: 15px;
    padding: 5px;
    justify-content: flex-start;
  }
  .faq__active {
    padding: 30px 60px 00px 60px;
  }
  .singleAbSlide {
    position: relative;
    right: 0;
    bottom: 0px;
    left: 0;
  }
  .ab_videoArea {
    padding: 35px;
    border-radius: 10px;
  }
  .all_color_service {
    padding: 10px 0px;
  }
  .video__inner img {
    height: 350px;
  }
  .team-part {
    cursor: pointer;
    margin: 10px 0px;
  }

  .blog__single {
    margin: 10px 0px;
  }
  .footer__widget {
    margin-bottom: 25px;
  }
  .footer__area {
    padding: 60px 0px 25px;
  }
  .footer__main {
    margin-bottom: 0px;
  }
  .page__title--area {
    padding: 70px 0px;
    position: relative;
  }
  .services__single--3 img {
    padding: 10px 15px;
  }
  .shop__details--wrapper .pd-img {
    flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    max-width: 100%;
    border-radius: 10px;
  }
}
@media (min-width: 992px) and (max-width: 1023.99px) {
  .slider__content p {
    left: 0;
    right: 0;
    font-size: 30px;
    margin: 0px 15px;
    margin-bottom: 30px;
    line-height: 30px;
  }
  .blog__single .content {
    padding: 20px;
  }
  .slider__content h1 {
    left: 0;
    right: 0;
    margin: 20px 15px;
    font-size: 95px;
    margin-bottom: 0px;
    line-height: 105px;
    position: relative;
  }
  .ul_li_center {
    margin: 10px;
    padding: 10px;
  }
  .footer-logo img {
    width: 80%;
    padding: 5px 5px;
  }
  .footer__main {
    margin-bottom: 35px;
  }
  .footer__widget {
    margin-bottom: 30px;
  }
  .main-menu ul li a {
    font-size: 16px;
    padding: 10px 0;
  }
  .page__title--area {
    padding: 70px 0px;
    position: relative;
  }
  .services__single--3 img {
    padding: 10px 20px;
  }
  .shop__details--wrapper .pd-img {
    flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    max-width: 100%;
    border-radius: 10px;
  }
  .main-menu ul li:not(:last-child) {
    margin-right: 20px;
  }
  .page__title--info h1 {
    font-size: 50px;
    line-height: 70px;
  }
}
@media (min-width: 1024px) and (max-width: 1368px) {
  .slider__contact-info,
  .about__area,
  .services__area,
  .accordion-faq,
  .business-service,
  .services__bg,
  .client-slider,
  .contact__area,
  .page__title--area,
  .team__area,
  .shop__details--area {
    padding: 50px 0px;
  }
  .video__area {
    padding: 70px 0px;
  }
  .slider__content h1 {
    left: 20%;
    font-size: 60px;
    margin-bottom: 25px;
    line-height: 70px;
  }
  .slider__content p {
    left: 20%;
    font-size: 25px;
    margin-bottom: 0px;
    line-height: 30px;
  }
  .number_info .sn_number,
  .video__area h3 {
    font-size: 29px;
    letter-spacing: 0.2px;
    line-height: 30px;
  }
  .page__title--info h1 {
    margin-bottom: 10px;
    font-size: 40px;
    line-height: 55px;
  }
  .sec_title p,
  .singleService p,
  .faq-accordion .accordion-body,
  .business_title p,
  .business_title p span,
  .contact__info--item .content a,
  .contact__info--item .content p,
  .shop__details--content p,
  .shop__details--content ul li {
    font-size: 15px;
    line-height: 27px;
  }
  .sec_title p:not(:last-child) {
    margin-bottom: 10px;
  }
  .sec_title .sub_title::before {
    width: 30px;
  }
  .sec_title .sub_title {
    font-size: 16px;
    padding-left: 40px;
  }

  .service-item p,
  .service-item p span,
  .team___title p,
  .team___title p span,
  .services__title p,
  .services__title p span,
  .shop__details--content ul h4,
  .details_share_links .list_title {
    font-size: 16px;
    line-height: 30px;
  }
  .sec_title .title,
  .team___title h2 {
    font-size: 35px;
    line-height: 50px;
    margin-bottom: 10px;
  }
  .about__right .img_01 img {
    padding: 0px 0px;
    border-radius: 10px;
  }
  .sec_title .about-content {
    margin-bottom: 15px;
  }
  .singleService-boxes {
    padding: 30px 25px 95px 25px;
  }
  .singleService-boxes-top-img {
    padding: 95px 25px 30px 25px;
  }
  .singleService h3,
  .service-item h3,
  .footer__widget h3,
  .contact__info--item .content h4,
  .witr_team_content2 h5 {
    font-size: 18px;
    line-height: 30px;
  }
  .boxTop .box {
    margin-bottom: 75px;
  }
  .singleService p {
    margin-bottom: 75px;
  }
  .faq-accordion .accordion-button {
    font-size: 16px;
  }
  .business_title {
    text-align: center;
    padding: 0px 0px 10px;
  }
  .business_title h2,
  .services__title h2 {
    font-size: 35px;
    line-height: 50px;
    margin-bottom: 10px;
  }
  .all_color_service {
    padding: 10px 0px;
  }
  .Service-box .all_icon_color {
    border-radius: 5px;
    padding: 30px 25px;
  }
  .Service-box .all_icon_color i {
    padding: 20px;
    line-height: 40px;
    border-radius: 30px 5px 30px 5px;
  }
  .Service-box .all_icon_color:hover i {
    padding: 15px;
    border-radius: 5px;
    line-height: 40px;
  }
  .team___title {
    text-align: center;
    padding: 0px 0px 5px;
  }
  .footer__main {
    margin-bottom: 20px;
  }
  .footer__bottom {
    padding: 20px 0px 0px;
  }
  .footer__area {
    padding: 50px 0px 20px;
  }
  .footer__widget p {
    margin-top: 10px;
    font-size: 14px;
  }
  .footer__widget ul li,
  .footer__widget ul li a {
    font-size: 14px;
    line-height: 27px;
  }
  .powerby p {
    color: #bfbfbf;
    font-size: 14px;
    line-height: 28px;
  }
  .services__title {
    text-align: center;
    margin-bottom: 10px;
  }
  .services__single--3 img {
    padding: 10px 30px;
  }
  .shop__details--wrapper .pd-img {
    flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    max-width: 100%;
    border-radius: 10px;
  }
  .shop__details--content .title {
    font-size: 25px;
    line-height: 35px;
  }
}
