/*-------------------------- 
      Global Styles
---------------------------*/



@FONT-FACE {
    font-family: "med";
    src: url(Vazirmatn-Regular.ttf)
}

@FONT-FACE {
    font-family: "reg";
    src: url(Vazirmatn-Light.ttf)
}


@FONT-FACE {
    font-family: "zoor";
    src: url(AraJozoor-Regular.woff)
}



@FONT-FACE {
    font-family: "thin";
    src: url(Vazirmatn-Thin.ttf)
}



@FONT-FACE {
    font-family: "jost";
    src: url(jost.woff2)
}



h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
	  
	  font-family: "med";

  }

:root {
  /* overide Bootstrap color theme */
}

html {
  scroll-behavior: smooth;
}

body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background-color: #ffffff;
  font-family: "reg";
  font-size: 14px;
  color: #666;
  overflow-x: hidden;
  text-align: right;
  direction: rtl;
}



.owl-carousel {
direction: ltr;
}

.owl-carousel .owl-item {
direction: rtl;
}



::-moz-selection {
  background-color: #f98815;
  color: #ffffff;
}

::selection {
  background-color: #f98815;
  color: #ffffff;
}

a {
  color: #f98815;
  text-decoration: none;
  transition: color 0.3s ease;
}
a:hover {
  color: #171717;
  text-decoration: none;
}

section {
  position: relative;
}

img {
  max-width: 100%;
}


.sec-space {
padding: 50px 0;	
}



/*-------------------------
     RESET Default Styles
 --------------------------*/
* {
  outline: none;
}

button {
  padding: 0;
  border: none;
  background-color: transparent;
}

select {
  background-color: transparent;
}

button,
button:focus,
.form-control,
.form-control:focus {
  outline: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
}

textarea {
  resize: none;
}

.svg-pathes {
  position: absolute;
}

@media (max-width: 991px) {
  html,
  body {
    overflow-x: hidden;
  }
}
@media (min-width: 576px) and (max-width: 1200px) {
  .container {
    max-width: 100%;
  }
}
@media (min-width: 1300px) {
  .container {
    max-width: 1200px;
  }
}
@media (min-width: 1400px) {
  .container {
    max-width: 1240px;
  }
}
/*----------------------------
      Helper Classes
----------------------------*/
.sticky-top {
  z-index: 500;
}

.row-gutter-0 {
  margin-right: 0;
  margin-left: 0;
}
.row-gutter-0 > [class*=col] {
  padding-left: 0;
  padding-right: 0;
}

.text-2-lines {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
}

.mw-500 {
  max-width: 500px;
}

.flex-1 {
  flex: 1;
}

.fz-13 {
  font-size: 13px !important;
}

.fz-14 {
  font-size: 14px !important;
}

.fz-16 {
  font-size: 16px !important;
}

.fz-17 {
  font-size: 17px !important;
}

.fz-25 {
  font-size: 25px !important;
}

.font-secondary {
  font-family: "reg";
}

.align-v {
  display: flex !important;
  align-items: center !important;
}

.align-v-h {
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
}

.border-top {
  border-top: 1px solid #e7ebef !important;
}

.border-bottom {
  border-bottom: 1px solid #e7ebef !important;
}

/*  margin Top */
.mt-0 {
  margin-top: 0 !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

/* Margin Bottom */
.mb-0 {
  margin-bottom: 0 !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

/* Margin Right */
.mr-0 {
  margin-left: 0 !important;
}

.mr-10 {
  margin-left: 10px !important;
}

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

.mr-30 {
  margin-left: 30px !important;
}

.mr-40 {
  margin-left: 40px !important;
}

.mr-50 {
  margin-left: 50px !important;
}

/* Margin Left */
.ml-0 {
  margin-right: 0 !important;
}

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

.ml-30 {
  margin-right: 30px !important;
}

.ml-40 {
  margin-right: 40px !important;
}

.ml-50 {
  margin-right: 50px !important;
}

.mx-80 {
  margin-left: 80px;
  margin-right: 80px;
}

/* padding Top */
.pb-10 {
  padding-top: 10px !important;
}

.pt-20 {
  padding-top: 20px !important;
}

.pt-30 {
  padding-top: 30px !important;
}

.pt-40 {
  padding-top: 40px !important;
}

.pt-50 {
  padding-top: 50px !important;
}

.pt-60 {
  padding-top: 60px !important;
}

.pt-70 {
  padding-top: 70px !important;
}

.pt-80 {
  padding-top: 80px !important;
}

.pt-90 {
  padding-top: 90px !important;
}

.pt-100 {
  padding-top: 100px !important;
}

.pt-110 {
  padding-top: 110px !important;
}

.pt-120 {
  padding-top: 120px !important;
}

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

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

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

.pt-170 {
  padding-top: 170px !important;
}

.pt-220 {
  padding-top: 220 !important;
}

/*  Padding Bottom */
.pb-10 {
  padding-bottom: 10px !important;
}

.pb-20 {
  padding-bottom: 20px !important;
}

.pb-30 {
  padding-bottom: 30px !important;
}

.pb-40 {
  padding-bottom: 40px !important;
}

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

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

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

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

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

.pb-100 {
  padding-bottom: 100px !important;
}

.pb-110 {
  padding-bottom: 110px !important;
}

.pb-120 {
  padding-bottom: 120px !important;
}

.pb-130 {
  padding-bottom: 130px !important;
}

.pb-140 {
  padding-bottom: 140px !important;
}

.pb-150 {
  padding-bottom: 150px !important;
}

.pb-170 {
  padding-bottom: 170px !important;
}

.pb-120 {
  padding-bottom: 120px !important;
}

.pb-220 {
  padding-bottom: 220px !important;
}

/* padding Right */
.pr-0 {
  padding-left: 0 !important;
}

.pr-15 {
  padding-left: 15px !important;
}

.pr-20 {
  padding-left: 20px !important;
}

.pr-30 {
  padding-left: 30px !important;
}

.pr-50 {
  padding-left: 50px !important;
}

.pr-60 {
  padding-left: 60px !important;
}

.pr-70 {
  padding-left: 70px !important;
}

.pr-100 {
  padding-left: 100px !important;
}

/* padding Left */
.pl-0 {
  padding-right: 0 !important;
}

.pl-15 {
  padding-right: 15px !important;
}

.pl-20 {
  padding-right: 20px !important;
}

.pl-30 {
  padding-right: 30px !important;
}

.pl-40 {
  padding-right: 40px !important;
}

.pl-50 {
  padding-right: 50px !important;
}

@media (max-width: 992px) {
  .order-3-md {
    order: 3;
  }
  .mt-30 {
    margin-top: 20px !important;
  }
  .mt-40 {
    margin-top: 20px !important;
  }
  .mt-50 {
    margin-top: 25px !important;
  }
  .mt-60 {
    margin-top: 30px !important;
  }
  .mt-70 {
    margin-top: 35px !important;
  }
  .mt-80 {
    margin-top: 40px !important;
  }
  .mt-90 {
    margin-top: 45px !important;
  }
  .mt-100 {
    margin-top: 50px !important;
  }
  .mb-30 {
    margin-bottom: 15px !important;
  }
  .mb-40 {
    margin-bottom: 20px !important;
  }
  .mb-50 {
    margin-bottom: 25px !important;
  }
  .mb-60 {
    margin-bottom: 30px !important;
  }
  .mb-70 {
    margin-bottom: 35px !important;
  }
  .mb-80 {
    margin-bottom: 40px !important;
  }
  .mb-90 {
    margin-bottom: 45px !important;
  }
  .mb-100 {
    margin-bottom: 50px !important;
  }
  /* Margin Right */
  .mr-30 {
    margin-left: 15px !important;
  }
  .mr-40 {
    margin-left: 20px !important;
  }
  .mr-50 {
    margin-left: 25px !important;
  }
  /* Margin Left */
  .ml-30 {
    margin-right: 15px !important;
  }
  .ml-40 {
    margin-right: 20px !important;
  }
  .ml-50 {
    margin-right: 25px !important;
  }
  /* padding Top */
  .pt-30 {
    padding-top: 15px !important;
  }
  .pt-40 {
    padding-top: 20px !important;
  }
  .pt-50 {
    padding-top: 25px !important;
  }
  .pt-60 {
    padding-top: 30px !important;
  }
  .pt-70 {
    padding-top: 35px !important;
  }
  .pt-80 {
    padding-top: 40px !important;
  }
  .pt-90 {
    padding-top: 45px !important;
  }
  .pt-100 {
    padding-top: 50px !important;
  }
  .pt-110 {
    padding-top: 55px !important;
  }
  .pt-120 {
    padding-top: 60px !important;
  }
  .pt-130 {
    padding-top: 70px !important;
  }
  .pt-140 {
    padding-top: 70px !important;
  }
  .pt-150 {
    padding-top: 75px !important;
  }
  .pt-160 {
    padding-top: 80px !important;
  }
  .pt-170 {
    padding-top: 85px !important;
  }
  .pt-220 {
    padding-top: 110px !important;
  }
  /*  Padding Bottom */
  .pb-30 {
    padding-bottom: 15px !important;
  }
  .pb-40 {
    padding-bottom: 20px !important;
  }
  .pb-50 {
    padding-bottom: 25px !important;
  }
  .pb-60 {
    padding-bottom: 30px !important;
  }
  .pb-70 {
    padding-bottom: 35px !important;
  }
  .pb-80 {
    padding-bottom: 40px !important;
  }
  .pb-90 {
    padding-bottom: 45px !important;
  }
  .pb-100 {
    padding-bottom: 50px !important;
  }
  .pb-110 {
    padding-bottom: 55px !important;
  }
  .pb-120 {
    padding-bottom: 60px !important;
  }
  .pb-130 {
    padding-bottom: 65px !important;
  }
  .pb-140 {
    padding-bottom: 70px !important;
  }
  .pb-150 {
    padding-bottom: 75px !important;
  }
  .pb-160 {
    padding-bottom: 80px !important;
  }
  .pb-170 {
    padding-bottom: 85px !important;
  }
  .pl-50 {
    padding-right: 25px !important;
  }
  .pb-220 {
    padding-bottom: 110px !important;
  }
}
@media (max-width: 991px) {
  .order-1-md {
    order: 1;
  }
  .order-2-md {
    order: 2;
  }
}

/*-------------------------
   Background & Colors
--------------------------*/
.color-gray {
  color: #f9f9f9 !important;
}

.color-dark {
  color: #222222 !important;
}

.color-primary {
  color: #f98815 !important;
}

.color-primary-hover:hover {
  color: #f98815 !important;
}

a.color-primary:hover {
  color: #171717 !important;
}

.color-secondary {
  color: #171717 !important;
}

a.color-secondary:hover {
  color: #f98815 !important;
}

.color-heading {
  color: #00226c !important;
}

.color-body {
  color: #828599 !important;
}

.color-white {
  color: #ffffff !important;
}

.color-white-hover:hover {
  color: #ffffff !important;
}

a.color-white-hover:hover {
  color: #ffffff !important;
}

.bg-transparent {
  background-color: transparent;
}

.bg-white {
  background-color: #ffffff !important;
}

.bg-gray {
  background-color: #f9f9f9 !important;
}

.bg-dark {
  background-color: #222222 !important;
}

.bg-heading {
  background-color: #00226c !important;
}

.bg-primary {
  background-color: #f98815 !important;
}

.bg-secondary {
  background-color: #171717 !important;
}

.bg-img {
  position: relative;
  z-index: 1;
}

.background-size-auto {
  background-size: auto !important;
}

.bg-parallax {
  background-attachment: fixed;
}

.bg-overlay:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-color: rgba(27, 26, 26, 0.25);
  background: linear-gradient(to top , #000 , #000c);
  background: linear-gradient(to top , #000000f2 , #000000b8);
background: linear-gradient(to top , #000000ad , #0003);
}

.bg-overlay-2:before {
  background-color: rgba(27, 26, 26, 0.15);
}

.bg-overlay-3:before {
  background-color: rgba(27, 26, 26, 0.05);
}

.bg-overlay-gradient:before {
  background-color: transparent;
  opacity: 0.65;
  background-image: linear-gradient(180deg, #010711 0%, rgba(27, 26, 26, 0.65) 34%);
}

.bg-overlay-secondary:before {
  background-color: rgba(0, 38, 120, 0.93);
}

.bg-overlay-primary:before {
  background-color: rgba(33, 205, 173, 0.9);
}

.bg-overlay-primary-gradient:before {
  opacity: 0.95;
  background-color: #f98815;
  background-image: linear-gradient(90deg, rgba(6, 70, 178, 0) 0%, rgba(11, 173, 246, 0) 3%, rgb(33, 205, 173) 80%);
}

.bg-overlay-secondary-gradient:before {
  opacity: 0.95;
  background-color: #171717;
  background-image: linear-gradient(90deg, rgba(37, 55, 69, 0) 0%, rgba(0, 38, 120, 0.04) 3%, rgb(8, 11, 17) 80%);
}

.bg-gray-gradient {
  background-image: linear-gradient(90deg, rgba(6, 70, 178, 0.02) 0%, rgba(232, 238, 240, 0.09) 3%, rgb(8, 11, 17) 80%);
  background: #f9f9f9;
}
/*
.has-pattern-bg:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 377px;
  z-index: 1;
  opacity: 0.2;
  background-repeat: no-repeat;
  background-position: bottom right;
  background-image: url(../images/backgrounds/pattern2.png);
}*/

/*-------------------------
   Typography
--------------------------*/
h1 {
  color: #000;
  
  
  line-height: 1.4;
  margin-bottom: 20px;
}
h2 {
  color: #000;
  
  
  line-height: 1.4;
  margin-bottom: 20px;
}
h3 {
  color: #000;
  
  
  line-height: 1.4;
  margin-bottom: 20px;
}
h4 {
  color: #000;
  
  
  line-height: 1.4;
  margin-bottom: 20px;
}
h5 {
  color: #000;
  
  
  line-height: 1.4;
  margin-bottom: 20px;
}
h6 {
  color: #000;
  
  
  line-height: 1.4;
  margin-bottom: 20px;
}

p {
  line-height: 1.75;
  margin-bottom: 15px;
}

h1 {
  font-size: 52px;
}

h2 {
  font-size: 42px;
}

h3 {
  font-size: 38px;
}

h4 {
  font-size: 32px;
}

h5 {
  font-size: 24px;
}

h6 {
  font-size: 18px;
}

.heading-subtitle {
  font-family: "reg";
  font-size: 16px;
  color: #171717;
  margin-bottom: 12px;
}

.heading-title {
font-size: 22px;
margin-bottom: 20px;
position: relative;
padding-bottom: 15px;
}


.heading-title:before {
/*
  content: "";
  position: absolute;
  right: 50%;
  margin-right: -31px;
  bottom: 0px;
  width: 62px;
  height: 9px;
  background-repeat: no-repeat;
  background-image: url(../images/shape-6.png);*/

content: "";
position: absolute;
right: 50%;
bottom: 0;
width: 70px;
height: 2px;
background: #f98815;
transform: translate(50%);

}

.heading-title:after {
content: "";
position: absolute;
right: 50%;
bottom: 0;
width: 23px;
border: 3px solid #fff;
height: 6px;
background-color: transparent;
bottom: -3px;
transform: translate(50%);
-webkit-animation: footerLine 7s linear infinite;
animation: footerLine 7s linear infinite;
border-top: 0;
border-bottom: 0;
}
/*
.banner-layout2 .heading-title:before,
.banner-layout1 .heading-title:before {
	margin-right: 0;
	right: 0;
}*/





@-webkit-keyframes footerLine {
    0% {
        margin-right: 18px;
    }
    50% {
        margin-right: -18px;
    }
    100% {
        margin-right: 18px;
    }
}
@keyframes footerLine {
    0% {
        margin-right: 18px;
    }
    50% {
        margin-right: -18px;
    }
    100% {
        margin-right: 18px;
    }
}




.text-right.heading-title:before, 
.text-right.heading-title:after {
  right: 0;
  transform: none;
}


.banner-layout2 .text-right.heading-title:after {
border-color: #111;
}


.heading-title .underlined-text {
  border-bottom: 4px solid #f98815;
}

.heading-desc {
  font-size: 16px;
  margin-bottom: 0;
}

.heading-layout2 .heading-title {
  font-size: 22px;
}

.heading-layout3 .heading-title {
  font-size: 50px;
}

.heading-light .heading-subtitle {
  color: #f0f1f4;
}
.heading-light .heading-title {
  color: #ffffff;
}
.heading-light .heading-desc {
  color: #f9f9f9;
}

.text-block-title {
  font-size: 24px;
  margin-bottom: 14px;
}

.text-block-desc {
  font-size: 16px;
}

.text-link {
  font-size: 14px;
  
}
.text-link a:not(.btn) {
  padding-bottom: 2px;
  border-bottom: 2px solid #f98815;
}
.text-link a:not(.btn).color-secondary {
  border-bottom-color: #171717;
}
.text-link:hover a:not(.btn) {
  color: #171717;
  border-bottom-color: #171717;
}
.text-link:hover a:not(.btn).color-secondary {
  color: #f98815;
  border-bottom-color: #f98815;
}

[class*=underlined-text] {
  padding-bottom: 2px;
  border-bottom: 2px solid;
}

.underlined-text {
  border-bottom-color: #f98815;
}

.underlined-text-primary {
  border-bottom-color: #f98815;
}

.underlined-text-secondary {
  border-bottom-color: #171717;
}

.heading-divider {
  height: 4px;
  margin-top: 14px;
  background-color: #171717;
}

@media (min-width: 768px) and (max-width: 991px) {
  .heading-title {
    font-size: 30px;
  }
}
/* Mobile Phones and tablets  */
@media (min-width: 320px) and (max-width: 991px) {
  .heading-title {
    font-size: 20px;
  }
  .heading-desc,
  .heading-subtitle,
  .text-link {
    font-size: 14px;
  }
  .heading-layout2 .heading-title {
    font-size: 22px;
  }
  .text-block-desc {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 10px;
  }
}
/*-------------------------
    page title 
-------------------------*/
.header-transparent + .page-title {
  margin-top: -135px;
}

.pagetitle-subheading {
  padding: 10px 20px;
  border-radius: 10px;
  color: #ffffff;
  background-color: #f98815;
  font-size: 16px;
  
  display: inline-block;
  margin-bottom: 15px;
}

.pagetitle-heading {
  font-size: 75px;
  line-height: 1.1;
  
  margin-bottom: 20px;
}

.pagetitle-desc {
  font-size: 17px;
  
  margin-bottom: 0;
}

.home-nav {
  position: absolute;
  bottom: 0;
  right: 50%;
  transform: translateX(-50%);
  z-index: 3;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 78px;
  height: 78px;
  border-radius: 50%;
  color: #ffffff !important;
  background-color: #171717;
  border: 10px solid #ffffff;
}

[class*=page-title] .breadcrumb-item a {
  
  color: #171717;
}
[class*=page-title] .breadcrumb-item a:hover {
  color: #f98815;
}
[class*=page-title] .breadcrumb-item + .breadcrumb-item::before {
  color: #171717;
}
[class*=page-title] .breadcrumb-item.active {
  color: #828599;
}
[class*=page-title] .btn,
[class*=page-title] .video-btn {
  margin-top: 32px;
}
[class*=page-title] .btn:not(.btn-xl) {
  min-width: 200px;
}
[class*=page-title].bg-overlay:before {
  opacity: 0.25;
  background-color: transparent;
  background-image: linear-gradient(180deg, rgb(0, 34, 108) 0%, rgba(255, 255, 255, 0) 70%);
}
[class*=page-title].bg-overlay:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: -1;
  background-color: rgba(13, 14, 67, 0.15);
}

.page-title-light .pagetitle-heading {
  color: #ffffff;
}

.page-title-light .breadcrumb-item a {
  color: #ffffff;
}

.page-title-light .breadcrumb-item.active {
  color: #ffffff;
}

.page-title-light .breadcrumb-item + .breadcrumb-item::before {
  color: #ffffff;
}
.page-title-light .pagetitle-desc {
  color: #f9f9f9;
}

.page-title-layout1 {
  padding-top: 160px;
}

.page-title-layout2 {
  padding-top: 130px;
}
.page-title-layout2 .pagetitle-desc {
  max-width: 610px;
}
.page-title-layout2 .pagetitle-subheading {
  margin-top: 20px;
}

.page-title-layout3 {
  padding-top: 130px;
}
.page-title-layout3 .breadcrumb-area {
  margin-top: 150px;
  padding: 22px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.25);
}

.page-title-layout3 {
  padding-top: 150px;
  padding-bottom: 100px;
}
.page-title-layout3 .pagetitle-heading {
  font-size: 37px;
  
  line-height: 1.3;
}
.page-title-layout3 .pagetitle-categorey {
  display: inline-block;
  border-radius: 5px;
  padding: 5px 10px;
  margin-bottom: 27px;
  background-color: #f98815;
}
.page-title-layout3 .pagetitle-categorey a {
  position: relative;
  color: #ffffff;
  margin-left: 3px;
  padding-left: 3px;
}
.page-title-layout3 .pagetitle-categorey a:after {
  content: ",";
  position: absolute;
  top: 0;
  left: -2px;
  color: #ffffff;
}
.page-title-layout3 .pagetitle-categorey a:last-child {
  margin-left: 0;
  padding-left: 0;
}
.page-title-layout3 .pagetitle-categorey a:last-child:after {
  display: none;
}
.page-title-layout3 .pagetitle-categorey a:hover {
  color: #171717;
}

.page-title-layout4 .breadcrumb-area {
  padding: 22px 0;
  margin-bottom: 70px;
  border-bottom: 1px solid rgba(130, 133, 153, 0.25);
}

@media (min-width: 992px) and (max-width: 1199px) {
  .pagetitle-heading {
    font-size: 60px;
  }
  .pagetitle-desc {
    font-size: 16px;
  }
}
@media (max-width: 991px) {
  .page-title-layout2 {
    padding-top: 60px;
  }
  .page-title-layout1,
  .page-title-layout3 {
    padding-top: 60px;
    padding-bottom: 90px;
  }
  .pagetitle-heading {
    font-size: 35px;
    line-height: 1.3;
  }
  .pagetitle-desc {
    font-size: 15px;
    font-weight: 400;
  }
}
/* Mobile Phones and tablets */
@media (min-width: 320px) and (max-width: 991px) {
  .pagetitle-desc {
    font-size: 14px;
    margin-bottom: 10px;
  }
  .pagetitle-heading {
    font-size: 30px !important;
    line-height: 1.2;
    margin-bottom: 20px;
  }
}
/*--------------------
   Buttons
---------------------*/
.btn {
  text-transform: capitalize;
  position: relative;
  z-index: 1;
  font-size: 15px;
  
  height: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 0 20px;
  border: 0;
  border-radius: 35px;
min-width: 110px;
  transition: all 0.3s linear;
}
.btn:focus, .btn.active, .btn:active {
  box-shadow: none;
  outline: none;
}
.btn .icon-filled,
.btn .icon-outlined {
  width: 26px;
  height: 26px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-right: 5px;
  transition: all 0.3s linear;
}
.btn:not(.btn-link) span,
.btn:not(.btn-link) i {
  margin: 0 5px;
}

.btn-primary {
  color: #ffffff;
  background-color: #f98815;
}
.btn-primary .icon-outlined {
  color: #171717;
  border: 1px solid #f98815;
  color: #f98815;
  background-color: #ffffff;
}
.btn-primary .icon-filled {
  color: #ffffff;
  background-color: #f98815;
}
.btn-primary:hover {
  color: #ffffff;
}
.btn-primary:hover .icon-outlined {
  color: #171717;
  background-color: #ffffff;
}
.btn-primary:hover .icon-filled {
  color: #ffffff;
  background-color: #171717;
}
.btn-primary.btn-outlined {
  color: #f98815;
  background-color: transparent;
  border: 2px solid #f98815;
}
.btn-primary.btn-outlined:hover {
  color: #ffffff;
  background-color: #f98815;
}
.btn-primary-style2:hover {
  color: #f98815 !important;
  background-color: #ffffff !important;
}
.btn-primary:active {
  color: #ffffff;
  border-color: #171717;
  background-color: #171717;
}
.btn-primary:focus {
  color: #ffffff;
  border-color: #171717;
  background-color: #171717;
}
.btn-primary:not(.btn-outlined):hover {
  color: #ffffff;
  border-color: #171717;
  background-color: #171717;
}

.btn-secondary {
  color: #ffffff;
  background-color: #f98815;
}
.btn-secondary .icon-filled {
  color: #ffffff;
  background-color: #f98815;
}
.btn-secondary .icon-outlined {
  color: #171717;
  border: 1px solid #b2bdd6;
}
.btn-secondary:hover {
  color: #ffffff;
}
.btn-secondary:hover .icon-filled {
  background-color: #171717;
}
.btn-secondary.btn-outlined {
  color: #171717;
  background-color: transparent;
  border: 2px solid #b2bdd6;
}
.btn-secondary.btn-outlined:hover {
  color: #ffffff;
  border-color: #171717;
  background-color: #171717;
}
.btn-secondary:active {
  color: #ffffff;
  border-color: #f98815;
  background-color: #f98815;
}
.btn-secondary:focus {
  color: #ffffff;
  border-color: #f98815;
  background-color: #f98815;
}
.btn-secondary:not(.btn-link):hover {
  color: #ffffff;
  border-color: #f98815;
  background-color: #f98815;
}
.btn-secondary:not(.btn-outlined):hover {
  color: #ffffff;
  border-color: #171717;
  background-color: #171717;
}
.btn-secondary-style2:active {
  color: #171717;
  background-color: #ffffff;
}
.btn-secondary-style2:focus {
  color: #171717;
  background-color: #ffffff;
}
.btn-secondary-style2:not(.btn-outlined):hover {
  color: #171717;
  background-color: #ffffff;
}

.btn-white {
  color: #171717;
  background-color: #ffffff;
}
.btn-white:active {
  color: #171717;
  border-color: #ffffff;
  background-color: #ffffff;
}
.btn-white:focus {
  color: #171717;
  border-color: #ffffff;
  background-color: #ffffff;
}
.btn-white:hover {
  color: #ffffff;
  background-color: #171717;
}
.btn-white.btn-outlined {
  color: #ffffff;
  background-color: transparent;
  border: 2px solid #ffffff;
}
.btn-white.btn-outlined:before {
  border-right-color: #ffffff;
}
.btn-white.btn-outlined:hover {
  color: #f98815;
  background-color: #ffffff;
}
.btn-white-style2 {
  color: #f98815;
  background-color: #ffffff;
}
.btn-white-style2:hover {
  color: #ffffff;
  background-color: #f98815;
}

.btn-light {
  color: #171717;
  background-color: #6d6fb3;
}
.btn-light:active {
  color: #171717;
  border-color: #6d6fb3;
  background-color: #6d6fb3;
}
.btn-light:focus {
  color: #171717;
  border-color: #6d6fb3;
  background-color: #6d6fb3;
}
.btn-light:hover {
  color: #ffffff;
  border-color: #ffffff;
  background-color: #171717;
}
.btn-light.btn-outlined {
  color: #ffffff;
  background-color: transparent;
  border: 2px solid #6d6fb3;
}
.btn-light.btn-outlined:before {
  border-right-color: #6d6fb3;
}
.btn-light.btn-outlined:hover {
  color: #f98815;
  border-color: #ffffff;
  background-color: #ffffff;
}
.btn-light.btn-outlined:hover:before {
  border-right-color: #ffffff;
}

.btn-outlined {
  background-color: transparent;
}

.btn-link {
  min-width: 0;
  height: auto;
  padding: 0;
  text-decoration: none;
  border-color: transparent !important;
  background-color: transparent !important;
}

.btn-link i {
	margin: 0 4px;
}

.btn-link:focus, .btn-link:active {
  background-color: transparent;
}
.btn-link.btn-icon {
  height: auto;
  line-height: 1;
  padding: 0;
}
.btn-link.btn-primary {
  color: #f98815;
}
.btn-link.btn-primary-style2:hover {
  color: #ffffff !important;
}
.btn-link.btn-primary.btn-underlined {
  padding-bottom: 3px;
  border-bottom: 2px solid #f98815;
}
.btn-link.btn-primary:hover {
  color: #171717;
  background-color: transparent;
}
.btn-link.btn-secondary {
  color: #171717;
}
.btn-link.btn-secondary:hover {
  color: #f98815;
}
.btn-link.btn-white {
  color: #ffffff;
}
.btn-link.btn-white .btn-icon-custom {
  color: #171717;
  background-color: #ffffff;
  box-shadow: 0 0 0 10px rgba(240, 241, 244, 0.15);
}
.btn-link.btn-white.btn-underlined {
  padding-bottom: 3px;
  border-bottom: 2px solid #ffffff;
}
.btn-link.btn-white:hover {
  color: #171717;
}
.btn-link.btn-white:hover.btn-underlined {
  border-color: #171717;
}

.btn-block {
  width: 100%;
}

.btn-social {
  height: 54px;
  line-height: 54px;
  width: 54px;
  min-width: 0 !important;
  font-weight: 400;
  color: #ffffff;
  border-radius: 3px;
}

.btn-facebook {
  background-color: #4267b2;
}

.btn-twitter {
  background-color: #1da0f0;
}

.btn-google-plus {
  background-color: #ea4335;
}

.btn-lg {
  min-width: 200px;
}

.btn-xl {
  height: 70px;
  min-width: 250px;
}
.btn-xl i,
.btn-xl span {
  margin: 0 7px;
}

.btn-xhight {
  height: 70px;
  line-height: 68px;
}

.btn-rounded {
  border-radius: 50px;
}

.btn-icon-custom {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  flex: 0 0 48px;
  font-size: 16px;
  border-radius: 50%;
  margin: 10px;
  color: #ffffff;
  background-color: #f98815;
  box-shadow: 0 0 0 10px #f0f1f4;
}

/* Mobile Phones and tablets */
@media (min-width: 320px) and (max-width: 991px) {
  .btn:not(.btn-link) {
    font-size: 13px;
    min-width: 120px;
    height: 55px;
  }
  .btn-icon {
    padding: 0 10px;
  }
  .btn-xl {
    height: 55px;
    min-width: 150px;
  }
}
/*---------------------------
        Forms
----------------------------*/
label {
  
  line-height: 1;
  margin-bottom: 10px;
  color: #171717;
}
label.error {
  color: red;
  font-size: 14px;
  font-weight: 400;
  margin: 7px 0 0 0;
}

.form-group {
  position: relative;
  margin-bottom: 30px;
}

.form-control {
  font-size: 14px;
  height: 60px;
  padding: 0 20px;
  border-radius: 7px;
  background-color: #ffffff;
  border: 1px solid #e6e8eb;
}
.form-control:focus {
  border-color: #f98815;
  background-color: #ffffff;
}
.form-control::-webkit-input-placeholder {
  color: #26365e;
}
.form-control:-moz-placeholder {
  color: #26365e;
}
.form-control::-moz-placeholder {
  color: #26365e;
}
.form-control:-ms-input-placeholder {
  color: #26365e;
}

.custom-control {
  display: flex;
  align-items: center;
}

textarea.form-control {
  min-height: 120px;
  padding-top: 16px;
}

.form-title {
  font-size: 18px;
  line-height: 1;
  margin-bottom: 20px;
}

.custom-checkbox {
  position: relative;
}
.custom-checkbox input[type=checkbox],
.custom-checkbox input[type=radio] {
  display: none;
}

.checkbox-controls .custom-checkbox {
  margin-left: 27px;
  margin-bottom: 20px;
}
.checkbox-controls .custom-checkbox label {
  color: #828599;
}

/* Input Radio */
.label-radio {
  display: block;
  position: relative;
  padding-right: 26px;
  margin-bottom: 0;
  cursor: pointer;
  font-size: 13px;
  font-weight: 400;
  color: #828599;
}

.label-radio input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}

.radio-indicator {
  position: absolute;
  top: -1px;
  right: 0;
  height: 17px;
  width: 17px;
  background: transparent;
  border: 2px solid #eaeaea;
  border-radius: 50%;
}

.label-radio input:checked ~ .radio-indicator {
  background: transparent;
}

.label-radio:hover input:not([disabled]):checked ~ .radio-indicator,
.label-radio input:checked:focus ~ .radio-indicator {
  background: transparent;
}

.radio-indicator:after {
  content: "";
  position: absolute;
  display: none;
  right: 3px;
  top: 3px;
  height: 7px;
  width: 7px;
  border-radius: 50%;
  background: #f98815;
}

.label-radio input:checked ~ .radio-indicator:after {
  display: block;
}

.custom-control-label {
  font-weight: 400;
  margin-bottom: 0;
  padding-right: 27px;
}
.custom-control-label:before {
  content: "";
  position: absolute;
  top: -2px;
  right: 0;
  width: 17px;
  height: 17px;
  border-radius: 3px;
  pointer-events: none;
  border: 2px solid #e7ebef;
  transition: all 0.3s ease-in-out;
}
.custom-control-label:after {
  font-family: "icomoon";
  content: "\e93e";
  position: absolute;
  top: 3px;
  right: 4px;
  font-size: 6px;
  color: #f98815;
  transform: scale(0);
  transition: all 0.3s ease-in-out;
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  transform: scale(1);
}

.custom-control-input:not(:disabled):active ~ .custom-control-label::before {
  border-color: transparent;
}

.custom-control-input:checked ~ .custom-control-label::before {
  border-color: #f98815 !important;
}

.custom-control-input:focus ~ .custom-control-label::before {
  box-shadow: none;
}

input[type=checkbox],
input[type=radio] {
  box-shadow: none !important;
}

.nice-select {
  width: 100%;
  height: 60px;
  line-height: 60px;
  border-radius: 7px;
  margin-bottom: 30px;
}
.nice-select .list {
  width: 100%;
}
.nice-select .current {
  color: #828599;
}
.nice-select .option {
  color: #828599;
}

.form-group-date .form-group-icon {
  position: absolute;
  top: 53%;
  right: 20px;
  display: flex;
  align-items: center;
  pointer-events: none;
}
.form-group-date .form-control[type=date]::-webkit-inner-spin-button, .form-group-date .form-control[type=date]::-webkit-calendar-picker-indicator,
.form-group-date .form-control[type=time]::-webkit-inner-spin-button,
.form-group-date .form-control[type=time]::-webkit-calendar-picker-indicator {
  display: block;
  width: 100%;
  height: 100%;
  margin: 0;
}

::-webkit-inner-spin-button,
::-webkit-calendar-picker-indicator {
  opacity: 0;
}

/* Extra Small Devices */
@media (min-width: 320px) and (max-width: 991px) {
  .form-group,
  .nice-select {
    margin-bottom: 20px;
  }
}
/*--------------------
    Tabs
--------------------*/
.nav-tabs {
  border-bottom: none;
}
.nav-tabs .nav-link {
  display: block;
  position: relative;
  padding: 0 0 10px;
  margin: 0 30px 0 0;
  text-transform: capitalize;
  
  line-height: 1;
  font-size: 16px;
  color: #171717;
  border: 0;
}
.nav-tabs .nav-link:last-of-type {
  margin-left: 0;
}
.nav-tabs .nav-link:after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 3px;
  background-color: #f98815;
  transform: scale3d(0, 1, 1);
  transform-origin: 100% 50%;
  transition: transform 2s cubic-bezier(0.2, 1, 0.3, 1);
}
.nav-tabs .nav-link.active {
  color: #f98815;
}
.nav-tabs .nav-link:hover {
  color: #f98815;
}
.nav-tabs .nav-link.active:after, .nav-tabs .nav-link:hover:after {
  transform: scale3d(1, 1, 1);
  transform-origin: 0 50%;
}

.nav-tabs-white .nav-link {
  color: #ffffff;
}
.nav-tabs-white .nav-link.active {
  color: #ffffff;
}
.nav-tabs-white .nav-link:hover {
  color: #ffffff;
}
.nav-tabs-white .nav-link:after {
  background-color: #ffffff;
}

/* Mobile Phones and tablets */
@media (min-width: 320px) and (max-width: 991px) {
  .nav-tabs .nav-link {
    font-size: 13px;
    margin: 0 15px 0 0;
  }
  .nav-tabs .nav-link:after {
    bottom: 4px;
  }
}
/*------------------- 
    Icons & clip paths
------------------*/
.social-icons {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.social-icons li {
  margin-left: 10px;
}
.social-icons li a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  box-shadow: 0 0 0 2px #dfdfea inset;
  transition: all 0.4s linear;
}
.social-icons li a i {
  font-size: 23px;
  color: #171717;
  transition: all 0.4s linear;
}
.social-icons li a:hover {
  background-color: #f98815;
  box-shadow: 0 0 0 2px #f98815 inset;
}
.social-icons li a:hover i {
  color: #ffffff;
}
.social-icons li:last-of-type {
  margin-left: 0;
}

.icon-arrow-right,
.icon-arrow-left {
  font-size: 65%;
}

.plus-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  font-size: 22px;
  
  margin-left: 3px;
  font-style: normal;
  color: #ffffff;
  background-color: #f98815;
  transition: all 0.3s linear;
}

