/* common css strats here */
html{
  overflow-x:hidden;
  scroll-padding-top: 76px;
  scroll-behavior: smooth;
}
ul {
  list-style-type: none;
  padding: 0px;
  margin: 0px;
}
b, strong {
  font-weight: bolder;
  font-family: 'Poppins-Medium';
  font-weight: normal;
}

/* 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: #000;
}

.text-red{color:#e7424b;}

/* for backgorund colors */

.bg-white {
  background-color: white;
}

.bg-black {
  background-color: #000000;
}

.bg-trans {
  background: transparent;
}

.bg-gray {
	background-color: #f8f8f8;
}

.bg-green {
	background-color: #012d19;
}


/* 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:16px;
  line-height:28px;
  color: #000;
  font-family: "Poppins-Light";
  overflow-x: hidden;
  margin: 0 !important;
  padding: 0 !important;
}

.container {
  max-width: 1320px !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;
  }

.navbar a, .navbar a:focus {
    display: flex;
    align-items: center;
    /* justify-content: space-between; */
    white-space: nowrap;
    transition: 0.3s;
    position: relative;
    font-size:16px;
    color: #040707;
    transition: color 0.3s, background 0.3s;
    font-family: 'Poppins-Regular';
	padding: 10px 20px;
}

  .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:none;
  }

  .navbar a:hover,
  .navbar li.active>a,
  .navbar li:hover  a, .menu-active a {
    color:#0769ba;
  }

  .navbar .menu-item-has-children ul {
    display: block;
    position: absolute;
    left: 28px;
    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:#040707;
	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;
  }

 
  .navbar ul {
    position: absolute;
    inset: 0;
    padding:40px 0 10px 0;
    margin: 0;
    background:#000;
    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;
  }
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/

		/* HEADER-BOTTOM CSS  */

.header {
    z-index: 997;
    padding:12px 0px;
    box-shadow:0px 3px 5px rgba(0, 4, 52, 0.08);
    background-color: #ffffff;
    position: fixed;
    top: 0;
    width: 100%;
}
.header-nav{
	display:flex;
	justify-content:space-between;
	align-items:center;
	flex-wrap: wrap;
}
.logo {height:50px;}
/* .logo {height:60px;} */

.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 {
    margin-left: 15px;
}
.apply-head a {
    padding: 10px 20px !important;
    color: #fff !important;
    transition: 1s;
    display: inline-block;
    border-radius: 0;
}
.apply-head a img {
    transform: translateY(-1px);
	margin-right:7px;
}


/* ------------------------------------------------------------------------------------------------------------*/
/* 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;
}
.pt-gap2 {
  padding-top:65px;
}
.pb-gap2 {
  padding-bottom:65px;
}

.mt-gap {
  margin-top: 85px;
}
.mb-gap {
  margin-bottom: 85px;
}

.p-vw {
  padding: 0px 2vw;
}


.sub-title {
    font-size: 16px;
    line-height: 28px;
    color: #000000;
}
.subtitle2{
	font-size: 20px;
	color: #1a1757;
	font-family: 'Poppins-Medium';
}
.section-title {
  font-size:32px;
  color: #000000;
  font-family: 'Poppins-Medium';
}

.section-title-gap {
  margin-bottom: 20px;
}

.medium-title{
	font-size:22px;
    font-family: 'Poppins-Medium';
}

.btn-size {
	font-size:16px;
	border-radius:50px;	
	font-family: 'Poppins-Light';
}
.btn-size2 {
	font-size:18px;
	font-family: 'Poppins-Medium';
}
.btn-pd {
  padding:10px 30px;
  /* padding:13px 30px; */
}

.btn-pd2 {
    padding:12px 30px;
}

.btn-gap{margin-top:30px;}

.btn-blue {
	color: #fefefe;
	background-color:#0769ba;
}
.btn-blue a{
  color: #fff !important;
}
.btn-blue img{
  padding-right: 5px;
}
.btn-blue:hover {
	color: #fff;
	background-color:#000;
}

.btn-border-blue{
	color: #0769ba;
	border: 1px solid #0769ba;
}
.btn-border-blue:hover{
	color: #fff;
	background-color:#0769ba;
}

.arw{
	font-size: 25px;
	display: inline-block;
	transform: translateY(4px);
	margin-left:5px;
}

.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;
}

/* OWL NAV CSS */

.scrl-nav .owl-nav [class*=owl-] {
    font-size:20px !important;
    color:#000 !important;
    background: #fff !important;
    width:42px;
    height:42px;
    border-radius: 50% !important;
	border: 1px solid #d9dfe7 !important;
}

.scrl-nav .owl-nav [class*=owl-]:hover {
    background:#000 !important;
	color:#fff !important;
	border-color:#000 !important;
}

.scrl-nav .owl-nav button.owl-next, .scrl-nav .owl-nav button.owl-prev {
    position: absolute;
    top:40%;  
}
.scrl-nav .owl-nav button.owl-next{right:0px;}
.scrl-nav .owl-nav button.owl-prev {left:0px;}
.scrl-nav .owl-nav .disabled {opacity: .7 !important;}
.scrl-nav .owl-nav button.owl-next .fa-angle-right { padding-left: 4px;}
.scrl-nav .owl-next i {margin-left:4px;}


