/*---------------------------------------------
Template Name: Abstrak
Template URL: https://axilthemes.com/themes/abstrak/
Description: Digital Agency Wordpress Theme
Author: Axilthemes
Author URL: https://axilthemes.com/
Version: 1.0.0

===============================================   
STYLESHEET INDEXING
|
|___ Default Styles
|	|___ Variables
|	|___ Reset Styels
|	|___ Typography
|	|___ Forms Styles 
|	|___ Helper Classes 
|
|___ Elements Styles
|	|___ Back To Top
|	|___ Breadcrumb
|	|___ Button
|	|___ Pagination 
|	|___ Section Heading
|	|___ Slick 
|
|___Template Styles
|	|___ About Us
|	|___ Banner
|	|___ Brand
|	|___ Call To Action
|	|___ Case Study
|	|___ Contact
|	|___ Counter Up
|	|___ FAQ
|	|___ Pricing
|	|___ Process
|	|___ Project
|	|___ Service
|	|___ Team
|	|___ Testimonial
|	|___  Why Choose
|	|___  404 Error
|
|___Blocks Styles
|	|___ Header Styles
|	|___ Blog Styles
|	|___ Footer Styles
|
|___Dark Style
|
|___Spacing
|
|___ END STYLESHEET INDEXING

--------------------------------------------*/
/*=======================================================================
1. Default Styles
=========================================================================*/
/*-------------------------
    Variables
-------------------------*/
:root {
  --color-primary: #f7006b;
  --color-secondary: #4044c7;
  --color-white: #ffffff;
  --color-black: #000000;
  --color-light: #ECF2F6;
  --color-dark: #000;
  --color-text-dark: #000;
  --color-accent1: #fcc233;
  --color-accent2: #f1cdd7;
  --dark-bg-color: #060432;
  --dark-title: #000248;
  --color-blue-shade: #4044c7;
  --color-link: #f7006b;
  --color-link-hover: #4044c7;
  --color-mabel: #DBF8FF;
  --color-fog: #DBDEFF;
  --color-pink-shade: #FFD3DB;
  --color-peach: #DDE3EB;
  --color-rose: #f7006b;
  --color-chart1: #896BA7;
  --color-chart2: #BADEFF;
  --color-body: #292930;
  --color-body-0: #5a5a5a;
  --color-gray-1: #757589;
  --color-gray-2: #999FAE;
  --color-gray-3: #999AB8;
  --color-gray-4: #99A1AA;
  --color-ship-gray: #42424A;
  --color-ghost: #C7C7D5;
  --color-mercury: #E5E5E5;
  --gradient-primary: linear-gradient(270deg, rgb(255, 255, 255) 0%, rgb(255, 233, 243) 24.38%, rgb(237, 228, 252) 77.05%, rgb(255, 255, 255) 100%);
  --gradient-blue: linear-gradient(145.92deg, #5956E9 20.18%, #9991FF 76.9%);
  --gradient-accent: linear-gradient(180deg, #FAB8C4 0%, #FFEDF0 100%);
  --gradient-white: linear-gradient(266.3deg, rgba(236, 242, 246, 0) 7.84%, #ECF2F6 29.1%, rgba(236, 242, 246, 0) 64.32%);
  --gradient-dark: linear-gradient(180deg, #27272E 0%, #303035 100%);
  --gradient-primary-old: linear-gradient(90deg, #ECF2F6 0%, rgba(236, 242, 246, 0) 70.31%);
  --gradient-primary-old-hover: linear-gradient(90deg, #ECF2F6 0%, #ECF2F6 70.31%);
  --border-light: 1px solid #E3E6E9;
  --border-lighter: 1px solid #ECF2F6;
  --border-dark: 1px solid var(--color-ship-gray);
  --border-gray: 1px solid var(--color-gray-4);
  --font-primary: "DM Sans", sans-serif !important;
  --font-secondary: "DM Sans", sans-serif !important;
  --font-awesome: "Font Awesome 5 Pro";
  --transition: all 0.3s ease-in-out;
  --font-body-1: 18px;
  --font-body-2: 16px;
  --font-body-3: 14px;
  --font-body-4: 12px;
  --line-height-b0: 1.55;
  --line-height-b1: 1.5;
  --line-height-b3: 1.1;
  --h1: 54px;
  --h2: 42px;
  --h3: 28px;
  --h4: 22px;
  --h5: 20px;
  --h6: 18px;
  scroll-behavior: smooth;
  --color-dark2: #12141D;
  --color-primary2: #86E7B8;
}


/*-------------------------
    Reset Styels
-------------------------*/
a {
  color: var(--color-primary);
  display: inline-block;
  text-decoration: none;
  -webkit-transition: var(--transition);
  transition: var(--transition);
}
.wsmenu-submenu-listing ul li a {color:var(--color-black);}
a:hover{ color: var(--color-secondary); }
span { display: inline-block; }
img { max-width: 100%; height: auto; vertical-align: middle; }

ul.list-style,
ol.list-style {
  margin: -10px 0;
}
ul.list-style li,
ol.list-style li {
  margin: 10px 0;
}
ul.list-style li::marker,
ol.list-style li::marker {
  color: var(--color-primary);
}

ul, ol {
  margin-bottom: 30px;
  padding-left: 22px;
}
ul li, ol li {
  margin-top: 10px;
  margin-bottom: 10px;
}

ul ul, ol ul, ul ol, ol ol {
  margin-bottom: 0;
}

ol ul {
  list-style: disc;
}

ul ul {
  list-style-type: disc;
}

ul ul ul {
  list-style-type: disc;
}

.list-unstyled {
  padding-left: 0;
  list-style: none;
  margin-bottom: 0;
}
.list-unstyled li {
  margin-top: 0;
  margin-bottom: 0;
}
table {
  width: 100%;
  margin-bottom: 40px;
  margin-top: 15px;
}
table td, table th {
  border: 1px solid #E6E6E6;
  padding: 9px 15px;
  color: var(--color-body);
  font-weight: 400;
}
@media only screen and (min-width: 992px) {
.testimonial-grid { height: 100%; }
}
@media only screen and (max-width: 575px) {
table td, table th { padding: 9px 10px; }
}
table td a, table th a {
  color: var(--color-body);
}
table td a:hover, table th a:hover {
  color: var(--color-primary);
}
table th {
  font-weight: 500;
}

code {
  color: var(--color-body);
  font-family: "Courier 10 Pitch", Courier, monospace;
}

ins {
  background: rgba(112, 47, 255, 0.4);
  color: var(--color-white);
  padding: 0 5px;
  text-decoration: none;
}

kbd {
  background: #3858f6;
  font-family: "Courier 10 Pitch", Courier, monospace;
}

tt, var {
  font-size: 22px;
  color: var(--color-black);
  font-family: "Courier 10 Pitch", Courier, monospace;
}

dl {
  margin: 20px 0;
}
dl dt {
  font-weight: 700;
  font-size: 18px;
  color: var(--color-black);
  margin-bottom: 10px;
}
dl dd {
  margin: 0 15px 15px;
  font-size: 18px;
}

.container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
  padding-left: 15px;
  padding-right: 15px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .container {
    max-width: 100%;
    padding-left: 30px;
    padding-right: 30px;
  }
}
.row {
  margin-left: -15px;
  margin-right: -15px;
}
.row > [class*=col] {
  padding-left: 15px;
  padding-right: 15px;
}
.row.g-0 {
  margin-left: 0;
  margin-right: 0;
}
.row.g-0 > [class*=col] {
  padding-left: 0;
  padding-right: 0;
}

@media only screen and (min-width: 1400px) {
  .row-10 {
    margin-left: -10px;
    margin-right: -10px;
  }
  .row-10 > [class*=col] {
    padding-left: 10px;
    padding-right: 10px;
  }
  .row-35 {
    margin-left: -35px;
    margin-right: -35px;
  }
  .row-35 > [class*=col] {
    padding-left: 35px;
    padding-right: 35px;
  }
  .row-40 {
    margin-left: -40px;
    margin-right: -40px;
  }
  .row-40 > [class*=col] {
    padding-left: 40px;
    padding-right: 40px;
  }
  .row-45 {
    margin-left: -45px;
    margin-right: -45px;
  }
  .row-45 > [class*=col] {
    padding-left: 45px;
    padding-right: 45px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1399px) {
  .row-40 {
    margin-left: -20px;
    margin-right: -20px;
  }
  .row-40 > [class*=col] {
    padding-left: 20px;
    padding-right: 20px;
  }
}
/*-------------------------
    Typography
-------------------------*/
body {
  font-family: var(--font-secondary);
  font-size: var(--font-body-1);
  line-height: var(--line-height-b0);
  color: var(--color-body);
  font-weight: 400;
  height: 100%;
  vertical-align: baseline;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}
@media only screen and (max-width: 575px) {
  body {
    font-size: var(--font-body-2);
    line-height: var(--line-height-b1);
  }
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
address,
p,
pre,
blockquote,
table,
hr {
  margin: 0 0 5px 0;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: inherit;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--font-primary);
  font-weight: 700;
  color: var(--color-black);
  word-break: break-word;
  letter-spacing: normal !important;
}

h1,
.h1 {
  font-size: var(--h1);
  line-height: 60px;
  /*@media only screen and (min-width: 1200px) and (max-width: 1599px) {
      font-size: 68px;
  }*/
}
@media only screen and (max-width: 1199px) {
  h1,
.h1 {
    font-size: 50px;
  }
  .megamenu-sub-menu.department-megamenu .megamenu-item.department-megamenu-wrap .elementor-section .elementor-container {
  flex-wrap: wrap;
}
.megamenu-sub-menu.department-megamenu .megamenu-item.department-megamenu-wrap .elementor-element-populated { padding: 0 !important; }
.megamenu-sub-menu.department-megamenu .megamenu-item.department-megamenu-wrap .elementor-column.elementor-col-25, .megamenu-sub-menu.department-megamenu .megamenu-item.department-megamenu-wrap  .elementor-column[data-col="25"] {
    width: 100%;
  } 
}
@media only screen and (max-width: 767px) {
  h1,
.h1 {
    font-size: 42px;
  }
.col-lg-12.topbar .header-social { display: none !important; } 
.headcontact { float: right; }
}

h2,
.h2 {
  font-size: var(--h2);
  line-height: 50px;
  /*@media only screen and (min-width: 1200px) and (max-width: 1599px) {
      font-size: 56px;
  }*/
}
@media only screen and (max-width: 1199px) {
  h2,
.h2 {
    font-size: 36px;
    line-height: 46px;
  }
}
@media only screen and (max-width: 991px) {
  h2,
.h2 {
    font-size: 30px;
    line-height: 38px;
  }
}
@media only screen and (max-width: 767px) {
  h2,
.h2 {
    font-size: 28px;
    line-height: 35px;
  }
}
@media only screen and (max-width: 479px) {
  h2,
.h2 {
    font-size: 26px;
    line-height: 34px;
  }
 .headcontact a.top-links-box.phone-box:focus, .headcontact a.top-links-box.phone-box:hover {
  width: 160px !important;
} 
.headcontact a.top-links-box.email-box:focus, .headcontact a.top-links-box.email-box:hover {
  width: 36px !important;
}
.headcontact a.top-links-box.email-box .top-links { display: none; }
.top-links {
  left: 40px !important;
  top: 4px !important;
  font-size: 14px !important;
}
}

h3,
.h3 {
  font-size: var(--h3);
  line-height: 34px;
  color: var(--color-black) !important;
  margin: 30px 0 5px 0;
  /*@media only screen and (min-width: 1200px) and (max-width: 1599px) {
      font-size: 26px;
  }*/
}
@media only screen and (max-width: 1199px) {
  h3,
.h3 {
    font-size: 24px;
    line-height: 30px;
  }
}
@media only screen and (max-width: 767px) {
  h3,
.h3 {
    font-size: 22px;
    line-height: 28px;
  }
}

h4,
.h4 {
  font-size: var(--h4);
  line-height: 28px;
}
@media only screen and (max-width: 991px) {
  h4,
.h4 {
    font-size: 20px;
  }
}
@media only screen and (max-width: 767px) {
  h4,
.h4 {
    font-size: 19px;
  }
}

h5,
.h5 {
  font-size: var(--h5);
  line-height: 26px;
}
@media only screen and (max-width: 767px) {
  h5,
.h5 {
    font-size: 20px;
  }
}

h6,
.h6 {
  font-size: var(--h6);
  line-height: 24px;
}
@media only screen and (max-width: 767px) {
  h6,
.h6 {
    font-size: 18px;
  }
}

p {
  font-size: var(--font-body-2);
  line-height: var(--line-height-b0);
  margin: 0 0 40px 0;
}
@media only screen and (max-width: 575px) {
  p {
    font-size: var(--font-body-2);
    line-height: var(--line-height-b1);
  }
}

.body-font1 {
  font-size: var(--font-body-1);
  line-height: var(--line-height-b0);
}
@media only screen and (max-width: 575px) {
  .body-font1 {
    font-size: var(--font-body-2);
  }
}

.body-font2 {
  font-size: var(--font-body-2);
  line-height: var(--line-height-b1);
}

.body-font3 {
  font-size: var(--font-body-3);
  line-height: var(--line-height-b3);
}

.body-font4 {
  font-size: var(--font-body-4);
  line-height: var(--line-height-b3);
}

.single-post.single .section-padding-3 .container {
  max-width: 1000px;
}
@media only screen and (max-width: 1199px) {
  .single-post.single .section-padding-3 .container {
    max-width: 960px;
  }
}
@media only screen and (max-width: 991px) {
  .single-post.single .section-padding-3 .container {
    max-width: 720px;
  }
}
@media only screen and (max-width: 767px) {
  .single-post.single .section-padding-3 .container {
    max-width: 540px;
  }
}

/*-------------------------
    Forms Styles
-------------------------*/
input,
.form-control {
  border: var(--color-mercury);
  border-radius: 12px;
  background-color: transparent;
  color: var(--color-black);
  padding: 15px 20px;
  width: 100%;
  border: 2px solid var(--color-mercury) !important;
  /* -- Placeholder -- */
}
input:focus,
.form-control:focus {
  outline: none;
  -webkit-box-shadow: 0 20px 48px -14px rgba(153, 161, 170, 0.25);
          box-shadow: 0 20px 48px -14px rgba(153, 161, 170, 0.25);
  border-color: transparent;
}
input::-webkit-input-placeholder, .form-control::-webkit-input-placeholder {
  color: var(--color-gray-2);
  /* Firefox */
  opacity: 1;
}
input::-moz-placeholder, .form-control::-moz-placeholder {
  color: var(--color-gray-2);
  /* Firefox */
  opacity: 1;
}
input:-ms-input-placeholder, .form-control:-ms-input-placeholder {
  color: var(--color-gray-2);
  /* Firefox */
  opacity: 1;
}
input::-ms-input-placeholder, .form-control::-ms-input-placeholder {
  color: var(--color-gray-2);
  /* Firefox */
  opacity: 1;
}
input::placeholder,
.form-control::placeholder {
  color: var(--color-gray-2);
  /* Firefox */
  opacity: 1;
}
input:-ms-input-placeholder,
.form-control:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: var(--color-gray-2);
}
input::-ms-input-placeholder,
.form-control::-ms-input-placeholder {
  /* Microsoft Edge */
  color: var(--color-gray-2);
}

input {
  height: 50px;
}

.form-group {
  margin-bottom: 16px;
}
.form-group label {
  font-size: 16px !important;
  font-weight: 500;
  color: var(--color-dark);
  margin-bottom: 10px;
}

.input-group {
  background-color: var(--color-white);
  border-radius: 20px;
  height: 72px;
  padding: 10px 10px 10px 55px;
  -webkit-box-shadow: 0 24px 48px -15px rgba(153, 161, 170, 0.25);
          box-shadow: 0 24px 48px -15px rgba(153, 161, 170, 0.25);
  border: 1px solid var(--color-mercury) !important;
}
@media only screen and (max-width: 479px) {
  .input-group {
    display: block;
    -webkit-box-shadow: none;
            box-shadow: none;
    height: auto;
    padding: 0;
  }
}
.input-group:before {
  content: url("../../assets/media/icon/message.png");
  position: absolute;
  left: 30px;
  top: 24px;
  z-index: 1;
}
@media only screen and (max-width: 479px) {
  .input-group:before {
    left: 15px;
    top: 18px;
  }
}
.input-group .form-control {
  padding: 5px 15px;
  height: auto;
  border: none;
  background-color: transparent;
}
.input-group .form-control:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}
@media only screen and (max-width: 479px) {
  .input-group .form-control {
    height: 60px;
    width: 100%;
    border-radius: 20px !important;
    padding: 5px 15px 5px 50px;
    border: 1px solid var(--color-light);
  }
}
.input-group .subscribe-btn {
  border: none;
  background-color: var(--color-primary);
  color: var(--color-white);
  border-radius: 16px !important;
  margin-left: 0 !important;
  padding: 10px 28px;
  -webkit-transition: var(--transition);
  transition: var(--transition);
}
.input-group .subscribe-btn:hover {
  background-color: var(--color-link);
}
@media only screen and (max-width: 479px) {
  .input-group .subscribe-btn {
    margin-top: 15px;
    padding: 14px 30px;
  }
}

.error-msg, .success-msg {
  margin-top: 25px;
}
.error-msg p, .success-msg p {
  margin-bottom: 0;
  font-size: 14px;
}

.error-msg p {
  color: #ff0000;
}

.success-msg p {
  color: #15c54b;
}

.mc4wp-response .mc4wp-alert {
  margin-top: 20px;
}
.mc4wp-response .mc4wp-alert p {
  margin-bottom: 0;
}
.mc4wp-response .mc4wp-alert p a {
  color: var(--color-primary);
}
.mc4wp-response .mc4wp-alert p a:hover {
  color: var(--color-black);
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 50px white inset !important;
}

/*-------------------------
  Helper Classes
-------------------------*/
.bg-color-dark {
  background-color: var(--dark-bg-color);
}

.bg-color-light {
  background-color: var(--color-light);
}

.bg-color-mercury {
  background-color: var(--color-mercury);
}

.bg-color-ship-gray {
  background-color: var(--color-ship-gray);
}

.color-gray-4 {
  color: var(--color-gray-4);
}

.opacity-50 {
  opacity: 0.5;
}

/*=======================================================================
2. Elements Styles
=========================================================================*/
/*-------------------------
    Back To Top  
--------------------------*/
.back-to-top {
  position: fixed;
  bottom: -40px;
  right: 40px;
  display: block;
  width: 50px;
  height: 50px;
  line-height: 50px;
  background: var(--color-primary);
  color: #fff;
  text-align: center;
  text-decoration: none;
  border-radius: 50%;
  opacity: 0;
  -webkit-transform: scale(0.3);
          transform: scale(0.3);
  -webkit-box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.2);
          box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.2);
  z-index: 9;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.back-to-top:hover {
  background: var(--color-secondary);
}

@media only screen and (max-width: 575px) {
  .back-to-top {
    width: 40px;
    height: 40px;
    line-height: 40px;
  }
}
.back-to-top:focus {
  color: var(--color-white);
}

.back-to-top.show {
  bottom: 40px;
  right: 40px;
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
}

@media only screen and (max-width: 575px) {
  .back-to-top.show {
    bottom: 10px;
    right: 10px;
  }
}
.back-to-top.show:hover {
  color: var(--color-white);
  bottom: 30px;
  opacity: 1;
}

@media only screen and (max-width: 575px) {
  .back-to-top.show:hover {
    bottom: 10px;
  }
}
/*-------------------------
    Breadcrumb
-------------------------*/
.breadcrum-area {
  background: url(../images/bg_memphis.png) no-repeat center center;
  background-size: cover;
  padding: 200px 0 100px;
  position: relative;
  z-index: 0;
}
@media only screen and (max-width: 991px) {
  .breadcrum-area {
    padding: 175px 0 90px;
  }
}
@media only screen and (max-width: 767px) {
  .breadcrum-area {
    padding: 150px 0 40px;
  }
}
.breadcrum-area::before {
  content: "";
  background-color: transparent;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.8)), to(#ffffff));
  background-image: linear-gradient(180deg, rgba(255, 255, 255, 0.8) 0%, #ffffff 100%);
  opacity: 1;
  -webkit-transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
  transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  position: absolute;
  z-index: -1;
}
.breadcrum-area .shape-group-8 .shape.shape-1 {
  opacity: 0;
}
.breadcrum-area .shape-group-8 .shape.shape-2 {
  opacity: 0;
}

.breadcrumb {
  display: block;
}
.breadcrumb ul {
  margin-bottom: 40px;
}
@media only screen and (max-width: 767px) {
  .breadcrumb ul {
    margin-bottom: 35px;
  }
}
.breadcrumb li {
  display: inline-block;
  color: var(--color-secondary);
  font-weight: 500;
  position: relative;
  margin-right: 22px;
}
.breadcrumb li:after {
  content: ".";
  color: var(--color-gray-2);
  font-size: 18px;
  position: absolute;
  top: -5px;
  right: -15px;
}
.breadcrumb li a {
  color: var(--color-gray-2);
}
.breadcrumb li a:hover {
  color: var(--color-secondary);
}
.breadcrumb li:last-child:after {
  display: none;
}
.breadcrumb .title {
  margin-bottom: 0;
  width: 80%;
}
.single-post .breadcrumb .title {
  margin-bottom: 0;
  width: 70%;
}
@media only screen and (max-width: 991px) {
  .breadcrumb .title {
    width: 100%;
    text-align: center;
  }
    .single-post .breadcrumb .title {
      margin-bottom: 0;
      width: 90%;
    }
}

.breadcrumb-banner {
  padding: 280px 0 200px; padding: 300px 0 200px;
}
@media only screen and (max-width: 1199px) {
  .breadcrumb-banner {
    padding: 200px 0 50px;
  }
}
@media only screen and (max-width: 991px) {
  .breadcrumb-banner {
    padding: 140px 0 40px;
  }
}
@media only screen and (max-width: 767px) {
  .breadcrumb-banner {
    padding: 130px 0 20px;
  }
}
.breadcrumb-banner .section-heading {
  margin-bottom: 0 !important;
}
@media only screen and (max-width: 1199px) {
  .breadcrumb-banner .section-heading {
    margin-bottom: 0 !important;
  }
}
.breadcrumb-banner .section-heading .title {
  color: var(--color-black);
  width: 42%;
  margin-bottom: 15px;
}
@media only screen and (max-width: 991px) {
  .breadcrumb-banner .section-heading .title {
    width: 100%;
    margin-bottom: 10px !important;
    font-size: 36px;
    text-align: center;
  }
}
@media only screen and (max-width: 767px) {
  .breadcrumb-banner .section-heading .title {
    font-size: 30px;
    margin-bottom: 8px !important;
    line-height: 34px;
  }
}
.breadcrumb-banner .section-heading .title br {
  display: none;
}
.breadcrumb-banner .section-heading p {
  width: 40%;
  margin-bottom: 0 !important;
}
@media only screen and (max-width: 991px) {
  .breadcrumb-banner .section-heading p {
    width:100%;
    margin: 0 auto;
    text-align: center;
    margin-bottom: 0 !important;
  }
}
@media only screen and (max-width: 767px) {
  .breadcrumb-banner .section-heading p {
    width: 100%;
    margin: 0 auto;
    line-height: 1.5;
    margin-bottom: 0 !important;
  }
}
@media only screen and (max-width: 991px) {
  .breadcrumb-banner .section-heading {
    margin-bottom: 40px;
  }
}
.breadcrumb-banner .banner-thumbnail {
  position: absolute;
  bottom: -20px;
  right: inherit;
  left: 48%;
  text-align: left;
}
.breadcrumb-banner .banner-thumbnail {
  bottom: -40px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .breadcrumb-banner .banner-thumbnail {
    max-width: 510px;
  }
}
@media only screen and (min-width: 1600px) and (max-width: 2400px) {
  .breadcrumb-banner .banner-thumbnail img {
    width: 100%;
	width: 95%;
  }
  
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .breadcrumb-banner .banner-thumbnail img {
    width: 100%;
	width: 95%;
  }
  
}
@media only screen and (max-width: 1199px) {
  .breadcrumb-banner .banner-thumbnail img {
    width: 100%;
  }
}
@media only screen and (max-width: 991px) {
  .breadcrumb-banner .banner-thumbnail {
    position: initial;
    text-align: center;
  }
  .breadcrumb-banner .banner-thumbnail img {
    width: 100%;
  }
}
.breadcrumb-banner .banner-thumbnail.thumbnail-2 {
  bottom: 120px;
  right: 100px;
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .breadcrumb-banner .banner-thumbnail.thumbnail-2 {
    right: -50px;
  }
}
@media only screen and (max-width: 1199px) {
  .breadcrumb-banner .banner-thumbnail.thumbnail-2 {
    right: 0;
  }
}
@media only screen and (max-width: 991px) {
  .breadcrumb-banner .banner-thumbnail.thumbnail-2 {
    margin: -40px 0 0;
  }
  .breadcrumb-banner .banner-thumbnail.thumbnail-2 img {
    width: 100%;
  }
}
.breadcrumb-banner .banner-thumbnail.thumbnail-3 {
  bottom: -120px;
  right: 80px;
  text-align: right;
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .breadcrumb-banner .banner-thumbnail.thumbnail-3 {
    right: -100px;
    bottom: -60px;
  }
  .breadcrumb-banner .banner-thumbnail.thumbnail-3 img {
    width: 80%;
  }
}
@media only screen and (max-width: 1199px) {
  .breadcrumb-banner .banner-thumbnail.thumbnail-3 {
    right: 0px;
    bottom: -50px;
  }
  .breadcrumb-banner .banner-thumbnail.thumbnail-3 img {
    width: 60%;
  }
}
@media only screen and (max-width: 991px) {
  .breadcrumb-banner .banner-thumbnail.thumbnail-3 {
    text-align: center;
    margin: -40px 0 0;
  }
  .breadcrumb-banner .banner-thumbnail.thumbnail-3 img {
    width: 100%;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .breadcrumb-banner .banner-thumbnail.thumbnail-4 img {
    width: 100%;
  }
}
.breadcrumb-banner .banner-thumbnail img {
  -webkit-transform: inherit !important;
          transform: inherit !important;
}
@media only screen and (max-width: 1199px) {
  .breadcrumb-banner .shape-group-8 .shape.shape-2 img {
    width: 60%;
  }
}
@media only screen and (max-width: 991px) {
  .breadcrumb-banner .shape-group-8 .shape.shape-2 img {
    width: 50%;
  }
}
.breadcrumb-banner .shape-group-8 .shape.shape-3 {
  bottom: -200px;
  top: auto;
}
@media only screen and (max-width: 1199px) {
  .breadcrumb-banner .shape-group-8 .shape.shape-3 {
    bottom: 0;
    opacity: 0.5;
  }
}
.breadcrumb-banner.single-breadcrumb {
  padding: 200px 0 75px; padding: 120px 0 75px;
}
@media only screen and (max-width: 1199px) {
  .breadcrumb-banner.single-breadcrumb {
    padding: 180px 0 70px;
  }
}
@media only screen and (max-width: 991px) {
  .breadcrumb-banner.single-breadcrumb {
    padding: 150px 0 40px;
  }
}
.breadcrumb-banner.single-breadcrumb .section-heading .title {
  width: 100%;
}
.breadcrumb-banner.single-breadcrumb .section-heading p {
  width: 100%;
}
.breadcrumb-banner.single-breadcrumb .banner-thumbnail {
  position: initial;
}
.breadcrumb-banner.single-breadcrumb .banner-thumbnail img {
  border-radius: 24px;
}
@media only screen and (max-width: 1199px) {
  .breadcrumb-banner.single-breadcrumb .banner-thumbnail img {
    width: 100%;
  }
}
@media only screen and (max-width: 991px) {
  .breadcrumb-banner.single-breadcrumb .heading-left {
    text-align: center;
  }
}

.home-blog {
  position: relative;
}
.home-blog:before {
  content: "";
  position: absolute;
  left: -10%;
  top: 0;
  background: #fff;
  width: 120%;
  height: 100%;
}

.parent-pageid-5365 .breadcrumb-banner, .our-projects-top-banner .breadcrumb-banner, .page-blog .breadcrumb-banner, .page-contact-wordpress-developer .breadcrumb-banner, .page-request-a-quote .breadcrumb-banner, .tag-one-page-website .breadcrumb-banner, .category .breadcrumb-banner, .page-website-optimization-services .breadcrumb-banner, .page-website-security-audit-services .breadcrumb-banner, 
.page-testimonials .breadcrumb-banner, .page-web-design-services-india .breadcrumb-banner {
  padding: 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 661px;
}
@media only screen and (max-width: 1280px) {
  .parent-pageid-5365 .breadcrumb-banner, .our-projects-top-banner .breadcrumb-banner, .page-blog .breadcrumb-banner, .page-contact-wordpress-developer .breadcrumb-banner, .page-request-a-quote .breadcrumb-banner, .tag-one-page-website .breadcrumb-banner, .category .breadcrumb-banner, .page-website-optimization-services .breadcrumb-banner, .page-website-security-audit-services .breadcrumb-banner, .page-web-design-services-india .breadcrumb-banner, .page-testimonials .breadcrumb-banner {
    min-height: 620px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .parent-pageid-5365 .breadcrumb-banner, .our-projects-top-banner .breadcrumb-banner, .page-blog .breadcrumb-banner, .page-contact-wordpress-developer .breadcrumb-banner, .page-request-a-quote .breadcrumb-banner, .tag-one-page-website .breadcrumb-banner, .category .breadcrumb-banner, .page-website-optimization-services .breadcrumb-banner, .page-website-security-audit-services .breadcrumb-banner, .page-web-design-services-india .breadcrumb-banner, .page-testimonials .breadcrumb-banner {
    min-height: 520px;
  }
}
@media only screen and (max-width: 991px) {
  .parent-pageid-5365 .breadcrumb-banner, .our-projects-top-banner .breadcrumb-banner, .page-blog .breadcrumb-banner, .page-contact-wordpress-developer .breadcrumb-banner, .page-request-a-quote .breadcrumb-banner, .tag-one-page-website .breadcrumb-banner, .category .breadcrumb-banner, .page-website-optimization-services .breadcrumb-banner, .page-website-security-audit-services .breadcrumb-banner, .page-web-design-services-india .breadcrumb-banner, .page-testimonials .breadcrumb-banner {
    padding-top: 110px;
    min-height: auto;
  }
  .parent-pageid-5365 .breadcrumb-banner .heading-left, .our-projects-top-banner .breadcrumb-banner .heading-left, .page-blog .breadcrumb-banner .heading-left, .page-contact-wordpress-developer .breadcrumb-banner .heading-left, .page-request-a-quote .breadcrumb-banner .heading-left, .tag-one-page-website .breadcrumb-banner .heading-left, .category .breadcrumb-banner .heading-left, .page-website-optimization-services .breadcrumb-banner .heading-left, .page-website-security-audit-services .breadcrumb-banner .heading-left, .page-web-design-services-india .breadcrumb-banner {
    text-align: center;
  }
}
@media only screen and (max-width: 1199px) {
  .parent-pageid-5365 .breadcrumb-banner, .our-projects-top-banner .breadcrumb-banner, .page-blog .breadcrumb-banner, .page-contact-wordpress-developer .breadcrumb-banner, .page-request-a-quote .breadcrumb-banner, .tag-one-page-website .breadcrumb-banner, .category .breadcrumb-banner, .page-website-optimization-services .breadcrumb-banner, .page-website-security-audit-services .breadcrumb-banner, .page-web-design-services-india .breadcrumb-banner {
    padding-top: 115px;
	padding-top: 150px;
  }
  .parent-pageid-5365 .breadcrumb-banner .heading-left, .our-projects-top-banner .breadcrumb-banner .heading-left, .page-blog .breadcrumb-banner .heading-left, .page-contact-wordpress-developer .breadcrumb-banner .heading-left, .page-request-a-quote .breadcrumb-banner .heading-left, .tag-one-page-website .breadcrumb-banner .heading-left, .category .breadcrumb-banner .heading-left, .page-website-optimization-services .breadcrumb-banner .heading-left, .page-website-security-audit-services .breadcrumb-banner .heading-left, .page-web-design-services-india .breadcrumb-banner {
    margin-bottom: 0;
  }
}

.tag-one-page-website .section-padding-equal, .category .section-padding-equal {
  padding-top: 26px;
}

/*-------------------------
    Button
-------------------------*/
.axil-btn {
  border-radius: 20px;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0em;
  padding: 18px 55px;
  height: auto;
  text-align: center;
  -webkit-transition: var(--transition);
  transition: var(--transition);
  position: relative;
  z-index: 1;
  border: none !important;
}
.axil-btn.btn-borderd {
  color: var(--color-white);
  background-color: var(--color-primary);
}
.axil-btn.btn-borderd:hover {
  background-color: var(--color-secondary);
  color: var(--color-white);
}
.axil-btn.btn-fill-primary {
  background-color: var(--color-primary);
  color: var(--color-white);
  border: 1px solid var(--color-primary);
  overflow: hidden;
}
.axil-btn.btn-fill-primary::after {
  content: "";
  height: 300px;
  width: 400px;
  background-color: var(--color-link);
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%) scale(0);
          transform: translateY(-50%) translateX(-50%) scale(0);
  -webkit-transition: 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: -1;
}
.axil-btn.btn-fill-primary:hover {
  background-color: var(--color-secondary);
  border-color: var(--color-link-hover) !important;
}
.axil-btn.btn-fill-primary:hover::after {
  -webkit-transform: translateY(-50%) translateX(-50%) scale(1);
          transform: translateY(-50%) translateX(-50%) scale(1);
  background-color: var(--color-link-hover) !important;
  border-color: var(--color-link-hover) !important;
}
.axil-btn.btn-fill-white {
  background-color: var(--color-white);
  -webkit-box-shadow: 0px 48px 48px 0px rgba(0, 0, 0, 0.12);
          box-shadow: 0px 48px 48px 0px rgba(0, 0, 0, 0.12);
}
.axil-btn.btn-fill-white:hover {
  background-color: var(--color-accent1);
  color: var(--color-dark);
}
.axil-btn.btn-large {
  padding: 23px 55px;
}
@media only screen and (max-width: 991px) {
  .axil-btn.btn-large {
    padding: 14px 28px;
  }
}
.axil-btn.btn-large-fluid {
  padding: 23px;
  width: 100%;
}
.axil-btn.btn-fluid {
  width: 100%;
}

.contact-form-section .wpcf7-submit {
  background-color: var(--color-primary);
  color: var(--color-white);
  border: 1px solid var(--color-primary);
  overflow: hidden;
  text-transform: uppercase;
}
.contact-form-section .wpcf7-submit:hover, .contact-form-section .wpcf7-submit:focus, .contact-form-section .wpcf7-submit:active {
  background-color: var(--color-link);
  border-color: var(--color-link);
}

/* -----------------------
Pagination 
--------------------------*/
.pagination {
  margin-top: 80px;
  width: 100%;
}
@media only screen and (max-width: 991px) {
  .pagination {
    margin-top: 45px;
  }
}
.pagination ul {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: -3px;
  padding: 0;
}
@media only screen and (max-width: 575px) {
  .pagination ul {
    margin: -2px;
  }
}
.pagination ul li {
  margin: 3px;
}
@media only screen and (max-width: 575px) {
  .pagination ul li {
    margin: 2px;
  }
}
.pagination ul li a,
.pagination ul li .page-numbers {
  line-height: 42px;
  min-width: 42px;
  text-align: center;
  color: var(--color-dark);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  display: block;
  padding: 0 15px;
  transition: all 0.5s;
  border: var(--border-light);
  border-radius: 4px;
}
.pagination ul li a:hover,
.pagination ul li .page-numbers:hover {
  background: var(--color-primary);
  color: #ffffff;
  border-color: var(--color-primary);
}
.pagination ul li a.current,
.pagination ul li .page-numbers.current {
  background: var(--color-primary);
  color: #ffffff;
  border-color: var(--color-primary);
}
@media only screen and (max-width: 575px) {
  .pagination ul li a,
.pagination ul li .page-numbers {
    line-height: 35px;
    min-width: 35px;
    padding: 0 10px;
    font-size: 14px;
  }
}

/* -----------------------
Pagination New
--------------------------*/
.blog-template ul.page-numbers {
  float: left;
  width: 100%;
  margin: 0 0 80px 0;
  text-align: center;
}
.blog-template ul.page-numbers li {
  display: inline-block;
  list-style: none;
  margin: 0;
  padding: 0;
}
.blog-template ul.page-numbers li:before {
  display: none;
}
.blog-template ul.page-numbers li .current {
  color: #fff;
  padding: 8px 20px;
  font-weight: bold;
  background-color: #FB2878;
  border: 2px solid #FB2878;
  border-radius: 4px;
}
.blog-template ul.page-numbers li a {
  color: #FB2878;
  padding: 8px 18px;
  background: #fff;
  display: block;
  border: 2px solid #FB2878;
  border-radius: 4px;
  font-weight: bold;
  text-decoration: none;
}
.blog-template ul.page-numbers li a:hover {
  color: #fff;
  background-color: #FB2878;
}
.blog-template .fal {
  font-weight: bold !important;
}

/*-------------------------
    Section Heading
-------------------------*/
.section {
  position: relative;
  z-index: 1;
}

.section-heading {
  text-align: center;
  margin-bottom: 40px;
}
@media only screen and (max-width: 991px) {
  .section-heading.mb--90 {
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 767px) {
  .section-heading {
    margin-bottom: 30px;
  }
  .section-heading.mb--90 {
    margin-bottom: 0;
  }
}
.section-heading .subtitle {
  color: var(--color-rose);
  font-weight: 500;
  font-size: 20px;
  font-family: var(--font-primary);
  margin-bottom: 15px;
}
@media only screen and (max-width: 991px) {
  .section-heading .subtitle {
    font-size: 18px;
  }
}
@media only screen and (max-width: 767px) {
  .section-heading .subtitle {
    font-size: 16px;
    margin-bottom: 5px;
  }
}
@media only screen and (max-width: 1199px) {
  .section-heading .title {
    font-size: 32px;
    line-height: normal;
    margin-bottom: 10px !important;
  }
}
@media only screen and (max-width: 991px) {
  .section-heading .title {
    font-size: 32px;
  }
}
@media only screen and (max-width: 767px) {
  .section-heading .title {
    font-size: 26px;
  }
  .section-heading .title br {
    display: none;
  }
}
@media only screen and (max-width: 575px) {
  .section-heading .title {
    font-size: 26px;
    line-height: 31px;
  }
}
@media only screen and (max-width: 479px) {
  .section-heading .title {
    font-size: 26px;
    line-height: 31px;
  }
}
.section-heading p {
  font-size: var(--font-body-1);
  width: 50%;
  margin: 0 auto 40px;
}
@media only screen and (max-width: 991px) {
  .section-heading p {
    font-size: var(--font-body-2);
    width: 100%;
    line-height: var(--line-height-b1);
  }
}

.heading-light-left {
  text-align: left;
}
.heading-light-left .title {
  color: var(--color-white);
  margin-bottom: 5px;
  width: 50%;
}
@media only screen and (max-width: 1199px) {
  .heading-light-left .title {
    width: 70%;
  }
}
@media only screen and (max-width: 991px) {
  .heading-light-left .title {
    width: 100%;
  }
}
.heading-light-left p {
  color: var(--color-white);
  margin: 0 0 40px;
  width: 40%;
  opacity: 0.6;
}
.heading-light-left p:empty {
  display: none;
}
@media only screen and (max-width: 1199px) {
  .heading-light-left p {
    width: 60%;
  }
}
@media only screen and (max-width: 991px) {
  .heading-light-left p {
    width: 100%;
  }
}

.heading-light .title {
  color: var(--color-white);
}
.heading-light p {
  color: var(--color-gray-4);
}

.heading-left {
  text-align: left;
  position: relative;
}
.heading-left p {
  margin: 0 0 20px;
}
.heading-left p + p {
  margin: 0 0 20px;
}

.shape-group-1 .shape {
  position: absolute;
  z-index: -1;
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .shape-group-1 .shape img {
    opacity: 0.4;
  }
}
@media only screen and (max-width: 991px) {
  .shape-group-1 .shape img {
    opacity: 0.4;
  }
}
.shape-group-1 .shape.shape-1 {
  top: 140px;
  left: 315px;
}
.shape-group-1 .shape.shape-2 {
  top: 120px;
  right: 0;
}
.shape-group-1 .shape.shape-3 {
  bottom: 80px;
  left: 0;
}
.shape-group-1 .shape.shape-4 {
  bottom: 60px;
  right: 230px;
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .shape-group-1 .shape.shape-4 {
    right: 100px;
  }
}

.shape-group-2 .shape {
  position: absolute;
  z-index: -1;
}
.shape-group-2 .shape.shape-1 {
  bottom: 0;
  right: 135px;
}
.shape-group-2 .shape.shape-2 {
  right: 500px;
  top: 0;
}
.shape-group-2 .shape.shape-3 {
  right: 815px;
  top: 125px;
}

.shape-group-3 .shape {
  position: absolute;
  z-index: -1;
}
.shape-group-3 .shape.shape-1 {
  right: 0;
  top: 90px;
}
.shape-group-3 .shape.shape-2 {
  right: 390px;
  top: 165px;
}
.shape-group-3 .shape.shape-3 {
  right: 0;
  top: 255px;
  z-index: 2;
  pointer-events: none;
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .shape-group-3 .shape.shape-3 {
    display: none;
  }
}
@media only screen and (max-width: 1199px) {
  .shape-group-3 .shape.shape-3 {
    display: none;
  }
}

.shape-group-4 .shape-1 {
  position: absolute;
  top: 140px;
  right: 440px;
  z-index: -1;
}

.shape-group-5 .shape {
  position: absolute;
  z-index: -1;
}
.shape-group-5 .shape.shape-1 {
  top: 0;
  -webkit-transform: scale(0.9);
          transform: scale(0.9);
  left: 22%;
}
.shape-group-5 .shape.shape-2 {
  bottom: 0;
  left: 250px;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.shape-group-5 .shape.shape-3 {
  bottom: 110px;
  left: 160px;
}
.shape-group-5 .shape.shape-4 {
  top: 90px;
  left: 35%;
}

.shape-group-6 .shape {
  position: absolute;
  z-index: -1;
}
.shape-group-6 .shape.shape-1 {
  top: 0;
  left: 0;
}
.shape-group-6 .shape.shape-2 {
  top: 110px;
  left: 0;
}
.shape-group-6 .shape.shape-3 {
  bottom: 140px;
  right: 0;
}
.shape-group-6 .shape.shape-4 {
  bottom: -1px;
  left: 11%;
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .shape-group-6 .shape.shape-4 {
    left: 0;
  }
  .shape-group-6 .shape.shape-4 img {
    width: 90%;
  }
}
@media only screen and (max-width: 1199px) {
  .shape-group-6 .shape.shape-4 {
    left: 0;
  }
  .shape-group-6 .shape.shape-4 img {
    width: 70%;
  }
}

.shape-group-7 .shape {
  position: absolute;
  z-index: -1;
}
.shape-group-7 .shape.shape-1 {
  top: 90px;
  right: 200px;
}
.shape-group-7 .shape.shape-2 {
  top: 210px;
  left: 52%;
}
@media only screen and (max-width: 991px) {
  .shape-group-7 .shape.shape-2 {
    display: none;
  }
}
.shape-group-7 .shape.shape-3 {
  top: 40%;
  left: 170px;
}

.shape-group-8 .shape {
  position: absolute;
  z-index: -1;
  pointer-events: none;
}
.shape-group-8 .shape.shape-1 {
  bottom: 0;
  left: 0;
}
@media only screen and (max-width: 767px) {
  .shape-group-8 .shape.shape-1 {
    display: none;
  }
}
.shape-group-8 .shape.shape-2 {
  top: 0;
  right: 0;
  text-align: right;
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .shape-group-8 .shape.shape-2 img {
    width: 90%;
  }
}
@media only screen and (max-width: 1199px) {
  .shape-group-8 .shape.shape-2 img {
    width: 80%;
  }
}
@media only screen and (max-width: 991px) {
  .shape-group-8 .shape.shape-2 img {
    width: 70%;
  }
}
@media only screen and (max-width: 767px) {
  .shape-group-8 .shape.shape-2 img {
    width: 50%;
  }
}
.shape-group-8 .shape.shape-3 {
  top: 115px;
  left: 0;
}
.shape-group-8 .shape.shape-4 {
  top: 0;
  right: 0;
  text-align: right;
}
.shape-group-8 .shape.shape-4 img {
  width: 65%;
}
@media only screen and (max-width: 767px) {
  .shape-group-8 .shape.shape-4 img {
    width: 50%;
  }
}

.shape-group-9 .shape {
  position: absolute;
  z-index: -1;
}
.shape-group-9 .shape.shape-1 {
  top: 0;
  left: 32%;
}
.shape-group-9 .shape.shape-2 {
  top: 180px;
  left: 18%;
  opacity: 0.1;
  -webkit-animation: movingleftright1 infinite 20000ms;
          animation: movingleftright1 infinite 20000ms;
}
.shape-group-9 .shape.shape-3 {
  top: 31%;
  left: 20%;
  -webkit-animation: movingleftright2 infinite 25000ms;
          animation: movingleftright2 infinite 25000ms;
  opacity: 0.5;
}
.shape-group-9 .shape.shape-4 {
  top: 44%;
  left: 28%;
  -webkit-animation: movingleftright1 infinite 25000ms;
          animation: movingleftright1 infinite 25000ms;
  opacity: 0.1;
}
.shape-group-9 .shape.shape-5 {
  top: 50%;
  left: 17%;
  -webkit-animation: movingleftright2 infinite 30000ms;
          animation: movingleftright2 infinite 30000ms;
  opacity: 0.1;
}
.shape-group-9 .shape.shape-6 {
  top: 26%;
  right: 21%;
  -webkit-animation: movingleftright3 infinite 30000ms;
          animation: movingleftright3 infinite 30000ms;
  opacity: 0.25;
}
@media only screen and (max-width: 767px) {
  .shape-group-9 .shape.shape-6 {
    display: none;
  }
}
.shape-group-9 .shape.shape-7 {
  top: 30%;
  right: 15%;
  -webkit-animation: movingleftright1 infinite 30000ms;
          animation: movingleftright1 infinite 30000ms;
  opacity: 0.1;
}

.shape-group-10 .shape {
  position: absolute;
  z-index: -1;
}
.shape-group-10 .shape.shape-1 {
  top: 100px;
  right: 0;
}
.shape-group-10 .shape.shape-2 {
  bottom: 200px;
  left: 0;
}
.shape-group-10 .shape.shape-3 {
  top: 680px;
  left: 110px;
}

.shape-group-11 .shape {
  position: absolute;
  z-index: -1;
}
.shape-group-11 .shape.shape-1 {
  top: 40px;
  right: 0;
  opacity: 0.2;
}
.shape-group-11 .shape.shape-2 {
  bottom: -310px;
  left: -10px;
  opacity: 0.15;
}

.shape-group-12 .shape {
  position: absolute;
  z-index: -1;
}
.shape-group-12 .shape.shape-1 {
  top: 115px;
  left: 38%;
}
.shape-group-12 .shape.shape-2 {
  left: 60px;
  bottom: 130px;
}
.shape-group-12 .shape.shape-3 {
  right: 60px;
  bottom: 50px;
}

.shape-group-13 .shape {
  position: absolute;
  z-index: -1;
}
.shape-group-13 .shape.shape-1 {
  top: 0;
  left: 0;
}
@media only screen and (max-width: 991px) {
  .shape-group-13 .shape.shape-1 img {
    width: 60%;
  }
}
.shape-group-13 .shape.shape-2 {
  top: 0;
  right: -5px;
  text-align: right;
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .shape-group-13 .shape.shape-2 img {
    width: 80%;
  }
}
@media only screen and (max-width: 1199px) {
  .shape-group-13 .shape.shape-2 img {
    width: 75%;
  }
}
@media only screen and (max-width: 991px) {
  .shape-group-13 .shape.shape-2 img {
    width: 50%;
  }
}
@media only screen and (max-width: 479px) {
  .shape-group-13 .shape.shape-2 img {
    width: 40%;
  }
}
.shape-group-13 .shape.shape-3 {
  right: -10px;
  bottom: 62px;
  z-index: 2;
  text-align: right;
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .shape-group-13 .shape.shape-3 {
    bottom: 220px;
  }
  .shape-group-13 .shape.shape-3 img {
    width: 60%;
  }
}
@media only screen and (max-width: 1199px) {
  .shape-group-13 .shape.shape-3 {
    bottom: 100px;
  }
  .shape-group-13 .shape.shape-3 img {
    width: 50%;
  }
}
@media only screen and (max-width: 767px) {
  .shape-group-13 .shape.shape-3 img {
    width: 40%;
  }
}
.shape-group-13 .shape.shape-4 {
  left: 220px;
  top: 45%;
  height: 48px;
  width: 48px;
  -webkit-animation: movingleftright1 infinite 25000ms;
          animation: movingleftright1 infinite 25000ms;
}
.shape-group-13 .shape.shape-5 {
  left: 45%;
  bottom: 130px;
  height: 32px;
  width: 32px;
  -webkit-animation: movingleftright3 infinite 20000ms;
          animation: movingleftright3 infinite 20000ms;
}

.shape-group-14 .shape {
  position: absolute;
  z-index: -1;
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .shape-group-14 .shape img {
    width: 70%;
  }
}
@media only screen and (max-width: 1199px) {
  .shape-group-14 .shape img {
    width: 40%;
  }
}
.shape-group-14 .shape.shape-1 {
  left: 40%;
  bottom: 230px;
  -webkit-animation: movingleftright1 infinite 20000ms;
          animation: movingleftright1 infinite 20000ms;
}
.shape-group-14 .shape.shape-2 {
  left: 47%;
  bottom: 115px;
  -webkit-animation: movingleftright3 infinite 30000ms;
          animation: movingleftright3 infinite 30000ms;
}
.shape-group-14 .shape.shape-3 {
  right: 160px;
  bottom: 270px;
  -webkit-animation: movingleftright2 infinite 40000ms;
          animation: movingleftright2 infinite 40000ms;
}

.shape-group-16 .shape {
  position: absolute;
  z-index: -1;
}
.shape-group-16 .shape.shape-1 {
  top: 0;
  right: 0;
}
.shape-group-16 .shape.shape-2 {
  top: 120px;
  left: 30%;
}
.shape-group-16 .shape.shape-3 {
  bottom: 250px;
  left: 0;
}

.shape-group-17 .shape {
  position: absolute;
  z-index: -1;
}
.shape-group-17 .shape.shape-1 {
  top: 0;
  left: 0;
}
.shape-group-17 .shape.shape-2 {
  top: 360px;
  right: 0;
}
.shape-group-17 .shape.shape-3 {
  top: 430px;
  left: 0;
}
.shape-group-17 .shape.shape-4 {
  top: 35%;
  right: 0;
}
.shape-group-17 .shape.shape-5 {
  top: 56%;
  left: 0;
}
.shape-group-17 .shape.shape-6 {
  top: 75%;
  right: 0;
}

.shape-group-18 .shape {
  position: absolute;
  z-index: -1;
}
.shape-group-18 .shape.shape-1 {
  top: 0;
  right: 0;
  text-align: right;
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .shape-group-18 .shape.shape-1 img {
    width: 70%;
  }
}
@media only screen and (max-width: 1199px) {
  .shape-group-18 .shape.shape-1 img {
    width: 50%;
  }
}
@media only screen and (max-width: 991px) {
  .shape-group-18 .shape.shape-1 img {
    width: 40%;
  }
}
.shape-group-18 .shape.shape-2 {
  bottom: 0;
  left: 0;
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .shape-group-18 .shape.shape-2 img {
    width: 70%;
  }
}
@media only screen and (max-width: 1199px) {
  .shape-group-18 .shape.shape-2 img {
    width: 50%;
  }
}
.shape-group-18 .shape.shape-3 {
  top: 34%;
  left: 50%;
  -webkit-animation: movingleftright1 infinite 20000ms;
          animation: movingleftright1 infinite 20000ms;
}
.shape-group-18 .shape.shape-3 img {
  opacity: 0.5;
}
.shape-group-18 .shape.shape-4 {
  bottom: 240px;
  left: 45%;
  -webkit-animation: movingleftright2 infinite 30000ms;
          animation: movingleftright2 infinite 30000ms;
}
.shape-group-18 .shape.shape-4 img {
  width: 75px;
  opacity: 0.5;
}
.shape-group-18 .shape.shape-5 {
  bottom: 120px;
  left: 53%;
  -webkit-animation: movingleftright1 infinite 25000ms;
          animation: movingleftright1 infinite 25000ms;
}
.shape-group-18 .shape.shape-6 {
  bottom: 100px;
  left: 40%;
  -webkit-animation: movingleftright1 infinite 35000ms;
          animation: movingleftright1 infinite 35000ms;
}
.shape-group-18 .shape.shape-7 {
  top: 0;
  right: 100px;
  z-index: -2;
  text-align: right;
}
@media only screen and (max-width: 1199px) {
  .shape-group-18 .shape.shape-7 img {
    width: 80%;
  }
}
@media only screen and (max-width: 991px) {
  .shape-group-18 .shape.shape-7 img {
    width: 60%;
  }
}

.shape-group-19 .shape {
  position: absolute;
  z-index: -1;
}
.shape-group-19 .shape.shape-1 {
  top: 0;
  right: 0;
  text-align: right;
}
@media only screen and (max-width: 991px) {
  .shape-group-19 .shape.shape-1 img {
    width: 60%;
  }
}
.shape-group-19 .shape.shape-2 {
  top: 145px;
  right: 0;
}

.shape-group-20 .shape {
  position: absolute;
  z-index: -1;
}
.shape-group-20 .shape.shape-1 {
  top: 0;
  left: 120px;
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .shape-group-20 .shape.shape-1 {
    left: -10px;
  }
}
@media only screen and (max-width: 1199px) {
  .shape-group-20 .shape.shape-1 {
    left: -10px;
  }
}
@media only screen and (max-width: 991px) {
  .shape-group-20 .shape.shape-1 img {
    width: 60%;
  }
}
@media only screen and (max-width: 767px) {
  .shape-group-20 .shape.shape-1 {
    left: -70px;
  }
}
.shape-group-20 .shape.shape-2 {
  bottom: 0;
  right: 0;
  text-align: right;
  opacity: 0.1;
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .shape-group-20 .shape.shape-2 img {
    width: 80%;
  }
}
@media only screen and (max-width: 1199px) {
  .shape-group-20 .shape.shape-2 img {
    width: 50%;
  }
}
@media only screen and (max-width: 991px) {
  .shape-group-20 .shape.shape-2 {
    display: none;
  }
}
.shape-group-20 .shape.shape-3 {
  right: -10px;
  bottom: 62px;
  z-index: 2;
  text-align: right;
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .shape-group-20 .shape.shape-3 {
    bottom: 220px;
  }
  .shape-group-20 .shape.shape-3 img {
    width: 60%;
  }
}
@media only screen and (max-width: 1199px) {
  .shape-group-20 .shape.shape-3 {
    bottom: 100px;
  }
  .shape-group-20 .shape.shape-3 img {
    width: 50%;
  }
}
@media only screen and (max-width: 767px) {
  .shape-group-20 .shape.shape-3 img {
    width: 40%;
  }
}
.shape-group-20 .shape.shape-4 {
  left: 220px;
  top: 45%;
  height: 48px;
  width: 48px;
  -webkit-animation: movingleftright1 infinite 25000ms;
          animation: movingleftright1 infinite 25000ms;
}
.shape-group-20 .shape.shape-5 {
  left: 45%;
  bottom: 130px;
  height: 32px;
  width: 32px;
  -webkit-animation: movingleftright3 infinite 20000ms;
          animation: movingleftright3 infinite 20000ms;
}
.shape-group-20 .shape.shape-6 {
  left: 50%;
  top: 250px;
}
@media only screen and (max-width: 1199px) {
  .shape-group-20 .shape.shape-6 {
    left: 48%;
    top: 210px;
  }
}
@media only screen and (max-width: 991px) {
  .shape-group-20 .shape.shape-6 {
    display: none;
  }
}
.shape-group-20 .shape.shape-7 {
  left: 65%;
  top: 180px;
  -webkit-animation: movingleftright3 infinite 20000ms;
          animation: movingleftright3 infinite 20000ms;
}
.shape-group-20 .shape.shape-8 {
  bottom: 0;
  right: 0;
}
@media only screen and (max-width: 991px) {
  .shape-group-20 .shape.shape-8 {
    display: none;
  }
}
.shape-group-20 .shape.shape-8.marque-images {
  background-image: url("../images/freelancer-text.png");
  background-repeat: repeat-x;
  background-size: auto;
  height: 199px;
  width: 100%;
  -webkit-transition: var(--transition);
  transition: var(--transition);
  opacity: 0.6;
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .shape-group-20 .shape.shape-8.marque-images {
    width: 100%;
  }
}
@media only screen and (max-width: 1199px) {
  .shape-group-20 .shape.shape-8.marque-images {
    width: 100%;
  }
}

.shape-group-21 .shape {
  position: absolute;
  z-index: -1;
}
.shape-group-21 .shape.shape-1 {
  top: 0;
  left: 0;
}
@media only screen and (max-width: 991px) {
  .shape-group-21 .shape.shape-1 img {
    width: 60%;
  }
}
.shape-group-21 .shape.shape-2 {
  top: 200px;
  right: 200px;
  text-align: right;
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .shape-group-21 .shape.shape-2 {
    top: 120px;
    right: 15px;
  }
  .shape-group-21 .shape.shape-2 img {
    width: 90%;
  }
}
@media only screen and (max-width: 1199px) {
  .shape-group-21 .shape.shape-2 {
    right: 15px;
  }
  .shape-group-21 .shape.shape-2 img {
    width: 50%;
  }
}
@media only screen and (max-width: 991px) {
  .shape-group-21 .shape.shape-2 {
    display: none;
  }
}
.shape-group-21 .shape.shape-3 {
  right: 100px;
  top: 45%;
  height: 53px;
  width: 53px;
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .shape-group-21 .shape.shape-3 {
    display: none;
  }
}
.shape-group-21 .shape.shape-4 {
  left: 220px;
  top: 45%;
  height: 20px;
  width: 20px;
  -webkit-animation: movingleftright1 infinite 25000ms;
          animation: movingleftright1 infinite 25000ms;
}
.shape-group-21 .shape.shape-5 {
  left: 45%;
  bottom: 130px;
  height: 20px;
  width: 20px;
  -webkit-animation: movingleftright3 infinite 20000ms;
          animation: movingleftright3 infinite 20000ms;
}
.shape-group-21 .shape.shape-6 {
  right: 230px;
  bottom: 40%;
  height: 20px;
  width: 20px;
}
@media only screen and (max-width: 1199px) {
  .shape-group-21 .shape.shape-6 {
    display: none;
  }
}
.shape-group-21 .shape.shape-7 {
  right: 250px;
  top: 40%;
  height: 20px;
  width: 20px;
}
@media only screen and (max-width: 1199px) {
  .shape-group-21 .shape.shape-7 {
    display: none;
  }
}

@-webkit-keyframes movingleftright1 {
  0% {
    -webkit-transform: translateX(0) translateY(0);
    transform: translateX(0) translateY(0);
  }
  40% {
    -webkit-transform: translateX(50px) translateY(-200px);
    transform: translateX(50px) translateY(-200px);
  }
  75% {
    -webkit-transform: translateX(800px);
    transform: translateX(800px);
  }
  100% {
    -webkit-transform: translateY(0) translateX(0);
    transform: translateY(0) translateX(0);
  }
}

@keyframes movingleftright1 {
  0% {
    -webkit-transform: translateX(0) translateY(0);
    transform: translateX(0) translateY(0);
  }
  40% {
    -webkit-transform: translateX(50px) translateY(-200px);
    transform: translateX(50px) translateY(-200px);
  }
  75% {
    -webkit-transform: translateX(800px);
    transform: translateX(800px);
  }
  100% {
    -webkit-transform: translateY(0) translateX(0);
    transform: translateY(0) translateX(0);
  }
}
@-webkit-keyframes movingleftright2 {
  0% {
    -webkit-transform: translateX(0) translateY(0);
    transform: translateX(0) translateY(0);
  }
  40% {
    -webkit-transform: translateX(-50px) translateY(200px);
    transform: translateX(-50px) translateY(200px);
  }
  75% {
    -webkit-transform: translateX(-500px);
    transform: translateX(-500px);
  }
  100% {
    -webkit-transform: translateY(0) translateX(0);
    transform: translateY(0) translateX(0);
  }
}
@keyframes movingleftright2 {
  0% {
    -webkit-transform: translateX(0) translateY(0);
    transform: translateX(0) translateY(0);
  }
  40% {
    -webkit-transform: translateX(-50px) translateY(200px);
    transform: translateX(-50px) translateY(200px);
  }
  75% {
    -webkit-transform: translateX(-500px);
    transform: translateX(-500px);
  }
  100% {
    -webkit-transform: translateY(0) translateX(0);
    transform: translateY(0) translateX(0);
  }
}
@-webkit-keyframes movingleftright3 {
  0% {
    -webkit-transform: translateX(0) translateY(0);
    transform: translateX(0) translateY(0);
  }
  40% {
    -webkit-transform: translateX(100px) translateY(-200px);
    transform: translateX(100px) translateY(-200px);
  }
  75% {
    -webkit-transform: translateX(-500px);
    transform: translateX(-500px);
  }
  100% {
    -webkit-transform: translateY(0) translateX(0);
    transform: translateY(0) translateX(0);
  }
}
@keyframes movingleftright3 {
  0% {
    -webkit-transform: translateX(0) translateY(0);
    transform: translateX(0) translateY(0);
  }
  40% {
    -webkit-transform: translateX(100px) translateY(-200px);
    transform: translateX(100px) translateY(-200px);
  }
  75% {
    -webkit-transform: translateX(-500px);
    transform: translateX(-500px);
  }
  100% {
    -webkit-transform: translateY(0) translateX(0);
    transform: translateY(0) translateX(0);
  }
}
.my_switcher {
  position: fixed;
  top: 200px;
  left: 0;
  background-color: var(--color-primary);
  border-radius: 0 30px 30px 0;
  padding: 10px;
  z-index: 5;
}
@media only screen and (max-width: 991px) {
  .my_switcher {
    position: initial;
    display: none;
  }
}
.my_switcher ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.my_switcher ul li a {
  text-align: center;
  color: var(--color-white);
  font-size: 18px;
  height: 40px;
  width: 40px;
  line-height: 40px;
  border: 1px solid transparent;
  border-radius: 50%;
}
@media only screen and (max-width: 767px) {
  .my_switcher ul li a {
    font-size: 16px;
    height: 30px;
    width: 30px;
    line-height: 30px;
  }
}
.my_switcher ul li a.active {
  color: var(--color-rose);
  display: none;
}

.main-wrapper {
  overflow: hidden;
  background-color: var(--color-white);
  position: relative;
}

/*-------------------------
    Slick 
-------------------------*/
.slick-list {
  margin: 0 -15px;
}
.slick-list .slick-slide {
  padding: 0 15px;
}

.slick-dotted.slick-slider {
  margin-bottom: 0;
}

.slick-dot-nav .slick-dots {
  bottom: 0;
  text-align: left;
  margin: 0 -10px;
}
.slick-dot-nav .slick-dots li {
  margin: 0 10px;
  height: 11px;
  width: 11px;
}
.slick-dot-nav .slick-dots li button {
  border: none;
  background-color: #DBDEFF;
  border-radius: 50%;
  height: 11px;
  width: 11px;
  -webkit-transition: var(--transition);
  transition: var(--transition);
}
.slick-dot-nav .slick-dots li button::before {
  display: none;
}
.slick-dot-nav .slick-dots li.slick-active button {
  background-color: var(--color-primary);
}

.slick-arrow-nav .slick-arrow {
  height: 40px;
  width: 40px;
  background-color: rgba(0, 0, 0, 0.2);
  border-radius: 50%;
  z-index: 1;
  -webkit-transition: var(--transition);
  transition: var(--transition);
}
.slick-arrow-nav .slick-arrow::before {
  font-family: var(--font-awesome);
  opacity: 1;
  font-size: 16px;
}
.slick-arrow-nav .slick-arrow:hover {
  background-color: rgb(0, 0, 0);
}
.slick-arrow-nav .slick-arrow.slick-next {
  right: 50px;
}
@media only screen and (max-width: 767px) {
  .slick-arrow-nav .slick-arrow.slick-next {
    right: 20px;
  }
}
.slick-arrow-nav .slick-arrow.slick-next::before {
  content: "\f105";
}
.slick-arrow-nav .slick-arrow.slick-prev {
  left: 50px;
}
@media only screen and (max-width: 767px) {
  .slick-arrow-nav .slick-arrow.slick-prev {
    left: 20px;
  }
}
.slick-arrow-nav .slick-arrow.slick-prev::before {
  content: "\f104";
}

/*=======================================================================
3. Template Styles
=========================================================================*/
/*-------------------------
   About Us
-------------------------*/
.about-us .section-heading p {
  width: 100%;
}

@media only screen and (max-width: 1199px) {
  .home-about-sec.inner-about-sec {
    padding-top: 0 !important;
  }
}
.contact-form-box {
  background-color: var(--color-white);
  padding: 50px;
  border-radius: 30px;
}
@media only screen and (max-width: 767px) {
  .contact-form-box {
    padding: 30px;
  }
  .page-contact-wordpress-developer .contact-form-section .contact-form-box .title {
  font-size: 28px;
}
}
.contact-form-box .title {
  font-size: 40px;
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .contact-form-box .title {
    font-size: 36px;
  }
}
@media only screen and (max-width: 1199px) {
  .contact-form-box .title {
    font-size: 32px;
  }
}
@media only screen and (max-width: 767px) {
  .contact-form-box .title {
    font-size: 28px;
  }
}
.contact-form-box .form-group .axil-btn::after {
  width: calc(100% + 50px);
}
.contact-form-box.shadow-box {
  -webkit-box-shadow: 0 0px 48px 0 rgba(153, 161, 170, 0.25);
          box-shadow: 0 0px 48px 0 rgba(153, 161, 170, 0.25);
}
.contact-form-box ul {
  padding: 0;
  margin: 0;
}
.contact-form-box ul li {
  list-style: none;
}
.contact-form-box ul li p {
  margin: 0;
}
.contact-form-box ul li p label {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 5px;
}
.contact-form-box ul li p .axil-btn {
  font-size: 18px;
  font-weight: 600;
  padding: 15px;
  text-transform: uppercase;
  border-radius: 10px;
}

.about-expert {
  text-align: center;
  position: relative;
}
.about-expert .thumbnail {
  position: relative;
  display: inline-block;
  border-radius: 40px;
  -webkit-box-shadow: 0px 17px 26px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 17px 26px 0px rgba(0, 0, 0, 0.2);
}
.about-expert .thumbnail img {
  border-radius: 40px;
}
.about-expert .thumbnail .popup-video {
  text-align: center;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.about-expert .thumbnail .popup-video .play-btn {
  height: 150px;
  width: 150px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: rgba(0, 0, 0, 0.8);
  border-radius: 50%;
  margin: 0 auto;
  font-size: 32px;
  color: var(--color-white);
  -webkit-transition: var(--transition);
  transition: var(--transition);
}
.about-expert .thumbnail .popup-video .play-btn:hover {
  background-color: var(--color-primary);
}
@media only screen and (max-width: 991px) {
  .about-expert .thumbnail .popup-video .play-btn {
    height: 120px;
    width: 120px;
    font-size: 28px;
  }
}
@media only screen and (max-width: 767px) {
  .about-expert .thumbnail .popup-video .play-btn {
    height: 80px;
    width: 80px;
    font-size: 24px;
  }
}
.about-expert .frame-shape {
  margin-bottom: 0;
  padding-left: 0;
}
@media only screen and (max-width: 1199px) {
  .about-expert .frame-shape {
    display: none;
  }
}
.about-expert .frame-shape .shape {
  position: absolute;
}
.about-expert .frame-shape .shape.shape-1 {
  left: -10px;
  bottom: 75px;
}
.about-expert .frame-shape .shape.shape-2 {
  bottom: 190px;
  right: -30px;
}

.about-quality {
  margin-bottom: 60px;
}
.about-quality .sl-number {
  text-align: center;
  height: 80px;
  width: 80px;
  line-height: 80px;
  border-radius: 50%;
  background: var(--color-primary);
  color: var(--color-white) !important;
  margin-bottom: 40px;
  -webkit-transition: var(--transition);
  transition: var(--transition);
}
.about-quality .title {
  color: var(--color-white);
}
.about-quality p {
  opacity: 0.5;
  color: var(--color-white);
  -webkit-transition: var(--transition);
  transition: var(--transition);
}
.about-quality:hover .sl-number, .about-quality.active .sl-number {
  background-color: var(--color-secondary);
}
.about-quality:hover p, .about-quality.active p {
  opacity: 1;
}

.about-team .section-heading p {
  width: 100%;
  margin-bottom: 50px;
}
.about-team .axil-btn {
  width: 240px;
}
.about-team .thumbnail {
  padding-right: 100px;
}

.perfect-soluton-about .process-work .content .subtitle {
  margin-bottom: 0 !important;
}
.perfect-soluton-about .process-work .content .title {
  margin-top: 10px !important;
}

@media only screen and (max-width: 1024px) {
  .our-team-center-sec .heading-dark-left {
    text-align: center !important;
    margin-bottom: 15px;
  }
}
@media only screen and (max-width: 1024px) {
  .our-team-center-sec .btn-wrp-new.text-left {
    text-align: center !important;
  }
}

/*-------------------------
    Banner
-------------------------*/
.banner {
  padding: 255px 0 0;
  position: relative;
  z-index: 2;
  min-height: 800px;
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .banner {
    padding: 220px 0 0;
    min-height: 667px;
  }
}
@media only screen and (max-width: 1199px) {
  .banner {
    padding: 200px 0 0;
    min-height: 100%;
  }
}
@media only screen and (max-width: 991px) {
  .banner {
    padding: 160px 0 0;
  }
}
@media only screen and (max-width: 767px) {
  .banner {
    padding: 140px 0 0;
  }
}
@media only screen and (max-width: 991px) {
  .banner .banner-content {
    margin-bottom: 90px;
  }
}
@media only screen and (max-width: 767px) {
  .banner .banner-content {
    margin-bottom: 60px;
  }
}
.banner .banner-content .title {
  font-size: 72px;
  font-weight: 700;
  color: var(--color-dark);
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .banner .banner-content .title {
    font-size: 62px;
  }
}
@media only screen and (max-width: 1199px) {
  .banner .banner-content .title {
    font-size: 50px;
  }
}
@media only screen and (max-width: 991px) {
  .banner .banner-content .title {
    font-size: 45px;
  }
}
@media only screen and (max-width: 767px) {
  .banner .banner-content .title {
    font-size: 40px;
  }
}
@media only screen and (max-width: 479px) {
  .banner .banner-content .title {
    font-size: 34px;
  }
}
.banner .banner-content .subtitle {
  font-size: var(--font-body-1);
  margin-bottom: 40px;
  width: 90%;
}
.banner .banner-content .axil-btn {
  padding: 28px 45px;
  -webkit-box-shadow: 0 44px 84px -24px #5956e9;
          box-shadow: 0 44px 84px -24px #5956e9;
}
@media only screen and (max-width: 1199px) {
  .banner .banner-content .axil-btn {
    padding: 20px 30px;
  }
}
@media only screen and (max-width: 991px) {
  .banner .banner-content .axil-btn {
    padding: 18px 28px;
  }
}
.banner .banner-content .btn-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (max-width: 575px) {
  .banner .banner-content .btn-group {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.banner .banner-content .btn-group a {
  margin-right: 40px;
}
@media only screen and (max-width: 1199px) {
  .banner .banner-content .btn-group a {
    margin-right: 20px;
  }
}
@media only screen and (max-width: 575px) {
  .banner .banner-content .btn-group a {
    margin-right: 0;
    margin-bottom: 30px;
  }
}
.banner .banner-content .btn-group a:last-child {
  margin-right: 0;
  margin-bottom: 0;
}
.banner .banner-content .about-btn {
  font-weight: 500;
  color: var(--color-primary);
  position: relative;
  padding-left: 50px;
}
.banner .banner-content .about-btn::before {
  content: "";
  height: 1px;
  width: 34px;
  background-color: var(--color-primary);
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: var(--transition);
  transition: var(--transition);
}
.banner .banner-content .about-btn:hover {
  color: var(--color-secondary);
}
.banner .banner-content .about-btn:hover::before {
  width: 100%;
  background-color: var(--color-secondary);
}
.banner .banner-thumbnail {
  position: relative;
}
.banner .banner-social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.banner .banner-social .border-line {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: 1px;
  width: 100%;
  background-color: var(--color-body);
  margin-right: 30px;
}
@media only screen and (max-width: 575px) {
  .banner .banner-social .border-line {
    display: none;
  }
}
.banner .banner-social .social-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.banner .banner-social .social-icon li {
  margin-right: 20px;
}
@media only screen and (max-width: 479px) {
  .banner .banner-social .social-icon li {
    font-size: 14px;
    margin-right: 15px;
  }
}
.banner .banner-social .social-icon li:last-child {
  margin-right: 0;
}
.banner .banner-social .social-icon li a {
  color: var(--color-body);
}
.banner .banner-social .social-icon li a i {
  margin-right: 8px;
  font-size: 20px;
  color: var(--color-gray-4);
  -webkit-transition: var(--transition);
  transition: var(--transition);
}
@media only screen and (max-width: 479px) {
  .banner .banner-social .social-icon li a i {
    font-size: 14px;
    margin-right: 5px;
  }
}
.banner .banner-social .social-icon li a:hover {
  color: var(--color-primary);
}
.banner .banner-social .social-icon li a:hover i {
  color: var(--color-primary);
}
.banner.banner-style-1 .banner-content {
  margin-top: 60px;
}
@media only screen and (max-width: 1199px) {
  .banner.banner-style-1 .banner-content {
    padding-bottom: 100px;
  }
}
@media only screen and (max-width: 991px) {
  .banner.banner-style-1 .banner-content {
    margin-top: 0;
    padding-bottom: 0;
  }
}
.banner.banner-style-1 .banner-content .title {
  font-size: 78px;
  line-height: 1;
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .banner.banner-style-1 .banner-content .title {
    font-size: 68px;
  }
}
@media only screen and (max-width: 1199px) {
  .banner.banner-style-1 .banner-content .title {
    font-size: 60px;
  }
}
@media only screen and (max-width: 991px) {
  .banner.banner-style-1 .banner-content .title {
    font-size: 55px;
  }
}
@media only screen and (max-width: 767px) {
  .banner.banner-style-1 .banner-content .title {
    font-size: 40px;
  }
}
.banner.banner-style-1 .banner-thumbnail {
  z-index: 5;
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .banner.banner-style-1 .banner-thumbnail .large-thumb img {
    width: 74%;
  }
}
.banner.banner-style-1 .banner-thumbnail .large-thumb-2 {
  text-align: right;
  margin-top: -260px;
  margin-right: -50px;
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .banner.banner-style-1 .banner-thumbnail .large-thumb-2 img {
    width: 85%;
  }
}
@media only screen and (max-width: 1199px) {
  .banner.banner-style-1 .banner-thumbnail .large-thumb-2 {
    margin-top: -200px;
    margin-right: -30px;
  }
  .banner.banner-style-1 .banner-thumbnail .large-thumb-2 img {
    width: 80%;
  }
}
@media only screen and (max-width: 991px) {
  .banner.banner-style-1 .banner-thumbnail .large-thumb-2 {
    margin-top: -260px;
    margin-right: 0;
  }
}
@media only screen and (max-width: 767px) {
  .banner.banner-style-1 .banner-thumbnail .large-thumb-2 {
    margin-top: 0;
    text-align: center;
    position: absolute;
    bottom: 0;
  }
}
.banner.banner-style-1 .banner-thumbnail .shape-group .shape {
  position: absolute;
}
.banner.banner-style-1 .banner-thumbnail .shape-group .shape.shape-1 {
  top: -25px;
  right: 20px;
  left: auto;
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .banner.banner-style-1 .banner-thumbnail .shape-group .shape.shape-1 {
    right: 0;
  }
}
@media only screen and (max-width: 1199px) {
  .banner.banner-style-1 .banner-thumbnail .shape-group .shape.shape-1 {
    display: none;
  }
}
.banner.banner-style-2 {
  margin: 0 95px;
  padding: 250px 0 300px 200px;
  background-color: var(--color-link);
  border-radius: 60px;
  overflow: hidden;
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .banner.banner-style-2 {
    padding: 150px 0 200px 100px;
    min-height: 600px;
    margin: 0 30px;
  }
}
@media only screen and (max-width: 1199px) {
  .banner.banner-style-2 {
    margin: 0 30px;
    padding: 150px 60px;
    min-height: 600px;
  }
}
@media only screen and (max-width: 991px) {
  .banner.banner-style-2 {
    min-height: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .banner.banner-style-2 {
    padding: 80px 30px;
  }
}
@media only screen and (max-width: 575px) {
  .banner.banner-style-2 {
    margin: 0 15px;
  }
}
.banner.banner-style-2 .banner-content {
  margin-bottom: 0;
}
.banner.banner-style-2 .banner-content .title {
  color: var(--color-white);
  margin-bottom: 40px;
}
.banner.banner-style-3 {
  padding: 150px 0 0px;
  background: -webkit-gradient(linear, right top, left top, from(rgb(255, 255, 255)), color-stop(24.38%, rgb(255, 233, 243)), color-stop(77.05%, rgb(237, 228, 252)), to(rgb(255, 255, 255)));
  background: linear-gradient(270deg, rgb(255, 255, 255) 0%, rgb(255, 233, 243) 24.38%, rgb(237, 228, 252) 77.05%, rgb(255, 255, 255) 100%);
}
@media only screen and (min-width: 1200px) {
  .banner.banner-style-3 {
    height: 100vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: end;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .banner.banner-style-3 {
    padding: 100px 0 0px;
  }
}
@media only screen and (max-width: 1199px) {
  .banner.banner-style-3 {
    padding: 100px 0 0px;
  }
}
@media only screen and (max-width: 991px) {
  .banner.banner-style-3 {
    padding: 100px 0 0px;
    border-bottom: 1px solid #eedde8;
  }
}
@media only screen and (max-width: 767px) {
  .banner.banner-style-3 {
    padding: 100px 0 0px;
  }
}
.banner.banner-style-3 .banner-content {
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 1199px) {
  .banner.banner-style-3 .banner-content {
    padding: 80px 0;
  }
}
@media only screen and (max-width: 991px) {
  .banner.banner-style-3 .banner-content {
    padding: 40px 0 0;
    margin-bottom: 50px;
    text-align: center;
  }
}
@media only screen and (max-width: 575px) {
  .banner.banner-style-3 .banner-content {
    padding: 20px 0 0;
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 991px) {
  .banner.banner-style-3 .banner-content .btn-group {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media only screen and (max-width: 575px) {
  .banner.banner-style-3 .banner-content .btn-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
.banner.banner-style-3 .banner-content .subtitle {
  font-size: 20px;
  font-weight: 700;
  color: var(--color-rose);
  letter-spacing: 0.1em;
  font-family: var(--font-primary);
  margin-bottom: 30px;
}
@media only screen and (max-width: 1199px) {
  .banner.banner-style-3 .banner-content .subtitle {
    margin-bottom: 15px;
  }
}
@media only screen and (max-width: 991px) {
  .banner.banner-style-3 .banner-content .subtitle {
    font-size: 16px;
  }
}
.banner.banner-style-3 .banner-content .title {
  margin-bottom: 45px;
  line-height: 1.1;
}
@media only screen and (max-width: 1199px) {
  .banner.banner-style-3 .banner-content .title {
    margin-bottom: 25px;
  }
}
@media only screen and (max-width: 991px) {
  .banner.banner-style-3 .banner-content .title {
    margin-bottom: 25px;
  }
}
.banner.banner-style-3 .banner-thumbnail {
  margin-right: -200px;
  text-align: right;
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .banner.banner-style-3 .banner-thumbnail {
    margin-right: 0;
  }
}
@media only screen and (max-width: 1199px) {
  .banner.banner-style-3 .banner-thumbnail {
    margin-right: 0;
  }
}
@media only screen and (max-width: 991px) {
  .banner.banner-style-3 .banner-thumbnail {
    text-align: left;
  }
}
.banner.banner-style-3 .banner-thumbnail img {
  -webkit-transform: inherit !important;
          transform: inherit !important;
}
.banner.banner-style-4 {
  background: -webkit-gradient(linear, left top, right top, from(#ECF2F6), color-stop(70.31%, rgba(236, 242, 246, 0)));
  background: linear-gradient(90deg, #ECF2F6 0%, rgba(236, 242, 246, 0) 70.31%);
  padding: 310px 0 100px;
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .banner.banner-style-4 {
    padding: 250px 0 100px;
  }
}
@media only screen and (max-width: 1199px) {
  .banner.banner-style-4 {
    padding: 250px 0 100px;
  }
}
@media only screen and (max-width: 991px) {
  .banner.banner-style-4 {
    padding: 160px 0 80px;
    min-height: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .banner.banner-style-4 {
    padding: 140px 0 60px;
  }
}
.banner.banner-style-4 .banner-content {
  margin-bottom: 200px;
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 1199px) {
  .banner.banner-style-4 .banner-content {
    margin-bottom: 100px;
  }
}
@media only screen and (max-width: 991px) {
  .banner.banner-style-4 .banner-content {
    margin-bottom: 0;
  }
}
.banner.banner-style-4 .banner-content .title {
  width: 60%;
  margin-bottom: 50px;
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .banner.banner-style-4 .banner-content .title {
    font-size: 70px;
    width: 55%;
  }
}
@media only screen and (max-width: 1199px) {
  .banner.banner-style-4 .banner-content .title {
    font-size: 70px;
  }
}
@media only screen and (max-width: 991px) {
  .banner.banner-style-4 .banner-content .title {
    font-size: 60px;
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .banner.banner-style-4 .banner-content .title {
    font-size: 50px;
  }
}
@media only screen and (max-width: 575px) {
  .banner.banner-style-4 .banner-content .title {
    font-size: 40px;
    margin-bottom: 30px;
  }
}
.banner.banner-style-4 .banner-content p {
  font-size: var(--font-body-1);
  width: 50%;
  margin-bottom: 40px;
}
@media only screen and (max-width: 991px) {
  .banner.banner-style-4 .banner-content p {
    width: 100%;
  }
}
.banner.banner-style-4 .banner-thumbnail {
  position: absolute;
  top: 45%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .banner.banner-style-4 .banner-thumbnail {
    right: -300px;
  }
  .banner.banner-style-4 .banner-thumbnail img {
    width: 85%;
  }
}
@media only screen and (max-width: 1199px) {
  .banner.banner-style-4 .banner-thumbnail {
    right: -570px;
  }
  .banner.banner-style-4 .banner-thumbnail img {
    width: 60%;
  }
}
@media only screen and (max-width: 991px) {
  .banner.banner-style-4 .banner-thumbnail {
    position: initial;
    -webkit-transform: translateY(0);
            transform: translateY(0);
    text-align: center;
    margin: -20px 0 20px;
  }
  .banner.banner-style-4 .banner-thumbnail img {
    width: 100%;
  }
}
@media only screen and (max-width: 575px) {
  .banner.banner-style-4 .banner-thumbnail {
    margin: 0 0 20px;
  }
}
.banner.banner-style-5 {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 310px 0 0;
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .banner.banner-style-5 {
    padding: 250px 0 0;
    min-height: 750px;
  }
}
@media only screen and (max-width: 1199px) {
  .banner.banner-style-5 {
    padding: 230px 0 0;
    min-height: 750px;
  }
}
@media only screen and (max-width: 991px) {
  .banner.banner-style-5 {
    padding: 160px 0 80px;
    min-height: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .banner.banner-style-5 {
    padding: 140px 0 60px;
    min-height: 100%;
  }
}
.banner.banner-style-5::after {
  content: "";
  height: 100%;
  width: 100%;
  background-color: rgba(41, 41, 48, 0.8);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
}
@media only screen and (max-width: 991px) {
  .banner.banner-style-5 .banner-content {
    margin-bottom: 40px;
  }
}
.banner.banner-style-5 .banner-content .title {
  color: var(--color-white);
  margin-bottom: 50px;
}
@media only screen and (max-width: 1199px) {
  .banner.banner-style-5 .banner-content .title {
    font-size: 70px;
  }
}
@media only screen and (max-width: 991px) {
  .banner.banner-style-5 .banner-content .title {
    font-size: 60px;
  }
}
@media only screen and (max-width: 767px) {
  .banner.banner-style-5 .banner-content .title {
    font-size: 50px;
  }
}
@media only screen and (max-width: 575px) {
  .banner.banner-style-5 .banner-content .title {
    font-size: 40px;
    margin-bottom: 40px;
  }
}
.banner.banner-style-5 .banner-content .axil-btn {
  color: var(--color-black);
  -webkit-box-shadow: none;
          box-shadow: none;
}
.banner.banner-style-5 .banner-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-bottom: -140px;
}
@media only screen and (max-width: 991px) {
  .banner.banner-style-5 .banner-form {
    margin-bottom: 0;
    display: block;
  }
}
.banner.banner-style-5 .banner-form .contact-form-box {
  max-width: 450px;
}
@media only screen and (max-width: 991px) {
  .banner.banner-style-5 .banner-form .contact-form-box {
    max-width: 100%;
  }
}
.banner.banner-style-5 .banner-form .title {
  letter-spacing: normal !important;
}

/*-------------------------
   Brand
-------------------------*/
.brand-wrap-area {
  padding: 90px 0;
}

.brand-grid {
  padding: 5px 0;
}
.brand-grid img {
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
  opacity: 0.5;
  -webkit-transition: var(--transition);
  transition: var(--transition);
}
.brand-grid:hover img, .brand-grid.active img {
  opacity: 1;
  -webkit-filter: grayscale(0);
          filter: grayscale(0);
}

/*-------------------------
   Call To Action
-------------------------*/
.call-to-action-area {
  padding: 60px 0 0;
  margin-bottom: 0px;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
@media only screen and (max-width: 1199px) {
  .call-to-action-area {
    padding: 60px 0 0;
  }
}
@media only screen and (max-width: 991px) {
  .call-to-action-area {
    padding: 60px 0 0;
  }
}
@media only screen and (max-width: 767px) {
  .call-to-action-area {
    padding: 35px 0 0;
  }
}
.call-to-action-area:before {
  content: "";
  height: 100%;
  width: 100%;
  background-color: var(--dark-bg-color);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: -1;
}
@media only screen and (max-width: 991px) {
  .call-to-action-area:before {
    height: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .call-to-action-area:before {
    height: 100%;
  }
}
@media only screen and (max-width: 575px) {
  .call-to-action-area:before {
    height: 100%;
  }
}
.call-to-action-area:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0px;
  right: 0;
  text-align: center;
  background: url(../images/footer-top-bg.png) no-repeat center top;
  height: 389px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .call-to-action-area:after {
    height: 320px;
    background-size: cover;
    max-width: 991px;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 991px) {
  .call-to-action-area:after {
    height: 250px;
    max-width: 768px;
    background-size: cover;
    margin: 0 auto;
  }
}

.call-to-action {
  border-bottom: 0px solid #e7e7e7;
  position: relative;
}
.call-to-action:before {
  content: "";
  position: absolute;
  left: 0;
  top: -60px;
  right: 0;
  text-align: center;
  background: url(../images/call-to-action-area-top-shap.png) no-repeat center top;
  height: 293px;
  width: 599px;
  background-size: cover;
  margin: 0 auto;
  z-index: -1;
}
@media only screen and (max-width: 575px) {
  .call-to-action:before {
    height: 220px;
    width: 450px;
  }
}
@media only screen and (max-width: 479px) {
  .call-to-action:before {
    height: 161px;
    width: 330px;
  }
}
@media only screen and (max-width: 767px) {
  .call-to-action:before {
    height: 249px;
    max-width: 510px;
  }
}
@media only screen and (max-width: 575px) {
  .call-to-action:before {
    height: 220px;
    max-width: 450px;
  }
}
@media only screen and (max-width: 479px) {
  .call-to-action:before {
    height: 157px;
    max-width: 320px;
  }
}
.call-to-action img {
  opacity: 0;
}
.call-to-action .section-heading {
  margin-bottom: 65px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .call-to-action .section-heading {
    margin-bottom: 0px;
  }
}
.call-to-action .section-heading span {
  color: var(--color-accent1);
}
.call-to-action .section-heading .title {
  width: 60%;
  margin: 0 auto 25px !important;
}
@media only screen and (max-width: 991px) {
  .call-to-action .section-heading .title {
    width: 100%;
  }
}
.call-to-action .thumbnail {
  position: relative;
  text-align: center;
  height: 289px;
}
@media only screen and (max-width: 991px) {
  .call-to-action .thumbnail {
    height: 320px;
  }
}
@media only screen and (max-width: 991px) {
  .call-to-action .thumbnail {
    height: 150px;
  }
}
.call-to-action .thumbnail .larg-thumb {
  display: inline-block;
  margin-right: -180px;
}
@media only screen and (max-width: 991px) {
  .call-to-action .thumbnail .larg-thumb {
    margin-right: -130px;
  }
}
@media only screen and (max-width: 767px) {
  .call-to-action .thumbnail .larg-thumb {
    margin-right: -100px;
  }
}
@media only screen and (max-width: 575px) {
  .call-to-action .thumbnail .larg-thumb {
    margin-right: -50px;
  }
}
@media only screen and (max-width: 1199px) {
  .call-to-action .thumbnail .larg-thumb img {
    width: 90%;
  }
}
@media only screen and (max-width: 991px) {
  .call-to-action .thumbnail .larg-thumb img {
    width: 70%;
  }
}
@media only screen and (max-width: 767px) {
  .call-to-action .thumbnail .larg-thumb img {
    width: 50%;
  }
}
@media only screen and (max-width: 575px) {
  .call-to-action .thumbnail .larg-thumb img {
    width: 50%;
  }
}
.call-to-action .thumbnail .small-thumb li {
  position: absolute;
}
@media only screen and (max-width: 1199px) {
  .call-to-action .thumbnail .small-thumb li img {
    width: 90%;
  }
}
@media only screen and (max-width: 991px) {
  .call-to-action .thumbnail .small-thumb li img {
    width: 70%;
  }
}
@media only screen and (max-width: 767px) {
  .call-to-action .thumbnail .small-thumb li img {
    width: 35%;
  }
}
.call-to-action .thumbnail .small-thumb li.shape-1 {
  bottom: 0;
  left: 155px;
}
@media only screen and (min-width: 1200px) and (max-width: 1299px) {
  .call-to-action .thumbnail .small-thumb li.shape-1 {
    left: 90px;
  }
}
@media only screen and (max-width: 1199px) {
  .call-to-action .thumbnail .small-thumb li.shape-1 {
    left: 15px;
  }
}
@media only screen and (max-width: 991px) {
  .call-to-action .thumbnail .small-thumb li.shape-1 {
    left: -50px;
  }
}
@media only screen and (max-width: 767px) {
  .call-to-action .thumbnail .small-thumb li.shape-1 {
    left: -70px;
  }
}
@media only screen and (max-width: 575px) {
  .call-to-action .thumbnail .small-thumb li.shape-1 {
    left: -125px;
  }
}
.call-to-action .thumbnail .small-thumb li.shape-2 {
  bottom: 0;
  right: 80px;
}
@media only screen and (min-width: 1200px) and (max-width: 1299px) {
  .call-to-action .thumbnail .small-thumb li.shape-2 {
    right: 30px;
  }
}
@media only screen and (max-width: 1199px) {
  .call-to-action .thumbnail .small-thumb li.shape-2 {
    bottom: 0;
    right: -60px;
  }
}
@media only screen and (max-width: 991px) {
  .call-to-action .thumbnail .small-thumb li.shape-2 {
    right: -95px;
  }
}
@media only screen and (max-width: 767px) {
  .call-to-action .thumbnail .small-thumb li.shape-2 {
    right: -110px;
  }
}
@media only screen and (max-width: 575px) {
  .call-to-action .thumbnail .small-thumb li.shape-2 {
    right: -130px;
  }
}
/*-------------------------
   Case Study
-------------------------*/
.case-study-featured {
  margin-bottom: 60px;
}
@media only screen and (max-width: 1024px) {
  .case-study-featured {
    margin-bottom: 0px;
  }
}
@media only screen and (max-width: 991px) {
  .case-study-featured {
    margin-bottom: 0px;
  }
  .inner-about-sec .case-study-featured {
    margin-bottom: 14px;
  }
}
.case-study-featured .section-heading {
  margin-bottom: 0px;
}
.case-study-featured .section-heading .title {
  letter-spacing: normal !important;
  overflow: hidden;
  text-overflow: inherit;
  display: -webkit-box;
  -webkit-line-clamp: inherit;
  -webkit-box-orient: vertical;
  padding-bottom: 5px;
}
@media only screen and (max-width: 575px) {
  .case-study-featured .section-heading .title {
    -webkit-line-clamp: inherit;
  }
}
.case-study-featured .section-heading p {
  width: 100%;
  font-size: 17px;
}

@media only screen and (max-width: 1024px) {
  .about-right-sec .case-study-featured {
    margin-bottom: 60px;
  }
}

.case-study-counterup {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.case-study-counterup .single-counterup {
  margin-right: 60px;
  padding-right: 60px;
  border-right: 1px solid var(--color-ghost);
}
.case-study-counterup .single-counterup:last-child {
  margin-right: 0;
  padding-right: 0;
  border-right: none;
}
@media only screen and (max-width: 1199px) {
  .case-study-counterup .single-counterup {
    margin-right: 30px;
    padding-right: 30px;
  }
}
@media only screen and (max-width: 575px) {
  .case-study-counterup .single-counterup {
    margin-right: 30px;
    padding-right: 30px;
  }
}
@media only screen and (max-width: 479px) {
  .case-study-counterup .single-counterup {
    margin-right: 20px;
    padding-right: 20px;
  }
}
.case-study-counterup .count-number {
  color: var(--color-rose);
  letter-spacing: normal !important;
  margin-bottom: 0;
  padding: 0 0px;
  font-family: var(--font-primary);
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .case-study-counterup .count-number {
    padding: 0 0px;
  }
}
@media only screen and (max-width: 1199px) {
  .case-study-counterup .count-number {
    padding: 0;
  }
}
.case-study-counterup .count-number span {
  vertical-align: middle;
}
.case-study-counterup .count-number span.symbol {
  margin-left: -6px;
}

.case-study-featured-thumb {
  text-align: right;
  padding: 0 70px;
}
@media only screen and (max-width: 991px) {
  .case-study-featured-thumb {
    text-align: left;
    margin-bottom: 30px;
  }
}
.case-study-featured-thumb img {
  display: inline-block;
}

.case-study-page-area .case-study-featured-thumb {
  margin-bottom: 150px;
}
@media only screen and (max-width: 991px) {
  .case-study-page-area .case-study-featured-thumb {
    margin-bottom: 60px;
  }
}

.case-study-solution {
  position: relative;
  z-index: 1;
}
.case-study-solution .section-heading p {
  width: 100%;
}

/*-------------------------
    Contact
-------------------------*/
.office-location {
  margin-bottom: 30px;
}
.office-location .thumbnail {
  margin-bottom: 30px;
}
.office-location .thumbnail img {
  width: 100%;
}
.office-location .content .title {
  color: var(--color-white);
  margin-bottom: 20px;
}
.office-location .content p {
  color: var(--color-gray-2);
  width: 70%;
}

.contact-info {
  background-color: var(--color-dark);
  border-radius: 14px;
  padding: 60px 50px;
}
@media only screen and (max-width: 575px) {
  .contact-info {
    padding: 40px;
  }
}
@media only screen and (max-width: 479px) {
  .contact-info {
    padding: 25px;
  }
}
.contact-info.mt--150 {
  margin-top: 0;
}
.contact-info .title {
  color: var(--color-white);
  margin-bottom: 20px;
  color: var(--color-black);
}
.contact-info p {
  color: var(--color-light);
  width: 100%;
  color: var(--color-gray-1);
  min-height: 142px;
  margin-bottom: 25px;
}
 .contact-form-section .row .col-xl-5:first-child {
    margin-left: auto;
    margin-right: 0;
    width: 100%;
  }
.contact-form-section .row .col-xl-5.offset-xl-1 { width: 100%; }
@media only screen and (min-width: 1001px) {
.contact-form-section .row .col-xl-5.offset-xl-1 { display: flex; column-gap:30px; }
}
.contact-form-section .contact-info { width: 100%; }
.contact-form-box ul
{
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.contact-form-box ul li
{
  width: 100%;
}
.contact-form-box ul li.w50
{
  width: 49%;
}

@media only screen and (max-width: 575px) {
  .contact-info p {
    margin-bottom: 25px;
  }
}
@media only screen and (max-width: 479px) {
  .contact-info p {
    margin-bottom: 15px;
  }
}
.contact-info .phone-number {
  font-size: 22px;
  color: var(--color-accent2);
  margin-bottom: 0;
}
@media only screen and (max-width: 1199px) {
  .contact-info .phone-number {
    font-size: 25px;
  }
}
@media only screen and (max-width: 991px) {
  .contact-info .phone-number {
    font-size: 34px;
  }
}
@media only screen and (max-width: 767px) {
  .contact-info .phone-number {
    font-size: 30px;
  }
}
@media only screen and (max-width: 575px) {
  .contact-info .phone-number {
    font-size: 24px;
  }
}
@media only screen and (max-width: 479px) {
  .contact-info .phone-number {
    font-size: 18px;
  }
}
.contact-info .phone-number a {
  color: var(--color-primary);
}
.contact-info .phone-number a:hover {
  color: var(--color-secondary);
}

.contact-address .section-heading {
  margin-bottom: 180px;
}
@media only screen and (max-width: 991px) {
  .contact-address .section-heading {
    margin-bottom: 80px;
  }
}
.contact-address .section-heading .title {
  width: 100%;
}
.contact-address .address {
  margin-bottom: 40px;
}
.contact-address .address:last-child {
  margin-bottom: 0;
}
.contact-address .address .title {
  color: var(--color-white);
  font-weight: 700;
  margin-bottom: 10px;
}
.contact-address .address p {
  font-family: var(--font-primary);
  font-weight: 500;
  font-size: 24px;
  color: var(--color-gray-2);
  width: 50%;
  margin-bottom: 0;
}
@media only screen and (max-width: 1199px) {
  .contact-address .address p {
    width: 70%;
  }
}
@media only screen and (max-width: 991px) {
  .contact-address .address p {
    font-size: 18px;
    width: 80%;
  }
}
.contact-address .address p a {
  color: var(--color-gray-2);
}
.contact-address .address p a:hover {
  color: var(--color-white);
}

.contact-form-section .row {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.contact-form-section .row .col-xl-5.offset-xl-1 {
  margin-left: 0 !important;
}
.contact-form-section .row .col-xl-5:first-child {
  margin-left: 8.33333333%;
}
@media only screen and (max-width: 1199px) {
  .contact-form-section .row .col-xl-5:first-child {
    margin-left: 0;
  }
}
.contact-form-section .shape-group-12 .shape.shape-1 {
  left: 48.5%;
}

.page-contact-wordpress-developer .section-padding {
  padding-top: 0px; padding-bottom: 50px;
}
.contact-form-box .form-main ul li:last-child { width: auto; }
.contact-form-box .form-main ul li.browse-file {
    width: 100%;
}
 /* .browse-btn-main .browse-text .form-control {
    border: 1px solid #d3d3d3 !important;
    background: #f9f9f9;
} */
.contact-form-box .form-main select.form-control { border: 2px solid #d3d3d3 !important; background: url(../images/arrow-icon2.png) right center no-repeat #f9f9f9 }
.contact-form-box .form-main select.form-control:focus { background: url(../images/arrow-icon2.png) right center no-repeat #fff; }
.error-checkbox .about-yourself-sec .mb-4 {
    margin-bottom: 0.7rem!important;
}
.browse-btn-main .browse-text .form-control:focus { background: #fff; }
@media only screen and (max-width: 991px) {
  .page-contact-wordpress-developer .section-padding {
    padding-top: 0px;
  }
}

@media only screen and (max-width: 479px) {
  .recaptch-error iframe {
    /*scale: 0.8;*/
    margin-left: -31px;
    margin-top: -5px;
    height: auto;
  }
}

/*-------------------------
   Counter Up
-------------------------*/
.counterup-progress {
  background: transparent;
  border: 1px solid;
  border-image-source: linear-gradient(0deg, #27272E 64.45%, rgba(74, 75, 86, 0.72) 100%);
  text-align: center;
  padding: 60px 15px 30px;
  border-radius: 30px;
  -webkit-transition: var(--transition);
  transition: var(--transition);
  margin-bottom: 30px;
}
.design-startup-movement-sec .counterup-progress { background: #fff; }
.design-startup-movement-sec .counterup-progress .title { color: #000; }
.design-startup-movement-sec .counterup-progress:hover, .design-startup-movement-sec .counterup-progress.active { background: var(--color-secondary); }
.design-startup-movement-sec .counterup-progress:hover .title, .design-startup-movement-sec .counterup-progress.active .title { color: #fff; }
.customer-review-area .section-heading.heading-left {
  margin-bottom: 30px;
}

@media only screen and (max-width: 767px) {
  .counterup-progress {
    padding: 40px 20px;
  }
}
@media only screen and (max-width: 575px) {
  .counterup-progress {
    padding: 30px 10px;
  }
}
.counterup-progress .icon {
  margin-bottom: 20px;
}
.counterup-progress .icon img {
  width: 64px;
}
.counterup-progress .count-number {
  font-weight: 500;
  color: var(--color-primary);
  font-family: var(--font-primary);
  margin-bottom: 10px;
  letter-spacing: normal !important;
}
@media only screen and (max-width: 767px) {
  .counterup-progress .count-number {
    letter-spacing: normal !important;
  }
}
.counterup-progress .count-number span.symbol {
  margin: 0 -6px;
}
.counterup-progress .title {
  color: var(--color-white);
}
.counterup-progress:hover, .counterup-progress.active {
  background: var(--gradient-dark);
}
.counterup-progress.counterup-style-2 {
  background: var(--gradient-primary);
  border: none;
}
.counterup-progress.counterup-style-2 .icon .light-icon {
  display: none;
}
.counterup-progress.counterup-style-2 .title {
  color: var(--color-body);
}
.counterup-progress.counterup-style-2:hover, .counterup-progress.counterup-style-2.active {
  background-color: var(--color-light);
}

.expert-counterup-area .section-heading p {
  width: 100%;
}
.expert-counterup-area .section-heading .axil-btn {
  width: 240px;
}

/*-------------------------
    FAQ
-------------------------*/
.faq-area .section-heading .title {
  font-size: 48px;
  margin-bottom: 40px;
}
@media only screen and (max-width: 575px) {
  .faq-area .section-heading .title {
    font-size: 38px;
  }
}
.faq-area .section-heading p {
  width: 100%;
}

.faq-accordion .accordion-item {
  background-color: var(--color-white);
  border-radius: 24px;
  border: none;
  margin-bottom: 20px;
  -webkit-box-shadow: 0 10px 48px -30px rgb(153, 161, 170);
          box-shadow: 0 10px 48px -30px rgb(153, 161, 170);
  -webkit-transition: var(--transition);
  transition: var(--transition);
}
.faq-accordion .accordion-item:last-child {
  margin-bottom: 0;
}
.faq-accordion .accordion-item:last-child .accordion-button.collapsed {
  margin-bottom: 0;
}
.faq-accordion .accordion-button {
  -webkit-box-shadow: none;
          box-shadow: none;
  font-size: var(--font-body-1);
  color: var(--color-primary);
  font-weight: 500;
  font-family: var(--font-primary);
  padding: 30px 40px 20px;
  position: relative;
  border-radius: 0 !important;
  -webkit-transition: var(--transition);
  transition: var(--transition);
  background-color: transparent;
}
.faq-accordion .accordion-button:after {
  content: "\f068";
  font-family: var(--font-awesome);
  background-image: none;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  width: auto;
  color: var(--color-primary);
  -webkit-transition: var(--transition);
  transition: var(--transition);
  padding-left: 10px;
}
.faq-accordion .accordion-button.collapsed {
  color: var(--color-dark);
  border-radius: 24px !important;
  padding: 30px 40px;
  background-color: #f8f8f8;
  margin-bottom: -10px;
}
.faq-accordion .accordion-button.collapsed:after {
  content: "\f067";
  color: var(--color-dark);
}
.faq-accordion .accordion-body {
  padding: 0 40px 40px;
}
.faq-accordion .accordion-body p {
  color: var(--color-gray-1);
  margin-bottom: 0;
}

/*-------------------------
   Pricing
-------------------------*/
.pricing-table {
  background-color: var(--color-white);
  padding: 40px;
  border-radius: 30px;
  position: relative;
  margin-bottom: 30px;
  -webkit-transition: var(--transition);
  transition: var(--transition);
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .pricing-table {
    padding: 40px 15px;
  }
}
@media only screen and (max-width: 575px) {
  .pricing-table {
    padding: 40px 30px;
  }
}
.pricing-table .pricing-header {
  text-align: center;
}
.pricing-table .pricing-header .title {
  color: var(--color-primary);
  font-weight: 400;
  font-size: 40px;
  margin-bottom: 8px;
  letter-spacing: normal !important;
  -webkit-transition: var(--transition);
  transition: var(--transition);
}
@media only screen and (max-width: 1199px) {
  .pricing-table .pricing-header .title {
    font-size: 36px;
  }
}
@media only screen and (max-width: 575px) {
  .pricing-table .pricing-header .title {
    font-size: 30px;
  }
}
.pricing-table .pricing-header .subtitle {
  font-size: 14px;
  color: var(--color-black);
  -webkit-transition: var(--transition);
  transition: var(--transition);
  margin-bottom: 20px;
}
.pricing-table .pricing-header .price-wrap {
  border-top: 1px solid rgb(227, 230, 233);
  padding-top: 50px;
  margin-bottom: 30px;
  font-family: var(--font-primary);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: var(--transition);
  transition: var(--transition);
}
.pricing-table .pricing-header .price-wrap .amount {
  font-size: 64px;
  line-height: 1;
  color: var(--color-black);
  font-weight: 500;
  letter-spacing: normal !important;
  -webkit-transition: var(--transition);
  transition: var(--transition);
}
@media only screen and (max-width: 1199px) {
  .pricing-table .pricing-header .price-wrap .amount {
    font-size: 50px;
  }
}
@media only screen and (max-width: 575px) {
  .pricing-table .pricing-header .price-wrap .amount {
    font-size: 40px;
  }
}
.pricing-table .pricing-header .price-wrap .duration {
  font-size: 14px;
  font-weight: 500;
  color: var(--color-gray-2);
  margin-left: 8px;
  -webkit-transition: var(--transition);
  transition: var(--transition);
}
.pricing-table .pricing-header .price-wrap .monthly-pricing {
  display: none;
}
.pricing-table .pricing-body {
  margin-top: 30px;
}
.pricing-table .pricing-body li {
  padding: 12px 0;
  color: var(--color-gray-2);
  padding-left: 34px;
  position: relative;
  -webkit-transition: var(--transition);
  transition: var(--transition);
}
.pricing-table .pricing-body li:before {
  content: "\f00c";
  font-family: var(--font-awesome);
  font-weight: 900;
  position: absolute;
  top: 10px;
  left: 0;
}
.pricing-table .star-icon {
  height: 48px;
  width: 48px;
  line-height: 48px;
  text-align: center;
  color: var(--color-primary);
  background-color: var(--color-accent1);
  border-radius: 50%;
  position: absolute;
  top: 8px;
  right: 10px;
}
.pricing-table:hover, .pricing-table.active {
  background-color: var(--color-primary);
}
.pricing-table:hover .pricing-header .title, .pricing-table.active .pricing-header .title {
  color: var(--color-white);
}
.pricing-table:hover .pricing-header .subtitle, .pricing-table.active .pricing-header .subtitle {
  color: var(--color-white);
}
.pricing-table:hover .pricing-header .price-wrap, .pricing-table.active .pricing-header .price-wrap {
  border-color: rgba(227, 230, 233, 0.2);
}
.pricing-table:hover .pricing-header .price-wrap .amount, .pricing-table.active .pricing-header .price-wrap .amount {
  color: var(--color-white);
}
.pricing-table:hover .pricing-header .price-wrap .duration, .pricing-table.active .pricing-header .price-wrap .duration {
  color: var(--color-white);
}
.pricing-table:hover .pricing-header .axil-btn, .pricing-table.active .pricing-header .axil-btn {
  background-color: var(--color-white);
  border-color: var(--color-white);
  color: var(--color-dark);
}
.pricing-table:hover .pricing-header .axil-btn:hover, .pricing-table.active .pricing-header .axil-btn:hover {
  background-color: var(--color-accent1);
  border-color: var(--color-accent1);
  color: var(--color-white);
}
.pricing-table:hover .pricing-body li, .pricing-table.active .pricing-body li {
  color: var(--color-white);
}
.pricing-table.pricing-borderd {
  border: var(--border-light);
}

.pricing-billing-duration {
  text-align: center;
}
.pricing-billing-duration ul {
  list-style: none;
  padding: 5px;
  margin-bottom: 60px;
  border-bottom: none;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: var(--color-white);
  border: 1px solid #E3E6E9;
  border-radius: 110px;
}
.pricing-billing-duration ul .nav-item {
  margin-right: 10px;
  margin-bottom: 0;
  margin-top: 0;
}
.pricing-billing-duration ul .nav-item:last-child {
  margin-right: 0;
}
.pricing-billing-duration ul .nav-link {
  color: var(--color-black);
  font-size: 18px;
  font-weight: 500;
  letter-spacing: -0.025em;
  font-family: var(--font-primary);
  background-color: transparent;
  border: none;
  border-radius: 60px;
  padding: 14px 30px;
}
.pricing-billing-duration ul .nav-link.active {
  background-color: var(--color-primary);
  color: var(--color-white);
}
@media only screen and (max-width: 575px) {
  .pricing-billing-duration ul .nav-link {
    font-size: 15px;
    padding: 12px 25px;
  }
}
.pricing-billing-duration ul .billed-check-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.pricing-billing-duration ul .billed-check-box input {
  height: 0;
  width: 0;
  visibility: hidden;
}
.pricing-billing-duration ul .billed-check-box label {
  cursor: pointer;
  width: 56px;
  height: 24px;
  background-color: var(--color-primary);
  border-radius: 12px;
  position: relative;
}
.pricing-billing-duration ul .billed-check-box label::after {
  content: "";
  position: absolute;
  top: 4px;
  left: 4px;
  width: 16px;
  height: 16px;
  background-color: var(--color-white);
  border-radius: 50%;
  -webkit-transition: var(--transition);
  transition: var(--transition);
}
.pricing-billing-duration ul .billed-check-box input:checked + label:after {
  left: calc(100% - 4px);
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
}

/*-------------------------
    Process
-------------------------*/
.process-work {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 80px;
}
@media only screen and (max-width: 991px) {
  .process-work {
    display: block;
    margin-bottom: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .process-work {
    display: block;
    margin-bottom: 50px;
  }
}
.process-work .thumbnail {
  background-color: var(--color-white);
  border-radius: 30px;
  text-align: center;
  position: relative;
}
@media only screen and (max-width: 991px) {
  .process-work .thumbnail {
    width: 100%;
    margin-bottom: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .process-work .thumbnail {
    width: 100%;
    margin-bottom: 40px;
  }
}
@media only screen and (max-width: 575px) {
  .process-work .thumbnail {
    margin-bottom: 30px;
  }
}
.process-work .thumbnail:before, .process-work .thumbnail:after {
  z-index: -1;
  position: absolute;
  content: "";
  bottom: 25px;
  left: 10px;
  width: 50%;
  top: 80%;
  /*max-width: 225;*/
  background: #777;
  -webkit-box-shadow: 0 35px 20px #777;
  box-shadow: 0 35px 20px #777;
  -webkit-transform: rotate(-8deg);
  transform: rotate(-8deg);
  opacity: 0.5;
}
.process-work .thumbnail:after {
  -webkit-transform: rotate(8deg);
  transform: rotate(8deg);
  right: 10px;
  left: auto;
}
.process-work .content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-left: 60px;
}
@media only screen and (max-width: 991px) {
  .process-work .content {
    margin-left: 0;
  }
}
@media only screen and (max-width: 767px) {
  .process-work .content {
    margin-left: 0;
  }
}
.process-work .content .subtitle {
  font-size: 20px;
  color: var(--color-rose);
  font-weight: 700;
  font-family: var(--font-primary);
  margin-bottom: 20px;
}
@media only screen and (max-width: 767px) {
  .process-work .content .subtitle {
    font-size: 16px;
    margin-bottom: 10px;
  }
}
.process-work .content .title {
  font-size: 34px;
  font-weight: 700;
  margin-bottom: 12px;
}
@media only screen and (max-width: 1199px) {
  .process-work .content .title {
    font-size: 26px;
  }
}
@media only screen and (max-width: 767px) {
  .process-work .content .title {
    font-size: 24px;
    line-height: normal;
  }
}
.process-work .content p {
  color: var(--color-body);
  width: 100%;
  margin-bottom: 0;
}
@media only screen and (max-width: 1199px) {
  .process-work .content p {
    width: 100%;
  }
}
.process-work .content p a {
  color: var(--color-link);
}
.process-work .content p a:hover, .process-work .content p a:focus {
  color: var(--color-link-hover);
}
.process-work.content-reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.process-work.content-reverse .content {
  margin: 0 60px 0 0;
  padding-left: 0px;
}
@media only screen and (max-width: 1199px) {
  .process-work.content-reverse .content {
    padding-left: 0;
  }
}
@media only screen and (max-width: 767px) {
  .process-work.content-reverse .content {
    margin: 0;
  }
}
.process-work.content-reverse .content p {
  width: 100%;
}

@media only screen and (max-width: 991px) {
  .about-team-img img {
    margin-bottom: 10px !important;
  }
}

@media only screen and (max-width: 991px) {
  .my-services-sec .process-work .thumbnail {
    -webkit-box-shadow: 0 0px 10px #e3e3e3;
            box-shadow: 0 0px 10px #e3e3e3;
  }
}

/*-------------------------
   Project
-------------------------*/
.project-grid {
  -webkit-box-shadow: 0 55px 86px -35px #ECF2F6;
          box-shadow: 0 55px 86px -35px #ECF2F6;
  border-radius: 30px;
  margin-bottom: 40px;
}
.project-grid .thumbnail {
  overflow: hidden;
  border-radius: 30px 30px 0 0;
  position: relative;
}
.project-grid .thumbnail a {
  display: block;
}
.project-grid .thumbnail img {
  border-radius: 30px 30px 0 0;
  width: 100%;
  -webkit-transition: var(--transition);
  transition: var(--transition);
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: -webkit-transform 2s cubic-bezier(0.2, 0.96, 0.34, 1);
  transition: -webkit-transform 2s cubic-bezier(0.2, 0.96, 0.34, 1);
  transition: transform 2s cubic-bezier(0.2, 0.96, 0.34, 1);
  transition: transform 2s cubic-bezier(0.2, 0.96, 0.34, 1), -webkit-transform 2s cubic-bezier(0.2, 0.96, 0.34, 1);
}
.project-grid .content {
  background-color: var(--color-white);
  border-radius: 0 0 30px 30px;
  padding: 40px 50px;
}
@media only screen and (max-width: 1199px) {
  .project-grid .content {
    padding: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .project-grid .content {
    padding: 30px;
  }
}
.project-grid .content .title {
  letter-spacing: normal !important;
  margin-bottom: 10px;
  color: var(--color-black) !important;
  margin-top: 0;
}
.project-grid .content .title a:hover {
  color: var(--color-link-hover);
}
.project-grid:hover .thumbnail img {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}
.project-grid.project-style-2 {
  -webkit-box-shadow: none;
          box-shadow: none;
  position: relative;
  margin-bottom: 60px;
}
@media only screen and (max-width: 991px) {
  .project-grid.project-style-2 {
    margin-bottom: 30px;
  }
}
.project-grid.project-style-2 .thumbnail {
  border-radius: 30px;
}
.home .project-grid.project-style-2 .thumbnail{
border: 2px solid #fff;	
}
.project-grid.project-style-2 .thumbnail img {
  border-radius: 30px;
}
.project-grid.project-style-2 .content {
  background-color: transparent;
  border-radius: 0;
  padding: 0;
  position: absolute;
  top: 50px;
  left: 50px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .project-grid.project-style-2 .content {
    top: 35px;
    left: 35px;
  }
}
@media only screen and (max-width: 991px) {
  .project-grid.project-style-2 .content {
    top: 25px;
    left: 25px;
  }
}
@media only screen and (max-width: 991px) {
  .project-grid.project-style-2 .content .title {
    font-size: 24px;
  }
}
.project-grid.project-style-2 .content .subtitle {
  font-size: 18px;
  margin-bottom: 15px;
}
@media only screen and (max-width: 991px) {
  .project-grid.project-style-2 .content .subtitle {
    margin-bottom: 3px; display: none;
  }
}

.more-project-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 20px;
}
@media only screen and (max-width: 767px) {
  .more-project-btn {
    margin-top: 0;
  }
}
.more-project-btn .axil-btn {
  padding: 24px 80px;
  color: var(--color-dark);
  display: block;
}
.more-project-btn .axil-btn.btn-fill-primary {
  color: var(--color-white);
}
@media only screen and (max-width: 767px) {
  .more-project-btn .axil-btn {
    padding: 18px 40px;
    font-size: 15px;
  }
}

.project-add-banner {
  background-color: var(--color-peach);
  border-radius: 30px;
  padding: 50px 60px 50px 50px;
  margin-bottom: 120px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (max-width: 991px) {
  .project-add-banner {
    padding: 40px 30px;
    margin-bottom: 80px;
  }
}
@media only screen and (max-width: 767px) {
  .project-add-banner {
    display: block;
  }
}
@media only screen and (max-width: 575px) {
  .project-add-banner {
    display: block;
  }
}
@media only screen and (max-width: 479px) {
  .project-add-banner {
    padding: 20px 20px 30px;
  }
}
.project-add-banner .content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-right: 50px;
}
@media only screen and (max-width: 575px) {
  .project-add-banner .content {
    padding-right: 0;
  }
}
.project-add-banner .content .subtitle {
  font-size: var(--font-body-1);
  margin-bottom: 15px;
}
.project-add-banner .content .title {
  width: 80%;
  letter-spacing: normal !important;
  margin-bottom: 110px;
}
@media only screen and (max-width: 1199px) {
  .project-add-banner .content .title {
    width: 100%;
  }
}
@media only screen and (max-width: 991px) {
  .project-add-banner .content .title {
    margin-bottom: 60px;
  }
}
@media only screen and (max-width: 767px) {
  .project-add-banner .content .title {
    margin-bottom: 20px;
    margin-top: 0;
  }
}
.project-add-banner .thumbnail {
  margin: -170px 0 -110px;
}
@media only screen and (max-width: 1199px) {
  .project-add-banner .thumbnail {
    width: 50%;
    margin-top: -120px;
  }
}
@media only screen and (max-width: 991px) {
  .project-add-banner .thumbnail {
    margin-top: -90px;
  }
}
@media only screen and (max-width: 767px) {
  .project-add-banner .thumbnail {
    width: 100%;
    margin-top: 0;
    margin-bottom: -80px;
  }
}
@media only screen and (max-width: 575px) {
  .project-add-banner .thumbnail {
    /*margin: 40px auto 0;
    width: 70%;*/
  }
}
.project-add-banner a:hover {
  color: var(--color-link-hover);
}
.section-padding-2.axil-portfolio-area.project-column-6 {
  padding: 50px 0 70px !important;
}
.axil-portfolio-area .isotope-button {
  text-align: center !important;
  display: flex !important;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 4px;	
}
.isotope-project-btn {
  margin-bottom: 40px;
  display: none;
}
.isotope-project-btn button {
  border: none;
  background-color: #fff;
  font-size: 16px;
  font-weight: 500;
  color: #000;
  font-family: var(--font-primary);
  margin-right: 2px;
  margin-left: 2px;
  margin-bottom: 5px;
  padding: 10px 20px;
  position: relative;
  border-radius: 10px;
  border: 1px solid #ffc6d4;
}

.isotope-project-btn button:hover, .isotope-project-btn button.is-checked { background-color: var(--color-primary);  color: #fff !important; border-color: var(--color-primary); }
@media only screen and (max-width: 767px) {
  .isotope-project-btn button {
    margin-right: 30px;
    font-size: 18px;
  }
}
@media only screen and (max-width: 575px) {
  .isotope-project-btn button {
    font-size: 16px;
  }
}
@media only screen and (max-width: 320px) {
  .isotope-project-btn button {
    margin-right: 16px;
  }
}
.isotope-project-btn button:focus-visible {
  outline: none;
}
.isotope-project-btn button:after {
  content: "";
  height: 2px;
  width: 100%;
  background-color: var(--color-secondary);
  position: absolute;
  bottom: 0;
  left: 0;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: var(--transition);
  transition: var(--transition);
  display: none !important;
}
.isotope-project-btn button.is-checked {
  color: var(--color-dark);
}
.isotope-project-btn button.is-checked:after {
  visibility: visible;
  opacity: 1;
}
.isotope-project-btn button:last-child {
  margin-right: 0;
}

@media only screen and (max-width: 991px) {
  .single-portfolio-area .why-choose-us {
    margin-top: 50px;
  }
}

.project-column-4 .project-grid .content {
  padding: 40px 30px;
}

.our-project-listing-page .section-padding-2 {
  padding-top: 70px;
}

.my-portfolio-sec .section-heading.heading-dark-left {
  display: none;
}
.my-portfolio-sec .section-padding-3 {
  padding: 60px 0 60px;
}
@media only screen and (max-width: 991px) {
  .my-portfolio-sec .section-padding-3 {
    padding-top: 0;
  }
}
@media only screen and (max-width: 575px) {
  .my-portfolio-sec .section-padding-3 {
    padding-top: 10px;
  }
}
.my-portfolio-sec .more-project-btn .axil-btn {
  color: var(--color-white);
}

/*-------------------------
    Service
-------------------------*/
.services-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 30px;
  border-radius: 30px;
  -webkit-transition: var(--transition);
  transition: var(--transition);
  margin-bottom: 10px;
  position: relative;
  z-index: 1;
  transition: var(--transition);
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .services-grid {
    padding: 30px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .services-grid {
    padding: 30px 15px;
  }
}
@media only screen and (max-width: 991px) {
  .services-grid {
    padding: 30px 25px;
  }
}
@media only screen and (max-width: 479px) {
  .services-grid {
    display: block;
  }
}
.services-grid:after {
  content: "";
  height: 100%;
  width: 100%;
  background: var(--color-secondary);
  border: 1px solid;
  border-color: var(--color-secondary);
  border-radius: 30px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: var(--transition);
  transition: var(--transition);
}
.services-grid .thumbnail {
  max-width: 85px;
  margin-right: 25px;
}
@media only screen and (max-width: 1199px) {
  .services-grid .thumbnail {
    max-width: 60px;
  }
}
@media only screen and (max-width: 991px) {
  .services-grid .thumbnail {
    width: 60px;
    margin-right: 15px;
  }
}
@media only screen and (max-width: 767px) {
  .services-grid .thumbnail {
    margin-right: 25px;
  }
}
@media only screen and (max-width: 479px) {
  .services-grid .thumbnail {
    margin-bottom: 12px;
  }
}
.services-grid .content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.services-grid .content h3.title {font-size: 20px;}
.home .services-grid .content h3.title { color: #fff !important;}
.services-grid .content .title {
  max-width: 100%;
  margin-bottom: 8px;
}
.services-grid .content .title a {
  color: var(--color-white);
}
.services-grid .content .title a:hover {
  color: var(--color-primary);
}
.services-grid .content p {
  color: var(--color-white);
  opacity: 0.85;
  letter-spacing: normal !important;
  margin-bottom: 14px;
  line-height: 25px;
  font-size: 16px;
}
.services-grid .content .more-btn {
  font-weight: 500;
  color: var(--color-white);
  position: relative;
}
.services-grid .content .more-btn:before {
  content: "";
  width: 0;
  height: 1px;
  background-color: var(--color-accent2);
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  opacity: 0;
  -webkit-transition: var(--transition);
  transition: var(--transition);
}
.services-grid:hover:after, .services-grid.active:after {
  visibility: visible;
  opacity: 1;
}
.services-grid:hover .thumbnail::after, .services-grid.active .thumbnail::after {
  -webkit-transform: scale(1);
          transform: scale(1);
}
.services-grid:hover .content p, .services-grid.active .content p {
  opacity: 1 !important;
}
.services-grid:hover .content .more-btn, .services-grid.active .content .more-btn {
  color: var(--color-accent2) !important;
  padding-left: 50px;
}
.services-grid:hover .content .more-btn:before, .services-grid.active .content .more-btn:before {
  width: 34px;
  opacity: 1;
}
.services-grid.service-style-2 {
  background: var(--color-white);
  border: 0px solid;
  border-image-source: linear-gradient(90deg, #ECF2F6 0%, rgba(236, 242, 246, 0) 70.31%);
  background-color: var(--color-white);
  margin-bottom: 30px;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.services-grid.service-style-2:after {
  display: none;
}
.services-grid.service-style-2 .content .title a {
  color: var(--color-black);
}
.services-grid.service-style-2 .content .title a:hover {
  color: var(--color-secondary);
}
.services-grid.service-style-2 .content p {
  color: var(--color-body);
  opacity: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.services-grid.service-style-2 .content .more-btn {
  color: var(--color-body);
}
.services-grid.service-style-2:hover, .services-grid.service-style-2.active {
  background-color: var(--color-secondary) !important;
}
.services-grid.service-style-2:hover .content h5 a, .services-grid.service-style-2.active .content h5 a {
  color: var(--color-white);
}
.services-grid.service-style-2:hover .content h5 a:hover, .services-grid.service-style-2.active .content h5 a:hover {
  color: var(--color-white);
}
.services-grid.service-style-2:hover .content p, .services-grid.service-style-2.active .content p {
  color: var(--color-white);
}
.services-grid.service-style-2:hover .content .more-btn, .services-grid.service-style-2.active .content .more-btn {
  color: var(--color-secondary);
}
.services-grid.service-style-2:hover .content .more-btn:before, .services-grid.service-style-2.active .content .more-btn:before {
  background-color: var(--color-white);
}

.service-scroll-navigation-area {
  position: relative;
  padding-top: 90px;
}
@media only screen and (max-width: 767px) {
  .service-scroll-navigation-area {
    padding-top: 40px;
  }
}

.service-scroll-nav {
  background-color: var(--color-white);
  z-index: 3;
  -webkit-transition: var(--transition);
  transition: var(--transition);
  padding-top: 5px;
  padding-bottom: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.service-scroll-nav .container {
  max-width: 100%;
  padding-left: 0;
  padding-right: 0;
}
@media only screen and (max-width: 530px) {
  .service-scroll-nav {
    top: 0px !important;
  }
}
.service-scroll-nav ul {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  border-bottom: 1px solid var(--color-mercury);
}
.service-scroll-nav ul li {
  margin: 0 10px;
}
.service-scroll-nav ul li a {
  padding: 30px 10px;
  color: var(--color-dark);
  position: relative;
}
@media only screen and (max-width: 991px) {
  .service-scroll-nav ul li a {
    padding: 26px 0;
    font-size: 15px;
  }
}
@media only screen and (max-width: 767px) {
  .service-scroll-nav ul li a {
    padding: 10px 0;
    font-size: 15px;
  }
}
@media only screen and (max-width: 575px) {
  .service-scroll-nav ul li a {
    font-size: 14px;
  }
}
.service-scroll-nav ul li a::after {
  content: "";
  height: 2px;
  width: 0;
  background-color: var(--color-primary);
  position: absolute;
  bottom: -1px;
  left: 0;
  -webkit-transition: var(--transition);
  transition: var(--transition);
}
.service-scroll-nav ul li a:hover {
  color: var(--color-primary);
}
.service-scroll-nav ul li a:hover::after {
  width: 100%;
}
.service-scroll-nav ul li a:focus {
  color: var(--color-dark);
}
.service-scroll-nav ul li a.active {
  color: var(--color-secondary) !important;
  background-color: transparent !important;
}
.service-scroll-nav ul li a.active::after {
  width: 100%;
}

.light-services-section .heading-light-left .title {
  color: var(--color-black);
}
.light-services-section .list-unstyled {
  opacity: 0.5;
}
.light-services-section .service-style-1 {
  /* background: var(--color-white);
  border: 0px solid;
  border-image-source: linear-gradient(90deg, #ECF2F6 0%, rgba(236, 242, 246, 0) 70.31%);
  background-color: var(--color-white); */
  margin-bottom: 30px;
  /* -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); */
}
.light-services-section .service-style-1 .content .title {
  color: var(--color-black) !important;
}
.light-services-section .service-style-1 .content p {
  color: var(--color-body);
}
.light-services-section .service-style-1 .content .more-btn {
  color: var(--color-body);
}
.light-services-section .service-style-1:hover, .light-services-section .service-style-1.active {
  background-color: var(--color-secondary) !important;
}
.light-services-section .service-style-1:hover .content .title, .light-services-section .service-style-1.active .content .title {
  color: var(--color-white) !important;
}
.light-services-section .service-style-1:hover .content .title:hover, .light-services-section .service-style-1.active .content .title:hover {
  color: var(--color-white) !important;
}
.light-services-section .service-style-1:hover .content p, .light-services-section .service-style-1.active .content p {
  color: var(--color-white);
}
.light-services-section .service-style-1:hover .content .more-btn, .light-services-section .service-style-1.active .content .more-btn {
  color: var(--color-secondary);
}

.single-post .breadcrum-area {
  background: none;
  padding: 170px 0 40px;
}

.request-quote-main .form-main .browse-btn-main li.browse-text { margin-bottom: 30px;}

@media only screen and (max-width: 991px) {
  .single-post .breadcrum-area {
    padding-top: 150px;
    padding-bottom: 10px;
  }
  
}
@media only screen and (max-width: 479px) {
  .single-post .breadcrum-area {
    padding-top: 150px;
  }
}
.single-post .breadcrum-area .breadcrumb ul {
  margin-bottom: 15px;
}
.single-post .section-padding-3 {
  padding-top: 0;
}

.single .breadcrumb ul {
  margin-bottom: 15px;
}
.single .section-padding-3 {
  padding-top: 0;
}

.home .services-grid h5.title br {
  display: none;
}

@media only screen and (max-width: 767px) {
  .services-grid h5.title br { display: none; }
  .service-style-1 { height: auto !important; }
  .light-services-section .service-style-1 { margin-bottom:15px;}
  .my-portfolio-sec.with-filter .isotope-project-btn { display: none !important; }
  .axil-portfolio-area.project-column-6.section.section-padding-2.bg-color-light.filter-area-56b6225 { padding-top: 0 !important; padding-bottom: 30px !important; }
  .why-choose-us .accordion-item .accordion-button {  min-height: 70px;}
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .services-listing-box .col-lg-4 {
    width: 50%;
  }
  .service-page-listing .col-lg-4 {
    width: 50%;
  }
}

.services-listing-box .section-heading.heading-light-left {
  margin-bottom: 35px;
}
@media only screen and (max-width: 767px) {
  .services-listing-box .section-heading.heading-light-left {
    margin-bottom: 25px;
  }
}
.services-listing-box .section-heading.heading-light-left p:empty {
  display: none;
}

@media only screen and (max-width: 991px) {
  .services-top-section h3.title {
    margin-top: 0;
  }
}

.why-choose-us {
  position: relative;
}
@media only screen and (max-width: 1024px) {
  .why-choose-us {
    margin-bottom: 40px;
  }
  .why-choose-us::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: -15px;
    width: 100%;
    height: 1px;
    background: var(--color-primary);
  }
}
@media only screen and (max-width: 767px) {
  .why-choose-us::before {
    top: -5px;
  }
}
@media only screen and (max-width: 575px) {
  .why-choose-us::before {
    top: -8px;
  }
}

/*-------------------------
    Team
-------------------------*/
.team-grid {
  text-align: center;
  margin-bottom: 80px;
}
.team-grid .thumbnail {
  margin-bottom: 30px;
  display: inline-block;
}
.team-grid .thumbnail a {
  position: relative;
}
.team-grid .thumbnail a:after {
  content: "";
  height: 100%;
  width: 100%;
  border: 8px dashed var(--color-rose);
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  visibility: hidden;
  opacity: 0;
  -webkit-transition: var(--transition);
  transition: var(--transition);
}
.team-grid .thumbnail a img {
  border-radius: 50%;
}
.team-grid .content .title {
  color: var(--color-white);
  margin-bottom: 10px;
  font-size: 24px;
}
.team-grid .content .designation {
  display: block;
  color: var(--color-gray-2);
}
.team-grid:hover .thumbnail a:after, .team-grid.active .thumbnail a:after {
  visibility: visible;
  opacity: 1;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}

.team-details-content {
  padding-right: 50px;
  margin-bottom: 30px;
}
@media only screen and (max-width: 991px) {
  .team-details-content {
    padding-right: 0;
  }
}
.team-details-content .subtitle {
  display: block;
  color: var(--color-primary);
  border-bottom: 3px solid;
  font-weight: 700;
  font-size: 22px;
  line-height: 26px;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
@media only screen and (max-width: 767px) {
  .team-details-content .subtitle {
    font-size: 18px;
  }
}
.team-details-content .social-share {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: -10px;
}
.team-details-content .social-share li {
  margin: 10px;
}
.team-details-content .social-share li a {
  font-size: 20px;
  color: var(--color-gray-2);
}
.team-details-content .social-share li a:hover {
  color: var(--color-primary);
}
.team-details-content p {
  font-size: 20px;
  margin-top: 40px;
  line-height: 1.7;
}

.team-details-thumb img {
  border-radius: 10px;
}

.post-type-archive-axil_team .pagination ul li a {
  color: var(--color-light);
}

/*-------------------------
   Testimonial
-------------------------*/
.testimonial-grid {
  padding: 30px 0 0px;
  border-top: 2px solid transparent;
  -webkit-transition: var(--transition);
  transition: var(--transition);
}
@media only screen and (max-width: 767px) {
  .testimonial-grid {
    padding: 30px 0;
  }
}
.testimonial-grid .social-media {
  font-size: 20px;
  font-weight: 700;
  color: var(--color-rose);
  font-family: var(--font-primary);
  letter-spacing: -0.025em;
  margin-bottom: 15px;
}
@media only screen and (min-width: 1199px) {
.page-frontend-developer .testimonial-grid .social-media {
  margin-top: 20px;
}
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .testimonial-grid .social-media {
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 991px) {
  .testimonial-grid .social-media {
    margin-bottom: 15px;
  }
}
.testimonial-grid .social-media img {
  height: 50px;
  width: auto;
}
.testimonial-grid p {
  font-size: 18px !important;
  line-height: 1.5 !important;
  color: var(--color-black);
  font-family: var(--font-primary);
  letter-spacing: 0.5px !important;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .testimonial-grid p {
    font-size: 17px !important;
  }
}
@media only screen and (max-width: 991px) {
  .testimonial-grid p {
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .testimonial-grid p {
    font-size: 16px !important;
  }
}
.testimonial-grid .author-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.testimonial-grid .author-info .thumb img {
  border-radius: 50%;
}
.testimonial-grid .author-info .content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-left: 20px;
}
.testimonial-grid .author-info .content span {
  display: block;
}
.testimonial-grid .author-info .content .name {
  font-weight: 700;
  color: var(--color-black);
  letter-spacing: normal;
  margin-bottom: 0px;
}
.testimonial-grid .author-info .content .designation {
  font-size: 15px;
  color: var(--color-gray-1);
  letter-spacing: 0.6px;
}
.testimonial-grid:hover, .testimonial-grid.active {
  /*border-top-color: var(--color-primary);
  border-top-color: transparent;*/
}
.testimonial-grid.testimonial-light p {
  color: var(--color-white);
}
.testimonial-grid.testimonial-light .author-info .content .name {
  color: var(--color-white);
}

.customer-review-area .section-heading {
  position: relative;
}
.customer-review-area .section-heading:after {
  content: "";
  position: absolute;
  top: -60px;
  right: 0;
  background: url(../images/manager-sorting-testimonials.png) no-repeat center top;
  background-size: cover;
  width: 460px;
  height: 279px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .customer-review-area .section-heading:after {
    width: 400px;
    height: 243px;
    top: -40px;
  }
  .home .customer-review-area .section-heading:after {
    top: 0px;
  }
}
@media only screen and (max-width: 991px) {
  .customer-review-area .section-heading:after {
    width: 300px;
    height: 182px;
    top: -20px;
  }
}
@media only screen and (max-width: 767px) {
  .customer-review-area .section-heading:after {
    display: none;
  }
}
.customer-review-area .section-heading .title {
  font-size: var(--h2);
  margin-bottom: 5px;
}
@media only screen and (max-width: 767px) {
  .customer-review-area .section-heading .title {
    font-size: var(--h3);
  }
}
.customer-review-area .section-heading p {
  width: 80%;
}
@media only screen and (max-width: 991px) {
  .customer-review-area .section-heading p {
    width: 80%;
  }
}
@media only screen and (max-width: 767px) {
  .customer-review-area .section-heading p {
    width: 100%;
  }
}
@media only screen and (max-width: 991px) {
  .customer-review-area .section-heading {
    margin-bottom: 20px;
  }
  .customer-review-area .section-heading p {
    margin-bottom: 0;
  }
}
.customer-review-area .review-site-logo {
  text-align: right;
  padding-top: 20px;
}
.customer-review-area .review-site-logo img {
  height: 70px;
}
@media only screen and (max-width: 991px) {
  .customer-review-area .review-site-logo img {
    width: 80%;
  }
}
@media only screen and (max-width: 991px) {
  .customer-review-area .review-site-logo {
    text-align: left;
    margin-bottom: 5px;
  }
}

.home-clients .customer-review-area .section-heading .title {
  max-width: 55%;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .home-clients .customer-review-area .section-heading .title {
    font-size: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .home-clients .customer-review-area .section-heading .title {
    max-width: 100%;
  }
}
.home-clients .customer-review-area .section-heading p {
  width: 50% !important;
}
@media only screen and (max-width: 767px) {
  .home-clients .customer-review-area .section-heading p {
    width: 100% !important;
  }
}

.followers-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 90px -50px -15px;
}
@media only screen and (max-width: 991px) {
  .followers-list {
    margin: 90px -15px -15px;
  }
}
@media only screen and (max-width: 767px) {
  .followers-list {
    margin: 50px -15px -15px;
  }
}
.followers-list li {
  margin: 0 50px;
  margin-bottom: 15px;
}
@media only screen and (max-width: 991px) {
  .followers-list li {
    margin: 0 15px;
    margin-bottom: 15px;
  }
}
.followers-list li a i {
  height: 67px;
  width: 67px;
  line-height: 67px;
  text-align: center;
  color: var(--color-white);
  border-radius: 100%;
  margin-right: 25px;
}
@media only screen and (max-width: 991px) {
  .followers-list li a i {
    margin-right: 10px;
    height: 50px;
    width: 50px;
    line-height: 50px;
  }
}
.followers-list li a span {
  color: #000248;
  font-weight: 500;
  font-size: 20px;
  line-height: 26px;
  font-family: var(--font-primary);
}
@media only screen and (max-width: 991px) {
  .followers-list li a span {
    font-size: 18px;
  }
}
@media only screen and (max-width: 767px) {
  .followers-list li a span {
    margin-top: 10px;
  }
}
.followers-list li.dribble a i {
  background-color: #EA4C89;
  -webkit-box-shadow: 0 10px 37px -5px rgba(234, 76, 137, 0.5);
          box-shadow: 0 10px 37px -5px rgba(234, 76, 137, 0.5);
}
.followers-list li.behance a i {
  background-color: #0067FF;
  -webkit-box-shadow: 0 10px 37px -5px rgba(0, 103, 255, 0.5);
          box-shadow: 0 10px 37px -5px rgba(0, 103, 255, 0.5);
}
.followers-list li.linkedin a i {
  background-color: #0177AC;
  -webkit-box-shadow: 0 10px 37px -5px rgba(1, 119, 172, 0.5);
          box-shadow: 0 10px 37px -5px rgba(1, 119, 172, 0.5);
}

.page-testimonials .breadcrum-area {
  /*background: none;*/
  padding: 170px 0 40px;
}
@media only screen and (max-width: 1199px) {
  .page-testimonials .breadcrum-area {
    padding: 150px 0 0px;
  }
}
@media only screen and (max-width: 767px) {
  .page-testimonials .breadcrum-area {
    padding: 150px 0 0px;
  }
}
.page-testimonials .breadcrum-area .breadcrumb ul {
  margin-bottom: 15px;
}
@media only screen and (max-width: 767px) {
  .page-testimonials .breadcrum-area .breadcrumb ul {
    margin-bottom: 5px;
  }
}
.page-testimonials .breadcrum-area .shape-group-8.list-unstyled {
  opacity: 0.5;
}
.page-testimonials .customer-review-area .section-heading::after {
  display: none;
}
.page-testimonials .google-reviews-sec .section.section-padding.customer-review-area {
  padding-top: 40px;
}
.page-testimonials .google-reviews-sec p, .page-testimonials .linkedin-reviews-main-sec p {
  margin-bottom: 20px;
}
.page-testimonials .google-reviews-sec .author-info, .page-testimonials .linkedin-reviews-main-sec .author-info {
  margin-bottom: 5px;
}
.page-testimonials .google-reviews-sec .testimonial-grid .social-media, .page-testimonials .linkedin-reviews-main-sec .testimonial-grid .social-media {
  margin-bottom: 15px;
}
.page-testimonials .counterup-progress.counterup-style-2 {
  background: var(--gradient-primary-old);
}
.page-testimonials .counterup-progress.counterup-style-2:hover {
  background: var(--gradient-primary-old-hover);
}

.customer-review-area .row:nth-child(odd) .col-lg-8 {
  width: 60% !important;
}
@media only screen and (max-width: 575px) {
  .customer-review-area .row:nth-child(odd) .col-lg-8 {
    width: 100% !important;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
.customer-review-area .row:nth-child(odd) .col-lg-4 {
  width: 40% !important;
}
@media only screen and (max-width: 575px) {
  .customer-review-area .row:nth-child(odd) .col-lg-4 {
    width: 100% !important;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
.customer-review-area .row:nth-child(odd) .col-lg-4 .review-site-logo {
  text-align: right;
}
@media only screen and (max-width: 575px) {
  .customer-review-area .row:nth-child(odd) .col-lg-4 .review-site-logo {
    text-align: left;
    padding-top: 0;
    margin-bottom: 15px;
  }
}
.customer-review-area .row:nth-child(even) .col-lg-4 {
  width: 33.33333333% !important;
}
@media only screen and (max-width: 991px) {
  .customer-review-area .row:nth-child(even) .col-lg-4 {
    width: 100% !important;
  }
}

/*-------------------------
    Why Choose
-------------------------*/
.why-choose-us {
  min-height: 420px;
}
@media only screen and (max-width: 1024px) {
  .why-choose-us {
    min-height: auto;
  }
}
@media only screen and (max-width: 991px) {
  .why-choose-us {
    margin-bottom: 60px;
	margin-top: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .why-choose-us {
    margin-bottom: 50px;
  }
}
.why-choose-us .section-heading {
  margin-bottom: 50px;
}
.why-choose-us .section-heading p {
  width: 100%;
}
.why-choose-us .accordion-item {
  border: none;
  border-bottom: 1px solid var(--color-gray-2);
  background-color: transparent;
  border-radius: 0;
}
.why-choose-us .accordion-item .accordion-button {
  font-size: 24px;
  color: var(--color-primary);
  background-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
  padding: 20px 0 20px 0;
  /*min-height: 90px;*/
}
@media only screen and (max-width: 575px) {
  .why-choose-us .accordion-item .accordion-button {
    font-size: 20px;
    min-height: 60px;
    padding: 15px 0 15px 0;
  }
}
@media only screen and (max-width: 479px) {
  .why-choose-us .accordion-item .accordion-button {
    font-size: 18px;
  }
}
.why-choose-us .accordion-item .accordion-button span {
  line-height: normal;
}
.why-choose-us .accordion-item .accordion-button i {
  margin-right: 15px;
}
.why-choose-us .accordion-item .accordion-button:after {
  display: none;
}
.why-choose-us .accordion-item .accordion-button.collapsed {
  color: var(--color-body);
}
.why-choose-us .accordion-item .accordion-body {
  padding: 0 0 18px 0;
}
.why-choose-us .why-choose-thumb {
  position: relative;
  z-index: 1;
}
.why-choose-us .why-choose-thumb img {
  border-radius: 30px;
}

/*-------------------------
    404 Error
-------------------------*/
.onepage-screen-area {
  position: relative;
  z-index: 1;
  background: var(--gradient-primary);
  min-height: 650px;
  height: 100vh;
  padding: 150px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  overflow: hidden;
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .onepage-screen-area {
    padding: 150px 0 50px;
  }
}
@media only screen and (max-width: 1199px) {
  .onepage-screen-area {
    padding: 150px 0 50px;
  }
}
@media only screen and (max-width: 991px) {
  .onepage-screen-area {
    height: 100%;
    padding: 200px 0 100px;
    text-align: center;
  }
}
@media only screen and (max-width: 767px) {
  .onepage-screen-area {
    padding: 150px 0 100px;
  }
}
.onepage-screen-area .content .title {
  font-size: 80px;
  margin-bottom: 40px;
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .onepage-screen-area .content .title {
    font-size: 70px;
  }
}
@media only screen and (max-width: 1199px) {
  .onepage-screen-area .content .title {
    font-size: 60px;
  }
}
@media only screen and (max-width: 991px) {
  .onepage-screen-area .content .title {
    font-size: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .onepage-screen-area .content .title {
    font-size: 34px;
    margin-bottom: 25px;
  }
}
.onepage-screen-area .content .axil-btn {
  padding: 22px 80px;
}
@media only screen and (max-width: 991px) {
  .onepage-screen-area .content .axil-btn {
    padding: 18px 50px;
  }
}
.onepage-screen-area .content .countdown {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 60px;
  margin-bottom: 40px;
}
.onepage-screen-area .content .countdown .countdown-section {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: center;
  position: relative;
}
.onepage-screen-area .content .countdown .countdown-section::after {
  content: "";
  height: 80px;
  width: 1px;
  background-color: var(--color-light);
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.onepage-screen-area .content .countdown .countdown-section:last-child::after {
  display: none;
}
.onepage-screen-area .content .countdown .countdown-section .countdown-number {
  font-size: 80px;
  font-weight: 700;
  color: var(--color-rose);
  font-family: var(--font-primary);
  line-height: 1;
  margin-bottom: 10px;
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .onepage-screen-area .content .countdown .countdown-section .countdown-number {
    font-size: 70px;
  }
}
@media only screen and (max-width: 1199px) {
  .onepage-screen-area .content .countdown .countdown-section .countdown-number {
    font-size: 60px;
  }
}
@media only screen and (max-width: 767px) {
  .onepage-screen-area .content .countdown .countdown-section .countdown-number {
    font-size: 50px;
  }
}
@media only screen and (max-width: 575px) {
  .onepage-screen-area .content .countdown .countdown-section .countdown-number {
    font-size: 30px;
  }
}
.onepage-screen-area .content .countdown .countdown-section .countdown-unit {
  font-size: 18px;
}
@media only screen and (max-width: 575px) {
  .onepage-screen-area .content .countdown .countdown-section .countdown-unit {
    font-size: 15px;
  }
}
@media only screen and (max-width: 479px) {
  .onepage-screen-area .content .input-group {
    background-color: transparent;
  }
  .onepage-screen-area .content .input-group .form-control {
    border-color: #d7d7d7;
  }
}
.onepage-screen-area .thumbnail {
  margin-right: -90px;
}
@media only screen and (max-width: 991px) {
  .onepage-screen-area .thumbnail {
    margin-right: 0;
  }
}
@media only screen and (max-width: 767px) {
  .onepage-screen-area .thumbnail {
    margin-bottom: 15px;
  }
}
.onepage-screen-area .shape-group-8 .shape-3 {
  top: auto;
  bottom: -80px;
}
.onepage-screen-area.coming-soon-area {
  padding: 50px 0;
}
@media only screen and (max-width: 1199px) {
  .onepage-screen-area.coming-soon-area {
    height: 100vh;
    padding: 100px 0;
    text-align: center;
  }
}
@media only screen and (max-width: 767px) {
  .onepage-screen-area.coming-soon-area {
    height: 100%;
    padding: 60px 0;
  }
}
.onepage-screen-area.coming-soon-area .header-logo {
  margin-bottom: 100px;
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .onepage-screen-area.coming-soon-area .header-logo {
    margin-bottom: 50px;
  }
}
@media only screen and (max-width: 1199px) {
  .onepage-screen-area.coming-soon-area .header-logo {
    margin-bottom: 50px;
  }
}
.onepage-screen-area.coming-soon-area .header-logo .dark-version-logo {
  display: none;
}
.onepage-screen-area.coming-soon-area .header-logo .light-version-logo {
  display: none;
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .onepage-screen-area.coming-soon-area .thumbnail {
    margin-right: 0;
  }
}
@media only screen and (max-width: 1199px) {
  .onepage-screen-area.coming-soon-area .thumbnail {
    display: none;
  }
}
.onepage-screen-area.coming-soon-area .shape-group-8 .shape-3 {
  bottom: auto;
  top: 25px;
}

.error-page {
  height: 100%;
  padding: 160px 0 100px;
  min-height: auto;
}
@media only screen and (max-width: 991px) {
  .error-page {
    padding: 90px 0 75px;
  }
}
@media only screen and (max-width: 767px) {
  .error-page {
    padding: 100px 0 60px;
  }
}
@media only screen and (max-width: 991px) {
  .error-page .shape-group-8 .shape.shape-2 {
    display: none;
  }
}
.error-page .shape-group-8 .shape.shape-4 {
  display: none;
}
@media only screen and (max-width: 991px) {
  .error-page .shape-group-8 .shape.shape-4 {
    display: block;
  }
}

/*-------------------------
    Privacy Policy
-------------------------*/
.privacy-policy-area .section-title {
  margin-bottom: 60px;
}
.privacy-policy-area .section-title .title {
  border-bottom: 3px solid var(--color-primary);
  padding-bottom: 15px;
}
.privacy-policy-area h4 {
  margin-bottom: 20px;
}
.privacy-policy-area p {
  line-height: 1.7;
}
.privacy-policy-area ul {
  padding-left: 20px;
  margin-bottom: 40px;
}
.privacy-policy-area ul li {
  margin-top: 10px;
  margin-bottom: 10px;
  line-height: 28px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.privacy-policy-area ul li:hover {
  color: var(--color-primary);
}

/*-------------------------
    Splash Page Style
-------------------------*/
.splash-header-style .axil-mainmenu .header-navbar .header-main-nav {
  margin: 0 22px;
}
.splash-header-style .mainmenu li.current a {
  color: var(--color-primary);
}
.splash-header-style .mainmenu li.current a:before {
  width: 100%;
  opacity: 1;
}
.splash-header-style .buy-btn a {
  display: block;
}
@media only screen and (max-width: 767px) {
  .splash-header-style .buy-btn a {
    padding: 15px 30px;
    font-size: 15px;
  }
}

.splash-main-banner {
  margin-top: -162px;
  background-color: var(--color-light);
  padding: 240px 0;
  height: 1000px;
  z-index: 2;
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .splash-main-banner {
    margin-top: -132px;
    padding: 200px 0;
  }
}
@media only screen and (max-width: 1199px) {
  .splash-main-banner {
    height: auto;
    padding: 240px 0 50px;
  }
}
@media only screen and (max-width: 991px) {
  .splash-main-banner {
    padding: 170px 0 0;
    margin-top: -122px;
  }
}
@media only screen and (max-width: 767px) {
  .splash-main-banner {
    padding: 150px 0 0;
  }
}
.splash-main-banner:before {
  content: "";
  height: 100%;
  width: 100%;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(10%, rgba(250, 184, 196, 0.7)), to(#FFFFFF));
  background: linear-gradient(0deg, rgba(250, 184, 196, 0.7) 10%, #FFFFFF 100%);
  -webkit-clip-path: circle(103% at 50% -52%);
          clip-path: circle(103% at 50% -52%);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: -1;
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .splash-main-banner:before {
    -webkit-clip-path: circle(120% at 50% -52%);
            clip-path: circle(120% at 50% -52%);
  }
}
@media only screen and (max-width: 1199px) {
  .splash-main-banner:before {
    -webkit-clip-path: circle(140% at 50% -52%);
            clip-path: circle(140% at 50% -52%);
  }
}
@media only screen and (max-width: 479px) {
  .splash-main-banner:before {
    -webkit-clip-path: circle(170% at 50% -52%);
            clip-path: circle(170% at 50% -52%);
  }
}
.splash-main-banner .banner-content {
  text-align: center;
}
.splash-main-banner .banner-content .title {
  font-size: 70px;
  line-height: 1.4;
  font-weight: 700;
  margin-bottom: 40px;
  letter-spacing: normal;
}
@media only screen and (max-width: 1199px) {
  .splash-main-banner .banner-content .title {
    font-size: 60px;
  }
}
@media only screen and (max-width: 991px) {
  .splash-main-banner .banner-content .title {
    font-size: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .splash-main-banner .banner-content .title {
    font-size: 40px;
  }
}
.splash-main-banner .site-element-count {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.splash-main-banner .site-element-count .count-box {
  margin-right: 55px;
  text-align: center;
  min-width: 150px;
}
.splash-main-banner .site-element-count .count-box:last-child {
  margin-right: 0;
}
@media only screen and (max-width: 767px) {
  .splash-main-banner .site-element-count .count-box {
    min-width: 80px;
    margin-right: 30px;
  }
}
.splash-main-banner .site-element-count .count-title {
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 15px;
  font-family: var(--font-primary);
}
.splash-main-banner .site-element-count .count-number {
  font-size: 80px;
  color: var(--color-primary);
  font-weight: 700;
  padding: 0 8px;
}
@media only screen and (max-width: 1199px) {
  .splash-main-banner .site-element-count .count-number {
    font-size: 70px;
  }
}
@media only screen and (max-width: 991px) {
  .splash-main-banner .site-element-count .count-number {
    font-size: 50px;
  }
}
@media only screen and (max-width: 575px) {
  .splash-main-banner .site-element-count .count-number {
    font-size: 40px;
  }
}
.splash-main-banner .site-element-count .count-number span {
  margin: -8px;
}
@media only screen and (max-width: 991px) {
  .splash-main-banner .site-element-count .count-number span {
    margin: -4px;
  }
}
.splash-main-banner .demo-slider {
  margin-top: 60px;
}
@media only screen and (max-width: 767px) {
  .splash-main-banner .demo-slider {
    margin-top: 30px;
  }
}
.splash-main-banner .demo-slider .slick-slide {
  -webkit-transform: scale(0.75);
          transform: scale(0.75);
  margin: 0 -36px 100px;
  -webkit-transition: var(--transition);
  transition: var(--transition);
}
@media only screen and (max-width: 991px) {
  .splash-main-banner .demo-slider .slick-slide {
    margin: 0 0 100px;
  }
}
@media only screen and (max-width: 767px) {
  .splash-main-banner .demo-slider .slick-slide {
    margin: 0 0 60px;
  }
}
.splash-main-banner .demo-slider .slick-slide a {
  border-radius: 30px;
  -webkit-box-shadow: 0 60px 86px -30px rgba(153, 159, 174, 0.4);
          box-shadow: 0 60px 86px -30px rgba(153, 159, 174, 0.4);
}
.splash-main-banner .demo-slider .slick-slide a img {
  border-radius: 30px;
}
.splash-main-banner .demo-slider .slick-slide.slick-active.slick-center {
  -webkit-transform: scale(1);
          transform: scale(1);
}

.main-demo-area {
  padding: 380px 0 120px;
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .main-demo-area {
    padding: 300px 0 90px;
  }
}
@media only screen and (max-width: 1199px) {
  .main-demo-area {
    padding: 0 0 80px;
  }
}
.main-demo-area .section-heading {
  margin-bottom: 50px;
}
@media only screen and (max-width: 991px) {
  .main-demo-area .section-heading {
    margin-bottom: 10px;
  }
}
.main-demo-area .section-heading p {
  width: 100%;
}
.main-demo-area .single-demo {
  text-align: center;
  margin-bottom: 80px;
}
@media only screen and (max-width: 767px) {
  .main-demo-area .single-demo {
    margin-bottom: 60px;
  }
}
.main-demo-area .single-demo a {
  display: block;
}
.main-demo-area .single-demo .thumb {
  border-radius: 30px;
  display: block;
  margin-bottom: 40px;
  -webkit-box-shadow: 0 78px 40px -58px rgba(153, 161, 170, 0.5);
          box-shadow: 0 78px 40px -58px rgba(153, 161, 170, 0.5);
  position: relative;
  overflow: hidden;
}
.main-demo-area .single-demo .thumb:before {
  content: "";
  position: absolute;
  top: 0;
  left: -75%;
  z-index: 2;
  display: block;
  width: 50%;
  height: 100%;
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 0.3)));
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
  -webkit-transform: skewX(-25deg);
          transform: skewX(-25deg);
}
.main-demo-area .single-demo .thumb img {
  border-radius: 30px;
  -webkit-transition: -webkit-transform 2s cubic-bezier(0.2, 0.96, 0.34, 1);
  transition: -webkit-transform 2s cubic-bezier(0.2, 0.96, 0.34, 1);
  transition: transform 2s cubic-bezier(0.2, 0.96, 0.34, 1);
  transition: transform 2s cubic-bezier(0.2, 0.96, 0.34, 1), -webkit-transform 2s cubic-bezier(0.2, 0.96, 0.34, 1);
  width: 100%;
}
.main-demo-area .single-demo .title {
  margin-bottom: 0;
  -webkit-transition: var(--transition);
  transition: var(--transition);
}
.main-demo-area .single-demo:hover .thumb:before {
  -webkit-animation: shine 0.75s;
          animation: shine 0.75s;
}
.main-demo-area .single-demo:hover .thumb img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.main-demo-area .single-demo:hover .title {
  color: var(--color-primary);
}
.main-demo-area .shape-group li {
  position: absolute;
  top: 25%;
  z-index: -1;
}
.main-demo-area .shape-group li.shape-2 {
  top: 39%;
}

@-webkit-keyframes shine {
  100% {
    left: 125%;
  }
}

@keyframes shine {
  100% {
    left: 125%;
  }
}
.splash-features .section-heading {
  margin-bottom: 40px;
}
@media only screen and (max-width: 991px) {
  .splash-features .section-heading {
    margin-bottom: 10px;
  }
}
.splash-features .section-heading .title {
  width: 100%;
}
.splash-features .section-heading p {
  width: 100%;
}
.splash-features .services-grid {
  padding: 55px;
  height: 100%;
  margin-bottom: 0;
}
.splash-features .services-grid .thumbnail {
  margin-bottom: 30px;
}
.splash-features .services-grid .content .title {
  color: var(--color-white);
}
.splash-features .services-grid .content p {
  margin-bottom: 0;
  -webkit-transition: var(--transition);
  transition: var(--transition);
}
.splash-features .services-grid:hover .content p, .splash-features .services-grid.active .content p {
  opacity: 1;
  color: var(--color-light);
}

.spalsh-why-choose .section-heading {
  margin-bottom: 40px;
}
@media only screen and (max-width: 991px) {
  .spalsh-why-choose .section-heading {
    margin-bottom: 10px;
  }
}
.spalsh-why-choose .section-heading p {
  width: 100%;
}
.spalsh-why-choose .line-shape {
  position: absolute;
  top: 90px;
  left: 0;
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
  z-index: -1;
}

.why-buy-box {
  background-color: var(--color-white);
  border-radius: 30px;
  padding: 35px;
  margin-bottom: 80px;
  border: var(--border-light);
  -webkit-transition: var(--transition);
  transition: var(--transition);
}
@media only screen and (max-width: 991px) {
  .why-buy-box {
    margin-bottom: 30px;
  }
}
.why-buy-box .heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: center;
      align-content: center;
}
.why-buy-box .heading .icon {
  text-align: center;
  height: 62px;
  width: 62px;
  line-height: 60px;
  background-color: var(--color-accent1);
  border-radius: 50%;
  margin-right: 20px;
}
.why-buy-box .heading .title {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-bottom: 20px;
  -webkit-transition: var(--transition);
  transition: var(--transition);
}
.why-buy-box p {
  margin-bottom: 0;
  -webkit-transition: var(--transition);
  transition: var(--transition);
}

.support-box {
  height: 100%;
  padding-bottom: 30px;
}
.support-box a {
  display: block;
  height: 100%;
  position: relative;
  z-index: 1;
  background-color: var(--color-white);
  border: var(--border-light);
  border-radius: 30px;
  overflow: hidden;
}
.support-box .inner {
  height: 100%;
  padding: 30px 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  z-index: 1;
  -webkit-transition: var(--transition);
  transition: var(--transition);
}
.support-box .heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: center;
      align-content: center;
}
.support-box .heading .icon {
  text-align: center;
  height: 62px;
  width: 62px;
  line-height: 60px;
  background-color: var(--color-light);
  border-radius: 50%;
  margin-left: 20px;
}
.support-box .heading .title {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-weight: 700;
  margin-bottom: 18px;
  letter-spacing: normal !important;
  -webkit-transition: var(--transition);
  transition: var(--transition);
}
.support-box p {
  color: var(--color-body);
  margin-bottom: 16px;
  -webkit-transition: var(--transition);
  transition: var(--transition);
}
.support-box .item-btn {
  text-align: center;
  height: 46px;
  width: 68px;
  line-height: 46px;
  font-size: 26px;
  border-radius: 100px;
  color: var(--color-white);
  border: none;
  -webkit-transition: var(--transition);
  transition: var(--transition);
}
.support-box .shape-group li {
  position: absolute;
  right: 0;
  bottom: -1px;
  z-index: -1;
}
.support-box:hover a, .support-box.active a {
  -webkit-box-shadow: 0 50px 50px -24px rgba(153, 161, 170, 0.3);
          box-shadow: 0 50px 50px -24px rgba(153, 161, 170, 0.3);
}
.support-box:hover .inner .item-btn, .support-box.active .inner .item-btn {
  background-color: var(--color-primary);
}
.support-box.online-docuentation .item-btn {
  background-color: var(--color-rose);
}
.support-box.support-ticket .item-btn {
  background-color: var(--color-chart1);
}

.splash-call-to-action {
  background-color: var(--color-primary);
  padding: 140px 0 80px;
  margin-bottom: 0;
}


.page-id-5466 .breadcrum-area.breadcrumb-banner .section-heading {margin-top: 80px !important;}
.page-id-5477 .breadcrum-area.breadcrumb-banner .section-heading {margin-top: 167px !important;}

.page-id-5477 .home-approach-section.with-col-3 .benefit-box .elementor-column .elementor-widget-wrap.elementor-element-populated .elementor-widget-container {
  min-height: 600px;
}


@media only screen and (max-width: 1199px) {
  .splash-call-to-action {
    padding: 100px 0 40px;
  }
  .page-id-5466 .breadcrum-area.breadcrumb-banner .section-heading {
    margin-top: 0px !important;
  }
  .page-id-5477 .breadcrum-area.breadcrumb-banner .section-heading {
    margin-top: 0px !important;
  }
  .page-id-5477 .home-approach-section.with-col-3 .benefit-box .elementor-column .elementor-widget-wrap.elementor-element-populated .elementor-widget-container {
    min-height: 830px;
  }
}
@media only screen and (max-width: 991px) {
  .splash-call-to-action {
    padding: 80px 0 30px;
  }
  .page-id-5477 .home-approach-section.with-col-3 .benefit-box .elementor-column .elementor-widget-wrap.elementor-element-populated .elementor-widget-container {
    min-height: auto;
  }
}
@media only screen and (max-width: 767px) {
  .splash-call-to-action {
    padding: 60px 0 10px;
  }
}
.splash-call-to-action:before {
  display: none;
}
.splash-call-to-action .section-heading .title {
  margin-bottom: 20px;
  font-size: 80px;
  width: 100%;
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .splash-call-to-action .section-heading .title {
    font-size: 70px;
  }
}
@media only screen and (max-width: 1199px) {
  .splash-call-to-action .section-heading .title {
    font-size: 60px;
  }
}
@media only screen and (max-width: 767px) {
  .splash-call-to-action .section-heading .title {
    font-size: 50px;
  }
}
@media only screen and (max-width: 575px) {
  .splash-call-to-action .section-heading .title {
    font-size: 40px;
  }
}
.splash-call-to-action .section-heading p {
  width: 100%;
  font-size: 20px;
  color: var(--color-light);
}
@media only screen and (max-width: 991px) {
  .splash-call-to-action .section-heading p {
    font-size: 18px;
  }
}
.splash-call-to-action .section-heading p a {
  font-weight: 700;
  margin-left: 10px;
  color: var(--color-light);
  text-decoration: underline;
}
.splash-call-to-action .section-heading p a:hover {
  color: var(--color-white);
}
.splash-call-to-action .section-heading .axil-btn {
  color: #2A288B;
  padding: 24px 80px;
  -webkit-filter: drop-shadow(0px 14px 20px rgba(35, 34, 87, 0.4)) drop-shadow(0px 48px 48px rgba(0, 0, 0, 0.12));
          filter: drop-shadow(0px 14px 20px rgba(35, 34, 87, 0.4)) drop-shadow(0px 48px 48px rgba(0, 0, 0, 0.12));
  -webkit-box-shadow: none;
          box-shadow: none;
}

.splash-footer {
  padding-top: 0 !important;
}
.splash-footer .footer-bottom {
  border: none;
  padding: 30px 0;
}
@media only screen and (max-width: 991px) {
  .splash-footer .footer-copyright {
    text-align: center;
    margin-bottom: 20px;
  }
}
.splash-footer .footer-copyright .copyright-text {
  font-size: 16px;
}
.splash-footer .footer-social {
  text-align: center;
}
@media only screen and (max-width: 991px) {
  .splash-footer .footer-social {
    margin-bottom: 20px;
  }
}
.splash-footer .footer-social li {
  display: inline-block;
  margin-right: 25px;
}
.splash-footer .footer-social li:last-child {
  margin-right: 0;
}
.splash-footer .footer-social li a {
  height: 40px;
  width: 40px;
  line-height: 42px;
  text-align: center;
  background-color: var(--color-light);
  border-radius: 50%;
  color: var(--color-body);
}
.splash-footer .footer-social li a:hover {
  background-color: var(--color-primary);
  color: var(--color-light);
}
@media only screen and (max-width: 991px) {
  .splash-footer .footer-bottom-link {
    text-align: center;
  }
}
.splash-footer .footer-bottom-link ul {
  margin: 0 -30px;
}
@media only screen and (max-width: 991px) {
  .splash-footer .footer-bottom-link ul {
    margin: 0 -20px;
  }
}
.splash-footer .footer-bottom-link ul li {
  padding: 0 30px;
}
@media only screen and (max-width: 991px) {
  .splash-footer .footer-bottom-link ul li {
    padding: 0 20px;
  }
}
.splash-footer .footer-bottom-link ul li:after {
  height: 58%;
  width: 2px;
  right: -4px;
}
.splash-footer .footer-bottom-link ul li a {
  font-size: 16px;
  color: var(--color-body);
}
.footer-bottom-link ul li a { font-size: 15px; color: #c4c3cc !important;}
.footer-bottom-link ul li a:hover { color:#f7006b !important;}

/*-------------------------
    Onepage Template
-------------------------*/
.onepage-template .mainmenu li.current a:not(.axil-btn) {
  color: var(--color-primary);
}
.onepage-template .mainmenu li.current a:not(.axil-btn):before {
  width: 100%;
  opacity: 1;
}
.onepage-template .mainmenu .header-btn {
  margin-right: 0;
}
@media only screen and (max-width: 991px) {
  .onepage-template .mainmenu .header-btn {
    padding: 10px 0;
  }
  footer .footer-bottom .row {flex-direction: column-reverse;}
  footer .footer-copyright.text-start,footer .footer-bottom-link { text-align: center !important; }
}
.onepage-template .mainmenu .header-btn a {
  padding-top: 0;
  padding-bottom: 0;
}
.onepage-template .mainmenu .header-btn a.btn-fill-white {
  color: var(--color-primary);
}
.onepage-template .mainmenu .header-btn a:before {
  display: none;
}
.onepage-template .mainmenu .header-btn a:hover {
  color: var(--color-white);
}
.onepage-template .mainmenu .header-btn.current a:after {
  -webkit-transform: translateY(-50%) translateX(-50%) scale(1);
          transform: translateY(-50%) translateX(-50%) scale(1);
}
.onepage-template .mainmenu-nav .mainmenu > li:last-child {
  border-bottom: none;
}
.onepage-template .axil-header.header-style-4 .mainmenu li.current a {
  color: var(--color-light);
}
.onepage-template .axil-header .header-navbar {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.onepage-template .axil-header .header-navbar .header-main-nav {
  margin-right: 0;
}
.onepage-template .header-action .header-btn a {
  display: block;
}
.onepage-template .blog-list .modal-thumb {
  display: none;
}
.onepage-template .blog-list .post-content p {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.onepage-template .services-grid .content .title {
  color: var(--color-white);
}
.onepage-template .services-grid.service-style-2 .content .title {
  color: var(--color-black);
}
.onepage-template .header-offcanvasmenu .offcanvas-body .main-navigation li.current a {
  color: var(--color-primary);
}

.blog-list .modal-thumb {
  display: none;
}
.blog-list .post-content p {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.blog-list .post-content .details-description {
  display: none;
  visibility: hidden;
  opacity: 0;
}

.project-grid .modal-thumb {
  display: none;
}
.project-grid .details-description {
  display: none;
  visibility: hidden;
  opacity: 0;
}

.case-study-featured .details-description {
  display: none;
  visibility: hidden;
  opacity: 0;
}

.op-modal-wrap {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 100;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  padding: 50px;
}
@media only screen and (max-width: 767px) {
  .op-modal-wrap {
    padding: 20px;
  }
}
.op-modal-wrap.open {
  visibility: visible;
  opacity: 1;
  pointer-events: all;
}
.op-modal-wrap .op-modal-inner {
  background-color: var(--color-white);
  max-width: 1000px;
  width: 100%;
  padding: 50px;
  padding-top: 70px;
  position: relative;
  overflow-y: auto;
}
@media only screen and (max-width: 767px) {
  .op-modal-wrap .op-modal-inner {
    padding: 30px;
    padding-top: 60px;
  }
}
.op-modal-wrap .op-modal-inner .close {
  position: absolute;
  right: 15px;
  top: 15px;
  border: none;
  background-color: var(--color-light);
  border-radius: 4px;
  padding: 3px 10px;
  color: var(--color-dark);
  -webkit-transition: var(--transition);
  transition: var(--transition);
}
.op-modal-wrap .op-modal-inner .close:hover {
  color: var(--color-light);
  background-color: var(--color-primary);
}

.op-blog-modal .post-thumbnail {
  margin-bottom: 30px;
}
.op-blog-modal .post-thumbnail a {
  display: block;
}
.op-blog-modal .post-thumbnail img {
  max-height: 450px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  border-radius: 24px;
}
.op-blog-modal .post-content .title a {
  pointer-events: none;
}
.op-blog-modal .post-content .blog-share {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 16px;
}
.op-blog-modal .post-content .blog-share .share-label {
  margin-bottom: 0;
  margin-right: 25px;
}
@media only screen and (max-width: 1199px) {
  .op-blog-modal .post-content .blog-share .share-label {
    margin-right: 20px;
  }
}
.op-blog-modal .post-content .blog-share .social-list {
  margin: 0 -10px;
}
.op-blog-modal .post-content .blog-share .social-list li {
  display: inline-block;
}
.op-blog-modal .post-content .blog-share .social-list li a {
  color: var(--color-dark);
  padding: 5px 10px;
}
@media only screen and (max-width: 1199px) {
  .op-blog-modal .post-content .blog-share .social-list li a {
    padding: 5px;
  }
}
.op-blog-modal .post-content .blog-share .social-list li a:hover {
  color: var(--color-primary);
}

.op-portfolio-modal .portfolio-thumbnail {
  margin-bottom: 30px;
}
.op-portfolio-modal .portfolio-thumbnail a {
  display: block;
  pointer-events: none;
}
.op-portfolio-modal .portfolio-thumbnail img {
  max-height: 450px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  border-radius: 24px;
}
.op-portfolio-modal .portfolio-content .title a {
  pointer-events: none;
}
.op-portfolio-modal .portfolio-content .project-share {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 16px;
}
.op-portfolio-modal .portfolio-content .project-share .share-label {
  margin-bottom: 0;
  margin-right: 25px;
}
@media only screen and (max-width: 1199px) {
  .op-portfolio-modal .portfolio-content .project-share .share-label {
    margin-right: 20px;
  }
}
.op-portfolio-modal .portfolio-content .project-share .social-list {
  margin: 0 -10px;
}
.op-portfolio-modal .portfolio-content .project-share .social-list li {
  display: inline-block;
}
.op-portfolio-modal .portfolio-content .project-share .social-list li a {
  color: var(--color-dark);
  padding: 5px 10px;
}
@media only screen and (max-width: 1199px) {
  .op-portfolio-modal .portfolio-content .project-share .social-list li a {
    padding: 5px;
  }
}
.op-portfolio-modal .portfolio-content .project-share .social-list li a:hover {
  color: var(--color-primary);
}

.op-case-modal .op-modal-inner {
  border-radius: 10px;
}
.op-case-modal .case-content p:last-child {
  margin-bottom: 0;
}
.op-case-modal .case-content .title {
  font-size: 36px;
}
@media only screen and (max-width: 991px) {
  .op-case-modal .case-content .title {
    font-size: 30px;
  }
}

body.op-modal-open {
  overflow: hidden;
}

.active-dark-mode .op-modal-wrap .op-modal-inner {
  background-color: var(--dark-main-body);
}
.active-dark-mode.onepage-template .services-grid .content .title {
  color: var(--dark-title-light);
}
.active-dark-mode.onepage-template .op-blog-modal .post-content .blog-share .social-list li a {
  color: var(--dark-title-light);
}
.active-dark-mode.onepage-template .op-blog-modal .post-content .blog-share .social-list li a:hover {
  color: var(--color-primary);
}
.active-dark-mode.onepage-template .op-portfolio-modal .portfolio-content .project-share .social-list li a {
  color: var(--dark-title-light);
}
.active-dark-mode.onepage-template .op-portfolio-modal .portfolio-content .project-share .social-list li a:hover {
  color: var(--color-primary);
}
.active-dark-mode.onepage-template .mainmenu li.current a:not(.axil-btn) {
  color: var(--color-white);
}

@media (prefers-reduced-motion: no-preference) {
  :root {
    scroll-behavior: auto;
  }
}
/*=======================================================================
4.Blocks Styles 
=========================================================================*/
/*-------------------------
   Header Styles
-------------------------*/
.axil-header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 4;
  background: rgb(255, 255, 255);
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 0.8)));
  background: linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.8) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#ffffff",GradientType=1);
}
.axil-header .header-navbar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media only screen and (min-width: 1200px) {
  .axil-header .header-navbar {
    height: 100px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.axil-header .header-navbar .header-logo a {
  display: block;
}
.axil-header .header-navbar .header-logo .dark-version-logo {
  display: none;
}
.axil-header .header-navbar .header-logo .sticky-logo {
  display: none;
}
@media only screen and (max-width: 991px) {
  .axil-header .header-navbar .header-logo img {
    max-height: 50px;
  }
}
@media only screen and (max-width: 479px) {
  .axil-header .header-navbar .header-logo img {
    max-height: 46px;
  }
}
@media only screen and (max-width: 350px) {
  .axil-header .header-navbar .header-logo img {
    max-height: 40px;
  }
}
.axil-header .header-navbar .header-main-nav {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-left: 50px;
}
@media only screen and (max-width: 1199px) {
  .axil-header .header-navbar .header-main-nav {
    margin-left: 0px;
  }
}
@media only screen and (max-width: 991px) {
  .axil-header .header-navbar .header-main-nav {
    margin-left: 0;
  }
}
.axil-header.header-style-1 .axil-mainmenu.axil-sticky .header-navbar .header-logo .light-version-logo {
  display: none;
}
.axil-header.header-style-1 .axil-mainmenu.axil-sticky .header-navbar .header-logo .sticky-logo {
  display: block;
}
.axil-header.header-style-2 {
  position: initial;
}
.axil-header.header-style-2 .axil-mainmenu {
  padding: 50px 80px;
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .axil-header.header-style-2 .axil-mainmenu {
    padding: 35px 15px;
  }
}
@media only screen and (max-width: 1199px) {
  .axil-header.header-style-2 .axil-mainmenu {
    padding: 15px 15px;
  }
}
@media only screen and (max-width: 575px) {
  .axil-header.header-style-2 .axil-mainmenu {
    padding: 15px 0;
  }
}
.axil-header.header-style-2 .axil-mainmenu.axil-sticky {
  padding: 15px 80px;
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .axil-header.header-style-2 .axil-mainmenu.axil-sticky {
    padding: 15px;
  }
}
@media only screen and (max-width: 1199px) {
  .axil-header.header-style-2 .axil-mainmenu.axil-sticky {
    padding: 15px;
  }
}
@media only screen and (max-width: 575px) {
  .axil-header.header-style-2 .axil-mainmenu.axil-sticky {
    padding: 15px 0;
  }
}
.axil-header.header-style-2 .axil-mainmenu .mainmenu {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.axil-header.header-style-3 .axil-mainmenu.axil-sticky .header-navbar .header-logo .light-version-logo {
  display: none;
}
.axil-header.header-style-3 .axil-mainmenu.axil-sticky .header-navbar .header-logo .sticky-logo {
  display: block;
}
.axil-header.header-style-3 .header-action .sidemenu-btn .btn-wrap {
  background-color: var(--color-light);
}
@media only screen and (max-width: 1299px) {
  .axil-header.header-style-4 .header-main-nav {
    margin-left: 15px;
  }
}
@media only screen and (max-width: 991px) {
  .axil-header.header-style-4 .header-main-nav {
    margin: 0;
  }
}
@media only screen and (max-width: 991px) {
  .axil-header.header-style-4 .mainmenu-nav {
    background-color: var(--color-dark);
  }
}
.axil-header.header-style-4 .mainmenu-nav .mainmenu .menu-item-has-children .axil-submenu {
  background-color: var(--color-dark);
}
.axil-header.header-style-4 .mainmenu-nav .mainmenu .menu-item-has-children .axil-submenu li a {
  color: var(--color-light);
}
.axil-header.header-style-4 .mainmenu-nav .mainmenu .menu-item-has-children .axil-submenu li a:hover {
  color: var(--color-primary);
}
.axil-header.header-style-4 .mainmenu-nav .mainmenu .menu-item-has-children .axil-submenu li a.active {
  color: var(--color-primary);
}
.axil-header.header-style-4 .mobile-nav-header {
  border-color: var(--color-gray-4);
}
.axil-header.header-style-4 .mobile-nav-header .mobile-nav-logo .light-mode {
  display: none;
}
.axil-header.header-style-4 .mobile-nav-header .mobile-nav-logo .dark-mode {
  display: block;
}
.axil-header.header-style-4 .mobile-nav-header .mobile-menu-close {
  background-color: var(--color-white);
  color: var(--color-black);
  border: none;
}
.axil-header.header-style-4 .axil-mainmenu.axil-sticky {
  background-color: var(--color-dark);
}
@media only screen and (max-width: 1199px) {
  .axil-header.header-style-4 .mainmenu li {
    margin: 0 9px;
  }
}
@media only screen and (max-width: 991px) {
  .axil-header.header-style-4 .mainmenu li {
    border-color: var(--color-gray-4);
  }
}
.axil-header.header-style-4 .mainmenu li a {
  color: var(--color-light);
}
.axil-header.header-style-4 .mainmenu li a::before {
  background-color: var(--color-white);
}
.axil-header.header-style-4 .mainmenu li a::after {
  color: var(--color-gray-4);
}
@media only screen and (max-width: 1299px) {
  .axil-header.header-style-4 .header-action > ul > li:first-child {
    margin-left: 40px;
  }
}
@media only screen and (max-width: 1199px) {
  .axil-header.header-style-4 .header-action > ul > li:first-child {
    margin-left: 15px;
  }
}
.axil-header.header-style-4 .header-action .header-btn .axil-btn {
  display: block;
}

.axil-mainmenu {
  padding: 30px 0 !important;
  -webkit-transition: var(--transition);
  transition: var(--transition);
  background: transparent;
  /*box-shadow: 0 0px 12px 0 rgba(0, 0, 0, 0.15);*/
}
@media only screen and (min-width: 1200px) {
  .axil-mainmenu {
    padding: 0 0 !important;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .axil-mainmenu {
    padding: 35px 0;
  }
}
@media only screen and (max-width: 991px) {
  .axil-mainmenu {
    padding: 20px 0 !important;
  }
}
.axil-mainmenu.axil-sticky {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 5;
  background-color: var(--color-white);
  -webkit-box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.1);
  padding: 15px 0 !important;
  -webkit-animation: headerSlideDown 0.8s ease forwards;
          animation: headerSlideDown 0.8s ease forwards;
}
@media only screen and (min-width: 1200px) {
  .axil-mainmenu.axil-sticky {
    padding: 0 !important;
  }
}
.axil-mainmenu.axil-sticky .header-action .sidemenu-btn .btn-wrap {
  background-color: var(--color-body);
}
.axil-mainmenu.axil-sticky .header-action .sidemenu-btn .btn-wrap span {
  background-color: var(--color-white);
}
.axil-mainmenu.axil-sticky .header-action .social-icon-list li a {
  color: var(--color-dark);
}
.axil-mainmenu.axil-sticky .header-action .social-icon-list li a:hover {
  color: var(--color-primary);
}

.mainmenu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  list-style: none;
  padding: 0;
  margin: 0 -24px;
}
@media only screen and (max-width: 1199px) {
  .mainmenu {
    margin: 0 -10px;
  }
}
.mainmenu > li {
  margin: 0 !important;
  padding: 0 16px;
}
@media only screen and (max-width: 1240px) {
  .mainmenu > li {
    padding: 0 14px;
  }
}
@media only screen and (max-width: 1199px) {
  .mainmenu > li {
    margin: 0 9px;
  }
}
.mainmenu > li:hover > a, .mainmenu > li:focus > a {
  color: #f92c8b !important;
}
.mainmenu > li:hover > a::before, .mainmenu > li:focus > a::before {
  opacity: 1;
  width: 100%;
}
.mainmenu > li > a {
  color: var(--color-body);
  font-weight: 500;
  font-size: var(--font-body-2);
  font-family: var(--font-primary);
  line-height: 60px;
  height: 60px;
  display: block;
  position: relative;
  padding: 0;
  -webkit-transition: var(--transition);
  transition: var(--transition);
}
@media only screen and (min-width: 1200px) {
  .mainmenu > li > a {
    line-height: 100px;
    height: 100px;
  }
}
.mainmenu > li > a:before {
  content: "";
  height: 2px;
  width: 0;
  background-color: var(--color-primary);
  position: absolute;
  bottom: 32px;
  left: 0;
  opacity: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.mainmenu > li > a:hover, .mainmenu > li > a:focus {
  color: var(--color-primary);
}
.mainmenu > li > a:hover::before, .mainmenu > li > a:focus::before {
  opacity: 1;
  width: 100%;
}
.mainmenu > li > a.active {
  color: var(--color-primary);
}
.mainmenu > li > a.active::before {
  width: 100%;
  opacity: 1;
}
@media only screen and (max-width: 1199px) {
  .mainmenu > li > a {
    font-size: 16px;
  }
  .wsmenu-submenu-listing .menu-title br { display: none; }
}
.mainmenu > .menu-item-has-children {
  position: relative;
}
.mainmenu > .menu-item-has-children > a {
  position: relative;
  margin-right: 20px;
}
.mainmenu > .menu-item-has-children > a::after {
  content: "\f107";
  font-family: var(--font-awesome);
  font-weight: 400;
  color: var(--color-black);
  font-size: 18px;
  position: absolute;
  top: 0;
  right: -20px;
}
.mainmenu > .menu-item-has-children .axil-submenu {
  position: absolute;
  top: 100%;
  left: 20px;
  background: #ffffff;
  z-index: -1;
  opacity: 0;
  visibility: hidden;
  min-width: 270px;
  padding: 15px 10px;
  border-radius: 4px;
  -webkit-transition: var(--transition);
  transition: var(--transition);
  list-style: none;
  margin: 0;
  -webkit-box-shadow: 0 13px 48px 0 rgba(0, 0, 0, 0.15);
          box-shadow: 0 13px 48px 0 rgba(0, 0, 0, 0.15);
}
.mainmenu > .menu-item-has-children .axil-submenu li {
  margin: 0;
  -webkit-transition: var(--transition);
  transition: var(--transition);
  opacity: 0;
  -webkit-transform: translateX(20px);
          transform: translateX(20px);
  position: relative;
}
.mainmenu > .menu-item-has-children .axil-submenu li a {
  position: relative;
  font-size: 14px;
  text-transform: capitalize;
  color: var(--color-body);
  font-weight: 500;
  padding: 7px 15px;
  border-radius: 4px;
  display: block;
  -webkit-transition: var(--transition);
  transition: var(--transition);
}
.mainmenu > .menu-item-has-children .axil-submenu li a::after {
  content: "";
  height: 1px;
  width: 0;
  background-color: var(--color-primary);
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: var(--transition);
  transition: var(--transition);
}
.mainmenu > .menu-item-has-children .axil-submenu li a:hover {
  color: var(--color-primary);
}
.mainmenu > .menu-item-has-children .axil-submenu li a:hover:after {
  width: 100%;
}
.mainmenu > .menu-item-has-children .axil-submenu li a.active {
  color: var(--color-primary);
}
.mainmenu > .menu-item-has-children .axil-submenu li a.active:after {
  width: 100%;
}
.mainmenu > .menu-item-has-children:hover .axil-submenu {
  opacity: 1;
  visibility: visible;
  z-index: 9;
  left: 0;
}
.mainmenu > .menu-item-has-children:hover .axil-submenu li {
  opacity: 1;
  -webkit-transform: none;
          transform: none;
}
.mainmenu > .menu-item-has-children:hover .axil-submenu li:nth-child(1n) {
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
}
.mainmenu > .menu-item-has-children:hover .axil-submenu li:nth-child(2n) {
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}
.mainmenu > .menu-item-has-children:hover .axil-submenu li:nth-child(3n) {
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}
.mainmenu > .menu-item-has-children:hover .axil-submenu li:nth-child(4n) {
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}
.mainmenu > .menu-item-has-children:hover .axil-submenu li:nth-child(5n) {
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}
.mainmenu > .menu-item-has-children:hover .axil-submenu li:nth-child(6n) {
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
}
.mainmenu > .menu-item-has-children:hover .axil-submenu li:nth-child(7n) {
  -webkit-transition-delay: 0.7s;
          transition-delay: 0.7s;
}
.mainmenu > .menu-item-has-children:hover .axil-submenu li:nth-child(8n) {
  -webkit-transition-delay: 0.8s;
          transition-delay: 0.8s;
}
.mainmenu > .menu-item-has-children:hover .axil-submenu li:nth-child(9n) {
  -webkit-transition-delay: 0.8s;
          transition-delay: 0.8s;
}
.mainmenu > .menu-item-has-children:hover .axil-submenu li:nth-child(10n) {
  -webkit-transition-delay: 0.8s;
          transition-delay: 0.8s;
}
.mainmenu > .menu-item-has-children:hover .axil-submenu li:nth-child(11n) {
  -webkit-transition-delay: 0.8s;
          transition-delay: 0.8s;
}
.mainmenu > .menu-item-has-children:hover .axil-submenu li:nth-child(12n) {
  -webkit-transition-delay: 0.8s;
          transition-delay: 0.8s;
}

.header-action > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media only screen and (min-width: 1200px) {
  .header-action > ul {
    height: 100px;
  }
}
@media only screen and (min-width: 1025px) {
  .blog-container-blog-page .col-xl-6:nth-child(even) .blog-list.border-start { padding-right: 4px; }
}
@media only screen and (min-width: 992px) and (max-width: 1024px) {
.blog-container-blog-page .col-xl-6:nth-child(odd) .blog-list { padding-right: 10px !important; }
 .blog-container-blog-page .col-xl-6:nth-child(even) .blog-list.border-start { padding-right: 0px; padding-left: 10px; }
}
.header-action > ul > li {
  margin-right: 30px;
}
@media only screen and (max-width: 575px) {
  .header-action > ul > li {
    margin-right: 20px;
  }
}
@media only screen and (max-width: 350px) {
  .header-action > ul > li {
    margin-right: 15px;
  }
}
@media only screen and (max-width: 1199px) {
  .header-action > ul > li.mobile-menu-btn {
    display: block !important;
  }
}
.header-action > ul > li:last-child {
  margin-right: 0;
}
.header-action > ul > li:first-child {
  margin-left: 40px !important;
}
@media only screen and (max-width: 1199px) {
  .header-action > ul > li:first-child {
    margin-left: 0 !important;
    margin-right: 15px;
  }
}
.header-action .sidemenu-btn {
  margin-right: 0;
}
.header-action .sidemenu-btn .btn-wrap {
  height: 60px;
  width: 60px;
  background-color: var(--color-body);
  border: none;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-transition: var(--transition);
  transition: var(--transition);
}
@media only screen and (max-width: 991px) {
  .header-action .sidemenu-btn .btn-wrap {
    height: 50px;
    width: 50px;
  }
}
@media only screen and (min-width: 576px) {
.custom-content-menu { display: none !important; }
}
.header-action .sidemenu-btn .btn-wrap span {
  height: 2px;
  width: 20px;
  background-color: var(--color-white);
  margin-bottom: 4px;
  border-radius: 10px;
  -webkit-transition: var(--transition);
  transition: var(--transition);
}
.header-action .sidemenu-btn .btn-wrap span:last-child {
  margin-bottom: 0;
  width: 10px;
  margin-right: -10px;
}
.header-action .sidemenu-btn .btn-wrap:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.header-action .sidemenu-btn .btn-wrap:hover span:last-child {
  width: 20px;
  margin-right: 0;
}
.header-action .sidemenu-btn .btn-wrap:hover span:first-child {
  width: 10px;
  margin-right: -10px;
}
.header-action .sidemenu-btn .btn-wrap.btn-dark {
  background-color: var(--color-body);
}
.header-action .sidemenu-btn .btn-wrap.btn-dark span {
  background-color: var(--color-white);
}
@media only screen and (max-width: 767px) {
  .header-action .header-social-link {
    display: none;
  }
}
.header-action .social-icon-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: -15px;
}
.header-action .social-icon-list li {
  margin: 15px;
}
.header-action .social-icon-list li a {
  font-size: 20px;
  color: var(--color-body);
}
@media only screen and (max-width: 991px) {
  .header-action .social-icon-list li a {
    color: var(--color-dark);
  }
}
.header-action .social-icon-list li a:hover {
  color: var(--color-primary);
}
.header-action .header-btn {
  margin-right: 0;
}
.header-action .header-btn .axil-btn {
  display: block;
  margin-top: 0px;
  border-radius: 10px;
  padding: 10px 18px;
}
@media only screen and (max-width: 1240px) {
  .header-action .header-btn .axil-btn {
    padding: 12px 15px;
  }
}
@media only screen and (max-width: 991px) {
  .header-action .header-btn {
    margin-right: 20px;
  }
}
@media only screen and (max-width: 575px) {
  .header-action .header-btn {
    display: none;
  }
}
@media only screen and (min-width: 992px) {
  .header-action .mobile-menu-btn {
    display: none;
  }
}
.header-action .mobile-menu-btn .btn-wrap {
  height: 50px;
  width: 50px;
}
@media only screen and (max-width: 479px) {
  .header-action .mobile-menu-btn .btn-wrap {
    height: 45px;
    width: 45px;
  }
}
.header-action .my_switcher {
  margin-left: 20px;
  border-radius: 50%;
  height: 50px;
  width: 50px;
  line-height: 52px;
  padding: 0;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .header-action .my_switcher {
    margin-left: 15px;
  }
}
@media only screen and (max-width: 479px) {
  .header-action .my_switcher {
    height: 45px;
    width: 45px;
    line-height: 46px;
  }
}
@media only screen and (max-width: 350px) {
  .header-action .my_switcher {
    margin-left: 10px;
  }
}
.header-action .my_switcher ul {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.header-offcanvasmenu {
  width: 60vw;
  min-width: 300px;
  -webkit-transition: all 0.8s cubic-bezier(0.77, 0.2, 0.05, 1);
  transition: all 0.8s cubic-bezier(0.77, 0.2, 0.05, 1);
}
@media only screen and (max-width: 1199px) {
  .header-offcanvasmenu {
    width: 70vw;
  }
}
.header-offcanvasmenu .offcanvas-header {
  padding: 50px 100px;
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .header-offcanvasmenu .offcanvas-header {
    padding: 50px;
  }
}
@media only screen and (max-width: 1360px) {
.mainmenu > li { padding: 0 10px; }

}
@media only screen and (max-width: 1199px) {
  .header-offcanvasmenu .offcanvas-header {
    padding: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .header-offcanvasmenu .offcanvas-header {
    padding: 30px 30px 0;
  }
}
.header-offcanvasmenu .offcanvas-header .btn-close {
  margin: 0;
  font-size: 22px;
  -webkit-transition: var(--transition);
  transition: var(--transition);
}
@media only screen and (max-width: 991px) {
  .header-offcanvasmenu .offcanvas-header .btn-close {
    font-size: 14px;
  }
}
.header-offcanvasmenu .offcanvas-header .btn-close:hover {
  color: var(--color-primary);
  opacity: 1;
}
.header-offcanvasmenu .offcanvas-header .btn-close:focus {
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.header-offcanvasmenu .offcanvas-body {
  padding: 50px 100px;
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .header-offcanvasmenu .offcanvas-body {
    padding: 50px;
  }
}
@media only screen and (max-width: 1199px) {
  .header-offcanvasmenu .offcanvas-body {
    padding: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .header-offcanvasmenu .offcanvas-body {
    padding: 30px;
  }
}
.header-offcanvasmenu .offcanvas-body .side-nav-search-form {
  position: relative;
  margin-bottom: 70px;
}
@media only screen and (max-width: 991px) {
  .header-offcanvasmenu .offcanvas-body .side-nav-search-form {
    margin-bottom: 40px;
  }
}
.header-offcanvasmenu .offcanvas-body .side-nav-search-form .search-field {
  font-size: 40px;
  height: auto;
  border: none;
  border-bottom: 2px solid var(--color-gray-3);
  border-radius: 0;
  padding: 5px 0;
}
@media only screen and (max-width: 991px) {
  .header-offcanvasmenu .offcanvas-body .side-nav-search-form .search-field {
    font-size: 20px;
  }
}
.header-offcanvasmenu .offcanvas-body .side-nav-search-form .search-field:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
  background-color: transparent;
}
.header-offcanvasmenu .offcanvas-body .side-nav-search-form .side-nav-search-btn {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-color: transparent;
  border: none;
  padding: 0;
}
.header-offcanvasmenu .offcanvas-body .side-nav-search-form .side-nav-search-btn i {
  font-weight: 400;
  font-size: 24px;
  color: var(--color-gray-4);
  -webkit-transition: var(--transition);
  transition: var(--transition);
}
@media only screen and (max-width: 991px) {
  .header-offcanvasmenu .offcanvas-body .side-nav-search-form .side-nav-search-btn i {
    font-size: 18px;
  }
}
.header-offcanvasmenu .offcanvas-body .side-nav-search-form .side-nav-search-btn:hover i {
  color: var(--color-primary);
}
.header-offcanvasmenu .offcanvas-body .main-navigation {
  margin: -30px 0;
  margin-top: -45px;
}
@media only screen and (max-width: 991px) {
  .header-offcanvasmenu .offcanvas-body .main-navigation {
    margin-bottom: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .header-offcanvasmenu .offcanvas-body .main-navigation {
    margin: 0px 0;
    margin-bottom: 40px;
  }
}
.header-offcanvasmenu .offcanvas-body .main-navigation li {
  margin: 30px 0;
}
@media only screen and (max-width: 767px) {
  .header-offcanvasmenu .offcanvas-body .main-navigation li {
    margin: 20px 0;
  }
}
.header-offcanvasmenu .offcanvas-body .main-navigation li a {
  color: var(--color-dark);
  font-size: 36px;
  font-weight: 500;
}
@media only screen and (max-width: 1199px) {
  .header-offcanvasmenu .offcanvas-body .main-navigation li a {
    font-size: 24px;
  }
}
@media only screen and (max-width: 767px) {
  .header-offcanvasmenu .offcanvas-body .main-navigation li a {
    font-size: 20px;
  }
}
.header-offcanvasmenu .offcanvas-body .main-navigation li a:hover {
  color: var(--color-primary);
}
.header-offcanvasmenu .offcanvas-body .main-navigation li a.active {
  color: var(--color-primary);
}
.header-offcanvasmenu .offcanvas-body .contact-inner .title {
  font-size: 18px;
  line-height: 1;
  color: var(--color-dark);
  font-weight: 500;
  display: block;
  margin-bottom: 15px;
}
@media only screen and (max-width: 1199px) {
  .header-offcanvasmenu .offcanvas-body .contact-inner .title {
    font-size: 16px;
  }
}
.header-offcanvasmenu .offcanvas-body .contact-inner .address {
  margin-bottom: 40px;
}
@media only screen and (max-width: 991px) {
  .header-offcanvasmenu .offcanvas-body .contact-inner .address {
    margin-bottom: 25px;
  }
}
.header-offcanvasmenu .offcanvas-body .contact-inner .address a {
  color: var(--color-body);
  display: block;
  margin-bottom: 10px;
}
.header-offcanvasmenu .offcanvas-body .contact-inner .address a i {
  margin-right: 20px;
}
.header-offcanvasmenu .offcanvas-body .contact-inner .address p {
  margin-bottom: 0;
}
.header-offcanvasmenu .offcanvas-body .contact-inner .contact-social-share {
  margin-top: 10px;
}
.header-offcanvasmenu .offcanvas-body .contact-inner .social-share {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: -6px;
}
.header-offcanvasmenu .offcanvas-body .contact-inner .social-share li {
  margin: 6px;
}
.header-offcanvasmenu .offcanvas-body .contact-inner .social-share li a {
  color: var(--color-white);
  font-size: 16px;
  text-align: center;
  width: 50px;
  height: 50px;
  line-height: 53px;
  display: block;
  border-radius: 100%;
  background-color: var(--color-primary);
  text-align: center;
}
.header-offcanvasmenu .offcanvas-body .contact-inner .social-share li a:hover {
  opacity: 0.7;
}
.header-offcanvasmenu .offcanvas-body .contact-inner .social-share li a.facebook-f {
  background-color: #3b5998;
}
.header-offcanvasmenu .offcanvas-body .contact-inner .social-share li a.twitter {
  background-color: #1da1f2;
}
.header-offcanvasmenu .offcanvas-body .contact-inner .social-share li a.pinterest-p {
  background-color: #bd081c;
}
.header-offcanvasmenu .offcanvas-body .contact-inner .social-share li a.linkedin-in {
  background-color: #0a66c2;
}
.header-offcanvasmenu .offcanvas-body .contact-inner .social-share li a.instagram {
  background-color: #c32aa3;
}
.header-offcanvasmenu .offcanvas-body .contact-inner .social-share li a.vimeo-v {
  background-color: #1ab7ea;
}

.mobile-nav-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 10px;
  padding-bottom: 20px;
  border-bottom: 1px solid var(--color-fog);
}
@media only screen and (min-width: 1200px) {
  .mobile-nav-header {
    display: none;
  }
}
@media only screen and (max-width: 1199px) {
  .mobile-nav-header {
    margin: 0px;
    padding-left: 10px;
    padding-right: 10px;
  }
 
}
.mobile-nav-header .mobile-nav-logo {
  line-height: 1;
}
.mobile-nav-header .mobile-nav-logo img {
  max-height: 50px;
}
.mobile-nav-header .mobile-nav-logo .dark-mode {
  display: none;
}
.mobile-nav-header .mobile-menu-close {
  background-color: var(--color-body);
  height: 30px;
  width: 30px;
  border: 2px solid var(--color-body);
  border-radius: 30px;
  color: var(--color-white);
  font-size: 14px;
  -webkit-transition: var(--transition);
  transition: var(--transition);
  line-height: 28px !important;
}
.mobile-nav-header .mobile-menu-close:hover {
  background-color: var(--color-primary);
  border-color: var(--color-primary);
  color: var(--color-white);
}

@media only screen and (max-width: 1199px) {
  .axil-mainmenu.axil-sticky {
    -webkit-animation: none;
            animation: none;
  }
  .mainmenu-nav {
    position: fixed;
    top: 0;
    bottom: 0;
    left: -300px;
    background-color: var(--color-white);
    width: 300px;
    padding: 20px 10px;
    -webkit-transition: all 0.8s cubic-bezier(0.77, 0.2, 0.05, 1);
    transition: all 0.8s cubic-bezier(0.77, 0.2, 0.05, 1);
    z-index: 1050;
  }
  .mainmenu-nav.show {
    left: 0;
  }
  .mainmenu-nav .mainmenu {
    display: block;
    height: 100%;
    overflow: auto;
    margin: 0;
  }
  .mainmenu-nav .mainmenu > li {
    border-bottom: 1px solid var(--color-fog);
  }
  .mainmenu-nav .mainmenu > li > a {
    height: 50px;
    line-height: 50px;
  }
  .mainmenu-nav .mainmenu > li > a::before {
    display: none;
  }
  .mainmenu-nav .mainmenu .menu-item-has-children .axil-submenu {
    display: none;
    position: initial;
    visibility: visible;
    opacity: 1;
    min-width: 100%;
    -webkit-box-shadow: none;
            box-shadow: none;
    padding: 0 0 10px;
    -webkit-transition: initial;
    transition: initial;
  }
  .mainmenu-nav .mainmenu .menu-item-has-children .axil-submenu li {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  .mainmenu-nav .mainmenu .menu-item-has-children .axil-submenu li a {
    padding: 7px 10px;
  }
  .mainmenu-nav .mainmenu .menu-item-has-children .axil-submenu li a:after {
    display: none;
  }
  .mainmenu-nav .mainmenu .menu-item-has-children .axil-submenu .menu-item-has-children .axil-submenu {
    visibility: visible;
    opacity: 1;
    padding-bottom: 0;
    padding-left: 10px;
    display: none;
  }
  .mainmenu-nav .mainmenu .menu-item-has-children .axil-submenu .menu-item-has-children.has-dropdown > a {
    margin-right: 20px;
  }
  .mainmenu-nav .mainmenu .menu-item-has-children .axil-submenu .menu-item-has-children.has-dropdown > a:before {
    content: "\f107";
    font-family: var(--font-awesome);
    font-weight: 400;
    color: var(--color-black);
    font-size: 18px;
    position: absolute;
    top: 4px;
    right: -20px;
    width: auto;
  }
  .mainmenu-nav .mainmenu .menu-item-has-children .axil-submenu .menu-item-has-children.has-dropdown.menu-item-open .axil-submenu, .mainmenu-nav .mainmenu .menu-item-has-children .axil-submenu .menu-item-has-children.has-dropdown.is-active .axil-submenu {
    display: block;
  }
  .mainmenu-nav .mainmenu .menu-item-has-children.menu-item-open .axil-submenu, .mainmenu-nav .mainmenu .menu-item-has-children.is-active .axil-submenu {
    display: block;
  }
}
@-webkit-keyframes headerSlideDown {
  0% {
    margin-top: -50px;
    opacity: 0;
  }
  30% {
    margin-top: -10px;
    opacity: 0;
  }
  100% {
    margin-top: 0;
    opacity: 1;
  }
}
@keyframes headerSlideDown {
  0% {
    margin-top: -50px;
    opacity: 0;
  }
  30% {
    margin-top: -10px;
    opacity: 0;
  }
  100% {
    margin-top: 0;
    opacity: 1;
  }
}
.mainmenu > li.mega-menu {
  margin-right: 14px !important;
}
.mainmenu > li.mega-menu > a:after {
  right: -15px !important;
}

.wsmenu-submenu-listing a:hover {
  color: var(--color-link-hover);
}

.wsmenu-submenu-listing h5 {
  margin-bottom: 10px;
  color: #f7006b;
}
.wsmenu-submenu-listing ul {
  margin: 0;
  padding: 0;
}
.wsmenu-submenu-listing ul li a {
  display: inline-block;
  position: relative;
  padding: 0 0 0 25px;
  -webkit-transition: var(--transition);
  transition: var(--transition);
}
.wsmenu-submenu-listing ul li a:after {
  content: "\f178";
  position: absolute;
  left: 0;
  top: 0;
  font-family: "Font Awesome 5 Pro";
}
.wsmenu-submenu-listing ul li a:before {
  content: "";
  height: 2px;
  width: 0;
  background-color: var(--color-secondary);
  position: absolute;
  bottom: -4px;
  left: 0;
  opacity: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.wsmenu-submenu-listing ul li a:hover, .wsmenu-submenu-listing ul li a:focus {
  color: var(--color-secondary);
}
.wsmenu-submenu-listing ul li a:hover::before, .wsmenu-submenu-listing ul li a:focus::before {
  opacity: 1;
  width: 100%;
}
.wsmenu-submenu-listing ul li a.active {
  color: var(--color-secondary);
}
.wsmenu-submenu-listing ul li a.active::before {
  width: 100%;
  opacity: 1;
}

/*-------------------------
    Blog Styles
-------------------------*/
.blog-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-top: var(--border-light);
  border-bottom: var(--border-light);
  padding: 0px 20px 0px 0;
  -webkit-transition: var(--transition);
  transition: var(--transition);
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: auto !important;
  border: none;
}
@media only screen and (max-width: 991px) {
  .blog-list {
    padding: 0 0 40px;
  }
}
@media only screen and (max-width: 767px) {
  .blog-list {
    display: block;
  }
}
@media only screen and (max-width: 767px) {
  .blog-list .post-thumbnail {
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 479px) {
  .blog-list .post-thumbnail {
    margin-bottom: 20px;
  }
}
.blog-list .post-thumbnail a {
  border-radius: 30px;
  overflow: hidden;
  display: block;
}
.blog-list .post-thumbnail a img {
  border-radius: 30px;
  -webkit-transition: var(--transition);
  transition: var(--transition);
}
@media only screen and (max-width: 767px) {
  .blog-list .post-thumbnail a img {
    width: 100%;
  }
}
.blog-list .post-content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-top: 30px;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .blog-list .post-content {
    margin-left: 0;
  }
}
@media only screen and (max-width: 479px) {
  .blog-list .post-content {
    margin-top: 0px;
  }
}
.blog-list .post-content .title {
  margin-bottom: 0px;
}
.blog-list h2.blog-title.title {font-size: 24px; line-height: 36px; margin-bottom: 12px;}

.blog-list .post-content .title a {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-decoration: none;
  color: var(--color-dark) !important;
}
.blog-list .post-content .title a:hover {
  color: var(--color-link-hover) !important;
}
.blog-list .post-content .blog-date {
  margin-bottom: 10px;
}
.blog-list .post-content p {
  color: var(--color-body-0);
  letter-spacing: -0.025em;
  margin-bottom: 20px;
}
.blog-list .post-content .more-btn {
  font-weight: 500;
  color: var(--color-link) !important;
  text-decoration: none;
}
.blog-list .post-content .more-btn i {
  margin-left: 12px;
  font-weight: 700;
  vertical-align: middle;
  -webkit-transition: var(--transition);
  transition: var(--transition);
  opacity: 0;
}
.blog-list .post-content .more-btn:hover {
  color: var(--color-link-hover) !important;
}
.blog-list .post-content .more-btn:hover i {
  margin-left: 7px;
}
.blog-list:hover {
  border-top-color: var(--color-primary);
}
.blog-list:hover .post-thumbnail a img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.blog-list.border-start {
  border-left: var(--border-light) !important;
  padding-left: 20px;
  padding-right: 0;
  border: none !important;
}
@media only screen and (max-width: 991px) {
  .blog-list.border-start {
    border-left: none !important;
    padding-left: 0;
  }
}

.blog-grid {
  margin-bottom: 80px;
}
@media only screen and (max-width: 1399px) {
  .blog-grid {
    margin-bottom: 40px;
  }
}
.blog-grid .title {
  letter-spacing: -0.045em;
  margin-bottom: 35px;
  color: var(--color-dark);
}
@media only screen and (max-width: 767px) {
  .blog-grid .title {
    margin-bottom: 30px;
    letter-spacing: 0;
    line-height: 1.15;
  }
}
.blog-grid .title a:hover {
  color: var(--color-primary);
}
.blog-grid .author {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.blog-grid .author .info {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-left: 20px;
  margin-top: 10px;
}
.blog-grid .author .author-name {
  margin-bottom: 6px;
}
.blog-grid .post-thumbnail {
  margin: 30px 0;
  position: relative;
}
.blog-grid .post-thumbnail a {
  border-radius: 30px;
  overflow: hidden;
}
.blog-grid .post-thumbnail a img {
  border-radius: 30px;
  -webkit-transition: -webkit-transform 2s cubic-bezier(0.2, 0.96, 0.34, 1);
  transition: -webkit-transform 2s cubic-bezier(0.2, 0.96, 0.34, 1);
  transition: transform 2s cubic-bezier(0.2, 0.96, 0.34, 1);
  transition: transform 2s cubic-bezier(0.2, 0.96, 0.34, 1), -webkit-transform 2s cubic-bezier(0.2, 0.96, 0.34, 1);
}
.blog-grid .post-thumbnail .popup-video {
  text-align: center;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.blog-grid .post-thumbnail .popup-video .play-btn {
  height: 150px;
  width: 150px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(32, 38, 43, 0.8)), to(#20262B));
  background: linear-gradient(180deg, rgba(32, 38, 43, 0.8) 0%, #20262B 100%);
  border-radius: 50%;
  margin: 0 auto;
  font-size: 32px;
  color: var(--color-white);
  -webkit-transition: var(--transition);
  transition: var(--transition);
}
.blog-grid .post-thumbnail .popup-video .play-btn:hover {
  background-color: var(--color-primary);
}
@media only screen and (max-width: 1199px) {
  .blog-grid .post-thumbnail .popup-video .play-btn {
    height: 100px;
    width: 100px;
    font-size: 26px;
  }
}
@media only screen and (max-width: 575px) {
  .blog-grid .post-thumbnail .popup-video .play-btn {
    height: 80px;
    width: 80px;
    font-size: 20px;
  }
}
.blog-grid:hover .post-thumbnail a img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.blog-grid.blog-without-thumb {
  background: var(--gradient-primary);
  padding: 50px;
  border-radius: 30px;
  border-right: 2px solid rgba(80, 92, 253, 0);
}
@media only screen and (max-width: 767px) {
  .blog-grid.blog-without-thumb {
    padding: 40px;
  }
}
@media only screen and (max-width: 575px) {
  .blog-grid.blog-without-thumb {
    padding: 35px 30px;
  }
}
.blog-grid.blog-without-thumb blockquote .title {
  margin-bottom: 30px;
  line-height: 1.4;
}
.blog-grid.blog-without-thumb .author .info {
  margin-left: 0;
}
.blog-grid.blog-thumb-slide .post-thumbnail .slick-list {
  margin: 0;
}
.blog-grid.blog-thumb-slide .post-thumbnail .slick-list .slick-slide {
  padding: 0;
}
.blog-grid.blog-thumb-slide .post-thumbnail .slick-dots {
  text-align: center;
  bottom: 50px;
}
@media only screen and (max-width: 767px) {
  .blog-grid.blog-thumb-slide .post-thumbnail .slick-dots {
    bottom: 20px;
  }
}

.recent-post-slide .slick-list {
  margin: 0;
}
.recent-post-slide .slick-list .slick-slide {
  padding: 0;
}

.blog-meta {
  padding-left: 0 !important;
}
.blog-meta li {
  display: inline;
  color: var(--color-gray-2);
  margin-right: 20px;
  position: relative;
  font-size: 14px;
  margin-top: 0;
  margin-bottom: 0;
}
.blog-meta li:after {
  content: "";
  height: 17px;
  width: 1px;
  background-color: var(--color-gray-2);
  position: absolute;
  top: 2px;
  right: -13px;
}
.blog-meta li:last-child {
  margin-right: 0;
}
.blog-meta li:last-child:after {
  display: none;
}
.blog-meta li a {
  color: var(--color-gray-2) !important;
  padding: 2px 0;
}
.blog-meta li a:hover {
  color: var(--color-primary) !important;
}

.single-blog .single-blog-content .post-thumbnail img {
  border-radius: 30px;
}
.single-blog .single-blog-content .author {
  margin-bottom: 30px;
}
.single-blog .single-blog-content p {
  margin-bottom: 20px;
  line-height: 1.7;
}
.single-blog .single-blog-content .wp-block-quote {
  margin: 50px 0;
  background: var(--gradient-primary);
  padding: 50px;
  border-radius: 30px;
  border-right: 2px solid rgba(80, 92, 253, 0);
}
.single-blog .single-blog-content .wp-block-quote p {
  font-size: 18px;
  margin-bottom: 0;
}
.single-blog .single-blog-content .list-style {
  padding-left: 20px;
  margin-top: 30px;
  margin-bottom: 30px;
}
.single-blog .single-blog-content .list-style li {
  margin: 12px 0;
}
.single-blog .audio-player {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 50px;
  margin-bottom: 60px;
  background-color: var(--color-mercury);
  -webkit-box-shadow: none;
          box-shadow: none;
  border-radius: 30px;
  padding: 5px 30px;
}
.single-blog .audio-player .play-pause-btn svg {
  width: 10px;
}
.single-blog .audio-player .controls {
  font-size: 14px;
}
.single-blog .audio-player .controls .gap-progress {
  background-color: var(--color-primary);
}
.single-blog .audio-player .controls .gap-progress .progress__pin {
  height: 10px;
  width: 10px;
  top: -3px;
  background-color: var(--color-primary);
}
.single-blog .audio-player .volume .volume__button svg {
  width: 15px;
}
.single-blog .audio-player .volume .volume__button.open svg path {
  fill: var(--color-primary);
}
.single-blog .audio-player .volume .volume__controls .volume__progress {
  background-color: var(--color-primary);
}
.single-blog .audio-player .volume .volume__controls .volume__progress .pin {
  background-color: var(--color-primary);
}

.blog-author {
  background-color: var(--color-light);
  padding: 50px;
  border-radius: 30px;
  margin-bottom: 80px;
}
@media only screen and (max-width: 991px) {
  .blog-author {
    margin-bottom: 60px;
  }
}
@media only screen and (max-width: 767px) {
  .blog-author {
    padding: 30px;
  }
}
.blog-author .author {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (max-width: 767px) {
  .blog-author .author {
    display: block;
    text-align: center;
  }
}
@media only screen and (max-width: 767px) {
  .blog-author .author .author-thumb {
    margin-bottom: 20px;
  }
}
.blog-author .author .author-thumb img {
  border-radius: 50%;
}
.blog-author .author .info {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-left: 30px;
}
@media only screen and (max-width: 767px) {
  .blog-author .author .info {
    margin-left: 0;
  }
}
.blog-author .author .info .title {
  margin-bottom: 20px;
}
.blog-author .author .info p {
  color: #737387;
  margin-bottom: 22px;
}
.blog-author .author .social-share {
  margin: 0 -10px;
}
.blog-author .author .social-share li {
  display: inline-block;
}
.blog-author .author .social-share li a {
  font-size: var(--font-body-1);
  color: var(--color-body);
  padding: 0 10px;
}
.blog-author .author .social-share li a:hover {
  color: var(--color-primary);
}

.blog-comment {
  margin-bottom: 55px;
}
@media only screen and (max-width: 575px) {
  .blog-comment {
    margin-bottom: 40px;
  }
}
.blog-comment .section-title {
  margin-bottom: 50px;
}
.blog-comment .comment-list ul li::before {
  display: none !important;
}
.blog-comment .comment-list .comment {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px;
}
.blog-comment .comment-list .comment:last-child {
  margin-bottom: 0;
}
.blog-comment .comment-list .comment .thumbnail {
  padding-right: 30px;
}
.blog-comment .comment-list .comment .thumbnail img {
  height: 60px;
  width: 60px;
}
.blog-comment .comment-list .comment .content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.blog-comment .comment-list .comment .content .heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 10px;
}
@media only screen and (max-width: 479px) {
  .blog-comment .comment-list .comment .content .heading {
    display: block;
  }
}
.blog-comment .comment-list .comment .content .heading .title {
  margin-bottom: 0;
}
@media only screen and (max-width: 479px) {
  .blog-comment .comment-list .comment .content .heading .title {
    margin-bottom: 8px;
  }
}
.blog-comment .comment-list .comment .content .heading .comment-date {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.blog-comment .comment-list .comment .content .heading .comment-date p {
  margin-bottom: 0;
  font-size: 15px;
  color: var(--color-primary);
}
.blog-comment .comment-list .comment .content .heading .comment-date .reply-btn {
  font-size: 14px;
  color: var(--color-primary);
  padding-left: 10px;
}
.blog-comment .comment-list .comment .content .heading .comment-date .reply-btn:hover {
  color: var(--color-dark);
}
.blog-comment .comment-list .comment .content p {
  margin-bottom: 20px;
}
.blog-comment .comment-list .comment-reply {
  margin-left: 75px;
}
@media only screen and (max-width: 575px) {
  .blog-comment .comment-list .comment-reply {
    margin-left: 30px;
  }
}

.blog-comment-form .title {
  font-size: 40px;
}
@media only screen and (max-width: 991px) {
  .blog-comment-form .title {
    font-size: 36px;
  }
}
@media only screen and (max-width: 767px) {
  .blog-comment-form .title {
    font-size: 32px;
  }
}

.comment-respond {
  background-color: var(--color-white);
  border-radius: 30px;
  padding: 50px;
  -webkit-box-shadow: 0 40px 48px 0 rgba(153, 161, 170, 0.25);
          box-shadow: 0 40px 48px 0 rgba(153, 161, 170, 0.25);
  margin-bottom: 60px;
}
@media only screen and (max-width: 767px) {
  .comment-respond {
    padding: 30px;
    margin-bottom: 40px;
    -webkit-box-shadow: 0 0 24px 0 rgba(153, 161, 170, 0.35);
            box-shadow: 0 0 24px 0 rgba(153, 161, 170, 0.35);
  }
}

@media only screen and (max-width: 767px) {
  .related-blog-area .section-heading .title {
    font-size: 36px;
  }
}
@media only screen and (max-width: 575px) {
  .related-blog-area .section-heading .title {
    font-size: 30px;
  }
}

.wp-block-quote,
blockquote,
.wp-block-quote {
  margin: 50px 0;
  background: var(--gradient-primary);
  padding: 30px 50px;
  border-radius: 30px;
  border-right: 2px solid rgba(80, 92, 253, 0);
}
@media only screen and (max-width: 767px) {
  .wp-block-quote,
blockquote,
.wp-block-quote {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.wp-block-quote p,
blockquote p,
.wp-block-quote p {
  font-size: 18px;
  margin-bottom: 0;
}

.blog-container .blog-list {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  height: 100% !important;
  padding-right: 25px;
}
@media only screen and (max-width: 1024px) {
  .blog-container .blog-list {
    padding-right: 0px;
  }
}
.blog-container .blog-list .post-content {
  width: 100%;
  margin: 26px 0 0 0;
}
.blog-container .blog-list .post-thumbnail {
  width: 100%;
}
.blog-container .blog-list a img {
  width: 100%;
  height: auto;
}
.blog-container .blog-list:hover .title a, .blog-container .blog-list:focus .title a {
  color: var(--color-link-hover) !important;
}

.single-blog h3 {
  /*color:#F92C8B;
  font-size: 26px;
  line-height: 1.2;
  margin: 0 0 5px 0;*/
}

.single-blog h1, .single-blog h2, .single-blog h3, .single-blog h4, .single-blog h5, .single-blog h6 {
  margin: 30px 0 16px 0;
}

.single-blog h3 {
  margin: 30px 0 10px 0;
}

.blog-comment-box .comment-author .axil-comment-content-top .commenter, .comment-respond .comment-reply-title, .comment-title, .blog-grid .author .author-name {
  margin-top: 0 !important;
}

.single-blog ul {
  padding-left: 22px; position: relative;
}
.single-blog ul li {
  list-style: none;
}
.single-blog ul li::before {
  content: "\f2f8";
  font-weight: 400;
  font-size: 14px;
  position: absolute;
  left: 0px;
  margin-top: 1px;
  font-family: "Font Awesome 5 Pro";
  color: var(--color-primary);
}
.single-blog ul li li::before {
  left: 22px;
}
.single-blog .comment-list li::before {
  display: none;
}

.single-blog .author ul li::before {
  display: none;
}

.page-blog .section-padding-equal {
  padding-top: 0px;
  padding-bottom: 40px;
}
.page-blog .section-heading.heading-dark-center {
  display: none;
}
.page-blog .section-padding-3 {
  padding-top: 0px;
}
.page-blog .blog-list {
  margin-bottom: 40px;
}
@media only screen and (max-width: 991px) {
  .page-blog .blog-list {
    margin-bottom: 0px;
  }
}
.page-blog .blog-template ul.page-numbers {
 margin-bottom: 60px;
  padding: 0;
}


@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .home-blog .col-xl-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%;
  }
}

@media only screen and (max-width: 479px) {
  .home-blog-post-sec .container {
    padding-left: 0;
    padding-right: 0;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .blog-container-blog-page .col-xl-6 {
    width: 50%;
  }
}
@media only screen and (max-width: 991px) {
  .blog-container-blog-page {
    margin-top: -35px;
  }
}
@media only screen and (max-width: 479px) {
  .blog-container-blog-page {
    margin-top: -25px;
  }
}

.single-post .breadcrum-area, .single-axil-projects .breadcrum-area {
  padding-bottom: 0;
}
.single-post .breadcrum-area .breadcrumb, .single-axil-projects .breadcrum-area .breadcrumb {
  text-align: center;
  margin-bottom: 0.5rem;
}
.single-post .breadcrum-area .breadcrumb { margin-bottom: 1.1rem; }
.single-post .breadcrum-area .breadcrumb .d-flex, .single-axil-projects .breadcrum-area .breadcrumb .d-flex {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.single-post .breadcrum-area .breadcrumb .title, .single-axil-projects .breadcrum-area .breadcrumb .title {
  margin: 0 auto;
}
.single-post .blog-author-sec, .single-axil-projects .blog-author-sec {
  text-align: center;
  margin-bottom: 30px;
  font-size: 16px;
}
.single-post .single-blog-content h2, .single-axil-projects h2 {
  font-size: 30px;
  line-height: 40px;
}
.single-post h3, .single-axil-projects h3 {
  font-size: 22px;
  line-height: 30px;
  margin-top: 25px;
}
.single-post .single-blog ul li, .single-axil-projects .single-blog ul li {
  font-size: var(--font-body-2);
  /*line-height: 1.7;*/
}
.single-post .single-blog ul li::before, .single-axil-projects .single-blog ul li::before {
  margin-top: 3px;
}
.single-post .single-blog table, .single-axil-projects .single-blog table {
  line-height: 1.7;
  font-size: var(--font-body-2);
}
.single-post .single-blog .axil-btn, .single-axil-projects .single-blog .axil-btn {
  margin-bottom: 20px;
}
.single-post .single-blog figure, .single-axil-projects .single-blog figure {
  width: 100% !important;
  font-size: var(--font-body-2);
  padding: 20px;
  border: 1px solid #E6E6E6;
  border-radius: 10px;
  overflow: hidden;
  /*img[class*="wp-image-"] {
      margin-left: 0;
  }
  .wp-caption-text {
      text-align: left;
    }*/
}
.single-post .single-blog figure.aligncenter, .single-axil-projects .single-blog figure.aligncenter {
  text-align: center;
}
.single-post .single-blog figure img, .single-axil-projects .single-blog figure img {
  padding-left: 0 !important;
  padding-right: 0 !important;
  padding-top: 0 !important;
  border: none !important;
  padding-bottom: 0 !important;
}
.single-post .single-blog pre pre, .single-axil-projects .single-blog pre pre {
  margin-top: 0;
  padding: 0;
}
.single-post .single-blog hr, .single-axil-projects .single-blog hr {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 100%;
}
.single-post .single-blog .info h2, .single-axil-projects .single-blog .info h2 {
  font-size: 24px;
  line-height: 26px;
  font-weight: 500;
}
.single-post .single-blog .info ul, .single-axil-projects .single-blog .info ul {
  padding-left: 0;
  margin: 0 -5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.single-post .single-blog .info ul li, .single-axil-projects .single-blog .info ul li {
  padding: 5px;
  margin: 0;
}
.single-post .single-blog .info ul li a, .single-axil-projects .single-blog .info ul li a {
  padding: 6px 15px;
  border: 1px solid var(--color-mercury);
  font-size: 16px;
  border-radius: 10px;
  text-transform: capitalize;
  letter-spacing: 0.5px;
}
.single-post .single-blog .info ul li a:hover, .single-axil-projects .single-blog .info ul li a:hover {
  background-color: var(--color-link-hover);
  border-color: var(--color-link-hover);
  color: var(--color-white);
}
.single-post .single-blog .comment-respond, .single-axil-projects .single-blog .comment-respond {
  -webkit-box-shadow: 0 0px 48px 0 rgba(153, 161, 170, 0.25);
  box-shadow: 0 0 48px 0 rgba(153, 161, 170, 0.25);
}
.single-post .single-blog .blog-comment-box .comment-list li, .single-axil-projects .single-blog .blog-comment-box .comment-list li {
  background-color: var(--color-white);
  border-radius: 30px;
  padding: 50px;
  -webkit-box-shadow: 0 40px 48px 0 rgba(153, 161, 170, 0.25);
  box-shadow: 0 0 48px 0 rgba(153, 161, 170, 0.25);
  margin-bottom: 20px;
}
.single-post .single-blog .blog-comment-box .comment-author .axil-comment-content-top .commenter, .single-axil-projects .single-blog .blog-comment-box .comment-author .axil-comment-content-top .commenter {
  font-size: 18px;
  text-transform: capitalize;
}
.single-post .single-blog .blog-comment-box .comment-author .axil-comment-content-top .commenter span, .single-axil-projects .single-blog .blog-comment-box .comment-author .axil-comment-content-top .commenter span {
  font-weight: 400;
  font-size: 15px;
  display: block;
  opacity: 0.7;
}
.single-post .single-blog .blog-comment-box .comment-author .axil-comment-content p, .single-axil-projects .single-blog .blog-comment-box .comment-author .axil-comment-content p {
  margin-bottom: 0;
}
.single-post .single-blog .blog-comment-box .comment-author .axil-comment-content a, .single-axil-projects .single-blog .blog-comment-box .comment-author .axil-comment-content a {
  color: var(--color-link);
}
.single-post .single-blog .blog-comment-box .comment-author .axil-comment-content a:hover, .single-axil-projects .single-blog .blog-comment-box .comment-author .axil-comment-content a:hover {
  color: var(--color-link-hover);
}
.single-post .single-blog p img, .single-axil-projects .single-blog p img {
  padding: 12px;
  border: 1px solid #E6E6E6;
  border-radius: 0;
}
.single-post .single-blog figure img, .single-axil-projects .single-blog figure img {
  padding: 12px;
  border: 1px solid #E6E6E6;
  border-radius: 0;
}

.single-axil-projects .breadcrum-area {
  background: none;
}

/*-------------------------
    Widget
-------------------------*/
@media only screen and (max-width: 991px) {
  .axil-sidebar {
    margin-top: 60px;
  }
}
.axil-sidebar .widget {
  margin-bottom: 80px;
}
@media only screen and (max-width: 1399px) {
  .axil-sidebar .widget {
    margin-bottom: 60px;
  }
}
@media only screen and (max-width: 991px) {
  .axil-sidebar .widget {
    margin-bottom: 50px;
  }
}
.axil-sidebar .widget:last-child {
  margin-bottom: 0;
}

.widget.widget-search .blog-search {
  position: relative;
}
.widget.widget-search .blog-search input {
  padding-right: 45px;
}
.widget.widget-search .blog-search input:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
  border: var(--border-lighter);
}
.widget.widget-search .blog-search input::-webkit-input-placeholder {
  color: var(--color-dark);
}
.widget.widget-search .blog-search input::-moz-placeholder {
  color: var(--color-dark);
}
.widget.widget-search .blog-search input:-ms-input-placeholder {
  color: var(--color-dark);
}
.widget.widget-search .blog-search input::-ms-input-placeholder {
  color: var(--color-dark);
}
.widget.widget-search .blog-search input::placeholder {
  color: var(--color-dark);
}
.widget.widget-search .blog-search .search-button {
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  border: 0;
  padding: 0;
  background-color: transparent;
  font-weight: 500;
  color: var(--color-body);
}
.widget.widget-search .blog-search .search-button:before {
  content: "";
  position: absolute;
  background: var(--color-gray-4);
  height: 18px;
  width: 1px;
  left: -14px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.widget.widget-categories .category-list li:first-child a {
  padding-top: 0;
}
.widget.widget-categories .category-list a {
  display: block;
  font-size: var(--font-body-1);
  color: var(--color-body);
  border-bottom: var(--border-lighter);
  padding: 18px 0;
  position: relative;
}
.widget.widget-categories .category-list a:before {
  content: "";
  height: 1px;
  width: 0;
  background-color: var(--color-primary);
  position: absolute;
  bottom: -1px;
  left: 0;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: var(--transition);
  transition: var(--transition);
}
.widget.widget-categories .category-list a:after {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4.5px 0 4.5px 6px;
  border-color: transparent transparent transparent var(--color-dark);
  position: absolute;
  right: 0;
  content: "";
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: var(--transition);
  transition: var(--transition);
}
.widget.widget-categories .category-list a:hover {
  color: var(--color-primary);
}
.widget.widget-categories .category-list a:hover:before {
  visibility: visible;
  opacity: 1;
  width: 100%;
}
.widget.widget-categories .category-list a:hover:after {
  border-color: transparent transparent transparent var(--color-primary);
}
.widget.widge-social-share .blog-share {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: var(--color-primary);
  padding: 24px 30px;
  border-radius: 16px;
}
@media only screen and (max-width: 1199px) {
  .widget.widge-social-share .blog-share {
    padding: 24px 20px;
  }
}
.widget.widge-social-share .blog-share .title {
  color: var(--color-white);
  margin-bottom: 0;
  margin-right: 25px;
}
@media only screen and (max-width: 1199px) {
  .widget.widge-social-share .blog-share .title {
    margin-right: 20px;
  }
}
.widget.widge-social-share .social-list {
  margin: 0 -10px;
}
.widget.widge-social-share .social-list li {
  display: inline-block;
}
.widget.widge-social-share .social-list li a {
  color: var(--color-white);
  padding: 5px 10px;
}
@media only screen and (max-width: 1199px) {
  .widget.widge-social-share .social-list li a {
    padding: 5px;
  }
}
.widget.widge-social-share .social-list li a:hover {
  opacity: 0.8;
}
.widget.widget-recent-post .single-post, .widget.widget_axil_recent_post .single-post, .widget.widget-recent-post .single-post {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 25px;
  padding-bottom: 20px;
  border-bottom: var(--border-lighter);
}
.widget.widget-recent-post .single-post .post-thumbnail a, .widget.widget_axil_recent_post .single-post .post-thumbnail a, .widget.widget-recent-post .single-post .post-thumbnail a {
  border-radius: 16px;
  overflow: hidden;
}
.widget.widget-recent-post .single-post .post-thumbnail a img, .widget.widget_axil_recent_post .single-post .post-thumbnail a img, .widget.widget-recent-post .single-post .post-thumbnail a img {
  border-radius: 16px;
  -webkit-transition: var(--transition);
  transition: var(--transition);
}
.widget.widget-recent-post .single-post .post-content, .widget.widget_axil_recent_post .single-post .post-content, .widget.widget-recent-post .single-post .post-content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-left: 20px;
}
.widget.widget-recent-post .single-post .post-content .title, .widget.widget_axil_recent_post .single-post .post-content .title, .widget.widget-recent-post .single-post .post-content .title {
  margin-bottom: 10px;
}
.widget.widget-recent-post .single-post:hover .post-thumbnail a img, .widget.widget_axil_recent_post .single-post:hover .post-thumbnail a img, .widget.widget-recent-post .single-post:hover .post-thumbnail a img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.widget.widget-recent-post .single-post:last-child, .widget.widget_axil_recent_post .single-post:last-child, .widget.widget-recent-post .single-post:last-child {
  margin-bottom: 0;
  border-bottom: none;
  padding-bottom: 0;
}
.widget.widget-banner-ad a {
  border-radius: 20px;
}
.widget.widget-banner-ad a img {
  border-radius: 20px;
}

/*-------------------------
   Footer Styles
-------------------------*/
.footer-top {
  padding-top: 40px;
  padding-bottom: 40px;
  border-bottom: 1px solid var(--color-ghost);
  margin-bottom: 40px;
}
@media only screen and (max-width: 575px) {
  .footer-top {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
.footer-top .widget {
  margin-bottom: 0;
}

.footer-social-link ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0;
}
@media only screen and (max-width: 575px) {
  .footer-social-link ul {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.footer-social-link ul li {
  padding: 0 21px;
  margin: 0;
}
@media only screen and (max-width: 767px) {
  .footer-social-link ul li {
    padding: 0 12px;
  }
}
@media only screen and (max-width: 575px) {
  .footer-social-link ul li {
    padding: 4px 7px;
  }
}
.footer-social-link ul li a {
  color: var(--color-black);
  font-size: 16px;
  padding: 0px;
  width: 42px;
  height: 42px;
  line-height: 44px;
  background: var(--color-link);
  border-radius: 30px;
  font-size: 16px;
  text-align: center;
  color: var(--color-white);
}
@media only screen and (max-width: 991px) {
  .footer-social-link ul li a {
    font-size: 16px;
  }
}
.footer-social-link ul li a:hover {
  color: var(--color-white);
  background: var(--color-link-hover);
}

.footer-widget {
  margin-bottom: 80px;
}
@media only screen and (max-width: 767px) {
  .footer-widget {
    margin-bottom: 50px;
  }
}
.footer-widget .widget-title {
  font-weight: 700;
  font-size: 22px !important;
  line-height: normal;
  margin-bottom: 0;
  height: 70px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .footer-widget .widget-title {
    font-size: 18px !important;
    height: 60px;
  }
}
@media only screen and (max-width: 767px) {
  .footer-widget .widget-title {
    height: auto;
    font-size: 19px !important;
  }
}
.footer-widget.border-end {
  border-right-color: var(--color-ghost) !important;
  padding-right: 80px;
  margin-right: 40px;
}
@media only screen and (max-width: 1199px) {
  .footer-widget.border-end {
    border: none !important;
    padding-right: 0;
    margin-right: 0;
  }
}

footer {
  background: var(--color-light);
}
footer .widget {
  margin-bottom: 30px;
}
footer .footer-main a {
  position: relative;
  padding-left: 25px !important;
  display: inline-block !important;
  font-size: 16px !important;
}
footer .footer-main a:after {
  content: "\f178";
  position: absolute;
  left: 0;
  top: 5px;
  font-family: "Font Awesome 5 Pro";
}
footer .footer-main a:before {
  content: "";
  height: 1px;
  width: 0;
  background-color: var(--color-secondary);
  position: absolute;
  bottom: 3px;
  left: 0;
  opacity: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
footer .footer-main a:hover, footer .footer-main a:focus {
  color: var(--color-primary);
}
footer .footer-main a:hover::before, footer .footer-main a:focus::before {
  opacity: 1;
  width: 100%;
}

.widget.widget_nav_menu li a:hover, .widget.widget_nav_menu li a .active {
  color: var(--color-link-hover) !important;
}

.footer-newsletter .title {
  margin-bottom: 20px;
  letter-spacing: -0.045em;
}
@media only screen and (max-width: 1199px) {
  .footer-newsletter .title {
    font-size: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .footer-newsletter .title {
    font-size: 34px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .footer-newsletter .input-group {
    display: block;
    -webkit-box-shadow: none;
            box-shadow: none;
    height: auto;
    padding: 0;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .footer-newsletter .input-group:before {
    left: 15px;
    top: 18px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .footer-newsletter .input-group .form-control {
    height: 60px;
    width: 100%;
    border-radius: 20px !important;
    padding: 5px 15px 5px 50px;
    border: 1px solid var(--color-light);
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .footer-newsletter .input-group .subscribe-btn {
    margin-top: 15px;
    padding: 14px 30px;
    width: 100%;
    height: 60px;
  }
}

.footer-menu-link ul {
  margin: -8px 0;
}
.footer-menu-link li a {
  color: var(--color-body);
  padding: 8px 0;
  font-size: 18px;
  line-height: 1.5;
}
@media only screen and (max-width: 991px) {
  .footer-menu-link li a {
    font-size: 16px;
  }
}
.footer-menu-link li a:hover {
  color: var(--color-link);
}
.footer-menu-link li a br {
  display: none;
}
.footer-bottom {
  border-top: 1px solid var(--color-ghost);
  padding: 18px 0;
}
@media only screen and (max-width: 767px) {
  .footer-copyright {
    text-align: center;
    margin-bottom: 10px;
  }
}
.footer-copyright .copyright-text {
  color: var(--color-gray-1);
  font-size: 15px;
}
.footer-copyright .copyright-text a {
  color: var(--color-gray-1);
}
.footer-copyright .copyright-text a:hover {
  color: var(--color-primary);
}

.footer-bottom-link {
  text-align: right;
}
@media only screen and (max-width: 767px) {
  .footer-bottom-link {
    text-align: center;
  }
}
.footer-bottom-link ul {
  margin: 0 -20px;
}
.footer-bottom-link ul li {
  padding: 0 10px;
  display: inline-block;
  position: relative;
}
.footer-bottom-link ul li::after {
  content: "|";
  height: 0px;
  width: 0px;
  color: #c4c3cc;
  background-color: var(--color-gray-4);
  border-radius: 50%;
  position: absolute;
  top: -2px;
  right: 3px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.footer-bottom-link ul li:last-child::after {
  display: none;
}
.footer-bottom-link ul li a {
  color: var(--color-gray-1);
}
.footer-bottom-link ul li a:hover {
  color: var(--color-link);
}

.footer-dark {
  background-color: var(--color-dark);
  padding-top: 0;
}
.footer-dark .footer-bottom {
  border-top-color: var(--color-body);
}
.footer-dark .footer-copyright .copyright-text {
  color: var(--color-gray-2);
}
.footer-dark .footer-copyright .copyright-text a {
  color: var(--color-gray-2);
}
.footer-dark .footer-copyright .copyright-text a:hover {
  color: var(--color-white);
}
.footer-dark .footer-bottom-link ul li a {
  color: var(--color-gray-2);
}
.footer-dark .footer-bottom-link ul li a:hover {
  color: var(--color-primary);
}
.footer-dark .footer-bottom-link ul li:after {
  background-color: var(--color-gray-2);
}


/*=======================================================================
5. Dark Style 
=========================================================================*/
/*-------------------------
    Dark Style
-------------------------*/
.active-dark-mode {
  color-scheme: dark;
  --dark-main-body: #212121;
  --dark-bg-color: var(--color-dark);
  --dark-body-text: #D3D3D4;
  --dark-title-light: #D3D3D4;
  --dark-solid-btn: var(--color-ghost);
  --dark-border-gray: var(--color-body);
}
.active-dark-mode body {
  color: var(--dark-body-text);
}
.active-dark-mode p {
  color: var(--dark-body-text);
}
.active-dark-mode h1,
.active-dark-mode h2,
.active-dark-mode h3,
.active-dark-mode h4,
.active-dark-mode h5,
.active-dark-mode h6 {
  color: var(--dark-title-light);
}
.active-dark-mode ul li, .active-dark-mode ol li {
  color: var(--dark-body-text);
}
.active-dark-mode a {
  color: var(--color-white);
}
.active-dark-mode a:hover {
  color: var(--color-primary);
}
.active-dark-mode .form-group label {
  color: var(--dark-body-text);
}
.active-dark-mode input,
.active-dark-mode .form-control {
  color: var(--dark-body-text);
  border-color: var(--dark-border-gray);
  /* -- Placeholder -- */
}
.active-dark-mode input:focus,
.active-dark-mode .form-control:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
  border-color: transparent;
  background-color: #171717;
}
.active-dark-mode input::-webkit-input-placeholder, .active-dark-mode .form-control::-webkit-input-placeholder {
  color: var(--dark-body-text);
  /* Firefox */
  opacity: 1;
}
.active-dark-mode input::-moz-placeholder, .active-dark-mode .form-control::-moz-placeholder {
  color: var(--dark-body-text);
  /* Firefox */
  opacity: 1;
}
.active-dark-mode input:-ms-input-placeholder, .active-dark-mode .form-control:-ms-input-placeholder {
  color: var(--dark-body-text);
  /* Firefox */
  opacity: 1;
}
.active-dark-mode input::-ms-input-placeholder, .active-dark-mode .form-control::-ms-input-placeholder {
  color: var(--dark-body-text);
  /* Firefox */
  opacity: 1;
}
.active-dark-mode input::placeholder,
.active-dark-mode .form-control::placeholder {
  color: var(--dark-body-text);
  /* Firefox */
  opacity: 1;
}
.active-dark-mode input:-ms-input-placeholder,
.active-dark-mode .form-control:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: var(--dark-body-text);
}
.active-dark-mode input::-ms-input-placeholder,
.active-dark-mode .form-control::-ms-input-placeholder {
  /* Microsoft Edge */
  color: var(--dark-body-text);
}
.active-dark-mode .input-group {
  background-color: #171717;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.active-dark-mode .input-group::before {
  content: url("../../assets/media/icon/message-light.png");
}
@media only screen and (max-width: 479px) {
  .active-dark-mode .input-group {
    background-color: transparent;
  }
  .active-dark-mode .input-group .form-control:focus {
    background-color: transparent;
    border-color: var(--dark-border-gray);
  }
}
.active-dark-mode .mc4wp-form-fields input:-webkit-autofill,
.active-dark-mode .mc4wp-form-fields input:-webkit-autofill:hover,
.active-dark-mode .mc4wp-form-fields input:-webkit-autofill:focus,
.active-dark-mode .mc4wp-form-fields input:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 50px #171717 inset !important;
}
.active-dark-mode .mc4wp-response .mc4wp-alert p a:hover {
  color: var(--color-white);
}
.active-dark-mode .error-msg, .active-dark-mode .success-msg {
  margin-top: 25px;
}
.active-dark-mode .error-msg p, .active-dark-mode .success-msg p {
  margin-bottom: 0;
  font-size: 14px;
}
.active-dark-mode .error-msg p {
  color: #ff0000;
}
.active-dark-mode .success-msg p {
  color: #15c54b;
}
.active-dark-mode .bg-color-light {
  background-color: #292930;
}
.active-dark-mode .bg-color-mercury {
  background-color: var(--dark-bg-color);
}
.active-dark-mode .main-wrapper {
  background-color: var(--dark-main-body);
}
.active-dark-mode .axil-btn.btn-borderd {
  background-color: var(--color-primary);
  border-color: var(--color-primary);
  color: var(--color-white);
  overflow: hidden;
}
.active-dark-mode .axil-btn.btn-borderd::after {
  content: "";
  height: 350px;
  width: 350px;
  background-color: var(--color-link);
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%) scale(0);
          transform: translateY(-50%) translateX(-50%) scale(0);
  -webkit-transition: 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: -1;
}
.active-dark-mode .axil-btn.btn-borderd:hover {
  border-color: var(--color-link);
}
.active-dark-mode .axil-btn.btn-borderd:hover:after {
  -webkit-transform: translateY(-50%) translateX(-50%) scale(1);
          transform: translateY(-50%) translateX(-50%) scale(1);
}
.active-dark-mode .axil-btn.btn-fill-white {
  background-color: var(--color-primary);
  color: var(--color-white);
  overflow: hidden;
}
.active-dark-mode .axil-btn.btn-fill-white::after {
  content: "";
  height: 350px;
  width: 350px;
  background-color: var(--color-link);
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%) scale(0);
          transform: translateY(-50%) translateX(-50%) scale(0);
  -webkit-transition: 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: -1;
}
.active-dark-mode .axil-btn.btn-fill-white:hover:after {
  -webkit-transform: translateY(-50%) translateX(-50%) scale(1);
          transform: translateY(-50%) translateX(-50%) scale(1);
}
.active-dark-mode .shape-group-1 .shape img {
  -webkit-filter: brightness(0.2);
          filter: brightness(0.2);
}
.active-dark-mode .shape-group-3 .shape:not(.shape-3) img {
  -webkit-filter: brightness(0.3);
          filter: brightness(0.3);
}
.active-dark-mode .shape-group-4 .shape-1 img {
  -webkit-filter: brightness(0.2);
          filter: brightness(0.2);
}
.active-dark-mode .shape-group-6 .shape img {
  -webkit-filter: brightness(0.3);
          filter: brightness(0.3);
}
.active-dark-mode .shape-group-7 .shape img {
  -webkit-filter: brightness(0.2);
          filter: brightness(0.2);
}
.active-dark-mode .shape-group-7.shape-group-7new .shape.shape-3 img {
  -webkit-filter: brightness(0.4);
          filter: brightness(0.4);
}
.active-dark-mode .shape-group-8 .shape-1 img, .active-dark-mode .shape-group-8 .shape-2 img, .active-dark-mode .shape-group-8 .shape-3 img {
  -webkit-filter: brightness(0.3);
          filter: brightness(0.3);
}
.active-dark-mode .shape-group-9 .shape img {
  -webkit-filter: brightness(0.5);
          filter: brightness(0.5);
}
.active-dark-mode .shape-group-11 .shape img {
  -webkit-filter: brightness(0.5);
          filter: brightness(0.5);
}
.active-dark-mode .shape-group-12 .shape-3 img {
  opacity: 0.3;
}
.active-dark-mode .shape-group-13 .shape-1 img {
  -webkit-filter: brightness(0.1);
          filter: brightness(0.1);
}
.active-dark-mode .shape-group-13 .shape-2 img {
  -webkit-filter: brightness(0.3);
          filter: brightness(0.3);
}
.active-dark-mode .shape-group-17 .shape img {
  -webkit-filter: brightness(0.3);
          filter: brightness(0.3);
}
.active-dark-mode .shape-group-19 .shape {
  opacity: 0.2;
}
.active-dark-mode .shape-group-20 .shape-1 {
  opacity: 0.2;
}
.active-dark-mode .shape-group-20 .shape-2 {
  opacity: 0.2;
}
.active-dark-mode .shape-group-21 .shape-1 img {
  -webkit-filter: brightness(0.1);
          filter: brightness(0.1);
}
.active-dark-mode .shape-group-21 .shape-2 img {
  -webkit-filter: brightness(0.3);
          filter: brightness(0.3);
}
.active-dark-mode .slick-dot-nav .slick-dots li button {
  background-color: var(--dark-body-text);
}
.active-dark-mode .slick-dot-nav .slick-dots li.slick-active button {
  background-color: var(--color-primary);
}
.active-dark-mode .mainmenu li a {
  color: var(--dark-body-text);
}
.active-dark-mode .mainmenu li a::before {
  background-color: var(--dark-body-text);
}
.active-dark-mode .mainmenu li a:hover {
  color: var(--dark-title-light);
}
.active-dark-mode .mainmenu .menu-item-has-children a::after {
  color: var(--dark-body-text);
}
.active-dark-mode .mainmenu .menu-item-has-children .axil-submenu {
  background-color: var(--dark-bg-color);
}
.active-dark-mode .mainmenu .menu-item-has-children .axil-submenu li a {
  color: var(--dark-body-text);
}
.active-dark-mode .mainmenu .menu-item-has-children .axil-submenu li a::after {
  background-color: var(--dark-title-light);
}
.active-dark-mode .mainmenu .menu-item-has-children .axil-submenu li a:hover {
  color: var(--dark-title-light);
}
.active-dark-mode .axil-mainmenu.axil-sticky {
  background-color: var(--dark-bg-color);
}
.active-dark-mode .axil-mainmenu.axil-sticky .header-action .social-icon-list li a {
  color: var(--color-white);
}
.active-dark-mode .axil-header .header-navbar .header-logo .light-version-logo {
  display: none;
}
.active-dark-mode .axil-header .header-navbar .header-logo .dark-version-logo {
  display: block;
}
.active-dark-mode .axil-header.header-style-1 .axil-mainmenu.axil-sticky .header-navbar .header-logo .sticky-logo {
  display: none;
}
.active-dark-mode .axil-header.header-style-3 .axil-mainmenu.axil-sticky .header-navbar .header-logo .sticky-logo {
  display: none;
}
.active-dark-mode .axil-header.header-style-3 .header-action .sidemenu-btn .btn-wrap {
  background-color: #464646;
}
.active-dark-mode .axil-header.header-style-3 .header-action .social-icon-list li a {
  color: var(--dark-body-text);
}
.active-dark-mode .axil-header.header-style-4 .mainmenu-nav .mainmenu li a {
  color: var(--dark-body-text);
}
.active-dark-mode .axil-header.header-style-4 .mainmenu-nav .mainmenu li a::after {
  color: var(--dark-body-text);
}
.active-dark-mode .axil-header.header-style-4 .mainmenu-nav .mainmenu .menu-item-has-children .axil-submenu li a {
  color: var(--dark-body-text);
}
.active-dark-mode .header-offcanvasmenu {
  background-color: var(--dark-bg-color);
}
.active-dark-mode .header-offcanvasmenu .offcanvas-header .btn-close {
  background-color: var(--dark-body-text);
  border-radius: 50%;
  height: 20px;
  width: 20px;
  line-height: 20px;
  font-size: 14px;
}
.active-dark-mode .header-offcanvasmenu .offcanvas-body .main-navigation li a {
  color: var(--dark-title-light);
}
.active-dark-mode .header-offcanvasmenu .offcanvas-body .main-navigation li a:hover {
  color: var(--color-white);
}
.active-dark-mode .header-offcanvasmenu .offcanvas-body .contact-inner .title {
  color: var(--dark-title-light);
}
.active-dark-mode .header-offcanvasmenu .offcanvas-body .contact-inner .address a {
  color: var(--dark-body-text);
}
.active-dark-mode .header-offcanvasmenu .offcanvas-body .contact-inner .address a:hover {
  color: var(--color-white);
}
.active-dark-mode .header-offcanvasmenu .offcanvas-body input:-webkit-autofill,
.active-dark-mode .header-offcanvasmenu .offcanvas-body input:-webkit-autofill:hover,
.active-dark-mode .header-offcanvasmenu .offcanvas-body input:-webkit-autofill:focus,
.active-dark-mode .header-offcanvasmenu .offcanvas-body input:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 50px #27272e inset !important;
}
.active-dark-mode .header-action .sidemenu-btn .btn-wrap {
  background-color: var(--color-body);
}
.active-dark-mode .header-action .sidemenu-btn .btn-wrap span {
  background-color: var(--dark-title-light);
}
.active-dark-mode .mobile-nav-header {
  border-bottom-color: var(--dark-border-gray);
}
.active-dark-mode .mobile-nav-header .mobile-menu-close {
  background-color: var(--color-white);
  color: var(--dark-bg-color);
  border: none;
}
.active-dark-mode .mobile-nav-header .mobile-nav-logo .light-mode {
  display: none;
}
.active-dark-mode .mobile-nav-header .mobile-nav-logo .dark-mode {
  display: block;
}
@media only screen and (max-width: 991px) {
  .active-dark-mode .mainmenu-nav {
    background-color: var(--dark-bg-color);
  }
  .active-dark-mode .mainmenu-nav .mainmenu > li {
    border-bottom-color: var(--dark-border-gray);
  }
  .active-dark-mode .mainmenu-nav .mainmenu .menu-item-has-children .axil-submenu {
    background-color: transparent;
  }
  .active-dark-mode .mainmenu-nav .mainmenu .menu-item-has-children .axil-submenu li a {
    color: var(--dark-body-text);
  }
  .active-dark-mode .mainmenu-nav .mainmenu .menu-item-has-children .axil-submenu li a:hover {
    color: var(--color-primary);
  }
  .active-dark-mode .mainmenu-nav .mainmenu .menu-item-has-children .axil-submenu li a:before {
    background-color: transparent;
    color: var(--dark-body-text) !important;
  }
}
.active-dark-mode .banner .banner-content .title {
  color: var(--dark-title-light);
}
.active-dark-mode .banner .banner-content .subtitle {
  color: var(--dark-body-text);
}
.active-dark-mode .banner .banner-content .axil-btn {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.active-dark-mode .banner .banner-social .social-icon li a {
  color: var(--dark-body-text);
}
.active-dark-mode .banner .banner-social .social-icon li a i {
  color: var(--dark-body-text);
}
.active-dark-mode .banner.banner-style-2 {
  background-color: var(--dark-bg-color);
}
.active-dark-mode .banner.banner-style-4 {
  background: var(--dark-main-body);
}
.active-dark-mode .banner.banner-style-5 .banner-content .axil-btn {
  color: var(--dark-solid-btn);
}
.active-dark-mode .section-heading .title {
  color: var(--dark-title-light);
}
.active-dark-mode .section-heading p {
  color: var(--dark-body-text);
}
.active-dark-mode .heading-light-left p {
  opacity: 1 !important;
}
.active-dark-mode .breadcrum-area {
  background: var(--dark-bg-color);
}
.active-dark-mode .case-study-counterup .single-counterup {
  border-right-color: var(--dark-border-gray);
}
.active-dark-mode .case-study-counterup .counter-title {
  color: var(--dark-body-text);
}
.active-dark-mode .isotope-project-btn button {
  color: var(--dark-body-text);
}
.active-dark-mode .isotope-project-btn button::after {
  background-color: var(--dark-body-text);
}
.active-dark-mode .project-add-banner .content .title {
  color: var(--color-dark);
}
.active-dark-mode .project-add-banner .content .title a {
  color: var(--color-dark);
}
.active-dark-mode .project-add-banner .content .title a:hover {
  color: var(--color-primary);
}
.active-dark-mode .project-grid {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.active-dark-mode .project-grid .content {
  background-color: var(--dark-bg-color);
}
.active-dark-mode .project-grid .content .subtitle {
  color: var(--dark-body-text);
}
.active-dark-mode .project-grid.project-style-2 .content {
  background-color: transparent;
}
.active-dark-mode .project-grid.project-style-2 .content .subtitle {
  color: var(--color-body);
}
.active-dark-mode .project-grid.project-style-2 .content .title {
  color: var(--color-black);
}
.active-dark-mode .project-grid.project-style-2 .content .title a {
  color: var(--color-black);
}
.active-dark-mode .project-grid.project-style-2 .content .title a:hover {
  color: var(--color-primary);
}
.active-dark-mode .process-work .content p {
  color: var(--dark-body-text);
}
.active-dark-mode .services-grid .content .title a {
  color: inherit;
}
.active-dark-mode .services-grid .content .title a:hover {
  color: var(--color-primary);
}
.active-dark-mode .services-grid .content p {
  color: var(--dark-body-text);
  opacity: 1;
}
.active-dark-mode .services-grid .content .more-btn {
  color: var(--dark-solid-btn);
}
.active-dark-mode .services-grid:hover .content .more-btn, .active-dark-mode .services-grid.active .content .more-btn {
  color: var(--color-accent2);
}
.active-dark-mode .services-grid.service-style-2 {
  background: var(--dark-bg-color);
  border-image-source: none;
  border-color: transparent;
}
.active-dark-mode .services-grid.service-style-2 .content .title a {
  color: var(--dark-title-light);
}
.active-dark-mode .services-grid.service-style-2 .content p {
  color: var(--dark-body-text);
}
.active-dark-mode .services-grid.service-style-2 .content .more-btn {
  color: var(--dark-solid-btn);
}
.active-dark-mode .services-grid.service-style-2:hover .content .more-btn, .active-dark-mode .services-grid.service-style-2.active .content .more-btn {
  color: var(--color-primary);
}
.active-dark-mode .service-scroll-nav {
  background-color: var(--dark-main-body);
}
.active-dark-mode .service-scroll-nav ul {
  border-bottom-color: var(--dark-border-gray);
}
.active-dark-mode .service-scroll-nav ul li a {
  color: var(--dark-body-text);
}
.active-dark-mode .service-scroll-nav ul li a:hover {
  color: var(--color-white);
}
.active-dark-mode .service-scroll-nav ul li a:after {
  background-color: var(--color-white);
}
.active-dark-mode .service-scroll-nav ul li.current a {
  color: var(--color-white);
}
.active-dark-mode .contact-form-box {
  background-color: var(--dark-main-body);
}
.active-dark-mode .contact-form-box.shadow-box {
  -webkit-box-shadow: 0 20px 48px 0 rgba(0, 0, 0, 0.25);
          box-shadow: 0 20px 48px 0 rgba(0, 0, 0, 0.25);
}
.active-dark-mode .contact-address .address p {
  color: var(--dark-body-text);
}
.active-dark-mode .contact-address .address p a {
  color: var(--dark-body-text);
}
.active-dark-mode .testimonial-grid .author-info .content .name {
  color: var(--dark-title-light);
}
.active-dark-mode .testimonial-grid p {
  color: var(--dark-body-text);
}
.active-dark-mode .followers-list li a span {
  color: var(--dark-body-text);
}
.active-dark-mode .pricing-billing-duration ul {
  background-color: var(--dark-main-body);
  border-color: var(--dark-border-gray);
}
.active-dark-mode .pricing-billing-duration ul .nav-link {
  color: var(--dark-body-text);
}
.active-dark-mode .pricing-billing-duration ul .nav-link.active {
  background-color: var(--color-link);
}
.active-dark-mode .pricing-table {
  background-color: var(--dark-main-body);
}
.active-dark-mode .pricing-table .pricing-header .subtitle {
  color: var(--dark-body-text);
}
.active-dark-mode .pricing-table .pricing-header .price-wrap {
  border-color: rgba(227, 230, 233, 0.2);
}
.active-dark-mode .pricing-table .pricing-header .price-wrap .amount {
  color: var(--dark-body-text);
}
.active-dark-mode .pricing-table:hover .pricing-header .price-wrap, .active-dark-mode .pricing-table.active .pricing-header .price-wrap {
  border-color: rgba(227, 230, 233, 0.4);
}
.active-dark-mode .pricing-table:hover .pricing-header .price-wrap .amount, .active-dark-mode .pricing-table.active .pricing-header .price-wrap .amount {
  color: var(--color-white);
}
.active-dark-mode .pricing-table:hover .pricing-header .axil-btn, .active-dark-mode .pricing-table.active .pricing-header .axil-btn {
  background-color: var(--color-primary);
  border-color: var(--color-link);
  color: var(--color-white);
}
.active-dark-mode .pricing-table:hover .pricing-header .axil-btn:after, .active-dark-mode .pricing-table.active .pricing-header .axil-btn:after {
  -webkit-transform: translateY(-50%) translateX(-50%) scale(1);
          transform: translateY(-50%) translateX(-50%) scale(1);
}
.active-dark-mode .pricing-table.pricing-borderd {
  border-color: var(--dark-border-gray);
}
.active-dark-mode .why-choose-us .accordion-item {
  border-bottom-color: var(--dark-border-gray);
}
.active-dark-mode .why-choose-us .accordion-item .accordion-button.collapsed {
  color: var(--dark-body-text);
}
.active-dark-mode .why-choose-us .accordion-item .accordion-body {
  color: var(--dark-body-text);
}
.active-dark-mode .faq-accordion .accordion-item {
  background-color: #454545;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.active-dark-mode .faq-accordion .accordion-button.collapsed {
  color: var(--dark-body-text);
  background-color: transparent;
}
.active-dark-mode .faq-accordion .accordion-button.collapsed::after {
  color: var(--dark-body-text);
}
.active-dark-mode .faq-accordion .accordion-body p {
  color: var(--dark-body-text);
}
.active-dark-mode .counterup-progress .title {
  color: var(--dark-title-light);
}
.active-dark-mode .counterup-progress.counterup-style-2 {
  background: var(--dark-bg-color);
}
.active-dark-mode .counterup-progress.counterup-style-2 .icon .light-icon {
  display: inline-block;
}
.active-dark-mode .counterup-progress.counterup-style-2 .icon .dark-icon {
  display: none;
}
.active-dark-mode .counterup-progress.counterup-style-2 .title {
  color: var(--dark-title-light);
}
.active-dark-mode .blog-list {
  border-top-color: var(--dark-border-gray);
  border-bottom-color: var(--dark-border-gray);
}
.active-dark-mode .blog-list .post-content p {
  color: var(--dark-body-text);
}
.active-dark-mode .blog-list .post-content .more-btn {
  color: var(--dark-solid-btn);
}
.active-dark-mode .blog-list.border-start {
  border-left-color: var(--dark-border-gray) !important;
}
.active-dark-mode .blog-grid .title {
  color: var(--dark-title-light);
}
.active-dark-mode .blog-grid.blog-without-thumb {
  background: var(--dark-bg-color);
}
.active-dark-mode .blog-author {
  background-color: var(--dark-bg-color);
}
.active-dark-mode .blog-author .author .info .title {
  color: var(--dark-title-light);
}
.active-dark-mode .blog-author .author .info p {
  color: var(--dark-body-text);
}
.active-dark-mode .blog-author .author .social-share li a {
  color: var(--dark-body-text);
}
.active-dark-mode .blog-author .author .social-share li a:hover {
  color: var(--color-white);
}
.active-dark-mode .blog-comment-form .form-control:focus {
  background-color: var(--dark-main-body);
}
.active-dark-mode .comment-respond {
  background-color: var(--dark-bg-color);
  -webkit-box-shadow: none;
          box-shadow: none;
}
.active-dark-mode .blog-comment-box .comment-author .axil-comment-content p a {
  color: var(--color-white);
}
.active-dark-mode .blog-comment-box .comment-author .axil-comment-content p a:hover {
  color: var(--color-primary);
}
.active-dark-mode .single-blog .single-blog-content .wp-block-quote {
  background: var(--dark-bg-color);
}
.active-dark-mode .single-blog .single-blog-content ol li a,
.active-dark-mode .single-blog .single-blog-content ul li a {
  color: var(--color-white);
}
.active-dark-mode .single-blog div {
  color: var(--dark-body-text);
}
.active-dark-mode .single-blog dl dt {
  color: var(--color-white);
}
.active-dark-mode .single-blog dd a {
  color: var(--color-primary);
}
.active-dark-mode .single-blog dd a:hover {
  color: var(--color-white);
}
.active-dark-mode .single-blog code,
.active-dark-mode .single-blog tt,
.active-dark-mode .single-blog var {
  color: var(--dark-body-text);
}
.active-dark-mode .wp-block-quote {
  background: var(--dark-bg-color);
}
.active-dark-mode .wp-block-embed figcaption,
.active-dark-mode .wp-block-video figcaption,
.active-dark-mode .wp-block-embed-twitter figcaption,
.active-dark-mode .wp-block-calendar caption,
.active-dark-mode .wp-block-calendar tbody td,
.active-dark-mode .wp-block-table td {
  color: var(--dark-body-text);
}
.active-dark-mode .wp-block-embed__wrapper {
  color: var(--dark-body-text);
}
.active-dark-mode label {
  color: var(--dark-body-text);
}
.active-dark-mode .wp-caption .wp-caption-text,
.active-dark-mode .wp-caption-text,
.active-dark-mode .wp-block-image figcaption {
  color: var(--dark-body-text);
}
.active-dark-mode .wp-caption .wp-caption-text a,
.active-dark-mode .wp-caption-text a,
.active-dark-mode .wp-block-image figcaption a {
  color: var(--color-white);
}
.active-dark-mode .wp-block-quote cite {
  color: var(--color-white);
}
.active-dark-mode .wp-block-quote.is-style-large cite {
  color: var(--color-white);
}
.active-dark-mode .wp-block-pullquote blockquote cite {
  color: var(--color-white);
}
.active-dark-mode .wp-block-quote,
.active-dark-mode blockquote,
.active-dark-mode .wp-block-quote {
  background: var(--dark-bg-color);
}
.active-dark-mode .wp-block-quote code,
.active-dark-mode blockquote code,
.active-dark-mode .wp-block-quote code {
  color: var(--color-white);
}
.active-dark-mode .wp-block-gallery .blocks-gallery-caption {
  color: var(--dark-body-text);
}
.active-dark-mode .widget.widget_rss ul li a {
  color: var(--color-white);
}
.active-dark-mode .widget.widget_rss ul li .rss-date {
  color: var(--dark-body-text);
}
.active-dark-mode .widget.widget_rss ul li cite {
  color: var(--color-white);
}
.active-dark-mode .wp-block-file a {
  color: var(--dark-body-text);
}
.active-dark-mode .wp-block-archives-dropdown select {
  background: url(../images/arrow-icon.png) 98% center no-repeat transparent;
}
.active-dark-mode .wp-block-calendar .wp-calendar-nav a {
  color: var(--dark-body-text);
}
.active-dark-mode .wp-block-calendar tbody td a {
  color: var(--color-white);
}
.active-dark-mode .wp-block-tag-cloud a {
  color: var(--dark-body-text) !important;
}
.active-dark-mode .wp-block-table.is-style-stripes tbody tr:nth-child(odd) {
  background-color: var(--dark-bg-color);
}
.active-dark-mode .wp-block-table.is-style-stripes {
  border-bottom-color: #5a5a5a;
}
.active-dark-mode table td, .active-dark-mode table th {
  color: var(--dark-body-text);
  border-color: #5a5a5a;
}
.active-dark-mode table td a, .active-dark-mode table th a {
  color: var(--dark-body-text);
}
.active-dark-mode table td a:hover, .active-dark-mode table th a:hover {
  color: var(--color-primary);
}
.active-dark-mode .wp-block-calendar .wp-calendar-table th {
  background-color: #2f2f2f;
  color: var(--dark-body-text);
}
.active-dark-mode .wp-block-calendar .wp-calendar-table td {
  border-color: #5a5a5a !important;
}
.active-dark-mode dl dt {
  color: var(--color-white);
}
.active-dark-mode dd a {
  color: var(--color-primary);
}
.active-dark-mode dd a:hover {
  color: var(--color-white);
}
.active-dark-mode code,
.active-dark-mode tt,
.active-dark-mode var {
  color: var(--dark-body-text);
}
.active-dark-mode .wp-block-code,
.active-dark-mode .wp-block-preformatted,
.active-dark-mode .wp-block-verse,
.active-dark-mode pre {
  background-color: var(--dark-bg-color);
  color: var(--dark-body-text);
}
.active-dark-mode .axil-page-links .post-page-numbers,
.active-dark-mode .page-links .post-page-numbers {
  border-color: var(--dark-border-gray);
}
.active-dark-mode .call-to-action-area {
  border: var(--dark-border-gray);
}
.active-dark-mode .call-to-action-area::before {
  background-color: var(--dark-bg-color);
}
.active-dark-mode .call-to-action-area .call-to-action {
  border-color: var(--dark-border-gray);
}
.active-dark-mode .footer-social-link ul li a {
  color: var(--dark-body-text);
  -webkit-transition: var(--transition);
  transition: var(--transition);
}
.active-dark-mode .footer-social-link ul li a:hover {
  color: var(--color-primary);
}
.active-dark-mode .footer-widget.border-end {
  border-right-color: var(--dark-border-gray) !important;
}
.active-dark-mode .footer-menu-link li a {
  color: var(--dark-body-text);
}
.active-dark-mode .footer-menu-link li a:hover {
  color: var(--color-primary);
}
.active-dark-mode .footer-bottom {
  border-top-color: var(--dark-border-gray);
}
.active-dark-mode .footer-bottom-link ul li a {
  color: var(--dark-body-text);
}
.active-dark-mode .footer-bottom-link ul li a:hover {
  color: var(--color-white);
}
.active-dark-mode .footer-bottom-link ul li::after {
  background-color: var(--dark-body-text);
}
.active-dark-mode .footer-copyright .copyright-text {
  color: var(--dark-body-text);
}
.active-dark-mode .footer-copyright .copyright-text a {
  color: var(--dark-body-text);
}
.active-dark-mode .footer-copyright .copyright-text a:hover {
  color: var(--color-white);
}
.active-dark-mode .widget.widget-search .blog-search input {
  /* -- Placeholder -- */
}
.active-dark-mode .widget.widget-search .blog-search input::-webkit-input-placeholder {
  color: var(--dark-body-text);
  /* Firefox */
  opacity: 1;
}
.active-dark-mode .widget.widget-search .blog-search input::-moz-placeholder {
  color: var(--dark-body-text);
  /* Firefox */
  opacity: 1;
}
.active-dark-mode .widget.widget-search .blog-search input:-ms-input-placeholder {
  color: var(--dark-body-text);
  /* Firefox */
  opacity: 1;
}
.active-dark-mode .widget.widget-search .blog-search input::-ms-input-placeholder {
  color: var(--dark-body-text);
  /* Firefox */
  opacity: 1;
}
.active-dark-mode .widget.widget-search .blog-search input::placeholder {
  color: var(--dark-body-text);
  /* Firefox */
  opacity: 1;
}
.active-dark-mode .widget.widget-search .blog-search input:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: var(--dark-body-text);
}
.active-dark-mode .widget.widget-search .blog-search input::-ms-input-placeholder {
  /* Microsoft Edge */
  color: var(--dark-body-text);
}
.active-dark-mode .widget.widget-search .blog-search .search-button {
  color: var(--dark-body-text);
}
.active-dark-mode .widget.widget-categories .category-list a {
  color: var(--dark-body-text);
  border-bottom-color: var(--dark-border-gray);
}
.active-dark-mode .widget.widget-categories .category-list a::after {
  border-color: transparent transparent transparent var(--dark-body-text);
}
.active-dark-mode .widget.widge-social-share .blog-share {
  background-color: var(--dark-bg-color);
}
.active-dark-mode .widget.widget-recent-post .single-post {
  border-bottom-color: var(--dark-border-gray);
}
.active-dark-mode .pagination ul li a {
  border-color: var(--dark-border-gray);
  color: var(--dark-body-text);
}
.active-dark-mode .pagination ul li a:hover {
  background-color: var(--color-primary);
  border-color: var(--color-primary);
}
.active-dark-mode .pagination ul li a.current {
  border-color: var(--color-primary);
}
.active-dark-mode .onepage-screen-area {
  background: transparent;
}
.active-dark-mode .onepage-screen-area .content .countdown .countdown-section::after {
  background-color: var(--dark-border-gray);
}
.active-dark-mode .onepage-screen-area .content .countdown .countdown-section .countdown-unit {
  color: var(--dark-body-text);
}
.active-dark-mode .onepage-screen-area.coming-soon-area .site-logo .logo-light {
  display: none;
}
.active-dark-mode .onepage-screen-area.coming-soon-area .site-logo .logo-dark {
  display: block;
}
.active-dark-mode .splash-main-banner {
  background-color: var(--color-black);
}
.active-dark-mode .splash-main-banner:before {
  background: var(--dark-main-body);
}
.active-dark-mode .splash-main-banner .site-element-count .count-title {
  color: var(--dark-body-text);
}
.active-dark-mode .splash-main-banner .demo-slider .slick-slide a {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.active-dark-mode .main-demo-area .single-demo .thumb {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.active-dark-mode .main-demo-area .shape-group li {
  opacity: 0.1;
}
.active-dark-mode .spalsh-why-choose .why-buy-box {
  background-color: var(--dark-main-body);
  border-color: var(--dark-main-body);
}
.active-dark-mode .spalsh-why-choose .why-buy-box.active {
  background-color: var(--color-primary);
  border-color: var(--color-primary);
}
.active-dark-mode .spalsh-why-choose .line-shape {
  opacity: 0.1;
}
.active-dark-mode .support-box a {
  background-color: var(--dark-main-body);
  border-color: var(--dark-main-body);
}
.active-dark-mode .support-box:hover a, .active-dark-mode .support-box.active a {
  -webkit-box-shadow: 0 50px 50px -24px rgba(1, 1, 1, 0.3);
          box-shadow: 0 50px 50px -24px rgba(1, 1, 1, 0.3);
}
.active-dark-mode .splash-call-to-action {
  background-color: var(--dark-bg-color);
}
.active-dark-mode .elementor-section-color-1 {
  background-color: var(--dark-bg-color);
}
.active-dark-mode .services-grid.service-style-4 .content .title a {
  color: var(--color-white);
}
.active-dark-mode .banner.banner-style-1.banner-style-1new .title span {
  color: #b8bace;
}
.active-dark-mode .pricing-table2 {
  background-color: var(--dark-main-body);
}
.active-dark-mode .pricing-table2 .pricing-header .title {
  color: var(--dark-title-light);
}
.active-dark-mode .pricing-table2 .pricing-body li {
  color: var(--dark-title-light);
}
.active-dark-mode .pricing-table2 .pricing-header .subtitle {
  color: var(--dark-title-light);
}
.active-dark-mode .pricing-table2 .pricing-header .price-wrap .amount {
  color: var(--dark-title-light);
}
.active-dark-mode .pricing-table2:hover .axil-btn:hover,
.active-dark-mode .pricing-table2.active .axil-btn:hover {
  background-color: var(--color-primary2);
  border-color: var(--color-primary2);
  color: var(--dark-title-light);
}
.active-dark-mode .testimonial-grid3 {
  border: 1px solid var(--dark-border-gray);
  background-color: #292930;
}
.active-dark-mode .testimonial-grid3 .author-info .content .name {
  color: var(--dark-title-light);
}
.active-dark-mode .call-to-action-area3 .call-to-action3 {
  background-color: var(--dark-bg-color);
}
.active-dark-mode .my_switcher ul li a:hover {
  color: var(--dark-body-text);
}
.active-dark-mode .services-grid.service-style-3 .content .title a {
  color: var(--dark-title-light);
}
.active-dark-mode .services-grid.service-style-3 .content .more-btn {
  color: var(--dark-title-light);
}

/*=======================================================================
6. Spacing 
=========================================================================*/
/*-------------------------
    Section Space
-------------------------*/
.section-padding {
  padding: 80px 0;
}
@media only screen and (max-width: 1199px) {
  .section-padding {
    /*padding: 100px 0 70px;*/
    padding: 60px 0 60px;
  }
  .service-page-listing.section-padding { padding-bottom: 25px; }
  .home .service-page-listing.section-padding {
    padding-bottom:40px;
  }
}
@media only screen and (max-width: 991px) {
  .section-padding {
    /*padding: 80px 0 50px;*/
    padding: 50px 0 50px;
  }
  .service-page-listing.section-padding { padding-bottom: 25px; }
  .home .service-page-listing.section-padding {
    padding-bottom:25px;
  }
}
@media only screen and (max-width: 767px) {
  .section-padding {
    padding: 40px 0 30px;
  }
}

.section-padding-2 {
  padding: 110px 0 100px;
}
@media only screen and (max-width: 1199px) {
  .section-padding-2 {
    padding: 100px 0 60px;
  }
}
@media only screen and (max-width: 991px) {
  .section-padding-2 {
    padding: 80px 0 40px;
  }
}
@media only screen and (max-width: 767px) {
  .section-padding-2 {
    padding: 60px 0 20px;
  }
}

.section-padding-3 {
  padding: 80px 0 40px;
}
@media only screen and (max-width: 1199px) {
  .section-padding-3 {
    padding: 100px 0 40px;
  }
}
@media only screen and (max-width: 991px) {
  .section-padding-3 {
    padding: 80px 0 20px;
  }
}
@media only screen and (max-width: 767px) {
  .section-padding-3 {
    padding: 60px 0 20px;
  }
}

.section-padding-equal {
  padding: 80px 0;
}
@media only screen and (max-width: 1199px) {
  .section-padding-equal {
    padding: 100px 0;
  }
}
@media only screen and (max-width: 991px) {
  .section-padding-equal {
    padding: 80px 0;
  }
}
@media only screen and (max-width: 767px) {
  .section-padding-equal {
    padding: 60px 0;
  }
}

.mt--200 {
  margin-top: 200px;
}

.mt--150 {
  margin-top: 150px;
}

.mt--100 {
  margin-top: 100px;
}

.mt--90 {
  margin-top: 90px;
}

.mt--80 {
  margin-top: 80px;
}

.mt--20 {
  margin-top: 20px !important;
}

.mb--100 {
  margin-bottom: 100px;
}

.mb--90 {
  margin-bottom: 90px;
}
@media only screen and (max-width: 1199px) {
  .mb--90 {
    margin-bottom: 50px;
  }
}

.mb--80 {
  margin-bottom: 80px !important;
}

.mb--60 {
  margin-bottom: 60px !important;
}

.mb--50 {
  margin-bottom: 50px !important;
}

.mb--40 {
  margin-bottom: 40px !important;
}

.mb--30 {
  margin-bottom: 30px !important;
}

.mb--20 {
  margin-bottom: 20px !important;
}

.ml--20 {
  margin-left: 20px !important;
}

.pt--250 {
  padding-top: 250px;
}

.pt--200 {
  padding-top: 200px;
}

.pt--150 {
  padding-top: 150px;
}

.pt--140 {
  padding-top: 140px;
}

.pt--130 {
  padding-top: 130px;
}

.pb--90 {
  padding-bottom: 90px;
}

.pb--80 {
  padding-bottom: 80px;
}

.pb--70 {
  padding-bottom: 70px;
}

.pb--60 {
  padding-bottom: 60px;
}

.plr--30 {
  padding: 0 30px;
}

@media only screen and (max-width: 1199px) {
  .pt_lg--200 {
    padding-top: 200px;
  }
  .pt_lg--100 {
    padding-top: 100px;
  }
  .pb_lg--40 {
    padding-bottom: 40px;
  }
  .pb_lg--20 {
    padding-bottom: 20px;
  }
}
@media only screen and (max-width: 991px) {
  .mb_md--70 {
    margin-bottom: 70px;
  }
  .mb_md--30 {
    margin-bottom: 30px;
  }
  .pt_md--100 {
    padding-top: 100px;
  }
  .pt_md--80 {
    padding-top: 80px;
  }
  .pb_md--70 {
    padding-bottom: 70px;
  }
  .pb_md--20 {
    padding-bottom: 20px;
  }
  .mt_md--0 {
    margin-top: 0 !important;
  }
  .mb_md--0 {
    margin-bottom: 0;
  }
  .pb_md--0 {
    padding-bottom: 0;
  }
}
@media only screen and (max-width: 767px) {
  .pt_sm--80 {
    padding-top: 80px;
  }
  .pt_sm--60 {
    padding-top: 60px;
  }
  .pb_sm--0 {
    padding-bottom: 0;
  }
}
/*=======================================================================
7. WP Styles 
=========================================================================*/
/*-------------------------
   WP Styles
-------------------------*/
.elementor-section-color-1 {
  background-color: #F1DFD5;
}

select {
  border: var(--border-lighter);
  border-radius: 16px;
  background-color: transparent;
  color: var(--color-text-dark);
  padding: 15px 20px;
  padding-right: 40px;
  width: 100%;
  color: var(--color-body);
  background: url(../images/arrow-icon2.png) right center no-repeat transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
}
select:focus-visible {
  outline: none;
}

input, .form-control {
  font-size: 15px;
}

.wpcf7-form {
  position: relative;
}
.wpcf7-form span {
  display: block;
}

.wpcf7-spinner {
  position: absolute;
  top: 35%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  margin: 0;
  background-color: var(--color-primary);
  opacity: 1;
}

.wpcf7-not-valid-tip {
  margin-top: 10px;
  font-size: 14px;
}

.wpcf7 form .wpcf7-response-output {
  margin: 30px 0 0;
  font-size: 14px;
  padding: 10px;
  border-width: 1px;
  border-radius: 4px;
}

.wpcf7 form.invalid .wpcf7-response-output {
  border-color: #dc3232;
  color: #dc3232;
}

.wpcf7 form.failed .wpcf7-response-output {
  color: #dc3232;
  border-color: #dc3232;
}

.wpcf7 form.sent .wpcf7-response-output {
  color: #46b450;
  border-color: #46b450;
}

.back-to-top {
  cursor: pointer;
}

.form-group.small-txt-height textarea {
  max-height: 180px;
}

.widget {
  margin-bottom: 80px;
}
@media only screen and (max-width: 1399px) {
  .widget {
    margin-bottom: 60px;
  }
}
@media only screen and (max-width: 991px) {
  .widget {
    margin-bottom: 50px;
  }
}
.widget .widget-title {
  font-size: 24px;
}
@media only screen and (max-width: 991px) {
  .widget .widget-title {
    height: auto;
    margin-bottom: 12px;
  }
}
@media only screen and (max-width: 767px) {
  .widget .widget-title {
    font-size: 22px;
  }
}
.widget .wp-block-group__inner-container h2 {
  font-size: 24px;
}
@media only screen and (max-width: 767px) {
  .widget .wp-block-group__inner-container h2 {
    font-size: 22px;
  }
}
.widget .wp-block-group__inner-container ol, .widget .wp-block-group__inner-container ul {
  padding-left: 0;
  list-style: none;
}
.widget .wp-block-group__inner-container a {
  color: var(--color-body);
}
.widget .wp-block-group__inner-container a:hover {
  color: var(--color-primary);
}
.widget .wp-block-group__inner-container .wp-block-latest-comments {
  margin: -18px 0;
}
.widget .wp-block-group__inner-container .wp-block-latest-comments .wp-block-latest-comments__comment {
  margin: 0;
  padding: 18px 0;
  border-bottom: var(--border-lighter);
}
.widget .wp-block-group__inner-container .wp-block-latest-comments .wp-block-latest-comments__comment .wp-block-latest-comments__comment-meta {
  line-height: 1.7;
}
.widget .wp-block-group__inner-container .wp-block-latest-comments .wp-block-latest-comments__comment .wp-block-latest-comments__comment-meta a {
  font-size: 18px;
}
.widget.widget_block ul, .widget.widget_categories ul, .widget.widget_archive ul, .widget.widget_axil_categories ul {
  list-style: none;
  padding: 0;
  margin: -18px 0 0;
}
.widget.widget_block ul li, .widget.widget_categories ul li, .widget.widget_archive ul li, .widget.widget_axil_categories ul li {
  position: relative;
  margin-top: 0;
  margin-bottom: 0;
  -webkit-transition: var(--transition);
  transition: var(--transition);
  border-bottom: var(--border-lighter);
}
.widget.widget_block ul li a, .widget.widget_categories ul li a, .widget.widget_archive ul li a, .widget.widget_axil_categories ul li a {
  font-size: var(--font-body-1);
  color: var(--color-body);
  padding: 18px 0;
  position: relative;
  font-weight: 400;
  display: block;
}
.widget.widget_block ul li a:hover, .widget.widget_categories ul li a:hover, .widget.widget_archive ul li a:hover, .widget.widget_axil_categories ul li a:hover {
  color: var(--color-primary);
}
.widget.widget_block ul li span, .widget.widget_categories ul li span, .widget.widget_archive ul li span, .widget.widget_axil_categories ul li span {
  margin-left: 5px;
  position: absolute;
  top: 20px;
  right: 0;
}
.widget.widget_block ul li .title, .widget.widget_categories ul li .title, .widget.widget_archive ul li .title, .widget.widget_axil_categories ul li .title {
  margin-bottom: 0;
  font-size: var(--font-body-1);
  color: var(--color-body);
  font-weight: 400;
  font-family: var(--font-secondary);
  -webkit-transition: var(--transition);
  transition: var(--transition);
}
.widget.widget_block ul li:hover a .title, .widget.widget_categories ul li:hover a .title, .widget.widget_archive ul li:hover a .title, .widget.widget_axil_categories ul li:hover a .title {
  color: var(--color-primary);
}
.widget.widget_block ul .children, .widget.widget_categories ul .children, .widget.widget_archive ul .children, .widget.widget_axil_categories ul .children {
  padding-left: 30px;
  margin: 0;
}
.widget.widget_block ul .children li, .widget.widget_categories ul .children li, .widget.widget_archive ul .children li, .widget.widget_axil_categories ul .children li {
  border-top: var(--border-lighter);
  border-bottom: none;
}
.widget.widget_pages ul, .widget.widget_meta ul, .widget.widget_recent_comments ul, .widget.widget_recent_entries ul, .widget.widget_nav_menu ul {
  padding-left: 0;
  margin: -18px 0;
  list-style: none;
}
.widget.widget_pages ul li, .widget.widget_meta ul li, .widget.widget_recent_comments ul li, .widget.widget_recent_entries ul li, .widget.widget_nav_menu ul li {
  margin-bottom: 0;
  margin-top: 0;
  border-bottom: var(--border-lighter);
}
.widget.widget_pages ul li::marker, .widget.widget_meta ul li::marker, .widget.widget_recent_comments ul li::marker, .widget.widget_recent_entries ul li::marker, .widget.widget_nav_menu ul li::marker {
  color: var(--color-primary);
}
.widget.widget_pages ul li a, .widget.widget_meta ul li a, .widget.widget_recent_comments ul li a, .widget.widget_recent_entries ul li a, .widget.widget_nav_menu ul li a {
  font-size: var(--font-body-1);
  color: var(--color-body);
  padding: 18px 0;
  position: relative;
  display: block;
}
.widget.widget_pages ul li a:hover, .widget.widget_meta ul li a:hover, .widget.widget_recent_comments ul li a:hover, .widget.widget_recent_entries ul li a:hover, .widget.widget_nav_menu ul li a:hover {
  color: var(--color-primary);
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .widget.widget_pages ul li a, .widget.widget_meta ul li a, .widget.widget_recent_comments ul li a, .widget.widget_recent_entries ul li a, .widget.widget_nav_menu ul li a {
    font-size: var(--font-body-2);
  }
}
@media only screen and (max-width: 575px) {
  .widget.widget_pages ul li a, .widget.widget_meta ul li a, .widget.widget_recent_comments ul li a, .widget.widget_recent_entries ul li a, .widget.widget_nav_menu ul li a {
    font-size: var(--font-body-2);
    padding: 3px 0;
  }
}
.widget.widget_pages ul .children,
.widget.widget_pages ul .sub-menu, .widget.widget_meta ul .children,
.widget.widget_meta ul .sub-menu, .widget.widget_recent_comments ul .children,
.widget.widget_recent_comments ul .sub-menu, .widget.widget_recent_entries ul .children,
.widget.widget_recent_entries ul .sub-menu, .widget.widget_nav_menu ul .children,
.widget.widget_nav_menu ul .sub-menu {
  padding-left: 20px;
  margin: 0;
}
.widget.widget_pages ul .children li,
.widget.widget_pages ul .sub-menu li, .widget.widget_meta ul .children li,
.widget.widget_meta ul .sub-menu li, .widget.widget_recent_comments ul .children li,
.widget.widget_recent_comments ul .sub-menu li, .widget.widget_recent_entries ul .children li,
.widget.widget_recent_entries ul .sub-menu li, .widget.widget_nav_menu ul .children li,
.widget.widget_nav_menu ul .sub-menu li {
  border-bottom: none;
  border-top: var(--border-lighter);
}
.widget.widget_tag_cloud .tagcloud {
  margin: -5px -2px;
}
.widget.widget_tag_cloud .tagcloud a {
  font-size: 15px !important;
  color: var(--color-body);
  border: var(--border-lighter);
  border-radius: 10px;
  padding: 8px 12px;
  margin: 5px 2px;
}
.widget.widget_tag_cloud .tagcloud a:hover {
  background-color: var(--color-primary);
  color: var(--color-white);
  border-color: var(--color-primary);
}
.widget.widget_calendar .wp-calendar-table {
  width: 100%;
  caption-side: top;
  margin-bottom: 20px;
}
.widget.widget_calendar .wp-calendar-table caption {
  padding: 0 0 15px;
}
.widget.widget_calendar .wp-calendar-table th {
  font-weight: 500;
}
.widget.widget_calendar .wp-calendar-table td, .widget.widget_calendar .wp-calendar-table th {
  border: var(--border-lighter);
  padding: 10px;
  text-align: center;
}
.widget.widget_calendar .wp-calendar-table td a, .widget.widget_calendar .wp-calendar-table th a {
  color: var(--color-body);
}
.widget.widget_calendar .wp-calendar-table td#today, .widget.widget_calendar .wp-calendar-table th#today {
  background-color: var(--color-primary);
  color: var(--color-white);
}
.widget.widget_calendar .wp-calendar-table td#today a, .widget.widget_calendar .wp-calendar-table th#today a {
  color: var(--color-white);
}
.widget.widget_calendar .wp-calendar-nav a {
  color: var(--color-body);
}
.widget.widget_calendar .wp-calendar-nav a:hover {
  color: var(--color-primary);
}
.widget.widget_rss .widget-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.widget.widget_rss .widget-title .rsswidget {
  line-height: 0;
  margin-right: 8px;
}
.widget.widget_rss .widget-title .rsswidget img {
  width: 22px;
}
.widget.widget_rss ul {
  padding-left: 0;
  list-style: none;
}
.widget.widget_rss ul li {
  margin-bottom: 30px;
}
.widget.widget_rss ul li:last-child {
  margin-bottom: 0;
}
.widget.widget_rss ul li a {
  color: var(--color-body);
  display: block;
}
.widget.widget_rss ul li a:hover {
  color: var(--color-primary);
}
.widget.widget_rss ul li .rss-date {
  padding: 12px 0;
  color: var(--color-black);
}
.widget.widget_rss ul li .rssSummary {
  margin-bottom: 20px;
}
.widget.widget_rss ul li cite {
  color: var(--color-black);
}
.widget.widget_text .textwidget img {
  margin: 15px 0;
}
.widget.widget_text .list-wrap br {
  display: none;
}
.widget.widget_text .list-wrap strong {
  margin-top: 20px;
  margin-bottom: 15px;
  display: block;
}
.widget.widget_axil_recent_post .single-post .post-thumbnail {
  margin-right: 20px;
}
.widget.widget_axil_recent_post .single-post .post-content {
  margin-left: 0;
}
.widget.widget_recent_comments ul li {
  padding-bottom: 15px;
  padding-top: 15px;
}
.widget.widget_recent_comments ul li a {
  padding: 0;
}
.widget.widget_search .wp-block-search__label {
  font-size: 24px;
  color: #292930;
  font-weight: 500;
  font-family: var(--font-primary);
}
@media only screen and (max-width: 767px) {
  .widget.widget_search .wp-block-search__label {
    font-size: 28px;
  }
}

.section-heading.heading-light-left {
  text-align: left;
}
.section-heading.heading-light-left .title {
  width: 100%;
}
.section-heading.heading-light-left p {
  margin-left: 0;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .section-heading.heading-light-left p br {
    display: none;
  }
}
.section-heading.heading-light-right {
  text-align: right;
}
.section-heading.heading-light-right .title {
  width: 100%;
  color: var(--color-white);
}
.section-heading.heading-light-right p {
  color: var(--color-white);
  margin-right: 0;
  width: 100%;
}
.section-heading.heading-light-center {
  text-align: center;
}
.section-heading.heading-light-center .title {
  color: var(--color-white);
}
.section-heading.heading-light-center p {
  color: var(--color-white);
}
.section-heading.heading-dark-right {
  text-align: right;
}
.section-heading.heading-dark-right .title {
  width: 100%;
}
.section-heading.heading-dark-right p {
  margin-right: 0;
  width: 100%;
}
.section-heading.heading-dark-left {
  text-align: left;
}
.section-heading.heading-dark-left .title {
  width: 100%;
  margin-bottom: 5px;
}
.section-heading.heading-dark-left p {
  width: 100%;
}
/* @media only screen and (max-width: 767px) {
  .section-heading.heading-dark-left p br {
    display: none;
  }
} */

.contact-form-section .request-new-form .row { justify-content: flex-start; flex-direction: row;}

.blog-grid {
  position: relative;
  z-index: 1;
}
.blog-grid .author .author-thumb {
  margin-right: 20px;
}
.blog-grid .author .author-thumb img {
  border-radius: 50%;
}
.blog-grid .author .info {
  margin-left: 0;
}
.blog-grid audio {
  width: 100%;
  margin-bottom: 30px;
}
.blog-grid audio::-webkit-media-controls-panel {
  background-color: var(--color-mercury);
  padding: 5px 20px;
}
.blog-grid .gallery-thumbnail .slick-dots {
  text-align: center;
  bottom: 50px;
}
.blog-grid .gallery-thumbnail img {
  height: 450px;
  -o-object-fit: cover;
     object-fit: cover;
}
.blog-grid.blog-quote-post .title {
  margin-bottom: 30px;
}
.blog-grid.blog-quote-post .author .info {
  margin-top: 0;
}
.blog-grid.blog-without-thumb .title a:empty {
  display: block;
  margin-top: -35px;
}
.blog-grid.blog-without-thumb p {
  margin: 30px 0 0;
}
.blog-grid.blog-without-thumb .axil-btn {
  margin-top: 35px;
}
.blog-grid.blog-thumb-slide .post-thumbnail a {
  display: block;
}
.blog-grid.blog-thumb-slide .post-thumbnail a img {
  height: 450px;
}
.blog-grid.blog-thumb-slide .post-thumbnail .slick-list {
  margin: 0 !important;
}

.blog-list .post-content p {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: inherit;
  -webkit-box-orient: vertical;
}

.comment-respond .comment-reply-title {
  font-size: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: var(--color-text-dark) !important;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  .comment-respond .comment-reply-title {
    display: block;
    font-size: 22px;
    margin-bottom: 15px;
  }
  .comment-respond .comment-reply-title small {
    display: block;
    margin-top: 12px;
  }
}
.comment-respond .comment-reply-title #cancel-comment-reply-link {
  font-size: 17px;
  color: #dc3545;
  font-family: var(--font-secondary);
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1;
}
.comment-respond .comment-reply-title #cancel-comment-reply-link:before {
  content: "\f00d";
  font-family: var(--font-awesome);
  padding-right: 8px;
  font-size: 20px;
}
.comment-respond .comment-reply-title #cancel-comment-reply-link:hover {
  color: var(--color-primary);
}
@media only screen and (max-width: 767px) {
  .comment-respond .comment-reply-title #cancel-comment-reply-link {
    font-size: 15px;
  }
  .comment-respond .comment-reply-title #cancel-comment-reply-link:before {
    font-size: 16px;
  }
}
.comment-respond .logged-in-as a:hover {
  color: var(--color-primary);
}
.comment-respond .comment-form-cookies-consent {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
}
.comment-respond .comment-form-cookies-consent #wp-comment-cookies-consent {
  width: auto;
  height: auto;
  cursor: pointer;
  width: 16px;
  height: 16px;
  margin-top: 3px;
}
@media only screen and (max-width: 991px) {
  .comment-respond .comment-form-cookies-consent #wp-comment-cookies-consent {
    margin-top: 5px;
  }
}
.comment-respond .comment-form-cookies-consent label {
  margin-left: 15px;
  cursor: pointer;
  font-size: 15px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.comment-respond .form-submit {
  margin-bottom: 20px;
  margin-top: 15px;
}

.format-standard.sticky .blog-grid {
  border-top: 3px solid var(--color-primary);
  border-right: none;
}

.single-blog .blog-grid.blog-quote-post .author .info {
  margin-top: 10px;
}
.single-blog .post-thumbnail img {
  width: 100%;
  border-radius: 30px;
}
.single-blog .audio-player {
  padding: 0;
  background-color: transparent;
}
.single-blog .audio-player audio {
  margin-bottom: 0;
}
.single-blog .single-blog-content .author {
  margin-bottom: 30px;
}
.single-blog .single-blog-content .post-thumbnail {
  margin-top: 0;
}
.single-blog .single-blog-content .post-thumbnail iframe {
  width: 100%;
  height: 470px;
}
.single-blog .single-blog-content ul li, .single-blog .single-blog-content ol li {
  font-weight: 400;
}
.single-blog .single-blog-content ul li a, .single-blog .single-blog-content ol li a {
 	color: var(--color-primary);
}
.single-blog .single-blog-content ul li a:hover, .single-blog .single-blog-content ol li a:hover {
  color: var(--color-secondary);
}
.single-blog dl {
  margin: 20px 0;
}
.single-blog dl dt {
  font-weight: 700;
  font-size: 18px;
  color: var(--color-black);
  margin-bottom: 10px;
}
.single-blog dl dd {
  margin: 0 15px 15px;
  font-size: 18px;
}
.single-blog ul ul {
  list-style-type: disc;
}
.single-blog code {
  color: var(--color-body);
  font-family: "Courier 10 Pitch", Courier, monospace;
}
.single-blog ins {
  background: rgba(112, 47, 255, 0.4);
  color: var(--color-white);
  padding: 0 5px;
  text-decoration: none;
}
.single-blog kbd {
  background: #3858f6;
  font-family: "Courier 10 Pitch", Courier, monospace;
}
.single-blog tt, .single-blog var {
  font-size: 22px;
  color: var(--color-black);
  font-family: "Courier 10 Pitch", Courier, monospace;
}
.single-blog .post-password-form input {
  width: auto;
  margin-left: 10px;
  -webkit-transition: var(--transition);
  transition: var(--transition);
}
.single-blog .post-password-form input[type=submit]:hover {
  background-color: var(--color-primary);
  border-color: var(--color-primary);
  color: var(--color-white);
}
.single-blog .gallery-size-thumbnail .gallery-item {
  margin-bottom: 20px;
}
.single-blog .gallery-size-thumbnail .gallery-item img {
  border-radius: 10px;
}
.single-blog .gallery-size-thumbnail .gallery-item .gallery-caption {
  margin-top: 16px;
  font-size: 13px;
}
.single-blog .gallery-size-thumbnail.gallery-columns-9 {
  margin: 0 -5px 25px;
}
.single-blog .gallery-size-thumbnail.gallery-columns-9 .gallery-item {
  max-width: 10.3%;
  margin: 0 5px 20px;
}
.single-blog .wp-caption img {
  border-radius: 10px;
}
.single-blog p img, .single-blog figure img {
  border-radius: 10px;
}
.single-blog iframe {
  max-width: 100%;
  border-radius: 10px;
}
.single-blog p iframe {
  max-width: 640px;
  height: 360px;
  border-radius: 10px;
}
.single-blog .mejs-container, .single-blog .mejs-container .mejs-controls, .single-blog .mejs-embed, .single-blog .mejs-embed body {
  border-radius: 10px;
}
.single-blog .blog-quote-post blockquote {
  margin: 0;
  background: transparent;
  padding: 0;
  border-radius: 0;
  border-right: none;
}
.single-blog p.has-drop-cap::first-letter {
  font-weight: 300;
}

blockquote p {
  margin-bottom: 0 !important;
}

.blog-comment-box {
  margin-bottom: 55px;
}
.blog-comment-box .comment-list {
  padding: 0;
  margin: 0;
  list-style: none;
}
.blog-comment-box .comment-list .comment {
  display: block;
  margin-bottom: 30px;
}
.blog-comment-box .comment-list .comment:last-child {
  margin-bottom: 0;
}
.blog-comment-box .comment-list .comment-body {
  margin-bottom: 0;
}
.blog-comment-box .comment-list .children {
  padding-left: 75px;
}
@media only screen and (max-width: 991px) {
  .blog-comment-box .comment-list .children {
    padding-left: 30px;
  }
}
@media only screen and (max-width: 575px) {
  .blog-comment-box .comment-list .children {
    padding-left: 10px;
  }
}
.blog-comment-box .comment-list .children .comment {
  margin-bottom: 0;
  margin-top: 30px;
}
.blog-comment-box .comment-list li.trackback, .blog-comment-box .comment-list li.pingback {
  margin-bottom: 30px;
}
.blog-comment-box .comment-list li.trackback .comment-author .comment-author-image:empty, .blog-comment-box .comment-list li.pingback .comment-author .comment-author-image:empty {
  display: none;
}
.blog-comment-box .comment-author {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.blog-comment-box .comment-author .comment-author-image {
  margin-right: 30px;
}
.blog-comment-box .comment-author .comment-author-image img {
  border-radius: 50%;
  min-width: 50px;
}
@media only screen and (max-width: 575px) {
  .blog-comment-box .comment-author .comment-author-image img {
    margin-bottom: 15px;
  }
}
.blog-comment-box .comment-author .axil-comment-content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.blog-comment-box .comment-author .axil-comment-content p {
  margin-bottom: 20px;
}
.blog-comment-box .comment-author .axil-comment-content .comment-text ul, .blog-comment-box .comment-author .axil-comment-content .comment-text ol {
  margin-bottom: 30px;
  padding-left: 20px;
}
.blog-comment-box .comment-author .axil-comment-content .comment-text ul li, .blog-comment-box .comment-author .axil-comment-content .comment-text ol li {
  margin: 10px 0;
}
.blog-comment-box .comment-author .axil-comment-content .comment-text ol ol, .blog-comment-box .comment-author .axil-comment-content .comment-text ul ul {
  margin-bottom: 0;
}
.blog-comment-box .comment-author .axil-comment-content .comment-text img {
  margin: 15px 0;
}
.blog-comment-box .comment-author .axil-comment-content-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 10px;
}
@media only screen and (max-width: 767px) {
  .blog-comment-box .comment-author .axil-comment-content-top {
    display: block;
  }
}
.blog-comment-box .comment-author .axil-comment-content-top .commenter {
  margin-bottom: 0;
  font-size: 24px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.blog-comment-box .comment-author .axil-comment-content-top .time-spent {
  margin-left: 15px;
  line-height: 28px;
}
@media only screen and (max-width: 767px) {
  .blog-comment-box .comment-author .axil-comment-content-top .time-spent {
    margin-left: 0;
    margin-top: 5px;
  }
}
.blog-comment-box .comment-author .axil-comment-content-top .axil-comment-date {
  margin-right: 10px;
}
.blog-comment-box .comment-author .axil-comment-content-top .comment-meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: var(--color-gray-2);
  font-size: 15px;
}
.blog-comment-box .comment-author .axil-comment-content-top .comment-meta .reply-edit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: -10px;
}
.blog-comment-box .comment-author .axil-comment-content-top .comment-meta .reply-edit a {
  color: var(--color-primary);
  padding-left: 10px;
}
.blog-comment-box .comment-author .axil-comment-content-top .comment-meta .reply-edit a:hover {
  color: var(--color-link-hover);
}
.blog-comment-box .no-comments {
  margin-top: 30px;
}

.blog-comment-form:empty {
  display: none;
}

.blog-comment-form .form-group textarea {
  min-height: 160px;
}

.breadcrumb ul {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 -7px 38px;
  padding: 0;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media only screen and (max-width: 991px) {
  .breadcrumb ul {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media only screen and (max-width: 767px) {
  .breadcrumb ul {
    margin: 0 -7px 24px;
  }
}
.breadcrumb ul li {
  margin: 0 7px;
  line-height: 26px;
}
.breadcrumb ul li.separator {
  background-color: var(--color-gray-2);
  height: 3px;
  width: 3px;
  border-radius: 50%;
}
.breadcrumb ul li:after {
  display: none;
}
@media only screen and (max-width: 767px) {
  .breadcrumb ul li {
    font-size: 15px;
  }
}

body.admin-bar .elementor-edit-link-title {
  display: inline;
}

@media only screen and (max-width: 991px) {
  body.admin-bar .header-main-nav {
    top: 32px;
  }
}
@media only screen and (max-width: 782px) {
  body.admin-bar .header-main-nav {
    top: 46px;
  }
  body.admin-bar .service-scroll-nav {
    top: 46px !important;
  }
}
@media only screen and (max-width: 600px) {
  body.admin-bar .axil-header {
    z-index: 99999;
  }
  body.admin-bar .header-main-nav {
    top: 0;
  }
  body.admin-bar .service-scroll-nav.show {
    z-index: 100000 !important;
    top: 0 !important;
  }
}
.mainmenu li.current-menu-item > a {
  color: var(--color-primary) !important;
}
.mainmenu li.current-menu-item > a:before {
  width: 100%;
  opacity: 1;
}
.mainmenu .menu-item-has-children .axil-submenu li.current-menu-item > a:after {
  width: 100%;
}
.mainmenu .menu-item-has-children .axil-submenu li a:after {
  top: 18px;
}
.mainmenu .menu-item-has-children .axil-submenu .menu-item-has-children .axil-submenu {
  top: 15px;
  left: 100%;
  visibility: hidden;
  opacity: 0;
}
.mainmenu .menu-item-has-children .axil-submenu .menu-item-has-children .axil-submenu li {
  -webkit-transition: var(--transition);
  transition: var(--transition);
}
.mainmenu .menu-item-has-children .axil-submenu .menu-item-has-children:hover > .axil-submenu {
  visibility: visible;
  opacity: 1;
}
.mainmenu .menu-item-has-children .axil-submenu .menu-item-has-children .menu-item-has-children .axil-submenu {
  left: auto;
  right: 100%;
}

@media only screen and (max-width: 1199px) {
  .axil-header.header-style-4 .header-main-nav {
    background-color: var(--color-dark);
  }
  .axil-header.header-style-4 .mainmenu-nav {
    background-color: transparent;
  }
  .header-main-nav {
    position: fixed;
    top: 0;
    bottom: 0;
    left: -300px;
    background-color: var(--color-white);
    width: 300px;
    padding: 20px 10px;
    -webkit-transition: all 0.8s cubic-bezier(0.77, 0.2, 0.05, 1);
    transition: all 0.8s cubic-bezier(0.77, 0.2, 0.05, 1);
    z-index: 1050;
  }
  .header-main-nav.show {
    left: 0;
  }
  .header-main-nav.show .d-block.d-lg-none {
    display: block !important;
  }
  .header-main-nav.show .mobile-nav-header {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .mainmenu-nav {
    position: initial;
    width: auto;
    padding: 0;
    background-color: transparent;
    overflow-y: auto;
  }
}
.header-offcanvasmenu .offcanvas-body .main-navigation li a {
  padding: 0;
}
.header-offcanvasmenu .offcanvas-body .main-navigation li.current-menu-item a {
  color: var(--color-primary);
}

.header-logo a {
  font-size: 24px;
  color: var(--color-primary);
  font-weight: 700;
}
.header-logo img {
  max-height: inherit !important;
  width: 100%;
  max-width: 254px;
}

.active-light-mode .my_switcher ul li .setColor.light {
  display: none;
}

.active-dark-mode .my_switcher ul li .setColor.dark {
  display: none;
}

.my_switcher ul li {
  margin: 0;
}

.widget.footer-widget ul {
  list-style: none;
  padding-left: 0;
  margin: -5px 0;
}
.widget.footer-widget ul li {
  margin: 0;
  border-bottom: none;
}
.widget.footer-widget ul li a {
  padding: 5px 0;
}
.widget.footer-widget ul .children li, .widget.footer-widget ul .sub-menu li {
  border-top: none;
}
.widget.footer-widget .recentcomments {
  padding: 10px 0;
}
.widget.footer-widget .recentcomments a {
  padding: 0;
}

.footer-bottom-link ul {
  list-style: none;
  padding-left: 0;
}
.footer-bottom-link ul li {
  margin: 0;
}
.footer-bottom-link ul li a {
  padding: 0;
}

.input-group .subscribe-btn {
  width: auto;
  height: auto;
}

.footer-ly1 .footer-mc .footer-newsletter .title {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 30px;
}
.footer-ly1 .footer-mc .input-group {
  padding: 10px 10px 10px 40px;
}
.footer-ly1 .footer-mc .input-group:before {
  left: 15px;
}
.footer-ly1 .footer-mc .input-group .subscribe-btn {
  padding: 10px 15px;
}

.banner-style-2 .banner-content .axil-btn {
  color: var(--color-primary);
  font-weight: 500;
}
.banner-style-2 .banner-content .axil-btn:hover {
  color: var(--color-white);
}

.pricing-table .pricing-body .elementor-widget-wrap.elementor-element-populated {
  padding: 0;
}
@media only screen and (max-width: 1199px) {
  .pricing-table .pricing-body li {
    font-size: 15px;
  }
}

.project-grid .subtitle a {
  color: var(--color-body);
}
.project-grid .subtitle a:hover {
  color: var(--color-link);
}

.project-column-3 .project-grid .content {
  padding: 40px 30px;
}
.project-column-3 .project-grid .content .title {
  font-size: 24px;
}

.more-project-btn {
  margin-bottom: 40px;
}
.more-project-btn .pagination {
  margin-top: 0;
}

.project-add-banner .content .title a:hover {
  color: var(--color-link);
}

.services-grid .thumbnail img {
  width: 85px;
}

.team-grid .social-icon {
  margin: -5px -8px;
  margin-top: 10px;
}
.team-grid .social-icon li {
  display: inline-block;
  margin: 5px 8px;
}
.team-grid .social-icon li a {
  color: var(--color-gray-2);
}
.team-grid .social-icon li a:hover {
  color: var(--color-white);
}

@media only screen and (max-width: 991px) {
  .testimonial-grid {
    padding: 30px 0;
  }
}
@media only screen and (max-width: 767px) {
  .testimonial-grid {
    padding: 20px 0;
  }
}

.customer-review-area .review-site-logo img {
  width: auto;
}

.brand-grid.no-filte-mode img {
  -webkit-filter: grayscale(0);
          filter: grayscale(0);
}

body.error404 .has-footer-elementor {
  padding-top: 120px;
}
@media only screen and (max-width: 1199px) {
  body.error404 .has-footer-elementor {
    padding-top: 100px;
  }
}
@media only screen and (max-width: 991px) {
  body.error404 .has-footer-elementor {
    padding-top: 80px;
  }
}
@media only screen and (max-width: 767px) {
  body.error404 .has-footer-elementor {
    padding-top: 60px;
  }
}

body.error404 .has-no-footer-elementor .footer-bottom {
  border-top: none;
}

.slick-list {
  margin: 0 -15px !important;
}

.active-dark-mode select {
  color: var(--dark-body-text);
  background: url(../images/arrow-icon.png) 95% center no-repeat transparent;
  border-color: var(--dark-border-gray);
}
.active-dark-mode .axil-header.header-style-4 .mobile-nav-header {
  border-color: var(--dark-border-gray);
}
@media only screen and (max-width: 1199px) {
  .active-dark-mode .header-main-nav {
    background-color: var(--dark-bg-color);
  }
  .active-dark-mode .header-main-nav .mainmenu-nav {
    background-color: transparent;
  }
}
.active-dark-mode .header-logo a {
  color: var(--dark-body-text);
}
.active-dark-mode .header-offcanvasmenu .offcanvas-body .main-navigation li.current-menu-item a {
  color: var(--color-white);
}
.active-dark-mode .banner-style-2 .banner-content .axil-btn {
  color: var(--color-white);
}
.active-dark-mode .services-grid.service-style-2 .content .title a:hover {
  color: var(--color-primary);
}
.active-dark-mode .mainmenu li.current-menu-item a {
  color: var(--dark-body-text) !important;
}
.active-dark-mode .project-grid .content .subtitle a {
  color: var(--dark-body-text);
}
.active-dark-mode .project-grid .content .subtitle a:hover {
  color: var(--color-white);
}
.active-dark-mode .widget.widget_pages ul li a,
.active-dark-mode .widget.widget_meta ul li a,
.active-dark-mode .widget.widget_recent_comments ul li a,
.active-dark-mode .widget.widget_recent_entries ul li a,
.active-dark-mode .widget.widget_nav_menu ul li a {
  color: var(--dark-body-text);
}
.active-dark-mode .widget.widget_pages ul li a:hover,
.active-dark-mode .widget.widget_meta ul li a:hover,
.active-dark-mode .widget.widget_recent_comments ul li a:hover,
.active-dark-mode .widget.widget_recent_entries ul li a:hover,
.active-dark-mode .widget.widget_nav_menu ul li a:hover {
  color: var(--color-primary);
}
.active-dark-mode .widget.widget_block ul li,
.active-dark-mode .widget.widget_categories ul li,
.active-dark-mode .widget.widget_archive ul li,
.active-dark-mode .widget.widget_axil_categories ul li {
  border-color: var(--dark-border-gray);
}
.active-dark-mode .widget.widget_block ul li a,
.active-dark-mode .widget.widget_categories ul li a,
.active-dark-mode .widget.widget_archive ul li a,
.active-dark-mode .widget.widget_axil_categories ul li a {
  color: var(--dark-body-text) !important;
}
.active-dark-mode .widget.widget_block ul li a:hover,
.active-dark-mode .widget.widget_categories ul li a:hover,
.active-dark-mode .widget.widget_archive ul li a:hover,
.active-dark-mode .widget.widget_axil_categories ul li a:hover {
  color: var(--color-primary) !important;
}
.active-dark-mode .widget.widget_block ul li .title,
.active-dark-mode .widget.widget_categories ul li .title,
.active-dark-mode .widget.widget_archive ul li .title,
.active-dark-mode .widget.widget_axil_categories ul li .title {
  color: var(--dark-body-text);
}
.active-dark-mode .widget.widget-recent-post .single-post,
.active-dark-mode .widget.widget_axil_recent_post .single-post,
.active-dark-mode .widget.widget-recent-post .single-post {
  border-bottom-color: var(--dark-border-gray);
}
.active-dark-mode .widget.widget_pages ul li,
.active-dark-mode .widget.widget_meta ul li,
.active-dark-mode .widget.widget_recent_comments ul li,
.active-dark-mode .widget.widget_recent_entries ul li,
.active-dark-mode .widget.widget_nav_menu ul li {
  border-color: var(--dark-border-gray);
}
.active-dark-mode .widget.widget_search .wp-block-search__label {
  color: var(--dark-title-light);
}
.active-dark-mode .widget.widget_search .wp-block-search__input {
  border-color: var(--dark-border-gray);
}
.active-dark-mode .widget.widget_search .wp-block-search__button {
  background-color: var(--dark-bg-color);
  border-color: var(--dark-bg-color);
  color: var(--dark-body-text);
}
.active-dark-mode .widget.widget_search .wp-block-search__button:hover {
  background-color: var(--color-primary);
  color: var(--color-white);
}
.active-dark-mode .widget .wp-block-group__inner-container .wp-block-latest-comments .wp-block-latest-comments__comment .wp-block-latest-comments__comment-meta a {
  color: var(--dark-body-text);
}
.active-dark-mode .widget .wp-block-group__inner-container .wp-block-latest-comments .wp-block-latest-comments__comment .wp-block-latest-comments__comment-meta a:hover {
  color: var(--color-primary);
}
.active-dark-mode .widget .wp-block-group__inner-container .wp-block-latest-comments .wp-block-latest-comments__comment {
  border-bottom-color: var(--dark-border-gray);
}
.active-dark-mode .widget.widget_calendar .wp-calendar-table caption {
  color: var(--dark-body-text);
}
.active-dark-mode .widget.widget_calendar .wp-calendar-table td, .active-dark-mode .widget.widget_calendar .wp-calendar-table th {
  border-color: var(--dark-border-gray);
  color: var(--dark-body-text);
}
.active-dark-mode .widget.widget_tag_cloud .tagcloud a {
  border-color: var(--dark-border-gray);
  color: var(--dark-body-text);
}
.active-dark-mode .widget.widget_tag_cloud .tagcloud a:hover {
  border-color: var(--color-primary);
}
.active-dark-mode .widget.widget_calendar .wp-calendar-nav a {
  color: var(--dark-body-text);
}
.active-dark-mode .widget.widget_calendar .wp-calendar-nav a:hover {
  color: var(--color-primary);
}
.active-dark-mode .axil-page-links, .active-dark-mode .page-links {
  color: var(--dark-body-text);
}
.active-dark-mode .axil-page-links .post-page-numbers, .active-dark-mode .page-links .post-page-numbers {
  color: var(--dark-body-text);
}
.active-dark-mode .blog-grid audio::-webkit-media-controls-panel {
  background-color: var(--dark-bg-color);
}
.active-dark-mode .blog-grid p a {
  color: var(--color-primary);
}
.active-dark-mode .blog-grid p a:hover {
  color: var(--color-white);
}
.active-dark-mode .blog-comment-box .comment-author .axil-comment-content-top .comment-meta {
  color: var(--dark-body-text);
}
.active-dark-mode .blog-comment-box .comment-author .axil-comment-content-top .comment-meta .reply-edit a:hover {
  color: var(--dark-body-text);
}
.active-dark-mode .comment-respond .logged-in-as a {
  color: var(--dark-body-text);
}
.active-dark-mode .comment-respond .logged-in-as a:hover {
  color: var(--color-primary);
}

/* ---------------------------------------------------- */
.wp-block-image {
  margin-bottom: 30px;
}
.wp-block-image.is-style-rounded img {
  border-radius: 10px;
}
.wp-block-image:nth-last-of-type(1) {
  overflow: hidden;
}
.wp-block-image figcaption {
  margin-top: 25px;
  font-size: 16px;
}

.wp-block-media-text.alignfull,
.wp-block-embed-wordpress-tv.alignfull,
.wp-block-columns.alignfull,
.wp-block-gallery.alignfull,
.wp-block-image.alignfull,
.wp-block-pullquote.alignfull,
.wp-block-embed-vimeo.alignfull,
.wp-block-cover.alignfull {
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  max-width: 100vw;
  width: 100vw;
}

.wp-block-media-text.alignwide,
.wp-block-embed-twitter.alignwide,
.wp-block-columns.alignwide,
.wp-block-media-text.alignwide,
.wp-block-gallery.alignwide,
.wp-block-image.alignwide,
.wp-block-cover.alignwide,
.wp-block-embed-vimeo.alignwide,
.wp-block-pullquote.alignwide {
  margin-left: -100px;
  margin-right: -100px;
  max-width: 1490px;
  width: auto;
}
@media only screen and (max-width: 1500px) {
  .wp-block-media-text.alignwide,
.wp-block-embed-twitter.alignwide,
.wp-block-columns.alignwide,
.wp-block-media-text.alignwide,
.wp-block-gallery.alignwide,
.wp-block-image.alignwide,
.wp-block-cover.alignwide,
.wp-block-embed-vimeo.alignwide,
.wp-block-pullquote.alignwide {
    margin-left: 0;
    margin-right: 0;
  }
}

.wp-block-media-text .wp-block-media-text__media img {
  border-radius: 10px;
}

.wp-block-gallery .blocks-gallery-item figure img {
  border-radius: 10px;
}
.wp-block-gallery .blocks-gallery-item figure figcaption {
  border-radius: 10px;
  padding: 40px 20px 20px;
  font-size: 15px;
}
.wp-block-gallery .blocks-gallery-caption {
  margin: 30px 0;
  font-size: 16px;
  color: var(--color-body);
}

@media only screen and (min-width: 600px) {
  .blocks-gallery-grid {
    padding-left: 0 !important;
  }
  .blocks-gallery-grid .blocks-gallery-item {
    margin-right: 16px !important;
  }
}
@media only screen and (min-width: 600px) {
  .blocks-gallery-grid.columns-2 .blocks-gallery-image:nth-of-type(2n),
.blocks-gallery-grid.columns-2 .blocks-gallery-item:nth-of-type(2n),
.blocks-gallery-grid.columns-3 .blocks-gallery-image:nth-of-type(3n),
.blocks-gallery-grid.columns-3 .blocks-gallery-item:nth-of-type(3n),
.blocks-gallery-grid.columns-4 .blocks-gallery-image:nth-of-type(4n),
.blocks-gallery-grid.columns-4 .blocks-gallery-item:nth-of-type(4n),
.blocks-gallery-grid.columns-5 .blocks-gallery-image:nth-of-type(5n),
.blocks-gallery-grid.columns-5 .blocks-gallery-item:nth-of-type(5n),
.blocks-gallery-grid.columns-6 .blocks-gallery-image:nth-of-type(6n),
.blocks-gallery-grid.columns-6 .blocks-gallery-item:nth-of-type(6n),
.blocks-gallery-grid.columns-7 .blocks-gallery-image:nth-of-type(7n),
.blocks-gallery-grid.columns-7 .blocks-gallery-item:nth-of-type(7n),
.blocks-gallery-grid.columns-8 .blocks-gallery-image:nth-of-type(8n),
.blocks-gallery-grid.columns-8 .blocks-gallery-item:nth-of-type(8n),
.wp-block-gallery.columns-2 .blocks-gallery-image:nth-of-type(2n),
.wp-block-gallery.columns-2 .blocks-gallery-item:nth-of-type(2n),
.wp-block-gallery.columns-2 .blocks-gallery-item:last-child,
.wp-block-gallery.columns-3 .blocks-gallery-image:nth-of-type(3n),
.wp-block-gallery.columns-3 .blocks-gallery-item:nth-of-type(3n),
.wp-block-gallery.columns-4 .blocks-gallery-image:nth-of-type(4n),
.wp-block-gallery.columns-4 .blocks-gallery-item:nth-of-type(4n),
.wp-block-gallery.columns-4 .blocks-gallery-item:last-child,
.wp-block-gallery.columns-5 .blocks-gallery-image:nth-of-type(5n),
.wp-block-gallery.columns-5 .blocks-gallery-item:nth-of-type(5n),
.wp-block-gallery.columns-5 .blocks-gallery-item:last-child,
.wp-block-gallery.columns-6 .blocks-gallery-image:nth-of-type(6n),
.wp-block-gallery.columns-6 .blocks-gallery-item:nth-of-type(6n),
.wp-block-gallery.columns-6 .blocks-gallery-item:last-child,
.wp-block-gallery.columns-7 .blocks-gallery-image:nth-of-type(7n),
.wp-block-gallery.columns-7 .blocks-gallery-item:nth-of-type(7n),
.wp-block-gallery.columns-7 .blocks-gallery-item:last-child,
.wp-block-gallery.columns-8 .blocks-gallery-image:nth-of-type(8n),
.wp-block-gallery.columns-8 .blocks-gallery-item:nth-of-type(8n),
.wp-block-gallery.columns-8 .blocks-gallery-item:last-child {
    margin-right: 0 !important;
  }
}
.wp-block-cover {
  margin-bottom: 30px;
  border-radius: 10px;
}
.wp-block-cover:before {
  border-radius: 10px;
}
.wp-block-cover img {
  border-radius: 10px;
}
.wp-block-cover .wp-block-cover-text {
  color: var(--color-white) !important;
  max-width: 100%;
  margin-bottom: 0 !important;
}
.wp-block-cover .has-large-font-size {
  color: var(--color-white) !important;
  margin-bottom: 0 !important;
}
.wp-block-cover p a {
  color: var(--color-white) !important;
}
.wp-block-cover p a:hover {
  color: var(--color-link) !important;
}
.wp-block-cover .wp-block-cover__video-background {
  border-radius: 10px;
}
.wp-block-cover .has-background-dim {
  border-radius: 10px;
}
.wp-block-cover .has-background-dim:before {
  border-radius: 10px;
}
.wp-block-cover.has-background-dim {
  background-color: #000000;
}
.wp-block-cover.has-left-content {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  max-width: 100%;
}
.wp-block-cover.alignfull {
  margin-bottom: 30px;
}

.wp-block-button {
  margin-bottom: 30px;
}
.wp-block-button .wp-block-button__link {
  background-color: #5956E9;
  border: 2px solid #5956E9;
  border-radius: 100px;
  color: #ffffff;
  padding: 16px 36px;
  font-size: 16px;
}
.wp-block-button .wp-block-button__link:hover {
  background-color: transparent;
  color: #5956E9;
}
.wp-block-button.is-style-outline .wp-block-button__link {
  border-color: currentColor;
  color: #5956E9;
}
.wp-block-button.is-style-outline .wp-block-button__link:hover {
  background-color: #5956E9;
  border-color: #5956E9;
  color: #ffffff;
}
.wp-block-button.is-style-outline .wp-block-button__link.has-abstrak-primary-color {
  color: #5956E9;
}
.wp-block-button.is-style-outline .wp-block-button__link.has-abstrak-primary-color:hover {
  background-color: #5956E9;
  border-color: #5956E9;
  color: #ffffff;
}
.wp-block-button.is-style-outline .wp-block-button__link.has-abstrak-secondary-color {
  color: #6865FF;
}
.wp-block-button.is-style-outline .wp-block-button__link.has-abstrak-secondary-color:hover {
  background-color: #6865FF;
  border-color: #6865FF;
  color: #ffffff;
}
.wp-block-button.is-style-outline .wp-block-button__link.has-abstrak-tertiary-color {
  color: #C75C6F;
}
.wp-block-button.is-style-outline .wp-block-button__link.has-abstrak-tertiary-color:hover {
  background-color: #C75C6F;
  border-color: #C75C6F;
  color: #ffffff;
}
.wp-block-button.is-style-outline .wp-block-button__link.has-abstrak-white-color {
  color: #ffffff;
}
.wp-block-button.is-style-outline .wp-block-button__link.has-abstrak-dark-color {
  color: #27272E;
}
.wp-block-button.is-style-outline .wp-block-button__link.has-abstrak-dark-color:hover {
  background-color: #27272E;
  border-color: #27272E;
  color: #ffffff;
}
.wp-block-button.is-style-outline .wp-block-button__link.has-background:hover {
  background-color: transparent;
}
.wp-block-button.is-style-outline .wp-block-button__link.has-abstrak-primary-background-color {
  background-color: #5956E9;
  border-color: #5956E9;
}
.wp-block-button.is-style-outline .wp-block-button__link.has-abstrak-primary-background-color:hover {
  border-color: #5956E9;
  color: #5956E9;
}
.wp-block-button.is-style-outline .wp-block-button__link.has-abstrak-secondary-background-color {
  background-color: #6865FF;
  border-color: #6865FF;
}
.wp-block-button.is-style-outline .wp-block-button__link.has-abstrak-secondary-background-color:hover {
  border-color: #6865FF;
  color: #6865FF;
}
.wp-block-button.is-style-outline .wp-block-button__link.has-abstrak-tertiary-background-color {
  background-color: #C75C6F;
  border-color: #C75C6F;
}
.wp-block-button.is-style-outline .wp-block-button__link.has-abstrak-tertiary-background-color:hover {
  border-color: #C75C6F;
  color: #C75C6F;
}
.wp-block-button.is-style-outline .wp-block-button__link.has-abstrak-white-background-color {
  background-color: #ffffff;
  border-color: #ffffff;
}
.wp-block-button.is-style-outline .wp-block-button__link.has-abstrak-dark-background-color {
  background-color: #27272E;
  border-color: #27272E;
}
.wp-block-button.is-style-outline .wp-block-button__link.has-abstrak-dark-background-color:hover {
  border-color: #27272E;
  color: #27272E;
}
.wp-block-button.is-style-squared .wp-block-button__link {
  border-radius: 0;
}
.wp-block-button .has-abstrak-primary-color {
  color: #5956E9;
}
.wp-block-button .has-abstrak-secondary-color {
  color: #6865FF;
}
.wp-block-button .has-abstrak-tertiary-color {
  color: #C75C6F;
}
.wp-block-button .has-abstrak-white-color {
  color: #ffffff;
}
.wp-block-button .has-abstrak-dark-color {
  color: #27272E;
}
.wp-block-button .has-abstrak-primary-background-color {
  background-color: #5956E9;
  border-color: #5956E9;
}
.wp-block-button .has-abstrak-primary-background-color:hover {
  color: #5956E9;
}
.wp-block-button .has-abstrak-secondary-background-color {
  background-color: #6865FF;
  border-color: #6865FF;
}
.wp-block-button .has-abstrak-secondary-background-color:hover {
  color: #6865FF;
}
.wp-block-button .has-abstrak-tertiary-background-color {
  background-color: #C75C6F;
  border-color: #C75C6F;
}
.wp-block-button .has-abstrak-tertiary-background-color:hover {
  color: #C75C6F;
}
.wp-block-button .has-abstrak-white-background-color {
  background-color: #ffffff;
  border-color: #ffffff;
}
.wp-block-button .has-abstrak-dark-background-color {
  background-color: #27272E;
  border-color: #27272E;
}
.wp-block-button .has-abstrak-dark-background-color:hover {
  color: #27272E;
}

.wp-block-quote {
  border-left: none;
}
.wp-block-quote p a {
  color: var(--color-body);
  font-style: normal;
}
.wp-block-quote cite {
  font-size: 16px;
  margin-top: 10px;
  display: block;
  font-weight: 500;
}
.wp-block-quote.is-style-large p {
  font-size: 20px !important;
  font-style: normal;
}
.wp-block-quote.is-style-large p a {
  color: var(--color-body);
  font-style: normal;
}
.wp-block-quote.is-style-large cite {
  font-size: 18px;
  color: var(--color-dark);
}
.wp-block-quote.is-style-large cite em {
  font-style: normal;
}

.wp-block-pullquote {
  padding: 30px 0;
  margin: 40px 0;
  border-color: #5956E9 !important;
}
.wp-block-pullquote blockquote {
  padding: 50px 0;
  margin-bottom: 0;
  margin-top: 0;
  background: transparent;
}
.wp-block-pullquote blockquote p {
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 0 !important;
}
.wp-block-pullquote blockquote cite {
  font-size: 16px;
  margin-top: 10px;
  display: block;
  font-weight: 500;
}
.wp-block-pullquote.is-style-solid-color {
  background: #5956E9;
  border-top: 4px solid;
  border-bottom: 4px solid;
  padding: 50px;
  -moz-text-align-last: left;
       text-align-last: left;
}
.wp-block-pullquote.is-style-solid-color blockquote {
  padding: 0;
  margin: 0;
}
.wp-block-pullquote.is-style-solid-color blockquote p {
  font-size: 20px;
  color: var(--color-white);
}
.wp-block-pullquote.is-style-solid-color blockquote cite {
  font-size: 16px;
  color: var(--color-white);
}
.wp-block-pullquote.has-cyan-bluish-gray-background-color {
  background: #abb8c3;
}
.wp-block-pullquote.has-cyan-bluish-gray-background-color.is-style-solid-color {
  border-color: #abb8c3 !important;
}

.wp-block-embed figcaption,
.wp-block-video figcaption,
.wp-block-embed-twitter figcaption {
  font-size: 16px;
  margin: 20px 0;
}

.wp-block-file a {
  font-size: 18px;
  color: var(--color-black);
}
.wp-block-file a:hover {
  color: var(--color-primary);
}
.wp-block-file .wp-block-file__button {
  background-color: var(--color-primary) !important;
  color: #ffffff !important;
  font-weight: 400;
  font-size: 16px !important;
  display: inline-block;
  border: 2px solid var(--color-primary);
  padding: 15px 40px !important;
  height: auto;
  line-height: 26px;
  border-radius: 100px !important;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.wp-block-file .wp-block-file__button:hover {
  background-color: transparent !important;
  color: var(--color-primary) !important;
}

.wp-block-video video {
  border-radius: 10px;
}

.wp-block-column .wp-block-quote p {
  margin-bottom: 20px !important;
}

.wp-block-columns.alignfull {
  padding: 0 40px;
}

.wp-block-archives {
  padding-left: 18px;
}
.wp-block-archives li {
  margin: 10px 0;
}
.wp-block-archives li a {
  color: var(--color-body);
}

.wp-block-archives-dropdown {
  margin-bottom: 20px;
  padding-left: 0;
}
.wp-block-archives-dropdown label {
  margin-bottom: 10px;
}
.wp-block-archives-dropdown select {
  background: url(../images/arrow-icon2.png) right center no-repeat transparent;
}

.wp-block-categories-dropdown {
  margin-bottom: 20px;
}
.wp-block-categories-dropdown select {
  background: url(../images/arrow-icon2.png) right center no-repeat transparent;
}

.wp-block-calendar {
  margin-bottom: 40px;
}
.wp-block-calendar .wp-calendar-table {
  margin-bottom: 40px;
}
.wp-block-calendar .wp-calendar-table th {
  background-color: #edeff0;
  padding: 7px 10px !important;
  color: var(--color-black);
}
.wp-block-calendar .wp-calendar-table td {
  padding: 7px 10px !important;
  color: var(--color-black);
  border: 1px solid #E6E6E6 !important;
}
.wp-block-calendar .wp-calendar-table td a {
  color: var(--color-black);
  text-decoration: none;
}
.wp-block-calendar caption {
  caption-side: top;
  margin-bottom: 10px;
}
.wp-block-calendar .wp-calendar-nav {
  text-align: left;
}
.wp-block-calendar .wp-calendar-nav a {
  text-decoration: none;
  color: var(--color-body);
  font-weight: 500;
}
.wp-block-calendar .wp-calendar-nav a:hover {
  color: var(--color-primary);
}

.wp-block-latest-comments__comment .wp-block-latest-comments__comment-meta a {
  font-size: 15px;
  color: var(--color-black);
}
.wp-block-latest-comments__comment .wp-block-latest-comments__comment-meta a:hover {
  color: var(--color-primary);
}
.wp-block-latest-comments__comment .wp-block-latest-comments__comment-meta .wp-block-latest-comments__comment-date {
  font-size: 12px;
  color: #8f98a1;
}

.wp-block-latest-posts li {
  margin: 10px 0;
}
.wp-block-latest-posts li a {
  font-weight: 700;
}
.wp-block-latest-posts li a:hover {
  color: var(--color-primary) !important;
}
.wp-block-latest-posts .wp-block-latest-posts__post-date {
  font-size: 13px;
}

.wp-block-search .wp-block-search__label {
  margin-bottom: 30px;
  font-size: 18px;
}
.wp-block-search .wp-block-search__inside-wrapper {
  margin-bottom: 20px;
}
.wp-block-search .wp-block-search__inside-wrapper .wp-block-search__input {
  border-color: #ccc;
}
.wp-block-search .wp-block-search__inside-wrapper .wp-block-search__input:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.wp-block-search .wp-block-search__button {
  background: #f7f7f7;
  border: 1px solid #ccc;
  color: var(--color-dark);
  border-radius: 30px;
  padding: 10px 30px;
  -webkit-transition: var(--transition);
  transition: var(--transition);
}
.wp-block-search .wp-block-search__button:hover {
  background-color: var(--color-primary);
  border-color: var(--color-primary);
  color: var(--color-white);
}

.wp-block-rss {
  padding-left: 20px;
}
.wp-block-rss li a {
  color: var(--color-body);
}

.wp-block-tag-cloud a {
  border: 1px solid #CED0D4;
  font-size: 12px !important;
  color: #65676B;
  height: 30px;
  padding: 0 10px;
  margin: 5px;
  display: inline-block;
  line-height: 27px;
  border-radius: 4px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.wp-block-tag-cloud a:hover {
  background-color: var(--color-primary);
  border-color: var(--color-primary);
  color: var(--color-white);
}

.wp-block-media-text {
  margin-bottom: 30px;
}
.wp-block-media-text.alignfull img {
  border-radius: 0;
}

.wp-block-group .wp-block-button {
  margin-bottom: 20px;
}

.wp-block-separator {
  border-color: #e6e6e6;
  margin-bottom: 20px;
  border-width: 1px;
}
.wp-block-separator.is-style-dots::before {
  color: #191e23;
  font-size: 20px;
}

.axil-page-links,
.page-links {
  margin: 0 0 !important;
  padding-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.axil-page-links .page-link-holder,
.page-links .page-link-holder {
  margin-right: 10px;
}
.axil-page-links .post-page-numbers,
.page-links .post-page-numbers {
  line-height: 42px;
  min-width: 42px;
  text-align: center;
  color: var(--color-dark);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  display: block;
  padding: 0 15px;
  margin: 3px;
  transition: all 0.5s;
  border: var(--border-light);
  border-radius: 4px;
}
.axil-page-links .post-page-numbers.current, .axil-page-links .post-page-numbers:hover,
.page-links .post-page-numbers.current,
.page-links .post-page-numbers:hover {
  background-color: var(--color-primary);
  border-color: var(--color-primary);
  color: var(--color-white);
}

.wp-block-code,
.wp-block-preformatted,
.wp-block-verse,
pre {
  background-color: #eee;
  border: none;
  padding: 20px;
  line-height: 1.6;
  color: var(--color-body);
  font-size: 15px;
  margin-bottom: 40px;
  margin-top: 40px;
  font-family: "Courier 10 Pitch", Courier, monospace !important;
  white-space: pre-wrap;
  word-wrap: break-word;
}

.wp-block-table td {
  padding: 7px 15px;
  border-color: #E6E6E6;
  color: var(--color-body);
}
@media only screen and (max-width: 575px) {
  .wp-block-table td {
    padding: 9px 10px;
  }
}

.post-blocks-formatting hr {
  border-color: #dcdcde;
  margin-bottom: 20px;
}

.entry-content p img {
  border-radius: 10px;
}
.entry-content .wp-block-quote.is-large {
  margin: 50px 0;
  background: var(--gradient-primary);
  padding: 50px;
  border-radius: 30px;
  border-right: 2px solid rgba(80, 92, 253, 0);
}
.entry-content .wp-block-quote.is-large p {
  font-size: 20px;
  font-style: normal;
}
.entry-content .wp-block-quote.is-large cite {
  font-size: 18px;
}
.entry-content .wp-block-pullquote blockquote cite {
  font-weight: 500;
}
.entry-content .wp-block-categories-list.aligncenter {
  text-align: center;
  list-style: inside;
}
.entry-content .wp-block-archives-list a {
  color: var(--color-dark);
}
.entry-content .wp-block-archives-list a:hover {
  color: var(--color-primary);
}
.entry-content .wp-block-pullquote.alignleft p, .entry-content .wp-block-pullquote.alignright p {
  font-size: 18px;
}
.entry-content .wp-block-coblocks-accordion {
  margin-bottom: 30px;
}
.entry-content .wp-block-coblocks-alert {
  padding: 30px;
  margin-bottom: 30px;
}
.entry-content .wp-block-coblocks-alert p {
  margin-bottom: 30px;
}
.entry-content .wp-block-coblocks-alert p:last-child {
  margin-bottom: 0;
}
.entry-content .wp-block-coblocks-highlight .wp-block-coblocks-highlight__content {
  background-color: yellow;
}
.entry-content .wp-block-coblocks-author p {
  margin-bottom: 30px;
}
.entry-content .wp-block-coblocks-author .wp-block-coblocks-author__avatar {
  margin-bottom: 10px;
}
.entry-content .wp-block-coblocks-author .wp-block-coblocks-author__avatar-img {
  border-radius: 10px;
}
.entry-content .wp-block-coblocks-social ul {
  list-style: none;
  padding: 0;
}
.entry-content .wp-block-coblocks-pricing-table .wp-block-coblocks-pricing-table-item {
  margin-bottom: 50px;
}
.entry-content .wp-block-coblocks-pricing-table .wp-block-coblocks-pricing-table-item:last-child {
  margin-bottom: 0;
}
.entry-content .wp-block-coblocks-pricing-table .wp-block-coblocks-pricing-table-item__title {
  font-size: 30px;
  color: var(--color-text-dark);
}
.entry-content .wp-block-coblocks-pricing-table .wp-block-coblocks-pricing-table-item__price-wrapper {
  color: var(--color-text-dark);
  font-size: 24px;
  margin-bottom: 30px;
}
.entry-content .wp-block-coblocks-pricing-table .wp-block-coblocks-pricing-table-item__features {
  list-style: none;
  padding: 0;
}
.entry-content .wp-block-coblocks-pricing-table .wp-block-coblocks-pricing-table-item__features li {
  color: var(--color-body);
}

.page-block-unit-test p {
  margin-bottom: 20px;
}
.page-block-unit-test .wp-block-audio {
  margin-bottom: 20px;
}
.page-block-unit-test .wp-block-audio figcaption {
  font-size: 16px;
  margin: 12px 0 0;
}
.page-block-unit-test .wp-block-separator {
  clear: both;
}

.single-axil-case-study .case-study-featured {
  margin-bottom: 0;
}

.entry-content p img.alignright {
  clear: both;
  margin-bottom: 30px;
}
@media only screen and (max-width: 1199px) {
  .entry-content p img.alignright {
    margin: 30px 0;
  }
}

.wp-caption img {
  border-radius: 10px;
}

.privacy-policy-area .elementor-widget {
  margin-bottom: 0;
}
.privacy-policy-area ul {
  list-style: disc;
}
.privacy-policy-area .section-heading .title {
  border-bottom: 3px solid var(--color-primary);
  padding-bottom: 15px;
  font-size: 24px;
}
@media only screen and (max-width: 767px) {
  .privacy-policy-area .section-heading .title {
    font-size: 20px;
  }
}
.privacy-policy-area p a {
  color: var(--color-primary);
}

.elementor-column-gap-default > .elementor-column > .elementor-element-populated {
  padding: 0 15px;
}

@media only screen and (max-width: 991px) {
  .megamenu-sub-menu .elementor-element-populated {
    padding: 0 0px !important;
  }
}
.elementor-column-gap-extended > .elementor-column > .elementor-element-populated {
  padding: 0 15px;
}

.elementor-column-gap-wide > .elementor-column > .elementor-element-populated {
  padding: 0 20px;
}

.elementor-widget:not(:last-child) {
  margin-bottom: 0;
}

.elementor-section.elementor-section-boxed > .elementor-container {
  max-width: 1320px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .elementor-section.elementor-section-boxed > .elementor-container {
    max-width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .elementor-section.elementor-section-boxed > .elementor-container {
    max-width: 960px !important;
    padding-left: 0;
    padding-right: 0;
  }
}
@media only screen and (max-width: 991px) {
  .elementor-section.elementor-section-boxed > .elementor-container {
    max-width: 720px;
  }
}
@media only screen and (max-width: 767px) {
  .elementor-section.elementor-section-boxed > .elementor-container {
    max-width: 540px;
  }
}

.banner.banner-style-6 {
  background: -webkit-gradient(linear, left top, left bottom, from(#E9EFFE), to(#F2F2F2));
  background: linear-gradient(180deg, #E9EFFE 0%, #F2F2F2 100%);
  padding: 210px 0 100px;
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .banner.banner-style-6 {
    padding: 250px 0 200px;
  }
}
@media only screen and (max-width: 1199px) {
  .banner.banner-style-6 {
    padding: 250px 0 100px;
  }
}
@media only screen and (max-width: 991px) {
  .banner.banner-style-6 {
    padding: 160px 0 80px;
    min-height: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .banner.banner-style-6 {
    padding: 140px 0 60px;
  }
}
.banner.banner-style-6 .banner-content {
  margin-bottom: 200px;
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 1199px) {
  .banner.banner-style-6 .banner-content {
    margin-bottom: 100px;
  }
}
@media only screen and (max-width: 991px) {
  .banner.banner-style-6 .banner-content {
    margin-bottom: 0;
  }
}
.banner.banner-style-6 .banner-content .title {
  width: 50%;
  margin-bottom: 40px;
  font-size: 58px;
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .banner.banner-style-6 .banner-content .title {
    font-size: 50px;
    width: 45%;
  }
}
@media only screen and (max-width: 1199px) {
  .banner.banner-style-6 .banner-content .title {
    font-size: 55px;
  }
}
@media only screen and (max-width: 991px) {
  .banner.banner-style-6 .banner-content .title {
    font-size: 46px;
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .banner.banner-style-6 .banner-content .title {
    font-size: 50px;
  }
   .service-scroll-navigation-area {
    padding-top: 70px;
  }  
}
@media only screen and (max-width: 575px) {
  .banner.banner-style-6 .banner-content .title {
    font-size: 40px;
    margin-bottom: 30px;
  }
  .service-scroll-navigation-area {
    padding-top: 70px;
  }
}
.banner.banner-style-6 .banner-content p {
  font-size: var(--font-body-1);
  width: 43%;
  margin-bottom: 30px;
}
@media only screen and (max-width: 991px) {
  .banner.banner-style-6 .banner-content p {
    width: 100%;
  }
}
.banner.banner-style-6 .banner-thumbnail {
  position: absolute;
  top: 45%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  padding: 0px 28px 0 53px;
}
.banner.banner-style-6 .shape-group-19 .shape {
  position: absolute;
  z-index: -1;
}
.banner.banner-style-6 .shape-group-19 .shape.shape-1 {
  top: 47%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0;
  text-align: right;
}
.banner.banner-style-6 .shape-group-19 .shape.shape-2 {
  top: 64px;
  left: 0;
  text-align: right;
  right: inherit;
}
.banner.banner-style-6 .shape-group-19 .shape.shape-3 {
  bottom: -111px;
  left: -146px;
  text-align: right;
  right: inherit;
}
.banner.banner-style-6 .shape-group-19 .shape.shape-4 {
  bottom: -111px;
  left: -146px;
  text-align: right;
  right: inherit;
}

.services-grid.service-style-3 {
  padding: 0 20px 0 0;
  margin-bottom: 30px;
}
.services-grid.service-style-3:after {
  display: none;
}
.services-grid.service-style-3 .thumbnail {
  width: 60px;
  height: 60px;
  background-color: var(--color-primary);
  color: #fff;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.services-grid.service-style-3 .thumbnail img {
  width: 37px;
}
.services-grid.service-style-3 .thumbnail i {
  font-size: 30px;
}
.services-grid.service-style-3 .content .title {
  margin-bottom: 15px;
}
.services-grid.service-style-3 .content .title a {
  color: var(--color-text-dark);
}
.services-grid.service-style-3 .content .title a:hover {
  color: var(--color-primary);
}
.services-grid.service-style-3 .content p {
  color: var(--color-body);
  opacity: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  margin-bottom: 15px;
}
.services-grid.service-style-3 .content .more-btn {
  color: var(--color-body);
}
.services-grid.service-style-3:hover .content .more-btn, .services-grid.service-style-3.active .content .more-btn {
  color: var(--color-primary);
}
.services-grid.service-style-3:hover .content .more-btn:before, .services-grid.service-style-3.active .content .more-btn:before {
  background-color: var(--color-primary);
}

.services-grid.service-style-4 {
  padding: 45px 34px;
  margin-bottom: 30px;
  display: block;
  border: 1px solid #E3E6E9;
}
.services-grid.service-style-4:after {
  display: none;
}
.services-grid.service-style-4 .thumbnail-icon {
  margin-bottom: 30px;
}
.services-grid.service-style-4 .thumbnail-icon i {
  font-size: 40px;
  color: var(--color-dark);
}
.services-grid.service-style-4 .thumbnail {
  width: 80px;
  height: 80px;
  color: var(--color-dark);
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 30px;
}
.services-grid.service-style-4 .thumbnail img {
  width: auto;
}
.services-grid.service-style-4 .thumbnail i {
  font-size: 30px;
  color: var(--color-dark);
}
.services-grid.service-style-4 .content .title {
  margin-bottom: 15px;
  font-size: 22px;
}
.services-grid.service-style-4 .content .title a {
  color: var(--color-text-dark);
}
.services-grid.service-style-4 .content .title a:hover {
  color: var(--color-primary);
}
.services-grid.service-style-4 .content p {
  color: var(--color-body);
  opacity: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  margin-bottom: 20px;
}
.services-grid.service-style-4 .content .more-btn {
  color: var(--color-body);
}
.services-grid.service-style-4:hover .content .more-btn, .services-grid.service-style-4.active .content .more-btn {
  color: var(--color-primary);
}
.services-grid.service-style-4:hover .content .more-btn:before, .services-grid.service-style-4.active .content .more-btn:before {
  background-color: var(--color-primary);
}

.btn-wrp-new.has-icon a i {
  margin-left: 15px;
}

.banner .banner-content .axil-btn2 {
  -webkit-box-shadow: 0 44px 84px -24px #5956E9;
          box-shadow: 0 44px 84px -24px #5956E9;
}

.axil-btn2.btn-large {
  padding: 20px 44px;
}

.testimonial-grid3 {
  padding: 15px;
  border: 1px solid #EAE9F2;
  -webkit-transition: var(--transition);
  transition: var(--transition);
  position: relative;
  background-color: #fff;
  border-radius: 6px;
  margin-bottom: 20px;
  /* &.testimonial-gray {
      p {
          color: var(--color-white);
      }
      .author-info {
          .content {
              .name {
                  color: var(--color-white);
              }
          }
      }
  } */
}
.testimonial-grid3 .social-media {
  font-size: 20px;
  font-weight: 700;
  color: var(--color-rose);
  font-family: var(--font-primary);
  margin-bottom: 0;
  position: absolute;
  right: 15px;
  top: 11px;
}
.testimonial-grid3 p {
  font-size: 16px;
  line-height: 1.2;
  color: var(--color-text-dark);
  font-family: var(--font-primary);
  margin-bottom: 0;
  line-height: 24px;
}
.testimonial-grid3 .author-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 20px;
}
.testimonial-grid3 .author-info .thumb {
  width: 41px;
  height: 41px;
}
.testimonial-grid3 .author-info .thumb img {
  border-radius: 50%;
}
.testimonial-grid3 .author-info .content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-left: 10px;
}
.testimonial-grid3 .author-info .content span {
  display: block;
}
.testimonial-grid3 .author-info .content .name {
  font-weight: 500;
  color: var(--color-text-dark);
  letter-spacing: -0.04em;
  margin-bottom: 0;
  font-size: 16px;
}
.testimonial-grid3 .author-info .content .designation {
  font-size: 14px;
  color: var(--color-gray-2);
  font-weight: 400;
}
.testimonial-grid3:hover, .testimonial-grid3.active {
  border-color: var(--color-primary);
}

.axil-btn2 {
  border-radius: 20px;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: -0.04em;
  padding: 18px 55px;
  height: auto;
  text-align: center;
  -webkit-transition: var(--transition);
  transition: var(--transition);
  position: relative;
  z-index: 1;
}
.axil-btn2.btn-borderd {
  border: var(--border-gray);
  color: var(--color-dark);
  background-color: transparent;
}
.axil-btn2.btn-borderd:hover {
  background-color: var(--color-primary);
  color: var(--color-white);
  border-color: var(--color-primary);
}
.axil-btn2.btn-fill-primary {
  background-color: var(--color-primary);
  color: var(--color-white);
  border: 1px solid var(--color-primary);
  overflow: hidden;
}
.axil-btn2.btn-fill-primary::after {
  content: "";
  height: 300px;
  width: 300px;
  background-color: var(--color-link);
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%) scale(0);
          transform: translateY(-50%) translateX(-50%) scale(0);
  -webkit-transition: 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: -1;
}
.axil-btn2.btn-fill-primary:hover {
  background-color: var(--color-link);
  border-color: var(--color-link);
}
.axil-btn2.btn-fill-primary:hover::after {
  -webkit-transform: translateY(-50%) translateX(-50%) scale(1);
          transform: translateY(-50%) translateX(-50%) scale(1);
}
.axil-btn2.btn-fill-white {
  background-color: var(--color-white);
  -webkit-box-shadow: 0px 48px 48px 0px rgba(0, 0, 0, 0.12);
          box-shadow: 0px 48px 48px 0px rgba(0, 0, 0, 0.12);
}
.axil-btn2.btn-fill-white:hover {
  background-color: var(--color-accent1);
  color: var(--color-white);
}
.axil-btn2.btn-large {
  padding: 23px 55px;
}
.cms-page-section p { margin-bottom: 15px; }
.cms-page-section h2, .cms-page-section .h2 { font-size: 30px; line-height: 42px; }
.cms-page-section h3, .cms-page-section .h3 { font-size: 26px; margin-top: 20px; }
.cms-page-section h4 { margin-top: 20px; }
.cms-page-section ul, .cms-page-section ol { margin-bottom: 15px; }
.cms-page-section ul { list-style: none; }
.cms-page-section ul li::before { content: "\f2f8"; font-weight: 400; font-size: 14px; position: absolute; left: 0; margin-top: 3px; font-family: "Font Awesome 5 Pro"; color: var(--color-primary); }
.cms-page-section ul li p { margin: 0; padding: 0; }

.testimonial-grid {
  display: flex;
  flex-direction: column;
}
.testimonial-grid .author-info {
  margin-top: auto;
}

@media only screen and (min-width: 768px) {
.customer-review-area .section-heading.heading-left { min-height: 182px; }
}

@media only screen and (max-width: 1199px) {
.cms-page-section h2, .cms-page-section .h2 { font-size: 28px; line-height: 40px; }	
.cms-page-section h3, .cms-page-section .h3 { font-size: 24px; }	
	
}

@media only screen and (max-width: 991px) {
  .axil-btn2.btn-large {
    padding: 18px 35px;
  }
}
.axil-btn2.btn-large-fluid {
  padding: 23px;
  width: 100%;
}
.axil-btn2.btn-fluid {
  width: 100%;
}

.call-to-action-area2 {
  padding-bottom: 80px;
  position: relative;
  z-index: 1;
}
.call-to-action-area2 .call-to-action2 {
  background-color: #86E7B8;
  border-radius: 50px;
  padding: 70px 0 50px 0;
  overflow: hidden;
  position: relative;
}
.call-to-action-area2 .call-to-action2 .section-heading {
  margin-bottom: 15px;
}
@media only screen and (max-width: 767px) {
  .call-to-action-area2 .call-to-action2 .section-heading {
    margin-bottom: 30px;
  }
}
.call-to-action-area2 .call-to-action2 .section-heading span.subtitle {
  color: #12141D;
}
.call-to-action-area2 .call-to-action2 .section-heading .title {
  color: #12141D;
  font-size: 48px;
  font-weight: 700;
  line-height: 60px;
  width: 43%;
  margin: 0 auto 30px;
}
@media only screen and (max-width: 991px) {
  .call-to-action-area2 .call-to-action2 .section-heading .title {
    width: 100%;
  }
}
.call-to-action-area2 ul.shape-group-91 li {
  position: absolute;
}
.call-to-action-area2 ul.shape-group-91 li.shape-1 {
  top: -15px;
  left: -68px;
}
@media only screen and (min-width: 1200px) and (max-width: 1299px) {
  .call-to-action-area2 ul.shape-group-91 li.shape-1 {
    left: 90px;
  }
}
@media only screen and (max-width: 1199px) {
  .call-to-action-area2 ul.shape-group-91 li.shape-1 {
    left: 15px;
  }
}
@media only screen and (max-width: 991px) {
  .call-to-action-area2 ul.shape-group-91 li.shape-1 {
    left: -50px;
  }
}
@media only screen and (max-width: 767px) {
  .call-to-action-area2 ul.shape-group-91 li.shape-1 {
    left: -70px;
  }
.cms-page-section h2, .cms-page-section .h2 { font-size: 24px; line-height: 30px; }	
.cms-page-section h3, .cms-page-section .h3 { font-size: 22px; }	
}
@media only screen and (max-width: 575px) {
  .call-to-action-area2 ul.shape-group-91 li.shape-1 {
    left: -125px;
  }
}
.call-to-action-area2 ul.shape-group-91 li.shape-2 {
  bottom: 67px;
  right: 184px;
}
@media only screen and (min-width: 1200px) and (max-width: 1299px) {
  .call-to-action-area2 ul.shape-group-91 li.shape-2 {
    right: 30px;
  }
}
@media only screen and (max-width: 1199px) {
  .call-to-action-area2 ul.shape-group-91 li.shape-2 {
    bottom: 0;
    right: -60px;
  }
}
@media only screen and (max-width: 991px) {
  .call-to-action-area2 ul.shape-group-91 li.shape-2 {
    right: -95px;
  }
}
@media only screen and (max-width: 767px) {
  .call-to-action-area2 ul.shape-group-91 li.shape-2 {
    right: -110px;
  }
}
@media only screen and (max-width: 575px) {
  .call-to-action-area2 ul.shape-group-91 li.shape-2 {
    right: -130px;
  }
}
.call-to-action-area2 .btn-fill-dark {
  background-color: var(--color-dark2);
  color: var(--color-white);
  border: 1px solid var(--color-dark2);
  overflow: hidden;
}
.call-to-action-area2 .btn-fill-dark::after {
  content: "";
  height: 300px;
  width: 300px;
  background-color: var(--color-dark);
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%) scale(0);
          transform: translateY(-50%) translateX(-50%) scale(0);
  -webkit-transition: 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: -1;
}
.call-to-action-area2 .btn-fill-dark:hover {
  background-color: var(--color-dark);
  border-color: var(--color-dark);
}
.call-to-action-area2 .btn-fill-dark:hover::after {
  -webkit-transform: translateY(-50%) translateX(-50%) scale(1);
          transform: translateY(-50%) translateX(-50%) scale(1);
}

.call-to-action-area3 {
  padding-bottom: 80px;
  position: relative;
  z-index: 1;
}
.call-to-action-area3 .call-to-action3 {
  background-color: #0F172A;
  border-radius: 50px;
  padding: 70px 0 50px 0;
  overflow: hidden;
  position: relative;
}
.call-to-action-area3 .call-to-action3 .section-heading {
  margin-bottom: 15px;
}
@media only screen and (max-width: 767px) {
  .call-to-action-area3 .call-to-action3 .section-heading {
    margin-bottom: 30px;
  }
}
.call-to-action-area3 .call-to-action3 .section-heading span.subtitle {
  color: #ffffff;
}
.call-to-action-area3 .call-to-action3 .section-heading .title {
  color: #ffffff;
  font-size: 48px;
  font-weight: 700;
  line-height: 60px;
  width: 43%;
  margin: 0 auto 30px;
}
@media only screen and (max-width: 991px) {
  .call-to-action-area3 .call-to-action3 .section-heading .title {
    width: 100%;
  }
}
.call-to-action-area3 ul.shape-group-91 li {
  position: absolute;
  opacity: 0.4;
  -webkit-transition: var(--transition);
  transition: var(--transition);
}
.call-to-action-area3 ul.shape-group-91 li.shape-1 {
  top: -15px;
  left: -68px;
}
@media only screen and (min-width: 1200px) and (max-width: 1299px) {
  .call-to-action-area3 ul.shape-group-91 li.shape-1 {
    left: 90px;
  }
}
@media only screen and (max-width: 1199px) {
  .call-to-action-area3 ul.shape-group-91 li.shape-1 {
    left: 15px;
  }
}
@media only screen and (max-width: 991px) {
  .call-to-action-area3 ul.shape-group-91 li.shape-1 {
    left: -50px;
  }
}
@media only screen and (max-width: 767px) {
  .call-to-action-area3 ul.shape-group-91 li.shape-1 {
    left: -70px;
  }
}
@media only screen and (max-width: 575px) {
  .call-to-action-area3 ul.shape-group-91 li.shape-1 {
    left: -125px;
  }
}
.call-to-action-area3 ul.shape-group-91 li.shape-2 {
  bottom: 67px;
  right: 184px;
}
@media only screen and (min-width: 1200px) and (max-width: 1299px) {
  .call-to-action-area3 ul.shape-group-91 li.shape-2 {
    right: 30px;
  }
}
@media only screen and (max-width: 1199px) {
  .call-to-action-area3 ul.shape-group-91 li.shape-2 {
    bottom: 0;
    right: -60px;
  }
}
@media only screen and (max-width: 991px) {
  .call-to-action-area3 ul.shape-group-91 li.shape-2 {
    right: -95px;
  }
}
@media only screen and (max-width: 767px) {
  .call-to-action-area3 ul.shape-group-91 li.shape-2 {
    right: -110px;
  }
}
@media only screen and (max-width: 575px) {
  .call-to-action-area3 ul.shape-group-91 li.shape-2 {
    right: -130px;
  }
}
.call-to-action-area3 .btn-fill-dark {
  background-color: var(--color-dark2);
  color: var(--color-white);
  border: 1px solid var(--color-dark2);
  overflow: hidden;
}
.call-to-action-area3 .btn-fill-dark::after {
  content: "";
  height: 300px;
  width: 300px;
  background-color: var(--color-dark);
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%) scale(0);
          transform: translateY(-50%) translateX(-50%) scale(0);
  -webkit-transition: 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: -1;
}
.call-to-action-area3 .btn-fill-dark:hover {
  background-color: var(--color-dark);
  border-color: var(--color-dark);
}
.call-to-action-area3 .btn-fill-dark:hover::after {
  -webkit-transform: translateY(-50%) translateX(-50%) scale(1);
          transform: translateY(-50%) translateX(-50%) scale(1);
}
.call-to-action-area3:hover ul.shape-group-91 li {
  opacity: 0.7;
}

/*-------------------------
   Pricing
-------------------------*/
.pricing-table2 {
  background-color: #E5EEF5;
  padding: 60px 40px;
  border-radius: 30px;
  position: relative;
  margin-bottom: 30px;
  -webkit-transition: var(--transition);
  transition: var(--transition);
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .pricing-table2 {
    padding: 40px 15px;
  }
}
@media only screen and (max-width: 575px) {
  .pricing-table2 {
    padding: 40px 30px;
  }
}
.pricing-table2 .pricing-header {
  border-bottom: 1px solid rgba(18, 20, 29, 0.1);
  text-align: left;
}
.pricing-table2 .pricing-header .title {
  color: var(--color-dark2);
  font-weight: 700;
  font-size: 20px;
  margin-bottom: 8px;
  letter-spacing: -0.045em;
  -webkit-transition: var(--transition);
  transition: var(--transition);
}
@media only screen and (max-width: 1199px) {
  .pricing-table2 .pricing-header .title {
    font-size: 36px;
  }
}
@media only screen and (max-width: 575px) {
  .pricing-table2 .pricing-header .title {
    font-size: 30px;
  }
}
.pricing-table2 .pricing-header .subtitle {
  font-size: 14px;
  color: var(--color-text-dark);
  -webkit-transition: var(--transition);
  transition: var(--transition);
  margin-bottom: 20px;
}
.pricing-table2 .pricing-header .price-wrap {
  border: none;
  padding-top: 20px;
  padding-bottom: 0;
  margin-bottom: 15px;
  font-family: var(--font-primary);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -webkit-transition: var(--transition);
  transition: var(--transition);
}
.pricing-table2 .pricing-header .price-wrap .amount {
  font-size: 60px;
  line-height: 1;
  color: var(--color-text-dark);
  font-weight: 700;
  letter-spacing: -0.045em;
  -webkit-transition: var(--transition);
  transition: var(--transition);
}
@media only screen and (max-width: 1199px) {
  .pricing-table2 .pricing-header .price-wrap .amount {
    font-size: 50px;
  }
}
@media only screen and (max-width: 575px) {
  .pricing-table2 .pricing-header .price-wrap .amount {
    font-size: 40px;
  }
}
.pricing-table2 .pricing-header .price-wrap .duration {
  font-size: 14px;
  font-weight: 500;
  color: var(--color-gray-2);
  margin-left: 8px;
  -webkit-transition: var(--transition);
  transition: var(--transition);
}
.pricing-table2 .pricing-header .price-wrap .monthly-pricing {
  display: none;
}
.pricing-table2 .pricing-body {
  margin-top: 20px;
  margin-bottom: 30px;
}
.pricing-table2 .pricing-body li {
  padding: 10px 0;
  color: var(--color-dark2);
  padding-left: 27px;
  position: relative;
  -webkit-transition: var(--transition);
  transition: var(--transition);
}
.pricing-table2 .pricing-body li:before {
  content: "\f058";
  font-family: var(--font-awesome);
  font-weight: 900;
  position: absolute;
  top: 10px;
  left: 0;
  color: var(--color-primary2);
}
.pricing-table2 .star-icon {
  height: 48px;
  width: 48px;
  line-height: 48px;
  text-align: center;
  color: var(--color-primary);
  background-color: var(--color-accent1);
  border-radius: 50%;
  position: absolute;
  top: 8px;
  right: 10px;
}
.pricing-table2:hover, .pricing-table2.active {
  background-color: var(--color-dark2);
}
.pricing-table2:hover .pricing-header, .pricing-table2.active .pricing-header {
  border-color: rgba(255, 255, 255, 0.1);
}
.pricing-table2:hover .pricing-header .title, .pricing-table2.active .pricing-header .title {
  color: var(--color-white);
}
.pricing-table2:hover .pricing-header .subtitle, .pricing-table2.active .pricing-header .subtitle {
  color: var(--color-white);
}
.pricing-table2:hover .pricing-header .price-wrap .amount, .pricing-table2.active .pricing-header .price-wrap .amount {
  color: var(--color-white);
}
.pricing-table2:hover .pricing-header .price-wrap .duration, .pricing-table2.active .pricing-header .price-wrap .duration {
  color: var(--color-white);
}
.pricing-table2:hover .axil-btn, .pricing-table2.active .axil-btn {
  background-color: var(--color-white);
  border-color: var(--color-white);
  color: var(--color-dark2);
}
.pricing-table2:hover .axil-btn:hover, .pricing-table2.active .axil-btn:hover {
  background-color: var(--color-primary2);
  border-color: var(--color-primary2);
  color: var(--color-dark2);
}
.pricing-table2:hover .pricing-body li, .pricing-table2.active .pricing-body li {
  color: var(--color-white);
}
.pricing-table2.pricing-borderd {
  border: var(--border-light);
}

.pricing-billing-duration {
  text-align: center;
}
.pricing-billing-duration ul {
  list-style: none;
  padding: 5px;
  margin-bottom: 60px;
  border-bottom: none;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: var(--color-white);
  border: 1px solid #E3E6E9;
  border-radius: 110px;
}
.pricing-billing-duration ul .nav-item {
  margin-right: 10px;
  margin-bottom: 0;
  margin-top: 0;
}
.pricing-billing-duration ul .nav-item:last-child {
  margin-right: 0;
}
.pricing-billing-duration ul .nav-link {
  color: var(--color-text-dark);
  font-size: 18px;
  font-weight: 500;
  letter-spacing: -0.025em;
  font-family: var(--font-primary);
  background-color: transparent;
  border: none;
  border-radius: 60px;
  padding: 14px 30px;
}
.pricing-billing-duration ul .nav-link.active {
  background-color: var(--color-primary);
  color: var(--color-white);
}
@media only screen and (max-width: 575px) {
  .pricing-billing-duration ul .nav-link {
    font-size: 15px;
    padding: 12px 25px;
  }
}
.pricing-billing-duration ul .billed-check-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.pricing-billing-duration ul .billed-check-box input {
  height: 0;
  width: 0;
  visibility: hidden;
}
.pricing-billing-duration ul .billed-check-box label {
  cursor: pointer;
  width: 56px;
  height: 24px;
  background-color: var(--color-primary);
  border-radius: 12px;
  position: relative;
}
.pricing-billing-duration ul .billed-check-box label::after {
  content: "";
  position: absolute;
  top: 4px;
  left: 4px;
  width: 16px;
  height: 16px;
  background-color: var(--color-white);
  border-radius: 50%;
  -webkit-transition: var(--transition);
  transition: var(--transition);
}
.pricing-billing-duration ul .billed-check-box input:checked + label:after {
  left: calc(100% - 4px);
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
}

.banner.banner-style-7 {
  padding: 220px 0 210px;
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .banner.banner-style-7 {
    padding: 214px 0 160px;
  }
}
@media only screen and (max-width: 1199px) {
  .banner.banner-style-7 {
    padding: 120px 0 150px;
  }
}
@media only screen and (max-width: 991px) {
  .banner.banner-style-7 {
    padding: 110px 0 80px;
  }
}
@media only screen and (max-width: 767px) {
  .banner.banner-style-7 {
    padding: 120px 0 60px;
  }
}
.banner.banner-style-7 .banner-content {
  position: relative;
  z-index: 1;
  text-align: center;
}
.banner.banner-style-7 .banner-content .subtitle {
  width: 100%;
  font-weight: 400;
  margin-bottom: 40px;
}
.banner.banner-style-7 .banner-content .btn-group {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.banner.banner-style-7 .banner-content .title {
  margin-bottom: 30px;
}
@media only screen and (max-width: 991px) {
  .banner.banner-style-7 .banner-content .title {
    margin-bottom: 20px;
  }
}
.banner.banner-style-7 .shape-group-26 .shape {
  position: absolute;
  z-index: -1;
}
.banner.banner-style-7 .shape-group-26 .shape.shape-1 {
  top: 225px;
  left: 120px;
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .banner.banner-style-7 .shape-group-26 .shape.shape-1 {
    left: 94px;
  }
}
.banner.banner-style-7 .shape-group-26 .shape.shape-2 {
  top: 284px;
  right: 250px;
  text-align: right;
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .banner.banner-style-7 .shape-group-26 .shape.shape-2 {
    right: 223px;
  }
}
.banner.banner-style-7 .shape-group-26 .shape.shape-3 {
  top: 284px;
  left: 250px;
  z-index: 2;
  text-align: right;
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .banner.banner-style-7 .shape-group-26 .shape.shape-3 {
    left: 223px;
  }
}
@media only screen and (max-width: 767px) {
  .banner.banner-style-7 .shape-group-26 .shape.shape-3 img {
    width: 40%;
  }
}
.banner.banner-style-7 .shape-group-26 .shape.shape-4 {
  top: 436px;
  left: 121px;
  /* animation: movingleftright1 infinite 25000ms;  */
}
.banner.banner-style-7 .shape-group-26 .shape.shape-5 {
  top: 389px;
  right: 351px;
  /* animation: movingleftright3 infinite 20000ms;  */
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .banner.banner-style-7 .shape-group-26 .shape.shape-5 {
    right: 266px;
  }
}
.banner.banner-style-7 .shape-group-26 .shape.shape-6 {
  top: 443px;
  left: 405px;
}
.banner.banner-style-7 .shape-group-26 .shape.shape-7 {
  right: 146px;
  top: 403px;
}
@media only screen and (max-width: 991px) {
  .banner.banner-style-7 .shape-group-26 .shape.shape-7 {
    top: 602px;
    left: 244px;
  }
}
.banner.banner-style-7 .shape-group-26 .shape.shape-8 {
  right: 310px;
  top: 578px;
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .banner.banner-style-7 .shape-group-26 .shape.shape-8 {
    right: 212px;
    top: 575px;
  }
}
.banner.banner-style-7 .shape-group-26 .shape.shape-9 {
  top: 569px;
  left: 290px;
}
@media only screen and (max-width: 991px) {
  .banner.banner-style-7 .shape-group-26 .shape.shape-9 {
    top: 590px;
    left: 244px;
  }
}
.banner.banner-style-7 .shape-group-26 .shape.shape-10 {
  top: 212px;
  right: 120px;
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .banner.banner-style-7 .shape-group-26 .shape.shape-10 {
    right: 100px;
  }
}
.banner.banner-style-7 .shape-group-26 .shape.shape-11 {
  top: 204px;
  left: 467px;
  right: 0;
  margin: auto;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.review-grid-1 {
  padding: 40px 30px;
  border: none;
  -webkit-transition: var(--transition);
  transition: var(--transition);
  position: relative;
  background-color: #fff;
  border-radius: 30px;
  margin-bottom: 20px;
}
.review-grid-1 p.subtitle {
  font-size: 18px;
  color: var(--color-text-dark);
  font-family: var(--font-primary);
  margin-bottom: 30px;
  line-height: 24px;
  font-weight: 500;
  margin-top: 30px;
}
.review-grid-1 .author-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 0;
}
.review-grid-1 .author-info .thumb {
  width: 41px;
  height: 41px;
}
.review-grid-1 .author-info .thumb img {
  border-radius: 50%;
}
.review-grid-1 .author-info .content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-left: 10px;
}
.review-grid-1 .author-info .content span {
  display: block;
}
.review-grid-1 .author-info .content .name {
  font-weight: 500;
  color: var(--color-text-dark);
  letter-spacing: -0.04em;
  margin-bottom: 0;
  font-size: 16px;
}
.review-grid-1 .author-info .content .designation {
  font-size: 13px;
  color: var(--color-gray-2);
  font-weight: 400;
}
.review-grid-1:hover, .review-grid-1.active {
  border-color: var(--color-primary);
}

.about-expert-wrp {
  position: relative;
}
.about-expert-wrp .youtube-popup-expert {
  background-color: transparent;
  padding: 74px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  border-radius: 40px;
  position: relative;
}
.about-expert-wrp .thumbnail {
  position: relative;
  display: inline-block;
}
.about-expert-wrp .thumbnail .thumbnail-holder {
  border-radius: 10px;
  background-color: transparent;
  padding: 0;
  overflow: hidden;
}
.about-expert-wrp .thumbnail img {
  border-radius: 6px;
}
.about-expert-wrp .thumbnail .popup-video {
  text-align: center;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.about-expert-wrp .thumbnail .popup-video .play-btn {
  height: 60px;
  width: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #fff;
  border-radius: 50%;
  margin: 0 auto;
  font-size: 20px;
  color: var(--color-dark);
  -webkit-transition: var(--transition);
  transition: var(--transition);
}
.about-expert-wrp .thumbnail .popup-video .play-btn:hover {
  background-color: var(--color-primary);
  color: #fff;
}
.about-expert-wrp .shape-group-110 .shape {
  position: absolute;
  z-index: 1;
}
.about-expert-wrp .shape-group-110 .shape.shape-1 {
  top: 61px;
  left: -25px;
}
.about-expert-wrp .shape-group-110 .shape.shape-2 {
  top: 0;
  left: 0;
  text-align: center;
  right: 0;
}
.about-expert-wrp .shape-group-110 .shape.shape-3 {
  top: 50%;
  right: -71px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.about-expert-wrp .shape-group-110 .shape.shape-4 {
  bottom: 0;
  right: 61px;
}
.about-expert-wrp .shape-group-110 .shape.shape-6 {
  bottom: 0;
  right: 61px;
}
.about-expert-wrp .shape-group-110 .shape.shape-6 img {
  width: 300px;
}

.archive .blog-list {
  margin-bottom: 40px;
}

.bg-color-light-new .testimonial-grid.testimonial-light p {
  color: #000 !important;
}
.bg-color-light-new .testimonial-grid .author-info .content .name {
  color: #000 !important;
}

.bg-color-light-new.customer-review-area .section-heading .title {
  color: #000 !important;
}
.bg-color-light-new.customer-review-area .section-heading p {
  color: #000 !important;
}

span.wpcf7-not-valid-tip {
  display: none;
}

.wpcf7-not-valid {
  border: 2px solid #f00 !important;
}

.custom-input-checkbox {
  position: inherit !important;
  margin: 0px !important;
  display: inline-block;
  position: relative;
  padding-left: 20px !important;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.custom-input-checkbox .wpcf7-not-valid {
  border: none !important;
}
.custom-input-checkbox .wpcf7-not-valid .wpcf7-list-item-label:before {
  border: 2px solid #f00;
}
.custom-input-checkbox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
.custom-input-checkbox input:checked ~ .checkmark {
  background-color: #f92c8b;
  border: 2px solid #f92c8b;
}
.custom-input-checkbox input:checked ~ .checkmark:after {
  display: block;
}
.custom-input-checkbox input:checked + .wpcf7-list-item-label:before {
  background-color: #f92c8b;
  border: 2px solid #f92c8b;
}
.custom-input-checkbox input:checked + .wpcf7-list-item-label:after {
  display: block;
}
.custom-input-checkbox:hover input ~ .checkmark {
  border: 2px solid #f92c8b;
}
.custom-input-checkbox:hover input + .wpcf7-list-item-label:before {
  border: 2px solid #f92c8b;
}
.custom-input-checkbox .checkmark:after {
  left: 6px;
  top: 3px;
  width: 6px;
  height: 11px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.custom-input-checkbox .wpcf7-list-item-label:after {
  left: 6px;
  top: 3px;
  width: 6px;
  height: 11px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  left: -12px;
  top: 7px;
}
.custom-input-checkbox .wpcf7-list-item-label:before {
  position: absolute;
  left: -20px;
}

.request-quote-main .form-main {
  display: inline-block;
  width: 100%;
}
.request-quote-main .form-main ul li.w33 {
  width: 33.33%;
  float: left;
}
.request-quote-main .form-main ul li .btn {
  padding: 15px 36px;
  min-width: 326px;
  margin-top: 10px;
}
.request-quote-main textarea.form-control {
  /*border: 2px solid #d5dadb;
  height: auto !important;
  padding: 15px !important;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;*/
}
.request-quote-main .form-control.change {
  border: 2px solid #d5dadb !important;
  border-width: 2px;
  padding: 0px 15px;
  height: 44px;
}
.request-quote-main label.label-file strong {
  background-color: #f92c8b;
}
.request-quote-main .label-file {
  border: 1px solid #f92c8b;
}
.request-quote-main .wpcf7-spinner {
  margin-top: 10px;
}
.request-quote-main p:empty {
  display: none;
}

.custom-input-radio {
  position: inherit !important;
  margin: 0px !important;
  display: inline-block;
  position: relative;
  padding-left: 35px !important;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.custom-input-radio input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
.custom-input-radio input:checked ~ .checkmark {
  background-color: #f92c8b;
  border: 2px solid #f92c8b;
}
.custom-input-radio input:checked ~ .checkmark:after {
  display: block;
}
.custom-input-radio input:checked + .wpcf7-list-item-label:before {
  background-color: #f92c8b;
  border: 2px solid #f92c8b;
}
.custom-input-radio input:checked + .wpcf7-list-item-label:after {
  display: block;
}
.custom-input-radio:hover input ~ .checkmark {
  border: 2px solid #f92c8b;
}
.custom-input-radio:hover input + .wpcf7-list-item-label:before {
  border: 2px solid #f92c8b;
}
.custom-input-radio .wpcf7-list-item-label:after {
  content: "";
  position: absolute;
  display: none;
  left: 6px;
  top: 3px;
  width: 6px;
  height: 11px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  left: -12px;
  top: 4px;
}
.custom-input-radio .wpcf7-list-item-label:before {
  position: absolute;
  left: -20px;
}
.custom-input-radio .checkmark {
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
}
.custom-input-radio .checkmark:after {
  left: 6px;
  top: 3px;
  width: 6px;
  height: 11px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  left: 3px;
  top: 3px;
  width: 12px;
  height: 12px;
  background-color: #fff;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
}

.file-section .label-file {
  margin-top: 0px;
}
.file-section h2 {
  margin-top: 20px;
  margin-bottom: 10px;
}

.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 22px !important;
  width: 22px !important;
  background-color: transparent;
  border: 2px solid #d5dadb;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
}
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

.wpcf7-list-item-label:before {
  position: absolute;
  top: 3px;
  left: 0;
  height: 22px !important;
  width: 22px !important;
  background-color: transparent;
  border: 2px solid #cdcdcd;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
}

.quote-form-title em {
  font-size: 12px;
}

.request-quote-popup {
  display: none;
  width: 380px;
  padding: 20px;
  overflow: hidden;
  min-height: 186px;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  background-color: var(--color-link-hover);
  color: #fff;
  -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 0 30px rgba(0, 0, 0, 0.3);
  position: fixed;
  right: 20px;
  bottom: 20px;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.3);
  z-index: 9999;
}
.request-quote-popup p {
  margin-bottom: 15px;
}
.request-quote-popup .axil-btn.btn-large {
  padding: 8px 15px;
  border-radius: 10px;
}
.request-quote-popup .axil-btn {
  background-color: var(--color-link);
  color: #fff;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.request-quote-popup .axil-btn i {
  font-size: 20px;
  position: relative;
  top: 2px;
  margin-left: 4px;
  font-size: 20px;
  position: relative;
  top: 2px;
  margin-left: 4px;
}
.request-quote-popup .axil-btn:hover {
  background-color: #060432;
  border-color: #060432;
  color: #fff;
}
.request-quote-popup .axil-btn:focus {
  background-color: #060432;
  border-color: #060432;
  color: #fff;
}

.request-quote-popup-inner {
  width: 100%;
  float: left;
}
.request-quote-popup-inner:before {
  content: "";
  position: absolute;
  right: 0px;
  bottom: 0px;
  background: url(/wp-content/themes/abstrak-child/images/request-quote-img.png) no-repeat;
  width: 205px;
  height: 172px;
}

.request-quote-popup-text {
  width: 100%;
  display: inline-block;
  max-width: 260px;
  font-size: 16px;
  line-height: 22px;
  font-weight: 400;
}
.request-quote-popup-text h2 {
  color: #fff;
  font-size: 22px;
  line-height: 20px;
}

.close-btn {
  width: 21px;
  height: 21px;
  cursor: pointer;
  background: url(/wp-content/themes/abstrak-child/images/services-image.png) no-repeat -332px -260px;
  position: absolute;
  right: 8px;
  top: 8px;
  z-index: 2;
}

.fa-arrow-circle-o-right::before {
  content: "\f18e";
  font-size: 20px;
}

.changes-request-quote {
  background: #f92c8b;
}

.request-quote-popup.changes-request-quote .btn:hover {
  background-color: #4843d2;
  border-color: #4843d2;
}
.request-quote-popup.changes-request-quote .btn:focus {
  background-color: #4843d2;
  border-color: #4843d2;
}


.request-quote-main .quote-form-title h2, .request-quote-main .quote-form-title .h2 {
  line-height: 38px;
  font-size: 30px;
}
.request-quote-main .quote-form-title p {
  margin-bottom: 25px;
  color:#4843d2;
}
.request-new-form.request-quote-main .quote-form-title p {
  margin-bottom: 10px;
}
.request-quote-main input {
  height: 60px;
}
.request-quote-main input[type=checkbox] {
  height: auto;
}
.request-quote-main .custom-input-checkbox {
  font-size: 18px;
}
.request-quote-main .error-checkbox {
  margin-top: 20px;
  margin-bottom: 20px;
}

.request-quote-main .form-main .browse-btn-main li {
  margin-top: 0 !important;
  padding-top: 0 !important;
}
.request-quote-main .form-main .recaptch-error {
  margin-top: 30px;
  margin-bottom: 30px;
}
.request-quote-main .form-main label.label-file {
  margin-left: 0;
  position: relative;
  margin-bottom: 0;
  cursor: pointer;
  margin-top: 20px;
  border: 2px solid #e5e5e5;
  font-size: 13px;
  font-weight: 400;
  z-index: 1;
  color: #20292f;
  line-height: normal;
  background-color: #FFF;
  width: 100%;
  margin-bottom: 20px;
  border-radius: 12px;
}
.request-quote-main .form-main label.label-file span {
  width: 100% !important;
  float: none !important;
  min-height: 2em;
  display: inline-block;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  vertical-align: top;
  padding: 1rem 1.25rem;
  height: 50px;
}
.request-quote-main .form-main label.label-file strong {
  height: 100%;
  color: #000;
  display: inline-block;
  float: right;
  background-color: #e5e5e5;
  padding: 1rem 1.25rem;
  position: absolute;
  right: 0;
  top: 0;
  border-radius: 0 10px 10px 0;
}
.request-quote-main .browse-btn-main {
  float: left;
  width: 100%;
}
.request-quote-main .inputfile {
  display: block;
  width: 0.1px !important;
  height: 0.1px !important;
  opacity: 0 !important;
  overflow: hidden !important;
  position: absolute !important;
  z-index: -1 !important;
}

.single-axil-projects .section-padding {
  padding-top: 0;
}
.single-axil-projects .section-padding .container {
  max-width: 1060px;
}
.single-axil-projects .project-details .project-more-details h2 {
  color: #000;
}
.single-axil-projects .project-details .project-more-details h3 {
  font-size: 20px;
  line-height: 30px;
  margin-top: 15px;
  margin-bottom: 10px;
}
.single-axil-projects .project-details .project-more-details p {
  margin-bottom: 20px;
}
.single-axil-projects .project-details .my-responsibilities-sec h4 {
  margin-top: 10px;
  margin-bottom: 15px;
}
.single-axil-projects .project-details .my-responsibilities-sec ul {
  list-style: none;
}
.single-axil-projects .project-details .my-responsibilities-sec ul li {
  font-size: var(--font-body-2);
  line-height: 1.7;
  color: var(--color-body);
}
.single-axil-projects .project-details .my-responsibilities-sec ul li::before {
  content: "\f2f8";
  font-weight: 400;
  font-size: 14px;
  position: absolute;
  left: 0px;
  margin-top: 1px;
  font-family: "Font Awesome 5 Pro";
  color: var(--color-link);
}
.single-axil-projects .project-details .my-responsibilities-sec .axil-btn {
  text-decoration: none;
}
.single-axil-projects .project-testimonial-sec {
  position: relative;
}
.project-testimonial-section {
margin-top: 30px !important;	
}
.single-axil-projects .project-testimonial-sec:before, .project-testimonial-section:before {
  content: "TESTIMONIAL";
  position: absolute;
  left: 0;
  right: 0;
  top: -112px;
  font-weight: 700;
  font-size: 100px;
  margin: 0 auto;
  text-align: center;
  z-index: 0;
  opacity: 0.05;
}
.single-axil-projects .project-testimonial-sec .elementor-testimonial-content {
  font-size: 18px !important;
  line-height: 1.5 !important;
  color: var(--color-body);
  font-family: var(--font-primary);
  letter-spacing: 0.5px !important;
  margin-bottom: 25px;
}

.elementor-widget-text-editor {
  color: var(--color-body);
}

.testimonial-grid {
  padding: 30px;
  border-radius: 20px;
  border: 1px solid #cecece;
}
.bg-color-dark .testimonial-grid.testimonial-light {   
border: 1px solid #1a2053;
}
.testimonial-grid:hover, .testimonial-grid.active {
  border-top-color: #cecece;
}
.page-frontend-developer .testimonial-grid {
  padding: 0 15px 0 0;
  border: none;
}
.page-testimonials .testimonial-grid { margin-bottom: 30px; }
@media only screen and (min-width: 768px) {
.services-grid {
  display: block;
}
.services-grid .thumbnail {
  margin-bottom: 20px;
}
}
.services-grid .content .title br { display: none; }

footer { background: #060432; border-top: 2px solid rgba(255,255,255,.1); position: relative; }
footer .container { position: relative; z-index: 2; }
.footer-top { border-bottom: 1px solid rgba(255,255,255,.1); border: none; position: relative; }
.footer-top::after { content: "FOLLOW ME"; position: absolute; left: 0; right: 0; text-align: center; top: -40px; z-index: -4; color: #15133e; font-size: 134px; font-weight: 700; }
.footer-social-link ul li { padding: 0 15px; }
.footer-social-link ul li a { width: 46px; height: 46px; line-height: 47px; font-size: 18px; }
.footer-widget .widget-title { color: #fff; }
.widget.widget_nav_menu ul li a { color: #c4c3cc; }
footer .footer-main a::after { color: #f7006b; }
.footer-bottom { border-top: 1px solid rgba(255,255,255,.1); text-align: center; }
.widget.widget_nav_menu ul li a:hover { color: #f7006b !important; } 
footer .footer-main a::before { background-color: #f7006b; } 
.footer-copyright .copyright-text { color: #c4c3cc; }
.footer-copyright .copyright-text a { color: #c4c3cc; }
footer { overflow: hidden; }
footer .list-unstyled.shape-group-10 { position: absolute; left: 0; top: 0; width: 100%; z-index: 1; }
footer .shape-group-10 .shape img {width: auto;}
footer .shape-group-10 .shape.shape-1 { top: 80px; right: 0; opacity: .2; }
footer .shape-group-10 .shape.shape-2 { top: 140px; left: 0; bottom: inherit; }
footer .shape-group-10 .shape.shape-3 { top: 480px; left: 110px;}




/* New Project Single - 02-10-2023 */
.project-single-hero, .new-innerpage-hero{height:100vh}
.project-single-hero.elementor-section .elementor-container, .new-innerpage-hero.elementor-section .elementor-container{height:100%}
.project-single-hero .breadcrum-area .row.align-items-center .col-lg-6{width:100%}
.project-single-hero .breadcrum-area, .new-innerpage-hero .breadcrum-area{background: none !important;}
.project-single-hero .breadcrum-area::before, .new-innerpage-hero .breadcrum-area:before{display:none !important; background-image: none !important;}
.project-single-hero .breadcrum-area .row.align-items-center, .new-innerpage-hero .breadcrum-area .row.align-items-center { align-items: flex-end !important;}
.project-single-hero .breadcrumb-banner .section-heading h1, .project-single-hero .breadcrumb-banner .section-heading h2, .new-innerpage-hero .breadcrumb-banner .section-heading h2 { font-size:72px;line-height:1.2}
.project-single-hero .breadcrumb-banner .section-heading ul, .new-innerpage-hero .breadcrumb-banner .section-heading ul { margin: 0; display: flex; flex-wrap: wrap; padding: 0; align-items: center;}
.project-single-hero .breadcrumb-banner .section-heading ul li, .new-innerpage-hero .breadcrumb-banner .section-heading ul li{ margin: 0;color:#FFF; padding: 0 20px !important; position: relative; list-style: none; font-size:24px;font-weight:700;line-height:30px;}
/*.project-single-hero .breadcrumb-banner .section-heading ul li:first-child, .new-innerpage-hero .breadcrumb-banner .section-heading ul li:first-child{padding-left:0}
.project-single-hero .breadcrumb-banner .section-heading ul li:first-child:before, .new-innerpage-hero .breadcrumb-banner .section-heading ul li:first-child:before{display:none}*/
.project-single-hero .breadcrumb-banner .section-heading ul li:before, .new-innerpage-hero .breadcrumb-banner .section-heading ul li:before { content: "\f111"; font-weight: 900; font-size: 7px; position: absolute; left: 0px; margin-top: 1px; font-family: "Font Awesome 5 Pro"; color: var(--color-link);}
.btn-with-icon{display: inline-flex; justify-content: flex-start; align-items: center; gap: 1rem; position: relative; font-size: 14px; white-space: nowrap; cursor: pointer; transition: .3s; color: currentColor;}
.btn-with-icon .btn-icon { display: flex; align-items: center; justify-content: center; padding: 0 1rem; height: 40px; overflow: hidden; background: #eceae8; color: #222; border-radius: 1.25rem; transition: width .6s cubic-bezier(.215,.61,.355,1),background-color .3s cubic-bezier(.25,.46,.45,.94),color .3s cubic-bezier(.25,.46,.45,.94); }
.btn-with-icon .btn-icon .btn-icon-main{display: flex; justify-content: flex-end; align-items: center; width: 20px; height: 12px; overflow: hidden; transition: width .6s cubic-bezier(.215,.61,.355,1);}
.btn-with-icon .btn-icon .btn-icon-main .btn-arrow{display: flex; align-items: center; width: 40px; height: 12px;}
.btn-with-icon:hover .btn-icon, .btn-with-icon:focus .btn-icon { background: #464645; color: #fcfaf8;}
.btn-with-icon:hover .btn-icon-main, .btn-with-icon:focus .btn-icon-main { width: 30px;}
.btn-with-icon:hover, .btn-with-icon:focus{color:#F7006B}
.project-info-section .right h2{font-size:26px;line-height: 1.2; margin-bottom: 24px;}
.project-info-section p { margin-bottom: 20px;}

.title-width-icon h2{font-size:20px;font-weight:400 !important;color:#000000 !important;position: relative; padding:10px 0px 10px 37px; margin-bottom: 26px; background: url(../images/title-icon.svg) no-repeat; background-size: 26px auto !important; background-position: center left;}
.project-info-section .left ul{margin: 0 -4px 24px -4px; display: flex; flex-wrap: wrap; padding: 0; align-items: center;}
.project-info-section .left ul li{ margin: 4px; padding: 5px 20px; position: relative; list-style: none; border:1px solid #464645; border-radius:30px ; -webkit-border-radius:30px ; -moz-border-radius:30px ; -ms-border-radius:30px ; -o-border-radius:30px ; }
.project-info-section .right .elementor-widget-container{padding-left: 64px ;}
.project-full-img img{width:100%;height: 100%; object-fit: cover;}

.project-requirements-section .left, .project-requirements-section .right{position: relative; z-index: 1;}
.project-requirements-section .left .elementor-widget-wrap.elementor-element-populated{margin-right: 54px;}
.project-requirements-section .left .elementor-element-populated{position: relative;}
.project-requirements-section .left .elementor-element-populated:after{content:"";height:1px;background-color: var(--color-ghost); position: absolute;top:23px;right:0px;left:15px;z-index: -1;}
@media only screen and (min-width: 768px) {
.project-requirements-section .left .elementor-element-populated:before{content:"";width:1px;background-color: var(--color-ghost); position: absolute;bottom: 0; top:23px;right:0px;z-index: -1;}
}

.project-requirements-section .right .elementor-widget-container{text-align:center}
.project-requirements-section .right img{max-width:100%;}
.project-requirements-section ul li::before, .custom-list ul li:before {content: "\f2f8"; font-weight: 400; font-size: 14px; position: absolute; left: 0px; margin-top: 3px; font-family: "Font Awesome 5 Pro"; color:var(--color-primary);}
.project-requirements-section ul li, .custom-list ul li{list-style:none;padding-right: 24px;}
.project-requirements-section ul, .custom-list ul {margin: 0;}
.project-requirements-section ul li:last-child, .custom-list ul li:last-child{margin-bottom:0;}
.project-requirements-section .title-width-icon h2{display:inline-block;font-size:26px;padding: 10px 37px 10px 0px;background-color:#FFFFFF;margin-bottom: 6px;background-position: center right;}

.project-requirements-section.what-they-got .elementor-container.elementor-column-gap-default{flex-direction: row-reverse;}
.project-requirements-section.what-they-got .left .elementor-widget-wrap.elementor-element-populated{ padding-right: 15px;}
.project-requirements-section.what-they-got .left .elementor-widget-wrap.elementor-element-populated{ margin-left: 54px; margin-right: 0;}
.project-requirements-section.what-they-got:after{content:""; position: absolute;height:100px;left: 0;right:0;bottom:0; background: rgb(6,0,0);
  background: -moz-linear-gradient(0deg, rgba(6,0,0,1) 0%, rgba(6,0,0,0) 100%);
  background: -webkit-linear-gradient(0deg, rgba(6,0,0,1) 0%, rgba(6,0,0,0) 100%);
  background: linear-gradient(0deg, rgba(6,0,0,1) 0%, rgba(6,0,0,0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#060000",endColorstr="#060000",GradientType=1); opacity: 0.14;}

.project-testimonial-section .elementor-testimonial-wrapper{max-width:642px;margin: 0 auto;}
.project-testimonial-section .elementor-testimonial-name{margin-bottom:6px}
.project-testimonial-section .elementor-testimonial-content{padding-top:64px;position: relative;}
.project-testimonial-section .elementor-testimonial-content:before{content:"";width:55px;height:42px; margin: 0 auto; background: url(../images/quote-icon.png) no-repeat; background-size: 100% !important; background-position: center left; position: absolute;top:0;left:0;right:0}

.project-counter-section .elementor-container{border-top:1px solid #e4e4e4;padding-top: 15px;}
.project-counter-section .counterup-progress .icon i{font-size:30px !important;}
.project-counter-section .counterup-progress{padding-top: 30px !important;border:none !important}
.project-counter-section .counterup-progress:hover, .project-counter-section .counterup-progress.active{background: transparent !important;border:none !important}

/**/
.page-builder-expert-hero.new-innerpage-hero .breadcrumb-banner .section-heading ul{width:990px}
.page-builder-expert-top-section.elementor-section.elementor-section-boxed > .elementor-container{/*max-width:1000px;*/}
.page-builder-expert-top-section, .builder-info-section, .theme-developer-info-section, .hire-theme-developer-info-section {font-size:18px;line-height:26px}
.page-builder-expert-top-section p, .builder-info-section p, .theme-developer-info-section p, .hire-theme-developer-info-section p{margin-bottom: 26px; font-size:18px;line-height:26px}
.page-builder-expert-top-section p:last-child, .builder-info-section p:last-child{margin-bottom: 0px;}
.custom-list ul{margin-bottom: 26px;position: relative; padding-left: 0;}
.custom-list ul li{padding-right:0;padding-left: 22px;}
.custom-list ul li:before{margin-top: 0;}
.full-img img{width:100%;height: auto; object-fit: cover;}

.builder-info-section .title-width-icon h2{margin-bottom: 10px;}
.builder-info-section .custom-list ul{margin-left: 6px;}
.builder-info-section h3{font-size:26px;margin-top: 0px; margin-bottom: 15px;}
.builder-info-section .builder-info-left .elementor-widget-container{padding-right: 31px; }
.builder-info-section.bottom-part .elementor-container { border-top: 1px solid #e4e4e4; padding-top: 46px;}

.hire-theme-developer-info-section h3{margin: 0 0 15px 0;}
.hire-theme-developer-info-section h5{margin: 31px 0 10px 0;}
.hire-theme-developer-info-section .custom-list ul {display: flex;flex-wrap: wrap;margin:0}
.hire-theme-developer-info-section .custom-list ul li{width: 33.33%; position: relative; margin: 5px 0;padding-right: 26px;}


.portfolio-block .portfolio-technologies ul{margin: 22px -4px 24px -4px; display: flex; flex-wrap: wrap; padding: 0; align-items: center;}
.portfolio-block .portfolio-technologies li{ margin: 4px; padding: 5px 20px; position: relative; list-style: none; background-color:rgba(0, 0, 0, 0.5); color:#FFFFFF; border-radius:30px ; -webkit-border-radius:30px ; -moz-border-radius:30px ; -ms-border-radius:30px ; -o-border-radius:30px ; }
.portfolio-heading h1, .portfolio-heading h2{color:#FFFFFF;font-size: 72px; line-height: 1.2;text-shadow: 2px 2px 0px rgba(0,0,0,0.3);}

.portfolio-block .portfolio-heading ul { margin: 0; display: flex; flex-wrap: wrap; padding: 0; align-items: center;}
.portfolio-block .portfolio-heading ul li{ margin: 0;color:#FFF; padding: 0 20px; position: relative; list-style: none; font-size:24px;font-weight:700;line-height:30px;text-shadow: 2px 2px 0px rgba(0,0,0,0.3);}
.portfolio-block .portfolio-heading ul li:first-child{padding-left:0}
.portfolio-block .portfolio-heading ul li:first-child:before{display:none}
.portfolio-block .portfolio-heading ul li:before { content: "\f111"; font-weight: 900; font-size: 7px; position: absolute; left: 0px; margin-top: 1px; font-family: "Font Awesome 5 Pro"; color: rgb(247, 0, 107);}

.portfolio-block .elementor-button-link .elementor-button-icon svg {width: 22px;}
.portfolio-block{ margin-bottom: 30px; position: relative; }
.portfolio-block:last-child{ margin-bottom: 0px; }
.portfolio-block .elementor-container{ z-index:1; }
.portfolio-block:after{content:"";position: absolute;left:0;bottom:0;width:100%;height:50%;opacity: 0.4; background: rgb(6,0,0);
  background: -moz-linear-gradient(0deg, rgba(6,0,0,1) 0%, rgba(6,0,0,0) 100%);
  background: -webkit-linear-gradient(0deg, rgba(6,0,0,1) 0%, rgba(6,0,0,0) 100%);
  background: linear-gradient(0deg, rgba(6,0,0,1) 0%, rgba(6,0,0,0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#060000",endColorstr="#060000",GradientType=1); }
.megamenu-sub-menu .axil-btn.btn-fill-primary { background-color: var(--color-secondary); border-radius: 10px; padding: 15px 20px 16px 20px !important; }  
.megamenu-sub-menu .axil-btn.btn-fill-primary:hover { background-color: var(--color-primary); border-color: var(--color-primary) !important; }
.megamenu-sub-menu .axil-btn.btn-fill-primary:hover::after { background-color: var(--color-primary) !important; border-color: var(--color-primary) !important; }
.more-project-btn .axil-btn.btn-fill-white { -webkit-box-shadow: none; box-shadow: none; }
.project-single-hero .top-hero-banner .breadcrum-area { position: relative; }
.project-single-hero .top-hero-banner .breadcrum-area::after { content: ""; position: absolute; left: 0; bottom: 0; width: 100%; height: 100%; opacity: 0.4; background: rgb(6,0,0);
  background: -moz-linear-gradient(0deg, rgba(6,0,0,1) 0%, rgba(6,0,0,0) 100%);
  background: -webkit-linear-gradient(0deg, rgba(6,0,0,1) 0%, rgba(6,0,0,0) 100%);
  background: linear-gradient(0deg, rgba(6,0,0,1) 0%, rgba(6,0,0,0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#060000",endColorstr="#060000",GradientType=1);
}
.project-single-hero .top-hero-banner .breadcrum-area .container { position: relative; z-index: 2; }
.project-single-hero .top-hero-banner .breadcrumb-banner .section-heading .title { text-shadow: 2px 2px 0px rgba(0,0,0,0.3); }
.project-single-hero .top-hero-banner .breadcrumb-banner .section-heading ul li, .new-innerpage-hero .top-hero-banner .breadcrumb-banner .section-heading ul li { text-shadow: 2px 2px 0px rgba(0,0,0,0.3); }
.cas-new-sec .axil-btn.btn-fill-primary:hover { color: #000; background-color: #fcc233; border-color: #fcc233 !important; }
.cas-new-sec .axil-btn.btn-fill-primary:hover::after { background-color: #fcc233 !important; border-color: #fcc233 !important; }
.service-li-listing p { margin-bottom: 20px; }
.service-li-listing div { font-size: var(--font-body-1); }
.service-li-listing ul { margin-bottom: 20px; }
.service-li-listing ul li::before { margin-top: 3px; }
.service-li-listing ul li { margin-bottom: 4px !important; margin-top: 4px !important; }
.case-study-testimonial-sec:before { display: none; }
.services-top-services .services-grid .content h3.title { color: #fff !important; }
.service-scroll-nav { position: relative !important; top: 1px !important; padding-top: 35px !important; z-index: inherit !important; }
.about-right-btn { text-align: right; }
.design-startup-movement-sec.pt-0 .section-padding { padding-top: 1px }
.about-me-top .no-space-bottom p { padding-bottom: 0; margin-bottom: 0; }

.blog-single-pagination-sec { margin-top: 40px; /*padding-top: 55px; border-top: 1px solid #e5e5e5;*/ }
.blog-single-pagination-sec .post-thumbnail { margin-bottom: 0; }
.blog-single-pagination-sec .blog-list h2.blog-title.title { margin-top: 0; font-size: 20px; line-height: 32px; margin-bottom: 0; }
.blog-single-pagination-sec .blog-list .post-content { margin-top: 20px; }
.blog-single-pagination-sec .aligncenter { position: absolute; top: 50%; text-align: center; /*left:0; right:0;*/ transform: translateY(-50%); -moz-transform: translateY(-50%); -ms-transform: translateY(-50%); -webkit-transform: translateY(-50%); }
/*.blog-single-pagination-sec .aligncenter .axil-btn { margin-bottom: 0; }*/
.blog-single-pagination-sec .col-xl-6:first-child .aligncenter { left: 20px; }
.blog-single-pagination-sec .col-xl-6:last-child .aligncenter { right: 20px; }
.blog-single-pagination-sec .aligncenter span { width: 42px; height: 42px; position: relative; }
.blog-single-pagination-sec .aligncenter span:after { content:""; position:absolute; left:0; right:0; top: 2px; width: 36px; height: 36px; background: #fff; border-radius: 60px; margin-left: 4px; margin-top: 4px; }
.blog-single-pagination-sec .aligncenter span svg { position: relative; z-index: 1; border: 2px solid #fff; border-radius: 100%; box-shadow: 3px 6px 5px rgba(0,0,0,.2); }

/*.blog-single-pagination-sec .col-xl-6:first-child .aligncenter span { border-radius: 0 10px 10px 0; }
.blog-single-pagination-sec .col-xl-6:last-child .aligncenter span { border-radius: 10px 0 0 10px; }*/

.blog-single-pagination-sec .blog-list .post-content { margin-left: auto; margin-right: auto; text-align: center; }
.blog-single-pagination-sec .aligncenter span svg path { fill: var(--color-primary); }
.blog-list:hover .aligncenter span svg path { fill: var(--color-secondary) }
.blog-single-pagination-sec .col-xl-6:first-child .aligncenter span { border-radius: 0 10px 10px 0; }
.blog-single-pagination-sec .col-xl-6:last-child .aligncenter span { border-radius: 10px 0 0 10px; }
.blog-single-pagination-sec .blog-list:hover .post-thumbnail a img, .blog-single-pagination-sec .blog-list .post-thumbnail a img {
  transform: scale(1.0);
}
.blog-single-pagination-sec .blog-list:hover .post-thumbnail a img{
  transform: scale(1.1);
}
.blog-single-pagination-sec .col-xl-6:last-child .blog-list { padding-right:0; padding-left: 20px; }


.project-grid.project-single-category-sec {
    text-align: center;
    font-weight: normal;
	margin-bottom: 25px;
}
.single-axil-projects .axil-projects .entry-content {
    margin-top: 0;
}
.single-post .single-blog .axil-btn {
  margin-top: 30px; padding-left: 30px; padding-right: 30px; 
}
.blog-table-layout {
  margin-top: 12px;
  margin-bottom: 15px;
}
.request-new-form .form-main li span {
  margin-top: 0 !important;
}
.request-new-form .form-main label.label-file { margin-top: 0; }

.more-btn {
  font-weight: 500;
  position: relative;
}
.blog-list .more-btn::before {
  content: "";
  width: 0;
  height: 1px;
  background-color: var(--color-link);
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  opacity: 0;
  -webkit-transition: var(--transition);
  transition: var(--transition);
}
.blog-list:hover .more-btn { padding-left: 50px; }
.blog-list:hover .more-btn::before { width: 34px; opacity: 1; }
.blog-list .more-btn:hover::before { background-color: var(--color-link-hover) !important ; }
.single-post .single-blog p .axil-btn.blog_btn_1{margin-top:0px; margin-bottom:0px;}

.project-single-gallery-sec .elementor-swiper-button i {
  background: rgba(0,0,0,.65);
  padding: 0;
  border-radius: 20px;
  font-size: 18px;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  color: #fff;
}
.project-single-gallery-sec .elementor-swiper-button:hover i {
background-color: var(--color-primary);
}
.project-single-gallery-sec .eicon-chevron-left::before {  position: relative;
  right: 1px; }
.project-single-gallery-sec .eicon-chevron-right::before {
  position: relative;
  left: 1px;
}
.hire-php-sec h3 {
  margin-top: 20px;
}
.hero-title-sec .breadcrumb-banner.single-breadcrumb .section-heading .title, .my-project-title-sec .breadcrumb-banner .section-heading .title {
  font-size: var(--h2);
  line-height: 50px;
}



.careers-accordion .accordion-item {
  background-color: transparent !important;
  border: 1px solid rgba(255, 0, 0, 0);
  border-radius: 24px !important;
  -moz-border-radius: 24px !important;
  -ms-border-radius: 24px !important;
  -o-border-radius: 24px !important;
  -webkit-border-radius: 24px !important;
  margin-bottom: 20px;
  -webkit-box-shadow: 0 0 8px rgba(0,0,0,.17) !important;
  box-shadow: 0 0px 8px rgba(0,0,0,.17) !important;
  overflow: hidden !important;
}
.careers-accordion .accordion-button:not(.collapsed), .careers-accordion .accordion-button {
  color: #000;
  background-color: #fff;
  box-shadow: none !important;
}

.panel-default > .panel-heading + .panel-collapse > .panel-body { border-top-color: #fff; }
.panel-default > .panel-heading { color: #333; background-color: #fff; border-color: #fff;}
.panel-title { font-size: 20px; font-weight:600; font-family: 'Poppins', sans-serif; color: #01b4d5; }
.panel-title a.collapsed { color: #1f497d; }
.panel-group .panel { margin-bottom: 20px;  border-radius: 0; -webkit-box-shadow: 0 0 8px rgba(0,0,0,.17); box-shadow: 0 0px 8px rgba(0,0,0,.17); }
.panel-default { border-color: #fff;}
.panel-title .fa { float: right;}
.panel-heading-title { position: relative; width: 100%; }
.panel-title i.glyphicon { position: absolute; right: -40px; top: 50%; margin-top: -14px; width: 28px; height: 28px; border: 1px solid #01b4d5; border-radius: 100%; -webkit-border-radius: 100%; }
.panel-title i.glyphicon:after { content:""; position:absolute; left: 50%; top: 50%; margin-top: -1px; margin-left: -7px; width: 14px; height: 2px; background: #01b4d5; transition: all 0.3s ease-in-out; transform: rotate(-90deg); }
.panel-title i.glyphicon.minus:after { transition: all 0.5s ease-in-out; transform: rotate(0deg); }	
.panel-title i.plus span, i.minus span  { content:""; position:absolute; left: 50%; top: 50%; margin-top: -7px; margin-left: -1px; width: 2px; height: 14px; background: #01b4d5; transform: rotate(-90deg);  }
.panel-heading {  padding: 16px 60px 16px 20px; border-bottom: 1px solid transparent; border-top-left-radius: 0; border-top-right-radius: 0; }	
.panel-body { padding: 0px 20px 20px 20px; }


.careers-accordion .panel-title i.glyphicon:after { background: #fff; margin-top: -1px; margin-left: -10px; width: 21px; height: 3px; }
.careers-accordion .panel-title i.plus span, .careers-accordion i.minus span { background: #fff; margin-top: -10px; margin-left: -1px; width: 3px; height: 21px; }

.careers-accordion { float: left; width: 100%; }
.passion-main-section { display: inline-block; width: 100%; }

.home-hero-title .banner .banner-content .title { font-size: 50px !important; }
@media (max-width: 1329px) {
.home-hero-title .banner .banner-content .title { font-size: 44px !important; }	
}
@media (max-width: 1199px) {
.home .home-hero-title .banner .banner-content .title { font-size: 36px !important; }	
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.home .banner.banner-style-3 .banner-content { padding: 116px 0 !important; }	
}
@media (max-width: 991px) {
.home .home-hero-title .banner .banner-content .title { font-size: 44px !important; }	
}
@media (max-width: 767px) {
.home .home-hero-title .banner .banner-content .title { font-size: 36px !important; }	
}
@media (max-width: 480px) {
.home .home-hero-title .banner .banner-content .title { font-size: 30px !important; }	
}
@media (max-width: 360px) {
.home .home-hero-title .banner .banner-content .title { font-size: 26px !important; }	
}
@media only screen and (min-width: 768px) {
.passion { width: 49%; display: inline-block; }
.location { width: 49%; display: inline-block; }
.white-popup.careers-popup {
  padding: 30px 30px;
}
}
.passion-main-section p { font-size: 15px; color: #8d8d8d; margin: 0; padding: 0; font-weight: normal; }
.passion-main-section h2 { font-size: 20px; color: #000; margin: 3px 0 0; padding: 0; line-height: 30px; font-weight: 600; }
.passion-main-section .location h2 { font-size: 16px; font-weight: 500; }
.careers-accordion .panel-body { display: inline-block; width: 100%; }
.careers-details ul li { margin-bottom: 12px; }
.careers-details .btn { border-radius: 45px; -moz-border-radius: 45px; -webkit-border-radius: 45px; -ms-border-radius: 45px; -o-border-radius: 45px; }
.careers-accordion .accordion-button { padding: 18px 110px 16px 32px; }
.careers-accordion .accordion-body { padding: 10px 32px 32px 32px; }
.careers-accordion .accordion-body h2 { font-size: 20px; font-weight: 600; margin: 10px 0 5px 0; line-height: normal; }
.careers-accordion .panel-group .panel { border-radius: 24px; -moz-border-radius: 24px; -ms-border-radius: 24px; -o-border-radius: 24px; -webkit-border-radius: 24px; }
.careers-accordion .accordion-button {  border-radius: 24px !important; -moz-border-radius: 24px !important; -ms-border-radius: 24px !important; -o-border-radius: 24px !important; -webkit-border-radius: 24px !important;  }
.careers-accordion .panel-title i.glyphicon { background: #59626b; right: -76px; width: 48px; height: 48px; border: 1px solid #59626b; top: 50%; margin-top:-24px; }

.white-popup { position: relative; background: #FFF; padding: 20px; width:auto; max-width: 800px; margin: 20px auto; border-radius: 24px; -moz-border-radius: 24px; -ms-border-radius: 24px; -o-border-radius: 24px; -webkit-border-radius: 24px; box-shadow: 0 0px 24px 0 rgb(0 0 0 / 30%); -moz-box-shadow: 0 0px 24px 0 rgb(0 0 0 / 30%); -ms-box-shadow: 0 0px 24px 0 rgb(0 0 0 / 30%); -webkit-box-shadow: 0 0px 24px 0 rgb(0 0 0 / 30%); }
.careers-popup { width: 100%; }
.careers-popup .contact-us-form-right { float: none; width: 100%; }
.popup-inner.careers-popup { padding: 12px 0 0; }	
.careers-popup .form-group { margin-bottom: 22px; }
.careers-popup .contact-us-top h2 { margin: 5px 0 35px; }
body .mfp-close { width: 34px; height: 34px; line-height: 34px; font-size: 32px; background: #212d39; color: #fff !important; border-radius: 100%; -moz-border-radius: 100%; -ms-border-radius: 100%; -o-border-radius: 100%; -webkit-border-radius: 100%; right: 12px; top: 12px; opacity: 0.65; }	
body .mfp-close:active { top: 12px; }
.application-section .btn{margin-top:10px;}

.careers-accordion ul {
  padding-left: 22px; position: relative;
}
.careers-accordion ul li {
  list-style: none;
}
.careers-accordion ul li::before {
  content: "\f2f8";
  font-weight: 400;
  font-size: 14px;
  position: absolute;
  left: 0px;
  margin-top: 3px;
  font-family: "Font Awesome 5 Pro";
  color: var(--color-primary);
}
.careers-accordion .accordion-button:after { display: none !important; }
.careers-accordion .accordion-button { position: relative; }
.careers-accordion .accordion-button:before { content: "\f055";
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
  color: var(--color-primary);
  font-size: 20px;
  position: absolute;
  right: 30px;
  top: 50%;
  transform: translateY(-50%); -moz-transform: translateY(-50%); -ms-transform: translateY(-50%); -o-transform: translateY(-50%); -webkit-transform: translateY(-50%);
  }
  
.careers-accordion .accordion-button:before {
  content: "\f067";
  color: #fff;
  background: #f60069;
  padding: 0;
  border-radius: 90px;
  width: 36px;
  height: 36px;
  text-align: center;
  line-height: 36px;
}
.careers-accordion .accordion-button:not(.collapsed):before { content: "\f068";  background: #4e3cc9; }
.careers-accordion .accordion-button:hover:before { background: #4e3cc9; }

.careers-accordion .accordion-body p, .careers-accordion .accordion-body ul { margin-bottom: 20px; }
.accordion-body p, .accordion-body .axil-btn.btn-fill-primary { margin-top: 10px; }
.careers-popup .request-quote-main .browse-btn-main, .careers-popup .form-main ul { padding-left: 0; margin: 0; list-style: none; }
.careers-popup .request-quote-main .browse-btn-main li:before, .careers-popup .form-main ul li:before { display: none; }
.careers-popup .browse-btn-main .quote-form-title p { margin-bottom: 0 !important; } 
.careers-popup .request-quote-main .form-main .recaptch-error { margin-top: 0; }
body .careers-popup .mfp-close { color: #000 !important; }
.careers-hiring-sec { padding-top: 60px; }
.careers-hiring-listing-sec { padding-bottom: 100px; }

.careers-popup .request-quote-main .quote-form-title p { margin-bottom: 15px; }
.careers-popup .request-quote-main .form-main label.label-file { margin-bottom: 15px; margin-top: 15px; }
.careers-popup .request-quote-main .form-main .browse-btn-main li.browse-text { margin-bottom: 18px; }
.passion-main-section .passion h2, .passion-main-section .location h2 { margin-top: 0; line-height: normal; }


@media only screen and (min-width: 1200px) and (max-width: 1360px) {
.page-contact-wordpress-developer .contact-form-section .contact-info { padding: 30px !important; }
.page-contact-wordpress-developer .contact-info .phone-number { font-size: 21px; }

}
@media only screen and (min-width: 1200px) and (max-width: 13410px) {
.page-builder-expert-hero.new-innerpage-hero .breadcrumb-banner .section-heading .title { font-size: 64px !important; line-height: 1.2 !important; }
.project-single-hero .breadcrumb-banner .section-heading ul li { font-size: 21px; }	
}
@media only screen and (min-width: 1200px) and (max-width: 1310px) {
.cas-new-sec h3, .cas-new-sec .h3 { font-size: var(--h4); }
.cas-new-sec.call-to-action-section .axil-btn.btn-large { padding: 14px 17px !important; }

.breadcrumb-banner .section-heading .title, .breadcrumb-banner .section-heading p { width: 46%; }

}
@media only screen and (min-width: 1001px) and (max-width: 1199px) {
.page-builder-expert-hero.new-innerpage-hero .breadcrumb-banner .section-heading .title { font-size: 52px !important; line-height: 1.2 !important; }

.page-contact-wordpress-developer .contact-form-section .contact-info { padding: 25px; }
.page-contact-wordpress-developer .contact-info .phone-number { font-size: 17px !important; }

.page-builder-expert-hero.new-innerpage-hero .breadcrumb-banner.single-breadcrumb { padding-bottom: 70px; }	


	
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.breadcrumb-banner .section-heading .title, .breadcrumb-banner .section-heading p { width: 48%; }	
}
@media only screen and (min-width: 768px) and (max-width: 1000px) {
.project-grid.project-style-2 .content { top: 30px !important; }	
.project-grid.project-style-2 .content .title-h3, .home .project-grid.project-style-2 .content .title-h3 a {
  font-size: 22px;
  line-height: 30px;
}
}
@media (max-width: 1199px) {

.project-single-hero .top-hero-banner .breadcrumb-banner .section-heading ul li { margin-bottom: 7px; }
.project-single-hero .breadcrumb-banner.single-breadcrumb { padding-bottom: 30px; }
  .page-builder-expert-hero.new-innerpage-hero .breadcrumb-banner .section-heading ul {
    width: 740px !important;
  }
.customer-review-area .section-heading p {
  width: 100%;
}
.hire-theme-developer-info-section .custom-list ul li { width: 50%; }
.hero-title-sec .breadcrumb-banner.single-breadcrumb .section-heading .title, .my-project-title-sec .breadcrumb-banner .section-heading .title { font-size: 32px; line-height: normal; }

}
@media (max-width: 1024px) {
.project-info-section .right .elementor-widget-container { padding-left: 0; padding-top: 45px; }
.project-requirements-section .right img { padding-top: 35px; }
	
}
@media (max-width: 1000px) {
.contact-info p {
  min-height: auto;
}
.project-grid.project-style-2 .content { top: 30px !important; }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.cas-new-sec .elementor-column.elementor-col-33 { width: 50%; }
.cas-new-sec .elementor-column.elementor-col-33:last-child {
  width: 100%;
  position: absolute;
  bottom: -25px;
  left: 50%;
}
.cas-new-sec .elementor-column.elementor-col-33:first-child img {
	position: relative;
    bottom: -18px;
}
.cas-new-sec .elementor-column.elementor-col-33:nth-child(2n) {
  padding-bottom: 100px;
}
.cas-new-sec.call-to-action-section .call-action-sec {
  padding-top: 0px !important;
}
.project-single-hero .breadcrumb-banner .section-heading h1, .project-single-hero .breadcrumb-banner .section-heading h2, .new-innerpage-hero .breadcrumb-banner .section-heading h2 { font-size: 58px; line-height: 1.1; }
.home .banner.banner-style-3 .banner-thumbnail { top: 40px; }
.home .banner .banner-content .title { font-size: 56px !important; }

.page-frontend-developer-india .customer-review-area .section-heading .title { font-size: var(--h3); }
.page-frontend-developer-india .customer-review-area .section-heading p { max-width: 460px; }
.page-frontend-developer-india .customer-review-area .section-heading p br { display: none; }

.page-frontend-developer-india .customer-review-area .section-heading::after { width: 350px; height: 209px; top: -24px; }

}
@media only screen and (min-width: 0px) and (max-width: 991px) {
.cas-new-sec .elementor-column.elementor-col-33:first-child { display: none; }
.cas-new-sec .elementor-column.elementor-col-33:last-child {
  width: 100%;
}
.cas-new-sec .elementor-column.elementor-col-33:nth-child(2n) {
  width: 100%;
}
.page-builder-expert-hero.new-innerpage-hero {
  position: relative;
}
.page-builder-expert-hero.new-innerpage-hero::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: rgba(0,0,0,.8);
}
.page-builder-expert-hero.new-innerpage-hero .breadcrumb-banner .section-heading ul {
  width: 100% !important;
  justify-content: center;
}
.page-builder-expert-hero.new-innerpage-hero .breadcrumb-banner .section-heading ul { width: 100% !important; }	
}
@media only screen and (min-width: 1025px) and (max-width: 1199px) {
.home .banner .banner-content .title { font-size: 58px !important; }	
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
.blog-single-pagination-sec .col-xl-6:first-child .blog-list { padding-right: 20px; }
.page-builder-expert-hero .breadcrumb-banner .section-heading h2 { font-size: 56px; line-height: 1; margin-bottom: 20px !important; }

.page-frontend-developer-india .customer-review-area .section-heading .title { font-size: var(--h3); }
.page-frontend-developer-india .customer-review-area .section-heading p { max-width: 340px; }
.page-frontend-developer-india .customer-review-area .section-heading p br { display: none; }

.project-requirements-section .left .elementor-widget-wrap.elementor-element-populated { margin-right: 15px; }
.call-to-action-area .call-to-action .section-heading .title { font-size: 30px; }
.page-web-design-portfolio .my-portfolio-sec.with-filter .project-grid .content .title { font-size: 21px !important; line-height: 25px !important; margin-bottom: 0px; }

.hero-title-sec .breadcrumb-banner.single-breadcrumb .section-heading .title, .my-project-title-sec .breadcrumb-banner .section-heading .title { font-size: 34px; line-height: 36px; }
.careers-hiring-sec { padding-top: 30px; }

}

@media only screen and (max-width:991px) {
.cas-new-sec.call-to-action-section .call-action-sec { padding-bottom: 5px !important; padding-top: 3px !important; }
.cas-new-sec .elementor-column.elementor-col-33:nth-child(2n) .elementor-widget-container { margin-bottom: 10px; }
.cas-new-sec.call-to-action-section .axil-btn.btn-large { margin-bottom: 10px; }
.cas-new-sec.call-to-action-section .elementor-container { margin-top: 10px; }
.call-to-action-section.cas-new-sec .elementor-container.elementor-column-gap-default { width: 100% !important; max-width: 680px; }
.footer-top::after { top: -20px; font-size: 110px; }

.portfolio-heading h1, .portfolio-heading h2 { font-size: 56px; line-height: 1.1; }
.portfolio-block .portfolio-heading ul li { font-size: 20px; }
.portfolio-block .portfolio-technologies li { margin: 3px; padding: 5px 15px; font-size: 16px; }

.project-single-hero .breadcrumb-banner .section-heading h1, .project-single-hero .breadcrumb-banner .section-heading h2 { font-size: 43px; text-align: left }
.project-requirements-section.what-they-got .left .elementor-widget-wrap.elementor-element-populated { margin-left: 0; }

.breadcrumb-banner { padding-bottom: 50px !important; }

.breadcrum-area.breadcrumb-banner::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 45px;
  -webkit-box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.1);
  width: 100%;
  height: 60px;
}
.page-id-5371 .breadcrumb-banner { padding-bottom: 100px !important; }
.builder-info-section .builder-info-left .elementor-widget-container { padding-right: 0px; }

.service-scroll-nav {    padding-top: 0px !important;}
.service-scroll-nav ul li a {padding: 0px 0 26px 0;}
.project-single-hero ul li { margin: 0; padding: 0 !important; text-align: left; }
.section-padding-2.axil-portfolio-area.project-column-6 { padding: 20px 0 50px !important; }
.page-testimonials .google-reviews-sec .section.section-padding.customer-review-area { padding-top: 20px; }
.page-blog .blog-template ul.page-numbers {
    margin-bottom: 60px;
}
.hire-php-sec h3 {
  margin-top: 0px;
}



}
@media only screen and (max-width:767px) { 
.call-to-action-section.cas-new-sec .elementor-container.elementor-column-gap-default { max-width: 500px; }
.footer-top::after { top: 4px; font-size: 4.8em; }
.page-builder-expert-hero.new-innerpage-hero .breadcrumb-banner .section-heading .title { font-size: 58px !important; line-height: 1.2 !important; }
.blog-single-pagination-sec .col-xl-6:last-child .blog-list { padding-left: 0; }
.portfolio-block .portfolio-technologies ul { margin-top: 12px; margin-bottom: 17px; }
.portfolio-heading h1, .portfolio-heading h2 { font-size: 42px; }
.project-requirements-section .left .elementor-widget-wrap.elementor-element-populated { margin-right: 0px; }

.axil-portfolio-area .isotope-project-btn button { margin-right: 2px; margin-left: 2px; }
.contact-info .phone-number { font-size: 24px; }
.contact-form-box ul li.w50 { width: 100%; }
.page-contact-wordpress-developer .contact-form-section .contact-info { padding: 30px; }
.page-contact-wordpress-developer .contact-info .phone-number { font-size: 22px; }
.footer-social-link ul li { padding: 0 5px; }
.footer-social-link ul li a { margin-top: 5px; margin-bottom: 5px;}

.services-grid { flex-wrap: wrap; flex-direction: column; }
.services-grid .content h3.title { margin-top: 20px; }

.call-to-action-section.cas-new-sec { display: none; }
.customer-review-area .container { padding: 0; }
.page-testimonials .customer-review-area .container { padding-left: 15px; padding-right: 15px; }

/*.breadcrumb-banner { padding-bottom: 80px !important; }
.breadcrum-area.breadcrumb-banner::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 55px;
  -webkit-box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.1);
  width: 100%;
  height: 60px;
}
.why-choose-us .accordion-item .accordion-button {  min-height: 70px !important;}*/
.about-me-top .about-right-btn { text-align: left; margin-top: 20px; }
.single-axil-projects .project-testimonial-sec::before, .project-testimonial-section::before { top: -101px; font-size: 90px; }
.hire-theme-developer-info-section .custom-list ul li { width: 100%; }
.project-testimonial-section .elementor-testimonial-content { font-size: 18px !important; }

.single-axil-projects .project-testimonial-section { margin-top: 80px !important; }
.project-single-hero .breadcrumb-banner .section-heading h1, .project-single-hero .breadcrumb-banner .section-heading h2 { font-size: 40px; }
.page-blog .blog-template ul.page-numbers { margin-bottom: 40px; }
.elementor-widget-Bloglisting .section.section-padding-equal { padding-bottom: 10px; }
.blog-container .blog-template ul.page-numbers li { margin: 0 1px !important; margin-bottom: 6px !important; }
.blog-container .blog-template ul.page-numbers li a, .blog-container .blog-template ul.page-numbers li .current { padding: 6px 14px !important; }
.header-action .list-unstyled { padding-top: 5px; }

.hero-title-sec .breadcrumb-banner.single-breadcrumb .section-heading .title, .my-project-title-sec .breadcrumb-banner .section-heading .title { font-size: 30px; line-height: 34px; }

.careers-hiring-sec { padding-top: 10px; }
.careers-accordion .accordion-button { padding: 15px 60px 15px 20px; }
.passion-main-section h2 { margin-top: 0; }
.careers-accordion .accordion-button::before { font-size: 26px; right: 15px; }
.careers-accordion .accordion-body { padding: 5px 20px 25px 20px; }
.careers-hiring-listing-sec { padding-bottom: 50px; }

.mfp-bg.mfp-ready { z-index: 999999; }
.mfp-close-btn-in { z-index: 9999999 !important; }
}

@media only screen and (max-width:640px) {
.page-builder-expert-hero.new-innerpage-hero .breadcrumb-banner .section-heading .title { font-size: 42px !important; line-height: 1.2 !important; }
.page-builder-expert-hero.new-innerpage-hero .breadcrumb-banner .section-heading ul li { padding: 0 16px; font-size: 20px; line-height: 30px; }
.footer-top::after { top: 10px; font-size: 3.1em; }
.portfolio-block::after { height: 100%; opacity: 0.5; }
.page-contact-wordpress-developer .contact-form-section .contact-info { padding: 30px; }
.footer-top { padding-top: 80px; padding-bottom: 0px; }
.single-axil-projects .project-testimonial-sec::before, .project-testimonial-section::before { top: -80px; font-size: 75px; }
}
@media only screen and (max-width:540px) {
.elementor-section.elementor-section-boxed.portfolio-block > .elementor-container { padding: 0 20px;  }
.page-contact-wordpress-developer .contact-form-section .contact-info { padding: 30px; }
.single-axil-projects .project-testimonial-sec::before, .project-testimonial-section::before { top: -70px; font-size: 64px; }
.single-axil-projects .project-testimonial-section { margin-top: 55px !important; }
.project-single-hero .breadcrumb-banner .section-heading h1, .project-single-hero .breadcrumb-banner .section-heading h2 { font-size: 34px; }
.project-single-hero .breadcrumb-banner .section-heading ul li { font-size: 20px; }
}

@media only screen and (max-width:480px) {
.blog-container-blog-page .blog-list h2.blog-title.title {
  font-size: 22px;
  line-height: 28px;
}
 .page-contact-wordpress-developer .contact-form-section .contact-form-box .title {
  font-size: 22px;
}
.page-contact-wordpress-developer .contact-form-box {
    padding: 0px;
  }
  .contact-form-box.shadow-box {
  -webkit-box-shadow: none;
  box-shadow: none;
}

 .page-contact-wordpress-developer .contact-form-section .contact-info {
    padding: 22px;
  }
 .page-contact-wordpress-developer .contact-info .phone-number {
    font-size: 18px;
  }
 .contact-form-section .form-main li.recaptch-error { scale: 0.84; } 
  .page-builder-expert-hero.new-innerpage-hero .breadcrumb-banner .section-heading .title { font-size: 38px !important; } 
.page-builder-expert-hero.new-innerpage-hero .breadcrumb-banner .section-heading ul li { padding: 0 14px; }

.request-quote-main .quote-form-title h2, .request-quote-main .quote-form-title .h2 { line-height: 28px; font-size: 22px; }
.request-quote-main input { height: 50px; }
input, .form-control { padding: 10px 15px; }
.about-yourself-sec .mb-4 { margin-bottom: 1rem !important; }
.request-quote-main .custom-input-checkbox { font-size: 16px; }
.error-checkbox .about-yourself-sec .mb-4 { margin-bottom: 0.35rem !important; }
.request-quote-main .quote-form-title p { font-size: 16px; line-height: normal; }
.contact-form-section .row .col-xl-5:first-child { padding: 0;  }
.single-axil-projects .project-testimonial-sec::before, .project-testimonial-section::before { top: -52px; font-size: 48px; }
.header-action .list-unstyled { padding-top: 8px; }
.project-grid .content .title { margin-bottom: 3px; }
.home .project-grid.project-style-2 .content { top: 28px; }
.careers-hiring-sec { padding-top: 0; }

}
@media only screen and (max-width: 360px) {
.single-axil-projects .project-testimonial-sec::before, .project-testimonial-section::before {
 display: none;	
}
}
@media only screen and (max-width: 640px) {
  .footer-top::after {
    top: 18px;
    font-size: 2.6em;
  }
  .request-quote-main .quote-form-title h2, .request-quote-main .quote-form-title .h2 { line-height: 28px; font-size: 22px; }
  .page-contact-wordpress-developer .section-padding { padding-bottom: 0; }
  .header-action .list-unstyled {
  padding-top: 8px;
}

}
@media only screen and (max-width: 479px) {
.careers-popup .recaptch-error iframe { margin-left: 0; margin-top: 0; height: auto; }
}




.service-faq-bottom .faq-accordion .accordion-item{box-shadow:none!important}
.home-approach-section{padding-bottom:0px !important;padding-top:70px}
.home-approach-section .benefit-box .elementor-column{width:33.33%!important;float:left}
.home-approach-section .benefit-box .elementor-column figure.elementor-image-box-img img{max-width:100px}
.home-approach-section .elementor-container{flex-wrap:wrap;}
.home-approach-section .benefit-box .elementor-column .elementor-widget-wrap.elementor-element-populated .elementor-widget-container{min-height:auto;background-color:#fff;border-radius:30px;padding:35px 32px 0;margin-bottom:35px;border:var(--border-light);transition:var(--transition)}

.home-approach-section .benefit-box .elementor-column .elementor-widget-wrap.elementor-element-populated .elementor-widget-container h3{margin-top:0;line-height: normal;}
.home-approach-section.with-col-3 .benefit-box .elementor-column .elementor-widget-wrap.elementor-element-populated .elementor-widget-container{min-height:560px}
.home-approach-section.with-col-3 .benefit-box .elementor-column{width:33.33%!important;float:left}
.fix-width .elementor-container{max-width:1140px!important;}
.home-about-sec .case-study-featured{margin-bottom:10px}
.breadcrumb-banner .section-heading .banner-dbl-p p{margin-bottom:20px!important}
.home-faq-section .section-heading {margin-bottom: 12px;}
.home-faq-section .faq-accordion .accordion-button.collapsed{border-radius: 12px !important;}
.home-faq-section{position:relative}
.home-faq-section:after,.home-faq-section:before{content:"";position:absolute}
.home-faq-section::before{right:0;top:60px;background:url(https://freelancer-coder.com/wp-content/plugins/axil-elements/assets/media/shape10/line-9.png) no-repeat right top;width:850px;height:187px}
.home-faq-section::after{left:0;bottom:60px;background:url(https://freelancer-coder.com/wp-content/plugins/axil-elements/assets/media/shape10/bubble-42.png) no-repeat left top;width:124px;height:445px}
.home-faq-section .faq-accordion .accordion-button.collapsed {color: #fff;border: 2px solid #4044c7; background: #060432 !important;}
.home-faq-section .faq-accordion .accordion-button:after{color: #fff !important;margin-top: -4px;}
.home-faq-section .faq-accordion .accordion-button.collapsed::after{color:#060432}
.home-faq-section .faq-accordion .accordion-item{background-color:#4044c7}
.home-faq-section .faq-accordion .accordion-button{color:#fff;font-weight: 700;line-height: 26px;padding: 20px 30px;}
.home-faq-section .faq-accordion .accordion-body p{color:#fff; margin-top: 0;}
.home-faq-section .faq-accordion .accordion-body {padding: 0 30px 30px;}
.page-hire-wordpress-developer-india .breadcrum-area.breadcrumb-banner h1{margin-top:130px;align-items:center;line-height:45px}
.title:empty,p:empty{display:none!important}
.sub-title-pre{color:var(--color-rose);font-weight:500;font-size:20px;font-family:var(--font-primary);margin-bottom:15px}
.p-tag p{margin-bottom:20px!important}
.title-tag-h2 h2{margin-bottom:10px!important}
.title-h2{font-size:42px;letter-spacing:normal!important;overflow:hidden;text-overflow:inherit;display:-webkit-box;-webkit-line-clamp:inherit;-webkit-box-orient:vertical;padding-bottom:5px;font-family:"DM Sans";font-weight:700;font-style:normal;line-height:50px;margin-bottom:10px}
.heading-light-left .title-h2{color:var(--color-white);margin-bottom:5px}
.title-h3,.title-h3 a{font-family:"DM Sans";font-weight:700;font-style:normal;font-size:var(--h3);line-height:34px;letter-spacing:normal!important;margin-bottom:10px;color:var(--color-black);margin-top:0}
.title-h3 a:hover{color:var(--color-link-hover)}
.title-h5{margin-bottom:10px;color:#f7006b;font-family:"DM Sans";font-weight:700;font-style:normal;font-size:var(--h5);line-height:26px}
.title-h6{font-family:"DM Sans";font-weight:700;font-style:normal}
.comment-respond h3#reply-title{display:none!important;opacity:0}
.blog-title.title.title-h2{font-size:24px;line-height:36px;margin-bottom:12px}
.process-work .content .title{font-size:28px}
.blog-single-pagination-sec .title-h2{text-align:center;margin-bottom:30px}
.home-approach-section .benefit-box .elementor-column .elementor-widget-wrap.elementor-element-populated .elementor-widget-container p a {display: inline;}
/*.home-faq-section.service-bg-faq .faq-accordion .accordion-item {background-color: #ab0056;}
.home-faq-section.service-bg-faq .faq-accordion .accordion-button.collapsed {color: #fff;border: 2px solid #ffc3dd;background: #f7006b !important;}
*/

.home-faq-section.service-bg-faq .faq-accordion .accordion-button.collapsed {color: #060432;border: 2px solid #4044c7;background: #fff !important;}
.home-faq-section.service-bg-faq .faq-accordion .accordion-button.collapsed:after{color: #4044c7 !important}
.home-faq-section.service-bg-faq .faq-accordion .accordion-button:after{color: #fff !important}
.home-faq-section.service-bg-faq::before, .home-faq-section.service-bg-faq::after{opacity: .3;}
.blog-single-pagination-sec .blog-list .title-h2.blog-title.title {margin-top: 0;font-size: 20px;line-height: 32px;margin-bottom: 0;}
.choose-section {padding: 50px 30px !important;}
.elementor-column.elementor-col-100.elementor-top-column.elementor-element.elementor-element-3a58742 {justify-content: center !important;}
.home-approach-section .benefit-box .elementor-column p {color: #000;}
.home-approach-section.with-col-3 .benefit-box .elementor-column .elementor-widget-wrap.elementor-element-populated .elementor-widget-container .elementor-image-box-img {width: 100% !important;}
.testimonial-grid .author-info .content .name {font-size: 18px;line-height: 20px;}
.page-id-5384 .testimonial-grid h3 {margin: 0 !important;}

.home-approach-section.with-col-3.codeIgniter-process .benefit-box .elementor-column .elementor-widget-wrap.elementor-element-populated .elementor-widget-container {min-height: 480px;}
.home-approach-section.with-col-3.joomla-process .benefit-box .elementor-column .elementor-widget-wrap.elementor-element-populated .elementor-widget-container {min-height: 380px;}
.home-approach-section.with-col-3.php-proces .benefit-box .elementor-column .elementor-widget-wrap.elementor-element-populated .elementor-widget-container { min-height: 590px;}
.home-approach-section.psd-process .benefit-box .elementor-column .elementor-widget-wrap.elementor-element-populated .elementor-widget-container {min-height: 430px;}
.home-approach-section.with-col-3.responsive-process .benefit-box .elementor-column .elementor-widget-wrap.elementor-element-populated .elementor-widget-container {min-height: 610px;}
.home-approach-section.with-col-3.boos-process .benefit-box .elementor-column .elementor-widget-wrap.elementor-element-populated .elementor-widget-container {min-height: 550px;}
.home-approach-section.with-col-3.website-process .benefit-box .elementor-column .elementor-widget-wrap.elementor-element-populated .elementor-widget-container {min-height: 390px;}
.home-approach-section.with-col-3.mobile-process .benefit-box .elementor-column .elementor-widget-wrap.elementor-element-populated .elementor-widget-container {min-height: 440px;}
.home-approach-section.with-col-3.logo-process .benefit-box .elementor-column .elementor-widget-wrap.elementor-element-populated .elementor-widget-container {min-height: 520px;}

.get-in-touch-popup-form{position: fixed;overflow: auto;left: 0;bottom: auto;width: 100%;height: 0;z-index: 9;background: #060432;-webkit-transition: all .3s ease-out 0s;-moz-transition: all .3s ease-out 0s;-ms-transition: all .3s ease-out 0s;-o-transition: all .3s ease-out 0s;transition: all .3s ease-out 0s;top: 0;}
.get-in-touch-popup-form .popup-form-section {height: auto;display: table;padding: 0;margin: 0 auto;padding-top: 50px;}
.get-touch-form-open .get-in-touch-popup-form{height: 100%;}
.get-in-touch-popup-form .contact-form-box.shadow-box .row {flex-direction: row;}
.popup-contact-form.contact-form-section {max-width: 1154px;}
.popup-form-section .close{position: absolute;right: 25px;top: 25px;font-size: 15px;color: #fff;padding-right: 42px;cursor: pointer;-webkit-transition: all .3s ease-out 0s;-moz-transition: all .3s ease-out 0s;-ms-transition: all .3s ease-out 0s;-o-transition: all .3s ease-out 0s;transition: all .3s ease-out 0s;z-index: 99;}
.popup-form-section .close .form-close {display: inline-block;width: 24px;height: 24px;float: right;cursor: pointer;}
.popup-form-section .close i {font-size: 22px;display: block;text-align: center;line-height: 35px;color: #fff;-webkit-transition: all .3s ease-out 0s;-moz-transition: all .3s ease-out 0s;-ms-transition: all .3s ease-out 0s;-o-transition: all .3s ease-out 0s;transition: all .3s ease-out 0s;}
.popup-form-section .close i.fa.fa-close:before {content: "\f00d";font-size: 42px;font-weight: 300;}
.popup-form-section .close i.fa.fa-close:hover {  transform: rotate(180deg);}
.get-in-touch-popup-form .popup-form-section .title-h2 {color: #fff;font-size: 32px;margin-bottom: 0; padding-bottom: 0; }
.get-in-touch-popup-form .popup-form-section .sub-title{color: #fff;margin-bottom: 22px;}
.get-in-touch-popup-form .popup-form-section .contact-form-box .quote-form-title h2 {font-size: 22px;line-height: normal;}
.get-in-touch-popup-form .popup-form-section .contact-form-box .quote-form-title p {margin-bottom: 8px;}
.get-in-touch-popup-form .popup-form-section .contact-form-box .custom-input-checkbox {cursor: pointer;font-size: 16px;line-height: 20px;}
.get-in-touch-popup-form .popup-form-section .contact-form-box .mb-4 {margin-bottom: 18px !important;}
.get-in-touch-popup-form .popup-form-section .contact-form-box textarea {height: 100px;}
.get-in-touch-popup-form .popup-form-section .contact-form-box .form-main.error-checkbox, .get-in-touch-popup-form .popup-form-section .contact-form-box .about-yourself-sec {margin-bottom: 0px;}
.get-in-touch-popup-form .popup-form-section .contact-form-box input, .get-in-touch-popup-form .popup-form-section .contact-form-box .form-control, .get-in-touch-popup-form .popup-form-section .contact-form-box .form-main select.form-control, .get-in-touch-popup-form .popup-form-section .contact-form-box .wpcf7-list-item-label::before { border: 1px solid #b5b7f0  !important;color: #fff !important; border-radius: 8px; }
.get-in-touch-popup-form .popup-form-section .contact-form-box .form-control:focus, .get-in-touch-popup-form .popup-form-section .contact-form-box input:focus {background: #050326; -webkit-box-shadow: none;
  box-shadow: none;}
.get-in-touch-popup-form .form-main .form-main ul li {
  width: 50%;
}
.form-main .form-main.form-main-full ul li {
  width: 100%;
}
.contact-h2 { color: #fff; font-size: 24px; line-height: 40px; margin-bottom: 0; margin-top: 8px; }

.global-call-action-main {margin: 30px auto;padding: 12px 8px 0 8px; background: #fcc233 !important; border-radius: 20px;-webkit-box-shadow: 0 6px 8px 0 rgba(0,0,0,0.065);box-shadow: 0 6px 8px 0 rgba(0,0,0,0.06);background: #4044c7;display: flex;align-items: center;}
.global-call-action-main .row{align-items: center;}
.global-call-action-main .col.col-1{width:25%;}
.global-call-action-main .col.col-2{width:58%; }
.global-call-action-main .col.col-3{width:16%; }
.global-call-action-main .col.col-2 h3, .global-call-action-main .col.col-2 .call-title-h3 {margin: 0 0 5px; color: #000 !important; font-size: 25px; font-family: "DM Sans";
  font-weight: 700;
  font-style: normal;line-height: 30px;}
.global-call-action-main .col.col-2 p, .global-call-action-main .col.col-2 a {color: #000 !important; padding: 0; margin: 0; line-height: normal; }
 .global-call-action-main .col.col-2 a { font-weight:700; }
.global-call-action-main .col.col-2 a:hover {color: #f7006b !important;}
.global-call-action-main .col.col-3 .btn-small { padding: 16px 26px;font-weight: 600;}
.global-call-action-main .col.col-3 .btn-small:hover::after, .global-call-action-main .col.col-3 .btn-small:hover {background-color: #060432 !important;border-color: #060432 !important;color:#fff;}
.popup-contact-form.contact-form-section iframe {height: auto !important;}
.collapse-popup {cursor: pointer;}

.enquiry-form-main-section .form-group .wpcf7-textarea {
  height: 150px;
  width: 100%;
    border-radius: 10px;box-shadow: none !important;
}
.enquiry-form-main-section .form-group .wpcf7-textarea, .enquiry-form-main-section .form-group input, .enquiry-form-main-section .form-main label.label-file {
  border: 1px solid #e5e5e5 !important;box-shadow: none !important;padding: 10px;
}
.enquiry-form-main-section .form-group textarea:focus-visible {
  box-shadow: none !important;
  outline: none !important;
}
.enquiry-form-main-section .form-group.active label {
  color: #f7006b;
}
.enquiry-form-main-section .form-group.active input, .enquiry-form-main-section .form-group.active textarea, .enquiry-form-main-section .form-group.active select{border:1px solid #f7006b !important;}
.enquiry-form-main-section .form-group.active input.wpcf7-not-valid, .enquiry-form-main-section .form-group input.wpcf7-not-valid, .enquiry-form-main-section .form-group select.wpcf7-not-valid{border:1px solid #f00 !important;}
.enquiry-form-main-section .form-btn {
  text-align: center;
  margin-top: 30px !important;
}
.enquiry-form-main-section .wpcf7-submit {
  max-width: 300px;
  margin: 0 auto;
  text-align: center;
}
.enquiry-form-main-section-main .contact-form-box {
  padding-top: 20px;
}
.enquiry-form-main-section .title {
  font-weight: bold;
  text-transform: uppercase;
  font-size: 26px !important;
  margin: 30px 0 15px;
}
.enquiry-form-main-section .wpcf7-submit:hover{background-color: var(--color-secondary) !important;
  border-color: var(--color-link-hover) !important;}
  .enquiry-form-main-section-main .contact-info {
    display: none !important;
  }
  .enquiry-form-main-section .highlight-title {
    float: right;
    margin-top: 26px;
    font-size: 26px;
    text-transform: uppercase;
    color: #f00;
    font-weight: bold;
  }
  .home-approach-section.psd-process .benefit-box .elementor-column {
    width: 50% !important;
}

@media (min-width:1200px){
.global-call-action-main .col.col-2{ margin-top: -10px; padding: 0; }
.global-call-action-main .col.col-3{ margin-top: -3px; padding-right: 0; }	
.global-call-action-main .col.col-1 img { max-width: 280px; width: 100%; }
}

.quick-contact-info .contdetail {display: flex;flex-wrap: wrap;align-content: center;align-items: center;justify-content: center;width: 24%;margin: 0 8px;border: 2px solid #4044c7;text-align: center;padding: 15px 8px;border-radius: 10px;height: 250px;color: #fff; flex-direction: column; }
.contactdetailbox span.working-hours-box { font-size: 16px; } 
.quick-contact-info .contactdetailarea {display: flex;align-items: center;align-content: center;justify-content: center;}
.quick-contact-info.quick-contact-info-latest {max-width: 1170px;margin: 15px auto 0 auto;}
.quick-contact-info .contdetail h2 {color: #fff;font-size: 24px;line-height: 40px;margin-bottom: 0; margin-top: 8px;}
.quick-contact-info .contdetail .fa::before {color: #fff;background:#f7006b;padding: 16px 18px 16px 15px;border-radius: 50%;width: 58px;height: 58px;line-height: 26px;display: inherit;font-size: 28px;vertical-align: middle;text-align: center;}
.get-in-touch-popup-form .contact-form-box.shadow-box {-webkit-box-shadow: none; box-shadow: none;padding: 0;background: transparent;}
.get-in-touch-popup-form .contact-form-section .form-main li.recaptch-error {margin-top: 0;margin-bottom: 24px;}
.get-in-touch-popup-form .popup-form-section .contact-form-box .axil-btn {font-weight: 600;text-transform: uppercase !important;border: none !important;}
.get-in-touch-popup-form .popup-form-section .contact-form-box .axil-btn:hover {background: #5956e9;}
.quick-contact-info .contdetail a {line-height: normal; color: #fff;}
.quick-contact-info .contdetail a:hover {color: #f7006b;}
.quick-contact-info .contdetail .list-unstyled li { width: 25%;float: left;}
.quick-contact-info .contdetail .list-unstyled li .fa::before {background: none !important;padding: 0 !important;width: auto !important;height: auto !important;font-size: inherit !important;}
.quick-contact-info .contdetail .list-unstyled li a {border: 1px solid #fff;padding: 6px 10px;border-radius: 50%;margin-top: 10px;width: 40px;}
.quick-contact-info .contdetail .list-unstyled li a:hover {background: #f7006b;color: #fff;border-color: #f7006b;}
.get-in-touch-popup-form .popup-form-section .contact-form-box input.wpcf7-not-valid {border: 1px solid #f00 !important;}
.get-in-touch-popup-form .wpcf7-response-output {border: 0px solid #fff !important;text-align: center;padding: 5px !important;background: #f00;color: #fff !important;font-size: 16px !important;font-weight: bold;}
.get-in-touch-popup-form .sent .wpcf7-response-output{background: #438443;}
.contsocial .list-unstyled { max-width: 226px; margin: 0 auto; }
.get-in-touch-popup-form  .popup-form-section .close { right: 30px; top: 15px; padding-right: 0; }


.axil-mainmenu::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  height: 1px;
  background: #4044c7;
  top: 50px;
  opacity: 0.1;
}
.axil-mainmenu.axil-sticky:after { display: none; }
.col-lg-12.topbar{display:inline-block;width:100%}
.headcontact{display:inline-block;padding:10px 0 0 0!important;position:relative;left:0}
.headcontact a.top-links-box{float:left;position:relative;width:36px;overflow:hidden;-webkit-transition:width 1s ease-in-out;-moz-transition:width 1s ease-in-out;-o-transition:width 1s ease-in-out;transition:width 1s ease-in-out}
.headcontact a.top-links-box.email-box:focus,.headcontact a.top-links-box.email-box:hover{width:260px}
.headcontact a.top-links-box.schedule-box:focus,.headcontact a.top-links-box.schedule-box:hover{width:170px}
.headcontact a.top-links-box.phone-box:focus,.headcontact a.top-links-box.phone-box:hover{width:185px}
.headcontact a.top-links-box.whatsapp.phone-box:hover, .headcontact a.top-links-box.whatsapp.phone-box:hover {width: 160px;}
.headcontact i.fa,.headcontact i.fab{color:#49494a;color:#fff;margin:0 5px;float:left;background:#4044c7;width:30px;height:30px;border-radius:30px;text-align:center;line-height:30px;font-weight:700; font-size: 12px !important; }
.headcontact i.fa-whatsapp::before{font-size:16px}
.top-links{position:absolute;left: 46px; top: 3px; width: 100%; font-size: 16px; }
.axil-sticky .col-lg-12.topbar {display: none !important;}
.col-lg-12.topbar .header-social {display: inline-block;float: right;}
.col-lg-12.topbar .header-social .list-unstyled {display: inline-block;width: auto;margin-top: 5px;}
.col-lg-12.topbar .header-social .list-unstyled li {display: inline-block;margin: 5px 7px;}
.headcontact span {
  float: left;
  margin-right: 2px;
  font-size: 14px;
  line-height: 30px;
  font-weight: 700;
  text-transform: uppercase;
}
.col-lg-12.topbar .header-social .list-unstyled li span { font-weight: 700;
  font-size: 14px;
  text-transform: uppercase; }

.ourlocation li.footer-icons {display: inline-block;margin-bottom: 18px !important;color: #c4c3cc !important;}
.ourlocation li.footer-icons .fa, .ourlocation li.footer-icons .fab {background:#fff;width:38px;height:38px;line-height:38px;border-radius:22px;color:#fff;margin-right:0px;}
.ourlocation li.footer-icons a {color: #c4c3cc !important;font-family: "DM Sans";font-weight: 400;font-style: normal;}
/*.ourlocation li.footer-icons a:hover {color:#63913e !important;}*/
.ourlocation li .ourloc_email.fa-envelope {font-size:18px !important;}
.ourlocation li.footer-icons .fa, .ourlocation li.footer-icons .fab {line-height: 38px;color: #f7006b;font-size: 20px;text-align: center;display: inline-block;}
.ourlocation li.footer-icons p {display: inline-block;}
.ourlocation li.footer-icons .fab::before {content: "\f232";font-size: 22px;font-weight: bold;}
.ourlocation .footer-icons a::after {content: '';display: none;}
.ourlocation .footer-icons a {padding-left: 10px !important;color: #c4c3cc !important;}
.ourlocation li.footer-icons p {display: inline-block;margin: 0 0 0px;}

.side-button-sticky {position: fixed;z-index: 3;right: -90px;top: 50%;transform: rotate(-90deg);-moz-transform: rotate(-90deg);-ms-transform: rotate(-90deg);-webkit-transform: rotate(-90deg);}
.side-button-sticky .collapse-popup {text-transform: uppercase;font-size: 18px;font-weight: bold;letter-spacing: 2px;padding: 20px 24px;border-radius: 20px 20px 0px 0px;/*background: rgb(67,67,197);background: -moz-linear-gradient(180deg, rgba(67,67,197,1) 0%, rgba(247,0,182,1) 100%);background: -webkit-linear-gradient(180deg, rgba(67,67,197,1) 0%, rgba(247,0,182,1) 100%);background: linear-gradient(180deg, rgba(67,67,197,1) 0%, rgba(247,0,182,1) 100%);filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#4343c5",endColorstr="#f700b6",GradientType=1);*/ background-color: var(--color-primary); }
.side-button-sticky .collapse-popup:hover{/*background: rgb(67,67,197);background: -moz-linear-gradient(360deg, rgba(67,67,197,1) 0%, rgba(247,0,182,1) 100%);background: -webkit-linear-gradient(360deg, rgba(67,67,197,1) 0%, rgba(247,0,182,1) 100%);background: linear-gradient(360deg, rgba(67,67,197,1) 0%, rgba(247,0,182,1) 100%);filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#4343c5",endColorstr="#f700b6",GradientType=1);*/ background-color: var(--color-secondary); }
.whats-app-button {display: block;position: fixed;bottom: 0px;left: 10px;width: 70px;height: 70px;z-index: 9999;}
.whats-app-button a:hover {transform: rotate(360deg);}
/*.whats-app-button a {transition: transform .7s ease-in-out;}*/

.footer-sticky-whatsapp {
  transform: scale(1);
	animation: pulse 1.5s infinite;
}
@keyframes pulse {
	0% {
		transform: scale(0.95);
		box-shadow: 0 0 0 0 rgba(67, 67, 197, 0.7);
	}

	70% {
		transform: scale(1);
		box-shadow: 0 0 0 10px rgba(67, 67, 197, 0);
	}

	100% {
		transform: scale(0.95);
		box-shadow: 0 0 0 0 rgba(67, 67, 197, 0);
	}
}


@media (max-width:1300px){
/*.global-call-action-main .col.col-3 {width: 20%;text-align: center;}
.global-call-action-main .col.col-1 {width: 33%;bottom: -20px;position: relative;}
.global-call-action-main .col.col-2 {width: 47%;}*/
.home-approach-section .benefit-box .elementor-column .elementor-widget-wrap.elementor-element-populated .elementor-widget-container{min-height: 420px;}
}

@media only screen and (min-width: 1200px) and (max-width: 1300px) {
.global-call-action-main .col.col-2 h3, .global-call-action-main .col.col-2 .call-title-h3 { font-size: 22px; }	
.global-call-action-main .col.col-2 { width: 56%; }
.global-call-action-main .col.col-3 { width: 17%; }

}



@media (min-width:1200px){

.about-right-sec {position: absolute;left: 500px;bottom: 0;width: auto !important;}

}


@media (max-width:1199px){

  .axil-mainmenu {padding-top: 0 !important;}
  .col-lg-12.topbar{padding-bottom: 15px;}
  .ourlocation li.footer-icons .fa, .ourlocation li.footer-icons .fab{line-height: 0;font-size: 16px;}
  .ourlocation li.footer-icons{margin-bottom: 10px !important;}
  .ourlocation li.footer-icons .fa, .ourlocation li.footer-icons .fab {background: none; width: auto; height: auto;}
  .ourlocation .footer-icons a {padding-left: 0px !important;}
  .side-button-sticky .collapse-popup{padding: 15px 24px;}
  .side-button-sticky{right: -95px;}
  .ourlocation li.footer-icons .fab::before {font-size: 16px;}

.title-h2 { font-size: 36px; line-height: 46px;}
.home-approach-section .benefit-box .elementor-column .elementor-widget-wrap.elementor-element-populated .elementor-widget-container {min-height: 370px;}
.home-approach-section.with-col-3 .benefit-box .elementor-column .elementor-widget-wrap.elementor-element-populated .elementor-widget-container {min-height: 700px;padding: 35px 24px 0;}
.page-hire-wordpress-developer-india .breadcrum-area.breadcrumb-banner h1 {margin-top: 30px;}
.home-approach-section.with-col-3.codeIgniter-process .benefit-box .elementor-column .elementor-widget-wrap.elementor-element-populated .elementor-widget-container {min-height: 570px;}
.home-approach-section.with-col-3.joomla-process .benefit-box .elementor-column .elementor-widget-wrap.elementor-element-populated .elementor-widget-container {min-height: 460px;}
.home-approach-section.with-col-3.php-proces .benefit-box .elementor-column .elementor-widget-wrap.elementor-element-populated .elementor-widget-container {min-height: 800px;}
.home-approach-section.psd-process .benefit-box .elementor-column .elementor-widget-wrap.elementor-element-populated .elementor-widget-container {min-height: 460px;}
.home-approach-section.with-col-3.responsive-process .benefit-box .elementor-column .elementor-widget-wrap.elementor-element-populated .elementor-widget-container {min-height: 770px;}
.home-approach-section.with-col-3.boos-process .benefit-box .elementor-column .elementor-widget-wrap.elementor-element-populated .elementor-widget-container {min-height: 740px;}
.home-approach-section.with-col-3.website-process .benefit-box .elementor-column .elementor-widget-wrap.elementor-element-populated .elementor-widget-container {min-height: 430px;}
.home-approach-section.with-col-3.mobile-process .benefit-box .elementor-column .elementor-widget-wrap.elementor-element-populated .elementor-widget-container {min-height: 520px;}
.home-approach-section.with-col-3.logo-process .benefit-box .elementor-column .elementor-widget-wrap.elementor-element-populated .elementor-widget-container {min-height: 650px;}
.home-approach-section .elementor-widget-wrap.elementor-element-populated {margin: 0 0 !important;}

.global-call-action-main{padding: 24px 24px 0 8px;}
.global-call-action-main .col.col-1 {width: 50%;bottom: -63px;position: relative;}
.global-call-action-main .col.col-2 {width: 50%;}
.global-call-action-main .col.col-3 {width: 100%;text-align: center;position: relative; bottom: 20px; left: 104px;}
.get-touch-form-open .get-in-touch-popup-form{padding: 0 20px;}


.quick-contact-info .contactdetailarea {
  display: flex;
  align-items: inherit;
  align-content: center;
  justify-content: center;
  flex-wrap: wrap;
  margin: 0 -10px;
}
.quick-contact-info .contdetail {
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  align-items: center;
  justify-content: flex-start;
  width: 48%;
  margin: 8px;
  padding: 15px;
  flex-direction: row;
  height: auto;
}
.quick-contact-info .contdetail .fa-shap {
  padding-right: 15px;
}
.quick-contact-info .contdetail .contactdetailbox {
  width: 336px; text-align: left;
}
.contsocial .list-unstyled { max-width: 100%; }
.quick-contact-info .contdetail .list-unstyled li { width: auto; padding-right: 8px; }
.contact-h2 { margin-top: 0; }
.home-approach-section .benefit-box .elementor-column {width: 50% !important;}

}
@media only screen and (min-width: 1600px) and (max-width: 1800px) {
  .banner.banner-style-3 .banner-thumbnail {
  margin-right: -100px; }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.global-call-action-main .col.col-2 h3, .global-call-action-main .col.col-2 .call-title-h3 { font-size: 22px; line-height: 28px; }	
.global-call-action-main .col.col-2 p, .global-call-action-main .col.col-2 a { font-size: 16px; }
.global-call-action-main .col.col-2 p { margin-bottom: 12px; }
.global-call-action-main .col.col-1 { width: 40%; position: absolute; left: 0; bottom: -12px; }
.global-call-action-main .col.col-2 { width: 100%; padding-left: 40%; }
.global-call-action-main .col.col-3 { width: 100%; padding-left: 40%;  bottom: 0px; left: 0px; text-align: left; }
.global-call-action-main .col.col-3 .btn-small { padding: 12px 25px; }
.global-call-action-main { padding: 24px 24px 12px 8px; } 
.global-call-action-main .row { position: relative; }

}

@media (max-width:991px){

.ourlocation li.footer-icons {margin-bottom: 0px !important;}
.ourlocation li.footer-icons p {padding-left: 10px;}

.title-h2 { font-size: 30px; line-height: 38px;}
.elementor-5269 .elementor-element.elementor-element-a58f25e {padding: 24px 0px 0px 0px;}
.choose-section { padding: 30px 15px !important; }
.home-approach-section {padding-bottom: 40px;padding-top: 40px;}
.home-approach-section .benefit-box .elementor-column figure.elementor-image-box-img img {max-width: 80px;}
.section-padding-3 {padding: 50px 0 0px;}
.home-approach-section .benefit-box .elementor-column .elementor-widget-wrap.elementor-element-populated .elementor-widget-container {min-height: 360px;padding: 24px 20px 0;}
.home-approach-section.with-col-3 .benefit-box .elementor-column {width: 100% !important;float: none;}
.home-approach-section.with-col-3 .benefit-box .elementor-column .elementor-widget-wrap.elementor-element-populated .elementor-widget-container {min-height: auto;padding: 35px 24px;}
.home-faq-section.service-bg-faq {padding: 40px 0 50px !important;}
.home-approach-section.with-col-3.codeIgniter-process .benefit-box .elementor-column .elementor-widget-wrap.elementor-element-populated .elementor-widget-container {min-height: auto;}
.home-approach-section.with-col-3.joomla-process .benefit-box .elementor-column .elementor-widget-wrap.elementor-element-populated .elementor-widget-container {min-height: auto;}
.home-approach-section.with-col-3.php-proces .benefit-box .elementor-column .elementor-widget-wrap.elementor-element-populated .elementor-widget-container {min-height: auto;}
.home-approach-section.psd-process .benefit-box .elementor-column .elementor-widget-wrap.elementor-element-populated .elementor-widget-container {min-height: 560px;}
.home-approach-section.with-col-3.responsive-process .benefit-box .elementor-column .elementor-widget-wrap.elementor-element-populated .elementor-widget-container {min-height: auto;}
.home-approach-section.with-col-3.boos-process .benefit-box .elementor-column .elementor-widget-wrap.elementor-element-populated .elementor-widget-container {min-height: auto;}
.home-approach-section.with-col-3.website-process .benefit-box .elementor-column .elementor-widget-wrap.elementor-element-populated .elementor-widget-container {min-height: auto;}
.home-approach-section.with-col-3.mobile-process .benefit-box .elementor-column .elementor-widget-wrap.elementor-element-populated .elementor-widget-container {min-height: auto;}
.home-approach-section.with-col-3.logo-process .benefit-box .elementor-column .elementor-widget-wrap.elementor-element-populated .elementor-widget-container {min-height: auto;}
.global-call-action-main { padding: 22px 30px 16px; text-align: center; } 
.global-call-action-main .col.col-1 {width: 100%;bottom: 0;position: relative;text-align: center; display: none; }
.global-call-action-main .col.col-2 {width: 100%;/*margin-top: 30px;margin-bottom: 15px;*/}
.global-call-action-main .col.col-3 {width: 100%;text-align: center;position: relative;bottom: 0;left: 0;}
.global-call-action-main .col.col-2 p {margin-bottom: 15px;}
.quick-contact-info .contactdetailarea{flex-wrap: wrap;}
.quick-contact-info .contdetail{/*width: 45%;margin: 0 15px 30px;height: 230px;*/ width: 47%;}
.quick-contact-info .contdetail span {/*width: 100%;*/}
.quick-contact-info .contdetail .list-unstyled li { padding-right: 6px; }
.quick-contact-info .contdetail .list-unstyled li:last-child { padding: 0; margin: 0; }
.quick-contact-info.quick-contact-info-latest { margin: 5px auto 20px auto; }
 .quick-contact-info .contdetail { justify-content: center; flex-direction: column; }
 .quick-contact-info .contdetail .contactdetailbox {text-align: center;}
 .home-approach-section .benefit-box .elementor-container.elementor-column-gap-default {max-width: 100%;}
 .enquiry-form-main-section .title, .enquiry-form-main-section .highlight-title{font-size: 22px !important;}
 .project-grid.project-style-2 .content .subtitle {display: none !important;}
 
.services-call-action-last .global-call-action-main { margin-top: 0; margin-bottom: 10px; }
.page-hire-wordpress-developer-india .breadcrum-area.breadcrumb-banner h1 {
    margin-top: 0px;
  }
}

.services-call-action-last .global-call-action-main { margin-top: 0; }

@media (max-width:767px){
.ourlocation li.footer-icons {display: block;}
.ourlocation li.footer-icons p {padding-left: 6px;}
.title-h2 { font-size: 28px; line-height: 35px;}
.title-h3, .title-h3 a{font-size: 24px;line-height: 30px;}
.home-approach-section .benefit-box .elementor-column {width: 100% !important;float: none;}
.home-approach-section .benefit-box .elementor-column .elementor-widget-wrap.elementor-element-populated .elementor-widget-container {min-height: auto;padding: 35px 30px 0;}
.home-faq-section .faq-accordion .accordion-button {font-size: 18px !important;line-height: 22px;}
.home-faq-section .elementor-container {max-width: 100% !important;}
.home-faq-section {position: relative;padding-top: 40px !important;padding-bottom: 50px !important;}
.home-faq-section .faq-accordion .accordion-body { padding: 0 24px 30px;}
.home-faq-section .faq-accordion .accordion-button{padding: 15px 20px;}
.home-approach-section.psd-process .benefit-box .elementor-column .elementor-widget-wrap.elementor-element-populated .elementor-widget-container {min-height: auto;}
.home-approach-section.psd-process .benefit-box .elementor-column .elementor-widget-wrap.elementor-element-populated .elementor-widget-container p {margin-bottom: 40px;}
.blog-single-pagination-sec .title-h2 {text-align: center;margin-bottom: 15px;}
.quick-contact-info.quick-contact-info-latest { display: none; }
.form-main .form-main ul li { width: 100%; }
.get-in-touch-popup-form .popup-form-section .close { right: 20px; top: 10px; padding-right: 0; }
.home-approach-section .benefit-box .elementor-column .elementor-widget-wrap.elementor-element-populated .elementor-widget-container h3 br {
  display: none;
}
/*.get-in-touch-popup-form .cf7sr-g-recaptcha {
    transform: scale(0.77);
    margin-left: -35px;
  }*/
  .get-in-touch-popup-form .form-main .form-main ul li {width: 40%;}
  .get-in-touch-popup-form .form-main .form-main ul li .wpcf7-submit {padding: 18px !important;}
  .enquiry-form-main-section .row {
    width: 100%;
    flex-wrap: wrap;
  }
  .enquiry-form-main-section .row .col-xs-12.col-sm-6.col-md-6.col-lg-6 {
    width: 100%;
  }
  .enquiry-form-main-section-main .container {
    width: 100% !important;
    max-width: 100% !important;
  }
  .home-approach-section.psd-process .benefit-box .elementor-column {
    width: 100% !important;
  }
  }

  @media (max-width:640px){
  .get-in-touch-popup-form .form-main .form-main ul li {
    width: 100%;
  }
  .enquiry-form-main-section .title, .enquiry-form-main-section .highlight-title {
    font-size: 18px !important;
  }
  .enquiry-form-main-section .highlight-title {
    float: none;
    margin-top: 0;margin-bottom: 12px;}
    .enquiry-form-main-section .title{margin: 15px 0 12px;}
}

@media (max-width:480px){
.side-button-sticky .collapse-popup {padding: 12px 20px; font-size: 16px;}
.side-button-sticky {right: -87px;} 
.home-approach-section.with-col-3 .benefit-box .elementor-column {width: 100% !important;float: none;padding: 0 0;}
.global-call-action-main {padding: 20px 20px 17px 20px;}
.global-call-action-main .col.col-2 h3, .global-call-action-main .col.col-2 .call-title-h3 { margin: 0 auto 8px; font-size: 21px; max-width: 266px; line-height: 26px; }
.global-call-action-main .col.col-2 p { font-size: 17px; max-width: 288px; margin: 0 auto 15px;  }

.popup-contact-form.contact-form-section .row .col-xl-5:first-child {  padding: 0 15px; }
.get-in-touch-popup-form .popup-form-section .title-h2 { font-size: 25px; }
.get-in-touch-popup-form .popup-form-section .sub-title { line-height: normal; } 
}

@media (max-width:380px){
.get-in-touch-popup-form .popup-form-section .title-h2 {
    font-size: 24px;
    line-height: 28px;
    margin-bottom: 6px;
  }	
}

.single-post table td, table th {
  width: 50%;
  vertical-align: top;
} 

.single-post table td a {
   color: var(--color-primary);
}

.single-post table td a:hover{color: var(--color-secondary);}
.my-services-sec.my-services-sec-new .section.section-padding.bg-color-light.pb--60 {
  padding-bottom: 1px;
}
.services-call-action-last {
  padding: 0 0 50px !important;
}
.single-post .single-blog .signup-right .axil-btn {
  margin-top: 0;
  margin-bottom: 0;
}

@media (min-width: 1200px) {
.single-post .global-call-action-main { padding-bottom: 6px; }
.single-post .global-call-action-main .col.col-1 { width: 23%; position: relative; bottom: -10px; }
.single-post .global-call-action-main .col.col-3 { width: 18%; padding-left: 6px; }
.single-post .global-call-action-main .col.col-3 .btn-small { padding: 12px 16px; border-radius: 10px; }
.single-post .global-call-action-main .col.col-2 h3, .single-post .global-call-action-main .col.col-2 .call-title-h3 { margin-bottom: 3px; font-size: 19px; font-family: "DM Sans";
  font-weight: 700;
  font-style: normal;line-height: 30px;}
.single-post .global-call-action-main .col.col-2 p, .single-post .global-call-action-main .col.col-2 a { font-size: 16px; }


}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
.single-post section .container { padding-left: 0px; padding-right: 0px; }
.single-post .global-call-action-main .col.col-2 { width: 58%; }

}
@media (max-width:1199px){
.single-post .global-call-action-main .col.col-3 .btn-small { margin:0px; }	
}
@media (max-width:767px){
div#mc_embed_signup_scroll {
  flex-direction: column;
}
.signup-popup .signup-left {
  width: 100% !important;
  float: left;
  border-right: 0px dashed #f7006b !important;
  padding-right: 0 !important;
  border-bottom:2px dashed #f7006b;
  padding-bottom: 15px;
}
.signup-popup .signup-right {
  float: left;
  width: 100% !important;
  padding-left: 0 !important;
  padding-top: 25px;
}
.blog-comment-box .comment-author {
  flex-direction: column !important;
}
.blog-comment-box .comment-author .comment-author-image {
  margin-right: 0;
  margin-bottom: 15px;
}
.single-post .single-blog .blog-comment-box .comment-list li, .single-axil-projects .single-blog .blog-comment-box .comment-list li {
  padding: 30px;
}
.single-post .single-blog .form-submit .axil-btn { margin-top: 20px !important; margin-bottom: 0 !important; }

.headcontact { padding-top: 7px !important; }
.col-lg-12.topbar { padding-bottom: 10px; }
.axil-mainmenu:after { top: 45px; }

}
@media only screen and (min-width: 1200px) and (max-width: 1350px) {
.my-portfolio-sec.with-filter .project-grid .content .title {
  margin: 22px 0 5px 0 !important;
}
.my-portfolio-sec.with-filter .project-grid .content .subtitle span {
  line-height: normal !important;
  font-size: 18px !important;
}

}
@media (max-width:1000px){
.my-portfolio-sec.with-filter .project-grid .content .subtitle {
  display: none !important;
}

}
@media (max-width:360px){
 .headcontact a.top-links-box.phone-box:focus, .headcontact a.top-links-box.phone-box:hover {
    width: 36px !important;
  }
  
}