@charset "UTF-8";
/*-----------------------------------------------------------------------------------

    Theme Name: Delport - Logistics & Transportation Business WordPress Theme
    Author: Bdevs
    Support: https://www.devsnews.com/support/
    Description: Delport - Logistics & Transportation Business WordPress Theme
    Version: 1.0

-----------------------------------------------------------------------------------

/************ TABLE OF CONTENTS ***************

		01. Common CSS
		02. Header CSS
		03. Sidebar CSS
		04. Banner CSS
		05. Services CSS
		06. About Us CSS
		07. Delport CTA CSS
		08. Work Process CSS
		09. Testimonial CSS
		10. Brand CSS
		11. Price CTA CSS
		12. Blog CSS
		13. Team CSS
		14. Accordion CSS
		15. Contact CSS
		16. Portfolio CSS
		17. Approach CSS
		18. Mission CSS
		19. Pricing CSS
		20. footer CSS


**********************************************/
/*

/*----------------------------------------
    01. common CSS
----------------------------------------*/
html,
body {
  scroll-behavior: smooth;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: "Roboto", sans-serif !important;
  font-size: 16px;
  font-weight: 400;
  color: var(--clr-common-text) !important;
  line-height: 26px;
}

a {
  text-decoration: none;
}

.w-img img {
  width: 100%;
}

.m-img img {
  max-width: 100%;
}

a,
.btn,
button,
p,
i,
input,
select,
textarea,
li,
img,
svg path,
*::after,
*::before,
.transition-5,
h1,
h2,
h3,
h4,
h5,
h6 {
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

input {
  outline: 0;
}

input,
select,
textarea {
  font-family: "Oswald", sans-serif !important;
}

a:focus,
.button:focus {
  text-decoration: none;
  outline: none;
}

a:focus,
a:hover {
  color: inherit;
  text-decoration: none;
}

a,
button {
  color: inherit;
  outline: none;
  border: none;
  background: transparent;
}

button:hover {
  cursor: pointer;
}

button:focus {
  outline: 0;
  border: 0;
}

.uppercase {
  text-transform: uppercase;
}

.capitalize {
  text-transform: capitalize;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Oswald", sans-serif !important;
  color: var(--clr-common-heading);
  margin-top: 0px;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: -0.3px;
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

h1 {
  font-size: 80px;
}

h2 {
  font-size: 50px;
}

h3 {
  font-size: 30px;
}

h4 {
  font-size: 20px;
}

h5 {
  font-size: 16px;
}

h6 {
  font-size: 14px;
}

ul {
  margin: 0px;
  padding: 0px;
}

p {
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: var(--clr-common-text);
  margin-bottom: 15px;
  line-height: 26px;
}

a:hover {
  color: var(--clr-common-color-red);
}

*::-moz-selection {
  background: var(--clr-theme-1);
  color: var(--clr-common-white);
  text-shadow: none;
}

::-moz-selection {
  background: var(--clr-theme-1);
  color: var(--clr-common-white);
  text-shadow: none;
}

::selection {
  background: var(--clr-theme-1);
  color: var(--clr-common-white);
  text-shadow: none;
}

/*-----------------------------------------
    - Input Placeholder
-----------------------------------------*/
*::-moz-placeholder {
  color: var(--clr-common-placeholder) !important;
  font-size: 16px !important;
  opacity: 1;
  text-transform: uppercase;
  font-family: "Oswald", sans-serif !important;
  font-weight: 400;
}

*::placeholder {
  color: var(--clr-common-placeholder) !important;
  font-size: 16px !important;
  opacity: 1;
  text-transform: uppercase;
  font-family: "Oswald", sans-serif !important;
  font-weight: 400;
}

/*-----------------------------------------
    - Common Classes
-----------------------------------------*/
.fix {
  overflow: hidden;
}

.clear {
  clear: both;
}

.f-left {
  float: left;
}

.f-right {
  float: right;
}

.t-right {
  text-align: right;
}

.z-index-1 {
  z-index: 1;
}

.z-index-11 {
  z-index: 11;
}

.lh-1 {
  line-height: 1;
}

.overflow-y-visible {
  overflow-x: hidden;
  overflow-y: visible;
}

.p-relative {
  position: relative;
}

.p-absolute {
  position: absolute;
}

.pos-rel {
  position: relative;
}

.pos-abs {
  position: absolute;
}

.content-para {
  margin-bottom: 10px;
}

.bg-css {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

/*------------------------------------------
    - Background color
-----------------------------------------*/
.theme-bg {
  background: var(--clr-theme-1);
}

.red-bg {
  background: var(--clr-common-color-red);
}

.grey-bg {
  background: var(--clr-bg-gray);
}

.grey-bg-2 {
  background: var(--clr-bg-gray-2);
}

.grey-bg-3 {
  background: var(--clr-bg-gray-3);
}

.grey-bg-4 {
  background: var(--clr-bg-gray-4);
}

.green-bg {
  background: var(--clr-common-heading);
}

.pink-bg {
  background: var(--clr-common-black);
}

.white-bg {
  background: var(--clr-common-white);
}

.black-bg {
  background: var(--clr-common-black);
}

.footer-bg-1 {
  background: var(--clr-theme-1);
}

/*---------------------------------------
    - color
-----------------------------------------*/
.text-white h1,
.text-white h2,
.text-white h3,
.text-white h4,
.text-white h5,
.text-white h6,
.text-white p,
.text-white span,
.text-white li,
.text-white a {
  color: var(--clr-common-white) !important;
}

.white-color {
  color: var(--clr-common-white);
}

.theme-color {
  color: var(--clr-common-black) !important;
}

.black-color {
  color: var(--clr-common-black);
}

.body-overlay {
  background-color: rgba(0, 0, 0, 0.5);
  height: 100%;
  width: 100%;
  position: fixed;
  top: 0;
  z-index: 900;
  left: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.body-overlay:hover {
  cursor: pointer;
}

.body-overlay.opened {
  opacity: 1;
  visibility: visible;
}

@media (max-width: 575px) {
  .progress-wrap {
    right: 15px;
    bottom: 15px;
  }
}

.play-btn {
  width: 120px;
  height: 120px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  line-height: 120px;
  color: var(--clr-theme-1);
  display: inline-block;
  text-align: center;
  font-size: 18px;
  animation: pulse 2s infinite;
}
.play-btn:hover {
  background: var(--clr-theme-1);
  color: var(--clr-common-white);
}
.play-btn-white {
  background: var(--clr-common-white);
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px) {
  .play-btn {
    width: 95px;
    height: 95px;
    line-height: 95px;
  }
}
@media (max-width: 575px) {
  .play-btn {
    width: 80px;
    height: 80px;
    line-height: 80px;
    font-size: 16px;
  }
}
@media (max-width:450px) {
  .play-btn {
    width: 70px;
    height: 70px;
    line-height: 70px;
  }
}

.dp-play-btn {
  width: 120px;
  height: 120px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  line-height: 120px;
  color: var(--clr-theme-1);
  display: inline-block;
  text-align: center;
  font-size: 18px;
  animation: pulse 2s infinite;
}
.dp-play-btn:hover {
  background: var(--clr-theme-1);
  color: var(--clr-common-white);
}
.dp-play-btn-white {
  background: var(--clr-common-white);
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px) {
  .dp-play-btn {
    width: 95px;
    height: 95px;
    line-height: 95px;
  }
}
@media (max-width: 575px) {
  .dp-play-btn {
    width: 80px;
    height: 80px;
    line-height: 80px;
    font-size: 16px;
  }
}
@media (max-width:450px) {
  .dp-play-btn {
    width: 70px;
    height: 70px;
    line-height: 70px;
  }
}

/* pulse btn */
.pulse-btn {
  display: inline-block;
  width: 80px;
  height: 80px;
  line-height: 84px;
  text-align: center;
  background-color: var(--clr-common-white);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  color: var(--clr-common-black);
  animation: pulse 2s infinite;
}
.pulse-btn:hover {
  background-color: var(--clr-common-black);
  color: var(--clr-common-white);
}
.pulse-btn i {
  padding-left: 2px;
}

.banner-content2 .btn-round.pulse-btn:hover {
  background-color: #df1a27;
}

@-webkit-keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.4);
  }
  70% {
    -webkit-box-shadow: 0 0 0 45px rgba(255, 255, 255, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}
@keyframes pulse {
  0% {
    -moz-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.4);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.4);
  }
  70% {
    -moz-box-shadow: 0 0 0 45px rgba(255, 255, 255, 0);
    box-shadow: 0 0 0 45px rgba(255, 255, 255, 0);
  }
  100% {
    -moz-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}
@-webkit-keyframes mappulse {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(219, 28, 41, 0.4);
  }
  70% {
    -webkit-box-shadow: 0 0 0 20px rgba(219, 28, 41, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(219, 28, 41, 0);
  }
}
@keyframes mappulse {
  0% {
    -moz-box-shadow: 0 0 0 0 rgba(219, 28, 41, 0.4);
    box-shadow: 0 0 0 0 rgba(219, 28, 41, 0.4);
  }
  70% {
    -moz-box-shadow: 0 0 0 20px rgba(219, 28, 41, 0);
    box-shadow: 0 0 0 20px rgba(219, 28, 41, 0);
  }
  100% {
    -moz-box-shadow: 0 0 0 0 rgba(219, 28, 41, 0);
    box-shadow: 0 0 0 0 rgba(219, 28, 41, 0);
  }
}
:root {
  /**
     @color declaration
     */
  --clr-common-white: #fff;
  --clr-common-black: #000;
  --clr-common-blue: #2785ff;
  --clr-common-heading: #012863;
  --clr-common-text: #777777;
  --clr-common-border: #eaebee;
  --clr-common-border-2: #F3F3F3;
  --clr-common-border-3: #a4abbc;
  --clr-common-border-4: #ebebeb;
  --clr-common-border-5: #3d5375;
  --clr-common-border-6: #575757;
  --clr-common-border-7: #214170;
  --clr-common-border-8: #395173;
  --clr-common-border-9: #e0e3ed;
  --clr-common-border-10: #ffffff12;
  --clr-common-placeholder: #bcbcbc;
  --clr-common-color-red: #db1c29;
  --clr-common-color-red-2: #bc101c;
  --clr-common-color-red-3: #d51b28;
  --clr-common-color-1: #8a9db9;
  --clr-common-color-2: #012863;
  --clr-common-color-3: #999999;
  --clr-common-color-4: #99abc6;
  --clr-common-color-5: #113771;
  --clr-common-color-6: #7e94b5;
  --clr-common-color-7: #001f4f;
  --clr-common-color-8: #8799b4;
  --clr-common-color-9: #465e82;
  --clr-common-color-10: #a2b0c7;
  --clr-common-color-11: #607696;
  --clr-common-color-12: #f2f2f2;
  --clr-common-color-13: #08306c;
  --clr-common-color-14: #f09aa0;
  --clr-common-color-15: #ffefef;
  --clr-common-color-16: #ffffff17;
  --clr-common-color-17: #99abc61c;
  --clr-common-color-18: #f1f1f1;
  --clr-common-color-19: #eeeeee;
  --clr-common-color-20: #d4d4d4;
  --clr-common-color-21: #f5f6f9;
  --clr-common-color-22: #eeeeee1f;
  --clr-common-color-23: #282828;
  --clr-common-gray: #f8f8f8;
  --clr-common-placeholder-color: #bcbcbc;
  --clr-common-input-border: #f6f6f6;
  --clr-common-gradient: linear-gradient(to left, #db1c29, #db1c29);
  --clr-theme-1: #012863;
  --clr-theme-2: #bc101c;
  --clr-bg-gray: #f3f4f6;
  --clr-bg-gray-2: #f5f5f5;
  --clr-bg-gray-3: #f8f8f8;
  --clr-bg-gray-4: #f7f7f7;
  --clr-bg-gray-5: #f7f7f780;
  --clr-bg-gray-6: #607696;
  --clr-bg-black: #000;
  --clr-bg-footer: #f6f6f6;
}

.bg-gray {
  background-color: var(--clr-bg-gray);
}

.fill-btn {
  font-size: 16px;
  color: var(--clr-common-white);
  font-weight: 600;
  background: var(--clr-common-color-red);
  height: 60px;
  display: inline-flex;
  line-height: 60px;
  padding: 0 38px;
  position: relative;
  overflow: hidden;
  text-align: center;
  text-transform: uppercase;
  font-family: "Oswald", sans-serif;
  border: none;
  outline: none;
}
.fill-btn:hover {
  color: var(--clr-common-white);
  background: var(--clr-common-heading);
}
.fill-btn-white {
  background: var(--clr-common-white);
  color: var(--clr-common-heading);
}
.fill-lg-btn {
  padding: 0 50px;
}
.fill-xl-btn {
  padding: 0 53px;
}
.fill-border-btn {
  background: transparent;
  border: 2px solid var(--clr-common-white);
}

.cta-form-submit {
  width: 100%;
  border: none;
  outline: none;
}

.border-btn {
  font-size: 16px;
  color: var(--clr-common-white);
  font-weight: 600;
  background: transparent;
  border: 1px solid var(--clr-common-white);
  height: 60px;
  display: inline-block;
  line-height: 58px;
  padding: 0 43px;
  position: relative;
  overflow: hidden;
  text-align: center;
  text-transform: uppercase;
}
.border-btn-lg {
  padding: 0 50px;
}
.border-btn-xl {
  padding: 0 53px;
}
.border-btn:hover {
  color: var(--clr-common-white);
  background: var(--clr-common-heading);
}

.dp-up-btn {
  font-size: 16px;
  color: var(--clr-theme-2);
  font-weight: 600;
  background: transparent;
  border: 1px solid var(--clr-theme-2);
  height: 60px;
  display: inline-block;
  line-height: 58px;
  padding: 0 43px;
  position: relative;
  overflow: hidden;
  text-align: center;
  text-transform: uppercase;
  transition: all 1.3s ease 0s;
  border-radius: 8px;
  z-index: 1;
  margin: 0px;
}
.dp-up-btn::before {
  content: "";
  background: var(--clr-theme-2);
  width: 20px;
  height: 20px;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
  left: 50%;
  top: -50%;
  z-index: -1;
  transition: top 0.4s ease-in 0.4s, width 0.4s ease-out, height 0.4s ease-out;
}
.dp-up-btn.slider-btn {
  background: #db1c29;
  color: #fff;
  border: none;
}
.dp-up-btn.slider-btn:hover, .dp-up-btn.slider-btn:focus {
  color: #db1c29;
  background: transparent !important;
}
.dp-up-btn.slider-btn:hover::before, .dp-up-btn.slider-btn:focus::before {
  width: 500px;
  height: 500px;
  top: 50%;
  transition: top 0.4s ease-in, width 0.4s ease-out 0.4s, height 0.4s ease-out 0.4s;
  background-color: var(--clr-common-white);
}
.dp-up-btn.slider-btn:hover.white-btn, .dp-up-btn.slider-btn:focus.white-btn {
  color: var(--clr-common-white) !important;
}
.dp-up-btn-lg {
  padding: 0 50px;
}
.dp-up-btn-xl {
  padding: 0 53px;
}
.dp-up-btn:hover {
  color: var(--clr-common-white);
  background: transparent !important;
}
.dp-up-btn:hover::before {
  width: 500px;
  height: 500px;
  top: 50%;
  transition: top 0.4s ease-in, width 0.4s ease-out 0.4s, height 0.4s ease-out 0.4s;
}
.dp-up-btn:hover.white-btn {
  color: var(--clr-theme-1) !important;
  border-color: var(--clr-theme-2);
}
.dp-up-btn.white-btn {
  color: var(--clr-common-white) !important;
  border-color: var(--clr-common-white) !important;
}
.dp-up-btn.white-btn:before {
  background: var(--clr-common-white);
}

.dp-blog-btn {
  font-size: 16px;
  color: var(--clr-common-white);
  font-weight: 600;
  background: var(--clr-common-color-red);
  height: 60px;
  display: inline-flex;
  line-height: 60px;
  padding: 0 38px;
  position: relative;
  overflow: hidden;
  text-align: center;
  text-transform: uppercase;
  font-family: "Oswald", sans-serif;
  border-radius: 6px;
}
.dp-blog-btn:hover {
  color: var(--clr-common-white);
  background: var(--clr-common-heading);
}
.dp-blog-btn:focus {
  color: var(--clr-common-white) !important;
  background: var(--clr-common-heading);
}

.clip-btn {
  clip-path: polygon(11% 0, 100% 0, 89% 100%, 0 100%);
}

.clip-sm-btn {
  clip-path: polygon(2% 0, 100% 0, 98% 100%, 0 100%);
}

.clip-md-btn {
  clip-path: polygon(10% 0, 100% 0, 90% 100%, 0 100%);
}

.skew-btn {
  background: transparent;
  height: 60px;
  padding: 0px 55px;
  line-height: 60px;
  font-weight: 600;
  text-transform: uppercase;
  color: var(--clr-common-white);
  font-family: "Oswald", sans-serif;
  position: relative;
  display: inline-flex;
  z-index: 2;
}
.skew-btn::before {
  position: absolute;
  content: "";
  width: calc(100% - 20px);
  height: 100%;
  border: 2px solid var(--clr-common-border-2);
  -webkit-transform: skew(-18deg);
  -moz-transform: skew(-18deg);
  -ms-transform: skew(-18deg);
  transform: skew(-18deg);
  z-index: -1;
  left: 10px;
}
.skew-btn:hover {
  color: var(--clr-common-heading);
}
.skew-btn:hover::before {
  background: var(--clr-common-white);
  border-color: var(--clr-common-white);
}

.btn-round {
  -webkit-box-shadow: 0px 16px 32px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 16px 32px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 16px 32px 0px rgba(0, 0, 0, 0.1);
  width: 60px;
  height: 60px;
  line-height: 60px;
  display: inline-block;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  color: var(--clr-common-heading);
  font-size: 18px;
  background: var(--clr-common-white);
}

.bounce {
  -moz-animation: bounce 3s infinite;
  -webkit-animation: bounce 3s infinite;
  animation: bounce 3s infinite;
}

.border-tb {
  border-top: 1px solid var(--clr-common-border-2);
  border-bottom: 1px solid var(--clr-common-border-2);
}

.overlay {
  position: relative;
  z-index: 1;
}
.overlay::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background: var(--clr-common-color-red);
  mix-blend-mode: multiply;
}

.section__title .testimonial__title {
  color: var(--clr-theme-1);
}
.section__title .sub-title,
.section__title span {
  color: var(--clr-common-color-red-3);
  text-transform: uppercase;
  margin-bottom: 14px;
  display: block;
  font-weight: 400;
  font-size: 16px;
  font-family: "Oswald", sans-serif;
  line-height: 1;
  margin-top: -2px;
}
.section__title .sub-title.white,
.section__title span.white {
  color: var(--clr-common-white);
}
.section__title .title {
  font-size: 50px;
  font-family: "Oswald", sans-serif;
  color: var(--clr-common-heading);
  margin-top: 0px;
  font-weight: 600;
  margin-bottom: 0;
}
.section__title .title-sm {
  font-size: 30px;
}
@media (max-width: 575px) {
  .section__title .title-sm {
    font-size: 26px;
  }
}
.section__title .title.white {
  color: var(--clr-common-white);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .section__title .title {
    font-size: 40px;
  }
  .section__title .title br {
    display: none;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .section__title .title {
    font-size: 34px;
  }
  .section__title .title br {
    display: none;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .section__title .title {
    font-size: 34px;
  }
  .section__title .title br {
    display: none;
  }
}
@media (max-width:450px) {
  .section__title .title {
    font-size: 28px;
  }
}

.lh-1 {
  line-height: 1;
}

.clip-box {
  clip-path: polygon(4% 0, 100% 0, 96% 100%, 0 100%);
}
.clip-box-common {
  position: relative;
  background: transparent;
  z-index: 2;
}
.clip-box-common::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: var(--clr-common-white);
  z-index: -1;
}
.clip-box-xxs {
  clip-path: polygon(1.4% 0, 100% 0, 98.6% 100%, 0 100%);
}
.clip-box-xs {
  clip-path: polygon(1.5% 0, 100% 0, 98.5% 100%, 0 100%);
}
.clip-box-sm {
  clip-path: polygon(7% 0, 100% 0, 93% 100%, 0 100%);
}
.clip-box-md {
  clip-path: polygon(10% 0, 100% 0, 90% 100%, 0 100%);
}
.clip-box-md-before {
  clip-path: polygon(6% 0, 100% 0, 94% 100%, 0 100%);
}
.clip-box-lg-before {
  clip-path: polygon(10% 0, 100% 0, 90% 100%, 0 100%);
}
.clip-box-sm-before {
  clip-path: polygon(2% 0, 100% 0, 98% 100%, 0 100%);
}

.mt--35 {
  margin-top: -35px;
}

.mt--40 {
  margin-top: -40px;
}

.mt--45 {
  margin-top: -45px;
}

.mt--50 {
  margin-top: -50px;
}

.mt--60 {
  margin-top: -60px;
}

.mt--62 {
  margin-top: -62px;
}

.mt--85 {
  margin-top: -85px;
}

.mt--65 {
  margin-top: -65px;
}

.mt--100 {
  margin-top: -100px;
}

.hr1 {
  border-bottom: 1px solid #dcdcdc;
}

.breadcrumb-spacing {
  padding: 160px 0px;
  background-size: cover;
  position: relative;
  background-repeat: no-repeat;
  background-position: center center;
  z-index: 2;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .breadcrumb-spacing {
    padding: 80px 0;
  }
}
.breadcrumb-spacing::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: var(--clr-theme-1);
  z-index: -1;
}
.breadcrumb-menu li {
  display: inline-block;
  padding: 0 15px;
  position: relative;
}
.breadcrumb-menu li span {
  color: var(--clr-common-white);
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
}
.breadcrumb-menu li a:hover span {
  color: var(--clr-common-color-red);
}
.breadcrumb-menu li:not(:last-child)::after {
  display: inline-block;
  color: var(--clr-common-white);
  content: "";
  position: absolute;
  right: -6px;
  top: 0px;
  font-family: "Font Awesome 5 Pro";
}

.page-title {
  color: var(--clr-common-white);
  font-size: 60px;
  font-weight: 700;
  font-family: "Oswald", sans-serif;
  line-height: 1;
  text-transform: uppercase;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .page-title {
    font-size: 50px;
    margin-bottom: 20px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .page-title {
    font-size: 45px;
    margin-bottom: 10px;
  }
}
@media (max-width:450px) {
  .page-title {
    font-size: 35px;
  }
}

.vert-move {
  -webkit-animation: mover 1s infinite alternate;
  animation: mover 1s infinite alternate;
}

@-webkit-keyframes mover {
  0% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-50px);
    -moz-transform: translateY(-50px);
    -ms-transform: translateY(-50px);
    transform: translateY(-50px);
  }
}
@keyframes mover {
  0% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-50px);
    -moz-transform: translateY(-50px);
    -ms-transform: translateY(-50px);
    transform: translateY(-50px);
  }
}
.hori-move {
  -webkit-animation: mover 1s infinite alternate;
  animation: mover-hori 1s infinite alternate;
}

@-webkit-keyframes mover-hori {
  0% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    -webkit-transform: translateX(-50px);
    -moz-transform: translateX(-50px);
    -ms-transform: translateX(-50px);
    transform: translateX(-50px);
  }
}
@keyframes mover-hori {
  0% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    -webkit-transform: translateX(-50px);
    -moz-transform: translateX(-50px);
    -ms-transform: translateX(-50px);
    transform: translateX(-50px);
  }
}
.container,
.container-fluid,
.container-lg,
.container-md,
.container-sm,
.container-xl,
.container-xxl {
  width: 100%;
  padding-right: var(--bs-gutter-x, 15px);
  padding-left: var(--bs-gutter-x, 15px);
  margin-right: auto;
  margin-left: auto;
}

.row {
  --bs-gutter-x: 30px;
}

@media (min-width: 1400px) {
  .container,
.container-lg,
.container-md,
.container-sm,
.container-xl,
.container-xxl {
    max-width: 1320px;
  }
}
.preloader img {
  width: 150px;
}

.elementor-section.elementor-section-boxed > .elementor-container {
  max-width: 1320px !important;
}

.elementor-element {
  --widgets-spacing: 30px !important;
}

/*
  Theme Name: Delport - Logistics & Transportation Business WordPress Theme + RTL
  Author: Bdevs
  Support: http://www.devsnews.com/support/
  Description: Delport - Logistics & Transportation Business WordPress Theme + RTL
  Version: 1.0
*/
/*.........<! 1. Theme default css !>.........*/
body {
  -ms-word-wrap: break-word;
  word-wrap: break-word;
  overflow-x: hidden;
}

img {
  height: auto;
}

code {
  color: #db1c29;
}

button {
  transition: 0.3s;
}

.img {
  max-width: 100%;
  transition: all 0.3s ease-out 0s;
  width: 100%;
}

img {
  transition: 0.3s;
}

.f-left {
  float: left;
}

.f-right {
  float: right;
}

.fix {
  overflow: hidden;
}

button {
  cursor: pointer;
}

a:focus, .button:focus {
  text-decoration: none;
  outline: none;
}

a:focus, a:hover {
  text-decoration: none;
}

input:focus::placeholder {
  opacity: 0;
}

input:focus::-moz-placeholder {
  opacity: 0;
}

textarea:focus::placeholder {
  opacity: 0;
}

textarea:focus::-moz-placeholder {
  opacity: 0;
}

button:focus, input:focus, input:focus, textarea, textarea:focus {
  outline: 0;
}

.uppercase {
  text-transform: uppercase;
}

.capitalize {
  text-transform: capitalize;
}

ul {
  margin: 0px;
  padding: 0px;
}

hr {
  border-bottom: 1px solid #eceff8;
  border-top: 0 none;
  margin: 30px 0;
  padding: 0;
}

label {
  color: #444;
  cursor: pointer;
  font-size: 14px;
  font-weight: 400;
}

*::-moz-selection {
  background: #d6b161;
  color: #fff;
  text-shadow: none;
}

::-moz-selection {
  background: #444;
  color: #fff;
  text-shadow: none;
}

::selection {
  background: #444;
  color: #fff;
  text-shadow: none;
}

*::-moz-placeholder {
  color: #555555;
  font-size: 14px;
  opacity: 1;
}

*::placeholder {
  color: #555555;
  font-size: 14px;
  opacity: 1;
}

.separator {
  border-top: 1px solid #f2f2f2;
}

/*.........<! End Theme Defaults Style !>.........*/
/** css issues **/
.post-text a:hover {
  color: #ededed;
}
.post-text p > a:hover {
  color: #696969;
}
.post-text img {
  max-width: 100%;
  margin: 25px 0;
}
.post-text blockquote p {
  margin-bottom: 10px !important;
  line-height: 1.5;
  font-size: 18px;
  color: #070337;
  font-weight: 400;
}
.post-text .wp-block-image {
  margin-bottom: 0;
}

.post-text > h6 {
  margin-bottom: 20px;
}

.postbox__video img, article.postbox .postbox__thumb img {
  max-width: 100%;
  transition: all 0.3s ease-out 0s;
  height: auto;
  width: inherit;
}

.blog__details-wrapper ul li a:hover {
  color: #db1c29;
}

.navigation-border {
  border-top: 2px solid #f7f7f7;
  overflow: hidden;
}

.theme-navigation span {
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 500;
  display: block;
  margin-bottom: 10px;
}
.theme-navigation span a {
  color: #666;
}
.theme-navigation span a:hover {
  color: #db1c29;
}
.theme-navigation h4 {
  font-size: 23px;
  margin: 0;
  font-weight: 700;
  line-height: 1.3;
}
.theme-navigation h4 a {
  color: #004876;
}
.theme-navigation h4 a:hover {
  color: #db1c29;
}

.b-0 {
  border: 0;
}

.sidebar-search-form {
  position: relative;
}
.sidebar-search-form input {
  display: block;
  width: 100%;
  height: 64px;
  padding: 0 50px 0 27px;
  border: 2px solid transparent;
  outline: 0;
  background: #fff;
  color: var(--clr-common-heading);
}
.sidebar-search-form input ::placeholder {
  color: #bcbcbc;
}
.sidebar-search-form button {
  font-size: 16px;
  color: #011224;
  position: absolute;
  top: 50%;
  right: 25px;
  transform: translateY(-50%);
  background: none;
}

.sidebar-search-form input:focus::placeholder {
  opacity: 0;
}

.sidebar-search-form input:focus::-moz-placeholder {
  opacity: 0;
}

.footer-widget .sidebar-search-form input {
  background: #fff;
}

.about-me img {
  margin-bottom: 25px;
  border-radius: 50%;
}
.about-me h4 {
  font-size: 18px;
  letter-spacing: 1px;
}

.widget-social-icon a {
  display: inline-block;
  margin: 0 8px;
  color: #db1c29;
}
.widget-social-icon a:hover {
  color: #db1c29;
}

.widget .recent-posts > li {
  overflow: hidden;
}

.widget .recent-posts > li:not(:last-child) {
  overflow: hidden;
  margin-bottom: 30px;
}

.widget-posts-image {
  float: left;
}
.widget-posts-image img {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  margin-right: 20px;
  margin-bottom: 0;
}

.recent-posts .widget-post-list:not(:last-child) {
  margin-bottom: 30px;
}

.widget-posts-body {
  overflow: hidden;
  padding-top: 8px;
}

.widget-posts-title {
  margin-bottom: 6px;
  font-size: 16px;
  line-height: 1.3;
  font-weight: 600;
}
.widget-posts-title a {
  color: #001d23;
}
.widget-posts-title a:hover {
  color: #db1c29;
}

.widget-posts-meta {
  font-size: 12px;
  text-transform: capitalize;
  font-weight: 500;
  color: #28484f;
  margin-bottom: 7px;
}

.widget-post-list .widget-posts-meta {
  margin: 0;
}

ul.cat li {
  border-top: 1px solid #eaedff;
  padding: 15px 0;
  overflow: hidden;
}

ul.cat li:first-child {
  border-top: 0;
  padding-top: 0;
}

ul.cat li:last-child {
  padding-bottom: 0;
}

ul.cat li a {
  display: block;
  color: #647589;
}

ul.cat li a:hover {
  color: #db1c29;
}

#Instafeed {
  margin: 0 -5px;
  overflow: hidden;
}

#Instafeed li {
  width: 33.33%;
  float: left;
  padding: 0 5px;
  margin-bottom: 10px;
}

#Instafeed li img {
  width: 100%;
}

.bg-none {
  background: none;
}

.blog-post-tag a:last-child {
  margin-right: 0;
}

.theme-author.author {
  background: #fff;
}

.author-img {
  margin-bottom: 20px;
  margin-right: 0;
  margin-top: 0;
}
.author-img img {
  margin-top: -60px;
  border-radius: 50%;
  border: 5px solid #fff;
}

.author-text {
  overflow: hidden;
}
.author-text h3 {
  font-size: 24px;
  margin-bottom: 15px;
  text-transform: capitalize;
}
.author-text p {
  margin-bottom: 0;
  font-size: 15px;
  line-height: 28px;
}

.author-icon {
  margin-top: 10px;
  margin-bottom: 15px;
}
.author-icon a {
  font-size: 14px;
  color: #666;
  margin-right: 10px;
  transition: 0.3s;
}
.author-icon a:hover {
  color: #db1c29;
}

.blog__author-img img {
  width: 100px;
  border-radius: 10px;
}

.blog__author-content p {
  margin: 0;
  line-height: 24px;
  font-size: 15px;
}

/*author*/
.author-wrapper {
  background: #f7f7fd;
  padding: 37px 71px 35px 40px;
  overflow: hidden;
  border-left: 5px solid #1876df;
}

.author-text > h4 {
  text-transform: capitalize;
}

.author-text > p {
  margin-bottom: 0;
}

.author-icon a:hover {
  color: #db1c29;
}

.blog-comment-title h2 {
  font-size: 22px;
  margin-bottom: 0;
}

.post-comments-title h2 {
  font-size: 22px;
  margin-bottom: 30px;
}

ul .comment-respond {
  margin-bottom: 40px;
  margin-top: 40px;
}

.post-comments-title h2 small {
  font-size: 16px;
  font-weight: 500;
  color: #db1c29;
}

.comment-reply-link {
  font-weight: 600;
  font-size: 14px;
  color: #222222;
}
.comment-reply-link i {
  padding-left: 4px;
  display: inline-block;
  font-weight: 400;
  font-size: 12px;
  transform: translateY(1px);
  padding-right: 4px;
}

/*comment-reply*/
.logged-in-as {
  line-height: 1;
}

/* 25. Pagination  */
div.basic-pagination ul {
  padding-left: 0;
}

/*next prev post*/
.blog-details-border {
  margin-top: 40px;
  background: #fff;
}

.page-area .post-comments-form {
  margin-bottom: 0;
  clear: both;
  padding-top: 0;
}

.delport-page-content ol, .delport-page-content ul {
  padding-left: 22px;
}

/*blog pagination*/
/*blog-post-tag*/
.blog__details__tag {
  overflow: hidden;
  clear: both;
  margin-top: 20px;
  padding-top: 30px;
}

/**
*
* Sidebar widget css
*
*/
/**
* tags
*/
.blog-area .widget ul {
  padding: 0;
  margin: 0;
}

.blog-area .widget ul li ul {
  padding-left: 10px;
  padding-top: 15px;
}

.rssSummary {
  line-height: 27px;
  margin: 10px 0;
  color: var(--clr-common-color-4);
  font-size: 16px;
}

.widget ul {
  margin: 0;
}

.widget ul li a.rsswidget {
  line-height: 1.3;
}

.widget .footer-post h5 a {
  font-size: 16px;
  line-height: 1.3;
}

.widget_recent_entries ul li a {
  line-height: 26px;
}

/**
* image widget
*/
.widget_media_image img {
  width: 100%;
}

/**
* widget custom style for wp
*
*/
.widget li:last-child {
  border: 0;
  margin: 0;
  margin-bottom: 0;
}

.widget li a {
  color: #444;
  font-weight: 400;
  padding-left: 0;
}

.widget li a:hover {
  color: #db1c29;
}

.widget.widget_rss li span {
  display: block;
}

.widget.widget_rss li span {
  display: block;
  list-style: none;
  margin-right: 35px;
  font-size: 14px;
  font-weight: 500;
  color: #6A6A6A;
  transition: all 0.3s ease-out 0s;
}

li .blog-footer-meta span {
  float: none !important;
  font-size: 13px !important;
}

.widget_recent_comments li span, .widget_recent_comments li span a {
  float: none;
  font-weight: 500;
}

.footer_widget.widget_recent_comments li span, .footer_widget.widget_recent_comments li span a {
  float: none;
  font-weight: 600;
  color: #fff;
}

.sidebar__widget.widget_recent_comments li span, .sidebar__widget.widget_recent_comments li span a {
  font-weight: 500;
  color: #070337;
  text-transform: capitalize;
  padding-left: 0;
}

.sidebar__widget.widget_recent_comments li span a:after {
  display: none;
}

.sidebar__widget.widget_recent_comments li span, .sidebar__widget.widget_recent_comments li a:hover {
  color: #db1c29;
}

.sidebar__widget.widget_recent_comments li a {
  padding-left: 0;
}

.sidebar__widget.widget_recent_comments li a:after {
  display: none;
  padding-left: 0;
}

.sidebar__widget ul li a:hover {
  color: #db1c29;
}

.footer_widget .widget_rss ul li a.rsswidget {
  font-weight: 500;
  color: #57556a;
}

.sidebar__widget.widget_rss ul li a.rsswidget {
  font-weight: 500;
  color: #070337;
  padding-left: 0;
}

