:root {
  --Rubik: 'Rubik', sans-serif;
  --blue: #186BD9;
  --darkblue: #0156D1;
  --skyblue: #A5CCFF;
  --white: #FFFFFF;
  --lightwhite: #ededed;
  --dark: #000714;
  --skyblue: #E3F2FF;
  --lightgrey: #F5F7FF;
  --dark: #000714;
}

.servicespg .blog_nav a, .contactpg .blog_nav a{
	color: var(--white);
}
.span_white{
  color: var(--white) !important;
}
.span_lightwhite{
  color: var(--lightwhite) !important;
}
.span_blue{
  color: var(--blue) !important;
}
.span_dark{
  color: var(--dark) !important;
}
@font-face {
  font-family: 'Proxima-Light';
  font-style: Extrabold;
  font-weight: 100;
  src: url("../proxima_ssv/Proxima Nova Alt Light.otf") format("opentype");
  font-display: swap;
}

@font-face {
  font-family: 'Proxima-Bold';
  font-style: Extrabold;
  font-weight: 700;
  src: url("../proxima_ssv/Proxima Nova Alt Bold.otf") format("opentype");
  font-display: swap;
}

@font-face {
  font-family: 'Proxima-Extrabold';
  font-style: Bold;
  font-weight: 900;
  src: url("../proxima_ssv/Proxima Nova Extrabold.otf") format("opentype");
  font-display: swap;
}

@font-face {
  font-family: 'Proxima-Regular';
  font-style: Regular;
  font-weight: 400;
  src: url("../proxima_ssv/ProximaNova-Regular.otf") format("opentype");
  font-display: swap;
}

@font-face {
  font-family: 'Proxima-Thin';
  font-style: Light;
  font-weight: 100;
  src: url("../proxima_ssv/Proxima Nova Thin.otf") format("opentype");
  font-display: swap;
}

.typewrite>.wrap {
  border-right: 0.08em solid #fff
}

* {
  padding: 0px;
  margin: 0px;
  box-sizing: border-box;
  scroll-behavior: smooth;
  text-decoration: none;
}
body{
  padding: 0px !important
}
p {
  margin-bottom: 0px !important;
  font-family: 'Proxima-Regular';
}

a {
  text-decoration: none !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0px !important;
  font-family: 'Proxima-Extrabold';
}

ul {
  margin-bottom: 0px !important;
  list-style-type: none;
  padding: 0px;
}

body {
  position: relative;
  font-family: 'Proxima-Extrabold';
}

nav ul a {
  font-family: 'Proxima-Regular';
}

#newmodal .form-content{
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
#newmodal .form-content .popup-title{
  padding: 20px;
  height: 100%;
}
#newmodal .popup-img{
  width: 100%;
  height: 100%;
}

.popup-section .popup-title .t1{
  font-size: clamp(1rem, 2.3vw, 5rem) !important;
  text-align: center;
  color: var(--blue);
}
.popup-section .popup-title2 .subheading{
  font-size: clamp(1rem, 1.5vw, 5rem) !important;
  text-align: center;
}
.popup-section .popup-title h3{
  font-size: clamp(1rem, 1.5vw, 5rem) !important;
  text-align:center;
  color: var(--dark);
}
/* ---- */
.mainheading {
  font-size: 48px;
  font-weight: bold;
  letter-spacing: 0.5px;
  line-height: 49px;
  color: var(--dark);
  font-family: 'Proxima-Extrabold';
}

.subheading {
  line-height: 37px;
  font-size: 36px;
  font-weight: bold;
  color: var(--dark);
  font-family: 'Proxima-Extrabold';
}

@media only screen and (min-width: 0px) and (max-width: 800px) {
  .mainheading {
    font-size: clamp(1.5rem, 2vw, 4rem) !important;
    line-height: clamp(1.5rem, 2vw, 4rem) !important;
  }

  .subheading {
    font-size: clamp(1.6rem, 2.5vw, 5rem) !important;
    /* line-height: 25px; */
    line-height: clamp(2rem, 2.5vw, 5rem) !important;
  }

  header .menu-items {
    display: none;
  }

  footer .footer-links.f4{
    display: none;
  }
  
}

