body {
  font-family: FuturaPTBook;
  overflow-x: hidden;
}

a {
  text-decoration: none;
}

ul {
  margin: 0;
  padding: 0;
}

html {
  overflow-x: hidden;
}

@font-face {
  font-family: FuturaPTBold;
  src: url(../fonts/FuturaPTBold.otf);
}

@font-face {
  font-family: FuturaPTBook;
  src: url(../fonts/FuturaPTBook.otf);
}

.banner_area {
  margin-left: 100px;
  position: relative;
}

.main-navigation .dropdown ul {
  border-radius: 0;
  width: 200px;
}

.main-navigation .dropdown ul li {
  margin: 0;
  padding: 0;
  width: 100%;
}

.main-navigation ul li.sub-items:hover > a,
.main-navigation ul li a:hover,
.main-navigation ul li.active > a {
  color: #e7240f;
}
.main-navigation ul li.etimate_btn a {
  border: 2px solid #fff;
}

.main-navigation ul li.sub-items > a:before {
  content: "\f107";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(0, -50%);
  font-family: "FontAwesome";
  font-size: 16px;
  transition: 0.3s;
}

.main-navigation ul li.sub-items > a {
  padding-right: 15px;
  position: relative;
}

/*.main-navigation ul li.sub-items:hover>a:before, .main-navigation ul li a:hover:before {transform: translate(0,-50%) rotate(-180deg);transition: 0.3s;}*/
.main-navigation ul li:first-child {
  margin-left: 0;
  padding: 0;
}

.main-navigation ul li ul.sub-menu {
  position: absolute;
  top: 100%;
  left: -15px;
  width: 260px;
  height: auto;
  background: #ffffff;
  box-shadow: 1px 1px 60px rgba(0, 0, 0, 0.1);
  display: none;
  transition: 0.3s;
  z-index: 150;
  border-top: 5px solid #0a1531;
}

.main-navigation ul li:hover ul.sub-menu {
  display: block;
  animation: swip_up 0.3s linear 1;
}

@keyframes swip_up {
  from {
    transform: translate(0, 20px);
    opacity: 0;
  }

  to {
    transform: translate(0, 0);
    opacity: 1;
  }
}

.main-navigation ul li:hover ul.sub-menu li {
  display: block;
  margin: 5px 10px;
  text-align: left;
  padding: 0;
}

.header_area {
  width: 100%;
  padding: 25px 35px;
  border-radius: 10px;
  transition: all 0.3s;
  position: absolute;
  top: 0;
  z-index: 100;
  left: 0;
}

.header-menu {
  position: relative;
}

.header-menu .sub-menu li a {
  display: block;
  line-height: 30px;
}

.main-navigation {
  display: inline-block;
  width: 100%;
}

.main-navigation ul {
  list-style: none;
  font-size: 0;
  line-height: 1;
  margin-bottom: 0;
  padding: 0;
}

.main-navigation ul li {
  font-size: 16px;
  display: inline-block;
  margin-left: 20px;
  padding-left: 20px;
  position: relative;
}

.main-navigation ul li a {
  font-size: 20px;
  line-height: 52px;
  color: #fff;
  transition: 0.3s;
  text-decoration: none;
  cursor: pointer;
  padding: 0;
}

.main-navigation ul li a:hover {
  color: #981515;
}

.main-navigation .sub-menu li a {
  color: #000;
}

@keyframes swip_up {
  from {
    transform: translate(0, 20px);
    opacity: 0;
  }

  to {
    transform: translate(0, 0);
    opacity: 1;
  }
}

/*==Sticky Header Start==*/
.sticky-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  border-radius: 0 0 10px 10px;
  border-bottom: 1px solid #e7240f;
}

/*==Sticky Header End==*/

.toggle-button {
  position: fixed;
  top: 0;
  right: 0;
  width: 70px;
  height: 70px;
  background-color: #0a1531;
  text-align: center;
  border: none;
  outline: none;
  display: none;
  z-index: 110;
}

.toggle-button span {
  width: 100%;
  height: 3px;
  background: #ffffff;
  display: block;
  margin: 0 auto 6px auto;
  position: relative;
  top: 0;
  opacity: 1;
  transition: 0.3s;
}

.toggle-button span:last-child {
  margin-bottom: 0;
}

.toggle-menu .toggle-button {
  background-color: #0a1531;
}

.toggle-menu .toggle-button span {
  background-color: #981515;
}

.toggle-menu .toggle-button span:nth-child(1) {
  transform: rotate(45deg);
  position: relative;
  top: 9px;
}

.toggle-menu .toggle-button span:nth-child(2) {
  opacity: 0;
}

.toggle-menu .toggle-button span:nth-child(3) {
  transform: rotate(-45deg);
  position: relative;
  top: -9px;
}

.etimate_btn {
  float: right;
}

.etimate_btn a {
  background: #0a1531;
  border-radius: 5px;
  color: #fff !important;
  overflow: hidden;
  width: 180px;
  text-align: center;
  position: relative;
  z-index: 1;
  text-transform: uppercase;
}

.etimate_btn a:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: -1;
  transition: all 0.6s ease;
  background: #981515;
  width: 100%;
  height: 0;
  transform: translate(-50%, -50%) rotate(45deg);
}

.etimate_btn a:hover::before {
  height: 340%;
}

.skitter-large-box {
  height: 600px;
  background-color: #000;
  position: relative;
}

.skitter {
  height: 100% !important;
}

.skitter .container_skitter {
  height: 100% !important;
}

.skitter .image {
  height: 100%;
  position: relative;
}

.skitter .image:before {
  content: "";
  background: rgba(0, 0, 0, 0.6);
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 21;
}

/*.skitter .container_skitter .image_main{height: 100% !important; width: 100% !important; object-fit: cover;}*/
.skitter .box_clone img {
  height: 100% !important;
  object-fit: cover;
}

.label_skitter {
  top: 50%;
  transform: translateY(-50%);
  text-align: center;
  bottom: auto !important;
}