.rating .active {
  color: #f4572e;
}

.curve-top-shape {
  position: absolute;
  right: 0;
  left: 0;
  bottom: -1px;
  transform: rotate(180deg);
}
.curve-top-shape .curve-svg {
  height: 48px;
  width: 100%;
}
.curve-top-shape .curve-path {
  fill: #ffffff;
  transform-origin: center;
  transform: rotateY(0);
}

.hexagon-clippath {
  -webkit-clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
          clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
}

.hexagon-clippath2 {
  -webkit-clip-path: polygon(10% 0, 90% 0, 100% 50%, 90% 100%, 10% 100%, 0% 50%);
          clip-path: polygon(10% 0, 90% 0, 100% 50%, 90% 100%, 10% 100%, 0% 50%);
}

.octagon-clippath {
  -webkit-clip-path: polygon(50% 0, 100% 25%, 100% 75%, 50% 100%, 0 75%, 0 25%);
          clip-path: polygon(50% 0, 100% 25%, 100% 75%, 50% 100%, 0 75%, 0 25%);
}

.cms-octagon-clippath {
  filter: url(style.css);
}

/*-------------------------
    Breadcrumb
--------------------------*/
.breadcrumb {
  padding: 0;
  background-color: transparent;
}

.breadcrumb-item {
  position: relative;
  font-size: 14px;
}

.breadcrumb-item + .breadcrumb-item::before {
  font-family: "Font Awesome 5 Pro";
  
  content: "\f105";
}

/* Mobile Phones and tablets */
@media (min-width: 320px) and (max-width: 991px) {
  .breadcrumb-item a,
  .breadcrumb-item + .breadcrumb-item {
    font-size: 12px;
  }
}
/*----------------------
    Pagination
-----------------------*/
.pagination li {
  margin-left: 10px;
}
.pagination li:last-child {
  margin-left: 0;
}
.pagination li a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  
  width: 58px;
  height: 58px;
  border-radius: 5px;
  color: #171717;
  border: 2px solid #b2bdd6;
  background-color: #ffffff;
  transition: all 0.3s linear;
}
.pagination li a:hover {
  color: #ffffff;
  border-color: #171717;
  background-color: #171717;
}
.pagination li a.current {
  color: #ffffff;
  border-color: #171717;
  background-color: #171717;
}

/* Mobile Phones and tablets */
@media (min-width: 320px) and (max-width: 991px) {
  .pagination li a {
    font-size: 16px;
    width: 35px;
    height: 35px;
  }
}
/*-------------------
    lists
-------------------*/
.contact-list li {
  font-size: 14px;
  margin-bottom: 5px;
}
.contact-list li:last-child {
  margin-bottom: 0;
}
.contact-list li a {
  color: #828599;
}

.list-items li {
  position: relative;
  padding-right: 27px;
  
  margin-bottom: 9px;
}
.list-items li:before {
  content: "\f00c";
  font-family: "Font Awesome 5 Pro";
  
  position: absolute;
  top: 0;
  right: 0;
  font-size: 9px;
  width: 22px;
  height: 22px;
  line-height: 22px;
  text-align: center;
  border-radius: 50%;
  color: #f98815;
}
.list-items li:last-of-type {
  margin-bottom: 0;
}

.list-horizontal {
  display: flex;
  flex-wrap: wrap;
}
.list-horizontal li {
  flex: 0 0 50%;
  max-width: 50%;
}

