@charset "UTF-8";
/*-----------------------------------------------------------------------------------


    CSS INDEX
    ===================

01. animation
02. common
03. header
04. slider
05. testimonial
06. counter
07. news
08. brand
09. footer
10. sponsor
11. pricing
12. offer
13. team
14. contact
15. breadcrumb
16. widget
17. service-details
18. feedback
19. faq
20. project-details
21. blog-details
22. shop
23. product
24. portfolio
25. product-details
-----------------------------------------------------------------------------------*/
/*
********************************************************************
************ 1. variables
********************************************************************
*/
@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,900&family=Rubik:wght@300;400;500;600;700;800;900&display=swap");
/*
========
01. animation
=========================================
*/
@keyframes scaleUp {
  0% {
    opacity: 1;
    transform: scale(1);
  }
  100% {
    transform: scale(1.2);
    opacity: 0;
  }
}
@keyframes scaleUp2 {
  0% {
    transform: translateY(1);
  }
  20% {
    transform: translateY(-15px);
  }
  40% {
    transform: translateY(1);
  }
  80% {
    transform: translateY(-15px);
  }
  100% {
    transform: translateY(1);
  }
}
.scaleUp2 {
  animation-name: scaleUp2;
  animation-duration: 5s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}

.topRightScale {
  animation-name: topRightScale;
  animation-duration: 2s;
  animation-timing-function: ease-in;
}

@keyframes topRightScale {
  0% {
    opacity: 0;
    transform-origin: top right;
    transform: scale(0);
  }
  100% {
    opacity: 1;
    transform-origin: top right;
    transform: scale(1);
  }
}
.translateXdirection {
  animation-name: translateXdirection;
  animation-duration: 2s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}

/*
********************************************************************
************ 2. mixins
********************************************************************
*/
/*
========
02. common
=========================================
*/
/* Default Css */
.container-fluid {
  padding: 0 70px;
}
.map-img {
    width: 100%;
}
@media (max-width: 767px) {
  .container-fluid {
    padding: 0 20px;
  }
}



img {
  max-width: 100%;
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}



button,
.btn {
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}
button:active, button:hover, button:focus,
.btn:active,
.btn:hover,
.btn:focus {
  outline: 0;
}

button:focus,
input:focus,
input:focus,
textarea,
textarea:focus,
.btn:focus {
  outline: 0;
  box-shadow: none;
}

.form-control:focus {
  color: #121121;
  background-color: transparent;
  outline: 0;
  box-shadow: none;
}

.btn:hover,
.btn:focus {
  outline: 0;
  box-shadow: none;
  color: #fff;
}



hr {
  margin: 20px 0;
  border-color: #15287d;
}

ol {
  list-style: decimal;
}

ol ol ol {
  list-style: lower-roman;
}

ol ol {
  list-style: lower-alpha;
}

p {
  line-height: 2;
}
p:last-child {
  margin-bottom: 0;
}

/* Form */
label {
  color: #eff1f7;
  cursor: pointer;
  font-size: 16px;
  font-weight: 400;
}

*::-moz-selection {
  background: #007cfb;
  color: #fff;
  text-shadow: none;
}

::-moz-selection {
  background: #007cfb;
  color: #fff;
  text-shadow: none;
}

::selection {
  background: #007cfb;
  color: #fff;
  text-shadow: none;
}

/* Placeholder */
*::-moz-placeholder {
  color: #899399;
  font-size: 16px;
  opacity: 1;
}

*::placeholder {
  color: #899399;
  font-size: 16px;
  opacity: 1;
}

*:focus:-moz-placeholder {
  opacity: 0;
}

*:focus::placeholder {
  opacity: 0;
}

/* Button */
.btn-theme {
  color: #fff;
  border-color: #007cfb;
  background: #007cfb;
}
.btn-theme:hover {
  background: #007cfb;
  color: #fff;
  border-color: #007cfb;
}

.btn-rounded {
  border-radius: 100%;
}

.btn-square {
  border-radius: 0;
}

.has-border-top {
  border-top: 1px solid #e7e9f2;
}

/* Bg Color */
.bg-1 {
  background-color: #edf6ff;
}

.bg-2 {
  background-color: #15287d;
}

.bg-3 {
  background-color: #edf6ff;
}

.bg-4, .bg-6 {
  background-color: #eef0f6;
}

.bg-5 {
  background-color: #1f338c;
}

.bg-7 {
  background-color: #253a98;
}

.bg-8 {
  background-color: #f0f1f8;
}

/* Text Color */
.gray-color {
  background: #eff1f7;
}

.white-color {
  color: #fff;
}

.black-color {
  color: #000;
}

.theme-color {
  color: #007cfb;
}

.theme-bg-color {
  background-color: #15287d;
}

/* Others Common Css Here :) */
#scrollUp {
  position: fixed;
  bottom: 30px;
  right: 30px;
  background: #007cfb;
  height: 40px;
  width: 40px;
  text-align: center;
  line-height: 38px;
  color: #fff;
  font-size: 16px;
  border: 0;
  border-radius: 4px;
  font-weight: 700;
  opacity: 0.6;
}
#scrollUp:hover {
  opacity: 1;
}

#scrollUp:hover {
  background: #007cfb;
}

.table-row {
  display: table;
  width: 100%;
  height: 100%;
}

.table-cell {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
}

.f-left {
  float: left;
}

.f-right {
  float: right;
}

.fix {
  overflow: hidden;
}

.separator {
  border-top: 1px solid #f2f2f2;
}

.mt-53 {
  margin-top: 53px;
}

.pr-5-px {
  padding-right: 5px;
}

.pb-127 {
  padding-bottom: 127px;
}

.mt-17 {
  margin-top: 17px;
}

.mb-333 {
  margin-bottom: 333px;
}

.mb-20-important {
  margin-bottom: 20px;
}

.mt-285 {
  margin-top: 285px;
}

.mt-50-important {
  margin-top: 50px;
}

.pb-302 {
  padding-bottom: 302px;
}

.mt-minus-120 {
  margin-top: -120px;
}

.mt-minus-140 {
  margin-top: -140px;
}

.mt-minus-190 {
  margin-top: -190px;
}

.pt-135 {
  padding-top: 135px;
}

.mt-330 {
  margin-top: 330px;
}

.mt-minus-160 {
  margin-top: -160px;
}

.mr-15 {
  margin-right: 15px;
}

.mt-15 {
  margin-top: 15px;
}

.mt-315 {
  margin-top: 315px;
}

.pr-88 {
  padding-right: 88px;
}

.pb-310 {
  padding-bottom: 310px;
}

.mt-minus-75 {
  margin-top: -75px;
}

.mt-293 {
  margin-top: 293px;
}

.mt-minus-195 {
  margin-top: -195px;
}

.pt-335 {
  padding-top: 335px;
}

.mb-40-important {
  margin-bottom: 40px;
}

.pr-31 {
  padding-right: 31px;
}

/*-- 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;
}

.mt-205 {
  margin-top: 205px;
}

.mt-210 {
  margin-top: 210px;
}

.mt-215 {
  margin-top: 215px;
}

.mt-220 {
  margin-top: 220px;
}

.mt-225 {
  margin-top: 225px;
}

.mt-230 {
  margin-top: 230px;
}

.mt-235 {
  margin-top: 235px;
}

.mt-240 {
  margin-top: 240px;
}

.mt-245 {
  margin-top: 245px;
}

.mt-250 {
  margin-top: 250px;
}

.mt-255 {
  margin-top: 255px;
}

.mt-260 {
  margin-top: 260px;
}

.mt-265 {
  margin-top: 265px;
}

.mt-270 {
  margin-top: 270px;
}

.mt-275 {
  margin-top: 275px;
}

.mt-280 {
  margin-top: 280px;
}

.mt-285 {
  margin-top: 285px;
}

.mt-290 {
  margin-top: 290px;
}

.mt-295 {
  margin-top: 295px;
}

.mt-300 {
  margin-top: 300px;
}

/*-- 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;
}

.mb-205 {
  margin-bottom: 205px;
}

.mb-210 {
  margin-bottom: 210px;
}

.mb-215 {
  margin-bottom: 215px;
}

.mb-220 {
  margin-bottom: 220px;
}

.mb-225 {
  margin-bottom: 225px;
}

.mb-230 {
  margin-bottom: 230px;
}

.mb-235 {
  margin-bottom: 235px;
}

.mb-240 {
  margin-bottom: 240px;
}

.mb-245 {
  margin-bottom: 245px;
}

.mb-250 {
  margin-bottom: 250px;
}

.mb-255 {
  margin-bottom: 255px;
}

.mb-260 {
  margin-bottom: 260px;
}

.mb-265 {
  margin-bottom: 265px;
}

.mb-270 {
  margin-bottom: 270px;
}

.mb-275 {
  margin-bottom: 275px;
}

.mb-280 {
  margin-bottom: 280px;
}

.mb-285 {
  margin-bottom: 285px;
}

.mb-290 {
  margin-bottom: 290px;
}

.mb-295 {
  margin-bottom: 295px;
}

.mb-300 {
  margin-bottom: 300px;
}

/*-- 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;
}

.ml-205 {
  margin-left: 205px;
}

.ml-210 {
  margin-left: 210px;
}

.ml-215 {
  margin-left: 215px;
}

.ml-220 {
  margin-left: 220px;
}

.ml-225 {
  margin-left: 225px;
}

.ml-230 {
  margin-left: 230px;
}

.ml-235 {
  margin-left: 235px;
}

.ml-240 {
  margin-left: 240px;
}

.ml-245 {
  margin-left: 245px;
}

.ml-250 {
  margin-left: 250px;
}

.ml-255 {
  margin-left: 255px;
}

.ml-260 {
  margin-left: 260px;
}

.ml-265 {
  margin-left: 265px;
}

.ml-270 {
  margin-left: 270px;
}

.ml-275 {
  margin-left: 275px;
}

.ml-280 {
  margin-left: 280px;
}

.ml-285 {
  margin-left: 285px;
}

.ml-290 {
  margin-left: 290px;
}

.ml-295 {
  margin-left: 295px;
}

.ml-300 {
  margin-left: 300px;
}

/*-- 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;
}

.pr-205 {
  padding-right: 205px;
}

.pr-210 {
  padding-right: 210px;
}

.pr-215 {
  padding-right: 215px;
}

.pr-220 {
  padding-right: 220px;
}

.pr-225 {
  padding-right: 225px;
}

.pr-230 {
  padding-right: 230px;
}

.pr-235 {
  padding-right: 235px;
}

.pr-240 {
  padding-right: 240px;
}

.pr-245 {
  padding-right: 245px;
}

.pr-250 {
  padding-right: 250px;
}

.pr-255 {
  padding-right: 255px;
}

.pr-260 {
  padding-right: 260px;
}

.pr-265 {
  padding-right: 265px;
}

.pr-270 {
  padding-right: 270px;
}

.pr-275 {
  padding-right: 275px;
}

.pr-280 {
  padding-right: 280px;
}

.pr-285 {
  padding-right: 285px;
}

.pr-290 {
  padding-right: 290px;
}

.pr-295 {
  padding-right: 295px;
}

.pr-300 {
  padding-right: 300px;
}

.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;
}

.pt-205 {
  padding-top: 205px;
}

.pt-210 {
  padding-top: 210px;
}

.pt-215 {
  padding-top: 215px;
}

.pt-220 {
  padding-top: 220px;
}

.pt-225 {
  padding-top: 225px;
}

.pt-230 {
  padding-top: 230px;
}

.pt-235 {
  padding-top: 235px;
}

.pt-240 {
  padding-top: 240px;
}

.pt-245 {
  padding-top: 245px;
}

.pt-250 {
  padding-top: 250px;
}

.pt-255 {
  padding-top: 255px;
}

.pt-260 {
  padding-top: 260px;
}

.pt-265 {
  padding-top: 265px;
}

.pt-270 {
  padding-top: 270px;
}

.pt-275 {
  padding-top: 275px;
}

.pt-280 {
  padding-top: 280px;
}

.pt-285 {
  padding-top: 285px;
}

.pt-290 {
  padding-top: 290px;
}

.pt-295 {
  padding-top: 295px;
}

.pt-300 {
  padding-top: 300px;
}

/*-- 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;
}

.pb-205 {
  padding-bottom: 205px;
}

.pb-210 {
  padding-bottom: 210px;
}

.pb-215 {
  padding-bottom: 215px;
}

.pb-220 {
  padding-bottom: 220px;
}

.pb-225 {
  padding-bottom: 225px;
}

.pb-230 {
  padding-bottom: 230px;
}

.pb-235 {
  padding-bottom: 235px;
}

.pb-240 {
  padding-bottom: 240px;
}

.pb-245 {
  padding-bottom: 245px;
}

.pb-250 {
  padding-bottom: 250px;
}

.pb-255 {
  padding-bottom: 255px;
}

.pb-260 {
  padding-bottom: 260px;
}

.pb-265 {
  padding-bottom: 265px;
}

.pb-270 {
  padding-bottom: 270px;
}

.pb-275 {
  padding-bottom: 275px;
}

.pb-280 {
  padding-bottom: 280px;
}

.pb-285 {
  padding-bottom: 285px;
}

.pb-290 {
  padding-bottom: 290px;
}

.pb-295 {
  padding-bottom: 295px;
}

.pb-300 {
  padding-bottom: 300px;
}

/*-- 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;
}

.pl-205 {
  padding-left: 205px;
}

.pl-210 {
  padding-left: 210px;
}

.pl-215 {
  padding-left: 215px;
}

.pl-220 {
  padding-left: 220px;
}

.pl-225 {
  padding-left: 225px;
}

.pl-230 {
  padding-left: 230px;
}

.pl-235 {
  padding-left: 235px;
}

.pl-240 {
  padding-left: 240px;
}

.pl-245 {
  padding-left: 245px;
}

.pl-250 {
  padding-left: 250px;
}

.pl-255 {
  padding-left: 255px;
}

.pl-260 {
  padding-left: 260px;
}

.pl-265 {
  padding-left: 265px;
}

.pl-270 {
  padding-left: 270px;
}

.pl-275 {
  padding-left: 275px;
}

.pl-280 {
  padding-left: 280px;
}

.pl-285 {
  padding-left: 285px;
}

.pl-290 {
  padding-left: 290px;
}

.pl-295 {
  padding-left: 295px;
}

.pl-300 {
  padding-left: 300px;
}

/*-- 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;
}

.pr-205 {
  padding-right: 205px;
}

.pr-210 {
  padding-right: 210px;
}

.pr-215 {
  padding-right: 215px;
}

.pr-220 {
  padding-right: 220px;
}

.pr-225 {
  padding-right: 225px;
}

.pr-230 {
  padding-right: 230px;
}

.pr-235 {
  padding-right: 235px;
}

.pr-240 {
  padding-right: 240px;
}

.pr-245 {
  padding-right: 245px;
}

.pr-250 {
  padding-right: 250px;
}

.pr-255 {
  padding-right: 255px;
}

.pr-260 {
  padding-right: 260px;
}

.pr-265 {
  padding-right: 265px;
}

.pr-270 {
  padding-right: 270px;
}

.pr-275 {
  padding-right: 275px;
}

.pr-280 {
  padding-right: 280px;
}

.pr-285 {
  padding-right: 285px;
}

.pr-290 {
  padding-right: 290px;
}

.pr-295 {
  padding-right: 295px;
}

.pr-300 {
  padding-right: 300px;
}

.button-group button {
  border: 0;
  line-height: 1;
  padding: 0;
  color: #7c89c5;
  font-size: 16px;
  background: transparent;
  display: inline-block;
  padding-right: 25px;
}
.button-group button.active {
  color: #15287d;
}
.button-group-2 button {
  font-size: 18px;
  color: #15287d;
  padding: 10px 20px;
  text-align: center;
  border-radius: 10px;
  font-weight: 600;
  text-transform: capitalize;
}
.button-group-2 button.active {
  background-color: #007cfb;
  color: #ffffff;
}
@media (max-width: 767px) {
  .button-group-2 button {
    font-size: 14px;
    color: #15287d;
    padding: 5px 10px;
  }
}

.generic-btn {
  background-color: #007cfb;
  line-height: 1;
  padding: 10px;
  display: flex;
  align-items: center;
  width: -moz-max-content;
  width: -webkit-max-content;
  padding-left: 42px;
  width: max-content;
  position: relative;
}
.generic-btn:before {
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
  width: 0;
  height: 100%;
  background-color: #fef22e;
  content: "";
}
.generic-btn span {
  padding-left: 0;
  color: #ffffff;
  display: table-cell;
  vertical-align: middle;
  font-size: 15px;
  z-index: 9;
  position: relative;
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
  line-height: 1;
  font-weight: 600;
}
.generic-btn .icon-2 {
  width: 47px;
  height: 45px;
  display: inline-block;
  background: #fef22e;
  margin-left: 40px;
  position: relative;
  -webkit-transition: all 0.5s linear 0s;
  -moz-transition: all 0.5s linear 0s;
  -ms-transition: all 0.5s linear 0s;
  -o-transition: all 0.5s linear 0s;
  transition: all 0.5s linear 0s;
  position: relative;
}
.generic-btn .icon-2:before {
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
  width: 0;
  height: 100%;
  background-color: #007cfb;
  content: "";
}
.generic-btn .icon-2 i {
  position: absolute;
  left: 50%;
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
  font-size: 13px;
  color: #15287d;
  top: 50%;
  transform: translate(-50%, -50%);
}
@media (max-width: 767px) {
  .generic-btn .icon-2 {
    margin-left: 4px;
  }
}
.generic-btn:hover::before {
  left: 0;
  width: 100%;
}
.generic-btn:hover span {
  color: #15287d;
}
.generic-btn:hover .icon-2 {
  background-color: #007cfb;
}
.generic-btn:hover .icon-2 i {
  color: #ffffff;
}
.generic-btn:hover .icon-2::before {
  left: 0;
  width: 100%;
}
.generic-btn.gradient-btn-1 {
  background-color: transparent;
  border: 2px solid #263b96;
  padding-top: 8px;
  padding-bottom: 8px;
}
.generic-btn.gradient-btn-1 .icon-2 {
  background-image: -moz-linear-gradient(0deg, #f95fb2 0%, #fc796c 100%);
  background-image: -webkit-linear-gradient(0deg, #f95fb2 0%, #fc796c 100%);
  background-image: -ms-linear-gradient(0deg, #f95fb2 0%, #fc796c 100%);
  background-color: transparent;
  color: #ffffff;
  padding-top: 5px;
  padding-bottom: 5px;
}
.generic-btn.gradient-btn-1::before {
  background-image: -moz-linear-gradient(0deg, #f95fb2 0%, #fc796c 100%);
  background-image: -webkit-linear-gradient(0deg, #f95fb2 0%, #fc796c 100%);
  background-image: -ms-linear-gradient(0deg, #f95fb2 0%, #fc796c 100%);
}
.generic-btn.gradient-btn-1:hover {
  border-color: transparent;
}
.generic-btn.gradient-btn-1:hover span {
  color: #ffffff;
}
.generic-btn.gradient-btn-2 {
  background-image: -moz-linear-gradient(0deg, #f95fb2 0%, #fc796c 100%);
  background-image: -webkit-linear-gradient(0deg, #f95fb2 0%, #fc796c 100%);
  background-image: -ms-linear-gradient(0deg, #f95fb2 0%, #fc796c 100%);
  background-color: transparent;
  border: 2px solid transparent;
  padding-top: 5px;
  padding-bottom: 5px;
}
.generic-btn.gradient-btn-2 .icon-2 {
  background-color: #ffffff;
  color: transparent;
  padding-top: 5px;
  padding-bottom: 5px;
}
.generic-btn.gradient-btn-2 .icon-2 i {
  color: #fc796c;
}
.generic-btn.gradient-btn-2::before {
  background-image: -moz-linear-gradient(0deg, #fc796c 100% 0%, #f95fb2 100%);
  background-image: -webkit-linear-gradient(0deg, #fc796c 100% 0%, #f95fb2 100%);
  background-image: -ms-linear-gradient(0deg, #fc796c 100% 0%, #f95fb2 100%);
  background-color: transparent;
}
.generic-btn.gradient-btn-2:hover {
  border-color: transparent;
}
.generic-btn.gradient-btn-2:hover span {
  color: #ffffff;
}
.generic-btn.gradient-btn-4 {
  background-color: #15287d;
}
.generic-btn.gradient-btn-4 .icon-2 {
  background-image: -moz-linear-gradient(0deg, #f95fb2 0%, #fc796c 100%);
  background-image: -webkit-linear-gradient(0deg, #f95fb2 0%, #fc796c 100%);
  background-image: -ms-linear-gradient(0deg, #f95fb2 0%, #fc796c 100%);
  background-color: transparent;
}
.generic-btn.gradient-btn-4 .icon-2 i {
  color: #ffffff;
}
.generic-btn.gradient-btn-4::before {
  background-color: transparent;
  background-image: -moz-linear-gradient(0deg, #f95fb2 0%, #fc796c 100%);
  background-image: -webkit-linear-gradient(0deg, #f95fb2 0%, #fc796c 100%);
  background-image: -ms-linear-gradient(0deg, #f95fb2 0%, #fc796c 100%);
}
.generic-btn.gradient-btn-4:hover .icon-2 {
  background-color: #15287d;
}
.generic-btn.white-gradient {
  background-color: transparent;
  border: 2px solid #f597ac;
}
.generic-btn.white-gradient::before {
  background-color: #ffffff;
}
.generic-btn.white-gradient .icon-2 {
  background-color: #ffffff;
}
.generic-btn.white-gradient .icon-2 i {
  color: #fc796c;
}
.generic-btn.white-gradient .icon-2::before {
  background-image: -moz-linear-gradient(0deg, #f95fb2 0%, #fc796c 100%);
  background-image: -webkit-linear-gradient(0deg, #f95fb2 0%, #fc796c 100%);
  background-image: -ms-linear-gradient(0deg, #f95fb2 0%, #fc796c 100%);
  background-color: transparent;
}
.generic-btn.white-gradient:hover {
  border-color: #ffffff;
}
.generic-btn.white-gradient:hover .icon-2 i {
  color: #ffffff;
}
.generic-btn.white-bg {
  background-color: transparent;
  border: 2px solid #5d689e;
}
.generic-btn.white-bg::before {
  background-color: #ffffff;
}
.generic-btn.white-bg .icon-2 {
  background-color: #ffffff;
}
.generic-btn.white-bg .icon-2 i {
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
  color: #15287d;
}
.generic-btn.white-bg:hover {
  border-color: transparent;
}
.generic-btn.white-bg:hover .icon-2 i {
  color: #ffffff;
}
.generic-btn.white-bg.active {
  border: 0;
}
.generic-btn.white-bg.active::before {
  width: 100%;
}
.generic-btn.white-bg.active .icon-2 {
  background-color: #007cfb;
}
.generic-btn.white-bg.active span {
  color: #15287d;
}
.generic-btn.white-bg-2 {
  background-color: #ffffff;
  border: 2px solid #eef0f6;
}
.generic-btn.white-bg-2 span {
  color: #15287d;
}
.generic-btn.white-bg-2 .icon-2 {
  background-color: #007cfb;
}
.generic-btn.white-bg-2 .icon-2 i {
  color: #ffffff;
}
.generic-btn.white-bg-2:hover {
  border-color: transparent;
}

button.generic-btn span {
  padding-left: 40px;
  padding-right: 15px;
}

.mb-28-important {
  margin-bottom: 28px;
}

.pl-88 {
  padding-left: 88px;
}
.pl-38 {
  padding-left: 38px;
}


.mt-minus-120 {
  margin-top: -120px;
}

.mt-minus-139 {
  margin-top: -139px;
}

.mr-20 {
  margin-right: 20px;
}

.mr-35 {
  margin-right: 35px;
}

.mt-minus-115 {
  margin-top: -115px;
}

.mt-minus-110 {
  margin-top: -110px;
}

.pt-320 {
  padding-top: 320px;
}

.pt-323 {
  padding-top: 323px;
}

input::-webkit-inner-spin-button,
input::-webkit-calendar-picker-indicator {
  display: none;
  -webkit-appearance: none;
}

.form-group {
  margin-bottom: 30px;
  position: relative;
}

.p-rel {
  position: relative;
}

.high-order {
  position: relative;
  z-index: 9;
}

.generic-title span {

  color: #007cfb;
  font-size: 16px;
  line-height: 1;
  font-weight: 500;
  margin-bottom: 30px;
  display: block;
}
.generic-title h2 {
  font-size: 32px;
  color: #000;
  line-height: 1.238;
  margin-bottom: 0;
}
@media (min-width: 1500px) and (max-width: 1700px) {
  .generic-title h2 {
    font-size: 28px;
  }
}
@media (min-width: 1200px) and (max-width: 1500px) {
  .generic-title h2 {
    font-size: 28px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .generic-title h2 {
    font-size: 28px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .generic-title h2 {
    font-size: 28px;
    margin-top: 10px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .generic-title h2 {
    font-size: 26px;
  }
}
@media (max-width: 767px) {
  .generic-title h2 {
    font-size: 21px;
    margin-top: 10px;
  }
}
@media (max-width: 450px) {
  .generic-title h2 {
    font-size: 17px;
  }
}
.generic-title-2 span {
  color: #fc796c;
}

.play-btn i {
  display: inline-block;
  width: 100px;
  height: 100px;
  line-height: 100px;
  background: #15287d;
  text-align: center;
  border-radius: 50%;
  position: relative;
  z-index: 999;
}
.play-btn i {
  font-weight: 600;
  color: #007cfb;
  font-size: 18px;
}
.play-btn::before {
  position: absolute;
  left: 0;
  top: 0;
  background-color: #007cfb;
  content: "";
  width: 100%;
  height: 100%;
  z-index: 1;
  border-radius: 50%;
  animation-name: scaleUp;
  animation-duration: 1.5s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  animation-delay: 0;
}

.flaticon-broom:before {
  margin-left: 0;
}

button.slick-arrow {
  display: inline-block;
  width: 50px;
  padding: 0;
  height: 50px;
  font-size: 15.41px;
  border: 2px solid #d7e1f2;
  background: transparent;
  color: #15287d;
}
button.slick-arrow:hover {
  background-color: #007cfb;
  border-color: #007cfb;
  color: #ffffff;
}

.gradient-4 {
  background-image: -moz-linear-gradient(0deg, #f95fb2 0%, #fc796c 100%);
  background-image: -webkit-linear-gradient(0deg, #f95fb2 0%, #fc796c 100%);
  background-image: -ms-linear-gradient(0deg, #f95fb2 0%, #fc796c 100%);
}

.logo-bg-1 {
  background-color: #007cfb;
}

.slick-slide:focus {
  outline: none;
}

.footer-bg {
  background-color: #15287d;
}

.footer-bg-2 {
  background-color: #f8f8f8;
}

.gray-bg-1 {
  background-color: #f8f8f8;
}

.gray-border-top {
  border-top: 1px solid #e7e9f2;
}

.gray-border-btn {
  border-color: rgba(255, 255, 255, 0.6);
}
.gray-border-btn i {
  color: #ffffff;
}
.gray-border-btn:hover {
  border-color: transparent;
}

.bg-gradient-1 {
  background-color: transparent;
  background-image: -moz-linear-gradient(0deg, #f95fb2 0%, #fc796c 100%);
  background-image: -webkit-linear-gradient(0deg, #f95fb2 0%, #fc796c 100%);
  background-image: -ms-linear-gradient(0deg, #f95fb2 0%, #fc796c 100%);
  color: #ffffff;
  border-color: transparent;
}
.bg-gradient-1:hover {
  border-color: transparent;
}

.flex-column {
  flex-direction: column;
}

.gradient-nav button.slick-arrow:hover {
  background-image: -moz-linear-gradient(0deg, #f95fb2 0%, #fc796c 100%);
  background-image: -webkit-linear-gradient(0deg, #f95fb2 0%, #fc796c 100%);
  background-image: -ms-linear-gradient(0deg, #f95fb2 0%, #fc796c 100%);
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
  border-color: transparent;
}
.gradient-nav button.slick-arrow:hover i {
  color: #ffffff;
}

.owl-dot span {
  width: 12px;
  height: 12px;
  background-color: #e7e9f2;
}
.owl-dot.active span {
  position: relative;
  background-color: #007cfb;
}
.owl-dot.active span::after {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 12px;
  height: 12px;
  content: "";
  border-radius: 50%;
  border: 1.5px solid #007cfb;
  transform: translate(-50%, -50%) scale(1.9);
}

.mb-15-important {
  margin-bottom: 15px;
}

.owl-theme .owl-dots .owl-dot {
  margin: 0 3px;
}

.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 90px;
}

.gray-border-bottom {
  border-bottom: 1px solid #e7e9f2;
}

.nice-select {
  float: none;
}

.rating i {
  font-size: 13px;
  line-height: 1;
  color: #ffc601;
}

.pagination li.page-item {
  margin: 0 5px;
margin-top: -40px;
margin-bottom: 20px;
}
.pagination li.page-item a {
  padding: 0;
  border: 0;
  line-height: 40px;
  width: 40px;
  display: inline-block;
  height: 40px;
  background: #eff1f7;
  text-align: center;
  border-radius: 5px;
  color: #15287d;
  font-size: 24px;
  font-size: 16px;
}
.pagination li.page-item a:hover,.pagination li.page-item a.cur{
  background-color: #DA251C;
  color: #ffffff;
}
@media (max-width: 767px) {
  .pagination li.page-item a {
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .blog-details-text {
    padding-left: 30px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .blog-details-text {
    padding-left: 0;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .blog-details-text {
    padding-left: 0;
  }
}
@media (max-width: 767px) {
  .blog-details-text {
    padding-left: 0;
  }
}

.btn-padding {
  padding-left: 50px;
}

div.generic-btn.gradient-btn-1 {
  background-color: transparent;
  border: 2px solid #263b96;
  padding-top: 8px;
  padding-bottom: 8 px;
}

div a.generic-btn.gradient-btn-1 {
  background: #263b96;
}

.mean-container a.meanmenu-reveal {
  display: none !important;
}

.mean-container .mean-nav > ul {
  display: block !important;
  overflow: hidden;
  overflow-y: auto;
  height: 700px;
}

.icon-3.icon-update {
  border-color: #374488;
}

/*
********************************************************************
************ 4. overlay
********************************************************************
*/
/*--
    - 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: "";
}

/*-- Overlay Color --*/
[data-overlay=light]::before {
  background-color: #ffffff;
}