.label_skitter p {
  font-size: 48px !important;
  font-weight: bold;
}

.skitter-large-box .btn_area {
  position: absolute;
  left: 40px;
  bottom: -25px;
  z-index: 30;
}

.btn_area {
  line-height: 0;
}

.btn_area a {
  background: #981515;
  border-radius: 5px;
  color: #fff !important;
  overflow: hidden;
  padding: 0 30px;
  line-height: 52px;
  text-align: center;
  position: relative;
  z-index: 1;
  text-transform: uppercase;
  position: relative;
  display: inline-block;
  font-weight: bold;
}

.btn_area a:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: -1;
  transition: all 0.6s ease;
  background: #0a1531;
  width: 100%;
  height: 0;
  transform: translate(-50%, -50%) rotate(45deg);
}

.btn_area a:hover::before {
  height: 340%;
}

/*
.btn_area a:before, .btn_area a:after {position: absolute;top: 50%;content: '';width: 20px;height: 20px;background: #0397ca;border-radius: 1%;z-index: -1;}
.btn_area a:before {left: -20px;-webkit-transform: translate(-50%, -50%);transform: translate(-50%, -50%);}
.btn_area a:after {background: #0397ca;right: -20px;-webkit-transform: translate(50%, -50%);transform: translate(50%, -50%);}
.btn_area a:hover:before {-webkit-animation: criss-cross-left 0.9s both;animation: criss-cross-left 0.9s both;-webkit-animation-direction: alternate;animation-direction: alternate;}
.btn_area a:hover:after {-webkit-animation: criss-cross-right 0.5s both;animation: criss-cross-right 0.5s both;-webkit-animation-direction: alternate;animation-direction: alternate;}
@keyframes criss-cross-right {
    0% {right: -20px;}
    30% {right: 30%; width: 20px; height: 20px;}
    40%{right: 20%;}
    100% {right: 80%; width: 125px; height: 125px;}
}
@keyframes criss-cross-left {
    0% {left: -10px;}
    50% {left: 35%; width: 50px; height: 50px;}
    70%{left: 20%;}
    100% {background-color:#0397ca;left: 110%;width: 375px;height: 375px;color:#ffffff;}
}
*/

.logo_area {
  position: absolute;
  left: -100px;
  top: 0;
  width: 100px;
  padding: 30px 5px 0;
  height: 100%;
}

.logo_area img {
  width: 90px;
}

.logo_area p {
  margin: 0;
  width: 100%;
  white-space: nowrap;
  height: 100%;
  color: #000;
  transform-origin: top left;
  transform: translate(-15%, 80%) rotate(-90deg);
  z-index: 1;
  left: 50%;
  position: absolute;
  top: 0;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: bold;
}

.logo_area p span {
  color: #e7240f;
}

.head_area {
  display: inline-block;
  padding: 25px 15px 0px;
  border-left: 1px solid #111;
  border-right: 1px solid #111;
  position: relative;
  line-height: 15px;
}

.head_area h2 {
  color: #000;
  font-weight: bold;
  font-size: 46px;
  font-family: FuturaPTBold;
  margin: 0;
  line-height: 40px;
}

.head_area span {
  color: #981515;
  position: relative;
  top: 9px;
  font-size: 20px;
  display: block;
}

.head_area span:before {
  content: "";
  position: absolute;
  left: -16px;
  width: 10px;
  height: 1px;
  background: #111;
  top: 50%;
  transform: translateY(-50%);
}

.head_area span:after {
  content: "";
  position: absolute;
  right: -16px;
  width: 10px;
  height: 1px;
  background: #111;
  top: 50%;
  transform: translateY(-50%);
}

.head_img {
  position: absolute;
  top: -14px;
  width: 100%;
  left: 0;
}

.head_img img {
  filter: brightness(0) saturate(100%) invert(14%) sepia(76%) saturate(3428%)
    hue-rotate(352deg) brightness(90%) contrast(93%);
  position: absolute;
  left: 4%;
}

.head_img:before {
  content: "";
  position: absolute;
  left: -1px;
  width: 10px;
  height: 1px;
  background: #111;
  top: 15px;
}

.head_img:after {
  content: "";
  position: absolute;
  right: -1px;
  width: 215px;
  height: 1px;
  background: #111;
  top: 15px;
}

.abt_area {
  padding: 95px 0 70px;
  position: relative;
}

.abt_area:after {
  content: "";
  background: url(../images/abt_img.webp) no-repeat 0 0;
  background-size: cover;
  width: 45%;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
}

.abt_left p {
  font-size: 18px;
  color: #505050;
  line-height: 26px;
  text-align: justify;
  margin: 20px 0;
}

.abt_box {
  margin: 20px 0;
  display: flex;
}

.abt_icon i {
  color: #0a1531;
  font-size: 28px;
}

.abt_cont {
  padding-left: 40px;
}

.abt_cont h4 {
  font-size: 22px;
  font-weight: bold;
  color: #000;
  margin: 0;
}

.abt_cont p {
  margin: 5px 0 0;
}

.abt_left .btn_area a {
  width: 196px;
  margin-right: 24px;
}

.abt_left .btn_area a:last-child {
  background: #0a1531;
}

.abt_left .btn_area a:last-child:before {
  background: #791f1f;
}

/*
.abt_left .btn_area a:last-child:after, .abt_left .btn_area a:last-child:before{background: #e7240f;}
.abt_left .btn_area a:last-child:hover:before {-webkit-animation: criss-cross-left2 0.9s both;animation: criss-cross-left2 0.9s both;-webkit-animation-direction: alternate;animation-direction: alternate;}

@keyframes criss-cross-left2 {
    0% {left: -10px;}
    50% {left: 35%; width: 50px; height: 50px;}
    70%{left: 20%;}
    100% {background-color:#e7240f;left: 110%;width: 375px;height: 375px;color:#ffffff;}
}
*/

.service_area {
  padding: 70px 0;
  background: #f4f4f4;
}

.service_area .head_area .head_img img {
  left: 50%;
  transform: translateX(-50%);
}

