@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.13.1/font/bootstrap-icons.min.css");

/* common css strats here */
html{
  overflow-x:hidden;
}
ul {
  list-style-type: none;
  padding: 0px;
  margin: 0px;
}

/* ul li {list-style-type:none; padding:0px;} */

/* a.customize{text-decoration:none;}/* for removing underline for anchor*/

a {
  text-decoration: none !important;
} /* for removing underline for anchor*/

button:focus {
  outline: 0px !important;
}

a:hover {
  text-decoration: none;
}

textarea {
  resize: none;
}

.w-100 {
  width: 100%;
}

.w-auto {
  width: auto !important;
}

.h-100 {
  height: 100%;
}

.h-50p {
  height: 50px;
}

/* for display */

.d-inline-flex {
  display: inline-flex;
} /* for display inline */

.d-inline-block {
  display: inline-block;
}

.d-flex {
  display: flex;
} /* for display inline */
/* for display inline */

/* for positions */

.pos-relative {
  position: relative;
}

.pos-absolute {
  position: absolute;
}

/* padding styles */

.p-0 {
  padding: 0px;
}

.p-5p {
  padding: 5px;
}

.p-10p {
  padding: 10px;
}

.p-15p {
  padding: 15px;
}

.p-20p {
  padding: 20px;
}

.p-30p {
  padding: 30px;
}

.p-40p {
  padding: 40px;
}

.pt-5p {
  padding-top: 5px;
}

.pt-10p {
  padding-top: 10px;
}

.pt-15p {
  padding-top: 15px;
}

.pt-20p {
  padding-top: 20px;
}

.pt-40p {
  padding-top: 40px;
}

.pt-50p {
  padding-top: 50px;
}

.ptb-5p {
  padding-top: 5px;
  padding-bottom: 5px;
}

.ptb-10p {
  padding-top: 10px;
  padding-bottom: 10px;
}

.ptb-15p {
  padding-top: 15px;
  padding-bottom: 15px;
}

.ptb-20p {
  padding-top: 20px;
  padding-bottom: 20px;
}

.ptb-25p {
  padding-top: 25px;
  padding-bottom: 25px;
}

.ptb-30p {
  padding-top: 30px;
  padding-bottom: 30px;
}

.ptb-40p {
  padding-top: 40px;
  padding-bottom: 40px;
}

.ptb-50p {
  padding-top: 50px;
  padding-bottom: 50px;
}

.ptb-60p {
  padding-top: 60px;
  padding-bottom: 60px;
}

.ptb-70p {
  padding-top: 70px;
  padding-bottom: 70px;
}

.plr-10p {
  padding-left: 10px;
  padding-right: 10px;
}

.plr-20p {
  padding-left: 20px;
  padding-right: 20px;
}

.plr-30p {
  padding-left: 30px;
  padding-right: 30px;
}

.pb-10p {
  padding-bottom: 10px;
}

.pb-15p {
  padding-bottom: 15px;
}

.pb-20p {
  padding-bottom: 20px;
}

.pb-30p {
  padding-bottom: 30px;
}

.pb-40p {
  padding-bottom: 40px;
}

.pb-60p {
  padding-bottom: 60px;
}

.pb-80p {
  padding-bottom: 80px;
}

.ptb-4060p {
  padding-top: 40px;
  padding-bottom: 60px;
}

.pr-0p {
  padding-right: 0px;
}

.pl-0p {
  padding-left: 0px;
}

.pl-10p {
  padding-left: 10px;
}

.pl-15p {
  padding-left: 15px;
}

.pl-20p {
  padding-left: 20px;
}

.pl-25p {
  padding-left: 25px;
}

.pl-40p {
  padding-left: 40px;
}

.pl-50p {
  padding-left: 50px;
}

.pr-20p {
  padding-right: 20px;
}

.pr-30p {
  padding-right: 30px;
}

.pr-40p {
  padding-right: 40px;
}

.pr-50p {
  padding-right: 50px;
}

/* margin styles */

.mlr-auto {
  margin-left: auto;
  margin-right: auto;
}

.ml-auto {
  margin-left: auto;
}

.m-0 {
  margin: 0px;
}

.m-15p {
  margin: 15px;
}

.m-lr-auto {
  margin: 0px auto;
}

.mt-5p {
  margin-top: 5px;
}

.mt-10p {
  margin-top: 10px;
}

.mt-15p {
  margin-top: 15px;
}

.mt-20p {
  margin-top: 20px;
}

.mt-25p {
  margin-top: 25px;
}

.mt-30p {
  margin-top: 30px;
}

.mt-40p {
  margin-top: 40px;
}

.mt-50p {
  margin-top: 50px;
}

.mt-60p {
  margin-top: 60px;
}

.mt-70p {
  margin-top: 70px;
}

.mt-80p {
  margin-top: 80px;
}

.mt-90p {
  margin-top: 90px;
}

.mt-100p {
  margin-top: 100px;
}

.mt-120p {
  margin-top: 120px;
}

.mt-130p {
  margin-top: 130px;
}

.mt-220p {
  margin-top: 220px;
}

.mb-0p {
  margin-bottom: 0px;
}

.mb-5p {
  margin-bottom: 5px;
}

.mb-10p {
  margin-bottom: 10px;
}

.mb-15p {
  margin-bottom: 15px;
}

.mb-20p {
  margin-bottom: 20px;
}

.mb-25p {
  margin-bottom: 25px;
}

.mb-30p {
  margin-bottom: 30px;
}

.mb-40p {
  margin-bottom: 40px;
}

.mb-60p {
  margin-bottom: 60px;
}

.mb-70p {
  margin-bottom: 70px;
}

.mb-80p {
  margin-bottom: 80px;
}

.mb-100p {
  margin-bottom: 100px;
}

.mtb-2040p {
  margin-top: 20px;
  margin-bottom: 40px;
}