.spantag {
  color: var(--blue);
}
.atags-blue {
  padding: 10px 25px;
  border-radius: 5px;
  border: 2px solid var(--blue);
  background-color: var(--blue);
  color: var(--white) !important;
  text-decoration: none;
  /* margin-top: 5px; */
  display: inline-block;
  transition: 0.5s all;
  font-weight: 500;
  text-transform: uppercase;
  box-shadow: 0 3px 10px rgb(0 0 0 / 0.2);
}

.atags-blue:hover,
.atags-white:hover {
  color: var(--white);
  background: var(--dark);
  transform: scale(0.9);
  border-color: var(--dark);
}

.atags-white {
  padding: 10px 25px;
  border-radius: 5px;
  border: 2px solid var(--white);
  background-color: var(--white);
  color: var(--blue);
  text-decoration: none;
  /* margin-top: 5px; */
  display: inline-block;
  transition: 0.5s all;
  font-weight: 500;
  box-shadow: 0 3px 10px rgb(0 0 0 / 0.2);
}

/* onmouseBtn */

.onmouseBtn {
  text-decoration: none;
  text-align: center;
  position: relative;
  display: block;
  overflow: hidden;
  padding: 12px 5px;
  width: 180px;
  border: 2px solid currentColor;
  color: var(--blue);
  border-radius: 25px;
  font-size: 16px;
  font-weight: bold;
  font-family: 'Proxima-Bold';
  box-shadow: 0 3px 10px rgb(0 0 0 / 0.2);
}

.onmouseBtn span {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-radius: 50%;
  background-color: var(--blue);
  transition: width 0.4s ease-in-out, height 0.4s ease-in-out;
  transform: translate(-50%, -50%);
  z-index: -1;
}

.onmouseBtn:hover {
  color: #e9e4dc;
}

.onmouseBtn:hover span {
  width: 225%;
  height: 562.5px;
}

.onmouseBtn:active {
  background-color: var(--blue);
}

/* ----translate_btn------ */
.translate_btn{
  padding: 0 0 8px 3px;
  border-bottom: 1.5px solid var(--dark);
  color: var(--dark);
}
.translate_btn span:nth-child(1){
  font-size: 16px;
  font-weight: 500;
  padding-right: 15px;
  transition: 0.5s all;
}
.translate_btn span:nth-child(2){
  font-size: 12px;
  font-weight: 500;
  -webkit-text-stroke-width: 1px;
  margin-bottom: -5px;
  transition: 0.5s all;
}
.translate_btn:hover span:nth-child(1){
  transform: scale(0.9);
  color: var(--dark);
}
.translate_btn:hover span:nth-child(2){
  transform: translateX(15px);
  color: var(--darkgreen);
}







/* Flex */

.flex-ac {
  display: flex;
  align-items: center;
  flex-direction: column;
}

.flex-jc {
  display: flex;
  justify-content: center;
  flex-direction: column;
}