.service_area .head_area .head_img:before,
.service_area .head_area .head_img:after {
  width: 130px;
}

.service_area .head_area span:before,
.service_area .head_area span:after {
  width: 60px;
}

.serv_slider {
  margin-top: 20px;
}

.serv_slider .item {
  padding: 0 25px;
}

.serv_slider .slick-list {
  margin: 0 -25px;
  padding: 30px 0;
}

.serv_box {
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.2);
  overflow: hidden;
  position: relative;
}

.serv_cont {
  padding: 35px 20px;
  height: 215px;
  position: relative;
  z-index: 1;
}

.serv_cont h3 {
  font-size: 24px;
  font-weight: bold;
  color: #000;
  margin-bottom: 10px;
  text-transform: uppercase;
  transition: all 0.5s;
}

.serv_cont p {
  font-size: 18px;
  color: #505050;
  line-height: 26px;
  text-align: justify;
  margin: 0;
  transition: all 0.5s;
}

.serv_img {
  height: 240px;
  position: relative;
}

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

.serv_img a {
  width: 60px;
  height: 60px;
  border-radius: 100%;
  border: 5px solid #fff;
  display: inline-block;
  text-align: center;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  transition: all 0.5s;
}

.serv_img a i {
  font-size: 36px;
  color: #fff;
  line-height: 50px;
}

.serv_slider ul {
  text-align: center;
  display: flex;
  justify-content: center;
}

.serv_slider ul li {
  display: inline-block;
  width: 10%;
}

.serv_slider ul li button {
  background: #c4c4c4;
  border: none;
  color: transparent;
  width: 100%;
  padding: 0;
  margin: 0;
  height: 16px;
}

.serv_slider ul li:first-child button {
  border-radius: 100px 0 0 100px;
}

.serv_slider ul li:last-child button {
  border-radius: 0 100px 100px 0;
}

.serv_slider ul li.slick-active button {
  background: #0a1531;
}

.serv_box:after {
  content: "";
  background: #791f1f8a;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: all 0.5s;
}

.serv_box:hover:after {
  opacity: 1;
}

.serv_box:hover .serv_img a {
  margin-left: 20px;
}

.serv_box:hover .serv_cont h3,
.serv_box:hover .serv_cont p {
  color: #fff;
}

.looking_area {
  background: #0a1531;
  padding: 80px 0;
}

.looking_left {
  width: 100%;
}

.looking_left h3 {
  font-size: 42px;
  color: #fff;
  font-weight: bold;
  margin: 0;
  color: #fff;
}

.looking_right {
  width: 100%;
  margin: auto 0;
  text-align: right;
}

.looking_right .btn_area a {
  background: #981515;
}
.looking_right .btn_area a:hover {
  color: #000 !important;
}

.looking_right .btn_area a:before {
  background: #ffffff;
}

.transform_area {
  padding: 70px 0;
}

.transform_area .head_area .head_img img {
  left: 50%;
  transform: translateX(-50%);
  width: 47px;
  padding: 0 10px;
  z-index: 1;
}

.transform_area .head_area .head_img:before,
.transform_area .head_area .head_img:after {
  width: 270px;
}

.transform_area .head_area span:before,
.transform_area .head_area span:after {
  width: 150px;
}

.transform_slider {
  margin-top: 30px;
}

.transform_slider .item {
  text-align: center;
}

.transform_slider .item h3 {
  font-size: 22px;
  color: #000;
  font-weight: bold;
  margin: 25px 0 10px;
}

.transform_slider .item p {
  font-size: 18px;
  color: #505050;
  line-height: 26px;
  margin: 0;
}

.tran_img {
  background: url(../images/transform_img1.webp) no-repeat 50% 0;
  width: 41px;
  height: 59px;
  margin: 0 auto;
  transition: all 0.5s;
  filter: brightness(0) saturate(100%) invert(14%) sepia(76%) saturate(3428%)
    hue-rotate(352deg) brightness(90%) contrast(93%);
}

.tran_img2 {
  background: url(../images/transform_img2.webp) no-repeat 50% 0;
  width: 73px;
  height: 60px;
  filter: brightness(0) saturate(100%) invert(14%) sepia(76%) saturate(3428%)
    hue-rotate(352deg) brightness(90%) contrast(93%);
}

.tran_img3 {
  background: url(../images/transform_img3.webp) no-repeat 50% 0;
  width: 69px;
  height: 59px;
  filter: brightness(0) saturate(100%) invert(14%) sepia(76%) saturate(3428%)
    hue-rotate(352deg) brightness(90%) contrast(93%);
}

.tran_img4 {
  background: url(../images/transform_img4.webp) no-repeat 50% 0;
  width: 74px;
  height: 60px;
  filter: brightness(0) saturate(100%) invert(14%) sepia(76%) saturate(3428%)
    hue-rotate(352deg) brightness(90%) contrast(93%);
}

.transform_slider .item:hover .tran_img {
  background: url(../images/transform_img1.webp) no-repeat 50% 100%;
  filter: brightness(0) saturate(100%) invert(9%) sepia(10%) saturate(5904%)
    hue-rotate(193deg) brightness(93%) contrast(103%);
}

.transform_slider .item:hover .tran_img2 {
  background: url(../images/transform_img2.webp) no-repeat 50% 100%;
  filter: brightness(0) saturate(100%) invert(9%) sepia(10%) saturate(5904%)
    hue-rotate(193deg) brightness(93%) contrast(103%);
}

.transform_slider .item:hover .tran_img3 {
  background: url(../images/transform_img3.webp) no-repeat 50% 100%;
  filter: brightness(0) saturate(100%) invert(9%) sepia(10%) saturate(5904%)
    hue-rotate(193deg) brightness(93%) contrast(103%);
}

.transform_slider .item:hover .tran_img4 {
  background: url(../images/transform_img4.webp) no-repeat 50% 100%;
  filter: brightness(0) saturate(100%) invert(9%) sepia(10%) saturate(5904%)
    hue-rotate(193deg) brightness(93%) contrast(103%);
}

