body {
    font-family: "Open Sans";
    overflow-X: hidden;
  }
  
  a {
    text-decoration: none;
  }
  
  ul {
    margin: 0;
    padding: 0;
  }
  
  html {
    overflow-X: hidden;
  }
  
  @font-face {
    font-family: "Times New Roman";
    src: url(../fonts/TimesNewRoman.ttf);
  }
  
  .top_head {
    background: #0b1f40;
    padding: 8px 0;
  }
  
  .cont_area a {
    color: #fff;
    font-size: 14px;
    line-height: 24px;
    font-weight: 600;
  }
  
  .cont_area p i {
    color: #29aae2;
  }
  
  .cont_area p {
    margin: 0;
    display: inline-block;
    margin-right: 30px;
    color: #000;
  }
  
  .social_top {
    text-align: right;
  }
  
  .social_top a {
    color: #000;
    display: inline-block;
    margin-left: 10px;
    text-align: center;
  }
  
  .head_nav {
    padding: 0;
    background: #fff;
    position: relative;
    left: 0;
    width: 100%;
    transition: ease-in-out 0.3s;
    z-index: 10;
    padding: 8px 0;
  }
  
  .head_nav nav {
    padding: 0;
  }
  
  .head_nav .navbar-brand {
    padding: 0;
  }
  
  .head_nav ul {
    margin: 0 0 0 auto;
  }
  
  .head_nav ul li a {
    color: #000;
    font-size: 16px;
    line-height: 48px;
    position: relative;
    font-weight: 600;
  }
  
  .head_nav .navbar-nav .nav-link {
    padding: 0 20px;
  }
  
  .head_nav ul li a::before {
    color: transparent;
    content: "";
    left: 50%;
    pointer-events: none;
    position: absolute;
    bottom: 10px;
    transform: translateX(-50%);
    width: 0;
    height: 2px;
    background: #020202;
    transition: all 0.5s;
  }
  
  .head_nav ul li a:hover {
    color: #000;
  }
  
  .head_nav ul li a:hover::before {
    width: 50px;
  }
  
  .head_nav ul li a.active {
    color: #000;
  }
  
  .etimate_btn a {
    background: #29aae2;
    border-radius: 6px;
    width: 196px;
    height: 48px;
    color: #fff !important;
    text-align: center;
    box-shadow: 0 10px 15px rgba(0, 0, 0, 0.2);
    position: relative;
    overflow: hidden;
    z-index: 1;
    transition: all 0.5s;
  }
  
  .etimate_btn a::before {
    display: none;
  }
  
  .etimate_btn a:after {
    content: "";
    background: #0b1f40;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 0;
    z-index: -1;
    transition: all 0.5s;
  }
  
  .etimate_btn a:hover:after {
    height: 100%;
  }
  
  .etimate_btn a:hover {
    letter-spacing: 1px;
  }
  
  .hamburger {
    display: none;
  }
  
  .navbar-brand {
    width: 130px;
  }
  
  .navbar-brand img {
    width: 100%;
  }
  
  .sticky_menu {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 12;
  }
  
  /* .sticky_menu.head_nav ul li a {
    line-height: 28px;
  } */
  
  .sticky_menu.head_nav {
    background: #fff;
    border-bottom: 1px solid #d3d3d3;
  }
  
  .sticky_menu.head_nav .dropdown-menu li a {
    color: #000;
  }
  
  .head_nav .dropdown-menu li a {
    line-height: 28px;
  }
  
  .head_nav .dropdown-menu li a:hover {
    background: #29aae2;
    color: #fff;
  }
  
  .head_nav .dropdown-menu li a::before {
    display: none;
  }
  
  .head_nav .dropdown-menu {
    width: 270px;
    border-radius: 0;
  }
  
  .sticky_menu.head_nav .navbar-brand img {
    width: 90px;
    transition: all 0.5s;
  }
  
  .abt_area .btn_area a {
    /* background: #29aae2; */
    border-radius: 6px;
    width: 196px;
    height: 48px;
    color: #fff;
    text-align: center;
    box-shadow: 0 10px 15px rgba(0, 0, 0, 0.2);
    position: relative;
    overflow: hidden;
    z-index: 1;
    transition: all 0.5s;
    display: inline-block;
    line-height: 48px;
    font-weight: 600;
  }
  
  .abt_area .btn_area a:after {
    content: "";
    background: #0b1f40;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 0;
    z-index: -1;
    transition: all 0.5s;
  }
  
  .btn_area a:hover:after {
    height: 100%;
  }
  
  /* .btn_area a:hover {
    letter-spacing: 1px;
  } */
  
  .slide .btn_area {
    margin-top: 45px;
  }
  
  .slide .btn_area a{
      color: #fff;
      padding: 14px 20px;
      border-radius: 6px;
      background: #29aae2;
    }
  
  
  .slide {
    position: relative;
    padding: 275px 0;
    background: #000;
  }
  
  .slide h2 {
    font-weight: bold;
  }
  
  .slide .slide_img {
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0.6;
  }
  
  .slider_area {
    position: relative;
  }
  
  /* .slider_area:after {
    content: "";
    background: url(../images/banner_btm.webp) no-repeat 0 100%;
    background-size: 100%;
    position: absolute;
    left: 0;
    bottom: -2px;
    width: 100%;
    height: 135px;
  } */
  
  .slide .slide_img img {
    max-width: 100%;
    height: 100%;
    opacity: 1 !important;
    -webkit-animation-duration: 3s;
    animation-duration: 3s;
    transition: all 1s ease;
    width: 100%;
    object-fit: cover;
  }
  
  .slide .slide_content--headings {
    text-align: left;
    color: #000;
  }
  
  .slide .cont_center {
    padding-left: 25px;
    border-left: 4px solid #29aae2;
    position: relative;
  }
  
  .slide .slide_content--headings h2 {
    font-size: 48px;
    margin: 0;
    font-weight: bold;
    color: #fff;
    font-family: "Times New Roman";
    font-weight: bold;
  }
  
  .slide .slide_content--headings .animated {
    transition: all 0.5s ease;
  }
  
  .slider_area [data-animation-in] {
    opacity: 0;
    -webkit-animation-duration: 1.5s;
    animation-duration: 1.5s;
    transition: opacity 0.5s ease 0.3s;
  }
  
  .slider_area .slick-arrow {
    border: none;
    background: transparent;
    color: #fff;
    position: absolute;
    top: 50%;
    left: 0;
    width: 45px;
    z-index: 1;
  }
  
  .slider_area .slick-arrow.slick-next {
    right: 0;
    left: auto;
    transition: ease-in-out 0.3s;
    z-index: 0;
  }
  
  .slider_area .slick-arrow i {
    font-size: 35px;
    transition: all 0.3s;
    background: #43d52b;
    padding: 5px 10px;
    color: #fff !important;
  }
  
  .slider_area .slick-arrow i:hover {
    background: #000;
  }
  
  .slider_area .slick-arrow:before {
    display: none;
  }
  .abt_area .btn_area .learn-btn{
      background: #29aae2;
    }
  
    .abt_area .btn_area .call-btn{
      background: #0b1f40;
    }
    .abt_area .btn_area .call-btn::after{
      background: #29aae2 !important;
    }
  
  
  @-webkit-keyframes zoomInImage {
    from {
      transform: scale3d(1, 1, 1);
    }
  
    to {
      transform: scale3d(1.1, 1.1, 1.1);
    }
  }
  
  @keyframes zoomInImage {
    from {
      transform: scale3d(1, 1, 1);
    }
  
    to {
      transform: scale3d(1.1, 1.1, 1.1);
    }
  }
  
  .zoomInImage {
    -webkit-animation-name: zoomInImage;
    animation-name: zoomInImage;
  }
  
  @-webkit-keyframes zoomOutImage {
    from {
      transform: scale3d(1.1, 1.1, 1.1);
    }
  
    to {
      transform: scale3d(1, 1, 1);
    }
  }
  
  @keyframes zoomOutImage {
    from {
      transform: scale3d(1.1, 1.1, 1.1);
    }
  
    to {
      transform: scale3d(1, 1, 1);
    }
  }
  
  .zoomOutImage {
    -webkit-animation-name: zoomOutImage;
    animation-name: zoomOutImage;
  }
  
  .head_box {
    text-align: center;
  }
  
  .head_box span {
    width: 180px;
    height: 44px;
    background: #fff;
    border-radius: 5px;
    display: inline-block;
    border: 1px solid #020202;
    cursor: default;
    color: #29aae2;
    font-weight: 600;
    line-height: 44px;
    box-shadow: 0 0 30px rgb(42 42 42 / 24%);
    text-align: center;
  }
  
  .head_box h3 {
    color: #000;
    font-weight: 700;
    font-size: 36px;
    margin: 15px 0 20px;
  }
  
  .key_area {
    padding: 70px 0;
  }
  
  .key_box {
    background: #29aae2;
    padding: 35px;
    border-radius: 8px;
    margin-top: 35px;
    display: flex;
    width: 100%;
    position: relative;
    z-index: 1;
    overflow: hidden;
  }
  
  .key_box_left h3 {
    font-size: 20px;
    font-weight: 600;
    text-transform: uppercase;
    color: #ffffff;
    margin: 0 0 15px;
    transition: all 0.5s;
  }
  
  .key_box_left p {
    line-height: 28px;
    color: #ffffff;
    text-align: justify;
    margin: 0;
    transition: all 0.5s;
  }
  
  .key_box_right {
    margin: auto 0;
  }
  
  .key_box_right img {
    width: 100px;
  }
  
  .key_box_left {
    padding-right: 40px;
    margin: auto 0;
  }
  
  .key_box:before {
    position: absolute;
    content: "";
    z-index: -1;
    top: 0;
    right: 0;
    width: 0;
    height: 100%;
    /* background: url(../images/bg-feature.png); */
    background: #0b1f40;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 5px;
    transition: .5s;
  }
  
  .key_box:hover:before {
    left: 0;
    width: 100%;
  }
  
  .key_box:hover h3,
  .key_box:hover p {
    color: #fff;
  }
  
  .abt_left {
    width: 100%;
    border-radius: 150px 20px 20px 20px;
    overflow: hidden;
  }
  
  .abt_left img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  
  .abt_right {
    width: 100%;
  }
  
  .abt_right .head_box {
    text-align: left;
  }
  
  .abt_right p {
    line-height: 28px;
    color: #505050;
    text-align: justify;
    margin: 10px 0;
  }
  
  .abt_right .btn_area {
    margin-top: 40px;
  }
  
  .abt_right .btn_area a {
    margin-right: 24px;
  }
  
  .service_area {
    padding: 70px 0;
  }
  
  .serv_box {
    background: #f3f4f8;
    padding: 25px 0;
    margin: 15px 0;
    border-radius: 6px;
    width: 100%;
    box-shadow: 0 10px 15px rgba(0, 0, 0, 0.2);
  }
  
  .serv_img {
    background: #020202;
    width: 370px;
    height: 280px;
    margin: 0 auto;
    border-radius: 8px;
    position: relative;
    z-index: 1;
  }
  
  .serv_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 6px;
    transition: all 0.5s;
  }
  
  .serv_cont h3 {
    font-size: 20px;
    font-weight: 600;
    color: #000;
    margin: 20px 0 8px;
  }
  
  .serv_cont p {
    font-size: 16px;
    color: #505050;
    line-height: 28px;
    margin: 0;
  }
  
  .serv_cont {
    padding: 0 60px 10px;
    text-align: center;
  }
  
  .serv_cont a {
    background: #29aae2;
    border-radius: 6px;
    width: 165px;
    height: 40px;
    color: #fff;
    text-align: center;
    box-shadow: 0 10px 15px rgba(0, 0, 0, 0.2);
    position: relative;
    overflow: hidden;
    z-index: 1;
    transition: all 0.5s;
    display: inline-block;
    line-height: 40px;
    font-weight: 600;
    font-size: 14px;
    margin-top: 25px;
  }
  
  .serv_cont a:after {
    content: "";
    background: #0b1f40;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 0;
    z-index: -1;
    transition: all 0.5s;
  }
  
  .serv_cont a:hover:after {
    height: 100%;
  }
  
  .serv_cont a:hover {
    letter-spacing: 1px;
  }
  
  /*.serv_box:hover .serv_img img{transform: scale(0.9);}*/
  
  .serv_img:before {
    width: 370px;
    height: 280px;
    position: absolute;
    left: 0;
    top: 0;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 20px;
    background-color: #020202;
    content: ' ';
    z-index: -1;
    transition: all 0.5s;
  }
  
  .serv_box:hover .serv_img:before {
    animation: pulse-animation 1.5s ease-in-out;
  }
  
  @keyframes pulse-animation {
    0% {
      -moz-transform: scale(1);
      -o-transform: scale(1);
      -webkit-transform: scale(1);
      -ms-transform: scale(1);
      transform: scale(1);
      opacity: 0;
    }
  
    9% {
      -moz-transform: scale(1);
      -o-transform: scale(1);
      -webkit-transform: scale(1);
      -ms-transform: scale(1);
      transform: scale(1);
      opacity: 0;
    }
  
    10% {
      -moz-transform: scale(1);
      -o-transform: scale(1);
      -webkit-transform: scale(1);
      -ms-transform: scale(1);
      transform: scale(1);
      opacity: 1;
    }
  
    100% {
      -moz-transform: scale(1.6);
      -o-transform: scale(1.6);
      -webkit-transform: scale(1.6);
      -ms-transform: scale(1.6);
      transform: scale(1.6);
      opacity: 0;
    }
  }
  
  .quality_area {
    /* background: url(../images/wavy.png) no-repeat center; */
    background: #0b1f40;
    background-size: cover;
    padding: 60px 0;
  }
  .quality_area .btn_area a,
  .project_area .btn_area a
  , .why_area .btn_area a{
  padding: 14px 20px;
  background: #29aae2;
  border-radius: 6px;
  color: #fff;
  transition: 0.5s;
  }
  .project_area .btn_area a:hover, .why_area .btn_area a:hover{
    background: #0b1f40;
  }
  
  .quality_area h3 {
    font-size: 52px;
    color: #fff;
    text-align: center;
    margin: 0;
    font-family: "Times New Roman";
  }
  
  .quality_area .btn_area {
    margin-top: 36px;
    text-align: center;
  }
  
  /* .quality_area .btn_area a {
    background: linear-gradient(to bottom, #595959, #000);
  } */
  
  .quality_area .btn_area a:after {
    background: linear-gradient(to top, #595959, #000);
  }
  
  .project_area {
    padding: 70px 0;
  }
  
  .pad-0 {
    padding: 0;
  }
  
  .lightimg_box a {
    display: block;
    height: 250px;
    overflow: hidden;
    margin: 12px 0;
  }
  
  .lightimg_box a img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.5s;
    border-radius: 6px;
  }
  
  .project_area .slick-arrow {
    border: none;
    background: #020202;
    color: #fff;
    width: 30px;
    height: 140px;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
  }
  .project_area h3{
    font-size: 35px;
    font-weight: 700;
  }
  
  .project_area .slick-arrow.next-arrow {
    right: 0;
    left: inherit;
  }
  
  .project_area .slick-list {
    padding: 30px 0;
  }
  
  .project_area .item {
    transition: all 0.5s;
  }
  
  .project_area .item:hover {
    transform: scale(1.1);
    z-index: 1;
    position: relative;
  }
  
  .project_area .item:hover .lightimg_box a img {
    transform: scale(1.1);
  }
  
  .project_area .btn_area {
    text-align: center;
    margin-top: 30px;
  }
  
  .why_area {
    padding: 0 0 70px;
    position: relative;
    z-index: 1;
  }
  
  .why_area:after {
    content: "";
    background: #f3f4f8;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: calc(100% - 70px);
    z-index: -1;
  }
  
  .why_left {
    width: 100%;
    display: flex;
  }
  
  .why_img {
    padding: 0 0 95px;
  }
  
  .why_left img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  
  .why_left .btn_area {
    text-align: center;
    margin-top: 45px;
  }
  
  .why_right {
    width: 100%;
    padding-top: 140px;
  }
  
  .why_right .head_box {
    text-align: left;
  }
  
  .why_right p {
    line-height: 28px;
    color: #505050;
    text-align: justify;
    margin: 0;
  }
  
  .why_point_area {
    margin-top: 25px;
  }
  
  .why_point_icon {
    width: 115px;
    height: 115px;
    border-radius: 100%;
    background: #fff;
    margin: 10px auto;
    box-shadow: 0 0 0 3px #000;
    border: 8px solid #f3f4f8;
    position: relative;
    z-index: 1;
    transition: all 1s;
  }
  
  .why_point_icon:after {
    content: "";
    background: #0b1f40;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    border-radius: 100%;
    z-index: -1;
    transform: scale(0);
    transition: all 0.5s;
  }
  
  .why_point_icon img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
  
  .why_point h3 {
    font-weight: bold;
    font-size: 20px;
    color: #000;
    text-align: center;
    margin: 10px 0 0;
  }
  
  .why_point:hover .why_point_icon:after {
    transform: scale(1);
  }
  
  .why_point:hover .why_point_icon {
    box-shadow: 0 0 0 3px #020202;
  }
  
  .fl-left {
    float: left;
  }
  
  .fl-right {
    float: right;
  }
  
  .testimonial_area {
    background: url(../images/test_back.webp) center;
    padding: 70px 0 230px;
    position: relative;
    z-index: 1;
  }
  .testimonial_area h3{
    color: #fff;
  }
  
  .testimonial_area:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    z-index: -1;
  }
  
  .testimonial_area .head_box h2 {
    color: #fff;
  }
  
  .test_slider .item p {
    font-size: 18px;
    font-weight: 500;
    text-align: center;
    font-style: italic;
    margin: 0;
    color: #fff;
    padding: 0 130px;
    position: relative;
  }
  
  .test_slider .item p:before {
    content: "";
    position: absolute;
    left: 75px;
    top: 0;
    width: 34px;
    height: 26px;
    background: url(../images/quote_icon.webp) 0 0 no-repeat;
  }
  
  .test_slider .item p:after {
    content: "";
    position: absolute;
    right: 75px;
    bottom: 0;
    width: 34px;
    height: 26px;
    background: url(../images/quote_icon.webp) 100% 0 no-repeat;
  }
  
  .test_slider .item h3 {
    font-size: 22px;
    font-weight: 600;
    text-align: center;
    color: #fff;
    margin: 30px 0 0;
  }
  
  .get_form_area {
    margin-top: -160px;
    position: relative;
    z-index: 1;
    padding-bottom: 70px;
  }
  
  .get_form_back {
    /* background: url(../images/form-back.png) center; */
    background: #29aae2;
    background-size: cover;
    padding: 70px 30px 30px;
    box-shadow: 0 14px 30px rgba(0, 0, 0, 0.2);
  }
  
  .get_info_area {
    display: flex;
    margin-bottom: 30px;
  }
  
  .get_info_icon {
    width: 13%;
  }
  
  .get_info_icon i {
    width: 48px;
    height: 48px;
    background: #0b1f40;
    border-radius: 100px;
    text-align: center;
    color: #fff;
    font-size: 22px;
    line-height: 48px;
  }
  
  .get_info_cont {
    width: 80%;
    word-break: break-word;
    padding-left: 15px;
  }
  
  .get_info_cont h3 {
    font-size: 18px;
    font-weight: 600;
    color: #0b1f40;
    margin: 0;
    text-transform: uppercase;
  }
  
  .get_info_cont p,
  .get_info_cont a {
    color: #fff;
    margin: 0;
  }
  
  .get_form form input,
  .get_form form select {
    background: #fff;
    border-radius: 0;
    border: 1px solid #989898;
    height: 52px;
    margin-bottom: 20px;
    font-size: 16px;
    font-weight: 400;
    color: #000;
    appearance: auto;
  }
  
  .get_form form textarea {
    background: #fff;
    border-radius: 0;
    border: 1px solid #989898;
    height: 148px;
    margin-bottom: 20px;
    font-size: 16px;
    font-weight: 400;
    color: #000;
  }
  
  .get_form .head_box {
    text-align: left;
  }
  
  .get_form .head_box h2 {
    color: #fff;
    margin: 0 0 10px;
  }
  
  .form_submit {
    background: #0b1f40 !important;
    border-radius: 6px !important;
    width: 196px;
    height: 48px !important;
    color: #fff !important;
    text-align: center;
    box-shadow: 0 10px 15px rgba(0, 0, 0, 0.2);
    position: relative;
    overflow: hidden;
    z-index: 1;
    transition: all 0.5s;
    display: inline-block;
    line-height: 48px;
    font-weight: 600 !important;
    border: none !important;
    margin-top: 15px;
  }
  
  .form_submit:after {
    content: "";
    background: linear-gradient(to top, #595959, #000);
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 0;
    z-index: -1;
    transition: all 0.5s;
  }
  
  .form_submit:hover:after {
    height: 100%;
  }
  
  .form_submit:hover {
    letter-spacing: 1px;
  }
  
  .footer_area {
    padding: 70px 0;
    background: #0b1f40;
    position: relative;
    z-index: 1;
  }
  
  /* .foot_head_area {
    margin-top: 180px;
  } */
  
  .foot_head {
    display: inline-block;
    position: relative;
    margin-bottom: 15px;
  }
  
  .foot_head h3 {
    font-weight: 500;
    font-size: 22px;
    position: relative;
    margin-bottom: 0;
    color: #fff;
    text-transform: uppercase;
  }
  
  .foot_left p {
    line-height: 28px;
    color: #fff;
    text-align: justify;
    margin: 0;
  }
  
  .foot_left a {
    width: 210px;
    height: 154px;
    line-height: 154px;
    border-radius: 0 0 20px 20px;
    margin-bottom: 30px;
    display: block;
  }
  
  .foot_menu ul li {
    list-style: none;
    margin: 10px 0;
    position: relative;
    padding-left: 25px;
  }
  
  .foot_menu ul li a {
    color: #fff;
    transition: all 0.3s;
  }
  
  .foot_menu ul li a:hover {
    color: #fff;
  }
  
  .foot_menu ul li:before {
    content: "\f101";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    position: absolute;
    left: 0;
    color: #29aae2;    
  }
  
  .foot_menu_pad {
    padding-left: 15px;
  }
  
  .foot_address p {
    color: #fff;
    display: flex;
    margin-top: 10px;
  }
  
  .foot_address p i {
    max-width: 35px;
    margin-top: 3px;
    width: 100%;
    color: #29aae2;
  }
  
  .foot_address p span {
    display: block;
  }
  
  .foot_address p span a {
    color: #fff;
    text-decoration: none;
    word-break: break-all;
  }
  
  .foot_social {
    margin-top: 20px;
  }
  
  .foot_social a {
    width: 42px;
    height: 42px;
    background: #3a559f;
    color: #fff;
    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;
  }
  
  .copy_area {
    background: #000b1c;
    padding: 30px 0;
    border-top: 1px solid #615e5f;
  }
  
  .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;
  }
  
  .inner_banner img {
    width: 100%;
    height: 300px;
    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 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: #29aae2;
    font-weight: bold;
  }
  
  .single_service ul li {
    list-style: none;
    color: #505050;
    margin: 5px 0;
    font-weight: 400;
    padding-left: 20px;
    position: relative;
    text-align: justify;
  }
  
  .single_service ul li:before {
    content: "\f00c";
    color: #29aae2;
    font-family: "Font Awesome 6 Free";
    font-weight: bold;
    position: absolute;
    left: 0;
  }
  
  .single_service h2:not(.head) {
    color: #29aae2;
    font-size: 24px;
    margin: 10px 0;
  }
  
  
  .getin_wrap {
    padding: 60px 0;
  }
  
  .getin_wrap h2 {
    text-align: center;
    color: #0490c0;
  }
  
  .form_box {
    padding: 0;
  
  }
  
  .home_map {
    background: #29aae2;
    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: #0b1f40;
    border: 1px solid #fff;
    padding: 10px 10px;
    border-radius: 50%;
    text-align: center;
    color: #ffffff;
  }
  
  .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_left img {
    width: 100%;
  }
  
  .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;
  }
  
  .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: 0px 0;
  }
  
  .book_left form .form-control {
    width: 100%;
    height: 46px;
    border: 1px solid #b5b5b5;
    border-radius: 0;
    margin-bottom: 10px;
    font-size: 18px;
    color: #505050;
  }
  
  .book_left form textarea.form-control {
    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: #e7240f;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;}
  .form_btn:before{content: "";position: absolute;top: 50%;left: 50%;z-index: -1;transition: all 0.6s ease; background: #0397ca;width: 100%;height: 0;transform: translate(-50%,-50%) rotate(45deg);}
  .form_btn:hover::before {height: 340%;}*/
  
  /*===============Responsive Starts===============*/
  @media all and (min-width: 800px) {}
  
  @media (min-width:981px) and (max-width:1366px) {
    .head_nav .navbar-brand img {
      width: 100px;
    }
  
    .head_nav .navbar-nav .nav-link {
      padding: 0 8px;
    }
  
    .serv_cont {
      padding: 0 20px 40px;
    }
  
    .serv_box {
      width: 265px;
      margin: 15px auto;
      padding: 20px 0;
    }
  
    .serv_img {
      width: 225px;
      height: 225px;
    }
  
    .serv_img:before {
      width: 225px;
      height: 225px;
    }
  
    .quality_area h3 {
      font-size: 40px;
    }
  }
  
  @media (min-width:768px) and (max-width:980px) {
    .hamburger {
      background: #0b1f40;
      padding: 10px;
      border: none;
      display: block;
      border-radius: 3px;
    }
    .home_map ul li a{
        word-break: break-all;
    }
    .navbar-brand {
        width: 200px;
    }
    .head_nav .navbar-brand img {
        width: 100%;
      }
  
    .hamburger .line {
      width: 30px;
      height: 3px;
      background-color: #fff;
      display: block;
      margin: 5px auto;
      -webkit-transition: all 0.3s ease-in-out;
      -o-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out;
    }
  
    #hamburger-1.is-active .line:nth-child(1) {
      -webkit-transform: translateY(8px) rotate(45deg);
      -ms-transform: translateY(8px) rotate(45deg);
      -o-transform: translateY(8px) rotate(45deg);
      transform: translateY(8px) rotate(45deg);
    }
  
    #hamburger-1.is-active .line:nth-child(3) {
      -webkit-transform: translateY(-8px) rotate(-45deg);
      -ms-transform: translateY(-8px) rotate(-45deg);
      -o-transform: translateY(-8px) rotate(-45deg);
      transform: translateY(-8px) rotate(-45deg);
    }
  
    #hamburger-1.is-active .line:nth-child(2) {
      opacity: 0;
    }
  
 
  
    .head_nav ul li a,
    .sticky_menu.head_nav ul li a {
      line-height: 30px;
    }
  
    .etimate_btn a,
    .sticky_menu .etimate_btn a {
      line-height: 48px !important;
    }
  
    .head_nav ul li a::before {
      display: none;
    }
  
    .head_nav .dropdown-menu {
      width: 100%;
    }
  
    .slide .slide_content--headings h2 {
      font-size: 22px;
    }
  
    .slide .btn_area {
      margin-top: 20px;
    }
  
    .slide {
      padding: 120px 0;
    }
  
    .key_box {
      padding: 15px;
      flex-wrap: wrap;
    }
  
    .key_box_left {
      padding: 0;
    }
  
    .key_box_left p,
    .abt_right p,
    .serv_cont p,
    .why_right p {
      font-size: 13px;
      line-height: 24px;
    }
  
    .key_box_right {
      margin: 15px auto;
      display: block;
    }
  
    .head_box h2 {
      font-size: 22px;
    }
  
    .abt_right .btn_area a {
      margin: 0 2px;
      width: 140px;
      font-size: 14px;
    }
  
    .serv_cont {
      padding: 0 20px 40px;
    }
  
    .serv_box {
      width:100%;
      margin: 15px auto;
      padding: 12px 0;
    }
  
    .serv_img {
      width: 180px;
      height: 100px;
    }
  
    .serv_img:before {
      width: 180px;
      height: 100px;
    }
  
    .serv_cont h3 {
      font-size: 16px;
      font-weight: 600;
      color: #000;
      margin: 20px 0 10px;
    }
  
    .quality_area h3 {
      font-size: 30px;
    }
  
    .lightimg_box a {
      height: 100px;
    }
  
    .test_slider .item p {
      font-size: 16px;
      padding: 0 45px;
    }
  
    .test_slider .item p:before {
      left: 0;
    }
  
    .test_slider .item p:after {
      right: 0;
    }
  
    .get_info_icon {
      width: 22%;
    }
  
    .get_info_cont {
      width: 78%;
    }
  
    .foot_head_area_tab {
      margin-top: 20px;
    }
  
    .foot_menu_pad {
      padding: 0;
    }
  }
  
  @media (max-width:767px) {
    .cont_area p {
      margin: 0;
      display: block;
    }
  
    .cont_area a {
      font-size: 11px;
    }
  
    .social_top {
      text-align: left;
    }
  
    .social_top a {
      margin: 0 10px 0 0;
    }
  
    .cont_area p:nth-child(2) {
      display: inline-block;
      margin-right: 30px;
    }
  
    .cont_area p:nth-child(3) {
      display: inline-block;
      margin-right: 30px;
    }
  
    /*
      .hamburger_btn{--button-color: #000;background: #020202;border: none; display: block;z-index: 1000;}
      .hamburger_btn .hamburger {transition: translate 1s, rotate 1s; }
      .hamburger_btn[aria-expanded="true"] .hamburger {translate: 2px -4px; 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: 50px; --button-color: #fff;position: relative;left: 0px;top: 0;}
      */
  
    .hamburger {
      background: #0b1f40;
      padding: 10px;
      border: none;
      display: block;
      border-radius: 3px;
    }
    .home_map ul li i{
        color: #000;
    }
    .head_box h3{
        font-size: 27px;
    }
    .home_map{
        margin-top: 20px;
    }
    .home_map ul li a{
        word-break: break-all;
    }
  
    .hamburger .line {
      width: 30px;
      height: 3px;
      background-color: #fff;
      display: block;
      margin: 5px auto;
      -webkit-transition: all 0.3s ease-in-out;
      -o-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out;
    }
  
    #hamburger-1.is-active .line:nth-child(1) {
      -webkit-transform: translateY(8px) rotate(45deg);
      -ms-transform: translateY(8px) rotate(45deg);
      -o-transform: translateY(8px) rotate(45deg);
      transform: translateY(8px) rotate(45deg);
    }
  
    #hamburger-1.is-active .line:nth-child(3) {
      -webkit-transform: translateY(-8px) rotate(-45deg);
      -ms-transform: translateY(-8px) rotate(-45deg);
      -o-transform: translateY(-8px) rotate(-45deg);
      transform: translateY(-8px) rotate(-45deg);
    }
  
    #hamburger-1.is-active .line:nth-child(2) {
      opacity: 0;
    }
  
    .head_nav .navbar-brand img {
      width: 100%;
    }
  
    .head_nav ul li a,
    .sticky_menu.head_nav ul li a {
      line-height: 30px;
    }
  
    .head_nav .dropdown-menu {
      width: 100%;
    }
  
    .etimate_btn a,
    .sticky_menu .etimate_btn a {
      line-height: 48px !important;
    }
  
    .head_nav ul li a::before {
      display: none;
    }
  
    .slide .slide_content--headings h2 {
      font-size: 22px;
    }
  
    .slide .btn_area {
      margin-top: 20px;
    }
  
    .slide {
      padding: 120px 0;
    }
  
    .key_area {
      padding: 40px 0;
    }
  
    .key_box {
      padding: 15px;
      flex-wrap: wrap;
    }
  
    .key_box_left {
      padding: 0;
    }
  
    .key_box_left h3 {
      text-align: center;
    }
  
    .key_box_left p,
    .abt_right p,
    .serv_cont p,
    .why_right p {
      font-size: 14px;
      line-height: 24px;
    }
  
    .key_box_right {
      margin: 15px auto;
      display: block;
    }
  
    .abt_left {
      border-radius: 10px;
      margin-bottom: 15px;
    }
  
    .abt_right .head_box {
      text-align: center;
    }
  
    .head_box h2 {
      font-size: 20px;
    }
  
    .abt_right .btn_area {
      text-align: center;
    }
  
    .abt_right .btn_area a {
      margin: 0 2px;
      width: 140px;
      font-size: 14px;
    }
    .sticky_menu.head_nav .navbar-brand img {
        width: 120px;
        transition: all 0.5s;
    }
    .top_head .cont_area{
        text-align: center;
    }
    .top_head .cont_area i{
        padding-right: 10px;
    }
  
    .service_area,
    .project_area {
      padding: 40px 0;
    }
  
    .serv_cont {
      padding: 0 20px 10px;
    }
  
    .serv_box {
      width: 300px;
      margin: 15px auto;
      padding: 20px 0;
    }
  
    .serv_img {
      width: 260px;
      height: 160px;
    }
  
    .serv_img:before {
      width: 260px;
      height: 160px;
    }
  
    .why_area:after {
      height: 100%;
    }
  
    .why_area .head_box {
      text-align: center;
    }
  
    .why_area {
      padding: 0 0 40px;
    }
  
    .quality_area h3 {
      font-size: 25px;
    }
  
    .why_right {
      padding-top: 40px;
    }
  
    .why_point h3 {
      font-size: 18px;
    }
  
    .why_point {
      margin: 10px 0;
    }
  
    .lightimg_box {
      margin: 10px 0;
    }
  
    .lightimg_box a {
      height: 100px;
      margin: 6px 0;
    }
  
    .testimonial_area {
      padding: 40px 0 200px;
    }
  
    .test_slider .item p {
      font-size: 16px;
      padding: 0 30px;
    }
  
    .test_slider .item p:before {
      width: 20px;
      background-size: 40px;
      left: 0;
    }
  
    .test_slider .item p:after {
      width: 20px;
      background-size: 40px;
      right: 0;
    }
  
    .test_slider .item h3 {
      font-size: 16px;
    }
  
    .why_img {
      margin-top: 20px;
    }
  
    .get_form_back {
      padding: 40px 15px;
    }
  
    .get_form_area {
      padding-bottom: 40px;
    }
  
    .footer_area {
      padding: 0 0 40px;
    }
  
    .foot_left a {           
        margin: 30px 0 40px;
      }
  
    /* .foot_left a img {
      height: 100%;
    }
   */
   .navbar-brand {
    width: 180px;
}
    .foot_social a {
      width: 42px;
      height: 42px;
      line-height: 42px;
      margin: 0;
    }
  
    .foot_head_area {
      margin-top: 25px;
    }
  
    .foot_menu_pad {
      padding: 0;
    }
  
    .foot_head {
      margin-bottom: 5px;
    }
  
    .foot_head p {
      font-size: 12px;
    }
  
    .copy_right {
      text-align: center;
    }
  
    .copy_area {
      text-align: center;
    }
  
    .abt_areasec {
      padding: 30px 0;
    }
  
  
  
    .inner_banner h1 {
      font-size: 20px;
    }
  
    .inner_page img,
    .single_service img {
      float: none;
      width: 100%;
      margin: 0 0 20px;
    }
  
    .inner_banner img {
      height: 200px;
    }
  
    .single_service p,
    .single_service ul li {
      font-size: 14px;
      line-height: 24px;
    }
  
    .single_service h2:not(.head) {
      font-size: 18px;
    }
  }
  
  /*===============Responsive Ends===============*/
  .foot_left img {
    width: 100%;
    background: #fff;
    padding: 5px;
  }
  
  
  .call_float {
      position: fixed;
      right: 20px;
      bottom: 50px;
      z-index: 9999;
  }
  .call_float a{
      text-decoration: none;
  }
  .call_float a i {
      width: 50px;
      height: 50px;
      background: #cb1723;
      color: #fff;
      display: flex;
      justify-content: center;
      align-items: center;
      border-radius: 50%;
      font-size: 20px;
      transition: 0.5s;
  }