@media (max-width: 992px) {
  .list-horizontal {
    flex-direction: column;
  }
  .list-horizontal li {
    flex: 0 0 100% !important;
    max-width: 100% !important;
  }
}
/* Extra Small Devices */
@media (min-width: 320px) and (max-width: 991px) {
  .list-items li {
    font-size: 14px;
  }
  .list-horizontal li {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
/*------------------------
    Animations
-----------------------*/
@keyframes ripple {
  70% {
    box-shadow: 0 0 0 50px rgba(255, 255, 255, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}
@keyframes spinner {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes slideTopDown {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-6px);
  }
}
@keyframes headerAnimation {
  0% {
    opacity: 0;
    transform: translateY(-100%);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes zoomOut {
  50% {
    transform: scale(1.1);
  }
}
/*------------------------
    Alerts
--------------------------*/
.alert-primary {
  padding: 30px;
  border-radius: 15px;
  color: #171717;
  border-color: transparent;
  background-color: #e0f8f4;
}
.alert-primary .alert-title {
  font-size: 19px;
}

.alert-info {
  padding: 27px;
  color: #828599;
  border-color: #eef7ff;
  background-color: #eef7ff;
}

/*----------------------
    Carousel
-----------------------*/
.slick-list {
  margin: 0 -10px;
}

.slick-slide {
  margin: 0 10px;
}

.m-slides-0 .slick-list {
  margin: 0;
}
.m-slides-0 .slick-slide {
  margin: 0;
}

.slick-arrow {
  position: absolute;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 3;
  width: 60px;
  height: 60px;
  font-size: 0;
  border-radius: 50%;
  transition: all 0.3s linear;
  transform: translateY(-50%);
}
.slick-arrow:before {
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "icomoon";
  font-size: 16px;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  color: #ffffff;
  background-color: #f98815;
  transition: all 0.3s linear;
}
.slick-arrow:hover {
  box-shadow: 0 0 0 2px #dfdfea inset;
}
.slick-arrow:hover:before {
  background-color: #171717;
}
.slick-arrow.slick-next {
  left: 0;
}
.slick-arrow.slick-next:before {
  content: "\e94a";
}
.slick-arrow.slick-prev {
  right: 0;
}
.slick-arrow.slick-prev:before {
  content: "\e940";
}

.slick-dots {
  list-style: none;
  position: relative;
  z-index: 2;
  padding: 0;
  text-align: center;
  margin-bottom: 0;
}
.slick-dots li {
  display: inline-flex;
  position: relative;
  width: 20px;
  height: 8px;
  margin: 0 4px;
  transition: all 0.3s linear;
}
.slick-dots li button {
  display: block;
  font-size: 0;
  width: 20px;
  height: 8px;
  padding: 0;
  border-radius: 3px;
  background-color: #171717;
  transition: all 0.2s linear;
}
.slick-dots li.slick-active {
  width: 40px;
}
.slick-dots li.slick-active button {
  width: 40px;
  background-color: #f98815;
}

.carousel-dots-light .slick-dots li:not(.slick-active) button {
  background-color: #ffffff;
}

/*----------------------
    Pre Loader
-----------------------*/
.preloader {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 5000;
  background-color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
}
.preloader .loading {
  position: relative;
  width: 80px;
  height: 80px;
}
.preloader .loading span {
  position: absolute;
  width: 64px;
  height: 64px;
  border: 5px solid #f98815;
  border-radius: 50%;
  animation: rotating 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  border-color: #f98815 transparent transparent transparent;
}
.preloader .loading span:nth-child(1) {
  animation-delay: -0.45s;
}
.preloader .loading span:nth-child(2) {
  animation-delay: -0.3s;
}
.preloader .loading span:nth-child(3) {
  animation-delay: -0.15s;
}

/* Rotating Animation */
@keyframes rotating {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/*----------------------------
      Navbar & Header
-----------------------------*/
.header {
  position: relative;
  z-index: 1000;
}

/* Navbar */
.navbar {
  padding: 0;

  max-height: 100px;
  background-color: #ffffff;
  /*  dropdown-menu  */
}
.navbar > .container,
.navbar > .container-fluid {
  position: relative;

}
.navbar .navbar-brand {
  padding: 0;
  margin: 0;
  padding: 5px 0;

}

.navbar .navbar-brand img {
width: 80px;
margin-top: -50px;
}

.navbar .logo-light {
  display: none;
}
.navbar .navbar-toggler {
  padding: 0;
  border: none;
  border-radius: 0;
  width: 23px;
  position: relative;
}
.navbar .navbar-toggler .menu-lines {
  display: inline-block;
}
.navbar .navbar-toggler .menu-lines:before {
  content: "";
  position: absolute;
  right: 0;
  width: 23px;
  height: 1px;
  display: inline-block;
  background-color: #171717;
  transition: 0.3s ease;
}
.navbar .navbar-toggler .menu-lines:after {
  content: "";
  position: absolute;
  right: 0;
  width: 23px;
  height: 1px;
  display: inline-block;
  background-color: #171717;
  transition: 0.3s ease;
}
.navbar .navbar-toggler .menu-lines:before {
  top: 0;
}
.navbar .navbar-toggler .menu-lines:after {
  top: 12px;
}
.navbar .navbar-toggler .menu-lines span {
  position: absolute;
  top: 6px;
  right: 0;
  width: 18px;
  height: 1px;
  background-color: #171717;
}
.navbar .navbar-toggler.actived .menu-lines > span {
  opacity: 0;
}
.navbar .navbar-toggler.actived .menu-lines:before {
  top: 0;
  transform: rotate(-45deg);
}
.navbar .navbar-toggler.actived .menu-lines:after {
  top: 0;
  transform: rotate(45deg);
}
.navbar .nav-item {
  position: relative;
  margin-left: 25px;
}
.navbar .nav-item .nav-item-link {
  font-size: 15px;
font-family: "med";
    font-family: "med";
  text-transform: capitalize;
  display: block;
  position: relative;
  color: #222;

  letter-spacing: 0.4px;

}

.navbar-nav > li > a {
	padding: 32px 0 32px 0;
}

.navbar-nav > li.has-dropdown > a {
	padding: 32px 0 32px 15px;
}

.navbar .nav-item .nav-item-link.active {
  color: #f98815;
}
.navbar .nav-item .nav-item-link:hover {
  color: #f98815;
}
.navbar .nav-item .nav-item-link.active:before, .navbar .nav-item .nav-item-link:hover:before {
  width: 100%;
}
.navbar .nav-item:last-child {
  margin-left: 0;
}
.navbar .dropdown-toggle:after {
  content: "\f107";
  font-family: "Font Awesome 5 Pro";
  
  border: none;
  vertical-align: middle;
  margin-right: 0;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.navbar .dropdown-menu {
  border-radius: 0;
  border: none;
  margin: 0;
  background-color: #ffffff;
  box-shadow: 0px 5px 83px 0px rgba(13, 14, 67, 0.12);
}
.navbar .dropdown-menu.mega-dropdown-menu {
  padding: 0;
}
.navbar .dropdown-menu.mega-dropdown-menu .nav-block {
  padding: 15px;
}
.navbar .dropdown-menu.mega-dropdown-menu .nav-block-featured {
  padding: 45px 50px 40px;
}
.navbar .dropdown-menu.mega-dropdown-menu .nav-block-featured > .nav {
  justify-content: space-between;
}
.navbar .dropdown-menu.mega-dropdown-menu .nav-block-featured .nav-title {
  font-size: 24px;
}
.navbar .dropdown-menu.mega-dropdown-menu .nav-block-featured .nav-desc {
  font-size: 14px;
}
.navbar .dropdown-menu.mega-dropdown-menu .nav-block-featured .nav-item {
  flex: 0 0 50%;
  max-width: 50%;
  margin-bottom: 10px;
}
.navbar .dropdown-menu.mega-dropdown-menu .nav-block-featured .nav-item .nav-item-link {
  color: #ffffff;
  display: flex;
  align-items: center;
  
  line-height: 55px !important;
  margin-left: 15px;
}
.navbar .dropdown-menu.mega-dropdown-menu .nav-block-featured .nav-item .nav-item-link:before {
  background-color: #dfdfea;
}
.navbar .dropdown-menu.mega-dropdown-menu .nav-block-featured .nav-item .nav-item-link:hover {
  color: #171717;
}
.navbar .dropdown-menu.mega-dropdown-menu .nav-block-featured .nav-item .nav-item-link:hover [class*=icon-] {
  background-color: #171717;
}
.navbar .dropdown-menu.mega-dropdown-menu .nav-block-featured .nav-item [class*=icon-] {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 26px;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  margin-left: 10px;
  color: #f98815;
  background-color: #ffffff;
  transition: 0.3s ease;
}
.navbar .dropdown-menu.mega-dropdown-menu .nav-block-featured .nav-block-inner {
  padding: 47px 50px 35px;
  border-radius: 10px;
  background-color: #f98815;
}
.navbar .dropdown-menu .nav-item {
  padding: 0 15px;
  margin-left: 0;
}
.navbar .dropdown-menu .nav-item > .nav-item-link {
  font-size: 13px;
  color: #333;
  text-transform: capitalize;

  line-height: 40px !important;
  white-space: nowrap;
  position: relative;
  padding-left: 0;
  font-family: "reg";    font-family: "med";
  border-bottom: 1px solid #dfdfea;text-align: right;
}/*
.navbar .dropdown-menu .nav-item > .nav-item-link:before {
  content: "";
  position: absolute;
  top: auto;
  bottom: -1px;
  right: 0;
  width: 0;
  height: 1px;
  background-color: #f98815;
  transition: 0.5s ease;
}*/
.navbar .dropdown-menu .nav-item > .nav-item-link:hover {
  color: #f98815;
}/*
.navbar .dropdown-menu .nav-item > .nav-item-link:hover:before {
  width: 100%;
}*/
.navbar .dropdown-menu .nav-item:last-child {
  margin-left: 0;
}
.navbar .dropdown-menu .nav-item:last-child > .nav-item-link {
  border-bottom: 0;
}
.navbar .dropdown-menu .nav-item:last-child > .nav-item-link:before {
  display: none;
}
.navbar .dropdown-menu .dropdown-toggle:after {
  left: 0;
}
.navbar .dropdown-menu .nav-title {
  font-size: 18px;
  margin-bottom: 8px;
}

/* navbar-actions */
.navbar-actions > li {
  margin-right: 20px;
}
.navbar-actions > li:last-child {
  margin-left: 0;
}

.action-btn {
  color: #171717;
}

.lang-dropdown .dropdown-item {
  font-size: 14px;
  padding: 0.25rem 1rem;
}
.lang-dropdown .lang-dropdown-toggle {
  font-size: 14px;
  height: 40px;
  
  display: flex;
  align-items: center;
  padding-left: 15px;
  color: #ffffff;
}
.lang-dropdown .lang-dropdown-toggle:after {
  font-family: "Font Awesome 5 Pro";
  
  content: "\f107";
  border: 0;
  display: block !important;
}
.lang-dropdown .lang-dropdown-toggle i {
  font-size: 30px;
  margin-left: 7px;
}
.lang-dropdown .dropdown-menu {
  min-width: 100px !important;
  padding: 0.6rem 0 !important;
}
.lang-dropdown .dropdown-menu .dropdown-item {
  color: #828599;
}
.lang-dropdown .dropdown-menu .dropdown-item:focus {
  background-color: transparent;
  color: #f98815;
}
.lang-dropdown .dropdown-menu .dropdown-item:hover {
  background-color: transparent;
  color: #f98815;
}
.lang-dropdown .dropdown-menu .dropdown-item.active, .lang-dropdown .dropdown-menu .dropdown-item:active {
  background-color: transparent;
}

/* header topbar */
.header-topbar {
  display: flex;
  align-items: center;

}

.header-topbar .header-topbar-inner {
background: linear-gradient(to top , #212121 , #444);
padding: 10px 20px;
max-width: 85%;
margin-right: auto;
border-radius: 0 0 25px 25px;
}

.header-topbar .header-topbar-links li {
  margin-left: 20px;
}
.header-topbar .header-topbar-links li a {
  font-size: 13px;
  color: #ffffff;
}
.header-topbar .header-topbar-links li a:hover {
  color: #f98815;
}
.header-topbar .contact-list li {
  position: relative;
  display: flex;
  align-items: center;
  font-size: 12px;
  margin-left: 20px;
  margin-bottom: 0;
}
.header-topbar .contact-list li a:not(.btn) {
  color: #f4f4f4;
}
.header-topbar .contact-list li a:not(.btn):hover {
  color: #ffffff;
}
.header-topbar .contact-list li > i {
  font-size: 16px;
  color: #f98815;
  margin-left: 8px;
}
.header-topbar .contact-list li:last-child {
  margin-left: 0;
}
.header-topbar .social-icons li a {
  width: 34px;
  height: 34px;
}
.header-topbar .social-icons li a .social-icon {
  font-size: 20px;
  color: #ffffff;
}
.header-topbar .header-topbar-search {
  position: relative;
}
.header-topbar .header-topbar-search .form-control {
  height: 30px;
  border: 0;
  border-radius: 0;
  color: #ffffff;
  border: 2px solid;
  background-color: transparent;
  border-color: transparent transparent transparent rgba(255, 255, 255, 0.15);
}
.header-topbar .header-topbar-search .form-control:focus {
  border-color: rgba(255, 255, 255, 0.15) !important;
}
.header-topbar .header-topbar-search .form-control::-webkit-input-placeholder {
  color: #f9f9f9;
  font-style: italic;
  font-size: 13px;
}
.header-topbar .header-topbar-search .form-control:-moz-placeholder {
  color: #f9f9f9;
  font-style: italic;
  font-size: 13px;
}
.header-topbar .header-topbar-search .form-control::-moz-placeholder {
  color: #f9f9f9;
  font-style: italic;
  font-size: 13px;
}
.header-topbar .header-topbar-search .form-control:-ms-input-placeholder {
  color: #f9f9f9;
  font-style: italic;
  font-size: 13px;
}
.header-topbar .header-topbar-search .header-topbar-search-btn {
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
  color: #ffffff;
}
.header-topbar .lang-dropdown .lang-dropdown-toggle {
  padding: 0 10px;
}
.header-topbar .lang-dropdown .lang-dropdown-toggle img {
  margin-left: 7px;
}
.header-topbar .action-btn {
  color: #ffffff !important;
}

.topbar-nav li {
  margin-left: 15px;
}
.topbar-nav li a {
  font-size: 13px;
  color: #ffffff;
}
.topbar-nav li a:hover {
  color: #171717;
}
.topbar-nav li:last-child {
  margin-left: 0;
}

.header {
  box-shadow: 0px 5px 83px 0px rgba(9, 29, 62, 0.1);
}
.header .promo-text a {
  color: #f98815 !important;
}
.header .promo-text a:hover {
  color: #ffffff !important;
}

.header-layout3 .promo-text {
  font-size: 13px;
}

/* sticky-navbar */
.is-sticky {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 1040;
  border-bottom: 0 !important;
  height: 80px !important;
  max-height: 80px !important;
  background-color: #ffffff !important;
  box-shadow: 0 3px 4px rgba(0, 0, 0, 0.07);
  animation: headerAnimation 0.8s;
}
.is-sticky > .container,
.is-sticky > .container-fluid {
  position: relative;

}
.is-sticky .navbar-nav > li > a {
  padding: 29px 0 29px 0;
}

.is-sticky .navbar-nav > li.has-dropdown > a {
  padding-left: 15px;
}

.is-sticky.navbar .navbar-brand img {
margin: 0;
width: 55px;
}

.is-sticky .miniPopup-departments-trigger {

}
.is-sticky .navbar-brand {

}
.is-sticky .header-top-right {
  display: none !important;
}
.is-sticky .nav-item .nav-item-link {

}
.is-sticky .logo-light {
  display: none;
}
.is-sticky .logo-dark {
  display: inline-block;
}
.is-sticky .navbar-nav {
  margin-top: 0 !important;
}

/* miniPopup */
.miniPopup {
  position: absolute;
  top: 100%;
  right: 0;
  z-index: 150;
  opacity: 0;
  visibility: hidden;
  width: 310px;
  padding: 40px;
  border-radius: 0 0 6px 6px;
  background-color: #ffffff;
  box-shadow: 0px 5px 83px 0px rgba(9, 29, 62, 0.15);
  transition: 0.3s ease;
  transform: translateY(20px);
}
.miniPopup.active {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.miniPopup-language-trigger {
  position: relative;
  z-index: 151;
  height: 46px;
  border-radius: 0;
  color: #fff;
  margin-top: 0;
  transition: 0.3s ease;
  display: block;
}


.miniPopup-language-trigger2 {
  position: relative;
  z-index: 151;
  height: 46px;
  border-radius: 0;
  color: #fff;
  margin-top: 0;
  transition: 0.3s ease;
  display: block;
}
.miniPopup-language-trigger2 .btn-shape {
  position: absolute;
  width: 38px;
  height: 100%;
  top: 0;
  left: -15px;
  z-index: -1;
  -webkit-clip-path: url(style.css);
          clip-path: url(style.css);
  background-color: #fff;
  transition: 0.3s ease;

}
.miniPopup-language-trigger2.shape-right {
  margin: 14px 40px 0 0;
  padding: 10px 0 10px 20px;
  border-radius: 10px 0 0 0;
}
.miniPopup-language-trigger2.shape-right .btn-shape {
  left: auto;
  right: -37px;
  -webkit-clip-path: url(style.css);
          clip-path: url(style.css);
}



.miniPopup-language-area2 {
  position: relative;
  margin-left: 50px;
}

.miniPopup-language-area2:after {
content: "";
position: absolute;
left: 22px;
width: 30px;
display: inline-block;
background-color: #fff;
transition: 0.3s ease;
z-index: 1;
top: 0;
bottom: 0;	
}







/*
.miniPopup-language-trigger:after {
content: "\f078";
font-family: "Font Awesome 5 Pro";
font-weight: 300;
font-size: 10px;
position: absolute;
top: 15px;
left: 11px;
}*/
.miniPopup-language-trigger.active:after {
  content: "\f077";
}
.miniPopup-language-trigger .btn-shape {
  position: absolute;
  width: 38px;
  height: 100%;
  top: 0;
  right: -15px;
  z-index: -1;
  -webkit-clip-path: url(style.css);
          clip-path: url(style.css);
  background-color: #fff;
  transition: 0.3s ease;  transform: rotatey(180deg);
}
.miniPopup-language-trigger.shape-right {
  margin: 14px 40px 0 0;
  padding: 10px 0 10px 20px;
  border-radius: 10px 0 0 0;
}
.miniPopup-language-trigger.shape-right .btn-shape {
  right: auto;
  left: -37px;
  -webkit-clip-path: url(style.css);
          clip-path: url(style.css);
}

.miniPopup-language-area {
  position: relative;
  margin-right: 50px;
}

.miniPopup-language-area:after {
content: "";
position: absolute;
right: 22px;
width: 30px;
display: inline-block;
background-color: #fff;
transition: 0.3s ease;
z-index: 1;
top: 0;
bottom: 0;	
}


.miniPopup-language-area:hover .miniPopup-language-trigger {
  color: #ffffff;
  background-color: #f98815;
}
.miniPopup-language-area:hover .miniPopup-language-trigger .btn-shape {
  background-color: #f98815;
}
.miniPopup-language-area:hover .miniPopup-language {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.miniPopup-language {
  width: 176px;
  padding: 5px;
}
.miniPopup-language li {
  padding: 10px 8px;
}

.miniPopup-departments-trigger {
  position: relative;
  display: flex;
  align-items: center;
  font-size: 15px;
  
  height: 100px;
  color: #171717;
  transition: 0.3s ease;
}
.miniPopup-departments-trigger .menu-lines {
  position: relative;
  width: 25px;
  height: 14px;
  margin-left: 15px;
}
.miniPopup-departments-trigger .menu-lines span {
  position: absolute;
  top: 50%;
  left: 0;
  width: 20px;
  height: 2px;
  transform: translateY(-50%);
  background-color: #171717;
  transition: 0.3s ease;
}
.miniPopup-departments-trigger .menu-lines:before {
  content: "";
  position: absolute;
  left: 0;
  width: 14px;
  height: 2px;
  display: inline-block;
  background-color: #171717;
  transition: 0.3s ease;
}
.miniPopup-departments-trigger .menu-lines:after {
  content: "";
  position: absolute;
  left: 0;
  width: 14px;
  height: 2px;
  display: inline-block;
  background-color: #171717;
  transition: 0.3s ease;
}
.miniPopup-departments-trigger .menu-lines:before {
  top: 0;
}
.miniPopup-departments-trigger .menu-lines:after {
  bottom: 0;
}
.miniPopup-departments-trigger .menu-lines.active {
  color: #f98815;
}
.miniPopup-departments-trigger .menu-lines.active span {
  opacity: 0;
}
.miniPopup-departments-trigger .menu-lines.active:before {
  top: 7px;
  background-color: #f98815;
}
.miniPopup-departments-trigger .menu-lines.active:after {
  top: 7px;
  background-color: #f98815;
}
.miniPopup-departments-trigger .menu-lines.active:before {
  transform: rotate(-45deg);
}
.miniPopup-departments-trigger .menu-lines.active:after {
  transform: rotate(45deg);
}
.miniPopup-departments-trigger a {
  color: #171717;
}
.miniPopup-departments-trigger a:hover {
  color: #f98815;
}

/* miniPopup-departments */
.miniPopup-departments.dropdown-menu {
  top: 100%;
  display: block;
  min-width: 220px;
  width: 220px;
  box-shadow: 0px 5px 83px 0px rgba(9, 29, 62, 0.15) !important;
}

/* cart-minipopup */
.cart-minipopup {
  width: 310px;
  padding: 40px;
  position: absolute;
  top: 100%;
  right: 0;
  z-index: 1055;
  visibility: hidden;
  opacity: 0;
  border-radius: 0 0 8px 8px;
  background-color: #ffffff;
  box-shadow: 0px 5px 83px 0px rgba(40, 40, 40, 0.05);
  transition: 0.4s ease;
  transform: translateY(10px);
}
.cart-minipopup.active {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.cart-minipopup .cart-item {
  position: relative;
  display: flex;
  margin-bottom: 20px;
}
.cart-minipopup .cart-item .cart-img {
  width: 50px;
  height: 50px;
  overflow: hidden;
  border-radius: 3px;
  margin-left: 15px;
}
.cart-minipopup .cart-item .cart-content {
  flex: 1;
  padding-left: 22px;
}
.cart-minipopup .cart-item .cart-title {
  display: block;
  color: #171717;
  
  font-size: 16px;
  
  margin-bottom: 4px;
}
.cart-minipopup .cart-item .cart-price {
  color: #f98815;
  font-size: 15px;
  
  line-height: 1;
}
.cart-minipopup .cart-item .cart-delete {
  width: 20px;
  height: 20px;
  line-height: 20px;
  border-radius: 50%;
  color: #ffffff;
  background-color: #171717;
  text-align: center;
  cursor: pointer;
  display: inline-block;
  font-style: normal;
  position: absolute;
  top: 0;
  left: 0;
  transition: 0.4s ease;
}
.cart-minipopup .cart-item .cart-delete:hover {
  background-color: #f98815;
}
.cart-minipopup .cart-total {
  
  font-size: 19px;
  line-height: 1;
  margin-bottom: 20px;
}
.cart-minipopup .cart-action .btn {
  min-width: 105px;
  height: 40px;
  line-height: 40px;
}

.action-btn-cart {
  position: relative;
  font-size: 18px;
  color: #171717;
}

.cart-counter {
  position: absolute;
  top: -10px;
  left: -10px;
  width: 19px;
  height: 19px;
  line-height: 19px;
  z-index: 3;
  font-size: 12px;
  text-align: center;
  border-radius: 50%;
  color: #ffffff;
  background-color: #f98815;
}

/* search-popup */
.search-popup {
  position: fixed;
  z-index: 2300;
  top: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  background-color: #ffffff;
  transform: scale(0.7);
  transition: all 0.5s ease-in-out;
}
.search-popup.active {
  opacity: 1;
  visibility: visible;
  transform: scale(1);
}
.search-popup.active .search-popup-form {
  transform: translateY(-50%) scaleX(1);
}
.search-popup.inActive {
  opacity: 0;
  transition-delay: 0.5s;
  transform: scale(1);
}
.search-popup.inActive .search-popup-form {
  transition-delay: 0s;
  transform: translateY(-50%) scaleX(0);
}
.search-popup .search-popup-close {
  position: absolute;
  top: 50px;
  left: 50px;
  cursor: pointer;
  font-style: normal;
  width: 100px;
  height: 100px;
  line-height: 100px;
  text-align: center;
  border-radius: 3px;
  color: #ffffff;
  background-color: #f98815;
  transition: all 0.2s linear;
}
.search-popup .search-popup-close:hover {
  background-color: #171717;
}
.search-popup .search-popup-form {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  width: 100%;
  max-width: 550px;
  margin: -40px auto 0;
  transition-delay: 0.5s;
  transition: all 0.5s ease-in-out;
  transform: translateY(-50%) scaleX(0);
}
.search-popup .search-popup-btn {
  position: absolute;
  top: 0;
  right: 0;
  line-height: 80px;
  text-align: center;
  font-size: 28px;
  cursor: pointer;
  color: #171717;
  transition: 0.3s ease;
}
.search-popup .search-popup-btn:hover {
  color: #f98815;
}
.search-popup .search-popup-form-input {
  
  font-weight: 300;
  font-size: 35px;
  z-index: 1;
  width: 100%;
  height: 80px;
  border: none;
  padding: 0 0 0 40px;
  color: #828599;
  background: transparent;
  border-bottom: 2px solid #e7ebef;
  transition: all 0.3s ease;
}
.search-popup .search-popup-form-input::-webkit-input-placeholder {
  color: #828599;
}
.search-popup .search-popup-form-input:-moz-placeholder {
  color: #828599;
}
.search-popup .search-popup-form-input::-moz-placeholder {
  color: #828599;
}
.search-popup .search-popup-form-input:-ms-input-placeholder {
  color: #828599;
}

.btn-contact {
  height: 50px;
  min-width: 150px;
}
.btn-contact:hover {
  border-color: #171717 !important;
  background-color: #171717 !important;
}
.btn-contact.btn-secondary:not(.btn-outlined):hover {
  background-color: #f98815 !important;
}

.contact-phone .contact-icon {
  width: 61px;
  height: 61px;
  font-size: 17px;
  border-radius: 50%;
  padding: 7px;
  margin-left: 6px;
  /*box-shadow: 0 0 0 2px #b2bdd6;*/
}

.contact-phone span {
	    font-family: "med";
}

.contact-phone .contact-icon .icone {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 47px;
  height: 47px;
  border-radius: 50%;
  color: #ffffff;
  background-color: #25d366;
}
.contact-phone .phone-link {
  font-size: 15px;
  
  white-space: nowrap;
  color: #171717;
}
.contact-phone .phone-link:hover {
  color: #f98815;
}

.header-actions > li {
  margin-right: 30px;
}

@media (min-width: 1200px) {
  .header-topbar {
    display: block;
  }
  .navbar > .container-fluid,
  .header-topbar > .container-fluid {
    padding-right: 30px;
    padding-left: 30px;
  }
}
@media (max-width: 1199px) {
  .header-topbar {
    display: none;
  }
}
@media (min-width: 1400px) {
  .navbar > .container-fluid,
  .header-topbar > .container-fluid {
    padding-right: 50px;
    padding-left: 50px;
  }
}
/* Large Size Screens */
@media (min-width: 992px) and (max-width: 1200px) {
  .navbar .nav-item {
    margin-left: 20px;
  }
}
/* Mobile and Tablets */
@media (max-width: 991px) {
  .navbar .navbar-toggler {
    position: absolute;
    left: 15px;
    height: 13px;
  }
  .navbar .navbar-toggler:focus {
    box-shadow: none;
  }
  .navbar .collapse:not(.show) {
    display: block;
  }
  .navbar .navbar-nav {
    margin: 0 !important;
  }
  .navbar .nav-item {
    margin-left: 0;
  }
  .navbar .nav-item .nav-item-link {
    color: #222222;
    line-height: 35px !important;
    padding-right: 15px;
  }
  .navbar .nav-item .nav-item-link:hover {
    color: #f98815;
  }
  .navbar .nav-item .nav-item-link:before {
    display: none;
  }
  .navbar .navbar-collapse {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    visibility: hidden;
    opacity: 0;
    background-color: rgba(0, 0, 0, 0.6);
    z-index: 1000;
    padding: 0;background-color: #ffffff;
    transition: 0.4s ease;transform: translateX(-100%);
  }
  .navbar .navbar-collapse .navbar-nav {
    /*opacity: 0;*/
    width: 100%;
    height: 100%;
    overflow-y: auto;
    padding: 15px 0 20px;
    background-color: #ffffff;
    transition: 0.3s ease;
    /*transform: translateX(-100%);*/
  }
  .navbar .navbar-collapse.menu-opened {
    opacity: 1;
    visibility: visible;transform: translateX(0);
  }
  .navbar .navbar-collapse.menu-opened .navbar-nav {
   /* opacity: 1;
    transform: translateX(0);*/
  }
  .navbar .navbar-collapse.menu-opened .close-mobile-menu {
    opacity: 1;
    transform: scale(1);
  }
  .navbar .close-mobile-menu {
position: absolute;
top: 10px;
left: 15px;
z-index: 1100;
width: 35px;
height: 35px;
line-height: 33px;
text-align: center;
border-radius: 50%;
border: 1px solid #ddd;
color: #000;
cursor: pointer;
    opacity: 0;
    transform: scale(0.8);
    transition: all 0.4s ease;
    transition-delay: 0.5s;
  }
  .navbar .nav-item [data-bs-toggle=dropdown]:after {
    font-family: "Font Awesome 5 Pro";
    
    position: absolute;
    left: 0;
    width: 50%;
    text-align: left;
    z-index: 2;
    padding-left: 15px;
    line-height: 35px;
    display: block !important;
  }
  .navbar .dropdown-toggle:after {
    display: none;
  }
  .navbar .nav-item [data-bs-toggle=dropdown].opened:after,
  .navbar .nav-item [data-bs-toggle=dropdown].show:after {
    content: "\f106";
  }
  .navbar .dropdown-menu {
    background-color: white;
  }
  .navbar .dropdown-menu .nav-item {
    padding: 0 15px 0 30px;border-bottom: 1px solid #eee;
  }
  .navbar .dropdown-menu .nav-item .nav-item-link {
    padding-right: 0;
    border-bottom: none;
  }
  .navbar .dropdown-menu .dropdown-menu-col .nav-item {
    padding: 0;
  }
  .navbar .nav-item.dropdown-submenu > .dropdown-menu.show {
    padding-right: 10px;
  }
  .navbar .dropdown-submenu .dropdown-menu .nav-item {
    padding: 0 0 0 15px;
  }
  .navbar .navbar-nav .dropdown-menu.show {
    padding: 0;
  }
  .navbar .mega-dropdown-menu .container {
    max-width: none;
  }
  .navbar .mega-dropdown-menu > .nav-item {
    padding: 0 10px;
  }
  .navbar .mega-dropdown-menu .nav-item {
    padding: 0;
  }
  .navbar .dropdown-menu .nav-title {
    font-size: 15px;
  }
  .navbar .dropdown-menu.mega-dropdown-menu .nav-block {
    padding: 10px 0 0;
  }
  .navbar .dropdown-menu.mega-dropdown-menu .nav-block-featured {
    padding: 10px;
    height: auto;
  }
  .navbar .dropdown-menu.mega-dropdown-menu .nav-block-featured:after {
    display: none;
  }
  .navbar .dropdown-menu.mega-dropdown-menu .nav-block-featured .nav-title {
    font-size: 18px;
  }
  .navbar .dropdown-menu.mega-dropdown-menu .nav-block-featured .nav-desc {
    font-size: 13px;
  }
  .navbar .dropdown-menu.mega-dropdown-menu .nav-block-featured .nav-item {
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 0;
  }
  .navbar .dropdown-menu.mega-dropdown-menu .nav-block-featured .nav-item .nav-item-link {
    line-height: 40px !important;
  }
  .navbar .dropdown-menu.mega-dropdown-menu .nav-block-featured .nav-item [class*=icon-] {
    width: 20px;
    height: 20px;
    flex: 0 0 20px;
    margin-left: 10px;
  }
  .navbar .dropdown-menu.mega-dropdown-menu .nav-block-featured .nav-block-inner {
    padding: 10px;
    margin: -10px;
  }
  .header .navbar {
    background-color: #ffffff;
  }
  .header-transparent .navbar {
    background-color: #ffffff;
  }
  .header .logo-dark,
  .header-transparent .logo-dark {
    display: inline-block;
  }
  .header .logo-light,
  .header-transparent .logo-light {
    display: none;
  }
  .header .module-btn {
    color: #171717;
    margin: 0 60px 0 0;
  }
  .header-transparent .module-btn {
    color: #171717;
    margin: 0 60px 0 0;
  }
  .header .navbar .navbar-toggler .menu-lines:before {
    background-color: #171717;
  }
  .header .navbar .navbar-toggler .menu-lines:after {
    background-color: #171717;
  }
  .header .navbar .navbar-toggler .menu-lines span {
    background-color: #171717;
  }
  .header-transparent .navbar .navbar-toggler .menu-lines:before {
    background-color: #171717;
  }
  .header-transparent .navbar .navbar-toggler .menu-lines:after {
    background-color: #171717;
  }
  .header-transparent .navbar .navbar-toggler .menu-lines span {
    background-color: #171717;
  }
  .header .navbar-expand-lg > .container,
  .header .navbar-expand-lg > .container-fluid,
  .header-transparent .navbar-expand-lg > .container,
  .header-transparent .navbar-expand-lg > .container-fluid {
    width: 100%;
    max-width: none;
  }
  .header .navbar,
  .header .navbar > .container,
  .header .navbar > .container-fluid,
  .header-transparent .navbar,
  .header-transparent .navbar > .container,
  .header-transparent .navbar > .container-fluid {

  }
  .header .header-full .navbar,
  .header .header-full .navbar .navbar-brand,
  .header .navbar-brand,
  .header-transparent .header-full .navbar,
  .header-transparent .header-full .navbar .navbar-brand,
  .header-transparent .navbar-brand {
    margin-right: 15px;
    line-height: 80px !important;
  }
  .header .header-full .navbar,
  .header .header-full .navbar .navbar-brand,
  .header-transparent .header-full .navbar,
  .header-transparent .header-full .navbar .navbar-brand {
    line-height: 80px;
  }
  .header-topbar > .container {
    max-width: none;
  }
  .lang-dropdown .lang-dropdown-toggle {
    color: #171717;
  }
  .header-transparent .action-btn {
    color: #171717;
  }
  .action-btn-search {
    position: absolute;
    top: 50%;
    left: 80px;
    transform: translateY(-50%);
  }
}
/* Medium and large Screens */
@media (min-width: 992px) {
	
.navbar-nav > li > a:before {
    content: "";
    position: absolute;
    right: 0;
    width: 0;
    bottom: 0;
    height: 2px;
    background-color: #f98815;
    transition: 0.4s ease;
  }
 .navbar-nav > li > a.active:before, .navbar-nav > li > a:hover:before {
    width: 100%;
  }
  
  
  
  .navbar .dropdown-menu {
    width: auto;
    min-width: 235px;
    padding: 5px 0;
    border-radius: 0 0 8px 8px;
  }
  .navbar .nav-item.has-dropdown > .dropdown-menu,
  .navbar .nav-item.dropdown-submenu > .mega-menu,
  .navbar .nav-item.has-dropdown > .mega-menu,
  .navbar .nav-item.has-dropdown > .dropdown-menu > .nav-item.dropdown-submenu > .dropdown-menu {
    display: block;
    position: absolute;
    right: 0;
    left: auto;
    z-index: 1050;
    opacity: 0;
    visibility: hidden;
    transition: all 0.5s ease;
    transform: translateY(10px);
  }
  
    .navbar .nav-item.dropdown-submenu > .mega-menu,
  .navbar .nav-item.has-dropdown > .mega-menu {
	  
	    right: 0;
    left: 0;  
  }
  
  .navbar .nav-item.has-dropdown > .dropdown-menu > .nav-item.dropdown-submenu > .dropdown-menu,
  .navbar .nav-item.dropdown-submenu > .dropdown-menu > .nav-item.has-dropdown > .dropdown-menu {
    top: 0;
    right: 100%;
  }
  .navbar .nav-item.has-dropdown:hover > .dropdown-menu,
  .navbar .nav-item.dropdown-submenu:hover > .mega-menu,
  .navbar .nav-item.has-dropdown:hover > .mega-menu,
  .navbar .nav-item.has-dropdown > .dropdown-menu > .nav-item.dropdown-submenu:hover > .dropdown-menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
  }
  .navbar .nav-item.has-dropdown.has-mega-dropdown {
    position: static;
  }
  .navbar .nav-item.has-dropdown .mega-dropdown-menu {
width: 1200px;
max-width: 100%;left: 0;
margin: 0 auto;
  }
  .navbar .nav-item.has-dropdown .mega-dropdown-menu .container {
    display: block;
    max-width: none;
    padding-right: 0;
  }
  .navbar .dropdown-menu.mega-dropdown-menu .nav-item {
padding: 0 15px;
flex: 0 0 33.3333%;
  }
  .nav-item i[data-bs-toggle=dropdown] {
    display: none;
  }
}
/* Mobile Phones and tablets */
@media (min-width: 320px) and (max-width: 991px) {
  .dropdown-menu.mega-dropdown-menu > .nav-item {
    padding: 0 15px;
  }
  .dropdown-menu.mega-dropdown-menu .nav-item:last-child > .nav-item-link {
    border-bottom: 1px solid #f2f2f2;
  }
  .dropdown-menu.mega-dropdown-menu [class^=col-]:last-child .nav-item:last-child > .nav-item-link {
    border-bottom: none;
  }
}
/* Extra Small Devices */
@media (min-width: 320px) and (max-width: 575px) {
  .search-popup .search-popup-form {
    width: 90%;
  }
  .search-popup .search-popup-form-input {
    font-size: 20px;
    font-weight: 400;
    height: 40px;
    padding: 0 0 0 30px;
  }
  .search-popup .search-popup-btn {
    font-size: 20px;
    line-height: 40px;
  }
  .search-popup .search-popup-close {
    font-size: 14px;
    top: 30px;
    left: 30px;
    width: 30px;
    height: 30px;
    line-height: 30px;
  }
}
@media (max-width: 420px) {
  .header .navbar-brand img {
    max-width: 120px;
  }
  .header .action-btn-login span {
    display: none;
  }
}
/*----------------------
    Accordions
------------------------*/

.accordion-item {
  padding: 22px 0;
  margin-top: -1px;
  border-top: 2px solid #e7ebef;
  border-bottom: 2px solid #e7ebef;
  background-color: #ffffff;
}
.accordion-item:first-child {
  border-top: 8px solid #f98815;
}
.accordion-item .accordion-title {
  
  font-size: 19px;
  cursor: pointer;
  display: block;
  position: relative;
  padding-left: 40px;
  color: #171717;
}
.accordion-item .accordion-title:hover {
  color: #f98815;
}
.accordion-item .accordion-title:after {
  position: absolute;
  left: 0;
  top: 0;
  content: "+";
  font-size: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  color: #ffffff;
  background-color: #171717;
}
.accordion-item.opened .accordion-header:not(.collapsed) .accordion-title {
  color: #f98815;
}
.accordion-item.opened .accordion-header:not(.collapsed) .accordion-title:after {
  content: "-";
  background-color: #f98815;
}
.accordion-item .accordion-body {
  padding-top: 20px;
}
.accordion-item .accordion-body p {
  font-size: 15px;
  margin-bottom: 0;
}
.accordion-item .accordion-body p:not(:last-child) {
  margin-bottom: 30px;
}

/* Mobile Phones and tablets */
@media (min-width: 320px) and (max-width: 991px) {
  .accordion-item {
    padding: 10px 0;
  }
  .accordion-item .accordion-title {
    font-size: 15px;
  }
  .accordion-item .accordion-body p {
    font-size: 13px;
  }
}
/*-----------------------
    banner
------------------------*/
.banner-layout1 .banner-img,
.banner-layout2 .banner-img {
  position: relative;
}
.banner-layout1 .promo-text {
  position: absolute;
  top: -30px;
  z-index: 2;
  
  font-size: 18px;
  padding: 30px 22px;
  border-radius: 0 20px;

  writing-mode: vertical-lr;
  color: #ffffff;
  
  background-color: #f98815;
}
.banner-layout2 .promo-text {
  position: absolute;
  top: -30px;
  z-index: 2;
  
  font-size: 18px;
  padding: 30px 22px;
  border-radius: 20px 0;
  writing-mode: vertical-lr;
  color: #ffffff;
  
  background-color: #f98815;
}
.banner-layout1 .promo-text .inner-text,
.banner-layout2 .promo-text .inner-text {
  display: block;
  transform: rotate(180deg);
}

.banner-layout1 .promo-text .inner-text p {
margin: 0;
}



.banner-layout1 .banner-shape,
.banner-layout2 .banner-shape {
  display: flex;
  position: absolute;
  bottom: -13px;
  z-index: 2;
  filter: url(style.css);
}
.banner-layout1 .hexagon-clippath {
  width: 30px;
  height: 26px;
  background-color: #f98815;
}
.banner-layout2 .hexagon-clippath {
  width: 30px;
  height: 26px;
  background-color: #f98815;
}
.banner-layout1 .hexagon-clippath2 {
  width: 78px;
  height: 26px;
  background-color: #00226c;
}
.banner-layout2 .hexagon-clippath2 {
  width: 78px;
  height: 26px;
  background-color: #ffffff;
}
.banner-layout1 .secondary-content,
.banner-layout2 .secondary-content {
  padding: 60px 0 40px;
  margin-top: 90px;
  border-top: 1px solid #25468c;
}

.banner-layout1 .promo-text {
  right: -15px;
  box-shadow: -15px 15px 0 0 #fff;
}
.banner-layout1 .banner-shape {
  right: 50px;
}

.banner-layout2 .promo-text {
  right: -30px;
  top: 70px;
}
.banner-layout2 .banner-shape {
  left: 50px;
  flex-direction: row-reverse;
}

.banner-layout3 .form-control {
  color: #ffffff;
}

.banner-layout3 .form-group-icon {
  color: #ffffff;
}

.banner-layout3 label:not(.error) {
  color: #ffffff;
}

.banner-layout3 .nice-select .current {
  color: #ffffff;
}

.banner-layout3 .checkbox-controls .custom-checkbox label {
  color: #ffffff;
}
.banner-layout3 .form-control {
  height: 68px;
  border-color: #3a5797;
  background-color: transparent;
}
.banner-layout3 .form-control::-webkit-input-placeholder {
  color: #ffffff;
}
.banner-layout3 .form-control:-moz-placeholder {
  color: #ffffff;
}
.banner-layout3 .form-control::-moz-placeholder {
  color: #ffffff;
}
.banner-layout3 .form-control:-ms-input-placeholder {
  color: #ffffff;
}
.banner-layout3 .nice-select {
  line-height: 68px;
}
.banner-layout3 .nice-select::after,
.banner-layout3 .custom-control-label:before {
  border-color: #3a5797;
}
.banner-layout3 .banner-img {
  margin: 46px 0;
}
.banner-layout3 .banner-icon {
  position: absolute;
  left: -110px;
  bottom: -20px;
  font-size: 190px;
  line-height: 1;
  color: #17377d;
}
.banner-layout3 .fancybox-item {
  max-width: 480px;
}

.banner-layout4 .testimonials-layout2 {
  border-top: 2px solid rgba(233, 233, 240, 0.5);
}

.banner-layout5 .contact-panel-desc {
  margin-bottom: 24px;
}
.banner-layout5 .fancybox-layout2 .fancybox-item .fancybox-icon {
  padding: 0 0 15px;
  flex: 0 0 auto;
}
.banner-layout5 .fancybox-layout2 .fancybox-item .fancybox-body {
  flex: 0 0 100%;
  max-width: 100%;
  padding-bottom: 45px;
}

.banner-layout6 .heading-title {
  font-size: 24px;
  margin-bottom: 27px;
}
.banner-layout6 .heading-desc {
  margin-bottom: 26px;
}
.banner-layout6 .btn-xl {
  min-width: 230px;
}

/* Extra Large Size Screens */
@media (min-width: 1200px) {
  .banner-layout1 .banner-text > p,
  .banner-layout2 .banner-text > p {

  }

  .banner-layout2 .banner-text {
    padding: 60px 0 0 30px;
  }
  .banner-layout2 .banner-img {
	  /*
    transform: translateY(-70px);*/
	margin: -70px 0 0;
  }
  .banner-layout3 .form-control {
    height: 68px;
  }
  .banner-layout4 .contact-panel {
    margin-right: 60px;
  }
  .banner-layout4 .testimonials-layout2 {
    margin-top: 90px;
    padding-top: 82px;
  }
  .banner-layout6 .video-banner {
    margin-bottom: -70px;
  }
}
/* Mobile Phones & tablets and Small Screens */
@media (max-width: 1199px) {
  .banner-layout1 .banner-text,
  .banner-layout2 .banner-text {
    margin-top: 30px;
  }
  .banner-layout2 .banner-text {
    padding: 50px 0 30px 0;
  }
  .banner-layout3 .banner-icon {
    font-size: 100px;
    left: 20px;
  }
  .banner-layout4 .testimonials-layout2 {
    margin-top: 30px;
    padding-top: 30px;
  }
  .banner-layout6 .video-banner {
    margin-bottom: -40px;
  }
}
@media (min-width: 992px) {
  .banner-layout3 .banner-img {
    margin-top: -70px;
  }
  .banner-layout5 {
    margin-bottom: 140px;
    padding-bottom: 40px;
  }
  .banner-layout5 .contact-panel {
    margin-bottom: -180px;
  }
  .banner-layout5 .col-20 {
    width: 20%;
  }
  .banner-layout5 .col-60 {
    width: 60%;
  }
}
@media (max-width: 991px) {
  .banner-layout1 .banner-img {
    padding-left: 0;
  }
  .banner-layout1 .promo-text {
font-size: 15px;
padding: 20px 15px;
right: -5px;
box-shadow: -5px 5px 0 0 #fff;

  }
  .banner-layout1 .secondary-content {
    margin-top: 40px;
    padding: 30px 0 20px;
  }
}

/*-------------------------
    Footer
--------------------------*/
/*
.footer {
  overflow-x: hidden;
}
.footer .footer-primary {
  position: relative;
  padding: 123px 0 100px;
  background-color: #011d59;
}
.footer .footer-primary:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 377px;
  z-index: 1;
  background-image: url(../images/backgrounds/pattern.png);
  background-position: bottom right;
  background-repeat: no-repeat;
}
.footer .footer-secondary {
  position: relative;
  padding: 46px 0;
  background-color: #ffffff;
}
.footer .footer-secondary:after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 50px;
  left: 50px;
  height: 5px;
  background-color: #f98815;
}
.footer [class*=footer-widget] {
  position: relative;
  z-index: 2;
  margin-bottom: 30px;
}
.footer .footer-widget-title {
  color: #ffffff;
  font-size: 17px;
  text-transform: capitalize;
  margin-bottom: 33px;
}
.footer .contact-list li {
  margin-bottom: 17px;
}
.footer .contact-list li:last-child {
  margin-bottom: 0;
}
.footer .contact-list li a {
  
  font-size: 17px;
  font-weight: 500;
  display: flex;
  align-items: center;
  color: #f98815;
}
.footer .contact-list li a .contact-icon {
  margin-left: 15px;
}
.footer .contact-list li a:hover {
  color: #ffffff;
}
.footer .contact-list li p {
  margin-bottom: 7px;
}
.footer .footer-widget-contact p {
  color: #f9f9f9;
}
.footer .footer-widget-nav li a {
  display: block;
  position: relative;
  color: #ffffff;
  font-size: 14px;
  margin-bottom: 11px;
}
.footer .footer-widget-nav li a:hover {
  color: #f98815;
}
.footer .footer-copyright-links li a {
  position: relative;
  color: #171717;
  display: block;
  margin-left: 25px;
  padding: 3px 0;
}
.footer .footer-copyright-links li a:before {
  content: "-";
  position: absolute;
  top: 50%;
  left: -13px;
  transform: translateY(-50%);
  color: #171717;
}
.footer .footer-copyright-links li a:hover {
  color: #f98815;
}
.footer .footer-copyright-links li:last-child a {
  margin-left: 0;
}
.footer .footer-copyright-links li:last-child a:before {
  display: none;
}
.footer .social-icons li {
  margin-left: 30px;
}
.footer .social-icons li a {
  width: auto;
  height: auto;
  box-shadow: none;
}
.footer .social-icons li a i {
  font-size: 17px;
}
.footer .social-icons li a .social-title {
  
  color: #828599;
  margin-right: 10px;
  transition: all 0.4s linear;
}
.footer .social-icons li a:hover {
  background-color: transparent;
}
.footer .social-icons li a:hover i {
  color: #f98815;
}
.footer .social-icons li a:hover .social-title {
  color: #f98815;
}
.footer .social-icons li:last-of-type {
  margin-left: 0;
}
*/


















/* Scroll Top Button */
#scrollTopBtn {
  color: #f98815;
  transition: all 0.4s linear;
}
#scrollTopBtn .btn-text {
  
}
#scrollTopBtn:hover {
  color: #171717;
}

/* Mobile Phones and tablets */
/*
@media (min-width: 320px) and (max-width: 1200px) {
  .footer .footer-primary {
    padding-top: 35px;
    padding-bottom: 30px;
  }
  .footer .footer-secondary {
    padding: 20px 0;
  }
  .footer .footer-secondary:after {
    right: 20px;
    left: 20px;
    height: 3px;
  }
  .footer .footer-widget {
    margin-bottom: 20px;
  }
  .footer .footer-widget-title {
    margin-bottom: 15px;
  }
  .footer .footer-widget-nav li a {
    font-size: 13px;
  }
  .footer .phone-number {
    margin: 10px 0;
  }
}


/* Mobile Phones */
/*
@media (min-width: 320px) and (max-width: 991px) {
  .footer .social-icons {
    margin: 10px 0;
  }
  .footer .social-icons li:not(:last-child) {
    margin-left: 20px;
  }
}*/



/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/
.contact-one {
  position: relative;
  overflow: hidden;
  padding: 40px 0;
}
@media (max-width: 991px) {
  .contact-one {
    padding: 20px 0;
  }
}
.contact-one__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.contact-one__bg::after {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-color: rgba(11, 11, 11, 0.8);
}
.contact-one__shape {
  position: absolute;
  left: -20px;
  bottom: 155px;
  width: 323px;
  height: 186px;
  animation: shrinkAnim 4s ease 0s infinite;
  display: none;
}
@media (min-width: 1600px) {
  .contact-one__shape {
    display: block;
  }
}
.contact-one__image {
  position: relative;
  margin-right: 20px;
  margin-top: 5px;
  max-width: 665px;
  float: right;
  z-index: 2;
}
@media (max-width: 1400px) {
  .contact-one__image {
    margin-right: 0;
  }
}
@media (max-width: 1199px) {
  .contact-one__image {
    float: left;
    margin-bottom: 50px;
  }
}
.contact-one__image__shape {
  position: absolute;
  left: -145px;
  right: 0;
  top: 26px;
  margin: auto;
  width: 91px;
  height: 91px;
  z-index: -1;
  opacity: 0.65;
  animation: blinkAnim 3s ease 0s infinite;
}
.contact-one__image img {
  max-width: inherit;
}
@media (max-width: 991px) {
  .contact-one__image img {
    max-width: 100%;
  }
}
.contact-one__image__icon {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  margin: auto;
  width: 198px;
  height: 198px;
  background-color: #037d84;
  border: 10px solid #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  animation: treeMove2 4s linear 0s infinite;
}
@media (max-width: 991px) {
  .contact-one__image__icon {
    display: none;
  }
}
.contact-one__image__icon img {
  width: 105px;
}
.contact-one__image__info {
  position: absolute;
  right: 15px;
  bottom: 75px;
  padding: 0 0 0 76px;
  transform: rotate(45deg);
}
@media (max-width: 991px) {
  .contact-one__image__info {
    position: relative;
    right: auto;
    bottom: 0;
    transform: none;
    margin: 30px 0 0;
  }
}
.contact-one__image__info__icon {
  color: #037d84;
  font-size: 56px;
  position: absolute;
  left: 0;
  top: -2px;
  line-height: 56px;
}
.contact-one__image__info__title {
  margin: 0 0 8px;
  font-size: 19px;
  line-height: 1.1;
  color: #037d84;
}
.contact-one__image__info__text {
  font-size: 22px;
  color: #fff;
  line-height: 1.1;
  font-weight: 500;
  margin: 0;
}
.contact-one__image__info__text a {
  color: inherit;
  
  transition: all 500ms ease;
}
.contact-one__image__info__text a:hover {
  background-size: 100% 1px;
}
.contact-one__image__info__text a:hover {
  color: #037d84;
}
.contact-one__content {
  position: relative;
  padding: 0;
}
.contact-one .sec-title {
  position: relative;
  padding-bottom: 20px;
}
.contact-one .sec-title__title {
  color: #fff;
}
.contact-one__text {
  margin: 0;
  color: #fff;
  max-width: 490px;
  margin-bottom: 34px;
  position: relative;
}
.contact-one__form {
  position: relative;
}
.contact-one--page {
  position: relative;
}
.contact-one--page .sec-title__title {
  color: #000;
}
.contact-one--page .contact-one__image__info__text {
  color: #000;
}
.contact-one--page .contact-one__text {
  color: #636363;
}
.contact-one--page .form-one .bootstrap-select > .dropdown-toggle {
  border-color: #dddddd;
}
.contact-one--page .form-one input[type=text] {
  border-color: #dddddd;
}
.contact-one--page .form-one input[type=email] {
  border-color: #dddddd;
}
.contact-one--page .form-one input[type=tel] {
  border-color: #dddddd;
}
.contact-one--page .form-one textarea {
  border-color: #dddddd;
}


/*-------------------------
       Counters
--------------------------*/
.counter-item {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
}
.counter-item .counter-number {
  position: relative;
  font-size: 60px;
  line-height: 1;
  color: #171717;
  font-weight: 300;
  margin-bottom: 0;
  flex: 0 0 160px;
  max-width: 160px;
}
.counter-item .counter-desc {
  font-size: 15px;
  
  flex: 0 0 calc(100% - 160px);
  max-width: calc(100% - 160px);
}

.counters-light .counter-number {
  color: #ffffff;
}
.counters-light .counter-desc {
  color: #f9f9f9;
}

/* Mobile Phones and tablets */
@media (min-width: 320px) and (max-width: 991px) {
  .counter-item .counter-number {
    font-size: 50px;
  }
}
/*-------------------------
    Call to Action
--------------------------*/
.cta-title {
  font-size: 24px;
  margin-bottom: 15px;
}

.cta-desc {
  font-size: 16px;
}

.cta-banner {
  position: relative;
  z-index: 3;
  padding: 50px;
  border-radius: 10px;
  background-color: #ffffff;
  box-shadow: 0px 5px 83px 0px rgba(13, 14, 67, 0.12);
}
.cta-banner .cta-title {
  font-size: 20px;
  margin-bottom: 15px;
}
.cta-banner .cta-desc {
  font-size: 16px;
}

.cta-layout1,
.cta-layout2 {
  padding: 50px 0;
}
.cta-layout1 .cta-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 104px;
  height: 104px;
  flex: 0 0 104px;
  font-size: 50px;
  border-radius: 50%;
  margin: 10px 30px 0 15px;
  color: #171717;
  background-color: #ffffff;
  transition: all 0.3s ease;
}
.cta-layout2 .cta-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 104px;
  height: 104px;
  flex: 0 0 104px;
  font-size: 50px;
  border-radius: 50%;
  margin: 10px 30px 0 15px;
  color: #171717;
  background-color: #ffffff;
  transition: all 0.3s ease;
}

.cta-layout1 .cta-icon {
  box-shadow: 0 0 0 5px #f98815, 0 0 0 12px rgba(255, 255, 255, 0.2);
}
.cta-layout1:hover .cta-icon {
  box-shadow: 0 0 0 7px #f98815, 0 0 0 16px rgba(255, 255, 255, 0.2);
}

.cta-layout2 .cta-icon {
  box-shadow: 0 0 0 5px #171717, 0 0 0 12px rgba(255, 255, 255, 0.2);
}
.cta-layout2:hover .cta-icon {
  box-shadow: 0 0 0 7px #171717, 0 0 0 16px rgba(255, 255, 255, 0.2);
}

.cta-layout3 .cta-banner {
  margin-top: -60px;
  margin-bottom: 45px;
}
.cta-layout3 .cta-banner:hover .cta-icon {
  transform: translateY(-10px);
}
.cta-layout3 .cta-icon {
  flex: 0 0 115px;
  max-width: 115px;
  color: #f98815;
  font-size: 75px;
  line-height: 1;
  transition: all 0.3s ease;
}

@media (min-width: 1200px) {
  .cta-layout1 {
    padding: 155px 0 90px;
  }
  .cta-layout2 {
    padding: 50px 0 130px;
  }
  .cta-layout2 + .cta-layout3 .cta-banner {
    margin-top: -110px;
  }
}
@media (max-width: 1199px) {
  .cta-layout1 .cta-icon,
  .cta-layout2 .cta-icon {
    width: 60px;
    height: 60px;
    flex: 0 0 60px;
    font-size: 30px;
  }
  .cta-layout1 .cta-icon {
    box-shadow: 0 0 0 5px #f98815, 0 0 0 12px rgba(255, 255, 255, 0.2);
  }
  .cta-layout1:hover .cta-icon {
    box-shadow: 0 0 0 7px #f98815, 0 0 0 12px rgba(255, 255, 255, 0.2);
  }
  .cta-layout2 .cta-icon {
    box-shadow: 0 0 0 5px #171717, 0 0 0 12px rgba(255, 255, 255, 0.2);
  }
  .cta-layout2:hover .cta-icon {
    box-shadow: 0 0 0 7px #171717, 0 0 0 12px rgba(255, 255, 255, 0.2);
  }
  .cta-layout3 .cta-banner {
    padding: 20px;
    margin: 20px 0;
  }
  .cta-layout3 .cta-title {
    margin-bottom: 5px;
  }
  .cta-layout3 .cta-desc {
    font-size: 15px;
    margin-bottom: 10px;
  }
  .cta-layout3 .cta-icon {
    padding-top: 10px;
    flex: 0 0 55px;
    max-width: 55px;
    font-size: 45px;
  }
}
@media (max-width: 991px) {
  .cta-banner .cta-title {
    font-size: 16px;
  }
}
/*-----------------------
    careers
------------------------*/
.careers {
  overflow-x: hidden;
}
.careers .slick-slide {
  margin: 15px;
  transition: opacity 0.3s ease, visibility 0.3s ease, box-shadow 0.4s ease, transform 0.5s ease;
}
.careers .slick-slide:not(.slick-active) {
  opacity: 0;
  visibility: hidden;
}
.careers .slick-list {
  margin: -15px;
  overflow: visible;
}
.careers .slick-dots {
  margin-top: 15px;
}

.job-item {
  padding: 40px;
  border-radius: 5px;
  background-color: #ffffff;
  box-shadow: 0px 5px 83px 0px rgba(13, 14, 67, 0.12);
  transition: all 0.4s ease;
}
.job-item:hover {
  transform: translateY(-6px);
}
.job-item .job-meta {
  margin-bottom: 32px;
}
.job-item .job-type {
  font-size: 13px;
  padding: 5px 10px;
  border-radius: 5px;
  margin-left: 10px;
  text-transform: capitalize;
  color: #ffffff;
  background-color: #f98815;
}
.job-item .job-location {
  font-size: 13px;
  color: #171717;
}
.job-item .job-title {
  font-size: 22px;
  margin-bottom: 18px;
}
.job-item .btn {
  margin-top: 10px;
}
.job-item .btn .plus-icon {
  background-color: #171717;
}
.job-item .btn:hover .plus-icon {
  background-color: #f98815;
}

@media (min-width: 1400px) {
  .careers .slick-list {
    margin: -20px;
  }
  .careers .slick-slide {
    margin: 20px;
  }
}
/* Mobile Phones and tablets */
@media (min-width: 320px) and (max-width: 991px) {
  .job-item {
    padding: 20px;
  }
  .job-item .job-meta {
    margin-bottom: 20px;
  }
  .job-item .job-title {
    margin-bottom: 10px;
  }
}
/*------------------------
    Slider 
--------------------------*/
.header-transparent + .slider {
  margin-top: -100px;
}
.header-transparent.header-full + .slider {
  margin-top: -135px;
}

.header-transparent + .slider .slide-item {
  padding-top: 100px;
}

.slider {
  padding: 0;
}
.slider .slide-item {
  height: calc(100vh - 133px);
height: 550px;
}
/*
.slider .slide-item.bg-overlay:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: -1;
  opacity: 0.5;
  background: linear-gradient(to bottom, rgba(0, 34, 108, 0.99) 0%, rgba(179, 189, 211, 0.1) 70%, rgba(255, 255, 255, 0) 100%);
}*/
.slider .slide-subtitle {
  display: inline-block;
  color: #ffffff;
  font-size: 16px;
  
  margin-bottom: 8px;
}
.slider .slide-subtitle.highlighted {
  padding: 5px 13px;
  border-radius: 10px;
  background-color: #171717;
}
.slider .slide-title {
  color: #ffffff;
  margin-bottom: 8px;
}
.slider .slide-desc {
  color: #f9f9f9;
  max-width: 600px;
  margin-bottom: 30px;
}
.slider .slick-arrow:before {
  background-color: transparent;
}
.slider .slick-arrow:hover {
  box-shadow: none;
}
.slider .slick-arrow.slick-next:before {
  content: "\e949";
}
.slider .slick-arrow.slick-prev:before {
  content: "\e948";
}
.slider .slick-dots {
  position: absolute;
  bottom: 30px;
  text-align: center;
  width: 100%;
}
.slider .slick-dots li.slick-active button {
  background-color: #171717;
}
.slider .cta-banner {
  padding: 50px;
}
.slider .cta-banner .cta-icon {
  font-size: 50px;
  line-height: 1;
  color: #f98815;
  margin-bottom: 28px;
}
.slider .cta-banner .icon-filled {
  background-color: #171717;
}
.slider .cta-banner .slick-dots {
  position: static;
  text-align: right;
  margin-right: -17px;
}
.slider .features-list-layout5 {
  max-width: 440px;
  transform: translateX(55px);
}

.slider-layout2 .slide-item {
  height: auto;
  padding-top: 100px;
  padding-bottom: 170px;
}

.slider-centerd {
  text-align: center;
}
.slider-centerd .slide-desc {
  margin-left: auto;
  margin-right: auto;
}

.slider .slide-content {
	max-width: 600px;
	margin: 30px auto 0;
}

@media (min-width: 1200px) {
  .slider .slide-title {
font-size: 32px;
line-height: 48px;font-family: "med";
    
  }
  .slider .slide-desc {
    font-size: 17px;
    line-height: 1.5;
  }
  .slider .slick-arrow:before {
    font-size: 50px;
  }
  .slider .slick-arrow.slick-next {
    left: -5px;
  }
  .slider .slick-arrow.slick-prev {
    right: -5px;
  }
  .slider .btn {
    min-width: 190px;
  }
  .slider .btn.btn-outlined {
    line-height: 58px;
  }
  .slider .btn.btn-xl {
    min-width: 225px;
  }
}
@media (min-width: 1400px) {
  .slider .slick-arrow.slick-prev {
    right: 30px;
  }
  .slider .slick-arrow.slick-next {
    left: 30px;
  }
}
@media (min-width: 1200px) {
  .slider-centerd .slick-slide {
    padding-bottom: 70px;
  }
}
@media (min-width: 768px) and (max-width: 1200px) {
  .slider .slide-item {
    padding-left: 50px;
    padding-right: 50px;
  }
  .slider .slick-arrow.slick-prev {
    right: 10px;
  }
  .slider .slick-arrow.slick-next {
    left: 10px;
  }
}
/* Large Size Screens */
@media (min-width: 992px) and (max-width: 1200px) {
  .slider .slide-title {
    font-size: 65px;
  }
}
/* Medium Size Screens */
@media (min-width: 768px) and (max-width: 991px) {
  .slider .slide-title {
    font-size: 50px;
    margin-bottom: 10px;
  }
}
/* Mobile Phones and tablets */
@media (min-width: 320px) and (max-width: 991px) {
  .header-transparent + .slider {
    margin-top: 0 !important;
  }
  .slider .slide-item {
    min-height: 0;
    padding: 100px 10px;
    height: auto !important;
  }
  .slider .slide-desc {
    font-size: 15px;
    font-weight: 400;
    margin-bottom: 20px;
  }
  .slider .slick-arrow:before {
    font-size: 25px;
  }
  .slider .slick-arrow.slick-next {
    left: -20px;
  }
  .slider .slick-arrow.slick-prev {
    right: -20px;
  }
}
/*  Small Screens and tablets  */
@media (min-width: 576px) and (max-width: 991px) {
  .slider .slide-title {
    font-size: 35px;
    line-height: 45px;
    margin-bottom: 10px;
  }
}
/* Extra Small Devices */
@media (min-width: 320px) and (max-width: 575px) {
  .slider .slide-title {
    font-size: 30px;
    margin-bottom: 10px;
  }
  .slider .btn {
    padding: 0 10px;
    margin-bottom: 10px;
  }
  .slider .slide-subtitle.highlighted {
    font-size: 12px;
    padding: 5px 10px;
    border-radius: 5px;
  }
}
/*--------------------------
      Video
--------------------------*/
.video-btn {
  text-align: center;
  display: inline-flex;
  position: relative;
  padding-right: 88px;
  height: 88px;
  align-items: center;
}
.video-btn .video-player {
  position: absolute;
  top: 0;
  right: 0;
  width: 88px;
  height: 88px;
  line-height: 88px;
  border-radius: 50%;
  color: #ffffff;
  background-color: #171717;
  transition: all 0.3s linear;
}
.video-btn .video-player:before {
  content: "";
  position: absolute;
  top: -40px;
  right: -40px;
  width: calc(100% + 80px);
  height: calc(100% + 80px);
  border-radius: 50%;
  border: 40px solid rgba(255, 255, 255, 0.2);
}
.video-btn .video-player:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  height: 30px;
  width: 30px;
  z-index: 3;
  border-radius: 50%;
  animation: ripple 1.5s infinite;
  transform: translate(-50%, -50%);
box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.6);
}
.video-btn:hover .video-player {
  background-color: #f98815;
}
.video-btn .video-btn-title {
  font-size: 15px;
  
  line-height: 1;
  display: inline-block;
  white-space: nowrap;
  margin-right: 22px;
}
.video-btn-sm {
  padding-right: 68px;
  height: 68px;
}
.video-btn-sm .video-player {
  width: 68px;
  height: 68px;
  line-height: 68px;
}
.video-btn-sm .video-player:before {
  top: -10px;
  right: -10px;
  border-width: 10px;
  width: calc(100% + 20px);
  height: calc(100% + 20px);
}
.video-btn-primary .video-player {
  background-color: #f98815;
}
.video-btn-primary:hover .video-player {
  background-color: #171717;
}

.video-btn-white .video-player {
  color: #000;
  background-color: #ffffff !important;
}
.video-btn-white .video-player-animation {
  border-color: #ffffff !important;
}

.video-btn-no-shadow .video-player:before {
  border: 0;
}

.video-banner {
  position: relative;
  z-index: 2;
}
.video-banner img {
border-radius: 20px 20px 0 0 !important;
}
.video-banner .video-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.video-banner .video-btn-title {
  position: absolute;
  bottom: -30px;
  left: -7px;
  line-height: 1.5;
}

/*-----------------------
    Features
------------------------*/
.feature-item {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 10px;
  transition: all 0.3s linear;
  justify-content: center;
}
.feature-item:last-of-type {
  margin-bottom: 0 !important;
}
.feature-item .feature-icon {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 58px;
  height: 58px;
  border-radius: 50%;
  margin-left: 30px;
  font-size: 8px;
  color: #f98815;
  background-color: #d7f6f0;
}
.feature-item .feature-title {
  font-size: 19px;
  font-weight: 500;
  color: #171717;
  margin-bottom: 18px;
}

.features-list-layout1 .feature-item {
  margin-bottom: 20px;
}
.features-list-layout1 .feature-item:last-child {
  margin-bottom: 0;
}
.features-list-layout1 .feature-item:last-child .feature-body {
  padding-bottom: 0;
  border-bottom: 0;
}
.features-list-layout1 .feature-item .feature-icon {
  font-size: 12px;
}
.features-list-layout1 .feature-item .feature-body {
  padding-bottom: 20px;
  flex: 0 0 calc(100% - 90px);
  max-width: calc(100% - 90px);
  border-bottom: 1px solid #e9e9f0;
}

.features-list-layout2 .feature-item,
.features-list-layout3 .feature-item {
  margin-bottom: 14px;
}
.features-list-layout2 .feature-item .feature-icon,
.features-list-layout3 .feature-item .feature-icon {
  width: 26px;
  height: 26px;
  margin-left: 18px;
}
.features-list-layout2 .feature-item .feature-icon:before,
.features-list-layout3 .feature-item .feature-icon:before {
  font-size: 7px;
}
.features-list-layout2 .feature-item .feature-title {
  font-family: "reg";
  font-size: 16px;
  
  margin-bottom: 0;
}
.features-list-layout3 .feature-item .feature-title {
  font-family: "reg";
  font-size: 16px;
  
  margin-bottom: 0;
}

.features-list-layout2 .feature-item .feature-icon {
  color: #ffffff;
  background-color: #171717;
}

.features-list-layout3 .feature-item .feature-icon {
  width: 22px;
  height: 22px;
  margin-left: 10px;
  color: #ffffff;
  background-color: #f98815;
}
.features-list-layout3 .feature-item .feature-title {
  font-size: 15px;
  color: #828599;
}

.features-list-layout4 .feature-item,
.features-list-layout5 .feature-item {
  margin-bottom: 0;
  filter: url(style.css) drop-shadow(0px 5px 83px rgba(13, 14, 67, 0.08));
}
.features-list-layout4 .feature-item-inner,
.features-list-layout5 .feature-item-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 175px;
  height: 200px;
  padding: 40px 20px;
}
.features-list-layout4 .feature-item .feature-icon {
  width: auto;
  height: auto;
  margin-left: 0;
  font-size: 50px;
  color: #ffffff;
  background-color: transparent;
  margin-bottom: 15px;
}
.features-list-layout5 .feature-item .feature-icon {
  width: auto;
  height: auto;
  margin-left: 0;
  font-size: 50px;
  color: #ffffff;
  background-color: transparent;
  margin-bottom: 15px;
}
.features-list-layout4 .feature-item .feature-title {
  font-family: "reg";
  color: #ffffff;
  font-size: 16px;
  
  margin-bottom: 0;
}
.features-list-layout5 .feature-item .feature-title {
  font-family: "reg";
  color: #ffffff;
  font-size: 16px;
  
  margin-bottom: 0;
}

.features-list-layout4 .feature-item:first-child {
  transform: translate(85px, 50px);
}
.features-list-layout4 .feature-item:first-child .feature-item-inner {
  background-color: #f98815;
}
.features-list-layout4 .feature-item:nth-child(2) .feature-item-inner {
  background-color: #171717;
}
.features-list-layout4 .feature-item:nth-child(3) {
  transform: translate(85px, -50px);
}
.features-list-layout4 .feature-item:nth-child(3) .feature-item-inner {
  background-color: #ffffff;
}
.features-list-layout4 .feature-item:nth-child(3) .feature-icon {
  color: #171717;
}
.features-list-layout4 .feature-item:nth-child(3) .feature-title {
  color: #828599;
}

.features-list-layout5 .feature-item .feature-item-inner {
  width: 200px;
  height: 175px;
  background-color: #ffffff;
}
.features-list-layout5 .feature-item .feature-icon,
.features-list-layout5 .feature-item .feature-title,
.features-list-layout5 .feature-item .feature-item-inner {
  transition: all 0.3s linear;
}
.features-list-layout5 .feature-item .feature-icon {
  color: #171717;
}
.features-list-layout5 .feature-item .feature-title {
  color: #828599;
}
.features-list-layout5 .feature-item:nth-child(2) {
  transform: translate(-30px, -90px);
}
.features-list-layout5 .feature-item:nth-child(3) {
  transform: translateY(20px);
}
.features-list-layout5 .feature-item:nth-child(4) {
  transform: translate(-30px, -70px);
}
.features-list-layout5 .feature-item:hover .feature-icon {
  color: #ffffff;
}
.features-list-layout5 .feature-item:hover .feature-title {
  color: #ffffff;
}
.features-list-layout5 .feature-item:hover .feature-item-inner {
  background-color: #171717;
}

.features-light .feature-item .feature-title {
  color: #ffffff;
}

@media (max-width: 991px) {
  .feature-item .feature-icon {
    width: 40px;
    height: 40px;
    margin-left: 20px;
  }
  .features-list-layout1 .feature-item .feature-body {
    flex: 0 0 calc(100% - 60px);
    max-width: calc(100% - 60px);
  }
}
/* Mobile Phones and tablets  */
@media (min-width: 320px) and (max-width: 991px) {
  .feature-item .feature-content {
    padding: 20px;
  }
  .feature-item .feature-title {
    font-size: 16px !important;
    margin-bottom: 5px;
  }
  .feature-item .feature-desc {
    font-size: 13px;
    margin-bottom: 10px;
  }
}
/*-----------------------
     fancybox 
------------------------*/
.fancybox-item {
  position: relative;
}
.fancybox-item .fancybox-icon {
  font-size: 45px;
  line-height: 1;
}
.fancybox-item .fancybox-desc {
  margin-bottom: 0;
}

.fancybox-layout1 .fancybox-item {

  z-index: 3;
  border-radius: 10px;
padding: 8px;
  background-color: #ffffff;
  transition: all 0.3s linear;
  box-shadow: 0px 5px 83px 0px rgba(13, 14, 67, 0.12);
  box-shadow: 0px 5px 15px 0px rgba(13, 14, 67, 0.04);
    transition: all 0.3s ease-in-out;
}


.fancybox-layout1 .fancybox-item p {
height: 147px;
overflow: hidden;
}



.fancybox-layout1 .fancybox-item:hover {
background-color: #171717;
}

.fancybox-item:hover .service-icon {
background-color: #f98815;
}


.fancybox-layout1 .fancybox-item:hover .fancybox-title {
	color: #fff;
}

.fancybox-layout1 .fancybox-item:hover p {
	color: #c0c0c0;
}


.fancybox-layout1 .fancybox-item:hover .btn-link {
	color: #fff;
}


.fancybox-layout4 .fancybox-item {
  overflow: hidden;
  z-index: 3;
  border-radius: 10px;
  padding: 44px 50px 50px;
  background-color: #ffffff;
  transition: all 0.3s linear;
  box-shadow: 0px 5px 83px 0px rgba(13, 14, 67, 0.12);
}
.fancybox-layout1 .fancybox-item .fancybox-icon {
margin-bottom: 15px;
  line-height: 1;
}
.fancybox-layout4 .fancybox-item .fancybox-icon {
  position: absolute;
  bottom: 40px;
  left: 40px;
  color: #e9e9f0;
  font-size: 60px;
  line-height: 1;
}
.fancybox-layout1 .fancybox-item .fancybox-title {
  font-size: 15px;
  line-height: 1.6;
padding-bottom: 20px;
margin-bottom: 13px;
position: relative;

}


.fancybox-layout1 .fancybox-item .fancybox-title:after {
  content: "";
  position: absolute;
  right: 50%;
  margin-right: -31px;
  bottom: 0px;
  width: 62px;
  height: 9px;
  background-repeat: no-repeat;
  background-image: url(../images/shape-6.png);
}


.fancybox-layout4 .fancybox-item .fancybox-title {
  font-size: 19px;
  line-height: 1.6;
  padding-bottom: 28px;
  margin-bottom: 23px;
  border-bottom: 1px solid #e9e9f0;
}
.fancybox-layout1 .fancybox-item .fancybox-desc,
.fancybox-layout4 .fancybox-item .fancybox-desc {
  margin-bottom: 21px;
}
.fancybox-layout1 .fancybox-item .fancybox-title,
.fancybox-layout1 .fancybox-item .fancybox-desc,
.fancybox-layout4 .fancybox-item .fancybox-title,
.fancybox-layout4 .fancybox-item .fancybox-desc {
  position: relative;
  z-index: 2;
  transition: all 0.3s ease;
}
.fancybox-layout1 .fancybox-item .btn .icon-outlined,
.fancybox-layout4 .fancybox-item .btn .icon-outlined {
  font-size: 10px;
}

.fancybox-layout1 .certificates-container {
  margin-left: -20px;
  margin-right: -20px;
}
.fancybox-layout1 .fancybox-item {
}
.fancybox-layout1 .fancybox-item .fancybox-overlay {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  transition: all 0.3s ease;
  transform: translateY(101%);
}
.fancybox-layout1 .fancybox-item .fancybox-overlay:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 1;
  background-color: rgba(0, 38, 120, 0.9);
}
.fancybox-layout1 .fancybox-item .fancybox-overlay img {
  height: 100%;
}
.fancybox-layout1 .fancybox-item:hover .fancybox-overlay {
  transform: translateY(0);
}
.fancybox-layout1 .fancybox-item:hover .fancybox-title {

}
.fancybox-layout1 .fancybox-item:hover .fancybox-desc {

}
.fancybox-layout1 .fancybox-item:hover .btn {

}
.fancybox-layout1 .fancybox-item:hover .btn .icon-outlined {
  color: #171717;
  border-color: #ffffff;
  background-color: #ffffff;
}


.fancybox-layout2.fancybox-light {
display: flex;
flex-wrap: wrap;	
}

.fancybox-layout2 .fancybox-item {

  text-align: center;
min-width: 33.333%;
max-width: 33.333%;
border: 1px solid #fff3;
border-top: 0;
border-right: 0;
padding: 35px 15px 10px 15px;
}


.fancybox-layout2 .fancybox-item:nth-child(3),
.fancybox-layout2 .fancybox-item:last-child{
	border-left: 0;
	
}
.fancybox-layout2 .fancybox-item:nth-last-child(-n+3) {
		border-bottom: none;
	}


.fancybox-layout2 .fancybox-item:last-of-type {
  margin-bottom: 0;
}
.fancybox-layout2 .fancybox-item .fancybox-body {
padding-top: 0;
}
.fancybox-layout2 .fancybox-item .fancybox-icon {
  font-size: 50px;margin-bottom: 20px;position: relative;
  display: inline-block;
}

/*  
  .fancybox-layout2 .fancybox-item .fancybox-icon:after {
	background: #f98815;
content: "";
height: 55px;
left: -12px;
position: absolute;
bottom: -12px;
width: 55px;
z-index: -1;
transition: all .3s ease-in-out;
border-radius: 50%;  
  }*/
  

  .fancybox-layout2 .fancybox-item .fancybox-icon img {
	  width: 65px;
  }
  
  
  
.fancybox-layout2 .fancybox-item .fancybox-title {
font-size: 15px;
margin-bottom: 16px;
line-height: 27px;
}

.fancybox-layout3 .fancybox-item {
  display: flex;
  align-items: flex-start;
  flex: 0 0 calc(50% - 15px);
  max-width: calc(50% - 15px);
}
.fancybox-layout3 .fancybox-item:not(:last-of-type) .fancybox-body {
  border-bottom: 1px solid #e9e9f0;
}
.fancybox-layout3 .fancybox-item .fancybox-icon {
  padding-top: 5px;
  font-size: 55px;
  color: #f98815;
}
.fancybox-layout3 .fancybox-item .fancybox-title {
  font-size: 19px;
  margin-bottom: 16px;
}
.fancybox-layout3 .fancybox-item .fancybox-desc {
  font-size: 15px;
}

.fancybox-layout4 .fancybox-item:hover .btn {
  color: #f98815;
}
.fancybox-layout4 .fancybox-item:hover .btn .icon-outlined {
  color: #ffffff;
  border-color: #f98815;
  background-color: #f98815;
}

.fancybox-layout5 .fancybox-item {
  position: relative;
  z-index: 2;
  border-radius: 10px;
  padding: 36px 40px 40px;
  background-color: #ffffff;
  box-shadow: 0px 5px 83px 0px rgba(13, 14, 67, 0.12);
  transition: all 0.3s ease;
  margin-bottom: 45px;
}

.fancybox-layout6 .fancybox-item {
  position: relative;
  z-index: 2;
  border-radius: 10px;
  padding: 36px 40px 40px;
  background-color: #ffffff;
  box-shadow: 0px 5px 83px 0px rgba(13, 14, 67, 0.12);
  transition: all 0.3s ease;
  margin-bottom: 45px;
}
.fancybox-layout5 .fancybox-item .fancybox-icon {
  position: absolute;
  z-index: -1;
  font-size: 70px;
  color: #e9e9f0;
}
.fancybox-layout6 .fancybox-item .fancybox-icon {
  position: absolute;
  z-index: -1;
  font-size: 70px;
  color: #e9e9f0;
}
.fancybox-layout5 .fancybox-item .fancybox-title,
.fancybox-layout6 .fancybox-item .fancybox-title {
  font-size: 20px;
  margin-bottom: 15px;
}
.fancybox-layout5 .fancybox-item .fancybox-desc,
.fancybox-layout6 .fancybox-item .fancybox-desc {
  font-size: 16px;
  line-height: 1.6;
}
.fancybox-layout5 .fancybox-item .btn,
.fancybox-layout6 .fancybox-item .btn {
  height: 48px;
  min-width: 130px;
  margin-top: 25px;
}
.fancybox-layout5 .fancybox-item:hover,
.fancybox-layout6 .fancybox-item:hover {
  transform: translateY(-10px);
}

.fancybox-layout5 .fancybox-item {
  margin-top: -150px;
}
.fancybox-layout5 .fancybox-item .fancybox-icon {
  bottom: 30px;
  left: 30px;
}

.fancybox-layout6 .fancybox-item {
  margin-top: -60px;
}
.fancybox-layout6 .fancybox-item .fancybox-icon {
  top: 25px;
  left: 30px;
}

.fancybox-light .fancybox-item .fancybox-icon {
  color: #ffffff;
}

.fancybox-light .fancybox-item .fancybox-title {
  color: #ffffff;
}
.fancybox-light .fancybox-item .fancybox-desc {
  color: #f9f9f9;
}

.fancybox-carousel {
  overflow-x: hidden;
}
.fancybox-carousel .slick-list {
  margin: 0 -15px;
  overflow: visible;
}
.fancybox-carousel .slick-slide {
  margin: 0 15px;
  transition: all 0.3s ease;
}
.fancybox-carousel .slick-slide.slick-active {
  opacity: 1;
  visibility: visible;
}
.fancybox-carousel .slick-slide:not(.slick-active) {
  opacity: 0;
  visibility: hidden;
}
.fancybox-carousel .slick-dots li:not(.slick-active) button {
  background-color: #ffffff;
}
.fancybox-carousel .fancybox-item .fancybox-desc {
  min-height: 100px;
}

@media (min-width: 1200px) {
  .fancybox-carousel .carousel-container {
    margin-left: -140px;
  }
  .fancybox-carousel .carousel-container .slick-dots {
    margin-left: 140px;
  }
}
@media (min-width: 1400px) {
  .fancybox-layout3 .heading-desc {
    font-size: 17px;
    padding-left: 70px;
  }
  .fancybox-carousel .slick-list {
    margin: -20px;
  }
  .fancybox-carousel .slick-slide {
    margin: 20px;
  }
}
@media (min-width: 1500px) {
  .fancybox-carousel .carousel-container {
    margin-left: -500px;
  }
  .fancybox-carousel .carousel-container .slick-dots {
    margin-left: 500px;
  }
}
@media (min-width: 992px) {
  .fancybox-layout2 .fancybox-item:hover .fancybox-icon,
  .fancybox-layout3 .fancybox-item:hover .fancybox-icon {
    animation: slideTopDown 1s infinite;
  }
  .fancybox-layout3 .fancybox-item {
    margin-bottom: 43px;
  }
  .fancybox-layout3 .fancybox-item:last-of-type {
    margin-bottom: 0;
  }
  .fancybox-layout3 .fancybox-item:last-of-type .fancybox-body {
    padding-bottom: 0;
    border-bottom: 0;
  }
  .fancybox-layout3 .fancybox-item .fancybox-body {
    flex: 0 0 calc(100% - 100px);
    max-width: calc(100% - 100px);
    padding-bottom: 42px;
  }
  .fancybox-layout3 .fancybox-item .fancybox-icon {
    flex: 0 0 100px;
    max-width: 100px;
  }
}

@media (max-width: 991px) {
  .fancybox-layout1 .fancybox-item {
    margin: 0 0 20px;
  }

  .fancybox-layout1 .fancybox-item .fancybox-title,
  .fancybox-layout4 .fancybox-item .fancybox-title {
    padding-bottom: 15px;
    margin-bottom: 13px;
  }
  .fancybox-layout3 .fancybox-item {
    margin-bottom: 20px;
  }
  .fancybox-layout3 .fancybox-item .fancybox-icon {
    font-size: 45px;
    flex: 0 0 60px;
    max-width: 60px;
  }
  .fancybox-layout3 .fancybox-item .fancybox-body {
    flex: 0 0 calc(100% - 60px);
    max-width: calc(100% - 60px);
    padding-bottom: 20px;
  }
  .fancybox-layout3 .fancybox-item .fancybox-title {
    margin-bottom: 7px;
  }
  .fancybox-layout5 .fancybox-item,
  .fancybox-layout6 .fancybox-item {
    padding: 20px;
    margin: 0 0 20px;
  }
  .fancybox-layout5 .fancybox-item .fancybox-icon,
  .fancybox-layout6 .fancybox-item .fancybox-icon {
    font-size: 40px;
  }
  .fancybox-layout5 .fancybox-item .fancybox-icon {
    bottom: 20px;
    left: 20px;
  }
  .fancybox-layout5 .row > [class*=col-]:first-child .fancybox-item {
    margin-top: -100px;
  }
  .fancybox-layout6 .fancybox-item .fancybox-icon {
    top: 15px;
    left: 20px;
  }
  .fancybox-layout6 .row > [class*=col-]:first-child .fancybox-item {
    margin-top: -30px;
  }
}
/* Mobile Phones and tablets */
@media (min-width: 320px) and (max-width: 991px) {
  .fancybox-item .fancybox-icon {
    font-size: 40px;
  }
  .fancybox-item .fancybox-title {
    font-size: 15px !important;
    margin-bottom: 5px;
  }
  .fancybox-layout2 .fancybox-item {
    margin-bottom: 20px;
  }
  .fancybox-layout2 .fancybox-item .fancybox-title {
    margin-bottom: 10px;
  }
  .fancybox-layout2 .fancybox-item .fancybox-icon {
    font-size: 40px;
    flex: 0 0 60px;
    max-width: 60px;
  }
  
  .fancybox-layout2 .fancybox-item .fancybox-icon img {
	  width: 60px;
  }
  
  
  

  
  
  .fancybox-layout2 .fancybox-item .fancybox-body {
padding: 0;
  }
  .fancybox-layout3 .fancybox-item {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .fancybox-layout1 .fancybox-item .fancybox-icon,
  .fancybox-layout4 .fancybox-item .fancybox-icon {
    bottom: 15px;
    left: 15px;
    font-size: 40px;
  }
}
/*--------------------
     Team
---------------------*/
.member {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  margin-bottom: 30px;
  transition: all 0.3s linear;
}
.member .member-img {
  position: relative;
  z-index: 2;
  transition: all 0.3s ease;
}
.member .member-img img {
  width: 100%;
  border-radius: 10px;
}
.member .member-info {
  position: relative;
  padding: 28px 20px;
  background-color: #ffffff;
  transition: all 0.3s ease;
}
.member .member-info .member-name {
  font-size: 20px;
  margin-bottom: 7px;
  transition: all 0.3s ease;
}
.member .member-info .member-desc {
  font-size: 15px;
  margin-bottom: 0;
  transition: all 0.3s ease;
}
.member .social-icons {
  transition: all 0.3s ease;
}
.member .social-icons li {
  margin-left: 3px;
  transition: all 0.3s ease;
}
.member .social-icons li a {
  width: 38px;
  height: 38px;
  box-shadow: none;
  border-radius: 50%;
  background-color: #f98815;
}
.member .social-icons li a .social-icon {
  color: #ffffff;
}
.member .social-icons li a:hover {
  background-color: #171717;
}
.member .social-icons li:last-of-type {
  margin-left: 0;
}

.team-layout1 .member {
  box-shadow: 0px 5px 83px 0px rgba(40, 40, 40, 0.11);
}
.team-layout1 .member .member-info {
  padding: 40px;
}
.team-layout1 .member .social-icons li {
  opacity: 0;
}
.team-layout1 .member:hover .social-icons li {
  opacity: 1;
}
.team-layout1 .member:hover .social-icons li:nth-of-type(2) {
  transition-delay: 0.2s;
}
.team-layout1 .member:hover .social-icons li:nth-of-type(3) {
  transition-delay: 0.4s;
}
.team-layout1 .member:hover .social-icons li:nth-of-type(4) {
  transition-delay: 0.6s;
}

.team-layout2 .member .social-icons {
  opacity: 0;
  margin-top: -58px;
  margin-bottom: 15px;
}
.team-layout2 .member:hover {
  box-shadow: 0px 5px 83px 0px rgba(40, 40, 40, 0.11);
}
.team-layout2 .member:hover .member-img {
  transform: translateY(-58px);
}
.team-layout2 .member:hover .social-icons {
  opacity: 1;
}

/* Mobile Phones and tablets */
@media (min-width: 320px) and (max-width: 991px) {
  .member {
    max-width: 450px;
    margin: 0 auto 30px;
  }
  .member .member-info {
    padding: 15px !important;
  }
  .member .member-info .member-name {
    font-size: 15px;
    margin-bottom: 0;
  }
}
/*----------------------------
     Testimonial
------------------------------*/
.testimonial-item {
  position: relative;
  padding: 47px 45px;
  border-radius: 10px;
}

.testimonial-title {
  color: #828599;
  font-size: 21px;
  font-weight: 400;
  line-height: 1.8;
  margin-bottom: 24px;
}

.testimonial-meta {
  opacity: 0.7;
  transition: opacity 0.3s ease;
}
.testimonial-meta.slick-slide {
  cursor: pointer;
}
.testimonial-meta.slick-current {
  opacity: 1;
}
.testimonial-meta.slick-current .testimonial-thmb {
  border-color: #f98815;
}

.testimonial-meta-title {
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 4px;
  white-space: nowrap;
}

.testimonial-meta-desc {
  position: relative;
  z-index: 2;
  font-size: 14px;
  line-height: 1;
  margin-bottom: 0;
}

.testimonial-thmb {
  width: 52px;
  height: 52px;
  padding: 5px;
  border-radius: 50%;
  margin-left: 20px;
  border: 2px solid #f98815;
  transition: all 0.3s ease;
}
.testimonial-thmb img {
  display: block;
  border-radius: 50%;
  margin: auto;
}

.testimonials-rating {
  position: relative;
  max-width: 300px;
  padding: 20px 0px 20px 30px;
}
.testimonials-rating:before {
  content: "";
  position: absolute;
  top: 0;
  right: -10px;
  width: 143px;
  height: 95px;
  background-image: url(../images/icons/text-shape.html);
}
.testimonials-rating .total-rate {
  
  font-size: 38px;
  
  color: #f98815;
  margin-left: 10px;
}
.testimonials-rating .overall-rate {
  
  color: #171717;
  border-bottom: 2px solid #171717;
}

.testimonial-hidden .testimonial-item {
  display: none;
}

.testimonials-layout1 .testimonial-item:before {
  content: "\e932";
  font-family: "icomoon";
  position: absolute;
  bottom: 30px;
  left: 45px;
  font-size: 45px;
  color: #f98815;
}
.testimonials-layout1 .testimonial-item:after {
  content: "";
  position: absolute;
  bottom: -30px;
  right: 0;
  border-style: solid;
  border-width: 36px 46px 0 0;
  border-color: #ffffff transparent transparent transparent;
}

.testimonials-layout2 .testimonial-item {
  padding: 0;
}
.testimonials-layout2 .testimonial-title {
  font-size: 23px;
}
.testimonials-layout2 .testimonial-thmb {
  width: 60px;
  height: 60px;
  padding: 6px;
  flex: 0 0 60px;
  border: 2px solid transparent;
}
.testimonials-layout2 .slick-arrow {
  width: 34px;
  height: 34px;
}
.testimonials-layout2 .slick-arrow:before {
  width: 34px;
  height: 34px;
  font-size: 11px;
  background-color: #171717;
}

.testimonials-light .testimonial-title {
  color: #ffffff;
}

.testimonials-light .testimonial-meta-title {
  color: #ffffff;
}
.testimonials-light .testimonial-meta-desc {
  color: #f9f9f9;
}
.testimonials-light .testimonial-meta.slick-current .testimonial-thmb {
  border-color: #ffffff;
}

@media (max-width: 991px) {
  .testimonials-layout1 .testimonial-item {
    padding: 27px;
  }
  .testimonials-layout1 .testimonial-item:before {
    left: 27px;
  }
}
@media (min-width: 576px) {
  .testimonials-layout1 .testimonial-item {
    margin-bottom: 80px;
  }
  .testimonials-layout1 .testimonials-wrapper > [class*=col-]:nth-of-type(4n+0) .testimonial-item {
    background-color: #ffffff;
    box-shadow: 0px 5px 83px 0px rgba(13, 14, 67, 0.12);
  }
  .testimonials-layout1 .testimonials-wrapper > [class*=col-]:nth-of-type(4n+1) .testimonial-item {
    background-color: #ffffff;
    box-shadow: 0px 5px 83px 0px rgba(13, 14, 67, 0.12);
  }
}
@media (max-width: 575px) {
  .testimonials-layout1 .testimonial-item {
    margin-bottom: 60px;
    background-color: #ffffff;
    box-shadow: 0px 5px 83px 0px rgba(13, 14, 67, 0.12);
  }
}
/* Mobile Phones and tablets */
@media (max-width: 992px) {
  .testimonial-title {
    font-size: 18px;
  }
  .testimonial-meta-title {
    font-size: 13px;
  }
}
/*---------------------------
    Client
---------------------------*/
.client {
  position: relative;
  display: flex !important;
  align-items: center;
  justify-content: center;
  height: 100px;
  border: 1px solid #eee;background: #fff;
}
.client img {

 
  transition: all 0.3s ease;
  max-height: 80px;
width: auto !important;
max-width: 90%;
}
.client:hover img {
  opacity: 1;
  transform: scale(1.1);
}

.clients-light .client img {


}

.certificates-container {
  margin-left: -20px;
  margin-right: -20px;
}
.certificates-container > [class*=col] {
  padding: 20px;
}
.certificates-container img {
  max-width: 100px;
  filter: brightness(100);
  transition: all 0.3s linear;
}
.certificates-container img:hover {
  transform: translateY(-8px);
}

/*--------------------
     Blog
-------------------*/
.post-item {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  margin-bottom: 10px;
  transition: all 0.3s linear;
  background: #fff;
padding: 8px;
}
.post-item .post-img {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
}
.post-item .post-img img {
  width: 100%;height: 250px;
  transition: all 0.9s ease;
}
.post-item .post-title {
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 15px;
  line-height: 25px;
display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 2;
overflow: hidden;
text-overflow: ellipsis;
height: 50px;font-family: "med";
}
.post-item .post-title a {
  color: #222;
}
.post-item .post-title a:hover {
  color: #f98815;
}
.post-item .post-desc {
  margin-bottom: 25px;
}
.post-item .post-meta {
  margin-bottom: 33px;
}
.post-item .post-meta > * {
  position: relative;
  font-size: 13px;
  line-height: 1;
  margin-left: 8px;
  padding-left: 8px;
}
.post-item .post-meta > *:after {
  content: "-";
  position: absolute;
  top: 0;
  left: -2px;
  color: #828599;
}
.post-item .post-meta > *:last-child {
  padding-left: 0;
  margin-left: 0;
}
.post-item .post-meta > *:last-child:after {
  display: none;
}
.post-item .post-meta-author {
  color: #171717;
}
.post-item .post-meta-date {
  color: #828599;
}
.post-item .post-body {
  position: relative;
  z-index: 3;
  padding: 20px 22px;
  transition: all 0.3s ease-in-out 0s;
}
.post-item .post-meta-cat {
  position: absolute;
  left: 40px;
  bottom: 30px;
  z-index: 2;
  display: flex;
}
.post-item .post-meta-cat a {
  position: relative;
  font-size: 14px;
  padding: 7px 15px;
  margin-right: 5px;
  border-radius: 6px;
  color: #ffffff;
  background-color: #171717;
}
.post-item .post-meta-cat a:hover {
  background-color: #f98815;
}
.post-item .btn-link {
  color: #666;
}
.post-item .btn-link .plus-icon {
  color: #ffffff;
  background-color: #171717;
}
.post-item .btn-link:hover .plus-icon {
  color: #ffffff !important;
  background-color: #f98815 !important;
}
.post-item:hover {
  box-shadow: 0px 5px 83px 0px rgba(13, 14, 67, 0.12);
}
.post-item:hover .post-img img {
  transform: scale(1.1) rotate(1deg);
}


.blog-layout1 .post-item:hover {
  border-bottom-color: #f98815;
  box-shadow: 0px 5px 83px 0px rgba(13, 14, 67, 0.08);
}
.blog-layout1 .post-item:hover:not(.post-item-single):after {
  width: calc(100% - 80px);
}
.blog-layout1 .post-item:hover .post-img img {
  transform: scale(1.1) rotate(1deg);
}
.blog-layout1 .post-item:hover .btn-link {
  color: #f98815;
}
.blog-layout1 .post-item:hover .btn-link .plus-icon {
  color: #ffffff !important;
  background-color: #f98815 !important;
}

.blog-layout2 .post-item {
  box-shadow: none;
  border-radius: 0;
}
.blog-layout2 .post-item.featured-post .post-img {
  max-height: 340px;
}
.blog-layout2 .post-item.featured-post .post-img img {
  width: 100%;
}
.blog-layout2 .post-item.featured-post .post-body {
  padding: 40px 20px 0 40px;
}
.blog-layout2 .post-item.featured-post .post-title {
  font-size: 21px;
  
}
.blog-layout2 .post-item.featured-post .post-meta {
  margin-bottom: 10px;
}
.blog-layout2 .post-item:not(.featured-post) {
  padding-bottom: 25px;
  margin-bottom: 25px;
  border-bottom: 1px solid #e9e9f0;
}
.blog-layout2 .post-item:not(.featured-post):last-child {
  padding-bottom: 0;
  border-bottom: 0;
}
.blog-layout2 .post-item:not(.featured-post) .post-body {
  padding: 0;
}
.blog-layout2 .post-item:not(.featured-post) .post-title {
  margin-bottom: 17px;
}
.blog-layout2 .post-item:not(.featured-post) .post-meta {
  margin-bottom: 0;
}
.blog-layout2 .post-item .post-img {
  overflow: hidden;
  border-radius: 15px;
}
.blog-layout2 .cta-form {
  position: relative;
  overflow: hidden;
  padding: 20px;
  border-radius: 10px;
  background-color: #f98815;
}
.blog-layout2 .cta-form:after {
  content: "\e923";
  font-family: "icomoon";
  position: absolute;
  bottom: -40px;
  left: -30px;
  font-size: 150px;
  line-height: 1;
  color: #59dac2;
}
.blog-layout2 .cta-form .cta-title {
  font-weight: 500;
  color: #ffffff;
  margin-bottom: 39px;
}
.blog-layout2 .cta-form .form-control {
  border: 0;
  height: 68px;
}
.blog-layout2 .cta-form .form-control::-webkit-input-placeholder {
  color: #848e9f;
}
.blog-layout2 .cta-form .form-control:-moz-placeholder {
  color: #848e9f;
}
.blog-layout2 .cta-form .form-control::-moz-placeholder {
  color: #848e9f;
}
.blog-layout2 .cta-form .form-control:-ms-input-placeholder {
  color: #848e9f;
}

.post-item-single {
  box-shadow: 0px 5px 83px 0px rgba(13, 14, 67, 0.12);
}
.post-item-single:after {
  right: 45px;
  left: 45px;
  height: 6px;
  width: calc(100% - 90px);
}
.post-item-single .post-meta {
  margin-bottom: 13px;
}
.post-item-single .post-img {
  border-radius: 20px;
}

.blog-carousel .post-item:hover {
  box-shadow: 0px 5px 83px 0px rgba(13, 14, 67, 0.12);
}
.blog-carousel .slick-list {
  margin: -15px;
  overflow: visible;
}
.blog-carousel .slick-slide {
  margin: 15px;
}
.blog-carousel .slick-slide:not(.slick-active) {
  opacity: 0;
  visibility: hidden;
}

.blog-widget-title {
  font-size: 21px;
  margin-bottom: 24px;
}

.widget-nav .nav-icon {
  position: relative;
  max-width: 60px;
  flex: 0 0 60px;
  height: 60px;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #171717;
  border: 2px solid #eaeaea;
  transition: all 0.3s linear;
}
.widget-nav .nav-ttile {
  font-size: 15px;
  
  white-space: nowrap;
  color: #171717;
  flex: 0 0 calc(100% - 80px);
  max-width: calc(100% - 80px);
  transition: all 0.3s linear;
}
.widget-nav .nav-next .nav-icon {
  margin-left: 20px;
}
.widget-nav .nav-prev .nav-icon {
  margin-right: 20px;
}
.widget-nav .nav-prev .nav-ttile {
  text-align: left;
}
.widget-nav .nav-next,
.widget-nav .nav-prev {
  flex: 0 0 160px;
  max-width: 160px;
}
.widget-nav .nav-next:hover .nav-icon {
  color: #ffffff;
  border-color: #f98815;
  background-color: #f98815;
}
.widget-nav .nav-prev:hover .nav-icon {
  color: #ffffff;
  border-color: #f98815;
  background-color: #f98815;
}
.widget-nav .nav-next:hover .nav-ttile {
  color: #f98815;
}
.widget-nav .nav-prev:hover .nav-ttile {
  color: #f98815;
}

.blog-author {
  position: relative;
  padding: 50px;
  border-radius: 10px;
  box-shadow: 0px 5px 83px 0px rgba(13, 14, 67, 0.12);
}
.blog-author:after {
  content: "";
  position: absolute;
  right: 50px;
  left: 50px;
  bottom: 0;
  height: 6px;
  background-color: #171717;
}
.blog-author .blog-author-avatar {
  flex: 0 0 150px;
  max-width: 150px;
  overflow: hidden;
  margin-bottom: 20px;
  padding-left: 30px;
}
.blog-author .blog-author-avatar img {
  border-radius: 3px;
}
.blog-author .blog-author-content {
  flex: calc(100% - 150px);
  max-width: calc(100% - 150px);
}
.blog-author .blog-author-name {
  font-size: 18px;
  margin-bottom: 12px;
}
.blog-author .blog-author-bio {
  font-size: 15px;
  margin-bottom: 13px;
}

.bordered-box {
  border-radius: 4px;
  border: 1px solid #e5e8ea;
}
.bordered-box .blog-share,
.bordered-box .blog-tags {
  padding: 25px;
}

.comments-list .comment-item {
  position: relative;
  padding-bottom: 20px;
  border-bottom: 2px solid #eaeaea;
  margin-bottom: 30px;
}
.comments-list .comment-item:last-child {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}
.comments-list .comment-item .comment-avatar {
  position: absolute;
  top: 0;
  right: 0;
  width: 80px;
  height: 80px;
  overflow: hidden;
}
.comments-list .comment-item .comment-avatar img {
  border-radius: 5px;
}
.comments-list .comment-item .comment-content {
  padding-right: 120px;
}
.comments-list .comment-item .comment-content .comment-author {
  display: inline-flex;
  font-size: 18px;
  margin-left: 20px;
  margin-bottom: 0;
}
.comments-list .comment-item .comment-content .comment-date {
  font-size: 12px;
  line-height: 1;
  color: #616161;
}
.comments-list .comment-item .comment-content .comment-desc {
  margin-bottom: 6px;
  padding: 35px 40px;
  position: relative;
  margin: 10px 0;
  background-color: #e0f8f4;
}
.comments-list .comment-item .comment-content .comment-desc:before {
  content: "";
  position: absolute;
  top: 0;
  right: -20px;
  border-style: solid;
  border-width: 0 20px 15px 0;
  border-color: transparent #e0f8f4 transparent transparent;
}
.comments-list .comment-item .comment-content .comment-reply {
  text-transform: capitalize;
  font-size: 14px;
  
  line-height: 1;
  color: #f98815;
}
.comments-list .comment-item .comment-content .comment-reply:hover {
  color: #171717;
}
.comments-list .comment-item .nested-comment {
  border-top: 1px solid #eaeaea;
  padding: 30px 0 0 0;
  margin: 30px 0 0 90px;
}

.blog-comments-form .form-control {
  height: 60px;
}
.blog-comments-form .btn {
  height: 70px;
  line-height: 70px;
}

.blog-tags ul li a {
  position: relative;
  font-size: 14px;
  padding-left: 5px;
  color: #f98815;
}
.blog-tags ul li a:hover {
  color: #171717;
}
.blog-tags ul li a:before {
  content: ",";
  position: absolute;
  top: -2px;
  left: 1px;
  color: #f98815;
}
.blog-tags ul li:last-child a:before {
  display: none;
}

@media (min-width: 1400px) {
  .blog-carousel .slick-list {
    margin: -20px;
  }
  .blog-carousel .slick-slide {
    margin: 20px;
  }
}
@media (min-width: 1200px) {
  .blog-single .post-item .post-title {
    font-size: 40px;
    
  }
  .blog-single .post-item .post-desc p {
    font-size: 16px;
    line-height: 1.7;
    margin-bottom: 25px;
  }
  .blog-single .post-item .post-body {
    margin-bottom: 0;
  }
  .blog-layout2 .cta-form {
    padding: 50px;
  }
}
@media (min-width: 768px) {
  .widget-nav-next {
    text-align: left;
    flex-direction: row-reverse;
  }
}
/* Mobile Phones and tablets */
@media (min-width: 320px) and (max-width: 991px) {
  .post-item .post-title {
    font-size: 17px;
    margin-bottom: 10px;
  }
  .post-item .post-body {
    padding: 17px 20px;
  }
  .post-item .post-meta {
    margin-bottom: 13px;
  }
  .post-item .post-desc {
    font-size: 14px;
    margin-bottom: 15px;
  }
  .post-item .post-meta-cat {
    left: 20px;
    bottom: 10px;
  }
  .post-item .plus-icon {
    font-size: 18px;
  }
  .blog-layout1:after {
    right: 20px;
    left: 20px;
    width: calc(100% - 40px);
  }
  .blog-layout2 .post-item.featured-post .post-body {
    padding: 20px;
  }
  .blog-layout2 .cta-form .cta-title {
    font-weight: 500;
    color: #ffffff;
    margin-bottom: 19px;
  }
  .blog-layout2 .cta-form .btn,
  .blog-layout2 .cta-form .form-control {
    height: 50px;
  }
  .blog-author {
    flex-direction: column;
    padding: 20px;
  }
  .blog-author:after {
    left: 20px;
    right: 20px;
  }
  .blog-author .blog-author-avatar,
  .blog-author .blog-author-content {
    flex: 100%;
    max-width: 100%;
  }
  .widget-nav .nav-icon {
    max-width: 40px;
    flex: 0 0 40px;
    height: 40px;
  }
  .widget-nav .nav-next .nav-icon {
    margin-left: 10px;
  }
  .widget-nav .nav-prev .nav-icon {
    margin-right: 10px;
  }
  .widget-nav .nav-ttile {
    flex: 0 0 calc(100% - 50px);
    max-width: calc(100% - 50px);
  }
  .comments-list .comment-item .comment-avatar {
    width: 40px;
    height: 40px;
  }
  .comments-list .comment-item .comment-content {
    padding-right: 60px;
  }
  .comments-list .comment-item .comment-content .comment-desc {
    font-size: 13px;
    padding: 10px;
  }
  .comments-list .comment-item .nested-comment {
    padding: 20px 0 0 0;
    margin: 20px 0 0 40px;
  }
  .bordered-box .blog-share,
  .bordered-box .blog-tags {
    padding: 10px;
  }
}
/*----------------------------
    Contact
----------------------------*/
.contact-panel {
  position: relative;
  z-index: 2;
  padding: 60px;
  border-radius: 15px;
  background-color: #ffffff;
  box-shadow: 0px 5px 83px 0px rgba(9, 29, 62, 0.1);
}
.contact-panel .panel-header {
  padding: 35px 40px;
  border-radius: 10px;
  background-color: #171717;
}
.contact-panel .panel-header .panel-title {
  font-size: 20px;
}

.map iframe {
  width: 100%;
}

.map-container {
  position: absolute;
  top: 50%;
  z-index: 1;
  width: 340px;
  transform: translateY(-50%);
  margin-right: calc((100% - 1250px) / 2);
  margin-left: calc((100% - 1250px) / 2);
}
.map-container .accordion-item {
  padding: 0;
  border: 0;
}
.map-container .accordion-item.opened .accordion-header:not(.collapsed) .accordion-title {
  color: #171717;
}
.map-container .accordion-header {
  border-top: 1px solid #e7ebef;
  border-bottom: 1px solid #e7ebef;
}
.map-container .accordion-header,
.map-container .accordion-body {
  padding: 20px 40px;
}
.map-container .accordion-title {
  padding: 0 40px 0 0;
  font-size: 17px;
}
.map-container .accordion-title:after {
  right: auto;
  left: 0;
}
.map-container .contact-list li {
  font-size: 14px;
  margin-bottom: 7px;
}
.map-container .contact-list li:last-child {
  margin-bottom: 0;
}

.contact-panel-title {
  font-size: 24px;
  margin-bottom: 14px;
}

.contact-layout1 .text-block {
  margin-bottom: 37px;
  padding-left: 50px;
}
.contact-layout1 .text-block-desc {
  font-size: 15px;
}

.locations-panel {
  margin-bottom: 65px;
}
.locations-panel .locations-panel-header {
  border-bottom: 2px solid #eaeaea;
  margin-bottom: 25px;
}
.locations-panel .locations-panel-title {
  font-size: 25px;
  margin-bottom: 25px;
}
.locations-panel ul {
  display: flex;
  flex-wrap: wrap;
}
.locations-panel ul li {
  margin-bottom: 18px;
  flex-basis: 25%;
}
.locations-panel ul li a {
  color: #171717;
  font-size: 14px;
  
}
.locations-panel ul li a:hover {
  color: #f98815;
}
.locations-panel ul li a i {
  margin-left: 10px;
}

.login-form {
  margin: auto;
  padding: 60px;
  max-width: 400px;
  border-radius: 20px;
  background-color: #ffffff;
  box-shadow: 0px 5px 83px 0px rgba(13, 14, 67, 0.12);
}

/* Mobile Phones & tablets and Small Screens */
@media (max-width: 992px) {
  .contact-panel {
    padding: 20px;
  }
  .contact-panel .contact-panel-desc {
    font-size: 13px;
    line-height: 23px;
  }
}
/*--------------------------
        pricing
--------------------------*/
[class*=pricing-widget-layout] {
  padding: 40px;
  border-radius: 12px;
}
[class*=pricing-widget-layout] .pricing-title {
  font-size: 19px;
}
[class*=pricing-widget-layout] .pricing-list li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  
  font-size: 15px;
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #dcdee2;
}
[class*=pricing-widget-layout] .pricing-list li:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: 0;
}
[class*=pricing-widget-layout] .pricing-list li .price {
  line-height: 1;
  padding: 6px 10px;
  border-radius: 5px;
}