.widget li span.post-date {
  float: none;
  margin-top: 7px;
  display: block;
  font-size: 13px;
}

.textwidget img {
  max-width: 100%;
}

.ablog__sidebar .widget .rssSummary {
  color: #777;
}

/* calendar widget */
.wp-calendar-nav {
  display: flex;
  justify-content: space-between;
}

.widget_calendar {
  float: none;
}

#wp-calendar {
  width: 100%;
}

#wp-calendar caption {
  text-align: right;
  font-size: 15px;
  margin-top: 5px;
  margin-bottom: 0;
  padding-bottom: 0;
  padding-top: 0;
  color: #9ba1ad;
}

.bd-footer-widget .calendar_wrap .wp-calendar-nav .wp-calendar-nav-prev a {
  color: #9ba1ad;
}

.footer-widget #wp-calendar caption {
  color: #aabcd8;
}

.footer-widget .wp-calendar-nav a {
  color: #aabcd8;
}

.footer-widget ul ul {
  padding-left: 15px;
  padding-top: 15px;
}

.footer-widget.widget_recent_comments ul li a::before, .footer-widget.widget_recent_entries ul li a::before, .footer-widget.widget_rss ul li a::before {
  display: none;
}

.footer-widget.widget_rss {
  color: #fff;
}
.footer-widget.widget_rss ul li span, .footer-widget.widget_rss ul li cite {
  display: block;
  color: var(--clr-common-color-4);
}
.footer-widget.widget_rss ul li span {
  margin-top: 15px;
}

.footer-widget.widget_rss .rssSummary {
  color: var(--clr-common-color-4);
}

.footer-widget #wp-calendar thead th {
  padding-bottom: 10px;
  text-align: center;
  color: #fff;
}

.footer-widget .sidebar-tad li a, .footer-widget .tagcloud a {
  color: #fff;
}

.footer-widget .tagcloud a:hover {
  color: var(--clr-theme-1);
  background: #fff;
  border-color: #fff;
}

.footer-widget .tagcloud a:hover::before {
  background: #db1c29;
  border-color: #db1c29;
}

.widget .rsswidget {
  color: #001d23;
}

#wp-calendar thead {
  font-size: 14px;
}

#wp-calendar thead th {
  padding: 5px;
  text-align: center;
  background: transparent;
  font-weight: 500;
  border: 1px solid #ddd;
  color: #9ba1ad;
}

#wp-calendar tbody {
  color: #666;
}

#wp-calendar tbody td {
  background: #fff;
  border: 1px solid #e1e1e1;
  text-align: center;
  padding: 8px 0;
  transition: 0.3s;
}

.footer-widget #wp-calendar tbody td {
  background: #fff;
  border: 1px solid #ddd;
}

.footer__widget #wp-calendar thead th {
  padding-bottom: 10px;
  text-align: center;
  color: #a1a2ab;
}

.footer__widget #wp-calendar caption {
  color: #a1a2ab;
}

.footer__widget .wp-calendar-nav a {
  color: #a1a2ab;
}

#wp-calendar tbody td:hover, #wp-calendar tbody td:hover a {
  background: #db1c29;
  color: #fff;
}

#wp-calendar tbody .pad, #wp-calendar tbody .pad:hover {
  background: none;
}

#wp-calendar tfoot #next {
  font-size: 10px;
  text-transform: uppercase;
  text-align: right;
}

#wp-calendar tfoot #prev {
  font-size: 10px;
  text-transform: uppercase;
  padding-top: 10px;
}

.latest-comments ul li ul.children {
  padding-left: 70px;
}

.latest-comments ul li ul.children {
  padding-top: 0;
}

.no-results.not-found {
  background: #fff;
  padding: 41px 100px;
  text-align: center;
  border: 2px solid #f4f3fb;
  margin-bottom: 50px;
}

@media (max-width: 767px) {
  .no-results.not-found {
    padding: 30px;
  }
}
.pageontent.blog-search-content p {
  margin-bottom: 20px;
}

.blog-search-title {
  font-size: 30px;
  font-weight: 700;
  margin: 0;
}

.error-404-title {
  line-height: 1;
  font-size: 140px;
  font-weight: 700;
  margin-bottom: 15px;
}

.error-title {
  font-size: 42px;
  line-height: 1;
  margin-bottom: 30px;
  font-weight: 600;
}

.error-text {
  margin-bottom: 30px;
}

.page-content.mb-40 {
  margin-bottom: 30px;
}

.page-header {
  background: #f5faff;
  margin-bottom: 30px;
  padding: 30px;
}
.page-header h1 {
  font-size: 26px;
  font-weight: 600;
  margin: 0;
}

.no-results.not-found .page-header {
  background: none;
  margin-bottom: 30px;
  padding: 0;
}

.navigation.posts-navigation .nav-next {
  float: right;
}
.navigation.posts-navigation .nav-previous {
  float: left;
}
.navigation.posts-navigation .nav-links {
  overflow: hidden;
}

.navigation.posts-navigation {
  overflow: hidden;
  margin-bottom: 40px;
}
.navigation.posts-navigation .nav-links a {
  text-transform: uppercase;
  background: #fff;
  border: 2px solid #db1c29;
  color: #db1c29;
}
.navigation.posts-navigation .nav-links a:hover {
  background: #db1c29;
  color: #fff;
}

.bd-footer-area .recentcomments a {
  color: #fff;
}

.bd-footer-area .recentcomments a:hover {
  color: var(--clr-theme-1);
}

.bd-footer-widget.widget_rss ul li a.rsswidget {
  color: #fff;
}

.bd-footer-widget.widget_rss ul li a.rsswidget:hover {
  color: var(--clr-theme-1);
}

/*page table*/
.delport-page-content table {
  margin-bottom: 30px;
}

.delport-page-content table tbody td {
  text-align: center;
}

.delport-page-content table a {
  color: #db1c29;
}

.delport-page-content table td {
  border-color: #ddd;
  padding: 12px 12px;
}

.delport-page-content th, .delport-page-content td {
  font-weight: normal;
  text-align: left;
  border-width: 0 1px 1px 0;
}

.delport-page-content table, .delport-page-content th, .delport-page-content td {
  border: 1px solid #d1d1d1;
}

.delport-page-content table th {
  padding: 12px 12px;
  font-size: 15px;
  border-color: #ddd;
  text-align: center;
  font-weight: 600;
}

.delport-page-content ol li, .delport-page-content ul li {
  margin-bottom: 7px;
}

.delport-page-content ol li ol, .delport-page-content ul li ul {
  margin-top: 7px;
}

.blog__details-wrapper table {
  margin-bottom: 30px;
}

.blog__details-wrapper table tbody td {
  text-align: center;
}

.blog__details-wrapper table td {
  border-color: #ddd;
  padding: 12px 12px;
}

.blog__details-wrapper th, .blog__details-wrapper td {
  font-weight: normal;
  text-align: left;
  border-width: 0 1px 1px 0;
  padding: 10px 15px;
}

.blog__details-wrapper table, .blog__details-wrapper th, .blog__details-wrapper td {
  border: 1px solid #d1d1d1;
}

.post-comments table th {
  padding: 12px 12px;
  font-size: 15px;
  border-color: #ddd;
  text-align: center;
  font-weight: 600;
}

.blog__details-wrapper table {
  margin-bottom: 30px;
  width: 100%;
}

.blog__details-wrapper table tbody td {
  text-align: center;
}

.blog__details-wrapper table td {
  border-color: #ddd;
  padding: 12px 12px;
}

.blog__details-wrapper th, .blog__details-wrapper td {
  font-weight: normal;
  text-align: left;
  border-width: 0 1px 1px 0;
}

.blog__details-wrapper table, .blog__details-wrapper th, .blog__details-wrapper td {
  border: 1px solid #d1d1d1;
}

.blog__details-wrapper table th {
  padding: 12px 12px;
  font-size: 15px;
  border-color: #ddd;
  text-align: center;
  font-weight: 400;
}

#wp-calendar tbody td#today {
  background: #db1c29;
  color: #fff;
}

#wp-calendar tbody td#today a {
  color: #fff;
}

.post-text .wp-caption.aligncenter {
  margin-top: 40px;
}

.post-text .alignright.size-thumbnail {
  overflow: hidden;
  clear: both;
}

/*unit test*/
.post-comments .latest-comments > ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}

.blog-area dl, .blog-area ol, .blog-area ul {
  margin-top: 0;
  margin-bottom: 25px;
}

.blog-area > ul, .blog-area > ol, .blog-area ul, .blog-area ol {
  padding-left: 25px;
}

.blog__details-wrapper ol li, .blog__details-wrapper ul li {
  padding-top: 7px;
}

.blog-area ol ol ol, .blog-area ol ul ul, .blog-area ul ol ol, .blog-area ul ul ul {
  margin-bottom: 0;
}

.blog-area ol ul, .blog-area ul ol, .blog-area ul ul, .blog-area ol ul ol {
  margin-bottom: 0;
}

ul {
  list-style: disc;
}

.wp-block-button .wp-block-button__link {
  color: #fff !important;
}

.postbox.sticky .post-text, .postbox.sticky .post-text p {
  margin-bottom: 0;
}

.blog-content h3 {
  margin-top: 20px;
  margin-bottom: 5px;
}

#wp-calendar #next a, #wp-calendar #prev a {
  font-size: 13px;
  font-weight: 600;
}

.blog-content table {
  margin-bottom: 30px;
}

.blog-content table tbody td {
  text-align: center;
}

.blog-content table td {
  border-color: #ddd;
  padding: 12px 12px;
}

.blog-content th, .blog-content td {
  font-weight: normal;
  text-align: left;
  border-width: 0 1px 1px 0;
}

.blog-content table, .blog-content th, .blog-content td {
  border: 1px solid #d1d1d1;
}

.blog-content table th {
  padding: 12px 12px;
  font-size: 15px;
  border-color: #ddd;
  text-align: center;
  font-weight: 600;
}

.comments-text > p {
  margin-bottom: 15px;
}

.comments-text ul li, .comments-text ol li {
  padding-top: 5px;
}

#wp-comment-cookies-consent {
  width: auto;
  display: inline-block;
  height: auto;
  margin-right: 20px;
}

.comment-form-cookies-consent label {
  display: inline-block;
}

.comment-form-cookies-consent {
  margin-left: 18px;
  display: none;
}

pre {
  display: block;
  font-size: 87.5%;
  color: #212529;
  border: 1px solid #ddd;
  padding: 15px;
}

dd + dt {
  margin-top: 20px;
}

.page-links {
  width: 100%;
  clear: both;
  margin-bottom: 30px;
  margin-top: 20px;
}

.page-links > span.page-links-title {
  border: 0;
  color: inherit;
}

.page-links a, .page-links > span {
  border: 2px solid #ddd;
  display: inline-block;
  min-width: 35px;
  text-align: center;
  margin-left: 2px;
  height: 33px;
  line-height: 30px;
  margin-right: 3px;
  color: #444;
}

.page-links > span {
  border: 2px solid #096bd8;
  color: #096bd8;
}

.page-links a:hover {
  border: 2px solid #096bd8;
  color: #096bd8;
}

/**
*
* removing visual composer default data
*/
.wpb_button, .wpb_content_element, ul.wpb_thumbnails-fluid > li {
  margin-bottom: 0 !important;
}

.comments-text > ul, .comments-text > ol {
  margin-bottom: 20px;
}

#recentcomments li a {
  line-height: 1.5;
}

.widget.widget_recent_comments ul li a {
  display: unset;
  line-height: 27px;
}

.tag-space {
  display: block;
  width: 100%;
  clear: both;
  margin-top: 20px;
}

.size-thumbnail {
  margin-bottom: 20px;
}

.no-results.not-found .page-header {
  padding-top: 0;
  padding-bottom: 0;
}

.search-form2 .form-control {
  height: 50px;
  border-radius: inherit;
}

.search-form2 {
  position: relative;
}

.archive-description {
  margin-top: 15px;
}

/*footer */
.footer-area-bottom {
  padding: 15px 0;
}

.copy-right p {
  color: #fff;
  margin: 0;
  padding: 20px 0;
}

.footer-widget select {
  width: 100%;
  border-radius: 0;
}

/*theme unit test css */
.btn.focus, .btn:focus {
  outline: 0;
  box-shadow: none;
}

.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  clip-path: none;
  color: #012863;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
  outline: 0;
}

.admin-bar .sticky-header {
  top: 32px;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em !important;
}

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em !important;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto !important;
  margin-right: auto !important;
  text-align: center;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before, .clear:after, .entry-content:before, .entry-content:after, .comment-content:before, .comment-content:after, .site-header:before, .site-header:after, .site-content:before, .site-content:after, .site-footer:before, .site-footer:after {
  content: "";
  display: table;
  table-layout: fixed;
}

.clear:after, .entry-content:after, .comment-content:after, .site-header:after, .site-content:after, .site-footer:after {
  clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget select {
  max-width: 100%;
  height: 45px;
  width: 100%;
  border: 1px solid #ddd;
  padding: 0 10px;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
button:focus, input:focus, input:focus, textarea, textarea:focus {
  outline: 0;
}

.sticky {
  display: block;
}

.postbox__item {
  border: 1px solid #f6f6f8;
  box-shadow: 0px 1px 2px 0px rgba(10, 0, 58, 0.14);
}

.bd-blog.sticky {
  position: relative;
}

.bd-blog.sticky::before {
  position: absolute;
  content: "";
  right: 25px;
  top: 15px;
  font-family: "Font Awesome 5 Pro";
  color: #db1c29;
  font-size: 35px;
  z-index: 9;
}

.updated:not(.published) {
  display: none;
}

.page-links {
  clear: both;
  margin: 0 0 1.5em;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}

.bypostauthor {
  display: block;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation, .infinite-scroll.neverending .site-footer {
  /* Theme Footer (when set to scrolling) */
  display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
  display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley, .entry-content .wp-smiley, .comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed, iframe, object {
  max-width: 100%;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
  display: inline-block;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}

.wp-caption img[class*=wp-image-] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
  font-size: 14px;
  font-style: italic;
}

.wp-caption-text {
  text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
  margin-bottom: 10px;
}

.gallery-item {
  display: inline-block;
  max-width: 33.33%;
  text-align: center;
  vertical-align: top;
  width: 100%;
  padding-right: 5px !important;
}

.gallery-columns-1 .gallery-item {
  max-width: 100%;
  width: 100%;
}

.gallery-columns-2 .gallery-item {
  max-width: 50%;
}

.gallery-columns-3 .gallery-item {
  max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
  max-width: 25%;
}

.gallery-columns-5 .gallery-item {
  max-width: 20%;
}

.gallery-columns-6 .gallery-item {
  max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
  max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
  max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
  max-width: 11.11%;
}

.gallery-caption {
  display: block;
}

/**
* custom css
*
*/
.has-cyan-bluish-gray-background-color.has-cyan-bluish-gray-background-color {
  background-color: #fff4ef;
}

.wp-block-pullquote {
  border-top: 4px solid #db1c29 !important;
  border-bottom: 4px solid #db1c29 !important;
}

.wp-block-quote__citation, .wp-block-quote cite, .wp-block-quote footer {
  margin-top: 10px;
  display: block;
}

.logged-in-as a {
  color: #222;
}

.logged-in-as a:hover {
  color: #db1c29;
}

/*new unit test*/
.wp-block-column:not(:first-child), .wp-block-column:nth-child(2n) {
  margin-left: 10px;
}

.wp-block-column:not(:last-child) {
  margin-right: 10px;
}

.wp-block-column:nth-child(2n+1) {
  margin-right: 10px;
}

.post-text > .alignwide {
  margin-left: 0;
  margin-right: 0;
}

.post-text p.has-large-font-size {
  font-size: 24px !important;
  line-height: 1.2;
  margin-bottom: 10px;
}

.wp-block-media-text.alignfull.has-media-on-the-right.has-background.is-stacked-on-mobile {
  margin-bottom: 20px;
}

.wp-block-preformatted {
  margin: 30px 0;
}

.has-very-light-gray-color.has-very-light-gray-color {
  color: #fff;
  background: #db1c29 !important;
}

.wp-block-archives select, .wp-block-archives .postform {
  height: 50px;
  width: 200px;
  border: 1px solid #ddd;
  padding: 0 10px;
}

.wp-block-categories .postform {
  width: 200px;
  border: 1px solid #ddd;
  padding: 0 10px;
  float: none;
  margin-bottom: 15px;
}

.wp-block-archives .nice-select {
  float: none;
  margin-bottom: 15px;
  width: 200px;
  margin-bottom: 15px;
}

.wp-block-latest-comments {
  padding-left: 0 !important;
}

.wp-block-latest-posts.has-dates {
  padding-left: 0;
}

.wp-block-archives li a, .wp-block-categories li a {
  color: #6a727f;
}

.wp-block-search__input {
  display: block;
  width: 100%;
  height: 64px;
  padding: 0 50px 0 27px;
  border: 2px solid var(--clr-common-border-2);
  outline: 0;
  background: #fff;
  color: var(--clr-common-heading);
  border-radius: 6px;
}

.wp-block-search .wp-block-search__inside-wrapper::after {
  position: absolute;
  top: 50%;
  right: 26px;
  color: var(--clr-common-heading);
  content: "";
  font-family: "Font Awesome 5 Pro";
  font-weight: 600;
  transform: translateY(-50%);
  cursor: pointer;
}

.wp-block-cover {
  margin-bottom: 30px;
}

.wp-block-search .wp-block-search__button {
  margin-left: 0;
  background: #000;
  color: #fff;
  border: 0;
  padding: 12px 40px;
  margin-bottom: 14px;
}

.copyright__text p {
  margin: 0;
}

.delport-page-content figure.wp-caption.aligncenter {
  margin-top: 40px;
}

.delport-page-content .size-full.alignright {
  margin-bottom: 35px;
  margin-top: 20px;
  clear: both;
}

.admin-bar .sticky-menu {
  margin-top: 32px;
}

.delport-page-content .post-comments-form {
  margin-top: 50px;
}
.delport-page-content .post-comments {
  margin-top: 40px;
}

.postbox.sticky .postbox_text {
  border: 2px solid #db1c29;
}

.page-links > span {
  border: 2px solid #db1c29;
  color: #db1c29;
}

.post-text a:hover {
  color: #db1c29;
}

.post-text a {
  color: #db1c29;
}
.post-text a.tag-cloud-link {
  color: #666;
}
.post-text a.tag-cloud-link:hover {
  color: #fff;
  background: #db1c29;
  border-color: #db1c29;
}

.wp-block-tag-cloud a a {
  display: inline-block;
  height: 34px;
  line-height: 30px;
  text-align: center;
  padding: 0 19px;
  font-size: 14px !important;
  font-weight: 500 !important;
  border: 2px solid #e8e7ec;
  margin-right: 8px;
  margin-bottom: 10px;
  font-weight: 400 !important;
  border-radius: 6px;
}
.wp-block-tag-cloud a a:hover {
  color: #ffffff;
  background: #db1c29;
  border-color: #db1c29;
}

.wp-block-calendar {
  margin-bottom: 30px;
}
.wp-block-calendar a {
  color: inherit;
  text-decoration: none;
  color: #878787;
}

.ablog__sidebar .wp-block-calendar {
  margin-bottom: 0;
}

.ablog .bd-blog-meta {
  line-height: 1;
}

.wp-block-latest-comments__comment-author {
  text-transform: capitalize;
}

.post-text .blocks-gallery-grid img {
  margin: 0;
}

.page-links a:hover {
  border: 2px solid #db1c29;
  color: #db1c29;
}

.post-password-form input[type=submit] {
  background-color: #db1c29;
}

.post-password-form input[type=password] {
  font-size: 1.2rem;
  line-height: 20px;
  padding: 12px 20px;
  border: 2px solid var(--clr-common-border-2);
  width: 100%;
  border-radius: 0;
}

.post-password-form label {
  width: 100%;
  margin-bottom: 8px;
}

.post-password-form input[type=submit] {
  border: none;
  padding: 10px 40px;
  color: #fff;
  cursor: pointer;
  transition: 0.3s;
  font-weight: 600;
}

.comments-avatar img {
  height: 80px;
  width: 80px;
}

.postbox__text .blog-post-tag {
  padding-top: 40px;
}

.layout-wrapper .alignright.size-thumbnail {
  margin-bottom: 20px;
  clear: both;
}

.blocks-gallery-grid .blocks-gallery-image, .blocks-gallery-grid .blocks-gallery-item, .wp-block-gallery .blocks-gallery-image, .wp-block-gallery .blocks-gallery-item {
  width: calc((100% - 16px) / 2);
}

.blocks-gallery-grid .blocks-gallery-image, .blocks-gallery-grid .blocks-gallery-item, .wp-block-gallery .blocks-gallery-image, .wp-block-gallery .blocks-gallery-item {
  margin: 0 16px 16px 0;
  display: flex;
  flex-grow: 1;
  flex-direction: column;
  justify-content: center;
  position: relative;
}

.blocks-gallery-grid.columns-2 .blocks-gallery-image:nth-of-type(2n), .blocks-gallery-grid.columns-2 .blocks-gallery-item:nth-of-type(2n), .wp-block-gallery.columns-2 .blocks-gallery-image:nth-of-type(2n), .wp-block-gallery.columns-2 .blocks-gallery-item:nth-of-type(2n) {
  margin-right: 0;
}

.wp-block-gallery.columns-2.is-cropped li.blocks-gallery-item {
  width: calc((100% - 16px) / 2) !important;
}

.wp-block-search .wp-block-search__input {
  width: 100%;
  margin: 0;
}

.wp-block-button {
  margin-bottom: 15px;
}

.wp-block-cover-text {
  color: #fff !important;
}

.wp-block-cover-text a {
  color: #fff;
}

.wp-block-gallery .blocks-gallery-grid {
  padding-left: 0;
  margin-bottom: 0;
}

.blocks-gallery-caption {
  margin-bottom: 40px;
}

.wp-block-group.has-background {
  margin-bottom: 25px;
}

.is-style-outline .wp-block-button__link {
  border: 2px solid #222;
}

.is-style-outline .wp-block-button__link {
  background-color: transparent;
  border: 2px solid #222;
  color: #222 !important;
}

.widget.mb-40.widget_media_image {
  padding: 0;
  border: 0;
}

.widget .nice-select, .footer-widget .nice-select {
  float: none;
  border-radius: 0;
}

.widget .nice-select .option, .footer-widget .nice-select .option {
  padding-top: 0;
  padding-bottom: 0;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
}

.bd-footer-widget .nice-select .option {
  padding-top: 0;
  padding-bottom: 0;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
}

.widget .nice-select::after, .footer-widget .nice-select::after {
  right: 18px;
}

.blog-area .post-comments ol ol, .blog-area .post-comments ol ul, .blog-area .post-comments ul ol, .blog-area .post-comments ul ul {
  margin-bottom: 20px;
}

.blog-area .post-comments ol ol ol, .blog-area .post-comments ol ul ul, .blog-area .post-comments ul ol ol, .blog-area .post-comments ul ul ul {
  margin-bottom: 0px;
}

.comments-text > ul, .comments-text > ol {
  margin-bottom: 20px;
}

.delport-page-content ol, .delport-page-content ul {
  padding-left: 25px;
  margin-bottom: 25px;
}

.delport-page-content .elementor-widget-container .sidebar__widget ol, .delport-page-content .elementor-widget-container .sidebar__widget ul {
  padding-left: 0px;
  margin-bottom: 0px;
}

.delport-page-content ol ol ol, .delport-page-content ol ul ul, .delport-page-content ul ol ol, .delport-page-content ul ul ul {
  margin-bottom: 0px;
}

.delport-page-content ol ol, .delport-page-content ol ul, .delport-page-content ul ol, .delport-page-content ul ul {
  margin-bottom: 0;
}

.blog-area ol ol, .blog-area ol ul, .blog-area ul ol, .blog-area ul ul {
  margin-bottom: 0;
}

.latest-comments .children li {
  list-style: none;
  margin-top: 5px;
}

.footer-widget.widget_recent_comments li a {
  display: unset;
}

.footer-widget ul li a {
  font-size: 14px;
  color: #aabcd8;
  display: inline-block;
}

.footer-widget ul li a:hover {
  color: #db1c29;
}

.sidebar__widget-title.mb-50 {
  margin-bottom: 35px;
}

.postbox_text {
  border: 2px solid #ededed;
  padding-left: 50px;
  padding-bottom: 50px;
  padding-right: 40px;
  transition: 0.3s;
  padding-top: 40px;
}

.post-meta span {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  font-weight: 500;
  text-transform: capitalize;
  margin-right: 20px;
  font-size: 15px;
  display: inline-block;
  color: #747ca2;
}
.post-meta span i {
  color: #db1c29;
  font-size: 14px;
  margin-right: 2px;
}
.post-meta a {
  font-weight: 500;
  color: #747ca2;
}
.post-meta a:hover {
  color: #db1c29;
}

.blog-title {
  font-size: 32px;
  margin-bottom: 20px;
}

.widget-title-box {
  text-align: center;
}

.cm-btn {
  border: 0;
}

.cm-btn i {
  margin-right: 3px;
}

.blog-post-tag span {
  display: block;
  margin-bottom: 10px;
  font-weight: 600;
}
.blog-post-tag a {
  border: 2px solid #f6f6f6;
  padding: 12px 25px;
  display: inline-block;
  line-height: 1;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 600;
  color: #00235a;
  margin-right: 5px;
  margin-top: 5px;
}
.blog-post-tag a:hover {
  background: #db1c29;
  color: #fff;
  border-color: #db1c29;
}

header ul, footer ul {
  list-style: none;
}

.delport-page-content .post-entry > p {
  margin: 32px 0;
  margin-top: 0;
}

.home_front_page .page_title__bread-crumb {
  display: none;
}

blockquote {
  margin: 35px 0px !important;
  padding: 40px;
  color: #666;
  position: relative;
  background: #f3f4f8;
  font-style: normal;
  text-align: left;
  clear: both;
  font-weight: 400;
  box-shadow: 0px 1px 2px 0px rgba(10, 0, 58, 0.14);
  border: 1px solid #f3f4f8;
}

blockquote::before {
  content: "";
  position: static;
  font-family: "Font Awesome 5 Pro";
  font-size: 32px;
  color: #db1c29;
  line-height: 1;
  margin-bottom: 18px;
  display: inline-block;
}

blockquote cite {
  font-size: 18px;
  display: block;
  margin-top: 10px;
  color: #070337;
  font-style: inherit;
  font-weight: 600;
}

blockquote cite::before {
  content: "";
  font-size: 28px;
  color: #ff5421;
  padding-bottom: 0px;
  display: inline-block;
  background: #db1c29;
  height: 2px;
  width: 40px;
  font-weight: 400;
  text-align: center;
  top: -4px;
  margin-right: 10px;
  position: relative;
}

.comments-box blockquote {
  background: #fff;
}

/*custom */
.single-post .page__title-content h2 {
  font-size: 55px;
}

.post_gallery .owl-nav div button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 35px;
  height: 45px;
  width: 45px;
  border-radius: 50%;
}

.post_gallery .owl-nav div.owl-next button {
  left: auto;
  right: 35px;
}

.post_gallery .owl-nav div button:hover {
  background: #db1c29;
  color: #fff;
}

.sidebar-posts-bg-thumb {
  height: 80px;
  width: 80px;
  border-radius: 10px;
  background-size: cover;
  background-position: center center;
  margin-right: 10px;
}

.widget-post-title {
  line-height: 1.4;
  font-size: 16px;
  margin-bottom: 5px;
  font-weight: 600;
  color: var(--clr-common-heading);
}

.widget-post-title:hover {
  color: var(--clr-common-color-red);
}

.rc-post .mb-20:last-child {
  margin: 0;
}

.rc-meta.widget-post-meta {
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
}

.blog-area .sidebar__widget ul {
  padding: 0;
  margin: 0;
}

.blog-area .recentcomments a::after {
  display: none;
}

.blog-area .sidebar__widget ul li {
  list-style: none;
  margin-bottom: 15px;
}

.blog-area .sidebar__widget ul ul {
  padding-left: 10px;
  padding-top: 14px;
}

.blog-area .sidebar__widget ul li a {
  padding-left: 20px;
  position: relative;
}

.blog-area .sidebar__widget ul li a:hover {
  color: #db1c29;
}

.blog-area .sidebar__widget ul li a:hover::after {
  left: 5px;
}

.blog__item.sticky {
  position: relative !important;
}

.blog__item.sticky::before {
  position: absolute;
  content: "";
  right: 25px;
  top: 25px;
  font-family: "Font Awesome 5 Pro";
  color: #db1c29;
  font-size: 35px;
}

.blog__details-wrapper .blog-title {
  display: none;
}

.post-text.mb-20 {
  margin-bottom: 0;
}

.post-text h3 {
  color: var(--clr-common-heading);
  font-size: 24px;
}

.blog__details__tag.tagcloud span {
  font-size: 16px;
  color: var(--clr-common-heading);
  font-weight: 500;
}

.post-comments-title h2 {
  color: var(--clr-common-heading);
}

.blog__details-wrapper .post-text.mb-20 p:last-child {
  margin-bottom: 0;
}

.services__widget.widget_bdevs_services_form_widget {
  padding-bottom: 25px;
}

.wpcf7-form-control.wpcf7-submit.f-btn.f-btn-3.w-100 {
  margin-bottom: 0;
}

.services__form p {
  margin: 0;
}

.widget_text.services__widget.widget_custom_html {
  padding: 0;
  background: none;
}

.social-links {
  margin-top: 20px;
}
.social-links a {
  margin-right: 15px;
  font-size: 13px;
}

.custom-footer-2 {
  padding-left: 30px;
}

.custom-footer-3 {
  padding-left: 30px;
}

.post-comment-form {
  clear: both;
}

.footer__widget ul ul {
  padding-left: 8px;
  padding-top: 4px;
}

.blog__details-wrapper .postbox__title {
  display: none;
}

.footer__widget .nice-select {
  float: none;
}

.footer__widget .nice-select .option {
  margin: 0 !important;
}

.bd-footer-widget .nice-select .list {
  width: 100%;
  max-height: 300px;
  overflow-y: scroll;
}

.widget .nice-select .list, .footer-widget .nice-select .list {
  width: 100%;
  max-height: 300px;
  overflow-y: scroll;
}

.nice-select::after {
  width: 5px;
}

.footer__widget.widget_text p {
  color: #a1a2ab;
}

.footer__widget cite {
  color: #a1a2ab;
}

.footer__widget.widget_search input:focus {
  border-color: transparent;
}

.single-post .bd-page-title .breadcrumb-title {
  font-size: 48px;
}

.post-input input, .post-input textarea {
  height: 60px;
  width: 100%;
  border-radius: 6px;
  background: transparent;
  border: none;
  font-size: 16px;
  font-weight: 400;
  padding: 0px 20px;
  outline: none;
  color: #6A6A6A;
  margin-bottom: 20px;
  border: 2px solid var(--clr-common-border-2);
}

.post-input input::placeholder, .post-input textarea::placeholder {
  font-size: 14px;
  font-family: "Poppins", sans-serif;
}

.post-input textarea {
  height: 150px;
  padding-top: 20px;
  padding-bottom: 20px;
  resize: none;
  line-height: 1;
}

.blog__details-wrapper .post-input input, .blog__details-wrapper .post-input textarea {
  margin-bottom: 20px;
}

.logged-in-as {
  line-height: 1.6;
  margin-bottom: 15px;
}

.blog__details-wrapper .bd-blog-details-title {
  display: none;
}

.basic-pagination ul li span.page-numbers.dots {
  line-height: 50px;
}

.blog-area .bd-blog-meta ul {
  padding-left: 0;
  margin-bottom: 0;
}

.bd-blog .bd-blog-meta {
  margin-bottom: 15px;
  line-height: 1;
}

.bd-blog-text {
  background: #ffffff;
  padding: 35px 40px;
  z-index: 1;
  position: relative;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}

.blocks-gallery-caption {
  margin-bottom: 40px;
}

.wp-block-pullquote {
  text-align: left;
}

.wp-block-quote {
  border: 0;
}

.wp-block-column .wp-block-quote {
  border-left: 0;
  padding-right: 30px;
}

.wp-block-image figcaption {
  color: #777;
  font-size: 14px;
  text-align: center;
  font-weight: 400;
  line-height: 27px;
}

.wp-block-pullquote.is-style-solid-color blockquote {
  display: inline-block;
}

.wp-block-quote.is-large, .wp-block-quote.is-style-large {
  padding: 20px 20px !important;
}

.wp-block-quote.has-text-align-right {
  border-right: 0;
}

.wp-block-button.is-style-squared .wp-block-button__link {
  color: #fff !important;
  border-radius: 0;
}

.wp-block-archives-dropdown select, .wp-block-categories-dropdown.wp-block-categories select {
  width: 250px;
  height: 50px;
  padding: 0 15px;
  margin-bottom: 20px;
  border: 1px solid #ddd;
}

.wp-block-search .wp-block-search__inside-wrapper {
  position: relative;
}

.wp-block-search .wp-block-search__label {
  margin-bottom: 30px;
  color: #012863;
  font-size: 20px;
  text-transform: uppercase;
  font-family: "Oswald", sans-serif;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: -0.3px;
  padding-bottom: 12px;
  color: var(--clr-common-heading);
  position: relative;
}

.wp-block-search .wp-block-search__label::before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 60px;
  height: 2px;
  background: var(--clr-common-color-red);
}

.ablog__sidebar .wp-block-search__button-outside.wp-block-search__text-button.wp-block-search {
  margin-bottom: 0px;
}

.wp-block-search .wp-block-search__button {
  margin-left: 0;
  background: #db1c29;
  color: #fff;
  border: 0;
  padding: 12px 20px;
  margin-bottom: 0;
  height: 100%;
  position: absolute;
  right: 0;
  border-radius: 6px;
  display: none;
}

.post-text .wp-block-media-text__media img {
  margin: 0;
}

.widget .nice-select::after {
  margin-top: -3px;
}

.widget .nice-select.open .list, .bd-footer-widget .nice-select.open .list {
  width: 100%;
}

.bd-footer-widget .nice-select {
  width: 100%;
  margin-bottom: 20px;
  float: none;
}
.bd-footer-widget .nice-select::after {
  margin-top: -3px;
}

.bd-footer-widget ul ul {
  padding-left: 10px;
  padding-top: 10px;
}

.bd-footer-widget ul li {
  color: #9ba1ad;
  font-weight: 400;
}

.widget_rss ul li a.rsswidget {
  font-weight: 500;
  color: #fff;
}

.footer-widget.widget_rss ul li a.rsswidget:hover {
  color: #db1c29;
}

.footer-widget.widget_text p strong {
  font-weight: 500;
}

.bd-footer-widget .tagcloud .tag-cloud-link {
  border: 1px solid #9ba1ad;
  color: #9ba1ad;
}

.bd-footer-widget .tagcloud .tag-cloud-link:hover {
  border-color: transparent;
  color: #fff;
}

.page-template-default .post-input textarea {
  margin-bottom: 20px;
}

.bd-footer-info-logo img {
  width: 131px;
}

.bd-footer-logo-two img {
  width: 131px;
}

.header-sidebar-logo img {
  width: 131px;
}

.wp-block-tag-cloud a {
  display: inline-block;
  height: 34px;
  line-height: 30px;
  text-align: center;
  padding: 0 19px;
  font-size: 14px !important;
  font-weight: 500 !important;
  border: 1px solid #e8e7ec;
  margin-right: 6px;
  margin-bottom: 10px;
  font-weight: 400 !important;
  border-radius: 6px;
}
.wp-block-tag-cloud a:hover {
  color: #ffffff;
  background: #db1c29;
  border-color: #db1c29;
}

@media (max-width: 767px) {
  div.latest-comments ul li ul.children {
    padding-left: 0;
  }

  .blog__wrapper.mr-35 {
    margin-right: 0;
  }

  .blog__details-wrapper.mr-35 {
    margin-right: 0;
  }
}
@media (max-width: 575px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px) {
  .blog__details-wrapper {
    margin-right: 0 !important;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 575px) {
  .blog__wrapper.mr-35 {
    margin-right: 0;
  }
}

@media (max-width: 600px) {
  .admin-bar .sticky-menu {
    margin-top: 0px;
  }

  .admin-bar .bd-header-area.bd-header-area-four.header-sticky.sticky-menu {
    margin-top: 0;
  }

  .admin-bar .bd-header-area.bd-header-area-seven.header-sticky.sticky-menu {
    margin-top: 0;
  }
}
@media (max-width: 1199px) {
  .bd-header-logo {
    line-height: 50px;
  }
}
/*widget block*/
.widget.widget_block .wp-block-latest-posts.wp-block-latest-posts__list li a:before, .widget.widget_recent_comments ul li a:before, .widget.widget_recent_entries ul li a:before, .widget.widget_rss ul li a:before {
  display: none;
}

.widget.widget_block .wp-block-latest-posts.wp-block-latest-posts__list li a, .widget.widget_block .wp-block-latest-comments li a, .widget.widget_recent_comments ul li a, .widget.widget_recent_entries ul li a, .widget.widget_rss ul li a {
  padding-left: 0;
  line-height: 1.5;
  font-size: 16px;
  margin-bottom: 5px;
  font-weight: 500;
  color: #012863;
}

.widget.widget_block .wp-block-latest-posts.wp-block-latest-posts__list li a:hover, .widget.widget_block .wp-block-latest-comments li a:hover, .widget.widget_recent_comments ul li a:hover, .widget.widget_recent_entries ul li a:hover, .widget.widget_rss ul li a:hover {
  color: #db1c29;
}

.widget.widget_block h2 {
  font-size: 20px;
  position: relative;
  padding-bottom: 6px;
  font-weight: 600;
}

.widget.widget_block h2::before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 50px;
  height: 2px;
  background: #db1c29;
}

.wp-block-archives-dropdown label {
  margin-bottom: 10px;
}

ul.wp-block-rss {
  list-style: none;
}

hr.wp-block-separator {
  opacity: 1;
}

.sidebar__widget .wp-block-social-links li a::after {
  display: none;
}

.sidebar__widget.widget_tag_cloud a {
  display: inline-block;
  height: 36px;
  line-height: 38px;
  padding: 0 15px;
  font-size: 15px;
  font-weight: 500;
  color: #53545b;
  background: #f3f4f8;
  border-radius: 4px;
  margin-right: 8px;
  margin-bottom: 10px;
  border: 0;
}

.sidebar__widget.widget_tag_cloud a:hover {
  color: #ffffff;
  background: #db1c29;
}

.sidebar__widget.widget_block h2 {
  font-size: 20px;
  padding-bottom: 7px;
  border-bottom: 1px solid #f0f0f5;
  margin-bottom: 35px;
}

.widget_block .wp-block-group__inner-container h2 {
  font-size: 20px;
  padding-bottom: 12px;
  margin-bottom: 30px;
  font-family: "Oswald", sans-serif;
  color: var(--clr-common-heading);
  margin-top: 0px;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: -0.3px;
  text-transform: uppercase;
}

.wp-block-latest-comments__comment a:hover {
  color: #db1c29;
}

.sidebar__widget .wp-block-search__label {
  font-size: 20px;
  padding-bottom: 7px;
  border-bottom: 1px solid #f0f0f5;
  margin-bottom: 35px;
}

.sidebar__widget .wp-block-search .wp-block-search__input {
  width: 100%;
  margin: 0;
  background: #F3F4F8;
  border: 0;
}

.sidebar__widget .wp-block-search .wp-block-search__button {
  background: #db1c29;
}

/*footer block css*/
.bd-footer-widget.widget_block h2 {
  font-size: 20px;
  font-weight: 600;
  color: #fff;
}

.bd-footer-widget.widget_block h2::before {
  display: none;
}

.bd-footer-widget.widget_block.widget_tag_cloud a {
  border: 1px solid #878787;
  color: #878787;
  border-radius: 6px;
}

.bd-footer-widget.widget_block.widget_tag_cloud a:hover {
  border-color: transparent;
  color: #fff;
}

.wp-block-calendar table caption, .wp-block-calendar table tbody {
  color: #878787;
}

.bd-footer-widget.widget_search .wp-block-search__label {
  font-size: 22px;
  font-weight: 600;
  color: #fff;
}

.bd-footer-widget.widget_search .wp-block-search__label::before {
  display: none;
}

.bd-footer-widget.widget_block .wp-block-latest-comments li a {
  font-size: 16px;
  font-weight: 400;
  color: #878787;
  display: inline-block;
  line-height: 1.5;
}

.bd-footer-widget.widget_block .wp-block-latest-comments li a:hover {
  color: var(--clr-theme-1);
}

/*fadein custom*/
@-webkit-keyframes fadeInUp2 {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes fadeInUp2 {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
.fadeInUp2 {
  -webkit-animation-name: fadeInUp2;
  animation-name: fadeInUp2;
}

/*fadeInUp*/
@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

.widget_block .wp-block-latest-comments__comment-meta time {
  font-size: 16px;
  font-weight: 400;
  line-height: 27px;
  color: var(--clr-body-text);
}
.widget_block .wp-block-latest-comments__comment-excerpt p {
  font-size: 16px;
  font-weight: 400;
  line-height: 27px;
  color: var(--clr-body-text);
}

.latest-comments ul li a:hover {
  color: #db1c29;
}

.nice-select.open .list {
  width: 100%;
}

.nice-select::after {
  margin-top: -4px;
}

.ablog__sidebar .widget #wp-calendar caption {
  color: var(--clr-body-text);
}

.ablog__sidebar .widget #wp-calendar thead th {
  color: var(--clr-body-text);
}

.bd-footer-widget .calendar_wrap .wp-calendar-nav-next a {
  color: #9ba1ad;
}

.search-wrap {
  display: none;
}

.home_front_page .breadcrumb-menu {
  display: none;
}

.home_front_page .page-title {
  margin-bottom: 5px;
}

.error__thumb h1 {
  color: var(--clr-common-color-red);
  font-size: 150px;
  line-height: 1;
  font-weight: 700;
  margin-bottom: 0;
}

.error__content .error__title {
  color: var(--clr-common-heading);
  margin-bottom: 15px;
}

.error__thumb img {
  width: 80%;
}

/*----------------------------------------
    02. Header CSS
----------------------------------------*/
.header__top {
  background: var(--clr-theme-1);
}
.header__text {
  color: var(--clr-common-color-1);
}
.header__text span {
  font-family: "Oswald", sans-serif;
  font-weight: 400;
}
.header__text span b {
  color: var(--clr-common-white);
  font-weight: 600;
  font-family: "Oswald", sans-serif;
}
.header__social-link {
  padding: 6px 20px;
  background: var(--clr-common-color-red);
  display: inline-block;
}
.header__social-link li {
  display: inline-block;
  margin-right: 13px;
}
.header__social-link li:last-child {
  margin-right: 0;
}
.header__social-link li a {
  color: var(--clr-common-white);
  font-size: 14px;
}
.header__social-link li:hover a {
  color: var(--clr-common-color-2);
}
.header__info {
  display: flex;
  justify-content: end;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 575px), only screen and (min-width: 576px) and (max-width: 767px) {
  .header__info {
    display: none;
  }
}
.header__info-item {
  display: flex;
  margin-right: 30px;
  align-items: center;
}
.header__info-item:last-child {
  margin-right: 0;
}
.header__info-icon {
  margin-right: 10px;
}
.header__info-icon i {
  font-size: 25px;
  color: var(--clr-common-color-red);
}
.header__info-text {
  line-height: 1;
}
.header__info-text span {
  font-size: 12px;
  font-weight: 600;
  margin-bottom: 5px;
  display: block;
  color: var(--clr-common-color-3);
  font-family: "Oswald", sans-serif;
}
.header__info-text h5 {
  margin: 0;
  text-transform: uppercase;
  letter-spacing: 0px;
  color: #012863;
}
.header__info-text h5 a:hover {
  color: #db1c29;
}
.header__toggle-btn {
  cursor: pointer;
  margin-top: 9px;
}
.header__bar {
  display: inline-block;
}
.header__bar span {
  width: 30px;
  height: 3px;
  background: var(--clr-common-heading);
  display: block;
  margin: 5px 0;
}
.header__bar span:nth-child(2) {
  width: 25px;
}
.header__bar:hover span {
  width: 30px;
}
.header__transparent {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  display: block;
  z-index: 500;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .header__bottom-wrapper {
    padding: 18px 0;
  }
}

.header__two-space {
  padding: 17px 0 0 0;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .header__two {
    padding: 18px 0px;
  }
}
.header__two-btn .fill-btn {
  padding: 0 43px;
}

.header__two-space.menu-sticky.sticky-active {
  padding: 0;
}

.header__top-3 {
  padding: 0 15px;
  line-height: 1;
}
.header__top-3-text {
  padding: 13px 35px 12px 30px;
  margin-right: -125px;
  margin-left: 250px;
  clip-path: polygon(1.4% 0, 100% 0, 98.6% 100%, 0 100%);
}
@media only screen and (min-width: 1800px) and (max-width: 1850px) {
  .header__top-3-text {
    margin-right: -110px;
    clip-path: polygon(1.6% 0, 100% 0, 98.4% 100%, 0 100%);
  }
}
@media only screen and (min-width: 1600px) and (max-width: 1799px) {
  .header__top-3-text {
    margin-right: -75px;
    clip-path: polygon(1.6% 0, 100% 0, 98.4% 100%, 0 100%);
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .header__top-3-text {
    margin-right: -30px;
    margin-left: 0px;
    clip-path: polygon(1.6% 0, 100% 0, 98.4% 100%, 0 100%);
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .header__top-3-text {
    margin-right: -95px;
    margin-left: 0px;
    clip-path: polygon(1.6% 0, 100% 0, 98.4% 100%, 0 100%);
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .header__top-3-text {
    margin-right: -40px;
    margin-left: 0px;
    clip-path: polygon(2.6% 0, 100% 0, 97.4% 100%, 0 100%);
  }
}
.header__top-3-link {
  text-align: right;
}
.header__top-3-link li {
  display: inline-block;
  margin-left: 15px;
}
.header__top-3-link li a {
  color: var(--clr-common-white);
}
.header__top-3-link li:hover a {
  color: var(--clr-common-color-red);
}
.header__top-3-btn .fill-btn {
  height: 43px;
  line-height: 38px;
  padding: 0 43px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .header__top-3 {
    display: none;
  }
}
.header__bottom-3-wrapper {
  display: flex;
  justify-content: end;
}
.header__bottom-3-text h5 {
  margin-bottom: 0;
}
.header__bottom-3-item {
  display: flex;
  align-items: center;
  margin-right: 30px;
}
.header__bottom-3-info {
  display: flex;
  align-items: center;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 575px) {
  .header__bottom-3-info {
    display: none;
  }
}
.header__bottom-3-ecom div {
  position: relative;
}
.header__bottom-3-ecom div i {
  color: var(--clr-common-heading);
}
.header__bottom-3-ecom div:hover i {
  color: var(--clr-common-color-red);
}
.header__bottom-3-icon {
  color: var(--clr-common-color-red);
  font-size: 28px;
}

.header__bottom-3-squre.sidebar-toggle-btn a {
  padding-top: 5px;
  display: inline-block;
}

.header__bottom-3-squre.sidebar-toggle-btn a i {
  font-size: 20px;
  color: var(--clr-common-color-red);
}

.header__bottom-3 {
  padding: 0 16px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .header__bottom-3.sticky-active {
    padding: 18px 10px;
  }
}

.logo-transform {
  -webkit-transform: translateY(7px);
  -moz-transform: translateY(7px);
  -ms-transform: translateY(7px);
  transform: translateY(7px);
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .logo-transform {
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
  }
}

.menu-area.position {
  position: absolute;
  bottom: -45px;
  z-index: 100;
  width: 100%;
  right: 0;
}

.main-menu ul li {
  position: relative;
  display: inline-block;
  margin-right: 59px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .main-menu ul li {
    margin-right: 50px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .main-menu ul li {
    margin-right: 35px;
  }
}
.main-menu ul li:last-child {
  margin-right: 0;
}
.main-menu ul li a {
  font-size: 16px;
  color: var(--clr-common-white);
  font-weight: 600;
  padding: 17px 0;
  display: block;
  text-transform: uppercase;
  font-weight: 600;
  font-family: "Oswald", sans-serif;
}
.main-menu ul li .sub-menu {
  background: var(--clr-common-white) none repeat scroll 0 0;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.176);
  left: 0;
  opacity: 0;
  position: absolute;
  top: 122%;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  visibility: hidden;
  width: 240px;
  z-index: 9;
  border-top: 4px solid var(--clr-common-heading);
  text-align: left;
  padding: 17px 0;
}
.main-menu ul li .sub-menu li {
  display: block;
}
.main-menu ul li .sub-menu li:hover {
  padding-left: 10px;
}
.main-menu ul li .sub-menu li:hover > a {
  color: var(--clr-common-color-red);
}
.main-menu ul li .sub-menu li a {
  color: var(--clr-common-heading);
  padding: 3px 20px;
}
.main-menu ul li .sub-menu li .sub-menu {
  left: 100%;
}
.main-menu ul li .sub-menu li .sub-menu li:hover > a {
  color: var(--clr-common-color-red);
}
.main-menu ul li:hover > a {
  color: var(--clr-common-color-red);
}
.main-menu ul li:hover > .sub-menu {
  opacity: 1;
  visibility: visible;
  top: 100%;
}
.main-menu ul li:hover > .sub-menu li:hover > .sub-menu {
  top: 0;
}
.main-menu ul li.menu-last .sub-menu {
  left: auto;
  right: 0;
}
.main-menu ul li.menu-last .sub-menu li .sub-menu {
  left: auto;
  right: 100%;
}
.main-menu-1 {
  padding-left: 50px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .main-menu-1 {
    padding-left: 40px;
  }
  .main-menu-1 ul li a {
    font-size: 15px;
  }
}
.main-menu-2 ul li {
  margin: 0 29px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .main-menu-2 ul li {
    margin: 0 16px;
  }
}
.main-menu-2 ul li a {
  color: var(--clr-common-heading);
}
.main-menu-2 ul li ul li {
  margin: 0;
}
.main-menu-3 {
  margin-left: -63px;
}
@media only screen and (min-width: 1800px) and (max-width: 1850px) {
  .main-menu-3 {
    margin-left: -42px;
  }
}
@media only screen and (min-width: 1600px) and (max-width: 1799px) {
  .main-menu-3 {
    margin-left: -2px;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .main-menu-3 {
    text-align: center;
    margin-left: 0;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .main-menu-3 {
    margin-left: 0;
    text-align: center;
  }
}
.main-menu-3 ul li {
  margin-right: 60px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .main-menu-3 ul li {
    margin-right: 40px;
  }
}
.main-menu-3 ul li a {
  color: var(--clr-common-heading);
}

@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), screen and (max-width: 575px) {
  .menu-none {
    display: none !important;
  }
}
.menu-bg {
  background: transparent;
  position: relative;
  margin-left: 20px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .menu-bg {
    margin-left: 80px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .menu-bg {
    margin-left: 65px;
  }
}
.menu-bg::before {
  content: "";
  position: absolute;
  clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 1% 100%);
  left: 0;
  right: 0;
  top: 0;
  background: var(--clr-common-color-red);
  width: 100%;
  height: 100%;
  z-index: -1;
}
.menu-btn a {
  background: var(--clr-common-color-red-2);
  display: block;
  padding: 17px 40px;
  text-transform: uppercase;
  color: var(--clr-common-white);
  font-weight: 600;
  font-family: "Oswald", sans-serif;
  display: inline-block;
}
.menu-btn a:hover {
  background: var(--clr-common-heading);
  color: var(--clr-common-white);
}

@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .menu-sticky.sticky-active {
    padding: 18px 0;
  }
}
.menu-sticky .main-menu-1 {
  margin: auto;
  padding-left: 0;
}
.menu-sticky ul li a {
  color: var(--clr-common-heading);
  padding: 32px 0;
}
.menu-sticky ul li:hover a {
  color: var(--clr-common-color-red);
}

.menu-hidden {
  opacity: 0;
  visibility: hidden;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
}
.sticky-active {
  position: fixed;
  top: 0;
  background: var(--clr-common-white);
  z-index: 800;
  right: 0;
  left: 0;
  width: 100%;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  box-shadow: 0 0 60px 0 rgba(53, 57, 69, 0.15);
  animation: 300ms ease-in-out 0s normal none 1 running fadeInDown;
  border: none;
  opacity: 1;
  visibility: visible;
}

@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .header__two.menu-sticky.sticky-active {
    padding: 18px 0px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px), (max-width:450px) {
  .header__bottom.menu-sticky {
    padding: 10px 0;
  }
}
.menu-sticky.sticky-active.menu-area {
  margin-top: 0 !important;
}
.menu-sticky.sticky-active .logo {
  display: block !important;
}
.menu-sticky.sticky-active .menu-bg {
  position: inherit;
}
.menu-sticky.sticky-active .menu-bg::before {
  clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
}
.menu-sticky.sticky-active .main-menu li a {
  padding: 32px 0;
  display: block;
}
.menu-sticky.sticky-active .main-menu li li a {
  padding: 3px 20px;
}
.menu-sticky.sticky-active .menu-btn a {
  padding: 15px 40px;
}

.header__bottom-3 .logo img {
  margin-top: -50px;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .header__bottom-3 .logo img {
    margin-top: 0px;
  }
}
.header__bottom-3.sticky-active .logo img {
  margin-top: 0px;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .header__bottom-3.sticky-active .logo img {
    margin-top: 0px;
  }
}
.header__bottom-3 ul li a {
  padding: 27px 0;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .header__bottom-3 {
    padding: 18px 10px;
  }
}

.default-header .main-menu.main-menu-2 ul li:hover > .sub-menu {
  top: 120%;
}

.default-header {
  padding: 15px 0;
}

.breadcrumb-menu nav span {
  color: #fff;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 500;
  padding: 0 2px;
}

.breadcrumb-menu nav {
  color: #fff;
}

.main-menu.main-menu-1 ul li:hover > a {
  color: #ffffff8f;
}

.logo img {
  width: 150px;
}
@media (max-width: 575px) {
  .logo img {
    max-width: inherit !important;
  }
}

.sidebar__logo img {
  width: 150px;
}

#dl-header-style .elementor-button-wrapper a {
  clip-path: polygon(11% 0, 100% 0, 89% 100%, 0 100%) !important;
}

.header-style-01 .generic-main-menu-wrapper .generic-main-menu nav ul li .sub-menu {
  border-top: 4px solid #012863;
}

.header-style-01 .generic-main-menu nav ul li.menu-item-has-children > a::after {
  color: #012863;
  display: none;
}

.header-style-01 .generic-main-menu nav ul li.current_page_item:hover a::after .header-style-01 .generic-main-menu ul li:hover a::after {
  color: #db1c29;
}

.elementor-section.elementor-top-section.dl-transparent-header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  display: block;
  background-color: transparent;
  z-index: 500;
}

.dl-header-style-04 .elementor-section.elementor-inner-section.elementor-element.elementor-element-abbacac {
  clip-path: polygon(1.4% 0, 100% 0, 98.6% 100%, 0 100%);
}

.dl-header-style-04 .dl-header-info-list ul li:first-child span,
.dl-header-style-02 .dl-header-info-list ul li:first-child span {
  color: #8a9db9 !important;
  font-weight: 400 !important;
}
.dl-header-style-04 .dl-header-info-list ul li:not(:first-child):hover span,
.dl-header-style-02 .dl-header-info-list ul li:not(:first-child):hover span {
  color: #db1c29;
}

.dl-header-style-04 .elementor-widget-container .elementor-icon-list-items span,
.dl-header-style-02 .elementor-widget-container .elementor-icon-list-items span {
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

.dl-header-style-02 .elementor-section.elementor-inner-section.elementor-element.elementor-element-13178ee {
  position: relative;
}
.dl-header-style-02 .elementor-section.elementor-inner-section.elementor-element.elementor-element-13178ee:before {
  content: "";
  position: absolute;
  clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 1% 100%);
  left: 0;
  right: 0;
  top: 0;
  background: #db1c29;
  width: 100%;
  height: 100%;
  z-index: -1;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 575px), only screen and (min-width: 576px) and (max-width: 767px) {
  .dl-header-style-02 .elementor-section.elementor-inner-section.elementor-element.elementor-element-13178ee:before {
    background: none;
  }
}

#dl-header-style #dl-header-button .elementor-button-wrapper a.elementor-button {
  clip-path: none !important;
}

.dl-header-style-04 .header__info {
  padding: 0;
}
.dl-header-style-04 .header__info .header__info-item {
  margin-bottom: 0px;
  margin-right: 30px;
}
.dl-header-style-04 .header__info .header__info-item:last-child {
  margin-right: 0;
}
.dl-header-style-04 .header__info .header__info-item .header__info-text h5 {
  margin-top: 5px;
}

.dl-header-style-04 .elementor-396 .generic-main-menu nav ul li:last-child {
  margin-right: 0;
}

.generic-main-menu-wrapper .generic-main-menu nav ul li .sub-menu {
  left: 0;
  opacity: 0;
  top: 216%;
  transition: all 0.5s ease-out 0s;
  visibility: hidden;
  transform: scaleY(0);
  transform-origin: top center;
}

.generic-main-menu-wrapper .generic-main-menu ul li:hover > .sub-menu {
  opacity: 1;
  visibility: visible;
  transform: scaleY(1);
}

.dp-header-style-02 .generic-main-menu-wrapper .generic-main-menu nav ul li .sub-menu {
  top: 155%;
}

.dl-transparent-header .generic-main-menu-wrapper .generic-main-menu nav ul li .sub-menu {
  top: 155%;
}

.dl-header-style-04 .generic-main-menu-wrapper .generic-main-menu nav ul li .sub-menu {
  top: 208%;
}

#dl-header-style.header-style-05 .elementor-button-wrapper a {
  clip-path: inherit !important;
}

