*{ 
	font-family:'Big Shoulders Display';
}
p{
  font-family: 'Bio Sans';
}

.text-center img {
  display: inline-block;
}


header {
  padding: 0px;
}
header .mainmenu {
  float: inline-end;

}
.head-contact {
/*  background-color: #1164c9;*/
}
.head-contact .contact-lists{
  text-align: right;
}
.contact-lists span {
  text-transform: uppercase;
  font-family: 'Bio Sans';
  font-weight: 700;
}
.contact-lists ul li a {
  color: #fff;
  font-family: 'Bio Sans';
  font-weight: 700;
  text-decoration: none;
  font-size: 16px;
  text-transform: uppercase;
}
.contact-lists ul li:last-child a:last-child {
  padding-left: 10px;
}
.contact-lists ul li a sub {
  position: relative;
  top: 0px;
  font-size: 16px;
}
.contact-lists ul li a img {
  background-color: #fff;
  border-radius: 50%;
  padding: 8px;
  width: 35px;
  margin-right: 10px;
}


header .mainmenu ul li a {
  text-decoration: none;
  font-size: 18px;
  color: #000;
  padding: 20px 0px !important;
  font-weight: 500;
  text-transform: uppercase;
  text-shadow: 0px 2px #fff0;
  font-family: 'Bio Sans';
  font-weight: 700;
}
.contact-lists ul {
  background-color: #414143;
  border-radius: 0px 0px 0px 70px;
  margin: 0px;
}
.contact-lists ul li:last-child {
  background-color: #1164c9;
  border-left: 5px solid #fff;
  border-radius: 0px 0px 0px 60px;
}
.contact-lists ul li {
  padding: 10px 0px 13px 50px;
}
.contact-lists ul li:first-child {
  padding-right: 70px;
}
.head-contact {
  background-image: url('img/others/border.png');
  background-repeat: no-repeat;
  background-position: right center;
  background-size: 40% auto;
}
.header-logo {
  position: relative;
  top: -30px;
}
header .mainmenu ul li {
  padding: 0px 20px;
}
header .mainmenu ul li:last-child {
  padding-right: 0px !important;
}