.pricing-widget-layout1 {
  background-color: #f2f4f8;
}
.pricing-widget-layout1 .pricing-list li .price {
  color: #ffffff;
  background-color: #f98815;
}

.pricing-widget-layout2 {
  background-color: #e0f8f4;
}
.pricing-widget-layout2 .pricing-list li .price {
  color: #ffffff;
  background-color: #171717;
}

.pricing-widget-layout3 {
  border: 2px solid #dfdfea;
}
.pricing-widget-layout3 .pricing-list li .price {
  color: #ffffff;
  background-color: #171717;
}

.widget-plan {
  border-radius: 13px;
  border: 2px solid #e6e8eb;
}
.widget-plan .widget-body {
  padding: 50px;
}
.widget-plan .widget-footer {
  padding: 50px;
  border-top: 2px solid #e6e8eb;
}
.widget-plan .plan-price {
  line-height: 1;
  font-size: 50px;
  color: #435BA1;
}
.widget-plan .plan-price .period {
  font-size: 14px;
}
.widget-plan .plan-items {
  padding: 30px;
  border-radius: 10px;
  background-color: #e0f8f4;
}
.widget-plan .plan-items .feature-title {
  color: #171717;
}

/* Mobile Phones & tablets and Small Screens */
@media (max-width: 992px) {
  [class*=pricing-widget-layout] {
    padding: 20px;
    border-radius: 8px;
  }
  [class*=pricing-widget-layout] .pricing-title {
    font-size: 16px;
  }
  [class*=pricing-widget-layout] .pricing-list li {
    font-size: 14px;
  }
  [class*=pricing-widget-layout] .pricing-list li .price {
    padding: 3px 6px;
  }
}
/*--------------------
    Sidebar
----------------------*/
.sidebar.sticky-top {
  top: 100px;
}