#dl-header-style.header-style-6 .elementor-button-wrapper a {
  clip-path: inherit !important;
}

#dl-header-style.header-style-07 .elementor-button-wrapper a {
  clip-path: inherit !important;
}

/*----------------------------------------
    03. Sidebar CSS
----------------------------------------*/
.sidebar__area {
  position: fixed;
  right: -485px;
  top: 0;
  width: 320px;
  height: 100%;
  border-left: 3px solid var(--clr-common-color-red);
  background: var(--clr-common-white) none repeat scroll 0 0;
  overflow-y: scroll;
  -webkit-box-shadow: -5px 0 20px -5px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: -5px 0 20px -5px rgba(0, 0, 0, 0.5);
  box-shadow: -5px 0 20px -5px rgba(0, 0, 0, 0.5);
  z-index: 9999999;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .sidebar__area {
    width: 320px;
  }
}

.sidebar__area.sidebar-opened {
  right: 0px;
}

.sidebar__wrapper {
  position: relative;
  padding: 25px;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .sidebar__wrapper {
    padding: 20px;
  }
}

.sidebar__close {
  position: absolute;
  right: 45px;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .sidebar__close {
    right: 20px;
  }
}

.sidebar__close-btn {
  display: inline-block;
  font-size: 16px;
  height: 45px;
  width: 45px;
  line-height: 46px;
  color: var(--clr-common-white);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  background: var(--clr-common-heading);
}
.sidebar__close-btn:hover {
  background: var(--clr-common-color-red);
  color: var(--clr-common-white);
}

.sidebar__search {
  position: relative;
}
.sidebar__search input {
  width: 100%;
  height: 50px;
  line-height: 40px;
  padding-right: 20px;
  background: var(--clr-theme-1);
  border: none;
  outline: none;
  color: var(--clr-common-white);
  font-size: 14px;
  padding: 0px 45px 0 20px;
  display: block;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}
.sidebar__search button {
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 14px;
  color: var(--clr-common-white);
}
.sidebar__search .single-input-field {
  margin-bottom: 0;
}

.sidebar__social ul li {
  display: inline-block;
  margin-right: 10px;
}
.sidebar__social ul li :not(:last-child) {
  margin-right: 5px;
}
.sidebar__social ul li a {
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 42px;
  text-align: center;
  background: var(--clr-theme-1);
  color: var(--clr-common-white);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.sidebar__social ul li:hover a {
  background: var(--clr-common-color-red);
}

.sidebar__contact {
  margin-top: 0 !important;
}

.mean-container .mean-bar {
  padding: 0;
  min-height: auto;
  background: none;
}
.mean-container .mean-nav {
  background: none;
  margin-top: 0;
}
.mean-container .mean-nav ul {
  display: block;
}
.mean-container .mean-nav ul li a {
  display: block;
  float: left;
  width: 90%;
  padding: 10px 5%;
  margin: 0;
  text-align: left;
  color: var(--clr-common-white);
  border-top: 1px solid var(--clr-common-border-9);
  text-decoration: none;
  text-transform: uppercase;
  color: var(--clr-common-heading);
  font-weight: 600;
  font-family: "Oswald", sans-serif;
}
.mean-container .mean-nav ul li a.mean-expand.mean-clicked i {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  color: var(--clr-common-heading);
}
.mean-container .mean-nav > ul {
  padding: 0;
  margin: 0;
  width: 100%;
  list-style-type: none;
  display: block !important;
}

.mean-container .mean-nav > ul > li:first-child > a {
  border-top: 1px solid transparent;
}

.mean-container a.meanmenu-reveal span {
  display: none;
}

.sidebar__contact {
  margin-bottom: 30px;
}
.sidebar__info-item {
  margin-bottom: 15px;
  display: flex;
  align-items: center;
}
.sidebar__info-icon {
  font-size: 35px;
  color: var(--clr-common-color-red);
  margin-right: 20px;
}
@media (max-width:450px) {
  .sidebar__info-icon {
    font-size: 30px;
  }
}
.sidebar__info-text span {
  color: var(--clr-common-text);
  margin-bottom: 2px;
  display: block;
  font-weight: 400;
  font-family: "Oswald", sans-serif;
}
.sidebar__info-text h5 {
  color: var(--clr-common-heading);
  font-size: 18px;
}

.sidebar__info-item:last-child {
  margin-bottom: 0;
}

.sidebar__wrapper .mobile-menu .mean-bar {
  margin-bottom: 10px;
}

.mean-container .mean-nav ul li a.mean-expand {
  margin-top: -1px;
  height: 4px;
  padding: 15px 12px !important;
  width: 10px;
  border-radius: 50%;
  background: #fff;
  line-height: 5px;
  border: 1px solid #dfe2ee !important;
  font-weight: 600;
}

.mean-container .mean-nav ul li li a {
  padding: 10px 10%;
  border-top: 1px solid #e4e7f2 !important;
  opacity: 1;
}

.mean-container .mean-nav ul li a.mean-expand:hover {
  background: var(--clr-common-heading);
  color: #fff;
  border-color: var(--clr-common-heading);
}

.mean-container .mean-nav ul li a.mean-expand:hover {
  background: var(--clr-common-heading);
  color: #fff;
  border-color: var(--clr-common-heading) !important;
}

#dl-header-style .side-info {
  border-left: 3px solid #db1c29;
}

#dl-header-style .side-info-close {
  width: 45px;
  height: 45px;
  line-height: 46px;
  background: #012863;
  border-radius: 50%;
  transition: all 0.3s ease-out;
}

#dl-header-style .side-info-close:hover {
  background: #db1c29;
}

.side-info .generic-mobile-menu .mean-container .mean-nav ul li li a {
  width: 80%;
  padding: 10px 10%;
  border-top: 1px solid #e0e3ed;
  opacity: 1;
  filter: alpha(opacity=75);
  text-shadow: none !important;
  visibility: visible;
}

.side-info .generic-mobile-menu .mean-container .mean-nav ul li a.mean-expand {
  margin-top: 0px;
  height: 15px;
  padding: 15px 12px !important;
  line-height: 20px;
}

#dl-header-style .side-info .generic-el-contact-info-social a {
  font-size: 15px;
  background-color: #012863;
  border: none;
  border-radius: 50%;
  height: 40px;
  width: 40px;
  line-height: 40px;
  text-align: center;
  transition: all 0.3s;
}
#dl-header-style .side-info .generic-el-contact-info-social a:hover {
  color: #fff;
}

#dl-header-style .side-info .generic-el-contact-info-social a:hover {
  background-color: #db1c29;
}

#dl-header-style .generic-el-side-info-contact-wrapper ul li i {
  font-size: 25px;
  color: #db1c29;
  transform: translateY(4px);
}

#dl-header-style .generic-el-side-info-contact-wrapper ul li a {
  font-size: 16px;
  color: #012863;
  font-weight: 600;
}

#dl-header-style .generic-el-side-info-search {
  display: none;
}

/*----------------------------------------
    slider
----------------------------------------*/
.single-slider {
  background-size: cover;
  background-position: center center;
}

.slider-height {
  padding: 200px 0 240px;
  position: relative;
  z-index: 1;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  transform: scale(1);
  transition: all 8s linear 0s;
}
.slider-height .banner-bg::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: var(--clr-theme-1);
  opacity: 0.86;
  z-index: -1;
}
@media (max-width: 575px) {
  .slider-height {
    padding: 150px 0 170px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .slider-height {
    padding: 180px 0 200px;
  }
}

.slider-height .white-btn {
  margin-left: 10px;
}
@media (max-width: 575px) {
  .slider-height .white-btn {
    margin-left: 0;
  }
}

.slider-six::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: var(--clr-theme-1);
  opacity: 0.86;
  z-index: -1;
}

