/*
Template Name: Clianio - Cleaning Services HTML Template
Template URL: http://vecurosoft.com/products/html/clianio
Description: Clianio - Cleaning Services HTML Template
Author: Vecuro
Author URI: https://themeforest.net/user/vecuro
Version: 1.0
*/
/*=================================
    CSS Index End
==================================*/
/*
01. Variable
02. Mixin
03. Function
04. Typography
05. Bootstrap Overwrite
06. Vendor Custom Style 
    6.1. Select box
    6.2. Slick Slider 
    6.3. VS Mobile Menu 
    6.4. Date & Time Picker
    6.5. Flaticon
    6.6. Preloader
07. Theme Default
08. Template Style
    8.1. Header
    8.2. Footer
    8.3. Widget
    8.4. Breadcumb
    8.5. Popup Search
    8.6. Pagination
    8.7. Popup Side Menu
    8.8. Hero Area
    8.9. About Us
    8.10. Estimate Form
    8.11. Services
    8.12. Call To Action
    8.13. Work Process
    8.14. Appointment Form Area
    8.15. Testimonial
    8.16. Brand
    8.17. Projects
    8.18. Blog
    8.19. Subscribe Form
    8.20. Counter Box
    8.21. Price Table
    8.22. Divider
    8.23. Team
    8.24. Features
    8.25. Contact Form
    8.26. Error
    8.27. FAQ
    8.28. Google Map Wrap 
    8.29. Branch Information Box
    8.30. Comments
    8.31. Target
    8.32. Our Values
09. Helper Classes
    9.1. Overlay
10. Animation
11. Extend

*/
/*=================================
    CSS Index End
==================================*/
/*=================================
01. Variable
==================================*/
/*=================================
02. Mixin
==================================*/
/*=================================
03. Function
==================================*/
/*=================================
04. Typography
==================================*/
body {
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #222222;
  line-height: 26px;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
}

iframe {
  border: none;
}

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

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

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

a {
  text-decoration: none;
  outline: 0;
  color: #222222;
  line-height: 26px;
}

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

a:active,
a:focus,
a:hover {
  color: #a4508b;
}

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

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

.heading1, h1,
.heading2, h2,
.heading3, h3,
.heading4, h4,
.heading5, h5,
.heading6, h6 {
  font-family: "Roboto", sans-serif;
  line-height: 26px;
  color: #2d2e31;
  font-weight: 700;
  margin-bottom: 20px;
  text-transform: none;
}

.heading1, h1,
.heading2, h2 {
  font-family: "Poppins", sans-serif;
}

.heading1,
h1 {
  font-size: 48px;
  line-height: 60px;
}

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

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

.heading4,
h4 {
  font-size: 24px;
  margin-bottom: 15px;
}

.heading5,
h5 {
  font-size: 18px;
  margin-bottom: 15px;
}

.heading6,
h6 {
  font-size: 16px;
  margin-bottom: 15px;
}

p {
  margin-bottom: 25px;
}

/* Large devices */
@media (max-width: 1199px) {
  .heading1,
  h1 {
    font-size: 46px;
    line-height: 48px;
  }
  .heading2,
  h2 {
    font-size: 34px;
    line-height: 36px;
  }
  .heading4,
  h4 {
    font-size: 22px;
  }
}

/* Medium devices */
@media (max-width: 992px) {
  .heading1,
  h1 {
    font-size: 38px;
    line-height: 42px;
  }
  .heading2,
  h2 {
    font-size: 30px;
  }
  .heading4,
  h4 {
    font-size: 20px;
  }
}

/* Small devices */
@media (max-width: 768px) {
  .heading1,
  h1 {
    font-size: 34px;
    line-height: 34px;
  }
  .heading2,
  h2 {
    font-size: 28px;
    line-height: 34px;
  }
  .heading3,
  h3 {
    font-size: 24px;
    margin-bottom: 15px;
  }
  .heading4,
  h4 {
    font-size: 18px;
    margin-bottom: 10px;
  }
}

/* Extra small devices */
@media (max-width: 576px) {
  .heading1,
  h1 {
    font-size: 28px;
  }
  .heading2,
  h2 {
    font-size: 26px;
    line-height: 32px;
  }
  .heading3,
  h3 {
    font-size: 22px;
  }
}

/*=================================
05. Bootstrap Overwrite
==================================*/
/*------------------- Grid -------------------*/
@media only screen and (min-width: 1250px) {
  .container {
    max-width: 1250px;
  }
}