.widget {
  position: relative;
  padding: 50px;
  margin-bottom: 40px;
  border-radius: 10px;
  box-shadow: 0px 5px 83px 0px rgba(13, 14, 67, 0.12);
}
.widget:after {
  content: "";
  position: absolute;
  right: 50px;
  left: 50px;
  bottom: 0;
  height: 6px;
  background-color: #f98815;
}
.widget:last-child {
  margin-bottom: 0;
}
.widget .widget-title {
  font-size: 22px;
  margin-bottom: 23px;
}

.widget-search {
  background-color: #f98815;
}
.widget-search .widget-form-search {
  position: relative;
}
.widget-search .widget-form-search .form-control {
  height: 55px;
}
.widget-search .widget-form-search .btn {
  position: absolute;
  top: 0;
  left: 20px;
  width: auto;
  color: #171717;
  padding: 0;
  min-width: 0;
  height: 55px;
  line-height: 55px;
}
.widget-search .widget-form-search .btn:before {
  display: none;
}
.widget-search .widget-form-search .btn:hover {
  color: #f98815;
}

.widget-categories ul li {
  margin-bottom: 11px;
}
.widget-categories ul li:last-child {
  margin-bottom: 0;
}
.widget-categories ul li a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 15px;
  
  padding: 20px;
  border-radius: 3px;
  text-transform: capitalize;
  color: #ffffff;
  background-color: #171717;
  transition: all 0.3s linear;
}
.widget-categories ul li a .cat-count {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  font-weight: 400;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  color: #ffffff;
  background-color: #f98815;
  transition: all 0.3s linear;
}
.widget-categories ul li a:hover {
  background-color: #f98815;
}
.widget-categories ul li a.active {
  background-color: #f98815;
}
.widget-categories ul li a:hover .cat-count {
  color: #f98815;
  background-color: #ffffff;
}
.widget-categories ul li a.active .cat-count {
  color: #f98815;
  background-color: #ffffff;
}