.slider-content h2 {
  font-size: 80px;
  margin-bottom: 65px;
  line-height: 1.1;
  letter-spacing: 3px;
  color: var(--clr-common-white);
}
.slider-content h2 span {
  color: #e1323e;
  margin-left: 10px;
}
@media (max-width: 575px) {
  .slider-content h2 {
    font-size: 30px;
    letter-spacing: 0;
    margin-bottom: 45px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .slider-content h2 {
    font-size: 44px;
    letter-spacing: 1.5px;
  }
}
.slider-content p {
  font-size: 17px;
  font-weight: 400;
  color: var(--clr-common-white);
  line-height: 32px;
  padding: 0 170px;
  margin-bottom: 35px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .slider-content p {
    padding: 0;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .slider-content p {
    padding: 0;
    font-size: 16px;
    line-height: 28px;
  }
}

@media (max-width: 575px) {
  .slider-area-4 h2 {
    font-size: 40px;
    margin-bottom: 35px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .slider-area-4 h2 {
    font-size: 66px;
  }
}

.slider-02-content h2 {
  margin-bottom: 41px;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .slider-02-content h2 {
    margin-bottom: 25px;
    margin-top: 15px;
  }
}

.slider-meta {
  position: relative;
  padding-bottom: 16px;
  margin-bottom: 27px;
}
.slider-meta span {
  font-size: 18px;
  font-weight: 600;
  color: var(--clr-common-white);
  font-family: "Poppins";
  padding: 0 10px;
}
.slider-meta::before {
  width: 357px;
  position: absolute;
  content: "";
  height: 2px;
  background: var(--clr-common-white);
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

.slider-text h2 {
  font-size: 60px;
  margin-bottom: 40px;
  line-height: 1.3;
  letter-spacing: 1px;
  color: var(--clr-common-white);
}

.slider-button a.btn:hover {
  transform: translateY(0);
  background: var(--clr-common-white);
  color: var(--clr-theme-2);
}

.slider-button a.white-btn {
  color: var(--clr-theme-2);
  transition: 1s;
}
.slider-button a.white-btn:hover {
  background-image: -moz-linear-gradient(-51deg, #eb120a 0%, #ff5e14 99%);
  background-image: -webkit-linear-gradient(-51deg, #eb120a 0%, #ff5e14 99%);
  background-image: -ms-linear-gradient(-51deg, #eb120a 0%, #ff5e14 99%);
  color: var(--clr-common-white);
}

.border-btn {
  font-size: 15px;
  color: #ffffff;
  font-weight: 700;
  text-transform: uppercase;
  border-bottom: 2px solid #ffffff;
  transition: 0.3s;
  display: inline-block;
  margin-top: 18px;
  margin-left: 30px;
  padding-bottom: 5px;
}
.border-btn:hover {
  color: var(--clr-theme-2);
  border-color: var(--clr-theme-2);
}
.border-btn i {
  position: relative;
  left: 6px;
}

.slider-03-space {
  padding-top: 250px;
}

.slider-area .slider-nav .dp-nav-btn {
  position: absolute;
  top: 46%;
  z-index: 100;
  width: 55px;
  height: 55px;
  text-align: center;
  cursor: pointer;
  background: transparent;
  border: 2px solid rgba(255, 255, 255, 0.5);
  transition: all 0.3s ease-out 0s;
  border-radius: 50%;
  right: 5%;
  color: #fff;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
}

.slider-area .slider-nav .dp-nav-btn.slider-button-next {
  top: 54%;
  transform: translateY(-40%);
}

.slider-area .slider-nav .dp-nav-btn:hover {
  border-color: #fff;
  color: var(--clr-common-color-red);
  background: #fff;
}

.slider-area-five .slider-button .dp-up-btn {
  margin: 5px;
}

.slider-area-five .subtitle {
  color: var(--clr-common-white);
  text-transform: uppercase;
  font-weight: 400;
  font-size: 18px;
  font-family: "Oswald", sans-serif;
  margin-bottom: 12px;
}

.slider-area-five .slider-02-content h2 {
  margin-bottom: 28px;
}

.slider-area-five .slider-02-content p {
  margin-bottom: 40px;
}

.slider-video-icon {
  text-align: right;
}
.slider-video-icon a {
  font-size: 22px;
  background: var(--clr-common-white);
  color: var(--clr-theme-1);
  height: 120px;
  display: inline-block;
  width: 120px;
  line-height: 120px;
  text-align: center;
  border-radius: 50%;
  transition: 0.3s;
  position: relative;
  animation: pulsess 2s infinite;
}
.slider-video-icon a:hover {
  color: var(--clr-common-white);
  background: var(--clr-theme-2);
}
@keyframes pulsess {
  0% {
    transform: scale(1);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.4);
  }
  50% {
    transform: scale(1.1);
  }
  70% {
    box-shadow: 0 0 0 45px rgba(255, 255, 255, 0);
  }
  100% {
    transform: scale(1);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}
@media (max-width: 575px) {
  .slider-video-icon a {
    width: 90px;
    height: 90px;
    line-height: 90px;
  }
}

.slider-area-five .slider-nav div {
  top: 0;
  left: -50%;
  display: inline-block;
  z-index: 9;
  width: 70px;
  height: 70px;
  line-height: 70px;
  text-align: center;
  bottom: 0;
  margin: auto;
  cursor: pointer;
  position: absolute;
  background: transparent;
  border: 2px solid var(--clr-common-border-10);
  transition: all 0.3s ease-out 0s;
  border-radius: 50%;
  font-size: 20px;
  transition: 0.3s;
  color: var(--clr-common-white);
}
.slider-area-five .slider-nav div:hover {
  background-color: #e1323e;
}

.slider-area-five .slider-nav div.slider-button-next {
  left: auto;
  right: -50%;
}

.slider-area-five:hover .slider-nav div {
  left: 60px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .slider-area-five:hover .slider-nav div {
    left: 0;
  }
}

.slider-area-five:hover .slider-nav div.slider-button-next {
  right: 60px;
  left: auto;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .slider-area-five:hover .slider-nav div.slider-button-next {
    left: auto;
    right: 0;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .slider-area-five .slider-content h2 {
    font-size: 70px;
    letter-spacing: 1.8px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .slider-area-five .slider-content h2 {
    font-size: 62px;
    letter-spacing: 1px;
  }
}

.dp-particles-background {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

.et-tsparticles {
  display: block;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
}
.et-tsparticles #particles-js {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .slider-six .slider-video-icon {
    text-align: start;
    margin-top: 50px;
  }
}
.slider-six.slider-height {
  min-height: 0;
  padding: 200px 0 400px;
  background-size: cover;
  background-repeat: no-repeat;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .slider-six.slider-height {
    padding: 200px 0 220px;
  }
}
@media (max-width: 575px) {
  .slider-six.slider-height {
    padding: 150px 0 170px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .slider-six.slider-height {
    padding: 180px 0 200px;
  }
}
.slider-six .slider-text span {
  font-size: 18px;
  font-weight: 600;
  text-decoration: underline;
  text-underline-offset: 8px;
  margin-bottom: 10px;
  display: block;
  letter-spacing: 0.8px;
  color: var(--clr-common-white);
}
.slider-six .slider-text h2 {
  font-size: 80px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .slider-six .slider-text h2 {
    font-size: 82px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .slider-six .slider-text h2 {
    font-size: 75px;
  }
}
@media (max-width: 575px) {
  .slider-six .slider-text h2 {
    font-size: 34px;
    letter-spacing: 0;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .slider-six .slider-text h2 {
    font-size: 58px;
    letter-spacing: 0;
  }
}
.slider-six .slider-text .slider-button .dp-up-btn {
  margin: 0;
}

.t-swiper-pagination.s.swiper-pagination-bullets {
  position: absolute;
  bottom: 35px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 9;
  display: block;
  text-align: center;
}
.t-swiper-pagination.s.swiper-pagination-bullets span {
  width: 12px;
  height: 12px;
  background: var(--clr-common-white);
  cursor: pointer;
  margin: 0 4px;
}

.banner-area1 .t-swiper-pagination.s.swiper-pagination-bullets {
  bottom: 90px;
  left: 200px;
}

/*----------------------------------------
    Project CSS
----------------------------------------*/
.single-project {
  overflow: hidden;
}

.inner-project {
  box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
  background: var(--clr-common-white);
  margin: 30px 12px 20px;
  padding: 26px 30px 28px 30px;
  position: relative;
}

.project-text {
  overflow: hidden;
}

.project-link-info {
  overflow: hidden;
}

.project-meta > a {
  color: var(--clr-common-text);
  font-size: 14px;
}
.project-meta > a i {
  color: var(--clr-theme-1);
  font-size: 18px;
  margin-right: 3px;
}

.project-link > a {
  color: var(--clr-common-text);
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 500;
  margin-right: 11px;
  transition: 0.3s;
}
.project-link > a:hover {
  color: var(--clr-theme-2);
}
.project-link > a:last-child {
  margin-right: 0;
}

.project-content {
  overflow: hidden;
  margin-top: 10px;
  margin-bottom: 8px;
}
.project-content h3 {
  font-size: 24px;
}
.project-content h3 > a {
  transition: 0.3s;
  color: var(--clr-theme-1);
}
.project-content h3 > a:hover {
  color: var(--clr-theme-2);
}

.project-b-button > a {
  height: 40px;
  width: 40px;
  line-height: 40px;
  border-radius: 50%;
  display: inline-block;
  font-size: 14px;
  color: var(--clr-common-white);
  background-color: var(--clr-theme-2);
  text-align: center;
  transition: 0.3s;
}
.project-b-button > a:hover {
  color: var(--clr-theme-1);
}

.project-button {
  overflow: hidden;
}

.inner-project .b-02-button > a {
  border-bottom: none;
  color: var(--clr-theme-1);
}

.projects-area-five .nav-tabs {
  border: none !important;
}
.projects-area-five .portfolio-menu button {
  margin: 5px 5px;
  font-family: "Oswald", sans-serif;
  font-size: 16px;
  color: var(--clr-theme-2);
  font-weight: 600;
  background: transparent;
  border: 1px solid var(--clr-theme-2);
  height: 60px;
  display: inline-block;
  line-height: 58px;
  padding: 0 43px;
  position: relative;
  overflow: hidden;
  text-align: center;
  text-transform: uppercase;
  transition: all 1s ease 0s;
  border-radius: 5px;
  z-index: 1;
}
.projects-area-five .portfolio-menu button::before {
  content: none;
}
.projects-area-five .portfolio-menu button.active {
  background: var(--clr-theme-2);
  color: var(--clr-common-white);
  border-color: var(--clr-theme-2);
}
.projects-area-five .portfolio-menu button.active::before {
  content: none;
}
.projects-area-five .portfolio-menu button:hover::before {
  content: none;
}

.portfolio-item {
  position: relative;
  overflow: hidden;
}
.portfolio-item .portfolio-img {
  position: relative;
  overflow: hidden;
  transition: 0.3s;
}
.portfolio-item .portfolio-img img {
  width: 100%;
  height: 100%;
  overflow: hidden;
  transition: 0.3s;
}
.portfolio-item .portfolio-content {
  position: relative;
  box-shadow: 0px 0px 29.7px 0.3px rgba(186, 186, 186, 0.78);
  background: #ffffff;
  padding: 25px;
  left: 0;
  bottom: 40px;
  z-index: 9;
  margin: 5px 20px;
}
.portfolio-item .portfolio-content .bdevs-el-subtitle {
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 500;
}
.portfolio-item .portfolio-content .portfolio-content-title {
  margin-top: 10px;
}
.portfolio-item .portfolio-content .portfolio-content-title h5 a {
  color: var(--clr-theme-1);
}
.portfolio-item .portfolio-content .portfolio-content-title h5 a:hover {
  color: var(--clr-theme-2);
}
.portfolio-item .portfolio-content .black-b-button > a {
  color: var(--clr-theme-1);
}
.portfolio-item .portfolio-content .black-b-button > a:hover {
  color: var(--clr-theme-2);
}
.portfolio-item:hover .portfolio-img img {
  transform: scale(1.1);
}

.features-wrapper {
  position: relative;
  z-index: 1;
  padding: 25px 15px 15px;
}
.features-wrapper::before {
  position: absolute;
  content: "";
  background: #f2c5c8;
  height: 55px;
  width: 55px;
  left: 0;
  top: 0px;
  transition: width 0.2s, height 1s;
  z-index: -1;
}
.features-wrapper:hover::before {
  width: 100%;
  height: 100%;
}
.features-wrapper:hover .features-icon {
  transform: translateY(-5px);
}

.features-icon {
  font-size: 80px;
  width: 100%;
  text-align: center;
  color: var(--clr-theme-2);
  transition: 0.3s;
  margin-bottom: 10px;
}

.features-text h3 {
  font-size: 25px;
  line-height: 1.4;
  margin-bottom: 10px;
  letter-spacing: 0.8px;
}
.features-text h3 span {
  color: var(--clr-theme-2);
}
.features-text h3 a {
  color: var(--clr-common-heading);
}
.features-text h3 a:hover {
  color: var(--clr-theme-2);
}
.features-text p {
  margin-bottom: 17px;
  line-height: 25px;
  color: var(--clr-common-heading);
}

.b-button > a {
  font-size: 15px;
  color: var(--clr-common-heading);
  font-weight: 700;
  text-transform: uppercase;
  transition: 0.3s;
  display: inline-block;
  position: relative;
}
.b-button > a::before {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  width: 30%;
  height: 2px;
  background-color: var(--clr-common-heading);
  transition: 0.3s;
}
.b-button > a:hover {
  color: var(--clr-theme-2);
}
.b-button > a:hover::before {
  width: 100%;
  height: 2px;
  background-color: var(--clr-theme-2);
}

.b-02-button > a {
  color: var(--clr-theme-2);
  border-bottom: 2px solid var(--clr-theme-2);
  padding-bottom: 3px;
}

.black-b-button > a {
  color: var(--clr-common-black);
}

.white-b2-button > a {
  color: var(--clr-common-white);
  border-bottom: 2px solid var(--clr-common-white);
  padding-bottom: 3px;
}

.services-wrapper .white-b-button > a {
  color: var(--clr-common-white) !important;
  border-color: var(--clr-common-white);
}

.features-bg-img {
  background-size: cover;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 50%;
  background-position: left center;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .features-bg-img {
    width: 100%;
    background-size: cover;
    height: 400px;
    position: relative;
    width: 100%;
    margin-bottom: 30px;
  }
}

.features-02-wrapper {
  padding: 80px 40px 100px 80px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .features-02-wrapper {
    padding: 80px 20px 100px 40px;
  }
}
@media (max-width: 575px) {
  .features-02-wrapper {
    padding: 0;
    padding-bottom: 80px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px) {
  .features-02-wrapper {
    padding: 0 60px 80px;
  }
}

.play-video-icon {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
  text-align: center;
}
.play-video-icon a {
  font-size: 22px;
  background: var(--clr-theme-1);
  color: var(--clr-common-white);
  height: 120px;
  display: inline-block;
  width: 120px;
  line-height: 120px;
  text-align: center;
  border-radius: 50%;
  transition: 0.3s;
  position: relative;
  animation: pulses 2s infinite;
}
.play-video-icon a:hover {
  color: var(--clr-theme-2);
  background: var(--clr-common-white);
}
@keyframes pulses {
  0% {
    transform: scale(1);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.4);
  }
  50% {
    transform: scale(1.1);
  }
  70% {
    box-shadow: 0 0 0 45px rgba(255, 255, 255, 0);
  }
  100% {
    transform: scale(1);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}
@media (max-width: 575px) {
  .play-video-icon a {
    width: 90px;
    height: 90px;
    line-height: 90px;
  }
}

.features-02-link ul {
  list-style: none;
}
.features-02-link ul li {
  padding-bottom: 23px;
  list-style: none;
}
.features-02-link ul li:last-child {
  padding-bottom: 0;
}

.features-02-icon {
  margin-right: 28px;
}
.features-02-icon i {
  font-size: 24px;
  color: var(--clr-theme-2);
  line-height: 60px;
  width: 60px;
  background: #fae9e2;
  text-align: center;
  border-radius: 50%;
  line-height: 60px;
  transition: 0.3s;
}

.features-02-link li:hover .features-02-icon i {
  background-color: var(--clr-theme-2);
  color: var(--clr-common-white);
}

.features-02-info {
  overflow: hidden;
  padding-right: 200px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .features-02-info {
    padding-right: 0;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .features-02-info {
    padding-right: 100px;
  }
}
.features-02-info h3 {
  font-size: 22px;
  margin-bottom: 12px;
  color: var(--clr-theme-1);
}
.features-02-info p {
  margin-bottom: 0;
}

.features-area-five .container-fluid {
  padding: 0 60px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .features-area-five .container-fluid {
    padding: 0 15px;
  }
}

.features-03-wrapper {
  overflow: hidden;
  position: relative;
}

.features-03-img {
  overflow: hidden;
  position: relative;
}
.features-03-img > img {
  width: 100%;
  height: 100% !important;
}
.features-03-img::before {
  background-image: -webkit-linear-gradient(-90deg, rgba(2, 2, 2, 0.592) 0%, rgba(149, 56, 12, 0.45) 58%, rgba(255, 94, 20, 0.01) 100%, #ff5e1433 100%);
  content: "";
  display: inline-block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transition: 0.3s linear;
  opacity: 1;
}
.features-03-img::after {
  background: linear-gradient(180deg, rgba(14, 132, 225, 0) 0%, var(--clr-theme-2) 100%);
  content: "";
  display: inline-block;
  width: 100%;
  height: 0%;
  position: absolute;
  bottom: 0;
  left: 0;
  transition: 0.3s linear;
  opacity: 0;
}

.features-03-wrapper:hover .features-03-img::before {
  opacity: 0;
}

.features-03-wrapper:hover .features-03-img::after {
  opacity: 1;
  height: 100%;
}

.features-03-wrapper .features-03-icon {
  position: absolute;
  top: -10px;
  left: 30px;
  font-size: 80px;
  color: var(--clr-common-white);
  transition: 0.3s linear;
  visibility: hidden;
}

.features-03-wrapper:hover .features-03-icon {
  top: 30px;
  visibility: visible;
}

.features-03-wrapper .features-03-text {
  position: absolute;
  bottom: 0px;
  padding: 30px;
  z-index: 9;
  width: 100%;
  transition: 0.3s linear;
  transform: rotateX(-120deg);
  visibility: hidden;
}
.features-03-wrapper .features-03-text h3 {
  color: var(--clr-common-white);
  font-size: 24px;
  line-height: 1.4;
  position: relative;
  letter-spacing: 1px;
  margin-bottom: 10px;
}

.features-03-wrapper:hover .features-03-text {
  transform: rotateX(0deg);
  visibility: visible;
}

.features-03-wrapper .services-b-btton > a {
  color: var(--clr-common-white);
}
.features-03-wrapper .services-b-btton > a::before {
  background-color: #fff;
}
.features-03-wrapper .services-b-btton > a:hover {
  color: #fff;
}
.features-03-wrapper .services-b-btton > a:hover::before {
  background-color: #fff;
}

.features-item {
  margin-top: -270px;
  position: relative;
  z-index: 9;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .features-item {
    margin-top: 65px;
  }
}

.features-01-wrapper {
  position: relative;
  padding: 30px;
  min-height: 430px;
  text-align: center;
  color: var(--clr-common-white);
  box-shadow: rgba(110, 187, 247, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .features-01-wrapper {
    padding: 25px;
  }
}
.features-01-wrapper .features-text {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-content: center;
  flex-direction: column;
  padding: 40px;
}
.features-01-wrapper .features-text h3 {
  line-height: 1;
  margin-bottom: 10px;
}
.features-01-wrapper .features-text p {
  margin-bottom: 9px;
  font-size: 17px;
  letter-spacing: 1px;
  color: var(--clr-common-white);
}
.features-01-wrapper .features-text .b-button > a {
  color: var(--clr-common-white);
}
.features-01-wrapper .features-text .b-button > a::before {
  background-color: var(--clr-common-white);
}
.features-01-wrapper .image-layer {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  background-size: cover;
  height: 100%;
  width: 100%;
}
.features-01-wrapper .image-layer::before {
  position: absolute;
  content: "";
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  opacity: 0.95;
  background: rgba(32, 32, 32, 0.63);
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(5.6px);
}
.features-01-wrapper .overlay-box {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: all 900ms ease;
  transform: perspective(2000px) rotateY(-90deg);
  transform-origin: top;
  transition: all 0.5s;
}
.features-01-wrapper .overlay-inner {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  display: table;
  vertical-align: middle;
  padding: 18px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .features-01-wrapper .overlay-inner {
    padding: 15px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .features-01-wrapper .overlay-inner {
    padding: 10px 20px 20px;
  }
}
.features-01-wrapper .overlay-inner .content {
  position: relative;
  display: table-cell;
  vertical-align: middle;
}
.features-01-wrapper .overlay-inner .content .icon-box {
  position: relative;
  width: 100px;
  height: 100px;
  font-size: 42px;
  color: var(--clr-common-white);
  line-height: 100px;
  font-weight: 400;
  margin: 0 auto 20px;
  text-align: center;
  transition: all 300ms ease;
  border: 2px dotted var(--clr-common-white);
  border-radius: 50%;
}
@media (max-width: 575px) {
  .features-01-wrapper .overlay-inner .content .icon-box {
    margin: 0 auto 10px;
  }
}
.features-01-wrapper .overlay-inner .content h5 {
  position: relative;
  padding-bottom: 15px;
}
.features-01-wrapper .overlay-inner .content h5 a {
  color: var(--clr-common-white);
  position: relative;
  font-size: 28px;
  letter-spacing: 1px;
}
.features-01-wrapper .overlay-inner .content h5 a::before {
  position: absolute;
  content: "";
  left: 57%;
  transform: translateX(-50%);
  bottom: -10px;
  height: 3px;
  width: 34px;
  margin-left: -17px;
  background-color: var(--clr-common-white);
}
.features-01-wrapper .overlay-inner .content h5 a:hover::before {
  width: 200px;
}
.features-01-wrapper .overlay-inner .content p {
  margin-bottom: 7px;
  font-size: 17px;
  letter-spacing: 1px;
  color: var(--clr-common-white);
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .features-01-wrapper .overlay-inner .content p {
    font-size: 15px;
    letter-spacing: 0;
  }
}
@media (max-width: 575px) {
  .features-01-wrapper .overlay-inner .content p {
    font-size: 14px;
    letter-spacing: 0;
  }
}
.features-01-wrapper .overlay-inner .content .b-button > a {
  color: var(--clr-common-white);
}
.features-01-wrapper .overlay-inner .content .b-button > a::before {
  background-color: var(--clr-common-white);
}
.features-01-wrapper .overlay-image-layer {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
}
.features-01-wrapper .overlay-image-layer::before {
  position: absolute;
  content: "";
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  opacity: 0.85;
  background-color: var(--clr-theme-2);
}
.features-01-wrapper:hover .overlay-box {
  transform: perspective(2000px) rotateY(0deg);
}

.features-3-area {
  background: var(--clr-theme-1);
}
.features-3-area .single-features-03 .line-white {
  color: var(--clr-common-white) !important;
}
.features-3-area .single-features-03 .line-white::before {
  background: var(--clr-common-white) !important;
}
.features-3-area .single-features-03 h2 {
  color: var(--clr-common-white) !important;
}
.features-3-area .features-02-info h3 {
  color: var(--clr-common-white);
}
.features-3-area .features-02-info p {
  color: var(--clr-common-white);
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .features-3-area .features-bg-img {
    background-position: left center;
  }
}
@media (max-width: 575px) {
  .features-3-area .features-bg-img {
    background-position: left center;
  }
}

.single-features-03 {
  padding: 110px 40px 130px 100px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .single-features-03 {
    padding: 80px 20px 100px 50px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .single-features-03 {
    padding: 80px 20px 100px 20px;
  }
}
@media (max-width: 575px) {
  .single-features-03 {
    padding: 0;
    padding-bottom: 60px !important;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px) {
  .single-features-03 {
    padding: 0 60px 100px;
  }
}

/*----------------------------------------
    05. Banner CSS
----------------------------------------*/
.banner-830 {
  min-height: 830px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .banner-830 {
    min-height: 760px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .banner-830 {
    min-height: 550px;
    display: flex;
    align-items: center;
  }
}
@media (max-width: 575px) {
  .banner-830 {
    min-height: 500px;
    display: flex;
    align-items: center;
  }
}

.banner-840 {
  min-height: 840px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .banner-840 {
    min-height: 650px;
  }
}

.dp-banner-970 {
  min-height: 970px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .dp-banner-970 {
    min-height: 900px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .dp-banner-970 {
    min-height: 800px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .dp-banner-970 {
    min-height: 800px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .dp-banner-970 {
    min-height: 550px;
  }
}
@media (max-width:450px) {
  .dp-banner-970 {
    min-height: 600px;
  }
}

.banner-overlay::before {
  position: absolute;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, #012863 0%, rgba(1, 40, 99, 0) 100%);
  top: 0;
  left: 0;
  content: "";
}
.banner-overlay-3::before {
  position: absolute;
  width: 100%;
  height: 100%;
  background: #012863;
  top: 0;
  left: 0;
  content: "";
  opacity: 0.4;
}

.banner-overlay-white {
  z-index: 2;
}
.banner-overlay-white::before {
  position: absolute;
  width: 100%;
  height: 100%;
  background: linear-gradient(to top, #cacaca3d 0%, rgba(202, 202, 202, 0.8) 100%);
  top: 0;
  left: 0;
  content: "";
  z-index: 0;
}

.banner-content .banner-btn {
  display: flex;
  align-content: center;
  flex-wrap: wrap;
  gap: 20px 10px;
}
.banner-content .banner-btn .skew-btn {
  padding: 0 39px;
}
.banner-content .banner-btn .skew-btn:hover::before {
  border-color: var(--clr-common-white);
}
.banner-content .banner-btn .skew-btn::before {
  border-color: var(--clr-common-border-8);
}

.banner-content1 {
  padding-top: 167px;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .banner-content1 {
    padding-top: 0px;
  }
}

.banner-content2 .banner-title {
  color: var(--clr-common-heading);
}

.banner-content3-round1 {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background: var(--clr-common-color-2);
  position: absolute;
  left: 0;
  top: 0;
  width: 600px;
  height: 600px;
  right: 0;
  margin: auto;
  bottom: 0;
  z-index: -1;
  opacity: 0.902;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .banner-content3-round1 {
    width: 400px;
    height: 400px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .banner-content3-round1 {
    width: 300px;
    height: 300px;
  }
}

.banner-content3-round2 {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background: var(--clr-common-color-2);
  position: absolute;
  left: -31%;
  top: -70%;
  width: 100px;
  height: 100px;
  right: 0;
  margin: auto;
  bottom: 0;
  z-index: -1;
  opacity: 0.902;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .banner-content3-round2 {
    width: 80px;
    height: 80px;
  }
}

.slider__active-3 .slider-nav div {
  position: absolute;
  top: 0;
  left: 60px;
  display: inline-block;
  z-index: 100;
  width: 64px;
  height: 64px;
  line-height: 64px;
  text-align: center;
  bottom: 0;
  margin: auto;
  cursor: pointer;
  position: absolute;
  -webkit-transform: skew(-14deg);
  -moz-transform: skew(-14deg);
  -ms-transform: skew(-14deg);
  transform: skew(-14deg);
  background: transparent;
  border: 2px solid var(--clr-common-border-10);
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.slider__active-3 .slider-nav div i {
  color: var(--clr-common-white);
}
.slider__active-3 .slider-nav div.slider-button-next {
  left: auto;
  right: 60px;
}
.slider__active-3 .slider-nav div:hover {
  background: var(--clr-common-color-red);
  border: 2px solid var(--clr-common-color-red);
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .slider__active-3 .slider-nav div {
    display: none;
  }
}

.banner-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  z-index: -1;
  background-color: var(--clr-common-white);
  transform: scale(1);
  transition: all 8s linear 0s;
}

.swiper-slide-active .banner-bg {
  -webkit-transform: scale(1.12);
  -moz-transform: scale(1.12);
  transform: scale(1.12);
}

.banner-meta-text {
  margin-bottom: 10px;
}
@media (max-width:450px) {
  .banner-meta-text {
    margin-bottom: 5px;
  }
}
.banner-meta-text span {
  color: var(--clr-common-white);
  text-transform: uppercase;
  font-weight: 400;
  font-size: 20px;
  font-family: "Oswald", sans-serif;
}
@media (max-width:450px) {
  .banner-meta-text span {
    font-size: 16px;
  }
}

.banner-title {
  color: var(--clr-common-white);
  font-size: 80px;
  line-height: 1.12;
  margin-bottom: 42px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .banner-title {
    font-size: 60px;
  }
  .banner-title br {
    display: none;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .banner-title {
    font-size: 52px;
  }
  .banner-title br {
    display: none;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .banner-title {
    font-size: 42px;
  }
  .banner-title br {
    display: none;
  }
}
@media (max-width:450px) {
  .banner-title {
    font-size: 32px;
  }
  .banner-title br {
    display: none;
  }
}

.banner-btn .clip-btn {
  clip-path: polygon(12% 0, 100% 0, 88% 100%, 0 100%);
}

.banner-btn .border-btn {
  height: 60px;
  padding: 0 52px;
  line-height: 58px;
}

.banner-content1 {
  max-width: 1000px;
}
@media (max-width: 575px) {
  .banner-content1 {
    max-width: 400px;
  }
}

@media (max-width: 575px) {
  .banner-content2 {
    max-width: 400px;
  }
}

.banner-content2-3 {
  max-width: 780px;
  margin-left: auto;
}
@media (max-width: 575px) {
  .banner-content2-3 {
    max-width: 450px;
    margin-left: 0;
  }
}

.slider-pagination.slider1-pagination {
  position: absolute;
  right: 30px;
  top: 50%;
  display: flex;
  flex-direction: column;
  left: auto;
  width: inherit;
  z-index: 10;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  height: 100%;
  justify-content: center;
  gap: 20px;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .slider-pagination.slider1-pagination {
    display: none;
  }
}
.slider-pagination.slider1-pagination .swiper-pagination-bullet {
  width: 15px;
  height: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  background: var(--clr-common-heading);
  opacity: 1;
  margin-left: auto;
}
.slider-pagination.slider1-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 30px;
}

.banner-area1 .slider-nav .dp-nav-btn {
  position: absolute;
  top: 46%;
  z-index: 100;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  cursor: pointer;
  background: transparent;
  border: 2px solid var(--clr-common-border-10);
  transition: all 0.3s ease-out 0s;
  border-radius: 50%;
  right: 5%;
  color: #fff;
  transform: translateY(-50%);
}

.banner-area1 .slider-nav .dp-nav-btn.slider-button-next {
  top: 53%;
  transform: translateY(-45%);
}

.banner-area1 .slider-nav .dp-nav-btn:hover {
  border-color: #fff;
  color: var(--clr-common-color-red);
  background: #fff;
}

.dp-banner-content-02 {
  padding-top: 160px;
  padding-bottom: 250px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .dp-banner-content-02 {
    padding-bottom: 250px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .dp-banner-content-02 {
    padding-bottom: 150px;
  }
}
@media (max-width: 575px) {
  .dp-banner-content-02 {
    padding-top: 145px;
    padding-bottom: 150px;
  }
}

/*----------------------------------------
    05. Services CSS
----------------------------------------*/
.services-one .services__box {
  background: transparent;
  z-index: 200;
  position: relative;
  padding-top: 25px;
  padding-left: 40px;
  padding-right: 40px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .services-one .services__box {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .services-one .services__box {
    padding-top: 60px;
    padding-bottom: 13px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .services-one .services__box {
    padding-top: 55px;
    padding-bottom: 13px;
  }
}
.services-one .services__box--space {
  margin-top: -140px;
  position: relative;
  z-index: 100;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .services-one .services__box--space {
    margin-top: 0px;
  }
}
.services-one .services__box::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 98.5%;
  display: block;
  height: 10px;
  background: var(--clr-common-color-red);
  -webkit-transform: skew(-10deg);
  -moz-transform: skew(-10deg);
  -ms-transform: skew(-10deg);
  transform: skew(-10deg);
}
.services-one .services__box::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  background: var(--clr-common-white);
  width: 102%;
  height: 100%;
  z-index: -1;
  clip-path: polygon(2% 0, 100% 0, 98% 100%, 0% 100%);
}
.services-one .services__item {
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  padding: 0 15px;
}
.services-one .services__item-content {
  -webkit-transform: translateY(-10px);
  -moz-transform: translateY(-10px);
  -ms-transform: translateY(-10px);
  transform: translateY(-10px);
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .services-one .services__item-content {
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
    margin-bottom: 50px;
  }
}
.services-one .services__item-content h3.dp-fea-title-03 {
  color: var(--clr-theme-1);
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .services-one .services__item {
    padding: 0 10px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .services-one .services__item {
    padding: 0 20px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .services-one .services__item {
    padding: 0 10px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .services-one .services__item {
    margin-bottom: 30px;
  }
}
.services-one .services__item-btn {
  text-align: center;
  margin-top: 25px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .services-one .services__item-btn {
    opacity: 1;
    visibility: visible;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .services-one .services__item-btn {
    margin-top: 18px;
  }
}
.services-one .services__item-btn a {
  font-size: 14px;
  text-transform: uppercase;
  color: var(--clr-common-heading);
  font-weight: 600;
  font-family: "Oswald", sans-serif;
}
.services-one .services__item-btn a:hover {
  color: var(--clr-common-color-red);
}
.services-one .services__item-icon {
  width: 133px;
  height: 133px;
  background: var(--clr-common-white);
  border: 4px solid transparent;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  margin: auto;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 70px;
  color: var(--clr-common-color-red);
  padding-top: 30px;
  font-size: 60px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .services-one .services__item-icon {
    border: 0;
    width: unset;
    height: unset;
    margin-bottom: 30px;
    padding-top: 0px;
  }
}
.services-one .services__item:hover {
  -webkit-transform: translateY(-95px);
  -moz-transform: translateY(-95px);
  -ms-transform: translateY(-95px);
  transform: translateY(-95px);
}
.services-one .services__item:hover .services__item-icon {
  border: 4px solid var(--clr-common-color-red);
}
.services-one .services__item:hover .services__item-content {
  -webkit-transform: translateY(30px);
  -moz-transform: translateY(30px);
  -ms-transform: translateY(30px);
  transform: translateY(30px);
}
.services-one .services__item:hover .services__item-btn {
  opacity: 1;
  visibility: visible;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .services-one .services__item:hover {
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
  }
  .services-one .services__item:hover .services__item-icon {
    border: 0;
  }
  .services-one .services__item:hover .services__item-content {
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
  }
  .services-one .services__item:hover .services__item-btn {
    opacity: 1;
    visibility: visible;
  }
}
.services-one .services__item-content h3 {
  margin-bottom: 20px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .services-one .services__item-content h3 {
    font-size: 26px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .services-one .services__item-content h3 {
    font-size: 22px;
  }
}
.services-one .services__item-content h3:hover {
  color: var(--clr-common-color-red);
}
.services-one .services__item-content p {
  margin-bottom: 0px;
  font-size: 14px;
  line-height: 24px;
}
.services-one .services__item-content-2 h3 {
  margin-bottom: 20px;
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .services__item-content {
    padding: 0 62px;
  }
}
@media (max-width: 575px) {
  .services__item-content {
    padding: 0 10px;
  }
}

.services-two-active {
  margin-right: -600px !important;
}

@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .services__section .section__title {
    margin-bottom: 60px;
  }
}

.services-two {
  margin-left: 20px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .services-two {
    margin-left: 0px;
  }
}
.services-two .services__item {
  padding: 55px 50px;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  clip-path: polygon(6% 0, 100% 0, 94% 100%, 0 100%);
  position: relative;
  background: var(--clr-common-white);
  z-index: 2;
}
.services-two .services__item h3 {
  margin-bottom: 23px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .services-two .services__item h3 {
    font-size: 25px;
  }
}
@media (max-width:450px) {
  .services-two .services__item h3 {
    font-size: 22px;
  }
}
.services-two .services__item h3:hover {
  color: var(--clr-common-color-red);
}
.services-two .services__item p {
  font-size: 14px;
  margin-bottom: 0;
  line-height: 24px;
}
.services-two .services__item-icon {
  font-size: 72px;
  color: var(--clr-common-color-red);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .services-two .services__item {
    padding: 40px 30px 40px 30px;
  }
}
.services-two .services__item:hover {
  background: var(--clr-theme-1);
}
.services-two .services__item:hover h3 {
  color: var(--clr-common-white);
}
.services-two .services__item:hover p {
  color: var(--clr-common-color-10);
}
.services-two .services__item:hover-shape {
  opacity: 1;
  visibility: visible;
}
.services-two .services__item:hover .services__item-shape {
  opacity: 1;
  visibility: visible;
}
.services-two .services__item-shape {
  position: absolute;
  top: 0;
  left: 0;
  width: 190px;
  height: 190px;
  background: var(--clr-common-color-13);
  bottom: 0;
  right: 0;
  margin: auto;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  z-index: -1;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.services-two-nav {
  display: flex;
  align-items: center;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .services-two-nav {
    margin-bottom: 50px;
  }
}
.services-two-nav div {
  width: 80px;
  height: 60px;
  text-align: center;
  background: var(--clr-common-white);
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  color: var(--clr-common-heading);
  cursor: pointer;
  clip-path: polygon(25% 0, 100% 0, 75% 100%, 0 100%);
  padding-top: 18px;
}
.services-two-nav div:hover {
  background: var(--clr-common-color-red);
}
.services-two-nav div:hover i {
  color: var(--clr-common-white);
}
@media (max-width: 575px) {
  .services-two-nav div {
    width: 60px;
    height: 50px;
    padding-top: 12px;
  }
}

.swiper-container {
  margin-right: 4px;
}

.services__3-item {
  background: var(--clr-common-white);
  position: relative;
  padding: 50px 50px 46px 50px;
  clip-path: polygon(7% 0, 100% 0, 93% 100%, 0 100%);
}
@media (max-width:450px) {
  .services__3-item {
    padding: 50px 30px 46px 30px;
  }
}
.services__3-item-num {
  padding: 28px 32px;
  background: var(--clr-common-color-15);
  display: inline-block;
  position: absolute;
  top: 0;
  right: 0;
  clip-path: polygon(7% 0, 100% 0, 93% 100%, 0 100%);
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
@media (max-width:450px) {
  .services__3-item-num {
    padding: 20px;
  }
}
.services__3-item-num h3 {
  color: var(--clr-common-color-red);
  line-height: 1;
  margin-bottom: 0;
}
.services__3-item-icon {
  margin-bottom: 35px;
  font-size: 70px;
  color: var(--clr-common-color-red);
}
.services__3-item-icon i {
  display: inline-block;
}
@media (max-width:450px) {
  .services__3-item-icon {
    font-size: 60px;
  }
}
.services__3-item-title {
  position: relative;
  margin-bottom: 16px;
  display: inline-block;
  font-family: "Oswald", sans-serif;
  color: var(--clr-common-heading);
  margin-top: 0px;
  font-weight: 600;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .services__3-item-title {
    font-size: 24px;
  }
}
.services__3-item-title::before {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 0%;
  height: 2px;
  background: var(--clr-common-heading);
}
.services__3-item-text {
  margin-bottom: 0;
}
.services__3-item:hover .services__3-item-num {
  background: var(--clr-common-color-red);
}
.services__3-item:hover .services__3-item-num h3 {
  color: var(--clr-common-white);
}
.services__3-item:hover .services__3-item-icon i {
  -webkit-transform: translateY(-10px);
  -moz-transform: translateY(-10px);
  -ms-transform: translateY(-10px);
  transform: translateY(-10px);
}
.services__3-item:hover .services__3-item-title::before {
  width: 100%;
}

@media (max-width: 575px) {
  .services-overview-space {
    margin-bottom: 20px;
  }
}

.services__details-img img, .service__details-content img {
  clip-path: polygon(5% 0, 100% 0, 95% 100%, 0% 100%);
}

.sidebar__widget ul.widget-services li {
  list-style: none;
  margin-bottom: 15px;
  position: relative;
  z-index: 2;
  background: transparent;
}
.sidebar__widget ul.widget-services li:last-child {
  margin-bottom: 0px;
}
.sidebar__widget ul.widget-services li a {
  padding: 17px 30px;
  font-weight: 500;
  display: block;
  clip-path: polygon(3% 0, 100% 0, 97% 100%, 0 100%);
  color: var(--clr-common-heading);
  background: var(--clr-common-white);
  text-transform: uppercase;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), (max-width:450px) {
  .sidebar__widget ul.widget-services li a {
    padding: 17px 20px;
  }
}
.sidebar__widget ul.widget-services li a i {
  margin-right: 15px;
}
.sidebar__widget ul.widget-services li:hover a {
  color: var(--clr-common-white);
  background: var(--clr-theme-1);
}

.sidebar__widget {
  color: var(--clr-common-heading);
}

.section__title .title-sm {
  color: var(--clr-common-heading);
}

.dp-service-title-list {
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
  text-transform: uppercase;
  font-family: "Oswald", sans-serif;
}

.services-slider-title {
  color: var(--clr-common-heading);
}

.services-area {
  background-size: cover;
  background-position: center center;
}

.services-img {
  overflow: hidden;
}
.services-img::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: var(--clr-theme-1);
  opacity: 1;
  z-index: 1;
  transition: 0.3s linear;
}
.services-img img {
  width: 100%;
  transition: 0.3s linear;
}

.services-wrapper:hover .services-img img {
  transform: scale(1.1);
}

.services-wrapper:hover .services-img::before {
  opacity: 0.8;
}

.services-text {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 25px;
  z-index: 9;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-content: center;
  width: 100%;
  height: 100%;
}
.services-text h1 {
  font-size: 80px;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: var(--clr-common-white);
  text-align: center;
  margin-bottom: 15px;
  color: var(--clr-common-white);
}
@media (max-width: 575px) {
  .services-text h1 {
    font-size: 40px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 576px) and (max-width: 767px) {
  .services-text h1 {
    font-size: 65px;
  }
}
.services-text h2 {
  font-size: 30px;
  letter-spacing: -0.3px;
  color: var(--clr-common-white);
}
@media (max-width: 575px) {
  .services-text h2 {
    font-size: 20px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 576px) and (max-width: 767px) {
  .services-text h2 {
    font-size: 25px;
  }
}
.services-text h2:hover {
  opacity: 0.75;
}
.services-text p {
  color: var(--clr-common-white);
  line-height: 25px;
}
@media (max-width: 575px) {
  .services-text p {
    font-size: 14px;
  }
}

.services-text .b-button > a::before {
  background-color: #fff;
}

.services-text .b-button > a:hover {
  color: var(--clr-common-white);
  opacity: 0.75;
}

.services-text .b-button > a:hover::before {
  background-color: var(--clr-common-white);
  opacity: 0.75;
}

.services-content {
  background: var(--clr-theme-2);
  padding: 22px;
  transition: 0.3s linear;
}
.services-content h3 {
  font-size: 24px;
  margin-bottom: 0;
  color: var(--clr-common-white);
}

.services-wrapper:hover .services-content {
  background: var(--clr-theme-1);
}

.services-area-five {
  position: relative;
}
.services-area-five .section-title h2 {
  letter-spacing: 0;
  font-size: 45px;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .services-area-five .section-title {
    text-align: center;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .services-area-five .services-two-nav {
    justify-content: center;
  }
}
.services-area-five .services-two-nav div {
  clip-path: none !important;
  top: 22%;
  left: 170px;
  z-index: 9;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  text-align: center;
  bottom: 0;
  margin: auto;
  cursor: pointer;
  position: absolute;
  background: var(--clr-common-white);
  border: 2px solid var(--clr-common-border-10);
  border-radius: 50%;
  font-size: 13px;
  transition: 0.3s;
  color: var(--clr-theme-1);
  transform: translateY(-30%);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .services-area-five .services-two-nav div {
    left: 0;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .services-area-five .services-two-nav div {
    left: 40px;
  }
}
@media only screen and (min-width: 1600px) and (max-width: 1799px) {
  .services-area-five .services-two-nav div {
    left: 40px;
  }
}
.services-area-five .services-two-nav div:hover {
  background-color: #e1323e;
}
.services-area-five .services-two-nav div.services-button-next {
  right: 170px;
  left: auto;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .services-area-five .services-two-nav div.services-button-next {
    left: auto;
    right: 0;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .services-area-five .services-two-nav div.services-button-next {
    left: auto;
    right: 40px;
  }
}
@media only screen and (min-width: 1600px) and (max-width: 1799px) {
  .services-area-five .services-two-nav div.services-button-next {
    left: auto;
    right: 40px;
  }
}
.services-area-five .services-02-wrapper {
  text-align: center;
  padding: 60px 40px;
  border: 2px solid var(--clr-common-white);
  transition: 0.3s linear;
  background-color: var(--clr-common-white);
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .services-area-five .services-02-wrapper {
    margin: 0 15px;
    padding: 60px 30px;
  }
}
.services-area-five .services-02-wrapper .services-02-icon {
  font-size: 50px;
  margin-bottom: 20px;
  color: var(--clr-theme-2);
  position: relative;
  transition: 0.4s;
  line-height: 1.2;
}
.services-area-five .services-02-wrapper h3 {
  color: var(--clr-theme-1);
}
.services-area-five .services-02-wrapper h3:hover {
  color: var(--clr-theme-2);
}
.services-area-five .services-02-wrapper:hover {
  border-color: var(--clr-theme-2);
}
.services-area-five .services-02-wrapper:hover .services-02-icon {
  transform: scale(1.2);
}
.services-area-five .services-02-wrapper .b-button a {
  color: var(--clr-theme-1);
}
.services-area-five .services-02-wrapper .b-button a:hover {
  color: var(--clr-theme-2);
}

.our-services-wrapper {
  border: 1px solid #ddd;
  position: relative;
  border-radius: 2px;
  overflow: hidden;
}
.our-services-wrapper:hover .our-services-img img {
  transform: scale(1.2);
}
.our-services-wrapper:hover .our-services-img::before {
  height: 100%;
}

.our-services-img {
  overflow: hidden;
  position: relative;
}
.our-services-img img {
  width: 100%;
  overflow: hidden;
  transition: 0.3s;
}
.our-services-img::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 0;
  background-color: var(--clr-theme-1);
  z-index: 1;
  opacity: 0.5;
  transition: 0.4s linear;
}

.inner-our-services {
  padding: 30px;
  z-index: 9;
  position: relative;
}
.inner-our-services h1 {
  font-size: 60px;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke-width: 1.1px;
  -webkit-text-stroke-color: var(--clr-common-black);
  opacity: 0.15;
  position: absolute;
  top: -3px;
  right: 8px;
  z-index: -1;
}
.inner-our-services .our-services-text h3 a {
  color: var(--clr-theme-1);
  position: relative;
}
.inner-our-services .our-services-text h3 a::before {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: var(--clr-theme-1);
  transition: 0.3s linear;
}
.inner-our-services .our-services-text h3 a:hover {
  color: var(--clr-theme-2);
}
.inner-our-services .our-services-text h3 a:hover::before {
  background-color: var(--clr-theme-2);
}

.our-services-wrapper:hover .our-services-text h3 a::before {
  width: 100%;
}

/*----------------------------------------
    06. About Us CSS
----------------------------------------*/
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .about__area-padding {
    padding-bottom: 55px;
  }
}
.about__content {
  padding-left: 150px;
  padding-right: 53px;
  line-height: 1;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .about__content {
    padding-left: 120px;
    padding-right: 20px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .about__content {
    padding-left: 60px;
    padding-right: 40px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .about__content {
    padding-left: 15px;
    padding-right: 0px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .about__content {
    padding-left: 0px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .about__content-tab-2 {
    margin-right: 0;
  }
}
.about__content-tab-2 li button {
  background: var(--clr-common-color-12);
  padding: 8px 41px;
  font-size: 16px;
  font-weight: 600;
  color: var(--clr-common-heading);
  text-transform: uppercase;
  margin-bottom: 20px;
  font-family: "Oswald", sans-serif;
  clip-path: polygon(21px 0, 100% 0, calc(100% - 21px) 100%, 0 100%);
}
.about__content-tab-2 li button.active {
  background: var(--clr-theme-1);
  color: var(--clr-common-white);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .about__content-tab-2 li button {
    padding: 12px 30px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .about__content-tab-2 li button {
    padding: 12px 25px;
  }
}
.about__img img {
  clip-path: polygon(5% 0, 100% 0, 95% 100%, 0 100%);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .about__img img {
    width: 100%;
  }
}
.about__time-img {
  right: -135px;
  bottom: 60px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .about__time-img {
    width: 200px;
    right: -85px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .about__time-img {
    display: none;
  }
}
.about__btn-2 {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  text-align: center;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.about__img-2 {
  clip-path: polygon(3% 0, 100% 0, 97% 100%, 0% 100%);
}
.about__img-2 img {
  clip-path: polygon(3% 0, 100% 0, 97% 100%, 0% 100%);
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .about__img-2 {
    margin-left: 0;
  }
}
.about__content-2 {
  padding-right: 10px;
}
.about__content-2 .section__title h2 {
  letter-spacing: -1px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .about__area-2 {
    padding-bottom: 50px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  div.about__img-2 {
    margin-left: 0px !important;
  }
}

.about__3.about__gray-bg::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 500px;
  height: 500px;
  background: var(--clr-bg-gray-4);
  content: "";
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .about__3.about__gray-bg::before {
    display: none;
  }
}
.about__3-img-wrapper {
  padding-bottom: 50px;
  padding-top: 100px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px) {
  .about__3-img-wrapper {
    padding-bottom: 40px;
  }
}
@media (max-width: 575px) {
  .about__3-img-wrapper {
    padding-bottom: 40px;
    padding-top: 60px;
  }
}
.about__3-top {
  width: 200px;
  height: auto;
  position: absolute;
  top: 0;
  left: -77px;
  z-index: 1;
  background: var(--clr-common-white);
  padding: 10px;
  clip-path: polygon(9% 0, 100% 0, 92% 100%, 0% 100%);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .about__3-top {
    left: -35px;
  }
}
@media (max-width: 575px) {
  .about__3-top {
    width: 120px;
    left: -16px;
    padding: 5px;
  }
}
@media (max-width:450px) {
  .about__3-top {
    width: 100px;
    left: -8px;
    padding: 5px;
  }
}
.about__3-text {
  background: var(--clr-common-color-red);
  padding: 29px 53px;
  display: flex;
  align-items: center;
  position: absolute;
  right: -38px;
  bottom: 0;
  clip-path: polygon(7% 0, 100% 0, 93% 100%, 0 100%);
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.about__3-text i {
  color: var(--clr-common-white);
  font-size: 40px;
  margin-right: 20px;
}
@media (max-width: 575px) {
  .about__3-text i {
    font-size: 35px;
    margin-right: 15px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .about__3-text {
    padding: 19px 40px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .about__3-text {
    left: 0;
    right: auto;
  }
}
@media (max-width:450px) {
  .about__3-text {
    padding: 20px 25px;
  }
}
.about__3-title {
  color: var(--clr-common-white);
  display: inline-block;
  margin-bottom: 0;
  font-size: 24px;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .about__3-title {
    font-size: 20px;
  }
}
@media (max-width: 575px) {
  .about__3-title {
    font-size: 18px;
  }
}
.about__3-content {
  margin-left: 87px;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .about__3-content {
    margin-left: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .about__3-content {
    margin-left: 0px;
  }
}
.about__3-content-left {
  padding-right: 200px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 575px) {
  .about__3-content-left {
    padding-right: 160px;
  }
}
@media (max-width:450px) {
  .about__3-content-left {
    padding-right: 0px;
  }
}
.about__3-content-inner {
  display: flex;
  margin-top: -2px;
}
.about__3-content-right {
  position: absolute;
  top: 0;
  right: -5px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .about__3-content-right .about__3-shadow:last-child {
    display: none;
  }
}
@media (max-width:450px) {
  .about__3-content-right {
    display: none;
  }
}
.about__3-content-num {
  background: var(--clr-common-white);
  margin-bottom: 15px;
  text-align: center;
  margin-bottom: 15px;
  padding: 25px 43px;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  clip-path: polygon(14% 0, 100% 0, 86% 100%, 0% 100%);
}
@media (max-width:450px) {
  .about__3-content-num {
    padding: 20px 25px;
  }
}
.about__3-content-num h2 {
  font-size: 60px;
  color: var(--clr-common-color-red);
  margin-top: 0px;
  line-height: 1;
}
@media (max-width:450px) {
  .about__3-content-num h2 {
    font-size: 30px;
  }
}
.about__3-content-num h6 {
  font-size: 14px;
  display: block;
  color: var(--clr-common-color-3);
  margin-bottom: 0;
}
.about__3-content-num:hover {
  background: var(--clr-theme-1);
}
.about__3-content-num:hover h2 {
  color: var(--clr-common-white);
}
.about__3-content-num:hover h6 {
  color: var(--clr-common-white);
}
.about__3-content-btn .skew-btn {
  color: var(--clr-common-heading);
  clip-path: polygon(11% 0%, 100% 0, 89% 100%, 0% 100%);
}
.about__3-content-btn .skew-btn:hover {
  color: var(--clr-common-white);
}
.about__3-content-btn .skew-btn:hover::before {
  background: var(--clr-theme-1);
  border-color: var(--clr-theme-1);
}
.about__3-shadow {
  filter: drop-shadow(2px 2px 10px rgba(0, 0, 0, 0.06));
}
.about__3-main {
  clip-path: polygon(4% 0, 100% 0, 97% 100%, 0 100%);
}
.about__3-main img {
  clip-path: polygon(4% 0, 100% 0, 97% 100%, 0 100%);
}

.about__content-tab-2 button:hover {
  color: var(--clr-common-heading);
}

.dot-main-item .dot-inner img {
  max-width: inherit;
}

.section-title > span {
  color: var(--clr-theme-2);
  font-weight: 500;
  font-size: 16px;
}
.section-title h2 {
  font-size: 50px;
  margin-bottom: 0;
  margin-top: 10px;
  letter-spacing: 0.6px;
  color: var(--clr-common-heading);
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .section-title h2 {
    font-size: 48px;
  }
}
@media (max-width: 575px) {
  .section-title h2 {
    font-size: 26px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .section-title h2 {
    font-size: 45px;
  }
}
.section-title p {
  margin-bottom: 0;
  margin-top: 5px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .section-title p {
    margin-right: 0 !important;
  }
}

.line {
  position: relative;
}
.line::before {
  position: absolute;
  background: var(--clr-theme-2);
  content: "";
  height: 3px;
  width: 50px;
  right: -60px;
  top: 50%;
  transform: translateY(-50%);
}

.line-white::before {
  background: var(--clr-common-white);
}

.section-2 h1 {
  right: 0;
}

.white-title span {
  color: var(--clr-common-white);
}
.white-title h1 {
  color: var(--clr-common-white);
}
.white-title h2 {
  color: var(--clr-common-white);
}

.white-02-title span {
  color: var(--clr-theme-2);
}
.white-02-title h1 {
  color: var(--clr-common-white);
}
.white-02-title h2 {
  color: var(--clr-common-white);
}

.border-left-1 {
  height: 3px;
  width: 45px;
  background: var(--clr-theme-2);
  left: -15px;
  display: inline-block;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}

.border-right-1 {
  height: 3px;
  width: 45px;
  background: var(--clr-theme-2);
  right: -15px;
  display: inline-block;
  top: 50%;
  transform: translateY(-50%);
  position: relative;
}

.border-left-theme {
  background: var(--clr-theme-2);
}

.border-right-theme {
  background: var(--clr-theme-2);
}

.about-us-text > p {
  color: var(--clr-common-black);
  font-size: 17px;
  line-height: 28px;
  font-weight: 400;
  opacity: 0.7;
  margin-bottom: 43px;
}
.about-us-text span {
  display: block;
  margin-top: 20px;
  padding-right: 50px;
  margin-bottom: 36px;
}

.about-us-img {
  padding-left: 90px;
  position: relative;
}
.about-us-img .about-img-1 {
  position: relative;
}
.about-us-img .about-img-2 {
  position: absolute;
  bottom: -215px;
  left: 0px;
}

.about-us-area-five .about-contact-info .about-contact-icon {
  font-size: 40px;
  color: var(--clr-theme-2);
  margin-right: 20px;
}
.about-us-area-five .about-contact-info .about-contact-content span {
  color: var(--clr-theme-1);
}
.about-us-area-five .about-contact-info .about-contact-content h4 a {
  color: var(--clr-theme-1);
}
.about-us-area-five .about-contact-info .about-contact-content h4 a:hover {
  color: var(--clr-theme-2);
}
.about-us-area-five .about-author-info {
  display: flex;
  align-items: center;
}
.about-us-area-five .about-author-info .about-author-img {
  overflow: hidden;
  border-radius: 50px;
  margin-right: 30px;
}
.about-us-area-five .about-author-info .about-author-content h4 {
  color: var(--clr-theme-1);
}
.about-us-area-five .about-img {
  position: relative;
  padding-left: 90px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .about-us-area-five .about-img {
    padding: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .about-us-area-five .about-img img {
    width: 100%;
  }
}
.about-us-area-five .about-img .about-shape {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -35px;
  animation: mover 1s infinite alternate;
}
@keyframes identifier {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-50px);
  }
}

.about-02-img {
  padding-right: 30px;
  position: relative;
}
@media (max-width: 575px) {
  .about-02-img {
    margin-right: 0;
    margin-left: 40px;
    padding-right: 0;
    height: 320px;
  }
}
.about-02-img img {
  width: 100%;
  height: 100%;
  position: relative;
  border-radius: 15px;
}
.about-02-img::before {
  position: absolute;
  content: "";
  left: -30px;
  top: 50%;
  transform: translateY(-50%);
  width: 90%;
  height: 85%;
  background-color: var(--clr-theme-1);
  border-radius: 15px;
}

.about-02-info {
  position: absolute;
  bottom: 50px;
  left: 50px;
  width: 180px;
  display: flex;
  flex-direction: column;
  text-align: center;
}
@media (max-width: 575px) {
  .about-02-info {
    bottom: 20px;
  }
}

.about-info-date {
  background: var(--clr-theme-2);
  overflow: hidden;
  padding: 20px;
  border-radius: 8px;
  z-index: 3;
  position: relative;
  margin-bottom: -5px;
}
.about-info-date h2 {
  position: relative;
  font-size: 60px;
  margin-bottom: 0;
  line-height: 1;
  letter-spacing: 1px;
  color: var(--clr-common-white);
}
.about-info-date span {
  font-size: 40px;
  color: var(--clr-common-white);
  position: absolute;
  top: 20px;
  right: 22px;
  font-weight: 400;
}

.about-info-content h3 {
  margin-bottom: 0;
  color: var(--clr-theme-1);
  font-size: 20px;
  font-weight: 600;
  line-height: 1.3;
  background: var(--clr-common-white);
  padding: 15px;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
}

.about-02-wrapper {
  margin-left: 30px;
}

.about-info-list {
  margin-bottom: 30px;
}
.about-info-list:last-child {
  margin-bottom: 0;
}
.about-info-list:hover .about-info-icon i {
  background-color: var(--clr-theme-2);
  color: var(--clr-common-white);
}

.about-info-icon {
  margin-right: 30px;
  position: relative;
  top: 5px;
}
.about-info-icon i {
  font-size: 24px;
  color: var(--clr-theme-2);
  width: 60px;
  background: #fae9e2;
  text-align: center;
  border-radius: 50%;
  line-height: 60px;
  transition: 0.3s;
}
@media (max-width: 575px) {
  .about-info-icon {
    float: inherit !important;
    text-align: center;
    margin-bottom: 20px;
  }
}

.about-info-text {
  overflow: hidden;
}
.about-info-text h4 {
  font-size: 20px;
  line-height: 1.3;
  color: var(--clr-theme-1);
}
.about-info-text p {
  margin-bottom: 0;
  margin-right: 80px;
  font-size: 17px;
  letter-spacing: 0px;
  line-height: 30px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .about-info-text p {
    margin-right: 30px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .about-info-text p {
    margin-right: 0;
    letter-spacing: 0;
    line-height: 28px;
  }
}

.border-left-white {
  background: var(--clr-common-white);
}

.border-right-white {
  background: var(--clr-common-white);
}

.bdevs-el-subtitle {
  display: inline-block;
}

/*----------------------------------------
    skill
----------------------------------------*/
.skills-bg-img {
  background-size: cover;
  height: 100%;
  right: 0;
  position: absolute;
  top: 0;
  width: 50%;
  background-position: center center;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .skills-bg-img {
    width: 100%;
    background-size: cover;
    height: 400px;
    position: relative;
    width: 100%;
    margin: 30px 0;
  }
}

.skills-wrapper {
  padding: 97px 40px 100px 210px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .skills-wrapper {
    padding: 80px 20px 100px 40px;
  }
}
@media (max-width: 575px) {
  .skills-wrapper {
    padding: 0;
    padding-bottom: 80px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px) {
  .skills-wrapper {
    padding: 0 60px 80px;
  }
}
.skills-wrapper .section-title h2 {
  font-size: 45px;
}

.progress-bar-text {
  overflow: hidden;
}

.bar-title h4 {
  display: inline-block;
  font-size: 18px;
  margin-bottom: 17px;
  font-weight: 700;
  color: var(--clr-theme-1);
}

.progress-bar span {
  font-size: 18px;
  margin-top: -52px;
  color: var(--clr-theme-1);
  font-weight: 700;
}

.progress-bar {
  background-color: var(--clr-theme-2);
  text-align: right;
  overflow: inherit;
}

.progress {
  border-radius: 0;
  height: 5px;
  overflow: visible;
  background: #e0e0e0;
}

.tmd__skill-wrapper .progress {
  display: flex;
  overflow: hidden;
  font-size: 16px;
  background-color: #e9ecef;
  border-radius: 5px;
}

.progress-circular {
  position: relative;
}
.progress-circular input {
  font-size: 40px !important;
  width: 100% !important;
  height: 100% !important;
  top: 45% !important;
  transform: translate(-50%, -50%) !important;
  left: 52% !important;
  margin: 0 !important;
  color: var(--clr-theme-1) !important;
}
.progress-circular canvas {
  position: relative !important;
}

.our-skills-content h3 {
  color: var(--clr-theme-1);
  font-size: 24px;
  margin-bottom: 0;
  margin-top: 21px;
}

.our-skills-area .dp-up-btn {
  margin-top: 27px;
}
.our-skills-area .our-skills-content h3 {
  color: var(--clr-theme-1);
}

/*----------------------------------------
    07. Delport CTA CSS 
----------------------------------------*/
.services__cta-wrapper {
  display: grid;
  grid-template-columns: 1fr 120px 1fr;
  align-items: center;
}
@media (max-width:450px) {
  .services__cta-wrapper {
    display: block;
  }
  .services__cta-wrapper .services__cta-item {
    text-align: center !important;
  }
  .services__cta-wrapper .services__cta-item i {
    margin: auto;
  }
}
.services__cta-box {
  z-index: 1;
  padding-top: 30px;
  background-repeat: no-repeat;
  background-size: cover;
  padding-bottom: 15px;
  clip-path: polygon(1.5% 0%, 100% 0%, 98.5% 100%, 0% 100%);
}
.services__cta-overlay::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: var(--clr-common-color-red);
  opacity: 0.9;
  z-index: -1;
}
.services__cta-item h3 {
  margin-bottom: 0;
  color: var(--clr-common-white);
}
.services__cta-item h3 a:hover {
  color: var(--clr-common-heading);
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .services__cta-item h3 a {
    display: block;
  }
}
@media (max-width: 575px) {
  .services__cta-item h3 a {
    display: inline-block;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .services__cta-item h3 {
    font-size: 25px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .services__cta-item h3 {
    font-size: 20px;
  }
}
.services__cta-item i {
  width: 60px;
  height: 60px;
  background: var(--clr-common-white);
  line-height: 60px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  text-align: center;
  color: var(--clr-common-color-red);
  font-size: 35px;
  display: block;
  line-height: 73px;
  margin: 0 30px;
}

.services__cta-3-play {
  display: inline-block;
  background: var(--clr-common-color-16);
  padding: 10px;
  border: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  margin-bottom: 27px;
}
.services__cta-3-title {
  color: var(--clr-common-white);
  margin-bottom: 43px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .services__cta-3-title {
    font-size: 30px;
  }
  .services__cta-3-title br {
    display: none;
  }
}
.services__cta-3-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px 6px;
}
@media (max-width:450px) {
  .services__cta-3-btn {
    flex-direction: column;
  }
}
.services__cta-3-btn .fill-btn {
  clip-path: polygon(11% 0%, 100% 0, 89% 100%, 0% 100%);
  padding: 0 53px;
  background: var(--clr-common-white);
  color: var(--clr-common-heading);
}
.services__cta-3-btn .fill-btn:hover {
  background: var(--clr-theme-1);
  color: var(--clr-common-white);
}
.services__cta-3-btn .border-btn {
  -webkit-transform: skew(-17deg);
  -moz-transform: skew(-17deg);
  -ms-transform: skew(-17deg);
  transform: skew(-17deg);
}

.help__cta-btn .skew-btn::before {
  border: 2px solid var(--clr-common-border-2);
}
.help__cta-title h2 {
  color: var(--clr-common-white);
  margin-bottom: 0px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .help__cta-title h2 {
    font-size: 34px;
  }
}

.call__cta.position {
  top: -50px;
  width: 100%;
  left: 0;
  right: 0;
}
.call__cta-icon {
  font-size: 54px;
  color: var(--clr-common-white);
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .call__cta-icon {
    font-size: 35px;
  }
}
.call__cta-padd {
  padding: 23px 49px;
}
@media (max-width:450px) {
  .call__cta-padd {
    padding: 25px;
  }
}
.call__cta-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .call__cta-wrapper {
    margin-bottom: 35px;
  }
}
.call__cta-content-small-title {
  color: var(--clr-common-white);
  font-size: 12px;
}
.call__cta-content-title {
  margin-bottom: 0;
  line-height: 1;
  color: var(--clr-common-white);
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .call__cta-content-title {
    font-size: 25px;
  }
}
@media (max-width: 575px) {
  .call__cta-content-title {
    font-size: 22px;
  }
}
.call__cta-content-title a:hover {
  color: var(--clr-common-white);
  opacity: 0.8;
}

.contact__cat-btn .fill-btn {
  background: var(--clr-common-white);
  color: var(--clr-common-heading);
}
.contact__cat-btn .fill-btn:hover {
  background: var(--clr-common-heading);
  color: var(--clr-common-white);
}

@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px), (max-width:450px) {
  .call__cta.dp-home-cta-info.position.p-absolute {
    position: static;
  }
}

.cta-area {
  background-size: cover;
  background-position: center center;
  position: relative;
  z-index: 1;
}
.cta-area::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: var(--clr-theme-1);
  opacity: 0.7;
  z-index: -1;
}

.cta-text > span {
  font-size: 20px;
  font-weight: 500;
  color: var(--clr-common-white);
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .cta-text > span {
    font-size: 17px;
  }
}
.cta-text h1 {
  font-size: 50px;
  color: var(--clr-common-white);
  letter-spacing: 0.6px;
  margin-top: 15px;
  margin-bottom: 25px;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .cta-text h1 {
    font-size: 35px;
  }
}
@media (max-width: 575px) {
  .cta-text h1 {
    font-size: 25px;
  }
}
.cta-text p {
  font-size: 18px;
  line-height: 30px;
  color: var(--clr-common-white);
  padding: 0 50px;
  margin-bottom: 36px;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .cta-text p {
    font-size: 15px;
    padding: 0;
  }
}

/*----------------------------------------
    08. Work Process CSS 
----------------------------------------*/
.work {
  padding-top: 190px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .work {
    padding-top: 175px;
    padding-bottom: 60px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .work {
    padding-top: 180px;
    padding-bottom: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .work {
    padding-top: 170px;
    padding-bottom: 120px;
  }
}
.work__content {
  padding-bottom: 105px;
  padding-top: 8px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .work__content {
    padding: 0px;
    margin-bottom: 60px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .work__content {
    padding-bottom: 30px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .work__content-list {
    padding-right: 0px;
  }
}
@media (max-width: 575px) {
  .work__content-list {
    padding-right: 0px;
  }
}
.work__item {
  display: flex;
  padding-bottom: 15px;
  position: relative;
}
.work__item-text h4 {
  margin-bottom: 9px;
}
.work__item-num {
  min-width: 60px;
  height: 50px;
  background: var(--clr-common-color-red);
  text-align: center;
  margin-right: 45px;
  clip-path: polygon(15% 0, 100% 0, 85% 100%, 0 100%);
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .work__item-num {
    margin-right: 25px;
  }
}
@media (max-width: 575px) {
  .work__item-num {
    margin-right: 20px;
  }
}
.work__item-num h5 {
  color: var(--clr-common-white) !important;
  line-height: 49px;
  position: relative;
}
.work__item::before {
  content: "";
  position: absolute;
  width: 2px;
  height: 70%;
  background: var(--clr-common-color-red);
  top: 50px;
  left: 26px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px) {
  .work__item::before {
    left: 28px;
  }
}
@media (max-width: 575px) {
  .work__item::before {
    left: 30px;
  }
}
@media (max-width: 575px) {
  .work__item::before {
    left: 26px;
  }
}
.work__img {
  padding-top: 30px;
  clip-path: polygon(3% 0px, 100% 34px, 93% 100%, 0% 100%);
  position: absolute;
  bottom: 0;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .work__img img {
    width: 100%;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .work__img {
    margin-bottom: 60px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .work__img {
    position: relative;
    bottom: auto;
    margin-left: 0;
  }
}
.work__img img {
  clip-path: polygon(5% 0, 100% 4px, 95% 100%, 0% 100%);
}
.work__btn {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.work__content-list .work__item:last-child::before {
  display: none;
}

.work__wrapper .work__img img {
  max-width: inherit !important;
}

.working-wrapper .working-icon {
  position: relative;
  width: 120px;
  height: 120px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  background: var(--clr-theme-2);
  font-size: 40px;
  border-radius: 30% 70% 70% 30%/30% 45% 55% 70%;
  color: var(--clr-common-white);
  transition: 0.5s;
  margin: 0 auto 20px;
}
.working-wrapper .working-text h3 {
  color: var(--clr-theme-1);
}
.working-wrapper:hover .working-icon {
  border-radius: 57% 43% 31% 69%/54% 61% 39% 46%;
  background: var(--clr-theme-1);
}

.video-area {
  margin-bottom: -240px;
  position: relative;
}

.video-02-area {
  background-size: cover;
  background-position: center center;
}

.video-bg {
  background-size: cover;
  background-position: center center;
  padding-top: 300px;
  padding-bottom: 280px;
  position: relative;
  z-index: 1;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .video-bg {
    background-position: right;
  }
}
.video-bg::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: var(--clr-theme-1);
  opacity: 0.7;
  z-index: -1;
}

.video-icon a {
  font-size: 22px;
  background: var(--clr-common-white);
  color: var(--clr-theme-1);
  height: 120px;
  display: inline-block;
  width: 120px;
  line-height: 120px;
  text-align: center;
  border-radius: 50%;
  transition: 0.3s;
  position: relative;
  animation: pulsees 2s infinite;
}
@keyframes pulsees {
  0% {
    transform: scale(1);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.4);
  }
  50% {
    transform: scale(1.1);
  }
  70% {
    box-shadow: 0 0 0 45px rgba(255, 255, 255, 0);
  }
  100% {
    transform: scale(1);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}

/*----------------------------------------
    09. Testimonial CSS 
----------------------------------------*/
.testimonial-one .testimonial-shadow {
  filter: drop-shadow(0px 0px 13px rgba(0, 0, 0, 0.06));
}
.testimonial-one .testimonial-items {
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  background: var(--clr-common-white);
  box-shadow: 0px 16px 32px 0px rgba(0, 0, 0, 0.06);
  padding: 45px 47px 50px 47px;
  position: relative;
  clip-path: polygon(5% 0, 100% 0, 95% 100%, 0 100%);
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .testimonial-one .testimonial-items {
    padding: 45px 30px 50px 30px;
  }
}
@media (max-width: 575px) {
  .testimonial-one .testimonial-items {
    padding: 27px 50px 30px 50px;
  }
}
@media (max-width:450px) {
  .testimonial-one .testimonial-items {
    padding: 27px 18px 30px 25px;
  }
}
.testimonial-one .testimonial__icon {
  margin-bottom: 17px;
  color: var(--clr-common-color-red);
}
.testimonial-one .testimonial__icon i {
  color: var(--clr-common-red);
}
.testimonial-one .testimonial__text {
  margin-bottom: 35px;
}
.testimonial-one .testimonial__text p {
  font-size: 20px;
  line-height: 34px;
}
.testimonial-one .testimonial__auth {
  display: flex;
  align-items: center;
}
.testimonial-one .testimonial__auth-img img {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  width: 60px;
  height: 60px;
}
.testimonial-one .testimonial__auth-text h4 {
  margin-bottom: 1px;
  color: var(--clr-common-heading);
}
.testimonial-one .testimonial__auth-text span {
  font-size: 14px;
  text-transform: uppercase;
  color: var(--clr-common-color-red);
  font-weight: 600;
}
.testimonial-one .testimonial__quote-icon {
  position: absolute;
  top: 25px;
  right: 45px;
  opacity: 0;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.testimonial-one .testimonial__quote-icon i {
  font-size: 150px;
}

@media (max-width:450px) {
  .testimonial-space {
    padding-bottom: 65px;
  }
}

.testimonial-active .swiper-slide-active .testimonial-items {
  background: var(--clr-common-color-red);
}
.testimonial-active .swiper-slide-active .testimonial-items p, .testimonial-active .swiper-slide-active .testimonial-items h4, .testimonial-active .swiper-slide-active .testimonial-items span, .testimonial-active .swiper-slide-active .testimonial-items .rate i {
  color: var(--clr-common-white);
}
.testimonial-active .swiper-slide-active .testimonial-items .testimonial__quote-icon {
  opacity: 0.2;
}

.testimonial-box .swiper-container {
  padding: 20px 0;
}

.testimonial-two {
  margin-left: 72px;
  margin-right: 3px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .testimonial-two {
    margin-left: 40px;
    margin-right: 0px;
  }
}
.testimonial-two .testimonial__item-img {
  width: 120px;
  height: 120px;
  position: absolute;
  top: -22px;
  left: -53px;
  z-index: 200;
}
.testimonial-two .testimonial__item-img img {
  width: 100%;
  -webkit-transition: all 1s ease-out 0s;
  -moz-transition: all 1s ease-out 0s;
  -ms-transition: all 1s ease-out 0s;
  -o-transition: all 1s ease-out 0s;
  transition: all 1s ease-out 0s;
  clip-path: polygon(16% 0, 100% 0, 84% 100%, 0 100%);
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .testimonial-two .testimonial__item-img {
    width: 90px;
    height: 90px;
  }
}
@media (max-width:450px) {
  .testimonial-two .testimonial__item-img {
    width: 80px;
    height: 80px;
  }
}
.testimonial-two .testimonial__item-rate i {
  color: var(--clr-common-color-red);
}
@media (max-width:450px) {
  .testimonial-two .testimonial__item-rate i {
    font-size: 13px;
  }
}
.testimonial-two .testimonial__item-auth h6 {
  color: var(--clr-common-color-red);
}
.testimonial-two .testimonial__item-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
.testimonial-two .testimonial__item-content {
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  padding: 35px 37px 30px 66px;
  clip-path: polygon(3% 0, 100% 0, 97% 100%, 0 100%);
}
.testimonial-two .testimonial__item-content p {
  margin-bottom: 13px;
  font-size: 18px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .testimonial-two .testimonial__item-content {
    padding: 35px 20px 30px 40px;
  }
}
@media (max-width:450px) {
  .testimonial-two .testimonial__item-content {
    padding: 30px;
  }
}
.testimonial-two .testimonial__item:hover .testimonial__item-content {
  background: var(--clr-theme-1);
}
.testimonial-two .testimonial__item:hover .testimonial__item-content p {
  color: var(--clr-common-white);
}
.testimonial-two .testimonial__item:hover .testimonial__item-content h4 {
  color: var(--clr-common-white);
}
.testimonial-two .testimonial__item:hover .testimonial__item-content h6 {
  color: var(--clr-common-white);
}
.testimonial-two .testimonial__item:hover .testimonial__item-img img {
  transform: rotateY(360deg);
}

.dp-testimonial-client-name {
  color: var(--clr-common-heading);
}

.testimonial-wrapper {
  box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
  overflow: hidden;
  padding: 35px;
  margin: 20px;
}
.testimonial-wrapper p {
  font-size: 20px;
  line-height: 35px;
  margin-bottom: 0px;
}
@media (max-width: 575px) {
  .testimonial-wrapper p {
    font-size: 18px;
    line-height: 28px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .testimonial-wrapper p {
    font-size: 20px;
  }
}
.testimonial-wrapper h3 {
  font-size: 24px;
  margin-bottom: 3px;
  color: var(--clr-theme-1);
}
@media (max-width: 575px) {
  .testimonial-wrapper h3 {
    font-size: 20px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .testimonial-wrapper h3 {
    font-size: 24px;
  }
}
.testimonial-wrapper span {
  color: var(--clr-theme-2);
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 500;
  position: relative;
  padding-left: 42px;
}
.testimonial-wrapper span::before {
  position: absolute;
  content: "";
  height: 2px;
  width: 30px;
  background: var(--clr-theme-2);
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.testi-info-area {
  display: flex;
  align-items: center;
}
@media (max-width: 575px) {
  .testi-info-area {
    flex-wrap: wrap;
  }
}
.testi-info-area .testi-author-text {
  margin-left: 40px;
}
@media (max-width: 575px) {
  .testi-info-area .testi-author-text {
    margin-left: 10px;
    margin-top: 20px;
  }
}

/*----------------------------------------
    10. Brand CSS 
----------------------------------------*/
.brand-items a img {
  opacity: 0.4;
  width: 165px;
}
.brand-items a img:hover {
  opacity: 1;
}

.brand-items {
  text-align: center;
}
.brand-items-2 {
  text-align: center;
}

.brand-padd {
  padding: 35px 0 35px;
}

.brand.two {
  padding: 33px 0;
}

.brand-active-2 {
  padding: 0 65px;
  overflow: hidden;
}

.brand-items-2 img {
  width: 165px;
}

.brand__3-items {
  text-align: center;
}

.brand__3-items img {
  width: 165px;
}

/*----------------------------------------
    11. Price CTA CSS 
----------------------------------------*/
.price__cta-content {
  padding: 80px 82px 80px 80px;
  clip-path: polygon(3% 0, 100% 0, 97% 100%, 0 100%);
  background: var(--clr-common-white);
  margin-left: 40px;
  margin-bottom: -1px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .price__cta-content {
    margin-left: 0px;
    padding: 70px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .price__cta-content {
    margin-left: 0px;
    padding: 60px 40px;
  }
}
@media (max-width:450px) {
  .price__cta-content {
    margin-left: 0px;
    padding: 40px 25px;
  }
}
.price__cta-content-shadow {
  filter: drop-shadow(0px 30px 10px rgba(0, 0, 0, 0.06));
}

.price__cta-3 {
  margin-top: -190px;
  padding-top: 310px;
  padding-bottom: 120px;
}
.price__cta-3::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: var(--clr-common-heading);
  height: 190px;
  width: 100%;
  z-index: -1;
}
.price__cta-3-img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 50%;
  z-index: -1;
}
.price__cta-3-img::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background: var(--clr-common-heading);
  opacity: 0.2;
  height: 190px;
}
.price__cta-3-img img {
  height: 100% !important;
  width: 100% !important;
  object-fit: cover;
}
.price__cta-content-3 {
  padding-left: 85px;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px) {
  .price__cta-content-3 {
    padding-left: 50px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px), (max-width:450px) {
  .price__cta-content-3 {
    padding-left: 0px;
  }
}

.price__range-wrapper {
  padding-top: 30px;
  margin-bottom: 48px;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .price__range-wrapper {
    padding-top: 5px;
    margin-bottom: 58px;
  }
}
.price__range-text h5 {
  margin-bottom: 0px;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .price__range-text {
    margin-bottom: 30px;
  }
}
.price__range-area {
  margin-left: -40px;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .price__range-area {
    margin-left: 0px;
  }
}
.price__range-area .ui-slider-handle {
  width: 80px;
  height: 60px;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
  background: var(--clr-common-heading);
  color: var(--clr-common-white);
  cursor: pointer;
  top: 0;
  margin: auto;
  text-align: center;
  line-height: 60px;
  clip-path: polygon(10% 0, 100% 0, 90% 100%, 0% 100%);
  font-size: 20px;
  font-weight: 600;
}
@media (max-width: 575px) {
  .price__range-area .ui-slider-handle {
    width: 60px;
    height: 50px;
    line-height: 50px;
    font-size: 17px;
  }
}
.price__range-area .ui-widget {
  font-family: "Oswald", sans-serif;
  font-size: 20px;
  color: var(--clr-common-white);
  font-weight: 600;
}
.price__range-area .ui-widget.ui-widget-content {
  border: none;
  background: var(--clr-common-color-18);
  height: 4px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}

/*----------------------------------------
    12 . Blog CSS
----------------------------------------*/
.blog__more-btn {
  display: inline-block;
}
.blog__more-btn a {
  text-transform: uppercase;
  color: var(--clr-common-color-red);
  font-weight: 400;
  font-family: "Oswald", sans-serif;
  position: relative;
}
.blog__more-btn a::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: var(--clr-common-color-red);
}
.blog__more-btn:hover a {
  color: var(--clr-common-heading);
}
.blog__more-btn:hover a::before {
  background: var(--clr-common-heading);
}
.blog__item {
  position: relative;
}
.blog__item-content h2 {
  font-size: 24px;
  font-family: "Oswald", sans-serif;
  color: var(--clr-common-heading);
  margin-top: 0px;
  font-weight: 600;
  margin-bottom: 11px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .blog__item-content h2 {
    font-size: 20px;
  }
}
.blog__item-date {
  position: absolute;
  background: var(--clr-common-color-red);
  width: 80px;
  height: 80px;
  text-align: center;
  padding-top: 15px;
  top: 20px;
  right: 20px;
  clip-path: polygon(10% 0, 100% 0%, 90% 100%, 0% 100%);
  mix-blend-mode: multiply;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .blog__item-date {
    width: 70px;
    height: 70px;
    padding-top: 10px;
  }
}
.blog__item-date span {
  color: var(--clr-common-white);
  font-weight: 700;
  text-transform: uppercase;
  font-family: "Oswald", sans-serif;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .blog__item-date span {
    font-size: 16px;
  }
}
.blog__item-date span b {
  font-size: 40px;
  display: block;
  font-weight: 600;
  color: var(--clr-common-white);
  margin-bottom: 6px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .blog__item-date span b {
    font-size: 25px;
    margin-bottom: 0px;
  }
}
.blog__item-img {
  overflow: hidden;
  clip-path: polygon(5% 0, 100% 0, 95% 100%, 0% 100%);
}
.blog__item-img img {
  clip-path: polygon(5% 0, 100% 0, 95% 100%, 0% 100%);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.blog__item-content {
  padding-right: 20px;
}
.blog__item-content h2:hover a {
  color: var(--clr-common-color-red);
}
.blog__item:hover .blog__item-img img {
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}
.blog__meta {
  margin-bottom: 17px;
}
.blog__meta span {
  margin-right: 25px;
  position: relative;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .blog__meta span {
    margin-right: 10px;
  }
}
.blog__meta span i {
  color: var(--clr-common-color-red);
  margin-right: 5px;
}
.blog__meta span:hover a {
  color: var(--clr-common-heading);
}
.blog__meta span:hover a i {
  color: var(--clr-common-heading);
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .blog__padding1 {
    padding-top: 180px;
  }
}

.blog-two .blog__item-date {
  top: -20px;
}
.blog-two .blog__item-img {
  position: relative;
}
.blog-two .blog__item-img img {
  clip-path: polygon(5% 0, 100% 0, 95% 100%, 0% 100%);
}
.blog-two .blog__title-wrapper {
  margin-top: -47px;
  padding-left: 30px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .blog-two .blog__title-wrapper {
    margin-top: -30px;
    padding-left: 0px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 1200px) and (max-width: 1399px) {
  .blog-two .blog__title-wrapper {
    padding-left: 0;
  }
}
.blog-two .blog__title-inner {
  display: flex;
  align-items: center;
  padding: 26px 0;
  border-bottom: 1px solid var(--clr-common-border-2);
}
.blog-two .blog__title-inner :last-child {
  border-bottom: 1px solid transparent;
}
.blog-two .blog__title-inner .blog__item-date {
  height: 80px;
  background: var(--clr-common-color-red);
  position: inherit;
  margin-right: 20px;
  min-width: 80px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .blog-two .blog__title-inner .blog__item-date {
    min-width: 70px;
    height: 70px;
    margin-right: 14px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .blog-two .blog__title-inner .blog__item-date {
    min-width: 70px;
    height: 70px;
    margin-right: 14px;
  }
}
.blog-two .blog__title-inner .blog__item-title h4 {
  font-size: 24px;
  line-height: 34px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .blog-two .blog__title-inner .blog__item-title h4 {
    font-size: 20px;
    line-height: 30px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .blog-two .blog__title-inner .blog__item-title h4 {
    font-size: 20px;
    line-height: 25px;
  }
}
@media (max-width:450px) {
  .blog-two .blog__title-inner .blog__item-title h4 {
    font-size: 18px;
  }
}
.blog-two .blog__title-inner:hover .blog__item-date {
  background: var(--clr-theme-1);
}
.blog-two .blog__title-inner:hover h4 {
  color: var(--clr-common-color-red);
}
.blog-two .blog__meta {
  position: absolute;
  z-index: 1;
  bottom: -17px;
  padding: 15px 20px;
  color: var(--clr-common-white);
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .blog-two .blog__meta {
    padding: 7px 15px;
    left: -2px;
  }
}
.blog-two .blog__meta:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  clip-path: polygon(2% 0, 100% 0%, 97% 100%, 0% 100%);
  mix-blend-mode: multiply;
  background: var(--clr-common-color-red);
}
.blog-two .blog__meta a i {
  color: var(--clr-common-white);
}

.blog__title-wrapper article:last-child .blog__title-inner {
  border-bottom: 1px solid transparent;
}

.postbox__wrapper {
  margin-right: 30px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .postbox__wrapper {
    margin-right: 0px;
  }
}

.postbox__shadow {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  overflow: hidden;
  -webkit-box-shadow: 0px 1px 2px 0px rgba(10, 0, 58, 0.14);
  -moz-box-shadow: 0px 1px 2px 0px rgba(10, 0, 58, 0.14);
  box-shadow: 0px 1px 2px 0px rgba(10, 0, 58, 0.14);
}

.postbox__thumb {
  clip-path: polygon(5% 0, 100% 0, 95% 100%, 0% 100%);
}
.postbox__thumb img {
  clip-path: polygon(5% 0, 100% 0, 95% 100%, 0% 100%);
}
.postbox__thumb .play-btn {
  background: var(--clr-common-white);
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  position: absolute;
}
.postbox__thumb .play-btn:hover {
  background: var(--clr-common-heading);
  color: var(--clr-common-white);
}
.postbox__thumb:hover img {
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .postbox__title {
    font-size: 24px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .postbox__title {
    font-size: 20px;
  }
}

.postbox-nav button {
  position: absolute;
  left: 0px;
  top: 50%;
  z-index: 1;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background: var(--clr-common-white);
  color: var(--clr-common-heading);
  display: inline-block;
  clip-path: polygon(13% 0, 100% 0, 87% 100%, 0% 100%);
}
.postbox-nav button.postbox-slider-button-next {
  left: auto;
  right: 0px;
}
.postbox-nav button i {
  height: 60px;
  width: 75px;
  line-height: 60px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .postbox-nav button i {
    height: 50px;
    width: 50px;
    line-height: 50px;
  }
}
.postbox-nav button:hover {
  background: var(--clr-common-heading);
  color: var(--clr-common-white);
}

.postbox-slider-button-prev i {
  margin-left: 15px;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .postbox-slider-button-prev i {
    margin-left: 5px;
  }
}
.postbox-slider-button-next i {
  margin-right: 15px;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .postbox-slider-button-next i {
    margin-right: 5px;
  }
}

.basic-pagination ul {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}
.basic-pagination ul li {
  list-style: none;
}
.basic-pagination ul li a, .basic-pagination ul li span {
  display: inline-block;
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  border: 1px solid var(--clr-common-border-3);
  font-size: 14px;
  font-weight: 500;
  color: var(--clr-common-heading);
  border-radius: 50%;
}
@media (max-width: 575px) {
  .basic-pagination ul li a, .basic-pagination ul li span {
    width: 45px;
    height: 45px;
    line-height: 45px;
  }
}
.basic-pagination ul li a:hover, .basic-pagination ul li span:hover {
  background: var(--clr-theme-1);
  color: var(--clr-common-white);
  border-color: var(--clr-theme-1);
}
.basic-pagination ul li span.current {
  background: var(--clr-theme-1);
  color: var(--clr-common-white);
  border-color: var(--clr-theme-1);
}

.postbox__content blockquote {
  padding: 30px 40px 5px 40px;
  color: var(--clr-body-text);
  position: relative;
  background: var(--clr-bg-gray);
  font-style: normal;
  text-align: left;
  clear: both;
  font-weight: 400;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  box-shadow: 0px 1px 2px 0px rgba(10, 0, 58, 0.14);
  border: 1px solid var(--clr-common-color-12);
  margin-bottom: 25px;
}
@media (max-width: 575px) {
  .postbox__content blockquote {
    padding: 30px 25px 5px 25px;
  }
}
.postbox__content blockquote::before {
  content: "";
  position: static;
  font-family: "Font Awesome 5 Pro";
  font-size: 32px;
  color: var(--clr-theme-1);
  line-height: 1;
  margin-bottom: 18px;
  display: inline-block;
}
.postbox__content blockquote cite::before {
  content: "";
  display: inline-block;
  background: var(--clr-theme-1);
  height: 2px;
  width: 40px;
  top: -4px;
  margin-right: 10px;
  position: relative;
}

.blog__author {
  padding: 30px;
  -webkit-box-shadow: 0px 1px 4px 0px rgba(10, 0, 58, 0.14);
  -moz-box-shadow: 0px 1px 4px 0px rgba(10, 0, 58, 0.14);
  box-shadow: 0px 1px 4px 0px rgba(10, 0, 58, 0.14);
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
.blog__author p {
  margin-bottom: 0px;
}

.post-comment-form h3 {
  margin-bottom: 30px;
}

.comments-avatar {
  float: left;
  margin-right: 20px;
}
.comments-avatar img {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.comments-text {
  overflow: hidden;
  border-bottom: 2px solid var(--clr-common-border-2);
  padding-bottom: 30px;
  margin-bottom: 30px;
}
.comments-text p {
  margin-bottom: 20px;
}

.avatar-name {
  margin-bottom: 10px;
  overflow: hidden;
  position: relative;
}
.avatar-name h5 {
  font-size: 16px;
  margin-bottom: 5px;
  font-weight: 600;
}
.avatar-name span {
  font-size: 14px;
  font-weight: 500;
}

.latest-comments li.children {
  margin-left: 105px;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .latest-comments li.children {
    margin-left: 0;
  }
}

.comment-reply {
  font-weight: 500;
  font-size: 14px;
  color: var(--clr-body-heading);
}

.latest-comments li:first-child .comments-box {
  border-top: 0;
  padding-top: 0;
}

.sidebar__widget {
  padding: 45px 35px 50px 35px;
  box-shadow: 0px 12px 10px rgba(238, 239, 240, 0.25);
  border: 1px solid var(--clr-common-color-12);
  background: var(--clr-bg-gray-4);
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .sidebar__widget {
    padding: 43px 15px 48px 15px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .sidebar__widget {
    padding: 43px 30px 48px 30px;
  }
}
@media (max-width: 575px) {
  .sidebar__widget {
    padding: 43px 15px 48px 15px;
  }
}
.sidebar__widget .single-input-field::before {
  background: var(--clr-common-white);
}

.sidebar__widget--title {
  font-size: 20px;
}

.sidebar-contact h2 {
  font-size: 30px;
  color: var(--clr-common-color-red);
  font-weight: 700;
  line-height: 1;
  display: inline-block;
  margin-bottom: 0px;
}

.sidebar-contact p {
  color: var(--clr-common-heading);
}

.sidebar-contact img {
  clip-path: polygon(5% 0, 100% 0, 95% 100%, 0% 100%);
}

.widget ul li {
  margin-bottom: 15px;
  position: relative;
  z-index: 2;
  background: var(--clr-common-white);
  list-style: none;
}
.widget ul li:last-child {
  margin-bottom: 0px;
}
.widget ul li a {
  font-weight: 400;
  color: #777;
  text-transform: capitalize;
  padding-left: 20px;
  position: relative;
  font-size: 16px;
}
.widget ul li a:hover {
  color: var(--clr-common-color-red);
}
.widget ul li ul.sub-menu li,
.widget ul li ul.children li {
  padding: 0;
  padding-left: 10px;
  transform: none;
}
.widget p strong {
  font-weight: 500;
}

.widget ul li a::before {
  position: absolute;
  content: "";
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  font-family: "Font Awesome 5 Pro";
  font-size: 14px;
  color: #ea1b29;
  transition: all 0.3s ease-out 0s;
}

.widget ul li a:hover::before {
  left: 5px;
}

.rc__post-content {
  overflow: hidden;
}
.rc__post-thumb {
  width: 100px;
  float: left;
  margin-right: 10px;
  overflow: hidden;
  clip-path: polygon(5% 0, 100% 0, 95% 100%, 0% 100%);
}
.rc__post-thumb img {
  max-width: 100%;
}
.rc__post-thumb:hover img {
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}
.rc__post-title {
  font-size: 16px;
}

.rc__meta {
  margin-top: -7px;
}
.rc__meta span {
  font-size: 14px;
}

.tagcloud > h3 {
  font-size: 30px;
  margin-bottom: 25px;
}
.tagcloud a {
  font-weight: 400;
  font-size: 12px !important;
  border: 2px solid var(--clr-common-border-2);
  border-radius: 6px;
  color: #777777;
  padding: 0 15px;
  display: inline-grid;
  line-height: 34px;
  margin: 7px 10px 7px 0;
  position: relative;
  background: transparent;
  z-index: 2;
  transition: 0.3s;
  text-transform: capitalize;
}
@media (max-width: 575px) {
  .tagcloud a {
    margin: 7px 7px 7px 0;
  }
}
.tagcloud a:hover {
  background: var(--clr-theme-1);
  border-color: var(--clr-theme-1);
  color: var(--clr-common-white);
}
.tagcloud.details a::before {
  background: var(--clr-common-border-2);
}
.tagcloud.details a:hover {
  color: var(--clr-common-white);
}
.tagcloud.details a:hover::before {
  background: var(--clr-theme-1);
}

.bd-blog-title {
  font-size: 30px;
}

.bd-blog .bd-blog-img .play-btn.popup-video {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: 50%;
  transform: translateY(-50%);
  background-color: #fff;
}
.bd-blog .bd-blog-img .play-btn.popup-video:hover {
  background: var(--clr-common-heading);
  color: var(--clr-common-white);
}

.bd-blog-meta ul li {
  display: inline-block;
  margin-right: 20px;
  padding-top: 0;
}
@media (max-width: 575px), only screen and (min-width: 576px) and (max-width: 767px) {
  .bd-blog-meta ul li {
    display: block;
    margin-bottom: 12px;
  }
}

.bd-blog-meta ul li a {
  text-transform: capitalize;
}

.bd-blog-meta ul li i,
.bd-blog-meta ul li a i {
  margin-right: 8px;
  color: var(--clr-common-color-red);
}

.bd-blog-meta ul li:hover a,
.bd-blog-meta ul li:hover a i {
  color: var(--clr-common-heading);
}

.ablog__img a,
.bd-blog-img a {
  display: inline-block;
}
.ablog__img a img,
.bd-blog-img a img {
  max-width: 100%;
  transition: all 0.3s ease-out 0s;
}

.postbox__audio {
  margin-bottom: 25px;
}

.ablog .bd-blog-img .play-btn.popup-video {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: 50%;
  transform: translateY(-50%);
  background-color: #fff;
}
.ablog .bd-blog-img .play-btn.popup-video:hover {
  background: var(--clr-theme-1);
  color: var(--clr-common-white);
}
.ablog .bd-blog-img .play-btn.popup-video-white {
  background: var(--clr-common-white);
}

.sidebar-search-form input {
  width: 100%;
  height: 64px;
  padding: 0 50px 0 27px;
  border: 2px solid var(--clr-common-border-2);
  outline: 0;
  background: transparent;
  color: var(--clr-common-heading);
  border-radius: 6px;
}

.ablog__text4 blockquote {
  padding: 30px 40px 5px 40px;
  border-radius: 10px;
  background: var(--clr-bg-gray);
  box-shadow: 0px 1px 2px 0px rgba(10, 0, 58, 0.14);
  border: 1px solid var(--clr-common-color-12);
}
.ablog__text4 blockquote::before {
  color: var(--clr-theme-1);
}
.ablog__text4 blockquote p {
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: var(--clr-common-text);
  margin-bottom: 15px !important;
}
.ablog__text4 blockquote p cite {
  color: inherit;
  font: inherit;
  font-style: italic;
  color: var(--clr-common-heading);
  font-weight: 500;
}
.ablog__text4 blockquote p cite::before {
  background: var(--clr-theme-1);
}

.blog__details__tag.tagcloud a:hover {
  color: var(--clr-common-white);
}
.blog__details__tag.tagcloud a::before {
  background: var(--clr-common-border-2);
}
.blog__details__tag.tagcloud a:hover::before {
  background: var(--clr-theme-1);
}

.post-text img {
  max-width: 100%;
  margin: 25px 0;
}

@media (max-width: 575px) {
  .blog__author-content h5 {
    margin-top: 17px;
  }
}

.bd-blog-title {
  font-family: "Oswald", sans-serif;
  color: var(--clr-common-heading);
  margin-top: 0px;
  font-weight: 600;
  line-height: 1.3;
  letter-spacing: -0.3px;
  text-transform: uppercase;
  transition: all 0.3s ease-out 0s;
}

.bd-blog-title:hover {
  color: var(--clr-common-color-red);
}

.bd-blog-meta .fas {
  font-family: "Font Awesome 5 Pro";
}

.basic-pagination .fas {
  font-family: "Font Awesome 5 Pro";
}

.blog__more-btn .fas {
  font-family: "Font Awesome 5 Pro";
}

.sidebar__widget--title {
  font-size: 20px;
  position: relative;
  padding-bottom: 12px;
  color: var(--clr-common-heading);
}

.sidebar__widget--title::before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 60px;
  height: 2px;
  background: var(--clr-common-color-red);
}

.post_gallery.blog_gallery_active img {
  position: relative;
}

.swiper-blog-button {
  height: 60px;
  width: 60px;
  background: #fff;
  border-radius: 50px;
  text-align: center;
  line-height: 60px;
  color: var(--clr-common-heading);
  position: absolute;
  z-index: 999;
  transition: 0.3s;
}

.swiper-blog-button:hover {
  background: var(--clr-theme-1);
  color: #fff;
}

.swiper-blog-button.slide-prev {
  top: 50%;
  left: 2%;
  transform: translateY(-50%);
}

.swiper-blog-button.slide-next {
  top: 50%;
  right: 2%;
  transform: translateY(-50%);
}

.bd-blog, .ablog {
  border-radius: 6px;
  box-shadow: 0px 30px 40px 0px rgba(0, 6, 69, 0.08);
  overflow: hidden;
}

.ablog__text {
  background: #ffffff;
  padding: 35px 40px;
}

.ablog__sidebar .widget_tag_cloud a {
  display: inline-block;
  line-height: 34px;
  padding: 0 15px;
  font-size: 15px;
  font-weight: 400;
  color: #777777;
  background: #ffffff;
  border-radius: 6px;
  margin-right: 8px;
  margin-bottom: 10px;
  border: 0;
  border: 2px solid var(--clr-common-border-2);
  transition: 0.3s;
  text-transform: capitalize;
}

.ablog__sidebar .widget_tag_cloud a:hover {
  color: #fff;
  background: var(--clr-theme-1);
  border-color: var(--clr-theme-1);
}

.blog__meta.dp-blog-meta1 {
  padding: 10px 20px;
}

.blog__meta.dp-blog-meta1 a {
  font-size: 14px;
  line-height: 1;
}

.blog__meta.dp-blog-meta1 span:hover a, .blog__meta.dp-blog-meta1 span:hover i {
  color: #fff;
  opacity: 0.8;
}

.blog__item-title.dp-blog-title {
  color: var(--clr-common-heading);
  font-size: 24px;
  font-weight: 600;
}

.dp-blog-right .blog__title-inner:last-child {
  border-bottom: 0;
}

.blog-img {
  position: relative;
}
.blog-img > a {
  display: block;
  overflow: hidden;
}
.blog-img > a img {
  width: 100%;
  transition: 0.3s;
}

.blog-wrapper:hover .blog-img img {
  transform: scale(1.1);
}

.blog-wrapper:hover .blog-text h3 a {
  color: var(--clr-theme-2);
}

.blog-date {
  position: absolute;
  top: 20px;
  right: 20px;
}
.blog-date > a {
  color: var(--clr-common-white);
  font-size: 20px;
  text-transform: capitalize;
  font-weight: 700;
  background: var(--clr-theme-2);
  line-height: 24px;
  padding: 7px 18px;
  display: inline-block;
}
.blog-date > a:hover {
  color: var(--clr-common-white);
}

.blog-text {
  margin-top: 22px;
}
.blog-text h3 {
  font-size: 24px;
  line-height: 1.3;
  letter-spacing: -0.3px;
  margin-bottom: 23px;
}
.blog-text h3 > a {
  transition: 0.2s;
  color: var(--clr-theme-1);
}

.blog-wrapper .b-button > a {
  border-bottom: none;
  color: var(--clr-theme-1);
}
.blog-wrapper .b-button > a::before {
  background-color: var(--clr-theme-1);
}
.blog-wrapper .b-button > a:hover {
  color: var(--clr-theme-2);
}
.blog-wrapper .b-button > a:hover::before {
  background-color: var(--clr-theme-2);
}

.dp-blog-grid-wrapper {
  border-radius: 6px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 3px 0px, rgba(0, 0, 0, 0.06) 0px 1px 2px 0px;
  overflow: hidden;
}
.dp-blog-grid-wrapper .dp-blog-grid-thumb {
  overflow: hidden;
}
.dp-blog-grid-wrapper .dp-blog-grid-thumb img {
  width: 100%;
  transition: 0.3s linear;
}
.dp-blog-grid-wrapper .dp-blog-grid-content-wrapper {
  padding: 30px 30px 35px;
}
.dp-blog-grid-wrapper .dp-blog-grid-content-wrapper .dp-blog-grid-meta-wrapper {
  display: flex;
  align-content: center;
  margin-bottom: 15px;
}
.dp-blog-grid-wrapper .dp-blog-grid-content-wrapper span {
  font-size: 15px;
  text-transform: capitalize;
  color: var(--clr-theme-1);
  margin-right: 20px;
}
.dp-blog-grid-wrapper .dp-blog-grid-content-wrapper span i {
  margin-right: 8px;
}
.dp-blog-grid-wrapper .dp-blog-grid-content-wrapper span a:hover {
  color: var(--clr-theme-2);
}
.dp-blog-grid-wrapper .dp-blog-grid-content-wrapper .dp-blog-grid-content .dp-grid-title {
  font-size: 22px;
  color: var(--clr-common-heading);
  margin-top: 0px;
  font-weight: 600;
  margin-bottom: 10px;
  transition: 0.15s;
  line-height: 1.57;
  letter-spacing: 0.3px;
}
.dp-blog-grid-wrapper .dp-blog-grid-content-wrapper .dp-blog-grid-content .dp-grid-title:hover {
  color: var(--clr-theme-2);
}
.dp-blog-grid-wrapper:hover .dp-blog-grid-thumb img {
  transform: scale(1.1);
}

/*----------------------------------------
    13. Team CSS
----------------------------------------*/
.team__item {
  overflow: hidden;
}
.team__item-text {
  opacity: 0;
  visibility: hidden;
  bottom: 0;
  z-index: 1;
  left: 50px;
  bottom: -100px;
  margin-top: 100px;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.team__item-text span {
  font-size: 14px;
  text-transform: uppercase;
  margin-bottom: 8px;
  display: block;
  color: var(--clr-common-white);
  opacity: 0.5;
}
.team__item-text h3 {
  font-size: 24px;
  color: var(--clr-common-white);
  margin-bottom: 30px;
}
.team__item-text h3:hover {
  color: var(--clr-common-color-red);
}
@media (max-width:450px) {
  .team__item-auth h4 {
    font-size: 18px;
  }
}
.team__overlay {
  z-index: 1;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.team__overlay::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0;
  background: var(--clr-theme-1);
  z-index: 1;
  opacity: 0;
  mix-blend-mode: multiply;
}
.team__overlay:hover .team__item-text {
  opacity: 1;
  visibility: visible;
  bottom: 40px;
}
.team__overlay:hover .team__item-img img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.team__overlay:hover::before {
  opacity: 0.9;
  height: 100%;
}
.team__social a {
  color: var(--clr-common-color-11);
  margin-right: 10px;
  text-transform: uppercase;
  font-family: "Oswald", sans-serif;
}
.team__social a:hover {
  color: var(--clr-common-white);
}

.team__3-item {
  margin-left: 35px;
  margin-right: 35px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .team__3-item {
    margin-left: 5px;
    margin-right: 5px;
  }
}
.team__3-item-img {
  position: relative;
}
.team__3-item-img img {
  clip-path: polygon(5% 0, 100% 0, 95% 100%, 0% 100%);
}
.team__3-item-content {
  background: var(--clr-theme-1);
  padding: 19px 30px;
  clip-path: polygon(1.2% 0, 100% 0, 98.8% 100%, 0 100%);
  margin-left: -5px;
  margin-right: 16px;
  margin-top: -2px;
}
.team__3-item-title {
  font-size: 24px;
  color: var(--clr-common-white);
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .team__3-item-title {
    font-size: 20px;
  }
}
.team__3-item-subtitle {
  font-size: 14px;
  color: var(--clr-common-white);
  text-transform: uppercase;
  font-family: "Oswald", sans-serif;
  font-weight: 400;
}
.team__3-item-social {
  position: absolute;
  width: 106%;
  padding: 87px 50px;
  bottom: -30px;
  left: -35px;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.team__3-item-social:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  clip-path: polygon(0px 0px, 100% 30%, 96% 80%, 0 60%);
  background: var(--clr-common-color-red);
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.team__3-item-social ul {
  margin-top: -50px;
  position: relative;
}
.team__3-item-social ul li {
  display: inline-block;
  margin-right: 10px;
}
.team__3-item-social ul li a {
  display: block;
  color: var(--clr-common-white);
  font-size: 14px;
}
.team__3-item-social ul li:hover a {
  color: var(--clr-common-heading);
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .team__3-item-social {
    padding: 65px 50px;
    left: -29px;
  }
  .team__3-item-social ul {
    margin-top: -38px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .team__3-item-social {
    padding: 65px 50px;
    left: 0px;
    width: 95%;
  }
  .team__3-item-social ul {
    margin-top: -38px;
  }
}
.team__3-item:hover .team__3-item-social {
  bottom: 0px;
  visibility: visible;
  opacity: 1;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .team__3-item:hover .team__3-item-social {
    bottom: 25px;
  }
}

.team-img img {
  clip-path: polygon(5% 0, 100% 0, 95% 100%, 0 100%);
}

.tmd__content {
  padding: 0px 30px 0 50px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .tmd__content {
    padding: 0px;
  }
}
.tmd__content ul li {
  margin-bottom: 8px;
  list-style: none;
}
.tmd__content ul li span {
  color: var(--clr-common-black);
}
.tmd__qualification .progress {
  height: 10px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .tmd__qualification {
    padding-left: 0 !important;
  }
}
.tmd__skill-wrapper {
  margin-bottom: 30px;
}
.tmd__skill .progress-bar {
  background-color: var(--clr-theme-1);
}
.tmd__education ul li {
  margin-bottom: 25px;
  list-style: none;
}
.tmd img {
  clip-path: polygon(5% 0, 100% 0, 95% 100%, 0 100%);
}

.skill-title {
  display: flex;
  justify-content: space-between;
}
.skill-title span {
  float: right;
  color: var(--clr-common-black);
}

.edu-icon {
  float: left;
  margin-right: 20px;
}
.edu-icon i {
  font-size: 30px;
  color: var(--clr-common-heading);
}
.edu-text {
  overflow: hidden;
}
.edu-text h5 {
  margin-bottom: 2px;
  color: var(--clr-common-heading);
}
.edu-text p {
  margin-bottom: 0;
}
.edu__education li {
  margin-bottom: 15px;
}

.skill-category {
  color: var(--clr-common-heading);
}

.team__founder-item {
  display: flex;
  gap: 25px;
  align-items: center;
}

.team__founder-item-icon {
  width: 50px;
  height: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: space-evenly;
  border-radius: 50px;
  overflow: hidden;
  position: relative;
  color: #fff;
  background-color: rgba(213, 27, 40, 0.1);
}

.team__founder-item-icon i {
  font-size: 16px;
  color: var(--clr-common-color-red);
}

.team__founder-text .contact {
  color: var(--clr-common-heading);
}

.team__founder-text .contact:hover {
  color: var(--clr-common-color-red);
}

.team__founder-item:not(:last-child) {
  margin-bottom: 15px;
}

.td-section-title .title {
  margin-bottom: 15px;
}

.td-section-title p {
  margin-bottom: 32px;
}

.team-area-six .section-title {
  margin-bottom: 43px;
}
.team-area-six .section-title p {
  width: 50%;
  margin: 0 auto;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .team-area-six .section-title p {
    width: 100%;
  }
}
.team-area-six .team__item {
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
  position: relative;
}
.team-area-six .team__item .team__item-img {
  overflow: hidden;
  position: relative;
}
.team-area-six .team__item .team__item-img img {
  width: 100%;
  height: auto;
  overflow: hidden;
  transition: 0.3s linear;
}
.team-area-six .team__item:hover .team__item-img img {
  transform: scale(1.1);
}
.team-area-six .team__item:hover .team-text {
  opacity: 0.85;
  transform: perspective(400px) rotateX(0);
}
.team-area-six .team__item .team-text {
  width: 100%;
  height: 100%;
  background: var(--clr-theme-1);
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  transform: perspective(400px) rotateX(-90deg);
  transform-origin: center top 0;
  transition: all 0.5s ease 0s;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 25px;
}
.team-area-six .team__item .team-text h3 {
  position: relative;
  z-index: 9;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .team-area-six .team__item .team-text h3 {
    font-size: 24px;
  }
}
.team-area-six .team__item .team-text h3 a {
  color: var(--clr-common-white);
}
.team-area-six .team__item .team-text h3 a:hover {
  color: var(--clr-theme-2);
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .team-area-six .team__item .team-text h3 a {
    font-size: 24px;
  }
}
.team-area-six .team__item .team-text .bdevs-el-member-designation {
  font-size: 20px;
  font-weight: 600;
  text-transform: capitalize;
  letter-spacing: 1px;
  color: var(--clr-common-white);
}
.team-area-six .team__item .team-text .team__social {
  margin-top: 20px;
}
.team-area-six .team__item .team-text .team__social a {
  color: var(--clr-common-white);
  font-size: 16px;
  height: 40px;
  width: 40px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  transition: 0.3s linear;
  background-color: transparent;
  border: 2px solid var(--clr-common-white);
  margin: 5px;
}
.team-area-six .team__item .team-text .team__social a:hover {
  border-radius: 50%;
  background-color: var(--clr-common-white);
  color: var(--clr-theme-2);
}

/*----------------------------------------
    14. Accordion CSS
----------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .acc-testi {
    padding-bottom: 35px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .accordion__wrapper-1 {
    margin-right: 20px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .accordion__wrapper-1 {
    margin-right: 0px;
  }
}
.accordion__wrapper-1 .accordion-header {
  filter: drop-shadow(0px 0px 15px rgba(0, 0, 0, 0.1));
}
.accordion__wrapper-1 .accordion-body {
  padding: 25px 25px 7px 25px;
}
.accordion__wrapper-1 .accordion-body p {
  margin-bottom: 0;
}
.accordion__wrapper-1 .accordion-item {
  margin-bottom: 20px;
  border: 0;
  background: none;
}
.accordion__wrapper-1 .accordion-button {
  background: var(--clr-common-white);
  border: none;
  font-size: 18px;
  font-weight: 600;
  color: var(--clr-common-heading);
  clip-path: polygon(2% 0, 100% 0, 98% 100%, 0 100%);
  box-shadow: none;
  padding: 19px 29px;
  -webkit-border-radius: 0px !important;
  -moz-border-radius: 0px !important;
  border-radius: 0px !important;
  text-transform: uppercase;
}
@media (max-width:450px) {
  .accordion__wrapper-1 .accordion-button {
    font-size: 16px;
  }
}
.accordion__wrapper-1 .accordion-button:focus {
  box-shadow: none;
}
.accordion__wrapper-1 .accordion-button:not(.collapsed) {
  color: var(--clr-common-white);
  background-color: var(--clr-common-color-red);
}
.accordion__wrapper-1 .accordion-button.collapsed::after {
  font-family: "Font Awesome 5 Pro";
  content: "";
  background-image: none;
  font-weight: 400;
}
.accordion__wrapper-1 .accordion-button::after {
  font-family: "Font Awesome 5 Pro";
  content: "";
  background-image: none;
}
.accordion__wrapper-1 .accordion-button:not(.collapsed)::after {
  background-image: none;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  transform: none;
  font-weight: 400;
}
@media (max-width:450px) {
  .accordion__wrapper-1 .accordion-button {
    padding: 16px 16px;
  }
}
.accordion__wrapper-1 .accordion-collapse {
  border: none;
}

/*----------------------------------------
    15. Contact CSS
----------------------------------------*/
.contact__shadow {
  filter: drop-shadow(-1px 6px 3px rgba(0, 0, 0, 0.04));
}
.contact__info-item {
  display: flex;
  justify-content: space-between;
  background: var(--clr-common-white);
  padding: 30px 35px;
  align-items: center;
  clip-path: polygon(4% 0, 100% 0, 96% 100%, 0% 100%);
  position: relative;
  overflow: hidden;
}
.contact__info-item::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 0%;
  height: 100%;
  background: var(--clr-common-heading);
  z-index: 1;
  clip-path: polygon(4% 0, 100% 0, 96% 100%, 0% 100%);
  z-index: -1;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
  transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}
.contact__info-item:hover::before {
  width: 100%;
}
.contact__info-item:hover .contact__info-text h3, .contact__info-item:hover .contact__info-text span {
  color: var(--clr-common-white);
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .contact__info-item {
    padding: 25px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .contact__info-item {
    padding: 25px 45px;
  }
}
@media (max-width: 575px) {
  .contact__info-item {
    padding: 20px 50px;
  }
}
@media (max-width: 575px) {
  .contact__info-item {
    padding: 20px 40px;
  }
}
@media (max-width:450px) {
  .contact__info-item {
    padding: 20px;
  }
}
.contact__info-text span {
  font-size: 14px;
  line-height: 1;
  text-transform: capitalize;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .contact__info-text h3 {
    font-size: 24px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .contact__info-text h3 {
    font-size: 22px;
  }
}
.contact__info-img {
  margin-top: 140px;
}
.contact__info-icon {
  font-size: 56px;
  color: var(--clr-common-color-red);
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .contact__info-icon {
    font-size: 45px;
  }
}
.contact__content {
  padding-right: 40px;
}
.contact__content .section__title h2 {
  margin-bottom: 26px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .contact__content .section__title h2 {
    font-size: 40px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .contact__content .section__title h2 {
    font-size: 30px;
  }
}
.contact__content-btn .fill-btn {
  clip-path: polygon(11% 0%, 100% 0, 89% 100%, 0% 100%);
  padding: 0 42px;
}
.contact__bg {
  background-position: center right;
  background-repeat: no-repeat;
}

@media (max-width: 575px) {
  .coverage__area {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
.coverage__division {
  padding: 0 62px;
  overflow: hidden;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 575px) {
  .coverage__division {
    padding: 0;
  }
}
.coverage__division > div {
  width: 50%;
  float: left;
}
.coverage__division > div ul {
  padding-top: 25px;
}
.coverage__division > div ul li {
  line-height: 1;
  margin-bottom: 33px;
}
.coverage__division > div ul li a {
  position: relative;
  padding-left: 26px;
}
.coverage__division > div ul li a:before {
  position: absolute;
  content: "";
  top: 5px;
  left: 0;
  width: 10px;
  height: 10px;
  background: var(--clr-common-color-red);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.coverage__division > div ul li a.cont-1:before, .coverage__division > div ul li a.cont-5:before {
  background: var(--clr-common-color-red);
}
.coverage__division > div ul li a.cont-2:before, .coverage__division > div ul li a.cont-6:before {
  background: var(--clr-common-color-red);
}
.coverage__division > div ul li a.cont-3:before, .coverage__division > div ul li a.cont-7:before {
  background: var(--clr-common-color-red);
}
.coverage__division > div ul li a.cont-4:before {
  background: var(--clr-common-color-red);
}
.coverage__text p {
  padding-right: 140px;
  margin-bottom: 0;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .coverage__text p {
    padding-right: 70px;
  }
}
@media (max-width: 575px) {
  .coverage__text p {
    padding-right: 0;
  }
}

.dot {
  position: absolute;
  width: 10px;
  height: 10px;
  background: var(--clr-common-color-red);
  box-shadow: 0px 4px 8px 0px rgba(219, 28, 41, 0.3);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -webkit-transform: 0.3s;
  -moz-transform: 0.3s;
  -ms-transform: 0.3s;
  transform: 0.3s;
  cursor: pointer;
  animation: mappulse 2s infinite;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .dot {
    width: 15px;
    height: 15px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .dot {
    display: none;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 575px) {
  .dot {
    display: none;
  }
}
.dot:hover .dot-inner {
  opacity: 1;
  visibility: visible;
  transform: translateY(0px);
}
.dot.active .dot-inner {
  opacity: 1;
  visibility: visible;
  transform: translateY(0px);
}

.dot-1 {
  top: -127px;
  left: 17%;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .dot-1 {
    left: 35.9%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .dot-1 {
    left: 36%;
  }
}
@media (max-width: 575px) {
  .dot-1 {
    display: none;
  }
}

.dot-2 {
  top: 130px;
  left: 44%;
}

.dot-3 {
  top: -155px;
  right: 2%;
}

.dot-4 {
  top: -194px;
  right: -74%;
}
@media only screen and (min-width: 1600px) and (max-width: 1799px) {
  .dot-4 {
    right: -50%;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .dot-4 {
    right: -30%;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .dot-4 {
    display: none;
  }
}

.dot-5 {
  top: 130px;
  right: -26%;
}

.dot-inner {
  position: absolute;
  bottom: 10px;
  left: -80px;
  box-shadow: 0px 16px 32px 0px rgba(0, 0, 0, 0.04);
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(10px);
  -moz-transform: translateY(10px);
  -ms-transform: translateY(10px);
  transform: translateY(10px);
  z-index: 3;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.dot-inner.dot-inner-team {
  visibility: visible;
  opacity: 1;
  bottom: 10px;
}

.single-contact-info {
  border-bottom: 1px solid var(--clr-common-color-17);
  padding-top: 30px;
  padding-bottom: 28px;
}
.single-contact-info:last-child {
  border-bottom: none;
  padding-bottom: 0px;
}
.single-contact-info .contact-info-icon {
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.single-contact-info .contact-info-icon:hover i {
  color: var(--clr-common-white);
}
.single-contact-info .contact-info-icon:hover a {
  background: var(--clr-common-color-red);
  color: var(--clr-common-white);
}

.contact-info-icon {
  margin-right: 20px;
}
.contact-info-icon a {
  height: 65px;
  width: 65px;
  background: var(--clr-common-color-17);
  display: inline-block;
  line-height: 70px;
  text-align: center;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  font-size: 20px;
  color: var(--clr-common-color-red);
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

.contact-info-text span {
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 500;
  display: inline-block;
}
.contact-info-text h5 {
  font-size: 20px;
  color: var(--clr-common-heading);
}
.contact-info-text h5:hover {
  color: var(--clr-common-color-red);
}

.single-input-field {
  margin-bottom: 20px;
  position: relative;
  background: transparent;
  z-index: 2;
}
.single-input-field input, .single-input-field textarea {
  display: block;
  width: 100%;
  height: 64px;
  padding: 0 50px 0 27px;
  border: 2px solid transparent;
  outline: 0;
  background: transparent;
  color: var(--clr-common-heading);
}
.single-input-field textarea {
  height: 200px;
  padding: 20px 50px 20px 28px;
  resize: none;
}
.single-input-field i {
  position: absolute;
  top: 50%;
  right: 26px;
  color: var(--clr-common-heading);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.single-input-field::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  border: 2px solid var(--clr-common-border-2);
  -webkit-transform: skew(-4deg);
  -moz-transform: skew(-4deg);
  -ms-transform: skew(-4deg);
  transform: skew(-4deg);
  z-index: -1;
}
.single-input-field .nice-select {
  width: 100%;
  height: 64px;
  line-height: 64px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  float: none;
  border: none;
  padding: 0;
}
.single-input-field .nice-select::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  border: 2px solid var(--clr-common-border-2);
  -webkit-transform: skew(-4deg);
  -moz-transform: skew(-4deg);
  -ms-transform: skew(-4deg);
  transform: skew(-4deg);
  z-index: 1;
}
.single-input-field .nice-select span {
  color: var(--clr-common-heading);
  font-family: "Oswald", sans-serif !important;
  font-weight: 500 !important;
  text-transform: uppercase;
  margin-left: 29px;
}
.single-input-field .nice-select::after {
  border-bottom: 2px solid var(--clr-common-heading);
  border-right: 2px solid var(--clr-common-heading);
  height: 10px;
  right: 30px;
  width: 10px;
  top: 0;
  bottom: 0;
  margin: auto;
}
.single-input-field .nice-select .list {
  width: 100%;
  z-index: 100;
}
.single-input-field.select {
  z-index: 3;
}
.single-input-field.select.select-first {
  z-index: 4;
}
.single-input-field.textarea i {
  top: 25px;
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -ms-transform: translateY(0px);
  transform: translateY(0px);
}

.contac-dp-map-area {
  margin-bottom: -10px;
}

.contact-dp-map-wrapper iframe {
  width: 100%;
  height: 600px;
}

.dp-contact-info-title, .dp-contact-info-title2 {
  color: var(--clr-common-heading);
  transition: 0.3s;
}

.contact__info-item .dp-contact-info-title:hover, .dp-contact-info-title2:hover {
  color: var(--clr-common-color-red);
}

h3.dp-fea-title-03:hover {
  color: var(--clr-common-color-red);
}

.z-index-3 {
  z-index: 3;
}

.coverage__map .dot-inner img {
  height: 100px;
  width: auto;
  border: 3px solid #fff;
}

.contact-us-area {
  background-size: cover;
  background-position: center center;
  margin-left: 200px;
  margin-right: 200px;
  border-top: 4px solid var(--clr-theme-2);
  margin-top: -100px;
  position: relative;
  position: relative;
  z-index: 6;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .contact-us-area {
    margin-left: 100px;
    margin-right: 100px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .contact-us-area {
    margin-left: 80px;
    margin-right: 80px;
    padding-right: 30px;
    padding-left: 30px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .contact-us-area {
    margin: 0;
    padding-right: 20px;
    padding-left: 20px;
  }
}
.contact-us-area::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: var(--clr-theme-1);
  opacity: 0.78;
  z-index: -1;
}
.contact-us-area .section-title .border-left-white, .contact-us-area .section-title .border-right-white {
  background: var(--clr-common-white) !important;
}
.contact-us-area .section-title span,
.contact-us-area .section-title .title {
  color: var(--clr-common-white) !important;
}

.single-contact-us {
  margin-left: 50px;
  overflow: hidden;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .single-contact-us {
    margin-left: 0;
  }
}

.contact-us-list {
  overflow: hidden;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  padding: 10px;
}
.contact-us-list:last-child {
  margin-bottom: 0;
}

.contact-us-text {
  overflow: hidden;
}
.contact-us-text span {
  color: var(--clr-common-placeholder);
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 1px;
}
.contact-us-text h4 {
  font-size: 22px;
  font-weight: 600;
  color: var(--clr-common-white);
  margin-bottom: 0;
  margin-top: 0;
  line-height: 1.3;
  letter-spacing: 1px;
}

.contact-us-icon {
  Outline: 3px dashed var(--clr-common-white);
  outline-offset: 8px;
  padding: 6px;
  border-radius: 50%;
  margin-right: 28px;
  background: var(--clr-theme-2);
  height: 45px;
  width: 45px;
  font-size: 18px;
  color: var(--clr-common-white);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}

#contact-form input {
  border: 0;
  border-bottom: 2px solid var(--clr-common-color-19);
  width: 100%;
  height: 50px;
  background: none;
  font-size: 18px;
  font-weight: 600;
  color: var(--clr-common-white);
  padding: 0 60px 0 0;
  text-transform: capitalize;
  letter-spacing: 1px;
}

#contact-form input:focus {
  border-color: var(--clr-common-white);
}

#contact-form textarea {
  border: 0;
  border-bottom: 2px solid var(--clr-common-color-19);
  height: 110px;
  width: 100%;
  background: none;
  font-size: 18px;
  font-weight: 600;
  color: var(--clr-common-white);
  padding: 0 60px 0 0;
  text-transform: capitalize;
  letter-spacing: 1px;
}

#contact-form textarea:focus {
  border-color: var(--clr-common-white);
}

#contact-form input::-moz-placeholder, #contact-form textarea::placeholder {
  color: var(--clr-common-white);
  font-weight: 600;
  font-size: 18px;
  opacity: 1;
  letter-spacing: 1px;
}

.form-2-box {
  position: relative;
}

.form-2-box::after {
  position: absolute;
  content: "";
  font-family: "Font Awesome 5 Pro";
  display: inline-block;
  font-size: 18px;
  text-align: center;
  right: 20px;
  color: var(--clr-common-white);
  top: 14px;
}

.email-2-icon:after {
  content: "";
}

.phone-2-icon:after {
  content: "";
}

.message-2-icon:after {
  content: "";
}

/*----------------------------------------
    16. Portfolio CSS
----------------------------------------*/
.portfolio-menu {
  text-align: center;
}
.portfolio-menu button {
  font-size: 16px;
  font-weight: 700;
  padding: 0 35px;
  height: 60px;
  color: var(--clr-common-heading);
  border: none;
  background: none;
  margin: 6px 2px;
  font-family: "Oswald", sans-serif;
  text-transform: uppercase;
  position: relative;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .portfolio-menu button {
    font-size: 14px;
    padding: 0 20px;
    height: 50px;
    margin: 5px auto;
  }
}
.portfolio-menu button::before {
  position: absolute;
  content: "";
  width: calc(100% - 20px);
  height: 100%;
  border: 2px solid var(--clr-common-border-2);
  transform: skew(-18deg);
  z-index: -1;
  left: 0;
  top: 0;
  right: 0;
  margin: auto;
}

.portfolio-menu button.active::before {
  background: var(--clr-common-heading);
  border-color: var(--clr-common-heading);
}

.portfolio-menu button.active {
  color: var(--clr-common-white);
}

.portfolio__item {
  position: relative;
  overflow: hidden;
}

.portfolio__content {
  background: var(--clr-common-white);
  position: absolute;
  left: -100px;
  bottom: 0px;
  padding: 43px 45px 43px;
  width: calc(100% - 15px);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  -webkit-transform: scale(0.7);
  -moz-transform: scale(0.7);
  -ms-transform: scale(0.7);
  transform: scale(0.7);
  clip-path: polygon(0% 0, 100% 0, 97% 100%, 0 100%);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .portfolio__content {
    clip-path: polygon(0% 0, 100% 0, 96% 100%, 0 100%);
  }
}
@media (max-width:450px) {
  .portfolio__content {
    padding: 20px 13px 50px 19px;
  }
}
.portfolio__content-thumb {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: -1;
  width: 125px;
}
.portfolio__content-title {
  position: relative;
  z-index: 2;
}
.portfolio__content-title h5 {
  font-size: 16px;
  color: var(--clr-common-color-red);
  line-height: 28px;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 4px;
}
.portfolio__content-title h2 {
  font-size: 24px;
  line-height: 34px;
  color: var(--clr-common-heading);
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: -1px;
  margin-bottom: 14px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .portfolio__content-title h2 {
    font-size: 20px;
  }
}
.portfolio__content-data {
  position: relative;
  z-index: 2;
}
.portfolio__content-data span a {
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
  color: var(--clr-common-heading);
}
.portfolio__content-data span i {
  color: var(--clr-common-color-red);
  font-size: 14px;
  margin-right: 5px;
}
.portfolio__content-data span:first-child {
  margin-right: 10px;
}
.portfolio__content-data span:hover a {
  color: var(--clr-common-color-red);
}

.portfolio__img {
  clip-path: polygon(5% 0, 100% 0, 95% 100%, 0 100%);
}
.portfolio__img img {
  clip-path: polygon(5% 0, 100% 0, 95% 100%, 0 100%);
  width: 100%;
}

.portfolio__item:hover .portfolio__content {
  opacity: 1;
  visibility: visible;
  left: 0px;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.portfolio__details-img img, .service-details-content img {
  clip-path: polygon(5% 0, 100% 0, 95% 100%, 0% 100%);
}

.overview-list ul li {
  position: relative;
  padding-left: 30px;
  margin-bottom: 5px;
  list-style: none;
}
.overview-list ul li::before {
  position: absolute;
  content: "";
  font-size: 16px;
  color: var(--clr-common-heading);
  font-family: "Font Awesome 5 Pro";
  left: 0;
  top: 0;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .row.portfolio__sd-box {
    --bs-gutter-x: 18px;
  }
}

.portfolio__sd-box-content {
  padding: 25px 20px;
  position: relative;
  display: inline-grid;
  width: 100%;
}
.portfolio__sd-box-content::before {
  content: "";
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  border: 2px solid var(--clr-common-border-2);
  transform: skew(-4deg);
  z-index: -1;
}
.portfolio__sd-box-content i {
  margin-bottom: 25px;
  display: block;
  color: var(--clr-common-color-red);
  font-size: 45px;
}
.portfolio__sd-box-content p {
  margin-bottom: 0;
  line-height: 20px;
}
.portfolio__sd-box-content h6 {
  font-size: 22px;
  color: var(--clr-common-heading);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .portfolio__sd-box-content h6 {
    font-size: 18px;
  }
}

.portfolio-slider img {
  width: 100%;
}

.portfolio-slider-pagination {
  text-align: center;
}
.portfolio-slider-pagination .swiper-pagination-bullet {
  width: 30px;
  height: 4px;
  display: inline-block;
  background: var(--clr-common-color-3);
  margin: 0 3px;
  opacity: 1;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}
.portfolio-slider-pagination .swiper-pagination-bullet-active {
  background: var(--clr-theme-1);
}

.portfolio-form h4 {
  margin-bottom: 25px;
}

.dp-portfolio-menu {
  text-align: end;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px), (max-width:450px) {
  .dp-portfolio-menu {
    text-align: start;
  }
}

.dp-portfolio-menu button {
  margin-left: 20px;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 600;
  font-family: "Oswald", sans-serif;
  color: var(--clr-common-heading);
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .dp-portfolio-menu button {
    margin-left: 15px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px), (max-width:450px) {
  .dp-portfolio-menu button {
    margin-left: 0;
    margin-right: 20px;
  }
}

.dp-portfolio-menu button.active {
  color: var(--clr-common-color-red-3);
}

.dp-single-gallery-03 {
  position: relative;
  z-index: 1;
  min-height: 550px;
  overflow: hidden;
  clip-path: polygon(5% 0, 100% 0, 95% 100%, 0% 100%);
}

.dp-single-gallery-thumb-03 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.dp-gallery-content-03 {
  position: absolute;
  left: 15px;
  right: 15px;
  bottom: 15px;
  z-index: 1;
  padding-left: 43px;
  padding-right: 43px;
  padding-bottom: 30px;
  transition: all 0.3s ease-out 0s;
}

.dp-gallery-title-03 {
  font-size: 20px;
  margin-bottom: 8px;
  transform: translateY(40px);
  visibility: hidden;
  opacity: 0;
  color: var(--clr-common-white);
}

.dp-gallery-tag-03 {
  visibility: hidden;
  opacity: 0;
  transition-delay: 0s;
  transform: translateY(40px);
  transition: all 0.3s ease-out 0s;
  color: var(--clr-common-white);
}

.dp-gallery-tag-03 span {
  font-size: 14px;
  line-height: 1;
  color: var(--clr-common-white);
  text-transform: uppercase;
  display: block;
  font-weight: 400;
  font-family: "Oswald", sans-serif;
}

.dp-gallery-view-03 {
  position: absolute;
  top: 45px;
  right: 45px;
  z-index: 1;
  transform: scale(0);
  transition: all 0.3s ease-out 0s;
}

.dp-gallery-view-03 .dp-gallery-plus-btn {
  display: inline-block;
  height: 50px;
  width: 50px;
  line-height: 46px;
  text-align: center;
  border: 2px solid var(--clr-common-white);
  color: var(--clr-common-white);
  border-radius: 50%;
  font-size: 16px;
  transition: all 0.3s ease-out 0s;
}

.dp-gallery-view-03 .dp-gallery-plus-btn:hover {
  background-color: var(--clr-common-white);
  border-color: var(--clr-common-white);
  color: var(--clr-common-heading);
}

.dp-single-gallery-03::after {
  position: absolute;
  content: "";
  left: 15px;
  top: 15px;
  right: 15px;
  bottom: 15px;
  background-color: var(--clr-common-heading);
  opacity: 0;
  transform: perspective(600px) rotateY(20deg);
  clip-path: polygon(5% 0, 100% 0, 95% 100%, 0% 100%);
}

.dp-single-gallery-03:hover .dp-gallery-view-03 {
  transform: scale(1);
  visibility: visible;
  opacity: 1;
}

.dp-single-gallery-03:hover::after {
  visibility: visible;
  opacity: 0.95;
  transform: perspective(600px) rotateY(0deg);
}

.dp-single-gallery-03:hover .dp-gallery-title-03 {
  transition-delay: 0.2s;
  transform: translateY(0);
  visibility: visible;
  opacity: 1;
}

.dp-single-gallery-03:hover .dp-gallery-tag-03 {
  bottom: 15px;
  visibility: visible;
  opacity: 1;
  transition-delay: 0.3s;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  visibility: visible;
  opacity: 1;
}

.dp-gallery-nav-03 button {
  position: absolute;
  top: 50%;
  left: 15%;
  transform: translateY(-50%);
  z-index: 1;
  display: inline-block;
  width: 64px;
  height: 64px;
  line-height: 64px;
  text-align: center;
  color: #000;
  background-color: var(--clr-common-white);
  font-size: 16px;
  box-shadow: 0px 30px 50px rgba(3, 4, 28, 0.2);
  transition: all 0.3s ease-out 0s;
  clip-path: polygon(20% 0, 100% 0, 80% 100%, 0 100%);
}

.dp-gallery-nav-03 button.dp-gallery-button-next-03 {
  left: auto;
  right: 15%;
}

.dp-gallery-nav-03 button:hover {
  color: var(--clr-common-white);
  background-color: var(--clr-common-heading);
}

@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px), (max-width:450px) {
  .section__title.gallery-section-title {
    margin-bottom: 20px;
  }
}

.dp-portfolio-slider-item img {
  clip-path: polygon(5% 0, 100% 0, 95% 100%, 0% 100%);
}

.dp-portfolio-det-form button {
  text-align: left;
}

/*----------------------------------------
    17. Approach CSS
----------------------------------------*/
.approach__area {
  position: relative;
}
.approach__img {
  width: 50%;
  float: left;
  height: 100%;
  position: absolute;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .approach__img {
    width: 100%;
    float: none;
    position: static;
  }
}
.approach__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.approach__content {
  padding-top: 120px;
  padding-left: 120px;
  padding-bottom: 90px;
}
@media (max-width: 575px) {
  .approach__content {
    padding-top: 80px;
    padding-bottom: 70px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .approach__content {
    padding-left: 50px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .approach__content .section__title {
    margin-bottom: 25px;
  }
  .approach__content .section__title .title {
    font-size: 34px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .approach__content {
    padding-left: 25px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .approach__content .section__title .title {
    margin-bottom: 17px;
    font-size: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px) {
  .approach__content {
    padding-left: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .approach__content {
    padding-left: 0;
  }
}
.approach__text p {
  padding-right: 35px;
  margin-bottom: 35px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .approach__text p {
    margin-bottom: 15px;
  }
}
.approach__text ul {
  padding-right: 60px;
  display: inline-block;
  list-style: none;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .approach__text ul {
    padding-right: 0px;
  }
}
.approach__text ul li {
  width: 50%;
  float: left;
  margin-bottom: 16px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .approach__text ul li {
    margin-bottom: 8px;
  }
}
@media (max-width:450px) {
  .approach__text ul li {
    width: 100%;
    float: none;
  }
}
.approach__text ul li i {
  color: var(--clr-common-heading);
  font-size: 16px;
  margin-right: 14px;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.approach__text ul li:hover i {
  color: var(--clr-common-color-red);
}

.appiontment-form input {
  background: var(--clr-common-white);
  height: 80px;
  width: 100%;
  padding: 0 50px 0 30px;
  color: var(--clr-common-black);
  font-size: 16px;
  text-transform: capitalize;
  border-radius: 0;
  font-weight: 600;
  transition: 0.3s;
  border: 2px solid #f3f3f3;
}

.appiontment-form input::placeholder {
  color: var(--clr-theme-1);
}

.appiontment-form input::-moz-placeholder, .appiontment-form input::placeholder {
  font-weight: 600;
  font-size: 16px;
  color: var(--clr-theme-1);
}

.nice-select {
  background: var(--clr-common-white);
  height: 80px;
  width: 100%;
  padding-left: 20px;
  color: var(--clr-theme-1);
  font-size: 16px;
  text-transform: capitalize;
  border-radius: 0;
  font-weight: 600;
  transition: 0.3s;
  display: flex;
  align-items: center;
}
.nice-select::after {
  right: 20px;
}

.form-box {
  position: relative;
}

.form-box::after {
  position: absolute;
  content: "";
  font-family: "Font Awesome 5 Pro";
  display: inline-block;
  font-size: 18px;
  text-align: center;
  right: 28px;
  color: var(--clr-theme-1);
  top: 27px;
}

.email-icon::after {
  content: "";
}

.pro-filter {
  position: relative;
}

.pro-filter select {
  background: var(--clr-common-white);
  height: 80px;
  width: 100%;
  padding-left: 30px;
  border: 0;
  color: var(--clr-theme-1);
  border: 2px solid #eeeeee;
  font-size: 16px;
  text-transform: capitalize;
  font-weight: 600;
  appearance: none;
  -moz-appearance: none;
  cursor: pointer;
}

.pro-filter::before {
  content: "";
  position: absolute;
  font-family: "Font Awesome 5 Pro";
  display: inline-block;
  font-size: 18px;
  text-align: center;
  right: 28px;
  color: var(--clr-theme-2);
  top: 27px;
}

.appiontment-area .app-button .dp-up-btn {
  border-radius: inherit;
}

.appiontment-area-four input {
  border: 2px solid transparent;
}
.appiontment-area-four .nice-select {
  border: none;
}

.appiontment-area-four .appiontment-form .white-btn {
  background-color: var(--clr-common-white);
  color: var(--clr-theme-1) !important;
  border: none;
  height: 70px;
}
.appiontment-area-four .appiontment-form .white-btn::before {
  background-color: var(--clr-theme-2);
}
.appiontment-area-four .appiontment-form .white-btn:hover {
  background-color: var(--clr-common-white) !important;
  color: var(--clr-common-white) !important;
  transition: all 1.8s ease 0s;
}
.appiontment-area-four .appiontment-form .white-btn:hover::before {
  background-color: var(--clr-theme-2);
}

.appiontment-02-area {
  background-size: cover;
  background-position: left center;
  background-attachment: fixed;
  position: relative;
  z-index: 1;
}
.appiontment-02-area::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: var(--clr-theme-1);
  opacity: 0.8;
  z-index: -1;
}
.appiontment-02-area .section-title .border-left-white, .appiontment-02-area .section-title .border-right-white {
  background: var(--clr-common-white) !important;
}
.appiontment-02-area .section-title span,
.appiontment-02-area .section-title .title {
  color: var(--clr-common-white) !important;
}
.appiontment-02-area .app-button .dp-up-btn {
  border-radius: inherit;
  color: var(--clr-common-white) !important;
  border-color: var(--clr-common-white) !important;
}
.appiontment-02-area .app-button .dp-up-btn:before {
  background: var(--clr-common-white);
}
.appiontment-02-area .app-button .dp-up-btn:hover {
  color: var(--clr-theme-1) !important;
}

.appiontment-area {
  background-position: top center;
  background-size: cover;
  background-repeat: no-repeat;
}

.appiontment-02-wrapper {
  background: var(--clr-common-white);
  margin-right: 30px;
  padding: 45px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .appiontment-02-wrapper {
    margin-right: 0;
    padding: 35px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .appiontment-02-wrapper {
    margin-right: 0;
    padding: 28px;
  }
}

.appiontment-text p {
  font-size: 16px;
  font-weight: 400;
  color: var(--clr-common-white);
  margin-bottom: 34px;
  line-height: 28px;
}

.appiontment-05-area {
  background-attachment: unset;
}

.appiontment-tab {
  border-bottom: 2px solid #e5e5e5;
  padding-bottom: 20px;
}
.appiontment-tab .nav-tabs {
  border-bottom: none;
}
.appiontment-tab .nav-link {
  background: transparent;
  margin: 0;
  border: none;
  border-radius: 0;
  position: relative;
  font-size: 17px;
  font-weight: 600;
  padding: 0;
  margin-right: 30px;
  position: relative;
  letter-spacing: 0px;
  transition: 0.3s;
  text-transform: uppercase;
  color: var(--clr-theme-1);
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .appiontment-tab .nav-link {
    margin-right: 14px;
  }
}
@media (max-width: 575px) {
  .appiontment-tab .nav-link {
    margin: 8px 25px;
  }
}
.appiontment-tab .nav-link.active {
  color: var(--clr-theme-2);
  background-color: transparent;
  border-color: transparent;
}
.appiontment-tab .nav-link.active:before {
  right: auto;
  left: 0;
  width: 100%;
}
.appiontment-tab .nav-link::before {
  background: var(--clr-theme-2);
  position: absolute;
  content: "";
  left: auto;
  right: 0;
  height: 2px;
  width: 0;
  bottom: -22px;
  transition: 0.3s;
}
@media (max-width: 575px) {
  .appiontment-tab .nav-link::before {
    content: none;
  }
}
.appiontment-tab .nav-link:last-child {
  margin-right: 0;
}

.appiontment-02-area .single-appiontment .line-white {
  color: var(--clr-common-white) !important;
}
.appiontment-02-area .single-appiontment .line-white::before {
  background: var(--clr-common-white) !important;
}
.appiontment-02-area .single-appiontment .title {
  color: var(--clr-common-white) !important;
}

.appiontment-02-area .white-b2-button > a {
  border-bottom: none;
  color: var(--clr-common-white) !important;
}
.appiontment-02-area .white-b2-button > a:hover {
  color: var(--clr-common-white) !important;
}
.appiontment-02-area .white-b2-button > a:hover::before {
  background-color: var(--clr-common-white) !important;
}

.appiontment-02-area .white-b2-button > a::before {
  background-color: var(--clr-common-white) !important;
}

/*----------------------------------------
    18. Mission CSS
----------------------------------------*/
.mission__img {
  width: 50%;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .mission__img {
    width: 100%;
    float: none;
    position: static;
  }
}
.mission__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.mission__content {
  padding-top: 120px;
  padding-right: 90px;
  padding-bottom: 120px;
}
@media (max-width: 575px) {
  .mission__content {
    padding-top: 80px;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px) {
  .mission__content {
    padding-right: 65px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .mission__content {
    padding-right: 30px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .mission__content .section__title {
    margin-bottom: 25px;
  }
  .mission__content .section__title .title {
    font-size: 34px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .mission__content {
    padding-right: 0;
  }
}
.mission__text p {
  padding-right: 60px;
  margin-bottom: 45px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .mission__text p {
    margin-bottom: 20px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .mission__text p {
    padding-right: 10px;
    margin-bottom: 20px;
  }
}
@media (max-width:450px) {
  .mission__text p {
    padding-right: 0px;
    margin-bottom: 15px;
  }
}
@media (max-width:450px) {
  .mission__text-icon {
    display: none;
  }
}
.mission__text-inner {
  display: flex;
  align-items: center;
  row-gap: 40px;
}
.mission__text-inner img {
  clip-path: polygon(5% 0, 100% 0, 95% 100%, 0 100%);
  margin-right: 35px;
}
@media (max-width:450px) {
  .mission__text-inner img {
    margin-right: 15px;
  }
}
@media (max-width:450px) {
  .mission__text-inner {
    flex-wrap: wrap;
    margin-top: 40px;
  }
}
.mission__text-inner .single-contact-info {
  padding-top: 0;
}
.mission__text-contact li i {
  color: var(--clr-common-color-red);
  margin-right: 9px;
}

div.approach__img img {
  height: 100%;
}

div.mission__img img {
  height: 100%;
}

/*----------------------------------------
    19. Pricing CSS
----------------------------------------*/
.pricing__box {
  background: var(--clr-common-white);
  padding: 80px 20px;
  text-align: center;
  border: 1px solid transparent;
  position: relative;
  overflow: hidden;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .pricing__box {
    padding: 60px 20px;
  }
}
.pricing__box.active {
  border-color: var(--clr-common-heading);
  -webkit-transform: scale(1.04);
  -moz-transform: scale(1.04);
  -ms-transform: scale(1.04);
  transform: scale(1.04);
}

.pricing__badge {
  font-size: 13px;
  font-weight: 700;
  background: var(--clr-common-heading);
  color: var(--clr-common-white);
  text-transform: uppercase;
  width: 200px;
  height: 185px;
  display: flex;
  align-items: end;
  justify-content: center;
  padding-bottom: 5px;
  position: absolute;
  top: -106px;
  right: -116px;
  transform: rotate(46deg);
}

.pricing__package-price {
  font-size: 70px;
  font-weight: 700;
  color: var(--clr-common-heading);
  line-height: 0.7;
  display: flex;
  justify-content: center;
}
.pricing__package-name {
  color: var(--clr-common-black);
  margin-bottom: 30px;
}
.pricing__package-currency {
  font-size: 20px;
  font-weight: 500;
  color: var(--clr-common-black);
}
.pricing__package-period {
  font-size: 20px;
  font-weight: 500;
  color: var(--clr-common-black);
  margin-top: auto;
  margin-left: -10px;
}

.pricing__features-list {
  border-top: 2px solid var(--clr-common-border-2);
  padding-top: 40px;
  margin-top: 45px;
  margin-bottom: 42px;
}
.pricing__features-list ul li {
  margin-bottom: 8px;
  display: block;
}
.pricing__features-list ul li:last-child {
  margin-bottom: 0px;
}

.pricing-tab .nav-tabs {
  border: none;
}
.pricing-tab .nav-tabs .nav-link {
  margin-bottom: 0;
  border: 0;
}
.pricing-tab .nav .nav-item {
  padding-left: 0px;
}
.pricing-tab .nav .nav-item .nav-link {
  padding: 7px 60px;
  background: transparent;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  font-weight: 600;
  text-transform: capitalize;
  color: var(--clr-common-black);
  position: relative;
  outline: none;
  font-size: 16px;
  border: none;
  z-index: 2;
}
.pricing-tab .nav .nav-item .nav-link::before {
  position: absolute;
  content: "";
  right: 0px;
  top: 50%;
  -webkit-transform: translateY(-50%) translateX(50%);
  -moz-transform: translateY(-50%) translateX(50%);
  -ms-transform: translateY(-50%) translateX(50%);
  transform: translateY(-50%) translateX(50%);
  background: var(--clr-common-color-21);
  width: 80px;
  height: 40px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  border: 1px solid var(--clr-common-heading);
}
.pricing-tab .nav .nav-item .nav-link::after {
  position: absolute;
  content: "";
  right: -32px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 22px;
  height: 22px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background: var(--clr-common-heading);
  z-index: 1;
}
.pricing-tab .nav .nav-item .nav-link.active {
  color: var(--clr-common-heading);
}
.pricing-tab .nav .nav-item .nav-link.active::after {
  right: 10px;
}
.pricing-tab .nav .nav-item:last-child .nav-link {
  padding-right: 0;
}
.pricing-tab .nav .nav-item:last-child .nav-link::after {
  display: none;
}
.pricing-tab .nav .nav-item:last-child .nav-link::before {
  display: none;
}
.pricing-tab .nav .nav-item:first-child .nav-link {
  padding-left: 0;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  #dp-pricing-responsive .elementor-column.elementor-col-25 {
    width: 50%;
  }
}
/*----------------------------------------
    13. FunFact CSS
----------------------------------------*/
.dp-funfact-wrapper {
  display: flex;
  align-items: center;
}
@media (max-width: 575px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .dp-funfact-wrapper {
    justify-content: flex-start;
  }
}
.dp-funfact-wrapper .dp-funfact-icon {
  margin-right: 20px;
}
.dp-funfact-wrapper .dp-funfact-icon i {
  font-size: 60px;
  color: var(--clr-common-color-red);
}
@media (max-width:450px), (max-width: 575px) {
  .dp-funfact-wrapper .dp-funfact-icon i {
    font-size: 50px;
  }
}
.dp-funfact-wrapper .dp-funfact-content h3 {
  font-size: 50px;
  font-family: "Oswald", sans-serif;
  color: var(--clr-common-heading);
  font-weight: 600;
}
@media (max-width: 575px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .dp-funfact-wrapper .dp-funfact-content h3 {
    font-size: 34px;
  }
}
.dp-funfact-wrapper .dp-funfact-content p {
  margin-bottom: 0;
}

.dp-funfactor-grid {
  display: flex;
  justify-content: space-between;
}
@media only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .dp-funfactor-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    justify-items: center;
  }
}
@media (max-width: 575px) {
  .dp-funfactor-grid {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    justify-items: center;
  }
}
@media (max-width:450px) {
  .dp-funfactor-grid {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    justify-items: center;
  }
}

.dp-funfact-content {
  min-width: 140px;
}

.dp-funfact-wrapper-02 {
  padding: 30px;
  position: relative;
  justify-content: center;
}
@media (max-width:450px), (max-width: 575px), only screen and (min-width: 576px) and (max-width: 767px) {
  .dp-funfact-wrapper-02 {
    justify-content: center;
  }
}

.dp-funfact-wrapper-02::before {
  position: absolute;
  content: "";
  height: 100%;
  border: 2px solid var(--clr-common-border-2);
  transform: skew(-12deg);
  z-index: -1;
  left: 10px;
  width: 100%;
}
@media (max-width:450px), (max-width: 575px), only screen and (min-width: 576px) and (max-width: 767px) {
  .dp-funfact-wrapper-02::before {
    width: calc(100% - 30px);
    transform: skew(-10deg);
  }
}

.dp-funfact-area.dp-funfact-area-03 {
  background-repeat: no-repeat;
  background: fixed;
  background-size: cover;
}

.dp-funfact-wrapper-03 {
  display: block;
  background-color: transparent;
  text-align: center;
  clip-path: polygon(5% 0, 100% 0, 95% 100%, 0% 100%);
}
.dp-funfact-wrapper-03 .dp-funfact-icon {
  margin-right: 0;
  margin-bottom: 15px;
}

.dp-funfact-area.dp-funfact-area-03::before {
  position: absolute;
  content: "";
  background: var(--clr-common-heading);
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0.8;
}

.dp-funfact-wrapper-03 .dp-funfact-content h3 {
  color: #fff !important;
}

.dp-funfact-wrapper-03 .dp-funfact-icon i {
  color: #fff !important;
}

.dp-funfact-wrapper-03 .dp-funfact-content p {
  color: #fff !important;
}

.counter-wrapper {
  display: flex;
  align-items: center;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .counter-wrapper {
    justify-content: center;
  }
}

.counter-icon {
  margin-right: 20px;
  font-size: 50px;
  color: var(--clr-theme-2);
  line-height: 1;
}

.counter-text h1 {
  color: var(--clr-theme-2);
  font-size: 50px;
  line-height: 1;
}
.counter-text span {
  font-size: 16px;
  font-weight: 400;
  line-height: 27px;
  color: var(--clr-gen-body-text);
}

.counter-wrapper .progress {
  border-radius: 0;
  height: 7px;
  overflow: visible;
  background: var(--clr-theme-1);
}

.counter-wrapper .progress-bar {
  background-image: -moz-linear-gradient(0deg, #eb120a 0%, #ff5e14 99%);
  background-image: -webkit-linear-gradient(0deg, #eb120a 0%, #ff5e14 99%);
  background-image: -ms-linear-gradient(0deg, #eb120a 0%, #ff5e14 99%);
  text-align: right;
  border-radius: 0 30px 30px 0;
}

.counter-white .counter-text h1 {
  color: var(--clr-common-black);
}

.counter-white .counter-wrapper .progress {
  background: #e4e4e4;
}

.counter-padding {
  padding-top: 360px;
}

.counter-wrapper-six {
  display: block;
  text-align: center;
  padding: 20px 18px 80px;
  position: relative;
  background-color: var(--clr-common-white);
  box-shadow: rgba(9, 30, 66, 0.25) 0px 4px 8px -2px, rgba(9, 30, 66, 0.08) 0px 0px 0px 1px;
  margin: 0 10px 30px;
}
.counter-wrapper-six .counter-icon {
  margin-right: 0;
}
.counter-wrapper-six .counter-text {
  position: absolute;
  top: 90px;
  left: 50%;
  transform: translateX(-50%);
  background: var(--clr-theme-1);
  width: 80%;
  padding: 20px;
  box-shadow: 0 -5px 15px rgba(0, 0, 0, 0.2) inset;
}
.counter-wrapper-six .counter-text h1 {
  color: var(--clr-common-white);
}
.counter-wrapper-six .counter-text span {
  color: var(--clr-common-white);
}

/*----------------------------------------
    06. Gallery CSS
----------------------------------------*/
.dp-single-gallery {
  position: relative;
  overflow: hidden;
  clip-path: polygon(5% 0, 100% 0, 95% 100%, 0% 100%);
}
.dp-single-gallery img {
  max-width: 100%;
  transition: all 1.5s cubic-bezier(0, 0, 0.2, 1);
}
.dp-single-gallery:hover img {
  transform: scale3d(1.1, 1.1, 1.1);
}
.dp-single-gallery .dp-gallery-content {
  position: absolute;
  left: 0;
  bottom: -150px;
  background: var(--clr-common-white);
  display: inline-block;
  padding: 30px 35px 30px 35px;
  align-items: center;
  opacity: 0;
  visibility: hidden;
  transition: all 500ms ease;
  right: 0;
  margin-right: 33px;
  margin-left: 20px;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 575px), (max-width:450px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px) {
  .dp-single-gallery .dp-gallery-content {
    padding: 20px 25px 20px 25px;
  }
}
.dp-single-gallery:hover .dp-gallery-content {
  opacity: 1;
  visibility: visible;
  bottom: 20px;
}

.dp-gallery-content {
  clip-path: polygon(2% 0, 100% 0, 98% 100%, 0% 100%);
}
.dp-gallery-content .dp-gallery-title {
  color: var(--clr-common-heading);
  margin-bottom: 8px;
  font-size: 18px;
}
.dp-gallery-content .dp-gallery-title:hover a {
  color: var(--clr-common-color-red);
}
.dp-gallery-content span {
  font-size: 14px;
  line-height: 1;
  color: var(--clr-common-heading);
  text-transform: uppercase;
  display: block;
  font-weight: 400;
  font-family: "Oswald", sans-serif;
}

.dp-gallery-nav {
  justify-content: end;
}
@media (max-width: 575px), (max-width:450px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px) {
  .dp-gallery-nav {
    justify-content: flex-start;
    margin-bottom: 60px !important;
  }
}

@media (max-width: 575px), (max-width:450px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px) {
  .gallery-section-title {
    margin-bottom: 40px;
  }
}

.dp-gallery-link {
  margin-left: 15px;
}
.dp-gallery-link a {
  height: 40px;
  width: 40px;
  border-radius: 50%;
  line-height: 40px;
  border: 1px solid #ddd;
  display: inline-block;
  text-align: center;
  font-size: 16px;
  color: var(--clr-common-heading);
  transition: 0.3s;
}
.dp-gallery-link a:hover {
  background-color: var(--clr-common-heading);
  border-color: var(--clr-common-heading);
  color: var(--clr-common-white);
}

/*----------------------------------------
    08. awards Process CSS 
----------------------------------------*/
.dp-awards-wrapper {
  position: relative;
}
.dp-awards-wrapper:hover .dp-award-thumb:before {
  opacity: 1;
  transform: perspective(600px) rotateY(0deg);
}
.dp-awards-wrapper:hover .dp-awards-content {
  opacity: 1;
  visibility: visible;
}

.dp-award-thumb {
  background: #ddd;
  padding: 15px;
}
.dp-award-thumb img {
  width: 100%;
}
.dp-award-thumb:before {
  position: absolute;
  content: "";
  height: calc(100% - 30px);
  background: #012863;
  opacity: 0;
  transform: perspective(600px) rotateY(20deg);
  left: 15px;
  top: 15px;
  right: 15px;
  bottom: 6px;
}

.dp-awards-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 40px;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
  text-align: center;
}
@media (max-width: 575px), only screen and (min-width: 1200px) and (max-width: 1399px) {
  .dp-awards-content {
    padding: 25px;
  }
}
.dp-awards-content h3 {
  color: var(--clr-common-white);
  margin-bottom: 20px;
  font-size: 24px;
}
@media (max-width: 575px), only screen and (min-width: 1200px) and (max-width: 1399px) {
  .dp-awards-content h3 {
    font-size: 20px;
  }
}
.dp-awards-content p {
  color: var(--clr-common-white);
}

.newsletters-area-six .newsletters-shape-img {
  position: absolute;
  bottom: 100px;
  right: 35px;
  opacity: 0.2;
}
.newsletters-area-six .newsletters-img {
  position: absolute;
  left: 115px;
  bottom: 0;
  top: -70px;
}
.newsletters-area-six .newsletters-img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .newsletters-area-six .newsletters-img {
    left: -5px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .newsletters-area-six .newsletters-img {
    left: -15px;
  }
}

.newsletter-form form {
  position: relative;
}

.newsletter-form form input {
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  height: 80px;
  padding: 0 40px;
  background: var(--clr-common-white);
  color: var(--clr-theme-1);
  font-size: 18px;
  border-radius: 10px;
  border: none;
  width: 100%;
}

.single-02-newsletters {
  margin-left: 30px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .single-02-newsletters {
    margin-left: 0;
  }
}
@media (max-width: 575px) {
  .single-02-newsletters .section-title h2 {
    font-size: 33px;
  }
}

.single-02-newsletters .newsletter-form form input {
  padding: 0 65px;
}

.single-02-newsletters .news-box::before {
  left: 30px;
  position: absolute;
  content: "";
  font-family: "Font Awesome 5 Pro";
  display: inline-block;
  font-size: 18px;
  text-align: center;
  color: var(--clr-theme-2);
  top: 50%;
  transform: translateY(-50%);
  z-index: 6;
}

.single-02-newsletters .newsletter-form form button {
  position: absolute;
  right: 0;
  background-color: var(--clr-theme-2);
  top: 0;
  font-size: 30px;
  color: #fff;
  border: none;
  padding: 25px;
  line-height: 1;
  border-radius: 10px;
  transition: 0.2s;
}
.single-02-newsletters .newsletter-form form button:hover {
  background-color: var(--clr-theme-1);
}

/*----------------------------------------
    08. Partner Process CSS
----------------------------------------*/
.partner-thumb {
  margin-bottom: 30px;
}
.partner-thumb img {
  max-width: 130px !important;
}

.partner-item {
  text-align: center;
  border: 1px solid var(--clr-common-border-2);
  padding: 40px 35px 40px;
  background-color: #fff;
}
@media (max-width: 575px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 1200px) and (max-width: 1399px) {
  .partner-item {
    padding: 35px 25px 30px;
  }
}

.partner-content h3 a {
  font-size: 24px;
  display: block;
  margin-bottom: 20px;
  color: var(--clr-common-heading);
}
.partner-content h3 a:hover {
  color: var(--clr-common-color-red);
}
@media (max-width: 575px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 1200px) and (max-width: 1399px) {
  .partner-content h3 {
    font-size: 20px;
  }
}
.partner-content p {
  margin-bottom: 0;
}

/*----------------------------------------
    10. career CSS 
----------------------------------------*/
.career-area {
  display: none;
}

.career-bg {
  background-color: transparent;
  background-image: linear-gradient(180deg, #F7F7F7 0%, #F7F7F7 100%);
}

.career-single-item {
  background: var(--clr-common-white);
  padding: 50px 50px 46px 50px;
  clip-path: polygon(7% 0, 100% 0, 93% 100%, 0 100%);
}

.career-single-item span > a {
  background-color: var(--clr-common-color-red);
  color: #fbfdff;
  font-size: 15px;
  font-weight: 700;
  padding: 6px 11px;
  line-height: 1;
  margin-bottom: 15px;
  display: inline-block;
}

.career-content h3 a {
  font-size: 24px;
  margin-bottom: 15px;
  display: inline-block;
  color: var(--clr-common-heading);
}
@media (max-width: 575px) {
  .career-content h3 a {
    font-size: 20px;
  }
}
.career-content h3 a:hover {
  color: var(--clr-common-color-red);
}
.career-content p {
  margin-bottom: 30px;
}

.career-cta-area {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.career-cta-wrapper {
  max-width: 470px;
  background: var(--clr-common-color-red);
  padding: 70px 60px 75px;
  margin-right: 20px;
  margin-left: 80px;
}
@media (max-width: 575px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .career-cta-wrapper {
    margin-right: 0;
    margin-left: 0;
  }
}
@media (max-width: 575px) {
  .career-cta-wrapper {
    padding: 50px 30px 55px;
  }
}

.career-cta-content h3 {
  font-size: 30px;
  color: var(--clr-common-white);
  margin-bottom: 25px;
}
@media (max-width: 575px) {
  .career-cta-content h3 {
    font-size: 26px;
  }
}
.career-cta-content p {
  margin-bottom: 25px;
  color: var(--clr-common-white);
}

.job-wrapper {
  border: 1px solid #ebebeb;
  padding: 45px 50px;
  background: #fff;
  position: relative;
  border-radius: 6px;
}
@media (max-width: 575px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .job-wrapper {
    padding: 45px 30px;
  }
}

.job-instructor-profile {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}

div.job-tag span {
  background: #f5f7fc;
  margin-right: 10px;
  padding: 5px 10px;
  border-radius: 5px;
  display: inline-block;
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 700;
  color: var(--clr-common-heading);
  line-height: 1;
  min-height: 25px;
}

.job-meta {
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
}
.job-meta span i {
  color: var(--clr-common-color-red);
}

.job-instructor-title span {
  color: #667488;
  font-size: 14px;
}

.job-btn {
  height: 50px;
  display: inline-flex;
  background-color: var(--clr-common-heading);
  padding: 0 30px;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  font-weight: 500;
  color: var(--clr-common-white);
  text-transform: capitalize;
  border-radius: 6px;
}
.job-btn:hover {
  background: var(--clr-common-color-red);
  color: var(--clr-common-white);
}

.job-instructor-title h3 a {
  display: inline-block;
  font-size: 24px;
  color: var(--clr-common-heading);
}
@media (max-width: 575px) {
  .job-instructor-title h3 a {
    font-size: 20px;
  }
}
.job-instructor-title h3 a:hover {
  color: var(--clr-common-color-red);
}
.job-instructor-title span i {
  color: var(--clr-common-color-red);
  margin-right: 5px;
  font-size: 18px;
}

.career-cta-content .job-btn {
  background: var(--clr-common-white);
  color: var(--clr-common-heading);
}
.career-cta-content .job-btn:hover {
  background: var(--clr-common-heading);
  color: var(--clr-common-white);
}

/*----------------------------------------
08. Location CSS 
----------------------------------------*/
.location-map-area .location-item:nth-child(1) {
  top: 25%;
  left: 9%;
}

.location-map-area .location-item:nth-child(2) {
  left: 35%;
  top: 0;
}

.location-map-area .location-item:nth-child(3) {
  top: 60px;
  right: 20%;
}

.location-map-area .location-item:nth-child(4) {
  left: 20%;
  bottom: 110px;
}

.location-map-area .location-item:nth-child(5) {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.location-map-area .location-item:nth-child(6) {
  right: 30%;
  bottom: 80px;
}

.location-map-area .location-item:nth-child(7) {
  right: 90px;
  bottom: 130px;
}

.location-text span {
  font-size: 16px;
  text-transform: capitalize;
  font-weight: 500;
}

.location-map-bg {
  min-height: 520px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
}

.location-item {
  position: absolute;
  align-items: center;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

.location-icon {
  display: inline-block;
  cursor: pointer;
}

.location-item.active .location-content {
  opacity: 1;
  visibility: visible;
  transform: translate(-50%, 0px);
}

.location-counrty {
  width: 65px;
  height: 65px;
  min-width: 65px;
  border-radius: 50%;
  overflow: hidden;
}
.location-counrty img {
  height: 100% !important;
  object-fit: cover;
  object-position: top center;
}

.location-content {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
  padding: 15px 15px;
  background: #FFFFFF;
  box-shadow: 0px 4px 74px rgba(0, 0, 0, 0.08);
  border-radius: 100px;
  min-width: 220px;
  position: absolute;
  top: 60px;
  left: 50%;
  transform: translate(-50%, 10px);
  opacity: 0;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  visibility: hidden;
  z-index: 55;
}

.loaction-box {
  padding: 40px 35px;
  border: 2px solid var(--clr-common-border-2);
}
@media (max-width: 575px), only screen and (min-width: 1200px) and (max-width: 1399px) {
  .loaction-box {
    padding: 40px 30px;
  }
}

.laction-county ul li:hover {
  color: #db1c29;
}

.country-tab .nav-tabs {
  border-bottom: 0;
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
}
.country-tab .nav-tabs .nav-link {
  border: 0;
  border: 2px solid var(--clr-common-border-2);
  padding: 0 30px;
  height: 60px;
  border-radius: 0;
}
.country-tab .nav-tabs .nav-link:hover {
  border: 2px solid var(--clr-common-border-2);
  color: var(--clr-common-heading);
}
.country-tab .nav-tabs .nav-link.active {
  background-color: var(--clr-common-color-red);
  color: var(--clr-common-white);
  border-color: var(--clr-common-color-red);
}
.country-tab .nav-link {
  font-family: "Oswald", sans-serif !important;
  font-weight: 600;
  padding: 0;
  padding: 0;
  font-size: 16px;
  text-transform: uppercase;
  color: var(--clr-common-heading);
  font-weight: 700;
}
.country-tab .nav-link:hover {
  color: var(--clr-common-red);
}

.laction-county ul {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.laction-county ul li {
  list-style: none;
  font-size: 16px;
  font-weight: 600;
  display: flex;
  gap: 10px;
}
.laction-county ul li span:hover {
  color: var(--clr-common-color-red);
}

.office-wrapper {
  display: flex;
  gap: 35px;
  padding: 50px 45px 50px;
  background: var(--clr-common-white);
  max-width: 630px;
}
@media (max-width: 575px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px) {
  .office-wrapper {
    margin-left: 0;
  }
}
@media (max-width: 575px) {
  .office-wrapper {
    padding: 50px 30px 50px;
    flex-wrap: wrap;
  }
}

.office-map iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 10px;
  z-index: -1;
}

.office-item {
  position: relative;
  padding-right: 37px;
}
.office-item:after {
  position: absolute;
  content: "";
  height: 85%;
  width: 1px;
  border: 1px solid var(--clr-common-border-2);
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
@media (max-width: 575px) {
  .office-item:after {
    display: none;
  }
}
.office-item:last-child {
  padding-right: 0px;
}
.office-item:last-child::after {
  display: none;
}
.office-item h4 {
  font-size: 24px;
  margin-bottom: 15px;
  color: var(--clr-common-heading);
}
@media (max-width: 575px) {
  .office-item h4 {
    font-size: 20px;
  }
}

.office-content span {
  display: block;
}
.office-content span:last-child {
  margin-left: 15px;
}

.singel-addresss {
  display: flex;
}
.singel-addresss a {
  display: inline-flex;
  flex-wrap: wrap;
  margin-bottom: 7px;
  align-items: center;
}
.singel-addresss:hover {
  color: #db1c29;
}

/*----------------------------------------
    08. Quote CSS 
----------------------------------------*/
.order__form-button {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
.order__form-button span {
  font-family: "Oswald", Sans-serif;
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
  color: var(--clr-common-heading);
}
.order__form-button i {
  font-size: 20px;
  color: var(--clr-common-heading);
}

.product__data label {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 10px;
  line-height: 1;
  color: var(--clr-common-heading);
}
.product__data input {
  width: 100%;
  padding: 0 18px;
  height: 65px;
  border: 2px solid var(--clr-common-border-2);
  margin-bottom: 16px !important;
}

.pr-select {
  width: 100%;
  padding: 0 18px;
  height: 51px;
  border: 2px solid var(--clr-common-border-2);
  margin-bottom: 25px;
}
.pr-select.nice-select.open {
  border-color: var(--clr-common-heading);
}
.pr-select.nice-select::after {
  border-bottom: 2px solid var(--clr-common-heading);
  border-right: 2px solid var(--clr-common-heading);
}
.pr-select .current {
  color: var(--clr-common-placeholder);
  font-size: 16px !important;
  opacity: 1;
  text-transform: uppercase;
  font-family: "Oswald", sans-serif;
}

.product__check {
  display: flex;
  column-gap: 40px;
  flex-wrap: wrap;
  row-gap: 20px;
  margin-bottom: 25px !important;
}

.wpcf7-list-item {
  font-size: 16px;
  text-transform: capitalize;
  color: var(--clr-common-color-2);
  margin: 0 12px;
}

.wpcf7-list-item-label {
  font-size: 14px;
  font-weight: 600;
  display: inline-block;
  margin-right: 7px;
  line-height: 1;
  color: var(--clr-common-heading);
  text-transform: uppercase;
  letter-spacing: 0.6px;
}

.wpcf7-list-item input {
  margin: 0;
  width: 15px;
  min-width: 15px;
  height: 15px;
  background: var(--clr-common-white);
  border: 1px solid #b9bac1;
  outline: none;
  border-radius: 4px;
  cursor: pointer !important;
}

.quote-tab .nav {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 25px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .quote-tab .nav {
    grid-template-columns: repeat(3, 1fr);
  }
}
.quote-tab .nav-tabs {
  border-bottom: 0;
}
.quote-tab .nav-tabs .nav-link {
  margin-bottom: -1px;
  border: 2px solid var(--clr-common-border-2);
  border-radius: 0;
  border-color: var(--clr-common-border-2);
}
.quote-tab .nav-tabs .nav-link.active {
  background: var(--clr-common-heading);
  color: var(--clr-common-white);
}
.quote-tab .nav-tabs .nav-link.active i {
  color: var(--clr-common-white);
}
.quote-tab .nav-tabs .nav-link.active .order__form-button span {
  color: var(--clr-common-white);
}
.quote-tab .nav-link {
  padding: 20px 30px;
  width: 100%;
}

.check-item {
  display: flex;
  gap: 10px;
  align-items: center;
  font-size: 16px;
  text-transform: capitalize;
  color: var(--clr-common-color-2);
}
.check-item label span {
  font-weight: 700;
  line-height: 1;
  color: var(--clr-common-heading);
  text-transform: uppercase;
}

input.e-check-input {
  margin: 0;
  appearance: none;
  -moz-appearance: none;
  display: block;
  width: 18px;
  min-width: 18px;
  height: 18px;
  background: var(--clr-common-white);
  border: 1px solid #b9bac1;
  outline: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  cursor: pointer;
}
input.e-check-input:checked {
  position: relative;
  background-color: var(--clr-theme-1);
  border-color: transparent;
}
input.e-check-input:checked::after {
  box-sizing: border-box;
  content: "";
  position: absolute;
  font-family: "Font Awesome 5 pro";
  font-size: 10px;
  color: var(--clr-common-white);
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-weight: 500;
}

.product__data textarea {
  width: 100%;
  padding: 0 18px;
  height: 150px;
  border: 2px solid #eaeaea;
  margin-bottom: 20px;
}

/*----------------------------------------
    20. footer CSS
----------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .footer__padd-1 {
    padding-top: 280px;
  }
}
@media (max-width: 575px) {
  .footer__padd-1 {
    padding-top: 265px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .footer__padd-2 {
    padding-bottom: 50px;
  }
}

.footer-area1-bg {
  background: var(--clr-theme-1);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .footer-area1 {
    padding-bottom: 80px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .footer-area--86 {
    margin-top: -86px;
  }
}

.footer-widget-title {
  margin-bottom: 30px;
}
.footer-widget-title h4 {
  color: var(--clr-common-white);
  font-size: 20px;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .footer-widget-title {
    margin-bottom: 30px;
  }
}

.footer-photo-gallery {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 15px;
  max-width: 400px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px) {
  .footer-photo-gallery {
    grid-gap: 10px;
  }
}
@media (max-width: 575px) {
  .footer-photo-gallery {
    grid-gap: 15px;
  }
}
@media (max-width:450px) {
  .footer-photo-gallery {
    grid-gap: 10px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .footer-photo-gallery {
    grid-template-columns: repeat(2, 1fr);
  }
}

.footer-widget {
  margin-top: -5px;
}
.footer-widget p {
  color: var(--clr-common-color-4);
}
.footer-widget ul li {
  margin-bottom: 15px;
}
.footer-widget ul li:last-child {
  margin-bottom: 0;
}
.footer-widget ul li a {
  font-size: 16px;
  color: var(--clr-common-color-4);
  position: relative;
}
.footer-widget ul li a:hover {
  color: var(--clr-common-white);
}
.footer-widget .footer-photo-item img {
  width: 100%;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .footer-widget {
    padding: 0px;
  }
}

@media (max-width: 575px) {
  .footer1-widget1, .footer2-widget1, .footer3-widget1, .footer1-widget3, .footer2-widget3, .footer3-widget3 {
    margin-bottom: 55px;
  }
}

.subscribe-form {
  position: relative;
}
.subscribe-form .s-clip {
  background: var(--clr-common-white);
  clip-path: polygon(3% 0, 100% 0, 97% 100%, 0% 100%);
}
.subscribe-form .s-input i {
  color: var(--clr-common-heading);
  position: absolute;
  top: 22px;
  left: 24px;
  bottom: 0;
}
@media (max-width: 575px) {
  .subscribe-form .s-input i {
    left: 40px;
  }
}
@media (max-width:450px) {
  .subscribe-form .s-input i {
    left: 20px;
  }
}
.subscribe-form input {
  width: 100%;
  height: 50px;
  background: var(--clr-common-white);
  border: 1px solid var(--clr-common-white);
  height: 60px;
  padding-left: 50px;
  padding-right: 20px;
}
@media (max-width: 575px) {
  .subscribe-form input {
    padding-left: 70px;
    padding-right: 40px;
  }
}
@media (max-width:450px) {
  .subscribe-form input {
    padding-left: 50px;
    padding-right: 20px;
  }
}
.subscribe-form button {
  display: inline-block;
  font-size: 16px;
  font-weight: 600;
  color: var(--clr-common-white);
  background: var(--clr-common-color-red);
  height: 60px;
  line-height: 60px;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  clip-path: polygon(3% 0, 100% 0, 97% 100%, 0% 100%);
  text-transform: uppercase;
  padding: 0px 36px;
}
.subscribe-form button:hover {
  color: var(--clr-common-heading);
  border-color: var(--clr-common-heading);
  background: var(--clr-common-white);
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .footer-social-link {
    margin-top: 25px;
  }
}
.footer-social-link ul {
  display: flex;
  gap: 3px;
  flex-wrap: wrap;
  row-gap: 7px;
}
.footer-social-link li a {
  display: block;
  background: var(--clr-common-color-5);
  width: 60px;
  height: 50px;
  line-height: 52px;
  text-align: center;
  clip-path: polygon(10% 0, 100% 0, 90% 100%, 0% 100%);
  color: var(--clr-common-color-6);
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.footer-social-link li a:hover {
  background: var(--clr-common-color-red);
  color: var(--clr-common-white);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .footer-social-link li a {
    width: 55px;
    height: 50px;
    line-height: 50px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .footer-social-link li a {
    width: 45px;
    height: 45px;
    line-height: 46px;
  }
}

.footer-menu-area.position {
  width: 100%;
  left: 0;
  left: 0;
  right: 0;
  top: -40px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .footer-menu-box {
    text-align: center;
  }
}
@media (max-width: 575px) {
  .footer-menu-box {
    padding: 20px 15px 13px 15px !important;
  }
}
.footer-menu-box.two {
  padding: 26px 0 12px 0;
}
.footer-menu-bg {
  background: var(--clr-common-color-red);
}
.footer-menu li {
  display: inline-block;
  margin-right: 42px;
}
.footer-menu li:last-child {
  margin-right: 0;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .footer-menu li {
    margin-right: 25px;
  }
}
.footer-menu li a {
  text-transform: uppercase;
  color: var(--clr-common-white);
  font-weight: 600;
  font-family: "Oswald", sans-serif;
}
@media (max-width:450px) {
  .footer-menu li a {
    font-size: 14px;
  }
}
.footer-menu li:hover a {
  opacity: 0.8;
}

.footer-brand-item {
  display: inline-block;
  width: 20%;
}
.footer-brand-item img {
  width: 100%;
}

@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px) {
  .copy-right-area {
    padding-top: 109px;
  }
}
@media (max-width: 575px) {
  .copy-right-area {
    padding-top: 100px;
  }
}
.copy-right-text {
  padding-bottom: 27px;
  padding-top: 67px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .copy-right-text {
    padding-top: 0;
  }
}
.copy-right-text p {
  line-height: 1;
  color: var(--clr-common-color-8);
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 0;
  font-family: "Oswald", sans-serif;
}
.copy-right-text p a {
  color: var(--clr-common-white);
}
.copy-right-text-2 p {
  color: var(--clr-common-color-14);
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 0;
}
.copy-right-text-2 a {
  color: var(--clr-common-white);
}
.copy-right-text-3 p {
  color: var(--clr-common-heading);
}
.copy-right-text-3 p a {
  color: var(--clr-common-color-red);
}

.copy-bg-1 {
  background: var(--clr-common-color-7);
}

.footer3-widget .footer-widget-title h4 {
  color: var(--clr-common-heading);
}
.footer3-widget .footer-widget-link a {
  color: var(--clr-common-text) !important;
}
.footer3-widget p {
  color: var(--clr-common-text) !important;
}
.footer3-widget .subscribe-form input {
  background: var(--clr-bg-gray-4);
}
.footer3-widget .subscribe-form button:hover {
  color: var(--clr-common-white);
  background: var(--clr-theme-1);
}
.footer3-widget .footer-social-link ul li a {
  background: var(--clr-common-color-12);
  color: var(--clr-common-heading);
}

.footer3-widget1 ul li:hover a {
  background: var(--clr-theme-1);
  color: var(--clr-common-white);
}

ul.footer-widget-link-2 li {
  line-height: 22px;
}

ul.footer-widget-link-2 li i {
  color: #fff;
  opacity: 0.2;
  margin-right: 20px;
}

ul.footer-widget-link-2 li a {
  color: #fff;
}

ul.footer-widget-link-2 li:hover i {
  opacity: 1;
}

.footer3-widget2 .footer-widget-link,
.footer2-widget2 .footer-widget-link,
.footer1-widget2 .footer-widget-link {
  display: grid;
  grid-template-columns: 110px 1fr;
}
.footer3-widget2 .footer-widget-link ul li:last-child,
.footer2-widget2 .footer-widget-link ul li:last-child,
.footer1-widget2 .footer-widget-link ul li:last-child {
  margin-bottom: 0;
}

.dp-footer-menu {
  padding: 27px 50px 13px 50px;
}

@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px), (max-width:450px) {
  .footer-widget.footer2-widget.footer2-widget3 {
    padding-left: 0;
  }
}

@media (max-width: 575px), (max-width:450px) {
  .footer-widget.footer2-widget.footer2-widget2 {
    padding-left: 0;
  }
}

.footer-social-link ul li {
  list-style: none;
}

.footer-widget-link.dp-footer-menu-half {
  display: inherit;
}

.dp-footer-menu-half ul li a {
  width: 50%;
  display: inline-block;
  margin-bottom: 20px;
  float: left;
}

.elementor-widget-wrap .dp-footer-bottom-info {
  position: absolute;
  bottom: -45px;
  z-index: 999;
  left: 0;
  right: 0;
  margin: auto;
  background: #db1c29;
  clip-path: polygon(1.5% 0, 100% 0, 98.5% 100%, 0 100%);
}

.dp-footer-subs-04 .subscribe-form input {
  background: var(--clr-bg-gray-4) !important;
}

.dp-footer-subs-04 button:hover {
  color: #fff;
  border-color: var(--clr-common-heading);
  background: var(--clr-common-heading);
}

.footer-style-05 .footer-social-link li a {
  clip-path: inherit;
}

.footer-style-05 .subscribe-form .s-clip {
  clip-path: inherit;
}

.footer-style-05 .subscribe-form button {
  clip-path: inherit;
}

#footer-style-06 .footer-social-link li a {
  clip-path: inherit !important;
  margin-right: 5px;
}

#footer-style-06 .subscribe-form .s-clip {
  clip-path: inherit !important;
}

#footer-style-06 .subscribe-form button {
  clip-path: inherit !important;
}

/*# sourceMappingURL=delport-core.css.map */