@media only screen and (max-width: 1600px) {
  .container-fluid.px-0 {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .container-fluid.px-0 .row {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}

a.bg-primary:focus,
a.bg-primary:hover,
button.bg-primary:focus,
button.bg-primary:hover {
  background-color: #08275a !important;
}

.row .col-0 {
  -ms-flex: 0 0 0%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 0%;
          flex: 0 0 0%;
  max-width: 0%;
  padding-left: 0;
  padding-right: 0;
}

.row.no-gutters {
  margin-right: 0;
  margin-left: 0;
}

.row.no-gutters .slick-track > [class^="col-"],
.row.no-gutters .slick-track > [class*=" col-"],
.row.no-gutters > [class^="col-"],
.row.no-gutters > [class*=" col-"] {
  padding-right: 0;
  padding-left: 0;
}

.row.gutters-1 {
  padding-left: 14.5px;
  padding-right: 14.5px;
}

.row.gutters-1 .slick-track > [class*="col-"],
.row.gutters-1 .slick-track > [class^="col-"],
.row.gutters-1 > [class*="col-"],
.row.gutters-1 > [class^="col-"] {
  padding-left: 0.5px;
  padding-right: 0.5px;
}

.row.gutters-2 {
  padding-left: 14px;
  padding-right: 14px;
}

.row.gutters-2 .slick-track > [class*="col-"],
.row.gutters-2 .slick-track > [class^="col-"],
.row.gutters-2 > [class*="col-"],
.row.gutters-2 > [class^="col-"] {
  padding-left: 1px;
  padding-right: 1px;
}

.row.gutters-3 {
  padding-left: 13.5px;
  padding-right: 13.5px;
}

.row.gutters-3 .slick-track > [class*="col-"],
.row.gutters-3 .slick-track > [class^="col-"],
.row.gutters-3 > [class*="col-"],
.row.gutters-3 > [class^="col-"] {
  padding-left: 1.5px;
  padding-right: 1.5px;
}

.row.gutters-4 {
  padding-left: 13px;
  padding-right: 13px;
}

.row.gutters-4 .slick-track > [class*="col-"],
.row.gutters-4 .slick-track > [class^="col-"],
.row.gutters-4 > [class*="col-"],
.row.gutters-4 > [class^="col-"] {
  padding-left: 2px;
  padding-right: 2px;
}

.row.gutters-5 {
  padding-left: 12.5px;
  padding-right: 12.5px;
}

.row.gutters-5 .slick-track > [class*="col-"],
.row.gutters-5 .slick-track > [class^="col-"],
.row.gutters-5 > [class*="col-"],
.row.gutters-5 > [class^="col-"] {
  padding-left: 2.5px;
  padding-right: 2.5px;
}

.row.gutters-6 {
  padding-left: 12px;
  padding-right: 12px;
}

.row.gutters-6 .slick-track > [class*="col-"],
.row.gutters-6 .slick-track > [class^="col-"],
.row.gutters-6 > [class*="col-"],
.row.gutters-6 > [class^="col-"] {
  padding-left: 3px;
  padding-right: 3px;
}

.row.gutters-7 {
  padding-left: 11.5px;
  padding-right: 11.5px;
}

.row.gutters-7 .slick-track > [class*="col-"],
.row.gutters-7 .slick-track > [class^="col-"],
.row.gutters-7 > [class*="col-"],
.row.gutters-7 > [class^="col-"] {
  padding-left: 3.5px;
  padding-right: 3.5px;
}

.row.gutters-8 {
  padding-left: 11px;
  padding-right: 11px;
}

.row.gutters-8 .slick-track > [class*="col-"],
.row.gutters-8 .slick-track > [class^="col-"],
.row.gutters-8 > [class*="col-"],
.row.gutters-8 > [class^="col-"] {
  padding-left: 4px;
  padding-right: 4px;
}

.row.gutters-9 {
  padding-left: 10.5px;
  padding-right: 10.5px;
}

.row.gutters-9 .slick-track > [class*="col-"],
.row.gutters-9 .slick-track > [class^="col-"],
.row.gutters-9 > [class*="col-"],
.row.gutters-9 > [class^="col-"] {
  padding-left: 4.5px;
  padding-right: 4.5px;
}

.row.gutters-10 {
  padding-left: 10px;
  padding-right: 10px;
}

.row.gutters-10 .slick-track > [class*="col-"],
.row.gutters-10 .slick-track > [class^="col-"],
.row.gutters-10 > [class*="col-"],
.row.gutters-10 > [class^="col-"] {
  padding-left: 5px;
  padding-right: 5px;
}

.row.gutters-11 {
  padding-left: 9.5px;
  padding-right: 9.5px;
}

.row.gutters-11 .slick-track > [class*="col-"],
.row.gutters-11 .slick-track > [class^="col-"],
.row.gutters-11 > [class*="col-"],
.row.gutters-11 > [class^="col-"] {
  padding-left: 5.5px;
  padding-right: 5.5px;
}

.row.gutters-12 {
  padding-left: 9px;
  padding-right: 9px;
}

.row.gutters-12 .slick-track > [class*="col-"],
.row.gutters-12 .slick-track > [class^="col-"],
.row.gutters-12 > [class*="col-"],
.row.gutters-12 > [class^="col-"] {
  padding-left: 6px;
  padding-right: 6px;
}

.row.gutters-13 {
  padding-left: 8.5px;
  padding-right: 8.5px;
}

.row.gutters-13 .slick-track > [class*="col-"],
.row.gutters-13 .slick-track > [class^="col-"],
.row.gutters-13 > [class*="col-"],
.row.gutters-13 > [class^="col-"] {
  padding-left: 6.5px;
  padding-right: 6.5px;
}

.row.gutters-14 {
  padding-left: 8px;
  padding-right: 8px;
}

.row.gutters-14 .slick-track > [class*="col-"],
.row.gutters-14 .slick-track > [class^="col-"],
.row.gutters-14 > [class*="col-"],
.row.gutters-14 > [class^="col-"] {
  padding-left: 7px;
  padding-right: 7px;
}

.row.gutters-15 {
  padding-left: 7.5px;
  padding-right: 7.5px;
}

.row.gutters-15 .slick-track > [class*="col-"],
.row.gutters-15 .slick-track > [class^="col-"],
.row.gutters-15 > [class*="col-"],
.row.gutters-15 > [class^="col-"] {
  padding-left: 7.5px;
  padding-right: 7.5px;
}

.row.gutters-20 {
  padding-left: 5px;
  padding-right: 5px;
}

.row.gutters-20 .slick-track > [class*="col-"],
.row.gutters-20 .slick-track > [class^="col-"],
.row.gutters-20 > [class*="col-"],
.row.gutters-20 > [class^="col-"] {
  padding-left: 10px;
  padding-right: 10px;
}

.row.gutters-35 {
  margin-left: -17.5px;
  margin-right: -17.5px;
}

.row.gutters-35 .slick-track > [class*="col-"],
.row.gutters-35 .slick-track > [class^="col-"],
.row.gutters-35 > [class*="col-"],
.row.gutters-35 > [class^="col-"] {
  padding-left: 17.5px;
  padding-right: 17.5px;
}

@media only screen and (max-width: 575px) {
  .row.gutters-35 {
    margin-left: 0;
    margin-right: 0;
  }
  .row.gutters-35 .slick-track > [class*="col-"],
  .row.gutters-35 .slick-track > [class^="col-"],
  .row.gutters-35 > [class*="col-"],
  .row.gutters-35 > [class^="col-"] {
    padding-left: 0;
    padding-right: 0;
  }
}

.row.gutters-40 {
  margin-left: -20px;
  margin-right: -20px;
}

.row.gutters-40 .slick-track > [class*="col-"],
.row.gutters-40 .slick-track > [class^="col-"],
.row.gutters-40 > [class*="col-"],
.row.gutters-40 > [class^="col-"] {
  padding-left: 20px;
  padding-right: 20px;
}

@media only screen and (max-width: 575px) {
  .row.gutters-40 {
    margin-left: 0;
    margin-right: 0;
  }
  .row.gutters-40 .slick-track > [class*="col-"],
  .row.gutters-40 .slick-track > [class^="col-"],
  .row.gutters-40 > [class*="col-"],
  .row.gutters-40 > [class^="col-"] {
    padding-left: 0;
    padding-right: 0;
  }
}

.row.gutters-45 {
  margin-left: -22.5px;
  margin-right: -22.5px;
}

.row.gutters-45 .slick-track > [class*="col-"],
.row.gutters-45 .slick-track > [class^="col-"],
.row.gutters-45 > [class*="col-"],
.row.gutters-45 > [class^="col-"] {
  padding-left: 22.5px;
  padding-right: 22.5px;
}

@media only screen and (max-width: 575px) {
  .row.gutters-45 {
    margin-left: 0;
    margin-right: 0;
  }
  .row.gutters-45 .slick-track > [class*="col-"],
  .row.gutters-45 .slick-track > [class^="col-"],
  .row.gutters-45 > [class*="col-"],
  .row.gutters-45 > [class^="col-"] {
    padding-left: 0;
    padding-right: 0;
  }
}

.row.gutters-50 {
  margin-left: -25px;
  margin-right: -25px;
}

.row.gutters-50 .slick-track > [class*="col-"],
.row.gutters-50 .slick-track > [class^="col-"],
.row.gutters-50 > [class*="col-"],
.row.gutters-50 > [class^="col-"] {
  padding-left: 25px;
  padding-right: 25px;
}

@media only screen and (max-width: 1199px) {
  .row.gutters-50 {
    margin-left: -15px;
    margin-right: -15px;
  }
  .row.gutters-50 .slick-track > [class*="col-"],
  .row.gutters-50 .slick-track > [class^="col-"],
  .row.gutters-50 > [class*="col-"],
  .row.gutters-50 > [class^="col-"] {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media only screen and (max-width: 575px) {
  .row.gutters-50 {
    margin-left: 0;
    margin-right: 0;
  }
  .row.gutters-50 .slick-track > [class*="col-"],
  .row.gutters-50 .slick-track > [class^="col-"],
  .row.gutters-50 > [class*="col-"],
  .row.gutters-50 > [class^="col-"] {
    padding-left: 15px;
    padding-right: 15px;
  }
}

/*------------------- Form -------------------*/
.form-group.select-box {
  z-index: 91;
}

.form-group .form-control:focus {
  outline: 0;
  box-shadow: none;
}

.form-group textarea {
  min-height: 200px;
}

.input-style1 .nice-select,
.input-style1 .form-control {
  color: #5b5d62;
  background-color: transparent;
  border: none;
  border-bottom: 2px solid rgba(9, 40, 91, 0.2);
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  font-weight: 500;
  font-size: 18px;
  padding-right: 0;
  letter-spacing: 0;
  height: 60px;
  padding-left: 30px;
  border-radius: 0;
}

.input-style1 .nice-select::-moz-placeholder,
.input-style1 .form-control::-moz-placeholder {
  color: #5b5d62;
}

.input-style1 .nice-select::-webkit-input-placeholder,
.input-style1 .form-control::-webkit-input-placeholder {
  color: #5b5d62;
}

.input-style1 .nice-select:-ms-input-placeholder,
.input-style1 .form-control:-ms-input-placeholder {
  color: #5b5d62;
}

.input-style1 .nice-select::-webkit-input-placeholder, .input-style1 .form-control::-webkit-input-placeholder {
  color: #5b5d62;
}

.input-style1 .nice-select::-moz-placeholder, .input-style1 .form-control::-moz-placeholder {
  color: #5b5d62;
}

.input-style1 .nice-select:-ms-input-placeholder, .input-style1 .form-control:-ms-input-placeholder {
  color: #5b5d62;
}

.input-style1 .nice-select::-ms-input-placeholder, .input-style1 .form-control::-ms-input-placeholder {
  color: #5b5d62;
}

.input-style1 .nice-select::placeholder,
.input-style1 .form-control::placeholder {
  color: #5b5d62;
}

.input-style1 .nice-select {
  line-height: 60px;
}

.input-style1 .nice-select:before {
  content: '\f063';
  float: none;
  left: 2px !important;
}

.input-style1 .nice-select:focus, .input-style1 .nice-select.open, .input-style1 .nice-select:hover {
  border-bottom: 2px solid rgba(9, 40, 91, 0.2);
}

.input-style1 .nice-select.open::before {
  content: '\f062';
}

.input-style1 .form-group {
  margin-bottom: 30px;
}

.input-style1 .form-group .nice-select:before,
.input-style1 .form-group > i {
  color: #a4508b;
  right: auto;
  left: 15px;
  font-size: 16px;
  top: 22px;
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
  position: absolute;
  line-height: 1;
}

.input-style2 .nice-select,
.input-style2 .form-control {
  height: 60px;
  font-size: 16px;
  color: #5b5d62;
  background-color: #fff;
  border: none;
  padding-left: 30px;
  padding-right: 45px;
  width: 100%;
}

.input-style2 .nice-select::-moz-placeholder,
.input-style2 .form-control::-moz-placeholder {
  color: #5b5d62;
}

.input-style2 .nice-select::-webkit-input-placeholder,
.input-style2 .form-control::-webkit-input-placeholder {
  color: #5b5d62;
}

.input-style2 .nice-select:-ms-input-placeholder,
.input-style2 .form-control:-ms-input-placeholder {
  color: #5b5d62;
}

.input-style2 .nice-select::-webkit-input-placeholder, .input-style2 .form-control::-webkit-input-placeholder {
  color: #5b5d62;
}

.input-style2 .nice-select::-moz-placeholder, .input-style2 .form-control::-moz-placeholder {
  color: #5b5d62;
}

.input-style2 .nice-select:-ms-input-placeholder, .input-style2 .form-control:-ms-input-placeholder {
  color: #5b5d62;
}

.input-style2 .nice-select::-ms-input-placeholder, .input-style2 .form-control::-ms-input-placeholder {
  color: #5b5d62;
}

.input-style2 .nice-select::placeholder,
.input-style2 .form-control::placeholder {
  color: #5b5d62;
}

.input-style2 .nice-select {
  line-height: 60px;
}

.input-style2 .nice-select::before {
  float: none;
  line-height: 1;
}

.input-style2 textarea {
  min-height: 250px;
}

.input-style2 .form-group {
  margin-bottom: 10px;
}

.input-style2 .form-group .nice-select:before,
.input-style2 .form-group > i {
  position: absolute;
  right: 40px;
  top: 22px;
  color: #5b5d62;
  font-size: 17px;
}

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

.bg-white.input-style2 .nice-select,
.bg-white.input-style2 .form-control {
  box-shadow: 0px 0px 50px 0px rgba(9, 40, 91, 0.1);
}

.input-style3 .nice-select,
.input-style3 .form-control {
  height: 62px;
  border: none;
  border-bottom: 2px solid #a4508b;
  padding-left: 20px;
  color: #5b5d62;
  border-radius: 0;
  background-color: #fff;
  box-shadow: 0px 2px 0px 0px rgba(17, 180, 245, 0.004), 0px 3px 30px 0px rgba(9, 40, 91, 0.05);
}

.input-style3 .nice-select::-moz-placeholder,
.input-style3 .form-control::-moz-placeholder {
  color: #5b5d62;
}

.input-style3 .nice-select::-webkit-input-placeholder,
.input-style3 .form-control::-webkit-input-placeholder {
  color: #5b5d62;
}

.input-style3 .nice-select:-ms-input-placeholder,
.input-style3 .form-control:-ms-input-placeholder {
  color: #5b5d62;
}

.input-style3 .nice-select::-webkit-input-placeholder, .input-style3 .form-control::-webkit-input-placeholder {
  color: #5b5d62;
}

.input-style3 .nice-select::-moz-placeholder, .input-style3 .form-control::-moz-placeholder {
  color: #5b5d62;
}

.input-style3 .nice-select:-ms-input-placeholder, .input-style3 .form-control:-ms-input-placeholder {
  color: #5b5d62;
}

.input-style3 .nice-select::-ms-input-placeholder, .input-style3 .form-control::-ms-input-placeholder {
  color: #5b5d62;
}

.input-style3 .nice-select::placeholder,
.input-style3 .form-control::placeholder {
  color: #5b5d62;
}

.input-style3 .nice-select {
  line-height: 60px;
  padding-right: 25px;
}

.input-style3 .nice-select:before {
  color: #a4508b;
  font-size: 18px;
}

.input-style3 .nice-select:focus, .input-style3 .nice-select.open, .input-style3 .nice-select:hover {
  border-bottom: 2px solid #a4508b;
}

.input-style3 .form-group > i {
  position: absolute;
  top: 20px;
  right: 30px;
  color: #a4508b;
}

.white-input .form-control {
  color: #fff;
  border-color: #fff;
}

.white-input .form-control::-moz-placeholder {
  color: #fff;
}

.white-input .form-control::-webkit-input-placeholder {
  color: #fff;
}

.white-input .form-control:-ms-input-placeholder {
  color: #fff;
}

.white-input .form-control::-ms-input-placeholder {
  color: #fff;
}

.white-input .form-control::placeholder {
  color: #fff;
}

/* Small devices */
@media (max-width: 768px) {
  .input-style2 .nice-select,
  .input-style2 .form-control {
    height: 50px;
  }
  .input-style2 .nice-select {
    line-height: 50px;
  }
  .input-style2 .form-group .nice-select::before,
  .input-style2 .form-group i {
    top: 17px;
  }
}

.gutters-30 .form-group {
  margin-bottom: 20px;
}

.gutters-10 .form-group {
  margin-bottom: 10px;
}

/*=================================
06. Vendor Custom Style
==================================*/
/*------------------- 6.1. Select 2 -------------------*/
.nice-select {
  border-color: transparent;
  border-radius: 0;
  float: none;
  width: 100%;
  font-size: 16px;
}

.nice-select:focus, .nice-select.open, .nice-select:hover {
  border-color: transparent;
}

.nice-select:after {
  display: none;
}

.nice-select:before {
  content: '\f107';
  float: right;
  font-family: "Font Awesome 5 Pro";
  vertical-align: middle;
}

.nice-select.open:before {
  content: '\f106';
}

.nice-select .list {
  background-color: #ffffff;
  width: 100%;
}

.nice-select .option.focus,
.nice-select .option.selected.focus,
.nice-select .option:hover {
  background-color: inherit;
}

.nice-select .option {
  border-bottom: 1px solid #eee;
  white-space: normal;
}

.nice-select.small-btn {
  width: 87px;
  height: 36px;
  border-radius: 50px;
  line-height: 36px;
  text-align: center;
  padding: 0 20px;
}

.nice-select.small-btn:before {
  margin-left: 10px;
}

.nice-select.select-btn {
  width: 150px;
  height: 55px;
  line-height: 52px;
  border: 2px solid rgba(9, 40, 91, 0.2);
  color: #5b5d62;
  font-weight: 700;
  padding-right: 10px;
  padding-left: 20px;
}

.nice-select.select-btn:before {
  width: 35px;
  height: 35px;
  background-color: #a4508b;
  text-align: center;
  line-height: 36px;
  margin-top: 8px;
  border-radius: 50%;
  color: #ffffff;
  box-shadow: 0px 5px 15px 0px rgba(17, 180, 245, 0.3);
}

/*------------------- 6.2. Slick Slider -------------------*/
.slick-slide {
  outline: none;
}

.slick-slide:focus {
  outline: none;
}

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

.slick-arrow {
  width: 60px;
  height: 60px;
  line-height: 60px;
  background-color: rgba(17, 180, 245, 0.2);
  text-align: center;
  display: inline-block;
  border: none;
  padding: 0;
  color: #5b5d62;
  font-size: 16px;
  position: absolute;
  left: -125px;
  top: 50%;
  -webkit-transform: translateY(-50%) translateX(80px);
      -ms-transform: translateY(-50%) translateX(80px);
          transform: translateY(-50%) translateX(80px);
  z-index: 2;
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
}

.slick-arrow.slick-next {
  left: auto;
  right: -125px;
  -webkit-transform: translateY(-50%) translateX(-80px);
      -ms-transform: translateY(-50%) translateX(-80px);
          transform: translateY(-50%) translateX(-80px);
}

.slick-arrow:hover {
  color: #fff;
  background-color: #08275a;
}

.vs-carousel:hover .slick-arrow,
.container-fluid:hover .slick-arrow,
.container:hover .slick-arrow,
section:hover .slick-arrow {
  -webkit-transform: translateY(-50%) translateX(0px);
      -ms-transform: translateY(-50%) translateX(0px);
          transform: translateY(-50%) translateX(0px);
  opacity: 1;
  visibility: visible;
}

.vs-carousel:hover .slick-arrow.slick-next,
.container-fluid:hover .slick-arrow.slick-next,
.container:hover .slick-arrow.slick-next,
section:hover .slick-arrow.slick-next {
  -webkit-transform: translateY(-50%) translateX(0px);
      -ms-transform: translateY(-50%) translateX(0px);
          transform: translateY(-50%) translateX(0px);
}

.slick-dots {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: 0;
  margin: 0;
  padding: 0;
  z-index: 1;
}

.slick-dots li {
  display: inline-block;
  list-style-type: none;
  margin-right: 13px;
}

.slick-dots li button {
  font-size: 0;
  padding: 0;
  border: 2px solid transparent;
  width: 18px;
  height: 18px;
  display: inline-block;
  background-color: transparent;
  border-radius: 50%;
  line-height: 0;
  -webkit-transition: all ease 0.4s;
  transition: all ease 0.4s;
}

.slick-dots li button:after {
  content: '';
  width: 6px;
  height: 6px;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  background-color: #a4508b;
  border-radius: inherit;
  -webkit-transition: inherit;
  transition: inherit;
}

.slick-dots li.slick-active button {
  border-color: #a4508b;
}

.slick-dots li.slick-active button:after {
  background-color: #a4508b;
}

[data-dots-color="primary2"] .slick-dots li button:after {
  background-color: #0849d6;
}

[data-dots-color="primary2"] .slick-dots li.slick-active button {
  border-color: #0849d6;
}

[data-dots-color="primary3"] .slick-dots li button:after {
  background-color: #08275a;
}

[data-dots-color="primary3"] .slick-dots li.slick-active button {
  border-color: #08275a;
}

[data-dots-color="titlecolor"] .slick-dots li button:after {
  background-color: #5b5d62;
}

[data-dots-color="titlecolor"] .slick-dots li.slick-active button {
  border-color: #5b5d62;
}

[data-dots-color="white"] .slick-dots li button:after {
  background-color: #fff;
}

[data-dots-color="white"] .slick-dots li.slick-active button {
  border-color: #fff;
}

.carousel-container {
  max-width: 1320px;
  padding: 0 0px;
  margin: 0 auto;
  overflow: hidden;
  /* Medium Large devices */
  /* Large devices */
  /* Medium devices */
  /* Small devices */
  /* Extra small devices */
}

@media (max-width: 1300px) {
  .carousel-container {
    max-width: 1200px;
    padding: 0 45px;
  }
}

@media (max-width: 1199px) {
  .carousel-container {
    max-width: 980px;
    padding: 0 25px;
  }
}

@media (max-width: 992px) {
  .carousel-container {
    max-width: 740px;
    padding: 0 25px;
  }
}

@media (max-width: 768px) {
  .carousel-container {
    max-width: 560px;
    padding: 0 25px;
  }
}

@media (max-width: 576px) {
  .carousel-container {
    max-width: 100%;
    padding: 0 15px;
  }
}

.carousel-container .slick-list {
  overflow: visible;
}

.carousel-container .slick-slide {
  opacity: 0;
  visibility: hidden;
}

.carousel-container .slick-slide.slick-active {
  opacity: 1;
  visibility: visible;
}

/*------------------- 6.3. VS Mobile Menu -------------------*/
.vs-menu-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 999999;
  width: 0;
  height: 100%;
  -webkit-transition: all ease 0.8s;
  transition: all ease 0.8s;
}

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

.vs-menu-wrapper ul li {
  list-style-type: none;
}

.vs-menu-wrapper .vs-menu-area {
  width: 100%;
  max-width: 250px;
  background-color: #fff;
  height: 100%;
  position: relative;
  left: -1000px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all ease 1s;
  transition: all ease 1s;
}

.vs-menu-wrapper .vs-menu-area .mobile-logo {
  max-width: 140px;
  padding-bottom: 30px;
  padding-top: 45px;
  margin: 0 auto;
  text-align: center;
}

.vs-menu-wrapper .vs-menu-area .vs-menu-toggle {
  background-color: transparent;
  border: none;
  font-size: 22px;
  position: absolute;
  right: 0;
  top: 0;
  padding: 0;
  line-height: 1;
  width: 45px;
  height: 45px;
  line-height: 45px;
  font-size: 24px;
 border: 1px dashed #656b6c;
    color: #656b6c;
}

.vs-menu-wrapper .vs-menu-area .vs-mobile-menu {
  overflow-y: scroll;
  max-height: 350px;
}

.vs-menu-wrapper .vs-menu-area .vs-mobile-menu ul li {
  border-bottom: 1px solid #eee;
}

.vs-menu-wrapper .vs-menu-area .vs-mobile-menu ul li:first-child {
  border-top: 1px solid #eee;
}

.vs-menu-wrapper .vs-menu-area .vs-mobile-menu ul li a {
  display: block;
  position: relative;
  padding: 7px 10px;
  line-height: 1;
  font-size: 14px;
  text-transform: capitalize;
}

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

.vs-menu-wrapper .vs-menu-area .vs-mobile-menu ul li ul li a {
  padding-left: 15px;
}

.vs-menu-wrapper .vs-menu-area .vs-mobile-menu ul li ul li ul li a {
  padding-left: 20px;
}

.vs-menu-wrapper .vs-menu-area .vs-mobile-menu ul li ul li ul li ul li a {
  padding-left: 25px;
}

.vs-menu-wrapper .vs-menu-area .vs-mobile-menu ul .vs-item-has-children > a:after {
  content: '\f0d7';
  font-family: "Font Awesome 5 Pro";
  font-weight: 700;
  float: right;
  padding-right: 10px;
}

.vs-menu-wrapper .vs-menu-area .vs-mobile-menu ul .vs-item-has-children.vs-active > a {
  color: #a4508b;
}

.vs-menu-wrapper .vs-menu-area .vs-mobile-menu ul .vs-item-has-children.vs-active > a:after {
  content: '\f0d8';
}

.vs-menu-wrapper.vs-body-visible {
  opacity: 1;
  visibility: visible;
  width: 100%;
  -webkit-transition: all ease 0.8s;
  transition: all ease 0.8s;
}

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

/*------------------- 6.4. Date & Time Picker -------------------*/
.xdsoft_datetimepicker {
  z-index: 99;
}

.xdsoft_datetimepicker .xdsoft_datepicker {
  width: 300px;
}

.xdsoft_datetimepicker .xdsoft_calendar td,
.xdsoft_datetimepicker .xdsoft_calendar th {
  font-size: 16px;
  color: #222222;
  background-color: #fff;
}

.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_today,
.xdsoft_datetimepicker .xdsoft_calendar th.xdsoft_today {
  color: #a4508b;
}

.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current, .xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default, .xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_calendar th.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_calendar th.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar th:hover {
  background-color: #a4508b !important;
  color: #fff !important;
}

.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current div, .xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default div,
.xdsoft_datetimepicker .xdsoft_calendar th.xdsoft_current div,
.xdsoft_datetimepicker .xdsoft_calendar th.xdsoft_default div {
  background-color: inherit !important;
  color: inherit;
}

.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div {
  font-size: 16px;
  color: #222222;
  background-color: #fff;
}

.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current, .xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  background-color: #a4508b !important;
  color: #fff !important;
  box-shadow: #a4508b 0 1px 3px 0 inset !important;
}

.xdsoft_datetimepicker .xdsoft_datetimepicker {
  color: #222222;
}

/*------------------- 6.5. Flaticon -------------------*/
@font-face {
  font-family: "Flaticon";
  src: url("../fonts/Flaticon.eot");
  src: url("../fonts/Flaticond41d.eot?#iefix") format("embedded-opentype"), url("../fonts/Flaticon.woff2") format("woff2"), url("../fonts/Flaticon.woff") format("woff"), url("../fonts/Flaticon.ttf") format("truetype"), url("../fonts/Flaticon.svg#Flaticon") format("svg");
  font-weight: normal;
  font-style: normal;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  @font-face {
    font-family: "Flaticon";
    src: url("../fonts/Flaticon.svg#Flaticon") format("svg");
  }
}

[class^="flaticon-"]:before,
[class*=" flaticon-"]:before,
[class^="flaticon-"]:after,
[class*=" flaticon-"]:after {
  font-size: inherit;
  margin-left: 0;
}

[class^="flaticon-"],
[class*=" flaticon-"] {
  line-height: 1;
}

[class^="flaticon-"].icon-1x,
[class*=" flaticon-"].icon-1x {
  font-size: 42px;
}

[class^="flaticon-"].icon-2x,
[class*=" flaticon-"].icon-2x {
  font-size: 52px;
}

[class^="flaticon-"].icon-3x,
[class*=" flaticon-"].icon-3x {
  font-size: 62px;
}

[class^="flaticon-"].icon-4x,
[class*=" flaticon-"].icon-4x {
  font-size: 72px;
}

[class^="flaticon-"].icon-5x,
[class*=" flaticon-"].icon-5x {
  font-size: 82px;
}

/* Large devices */
@media (max-width: 1199px) {
  [class^="flaticon-"],
  [class*=" flaticon-"] {
    line-height: 1;
  }
  [class^="flaticon-"].icon-1x,
  [class*=" flaticon-"].icon-1x {
    font-size: 38px;
  }
  [class^="flaticon-"].icon-2x,
  [class*=" flaticon-"].icon-2x {
    font-size: 48px;
  }
  [class^="flaticon-"].icon-3x,
  [class*=" flaticon-"].icon-3x {
    font-size: 58px;
  }
  [class^="flaticon-"].icon-4x,
  [class*=" flaticon-"].icon-4x {
    font-size: 68px;
  }
  [class^="flaticon-"].icon-5x,
  [class*=" flaticon-"].icon-5x {
    font-size: 78px;
  }
}

/* Medium devices */
@media (max-width: 992px) {
  [class^="flaticon-"],
  [class*=" flaticon-"] {
    line-height: 1;
  }
  [class^="flaticon-"].icon-1x,
  [class*=" flaticon-"].icon-1x {
    font-size: 34px;
  }
  [class^="flaticon-"].icon-2x,
  [class*=" flaticon-"].icon-2x {
    font-size: 44px;
  }
  [class^="flaticon-"].icon-3x,
  [class*=" flaticon-"].icon-3x {
    font-size: 54px;
  }
  [class^="flaticon-"].icon-4x,
  [class*=" flaticon-"].icon-4x {
    font-size: 64px;
  }
  [class^="flaticon-"].icon-5x,
  [class*=" flaticon-"].icon-5x {
    font-size: 74px;
  }
}

/* Small devices */
@media (max-width: 768px) {
  [class^="flaticon-"],
  [class*=" flaticon-"] {
    line-height: 1;
  }
  [class^="flaticon-"].icon-1x,
  [class*=" flaticon-"].icon-1x {
    font-size: 26px;
  }
  [class^="flaticon-"].icon-2x,
  [class*=" flaticon-"].icon-2x {
    font-size: 36px;
  }
  [class^="flaticon-"].icon-3x,
  [class*=" flaticon-"].icon-3x {
    font-size: 46px;
  }
  [class^="flaticon-"].icon-4x,
  [class*=" flaticon-"].icon-4x {
    font-size: 56px;
  }
  [class^="flaticon-"].icon-5x,
  [class*=" flaticon-"].icon-5x {
    font-size: 66px;
  }
}

/*------------------- 6.6. Preloader -------------------*/
.preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 999999;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.preloader .loader-btn {
  position: absolute;
  top: 20px;
  right: 20px;
  text-align: center;
  border: none;
  background-color: transparent;
  color: #FFF;
  z-index: 2;
}

.preloader .loader-btn:hover {
  color: #a4508b;
}

.preloader .loader-inner {
  z-index: 1;
}

.preloader .loader {
  display: block;
  position: relative;
  width: 80px;
  height: 30px;
  margin: 0 auto;
  margin-top: 40px;
}

.preloader .line {
  position: absolute;
  top: 0;
  left: 10px;
  width: 60px;
  height: 4px;
  -webkit-animation: spin 1.5s infinite ease;
          animation: spin 1.5s infinite ease;
}

.preloader .line:nth-of-type(2) {
  -webkit-animation-delay: 0.1s;
          animation-delay: 0.1s;
}

.preloader .line:nth-of-type(3) {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}

.preloader .line:nth-of-type(4) {
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}

@-webkit-keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

/*=================================
07. Theme Default
==================================*/
.vs-btn {
  display: inline-block;
  font-size: 16px;
  padding: 10px;
  padding-left: 27px;
  vertical-align: middle;
  font-weight: 700;
  text-transform: capitalize;
  position: relative;
  overflow: hidden;
  border: none;
  margin-right: 15px;
}

.vs-btn:last-of-type, .vs-btn:last-child {
  margin-right: 0;
}

.vs-btn i {
  display: inline-block;
  margin-left: 20px;
  width: 35px;
  height: 35px;
  text-align: center;
  color: #fff;
  line-height: 35px;
  font-size: 16px;
}

.vs-btn .btn-text {
  position: relative;
  z-index: 3;
}

.vs-btn .btn-bg {
  position: absolute;
  display: block;
  z-index: 1;
  width: 0;
  height: 0;
  -webkit-transition: width 0.4s ease-in-out, height 0.4s ease-in-out;
  transition: width 0.4s ease-in-out, height 0.4s ease-in-out;
}

.vs-btn:hover .btn-bg {
  width: 225%;
  height: 500px;
}

.vs-btn.style1 {
  color: #5b5d62;
  background-color: #fff;
  box-shadow: 0px 5px 50px 0px rgba(255, 255, 255, 0.3);
}

.vs-btn.style1 i {
  background-color: #0849d6;
  box-shadow: 0px 5px 15px 0px rgba(120, 196, 0, 0.3);
}

.vs-btn.style1 .btn-bg {
  background-color: #08275a;
}

.vs-btn.style1:hover {
  background-color: transparent;
  color: #fff;
  box-shadow: 0px 5px 50px 0px rgba(8, 39, 90, 0.3);
}

.vs-btn.style2 {
  color: #fff;
  background-color: #0849d6;
  box-shadow: 0px 5px 50px 0px rgba(9, 40, 91, 0.3);
}

.vs-btn.style2 i {
  background-color: #0849d6;
  box-shadow: 0px 5px 50px 0px rgba(120, 196, 0, 0.3);
}

.vs-btn.style2 .btn-bg {
  background-color: #fff;
}

.vs-btn.style2:hover {
  background-color: transparent;
  color: #5b5d62;
  box-shadow: 0px 5px 50px 0px rgba(255, 255, 255, 0.3);
}

.vs-btn.style3 {
  background-color: #a4508b;
  color: #fff;
  box-shadow: 0px 5px 50px 0px rgba(17, 180, 245, 0.3);
}

.vs-btn.style3 i {
  background-color: #fff;
  color: #a4508b;
}

.vs-btn.style3 .btn-bg {
  background-color: #08275a;
}

.vs-btn.style3:hover {
  box-shadow: 0px 5px 50px 0px rgba(8, 39, 90, 0.3);
}

.vs-btn.style3:hover i {
  color: #08275a;
}

.vs-btn.style4 {
  background-color: #0849d6;
  color: #fff;
}

.vs-btn.style4 i {
  background-color: #fff;
  box-shadow: 0px 5px 15px 0px rgba(255, 255, 255, 0.3);
  color: #0849d6;
}

.vs-btn.style4 .btn-bg {
  background-color: #08275a;
}

.vs-btn.style4:hover i {
  color: #08275a;
}

.vs-btn.style5 {
  background-color: transparent;
  border: 2px solid rgba(9, 40, 91, 0.2);
  padding: 8px;
  padding-left: 27px;
}

.vs-btn.style5 i {
  background-color: #0849d6;
  color: #fff;
  box-shadow: 0px 5px 15px 0px rgba(120, 196, 0, 0.3);
}

.vs-btn.style5 .btn-bg {
  background-color: #08275a;
}

.vs-btn.style5:hover {
  color: #fff;
  border-color: transparent;
}

.vs-btn i.bg-primary {
  box-shadow: 0px 5px 15px 0px rgba(17, 180, 245, 0.3);
}

.vs-btn i.bg-primary2 {
  box-shadow: 0px 5px 15px 0px rgba(120, 196, 0, 0.3);
}

.vs-btn i.bg-primary3 {
  box-shadow: 0px 5px 15px 0px rgba(8, 39, 90, 0.3);
}

.vs-btn.icon-none {
  padding: 14px 27px;
}

.vs-btn.icon-none:hover i {
  color: inherit;
}

.vs-btn.icon-none i {
  width: auto;
  height: auto;
  background-color: transparent;
  color: inherit;
  margin-left: 3px;
  vertical-align: middle;
  -webkit-transition: inherit;
  transition: inherit;
  box-shadow: none;
  line-height: inherit;
}

.link-btn {
  text-transform: capitalize;
  font-weight: 700;
  color: #a4508b;
  position: relative;
  display: inline-block;
  overflow: hidden;
  line-height: 1;
}

.link-btn i {
  position: relative;
  vertical-align: middle;
  margin-left: 5px;
  padding-bottom: 2px;
}

.link-btn:after, .link-btn:before {
  content: '';
  position: absolute;
  width: 100%;
  background: #a4508b;
}

.link-btn::before {
  height: 100%;
  left: -100%;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}

.link-btn::after {
  height: 2px;
  bottom: 0;
  left: 100%;
  -webkit-transition: 0.2s 0.2s ease-out;
  transition: 0.2s 0.2s ease-out;
}

.link-btn:hover {
  color: #a4508b;
}

.link-btn:hover:before {
  left: 100%;
}

.link-btn:hover::after {
  left: 0%;
}

.link-btn.text-primary2:after, .link-btn.text-primary2:before {
  background-color: #0849d6;
}

.link-btn.text-primary2:hover {
  color: #0849d6;
}

.link-btn.text-primary3:hover {
  color: #08275a;
}

.link-btn.text-primary3:after, .link-btn.text-primary3:before {
  background-color: #08275a;
}

.link-btn.text-white:hover {
  color: #fff;
}

.link-btn.text-white:after, .link-btn.text-white:before {
  background-color: #fff;
}

.play-btn {
  display: inline-block;
  width: 100px;
  height: 100px;
  line-height: 100px;
  color: #5b5d62;
  font-size: 30px;
  text-align: center;
  position: relative;
  background-color: #ffffff;
}

.play-btn.overlay-center {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 2;
}

.play-btn:hover {
  background-color: #08275a;
  color: #fff;
}

.play-btn:hover:before, .play-btn:hover:after {
  border-color: #08275a;
}

.play-btn:before, .play-btn:after {
  z-index: -1;
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border: 1px solid;
  border-color: rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  -webkit-animation-name: ripple;
          animation-name: ripple;
  -webkit-animation-duration: 3s;
          animation-duration: 3s;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}

.section-title {
  margin-bottom: 10px;
}

.section-title .text {
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
}

.section-title .icon {
  color: rgba(9, 40, 91, 0.25);
  font-size: 38px;
  position: relative;
  width: 100%;
  display: block;
  width: 100%;
  max-width: 40%;
  margin: 0 auto;
}

.section-title .icon:after, .section-title .icon:before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  background-color: rgba(8, 39, 90, 0.2);
  height: 1px;
  width: 50%;
  max-width: 100px;
}

.section-title .icon:after {
  left: auto;
  right: 0;
}

.section-title .icon i {
  display: inline-block;
  line-height: 1;
}

.section-title2 {
  text-align: center;
  padding-bottom: 50px;
}

.section-title2 .title {
  font-size: 48px;
  line-height: 1.4;
  margin-top: -15px;
  position: relative;
  margin-bottom: 25px;
}

.section-title2 .icon,
.section-title3 .icon {
  position: relative;
  width: 100%;
  display: inline-block;
  max-width: 260px;
  line-height: 1;
  margin-bottom: 35px;
}

.section-title2 .icon [class*="line"],
.section-title2 .icon [class^="line"],
.section-title3 .icon [class*="line"],
.section-title3 .icon [class^="line"] {
  background-color: rgba(9, 40, 91, 0.2);
  display: inline-block;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 50%;
  max-width: 87px;
  height: 1px;
}

.section-title2 .icon [class*="line"]:before,
.section-title2 .icon [class^="line"]:before,
.section-title3 .icon [class*="line"]:before,
.section-title3 .icon [class^="line"]:before {
  content: '';
  position: absolute;
  right: 0;
  top: -2.5px;
  width: 5px;
  height: 5px;
  background-color: inherit;
}

.section-title2 .icon [class*="line-2"],
.section-title2 .icon [class^="line-2"],
.section-title3 .icon [class*="line-2"],
.section-title3 .icon [class^="line-2"] {
  left: auto;
  right: 0;
}

.section-title2 .icon [class*="line-2"]:before,
.section-title2 .icon [class^="line-2"]:before,
.section-title3 .icon [class*="line-2"]:before,
.section-title3 .icon [class^="line-2"]:before {
  right: auto;
  left: 0;
}

.section-title3 {
  padding-bottom: 50px;
}

.section-title3 .heading1 {
  margin-top: -13px;
  position: relative;
  margin-bottom: 15px;
}

.section-title3 .sub-title {
  font-size: 18px;
  font-weight: 500;
  display: inline-block;
  line-height: 1;
  margin-bottom: 20px;
}

.section-title3 .sub-title span {
  border-radius: 7px;
  padding: 4px 5px;
  display: inline-block;
}

.section-title3 .title1 {
  margin-bottom: 20px;
}

.section-title3 .icon {
  margin-bottom: 25px;
}

.title1 {
  font-size: 60px;
  text-transform: none;
  line-height: 1;
  margin-top: -8px;
  margin-bottom: 25px;
  position: relative;
}

.inner-list ul {
  margin: 0;
  padding: 0;
  padding-bottom: 7px;
}

.inner-list ul li {
  list-style-type: none;
  position: relative;
  padding-left: 43px;
  margin-bottom: 20px;
}

.inner-list ul li span,
.inner-list ul li strong {
  color: #5b5d62;
  line-height: 1;
}

.inner-list ul li:before {
  content: '\f00c';
  font-family: "Font Awesome 5 Pro";
  position: absolute;
  left: 0;
  top: -5px;
  display: inline-block;
  width: 35px;
  height: 35px;
  box-shadow: 0px 5px 20px 0px rgba(17, 180, 245, 0.15);
  text-align: center;
  line-height: 35px;
  font-size: 14px;
  color: #a4508b;
  font-weight: 400;
  background-color: #fff;
  border-radius: 50%;
}

a.scrollToTop {
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  display: inline-block;
  position: fixed;
  left: 40px;
  bottom: 40px;
  border-radius: 50%;
  z-index: 999;
  -webkit-transition: all ease 0.4s;
  transition: all ease 0.4s;
  opacity: 0;
  visibility: hidden;
}

a.scrollToTop.show {
  opacity: 1;
  visibility: visible;
}

a.scrollToTop::before {
  content: '';
  position: absolute;
  border: 1px dashed;
  border-color: inherit;
  top: -5px;
  right: -5px;
  bottom: -5px;
  left: -5px;
  z-index: 1;
  border-radius: inherit;
}

a.scrollToTop:hover {
  background-color: #0849d6 !important;
  color: #ffffff;
  border-color: #0849d6 !important;
}

/* Extra large devices */
@media (max-width: 1500px) {
  .title1 {
    font-size: 46px;
  }
}

/* Large devices */
@media (max-width: 1199px) {
  .section-title {
    margin-bottom: 60px;
  }
  .section-title2 .title {
    font-size: 38px;
    margin-top: -12px;
    margin-bottom: 15px;
  }
  .section-title2 .icon,
  .section-title3 .icon {
    margin-bottom: 20px;
  }
  .section-title2 .icon [class^="line"]::before,
  .section-title3 .icon [class^="line"]::before {
    top: -2px;
  }
  .title1 {
    font-size: 42px;
    margin-top: -6px;
  }
}

/* Medium devices */
@media (max-width: 992px) {
  .section-title .icon {
    max-width: 60%;
  }
  .section-title .icon:after, .section-title .icon:before {
    max-width: 160px;
  }
  .section-title3,
  .section-title2 {
    padding-bottom: 10px;
  }
  .section-title3 .title,
  .section-title2 .title {
    font-size: 34px;
    margin-top: -10px;
  }
  .section-title2 .icon,
  .section-title3 .icon {
    margin-bottom: 15px;
  }
  .title1 {
    font-size: 36px;
    margin-bottom: 20px;
  }
  .section-title3 .sub-title {
    margin-bottom: 15px;
  }
  .play-btn {
    width: 80px;
    height: 80px;
    line-height: 80px;
    font-size: 22px;
  }
  a.scrollToTop {
    width: 40px;
    height: 40px;
    line-height: 40px;
    right: 20px;
    bottom: 20px;
  }
  a.scrollToTop::before {
    display: none;
  }
}

/* Small devices */
@media (max-width: 768px) {
  .section-title {
    margin-bottom: 0px;
  }
  .section-title .icon {
    max-width: 430px;
  }
  .section-title2 .title {
    font-size: 28px;
    margin-top: -8px;
  }
  .title1 {
    font-size: 28px;
  }
  .section-title3 .sub-title {
    font-size: 14px;
    margin-bottom: 10px;
  }
  .play-btn {
    width: 60px;
    height: 60px;
    line-height: 60px;
    font-size: 18px;
  }
}

/* Extra small devices */
@media (max-width: 576px) {
  .section-title .text {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 20px;
  }
  .section-title .icon {
    margin-left: auto;
    margin-right: auto;
    max-width: 280px;
  }
  .section-title .icon:after, .section-title .icon::before {
    max-width: 100px;
  }
  .section-title2 .icon,
  .section-title3 .icon {
    max-width: 280px;
  }
  .section-title2 .icon:before, .section-title2 .icon:after,
  .section-title3 .icon:before,
  .section-title3 .icon:after {
    max-width: 80px;
  }
  .title1 {
    font-size: 24px;
    margin-bottom: 15px;
    margin-top: -3px;
  }
}

/*=================================
08. Template Style
==================================*/
/*------------------- 8.1. Headers  -------------------*/
header .social-links ul {
  margin: 0;
  padding: 0;
}

header .social-links ul li {
  margin: 0 9px;
  list-style: none;
  display: inline-block;
  color: inherit;
}

header .social-links ul li:first-child {
  margin-left: 0;
}

header .social-links ul li:last-child {
  margin-right: 0;
}

header .social-links ul li a {
  font-size: 14px;
  color: inherit;
}

header ul {
  margin: 0;
  padding: 0;
}

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

header ul li a {
  display: inline-block;
}

header .nice-select li {
  display: block;
  white-space: normal;
}

.vs-menu-toggle {
  color: #08275a;
  width: 60px;
  height: 50px;
  line-height: 49px;
  text-align: center;
  float: right;
  font-size: 32px;
  background-color: #5f0a87;
   border: 1px dashed #fff;
    color: #fff;
}

.vs-menu-toggle.vs-active .far.fa-bars:before {
  content: '\f00d';
}

.vs-menu-toggle.vs-active, .vs-menu-toggle:hover {
  background-color: #08275a;
  border-color: transparent;
  color: #fff;
}

.main-menu ul.submenu {
  position: absolute;
  left: 0;
  top: 100%;
  min-width: 290px;
  z-index: 999;
  text-align: left;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: rotateX(90deg);
          transform: rotateX(90deg);
  -webkit-transform-origin: top;
      -ms-transform-origin: top;
          transform-origin: top;
}

.main-menu ul.submenu li {
  display: block;
}

.main-menu ul.submenu li.menu-item-has-children > a {
  position: relative;
}

.main-menu ul.submenu li.menu-item-has-children > a:before {
  content: '\f061';
  float: right;
  vertical-align: middle;
  position: relative;
  font-size: 14px;
  color: rgba(9, 40, 91, 0.2);
}

.main-menu ul.submenu li:last-child {
  border-bottom: none;
}

.main-menu ul.submenu li ul {
  left: 100%;
  top: 0;
}

.main-menu ul.submenu li a {
  padding: 5px 15px;
  display: block;
}

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

.main-menu ul li:hover > ul.submenu {
  opacity: 1;
  visibility: visible;
  -webkit-transform: rotateX(0);
          transform: rotateX(0);
}

.menu-style1 > ul > li {
  margin: 0 18px;
  display: inline-block;
}

.menu-style1 > ul > li:first-child {
  margin-left: 0;
}

.menu-style1 > ul > li:last-child {
  margin-right: 0;
}

.menu-style1 > ul > li > a {
  padding: 25px 0px;
}

.menu-style1 > ul > li.menu-item-has-children > a:after {
  content: '\f107';
  position: relative;
  font-family: "Font Awesome 5 Pro";
  top: 1px;
  margin-left: 5px;
}

.menu-style1 ul li a {
  color: #08275a;
  font-weight: 700;
  position: relative;
  line-height: 1;
  text-transform: uppercase;
}

.menu-style1 ul li a:hover {
  color: #a4508b;
}

.menu-style1 ul li ul.submenu {
  background-color: #fff;
  box-shadow: 0 0px 8px 0 rgba(0, 0, 0, 0.1);
  border-top: 3px solid #a4508b;
}

.menu-style1 ul li ul.submenu li {
  border-bottom: 1px solid #eee;
}

.menu-style1 ul li ul.submenu a {
  padding: 7px 15px;
}

.header-layout1 {
  position: relative;
  z-index: 91;
}

.header-layout1.header-overlay {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  z-index: 99;
}

.header-layout1.header-overlay .menu-style1 > ul > li > ul {
  border-top: none;
}

.header-layout1.header-overlay .menu-style1 > ul > li > ul::before {
  content: '';
  position: absolute;
  width: 18px;
  height: 18px;
  background-color: #fff;
  z-index: -1;
  top: -10px;
  left: 15px;
  display: inline-block;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}

.header-layout1 > .call-button {
  position: absolute;
  right: 80px;
  bottom: -27px;
  box-shadow: 0px 5px 50px 0px rgba(120, 196, 0, 0.3);
}

.header-layout1 .header-logo {
  max-width: 305px;
  display: inline-block;
  position: absolute;
  left: 80px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 99;
}

.header-layout1 .header-menu-left {
  margin-top: -10px;
}

.header-layout1 .text {
  margin-bottom: 0;
  font-weight: 700;
}

.header-layout1 .text i {
  margin-right: 10px;
}

.header-layout1 .header-top-wrap {
  position: relative;
  padding: 12px 0;
}

.header-layout1 .header-top-wrap:before {
  right: 0;
  left: auto;
  width: 100%;
  max-width: 1355px;
  border-bottom-left-radius: 50px;
}

.header-layout1 .header-top-wrap .social-links a {
  color: #fff;
}

.header-layout1 .header-top-wrap .social-links a:hover {
  color: #08275a;
}

.header-layout1 .header-top-wrap .nice-select {
  background-color: rgba(9, 40, 91, 0.2);
  color: #fff;
  font-weight: 700;
}

.header-layout1 .header-top-wrap .nice-select .list {
  background-color: #fff;
  color: #5b5d62;
}

.header-layout1 .header-button ul li {
  margin-right: 13px;
}

.header-layout1 .header-button ul li:last-child {
  margin-right: 0;
}

.header-layout1 .header-button ul li a {
  color: #08275a;
  border: 2px solid rgba(8, 39, 90, 0.2);
  width: 50px;
  height: 50px;
  line-height: 48px;
  text-align: center;
  border-radius: 50%;
}

.header-layout1 .header-button ul li a:hover {
  color: #fff;
  background-color: #08275a;
  border-color: transparent;
}

@media only screen and (max-width: 1800px) {
  .header-layout1 .header-logo {
    left: 20px;
  }
  .header-layout1 .header-menu-left {
    margin-top: 13px;
  }
  .header-layout1 .call-button {
    right: 20px;
  }
}

@media only screen and (max-width: 1699px) {
  .header-layout1 .container {
    max-width: 100%;
  }
  .header-layout1 .header-top-wrap:before {
    max-width: 100%;
    border-bottom-left-radius: 0;
  }
  .header-layout1 .header-top-wrap .text-column.offset-xl-2 {
    margin-left: 0;
    margin-right: 16.666667%;
  }
  .header-layout1 .header-top-wrap .text-column.offset-xl-2 .header-top-left.pl-60 {
    padding-left: 0;
  }
  .header-layout1 .header-menu-left {
    display: none;
  }
  .header-layout1 .header-logo {
    left: 15px;
    top: auto;
    bottom: 1px;
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
  }
  .header-layout1 .call-button {
    display: none;
  }
}

/* Extra large devices */
@media (max-width: 1500px) {
  .header-layout1.header-overlay {
    position: relative;
  }
}

/* Large devices */
@media (max-width: 1199px) {
  .main-menu > ul > li {
    margin: 0 12px;
  }
  .main-menu > ul > li > a {
    padding: 43px 0px;
  }
  .main-menu ul li a {
    font-size: 14px;
  }
  .main-menu ul li ul.submenu {
    width: 220px;
  }
  .main-menu ul li ul.submenu li ul li ul {
    left: auto;
    right: 100%;
    top: 0;
  }
  .main-menu ul li ul.submenu li ul li ul li ul li ul {
    left: 100%;
    right: 0;
    top: 0;
  }
  .header-layout1 .header-top-wrap .text-column.offset-xl-2 {
    margin-right: 0;
  }
  .header-layout1 .header-logo {
    bottom: 13px;
  }
}

/* Medium devices */
@media (max-width: 992px) {
  .header-layout1 .header-logo {
    bottom: 1px;
    max-width: 200px;
  }
  .header-layout1 .header-menu-wrap {
    padding: 5px 1px;
    margin-bottom: 1px;
  }
}

.header-layout2 {
  z-index: 99;
}

.header-layout2 .header-top-wrap:before {
  max-width: 745px;
  right: auto;
  top: auto;
  width: 100%;
  height: 300px;
  border-bottom-right-radius: 80px;
}

.header-layout2 .header-top-right .nice-select {
  border-width: 2px;
  line-height: 32px;
}

.header-layout2 .contact-box {
  border-color: rgba(8, 39, 90, 0.15);
}

.header-layout2 .contact-box .text {
  font-size: 20px;
}

.header-layout2 .header-button a {
  display: inline-block;
  margin-right: 28px;
}

.header-layout2 .header-button a:last-child {
  margin-right: 0;
}

.header-layout2 .header-menu-area.position-absolute {
  left: 0;
  right: 0;
  bottom: -32.5px;
}

.header-layout2 .bg-primary ul.submenu {
  background-color: #a4508b;
}

.header-layout2 .bg-primary2 ul.submenu {
  background-color: #0849d6;
}

.header-layout2 .bg-primary3 ul.submenu {
  background-color: #08275a;
}

.menu-style2 > ul {
  color: inherit;
}

.menu-style2 > ul > li {
  color: inherit;
  margin: 0 23px;
}

.menu-style2 > ul > li:last-child {
  margin-right: 0;
}

.menu-style2 > ul > li:first-child {
  margin-left: 0;
}

.menu-style2 > ul > li > a {
  color: inherit;
  font-weight: 700;
  padding: 19px 0;
}

.menu-style2 > ul > li.menu-item-has-children > a:after {
  content: '\f107';
  position: relative;
  font-family: "Font Awesome 5 Pro";
  top: 1px;
  margin-left: 3px;
}

.menu-style2 ul.submenu {
  left: -10px;
  background-color: #08275a;
}

.menu-style2 ul.submenu a {
  color: #ffffff;
  font-weight: 700;
  background-color: rgba(255, 255, 255, 0);
}

.menu-style2 ul.submenu a:hover {
  background-color: rgba(255, 255, 255, 0.2);
}

.menu-style2 ul.submenu li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.menu-style2 ul.submenu li:first-child {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.menu-style2 ul.submenu li.menu-item-has-children > a:before {
  color: rgba(255, 255, 255, 0.8);
}

.menu-style2 ul.submenu li ul {
  top: -1px;
}

/* Medium Large devices */
@media (max-width: 1300px) {
  .header-layout2 .header-top-wrap::before {
    max-width: 400px;
  }
}

/* Large devices */
@media (max-width: 1199px) {
  .header-layout2 .header-menu-area.position-absolute {
    bottom: -23.5px;
  }
  .menu-style2 > ul > li {
    margin: 0 10px;
  }
  .menu-style2 > ul > li > a {
    padding: 10px 0;
  }
}

/* Small devices */
@media (max-width: 768px) {
  .header-layout2 .header-top-wrap:before {
    max-width: 330px;
  }
}

/* Extra small devices */
@media (max-width: 576px) {
  .header-layout2 .header-top-wrap:before {
    max-width: 100%;
    border-bottom-right-radius: 0;
  }
  .header-layout2 .social-links ul li {
    margin: 0 4px;
  }
}

.sticky-header-wrap {
  background-color: #fff;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 9999;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  -webkit-transition: all ease 0.4s;
  transition: all ease 0.4s;
  -webkit-transform: rotateX(90deg);
          transform: rotateX(90deg);
  -webkit-transform-origin: top;
      -ms-transform-origin: top;
          transform-origin: top;
  opacity: 0;
  visibility: hidden;
}

.sticky-header-wrap.active {
  opacity: 1;
  visibility: visible;
  -webkit-transform: rotateX(0);
          transform: rotateX(0);
}

.sticky-header-wrap ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.sticky-header-wrap ul li {
  position: relative;
}

/*------------------- 8.2. Footers  -------------------*/
.footer-layout1 .text-primary2 {
  color: #0849d6 !important;
}

.footer-layout1 i {
  font-weight: 400;
}

.footer-layout1 span,
.footer-layout1 p,
.footer-layout1 a {
  color: #5b5d62;
}

.footer-layout1 ul {
  margin: 0;
  padding: 0;
}

.footer-layout1 ul li {
  list-style-type: none;
}

.footer-layout1 ul li a {
  display: inline-block;
}

.footer-layout1 .widget_title, .footer-layout1 .project-details-layout1 .project-info-title, .project-details-layout1 .footer-layout1 .project-info-title, .footer-layout1 .sidebar-contact-form .form-title, .sidebar-contact-form .footer-layout1 .form-title {
  position: relative;
  font-size: 20px;
  font-weight: 600;
  text-transform: capitalize;
  padding-left: 23px;
  margin-bottom: 30px;
}

.footer-layout1 .widget_title:before, .footer-layout1 .project-details-layout1 .project-info-title:before, .project-details-layout1 .footer-layout1 .project-info-title:before, .footer-layout1 .sidebar-contact-form .form-title:before, .sidebar-contact-form .footer-layout1 .form-title:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 3px;
  height: 20px;
  background-color: #a4508b;
}

.footer-layout1 .widget {
  border: none;
  padding: 0;
  margin-bottom: 30px;
  background-color: transparent;
}

.footer-layout1 .widget ul li {
  list-style-type: none;
  position: relative;
  padding-left: 30px;
  margin-bottom: 8px;
}

.footer-layout1 .widget ul li:last-child {
  margin-bottom: 0;
}

.footer-layout1 .widget ul li:before {
  content: '\f00c';
  color: #fff;
  position: absolute;
  left: 0;
  top: 0;
}

.footer-layout1 .widget ul li a {
  font-weight: 400;
  text-transform: capitalize;
  position: relative;
}

.footer-layout1 .widget ul li a:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 1px;
  width: 0;
  height: 2px;
  background-color: #a4508b;
}