.widget-categories-layout2 ul li {
  margin-bottom: 11px;
}
.widget-categories-layout2 ul li:last-child {
  margin-bottom: 0;
}
.widget-categories-layout2 ul li a {
  position: relative;
  display: flex;
  font-size: 15px;
  
  color: #f98815;
}
.widget-categories-layout2 ul li a:hover {
  color: #171717;
}

.widget-services ul li {
  margin-bottom: 4px;
}
.widget-services ul li:last-child {
  margin-bottom: 0;
}
.widget-services ul li a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 15px;
  
  padding: 22px 30px;
  text-transform: capitalize;
  border-radius: 50px;
  
  color: #171717;
  background-color: #ffffff;
  transition: all 0.4s ease;
}
.widget-services ul li a:hover {
  color: #ffffff;
  background-color: #f98815;
}

.widget-tags ul {
  display: flex;
  flex-wrap: wrap;
}
.widget-tags ul li a {
  display: block;
  font-size: 14px;
  line-height: 1;
  text-transform: capitalize;
  padding: 9px 12px;
  margin: 0 10px 10px 0;
  border-radius: 7px;
  color: #ffffff;
  background-color: #171717;
  transition: all 0.4s ease;
}
.widget-tags ul li a:hover {
  color: #ffffff;
  background-color: #f98815;
}

/*widget posts*/
.widget-post-item {
  margin-bottom: 25px;
}
.widget-post-item:last-of-type {
  margin-bottom: 0;
}
.widget-post-item .widget-post-title {
  font-size: 16px;
  margin-bottom: 0;
}
.widget-post-item .widget-post-title a {
  color: #000;
}
.widget-post-item:hover .widget-post-title a {
  color: #f98815;
}
.widget-post-item .widget-post-img {
  flex: 0 0 80px;
  max-width: 80px;
  margin-left: 15px;
}
.widget-post-item .widget-post-img img {
  border-radius: 5px;
}
.widget-post-item .widget-post-date {
  line-height: 1;
  font-size: 13px;
  margin-bottom: 4px;
}

/*widget products*/
.widget-poducts .widget-product-item {
  margin-bottom: 20px;
}
.widget-poducts .widget-product-item:last-of-type {
  margin-bottom: 0;
}
.widget-poducts .widget-product-item .widget-product-title {
  font-size: 15px;
  margin-bottom: 0;
}
.widget-poducts .widget-product-item .widget-product-title a {
  color: #000;
}
.widget-poducts .widget-product-item:hover .widget-product-title a {
  color: #f98815;
}
.widget-poducts .widget-product-item .widget-product-img {
  margin-left: 20px;
  flex: 0 0 60px;
  max-width: 60px;
  height: 60px;
  overflow: hidden;
  border-radius: 2px;
}
.widget-poducts .widget-product-item .widget-product-img img {
  border-radius: 5px;
}
.widget-poducts .widget-product-item .widget-product-price {
  color: #f98815;
  font-size: 15px;
  
}

/* Widget Help */
.widget-banner .widget-icon {
  font-size: 55px;
  margin-bottom: 4px;
}
.widget-banner .widget-icon {
  color: #ffffff;
}
.widget-banner .widget-title {
  color: #ffffff;
}
.widget-banner .widget-desc {
  font-size: 16px;
  color: #f9f9f9;
  margin-bottom: 90px;
}
.widget-banner .phone-number {
  font-size: 20px;
  margin-top: 5px;
  color: #ffffff !important;
}

/* Widget schedule */
.widget-schedule {
  background-color: #f6f6f6;
}
.widget-schedule .widget-icon {
  color: #171717;
  font-size: 50px;
  margin-bottom: 6px;
}

.time-list li {
  display: flex;
  justify-content: space-between;
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #dcdee2;
}
.time-list li:last-child {
  margin-bottom: 0;
  border-bottom: 0;
}

/* widget member */
.widget-member {
  padding: 0;
  overflow: visible;
}
.widget-member:after {
  display: none;
}
.widget-member .member {
  z-index: 3;
  box-shadow: 0px 5px 83px 0px rgba(9, 29, 62, 0.15);
}
.widget-member .member:before {
  transform: scaleX(1);
}
.widget-member .member .social-icons li {
  opacity: 1;
}

.widget-banner {
  border-bottom: 0;
}

/* Widget download */
.widget-download .btn {
  height: 80px;
  border-radius: 0;
  -webkit-clip-path: none;
          clip-path: none;
  padding: 0;
  justify-content: flex-start;
  text-align: center;
}
.widget-download .btn:not(:last-child) {
  margin-bottom: 20px;
}
.widget-download .btn .btn-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 80px;
  height: 80px;
  color: #ffffff;
  font-size: 30px;
  margin-left: 10px;
  margin: 0;
  transition: all 0.3s ease;
  background-color: rgba(255, 255, 255, 0.1);
}
.widget-download .btn .btn-text {
  flex: 1;
}

/* Widget Filter */
.widget-filter .ui-slider {
  background-color: rgba(34, 34, 34, 0.06);
  border-radius: 0;
  height: 4px;
  margin-bottom: 18px;
}
.widget-filter .ui-slider-range {
  height: 4px;
  background-color: #f98815;
}
.widget-filter .price-output {
  flex: 0 0 50%;
  max-width: 50%;
}
.widget-filter label {
  color: #828599;
  font-size: 14px;
  margin-bottom: 0;
}
.widget-filter input {
  background-color: transparent;
  color: #828599;
  font-size: 14px;
  border: none;
}
.widget-filter .btn-filter {
  font-size: 14px;
  
  color: #171717;
}
.widget-filter .btn-filter:hover {
  color: #f98815;
}

.ui-slider {
  position: relative;
}

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-widget.ui-widget-content {
  border: none;
}

.ui-slider.ui-state-disabled .ui-slider-handle,
.ui-slider.ui-state-disabled .ui-slider-range {
  filter: inherit;
}

.ui-slider-horizontal .ui-slider-handle {
  top: 50%;
  transform: translateY(-50%);
  margin: 0;
  width: 10px;
  height: 10px;
  border-radius: 2px;
  background-color: #f98815;
}

.ui-slider-horizontal .ui-slider-range-min {
  right: 0;
}

.ui-slider-horizontal .ui-slider-range-max {
  left: 0;
}

.sidebar-layout2 .widget {
  padding: 0;
  box-shadow: none;
  border-bottom: 0;
  background-color: transparent;
}
.sidebar-layout2 .widget:after {
  display: none;
}

@media (min-width: 1200px) {
  .sidebar.has-marign-right,
  .sidebar-layout2.has-marign-right {
    margin-left: 40px;
  }
  .sidebar.has-marign-left,
  .sidebar-layout2.has-marign-left {
    margin-right: 40px;
  }
  .widget-member.shifted-top {
    margin-top: -450px;
  }
}
@media (min-width: 991px) and (max-width: 992px) {
  .widget {
    padding: 20px;
    margin-bottom: 30px;
  }
  .widget:after {
    right: 20px;
    left: 20px;
  }
}
/* Mobile Phones and tablets */
@media (min-width: 320px) and (max-width: 991px) {
  .widget {
    padding: 15px;
  }
  .widget:after {
    right: 15px;
    left: 15px;
  }
  .widget .widget-title {
    margin-bottom: 14px;
  }
  .widget-categories ul {
    padding: 0;
  }
  .widget-categories ul li a {
    font-size: 13px;
  }
}
/*----------------------
    About
-----------------------*/
.about-img {
  position: relative;
}
.about-img img {
  border-radius: 15px;
}

.about-layout1 .about-img {
  margin-left: 70px;
  padding-bottom: 40px;
}
.about-layout1 .about-img:after {
  content: "";
  position: absolute;
  top: 40px;
  left: -20px;
  width: 40px;
  height: 200px;
  z-index: 2;
  border-radius: 0 20px 0 20px;
  background: #171717;
}
.about-layout1 .about-icon {
  font-size: 50px;
  line-height: 1;
  color: #ffffff;
  margin-bottom: 15px;
  transition: all 0.3s ease;
}
.about-layout1 .about-banner {
  position: absolute;
  bottom: 0;
  right: -40px;
  width: 195px;
  padding: 47px 20px;
  text-align: center;
  border-radius: 20px 0 20px 0;
  background-color: #f98815;
  box-shadow: 0 0 0 40px #ffffff;
}
.about-layout1 .about-banner .banner-text {
  font-size: 16px;
  
  line-height: 1.2;
}
.about-layout1 .about-banner:hover .about-icon {
  transform: translateY(-7px);
}
.about-layout1 .about-text > p:first-of-type {
  
}
.about-layout1 .features-list-layout1 + .btn {
  margin-right: 90px;
}

.about-layout2 .about-img {
  max-width: 550px;
}
.about-layout2 .about-img img {
  position: relative;
  z-index: 2;
}
.about-layout2 .about-img:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: 1;
  animation: spinner 10s infinite;
  background-color: #d7f6f0;
  transform: rotate(42deg);
  transition: all 0.3s ease;
  -webkit-clip-path: polygon(50% 0, 100% 25%, 100% 75%, 50% 100%, 0 75%, 0 25%);
          clip-path: polygon(50% 0, 100% 25%, 100% 75%, 50% 100%, 0 75%, 0 25%);
}
.about-layout2 .features-list-layout4 {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 3;
}

.about-layout2 .note {
  padding-top: 40px;
  border-top: 1px solid #e9e9f0;
}

.about-layout3 .note {
  padding-top: 40px;
  border-top: 1px solid #e9e9f0;
}
.about-layout2 .note-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 58px;
  height: 58px;
  font-size: 18px;
  border-radius: 50%;
  color: #f98815;
  background-color: #d7f6f0;
  margin-left: 20px;
}
.about-layout3 .note-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 58px;
  height: 58px;
  font-size: 18px;
  border-radius: 50%;
  color: #f98815;
  background-color: #d7f6f0;
  margin-left: 20px;
}

.about-layout3 .about-img {
  height: 100%;
  min-height: 400px;
  margin-bottom: 90px;
  border-radius: 0 15px 15px 0;
}
.about-layout3 .about-icon {
  position: absolute;
  left: -92px;
  bottom: -100px;
  font-size: 190px;
  line-height: 1;
  color: #e9e9f0;
}

