@import url('https://fonts.googleapis.com/css2?family=Saira:wght@100;200;300;400;500;600;700;800;900&display=swap');
/*font-family: 'Saira', sans-serif;*/

@import url('https://fonts.googleapis.com/css2?family=Cairo&display=swap');
/*font-family: 'Cairo', sans-serif;*/

@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');
/*----------- Global styles ----------------*/

:root {
	--primary-bg-color: #FF9800;
  --primary-color: #FF9800;
  --secondary-color: #141314;

}


/*------------- menu-style --------------*/
.error-area .error-box .back__top, .slider-area .home-slider .rev_slider_wrapper .rev_slider .tp-caption .get-btn, .slider-area-2 .rev_slider_wrapper .rev_slider .tp-caption .get-btn, .slider-area-3 .trusted-fluid .rev_slider_wrapper .rev_slider .tp-caption .get-btn, .avivon-heading .get__btn, .avivon-heading .avivon__btn, .trusted-area .trusted-content .trusted__btn .trusted__btn-btn, .single-area .single-content .single__comments .comment__boxed-item .comment__boxed-item__btn, .comment__form form .submit__btn-btn, .clta-area .shared-form-box .shared-form .form__btn, .think-area .avivon-btn .avivon__btn, .meet-area .meet-heading .meet__btn {
  font-size: 16px;
  border: 2px solid #fff;
  display: inline-block;
  padding: 14px 28px;
  margin-top: 14px;
  white-space: nowrap;
  color: #fff;
  font-weight: 700;
  position: relative;
}
* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}
ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
a:hover, a:focus {
  text-decoration: none;
}
input:focus, textarea {
  outline: none;
}
h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  color: #000;
  font-family: 'Saira', sans-serif;
}
h1{font-weight: 200; font-size: 24px; line-height: 36px; }
h2{text-transform: uppercase; font-size: 26px; font-weight: 600; line-height: 30px;}
h2 span{color: #aba9a8; text-transform: uppercase; font-size: 14px; font-weight: 400; letter-spacing: 1px;}
p {
  margin-bottom: 20px;
}

body {
  font-size: 16px;
  line-height: 24px;
  font-weight: 300;
  font-family: 'Saira', sans-serif;
  /* font-family: "Inter", sans-serif !important; */
  /* background-color: #141314 !important; */
  color: #000;
}
body.inside {
    opacity: 0;
}
body.inside.fadeout{
    opacity: 1;
    
}
::-webkit-input-placeholder {
  font-weight: 500;
  color: #7c7c82;
  font-size: 14px;
}
::-moz-placeholder {
  font-weight: 500;
  color: #7c7c82;
  font-size: 14px;
}
:-moz-placeholder {
  font-weight: 500;
  color: #7c7c82;
  font-size: 14px;
}
::-ms-input-placeholder {
  font-weight: 500;
  color: #7c7c82;
  font-size: 14px;
}
/*---------------- general styles ----------------*/
.area-padding {
  padding: 80px 0;
  background-color: #fff;
}
/*@media (max-width: 1440px) {
  .area-padding {
    padding: 100px 0;
  }
}*/
/*@media (max-width: 1366px) {
  .area-padding {
    padding: 90px 0;
  }
}
@media (max-width: 1280px) {
  .area-padding {
    padding: 85px 0;
  }
}*/
/*@media (max-width: 1199px) {
  .area-padding {
    padding: 80px 0;
  }
}*/

@media (max-width: 991px) {
  .area-padding {
    padding: 60px 0;
  }
}

@media only screen and (min-width: 320px) and (max-width: 479px) {
  .area-padding {
    padding: 60px 0;
  }
}
.area-padding-2 {
  padding: 100px 0;
}
@media (max-width: 1366px) {
  .area-padding-2 {
    padding: 90px 0;
  }
}
@media (max-width: 1280px) {
  .area-padding-2 {
    padding: 85px 0;
  }
}
@media (max-width: 1199px) {
  .area-padding-2 {
    padding: 80px 0;
  }
}
@media only screen and (min-width: 320px) and (max-width: 479px) {
  .area-padding-2 {
    padding: 60px 0;
  }
}
.area-margin {
  margin: 120px 0;
}
@media (max-width: 1440px) {
  .area-margin {
    margin: 100px 0;
  }
}
@media (max-width: 1366px) {
  .area-margin {
    margin: 90px 0;
  }
}
@media (max-width: 1280px) {
  .area-margin {
    margin: 85px 0;
  }
}
@media (max-width: 1199px) {
  .area-margin {
    margin: 80px 0;
  }
}
@media only screen and (min-width: 320px) and (max-width: 479px) {
  .area-margin {
    margin: 60px 0;
  }
}
/*------------------------------------
       primary-padding
 -------------------------------------*/
.primary-padding {
  padding-bottom: 54px;
}
@media (max-width: 320px) {
  .primary-padding {
    padding-bottom: 40px;
  }
}
.primary-padding-2 {
  padding-bottom: 60px;
}
@media (max-width: 320px) {
  .primary-padding-2 {
    padding-bottom: 44px;
  }
}
.primary-padding-3 {
  padding-bottom: 52px;
}
@media (max-width: 320px) {
  .primary-padding-3 {
    padding-bottom: 38px;
  }
}
.avivon-pt {
  padding-top: 120px;
}
@media (max-width: 1440px) {
  .avivon-pt {
    padding-top: 100px;
  }
}
@media (max-width: 1366px) {
  .avivon-pt {
    padding-top: 90px;
  }
}
@media (max-width: 1280px) {
  .avivon-pt {
    padding-top: 85px;
  }
}
@media (max-width: 1199px) {
  .avivon-pt {
    padding-top: 80px;
  }
}
@media only screen and (min-width: 320px) and (max-width: 479px) {
  .avivon-pt {
    padding-top: 60px;
  }
}
.avivon-pb {
  padding-bottom: 120px;
}
@media (max-width: 1440px) {
  .avivon-pb {
    padding-bottom: 100px;
  }
}
@media (max-width: 1366px) {
  .avivon-pb {
    padding-bottom: 90px;
  }
}
@media (max-width: 1280px) {
  .avivon-pb {
    padding-bottom: 85px;
  }
}
@media (max-width: 1199px) {
  .avivon-pb {
    padding-bottom: 80px;
  }
}
@media only screen and (min-width: 320px) and (max-width: 479px) {
  .avivon-pb {
    padding-bottom: 60px;
  }
}
.avivon-mt {
  margin-top: 120px;
}
@media (max-width: 1440px) {
  .avivon-mt {
    margin-top: 100px;
  }
}
@media (max-width: 1366px) {
  .avivon-mt {
    margin-top: 90px;
  }
}
@media (max-width: 1280px) {
  .avivon-mt {
    margin-top: 85px;
  }
}
@media (max-width: 1199px) {
  .avivon-mt {
    margin-top: 80px;
  }
}
@media only screen and (min-width: 320px) and (max-width: 479px) {
  .avivon-mt {
    margin-top: 60px;
  }
}
.avivon-mb {
  margin-bottom: 120px;
}
@media (max-width: 1440px) {
  .avivon-mb {
    margin-bottom: 100px;
  }
}
@media (max-width: 1366px) {
  .avivon-mb {
    margin-bottom: 90px;
  }
}
@media (max-width: 1280px) {
  .avivon-mb {
    margin-bottom: 85px;
  }
}
@media (max-width: 1199px) {
  .avivon-mb {
    margin-bottom: 80px;
  }
}
@media only screen and (min-width: 320px) and (max-width: 479px) {
  .avivon-mb {
    margin-bottom: 60px;
  }
}
.avivon-pt-0 {
  padding-top: 0;
}
.avivon-pb-0 {
  padding-bottom: 0;
}
.avivon-mt-0 {
  margin-top: 0;
}
.avivon-mb-0 {
  margin-bottom: 0;
}
.heading-mt {
  margin-top: 60px;
}
.heading-mb {
  margin-bottom: 60px;
}
/*----- single padding-top ----------*/
.pt-10px {
  padding-top: 10px;
}
.pt-20px {
  padding-top: 20px;
}
.pt-25px {
  padding-top: 25px;
}
.pt-30px {
  padding-top: 30px;
}
.pt-35px {
  padding-top: 35px;
}
.pt-40px {
  padding-top: 40px;
}
.pt-50px {
  padding-top: 50px;
}
.pt-60px {
  padding-top: 60px;
}
.pt-70px {
  padding-top: 70px;
}
.pt-80px {
  padding-top: 80px;
}
/*----- single padding-bottom ----------*/
.pb-10px {
  padding-bottom: 10px;
}
.pb-20px {
  padding-bottom: 20px;
}
.pb-25px {
  padding-bottom: 25px;
}
.pb-30px {
  padding-bottom: 30px;
}
.pb-35px {
  padding-bottom: 35px;
}
.pb-40px {
  padding-bottom: 40px;
}
.pb-50px {
  padding-bottom: 50px;
}
.pb-60px {
  padding-bottom: 60px;
}
.pb-70px {
  padding-bottom: 70px;
}
.pb-80px {
  padding-bottom: 80px;
}
/*----- single padding top bottom 0px----------*/
.pt-0 {
  padding-top: 0 !important;
}
.pb-0 {
  padding-bottom: 0 !important;
}
/*----- single margin-top ----------*/
.mt-0{
  margin-top: 0 !important;
}
.mt-10px {
  margin-top: 10px;
}
.mt-15px {
  margin-top: 15px;
}
.mt-20px {
  margin-top: 20px;
}
.mt-25px {
  margin-top: 25px;
}
.mt-30px {
  margin-top: 30px;
}
.mt-35px {
  margin-top: 35px;
}
.mt-40px {
  margin-top: 40px;
}
.mt-45px {
  margin-top: 45px;
}
.mt-50px {
  margin-top: 50px;
}
.mt-55px {
  margin-top: 55px;
}
.mt-60px {
  margin-top: 60px;
}
.mt-65px {
  margin-top: 65px;
}
.mt-70px {
  margin-top: 70px;
}
.mt-80px {
  margin-top: 80px;
}
.mt-90px {
  margin-top: 90px;
}
.mt-100px {
  margin-top: 100px;
}
.mt-110px {
  margin-top: 110px;
}
.mt-120px {
  margin-top: 120px;
}
/*----- single margin-bottom ----------*/
.mb-10px {
  margin-bottom: 10px;
}
.mb-15px {
  margin-bottom: 15px;
}
.mb-20px {
  margin-bottom: 20px;
}
.mb-25px {
  margin-bottom: 25px;
}
.mb-27px {
  margin-bottom: 27px;
}
.mb-30px {
  margin-bottom: 30px;
}
.mb-33px {
  margin-bottom: 33px;
}
.mb-35px {
  margin-bottom: 35px;
}
.mb-40px {
  margin-bottom: 40px;
}
.mb-45px {
  margin-bottom: 45px;
}
.mb-50px {
  margin-bottom: 50px;
}
.mb-53px {
  margin-bottom: 53px;
}
.mb-55px {
  margin-bottom: 55px;
}
.mb-60px {
  margin-bottom: 60px;
}
.mb-65px {
  margin-bottom: 65px;
}
.mb-70px {
  margin-bottom: 70px;
}
.mb-80px {
  margin-bottom: 80px;
}
.mb-90px {
  margin-bottom: 90px;
}
.mb-100px {
  margin-bottom: 100px;
}
.mb-110px {
  margin-bottom: 110px;
}
.mb-120px {
  margin-bottom: 120px;
}
/*============== margin-right ==============*/
.margin-right-15px {
  margin-right: 15px;
}
.margin-left-15px {
  margin-left: 15px;
}
.margin-rl-15px {
  margin-right: 15px;
  margin-left: 15px;
}
.section-pt {
  padding-top: 115px;
}
@media (max-width: 1440px) {
  .section-pt {
    padding-top: 94px;
  }
}
@media (max-width: 1366px) {
  .section-pt {
    padding-top: 84px;
  }
}
@media (max-width: 1280px) {
  .section-pt {
    padding-top: 79px;
  }
}
@media (max-width: 1199px) {
  .section-pt {
    padding-top: 72px;
  }
}
@media only screen and (min-width: 320px) and (max-width: 479px) {
  .section-pt {
    padding-top: 55px;
  }
}
.section-pb {
  padding-bottom: 115px;
}
@media (max-width: 1440px) {
  .section-pb {
    padding-bottom: 94px;
  }
}
@media (max-width: 1366px) {
  .section-pb {
    padding-bottom: 84px;
  }
}
@media (max-width: 1280px) {
  .section-pb {
    padding-bottom: 79px;
  }
}
@media (max-width: 1199px) {
  .section-pb {
    padding-bottom: 72px;
  }
}
@media only screen and (min-width: 320px) and (max-width: 479px) {
  .section-pb {
    padding-bottom: 55px;
  }
}
.no-padding-tb {
  padding-top: 0;
  padding-bottom: 0;
}
.no-padding-lr {
  padding-left: 0;
  padding-right: 0;
}
.no-margin-tb {
  margin-top: 0;
  margin-bottom: 0;
}
.no-margin-lr {
  margin-left: 0;
  margin-right: 0;
}
/*----- General theme-bg ----------*/
.theme-bg-gray {
  background-color: #f5f5f5;
}
/* .theme-bg-dark {
  background: linear-gradient(0deg,rgba(208, 123, 5, 0) 0%, rgb(255, 159, 30) 100%);
} */
.theme-bg-dark-ft{
  background-color: #fff;
}
.theme-bg-main {
  background-color: var(--primary-color);
}
.theme-bg-light {
  background-color: #fff;
}
.theme-btp {
  border-top: 1px solid #ebebeb;
}
.theme-btb {
  border-bottom: 1px solid #ebebeb;
}
.theme-btb-2px {
  border-bottom: 2px solid #ebebeb;
}
.theme-bfr:before, .theme-afr:after {
  display: none;
}
/*============ loading-area ===============*/
#loading-area {
  width: 100%;
  height: 100%;
  position: fixed;
  background-color: #141314 !important;
  top: 0;
  left: 0;
  z-index: 99999;
}
#loading-area .col .loader {
  width: 120px;
  height: 120px;
  position: relative;
}
#loading-area .col #loader-1 {
  -webkit-perspective: 120px;
  -moz-perspective: 120px;
  -ms-perspective: 120px;
  perspective: 120px;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
#loading-area .col #loader-1:before {
  content: "";
  position: absolute;
  left: 25px;
  top: 25px;
  width: 57px;
  height: 57px;
  background: url('../images/main_loading.png');
  animation: flip 1s infinite;
}
@keyframes flip {
  0% {
    transform: rotate(0);
  }
  50% {
    transform: rotateY(180deg);
  }
  100% {
    transform: rotateY(180deg) rotateX(180deg);
  }
}
/*============ body-overlay ===============*/
.body-overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #000;
  z-index: 11;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.body-overlay.active {
  visibility: visible;
  opacity: .9;
}
/*============ body-overlay ===============*/
.offcanvas-menu {
  position: fixed;
  top: 0;
  left: 0;
  width: 320px;
  height: 100%;
  background-color: #fff;
  overflow-x: hidden;
  padding: 40px 30px;
  z-index: 12;
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  transform: translateX(-100%);
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.offcanvas-menu .menu__close {
  display: inline-block;
  text-align: right;
  width: 22px;
  height: 22px;
  cursor: pointer;
  position: absolute;
  top: 30px;
  right: 30px;
}
.offcanvas-menu .menu__close:after {
  position: absolute;
  content: '';
  height: 2px;
  width: 100%;
  top: 10px;
  left: 0;
  background-color: #b5b5c3;
  -webkit-transform: rotate(43deg);
  -moz-transform: rotate(43deg);
  -ms-transform: rotate(43deg);
  -o-transform: rotate(43deg);
  transform: rotate(43deg);
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
.offcanvas-menu .menu__close:before {
  position: absolute;
  content: '';
  height: 2px;
  width: 100%;
  top: 10px;
  left: 0;
  background-color: #b5b5c3;
  -webkit-transform: rotate(-43deg);
  -moz-transform: rotate(-43deg);
  -ms-transform: rotate(-43deg);
  -o-transform: rotate(-43deg);
  transform: rotate(-43deg);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.offcanvas-menu .menu__close:hover:after, .offcanvas-menu .menu__close:hover:before {
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
}
.offcanvas-menu .off__menu {
  margin-top: 70px;
}
.offcanvas-menu .off__menu li {
  padding-bottom: 15px;
}
.offcanvas-menu .off__menu li a {
  display: inline-block;
  color: #616d74;
  font-weight: 600;
  position: relative;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.offcanvas-menu .off__menu li a:after {
  position: absolute;
  content: '';
  width: 0;
  height: 1px;
  bottom: 4px;
  left: 0;
  background-color: #616d74;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.offcanvas-menu .off__menu li a:hover {
  color: #ff7e00;
}
.offcanvas-menu .off__menu li a:hover:after {
  width: 100%;
  background-color: #ff7e00;
}
.offcanvas-menu .off__menu li.menu__title-only {
  font-size: 22px;
  font-weight: 600;
  color: #222232;
  border-bottom: 1px solid #ccccd1;
  margin-top: 25px;
  margin-bottom: 14px;
  padding-bottom: 4px;
  position: relative;
}
.offcanvas-menu .off__menu li.menu__title-only i {
  position: absolute;
  top: 3px;
  padding-left: 10px;
}
.offcanvas-menu.active {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
}
/*------------------------------------
        menu-area
 -------------------------------------*/
.menu-area {
  z-index: 10;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 116px;
}
.menu-area .menu-full-width .logo-box {
  float: left;
  padding: 36px 60px 36px 45px;
  position: relative;
}
@media (max-width: 1440px) {
  .menu-area .menu-full-width .logo-box {
    padding: 36px 40px;
  }
}
@media (max-width: 1024px) {
  .menu-area .menu-full-width .logo-box {
    padding: 36px 40px 36px 19px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .menu-area .menu-full-width .logo-box {
    padding-left: 100px;
    text-align: center;
  }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .menu-area .menu-full-width .logo-box {
    padding-left: 90px;
    text-align: center;
    padding-right: 0;
  }
}
@media only screen and (min-width: 320px) and (max-width: 479px) {
  .menu-area .menu-full-width .logo-box {
    float: none;
    text-align: center;
  }
}
.menu-area .menu-full-width .logo-box .site-open {
  width: 40px;
  cursor: pointer;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  border: 1px solid #ffefe0;
  padding: 8px 6px;
  position: absolute;
  top: 40px;
  left: 0;
  display: none;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .menu-area .menu-full-width .logo-box .site-open {
    display: block;
  }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .menu-area .menu-full-width .logo-box .site-open {
    display: block;
  }
}
@media only screen and (min-width: 320px) and (max-width: 479px) {
  .menu-area .menu-full-width .logo-box .site-open {
    display: block;
  }
}
.menu-area .menu-full-width .logo-box .site-open .open__only {
  width: 25px;
  margin-left: auto;
  margin-right: auto;
  height: 2px;
  background-color: #ffefe0;
  display: block;
}
.menu-area .menu-full-width .logo-box .site-open .open__only:nth-child(1), .menu-area .menu-full-width .logo-box .site-open .open__only:nth-child(2) {
  margin-bottom: 5px;
}
.menu-area .menu-full-width .logo-box:after {
  position: absolute;
  content: '';
  top: 0;
  right: 0;
  width: 2px;
  height: 100%;
  background-color: #fff;
  opacity: .1;
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .menu-area .menu-full-width .logo-box:after {
    display: none;
  }
}
@media only screen and (min-width: 320px) and (max-width: 479px) {
  .menu-area .menu-full-width .logo-box:after {
    display: none;
  }
}
.menu-area .menu-full-width .main-menu .menu__wrapper {
  float: right;
  padding-right: 40px;
}
@media (max-width: 1440px) {
  .menu-area .menu-full-width .main-menu .menu__wrapper {
    padding-left: 40px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .menu-area .menu-full-width .main-menu .menu__wrapper {
    display: none;
  }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .menu-area .menu-full-width .main-menu .menu__wrapper {
    display: none;
  }
}
@media only screen and (min-width: 320px) and (max-width: 479px) {
  .menu-area .menu-full-width .main-menu .menu__wrapper {
    display: none;
  }
}
.menu-area .menu-full-width .main-menu .menu__wrapper ul li {
  display: inline-block;
  margin-right: 35px;
  position: relative;
}
@media (max-width: 1440px) {
  .menu-area .menu-full-width .main-menu .menu__wrapper ul li {
    margin-right:25px;
  }
}
@media (max-width: 1240px) {
  .menu-area .menu-full-width .main-menu .menu__wrapper ul li {
    margin-right: 30px;
  }
}
.menu-area .menu-full-width .main-menu .menu__wrapper ul li a {
  color: #fff;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  font-size: 15px;
  font-weight: 500;
  padding: 45px 0px 43px 0;
  display: block;
  position: relative;
}
.menu-area .menu-full-width .main-menu .menu__wrapper ul li a:after {
  position: absolute;
  content: '';
  width: 0;
  height: 1px;
  bottom: 20px;
  left: 0;
  background-color: #fff;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.menu-area .menu-full-width .main-menu .menu__wrapper ul li a:hover:after {
  width: 100%;
}
.menu-area .menu-full-width .main-menu .menu__wrapper ul li:last-child {
  margin-right: 0;
}
.menu-area .menu-full-width .main-menu .menu__wrapper ul li .main__dropdown-menu {
  position: absolute;
  top: 115px;
  left: 0;
  width: 220px;
  background-color: #fff;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
/*  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;*/
  padding: 20px 20px;
  opacity: 0;
  visibility: hidden;
  -webkit-box-shadow: 0 0 40px rgba(82, 85, 90, 0.2);
  -moz-box-shadow: 0 0 40px rgba(82, 85, 90, 0.2);
  box-shadow: 0 0 40px rgba(82, 85, 90, 0.2);
}
.menu-area .menu-full-width .main-menu .menu__wrapper ul li .main__dropdown-menu ul li {
  margin-right: 0;
  margin-bottom: 10px;
    display: block;
}
.menu-area .menu-full-width .main-menu .menu__wrapper ul li .main__dropdown-menu ul li a {
  color: #222232;
  font-weight: 300;
  text-transform: none;
  display: inline-block;
  position: relative;
  padding: 0;
  margin-top: 0px;
    font-size: 14px;
}
.menu-area .menu-full-width .main-menu .menu__wrapper ul li .main__dropdown-menu ul li a:after {
  position: absolute;
  content: '';
  width: 0;
  height: 1px;
  bottom: 5px;
  left: 0;
  background-color: #000;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.menu-area .menu-full-width .main-menu .menu__wrapper ul li .main__dropdown-menu ul li a:hover {
  color: #ff7e00;
}
.menu-area .menu-full-width .main-menu .menu__wrapper ul li .main__dropdown-menu ul li a:hover:after {
  width: 100%;
  background-color: #ff7e00;
}
.menu-area .menu-full-width .main-menu .menu__wrapper ul li .main__dropdown-menu ul li:last-child {
  margin-bottom: 0;
}
.menu-area .menu-full-width .main-menu .menu__wrapper ul li:hover .main__dropdown-menu {
  top: 60px;
  opacity: 1;
  visibility: visible;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.menu-area .menu-full-width .main-menu .logo-right-button {
  float: right;
}
@media only screen and (min-width: 320px) and (max-width: 479px) {
  .menu-area .menu-full-width .main-menu .logo-right-button {
    display: none;
  }
}
.menu-area .menu-full-width .main-menu .logo-right-button .lang-dropdown {
  float: left;
  position: relative;
  padding-right: 60px;
}
@media (max-width: 1440px) {
  .menu-area .menu-full-width .main-menu .logo-right-button .lang-dropdown {
    padding-right: 40px;
  }
}
@media only screen and (max-width: 1198px) and (min-width: 320px) {
  .menu-area .menu-full-width .main-menu .logo-right-button .lang-dropdown {
    padding-left: 40px;
  }
}
@media (max-width: 1024px) {
  .menu-area .menu-full-width .main-menu .logo-right-button .lang-dropdown {
    padding-left: 0;
    padding-right: 19px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .menu-area .menu-full-width .main-menu .logo-right-button .lang-dropdown {
    padding-left: 0;
    padding-right: 0;
  }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .menu-area .menu-full-width .main-menu .logo-right-button .lang-dropdown {
    padding-left: 0;
    padding-right: 0;
  }
}
@media only screen and (min-width: 320px) and (max-width: 479px) {
  .menu-area .menu-full-width .main-menu .logo-right-button .lang-dropdown {
    padding-left: 0;
    padding-right: 0;
  }
}
.menu-area .menu-full-width .main-menu .logo-right-button .lang-dropdown:after {
  position: absolute;
  content: '';
  top: 0;
  right: 0;
  width: 2px;
  height: 100%;
  background-color: #fff;
  opacity: .1;
}
@media only screen and (max-width: 1198px) and (min-width: 320px) {
  .menu-area .menu-full-width .main-menu .logo-right-button .lang-dropdown:after {
    display: none;
  }
}
.menu-area .menu-full-width .main-menu .logo-right-button .lang-dropdown ul li {
  display: inline-block;
  position: relative;
}
.menu-area .menu-full-width .main-menu .logo-right-button .lang-dropdown ul li a {
  color: #fff;
  font-weight: 700;
  font-size: 16px;
  padding: 45px 0 39px 0;
  display: block;
}
.menu-area .menu-full-width .main-menu .logo-right-button .lang-dropdown ul li a img {
  width: 30px;
  height: 30px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  margin-right: 3px;
}
.menu-area .menu-full-width .main-menu .logo-right-button .lang-dropdown ul li a i {
  padding-left: 1px;
  font-size: 12px;
}
.menu-area .menu-full-width .main-menu .logo-right-button .lang-dropdown ul li .lang-drop-item {
  position: absolute;
  width: 160px;
  top: 115px;
  left: 0;
  background-color: #fff;
  padding: 5px 0;
  opacity: 0;
  visibility: hidden;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-box-shadow: 0 0 40px rgba(82, 85, 90, 0.2);
  -moz-box-shadow: 0 0 40px rgba(82, 85, 90, 0.2);
  box-shadow: 0 0 40px rgba(82, 85, 90, 0.2);
}
.menu-area .menu-full-width .main-menu .logo-right-button .lang-dropdown ul li .lang-drop-item a {
  display: block;
  color: #222232;
  padding: 10px 15px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  font-weight: 600;
  letter-spacing: 0.1px;
}
.menu-area .menu-full-width .main-menu .logo-right-button .lang-dropdown ul li .lang-drop-item a img {
  margin-right: 10px;
}
.menu-area .menu-full-width .main-menu .logo-right-button .lang-dropdown ul li .lang-drop-item a:hover {
  color: #ff7e00;
}
@media (max-width: 1024px) {
  .menu-area .menu-full-width .main-menu .logo-right-button .lang-dropdown ul li .lang-drop-item {
    left: -46px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .menu-area .menu-full-width .main-menu .logo-right-button .lang-dropdown ul li .lang-drop-item {
    left: -50px;
  }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .menu-area .menu-full-width .main-menu .logo-right-button .lang-dropdown ul li .lang-drop-item {
    left: -50px;
  }
}
.menu-area .menu-full-width .main-menu .logo-right-button .lang-dropdown ul li:hover .lang-drop-item {
  top: 95px;
  opacity: 1;
  visibility: visible;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.menu-area .menu-full-width .main-menu .logo-right-button .contact-para {
  float: left;
  padding: 45px 45px 40px 60px;
  color: #fff;
  position: relative;
}
@media (max-width: 1440px) {
  .menu-area .menu-full-width .main-menu .logo-right-button .contact-para {
    padding: 45px 40px 40px 40px;
  }
}
@media only screen and (max-width: 1198px) and (min-width: 320px) {
  .menu-area .menu-full-width .main-menu .logo-right-button .contact-para {
    display: none;
  }
}
.menu-area .menu-full-width .main-menu .logo-right-button .contact-para p {
  font-size: 22px;
  font-weight: 700;
}
@media (max-width: 1240px) {
  .menu-area .menu-full-width .main-menu .logo-right-button .contact-para p {
    font-size: 16px;
  }
}
.menu-area .menu-full-width .main-menu .logo-right-button .contact-para .phone-call {
  position: absolute;
  font-size: 60px;
  color: #616d74;
  top: 44px;
  right: 34px;
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
  z-index: -1;
}
@media (max-width: 1440px) {
  .menu-area .menu-full-width .main-menu .logo-right-button .contact-para .phone-call {
    right: 28px;
  }
}
.menu-area:after {
  position: absolute;
  content: '';
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #fff;
  opacity: .1;
}
.menu-area.active {
  background-color: #222232;
  -webkit-transition: all 0.7s;
  -moz-transition: all 0.7s;
  -ms-transition: all 0.7s;
  -o-transition: all 0.7s;
  transition: all 0.7s;
}
/*------------------------------------
       menu--area
 -------------------------------------*/
.menu--area .menu-full-width .logo-box {
  padding-left: 0;
  padding-right: 0;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .menu--area .menu-full-width .logo-box {
    float: none;
  }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .menu--area .menu-full-width .logo-box {
    float: none;
  }
}
@media only screen and (min-width: 320px) and (max-width: 479px) {
  .menu--area .menu-full-width .logo-box {
    float: none;
  }
}
.menu--area .menu-full-width .logo-box:after {
  display: none;
}
.menu--area .menu-full-width .main-menu .menu__wrapper {
  float: right;
  padding-left: 0;
}
@media (max-width: 1690px) {
  .menu--area .menu-full-width .main-menu .menu__wrapper {
    padding-left: 0;
  }
}
.menu--area:after {
  display: none;
}
/*------------------------------------
       menu-area-3
 -------------------------------------*/
/* .menu-area-3 {
  padding-right: 90px;
  padding-left: 90px;
} */
@media (max-width: 1460px) {
  .menu-area-3 {
    padding-right: 0px;
    padding-left: 0px;
  }
}
@media (max-width: 1199px) {
  .menu-area-3 {
    padding-right: 15px;
    padding-left: 15px;
  }
}
.menu-area-3 .menu-full-box {
  height: 110px;
/*-webkit-border-bottom-right-radius: 5px;
-webkit-border-bottom-left-radius: 5px;
-moz-border-radius-bottomright: 5px;
-moz-border-radius-bottomleft: 5px;
border-bottom-right-radius: 5px;
border-bottom-left-radius: 5px;*/
}
.menu-area-3 .menu-full-box.active {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.menu-area-3 .menu-full-width .logo-box {
  /* background-color: #000; */
/*  -webkit-border-radius: 5px 0 0 5px;
  -moz-border-radius: 5px 0 0 5px;
  border-radius: 5px 0 0 5px;*/
  padding: 30px 0px;
           /*-webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;*/
}
/*.menu-area-3.active .menu-full-width .logo-box{padding-left: 0px;}*/
/*.menu-area-3 .menu-full-width .logo-box.active{padding-left: 0px !important;}*/
.menu-area-3 ul.header-top, .menu-area-3 .main-navigation{
        /* -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;*/
}

/*.menu-area-3.active ul.header-top{padding-right: 0px;}
.menu-area-3.active .main-navigation{padding-right: 15px;}*/
@media (max-width: 1440px) {
  .menu-area-3 .menu-full-width .logo-box {
    padding: 30px 40px;
       /*-webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;*/
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .menu-area-3 .menu-full-width .logo-box {
    padding: 36px 60px 36px 100px;
    text-align: center;
  }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .menu-area-3 .menu-full-width .logo-box {
    padding: 36px 60px 36px 100px;
    text-align: center;
  }
}
@media only screen and (min-width: 320px) and (max-width: 479px) {
  .menu-area-3 .menu-full-width .logo-box {
    padding: 36px 60px 36px 90px;
    text-align: center;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
  }
}
.menu-area-3 .menu-full-width .logo-box:after {
  display: none;
}
.menu-area-3 .menu-full-width .logo-box.active {
/*  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  padding-left: 162px;*/
}
@media (max-width: 1440px) {
  .menu-area-3 .menu-full-width .logo-box.active {
    padding-left: 40px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .menu-area-3 .menu-full-width .logo-box.active {
    padding-left: 130px;
  }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .menu-area-3 .menu-full-width .logo-box.active {
    padding-left: 130px;
  }
}
@media only screen and (min-width: 320px) and (max-width: 479px) {
  .menu-area-3 .menu-full-width .logo-box.active {
    padding-left: 59px;
  }
}
.menu-area-3 .menu-full-width .logo-box .site-open {
  left: 40px;
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .menu-area-3 .menu-full-width .logo-box .site-open {
    left: 15px;
  }
}
@media only screen and (min-width: 320px) and (max-width: 479px) {
  .menu-area-3 .menu-full-width .logo-box .site-open {
    left: 15px;
  }
}
.menu-area-3 .menu-full-width .main-menu .menu__wrapper ul li a {
  color: #fff;
  text-transform: uppercase;
  padding: 0px 0px 18px 0px;
margin-top: 18px;
}
.menu-area-3 .menu-full-width .main-menu .menu__wrapper ul li a:hover{
    color: var(--primary-color);
}
.menu-area-3 .menu-full-width .main-menu .menu__wrapper ul li a:after {
  background-color: var(--primary-color);
}
.menu-area-3 .menu-full-width .main-menu .menu__wrapper ul li .main__dropdown-menu {
  -webkit-box-shadow: 0 0 40px rgba(82, 85, 90, 0.2);
  -moz-box-shadow: 0 0 40px rgba(82, 85, 90, 0.2);
  box-shadow: 0 0 40px rgba(82, 85, 90, 0.2);
}
.menu-area-3 .menu-full-width .main-menu .logo-right-button .lang-dropdown {
  padding-right: 44px;
}
@media (max-width: 1280px) {
  .menu-area-3 .menu-full-width .main-menu .logo-right-button .lang-dropdown {
    padding-right: 0;
  }
}
@media only screen and (max-width: 1279px) and (min-width: 320px) {
  .menu-area-3 .menu-full-width .main-menu .logo-right-button .lang-dropdown {
    padding-right: 40px;
  }
}
@media (max-width: 1199px) {
  .menu-area-3 .menu-full-width .main-menu .logo-right-button .lang-dropdown {
    padding-right: 48px;
  }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .menu-area-3 .menu-full-width .main-menu .logo-right-button .lang-dropdown {
    padding-right: 15px;
  }
}
.menu-area-3 .menu-full-width .main-menu .logo-right-button .lang-dropdown ul li a {
  color: #222232;
  padding: 45px 0 40px 0;
}
.menu-area-3 .menu-full-width .main-menu .logo-right-button .lang-dropdown ul li .lang-drop-item {
  -webkit-box-shadow: 0 0 40px rgba(82, 85, 90, 0.2);
  -moz-box-shadow: 0 0 40px rgba(82, 85, 90, 0.2);
  box-shadow: 0 0 40px rgba(82, 85, 90, 0.2);
}
.menu-area-3 .menu-full-width .main-menu .logo-right-button .contact-para {
  padding: 45px 60px 41px 35px;
}
@media only screen and (max-width: 1279px) and (min-width: 320px) {
  .menu-area-3 .menu-full-width .main-menu .logo-right-button .contact-para {
    display: none;
  }
}
.menu-area-3 .menu-full-width .main-menu .logo-right-button .contact-para .social__links li {
  display: inline-block;
  padding-right: 16px;
}
.menu-area-3 .menu-full-width .main-menu .logo-right-button .contact-para .social__links li a {
  color: #222232;
  font-size: 16px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.menu-area-3 .menu-full-width .main-menu .logo-right-button .contact-para .social__links li a:hover {
  color: #ff7e00;
}
.menu-area-3 .menu-full-width .main-menu .logo-right-button .contact-para .social__links li:last-child {
  padding-right: 0;
}
.menu-area-3 .menu-full-width .main-menu .logo-right-button .contact-para.active {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  padding-right: 91px;
}
@media (max-width: 1440px) {
  .menu-area-3 .menu-full-width .main-menu .logo-right-button .contact-para.active {
    padding-right: 60px;
  }
}
.menu-area-3:after {
  display: none;
}
.menu-area-3.active {
  top: 0;
  height: 110px;
  background-color: var(--primary-color);
  padding-right: 0;
  padding-left: 0;
 /* -webkit-box-shadow: 0 0 40px rgba(82, 85, 90, 0.1);
  -moz-box-shadow: 0 0 40px rgba(82, 85, 90, 0.1);
  box-shadow: 0 0 40px rgba(82, 85, 90, 0.1);*/
     -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .menu-area-3.active {
    /* background-color: #000; */
    height: 120px;
  }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  /* .menu-area-3.active {
    background-color: #fff;
  } */
}
@media (max-width: 1440px) {
  .logo img {
    height: 30px;
  }
}
@media only screen and (min-width: 320px) and (max-width: 479px) {
  /* .menu-area-3.active {
    background-color: #fff;
  } */
}
/*------------------------------------
        error-menu
 -------------------------------------*/
.error-menu .menu-full-width .logo-box {
  padding-left: 0;
  padding-right: 0;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .error-menu .menu-full-width .logo-box {
    width: 100%;
  }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .error-menu .menu-full-width .logo-box {
    width: 100%;
  }
}
@media only screen and (min-width: 320px) and (max-width: 479px) {
  .error-menu .menu-full-width .logo-box {
    width: 100%;
  }
}
.error-menu .menu-full-width .main-menu .menu__wrapper {
  float: right;
}
/*------------------------------------
        error-area
 -------------------------------------*/
.error-area {
  width: 100%;
  height: 100%;
  position: relative;
  background-image: url("../images/error-img.jpg");
  background-size: cover;
  background-position: center;
  z-index: 1;
  padding: 320px 0 200px 0;
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .error-area {
    padding: 200px 0 140px 0;
  }
}
@media only screen and (min-width: 320px) and (max-width: 479px) {
  .error-area {
    padding: 200px 0 140px 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .error-area .error-box .error__img {
    width: 100%;
  }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .error-area .error-box .error__img {
    width: 100%;
  }
}
@media only screen and (min-width: 320px) and (max-width: 479px) {
  .error-area .error-box .error__img {
    width: 100%;
  }
}
.error-area .error-box .error__desc {
  font-size: 20px;
  color: #fff;
  font-weight: 600;
  margin-top: 50px;
}
.error-area .error-box .back__top {
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  margin-top: 50px;
}
.error-area .error-box .back__top span {
  padding-left: 10px;
}
.error-area .error-box .back__top span:before {
  font-size: 16px;
}
.error-area .error-box .back__top:hover {
  background-color: #fff;
  color: #ff7e00;
}
.error-area:after {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: var(--primary-color);
  z-index: -1;
  opacity: .93;
}
/*------------------------------------
        slider-area
 -------------------------------------*/
.slider-area .home-slider .rev_slider_wrapper .rev_slider .tp-caption {
  color: #fff;
  margin-left: 65px;
}
@media (max-width: 1440px) {
  .slider-area .home-slider .rev_slider_wrapper .rev_slider .tp-caption {
    margin-left: 70px;
  }
}
@media (max-width: 1366px) {
  .slider-area .home-slider .rev_slider_wrapper .rev_slider .tp-caption {
    margin-left: 120px;
  }
}
@media (max-width: 1280px) {
  .slider-area .home-slider .rev_slider_wrapper .rev_slider .tp-caption {
    margin-left: 155px;
  }
}
@media (max-width: 1240px) {
  .slider-area .home-slider .rev_slider_wrapper .rev_slider .tp-caption {
    margin-left: 170px;
  }
}
@media (max-width: 1199px) {
  .slider-area .home-slider .rev_slider_wrapper .rev_slider .tp-caption {
    margin-left: 185px;
  }
}
@media (max-width: 1024px) {
  .slider-area .home-slider .rev_slider_wrapper .rev_slider .tp-caption {
    margin-left: 100px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .slider-area .home-slider .rev_slider_wrapper .rev_slider .tp-caption {
    margin-left: 105px;
  }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .slider-area .home-slider .rev_slider_wrapper .rev_slider .tp-caption {
    margin-left: 30px;
  }
}
@media (max-width: 750px) {
  .slider-area .home-slider .rev_slider_wrapper .rev_slider .tp-caption {
    margin-left: 40px;
  }
}
@media (max-width: 720px) {
  .slider-area .home-slider .rev_slider_wrapper .rev_slider .tp-caption {
    margin-left: 55px;
  }
}
@media (max-width: 640px) {
  .slider-area .home-slider .rev_slider_wrapper .rev_slider .tp-caption {
    margin-left: 70px;
  }
}
@media (max-width: 480px) {
  .slider-area .home-slider .rev_slider_wrapper .rev_slider .tp-caption {
    margin-left: 65px;
  }
}
@media (max-width: 425px) {
  .slider-area .home-slider .rev_slider_wrapper .rev_slider .tp-caption {
    margin-left: 70px;
  }
}
@media (max-width: 425px) {
  .slider-area .home-slider .rev_slider_wrapper .rev_slider .tp-caption {
    margin-left: 77px;
  }
}
.slider-area .home-slider .rev_slider_wrapper .rev_slider .tp-caption .slidetop__title {
  font-weight: 200;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  letter-spacing: 5px;
    text-transform: uppercase;
}
.slider-area .home-slider .rev_slider_wrapper .rev_slider .tp-caption .slide__tile {
  font-size: 58px;
  font-weight: 600;
  margin-top: 0;
  margin-bottom: 0;
  letter-spacing: -2px;
  line-height: 60px;
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .slider-area .home-slider .rev_slider_wrapper .rev_slider .tp-caption .slide__tile {
    font-size: 40px !important;
    line-height: 47px !important;
  }
}
@media (max-width: 480px) {
  .slider-area .home-slider .rev_slider_wrapper .rev_slider .tp-caption .slide__tile {
    font-size: 50px;
    line-height: 52px;
  }
}

.slider-area .home-slider .rev_slider_wrapper .rev_slider .tp-caption .get-btn {
  background-color: transparent;
  /*-webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;*/
        -webkit-transition: all 0.3s!important;
    -moz-transition: all 0.3s!important;
    -ms-transition: all 0.3s!important;
    -o-transition: all 0.3s!important;
    transition: all 0.3s !important;
    border: 0px;
background: var(--primary-color);
  font-weight: 500;
    text-transform: uppercase;
}
.slider-area .home-slider .rev_slider_wrapper .rev_slider .tp-caption .get-btn:hover {
  background-color: #000;
}
.slider-area .home-slider .rev_slider_wrapper .rev_slider .tp-caption .get-btn span {
  padding-left: 12px;
}
.slider-area .home-slider .rev_slider_wrapper .rev_slider .tp-caption .get-btn span:before {
  font-size: 16px;
}
.slider-area .home-slider .rev_slider_wrapper .rev_slider .rotate-text-wrap {
  position: absolute;
  top: 255px;
  left: -25px;
  color: #fff;
  font-weight: 600;
  font-size: 16px;
  letter-spacing: 0.1px;
}
.slider-area .home-slider .rev_slider_wrapper .rev_slider .rotate-text-wrap .rotate-text {
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
@media (max-width: 1024px) {
  .slider-area .home-slider .rev_slider_wrapper .rev_slider .rotate-text-wrap {
    display: none;
  }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .slider-area .home-slider .rev_slider_wrapper .rev_slider .rotate-text-wrap {
    display: none;
  }
}
@media only screen and (min-width: 320px) and (max-width: 479px) {
  .slider-area .home-slider .rev_slider_wrapper .rev_slider .rotate-text-wrap {
    display: none;
  }
}
.slider-area .home-slider .rev_slider_wrapper .rev_slider .rotate-text-wrap-two {
  top: auto;
  bottom: 170px;
  left: -56px;
}
.slider-area .home-slider .rev_slider_wrapper .tp-bannertimer {
  opacity: 0;
}
.slider-area .home-slider .rev_slider_wrapper .tparrows {
/*  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;*/
  width: 50px;
  height: 50px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  background-color: #fff;
  color: #000;
/*  opacity: .95;*/
}
.slider-area .home-slider .rev_slider_wrapper .tparrows:before {
  line-height: 50px;
  font-size: 16px;
  color: #fff;
}
@media (max-width: 480px) {
  .slider-area .home-slider .rev_slider_wrapper .tparrows:before {
    line-height: 40px;
    font-size: 15px;
  }
}
@media (max-width: 480px) {
  .slider-area .home-slider .rev_slider_wrapper .tparrows {
    width: 40px;
    height: 40px;
  }
}
.slider-area .home-slider .rev_slider_wrapper .tp-rightarrow {
   background: rgba(255,255, 255, 0.2);;
  color: #fff;
    border: 1px solid rgba(255, 255, 255, .5);
  margin-right: 40px;
  margin-bottom: 60px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .slider-area .home-slider .rev_slider_wrapper .tp-rightarrow {
    margin-right: 0;
  }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .slider-area .home-slider .rev_slider_wrapper .tp-rightarrow {
    margin-right: 0;
  }
}
@media (max-width: 480px) {
  .slider-area .home-slider .rev_slider_wrapper .tp-rightarrow {
    margin-right: 0;
    margin-bottom: 30px;
  }
}
@media (max-width: 320px) {
  .slider-area .home-slider .rev_slider_wrapper .tp-rightarrow {
    margin-right: -5px;
  }
}
.slider-area .home-slider .rev_slider_wrapper .tp-leftarrow {
  background: rgba(255,255, 255, 0.2);;
  color: #fff;
    border: 1px solid rgba(255, 255, 255, .5);
/*  opacity: .95;*/
  margin-right: 40px;
  margin-bottom: 120px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .slider-area .home-slider .rev_slider_wrapper .tp-leftarrow {
    margin-right: 0;
  }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .slider-area .home-slider .rev_slider_wrapper .tp-leftarrow {
    margin-right: 0;
  }
}
@media (max-width: 480px) {
  .slider-area .home-slider .rev_slider_wrapper .tp-leftarrow {
    margin-right: 0;
    margin-bottom: 78px;
  }
}
@media (max-width: 320px) {
  .slider-area .home-slider .rev_slider_wrapper .tp-leftarrow {
    margin-right: -5px;
  }
}
/*------------------------------------
       slider-area-2
 -------------------------------------*/
.slider-area-2 .rev_slider_wrapper .rev_slider .tp-caption {
  color: #fff;
}
.slider-area-2 .rev_slider_wrapper .rev_slider .tp-caption .video-play-btn {
  width: 134px;
  height: 134px;
  line-height: 134px;
  background-color: var(--primary-color);
  margin-left: auto;
  margin-right: auto;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  position: relative;
  display: block;
  color: #fff;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .slider-area-2 .rev_slider_wrapper .rev_slider .tp-caption .video-play-btn {
    width: 120px;
    height: 120px;
    line-height: 120px;
  }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .slider-area-2 .rev_slider_wrapper .rev_slider .tp-caption .video-play-btn {
    width: 120px;
    height: 120px;
    line-height: 120px;
  }
}
@media only screen and (min-width: 320px) and (max-width: 479px) {
  .slider-area-2 .rev_slider_wrapper .rev_slider .tp-caption .video-play-btn {
    width: 120px;
    height: 120px;
    line-height: 120px;
  }
}
.slider-area-2 .rev_slider_wrapper .rev_slider .tp-caption .video-play-btn:after {
  position: absolute;
  content: '';
  bottom: 0;
  left: 6px;
  width: 38px;
  height: 38px;
  background-color: #fff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .slider-area-2 .rev_slider_wrapper .rev_slider .tp-caption .video-play-btn:after {
    width: 30px;
    height: 30px;
    line-height: 30px;
  }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .slider-area-2 .rev_slider_wrapper .rev_slider .tp-caption .video-play-btn:after {
    width: 30px;
    height: 30px;
    line-height: 30px;
  }
}
@media only screen and (min-width: 320px) and (max-width: 479px) {
  .slider-area-2 .rev_slider_wrapper .rev_slider .tp-caption .video-play-btn:after {
    width: 30px;
    height: 30px;
    line-height: 30px;
  }
}
.slider-area-2 .rev_slider_wrapper .rev_slider .tp-caption .video-play-btn span {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.slider-area-2 .rev_slider_wrapper .rev_slider .tp-caption .video-play-btn span:before {
  font-size: 30px;
}
@media (max-width: 320px) {
  .slider-area-2 .rev_slider_wrapper .rev_slider .tp-caption .video-play-btn span:before {
    font-size: 26px;
  }
}
.slider-area-2 .rev_slider_wrapper .rev_slider .tp-caption .slide__title {
  font-size: 70px;
  font-weight: 700;
  letter-spacing: -3px;
  margin: 0;
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .slider-area-2 .rev_slider_wrapper .rev_slider .tp-caption .slide__title {
    font-size: 50px;
    line-height: 52px;
  }
}
@media (max-width: 480px) {
  .slider-area-2 .rev_slider_wrapper .rev_slider .tp-caption .slide__title {
    font-size: 40px;
  }
}
.slider-area-2 .rev_slider_wrapper .rev_slider .tp-caption .get-btn {
  background-color: transparent;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  font-weight: 700;
}
.slider-area-2 .rev_slider_wrapper .rev_slider .tp-caption .get-btn:hover {
  background-color: #ff7e00;
  border-color: #ff7e00;
}
.slider-area-2 .rev_slider_wrapper .rev_slider .tp-caption .get-btn span {
  padding-left: 12px;
}
.slider-area-2 .rev_slider_wrapper .rev_slider .tp-caption .get-btn span:before {
  font-size: 16px;
}
.slider-area-2 .rev_slider_wrapper .rev_slider .tp-bannertimer {
  opacity: 0;
}
/*------------------------------------
       slider-area-3
 -------------------------------------*/
.slider-area-3 .trusted-fluid {
  position: relative;
}
.slider-area-3 .trusted-fluid .rev_slider_wrapper .rev_slider {
  width: 100%;
}
.slider-area-3 .trusted-fluid .rev_slider_wrapper .rev_slider .tp-caption {
  color: #fff;
}
.slider-area-3 .trusted-fluid .rev_slider_wrapper .rev_slider .tp-caption .get-btn {
  background-color: transparent;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  font-weight: 700;
}
.slider-area-3 .trusted-fluid .rev_slider_wrapper .rev_slider .tp-caption .get-btn:hover {
  background-color: #ff7e00;
  border-color: #ff7e00;
}
.slider-area-3 .trusted-fluid .rev_slider_wrapper .rev_slider .tp-caption .get-btn span {
  padding-left: 12px;
}
.slider-area-3 .trusted-fluid .rev_slider_wrapper .rev_slider .tp-caption .get-btn span:before {
  font-size: 16px;
}
.slider-area-3 .trusted-fluid .rev_slider_wrapper .rev_slider .tp-caption .slide__title {
  font-size: 100px;
  font-weight: 700;
  letter-spacing: -3px;
  margin: 0;
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .slider-area-3 .trusted-fluid .rev_slider_wrapper .rev_slider .tp-caption .slide__title {
    font-size: 90px;
  }
}
@media (max-width: 480px) {
  .slider-area-3 .trusted-fluid .rev_slider_wrapper .rev_slider .tp-caption .slide__title {
    font-size: 50px;
  }
}
@media (max-width: 320px) {
  .slider-area-3 .trusted-fluid .rev_slider_wrapper .rev_slider .tp-caption .slide__title {
    margin-top: 20px;
  }
}
.slider-area-3 .trusted-fluid .rev_slider_wrapper .rev_slider .tp-caption .slide__title2 {
  font-size: 100px;
  font-weight: 700;
  letter-spacing: -3px;
  margin: 0;
  line-height: 120px;
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .slider-area-3 .trusted-fluid .rev_slider_wrapper .rev_slider .tp-caption .slide__title2 {
    font-size: 90px;
    line-height: 50px;
  }
}
@media (max-width: 480px) {
  .slider-area-3 .trusted-fluid .rev_slider_wrapper .rev_slider .tp-caption .slide__title2 {
    font-size: 50px;
  }
}
.slider-area-3 .trusted-fluid .rev_slider_wrapper .rev_slider .tp-caption .slide__title3 {
  line-height: 90px;
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .slider-area-3 .trusted-fluid .rev_slider_wrapper .rev_slider .tp-caption .slide__title3 {
    line-height: 80px;
  }
}
@media (max-width: 480px) {
  .slider-area-3 .trusted-fluid .rev_slider_wrapper .rev_slider .tp-caption .slide__title3 {
    line-height: 47px;
  }
}
.slider-area-3 .trusted-fluid .rev_slider_wrapper .rev_slider .tp-caption .slide__desc {
  font-size: 20px;
  font-weight: 600;
  line-height: 34px;
  margin-bottom: 0;
}
@media (max-width: 320px) {
  .slider-area-3 .trusted-fluid .rev_slider_wrapper .rev_slider .tp-caption .slide__desc {
    line-height: 30px;
  }
}
.slider-area-3 .trusted-fluid .rev_slider_wrapper .rev_slider .tp-bannertimer {
  opacity: 0;
}
/*------------------------------------
       avivon-heading
 -------------------------------------*/
.avivon-heading .avivon__title {
  font-size: 40px;
  color: #222232;
  font-weight: 700;
  position: relative;
  display: inline-block;
  padding-top: 30px;
  line-height: 46px;
  letter-spacing: -1px;
  margin-bottom: 0;
  margin-top: 0;
}
@media (max-width: 1199px) {
  .avivon-heading .avivon__title {
    font-size: 38px;
  }
}
@media (max-width: 390px) {
  .avivon-heading .avivon__title {
    font-size: 36px;
    line-height: 43px;
  }
}
@media (max-width: 320px) {
  .avivon-heading .avivon__title {
    font-size: 30px;
    line-height: 40px;
  }
}
/*.avivon-heading .avivon__title:after {
  position: absolute;
  content: '';
  left: -5px;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 8px solid #ff7e00;
  top: -2px;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}*/
@media (max-width: 400px) {
  .avivon-heading .second__title:after {
    left: 62px;
  }
}
@media (max-width: 360px) {
  .avivon-heading .second__title:after {
    left: 52px;
  }
}
@media (max-width: 320px) {
  .avivon-heading .second__title:after {
    left: 50px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .avivon-heading .third__title br {
    display: none;
  }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .avivon-heading .third__title br {
    display: none;
  }
}
@media only screen and (min-width: 320px) and (max-width: 479px) {
  .avivon-heading .third__title br {
    display: none;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .avivon-heading .third__title:after {
    left: 23px;
  }
}
@media (max-width: 750px) {
  .avivon-heading .third__title:after {
    left: 17px;
  }
}
@media (max-width: 736px) {
  .avivon-heading .third__title:after {
    left: 8px;
  }
}
@media (max-width: 720px) {
  .avivon-heading .third__title:after {
    left: 0;
  }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .avivon-heading .third__title:after {
    left: 23px;
  }
}
@media (max-width: 640px) {
  .avivon-heading .third__title:after {
    left: 0;
  }
}
@media (max-width: 600px) {
  .avivon-heading .third__title:after {
    left: 5px;
  }
}
@media (max-width: 575px) {
  .avivon-heading .third__title:after {
    left: 38px;
  }
}
@media (max-width: 540px) {
  .avivon-heading .third__title:after {
    left: 23px;
  }
}
@media (max-width: 480px) {
  .avivon-heading .third__title:after {
    left: -5px;
  }
}
@media (max-width: 425px) {
  .avivon-heading .third__title:after {
    left: 80px;
  }
}
@media (max-width: 400px) {
  .avivon-heading .third__title:after {
    left: 67px;
  }
}
@media (max-width: 320px) {
  .avivon-heading .third__title:after {
    left: 57px;
  }
}
@media (max-width: 400px) {
  .avivon-heading .fourth__title:after {
    left: 99px;
  }
}
@media (max-width: 375px) {
  .avivon-heading .fourth__title:after {
    left: 97px;
  }
}
@media (max-width: 320px) {
  .avivon-heading .fourth__title:after {
    left: -5px;
  }
}
@media (max-width: 575px) {
  .avivon-heading .eight__title:after {
    left: 78px;
  }
}
@media (max-width: 540px) {
  .avivon-heading .eight__title:after {
    left: 60px;
  }
}
@media (max-width: 480px) {
  .avivon-heading .eight__title:after {
    left: 30px;
  }
}
@media (max-width: 425px) {
  .avivon-heading .eight__title:after {
    left: 4px;
  }
}
@media (max-width: 400px) {
  .avivon-heading .eight__title:after {
    left: 8px;
  }
}
@media (max-width: 375px) {
  .avivon-heading .eight__title:after {
    left: 6px;
  }
}
.avivon-heading .avivon__desc {
  font-size: 16px;
  color: #7c7c82;
  font-weight: 600;
  line-height: 30px;
}
.avivon-heading .get__btn {
  color: #222232;
  border-color: #222232;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.avivon-heading .get__btn span {
  padding-left: 12px;
}
.avivon-heading .get__btn span:before {
  font-size: 16px;
}
.avivon-heading .get__btn:hover {
  background-color: #ff7e00;
  border-color: #ff7e00;
  color: #fff;
}
.avivon-heading .avivon__btn {
  background-color: #222232;
  border-color: #222232;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.avivon-heading .avivon__btn span {
  padding-left: 12px;
}
.avivon-heading .avivon__btn span:before {
  font-size: 16px;
}
.avivon-heading .avivon__btn:hover {
  background-color: #ff7e00;
  border-color: #ff7e00;
}
.avivon-heading .avivon__list li {
  display: block;
  font-size: 16px;
  color: #7c7c82;
  font-weight: 600;
  padding-bottom: 10px;
  padding-left: 25px;
  position: relative;
}
.avivon-heading .avivon__list li i {
  position: absolute;
  top: 7px;
  left: 0;
  color: #ff7e00;
  font-size: 14px;
}
.avivon-heading .avivon__list li:last-child {
  padding-bottom: 0;
}
/*------------------------------------
        offer-area
 -------------------------------------*/
.offer-area .offer-content .offer-quote {
  position: relative;
  width: 100%;
  height: 750px;
  z-index: 2;
  color: #fff;
  background-size: cover;
  background-position: center;
  background-image: url("../images/oq-img.jpg");
  -webkit-border-radius: 0px 0px 5px 0px;
  -moz-border-radius: 0px 0px 5px 0px;
  border-radius: 0px 0px 5px 0px;
  padding: 120px 75px 120px 100px;
}
@media (max-width: 1690px) {
  .offer-area .offer-content .offer-quote {
    padding: 120px 50px 120px 80px;
  }
}
@media (max-width: 1440px) {
  .offer-area .offer-content .offer-quote {
    height: 740px;
    padding: 100px 50px 120px 60px;
  }
}
@media (max-width: 1366px) {
  .offer-area .offer-content .offer-quote {
    padding: 90px 30px 0 50px;
  }
}
@media (max-width: 1280px) {
  .offer-area .offer-content .offer-quote {
    padding: 85px 40px 0 40px;
  }
}
@media (max-width: 1199px) {
  .offer-area .offer-content .offer-quote {
    padding: 80px 40px 0 40px;
    height: 700px;
  }
}
@media (max-width: 1024px) {
  .offer-area .offer-content .offer-quote {
    height: 650px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .offer-area .offer-content .offer-quote {
    height: 406px;
    padding: 80px 40px 0 40px;
    -webkit-border-radius: 0px 0px 0px 0px;
    -moz-border-radius: 0px 0px 0px 0px;
    border-radius: 0px 0px 0px 0px;
  }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .offer-area .offer-content .offer-quote {
    height: 445px;
    padding: 80px 30px 0 15px;
    -webkit-border-radius: 0px 0px 0px 0px;
    -moz-border-radius: 0px 0px 0px 0px;
    border-radius: 0px 0px 0px 0px;
  }
}
@media (max-width: 540px) {
  .offer-area .offer-content .offer-quote {
    height: 520px;
  }
}
@media only screen and (min-width: 320px) and (max-width: 479px) {
  .offer-area .offer-content .offer-quote {
    padding: 60px 30px 0 15px;
    -webkit-border-radius: 0px 0px 0px 0px;
    -moz-border-radius: 0px 0px 0px 0px;
    border-radius: 0px 0px 0px 0px;
  }
}
@media (max-width: 425px) {
  .offer-area .offer-content .offer-quote {
    height: 490px;
  }
}
@media (max-width: 400px) {
  .offer-area .offer-content .offer-quote {
    height: 533px;
  }
}
@media (max-width: 320px) {
  .offer-area .offer-content .offer-quote {
    height: 569px;
    padding: 60px 15px 0 15px;
  }
}
.offer-area .offer-content .offer-quote .opr-block {
  margin-top: -10px;
  margin-bottom: 0;
  border-left: none;
  padding: 0;
}
.offer-area .offer-content .offer-quote .opr-block .quote__para {
  font-size: 30px;
  line-height: 48px;
}
@media (max-width: 1240px) {
  .offer-area .offer-content .offer-quote .opr-block .quote__para {
    font-size: 28px;
  }
}
@media (max-width: 1199px) {
  .offer-area .offer-content .offer-quote .opr-block .quote__para {
    font-size: 26px;
    line-height: 44px;
  }
}
@media (max-width: 1024px) {
  .offer-area .offer-content .offer-quote .opr-block .quote__para {
    font-size: 22px;
    line-height: 40px;
  }
}
.offer-area .offer-content .offer-quote .opr-block .quote__sign {
  margin-top: 50px;
  font-weight: 500;
  font-family: "CoveredByYourGrace", sans-serif;
  font-size: 50px;
  letter-spacing: -1px;
  margin-bottom: 8px;
}
.offer-area .offer-content .offer-quote .opr-block .quote__span {
  font-weight: 600;
  position: relative;
  color: #ffefe0;
  font-size: 16px;
}
.offer-area .offer-content .offer-quote .opr-block .quote__span:after {
  position: absolute;
  content: '';
  width: 100%;
  height: 1px;
  bottom: 0;
  left: 0;
  background-color: #ffb970;
}
.offer-area .offer-content .offer-quote:before {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ff7e00;
  opacity: .9;
  z-index: -1;
  -webkit-border-radius: 0px 0px 5px 0px;
  -moz-border-radius: 0px 0px 5px 0px;
  border-radius: 0px 0px 5px 0px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .offer-area .offer-content .offer-quote:before {
    -webkit-border-radius: 0px 0px 0px 0px;
    -moz-border-radius: 0px 0px 0px 0px;
    border-radius: 0px 0px 0px 0px;
  }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .offer-area .offer-content .offer-quote:before {
    -webkit-border-radius: 0px 0px 0px 0px;
    -moz-border-radius: 0px 0px 0px 0px;
    border-radius: 0px 0px 0px 0px;
  }
}
@media only screen and (min-width: 320px) and (max-width: 479px) {
  .offer-area .offer-content .offer-quote:before {
    -webkit-border-radius: 0px 0px 0px 0px;
    -moz-border-radius: 0px 0px 0px 0px;
    border-radius: 0px 0px 0px 0px;
  }
}
.offer-area .offer-content .offer-list-box {
  padding: 120px 120px 0 120px;
}
@media (max-width: 1440px) {
  .offer-area .offer-content .offer-list-box {
    padding: 100px 0 0 100px;
  }
}
@media (max-width: 1366px) {
  .offer-area .offer-content .offer-list-box {
    padding: 90px 0 0 90px;
  }
}
@media (max-width: 1280px) {
  .offer-area .offer-content .offer-list-box {
    padding: 85px 0 0 85px;
  }
}
@media (max-width: 1199px) {
  .offer-area .offer-content .offer-list-box {
    padding: 80px 0 0 80px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .offer-area .offer-content .offer-list-box {
    padding: 80px 0 0 40px;
  }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .offer-area .offer-content .offer-list-box {
    padding: 80px 15px 0 15px;
  }
}
@media only screen and (min-width: 320px) and (max-width: 479px) {
  .offer-area .offer-content .offer-list-box {
    padding: 60px 15px 0 15px;
  }
}
@media (max-width: 1024px) {
  .offer-area .offer-content .offer-list-box .offer-list .avivon-heading .avivon__title br {
    display: none;
  }
}
.offer-area .offer-content .offer-list-box .offer-list .offer-item .same-offer {
  width: 42%;
  float: left;
  position: relative;
  padding-bottom: 110px;
}
@media (max-width: 1690px) {
  .offer-area .offer-content .offer-list-box .offer-list .offer-item .same-offer {
    width: 47%;
    padding-bottom: 108px;
  }
}
@media (max-width: 1440px) {
  .offer-area .offer-content .offer-list-box .offer-list .offer-item .same-offer {
    width: 46%;
    padding-bottom: 118px;
  }
}
@media (max-width: 1366px) {
  .offer-area .offer-content .offer-list-box .offer-list .offer-item .same-offer {
    padding-bottom: 128px;
  }
}
@media (max-width: 1280px) {
  .offer-area .offer-content .offer-list-box .offer-list .offer-item .same-offer {
    padding-bottom: 132px;
    width: 50%;
  }
}
@media (max-width: 1199px) {
  .offer-area .offer-content .offer-list-box .offer-list .offer-item .same-offer {
    padding-bottom: 97px;
  }
}
@media (max-width: 1024px) {
  .offer-area .offer-content .offer-list-box .offer-list .offer-item .same-offer {
    padding-bottom: 0;
  }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .offer-area .offer-content .offer-list-box .offer-list .offer-item .same-offer {
    width: 100%;
    float: none;
    padding-bottom: 50px;
  }
}
@media only screen and (min-width: 320px) and (max-width: 479px) {
  .offer-area .offer-content .offer-list-box .offer-list .offer-item .same-offer {
    width: 100%;
    float: none;
    padding-bottom: 45px;
  }
}
.offer-area .offer-content .offer-list-box .offer-list .offer-item .same-offer .offer__icon {
  padding: 70px 0 40px 0;
  color: #ff7e00;
}
@media (max-width: 425px) {
  .offer-area .offer-content .offer-list-box .offer-list .offer-item .same-offer .offer__icon {
    padding-top: 60px;
  }
}
.offer-area .offer-content .offer-list-box .offer-list .offer-item .same-offer .offer__title {
  margin-bottom: 30px;
}
.offer-area .offer-content .offer-list-box .offer-list .offer-item .same-offer .offer__title h3 {
  font-size: 24px;
  font-weight: 700;
  margin: 0;
}
.offer-area .offer-content .offer-list-box .offer-list .offer-item .same-offer .offer__des {
  padding: 0 158px 0 0;
}
@media (max-width: 1690px) {
  .offer-area .offer-content .offer-list-box .offer-list .offer-item .same-offer .offer__des {
    padding-right: 125px;
  }
}
@media (max-width: 1440px) {
  .offer-area .offer-content .offer-list-box .offer-list .offer-item .same-offer .offer__des {
    padding-right: 100px;
  }
}
@media (max-width: 1366px) {
  .offer-area .offer-content .offer-list-box .offer-list .offer-item .same-offer .offer__des {
    padding-right: 85px;
  }
}
@media (max-width: 1280px) {
  .offer-area .offer-content .offer-list-box .offer-list .offer-item .same-offer .offer__des {
    padding-right: 90px;
  }
}
@media (max-width: 1199px) {
  .offer-area .offer-content .offer-list-box .offer-list .offer-item .same-offer .offer__des {
    padding-right: 70px;
  }
}
@media (max-width: 1024px) {
  .offer-area .offer-content .offer-list-box .offer-list .offer-item .same-offer .offer__des {
    padding-right: 25px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .offer-area .offer-content .offer-list-box .offer-list .offer-item .same-offer .offer__des {
    padding-right: 15px;
  }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .offer-area .offer-content .offer-list-box .offer-list .offer-item .same-offer .offer__des {
    padding-right: 15px;
  }
}
@media only screen and (min-width: 320px) and (max-width: 479px) {
  .offer-area .offer-content .offer-list-box .offer-list .offer-item .same-offer .offer__des {
    padding-right: 15px;
  }
}
.offer-area .offer-content .offer-list-box .offer-list .offer-item .same-offer .offer__des p {
  font-size: 16px;
  color: #7c7c82;
  font-weight: 600;
  line-height: 30px;
  margin-bottom: 40px;
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .offer-area .offer-content .offer-list-box .offer-list .offer-item .same-offer .offer__des p {
    margin-bottom: 30px;
  }
}
@media only screen and (min-width: 320px) and (max-width: 479px) {
  .offer-area .offer-content .offer-list-box .offer-list .offer-item .same-offer .offer__des p {
    margin-bottom: 30px;
  }
}
.offer-area .offer-content .offer-list-box .offer-list .offer-item .same-offer .offer__btn .offer__btn-btn {
  color: #222232;
  font-weight: 600;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  position: relative;
  display: inline-block;
  font-size: 16px;
}
.offer-area .offer-content .offer-list-box .offer-list .offer-item .same-offer .offer__btn .offer__btn-btn span {
  padding-left: 3px;
}
.offer-area .offer-content .offer-list-box .offer-list .offer-item .same-offer .offer__btn .offer__btn-btn span:before {
  font-size: 16px;
}
.offer-area .offer-content .offer-list-box .offer-list .offer-item .same-offer .offer__btn .offer__btn-btn:after {
  position: absolute;
  content: '';
  width: 0;
  height: 1px;
  bottom: 4px;
  left: 0;
  background-color: #222232;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.offer-area .offer-content .offer-list-box .offer-list .offer-item .same-offer .offer__btn .offer__btn-btn:hover {
  color: #ff7e00;
}
.offer-area .offer-content .offer-list-box .offer-list .offer-item .same-offer .offer__btn .offer__btn-btn:hover:after {
  width: 100%;
  background-color: #ff7e00;
}
.offer-area .offer-content .offer-list-box .offer-list .offer-item .same-offer:after {
  position: absolute;
  content: '';
  width: 78%;
  height: 1px;
  bottom: 0;
  left: 0;
  background-color: #ccccd1;
  opacity: .5;
}
@media (max-width: 1690px) {
  .offer-area .offer-content .offer-list-box .offer-list .offer-item .same-offer:after {
    width: 77%;
  }
}
@media (max-width: 1440px) {
  .offer-area .offer-content .offer-list-box .offer-list .offer-item .same-offer:after {
    width: 82%;
  }
}
@media (max-width: 1366px) {
  .offer-area .offer-content .offer-list-box .offer-list .offer-item .same-offer:after {
    width: 89%;
  }
}
@media (max-width: 1024px) {
  .offer-area .offer-content .offer-list-box .offer-list .offer-item .same-offer:after {
    display: none;
  }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .offer-area .offer-content .offer-list-box .offer-list .offer-item .same-offer:after {
    display: block;
  }
}
@media only screen and (min-width: 320px) and (max-width: 479px) {
  .offer-area .offer-content .offer-list-box .offer-list .offer-item .same-offer:after {
    display: block;
  }
}
.offer-bg {
  background-size: cover;
  background-position: right;
  position: relative;
}
.offer-bg:after {
  position: absolute;
  content: '';
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-image: url("../images/offer-img.png");
  z-index: -1;
  opacity: .12;
}
/*------------------------------------
        inspire-area
 -------------------------------------*/
.inspire-area .offer-content {
  position: relative;
}
.inspire-area .offer-content .inspire-list-box {
  width: 675px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (max-width: 1199px) {
  .inspire-area .offer-content .inspire-list-box {
    width: auto;
    padding-right: 15px;
    padding-left: 15px;
  }
}
.inspire-area .offer-content .inspire-list-box .inspire-img {
  background-color: #7c7c82;
  width: 100%;
  height: 424px;
  background-image: url("../images/service6.jpg");
  background-size: cover;
  background-position: center;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.inspire-area .offer-content .inspire-list-box .story-content {
  background-color: #ff7e00;
  color: #fff;
  text-align: center;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  width: 440px;
}
@media (max-width: 1199px) {
  .inspire-area .offer-content .inspire-list-box .story-content {
    width: 100%;
  }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .inspire-area .offer-content .inspire-list-box .story-content {
    width: 100%;
  }
}
@media only screen and (min-width: 320px) and (max-width: 479px) {
  .inspire-area .offer-content .inspire-list-box .story-content {
    width: 100%;
  }
}
.inspire-area .offer-content .inspire-list-box .story-content .top-story {
  position: relative;
  padding: 64px 0 50px 0;
}
@media (max-width: 320px) {
  .inspire-area .offer-content .inspire-list-box .story-content .top-story {
    padding: 50px 0 40px 0;
  }
}
.inspire-area .offer-content .inspire-list-box .story-content .top-story span {
  font-size: 50px;
}
@media (max-width: 320px) {
  .inspire-area .offer-content .inspire-list-box .story-content .top-story span {
    font-size: 40px;
  }
}
.inspire-area .offer-content .inspire-list-box .story-content .top-story span.success__icon {
  margin-right: 20px;
}
@media (max-width: 320px) {
  .inspire-area .offer-content .inspire-list-box .story-content .top-story span.success__icon {
    margin-right: 10px;
  }
}
.inspire-area .offer-content .inspire-list-box .story-content .top-story span.success__icon:before {
  font-size: 60px;
}
@media (max-width: 320px) {
  .inspire-area .offer-content .inspire-list-box .story-content .top-story span.success__icon:before {
    font-size: 50px;
  }
}
.inspire-area .offer-content .inspire-list-box .story-content .top-story:after {
  position: absolute;
  content: '';
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #fff;
  opacity: .1;
}
.inspire-area .offer-content .inspire-list-box .story-content .success__desc {
  padding: 20px 0;
  color: #ffefe0;
  font-weight: 600;
  font-size: 16px;
}
@media (max-width: 1199px) {
  .inspire-area .offer-content .inspire-list-box .story-content .success__desc {
    padding: 25px 0;
  }
}
@media (max-width: 425px) {
  .inspire-area .offer-content .inspire-list-box .story-content .success__desc {
    padding: 20px 60px;
  }
}
@media (max-width: 320px) {
  .inspire-area .offer-content .inspire-list-box .story-content .success__desc {
    padding: 20px 31px;
  }
}
.inspire-area .offer-content .offer-list-box {
  background-color: #fff;
  padding: 95px 0 0 95px;
  top: 120px;
  width: 682px;
  position: absolute;
  right: 14px;
  -webkit-border-radius: 5px 0 0 0;
  -moz-border-radius: 5px 0 0 0;
  border-radius: 5px 0 0 0;
}
@media (max-width: 1366px) {
  .inspire-area .offer-content .offer-list-box {
    padding: 90px 0 0 90px;
  }
}
@media (max-width: 1280px) {
  .inspire-area .offer-content .offer-list-box {
    padding: 85px 0 0 85px;
  }
}
@media (max-width: 1199px) {
  .inspire-area .offer-content .offer-list-box {
    position: inherit;
    top: 0;
    right: 0;
    padding-top: 80px;
    padding-right: 15px;
    padding-left: 15px;
    width: auto;
  }
}
@media only screen and (min-width: 320px) and (max-width: 479px) {
  .inspire-area .offer-content .offer-list-box {
    padding: 60px 15px 0 15px;
  }
}
@media (max-width: 1199px) {
  .inspire-area .offer-content .offer-list-box .avivon-heading .inspire-title br {
    display: none;
  }
}
/*------------------------------------
        client-logo
 -------------------------------------*/
.client-logo-area .client-logo-box {
  padding-left: 25px;
  margin-right: 1px;
  margin-left: 1px;
}
@media (max-width: 425px) {
  .client-logo-area .client-logo-box {
    padding-left: 0;
  }
}
.client-logo-area .client-logo-box .client-logo .client-logo-item {
  opacity: .30;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.client-logo-area .client-logo-box .client-logo .client-logo-item .client__logo-brand {
  width: auto;
}
.client-logo-area .client-logo-box .client-logo .client-logo-item:hover {
  opacity: 1;
}
/*------------------------------------
        choose-area
 -------------------------------------*/
.choose-area {
  position: relative;
  z-index: 1;
}
.choose-area .choose-box .choose-popup {
  position: relative;
}
.choose-area .choose-box .choose-popup img {
  width: 100%;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.choose-area .choose-box .choose-popup .video-play-btn {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 140px;
  height: 122px;
  line-height: 122px;
  background-color: #ff7e00;
  -webkit-border-radius: 5px 0 5px 0;
  -moz-border-radius: 5px 0 5px 0;
  border-radius: 5px 0 5px 0;
  color: #fff;
  font-size: 30px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .choose-area .choose-box .choose-popup .video-play-btn {
    width: 90px;
    height: 90px;
    line-height: 90px;
  }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .choose-area .choose-box .choose-popup .video-play-btn {
    width: 90px;
    height: 90px;
    line-height: 90px;
  }
}
@media only screen and (min-width: 320px) and (max-width: 479px) {
  .choose-area .choose-box .choose-popup .video-play-btn {
    width: 60px;
    height: 60px;
    line-height: 60px;
    font-size: 22px;
  }
}
.choose-area .choose-box .choose-popup .video-play-btn span:before {
  font-size: 30px;
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .choose-area .choose-popup-box.mb-60px {
    margin-bottom: 40px;
  }
}
@media only screen and (min-width: 320px) and (max-width: 479px) {
  .choose-area .choose-popup-box.mb-60px {
    margin-bottom: 40px;
  }
}
.choose-area .choose-content .choose-same {
  background-color: #fff;
  padding: 92px 50px 81px 50px;
  border: 1px solid #ccccd1;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
@media (max-width: 1199px) {
  .choose-area .choose-content .choose-same {
    padding: 70px 25px 60px 25px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .choose-area .choose-content .choose-same {
    margin-bottom: 40px;
  }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .choose-area .choose-content .choose-same {
    margin-bottom: 40px;
  }
}
@media only screen and (min-width: 320px) and (max-width: 479px) {
  .choose-area .choose-content .choose-same {
    margin-bottom: 40px;
  }
}
.choose-area .choose-content .choose-same .choose__icon {
  color: #ff7e00;
  margin-top: 16px;
  padding-bottom: 36px;
}
.choose-area .choose-content .choose-same .choose__title h3 {
  font-size: 24px;
  font-weight: 700;
  color: #222232;
  margin: 0;
  line-height: 34px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.choose-area .choose-content .choose-same .choose__title h3:hover {
  color: #ff7e00;
}
.choose-area .choose-content .choose-same:hover {
  -webkit-box-shadow: 0 0 40px rgba(82, 85, 90, 0.1);
  -moz-box-shadow: 0 0 40px rgba(82, 85, 90, 0.1);
  box-shadow: 0 0 40px rgba(82, 85, 90, 0.1);
}
.choose-area:after {
  position: absolute;
  content: '';
  width: 100%;
  height: 708px;
  bottom: 0;
  left: 0;
  background-color: #f5f5f5;
  z-index: -1;
}
@media (max-width: 1440px) {
  .choose-area:after {
    height: 689px;
  }
}
@media (max-width: 1366px) {
  .choose-area:after {
    height: 679px;
  }
}
@media (max-width: 1280px) {
  .choose-area:after {
    height: 674px;
  }
}
@media (max-width: 1199px) {
  .choose-area:after {
    height: 626px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .choose-area:after {
    height: 1096px;
  }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .choose-area:after {
    height: 1076px;
  }
}
@media (max-width: 720px) {
  .choose-area:after {
    height: 1178px;
  }
}
@media only screen and (min-width: 320px) and (max-width: 479px) {
  .choose-area:after {
    height: 1148px;
  }
}
@media (max-width: 425px) {
  .choose-area:after {
    height: 1230px;
  }
}
@media (max-width: 400px) {
  .choose-area:after {
    height: 1230px;
  }
}
@media (max-width: 320px) {
  .choose-area:after {
    height: 1331px;
  }
}
/*============ responsive-content ===============*/
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .responsive-content .choose-same.rpl-content, .responsive-content .team-content .team-same.rpl-content, .responsive-content .service-box .shared-service.rpl-content, .responsive-content .funfact-shared.rpl-content, .responsive-content .case-list .office-list-item.rpl-content {
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .responsive-content .choose-same.rpl-content, .responsive-content .team-content .team-same.rpl-content, .responsive-content .service-box .shared-service.rpl-content, .responsive-content .funfact-shared.rpl-content, .responsive-content .case-list .office-list-item.rpl-content {
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 320px) and (max-width: 479px) {
  .responsive-content .choose-same.rpl-content, .responsive-content .team-content .team-same.rpl-content, .responsive-content .service-box .shared-service.rpl-content, .responsive-content .funfact-shared.rpl-content, .responsive-content .case-list .office-list-item.rpl-content {
    margin-bottom: 0;
  }
}
@media (max-width: 425px) {
  .responsive-content .sert__title.mb-50px {
    margin-bottom: 44px;
  }
}
@media (max-width: 425px) {
  .responsive-content .avivon__desc.mb-40px.mt-45px {
    margin: 28px 0 28px 0;
  }
}
@media only screen and (min-width: 320px) and (max-width: 479px) {
  .responsive-content .inspire-desc.mt-35px {
    margin-top: 25px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .responsive-content .footer-list .footer-shared.rpd-content {
    margin-top: 0;
  }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .responsive-content .footer-list .footer-shared.rpd-content {
    margin-top: 0;
  }
}
@media only screen and (min-width: 320px) and (max-width: 479px) {
  .responsive-content .footer-list .footer-shared.rpd-content {
    margin-top: 0;
  }
}
@media (max-width: 425px) {
  .responsive-content .inspire-title2.mb-40px {
    margin-bottom: 30px;
  }
}
@media (max-width: 425px) {
  .responsive-content .offer-title.mb-80px {
    margin-bottom: 65px;
  }
}
@media (max-width: 425px) {
  .responsive-content .audit-title.mt-30px {
    margin-top: 25px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .responsive-content .timeline-list .happening .happening__desc.happening__desc2 {
    padding-bottom: 0;
  }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .responsive-content .timeline-list .happening .happening__desc.happening__desc2 {
    padding-bottom: 0;
  }
}
@media only screen and (min-width: 320px) and (max-width: 479px) {
  .responsive-content .timeline-list .happening .happening__desc.happening__desc2 {
    padding-bottom: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .responsive-content .contact__desc.mt-50px {
    margin-top: 30px;
  }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .responsive-content .contact__desc.mt-50px {
    margin-top: 30px;
  }
}
@media only screen and (min-width: 320px) and (max-width: 479px) {
  .responsive-content .contact__desc.mt-50px {
    margin-top: 30px;
  }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .responsive-content .offer-title2.mt-40px {
    margin-top: 25px;
  }
}
@media only screen and (min-width: 320px) and (max-width: 479px) {
  .responsive-content .offer-title2.mt-40px {
    margin-top: 25px;
  }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .responsive-content .offer-title2.mb-35px {
    margin-bottom: 25px;
  }
}
@media only screen and (min-width: 320px) and (max-width: 479px) {
  .responsive-content .offer-title2.mb-35px {
    margin-bottom: 25px;
  }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .responsive-content .focus-title.mb-80px {
    margin-bottom: 60px;
  }
}
@media only screen and (min-width: 320px) and (max-width: 479px) {
  .responsive-content .focus-title.mb-80px {
    margin-bottom: 60px;
  }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .responsive-content .skill-title.mb-50px {
    margin-bottom: 35px;
  }
}
@media only screen and (min-width: 320px) and (max-width: 479px) {
  .responsive-content .skill-title.mb-50px {
    margin-bottom: 35px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .responsive-content .mission__list {
    padding-right: 15px;
  }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .responsive-content .mission__list {
    padding-right: 15px;
  }
}
@media only screen and (min-width: 320px) and (max-width: 479px) {
  .responsive-content .mission__list {
    padding-right: 15px;
  }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .responsive-content .mission__list.mb-40px {
    margin-bottom: 30px;
  }
}
@media only screen and (min-width: 320px) and (max-width: 479px) {
  .responsive-content .mission__list.mb-40px {
    margin-bottom: 30px;
  }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .responsive-content .mission__list.mt-50px {
    margin-top: 30px;
  }
}
@media only screen and (min-width: 320px) and (max-width: 479px) {
  .responsive-content .mission__list.mt-50px {
    margin-top: 30px;
  }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .responsive-content .history__desc.mb-50px {
    margin-bottom: 40px;
  }
}
@media only screen and (min-width: 320px) and (max-width: 479px) {
  .responsive-content .history__desc.mb-50px {
    margin-bottom: 40px;
  }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .responsive-content .history__desc.mt-50px {
    margin-top: 40px;
  }
}
@media only screen and (min-width: 320px) and (max-width: 479px) {
  .responsive-content .history__desc.mt-50px {
    margin-top: 40px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .responsive-content .cases2 .shared-service {
    margin-bottom: 30px;
  }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .responsive-content .cases2 .shared-service {
    margin-bottom: 30px;
  }
}
@media only screen and (min-width: 320px) and (max-width: 479px) {
  .responsive-content .cases2 .shared-service {
    margin-bottom: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .responsive-content .singlecases__desc.mb-70px {
    margin-bottom: 50px;
  }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .responsive-content .singlecases__desc.mb-70px {
    margin-bottom: 50px;
  }
}
@media only screen and (min-width: 320px) and (max-width: 479px) {
  .responsive-content .singlecases__desc.mb-70px {
    margin-bottom: 50px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .responsive-content .singlecases__cont.mb-70px {
    margin-bottom: 50px;
  }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .responsive-content .singlecases__cont.mb-70px {
    margin-bottom: 50px;
  }
}
@media only screen and (min-width: 320px) and (max-width: 479px) {
  .responsive-content .singlecases__cont.mb-70px {
    margin-bottom: 50px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .responsive-content .singlecases__desc2.mb-30px {
    margin-bottom: 15px;
  }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .responsive-content .singlecases__desc2.mb-30px {
    margin-bottom: 15px;
  }
}
@media only screen and (min-width: 320px) and (max-width: 479px) {
  .responsive-content .singlecases__desc2.mb-30px {
    margin-bottom: 15px;
  }
}
/*----- our mission ----------*/
@media (max-width: 1199px) {
  .skill-area.our-mission-area {
    padding-bottom: 0;
  }
}
@media (max-width: 1280px) {
  .skill-area.our-mission-area .offer-content .offer-list-box {
    padding-right: 0;
  }
}
/*------------------------------------
        team-area
 -------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .team-area .team-content .team-same {
    margin-bottom: 40px;
  }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .team-area .team-content .team-same {
    margin-bottom: 40px;
  }
}
@media only screen and (min-width: 320px) and (max-width: 479px) {
  .team-area .team-content .team-same {
    margin-bottom: 40px;
  }
}
.team-area .team-content .team-same .team__img {
  position: relative;
}
.team-area .team-content .team-same .team__img img {
  width: 100%;
}
.team-area .team-content .team-same .team__img .team__img-links {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: #ff7e00;
  opacity: 0;
  visibility: hidden;
  -webkit-border-radius: 0 0 5px 5px;
  -moz-border-radius: 0 0 5px 5px;
  border-radius: 0 0 5px 5px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -o-transform: scale(0.8);
  transform: scale(0.8);
}
.team-area .team-content .team-same .team__img .team__img-links ul li {
  display: inline-block;
}
.team-area .team-content .team-same .team__img .team__img-links ul li a {
  color: #fff;
  font-size: 14px;
  padding: 10px 6px;
  display: block;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.team-area .team-content .team-same .team__img .team__img-links ul li a:hover {
  color: #000;
}
.team-area .team-content .team-same .team__img:hover .team__img-links {
  opacity: 1;
  visibility: visible;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.team-area .team-content .team-same .team__title {
  line-height: 5px;
}
.team-area .team-content .team-same .team__title .team__title-title {
  font-size: 18px;
  color: #222232;
  font-weight: 700;
  margin: 0 0 0 0;
  padding-bottom: 10px;
}
.team-area .team-content .team-same .team__title .team__title-span {
  font-weight: 600;
  color: #7c7c82;
  font-size: 14px;
  line-height: 0;
}
/*------------------------------------
        trusted-area
 -------------------------------------*/
.parallax-area {
  background-attachment: fixed;
}
.trusted-area {
  position: relative;
  width: 100%;
  height: 100%;
  background-image: url("../images/expertise_bg.png");
  background-size: cover;
  background-position: center top;
  z-index: 1;
}

.identity-area {
  position: relative;
  width: 100%;
  height: 100%;
  background-image: url("../images/solutions/AIoT/aiot-07.webp");
  background-size: cover;
  background-position: center top;
  z-index: 1;
}

.trusted-area-overlay{
    position: relative;
    z-index: 2;
    background-color: rgba(0, 0, 0, 0.67);
    padding: 130px 0;
}

.identity-area-cont{
  width: 70%;
  margin: 0 auto;
}

.identity-area-cont h5{
  text-align: center;
  color: #fff;
  margin-bottom: 0;
}
.identity-area-cont h2{
  font-size: 60px;
  font-weight: 300;
  line-height: 85px;
  text-align: center;
  text-transform: capitalize;
  color: #fff;
}
.identity-area-cont p{
  font-size: 16px;
  font-weight: 300;
  line-height: 30px;
  text-align: center;
  /* text-transform: capitalize; */
  margin-bottom: 0;
  color: #fff;
}

.trusted-area .trusted-content {
  color: #fff;
}
.trusted-area .trusted-content .trusted__icon {
  width: 134px;
  height: 134px;
  line-height: 134px;
  background-color: #ff7e00;
  margin-left: auto;
  margin-right: auto;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  position: relative;
}
.trusted-area .trusted-content .trusted__icon:after {
  position: absolute;
  content: '';
  bottom: 0;
  left: 6px;
  width: 38px;
  height: 38px;
  background-color: #fff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.trusted-area .trusted-content .trusted__icon span:before {
  font-size: 53px;
}
.trusted-area .trusted-content .trusted__title .trusted__title-title {
  font-size: 60px;
  font-weight: 700;
  margin-bottom: 0;
  /*width: 850px;*/
  margin-left: auto;
  margin-right: auto;
  letter-spacing: -2px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .trusted-area .trusted-content .trusted__title .trusted__title-title {
    width: auto;
  }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .trusted-area .trusted-content .trusted__title .trusted__title-title {
    width: auto;
  }
}
@media only screen and (min-width: 320px) and (max-width: 479px) {
  .trusted-area .trusted-content .trusted__title .trusted__title-title {
    width: auto;
    font-size: 38px;
  }
}
.trusted-area .trusted-content .trusted__btn .trusted__btn-btn {
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  margin-top: 0;
}
.trusted-area .trusted-content .trusted__btn .trusted__btn-btn span {
  padding-left: 12px;
}
.trusted-area .trusted-content .trusted__btn .trusted__btn-btn span:before {
  font-size: 16px;
}
.trusted-area .trusted-content .trusted__btn .trusted__btn-btn:hover {
  background-color: #ff7e00;
  border-color: #ff7e00;
}
.trusted-area:after {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #373737;
  opacity: .8;
  z-index: -1;
}

@media (max-width: 768px) {
  .trusted-area-overlay {
    padding: 60px 0;
  }
  .identity-area-cont {
    width: 100%;
  }
  .identity-area-cont h2 {
    font-size: 35px;
    line-height: 45px;
  }
  .identity-area-cont p {
    font-size: 14px;
    line-height: 25px;
  }
}

.whytehreez-sec .identity-area-cont p {
  font-size: 20px;
  font-weight: 300;
  line-height: 35px;
  text-align: center;
  text-transform: capitalize;
  color: #fff;
}

/*======== about-trusted ==========*/
.about-trusted {
  background-image: url("../images/trusted-img4.jpg");
}
/*------------------------------------
       banner--area
 -------------------------------------*/
.banner--area {
  position: relative;
  height: 1010px;
  background-image: none;
  background-color: transparent;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .banner--area {
    height: 900px;
  }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .banner--area {
    height: 800px;
  }
}
@media only screen and (min-width: 320px) and (max-width: 479px) {
  .banner--area {
    height: 800px;
  }
}
@media (max-width: 575px) {
  .banner--area {
    height: 700px;
  }
}
.banner--area .trusted-content {
  width: 700px;
  position: absolute;
  left: 90px;
  bottom: 125px;
  z-index: 11;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .banner--area .trusted-content {
    bottom: 230px;
    width: auto;
  }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .banner--area .trusted-content {
    bottom: 150px;
    left: 15px;
    width: auto;
  }
}
@media only screen and (min-width: 320px) and (max-width: 479px) {
  .banner--area .trusted-content {
    left: 15px;
    width: auto;
  }
}
@media (max-width: 575px) {
  .banner--area .trusted-content {
    bottom: 160px;
  }
}
.banner--area .trusted-content .trusted__title .trusted__title-title {
  font-size: 100px;
  line-height: 90px;
  margin-bottom: 30px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .banner--area .trusted-content .trusted__title .trusted__title-title {
    font-size: 90px;
  }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .banner--area .trusted-content .trusted__title .trusted__title-title {
    font-size: 90px;
  }
}
@media only screen and (min-width: 320px) and (max-width: 479px) {
  .banner--area .trusted-content .trusted__title .trusted__title-title {
    font-size: 90px;
  }
}
@media (max-width: 575px) {
  .banner--area .trusted-content .trusted__title .trusted__title-title {
    font-size: 50px;
    line-height: 50px;
  }
}
.banner--area .trusted-content .trusted__title .trusted__desc-desc {
  font-size: 20px;
  font-weight: 600;
  line-height: 32px;
}
@media (max-width: 575px) {
  .banner--area .trusted-content .trusted__title .trusted__desc-desc {
    font-size: 18px;
    line-height: 30px;
  }
}
.banner--area .trusted-content .trusted__btn .trusted__btn-btn {
  margin-top: 0;
}
.banner--area:after {
  opacity: .5;
  z-index: inherit;
}
.banner--area:before {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 83%;
  height: 100%;
  background-image: url("../images/trusted-img3.jpg");
}
@media (max-width: 1199px) {
  .banner--area:before {
    width: 100%;
  }
}
/*------------------------------------
        breadcrumb-area
 -------------------------------------*/
.breadcrumb-area {
  padding: 280px 0 140px 0;
  background-image: url("../images/breadcrumb-img.jpg");
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .breadcrumb-area {
    padding: 240px 0 140px 0;
  }
}
@media only screen and (min-width: 320px) and (max-width: 479px) {
  .breadcrumb-area {
    padding: 240px 0 140px 0;
  }
}
.breadcrumb-area .trusted-content .trusted__title .trusted__title-title {
  font-size: 70px;
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .breadcrumb-area .trusted-content .trusted__title .trusted__title-title {
    font-size: 60px;
  }
}
@media only screen and (min-width: 320px) and (max-width: 479px) {
  .breadcrumb-area .trusted-content .trusted__title .trusted__title-title {
    font-size: 50px;
  }
}
@media (max-width: 320px) {
  .breadcrumb-area .trusted-content .trusted__title .trusted__title-title {
    font-size: 42px;
  }
}
.breadcrumb-area .trusted-content .trusted__title .bread__rumb-item {
  margin-bottom: 5px;
}
.breadcrumb-area .trusted-content .trusted__title .bread__rumb-item li {
  display: inline-block;
  font-size: 16px;
  font-weight: 600;
  position: relative;
  padding-right: 22px;
}
.breadcrumb-area .trusted-content .trusted__title .bread__rumb-item li a {
  color: #fff;
}
.breadcrumb-area .trusted-content .trusted__title .bread__rumb-item li.active-item:after {
  position: absolute;
  content: '-';
  top: 0;
  right: 0;
  padding: 0 7px;
  font-size: 16px;
}
.breadcrumb-area .trusted-content .trusted__title .bread__rumb-item li:last-child {
  padding-right: 0;
}
/*======== avivon-service ==========*/
.avivon-service .service--box .shared-service .shared-content {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  padding: 92px 46px 81px 46px;
}
.avivon-service .service--box .shared-service .shared-content .service__icon {
  color: #ff7e00;
  margin-top: 16px;
}
@media (max-width: 375px) {
  .avivon-service .service--box .shared-service .shared-content {
    padding: 70px 46px 60px 46px;
  }
}
@media (max-width: 320px) {
  .avivon-service .service--box .shared-service .shared-content {
    padding: 70px 20px 60px 20px;
  }
}
.avivon-service .service--box .shared-service .client-content {
  padding: 20px 20px 35px 20px;
}
.avivon-service .service--box .shared-service .client-content .client__brand {
  background-color: #f5f5f5;
  padding: 70px 0;
  margin-top: 0;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.avivon-service .service--box .shared-service .client-content .client__brand img {
  opacity: .30;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.avivon-service .service--box .shared-service .client-content .service__desc {
  padding-right: 30px;
  padding-left: 30px;
}
@media (max-width: 1199px) {
  .avivon-service .service--box .shared-service .client-content .service__desc {
    padding-right: 10px;
    padding-left: 10px;
  }
}
.avivon-service .service--box .shared-service .client-content .client__btn .client__btn-btn {
  font-size: 16px;
  color: #222232;
  font-weight: 600;
  position: relative;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.avivon-service .service--box .shared-service .client-content .client__btn .client__btn-btn span {
  padding-left: 4px;
}
.avivon-service .service--box .shared-service .client-content .client__btn .client__btn-btn span:before {
  font-size: 16px;
}
.avivon-service .service--box .shared-service .client-content .client__btn .client__btn-btn:after {
  position: absolute;
  content: '';
  width: 0;
  height: 1px;
  bottom: 0;
  left: 0;
  background-color: #222232;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.avivon-service .service--box .shared-service .client-content .client__btn .client__btn-btn:hover {
  color: #ff7e00;
}
.avivon-service .service--box .shared-service .client-content .client__btn .client__btn-btn:hover:after {
  width: 100%;
  background-color: #ff7e00;
}
.avivon-service .service--box .shared-service .client-content:hover .client__brand img {
  opacity: 1;
}
.avivon-service:after {
  display: none;
}
/*======== aivon-about ==========*/
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .aivon-about .service--box .shared-service {
    margin-bottom: 65px;
  }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .aivon-about .service--box .shared-service {
    margin-bottom: 65px;
  }
}
@media only screen and (min-width: 320px) and (max-width: 479px) {
  .aivon-about .service--box .shared-service {
    margin-bottom: 65px;
  }
}
.aivon-about .service--box .shared-service .shared-content {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  padding: 0;
  border: none;
}
.aivon-about .service--box .shared-service .shared-content .service__icon {
  color: #f5f5f5;
  font-size: 100px;
  font-weight: 600;
  margin-left: -3px;
  margin-top: 19px;
}
.aivon-about .service--box .shared-service .shared-content .service__title .service__title-title {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.aivon-about .service--box .shared-service:hover {
  -webkit-box-shadow: 0 0 0 0;
  -moz-box-shadow: 0 0 0 0;
  box-shadow: 0 0 0 0;
}
.aivon-about .service--box .shared-service:hover .service__title .service__title-title {
  color: #ff7e00;
}
.aivon-about.area-padding {
  padding-bottom: 110px;
}
/*------------------------------------
        single-area
 -------------------------------------*/
.single-area .single-content .single__img {
  position: relative;
}
.single-area .single-content .single__img .shared__date-item {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 62px;
  height: 53px;
  background-color: #ff7e00;
  text-align: center;
  font-weight: 700;
  color: #fff;
  padding: 10px;
  font-size: 14px;
  -webkit-border-radius: 5px 0 5px 0;
  -moz-border-radius: 5px 0 5px 0;
  border-radius: 5px 0 5px 0;
}
.single-area .single-content .single__img .shared__date-item span {
  display: block;
  line-height: 17px;
}
.single-area .single-content .single__img .img-single {
  width: 100%;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.single-area .single-content .single__img .single__img-img {
  float: left;
  width: 48%;
  height: 355px;
  background-image: url("../images/service21.jpg");
  background-size: cover;
  background-position: center;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
@media (max-width: 1199px) {
  .single-area .single-content .single__img .single__img-img {
    width: 100%;
    margin-bottom: 50px;
    float: none;
  }
}
.single-area .single-content .single__img .avivon-heading {
  float: left;
  width: 48%;
  padding-top: 1px;
  padding-left: 30px;
}
@media (max-width: 1199px) {
  .single-area .single-content .single__img .avivon-heading {
    width: 100%;
    float: none;
    padding-left: 0;
  }
}
.single-area .single-content .single__img .avivon-heading .avivon__title {
  font-size: 24px;
  padding-top: 20px;
}
.single-area .single-content .single__img .avivon-heading .plan__list {
  margin-top: 50px;
}
.single-area .single-content .single__img .avivon-heading .plan__list li {
  display: block;
  font-size: 15px;
  color: #7c7c82;
  font-weight: 600;
  padding-bottom: 5px;
  padding-left: 25px;
  position: relative;
}
.single-area .single-content .single__img .avivon-heading .plan__list li i {
  position: absolute;
  top: 8px;
  left: 0;
  color: #ff7e00;
  font-size: 14px;
}
.single-area .single-content .single__img .avivon-heading .plan__list li:last-child {
  padding-bottom: 0;
}
.single-area .single-content .single__img .single__service {
  padding-left: 0;
}
.single-area .single-content .single__img .single__chart {
  float: left;
  width: 50%;
  margin-top: -33px;
  margin-left: 15px;
}
@media (max-width: 1199px) {
  .single-area .single-content .single__img .single__chart {
    margin-top: 30px;
    float: none;
    margin-left: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .single-area .single-content .single__img .single__chart {
    margin-top: 30px;
    float: none;
    margin-left: 0;
  }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .single-area .single-content .single__img .single__chart {
    margin-top: 30px;
    margin-left: 0;
    float: none;
  }
}
@media only screen and (min-width: 320px) and (max-width: 479px) {
  .single-area .single-content .single__img .single__chart {
    margin-top: 30px;
    margin-left: 0;
    float: none;
    width: 100%;
  }
}
.single-area .single-content .single__img .single__chart .line-legend {
  text-align: center;
  margin-top: -7px;
}
.single-area .single-content .single__img .single__chart .line-legend .chart-legend li {
  position: relative;
  display: inline-block;
  font-size: 14px;
  color: #7c7c82;
  font-weight: 600;
  padding-left: 44px;
  padding-right: 6px;
}
.single-area .single-content .single__img .single__chart .line-legend .chart-legend li span {
  width: 32px;
  height: 24px;
  display: inline-block;
  position: absolute;
  top: 2px;
  left: 0;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
.single-area .single-content .single__img .single__chart .line-legend .chart-legend li .legend__one {
  background-color: #e3bf9c;
}
.single-area .single-content .single__img .single__chart .line-legend .chart-legend li .legend__two {
  background-color: #d48d9b;
}
.single-area .single-content .single__img .single__chart .line-legend .chart-legend li .legend__three {
  background-color: #88a9b6;
}
.single-area .single-content .single__img .line__chart {
  margin-top: 0;
  height: 350px;
  width: 375px;
}
.single-area .single-content .single__img .line__chart .line-legend {
  text-align: left;
  margin: 25px 0 0 24px;
}
.single-area .single-content .single__img .line__chart .line-legend .chart-legend li .legend__four {
  background-color: #95a4d6;
}
.single-area .single-content .single__img .line__chart .line-legend .chart-legend li .legend__five {
  background-color: #c6cbef;
}
@media (max-width: 1199px) {
  .single-area .single-content .single__img .line__chart {
    margin-top: 50px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .single-area .single-content .single__img .line__chart {
    margin-top: 50px;
    margin-bottom: 20px;
  }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .single-area .single-content .single__img .line__chart {
    margin-top: 50px;
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 320px) and (max-width: 479px) {
  .single-area .single-content .single__img .line__chart {
    margin-top: 50px;
    margin-bottom: 0;
    width: 100%;
  }
}
.single-area .single-content .single__img .chart__title .avivon__title {
  font-size: 40px;
}
.single-area .single-content .single__case .single__case-content .case-icon {
  color: #ff7e00;
}
.single-area .single-content .single__case .single__case-content .single__case-title__title {
  color: #222232;
  font-size: 18px;
  font-weight: 600;
}
.single-area .single-content .single__case .single__case-content .single__case-desc__desc {
  color: #7c7c82;
  font-weight: 600;
  font-size: 16px;
}
.single-area .single-content .single__accordion .accordion-panel .accordion__title {
  margin-top: 20px;
}
.single-area .single-content .single__accordion .accordion-panel .accordion__title .accordion__title-text {
  color: #222232;
  width: 100%;
  margin: 0;
  cursor: pointer;
  padding: 22px 35px;
  display: block;
  border-top: 1px solid #ccccd1;
  border-right: 1px solid #ccccd1;
  border-bottom: 1px solid #ccccd1;
  border-left: 1px solid #ccccd1;
  font-weight: 600;
  font-size: 18px;
  position: relative;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
@media (max-width: 320px) {
  .single-area .single-content .single__accordion .accordion-panel .accordion__title .accordion__title-text {
    padding: 20px 15px;
  }
}
.single-area .single-content .single__accordion .accordion-panel .accordion__title .accordion__title-text:after {
  position: absolute;
  content: '';
  top: 24px;
  right: 40px;
  width: 2px;
  height: 10px;
  background-color: #7c7c82;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
}
@media (max-width: 320px) {
  .single-area .single-content .single__accordion .accordion-panel .accordion__title .accordion__title-text:after {
    right: 20px;
  }
}
.single-area .single-content .single__accordion .accordion-panel .accordion__title .accordion__title-text:before {
  position: absolute;
  content: '';
  top: 24px;
  right: 40px;
  width: 2px;
  height: 10px;
  background-color: #7c7c82;
  z-index: 1;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
}
@media (max-width: 320px) {
  .single-area .single-content .single__accordion .accordion-panel .accordion__title .accordion__title-text:before {
    right: 20px;
  }
}
.single-area .single-content .single__accordion .accordion-panel.active .accordion__title .accordion__title-text {
  border-bottom: none;
  -webkit-border-radius: 5px 5px 0 0;
  -moz-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0;
  color: #ff7e00;
}
.single-area .single-content .single__accordion .accordion-panel.active .accordion__title .accordion__title-text:before {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
  background-color: #ff7e00;
}
.single-area .single-content .single__accordion .accordion-panel .accordion__content {
  padding: 0 35px 25px 35px;
  display: none;
  border-right: 1px solid #ccccd1;
  border-bottom: 1px solid #ccccd1;
  border-left: 1px solid #ccccd1;
  -webkit-box-shadow: 1px 7px 41px -8px rgba(82, 85, 90, 0.1);
  -moz-box-shadow: 1px 7px 41px -8px rgba(82, 85, 90, 0.1);
  box-shadow: 1px 7px 41px -8px rgba(82, 85, 90, 0.1);
  -webkit-border-radius: 0 0 5px 5px;
  -moz-border-radius: 0 0 5px 5px;
  border-radius: 0 0 5px 5px;
}
.single-area .single-content .single__accordion .accordion-panel .accordion__content .accordion__content-desc {
  font-size: 16px;
  color: #7c7c82;
  font-weight: 600;
}
@media (max-width: 320px) {
  .single-area .single-content .single__accordion .accordion-panel .accordion__content {
    padding: 0 20px 25px 20px;
  }
}
.single-area .single-content .avivon-heading .post__meta li {
  display: inline-block;
  font-size: 16px;
  color: #ff7e00;
  font-weight: 600;
  padding-right: 10px;
}
.single-area .single-content .avivon-heading .post__meta li .tag__active-item {
  color: #ff7e00;
  padding-left: 10px;
}
.single-area .single-content .avivon-heading .post__meta li a {
  color: #ff7e00;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.single-area .single-content .avivon-heading .post__meta li a:hover {
  color: #ff7e00;
}
.single-area .single-content .avivon-heading .post__meta li:last-child {
  padding-right: 0;
}
.single-area .single-content .avivon-heading .tag__meta {
  display: inline-block;
}
.single-area .single-content .avivon-heading .tag__meta li {
  color: #7c7c82;
  padding-right: 2px;
}
.single-area .single-content .avivon-heading .tag__meta li span {
  color: #222232;
  font-weight: 700;
  font-size: 20px;
}
.single-area .single-content .avivon-heading .meta__tag li a {
  color: #7c7c82;
}
.single-area .single-content .avivon-heading .meta__tag li a:hover {
  color: #ff7e00;
}
.single-area .single-content .avivon-heading .link__meta {
  display: inline-block;
  float: right;
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .single-area .single-content .avivon-heading .link__meta {
    float: none;
    display: inherit;
    margin-top: 20px;
  }
}
@media only screen and (min-width: 320px) and (max-width: 479px) {
  .single-area .single-content .avivon-heading .link__meta {
    float: none;
    display: inherit;
    margin-top: 20px;
  }
}
.single-area .single-content .avivon-heading .link__meta li {
  padding-right: 24px;
}
.single-area .single-content .avivon-heading .link__meta li a {
  color: #222232;
  font-size: 18px;
}
.single-area .single-content .single__comments .post__boxed-item {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  border: 1px solid #ccccd1;
  padding: 50px;
}
@media only screen and (min-width: 320px) and (max-width: 479px) {
  .single-area .single-content .single__comments .post__boxed-item {
    padding: 35px;
  }
}
.single-area .single-content .single__comments .post__boxed-item .post__boxed-img__img {
  width: 170px;
  height: 214px;
  background-size: cover;
  background-position: center;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  float: left;
  margin-right: 40px;
}
@media (max-width: 1199px) {
  .single-area .single-content .single__comments .post__boxed-item .post__boxed-img__img {
    margin-bottom: 60px;
  }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .single-area .single-content .single__comments .post__boxed-item .post__boxed-img__img {
    float: none;
    width: 100%;
    height: 250px;
    margin-right: 0;
    margin-bottom: 40px;
  }
}
@media only screen and (min-width: 320px) and (max-width: 479px) {
  .single-area .single-content .single__comments .post__boxed-item .post__boxed-img__img {
    float: none;
    width: 100%;
    height: 250px;
    margin-right: 0;
    margin-bottom: 40px;
  }
}
.single-area .single-content .single__comments .post__boxed-item .post__boxed-img__bg {
  background-image: url("../images/post-img.jpg");
}
.single-area .single-content .single__comments .post__boxed-item .post__boxed-item__title {
  font-size: 24px;
  color: #222232;
  font-weight: 700;
  margin-bottom: 35px;
  padding-top: 2px;
}
@media (max-width: 1199px) {
  .single-area .single-content .single__comments .post__boxed-item .post__boxed-item__title {
    margin-bottom: 20px;
  }
}
.single-area .single-content .single__comments .post__boxed-item .post__boxed-item__desc {
  color: #7c7c82;
  font-weight: 600;
  font-size: 16px;
  margin-bottom: 35px;
}
@media (max-width: 1199px) {
  .single-area .single-content .single__comments .post__boxed-item .post__boxed-item__desc {
    margin-bottom: 15px;
  }
}
.single-area .single-content .single__comments .post__boxed-item .post__boxed-item__btn {
  color: #ff7e00;
  display: inline-block;
  font-weight: 600;
  font-size: 16px;
  position: relative;
}
.single-area .single-content .single__comments .post__boxed-item .post__boxed-item__btn span {
  padding-left: 5px;
}
.single-area .single-content .single__comments .post__boxed-item .post__boxed-item__btn span:before {
  font-size: 16px;
}
.single-area .single-content .single__comments .post__boxed-item .post__boxed-item__btn:after {
  position: absolute;
  content: '';
  width: 0;
  height: 1px;
  bottom: 4px;
  left: 0;
  background-color: #ff7e00;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.single-area .single-content .single__comments .post__boxed-item .post__boxed-item__btn:hover:after {
  width: 100%;
}
.single-area .single-content .single__comments .comment__boxed-item .post__boxed-item__title {
  color: #222232;
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 40px;
}
.single-area .single-content .single__comments .comment__boxed-item .post__boxed-img__img {
  width: 90px;
  height: 90px;
  background-size: cover;
  background-position: center;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  float: left;
  margin-right: 30px;
  margin-bottom: 70px;
  position: relative;
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .single-area .single-content .single__comments .comment__boxed-item .post__boxed-img__img {
    float: none;
    margin-right: 0;
    margin-bottom: 40px;
  }
}
@media only screen and (min-width: 320px) and (max-width: 479px) {
  .single-area .single-content .single__comments .comment__boxed-item .post__boxed-img__img {
    float: none;
    margin-right: 0;
    margin-bottom: 40px;
  }
}
.single-area .single-content .single__comments .comment__boxed-item .post__boxed-img__img:after {
  position: absolute;
  content: '';
  bottom: 4px;
  left: -2px;
  width: 32px;
  height: 32px;
  background-color: #fff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.single-area .single-content .single__comments .comment__boxed-item .post__boxed-img__bg {
  background-image: url("../images/post-img2.jpg");
}
.single-area .single-content .single__comments .comment__boxed-item .post__boxed-img__bg-2 {
  background-image: url("../images/post-img3.jpg");
}
.single-area .single-content .single__comments .comment__boxed-item .comment__boxed-item__title {
  font-size: 18px;
  color: #222232;
  font-weight: 700;
  margin-bottom: 4px;
}
.single-area .single-content .single__comments .comment__boxed-item .comment__boxed-item__list li {
  color: #ff7e00;
  font-weight: 600;
  padding-right: 15px;
  padding-left: 5px;
  position: relative;
  display: inline-block;
  font-size: 16px;
}
.single-area .single-content .single__comments .comment__boxed-item .comment__boxed-item__list li.item-active:after {
  position: absolute;
  content: '-';
  top: 0;
  right: 0;
  font-size: 16px;
}
.single-area .single-content .single__comments .comment__boxed-item .comment__boxed-item__list li:first-child {
  padding-left: 0;
}
.single-area .single-content .single__comments .comment__boxed-item .comment__boxed-item__list li:last-child {
  padding-right: 0;
}
.single-area .single-content .single__comments .comment__boxed-item .post__boxed-item__desc {
  font-size: 16px;
  color: #7c7c82;
  font-weight: 600;
  max-width: 613px;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .single-area .single-content .single__comments .comment__boxed-item .post__boxed-item__desc {
    max-width: inherit;
  }
}
.single-area .single-content .single__comments .comment__boxed-item .comment__boxed-item__btn {
  background-color: #222232;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  padding: 8px 50px 8px 28px;
  margin-top: 0;
  border-color: #222232;
}
.single-area .single-content .single__comments .comment__boxed-item .comment__boxed-item__btn span {
  position: absolute;
  top: 8px;
  right: 25px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.single-area .single-content .single__comments .comment__boxed-item .comment__boxed-item__btn span:before {
  font-size: 16px;
}
.single-area .single-content .single__comments .comment__boxed-item .comment__boxed-item__btn:hover {
  background-color: #ff7e00;
  border-color: #ff7e00;
}
.single-area .single-content .single__comments .comment__boxed-item .comment__boxed-item__btn:hover span {
  right: 20px;
}
/*========== comment-form =========*/
.comment__form .post__boxed-item__title {
  color: #222232;
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 35px;
}
.comment__form form .input__box-input {
  float: left;
  width: 361px;
  margin-right: 28px;
}
@media (max-width: 1199px) {
  .comment__form form .input__box-input {
    width: 100%;
    float: none;
    margin-right: 0;
  }
}
.comment__form form .input__box-input input {
  width: 100%;
  display: inline-block;
  padding: 15px 26px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  color: #222232;
  font-size: 16px;
  font-weight: 600;
  border: 1px solid #ccccd1;
  margin-bottom: 30px;
}
.comment__form form .email-box {
  margin-right: 0;
}
.comment__form form textarea {
  width: 100%;
  display: inline-block;
  padding: 12px 20px;
  height: 140px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  color: #222232;
  font-size: 16px;
  font-weight: 600;
  border: 1px solid #ccccd1;
  resize: none;
  margin-bottom: 30px;
}
.comment__form form .submit__btn-btn {
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  background-color: #222232;
  border-color: #222232;
  position: relative;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  cursor: pointer;
  padding: 15px 55px 15px 29px;
  margin-top: 0;
}
.comment__form form .submit__btn-btn span {
  position: absolute;
  top: 14px;
  right: 27px;
  padding-left: 15px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.comment__form form .submit__btn-btn span:before {
  font-size: 16px;
}
.comment__form form .submit__btn-btn:hover {
  background-color: #ff7e00;
  border-color: #ff7e00;
}
.comment__form form .submit__btn-btn:hover span {
  right: 22px;
}
/*============= contact-area =========== */
.contact-area .comment__form form textarea {
  margin-bottom: 10px;
}
.contact-area .contact__form form textarea {
  margin-bottom: 20px;
}
.contact-area .contact-info {
  position: relative;
}
.contact-area .contact-info:after {
  position: absolute;
  content: '';
  bottom: 0;
  left: 12px;
  width: 98%;
  height: 1px;
  background-color: #ebebeb;
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .contact-area .contact-info:after {
    width: 100%;
    left: 0;
  }
}
@media only screen and (min-width: 320px) and (max-width: 479px) {
  .contact-area .contact-info:after {
    width: 100%;
    left: 0;
  }
}
/*======= side-bar =========*/
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .side-bar {
    margin-top: 60px;
  }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .side-bar {
    margin-top: 60px;
  }
}
@media only screen and (min-width: 320px) and (max-width: 479px) {
  .side-bar {
    margin-top: 60px;
  }
}
.side-bar .side__search form .input-box input {
  width: 100%;
  padding: 15px 26px;
  color: #222232;
  font-weight: 600;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  border: 1px solid #ccccd1;
  font-size: 16px;
  -webkit-box-shadow: 0 0 40px rgba(82, 85, 90, 0.1);
  -moz-box-shadow: 0 0 40px rgba(82, 85, 90, 0.1);
  box-shadow: 0 0 40px rgba(82, 85, 90, 0.1);
}
.side-bar .side__shared {
  border: 1px solid #ccccd1;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  padding: 46px 40px 43px 40px;
}
@media only screen and (min-width: 320px) and (max-width: 479px) {
  .side-bar .side__shared {
    padding: 46px 30px 43px 30px;
  }
}
.side-bar .side__shared .side__bar-title {
  font-size: 20px;
  color: #222232;
  font-weight: 700;
  margin-bottom: 25px;
}
.side-bar .side__shared .side__bar-links li {
  font-size: 16px;
  color: #7c7c82;
  position: relative;
  padding-bottom: 15px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.side-bar .side__shared .side__bar-links li a {
  color: #7c7c82;
  font-weight: 600;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  position: relative;
}
.side-bar .side__shared .side__bar-links li a:after {
  position: absolute;
  content: '';
  width: 0;
  height: 1px;
  bottom: 0;
  left: 0;
  background-color: #7c7c82;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.side-bar .side__shared .side__bar-links li span {
  font-size: 14px;
  position: absolute;
  top: 0;
  right: 0;
}
.side-bar .side__shared .side__bar-links li span:before {
  font-size: 16px;
}
.side-bar .side__shared .side__bar-links li:last-child {
  padding-bottom: 0;
}
.side-bar .side__shared .side__bar-links li:hover {
  color: #222232;
}
.side-bar .side__shared .side__bar-links li:hover a {
  color: #ff7e00;
}
.side-bar .side__shared .side__bar-links li:hover a:after {
  width: 100%;
  background-color: #ff7e00;
}
.side-bar .side__shared .post-list .post__img {
  width: 65px;
  height: 65px;
  background-size: cover;
  background-position: center;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  display: table-cell;
  vertical-align: middle;
}
.side-bar .side__shared .post-list .post__one {
  background-image: url("../images/post-img4.jpg");
}
.side-bar .side__shared .post-list .post__two {
  background-image: url("../images/post-img5.jpg");
}
.side-bar .side__shared .post-list .post__three {
  background-image: url("../images/post-img6.jpg");
}
.side-bar .side__shared .post-list .post__body {
  display: table-cell;
  vertical-align: middle;
  padding: 6px 0 6px 15px;
}
.side-bar .side__shared .post-list .post__body .post__body-title {
  font-size: 16px;
  font-weight: 600;
  line-height: 25px;
}
.side-bar .side__shared .post-list .post__body .post__body-title a {
  color: #7c7c82;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.side-bar .side__shared .post-list .post__body .post__body-title a:hover {
  color: #ff7e00;
}
.side-bar .tags__shared .side__bar-links li {
  display: inline-block;
  padding-bottom: 10px;
}
.side-bar .tags__shared .side__bar-links li:nth-child(7) {
  padding-bottom: 0;
}
.side-bar .details__widget .side__post-item {
  margin-bottom: 20px;
  padding-bottom: 40px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .side-bar .details__widget .side__post-item {
    padding-bottom: 65px;
  }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .side-bar .details__widget .side__post-item {
    padding-bottom: 65px;
  }
}
.side-bar .details__widget .side__post--item {
  margin-bottom: 0;
  padding-bottom: 30px;
}
.side-bar .help__shared {
  border: none;
  position: relative;
  z-index: 1;
}
.side-bar .help__shared .avivon__help-center {
  color: #fff;
}
.side-bar .help__shared .avivon__help-center .side__bar-title__title {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 30px;
}
.side-bar .help__shared .avivon__help-center .avivon__help-desc__desc {
  font-size: 16px;
  font-weight: 600;
  color: #ffefe0;
  margin-bottom: 40px;
}
.side-bar .help__shared .avivon__help-center .avivon__help-title__title {
  font-weight: 700;
  font-size: 30px;
  margin-bottom: 0;
}
@media (max-width: 1199px) {
  .side-bar .help__shared .avivon__help-center .avivon__help-title__title {
    font-size: 22px;
  }
}
.side-bar .help__shared:after {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  content: '';
  background-color: #ff7e00;
  opacity: .9;
  z-index: -1;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
.side-bar .help__bg {
  background-image: url("../images/service13.jpg");
}
.side-bar .download__btn {
  background-color: #222232;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
.side-bar .download__btn .download__btn-btn {
  font-weight: 700;
  font-size: 20px;
  color: #fff;
  display: block;
  padding: 30px 40px;
  position: relative;
  letter-spacing: -1px;
}
@media (max-width: 1199px) {
  .side-bar .download__btn .download__btn-btn {
    font-size: 16px;
  }
}
@media only screen and (min-width: 320px) and (max-width: 479px) {
  .side-bar .download__btn .download__btn-btn {
    padding-right: 30px;
    padding-left: 30px;
  }
}
.side-bar .download__btn .download__btn-btn span {
  font-size: 14px;
  position: absolute;
  top: 29px;
  right: 40px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.side-bar .download__btn .download__btn-btn span:before {
  font-size: 16px;
}
@media only screen and (min-width: 320px) and (max-width: 479px) {
  .side-bar .download__btn .download__btn-btn span {
    right: 30px;
  }
}
.side-bar .download__btn .download__btn-btn:hover span {
  right: 36px;
}
@media only screen and (min-width: 320px) and (max-width: 479px) {
  .side-bar .download__btn .download__btn-btn:hover span {
    right: 24px;
  }
}
/*------------------------------------
        service-area
 -------------------------------------*/
.service-area {
  position: relative;
  z-index: 1;
  overflow-y: hidden;
  overflow-x: hidden;/*background: #000;*/
}
.service-area .service-trusted-wrapper {
  margin-top: -10px;
  margin-left: 400px;
  position: relative;
}
@media (max-width: 1810px) {
  .service-area .service-trusted-wrapper {
    margin-left: 344px;
  }
}
@media (max-width: 1700px) {
  .service-area .service-trusted-wrapper {
    margin-left: 290px;
  }
}
@media (max-width: 1690px) {
  .service-area .service-trusted-wrapper {
    margin-left: 285px;
  }
}
@media (max-width: 1579px) {
  .service-area .service-trusted-wrapper {
    margin-left: 228px;
  }
}
@media (max-width: 1468px) {
  .service-area .service-trusted-wrapper {
    margin-left: 172px;
  }
}
@media (max-width: 1460px) {
  .service-area .service-trusted-wrapper {
    margin-left: 170px;
  }
}
@media (max-width: 1440px) {
  .service-area .service-trusted-wrapper {
    margin-left: 158px;
  }
}
@media (max-width: 1366px) {
  .service-area .service-trusted-wrapper {
    margin-left: 123px;
  }
}
@media (max-width: 1280px) {
  .service-area .service-trusted-wrapper {
    margin-left: 79px;
  }
}
@media (max-width: 1240px) {
  .service-area .service-trusted-wrapper {
    margin-left: 59px;
  }
}
@media (max-width: 1199px) {
  .service-area .service-trusted-wrapper {
    margin-left: 137px;
  }
}
@media (max-width: 1024px) {
  .service-area .service-trusted-wrapper {
    margin-left: 50px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .service-area .service-trusted-wrapper {
    padding-right: 15px;
    padding-left: 15px;
    margin-left: 15px;
    margin-right: 15px;
  }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .service-area .service-trusted-wrapper {
    padding-right: 15px;
    padding-left: 15px;
    margin-left: 15px;
    margin-right: 15px;
  }
}
@media only screen and (min-width: 320px) and (max-width: 479px) {
  .service-area .service-trusted-wrapper {
    padding-right: 15px;
    padding-left: 15px;
    margin-left: 15px;
    margin-right: 15px;
  }
}
.service-area .service-trusted-wrapper .client-trusted {
  width: 604px;
  float: left;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .service-area .service-trusted-wrapper .client-trusted {
    width: auto;
    float: none;
  }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .service-area .service-trusted-wrapper .client-trusted {
    float: none;
    width: auto;
  }
}
@media only screen and (min-width: 320px) and (max-width: 479px) {
  .service-area .service-trusted-wrapper .client-trusted {
    float: none;
    width: auto;
  }
}
.service-area .service-trusted-wrapper .client-trusted .service-trusted .sert__title .sert__title-title {
  font-size: 60px;
  color: #222232;
  font-weight: 700;
  margin: 0;
}
@media (max-width: 1199px) {
  .service-area .service-trusted-wrapper .client-trusted .service-trusted .sert__title .sert__title-title {
    font-size: 50px;
  }
}
.service-area .service-trusted-wrapper .client-trusted .service-trusted .sert__title .sert__title-title .sert__ttile-t__span {
  color: #ff7e00;
}
.service-area .service-trusted-wrapper .client-trusted .service-trusted .sert__img .sert__img-img {
  width: 100%;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
@media (max-width: 1199px) {
  .service-area .service-trusted-wrapper .client-trusted .service-trusted .sert__img .sert__img-img {
    width: 85%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .service-area .service-trusted-wrapper .client-trusted .service-trusted .sert__img .sert__img-img {
    width: 100%;
  }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .service-area .service-trusted-wrapper .client-trusted .service-trusted .sert__img .sert__img-img {
    width: 100%;
  }
}
@media only screen and (min-width: 320px) and (max-width: 479px) {
  .service-area .service-trusted-wrapper .client-trusted .service-trusted .sert__img .sert__img-img {
    width: 100%;
  }
}
.service-area .service-trusted-wrapper .service-completed {
  position: absolute;
  top: 10px;
  right: 0;
  bottom: 0;
  width: 812px;
  height: 760px;
}
@media (max-width: 1810px) {
  .service-area .service-trusted-wrapper .service-completed {
    width: 757px;
  }
}
@media (max-width: 1700px) {
  .service-area .service-trusted-wrapper .service-completed {
    width: 701px;
  }
}
@media (max-width: 1690px) {
  .service-area .service-trusted-wrapper .service-completed {
    width: 696px;
  }
}
@media (max-width: 1579px) {
  .service-area .service-trusted-wrapper .service-completed {
    width: 642px;
  }
}
@media (max-width: 1468px) {
  .service-area .service-trusted-wrapper .service-completed {
    width: 589px;
  }
}
@media (max-width: 1460px) {
  .service-area .service-trusted-wrapper .service-completed {
    width: 581px;
  }
}
@media (max-width: 1440px) {
  .service-area .service-trusted-wrapper .service-completed {
    width: 593px;
    height: 740px;
  }
}
@media (max-width: 1366px) {
  .service-area .service-trusted-wrapper .service-completed {
    width: 565px;
    height: 730px;
  }
}
@media (max-width: 1280px) {
  .service-area .service-trusted-wrapper .service-completed {
    width: 529px;
    height: 725px;
  }
}
@media (max-width: 1240px) {
  .service-area .service-trusted-wrapper .service-completed {
    width: 508px;
  }
}
@media (max-width: 1199px) {
  .service-area .service-trusted-wrapper .service-completed {
    height: 627px;
    width: 485px;
  }
}
@media (max-width: 1024px) {
  .service-area .service-trusted-wrapper .service-completed {
    width: 397px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .service-area .service-trusted-wrapper .service-completed {
    display: none;
  }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .service-area .service-trusted-wrapper .service-completed {
    display: none;
  }
}
@media only screen and (min-width: 320px) and (max-width: 479px) {
  .service-area .service-trusted-wrapper .service-completed {
    display: none;
  }
}
.service-area .service-trusted-wrapper .service-completed .src__img {
  width: 100%;
  height: 100%;
  background-image: url("../images/service5.jpg");
  background-size: cover;
  background-position: center;
  -webkit-border-radius: 5px 0 0 5px;
  -moz-border-radius: 5px 0 0 5px;
  border-radius: 5px 0 0 5px;
}
.service-area .service-trusted-wrapper .service-completed .src__title {
  position: absolute;
  right: 0;
  bottom: 0;
  margin: 0;
  color: #fff;
  font-size: 26px;
  font-weight: 700;
  background-color: #222232;
  display: inline-block;
  padding: 35px 48px 35px 60px;
  -webkit-border-radius: 5px 0 0 0;
  -moz-border-radius: 5px 0 0 0;
  border-radius: 5px 0 0 0;
}
.service-area .service-trusted-wrapper .service-completed .src__title .src__title-span {
  color: #ff7e00;
}
@media (max-width: 1280px) {
  .service-area .service-trusted-wrapper .service-completed .src__title {
    padding: 35px 35px 35px 30px;
  }
}
@media (max-width: 1024px) {
  .service-area .service-trusted-wrapper .service-completed .src__title {
    -webkit-border-radius: 0 0 0 5px;
    -moz-border-radius: 0 0 0 5px;
    border-radius: 0 0 0 5px;
    width: 100%;
    padding: 35px 30px 35px 35px;
  }
}
.service-area:after {
  position: absolute;
  content: '';
  width: 100%;
  height: 1149px;
  bottom: 0;
  left: 0;
  background-color: #f5f5f5;
  z-index: -1;
}
@media (max-width: 1440px) {
  .service-area:after {
    height: 1109px;
  }
}
@media (max-width: 1366px) {
  .service-area:after {
    height: 1089px;
  }
}
@media (max-width: 1280px) {
  .service-area:after {
    height: 1079px;
  }
}
@media (max-width: 1199px) {
  .service-area:after {
    height: 956px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .service-area:after {
    display: none;
  }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .service-area:after {
    display: none;
  }
}
@media only screen and (min-width: 320px) and (max-width: 479px) {
  .service-area:after {
    display: none;
  }
}
/*--------- partnership-area ----*/
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .partnership-area .service-box .shared-service {
    margin-bottom: 30px;
  }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .partnership-area .service-box .shared-service {
    margin-bottom: 30px;
  }
}
@media only screen and (min-width: 320px) and (max-width: 479px) {
  .partnership-area .service-box .shared-service {
    margin-bottom: 30px;
  }
}
@media (max-width: 320px) {
  .partnership-area .service-box .shared-service .client-content .client__brand {
    padding: 40px 0;
  }
}
/*--------- extra-responsive ----*/
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .extra-responsive.area-padding {
    padding-bottom: 0;
  }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .extra-responsive.area-padding {
    padding-bottom: 0;
  }
}
@media only screen and (min-width: 320px) and (max-width: 479px) {
  .extra-responsive.area-padding {
    padding-bottom: 0;
  }
}
/*--------- added service-box ----*/
.left-serv-iner-out p{
  font-size: 20px !important;
}
.service-box .shared-service {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
      transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.service-box .shared-service:hover{
  transform: translateY(-10px);
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .service-box .shared-service {
    margin-bottom: 40px;
  }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .service-box .shared-service {
    margin-bottom: 40px;
  }
}
@media only screen and (min-width: 320px) and (max-width: 479px) {
  .service-box .shared-service {
    margin-bottom: 40px;
  }
}

.serv-sec{
  margin-bottom: 50px;
}

.product_services .shared-service .shared__img{
  height: 230px;
  border-radius: 15px 15px 0 0;
}

.service-box .shared-service .shared__img img {
/*  -webkit-border-radius: 5px 5px 0 0;
  -moz-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0;*/
  width: 100%;
}

.service-box .shared-service .shared-content {
  padding: 25px;
  position: relative;
  -webkit-border-radius: 0 0 5px 5px;
  -moz-border-radius: 0 0 5px 5px;
  border-radius: 0 0 15px 15px;
  background-color: white;
}
.service-box .shared-service .shared-content .read-more button {
  font-size: 13px;
  padding: 8px 20px;
}

.right-serv-iner {
  height: 400px;
  overflow: hidden;
  border-radius: 20px;
}
.right-serv-iner img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}



@media (max-width: 1199px) {
  .service-box .shared-service .shared-content {
    padding: 40px 25px;
  }
}
.service-box .shared-service .shared-content h3{
  font-size: 20px;
  font-weight: 500;
  color: #fff;
  margin-bottom: 4px;
}
.service-box .shared-service .shared-content p{
  font-size: 14px;
  font-weight: 400;
  color: #5e5e5e;
}
.service-box .shared-service .shared-content .service__title .service__title-title {
  font-size: 24px;
  font-weight: 700;
  color: #222232;
  margin: 0;
}
.service-box .shared-service .shared-content .service__title .service__title-title a {
  color: #222232;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  letter-spacing: -1px;
}
.service-box .shared-service .shared-content .service__title .service__title-title a:hover {
  color: #ff7e00;
}
.service-box .shared-service .shared-content .service__desc .service__desc-desc {
  font-size: 16px;
  font-weight: 600;
  color: #7c7c82;
  margin: 0;
  line-height: 30px;
  letter-spacing: -0.5px;
}
.service-box .shared-service .shared-content .service__more {
  position: absolute;
  right: 0;
  bottom: 0;
}
.service-box .shared-service .shared-content .service__more .service__more-btn {
  color: #222232;
  width: 62px;
  height: 53px;
  line-height: 53px;
  background-color: #f5f5f5;
  -webkit-border-radius: 5px 0 5px 0;
  -moz-border-radius: 5px 0 5px 0;
  border-radius: 5px 0 5px 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  font-size: 16px;
  display: block;
}
.service-box .shared-service .shared-content .service__more .service__more-btn:hover {
  background-color: #ff7e00;
  color: #fff;
}
.service-box .shared-service .shared-content .service__more .service__more-btn span:before {
  font-size: 16px;
}
.service-box .shared-service:hover {
  -webkit-box-shadow: 1px 6px 41px -8px rgba(82, 85, 90, 0.2);
  -moz-box-shadow: 1px 6px 41px -8px rgba(82, 85, 90, 0.2);
  box-shadow: 1px 6px 41px -8px rgba(82, 85, 90, 0.2);
}
/*========= service-box2 ========*/
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .service-box2 .shared-service {
    margin-bottom: 30px;
  }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .service-box2 .shared-service {
    margin-bottom: 30px;
  }
}
@media only screen and (min-width: 320px) and (max-width: 479px) {
  .service-box2 .shared-service {
    margin-bottom: 30px;
  }
}
/*------------------------------------
        service--area
 -------------------------------------*/
.service--area .service-box .shared-service .shared__img {
  position: relative;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
/*  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;*/
}
/*.service--area .service-box .shared-service .shared__img img {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}*/
.service--area .service-box .shared-service .shared__img .shared-content {
  position: absolute;
  border: none;
  width: 100%;
  left: 0;
  bottom: 0;
  background-color: transparent;
  z-index: 1;
  color: #fff;
  padding: 0 30px 30px 30px;
}
@media (max-width: 1199px) {
  .service--area .service-box .shared-service .shared__img .shared-content {
    padding: 0 20px 20px 20px;
  }
}
.service--area .service-box .shared-service .shared__img .shared-content .service__title .service__title-title, .service--area .service-box .shared-service .shared__img .shared-content .service__title .service__desc-desc, .service--area .service-box .shared-service .shared__img .shared-content .service__desc .service__title-title, .service--area .service-box .shared-service .shared__img .shared-content .service__desc .service__desc-desc {
  color: #fff;
}
.service--area .service-box .shared-service .shared__img .shared-content .service__title .service__title-title {
  font-size: 30px;
  line-height: 32px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.service--area .service-box .shared-service .shared__img .shared-content .service__title .service__title-title:hover {
  color: #ff7e00;
}
.service--area .service-box .shared-service .shared__img:after {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,000000+100&0+0,0.86+100 */
background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(0,0,0,0.86) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(0,0,0,0.86) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(0,0,0,0.86) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#db000000',GradientType=0 ); /* IE6-9 */
/*  background-color: #222232;
  opacity: .7;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;*/
}
.service--area .service-box .shared-service .shared__img:hover {
  -webkit-box-shadow: 0 10px 40px rgba(82, 85, 90, 0.3);
  -moz-box-shadow: 0 10px 40px rgba(82, 85, 90, 0.3);
  box-shadow: 0 10px 40px rgba(82, 85, 90, 0.3);
}
.service--area .service-box .shared-service .shared__img h3{font-size: 20px; line-height: 26px; margin-bottom: 0px;}
.service--area:after {
  display: none;
}
/*------------------------------------
        blockquote-area
 -------------------------------------*/
.blockquote-area {
  background-image: none;
  color: #222232;
}
.blockquote-area .trusted-content {
  position: relative;
}
.blockquote-area .trusted-content .trusted__icon {
  line-height: 180px;
}
.blockquote-area .trusted-content .trusted__icon .block__symbol {
  font-size: 100px;
}
.blockquote-area .trusted-content .trusted__title .trusted__title-title {
  font-size: 24px;
  color: #222232;
  font-weight: 600;
  line-height: 38px;
  width: 655px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .blockquote-area .trusted-content .trusted__title .trusted__title-title {
    width: auto;
  }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .blockquote-area .trusted-content .trusted__title .trusted__title-title {
    width: auto;
  }
}
@media only screen and (min-width: 320px) and (max-width: 479px) {
  .blockquote-area .trusted-content .trusted__title .trusted__title-title {
    width: auto;
  }
}
.blockquote-area .trusted-content .trusted__title .trusted__desc-desc {
  font-size: 16px;
  color: #7c7c82;
  font-weight: 500;
  line-height: 18px;
}
.blockquote-area .trusted-content .trusted__title .trusted__desc-desc span {
  color: #ff7e00;
  font-weight: 600;
}
.blockquote-area .trusted-content:after {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #ebebeb;
}
.blockquote-area:after {
  display: none;
}
/*------------------------------------
        offer--area
 -------------------------------------*/
.offer--area .offer-content .offer-quote {
  background-image: url("../images/oq-img2.jpg");
  padding: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
@media (max-width: 1440px) {
  .offer--area .offer-content .offer-quote {
    height: 734px;
  }
}
@media (max-width: 1366px) {
  .offer--area .offer-content .offer-quote {
    height: 715px;
  }
}
@media (max-width: 1199px) {
  .offer--area .offer-content .offer-quote {
    height: 740px;
  }
}
.offer--area .offer-content .offer-quote:before {
  display: none;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .offer--area .offer-content .offer-list-box {
    padding: 80px 15px 47px 40px;
  }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .offer--area .offer-content .offer-list-box {
    padding: 80px 15px 47px 15px;
  }
}
@media only screen and (min-width: 320px) and (max-width: 479px) {
  .offer--area .offer-content .offer-list-box {
    padding: 60px 15px 28px 15px;
  }
}
@media (max-width: 320px) {
  .offer--area .offer-content .offer-list-box {
    padding: 60px 15px 23px 15px;
  }
}
.offer--area .offer-content .offer-list-box .offer-list .offer-item .same-offer {
  width: auto;
  float: none;
  padding-bottom: 0;
}
.offer--area .offer-content .offer-list-box .offer-list .offer-item .same-offer .offer__title {
  position: relative;
  padding-left: 84px;
}
.offer--area .offer-content .offer-list-box .offer-list .offer-item .same-offer .offer__title .offer-icon {
  color: #ff7e00;
  position: absolute;
  top: -5px;
  left: 0;
}
.offer--area .offer-content .offer-list-box .offer-list .offer-item .same-offer .offer__title .offer__desc {
  font-size: 16px;
  color: #7c7c82;
  font-weight: 600;
  width: 62%;
}
@media (max-width: 1024px) {
  .offer--area .offer-content .offer-list-box .offer-list .offer-item .same-offer .offer__title .offer__desc {
    width: 80%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .offer--area .offer-content .offer-list-box .offer-list .offer-item .same-offer .offer__title .offer__desc {
    width: 100%;
  }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .offer--area .offer-content .offer-list-box .offer-list .offer-item .same-offer .offer__title .offer__desc {
    width: 100%;
  }
}
@media only screen and (min-width: 320px) and (max-width: 479px) {
  .offer--area .offer-content .offer-list-box .offer-list .offer-item .same-offer .offer__title .offer__desc {
    width: 100%;
  }
}
.offer--area .offer-content .offer-list-box .offer-list .offer-item .same-offer .offer__title .quote__sign {
  color: #ff7e00;
  font-family: "CoveredByYourGrace", sans-serif;
  font-size: 40px;
  font-weight: 400;
  letter-spacing: -1px;
}
.offer--area .offer-content .offer-list-box .offer-list .offer-item .same-offer .offer__title .quote__span {
  color: #7c7c82;
  font-size: 16px;
  font-weight: 600;
  border-bottom: 1px solid #ccccd1;
}
.offer--area .offer-content .offer-list-box .offer-list .offer-item .same-offer:after {
  background-color: transparent;
}
/*------------------------------------
        skill-area
 -------------------------------------*/
@media (max-width: 1199px) {
  .skill-area {
    padding-bottom: 80px;
  }
}
@media only screen and (min-width: 320px) and (max-width: 479px) {
  .skill-area {
    padding-bottom: 60px;
  }
}
.skill-area .offer-content .mission-bg {
  background-image: url("../images/oq-img4.jpg");
  height: 705px;
}
@media (max-width: 1440px) {
  .skill-area .offer-content .mission-bg {
    height: 667px;
  }
}
@media (max-width: 1366px) {
  .skill-area .offer-content .mission-bg {
    height: 646px;
  }
}
@media (max-width: 1280px) {
  .skill-area .offer-content .mission-bg {
    height: 635px;
  }
}
@media (max-width: 1199px) {
  .skill-area .offer-content .mission-bg {
    height: 625px;
  }
}
@media (max-width: 1024px) {
  .skill-area .offer-content .mission-bg {
    height: 655px;
  }
}
@media (max-width: 1440px) {
  .skill-area .offer-content .offer-list-box {
    padding: 100px 100px 0 100px;
  }
}
@media (max-width: 1366px) {
  .skill-area .offer-content .offer-list-box {
    padding: 90px 70px 0 90px;
  }
}
@media (max-width: 1280px) {
  .skill-area .offer-content .offer-list-box {
    padding: 85px 15px 0 85px;
  }
}
@media (max-width: 1199px) {
  .skill-area .offer-content .offer-list-box {
    padding: 80px 15px 80px 15px;
  }
}
@media only screen and (min-width: 320px) and (max-width: 479px) {
  .skill-area .offer-content .offer-list-box {
    padding: 60px 15px 60px 15px;
  }
}
.skill-area .offer-content .skill-list-box {
  width: 500px;
  float: left;
  padding: 120px 0 0 0;
  margin-left: 382px;
}
@media (max-width: 1810px) {
  .skill-area .offer-content .skill-list-box {
    margin-left: 329px;
  }
}
@media (max-width: 1700px) {
  .skill-area .offer-content .skill-list-box {
    margin-left: 273px;
  }
}
@media (max-width: 1690px) {
  .skill-area .offer-content .skill-list-box {
    margin-left: 269px;
  }
}
@media (max-width: 1579px) {
  .skill-area .offer-content .skill-list-box {
    margin-left: 213px;
  }
}
@media (max-width: 1468px) {
  .skill-area .offer-content .skill-list-box {
    margin-left: 158px;
  }
}
@media (max-width: 1440px) {
  .skill-area .offer-content .skill-list-box {
    margin-left: 143px;
    padding: 100px 0 0 0;
    width: 510px;
  }
}
@media (max-width: 1366px) {
  .skill-area .offer-content .skill-list-box {
    margin-left: 106px;
    padding: 90px 0 0 0;
    width: 520px;
  }
}
@media (max-width: 1280px) {
  .skill-area .offer-content .skill-list-box {
    margin-left: 64px;
    padding: 85px 0 0 0;
    width: 525px;
  }
}
@media (max-width: 1240px) {
  .skill-area .offer-content .skill-list-box {
    margin-left: 43px;
  }
}
@media (max-width: 1199px) {
  .skill-area .offer-content .skill-list-box {
    margin-left: 20px;
    margin-right: 20px;
    width: auto;
    float: none;
    padding: 80px 0 0 0;
  }
}
.skill-area .offer-content .skill-bg-area {
  width: 914px;
  float: right;
}
@media (max-width: 1810px) {
  .skill-area .offer-content .skill-bg-area {
    width: 855px;
  }
}
@media (max-width: 1700px) {
  .skill-area .offer-content .skill-bg-area {
    width: 803px;
  }
}
@media (max-width: 1690px) {
  .skill-area .offer-content .skill-bg-area {
    width: 795px;
  }
}
@media (max-width: 1579px) {
  .skill-area .offer-content .skill-bg-area {
    width: 740px;
  }
}
@media (max-width: 1468px) {
  .skill-area .offer-content .skill-bg-area {
    width: 685px;
  }
}
@media (max-width: 1440px) {
  .skill-area .offer-content .skill-bg-area {
    width: 672px;
  }
}
@media (max-width: 1366px) {
  .skill-area .offer-content .skill-bg-area {
    width: 636px;
  }
}
@media (max-width: 1280px) {
  .skill-area .offer-content .skill-bg-area {
    width: 590px;
  }
}
@media (max-width: 1240px) {
  .skill-area .offer-content .skill-bg-area {
    width: 573px;
  }
}
@media (max-width: 1199px) {
  .skill-area .offer-content .skill-bg-area {
    margin-top: 80px;
    width: auto;
    float: none;
  }
}
@media only screen and (min-width: 320px) and (max-width: 479px) {
  .skill-area .offer-content .skill-bg-area {
    margin-top: 60px;
  }
}
.skill-area .offer-content .skill-bg-area .offer-quote {
  background-image: url("../images/oq-img3.jpg");
  height: 679px;
}
@media (max-width: 1440px) {
  .skill-area .offer-content .skill-bg-area .offer-quote {
    height: 640px;
  }
}
@media (max-width: 1366px) {
  .skill-area .offer-content .skill-bg-area .offer-quote {
    height: 620px;
  }
}
.skill-area .skills .skill {
  margin-bottom: 40px;
}
.skill-area .skills .skill .skill__title {
  font-size: 16px;
  font-weight: 600;
  color: #222232;
}
.skill-area .skills .skill .progress_bg {
  background-color: #fff;
  border: 1px solid #ccccd1;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  margin-top: 10px;
}
.skill-area .skills .skill .progress_bar {
  height: 7px;
  background-color: #ff7e00;
  border: 1px solid #ff7e00;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  position: relative;
}
.skill-area .skills .skill .progress_bar:after {
  position: absolute;
  content: '';
  top: -5px;
  right: -1px;
  width: 17px;
  height: 17px;
  background-color: #ff7e00;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.skill-area .skills .skill span:last-of-type {
  float: right;
  font-size: 16px;
  color: #7c7c82;
  font-weight: 600;
}
/*------------------------------------
        choose--area
 -------------------------------------*/
.choose--area .choose-content .choose-same {
  border: none;
  padding: 0 38px;
}
@media (max-width: 1199px) {
  .choose--area .choose-content .choose-same {
    padding: 0 25px;
  }
}
.choose--area .choose-content .choose-same .choose__icon {
  width: 134px;
  height: 134px;
  line-height: 134px;
  background-color: #f5f5f5;
  margin-top: 3px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 25px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  position: relative;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.choose--area .choose-content .choose-same .choose__icon:after {
  position: absolute;
  content: '';
  bottom: 0;
  left: 6px;
  width: 38px;
  height: 38px;
  background-color: #ff7e00;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.choose--area .choose-content .choose-same .choose__icon span:before {
  font-size: 53px;
}
.choose--area .choose-content .choose-same .choose__title {
  margin-bottom: 25px;
}
.choose--area .choose-content .choose-same .choose__title h3 {
  font-size: 20px;
}
.choose--area .choose-content .choose-same .choose__desc p {
  font-size: 16px;
  color: #7c7c82;
  font-weight: 600;
}
.choose--area .choose-content .choose-same:hover {
  -webkit-box-shadow: 0 0 0 0;
  -moz-box-shadow: 0 0 0 0;
  box-shadow: 0 0 0 0;
}
.choose--area .choose-content .choose-same:hover .choose__icon {
  background-color: #ff7e00;
  color: #fff;
}
.choose--area .choose-content .choose-same:hover .choose__icon:after {
  background-color: #fff;
}
.choose--area .choose-content .mission-same {
  padding: 30px 0 0 0;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .choose--area .choose-content .mission-same {
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .choose--area .choose-content .mission-same {
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 320px) and (max-width: 479px) {
  .choose--area .choose-content .mission-same {
    margin-bottom: 0;
  }
}
.choose--area .choose-content .mission-heading .avivon__title {
  margin-bottom: 0;
}
.choose--area .choose-box .choose-popup .offer__desc {
  font-size: 18px;
  color: #7c7c82;
  font-weight: 600;
  line-height: 32px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}
.choose--area .choose-box .choose-popup .quote__sign {
  font-size: 40px;
  color: #ff7e00;
  font-family: "CoveredByYourGrace", sans-serif;
  letter-spacing: -1px;
  margin-bottom: 0;
}
.choose--area .choose-box .choose-popup .quote__span {
  color: #7c7c82;
  font-size: 16px;
  font-weight: 600;
  border-bottom: 1px solid #ccccd1;
}
.choose--area:after {
  display: none;
}
/*------------------------------------
       start-area
 -------------------------------------*/
.start-area .meet-heading {
  position: relative;
  padding: 60px 0;
}
@media (max-width: 1199px) {
  .start-area .meet-heading {
    text-align: center;
    padding: 78px 0 105px 0;
  }
}
@media (max-width: 1024px) {
  .start-area .meet-heading {
    text-align: center;
    padding: 78px 0 105px 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .start-area .meet-heading {
    text-align: center;
    padding: 78px 0 105px 0;
  }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .start-area .meet-heading {
    text-align: center;
    padding: 78px 0 105px 0;
  }
}
@media only screen and (min-width: 320px) and (max-width: 479px) {
  .start-area .meet-heading {
    text-align: center;
    padding: 68px 0 95px 0;
  }
}
.start-area .meet-heading .start__title {
  font-size: 24px;
  font-weight: 700;
  margin: 0;
}
.start-area .meet-heading .meet__btn {
  position: absolute;
  top: 28px;
  right: 0;
}
@media (max-width: 1199px) {
  .start-area .meet-heading .meet__btn {
    position: inherit;
  }
}
@media (max-width: 1024px) {
  .start-area .meet-heading .meet__btn {
    position: inherit;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .start-area .meet-heading .meet__btn {
    position: inherit;
  }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .start-area .meet-heading .meet__btn {
    position: inherit;
  }
}
@media only screen and (min-width: 320px) and (max-width: 479px) {
  .start-area .meet-heading .meet__btn {
    position: inherit;
  }
}
.start-area:after {
  display: none;
}
/*------------------------------------
        blog-area
 -------------------------------------*/
.blog-box .shared-service .shared__img {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  position: relative;
}
.blog-box .shared-service .shared__img img {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.blog-box .shared-service .shared__img .shared__date-item {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 62px;
  height: 53px;
  background-color: #ff7e00;
  text-align: center;
  font-weight: 700;
  color: #fff;
  padding: 10px;
  font-size: 14px;
  -webkit-border-radius: 5px 0 5px 0;
  -moz-border-radius: 5px 0 5px 0;
  border-radius: 5px 0 5px 0;
}
.blog-box .shared-service .shared__img .shared__date-item span {
  display: block;
  line-height: 17px;
}
.blog-box .shared-service .shared__img:hover {
  -webkit-box-shadow: 1px 7px 41px -8px rgba(82, 85, 90, 0.5);
  -moz-box-shadow: 1px 7px 41px -8px rgba(82, 85, 90, 0.5);
  box-shadow: 1px 7px 41px -8px rgba(82, 85, 90, 0.5);
}
.blog-box .shared-service .shared-content {
  padding: 36px 0 0 0;
  border: none;
  background-color: transparent;
}
.blog-box .shared-service .shared-content .service__title .service__title-title {
  line-height: 30px;
}
.blog-box .shared-service .shared-content .service__more {
  position: inherit;
  line-height: 11px;
}
.blog-box .shared-service .shared-content .service__more .service__more-btn {
  width: inherit;
  height: inherit;
  display: inline-block;
  background-color: transparent;
  font-weight: 600;
  position: relative;
  line-height: inherit;
}
.blog-box .shared-service .shared-content .service__more .service__more-btn span {
  padding-left: 3px;
}
.blog-box .shared-service .shared-content .service__more .service__more-btn span:before {
  font-size: 16px;
}
.blog-box .shared-service .shared-content .service__more .service__more-btn:after {
  position: absolute;
  content: '';
  width: 0;
  height: 1px;
  bottom: -4px;
  left: 0;
  background-color: #222232;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.blog-box .shared-service .shared-content .service__more .service__more-btn:hover {
  color: #ff7e00;
  background-color: transparent;
}
.blog-box .shared-service .shared-content .service__more .service__more-btn:hover:after {
  background-color: #ff7e00;
  width: 100%;
}
.blog-box .shared-service:hover {
  -webkit-box-shadow: 0 0 0 0;
  -moz-box-shadow: 0 0 0 0;
  box-shadow: 0 0 0 0;
}
/*------------------------------------
        blog--box
 -------------------------------------*/
.blog--box .shared-service {
  border: 1px solid #ccccd1;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.blog--box .shared-service .shared__img {
  -webkit-border-radius: 5px 5px 0 0;
  -moz-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0;
}
.blog--box .shared-service .shared__img img {
  -webkit-border-radius: 5px 5px 0 0;
  -moz-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0;
}
.blog--box .shared-service .shared__img:hover {
  -webkit-box-shadow: 0 0 0 0;
  -moz-box-shadow: 0 0 0 0;
  box-shadow: 0 0 0 0;
}
.blog--box .shared-service .shared-content {
  padding: 40px;
}
.blog--box .shared-service:hover {
  -webkit-box-shadow: 0px 6px 40px rgba(82, 85, 90, 0.1);
  -moz-box-shadow: 0px 6px 40px rgba(82, 85, 90, 0.1);
  box-shadow: 0px 6px 40px rgba(82, 85, 90, 0.1);
}
.blog--box .mission-service {
  border: none;
}
.blog--box .mission-service .shared-content {
  padding: 40px 50px;
  border: 1px solid #ccccd1;
}
@media (max-width: 1199px) {
  .blog--box .mission-service .shared-content {
    padding: 30px 27px;
  }
}
/*------------------------------------
        clta-area
 -------------------------------------*/
.clta-area {
  position: relative;
  z-index: 1;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .clta-area .avivon-heading {
    padding-bottom: 60px;
  }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .clta-area .avivon-heading {
    padding-bottom: 60px;
  }
}
@media only screen and (min-width: 320px) and (max-width: 479px) {
  .clta-area .avivon-heading {
    padding-bottom: 60px;
  }
}
@media (max-width: 425px) {
  .clta-area .avivon-heading {
    padding-bottom: 44px;
  }
}
.clta-area .shared-form-box {
  padding-left: 110px;
  padding-right: 0;
}
@media (max-width: 1199px) {
  .clta-area .shared-form-box {
    padding-left: 80px;
  }
}
@media (max-width: 1024px) {
  .clta-area .shared-form-box {
    padding-left: 100px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .clta-area .shared-form-box {
    padding-left: 0;
  }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .clta-area .shared-form-box {
    padding-left: 0;
  }
}
@media only screen and (min-width: 320px) and (max-width: 479px) {
  .clta-area .shared-form-box {
    padding-left: 0;
  }
}
.clta-area .shared-form-box .shared-form input, .clta-area .shared-form-box .shared-form textarea {
  background-color: #fff;
  border: 1px solid #ccccd1;
  padding: 15px 26px;
  color: #222232;
  display: inline-block;
  width: 100%;
  margin-bottom: 20px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  font-weight: 500;
}
.clta-area .shared-form-box .shared-form textarea {
  height: 140px;
  margin-bottom: 11px;
  resize: none;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .clta-area .shared-form-box .shared-form textarea {
    margin-top: 28px;
  }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .clta-area .shared-form-box .shared-form textarea {
    margin-top: 28px;
  }
}
@media only screen and (min-width: 320px) and (max-width: 479px) {
  .clta-area .shared-form-box .shared-form textarea {
    margin-top: 28px;
  }
}
.clta-area .shared-form-box .shared-form .form__btn {
  background-color: #222232;
  margin-top: 0;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  cursor: pointer;
}
.clta-area .shared-form-box .shared-form .form__btn span {
  padding-left: 12px;
}
.clta-area .shared-form-box .shared-form .form__btn span:before {
  font-size: 16px;
}
.clta-area .shared-form-box .shared-form .form__btn:hover {
  background-color: #ff7e00;
}
.clta-area .shared-form-box .shared-form .input__number {
  margin-bottom: 0;
}
.clta-area .clta-bg {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 689px;
  height: 100%;
  background-image: url("../images/clta-img.jpg");
  background-size: cover;
  background-position: center;
}
@media (max-width: 1810px) {
  .clta-area .clta-bg {
    width: 635px;
  }
}
@media (max-width: 1700px) {
  .clta-area .clta-bg {
    width: 581px;
  }
}
@media (max-width: 1579px) {
  .clta-area .clta-bg {
    width: 521px;
  }
}
@media (max-width: 1460px) {
  .clta-area .clta-bg {
    width: 462px;
  }
}
@media (max-width: 1440px) {
  .clta-area .clta-bg {
    width: 451px;
  }
}
@media (max-width: 1366px) {
  .clta-area .clta-bg {
    width: 413px;
  }
}
@media (max-width: 1280px) {
  .clta-area .clta-bg {
    width: 371px;
  }
}
@media (max-width: 1240px) {
  .clta-area .clta-bg {
    width: 350px;
  }
}
@media (max-width: 1024px) {
  .clta-area .clta-bg {
    width: 283px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .clta-area .clta-bg {
    display: none;
  }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .clta-area .clta-bg {
    display: none;
  }
}
@media only screen and (min-width: 320px) and (max-width: 479px) {
  .clta-area .clta-bg {
    display: none;
  }
}
.clta-area:after {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 689px;
  height: 100%;
  background-color: #ff7e00;
  opacity: .93;
}
@media (max-width: 1810px) {
  .clta-area:after {
    width: 635px;
  }
}
@media (max-width: 1700px) {
  .clta-area:after {
    width: 581px;
  }
}
@media (max-width: 1579px) {
  .clta-area:after {
    width: 521px;
  }
}
@media (max-width: 1460px) {
  .clta-area:after {
    width: 462px;
  }
}
@media (max-width: 1440px) {
  .clta-area:after {
    width: 451px;
  }
}
@media (max-width: 1366px) {
  .clta-area:after {
    width: 413px;
  }
}
@media (max-width: 1280px) {
  .clta-area:after {
    width: 371px;
  }
}
@media (max-width: 1240px) {
  .clta-area:after {
    width: 350px;
  }
}
@media (max-width: 1024px) {
  .clta-area:after {
    width: 283px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .clta-area:after {
    display: none;
  }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .clta-area:after {
    display: none;
  }
}
@media only screen and (min-width: 320px) and (max-width: 479px) {
  .clta-area:after {
    display: none;
  }
}
/*--------- white-heading --------*/
.white-heading .avivon__title {
  color: #fff;
  z-index: 1;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .white-heading .avivon__title {
    color: #222232;
  }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .white-heading .avivon__title {
    color: #222232;
  }
}
@media only screen and (min-width: 320px) and (max-width: 479px) {
  .white-heading .avivon__title {
    color: #222232;
  }
}
.white-heading .avivon__title:after {
  border-bottom-color: #fff;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .white-heading .avivon__title:after {
    border-bottom-color: #ff7e00;
  }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .white-heading .avivon__title:after {
    border-bottom-color: #ff7e00;
  }
}
@media only screen and (min-width: 320px) and (max-width: 479px) {
  .white-heading .avivon__title:after {
    border-bottom-color: #ff7e00;
  }
}
/*------------------------------------
        ofc-caoursel-area
 -------------------------------------*/
.ofc-caoursel-area .office-list .office-list-item {
  padding: 45px 33px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.ofc-caoursel-area .office-list .office-list-item .office__name {
  margin-bottom: 30px;
}
.ofc-caoursel-area .office-list .office-list-item .office__name .office__name-title {
  font-size: 20px;
  color: #222232;
  font-weight: 700;
  margin: 0;
}
.ofc-caoursel-area .office-list .office-list-item .office__desc .office__desc-desc {
  font-size: 16px;
  color: #7c7c82;
  line-height: 30px;
  font-weight: 600;
}
.ofc-caoursel-area .office-list .office-list-item:hover {
  background-color: #f5f5f5;
}
.ofc-caoursel-area .office-list .owl-dots {
  position: absolute;
  bottom: -70px;
  left: 49%;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .ofc-caoursel-area .office-list .owl-dots {
    left: 44%;
  }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .ofc-caoursel-area .office-list .owl-dots {
    left: 44%;
  }
}
@media (max-width: 575px) {
  .ofc-caoursel-area .office-list .owl-dots {
    left: 35%;
  }
}
@media (max-width: 425px) {
  .ofc-caoursel-area .office-list .owl-dots {
    left: 29%;
  }
}
@media (max-width: 400px) {
  .ofc-caoursel-area .office-list .owl-dots {
    left: 27%;
  }
}
@media (max-width: 320px) {
  .ofc-caoursel-area .office-list .owl-dots {
    left: 22%;
  }
}
.ofc-caoursel-area .office-list .owl-dots div {
  width: 9px;
  height: 9px;
  background-color: #b5b5c3;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  display: inline-block;
  margin: 2px;
}
.ofc-caoursel-area .office-list .owl-dots div.active {
  width: 10px;
  height: 10px;
  background-color: #222232;
}
@media (max-width: 600px) {
  .ofc-caoursel-area .no-padding-lr {
    padding-right: 15px !important;
    padding-left: 15px !important;
  }
}
/*------------------------------------
        recent-area
 -------------------------------------*/
.recent-area {
  padding-bottom: 180px;
}
@media (max-width: 1440px) {
  .recent-area {
    padding-bottom: 160px;
  }
}
@media (max-width: 1366px) {
  .recent-area {
    padding-bottom: 150px;
  }
}
@media (max-width: 1280px) {
  .recent-area {
    padding-bottom: 145px;
  }
}
@media (max-width: 1199px) {
  .recent-area {
    padding-bottom: 140px;
  }
}
@media only screen and (min-width: 320px) and (max-width: 479px) {
  .recent-area {
    padding-bottom: 120px;
  }
}
.recent-area .office-list .office-list-item {
  background-color: #fff;
  padding: 0;
}
.recent-area .office-list .office-list-item .office__name {
  padding: 37px 37px 45px 37px;
  margin-bottom: 0;
  border: 1px solid #ccccd1;
  -webkit-border-radius: 5px 5px 0 0;
  -moz-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0;
}
.recent-area .office-list .office-list-item .office__name .office__desc-top {
  color: #7c7c82;
  font-weight: 600;
  font-size: 16px;
}
.recent-area .office-list .office-list-item .office__name .office__name-title {
  padding-top: 25px;
  font-size: 30px;
  line-height: 31px;
  margin-bottom: 50px;
}
.recent-area .office-list .office-list-item .office__name .office__name-title a {
  color: #222232;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.recent-area .office-list .office-list-item .office__name .office__name-title a:hover {
  color: #ff7e00;
}
.recent-area .office-list .office-list-item .office__name span {
  color: #ff7e00;
}
.recent-area .office-list .office-list-item .office__name span:before {
  font-size: 62px;
}
.recent-area .office-list .office-list-item .recent__img {
  width: 100%;
  height: 200px;
  background-size: cover;
  background-position: center;
}
.recent-area .office-list .office-list-item .recent__bg {
  background-image: url("../images/service7.jpg");
}
.recent-area .office-list .office-list-item .recent__bg-2 {
  background-image: url("../images/service8.jpg");
}
.recent-area .office-list .office-list-item .recent__bg-3 {
  background-image: url("../images/service9.jpg");
}
.recent-area .office-list .office-list-item .recent__bg-4 {
  background-image: url("../images/service10.jpg");
}
.recent-area .office-list .office-list-item .recent__btn .recent__btn-btn {
  display: block;
  position: relative;
  padding: 18px 35px;
  font-size: 16px;
  color: #222232;
  font-weight: 600;
  border: 1px solid #ccccd1;
  -webkit-border-radius: 0 0 5px 5px;
  -moz-border-radius: 0 0 5px 5px;
  border-radius: 0 0 5px 5px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.recent-area .office-list .office-list-item .recent__btn .recent__btn-btn span {
  position: absolute;
  top: 19px;
  right: 35px;
}
.recent-area .office-list .office-list-item .recent__btn .recent__btn-btn span:before {
  font-size: 16px;
}
.recent-area .office-list .office-list-item:hover {
  background-color: #fff;
  -webkit-box-shadow: 0 0 40px rgba(82, 85, 90, 0.1);
  -moz-box-shadow: 0 0 40px rgba(82, 85, 90, 0.1);
  box-shadow: 0 0 40px rgba(82, 85, 90, 0.1);
}
.recent-area .office-list .office-list-item:hover .recent__btn .recent__btn-btn {
  background-color: #ff7e00;
  color: #fff;
  border-color: #ff7e00;
}
/*------------------------------------
       cases-area
 -------------------------------------*/
.cases-area {
  padding-bottom: 120px;
}
@media (max-width: 1440px) {
  .cases-area {
    padding-bottom: 100px;
  }
}
@media (max-width: 1366px) {
  .cases-area {
    padding-bottom: 90px;
  }
}
@media (max-width: 1280px) {
  .cases-area {
    padding-bottom: 85px;
  }
}
@media (max-width: 1199px) {
  .cases-area {
    padding-bottom: 80px;
  }
}
@media only screen and (min-width: 320px) and (max-width: 479px) {
  .cases-area {
    padding-bottom: 60px;
  }
}
.cases-area .case-list .office-list-item {
  background-color: #fff;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .cases-area .case-list .office-list-item {
    margin-bottom: 30px;
  }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .cases-area .case-list .office-list-item {
    margin-bottom: 30px;
  }
}
@media only screen and (min-width: 320px) and (max-width: 479px) {
  .cases-area .case-list .office-list-item {
    margin-bottom: 30px;
  }
}
.cases-area .case-list .office-list-item .office__name {
  padding: 37px 35px 45px 35px;
  border: 1px solid #ccccd1;
  -webkit-border-radius: 5px 5px 0 0;
  -moz-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0;
}
@media (max-width: 1199px) {
  .cases-area .case-list .office-list-item .office__name {
    padding: 25px 25px 35px 25px;
  }
}
.cases-area .case-list .office-list-item .office__name .office__desc-top {
  color: #7c7c82;
  font-weight: 600;
  font-size: 16px;
}
.cases-area .case-list .office-list-item .office__name .office__name-title {
  padding-top: 25px;
  font-size: 30px;
  line-height: 31px;
  margin-bottom: 50px;
  font-weight: 700;
  letter-spacing: -0.4px;
}
@media (max-width: 1199px) {
  .cases-area .case-list .office-list-item .office__name .office__name-title {
    font-size: 22px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .cases-area .case-list .office-list-item .office__name .office__name-title {
    font-size: 26px;
  }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .cases-area .case-list .office-list-item .office__name .office__name-title {
    font-size: 26px;
  }
}
@media only screen and (min-width: 320px) and (max-width: 479px) {
  .cases-area .case-list .office-list-item .office__name .office__name-title {
    font-size: 26px;
  }
}
.cases-area .case-list .office-list-item .office__name .office__name-title a {
  color: #222232;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.cases-area .case-list .office-list-item .office__name .office__name-title a:hover {
  color: #ff7e00;
}
.cases-area .case-list .office-list-item .office__name span {
  color: #ff7e00;
}
.cases-area .case-list .office-list-item .office__name span:before {
  font-size: 62px;
}
.cases-area .case-list .office-list-item .recent__img {
  width: 100%;
  height: 200px;
  background-size: cover;
  background-position: center;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .cases-area .case-list .office-list-item .recent__img {
    height: 300px;
  }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .cases-area .case-list .office-list-item .recent__img {
    height: 300px;
  }
}
@media only screen and (min-width: 320px) and (max-width: 479px) {
  .cases-area .case-list .office-list-item .recent__img {
    height: 300px;
  }
}
.cases-area .case-list .office-list-item .recent__bg {
  background-image: url("../images/service7.jpg");
}
.cases-area .case-list .office-list-item .recent__bg-2 {
  background-image: url("../images/service8.jpg");
}
.cases-area .case-list .office-list-item .recent__bg-3 {
  background-image: url("../images/service9.jpg");
}
.cases-area .case-list .office-list-item .recent__bg-4 {
  background-image: url("../images/service10.jpg");
}
.cases-area .case-list .office-list-item .recent__bg-5 {
  background-image: url("../images/service27.jpg");
}
.cases-area .case-list .office-list-item .recent__bg-6 {
  background-image: url("../images/service28.jpg");
}
.cases-area .case-list .office-list-item .recent__bg-7 {
  background-image: url("../images/service29.jpg");
}
.cases-area .case-list .office-list-item .recent__bg-8 {
  background-image: url("../images/service30.jpg");
}
.cases-area .case-list .office-list-item .recent__btn .recent__btn-btn {
  display: block;
  position: relative;
  padding: 18px 35px;
  font-size: 16px;
  color: #222232;
  font-weight: 600;
  border: 1px solid #ccccd1;
  -webkit-border-radius: 0 0 5px 5px;
  -moz-border-radius: 0 0 5px 5px;
  border-radius: 0 0 5px 5px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.cases-area .case-list .office-list-item .recent__btn .recent__btn-btn span {
  position: absolute;
  top: 19px;
  right: 35px;
}
.cases-area .case-list .office-list-item .recent__btn .recent__btn-btn span:before {
  font-size: 16px;
}
.cases-area .case-list .office-list-item:hover {
  background-color: #fff;
  -webkit-box-shadow: 0 0 40px rgba(82, 85, 90, 0.1);
  -moz-box-shadow: 0 0 40px rgba(82, 85, 90, 0.1);
  box-shadow: 0 0 40px rgba(82, 85, 90, 0.1);
}
.cases-area .case-list .office-list-item:hover .recent__btn .recent__btn-btn {
  background-color: #ff7e00;
  color: #fff;
  border-color: #ff7e00;
}
/*------------------------------------
        teatimonial-area
 -------------------------------------*/
.teatimonial-area {
  position: relative;
  overflow-y: hidden;
  overflow-x: hidden;
  padding-bottom: 180px;
}
@media (max-width: 1440px) {
  .teatimonial-area {
    padding-bottom: 160px;
  }
}
@media (max-width: 1366px) {
  .teatimonial-area {
    padding-bottom: 150px;
  }
}
@media (max-width: 1280px) {
  .teatimonial-area {
    padding-bottom: 145px;
  }
}
@media (max-width: 1199px) {
  .teatimonial-area {
    padding-bottom: 140px;
  }
}
@media only screen and (min-width: 320px) and (max-width: 479px) {
  .teatimonial-area {
    padding-bottom: 120px;
  }
}
.teatimonial-area .testimonial-list .office-list-item {
  border: 1px solid #ccccd1;
  padding: 43px 45px 47px 45px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
@media (max-width: 1440px) {
  .teatimonial-area .testimonial-list .office-list-item {
    padding: 35px 30px 40px 30px;
  }
}
@media (max-width: 1280px) {
  .teatimonial-area .testimonial-list .office-list-item {
    padding: 34px 28px 38px 28px;
  }
}
@media (max-width: 1240px) {
  .teatimonial-area .testimonial-list .office-list-item {
    padding: 34px 40px 38px 40px;
  }
}
.teatimonial-area .testimonial-list .office-list-item .office__desc {
  border-bottom: 1px solid #ccccd1;
  padding-bottom: 35px;
}
.teatimonial-area .testimonial-list .office-list-item .office__desc .office__desc-desc {
  font-weight: 500;
  color: #7c7c82;
  font-size: 18px;
}
.teatimonial-area .testimonial-list .office-list-item .office__name {
  padding-top: 40px;
  margin-bottom: 0;
}
.teatimonial-area .testimonial-list .office-list-item .office__name .testi__img-img {
  width: 40px;
  height: 40px;
  background-color: #ccccd1;
  background-size: cover;
  background-position: center;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  margin-right: 17px;
  float: left;
}
.teatimonial-area .testimonial-list .office-list-item .office__name .testi__bg-1 {
  background-image: url("../images/testi-img1.png");
}
.teatimonial-area .testimonial-list .office-list-item .office__name .testi__bg-2 {
  background-image: url("../images/testi-img2.png");
}
.teatimonial-area .testimonial-list .office-list-item .office__name .testi__bg-3 {
  background-image: url("../images/testi-img3.png");
}
.teatimonial-area .testimonial-list .office-list-item .office__name .testi__bg-4 {
  background-image: url("../images/testi-img4.png");
}
.teatimonial-area .testimonial-list .office-list-item .office__name .testi__bg-5 {
  background-image: url("../images/testi-img5.png");
}
.teatimonial-area .testimonial-list .office-list-item .office__name .office__name-title {
  font-size: 16px;
  color: #ff7e00;
  margin-bottom: -5px;
  font-weight: 700;
}
.teatimonial-area .testimonial-list .office-list-item .office__name .office__name-span {
  font-size: 14px;
  font-weight: 600;
  color: #7c7c82;
}
.teatimonial-area .testimonial-list .office-list-item:hover {
  background-color: #fff;
  -webkit-box-shadow: 1px 7px 41px -8px rgba(82, 85, 90, 0.2);
  -moz-box-shadow: 1px 7px 41px -8px rgba(82, 85, 90, 0.2);
  box-shadow: 1px 7px 41px -8px rgba(82, 85, 90, 0.2);
}
.teatimonial-area .testimonial-list .owl-stage-outer {
  overflow: inherit;
}
.teatimonial-area .testimonial-list .owl-dots {
  position: absolute;
  bottom: -70px;
  left: 49%;
}
@media (max-width: 1199px) {
  .teatimonial-area .testimonial-list .owl-dots {
    left: 47%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .teatimonial-area .testimonial-list .owl-dots {
    left: 44%;
  }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .teatimonial-area .testimonial-list .owl-dots {
    left: 43%;
  }
}
@media (max-width: 575px) {
  .teatimonial-area .testimonial-list .owl-dots {
    left: 32%;
  }
}
@media (max-width: 480px) {
  .teatimonial-area .testimonial-list .owl-dots {
    left: 29%;
  }
}
@media (max-width: 425px) {
  .teatimonial-area .testimonial-list .owl-dots {
    left: 26%;
  }
}
@media (max-width: 400px) {
  .teatimonial-area .testimonial-list .owl-dots {
    left: 24%;
  }
}
@media (max-width: 375px) {
  .teatimonial-area .testimonial-list .owl-dots {
    left: 24%;
  }
}
@media (max-width: 320px) {
  .teatimonial-area .testimonial-list .owl-dots {
    left: 16%;
  }
}
.teatimonial-area .testimonial-list .owl-dots div {
  width: 9px;
  height: 9px;
  background-color: #b5b5c3;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  display: inline-block;
  margin: 2px;
}
.teatimonial-area .testimonial-list .owl-dots div.active {
  width: 10px;
  height: 10px;
  background-color: #222232;
}
@media (max-width: 600px) {
  .res-testi-area .no-padding-lr {
    padding-left: 15px;
    padding-right: 15px;
  }
}
/*------------------------------------
        funfact-area
 -------------------------------------*/
.funfact-area {
  position: relative;
  background-color: #7c7c82;
  width: 100%;
  height: 100%;
  background-image: url("../images/funfact-img.jpg");
  background-size: cover;
  background-position: center;
  z-index: 1;
}
.funfact-area .avivon-heading .avivon__title {
  color: #fff;
}
.funfact-area .funfact-shared {
  color: #fff;
  position: relative;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .funfact-area .funfact-shared {
    margin-bottom: 70px;
  }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .funfact-area .funfact-shared {
    margin-bottom: 70px;
  }
}
@media only screen and (min-width: 320px) and (max-width: 479px) {
  .funfact-area .funfact-shared {
    margin-bottom: 70px;
  }
}
.funfact-area .funfact-shared .fun__icon {
  color: #ff7e00;
  margin-top: 18px;
  margin-bottom: 65px;
}
.funfact-area .funfact-shared .fun__fact {
  margin-bottom: 30px;
}
.funfact-area .funfact-shared .fun__fact .counter {
  font-weight: 600;
  font-size: 100px;
}
.funfact-area .funfact-shared .fun__desc .team__title-span {
  font-size: 16px;
  font-weight: 600;
}
.funfact-area .fact-border:after {
  position: absolute;
  content: '';
  right: 0;
  bottom: 0;
  width: 1px;
  height: 100%;
  background-color: #fff;
  opacity: .1;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .funfact-area .fact-border:after {
    display: none;
  }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .funfact-area .fact-border:after {
    display: none;
  }
}
@media only screen and (min-width: 320px) and (max-width: 479px) {
  .funfact-area .fact-border:after {
    display: none;
  }
}
.funfact-area .fun-countdown {
  padding-top: 37px;
  padding-bottom: 33px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .funfact-area .fun-countdown {
    padding: 0;
  }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .funfact-area .fun-countdown {
    padding: 0;
  }
}
@media only screen and (min-width: 320px) and (max-width: 479px) {
  .funfact-area .fun-countdown {
    padding: 0;
  }
}
.funfact-area:after {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #222232;
  opacity: .8;
  z-index: -1;
}
/*------------------------------------
        think-area
 -------------------------------------*/
.think-area .think-img {
  width: 100%;
  height: 284px;
  background-color: #7c7c82;
  background-image: url("../images/think-img.jpg");
  background-size: cover;
  background-position: center;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
@media (max-width: 1199px) {
  .think-area .think-img {
    height: 250px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .think-area .think-img {
    margin-bottom: 28px;
  }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .think-area .think-img {
    margin-bottom: 25px;
  }
}
@media only screen and (min-width: 320px) and (max-width: 479px) {
  .think-area .think-img {
    margin-bottom: 25px;
  }
}
.think-area .think-column-box {
  color: #fff;
}
.think-area .think-column-box .think-boxed {
  width: 47%;
  height: 284px;
  float: left;
  background-color: #ff7e00;
  background-size: cover;
  background-position: center;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  padding: 50px;
  margin: 2%;
}
@media (max-width: 1199px) {
  .think-area .think-column-box .think-boxed {
    padding: 50px 30px 50px 35px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .think-area .think-column-box .think-boxed {
    width: 48%;
  }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .think-area .think-column-box .think-boxed {
    width: 48%;
  }
}
@media (max-width: 575px) {
  .think-area .think-column-box .think-boxed {
    width: 100%;
    margin: 25px 0 25px 0;
  }
}
@media only screen and (min-width: 320px) and (max-width: 479px) {
  .think-area .think-column-box .think-boxed {
    width: 100%;
    margin: 25px 0 25px 0;
  }
}
@media (max-width: 425px) {
  .think-area .think-column-box .think-boxed {
    padding: 50px 57px 50px 35px;
  }
}
.think-area .think-column-box .think-boxed .boxed__title {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 80px;
  letter-spacing: -1px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .think-area .think-column-box .think-boxed .boxed__title {
    margin-bottom: 110px;
  }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .think-area .think-column-box .think-boxed .boxed__title {
    margin-bottom: 110px;
  }
}
@media (max-width: 640px) {
  .think-area .think-column-box .think-boxed .boxed__title {
    margin-bottom: 80px;
  }
}
@media (max-width: 575px) {
  .think-area .think-column-box .think-boxed .boxed__title {
    margin-bottom: 134px;
  }
}
@media (max-width: 425px) {
  .think-area .think-column-box .think-boxed .boxed__title {
    margin-bottom: 110px;
  }
}
@media (max-width: 320px) {
  .think-area .think-column-box .think-boxed .boxed__title {
    margin-bottom: 85px;
  }
}
.think-area .think-column-box .think-boxed .boxed__btn {
  color: #fff;
  font-size: 16px;
  font-weight: 600;
}
.think-area .think-column-box .think-boxed .boxed__btn span {
  padding-left: 4px;
}
.think-area .think-column-box .think-boxed .boxed__btn span:before {
  font-size: 16px;
}
.think-area .think-column-box .think-boxed:hover {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
.think-area .think-column-box .think-boxed:nth-child(1), .think-area .think-column-box .think-boxed:nth-child(2) {
  margin-top: 0;
}
@media (max-width: 575px) {
  .think-area .think-column-box .think-boxed:nth-child(2) {
    margin-bottom: 0;
  }
}
.think-area .think-column-box .think-boxed:nth-child(2), .think-area .think-column-box .think-boxed:nth-child(4) {
  margin-right: 0;
}
.think-area .think-column-box .think-boxed:nth-child(3), .think-area .think-column-box .think-boxed:nth-child(4) {
  margin-bottom: 0;
}
.think-area .think-column-box .think--boxed {
  width: 49%;
  margin: 1%;
  height: 480px;
  padding: 0;
}
@media (max-width: 1199px) {
  .think-area .think-column-box .think--boxed {
    margin-top: 50px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .think-area .think-column-box .think--boxed {
    margin-top: 50px;
  }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .think-area .think-column-box .think--boxed {
    margin-top: 50px;
  }
}
@media only screen and (min-width: 320px) and (max-width: 479px) {
  .think-area .think-column-box .think--boxed {
    margin-top: 50px;
  }
}
@media (max-width: 480px) {
  .think-area .think-column-box .think--boxed {
    height: 350px;
  }
}
@media (max-width: 375px) {
  .think-area .think-column-box .think--boxed {
    height: 280px;
  }
}
@media (max-width: 320px) {
  .think-area .think-column-box .think--boxed {
    height: 250px;
  }
}
.think-area .think-column-box .think--boxed:nth-child(1) {
  margin-left: 0;
}
.think-area .think-column-box .think--boxed:nth-child(1), .think-area .think-column-box .think--boxed:nth-child(2) {
  margin-bottom: 0;
}
.think-area .think-column-box .boxed-bg {
  background-image: url("../images/think-img2.jpg");
}
.think-area .think-column-box .boxed-bg-2 {
  background-image: url("../images/think-img3.jpg");
}
.think-area .think-column-box .boxed-bg-3 {
  background-image: url("../images/o1.jpg");
}
.think-area .think-column-box .boxed-bg-4 {
  background-image: url("../images/o2.jpg");
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .think-area .think-column-box .rpl-content {
    margin-left: 0;
  }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .think-area .think-column-box .rpl-content {
    margin-left: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .think-area .think-column-box .rpl-content-2 {
    margin-right: 0;
  }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .think-area .think-column-box .rpl-content-2 {
    margin-right: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .think-area .think-column-box2 {
    margin-top: 60px;
  }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .think-area .think-column-box2 {
    margin-top: 60px;
  }
}
@media only screen and (min-width: 320px) and (max-width: 479px) {
  .think-area .think-column-box2 {
    margin-top: 60px;
  }
}
.think-area .avivon-btn .avivon__btn {
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  background-color: #222232;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  border-color: #222232;
}
.think-area .avivon-btn .avivon__btn span {
  padding-left: 12px;
}
.think-area .avivon-btn .avivon__btn span:before {
  font-size: 16px;
}
.think-area .avivon-btn .avivon__btn:hover {
  background-color: #ff7e00;
  border-color: #ff7e00;
}
/*------------------------------------
        think--area
 -------------------------------------*/
.think--area .think-column-box {
  width: 100%;
  height: 440px;
  background-size: cover;
  background-position: center;
  position: relative;
  margin-top: 120px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
@media (max-width: 1440px) {
  .think--area .think-column-box {
    margin-top: 100px;
  }
}
@media (max-width: 1366px) {
  .think--area .think-column-box {
    margin-top: 90px;
  }
}
@media (max-width: 1280px) {
  .think--area .think-column-box {
    margin-top: 85px;
  }
}
@media (max-width: 1199px) {
  .think--area .think-column-box {
    margin-top: 80px;
  }
}
@media only screen and (min-width: 320px) and (max-width: 479px) {
  .think--area .think-column-box {
    margin-top: 60px;
  }
}
.think--area .think-column-box .think-boxed {
  width: 250px;
  height: 270px;
  margin: 0;
  float: none;
  position: absolute;
  left: 20px;
  bottom: 20px;
}
.think--area .think-column-box .think-boxed .boxed__title {
  margin-bottom: 67px;
}
.think--area .boxed-bg-3 {
  background-image: url("../images/think-img4.jpg");
}
.think--area .boxed-bg-4 {
  background-image: url("../images/think-img5.jpg");
}
/*------------------------------------
        meet-area
 -------------------------------------*/
.meet-area {
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.meet-area .meet-heading {
  color: #fff;
}
.meet-area .meet-heading .avivon__title {
  font-size: 60px;
  font-weight: 700;
  margin-top: -5px;
  margin-bottom: 35px;
  letter-spacing: -1px;
}
@media (max-width: 400px) {
  .meet-area .meet-heading .avivon__title {
    font-size: 50px;
  }
}
@media (max-width: 320px) {
  .meet-area .meet-heading .avivon__title {
    font-size: 45px;
  }
}
.meet-area .meet-heading .avivon__desc {
  margin-bottom: 25px;
  font-weight: 600;
  font-size: 20px;
}
.meet-area .meet-heading .meet__btn {
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.meet-area .meet-heading .meet__btn span {
  padding-left: 12px;
}
.meet-area .meet-heading .meet__btn span:before {
  font-size: 16px;
}
.meet-area .meet-heading .meet__btn:hover {
  background-color: #fff;
  color: #ff7e00;
}
.meet-area:after {
  position: absolute;
  content: '';
  top: -100px;
  left: 15%;
  width: 503px;
  height: 503px;
  background-image: url("../images/meet-logo.png");
  background-size: cover;
  background-position: center;
  opacity: .10;
  z-index: -1;
}
/*------------------------------------
        timeline-area
 -------------------------------------*/
.timeline-area .timeline-list .happening .happening__period {
  position: relative;
  padding-bottom: 60px;
}
.timeline-area .timeline-list .happening .happening__period:after {
  content: "";
  position: absolute;
  height: 100%;
  width: 4px;
  border: 1px solid #ccccd1;
  right: -120px;
  top: 0;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .timeline-area .timeline-list .happening .happening__period:after {
    display: none;
  }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .timeline-area .timeline-list .happening .happening__period:after {
    display: none;
  }
}
@media only screen and (min-width: 320px) and (max-width: 479px) {
  .timeline-area .timeline-list .happening .happening__period:after {
    display: none;
  }
}
.timeline-area .timeline-list .happening .happening__period:before {
  content: "";
  position: absolute;
  height: 15px;
  width: 15px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  right: -125px;
  z-index: 1;
  background-color: #ff7e00;
  top: -1px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .timeline-area .timeline-list .happening .happening__period:before {
    display: none;
  }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .timeline-area .timeline-list .happening .happening__period:before {
    display: none;
  }
}
@media only screen and (min-width: 320px) and (max-width: 479px) {
  .timeline-area .timeline-list .happening .happening__period:before {
    display: none;
  }
}
.timeline-area .timeline-list .happening .happening__period .time__item-bg {
  width: 270px;
  height: 135px;
  background-size: cover;
  background-position: center;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
@media (max-width: 1199px) {
  .timeline-area .timeline-list .happening .happening__period .time__item-bg {
    width: 225px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .timeline-area .timeline-list .happening .happening__period .time__item-bg {
    width: 100%;
    height: 250px;
  }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .timeline-area .timeline-list .happening .happening__period .time__item-bg {
    width: 100%;
    height: 250px;
  }
}
@media only screen and (min-width: 320px) and (max-width: 479px) {
  .timeline-area .timeline-list .happening .happening__period .time__item-bg {
    width: 100%;
    height: 250px;
  }
}
.timeline-area .timeline-list .happening .happening__period .time__bg {
  background-image: url("../images/service23.jpg");
}
.timeline-area .timeline-list .happening .happening__period .time__bg-2 {
  background-image: url("../images/service24.jpg");
}
.timeline-area .timeline-list .happening .happening__period .time__bg-3 {
  background-image: url("../images/service25.jpg");
}
.timeline-area .timeline-list .happening .happening__period .time__bg-4 {
  background-image: url("../images/service26.jpg");
}
.timeline-area .timeline-list .happening .happening__period .year__item-title {
  position: absolute;
  top: -4px;
  right: -70px;
  color: #ff7e00;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 0;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .timeline-area .timeline-list .happening .happening__period .year__item-title {
    top: auto;
    right: auto;
    left: 15px;
    bottom: 0;
  }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .timeline-area .timeline-list .happening .happening__period .year__item-title {
    top: auto;
    right: auto;
    left: 15px;
    bottom: 0;
  }
}
@media only screen and (min-width: 320px) and (max-width: 479px) {
  .timeline-area .timeline-list .happening .happening__period .year__item-title {
    top: auto;
    right: auto;
    left: 15px;
    bottom: 0;
  }
}
.timeline-area .timeline-list .happening .happening__periodlast {
  padding-bottom: 0;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .timeline-area .timeline-list .happening .happening__periodlast {
    padding-bottom: 60px;
  }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .timeline-area .timeline-list .happening .happening__periodlast {
    padding-bottom: 60px;
  }
}
@media only screen and (min-width: 320px) and (max-width: 479px) {
  .timeline-area .timeline-list .happening .happening__periodlast {
    padding-bottom: 60px;
  }
}
.timeline-area .timeline-list .happening .happening__desc {
  padding: 0 0 0 68px;
}
@media (max-width: 1199px) {
  .timeline-area .timeline-list .happening .happening__desc {
    padding: 0 0 0 75px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .timeline-area .timeline-list .happening .happening__desc {
    padding: 30px 15px 40px 15px;
  }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .timeline-area .timeline-list .happening .happening__desc {
    padding: 30px 15px 40px 15px;
  }
}
@media only screen and (min-width: 320px) and (max-width: 479px) {
  .timeline-area .timeline-list .happening .happening__desc {
    padding: 30px 15px 40px 15px;
  }
}
.timeline-area .timeline-list .happening .happening__desc .time__item-title {
  font-size: 20px;
  font-weight: 700;
  color: #222232;
  margin-top: -5px;
  margin-bottom: 40px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .timeline-area .timeline-list .happening .happening__desc .time__item-title {
    margin-bottom: 20px;
  }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .timeline-area .timeline-list .happening .happening__desc .time__item-title {
    margin-bottom: 20px;
  }
}
@media only screen and (min-width: 320px) and (max-width: 479px) {
  .timeline-area .timeline-list .happening .happening__desc .time__item-title {
    margin-bottom: 20px;
  }
}
.timeline-area .timeline-list .happening .happening__desc .time__item-desc {
  color: #7c7c82;
  font-weight: 600;
  font-size: 16px;
}
/*------------------------------------
        google map
 -------------------------------------*/
#map {
  width: 100%;
  height: 560px;
}
/*------------------------------------
        google map
 -------------------------------------*/
.footer-area {
  padding-top: 80px;
  border-top: 1px solid #bfbfbf3d;
}
.footer-area .footer-list {
  padding-bottom: 30px;
}
.footer-area .footer-list .footer-shared {
  color: #000;
}
.footer-area .footer-list .footer-shared p{
  font-size: 14px;
  font-weight: 400;
  line-height: 25px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer-area .footer-list .footer-shared {
    margin-top: 30px;
  }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .footer-area .footer-list .footer-shared {
    margin-top: 30px;
  }
}
@media only screen and (min-width: 320px) and (max-width: 479px) {
  .footer-area .footer-list .footer-shared {
    margin-top: 30px;
  }
}
.footer-area .footer-list .footer-shared .footer__title {
  margin-bottom: 40px;
}
.footer-area .footer-list .footer-shared .footer__title .footer__title-title {
  font-size: 20px;
  margin: 0;
  font-weight: 700;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer-area .footer-list .footer-shared .footer__title {
    margin-bottom: 30px;
  }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .footer-area .footer-list .footer-shared .footer__title {
    margin-bottom: 30px;
  }
}
@media only screen and (min-width: 320px) and (max-width: 479px) {
  .footer-area .footer-list .footer-shared .footer__title {
    margin-bottom: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer-area .footer-list .footer-shared .ftp__links .ftp__menu-links {
    margin-top: 40px;
  }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .footer-area .footer-list .footer-shared .ftp__links .ftp__menu-links {
    margin-top: 40px;
  }
}
@media only screen and (min-width: 320px) and (max-width: 479px) {
  .footer-area .footer-list .footer-shared .ftp__links .ftp__menu-links {
    margin-top: 40px;
  }
}
.footer-area .footer-list .footer-shared .ftp__links ul li {
  position: relative;
  padding-left: 24px;
}
.footer-area .footer-list .footer-shared .ftp__links ul li a {
  color: #b5b5c3;
  font-weight: 500;
  font-size: 20px;
  margin-bottom: 10px;
  display: block;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    padding-left: 6px;
}
.footer-area .footer-list .footer-shared .ftp__links ul li a span {
  color: var(--primary-color);
  position: absolute;
  top: 4px;
  left: 0;
  font-size: 18px;
}
.footer-area .footer-list .footer-shared .ftp__links ul li a:hover {
  color: #ff7e00;
}
.footer-area .footer-list .footer-shared .ftp__links ul li .add__para-desc {
  color: #b5b5c3;
  font-weight: 200;
  font-size: 15px;
}
.footer-area .footer-list .footer-shared .ftp__links ul li .add__para-desc i {
  color: #fff;
  position: absolute;
  top: 8px;
  left: 0;
  font-size: 14px;
}
.footer-area .footer-list .footer-shared .ftp__links .ftp__form-subs {
  background-color: #2d2d3e;
  padding: 30px 40px 40px 40px;
  margin-top: 50px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
@media (max-width: 320px) {
  .footer-area .footer-list .footer-shared .ftp__links .ftp__form-subs {
    padding: 20px 20px 25px 20px;
  }
}
.footer-area .footer-list .footer-shared .ftp__links .ftp__form-subs .ftp__links-desc__desc {
  color: #b5b5c3;
  font-weight: 600;
  font-size: 15px;
  margin-bottom: 30px;
}
.footer-area .footer-list .footer-shared .ftp__links .ftp__form-subs form {
  position: relative;
}
.footer-area .footer-list .footer-shared .ftp__links .ftp__form-subs form input {
  background-color: #222232;
  color: #fff;
  font-weight: 600;
  font-size: 15px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  display: inline-block;
  padding: 15px 26px;
  border: 1px solid #383848;
  width: 100%;
}
.footer-area .footer-list .footer-shared .ftp__links .ftp__form-subs form .email__subscriber-btn {
  position: absolute;
  background-color: transparent;
  color: #fff;
  font-size: 15px;
  border: none;
  top: 13px;
  right: 25px;
  cursor: pointer;
}
.footer-area .footer-list .footer-shared .menu__links .ftp__menu-links li {
  padding: 0px 0px 10px 0px;
}
.footer-area .footer-list .footer-shared .menu__links .ftp__menu-links li a {
  display: inline-block;
  position: relative;
  padding: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  margin-bottom: 0;
}
.footer-area .footer-list .footer-shared .menu__links .ftp__menu-links li a:after {
  position: absolute;
  content: '';
  width: 0;
  height: 1px;
  bottom: 4px;
  left: 0;
  background-color: #b5b5c3;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.footer-area .footer-list .footer-shared .menu__links .ftp__menu-links li a:hover {
  color: var(--primary-color);
}
.footer-area .footer-list .footer-shared .menu__links .ftp__menu-links li a:hover:after {
  width: 100%;
  background-color: var(--primary-color);
}
.footer-area .footer-list .footer-shared .menu__links .ftp__menu-links li:first-child {
  padding-top: 0;
}
.footer-area .footer-list .footer-shared .menu__links .ftp__menu--links {
  padding-left: 75px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer-area .footer-list .footer-shared .menu__links .ftp__menu--links {
    padding-left: 0;
  }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .footer-area .footer-list .footer-shared .menu__links .ftp__menu--links {
    padding-left: 0;
  }
}
@media only screen and (min-width: 320px) and (max-width: 479px) {
  .footer-area .footer-list .footer-shared .menu__links .ftp__menu--links {
    padding-left: 0;
  }
}
.footer-area .copyright-shared {
  padding: 35px 0px;
  position: relative;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer-area .copyright-shared {
    text-align: center;
  }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .footer-area .copyright-shared {
    text-align: center;
  }
}
@media only screen and (min-width: 320px) and (max-width: 479px) {
  .footer-area .copyright-shared {
    text-align: center;
  }
}
.footer-area .copyright-shared .copy__desc {
  color: #2f2f2f;
  font-weight: 200;
  font-size: 14px;
}
.footer-area .copyright-shared .copy__desc a {
  color: #2f2f2f;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.footer-area .copyright-shared .copy__desc a:hover {
  color: #ff7e00;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer-area .copyright-shared .copy__desc {
    margin-bottom: 20px;
  }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .footer-area .copyright-shared .copy__desc {
    margin-bottom: 20px;
  }
}
@media only screen and (min-width: 320px) and (max-width: 479px) {
  .footer-area .copyright-shared .copy__desc {
    margin-bottom: 20px;
  }
}
.footer-area .copyright-shared .copy__links li {
  display: inline-block;
  margin-left: 16px;
}
.footer-area .copyright-shared .copy__links li a {
  display: block;
  color: #fff;
  font-size: 18px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.footer-area .copyright-shared .copy__links li a:hover {
  color: #ff7e00;
}
.footer-area .copyright-shared .copy__links li:first-child {
  margin-left: 0;
}
.footer-area .copyright-shared:after {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #b5b5c3;
  opacity: .1;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer-area .copyright-shared .text-right {
    text-align: center !important;
  }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .footer-area .copyright-shared .text-right {
    text-align: center !important;
  }
}
@media only screen and (min-width: 320px) and (max-width: 479px) {
  .footer-area .copyright-shared .text-right {
    text-align: center !important;
  }
}
.footer-area .error-copyright {
  padding-top: 0;
  padding-bottom: 0;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer-area .pull-left {
    float: none !important;
  }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .footer-area .pull-left {
    float: none !important;
  }
}
@media only screen and (min-width: 320px) and (max-width: 479px) {
  .footer-area .pull-left {
    float: none !important;
  }
}
.error-footer {
  padding: 50px 0;
}
/*============ scroll top top =================*/
#scroll-top {
  position: fixed;
  right: 40px;
  bottom: 30px;
  z-index: 40;
  background-color: #ff8000a6;
  opacity: .7;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  color: #fff;
  cursor: pointer;
/*  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;*/
  font-size: 15px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
    display: none;
}
#scroll-top:hover {
  background-color: var(--primary-color);
  opacity: 1;
}
/*
* updated styles
*/
.service-page-1, .service-page-2, .case-page-1, .case-page-2, .partnership-page-1 {
  padding-bottom: 85px;
}
.service-page-1 [class*=col-], .service-page-2 [class*=col-], .case-page-1 [class*=col-], .case-page-2 [class*=col-], .partnership-page-1 [class*=col-] {
  margin-bottom: 35px;
}
.service-page-2, .partnership-page-1 {
  padding-bottom: 85px;
}
.service-page-2 [class*=col-], .partnership-page-1 [class*=col-] {
  margin-bottom: 0px;
}
/*
* updated responsive 
*/
@media (max-width: 1199px) {
  .inspire-area .offer-content .inspire-list-box {
    float: left;
    width: 50%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .inspire-area .offer-content .offer-list-box {
    float: left;
    width: 50%;
    padding-left: 50px;
    padding-right: 15px;
  }
}
@media (max-width: 991px) {
  .menu-area .menu-full-width .logo-box {
 /*   width: 100%;
    text-align: center;*/
    padding-left: 0;
    padding-right: 0;
    border: none;
  }
  .menu-area .menu-full-width .logo-box:after {
    display: none !important;
  }
  .menu-area .menu-full-width .main-menu .logo-right-button {
    position: absolute;
    top: 0;
    right: 15px;
  }
  .service-area .service-trusted-wrapper {
    width: 100%;
    max-width: 750px;
    margin-left: auto;
    margin-right: auto;
  }
  .footer-area .footer-list .footer-shared .ftp__links .ftp__menu-links {
    float: left !important;
    width: 50%;
    margin-top: 0;
  }
/*  .footer-area .footer-list .footer-shared {
    margin-top: 0;
    margin-bottom: 40px;
  }
  .footer-area .footer-list {
    padding-bottom: 60px;
  }
    .footer-area .footer-list{padding-bottom:0px;}
    */
    
    
  .menu--area .menu-full-width .logo-box {
    text-align: left;
  }
  .menu--area .menu-full-width .logo-box .site-open {
    left: auto;
    right: 0;
  }
  .recent-area .office-list .office-list-item .office__name .office__name-title {
    font-size: 22px;
  }
  .menu-area-3 .menu-full-width .logo-box.active {
    padding-left: 15px;
  }
  .skill-area.our-mission-area .offer-content .offer-list-box {
    padding-left: 40px;
  }
  .timeline-area .timeline-list .happening .happening__period .year__item-title {
    bottom: 15px;
  }
  .responsive-content .cases2 .shared-service, .cases-area .case-list .office-list-item {
    margin-bottom: 0;
  }
    .footer-area .footer-list .footer-shared .menu__links .ftp__menu-links li {
    padding: 0px 0px 5px 0px;
}
}
@media (max-width: 767px) {
  .skill-area.our-mission-area .offer-content .offer-list-box {
    padding-left: 0;
  }
  .timeline-area .timeline-list .happening .happening__period .year__item-title {
    bottom: 0px;
  }
}
@media (max-width: 650px) {
  .inspire-area .offer-content .inspire-list-box {
    float: none;
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .inspire-area .offer-content .offer-list-box {
    float: none;
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (max-width: 479px) {
  .menu-area .menu-full-width .logo-box {
    text-align: left;
      float: left;
  }
  .menu-area .menu-full-width .logo-box .site-open {
    right: 0;
    left: auto;
  }
  .menu-area-3 .menu-full-width .logo-box {
    padding-left: 30px;
    padding-right: 30px;
  }
  .menu-area-3 .menu-full-width .logo-box .site-open {
    right: 30px;
  }
  #rev_slider_1078_1_wrapper .tp-caption {
    padding-left: 0px !important;
  }
    
}


/* Custom CSS*/

/* Normal List CSS*/
ul.normal_list{
    display: block;
}

ul.normal_list li{
   border-bottom: 1px dashed #545454;
    margin-bottom: 30px;
}

ul.normal_list li span{
font-size: 30px;
    margin-bottom: 15px;
    display: block;
}
ul.normal_list li span.icon-fun{
    font-size: 45px;
    margin-bottom: 0px;
}

/* General CSS*/
span.orange_color{
    color: var(--primary-color);
}
p.abstract {
  font-weight: 200;
  font-size: 24px;
  line-height: 36px;
  color: #000;
}
.side_img img{width: 50%; margin-left: 40px; margin-bottom: 15px; float: right;}
.side_img_inner{position: relative;
  overflow: hidden;}

.top-sustblity{
  margin-bottom: 50px;
}
.top-sustblity .side_img_inner{
  max-height: 300px;
}
.side_img_inner span.icon-hover_1{position: absolute; right: 5px; top: -50px; font-size: 50px;}
.side_img_inner span.icon-hover_2{position: absolute;  right: -20px; top: 2px; font-size: 20px;}
.side_img_inner span.icon-hover_3{position: absolute;  right: -44px; top: -22px; font-size: 20px;}
input, textarea{
 -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;}
input:focus, textarea:focus {
    outline: none !important;
    border:1px solid red;
    box-shadow: 0 0 10px #373738;
}
.submit_button{background: var(--primary-color); font-size: 16px; padding: 14px 28px;  color: #fff;  border-radius: 0px;  border: 0px; font-weight: 500; text-transform: uppercase;     -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;}
.submit_button:hover{background: #000;}
.submit_button:focus{outline: none;}
 @keyframes blink {
       0% {
            -webkit-transform: scale(.4);
            transform: scale(.4);
        }
       50% {
            -webkit-transform: scale(.6);
            transform: scale(.6);
        }
        100% {
          -webkit-transform: scale(.4);
          transform: scale(.4);
        }
    }
    img.blnk {
        transition: .3s ease-in;
        animation: blink 1s;
        animation-iteration-count: infinite;
    }

a:focus{outline: none !important;}
a.link {color: var(--primary-color);
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 1px;
}
a.link span{padding-left: 2px; font-size: 12px;    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;}
a.link:hover {color: #fff;}
a.link:hover  span{padding-left: 6px;}


a.link_back {color: var(--primary-color);
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 1px;
}
a.link_back span{padding-right: 2px; font-size: 12px;    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;}
a.link_back:hover {color: #fff;}
a.link_back:hover  span{padding-right: 2px;}



.owl-theme .owl-dots .owl-dot{outline: none;}
.owl-theme .owl-dots .owl-dot span{border-radius: 0px;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s; }
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span{background: var(--primary-color);}
.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev{outline: none;}
.owl-carousel .owl-nav button.owl-next:hover, .owl-carousel .owl-nav button.owl-prev:hover{background: none;}
/*.owl-theme .owl-nav{    position: absolute;
    color: #fff;
    width: 100%;
    bottom: 0px;
z-index: 0;
    font-size: 22px;
}*/
/*.owl-carousel .owl-nav button.owl-prev {float: left; margin-left: -30px; margin-top: 150px;}
.owl-carousel .owl-nav button.owl-next {float: right; margin-right: -30px; margin-top: 150px;}*/


/*General Responsive CSS*/

/*1199*/
@media (max-width: 1199px) {
  p.abstract {
    font-weight: 200;
    font-size: 20px;
    line-height: 30px;
    /* color: #fff; */
    margin-bottom: 20px;
  }

  .side_img_inner span.icon-hover_1 {
    position: absolute;
    right: 42px;
    top: -50px;
    font-size: 50px;
  }

  .side_img_inner span.icon-hover_2 {
    position: absolute;
    right: 20px;
    top: 2px;
    font-size: 20px;
  }

  .side_img_inner span.icon-hover_3 {
    position: absolute;
    right: 0px;
    top: -22px;
    font-size: 20px;
  }
    
    
}


/*991*/
@media (max-width: 991px){
.side_img img{width: 40%;}
}

/*767*/
@media (max-width: 767px){
}


/*479*/
@media (max-width: 479px){
.side_img img{width: 100%;}
.side_img_inner span.icon-hover_1{position: absolute; right: 15px; top: -30px; font-size: 30px;}
.side_img_inner span.icon-hover_2{position: absolute;  right: 0px; top: 2px; font-size: 10px;}
.side_img_inner span.icon-hover_3{position: absolute;  right: -12px; top: -12px; font-size: 10px;}
    
}

/* Modal Popup Content CSS*/
.content_popup{padding: 50px !important; width: 1140px;}
.content_popup .fancybox-close-small:after{background: none; outline: none !important; 
 -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s; 
    font-size: 62px !important;
    font-family: 'Saira', sans-serif;
    font-weight: 100;
    top: 20px;
    right: 20px;
}
.content_popup .fancybox-close-small:hover:after {  color: var(--primary-color);  background: none; }
.content_popup h3{font-size: 18px; line-height: 22px;}

/* Modal Popup ContentResponsive CSS*/

/*1199*/
@media (max-width: 1199px){
    .content_popup{width: 100%;}
}

/*767*/
@media (max-width: 767px){
    .content_popup {padding-bottom: 20px !important;}
   .content_popup img{margin-bottom: 30px; margin-top: 20px;}
}


/* Header CSS*/
.logo img{height: 55px;}
ul.header-top{text-align: right;
    width: 50%;
    float: right;
    /* padding-right:40px; */
    padding-top: 28px;
}
ul.header-top li{display: inline-block; float: right;}
ul.header-top li a{color: #fff; padding-left: 8px; /*-webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;*/ }
ul.header-top li a:hover{color: var(--primary-color);}
ul.header-top li a span{padding-right: 5px; font-size: 15px; color: var(--primary-color);}
ul.header-top li:last-child a span.lang-text{font-family: 'Cairo', sans-serif; font-size: 13px; line-height: 25px; color: #fff; margin-top: -4px; float: right; padding-left: 3px;
 /*-webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s; */
}
ul.header-top li:last-child a:hover span.lang-text{color: var(--primary-color);}

/*Header Responsive CSS*/

/*1199*/
@media (max-width: 1199px){
.menu-area-3 .menu-full-width .logo-box, .menu-area-3 .menu-full-width .logo-box.active{
  padding: 30px 0px;
}
    /* ul.header-top{padding-right: 20px;} */
    
    /*.menu-area-3.active .menu-full-width .logo-box{padding-left: 0px;}*/
.menu-area-3 ul.header-top, .menu-area-3 .main-navigation{
         /*-webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;*/
}

/*.menu-area-3.active ul.header-top{padding-right: 0px;}*/
/*.menu-area-3.active .main-navigation{padding-right: 15px;}*/
    
}

/*991*/
@media (max-width: 991px){
    ul.header-top{padding-right:80px; padding-top: 40px;}
    .menu-area-3.active ul.header-top{padding-right: 80px;}
}

/*479*/
@media (max-width:479px){
    .menu-area-3{padding: 0px;}
    .menu-area-3 .menu-full-width .logo-box, .menu-area-3 .menu-full-width .logo-box.active{padding: 35px 0px;}
    .logo img {
      height: 30px;
    }
    ul.header-top{
      width: 70%;
      padding-right: 55px;
      border-top: 1px solid #525252;
      text-align: center;
    }
    .logo img{height: 35px;}
      .menu-area-3.active ul.header-top{padding-right: 0px;}
}

/*Main Navigation*/
.main-navigation {
  display: block;
    clear: right;
    /* padding-right: 60px; */
}

.main-menu ul {
  float: right;
}

.main-menu nav > ul > li {
	display: inline-block;
	position: relative;
	padding-right: 25px;
}

.main-menu ul li:last-child {
	padding-right: 0
}

.main-menu nav > ul > li > a {
	color: #fff;
	display: block;
	font-size: 17px;
  font-weight: 400;
	letter-spacing: 1px;
	padding: 22px 0;
	/*transition: all 0.3s ease 0s;*/
	background: transparent;
	line-height: 1;
	position: relative;
  cursor: pointer;
}
.main-menu nav > ul > li > a:hover {
  color: #fff !important;
}

.main-menu nav .fa-caret-down {
	font-size: 12px;
	position: relative;
	top: -2px;
	padding-left: 5px;
    padding-top: 8px;
}

.main-menu nav .fa-caret-right {
	font-size: 12px;
	font-weight: 700;
	position: relative;
	top: 0px;
	right: 0px;
	padding-left: 5px;
	padding-top: 10px;
	float: right;
}

.main-menu nav > ul > li:hover > a, .main-menu nav > ul > li.active > a {
	color: var(--primary-color);
}

.main-menu > nav > ul > li > a::before {
	background: #fff;
	content: "";
	height: 3px;
	position: absolute;
	bottom: 0;
	width: 0;
	transition: .5s;
}

.main-menu > nav > ul > li:hover > a::before, .main-menu > nav > ul > li.active > a::before {
	width: 100%;
}

 .main-menu nav > ul > li:hover > a {
  color: #fff;
}

 .main-menu nav > ul > li.active > a {
  color: var(--primary-color);
}

.main-menu > nav > ul > li > a::before {
	background: #fff;
	content: "";
	height: 3px;
	position: absolute;
	bottom: 0;
	width: 0;
	/*transition: .5s;*/
}

 .main-menu > nav > ul > li > a::before {
	background: var(--primary-color);
}

/* sub-menu */
.main-menu nav > ul > li .sub-menu {
	background: #ffffff none repeat scroll 0 0;
	box-shadow: 0 6px 12px rgba(0, 0, 0, 0.176);
	left: 0;
	opacity: 0;
	position: absolute;
	top: 120%;
	/*transition: all 0.3s ease 0s;*/
	visibility: hidden;
	width: 220px;
	z-index: 9;
}

.main-menu nav > ul > li:hover .sub-menu {
	opacity: 1;
	top: 100%;
	visibility: visible
}

.main-menu nav > ul > li .sub-menu li {
	display: block;
	position: relative;
}

.main-menu nav > ul > li .sub-menu li a {
  color: #666666;
  font-size: 16px;
  font-weight: 400;
  margin: 0;
    padding: 10px 15px;
    text-transform: capitalize;
    display: block;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
  cursor: pointer;
}

.main-menu nav > ul > li:hover > .sub-menu li > a:hover {
	color: #fff;
	background: var(--primary-color);
}

/* sub-menu third*/
.main-menu nav > ul > li .sub-menu .submenu-third {
	background: #ffffff none repeat scroll 0 0;
	box-shadow: 0 6px 12px rgba(0, 0, 0, 0.176);
	left: 220px;
	opacity: 0;
	position: absolute;
	top: 120%;
	transition: all 0.3s ease 0s;
	visibility: hidden;
	width: 220px;
	z-index: 9;
}

.main-menu nav > ul > li:hover .sub-menu li:hover .submenu-third {
	opacity: 1;
	top: 0%;
	left: 220px;
	visibility: visible
}

.main-menu nav > ul > li .sub-menu li:hover .submenu-third {
	display: block
}

.main-menu nav > ul > li .sub-menu li:hover a .submenu-third {
	color: #666666;
	font-size: 14px;
	font-weight: 400;
	margin: 0;
	padding: 10px 15px;
	text-transform: capitalize;
	display: block;
}

.main-menu nav > ul > li:hover > .sub-menu li:hover > a:hover .submenu-third {
	color: #fff;
	background: var(--primary-color);
}

/* sub-menu Fourth*/
.main-menu nav > ul > li .sub-menu .submenu-third .submenu-fourth {
	background: #ffffff none repeat scroll 0 0;
	box-shadow: 0 6px 12px rgba(0, 0, 0, 0.176);
	left: 220px;
	opacity: 0;
	position: absolute;
	top: 120%;
	transition: all 0.3s ease 0s;
	visibility: hidden;
	width: 220px;
	z-index: 9;
}

.main-menu nav > ul > li:hover .sub-menu li:hover .submenu-third li:hover .submenu-fourth {
	opacity: 1;
	top: 0%;
	left: 220px;
	visibility: visible
}

.main-menu nav > ul > li .sub-menu li:hover .submenu-third li:hover .submenu-fourth {
	display: block
}

.main-menu nav > ul > li .sub-menu li a .submenu-third li a .submenu-fourth {
	color: #666666;
	font-size: 14px;
	font-weight: 400;
	margin: 0;
	padding: 10px 15px;
	text-transform: capitalize;
	display: block;
}

.main-menu nav > ul > li:hover > .sub-menu li > a:hover .submenu-third li > a:hover .submenu-fourth {
	color: #fff;
	background: var(--primary-color);
}

.search-icon {
    float: right;
    margin-top: 15px;
}

.search-icon a {
	color: #fff;
	font-size: 16px;
	transition: .3s;
}

.search-icon a:hover {
	color: var(--primary-color);
}


/*Main Navigation Responsive*/

/*1199*/
@media (max-width: 1199px) {
    .main-menu nav > ul > li{padding-right: 20px;
    }
    /* .main-navigation{padding-right: 40px;} */
    .main-menu nav > ul > li > a{font-size: 16px;}
}

/*991*/
@media (max-width: 991px) {
    .main-navigation{padding-right: 20px; padding-left: 20px;}
    .mean-container a.meanmenu-reveal{top: -38px;}
    .mean-container .mean-nav ul li{background: #d07708;}
    .mean-container .mean-nav ul li a{ padding: 10px 5%;}
    .mean-container .mean-nav ul li li a{font-size: 14px; padding: 7px 7%; width: 86%;}
    
}
/*767*/
@media (max-width: 767px) {
    .main-navigation{padding: 10px 0px;}
 .mean-container .mean-nav ul li a .fa-caret-down, .mean-container .mean-nav ul li a .fa-caret-right {display: none;}
 .mean-container a.meanmenu-reveal{
    top: -45px;
     color: #fff;
     /* border-color: #fff; */
     right: 20px !important;
}

 /* .mean-container a.meanmenu-reveal span{
    background: #fff;
 } */
.search-icon{
float: left;
margin-top: 0px;
}    
}

/*479*/
@media (max-width: 479px) {
    .mean-container a.meanmenu-reveal{right: 0px !important; top: -50px;}
    
}


/* Banner Slider CSS*/
.jquery_overlay{
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,ffffff+100&0.7+0,0+100 */
background: -moz-linear-gradient(left, rgba(0,0,0,0.7) 0%, rgba(255,255,255,0) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left, rgba(0,0,0,0.7) 0%,rgba(255,255,255,0) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right, rgba(0,0,0,0.7) 0%,rgba(255,255,255,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b3000000', endColorstr='#00ffffff',GradientType=1 ); /* IE6-9 */
width:100%;
height:100%; 
position: relative;
z-index: 2;
      -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

/* Banner Slider CSS*/
.slotholder::after {
    content: '';
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: -moz-linear-gradient(left, rgba(0,0,0,0.7) 0%, rgba(255,255,255,0) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left, rgba(0,0,0,0.7) 0%,rgba(255,255,255,0) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right, rgba(0,0,0,0.7) 0%,rgba(255,255,255,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b3000000', endColorstr='#00ffffff',GradientType=1 ); /* IE6-9 */
    z-index: 99;
}


/*Banner Slider Responsive CSS*/
/*479*/
@media (max-width: 479px) {
    .slider-area .home-slider .rev_slider_wrapper .rev_slider .tp-caption .slidetop__title{
       display: none;
    }
    .slider-area .home-slider .rev_slider_wrapper .rev_slider .tp-caption .slide__tile{
        font-size: 35px;
        line-height: 40px;
    }
}

/* Introduction CSS*/
.introduction-cont{margin:0px 100px; }


/*Introduction Responsive CSS*/

/*991*/
@media (max-width: 991px) {
.introduction-cont {
    margin: 0px 50px;
}
    .introduction-cont  h1{
        font-size: 20px;
    line-height: 30px;
    }
}

/* Experstise CSS*/
.expertise-style h3{font-size: 20px; line-height: 26px;}
.expertise-style p{color: #d4d4d4; font-size: 14px; line-height: 18px; font-weight: 200;}
.expertise-style_main-block{display: table;}
.expertise-style_main-block .block{display: table-cell; vertical-align: top;}
.expertise-style_main-block .block:nth-of-type(1){width: 15%; padding-right: 10px;}
.expertise-style_main-block .block:nth-of-type(2){width: 85%; padding-right: 30px;}
.expertise-style_main-block .block:nth-of-type(1) span{font-size: 32px;}
.expertise-style_main-block .block:nth-of-type(1) span.icon-airport{font-size: 38px;}

.expertise-style a h3, .expertise-style a p{
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.expertise-style a:hover h3{color: var(--primary-color);}
.expertise-style a:hover p{color: #fff;}

/* PRODUCTS & SERVICES CSS*/
.product_services{padding: 80px 0px 0px 0px;}
.product_services  .shared-service .shared__img{overflow: hidden;  border: 1px solid rgba(29, 29, 29, 0);}
.product_services  .shared-service .shared__img:hover{border: 1px solid rgba(29, 29, 29, 1.0);}
.product_services a img{-webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;}
.product_services  a:hover img{transform: scale(1.1); opacity: 0.2;}
.product_services  a h3{
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;}
.product_services  a:hover h3{color: var(--primary-color);}
.product_services  a img.hover_icon{width: 73px !important; height: 52px !important;  position: absolute; left: 45%; top: 45%; z-index: 4; opacity: 0;}
.product_services  a:hover img.hover_icon{transform: scale(1.0); opacity:1.0;}
.products-services-style .owl-dots{display: none;}
.owl-theme .owl-nav{color: var(--primary-color) !important; 
}


.product_services  .overlay:before, .product_services  .overlay:after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    background: #fff;
    transform: translate(-50%, -50%);
    opacity: 0;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.product_services  .overlay:before {
    width: 30px;
    height: 2px;
    left: 0;
}

.product_services  .overlay:after {
    height: 30px;
    width: 2px;
    top: 0;
}

.product_services:hover .overlay:before {
    left: 50%;
    opacity: 1;
}

.product_services:hover .overlay:after {
    top: 50%;
    opacity: 1;
}

.products-services-style a{display: block;}


/*-----------------*/
/***** Hera *****/
/*-----------------*/



.effect-hera:hover img{transform: scale(1.1); opacity: 0.2;}

.effect-hera .effect_style {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: translate3d(-50%,-50%,0);
	transform: translate3d(-50%,-50%,0);
	-webkit-transform-origin: 50%;
	transform-origin: 50%;
    color: #fff;
    z-index: 2;
}

.effect-hera .effect_style {
	width: 100px;
	text-transform: none;
	font-size: 121%;
	line-height: 2;
}

.effect-hera .effect_style  span {
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
}

.effect-hera .effect_style  span.icon-hover_1 {
	-webkit-transform: translate3d(-60px,-60px,0);
	transform: translate3d(-60px,-60px,0);
}

.effect-hera .effect_style span.icon-hover_2 {
	-webkit-transform: translate3d(60px,-60px,0);
	transform: translate3d(60px,-60px,0);
}

.effect-hera .effect_style  span.icon-hover_3 {
	-webkit-transform: translate3d(60px,60px,0);
	transform: translate3d(60px,60px,0);
}

.effect-hera .effect_style a:nth-child(4) span {
	-webkit-transform: translate3d(60px,60px,0);
	transform: translate3d(60px,60px,0);
}

.effect-hera:hover figcaption::before {
	opacity: 1;
	-webkit-transform: translate3d(-50%,-50%,0) rotate3d(0,0,1,-45deg) scale3d(1,1,1);
	transform: translate3d(-50%,-50%,0) rotate3d(0,0,1,-45deg) scale3d(1,1,1);
}

.effect-hera:hover .effect_style span.icon-hover_1:empty {
		-webkit-transform: translate3d(0px,0px,0);
	transform: translate3d(0px,0px,0);
	opacity: 1;
}

.effect-hera:hover .effect_style span.icon-hover_2:empty {
		-webkit-transform: translate3d(42px,-18px,0);
	transform: translate3d(42px,-18px,0);
	opacity: 1;
}

.effect-hera:hover .effect_style span.icon-hover_3:empty {
		-webkit-transform: translate3d(20px,2px,0);
	transform: translate3d(20px,2px,0);
	opacity: 1;
}


.effect-hera span.icon-hover_1{
	font-size:40px;	
	margin: 10px 3px;
}

.effect-hera span.icon-hover_2{
	font-size:22px;	
	margin: 10px 3px;
}

.effect-hera span.icon-hover_3{
	font-size:22px;	
	margin: 10px 3px;
}


/*Product & Services Responsive CSS*/

/*991*/
@media (max-width: 991px) {

.product_services {
    padding: 60px 0px 40px 0px;
}
    
}

/* Solutions CSS*/
.solutions_block{ margin-top:-100px; 

    background: url(../images/gray_pattern_bg.png) #1d1d1d;
    height: 100%;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: left bottom;
}

.solutions_block_overlay{
    padding:150px 0px 80px 0px;
    background: url(../images/gray_pattern_bg_2.png) ;
    height: 100%;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: right top;
}


.solutions_cont_block{padding-right: 60px;}
.solutions_call {position: relative; margin-top: 25px;}
.solutions_call .left_img{position: absolute;}
.solutions_call .right_img{position: absolute; right: 120px; top: -10px;}
.solutions_call h3{padding-left: 60px;}
.solutions_call h3 span{font-weight: 200; font-size: 24px; line-height: 36px;}
.solutions_call h3 a{letter-spacing:-1px; font-size:28px; color:#fff;
 -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.solutions_call h3 a:hover{color:var(--primary-color);}


/*Solutions Responsive CSS*/

/*1199*/
@media (max-width: 1199px) {
.solutions_block_overlay {
    padding: 150px 0px 80px 0px;
}
    
}

/*991*/
@media (max-width: 991px) {
 .solutions_block {
   margin-top: 0px;
  
}
    .solutions_block_overlay{   padding: 60px 0px;}
    .solutions_cont_block{padding-right: 0px; border-bottom: 1px solid #000; padding-bottom: 20px; margin-bottom: 20px;}
    .solutions_call{margin-bottom: 60px;}
}



/* solutions details */
  .solution-details{
    margin-top: 50px;
  }
/* END solution details */

/* News CSS*/
.latest_news_main_block{padding-bottom: 80px;}
.news-style a .latest_news-cont_block{ 
    padding:30px; background:#000; 
 -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
   -o-transition: all 0.3s;
    transition: all 0.3s;
}
.news-style a:hover .latest_news-cont_block{background: var(--primary-color);}
.news-style a:hover .latest_news-cont_block h3{color: #000000;}
.latest_news_main_block  .shared__img:hover{border: 1px solid rgba(29, 29, 29, 0) !important;}
.latest_news-cont_block h3{font-size: 20px; line-height: 26px;    margin-bottom: 0px;}
span.news_date{font-size:14px; text-transform:uppercase; color:#aba9a8; padding-bottom: 10px; display: block;}
span.news_date span{color:var(--primary-color); padding-right:8px;}
.news-style a:hover span.news_date, .news-style a:hover span.news_date span{color:#fff;}

/*News Responsive CSS*/

/*1199*/
@media (max-width: 1199px) {
.latest_news_main_block {
       padding: 80px 0px !important;
}
}
/*991*/
@media (max-width: 991px) {
.latest_news_main_block {
       padding: 60px 0px 40px 0px!important;
}
}


/* Partners CSS*/
.partners_block{background: #1d1d1d; padding:60px 0px;}
.partners-style img{width:auto !important; margin: auto; 
  /* opacity: 0.5;      */
  -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
/* filter: grayscale(100%); */
}
/* .partners-style img:hover{opacity: 0.7;} */
.partners-style .owl-nav.disabled+.owl-dots {display:none;}



/* Inner Banner CSS*/
.inner_banner {
    min-height: 450px;
    max-height: 450px;
    background: transparent;
    position: relative;
    background-color: var(--primary-color);
}
.inner_bannerimg-1{
  width: 80px;
  height: 80px;
  position: absolute;
  top: 50%;
  left: 20px;
  transform: translate(0%, -50%);
}
.inner_bannerimg-2{
  width: 25px;
  height: 25px;
  position: absolute;
  top: 37%;
  left: 105px;
  transform: translate(0%, -50%);
}
.inner_bannerimg-3{
  width: 80px;
  height: 80px;
  position: absolute;
  top: 70%;
  left: 20%;
  transform: translate(0%, -50%);
}

.inner_bannerimg-4{
  width: 80px;
  height: 80px;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translate(0%, -50%);
}
.inner_bannerimg-5{
  width: 25px;
  height: 25px;
  position: absolute;
  top: 37%;
  right: 105px;
  transform: translate(0%, -50%);
}

.inner_bannerimg-1 img,
.inner_bannerimg-2 img,
.inner_bannerimg-3 img,
.inner_bannerimg-4 img,
.inner_bannerimg-5 img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.inner_main_title{
    position: relative;
    left: 0px;
    top: 0px;
}
.inner_main_title h2{
  color: #fff;
}

.inner_main_title .icon-hover_1{position: absolute; left: -45px; top: -52px; font-size: 50px;}
.inner_main_title .icon-hover_3{position: absolute; left: 16px; top: -70px; font-size: 10px;}


.health-care-banner{
  background-color: transparent !important;
}
.health-care-banner::after {
	background: rgba(0, 0, 0, 44%);
	top: 0px;
	left: 0px;
	position: absolute;
	content: "";
	height: 100%;
	width: 100%;
}
/* .inner_banner_overlay{ */
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,ffffff+100&0.8+1,0+100 */
/* background: -moz-linear-gradient(left, rgba(0,0,0,0.8) 0%, rgba(3,3,3,0.8) 1%, rgba(255,255,255,0) 100%);
background: -webkit-linear-gradient(left, rgba(0,0,0,0.8) 0%,rgba(3,3,3,0.8) 1%,rgba(255,255,255,0) 100%); 
background: linear-gradient(to right, rgba(0,0,0,0.8) 0%,rgba(3,3,3,0.8) 1%,rgba(255,255,255,0) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cc000000', endColorstr='#00ffffff',GradientType=1 ); 
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
} */

.slider-img1{
  width: 65px;
  position: absolute;
  top: 35%;
  left: 20px;
}
.slider-img2{
  width: 20px;
  position: absolute;
  top: 32%;
  left: 90px;
}
.slider-img3{
  width: 100px;
  position: absolute;
  top: 60%;
  left: 12%;
}

.slider-img4{
  width: 65px;
  position: absolute;
  top: 50%;
  right: 45px;
}
.slider-img5{
  width: 20px;
  position: absolute;
  top: 47%;
  right: 20px;
}

.slider-img1 img,
.slider-img2 img,
.slider-img3 img,
.slider-img4 img,
.slider-img5 img{
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.jump {
  /* transition: top 1s ease-in-out; */
  animation: jump-small 1.5s ease-in-out infinite;
  position: relative;
}
@keyframes jump-small {
  0%, 100% {
    top: 0;
  }
  50% {
    top: -10px; /* adjust jump height here */
  }
}


@media (max-width: 1200px) {
  .slider-img3{
    display: none;
  }
}

@media (max-width: 768px) {
  .slider-img1 {
    top: 23%;
  }
  .slider-img4 {
    top: 70%;
  }
  .slider-img5 {
    top: 66%;
  }

  .inner_banner{
    background-position: right !important;
  }
}

@media (max-width: 600px) {
  .slider-img1 {
    width: 40px;
  }
  .slider-img2 {
    top: 28%;
    left: 62px;
  }
  .slider-img4 {
    display: none;
  }
  .slider-img5 {
    display: none;
  }
  .discover-more img {
    width: 30px;
  }
  .discover-more svg {
    width: 10px;
  }

  .inner_bannerimg-4 {
  width: 40px;
  height: 40px;
  }
  .inner_bannerimg-3 {
  width: 40px;
  height: 40px;
  }

  
}

@media (max-width: 400px) {
  .banner-text h4 {
    font-size: 25px;
    line-height: 30px;
  }
  .discover-border {
    bottom: -45px !important;
  }
}




/* Inner Breadcrumb CSS*/
.inner_banner_breadcrumb{
    padding: 15px 25px;
    background: #000;
    margin-top: -139px;
    margin-bottom: 80px;
    z-index: 2;
    position: relative;
}

.inner_banner_breadcrumb h2{margin-bottom: 0px;}
ul.breadcrumb_block{
    display: block;
    text-align: right;
}
ul.breadcrumb_block li{font-size: 14px; display: inline-block; padding-left: 10px; }
ul.breadcrumb_block li:first-child a{color: var(--primary-color);}
ul.breadcrumb_block li:first-child a:hover{color: #fff;}
ul.breadcrumb_block li:last-child{ color: #fff;}
ul.breadcrumb_block li a{color: #d4d4d4;
 -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
ul.breadcrumb_block li a:hover{color: var(--primary-color);}

/*Breadcrumb Responsive CSS*/

/*991*/
@media (max-width: 991px) {
  ul.breadcrumb_block{text-align: left;}
  ul.breadcrumb_block li{padding-left: 0px; padding-right: 10px;}
}

/*767*/
@media (max-width: 767px) {
    .inner_banner_breadcrumb{
        margin-bottom: 60px;
    }
}

/* Chairman Message CSS*/
.message-outr{
  position: relative;
}
.chairman-message{
    /* margin:160px 0px 0px 0px; */
    width: 100%;
    border-radius: 0px;
    border: 2px solid var(--primary-color);
}

.chairman_img img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.chairman_img-out{
  margin: 0 auto;
}
.chairman_img{
  height: 100%;
}

.chairman-message_cont{
    padding:55px;
}
.chairman-message_cont h4 {
    font-size: 30px;
    color: var(--primary-color) !important;
    font-weight: 600;
    line-height: 40px;
}
.chairman-message_cont p{
    font-size: 16px;
    line-height: 30px;
    color: #000000;
}
.chairman-message_cont-sm{
  color: #000000;
  margin-top: 30px;
}
.chairman-messagenames{
    font-size: 20px;
    color: var(--primary-color);
    font-weight: 600;
    margin-bottom: 0px;
}

.chairman-message h4:before{
  content: "\e915";   
  color: var(--primary-color);  
  font-family: 'icomoon' !important; 
  font-size: 54px; 
  display: block; 
  padding-bottom: 15px; 
  margin-left: 0px;
}
.chairman-message p:after{content: "\e916";   color: var(--primary-color);  font-family: 'icomoon' !important; font-size: 54px; margin-top: 10px; display: block; float: right;}
.chairman-message img{ float: left;}

.chairman-message_cont-sm span.orange_color {
  color: var(--primary-color);
  font-size: 20px;
  font-weight: 600;
}
/* Chairman Message Responsive CSS*/


@media (max-width: 1500px) {
  /* .chairman-message .row{
    align-items: center;
  } */
  .chairman-message img {
    margin-top: auto;
    float: left;
  }
  .chairman-message {
    margin: 60px 0px 0px 0px;
  }
  /* .message-outr2{
    padding-top: 0;
  } */
}

/*1199*/
@media (max-width: 1199px) {
    .chairman-message  p:after{  margin-top: 30px; }
}

/*991*/
@media (max-width: 991px) {
    .chairman-message{margin-top: 0px;}
    .chairman-message img{float: none; width: 100%;}
    .chairman_img{text-align: center;}
    .chairman-message_cont{float: left;}
    .chairman_img-out {
      order: 1;
    }
    .chairman-message_cont h4 {
      font-size: 20px;
      line-height: 30px;
    }
}

/*767*/
@media (max-width: 767px) {
    .chairman-message img{margin-top: 0px;}
    .chairman-message p:before, .chairman-message p:after{font-size: 34px;}
    .chairman-message_cont {
      padding: 20px;
    }
    .chairman-message_cont p {
      font-size: 14px;
      line-height: 25px;
    }
    .chairman_img{
      height: 300px;
    }
}

/*600*/
@media (max-width: 600px) {
    .gold-slider-img1,
    .gold-slider-img2,
    .gold-slider-img3,
    .gold-slider-img4,
    .gold-slider-img5,
    .gold-slider-img6{
      display: none;
    }

    .chairman-message_cont {
      padding: 20px 15px;
    }
    .chairman-message h4::before {
      font-size: 30px;
    }
 .chairman_img{
      height: 100%;
    }

}

/*479*/
/* @media (max-width: 479px) {
    .chairman-message_cont{padding: 40px;}
} */



/* Products & Services CSS*/
.product_services_inner{
  padding: 80px 0px 40px 0px !important;
  position: relative;
}

/* Inner  News  CSS*/
.inner-news_block_no_padding{padding: 0px;}
.inner-news_block{display: table; width: 100%; }
.inner-news_block .shared__img{display: table-cell; width: 40%; position: relative;}
.inner-news_block .latest_news-cont_block{display: table-cell;  width: 60%; vertical-align: top; position: relative; padding: 50px 40px !important;}
.inner-news_block .latest_news-cont_block h3{font-size: 20px; line-height: 26px; margin-bottom: 15px;}
.inner-news_block .latest_news-cont_block p{font-size: 16px; line-height: 24px; color: #d4d4d4;}
.inner-news_block:hover .latest_news-cont_block p{color: #fff;}


/* Inner  News Responsive CSS*/
/*1199*/
@media (max-width: 1199px) {
    .inner-news_block .shared__img{width: 50%;}
    .inner-news_block .latest_news-cont_block{width: 50%; padding: 30px !important; }

}

/*991*/
@media (max-width: 991px) {
    .inner-news_block .shared__img{width: 100%; display: block; }
    .inner-news_block .latest_news-cont_block{width: 100%; height: 100%; display: block;}
    .inner-news_block .latest_news-cont_block p{display: none;}    

}

/* Nation Security CSS*/

.nation_security{
    margin-top: 0px;
}
.nation_security .solutions_block_overlay{
    padding-top: 80px;
}


/* Vision & Mission CSS*/
ul.vision_mission{display: block;}
ul.vision_mission li{display: block; margin-bottom: 80px; background: #000;}
ul.vision_mission li .cont_block{padding: 60px;}

ul.vision_mission li:nth-of-type(2n) .side_img_inner span.icon-hover_1{ left: 0px;}
ul.vision_mission li:nth-of-type(2n) .side_img_inner span.icon-hover_2{  left: -20px;}
ul.vision_mission li:nth-of-type(2n) .side_img_inner span.icon-hover_3{
  left: -44px;
}
ul.vision_mission li:nth-of-type(2n) .cont_block{padding: 60px 60px 60px 30px;}
ul.vision_mission li:last-child{margin-bottom: 0px;}

/* .why-tahreez-points{
    min-height: 170px; 
} */

.our-ppurpose-outr{
  position: relative;
  overflow: hidden;
}
.our-ppurpose-outr .gold-slider-img3{
  top: 0;
  bottom: 15px;
}
/* Values List CSS*/
.values_list{
    display: block;
    /* border-bottom: 1px dashed #545454; */
    /* margin: 30px 0px; */
    margin-bottom: 20px;
    padding: 20px; 
}
.values_list p{
  font-size: 14px;
  color: #000;
  line-height: 25px;
  margin-bottom: 0;
}

.values_list img{
  width: 60px;
  height: 60px;
  object-fit: contain;
  margin-bottom: 10px;
  background-color: #14131436;
  border-radius: 50px;
  padding: 7px;
}

.pr-item-list-out .pr-item-list:nth-of-type(1),
/* .pr-item-list-out .pr-item-list:nth-of-type(2), */
/* .pr-item-list-out .pr-item-list:nth-of-type(3), */
.pr-item-list-out .pr-item-list:nth-of-type(4),
.pr-item-list-out .pr-item-list:nth-of-type(5),
/* .pr-item-list-out .pr-item-list:nth-of-type(6), */
/* .pr-item-list-out .pr-item-list:nth-of-type(7), */
.pr-item-list-out .pr-item-list:nth-of-type(8),
.pr-item-list-out .pr-item-list:nth-of-type(9) {
  background-color: rgb(255, 126, 0);
}

.values_list  span{
font-size: 30px;
    margin-bottom: 15px;
    display: block;
}
.values_list span.icon-fun{
    font-size: 45px;
    margin-bottom: 0px;
}


/* Vision & Mission Responsive CSS*/

/*1199*/
@media (max-width: 1199px) {
ul.vision_mission li:nth-of-type(2n)  .side_img_inner span.icon-hover_1{position: absolute; left: 42px; top: -50px; font-size: 50px;}
ul.vision_mission li:nth-of-type(2n) .side_img_inner span.icon-hover_2{position: absolute;  left: 20px; top: 2px; font-size: 20px;}
ul.vision_mission li:nth-of-type(2n) .side_img_inner span.icon-hover_3{position: absolute;  left: 1px; top: -21px; font-size: 20px;}
}

/*991*/
@media (max-width: 991px) {
ul.vision_mission li .cont_block, ul.vision_mission li:nth-of-type(2n) .cont_block{padding: 40px;}
    ul.vision_mission li .cont_block p{margin-bottom: 0px;}
}

/*479*/
@media (max-width: 479px) {
    ul.vision_mission li{margin-bottom: 60px;}
ul.vision_mission li:nth-of-type(2n)  .side_img_inner span.icon-hover_1{position: absolute; left: 15px; top: -30px; font-size: 30px;}
ul.vision_mission li:nth-of-type(2n) .side_img_inner span.icon-hover_2{position: absolute; left: 4px; top: 2px;    font-size: 10px;}
ul.vision_mission li:nth-of-type(2n) .side_img_inner span.icon-hover_3{position: absolute; left: -12px; top: -12px; font-size: 10px;}
}

/* Corporate Address CSS*/
.corporate_address{
    background: #000;
    padding: 50px;
    margin-bottom: 40px;
}
.corporate_address h4{
  color: white;
}
.corporate_address p{
  color: white;
}

.corporate_address ul li span{
   font-size: 18px;
    padding-right: 5px;
    color: var(--primary-color);
}
.corporate_address ul li{
    padding-bottom: 10px;
    display: block;
}
.corporate_address ul li a{
       color: #b5b5c3;
    font-weight: 500;
    font-size: 20px;
    margin-bottom: 17px;
     padding-left: 0px;
        -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.corporate_address ul li a:hover{
    color: var(--primary-color);
}


.contact_form input, .contact_form textarea{
    width: 100%;
    margin-bottom: 30px;
    background: transparent;
    border: 1px solid var(--primary-color);
    border-radius: 0px;
    padding: 10px;
} 


/* Google Map CSS*/
#map {
    display: block;
	position: relative;
    width: 100%;
    height: 500px;
    background: #ccc;
}
.gm-style { font-family: 'Saira', sans-serif;}
.gm-style .gm-style-iw-c { border-radius: 0; padding: 20px}
.gm-style .gm-style-iw h5 { color: #000; margin-bottom: 10px; font-size: 18px; font-weight: 500;}
.gm-style .gm-style-iw p { font-size: 14px; line-height: 22px; position: relative; display: block; margin-left: 24px; padding-right: 15px; margin-bottom: 10px; color: #000;}
.gm-style .gm-style-iw p.mapp{margin-left: 0px !important;}
.gm-style .gm-style-iw a { color: #000; white-space: nowrap; font-weight: 400; 
            -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
      padding-bottom: 5px;
    font-family: 'Saira', sans-serif;
}
.gm-style .gm-style-iw a:hover { color: var(--primary-color); }
.gm-style .gm-style-iw p:before, .gm-style .gm-style-iw p span:before {
	font-size: 18px;
	font-family: "icomoon";
	color: var(--primary-color);
	position: relative;
	width:40px;
	margin-left: -24px;
	padding-right: 6px;
	vertical-align: middle;
}
.gm-style .gm-style-iw p:before, .gm-style .gm-style-iw p span.fax:before {
    font-family: 'themify';
}
/*.gm-style .gm-style-iw p.mapp:before { content: "\e946"; }*/
.gm-style .gm-style-iw p span.tel:before { content: "\e906"; }
.gm-style .gm-style-iw p span.fax:before { content: "\e681"; }
.gm-style .gm-style-iw p span.mail:before { content: "\e901"; }
.gm-style .gm-style-iw p span:first-child { margin-right: 35px;}

/* Contact Responsive CSS*/

/*1199*/
@media (max-width: 1199px) {
    .corporate_address{padding: 30px;}
    .corporate_address ul li a{font-size: 16px;}
}


/* Partners CSS*/
.partners_inner a {border: 1px solid rgba(255, 255, 255, .1); display: block; width: 100%; margin-bottom: 30px;}
.partners_inner a img{ 
	padding: 20px 25px; 
	/* filter: saturate(0) invert(100%); */
}


/*Team CSS*/
/*.photo-wrapper-container { margin: 30px 0 30px 0; float: inherit;}
.photo-wrapper-container .photo-wrapper { width: 100%;}*/
.photo-wrapper-container { position: relative; margin: 60px 30px 40px 0; width: calc(33.33% - 30px); float: left; }
.photo-wrapper-container .photo-wrapper { 
	width: 100%; height: 320px; position: relative; border: solid 1px rgba(255,255,255,0.1); 
	-moz-transition: all .2s ease-in-out;
        -webkit-transition: all .2s ease-in-out;
        -o-transition: all .2s ease-in-out;	
        transition: all .2s ease-in-out;
}
.photo-wrapper img { position: absolute; left:0; bottom: 0; width:100%; }
.photo-wrapper-container:hover .photo-wrapper { border: solid 1px rgba(247,129,29,1); }
.photo-wrapper-container h3 { 
	font-size: 18px; letter-spacing: 0.5px; font-weight: 500; margin-top: 15px; 
	-moz-transition: all .2s ease-in-out;
        -webkit-transition: all .2s ease-in-out;
        -o-transition: all .2s ease-in-out;	
        transition: all .2s ease-in-out;
}
.photo-wrapper-container h3 span { display: block; font-size: 16px; font-weight: 300; color: rgba(255,255,255,0.5); padding-top: 5px; } 
.photo-wrapper-container:hover h3 { color: var(--primary-color); }
.photo-wrapper-container:hover h3 span { color: rgba(255,255,255,0.5); }

@media (max-width: 1199px) {
	/*.photo-wrapper-container { margin: 30px 0 30px 0;}*/
	.photo-wrapper-container .photo-wrapper { height: 250px; }
}

@media (max-width: 991px) {
	.photo-wrapper-container { margin: 30px 30px 30px 0;}
	.photo-wrapper-container .photo-wrapper { height: 200px; }
}

@media (max-width: 767px) {
	.photo-wrapper-container { margin: 15px 30px 15px 0; width: calc(50% - 30px);   }
	.photo-wrapper-container .photo-wrapper { height: auto; }
	.photo-wrapper img { position: relative; }
}

@media (max-width: 575px) {
	.photo-wrapper-container { margin: 15px 0px 15px 0; width: 100%;   }
	.photo-wrapper-container .photo-wrapper { height: auto; }
	.photo-wrapper img { position: relative; }
}


/* Footer CSS */
.main-title-dark {margin-bottom: 15px;}
	.main-title-dark h3 {
		display: table-cell;
		padding-right: 20px;
		white-space: nowrap;
        
	}

	.main-title-dark .main-title-border-bottom {
		display: table-cell;
		width: 100%;
	}


	.main-title-dark .main-title-border-bottom-bg {
		background: rgba(255, 255, 255, 0.1);
		position: relative;
		width: 100%;
		height: 1px;
		top: -5px;
	}


.footer-area h3{text-transform:uppercase;}
.footer-area h3.small{font-size:18px;}

ul.footer_button_list{display:block;}
ul.footer_button_list li{ display: inline-block; width: calc(35% - 20px); }
ul.footer_button_list li:nth-of-type(3n){padding-right: 0px;}
ul.footer_button_list li a{color:#000; font-size:14px; font-weight:200;}

.boxon-logo{
    margin-bottom: 10px;
    height: 16px;
    width: auto;
}
.copyright_link{text-align: end; color: #a1a1a1; font-weight: 200;}
.copyright_link a:first-child{padding-left: 0px;}
.copyright_link a{font-weight: 500; font-size: 12px; color: #000; text-transform: uppercase; padding: 0px 5px;     -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s; }
.copyright_link a:hover{color: var(--primary-color);}

.alturki_logo{text-align: right;}
.alturki_logo img{width: 100px; height: 58px;}
/*Footer Responsive CSS*/

/*1199*/
@media (max-width: 1199px) {
.footer-area {
    padding-top: 60px;
}
}

/*991*/
@media (max-width: 991px) {
ul.footer_button_list li{ display: inline-block; width: calc(50% - 20px); }
    .alturki_logo{text-align: center; margin-bottom: 20px;}
    .copyright_link{text-align: center;}
}

/*767*/
@media (max-width: 767px) {
.footer-area .copyright-shared .copy__desc{ text-align: left; margin-bottom: 5px;}
   .alturki_logo{text-align: left;}
     .copyright_link{text-align: left;}
  /*  .copyright_link a:first-child{padding-left: 0px;}*/
}

/*479*/
@media (max-width: 479px) {
ul.footer_button_list li{ display: inline-block; width: calc(100% - 0px); }
}

.services-page{
    width: 50%;
    float: right;
}
.services-page .owl-nav
{
    position: absolute;
    top: 39%;
    width: 100%;
}
.services-page .owl-prev{
        font-size: 38px !important;
    left: 10px;
    position: absolute;
    color: #fff !important;
    border: 1px solid #ccc !important;
	border-radius: 0 !important;
   background-color: rgba(0,0,0,0.3) !important;
    
}

.services-page .owl-prev span{
    padding: 5px;
   
}
.services-page .owl-next span{
    padding: 5px;
}

.services-page .owl-next{
    right: 10px !important;
    position: absolute;
    font-size: 38px !important;
    color: #fff !important;
     border: 1px solid #ccc !important;
	border-radius: 0 !important;
     background-color: rgba(0,0,0,0.3) !important;
   
   
}
.site-list{
    margin-left: 5px;
}
.site-list li{
    font-size: 18px;
    margin-bottom: 10px;
    font-weight: 400;
    background: url("../images/li-style.jpg") no-repeat;
    padding-left: 25px;
    background-position: 0px 7px;
    background-size: 10px;
}

@media (max-width: 767px) {
.services-page{
    width: 100%;
    float: none;
}
}



.follow-us {
	margin-top: 2rem; 
	margin-bottom: 0;
}
.follow-us h3 {
	padding-right: 10px;
	font-size: 20px;
}
.follow-us a {
	color: var(--primary-color);
	font-size: 18px;
	transition: 0.5s ease all;
}

.follow-us a:hover {
	color: var(--primary-color);
}

.follow-us .follow-us-in{
  display: flex;
  justify-content: initial;
  align-items: center;
  gap: 5px;
}
.follow-us .follow-us-in h5{
  margin-bottom: 0;
}

.parallax-mirror {
	opacity: 0;
}

/* .owl-carousel,
.owl-stage,
.owl-stage-outer,
.owl-item {
    display: flex !important;
} */

.venture-carousel{
  position: relative;
}
.owl-nav>div {
    margin-top: -26px;
    position: absolute;
    top: 43%;
    color: #cdcbcd;
}
.owl-nav i {
    font-size: 22px;
}
.owl-nav button {
  position: absolute;
  width: 30px;
  height: 30px;
  border-radius: 10% !important;
  border: 1px solid #ffffffab !important;
  transition: all 0.3s ease;
  background-color: rgba(0,0,0,0.3) !important;
  color: white;
}
.owl-nav button i{
  font-size: 14px;
}
.owl-nav .owl-prev {
    left: 10px;
	  top: 45%;
}
.owl-nav .owl-next {
  right: 10px;
	top: 45%;
}
.owl-carousel .item:hover .item-content {
    opacity: 1;
    transition: 1s all;
}
.owl-carousel .item img{
  border-radius: 20px;
  max-width: 100vw;
}
.item-content{
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.owl-dots {
  text-align: center;
}
.owl-dot {
  width: 15px;
  height: 15px;
  background-color: white !important;
  border-radius: 50px;
  margin: 2px;
}
.owl-dot.active{
  background-color: var(--primary-color) !important;
}

.common-para{
  font-size: 16px;
  font-weight: 300;
  color: #000;
  line-height: 30px;
}

.side_img_inner img{
  width: 100% !important;
}



/* --------------------------------------
          join venture
---------------------------------------*/
.video-wrapper7{
  min-height: 450px;
  max-height: 450px;
  height: 450px;
  position: relative;
  overflow: hidden;
}
.video-wrapper7 video{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.top-join-venture{
  padding: 80px 0;
  background-image: url(../images/join-venture-bg.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  animation: zoomInOut 10s ease-in-out infinite;
  position: relative;
}
@keyframes zoomInOut {
  0%, 100% {
    background-size: 110%;
  }
  50% {
    background-size: 120%;
  }
}

.fleet-logo {
  margin-bottom: 20px;
  max-width: 300px;
  position: absolute;
  right: 0;
  top: 50px;
}
.fleet-logo img{
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.join-content{
  position: relative;
  z-index: 2;
}
.join-content h2{
  font-size: 80px;
  color: rgb(255, 255, 255);
  font-weight: 300;
  line-height: 90px;
  text-transform: capitalize;
  margin-bottom: 20px;
}
.join-content p{
  font-size: 16px;
  color: rgb(255, 255, 255);
  font-weight: 300;
  line-height: 35px;
  margin-bottom: 0;
}

.join-content h5{
  color: var(--primary-color);
  font-size: 35px;
}

.join-venture-out{
  padding: 60px 0;
  background-color: white;
  background: #fff;
  position: relative;
}

.join-venture-cont-head h3{
  font-size: 80px;
  color: #000;
  font-weight: 300;
  line-height: 90px;
  text-transform: capitalize;
  margin-bottom: 20px;
}
.join-venture-cont-head p{
  font-size: 20px;
  color: #686868;
  font-weight: 300;
  line-height: 25px;
}


.join-venture-cont .values_list{
  padding: 0;
}
.join-venture-cont .values_list h4{
  font-size: 30px;
  color: #000;
  font-weight: 300;
  margin-bottom: 15px;
  line-height: 40px;
}
.join-venture-cont .values_list p{
  font-size: 14px;
  color: #5b5b5b;
  font-weight: 300;
  line-height: 30px;
}


/* --------------------------------------
               home 
-------------------------------------- */
.main-banner {
  max-width: 100%;
  height: 100vh;
  background-color: #fff;
  position: relative;
  overflow: hidden;
}

.slider-img {
  width: 100%;
  height: 100%;
}
.slider-img img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.slider-img::after {
	background: rgba(0, 0, 0, 0.41);
	top: 0px;
	left: 0px;
	position: absolute;
	content: "";
	height: 100%;
	width: 100%;
}

.video-wrapper {
  width: 100%;
  height: 100%;
  position: relative;
}

.video-wrapper::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.42);
  z-index: 2;
}

.video-wrapper video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: relative;
  z-index: 1;
}
.shadow-shape{
  width: 100%;
  height: 200px;
  position: absolute;
  bottom: 0;
  z-index: 1;
  background: linear-gradient(0deg, rgb(0, 0, 0) 0%, rgba(255, 255, 255, 0) 100%);
  opacity: 0.7;
}
.shadow-shape2{
  top: 0px !important;
  bottom: auto !important;
  transform: rotate(180deg);
}

.banner-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 7;
  width: 45%;
}
.banner-text h6 {
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 10px;
  color: var(--primary-color);
  text-align: center;
  margin-bottom: 20px;
}
.banner-text h4 {
    font-size: 55px;
    text-align: initial;
    font-weight: 600;
    line-height: 65px;
    color: #fff;
    text-align: center;
}
.banner-text p{
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
  color: #fff;
  text-align: center;
  margin-bottom: 0;
}
@media (max-width: 1700px) {
  .banner-text {
    width: 50%;
  }
}

.vision-logo-count{
  width: 120px;
}

@media (max-width: 768px) {
  .vision-logo-count{
    width: 80px;
  }
}


/* nav menu */
.logo-out {
  position: fixed;
  z-index: 9;
  top: 20px;
  left: 5%;
}
.logo-out img{
  width: 80%;
}

.custom-hamburger {
  width: 50px;
  height: 50px;
  padding: 12px;
  cursor: pointer;
  background: rgba(0, 0, 0, 0.22);
  border-radius: 50px;
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.2);
  transition: all 0.3s ease;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: fixed;
  z-index: 9;
  right: 5%;
  top: 20px;
}

.custom-hamburger:hover {
  background: rgba(255, 255, 255, 0.2);
  transform: scale(1.05);
}

.custom-toggle-bar {
  width: 25px;
  height: 3px;
  background: var(--primary-bg-color);
  border-radius: 3px;
  display: block;
  margin: 3px 0;
  transition: all 0.3s ease-in-out;
  transform-origin: center;
}

.custom-menu-content {
  position: fixed !important;
  top: 20px;
  right: 8%;
  width: auto;
  background: rgba(51, 51, 51, 0.1);
  backdrop-filter: blur(15px);
  border-radius: 50px;
  padding: 5px 0;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
  /* border: 1px solid rgba(255, 255, 255, 0.1);   */
  transform: translateY(-20px);
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s ease;
  z-index: 9998 !important;
}

.custom-menu-content.show {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.custom-menu-content ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.custom-menu-content ul li {
  margin: 5px 0;
  display: inline-block;
}

.custom-menu-content ul li a {
  color: white;
  text-decoration: none;
  font-size: 16px;
  font-weight: 300;
  padding: 2px 15px;
  display: block;
  transition: all 0.3s ease;
  border-radius: 8px;
  margin: 0 15px;
  position: relative;
  overflow: hidden;
}
.custom-menu-content ul li a:hover{
  color: var(--primary-color);
}

.custom-menu-in.scrolled{
  position: fixed;
  height: 97px;
  z-index: 9;
  width: 100%;
  background: linear-gradient(0deg,rgba(0, 0, 0, 0.57) 0%, rgba(0, 0, 0, 0.58) 100%);
}

 /* Dropdown Styles */
 .custom-dropdown {
   max-height: 0;
   overflow: hidden;
   transition: max-height 0.3s ease;
   background: rgb(52, 52, 52);
   backdrop-filter: blur(10px);
   margin: 5px 15px;
   border-radius: 8px;
   position: absolute;
   z-index: 9;
   margin-top: 12px;
 }

 .custom-dropdown.open {
   max-height: 300px;
 }

 .custom-dropdown ul {
   padding: 10px 0;
 }

 .custom-dropdown ul li a {
   padding: 10px 20px 10px 35px;
   font-size: 14px;
   margin: 0;
   border-radius: 5px;
   color: rgba(255, 255, 255, 0.8);
 }

 .custom-dropdown ul li a:hover {
   background: var(--primary-bg-color);
   color: white;
   transform: translateX(3px);
 }

 /* .custom-dropdown ul{
  position: absolute;
  z-index: 9;
  background-color: #313232;
} */
.custom-dropdown ul li{
  display: block !important;
}

@media screen and (max-width: 768px) {
  .custom-nav-menu {
    top: 15px;
    right: 15px;
  }

  .custom-menu-content {
    top: 75px;
    right: 15px;
    left: 15px;
    width: calc(100% - 30px);
  }

  .custom-menu-content ul li a {
    font-size: 18px;
    padding: 15px 20px;
  }
}

/* END nav menu */

.discover-border {
	display: inline-block;
	position: absolute;
	left: 50%;
	transform: translate(-50%, 0px);
	bottom: 10px;
	z-index: 10;
	cursor: pointer;
}

.discover-more {
	padding: 40px;
	border-radius: 100%;
	display: flex;
	text-align: center;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	gap: 10px;
	color: white;
	font-weight: 200;
}

.discover-more img {
	width: 40px;
	margin: auto;
	object-fit: contain;
}

.discover-more svg{
  width: 12px;
  color: var(--primary-bg-color);
}

.eng-ar{
  position: absolute;
  z-index: 2;
  top: 50%;
  right: -34px;
  rotate: -90deg;
}
.eng-ar button{
  font-size: 12px;
  font-weight: 500;
  line-height: 18px;
  color: white;
  padding: 4px 10px;
  background-color: var(--primary-bg-color);
  display: none;
}
.eng-ar button:hover{
  color: var(--primary-color);
  background-color: white;
}


.eng-ar2{
  /* position: absolute;
  z-index: 2;
  top: 50%;
  right: -34px;
  rotate: -90deg; */
  text-align: end;
  margin-top: -35px;
  margin-right: 15px;
}
.eng-ar2 button{
  font-size: 12px;
  font-weight: 500;
  line-height: 18px;
  color: white !important;
  padding: 4px 10px;
  background-color: var(--primary-bg-color) !important;
}
.eng-ar2 button:hover{
  color: var(--primary-color);
  background-color: white;
}
.eng-ar2 button:active,
.eng-ar2 button:focus{
  outline: none;
  box-shadow: none;
  border: 0;
}

.menu-bg{
  padding-top: 30px;
}

/* END home page */

body, html, .custom-nav-menu {
  overflow: visible !important;
}

/* ------------ common style ----------- */
.width-container{
  width: 95%;
  max-width: 1500px;
  margin: 0 auto;
}

.text-white{
  color: white !important;
}

.section-title h3{
  font-size: 80px;
  font-weight: 300;
  line-height: 85px;
}
.section-title h5{
  font-size: 30px;
  font-weight: 400;
  color: var(--primary-color);
}

.heading-sm{
  color: var(--primary-color);
  margin-bottom: 10px;
  /* text-transform:capitalize; */
}

.read-more button{
  font-size: 16px;
  font-weight: 400;
  color: var(--primary-color);
  padding: 12px 30px;
  border: 1px solid var(--primary-color);
  border-radius: 0;
  background-color: transparent;
}
.read-more button:hover{
  color: white;
  background-color: var(--primary-color);
}

.row {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: flex !important;
  flex-wrap: wrap;
  margin-top: calc(-1 * var(--bs-gutter-y));
  margin-right: calc(-.5 * var(--bs-gutter-x));
  margin-left: calc(-.5 * var(--bs-gutter-x));
}
.align-items-center {
  align-items: center !important;
}
.justify-content-center {
  justify-content: center !important;
}
.justify-content-between {
  justify-content: space-between !important;
}
.justify-content-around {
  justify-content: space-around !important;
}
.g-0, .gy-0 {
  --bs-gutter-y: 0;
}
.g-0, .gx-0 {
  --bs-gutter-x: 0;
}

.down-icon{
  font-size: 12px;
}

/* ------------ END common style ----------- */


/* ------------  about section  ------------ */
/* .about-sec-out{
  padding: 0 200px;
} */
.about-section {
  background: #fff;
  padding: 60px 0;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  /* background-image: url(../images/about-footer-bg.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom; */
}

.about-section .width-container{
  position: relative;
  overflow: hidden;
  z-index: 2;
}

/* .about-card {
  background: #fff;
  border-radius: 20px;
  display: flex;
  flex-wrap: wrap;
  max-width: 75%;
  overflow: hidden;
  box-shadow: 0 0 40px rgba(0,0,0,0.2);
  position: relative;
  margin-bottom: 100px;
} */

.about-text {
  flex: 1 1 55%;
  padding: 0 40px;
  text-align: center;
  /* font-family: 'Roboto', sans-serif; */
}

.about-text h6 {
  color: var(--primary-color);
  text-transform: uppercase;
  margin-bottom: 10px;
  font-size: 20px;
}

.about-text h3 {
  color: #111;
  font-size: 35px;
  line-height: 53px;
  margin-bottom: 20px;
  width: 100%;
  text-align: justify;
}

.about-text p {
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
  color: #555;
  width: 80%;
  margin: 0 auto;
}

.about-image .video-wrapper2 {
  width: 30%;
  margin: 0 0 0 auto;
  position: absolute;
  right: 20%;
  bottom: 50px;
  height: 300px;
  border: 2px solid #fff;
  border-radius: 35px;
}
.about-image .video-wrapper2::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.62);
  z-index: 2;
  border-radius: 35px;
}

.video-wrapper2 video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: relative;
  z-index: 1;
  border-radius: 35px;
  border-top: 0;
}
.video-shadow-shape{
  width: 100%;
  height: 100px;
  position: absolute;
  z-index: 2;
  top: 0;
  transform: rotate(180deg);
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.78) 0%, rgba(255, 255, 255, 0) 100%);
  border-radius: 35px;
}

.logo-overlay {
  position: absolute;
  right: -2px;
  padding: 50;
  border-radius: 10px;
  top: -100px;
}

.logo-overlay img {
  max-height: 100px;
  border: 2px solid #fff;
  border-bottom: 0;
  border-radius: 35px 35px 0 0;
}

.about-slider-img1{
  width: 100px;
  position: absolute;
  top: 47%;
  right: 20px;
}
.about-slider-img1 img{
  width: 100%;
  height: 100%;
  object-fit: contain;
}

@media (max-width: 1200px) {
  .about-card {
    max-width: 80%;
    margin: 0 auto;
  }
  .about-image .video-wrapper2 {
    right: 0%;
  }
  .about-text p {
    width: 80%;
  }
  .about-image .video-wrapper2 {
    bottom: 0px;
  }
}

@media (max-width: 992px) {
  .about-card {
    max-width: 100%;
    /* margin-bottom: 30px; */
  }
  .about-slider-img1 {
    width: 30px;
  }
}

@media (max-width: 992px) {
  .about-slider-img1 {
    width: 50px;
    top: -10%;
  }
}



/* ------------  END about section  ------------ */


/* ------------  start counter  ------------ */
.counter-sec-top-outer{
  height: 200px;
}
.counter-sec-top-outer img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.line-move{
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.counter-outr{
	position: relative;
}

.count-sec{
    position: relative;
}
/* .counter_wrapper{
    flex-wrap: wrap;
    padding: 15px;
}
.counter_item {
    width: 49%;
    margin-bottom: 15px;
} */
/* .counter_item:nth-child(2) {
    border-right: 0;
} */

.counter_wrapper {
	display: flex;
	justify-content: space-between;
  background: linear-gradient(0deg,rgb(230, 230, 230) 0%, rgb(255, 255, 255) 100%);
  padding: 50px 30px;
  border-radius: 0px;
  margin-top: -110px;
  border: 1px solid #fff;
}

.counter_item{
    width: 33.33%;
    text-align: center;
    border-right: 1px solid #fd9e2269;
}
.counter_item:last-child{
  border-right: 0;
}

.counter_item h1{
    font-size: 60px;
    font-weight: 300;
    line-height: 75px;
    margin-bottom: 0;
    color: var(--primary-bg-color);
    text-align: center;
    display: inline-block;
}

.counter_item span{
    font-size: 60px;
    font-weight: 200;
    color: var(--primary-bg-color);
}

.counter-cont p{
	font-size: 18px;
	font-weight: 500;
	text-align: center;
	color: #000;
  margin-bottom: 0;
}

.counter-dtls{
  font-size: 14px;
  line-height: 20px;
  padding: 10px;
  text-align: center;
  color: #3c3c3c;
  font-weight: 400;
}

/* ------------  END counter  ------------ */





/* ------------- golden circle ------------ */
.golden-circle-outr {
  padding: 80px 0;
  position: relative;
}
.golden-circle-outr .row{
  justify-content: center;
  align-items: center;
}
.gold-slider-img1{
  width: 65px;
  position: absolute;
  top: 20%;
  left: 20px;
}
.gold-slider-img2{
  width: 20px;
  position: absolute;
  top: 27%;
  left: 90px;
}
.gold-slider-img3{
  width: 65px;
  position: absolute;
  top: 15%;
  right: 20px;
}
.gold-slider-img1 img,
.gold-slider-img2 img,
.gold-slider-img3 img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.circle {
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-weight: 400;
  margin: 0 auto;
  position: relative;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.07);
  transition: all 0.3s ease;
}

.circle:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15);
}

.why-circle {
  width: 200px;
  height: 200px;
  background: linear-gradient(135deg, #ff6b35 0%, #f7931e 100%);
  font-size: 2.5rem;
  margin-bottom: -90px;
  z-index: 3;
}

.how-circle {
  width: 250px;
  height: 215px;
  background: linear-gradient(135deg, #f7931e 0%, #ffa726 100%);
  font-size: 2.5rem;
  margin-bottom: -150px;
  z-index: 2;
  padding-top: 50px;
}

.what-circle {
  width: 300px;
  height: 250px;
  background: linear-gradient(135deg, #ffa726 0%, #ffcc02 100%);
  font-size: 2.5rem;
  z-index: 1;
  padding-top: 120px;
}

.info-box {
  background: white;
  border-radius: 0px;
  padding: 25px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
  border: 2px dashed #dee2e6;
  margin: 20px 0;
  transition: all 0.3s ease;
}

.info-box:hover {
  border-color: var(--primary-color);
  /* transform: translateY(-2px); */
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.12);
}

.info-box h5 {
  font-size: 25px;
  color: var(--primary-color);
  font-weight: 400;
  margin-bottom: 15px;
}

.info-box p {
  font-size: 14px;
  color: #6c757d;
  line-height: 1.6;
  margin-bottom: 0;
}

.dashed-line {
  border: 2px dashed #dee2e6;
  background: none;
  margin: 20px 0;
}

.info-box.left-box {
  position: relative;
}

.info-box.left-box::after {
  content: '';
  position: absolute;
  right: -150px;
  top: 50%;
  transform: translateY(-50%);
  width: 30%;
  height: 2px;
  border-top: 2px dashed #dee2e6;
}

.info-box.right-box {
  position: relative;
  margin-top: 50px;
}

.info-box.right-box::before {
  content: '';
  position: absolute;
  left: -150px;
  top: 50%;
  transform: translateY(-50%);
  width: 30%;
  height: 2px;
  border-top: 2px dashed #dee2e6;
  z-index: 1;
}

.info-box.last-box {
  position: relative;
  margin-top: 10px;
}
.info-box.last-box::before{
  content: '';
  position: absolute;
  left: -112px;
  top: 50%;
  transform: translateY(-50%);
  width: 24%;
  height: 2px;
  border-top: 2px dashed #dee2e6;
}
.fade-in {
  animation: fadeInUp 0.8s ease forwards;
  opacity: 0;
  transform: translateY(30px);
}

.fade-in:nth-child(1) {
  animation-delay: 0.1s;
}

.fade-in:nth-child(2) {
  animation-delay: 0.3s;
}

.fade-in:nth-child(3) {
  animation-delay: 0.5s;
}

.fade-in:nth-child(4) {
  animation-delay: 0.7s;
}

@keyframes fadeInUp {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}


.golden-circle-outr .section-title h3{
  text-align: center;
  color: #000;
  font-size: 50px;
}
.last-info-box{
  margin: 0 0 0 auto;
}

.circles-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 40px 0;
  position: relative;
  z-index: 2;
}

.left-box-hide{
    display: none;
}

@media (max-width: 992px) {
  .info-box.left-box::after,
  .info-box.right-box::before {
    display: none;
  }

  .left-box-out{
    display: none;
  }
  .left-box-hide{
    display: block;
  }
  .info-box.last-box::before{
    display: none;
  }
  .info-box.right-box {
    margin-top: 20px;
  }
}

@media (max-width: 768px) {
  .why-circle {
    width: 150px;
    height: 150px;
    font-size: 2rem;
  }

  .how-circle {
    width: 180px;
    height: 180px;
    font-size: 2rem;
  }

  .what-circle {
    width: 220px;
    height: 220px;
    font-size: 2rem;
  }

  .info-box {
    padding: 20px;
  }
  
  .info-box.left-box {
    margin-top: 0;
  }
}

@media (max-width: 600px) {
  .how-circle {
    margin-bottom: -162px;
  }
  .why-circle {
    margin-bottom: -130px;
  }
  .gold-slider-img1 {
    width: 25px;
  }
  .gold-slider-img3 {
    width: 30px;
  }
  .gold-slider-img2 {
    width: 15px;
    top: 22%;
    left: 48px;
  }
}

/* ------------- golden circle ------------ */


/*------------- new solution ------------*/
.solution-outr{
  padding: 80px 0;
  background-color: var(--primary-color);
  position: relative;
}
.solution-outr .section-title h3{
  color: #fff;
}
.solution-outr .section-title p{
  color: #fff;
}
.solu-inner .row{
  justify-content: center;
}
.solution-outr .section-title{
  text-align: center;
}
.solutn-item-in{
  padding: 50px;
  background-color: #fff;
  border-radius: 0px;
  text-align: center;
  height: 100%;
  cursor: pointer;
}
.solutn-lising-img{
  width: 65px;
  border-radius: 50px;
  padding: 15px;
  margin: 0 auto;
  background-color: rgba(247, 129, 29, 0.2);
  margin-bottom: 20px;
}
.solutn-lising-img img{
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.solutn-item-in h5{
  font-size: 25px;
  font-weight: 500;
  color: #000;
  margin-bottom: 10px;
  cursor: pointer !important;
}
.solutn-item-in:hover h5{
  color: var(--primary-color);
}
.solutn-item-in p{
  font-size: 16px;
  font-weight: 300;
  color: #808080;
  line-height: 30px;
  margin-bottom: 0;
}
.solutn-item{
  margin-top: 30px;
}

@media (max-width: 1200px) {
  .solutn-item-in {
    padding: 30px;
  }
}

@media (max-width: 768px) {
  .solutn-item{
    width: 100%;
  }
  .solutn-item-in h5 {
    font-size: 20px;
  }
}


/*------------- END new solution ------------*/





/*-------------mission vision ------------*/
.mission-vision {
  padding: 50px 0;
  background-color: #fff;
}

.left-mission-vision{
  margin-bottom: 30px;
}

.mv-item{
  margin-bottom: 30px;
}
.mv-item:last-child{
  margin-bottom: 0;
}

.left-mission-vision h2 {
  font-size: 50px;
  font-weight: 300;
  color: #000;
  line-height: 60px;
  text-align: center;
  text-transform: capitalize;
}

.mv-icon {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 10px;
}
.mv-icon img{
  width: 60px;
}

.mv-heading {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 8px;
  color: var(--primary-color);
}

.mv-text p {
  font-size: 16px;
  font-weight: 300;
  margin: 0;
  line-height: 30px;
  color: #808080;
}

.site-list p{
  font-size: 15px;
  color: #a8a8a8;
}

@media (max-width: 768px) {
  .mission-vision h2 {
    font-size: 32px;
    text-align: center;
    margin-bottom: 30px;
  }
}
/*------------- END mission vision ------------*/


/*------------- solution ------------*/
.solutions-outr{
  position: relative;
  overflow: hidden;
}

.solutions-section {
  background-color: #0d0d0d;
  padding: 60px 0;
}

.solutions-header h3 {
  font-size: 80px;
  color: #fff;
  font-weight: 300;
  line-height: 90px;
}

.solutions-header-out1 {
  margin-top: -100px;
}

.solutions-header{
  margin-bottom: 100px;
}

.solutions-header-out2{
  margin-bottom: 100px;
}

.solutions-header p {
  font-size: 20px;
  color: #aaa;
  margin-top: 10px;
  line-height: 30px;
}

.solution-card {
  background-color: transparent;
  border-radius: 15px;
  overflow: hidden;
  transition: transform 0.3s ease;
}

.solution-card-img {
  position: relative;
  overflow: hidden;
  border-radius: 12px;
}

.solution-card-img::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg,rgb(247, 129, 29) 0%, rgba(0, 0, 0, 0) 100%);
  opacity: 0;
  transition: opacity 0.4s ease-in-out;
  border-radius: 12px;
  z-index: 2;
}

.solution-card-img:hover::after {
  opacity: 1;
}

.solution-card-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  border-radius: 12px;
  position: relative;
  z-index: 1;
}

.solution-card:hover {
  transform: translateY(-5px);
}

.solution-text {
  margin-top: 12px;
}

.solution-category {
  font-size: 14px;
  color: var(--primary-color);
  font-weight: 500;
}

.solution-text h5 {
  color: #fff;
  font-size: 20px;
  font-weight: 300;
  margin-top: 6px;
  line-height: 25px;
}

.video-wrapper5{
  height: 100%;
}
.video-wrapper4 video{
  width: 100%;
  height: 100%;
  border-radius: 15px;
}

/*------------- END solution ------------*/


/*------------- service ------------*/
.service-out {
  /* padding: 100px 0px 0; */
  background-color: #000; 
}

@keyframes backgroundZoom {
    0% {
        background-size: 100%;
    }
    50% {
        background-size: 120%;
    }
    100% {
        background-size: 100%;
    }
}

@keyframes floatAnimation {
	0% {
		transform: translateY(0);
	}

	50% {
		transform: translateY(-20px);
	}

	100% {
		transform: translateY(0);
	}
}

.service-out .card-icon3 {
	width: 150px;
	position: absolute;
	bottom: -35px;
	right: -35px;
	animation: floatAnimation 3s ease-in-out infinite;
}


.service-out .page-wrapper {
	padding: 100px 0;
}

.service-out .page-wrapper .card-wrapper {
	position: relative;
	width: 70%;
	margin: 50px auto 0 auto;
}

.service-out .page-wrapper .card {
	width: 100%;
	/* height: 450px; */
	backdrop-filter: blur(27.600000381469727px);
	background: rgb(0, 0, 0);
	border: 1px solid var(--primary-color);
	font-size: 24px;
	color: white;
	border-radius: 30px;
  box-shadow: rgba(247, 129, 29, 0.15) 0px 0px 10px 2px;
  position: relative;
}

.service-out .page-wrapper .card:not(:first-child) {
	position: absolute;
	top: 100%;
	left: 0;
}

.video-wrapper3 {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: -1;
}
.sev-card-bg{
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
  background-position: right;
  height: 100%;
  opacity: 0.1;
}
.sev-card-bg img{
  width: 100%;
  height: 100%;
  object-fit: contain;
  border-radius: 30px;
}

.service-out .service-cont {
	padding: 70px;
  max-width: 70%;
}

.ser-num{
  font-size: 18px;
  font-weight: 500;
  color: var(--primary-color);
  margin-bottom: 20px;
}

.service-out .service-cont h3 {
	font-size: 50px;
  font-weight: 300;
  margin-bottom: 20px;
  color: white;
}

.service-out .service-video{
	position: absolute;
}

.service-out .service-cont p {
	font-size: 18px;
	font-weight: 300;
  line-height: 30px;
  color: white;
}

.service-out .service-cont .read-more{
  margin-top: 80px;
}

.service-out .service-cont ul {
	padding: 0;
}

.service-out .service-cont ul li {
	font-size: 16px;
	font-weight: 400;
	line-height: 30px;
	width: 49%;
	padding-left: 15px;
	display: inline-block;
	position: relative;
}

.service-out .service-cont ul li::before {
	content: '•';
	position: absolute;
	left: 0;
	top: 0;
	color: #fff;
	font-size: 25px;
	line-height: 30px;
}

.video-wrapper5 video{
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/*------------- END service ------------*/



/* -------------glob ---------------*/
.leverage{
  padding: 60px 0;
  background-color: #000;
}
.right-leverage .section-title h6{
  text-transform: uppercase;
}
.glob-in img{
	width: 100%;
	height: 100%;
	object-fit: contain;
}
.right-leverage p{
  font-size: 18px;
  font-weight: 200;
  line-height: 35px;
  color: #FFFFFF;
  margin-top: 20px;
}

/* -------------END glob ---------------*/



/* ------------- partners ---------------*/
.partners-section {
  padding: 80px 0;
  color: white;
  background-color: #1a1a1a;
}

.partner-card-out{
  padding: 0;
}

.partner-card {
  background-color: #4A4A4A;
  height: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
  margin-bottom: 0;
  position: relative;
  overflow: hidden;
}

.partner-card2 {
  background-color: #333;
}

.partner-card:hover {
  background-color: #444;
  transform: translateY(-5px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.3);
}

.view-more-card {
  background-color: var(--primary-bg-color);
  color: white;
  cursor: pointer;
  border: none;
  position: relative;
  overflow: hidden;
}

.view-more-card:hover {
  background: linear-gradient(135deg, #ff8c42, #ff6b35);
  transform: translateY(-5px);
  /* box-shadow: 0 15px 35px rgba(255, 107, 53, 0.4); */
}

.partner-logo img{
  width: 85%;
  height: 100%;
  object-fit: contain;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
}

.view-more-card-in {
  display: flex;
  align-items: center;
  justify-content: center;
}
.view-more-text {
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 0;
}

.view-more-text a{
  color: white;
}

.view-more-arrow {
  font-size: 16px;
  transition: transform 0.3s ease;
  margin-left: 10px;
  rotate: -50deg;
}

.view-more-card:hover .view-more-arrow {
  transform: translateX(5px);
}

.partner-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.1), transparent);
  transition: left 0.5s ease;
}

.partner-card:hover::before {
  left: 100%;
}

@media (max-width: 768px) {
  .partners-title {
    font-size: 2.5rem;
  }

  .partners-subtitle {
    font-size: 3rem;
    margin-bottom: 40px;
  }

  .partner-card {
    height: 100px;
  }

  .partner-logo {
    font-size: 1.2rem;
  }
}

.animate-in {
  opacity: 0;
  transform: translateY(30px);
  animation: slideInUp 0.8s ease forwards;
}

.animate-in:nth-child(1) {
  animation-delay: 0.1s;
}

.animate-in:nth-child(2) {
  animation-delay: 0.2s;
}

.animate-in:nth-child(3) {
  animation-delay: 0.3s;
}

.animate-in:nth-child(4) {
  animation-delay: 0.4s;
}

.animate-in:nth-child(5) {
  animation-delay: 0.5s;
}

.animate-in:nth-child(6) {
  animation-delay: 0.6s;
}

.animate-in:nth-child(7) {
  animation-delay: 0.7s;
}

.animate-in:nth-child(8) {
  animation-delay: 0.8s;
}

.animate-in:nth-child(9) {
  animation-delay: 0.9s;
}

@keyframes slideInUp {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* ------------- END partners ---------------*/


/* footer */
.ft-talk{
  margin-bottom: 25px;
}
.phone-icon{
  width: 50px;
  height: 50px;
  overflow: hidden;
  margin-right: 10px;
}
.phone-icon img{
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.phone-icon-cont h6{
  font-size: 14px;
  font-weight: 300;
}
.phone-icon-cont h3{
  font-size: 30px;
  font-weight: 600;
}
.left-ft-talk{
  width: 50%;
}
.right-ft-talk{
  text-align: end;
  width: 50%;
}

.right-ft-talk button{
  font-size: 16px;
  font-weight: 300;
  padding: 10px 25px;
  border-radius: 0;
  border: 1px solid var(--primary-color);
  background-color: transparent;
}
.right-ft-talk button:hover{
  color: var(--primary-color);
  background-color: transparent;
}

.ft-logo{
  margin-bottom: 15px;
}
.ft-logo img{
  width: 130px;
}


.newsletter-section {
  width: 100%;
}

.newsletter-section h5 {
  line-height: 22px;
  margin-bottom: 15px;
  color: #ffffff;
}

.newsletter-form {
  display: flex;
  gap: 0;
  margin-top: 20px;
}

.newsletter-form input {
  flex: 1;
  padding: 12px 15px;
  background-color: transparent;
  color: #ffffff;
  border-radius: 4px 0 0 4px;
  outline: none;
  width: 100%;
  border: none;
  border-bottom: 1px solid #353535;
  background-color: transparent;
}

.newsletter-form input::placeholder {
  color: #888;
}

.newsletter-form button {
  border: none;
  font-size: 14px;
  padding: 6px 10px;
  color: white;
  cursor: pointer;
  font-weight: 300;
  background-color: var(--primary-bg-color);
}

.main-menu-out{
  text-align: end;
  width: 100%;
}

.ft-last-logo{
  height: 100px;
  margin-top: 15px;
}
.ft-last-logo img{
  width: 100%;
  height: 100%;
  object-fit: contain;
}


/* solutions page */
.solutions-lising-in {
  margin-top: 20px;
  border-top: 1px solid #f0f0f0;
  padding-top: 10px;
}
.solutions-lising-img{
  margin: 30px 0;
  overflow: hidden;
  border-radius: 0px;
  height: 300px;
}
.solutions-lising-img img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}


/* ----------------------------------------
            solutions details
------------------------------------------ */
.sec-aiot{
  margin-top: 50px;
}
.sec-aiot .tab-cont-img{
  height: 400px;
  overflow: hidden;
  border-radius: 20px;
}
.sec-aiot .tab-cont-img img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.sec-aiot .gradient-tabs .nav-tabs {
    border: none;
    gap: 0.5rem;
}
.sec-aiot .gradient-tabs .nav-link {
    border: 1px solid var(--primary-color);
    padding: 15px 20px;
    border-radius: 0.5rem;
    font-weight: 400;
    color: var(--primary-color);
    transition: all 0.3s ease;
    width: 100%;
    background-color: transparent;
}
.sec-aiot .gradient-tabs .nav-link:hover {
    background-color: var(--primary-color);
    color: #fff;
}
.sec-aiot .gradient-tabs .nav-link.active {
    background-color: var(--primary-color);
    color: #fff;
}
.sec-aiot .nav-item{
  width: 100%;
  margin-bottom: 10px !important;
}
.sec-aiot .nav-item:last-child{
  margin-bottom: 0px !important;
}
.sec-aiot .gradient-tabs .tab-content {
    padding: 30px;
    border-radius: 10px;
    height: 100%;
    background-color: #000;
    border: 1px solid var(--primary-color);
}
.sec-aiot .tab-cont-dtls ul li {
  font-size: 15px;
  font-weight: 500;
  line-height: 25px;
  color: #686868;
  padding: 5px 0;
  padding-left: 0px;
  position: relative;
  padding-left: 20px;
  transition: all 0.3s ease;
}
.sec-aiot .tab-cont-dtls ul li::before {
  content: '✦';
  position: absolute;
  left: 0;
  color: var(--primary-color);
  font-weight: bold;
  transition: all 0.3s ease;
}
/* Content Animation */
.sec-aiot .tab-pane.fade {
    transition: all 0.2s ease-out;
}
.sec-aiot .tab-pane.fade.show {
  opacity: 1;
  animation: fadeIn 0.5s ease-out;
}
@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(10px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@media (max-width: 992px) {
  .sec-aiot .tab-cont-img{
    margin-bottom: 20px;
  }
}

@media (max-width: 768px) {
  .sec-aiot .nav-tabs{
    display: flex;
    max-width: 95vw;
    overflow: scroll;
  }
  .sec-aiot .tab-content-out{
    margin-top: 20px;
  }
  .sec-aiot .nav-tabs > li {
    float: initial;
    display: inline-block;
    width: auto;
  }
  .sec-aiot .gradient-tabs .nav-link {
    padding: 10px;
    width: 150px;
    height: 100%;
  }
}

@media (max-width: 600px) {
  .sec-aiot .tab-cont-img {
    height: 250px;
  }
  .sec-aiot .gradient-tabs .tab-content {
    padding: 15px;
  }
}
/* ----------------------------------------
           END solutions details
------------------------------------------ */



/* inma tech */
.inma-area-bg {
  background: linear-gradient(90deg, rgb(0, 199, 177) 0%, rgb(0, 155, 145) 100%);
}

.inma-banner .inner_banner_overlay {
  background: linear-gradient(to right, rgb(0, 0, 0) 0%,rgb(0, 12, 74) 1%,rgba(0, 101, 140, 0.52) 100%);
}

.inma-list{
  margin-bottom: 30px;
}

.health-outer h2,
.health-outer h3{
  color: #10069f;
  font-weight: 600;
}
.health-outer .common-para{
  color: white;
}
.health-outer .solutions-lising-in {
  border-top: 1px solid #fff6;
}

.inma-list-out{
  display: flex;
  padding: 15px;
  border-radius: 15px;
  padding-top: 35px;
  border: 1px solid #00c4af80;
}
.left-inma-icon{
  width: 300px;
  max-width: 80px;
  height: 75px;
  overflow: hidden;
  margin-right: 25px;
  background-color: #00c4af;
  padding: 11px;
  border-radius: 15px;
}
.left-inma-icon img{
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.inma-list-out .values_list {
  margin-top: 0px !important;
}

.inma-list-out .values_list {
  border-bottom: 0 !important;
  margin: 0px !important;
}

.right-inma-about .owl-dot.active{
  background-color: #00c4af !important;
}

@media (max-width: 992px){
  .right-inma-about{
    display: none;
  }
}
@media (max-width: 500px){
  .inma-list-out{
    display: block;
  }
  .left-inma-icon{
    max-width: 60px;
    height: 60px;
    margin-bottom: 15px;
  }
}


/* about */
.right-c-about{
  border-radius: 20px;
}
.right-c-about img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 20px;
}

.approach {
  background-color: white;
}
.approach .values_list{
  padding: 0;
}
.approach .values_list h4 {
  color: #000;
}
.approach .values_list p {
  color: #000;
}
.approach .inma-list-out {
  padding: 30px;
  border: 1px solid var(--primary-color);
}
.approach .left-inma-icon {
  background-color: var(--primary-color);
}



/* ----------------------------------------
            Why Tahreez  
------------------------------------------ */
.rond-sec {
  background-color: #111;
  width: 100%;
  height: 100%;
  background-image: url("../images/why-tahreez-bg.webp");
  background-size: cover;
  background-position: center top;
  background-blend-mode: overlay;
}
.rond-sec .section-title h3 {
  text-align: center;
  color: #fff;
}
.particles-out {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
  margin-top: 50px;
}
.rond-sec .circle {
  width: 415px;
  height: 415px;
  max-width: 100%;
  max-height: 100%;
  border-radius: 50%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  border: 3px dashed rgba(255, 255, 255, 0.3);
}
.rond-sec .circle-in {
  width: 98%;
  height: 98%;
  border-radius: 50%;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 40px;
  /* box-sizing: border-box; */
  cursor: pointer;
  /* transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94); */
  /* backdrop-filter: blur(10px); */
  /* z-index: 1; */
}

/* .rond-sec .circle-in { */
  /* background-color: var(--primary-bg-color); */
  /* background: linear-gradient(45deg, #FF9600, #D97E05, #FF8E05, #FF9D00); */
  /* background: #ddd;
  background-size: 300%;
  background: linear-gradient(-45deg, #BF953F, #FCF6BA, #B38728, #FBF5B7, #AA771C);
  animation: bg-animation 15s infinite;
} */
/* @keyframes bg-animation {
  0% {
    background-position: left;
  }
  50% {
    background-position: right;
  }
  100% {
    background-position: left;
  }
} */
.rond-sec .circle-in {
  /* background: linear-gradient(-45deg, #BF953F, #FCF6BA, #B38728, #FBF5B7, #AA771C); */
  background: linear-gradient(-45deg, #BF953F, #FFD076, #B38728, #FBB42E, #AA771C);
  background-size: 400% 400%; /* important: wide enough for animation */
  animation: bg-animation 15s ease infinite;
  border-radius: 50%; 
}
@keyframes bg-animation {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}





.rond-sec .circle:hover {
  transform: scale(1.1) translateY(-10px);
  z-index: 7;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
  border: 3px solid rgba(255, 255, 255, 0.6);
}

.rond-sec .circle-in:hover {
  /* background: linear-gradient(135deg, var(--primary-color), #954908); */
  /* box-shadow: 0 20px 40px rgba(255, 107, 53, 0.4); */
  background: linear-gradient(-45deg, #BF953F, #D2CA74, #B38728, #C6AF56, #AA771C);
  animation: none;
}
.rond-sec .circle h2 {
  font-size: 30px;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.9);
  margin: 0 0 20px 0;
  letter-spacing: 3px;
  text-transform: uppercase;
  transition: all 0.3s ease;
}
.rond-sec .circle:hover h2 {
  color: #fff;
  text-shadow: 0 0 20px rgba(255, 255, 255, 0.5);
  transform: scale(1.05);
}
.rond-sec .circle p {
  font-size: 14px;
  color: #fff;
  line-height: 25px;
  margin: 0;
  transition: all 0.3s ease;
}
.rond-sec .circle:hover p {
  color: #fff;
  opacity: 1;
  transform: translateY(-2px);
}
.rond-sec:hover .circle:not(:hover) {
  transform: scale(0.95);
}
.rond-sec .particles {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: -1;
}
.rond-sec .particle {
  position: absolute;
  width: 2px;
  height: 2px;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  animation: float 8s infinite linear;
}

/* Responsive design */
@media (max-width: 992px) {
  .rond-sec .circle{
    margin: 0 auto;
  }
  .particles-out {
    display: block;
  }
  .rond-sec circle {
    width: 100%;
    height: 100%;
    border-radius: 0;
    margin-bottom: 20px !important;
  }

}

@media (max-width: 768px) {
  .container {
    flex-direction: column;
    gap: 20px;
  }
  .circle {
    width: 250px;
    height: 250px;
  }
  .circle h2 {
    font-size: 2rem;
  }
  .circle p {
    font-size: 0.9rem;
  }
}

@media (max-width: 415px) {
  .rond-sec .circle {
    border-radius: 0%;
    margin-bottom: 15px;
    height: auto;
  }
  .rond-sec .circle-in {
    border-radius: 0%;
  }
  
}
/* ----------------------------------------
            END Why Tahreez  
------------------------------------------ */


/* ----------------------------------------
              service details 
------------------------------------------ */
/* .service-process .section-title {
  margin-bottom: 50px;
}
.service-process .section-title h5 {
  font-size: 25px;
  color: var(--primary-color);
}
.service-process .section-title h3 {
  font-size: 50px;
  line-height: 55px;
} */

/* .process-flow {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  position: relative;
  background-image: url(../images/z-icon.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 0px 30px;
}

.step {
  width: 30%;
  min-width: 260px;
  margin-bottom: 30px;
  height: 290px;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  z-index: 1;
  text-align: center;
}
.step:last-child{
  height: auto;
}

.circle {
  width: 64px;
  height: 64px;
  border: 2px solid orange;
  background: #000;
  color: orange;
  font-size: 24px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  z-index: 2;
}
.circle img{
  width: 100%;
  height: 100%;
  object-fit: contain;
  padding: 15px;
}

.content h4 {
  font-size: 20px;
  color: var(--primary-color);
  margin-bottom: 8px;
  text-transform: uppercase;
  text-align: center;
}

.content p {
  font-size: 14px;
  color: #fff;
  line-height: 25px;
  text-align: center;
} */
/* ----------------------------------------
          END service details 
------------------------------------------ */

/*-----------------------------------------
              Commitments
-----------------------------------------*/
.commitment-box{
  margin-top: 50px;
}
.commitment-item-cont {
  border: 15px solid rgba(54, 54, 54, 1);
}
.commitment-item-cont:hover{
  border: 15px solid var(--primary-bg-color);
}
.commitment-item-img{
  overflow: hidden;
}
.commitment-item-img img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease;
}
.commitment-item-img img:hover{
  transform: scale(1.1);
}
.commitment-item-dtls {
  background-color: rgba(54, 54, 54, 1);
}
.commitment-item-cont:hover .commitment-item-dtls{
  background-color: var(--primary-bg-color);
}
.commitment-item-dtls h3{
  padding-top: 20px;
  padding-bottom: 10px;
  text-align: center;
  width: 100%;
  margin-bottom: 0;
  color: #fff;
}

/*-----------------------------------------
             END Commitments
-----------------------------------------*/



/*-----------------------------------------
            sustainability
-----------------------------------------*/
.sustainble-wrapper{
  min-height: 450px;
  max-height: 450px;
  height: 450px;
  position: relative;
  overflow: hidden;
}
.sustainble-wrapper video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 0px;
  border: 15px solid var(--primary-color);
  border-left: 0;
  border-top: 0;
}
.sust-serv-solutions-sec{
  padding: 80px 0;
  background-color: var(--primary-bg-color);
}
.sust-serv-solutions{
  margin-top: 50px; 
}
.sust-serv-solutions-out {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.sust-serv-solutions .owl-nav>div {
    margin-top: -26px;
    position: absolute;
    top: 43%;
    color: #cdcbcd;
}
.sust-serv-solutions .owl-nav i {
    font-size: 22px;
}
.sust-serv-solutions .owl-nav button {
  position: absolute;
  width: 30px;
  height: 30px;
  border-radius: 10% !important;
  border: 1px solid #ffffffab !important;
  transition: all 0.3s ease;
  background-color: rgba(0,0,0,0.3) !important;
  color: white;
}
.sust-serv-solutions .owl-nav button i{
  font-size: 14px;
}
.sust-serv-solutions .owl-nav .owl-prev {
    left: 10px;
	  top: 45%;
}
.sust-serv-solutions .owl-nav .owl-next {
  right: 10px;
	top: 45%;
}

/* .sust-serv-solutions .owl-carousel,
.sust-serv-solutions .owl-stage,
.sust-serv-solutions .owl-stage-outer,
.sust-serv-solutions .owl-item {
    display: flex !important;
} */

.sust-serv-solutions .owl-dots {
  text-align: center;
  margin-top: 20px;
}
.sust-serv-solutions .owl-dot {
  width: 15px;
  height: 15px;
  background-color: #000 !important;
  border-radius: 50px;
  margin: 2px;
}
.sust-serv-solutions .owl-dot.active{
  background-color: #fff !important;
}

.sust-serv-solutions .item .item-cont{
  padding: 20px;
  border: 5px solid #fff;
  min-height: 300px;
}
.sust-serv-solutions .item .item-cont h4{
  font-size: 30px;
  font-weight: 300;
  color: #fff;
}
.sust-serv-solutions .item .item-cont p{
  font-size: 14px;
  font-weight: 400;
  line-height: 25px;
  color: rgba(255, 255, 255, 0.81);
  margin-bottom: 0;
}
/*-----------------------------------------
            END sustainability
-----------------------------------------*/



/*-----------------------------------------
            vision 2030
-----------------------------------------*/
.inner-vision{
  margin-top: 60px;
}
.inner-left-vision-cont .section-title h3{
  font-size: 50px;
  font-weight: 200;
  line-height: 60px;
  color: #000;
}
.inner-left-vision-cont .section-title h3 span{
  font-weight: 700;
  display: block;
}
.inner-right-vision-cont .common-para {
  margin-bottom: 10px;
}
.inner-vision-logo {
  border: 1px solid #9f9f9fde;
  padding: 35px 50px;
  opacity: 0.2;
  margin-top: 30px;
  text-align: center;
}
.inner-vision-logo img{
  width: 85%;
  height: 100%;
  object-fit: contain;
}

.vision-wrapper{
  width: 100%;
  height: 100%;
  max-height: 650px;
  position: relative;
  overflow: hidden;
}
.vision-wrapper video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: brightness(1.2) contrast(1.2);
}
/* .vision-wrapper::after {
	background: rgba(0, 0, 0, 0.22);
	top: 0px;
	left: 0px;
	position: absolute;
	content: "";
	height: 100%;
	width: 100%;
} */

.vision-logo{
  position: absolute;
  top: 20px;
  left: 20px;
  z-index: 3;
  height: 100px
}
.vision-logo img{
  width:100%;
  height: 100%;
  object-fit: contain;
}

@media (max-width: 992px) {
  .inner-vision-logo {
    width: 50%;
    margin-bottom: 30px;
  }
}

@media (max-width: 600px) {
  .vision-logo {
    top: 10px;
    left: 10px;
    height: 75px;
  }
  .inner-left-vision-cont .section-title h3 {
    font-size: 35px;
    line-height: 45px;
  }
  .inner-vision-logo {
    width: 70%;
    padding: 20px;
  }
}

/*-----------------------------------------
           END vision 2030
-----------------------------------------*/


/*-----------------------------------------
           Sustainability
-----------------------------------------*/
.sustainabilty-out {
  max-width: 80%;
  margin: 0 auto;
}
.local-talent-item-out{
  margin-top: 30px;
}
.local-talent-item {
  border: 2px solid rgba(255, 255, 255, 0.13);
  padding: 50px;
  height: 100%;
  background-color: var(--primary-bg-color);
}
/* .local-talent-item:hover {
  border: 2px solid var(--primary-bg-color);
  background-color: #000;
} */
.local-talent-item-head {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 15px;
}
.local-talent-item-icon{
  width: 65px;
  height: 55px;
}
.local-talent-item-icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.local-talent-item-head h4{
  font-size: 22px;
  font-weight: 500;
  line-height: 28px;
  margin-bottom: 0;
  color: white;
}
.local-talent-item p {
  color: white;
}
.local-talent-item p {
  margin-bottom: 0;
}

@media (max-width: 1200px) {
  .sustainabilty-out {
    max-width: 100%;
  }
}

@media (max-width: 600px) {
  .common-para br{
    display: none;
  }
  .local-talent-item {
    padding: 20px;
  }
  .local-talent-item-icon {
    width: 50px;
    height: 50px;
  }
  .local-talent-item-head h4 {
    font-size: 16px;
    line-height: 20px;
  }
  .local-talent-item-head h4 br {
    display: none;
  }
}
/*-----------------------------------------
          END Sustainability
-----------------------------------------*/







/*-----------------------------------------
          responsive
-----------------------------------------*/
@media (max-width: 1700px) {
  .custom-menu-content {
    right: 10%;
  }
}

@media (max-width: 1300px) {
  .logo-out img {
    width: 70%;
  }
  .banner-text {
    width: 70%;
  }
  .banner-text h4 {
    font-size: 50px;
    line-height: 60px;
  }
  .about-text h3 {
    width: 100%;
  }

  .left-mission-vision h2 {
    font-size: 50px;
    line-height: 65px;
  }
  .solutions-header h3 {
    font-size: 50px;
    line-height: 65px;
  }

  .service-out .page-wrapper .card-wrapper {
    width: 100%;
  }
  .service-out .service-cont {
    padding: 50px;
    max-width: 100%;
  }

  .section-title h3 {
    font-size: 50px;
    line-height: 65px;
  }
  .section-title h5 {
    font-size: 20px;
  }

}

@media (max-width: 1200px) {
  .logo img {
    height: 40px;
  }
  .about-sec-out {
    padding: 0px;
  }

  .identity-area-cont {
    width: 100%;
  }

  .serv-engineering-out .container{
    width: 90%;
  }
  .step {
    height: auto;
    min-width: 150px;
  }
  /* .circle {
    width: 50px;
    height: 50px;
  }
  .circle img {
    padding: 10px;
  } */
  .service-process .section-title h3 {
    font-size: 35px;
    line-height: 40px;
  }
  .service-process .section-title h5 {
    font-size: 20px;
  }
  .content h4 {
    font-size: 15px;
    margin-top: 12px;
  }

  .fleet-logo {
    top: -50px;
    max-width: 150px;
  }


}

@media (max-width: 1170px) {
  .process-flow {
    background-image: none;
  }
}

@media (max-width: 992px) {
  /* menu */
  .custom-nav-menu{
    display: none;
  }
  .menu-area-3 .menu-full-box{
    width: 100%;
  }
  /* end menu*/

  .about-text h3 {
    font-size: 30px;
    line-height: 38px;
  }
  .about-text p {
    font-size: 16px;
    width: 100%;
    margin-bottom: 20px;
  }
  .about-image .video-wrapper2 {
    width: 100%;
    position: relative;
  }
  .about-image .video-wrapper2{
    border-top: 2px solid #fff !important;
  }

  .counter_item h1,
  .counter_item span {
    font-size: 35px;
    line-height: 45px;
  }
  .counter-cont p {
    font-size: 14px;
    font-weight: 300;
  }

  .solutions-header-out1,
  .solutions-header-out2,
  .solutions-header-out3,
  .solutions-header-out4,
  .solutions-header-out5{
    width: 100%;
  }

  .solutions-header {
    margin-bottom: 30px;
  }
  .solutions-header-out1 {
    margin-top: auto;
  }
  .solutions-header-out2 {
    margin-bottom: auto;
  }
  .solution-card {
    margin-top: 30px;
  }

  .partners-section .section-title{
    text-align: center;
  }
  .partners-section .section-title h5{
    margin-bottom: 0;
  }

  .join-content h2 {
    font-size: 50px;
    line-height: 60px;
  }

  .join-venture-cont-head h3 {
    font-size: 50px;
    line-height: 60px;
  }
  .join-venture-cont .values_list h4 {
    font-size: 25px;
    margin-bottom: 5px;
    line-height: 30px;
  }
  
  
}

@media (max-width: 768px) {
  /* common*/
  .col-6 {
    flex: 0 0 auto;
    width: 50%;
  }

  .banner-text {
    width: 94%;
  }
  .banner-text h4 {
    font-size: 35px;
    line-height: 45px;
  }

  .values_list {
    padding: 30px 0;
    margin-bottom: 0;
  }

  .solutions-lising-in {
    margin-top: 20px;
    padding-top: 0;
  }

  .left-solutions-lising{
    order: -1;
  }

.pr-item-list-out .pr-item-list:nth-of-type(2),
.pr-item-list-out .pr-item-list:nth-of-type(4),
.pr-item-list-out .pr-item-list:nth-of-type(6),
.pr-item-list-out .pr-item-list:nth-of-type(8),
.pr-item-list-out .pr-item-list:nth-of-type(10){
  background-color: transparent !important;
}

.pr-item-list-out .pr-item-list:nth-of-type(1),
.pr-item-list-out .pr-item-list:nth-of-type(3),
.pr-item-list-out .pr-item-list:nth-of-type(5),
.pr-item-list-out .pr-item-list:nth-of-type(7),
.pr-item-list-out .pr-item-list:nth-of-type(9){
  background-color: rgb(255, 126, 0) !important;
}

.join-venture-cont .values_list h4 {
    font-size: 25px;
    margin-bottom: 0;
}

  /* .value-list-sm-orange .pr-item-list:nth-of-type(odd) {
    background-color: rgb(255, 126, 0);
  }
  .value-list-sm-orange .pr-item-list:nth-of-type(even) {
    background-color: transparent;
  } */

.join-venture-cont .values_list {
  margin-bottom: 20px;
}

.phone-icon {
  width: 35px;
  height: 35px;
  margin-right: 5px;
}
.phone-icon-cont h6 {
  font-size: 12px;
  margin-bottom: 5px;
}
.phone-icon-cont h3 {
  font-size: 20px;
  font-weight: 600;
}
.right-ft-talk button {
  font-size: 14px;
  padding: 10px 20px;
}
.footer-shared br{
  display: none;
}

}

@media (max-width: 600px) {
  .menu-area-3 .menu-full-box {
    height: 85px;
  }
  .menu-area-3.active {
    height: 85px;
  }
  .logo img {
    width: 85px;
    height: auto;
  }
  .banner-text {
    width: 85%;
  }
  .banner-text {
    bottom: 25%;
  }
  .banner-text h4 {
    font-size: 30px;
    line-height: 40px;
  }
  .banner-text p{
    font-size: 14px;
  }
  /* .about-text {
    padding: 30px 15px;
  } */
  
  /* .about-card {
    margin-bottom: 30px;
  } */
  .logo-overlay img{
    display: none;
  }
  .about-image .video-wrapper2,
  .video-shadow-shape,
  .video-wrapper2 video,
  .about-image .video-wrapper2::after{
    border-radius: 20px;
  }

  .counter_wrapper {
    margin-top: -120px;
  }
  .counter_wrapper{
    flex-wrap: wrap;
    padding: 15px;
  }
  .counter_item {
    width: 100%;
    margin-bottom: 15px;
  }
  .counter_item:nth-child(2) {
    border-right: 0;
  }

  .left-mission-vision h2 {
    font-size: 35px;
    line-height: 40px;
  }

  .solutions-header h3 {
    font-size: 35px;
    line-height: 40px;
  }
  .solutions-header p {
    font-size: 14px;
    margin-top: 3px;
    line-height: 25px;
  }

  .about-section {
    padding: 60px 0;
  }

  .section-title h5 {
    font-size: 16px;
  }
  .section-title h3 {
    font-size: 35px;
    line-height: 40px;
  }
  .service-out .service-cont {
    padding: 20px;
  }
  .service-out .service-cont h3 {
    font-size: 25px;
  }
  .service-out .service-cont p {
    font-size: 14px;
    line-height: 25px;
  }
  .service-out .service-cont .read-more {
    margin-top: 20px;
  }
  .read-more button {
    font-size: 14px;
    padding: 8px 20px;
  }

  .right-leverage p {
    font-size: 14px;
    line-height: 25px;
    margin-top: 0px;
  }

  .phone-icon {
    width: 30px;
  }
  .phone-icon-cont h3 {
    font-size: 20px;
  }
  .right-ft-talk button {
    font-size: 14px;
    padding: 8px 15px;
    border: 1px solid var(--primary-color);
  }

  .mv-text p {
    font-size: 14px;
    line-height: 25px;
  }

  .about-text h3 {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 10px;
  }
  .about-text p {
    font-size: 14px;
    line-height: 22px;
  }

  .solution-text h5 {
    font-size: 14px;
    line-height: 20px;
  }

  .common-para {
    font-size: 14px;
    line-height: 25px;
  }

  .whytehreez-sec .identity-area-cont p {
    font-size: 14px;
    line-height: 25px;
  }

  p.abstract {
    font-size: 14px;
    line-height: 25px;
  }

  .sec-aiot .gradient-tabs .nav-link {
    font-size: 14px;
    line-height: 20px;
  }

  .top-sustblity .side_img_inner img {
    max-height: 100%;
  }

  .side_img img {
    margin-left: 20px;
    margin-bottom: 10px;
  }

  .join-content h2 {
    font-size: 35px;
    line-height: 40px;
  }
  .join-content p {
    font-size: 14px;
    line-height: 25px;
  }

  .join-venture-cont-head h3 {
    font-size: 35px;
    line-height: 40px;
  }
  .join-venture-cont-head p {
    font-size: 16px;
  }
  .join-venture-cont .values_list h4 {
    font-size: 20px;
  }

}


@media (max-width: 400px) {
  .left-ft-talk {
    width: 100%;
  }
  .right-ft-talk {
    text-align: left;
    width: 100%;
  }

  .counter_item{
    width: 100%;
    border-right: 0;
  }

}

@media (max-width: 350px) {
  .step {
    width: 100%;
  }
}


/* ------------------------------------
        maintanance
-------------------------------------*/
.maintanance{
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 100vh;

    background: url("../images/maintenance-bg.webp");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-blend-mode: multiply;
    background-color: #00000075;
}

.maintanance .container{
    height: 50vh;
    width: 50vw;
    padding: 10px;
    text-align: center;
    border-radius: 50px;
    backdrop-filter: blur(5px) brightness(80%);
    overflow: hidden;
}

.maintanance .content{
  margin: 30px 0px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
}

.maintanance .company{
    margin-bottom: 15px;
}

.maintanance .title{
    font-size: 80px;
    margin-bottom: 15px;
    line-height: 90px;
}

.maintanance .content p{
  font-size: 18px;
  line-height: 25px;
  color: #c1c1c1;
  margin-bottom: 0;
}

/* Responsiveness:Start */
@media screen and (max-width: 1200px) {
  .maintanance .container {
    height: 80vh;
    width: 80vw;
  }
}

@media screen and (max-width: 600px) {
   .maintanance .container {
    height: 100vh;
    width: 100vw;
  }
  .maintanance .title {
    font-size: 50px;
    line-height: 60px;
  }
}
@media screen and (max-width: 480px) {
    .maintanance .container{
        width: 100%;
    }
}
@media screen and (max-width: 320px) {
    .maintanance .company{
        font-size: 0.6em;
    }
    .maintanance .title{
        font-size: 4em;
    }
}


/*--------------------------------------------------------------
# Blog Details Section
--------------------------------------------------------------*/
.blog-details {
  padding-bottom: 30px;
}

.blog-details .article {
  background-color: var(--surface-color);
  padding: 30px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}

.blog-details .cs-modal-img{
  margin-bottom: 20px;
}

.blog-details .post-img {
  margin: -30px -30px 20px -30px;
  overflow: hidden;
}

.blog-details .post-img img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease;
}

.blog-details .title {
  color: var(--heading-color);
  font-size: 30px;
  font-weight: 500;
  padding: 0;
  margin: 30px 0 !important;
  word-break: break-all;
}

.blog-details .content {
  margin-top: 20px;
}

.blog-details .content h3 {
  font-size: 22px;
  margin-top: 30px;
  font-weight: bold;
}

.blog-details .content p{
  font-size: 18px;
  font-weight: 300;
  color: var(--para-color);
  line-height: 30px;
  word-break: break-all;
}

.blog-details .content blockquote {
  overflow: hidden;
  background-color: #f4f4f4;
  padding: 35px;
  position: relative;
  text-align: center;
  margin: 20px 0;
}

.blog-details .content blockquote p {
  color: var(--default-color);
  line-height: 1.6;
  margin-bottom: 0;
  font-style: italic;
  font-weight: 500;
  font-size: 18px;
}

.blog-details .content blockquote:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 3px;
  background-color: var(--accent-color);
  margin-top: 20px;
  margin-bottom: 20px;
}

.blog-details .meta-top {
  margin-top: 20px;
  color: color-mix(in srgb, var(--default-color), transparent 40%);
}

.blog-details .meta-top ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  align-items: center;
  padding: 0;
  margin: 0;
}

.blog-details .meta-top ul li+li {
  padding-left: 20px;
}

.blog-details .meta-top i {
  font-size: 16px;
  margin-right: 8px;
  line-height: 0;
  color: color-mix(in srgb, var(--default-color), transparent 40%);
}

.blog-details .meta-top a {
  font-size: 15px;
  font-weight: 300;
  color: #7a7c83;
  display: inline-block;
  line-height: 1;
}

.blog-details .meta-bottom {
  padding-top: 10px;
  border-top: 1px solid color-mix(in srgb, var(--default-color), transparent 90%);
}

.blog-details .meta-bottom i {
  color: color-mix(in srgb, var(--default-color), transparent 40%);
  display: inline;
}

.blog-details .meta-bottom a {
  color: color-mix(in srgb, var(--default-color), transparent 40%);
  transition: 0.3s;
}

.blog-details .meta-bottom a:hover {
  color: var(--accent-color);
}

.blog-details .meta-bottom .cats {
  list-style: none;
  display: inline;
  padding: 0 20px 0 0;
  font-size: 14px;
}

.blog-details .meta-bottom .cats li {
  display: inline-block;
}

.blog-details .meta-bottom .tags {
  list-style: none;
  display: inline;
  padding: 0;
  font-size: 14px;
}

.blog-details .meta-bottom .tags li {
  display: inline-block;
}

.blog-details .meta-bottom .tags li+li::before {
  padding-right: 6px;
  color: var(--default-color);
  content: ",";
}

.blog-details .meta-bottom .share {
  font-size: 16px;
}

.blog-details .meta-bottom .share i {
  padding-left: 5px;
}


/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widgets-container {
  background-color: var(--surface-color);
  padding: 30px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}

.widget-title {
  color: var(--heading-color);
  font-size: 20px;
  font-weight: 500;
  padding: 0;
  margin: 0 0 10px 0;
}

.widget-item {
  margin-bottom: 40px;
}

.widget-item:last-child {
  margin-bottom: 0;
}

.recent-posts-widget .post-item {
  display: flex;
  margin-bottom: 15px;
}

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

.recent-posts-widget .post-item img {
  width: 80px;
  margin-right: 15px;
}

.recent-posts-widget .post-item h4 {
  font-size: 15px;
  font-weight: bold;
  margin-bottom: 5px;
}

.recent-posts-widget .post-item h4 a {
  font-weight: 500;
  color: var(--dark-color);
  transition: 0.3s;
}

.recent-posts-widget .post-item h4 a:hover {
  color: var(--main-color);
}

.recent-posts-widget .post-item time {
  display: block;
  font-style: italic;
  font-size: 14px;
  font-weight: 300;
  color: color-mix(in srgb, var(--default-color), transparent 50%);
}







/* Modal Opacity Fix */
/* .modal.fade {
  opacity: 0;
  transition: opacity 0.15s linear;
}

.modal.show {
  opacity: 1 !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  min-height: 100vh;
}

.modal-backdrop {
  opacity: 0.5;
}

.modal-backdrop.show {
  opacity: 0.5;
}


.modal.fade.show {
  display: flex !important;
  opacity: 1 !important;
}

.modal {
  position: fixed !important;
  inset: 0;               
  display: none;       
  align-items: center;  
  justify-content: center;
  z-index: 1050 !important;
}

.modal-backdrop {
  z-index: 1040 !important;
}

.modal-dialog {
  margin: 0; 
}

.modal.fade .modal-dialog {
  transform: translateY(0) !important;
  transition: transform 0.25s ease, opacity 0.15s linear;
} */


.custom-modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.6);
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 9999;
}

.custom-modal-overlay .modal-content{
  box-shadow: none !important;
  border: 0;
  margin-top: 15px;
}

.custom-modal {
  background: #fff;
  width: 35%;
  max-width: 90%;
  padding: 25px;
  border-radius: 12px;
  position: relative;
  animation: pop 0.3s ease;
}

@keyframes pop {
  from { transform: scale(0.7); opacity: 0; }
  to   { transform: scale(1); opacity: 1; }
}

.close-btn {
  position: absolute;
  top: 28px;
  right: 15px;
  font-size: 35px;
  cursor: pointer;
}

.news-carousel-wrapper .owl-carousel .item {
  background: #f8f8f8;
  padding: 0px;
  border-radius: 8px;
  text-align: center;
  margin: 5px;
  width: 100%;
}

.news-carousel-wrapper .owl-carousel,
.news-carousel-wrapper .owl-stage,
.news-carousel-wrapper .owl-stage-outer,
.news-carousel-wrapper .owl-item {
    display: flex !important;
}

.news-carousel-wrapper .item-cont{
  padding: 30px;
}
.news-carousel-wrapper .owl-carousel .item img {
  border-radius: 6px 6px 0 0;
}
.news-carousel-wrapper .item-cont h4{
  font-size: 20px;
  word-break: break-all;
}
/* .news-carousel-wrapper .read-more button {
  font-size: 14px;
  padding: 5px 15px;
  border-radius: 50px;
} */


.cs-modal-img .inner-item img {
  width: 100%;
  height: auto;
  border-radius: 5px;
}


@media screen and (max-width: 768px) {
  .custom-modal {
    width: 100%;
  }
  .blog-detail-page-inner{
    width: 100%;
  }
  .blog-details .title {
    font-size: 20px;
  }
}


/* ----------------------------------------
  news listing
------------------------------------------ */
.news-listing .title{
  font-size: 20px;
  margin: 15px 0;
}
.news-listing .content{
  margin-top: 10px;
}


/*-- news arabic --*/
.arabic-news .title{
  direction: rtl;
  text-align: right;
}
.arabic-news .blog-details .content h3{
  direction: rtl;
  text-align: right;
}
.arabic-news .blog-details .content p{
  direction: rtl;
  text-align: right;
}