.footer-layout1 .widget ul li a:hover:after {
  width: 100%;
}

.footer-layout1 .widget .vs-recent-post {
  padding-top: 2px;
}

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

.footer-layout1 .widget .vs-recent-post .recent-post:last-of-type, .footer-layout1 .widget .vs-recent-post .recent-post:last-child {
  margin-bottom: 0;
}

.footer-layout1 .widget .vs-recent-post .recent-post .post-img {
  width: 100px;
  height: 80px;
  margin-right: 20px;
}

.footer-layout1 .widget .vs-recent-post .recent-post .post-img img {
  width: 100%;
}

.footer-layout1 .widget .vs-recent-post .recent-post .post-content a {
  font-weight: 700;
  line-height: 24px;
  display: block;
  letter-spacing: 0;
}

.footer-layout1 .widget .vs-recent-post .recent-post .post-content a:hover {
  color: #a4508b;
}

.footer-layout1 .widget .vs-recent-post .recent-post .post-content span {
  font-size: 14px;
  display: inline-block;
  line-height: 1;
  margin-bottom: 0;
  color: #5b5d62;
}

.footer-layout1 .widget .vs-recent-post .recent-post .post-content span i {
  margin-right: 8px;
  color: #a4508b;
}

.footer-layout1 .widget .vs-contact-widget .row > div {
  border-color: rgba(9, 40, 91, 0.1) !important;
}

.footer-layout1 .widget .vs-contact-widget p {
  position: relative;
  padding-left: 28px;
  font-size: 16px;
  line-height: 26px;
  margin-bottom: 10px;
  font-weight: 400;
}

.footer-layout1 .widget .vs-contact-widget p i {
  position: absolute;
  left: 0;
  top: 4px;
  color: #fff;
  font-size: inherit;
}

.footer-layout1 .widget .vs-contact-widget .social-links {
  border-color: rgba(9, 40, 91, 0.1) !important;
}

.footer-layout1 .widget .vs-contact-widget .social-links ul li {
  display: inline-block;
  margin-bottom: 0;
  padding-left: 0;
  margin-right: 10px;
}

.footer-layout1 .widget .vs-contact-widget .social-links ul li:last-child {
  margin-right: 0;
}

.footer-layout1 .widget .vs-contact-widget .social-links ul li:before {
  display: none;
}

.footer-layout1 .widget .vs-contact-widget .social-links ul li a {
  width: 40px;
  height: 40px;
  text-align: center;
  color: #5b5d62;
  font-size: 14px;
  line-height: 40px;
  background-color: #fff;
  border: 1px solid rgba(17, 180, 245, 0.2);
}

.footer-layout1 .widget .vs-contact-widget .social-links ul li a:hover {
  color: #fff;
  background-color: #a4508b;
}

.footer-layout1 .widget .vs-contact-widget .social-links ul li a:after {
  display: none;
}

.footer-layout1[data-overlay="primary3"] .widget_title, .footer-layout1[data-overlay="primary3"] .project-details-layout1 .project-info-title, .project-details-layout1 .footer-layout1[data-overlay="primary3"] .project-info-title, .footer-layout1[data-overlay="primary3"] .sidebar-contact-form .form-title, .sidebar-contact-form .footer-layout1[data-overlay="primary3"] .form-title {
  color: #fff;
}

.footer-layout1[data-overlay="primary3"] .vs-contact-widget .row > div {
  border-color: rgba(255, 255, 255, 0.1) !important;
}

.footer-layout1[data-overlay="primary3"] .vs-contact-widget .social-links {
  border-color: rgba(255, 255, 255, 0.1) !important;
}

.footer-layout1[data-overlay="primary3"] .vs-contact-widget .social-links a {
  color: #5b5d62 !important;
  border-color: transparent;
}

.footer-layout1[data-overlay="primary3"] .vs-contact-widget .social-links a:hover {
  color: #fff !important;
}

.footer-layout1[data-overlay="primary3"] span,
.footer-layout1[data-overlay="primary3"] p,
.footer-layout1[data-overlay="primary3"] a {
  color: #fff !important;
}

.footer-layout1[data-overlay="primary3"] a:hover {
  color: #a4508b !important;
}

.footer-layout1[data-overlay="primary3"] .text-primary2 {
  color: #0849d6 !important;
}

.footer-layout1 .footer-copyright {
  position: relative;
  z-index: 9;
}

.footer-layout1 .footer-copyright .line {
  border: 1px solid;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 1px;
  opacity: 0.10;
}

/* Medium Large devices */
@media (max-width: 1300px) {
  .footer-layout1 .widget_title, .footer-layout1 .project-details-layout1 .project-info-title, .project-details-layout1 .footer-layout1 .project-info-title, .footer-layout1 .sidebar-contact-form .form-title, .sidebar-contact-form .footer-layout1 .form-title {
    margin-bottom: 20px;
  }
  .footer-layout1 .widget .vs-contact-widget a.text-lg {
    font-size: 18px;
  }
}

/* Large devices */
@media (max-width: 1199px) {
  .footer-layout1 .widget .vs-contact-widget a.text-lg {
    font-size: 16px;
  }
  .footer-layout1 .widget .vs-contact-widget .social-links ul li {
    margin-right: 2px;
  }
  .footer-layout1 .widget .vs-contact-widget .social-links ul li:last-child {
    margin-right: 0;
  }
  .footer-layout1 .widget .vs-contact-widget .social-links ul li a {
    width: 30px;
    height: 30px;
    font-size: 13px;
    line-height: 32px;
  }
}

/* Small devices */
@media (max-width: 768px) {
  .footer-layout1 .widget ul li {
    padding-left: 25px;
    margin-bottom: 0;
  }
  .footer-layout1 .widget ul li a {
    font-size: 14px;
  }
  .footer-layout1 .widget .vs-recent-post .recent-post .post-content a {
    line-height: 18px;
    font-size: 14px;
  }
  .footer-layout1 .widget .vs-recent-post .recent-post .post-content span {
    font-size: 12px;
  }
}

/* Extra small devices */
@media (max-width: 576px) {
  .footer-layout1 .widget .vs-contact-widget .row > .border-right {
    border-right: none !important;
  }
  .footer-layout1 .footer-copyright {
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 12px;
  }
}

/*------------------- 8.3. Widgets  -------------------*/
.gutters-40 .sidebar .widget {
  margin-bottom: 40px;
  padding: 40px;
}

.widget {
  background-color: rgba(17, 180, 245, 0.07);
  border: 1px solid rgba(17, 180, 245, 0.3);
  margin-bottom: 30px;
  padding: 30px;
}

.widget ul {
  margin-bottom: 0 !important;
  padding: 0;
}

.widget ul li {
  list-style: none;
}

.widget .search-form {
  position: relative;
}

.widget .search-form input {
  width: 100%;
  height: 60px;
  padding-left: 25px;
  font-size: 18px;
  font-weight: 500;
  background-color: #fff;
  border: 1px solid rgba(17, 180, 245, 0.3);
  color: #5b5d62;
}

.widget .search-form input::-moz-placeholder {
  color: #5b5d62;
}

.widget .search-form input::-webkit-input-placeholder {
  color: #5b5d62;
}

.widget .search-form input:-ms-input-placeholder {
  color: #5b5d62;
}

.widget .search-form input::-ms-input-placeholder {
  color: #5b5d62;
}

.widget .search-form input::placeholder {
  color: #5b5d62;
}

.widget .search-form button {
  position: absolute;
  right: 15px;
  top: 50%;
  font-size: 18px;
  border: none;
  color: #a4508b;
  background-color: transparent;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.widget .vs_about_author {
  text-align: center;
  padding-top: 7px;
}

.widget .vs_about_author .author-img {
  width: 150px;
  height: 150px;
  margin: 0 auto;
  border-radius: 50%;
  margin-bottom: 25px;
  border: 6px solid;
}

.widget .vs_about_author .author-img img {
  width: 100%;
  height: 100%;
  border-radius: inherit;
}

.widget .vs_about_author .author-links {
  line-height: 0;
  margin: 0;
  padding: 0;
}

.widget .vs_about_author .author-links li {
  display: inline-block;
  margin: 0 8px;
  line-height: 0;
}

.widget .vs_about_author .author-links li:last-child {
  margin-right: 0;
}

.widget .vs_about_author .author-links li:first-child {
  margin-left: 0;
}

.widget .vs_about_author .author-links li a {
  line-height: 1;
  font-size: 14px;
  color: #5b5d62;
  opacity: 1;
}

.widget .vs_about_author .author-links li a:hover {
  color: #0849d6;
}

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

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

.widget .vs-recent-post .recent-post .post-img {
  width: 100px;
  height: 80px;
  margin-right: 20px;
}

.widget .vs-recent-post .recent-post .post-img img {
  width: 100%;
}

.widget .vs-recent-post .recent-post .post-content {
  width: calc(100% - 120px);
}

.widget .vs-recent-post .recent-post .post-content span {
  font-size: 14px;
  display: block;
}

.widget .vs-recent-post .recent-post .post-content span i {
  color: #a4508b;
  margin-right: 7px;
}

.widget .vs-recent-post .recent-post .post-content a {
  font-weight: 500;
  line-height: 24px;
  display: block;
  margin-bottom: 2px;
}

.widget.widget_categories ul li {
  position: relative;
  margin-bottom: 10px;
}

.widget.widget_categories ul li:last-child {
  margin-bottom: 0;
}

.widget.widget_categories ul li a {
  display: block;
  border: 1px solid rgba(17, 180, 245, 0.3);
  background-color: #fff;
  padding: 11px;
  padding-left: 25px;
  /*padding-right: 50px;*/
}

.widget.widget_categories ul li a:hover {
  background-color: #a4508b;
  color: #ffffff;
}

.widget.widget_categories ul li span {
  display: inline-block;
  position: absolute;
  right: 0;
  width: 50px;
  text-align: center;
  line-height: 50px;
  top: 0;
  background-color: #a4508b;
  color: #fff;
  font-weight: 600;
}

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

.widget .tagcloud a {
  border: 1px solid rgba(17, 180, 245, 0.3);
  background-color: #fff;
  border-radius: 50px;
  text-transform: capitalize;
  display: inline-block;
  padding: 3px 20px;
  margin-right: 8px;
  margin-bottom: 10px;
  font-size: 14px;
}

.widget .tagcloud a:hover {
  background-color: #a4508b;
  color: #ffffff;
  border-color: transparent;
}

.widget.widget_file_link a {
  display: block;
  color: #fff;
  border: 1px solid transparent;
  padding: 16px 0;
  padding-left: 70px;
  position: relative;
  font-weight: 700;
  text-transform: capitalize;
}

.widget.widget_file_link a::before {
  content: attr(data-type);
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  text-transform: uppercase;
  position: absolute;
  left: 13px;
  top: 10px;
  opacity: 0.15;
  -webkit-transition: all ease 0.4s;
  transition: all ease 0.4s;
}

.widget.widget_file_link a:after {
  content: '\f019';
  color: #fff;
  font-family: "Font Awesome 5 Pro";
  position: absolute;
  left: 20px;
  top: 15px;
  font-weight: 300;
  font-size: 24px;
  -webkit-transition: all ease 0.4s;
  transition: all ease 0.4s;
}

.widget.widget_file_link a:not([class*='bg-']) {
  background-color: #08275a;
}

.widget.widget_file_link a:hover {
  background-color: #fff !important;
  color: #08275a;
}

.widget.widget_file_link a:hover:after, .widget.widget_file_link a:hover::before {
  color: #08275a;
}

.widget .instagram-feeds ul {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
}

.widget .instagram-feeds ul li {
  overflow: hidden;
}

.widget .instagram-feeds ul li img {
  width: 100%;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
  -webkit-transition: all ease 0.4s;
  transition: all ease 0.4s;
}

.widget .instagram-feeds ul li:hover img {
  -webkit-transform: scale(1.2);
      -ms-transform: scale(1.2);
          transform: scale(1.2);
}

.widget_title, .project-details-layout1 .project-info-title, .sidebar-contact-form .form-title {
  position: relative;
  font-size: 20px;
  line-height: 1;
  padding-left: 25px;
  margin-bottom: 30px;
}

.widget_title:before, .project-details-layout1 .project-info-title:before, .sidebar-contact-form .form-title:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  background-color: #a4508b;
  width: 2px;
}

/* Medium Large devices */
@media (max-width: 1300px) {
  .gutters-40 .sidebar .widget {
    margin-bottom: 30px;
    padding: 30px;
  }
}

/* Large devices */
@media (max-width: 1199px) {
  .gutters-40 .sidebar .widget {
    padding: 20px;
  }
  .widget {
    padding: 20px;
  }
  .widget .vs_about_author .author-img {
    width: 120px;
    height: 120px;
    margin-bottom: 20px;
    border-width: 4px;
  }
  .widget .vs_about_author .author-title {
    margin-bottom: 10px;
  }
  .widget .search-form input {
    height: 60px;
    padding-left: 15px;
  }
  .widget.widget_file_link a {
    padding: 10px 0;
    padding-left: 50px;
    font-size: 14px;
  }
  .widget.widget_file_link a:before {
    font-size: 18px;
    left: 08px;
    top: 10px;
  }
  .widget.widget_file_link a:after {
    left: 20px;
    top: 10px;
    font-size: 17px;
  }
  .widget_title, .project-details-layout1 .project-info-title, .sidebar-contact-form .form-title {
    font-size: 16px;
    padding-left: 20px;
    margin-bottom: 20px;
  }
}

/* Extra small devices */
@media (max-width: 576px) {
  .widget {
    padding: 10px;
  }
  .widget .instagram-feeds ul {
    grid-template-columns: 1fr 1fr;
  }
  .gutters-40 .sidebar .widget {
    padding: 10px;
  }
}

/*------------------- 8.4. Breadcumb  -------------------*/
.breadcumb-layout1 .breadcumb-content {
  position: relative;
}

.breadcumb-layout1 .breadcumb-title {
  margin-top: 0;
}

.breadcumb-layout1 ul {
  margin: 0;
  padding: 0;
  position: absolute;
  right: 0;
  bottom: 0;
  min-width: 270px;
  padding: 26.5px 40px;
  text-align: center;
}

.breadcumb-layout1 ul li {
  display: inline-block;
  list-style-type: none;
  margin-right: 6px;
  color: inherit;
  font-size: 18px;
  font-weight: 500;
  text-transform: capitalize;
  line-height: 1.2;
}

.breadcumb-layout1 ul li:after {
  content: '\f054';
  font-family: "Font Awesome 5 Pro";
  margin-left: 6px;
  font-size: 0.7rem;
  position: relative;
  vertical-align: middle;
  line-height: 0;
  font-weight: 700;
}

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

.breadcumb-layout1 ul li:last-child:after {
  display: none;
}

.breadcumb-layout1 ul li a {
  color: inherit;
  font-weight: inherit;
  font-size: inherit;
}

/* Large devices */
@media (max-width: 1199px) {
  .breadcumb-layout1 ul {
    right: 0;
    bottom: 0;
    min-width: auto;
    padding: 21.8px 40px;
  }
  .breadcumb-layout1 ul li {
    font-size: 16px;
  }
}

/* Small devices */
@media (max-width: 768px) {
  .breadcumb-layout1 .breadcumb-content {
    text-align: center;
  }
  .breadcumb-layout1 ul {
    left: 0;
    right: 0;
    padding: 15px 30px;
    display: block;
  }
}

/*------------------- 8.5. Popup Search  -------------------*/
.popup-search-box {
  position: fixed;
  top: 0;
  left: 50%;
  background-color: rgba(0, 0, 0, 0.95);
  height: 0;
  width: 0;
  overflow: hidden;
  z-index: 99999;
  opacity: 0;
  visibility: hidden;
  border-radius: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-transition: all ease 0.4s;
  transition: all ease 0.4s;
}

.popup-search-box button.searchClose {
  width: 60px;
  height: 60px;
  position: absolute;
  top: 40px;
  right: 40px;
  border: 1px solid #a4508b;
  background-color: transparent;
  color: #a4508b;
  font-size: 22px;
  border-radius: 50%;
  -webkit-transition: all ease 0.4s;
  transition: all ease 0.4s;
  -webkit-transform: rotate(0);
      -ms-transform: rotate(0);
          transform: rotate(0);
}

.popup-search-box button.searchClose:hover {
  color: #fff;
  background-color: #a4508b;
  border-color: transparent;
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}

.popup-search-box form {
  position: absolute;
  top: 50%;
  left: 50%;
  display: inline-block;
  padding-bottom: 40px;
  cursor: auto;
  width: 100%;
  max-width: 900px;
  -webkit-transform: translate(-50%, -50%) scale(0);
      -ms-transform: translate(-50%, -50%) scale(0);
          transform: translate(-50%, -50%) scale(0);
  -webkit-transition: -webkit-transform ease 0.4s;
  transition: -webkit-transform ease 0.4s;
  transition: transform ease 0.4s;
  transition: transform ease 0.4s, -webkit-transform ease 0.4s;
}

.popup-search-box form input {
  font-size: 18px;
  height: 70px;
  width: 100%;
  border: none;
  border-bottom: 2px solid #a4508b;
  background-color: transparent;
  padding-left: 30px;
  color: #fff;
  border-radius: 50px;
}

.popup-search-box form input::-moz-placeholder {
  color: #fff;
}

.popup-search-box form input::-webkit-input-placeholder {
  color: #fff;
}

.popup-search-box form input:-ms-input-placeholder {
  color: #fff;
}

.popup-search-box form input::-ms-input-placeholder {
  color: #fff;
}

.popup-search-box form input::placeholder {
  color: #fff;
}

.popup-search-box form button {
  position: absolute;
  top: 0px;
  background-color: transparent;
  border: none;
  color: #fff;
  font-size: 24px;
  right: 12px;
  color: #ffffff;
  cursor: pointer;
  width: 70px;
  height: 70px;
  -webkit-transition: all ease 0.4s;
  transition: all ease 0.4s;
  -webkit-transform: scale(1.001);
      -ms-transform: scale(1.001);
          transform: scale(1.001);
}

.popup-search-box form button:hover {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}

.popup-search-box.show {
  opacity: 1;
  visibility: visible;
  width: 100.1%;
  height: 100%;
  -webkit-transition: all ease 0.4s;
  transition: all ease 0.4s;
  border-radius: 0;
}

.popup-search-box.show form {
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
  -webkit-transform: translate(-50%, -50%) scale(1);
      -ms-transform: translate(-50%, -50%) scale(1);
          transform: translate(-50%, -50%) scale(1);
}

/*------------------- 8.6. Pagination  -------------------*/
.pagination-layout1 {
  text-align: center;
}

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

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

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

.pagination-layout1 ul li:first-child {
  margin-left: 0;
}

.pagination-layout1 ul li a {
  display: inline-block;
  border: 2px solid rgba(9, 40, 91, 0.2);
  color: #5b5d62;
  font-weight: 700;
  background-color: #ffffff;
  width: 50px;
  height: 50px;
  line-height: 48px;
}

.pagination-layout1 ul li a.active, .pagination-layout1 ul li a:hover {
  background-color: #a4508b;
  color: #ffffff;
  border-color: transparent;
}

/* Small devices */
@media (max-width: 768px) {
  .pagination-layout1 ul li a {
    border-width: 1px;
    width: 30px;
    height: 30px;
    line-height: 27px;
    font-size: 11px;
  }
}

.post-pagination-layout1 .post-pagination {
  background-color: rgba(17, 180, 245, 0.07);
  border: 1px solid rgba(17, 180, 245, 0.3);
  padding: 35px 40px;
}

.post-pagination-layout1 .pagi-btn {
  font-size: 16px;
  font-weight: 700;
  display: inline-block;
}

.post-pagination-layout1 .pagi-btn i {
  font-size: 18px;
}

.post-pagination-layout1 .heading5 {
  line-height: 28px;
  margin-bottom: 8px;
}

/* Medium Large devices */
@media (max-width: 1300px) {
  .post-pagination-layout1 .post-pagination {
    padding: 25px 30px;
  }
}

/* Small devices */
@media (max-width: 768px) {
  .post-pagination-layout1 .post-pagination {
    padding: 5px 10px;
  }
  .post-pagination-layout1 .heading5 {
    line-height: 24px;
    margin-bottom: 5px;
    font-size: 16px;
  }
  .post-pagination-layout1 .pagi-btn {
    font-size: 14px;
  }
  .post-pagination-layout1 .pagi-btn i {
    font-size: 12px;
  }
}

/*------------------- 8.7. Popup Side Menu  -------------------*/
.sidemenu-wrapper {
  position: fixed;
  z-index: 99999;
  right: 0;
  top: 0;
  height: 100%;
  width: 0;
  background-color: rgba(0, 0, 0, 0.75);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all ease 0.8s;
  transition: all ease 0.8s;
}

.sidemenu-wrapper .closeButton {
  display: inline-block;
  width: 50px;
  height: 50px;
  line-height: 50px;
  font-size: 24px;
  padding: 0;
  position: absolute;
  top: 20px;
  right: 20px;
  background-color: #ffffff;
  border: 1px solid #a4508b;
  color: #a4508b;
  border-radius: 50%;
  -webkit-transform: rotate(0);
      -ms-transform: rotate(0);
          transform: rotate(0);
  -webkit-transition: all ease 0.4s;
  transition: all ease 0.4s;
}