.about-layout5 {
  background-color: #F6F7F8;
}
.about-layout5 .about-text,
.about-layout5 .about-img {
  padding: 29px;
}
.about-layout5 .text-title {
  font-size: 24px;
  margin-bottom: 30px;
}
.about-layout5 .text-desc {
  font-size: 17px;
  margin-bottom: 36px;
}
.about-layout5 .tab-content {
  margin-top: -2px;
}
.about-layout5 .about-tabs {
  overflow: hidden;
  border-radius: 20px;
  box-shadow: 0px 5px 83px 0px rgba(13, 14, 67, 0.12);
}
.about-layout5 .about-tabs .nav-tabs {
  border-bottom: 2px solid #f0f1f4;
}
.about-layout5 .about-tabs .nav-tabs .nav-link {
  flex: 1;
  margin: 0;
  font-size: 15px;
  border-radius: 0;
  text-align: center;
  padding: 42px 30px;
  border-left: 2px solid #f0f1f4;
  transition: all 0.3s ease;
}
.about-layout5 .about-tabs .nav-tabs .nav-link:last-of-type {
  border-left: 0;
}
.about-layout5 .about-tabs .nav-tabs .nav-link:after {
  display: none;
}
.about-layout5 .about-tabs .nav-tabs .nav-link:before {
  content: "";
  position: absolute;
  bottom: -10px;
  right: calc(50% - 10px);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 10px 0 10px;
  border-color: transparent transparent transparent transparent;
  transition: all 0.3s ease;
}
.about-layout5 .about-tabs .nav-tabs .nav-link.active {
  color: #ffffff;
  border-color: #171717;
  background-color: #171717;
}
.about-layout5 .about-tabs .nav-tabs .nav-link:hover {
  color: #ffffff;
  border-color: #171717;
  background-color: #171717;
}
.about-layout5 .about-tabs .nav-tabs .nav-link.active:before {
  border-color: #171717 transparent transparent transparent;
}
.about-layout5 .about-tabs .nav-tabs .nav-link:hover:before {
  border-color: #171717 transparent transparent transparent;
}

.author-meta .author-img {
  margin-left: 15px;
}
.author-meta .author-img img {
  border: 10px solid rgba(33, 205, 173, 0.2);
}
.author-meta .author-title {
  font-size: 17px;
  margin-bottom: 2px;
}

@media (max-width: 1199px) {
  .about-layout3 .about-img {
    height: auto;
    margin-bottom: 60px;
  }
  .about-layout3 .about-icon {
    left: 50%;
    bottom: -60px;
    font-size: 140px;
    transform: translateX(50%);
  }
}
@media (max-width: 1399px) {
  .about-layout1 .about-img {
    margin-right: 40px;
  }
}
@media (min-width: 1200px) {
  .about-layout1 .btn-xl {
    min-width: 230px;
  }
  .about-layout1 .about-text > p {
    font-size: 16px;
  }
  .about-layout2 .heading-title {
    font-size: 39px;
  }
  .about-layout2 .about-img {
    margin-right: 110px;
  }
  .about-layout3 .container-fluid {
    padding-left: calc((100% - 1140px) / 2);
  }
  .about-layout3 .about-text {
    max-width: 520px;
  }
  .about-layout4 .btn-featured {
    overflow: visible;
  }
  .about-layout4 .btn-featured:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    z-index: -1;
    min-width: 660px;
    background: inherit;
    border-radius: inherit;
  }
}
@media (min-width: 1300px) {
  .about-layout3 .container-fluid {
    padding-left: calc((100% - 1280px) / 2);
  }
}
@media (min-width: 1400px) {
  .about-layout5 .tab-content {
    padding: 60px;
  }
}
@media (min-width: 1600px) {
  .about-layout3 .col-img {
    width: 55%;
  }
  .about-layout3 .col-text {
    width: 45%;
  }
}
@media (min-width: 992px) {
  .about-layout2 .about-img {
    margin: 0 70px 0 110px;
  }
}
@media (max-width: 991px) {
  .about-layout1 .about-img {
    margin: 0 40px 20px 40px;
  }
  .about-layout1 .about-banner {
    width: 150px;
    padding: 27px 20px;
    box-shadow: 0 0 0 10px #ffffff;
  }
  .about-layout1 .about-banner .banner-text {
    font-size: 15px;
  }
  .about-layout1 .features-list-layout1 + .btn {
    margin-right: 60px;
  }
  .about-layout2 .about-img {
    margin: 0 30px;
  }
  .about-layout5 .about-img {
    padding: 20px;
  }
  .about-layout5 .about-text {
    padding: 20px 20px 0;
  }
  .about-layout5 .text-title {
    font-size: 18px;
    margin-bottom: 10px;
  }
  .about-layout5 .text-desc {
    font-size: 14px;
    margin-bottom: 12px;
  }
  .about-layout5 .btn-xl {
    height: 50px;
    min-width: 0;
  }
  .about-layout5 .about-tabs .nav-tabs {
    flex-wrap: nowrap;
  }
  .about-layout5 .about-tabs .nav-tabs .nav-link {
    font-size: 12px;
    padding: 15px 8px;
    white-space: nowrap;
  }
}
/* Extra Small Devices */
@media (min-width: 320px) and (max-width: 575px) {
  .about-layout2 .about-img {
    margin: 0 20px;
  }
  .about-layout2 .features-list-layout4 .feature-item-inner {
    height: auto;
  }
}
@media (max-width: 510px) {
  .about-layout2 .features-list-layout4 {
    top: -70px;
  }
  .about-layout2 .about-img {
    margin-bottom: 50px;
  }
}
@media (max-width: 450px) {
  .about-layout5 .about-tabs .nav-tabs {
    overflow-x: auto;
    overflow-y: hidden;
  }
}
@media (max-width: 400px) {
  .about-layout2 .features-list-layout4 {
    display: none;
  }
  .about-layout2 .about-img {
    margin-bottom: 10px;
  }
}
/*-----------------------
    Services 
--------------------------*/
.service-item {
  position: relative;
  overflow: hidden;
  margin-bottom: 15px;
  border-radius: 10px;
  box-shadow: 0px 5px 83px 0px rgba(13, 14, 67, 0.08);
  box-shadow: 0px 3px 30px 0px rgba(45, 45, 45, 0.08);
  transition: all 0.4s ease;
}
.service-item .service-body {
  position: relative;
  background-color: #ffffff;
}


.service-item .service-body p {
		line-height: 25px;
display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 3;
overflow: hidden;
text-overflow: ellipsis;
height: 75px;
}

.service-item .service-category {
  display: inline-flex;
  margin-bottom: 13px;
}
.service-item .service-category a {
  position: relative;
  color: #f98815;
  font-size: 14px;
  padding-left: 7px;
}
.service-item .service-category a:after {
  content: ",";
  position: absolute;
  top: 0;
  left: 2px;
  color: #f98815;
}
.service-item .service-category a:last-of-type {
  padding-left: 0;
}
.service-item .service-category a:last-of-type:after {
  display: none;
}
.service-item .service-category a:hover {
  color: #171717;
}
.service-item .service-icon {
  color: #171717;
  font-size: 50px;
  line-height: 1;
  margin-bottom: 25px;
  transition: all 0.3s linear;
   transition: all 0.3s ease-in-out;
}
.service-item .service-img {
  position: relative;
  overflow: hidden;
}
.service-item .service-img img {
  width: 100%;height: 250px;
  transition: all 0.3s linear;
}
.service-item .service-title {
  font-size: 17px;
  margin-bottom: 0;
}
.service-item .service-title a {
  color: #171717;
}
.service-item .service-desc {
  margin-bottom: 0;
}
.service-item .service-title,
.service-item .service-desc,
.service-item .service-category a {
  position: relative;
  z-index: 2;
  transition: all 0.3s linear;
}
.service-item .service-shape {
  display: flex;
  position: absolute;
  top: -13px;
  right: 50px;
  z-index: 2;
  opacity: 0;
  filter: url(style.css);
  transform: scale(0);
  transition: all 0.3s ease-in-out;
}
.service-item .hexagon-clippath {
  width: 30px;
  height: 26px;
  margin-left: 3px;
  background-color: #f98815;
}
.service-item .hexagon-clippath2 {
  width: 48px;
  height: 26px;
  background-color: #171717;
}
.service-item .btn-link.btn-primary:hover .plus-icon {
  background-color: #171717;
}
.service-item:hover {
  box-shadow: 0px 5px 83px 0px rgba(40, 40, 40, 0.12);
}
.service-item:hover .service-img img {
  transform: scale(1.1);
}
.service-item:hover .service-shape {
  opacity: 1;
  transform: scale(1);
}

.services-layout1 .service-item .service-title {
  margin-bottom: 10px;
}

.services-layout2 .service-item:before, .services-layout2 .service-item:after {
  content: "";
  position: absolute;
  right: 50px;
  left: 50px;
  bottom: 0;
  height: 2px;
}
.services-layout2 .service-item:before {
  z-index: 1;
  background-color: #171717;
}
.services-layout2 .service-item:after {
  width: 0;
  z-index: 2;
  transition: all 0.4s linear;
}
.services-layout2 .service-item .service-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s linear;
}
.services-layout2 .service-item .service-overlay .plus-icon {
  width: 68px;
  height: 68px;
  background-color: rgba(33, 205, 173, 0.9);
}
.services-layout2 .service-item .service-category {
  padding: 4px 10px;
  border-radius: 4px;
  background-color: #f98815;
}
.services-layout2 .service-item .service-category a {
  color: #ffffff;
}
.services-layout2 .service-item .service-category a:after {
  color: #ffffff;
}
.services-layout2 .service-item:hover:after {
  width: calc(100% - 100px);
  background-color: #f98815;
}
.services-layout2 .service-item:hover .service-overlay {
  opacity: 1;
}
.services-layout2 .service-item .service-img:hover .plus-icon {
  background-color: transparent;
}
.services-layout2 .service-item .service-img:hover .service-overlay {
  background-color: rgba(33, 205, 173, 0.9);
}

.services-layout3 .service-item .features-list-layout3 {
  border-bottom: 1px solid #e9e9f0;
}

.services-layout4 .service-item .features-list-layout3 {
  border-bottom: 1px solid #e9e9f0;
}

.services-layout3 .service-item,
.services-layout4 .service-item,
.services-layout5 .service-item {
  overflow: visible;
  box-shadow: 0px 5px 83px 0px rgba(13, 14, 67, 0.08);
}
.services-layout3 .service-item .service-title,
.services-layout4 .service-item .service-title,
.services-layout5 .service-item .service-title {
  font-size: 22px;
}
.services-layout3 .service-item .service-icon,
.fancybox-item .service-icon,
.services-layout5 .service-item .service-icon {
 
}
.services-layout3 .service-item .service-body,
.services-layout4 .service-item .service-body,
.services-layout5 .service-item .service-body {
  border-radius: 10px;
}
.services-layout3 .service-item .btn,
.services-layout4 .service-item .btn,
.services-layout5 .service-item .btn {
  min-width: 170px;
  height: 58px;
}
.services-layout3 .service-item:hover .service-title a {
  color: #f98815;
}
.services-layout4 .service-item:hover .service-title a {
  color: #f98815;
}
.services-layout5 .service-item:hover .service-title a {
  color: #f98815;
}
.services-layout3 .service-item:hover .service-more,
.services-layout4 .service-item:hover .service-more,
.services-layout5 .service-item:hover .service-more {
  opacity: 1;
  transform: translateX(-50%) scale(1);
}

.fancybox-item .service-icon {
/*
  position: absolute;
  top: -41px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 55px;
  width: 92px;
  height: 104px;
  color: #ffffff;
  background-color: #171717;
  left: 50%;
transform: translate(-50%);*/
border-radius: 10px;
overflow: hidden;
}






.fancybox-item .service-icon img {
	/*width: 60px;*/
width: 100%;
height: 300px;
}



.services-layout4 .service-item .service-title {
  margin-top: 40px;
}
.services-layout4 .service-item .service-shape {
  bottom: -13px;
  left: 50px;
  top: auto;
  right: auto;
  flex-direction: row-reverse;
}
.services-layout4 .service-item .service-shape > span {
  margin-left: 3px;
}
.services-layout4 .slick-dots {
  text-align: left;
}

.services-layout5 .slick-dots {
  text-align: center;
}
.services-layout5 .service-desc {
  border-bottom: 1px solid #e9e9f0;
}

[class*=services-layout] .slick-slide {
  margin: 15px;
  transition: opacity 0.3s ease, visibility 0.3s ease, box-shadow 0.4s ease;
}
[class*=services-layout] .slick-slide:not(.slick-active) {
  opacity: 0;
  visibility: hidden;
}
[class*=services-layout] .slick-list {
  margin: -15px;
  overflow: visible;
}

.list-filter li {
  margin-left: 30px;
}
.list-filter li:last-child {
  margin-left: 0;
}
.list-filter .filter {
  position: relative;
  display: block;
  font-size: 15px;
  
  color: #171717;
  padding-bottom: 3px;
}
.list-filter .filter:before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  height: 2px;
  background-color: #f98815;
  transition: 0.4s ease;
}
.list-filter .filter.active {
  color: #f98815;
}
.list-filter .filter:hover {
  color: #f98815;
}
.list-filter .filter.active:before, .list-filter .filter:hover:before {
  width: 100%;
}

.mix {
  display: none;
}

.services-carousel {
  overflow-x: hidden;
}

@media (min-width: 1400px) {
  [class*=services-layout] .slick-list {
    margin: -20px;
  }
  [class*=services-layout] .slick-slide {
    margin: 20px;
  }
}
@media (min-width: 1200px) {
  .service-body {
padding: 18px 25px;
text-align: center;
  }
  .services-layout2 .service-item .service-body {
    padding: 50px;
  }
  .services-layout2 .service-item .service-category {
    margin-bottom: 20px;
  }
  .services-layout3 .service-item .service-title,
  .services-layout4 .service-item .service-title,
  .services-layout5 .service-item .service-title {
    padding-left: 40px;
  }
  .services-layout3 .service-item .service-body,
  .services-layout4 .service-item .service-body,
  .services-layout5 .service-item .service-body {
    padding: 40px 50px;
  }
  .services-layout3 .service-item .service-desc,
  .services-layout4 .service-item .service-desc,
  .services-layout5 .service-item .service-desc {
    font-size: 15px;
  }
  .services-layout3 .service-item .features-list-layout3,
  .services-layout4 .service-item .features-list-layout3,
  .services-layout5 .service-item .features-list-layout3 {
    margin: 32px 0 30px;
    padding-bottom: 30px;
  }
  .services-layout3 .service-item:hover .service-icon,
  .services-layout4 .service-item:hover .service-icon,
  .services-layout5 .service-item:hover .service-icon {
    transform: translateY(-10px);
  }
  .services-layout5 .service-desc {
    margin: 32px 0 30px;
    padding-bottom: 30px;
  }
  .services-layout4 .slick-dots,
  .services-layout5 .slick-dots {
    position: absolute;
    bottom: -30px;
    left: 0;
    text-align: left;
  }
  .services-carousel .carousel-wrapper {
    margin-left: -350px;
  }
  .services-carousel .service-item .service-desc {
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
  }
}
@media (min-width: 1500px) {
  .services-carousel .carousel-wrapper {
    margin-left: -550px;
  }
  .services-carousel .slick-arrow.slick-prev {
    right: -100px;
  }
  .services-carousel .slick-arrow.slick-next {
    right: -100px;
  }
}
@media (max-width: 1199px) {
  .service-item .service-body {
    padding: 18px 20px !important;
  }
  .services-layout2 .service-item:before, .services-layout2 .service-item:after {
    right: 20px;
    left: 20px;
  }
  .services-layout2 .service-item:hover:after {
    width: calc(100% - 40px);
  }
  .services-layout3 .features-list-layout3,
  .services-layout4 .features-list-layout3,
  .services-layout5 .service-desc {
    margin: 20px 0 20px;
    padding-bottom: 20px;
  }
}
/* Mobile Phones & tablets and Small Screens */
@media (max-width: 991px) {
  .service-item .service-title {
    font-size: 16px;
    margin-bottom: 8px;
  }
  .service-item .service-desc {
    font-size: 14px;
  }
  .service-item .service-category {
    margin-bottom: 15px;
  }
  .services-carousel .slick-arrow {
    top: 50% !important;
  }
  .services-carousel .slick-arrow.slick-prev {
    right: 0;
  }
  .services-carousel .slick-arrow.slick-next {
    right: auto;
    left: 0;
  }
  .list-filter li {
    margin-left: 15px;
  }
  .services-layout3 .service-item .service-icon,
  .fancybox-item .service-icon,
  .services-layout5 .service-item .service-icon {
    margin-bottom: 15px;
  }
}
/*-------------------------
   gallery
-------------------------*/
.gallery-img {
  position: relative;
  margin-bottom: 30px;
  padding: 20px;
  border-radius: 10px;
  transition: all 0.3s ease;
}
.gallery-img img {
  border-radius: 10px;
}
.gallery-img:hover {
  transform: scale(1.1);
}

.gallery .slick-list {
  margin: 0;
  overflow: hidden;
  border-radius: 12px;
}
.gallery .slick-slide {
  margin: 0;
}
.gallery .slick-arrow.slick-next {
  left: -50px;
}
.gallery .slick-arrow.slick-prev {
  right: -50px;
}

@media (min-width: 320px) and (max-width: 575px) {
  .gallery .slick-arrow.slick-next {
    left: 0;
  }
  .gallery .slick-arrow.slick-prev {
    right: 0;
  }
}
/*------------------------
    Shop
--------------------------*/
.product-item {
  position: relative;
  text-align: center;
  border-radius: 6px;
  margin-bottom: 20px;
  transition: all 0.3s linear;
}
.product-item .product-action {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  opacity: 0;
  transition: all 0.6s ease;
}
.product-item .product-info {
  padding: 28px 0;
}
.product-item .product-action .btn {
  border-radius: 5px;
}
.product-item:hover .product-action {
  opacity: 1;
  bottom: 30px;
}

.product-title {
  font-size: 20px;
  margin-bottom: 8px;
}
.product-title a {
  color: #171717;
}
.product-title a:hover {
  color: #f98815;
}

.product-price {
  display: inline-block;
  font-size: 20px;
  
  color: #f98815;
}

.product-img {
  position: relative;
  overflow: hidden;
}
.product-img img {
  border-radius: 6px;
}

/* Shop Single */
.product-item-single .product-title {
  font-size: 29px;
  margin-bottom: 15px;
}
.product-item-single .product-rating {
  margin-left: 37px;
}
.product-item-single .product-rating i {
  font-size: 15px;
}
.product-item-single .product-rating i.active {
  color: #171717;
}
.product-item-single .product-img img {
  border-radius: 15px;
}
.product-item-single .product-price {
  font-size: 22px;
}
.product-item-single .product-desc {
  font-size: 15px;
}
.product-item-single .social-icons li a {
  font-size: 16px;
  width: 40px;
  height: 40px;
  line-height: 40px;
}

.product-details li {
  line-height: 2;
}
.product-details li strong {
  font-size: 16px;
  
  color: #000;
  min-width: 120px;
  display: inline-block;
}

.product-meta-review {
  font-size: 14px;
}
.product-meta-review a {
  position: relative;
  color: #828599;
  padding-right: 10px;
}
.product-meta-review a:hover {
  color: #f98815;
}
.product-meta-review a:before {
  content: "/";
  position: absolute;
  top: 0;
  right: 0;
}

.product-meta-details li {
  display: flex;
  font-size: 15px;
  margin-bottom: 13px;
}
.product-meta-details li:last-child {
  margin-bottom: 0;
}
.product-meta-details li span:first-of-type {
  
  color: #171717;
  
  font-size: 16px;
  min-width: 120px;
}

.related-products-title {
  font-size: 24px;
}

.product-quantity-title {
  margin-bottom: 0;
  display: inline-block;
  margin-left: 10px;
}

.quantity-input-wrap {
  display: inline-flex;
  position: relative;
  width: 80px;
  max-height: 50px;
  border-radius: 3px;
  border: 2px solid #e6e8eb;
}
.quantity-input-wrap i {
  width: 25px;
  height: 25px;
  line-height: 25px;
  text-align: center;
  color: #000;
  cursor: pointer;
  position: absolute;
  left: 0;
  font-style: normal;
  font-size: 9px;
  border-right: 2px solid #e6e8eb;
  -webkit-user-select: none;
  -moz-user-select: none;
  -o-user-select: none;
  user-select: none;
}
.quantity-input-wrap .decrease-qty {
  bottom: 0;
  border-top: 2px solid #e6e8eb;
}
.quantity-input-wrap .qty-input {
  background-color: transparent;
  text-align: center;
  color: #000;
  
  font-size: 16px;
  padding: 0;
  margin: 0;
  width: 50px;
  height: 50px;
  border: 0;
  outline: 0;
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  appearance: textfield;
}
.quantity-input-wrap .qty-input::-webkit-inner-spin-button,
.quantity-input-wrap .qty-input::-webkit-outer-spin-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  appearance: none;
}

.product-quantity .btn {
  height: 50px;
  -webkit-clip-path: none;
          clip-path: none;
}

.product-details .nav-tabs {
  border-bottom: 3px solid #e6e6e6;
}
.product-details .nav-tabs .nav-link {
  margin-bottom: -2px;
}
.product-details .tab-content {
  padding-top: 20px;
}
.product-details .tab-content p {
  font-size: 15px;
}
.product-details .tab-content p:last-child {
  margin-bottom: 0;
}
.product-details .reviews-form .form-control {
  height: 50px;
}

.magnifier {
  z-index: 3000 !important;
}

.sorting-options .nice-select {
  width: auto;
  min-width: 230px;
  height: 50px;
  line-height: 50px;
  margin-bottom: 0;
}

/* Shopping Cart */
.cart-table {
  margin-bottom: 50px;
}
.cart-table .table {
  border-radius: 4px;
  margin-bottom: 0;
}
.cart-table thead {
  background-color: transparent;
}
.cart-table thead tr th {
  font-size: 15px;
  
  text-align: center;
  color: #000;
  border-bottom-width: 0 !important;
  border-color: #e9e9e9;
  padding: 15px 0;
}
.cart-table tbody tr td {
  padding: 15px;
  border-color: #e9e9e9;
  vertical-align: middle;
}
.cart-table .cart-product {
  position: relative;
}
.cart-table .cart-product-price {
  font-size: 16px;
  
  color: #171717;
  text-align: center;
}
.cart-table .cart-product-total {
  font-size: 16px;
  
  color: #171717;
  text-align: center;
}
.cart-table .cart-product-quantity {
  text-align: center;
}
.cart-table .cart-product-img {
  width: 50px;
  margin-left: 20px;
}
.cart-table .cart-product-title {
  font-size: 16px;
  margin-bottom: 0;
}
.cart-table .cart-product-remove {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 19px;
  height: 19px;
  font-size: 9px;
  border-radius: 50%;
  text-align: center;
  cursor: pointer;
  margin-left: 20px;
  color: #ffffff;
  background-color: #171717;
}
.cart-table .cart-product-remove:hover {
  background-color: #f98815;
}
.cart-table .cart-product-action td {
  padding: 30px 20px 20px;
}
.cart-table .cart-product-action td .form-control {
  font-size: 12px;
  font-weight: 400;
  width: 250px;
  height: 42px;
  border-radius: 4px;
  border: 1px solid #dbdbdb;
}
.cart-table .cart-product-action td .btn {
  height: 42px;
  min-width: 134px;
  -webkit-clip-path: none;
          clip-path: none;
  margin-right: 10px;
}

.cart-total-amount ul li {
  font-size: 17px;
  margin-bottom: 12px;
  padding-bottom: 12px;
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #e9e9e9;
}
.cart-total-amount ul li span:first-of-type {
  
  color: #000;
}

/* Mobile Phones */
@media (min-width: 320px) and (max-width: 575px) {
  .cart-table tbody tr td {
    padding: 5px;
  }
  .cart-table .cart-product-img {
    width: 40px;
    margin-left: 5px;
  }
  .cart-table .cart-product-title {
    font-size: 12px;
    font-weight: 400;
  }
  .cart-table .cart-product-price,
  .cart-table .cart-product-total {
    font-size: 10px;
  }
  .cart-table .cart-product-action-content {
    display: block !important;
  }
  .cart-table .cart-product-price,
  .cart-table .cart-product-total {
    font-size: 10px;
    font-weight: 400;
    padding: 0;
  }
  .cart-table thead tr th {
    font-size: 10px;
  }
}
/*-------------------------
    Work Process
-------------------------*/
.process-item {
  position: relative;
  z-index: 3;
  padding: 27px;
  border-radius: 8px;
  overflow: hidden;
  background-color: #ffffff;
  box-shadow: 0px 5px 83px 0px rgba(13, 14, 67, 0.08);
  transition: all 0.3s ease;
}
.process-item .process-number {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 68px;
  height: 68px;
  border-radius: 50%;
  font-size: 24px;
  margin-bottom: 21px;
  
  color: #171717;
  background-color: #f0f1f4;
  transition: all 0.3s linear;
}
.process-item .process-number:before {
  content: "";
  position: absolute;
  top: 35px;
  right: 85px;
  width: 300px;
  height: 2px;
  background-color: #e9e9f0;
}
.process-item .process-number:after {
  font-family: icomoon;
  content: "\e942";
  position: absolute;
  top: 31px;
  right: 150px;
  width: 38px;
  font-size: 10px;
  line-height: 1;
  text-align: center;
  color: #171717;
  background-color: #ffffff;
}
.process-item .process-icon {
  position: absolute;
  bottom: 30px;
  left: 10px;
  font-size: 40px;
  line-height: 1;
  color: #e9e9f0;
}
.process-item .process-title {
  font-size: 19px;
}
.process-item .process-desc {
  font-size: 14px;
  margin-bottom: 20px;
}
.process-item:hover {
  transform: translateY(-17px);
}
.process-item:hover .process-number {
  background-color: #ffffff;
  box-shadow: 0 0 0 3px #f98815 inset, 0 0 0 7px #f0f1f4;
}
.process-item:hover .btn-link {
  color: #f98815;
}

.work-process {
  position: relative;
  z-index: 2;
}
.work-process .slick-list {
  margin: 0 -15px;
  overflow: visible;
}
.work-process .slick-slide {
  margin: 0 15px;
  transition: all 0.3s ease;
}
.work-process .slick-slide.slick-active {
  opacity: 1;
  visibility: visible;
}
.work-process .slick-slide:not(.slick-active) {
  opacity: 0;
  visibility: hidden;
}

@media (min-width: 1400px) {
  .work-process .slick-list {
    margin: -20px;
  }
  .work-process .slick-slide {
    margin: 20px;
  }
}
@media (min-width: 1200px) {
  .work-process .process-item {
    margin-bottom: -100px !important;
  }
  .work-process .carousel-container {
    margin-left: -140px;
  }
}
@media (min-width: 1500px) {
  .work-process .process-item {
    padding: 60px 50px;
  }
  .work-process .process-item .process-number:before {
    right: 105px;
  }
  .work-process .process-item .process-number:after {
    right: 170px;
  }
  .work-process .process-item .process-icon {
    bottom: 50px;
    left: 30px;
    font-size: 50px;
  }
  .work-process .process-item .process-title {
    padding-left: 40px;
  }
  .work-process .carousel-container {
    margin-left: -500px;
  }
}
@media (max-width: 1199px) {
  .work-process {
    overflow-x: hidden;
    padding-bottom: 40px !important;
  }
}
/* Mobile Phones and tablets */
@media (max-width: 992px) {
  .process-item {
    padding: 18px;
  }
}


/***************************/



.banner-area .owl-nav {
position: absolute;
top: 50%;
display: flex;
justify-content: space-between;
right: 15px;
left: 15px;
margin-top: -30px;
text-align: center;
}


.banner-area:hover .owl-prev,
.banner-area:hover .owl-next {
	opacity: 1;
}

.banner-area .owl-prev {
left: 30px;
		right: auto;

}

.banner-area .owl-next {
	right: 30px;	
	left: auto;
}

.banner-area .owl-prev,
.banner-area .owl-next {
	height: auto;
	-webkit-transition: all 0.35s ease-in-out;
	transition: all 0.35s ease-in-out;

}

.banner-area .owl-prev::after {
	font-size: 28px;
	color: #ffffff;
}

.banner-area .owl-next::after {
	font-size: 28px;
	color: #ffffff;
}



.banner-area.navigation-circle > div img {
  filter: brightness(100);
}



.banner-area.navigation-circle .owl-prev,
.banner-area.navigation-circle .owl-next {
	height: 60px;
	width: 60px;
	line-height: 60px;
	background: #fff3;
	border-radius: 50%;
position: absolute;
	font-size: 20px;
	color: #fff;
color: #fff;
backdrop-filter: blur(5px);
}

