@import url('https://fonts.googleapis.com/css2?family=Barlow:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');



/* Global Colors */

:root {

  --background-color: #ffffff;

  --background-color-rgb: 255, 255, 255;

  --default-color: #212529;

  --default-color-rgb: 33, 37, 41;

  --primary-color: #e84545;

  --primary-color-rgb: 232, 69, 69;

  --secondary-color: #32353a;

  --secondary-color-rgb: 50, 53, 58;

  --contrast-color: #ffffff;

  --contrast-color-rgb: 255, 255, 255;

}



/* Nav Menu Colors */

:root {

  --nav-color: #3a3939;

  --nav-hover-color: #e84545;

  --nav-dropdown-color: #3a3939;

  --nav-dropdown-hover-color: #e84545;

  --nav-dropdown-background-color: #ffffff;

  --nav-mobile-background-color: #ffffff;

}



/* Smooth scroll */

:root {

  scroll-behavior: smooth;

}



/*--------------------------------------------------------------

# General

--------------------------------------------------------------*/

body {

  color: var(--default-color);

  background-color: var(--background-color);

  font-family: "Barlow", sans-serif;

}



a {

  color: var(--primary-color);

  text-decoration: none;

  transition: 0.3s;

}



a:hover {

  color: rgba(var(--primary-color-rgb), 0.7);

  text-decoration: none;

}



h1,

h2,

h3,

h4,

h5,

h6 {

  color: var(--secondary-color);

  font-family: "Barlow", sans-serif;

}





/*--------------------------------------------------------------

# Global Header

--------------------------------------------------------------*/

.header {

  background-color: #f7f7f7;

  padding: 0;

}

.headerinner {

  position: fixed;

  left: 0;

  right: 0;

  z-index: 999;

  box-shadow: 0 0 10px 0px rgba(0, 0, 0, 0.1);

}

.header .logo img {

  max-height: 100%;

  padding: 10px;

  max-height: 75px;

}



/* Global Header on page scroll

------------------------------*/

/* .scrolled .header {

  --background-color: #172059;

  --secondary-color: #444444;

  --nav-color: #444444;

  --nav-hover-color: #e84545;

  box-shadow: 0 0 30px 10px rgba(0, 0, 0, 0.1);

} */



/* Global Scroll Margin Top

------------------------------*/

section {

  scroll-margin-top: 90px;

}



@media (max-width: 1199px) {

  section {

    scroll-margin-top: 66px;

  }

}





/*--------------------------------------------------------------

# Scroll Top Button

--------------------------------------------------------------*/

.scroll-top {

  position: fixed;

  visibility: hidden;

  opacity: 0;

  right: 15px;

  bottom: 15px;

  z-index: 99999;

  background-color: #0063a6;

  width: 40px;

  height: 40px;

  border-radius: 4px;

  transition: all 0.4s;

}



.scroll-top i {

  font-size: 24px;

  color: #ffffff;

  line-height: 0;

}



.scroll-top:hover {

  background-color:#0063a6;

  color: #ffffff;

  opacity: .8;

}



.scroll-top.active {

  visibility: visible;

  opacity: 1;

}



.navbar-nav {

  width: 100%;

  display: flex;

  justify-content: center;

}

.last_nav {

  width: 45%;

  display: flex;

  justify-content: center;

}



.navbar-brand img {

  width: 220px;

}

.dropdown-menu {

  border-color: #cccccc;

  border-radius: 4px;

}

.dropdown-item {

  padding: 5px 15px;

  text-transform: none;

  color: #000;

  display: flex;

  justify-content: space-between;

  transition: 0.3s ease-in-out;

  font-size: 15px;

  font-weight: 400;

}

.dropdown-item:hover {

  background: #bce6ff;

}

section.slider_main {

  background-image: url(../img/banner.png);

  background-repeat: no-repeat;

  background-position: center;

  background-size: cover;

  padding: 0;

  height: 89.6vh;

  width: 100%;

  display: block;

}

section.slider_main:before {

    background-image: url('https://videocdn.cdnpk.net/videos/5d9fa4b7-531d-52cd-8963-c8622bea46ba/horizontal/previews/clear/large.mp4?token=exp=1732519362~hmac=2a711c018679d69bac48b43e59ad963db6c49ff43d3a76a533e0e2743199b188');

    background-repeat: no-repeat;

    background-position: center;

    background-size: cover;

    padding: 0;

    height: 89.6vh;

    width: 100%;

    position: relative;

    z-index: 5;

}

.home_img {

    z-index: -1;

    position: absolute;

    width: 100%;

    padding: 0;

    height: 89.6vh;

    overflow: hidden;

    display: block;

}

.home_img video {

    width: 100% !important;

}

.slider_main {

  position: relative;

  height: 100%;

  width: 100%;

  overflow: hidden;

}

.slider_main .banner_sec {

  /* background: #ffffff; */

  width: 100%;

  position: relative;

}



.navi_sec .navbar {padding: 2px 0;}

.last_nav .icon_btn {

  display: block;

  padding: 10px;

  line-height: 15px;

  border-radius: 100%;

  border: 1.5px solid #217dc0;

  color: #217dc0;

  font-weight: 700;

  font-size: 14px;

  margin-right: 10px;

    background:#fff;

}



.last_nav .btn_send {

  display: block;

  padding: 6px 15px;

  border-radius: 50px;

  border: 1.5px solid #217dc0;

  color: #217dc0;

  font-weight: 700;

  font-size: 14px;

  line-height: 22px;

  background:#fff;

}

.navbar-nav a.nav-link {

  font-size: 16px;

  font-weight: 600;

  color: #000;

}





/*  */

.circle_more {

  position: relative;

  height: 100%;

  width: 100%;

}