.flex-ajc {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.flex-aj {
  display: flex;
  justify-content: center;
  align-items: center;
}

.flex-a {
  display: flex;
  align-items: center;
}

.flex-j {
  display: flex;
  justify-content: center;
}

.shadow-btn {
  box-shadow: 20px 20px 60px #bebebed6,
    -20px -20px 60px #eeeeeebc;
}

.para {
  display: inline-block;
  margin: 5px 0px;
  font-weight: 400;
  color: #979797;
  font-family: 'Proxima-Regular';
  letter-spacing: normal;
  font-size: 20px;
  line-height: 24px;
  word-spacing: 1px;
}

.para_d {
  word-spacing: 1px;
  line-height: normal;
  display: inline-block;
  margin: 5px 0px;
  font-weight: 400;
  color: #d1d1d1;
  font-family: 'Proxima-Regular';
  letter-spacing: normal;
  font-size: 20px;
  line-height: 24px;
}

.starMark:after {
  content: " *";
  color: red;
}


/* ---- */
.underline_img {
  background-image: url(../../images/line2.svg);
  background-size: auto;
  background-repeat: no-repeat;
  background-position: 40px 43px;
  z-index: 1;
  position: relative;
  padding-bottom: 20px;
  display: inline-block;

}

/* flip animation ---------- */
.icon-flip-x:hover {
  transform: scale(-1, 1);
}

.icon-flip-y:hover {
  transform: scale(1, -1);
}

/* contact btn ------- */
.contact-btn2 {
  padding: 10px 20px;
  border-radius: 10px;
  color: var(--blue);
  font-size: 20px;
  width: 220px;
  font-weight: 500;
  border: 2px solid var(--blue);
  box-shadow: 0 3px 10px rgb(0 0 0 / 0.2);
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  margin-top: 15px;
}


/* button slide arrow */
.slidearr_btn {
  padding: 15px;
  background: var(--blue);
  border-radius: 50%;
  border: none;
  transition: 0.5s all;
  overflow: hidden;
}

/* slide btn white ----------- */
.slidebtn-white {
  width: 200px;
  padding: 10px 20px;
  font-size: 18px;
  font-family: sans-serif;
  background-color: var(--blue);
  box-shadow: 0 3px 10px rgb(0 0 0 / 0.2);
  border-radius: 5px;
  border: 1px solid var(--blue);
  text-align: center;
  position: relative;
  transition: all .35s;
  text-decoration: none;
  color: var(--white);
}

.slidebtn-white span {
  position: relative;
  z-index: 2;
}

.slidebtn-white:after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background: #000000;
  transition: all .35s;
  border-radius: 5px;
}

.slidebtn-white:hover {
  color: var(--white);
}

.slidebtn-white:hover:after {
  width: 100%;
  text-decoration: none;
}





/* slide btn blue ----------- */

.slidebtn-blue {
  width: 200px;
  padding: 10px 20px;
  font-size: 18px;
  font-family: sans-serif;
  background-color: transparent;
  box-shadow: 0 3px 10px rgb(0 0 0 / 0.2);
  border-radius: 5px;
  border: 1px solid var(--blue);
  text-align: center;
  position: relative;
  transition: all .35s;
  text-decoration: none;
  color: var(--blue);
}

.slidebtn-blue span {
  position: relative;
  z-index: 2;
}

.slidebtn-blue:after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background: var(--blue);
  transition: all .35s;
  border-radius: 5px;
}

.slidebtn-blue:hover {
  color: var(--white);
}

.slidebtn-blue:hover:after {
  width: 100%;
  text-decoration: none;
}



/* heading side line --------- */
.headingline {
  position: relative;
  margin-bottom: 5px !important;
  color: var(--blue);
  /* font-weight: bold; */
  font-style: italic;
}

.headingline:after {
  position: absolute;
  content: "";
  height: 2px;
  background-color: var(--blue);
  width: 15%;
  margin-left: 15px;
  top: 50%;
}


/* before after line ----------------- */
.before-after-line {
  font-family: sans-serif;
  margin: 100px auto;
  color: var(--blue);
  font-weight: bold;
  text-align: center;
  max-width: 600px;
  position: relative;
  padding: 5px 10px;
  margin-bottom: 10px !important;
  font-style: italic;

}

.before-after-line:before {
  content: "";
  display: block;
  width: 50px;
  height: 2px;
  background: var(--blue);
  left: 100%;
  top: 50%;
  position: absolute;
  border-radius: 15px;
}

.before-after-line:after {
  border-radius: 15px;
  content: "";
  display: block;
  width: 50px;
  height: 2px;
  background: var(--blue);
  right: 100%;
  top: 50%;
  position: absolute;
}



/* floating animation ----------- */

@keyframes MoveUpDown {

  0%,
  100% {
    transform: translateY(-5px);
  }

  50% {
    transform: translateY(5px);
  }
}

@keyframes MoveUpDown2 {

  0%,
  100% {
    transform: translateY(5px);
  }

  50% {
    transform: translateY(-5px);
  }
}

.error_msg {
  font-size: 14px;
  color: #ff0000c2;
  display: inline-block;
  padding: 5px;
}




/* ------------- Header design --------------- */


nav {
  position: relative;
  right: 5%;
  margin-top: 10px;
  opacity: 1;
  transition: transform 0.5s ease-in-out, opacity 0.5s ease-in-out;
}

.slide_down nav {
  transform: translateX(-700px);
  opacity: 0;
}

