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

:root {
  --white: #fff;
  --black: #222;
  --blue: #2f3192;
  --lblue: #137ad5;
  --lblue2: #94d4ed;
    --red: #ed1d24;
}

body,
html {
  height: 100%;
 
}


body {
  margin: 0;
  padding: 0;
  font-family: "Ubuntu", sans-serif;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

a {
  text-decoration: none;
  color: var(--blue);
}

a:hover {
  color: var(--black);
  text-decoration: none;
}


h1 {
  font-family: "Oswald", sans-serif;
  font-size: 45px;
  font-weight: 400;
  margin-bottom: 10px;
}

h2 {
  font-family: "Oswald", sans-serif;
  font-size: 40px;
  font-weight: 400;
  margin-bottom: 10px;
}

h3 {
  font-family: "Ubuntu", sans-serif;
  font-size: 30px;
  font-weight: 400;
  margin-bottom: 10px;
}
h4 {
  font-family: "Ubuntu", sans-serif;
  font-size: 25px;
  font-weight: 500;
  color:var(--blue);
  margin-bottom: 10px;
}
h5 {
  font-family: "Ubuntu", sans-serif;
  font-size: 20px;
  color:var(--blue);
  font-weight: 500;
  margin-bottom: 10px;
}
h5 i{font-size: 16px;color:var(--red);}

h6 {
  font-family: "Ubuntu", sans-serif;
  font-size:18;
  font-weight: 400;
  color:var(--blue);
  margin-bottom: 10px;
}

p {
  font-size: 14px;color: var(--black);
}

.tick_double ul {
  columns: 2;
  -webkit-columns: 2;
  -moz-columns: 2;
}

button:focus {
  outline: none;
}

.section_area:nth-child(odd) {background:#fff; padding: 30px 0;}
.section_area:nth-child(even) {background:#edf3fd; padding: 30px 0;}


ul {
  padding: 0;
  margin-bottom: 0;
}

li {
  list-style: none;
}
.topsection{position:relative;}
.menumain{position:absolute;top:0;}

/* button */
input[type=submit]{
  background-image: linear-gradient(to right, var(--blue) , var(--red));
  color: #fff;
  border:0;
  font-size: 14px;
  font-weight: 500;
  padding:14px;
  border-radius: 0;
   text-transform: uppercase;
   transition: all ease-in-out .3s;
   cursor: pointer;
   height: auto;
 border: 1px solid #fff!important;
}
input[type=submit]:hover{
  background-image: linear-gradient(to right, var(--red) , var(--blue));
}

.btn-primary {
  color: #fff;
  border:0;
  font-size: 14px;
  font-weight: 500;
  padding:14px;
  border-radius:0;
  outline: 0;
  background-image: linear-gradient(to right, var(--blue) , var(--red));
  box-shadow: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.btn-primary i {color: #ffee00 !important; margin-right: 4px; font-size: 10px;}
.btn-primary:focus { box-shadow: none;}
.btn-primary:hover {background-image: linear-gradient(to right, var(--red) , var(--blue)); color: #fff !important;}
.btn-primary:hover i { color: #fff;}



.btn-primary {
	 background:var(--blue);
    padding:30px 20px;
    text-transform: uppercase;
   color: #fff!important;
    cursor: pointer;
    display: inline-block;
    font-size: 18px;
    font-weight: 600;
    -moz-user-select: none;
    line-height: 0;
    cursor: pointer;
    transition: color .4s linear;
    position: relative;
    z-index: 1;
    border:0;
    overflow: hidden;
    margin: 0;
	border-radius:0;
}

.btn-primary::before{
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: var(--red);
    color: #fff!important;
    z-index: 1;
    transition: transform .5s;
    transition-timing-function: ease;
    transform-origin: 0 0;
    transition-timing-function: cubic-bezier(.5,1.6,.4,.7);
    transform: scaleX(0);
    border-radius: 0;
}
.btn-primary:hover::before {
    transform: scaleX(1);
    color: #fff!important;
    z-index: -1;
}

.btn-secondary {
	 background:var(--red);
    padding:30px 20px;
    text-transform: uppercase;
   color: #fff!important;
    cursor: pointer;
    display: inline-block;
    font-size: 18px;
    font-weight: 600;
    -moz-user-select: none;
    line-height: 0;
    cursor: pointer;
    transition: color .4s linear;
    position: relative;
    z-index: 1;
    border:0;
    overflow: hidden;
    margin: 0;
	border-radius:0;
}

.btn-secondary::before{
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: var(--lblue);
    color: #fff!important;
    z-index: 1;
    transition: transform .5s;
    transition-timing-function: ease;
    transform-origin: 0 0;
    transition-timing-function: cubic-bezier(.5,1.6,.4,.7);
    transform: scaleX(0);
    border-radius: 0;
}
.btn-secondary:hover::before {
    transform: scaleX(1);
    color: #fff!important;
    z-index: -1;
}

/* button */
.sticky_div{position:sticky;top:100px;}
.tick ul {
  margin: 0 0 0 16px;
}

.tick ul li {
  margin-bottom: 10px;
  font-size: 14px;
}

.tick ul li:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f00c";
  color: var(--blue);
  font-size: 12px;
  border-radius: 50%;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  margin-left: -16px;
  position: absolute;
}

.tick_double.tick ul{margin-top:12px;}
.tick_double.tick ul li {background:#f4efdf;padding:7px;}
.tick_double.tick ul li:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f0da";
  color: var(--red);
  font-size: 15px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  margin-left: -16px;
  position: absolute;
}

.section_title {margin-bottom: 30px;}

.section_title h2, .section_title h1 {
	position: relative;
  font-family: "Oswald", sans-serif;
  font-weight: 400;
  margin-bottom: 15px;
  font-size: 40px;
  color: var(--black);
}

.section_title h2:after, .section_title h1:after{
    position: absolute;
    content: '';
    background: var(--red);
    width: 45px;
    height: 3px;
    bottom: -3px;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.section_title.text-left h2, .section_title.text-left h1{text-align: left;}
.section_title.text-left h2:after, .section_title.text-left h1:after{ margin: 0 ;}
.section_title h1 strong {color: var(--red);}
.section_title h2 strong {color: var(--blue);}
.section_title h2 span { color: var(--red);}
.section_title h3 {
	position: relative;
  font-family: "Oswald", sans-serif;
  font-weight: 400;
  margin-bottom: 15px;
  font-size: 32px;
  color: var(--black);
}

.section_title h3:after{
    position: absolute;
    content: '';
    background: var(--red);
    width: 35px;
    height: 3px;
    bottom: -3px;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.section_title.text-left h3{text-align: left;}
.section_title.text-left h3:after{ margin: 0 ;}
.section_title h3 strong {color: var(--blue);}


.founder_area h4{font-size:20px;color:var(--black);margin:0;}
.founder_area h5{font-size:25px;color:var(--blue);font-weight:500;margin:0;}
.founder_block {
    padding: 5PX 12px;
    display: flex;
    align-items: center;
    border-radius: 0;
    BACKGROUND: #FFF;
    DISPLAY: inline-flex;
    MARGIN-TOP: 10PX;
    BOX-SHADOW: 0 0 10PX #08429838;
    border-radius: 6px;
}
	
.founder_block .icon {position: relative;top: 3px;}
.founder_block .text {margin-left: 8px;}
.founder_block .text p {font-size: 15px;margin: 0;}
.founder_block .text a {
    font-size: 25px;
    color: var(--blue);
	font-weight:500;
}
.founder_block .text a:last-child {border-right:0;}
.founder_block .text a:hover {color: var(--black);}


.pulseit {
  -webkit-animation: pulse linear .5s infinite;
  animation: pulse linear .5s infinite;

}


/*backto-top start*/

#backto-top {
  display: inline-block;
  background: var(--red);
  width: 45px;
  height: 45px;
  text-align: center;
  border-radius: 0;
  position: fixed;
  bottom: 30px;
  right: 10px;
  transition: background-color .3s,
    opacity .5s, visibility .5s;
  opacity: 0;
  visibility: hidden;
  z-index: 1000;
  text-align: center;
}

#backto-top i {
  font-size: 20px;
  color: var(--white);
  line-height: 50px;

}

#backto-top:hover {
  cursor: pointer;
  background: var(--blue);
}


#backto-top:active {
  background:var(--blue);
}

#backto-top.show {
  opacity: 1;
  visibility: visible;
}

/*backto-top end*/

.thanku_bg {
  background-image: radial-gradient(circle, var(--white), var(--white), #8cdbed);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 100px 0;
}

.thanku_bg p {
  font-size: 22px;
  color: var(--black);
}

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

/*dots*/
.owl-nav {
  margin-top: 16px;
  text-align: center;
}

.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next {
  font-size: 20px;
  margin: 10px 8px !important;
  display: inline-block;
  margin: 0 5px;
  color: var(--darkpurple);
  line-height: 38px;
}

.owl-carousel .owl-nav .owl-prev:hover,
.owl-carousel .owl-nav .owl-next:hover {
  color: var(--lightpurple);
}

.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
  display: inherit !important;
}

.owl-carousel .item {
  width: 94%;
  margin: 0 auto;
}

/*dots end*/



/*header section*/
.logo img{width:225px;margin: 5px;}
.scroll-to-fixed-fixed .logo img{width:200px;margin: 5px;}
.scroll-to-fixed-fixed .tob_btn .btn-primary {padding: 26px 20px;}
.scroll-to-fixed-fixed .stellarnav > ul > li > a {font-size: 16px;}
	
.tob_btn .btn-primary {
    color: #fff;
    border: 0;
    font-size: 16px;
    font-weight: 500;
    padding: 35px 20px;
    border-radius:0 10px 10px 0;
    outline: 0;
    background: var(--blue);
    box-shadow: none;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}


.tob_btn .btn-primary i {color:#FFF!important; margin-left: 4px; font-size: 11px;}
.tob_btn .btn-primary:focus { box-shadow: none;}
.tob_btn .btn-primary:hover {background: var(--red); color: #fff !important;}
.tob_btn .btn-primary:hover i { color: #ffee00;}
.scroll-to-fixed-fixed .container{max-width:100%;}

/*-----------Menu Style Start-----------*/
.topbar{width: 100%;padding:12px 0;position:absolute;top: 0;z-index:2;}
.topbar ul {
    float: right;
    margin-bottom: 0;
}
.topbar ul li {
    float: left;
    font-size: 15px;
	color:#fff;
	font-weight:500;
    list-style-type: none;
	display:flex;
}
.topbar ul li img{margin:6px;}
.topbar ul li span a{color:var(--black);margin:0 8px 0 0;padding:0 10px 0 0;border-right:1px solid #000;}
.topbar ul li span a:last-child{border-right:0;}
.topbar ul li span a:hover{color:var(--peach);}

.topbar ul li i {
    color: #f28422;
}
.menumain {
    width: 100%;
    z-index: 888;
	position:absolute;
	top:60px;
}
.menumain .navbar{
    padding: 0;
	background:var(--white);
	border-radius:10px;
	box-shadow:0 0 12px #01a3a66e;
	border-bottom:4px solid var(--peach);
	
}


/*banner start*/
.carousel-indicators [data-bs-target] {
  width: 30px;
  height: 5px;
  border-radius: 0;
  background-color: #fff;
  display: block;
  z-index:2;
}
.carousel-item::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.60);
}
@-webkit-keyframes zoom {
  from {
    -webkit-transform: scale(1, 1);
  }
  to {
    -webkit-transform: scale(1.2, 1.2);
  }
}

@keyframes zoom {
  from {
    transform: scale(1, 1);
  }
  to {
    transform: scale(1.2, 1.2);
  }
}

.carousel-item img {
  -webkit-animation: zoom 20s;
  animation: zoom 20s;
}
.banner .carousel-caption {
    width: 50%;
    top: 40%;
    left:0;
    right: 0;
    text-align: center;
    margin: 0 auto;
	z-index:2;
}
.carousel-caption h2 {
    font-family: "Oswald", sans-serif;
    font-size: 40px;
    font-weight: 400;
	color:var(--white);
    margin-bottom: 10px;
}
.carousel-caption p{
    font-size: 20px;
    font-weight: 400;
	color:var(--white);
    margin-bottom: 0;
}
/*banner end*/



.social ul {
  display: flex;
  align-items: center;
  gap: 15px;
}
.social ul a {
  width: 35px;
  height: 35px;
  border: 1px solid var(--white);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: var(--black);
  font-size: 16px;
  position: relative;
}
.social ul a i {
  display: flex;transition: all 500ms ease;color: var(--white);
}
.social ul a:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  background:var(--red);
  transform: scale(0.0);
  left: 0;right: 0;
  top: 0;bottom: 0;
  border-radius: 50%;
  transition: all 500ms ease;
  z-index: -1;
  
}
.social ul a:hover:before {
  transform: scale(1.1);
}






















/*header section*/

.card {
  position: relative;
}

.img_wrapper {
  overflow: hidden !important;
}

/* .card p{color: var(--white);} */
.team .card img {
  border-radius: 0 !important;
}

.team card img:hover {
  transform: scale(1.2);
  transition: 1s;
  cursor: pointer;
}

.team .card .card-body,
.team .card .card-footer {
  padding: 8px;
}

.team .card .card-body p {
  font-size: 13px;
}



/* <-------FOOTER--------> */

footer {
  position: relative;
  padding:15px 0;
  margin-top: auto;
  background:url(images/foot_pattern.webp) 0 0 repeat;
    
}

footer h3 {
  color: var(--black);
  font-family: "Oswald", sans-serif;
  font-weight: 600;
  margin-bottom: 5px;
  font-size: 20px;
}

footer h4 {
  color: var(--red);
  font-family: "Oswald", sans-serif;
  font-weight: 600;
  margin-bottom: 10px;
  margin-top: 5px;
  font-size: 20px;
}
.footer_area ul {padding-left: 0;margin: 0;}
.footer_area ul li{margin: 0 15px 0 0;padding: 0 15px 0 0;border-right:1px solid #ffffff80;}
.footer_area ul li:last-child{border-right:0;    margin-right: 0 !important;}
.footer_area ul li a{font-size:14px;font-weight:300;color:#fff;margin:0;}
.footer_area ul li a:hover{color:var(--red);}
.copyright_area{text-align:right;}
.copyright_area p{font-size:13px;font-weight:300;margin:0;color:#ccc;float: right;}
.social{float: right;}
.foot_right_bottom{margin-top:25px;}
.social_foot ul {
    padding-left: 0;
    margin: 0;
    display: flex;
    float: right;
}
.footer_area img{width:180px;}


@media (max-width: 480px) {
	.footer_area, .copyright_area{text-align:center;        margin-bottom: 20px;}
	.footer_area ul{margin:10px 0;    float: left;}
}

.social_icon .social-button {
  display: inline-block;
  position: relative;
  cursor: pointer;
  text-decoration: none;
  text-align: center;
  color: #fff;
  font-weight: normal;
  transition: all 0.5s ease;
  margin: 0 2px;
  width: 25px;
  height: 25px;
  line-height: 25px;
  text-align: center;
  border-radius: 0;
}



.copyright {
  background: #2d2d2d;
  padding: 10px 0;
  margin-top: 1pc;
}

.copyright p {
  font-size: 10px;
  margin: 0;
}

.copyright a {
  color: var(--lightblue);
}

.copyright a:hover {
  color: var(--white);
}

/* <-------FOOTER--------> */

/* Captcha */
.g-recaptcha {
  display: inline;
}

.recaptcha {
  max-width: 100%;
}

.g-recaptcha>div {
  width: 100% !important;
  height: 100px;
  transform: scale(1);
  webkit-transform: scale(1);
  text-align: center;
  position: relative;
  margin:0 0 0 -35px;
}

@media (max-width: 575px) {
  .g-recaptcha>div {
    transform: scale(1);
    webkit-transform: scale(1);
  }
}

@media (max-width: 480px) {
  .g-recaptcha>div {
    transform: scale(0.65);
    webkit-transform: scale(0.65);
  }
}

/* Captcha */




/* <!-- EQUALHEIGHT -->  */
.equalheight {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.equalheight>[class*='col-'] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

/* <!-- EQUALHEIGHT -->  */

/* <!-- Check In and Check Out -->  */
.checkin_out {
  background:var(--white);
  padding: 0 ;
  border-radius: 0;
  position: relative;
  top: -1.5pc;
  z-index: 9;
  
}

.checkin_out input[type="submit"] {
  width: 100%;
  padding:25px 10px;
  border: transparent;
  background-color: var(--red);
  font-weight: 600;
  color: var(--white);
  border-radius: 0;
  font-size: 14px;
}
.checkin_out input[type="submit"]:hover {background-color: var(--blue);}
.checkin_out_border{box-shadow: 0 0 15px #aaa;}


.checkin_out .form-control {
  padding: 25px 35px;
  font-size: 14px;
  border:0;
  border-right: 1px solid #ddd;
  border-radius: 0;
}

::placeholder {
  color: #333 !important;
}

optgroup {
  color: var(--blue) !important;
  font-size: 14px;
}




/* <!-- What We're Know For -->  */
.features .feat_col {
  border: 1px solid #ccc;
  padding: 10px;
  border-radius: 0;
  background-image: linear-gradient(#eeddc3, #fff);
  margin: 10px 0;
  text-align: center;
}

.features .feat_col p {
  margin-bottom: 0;
  font-size: 13px;
}

.features .feat_col h6 {
  margin-bottom: 5px;
  color: var(--blue);
}

/* .features .feat_col ul{display: flex;} */
.features .feat_col i {
  font-size: 16px;
  margin-right: 10px;
  border-radius: 0;
  color: var(--white);
  height: 40px;
  width: 40px;
  text-align: center;
  line-height: 40px;
  background-color: var(--red);
  margin-bottom: 1pc;
}

.features .feat_col:hover {
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  cursor: pointer;
  transition: 400ms all ease;
}

.features .feat_col:hover i {
  border-radius: 50%;
  background-color: var(--blue);
  transition: 400ms all ease;
}

/* <!-- What We're Know For -->  */



/* <!--Benefits -->  */
.benefits_div {
  padding: 10px;
  background-color: var(--blue);
}

.benecol {
  text-align: center;
  padding: 1pc;
  color: var(--white);
  color: var(--red);
  border-right: 1px solid var(--red);
}

.benecol:last-child {
  border-right: 0;
}

.benecol i {
  font-size: 20px;
  margin-bottom: 1pc;
  background-color: #fff;
  height: 50px;
  width: 50px;
  border: 2px solid var(--red);
  border-radius: 0;
  line-height: 50px;
}

.benecol h6 {
  font-size: 14px;
  color: var(--white);
}

.benecol:hover {
  cursor: pointer;
}

.benecol:hover i {
  transition: 400ms all ease;
  border-radius: 0;
  background-color: rgba(0, 0, 0, 0.4);
  color: var(--white);
}

.benecol:hover h6 {
  color: var(--red);
  transform: scale(1.15);
  transition: 400ms all ease;
  font-family: "Oswald", sans-serif;
  font-weight: 600;
}

/* <!--Benefits -->  */


/* <!--Events -->  */
.events img {
  border-radius: 0;
}



/* <!--About Us -->  */
.bg h3 {
  font-size: 8rem;
  text-align: center;
  font-weight: 800;
  text-transform: uppercase;
  color: #de466c;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 0;
}

.mask_bg {
  background-color: var(--red);
  border-radius: 0;
  background-image: linear-gradient(#fff0da, #fff);
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.about_div h4 {
  color: var(--red);
  font-weight: 600;
}

.about_div h4 span {
  color: var(--blue);
}



.heading {
  background-image: linear-gradient(to right, #ede0cc, #fff);
  font-size: 25px;
  font-weight: 600;
  color: var(--black);
  border-left: 4px solid var(--red);
  padding: 0 0 0 6px;
}


.form_icon{
	position:absolute;
	top:22px;
	left:12px;
	color:var(--red);
}

.whitebox{
	background:#fff;
	padding:15px;
	box-shadow:0 0 15px #cecece;
	border-radius:0;
	border-top:3px solid #dfb574;
}
label, .form-control, .form-select  {
  font-size:14px;
  padding:17px;border-radius:0;
  border-top:0;
  border-right:0;
  border-left:0;
}
.form-control:focus, .form-select:focus {
    color: #222;
    background-color: #fff;
    border-color: #dfb574;
    outline: 0;
    box-shadow:none;
}


::-ms-input-placeholder { /* Edge 12-18 */
  color: #666!important;
}

::placeholder {
  color: #666!important;
}
label span{
     color: var(--red)!important;
 }
 

/* services_section Box
-----------------------------------*/
.service_head_section{display:flex;align-items: center;}
.service_head{font-family: "Oswald", sans-serif;font-size:22px; color:var(--black);position: relative;line-height:24px;margin-top:-10px;}

.box {
  position: relative;
  padding: 20px 10px;
  background-color: #fff;
   box-shadow: 0px 15px 10px -15px #111; 
  border-top:1px solid #b8b8b8;
  border-right:1px solid #b8b8b8;
  border-bottom:3px solid var(--blue);
  border-left:1px solid #b8b8b8;
  border-radius:0;
  overflow: hidden;
  text-align: left;
  margin-bottom:0;
  
}

.box:before {
  content: '';
  width: 50%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  pointer-events: none;
}

.box .icon {
  position: relative;
  width: 50px;
  height: 50px;
  line-height: 48px;
  background-color:var(--lblue);
  margin: 0 10px 10px 0;
  border-radius: 0;
  transition: 1s;
  text-align:center;
}
.box .icon img{width:45px;}
.box .icon i{color: #84c728;}
.box:hover .icon i{color: #84c728;}
.box:nth-child(1)
.icon {
  box-shadow: 0 0 0 0 #000;

}

.box:nth-child(1):hover
.icon {
  box-shadow: 0 0 0 400px var(--blue);

}

.box
.content {
  position: relative;
  z-index: 1;
  transition: 0.5s;
  color: #000;
} 
.box:hover .content, .box:hover .content p, .box:hover .content a, .box:hover .service_head, .box:hover .service_head strong
{color: #fff;}
.box:hover .content h3 {color: #84c728;}
.box .content h3 {
  font-size: 22px;
  margin: 10px 0;
  color:#7c45c7;
}

.box .content p {margin-bottom:6px;line-height: 20px;text-align:justify;
hyphens: auto;
    text-align-last: left;
    -webkit-hyphens: auto;
    word-spacing: -0.05em;
}
/* services_section Box ---*/
/* readmore ---*/
.readmore {
  font-size: 13px;
  font-weight:500;
  line-height: 1.25;
  place-self: center;
  text-decoration: none;
  color:var(--red);
  position: relative;
  text-transform:uppercase;
}
.readmore:after {
  position: absolute;
  content: "";
  bottom: -3px;
  left: 0;
  width: 100%;
  height: 1px;
  border-bottom: 1px solid;
  transform: scaleX(0);
  transform-origin: 100% 100%;
  transition: transform 0.6s;
  transition-timing-function: cubic-bezier(0.39, 0.575, 0.28, 0.995);
}
.readmore:hover:after {
  transform: scaleX(1);
  transform-origin: 0 0;
}
/* readmore ---*/

.choose-image {
    position: relative;
}
.about_imgbox .about_img {
    position: relative;
}
.about_imgbox .about_img img {
    height: 370px;
}
.about_imgbox .about_img .child_imgbox {
    width: 50%;
    position: absolute;
    bottom: -40px;
    right: 30px;
    left: auto;
    border-top: 12px solid #fff;
    border-left: 12px solid #fff;
}
.about_imgbox .about_img .child_imgbox img {
    height: 230px;
}

/* team ---*/

.team {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 100px 50px;
    padding: 100px 50px;
}

.team .card {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    max-width: 100%;
    height: 300px;
    background: white;
    border-radius: 0;
    transition: 0.5s;
    box-shadow: 0 35px 80px rgba(0, 0, 0, 0.15);
}

.team .card:hover {
    height: 300px;
}

.team .card .img-box {
    position: absolute;
    top: 20px;
    width: 250px;
    height: 220px;
    border-radius: 0;
    overflow: hidden;
    transition: 0.5s;
	    margin: 0 auto;
    left: 0;
    right: 0;
}

.team .card:hover .img-box {
    top: -70px;
    scale: 0.75;
    box-shadow: 0 15px 45px rgba(0, 0, 0, 0.2);
}

.team .card .img-box img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.team .card .content {
    position: absolute;
    top: 252px;
    height: 35px;
    padding: 0 30px;
    text-align: center;
    overflow: hidden;
    transition: 0.5s;
}

.team .card:hover .content {
    top: 130px;
    height: 170px;
}


.team .card .content h2 {
	font-family: "Ubuntu", sans-serif;
    font-size:16px;
    font-weight: 600;
    color: var(--blue);
}

.team .card .content p {
    color: #333;
}


.team .card .content a:hover {
    opacity: 0.8;
}

@media (max-width: 480px) {
    .team .card {
        width: 230px;
        border-radius: 0;
    }

    .team .card .img-box {
        width: 185px;
        border-radius: 0;
    }

    .team .card .content p {
        font-size: 0.8rem;
    }

    .team .card .content a {
        font-size: 0.9rem;
    }
}
/* team ---*/
 #counter i{font-size:40px;color:var(--white);display:block;}
 #counter p{margin:0;padding:0;font-size:20px;color:var(--black);}
 .count{font-size:40px;font-weight:600;color:black;}
 .plus{font-size:40px;color:var(--red);}
.formbg{background-image: linear-gradient(to bottom, var(--lblue), var(--blue));padding:25px;}
.formbg h3{ color:var(--white);}
.counter_block{background:var(--lblue2);padding:32px;}
.sticky-top {z-index: 0;}

.social2 ul {
  display: inline-block;
  align-items: center;
  gap: 15px;
}
.social2 li {
  float: left;
  margin: 0 5px;
}
.social2 ul a {
  width: 35px;
  height: 35px;
  border: 1px solid var(--blue);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: var(--red);
  font-size: 16px;
  position: relative;
}
.social2 ul a i {
  display: flex;transition: all 500ms ease;color: var(--red);
}
.social2 ul a:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  background:var(--red);
  transform: scale(0.0);
  left: 0;right: 0;
  top: 0;bottom: 0;
  border-radius: 50%;
  transition: all 500ms ease;
  z-index: -1;
  
}
.social2 ul a:hover:before {
  transform: scale(1.1);
}
.social2 ul a:hover i:before{
  color: var(--white);
}
.test_col {
    text-align: center;
    padding: 15px;
    background:var(--white);
    border-radius: 0;
    border-top:solid 3px var(--blue);
    border-right:solid 1px #00000040;
    border-bottom:solid 1px #00000040;
    border-left:solid 1px #00000040;
	
}
.test_col .card{border:0;}
.test_col .card i{font-size:40px; color: var(--red);}
.test_col h5 {
   font-family: "Ubuntu", sans-serif;
    font-size: 16px; color: var(--blue);
}

.strip_bg{
	font-size: 30px;
    font-weight: 400;
    color: var(--white);
	padding: 15px 0; 
	background:var(--blue);
	line-height:32px;
}
.strip_bg a{
	font-size: 30px;
    font-weight: 400;
    color: var(--white);
	margin:0 50px;
	text-align:center;
}

.strip_bg a i{
	font-size: 20px;
    color: #fffb9a;
}

.call_us .strip_bg_right p{
	font-size: 30px;
    font-weight: 400;
    color: var(--white);
	margin:0;
	line-height: 32px;
	text-align:left;
}
.strip_bg_right {
	padding: 15px 0; 
	background:var(--red);
	line-height:32px;
	display:flex;
}
.strip_bg_right p{
	font-size: 22px;
    font-weight: 400;
    color: var(--white);
	margin:0;
	line-height: 26px;
}
.strip_bg strong, .strip_bg_right strong{display:block;}
.strip_bg ul li {
    display: inline-block;
    font-size: 22px;
    font-weight: 400;
    color: var(--white);
    letter-spacing: 1px;
    margin: 0 10px;
}
.strip_bg ul li img {
    width:100px;
    margin-left: 20px;
}
.strip_bg_right img{width:55px;height:55px; margin:0 10px;}

.our_team .card {
    overflow: hidden;
}

.our_team .card-body h2 {
    font-family: "Ubuntu", sans-serif;
    font-size: 18px;
    font-weight: 500;
    color: var(--blue);
}

.form-control,
.form-check-input,
select {
    color: var(--black) !important;
    background-color: var(--white);
    border: 1px solid #ccc !important;
    border-radius: 5px !important;
    font-size: 16px !important;
    padding: .7rem .75rem!important;
}

::-moz-placeholder {
    color: rgba(0, 0, 0, 0.9254901961) !important;
}

::placeholder {
    color: rgba(0, 0, 0, 0.9254901961) !important;
}
.form-control:focus {box-shadow: unset;border-color: unset;}
.contact-box ul {margin: 0;padding: 0;}

.contact-box ul li {
    display: flex;
    gap: 15px;
    border-bottom: 1px solid #00000041;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

.contact-box ul li .contact-box-icon {
    height: 40px;
    width: 40px;
    display: inline-block;
    text-align: center;
    background-color: #ff6600;
    border-radius:0;
}
.contact-box ul li .contact-box-icon i {color: #fff;font-size: 16px; line-height: 35px;}
.contact-box ul li:last-child {border-bottom: none;margin: 0;padding: 0;}
.contact-box-con {width: 80%;}
.contact-box-con a {display: block;margin-bottom: 3px;color:#000;}
.contact-box-con a:hover {color:var(--red);}
.contact-box-con p {margin: 0;}
.contact-box .section_title h2 {font-size: 36px;}
.contact-box {
    padding-bottom: 30px;
    padding: 25px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    background-color: #fff;
    border-top:3px solid var(--red);
}
.contact_map_area{background:#efefef;padding:20px;}

.contact_map iframe{width:100%;height:200px;border:1px solid var(--black)!important;padding:5px;background:var(--white);}