.transform_slider .item {
  padding: 0 25px;
}

.transform_slider .slick-list {
  margin: 0 -25px;
}

.transform_slider .slick-arrow {
  border: none;
  color: #fff;
  background: transparent;
  position: absolute;
  top: 50%;
  left: -10px;
  padding: 0;
  width: 40px;
  z-index: 1;
  height: 40px;
  border-radius: 100%;
  transition: ease-in-out 0.3s;
}

.transform_slider .slick-arrow img {
  width: 20px;
}

.transform_slider .slick-arrow.next-arrow {
  right: -10px;
  left: auto;
}

.project_area {
  padding: 70px 0;
  background: #f4f4f4;
}

.project_area .head_area .head_img img {
  left: 50%;
  transform: translateX(-50%);
}

.project_area .head_area .head_img:before,
.project_area .head_area .head_img:after {
  width: 140px;
}

.project_area .head_area span:before,
.project_area .head_area span:after {
  width: 70px;
}

.project_slider {
  margin-top: 20px;
}

.project_slider .item {
  padding: 0 25px;
}

.project_slider .slick-list {
  margin: 0 -25px;
  padding: 30px 0;
}

.lightimg_box {
  margin: 0;
  position: relative;
}

.lightimg_box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.3s;
  opacity: 0.7;
}

.lightimg_box a {
  position: relative;
  display: block;
  overflow: hidden;
  height: 380px;
  border-radius: 8px;
  background: #000;
}

.lightimg_box a .overlay {
  background: url(../images/zoom_img.webp) no-repeat center rgba(0, 0, 0, 0.4);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 90%;
  width: 90%;
  opacity: 0;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.lightimg_box a .overlay span {
  width: 120px;
  height: 36px;
  display: block;
  background: #0a1531;
  color: #fff;
  text-align: center;
  line-height: 36px;
  font-size: 18px;
  text-transform: uppercase;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.lightimg_box a:hover .overlay {
  display: block;
  opacity: 1;
}

.lightimg_box a:hover img {
  transform: scale(1.15);
}

.lightimg_box h3 {
  font-size: 24px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  width: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.5s;
}

.lightimg_box a:hover h3 {
  opacity: 0;
}

.project_slider ul {
  text-align: center;
  display: flex;
  justify-content: center;
}

.project_slider ul li {
  display: inline-block;
  width: 10%;
}

.project_slider ul li button {
  background: #c4c4c4;
  border: none;
  color: transparent;
  width: 100%;
  padding: 0;
  margin: 0;
  height: 16px;
}

.project_slider ul li:first-child button {
  border-radius: 100px 0 0 100px;
}

.project_slider ul li:last-child button {
  border-radius: 0 100px 100px 0;
}

.project_slider ul li.slick-active button {
  background: #0a1531;
}

.project_area .btn_area {
  text-align: center;
  margin-top: 30px;
}

.success_area {
  background: #0a1531;
  padding: 70px 0;
}

.success_area .head_area {
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
}

.success_area .head_area .head_img img {
  left: 50%;
  transform: translateX(-50%);
}

.success_area .head_area .head_img:before,
.success_area .head_area .head_img:after {
  width: 170px;
  background: #fff;
}

.success_area .head_area span:before,
.success_area .head_area span:after {
  width: 100px;
  background: #fff;
}

.success_area .head_area h2,
.success_area .head_area span {
  color: #fff;
}

.counter_section {
  text-align: center;
}

.head_bar {
  height: 3px;
  width: 140px;
  background: #981515;
  margin: 15px auto 0;
  position: relative;
  display: block;
}

.head_bar:before {
  content: "";
  position: absolute;
  left: 0;
  top: -6px;
  border: 2px solid #000;
  height: 15px;
  width: 15px;
  border-radius: 50%;
  background: #981515;
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-name: MOVE-BG;
  animation-name: MOVE-BG;
  transition: all 0.5s;
}

@keyframes MOVE-BG {
  from {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    transition: all 0.5s;
  }

  to {
    -webkit-transform: translateX(140px);
    transform: translateX(140px);
    transition: all 0.5s;
  }
}

#counter {
  margin-top: 30px;
}

.counter_section h4 {
  font-size: 18px;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
  margin: 10px 0;
  color: #fff;
}

.counter_section .count {
  font-size: 42px;
  font-weight: bold;
  color: #fff;
  display: block;
  text-align: center;
  line-height: 30px;
  position: relative;
}

.counter_section .count:after {
  content: "+";
  position: absolute;
  margin-left: 5px;
}

.counter_section img {
  margin: 0 auto;
  /* filter: brightness(0) saturate(100%) invert(15%) sepia(66%) saturate(3216%)
    hue-rotate(353deg) brightness(97%) contrast(92%); */
}

.counter_slider .item {
  padding: 0 25px;
}

.counter_slider .slick-list {
  margin: 0 -25px;
}

.counter_slider .slick-arrow {
  border: none;
  background: transparent;
  color: #fff;
  position: absolute;
  top: 50%;
  left: -10px;
  padding: 0;
  width: 40px;
  z-index: 1;
  height: 40px;
  border-radius: 100%;
  transition: ease-in-out 0.3s;
}

.counter_slider .slick-arrow img {
  width: 20px;
  filter: brightness(0) invert(1);
}

.counter_slider .slick-arrow.next-arrow {
  right: -10px;
  left: auto;
}

.book_area {
  padding: 70px 0;
}

.book_left {
  width: 100%;
}

.book_left .head_img:after {
  width: 245px;
}

.book_left .head_area span:after {
  width: 145px;
}

.book_left p {
  font-size: 18px;
  color: #505050;
  line-height: 26px;
  text-align: justify;
  /* margin: 20px 0; */
}

.book_left form input,
.book_left form select {
  width: 100%;
  height: 46px;
  border: 1px solid #b5b5b5;
  border-radius: 0;
  margin-bottom: 15px;
  font-size: 18px;
  color: #505050;
}

.book_left form textarea {
  width: 100%;
  height: 95px;
  border: 1px solid #b5b5b5;
  border-radius: 0;
  margin-bottom: 10px;
  font-size: 18px;
  color: #505050;
}

.book_right {
  width: 100%;
  height: 100%;
  border-radius: 8px;
  overflow: hidden;
}

.book_right img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s;
  transform: scale(1.2);
  position: relative;
  left: 0;
}