/* BANNER SECTION CSS */

.top-gap{
	margin-top:76px;
	/* margin-top:86px; */
}
.banner-icon-wrap{
    padding-top: 50px;
}

.banner-icon{
    margin-top: -30px;
}
/* .banner-caption { */
    /* position: absolute; */
    /* top:135px; */
    /* left: 50%; */
    /* transform: translate(-50%, -50%); */
    /* width: 100%; */
/* } */
.banner-title{
	font-size:30px;
	font-family: 'Poppins-Medium';
}

.banner-subtitle{
	font-size:18px;
}

.banner-btn a{
	font-size: 16px;
	color: #110053;
	font-family: 'Poppins-Regular';
	border-radius:50px;
	filter: drop-shadow(0px 5px 4px rgba(0,38,69,0.1));
	background-color: #ffffff;
	border: 1px solid #53a1e2;
	padding:12px 30px;
}
.banner-btn a i{
	font-size: 25px;
	display: inline-block;
	transform: translateY(5px);
	margin-left: 5px;
}
.banner-btn a:hover{
	color:#fff;
	background-color:#0769ba;
	border-color:#0769ba;
}

/* carousel arrows css */

.carousel-control-next, .carousel-control-prev {
    width:10%;
	opacity: 1;
}

.carousel-control-next-icon {
    background-image:url("data:image/svg+xml,%3csvg xmlns='https://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='black'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e") !important;
}
.carousel-control-prev-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='https://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='black'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e") !important;
}

.carousel-control-prev-icon, .carousel-control-next-icon {
	background-color: #fff !important;
	border: 1px solid #d9dfe7;
	color: #000;
	border-radius: 50%;
	opacity: 1;
	background-size: 50% 50% !important;
	width:35px;
    height:35px;
}
.carousel-control-next:focus .carousel-control-next-icon, .carousel-control-next:hover .carousel-control-next-icon, .carousel-control-prev:focus .carousel-control-prev-icon, .carousel-control-prev:hover .carousel-control-prev-icon {
    opacity: 1;
    background-color:#0769ba !important;
}

/* carousel dots css */

.carousel-indicators {
    margin-bottom: 0;
}
.carousel-indicators [data-bs-target] {
    width:9px;
    height:9px;
    border-radius:50%;
    opacity:1;
    background-color: #000;
}
.carousel-indicators .active {
    opacity: 1;
	background-color:#0769ba;
}

/* WORK SECTION CSS */

/* .work-icon-bar:before { */
    /* content: ''; */
    /* width: 90px; */
    /* height: 45px; */
    /* background-color: #dbecfd; */
    /* margin: auto; */
    /* border-radius: 100px 100px 0px 0px; */
    /* position: absolute; */
    /* bottom: -15px; */
    /* left: 0; */
    /* right: 0; */
    /* text-align: center; */
    /* z-index: -1; */
/* } */
.work-icon-bar{margin-bottom:20px;}
.work-icon {
    height:75px;
}
.work-title{
	font-size:18px;
  line-height: 30px;
	font-family: 'Poppins-Medium';
  margin-bottom: 10px;
}
/* TEMPLE EVENTS CSS */

.service-sec{
	padding-bottom:65px;
}
.srvc-card {
    border-radius: 13px;
    background-color: #000000;
    margin:0px 12px 25px 12px;
}
.srvc-icon {
    height: 322px;
	object-fit: cover;
    border-radius:11px 11px 50px 0px;
}
.srvc-ct {
	padding:20px;
	font-size:18px;
	line-height: 28px;
	color: #282828;
	filter: drop-shadow(0px 8px 10px rgba(0, 0, 0, 0.1));
	background-color: #ffffff;
	align-items: end;
	border-radius:0px 50px 11px 11px;
}

.srvc-title {
	font-size:20px;
	line-height:28px;
	font-family: 'Poppins-Medium';
}
.seperator{
	width: 50px;
	height:2px;
	border-radius:50px;
	background-color: #0769ba;
}

.srvc-link a {
    position: relative;
    display: block;
    height: 100%;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-user-drag: none;
}
.srvc-link i {
    color:#0769ba;
    font-size:28px;
}
.srvc-card:hover{
   background-color: #0769ba;
}
.srvc-card:hover .srvc-ct {
	 background-color: #000;
	 color:#fff;
}
.srvc-card:hover .srvc-link i{
	color:#fff;
}

.srvce-owl .owl-nav button.owl-next{right:-60px;}
.srvce-owl .owl-nav button.owl-prev {left:-60px;}

/* SPONSORS SECTION CSS */

.s-tile {
    border: 1px solid #e2e2e2;
    padding:5px;
    height: 110px;
    display: grid;
    align-items: center;
    justify-content: center;
	overflow: hidden;
}
.s-tile img{
	width:100% !important; 
	text-align: center; 
	margin: auto;
	/* -webkit-filter: grayscale(100%);
  filter: grayscale(100%); */
  height: 99px !important;
  object-fit: contain;
}
.p-icon4{height:85px;}

.s-tile:hover img{filter:none;}


/* TESTIMONIAL SECTION CSS */