.logo_mobile {
  box-shadow: 0 3px 10px rgb(0 0 0 / 0.2);
  background: #fff;
  padding: 5px 5px;
  border-radius: 50%;
  width: 70px;
  height: 70px;
  transform-origin: center right;
}

.logo_desktop {
  transform-origin: center left;
}

.scaleBig {
  display: flex;
  animation: scaleBig 0.5s linear forwards;
}

.scaleSmall {
  display: flex;
  animation: scaleSmall 0.5s linear forwards;
}

@keyframes scaleBig {
  0% {
    transform: scale(0);
  }

  100% {
    transform: scale(1);
  }
}

@keyframes scaleSmall {
  0% {
    transform: scale(1);
  }

  100% {
    transform: scale(0);
  }
}

#togglemenu {
  transform-origin: top right;
  position: absolute;
  right: -2px;
  top: 10px;
  padding: 17px 25px 17px 30px;
  background: #fff;
  border: 2px solid var(--blue);
  border-radius: 50px 0 0 50px;
  box-shadow: 0 3px 10px rgb(0 0 0 / 0.2);
}

#togglemenu img {
  width: 30px;
  cursor: pointer;
}

.header-section {
  position: fixed;
  top: 10px;
  left: 0px;
  z-index: 100;
}

.header-section {
  width: 100%;
  height: 12vh;
  background-color: transparent;
  justify-content: space-between;
}

.header-wrapper {
  width: 100%;
  height: 100%;
  justify-content: space-between;
}

.header-content {
  width: 95%;
  height: 80px;
}

nav ul a {
  color: var(--dark);
  font-size: 15px;
  font-weight: 500;
}

nav ul a:not(:last-child) {
  padding-right: 40px;
}

.header-section .contact-details .header-icons i {
  transform: rotate(30deg);
  font-size: 20px;
}

.header-section li {
  color: var(--white);
  text-align: center;
  position: relative;
}


.for_header_space {
  padding-top: 12vh;
}

.spacer {
  padding-top: 70px !important;
}
.spacer2 {
  padding-bottom: 70px !important;
}

@keyframes animates {
  0% {
    width: 0;
    height: 100%;
    border-bottom-color: var(--white);
  }

  100% {
    width: 100%;
    height: 100%;
    border-bottom-color: var(--white);
  }
}
.header-icons {
  color: #979797ee;
  padding: 0px 10px;
  border-right: 1px solid #ccce;
}
.header-section ul a{
  transition: 0.3s all ease-in-out;
}
.header-section ul a:hover {
  transform: scale(0.9);
}
.header-section ul a li i{
  font-size: 12px;
  margin-left: 5px;
  text-stroke: 1px;
  -webkit-text-stroke: 0.5px;
}
.add_tag{
  position: relative;
}
.add_tag::before{
  content: 'Free';
  width: 95px;
  color: var(--white);
  font-family: 'Proxima-Bold';
  padding: 1px 4px 2px 4px;
  height: 25px;
  position: absolute;
  font-size: 13px;
  left: 50%;
  transform: translateX(-50%);
  top: -25px;
  background: url(../../images/icons/msg_white.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: 0.5s all;
}
ul .drop_down_grid2{
  width: 370px !important;
}
ul .dropdown_menu .drop_down_grid2 .wrap ol li{
  color: #353535;
  font-family: 'Proxima-Bold';
  font-weight: 500;
  font-size: 14px;
  text-align: left;
  padding-bottom: 8px;
}
ul .dropdown_menu .drop_down_grid2 .wrap ol li:hover{
  color: var(--blue);
}
ul .dropdown_menu_grid{
  margin-top: 0px;
  position: absolute;
  left: 40%;
  top: 100%;
  width: 250px;
  z-index: 10;
  text-align: center;
  transform: translateX(-50%) scale(0);
  transition: all 0.30s ease-in-out;
  -webkit-transition: all 0.30s ease-in-out;
  -moz-transition: all 0.30s ease-in-out;
  background-color: transparent;
  width: 780px;
  padding-top: 15px;
}
ul .dropdown_menu_grid .wrap{
  background-color: #ffffff;
  padding: 10px;
  width: 100%;
  height: 100%;
  border-radius: 10px;
}
.main_menu .navbar-nav{
  list-style: auto !important; 
}


.main_menu .navbar-collapse{
  margin-left: 60px;
}
.main_menu .nav-item{
  text-align: left;
}
.main_menu .nav-item a{
  font-size: 18px;
  font-family: 'Proxima-Regular';
  padding: 4px 0px 4px 15px;
  display: inline-block;
  font-weight: 600;
  color: #3d3d3d;
}
.main_menu .nav-item::marker {
  color: var(--blue);
}
.main_menu .nav-item::before{
  display: none;
}
ul .dropdown_menu:hover .dropdown_menu_grid {
  transform: translateX(-50%) scale(1);
}
ul .dropdown_menu .dropdown_menu_grid .wrap .box_menu .img_box{
    width: 100%;
    height: 110px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
    object-fit: cover;
    overflow: hidden;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.278);
    border-radius: 10px;
    margin-bottom: 10px;
}
ul .dropdown_menu .dropdown_menu_grid .wrap .box_menu .img_box img{
  opacity: 0.8;
  width: 100%;
  height: 100%;
  display: block;
}