.book_right:hover img {
  left: 50px;
}

.form_btn {
  background: #981515;
  border-radius: 5px;
  color: #fff !important;
  overflow: hidden;
  padding: 0 50px;
  line-height: 52px;
  text-align: center;
  position: relative;
  z-index: 1;
  text-transform: uppercase;
  position: relative;
  display: inline-block;
  font-weight: bold;
  border: none;
  margin-top: 30px;
  height: unset !important;
}

.form_btn:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: -1;
  transition: all 0.6s ease;
  background: #0a1531;
  width: 100%;
  height: 0;
  transform: translate(-50%, -50%) rotate(45deg);
}

.form_btn:hover::before {
  height: 340%;
}

.testimonial_area {
  background: url(../images/test_back.webp) no-repeat center;
  background-size: cover;
  background-attachment: fixed;
  padding: 70px 0;
  position: relative;
  z-index: 1;
}

.testimonial_area::after {
  content: "";
  background: rgba(0, 0, 0, 0.8);
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.testimonial_area .head_area {
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
}

.testimonial_area .head_area .head_img img {
  left: 50%;
  transform: translateX(-50%);
}

.testimonial_area .head_area .head_img:before,
.testimonial_area .head_area .head_img:after {
  width: 125px;
  background: #fff;
}

.testimonial_area .head_area span:before,
.testimonial_area .head_area span:after {
  width: 70px;
  background: #fff;
}

.testimonial_area .head_area h2,
.testimonial_area .head_area span {
  color: #fff;
}

.test_cont {
  padding: 20px 20px 30px;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 8px 8px 8px 0;
  position: relative;
}

.test_cont:after {
  content: "";
  width: 0px;
  height: 0px;
  border-left: 0 solid transparent;
  border-right: 20px solid transparent;
  border-top: 20px solid rgba(0, 0, 0, 0.5);
  position: absolute;
  left: 0;
  bottom: -20px;
}

.test_cont p {
  font-size: 18px;
  color: #fff;
  line-height: 26px;
  text-align: justify;
  margin: 0;
}

.test_rate_area {
  padding: 15px 0 0 20px;
}

.rate i {
  font-size: 16px;
  color: #e4a637;
  margin-right: 2px;
}

.test_rate_area h3 {
  color: #e4a637;
  font-size: 18px;
  font-weight: bold;
  text-transform: uppercase;
  margin: 10px 0 0;
}

.test_rate_area span {
  color: #fff;
  font-size: 16px;
  display: block;
}

.test_box {
  margin-top: 30px;
}

.news_area {
  padding: 70px 0;
  background: linear-gradient(90deg, #981515 50%, #0a1531 50%);
}
.news_area .form_btn {
  background: #0a1531 !important;
  color: #ffffff;
}

.news_box {
  width: 100%;
  margin: auto 0;
}

.news_box h3 {
  color: #fff;
  font-size: 22px;
  text-transform: uppercase;
  margin: 0 0 20px;
  font-weight: bold;
}

.news_box form input {
  width: 490px;
  height: 52px;
  background: #ffffff;
  color: #000000;
  border: none;
  border-radius: 0;
}

.news_box form input:focus {
  background: #3d3d3d;
}

.card_area {
  width: 100%;
  margin: auto 0;
  padding-left: 60px;
}

.card_area h3 {
  color: #fff;
  font-size: 22px;
  margin: 0 0 20px;
  font-weight: bold;
}

.card_img {
  margin-top: 20px;
}

/* .card_img img:last-child {
  margin-left: 20px;
} */

.start_area {
  padding: 100px 0;
  background: #981515;
}

.start_area h3 {
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: currentcolor;
  color: #ffffff;
  text-align: center;
  font-family: "Orbitron", sans-serif;
  font-size: 70px;
  font-weight: 900;
  margin: 0;
  position: relative;
}

.start_area h3:after {
  content: "";
  background: url(../images/start_icon.webp) no-repeat 0 0;
  width: 66px;
  height: 73px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -80px;
  -webkit-animation: down-up-one 5s infinite;
  animation: down-up-one 5s infinite;
  filter: brightness(0) saturate(100%) invert(100%) sepia(98%) saturate(0%)
    hue-rotate(351deg) brightness(104%) contrast(103%);
}

@keyframes down-up-one {
  0% {
    -webkit-transform: rotateX(0deg) translate(-50%, 0px);
    transform: rotateX(0deg) translate(-50%, 0px);
  }

  50% {
    -webkit-transform: rotateX(0deg) translate(-50%, 25px);
    transform: rotateX(0deg) translate(-50%, 25px);
  }

  100% {
    -webkit-transform: rotateX(0deg) translate(-50%, 0px);
    transform: rotateX(0deg) translate(-50%, 0px);
  }
}

.start_area h3 span {
  -webkit-text-fill-color: #000;
}

.start_area .btn_area {
  text-align: center;
}

.start_area .btn_area a {
  background: #000;
  margin-top: 20px;
}

.footer_area {
  padding: 70px 0;
  /* background:url(../images/foot_back.webp) no-repeat 0 0;*/
  background: #050d22;
  background-size: cover;
}

.foot_about h3 {
  font-size: 28px;
  color: #fff;
  margin-bottom: 15px;
  font-weight: 500;
}

.foot_about p {
  color: #d4d4d4;
  line-height: 26px;
  text-align: justify;
  margin: 0;
  font-size: 18px;
}

.foot_social {
  margin-top: 20px;
}

.foot_social a {
  width: 42px;
  height: 42px;
  background: #0e7ece;
  color: #ffffff;
  text-align: center;
  display: inline-block;
  margin: 0 5px 0 0;
  font-size: 22px;
  line-height: 42px;
  border-radius: 100%;
}

/* .foot_social a:nth-child(2){background: #ff0000;} */
.foot_menu h3 {
  font-size: 28px;
  color: #fff;
  margin-bottom: 15px;
  font-weight: 500;
}

.foot_menu ul li {
  list-style: none;
  padding: 5px 0 5px 15px;
  position: relative;
}

.foot_menu ul li:before {
  content: "\f105";
  font-family: "Font Awesome 6 Free";
  position: absolute;
  left: 0;
  top: 4px;
  font-weight: bold;
  color: #d02727;
}

.foot_menu ul li a {
  color: #d4d4d4;
  display: block;
  transition: all 0.3s;
  position: relative;
  left: 0;
}

.foot_menu ul li a:hover {
  left: 5px;
}

.foot_cont h3 {
  font-size: 28px;
  color: #fff;
  margin-bottom: 15px;
  font-weight: 500;
}

.foot_cont p {
  display: flex;
  margin-bottom: 10px;
  color: #d4d4d4;
  font-size: 18px;
}

.foot_cont p a {
  color: #d4d4d4;
  word-break: break-all;
}

.foot_cont p i {
  position: relative;
  top: 5px;
  width: 100%;
  max-width: 30px;
  width: 30px;
  color: #d02727;
}

.copy_area {
  background: #00060f;
  padding: 30px 0;
  border-top: 1px solid #666666;
}

.copy_area p {
  margin: 0;
  color: #fff;
}

.copy_right {
  text-align: right;
}

.inner_banner_caption {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%);
  width: 100%;
  padding: 0 10px;
}

.inner_banner {
  position: relative;
  z-index: 1;
  overflow: hidden;
}

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

.inner_banner:before {
  content: "";
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}

.inner_banner h1 {
  font-size: 36px;
  font-weight: 600;
  text-transform: uppercase;
  text-align: center;
  margin: 0;
  color: #fff;
}

.single_service .serv_img {
  float: right;
  width: 40%;
  height: auto;
  margin: 0 0 20px 20px;
}

.single_service p {
  font-size: 16px;
  font-weight: 400;
  text-align: justify;
  line-height: 28px;
  margin: 20px 0;
  color: #505050;
}

.single_service p a {
  color: #e7240f;
  font-weight: bold;
}

.single_service ul li {
  list-style: none;
  color: #505050;
  margin: 5px 0;
  font-weight: 400;
  padding-left: 20px;
  position: relative;
}

.single_service ul li:before {
  content: "\f00c";
  color: #981515;
  font-family: "Font Awesome 6 Free";
  font-weight: bold;
  position: absolute;
  left: 0;
}

.gallery_page_area .lightgallery {
  margin: 5px 0;
}

.getin_wrap {
  padding: 60px 0;
}

.getin_wrap h2 {
  text-align: center;
  color: #0490c0;
}

.form_box {
  padding: 0;
}

.home_map {
  background: #0a1531;
  padding: 20px;
}

.home_map ul {
  font-size: 14px;
  color: #fff;
  padding: 0;
}

.home_map ul li {
  padding: 0 0 10px;
  display: inline-block;
  width: 100%;
}

.home_map ul li i {
  vertical-align: middle;
  margin: 6px 0px 0px 0;
  float: left;
  width: 40px;
  height: 40px;
  font-size: 20px;
  background: #791f1f;
  border: 1px solid #fff;
  padding: 10px 10px;
  border-radius: 50%;
  text-align: center;
  color: #fff;
}

.home_map ul li span {
  float: left;
  width: 84%;
  padding: 0 10px;
  vertical-align: middle;
}

.home_map ul li span h4 {
  margin: 0 0 5px;
}

.home_map ul li a {
  text-decoration: none;
  color: #fff;
}

.map iframe {
  width: 100%;
  height: 350px;
}

.abt_right img {
  width: 100%;
}

.abt_areasec {
  padding: 60px 0;
}

.dropdown-toggle {
  white-space: nowrap;
  background: no-repeat;
  color: #fff;
  border: none;
}

.main-navigation ul li svg.icon.icon-angle-down {
  display: none;
}

.serv_page_img img {
  width: 100%;
  height: 450px;
  object-fit: cover;
  margin: 10px 0;
}

/*===============Responsive Starts===============*/
@media all and (min-width: 800px) {
}

@media (min-width: 981px) and (max-width: 1399px) {
  .main-navigation ul li {
    margin-left: 0;
  }

  .looking_left h3 {
    font-size: 36px;
  }

  .news_box form input {
    width: 100%;
  }

  .card_area {
    padding: 0;
  }

  .card_img img {
    margin: 5px 0;
  }

  .card_img img:last-child {
    margin: 0;
  }

  .card_img,
  .card_area h3 {
    text-align: center;
  }

  .start_area h3 {
    font-size: 50px;
  }
}

@media (min-width: 768px) and (max-width: 980px) {
  .banner_area {
    margin: 0;
  }

  .logo_area {
    position: relative;
    left: inherit;
    padding: 10px;
    width: 100%;
  }

  .logo_area img {
    width: 35%;
  }

  .logo_area p {
    transform: inherit;
    position: relative;
    transform-origin: unset;
    left: inherit;
    white-space: unset;
    text-align: center;
  }

  .header_area {
    padding: 0;
  }

  .hamburger_btn {
    --button-color: #000;
  }

  .hamburger_btn .hamburger {
    transition: translate 1s, rotate 1s;
  }

  .hamburger_btn[aria-expanded="true"] .hamburger {
    translate: 2px -5px;
    rotate: 0.125turn;
  }

  .hamburger_btn .line {
    transition: 1s;
    stroke-dasharray: 60 31 60 300;
    stroke-width: 8px;
  }

  .hamburger_btn[aria-expanded="true"] .line {
    stroke-dasharray: 60 105 60 300;
    stroke-dashoffset: -90;
    stroke-width: 8px;
  }

  .hamburger_btn svg {
    width: 100px;
    --button-color: #fff;
    position: relative;
    left: 0px;
    top: 4px;
  }

  .toggle-button {
    display: flex;
    position: absolute;
    width: 60px;
    height: 60px;
    margin-top: 66px;
  }

  .main-navigation ul {
    position: fixed;
    top: 273px;
    right: -800px;
    width: 100%;
    height: 100vh;
    max-height: 100vh;
    overflow: auto;
    background: #131830;
    text-align: center;
    padding: 50px 0 30px;
    box-shadow: -30px 0 30px rgba(0, 0, 0, 0.1);
    transition: 0.5s;
    opacity: 0;
    z-index: 100;
  }

  .main-navigation.toggle-menu ul {
    right: 0;
    opacity: 1;
    z-index: 100;
    top: 273px;
  }

  .main-navigation > ul::-webkit-scrollbar-thumb {
    width: 0;
    background: transparent;
  }

  .main-navigation > ul::-webkit-scrollbar {
    width: 0;
  }

  .main-navigation > ul::-webkit-scrollbar-track {
    width: 0;
    background: transparent;
  }

  .main-navigation ul li {
    display: block;
    margin: -50px 0 10px 0;
    padding: 10px 15px 10px 15px;
    opacity: 0;
    transition: 0.5s;
  }

  .main-navigation ul li:first-child {
    padding: 10px 15px 10px 15px;
  }

  .main-navigation.toggle-menu ul li {
    text-align: left;
    border-bottom: solid 1px rgb(225, 225, 225, 0.3);
    margin-top: 0;
    opacity: 1;
    transition: 0.5s;
    transition-delay: 0.4s;
  }

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

  .main-navigation ul li:last-child a {
    display: inline-block;
    margin: 0 auto;
  }

  .main-navigation ul li a {
    font-size: 18px;
    line-height: 28px;
    color: #ffffff;
  }

  .main-navigation ul li:hover ul.sub-menu {
    left: 0;
    width: 100%;
    padding: 0;
  }

  .main-navigation ul li:hover ul.sub-menu li a {
    color: #000;
  }

  .etimate_btn a {
    line-height: 52px !important;
  }

  .etimate_btn {
    float: none;
    text-align: center !important;
  }

  .skitter .info_slide_dots {
    margin-left: -25px;
  }

  .label_skitter p {
    font-size: 18px !important;
  }

  .label_skitter img {
    width: 100px;
  }

  .skitter-large-box {
    height: 300px;
  }

  .abt_left .btn_area a {
    width: 160px;
    margin-right: 2px;
    padding: 0 15px;
  }

  .looking_left h3 {
    font-size: 26px;
  }

  .transform_slider .slick-arrow {
    margin-top: -50px;
  }

  .counter_slider .slick-arrow {
    margin-top: -30px;
  }

  .lightimg_box a {
    height: 200px;
  }

  .news_box form input {
    width: 100%;
  }

  .card_area {
    padding: 0;
  }

  .card_img img {
    margin: 5px 0;
  }

  .card_img img:last-child {
    margin: 0;
  }

  .card_img,
  .card_area h3 {
    text-align: center;
  }

  .start_area h3 {
    font-size: 50px;
  }

  .foot_menu h3,
  .foot_about h3,
  .foot_cont h3 {
    font-size: 20px;
  }

  .serv_page_img img {
    height: 220px;
  }
}

@media (max-width: 767px) {
  .banner_area {
    margin: 0;
  }

  .logo_area {
    position: relative;
    left: inherit;
    padding: 10px;
    width: 100%;
  }

  .logo_area img {
    width: 35%;
  }

  .logo_area p {
    transform: inherit;
    position: relative;
    transform-origin: unset;
    left: inherit;
    white-space: unset;
    text-align: center;
  }

  .header_area {
    padding: 0;
  }

  .hamburger_btn {
    --button-color: #000;
  }

  .hamburger_btn .hamburger {
    transition: translate 1s, rotate 1s;
  }

  .hamburger_btn[aria-expanded="true"] .hamburger {
    translate: 2px -5px;
    rotate: 0.125turn;
  }

  .hamburger_btn .line {
    transition: 1s;
    stroke-dasharray: 60 31 60 300;
    stroke-width: 8px;
  }

  .hamburger_btn[aria-expanded="true"] .line {
    stroke-dasharray: 60 105 60 300;
    stroke-dashoffset: -90;
    stroke-width: 8px;
  }

  .hamburger_btn svg {
    width: 100px;
    --button-color: #fff;
    position: relative;
    left: 0px;
    top: 0px;
  }
  .skitter .container_skitter img.image_main {
    height: 100% !important;
    object-fit: cover !important;
  }

  .toggle-button {
    display: flex;
    position: absolute;
    width: 48px;
    height: 48px;
    top: 23px;
  }

  .main-navigation ul {
    position: fixed;
    top: 0;
    right: -400px;
    width: 100%;
    height: 100vh;
    max-height: 100vh;
    overflow: auto;
    background: #131830;
    text-align: center;
    padding: 50px 0 30px;
    box-shadow: -30px 0 30px rgba(0, 0, 0, 0.1);
    transition: 0.5s;
    opacity: 0;
    z-index: 100;
  }

  .main-navigation.toggle-menu ul {
    right: 0;
    opacity: 1;
    z-index: 100;
  }

  .main-navigation > ul::-webkit-scrollbar-thumb {
    width: 0;
    background: transparent;
  }

  .main-navigation > ul::-webkit-scrollbar {
    width: 0;
  }

  .main-navigation > ul::-webkit-scrollbar-track {
    width: 0;
    background: transparent;
  }

  .main-navigation ul li {
    display: block;
    margin: -50px 0 10px 0;
    padding: 10px 15px 10px 15px;
    opacity: 0;
    transition: 0.5s;
  }

  .main-navigation ul li:first-child {
    padding: 10px 15px 10px 15px;
  }

  .main-navigation.toggle-menu ul li {
    text-align: left;
    border-bottom: solid 1px rgb(225, 225, 225, 0.3);
    margin-top: 0;
    opacity: 1;
    transition: 0.5s;
    transition-delay: 0.4s;
  }

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

  .main-navigation ul li:last-child a {
    display: inline-block;
    margin: 0 auto;
  }

  .main-navigation ul li a {
    font-size: 18px;
    line-height: 28px;
    color: #ffffff;
  }

  .main-navigation ul li:hover ul.sub-menu {
    left: 0;
    width: 100%;
    padding: 0;
  }

  .main-navigation ul li:hover ul.sub-menu li a {
    color: #000;
  }

  .etimate_btn a {
    line-height: 52px !important;
  }

  .etimate_btn {
    float: none;
    text-align: center !important;
  }

  .skitter .info_slide_dots {
    margin-left: -25px;
  }

  .skitter-large-box .btn_area {
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    text-align: center;
  }

  .label_skitter p {
    font-size: 18px !important;
  }

  .label_skitter img {
    width: 100px;
  }

  .skitter-large-box {
    height: 400px;
  }

  .head_area h2 {
    font-size: 20px;
  }

  .head_area {
    padding: 10px 15px 0px;
    line-height: 10px;
  }

  .head_area span {
    font-size: 16px;
    top: 5px;
  }

  .abt_cont {
    padding-left: 15px;
  }

  .btn_area a {
    padding: 0 10px;
    font-size: 12px;
  }

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

  .abt_area:after {
    width: 100%;
    opacity: 0.1;
    background-size: cover;
    z-index: -1;
  }

  .head_img:after {
    width: 170px;
  }

  .abt_left .btn_area {
    text-align: center;
  }

  .abt_left .btn_area a {
    width: 120px;
    margin-right: 2px;
  }

  .service_area,
  .looking_area,
  .transform_area,
  .project_area,
  .success_area {
    padding: 40px 0;
  }

  .service_area .head_area .head_img:before,
  .service_area .head_area .head_img:after {
    width: 60px;
  }

  .service_area .head_area span:before,
  .service_area .head_area span:after {
    width: 10px;
  }

  .serv_slider .slick-list {
    padding: 15px 0;
  }

  .looking_left h3 {
    font-size: 22px;
    text-align: center;
  }

  .looking_right {
    text-align: center;
    margin: 15px 0 0;
  }

  .transform_area .head_area .head_img:before,
  .transform_area .head_area .head_img:after {
    width: 120px;
  }

  .transform_area .head_area span:before,
  .transform_area .head_area span:after {
    width: 50px;
  }

  .transform_slider .item {
    padding: 0 10px;
  }

  .transform_slider .slick-list {
    margin: 0 -10px;
  }

  .transform_slider .slick-arrow {
    margin-top: -70px;
  }

  .project_area .head_area .head_img:before,
  .project_area .head_area .head_img:after {
    width: 60px;
  }

  .project_area .head_area span:before,
  .project_area .head_area span:after {
    width: 10px;
  }

  .lightimg_box a {
    height: 130px;
  }

  .success_area .head_area .head_img:before,
  .success_area .head_area .head_img:after {
    width: 70px;
  }

  .success_area .head_area span:before,
  .success_area .head_area span:after {
    width: 20px;
  }

  .counter_slider .item {
    padding: 0 10px;
  }

  .counter_slider .slick-list {
    margin: 0 -10px;
  }

  .counter_slider .slick-arrow {
    margin-top: -50px;
  }

  .book_area,
  .testimonial_area {
    padding: 40px 0;
  }

  .book_left .head_img:after {
    width: 100px;
  }

  .book_left .head_area span:after {
    width: 20px;
  }

  .book_right {
    margin-top: 30px;
    height: auto;
  }

  .testimonial_area .head_area .head_img:before,
  .testimonial_area .head_area .head_img:after {
    width: 50px;
  }

  .testimonial_area .head_area span:before,
  .testimonial_area .head_area span:after {
    width: 10px;
  }

  .news_area {
    padding: 40px 0;
    background: linear-gradient(180deg, #000 50%, #06041a 50%);
  }
  .start_area .btn_area a {
    background: #0a1531;
  }

  .news_box {
    padding-bottom: 50px;
  }

  .news_box form input {
    width: 100%;
  }

  .news_box button.form_btn {
    margin-top: 10px;
    background: #981515 !important;
  }

  .card_area {
    padding: 60px 0 30px;
  }

  .card_img img {
    margin: 5px 0;
  }

  .card_img img:last-child {
    margin: 0;
  }

  .card_img,
  .card_area h3 {
    text-align: center;
  }

  .start_area {
    padding: 70px 0;
  }

  .start_area h3 {
    font-size: 28px;
  }

  .start_area h3:after {
    background-size: 40px;
    width: 40px;
  }

  .footer_area {
    padding: 40px 0;
  }

  .foot_menu h3 {
    margin: 10px 0 3px;
  }

  .copy_area,
  .copy_right {
    text-align: center;
  }

  .inner_banner h1 {
    font-size: 20px;
  }

  .inner_page img,
  .single_service .serv_img {
    float: none;
    width: 100%;
    margin: 0 0 20px;
  }

  .inner_banner img {
    height: 100%;
  }

  .single_service p,
  .single_service ul li {
    font-size: 14px;
    line-height: 24px;
  }

  .serv_page_img img {
    height: 120px;
  }
}

/*===============Responsive Ends===============*/
.whatsapp_button a {
  color: #fff;
  background: #25d366;
  padding: 5px 15px 3px 15px;
  font-size: 54px;
  border-radius: 50%;
}

.whatsapp_button {
  position: fixed;
  right: 20px;
  bottom: 0;
  z-index: 999;
}

.call_float {
  position: fixed;
  right: 15px;
  bottom: 80px;
  z-index: 9999;
}

.call_float a i {
  width: 50px;
  height: 50px;
  background: #a65a02;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  font-size: 20px;
  transition: 0.5s;
}

.sticky {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9;
  background: #fff;
}
.sticky .main-navigation ul li a {
  color: #000000;
}