/*************SUB MENU*************/
.mainmenu .sub-menu {list-style: outside none none;  min-width: 250px;  padding: 0;  position: absolute;  z-index: 1000;  display:none;}
.mainmenu li:last-child:hover .sub-menu {right: 0;}
.mainmenu li:hover .sub-menu{ display:block; }
.mainmenu .sub-menu li{padding:0px !important;}
.mainmenu .sub-menu li a { background-color: #fff;  display: block;  padding: 10px 15px !important;  text-align: left; color: #000 !important;  text-decoration: none;  transition: all 1s ease-in-out 0s;}
.mainmenu .sub-menu li a:hover { background:#fff !important; padding-left:25px; color: #000 !important;}
.col-md-5ths {
	width: 20%;
	float: left;
}

/*******MAIN MENU*********/
header .mainmenu .navbar {
	margin: 0px;
	padding: 0px;
}
.navbar-dark .navbar-nav .nav-link {
  color: #fff;
  margin: 0px;
}

header .mainmenu .navbar-nav a.active,
header .mainmenu .navbar-nav a:focus,
header .mainmenu .navbar-nav a:hover {
  color: #0676e6;
}
header .mainmenu .navbar-nav .menu1 a.active, header .mainmenu .navbar-nav .menu1 a:focus, header .mainmenu .navbar-nav .menu1 a:hover{
	background-image: none !important;
}
.navbar-light .navbar-nav .show > .nav-link, .navbar-light .navbar-nav .nav-link.active{
	color: #386979;
}
header .header-bottom {
	position: relative;
}

h1 {
  font-size: 100px;
  color: #fff;
  text-transform: uppercase;
  font-weight: 900;
  line-height: 0.8;
}
h1 span {
  font-size: 75px;
  color: #fff;
  font-family: 'Big Shoulders';
  text-transform: uppercase;
  font-weight: 600;
}
h2 {
  font-size: 55px;
  color: #fff;
  font-family: 'Big Shoulders';
  text-transform: uppercase;
  font-weight: 900;
  margin-bottom: 30px;
}
.banner-info ul li a img {
  background-color: #fff;
  border-radius: 50%;
  padding: 8px;
  margin-right: 20px;
  width: 44px;
}
.banner-info h4 {
  font-size: 18px;
  color: #fff;
  text-transform: inherit;
  font-family: 'Bio Sans';
  font-weight: 400;
}
header .header-bottom .banner-contents {
/*    position: absolute;
    left: 0;
    right: 0;
    top: 15%;
    width: 100%;*/
}
.banner-info ul li a h4 {
  display: inline-grid;
  text-align: left;
}
.banner-info ul li a {
  align-items: center;
  display: grid;
  vertical-align: middle;
  display: flex;
  text-decoration: none;
}
.banner-info ul li {
  margin-right: 30px;
}
.banner-info ul li a h4 span{
  font-size: 20px;
  font-family: 'Bio Sans';
  font-weight: 600;
}
.banner-wrap img.ban-img {
  border-radius: 0px 0px 300px 0px;
  /*position: absolute;
  top: 50%;
  left: 35%;
  width: 320px;
  height: 240px;
  transform: translateZ(.25px) scale(.75) translateX(-94%) translateY(-100%) rotate(2deg);
  padding: 10px;
  border-radius: 5px;
  background: rgba(240,230,220, .7);
  box-shadow: 0 0 8px rgba(0, 0, 0, .7);*/
}

.banner-wrap imgimg:last-of-type {
  transform: translateZ(.4px) scale(.6) translateX(-104%) translateY(-40%) rotate(-5deg);
}

.get-quote {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
}

.get-quote h3 {
  font-size: 40px;
  text-transform: uppercase;
  font-weight: 800;
  letter-spacing: 1px;
}
.get-quote img {
  width: 70px; /* Optional: adjust size of the image */
  height: auto;
}
.contact-box {
  background-color: #0676e6de;
  padding: 20px 50px 40px;
  border-radius: 0px 100px;
  color: #fff;
  width: 85%;
  margin: auto;
}
.form-group select {
  font-size: 16px !important;
  width: 100%;
  background-color: transparent;
  border: 1px solid #fff;
  border-radius: 6px;
  padding: 15px;
  color: #fff;
  font-family: 'Bio Sans';
  font-weight: 400;
}
.form-group input {
  font-size: 16px !important;
  width: 100%;
  background-color: transparent;
  border: 1px solid #fff;
  border-radius: 6px;
  padding: 15px;
  font-family: 'Bio Sans';
  font-weight: 400;
  color: #fff !important;
}
.form-group textarea {
  font-size: 16px !important;
  width: 100%;
  background-color: transparent;
  border: 1px solid #fff;
  border-radius: 6px;
  font-family: 'Bio Sans';
  font-weight: 400;
  color: #fff !important;
  height: 140px;
}
.service-select option {

  background-color: #167fe9; /* Black background */
  color: #fff; /* White text color */
  font-family: 'Bio Sans';
  font-weight: 400;
}
.form-control:focus {
  color: #212529;
  background-color: #fff0;
  border-color: #fff;
  outline: 0;
  box-shadow: none;
}
.cont-btn {
  margin: 20px 0px 0px 0px;
  text-align: center;
}
.cont-btn a {
  font-size: 22px;
  font-weight: 900;
  color: #0676e6;
  font-family: 'Bio Sans';
  background-color: #fff;
  text-decoration: none;
  padding: 10px 20px;
  margin: auto;
  width: 100% !important;
  display: block;
  border-radius: 0px 20px;
}

.form-group {
  margin: 8px 8px;
}
input::placeholder, select::placeholder, textarea::placeholder {
  color: #fff !important;
  font-family: 'Bio Sans';
  font-weight: 400;
}
.heading a {
  font-size: 18px;
  margin-right: 10px;
  margin-top: 20px;
  padding: 10px 26px;
  color: #fff;
  background-color: #0676e6;
  border: 1px solid #0676e6;
  border-radius: 0px;
  line-height: 1.6;
  font-weight: 600;
  text-transform: inherit;
  font-family: 'Bio Sans';
  border-radius: 0px 20px;
}

.heading a:hover {

  color: #fff;
}
.banner-info img {
  padding: 30px 0px;
}


.heading h3 span{
  color: #414143;
}

.heading h3 {
  font-size: 60px;
  font-weight: 900;
  color: #0676e6;
  text-transform: uppercase;
  margin: 0px;
  line-height: 1.5;
}

.heading p {
  font-size: 18px;
  font-weight: 400;
  color: #666;
  line-height: 1.3;
}
.heading-wrap p {
  font-size: 20px;
  line-height: 1.6;
}
.heading h4 {
  font-size: 22px;
  text-transform: uppercase;
  color: #414143;
  font-weight: 900;
  line-height: 1.3;
}
.heading-wrap img {
  padding-bottom: 12px;
  width: 100px;
}
.heading h5 {
  font-size: 24px;
  text-transform: inherit;
  font-weight: 500;
  color: #387658;
  margin: 20px 0px;
}





/*.why-choose-section {
  padding: 0% 0%;
  border-radius: 0px 0px 0px 140px;
  background-image: url('img/others/bg-top-left.png');
  background-repeat: no-repeat;
  background-position: top left;
  background-size: 50%;
}*/
.why-choose-section {
padding: 0% 0%;
  border-radius: 0px 0px 0px 140px;
  background-image: url('img/banner/banner.jpg');
  background-repeat: no-repeat;
  background-position: top;
  background-size: cover;
  background-attachment: fixed;
}
.why-overlay {
  border-radius: 300px 0px 0px 0px;
  background-color: #fff;
  padding: 70px 0px;
  background-image: url('img/others/why-choose_bg-bottom.png');
  background-repeat: no-repeat;
  background-position: right 74%;
}
.why-icon-box .col-lg-2, .why-icon-box .col-lg-1 {
  padding: 0px;
}
  .why-icon-box .col-lg-2 {
    flex: 0 0 auto;
    width: 19.667%;
  }
    .why-icon-box .col-lg-1 {
    flex: 0 0 auto;
    width: 0.333%;
  }
  .why-wrap-cont.icon-col-bl {
  box-shadow: 0 4px 8px rgba(6, 118, 230, 0.11);
}
.why-wrap-cont {
padding: 50px 20px;
  border: 3px solid transparent;
  margin: 10px;
  border-radius: 0px 40px;
  background-color: #fff;
/*  box-shadow: 0 5px 18px rgba(61, 59, 59, 0.1);*/
  box-shadow: 0px 5px 12px 0px rgba(214, 214, 214, 0.4);
  outline: 1px solid #e6e6e7;
}
.why-wrap-cont:hover h4, .why-wrap-cont:hover p{
  color: #fff;
}
.bor-r-1{
  border-radius: 40px 0px;  
}
.why-wrap-cont:hover {
  background-image: url('img/others/why-choose_bg.png');
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  cursor: pointer;
  border: 3px solid #fff;
  outline: 1px solid transparent;
}
.why-icon-box h5 {
  font-size: 25px;
  font-weight: 600;
  font-family: 'Bio Sans';
  color: #414143;
  margin: 60px 0px 0px;
}
.why-wrap-cont img {
  margin-bottom: 15px;
  background-color: #414143;
  border-radius: 50%;
  padding: 4px 10px;
  width: 75px;
  filter: brightness(1.1) contrast(1.2) saturate(1.1);
}
.why-wrap-cont.icon-col-bl img {
  background-color: #0676e6;
}
.why-wrap-cont:hover img{
  background-color: #fff;  
}
.why-wrap-cont:hover .img-fluid.n-ov {
  display: none;
}
.why-wrap-cont h4 {
  padding: 0px 30px;
}
.why-wrap-cont:hover .img-fluid.h-ov {
  display: inline-block;
}

.img-fluid.h-ov {
  display: none;
}

  body {
      overflow-x: hidden; /* Hide horizontal scroll */
    }




.about-section {
  background-color: #fff;
  background-image: url('img/others/about-topbg.png');
  background-repeat: no-repeat;
  background-position: top right;
  background-size: 200px;
  border-radius: 0px 0px 300px 0px;
  padding-bottom: 6%;
}
.about-section .heading-wrap {
  padding-left: 30px;
  text-align: left;
  padding-top: 150px;
}
.about-overlay {
  background-image: url('img/others/about-bottombg.png');
  background-position: right;
  padding: 0px;
  background-repeat: no-repeat;
  background-size: 100%;
}
.about-img {
  position: relative;
}
.img-fluid.border-img {
  position: absolute;
  left: 50px;
  top: 80px;
  z-index: 0;
      clip-path: inset(100% 0 0 0); /* Start with the image hidden */
      animation: draw 3s forwards; /* Animation to reveal */
    }

    @keyframes draw {
      0% {
        clip-path: inset(100% 0 0 0); /* Fully hidden */
      }
      100% {
        clip-path: inset(0 0 0 0); /* Fully visible */
      }
    }
.about-img img.img-1 {
  border-radius: 90px 0px;
  z-index: 9999;
  position: relative;
}
.about-img img.img-2 {
  border-radius: 0px 90px;
  border: 4px solid #fff;
  z-index: 9999;
  position: relative;
  text-align: end;
  display: block;
  width: 50%;
  margin-top: -200px;
}




.service-wrap-cont img {
  width: auto !important;
  margin: auto;
}
.services-section {
  background-color: #fff;
}
.service-wrap {
  margin-top: 70px;
}
a.service-needbtn {
  font-size: 20px;
  color: #000;
  background-color: #e3f0ff;
  border-radius: 25px;
  font-weight: 400;
  text-decoration: none;
  margin: 55px auto;
  cursor: auto;
  border: 2px solid transparent;
  display: inline-block;
}
.service-infograph .service-needbtn {
  width: fit-content !important;
  display: block !important;
}
a.service-needbtn:hover {
  color: #000;
  background-color: #e3f0ff;
}
.service-overlay {
  border-radius: 300px 0px 0px 0px;
  background-image: url('img/others/service-bg.png');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 70px 0px;
  background-attachment: fixed;
}
.service-wrap-cont {
  background-color: #fff;
  border: 2px solid #fff;
  padding: 0px 20px;
  border-radius: 12px;
  display: flex;
  align-content: center;
}
.heading-wrap.service h3, .heading-wrap.service span, .heading-wrap.service p {
  color: #fff;
}
.service-wrap-cont:hover{
  padding: 20px 20px;
}
.service-wrap-cont:hover, .service-wrap-cont:hover h4, .service-wrap-cont:hover p {
  background-color: #1163c7;
  color: #fff;
}
.service-wrap-cont a {
  display: none;
  font-size: 16px;
  color: #1164c9;
  background-color: #fff;
  border: 0px solid #1164c9;
  text-decoration: navajowhite;
  font-family: 'Bio Sans';
  font-weight: 600;
  padding: 10px 20px;
  border-radius: 0px 21px;
}
.service-wrap-cont a:hover {

  color: #1164c9; 
}
.service-wrap-cont:hover a {
  display: inline-block;
}
.service-wrap-cont h4 {
  font-size: 24px;
  padding: 0px 50px;
}
.service-wrap-cont p {
  margin: 0px;
}

.service-wrap-cont img {
  background-color: #fff;
  border: 1px solid #1164c9;
  border-radius: 50%;
  padding: 10px;
  margin-bottom: 30px !important;
  width: auto !important;
  margin: auto;
    margin-bottom: auto;
}
.owl-carousel .owl-dots.disabled, .owl-carousel .owl-nav.disabled {
  display: block;
}
.owl-prev {
  background-image: url('img/icons/right-icon.png') !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
  height: 37px;
  width: 38px;
  position: absolute;
  top: 37%;
  right: -60px;
  z-index: 999 !important;
  color: transparent !important;
  background-color: #fff !important;
  border-radius: 50% !important;
}
.owl-next {
  background-image: url('img/icons/left-icon.png') !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
  height: 37px;
  width: 38px;
  position: absolute;
  top: 50%;
  right: -60px;
  z-index: 999 !important;
  color: transparent !important;
  background-color: #fff !important;
  border-radius: 50% !important;
}
.owl-nav.disabled button {
  opacity: 0.3 !important;
}
.owl-nav.disabled button:hover {
  opacity: 1 !important;
}



.area-content-list ul li a {
    display: inline-flex;
  text-decoration: none;
  align-items: center;
}
.area-content-list ul li {
  border-bottom: 1px solid #1164c9;
  width: 100%;
  padding-left: 30px;
  padding-bottom: 10px;
  padding-top: 20px;
}
.area-content-list ul {
  float: inline-end;
}
.area-content-list ul li:last-child {
  border: none;
}
.area-content-list ul li a img {
  width: 15px;
  height: 20px;
}
.area-content-list a i {
  color: #e94c3c;
  font-size: 22px;
}
.area-content-list ul li a p{
  font-size: 22px;
  color: #666666;  
  font-weight: 400;
  font-family: 'Bio Sans';
  margin: 0px 0px 0px 10px;
}
.area-wrap h5 {
  text-align: right;
  font-family: 'Bio Sans';
  position: relative;
  top: -150px;
  font-size: 20px;
}
.area-map img {
  position: relative;
  top: -80px;
}
.area-section {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;;
  background-image: url('img/others/service-bg.png');
  background-attachment: fixed;
}
.area-overlay {
  border-radius: 300px 0px 0px 0px;
  background-color: #fff;
  padding: 70px 0px 0px;
}

.partner-img {
  background-color: #fff;
  text-align: center;
  border: 1px solid transparent;
  border-radius: 0px 30px;
  box-shadow: 0px 3px 5px #f3f0f0;
  padding: 10px;
}
.partners-wraping .col-lg-2.col-md-3.col-sm-4.col-6 {
  padding: 15px 10px;
}
.partner-img:hover {
  border: 1px solid #0676e6;
  cursor: pointer;
}
.partner-img img{
   filter: grayscale(100%);
  transition: filter 0.3s ease;
  opacity: 0.5; 
}
 .partner-img:hover img {
            filter: grayscale(0%);
            opacity: 5;
}
.heading-wrap.parteners img {
  position: relative;
  margin-top: -20px;
}
.partners-sections {
  background-color: #414143;
}
.partners-overlay {
  background-color: #fff;
  border-radius: 0px 0px 300px 0px;
  padding: 70px 0px 70px;
  margin-top: -30px;
}
.partners-overlay .container {
  background-image: url('img/others/ae-bg-img.png');
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0px 0px 80px;
  background-attachment: scroll;
}


.footer-section {
  background-color: #fff;
}

.footer-overlay {
  background-image: url('img/others/footer-bg.png');
  background-repeat: no-repeat;
  background-position: top center;
  background-size: 100% 360px;
  border-radius: 300px 0px 0px 0px;
  padding: 100px 0px 0px;
  background-color: #414143;
}
.proudly-text .container {
  background-color: #0676e5;
  border-radius: 0px 20px 20px 0px;
}
.proudly-text ul li {
  font-size: 22px;
  color: #fff;
  text-transform: uppercase;
  font-family: 'Bio Sans';
  background-image: url('img/icons/star-.png');
  background-repeat: no-repeat;
  background-position: left 20px;
  padding: 15px 70px 15px 40px;
  text-shadow: 0px 2px 2px #837d7d70;
}
.proudly-text {
  background-image: url('img/others/footer-left-border.png');
  background-size: 60% 100%;
  background-position: 0% 0px;
  background-repeat: no-repeat;
}
.proudly-text ul{
  margin: 0px 0px 0px 250px;
}
.contact-info h5 {
  font-size: 32px;
  text-transform: uppercase;
  color: #fff;
  font-weight: 900;
  letter-spacing: -1px;
}
.footer-menu h4 {
  font-size: 22px;
  color: #fff;
  font-weight: 700;
  margin-bottom: 20px;
}
.contact-info.time-de li img {
  position: relative;
  top: 3px;
}
.contact-info ul li h4 {
  display: inline-block;
  font-family: 'Bio Sans';
  font-weight: 400;
  font-size: 17px;
    line-height: 2;
  margin: 0px 0px 3px 5px;
}
.container.footer-menu ul li a img {
  width: 30px;
  height: 30px;
}
.container.footer-menu ul li a img {
  width: 16px;
  height: fit-content;
  margin-top: 12px;
  margin-right: 15px;
}
.mal img {
  filter: brightness(0) invert(1);
}
.footer-menu i {
  padding: 10px 2px;
  background-color: #387658;
  color: #fff;
  border-radius: 50%;
  margin-right: 7px;
  font-size: 14px;
  border: 0px solid #fff;
  width: 35px;
  height: 33px;
  box-shadow: 0px 0px 1px #000;
}
.container.footer-menu ul li a {
  color: #141414;
  font-size: 18px;
  display: flex;
}
.footer-menu ul{
  margin: 0px;
}
.footer-menu a {

  text-decoration: none;
}
.container.footer-menu {
  padding-bottom: 50px;
}
.time-de h5{
  color: transparent;
}
.contact-info.cont-row-1 {
  padding-left: 70px;
}
.contact-info ul li {
  display: flex;
  align-items: baseline;
  justify-content: flex-start;
}
.contact-info ul li img {
  margin-right: 15px;
}
.container.footer-menu ul li a {
  color: #fff;
  display: flex;
  font-family: 'Bio Sans';
  font-weight: 400;
  font-size: 17px;
}
.contact-info.cont-row-1 ul li a img {
  margin-top: 9px;
}
.contact-info.cont-row-1 ul li:first-child img {
  margin-right: 15px;
  position: relative;
  top: 5px;
}
.copyrights p {
  color: #fff;
  font-size: 16px;
  font-weight: 300;
  padding: 30px 0px 40px;
  margin: 0px;
}

/*NEW LAYOUT*/
.btn.btn-primary {
  font-size: 18px;
  margin-right: 10px;
  margin-top: 20px;
  padding: 10px 26px;
  color: #fff;
  background-color: #0676e6;
  border: 1px solid #0676e6;
  border-radius: 0px;
  line-height: 1.6;
  font-weight: 600;
  text-transform: inherit;
  font-family: 'Bio Sans';
  border-radius: 0px 20px;
  text-transform: capitalize;
}
.btn-check:checked + .btn-primary:focus, .btn-check:active + .btn-primary:focus, .btn-primary:active:focus, .btn-primary.active:focus, .show > .btn-primary.dropdown-toggle:focus {
  box-shadow: none;
}
.modal-title {
  font-size: 30px;
  font-weight: 900;
  text-transform: uppercase;
}
.btn-primary:focus {
  color: #fff;
  background-color: #0b5ed7;
  border-color: #0a58ca;
  box-shadow: none;
}
  .modal-dialog {
    max-width: 60%;
  }
header .header-bottom {
  position: relative;
  background-image: url('img/banner/banner.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  height: 100%;
  padding: 10% 0%;
  background-position: top;
}
.contact-info.time-de a {
  cursor: auto;
}
.footer-logo img {
  width: 85%;
}
header .header-bottom .banner-contents{
  position: relative;
}
.banner-wrap img.ban-img{
  display: none;
}


/*.service-infograph {
  background-color: #fff;
  border-radius: 2px 80px !important;
  padding: 60px;
}*/
.service-cont {
  display: flex;
}
.service-cont img {
  width: 70px;
  height: min-content;
    box-shadow: 0px 0px 10px #e0dbdb24;
  border-radius: 50%;
  padding: 7px;
  position: relative;
  left: 20px;
  background-color: #0676e6;
  border: 3px solid #fff;
  z-index: 99;
}
.service-cont.service-top {
  margin: auto;
  width: 30%;
  display: block;
  padding-bottom: 0px;
}
.service-cont.text-center.service-top img{
  position: relative;
  left: 6px;
}
.service-cont .service-cont {
  display: block;
  text-align: center;
}
.service-cont.service-bottom img {
  position: relative;
  left: 0px !important;
  top: -10px;
}
.service-cont.service-bottom {
  width: 30%;
  display: block;
  text-align: center;
  margin: 6px auto auto;
  left: 5px !important;
  position: relative;
}
.service-cont.service-1 {
  position: relative;
  left: 34px;
  top: 15px;
}
.service-cont h4, .service-cont p {
  color: #fff;
}
.service-img img {
  z-index: auto;
  clip-path: inset(0 0 100% 0); /* Start with the image hidden (bottom edge) */
  animation: draw 3s forwards; /* Animation to reveal */
}

@keyframes draw {
  0% {
    clip-path: inset(0 0 100% 0); /* Fully hidden (bottom edge) */
  }
  100% {
    clip-path: inset(0% 0 0 0); /* Fully visible */
  }
}


.service-cont.service-2 {
  position: relative;
  left: 10px;
  top: 55px;
}
.service-cont.service-3 {
  position: relative;
  left: 34px;
  top: 95px;
}
.service-infograph {
  padding-top: 30px;
}
.right-col .service-cont img {
  left: -20px;
}
.right-col .service-text {
  text-align: left;
}
.left-col .service-text {
  text-align: end;
}
.service-cont.service-4 {
  position: relative;
  left: -34px;
  top: 15px;
}
.service-cont.service-5 {
  position: relative;
  left: -12px;
  top: 75px;
}
.service-cont.service-6 {
  position: relative;
  left: -36px;
  top: 120px;
}
.service-1 img, .service-3 img, .service-4 img, .service-6 img {
  background-color: #414143;
}

/*RESPONSIVE*/
@media screen and (max-width: 2880px) {



}
@media screen and (max-width: 1920px) {
  


}
@media screen and (max-width: 1680px) {


}
@media screen and (max-width: 1440px) {

 header .mainmenu ul li a {
    text-decoration: none;
    font-size: 16px;
  }
  header .mainmenu ul li {
    padding: 0px 16px;
}
.why-wrap-cont h4 {
  padding: 0px 20px;
}
}
@media screen and (max-width: 1400px){
 .why-wrap-cont {
  padding: 40px 10px;
}
}
@media screen and (max-width: 1280px) {
 header .header-bottom .banner-contents {
  top: 7%;
}
header .header-bottom {
  padding: 0% 0% 60px;
}
.form-group textarea {
  height: auto;
}
  .about-img img.img-1 {
  border-radius: 90px 0px;
  z-index: 9999;
  position: relative;
  width: 80%;
  left: 60px;
}
.img-fluid.border-img {
  position: absolute;
  left: 50px;
  top: 80px;
  width: 85%;
}
.about-img img.img-2 {
  width: 65%;
}
  .modal-dialog {
    max-width: 80%;
  }
.about-section .heading-wrap {
  padding-top: 100px;
}
.service-infograph {
  padding: 20px 0px;
}
	
}
@media screen and (max-width: 1270px) {
 
 

}
@media screen and (max-width: 1278px) {

 .contact-lists ul li:first-child {
    padding-right: 10px;
  }
  h1 {
    font-size: 60px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    line-height: 1.1;
  }
  h1 span {
    font-size: 55px;
  }
  h2 {
    font-size: 35px;
  }
  .contact-box {
    width: 100%;
  }
  header .header-bottom .banner-contents {
    top: 5%;
  }
  .get-quote h3 {
    font-size: 35px;
  }
  .contact-lists ul li {
    padding: 10px 0px 13px 40px;
  }
  .contact-info.cont-row-1 {
    padding-left: 50px;
  }
  .why-wrap-cont h4 {
    padding: 0px 8px;
  }
  .heading h4 {
    font-size: 18px;
  } 
  .heading p {
    font-size: 15px;
  }
  .why-wrap-cont {
    padding: 40px 10px;
  }
  .container-lg, .container-md, .container-sm, .container {
    max-width: 100%;
  }
    .owl-prev, .owl-next {
    right: -45px;
    width: 30px;
    height: 30px;
  }

}

@media screen and (max-width: 1200px) {

.service-infograph .col-md-4 {
  padding: 0px;
}

  .service-cont {
    padding: 0px 10px;
  }
.service-cont.service-2 {
  left: 10px;
  top: 60px;
}
.service-cont.service-3 {
  left: 32px;
  top: 105px;
}

}



@media screen and (max-width: 1100px) {
  .contact-lists ul li a {
    font-size: 14px;
  }
  header .mainmenu ul li a {
    font-size: 14px;
  }
  .banner-details {
    padding-top: 50px;
  }
  .banner-info h4 {
    font-size: 13px;
  }
  .banner-info ul li a h4 span {
    font-size: 16px;
  }
  .banner-info ul li a img {
    width: 34px;
  }
  .contact-box {
    width: 100%;
    padding: 30px;
  }
  .form-group input {
    padding: 10px;
  }
  .heading h3 {
    font-size: 45px;
  }
  .heading-wrap p {
    font-size: 18px;
  }
  .heading h4 {
    font-size: 16px;
  }
  .heading p {
    font-size: 16px;
  }
  .why-wrap-cont {
    padding: 30px 20px;
  }
  .why-icon-box h5 {
    font-size: 18px;
    margin: 30px 0px 0px;
  }
  .heading a {
    font-size: 17px;
    margin-top: 10px;
  }
  a.service-needbtn{
    margin-bottom: 0px;
  }
  .service-wrap-cont {
    min-height: 390px;
  }
  .area-map img {
    top: -30px;
  }
  .area-wrap h5 {
    top: -50px;
    font-size: 18px;
  }
  .footer-logo img {
    width: 80%;
    padding-left: 10px;
    padding-top: 40px;
  }
  .contact-info h5 {
    font-size: 25px;
  }
  .proudly-text ul {
    margin: 0px 0px 0px 120px;
  }
  .owl-prev, .owl-next {
    right: -41px;
    width: 30px;
    height: 30px;
  }
  .about-img {
    padding-top: 60px;
  }
  .contact-info.cont-row-1 {
    padding-left: 0px;
  }
  .modal-title {
    font-size: 25px;
  }
  .service-cont.service-2 {
    left: 10px;
    top: 50px;
  }
  .service-cont.service-3 {
    left: 32px;
    top: 85px;
  }
  .service-cont.service-5 {
    left: 0px;
    top: 50px;
  }
  .service-cont.service-6 {
    left: -30px;
    top: 85px;
  }


}

@media screen and (max-width: 1023px) {
  .banner-wrap img.ban-img {
    border-radius: 0px 0px 150px 0px;
  }
    .contact-lists ul li a {
    font-size: 13px;
  }
  .header-wrap .col-lg-3.col-md-2.d-none.d-lg-block.d-md-block.d-sm-none {
    padding: 0px;
  }
  .contact-lists ul li a img {
    padding: 4px;
    width: 25px;
  }
  .contact-lists ul li {
    padding: 10px 0px 13px 20px;
  }
  .contact-box {
    margin-top: 80px;
  }
  header .header-bottom .banner-contents {
    top: 0px;
    position: relative;
/*    margin-top: -410px;*/
    text-align: center !important;
  }
    .about-section {
      background-size: 160px;
      border-radius: 0px 0px 150px 0px;
      padding-bottom: 6%;
    }
    .why-overlay {
      border-radius: 150px 0px 0px 0px;
      padding: 30px 0px;
    }

    .service-overlay {
      border-radius: 150px 0px 0px 0px;
      padding: 40px 0px;
    }
      .area-overlay {
      border-radius: 150px 0px 0px 0px;
      padding: 30px 0px;
    }
    .area-wrap h5 {
      top: 0px;
      font-size: 18px;
      padding-bottom: 20px;
    }
    .heading h3 {
      font-size: 36px;
    }
   .partners-overlay {
    border-radius: 0px 0px 150px 0px;
    padding: 10px 0px 30px;
  }
  .partners-overlay .container {
    padding: 0px 0px 30px;
  }
  .contact-info ul li h4 {
    font-size: 14px;
  }
  .proudly-text ul li {
    font-size: 18px;
    background-position: left 18px;
  }
  .copyrights p {
    font-size: 14px;
    padding: 30px 0px 20px;
  }
  .footer-overlay {
    border-radius: 150px 0px 0px 0px;
    padding: 40px 0px 0px;
  }
/* .why-overlay {
    border-radius: 0px 0px 0px 0px;
    padding: 30px 0px;
  }*/
  .why-icon-box .col-lg-2 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .why-icon-box .col-lg-1 {
    display: none;
  }
  .img-fluid.border-img {
    left: 30px;
    top: 80px;
    width: 75%;
  }
    .about-img img.img-2 {
    width: 55%;
    border-radius: 0px 60px;
    margin: -90px 0px 0px;
  }
    .about-img img.img-1 {
    border-radius: 60px 0px;
    width: 70%;
    left: 60px;
  }
  .area-content-list ul li a p {
    font-size: 15px;
  }
  .modal-dialog {
    max-width: inherit;
  }
    .banner-details.new-b {
    position: relative;
    top: -80px;
  }

}

@media screen and (max-width: 990px) {
    header .mainmenu ul li {
    padding: 0px 13px;
  }
    .banner-details.new-b {
    position: relative;
    top: -50px;
  }
  .service-cont.service-1 {
    left: 20px;
    top: 5px;
  }
   .service-cont.service-2 {
    left: 0px;
    top: 30px;
  }
  .service-cont.service-3 {
    left: 15px;
    top: 55px;
  }
  .service-cont.service-4 {
    left: -20px;
    top: 10px;
  }
    .service-cont.service-5 {
    left: 0px;
    top: 30px;
  }
   .service-cont.service-6 {
    left: -15px;
    top: 55px;
  }
  .service-cont p{
    font-size: 14px;
  }
}

@media screen and (max-width: 860px) {
 .banner-details.new-b {
    top: -10px;
  }
    .service-cont p {
    font-size: 12px;
  }
  .service-cont h4{
    font-size: 14px;
  }
    .service-cont {
    padding: 0px 0px;
  }
  .service-cont img {
    width: 50px;
  }
}
@media screen and (max-width: 840px) {

  .about-section .heading-wrap {
    padding: 30px 20px 0px 20px;
    text-align: center;
  }
  .area-map img {
    top: 0px;
  }

 
}

@media screen and (max-width: 800px) {
 .service-cont.service-3 {
    left: 20px;
    top: 35px;
  }
    .service-cont.service-2 {
    left: -10px;
    top: 20px;
  }
  .right-col .service-cont img {
    left: -10px;
  }
    .service-cont img {
    width: 45px;
    left: 10px;
    border: 2px solid #fff;
  }
   .service-cont.service-6 {
    left: -20px;
    top: 40px;
  }
    .service-cont.service-5 {
    left: 0px;
    top: 25px;
  }

}
@media screen and (max-width: 770px) {

   .why-icon-box .col-lg-2 {
      flex: 0 0 auto;
      width: auto;
    }
    .why-icon-box {
      margin: auto;
      width: 80%;
    }
  .contact-lists ul li:last-child a:last-child {
    padding-left: 10px;
    margin-right: -8px;
  }

  .why-icon-box .col-lg-2 {
    flex: 0 0 auto;
    width: 100%;
  }
  .heading p br{
    display: none;
  }
  .contact-lists ul li a sub {
    position: relative;
    top: 0px;
    font-size: 0px;
  }
   .banner-details.new-b {
    top: 0px;
  }
 .btn.btn-primary {
    margin-top: 50px;
    margin-bottom: 30px;
  }
    header .header-bottom {
    padding: 0% 0% 30px;
  }
  .heading-wrap img {
    width: 70px;
  }
  .service-cont.text-center.service-top img {
    left: 3px;
    }

}
@media screen and (max-width: 767px) {
    .navbar-toggler:focus {
    text-decoration: none;
    outline: 0;
    box-shadow: none;
    border: none !important;
  }
  header .header-bottom .banner-contents {
/*    top: 10%;*/
  }
  header .header-logo {
      text-align: center;
  }
  header .header-logo img {
    display: inline-block;
  }
  header .mainmenu .navbar {
    margin: 0;
    padding: 0;
  }
  .icon-bar {
    background-color: #000;
    border-radius: 1px;
    display: block;
    height: 2px;
    width: 22px;
  }
  .icon-bar + .icon-bar {
    margin-top: 4px;
  }
  button:focus {
    outline: none;
  }
  .navbar-toggler {
    background-color: transparent;
    background-image: none;
    border-radius: 0;
    padding: 9px 10px;
  }
  .navbar-dark .navbar-toggler {
    border: medium none;
  }
  header .header-top .mainmenu ul li {
    margin-bottom: 5px;
  }
  header .header-top .mainmenu ul li .sub-menu li {
    margin-bottom: 0px;
  }
  .mainmenu li:last-child:hover .sub-menu {
    right: auto;
  }
  header .mainmenu {
    float: none;
    padding-top: 0px;
  }
  a.navbar-brand{
      width: 50%;
  }
  .navbar-toggler a {
    width: 200px;
  }
	header .mainmenu ul li a {
	  font-size: 14px;	}
 
  .contact-lists ul li a {
    display: block ruby;
  }
    .modal-title {
    font-size: 20px;
  }

  header .header-bottom .banner-contents {
/*    margin-top: -300px;*/
    padding: 0px;
  }
   .banner-details {
/*    padding-top: 0px;*/
  }
  header .mainmenu ul li a {
    font-size: 16px;
    padding: 10px 0px !important;
  }
  h1 {
    font-size: 50px;
  }
  h2 {
    font-size: 22px;
  }
  h1 span {
    font-size: 45px;
  }
 .contact-box {
    margin-top: 50px;
  }
  .get-quote img {
    margin-bottom: 20px;
  }
  .col-md-6.col-lg-2.col-sm-6.col-12 .why-wrap-cont.icon-col-bl {
    left: auto;
  }
   .heading a {
    font-size: 15px;
  }
  
  .about-overlay {
    background-size: cover;
  }
  .area-content-list ul li {
    padding-left: 20px;
    padding-bottom: 10px;
    padding-top: 20px;
  }
  .area-content-list ul {
    float: initial;
    margin: auto;
    width: 40%;
  }
  .partners-overlay .container {
    padding: 0px 20px 30px;
  }
  .partners-wraping .col-lg-2.col-md-3.col-sm-4.col-6 {
    padding: 6px 10px;
  }
    .footer-logo img {
    width: auto;
    padding-left: 0px;
    padding-top: 0px;
    text-align: center;
    margin: 0px 0px 40px 0px;
  }
    .proudly-text ul li {
    font-size: 16px;
    background-position: left center;
    padding: 8px 10px 10px 30px;
    background-size: 20px;
  }
    .proudly-text ul {
    margin: 0px 0px 0px 50px;
  }
    .footer-logo {
    text-align: center;
  }
  .partners-overlay .container {
    padding: 0px 20px 10px;
  }
    .footer-overlay {
    border-radius: 80px 0px 0px 0px;
  } 
    .partners-overlay {
    border-radius: 0px 0px 80px 0px;
    padding: 10px 0px 70px;
  }
  .head-contact {
        background-size: 20% 151%;
  }
    .area-content-list ul {
    float: initial;
    margin: auto;
    width: 100%;
  }
  .area-wrap h5 {
    font-size: 20px;
    text-align: center;
    padding-top: 20px;
  }
  .contact-info.cont-row-1 ul li a img {
    margin-top: 7px;
  }
  .container.footer-menu ul li a img {
    margin-top: 8px;
  }
    .service-infograph {
    padding: 0px 0px;
  }

  .service-cont h4 {
    font-size: 13px;
    margin: 0px;
  }
    .service-cont.service-2 {
    left: -10px;
    top: 30px;
  }
    .service-cont.service-5 {
    left: 0px;
    top: 30px;
  }
    .service-cont.service-3 {
    left: 20px;
    top: 45px;
  }
    .service-cont.service-6 {
    left: -20px;
    top: 50px;
  }
}
 
@media screen and (max-width: 700px) {
  .service-cont img {
    width: 35px;
    left: 10px;
    border: 2px solid #fff;
    padding: 4px;
  }
    .service-cont.service-3 {
    left: 10px;
    top: 35px;
  }
    .service-cont.service-2 {
    left: -10px;
    top: 25px;
  }
    .service-cont.service-1 {
    left: 10px;
    top: 5px;
  }
    .service-cont.service-4 {
    left: -10px;
    top: 10px;
  }
    .service-cont.service-5 {
    left: 10px;
    top: 25px;
  }
    .service-cont.service-6 {
    left: -10px;
    top: 35px;
  }
  .service-cont.service-bottom {
    left: 2px !important;
    top: -5px;
  }
}

@media screen and (max-width: 633px) {
  .service-cont.service-1 {
    left: 30px;
    top: 5px;
  }
    .service-cont.service-2 {
    left: 0px;
    top: 20px;
  }
    .service-cont.service-3 {
    left: 30px;
    top: 30px;
  }
    .service-cont.service-bottom {
    left: 3px !important;
    top: -3px;
  }
    .service-cont.service-6 {
    left: -30px;
    top: 30px;
  }
    .service-cont.service-5 {
    left: 0px;
    top: 20px;
  }
}
@media screen and (max-width: 615px) {
  .service-cont p {
    font-size: 11px;
  }
  .owl-prev {
    right: 0px !important;
    top: -62px !important;
    opacity: 0.3 !important;
  }
  .owl-next {
    right: 60px !important;
    top: -62px !important;
    opacity: 0.3 !important;
  }
  .owl-nav.disabled button {
    opacity: 0.3 !important;
  }

  .owl-prev:hover{
    opacity: 1 !important;
  }
  .owl-next:hover{
    opacity: 1 !important;
  }
  .head-contact {
    background-size: 60% auto;
    display: none;
  }
   h1 {
    font-size: 40px;
  }
    h1 span {
    font-size: 35px;
  }
    h2 {
    margin: 0px 0px 8px 0px;
    font-size: 25px;
  }
    header .header-bottom .banner-contents {
/*    margin-top: -270px;*/
  }
 .area-content-list ul {
    float: initial;
    margin: auto;
    width: 50%;
  }
  .about-img img.img-1 {
    width: 70%;
    left: 20px;
  }
     .btn.btn-primary {
    margin-top: 40px;
  }
  .service-cont.service-top {
    width: 60%;
  }
  .service-cont p {
    font-size: 10px;
  }
}

@media screen and (max-width: 571px) {
  
   .service-cont.service-top {
    width: 100%;
  }
  .mob-design-service .service-cont {
  display: block;
}
.service-cont.service-3, .service-cont.service-top, .service-cont.service-1, .service-cont.service-2, .service-cont.service-4, .service-cont.service-5, .service-cont.service-6, .service-cont.service-7, .service-cont.service-bottom{
  position: relative;
  left: auto !important;
  right: auto;
  top: auto;
} 
.service-cont {
  padding: 0px 10px;
}
.service-cont.service-bottom{
  width: 50%;
}
.service-cont img {
  margin-bottom: 7px;
}
.service-needbtn{
  text-align: center;
}
.service-cont.service-2 img, .service-cont.service-5 img, .service-cont.service-6 img, .service-cont.service-1 img {
  background-color: #414143;
}
.service-cont.service-3 img, .service-cont.service-4 img{
  background-color: #0b7beb;
}
}
@media screen and (max-width: 530px) {
   header .header-bottom .banner-contents {
/*    margin-top: -250px;*/
    padding: 0px;
  }
  .banner-wrap img.ban-img {
    border-radius: 0px 0px 80px 0px;
  }
   .banner-details.new-b {
    position: relative;
    top: 0px;
  }
}
@media screen and (max-width: 500px) {
 header .header-bottom .banner-contents {
    margin-top: 0px;
    padding: 0px;
  }
    h1 {
    font-size: 40px;
/*    position: absolute;
    top: -180px;
    z-index: 999;
    left: 0;
    right: 0;*/
  }
  .banner-info h2, .banner-info a span {
/*    color: #000;*/
  }
  .banner-info{
    /*position: relative;
    top: 30px;*/
  }
   .area-content-list ul {
    width: 65%;
  }
  /* .banner-info ul li a img {
      border: 2px solid !important;
  }*/
  .btn.btn-primary {
    margin-top: 0px;
    margin-bottom: 30px;
  }
 
 
}
@media screen and (max-width: 435px) {
  
}
@media screen and (max-width: 375px) {
  

}
@media screen and (max-width: 360px) {
  
 
}
@media screen and (max-width: 320px) {
 
.navbar-toggler a {
  width: 150px;
}
}