ul .dropdown_menu .dropdown_menu_grid .wrap .box_menu:hover img{
  opacity: 1;
}
ul .dropdown_menu .dropdown_menu_grid .wrap .box_menu{
  transition: 0.5s all;
}
ul .dropdown_menu .dropdown_menu_grid .wrap .box_menu:hover{
  transform: scale(0.95);
}
ul .dropdown_menu .dropdown_menu_grid .wrap .box_menu h5{
  color: #353535;
  font-family: 'Proxima-Bold';
  font-weight: 500;
  font-size: 12px;
}



.contact-btn {
  padding: 10px 20px;
  background-color: var(--blue);
  color: var(--white) !important;
  border-radius: 10px;
  text-decoration: none;
  transition: 0.5s all;
  font-size: 16px;
  margin-left: 10px;
}

.contact-btn:hover {
  transform: scale(0.9) !important;
}


@media screen and (min-width: 0px) and (max-width: 850px) {
  .hero-section {
    margin-top: 0px !important;
  }
  .main_menu .nav-item a{
    font-size: 14px;
  }
}

.main_menu ul .dropdown_menu .dropdown_menu_grid{
  top: -100%;
}
section{
  position: relative;
  z-index: 1;
}
/* ------------- footer ------------- */
footer .slidebtn-blue {
  width: 100%;
}

#footer {
  /* position: relative;
  z-index: 0;
  width: 100%; */
  
  z-index: 0;
  width: 100%;
  flex-direction: column;
  justify-content: flex-end;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  bottom: 0;
  left: 0;
}

.footer-wrapper {
  background: var(--dark);
  color: var(--white);
  width: 100%;
  min-height: 60vh;
  padding: 100px 0px;
  display: flex;
  justify-content: center;
  align-items: center;
}

footer ul {
  width: 100%;
  padding: 10px 20px 0px 20px;
  line-height: 1.9;
  font-size: 13px;
  transition: 0.5s all;
}

footer .footer-heading {
  margin-bottom: 10px;
  font-weight: 600;
  font-size: 14px;
  font-family: 'Proxima-Bold';
  letter-spacing: 1.5px;
}

.footer-btns {
  padding: 20px 0 5px 0;
  margin-bottom: 10px;
  font-weight: 600;
  font-size: 14px;
  border-bottom: 1px solid var(--blue);
  font-family: 'Proxima-Bold';
  letter-spacing: 1.5px;
  transition: 0.5s all;
}

.footer-btns {
  text-align: center;
  position: relative;
}

.footer-btns::after {
  content: "";
  position: absolute;
  top: 1px;
  left: 0px;
  width: 0;
  height: 0;
  background: transparent;
  border: 1px solid transparent;
}

.footer-btns:hover {
  color: var(--blue);
}

.footer-btns:hover::after {
  color: var(--blue);
  animation: animates2 0.3s linear;
}

@keyframes animates2 {
  0% {
    width: 0;
    height: 0%;
  }

  100% {
    width: 100%;
    height: 100%;
  }
}

@keyframes scale-down {
  0% {

    opacity: 0.5;
    transform: scale(0) translateX(100px);
  }

  100% {
    transform: scale(1) translateX(0px);
  }
}