[data-overlay=dark]::before {
  background-color: #222;
}

/*-- 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;
}

/*
========
03. header
=========================================
*/
.header__top {
  background-color: #007cfb;
}
.header__top-wrapper span {
  font-size: 15px;
  color: #ffffff;
}
.header__social a {
  padding: 15px 20px;
  display: inline-block;
  background-color: #0e85ff;
  line-height: 1;
  font-size: 14px;
  position: relative;
}
.header__social a span {
  position: relative;
  z-index: 9;
}
.header__social a::after {
  position: absolute;
  right: 0;
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
  top: 0;
  width: 0;
  height: 100%;
  content: "";
  background-color: #fef22e;
}
.header__social a i {
  color: #6bb4ff;
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}
.header__social a:hover {
  color: #ffffff;
}
.header__social a:hover::after {
  left: 0;
  right: auto;
  width: 100%;
}
.header__social a:hover i {
  color: #15287d;
}
.header__social-2 a {
  border-radius: 50%;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  padding: 0;
  background-color: #e7e9f2;
  color: #15287d;
  overflow: hidden;
  margin-left: 5px;
  margin-right: 5px;
}
.header__social-2 a::after {
  background-image: -webkit-linear-gradient(0deg, #f95fb2 0%, #fc796c 100%);
}
.header__social-2 a:hover {
  color: #ffffff;
}
.header__nav ul li {
  display: inline-block;
  position: relative;
}
.header__nav ul li a {
  font-size: 16px;
  font-weight: 600;
  color: #15287d;
  padding: 35px 11px;
  line-height: 1;
  display: inline-block;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .header__nav ul li a {
    font-size: 14px;
    padding: 24px 6px;
  }
}
.header__nav ul li a i {
  font-weight: 400;
  padding-left: 4px;
  transform: translateY(1px);
}
.header__nav ul li:hover > a {
  color: #007cfb;
}
.header__nav ul li .submenu {
  position: absolute;
  top: 110%;
  left: 0px;
  width: 220px;
  background: #fff;
  z-index: 99;
  text-align: left;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
  padding: 18px 0;
  padding-bottom: 4px;
}
.header__nav ul li .submenu li {
  margin: 0px;
  padding: 0px 25px 11px 25px;
  display: block;
}
.header__nav ul li .submenu li a {
  font-size: 13px;
  font-weight: 500;
  color: #000;
  display: inline-block;
  position: relative;
  padding: 0;
  padding-bottom: 10px;
}
.header__nav ul li .submenu li a::after {
  height: 1px;
}
.header__nav ul > li > a {
  position: relative;
}
.header__nav ul > li > a::after {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 9;
  width: 0;
  background-color: #007cfb;
  content: "";
  height: 3px;
  -webkit-transition: all 0.5s linear 0s;
  -moz-transition: all 0.5s linear 0s;
  -ms-transition: all 0.5s linear 0s;
  -o-transition: all 0.5s linear 0s;
  transition: all 0.5s linear 0s;
}
.header__nav ul > li:hover > a:after {
  left: 0;
  width: 100%;
}
.header__nav ul > li:hover .submenu {
  opacity: 1;
  visibility: visible;
  top: 100%;
}
.header__nav-wrapper-2 ul li a {
  color: #ffffff;
}
.header__nav-wrapper-2 ul li a::after {
  background-color: #fc796c;
}
.header__nav-wrapper-2 ul li:hover > a {
  color: #fc796c;
}
.header__nav-3 {
  padding: 5px 0;
}
.header__list ul li {
  width: 50%;
  place-items: center;
  float: left;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.header__list ul li a {
  padding: 0;
}
.header__list ul li a::after {
  display: none;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .header__list ul li:not(:first-child) {
    padding-left: 0;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .header__list ul li {
    width: 100%;
  }
}

.icon i {
  float: left;
  display: inline-block;
  width: 40px;
  height: 40px;
  background: #007cfb;
  line-height: 40px;
  text-align: center;
  border-radius: 50%;
  color: #ffffff;
}
.icon__content {
  padding-left: 13px;
  line-height: 1;
  overflow: hidden;
}
.icon__content h6 {
  margin-bottom: 6px;
  line-height: 1;
  font-size: 15px;
  color: #15287d;
}
.icon__content span {
  line-height: 1;
  display: inline-block;
  color: #3a4268;
  font-size: 14px;
  font-weight: 400;
  font-family: "Rubik", sans-serif;
}
@media only screen and (max-width: 1250px) {
  .icon__content {
    margin-right: 0;
  }
}

/* 2. header */
/* mobile menu */
.mobile-nav {
  position: fixed;
  top: 0;
  background: #1b133f none repeat scroll 0 0;
  right: -100%;
  transition: all 0.5s;
  width: 300px;
  z-index: 999;
  height: 100%;
  padding-top: 0;
}
.mobile-nav .nav a.nav-link {
  width: 50%;
  color: #ffffff;
  text-transform: uppercase;
  text-align: center;
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 0.8px;
  line-height: 1;
  padding: 10px 0;
}
.mobile-nav .nav a.nav-link.active {
  background-color: #111;
}
.mobile-nav ul li a {
  display: block;
  color: #222;
  font-size: 16px;
  margin-bottom: 6px;
  font-weight: 500;
  text-transform: uppercase;
}
.mobile-nav ul li li {
  padding-left: 15px;
}
.mobile-nav ul li li a {
  text-transform: capitalize;
  font-weight: 400;
}

.responsive-menu-3 {
  position: absolute;
  width: 100%;
  right: 0;
  top: 17px;
}

.metismenu li a {
  padding-bottom: 8px;
  margin-bottom: 10px;
}

.mobile-toggle-bar button {
  background: transparent;
  color: #fff;
  border: 1px solid #fff;
  width: 40px;
  height: 40px;
  background-color: transparent;
  line-height: 35px;
  padding: 0;
  display: inline-block;
  top: 14px;
  font-size: 22px;
  font-weight: 600;
  position: relative;
  z-index: 9;
}

.nice-select span {
  color: #2b3137;
  font-size: 14px;
  line-height: 41px;
}
.nice-select.lang {
  border: 0;
  background-color: transparent;
}
.nice-select.lang span.current {
  color: #fff;
}
.nice-select.lang::after {
  border-color: #fff;
}

.mr-20 {
  margin-right: 20px;
}

.topbar__meta a {
  font-size: 14px;
  padding-left: 24px;
  margin-left: 22px;
  color: #fff;
  position: relative;
}
.topbar__meta a::after {
  position: absolute;
  left: 0;
  top: 50%;
  width: 2px;
  height: 12px;
  transform: translateY(-50%);
  background-color: #ab5f5c;
  content: "";
}
@media only screen and (max-width: 1250px) {
  .topbar__meta a {
    margin-left: 0;
  }
}

.pl-60 {
  padding-left: 60px;
}

.pl-30 {
  padding-left: 30px;
}

.mean-container .mean-nav {
  background-color: transparent;
}
.mean-container .mean-nav ul li a {
  border: 0;
  color: #ffffff;
}
.mean-container .mean-nav ul li a.mean-expand {
  border-color: #2a3a57;
  font-size: 20px;
  line-height: 26px;
  font-weight: 400;
  background: transparent;
}
.mean-container .mean-nav ul li a.mean-expand:hover {
  color: #222;
  background-color: #ffffff;
}
.mean-container .mean-nav ul li:not(:first-child) a {
  border-top: 1px solid #2a3a57;
}

.mean-nav > ul {
  display: block;
}

a.meanmenu-reveal {
  display: none;
}

button.mobile-nav-close {
  position: absolute;
  right: 25px;
  top: 62px;
  font-size: 27px;
  background-color: transparent;
  width: 50px;
  height: 50px;
  line-height: 50px;
  border-radius: 50%;
  border: 1px solid #2a3a57;
}

.responsive-menu-3 {
  padding: 10px 0;
}
.responsive-menu-3 button.toggle-btn {
  background: transparent;
  color: #fff;
  width: 40px;
  height: 40px;
  transform: translateY(-25px);
  display: inline-block;
  border: 0;
  font-size: 23px;
  background-image: -moz-linear-gradient(0deg, #f95fb2 0%, #fc796c 100%);
  background-image: -webkit-linear-gradient(0deg, #f95fb2 0%, #fc796c 100%);
  background-image: -ms-linear-gradient(0deg, #f95fb2 0%, #fc796c 100%);
}
.responsive-menu-3 button.toggle-btn.toggle-btn-2 {
  transform: translateY(-12px);
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .breadcrumb__text {
    margin-top: 0;
  }
}
@media (max-width: 767px) {
  .breadcrumb__text {
    margin-top: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .breadcrumb__height {
    min-height: 400px;
  }
}
@media (max-width: 767px) {
  .breadcrumb__height {
    min-height: 350px;
  }
}

.header-transparent {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  z-index: 9;
}

.responsive-menu-3 .logo {
  padding: 0;
}

.header__nav-wrapper-2 {
  padding: 5px 0;
}

.side-info h4 {
  color: #ffffff;
  font-size: 17px;
}
.side-info p {
  font-size: 14px;
  color: #ddd;
  line-height: 1.3;
}

.mobile-nav .side-info {
  padding: 20px;
}


.responsive-logo {
  text-align: left;
  padding: 26px 13px;
}
.responsive-logo img {
  width: 161px;
}



@media (max-width: 1200px) {
  .header__nav.header__nav-2 {
    padding: 20px 0;
  }
}
/*
========
04. slider
=========================================
*/
.slider__side-thumb {
  position: absolute;
  top: 170px;
  right: 113px;
}

.single-slider {
  background-position: center center;
}

.slider-area {
  position: relative;
  overflow: hidden;
}
.slider-height {
  min-height: 820px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .slider-height {
    min-height: 700px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .slider-height {
    min-height: 650px;
  }
}
@media (max-width: 767px) {
  .slider-height {
    min-height: 550px;
  }
}
.slider-height-2 {
  min-height: 950px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .slider-height-2 {
    min-height: 700px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .slider-height-2 {
    min-height: 550px;
  }
}
@media (max-width: 767px) {
  .slider-height-2 {
    min-height: 550px;
  }
}
.slider-height-3 {
  min-height: 955px;
}
.slider__tab-list {
  animation-fill-mode: backwards;
  margin-bottom: 32px;
}
.slider__tab-list span {
  padding: 7px 20px;
  line-height: 1;
  font-size: 14px;
  display: inline-block;
  font-family: "Rubik", sans-serif;
}
.slider__tab-list span:first-child {
  background: #007cfb;
  float: left;
  color: #ffffff;
}
.slider__tab-list span:last-child {
  background-color: #ffffff;
  color: #15287d;
}
.slider__tab-list-2 span:last-child {
  border: 1px solid #eef0f6;
}
.slider__text {
  overflow: hidden;
}
@media (max-width: 767px) {
  .slider__text a {
    margin-top: 10px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .slider__text {
    margin-top: 0;
    padding: 0 50px;
  }
}
@media (max-width: 767px) {
  .slider__text {
    margin-top: 0;
    padding: 0 20px;
  }
}
.slider__text h2 {
  color: #ffffff;
  margin-bottom: 0;
  line-height: 1.14;
  animation-fill-mode: backwards;
  margin-bottom: 35px;
}
@media (max-width: 767px) {
  .slider__text h2 {
    font-size: 33px;
    margin-top: 16px;
  }
}
.slider__text p {
  color: #ffffff;
  animation-fill-mode: backwards;
  margin-bottom: 0;
  line-height: 1.75;
  font-size: 16px;
  font-family: "Rubik", sans-serif;
}
@media (max-width: 767px) {
  .slider__text p {
    margin-top: 15px;
  }
}
.slider__text-2 h2 {
  font-size: 60px;
  line-height: 1.25;
}
.slider__text-3 h2 {
  color: #15287d;
}
.slider__text-3 p {
  color: #747ca2;
  margin-bottom: 45px;
}
@media only screen and (max-width: 1480px) {
  .slider__text-3 p {
    font-size: 14px;
    margin-top: 15px;
  }
}
.slider-shape {
  position: absolute;
  width: 965px;
  height: 965px;
  background: #fef66c;
  right: -105px;
  top: -210px;
  border-radius: 50%;
}
@media (max-width: 767px) {
  .slider-shape {
    position: absolute;
    width: 100%;
    height: 100%;
    background: #fef66c;
    right: 0;
    top: 0;
    border-radius: 0;
  }
}

.slider__img-3 {
  position: relative;
}
.slider__img-3 img {
  max-width: 650px;
  margin-left: auto;
  transform: translateX(53px) translateY(10px);
}
.slider__img-3 img.sm-img {
  position: absolute;
  left: -86px;
  top: 150px;
  width: auto;
  max-width: none;
}
@media (min-width: 768px) and (max-width: 991px) {
  .slider__img-3 img.sm-img {
    display: none;
  }
}
@media only screen and (max-width: 1480px) {
  .slider__img-3 img {
    transform: translateX(0) translateY(10px);
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .slider__img-3 img {
    transform: translateX(111px) translateY(10px);
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .slider__img-3 img {
    margin-left: 0;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .slider__img-3 {
    margin-top: 80px;
  }
}

@media only screen and (max-width: 1480px) {
  .slider__text h2 {
    font-size: 55px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .slider__text h2 {
    font-size: 40px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .slider__text h2 {
    font-size: 32px;
    margin-top: 0;
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .slider__text h2 {
    font-size: 28px;
    margin-top: 25px;
    margin-bottom: 15px;
  }
}
.slider__text-3 {
  width: 100%;
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .slider__text p {
    padding-right: 62px;
    margin-bottom: 30px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .slider__text p br {
    display: none;
  }
}

@media (min-width: 1500px) and (max-width: 1700px) {
  .slider__side-thumb {
    right: 50px;
  }
}
@media (min-width: 1200px) and (max-width: 1500px) {
  .slider__side-thumb {
    right: 63px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .slider__side-thumb {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .slider__side-thumb {
    display: none;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .slider__side-thumb {
    display: none;
  }
}
@media (max-width: 767px) {
  .slider__side-thumb {
    display: none;
  }
}
@media (min-width: 1500px) and (max-width: 1700px) {
  .slider__side-thumb img {
    width: 70%;
    float: right;
    margin-left: auto;
  }
}
@media (min-width: 1200px) and (max-width: 1500px) {
  .slider__side-thumb img {
    width: 67%;
    margin-left: auto;
  }
}

.single-slider.slider-height-2 {
  background-size: cover;
  background-position: center bottom;
}

/*
********************************************************************
************ 7. appoint
********************************************************************
*/
.appoint-form {
  position: relative;
  z-index: 9;
  background-color: #ffffff;
  box-shadow: 0px 10px 60px 0px rgba(212, 212, 212, 0.3);
  padding: 50px 70px;
  background-repeat: no-repeat;
  background-position: top right;
  padding-bottom: 30px;
  background-size: contain;
}
.appoint-form .form-group {
  margin-bottom: 20px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .appoint-form .form-group {
    width: 100%;
    float: left;
  }
}
@media (max-width: 767px) {
  .appoint-form .form-group {
    padding: 31px 12px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .appoint-form .form-group input, .appoint-form .form-group .nice-select {
    width: 100%;
    min-width: 100%;
  }
}
@media (max-width: 767px) {
  .appoint-form .form-group input, .appoint-form .form-group .nice-select {
    width: 100%;
    min-width: 100%;
  }
}
@media (max-width: 767px) {
  .appoint-form .form-group {
    padding: 0;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .appoint-form-area {
    margin-top: -55px;
  }
}
@media (max-width: 767px) {
  .appoint-form-area {
    margin-top: -55px;
  }
}
.appoint-form form {
  display: flex;
  flex-wrap: wrap;
}
@media (min-width: 768px) and (max-width: 991px) {
  .appoint-form form {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 767px) {
  .appoint-form form .appoint-form form {
    display: block;
  }
}
.appoint-form form label {
  position: absolute;
  right: 30px;
  top: 50%;
  font-size: 15px;
  color: #15287d;
  transform: translateY(-50%);
}
.appoint-form input, .appoint-form .nice-select {
  height: 60px;
  min-width: 310px;
  padding-left: 28px;
  border: 2px solid #eff1f7;
  color: #15287d;
  font-size: 15px;
  font-family: "Rubik", sans-serif;
  font-weight: 500;
}
.appoint-form input::-webkit-input-placeholder, .appoint-form .nice-select::-webkit-input-placeholder {
  color: #15287d;
  font-size: 15px;
  font-family: "Rubik", sans-serif;
  font-weight: 500;
}
.appoint-form input:-moz-placeholder, .appoint-form .nice-select:-moz-placeholder {
  color: #15287d;
  font-size: 15px;
  font-family: "Rubik", sans-serif;
  font-weight: 500;
}
.appoint-form input::-moz-placeholder, .appoint-form .nice-select::-moz-placeholder {
  color: #15287d;
  font-size: 15px;
  font-family: "Rubik", sans-serif;
  font-weight: 500;
}
.appoint-form input:-ms-input-placeholder, .appoint-form .nice-select:-ms-input-placeholder {
  color: #15287d;
  font-size: 15px;
  font-family: "Rubik", sans-serif;
  font-weight: 500;
}
@media (max-width: 767px) {
  .appoint-form input, .appoint-form .nice-select {
    min-width: 100%;
  }
}
.appoint-form .nice-select {
  line-height: 60px;
  border-radius: 0;
}
.appoint-form .nice-select span.current {
  color: #15287d;
}
@media (max-width: 767px) {
  .appoint-form .nice-select {
    width: 100%;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .appoint-form {
    width: 91%;
    padding: 35px 35px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 767px) {
  .appoint-form {
    padding: 27px 10px;
    background-image: none;
  }
}
.appoint-wrapper .generic-btn {
  margin: 0 12.5px;
  margin-right: 0;
}
@media (max-width: 767px) {
  .appoint-wrapper {
    padding: 0 32px;
    display: grid;
    grid-gap: 14px;
  }
}

.appointment-area-2 {
  background-attachment: fixed;
  background-size: cover;
  background-repeat: no-repeat;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .appointment-area-2 {
    padding: 70px 0;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .appointment-area-2 {
    padding: 90px 0;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .appointment-area-2 {
    padding: 65px 0;
  }
}
@media (max-width: 767px) {
  .appointment-area-2 {
    padding: 54px 0;
  }
}

.date i {
  font-weight: 400;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .appointment-area-4 {
    margin-top: 0;
    padding: 100px 0;
  }
}
@media (max-width: 767px) {
  .appointment-area-4 {
    margin-top: 0;
    padding: 100px 0;
  }
}

@media (max-width: 767px) {
  .news__thumb-inner {
    width: 100%;
  }
  .news__thumb{ width: 100%; height: auto!important;}
}

button.generic-btn.appointment-btn {
  padding: 7px 25px;
}
@media (max-width: 767px) {
  button.generic-btn.appointment-btn {
    padding: 13px ​30px;
  }
}
@media (max-width: 450px) {
  button.generic-btn.appointment-btn {
    padding-right: 8px;
    padding-left: 8px;
  }
}
@media (max-width: 450px) {
  button.generic-btn.appointment-btn .icon-2 {
    margin-left: 9px;
  }
}
@media (max-width: 450px) {
  button.generic-btn.appointment-btn .icon-2 span {
    padding-left: 0;
    padding-right: 0;
  }
}

@media (max-width: 767px) {
  .features-area-02-spacing {
    padding-top: 50px;
  }
}

@media (max-width: 767px) {
  .appoint-btn-2 {
    padding-left: 15px;
  }
}

/*
********************************************************************
************ 8. features
********************************************************************
*/
@media (min-width: 992px) and (max-width: 1199px) {
  .features-area {
    margin-top: -220px;
    padding-top: 300px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .features-area {
    margin-top: 0;
    padding-top: 70px;
    padding-bottom: 70px;
  }
}
@media (max-width: 767px) {
  .features-area {
    margin-top: 0;
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
.features__content {
  padding-top: 27px;
}
.features__content h5 {
  color: #15287d;
  line-height: 1.5;
  margin-bottom: 0;
}
@media (min-width: 768px) and (max-width: 991px) {
  .features__wrapper {
    transform: translatey(0);
    margin-top: 50px;
  }
}
.features__thumb {
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
  overflow: hidden;
  border-radius: 0px;
}
.features__thumb img {
  width: 100%;
  -webkit-transition: all 0.5s linear 0s;
  -moz-transition: all 0.5s linear 0s;
  -ms-transition: all 0.5s linear 0s;
  -o-transition: all 0.5s linear 0s;
  transition: all 0.5s linear 0s;
}
.features__box:hover .features__thumb {
  box-shadow: 0px 10px 30px 0px rgba(126, 126, 126, 0.69);
  border-radius: 15px;
}
.features__box:hover img {
  transform: scale(1.1);
}

.icon-3 {
  position: relative;
  overflow: hidden;
  width: 45px;
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
  height: 45px;
  border: 2px solid #f1f2f8;
}
.icon-3 i {
  position: absolute;
  left: 50%;
  top: 50%;
  font-size: 13px;
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}
.icon-3 i:last-child {
  left: -50%;
}
.icon-3:hover {
  background-color: #007cfb;
  border-color: #007cfb;
}
.icon-3:hover i {
  color: #ffffff;
}
.icon-3:hover i:first-child {
  left: 150%;
}
.icon-3:hover i:last-child {
  left: 50%;
}
.icon-3.theme-icon {
  background-color: #007cfb;
  border-color: transparent;
}
.icon-3.theme-icon i {
  color: #ffffff;
}
.icon-3.theme-icon:hover {
  background-color: #fef22e;
}
.icon-3.theme-icon:hover i {
  color: #15287d;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .features-area-02 {
    margin-top: 0;
    padding-top: 70px;
  }
}

.features-margin {
  margin-top: -118px;
}
@media (min-width: 1200px) and (max-width: 1500px) {
  .features-margin {
    margin-bottom: 0;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .features-margin {
    margin-bottom: 0;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .features-margin {
    margin-bottom: 0;
  }
}
@media (max-width: 767px) {
  .features-margin {
    margin-top: 0;
  }
}

.features-area-02-spacing {
  margin-top: -180px;
}
@media (min-width: 1200px) and (max-width: 1500px) {
  .features-area-02-spacing {
    margin-top: -265px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .features-area-02-spacing {
    margin-top: -250px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .features-area-02-spacing {
    margin-top: -327px;
  }
}

#ui-datepicker-div {
  background-color: #253a98;
  color: #ffffff;
  padding: 15px;
}

.news__thumb-inner .nice-select:after {
  width: 10px;
  height: 10px;
  margin-top: -7px;
}

div.icon-3.bg-gradient-1:hover {
  border-color: transparent;
}

@media (min-width: 768px) and (max-width: 991px) {
  .features-top-space {
    padding-top: 350px;
  }
}
@media (max-width: 767px) {
  .features-top-space {
    padding: 50px 0;
  }
}

@media (max-width: 1250px) {
  .appoint-bg {
    background-image: none !important;
  }
}
@media (max-width: 767px) {
  .appoint-bg {
    padding: 30px;
  }
}
@media (max-width: 450px) {
  .appoint-bg {
    padding: 30px 14px;
  }
}

@media (max-width: 767px) {
  .appoint-form-area.appoint-space {
    margin-top: 50px;
  }
}

@media (max-width: 767px) {
  .feature-bg {
    background-color: transparent;
    padding-top: 0;
  }
}

.mobile-toggle-bar-2.mobile-toggle-bar .toggle-btn.toggle-3 {
  transform: translateY(0);
  margin-top: -12px;
}

@media (max-width: 767px) {
  .f-space-2 {
    padding-bottom: 50px;
    background: transparent;
    padding-top: 65px;
  }
}

@media (min-width: 1500px) and (max-width: 1700px) {
  .features__content.style-2 h5 {
    font-size: 15px;
  }
}

@media (max-width: 767px) {
  .form-space {
    margin-top: 0;
  }
}

/*
********************************************************************
************ 9. about
********************************************************************
*/
@media (min-width: 768px) and (max-width: 991px) {
  .about-area {
    margin-top: 70px;
  }
}
@media (max-width: 767px) {
  .about-area {
    margin-top: 50px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .about-area-2 {
    padding-top: 70px;
    padding-bottom: 0;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .about-area-2 {
    margin-top: 0;
    padding-top: 90px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .about-area-2 {
    margin-top: 0;
    padding-top: calc(15px + 55px);
    padding-bottom: 0;
  }
}
@media (max-width: 767px) {
  .about-area-2 {
    margin-top: 0;
    padding-top: calc(16px + 50px);
  }
}
.about__right {
  padding-left: 70px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .about__right {
    margin-top: 70px;
    padding-left: 0;
  }
}
@media (max-width: 767px) {
  .about__right {
    margin-top: 50px;
    padding-left: 0;
  }
}
.about__thumb {
  position: relative;
}
.about__thumb .play-btn {
  position: absolute;
  right: 187px;
  top: 257px;
}
@media (max-width: 767px) {
  .about__thumb .play-btn {
    display: none;
  }
}
.about__thumb .play-btn-2 {
  position: absolute;
  right: auto;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.about__thumb .play-btn-2::before {
  background-color: #ffffff;
}
.about__thumb .play-btn-2 i {
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .about__thumb {
    margin-top: 212px;
  }
}
@media (max-width: 767px) {
  .about__thumb-3 {
    margin-top: 0;
  }
}
.about__text p {
  margin-bottom: 0;
  color: #747ca2;
  font-size: 15px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .about__text p {
    margin-top: 10px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .about__text a.generic-btn {
    margin-top: 30px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .about__text a.generic-btn {
    margin-top: 20px;
  }
}
.about__text-2 p {
  font-family: "Rubik";
  color: #646464;
}
.about__text-count.has-border {
  position: relative;
}
.about__text-count.has-border::after {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 2px;
  height: 60px;
  content: "";
  background-color: #e4e4e4;
}
@media (max-width: 767px) {
  .about__text-count.has-border::after {
    display: none;
  }
}
.about__text-count h3 {
  font-size: 45px;
  color: #15287d;
  line-height: 1;
  margin-bottom: 0;
}
.about__text-count span {
  font-family: "Rubik", sans-serif;
  color: #646464;
  font-size: 15px;
  line-height: 1;
  margin-top: 17px;
  display: block;
}
.about__list ul {
  margin-top: 35px;
}
.about__list ul li {
  list-style-type: none;
  line-height: 1;
  overflow: hidden;
  display: flex;
  align-items: center;
}
.about__list ul li i {
  float: left;
  width: 35px;
  height: 35px;
  margin-right: 15px;
  line-height: 35px;
  font-size: 15px;
  color: #007cfb;
  text-align: center;
  border: 2px solid #eff1f6;
  font-weight: 500;
  border-radius: 50%;
}
.about__list ul li span {
  color: #747ca2;
  font-size: 15px;
  line-height: 1;
  overflow: hidden;
}
.about__list ul li:not(:last-child) {
  margin-bottom: 15px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .about__list ul li:not(:last-child) {
    margin-bottom: 10px;
  }
}
@media (max-width: 767px) {
  .about__list ul li:not(:last-child) {
    margin-bottom: 10px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .about__list ul {
    margin-top: 10px;
  }
}
@media (max-width: 767px) {
  .about__list ul {
    margin-top: 10px;
  }
}
.about__content-2 p {
  color: #747ca2;
  font-size: 15px;
  padding-right: 34px;
  margin-top: 30px;
  line-height: 28px;
  font-family: "Rubik", sans-serif;
}
.about__img-2 {
  transform: translateX(-77px);
}
@media (min-width: 1200px) and (max-width: 1500px) {
  .about__img-2 {
    transform: translateX(0);
  }
}

.about__box-2 .about__icon i {
  font-size: 90px;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-image: -moz-linear-gradient(0deg, #fc796c 100% 0%, #f95fb2 100%);
  background-image: -webkit-linear-gradient(0deg, #fc796c 100% 0%, #f95fb2 100%);
  background-image: -ms-linear-gradient(0deg, #fc796c 100% 0%, #f95fb2 100%);
  line-height: 1;
}
.about__box-2 h5 {
  color: #15287d;
  font-size: 20px;
  line-height: 1;
  margin-top: 35px;
  margin-bottom: 13px;
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .about__thumb-3 {
    margin-top: 30px;
  }
}
@media (max-width: 767px) {
  .about__thumb-3 {
    padding-left: 0;
  }
}

@media (max-width: 767px) {
  .shop-top .nice-select {
    padding-left: 0;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .widget-title {
    font-size: 22px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .widget-title {
    font-size: 20px;
  }
}

/*
********************************************************************
************ 10. service
********************************************************************
*/
@media (max-width: 767px) {
  .service__left {
    padding-right: 0;
  }
}
@media (max-width: 767px) {
  .service__content-2 {
    margin-top: 20px;
  }
}
.service__link-2 {
  position: absolute;
  right: 75px;
  bottom: 95px;
  z-index: 99;
}
@media (max-width: 767px) {
  .service__link-2 {
    display: none;
  }
}
@media (min-width: 1200px) and (max-width: 1500px) {
  .service-list-2 {
    margin-top: 50px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .service-list-2 {
    margin-top: 41px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .service-list-2 {
    margin-top: 40px;
    margin-bottom: 40px;
  }
}
.service-list-2 ul li {
  list-style: none;
}
.service-list-2 ul li a {
  display: flex;
  align-items: center;
  display: block;
  list-style: none;
  padding: 12px 60px;
  background-color: #ffffff;
  color: #15287d;
  position: relative;
}
.service-list-2 ul li a span {
  font-weight: 600;
  font-size: 20px;
  padding-left: 23px;
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
  display: inline-block;
}
@media (max-width: 767px) {
  .service-list-2 ul li a span {
    font-size: 19px;
  }
}
.service-list-2 ul li a::before {
  position: absolute;
  right: 0;
  top: 0;
  width: 0;
  -webkit-transition: all 0.5s linear 0s;
  -moz-transition: all 0.5s linear 0s;
  -ms-transition: all 0.5s linear 0s;
  -o-transition: all 0.5s linear 0s;
  transition: all 0.5s linear 0s;
  height: 100%;
  content: "";
  background-image: -moz-linear-gradient(0deg, #f95fb2 0%, #fc796c 100%);
  background-image: -webkit-linear-gradient(0deg, #f95fb2 0%, #fc796c 100%);
  background-image: -ms-linear-gradient(0deg, #f95fb2 0%, #fc796c 100%);
}
.service-list-2 ul li a i {
  color: #15287d;
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}
.service-list-2 ul li a .service__link-content {
  position: relative;
  z-index: 9;
}
@media (min-width: 1200px) and (max-width: 1500px) {
  .service-list-2 ul li a {
    padding: 12px 26px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .service-list-2 ul li a {
    padding: 12px 20px;
  }
}
@media (max-width: 767px) {
  .service-list-2 ul li a {
    padding: 12px 20px;
  }
}
.service-list-2 ul li:hover a::before {
  left: 0;
  width: 100%;
}
.service-list-2 ul li:hover a span {
  color: #ffffff;
}
.service-list-2 ul li:hover a i {
  color: #ffffff;
}
.service__widget-2 {
  padding: 0 10px;
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .service__widget-2 {
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .service__widget-2 {
    text-align: left;
    margin-bottom: 35px;
  }
}
.service__logo-2 {
  display: inline-block;
  margin: auto;
  position: relative;
  background-repeat: no-repeat;
}
.service__logo-2 img {
  position: relative;
  z-index: 9;
}
.service__logo-2::before {
  position: absolute;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
  left: 0px;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background-image: url("../img/icon/service/layer/layer.png");
  content: "";
  background-repeat: no-repeat;
}
@media (max-width: 767px) {
  .service__logo-2 {
    margin-left: 0;
  }
}
.service__content-2 h5 {
  font-size: 24px;
  line-height: 1;
  margin-bottom: 0;
  color: #15287d;
}
.service__content-2 p {
  font-size: 15px;
  line-height: 28px;
  color: #747ca2;
  margin-top: 20px;
  font-family: "Rubik", sans-serif;
  padding: 0 66px;
}
@media (min-width: 1200px) and (max-width: 1500px) {
  .service__content-2 p {
    padding: 0 25px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .service__content-2 p {
    margin-top: 5px;
    padding: 0;
  }
}
@media (max-width: 767px) {
  .service__content-2 p {
    padding: 0;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .service__wrapper {
    margin-top: 70px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .service__wrapper-2 {
    margin-top: 0;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .service-area {
    margin-top: 70px;
    padding-top: 70px;
    padding-bottom: 40px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .service-area {
    margin-top: 70px;
    padding-top: 70px;
    padding-bottom: 40px;
  }
}
@media (max-width: 767px) {
  .service-area {
    margin-top: 50px;
    padding-top: 50px;
    padding-bottom: 30px;
  }
}
.service-area.has-radius {
  border-bottom-left-radius: 200px;
  border-bottom-right-radius: 200px;
}
@media only screen and (max-width: 1480px) {
  .service-area-3 {
    margin-top: 100px;
    padding-top: 100px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .service-area-3 {
    margin-top: 85px;
    padding-top: 85px;
    padding-bottom: 35px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .service-area-3 {
    margin-top: 70px;
    padding-top: 70px;
    padding-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .service-area-3 {
    margin-top: 50px;
    padding-top: 50px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .service-area-2 {
    border-bottom-left-radius: 60px;
    border-bottom-right-radius: 60px;
    padding-bottom: 90px;
    margin-top: -175px;
    padding-top: 245px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .service-area-2 {
    margin-top: 0;
    padding-top: 70px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .service-area-2 {
    margin-top: 0;
    padding-top: 55px;
  }
}
@media (max-width: 767px) {
  .service-area-2 {
    margin-top: 0;
  }
}
.service__content {
  overflow: hidden;
  padding-top: 5px;
}
.service__content h4 {
  color: #ffffff;
  font-size: 24px;
  margin-bottom: 0;
  line-height: 1;
}
.service__content p {
  font-size: 15px;
  margin-top: 20px;
  color: #7183d4;
  line-height: 28px;
  padding-right: 92px;
}
@media (min-width: 1200px) and (max-width: 1500px) {
  .service__content p {
    padding-right: 30px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .service__content p {
    padding-right: 0;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .service__content p {
    padding-right: 0;
  }
}
@media (max-width: 767px) {
  .service__content p {
    font-size: 14px;
    margin-top: 11px;
    padding-right: 0;
  }
}
@media (min-width: 1200px) and (max-width: 1500px) {
  .service__content {
    padding-right: 56px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .service__content {
    padding-right: 0;
  }
}
@media (max-width: 767px) {
  .service__content {
    margin-top: 15px;
    margin-bottom: 15px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .service__content-2 {
    margin-top: 20px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .service__content-2 p {
    margin-top: 5px;
    font-size: 14px;
  }
}
.service__box {
  border: 1px solid #253a98;
  background-color: transparent;
  padding: 60px 50px;
  position: relative;
}
.service__box-wrapper {
  position: relative;
  z-index: 9;
  align-items: center;
}
@media (max-width: 767px) {
  .service__box-wrapper {
    flex-wrap: wrap;
    flex-direction: column;
    align-items: flex-start;
  }
}
.service__box::before {
  position: absolute;
  right: 0;
  top: 0;
  width: 0;
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
  background-color: #253a98;
  content: "";
  height: 100%;
}
.service__box:hover::before {
  width: 100%;
  left: 0;
  width: 100%;
}
.service__box:hover .logo-2 i {
  color: #15287d;
}
.service__box:hover .logo-2 {
  background-color: #fef22e;
}
.service__box:hover .service__logo::after {
  left: 0;
  width: 100%;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .service__box {
    padding: 45px 30px;
  }
}
@media (max-width: 767px) {
  .service__box {
    padding: 45px 30px;
  }
}
.service__box-2 .service__thumb {
  overflow: hidden;
}
.service__box-2 .service__thumb img {
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}
.service__box-2 .service__content-3 {
  padding: 20px 4px;
  padding-top: 13px;
  text-align: center;
  box-shadow: 0px 10px 30px 0px rgba(212, 212, 212, 0.3);
  position: relative;
}
.service__box-2 .service__content-3 .service-icon i {
  color: #f7f7f7;
}
.service__box-2 .service__content-3 .service-icon i::before {
  position: absolute;
  left: 50%;
  top: 50%;
  font-size: 140px;
  transform: translateX(-50%);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}
.service__box-2 .service__content-3 .content {
  position: relative;
  z-index: 99;
}
.service__box-2 .service__content-3::after, .service__box-2 .service__content-3::before {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  background-color: #d8d8d8;
  content: "";
}
.service__box-2 .service__content-3::before {
  z-index: 9;
  background-color: #DA251C;
  width: 0;
  right: 0;
  left: auto;
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}
.service__box-2 .service__content-3 h5 {
  font-size: 16px;
  color: #333;
  margin-bottom: 0;
}

.service__box-2 .service__content-3 p {
  margin-bottom: 0;
  font-size: 15px;
  color: #747ca2;
  margin-top: 0px;
  line-height: 23px;
}

.service__box-2:hover img {
  transform: scale(1.1);
}
.service__box-2:hover .service__content-3 .service-icon i::before {
  opacity: 1;
  visibility: visible;
}
.service__box-2:hover .service__content-3::before {
  left: 0;
  width: 100%;
  right: auto;
}
.service__box-3 {
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
  border-color: #eef0f6;
}
.service__box-3::before {
  display: none;
}
.service__box-3 .service__box-wrapper {
  display: block;
}
.service__box-3 .service__logo {
  margin-bottom: 41px;
  display: block;
  background: #edf6ff;
}
.service__box-3 .service__logo i {
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
  color: #007cfb;
}
.service__box-3 .service__content {
  padding-left: 0;
}
.service__box-3 .service__content p {
  padding-right: 0;
}
.service__box-3 .service__content h4 {
  color: #15287d;
}
.service__box-3 .service__action .logo-2 {
  margin-top: 32px;
}
.service__box-3 .service__action .logo-2:hover {
  background-color: #fef22e;
  border-color: transparent;
}
.service__box-3:hover {
  border-color: transparent;
  box-shadow: 0px 10px 30px 0px rgba(199, 199, 199, 0.3);
}
.service__box-3:hover .service__logo i {
  color: #ffffff;
}
.service__box-4 {
  border-color: #e9ebf4;
  position: relative;
}
.service__box-4::before {
  background-color: #253a98;
  opacity: 0.941;
}
.service__box-4 .service__box-img img {
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  -webkit-transition: all 0.5s linear 0s;
  -moz-transition: all 0.5s linear 0s;
  -ms-transition: all 0.5s linear 0s;
  -o-transition: all 0.5s linear 0s;
  transition: all 0.5s linear 0s;
  opacity: 0;
  visibility: hidden;
}
.service__box-4 .service__content h4 {
  color: #15287d;
}
.service__box-4 .service__content h4, .service__box-4 .service__contentp {
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}
.service__box-5 {
  padding: 50px 40px;
  padding-right: 30px;
  position: relative;
  background-color: #ffffff;
}
.service__box-5 .service__logo i {
  color: #007cfb;
}
.service__box-5 .service__logo::after {
  background-color: #ffffff;
}
.service__box-5::after {
  position: absolute;
  right: 0;
  top: 0;
  width: 0;
  height: 100%;
  background-color: #15287d;
  opacity: 0.902;
  content: "";
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}
.service__box-5 h4, .service__box-5 p {
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}
.service__box-5 img {
  z-index: -1;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
  transition-delay: 0.2s;
  height: 100%;
  object-fit: cover;
}
.service__box-5 .service__content h4 {
  font-size: 22px;
}
@media (min-width: 1200px) and (max-width: 1500px) {
  .service__box-5 .service__content h4 {
    font-size: 18px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .service__box-5 .service__content h4 {
    font-size: 18px;
  }
}
.service__box-5:hover {
  background-color: transparent;
}
.service__box-5:hover img {
  opacity: 1;
  visibility: visible;
}
.service__box-5:hover h4, .service__box-5:hover p {
  color: #ffffff;
}
.service__box-5:hover .service__logo i {
  color: #007cfb;
}
.service__box-5:hover::after {
  width: 100%;
  left: 0;
}
.service__box-5:hover .logo-2 {
  background-color: #007cfb;
  border-color: transparent;
}
.service__box-5:hover .logo-2 i {
  color: #ffffff;
}
.service__logo {
  display: inline-block;
  width: 115px;
  height: 115px;
  flex: 0 0 auto;
  background-color: #253a98;
  text-align: center;
  line-height: 115px;
  border-radius: 28% 72% 43% 57%/46% 58% 42% 54%;
  position: relative;
  overflow: hidden;
}
.service__logo::after {
  position: absolute;
  right: 0;
  top: 0;
  width: 0;
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
  height: 100%;
  background: #007cfb;
  content: "";
}
.service__gradient-img {
  position: relative;
  overflow: hidden;
  z-index: 99;
}
@media (max-width: 767px) {
  .service__gradient-img {
    margin-top: 50px;
  }
}
.service__gradient-img::after {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: -moz-linear-gradient(90deg, #15287d 0%, rgba(21, 40, 125, 0) 100%);
  background-image: -webkit-linear-gradient(90deg, #15287d 0%, rgba(21, 40, 125, 0) 100%);
  background-image: -ms-linear-gradient(90deg, #15287d 0%, rgba(21, 40, 125, 0) 100%);
  content: "";
}
.service__gradient-img img {
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}
.service__gradient-img:hover img {
  transform: scale(1.1);
}
@media (min-width: 768px) and (max-width: 991px) {
  .service__gradient-img {
    margin-top: 50px;
  }
}
.service__gradient-content {
  position: absolute;
  left: 0;
  z-index: 9;
  bottom: 0;
  padding: 63px 80px;
  width: 100%;
}
.service__gradient-content-inner {
  position: relative;
}
.service__gradient-content h3 {
  margin-bottom: 0;
  line-height: 1;
}
.service__gradient-content h3 a {
  color: #ffffff;
  font-size: 30px;
  line-height: 1;
  display: block;
  font-weight: 600;
}
@media (max-width: 767px) {
  .service__gradient-content h3 a {
    font-size: 25px;
  }
}
.service__gradient-content p {
  color: #ffffff;
  font-size: 15px;
  margin-top: 20px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .service__gradient-content p {
    padding-right: 60px;
  }
  .service__gradient-content p br {
    display: none;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .service__gradient-content p {
    padding-right: 60px;
  }
  .service__gradient-content p br {
    display: none;
  }
}
@media (max-width: 767px) {
  .service__gradient-content p {
    padding-right: 0;
  }
  .service__gradient-content p br {
    display: none;
  }
}
@media (max-width: 767px) {
  .service__gradient-content {
    padding: 30px;
  }
}

.logo-2 {
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  position: relative;
  color: #ffffff;
  overflow: hidden;
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}
.logo-2 i {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}
.logo-2 i:first-child {
  left: -50%;
}
.logo-2:hover i:first-child {
  left: 50%;
}
.logo-2:hover i:last-child {
  left: 150%;
}
.logo-2.has-border {
  border: 2px solid #f1f2f8;
  background: transparent;
  color: #15287d;
}

.single-service {
  position: relative;
}
.single-service__action {
  position: absolute;
  top: 50%;
  z-index: 99;
  right: -35px;
  transform: translateY(-50%);
}
@media (min-width: 992px) and (max-width: 1199px) {
  .single-service .icon-3 {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .single-service .icon-3 {
    display: none;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .single-service .icon-3 {
    display: none;
  }
}
@media (max-width: 767px) {
  .single-service .icon-3 {
    display: none;
  }
}
.single-service:hover .service__logo-2::before {
  opacity: 1;
  visibility: visible;
  left: -10px;
  bottom: -10px;
}

.service__logo-3 {
  border-radius: 100% 100% 79% 100%/100% 100% 61% 100%;
  background-color: #ffffff;
  position: relative;
  overflow: visible;
}
.service__logo-3::after {
  position: absolute;
  right: -10px;
  bottom: -10px;
  top: auto;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: 1px solid #2d3e8a;
  background-color: transparent;
}
.service__logo-3 i {
  color: #007cfb;
  font-size: 58px;
}
.service__logo-3 .service__logo-inner {
  position: relative;
  z-index: 9;
  width: 100%;
  height: 100%;
  border-radius: 100% 100% 79% 100%/100% 100% 61% 100%;
  background: #ffffff;
}

.service-parent:hover .logo-2 {
  background-color: #007cfb;
}
.service-parent:hover .logo-2 i {
  color: #ffffff;
}
.service-parent:hover .service__box-img img {
  opacity: 1;
  transition-delay: 0.3s;
  visibility: visible;
}
.service-parent:hover .service__content h4, .service-parent:hover .service__content p {
  color: #ffffff;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .service-area-2-sub {
    margin-top: -72px;
    padding-bottom: 70px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .service-area-2-sub {
    margin-top: -127px;
    padding-bottom: 55px;
    padding-top: 184px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .service-area-2-sub {
    padding-top: 55px;
    margin-top: 0;
    padding-bottom: 55px;
  }
}
@media (max-width: 767px) {
  .service-area-2-sub {
    margin-top: 0;
    padding-bottom: 60px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .service-area-2 {
    padding-bottom: 60px;
    border-bottom-left-radius: 40px;
    border-bottom-right-radius: 40px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .service-area-2 {
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
    padding-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .service-area-2 {
    border-radius: 0;
    padding-bottom: 25px;
  }
}

.gallery-item-wrapper .grid-item a {
  opacity: 1;
  visibility: visible;
  position: static;
  transform: scale(1);
  color: #15287d;
  display: contents;
}

.blog__img-wrapper.item-2 .thumb {
  float: left;
}
@media (min-width: 1200px) and (max-width: 1500px) {
  .blog__img-wrapper.item-2 .thumb {
    max-width: 41%;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .blog__img-wrapper.item-2 .thumb {
    max-width: 41%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .blog__img-wrapper.item-2 .thumb {
    max-width: 40%;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .blog__img-wrapper.item-2 .thumb {
    max-width: 40%;
  }
}
.blog__img-wrapper.item-2 .thumb:first-child {
  margin-right: 30px;
}
@media (max-width: 767px) {
  .blog__img-wrapper.item-2 .thumb:first-child {
    margin-bottom: 30px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .service-top {
    padding-top: 70px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .service-top {
    padding-top: 70px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .service-top {
    padding-top: 70px;
  }
}
@media (max-width: 767px) {
  .service-top {
    padding-top: 70px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .service-area-4 {
    padding-top: 0;
    margin-top: 0;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .service-area-4 {
    padding-top: 0;
    margin-top: 0;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .service-area-4 {
    padding-top: 0;
    margin-top: 0;
  }
}
@media (max-width: 767px) {
  .service-area-4 {
    padding-top: 0;
    margin-top: 0;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .features-margin-2 {
    margin-bottom: 0;
  }
}
@media (max-width: 767px) {
  .features-margin-2 {
    margin-bottom: 0;
    padding-bottom: 0;
    margin-top: 50px;
  }
}

@media (max-width: 767px) {
  .features-margin {
    margin-bottom: 30px;
  }
}

.service__box-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.contact__form.solid-form form .news__thumb-inner {
  margin-bottom: 30px;
}
.contact__form.solid-form form .news__thumb-inner input, .contact__form.solid-form form .news__thumb-inner textarea, .contact__form.solid-form form .news__thumb-inner .nice-select {
  background: #1f328a;
}
.contact__form.solid-form form .news__thumb-inner.no-margin {
  margin-bottom: 0;
}
.contact__form.solid-form form .news__thumb-inner.mb-25 {
  margin-bottom: 25px;
}
.contact__form.solid-form form .news__thumb-inner .nice-select span.current {
  line-height: 55px;
}

.service__box .logo-2.has-border {
  transition: all 0.3s;
}
.service__box:hover .logo-2.has-border {
  border: 0;
}

.service__logo-1 {
  float: left;
  margin-right: 43px;
}
@media (min-width: 1200px) and (max-width: 1500px) {
  .service__logo-1 {
    margin-right: 23px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .service__logo-1 {
    margin-right: 15px;
  }
}
@media (max-width: 767px) {
  .service__logo-1 {
    float: none;
    margin-right: 0;
  }
}

.logo-2.logo-bg {
  position: absolute;
  right: 0;
  top: 50%;
  background: #253a98;
  transform: translateY(-50%);
}
@media (min-width: 992px) and (max-width: 1199px) {
  .logo-2.logo-bg {
    position: static;
    transform: translateY(0);
  }
}
@media (max-width: 767px) {
  .logo-2.logo-bg {
    position: static;
    transform: translateY(0);
  }
}

@media (max-width: 992px) {
  .service__box.service__box-3 {
    padding: 30px;
  }
}
@media (max-width: 992px) {
  .service__box.service__box-3 h4 {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .service__box.service__box-3 h4 {
    font-size: 19px;
  }
}

.service__logo.service__logo-update {
  float: left;
  margin-right: 43px;
}

@media (max-width: 767px) {
  .service__logo.service__logo-update {
    float: none;
  }
}

.service__content.service__content-4 h4.service-title {
  color: #15287d;
}

.service__box:hover .service__content.service__content-4 h4.service-title {
  color: #fff;
}

.service__box.service__box-update {
  border-color: #e9ebf4;
}

@media (max-width: 1350px) {
  .service-area.has-radius {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
  }
}
@media (min-width: 1200px) and (max-width: 1500px) {
  .service__box-2 .service__content-3.service-space {
    padding: 42px 25px;
  }
}
@media (min-width: 1200px) and (max-width: 1500px) {
  .service__box-2 .service__content-3.service-space p {
    font-size: 17px;
  }
}

@media (min-width: 1200px) and (max-width: 1500px) {
  .service__box-3 {
    padding: 30px;
  }
}

@media (min-width: 1200px) and (max-width: 1500px) {
  .service__content {
    padding-right: 0;
  }
}

#ui-datepicker-div {
  padding: 0;
}

/*
********************************************************************
************ 11. works
********************************************************************
*/
@media (min-width: 768px) and (max-width: 991px) {
  .works-area {
    padding-top: 85px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .works-area-3 {
    padding-top: 70px;
  }
}
.works-active-3 .owl-nav {
  position: absolute;
  display: flex;
  min-width: 100px;
  justify-content: space-between;
  right: 0;
  bottom: calc(100% + 80px);
}
.works-active-3 .owl-nav .owl-prev, .works-active-3 .owl-nav .owl-next {
  width: 45px;
  height: 45px;
  border: 2px solid #e7e9f2;
  text-align: center;
  line-height: 45px;
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}
.works-active-3 .owl-nav .owl-prev:hover, .works-active-3 .owl-nav .owl-next:hover {
  background-color: #fef22e;
  border-color: transparent;
  color: #15287d;
}
@media (min-width: 768px) and (max-width: 991px) {
  .works-active-3 {
    margin-top: 50px;
  }
}
.works__content-2 {
  position: absolute;
  left: 0;
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
  top: 50%;
  transform: translateY(-50%);
  z-index: 9;
  opacity: 0;
  visibility: hidden;
  right: 0;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .works-gallery-area {
    padding-top: 70px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .works-gallery-area {
    padding-top: 70px;
  }
}
@media (max-width: 767px) {
  .works-gallery-area {
    padding-top: 50px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .works-gallery__content {
    margin-top: 60px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .works-gallery__content {
    margin-top: 60px;
  }
}
@media (max-width: 767px) {
  .works-gallery__content {
    margin-top: 40px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .works-gallery-2 {
    margin-top: 70px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .works-gallery-2 {
    margin-top: 55px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .works-gallery-2 {
    margin-top: 55px;
  }
}
@media (max-width: 767px) {
  .works-gallery-2 {
    margin-top: 55px;
  }
}
.works__thumb {
  position: relative;
}
.works__thumb::after {
  position: absolute;
  right: 0;
  top: 0;
  width: 0;
  height: 100%;
  background-color: #15287d;
  opacity: 0.851;
  content: "";
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}
.works__thumb i {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  color: #ffffff;
  z-index: 9;
  font-size: 16px;
  font-weight: 300;
}
.works__thumb:hover::after {
  left: 0;
  width: 100%;
}
.works__thumb:hover .works__action {
  opacity: 1;
  visibility: visible;
}
.works__action {
  position: absolute;
  left: 50%;
  opacity: 0;
  visibility: hidden;
  top: 50%;
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
  transform: translate(-50%, -50%);
  z-index: 9;
}
.works__content {
  margin-top: 40px;
}
.works__content h5 {
  margin-bottom: 0;
  line-height: 1;
}
.works__content h5 a {
  color: #15287d;
  font-size: 24px;
}
@media (max-width: 767px) {
  .works__content h5 a {
    font-size: 17px;
  }
}
.works__content a.tag {
  color: #747ca2;
  font-size: 18px;
  line-height: 1;
  display: block;
  background-color: transparent;
  margin-top: 15px;
  font-family: "Rubik", sans-serif;
}
@media (max-width: 767px) {
  .works__content {
    margin-top: 23px;
  }
}
.works-action-2 {
  opacity: 1;
  visibility: visible;
  opacity: 1;
  visibility: visible;
  left: auto;
  transform: translate(0);
}

.plus-logo {
  width: 50px;
  height: 50px;
  z-index: 9;
  background-color: transparent;
}
.plus-logo span {
  position: absolute;
  z-index: 999;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 50px;
  height: 1px;
  background-color: #ffffff;
}
.plus-logo span:last-child {
  transform: rotate(90deg);
  left: 0;
}

.works__box-2 .works-thumb {
  position: relative;
  overflow: hidden;
}
.works__box-2 .works-thumb img {
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}
.works__box-2 .works-thumb::after {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 0;
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
  content: "";
  background-image: -moz-linear-gradient(0deg, rgba(249, 95, 178, 0.94902) 0%, rgba(251, 110, 138, 0.95) 57%, rgba(252, 121, 108, 0.94902) 100%);
  background-image: -webkit-linear-gradient(0deg, rgba(249, 95, 178, 0.94902) 0%, rgba(251, 110, 138, 0.95) 57%, rgba(252, 121, 108, 0.94902) 100%);
  background-image: -ms-linear-gradient(0deg, rgba(249, 95, 178, 0.94902) 0%, rgba(251, 110, 138, 0.95) 57%, rgba(252, 121, 108, 0.94902) 100%);
}
.works__box-2 .works-thumb:hover img {
  transform: scale(1.1);
}
.works__box-2 .works-thumb-2::after {
  background-image: none;
  background-color: rgba(53, 61, 132, 0.851);
}
.works__box-2:hover .works-thumb::after {
  top: 0;
  height: 100%;
}
.works__box-2:hover .works__content-2 {
  opacity: 1;
  visibility: visible;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .works-wrapper-2 {
    margin-top: 50px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .works-wrapper-2 {
    margin-top: 50px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .works-wrapper-2 {
    margin-top: 50px;
  }
}
@media (max-width: 767px) {
  .works-wrapper-2 {
    margin-top: 45px;
  }
}

@media (max-width: 767px) {
  .works-area-3 {
    padding-top: 50px;
  }
}

.footer__logo img {
  max-width: 160px;
}

.works__action.works-action-2 {
  position: static;
}

/*
========
05. testimonial
=========================================
*/
@media (min-width: 768px) and (max-width: 991px) {
  .testimonial-area-3 {
    padding-top: 70px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .testimonial-area-3 {
    padding-top: 70px;
  }
}
@media (max-width: 767px) {
  .testimonial-area-3 {
    padding-top: 50px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .testimonial__right {
    padding: 0px 40px;
  }
}
@media (max-width: 767px) {
  .testimonial__right {
    padding: 0;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .testimonial__area {
    padding-top: 0;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .testimonial__area {
    padding-top: 0;
  }
}
@media (max-width: 767px) {
  .testimonial__area {
    padding-top: 0;
    padding-bottom: 150px;
  }
}
.testimonial__area-2 {
  background-repeat: no-repeat;
  background-position: left bottom;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .testimonial__area-2 {
    padding-bottom: 176px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .testimonial__area-2 {
    padding-top: 25px;
    background-position: bottom left;
    padding-bottom: 162px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .testimonial__area-2 {
    padding-top: 0px;
    margin-top: 25px;
    padding-bottom: calc(106px + 55px);
    background-position: bottom left;
  }
}
@media (max-width: 767px) {
  .testimonial__area-2 {
    margin-top: 0;
    background-position: center;
    background-size: cover;
    padding-top: 35px;
    padding-bottom: calc(105px + 50px);
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .testimonial__area-2 {
    background-image: none;
  }
}
.testimonial__thumb img {
  position: absolute;
  left: 0;
  top: 0;
  width: 50%;
  object-fit: cover;
  height: 100%;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .testimonial__thumb img {
    position: static;
    width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .testimonial__thumb img {
    position: static;
    width: 100%;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .testimonial__thumb img {
    display: none;
  }
}
@media (max-width: 767px) {
  .testimonial__thumb img {
    position: static;
    width: 100%;
  }
}
@media (max-width: 767px) {
  .testimonial__thumb-2 {
    display: none;
  }
}
.testimonial-active button.slick-arrow, .testimonial-active-2 button.slick-arrow {
  position: absolute;
  left: 5px;
  top: calc(100% + 60px);
}
@media (max-width: 767px) {
  .testimonial-active button.slick-arrow, .testimonial-active-2 button.slick-arrow {
    top: calc(100% + 25px);
  }
}
.testimonial-active button.slick-next, .testimonial-active-2 button.slick-next {
  left: 64px;
}
.testimonial-active-2 {
  margin-top: 35px;
}
.testimonial__box {
  position: relative;
  background-color: transparent;
}
.testimonial__box-wrapper {
  padding: 40px;
  padding-left: 130px;
  background-color: #ffffff;
  position: relative;
  z-index: 9;
  padding-bottom: 50px;
}
.testimonial__box-wrapper::before, .testimonial__box-wrapper::after {
  position: absolute;
  left: 7px;
  width: 0;
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
  height: 7px;
  background-color: #007cfb;
  top: 100%;
  z-index: 9;
  content: "";
}
.testimonial__box-wrapper::after {
  width: 7px;
  height: 0;
  left: 100%;
  top: 7px;
}
.testimonial__box-wrapper:hover::after {
  height: 100%;
}
.testimonial__box-wrapper:hover::before {
  width: calc(100% - 7px);
}
@media (max-width: 767px) {
  .testimonial__box-wrapper {
    padding: 50px 30px;
    padding-left: 50px;
  }
}
.testimonial__box-wrapper-2 {
  padding: 0;
  padding-right: 57px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .testimonial__box-wrapper-2 {
    background-color: transparent;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .testimonial__box-wrapper-2 {
    background-color: transparent;
    padding-right: 287px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .testimonial__box-wrapper-2 {
    background-color: transparent;
  }
}
@media (max-width: 767px) {
  .testimonial__box-wrapper-2 {
    background-color: transparent;
  }
}
@media (max-width: 450px) {
  .testimonial__box-wrapper {
    padding: 30px;
    padding-left: 30px;
  }
}
.testimonial__box::after {
  position: absolute;
  left: 50px;
  top: 33px;
  font-family: "Font awesome 5 pro";
  font-size: 50px;
  content: "";
  font-weight: 300;
  color: #007cfb;
  z-index: 9;
}
@media (max-width: 767px) {
  .testimonial__box::after {
    left: 15px;
    top: 14px;
    transform: translateY(0);
    font-size: 28px;
  }
}
@media (max-width: 450px) {
  .testimonial__box::after {
    display: none;
  }
}
.testimonial__box p {
  color: #747ca2;
  font-size: 18px;
  line-height: 1.9;
  margin-bottom: 32px;

}
.testimonial__box-2 {
  position: relative;
}
.testimonial__box-2::after {
  display: none;
}
.testimonial-widget {
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
  border: 8px solid #f2f8ff;
  padding: 50px 40px;
}
.testimonial-widget i {
  color: #007cfb;
  font-size: 50px;
  line-height: 1;
}
.testimonial-widget p {
  font-size: 15px;
  margin-bottom: 0;
  margin-top: 20px;

  color: #747ca2;
}
.testimonial-widget .client__content {
  padding-left: 15px;
}
.testimonial-widget .client__content h6 {
  color: #15287d;
  font-size: 18px;
  line-height: 1;
  margin-bottom: 0;
}
.testimonial-widget .client__content span {

  color: #747ca2;
  font-size: 15px;
  line-height: 1;
  margin-top: 10px;
  display: block;
}
.testimonial-widget:hover {
  border-color: #007cfb;
}
@media (max-width: 450px) {
  .testimonial-widget {
    padding: 50px 19px;
  }
}

.author__desc {
  overflow: hidden;
  padding-left: 14px;
}
.author__desc h5 {
  margin-bottom: 0;
  line-height: 1;
}
.author__desc h5 a {
  font-size: 18px;
  line-height: 1.6;
  display: block;
  color: #15287d;
}
.author__desc span {
  color: #fc796c;
  font-size: 15px;

  display: block;
}
.author__thumb {
  float: left;
}
@media (max-width: 767px) {
  .author__thumb {
    float: none;
  }
}

.single-testimonial {
  padding: 7px;
  padding-left: 0;
}

.testimonial-active-3.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 83px;
}
@media (max-width: 767px) {
  .testimonial-active-3.owl-theme .owl-nav.disabled + .owl-dots {
    margin-top: 30px;
  }
}

.testimonial-transform {
  transform: translateY(40px);
}
@media (min-width: 992px) and (max-width: 1199px) {
  .testimonial-transform {
    transform: translateY(0);
    margin-top: 40px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .testimonial-transform {
    transform: translateY(0);
    margin-top: 0;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .testimonial-transform {
    transform: translateY(0);
    margin-top: 0;
  }
}
@media (max-width: 767px) {
  .testimonial-transform {
    transform: translateY(0);
    margin-top: 0;
  }
}

@media (min-width: 1200px) and (max-width: 1500px) {
  .testimonial-area {
    padding: 50px 0;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .testimonial-area {
    padding: 85px 0;
  }
}

@media (min-width: 1200px) and (max-width: 1500px) {
  .testimonial-area.faq-testimonial-area {
    padding: 90px 0;
  }
}

@media (min-width: 1200px) and (max-width: 1500px) {
  .faq-testimonial {
    margin-top: 50px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .faq-contact {
    padding: 50px 0;
  }
}

.slick-arrow i {
  font-weight: 500;
}

.testimonial__thumb-update {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 50%;
}
.testimonial__thumb-update img {
  max-width: 100%;
}

@media (max-width: 1200px) {
  .testimonial__area-2 {
    background-image: none !important;
  }
}
@media (max-width: 992px) {
  .appoint-bg {
    background-image: none !important;
  }

  .about__thumb {
    margin-top: 0;
  }

  .gallery-item-wrapper .grid-item a {
    font-size: 18px;
  }
}
@media (max-width: 1400px) {
  li.d-none.d-lg-inline-block.shop-top {
    float: right;
  }
}
@media (max-width: 992px) {
  .service__box-2 .service__content-3 {
    padding: 42px 18px;
  }

  div.news__content h5 a {
    font-size: 16px;
  }
}
@media (max-width: 992px) and (max-width: 445px) {
  div.news__content h5 a {
    font-size: 16px;
  }
}
@media (max-width: 450px) {
  .testimonial__box-wrapper.test-padding {
    padding: 0;
  }
}

@media (min-width: 1200px) and (max-width: 1500px) {
  .testimonial-area.testimonial-area-3 {
    padding-bottom: 90px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .testimonial-area.testimonial-area-3 {
    padding-bottom: 50px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .testimonial-area.testimonial-area-3 {
    padding-bottom: 50px;
  }
}
@media (max-width: 767px) {
  .testimonial-area.testimonial-area-3 {
    padding-bottom: 50px;
  }
}

.testimonial__area {
  background-position: top right;
}

.author__metaq.author__metaq-1 .author__desc span {
  color: #747ca2;
}

.testimonial-active.testimonial-active-update button.slick-arrow:hover {
  background-color: #fef22e;
  border-color: #fef22e;
}
.testimonial-active.testimonial-active-update button.slick-arrow:hover i {
  color: #15287d;
}

.testimonial-update {
  background-position: bottom left;
}

/*
========
06. counter
=========================================
*/
@media (min-width: 1200px) and (max-width: 1500px) {
  .counter-area {
    padding: 0 90px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .counter-area {
    padding: 0 10px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .counter-area {
    padding: 0 10px;
  }
}
@media (max-width: 767px) {
  .counter-area {
    padding: 0;
    margin-top: 198px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .counter-area-2 {
    margin-top: 145px;
    padding: 0 50px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .counter-area-2 {
    margin-top: 0;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .counter-area-2 .counter-wrapper {
    margin-top: 50px;
  }
}
@media (max-width: 767px) {
  .counter-area-3 {
    margin-top: 75px;
  }
}
.counter__content {
  padding-left: 30px;
  text-align: left;
}
.counter__content h5 {
  font-size: 45px;
  color: #ffffff;
  line-height: 1;
  margin-bottom: 2px;
}
.counter__content span.caption {
  font-size: 15px;

  color: #ffffff;
  line-height: 1;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .counter__content {
    padding-left: 10px;
  }
}
.counter__box {
  display: flex;
  justify-content: center;
  align-items: center;
}
.counter-wrapper {
  background-color: #15287d;
  padding: 55px 15px;
  position: relative;
  z-index: 9;
  padding-bottom: 60px;
}
.counter-wrapper-2 {
  padding: 65px 0;
  padding-bottom: 75px;
}
.counter__logo i::before {
  color: #ffffff;
  font-size: 62px;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .counter-area-2 .counter-wrapper {
    padding: 55px 30px;
    padding-bottom: 30px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .counter-area-2 {
    margin-top: 55px;
  }
}
@media (max-width: 767px) {
  .counter-area-2 {
    margin-top: 5px;
  }
}

@media (max-width: 575px) {
  .counter__box-2 {
    justify-content: flex-start;
  }
}

@media (max-width: 575px) {
  .counter-wrapper.counter-wrapper-2.counter-space {
    padding: 36px;
  }
}

/*
========
07. news
=========================================
*/
.news-padding {
  padding: 0 30px;
}
@media (max-width: 767px) {
  .news-padding {
    padding: 0 5px;
  }
}
.news__link-2 i {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.news__desc p {
  font-size: 15px;

  color: #747ca2;
  line-height: 1.867;
  margin-top: 20px;
}
.news__left-2 p {
  margin-top: 28px;
  margin-bottom: 0;
  color: #747ca2;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .news-area {
    padding-top: 70px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .news-area {
    padding-top: 70px;
  }
}
@media (max-width: 767px) {
  .news-area {
    padding-top: 50px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .news-area-2 {
    padding-bottom: 30px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .news-area-2 {
    padding-top: 55px;
    padding-bottom: 15px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .news-area-2 {
    padding-top: 55px;
    padding-bottom: 15px;
  }
}
@media (max-width: 767px) {
  .news-area-2 {
    padding-top: 50px;
    padding-bottom: 15px;
  }
}
@media (max-width: 767px) {
  .news-area-3 {
    padding-top: 50px;
    padding-bottom: 15px;
  }
}
.news-box-2 .news__thumb {
  overflow: hidden;
}
.news-box-2 img {
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}
.news-box-2:hover img {
  transform: scale(1.1);
}
.news__thumb {
  position: relative;
}
.news__thumb-inner {
  margin-right: 20px;
  position: relative;
  margin-bottom: 5px;
  
}
.news__thumb img {
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
  width:285px;
  height: 300px;
}
.news-box:hover {
    box-shadow: 0px 0px 30px 0px rgba(72, 105, 201, 0.3);
}
.news__action {
  position: absolute;
  bottom: -25px;
  right: 30px;
}
.news__content {
  margin-top: 10px;
}
.news__content h5 {
  margin-bottom: 0;
  list-style: 1;
}
.news__content h5 a {
  font-size: 16px;
  line-height: 1.4;
  color: #15287d;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .news__content h5 a {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .news__content h5 a {
    font-size: 16px;
  }
}
.news__content-2 {
  padding: 0 30px;
}
.news__content-2-wrapper {
  padding: 25px 35px;
  margin-top: -25px;
  background: #ffffff;
  box-shadow: 0px 10px 30px 0px rgba(212, 212, 212, 0.4);
  position: relative;
  z-index: 9;
}
.news__content-2-wrapper:hover .learn-more-link {
  max-height: 50px;
}
@media (min-width: 1200px) and (max-width: 1500px) {
  .news__content-2-wrapper {
    padding: 25px 20px;
  }
}
@media (max-width: 992px) {
  .news__content-2-wrapper {
    padding: 25px 25px;
  }
}
@media (max-width: 767px) {
  .news__content-2-wrapper {
    padding: 17px 14px;
  }
}
@media (min-width: 1200px) and (max-width: 1500px) {
  .news__content-2 {
    padding: 0 25px;
  }
}
@media (max-width: 992px) {
  .news__content-2 {
    padding: 0 15px;
  }
}
@media (max-width: 767px) {
  .news__content-2 {
    padding: 0 7px;
  }
}
.news__content-link h5 {
  margin-top: 7px;
  color: #15287d;
  line-height: 1.6;
  margin-bottom: 0;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .news__content-link h5 {
    font-size: 14px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .news__content-link h5 {
    font-size: 16px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .news__content-link h5 {
    font-size: 12px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .news__content-wrapper-2 {
    margin-top: 30px;
  }
}
.news__sidebar-item {
  background: #edf6ff;
  padding: 30px;
  display: flex;
  align-items: center;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .news__sidebar-item {
    padding: 14px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .news__sidebar-item {
    padding: 14px;
  }
}
.news__sidebar-item h5 {
  color: #15287d;
  font-size: 20px;
  line-height: 1.4;
  margin-top: 12px;
  margin-bottom: 0;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .news__sidebar-item h5 {
    font-size: 15px;
    margin-top: 6px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .news__sidebar-item .sidebar-icon {
    margin-top: 0;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .news__sidebar-item .sidebar-icon {
    margin-top: 0;
  }
}
.news__sidebar-item:hover .sidebar-icon i:first-child {
  left: 50%;
}
.news__sidebar-item:hover .sidebar-icon i:last-child {
  left: 150%;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .news__sidebar-item .content {
    padding-left: 17px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .news__sidebar-item .content {
    padding-left: 17px;
  }
}
@media (max-width: 767px) {
  .news__sidebar-item {
    display: block;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .news__wrapper-3 {
    padding-top: 70px;
  }
}
@media (max-width: 767px) {
  .news__wrapper-3 {
    padding-top: 50px;
  }
}

.author__content-2 a {
  color: #747ca2;
  font-size: 15px;
  line-height: 1;
  display: inline-block;
}
.author__content-2 a:hover {
  color: #007cfb;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .author__content-2 a {
    padding-left: 0;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .author__content-2 a {
    padding-left: 0;
  }
}
@media (max-width: 767px) {
  .author__content-2 a {
    padding-left: 0;
  }
}
@media (max-width: 767px) {
  .author__content-2.author-padding a {
    padding-left: 15px;
  }
}

.sidebar-icon {
  width: 22px;
  height: 25px;
  position: relative;
  overflow: hidden;
}
.sidebar-icon i {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
  transform: translate(-50%, -50%);
  font-size: 15px;
  color: #15287d;
  font-weight: 400;
}
.sidebar-icon i:first-child {
  left: -50%;
}

.sm-thumb img {
  max-width: 150px;
  object-fit: cover;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .sm-thumb img {
    height: auto;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .sm-thumb img {
    height: auto;
  }
}

.single-tag {
  color: #fc796c;
  font-size: 15px;
  line-height: 1;
  padding-right: 25px;
  margin-right: 20px;
  position: relative;
}
.single-tag::after {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 5px;
  height: 5px;
  border-radius: 50%;
  content: "";
  background-color: #fc796c;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .single-tag {
    font-size: 12px;
    padding-right: 18px;
    margin-right: 15px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .single-tag {
    font-size: 11px;
    padding-right: 11px;
    margin-right: 3px;
  }
}

.tag-2 {
  color: #747ca2;
  font-size: 15px;
  line-height: 1;

}
@media (min-width: 992px) and (max-width: 1199px) {
  .tag-2 {
    font-size: 12px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .tag-2 {
    font-size: 11px;
  }
}

.learn-more-link {
  max-height: 0;
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
  overflow: hidden;
}
.learn-more-link__btn {
  margin-top: 13px;
  color: #fc796c;
  position: relative;
  margin-bottom: 5px;
  font-size: 15px;
  font-weight: 600;
  border-bottom: 2px solid #fc796c;
  display: inline-block;
}
.learn-more-link__btn:hover {
  color: #fc796c;
}

.news__wrapper.has-border-top {
  border-top: 1px solid #e7e9f2;
  padding-top: 130px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .news__wrapper-2 {
    margin-top: 50px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .news__wrapper-3 {
    padding-top: 70px;
  }
}

.news-date {
  color: #747ca2;
  font-size: 15px;
  line-height: 1;
  display: inline-block;
  padding-left: 0px;
  margin-left: 0px;
 
}
.news-date::after {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 5px;
  height: 5px;
  background-color: #007cfb;
  border-radius: 50%;
  content: "";
}
.news-date i {
  margin-right: 5px;
}

.news__content-wrapper-2 {
  box-shadow: 0px 10px 30px 0px rgba(223, 223, 223, 0.3);
  padding-left: 70px;
  padding-right: 70px;
  padding-bottom: 40px;
}
@media (max-width: 767px) {
  .news__content-wrapper-2 {
    padding: 30px;
  }
}

.author-box {
  background: #eef0f6;
  padding: 50px 70px;
  padding-top: 45px;
}
.author-box h4 {
  font-size: 30px;
  line-height: 1.2;
  color: #15287d;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .author-box h4 {
    font-size: 17px;
  }
}
.author-box span {
  font-size: 18px;
  line-height: 1;
  margin-top: 25px;
  color: #007cfb;
  display: block;
}
@media (max-width: 767px) {
  .author-box span {
    font-size: 14px;
    margin-top: 12px;
  }
}
@media (max-width: 767px) {
  .author-box {
    padding: 30px;
  }
}

.blog-tag span {
  color: #15287d;
  font-size: 18px;
  font-weight: 600;
  margin-right: 15px;
}

.blog-social a {
  display: inline-block;
  font-size: 14px;
  color: #747ca2;
  padding-right: 20px;
}
.blog-social a:hover {
  color: #007cfb;
}

@media (min-width: 768px) and (max-width: 991px) {
  .news__wrapper-2 {
    margin-top: 50px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .news__wrapper-2 {
    margin-top: 50px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .widget__left {
    padding-left: 0;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .widget__left {
    padding-left: 0;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .widget__left {
    padding-left: 0;
  }
}
@media (max-width: 767px) {
  .widget__left {
    padding-left: 0;
  }
}

@media (max-width: 767px) {
  .blog-author {
    display: block;
  }
}
@media (max-width: 767px) {
  .blog-author .news-date {
    padding-left: 0;
    margin-left: 15px;
  }
}
.blog-author .news-date::after {
  display: none;
}

@media (max-width: 767px) {
  .news__sidebar-item .thumb {
    margin-bottom: 20px;
  }
}

@media (max-width: 767px) {
  .news__sidebar-item .content {
    padding-left: 0;
  }
}

.news__thumb-inner .nice-select:after {
  margin: 0;
  top: 49%;
}

@media (min-width: 1200px) and (max-width: 1500px) {
  .news__content-link-2 h5 {
    font-size: 17px;
  }
}

.news__thumb-inner.transparent .nice-select {
  background-color: transparent !important;
}

@media (max-width: 767px) {
  .details-content-2 {
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 767px) {
  .details-content-2 a {
    margin-bottom: 10px;
  }
}
@media (max-width: 767px) {
  .details-content-2 .news-date {
    margin-left: 0;
    padding-left: 0;
  }
  .details-content-2 .news-date::after {
    display: none;
  }
}

/*
========
08. brand
=========================================
*/
/*
========
09. footer
=========================================
*/
.footer__widget h5 {
  color: #ffffff;
  font-size: 24px;
  line-height: 1;
  margin-bottom: 0;
}
.footer__widget ul {
  margin-top: 22px;
}
.footer__widget ul li {
  list-style-type: none;
}
.footer__widget ul li a {
  font-size: 15px;
  color: #7183d4;
  line-height: 40px;
  display: block;
  padding-left: 18px;
  position: relative;
}
.footer__widget ul li a::before {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  font-size: 14px;
  line-height: 28px;
  font-family: "Font awesome 5 pro";
  color: #7183d4;
  content: "";
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}
.footer__widget ul li a:hover {
  color: #fef22e;
  margin-left: 10px;
}
.footer__widget ul li a:hover::before {
  color: #fef22e;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .footer__widget {
    padding-left: 0;
  }
}
@media (max-width: 767px) {
  .footer__widget {
    margin-bottom: 30px;
    padding-left: 0;
  }
}
.footer__widget-2 ul li a {
  font-size: 15px;
  color: #747ca2;
  line-height: 40px;
  display: block;
  padding-left: 18px;
  position: relative;
}
.footer__address .logo-3 {
  flex: 0 0 auto;
}
.footer__address .content {
  padding-left: 23px;
}
.footer__address .content h5 {
  font-size: 18px;
  line-height: 1;
  margin-bottom: 6px;
}
.footer__bottom {
  border-top: 1px solid #263c9b;
  padding: 30px 0;
  margin-top: 80px;
}
.footer__bottom p {
  text-align: center;
  font-size: 15px;
  line-height: 1;

  color: #7183d4;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .footer__item span {
    font-size: 13px;
  }
}

.news-item-sm .thumb img {
  float: left;
}
.news-item-sm .content {
  padding-left: 18px;
  overflow: hidden;
}
.news-item-sm .content h5 {
  font-size: 15px;
  line-height: 1.3;
}
.news-item-sm .content span {
  font-size: 15px;
  list-style: 1;
  color: #7183d4;
}
.news-item-sm .content a {
  font-size: 14px;
}

.date {
  font-size: 13px;
  line-height: 23px;
  color: #7183d4;
  margin-top: 5px;
}
.date i {
  color: #007cfb;
  margin-right: 5px;
}

.logo-3 {
  display: inline-block;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  background: #007cfb;
  color: #ffffff;
  font-size: 22px;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .single-news {
    padding-right: 0;
  }
}

.footer-area-2 .footer__widget h5 {
  color: #15287d;
  padding-right: 40px;
}
@media (min-width: 1200px) and (max-width: 1500px) {
  .footer-area-2 .footer__widget h5 {
    padding-right: 0;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .footer-area-2 .footer__widget h5 {
    padding-right: 0;
  }
}
@media (max-width: 992px) {
  .footer-area-2 .footer__widget h5 {
    padding-right: 0;
  }
}
.footer-area-2 .footer__widget ul li a::before {
  color: #15287d;
}
.footer-area-2 .footer__widget ul li a:hover {
  color: #fc796c;
}
.footer-area-2 .footer__widget ul li a:hover::before {
  color: #fc796c;
}
.footer-area-2 .footer__widget p {
  font-size: 15px;
  padding-right: 74px;
  color: #747ca2;
  margin-top: 30px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .footer-area-2 .footer__widget p {
    padding-right: 14px;
    font-size: 14px;
  }
}
.footer-area-2 .footer__widget .logo-3 {
  background-image: -moz-linear-gradient(0deg, #f95fb2 0%, #fc796c 100%);
  background-image: -webkit-linear-gradient(0deg, #f95fb2 0%, #fc796c 100%);
  background-image: -ms-linear-gradient(0deg, #f95fb2 0%, #fc796c 100%);
}
.footer-area-2 p {
  color: #747ca2;
}

.footer__bottom-2 {
  border-color: #e7e9f2;
}

.footer-area-3 h5 {
  color: #15287d;
}
.footer-area-3 ul li a:hover {
  color: #007cfb;
}
.footer-area-3 ul li a:hover::before {
  color: #007cfb;
}
@media (min-width: 768px) and (max-width: 991px) {
  .footer-area-3 {
    padding-top: 70px;
    margin-top: 0;
  }
}

.footer-area-3 p {
  font-size: 15px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .footer-area-3 {
    padding-top: 75px;
    margin-top: 10px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .footer-area-3 {
    margin-right: 0;
  }
}
@media (max-width: 767px) {
  .footer-area-3 {
    padding-top: 50px;
    margin-top: 50px;
  }
}

.footer-1 span {
  color: #7183d4;
}

.news__list {
  padding-right: 6px;
}

.news-item-sm {
  line-height: 1;
  overflow: hidden;
}

.footer__social a {
  width: 40px;
  height: 40px;
  display: inline-block;
  text-align: center;
  line-height: 40px;
  border-radius: 50%;
  color: #15287d;
  background-color: #e7e9f2;
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
  margin-right: 5px;
}
.footer__social a:hover {
  background-image: -moz-linear-gradient(0deg, #f95fb2 0%, #fc796c 100%);
  background-image: -webkit-linear-gradient(0deg, #f95fb2 0%, #fc796c 100%);
  background-image: -ms-linear-gradient(0deg, #f95fb2 0%, #fc796c 100%);
  background-color: transparent;
  color: #fff;
}

.footer__social.d-flex.footer__social-3 a {
  background: #e1e3eb;
  color: #15287d;
}
.footer__social.d-flex.footer__social-3 a:hover {
  background-color: #007cfb;
  color: #ffffff;
}

@media (max-width: 767px) {
  .footer__bottom-2 {
    margin: 0;
  }
}

.footer__widget-3 ul li a {
  color: #747ca2;
}
.footer__widget-3 ul li a::before {
  color: #15287d;
}
@media (max-width: 992px) {
  .footer__widget-3 {
    padding-left: 0;
  }
}

.logo-3 {
  border-radius: 50%;
}

input {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
}

@media (max-width: 992px) {
  .single-news-2 {
    padding-right: 0;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  p.footer-text {
    margin-right: 0;
  }
}

@media (max-width: 767px) {
  .appoint-flex {
    flex-direction: column !important;
    align-items: center;
  }
}

@media (max-width: 575px) {
  .footer-space {
    margin-top: 0;
  }
}

@media (max-width: 575px) {
  .footer-space-2 {
    margin-top: 20px;
  }
}

@media (max-width: 992px) {
  .footer-space-3 {
    margin-top: 20px;
  }
}

@media (max-width: 767px) {
  .blog-update {
    flex-direction: column;
    justify-content: flex-start;
  }
}
@media (max-width: 767px) {
  .blog-update a, .blog-update .news-date {
    margin-right: auto;
    margin-left: 0;
    margin-bottom: 10px;
  }
}

.date.data-2 span {
  color: #747ca2;
}
.date.data-2 i {
  color: #fc796c;
}

.footer__address span {
  color: #7183d4;
}

/*
========
10. sponsor
=========================================
*/
@media (min-width: 992px) and (max-width: 1199px) {
  .sponsor-inner .generic-title {
    margin-bottom: 50px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .sponsor-inner .generic-title {
    margin-bottom: 50px;
  }
}
@media (max-width: 767px) {
  .sponsor-inner .generic-title {
    margin-bottom: 50px;
  }
}
@media (max-width: 767px) {
  .sponsor-inner-2 {
    padding-top: 0;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .sponsor-area {
    padding-top: 70px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .sponsor-area {
    padding-top: 70px;
  }
}
@media (max-width: 767px) {
  .sponsor-area {
    padding-top: 50px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .sponsor-inner {
    padding-top: 70px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .sponsor-inner {
    padding-top: 70px;
  }
}
@media (max-width: 767px) {
  .sponsor-inner {
    padding-top: 50px;
  }
}

@media (max-width: 767px) {
  .spoonsor-item img {
    max-width: 140px;
    margin-bottom: 28px;
  }
}

@media (max-width: 1200px) {
  .sponsor-1 {
    margin-bottom: 0;
  }

  li.d-none.number1.d-lg-inline-block {
    width: auto;
    float: right;
  }
}
@media (max-width: 1450px) {
  .icon__content h6 {
    font-size: 13px;
  }
}
@media (max-width: 1300px) {
  li.d-none.number1.d-lg-inline-block {
    padding-left: 25px;
  }
}
.sponsor-active .owl-item img {
  max-width: 165px;
}

/*
========
11. pricing
=========================================
*/
@media (min-width: 992px) and (max-width: 1199px) {
  .pricing__wrapper-2 {
    margin-top: 50px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .pricing__wrapper-2 {
    margin-top: 50px;
    padding: 0 77px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .pricing__wrapper-2 {
    margin-top: 50px;
    padding: 0 77px;
  }
}
@media (max-width: 767px) {
  .pricing__wrapper-2 {
    margin-top: 50px;
    padding: 0;
  }
}
.pricing__top {
  margin-bottom: 35px;
}
.pricing__top span {
  font-size: 15px;

  color: #ffffff;
  line-height: 1;
  display: inline-block;
}
.pricing__top h5 {
  font-size: 24px;
  line-height: 1;
  color: #ffffff;
  margin-bottom: 10px;
}
.pricing__content h2 {
  color: #ffffff;
  font-weight: 300;
  line-height: 1;
  margin-bottom: 0;
}
.pricing__content h2 span {
  font-size: 15px;
  line-height: 1;
}
.pricing__list {
  margin-top: 40px;
}
.pricing__list ul li {
  list-style: none;
  font-size: 15px;
  line-height: 1;
  position: relative;
  color: #ccd3f1;

  padding-left: 30px;
}
.pricing__list ul li::after {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  font-size: 15px;
  color: #ffffff;
  font-family: "Font awesome 5 pro";
  line-height: 1;
  content: "";
}
.pricing__list ul li:not(:last-child) {
  margin-bottom: 25px;
}
.pricing__tag span {
  position: absolute;
  right: 20px;
  top: 20px;
  text-transform: uppercase;
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
  font-size: 13px;
  display: inline-block;
  opacity: 0;
  visibility: hidden;
  line-height: 1;
  padding: 7px 11px;
  background-image: -moz-linear-gradient(0deg, #f95fb2 0%, #fc796c 100%);
  background-image: -webkit-linear-gradient(0deg, #f95fb2 0%, #fc796c 100%);
  background-image: -ms-linear-gradient(0deg, #f95fb2 0%, #fc796c 100%);
  color: #fff;
  border-radius: 5px;
}
.pricing__box {
  border: 2px solid #253a98;
  padding: 50px 40px;
  position: relative;
}
.pricing__box::before {
  position: absolute;
  right: 0;
  top: 0;
  width: 0%;
  height: 100%;
  background-color: #253a98;
  content: "";
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}
.pricing__box-wrapper {
  z-index: 9;
  position: relative;
}
.pricing__box:hover::before {
  width: 100%;
  left: 0;
}
.pricing__box:hover .pricing__tag span {
  opacity: 1;
  visibility: visible;
}
.pricing__box-2 {
  border-color: #eef0f6;
}
.pricing__box-2 .pricing__top h5 {
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
  color: #15287d;
}
.pricing__box-2 .pricing__top span {
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
  color: #007cfb;
}
.pricing__box-2 .pricing__content h2 {
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
  color: #007cfb;
}
.pricing__box-2 .pricing__list ul li {
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
  color: #15287d;
}
.pricing__box-2 .pricing__list ul li::after {
  color: #007cfb;
}
.pricing__box-2:hover {
  border-color: transparent;
}
.pricing__box-2:hover .pricing__top h5 {
  color: #ffffff;
}
.pricing__box-2:hover .pricing__top span {
  color: #ffffff;
}
.pricing__box-2:hover .pricing__content h2 {
  color: #ffffff;
}
.pricing__box-2:hover .pricing__list ul li {
  color: #ccd3f1;
}
.pricing__box-2:hover .pricing__list ul li::after {
  color: #ccd3f1;
}
@media (min-width: 1200px) and (max-width: 1500px) {
  .pricing__box-2 {
    padding: 32px 24px;
  }
}

.pricing__link a {
  background: #15287d;
  border: 0;
}
.pricing__link a i {
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}
.pricing__link a:hover .icon-2::before {
  background-color: #ffffff;
}
.pricing__link a:hover .icon-2 i {
  color: #fc796c;
}

h2.count span.count-icon {
  transform: translateY(-35px);
  display: inline-block;
}

.accordion-item button {
  display: block;
  margin: 0;
  width: 100%;
  text-align: left;
  line-height: 1;
  padding: 10px;
  padding-left: 40px;
  border: 0;
  background: #3147a7;
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.accordion-item button i {
  color: #253a98;
  width: 50px;
  height: 50px;
  display: inline-block;
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
  background-color: #fef22e;
  transform: rotate(90deg);
  line-height: 50px;
  color: #253a98;
  text-align: center;
}
.accordion-item button.collapsed i {
  background: #007cfb;
  transform: rotate(0);
}

.accordion-body {
  color: #ccd3f1;
  font-size: 15px;
  line-height: 2;
  padding: 25px 33px;
}

.accordion-collapse {
  border: 0;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .pricing-area-2 {
    padding-top: 70px;
    padding-bottom: 40px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .pricing-area-2 {
    padding-top: 55px;
    padding-bottom: 25px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .pricing-area-2 {
    padding-top: 55px;
    padding-bottom: 25px;
  }
}
@media (max-width: 767px) {
  .pricing-area-2 {
    padding-top: 50px;
    padding-bottom: 25px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .pricing__wrapper {
    padding: 0;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .pricing__wrapper {
    padding: 0;
  }
}
@media (max-width: 767px) {
  .pricing__wrapper {
    padding: 0;
  }
}

@media (max-width: 767px) {
  .about__text-wrapper.about-wrap-space {
    padding-right: 0;
  }
}

/*
========
12. offer
=========================================
*/
@media (min-width: 768px) and (max-width: 991px) {
  .offer__wrapper {
    margin-top: 50px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .offer__wrapper {
    margin-top: 50px;
  }
}
@media (max-width: 767px) {
  .offer__wrapper {
    margin-top: 50px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .offer-area {
    padding-top: 85px;
    padding-bottom: 56px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .offer-area-3 {
    padding-bottom: 55px;
  }
}
@media (max-width: 767px) {
  .offer-area-3 {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
.offer__content {
  margin-top: 40px;
  padding-right: 23px;
}
.offer__content h5 {
  margin-bottom: 0;
  font-size: 24px;
  color: #ffffff;
}
.offer__content p {
  font-size: 15px;
  color: #ffffff;
  margin-top: 20px;
}
.offer-box {
  position: relative;
}
.offer-box .service__logo-3::after {
  opacity: 0;
  visibility: hidden;
}
.offer-box:hover .service__logo-3::after {
  opacity: 1;
  visibility: visible;
}

.icon-3.orange-icon {
  border-color: #2d3e8a;
}
.icon-3.orange-icon i {
  color: #ffffff;
}
.icon-3.orange-icon:hover {
  border-color: #fef22e;
  background-color: #fef22e;
}
.icon-3.orange-icon:hover i {
  color: #15287d;
}

/*
========
13. team
=========================================
*/
@media (min-width: 768px) and (max-width: 991px) {
  .team-area {
    margin-top: 55px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .team-area-3 {
    margin-top: 45px;
  }
}
@media (max-width: 767px) {
  .team-area-4 {
    margin-top: 45px;
  }
}
.team-content-box {
  box-shadow: 0px 10px 30px 0px rgba(212, 212, 212, 0.3);
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.team-content-box h5 {
  line-height: 1;
  font-size: 15px;
  color: #15287d;
  margin-top: 2px;
}
.team__thumb {
  overflow: hidden;
}
.team__thumb img {
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}
.team__content {
  padding: 0 30px;
}
.team__content-wrapper {
  padding: 29px;
  margin-top: -30px;
  position: relative;
  z-index: 9;
  box-shadow: 0px 10px 30px 0px rgba(212, 212, 212, 0.3);
  background: #ffffff;
}
.team__content-wrapper h5 {
  font-size: 22px;
  color: #15287d;
  margin-bottom: 6px;
  line-height: 1;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .team__content-wrapper h5 {
    font-size: 17px;
  }
}
@media (max-width: 767px) {
  .team__content-wrapper h5 {
    font-size: 16px;
  }
}
.team__content-wrapper span {
  font-size: 15px;

  color: #007cfb;
  margin-top: 5px;
  display: block;
}
@media (min-width: 768px) and (max-width: 991px) {
  .team__content-wrapper {
    margin-top: 0;
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 992px) {
  .team__content {
    padding-left: 0;
    padding-right: 0;
  }
}
.team-box .team-social-wrapper {
  max-height: 0;
  overflow: hidden;
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}
.team-box:hover .team-social-wrapper {
  max-height: 90px;
}
.team-box:hover .team__thumb img {
  transform: scale(1.1);
}

.team-social {
  display: flex;
  justify-content: center;
}
.team-social .icon-3 {
  background-color: #e7e9f2;
  border-color: transparent;
}
.team-social .icon-3 i {
  color: #007cfb;
}
.team-social a {
  margin: 3.5px;
  overflow: hidden;
}
.team-social a:hover .icon-3 {
  background-color: #fef22e;
}
.team-social a:hover .icon-3 i {
  color: #15287d;
}

.progress__text h4 {
  color: #15287d;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 0;
  font-family: "Poppins";
}
@media (max-width: 767px) {
  .progress__text h4 {
    font-size: 15px;
  }
}

input.knob {
  font-size: 40px;
  color: #15287d;
  font-family: "Poppins";
}

@media (min-width: 768px) and (max-width: 991px) {
  .pl-md-0 {
    padding-left: 0;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .pl-md-0 {
    padding-left: 0;
  }
}
@media (max-width: 767px) {
  .pl-md-0 {
    padding-left: 0;
  }
}

.progress-box .circle {
  margin-bottom: 30px;
}

.team-social {
  display: flex;
  justify-content: center;
  position: absolute;
  left: 50%;
  top: 122%;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
  transform: translate(-50%, -50%);
  margin-top: 0;
}

.team__content-wrapper {
  overflow: hidden;
}
.team__content-wrapper h5, .team__content-wrapper span {
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}

.team__content:hover .team-social {
  top: 50%;
  opacity: 1;
  visibility: visible;
}
.team__content:hover h5, .team__content:hover span {
  opacity: 0;
  visibility: hidden;
}

/*
========
14. contact
=========================================
*/
.contact-area {
  background-repeat: no-repeat;
  background-position: bottom right;
}
@media (max-width: 767px) {
  .contact-area-2 {
    margin-top: 0;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .contact-area-3 {
    margin-top: 40px;
    padding-top: 70px;
    padding-bottom: 60px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .contact-area-3 {
    margin-top: 30px;
    padding-top: 70px;
    padding-bottom: 55px;
  }
}
@media (max-width: 767px) {
  .contact-area-3 {
    margin-top: 50px;
    padding-top: 50px;
    padding-bottom: 45px;
  }
}
@media (max-width: 1200px) {
  .contact-area {
    background-image: none !important;
  }
}
.contact__form form .form-group {
  position: relative;
}
.contact__form form .form-group label {
  position: absolute;
  right: 25px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 15px;
  color: #b8c2f0;
}
.contact__form form input, .contact__form form .nice-select, .contact__form form textarea {
  width: 100%;
  font-family: "Poppins", sans-serif;
  height: 60px;
  padding-left: 25px;
  border: 2px solid #1f328a;
  color: #b8c2f0;
  font-size: 15px;
  background: transparent;
}
.contact__form form input::-webkit-input-placeholder, .contact__form form .nice-select::-webkit-input-placeholder, .contact__form form textarea::-webkit-input-placeholder {
  color: #b8c2f0;
  font-size: 15px;
  font-family: "Rubik", sans-serif;
}
.contact__form form input:-moz-placeholder, .contact__form form .nice-select:-moz-placeholder, .contact__form form textarea:-moz-placeholder {
  color: #b8c2f0;
  font-size: 15px;
  font-family: "Rubik", sans-serif;
}
.contact__form form input::-moz-placeholder, .contact__form form .nice-select::-moz-placeholder, .contact__form form textarea::-moz-placeholder {
  color: #b8c2f0;
  font-size: 15px;
  font-family: "Rubik", sans-serif;
}
.contact__form form input:-ms-input-placeholder, .contact__form form .nice-select:-ms-input-placeholder, .contact__form form textarea:-ms-input-placeholder {
  color: #b8c2f0;
  font-size: 15px;
  font-family: "Rubik", sans-serif;
}
.contact__form form textarea {
  height: 140px;
}
.contact__form form .nice-select span.current {
  color: #b8c2f0;
  line-height: 60px;
}
.contact__form form .nice-select ul li {
  color: #222;
}
.contact__form form .nice-select::after {
  border-bottom-color: #b8c2f0;
  margin-top: 0;
  border-right-color: #b8c2f0;
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .contact__form-2 form {
    margin-top: 30px;
  }
}
@media (max-width: 767px) {
  .contact__form-2 form {
    margin-top: 30px;
  }
}
.contact__form-2 form input, .contact__form-2 form .nice-select, .contact__form-2 form textarea {
  background-color: #eef0f6;
  border-color: transparent;
  height: 60px;
  border-radius: 0;
  color: #15287d;
  font-size: 18px;
  font-weight: 600;
}
.contact__form-2 form input::-webkit-input-placeholder, .contact__form-2 form .nice-select::-webkit-input-placeholder, .contact__form-2 form textarea::-webkit-input-placeholder {
  color: #15287d;
  font-size: 18px;
  font-weight: 600;
}
.contact__form-2 form input:-moz-placeholder, .contact__form-2 form .nice-select:-moz-placeholder, .contact__form-2 form textarea:-moz-placeholder {
  color: #15287d;
  font-size: 18px;
  font-weight: 600;
}
.contact__form-2 form input::-moz-placeholder, .contact__form-2 form .nice-select::-moz-placeholder, .contact__form-2 form textarea::-moz-placeholder {
  color: #15287d;
  font-size: 18px;
  font-weight: 600;
}
.contact__form-2 form input:-ms-input-placeholder, .contact__form-2 form .nice-select:-ms-input-placeholder, .contact__form-2 form textarea:-ms-input-placeholder {
  color: #15287d;
  font-size: 18px;
  font-weight: 600;
}
.contact__form-2 form .nice-select span.current {
  line-height: 70px;
  color: #15287d;
  font-size: 18px;
  color: #15287d;
  font-size: 18px;
  font-weight: 600;
  font-weight: 600;
}
.contact__form-2 form textarea {
  padding-top: 25px;
  height: 180px;
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .contact__form-2 {
    margin-top: 50px;
  }
}
@media (max-width: 767px) {
  .contact__form-2 {
    margin-top: 50px;
  }
}
.contact__form label {
  position: absolute;
  right: 25px;
  top: 50%;
  transform: translateY(-50%);
}
.contact__form.form-style form .nice-select::after {
  margin-top: -6px;
  right: 23px;
}

.map-widget {
    
    float: left;
	width:50%;
    background-color: #ffffff;
    box-shadow: 0px 10px 30px 0px rgba(223, 223, 223, 0.3);
   
    padding: 20px 20px;
   

   
}
.map-widget ul {
  margin-top: 40px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .map-widget ul {
    margin-top: 15px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .map-widget ul {
    margin-top: 15px;
  }
}
@media (max-width: 767px) {
  .map-widget ul {
    margin-top: 10px;
  }
}
.map-widget ul li {
  list-style-type: none;
}
.map-widget ul li span {
  color: #747ca2;
  font-size: 16px;
  line-height: 1;
}
.map-widget ul li h4 {
  font-size: 18px;
  color: #000;
  line-height: 1.455;
  font-weight: 400;
  margin-top: 10px;
  margin-bottom: 0;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .map-widget ul li h4 {
    font-size: 16px;
    line-height: 1.2;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .map-widget ul li h4 {
    font-size: 16px;
    line-height: 1.2;
  }
}
@media (max-width: 767px) {
  .map-widget ul li h4 {
    font-size: 17px;
    line-height: 1.2;
    margin-top: 0;
  }
}
.map-widget ul li:not(:last-child) {
  margin-bottom: 37px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .map-widget ul li:not(:last-child) {
    margin-bottom: 15px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .map-widget ul li:not(:last-child) {
    margin-bottom: 15px;
  }
}
@media (max-width: 767px) {
  .map-widget ul li:not(:last-child) {
    margin-bottom: 10px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .map-widget ul {
    margin-top: 25px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .map-widget {
    padding: 50px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) and (min-width: 992px) and (max-width: 1199px) {
  .map-widget .generic-title h2 {
    margin-top: 5px;
    font-size: 24px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) and (min-width: 768px) and (max-width: 991px) {
  .map-widget .generic-title h2 {
    margin-top: 5px;
    font-size: 24px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) and (min-width: 576px) and (max-width: 767px) {
  .map-widget .generic-title h2 {
    margin-top: 5px;
    font-size: 24px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .map-widget {
    padding: 40px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .map-widget {
    position: static;
    margin-top: 50px;
    padding: 45px;
  }
}
@media (max-width: 767px) {
  .map-widget {
    padding: 30px;
    position: static;
    margin-top: 50px;
  }
}

.contact__form.contact__form-2 form input {
  background: transparent;
  border: 3px solid #1f328a;
  font-size: 15px;
  color: #b8c2f0;
  font-weight: 400;
}
.contact__form.contact__form-2 form input::-webkit-input-placeholder {
  background: transparent;
  border: 3px solid #1f328a;
  font-size: 15px;
  color: #b8c2f0;
  font-weight: 400;
  border: 0;
}
.contact__form.contact__form-2 form input:-moz-placeholder {
  background: transparent;
  border: 3px solid #1f328a;
  font-size: 15px;
  color: #b8c2f0;
  font-weight: 400;
  border: 0;
}
.contact__form.contact__form-2 form input::-moz-placeholder {
  background: transparent;
  border: 3px solid #1f328a;
  font-size: 15px;
  color: #b8c2f0;
  font-weight: 400;
  border: 0;
}
.contact__form.contact__form-2 form input:-ms-input-placeholder {
  background: transparent;
  border: 3px solid #1f328a;
  font-size: 15px;
  color: #b8c2f0;
  font-weight: 400;
  border: 0;
}
.contact__form.contact__form-2 form .nice-select {
  background: transparent;
  border: 3px solid #1f328a;
  font-size: 15px;
  color: #b8c2f0;
  font-weight: 400;
}
.contact__form.contact__form-2 form .nice-select span.current {
  font-size: 15px;
  color: #b8c2f0;
  font-weight: 400;
}
.contact__form.contact__form-2 form textarea {
  background: transparent;
  border: 3px solid #1f328a;
  font-size: 15px;
  color: #b8c2f0;
  font-weight: 400;
}

.contact__form.contact__form-3 form input {
  background: transparent;
  border: 3px solid #1f328a;
  font-size: 15px;
  color: #b8c2f0;
  font-weight: 400;
  background-color: #eef0f6;
  border-color: transparent;
  color: #15287d;
  font-weight: 600;
}
.contact__form.contact__form-3 form input::-webkit-input-placeholder {
  color: #15287d;
  font-weight: 600;
}
.contact__form.contact__form-3 form input:-moz-placeholder {
  color: #15287d;
  font-weight: 600;
}
.contact__form.contact__form-3 form input::-moz-placeholder {
  color: #15287d;
  font-weight: 600;
}
.contact__form.contact__form-3 form input:-ms-input-placeholder {
  color: #15287d;
  font-weight: 600;
}
.contact__form.contact__form-3 form .nice-select {
  background: transparent;
  border: 3px solid #1f328a;
  font-size: 15px;
  color: #b8c2f0;
  font-weight: 400;
  background-color: #eef0f6;
  border-color: transparent;
}
.contact__form.contact__form-3 form .nice-select span.current {
  font-size: 15px;
  color: #b8c2f0;
  font-weight: 400;
  color: #15287d;
  font-weight: 600;
}
.contact__form.contact__form-3 form textarea {
  background: transparent;
  border: 3px solid #1f328a;
  font-size: 15px;
  color: #b8c2f0;
  font-weight: 400;
  background-color: #eef0f6;
  border-color: transparent;
  padding-top: 23px;
  color: #15287d;
  font-weight: 600;
}
.contact__form.contact__form-3 form textarea::-webkit-input-placeholder {
  color: #15287d;
  font-weight: 600;
}
.contact__form.contact__form-3 form textarea:-moz-placeholder {
  color: #15287d;
  font-weight: 600;
}
.contact__form.contact__form-3 form textarea::-moz-placeholder {
  color: #15287d;
  font-weight: 600;
}
.contact__form.contact__form-3 form textarea:-ms-input-placeholder {
  color: #15287d;
  font-weight: 600;
}

.contact__form-3 .news__thumb-inner .nice-select span.current {
  line-height: 60px;
}
.contact__form-3 .news__thumb-inner .nice-select::after {
  margin-top: -8px;
}

.news__thumb-inner.news__thumb-inner-2 .nice-select:after {
  top: 41%;
  right: 23px;
}

@media (max-width: 767px) {
  .contact-padding {
    padding: 60px 0;
    padding-bottom: 35px;
  }
}

/*
========
15. breadcrumb
=========================================
*/
.breadcrumb {
  margin-bottom: 0;
  margin-top: 17px;
}
.breadcrumb-area {
  height: 400px;
  display: flex;
  align-items: center;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .breadcrumb-area {
    height: 300px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .breadcrumb-area {
    height: 300px;
  }
}
@media (max-width: 767px) {
  .breadcrumb-area {
    height: 100px;
  }
}
.breadcrumb__content h3 {
  list-style-type: none;
  font-size: 48px;
  color: #ffffff;
  font-weight: bold;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .breadcrumb__content h3 {
    font-size: 25px;
  }
}
.breadcrumb__content nav ol li, .breadcrumb__content nav ol a {
  line-height: 1;
  color: #ffffff;
  color: #ffffff;
  font-weight: 500;
  font-size: 15px;
}
.breadcrumb__content nav ol li.active, .breadcrumb__content nav ol a.active {
  color: #ffffff;
}

.breadcrumb-item + .breadcrumb-item::before {
  content: var(--bs-breadcrumb-divider, ">");
  color: #fff;
  font-size: 15px;
}

/*
========
16. widget
=========================================
*/
.showder{box-shadow:0px 0px 30px 0px rgba(223, 223, 223, 0.3)}
.widget {
 
  padding: 20px 18px;
}
.widget h3 {
  color: #15287d;
  line-height: 1;
  margin-bottom: 0;
  font-size: 32px;
}
@media (max-width: 767px) {
  .widget h3 {
    font-size: 20px;
  }
}
.widget ul {
  margin-top: 34px;
}
.widget ul li.cat-item {
  list-style-type: none;
}
.widget ul li.cat-item a {
  display: block;
  background: #eef0f6;
  line-height: 1;
  position: relative;
  padding: 20px 30px;
  color: #15287d;
  font-size: 18px;
}
.widget ul li.cat-item a span {
  z-index: 2;
  position: relative;
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}
.widget ul li.cat-item a i {
  float: right;
}
@media (max-width: 767px) {
  .widget ul li.cat-item a i {
    display: none;
  }
}
.widget ul li.cat-item a.cur{display: block;
    background: #DA251C;
    color: #fff;}
.widget ul li.cat-item a::before {
  position: absolute;
  right: 0;
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
  top: 0;
  width: 0;
  height: 100%;
  background-color: #DA251C;
  content: "";
}
.widget ul li.cat-item a:hover::before {
  width: 100%;
  left: 0;
  right: auto;
}
.widget ul li.cat-item:not(:last-child) {
  margin-bottom: 10px;
}
.widget ul li.cat-item:hover a span {
  color: #ffffff;
}
.widget__banner {
  position: relative;
}
.widget__banner::after {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #DA251C;
  opacity: 0.851;
  content: "";
}
.widget__banner-content {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  display: flex;
  text-align: center;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  z-index: 9;
  padding: 0 47px;
}
.widget__banner-content h4 {
  font-size: 35px;
  font-family: "Poppins", sans-serif;
  color: #ffffff;
  margin-bottom: 0;
  font-weight: 700;
  line-height: 1.286;
  text-align: center;
}
@media (max-width: 767px) {
  .widget__banner-content h4 {
    font-size: 23px;
  }
}
.widget__banner-content p {
  font-size: 18px;

  color: #ffffff;
  line-height: 1.556;
  margin-top: 23px;
}
.widget-2 {
  background: #eef0f6;
  line-height: 1;
  padding: 50px;
}
.widget-2 a {
  padding: 25px 30px;
  background: #ffffff;
  color: #15287d;
  font-weight: 500;
  font-size: 16px;
  display: flex;
  justify-content: space-between;
}
.widget-2 a i {
  color: #007cfb;
}
.widget-2 a:last-child {
  background-color: #007cfb;
}
.widget-3 {
  background: #eff1f7;
  padding: 60px 55px;
}
.widget-3 h4 {
  font-size: 24px;
  color: #15287d;
  line-height: 1;
  padding-bottom: 25px;
  margin-bottom: 0;
  position: relative;
}
.widget-3 h4::after {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 35px;
  height: 3px;
  background-color: #1f328a;
  content: "";
}
@media (max-width: 767px) {
  .widget-3 {
    padding: 50px 26px;
  }
}

.check-list li {
  margin-bottom: 10px;
  list-style-type: none;
  font-family: "Rubik";
  color: #15287d;
  font-size: 15px;
  line-height: 2;
  font-weight: 500;
}
.check-list li i {
  font-size: 18px;
  font-weight: 500;
  display: inline-block;
  padding-right: 15px;
}
.check-list li:last-child {
  margin-bottom: 0;
}

.search-widget {
  position: relative;
}
.search-widget input {
  width: 100%;
  height: 75px;
  background-color: #eef0f6;
  border: 0;
  padding-left: 30px;
}
.search-widget input::-webkit-input-placeholder {
  color: #747ca2;
  font-size: 16px;
}
.search-widget input:-moz-placeholder {
  color: #747ca2;
  font-size: 16px;
}
.search-widget input::-moz-placeholder {
  color: #747ca2;
  font-size: 16px;
}
.search-widget input:-ms-input-placeholder {
  color: #747ca2;
  font-size: 16px;
}
.search-widget button {
  color: #15287d;
  font-size: 16px;
  font-weight: 400;
  border: 0;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  padding: 0 30px;
  background: transparent;
}
.search-widget button i {
  font-weight: 400;
}

.widget-post-img img {
  float: left;
  margin-right: 20px;
  width: 100%;
}

.widget-post-body {
  overflow: hidden;
}
.widget-post-body h6 {
  font-size: 16px;
  line-height: 1.3;
  margin-bottom: 0;
  color: #15287d;
}

.widget-post-meta {
  font-family: "Rubik";
  font-weight: 400;
  color: #747ca2;
  font-size: 14px;
}
.widget-post-meta i {
  margin-right: 5px;
}

.recent-post li {
  overflow: hidden;
  list-style-type: none;
  width:100%;
}
.recent-post li:not(:last-child) {
  margin-bottom: 30px;
}

.post-widget {
  border: 0;
  padding: 0;
}
.post-widget h6 {
 font-size: 16px; line-height: 23px;
}


.has-broder {
  padding-bottom: 25px;
  position: relative;
}
.has-broder::after {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 35px;
  height: 3px;
  background-color: #DA251C;
  content: "";
}

.cat__list li {
  list-style-type: none;
  line-height: 1;
  margin-bottom: 25px;
}
.cat__list li a {
  font-size: 15px;
  line-height: 1;
  color: #747ca2;
  position: relative;
  display: block;
}
.cat__list li a::after {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  content: "";
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
  font-family: "Font awesome 5 pro";
  font-size: 15px;
  color: #007cfb;
}
.cat__list li a:hover {
  padding-left: 15px;
  color: #007cfb;
}
.cat__list li a:hover::after {
  opacity: 1;
  visibility: visible;
}

.gallery-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 10px;
  max-width: 380px;
}

.grid-item {
  position: relative;
}
.grid-item img {
  width: 100%;
}
.grid-item a {
  left: 0;
  top: 0;
  width: 100%;
  display: flex;
  transform: scale(0);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
  align-items: center;
  justify-content: center;
  height: 100%;
  opacity: 0;
  background-color: #007cfb;
  position: absolute;
  color: #ffffff;
}
.grid-item a i {
  font-size: 30px;
}
.grid-item:hover a {
  transform: scale(1);
  opacity: 0.851;
  visibility: visible;
}

.tagcloud a {
  color: #0b2154;
  background: #eef0f6;
  font-size: 14px;
  line-height: 1;
  display: inline-block;
  margin-right: 3px;
  margin-bottom: 7px;
  padding: 13px 18px;
}
.tagcloud a:last-child {
  margin-right: 0;
}
.tagcloud a:hover {
  background-color: #007cfb;
  color: #ffffff;
}

.details-widget {
  padding: 40px 50px;
  position: relative;
  padding-top: 35px;
  position: relative;
}
.details-widget::after {
  position: absolute;
  left: 0;
  top: 0;
  width: 3px;
  height: 100%;
  background-color: #007cfb;
  content: "";
}
.details-widget h5 {
  color: #15287d;
  font-size: 20px;
  margin-bottom: 0;
  line-height: 1.3;
}
@media (max-width: 767px) {
  .details-widget h5 {
    font-size: 12px;
  }
}
.details-widget span {
  font-family: "Rubik", sans-serif;
  font-size: 15px;
  color: #747ca2;
  line-height: 1;
  margin-top: 15px;
  display: block;
}
.details-widget i {
  color: #007cfb;
  font-size: 18px;
  padding-right: 15px;
  transform: translateY(1px);
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .details-widget {
    padding: 38px 28px;
  }
}
@media (max-width: 767px) {
  .details-widget {
    padding: 36px 29px;
  }
}

.author-box-2 {
  background: #eef0f6;
  padding: 45px 50px;
  padding-right: 31px;
}
.author-box-2 .author__content {
  overflow: hidden;
  padding-left: 30px;
}
.author-box-2 .author__content h4 {
  color: #15287d;
  font-size: 24px;
  line-height: 1;
  margin-bottom: 0;
}
.author-box-2 .author__content span {
  font-size: 15px;
  line-height: 1;
  color: #747ca2;
  margin-top: 10px;
  display: block;
}
.author-box-2 .author__content p {
  font-size: 15px;
  margin-top: 15px;
  color: #747ca2;
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .author-box-2 .author__content {
    padding-left: 0;
    margin-top: 30px;
  }
}
@media (max-width: 767px) {
  .author-box-2 .author__content {
    padding: 45px 25px;
  }
}
@media (max-width: 767px) {
  .author-box-2 .author__content-2 {
    padding: 0;
    padding-top: 30px;
  }
}
@media (max-width: 767px) {
  .author-box-2 {
    padding: 45px 30px;
  }
}

.cat__list-2 li {
  list-style-type: none;
}
.cat__list-2 li a:hover {
  padding-left: 0;
}
.cat__list-2 li a:hover::after {
  display: none;
}

.product-widget ul li {
  overflow: hidden;
  list-style-type: none;
}
.product-widget ul li:not(:last-child) {
  margin-bottom: 20px;
}
.product-widget .product__thumb {
  float: left;
}
.product-widget .product__details {
  padding-left: 20px;
  float: left;
  overflow: hidden;
  margin-top: 8px;
}
.product-widget .product__details h5 {
  color: #15287d;
  font-size: 15px;
  line-height: 1;
  margin-bottom: 0;
  padding: 9px 0;
  padding-bottom: 7px;
}
.product-widget .product__details span {
  color: #007cfb;
  line-height: 1;
  font-size: 15px;
  font-weight: 500;
}

@media (max-width: 767px) {
  .blog-tag span {
    margin-bottom: 30px;
    display: inline-block;
  }
}

.cat__list-2 li {
  margin-bottom: 25px;
}
.cat__list-2 li i {
  font-size: inherit;
  color: #747ca2;
}

@media (max-width: 767px) {
  .container.gray-border-top.work-space {
    padding-top: 50px;
    margin-top: 50px;
  }
}

@media (max-width: 767px) {
  .service-details__wrapper.service-space-2 {
    margin-top: 50px;
  }
}

/*
========
17. service-details
=========================================
*/
.feature__list ul li {
  margin-bottom: 30px;
  list-style: none;
}
.feature__list ul li i {
  width: 25px;
  height: 25px;
  display: inline-block;
  border: 2px solid #15287d;
  text-align: center;
  line-height: 21px;
  border-radius: 50%;
  color: #15287d;
  font-size: 13px;
}
.feature__list ul li span {
  font-family: "Rubik";
  color: #15287d;
  padding-left: 5px;
  line-height: 1;
}

/*
========
18. feedback
=========================================
*/
.feedback__thumb .user-details {
  overflow: hidden;
  padding-left: 15px;
}
.feedback__thumb .user-details h5 {
  color: #15287d;
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
  font-size: 18px;
  line-height: 1;
  margin-bottom: 5px;
}
.feedback__thumb .user-details span {
  font-family: "Rubik";
  color: #747ca2;
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
  font-size: 15px;
  line-height: 1;
}
.feedback__box {
  background: #ffffff;
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
  padding: 42px 47px;
  padding-bottom: 50px;
}
.feedback__box p {
  font-size: 15px;
  font-family: "Rubik", sans-serif;
  margin-bottom: 0;
  color: #747ca2;
  line-height: 1.867;
}
.feedback__box:hover {
  background-color: #007cfb;
}
.feedback__box:hover p, .feedback__box:hover span, .feedback__box:hover h5 {
  color: #ffffff;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .feedback__box {
    padding: 30px 30px;
  }
}

.contact__form-2 .nice-select::after {
  top: 20px;
}

/*
========
19. faq
=========================================
*/
.accordion-item-white .accordion-body {
  color: #747ca2;
}
.accordion-item-white button {
  background-color: #007cfb;
  color: #ffffff;
}
.accordion-item-white button.collapsed {
  color: #15287d;
  background-color: #ffffff;
}
.accordion-item-white button.collapsed i {
  color: #ffffff;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .accordion-item-white button {
    padding-left: 20px;
    font-size: 15px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .accordion-item-white button {
    padding-left: 12px;
    font-size: 17px;
    line-height: 1.4;
  }
  .accordion-item-white button span {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .accordion-item-white button {
    font-size: 14px;
    padding-left: 10px;
  }
}

@media (min-width: 1200px) and (max-width: 1500px) {
  .asked-question {
    padding-top: 100px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .asked-question {
    padding-top: 85px;
    padding-bottom: 85px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .asked-question {
    padding-top: 75px;
    padding-bottom: 75px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .asked-question {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .asked-question {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
@media (max-width: 767px) {
  .asked-question {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .asked-question .accordion {
    margin-top: 30px;
  }
}
@media (max-width: 767px) {
  .asked-question .accordion {
    margin-top: 20px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .faq-contact {
    padding: 75px 0;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .faq-contact {
    padding: 70px 0;
  }
}
@media (max-width: 767px) {
  .faq-contact {
    padding: 50px 0;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .faq-contact-wrapper {
    padding-top: 50px;
    margin-top: 0;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .faq-contact-wrapper {
    padding-top: 50px;
    margin-top: 0;
  }
}
@media (max-width: 767px) {
  .faq-contact-wrapper {
    margin-top: 0;
    padding-top: 0;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .faq-testimonial-area {
    padding: 75px 0;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .faq-testimonial-area {
    padding: 70px 0;
    padding-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .faq-testimonial-area {
    padding: 50px 0;
    padding-bottom: 20px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .faq-contact-form {
    margin-top: 0;
  }
}
@media (max-width: 767px) {
  .faq-contact-form {
    margin-top: 0;
  }
}

.contact__form .news__thumb-inner input, .contact__form .news__thumb-inner .nice-select, .contact__form .news__thumb-inner textarea {
  background: #1f328a;
  color: #ffffff;
}
.contact__form .news__thumb-inner .nice-select .current {
  color: #ffffff;
}
.contact__form .news__thumb-inner ::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #ffffff;
}
.contact__form .news__thumb-inner ::-moz-placeholder {
  /* Firefox 19+ */
  color: #ffffff;
}
.contact__form .news__thumb-inner :-ms-input-placeholder {
  /* IE 10+ */
  color: #ffffff;
}
.contact__form .news__thumb-inner :-moz-placeholder {
  /* Firefox 18- */
  color: #ffffff;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .faq__area-02 {
    padding-top: 0;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .faq__area-02 {
    padding-top: 0;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .faq__area-02 {
    padding-top: 0;
  }
}
@media (max-width: 767px) {
  .faq__area-02 {
    padding-top: 1px;
    padding-bottom: 55px;
  }
}

@media (max-width: 767px) {
  .faq__content {
    padding-left: 0;
  }
}

.news__thumb-inner .nice-select {
  border-radius: 0;
}

.faq-contact-form form .nice-select span.current {
  line-height: 55px;
}
.faq-contact-form form .nice-select::after {
  margin-top: -8px;
}

.faq-contact-form form .news__thumb-inner-3 .nice-select::after {
  margin-top: 0px;
  margin-right: 16px;
}

.project__list ul li {
  list-style-type: none;
  overflow: hidden;
  line-height: 1;
  margin-bottom: 27px;
}
.project__list ul li b {
  color: #15287d;
  font-size: 15px;
  line-height: 1;
  max-width: 110px;
  min-width: 110px;
  margin-right: 8px;
  float: left;
}
.project__list ul li ul {
  overflow: hidden;
}
.project__list ul li:last-child {
  margin-bottom: 0;
}

.list-span {
  overflow: hidden;
  color: #747ca2;
  font-size: 15px;
  line-height: 1;
}

.cat__list ul li {
  display: inline-block;
  margin-bottom: 15px;
}
.cat__list ul li:last-child {
  margin-bottom: 0;
}

.f-500 {
  font-weight: 500 !important;
}

/*
========
21. blog-details
=========================================
*/
@media (min-width: 992px) and (max-width: 1199px) {
  .blog-details {
    margin-top: 85px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .blog-details {
    margin-top: 80px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .blog-details {
    margin-top: 60px;
  }
}
@media (max-width: 767px) {
  .blog-details {
    margin-top: 60px;
  }
}

/* comment box */
.post-comment-title h3 {
  font-size: 24px;
  color: #15287d;
}

.latest-comments li:first-child .comments-box {
  border-top: 0;
  padding-top: 0;
}

.latest-comments li.children {
  margin-left: 105px;
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .latest-comments li.children {
    margin-left: 60px;
  }
}
@media (max-width: 767px) {
  .latest-comments li.children {
    margin-left: 15px;
  }
}

.comments-avatar {
  float: left;
  margin-right: 25px;
}
.comments-avatar img {
  border-radius: 50%;
}
@media (max-width: 767px) {
  .comments-avatar {
    float: none;
    margin: 0;
    margin-bottom: 20px;
  }
}

.comments-text {
  overflow: hidden;
  margin-bottom: 50px;
}

.comments-text p {
  margin-bottom: 12px;
  color: #747ca2;
  font-size: 15px;
}

.avatar-name {
  margin-bottom: 10px;
  overflow: hidden;
  position: relative;
}
.avatar-name h5 {
  font-size: 16px;
  color: #15287d;
  line-height: 1;
  margin-bottom: 5px;
}

.avatar-name span {
  font-weight: 400;
  font-family: "Rubik";
  color: #999999;
}

.comment-reply {
  font-size: 14px;
  font-weight: 600;
  color: #15287d;
  line-height: 1;
}
.comment-reply i {
  padding-left: 8px;
  display: inline-block;
  font-weight: 400;
}
.comment-reply:hover {
  color: #007cfb;
}

.comment-reply i {
  padding-right: 4px;
}

.comment-reply:hover {
  color: #007cfb;
}

.latest-comments ul li {
  list-style-type: none;
}

.post-input input, .post-input textarea {
  width: 100%;
  margin-bottom: 20px;
  height: 60px;
  color: #15287d;
  padding-left: 34px;
  background: #eef0f6;
  border: 2px solid transparent;
  font-size: 15px;
}
.post-input input::-webkit-input-placeholder, .post-input textarea::-webkit-input-placeholder {
  color: #15287d;
  font-weight: 600;
  font-size: 15px;
}
.post-input input:-moz-placeholder, .post-input textarea:-moz-placeholder {
  color: #15287d;
  font-weight: 600;
  font-size: 15px;
}
.post-input input::-moz-placeholder, .post-input textarea::-moz-placeholder {
  color: #15287d;
  font-weight: 600;
  font-size: 15px;
}
.post-input input:-ms-input-placeholder, .post-input textarea:-ms-input-placeholder {
  color: #15287d;
  font-weight: 600;
  font-size: 15px;
}
.post-input input:focus, .post-input textarea:focus {
  border: 2px solid #007cfb;
}
.post-input input:invalid, .post-input textarea:invalid {
  border-color: #f00;
}
.post-input textarea {
  height: 120px;
  padding-top: 20px;
}

.post-comment-form h4 {
  color: #15287d;
  font-size: 30px;
}
@media (max-width: 767px) {
  .post-comment-form h4 {
    font-size: 20px;
  }
}

.blog-details__wrapper .blog-wrapper {
  background: #ffffff;
  padding: 10px 0;
  padding-bottom: 40px;
  box-shadow: 0px 10px 30px 0px rgba(223, 223, 223, 0.3);
}

iframe {
  width: 100%;
  height: 600px;
}

h3.blog-title {
  color: #15287d;
  font-size: 30px;
  margin-bottom: 22px;
  margin-top: 15px;

}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  h3.blog-title {
    font-size: 25px;
  }
}
@media (max-width: 767px) {
  h3.blog-title {
    font-size: 24px;
  }
}

article h4 {
  font-size: 30px;
  color: #15287d;
  margin-bottom: 16px;
}
@media (max-width: 767px) {
  article h4 {
    font-size: 23px;
  }
}

article p {
  font-size: 16px;
  line-height: 2;
  margin-bottom: 23px;
  
}
article p span {
  margin-top: 23px;
  display: block;
}
article img {
  max-width: 100%;
}

@media (min-width: 1200px) and (max-width: 1500px) {
  .grid-blog, .standard-blog {
    margin-top: 100px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .grid-blog, .standard-blog {
    margin-top: 100px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .grid-blog, .standard-blog {
    margin-top: 85px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .grid-blog, .standard-blog {
    margin-top: 80px;
  }
}
@media (max-width: 767px) {
  .grid-blog, .standard-blog {
    margin-top: 75px;
  }
}

@media (max-width: 767px) {
  .news__meta {
    display: block;
  }
}

.author__thumb-2 a {
  margin-right: 15px;
  display: inline-block;
}

.author__thumb-2 img {
  margin-right: 15px;
}

@media (min-width: 1200px) and (max-width: 1500px) {
  .news__sidebar-item .content {
    padding-left: 14px;
  }
}

@media (min-width: 1200px) and (max-width: 1500px) {
  .author__content-2 a {
    font-size: 13px;
  }
}

@media (min-width: 1200px) and (max-width: 1500px) {
  .news__sidebar-item {
    padding: 18px;
  }
}

@media (min-width: 1200px) and (max-width: 1500px) {
  .news__sidebar-item h5 {
    font-size: 18px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .sm-thumb img {
    max-width: 100px;
  }
}

/*
========
22. shop
=========================================
*/
.shop-top span {
  color: #15287d;
  font-family: "Poppins";
  font-weight: 600;
  font-size: 15px;
  line-height: 1;
}
.shop-top .nice-select {
  border: 0;
}
.shop-top .nice-select::after {
  border-bottom-color: #0b2154;
  border-right-color: #0b2154;
  right: 0;
}

/*
========
23. product
=========================================
*/
.product__thumb {
  position: relative;
  overflow: hidden;
}
.product__thumb img.secondary {
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
  opacity: 0;
  visibility: hidden;
}
.product__thumb span {
  position: absolute;
  left: 10px;
  top: 10px;
  border-radius: 3px;
  line-height: 1;
  padding: 5px 7px;
  background-color: #007cfb;
  color: #ffffff;
}
.product__thumb:hover img.secondary {
  opacity: 1;
  visibility: visible;
  transform: scale(1.1);
}
.product__content {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.product__content h5 {
  margin-bottom: 0;
  font-size: 18px;
  color: #15287d;
  padding-bottom: 7px;
  padding-top: 23px;
}
.product__content span {
  font-size: 15px;
  text-transform: uppercase;
  line-height: 1;
  color: #747ca2;
}

.wishlist-link {
  width: 36px;
  height: 36px;
  border: 2px solid #eaeaea;
  line-height: 36px;
  text-align: center;
  color: #d81324;
  border-radius: 50%;
  display: inline-block;
}

span.red-bg {
  background-color: #d81324;
}

/* roduct-action */
.product-action {
  position: absolute;
  bottom: 30px;
  transition: 0.3s;
  z-index: 2;
  opacity: 0;
  visibility: hidden;
  left: 0;
  right: 0;
}

.product-box:hover .product-action {
  opacity: 1;
  visibility: visible;
}

.product-action a {
  background: #fff;
  height: 45px;
  width: 45px;
  font-size: 16px;
  display: inline-block;
  color: #000;
  text-align: center;
  line-height: 45px;
  border-radius: 50%;
  margin: 0 4px;
  box-shadow: 0px 12px 24px 0px rgba(186, 186, 186, 0.3);
  transform: scaleX(0);
}

.product-box:hover:hover .product-action a {
  transform: scaleX(1);
}

.product-action a:last-child {
  margin-bottom: 0;
}

.product-action a:hover {
  background: #007cfb;
  color: #ffffff;
}

.shop-top .nice-select {
  padding-right: 20px;
}

/*
========
24. portfolio
=========================================
*/
@media (min-width: 992px) and (max-width: 1199px) {
  .portfolio-area {
    padding-top: 80px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .portfolio-area {
    padding-top: 50px;
  }
}
@media (max-width: 767px) {
  .portfolio-area {
    padding-top: 30px;
  }
}

.project__list ul li {
  display: block;
}

/*
========
25. product-details
=========================================
*/
/*product details page css start*/
.product-details-menu ul li {
  margin-left: 0px;
  margin-right: 30px;
}

.product-details-menu ul li:last-child {
  margin-right: 0px;
}

.product-details-menu ul li a {
  font-size: 13px;
}

.product-details-logo {
  text-align: center;
}

.pro-details-tab .custom-tab {
  width: 18%;
  float: left;
}

.pro-details-tab .custom-tab .nav-link {
  padding: 0px;
  margin-bottom: 25px;
  position: relative;
}

.pro-details-tab .custom-tab .nav-link::before {
  position: absolute;
  content: "";
  background: #fff;
  opacity: 0;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  transition: 0.3s;
}

.pro-details-tab .custom-tab .nav-link.active::before {
  opacity: 0.7;
}

.custom-content {
  float: right;
  width: 77%;
}

.custom-content img {
  width: 100%;
}

.pro-details-tab-2 .custom-content {
  width: auto;
  float: none;
  margin: 0;
}

.pro-details-tab .product-d-tab-2 {
  width: 100%;
  float: none;
  display: block;
  margin: 0;
  overflow: hidden;
  margin-left: 0px;
  margin-right: -8px;
  margin-top: 16px;
}

.pro-details-tab .product-d-tab-2 li {
  float: left;
  padding: 0 8px;
  width: 25%;
}

.pro-details-tab .product-d-tab-2 li a {
  margin: 0;
}

.product-right-thumb .custom-tab {
  width: 18%;
  float: right;
}

.product-right-thumb .custom-tab .nav-link {
  padding: 0px;
  margin-right: 0;
  margin-left: 20px;
}

.group-pro-name a {
  color: #000;
  font-weight: 700;
}

.grouped-pro-price h5.pro-price del {
  color: #bababa;
  font-size: 16px;
  margin-left: 5px;
}

/* 22. Beradcrumb css */
.breadcrumb-area {
  z-index: 1;
  background-size: cover;
  background-position: center center;
}

.page-title h2 {
  font-size: 36px;
}

.breadcrumb-menu li {
  display: inline-block;
  padding: 0 15px;
  position: relative;
  font-size: 16px;
  font-weight: 500;
}

.breadcrumb-menu ul li a {
  font-weight: 500;
  color: #949494;
}

.breadcrumb-menu li:not(:last-child)::after {
  display: inline-block;
  color: #859099;
  content: "";
  position: absolute;
  right: -6px;
  top: 1px;
  font-family: "Font Awesome 5 Pro";
}

.details-rating a {
  font-size: 12px;
  color: #fcd700;
  margin-right: 2px;
}

.details-rating span {
  font-size: 13px;
  color: #6f6f6f;
  padding-left: 8px;
  display: inline-block;
}

span.details-pro-price {
  font-size: 17px;
  font-weight: 600;
  color: #007cfb;
  display: inline-block;
}

.pro-details-content p {
  color: #6f6f6f;
  line-height: 24px;
  padding-bottom: 25px;
}

.size-wrapper,
.color-wrapper {
  display: flex;
  align-items: center;
}

.size-wrapper .size-text span,
.color-wrapper .color-text span {
  font-size: 12px;
  font-weight: 600;
  color: #222;
  line-height: 1;
  display: inline-block;
}

.size-wrapper .sizes {
  margin-left: 45px;
}

.size-wrapper .sizes a {
  font-size: 14px;
  font-weight: 400;
  color: #565656;
  text-transform: uppercase;
  margin-right: 16px;
  display: inline-block;
  transition: all linear 0.4s;
  padding: 0px 3px;
  border-bottom: 1px solid transparent;
}

.size-wrapper .sizes a:hover {
  border-color: #565656;
  color: #000;
}

.color-wrapper .colors a {
  height: 20px;
  width: 20px;
  display: inline-block;
  margin-right: 20px;
}

.color-wrapper .colors a.one {
  background: #bcbcf8;
}

.color-wrapper .colors a.two {
  background: #f1c5f0;
}

.color-wrapper .colors a.three {
  background: #f8b998;
}

.color-wrapper .colors a.four {
  background: #c4e395;
}

.color-wrapper .colors a.five {
  background: #9bdbdf;
}

.color-wrapper .colors {
  margin-left: 42px;
  margin-top: 4px;
}

.group-pro-name {
  float: left;
}

.pro-quan-area {
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .pro-quan-area {
    grid-row-gap: 15px;
    flex-wrap: wrap;
  }
}
.pro-quan-area .pro-wish {
  float: none;
  margin: 0;
}

@media (max-width: 767px) {
  .pro-desc-area {
    padding-bottom: 0;
  }
}

.cart-plus-minus {
  position: relative;
  display: inline-block;
}

.cart-plus-minus input {
  border: 0px;
  outline: 0px;
  background: none;
  font-weight: 400;
  color: #000;
  font-size: 20px;
  display: inline-block;
  padding: 9px 20px;
  border: 1px solid #222;
  margin-right: 10px;
  width: 110px;
  text-align: center;
}

.cart-plus-minus .qtybutton {
  font-size: 20px;
  color: #000;
  display: inline-block;
  position: absolute;
  top: 14px;
  height: 22px;
  width: 22px;
  background: #fff;
  border-radius: 30px;
  line-height: 1;
  cursor: pointer;
  text-align: center;
}

.cart-plus-minus .dec {
  left: 7px;
}

.cart-plus-minus .inc {
  right: 7px;
}

.pro-cart-btn a {
  line-height: 51px;
  padding: 0px 20px;
  color: #fff;
  font-weight: 800;
  font-size: 12px;
  background: #000;
  display: inline-block;
  text-align: center;
  text-transform: uppercase;
}
.pro-cart-btn a:hover {
  color: #ffffff;
  background-color: #007cfb;
}

.pro-wish {
  float: left;
}

.pro-cart-btn {
  float: left;
}

.product-quantity {
  float: left;
}

.pro-wish a {
  font-size: 16px;
  margin-left: 20px;
  display: inline-block;
  color: #b5b5b5;
}
.pro-wish a:hover {
  color: #007cfb;
}

.stock-update {
  display: flex;
  position: relative;
  padding-top: 16px;
}

.stock-update:before {
  position: absolute;
  content: "";
  left: 0px;
  top: 0px;
  height: 1px;
  width: 65px;
  background: #000;
}

.stock-update .stock-list li {
  font-size: 12px;
  font-weight: 500;
  color: #000;
  list-style: none;
  margin-bottom: 10px;
}

.stock-update .stock-list li > span {
  width: 100px;
  font-size: 16px;
  display: inline-block;
}

.stock-update .stock-text li {
  color: #666;
  font-size: 12px;
  font-weight: 400;
  margin-bottom: 10px;
}

.stock-update .stock-list li span.red {
  color: #007cfb;
  font-weight: 600;
}

.pro-tab-border {
  border-top: 1px solid #dbdbdb;
  padding-top: 50px;
}

.pro-desc-tab {
  position: relative;
}

.pro-desc-tab .nav-link {
  padding: 0px 0px 35px 0px;
  font-size: 13px;
  font-weight: 800;
  margin: 0 18px;
  color: #000;
  display: block;
}

.desc-img-wrapper .desc-img {
  position: relative;
}

.desc-img-wrapper .desc-img h4 {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 80px;
  color: #333;
}

.pro-desc-img img {
  width: 100%;
}

.desc-img-wrapper .pro-desc-text h4 {
  color: #333;
  padding-right: 225px;
}

.desc-img-wrapper .pro-desc-text p {
  font-size: 13px;
  font-weight: 300;
  color: #222;
  line-height: 28px;
  padding-right: 110px;
  text-align: justify;
}

.desc-img-wrapper .pro-desc-text2 {
  margin-left: 100px;
  padding-top: 240px;
}

.desc-img-wrapper .pro-desc-text.pro-desc-text2 h4 {
  padding-right: 0px;
}

.desc-img-wrapper .pro-desc-text.pro-desc-text2 p {
  padding-right: 0px;
}

.pro-desc-single2 {
  margin-top: -100px;
}

.additional-information {
  background: #f7f7f7;
  overflow: hidden;
  padding: 20px 30px 40px 30px;
}

.additional-information ul li.title {
  font-size: 24px;
  font-weight: 700;
  color: #000;
  width: 100%;
}

.additional-information li {
  font-size: 16px;
  font-weight: 600;
  color: #646464;
  border-bottom: 1px solid #ccc;
  padding: 10px 0px;
  width: 50%;
  float: left;
}

/*shop sidebar page start here*/
.shop-banner-text h2 {
  font-size: 40px;
  margin-bottom: 25px;
}

.shop-banner-text ul li {
  display: inline-block;
  margin: 0px 15px;
}

.shop-banner-text ul li a {
  font-size: 13px;
  font-weight: 800;
  color: #000;
}

.side-cat ul li {
  display: block;
  margin-bottom: 8px;
}

.side-cat ul li a {
  font-size: 13px;
  font-weight: 400;
  color: #333;
}

.side-cat ul li a:hover {
  color: #aaccbb;
}

.cat-title h6 {
  font-size: 14px;
}

.product__details-des p {
  color: #606060;
  font-size: 16px;
  margin-bottom: 28px;
}

.product__details-des-list ul li {
  position: relative;
  padding-left: 35px;
  margin-bottom: 10px;
}
.product__details-des-list ul li span {
  color: #606060;
}
.product__details-des-list ul li::after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  font-size: 14px;
  color: #606060;
  font-family: "Font Awesome 5 Pro";
}

.nav-item button, button.active {
  border: 0;
  background: transparent;
  color: #222;
  font-size: 14px;
  font-weight: 600;
  display: inline-block;
}

.nav-pills .nav-link.active {
  background-color: transparent;
  color: #007cfb;
}

.pro-details-content h4 {
  font-size: 30px;
}

.product__details-des-list ul li {
  list-style: none;
}

.additional-information ul li {
  list-style: none;
}

/*# sourceMappingURL=main.css.map */