.left_circle {

  width: 335px;

  height: 335px;

  position: absolute;

  top: 13%;

  left: 10%;

  border-radius: 100%;

  background-color: rgba(95, 122, 24, 0);

  border: 1px solid #00fcff;

  /* box-shadow: rgb(5 251 255 / 50%) 0px 0px 20px 6px, rgb(255 0 0) 0px 0px 1px -4px, rgb(132 252 255 / 30%) 0px 0px 7px 2px inset; */

}

.slider_main svg {

  height: 100%;

  width: 100%;

  position: absolute;

  top: 55%;

  left: 55%;

  transform: translate(-50%, -50%);

}



.left_circle span {

  height: 75px;

  width: 75px;

  background: #fff;

  border-radius: 50%;

  display: block;

  position: relative;

  left: 0;

  right: 0;

  margin: 0 auto;

  top: calc(50% - 36px);

  text-align: center;

}

.left_circle span img.logoicon {

  width: 70%;

  height: 100%;

  object-fit: contain;

}

.banner_content {

  padding: 80px 0px 30px 55px;

}

.banner_content h1 {

  font-size: 40px;

  font-weight: bold;

  line-height: 45px;

  text-align: left;

  background: url('../img/text_imgbg.png') no-repeat center center;

  background-size: 150%;

  -webkit-background-clip: text;

  background-clip: text;

  color: transparent;

  overflow: hidden;

  animation: moveBackground 8s infinite linear, fadeInUp 1.5s cubic-bezier(0.19, 1, 0.22, 1) 1;

  margin-bottom: 30px;

}



@keyframes moveBackground {

  0% {

    background-position: 0% 0%;

  }

  25% {

    background-position: 50% 0%;

  }

  50% {

    background-position: 50% 50%;

  }

  75% {

    background-position: 0% 50%;

  }

  100% {

    background-position: 0% 0%;

  }

}



@keyframes fadeInUp {

  from {

    opacity: 0;

    transform: translateY(20px);

  }

  to {

    opacity: 1;

    transform: translateY(0);

  }

}



.banner_content p {

  font-size: 14px;

  color: #fff;

  line-height: 22px;

}



.banner_btn {

  margin-top: 25px;

}



.banner_btn .explor {

  border-radius: 20px;

  background-color: #007bcd;

  padding: 10px 15px;

  font-size: 14px;

  color: #fff;

  margin-right: 15px;

  transition: all .4s;

}

.banner_btn .explor:hover {

  background: #fff;

  color: #007bcd;

}

.banner_btn img {

  height: 40px;

}

.left_circle span::before {

  content: "";

  width: 100%;

  height: 100%;

  border-radius: 50%;

  border: 1px dashed #00c4ef;

  position: absolute;

  left: 2px;

  right: 0; 

  top: 0;

  bottom: 0;

  transform: scale(2.3);

}

canvas.can1 {

    position: absolute;

    top: 0;

    left: 0;

    width: 100% !important;

    height: 100% !important;

    top: 0px;

    bottom: 0;

    left: 0px;

    right: 0;

    transform: scale(1.3);

}

/* .left_circle span::after {

  content: "";

  width: 100%;

  height: 100%;

  background-image: url(../img/shapeshadow.png);

  background-repeat: no-repeat;

  border-radius: 50%;

  background-size: cover;

  position: absolute;

  top: -3px;

  bottom: 0;

  left: 0;

  right: 0;

  transform: scale(3.2) rotate(0deg);

} */

canvas.can0 {

    position: absolute;

    top: 0;

    left: 0;

    width: 100% !important;

    height: 100% !important;

    top: 0px;

    bottom: 0;

    left: 0px;

    right: 0;

    transform: scale(0.78);

}



@keyframes Rotate {

  0% {

    transform: scale(3.2) rotate(0deg);

  }



  100% {

    transform: scale(3.2) rotate(360deg);

  }

}



.st, .st0, .st1, .st2, .st3, .st4 {

  fill: none;

  stroke: rgba(255, 255, 255, 1);

  stroke-width: 4;

  stroke-miterlimit: 10;

}

.stcut {

  stroke: #00c4ef;

}

.st--transparent, .st0--transparent, .st1--transparent, .st2--transparent, .st3--transparent, .st4--transparent {

  stroke: rgba(255, 255, 255, 0);

}

.st--xlarge, .st0--xlarge, .st1--xlarge, .st2--xlarge, .st3--xlarge, .st4--xlarge {

  stroke-linecap: square;

  stroke-dasharray: 500, 345;

  stroke-width: 8px

}

.st--large, .st0--large, .st1--large, .st2--large, .st3--large, .st4--large {

  stroke-linecap: square;

  stroke-dasharray: 500, 345;

  stroke-width: 8px

}

.st--medium, .st0--medium, .st1--medium, .st2--medium, .st3--medium, .st4--medium {

  stroke-linecap: square;

  stroke-dasharray: 500, 345;

  stroke-width: 8px

}

.st--small, .st0--small, .st1--small, .st2--small, .st3--small, .st4--small {

  stroke-linecap: square;

  stroke-dasharray: 500, 2013;

  stroke-width: 4;

}

.st--xsmall, .st0--xsmall, .st1--xsmall, .st2--xsmall, .st3--xsmall, .st4--xsmall {

  stroke-linecap: square;

  stroke-dasharray: 100, 2413;

  stroke-width: 10;

}

.st--three, .st0--three, .st1--three, .st2--three, .st3--three, .st4--three {

  stroke-linecap: square;

  stroke-dasharray: 102, 100;

  stroke-width: 10px;

}

.st0 {

  stroke-dasharray: 12.1947, 12.1947, 12.1947, 12.1947, 12.1947, 12.1947;

}