.mtb-5p {
  margin-top: 5px;
  margin-bottom: 5px;
}

.mtb-10p {
  margin-top: 10px;
  margin-bottom: 10px;
}

.mtb-15p {
  margin-top: 15px;
  margin-bottom: 15px;
}

.mtb-20p {
  margin-top: 20px;
  margin-bottom: 20px;
}

.mtb-30p {
  margin-top: 30px;
  margin-bottom: 30px;
}

.mtb-40p {
  margin-top: 40px;
  margin-bottom: 40px;
}

.mtb-50p {
  margin-top: 50px;
  margin-bottom: 50px;
}

.mtb-60p {
  margin-top: 60px;
  margin-bottom: 60px;
}

.mlr-10p {
  margin-left: 10px;
  margin-right: 10px;
}

.mlr-20p {
  margin-left: 20px;
  margin-right: 20px;
}

.ml-5p {
  margin-left: 5px;
}

.ml-10p {
  margin-left: 10px;
}

.ml-15p {
  margin-left: 15px;
}

.ml-20p {
  margin-left: 20px;
}

.ml-50p {
  margin-left: 50px;
}

.mr-5p {
  margin-right: 5px;
}

.mr-10p {
  margin-right: 10px;
}

.mr-15p {
  margin-right: 15px;
}

.mr-20p {
  margin-right: 20px;
}

.mr-30p {
  margin-right: 30px;
}

.mr-40p {
  margin-right: 40px;
}

.mr-50p {
  margin-right: 50px;
}

/* for box shadow */

/* for border radius  */

.brad-0 {
  border-radius: 0;
}

.brad-50 {
  border-radius: 50px;
}

/* for borders  */

.br-0p {
  border: 0;
}

/* for letter spacing  */

.ls-1p {
  letter-spacing: 1px;
}

.ls-2p {
  letter-spacing: 2px;
}

.ls-4p {
  letter-spacing: 4px;
}

/* for text-patterns*/

.txt-up {
  text-transform: uppercase;
}

.txt-cap {
  text-transform: capitalize;
}

.txt-undline {
  text-decoration: underline !important;
}

/* for text colors */

.text-black {
  color: #000000 !important;
}

.text-white {
  color: #ffffff;
}

.text-color {
  color: #232323;
}