.sidemenu-wrapper .closeButton:hover {
  background-color: #a4508b;
  color: #ffffff;
  border-color: transparent;
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}

.sidemenu-wrapper .sidemenu-content {
  background-color: #ffffff;
  width: 450px;
  margin-left: auto;
  padding: 80px 30px;
  height: 100%;
  overflow: scroll;
  position: relative;
  right: -500px;
  cursor: auto;
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
  -webkit-transition: right ease 1s;
  transition: right ease 1s;
}

.sidemenu-wrapper .sidemenu-content::-webkit-scrollbar-track {
  box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.1);
  background-color: #F5F5F5;
}

.sidemenu-wrapper .sidemenu-content::-webkit-scrollbar {
  width: 2px;
  background-color: #F5F5F5;
}

.sidemenu-wrapper .sidemenu-content .widget {
  padding: 0 !important;
  background-color: transparent;
  border: none;
}

.sidemenu-wrapper .sidemenu-content .widget_about {
  padding: 0;
}

.sidemenu-wrapper .sidemenu-content .widget_about img {
  margin-bottom: 25px;
}

.sidemenu-wrapper .sidemenu-content .widget_about .text {
  margin-bottom: 0;
}

.sidemenu-wrapper .sidemenu-content .widget.widget_admin {
  padding-top: 0;
  padding-bottom: 0;
}

.sidemenu-wrapper .sidemenu-content .widget.widget_admin .admin-content .admin-img {
  margin-bottom: 35px;
}

.sidemenu-wrapper .sidemenu-content .widget_contact p {
  margin-bottom: 20px;
  font-weight: 500;
  font-size: 18px;
  color: #000;
}

.sidemenu-wrapper .sidemenu-content .widget_contact p:last-child {
  margin-bottom: 0;
}

.sidemenu-wrapper .sidemenu-content .widget_contact i {
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 15px;
  background-color: #a4508b;
  margin-right: 15px;
  color: #ffffff;
  border-radius: 50%;
  -webkit-transition: all ease 0.4s;
  transition: all ease 0.4s;
}

.sidemenu-wrapper.show {
  opacity: 1;
  visibility: visible;
  width: 100%;
  -webkit-transition: all ease 0.8s;
  transition: all ease 0.8s;
}

.sidemenu-wrapper.show .sidemenu-content {
  right: 0;
  opacity: 1;
  visibility: visible;
}

/*------------------- 8.8. Hero Area  -------------------*/
.ls-v6 [class*="ls-gui-element ls-nav-"] {
  width: 80px;
  height: 80px;
  z-index: 10000;
  top: 50%;
  margin-top: -40px;
  position: absolute;
  border-radius: 50%;
  text-align: center;
  color: #5b5d62;
  background-color: #fff;
  left: 125px;
  -webkit-transition: all ease 0.4s;
  transition: all ease 0.4s;
  /* Extra large devices */
}

@media (max-width: 1500px) {
  .ls-v6 [class*="ls-gui-element ls-nav-"] {
    left: 20px;
  }
}

.ls-v6 [class*="ls-gui-element ls-nav-"]:after {
  content: '\f060';
  font-family: "Font Awesome 5 Pro";
  text-align: center;
  color: inherit;
  font-size: 18px;
  font-weight: 700;
  line-height: 77px;
  color: inherit;
}

.ls-v6 [class*="ls-gui-element ls-nav-"]:hover {
  color: #fff;
  background-color: #5b5d62 !important;
}

.ls-v6 .ls-nav-next {
  left: auto;
  right: 125px;
  /* Extra large devices */
}

@media (max-width: 1500px) {
  .ls-v6 .ls-nav-next {
    right: 20px;
  }
}

.ls-v6 .ls-nav-next:after {
  content: '\f061';
}

.ls-v6[data-navprevnext-color="primary"] [class="ls-gui-element ls-nav-"] {
  background-color: #a4508b;
  color: #fff;
}

.ls-v6[data-navprevnext-color="primary2"] [class*="ls-gui-element ls-nav-"] {
  background-color: #0849d6;
  color: #fff;
}

.ls-v6[data-navprevnext-color="primary3"] [class*="ls-gui-element ls-nav-"] {
  background-color: #08275a;
  color: #fff;
}

.ls-v6[data-navprevnext-color="primary3"] [class*="ls-gui-element ls-nav-"]:hover {
  background-color: #a4508b !important;
}

.vs-hero-carousel .ls-bottom-nav-wrapper .ls-bottom-slidebuttons {
  bottom: 20px;
}

.vs-hero-carousel .ls-bottom-nav-wrapper .ls-bottom-slidebuttons a {
  background-color: transparent;
  width: 18px;
  height: 18px;
  position: relative;
  margin-right: 15px;
  border: 2px solid !important;
  border-color: transparent !important;
  text-align: center;
  margin-left: 0;
  display: inline-block;
  z-index: 10000;
  border-radius: 50%;
}

.vs-hero-carousel .ls-bottom-nav-wrapper .ls-bottom-slidebuttons a:last-of-type, .vs-hero-carousel .ls-bottom-nav-wrapper .ls-bottom-slidebuttons a:last-child {
  margin-right: 0;
}

.vs-hero-carousel .ls-bottom-nav-wrapper .ls-bottom-slidebuttons a:before {
  content: '';
  width: 6px;
  height: 6px;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  background-color: #a4508b;
  border-radius: inherit;
  -webkit-transition: inherit;
  transition: inherit;
  margin-top: 6px;
}

.vs-hero-carousel .ls-bottom-nav-wrapper .ls-bottom-slidebuttons a:hover {
  border-color: transparent;
}

.vs-hero-carousel .ls-bottom-nav-wrapper .ls-bottom-slidebuttons a.ls-nav-active {
  border-color: #a4508b !important;
}

.vs-hero-carousel[data-navbuttons-color="white"] .ls-bottom-nav-wrapper .ls-bottom-slidebuttons a:before {
  background-color: #fff;
}

.vs-hero-carousel[data-navbuttons-color="white"] .ls-bottom-nav-wrapper .ls-bottom-slidebuttons a.ls-nav-active {
  border-color: #fff !important;
}

.vs-hero-carousel[data-navbuttons-color="primary2"] .ls-bottom-nav-wrapper .ls-bottom-slidebuttons a:before {
  background-color: #0849d6;
}

.vs-hero-carousel[data-navbuttons-color="primary2"] .ls-bottom-nav-wrapper .ls-bottom-slidebuttons a.ls-nav-active {
  border-color: #0849d6 !important;
}

.vs-hero-carousel[data-navbuttons-color="primary3"] .ls-bottom-nav-wrapper .ls-bottom-slidebuttons a:before {
  background-color: #08275a;
}

.vs-hero-carousel[data-navbuttons-color="primary3"] .ls-bottom-nav-wrapper .ls-bottom-slidebuttons a.ls-nav-active {
  border-color: #08275a !important;
}

.vs-hero-layout1 {
  z-index: 9;
}

.vs-hero-layout1 .play-btn {
  color: #0849d6;
}

.vs-hero-layout1 .play-btn:hover {
  background-color: #0849d6;
  color: #fff;
}

.vs-hero-layout1 .play-btn:hover:before, .vs-hero-layout1 .play-btn:hover:after {
  border-color: #0849d6 !important;
}

.vs-hero-layout1 p img {
  margin-right: 10px;
}

@media only screen and (min-width: 1500px) {
  .vs-hero-layout1 .vs-hero-carousel:not([data-navprevnext="true"]) .ls-bottom-nav-wrapper {
    position: absolute;
    left: 85px;
    top: 0 !important;
    height: 100%;
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .vs-hero-layout1 .vs-hero-carousel:not([data-navprevnext="true"]) .ls-bottom-nav-wrapper .ls-bottom-slidebuttons a {
    display: block !important;
    margin-bottom: 15px;
  }
}

.vs-hero-layout3 {
  position: relative;
}

.vs-hero-layout3:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  background-image: url("../img/hero/hero-bg-3-1.png");
  background-size: 100% 100%;
  height: 225px;
  width: 100%;
  z-index: 999;
}

/* Extra large devices */
@media (max-width: 1500px) {
  .ls-v6 [class*="ls-gui-element ls-nav-"] {
    left: 20px;
  }
  .ls-v6 .ls-nav-next {
    left: auto;
    right: 20px;
  }
}

/* Medium Large devices */
@media (max-width: 1300px) {
  .ls-v6 [class*="ls-gui-element ls-nav-"] {
    width: 60px;
    height: 60px;
  }
  .ls-v6 [class*="ls-gui-element ls-nav-"]:after {
    line-height: 60px;
    font-size: 16px;
  }
  .vs-hero-layout1 .big-title.ls-layer {
    -webkit-transform: translateX(-100px) translateY(-525px) scale(0.7);
        -ms-transform: translateX(-100px) translateY(-525px) scale(0.7);
            transform: translateX(-100px) translateY(-525px) scale(0.7);
  }
  .vs-hero-layout3:after {
    height: 145px;
  }
  .vs-hero-carousel .vs-btn {
    font-size: 14px;
  }
}

/* Large devices */
@media (max-width: 1199px) {
  .ls-v6 [class*="ls-gui-element ls-nav-"] {
    width: 40px;
    height: 40px;
  }
  .ls-v6 [class*="ls-gui-element ls-nav-"]:after {
    line-height: 40px;
    font-size: 12px;
  }
  .vs-hero-layout1 .big-title.ls-layer {
    -webkit-transform: translateX(-100px) translateY(-425px) scale(0.7);
        -ms-transform: translateX(-100px) translateY(-425px) scale(0.7);
            transform: translateX(-100px) translateY(-425px) scale(0.7);
  }
  .vs-hero-layout1 .vs-hero-carousel .sub-title img {
    width: 25%;
  }
  .vs-hero-carousel .vs-btn {
    padding: 7px;
    padding-left: 15px;
  }
  .vs-hero-carousel .vs-btn i {
    margin-left: 15px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
  }
}

/* Medium devices */
@media (max-width: 992px) {
  .vs-hero-layout1 .big-title.ls-layer {
    -webkit-transform: translateX(-100px) translateY(-325px) scale(0.7);
        -ms-transform: translateX(-100px) translateY(-325px) scale(0.7);
            transform: translateX(-100px) translateY(-325px) scale(0.7);
  }
  .vs-hero-layout3:after {
    height: 100px;
  }
  .vs-hero-layout3 .vs-hero-carousel .vs-btn {
    margin-left: -30px;
  }
}

/* Small devices */
@media (max-width: 768px) {
  .ls-v6 [class*="ls-gui-element ls-nav-"] {
    display: none;
  }
  .vs-hero-layout1 .big-title.ls-layer {
    -webkit-transform: translateX(-100px) translateY(-225px) scale(0.7);
        -ms-transform: translateX(-100px) translateY(-225px) scale(0.7);
            transform: translateX(-100px) translateY(-225px) scale(0.7);
  }
  .vs-hero-layout3:after {
    height: 70px;
  }
}

/* Extra small devices */
@media (max-width: 576px) {
  .vs-hero-layout1 .big-title.ls-layer {
    -webkit-transform: translateX(-50px) translateY(-125px) scale(0.7);
        -ms-transform: translateX(-50px) translateY(-125px) scale(0.7);
            transform: translateX(-50px) translateY(-125px) scale(0.7);
  }
  .vs-hero-layout3:after {
    height: 30px;
  }
  .vs-hero-carousel .vs-btn {
    -webkit-transform: scale(0.7);
        -ms-transform: scale(0.7);
            transform: scale(0.7);
    -webkit-transform-origin: top left;
        -ms-transform-origin: top left;
            transform-origin: top left;
  }
  .vs-hero-carousel .ls-bottom-nav-wrapper {
    display: none;
  }
}

/*------------------- 8.9. About Us  -------------------*/
.vs-about-us-layout1 .about-image1,
.vs-about-us-layout1 .about-image2 {
  width: 100%;
}

.vs-about-us-layout1 .about-image1 img,
.vs-about-us-layout1 .about-image2 img {
  background-color: #fff;
  padding: 10px;
}

.vs-about-us-layout1 .about-image1 {
  position: absolute;
  left: -10px;
  top: -10px;
  z-index: 2;
  max-width: 407px;
}

.vs-about-us-layout1 .about-image2 {
  position: relative;
  right: 0;
  float: right;
  z-index: 1;
  margin-top: 140px;
  max-width: 410px;
  margin-right: -55px;
  margin-bottom: -10px;
}

.vs-about-us-layout1 .about-us-image {
  position: relative;
  height: 100%;
}

.vs-about-us-layout1 .about-us-image:before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  height: 40%;
  width: 90%;
  background: #a4508b;
  z-index: -1;
}

.vs-about-us-layout1 .title {
  font-size: 72px;
  position: relative;
  text-transform: capitalize;
  margin-bottom: 20px;
  line-height: 1;
  margin-top: -8px;
}

.vs-about-us-layout1 .sub-title {
  font-size: 48px;
  line-height: 60px;
  margin-bottom: 10px;
}

.vs-about-us-layout1 .inner-list {
  max-width: 420px;
  display: inline-block;
  margin-right: 45px;
  padding-top: 15px;
  margin-bottom: 10px;
}

.vs-about-us-layout1 .experiance-box {
  display: inline-block;
  width: 100%;
  max-width: 225px;
  background-color: #fff;
  vertical-align: top;
  padding: 30px 20px 40px 42px;
  border-top: 2px solid #0849d6;
  margin-top: 5px;
  box-shadow: 0px 5px 20px 0px rgba(17, 180, 245, 0.1);
}

.vs-about-us-layout1 .experiance-box .total-exp {
  font-size: 60px;
  font-weight: 700;
  line-height: 1;
  position: relative;
  color: #0849d6;
  margin-bottom: 0;
  padding-left: 20px;
}

.vs-about-us-layout1 .experiance-box .total-exp:before {
  content: 'Years';
  color: #5b5d62;
  font-size: 16px;
  font-weight: 700;
  position: absolute;
  left: -15px;
  top: 23px;
  line-height: 1;
  text-transform: capitalize;
  -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
          transform: rotate(-90deg);
}

.vs-about-us-layout1 .experiance-box .total-exp:after {
  content: '+';
  position: relative;
  vertical-align: bottom;
  line-height: 1;
  right: 10px;
}

.vs-about-us-layout1 .experiance-box .exp-text {
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 700;
  text-transform: capitalize;
  line-height: 1.1;
}

/* Medium Large devices */
@media (max-width: 1300px) {
  .vs-about-us-layout1 .title {
    margin-bottom: 10px;
    margin-top: -8px;
    margin-left: 0;
  }
  .vs-about-us-layout1 .experiance-box {
    max-width: 220px;
    padding: 20px 10px 30px 32px;
    margin-top: 20px;
  }
  .vs-about-us-layout1 .inner-list {
    margin-right: 20px;
  }
  .vs-about-us-layout1 .inner-list ul li {
    margin-bottom: 20px;
  }
  .vs-about-us-layout1 .inner-list ul li span,
  .vs-about-us-layout1 .inner-list ul li strong {
    font-size: 14px;
  }
}

/* Large devices */
@media (max-width: 1199px) {
  .vs-about-us-layout1 .about-image2 {
    margin-right: 0;
    margin-bottom: -10px;
  }
  .vs-about-us-layout1 .about-us-image {
    max-width: 700px;
    margin-left: 0;
  }
  .vs-about-us-layout1 .sub-title {
    font-size: 38px;
  }
  .vs-about-us-layout1 .title {
    font-size: 48px;
    margin-top: -5px;
    margin-bottom: 0;
  }
  .vs-about-us-layout1 .inner-list {
    padding-top: 0;
  }
  .vs-about-us-layout1 .experiance-box {
    margin-top: 0;
    margin-bottom: 20px;
  }
}

/* Extra small devices */
@media (max-width: 576px) {
  .vs-about-us-layout1 .about-image1 {
    position: relative;
    left: 0;
    top: 0;
    z-index: 2;
    max-width: 100%;
  }
  .vs-about-us-layout1 .about-image1 img {
    background-color: #a4508b;
  }
  .vs-about-us-layout1 .about-image2 {
    position: relative;
    right: 0;
    float: none;
    z-index: 1;
    margin-top: 20px;
    max-width: 100%;
    margin-right: -55px;
    margin-bottom: -10px;
  }
  .vs-about-us-layout1 .about-image2 img {
    background-color: #a4508b;
  }
  .vs-about-us-layout1 .title {
    font-size: 38px;
    margin-top: -5px;
    margin-bottom: 0;
    -webkit-text-stroke-width: 1.5px;
    margin-bottom: 10px;
  }
  .vs-about-us-layout1 .sub-title {
    font-size: 28px;
    line-height: 1.4;
  }
  .vs-about-us-layout1 .inner-list {
    margin-right: 0;
    margin-bottom: 20px;
  }
  .vs-about-us-layout1 .inner-list ul li {
    margin-bottom: 5px;
  }
  .vs-about-us-layout1 .inner-list ul li .text-md {
    font-size: 16px;
  }
  .vs-about-us-layout1 .inner-list ul li::before {
    top: -2px;
  }
  .vs-about-us-layout1 .experiance-box {
    margin-bottom: 20px;
  }
}

.vs-about-us-layout2 .experiance-box {
  background-color: #ffffff;
  border-top: 3px solid #0849d6;
  padding-top: 25px;
  box-shadow: 0px 10px 70px 0px rgba(0, 0, 0, 0.11);
}

.vs-about-us-layout2 .experiance-box .total-exp {
  font-size: 60px;
  font-weight: 700;
  display: inline-block;
  margin-bottom: 20px;
  line-height: 1;
}

.vs-about-us-layout2 .experiance-box .total-exp:after {
  content: '+';
  position: relative;
}

.vs-about-us-layout2 .experiance-box .exp-text {
  font-size: 16px;
  font-weight: 700;
  max-width: 230px;
  margin: 0 auto;
  text-transform: capitalize;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  padding-top: 8px;
  padding-bottom: 8px;
}

.vs-about-us-layout2 .logo-thumb {
  background-color: #ffffff;
  box-shadow: 0px 0px 50px 0px rgba(9, 40, 91, 0.4);
  width: 140px;
  height: 140px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 50%;
  position: absolute;
  bottom: 157px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}

.vs-about-us-layout2 .logo-thumb:after {
  content: '';
  border: 1px dashed #a4508b;
  border-radius: inherit;
  -webkit-transform: scale(0.8);
      -ms-transform: scale(0.8);
          transform: scale(0.8);
}

.vs-about-us-layout2 .logo-thumb img {
  margin-top: -8px;
}

.vs-about-us-layout2 .sub-title {
  font-size: 20px;
  display: inline-block;
}

.vs-about-us-layout2 .inner-list li {
  margin-bottom: 24px;
}

.vs-about-us-layout2 .inner-list li:last-child {
  margin-bottom: 0;
}

.vs-about-us-layout2 .author-info {
  padding: 30px;
  padding-top: 25px;
  padding-bottom: 20px;
  background-color: #ffffff;
  box-shadow: 0px 5px 30px 0px rgba(8, 39, 90, 0.15);
  border-bottom: 2px solid #a4508b;
}

.vs-about-us-layout2 .author-sign {
  vertical-align: text-bottom;
}

/* Small devices */
@media (max-width: 768px) {
  .vs-about-us-layout2 .logo-thumb {
    top: 30px;
    -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
            transform: translate(0, 0);
    left: 30px;
    width: 100px;
    height: 100px;
  }
  .vs-about-us-layout2 .logo-thumb img {
    width: 50%;
  }
}

.vs-about-us-layout3 .about-imgage2 {
  width: 325px;
  height: 325px;
  box-shadow: 0px 5px 50px 0px rgba(8, 39, 90, 0.15);
  position: absolute;
  bottom: 0;
  right: -75px;
}

.vs-about-us-layout3 .experiance-box {
  width: 269px;
  height: 269px;
  border: 12px solid;
  text-align: center;
  box-shadow: 0px 5px 50px 0px rgba(8, 39, 90, 0.15);
  position: absolute;
  left: -50px;
  top: 0;
}

.vs-about-us-layout3 .total-exp {
  font-size: 86px;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
}

.vs-about-us-layout3 .total-exp:after {
  content: '+';
  position: relative;
  font-size: 5rem;
  font-weight: 500;
}

.vs-about-us-layout3 .author-info {
  padding: 30px;
  padding-top: 25px;
  padding-bottom: 20px;
  box-shadow: 0px 5px 30px 0px rgba(8, 39, 90, 0.15);
  border-bottom: 2px solid;
}

.vs-about-us-layout3 .author-sign {
  vertical-align: text-bottom;
}

/* Medium Large devices */
@media (max-width: 1300px) {
  .vs-about-us-layout3 .experiance-box {
    left: 0;
  }
  .vs-about-us-layout3 .about-content .title {
    font-size: 46px;
  }
}

/* Large devices */
@media (max-width: 1199px) {
  .vs-about-us-layout3 .experiance-box {
    width: 180px;
    height: 180px;
    border-width: 4px;
  }
  .vs-about-us-layout3 .total-exp {
    font-size: 42px;
  }
  .vs-about-us-layout3 .total-exp:after {
    font-size: 2rem;
  }
  .vs-about-us-layout3 .exp-text {
    font-size: 14px;
  }
  .vs-about-us-layout3 .about-imgage2 {
    width: 200px;
    height: 200px;
    right: 0;
  }
}

/* Medium devices */
@media (max-width: 992px) {
  .vs-about-us-layout3 .experiance-box {
    width: 150px;
    height: 150px;
  }
  .vs-about-us-layout3 .exp-text {
    font-size: 12px;
  }
  .vs-about-us-layout3 .about-content .title {
    font-size: 34px;
  }
  .vs-about-us-layout3 .about-imgage2 {
    width: 160px;
    height: 160px;
  }
  .vs-about-us-layout3 .author-sign {
    max-width: 125px;
  }
}

/* Small devices */
@media (max-width: 768px) {
  .vs-about-us-layout3 .about-content .title {
    font-size: 26px;
  }
  .vs-about-us-layout3 .author-info {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 20px;
    padding-right: 20px;
  }
  .vs-about-us-layout3 .author-sign {
    max-width: 200px;
  }
}

/* Extra small devices */
@media (max-width: 576px) {
  .vs-about-us-layout3 .experiance-box {
    width: 120px;
    height: 120px;
    padding: 0 10px;
  }
  .vs-about-us-layout3 .exp-text {
    font-size: 11px;
    line-height: 1.1;
  }
  .vs-about-us-layout3 .total-exp {
    font-size: 24px;
  }
  .vs-about-us-layout3 .total-exp:after {
    font-size: 1rem;
  }
  .vs-about-us-layout3 .about-imgage2 {
    width: 130px;
    height: 130px;
    bottom: 10px;
  }
}

/*------------------- 8.10. Estimate Form  -------------------*/
.estimate-form-layout1 {
  border-bottom: 5px solid;
}

.estimate-form-layout1 .bg-secondary {
  box-shadow: 0px 5px 15px 0px rgba(17, 180, 245, 0.15);
}

.estimate-form-layout1 .vs-btn {
  height: 60px;
}

@media (min-width: 1199px) and (max-width: 1300px) {
  .estimate-form-layout1 .vs-btn {
    font-size: 13px;
  }
  .estimate-form-layout1 .vs-btn i {
    margin-left: 1rem !important;
  }
}

/* Small devices */
@media (max-width: 768px) {
  .estimate-form-layout1 .text-md {
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
  }
}

/*------------------- 8.11. Services  -------------------*/
.service-box-layout1 .slick-arrow {
  top: 35.7%;
}

.service-box-layout1 .service-price {
  display: inline-block;
  font-weight: 700;
  text-align: center;
  position: absolute;
  top: 30px;
  right: 30px;
  min-width: 140px;
  height: 35px;
  line-height: 35px;
  padding: 0 20px;
}

.service-box-layout1 .service-image {
  min-height: 326px;
}

.service-box-layout1 .service-image img {
  width: 100%;
}

.service-box-layout1 .service-header {
  position: relative;
}

.service-box-layout1 .service-header:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 40%;
  background-image: -webkit-linear-gradient(bottom, rgba(8, 39, 90, 0.8) 45%, rgba(255, 255, 255, 0) 100%);
  background-image: linear-gradient(to top, rgba(8, 39, 90, 0.8) 45%, rgba(255, 255, 255, 0) 100%);
  z-index: 1;
  opacity: 1;
  visibility: visible;
}

.service-box-layout1 .service-header .title {
  margin-bottom: 0;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 2;
  padding-bottom: 30px;
  padding-left: 40px;
  opacity: 1;
  visibility: visible;
}

.service-box-layout1 .service-body {
  position: absolute;
  bottom: -100px;
  left: 0;
  width: 100%;
  box-shadow: 0px 3px 30px 0px rgba(9, 40, 91, 0.2);
  padding: 36px 40px;
  padding-bottom: 25px;
  padding-right: 30px;
  z-index: 3;
  opacity: 0;
  visibility: hidden;
}

.service-box-layout1 .service-body .icon {
  position: absolute;
  right: 30px;
  top: 30px;
  font-size: 68px;
  line-height: 1;
  color: rgba(9, 40, 91, 0.05);
}

.service-box-layout1 .service-body .title {
  position: relative;
  z-index: 2;
}

.service-box-layout1 .service-body .text {
  margin-bottom: 17px;
}

.service-box-layout1 .service-body a.link-btn,
.service-box-layout1 .service-body .text {
  top: 30px;
  opacity: 0;
  visibility: hidden;
  position: relative;
  z-index: 2;
}

.service-box-layout1 .vs-service {
  position: relative;
  margin-bottom: 30px;
}

.service-box-layout1 .vs-service:hover .service-body {
  left: 130px;
  opacity: 1;
  visibility: visible;
}

.service-box-layout1 .vs-service:hover .service-body a.link-btn,
.service-box-layout1 .vs-service:hover .service-body .text {
  opacity: 1;
  visibility: visible;
  top: 0;
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}

.service-box-layout1 .vs-service:hover .service-body a.link-btn {
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}

.service-box-layout1 .vs-service:hover .service-header:before {
  opacity: 0;
  visibility: hidden;
}

.service-box-layout1 .vs-service:hover .service-header .title {
  opacity: 0;
  visibility: hidden;
  left: 130px;
}

.service-box-layout1 .vs-carousel .vs-service {
  padding-bottom: 100px;
}

.service-box-layout1 .vs-carousel .service-body {
  bottom: 0;
}

@media (min-width: 1500px) {
  .service-box-layout1 .row > div:nth-child(3n) .vs-service:hover .service-body {
    left: -130px;
  }
}

@media (min-width: 992px) and (max-width: 1500px) {
  .service-box-layout1 .row > div:nth-child(3n) .vs-service:hover .service-body {
    left: -60px;
  }
}

@media (min-width: 768px) and (max-width: 992px) {
  .service-box-layout1 .row > div:nth-child(2n) .vs-service:hover .service-body {
    left: -40px;
  }
}

.service-box-layout1 .slick-last .vs-service:hover .service-body {
  left: -130px;
}

/* Extra large devices */
@media (max-width: 1500px) {
  .service-box-layout1 .service-image {
    min-height: auto;
  }
  .service-box-layout1 .vs-service:hover .service-body {
    left: 60px;
  }
  .service-box-layout1 .slick-last .vs-service:hover .service-body {
    left: -60px;
  }
}

/* Medium Large devices */
@media (max-width: 1300px) {
  .service-box-layout1 .service-price {
    top: 20px;
    right: 20px;
    min-width: 130px;
    padding: 0 10px;
  }
  .service-box-layout1 .service-header .title {
    padding-bottom: 20px;
    padding-left: 20px;
    font-size: 18px;
  }
  .service-box-layout1 .service-body {
    padding: 26px 29px;
    padding-bottom: 15px;
    padding-right: 20px;
  }
  .service-box-layout1 .vs-service .icon {
    right: 20px;
    top: 20px;
    font-size: 42px;
  }
  .service-box-layout1 .vs-service:hover .service-body {
    left: 60px;
  }
  .service-box-layout1 .slick-last .vs-service:hover .service-body {
    left: -60px;
  }
}

/* Large devices */
@media (max-width: 1199px) {
  .service-box-layout1 .vs-carousel .vs-service {
    padding-bottom: 70px;
  }
}

/* Medium devices */
@media (max-width: 992px) {
  .service-box-layout1 .vs-service:hover .service-body {
    left: 40px;
  }
  .service-box-layout1 .slick-last .vs-service:hover .service-body {
    left: -40px;
  }
  .service-box-layout1 .vs-carousel .vs-service {
    padding-bottom: 30px;
  }
}