.st1 {

  stroke-dasharray: 50, 90, 200, 30, 40, 0;

}



.st2 {

  stroke-linecap: square;

  stroke-dasharray: 2000, 513;

  stroke-width: 4;

}

.st3 {

  stroke-width: 1;

  stroke-linecap: square;

}

.st4 {

  stroke-width: 1;

  stroke-linecap: square;

}





/*  */



.haxa_box {

  display: flex;

  height: 100%;

  width: 100%;

}

.hxa_ul {

  padding: 0;

  margin: 0;

  width: 100%;

  height: 100%;

  list-style: none;

  position: relative;

  /* overflow: hidden; */

  margin: 0;

  z-index: 3;

}



.hxa_ul li {

  display: flex;

  align-items: center;

  position: absolute;

  transition: all .3s;

  cursor: pointer;

}

.hxa_ul li:nth-child(1) {

  top: 41%;

  left: -42px;

}

.hxa_ul li:nth-child(2) {

  top: 65px;

  left: -1%;

}

.hxa_ul li:nth-child(3) {

  right: 18%;

  top: 66px;

}

.hxa_ul li:nth-child(4) {

  right: 11%;

  top: 42%;

}

.hxa_ul li:nth-child(5) {

  right: 14%;

  bottom: 17%;

}

.hxa_ul li:nth-child(6) {

  bottom: 17%;

  left: -6%;

}

.hxa_ul li a {

  margin: 0px;

  text-align: center;

  transition: all 400ms ease 0s;

  width: 55px;

  height: 55px;

  border-radius: 100%;

  border: 4px solid #fff;

  background-color: #007bcd;

  display: flex;

  align-items: center;

  justify-content: center;

  z-index: 999;

  transition: all .3s;

}

.hxa_ul li span {

  color: #fff;

  display: block;

  margin-left: 10px;

  font-size: 14px;

  line-height: 18px;

}

.hxa_ul li:nth-child(6) span, .hxa_ul li:nth-child(1) span, .hxa_ul li:nth-child(2) span {

  margin-left: 0;

  margin-right: 10px;

  text-align: right;

}

.hxa_ul li:hover a {

  background: #c30203;

}

.banner_more {

  margin: auto;

  width: 195px;

  /* display: flex; */

}

.banner_more .readmore {

  border-radius: 20px;

  background-color: #ffffff;

  padding: 10px 15px;

  border: 1px solid #fff;

  font-size: 14px;

  color: #000000;

  transition: all .4s;

}

.banner_more .readmore:hover {

  background: #007bcd;

  border: 1px solid #fff;

  color: #fff;

}





/* inner-css */

.inner_page {

  position: relative;

  padding-top: 60px;

}

.about_sec {

  padding: 50px 0;

}

.inner_page .bg_layer {

  width: calc(((100% - 1140px) / 2) + 280px);

  height: 575px;

  margin: 0 auto 0 0;

  background-color: #f2f2f2;

  position: absolute;

  z-index: -1;

}

.left_about {

  padding: 30px;

  background: #007bcd;

  height: 100%;

  display: flex;

  flex-direction: column;

  justify-content: space-between;

}

.left_about h1 {

  font-size: 55px;

  font-weight: bold;

  line-height: 50px;

  text-align: left;

  background: url('../img/text_imgbg.png') no-repeat center center;

  background-size: 150%;

  -webkit-background-clip: text;

  background-clip: text;

  color: hsl(0deg 0% 100% / 30%);

  overflow: hidden;

  animation: moveBackground 8s infinite linear, fadeInUp 1.5s cubic-bezier(0.19, 1, 0.22, 1) 1;

  margin-bottom: 0px;

}

.left_about p {

  color: #fff;

  line-height: 24px;

  font-size: 15px;

  margin-bottom: 0;

}

.about_right p {

  color: #000000;

  line-height: 24px;

  font-size: 15px;

  margin-bottom: 0;

  padding: 20px 5px;

}

.about_right img {

  height: 350px;

  width: 100%;

  object-fit: cover;

}



section.inner_servie {

  padding: 50px 0;

  background: #f2f2f2;

}

section.inner_servie h2 {

  font-size: 30px;

  font-weight: 600;

  text-align: center;

  margin-bottom: 30px;

}

.serv_text {

  display: flex;

  flex-direction: column;

  justify-content: space-between;

  padding: 30px 20px;

  background: #fff;

  margin: 10px 15px;

  height: 100%;

  min-height: 250px;

  box-shadow: 0 0 10px -4px rgba(0, 0, 0, 0.1);

}

.slider_serv .serv_text h3 {

  font-size: 22px;

  font-weight: 600;

}



.slider_serv .serv_text p {

  font-size: 15px;

  line-height: 24px;

  margin-bottom: 0;

  color: #000;

}



.img_ser {

  width: 65px;

  height: 65px;

  margin: 0;

  padding: 0;

  display: block;

  background: #243c77;

  display: inline-flex;

  align-items: center;

  justify-content: center;

  border-radius: 100%;

  background-color: #007bcd;

}

.img_ser img {

  border: 2px solid #fff;

  border-radius: 100%;

  padding: 10px;

}



.slider_serv .slick-prev, .slider_serv .slick-next {

  position: absolute;

  background: #007bcd;

  z-index: 1;

  width: 35px;

  height: 35px;

  border-radius: 50px;

  transition: 600ms all;

  top: calc(50% - 10px);

  border: 1.5px solid #007bcd;

}

.slider_serv .slick-prev:before, .slider_serv .slick-next:before{

  font-family: bootstrap-icons !important;

  font-size: 20px;

  line-height: 1;

  opacity: 1;

  color: #fff;

  -webkit-font-smoothing: antialiased;

  -moz-osx-font-smoothing: grayscale;

  transition: 600ms all;

}