footer ul li:not(:first-child) a {
  color: #e4e4e4e3;
}

footer .sideblogs {
  border-bottom: 0px;
}

.sideblogs {
  padding: 15px 0px;
  margin-bottom: 5px;
}

footer .blogheading {
  color: #fffffffc !important;
  font-weight: 400;
}

footer .copyright_text {
  width: 100%;
  background: var(--dark);
  color: #fff;
  font-size: 14px;
  padding: 10px;
  border-top: 0.5px solid #e3f2ff30;
}

footer .blogs a {
  transition: 0.5s all;
}

footer .blogs a:hover {
  transform: scale(0.9);
}

footer .slidebtn-blue:after {
  border-radius: 50px !important;
}

footer .footer-wrapper {
  padding: 120px 0px 60px 0;
}

footer .ul-links>li:not(:first-child) {
  transition: 0.5s all ease;
  font-family: 'Proxima-Regular';
  letter-spacing: 0.5px;
}

footer .ul-links>li:not(:first-child):hover {
  transform: scale(0.9);
  color: var(--blue) !important;
}

footer .ul-links>li>a:hover {
  color: var(--blue) !important;
}

footer .logo_box {
  object-fit: contain;
}

footer .wrap_logo {
  width: 25%;
  margin-right: 20px !important;
}

footer .footer-links {
  width: 15%;
}

footer .footer-links.links3 {
  width: 20%;
}

#menu_wrapper .modal-dialog {
  max-width: 100%;
  margin: 0px;
}

#menu_wrapper .modal-content {
  min-height: 100vh;
  background: #ffffff;
}

#menu_wrapper .modal-body {
  width: 100%;
  min-height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 0px;
}

#menu_wrapper .menu_body {
  width: 100%;
  min-height: 100%;
}


.mainmenu_box:nth-child(2) {
  background-color: var(--blue);
}