/* Small devices */
@media (max-width: 768px) {
  .service-box-layout1 .vs-service .service-body {
    width: 90%;
  }
  .service-box-layout1 .vs-service:hover .service-body {
    left: 30px;
  }
  .service-box-layout1 .slick-last .vs-service:hover .service-body {
    left: 30px;
  }
  .service-box-layout1 .vs-carousel .vs-service {
    padding-bottom: 30px;
  }
}

/* Extra small devices */
@media (max-width: 576px) {
  .service-box-layout1 .vs-service {
    box-shadow: 0px 3px 30px 0px rgba(9, 40, 91, 0.2);
  }
  .service-box-layout1 .vs-service .service-header::before {
    display: none;
  }
  .service-box-layout1 .vs-service .service-header .title {
    display: none;
  }
  .service-box-layout1 .vs-service .service-body {
    width: 90%;
    padding: 20px;
    padding-bottom: 15px;
    padding-right: 10px;
    position: relative;
    opacity: 1;
    visibility: visible;
    bottom: 0;
    left: 0;
    top: 0;
    right: 0;
    width: 100%;
    box-shadow: none;
  }
  .service-box-layout1 .vs-service .service-body .heading4 {
    font-size: 18px;
    margin-bottom: 5px;
  }
  .service-box-layout1 .vs-service .service-body .text,
  .service-box-layout1 .vs-service .service-body a.link-btn {
    opacity: 1;
    visibility: visible;
    top: 0;
  }
  .service-box-layout1 .vs-service:hover .service-body {
    left: 0;
  }
  .service-box-layout1 .row > div:nth-child(3n) .vs-service:hover .service-body,
  .service-box-layout1 .slick-last .vs-service:hover .service-body {
    left: 0;
  }
  .service-box-layout1 .vs-carousel .vs-service {
    padding-bottom: 0;
    padding-bottom: 0;
    margin-bottom: 60px;
  }
}

.service-box-layout2 {
  position: relative;
}

.service-box-layout2 .icon-overlay {
  position: absolute;
  font-size: 120px;
  color: #5b5d62;
  opacity: 0.10;
}

.service-box-layout2 .icon-overlay.bottom {
  bottom: 200px;
}

.service-box-layout2 .icon-overlay.left {
  left: 90px;
}

.service-box-layout2 .vs-service {
  text-align: center;
  border-bottom: 3px solid transparent;
  padding: 60px 30px;
  padding-bottom: 65px;
  box-shadow: 0px 5px 50px 0px rgba(2, 26, 67, 0.1);
  margin-bottom: 30px;
  position: relative;
  -webkit-transition: all ease 0.4s;
  transition: all ease 0.4s;
  background-color: #fff;
}

.service-box-layout2 .vs-service .icon {
  margin-bottom: 30px;
  display: inline-block;
}

.service-box-layout2 .vs-service .title {
  margin-bottom: 17px;
}

.service-box-layout2 .vs-service .price {
  font-size: 28px;
  font-weight: 700;
  display: block;
  padding-top: 10px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all ease 0.4s;
  transition: all ease 0.4s;
}

.service-box-layout2 .vs-service .vs-btn {
  position: absolute;
  bottom: -30px;
  bottom: 37px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-transition: all ease 0.4s;
  transition: all ease 0.4s;
  box-shadow: none;
}

.service-box-layout2 .vs-service:hover {
  border-color: #a4508b;
}

.service-box-layout2 .vs-service:hover .price {
  opacity: 1;
  visibility: visible;
}

.service-box-layout2 .vs-service:hover .vs-btn {
  bottom: -30px;
}

/* Medium Large devices */
@media (max-width: 1300px) {
  .service-box-layout2 .vs-btn {
    width: 180px;
  }
}

/* Large devices */
@media (max-width: 1199px) {
  .service-box-layout2 .icon-5x {
    font-size: 62px;
  }
  .service-box-layout2 .vs-service {
    padding: 25px 15px;
    padding-bottom: 50px;
  }
  .service-box-layout2 .vs-service .icon {
    margin-bottom: 15px;
  }
  .service-box-layout2 .vs-service .title {
    font-size: 20px;
    margin-bottom: 10px;
  }
}

/* Medium devices */
@media (max-width: 992px) {
  .service-box-layout2 .section-title2 {
    padding-bottom: 0;
  }
  .service-box-layout2 .section-title2 .text {
    margin-bottom: 5px;
  }
}

.service-box-layout3 .vs-service {
  background-size: 100% 100%;
  box-shadow: 0px 5px 40px 0px rgba(0, 17, 24, 0.1);
  margin-bottom: 30px;
}

.service-box-layout3 .service-price {
  display: inline-block;
  font-weight: 700;
  text-align: center;
  min-width: 140px;
  height: 35px;
  line-height: 35px;
  padding: 0 20px;
  border-radius: 10px;
  margin-bottom: 18px;
      margin-top: 20px;
}

.service-box-layout3 .service-content {
 padding: 0 30px;
  padding-bottom: 5px;
}

.service-box-layout3 .service-image {
  position: relative;
}

/* Large devices */
@media (max-width: 1199px) {
  .service-box-layout3 .service-content {
   /* padding: 0 20px;*/
    padding-bottom: 1px;
  }
  .service-box-layout3 .service-content .text {
    margin-bottom: 15px;
  }
  .service-box-layout3 .service-content .title {
    margin-bottom: 10px;
  }
  .service-box-layout3 .service-image {
    margin-bottom: 0 !important;
  }
}

.service-details-layout1 ul {
  margin: 0;
  padding: 0;
  margin-bottom: 20px;
}

.service-details-layout1 ul li {
  list-style-type: none;
  margin-bottom: 10px;
}

.service-details-layout1 ul li:last-child {
  margin-bottom: 0;
}

.service-details-layout1 blockquote {
  box-shadow: 0px 3px 250px 0px rgba(9, 40, 91, 0.2), 0px 3px 0px 0px rgba(17, 180, 245, 0.004);
  border-bottom: 3px solid;
  padding: 50px 60px;
  font-style: italic;
}

.service-details-layout1 .inner-list li {
  margin-bottom: 25px;
}

/* Large devices */
@media (max-width: 1199px) {
  .service-details-layout1 blockquote {
    padding: 30px 40px;
  }
}

/* Extra small devices */
@media (max-width: 576px) {
  .service-details-layout1 blockquote {
    padding: 10px 15px;
  }
}

/*------------------- 8.12. Call To Action  -------------------*/
.vs-cta-layout1 .cta-title {
  font-size: 40px;
  font-weight: 400;
  line-height: 50px;
  margin-bottom: 0;
  margin-top: -7px;
}

@media (min-width: 1199px) {
  .vs-cta-layout1 .cta-button .vs-btn {
    width: 180px;
    text-align: left;
    padding-top: 0;
    padding-bottom: 0;
    height: 55px;
    line-height: 55px;
  }
  .vs-cta-layout1 .cta-button .vs-btn i {
    float: right;
    vertical-align: middle;
    margin-top: 10px;
    margin-left: 0;
  }
}

/* Medium Large devices */
@media (max-width: 1300px) {
  .vs-cta-layout1 .cta-title {
    font-size: 36px;
  }
}

/* Large devices */
@media (max-width: 1199px) {
  .vs-cta-layout1 .cta-button .vs-btn {
    padding: 8px;
    padding-left: 20px;
    margin-right: 10px;
    font-size: 14px;
  }
  .vs-cta-layout1 .cta-button .vs-btn i {
    margin-left: 20px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 11px;
  }
}

/* Small devices */
@media (max-width: 768px) {
  .vs-cta-layout1 .cta-title {
    font-size: 28px;
    line-height: 1.4;
  }
}

/* Extra small devices */
@media (max-width: 576px) {
  .vs-cta-layout1 .cta-content .cta-title {
    font-size: 24px;
  }
  .vs-cta-layout1 .cta-button .vs-btn {
    display: block;
    max-width: 180px;
    margin-left: auto;
    margin-right: auto !important;
  }
}

/*------------------- 8.13. Work Process  -------------------*/
.work-process-layout1 .number {
  display: inline-block;
  width: 95px;
  height: 95px;
  text-align: center;
  border: 8px solid;
  font-size: 30px;
  font-weight: 700;
  line-height: 81px;
  margin-left: 40px;
  margin-bottom: 25px;
}

.work-process-layout1 .work-process-top {
  text-align: center;
  position: relative;
}

.work-process-layout1 .work-process-top .shape {
  display: inline-block;
  position: absolute;
  left: 35px;
  top: 63px;
  width: 100%;
  height: 290px;
  max-width: 320px;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 29% 100%);
          clip-path: polygon(0 0, 100% 0, 100% 100%, 29% 100%);
  border-radius: 10px;
  z-index: -1;
  -webkit-transform: rotate(-5deg);
      -ms-transform: rotate(-5deg);
          transform: rotate(-5deg);
}

.work-process-layout1 .work-process-content {
  border-radius: 10px;
  box-shadow: 0px 3px 0px 0px rgba(17, 180, 245, 0.004), 0px 3px 50px 0px rgba(17, 180, 245, 0.1);
  background-color: rgba(255, 255, 255, 0.969);
  padding: 50px 40px;
  padding-bottom: 47px;
  max-width: 300px;
  border-bottom: 3px solid;
}

.work-process-layout1 .work-process-content.bg-primary2 {
  box-shadow: 0px 3px 0px 0px rgba(120, 196, 0, 0.004), 0px 3px 50px 0px rgba(120, 196, 0, 0.1);
}

.work-process-layout1 .work-process-content.bg-primary3 {
  box-shadow: 0px 3px 0px 0px rgba(8, 39, 90, 0.004), 0px 3px 50px 0px rgba(8, 39, 90, 0.1);
}

.work-process-layout1 .process-title:hover a {
  color: inherit;
}

.work-process-layout1 .vs-work-process {
  min-height: 490px;
  margin-bottom: 30px;
}

.work-process-layout1 .vs-work-process .icon {
  display: inline-block;
  margin-bottom: 25px;
}

.work-process-layout1 .vs-work-process:hover .work-process-top .shape {
  -webkit-transform: rotate(0);
      -ms-transform: rotate(0);
          transform: rotate(0);
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
          clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
}

.work-process-layout1 .vs-work-process:hover .work-process-top .number {
  margin-bottom: 0px;
  margin-left: 0%;
}

/* Medium Large devices */
@media (max-width: 1300px) {
  .work-process-layout1 .work-process-number.shape {
    left: 10px;
  }
}

/* Large devices */
@media (max-width: 1199px) {
  .work-process-layout1 .number {
    width: 85px;
    height: 85px;
    font-size: 24px;
    font-weight: 700;
    line-height: 70px;
    margin-left: 30px;
    margin-bottom: 15px;
  }
  .work-process-layout1 .work-process-top .shape {
    left: 0;
  }
  .work-process-layout1 .work-process-number.shape {
    max-height: 250px;
  }
  .work-process-layout1 .process-title {
    font-size: 20px;
    margin-bottom: 7px;
  }
  .work-process-layout1 .text {
    margin-bottom: 15px;
  }
  .work-process-layout1 .vs-work-process {
    margin-bottom: 30px;
    min-height: auto;
  }
  .work-process-layout1 .vs-work-process .icon-4x {
    font-size: 58px;
  }
  .work-process-layout1 .vs-work-process .icon {
    margin-bottom: 15px;
  }
  .work-process-layout1 .work-process-content {
    padding: 30px 30px;
  }
}

/* Medium devices */
@media (max-width: 992px) {
  .work-process-layout1 .carousel-container {
    max-width: 100%;
    padding: 0 30px;
  }
}

/* Small devices */
@media (max-width: 768px) {
  .work-process-layout1 .process-title {
    font-size: 18px;
    margin-bottom: 7px;
  }
  .work-process-layout1 .vs-work-process .work-process-content {
    padding: 25px 25px;
  }
}

.work-process-layout2 {
  position: relative;
}

.work-process-layout2 .work-process-number {
  width: 150px;
  height: 150px;
  margin: 0 auto;
  margin-bottom: -50px;
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
}

.work-process-layout2 .number {
  font-size: 40px;
  display: inline-block;
  font-weight: 700;
  line-height: 100px;
}

.work-process-layout2 .work-process-body {
  width: 320px;
  height: 320px;
  border-radius: 50%;
  border: 8px solid;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 auto;
  box-shadow: 0px 0px 50px 0px rgba(9, 40, 91, 0.15);
}

.work-process-layout2 .work-process-icon {
  width: 140px;
  height: 140px;
  border: 5px solid;
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 50%;
  margin: 0 auto;
  margin-top: -80px;
  box-shadow: 0px 0px 50px 0px rgba(9, 40, 91, 0.15);
}

.work-process-layout2 .vs-work-process {
  text-align: center;
  margin-bottom: 30px;
}

.work-process-layout2 .vs-work-process a:hover {
  color: inherit;
}

/* Large devices */
@media (max-width: 1199px) {
  .work-process-layout2 .work-process-body {
    width: 290px;
    height: 290px;
    border-width: 5px;
  }
  .work-process-layout2 .work-process-icon {
    width: 130px;
    height: 130px;
    border-width: 3px;
    margin-top: -70px;
  }
}