.banner-area.navigation-circle .owl-prev::after,
.banner-area.navigation-circle .owl-next::after {
	font-size: 16px;
}

.banner-area.navigation-right-bottom .owl-prev,
.banner-area.navigation-right-bottom .owl-next {
	right: auto;
	left: 30px;
	opacity: 1;
	top: auto;
	-webkit-transform: inherit;
	transform: inherit;
	bottom: 50px;
	border-radius: inherit;
}

.banner-area.navigation-right-bottom .owl-prev {
	left: 92px;
}

.abt-text {
	padding-right: 30px;
}

.abt-text ul {
padding: 0;
list-style: none;
display: inline-block;
list-style: none;
padding: 0;
}

.abt-text ul li {
  position: relative;
float: right;
  margin-bottom: 9px;
  margin-left: 20px;
}

.abt-text ul li:before {
content: url(../images/checkmark.svg);
position: relative;
top: 8px;
height: 28px;
margin-left: 8px;
}

.abt-text strong {
color: #000;
margin-bottom: 10px;
display: block;

}
/****************/



.custom-nav.owl-carousel {
  position: relative;
  z-index: 2;
}
.custom-nav.owl-carousel .owl-nav {
  position: absolute;
  left: 0;
  top: -70px;
  display: flex;
  margin: 0;
  gap: 5px;
}


.custom-nav.owl-carousel .owl-nav div {
  width: 50px;
  height: 50px;
background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-size: 17px;
  color: #000;
  transition: all 400ms ease;
box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.24);
}
.custom-nav.owl-carousel .owl-nav div:hover {
  background-color: #f98815;
  color: #fff;
}




.fancybox-layout1 {
	padding: 50px 0 120px;
}


.fancybox-body {
	text-align: center;
padding-top: 15px;
}



.footer__widget-intro {
margin-bottom: 20px; 
}

.line {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 6px;

}



.line span {
  background-color: #f98815;
  height: 2px;
  width: 10px;
}



.line .large-line {
  width: 50px;
}




/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
.main-footer {
  position: relative;
z-index: 1;
position: relative;
background: url(../images/footer-5-bg.jpg);
background-size: cover;
background-position: center;
/*
background-image: url(../images/Footer-Blue.png);
background-size: contain;
background-repeat: no-repeat;*/
}

.mer-40 {
margin-right: -40px;
}

.main-footer__bg {
position: absolute;
top: 0;
right: 0;
left: 0;
bottom: 0;
z-index: -1;
background: #2c4546f7;
background: #0f1011e5;
}
.main-footer__top {
padding: 20px 0;
margin-bottom: 35px;
border-bottom: 1px solid #ffffff3d;
}


/*
.main-footer__top:after {
  position: absolute;
  left: -200px;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-color: #037d84;
  z-index: -1;
}
*/


.main-footer__top__left {
  position: relative;
  padding: 14px 94px 0 0;
}
.main-footer__top__left__icon {
  font-size: 74px;
  color: #fff;
  line-height: 1;
  display: flex;
  align-items: center;
  position: absolute;
  right: 0;
  top: 0;
}
.main-footer__top__left__title {
  color: #fff;
  font-size: 18px;
  

  margin: 0;
}
.main-footer__top__left__text {
  font-size: 16px;
  color: #ddd;
  margin: 0;
}
.main-footer__newsletter {
  position: relative;
  width: 100%;
  max-width: 400px;
  margin-right: auto;
  margin-top: 5px;
}
@media (max-width: 991px) {
  .main-footer__newsletter {
    margin: 35px 0 0;
  }
}
.main-footer__newsletter input[type=text] {
  width: 100%;
  display: block;
  border: none;
  outline: none;
  height: 60px;
  background-color: #fff;
  color: #868686;
  font-size: 15px;
  font-weight: 400;
  padding-right: 30px;
  padding-left: 30px;
  transition: all 500ms ease;
  border-radius: 50px;
}
.main-footer__newsletter input[type=text]:focus {
  color: #000;
}
.main-footer__newsletter button[type=submit] {

  width: auto;
  height: auto;
  border: none;
  outline: none;
color: #2b3b97;
  font-size: 16px;
  position: absolute;
  top: 50%;
  left: 6px;
  width: 50px;
height: 50px;
  transform: translateY(-50%);
  transition: all 500ms ease;
}

.main-footer__newsletter button[type=submit]:hover {
color: #fff;
}

.main-footer .container {
  position: relative;
}
.main-footer__bottom {
  margin-top: 10px;text-align: center;
}
.main-footer__bottom__inner {
padding: 10px 0;
  position: relative;
  background: #0f1011e5;

}
/*
.main-footer__bottom__inner:after {
  position: absolute;
  right: -200px;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
background-color: #037d84;
z-index: -1;
}*/

.main-footer__copyright {
  margin: 0;
  color: #fff;
}

.footer-widget {
  margin-bottom: 15px;
}
.footer-widget__logo {
  display: inline-flex;
  margin-bottom: 20px;
}
.footer-widget__title {
  font-size: 17px;
  
  color: #fff;
  text-transform: capitalize;
  margin: 0;
  margin-bottom: 18px;
}
.footer-widget--links-two {
  padding-right: 45px;
}
@media (max-width: 1199px) {
  .footer-widget--links-two {
    padding-right: 0;
  }
}
.footer-widget__links {
  margin-top: -10px;
margin-bottom: -13px;
width: 100%;padding: 0;
display: inline-block;
}
.footer-widget__links li {
  font-size: 15px;
  color: #fff;
  font-weight: 400;width: 50%;
float: right;
  line-height: 35px;
}
.footer-widget__links li a {
  color: inherit;
  transition: all 500ms ease;text-transform: capitalize;
  position: relative;
text-transform: capitalize;
padding-right: 15px;display: block;
}

.footer-widget__links li a:after {
position: absolute;
right: 0;
top: 0;
content: "";
color: #fff;
font-size: 12px;
  font-family: "Font Awesome 5 Pro";
  content: "\f104";
}


.footer-widget__links li a:hover {
  color: #fff;
}
.footer-widget__info {
  margin-top: -4px;padding: 0;
  margin-bottom: -13px;
}
.footer-widget__info li {
  font-size: 14px;
  color: #fff;
  font-weight: 400;
line-height: 24px;
position: relative;
padding-right: 35px;
margin-bottom: 15px;
}
.footer-widget__info li a {
  color: inherit;
  
  transition: all 500ms ease;
}
.footer-widget__info li a:hover {

}
.footer-widget__info li a:hover {
  color: #fff;
}
.footer-widget__info li i {
  font-size: 16px;
  color: undefined;
  position: absolute;
  right: 0;
  top: 0;
}
.footer-widget__text {
  font-size: 14px;
  color: #fff;
  
  line-height: 25px;
  margin: 0;
  margin-bottom: 23px;
  max-width: 319px;
}
.footer-widget__box {
  display: flex;
  align-items: center;
  position: relative;
  gap: 16px;
}
.footer-widget__box__icon {
  font-size: 34px;
  color: #037d84;
  line-height: 1;
  display: flex;
  align-items: center;
}
.footer-widget__box__text {
  font-size: 16px;
  line-height: 25px;
  font-weight: 500;
  color: #fff;
  
  margin: 0;
}
.footer-widget__box__text a {
  display: block;
  color: inherit;
  
  transition: all 500ms ease;
}
.footer-widget__box__text a:hover {
  background-size: 100% 1px;
}
.footer-widget__box__text a:hover {
  color: #037d84;
}
.footer-widget__social {
display: flex;
flex-wrap: wrap;
gap: 10px;
justify-content: start;
}
.footer-widget__social a {
width: 42px;
height: 42px;
display: flex;
justify-content: center;
align-items: center;
background-color: #ffffff17;
font-size: 14px;
color: #fff;
transition: all 500ms ease;
border-radius: 50%;
}
.footer-widget__social a i {
  position: relative;
  z-index: 2;
  display: inline-block;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.footer-widget__social a:hover {
  background-color: #f98815;
  color: #fff;
}



.no-desk {
display: none;
}


.fa, .fas, .far, .fal, .fab, .fax {
line-height: inherit;
}




.list-unstyled {
padding: 0;}







    .animated-text {
        overflow: hidden;
        white-space: nowrap;
        position: relative;
    }

    .animated-text__inner ul {
        display: flex;
        gap: 25px;
        /* space between items */
        list-style: none;
        padding: 0;
        margin: 0;
        animation: scrollText 30s linear infinite;
    }

    .animated-text__inner li {
        flex-shrink: 0;
    }

    .animated-text__inner li a {
color: #fff;
}

    @keyframes scrollText {
        from {
            transform: translateX(-5%);
        }

        to {
            transform: translateX(100%);
        }
    }





.hero-scroll-down12 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: -40px;
    position: relative;
    z-index: 3
}

.hero-scroll-down12 .scroll-down {
    height: 42px;
    width: 285px;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    z-index: 99
}

.hero-scroll-down12 .scroll-down:after {
    content: "";
    position: absolute;
    inset: 0;
    clip-path: path("M272 42H13.96C43.62 42 72.92 32.72 100.1 14.92C127.22 -4.31 158.99 -4.31 186.16 14.92C213.34 32.72 242.64 42 272 42Z");
    background-color: #ffffff;
    text-align: center;
    z-index: -1
}

.hero-scroll-down12 .hero-scroll-wrap {
    height: 40px;
    width: 20px;
    border: 1px solid #0C0A0A;
    display: inline-block;
    border-radius: 30px;
    position: relative;
    margin-bottom: -40px
}

.hero-scroll-down12 .hero-scroll-wrap:before {
    content: "";
    height: 10px;
    width: 1px;
    border-radius: 50px;
    background-color: #0C0A0A;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -10px -1px 0 0;
    -webkit-animation: scrollMove 1.5s infinite;
    animation: scrollMove 1.5s infinite
}







@-webkit-keyframes scrollMove {
    0% {
        opacity: 0
    }
    50% {
        opacity: 1
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(10px);
        transform: translateY(10px)
    }
}

@keyframes scrollMove {
    0% {
        opacity: 0
    }
    50% {
        opacity: 1
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(10px);
        transform: translateY(10px)
    }
}






@-webkit-keyframes fadeInDown {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes fadeInDown {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@-webkit-keyframes fadeInUp {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}



@-webkit-keyframes fadeIn {
    from {
        opacity: 0;

    }
    to {
        opacity: 1;
    }
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}



.main-slider .owl-item.active .slide-content .slide-title {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-delay: .2s;
    animation-delay: .2s
}

.main-slider .owl-item.active .slide-content a {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-delay: .2s;
    animation-delay: .2s
}


.main-slider .owl-item.active .slide-content p {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-delay: .2s;
    animation-delay: .2s
}



.shape-mockup-5 {
  position: absolute;
  z-index: -1;
  pointer-events: none;
  left: 20px;
  bottom: 0;
}




.our-service {
padding: 40px 0 30px;

}


.our-service-inner {
    margin: 0 -15px
}

.our-service-box {
    position: relative;
    background: #fff;
    border-radius: 16px;overflow: hidden;
    margin-bottom: 20px;
border: 1px solid #eee;
padding: 8px;
}

/*
.our-service-box:after {
    content: '';
    position: absolute;
    background: #4768ab;
    height: 5px;
    width: 0;
    bottom: 0;
    left: 0;
    transition: .75s;
    border-radius: 0 0 10px 10px
}

.our-service-box:hover:after {
    width: 100%
}*/


.our-service-box .our-service-img {
    position: relative;
    border-radius: 16px;
overflow: hidden;
z-index: 1;
}




.our-service-box .our-service-img:before {
content: "";
background-color: rgba(255, 255, 255, 0.1);
position: absolute;
width: 35%;
height: 200%;
right: -100%;
top: -50%;
-webkit-transition: all 0.5s linear;
-moz-transition: all 0.5s linear;
-ms-transition: all 0.5s linear;
-o-transition: all 0.5s linear;
transition: all 0.5s linear;
-moz-transform: rotate(40deg);
-webkit-transform: rotate(40deg);
-o-transform: rotate(40deg);
-ms-transform: rotate(40deg);
transform: rotate(40deg);
z-index: 2;

}

.our-service-box:hover .our-service-img:before {
	right:150%;
}


.our-service-img img {
width: 100%;
height: 245px;
}

.our-service-content {
    padding: 20px 20px 10px;
color: #666;
}

.our-service-content h3 {
    color: #000;
font-size: 18px;
}

.our-service-content h3:hover {
    color: #1965fd
}

.our-service-content .ext-text {
margin: 10px 0 8px;
height: 77px;
overflow: hidden;
line-height: 25px;
}

.our-service-content .theme-btn {
    padding: 5px 25px
}

.our-service-inner .slick-arrow {
    position: absolute;
    height: 42px;
    width: 42px;
    bottom: 0;
    right: 15px;
    z-index: 1;
    color: #fff;
    cursor: pointer;
    border: 2px solid #1965fd;
    border-radius: 50%;
    background: #1965fd;
    transition: .35s
}

.our-service-inner .slick-arrow:hover {
    color: #1965fd;
    background: #fff
}

.our-service-inner .service-prev {
    right: 87px
}

.service-page .our-service-box {
    margin: 0 0 30px
}

.service-details-inner {
    padding: 100px 60px 80px;
    background: #fff;
    border-radius: 10px
}

.service-details-img {
    height: 320px;
    background: url(../images/service/service-details.png);
    background-size: cover;
    background-position: center;
    border-radius: 10px
}




.service-item:hover .service-image figure img,
.service-slide3:hover .service-image img,
.services-layout2-slide:hover .service-image figure img {
    transform: scale(1.2);
}
.service-item {
    position: relative;
    border-radius: 30px;
    overflow: hidden;
    background-color: #ffffff;
}
.service-item a.service-box-link {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    display: block;
    z-index: 4;
}
/*
.service-item .service-image:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 100%;
    border-radius: 30px;
    background: rgba(22, 51, 0, 0.65);
    transition: 0.3s ease-in-out;
    z-index: 1;
}*/
.post-item3:hover .post-featured-image .blog-read-more a,
.project-item:hover .project-image:before,
.service-item:hover .service-image:before {
    top: 0;
}

.service-item .service-content h3 {
	font-size: 20px;
	margin: 0;
color: #000;
}

.step-item.step-1 .step-header:after,
.step-item.step-2 .step-header:after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    width: 212px;
    height: 46px;
    transform: translate(156px, -50%);
    right: 0;
}
.service-item .service-image figure img {
    width: 100%;
    transition: 0.5s ease-out;
    height: 400px;
    object-fit: cover;
}
.service-image .service-icon {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 80px;
    height: 80px;
    background: #f98815;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 30px;
    z-index: 2;
}

.service-image figure {
	margin: 0;
}

.service-image .service-icon img {
    /*filter: invert(1) brightness(1.5);*/
    height: 50px;width: auto !important;
}
.service-item .service-content {
    position: absolute;
    left: 10px;
    right: 10px;
    bottom: 10px;
    background: #ffffff;
	background: linear-gradient( to left, #fff ,#ffffff82);
    border-radius: 30px;
    padding: 25px;
    z-index: 2;
    transition: 0.2s ease-out;
}



.cer-text {
	height: 0;
	opacity: 0;
	visibility: hidden;
	transition: 0.2s ease-out;
		overflow: hidden;
}


.cer-text p {
margin-top: 16px;
	color: #4e5861;
}

.service-item:hover .cer-text {

	height: 82px;
	opacity: 1;
	visibility: visible;	

}

.service-item:hover .service-content {
    bottom: 30px;
}





.service-section {
padding: 50px 0 100px;
}









/* ----------------------------------------------------------------
	Page Title
-----------------------------------------------------------------*/


#page-title {
position: relative;

padding: 18px 0;

background-color: #f9f9f9;


z-index: 5;

left: 0;

right: 0;

bottom: 0;
}

#page-title .container { position: relative; }

#page-title h1 {
	padding: 0;
	margin: 0;
	line-height: 1;
	color: #333;
	font-size: 16px;text-transform: capitalize;
}

#page-title span {
	display: block;
	margin-top: 10px;
	font-weight: 300;
	color: #777;
	font-size: 18px;
}

.breadcrumb {
	position: absolute;
	width: auto;
	top: 50%;
	left: 15px;
	margin: -10px 0 0 0;
	background-color: transparent !important;
	padding: 0 !important;
	font-size: 12px;
}

body.stretched .container-fullwidth .breadcrumb { right: 60px !important; }

#header.transparent-header + #page-title.page-title-parallax .breadcrumb { margin-top: 35px !important; }

.breadcrumb a { color: #555; text-transform: capitalize;}

.breadcrumb a:hover { color: #3c7f34; }

.breadcrumb i { width: auto !important; }



.breadcrumb > li {
    display: inline-block;
}


.breadcrumb > li + li::before {
    content: "/\00a0";
    padding: 0 5px;
    color: #cccccc;
}










.lang-mooob {
color: #000;
position: absolute;
}




















.colfive {
width: 20%;
padding: 0 5px;
margin-bottom: 10px;
}


.contact-page {
padding: 40px 0;
}




.image-pro img {
  border-radius: 8px;
  width: 100%;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  box-shadow: 0px 10px 50px 0px rgba(26,46,85,0.15);
	background:#fff;
margin-bottom: 25px;
}


.gallery-block img {
height: 200px;
width: 100%;
object-fit: cover;
border-radius: 12px;
}



.prod-section,
.pru-full {
  padding: 40px 0;}







/* ------------------------------------
	17. Project Section CSS
---------------------------------------*/

.rs-project.project-style1 {
padding: 40px 0;
}



.homebody .rs-project.project-style1 {
padding: 40px 0 180px;
background: #f6f6f6;
background: linear-gradient(90deg,#0058AB 50%,#3fb4fb 50%);
background: #edeff6;
}


.homebody .rs-project.project-style1 .project-item .project-content {
background: #f9f9f9;
}

.rs-project.portfolio-image .project-img {
  background-image: url(../images/project/portfolio.jpg);
  background-repeat: no-repeat;
  background-position: center right;
  background-size: cover;
}
.rs-project.project-style1 .project-item {
  position: relative;
  overflow: hidden;
  z-index: 1;border-radius: 12px;
margin-bottom: 25px;border: 1px solid #ddd;
padding: 8px;
}
.rs-project.project-style1 .project-item .project-img {
  position: relative;
  z-index: 1;
  overflow: hidden;border-radius: 12px;
height: 240px;
display: grid;
align-items: center;
justify-content: center;
}
.rs-project.project-style1 .project-item .project-img img {
  max-width: 100%;
  transition: 1.3s all ease;border-radius: 12px;
  border-radius: 0px;max-height: 240px;
}
.rs-project.project-style1 .project-item .project-content {
  opacity: 1;
  z-index: 10;
  top: 0;
  border: none;
  bottom: 0;
  left: 0;
  right: 0;
}
.rs-project.project-style1 .project-item .project-content .project-inner {

  transition: all .5s ease;
  width: 100%;
  background: #fff;
padding: 15px 15px 10px;
text-align: center;
border-top: 1px solid #ddd;
margin-top: 15px;
}
.rs-project.project-style1 .project-item .project-content .project-inner .title {
font-size: 16px;
margin-bottom: 0;
text-transform: capitalize;
overflow: hidden;
}
.rs-project.project-style1 .project-item .project-content .project-inner .title {
  color: #010d14;
}
.rs-project.project-style1 .project-item .project-content .project-inner .title:hover {
  color: #3fb4fb;
}
.rs-project.project-style1 .project-item .project-content .project-inner .category {
  color: #fff;
  display: block;
  flex: 0 0 100%;
}
.rs-project.project-style1 .project-item .project-content .project-inner .category {
  color: #333333;
}
.rs-project.project-style1 .project-item .project-content .project-inner .category:hover {
  color: #3fb4fb;
}
.rs-project.project-style1 .project-item .project-content .p-icon {
position: absolute;
left: 15px;
width: 45px;
height: 45px;
text-align: center;
background: #f98815;
z-index: 7;
top: 8px;
line-height: 45px;
transition: all 0.4s ease-in-out 0s;
border-radius: 50%;
transform: rotate(45deg);
}
.rs-project.project-style1 .project-item .project-content .p-icon i {
  color: #fff;
}/*
.rs-project.project-style1 .project-item .project-content .p-icon a i:before {
  margin: 0;
  font-size: 18px;
  position: relative;
  top: -4px;
}*/
.rs-project.project-style1 .project-item .project-content:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  width: 100%;
  height: 100%;
  background: #00000000;
  transition: all .3s ease 0s;
  opacity: 1;
}
.rs-project.project-style1 .project-item:hover .project-img img {
  transform: scale(1.2);
}
.rs-project.project-style1.yellow-modify5 .project-item .project-content .project-inner {
  background: #E8EAEE;
}








.head-form {
margin-bottom: 30px;
font-size: 20px;
font-weight: normal;
  position: relative;
text-transform: capitalize;color: #000;
}



.part-box .inner-box {
position: relative;
z-index: 1;
overflow: hidden;
border-radius: 12px;
height: 240px;
display: grid;
align-items: center;
justify-content: center;
padding: 12px;
border: 1px solid #ddd;
}


.part-box .inner-box img {
max-height: 200px;
max-width: 100%;
}



.part-box h5 {
margin: 0;
font-size: 18px;
text-transform: capitalize;
text-align: center;
padding: 8px;}





/* Icon Box 4 */
.icon-box-4{
font-family: reg !important;
padding: 25px 80px 20px 20px;
	position: relative;
	border-radius: 7px;
	overflow: hidden;
margin-bottom: 15px;
	-webkit-transition: all 0.15s linear;
	-moz-transition: all 0.15s linear;
	-o-transition: all 0.15s linear;
	transition: all 0.15s linear;border-radius: 0 0 0 40px;
overflow: hidden;
}
.icon-box-4 svg {
    color: #beafb1;
    display: block;
    stroke-width: 1px;
    position: absolute;
    width: 45px;
    height: 45px;
    right: 18px;
    top: 50%;
    transform: translateY(-50%);
}
.icon-box-4 h3 {
font-size: 17px;
    color: #000;
margin-bottom: 5px;
    position: relative;
}


.icon-box-4 a,
.icon-box-4 p {
margin:0;
color: #333;
line-height:22px;

}

.icon-box-4 a[href^="mailto:"]{
color: #111;
}
.icon-box-4 a[href^="mailto:"]:hover{
	color: #27304b;
	text-decoration: none;
}
.icon-box-4.bg-orange{
	background: #fbd1ab59;
}
.icon-box-4.bg-green{
	background: #fbf2ab59;
}
.icon-box-4.bg-gray{
	background: rgb(162 162 162 / 7%)
}




.contact-wrap{
padding: 30px 30px 30px;
background: #f9f9f9;
    position: relative;

border-radius: 0 0 0 40px;
overflow: hidden;
margin-bottom: 30px;

}
.contact-wrap .contact-icon-xl {
    font-size: 18rem;
    position: absolute;
    top: -300px;
    left: 40px;
    color: #477763;
    opacity: 0.2;
    z-index: -1;
}
.contact-wrap .form-control {
box-shadow: none !important;
}

.contact-wrap .form-control:focus {
    border: 2px solid #ebebeb;

}
.contact-wrap .form-group{
    margin-bottom: 12px;
}










@media (max-width: 991px) {


.slider .slide-item {
background-size: 100% 100% !important;
padding: 0;
height: 300px !important;
}


.no-desk {
display: block;
}


.colfive {
  width: 50%;}


.gallery-block img {
  height: 150px;}

.colfive:nth-child(even) {
padding-left: 15px;
}

.colfive:nth-child(odd) {
padding-right: 15px;
}



.breadcrumb,
.banner-area .owl-nav {
display: none;
}

.navbar .nav-item .nav-item-link {
  font-size: 13px;
border-bottom: 1px solid #eee;
line-height: 26px !important;}


.navbar-nav > li.has-dropdown > a,
.navbar-nav > li > a,
.is-sticky .navbar-nav > li > a {
  padding: 9px 0 9px 0;}


.navbar-nav img {
max-width: 200px;
display: block !important;
margin: 0 auto;
margin-bottom: 30px;
}


.navbar .dropdown-menu .nav-item > .nav-item-link {
  font-size: 12px;}

.header .navbar-brand img {
  width: 60px;
  margin: 0 auto;
  float: none;
  display: block;
padding: 3px 0;
}


.header .navbar-brand {
margin-right: 0;
}


.slider .slide-title {
  font-size: 16px;}

.slider .slide-desc {
  font-size: 13px;}

.slider .slide-content {
  margin: 0 auto;
}


.image-pro img {
max-height: 300px;
object-fit: cover;
}


.rs-project.project-style1,
.prod-section, .pru-full,
.service-section,
.fancybox-layout1,
.sec-space {
  padding: 20px 0;
}


.banner-layout1 {
padding-top: 40px;
}
.banner-layout1 .banner-img {
  padding-left: 0;
  margin-bottom: 15px;
}

.abt-text {
  padding-right: 0;
}

.service-item .service-content h3,
.heading-layout2 .heading-title {
  font-size: 16px;
}


.head-form {
margin-bottom: 10px;
font-size: 17px;
}
.heading-title {
line-height: 30px;  
font-size: 18px;
}


.banner-layout1 .banner-text, 
.banner-layout2 .banner-text {
  margin-top: 15px;
}


.fancybox-layout1 .fancybox-item, .fancybox-layout4 .fancybox-item {
  padding: 8px;}

.btn:not(.btn-link) {
  font-size: 13px;
  min-width: 100px;
  height: 45px;
  padding: 0 10px;
}

.fancybox-layout1 .owl-carousel .fancybox-item {
margin-bottom: 0;
margin-top: 60px;
}


.custom-nav.owl-carousel .owl-nav div {
width: 35px;
height: 35px;}


.banner-layout2 .banner-text {
  padding: 0 0 15px 0;
}

.fancybox-layout2 .fancybox-item {
  min-width: 50%;
  max-width: 50%;
border-right: 0;
padding: 8px;
margin-bottom: 0;
padding-top: 15px;
}

.fancybox-layout2 .fancybox-item:nth-child(odd) {
border-left: 1px solid #fff3;
}


.fancybox-layout2 .fancybox-item:nth-child(4),
.fancybox-layout2 .fancybox-item:nth-child(3) {
  border-bottom: 1px solid #fff3;
}


.fancybox-layout2 .fancybox-item:nth-child(even) {
border-left: 0;
}



.banner-layout2 .promo-text {
  font-size: 15px;}
.banner-layout2 .promo-text {
right: -15px;
top: auto;
bottom: 0;
border-radius: 20px 0 0 0;
}

.main-footer__top__left {
  position: relative;
  padding: 0 64px 0 0;
}

.main-footer__top__left__title {
font-size: 15px;
margin-bottom: 5px;
}


.main-footer__top__left__text {
  font-size: 13px;}

.main-footer__top__left__icon {
  font-size: 50px;}

.post-item .post-title {
  font-size: 13px;}



.post-item .post-body {
  padding: 12px;
}


.footer-widget__title {
  font-size: 15px;}


.main-footer__newsletter {
margin-top: 10px;
}


.main-footer__newsletter input[type="text"] {
height: 50px;
}

.heading-subtitle {
margin-bottom: 0;
}


.fancybox-layout2 .fancybox-item .fancybox-title {
  margin-bottom: 10px;
  font-size: 13px !important;
  line-height: 24px;
}


.navbar .navbar-brand {
padding: 0;display: block;
margin: 0 auto;
}


.custom-nav.owl-carousel .owl-nav {
    top: -50px;
}

p,
body { 
font-size: 13px;
}

.header-actions {
position: absolute !important;
right: 0;
bottom: 0;
padding: 10px 0;
background: #f7f7f7;
width: 100%;
}

.contact-wrap {
  padding: 15px;}



.form-control {
  font-size: 14px;
  height: 50px;}


.sqq-center {
text-align: center;
margin-top: 15px;
}

}