.mainmenu_items1 .mainmenu_logo {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.mainmenu_items1 .mainmenu_logo .img_box {
  width: 150px;
  height: auto;
  object-fit: contain;
}

.mainmenu_items1 .mainmenu_logo img {
  width: 100%;
  height: 100%;
}

.mainmenu_items1 {
  display: flex;
  justify-content: space-around;
  flex-direction: column;
  min-height: 100vh;
  padding: 0 0 0 50px;
}

.mainmenu_items ul a {
  color: var(--dark);
  font-family: 'Proxima-Bold';
  font-size: 20px;
  padding: 10px 0;
  padding-left: 45px;
  transition: 0.5s all;
}

.mainmenu_items ul a:hover {
  transform: scale(0.95);
  color: var(--blue);
}

.mainmenu_items ul li {
  position: relative;
}

.mainmenu_items ul li:before {
  content: url(../../images/icons/menu_item.svg);
  width: 15px;
  height: 15px;
  border-radius: 50%;
  position: absolute;
  left: -45px;
  top: 1px;
}

.mainmenu_items1 .extra_links a {
  padding-right: 20px;
  font-size: 14px;
  color: var(--dark);
  transition: 0.5s all;
}

.mainmenu_items1 .extra_links a:not(:last-child) {
  border-right: 1px solid gray;
}

.mainmenu_items1 .extra_links a:not(:first-child) {
  padding-left: 20px;
}

.mainmenu_items1 .extra_links a:hover span {
  transform: scale(0.9);
  color: var(--blue);
}

.mainmenu_items2 {
  display: flex;
  justify-content: space-around;
  flex-direction: column;
  min-height: 100vh;
  padding: 0 0 0 50px;
}

.mainmenu_items2 .mainmenu_cta {
  display: flex;
  justify-content: flex-end;
  padding-right: 20px;
}

.mainmenu_items2 .mainmenu_cta .box {
  margin-top: -20px;
}

.mainmenu_cta .box .span_close {
  font-size: 15px;
  stroke-fill: 3px;
  -webkit-text-stroke: 1px;
  padding: 10px 14px;
  border-radius: 50%;
  border: 1px solid var(--white);
  color: #fff;
}

.mainmenu_cta .box .span_num {
  font-size: 16px;
  color: #ffffff;
  font-family: 'Proxima-regular';
  margin-right: 20px;
  position: relative;
  width: 100%;
  display: inline-block;
}

.mainmenu_cta .box .span_num::after {
  content: "";
  position: absolute;
  bottom: -5px;
  left: 0px;
  width: 100%;
  height: 0;
  background: transparent;
  border: 0.5px solid var(--white);
}

.mainmenu_items2 .mainmenu_text_wrap {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  text-align: left;
  width: 90%;
}

.mainmenu_items2 .para2 {
  color: #fff;
}

.mainmenu_items2 .mainheading {
  font-size: clamp(1.5rem, 5vw, 7rem) !important;
  line-height: clamp(1.5rem, 5vw, 7rem) !important;
}

.mainmenu_items2 .atags-white {
  border-radius: 50px;
  width: 220px;
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  padding: 8px 25px;
  font-size: 20px;
}

.mainmenu_items2 .atags-white i {
  color: var(--blue);
  font-size: 30px;
  -webkit-text-stroke: 1px;
  margin-left: 20px;
}

.mainmenu_items2 .mainmenu_para {
  text-align: left;
}

.main_menu .mainmenu_items1 .span_close {
  display: none;
}

.main_menu .mainmenu_items2 .mainmenu_text_wrap .para2 {
  padding: 15px 0;
}

.br_desktop_hide {
  display: none;
}
@media only screen and (min-width: 0px) and (max-width: 800px) {

  .main_menu .mainmenu_items1>div {
    padding: 30px 0px;
    text-align: start !important;
  }

  .main_menu .mainmenu_items1 .span_close {
    display: block;
    margin-right: -10px;
  }

  .main_menu .mainmenu_items1 .span_close i {
    padding: 10px 15px;
    font-size: 16px;
    color: var(--blue);
    font-family: 'Proxima-regular';
    position: relative;
    width: 100%;
    -webkit-text-stroke: 1px;
    display: inline-block;
    border: 1px solid var(--blue);
    border-radius: 50%;
  }

  .main_menu .mainmenu_items2 .mainmenu_cta {
    display: none;
  }

  .main_menu .mainmenu_items1 {
    min-height: 70vh;
  }

  .main_menu .mainmenu_items2 {
    min-height: 30vh;
    padding: 20px 30px;
  }

  .mainmenu_items1 {
    padding: 0 30px;
  }

  .main_menu .mainmenu_items2 .atags-white {
    width: 160px;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    padding: 10px 20px;
    font-size: 14px;
  }

  .mainmenu_items2 .atags-white i {
    font-size: 15px;
  }

  .main_menu .mainmenu_items2 .mainmenu_text_wrap .para2 {
    padding: 15px 0;
  }

  .main_menu .mainmenu_items2 .mainmenu_para {
    display: none;
  }

  .para {
    font-size: 16px;
    line-height: 18px;
  }

  .para_d {
    font-size: 16px;
    line-height: 18px;
  }

  .br_mobile_hide {
    display: none;
  }
  .br_desktop_hide {
    display: flex;
  }
  footer .wrap_menu_links {
    flex-direction: column !important;
  }

  footer .wrap_logo {
    width: 90% !important;
    margin-right: 0px !important;
  }

  footer .footer-links {
    width: 90% !important;
  }

  footer .footer-links.links3 {
    width: 90% !important;
  }

  .float_popup {
    width: 70px;
    height: 70px;
  }

  footer .footer-links {
    margin-bottom: 20px;
  }

  footer .footer-wrapper {
    padding: 50px 0px 20px 0;
  }

  .sm-pd {
    padding: 0px !important;
  }

  footer .sm-pd .footer-links {
    padding: 0px !important;
  }

  footer .blogs {
    margin-top: 40px;
  }

  #footer .copyright {
    width: 95% !important;
    padding: 0px 10px;
  }
}





.form-control::placeholder {
  opacity: 0.5;
  font-size: 14px;
  color: #000000be;
  font-family: 'Proxima-Regular';
  font-weight: 100;
}