.testy-content{
	border-radius: 15px;
	background-image: linear-gradient(0deg, #fdf9eb 0%, #ffffff 100%);
	border: 1px solid #e9dba1;
	padding:60px 90px;
}
.testy-owl .owl-item.active .testy-content{
	/* max-width: 1320px !important; */
   margin:auto;
	background-image: linear-gradient(0deg, #eff5ff 0%, #ffffff 100%);
	border:1px solid #93c5fd;
}
.testy-title{
	font-size:20px;
	color: #000000;
	font-family: 'Poppins-SemiBold';
}
.user-icon{
	width: 75px !important;
	height: 75px;
	border-radius:50%;
	background-color: #ffffff;
	border: 1px solid #0769ba;
	margin:auto;
}
.testy-name{
	font-size:18px;
	color: #2b3340;
	font-family: 'Poppins-Medium';
}
.testy-dgn{
	font-size:16px;
	color: #626c7f;
	font-family: 'Poppins-Regular';
}
.dot {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: #626c7f;
    display: inline-block;
    margin: 0px 7px;
    transform: translateY(-2px);
}
.testy-owl .owl-nav {
    margin-top: 0 !important;
}

.testy-owl .owl-nav button.owl-next{right:215px;}
.testy-owl .owl-nav button.owl-prev {left:215px;}


@media screen and (max-width:1740px){ 

.testy-owl .owl-nav button.owl-next{right:155px;}
.testy-owl .owl-nav button.owl-prev {left:155px;}

}
@media screen and (max-width:1520px){ 

.testy-owl .owl-nav button.owl-next{right:135px;}
.testy-owl .owl-nav button.owl-prev {left:135px;}

}
@media screen and (max-width:1370px){ 
	.testy-owl .owl-nav button.owl-next{right:105px;}
	.testy-owl .owl-nav button.owl-prev {left:105px;}
}

/* BLOG CSS */

.blog-sec{
    /* padding-bottom: 150px; */
    padding-bottom: 105px;
}
.blog-card {
	border-radius: 15px;
	background-color: #ffffff;
	border: 1px solid #dedfe1;
	padding:25px 25px 35px 25px;
}

.blog-icon img {

    object-fit: cover;
    width: 275px;
    height: 300px;
    margin: auto;
    background-color: #669b67;
    /* margin-bottom:-60px; */
}

.blog-content{
	width:100%;
	font-size: 15px;
	line-height: 26px;
	color: #000000;
}
.blog-date{
	font-size: 15px;
	letter-spacing: 1px;
	text-transform: uppercase;
	color: #393939;
}
.blog-title{
	font-size:22px;
	color: #000000;
	font-family: 'Poppins-Medium';
}
.blog-sec .blog-title{
	font-size:22px;
	color: #000000;
	font-family: 'Poppins-Medium';
  display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -webkit-line-clamp: 2;
    text-overflow: ellipsis;
}
.blog-btn-bar a {
	font-size: 14px;
	color: #0769ba;
	border-radius: 3px;
	background-color: #deeaf4;
	padding:10px 25px;
}
.blog-btn-bar a:hover{
   background:#000;
   color:#fff;
}

/* FOOTER SECTION CSS */

.footer-sec {
	background-color: #000000;
	color:#fff;
}
/* .footer-logo {
	height:70px;
	margin-bottom:25px;
} */
.footer-logo {
  height: 50px;
  margin-bottom: 0;
}
.footer-top{padding:55px 0px;}

.footer-title{
	font-size: 20px;
	letter-spacing: 1px;
	text-transform: uppercase;
	color: #ffffff;
	font-family: 'Poppins-SemiBold';
}
.footer-title-gap{
	margin-bottom:10px;
}
.foot-li{margin-top:15px;}

.foot-li li {
    display: flex;
    margin-bottom:5px;
    gap: 10px;
    align-items: center;
    width: 100%;
}
.foot-li a {
	font-size:18px;
	color: #ffffff;	
}
.foot-li a:hover {
  color: #49e5ff;
}
.foot-li li:last-child {
  margin-bottom: 0px;
}
.fcall {
    height:20px;
	transform: translateY(-1px);
}
.fmail {
    height: 18px;
    transform: translateY(-1px);
}
.phne-icon{
	height:23px;
	margin-right:7px;
}
.callus-btn{margin-top:40px;}
.callus-btn a{
	font-size: 16px;
	color: #ffffff;
	font-family: 'Poppins-Medium';
	padding:15px 45px;
	border:1px solid transparent;
}
.callus-btn a:hover{
	background:transparent;
	border:1px solid #fff;
	color:#fff;
}

.footer_social > li a
{
  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;
}
.footer_social > li a:hover{
	background:#0769ba;
	border-color:#0769ba;
}
.footer_social {
  gap: 10px;
  margin-top:10px;
}


/* COPYRIGHT CSS */

.copy-right-sec{
	border-top:1px solid #292929;
	padding:20px 0px;
	color: #fefeff;
}
.copy-right-sec a {
  color:#87c9ff;
}

/* ------------------------------------------------------------- */
	/* INNER PAGES COMMON CSS */
/* ------------------------------------------------------------- */

.innbanner-section {
	padding-top:40px;
	border-bottom:1px solid #1a1a1a;
}
.innban-row{
    align-items:center;
}
.innbanner-icon{
    height: 245px;
}
.innbanner-title {
	font-size:38px;
	font-family: 'Poppins-Medium';
}
.innbanner-subtitle{
	font-size: 18px;
	line-height: 28px;
}
.page-title{
	font-size:24px;
	color:#000;
	font-family: 'Poppins-Medium';
}

/* list css */
.list-gap {
    padding-left:25px;
}
.list-li>li {
    margin-bottom: 15px;
    font-size: 16px;
}
.list-li>li:before {
    content: '';
    border-radius: 50%;
    height:6px;
    width: 6px;
    margin-right:14px;
    background-color:#fff;
    margin-left: -25px;
    display: inline-block;
}


/* ------------------------------------------------------------- */
	/* ABOUT PAGE CSS */
/* ------------------------------------------------------------- */

.text-halfwhite{color: #fffefe;}

.text-w2{color: #b4b4b4;}

.mission-icon{
	height:65px;
}
.about-img {
    float: right;
    padding: 0px 0px 50px 30px;
    /* padding: 0px 0px 70px 30px; */
}

.about-img img {
    max-width: 650px;
    border: 1px solid #ccc;
    border-radius: 10px;
    padding: 3px;
    margin-block: 10px;
    width: 100%;
}

.team-lines {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    height: 100%;
}
.team-curve {
    height: 50px;
	position: absolute;
	top:0;
    left: -55px; 
}
.team-row{
	border-bottom:1px solid #333333;
	padding-bottom:40px;
	margin-bottom:40px;
}

.team-row:last-child{
	border-bottom:0;
	padding-bottom:0px;
	margin-bottom:0px;
}
.team-icon-bar {
    width: 250px;
    height: 250px;
    border-radius: 50%;
    background-color: #000000;
    border: 1px solid #6e6e6e;
    display: grid;
    align-items: center;
    justify-content: center;
	padding:15px;
}
.team-icon {
    border-radius: 50%;
    background-color: #ffffff;
    width: 100%;
    height: 100%;
}
.team-title{
	font-size: 24px;
	letter-spacing: 1px;	
	font-family: 'Poppins-Medium';
}
.team-desg{
	font-size: 18px;
}

/* ADVISORY SECTION CSS */

.advisory-row{
	border-radius: 15px;
	background-image: linear-gradient(0deg, #eff5ff 0%, #ffffff 100%);
	border: 1px solid #93c5fd;
	padding:70px 35px;
}

.advisory-icon{
	width: 225px;
	height: 225px;
	border-radius:50%;
	background-color: #ffffff;
	border: 1px solid #6e6e6e;
}

.testy-logo{height: 40px;}
/* sri-css */
.list-set li {
  padding-left: 35px;
  margin-bottom: 10px;
  position: relative;
}
.list-set li::before {
  position: absolute;
  content: "";
  width: 25px;
  height: 25px;
  background: url("../images/star.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  left: 0;
  top: 2px;
}
.why-us-img-fluid{
  max-width: 380px;
  margin: auto;
  margin-top: 50px;
  width: 100%;
}
.why-us-img-fluid img{
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.why-us_table-set {
  /* max-width: 550px;
  margin: auto; */
}
/*  */
.sltbios-box {
  background: #fff;
  border-radius: 12px;
  overflow: hidden;
  transition: 0.3s;
  /* box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px; */
  box-shadow: rgba(17, 17, 26, 0.05) 0px 4px 16px, rgba(17, 17, 26, 0.05) 0px 8px 32px;
  transition: all .3s ease-in-out;
}
.sltbios-box:hover {
  -webkit-box-shadow: 0px 0px 50px 1px rgba(29,30,93,0.21);
  -moz-box-shadow: 0px 0px 50px 1px rgba(29,30,93,0.21);
  /* box-shadow: 0px 0px 50px 1px rgba(29,30,93,0.21); */
  box-shadow: 0px 0px 50px 1px rgba(4, 7, 7, 0.23);
  transform: translateY(-5px);
  transition: all .3s ease-in-out;
}
.sltbios-box img {
  width: 100%;
}
.sltbios-box-in {
  padding: 25px;
  padding-bottom: 15px;
}
.sltbios-box-inbox {
  display: table;
  width: 100%;
  min-height: 95px;
}
.sltbios-box-in a {
  color: #aa7d51;
  font-size: 17px;
  font-weight: bold;
}
.sltbios-box-inbox-left {
  display: table-cell;
  overflow: hidden;
  vertical-align: top;
  width: 100%;
}
.sltbios-box-inbox-right {
  display: table-cell;
  overflow: hidden;
  vertical-align: top;
  width: 100%;
  padding-left: 10px;
}
.sltbios-box-inbox-right a {
  color: #0077b7;
  font-size: 34px;
}
.sltbios-box-inbox-left p {
  font-size: 14px;
  line-height: 20px;
}
.service-card a .srvc-card{margin: 0;}
.contact_top_set .contact_icon_set span{

}

.contact_top_set .contact_icon_set span img {
  filter: brightness(0);
}
.contact_top_set .contact_icon_set span {
  border-radius: 40px;
  border: 1px solid #000;
  height: 45px;
  width: 45px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.contact_top_set .contact_icon_set span img {
  filter: invert(1);
  padding: 12px;
  height: 100%;
  object-fit: contain;
}
.contact_top_set .contact .srvc-title {
  font-size: 18px;
  line-height: 26px;}
.contact_top_set .contact p {
  font-size: 15px;
  line-height: 22px;}
.cantact_inner_set{
  background: url('../images/oppertunityBG.png'), #090909;
  background-position: top;
  background-repeat: no-repeat;
  background-position-x: left;
}
.contact_form{background: #fff;padding: 40px 50px;border-radius: 10px;}
.contact_form label span sup{color: red;font-size: 20px;}
.contact_form label span sup {top: -2px;}
.contact_form label{font-family: "Poppins-Regular";margin-bottom: 3px;font-size: 14px;}
.contact_form input, .contact_form textarea{display: block;width: 100%;padding: 8px 15px;border: 1px solid #d4d4d4;border-radius: 0px;margin-bottom: 5px;}
input:focus-visible {outline: none;}
.accordion-button:not(.collapsed){
  /* color: #fff !important;background: #040707; */
  color: #030606 !important;
  background: transparent;
  box-shadow: none !important;
  padding-top: 25px;
  padding-bottom: 0;
}
.accordion-button:focus {box-shadow: none !important;}
.accordion-item:last-child {margin-bottom: 0;border: 1px solid #e4e7ea !important;border-radius: 0 !important;}
.accordion-item:not(:first-of-type) {border: 1px solid #e4e7ea !important;border-radius: 5px !important;}
.accordion-item:first-of-type, .accordion-item:first-of-type .accordion-button {border-radius: 5px !important;}
.accordion-item {margin-bottom: 15px;}
.accordion-button.collapsed {padding-block: 25px;}
.accordion-item .accordion-button {border-radius: 5px !important;}
.accordion-button {font-family: "Poppins-Medium";}
.accordion-button::after {
  background-image: none !important;
  content:"\F4FE";
  font-family:bootstrap-icons;
  font-size: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #535659;
  width: 35px;
  height: 35px;
  border-radius: 30px;
}
.accordion-button:not(.collapsed)::after {
  background: #040707;
  color: #fff;
  transform: rotate(45deg);
}
.navbar .menu-item-has-children ul {left: 0;}
.navbar .menu-item-has-children ul.sub-menu li a {font-size: 15px;padding-block: 10px;}
.contact_form button{
  border: none;
  padding-block: 10px;
  color: #fff;
  background-color: #040707;
  transition: all .3s;
  padding-top: 8px;
}
.contact_form button:hover{
  transition: all .3s;
  background-color: #0769ba;
}

.offcanvas.offcanvas-top {height: 100vh;}
.offcanvas{
  transition: .6s ease-in-out;
}
.offcanvas .btn-close {
  font-size: 20px;
  opacity: 1;
  margin-left: auto;
  margin-right: 15px;
  margin-top: 10px;
}
.book-a-consult-heading{
  font-size: 70px;
  font-family: "Poppins-Medium";
  line-height: 60px;
  margin-bottom: 30px;
}
.color_1{color: #0769ba;}
.color_2{color: #EFEFE2;}

.offcanvas_form form button{
  color: #000000;
  background-color: #EFEFE2;
  border-radius: 3px 3px 3px 3px;
  width: 100%;
  padding-block: 16px;
  border: none;
}
.offcanvas_form form div input, 
.offcanvas_form form div textarea {
  border: none;
  border-bottom: 1px solid;
  padding: 10px 0px;
  width: 100%;
  margin-bottom: 20px;
}
textarea:focus-visible {outline: none;}
.book-a-consultation {max-width: 1180px;margin-inline: auto;margin-top: 60px;}
.offcanvas_form form button:hover {color: #EFEFE2;background: #000;transition: all .3s;}
.btn-close:focus {box-shadow: none;}
.university-main {
  display: grid;
  grid-template-columns: repeat( auto-fit, minmax(180px, 1fr) );
  gap: 10px;
  margin-bottom: 40px;
}
.university-main .s-tile img {
  width: 100% !important;
  text-align: center;
  margin: auto;
  height: 100%;
  object-fit: contain;
  filter: none;
}
.contact_top_set {
  display: flex;
  gap: 50px;
  align-items: center;
  justify-content: flex-start;
}
.update_soon_img{max-height: 350px;width: 100%;max-width: 600px;}
.contact_inner_sec_img{
  width: 100%;
  height: 100%;
  max-height: 500px;
}
.contact_inner_sec_img img{
  height: 100%;
  object-fit: contain;
}
.navbar > ul {
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  max-width: 98%;
  margin-inline: auto;
}
.testy-wrap .owl-carousel{ 
  .owl-stage{display: flex;
    .item, .testy-content {height: 100%;}
  }
}
.testy-logo{
  height:70px;
}
.alternate{
  background-image: linear-gradient(0deg, #eff5ff 0%, #ffffff 100%);
	border:1px solid #93c5fd;
}
.inner-p{
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.know_more_btn{display: block;margin-bottom: 15px;transition: all .3s;}
.know_more_btn:hover{padding-left: 5px; transition: all .3s;}
p.lk{margin-bottom: 0;}

/* 4-12-2024 */
.design_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 15px;
  margin-block: 20px;
  align-items: center;
}
.design_list_set {
  background-color: #f8f8f8;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 8px 20px;
  border-radius: 50px;
  gap: 5px;
}
.design_list_set {
  span{font-size: 22px;}
  h5{font-size: 16px;}
  span, h5{margin: 0;  font-family: 'Poppins-Regular';}
}
.footer-sec p{
  font-size: 14px;
}
.footer-sec .footer-title {
  font-size: 18px;
}

/*  */
.moretext {
  display: none;
}
.moreless-button {
  border: 0;
  background: transparent;
  padding: 0;
  color: #0769ba;
}
.inner_page_img img{
  height: 40px;
  padding-right: 10px;
}
.why_last_sec{
  margin-top: 20px;
  display: flex;
  gap: 10px;
  align-items: center;
  /* justify-content: center; */
}
/* .why_last_sec > h4{
  background: black;
  color: #fff;
  padding: 10px 20px;
  border-radius: 0px;
  line-height: 30px;
  font-size: 18px;
  text-align: center;
} */
.why_last_sec > h4 {
  background: #f8f8f8;
  color: #040707;
  padding: 30px;
  border-radius: 0px;
  line-height: 28px;
  font-size: 16px;
  flex-grow: 1;
  /* max-width: 450px; */
  width: 100%;
  font-family: 'Poppins-Regular';
}
/* .footer-logo-content {
  position: absolute;
  top: -50%;
  left: 50%;
  transform: translateX(-50%) translateY(-24%);
  background: black;
  padding: 50px;
  border-radius: 50%;
  width: 100%;
  max-width: 300px;
  height: 300px;
} */


table {
  width: 100%;
  border-collapse: collapse;
}
th, td {
  border: 1px solid black;
  padding: 10px;
  text-align: left;

}
th {
  background-color: #dbecfd;
}
@media screen and (max-width: 768px) {
  /* table {
      width: 100%;
      display: block;
      overflow-x: auto;
  } */

  th, td {
      font-size: 14px;
      padding: 8px;
  }
  .footer-sec .footer-title {
    font-size: 14px;
}
}

@media screen and (max-width: 480px) {
  th, td {
      font-size: 12px;
      padding: 6px;
  }
}





/* blog */

.l-banner{
  line-height:1.4;
}

@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800&display=swap");
@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.3/font/bootstrap-icons.min.css");

/* body{
    font-family:"Poppins";
    font-weight: 400;
    font-size: 16px !important;
    line-height: 26px !important;
    color:var(--blog-v3-color);
} */
:root{
    /* Blog V3 colors */
    --blog-v3-color:#2e3331;
    --blog-v3-color2:#ffba00;
    --blog-v3-color3:#f6dcb8;
    --blog-v3-color4:#ffffff;
    --blog-v3-color5:#97d5ee;
    /* Blog V3 colors */
    
    /* Blog V3 details colors */
    --blog-v3-detail-color:#F5F0EB;
    /*Blog V3 detail colors  */
}

.w-100{width:100%;
}
.h-auto{height:auto;
}
.border-radius-16{border-radius:16px;;
}

/* Blog V3 detail CSS */
.blog-v3-detail-bg{
    /* background:linear-gradient(to bottom, red 5%, var(--blog-v3-color4) 90%);;
    width:100%; */
    padding-bottom:0px !important;
}
.blog-v3-detail .blog-box .blog-content{
    text-align:center;
    padding-inline:70px;
    padding-block:30px;
}
.blog-v3-detail .blog-box .blog-content>div:first-child{
    font-size: 40px;
    line-height: 48px;
    font-family:"Poppins-Regular";
    /* font-weight: 600; */
    letter-spacing: 0px;
    margin-bottom:22px;
    padding-inline:60px;
    
}

.blog-v3-detail .blog-box{
}
.blog-v3-detail .blog-box .blog-content div:nth-child(2){
    font-size: 18px;
    line-height: 24px;
    font-family:"Poppins-Light";
    letter-spacing: 0px;
padding-top:20px;
}.blog-v3-detail .blog-box .blog-content>div:nth-child(2)  span{
    font-size:16px;
    vertical-align: middle;
    margin-right:4px;
}
.blog-v3-detail .blog-box .blog-content>div:nth-child(3){
    font-size: 20px;
    line-height: 28px;
    font-weight: 600;
    letter-spacing: 0px;
    padding-inline:180px;

}
.blog-v3-detail .blog-box .blog-image{
  border:2px solid var(--blog-v3-color);
  border-radius: 6px;
  margin-inline:8%;
   
   
}
.blog-v3-detail .blog-box .blog-image img{    max-height: 600px;
  object-fit: cover;
  object-position: center;
  width: 100%;
  object-position: top;
}
.blog-v3-detail .blog-box .blog-description{padding-block:60px;padding-inline:180px;
}
.blog-v3-detail .blog-box .blog-description br{
display: none !important;
}
.blog-v3-detail .blog-box .blog-description .blog-detail-subtitle{
    font-size: 24px;
    line-height: 32px;
    font-weight: 600;
    letter-spacing: 0px;
    margin-bottom:18px;
   
}
.blog-v3-detail .blog-box .blog-description div{margin-bottom:12px;
}

.blog-v3-detail .blog-box .blog-description .blog-detail-inner-image{
    margin:38px 0px;
}
/* .blog-v3-detail .blog-box .blog-description .blog-detail-inner-image img{
   max-height:788px;
} */
.blog-v3-detail .blog-box .blog-description .blog-inner-text div:first-child{
    font-size: 20px;
    line-height: 28px;
    font-weight: 600;
    letter-spacing: 0px;
    margin:40px 0px 20px;
}
.blog-v3-detail .blog-box .blog-description .blog-inner-text div:nth-child(2){
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
    letter-spacing: 0px;
    margin-bottom:32px;

  
}
.blog-v3-detail .blog-box .blog-description .concl-box{margin-top:42px;
}
.blog-v3-detail .blog-box .blog-description ul{
    margin-top:20px;
}
.blog-v3-detail .blog-box .blog-description ul li{
  font-size:16px;
  font-family:"Poppins-Light";
}
/* Blog v3 detail css start */
@media only screen and (max-width: 1900px) {
    
}
@media only screen and (max-width: 1599px) {
    .blog-v3-detail .blog-box .blog-content>div:first-child {
        padding-inline: 180px;
    }
    .blog-v3-detail .blog-box .blog-content>div:nth-child(3) {
        
        padding-inline: 240px;
    }
}
@media only screen and (max-width: 1320px) {
 
}
@media only screen and (max-width: 1230px) {
    
}
@media only screen and (max-width: 1144px) {
	
}
@media only screen and (max-width: 1024px) {

}
@media only screen and (max-width: 991px) {
    .blog-v3-detail .blog-box .blog-content div:first-child {
        font-size: 34px;
        line-height: 42px;
       
    }
    /* .blog-v3-detail .blog-box .blog-content div:nth-child(2) {
        font-size: 14px;
        line-height: 20px;
        margin:20px 0px;
       
    } */
     .blog-v3-detail .blog-box .blog-content div:nth-child(2) {
      font-size: 14px;
      line-height: 20px;
      margin: 20px 0px 0px;
  }
  .blog-v3-detail .blog-box .blog-content div:nth-child(2) {
    padding-top: 0px;
}
    .blog-v3-detail .blog-box .blog-content div:nth-child(3) {
        font-size: 17px;
        line-height: 24px;
        padding-inline: 80px;
    }
    .blog-v3-detail .blog-box .blog-description .blog-detail-subtitle {
        font-size: 20px;
        line-height: 26px;
    }
    .blog-v3-detail .blog-box .blog-description {
        padding-block: 60px;
        padding-inline: 100px;
    }
    .blog-v3-detail .blog-box .blog-content div:nth-child(3) {
        font-size: 17px;
        line-height: 24px;
        padding-inline: 40px;
    }
    .blog-v3-detail .blog-box .blog-description div {
       font-size:14px;
    }
    .blog-v3-detail .blog-box .blog-description .blog-inner-text div:first-child {
        font-size: 17px;
        line-height: 25px;
        margin: 30px 0px 20px;
    }
}

@media only screen and (max-width: 850px) {

}
@media only screen and (max-width: 768px) {
  .blog-v3-detail .blog-box .blog-content {
    text-align: center;
    padding-inline: 0px;
    padding-block: 0;
}
    .blog-v3-detail .blog-box .blog-content div:first-child {
        font-size: 30px;
        line-height: 38px;
        padding-inline: 0px;
    }
    .blog-v3-detail .blog-box .blog-description div{
        font-size:14px;
        line-height:22px;
    }
    .blog-v3-detail .blog-box .blog-description .concl-box {
        margin-top: 20px;
    }
    .blog-v3-detail .blog-box .blog-content div:nth-child(2) {
        font-size: 14px;
        line-height: 20px;
        margin: 28px 0px;
    }
    .blog-v3-detail .blog-box .blog-content div:nth-child(3) {
        font-size: 15px;
        line-height: 22px;
        padding-inline: 12px;
    }
    .blog-v3-detail .blog-box .blog-description {
        padding-block: 30px;
        padding-inline: 0px;
    }
    .blog-v3-detail .blog-box .blog-description .blog-inner-text div:first-child {
        font-size: 15px;
        line-height: 23px;
        margin: 30px 0px 20px;
    }
    .blog-v3-detail .blog-box .blog-description .blog-inner-text div:nth-child(2) {
        font-size: 15px;
        line-height: 23px;
        margin-bottom: 22px;
    }
    .blog-v3-detail .blog-box .blog-description div {
        font-size: 13px;
        line-height: 19px;
    }
    .blog-v3-detail .blog-box .blog-description ul li {
        font-size: 14px;
       line-height:20px;
    }
    .blog-v3-detail .blog-box .blog-description .blog-detail-subtitle {
        font-size: 18px;
        line-height: 24px;
    }
}

@media only screen and (max-width: 576px) {
    .blog-v3-detail .blog-box {
        padding-inline: 0px;
        padding-block: 40px;
    }
    .blog-v3-detail .blog-box .blog-content {
        padding-inline: 0px;
        padding-block: 0px;
    }
    .blog-v3-detail .blog-box .blog-description {
        padding-block: 0px;
        padding-inline: 0px;
    }
    .blog-v3-detail .blog-box .blog-content div:first-child {
        font-size: 30px;
        line-height: 38px;
        padding-inline: 0px;
    }
    .blog-v3-detail .blog-box .blog-content div:nth-child(2) {
        font-size: 13px;
        line-height: 20px;
        margin: 20px 0px;
    }
    .blog-v3-detail .blog-box .blog-content div:nth-child(3) {
        font-size: 15px;
        line-height: 23px;
        padding-inline: 0px;
        margin-bottom:32px;
    }
    .blog-v3-detail .blog-box .blog-description .blog-detail-subtitle {
        font-size: 18px;
        line-height: 26px;
        margin:22px 0px 18px;
    }
    .blog-v3-detail .blog-box .blog-description .blog-inner-text div:first-child {
        font-size: 15px;
        line-height: 22px;
        margin: 18px 0px 12px;
    }
    .blog-v3-detail .blog-box .blog-description .blog-inner-text div:nth-child(2) {
        font-size: 13px;
        line-height: 20px;
        margin-bottom: 24px;
    }
    .blog-v3-detail .blog-box .blog-description ul li {
        font-size: 12px;
        line-height:20px;
        margin-bottom:12px;
       
    }
    .blog-v3-detail .blog-box .blog-description div{
        font-size:13px;
        line-height:21px;
    }
    .blog-v3-detail-bg {
      padding: 50px 0px 0px !important;
  }
  .blog-image{
    margin-bottom:18px;
  }
    
}
@media only screen and (max-width: 450px) {
    .blog-v3-detail .blog-box .blog-content div:first-child {
        font-size: 24px;
        line-height: 32px;
    }
    .blog-v3-detail .blog-box .blog-content div:nth-child(3) {
        font-size: 13px;
        line-height: 21px;
        padding-inline: 0px;
        margin-bottom:30px;
    }
    .blog-v3-detail .blog-box .blog-description .blog-detail-subtitle {
        font-size: 14px;
        line-height: 20px;
        margin:24px 0px 12px;
    }
    .blog-v3-detail .blog-box .blog-description .blog-inner-text div:first-child {
        font-size: 13px;
        line-height: 21px;
        margin: 16px 0px 18x;
    }
    .blog-v3-detail .blog-box .blog-description div {
        font-size: 13px;
        line-height: 21px;
    }
    .blog-v3-detail .blog-box .blog-description ul li {
        font-size: 12px;
        line-height:20px;
        margin-bottom:8px;
       
    }
}
	
@media only screen and (max-width: 350px) {
}

.blog-v3-detail-bg {
  padding:100px 0px;
}	
.radio-container{
  /* display:flex;
  align-items:center; */
}
.radio-container input{
  display: inline-block;
  margin-right: 2px;
  width: 13px;
  margin-bottom: 0;
}
.radio-container label{
  display:inline;
  font-size:12px;
  font-family:"Poppins-Light";
}

label.error{
  color: red;
  font-size: 13px;
}
.sub-title1{
  font-size: 17px;
  font-family: 'Poppins-Medium';
  margin-bottom: 10px;
  margin-top: 15px;
}
.home-about {
  font-size: 15px;
}
.inner-svrc-title .srvc-title{
  font-size: 18px;
  margin-bottom: 4px;
}
.inner-svrc-title p{
padding-left: 60px;
}
.inner-svrc-title .inner_page_img img{
  transform: translateY(10px);
}
@media(max-width:767px){
  .inner-svrc-title p {
    padding-left: 60px;
    font-size: 14px;
    line-height: 24px;
}
.inner-svrc-title .srvc-title {
  font-size: 16px;
  margin-bottom: 4px;
  text-align: left !important;
  line-height: 24px;
}
}
.key-word{
  font-family:"Poppins-Medium";
}
.blog-v3-detail .blog-image img {
  float: right;
max-width: 450px !important;
padding: 65px 0px 20px 20px;
}
@media (max-width: 767px) {
  .blog-v3-detail .blog-image img {
      float: none;
      max-width: 100% !important;
      padding:10px 0px;
  }
}

.editor-br br{
display: none;
}
.contact_form label span {
    color: #000000;
    font-size: 20px;
    display: inline;
    font-size: 12px;
    font-family: "Poppins-Light";
}

.wpcf7-list-item input{
      transform: translateY(3px);
}
.wpcf7-list-item{
  margin-left: 0px !important;
}
.contact_form form p{
  margin-bottom: 0px !important;
}
.wpcf7-not-valid-tip{
  display: none !important;
}
.wpcf7-response-output{
  display: none !important;
}
/* .frm-group br{
  display: none !important;
} */
.quiz .wpcf7-form-control-wrap label{
  display: inline-flex;
  align-items: center;
  gap: 10px;
 }
 .wpcf7-quiz-label{
  font-size: 20px !important;
  font-weight: 500;
 }