.slider_serv .slick-prev:before {

  content: '\f284';

}

.slider_serv .slick-next:before {

  content: '\f285';

}

.slider_serv .slick-next {

  right: -5px;

}

.slider_serv .slick-prev {

  left: -5px;

}



/* footer */

.footer_sec {

  background: #0063a6;

  padding: 15px 0;

}

.copyright {

  display: flex;

  align-items: center;

  justify-content: space-between;

}

.logo_footer img {

  height: 35px;

}

.copyright p {

  margin-bottom: 0;

  color: #fff;

  font-size: 14px;

}



/* services-css */



.serv_sec {

  padding: 50px 0 0 0;

  background: #f2f2f2;

}



.banner_serv {

  padding: 30px;

  position: relative;

  z-index: 5;

}



.banner_serv img {

  width: 100%;

}



.banner_contentinner {

  padding: 0;

  position: absolute;

  left: auto;

  right: 50px;

  top: 50px;

}

.banner_contentinner h1 {

  font-size: 40px;

  font-weight: bold;

  line-height: 45px;

  text-align: left;

  background: url(../img/text_imgbg.png) no-repeat center center;

  background-size: 150%;

  -webkit-background-clip: text;

  background-clip: text;

  color: rgb(255 255 255 / 40%);

  overflow: hidden;

  animation: moveBackground 8s infinite linear, fadeInUp 1.5s cubic-bezier(0.19, 1, 0.22, 1) 1;

  margin-bottom: 0;

}

.bg_serv {

  width: 500px;

  height: 300px;

  background: rgb(117 185 227);

  position: absolute;

  z-index: -1;

  top: 0;

  left: 0;

}



.bg_serv2 {

  width: 300px;

  height: 250px;

  background: rgb(117 185 227);

  position: absolute;

  z-index: -1;

  bottom: 0;

  right: 0;

}



.serv_box {

  padding: 25px;

  width: 55%;

  background: #fff;

  margin-top: -30%;

  position: relative;

  z-index: 6;

  /* min-height: 395px; */

}

.serv_boxgolo {

  padding: 30px;

  width: 45%;

  background: #fff;

  margin-top: -30%;

  position: relative;

  z-index: 6;

  /* min-height: 100%; */

}

.serv_box1 {

  padding: 0 30px 30px 30px;

  width: 100%;

  background: #fff;

  position: relative;

  z-index: 6;

}

.serv_box h2, .serv_box1 h2 {

  font-size: 26px;

  font-weight: 600;

}



.border_none {

  margin-top: -1px;

}

.global_box {

  padding: 15px;

  border: 1px solid #ccc;

  height: 100%;

}



.global_box:nth-child(1) {

  border-left: none;

  border-top: none;

}



.global_box:nth-child(4) {

  border-bottom: none;

}



.border_none .col-md-4:nth-child(4) .global_box {

  border-bottom: none;

}



.border_none .col-md-4:nth-child(5) .global_box {

  border-bottom: none;

}



.global_box h4 {

  font-size: 17px;

  font-weight: 600;

}



.global_box p {

  font-size: 15px;

  margin-bottom: 0;

  line-height: 24px;

}



.border_none .col-md-4:nth-child(3) .global_box {

  border-right: none;

}



/*  */

.serv_boxgolo2 {

  padding: 30px;

  width: 70%;

  background: #fff;

  margin-top: -25%;

  position: relative;

  z-index: 6;

  margin-bottom: 50px;

}

section.key_sol {

  position: relative;

  padding: 50px 0;

}



.key_serv h2 {

  font-size: 30px;

  font-weight: 600;

  text-align: center;

  margin-bottom: 10px;

}



.key_sol_box {

  text-align: center;

  padding: 15px 10px;

  transition: all ease-in-out 0.3s;

  height: 100%;

}



.key_sol_box .icon {

  background-color: #ffffff;

  color: #007bcd;

  margin: 0 auto;

  width: 80px;

  height: 80px;

  border-radius: 50px;

  display: flex;

  align-items: center;

  justify-content: center;

  margin-bottom: 20px;

  font-size: 32px;

  transition: ease-in-out 0.3s;

  box-shadow: 0px 0 25px rgba(0, 0, 0, 0.1);

}

.key_sol_box .icon img {

  height: 40px;

}

.key_sol_box:hover .icon {

  box-shadow: 0px 0 40px rgba(0, 0, 0, 0.1);

}



.key_sol_box h4 {

  font-weight: 600;

  margin-bottom: 15px;

  padding-bottom: 15px;

  font-size: 20px;

  transition: 0.3s;

  position: relative;

}



.key_sol_box:hover h4 {

  color: #007bcd;

}



.key_sol_box h4:after {

  content: "";

  position: absolute;

  display: block;

  width: 70px;

  height: 2px;

  background: #007bcd;

  bottom: 0;

  left: calc(50% - 35px);

}



.key_sol_box p {

  line-height: 24px;

  font-size: 15px;

  margin-bottom: 0;

}





.serv_box p {

  font-size: 15px;

  margin-bottom: 0;

  line-height: 24px;

}

.serv_box1 p {

  font-size: 14px;

  margin-bottom: 0;

  line-height: 22px;

}

/* right-services-css */

.ser_ul ul {

  padding: 0;

  list-style: none;

  margin: 0;

}



.ser_ul ul li a {

  display: flex;

  position: relative;

  width: 280px;

  font-size: 15px;

  font-weight: 600;

  color: #000000;

  text-align: left;

  border-bottom: 1px solid #dcdcdc;

  padding-bottom: 20px;

  padding-top: 18px;

  padding-left: 10px;

  justify-content: space-between;

  align-items: center;

}