.popup-form .label_box{
  position: relative;
  border-radius: 10px;
}
.popup-section .form-control {
  border-radius: 10px;
  padding: 10px 10px;
  box-shadow: 0 3px 10px rgb(85 85 85 / 25%);
  margin-bottom: 5px;
  border: 1px solid #c7c7c7;
  background-color: var(--skyblue);
}
.popup-section .label_box .form-control:focus{
  border: 2px solid var(--blue);
  box-shadow: none;
}
.popup-section .label_box .form-control:focus + label{
  color: var(--blue);
}
.popup-section .form_wrap{
  margin-top: 40px;
}
.popup-form .label_box label{
  margin-bottom: 0px;
  position: absolute;
  background: var(--skyblue);
  border-radius: 5px;
  top: -12px;
  left: 20px;
  color: #474747d5;
  padding: 0 10px;
  font-family: 'Proxima-Bold';
}
.popup-section #owl-popup{
  width: 60% !important;
}
.popup-section .owl-stage-outer{
  padding: 20px 0px;
}
.popup-section .owl-item.active.center{
  transform: scale(1.2);
  z-index: 1;
}

.popup-section .owl-item.active.center .img_box{
  box-shadow: 0 3px 10px rgba(55, 55, 55, 0.515);
}
.popup-section .owl-item{
  display: flex;
  align-items: center;
}
.popup-section .img_box{
  width: 70px;
  height: 70px;
  border-radius: 50%;
  object-fit: contain;
  overflow: hidden;
  box-shadow: 0 3px 10px rgba(85, 85, 85, 0.316);
  background: #fff;
}
.popup-section .img_box img{
  width: 100%;
  height: auto;
}
.popup-section .popup-content{
  background: white;
  border-radius: 15px;
  position: relative;
}
.popup-section .popup-form{
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  background-color: var(--skyblue);
}
.popup-section .popup-content > div{
  width: 50%;
  height: 85vh;
}
.popup-section .closebtn{
  position: absolute;
  top: 10px;
  right: 10px;
  padding: 5px 5px;
  border: 1px solid #8080805c;
  border-radius: 25px;
  background: white;
  z-index: 1;
}
.popup-section .form-content{
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  background-color: var(--white);
  padding: 0 15px;
}
.popup-section .form-content .popup-title{
  padding: 20px;
  height: 100%;
}
.popup-section .popup-img{
  width: 100%;
  height: 100%;
}
.popup-section .form-content2{
  display: grid;
  align-items: center;
  flex-direction: column;
}
.popup-section .t1{
  font-size: clamp(1rem, 2.3vw, 5rem) !important;
  text-align:center;
}
.popup-section  .subheading{
  font-size: 28px !important;
  line-height: 30px !important;
  text-align:center;
}
.popup-section .form-row {
  width: 90%;
}
.popup-section form .atags-blue{
  width: 90%;
}
.popup-section .grow-container2{
  min-height: 100%;
}
.form-content2 .atags-blue{
  box-shadow: none;
  border-radius: 50px;
  padding: 5px 11px;
  margin-right: 10px;
}
.popup-section .service-form2{
  min-width: 320px;
}
@media only screen and (min-width: 0px) and (max-width: 800px) {
  footer ul {
    padding: 30px 20px 0 0 !important;
  }
  .modal-dialog {
      max-width: 90%;
      margin: 1.75rem auto;
  }
  .popup-section .popup-content .form-content{
    display: none !important;
  }
  .popup-section .form-section2 .form-row{
      width: 85%;
  }
  .popup-section .service-form2 {
      min-width: 70vw !important;
      padding-top: 30px !important;
  }
  .popup-section .popup-content .popup-form {
      width: 100%;
      display: flex;
  }
  .popup-section .contact-section .form-control{
      padding: 10px 15px !important;
  }
  .popup-section .popup-content > div{
      min-height: 75vh !important;
      height: 100% !important;
      padding: 20px 0px;
  }
  .popup-section .call-btn{
      font-size: 16px !important;
  }

  header{
    transition: 0.5s all;
  }
}




@media only screen and (min-width: 900px) and  (max-width: 1399px){
  .popup-section .modal-dialog{
    max-width: 800px;
  }
}

@media only screen and (min-width: 1400px) and  (max-width: 2000px){
  .popup-section .modal-dialog{
    max-width: 1000px;
  }
}