.work-process-layout3.gradient-overlay[data-overlay="primary"]:before {
 /* background-color: transparent !important;*/
  background-image: -webkit-linear-gradient(left, #a4508b 0%, rgba(17, 180, 245, 0) 80%);
  background-image: linear-gradient(to right, #a4508b 0%, rgba(17, 180, 245, 0) 80%);
}

.work-process-layout3 .process-number {
  width: 80px;
  height: 80px;
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  line-height: 72px;
  font-size: 24px;
  font-weight: 500;
  box-shadow: 0px 0px 50px 0px rgba(17, 180, 245, 0.3);
  position: absolute;
  left: -10px;
  bottom: -15px;
}

.work-process-layout3 .vs-work-process {
  overflow: hidden;
  position: relative;
  padding: 40px;
  padding-bottom: 10px;
  margin-bottom: 30px;
  box-shadow: 0px 1px 50px 0px rgba(0, 0, 0, 0.15);
  border-radius: 5px;
}

.work-process-layout3 .inner-wrapper {
  position: relative;
  z-index: 9;
}

@media (min-width: 1300px) and (max-width: 1600px) {
  .work-process-layout3 .inner-wrapper.pr-xl-140 {
    padding-right: 5% !important;
  }
  .work-process-layout3 .inner-wrapper.pr-xl-140 .counter-box-layout3.mr-xl-200 {
    margin-right: 0 !important;
  }
}

/* Medium Large devices */
@media (max-width: 1300px) {
  .work-process-layout3 .vs-work-process {
    padding: 25px;
    padding-bottom: 0px;
  }
  .work-process-layout3 .process-number {
    width: 60px;
    height: 60px;
    line-height: 55px;
    font-size: 18px;
    left: -5px;
    bottom: -10px;
  }
  .work-process-layout3 .inner-wrapper.pr-xl-140 {
    padding-right: 30px !important;
    padding-left: 30px !important;
    width: 100%;
  }
  .work-process-layout3 .inner-wrapper.pr-xl-140 .counter-box-layout3.mr-xl-200 {
    margin-right: 0 !important;
  }
}

/* Large devices */
@media (max-width: 1199px) {
  .work-process-layout3 .process-number {
    line-height: 65px;
    right: -5px;
    top: -10px;
    left: auto;
    bottom: auto;
  }
}

/* Medium devices */
@media (max-width: 992px) {
  .work-process-layout3 .inner-wrapper.pr-xl-140 {
    padding-right: 15px !important;
    padding-left: 15px !important;
    width: 100%;
  }
}

/*------------------- 8.14. Appointment Form Area  -------------------*/
.appointment-form-layout1 {
  /* Extra small devices */
}

.appointment-form-layout1[data-overlay="primary"]:before {
  background-color: transparent !important;
  background-image: -webkit-linear-gradient(left, #a4508b 30%, rgba(255, 255, 255, 0) 100%);
  background-image: linear-gradient(to right, #a4508b 30%, rgba(255, 255, 255, 0) 100%);
}

.appointment-form-layout1[data-overlay="primary2"]:before {
  background-color: transparent !important;
  background-image: -webkit-linear-gradient(left, #0849d6 30%, rgba(255, 255, 255, 0) 100%);
  background-image: linear-gradient(to right, #0849d6 30%, rgba(255, 255, 255, 0) 100%);
}

.appointment-form-layout1[data-overlay="primary3"]:before {
  background-color: transparent !important;
  background-image: -webkit-linear-gradient(left, #08275a 30%, rgba(255, 255, 255, 0) 100%);
  background-image: linear-gradient(to right, #08275a 30%, rgba(255, 255, 255, 0) 100%);
}

.appointment-form-layout1[data-overlay="titlecolor"]:before {
  background-color: transparent !important;
  background-image: -webkit-linear-gradient(left, #5b5d62 30%, rgba(255, 255, 255, 0) 100%);
  background-image: linear-gradient(to right, #5b5d62 30%, rgba(255, 255, 255, 0) 100%);
}

@media (max-width: 576px) {
  .appointment-form-layout1 {
    background-size: auto !important;
    background-repeat: no-repeat !important;
    background-position: left center !important;
  }
}

.appointment-form-layout2 .form-title .heading1 {
  margin-top: -10px;
  position: relative;
}

.appointment-form-layout2 .vs-btn {
  height: 70px;
  line-height: 70px;
  padding: 0;
}

.appointment-form-layout2 .appointment-form {
  border-left: 3px solid;
  box-shadow: 0px 0px 250px 0px rgba(9, 40, 91, 0.15);
}

/* Medium devices */
@media (max-width: 992px) {
  .appointment-form-layout2.bg-bottom.bg-auto {
    background-position: center center !important;
    background-size: cover !important;
  }
}

/* Small devices */
@media (max-width: 768px) {
  .appointment-form-layout2 .form-title .heading1 {
    margin-top: -4px;
    font-size: 22px;
    margin-bottom: 20px;
  }
  .appointment-form-layout2 .form-title .text-20 {
    font-size: 14px;
  }
  .appointment-form-layout2 .vs-btn {
    height: 50px;
    line-height: 49px;
  }
}

/* Extra small devices */
@media (max-width: 576px) {
  .appointment-form-layout2 .form-title .heading1 {
    font-size: 18px;
    margin-bottom: 5px;
  }
}

/*------------------- 8.15. Testimonial  -------------------*/
.vs-testimonial-layout1 .testimonial-about-image {
  box-shadow: 0px 3px 50px 0px rgba(17, 180, 245, 0.1);
}

.vs-testimonial-layout1 .inner-list strong {
  font-size: 20px;
  margin-bottom: 15px;
  display: inline-block;
}

.vs-testimonial-layout1 .inner-list ul li {
  margin-bottom: 35px;
  padding-left: 55px;
}

.vs-testimonial-layout1 .testimonial-area {
  box-shadow: 0px 5px 250px 0px rgba(9, 40, 91, 0.15);
  position: relative;
}

.vs-testimonial-layout1 .testimonial-area:after, .vs-testimonial-layout1 .testimonial-area:before {
  content: '';
  position: absolute;
  left: 0;
  bottom: -15px;
  z-index: -1;
  height: 50%;
  width: 100%;
  margin-left: 20px;
  background-color: #ffffff;
  max-width: calc(100% - 40px);
  box-shadow: 0px 5px 30px 0px rgba(9, 40, 91, 0.1);
}

.vs-testimonial-layout1 .testimonial-area:after {
  bottom: -30px;
  margin-left: 40px;
  max-width: calc(100% - 80px);
  z-index: -2;
}

.vs-testimonial-layout1 .testimonial-content .text {
  font-size: 20px;
  line-height: 30px;
}

.vs-testimonial-layout1 .testimonial-author-image {
  max-width: 336px;
  margin: 0 auto;
  padding: 0 50px;
  padding-bottom: 20px;
  overflow: hidden;
}

.vs-testimonial-layout1 .testimonial-author-image .image {
  width: 70px;
  height: 70px;
  padding: 6px;
  border: 2px solid transparent;
  overflow: hidden;
  margin: 0 4px;
  background-color: transparent;
  box-shadow: 0px 5px 20px 0px rgba(9, 40, 91, 0.15);
}

.vs-testimonial-layout1 .testimonial-author-image .image.slick-center {
  background-color: #ffffff;
  border-color: #0849d6;
}

.vs-testimonial-layout1 .testimonial-author-image .image img {
  width: 100%;
  height: 100%;
}

.vs-testimonial-layout1 .testimonial-author-image .slick-list {
  overflow: visible;
}

.vs-testimonial-layout1 .testimonial-author-image .slick-list .slick-slide {
  opacity: 0;
}

.vs-testimonial-layout1 .testimonial-author-image .slick-list .slick-slide.slick-active {
  opacity: 1;
  visibility: visible;
}

.vs-testimonial-layout1 .testimonial-author-image .slick-arrow {
  background-color: transparent;
  opacity: 1;
  visibility: visible;
  left: 15px;
  top: 40%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: auto;
  height: auto;
  line-height: auto;
  color: rgba(9, 40, 91, 0.2);
}

.vs-testimonial-layout1 .testimonial-author-image .slick-arrow:hover {
  color: #5b5d62;
}

.vs-testimonial-layout1 .testimonial-author-image .slick-arrow.slick-next {
  left: auto;
  right: 15px;
}

/* Medium Large devices */
@media (max-width: 1300px) {
  .vs-testimonial-layout1 .heading1 {
    font-size: 42px;
  }
}

/* Large devices */
@media (max-width: 1199px) {
  .vs-testimonial-layout1 .heading1 {
    font-size: 38px;
    line-height: 48px;
    margin-bottom: 10px;
  }
  .vs-testimonial-layout1 .inner-list ul li {
    margin-bottom: 20px;
    padding-left: 50px;
  }
}

/* Small devices */
@media (max-width: 768px) {
  .vs-testimonial-layout1 .testimonial-author-image {
    max-width: 360px;
  }
  .vs-testimonial-layout1 .heading1 {
    font-size: 26px;
    line-height: 1.4;
  }
}

/* Extra small devices */
@media (max-width: 576px) {
  .vs-testimonial-layout1 .testimonial-author-image {
    max-width: 280px;
    padding: 0 5px;
    padding-bottom: 20px;
  }
  .vs-testimonial-layout1 .testimonial-content .text {
    font-size: 16px;
    line-height: 24px;
    padding-top: 10px;
  }
  .vs-testimonial-layout1 .heading1 {
    font-size: 24px;
    line-height: 1.4;
  }
  .vs-testimonial-layout1 .inner-list strong {
    font-size: 18px;
    margin-bottom: 10px;
    line-height: 1.4;
  }
}

.vs-testimonial-layout2 .testo-author {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.vs-testimonial-layout2 .testo-author .img {
  display: inline-block;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  overflow: hidden;
  margin-right: 20px;
}

.vs-testimonial-layout2 .testo-author .img img {
  width: 100%;
  border-radius: inherit;
}

.vs-testimonial-layout2 .vs-testimonial {
  padding: 60px;
  margin-top: 40px;
  box-shadow: 0px 20px 80px 0px rgba(9, 40, 91, 0.15);
  margin-bottom: 30px;
}

.vs-testimonial-layout2 .vs-testimonial .icon {
  position: absolute;
  top: 0;
  right: 50px;
  box-shadow: 0px 0px 30px 0px rgba(9, 40, 91, 0.15);
  width: 80px;
  height: 80px;
  display: inline-block;
  text-align: center;
  line-height: 80px;
  font-size: 30px;
  border-radius: 50%;
  z-index: 1;
}

.vs-testimonial-layout2 .vs-testimonial .text {
  font-size: 20px;
  line-height: 30px;
  margin-top: -4px;
}

/* Medium devices */
@media (max-width: 992px) {
  .vs-testimonial-layout2 .vs-testimonial {
    padding: 40px;
    margin-top: 30px;
  }
  .vs-testimonial-layout2 .vs-testimonial .text {
    font-size: 16px;
    line-height: 26px;
    margin-top: 0;
  }
  .vs-testimonial-layout2 .vs-testimonial .icon {
    width: 60px;
    height: 60px;
    line-height: 60px;
    font-size: 24px;
  }
}

/* Extra small devices */
@media (max-width: 576px) {
  .vs-testimonial-layout2 .vs-testimonial {
    padding: 40px 20px;
  }
}

.vs-testimonial-layout3 .text-20 {
  line-height: 30px;
}

.vs-testimonial-layout3 .inner-wrapper {
  margin-left: -15px;
  margin-right: -15px;
  border-radius: 100px;
  box-shadow: 0px 5px 250px 0px rgba(9, 40, 91, 0.15);
}

.vs-testimonial-layout3 .vs-testimonial .author {
  width: 215px;
  height: 215px;
  border: 2px solid;
  border-radius: 50%;
  padding: 15px;
}

.vs-testimonial-layout3 .vs-testimonial .author img {
  border-radius: 50%;
  box-shadow: 0px 5px 20px 0px rgba(9, 40, 91, 0.15);
  width: 100%;
}

.vs-testimonial-layout3 .testimonial-content {
  width: calc(100% - 255px);
}

.vs-testimonial-layout3 .testimonial-author-image {
  width: 240px;
  padding: 0 60px;
  position: absolute;
  right: 70px;
  top: 80px;
  z-index: 9;
}

.vs-testimonial-layout3 .testimonial-author-image .image {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin: 0 5px;
}

.vs-testimonial-layout3 .testimonial-author-image .image img {
  width: 100%;
  border-radius: 50%;
}

.vs-testimonial-layout3 .testimonial-author-image .slick-arrow {
  background-color: transparent;
  opacity: 1;
  visibility: visible;
  left: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: auto;
  height: auto;
  line-height: auto;
  color: #5b5d62;
}

.vs-testimonial-layout3 .testimonial-author-image .slick-arrow:hover {
  color: #a4508b;
}

.vs-testimonial-layout3 .testimonial-author-image .slick-arrow.slick-next {
  left: auto;
  right: 20px;
}

/* Large devices */
@media (max-width: 1199px) {
  .vs-testimonial-layout3 .vs-testimonial .author {
    width: 170px;
    height: 170px;
    padding: 10px;
    -webkit-align-self: flex-start;
        -ms-flex-item-align: start;
            align-self: flex-start;
  }
  .vs-testimonial-layout3 .testimonial-content {
    width: calc(100% - 185px);
  }
  .vs-testimonial-layout3 .testimonial-author-image {
    top: 82px;
  }
}

/* Medium devices */
@media (max-width: 992px) {
  .vs-testimonial-layout3 .vs-testimonial .author {
    margin: 0 auto;
    margin-top: 70px;
    margin-bottom: 20px;
  }
  .vs-testimonial-layout3 .testimonial-content {
    width: 100%;
    text-align: center;
  }
  .vs-testimonial-layout3 .testimonial-author-image {
    top: auto;
    top: 40px;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

/* Small devices */
@media (max-width: 768px) {
  .vs-testimonial-layout3 .testimonial-author-image {
    top: 20px;
  }
  .vs-testimonial-layout3 .inner-wrapper {
    margin-left: 0;
    margin-right: 0;
    border-radius: 50px;
  }
  .vs-testimonial-layout3 .vs-testimonial .author {
    margin-top: 60px;
    width: 140px;
    height: 140px;
    padding: 8px;
  }
  .vs-testimonial-layout3 .vs-testimonial .text {
    margin-top: 15px;
    font-size: 16px;
    line-height: 26px;
    padding: 0 20px;
  }
  .vs-testimonial-layout3 .vs-testimonial .name {
    font-size: 22px;
    margin-bottom: 0;
    line-height: 0.9;
  }
  .vs-testimonial-layout3 .vs-testimonial .degi {
    font-size: 14px;
  }
}

/* Extra small devices */
@media (max-width: 576px) {
  .vs-testimonial-layout3 .vs-testimonial .text {
    padding: 0 0;
  }
}

/*------------------- 8.16. Brand  -------------------*/
.vs-brand-layout2 .vs-brand {
  text-align: center;
}

.vs-brand-layout2 .vs-brand img {
  vertical-align: middle;
}

.vs-brand-layout2 .inner-wrapper {
  box-shadow: 0px 10px 250px 0px rgba(9, 40, 91, 0.15);
  border-radius: 200px;
}

/*------------------- 8.17. Projects  -------------------*/
.filter-nav-style1 {
  box-shadow: 0px 0px 30px 0px rgba(9, 40, 91, 0.15);
}

.filter-nav-style1 button {
  border: none;
  background-color: transparent;
  display: inline-block;
  color: #08275a;
  font-weight: 500;
  text-transform: capitalize;
  padding: 9px 30px;
  border-radius: 50px;
  position: relative;
  z-index: 3;
  text-align: center;
}

.filter-nav-style1 button.active {
  color: #ffff;
}

.filter-nav-style1 ul {
  margin: 0;
  padding: 0;
  position: relative;
}

.filter-nav-style1 ul li {
  list-style-type: none;
  display: inline-block;
  margin: 0 12px;
}

.filter-nav-style1 .indicator {
  position: absolute;
  height: 100%;
  top: 0;
  border-radius: 50px;
  -webkit-transition: all ease 0.4s;
  transition: all ease 0.4s;
  margin: 0 0;
}

.filter-nav-style1.nav-primary .indicator {
  color: #ffff;
  background-color: #a4508b;
}

.filter-nav-style1.nav-primary2 .indicator {
  color: #ffff;
  background-color: #0849d6;
}

.filter-nav-style1.nav-primary3 .indicator {
  color: #ffff;
  background-color: #08275a;
}

.projects-box-layout1 .project-img {
  position: relative;
}

.projects-box-layout1 .project-img:before {
  content: '';
  z-index: 1;
  opacity: 0;
  visibility: hidden;
}

.projects-box-layout1 .bg-icon {
  position: absolute;
  right: 30px;
  top: 30px;
  line-height: 1;
  opacity: 0.05;
}

.projects-box-layout1 .project-content {
  position: absolute;
  left: 0;
  bottom: -30px;
  width: 100%;
  padding: 40px;
  z-index: 3;
  opacity: 0;
  visibility: hidden;
}

.projects-box-layout1 .project-content a:hover {
  color: inherit;
}

.projects-box-layout1 .project-content h3,
.projects-box-layout1 .project-content p {
  position: relative;
  top: 20px;
  opacity: 0;
  visibility: hidden;
}

.projects-box-layout1 .vs-project {
  position: relative;
  margin-bottom: 30px;
}

.projects-box-layout1 .vs-project .icon {
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  display: inline-block;
  position: absolute;
  right: 30px;
  z-index: 1;
  font-size: 24px;
  top: 0;
  opacity: 0;
  visibility: hidden;
}

.projects-box-layout1 .vs-project:hover .project-img::before {
  opacity: 0.60;
  visibility: visible;
}

.projects-box-layout1 .vs-project:hover .project-img .icon {
  opacity: 1;
  visibility: visible;
  top: 30px;
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}

.projects-box-layout1 .vs-project:hover .project-content {
  left: 30px;
  opacity: 1;
  visibility: visible;
}

.projects-box-layout1 .vs-project:hover .project-content h3,
.projects-box-layout1 .vs-project:hover .project-content p {
  opacity: 1;
  visibility: visible;
  top: 0;
}

.projects-box-layout1 .vs-project:hover .project-content h3 {
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}

.projects-box-layout1 .vs-project:hover .project-content p {
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}

@media (min-width: 992px) {
  .projects-box-layout1 .row:not(.vs-carousel) > div.col-lg-3:nth-child(3n) .vs-project:hover .project-content {
    left: -30px;
  }
  .projects-box-layout1 .row:not(.vs-carousel) > div.col-lg-4:nth-child(3n) .vs-project:hover .project-content {
    left: -30px;
  }
  .projects-box-layout1 .row:not(.vs-carousel) > div.col-lg-6:nth-child(2n) .vs-project:hover .project-content {
    left: -30px;
  }
}

@media (min-width: 768px) and (max-width: 992px) {
  .projects-box-layout1 .row:not(.vs-carousel) > div.col-md-6:nth-child(2n) .vs-project:hover .project-content {
    left: -30px;
  }
  .projects-box-layout1 .row:not(.vs-carousel) > div.col-md-4:nth-child(3n) .vs-project:hover .project-content {
    left: -30px;
  }
}

@media (min-width: 576px) and (max-width: 768px) {
  .projects-box-layout1 .row:not(.vs-carousel) > div.col-sm-6:nth-child(2n) .vs-project:hover .project-content {
    left: -30px;
  }
  .projects-box-layout1 .row:not(.vs-carousel) > div:not(.col-sm-6) .vs-project .project-content {
    width: 90%;
  }
  .projects-box-layout1 .row:not(.vs-carousel) > div:not(.col-sm-6) .vs-project:hover .project-content {
    left: 10px;
  }
}

.projects-box-layout1 .slick-slide.slick-active.slick-last .vs-project:hover .project-content {
  left: -30px;
}

.projects-box-layout1 .container-fluid .slick-arrow {
  left: 95px;
  background-color: #ffff;
}

.projects-box-layout1 .container-fluid .slick-arrow:hover {
  background-color: #08275a;
}

.projects-box-layout1 .container-fluid .slick-arrow.slick-next {
  left: auto;
  right: 95px;
}

/* Extra large devices */
@media (max-width: 1500px) {
  .projects-box-layout1 .vs-project .project-content {
    padding: 25px;
  }
}

/* Large devices */
@media (max-width: 1199px) {
  .projects-box-layout1 .icon-3x {
    font-size: 36px;
  }
  .projects-box-layout1 .bg-icon {
    right: 20px;
    top: 20px;
  }
  .projects-box-layout1 .project-content {
    padding: 25px;
  }
}

/* Medium devices */
@media (max-width: 992px) {
  .filter-nav-style1 ul li {
    margin: 0px 0;
  }
  .filter-nav-style1 button {
    padding: 5px 15px;
    font-size: 14px;
  }
}

/* Extra small devices */
@media (max-width: 576px) {
  .filter-nav-style1 .indicator {
    display: none;
  }
  .filter-nav-style1 button {
    margin-bottom: 2px;
  }
  .filter-nav-style1.nav-primary button.active {
    background-color: #a4508b;
  }
  .filter-nav-style1.nav-primary2 button.active {
    background-color: #0849d6;
  }
  .filter-nav-style1.nav-primary3 button.active {
    background-color: #08275a;
  }
  .projects-box-layout1 h3.heading4 {
    font-size: 18px;
    margin-bottom: 5px;
  }
  .projects-box-layout1 .project-content {
    width: 90%;
    padding: 15px;
  }
  .projects-box-layout1 .vs-project .icon {
    width: 40px;
    height: 40px;
    line-height: 40px;
    right: 20px;
    font-size: 18px;
  }
  .projects-box-layout1 .vs-project:hover .project-img .icon {
    top: 20px;
  }
  .projects-box-layout1 .vs-project:hover .project-content {
    left: 10px;
  }
  .projects-box-layout1 .slick-slide.slick-active.slick-last .vs-project:hover .project-content {
    width: 90%;
    left: 10px;
  }
}

.project-details-layout1 .project-details-img .image {
  position: relative;
  overflow: hidden;
}

.project-details-layout1 .project-details-img .play-btn {
  position: absolute;
  right: -35px;
  bottom: -35px;
  z-index: 2;
  width: 150px;
  height: 150px;
  line-height: 150px;
}

.project-details-layout1 .project-details-img .slick-arrow {
  background-color: #ffffff;
  color: #08275a;
  left: 80px;
}

.project-details-layout1 .project-details-img .slick-arrow:hover {
  background-color: #08275a;
  color: #ffffff;
}

.project-details-layout1 .project-details-img .slick-arrow.slick-next {
  right: 80px;
  left: auto;
}

.project-details-layout1 .project-info-title {
  margin-bottom: 25px !important;
}

.project-details-layout1 .project-information {
  background-color: rgba(17, 180, 245, 0.07);
  border: 1px solid rgba(17, 180, 245, 0.3);
  margin-bottom: 30px;
  padding: 30px;
}

.project-details-layout1 .project-information ul {
  margin: 0;
  padding: 0;
}

.project-details-layout1 .project-information ul li {
  list-style: none;
  margin-bottom: 15px;
}

.project-details-layout1 .project-information ul li:last-child {
  margin-bottom: 0;
}

.project-details-layout1 .project-information ul li strong {
  margin-right: 20px;
  width: 100px;
  position: relative;
  display: inline-block;
}

.project-details-layout1 .project-information ul li strong:after {
  content: ':';
  float: right;
}

.project-details-layout1 .project-information ul li i {
  margin-right: 3px;
  font-size: 14px;
}

.project-details-layout1 .project-information ul li i.fas.fa-star {
  color: #e9a604;
}

/* Large devices */
@media (max-width: 1199px) {
  .project-details-layout1 .project-information {
    padding: 20px;
  }
  .project-details-layout1 .project-information .text {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 10px;
  }
  .project-details-layout1 .project-information ul li {
    font-size: 14px;
    margin-bottom: 5px;
  }
  .project-details-layout1 .project-info-title {
    margin-bottom: 10px !important;
  }
}

/* Medium devices */
@media (max-width: 992px) {
  .project-details-layout1 .box {
    max-height: 55px;
    margin-top: 4px;
  }
  .project-details-layout1 .project-details-img .play-btn {
    width: 80px;
    height: 80px;
    line-height: 80px;
    right: -10px;
    bottom: -10px;
    font-size: 16px;
  }
}

/*------------------- 8.18. Blog  -------------------*/
.vs-blog-wrapper .blog-meta span {
  display: inline-block;
  margin-right: 18px;
  font-size: 14px;
  line-height: 1;
}

.vs-blog-wrapper .blog-meta span i {
  margin-right: 10px;
}

.blog-box-layout1 .blog-image {
  position: relative;
  overflow: hidden;
  background-color: rgba(17, 180, 245, 0.17);
}

.blog-box-layout1 .blog-image::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 82%;
  background-image: -webkit-linear-gradient(bottom, rgba(9, 40, 91, 0.85) 32%, rgba(255, 255, 255, 0) 100%);
  background-image: linear-gradient(to top, rgba(9, 40, 91, 0.85) 32%, rgba(255, 255, 255, 0) 100%);
  z-index: 1;
}

.blog-box-layout1 .blog-image > img {
  position: relative;
  -webkit-transform: scale(1.0001);
      -ms-transform: scale(1.0001);
          transform: scale(1.0001);
}

.blog-box-layout1 .author-avater {
  position: absolute;
  top: 0;
  right: 30px;
  background-color: #ffffff;
  padding: 7px;
  overflow: hidden;
  width: 70px;
  height: 70px;
  z-index: 9;
}

.blog-box-layout1 .author-avater img {
  width: 100%;
  border-radius: inherit;
}

.blog-box-layout1 .blog-title {
  font-size: 30px;
  line-height: 35px;
  margin-bottom: 8px;
}

.blog-box-layout1 .blog-content {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  padding: 40px;
  padding-bottom: 33px;
  z-index: 2;
}

.blog-box-layout1 .vs-blog {
  position: relative;
  padding-top: 35px;
  margin-bottom: 30px;
}

.blog-box-layout1 .vs-blog:hover .blog-image > img {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}

/* Medium Large devices */
@media (max-width: 1300px) {
  .blog-box-layout1 .blog-title {
    font-size: 26px;
    line-height: 32px;
    margin-bottom: 8px;
  }
  .blog-box-layout1 .blog-content {
    padding: 30px;
    padding-bottom: 23px;
  }
}

/* Extra small devices */
@media (max-width: 576px) {
  .vs-blog-wrapper .blog-meta span {
    display: inline-block;
    margin-right: 13px;
    font-size: 12px;
    line-height: 1;
  }
  .blog-box-layout1 .author-avater {
    right: 15px;
    padding: 4px;
  }
  .blog-box-layout1 .blog-title {
    font-size: 22px;
    line-height: 26px;
    margin-bottom: 5px;
  }
  .blog-box-layout1 .blog-content {
    padding: 15px;
    padding-bottom: 13px;
  }
}

.blog-box-layout2 .blog-content {
  position: relative;
  z-index: 2;
}

.blog-box-layout2 .blog-meta,
.blog-box-layout2 .blog-meta i,
.blog-box-layout2 .blog-title a,
.blog-box-layout2 .blog-text {
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
}

.blog-box-layout2 .blog-img.overlay, .blog-box-layout2 .vs-about-us-layout2 .blog-img.logo-thumb:after, .vs-about-us-layout2 .blog-box-layout2 .blog-img.logo-thumb:after, .blog-box-layout2 .projects-box-layout1 .blog-img.project-img:before, .projects-box-layout1 .blog-box-layout2 .blog-img.project-img:before, .blog-box-layout2 .price-table-layout1 .blog-img.vs-price-table:after, .price-table-layout1 .blog-box-layout2 .blog-img.vs-price-table:after {
  opacity: 0;
  visibility: hidden;
  z-index: 1;
  -webkit-transition: all ease 0.4s;
  transition: all ease 0.4s;
}

.blog-box-layout2 .blog-title {
  line-height: 35px;
}

.blog-box-layout2 .blog-meta {
  margin-bottom: 10px;
  margin-top: -7px;
  color: #5b5d62;
  font-size: 14px;
}

.blog-box-layout2 .blog-meta i {
  color: #a4508b;
}

.blog-box-layout2 .vs-btn {
  box-shadow: none;
}

.blog-box-layout2 .vs-btn .btn-bg {
  background-color: #0849d6;
}

.blog-box-layout2 .vs-blog {
  position: relative;
  padding: 40px;
  padding-right: 35px;
  box-shadow: 0px 0px 50px 0px rgba(9, 40, 91, 0.15);
  background-color: #ffffff;
  margin-bottom: 30px;
}

.blog-box-layout2 .slick-center .vs-blog .blog-img.overlay, .blog-box-layout2 .slick-center .vs-blog .vs-about-us-layout2 .blog-img.logo-thumb:after, .vs-about-us-layout2 .blog-box-layout2 .slick-center .vs-blog .blog-img.logo-thumb:after, .blog-box-layout2 .slick-center .vs-blog .projects-box-layout1 .blog-img.project-img:before, .projects-box-layout1 .blog-box-layout2 .slick-center .vs-blog .blog-img.project-img:before, .blog-box-layout2 .slick-center .vs-blog .price-table-layout1 .blog-img.vs-price-table:after, .price-table-layout1 .blog-box-layout2 .slick-center .vs-blog .blog-img.vs-price-table:after,
.blog-box-layout2 .vs-blog:hover .blog-img.overlay,
.blog-box-layout2 .vs-blog:hover .vs-about-us-layout2 .blog-img.logo-thumb:after,
.vs-about-us-layout2 .blog-box-layout2 .vs-blog:hover .blog-img.logo-thumb:after,
.blog-box-layout2 .vs-blog:hover .projects-box-layout1 .blog-img.project-img:before,
.projects-box-layout1 .blog-box-layout2 .vs-blog:hover .blog-img.project-img:before,
.blog-box-layout2 .vs-blog:hover .price-table-layout1 .blog-img.vs-price-table:after,
.price-table-layout1 .blog-box-layout2 .vs-blog:hover .blog-img.vs-price-table:after {
  opacity: 1;
  visibility: visible;
}

.blog-box-layout2 .slick-center .vs-blog .blog-text,
.blog-box-layout2 .slick-center .vs-blog .blog-meta,
.blog-box-layout2 .slick-center .vs-blog .blog-meta i,
.blog-box-layout2 .slick-center .vs-blog .blog-title,
.blog-box-layout2 .vs-blog:hover .blog-text,
.blog-box-layout2 .vs-blog:hover .blog-meta,
.blog-box-layout2 .vs-blog:hover .blog-meta i,
.blog-box-layout2 .vs-blog:hover .blog-title {
  color: #ffffff;
}

/* Medium Large devices */
@media (max-width: 1300px) {
  .blog-box-layout2 .blog-title {
    font-size: 26px;
    margin-bottom: 10px;
  }
}

/* Medium devices */
@media (max-width: 992px) {
  .blog-box-layout2 .section-title2 {
    padding-bottom: 0;
  }
  .blog-box-layout2 .section-title2 .text {
    margin-bottom: 0;
  }
  .blog-box-layout2 .blog-title {
    font-size: 20px;
    margin-bottom: 5px;
    line-height: 32px;
  }
  .blog-box-layout2 .vs-blog {
    padding: 30px;
  }
}

/* Extra small devices */
@media (max-width: 576px) {
  .blog-box-layout2 .vs-blog {
    padding: 20px;
  }
}

.blog-box-layout3 .blog-meta {
  margin-bottom: 10px;
}

.blog-box-layout3 .blog-meta i {
  color: #a4508b;
}

.blog-box-layout3 .blog-meta span {
  color: #5b5d62;
}

.blog-box-layout3 .blog-title {
  line-height: 35px;
}

.blog-box-layout3 .blog-img {
  position: relative;
}

.blog-box-layout3 .blog-img img {
  width: 100%;
}

.blog-box-layout3 .blog-number {
  display: inline-block;
  min-width: 60px;
  min-height: 30px;
  line-height: 20px;
  text-align: center;
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 2;
  font-size: 22px;
  padding: 10px;
}

.blog-box-layout3 .blog-content {
  padding: 35px 40px;
  padding-bottom: 28px;
  background-color: #ffffff;
}

.blog-box-layout3 .vs-blog {
  box-shadow: 0px 0 30px 0px rgba(9, 40, 91, 0.05);
  margin-bottom: 30px;
  -webkit-transition: all ease 0.4s;
  transition: all ease 0.4s;
}

.blog-box-layout3 .vs-blog:hover {
  box-shadow: 0px 10px 30px 0px rgba(9, 40, 91, 0.08);
}

/* Large devices */
@media (max-width: 1199px) {
  .blog-box-layout3 .blog-meta span {
    margin-right: 3px;
  }
  .blog-box-layout3 .blog-content {
    padding: 15px 20px;
    padding-bottom: 12px;
  }
  .blog-box-layout3 .blog-title {
    font-size: 24px;
    line-height: 1.3;
  }
}

/* Small devices */
@media (max-width: 768px) {
  .blog-box-layout3 .blog-title {
    font-size: 18px;
    line-height: 1.3;
    margin-bottom: 10px;
  }
}

.blog-single-layout1 .blog-title {
  line-height: 1.6;
  margin-top: -13px;
  margin-bottom: 15px;
  max-width: 730px;
}

.blog-single-layout1 .blog-meta {
  font-size: 14px;
  color: #5b5d62;
  font-weight: 500;
}

.blog-single-layout1 .blog-category {
  position: absolute;
  right: 30px;
  top: 30px;
  z-index: 3;
}

.blog-single-layout1 .blog-category a {
  display: inline-block;
  color: #ffffff;
  background-color: #0849d6;
  font-weight: 700;
  text-transform: capitalize;
  padding: 4.5px 27px;
  border-radius: 50px;
}

.blog-single-layout1 .blog-img {
  position: relative;
  overflow: hidden;
}

.blog-single-layout1 .blog-img img {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
  -webkit-transition: all ease 0.4s;
  transition: all ease 0.4s;
}

.blog-single-layout1 .blog-img:hover img {
  -webkit-transform: scale(1.05);
      -ms-transform: scale(1.05);
          transform: scale(1.05);
}

.blog-single-layout1 .blog-img:hover .vs-carousel img {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}

.blog-single-layout1 .slick-arrow {
  background-color: transparent;
  color: #ffffff;
  width: auto;
  height: auto;
  line-height: 1;
  left: 40px;
  font-size: 48px;
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(-50%) translateX(0);
      -ms-transform: translateY(-50%) translateX(0);
          transform: translateY(-50%) translateX(0);
}

.blog-single-layout1 .slick-arrow.slick-next {
  left: auto;
  right: 40px;
  -webkit-transform: translateY(-50%) translateX(0);
      -ms-transform: translateY(-50%) translateX(0);
          transform: translateY(-50%) translateX(0);
}

.blog-single-layout1 .slick-dots {
  bottom: 20px;
}

.blog-single-layout1 .blog-content {
  border: 1px solid rgba(17, 180, 245, 0.2);
  border-top: none;
  padding: 35px 40px;
  padding-bottom: 28px;
}

.blog-single-layout1 .blog-text {
  margin-bottom: 20px;
}

.blog-single-layout1 .vs-blog {
  margin-bottom: 30px;
}

.blog-single-layout1 .gutters-40 .vs-blog {
  margin-bottom: 40px;
}

.blog-single-layout1 [data-overlay] > * {
  position: relative;
  z-index: 3;
}

.blog-single-layout1 .format-background-image .text-md {
  line-height: 28px;
}

.blog-single-layout1 .blog-audio {
  line-height: 0;
}

.blog-single-layout1 iframe {
  width: 100%;
  border: none;
  margin-bottom: 0;
}

.blog-single-layout1 blockquote,
.blog-single-layout1 .blockquote {
  background-color: rgba(17, 180, 245, 0.07);
  border: 1px solid rgba(17, 180, 245, 0.3);
  border-bottom: 5px solid #a4508b;
  margin-bottom: 30px;
  color: #5b5d62;
  font-style: italic;
  font-size: 16px;
  padding-top: 25px;
  padding-bottom: 25px;
  padding-left: 90px;
  padding-right: 40px;
  position: relative;
}

.blog-single-layout1 blockquote:before,
.blog-single-layout1 .blockquote:before {
  content: "\f10d";
  font-family: "Font Awesome 5 Pro";
  color: #5b5d62;
  font-size: 40px;
  opacity: 0.20;
  font-style: normal;
  font-weight: 300;
  line-height: 1;
  position: absolute;
  left: 30px;
  top: 29px;
}

.blog-single-layout1 .blog-content ul {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-bottom: 20px;
}

.blog-single-layout1 .blog-content ul li {
  margin-bottom: 10px;
}

.blog-single-layout1 .blog-content ul li:last-child {
  margin-bottom: 0;
}

.blog-single-layout1 .tagcloud {
  margin-right: -8px;
  margin-bottom: -10px;
}

.blog-single-layout1 .tagcloud a {
  border: 1px solid rgba(17, 180, 245, 0.3);
  background-color: #fff;
  border-radius: 50px;
  text-transform: capitalize;
  display: inline-block;
  padding: 3px 20px;
  margin-right: 8px;
  margin-bottom: 10px;
  font-size: 14px;
}

.blog-single-layout1 .tagcloud a:hover {
  background-color: #a4508b;
  color: #ffffff;
  border-color: transparent;
}

.blog-single-layout1 .social-links {
  margin-bottom: 0;
}

.blog-single-layout1 .social-links a {
  display: inline-block;
}

.blog-single-layout1 .social-links a:hover {
  color: #a4508b;
}

.blog-single-layout1 .social-links li {
  display: inline-block;
  margin: 0 5px;
  margin-bottom: 0 !important;
}

.blog-single-layout1 .social-links li:last-child {
  margin-right: 0;
}

.blog-single-layout1 .social-links li:first-child {
  margin-left: 0;
}

.blog-single-layout1 .blog-author {
  padding: 40px;
  background-color: rgba(17, 180, 245, 0.07);
  border: 1px solid rgba(17, 180, 245, 0.3);
}

.blog-single-layout1 .inner-title {
  border-left: 3px solid #a4508b;
  padding-left: 20px;
}

/* Medium Large devices */
@media (max-width: 1300px) {
  .blog-single-layout1 .gutters-40 .vs-blog {
    margin-bottom: 30px;
  }
}

/* Large devices */
@media (max-width: 1199px) {
  .blog-single-layout1 .blog-author {
    padding: 30px;
  }
}

/* Medium devices */
@media (max-width: 992px) {
  .blog-single-layout1 .blog-title {
    margin-top: -6px;
    max-width: 100%;
  }
  .blog-single-layout1 .blog-content {
    padding: 20px 30px;
    padding-bottom: 17px;
  }
}

/* Small devices */
@media (max-width: 768px) {
  .blog-single-layout1 .blog-content {
    padding: 10px 15px;
    padding-bottom: 7px;
  }
  .blog-single-layout1 .blog-category {
    right: 10px;
    top: 10px;
  }
  .blog-single-layout1 .blog-category a {
    padding: 3.5px 20px;
    border-radius: 50px;
    font-size: 14px;
  }
  .blog-single-layout1 blockquote,
  .blog-single-layout1 .blockquote {
    border-bottom-width: 3px;
    margin-bottom: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
  }
  .blog-single-layout1 blockquote::before,
  .blog-single-layout1 .blockquote::before {
    display: none;
  }
  .blog-single-layout1 .blog-author {
    display: block;
    padding: 10px;
  }
  .blog-single-layout1 .social-links a {
    font-size: 14px;
  }
  .blog-single-layout1 .social-links li {
    margin: 0 3px;
  }
}

/*------------------- 8.19. Subscribe Form  -------------------*/
.subscribe-form-layout1 {
  border-bottom: 5px solid;
}

/*------------------- 8.20. Counter Box  -------------------*/
.counter-box-layout1 .counter-box .icon {
  position: relative;
  margin-bottom: 20px;
  z-index: 2;
}

.counter-box-layout1 .counter-box .icon .shape {
  content: '';
  width: 78px;
  height: 78px;
  display: inline-block;
  position: absolute;
  left: 17px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  border-radius: 50%;
  z-index: -1;
  opacity: 0.10;
}

.counter-box-layout1 .counter-box .counter {
  position: relative;
  font-size: 60px;
  line-height: 1;
  font-weight: 700;
  color: #5b5d62;
  display: inline-block;
  margin-bottom: 15px;
}

.counter-box-layout1 .counter-box .counter:after {
  content: '+';
  position: relative;
}

/* Medium devices */
@media (max-width: 992px) {
  .counter-box-layout1 .counter-box .counter {
    font-size: 42px;
    margin-bottom: 10px;
  }
}

/* Extra small devices */
@media (max-width: 576px) {
  .counter-box-layout1 .counter-box .counter {
    font-size: 32px;
    margin-bottom: 10px;
  }
}

.counter-box-layout2 .inner-wrapper {
  box-shadow: 0px 5px 250px 0px rgba(9, 40, 91, 0.1);
  border-bottom: 3px solid;
  position: relative;
  z-index: 999;
}

.counter-box-layout2 .counter-box {
  position: relative;
  padding: 24px 0;
  margin: 35px 0;
  margin-left: 60px;
}

.counter-box-layout2 .counter-box .shape {
  display: inline-block;
  width: 180px;
  height: 180px;
  border-radius: 50%;
  border: 7px solid;
  position: absolute;
  left: -60px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: -1;
}

.counter-box-layout2 .counter-box .shape:before {
  border-radius: inherit;
  -webkit-transform: scale(0.9);
      -ms-transform: scale(0.9);
          transform: scale(0.9);
  z-index: 1;
  box-shadow: 0px 3px 30px 0px rgba(9, 40, 91, 0.3);
}

.counter-box-layout2 .counter-box .text {
  margin-bottom: 5px;
  font-size: 14px;
  text-transform: capitalize;
  line-height: 1;
}

.counter-box-layout2 .counter-box .title {
  margin-bottom: 0;
  color: #08275a;
}

/* Medium devices */
@media (max-width: 992px) {
  .counter-box-layout2 .inner-wrapper.top-minus-170 {
    margin-top: 60px;
  }
  .counter-box-layout2 .counter-box {
    margin-left: 30px;
  }
  .counter-box-layout2 .counter-box .shape {
    width: 160px;
    height: 160px;
    border-width: 5px;
    left: -35px;
  }
  .counter-box-layout2 .counter-box .icon-4x {
    font-size: 32px;
  }
}

.counter-box-layout3 .counter {
  line-height: 1;
}

.counter-box-layout3 .counter-icon:before {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  bottom: auto;
  right: auto;
  display: inline-block;
  top: 50%;
  left: 20px;
  opacity: 0.06;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.counter-box-layout3 .counter-content {
  padding: 28px 0;
  width: 100%;
}

.counter-box-layout3 .counter-content .text {
  line-height: 1;
  display: block;
}

.counter-box-layout3 .row > div {
  margin-bottom: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  /* Extra small devices */
  /* Medium devices */
  /* Extra small devices */
}

@media (max-width: 576px) {
  .counter-box-layout3 .row > div {
    -webkit-box-pack: start;
    -webkit-justify-content: start;
        -ms-flex-pack: start;
            justify-content: start;
    margin-left: 20px;
  }
}

.counter-box-layout3 .row > div:after {
  content: '';
  position: absolute;
  right: 0;
  top: 50%;
  height: 100px;
  width: 1px;
  border-right: 1px dashed;
  margin-top: -50px;
  border-color: inherit;
}

@media (max-width: 992px) {
  .counter-box-layout3 .row > div:nth-child(2n):after {
    display: none;
  }
}

@media (max-width: 576px) {
  .counter-box-layout3 .row > div:after {
    display: none;
  }
}

.counter-box-layout3 .row > div:last-child::after {
  display: none;
}

/*-------------------  8.21. Price Table  -------------------*/
.vs-price-table ul {
  margin: 0;
  padding: 0;
}

.vs-price-table ul li {
  list-style: none;
}

.price-table-layout1 .price-table-top {
  text-align: center;
  z-index: 2;
  position: relative;
}

.price-table-layout1 .package-name {
  font-size: 30px;
  margin-bottom: 20px;
  line-height: 1;
}

.price-table-layout1 .package-price {
  color: #5b5d62;
  font-size: 20px;
  text-align: center;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
  margin-bottom: 30px;
}

.price-table-layout1 .package-price span {
  line-height: 1;
}

.price-table-layout1 .package-price .price {
  font-size: 60px;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
  margin-top: 5px;
}

.price-table-layout1 .package-icon {
  width: 140px;
  height: 140px;
  text-align: center;
  background-color: #08275a;
  color: #ffffff;
  border: 8px solid #ffffff;
  line-height: 150px;
  margin: 0 auto;
  border-radius: 50%;
  position: relative;
  z-index: 2;
}

.price-table-layout1 .package-features {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: left;
}

.price-table-layout1 .package-features li {
  font-size: 18px;
  font-weight: 500;
  line-height: 1;
  margin-bottom: 13px;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
}

.price-table-layout1 .package-features li:last-child {
  margin-bottom: 0;
}

.price-table-layout1 .package-features li:before {
  content: '\f00c';
  font-family: "Font Awesome 5 Pro";
  color: #a4508b;
  margin-right: 25px;
}

.price-table-layout1 .vs-price-table {
  background-color: rgba(17, 180, 245, 0.17);
  text-align: center;
  padding: 40px;
  padding-bottom: 60px;
  margin-bottom: 30px;
  overflow: hidden;
  position: relative;
}

.price-table-layout1 .vs-price-table:after {
  content: '';
  background-color: #fff;
  z-index: -1;
}

.price-table-layout1 .vs-price-table::before {
  content: '';
  position: absolute;
  left: 50%;
  top: -350px;
  display: inline-block;
  height: 600px;
  width: 600px;
  border: 10px solid #ffffff;
  background-color: #08275a;
  z-index: 1;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
  border-radius: 50%;
}

.price-table-layout1 .vs-price-table .vs-btn {
  width: 200px;
  text-align: center;
  padding-left: 0;
  padding-right: 0;
}

.price-table-layout1 .vs-price-table .vs-btn:hover {
  color: #5b5d62 !important;
  background-color: transparent !important;
}

.price-table-layout1 .popular-package.vs-price-table,
.price-table-layout1 .slick-center .vs-price-table,
.price-table-layout1 .vs-price-table:hover {
  background-color: #08275a;
}

.price-table-layout1 .popular-package.vs-price-table:before,
.price-table-layout1 .slick-center .vs-price-table:before,
.price-table-layout1 .vs-price-table:hover:before {
  background-color: #a4508b;
}

.price-table-layout1 .popular-package.vs-price-table .package-price,
.price-table-layout1 .slick-center .vs-price-table .package-price,
.price-table-layout1 .vs-price-table:hover .package-price {
  color: #ffffff;
}

.price-table-layout1 .popular-package.vs-price-table .package-features li,
.price-table-layout1 .slick-center .vs-price-table .package-features li,
.price-table-layout1 .vs-price-table:hover .package-features li {
  color: #ffffff;
}

.price-table-layout1 .popular-package.vs-price-table .vs-btn,
.price-table-layout1 .slick-center .vs-price-table .vs-btn,
.price-table-layout1 .vs-price-table:hover .vs-btn {
  background-color: #a4508b;
  color: #ffffff;
  border-color: transparent;
}

.price-table-layout1 .popular-package.vs-price-table .vs-btn .btn-bg,
.price-table-layout1 .slick-center .vs-price-table .vs-btn .btn-bg,
.price-table-layout1 .vs-price-table:hover .vs-btn .btn-bg {
  background-color: #ffffff;
}

/* Medium Large devices */
@media (max-width: 1300px) {
  .price-table-layout1 .vs-price-table {
    padding: 20px;
    padding-bottom: 40px;
  }
  .price-table-layout1 .vs-price-table:before {
    top: -370px;
  }
  .price-table-layout1 .package-price .price {
    font-size: 48px;
    margin-top: 0;
  }
}

/* Medium devices */
/* Small devices */
@media (max-width: 768px) {
  .price-table-layout1 .package-icon {
    width: 100px;
    height: 100px;
    border-width: 5px;
    line-height: 100px;
  }
  .price-table-layout1 .vs-price-table:before {
    top: -400px;
  }
}

/* Extra small devices */
@media (max-width: 576px) {
  .price-table-layout1 .package-name {
    font-size: 24px;
  }
  .price-table-layout1 .package-price {
    font-size: 18px;
  }
  .price-table-layout1 .package-price .price {
    font-size: 34px;
    margin-top: 4px;
  }
  .price-table-layout1 .vs-price-table {
    max-width: 290px;
    margin-left: auto;
    margin-right: auto;
  }
  .price-table-layout1 .vs-price-table::before {
    top: -410px;
  }
}

/*------------------- 8.22. Divider  -------------------*/
.divider-layout1 {
  position: relative;
}

.divider-layout1:after, .divider-layout1:before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  width: calc(50% - 67.5px);
  height: 1px;
  background-color: #5b5d62;
  opacity: 0.10;
  margin-top: -0.5px;
}

.divider-layout1:after {
  left: auto;
  right: 0;
}

.divider-layout1 .icon {
  width: 90px;
  height: 90px;
  display: block;
  margin: 0 auto;
  text-align: center;
  line-height: 90px;
  border-radius: 50%;
  background-color: #ffffff;
  z-index: 1;
  box-shadow: 0px 5px 30px 0px rgba(9, 40, 91, 0.1);
}

.divider-layout1 .icon i {
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0.8);
      -ms-transform: scale(0.8);
          transform: scale(0.8);
  border: 1px dashed;
  display: inline-block;
  border-radius: inherit;
}

.divider-layout1 .icon i {
  line-height: inherit;
}

/*------------------- 8.23. Team  -------------------*/
.vs-team-wrapper ul {
  margin: 0;
  padding: 0;
}

.vs-team-wrapper ul li {
  list-style: none;
}

.vs-team-layout1 .member-img img {
  border-radius: 50%;
  width: 100%;
}

.vs-team-layout1 .member-content {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 100%;
  z-index: 2;
  text-align: center;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all ease 0.4s;
  transition: all ease 0.4s;
}

.vs-team-layout1 .social-links ul {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
}

.vs-team-layout1 .social-links ul > * {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 40px;
  height: 40px;
  line-height: 40px;
  margin: -20px;
}

.vs-team-layout1 .social-links ul > *:nth-of-type(1) {
  -webkit-transform: rotate(130deg) translate(115px) rotate(-130deg);
      -ms-transform: rotate(130deg) translate(115px) rotate(-130deg);
          transform: rotate(130deg) translate(115px) rotate(-130deg);
}

.vs-team-layout1 .social-links ul > *:nth-of-type(2) {
  -webkit-transform: rotate(154deg) translate(115px) rotate(-154deg);
      -ms-transform: rotate(154deg) translate(115px) rotate(-154deg);
          transform: rotate(154deg) translate(115px) rotate(-154deg);
}

.vs-team-layout1 .social-links ul > *:nth-of-type(3) {
  -webkit-transform: rotate(178deg) translate(115px) rotate(-178deg);
      -ms-transform: rotate(178deg) translate(115px) rotate(-178deg);
          transform: rotate(178deg) translate(115px) rotate(-178deg);
}

.vs-team-layout1 .social-links ul > *:nth-of-type(4) {
  -webkit-transform: rotate(202deg) translate(115px) rotate(-202deg);
      -ms-transform: rotate(202deg) translate(115px) rotate(-202deg);
          transform: rotate(202deg) translate(115px) rotate(-202deg);
}

.vs-team-layout1 .social-links ul > *:nth-of-type(5) {
  -webkit-transform: rotate(226deg) translate(115px) rotate(-226deg);
      -ms-transform: rotate(226deg) translate(115px) rotate(-226deg);
          transform: rotate(226deg) translate(115px) rotate(-226deg);
}

.vs-team-layout1 .social-links ul li {
  border-radius: 50%;
  z-index: 4;
}

.vs-team-layout1 .social-links ul li a {
  text-align: center;
  width: inherit;
  height: inherit;
  line-height: inherit;
  border-radius: inherit;
  background-color: #ffffff;
  color: #5b5d62;
  font-size: 14px;
  display: inline-block;
  box-shadow: 0px 2px 30px 0px rgba(9, 40, 91, 0.15);
  -webkit-transform: translate(-20px, -20px);
      -ms-transform: translate(-20px, -20px);
          transform: translate(-20px, -20px);
  opacity: 0;
  visibility: hidden;
}

.vs-team-layout1 .social-links ul li a:hover {
  background-color: #5b5d62;
  color: #ffffff;
}

.vs-team-layout1 .social-links ul li:nth-of-type(1) a {
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}

.vs-team-layout1 .social-links ul li:nth-of-type(2) a {
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
}

.vs-team-layout1 .social-links ul li:nth-of-type(3) a {
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}

.vs-team-layout1 .social-links ul li:nth-of-type(4) a {
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}

.vs-team-layout1 .social-links ul li:nth-of-type(5) a {
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}

.vs-team-layout1 .inner-wrapper {
  min-height: 950px;
  position: relative;
  width: 100%;
}

.vs-team-layout1 .member-name a:hover {
  color: inherit;
}

.vs-team-layout1 .vs-team-member {
  width: 230px;
  height: 230px;
  border-radius: 50%;
  position: absolute;
}

.vs-team-layout1 .vs-team-member:before {
  border-radius: inherit;
  -webkit-transform: scale(0.001);
      -ms-transform: scale(0.001);
          transform: scale(0.001);
  -webkit-transition: all ease 0.4s;
  transition: all ease 0.4s;
}

.vs-team-layout1 .vs-team-member:hover::before {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}

.vs-team-layout1 .vs-team-member:hover .member-content {
  opacity: 1;
  visibility: visible;
}

.vs-team-layout1 .vs-team-member:hover .social-links li a {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
          transform: translate(0, 0);
}

@media (min-width: 1200px) {
  .vs-team-layout1 .vs-team-member:nth-child(1) {
    left: 712px;
    top: 0;
  }
  .vs-team-layout1 .vs-team-member:nth-child(2) {
    left: 490px;
    top: 110px;
    -webkit-transform: scale(0.85);
        -ms-transform: scale(0.85);
            transform: scale(0.85);
  }
  .vs-team-layout1 .vs-team-member:nth-child(3) {
    left: 225px;
    top: 140px;
    -webkit-transform: scale(0.96);
        -ms-transform: scale(0.96);
            transform: scale(0.96);
  }
  .vs-team-layout1 .vs-team-member:nth-child(4) {
    top: 157px;
    left: calc(100% - 283px);
    width: 250px;
    height: 250px;
  }
  .vs-team-layout1 .vs-team-member:nth-child(4) .social-links ul > * {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 40px;
    height: 40px;
    line-height: 40px;
    margin: -20px;
  }
  .vs-team-layout1 .vs-team-member:nth-child(4) .social-links ul > *:nth-of-type(1) {
    -webkit-transform: rotate(130deg) translate(125px) rotate(-130deg);
        -ms-transform: rotate(130deg) translate(125px) rotate(-130deg);
            transform: rotate(130deg) translate(125px) rotate(-130deg);
  }
  .vs-team-layout1 .vs-team-member:nth-child(4) .social-links ul > *:nth-of-type(2) {
    -webkit-transform: rotate(154deg) translate(125px) rotate(-154deg);
        -ms-transform: rotate(154deg) translate(125px) rotate(-154deg);
            transform: rotate(154deg) translate(125px) rotate(-154deg);
  }
  .vs-team-layout1 .vs-team-member:nth-child(4) .social-links ul > *:nth-of-type(3) {
    -webkit-transform: rotate(178deg) translate(125px) rotate(-178deg);
        -ms-transform: rotate(178deg) translate(125px) rotate(-178deg);
            transform: rotate(178deg) translate(125px) rotate(-178deg);
  }
  .vs-team-layout1 .vs-team-member:nth-child(4) .social-links ul > *:nth-of-type(4) {
    -webkit-transform: rotate(202deg) translate(125px) rotate(-202deg);
        -ms-transform: rotate(202deg) translate(125px) rotate(-202deg);
            transform: rotate(202deg) translate(125px) rotate(-202deg);
  }
  .vs-team-layout1 .vs-team-member:nth-child(4) .social-links ul > *:nth-of-type(5) {
    -webkit-transform: rotate(226deg) translate(125px) rotate(-226deg);
        -ms-transform: rotate(226deg) translate(125px) rotate(-226deg);
            transform: rotate(226deg) translate(125px) rotate(-226deg);
  }
  .vs-team-layout1 .vs-team-member:nth-child(5) {
    left: 685px;
    top: 267px;
  }
  .vs-team-layout1 .vs-team-member:nth-child(6) {
    left: 420px;
    top: 370px;
    -webkit-transform: scale(1.15);
        -ms-transform: scale(1.15);
            transform: scale(1.15);
  }
  .vs-team-layout1 .vs-team-member:nth-child(7) {
    left: 60px;
    top: 390px;
    width: 300px;
    height: 300px;
  }
  .vs-team-layout1 .vs-team-member:nth-child(7) .social-links ul > * {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 40px;
    height: 40px;
    line-height: 40px;
    margin: -20px;
  }
  .vs-team-layout1 .vs-team-member:nth-child(7) .social-links ul > *:nth-of-type(1) {
    -webkit-transform: rotate(140deg) translate(150px) rotate(-140deg);
        -ms-transform: rotate(140deg) translate(150px) rotate(-140deg);
            transform: rotate(140deg) translate(150px) rotate(-140deg);
  }
  .vs-team-layout1 .vs-team-member:nth-child(7) .social-links ul > *:nth-of-type(2) {
    -webkit-transform: rotate(158deg) translate(150px) rotate(-158deg);
        -ms-transform: rotate(158deg) translate(150px) rotate(-158deg);
            transform: rotate(158deg) translate(150px) rotate(-158deg);
  }
  .vs-team-layout1 .vs-team-member:nth-child(7) .social-links ul > *:nth-of-type(3) {
    -webkit-transform: rotate(176deg) translate(150px) rotate(-176deg);
        -ms-transform: rotate(176deg) translate(150px) rotate(-176deg);
            transform: rotate(176deg) translate(150px) rotate(-176deg);
  }
  .vs-team-layout1 .vs-team-member:nth-child(7) .social-links ul > *:nth-of-type(4) {
    -webkit-transform: rotate(194deg) translate(150px) rotate(-194deg);
        -ms-transform: rotate(194deg) translate(150px) rotate(-194deg);
            transform: rotate(194deg) translate(150px) rotate(-194deg);
  }
  .vs-team-layout1 .vs-team-member:nth-child(7) .social-links ul > *:nth-of-type(5) {
    -webkit-transform: rotate(212deg) translate(150px) rotate(-212deg);
        -ms-transform: rotate(212deg) translate(150px) rotate(-212deg);
            transform: rotate(212deg) translate(150px) rotate(-212deg);
  }
  .vs-team-layout1 .vs-team-member:nth-child(8) {
    top: 440px;
    left: calc(100% - 310px);
    -webkit-transform: scale(0.96);
        -ms-transform: scale(0.96);
            transform: scale(0.96);
  }
  .vs-team-layout1 .vs-team-member:nth-child(9) {
    left: 635px;
    top: 560px;
    width: 265px;
    height: 265px;
  }
  .vs-team-layout1 .vs-team-member:nth-child(9) .social-links ul > * {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 40px;
    height: 40px;
    line-height: 40px;
    margin: -20px;
  }
  .vs-team-layout1 .vs-team-member:nth-child(9) .social-links ul > *:nth-of-type(1) {
    -webkit-transform: rotate(140deg) translate(132.5px) rotate(-140deg);
        -ms-transform: rotate(140deg) translate(132.5px) rotate(-140deg);
            transform: rotate(140deg) translate(132.5px) rotate(-140deg);
  }
  .vs-team-layout1 .vs-team-member:nth-child(9) .social-links ul > *:nth-of-type(2) {
    -webkit-transform: rotate(160deg) translate(132.5px) rotate(-160deg);
        -ms-transform: rotate(160deg) translate(132.5px) rotate(-160deg);
            transform: rotate(160deg) translate(132.5px) rotate(-160deg);
  }
  .vs-team-layout1 .vs-team-member:nth-child(9) .social-links ul > *:nth-of-type(3) {
    -webkit-transform: rotate(180deg) translate(132.5px) rotate(-180deg);
        -ms-transform: rotate(180deg) translate(132.5px) rotate(-180deg);
            transform: rotate(180deg) translate(132.5px) rotate(-180deg);
  }
  .vs-team-layout1 .vs-team-member:nth-child(9) .social-links ul > *:nth-of-type(4) {
    -webkit-transform: rotate(200deg) translate(132.5px) rotate(-200deg);
        -ms-transform: rotate(200deg) translate(132.5px) rotate(-200deg);
            transform: rotate(200deg) translate(132.5px) rotate(-200deg);
  }
  .vs-team-layout1 .vs-team-member:nth-child(9) .social-links ul > *:nth-of-type(5) {
    -webkit-transform: rotate(220deg) translate(132.5px) rotate(-220deg);
        -ms-transform: rotate(220deg) translate(132.5px) rotate(-220deg);
            transform: rotate(220deg) translate(132.5px) rotate(-220deg);
  }
  .vs-team-layout1 .vs-team-member:nth-child(10) {
    left: 295px;
    top: 640px;
    width: 310px;
    height: 310px;
  }
  .vs-team-layout1 .vs-team-member:nth-child(10) .social-links ul > * {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 40px;
    height: 40px;
    line-height: 40px;
    margin: -20px;
  }
  .vs-team-layout1 .vs-team-member:nth-child(10) .social-links ul > *:nth-of-type(1) {
    -webkit-transform: rotate(140deg) translate(155px) rotate(-140deg);
        -ms-transform: rotate(140deg) translate(155px) rotate(-140deg);
            transform: rotate(140deg) translate(155px) rotate(-140deg);
  }
  .vs-team-layout1 .vs-team-member:nth-child(10) .social-links ul > *:nth-of-type(2) {
    -webkit-transform: rotate(160deg) translate(155px) rotate(-160deg);
        -ms-transform: rotate(160deg) translate(155px) rotate(-160deg);
            transform: rotate(160deg) translate(155px) rotate(-160deg);
  }
  .vs-team-layout1 .vs-team-member:nth-child(10) .social-links ul > *:nth-of-type(3) {
    -webkit-transform: rotate(180deg) translate(155px) rotate(-180deg);
        -ms-transform: rotate(180deg) translate(155px) rotate(-180deg);
            transform: rotate(180deg) translate(155px) rotate(-180deg);
  }
  .vs-team-layout1 .vs-team-member:nth-child(10) .social-links ul > *:nth-of-type(4) {
    -webkit-transform: rotate(200deg) translate(155px) rotate(-200deg);
        -ms-transform: rotate(200deg) translate(155px) rotate(-200deg);
            transform: rotate(200deg) translate(155px) rotate(-200deg);
  }
  .vs-team-layout1 .vs-team-member:nth-child(10) .social-links ul > *:nth-of-type(5) {
    -webkit-transform: rotate(220deg) translate(155px) rotate(-220deg);
        -ms-transform: rotate(220deg) translate(155px) rotate(-220deg);
            transform: rotate(220deg) translate(155px) rotate(-220deg);
  }
}

/* Medium Large devices */
@media (max-width: 1300px) {
  .vs-team-layout1 .vs-team-member:nth-child(1) {
    left: 610px;
  }
  .vs-team-layout1 .vs-team-member:nth-child(2) {
    left: 370px;
  }
  .vs-team-layout1 .vs-team-member:nth-child(3) {
    left: 120px;
    top: 110px;
  }
  .vs-team-layout1 .vs-team-member:nth-child(7) {
    top: 360px;
    left: 20px;
  }
  .vs-team-layout1 .vs-team-member:nth-child(6) {
    left: 360px;
  }
  .vs-team-layout1 .vs-team-member:nth-child(5) {
    left: 596px;
  }
  .vs-team-layout1 .vs-team-member:nth-child(10) {
    left: 225px;
    top: 660px;
  }
  .vs-team-layout1 .vs-team-member:nth-child(9) {
    left: 550px;
  }
}

/* Large devices */
@media (max-width: 1199px) {
  .vs-team-layout1 .vs-team-member {
    position: relative;
    top: 0 !important;
    left: 0 !important;
    width: 260px !important;
    height: 260px !important;
    -webkit-transform: scale(1) !important;
        -ms-transform: scale(1) !important;
            transform: scale(1) !important;
    display: inline-block;
    margin: 0 15px;
    margin-bottom: 30px;
  }
  .vs-team-layout1 .vs-team-member img {
    width: 100%;
  }
  .vs-team-layout1 .vs-team-member .social-links ul > * {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 40px;
    height: 40px;
    line-height: 40px;
    margin: -20px;
  }
  .vs-team-layout1 .vs-team-member .social-links ul > *:nth-of-type(1) {
    -webkit-transform: rotate(140deg) translate(130px) rotate(-140deg);
        -ms-transform: rotate(140deg) translate(130px) rotate(-140deg);
            transform: rotate(140deg) translate(130px) rotate(-140deg);
  }
  .vs-team-layout1 .vs-team-member .social-links ul > *:nth-of-type(2) {
    -webkit-transform: rotate(160deg) translate(130px) rotate(-160deg);
        -ms-transform: rotate(160deg) translate(130px) rotate(-160deg);
            transform: rotate(160deg) translate(130px) rotate(-160deg);
  }
  .vs-team-layout1 .vs-team-member .social-links ul > *:nth-of-type(3) {
    -webkit-transform: rotate(180deg) translate(130px) rotate(-180deg);
        -ms-transform: rotate(180deg) translate(130px) rotate(-180deg);
            transform: rotate(180deg) translate(130px) rotate(-180deg);
  }
  .vs-team-layout1 .vs-team-member .social-links ul > *:nth-of-type(4) {
    -webkit-transform: rotate(200deg) translate(130px) rotate(-200deg);
        -ms-transform: rotate(200deg) translate(130px) rotate(-200deg);
            transform: rotate(200deg) translate(130px) rotate(-200deg);
  }
  .vs-team-layout1 .vs-team-member .social-links ul > *:nth-of-type(5) {
    -webkit-transform: rotate(220deg) translate(130px) rotate(-220deg);
        -ms-transform: rotate(220deg) translate(130px) rotate(-220deg);
            transform: rotate(220deg) translate(130px) rotate(-220deg);
  }
  .vs-team-layout1 .inner-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    min-height: auto;
  }
}

.vs-team-layout2 img {
  width: 100%;
}

.vs-team-layout2 .social-links {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  text-align: center;
  margin-top: -25px;
  z-index: 2;
}

.vs-team-layout2 .social-links li {
  display: inline-block;
  margin: 0 3px;
}

.vs-team-layout2 .social-links li a {
  position: relative;
  top: -20px;
  opacity: 0;
  visibility: hidden;
}

.vs-team-layout2 .social-links a {
  display: inline-block;
  width: 50px;
  height: 50px;
  line-height: 50px;
  background-color: #ffffff;
  text-align: center;
  color: #08275a;
  border-radius: 50%;
  box-shadow: 0px 3px 30px 0px rgba(17, 180, 245, 0.3), 0px 3px 15px 0px rgba(17, 180, 245, 0.1);
  opacity: 1;
  visibility: visible;
}

.vs-team-layout2 .social-links a.plus-icon {
  position: absolute;
  left: 50%;
  top: 0;
  margin-left: -25px;
}

.vs-team-layout2 .member-content {
  padding-top: 55px;
  padding-bottom: 30px;
  position: relative;
  border-bottom: 3px solid;
}

.vs-team-layout2 .vs-team-member {
  box-shadow: 0px 10px 50px 0px rgba(8, 39, 90, 0.2);
  margin-bottom: 30px;
}

.vs-team-layout2 .vs-team-member:hover .social-links > a {
  opacity: 0;
  visibility: hidden;
}

.vs-team-layout2 .vs-team-member:hover .social-links ul li a {
  top: 0;
  opacity: 1;
  visibility: visible;
}

/* Large devices */
@media (max-width: 1199px) {
  .vs-team-layout2 .social-links {
    margin-top: -20px;
  }
  .vs-team-layout2 .social-links li {
    margin: 0 2px;
  }
  .vs-team-layout2 .social-links a {
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 13px;
  }
  .vs-team-layout2 .member-content {
    padding-top: 35px;
  }
}

/* Small devices */
@media (max-width: 768px) {
  .vs-team-layout2 .social-links {
    margin-top: -20px;
  }
  .vs-team-layout2 .social-links li {
    margin: 0 0;
  }
  .vs-team-layout2 .social-links a {
    width: 35px;
    height: 35px;
    line-height: 35px;
    font-size: 12px;
  }
  .vs-team-layout2 .member-content {
    padding-top: 35px;
  }
}

.team-details-layou1 img {
  width: 100%;
}

.team-details-layou1 .member-img {
  box-shadow: 0px 5px 45px 5px rgba(17, 180, 245, 0.05);
}

.team-details-layou1 .inner-wrapper {
  box-shadow: 0px 5px 250px 0px rgba(9, 40, 91, 0.1);
}

.team-details-layou1 .member-about {
  border-bottom: 2px solid;
  box-shadow: 0px 5px 30px 0px rgba(8, 39, 90, 0.15);
  padding: 25px 30px;
}

.team-details-layou1 .member-list li {
  display: grid;
  grid-template-columns: 20% 80%;
  font-size: 18px;
  margin-bottom: 13px;
}

.team-details-layou1 .social-links li {
  display: inline-block;
  margin-right: 7px;
}

.team-details-layou1 .social-links li:last-child {
  margin-right: 0;
}

.team-details-layou1 .social-links a {
  width: 45px;
  height: 45px;
  display: inline-block;
  line-height: 45px;
  text-align: center;
  background-color: #ffffff;
  border-radius: 50%;
  box-shadow: 0px 2px 30px 0px rgba(9, 40, 91, 0.2);
}

.team-details-layou1 .social-links a:hover {
  background-color: #08275a;
  color: #ffffff;
}

/* Large devices */
@media (max-width: 1199px) {
  .team-details-layou1 .member-list li {
    grid-template-columns: 27% 73%;
  }
}

/* Medium devices */
@media (max-width: 992px) {
  .team-details-layou1 .member-name.mb-10 {
    margin-bottom: 5px;
  }
}

/* Small devices */
@media (max-width: 768px) {
  .team-details-layou1 .member-list li {
    display: block;
    margin-bottom: 5px;
    font-size: 16px;
  }
  .team-details-layou1 .member-list li strong {
    margin-right: 10px;
  }
  .team-details-layou1 .social-links li {
    margin: 0 0;
  }
  .team-details-layou1 .social-links a {
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 10px;
  }
}

/* Extra small devices */
@media (max-width: 576px) {
  .team-details-layou1 .member-about {
    padding: 10px 10px;
  }
}

/*------------------- 8.24. Features  -------------------*/
.vs-features-wrapper ul {
  margin: 0;
  padding: 0;
}

.vs-features-wrapper ul li {
  list-style-type: none;
}

.vs-features-wrapper ul li:last-child {
  margin-bottom: 0;
}

.vs-features-layout1 .features-icon {
  display: inline-block;
}

.vs-features-layout1 .features-list {
  margin-bottom: 25px;
}

.vs-features-layout1 .features-list li {
  position: relative;
  padding-left: 28px;
  margin-bottom: 5px;
}

.vs-features-layout1 .features-list li:before {
  content: '\f00c';
  position: absolute;
  left: 0;
  top: 0;
  font-family: "Font Awesome 5 Pro";
  color: #a4508b;
}

.vs-features-layout1 .vs-features {
  box-shadow: 0px 10px 40px 0px rgba(9, 40, 91, 0.1);
  padding: 50px 60px;
  padding-bottom: 50px;
  position: relative;
  margin-bottom: 30px;
}

.vs-features-layout1 .vs-features::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  height: 5px;
  width: 100%;
  border-bottom: 5px solid;
  opacity: 0.2;
  border-color: inherit;
  -webkit-transition: all ease 0.4s;
  transition: all ease 0.4s;
}

.vs-features-layout1 .vs-features:hover::before {
  opacity: 1;
}

/* Medium Large devices */
@media (max-width: 1300px) {
  .vs-features-layout1 .vs-features {
    padding: 25px 30px;
    padding-bottom: 25px;
  }
}

/* Small devices */
@media (max-width: 768px) {
  .vs-features-layout1 .vs-features {
    padding: 15px 20px;
    padding-bottom: 15px;
  }
  .vs-features-layout1 .features-text {
    margin-bottom: 15px;
  }
}

.vs-features-layout2 .vs-features {
  text-align: center;
  padding: 80px 55px;
  padding-bottom: 75px;
  -webkit-transition: all ease 0.4s;
  transition: all ease 0.4s;
}

.vs-features-layout2 .features-title {
  line-height: 30px;
}

.vs-features-layout2 .features-icon {
  box-shadow: 0px 5px 50px 0px rgba(8, 39, 90, 0.15);
  width: 120px;
  height: 120px;
  border-radius: 50%;
  line-height: 120px;
  background-color: #ffffff;
  display: inline-block;
}

.vs-features-layout2 .features-icon i {
  vertical-align: middle;
}

.vs-features-layout2 .features-title,
.vs-features-layout2 .features-text {
  -webkit-transition: all ease 0.4s;
  transition: all ease 0.4s;
}

.vs-features-layout2 .inner-wrapper {
  box-shadow: 0px 10px 250px 0px rgba(9, 40, 91, 0.1);
}

.vs-features-layout2 .slick-center .vs-features,
.vs-features-layout2 .vs-features:hover {
  background-color: #08275a;
}

.vs-features-layout2 .slick-center .vs-features .features-title,
.vs-features-layout2 .slick-center .vs-features .features-text,
.vs-features-layout2 .vs-features:hover .features-title,
.vs-features-layout2 .vs-features:hover .features-text {
  color: #ffffff;
}

/* Medium Large devices */
@media (max-width: 1300px) {
  .vs-features-layout2 .vs-features {
    padding: 60px 35px;
  }
  .vs-features-layout2 .features-icon {
    width: 100px;
    height: 100px;
    line-height: 100px;
  }
}

/* Large devices */
@media (max-width: 1199px) {
  .vs-features-layout2 .vs-features {
    padding: 40px 20px;
  }
  .vs-features-layout2 .features-title {
    font-size: 18px;
    line-height: 26px;
  }
  .vs-features-layout2 .features-icon {
    width: 100px;
    height: 100px;
    line-height: 100px;
  }
}

/* Small devices */
@media (max-width: 768px) {
  .vs-features-layout2 .vs-features {
    padding: 30px 15px;
  }
  .vs-features-layout2 .features-icon {
    width: 80px;
    height: 80px;
    line-height: 80px;
  }
}

/*------------------- 8.25. Contact Form  -------------------*/
.contact-form-layou1 .form-title {
  font-size: 40px;
  line-height: 50px;
  margin-top: -9px;
}

.contact-form-layou1 .overlay, .contact-form-layou1 .vs-about-us-layout2 .logo-thumb:after, .vs-about-us-layout2 .contact-form-layou1 .logo-thumb:after, .contact-form-layou1 .projects-box-layout1 .project-img:before, .projects-box-layout1 .contact-form-layou1 .project-img:before, .contact-form-layou1 .price-table-layout1 .vs-price-table:after, .price-table-layout1 .contact-form-layou1 .vs-price-table:after {
  top: -170px;
  bottom: 0;
  height: auto;
}

/* Large devices */
@media (max-width: 1199px) {
  .contact-form-layou1 .overlay, .contact-form-layou1 .vs-about-us-layout2 .logo-thumb:after, .vs-about-us-layout2 .contact-form-layou1 .logo-thumb:after, .contact-form-layou1 .projects-box-layout1 .project-img:before, .projects-box-layout1 .contact-form-layou1 .project-img:before, .contact-form-layou1 .price-table-layout1 .vs-price-table:after, .price-table-layout1 .contact-form-layou1 .vs-price-table:after {
    top: 0;
  }
  .contact-form-layou1 .form-title {
    font-size: 28px;
    line-height: 1.3;
    margin-bottom: 10px;
  }
  .contact-form-layou1 p.text-md {
    font-size: 16px;
    margin-bottom: 15px;
  }
}

/* Extra small devices */
@media (max-width: 576px) {
  .contact-form-layou1 .form-title {
    font-size: 24px;
  }
}

.sidebar-contact-form {
  padding: 30px;
  margin-bottom: 30px;
  background-color: rgba(17, 180, 245, 0.07);
  border: 1px solid rgba(17, 180, 245, 0.3);
}

.sidebar-contact-form .nice-select,
.sidebar-contact-form .form-control {
  width: 100%;
  height: 60px;
  padding-left: 25px;
  border-radius: 0;
  padding-right: 45px;
  border: 1px solid rgba(17, 180, 245, 0.3);
  color: #222222;
}

.sidebar-contact-form .nice-select::-moz-placeholder,
.sidebar-contact-form .form-control::-moz-placeholder {
  color: #222222;
}

.sidebar-contact-form .nice-select::-webkit-input-placeholder,
.sidebar-contact-form .form-control::-webkit-input-placeholder {
  color: #222222;
}

.sidebar-contact-form .nice-select:-ms-input-placeholder,
.sidebar-contact-form .form-control:-ms-input-placeholder {
  color: #222222;
}

.sidebar-contact-form .nice-select::-webkit-input-placeholder, .sidebar-contact-form .form-control::-webkit-input-placeholder {
  color: #222222;
}

.sidebar-contact-form .nice-select::-moz-placeholder, .sidebar-contact-form .form-control::-moz-placeholder {
  color: #222222;
}

.sidebar-contact-form .nice-select:-ms-input-placeholder, .sidebar-contact-form .form-control:-ms-input-placeholder {
  color: #222222;
}

.sidebar-contact-form .nice-select::-ms-input-placeholder, .sidebar-contact-form .form-control::-ms-input-placeholder {
  color: #222222;
}

.sidebar-contact-form .nice-select::placeholder,
.sidebar-contact-form .form-control::placeholder {
  color: #222222;
}

.sidebar-contact-form .nice-select {
  line-height: 60px;
  padding-right: 25px;
}

.sidebar-contact-form .nice-select:before {
  content: '\f063';
  color: #a4508b;
}

.sidebar-contact-form .nice-select.open::before {
  content: '\f062';
}

.sidebar-contact-form textarea {
  height: 170px;
  padding-top: 15px;
}

.sidebar-contact-form .form-group {
  margin-bottom: 10px;
  position: relative;
}

.sidebar-contact-form .form-group > i {
  position: absolute;
  right: 26px;
  top: 23px;
  color: #a4508b;
}

.sidebar-contact-form .vs-btn {
  border-radius: 0;
  height: 60px;
  box-shadow: none;
}

/* Large devices */
@media (max-width: 1199px) {
  .sidebar-contact-form {
    padding: 20px;
  }
  .sidebar-contact-form .form-title {
    font-size: 16px;
    padding-left: 20px;
    margin-bottom: 20px;
  }
  .sidebar-contact-form .nice-select,
  .sidebar-contact-form .form-control {
    padding-left: 15px;
  }
}

/*------------------- 8.26. Error  -------------------*/
.vs-error-layou1 {
  height: 100vh;
  width: 100%;
}

.vs-error-layou1 .small-title {
  font-size: 80px;
  text-transform: capitalize;
  text-shadow: 0px 3px 30px rgba(9, 40, 91, 0.31);
}

.vs-error-layou1 .error-count {
  font-family: "Poppins", sans-serif;
  font-size: 250px;
  font-weight: 700;
  display: block;
  line-height: 1;
}

/* Medium devices */
@media (max-width: 992px) {
  .vs-error-layou1 .error-count {
    font-size: 160px;
    letter-spacing: 0;
  }
  .vs-error-layou1 .small-title {
    font-size: 52px;
  }
}

/* Extra small devices */
@media (max-width: 576px) {
  .vs-error-layou1 {
    text-align: center;
  }
  .vs-error-layou1 .small-title {
    font-size: 46px;
  }
  .vs-error-layou1 .error-count {
    font-size: 100px;
  }
}

/*------------------- 8.27. FAQ  -------------------*/
.vs-faq-layout1 .faq-card {
  margin-bottom: 20px;
  border: 2px solid rgba(9, 40, 91, 0.1);
  -webkit-transition: all ease 0.4s;
  transition: all ease 0.4s;
}

.vs-faq-layout1 .faq-card.open {
  border-color: #0849d6;
}

.vs-faq-layout1 .faq-card-body {
  padding: 25px 30px;
}

.vs-faq-layout1 .faq-question {
  border: none;
  background-color: #fff;
  display: block;
  width: 100%;
  text-align: left;
  font-weight: 500;
  font-size: 20px;
  position: relative;
  padding: 26px 30px;
  padding-right: 70px;
  color: #5b5d62;
}

.vs-faq-layout1 .faq-question:after {
  content: '\f067';
  font-family: "Font Awesome 5 Pro";
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  background-color: #0849d6;
  color: #fff;
  text-align: center;
  font-weight: 500;
  font-size: 16px;
  position: absolute;
  top: 18px;
  right: 19px;
  border-radius: 50%;
}

.vs-faq-layout1 .faq-question:not(.collapsed) {
  background-color: #0849d6;
  color: #fff;
}

.vs-faq-layout1 .faq-question:not(.collapsed):after {
  content: '\f068';
  background-color: #fff;
  color: #0849d6;
}

/* Large devices */
@media (max-width: 1199px) {
  .vs-faq-layout1 .faq-question {
    font-size: 16px;
  }
  .vs-faq-layout1 .faq-text {
    font-size: 14px;
    line-height: 24px;
  }
}

/* Extra small devices */
@media (max-width: 576px) {
  .vs-faq-layout1 .faq-question {
    padding: 10px 15px;
    padding-right: 50px;
  }
  .vs-faq-layout1 .faq-question:after {
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    right: 10px;
  }
  .vs-faq-layout1 .faq-card-body {
    padding: 10px 15px;
  }
}

/*------------------- 8.28. Google Map Wrap  -------------------*/
.google-map-wrapper {
  height: 670px;
  width: 100%;
  /* Medium devices */
  /* Extra small devices */
}

@media (max-width: 992px) {
  .google-map-wrapper {
    height: 400px;
  }
}

@media (max-width: 576px) {
  .google-map-wrapper {
    height: 300px;
  }
}

/*------------------- 8.29. Branch Information Box  -------------------*/
.branch-info-layou1 .inner-wrapper {
  box-shadow: 0px 3px 250px 0px rgba(9, 40, 91, 0.15);
}

.branch-info-layou1 .button {
  width: 60px;
  height: 60px;
  display: inline-block;
  text-align: center;
  line-height: 60px;
  border-radius: 50%;
  font-size: 18px;
}

.branch-info-layou1 .button.bg-primary {
  box-shadow: 0px 5px 15px 0px rgba(17, 180, 245, 0.3);
}

.branch-info-layou1 .button.bg-primary2 {
  box-shadow: 0px 5px 15px 0px rgba(120, 196, 0, 0.3);
}

.branch-info-layou1 .officer-info-toggler {
  position: absolute;
  left: 40px;
  top: 40px;
  z-index: 2;
}

.branch-info-layou1 .map-button {
  position: absolute;
  right: 40px;
  bottom: 30px;
  z-index: 2;
}

.branch-info-layou1 [class*="carousel-control-"] {
  color: #fff;
  font-size: 24px;
  opacity: 0;
  visibility: hidden;
}

.branch-info-layou1 .vs-branch:hover [class*="carousel-control-"] {
  opacity: 1;
  visibility: visible;
}

.branch-info-layou1 .slick-dots {
  right: 5px;
  bottom: 50px;
  left: auto;
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
          transform: translate(0, 0);
}

.branch-info-layou1 .slick-dots li button {
  border: none;
  width: 60px;
  height: 2px;
  background-color: #dfe1e5;
  border-radius: 0;
}

.branch-info-layou1 .slick-dots li button:after {
  display: none;
}

.branch-info-layou1 .slick-dots li.slick-active button {
  background-color: #a4508b;
}

.branch-info-layou1 .officer-info-box {
  position: absolute;
  left: 140px;
  top: 20px;
  background-color: #ffffff;
  width: 100%;
  max-width: 300px;
  text-align: center;
  z-index: 99;
  padding-top: 40px;
  padding-bottom: 40px;
  opacity: 0;
  visibility: hidden;
  margin-left: 40px;
  -webkit-transition: all ease 0.4s;
  transition: all ease 0.4s;
}

.branch-info-layou1 .officer-info-box.show {
  opacity: 1;
  visibility: visible;
  margin-left: 0;
}

.branch-info-layou1 .officer-info-box:before {
  content: '';
  position: absolute;
  left: -20px;
  top: 40px;
  width: 40px;
  height: 40px;
  background-color: #fff;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}

.branch-info-layou1 .officer-info-box .avater {
  width: 80px;
  height: 80px;
  margin: 0 auto;
  margin-bottom: 20px;
  border-radius: 50%;
}

.branch-info-layou1 .officer-info-box .avater img {
  width: 100%;
  height: 100%;
  border-radius: inherit;
}

.branch-info-layou1 .officer-info-box .contact-info {
  font-weight: 500;
  max-width: 250px;
  text-align: left;
  margin-left: auto;
  margin-right: auto;
}

@media (min-width: 1199px) {
  .branch-info-layou1 .vs-branch-info.ml-xl-20 {
    margin-left: 0;
  }
  .branch-info-layou1 .vs-branch-info .button.mr-xl-20 {
    margin-right: 0;
  }
}

/* Medium Large devices */
@media (max-width: 1300px) {
  .branch-info-layou1 .inner-wrapper {
    padding: 30px;
  }
}

/* Medium Large devices */
@media (max-width: 1300px) {
  .branch-info-layou1 .inner-wrapper {
    padding: 20px;
  }
  .branch-info-layou1 .button {
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
  }
  .branch-info-layou1 .media-body a {
    font-size: 14px;
  }
  .branch-info-layou1 .officer-info-box {
    position: absolute;
    left: 100px;
    top: 20px;
    padding-top: 20px;
    padding-bottom: 20px;
    max-width: 250px;
  }
  .branch-info-layou1 .officer-info-box::before {
    left: -8px;
    top: 23px;
    width: 18px;
    height: 18px;
  }
  .branch-info-layou1 .contact-info {
    padding-left: 20px;
  }
}

/* Small devices */
@media (max-width: 768px) {
  .branch-info-layou1 .officer-info-toggler {
    left: 20px;
    top: 20px;
  }
  .branch-info-layou1 .map-button {
    right: 15px;
    bottom: 15px;
  }
  .branch-info-layou1 .officer-info-box {
    left: 5px;
    top: 85px;
    max-width: 230px;
    border: 1px solid #eee;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
    margin-left: 0;
    margin-top: 40px;
  }
  .branch-info-layou1 .officer-info-box:before {
    left: 25px;
    top: -9px;
  }
  .branch-info-layou1 .officer-info-box.show {
    margin-top: 0;
    margin-left: 0;
  }
}

/*------------------- 8.30. Comments  -------------------*/
.blog-comments-layout1 .vs-post-comment {
  background-color: rgba(17, 180, 245, 0.07);
  border: 1px solid rgba(17, 180, 245, 0.3);
  margin-bottom: 40px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 40px;
  padding-bottom: 35px;
}

.blog-comments-layout1 .author-img {
  width: 100px;
  height: 100px;
  margin-right: 30px;
}

.blog-comments-layout1 .comment-content {
  width: calc(100% - 130px);
  margin-top: -5px;
}

.blog-comments-layout1 .commented-on {
  font-size: 14px;
  color: #a4508b;
  display: inline-block;
  margin-bottom: 5px;
}

.blog-comments-layout1 .vs-btn {
  width: 110px;
  height: 40px;
  padding: 0;
  line-height: 38px;
  text-align: center;
  font-size: 14px;
}

.blog-comments-layout1 .vs-btn i {
  margin-right: 7px;
  font-size: inherit;
}

.blog-comments-layout1 .comment-top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.blog-comments-layout1 .text {
  margin-bottom: 0;
}

.blog-comments-layout1 .children .vs-post-comment {
  margin-left: 140px;
}

/* Medium Large devices */
@media (max-width: 1300px) {
  .blog-comments-layout1 .children .vs-post-comment {
    margin-left: 80px;
  }
}

/* Large devices */
@media (max-width: 1199px) {
  .blog-comments-layout1 .vs-post-comment {
    padding: 30px;
    padding-bottom: 25px;
  }
  .blog-comments-layout1 .vs-btn {
    line-height: 29px;
  }
}

/* Medium devices */
@media (max-width: 992px) {
  .blog-comments-layout1 .vs-post-comment {
    margin-bottom: 30px;
  }
}

/* Small devices */
@media (max-width: 768px) {
  .blog-comments-layout1 .vs-post-comment {
    padding: 10px;
    display: block;
  }
  .blog-comments-layout1 .author-img {
    margin-right: 0;
    margin-bottom: 10px;
  }
  .blog-comments-layout1 .comment-content {
    width: 100%;
  }
  .blog-comments-layout1 .children .vs-post-comment {
    margin-left: 30px;
  }
}

/* Extra small devices */
@media (max-width: 576px) {
  .blog-comments-layout1 .vs-post-comment {
    position: relative;
  }
  .blog-comments-layout1 .children .vs-post-comment {
    margin-left: 20px;
  }
  .blog-comments-layout1 .commented-on {
    margin-bottom: 0;
    line-height: 1;
  }
  .blog-comments-layout1 .comment-top {
    display: block;
  }
  .blog-comments-layout1 .comment-top .vs-btn {
    position: absolute;
    right: 15px;
    top: 15px;
    font-size: 10px;
    width: 80px;
    height: 30px;
    line-height: 27px;
    padding: 0;
    border-width: 1px;
  }
}

.comments-form-layout1 .comment-form {
  background-color: rgba(17, 180, 245, 0.07);
  border: 1px solid rgba(17, 180, 245, 0.3);
  padding: 40px;
}

.comments-form-layout1 .form-control {
  width: 100%;
  height: 60px;
  padding-left: 25px;
  padding-right: 50px;
  font-size: 18px;
  background-color: #fff;
  border: 1px solid rgba(17, 180, 245, 0.3);
  color: #222222;
  border-radius: 0;
}

.comments-form-layout1 .form-control::-moz-placeholder {
  color: #222222;
}

.comments-form-layout1 .form-control::-webkit-input-placeholder {
  color: #222222;
}

.comments-form-layout1 .form-control:-ms-input-placeholder {
  color: #222222;
}

.comments-form-layout1 .form-control::-ms-input-placeholder {
  color: #222222;
}

.comments-form-layout1 .form-control::placeholder {
  color: #222222;
}

.comments-form-layout1 textarea {
  padding-top: 15px;
  resize: none;
}

.comments-form-layout1 .form-group {
  margin-bottom: 20px;
}

.comments-form-layout1 .form-group > i {
  position: absolute;
  right: 40px;
  top: 18px;
  font-size: 18px;
  border: none;
  color: #a4508b;
  background-color: transparent;
}

.comments-form-layout1 .vs-btn {
  border-radius: 0;
}

/* Large devices */
@media (max-width: 1199px) {
  .comments-form-layout1 .comment-form {
    padding: 30px;
  }
}

/* Small devices */
@media (max-width: 768px) {
  .comments-form-layout1 .comment-form {
    padding: 10px;
  }
  .comments-form-layout1 .form-control {
    height: 50px;
    font-size: 14px;
    padding-left: 15px;
    padding-right: 35px;
  }
  .comments-form-layout1 textarea {
    min-height: 150px;
  }
  .comments-form-layout1 .form-group > i {
    right: 30px;
    font-size: 14px;
  }
}

/*------------------- 8.31. Target  -------------------*/
.vs-target-layout1 .vs-target {
  text-align: center;
  padding: 80px 55px;
  margin-bottom: 30px;
}

.vs-target-layout1 .target-icon {
  width: 120px;
  height: 120px;
  line-height: 120px;
  border-radius: 50%;
  display: block;
  margin-left: auto;
  margin-right: auto;
  box-shadow: 0px 5px 50px 0px rgba(8, 39, 90, 0.15);
}

.vs-target-layout1 .target-icon i {
  vertical-align: middle;
}

/* Medium Large devices */
@media (max-width: 1300px) {
  .vs-target-layout1 .vs-target {
    padding: 60px 30px;
  }
  .vs-target-layout1 .target-icon {
    width: 100px;
    height: 100px;
    line-height: 100px;
  }
}

/* Large devices */
@media (max-width: 1199px) {
  .vs-target-layout1 .vs-target {
    padding: 40px 20px;
  }
  .vs-target-layout1 .target-icon {
    width: 100px;
    height: 100px;
    line-height: 100px;
  }
}

/* Small devices */
@media (max-width: 768px) {
  .vs-target-layout1 .vs-target {
    padding: 20px 20px;
  }
  .vs-target-layout1 .target-icon {
    width: 80px;
    height: 80px;
    line-height: 80px;
  }
}

/*------------------- 8.32. Our Values  -------------------*/
@media (min-width: 1500px) {
  .vs-values-layout1 .heading4 {
    font-size: 22px;
  }
  .vs-values-layout1 .inner-list ul li {
    padding-left: 55px;
    margin-bottom: 40px;
  }
}

.vs-values-layout1 .inner-list ul li:last-child {
  margin-bottom: 0;
}

.vs-values-layout1 .values-video {
  box-shadow: 0px 5px 50px 0px rgba(8, 39, 90, 0.15);
}

/* Small devices */
@media (max-width: 768px) {
  .vs-values-layout1 .inner-list ul li {
    margin-bottom: 20px;
  }
  .vs-values-layout1 .inner-list ul li:last-child {
    margin-bottom: 0;
  }
}

/*=================================
09. Helper Classes
==================================*/
/*------------------- 9.1. Overlay  -------------------*/
[data-overlay] {
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

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

[data-overlay="primary"]::before {
  /* background-color: #1b323b; */
}

[data-overlay="primary2"]::before {
  background-color: #0849d6;
}

[data-overlay="primary3"]::before {
background-color: #a4508b;
    background-image: linear-gradient(326deg, #a4508b 0%, #5f0a87 74%);
}

[data-overlay="secondary"]::before {
  background-color: rgba(17, 180, 245, 0.17);
}

[data-overlay="secondary2"]::before {
  background-color: rgba(120, 196, 0, 0.17);
}

[data-overlay="secondary3"]::before {
  background-color: rgba(8, 39, 90, 0.17);
}

[data-overlay="titlecolor"]::before {
  background-color: #5b5d62;
}

[data-overlay="white"]::before {
  background-color: #ffffff;
}

[data-overlay="black"]::before {
  background-color: #000000;
}

[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;
}

/*------------------- 9.2. Border  -------------------*/
.border-primary {
  border-color: #a4508b !important;
}

.border-primary2 {
  border-color: #0849d6 !important;
}

.border-primary3 {
  border-color: #08275a !important;
}

.border-titlecolor {
  border-color: #5b5d62;
}

.top-minus-170 {
  margin-top: -170px;
}

.mb-minus-15 {
  margin-bottom: -15px;
}

/*=================================
10. Theme Animation
==================================*/
@-webkit-keyframes ripple {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 0;
  }
  30% {
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1.4);
            transform: scale(1.4);
    opacity: 0;
  }
}
@keyframes ripple {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 0;
  }
  30% {
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1.4);
            transform: scale(1.4);
    opacity: 0;
  }
}

/*=================================
11. Extend
==================================*/
.bg-primary {
  background-color: #a4508b !important;
}

.bg-primary2 {
  background-color: #27ce06;
}

.bg-primary3 {
  background-color: #08275a;
}

.bg-secondary {
  background-color: rgba(17, 180, 245, 0.17) !important;
}

.bg-secondary2 {
  background-color: rgba(120, 196, 0, 0.17);
}

.bg-secondary3 {
  background-color: rgba(8, 39, 90, 0.17);
}

.bg-light {
  background-color: rgba(17, 180, 245, 0.07) !important;
}

.bg-white {
  background-color: #ffffff;
}

.text-primary {
  color: #a4508b !important;
}

.text-primary2 {
  color: #0849d6;
}

.text-primary3 {
  color: #08275a;
}

.text-white {
  color: #ffffff;
}

.text-title {
  color: #5b5d62;
}

.text-body {
  color: #222222;
}

.bodyfont {
  font-family: "Roboto", sans-serif;
}

.font1, .vs-about-us-layout1 .experiance-box .total-exp {
  font-family: "Roboto", sans-serif;
}

.font2, .footer-layout1 .widget_title, .footer-layout1 .project-details-layout1 .project-info-title, .project-details-layout1 .footer-layout1 .project-info-title, .footer-layout1 .sidebar-contact-form .form-title, .sidebar-contact-form .footer-layout1 .form-title, .vs-about-us-layout1 .sub-title {
  font-family: "Poppins", sans-serif;
}

.iconFont, .main-menu ul.submenu li.menu-item-has-children > a:before, .footer-layout1 .widget ul li:before {
  font-family: "Font Awesome 5 Pro";
}

.iconFont2 {
  font-family: "Flaticon";
}

.font-light {
  font-weight: 400;
}

.font-normal {
  font-weight: 400;
}

.font-medium {
  font-weight: 500;
}

.font-semibold {
  font-weight: 600;
}

.font-bold {
  font-weight: 700;
}

.font-italic {
  font-style: italic;
}

.text-xs {
  font-size: 14px;
}

.text-sm {
  font-size: 16px;
}

.text-md {
  font-size: 18px;
}

.text-lg {
  font-size: 24px;
}

.text-ml {
  font-size: 28px;
}

.text-xl {
  font-size: 32px;
}

.text-20 {
  font-size: 20px;
}

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

.background-image:before {
  content: '';
  position: absolute;
}

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

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

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

.bg-bottom {
  background-position: center bottom;
}

.overlay, .vs-about-us-layout2 .logo-thumb:after, .projects-box-layout1 .project-img:before, .price-table-layout1 .vs-price-table:after {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

.media-none {
  display: none;
}

.transition, a, button, .carousel-container .slick-slide, .vs-btn, .vs-btn i, .link-btn, .play-btn, .play-btn:before, .play-btn:after, .main-menu ul.submenu, .footer-layout1 .widget ul li a:after, .widget.widget_categories ul li a, .service-box-layout1 .service-header:before, .service-box-layout1 .service-header .title, .service-box-layout1 .service-body, .service-box-layout1 .service-body a.link-btn,
.service-box-layout1 .service-body .text, .work-process-layout1 .number, .work-process-layout1 .work-process-top .shape, .vs-testimonial-layout1 .testimonial-author-image .image, .projects-box-layout1 .project-img:before, .projects-box-layout1 .project-content, .projects-box-layout1 .project-content h3,
.projects-box-layout1 .project-content p, .projects-box-layout1 .vs-project .icon, .blog-box-layout1 .blog-image > img, .price-table-layout1 .vs-price-table {
  -webkit-transition: all ease 0.4s;
  transition: all ease 0.4s;
}

.translate-equal, .vs-btn .btn-bg {
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.radius-circle, .slick-arrow, .vs-btn i, .vs-btn .btn-bg, .play-btn, .section-title2 .icon [class*="line"]:before,
.section-title2 .icon [class^="line"]:before,
.section-title3 .icon [class*="line"]:before,
.section-title3 .icon [class^="line"]:before, .footer-layout1 .widget .vs-contact-widget .social-links ul li a, .work-process-layout1 .number, .vs-testimonial-layout1 .testimonial-author-image .image, .vs-testimonial-layout1 .testimonial-author-image .image img, .projects-box-layout1 .vs-project .icon, .blog-box-layout1 .author-avater {
  border-radius: 50%;
}

.radius-50, .input-style2 .nice-select,
.input-style2 .form-control, .vs-btn, .service-box-layout1 .service-price {
  border-radius: 10px;
}

.radius-10 {
  border-radius: 10px;
}

.radius-5 {
  border-radius: 5px;
}

.link-ovelay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  z-index: 1;
}