/* .ser_ul ul li:last-child a{

  border-bottom: none;

} */   

.ser_ul ul li a:before {

  content: '';

  position: absolute;

  width: 0;

  height: 100%;  

  background: #00fcff;

  left: 0;

}



.ser_ul ul li a img {

  filter: invert(25);

  border: 1.5px solid transparent;

  border-radius: 100%;

  padding: 1px;

}



.ser_ul ul li a span {

  width: 43px;

  height: 43px;

  margin: 0;

  padding: 0;

  display: inline-flex;

  align-items: center;

  justify-content: center;

  border-radius: 100%;

  background-color: transparent;

}

.ser_ul ul li a:hover {

  background: transparent;

  color: #007bcd;

  transition: none;

}

.ser_ul ul li a:hover span {

  background-color: #007bcd;

}

.ser_ul ul li a:hover span img {

  filter: invert(0);

  border: 1.5px solid #fff;

}



/* contact-us-css */

.contact_sec {

  padding: 30px 0 50px 0;

}

.text_contact h2 {

  font-size: 40px;

  font-weight: 600;

  text-align: center;

  margin-bottom: 40px;

}

.form_box {

  background: #d8d9d9;

  padding: 30px;

  height: 100%;

}

.form_box label {

  font-size: 15px;

  margin-bottom: 5px;

  font-weight: 500;

}

.form_box input[type=text], .form_box input[type=email], .form_box textarea {

  font-size: 14px;

  padding: 10px 15px;

  box-shadow: none;

  border-radius: 0;

  color: #000;

  background-color: #d8d9d9;

  border: 1px solid #000;

}

.form_box button[type=submit] {

  background: #0063a6;

  color: #ffffff;

  border: 0;

  padding: 10px 30px;

  transition: 0.4s;

  border-radius: 4px;

}



.contact_sec .info-item {

  background: #d8d9d9;

  padding: 15px 20px;

}

.contact_sec .info-item i {

  font-size: 22px;

  line-height: 0;

  color: #0083d2;

}

.contact_sec .info-item h3 {

  color: #000000;

  font-size: 18px;

  font-weight: 600;

  margin: 5px 0;

}

.contact_sec .info-item p {

  padding: 0;

  line-height: 22px;

  font-size: 14px;

  margin-bottom: 0;

}

.info-item a {

  color: #000;

}

.info-item p a:hover {

  color: #0081cf;

}

.info-iframe iframe {

  height: 100%;

  width: 100%;

  max-height: 100%;

  min-height: 185px;

}

.form_box textarea:focus {

  background-color: #d8d9d9;

  border: 1px solid #000;

  box-shadow: none;

}

.navbar-toggler:focus {

  box-shadow: none;

}

.navbar-toggler {

  border-color: #007bcd;

}



/* pop-up-form */



.form_pop .modal-dialog {

  max-width: 550px;

}

.form_pop.modal.show .modal-dialog {

  transform: translate(0, 30px);

}

.send_pop {

  padding: 20px;

  background: #d8d9d9;

}

.send_pop .modal-text-container {

  text-align: center;

  font-size: 24px;

  margin: 20px 0;

  font-weight: 600;

}

.send_pop .close-modal-btn {

  position: absolute;

  right: 10px;

  top: 0;

  padding: 6px;

  font-size: 15px;

}

.close-modal-btn h2 {

  font-size: 22px;

  cursor: pointer;

}

.send_pop .send_pop_box label {

  font-size: 14px;

  margin-bottom: 4px;

  font-weight: 500;

}

.send_pop .send_pop_box input[type=text], .send_pop_box input[type=email], .send_pop .send_pop_box textarea {

  font-size: 13px;

  padding: 8px 10px;

  box-shadow: none;

  border-radius: 0;

  color: #000;

  background-color: transparent;

  border: 1px solid #000;

  height: 34px;

  border-radius: 2px;

}

.send_pop .send_pop_box textarea {

  height: 80px;

}

.send_pop_box button[type=submit] {

  background: #0063a6;

  color: #ffffff;

  border: 0;

  margin-top: 15px;

  padding: 10px 50px;

  transition: 0.4s;

  border-radius: 4px;

}

.send_pop_box button:hover, .form_box button:hover {

  background: #0083d2;

}

.last_nav .btn_send:hover {

  background: #0083d2;

  color: #fff;

  border: 1.5px solid #0083d2;

}



.request_nav {

  width: 30%;

  display: flex;

  justify-content: center;

}

.request_nav .btn_send {

  display: block;

  padding: 6px 15px;

  border-radius: 50px;

  border: 1.5px solid #217dc0;

  background: #0083d2;

  color: #fff;

  font-weight: 700;

  font-size: 14px;

  line-height: 22px;

}

.request_nav .btn_send:hover {

  background: transparent;

  color: #0083d2;

  border: 1.5px solid #0083d2;

}



@media (min-width: 1400px) {

  .home_img, section.slider_main {height: calc(100vh - 60px);}

  .banner_content {padding: 160px 0px 30px 70px;}

  .circle_more {top: 20%;left: -4%;}

  .left_circle {left: 15%;}

  .hxa_ul li:nth-child(1) {left: 0px;}

  .hxa_ul li:nth-child(2) {left: 5%;}

  .hxa_ul li:nth-child(3) {right: 23%;}

  .hxa_ul li:nth-child(4) {right: 18%;}

  .hxa_ul li:nth-child(5) {right: 18%;bottom: 26.5%;}

  .hxa_ul li:nth-child(6) {bottom: 26%;left: 0%;}

  .banner_more {margin: 40px auto;width: 245px;}

  .serv_box {margin-top: -28%;}



  .info-iframe iframe {min-height: 305px;}

  .form_box {padding: 35px;}

  .form_box textarea {height: 185px!important;}

  .form_box button[type=submit] {margin-top: 30px;padding: 10px 50px;}

}