.text-blue{color: #0927a9;}

/* for backgorund colors */

.bg-white {
  background-color: white;
}

.bg-black {
  background-color: #000000;
}

.bg-trans {
  background: transparent;
}

/* for text-alignment*/

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

.align-flex-end {
  align-items: flex-end;
}

.justify-space {
  justify-content: space-between;
}

.justify-center {
  justify-content: center;
}

.justify-flex-end {
  justify-content: flex-end;
}

.wh-space {
  white-space: pre-line;
}

.obj-fit {
  object-fit: cover;
}

/* for font-size */

.font10 {
  font-size: 10px;
}

.font11 {
  font-size: 11px;
}

.font12 {
  font-size: 12px;
}

.font13 {
  font-size: 13px;
}

.font14 {
  font-size: 14px;
}

.font15 {
  font-size: 15px;
}

.font16 {
  font-size: 16px;
}

.font17 {
  font-size: 17px;
}

.font18 {
  font-size: 18px;
}

.font19 {
  font-size: 19px;
}

.font20 {
  font-size: 20px;
}

.font22 {
  font-size: 22px;
}

.font23 {
  font-size: 23px;
}

.font24 {
  font-size: 24px;
}

.font26 {
  font-size: 26px;
}

.font28 {
  font-size: 28px;
}

.font30 {
  font-size: 30px;
}

.font34 {
  font-size: 34px;
}

.font36 {
  font-size: 36px;
}

.font44 {
  font-size: 44px;
}

.font40 {
  font-size: 40px;
}

.font50 {
  font-size: 50px;
}

.font52 {
  font-size: 52px;
}

/* for line-hieght */

.lh-15p {
  line-height: 15px;
}

.lh-16p {
  line-height: 16px;
}

.lh-18p {
  line-height: 18px;
}

.lh-20p {
  line-height: 20px;
}

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

.lh-23p {
  line-height: 23px;
}

.lh-24p {
  line-height: 24px;
}

.lh-25p {
  line-height: 25px;
}

.lh-26p {
  line-height: 26px;
}

.lh-27p {
  line-height: 27px;
}

.lh-28p {
  line-height: 28px;
}

.lh-29p {
  line-height: 29px;
}

.lh-32p {
  line-height: 32px;
}

.lh-33p {
  line-height: 33px;
}

.lh-42p {
  line-height: 42px;
}

.lh-44p {
  line-height: 44px;
}

/* for font-weight */

.fw-600 {
  font-weight: 600;
}

/* for font related css */

/* poppins */

.fnt-Poppins-Light {
  font-family: "Poppins-Light";
}

.fnt-Poppins-Regular {
  font-family: "Poppins-Regular";
}

.fnt-Poppins-Medium {
  font-family: "Poppins-Medium";
}

.fnt-Poppins-SemiBold {
  font-family: "Poppins-SemiBold";
}

.fnt-Poppins-Bold {
  font-family: "Poppins-Bold";
}

/* roobert */

.fnt-roobert-reg {
  font-family: "Roobert-Regular";
}

/* for text-alignment*/

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

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

.text-right {
  text-align: right;
}

.text-left {
  text-align: left;
}

.text-end {
  text-align: end;
}

.text-justify {
  text-align: justify;
}

.text-initial {
  text-align: initial;
}

body {
  font-size: 14px;
  line-height: 26px;
  color: #232323;
  font-family: "Poppins-Light";
  overflow-x: hidden;
}

.container {
  max-width: 1230px !important;
  padding-left: 0;
  padding-right: 0;
}

/*----- navbar toggler  css -----*/

.navbar-toggler.x {
  border: none;
}

.navbar-toggler.x:focus {
  outline: none;
}

.navbar-toggler.x[aria-expanded="true"] .icon-bar:nth-of-type(1) {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transform-origin: 10% 10%;
  -ms-transform-origin: 10% 10%;
  transform-origin: 10% 10%;
}

.navbar-toggler.x[aria-expanded="true"] .icon-bar:nth-of-type(2) {
  opacity: 0;
  filter: alpha(opacity=0);
}

.navbar-toggler.x[aria-expanded="true"] .icon-bar:nth-of-type(3) {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transform-origin: 10% 90%;
  -ms-transform-origin: 10% 90%;
  transform-origin: 10% 90%;
}

.navbar-toggler.x .icon-bar {
  width: 22px;
  display: block;
  height: 2px;
  background-color: #000;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.navbar-toggler.x .icon-bar + .icon-bar {
  margin-top: 4px;
}

.navbar-toggler.x .icon-bar:nth-of-type(1) {
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
}

.navbar-toggler.x .icon-bar:nth-of-type(2) {
  opacity: 1;
  filter: alpha(opacity=100);
}

.navbar-toggler.x .icon-bar:nth-of-type(3) {
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
}



/* ------------------------------------------------------------------------------------------------------------*/
/* HEADER CSS */
/* ------------------------------------------------------------------------------------------------------------*/

.nav-menu > li > a:hover {
  color: #f38a18;
}

.nav-menu li {
  position: relative;
}
.nav-menu .menu-active a,
.nav-menu li:hover a {
  color: #f38a18;
}
.nav-menu .menu-active:before {
  content: "";
  border-bottom: 3px solid #f38a18;
  position: absolute;
  bottom: 0;
  width: 100%;
  border-radius: 50px;
}


/*--------------------------------------------------------------
# Desktop Navigation
--------------------------------------------------------------*/
@media (min-width: 1024px) {
  /* .navbar ul li.menu-item-has-children>a{display: inline-block !important;width: auto;}
  .navbar ul li.menu-item-has-children>span{display: inline-block;width: 10px;} */
  .navbar {
    padding: 0;
  }

  .navbar ul {
    margin: 0;
    padding: 0;
    display: flex;
    list-style: none;
    align-items: center;
  }

  .navbar li {
    position: relative;
  }

  .navbar > ul > li {
    white-space: nowrap;
    padding: 8px 0 8px 50px;
  }

.navbar a, .navbar a:focus {
    display: flex;
    align-items: center;
    white-space: nowrap;
    transition: 0.3s;
    position: relative;
    font-size:15px;
    transition: color 0.3s, background 0.3s;
    color: #010101;
    font-family: 'Poppins-Regular';
}


  .navbar a i,
  .navbar a:focus i {
    font-size: 12px;
    line-height: 0;
    margin-left: 5px;
    /* width: 20px;
    height: 20px; */
    position: relative;
    z-index: 20;
	display:inline-block;
  }

  .navbar a:hover,
  .navbar li.active>a,
  .navbar li:hover  a {
    color:#141654;
  }

  .navbar .menu-item-has-children ul {
    display: block;
    position: absolute;
    left: 20px;
    top: calc(100% + 30px);
    margin: 0;
    /* padding: 10px 0; */
    z-index: 99;
    opacity: 0;
    visibility: hidden;
    background: #fff;
    box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
    transition: 0.3s;
  }

  .navbar .menu-item-has-children ul li {
    min-width: 15rem;
  }

  .navbar .menu-item-has-children ul a {
    padding: 8px 20px;
	color: #010101;
    text-transform: none;
    font-family: 'Poppins-Regular';
  }

  .navbar .menu-item-has-children ul a i {
    font-size: 12px;
  }

  .navbar .menu-item-has-children ul a:hover,
  .navbar .menu-item-has-children ul .active:hover,
  .navbar .menu-item-has-children ul li:hover > a {
    background-color:#141654;
	color:#fff;
  }

  .navbar .menu-item-has-children:hover > ul {
    opacity: 1;
    top: 100%;
    visibility: visible;
  }

  .navbar .menu-item-has-children .menu-item-has-children ul {
    top: 0;
    left: calc(100% - 30px);
    visibility: hidden;
  }

  .navbar .menu-item-has-children .menu-item-has-children:hover > ul {
    opacity: 1;
    top: 0;
    left: 100%;
    visibility: visible;
  }
}
/* 
@media (min-width: 1024px) and (max-width: 1366px) {
  .navbar .menu-item-has-children .menu-item-has-children ul {
    left: -90%;
  }

  .navbar .menu-item-has-children .menu-item-has-children:hover > ul {
    left: -100%;
  }
} */

@media (min-width: 1024px) {

  .mobile-nav-show,
  .mobile-nav-hide {
    display: none;
  }
}

/*--------------------------------------------------------------
# Mobile Navigation
--------------------------------------------------------------*/
@media (max-width: 1023px) {
  /* .navbar ul li.menu-item-has-children>a{display: inline-block !important;width: 90%;}
  .navbar ul li.menu-item-has-children>span{display: inline-block;width: 10%;color: rgba(255, 255, 255, 0.7);} */
  .navbar ul li.menu-item-has-children>a i{
    position: absolute;
    right: 20px;
    width: 10%;
    height: 42px;
    text-align: center;
    top: 0px;
  
  }
  .navbar ul li.menu-item-has-children>a i::before{
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    position: absolute;
  }
  .navbar ul li.menu-item-has-children>a{position: relative;}
  .navbar {
    position: fixed;
    top: 0;
    right: -100%;
    width: 100%;
    max-width:320px;
    bottom: 0;
    transition: 0.3s;
    z-index: 9997;
    height: 100vh;
  }

  .navbar ul {
    position: absolute;
    inset: 0;
    padding:40px 0 10px 0;
    margin: 0;
    background:#101010;
    overflow-y: auto;
    transition: 0.3s;
    z-index: 9998;

  }

  .navbar a,
  .navbar a:focus {
    display: flex;
    align-items: center;
    /* justify-content: space-between; */
    padding:12px 20px;
    color:#fff;
    white-space: nowrap;
    text-transform: uppercase;
    transition: 0.3s;
    font-family: "Poppins-Light";
  }

  .navbar a i,
  .navbar a:focus i {
    font-size: 12px;
    line-height: 0;
    margin-left: 5px;
  }

  .navbar a:hover,
  .navbar .active,
  .navbar .active:focus,
  .navbar li:hover > a {
    color: #fff;
  }

  .navbar .menu-item-has-children ul,
  .navbar .menu-item-has-children .menu-item-has-children ul {
    position: static;
    display: none;
    padding: 10px 0;
    margin: 10px 20px;
    transition: all 0.5s ease-in-out;
    border: 1px solid #8f8f8f;
  }
  .dropdown-active a{
    font-size: 12px !important;
    padding: 6px 15px;
  }

  .navbar .menu-item-has-children > .dropdown-active,
  .navbar
    .menu-item-has-children
    .menu-item-has-children
    > .dropdown-active {
    display: block;
  }

  /* .navbar .dropdown>.dropdown-active, .navbar .dropdown .dropdown>.dropdown-active {
    display: block;
} */
  .mobile-nav-show {
    position: relative;
    color: #000;
    font-size: 28px;
    cursor: pointer;
    line-height: 0;
    transition: 0.5s;
    z-index: 9999;
    padding-right: 10px;
  }

  .mobile-nav-hide {
    color: #fff;
    font-size: 32px;
    cursor: pointer;
    line-height: 0;
    transition: 0.5s;
    position: fixed;
    left:275px;
    top: 15px;
    z-index: 9999;
  }

  .mobile-nav-active {
    overflow: hidden;
  }

  .mobile-nav-active .navbar {
    left: 0;
  }

  .mobile-nav-active .navbar:before {
    content: "";
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.6);
    z-index: 9996;
    height: 100vh;
  }
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/

		/* HEADER-BOTTOM CSS  */

.header {
	z-index: 997;
	padding:12px 0px;
}

.header-nav{
	display:flex;
	justify-content:space-between;
	align-items:center;
	flex-wrap: wrap;
}
.logo {height:55px;}

.regis-head a {
    padding: 7px 28px !important;
    border-radius: 50px;
    background-color: rgba(255,216,60,0);
    border: 1px solid #141654;
    color: #141654;
}

.apply-head {
    padding-left: 35px !important;
}
.apply-head a {
    padding:6px 25px !important;
    color: #000000;
    background-color: #ffd83c;
    transition: 1s;
    border: 1px solid #141654;
    display: inline-block;
}
.apply-head a{
  transition: transform 0.3s cubic-bezier(0.5, 2.5, 0.7, 0.7),
    box-shadow 0.3s cubic-bezier(0.5, 2.5, 0.7, 0.7);
}


/* ------------------------------------------------------------------------------------------------------------*/
/* HOME PAGE STARTS HERE */
/* ------------------------------------------------------------------------------------------------------------*/

.common-section {
  padding-top: 85px;
  padding-bottom: 85px;
}

.common-section2 {
  padding-top:65px;
  padding-bottom:65px;
}
.pt-gap {
  padding-top: 85px;
}
.pb-gap {
  padding-bottom: 85px;
}

.mt-gap {
  margin-top: 85px;
}
.mb-gap {
  margin-bottom: 85px;
}

.p-vw {
  padding: 0px 2vw;
}
.p-vw-top {
  padding-top: 2vw;
}
.p-vw-btm {
  padding-bottom: 2vw;
}

.sub-title {
  font-size: 19px;
  text-transform: uppercase;
  color: #26282c;
  font-family: "Roobert-Regular";
}
.section-title {
  font-size: 44px;
  line-height: 48px;
  color: #26282c;
  font-family: "Roobert-Regular";
}
.section-title2 {
	font-size: 32px;
	line-height: 44px;
}
.section-title-gap {
  margin-bottom: 20px;
}

/* HOVERE BUTTON CSS */
.cmn-btn {
  cursor: pointer;
  display: inline-block;
  border-radius: 50px;
  /* --cta-stroke-color: #052017; */
  --cta-stroke-color: transparent;
  --cta-stroke-width: 0.0625rem;
  --cta-depth-color: #052017;
  --cta-text-color: #052017;
  position: relative;
  box-shadow: 0 0 0 var(--cta-stroke-width, 0) var(--cta-stroke-color);
  transform: translateY(0);
  transition: transform 0.3s cubic-bezier(0.5, 2.5, 0.7, 0.7),
    box-shadow 0.3s cubic-bezier(0.5, 2.5, 0.7, 0.7);
}
.cmn-btn:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  bottom: 0;
  left: 0;
  -webkit-transition: bottom 0.3s cubic-bezier(0.5, 2.5, 0.7, 0.7);
  -o-transition: bottom 0.3s cubic-bezier(0.5, 2.5, 0.7, 0.7);
  transition: bottom 0.3s cubic-bezier(0.5, 2.5, 0.7, 0.7);
}