.last_navfix {

  display: none;

}



/* @media (min-width:1201px) and (max-width:1299px) {

  .serv_boxgolo {width: 55%;margin-top: -35%;}

} */

@media (min-width:992px) and (max-width:1200px) {

  .bg_serv {width: 60%;height: 60%;}

  .bg_serv2 {width: 40%;height: 60%;}

  .banner_serv {padding: 30px;}

  .banner_contentinner {top: 60px;}

  .serv_box {width: 75%;margin-top: -25%;}

  .serv_boxgolo {width: 65%;margin-top: -25%;}



  .banner_content {padding: 100px 0px 30px 65px;}

  .banner_content h1 {font-size: 30px;line-height: 40px;}

  .hxa_ul li:nth-child(3) {right: 5%;top: 70px;}

  .hxa_ul li:nth-child(4) {right: -5%;}

  .hxa_ul li:nth-child(5) {right: 8%; bottom: 20%;}

  .hxa_ul li:nth-child(6) {bottom: 22%;left: -6%;}

  .banner_more {width: 140px;}

  .last_nav {width: 35%;}

}

@media (min-width:768px) and (max-width:992px) {

  .contact_sec .info-item {padding: 10px;}

  .form_box {padding: 20px;}

  .form_box textarea {height: 100px!important;}

  .info-iframe iframe {min-height: 285px;}

  .navbar-nav {align-items: center;}

  .navbar-nav a.nav-link {text-align: center;}

  .dropdown-item {justify-content: center;border-bottom: 1px solid rgb(74 74 74 / 20%);}

  .dropdown-item:last-child {border-bottom: none;}

  .last_nav {width: 100%;margin: 20px 0;}

  .last_navfix {display: flex;position: fixed;left: 60px;bottom: 15px;z-index: 99;justify-content: flex-start;width: 100%;}

  .last_navfix .icon_btn, .last_navfix .btn_send {background: #fff;}

  .last_navfix .icon_btn {display: block;padding: 10px;line-height: 15px;border-radius: 100%;border: 1.5px solid #217dc0;color: #217dc0;font-weight: 700;font-size: 14px;margin-right: 10px;}

  .last_navfix .btn_send {display: block;padding: 6px 15px;border-radius: 50px;border: 1.5px solid #217dc0;color: #217dc0;font-weight: 700;font-size: 14px;line-height: 22px;}

  section.inner_servie h2 {font-size: 25px;}

  .left_about {padding: 20px;}

  .left_about h1 {font-size: 36px;line-height: 40px;}

  .inner_page .bg_layer {width: calc(((100% - 1140px) / 2) + 400px);height: 740px;}



  .home_img video {width: auto !important;height: 100%;}

  .banner_content {padding: 190px 0px 30px 55px;height: 100%;display: flex;flex-direction: column;justify-content: center;}

  .banner_content h1 {font-size: 24px;line-height: 30px;}

  .banner_content p {display: none;}

  .banner_btn {margin-top: 50px;}

  .banner_btn .explor {font-size: 12.5px;padding: 10px;margin-right: 10px;}

  .banner_btn img {height: 30px;}

  .left_circle {width: 300px;height: 300px;top: 20%;left: 5%;}

  .banner_more {width: 100px;margin-top: 40px;}

  .hxa_ul li:nth-child(1) {top: 50%;left: -78px;}

  .hxa_ul li:nth-child(2) {top: 80px;left: -15%;}

  .hxa_ul li:nth-child(3) {right: -12%;top: 80px;}

  .hxa_ul li:nth-child(4) {right: -23%;top: 50%;}

  .hxa_ul li:nth-child(5) {right: -15%;bottom: 6%;}

  .hxa_ul li:nth-child(6) {bottom: 6%;left: -18%;}



  /* services */

  .banner_serv {padding: 25px;}

  .banner_contentinner {right: 50px;top: 45px;}

  .banner_contentinner h1 {font-size: 30px;line-height: 45px;}

  .bg_serv {width: 60%;height: 60%;}

  .bg_serv2 {width: 40%;height: 60%;}

  .serv_box h2, .serv_box1 h2 {font-size: 25px;}

  .serv_box1 {padding: 0 20px 30px 20px;}

  .global_box {padding: 15px;}

  .border_none .col-md-4:nth-child(5) .global_box {border-bottom: none!important;}

  .serv_box {padding: 30px;width: 80%;margin-top: -25%;}

  .serv_boxgolo {padding: 20px;width: 70%;margin-top: -25%;}

}



.mobile_sec {

  display: none;

}

.blog_page .blog_img {
    overflow: hidden;
}
.blog_page .blog_img {
    overflow: hidden;
}
.blog_page .blog_box .blog_img img {
    height: 250px;
}
.blog_page .blog_img img {
    transition: all .4s;
}
.blog_box .blog_img img {
    width: 100%;
    height: 400px;
    object-fit: cover;
}
.blog_box .blog_content {
    background: #f1f1f1;
    padding: 15px;
    transition: 600ms all;
}
.blog_page .blog_box .blog_content h3 {
    font-size: 16px;min-height: 35px;
}
.blog_box .blog_content p {
    margin: 0;
    display: flex
;
    justify-content: space-between;
    align-items: center;
    font-size: 14px;
    font-weight: 600;
    color: #217dc0;
    letter-spacing: 0.5px;
}
.blog_box .blog_content p a {
    color: #000;
}
.blog_box .blog_content p a small {
    display: inline-block;
    width: 40px;
    height: 40px;
    background: #217dc0;
    line-height: 35px;
    text-align: center;
    border-radius: 50px;
    margin-left: 5px;
    position: relative;
    color: #fff;
}
.blog_box .blog_content p a small svg {
    position: relative;
    z-index: 2;
        width: 21px;
    height: 21px;
}
.blog_page {
    padding-top: 100px;
    padding-bottom: 50px;
}
.blog_box{
  box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px, rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;
}
.blog_box:hover .blog_content{
  background: #fff;
  box-shadow: rgba(17, 17, 26, 0.1) 0px 4px 16px, rgba(17, 17, 26, 0.1) 0px 8px 24px, rgba(17, 17, 26, 0.1) 0px 16px 56px;
}

  .blog_box_de article {
      max-width: 100%;
      margin: 2rem auto;
      background: #fff;
      padding: 2rem;
      border-radius: 12px;
      box-shadow: 0 4px 12px rgba(0, 0, 0, 0.06);
    }

      .blog_box_de h1 {
      color: #0077b6;
      font-size: 25px;
      margin-bottom: 0.2rem;
    }

      .blog_box_de em {
      color: #6c757d;
      font-size: 0.9rem;
    }

    .blog_box_de article h2 {
    color: #023e8a;
    border-left: 5px solid #00b4d8;
    padding-left: 10px;
    margin-top: 0;
    font-size: 20px;
    }

    .blog_box_de article p {
      margin-bottom: 1rem;
    }

    .blog_box_de article ul {
      margin-left: 1.5rem;
      list-style: none;
      padding-left: 0;
    }

    .blog_box_de article ul li {
      position: relative;
      padding-left: 25px;
      margin-bottom: 0.5rem;
    }

    .blog_box_de article ul li::before {
      content: '✔️';
      position: absolute;
      left: 0;
      top: 0;
    }

   .blog_box_de  article section {
      margin-bottom: 2rem;
    }

    .blog_box_de article footer {
      border-top: 1px solid #ddd;
      padding-top: 1rem;
      text-align: center;
      color: #555;
      font-weight: bold;
      background: #f1f9ff;
      border-radius: 8px;
    }

    /* Infographic-style step box */
    .blog_box_de article section:nth-child(n+3):not(:last-child) {
      background: #e7f5ff;
      border-left: 6px solid #00b4d8;
      padding: 1rem 1.5rem;
      border-radius: 8px;
      margin-bottom: 1.5rem;
      position: relative;
    }
.blog_img_de {
    margin-bottom: 20px;
    overflow: hidden;
    border-radius: 10px;
    width: 100%;
}
.blog_img_de img{width: 100%; height: 450px;object-fit: cover;}
    .blog_box_de article section:nth-child(n+3):not(:last-child)::before {
      content: attr(data-step);
      position: absolute;
      left: -40px;
      top: 20px;
      background: #0077b6;
      color: #fff;
      font-size: 0.9rem;
          width: 30px;
    height: 30px;
    line-height: 30px;
    padding: 0;
    text-align: center;
      border-radius: 50%;
      font-weight: bold;
    }
  .blog_box_de article section:last-child::before{content:none;}

    /* Responsive */
    @media (max-width: 768px) {
      article {
        padding: 1rem;
      }

      header h1 {
        font-size: 1.5rem;
      }

      section:nth-child(n+3):not(:last-child)::before {
        left: -30px;
        top: 10px;
      }
    }




@media (max-width:767px) {

  .navbar-nav a.nav-link {text-align: center;}

  .dropdown-item {justify-content: center;border-bottom: 1px solid rgb(74 74 74 / 20%);}

  .dropdown-item:last-child {border-bottom: none;}

  /* .inner_page {padding-top: 30px;} */

  .about_sec, section.inner_servie {padding: 20px 0;}

  .left_about {padding: 15px;}

  .left_about h1 {font-size: 35px;line-height: 40px;}

  .left_about p {line-height: 22px;}

  section.inner_servie h2 {font-size: 20px;margin-bottom: 15px;}

  .serv_text {padding: 15px;margin: 10px;min-height: 225px;}

  .slider_serv .serv_text h3 {font-size: 18px;}

  .slider_serv .serv_text p {line-height: 22px;}

  .footer_sec {padding: 12px 0;}

  .copyright p {font-size: 11px;}

  .logo_footer img {height: 22px;}



  .navbar-nav {align-items: center;}

  .last_nav {margin: 10px 0;justify-content: center;width: 100%;}

  .last_navfix {display: flex;position: fixed;left: 15px;bottom: 15px;z-index: 99;justify-content: flex-start;width: 100%;}

  .last_navfix .icon_btn, .last_navfix .btn_send {background: #fff;}

  .last_navfix .icon_btn {display: block;padding: 10px;line-height: 15px;border-radius: 100%;border: 1.5px solid #217dc0;color: #217dc0;font-weight: 700;font-size: 14px;margin-right: 10px;}

  .last_navfix .btn_send {display: block;padding: 6px 15px;border-radius: 50px;border: 1.5px solid #217dc0;color: #217dc0;font-weight: 700;font-size: 14px;line-height: 22px;}

  /* .navbar-collapse:before {position: absolute;left: 0;top: 0;content: '';width: 100%;height: 0;background: #fff;z-index: -1;transition: all .5s;}

  .navbar-collapse.show:before {height: 100vh;} */



  .contact_sec {padding: 20px 0 20px 0;}

  .contact_sec> .container>.row {flex-direction: column-reverse;}

  .text_contact h2 {font-size: 30px;margin-bottom: 15px;}

  .form_box {padding: 15px;}

  .form_box .row.g-4, .form_box .row.gy-4 {--bs-gutter-y: 0.5rem;}

  .form_box input[type=text], .form_box input[type=email] {height: 35px;}

  .form_box textarea {height: 80px!important;}

  .form_box button[type=submit] {margin-top: 15px;}

  .contact_sec .info-item {padding: 20px;}



  /* services */

  .serv_sec {padding: 20px 0 0 0;}

  .banner_serv {padding: 15px;}

  .banner_contentinner {right: 22px;top: 20px;}

  .banner_contentinner h1 {font-size: 17px;line-height: 30px;}

  .bg_serv {width: 60%;height: 90%;}

  .bg_serv2 {width: 25%;height: 60%;}

  .serv_box {padding: 15px;width: 95%;margin-top: -15%;}

  .serv_boxgolo {padding: 15px;width: 95%;margin-top: -15%;border-bottom: 1px solid #ccc !important;}

  .serv_box h2, .serv_box1 h2 {font-size: 18px;}

  .serv_box p, .serv_box1 p {font-size: 14px;line-height: 22px;}

  .serv_box1 {padding: 10px;}

  .global_box {border: none;border-bottom: 1px solid #ccc !important;}

  .border_none .col-md-4:nth-child(5) .global_box {border-bottom: none!important;}

  .request_nav {margin-top: 10px;width: 45%;}





  /* mobile_sec */

  section.slider_main, .home_img {

    display: none;

  }

  .mobile_sec {

    display: block;

    position: relative;

  }

  section.mobile_sec:before {

    content: '';

    background-image: url(../img/bannermobile.png);

    background-repeat: no-repeat;

    background-position: center;

    background-size: cover;

    padding: 0;

    height: 290px;

    width: 100%;

    position: absolute;

    bottom: -35%;

    left: 0px;

    /* transform: scale(1.2); */

    z-index: -1;

  }

  .hmoli_box {

    margin-top: 20px;

    margin-bottom: 5px;

  }

  .mobile_her .navbar-brand img {

      width: 190px;

      margin-left: -12px;

  }

  .hmoli_box ul {

    padding: 0;

    margin: 0;

    list-style: none;

    display: flex;

    flex-wrap: wrap;

    justify-content: center;

    width: 100%;

  }

  .hmoli_box ul li {

    width: calc(50% - 10px);

    display: flex;

    margin: 0 5px 10px 5px;

    align-items: center;

  }

  .hmoli_box ul li a {

    text-align: left;

    /* padding: 10px;

    height: 100px;

    display: flex;

    background: #327cb1;

    border-radius: 15px;

    color: #000;

    width: 100%;

    flex-wrap: wrap;

    align-items: flex-start;

    justify-content: center;

    flex-direction: column; */

    padding: 10px;

    height: 110px;

    display: flex;

    background: #217dc0;

    border-radius: 15px;

    color: #000;

    width: 100%;

    flex-direction: column;

    align-content: flex-start;

    align-items: flex-start;

    justify-content: center;

  }

  .hmoli_box ul li a img {

    /* height: 34px; */

    height: 45px;

    margin-bottom: 8px;

    filter: invert(25);

    padding: 5px;

    background: #000000;

    border-radius: 100px;

  }

  .hmoli_box ul li a span {

    font-size: 15px;

    line-height: 20px;

    font-weight: 600;

    color: #ffffff;

    display: block;

  }

  .video_sec {

    position: relative;

    border-radius: 20px;

    overflow: hidden;

  }

  .home_vid {

    height: 195px;

    object-fit: cover;

  }

  .home_vid video {

    width: 100%;

    height: 100%;

    object-fit: cover;

  }

  .banner_video {

    padding: 20px;

    position: absolute;

    top: 0;

    display: flex;

    flex-direction: column;

    justify-content: space-between;

    height: 100%;

  }

  .banner_video h1 {

    font-size: 28px;

    font-weight: bold;

    line-height: 32px;

    text-align: left;

    background: url('../img/text_imgbg.png') no-repeat center center;

    background-size: 150%;

    -webkit-background-clip: text;

    background-clip: text;

    color: transparent;

    overflow: hidden;

    animation: moveBackground 8s infinite linear, fadeInUp 1.5s cubic-bezier(0.19, 1, 0.22, 1) 1;

    margin-bottom: 0px;

  }

  

  @keyframes moveBackground {

    0% {

      background-position: 0% 0%;

    }

    25% {

      background-position: 50% 0%;

    }

    50% {

      background-position: 50% 50%;

    }

    75% {

      background-position: 0% 50%;

    }

    100% {

      background-position: 0% 0%;

    }

  }

  

  @keyframes fadeInUp {

    from {

      opacity: 0;

      transform: translateY(20px);

    }

    to {

      opacity: 1;

      transform: translateY(0);

    }

  }

  .banner_video p {

    font-size: 14px;

    color: #fff;

    line-height: 22px;

  }

  

  .video_btn {

    margin-top: 0px;

  }

  

  .video_btn .explor {

    border-radius: 20px;

    background-color: #007bcd;

    padding: 8px 12px;

    font-size: 14px;

    color: #fff;

    margin-right: 15px;

    transition: all .4s;

  }

  .video_btn .explor:hover {

    background: #fff;

    color: #007bcd;

  }

  .video_btn img {

    height: 35px;

  }

}

@media (min-width:10px) and (max-width:1100px) {

  .serv_sec>.container>.row>.col-md-3 { display: none!important;}

  .serv_sec>.container>.row>.col-md-9 {width: 100%!important;}

}

.last_nav {
    align-items: center;
}
.last_nav .btn_send {
    white-space: nowrap;
}