.cmn-btn:hover {
  box-shadow: 0 0 0 var(--cta-stroke-width, 0) var(--cta-stroke-color),
    0 var(--animation-depth, 0.25em) 0 0 var(--cta-depth-color);
  transform: translateY(calc(-1 * var(--animation-depth, 0.25em)));
  --cta-stroke-width: 0.0625rem;
}

.cmn-btn img{
  height:12px;
  margin-left:15px;
transform: translateY(-1px);  
}
.btn-size {
  font-size:14px;
  font-family: "Poppins-Light";
}

.btn-pd {
  padding:4px 20px;
}

.btn-yellow {
  background-color: #ffc13c;
  color: #15100c;
}

.btn-lightgreen {
  background-color: #82aa6e;
  color: #fff;
}

.btn-blue {
  background-color: #01bae1;
  color: #fff;
}

.btn-border {
  background-color:transparent;
  border: 1px solid #8b8c9e;
  color: #26282c;
}

.wh-img {
  filter: brightness(0) invert(1);
}

.bg-properties {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.form-control:focus {
  box-shadow: none;
  background: transparent;
}

.form-control {
  height: 45px;
}


/* BANNER SECTION CSS */


.image-overlay-02{
	background-color: rgba(31, 38, 61, 0.9);
    background-image: linear-gradient(135deg, #2138ac, transparent 50%, #cf4226);
    opacity: 0.30;
	position: absolute;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    z-index: 1;
	border-radius:28px;
}

.banner-main{
  position: relative;
}
.dot{
  position: absolute;
  width: 12px;
  height: 12px;
  background-color: #000;
  border-radius: 50%;
}
.dot1{
 left: 2vh;
 /* top: -8vh; */
 top:-50px;
  background-color:#f4bb09;
}
.dot2{
 right: 2vh;
 /* top: -8vh; */
 top:-50px;
  background-color: #16d0ff;
}
.dot3{
 left: 2vh;
 bottom: -2vh;
  background-color:#7c7fef;
}
.dot4{
 right: 2vh;
 bottom: -2vh;
  background-color: #81c363;
}




/* SLIDER CSS */

.slider-container {
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
	position: relative;
	height:72vh;
	 border-radius:28px;
}

.slider-container::after {
	background-color: #000;
	content: '';
	position: absolute;
	opacity: 0.25;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 1;
}

.slide {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	height: 100%;
	width: 100%;
	transform: scale(1.15);
	transition: opacity .6s ease;
}
.gradient:before{
	content:'';
	border-radius:28px;
	position: absolute;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    background-image: linear-gradient(135deg, #2138ac, transparent 50%, #cf4226);
    opacity: 0.50;   
}

.slide.active {
	animation: grow 4s linear forwards;
	opacity: 1;
}

@keyframes grow {
	0%, 20% {
		transform: scale(1.3);
	}
	
	75%, 100% {
		transform: scale(1);
	}
}

.controls-container {
	display: flex;
	align-items: center;
	z-index: 2;
	position: absolute;
	bottom:0%;
	left: 50%;
	transform: translate(-50%, -50%);  
}
.control {
    background-color: transparent;
    cursor: pointer;
    /* opacity: 0.5; */
    margin:4px;
    height: 12px;
    width: 12px;
    transition: opacity 0.3s, background-color 0.3s, transform 0.3s;
    border: 2px solid #fff;
    border-radius: 50%;
}

.control.active, .control:hover {
	/* background-color: #fff; */
	opacity: 1;
	transform: scale(1.2);
	height: 14px;
    width: 14px;
}

.banner-icon {
    border-radius: 30px;
    height: 554px;
    object-fit: cover;
    object-position: center;
}
.caption {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;	
  z-index:9;
  color: #ffffff;
}

.banner-title,
.banner-subtitle {
  font-family: "Roobert-Regular";
  filter: drop-shadow(0px 4px 2px #000000);
}

.banner-title {
  font-size:48px;
  margin-bottom: 16px;
}
.banner-subtitle {
  font-size: 20px;
  letter-spacing: 1px;
  margin-bottom: 40px;
}

.carousel-indicators [data-bs-target] {
  margin-right: 3px;
  margin-left: 3px;
  width: 30px;
  height: 3px;
  border-radius: 50px;
  border: 2px solid #fff;
  opacity: 1 !important;
  background-color: #fff;
}
.carousel-indicators .active {
  background-color: #ffcf3c;
  border: 2px solid #ffcf3c;
}

/* ABOUT SECTION CSS */

.aply-btn{
	font-size:15px;
	padding: 6px 20px;
}

.abt-icon{
  width:100%;
  border-radius: 8px;
}

.ticker {
  display: flex;
  overflow:hidden;
}
.ticker__list {
  display: flex;
  animation: ticker 15s infinite linear;
}
.ticker:hover .ticker__list {
  animation-play-state: paused;
}
.ticker__item {
    border-radius: 25px;
    background-color: #fdf0d9;
    font-size:18px;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #26282c;
    font-family: 'Poppins-SemiBold';
    padding:8px 25px;
	margin-right: 15px;
	display:flex;
	white-space: nowrap;
}
/* .ticker__item:first-child{ */
    /* background-color: #ececec; */
/* } */
/* .ticker__item:nth-child(2){ */
    /* background-color: #fdf0d9; */
/* } */
/* .ticker__item:nth-child(3){ */
    /* background-color: #e8d5e1; */
/* } */
/* .ticker__item:nth-child(4){ */
    /* background-color: #cbd9e0; */
/* } */


.ticker__item:nth-child(6n+1){
   background-color: #ececec;
}
.ticker__item:nth-child(6n+2){
    background-color: #fdf0d9;
}
.ticker__item:nth-child(6n+3){
    background-color: #e8d5e1;
}
.ticker__item:nth-child(6n+4){
    background-color: #cbd9e0;
}
.ticker__item:nth-child(6n+5){
    background-color: #e5ebd8;
}
.ticker__item:nth-child(6n+6){
    background-color: #e3e2f8;
}


@-moz-keyframes ticker {
  100% {
    transform: translateX(-100%);
  }
}
@-webkit-keyframes ticker {
  100% {
    transform: translateX(-100%);
  }
}
@-o-keyframes ticker {
  100% {
    transform: translateX(-100%);
  }
}
@keyframes ticker {
  100% {
    transform: translateX(-100%);
  }
}

/* OUR RESOURCES SECTION CSS */

.bg-gradient2 {
    background-image: linear-gradient(135deg, #e9f1f7, #f0ecee 40%, #f9e8e5);
}

.hover-icon-bar{overflow: hidden;}
.hover-icon{transition: all 0.3s ease-in-out;}
.hover-card:hover .hover-icon { transform: scale(1.07);}

.resrce-cnt{margin-top:15px !important;}
.resrce-cnt p{line-height:24px;}
.resrce-ico{height: 260px;border-radius:8px; object-fit: cover;}
.resrce-title{
	font-size: 26px;
	color: #000;
	font-family: 'Roobert-Regular';
}
.explore-bar {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.explore-bar p {
	width:80px;
	height:80px;
	border-radius: 45px;
	opacity: 0.851;
	background-color: #01bae1;
	color: #fefefe;
	display: grid;
	align-items: center;
	justify-content: center;
	opacity: 0;
}

.resrce-box:hover p {
  opacity: 1;
  -webkit-transition: opacity 1s linear;
  -moz-transition: opacity 1s linear;
  -o-transition: opacity 1s linear;
  transition: opacity 1s linear;
}
.resrce-box, .resrce-box .hover-icon-bar{border-radius: 8px;}

/* BLOG SECTION CSS */

.testy-bx{margin:6px; cursor:pointer;}
.testy-icon {
    position: relative;
}
.testy-icon:before {
    content: '';
    border: 10px solid #000;
    position: absolute;
    top: 6px;
    bottom: 0;
    width: 100%;
    height: 100%;
    border-radius: 150px;
    left: -6px;
    z-index: -1;
}
.testy-hd{
	position: absolute;
	top:16%;
	left: 50%;
	transform: translate(-50%, -50%);
	width:100%;
	text-align:center;
}
.testy-name{
	font-size:19px;
	font-family: 'Poppins-SemiBold';
}

/* VIDEO CSS */

.videoWrapper iframe{
	border-radius: 8px;
	height:220px;
	/* height: 260px; */
	width:100%;
}

.video-title{
	font-size: 18px;
	color: #0c0c0c;
	font-family: 'Roobert-Regular';
}

/* FAQ'S */

.faq-blk{
	padding:40px 50px;
	border-radius: 30px;
	background-image: linear-gradient(125deg, #f9fbff 0%, #e3e7f7 100%);
}
.faq-blk .accordion{margin-top:35px;}
.accordion-item {
	background-color: transparent;
	border: 0;
	border-top: 1px solid #b4bad6 !important;
	border-radius: 0 !important;
}
.accordion-item:last-child{
    border-bottom: 1px solid #b4bad6 !important;
}
.accordion-button {
	background-color: transparent;
	border-radius:0 !important;
	padding:17px 0px;
	font-size: 22px;
	color: #0e0e0e;
	font-family: 'Poppins-Light';
}
.accordion-button:not(.collapsed) {
    background-color: transparent;
    box-shadow: none;
}
.accordion-body {
    padding: 0px 0px 20px 0px;
}
.accordion-button::after, .accordion-button:not(.collapsed)::after{
	width: 30px;
    height: 25px;
	background-position: center;
}
.accordion-button::after {
    background-image:url(../images/plus.png);
	background-size:14px;
}
.accordion-button:not(.collapsed)::after {
    background-image: url(../images/minus.png);
    background-size: 26px;
    
}

/* FOOTER SECTION CSS */

.footer-sec {
  background-color: #1a1a1a;
  background-position: center;
  background-size: cover;
  z-index: 1;
  
}
.footer-shadow {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: -4;
  height: 240px;
}
.footer-logo {
  height: 60px;
}
.footer-top{padding:55px 0px;}
.footer-title{
	font-size: 22px;
	letter-spacing: 1px;
	color: #ffffff;
	font-family: 'Poppins-Light';
}

.fbox1 {
    display: grid;
    align-items: center;
}
.fbox4{
	display:grid;
	justify-content:flex-end;
}

.ads-txt{
	line-height:24px;
  font-size: 14px !important;
}
.foot-li li {
  margin-bottom:6px;
}

.foot-li a {
  color: #ffffff;	
}

.foot-li a:focus, .contact-details a:focus {
    background: transparent;
}
.contact-details a:hover{color: #49e5ff;}

.ads-txt, .foot-li a{ font-size:16px;}
.fsocial-icons a{
	text-decoration: underline !important;
}

.foot-li a:hover {
  color: #49e5ff;
}
.foot-li li:last-child {
  margin-bottom: 0px;
}
/* copy right css */
.copy-right-sec{
	border-top:1px solid #ffffff26;
	padding:30px 0px;
}
.copy-right-sec p {
	font-size: 14px;
	color: #ffffff;
}
.copy-right-sec a {
  color:#ffe13c;
}


/* ------------------------------------------------------------- */
	/* INNER PAGES COMMON CSS */
/* ------------------------------------------------------------- */

.inner-banner-sec .caption {
    left: 0;
}
.inner-banner-img{
    height: 335px;
    object-fit: cover;
    border-radius:28px;
}
.inner-banner-title {
  font-size: 38px;
  letter-spacing: 1px;
  /* line-height: 56px; */
  line-height: 44px;
  color: #ffffff;
  font-family: "Roobert-regular";
  /* text-align: center; */
  filter: drop-shadow(0px 4px 3px #000000);
 max-width: 70%;
}
.medium-title{
	/* font-size:20px; */
	font-size:22px;
    font-family: 'Poppins-Medium';
}

/* list css */
.list-gap {
    padding-left:25px;
}
.list-li li{margin-bottom: 5px;}
.list-li li:before {
    content: '';
    border-radius: 50%;
    height:6px;
    width: 6px;
    margin-right:14px;
    background-color:#141654;
    margin-left: -25px;
    display: inline-block;
}

/* ------------------------------------------------------------- */
	/* CONTACT PAGE CSS */
/* ------------------------------------------------------------- */

.contact-icon-bar {
    height: 55px;
    width: 55px;
    background: #141654;
    display: grid;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 22px;
    border-radius: 50%;
}

.contact-details .medium-title {
    font-size:16px;
}
.contact-details p {
    font-size:17px;
}


/* form css  */



input:focus,
textarea:focus,
select:focus {
  outline: none;
  background: #eef8fe;
}
.form-select:focus {
    box-shadow: none;
}


.common-form input, .common-form select{height:45px;}
.common-form input, .common-form select, .common-form textarea{
	font-size:14px;
	border-radius:0px !important;
	background-color:transaparent;
	color:#212529;
	border: 1px solid #ccc;
}
.common-form textarea {padding:12px;}
/* .common-form-btn { */
	/* height:50px; */
/* } */
.common-form ::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color:#212529;
}
.common-form .form-control:focus, .common-form .form-group:focus{
    background: #eef8fe;
	border-color: #86b7fe;
}

.rdio-card{
	border: 1px solid #ccc;
	height:45px;
	padding:12px;
}

/* FILE UPLOAD CSS */

.file-upload-wrapper {
  position: relative;
  width: 100%;
  height:45px;
  background:#fff;
  border: 1px solid #ccc;
}
.file-upload-wrapper:after {
  content: attr(data-text);
  position: absolute;
  top: 0;
  left: 0;
  padding:0px 15px;
  display: block;
  width: calc(100% - 40px);
  pointer-events: none;
  z-index: 20;
  height:45px;
  line-height:45px;
  color:#000000;
}
.file-upload-wrapper:before {
  content: "Choose File";
  position: absolute;
  top: 0;
  right: 0;
  display: inline-block;
  height:45px;
  background:#000;
  color: #fff;
  z-index: 25;
  line-height:45px;
  padding: 0 15px;
  pointer-events: none;
}
.file-upload-wrapper:hover:before {
  background:#141654;
}
.file-upload-wrapper input {
  opacity: 0;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 99;
  height:45px;
  margin: 0;
  padding: 0;
  display: block;
  cursor: pointer;
  width: 100%;
}

/* radio button css */

/***** RADIO BUTTON STYLES *****/


.rdio {
  position: relative;
}
.rdio input[type=radio] {
  opacity: 0;
}
.rdio label {
  padding-left:10px;
  cursor: pointer;
  /* margin-bottom: 7px !important; */
  color:#212529;
}
.rdio label:before {
  width: 18px;
  height: 18px;
  position: absolute;
  top: 4px;
  left: 0;
  content: "";
  display: inline-block;
  -moz-border-radius: 50px;
  -webkit-border-radius: 50px;
  border-radius: 50px;
  border: 1px solid #fbc52d;
  background: #fff;
}
.rdio input[type=radio] {
  margin: 0px;
  height: auto;
}
.rdio input[type=radio]:disabled + label {
  color:#212529;
  
}
.rdio input[type=radio]:disabled + label:before {
  background-color: #fbc52d;
}
.rdio input[type=radio]:checked + label::after {
  content: "";
  position: absolute;
  top:8px;
  left: 4px;
  display: inline-block;
  font-size: 11px;
  width: 10px;
  height: 10px;
  background-color: #fbc52d;
  -moz-border-radius: 50px;
  -webkit-border-radius: 50px;
  border-radius: 50px;
}

.rdio-default input[type=radio]:checked + label:before {
  border-color: #fbc52d;
}

.rdio-primary input[type=radio]:checked + label:before {
  border-color: #fbc52d;
}
.rdio-primary input[type=radio]:checked + label::after {
  background-color: #fbc52d;
}

ul.list-li.list-gap li span{
  font-family: "Poppins-Regular";
  font-family: "Poppins-Medium";
}
/* pandari */
.owl-dots{
  display: none !important;
}
.footer_social > li
{
  height: 34px;
  padding: 9px;
  border-radius: 50%;
  border: 1px solid #fff;
  min-width: 34px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.footer-content .footer_social a{
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  border-radius: 50%;
  font-size: 16px;
}
.foot-li a i:hover {
  color: #49e5ff;
}
.footer_social {
  gap: 10px;
  margin-top: 14px;
}



.file-input {
  display: inline-block;
  text-align: left;
  background: #fff;
  line-height: 30px;
  position: relative;
  border-radius: 0;
  border-color: #ccc;
}

.file-input > [type='file'] {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: 10;
  cursor: pointer;
}


.file-input > .label {
  color: #333;
  white-space: nowrap;
  opacity: .3;
}

.file-input.-chosen > .label {
  opacity: 1;
}

.file-input > .button {
  cursor: pointer;
  position: absolute;
  right: 0;
  width: 109px;
  height: 100%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  right: 0;
  top: 0;
  background: #000;
  border: 0;
  color: #ffff;
  border-radius: 0px;
}

.error{
  color: #e40b00;
}
.form-control.error, textarea.error{
  border-color: #e40b00 !important;
}

.tit2 {
  font-family: 'Poppins-Medium';
  color: #2f313b;
  font-size: 18px;
  line-height: 24px;
}

.con-pad2 {
  padding: 27px 30px 12px;
  border-radius: 10px;
  border: 1px #a6a6a6 solid;
}

.con-box h4{
  font-family: 'poppins-SemiBold';
  color: #2f313b;
  font-size: 20px;
}
.con-box:hover h4{
   color: #723681;
 }

 .ser-btn8 {
  border: 1px solid #000;
  border-radius: 50px;
  color: #000;
  padding: 8px 20px;
}
.ap-qr img {
  width: 180px;
}

/*  */
.insight-sec {
  background-image: url(../images/insight-bg.png);
  color: #fff;
  background-position: center;
  background-size: cover;
  padding-bottom: 75px;
}
.new-ico{height: 395px; border-radius: 6px;object-fit: cover;}
.new-title, .new-sutitle {position: absolute;}
.new-title{font-size:22px;line-height:28px;color: #191919;font-family: 'Poppins-Medium';top:20px;left: 20px;}
.new-sutitle{font-size:16px;border-radius:50px;background-color:#0f1116;color:#fff;display: inline-block;padding: 8px 15px;bottom: 20px;right: 20px;}
.new_over_set {
  position: relative;
}
.new-c p.new-content{top: 60px;
  left: 20px;
  position: absolute;
  line-height: 22px;
  /* color: #111; */
}
.new-title {color: #fff;}
.new_over_set{
  position: relative;
}
.new_over_set::after{
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: #00000063;
}

  /*------slider-area-------*/

.swiper-slide {margin-bottom:80px;}

/* swipe scroll css */
.swiper-scrollbar {
    background: #d9dbe9 !important;
    bottom: 5% !important;
    width: calc(50% - 2 * var(--swiper-scrollbar-sides-offset,1%)) !important;
    height: var(--swiper-scrollbar-size,2px) !important;
    margin: auto !important;
    left: 0 !important;
    right: 0 !important;
    text-align: center;
}
.swiper-scrollbar-drag {
    width: 170px !important;
    height: 2px !important;
    background-image: linear-gradient(90deg, #ff7f45 0%, #16b8e8 40%, #9083df 70%, #cfaba3 100%) !important;
}
/* swipe button css */
.swiper-button-next, .swiper-button-prev{
	top:auto !important; 
	bottom:0% !important; 
	border:2px solid #288feb;
	padding:0px 21px; 
	height: 52px !important;
	width: 52px !important;
	border-radius:50%;
	background-image: none !important;
}
.swiper-button-next {right: 18% !important;}
.swiper-button-prev{left: 19% !important;}
.swiper-button-next:after, .swiper-button-prev:after {font-size: 0 !important;}
.swiper-button-next:after {content:url(../images/right-arrow1.png) !important;}
.swiper-button-prev:after {content:url(../images/left-arrow.png) !important;}

.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {opacity: .35;cursor: auto;pointer-events: none;}
.swiper-button-next:after, .swiper-button-prev:after  {
	/* filter: brightness(0) invert(0);  */
	position: absolute;
	top: 16px;
	left: 15px;
}



/*  */

.bg-properties {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.staff-box{padding:115px 45px; border-radius:6px;}
.staff-title{font-size:26px;color: #18181a;font-family: 'Poppins-Medium';}
.staff-btn {font-size: 14px;color: #141313;background:transparent;border: 1px solid #141313;padding: 10px 29px;}
.staff-c > p {max-width: 350px;}
.btn-blue.ss {background-color: #d39f37;}
.btn-size.btn-blue.btn-pd.cmn-btn {margin-top: 15px;}

.contact-details p a {
  font-size: 15px;
}

.contact-card:hover {
  transition: all .4s linear;
  border: 1px solid #dddddd00;
  box-shadow: rgba(17, 17, 26, 0.05) 0px 1px 0px, rgba(17, 17, 26, 0.1) 0px 0px 8px;
}
.contact-card {
  align-items: start !important;
  border: 1px solid #ddd;
  width: 100%;
  height: 100%;
  padding: 20px;
  justify-content: center;
  border-radius: 5px;
  transition: all .4s linear;
}
.contact_form_set {
  box-shadow: rgba(17, 17, 26, 0.05) 0px 1px 0px, rgba(17, 17, 26, 0.1) 0px 0px 8px;
  padding: 50px;
  border-radius: 5px;
  padding-top: 30px;
}
.contact_form_set .form-floating > .form-control:focus ~ label::after{background-color: #eef8fe;}
.contact_form_set .form-floating > .form-control:focus ~ label{transform: scale(.85) translateY(-.5rem) translateX(-0.15rem);}
.contact_form_set .form-floating > label {left: 10px;}
#floatingTextarea {
  height: 100px;
}
.sub_title{
  color: #2a92c8;
  font-family: "Poppins-Regular";
  font-size: 24px;
}

/*  */
.we_do_card p{
  font-size: 16px;
  margin-bottom: 0;
}
.we_do_card {
  border: 1px solid #E7E9EE;
  padding: 40px;
  /* padding-right: 87px; */
  position: relative;
  z-index: 1;
  height: 100%;
}
.we_do_card:hover .we-do-title::before {
  width: 100%;
  transition: all .3s linear;
}
.we-do-title::before {
  content: "";
  position: absolute;
  width: 0%;
  height: 1px;
  background: #111;
  left: 0;
  bottom: 0;
  transition: all .3s linear;
}
.we-do-title {
  position: relative;
  font-family: "Poppins-Regular";
  margin-bottom: 5px;
  padding-bottom: 5px;
  display: inline-block;
  font-size: 22px;
}
.list_set{position: relative;}
.list_set li{position: relative;padding-left: 30px;margin-bottom: 5px;}
.list_set li::before{
  content: "";
  position: absolute;
  background: url(../images/check-mark.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 17px;
  height: 20px;
  left: 0;
  top: 2.5px;
}
.slider-container .slide.gradient:nth-child(3):before{
  background-image: none;
}


/*  */
.header {
  position: relative;
  z-index: 999;
  transition: all .4s linear;
}
.header.fixed_menu{
  position: fixed;
  top: -51px;
  transform: translateY(50px);
  width: 100%;
  transition: all .4s linear;
  background-color: #fff;
  box-shadow: rgba(33, 35, 38, 0.1) 0px 10px 3px -10px;
}


.apply-head .sub-menu li a{
  background: none;
  border: none;
  width: 100%;
}