@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800&amp;display=swap');
@import url('https://fonts.googleapis.com/css2?family=Alex+Brush&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Nunito:ital,wght@0,200..1000;1,200..1000&family=Oswald:wght@200..700&display=swap');
body{
    margin: 0;
    padding: 0;
    font-family: 'Poppins', sans-serif;
}
h1, h2, h3, h4, h5, h6 {
  font-family: 'Poppins', sans-serif;
  }
a{
    text-decoration: none;
}
a:hover{
  text-decoration: none;
}
li{
  list-style-type: none;
}
/* html,body{
  overflow-x: hidden;
} */
html{
  scroll-behavior: smooth;
}
html,body{
  overflow-x: hidden;
}
:root {
  --tpink: #e20718;
  --twhite: #FFFFFF;
  --tblu: #D9ECF2;
  --tblck: #000000;
  --tlght: #F1F9FC;
  --tdrk: #0c3d4c;
}
/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 100px;
  z-index: 996;
  background: var(--tpink);
  width: 40px;
  height: 40px;
  border-radius: 4px;
  transition: all 0.4s;
  border: 2px solid var(--tpink);
  border-radius: 100px;
}
.back-to-top i {
  font-size: 28px;
  color: #fff;
  line-height: 0;
}
.back-to-top i:hover{
  color: #fff;
}
.back-to-top:hover {
  background: var(--tdrk);
  color: #fff;
}
.back-to-top.active {
  visibility: visible;
  opacity: 1;
}

/*--------------------------------------------------------------
# Top Bar
--------------------------------------------------------------*/
#topbar {
    background: #ffffff;
    padding: 9px 0;
    display: flex;
    align-items: center;
    font-size: 14px;
   
    background: #505050;
}
#topbar .social-links a {
  color: #bababa;
  line-height: 0;
  transition: 0.3s;
  margin-left: 10px;
}
#topbar .social-links a:hover {
  color: white;
}
.topbar_inner_cont{
  display: flex;
  justify-content: center;
  
}
.contact-info {
  display: flex;
    /* margin-right: auto; */
    justify-content: space-between;
    width: 100%;
}
.topbard1 {
  display: flex;
  align-items: center;
  /*margin-right: 100px;*/
  /*margin-right: auto;*/
}
.tdf1 h5{
  font-size: 14px;
  color: rgb(75, 75, 75);
}
.tdf1 a{
  color: #fff;
  font-size: 15px;
  font-weight: 600;
}
.tdf1 i {
    font-size: 15px;
    margin-right: 15px;
    background-color: #ff414d;
    border: 1px solid #f8621f73;
    border-radius: 50px;
    padding: 8px 8px;
    color: #fff;
    transition: 0.5s ease-in-out;
    /*animation: pulse-animation 2s infinite;*/
}

.tdf1 i:hover{
  background-color: var(--tc2);
  color: #fff;
}

/*top bar end*/
/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  transition: all 0.5s;
  z-index: 997;
  transition: all 0.5s;
  padding-top: 1px;
  padding-bottom: 3px;
  background: var(--twhite);
  box-shadow: 0 3px 9px 0px #939393c4;
}
.header.header-scrolled {
  background: var(--tpup);
  padding: 40px !important;
}
#header .logo img {
  padding: 0;
  margin: 0;
  width: 90%;
}
div#logo{
  width: 20%;
}
.scrolled-offset {
  margin-top: 70px;
}
body.modal-open {
  padding: 0 !important;
} 
/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/**
* Desktop Navigation 
*/
/* .fixed-top{
  background: #fff;
  box-shadow: 0px 0px 20px 0px rgb(0 0 0 / 10%);
  padding-bottom: 25px;
}
.fixed-top .logo{
  display: block;
} */
.navbar {
  padding: 0;
  margin-right: 0;
}
.navbar ul {
  margin: 0;
  padding: 0;
  display: flex;
  list-style: none;
  align-items: center;
}
.navbar li {
  position: relative;
}
.navbar a, .navbar a:focus {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0 10px 30px;
  font-family: "Poppins", sans-serif;
  font-size: 17px;
  color: var(--tblck);
  white-space: nowrap;
  transition: 0.3s;
  font-family: "Oswald", serif;
  text-transform: uppercase;
}
.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: #ee0d25;
}
.navbar .dropdown ul {
  display: block;
  position: absolute;
  left: 24px;
  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 .dropdown ul li {
  min-width: auto;
}
.navbar .dropdown ul a {
  padding: 6px 10px;
  font-size: 13px;
  text-transform: none;
  color: #545454;
}
.navbar .dropdown ul a i {
  font-size: 12px;
}
.navbar .dropdown ul a:hover, .navbar .dropdown ul .active:hover, .navbar .dropdown ul li:hover > a {
  color: var(--t1);
}
.navbar .dropdown:hover > ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}
.navbar .dropdown .dropdown ul {
  top: 0;
  left: calc(100% - 30px);
  /*visibility: hidden;*/
  display:none;
  column-count: 2;
}
.navbar .dropdown .dropdown:hover > ul {
  opacity: 1;
  top: 0;
  left: 100%;
  display:block;
  width: auto;
}


.faq-section {
  padding: 50px 0;
}

@media (max-width: 1366px) {
  /*.navbar .dropdown .dropdown ul {*/
  /*  left: -90%;*/
  /*}*/
  /*.navbar .dropdown .dropdown:hover > ul {*/
  /*  left: -100%;*/
  /*}*/
}

/**
* Mobile Navigation 
*/
.mobile-nav-toggle {
  color: var(--tpink);
  font-size: 28px;
  
  border-radius: 100px;
  padding: 5px;
  cursor: pointer;
  display: none;
  line-height: 0;
  transition: 0.5s;
}
.mobile-nav-toggle.bi-x {
  color: var(--tpink);
}
.bi-x::before {
    content: "\f00d";
}
@media (max-width: 991px) {
  .mobile-nav-toggle {
    display: block;
  }

  .navbar ul {
    display: none;
  }
}
.navbar-mobile {
  position: fixed;
  overflow: hidden;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(59, 59, 59, 0.9);
  transition: 0.3s;
  z-index: 999;
}
.navbar-mobile .mobile-nav-toggle {
  position: absolute;
  top: 15px;
  right: 15px;
}
.navbar-mobile ul {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 10px 0;
  background-color: #0c3d4c;
  overflow-y: auto;
  transition: 0.3s;
}
.navbar-mobile a, .navbar-mobile a:focus {
  padding: 10px 20px;
  font-size: 15px;
  color: #ffffff;
}
.navbar-mobile a:hover, .navbar-mobile .active, .navbar-mobile li:hover > a {
  color: var(--twhite);
  /*background-color: var(--tpink);*/
}
.navbar-mobile .getstarted, .navbar-mobile .getstarted:focus {
  margin: 15px;
}
.navbar-mobile .dropdown ul {
  position: static;
  display: none;
  margin: 10px 20px;
  padding: 10px 0;
  z-index: 99;
  opacity: 1;
  visibility: visible;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
}
.navbar-mobile .dropdown ul li {
  min-width: 200px;
}
.navbar-mobile .dropdown ul a {
  padding: 10px 20px;
}
.navbar-mobile .dropdown ul a i {
  font-size: 12px;
}
.navbar-mobile .dropdown ul a:hover, .navbar-mobile .dropdown ul .active:hover, .navbar-mobile .dropdown ul li:hover > a {
  color: #e96b56;
}
/*.navbar-mobile .dropdown ul a:hover, .navbar-mobile .dropdown ul .active:hover, .navbar-mobile .dropdown ul li:hover > a {*/
/*  color: #fff !important;*/
/*}*/
.navbar-mobile .dropdown > .dropdown-active {
  display: block;
}
.haeder_btn{
  display: flex;
}
/* BUTTONS START */
.haeder_btn .btn_pink{
  margin-left: 30px;
}
.btn_trans{
  background: transparent;
  border-radius: 100px;
  padding: 10px 25px !important;
  color: #e20718 !important;
  transition:0.5s ease-in-out;
  font-size: 15px !important;
  margin-left: 10px;
  font-weight: 600;
  border: 2px solid #e20718;
  display:inline-block;
}
.btn_trans:hover{
  background: #0c3d4c !important;
  color: var(--twhite) !important;
  transform: scale(1.1);
  border-color: #194554;
}
.btn_pink{
  background-color: #e20718;
  border: 2px solid #ee0d25;
  border-radius: 100px;
  padding: 10px 25px !important;
  color: var(--twhite) !important;
  transition:0.5s ease-in-out;
  font-size: 15px !important;
  margin-left: 5px;
  font-weight: 600;
  display:inline-block;
}
.footer_form_sec_form .btn_pink{
  margin-top: 20px;
  margin-left: 15px;
}
.btn_pink:hover{
  background-color: transparent ;
  color: var(--tdrk) !important;
  border-color: var(--tdrk);
  transform: scale(1.1);
}
.btn_drk{
  background-color: var(--tldrk);
  border: 2px solid var(--tldrk);
  border-radius: 100px;
  padding: 12px 25px !important;
  color: var(--twhite) !important;
  transition:0.5s ease-in-out;
  font-size: 15px !important;
  margin-left: 5px;
  font-weight: 600;
}
.btn_drk:hover{
  background-color: var(--twhite);
  color: var(--tldrk) !important;
  border-color: var(--twhite);
  transform: scale(1.1);
}
/* BUTTONS END */
/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/

.sec_bac{background-image: url(../images/banner-background.jpg);background-position: center;background-size: cover;background-repeat: no-repeat;padding-top: 0;position: relative;height: 100vh;margin-bottom: 150px;}


.sec_bac::before{
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: radial-gradient(circle, rgb(12 61 76) 0%, rgb(12 61 76) 0%, rgb(12 61 76 / 51%) 63%);
  transform: translateZ(0);
}


.mhr{
  padding-top: 0px;
}
.home_hero h1{
  color: #fff;
  font-size: 37px;
  font-weight: 600;
  text-transform: uppercase;
  padding-top: 70px;
  font-family: "Oswald", serif;
}
.home_hero h1 span {
    color: #f43040;
}
.home_hero p{
  font-size: 15px;
  font-weight: 400;
  color: #fff;
  line-height: 30px;
  font-family: poppins;
  margin-bottom: 25px;
  padding-right: 34px;
}
.hero_df_box{
  display: flex;
  align-items: center;
}
.h_df_bx {
  background-color: var(--twhite);
  padding: 10px 25px;
  border-radius: 10px;
  margin-right: 10px;
  /*width: 22%;*/
  /*height: 117px;*/
  box-shadow: 0 3px 9px 0px #939393c4;
  display: flex;
  align-items: center;
}
.h_df_bx img{
  width: 70px;
  height: 60px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  /*margin-bottom: 10px;*/
}
.h_df_bx h3{
  text-align: center;
  font-size: 18px;
  font-weight: 500;
  color: rgb(168, 0, 0);
}
.hero_img img{
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: block;
  /*transform: scale(1.5);*/
}
.gr img{
  width: 81px;
}
/* HEADER FORM START */
.header_form {
    margin-top: 10px;
    background: #fff;
    padding: 20px;
    border-radius: 10px;
    border: 2px solid #ff414d;
}
.header_form h3 {
  font-weight: 500;
  font-size: 27px;
  line-height: 40px;
}
.header_form h4{
    margin-bottom: 0px;
}
.header_form h4 span{
    color: #ff414d;
}

/* .head_form_col{
  padding: 30px 50px;
} */
.sah{
  position: relative;
}
.sah input {
    width: 100%;
    margin-top: 15px;
    border: 1px solid #4a4a4a;
    border-radius: 5px;
    height: 48px;
    background-color: #f9f9f9;
    font-size: 15px;
    font-family: poppins;
    color: rgb(0, 0, 0);
    padding-left: 20px;
}
.sah input::placeholder{
  color: rgb(99, 99, 99);
  font-weight: 500;
  font-size: 16px;
}
.sah input:focus,.sah select:focus{
  background-color: var(--twhite);
  color: var(--tblack);
  border-color: var(--tblack);
  box-shadow: none;
}
.form-dropdown-list {
    width: 100%;
    margin-top: 15px;
    border: 1px solid #4a4a4a;
    border-radius: 5px;
    height: 48px;
    background-color: #f9f9f9;
    font-size: 15px;
    font-family: poppins;
    color: rgb(0, 0, 0);
    padding-left: 20px;
    /*box-shadow: 0px 5px 10px 0px #8d8b8b94;*/
}
.innerform-dropdown-list {
    width: 100%;
    margin-top: 15px;
    border: 1px solid #ffffff;
    border-radius: 100px;
    height: 48px;
    background-color: #ffffff;
    font-size: 16px;
    font-family: poppins;
    color: rgb(0 0 0);
    padding-left: 20px;
}
.sah textarea {
    width: 100%;
    margin-top: -12px;
    border: 1px solid #4a4a4a;
    border-radius: 5px;
    height: 100px;
    background-color: #f9f9f9;
    font-size: 15px;
    font-family: poppins;
    color: rgb(0, 0, 0);
    padding-left: 20px;
    height:65px;
}
.sah textarea::placeholder{
  color: rgb(99, 99, 99);
  font-weight: 500;
  font-size: 16px;
}
.sah textarea:focus{
  background-color: var(--twhite);
  color: var(--tblack);
  border-color: var(--tblack);
  box-shadow: none;
}

.sah button{
  width: 30%;
  margin-top: 20px;
  background-color: var(--tpink);
  color: var(--twhite);
  border: 2px solid var(--tpink);
  border-radius: 100px;
  padding: 11px 30px;
  font-size: 16px;
  font-weight: 600;
  display: block;
}
.sah button:hover{
  background-color: var(--twhite);
  border-color: var(--tpink);
  color: var(--tpink);
}
/* HEADER FORM END */
/* LOGO BRANDS START */
.brand {
  background-color: #ffffff;
  padding: 20px;
  border-radius: 10px;
}
.my_brands img{
    width:100%;
    margin-left:auto;
    margin-right:auto;
    display:block;
}
.brand .slick-slide {
  margin: 0 20px;
}
.brand .slick-slide img {
  width: 80%;
}
.brand .slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.brand .slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.brand .slick-list:focus {
  outline: 0;
}
.brand .slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.brand.slick-slider .slick-list,
.slick-slider .slick-track {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.brand .slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
}
.brand .slick-track:after,
.slick-track:before {
  display: table;
  content: "";
}
.brand.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}
/* LOGO BRANDS END */


/* SERVICES SECTION 4 START */
.main_servivces{
  padding-bottom: 30px;
}
.ser_r1{
  align-items: center;
}
.serr1c1 h2{
  font-size: 30px;
  font-weight: 600;
  color: #000;
  text-transform: uppercase;
  line-height: 40px;
  font-family: "Oswald", serif;
}
.serr1c1 p {
  font-size: 15px;
  font-weight: 400;
  color: var(--tblack);
  line-height: 28px;
  font-family: poppins;
  margin-top: 15px;
  padding-right: 55px;
}
.sbox{
  text-align: center;
  margin-top: 20px;
  border-radius: 10px;
  color: var(--twhite);
  padding: 23px 15px;
  height: 290px;
  transition: 0.5s ease-in-out;
  background-color: #0c3d4c;
  border: 1px solid var(--tblu);
}
.sbox:hover{
  background-color: var(--tpink);
  box-shadow: 0px 1px 9px 0px var(--tpink);
  transform: scale(1.1);
}
.sbox:hover.sbox img{
  filter: brightness(0) invert(1);
}
.sbox:hover.sbox h3{
  color: var(--twhite);
}
.sbox:hover.sbox p{
  color: var(--twhite);
}
.sbox img{
  width: 55px;
  height: 55px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  filter: brightness(5);
}
.sbox h3{
  color: #ffffff;
  font-size: 20px;
  margin-top: 10px;
  font-family: "Oswald", serif;
}
.sbox p{
  color: #fff;
  font-size: 12px;
  margin-top: 5px;
  line-height: 21px;
}
/* SERVICES SECTION 4 END */

/* PADDING  START */
.cl_pr{
  padding-right: 50px;
}
.cl_pl{
  padding-left: 50px;
}
/* PADDING  END */

/*  SECTION 5 START */
.hs5{
  padding-top: 30px;
}

.hs5c1 h2{
  font-size: 40px;
  color: #000;
  font-weight: 600;
  line-height: 48px;
}
.hs5c1 p {
  font-size: 15px;
  font-weight: 400;
  color: #000;
  line-height: 30px;
  font-family: poppins;
  margin-top: 15px;
}
.hs5c1 .btns{
  margin-top: 30px;
}
.hs5c1 .btns .btn_pink{
  margin-left: 0px;
}
.hs5c1 .btns .btn_white{
  border: 2px solid var(--tpink);
}
.trsn1 img{
  width: 100%;
  margin-right: auto;
  display: block;
  margin-top: 65px;
}
.trsn2 img{
  width: 100%;
  margin-right: auto;
  display: block;
}
.hs5rw{
  align-items: center;
}

.subj-box {
    padding: 13px;
    border: 2px dashed;
    border-radius: 10px;
    margin-top: 20px;
    min-height: 271px;
    display: grid;
    transition: all 0.3s ease-in-out;
}
.subj-box:hover {
    box-shadow: 8px 4px 10px 7px #eee;
    /* transition: all 0.5s ease-in-out; */
}
.subj-box img {
    width: 50px;
    margin-bottom: 20px;
}
.subj-box h3 {
    font-size: 18px;
}
.subj-box p {
    font-size: 13px;
    margin-bottom: 5px;
}
.subj-box a {
    font-weight: 600;
    color: #ED4883;
}

/*  SECTION 5 END */

/*  SECTION 6 START */
.hs6{
  padding-top: 20px;
  padding-bottom: 0;
}
.hs6 .hs5c2 img{
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}
.hs6 .hs5c1 h2 {
  font-size: 27px;
  line-height: 37px;
  font-family: "Oswald", serif;
  text-transform: capitalize;
}
/*  SECTION 6 END */

/* TEAM EXPERTS SECTION START */
.team_experts{
  padding-top: 50px;
  padding-bottom: 50px;
  background-color: var(--tdrk);
}
.team_rw h2{
  font-size: 40px;
  font-weight: 600;
  color: var(--twhite);
  text-align: center;
  font-family: "Oswald", serif;
}
.team_rw p{
  font-size: 15px;
  font-weight: 400;
  color: var(--twhite);
  line-height: 30px;
  padding-right: 50px;
  text-align: center;
}
.main_expert_items{
  text-align: center;
  align-items: center;
  margin-top: 40px;
}
.expert_item{
  margin-left: 10px;
  margin-right: 10px;
  background-color: var(--twhite);
  border-radius: 10px;
  padding: 30px;
  margin-bottom: 10px;
  border: 1px solid var(--tblu);
}
.expert_item:hover{
  box-shadow: 0px 1px 16px 0px var(--tyello);
}
.df_in12 img{
  width: 100px;
  margin-left: auto;
  margin-right: 15px;
  display: block;
  border: 7px solid var(--tpink);
  border-radius: 100px;
  padding: 0px;
}
.df_in13 h3{
  /*text-transform: uppercase;*/
  font-size: 22px;
  font-weight: 600;
  color: var(--tdrk);
  text-align: left;
}
.df_in13 h4{
  font-size: 15px;
  color: var(--tpink);
  text-align: left;
}
.in_dfg h5{
  font-size: 14px;
  color: #686868;
  padding-top: 3px;
  padding-bottom: 5px;
  /*text-transform: uppercase;*/
}
.df_exp_1b .ratings i{
  padding-top: 10px;
  font-size: 17px;
  color: #FF704D;
}
.team_df{
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 15px;
}
.tmdf1 h3{
  font-size: 30px;
  padding-top: 0px;
  color: var(--tdrk);
}
.tmdf1 h4{
  font-size: 14px;
  padding-top: 0px;
  color: var(--tpink);
}
.btn_experts{
  padding-top: 30px;
  padding-bottom: 10px;
}
.btn_experts .btn_blu{
  background-color: var(--tblu);
  color: var(--twhite) !important;
  padding: 13px 45px !important;
  font-size: 17px;
}
.team_experts .slick-dots li.slick-active button:before {
  color: var(--tpink);
}
.team_experts .slick-dots li button:before{
  color: rgb(255, 255, 255);
  font-size: 12px;
  margin-top: 30px;
  opacity: 1;
}
.team_experts ul.slick-dots {
  position: absolute;
  right: 0;
}
.team_experts .slick-dots li{
  margin: 7px 5px;
  width: 15px;
}
.main_df_exp_1{
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.df_exp_1a{
  display: flex;
  align-items: center;
}
/* TEAM EXPERTS SECTION END */

/* STEPS SECTION START */
.step_sec{
  padding-top: 30px;
  padding-bottom: 20px;
}
.step_sec h2{
  font-size: 40px;
  font-weight: 600;
  text-align: center;
  margin-bottom: 30px;
  color: #000;
  margin-top: 20px;
  font-family: "Oswald", serif;
  text-transform: capitalize;
}
.step_sec img{
  width: 85%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}
.step_cl img{
  width: 100%;
 display: block;

}
.h6main_df{
  display: flex;
  margin-top: 30px;
  position:relative;
}
.rw2_step{
  margin-top: 30px;
}
.h6df1 h3 {
  position: relative;
  z-index: 2;
  font-weight: 600;
  font-size: 40px;
  color: var(--twhite);
}
.h6df2{
  background-color: var(--tblu);
  border-radius: 10px;
  padding: 10px;
  margin-left: -20px;
  padding-left: 20px;
}
.h6df2 h4{
  font-weight: 600;
  font-size: 22px;
  color: var(--tblack);
  background-color: var(--tblu);
}
.h6df2 p{
  font-size: 16px;
  color: var(--tblack);
}
.h6df1 {
  margin-right: 60px;
}
.abdf1::before {
  content: "";
  position: absolute;
  top: -17px;
    left: -36px;
  z-index: 0;
  background: var(--tdrk);
  width: 89px;
  height: 89px;
  border-radius: 10px 10px 0px 10px;
}
.abdf2::before {
    content: "";
    position: absolute;
    top: -17px;
    left: -30px;
    z-index: 0;
    background: var(--tdrk);
    width: 89px;
    height: 89px;
    border-radius: 10px 10px 0px 10px;
}
.abdf3::before {
  content: "";
  position: absolute;
  top: -17px;
  left: -30px;
  z-index: 0;
  background: var(--tdrk);
  width: 89px;
  height: 89px;
  border-radius: 10px 10px 0px 10px;
}
/* STEPS SECTION END */


.expert-sec{padding-bottom:50px;}
.expert-sec .hs5c1.trsn1.cl_pr {
    text-align: center;
}


/* HOME SECTION 8 START */
.hs8{
  padding-top: 50px;
  padding-bottom: 0;
}
.hs8-city{
  
  padding-bottom: 100px;
}
.hs8_feat{
  background-color: #ffffff;
  border-radius: 10px;
  margin-top: 20px;
  height: 475px;
}
.h8_feat_contnt{
  background-color: #fff;
  box-shadow: 0 3px 9px 0px #939393c4;
  border-radius: 15px;
  margin-top: -50px;
  position: relative;
  margin-left: 15px;
  margin-right: 15px;
  height: 178px;
}
.h8_feat_contnt-city{
    height: 340px !important;
}

.h8_feat_contnt h3{
  font-weight: 700;
  font-size: 20px;
  /*text-transform: uppercase;*/
  padding-top: 15px;
  color: var(--tpink);
}
.h8_feat_contnt p{
  font-size: 13px;
  line-height: 21px;
}
.h8_feat_contnt{
  padding: 10px 12px;
  text-align: center;
}
.hs8_feat img{
  width: 100%;
  height: 270px;
}
.hs8_cnt h2{
  font-size: 35px;
  font-weight: 600;
  color: var(--tdrk);
  text-align: center;
}
.hs8_cnt p{
  font-size: 16px;
  font-weight: 400;
  color: var(--tblck);
  line-height: 30px;
  padding-right: 50px;
  text-align: center;
}
/* HOME SECTION 8 END */

/* HOME SECTION 9 START */
.hs9{
  padding-top: 0px;
  padding-bottom: 30px;
}
/* HOME SECTION 9 END */


/*  FOOTER FORM SEC START */
.footer_sec{
  padding-top: 50px;
  padding-bottom: 30px;
  background: #000000b3 url(../images/from_bg.jpg) no-repeat center;
  background-size: cover;
  background-blend-mode: color;
  background-attachment: fixed;
}
.footer_sec img{
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}
.footer_sec h2{
  font-size: 33px;
  font-weight: 600;
  color: var(--tpink);
  font-family: "Oswald", serif;
}
.footer_sec h3{
  font-size: 25px;
  font-weight: 600;
  color: var(--tpink);
  font-family: "Oswald", serif;
  text-transform: capitalize;
}
.footer_sec p{
  color: #ffffff;
  font-size: 16px;
  line-height: 28px;
}
.ft_sec p{
  font-size: 15px;
}
.ff_df{
  display: flex;
  align-items: center;
  gap: 12px;
}
.footer_sec input{
  background-color: #E9E9E9;
  border: 2px solid #E9E9E9;
  margin-top: 20px;
  color: var(--tblck);
  font-size: 15px;
  height: 55px;
  width: 97%;
  /*margin-left: 10px;*/
  /*margin-right: 10px;*/
}
.footer_sec textarea{
  background-color: #E9E9E9;
  border: 2px solid #E9E9E9;
  margin-top: 20px;
  color: var(--tblck);
  font-size: 15px;
  height: 130px;
  /*width: 97%;*/
  /*margin-left: 10px;*/
  /*margin-right: 10px;*/
  resize: none;
}
.ff_df input{
  width: 100%;
}
.footer_sec .sai{
  margin-left: 10px;
  margin-right: 10px;
}
.footer_sec input::placeholder{
  color: #000;
}
.footer_sec textarea::placeholder{
  color: #000;
}
.footer_sec input:focus{
  border: 1px solid var(--tpink);
  box-shadow: none;
}
.footer_sec textarea:focus{
  border: 1px solid var(--tpink);
  box-shadow: none;
}
.ft_sec{
  align-items: center;
}
.btn_blu{
  background-color: var(--tblu);
  border: 2px solid var(--tblu);
  color: var(--twhite);
  font-size: 17px;
  margin-top: 20px;
}
/*  FOOTER FORM SEC END */

/* INNER PAGE FORM START */
.inner_page_form {
    padding: 30px 30px;
    border-radius: 30px;
    background: #ed494c;
}
.inner_page_form .btn_pink {
    background-color: #0c3d4c;
    border: 0px solid var(--tpink);
    width:100%;
    }
.inner_page_form .btn_pink:hover {
    background-color: #fff;
    }    
.popcol .inner_page_form{
  background-color: var(--tblu);
}
.popcol .inner_page_form h3{
  text-align: center;
  color: var(--tpink);
}
.popcol .inner_page_form .innerform-dropdown-list input{
  border-color: var(--tpink);
}
.popcol .inner_page_form button:hover{
  border-color: var(--tdrk);
}
.inner_page_form h3{
  color: #000;
  font-size: 32px;
  font-weight: 600;
  line-height: 30px;
  margin-left: 10px;
  font-family: "Oswald", serif;
}
.inner_page_form input{
  width: 100%;
  margin-top: 15px;
  border: 1px solid #fff;
  border-radius: 100px;
  height: 50px;
  font-size: 16px;
  font-family: poppins;
  color: var(--tblack);
  padding-left: 20px;
  background: #ffffff;
}
.inner_page_form input::placeholder{
  color: var(--tblack);
}
.inner_page_form input:focus{
  background-color: var(--twhite);
  border-color: var(--tblu);
  box-shadow: none;
  color: var(--tblack);
}
.sai{
  position: relative;
}
.sai button{
  margin-top: 0px;
}
.sai button:hover{
  background: var(--twhite);
  color: var(--tpink);
  border-color: var(--tblu);
}
/* INNER PAGE FORM END */

/* TESTIMONIALS START */
.testimonials{
  padding-top: 50px;
  padding-bottom: 50px;
  background-image: url(../images/j11.webp);
  background-position: top;
  background-size: cover;
  background-repeat: no-repeat;
}
.test_row{
  align-items: center; display: flex; justify-content: center;
}
.test_col1 h2{
    font-size: 45px;
    font-weight: 600;
    color: var(--tpink);
    text-align: center;
    font-family: "Oswald", serif;
}
.test_col1 p{
    font-size: 15px;
    font-weight: 400;
    color: var(--twhite);
    line-height: 30px;
    padding-right: 50px;
    text-align: center;
}
.item{
  align-items: center;
  text-align: center;
  margin-top: 30px;
}
.item:hover{
  box-shadow: 0px 1px 16px 0px var(--tyello);
}
.item img{
  width: 85px;
  height: 85px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  border: 7px solid var(--tpink);
  border-radius: 100px;
}
.item p {
  font-size: 18px;
  line-height: 34px;
  padding-top: 5px;
  color: var(--twhite);
}
.item h3{
  font-size: 20px;
  font-family: poppins;
  font-weight: 600;
  margin-top: 10px;
  color: var(--twhite);
}
.item h4{
  font-size: 16px;
  font-family: poppins;
  font-weight: 600;
  margin-top: 10px;
  color: var(--twhite);
}
.ratings {
  margin-top: -7px;
}
.ratings i {
  font-size: 15px;
  font-weight: 700;
  color: #FDB107;
}
.main_items .slick-dots li.slick-active button:before {
  color: var(--tpink);
}
.main_items .slick-dots li button:before{
  color: rgb(255, 255, 255);
  font-size: 12px;
  margin-top: 30px;
  opacity: 1;
}
.main_items ul.slick-dots {
  position: absolute;
  right: 0;
}
.main_items .slick-dots li{
  margin: 7px 5px;
  width: 15px;
}
/* TESTIMONIALS END */

/* FOOTER START */
.my_footer{
 padding-top: 30px;
 padding-bottom: 30px;
 background-color:var(--tblu) ;
}
.frow1{
  /*align-items: center;*/
}
.fcol1 a {
    color: #000;
}
.fcol1 img{
  width: 75%;
}
.fcol1 p{
  font-size: 15px;
  color: rgb(0, 0, 0);
  font-weight: 400;
  line-height: 30px;
  margin-top: 20px;
}
.cff input{
  width: 100%;
  margin-top: 15px;
  border: 1px solid #fff;
  border-radius: 5px;
  height: 45px;
  background-color: #fff;
  font-size: 15px;
  font-family: poppins;
  color:var(--tblack);
  padding-left: 20px;
}
.cff input:focus{
  background-color: #fff;
  color: var(--tblack);
}
.cff{
  position: relative;
}
.cff button{
  width: 100%;
  margin-top: 20px;
  background-color: var(--tpink);
  color: #fff;
  border: 2px solid var(--tpink);
  border-radius: 5px;
  padding: 11px 30px;
  font-size: 15px;
}
.cff button:hover{
  background-color: transparent;
  color: var(--tpink);
  border-color: var(--tpink);
}
.frow3{
  align-items: center;
  padding-top: 15px;
}
.footer_form{
  border: 2px solid var(--tyello);
  padding: 30px;
  border-radius: 5px;
}
.fr3c1 p{
  font-size: 15px;
  color: #fff;
  text-align: center;
  margin-bottom: 10px;
}
.footer_copyright{
  background: var(--tdrk) ;
  border-top: 1px solid rgb(100, 100, 100);
}
.fr2c2 h3{
  font-size: 26px;
  color: #e20718;
  font-weight: 600;
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: "Oswald", serif;
}
.fr2c2 ul{
  padding-left: 0px;
}
.fr2c2 ul li a{
  color: rgb(0, 0, 0);
  font-size: 18px;
  line-height: 33px;
  font-family: "Oswald", serif;
  font-weight: 400;
}
.fr2c2 ul li a:hover{
  color: var(--tpink);
}
/* FOOTER END */

/* Disclaimer */
.discla h3{
  font-size: 27px;
  color: #000;
  font-weight: 600;
}
.discla p{
  font-size: 15px;
  color: #000;
  line-height: 33px;
}
.dis{
  box-shadow: 3px 4px 10px rgb(255 65 77);
  background-color: var(--twhite);
}

/* Disclaimer */

/* WHATSAPP CHAT SCRIPT */
.navbar-fixed-bottom {
  position: fixed;
  bottom: 20px;
  z-index: 999999;
  left: 20px;
}
.whappfooter i{
  font-size: 40px;
  background-color: #11bb19;
  border-radius: 100px;
  padding: 10px 15px;
  color: #fff;
  /* margin-bottom: 20px; */
  transition: 0.5s ease-in-out;
  height: 60px;
  width: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  animation: bouncebounce .8s ease infinite;
}
.whappfooter i:hover{
  transform: scale(1.1);
  background-color: #0fe419;
}
/* WHATSAPP CHAT SCRIPT  END*/
/* POPUP FORM START */
.popcol .sai button{
  width: 100%;
}
.my_popup h2{
  text-align: center;
  font-size: 30px;
  font-weight: 700;
  margin-left: auto;
  margin-right: auto;
  display: block;
  padding-left: 30px;
  color: rgba(81,35,174,1);
}
.modal-header{
  padding: 0;
  padding-top: 20px;
}
.modal-header .close{
  margin: 0;
}
.sap button{
  background: linear-gradient(180deg, rgba(81,35,174,1) 0%, rgba(108,31,163,1) 100%);
  width: 100%;
  margin-top: 20px;
  color: var(--t3);
  border: 2px solid var(--t5);
  border-radius: 100px;
  padding: 11px 30px;
}
.sap button:hover{
  background: var(--t1);
  border-color: var(--t2);
}

.modal-header .close {
  margin: 0;
  margin-top: -20px;
  color: var(--tpurple) !important;
  background-color: #fff;
  opacity: 1;
  border-radius: 100%;
  width: 8%;
  height: 39px;
}
.modal-content{
  background-color: transparent;
  border: none;
}
.modal-header{
  border: none;
}


/* POPUP FORM END */


/* THANKYOU */
.ex_page header{
  background-color: #ffffff;
  padding-bottom: 40px;
  padding-top: 50px !important;
}
.thanks{
  padding-top: 70px;
  padding-bottom: 50px;
}
.thanks h1{
  font-size: 45px;
  text-align: center;
  color: var(--tdrk);
  font-weight: 600;
  font-family: poppins;
}
.thanks h1 span{
  color: var(--tpink);
}
.thanks p{
  font-size: 22px;
  text-align: center;
  color: rgb(90, 90, 90);
  font-weight: 500;
  margin-top: 30px;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}
.thanks i{
  font-size: 110px;
  text-align: center;
  padding-top: 10px;
  padding-bottom: 10px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  color: var(--tdrk);
  margin-top: 20px;
}
.termsc h2{
  font-size: 35px;
  font-weight: 600;
  padding-top: 50px;
}
.termsc h4{
  font-size: 28px;
  font-weight: 600;
}
.termsc p {
  font-size: 16px;
  font-weight: 400;
  color: var(--t4);
  line-height: 33px;
  font-family: poppins;
  margin-bottom: 40px;
  padding-top: 15px;
  text-align: justify;
  padding-right: 40px;
}
.termsc ul li{
  margin-top: 15px;
  list-style-type: circle;
}
.fr3c2 ul li{
  display: inline-flex;
  margin-left: 10px;
}
.fr3c2 ul li a{
  color: #fff;
  font-size: 16px;
}
.fr3c2 ul li a:hover{
  color: var(--tpink);
}
/* Animation */

@keyframes pulse-animation {
  0% {
    box-shadow: 0 0 0 0px #5BC100;
  }
  100% {
    box-shadow: 0 0 0 15px rgba(0, 0, 0, 0);
  }
}
@keyframes zoom-in-zoom-out {
  0% {
    transform: scale(0.8);
    transition: all 0.5s ease-in-out;
  }
  30% {
    transform: scale(0.9);
    transition: all 0.7s ease-in-out;
  }
  50% {
    transform: scale(1.1);
    transition: all 0.7s ease-in-out;
  }
  50% {
    transform: scale(0.9);
    transition: all 0.7s ease-in-out;
  }
  100% {
    transform: scale(0.8);
    transition: all 0.7s ease-in-out;

  }
}
/* Animation End */
/* SECTION 4 START */
.hs4{
  background-image: url(../images/j7.webp);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding-top: 35px;
  padding-bottom: 35px;
}
.hs4ch{
  background-color: #fff;
  padding-top: 70px;
  padding-bottom: 50px;
}
.hs4c2 h2{
  font-weight: 700;
  font-size: 35px;
  color: var(--twhite);
  line-height: 45px;
}
.hs4c2 p{
  font-size: 15px;
  line-height: 28px;
  padding-top: 5px;
  color: var(--twhite);
}

.mb-image{display:none !important;}
/* SECTION 4 END */



/*faq css start*/

.answer li {
    list-style: disc;
}

.wrapper {
  /*width: 60%;*/
  align-items: center !important;
  justify-content: center;
  margin: 50px 0;
}

/*h1 {*/
/*  margin-bottom: 20px;*/
/*}*/

.container-faq {
  background-color: white;
  color: black;
  border-radius: 20px;
  box-shadow: 0 5px 10px 0 rgb(0,0,0,0.25);
  margin: 20px 0;
}

.question {
  font-size: 1.0rem;
  font-weight: 600;
  padding: 20px 80px 20px 20px;
  position: relative;
  display: flex;
  align-items: center;
  cursor: pointer;
}

.question::after {
  content: "\002B";
  font-size: 2.2rem;
  position: absolute;
  right: 20px;
  transition: 0.2s;
}

.question.active::after {
  transform: rotate(45deg);
}

.answercont {
  max-height: 0;
  overflow: hidden;
  transition: 0.3s;
}

.answer {
  padding: 0 20px 20px;
  line-height: 1.5rem;
}

.question.active + .answercont {
}

@media screen and (max-width: 790px){
  html {
    font-size: 14px;
  }
  .wrapper {
  /*width: 80%;*/
}
}
/*faq css end*/



.form-li-list li {
    list-style-type: disclosure-closed;
    color: #fff;
    font-size: 14px;
    line-height: 25px;
}
.form-li-black li {
    list-style-type: disclosure-closed;
    color: #000;
    font-size: 14px;
    line-height: 25px;
}
.hs9-list li{
        list-style-type:disc;
}



/*blog page css*/

.blog_sec {
    margin-top: 50px;
}
.blogrws {
    /*justify-content: space-between;*/
    display: flex;
    align-items: center;
}

.blog_box img {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    display: block;
    margin-bottom: 20px;
}
.blog_box img {
    width: 100%;
    height: 200px;
    border-radius: 15px;
}
.category_date {
    display: flex;
    justify-content: space-between;
    margin-left: 10px;
}
.blog_box h3 {
    font-family: 'Poppins';
    font-size: 20px;
    margin-top: 10px;
    margin-left: 10px;
    line-height: 32px;
    font-weight: 500;
}
.btns_blog a {
    background: #ff414d;
    margin-bottom: 10px;
    color: #fff;
    border-radius: 4px;
    padding: 12px 30px;
    white-space: nowrap;
    transition: 0.3s;
    font-size: 16px;
    font-weight: 600;
    display: inline-block;
}

.btn_org {
    background: #ff414d !important;
    font-size: 15px !important;
    padding: 12px 25px !important;
    color: #fff !important;
    border-radius: 30px !important;
    border: 1px solid #ff414d;
    transition: 0.2s ease-in-out !important;
    margin-left: 10px;
}
.btn_org:hover {
    background: #000 !important;
    color: #fff;
    transform: scale(1.1);
}
.blog_box {
    margin-bottom: 30px;
}
.blog_box {
    background-color: #d9ecf2;
    border-radius: 20px;
    padding: 10px;
    border: 2px solid #ff414d !important;
    /*height: 410px;*/
}

.blog_box a {
    color: #000;
}

.blog-bg {
    background: #d9ecf2;
}

.inerpges .mhr {
    padding-top: 50px;
    padding-bottom: 40px;
    text-align: center;
}
.mhr {
    padding-top: 30px;
}
.inerpges .mhr h2 {
    /*text-transform: uppercase;*/
    color: #000;
    font-size: 48px;
}


.menu-dropdown-list ul {
        left: 0px !important;
        color: #000;
    }

.step_cl > p {
    text-align: center;
}

.hs4c2 > ul > li {
    list-style-type: disclosure-closed;
    color: #fff;
}


.hs5c1 ul > li {
    list-style-type: disclosure-closed;
}


/*readmore button start*/

.readmore-btn:hover {
    color: #000;
    transform: scale(1.1);
}
.readmore-btn {
    margin-bottom: 15px;
    border: none;
    background: none;
    color: var(--tpink);
    text-decoration: underline;
    font-size: 18px;
    font-weight: 600; 
}

.read-more-btn:hover {
    color: #000;
    transform: scale(1.1);
}
.read-more-btn {
/*background-color: var(--tpink);*/
/*    border: 2px solid var(--tpink);*/
/*    border-radius: 100px;*/
/*    padding: 10px 25px !important;*/
/*    color: var(--twhite) !important;*/
/*    transition: 0.5s ease-in-out;*/
/*    font-size: 15px !important;*/
/*    margin-left: 5px;*/
/*    font-weight: 600;*/
    margin-bottom: 15px;
    border: none;
    background: none;
    color: var(--tpink);
    text-decoration: underline;
    font-size: 18px;
    font-weight: 600;

}
.read-more-btn-2:hover {
   color: #000;
    transform: scale(1.1);
}
.read-more-btn-2 {
margin-bottom: 15px;
    border: none;
    background: none;
    color: var(--tpink);
    text-decoration: underline;
    font-size: 18px;
    font-weight: 600;
}
.read-more-btn-3:hover {
    color: #000;
    transform: scale(1.1);
}
.read-more-btn-3 {
margin-bottom: 15px;
    border: none;
    background: none;
    color: var(--tpink);
    text-decoration: underline;
    font-size: 18px;
    font-weight: 600;
}
b.text-heading {
    font-family: 'Poppins', sans-serif;
    font-size: 32px;
    font-weight: 600;
    color: var(--tdrk);
    text-align: center;
}
b.text-heading-2 {
    font-family: 'Poppins', sans-serif;
    font-size: 22px;
    font-weight: 600;
    color: var(--tdrk);
    text-align: center;
}
/*readmore button css end*/


.floatingchat-container-wrap {
    display: none;
}
.footer_media_main {
    display: flex;
    align-items: center;
    gap: 10px;
}
.footer_media_main a {
    background: #0c3d4c;
    padding: 5px 10px;
    border-radius: 10px;
    font-size: 22px;
    width: 40px;
    margin-left: 5px;
    margin-right: 5px;
    cursor: pointer;
    color: #fff;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
}


.footer-form-sec {
    margin-top: 19px;
    border: 1px solid #e9e9e9;
    border-radius: 5px;
    height: 55px;
    background-color: #e9e9e9;
    font-family: poppins;
    color: rgb(0, 0, 0);
    
}


input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.hs8_cnt h4 {
    text-align: center;
    font-weight: 600;
}
section.gpa-calc {
    margin-top: 30px;
    margin-bottom: 30px;
}
.gpa-content span {
    font-size: 18px;
    font-weight: 600;
}
.gpa-content h2 {
    font-size: 35px;
    font-weight: 600;
}
.gpa-content h3 {
    font-size: 30px;
    font-weight: 600;
}
.gpa-content li {
    list-style-type: disclosure-closed;
}

.sb {
    margin-top: 10px !important;
}
.form-dropdown-list {
    margin-top: 10px !important;
}
.form-dropdown-list::placeholder{
  color: rgb(99, 99, 99);
  font-weight: 500;
  font-size: 16px;
}

section#hero .row.form_row textarea {
    margin-top: -10px !important;
    /* display: block; */
}

section.blog-detail-202 {
    padding: 50px 0px;
}
.blog-detail-desc ul li {
    list-style: circle !important;
    color: #000;
    font-size: 16px;
    line-height: 30px;
}
.blog-detail-desc h1 {
    margin-bottom: 30px;
    font-size: 45px;
}
.blog-detail-desc h2 {
    font-size: 40px;
    font-weight: 700;
    margin-bottom: 20px;
}
.blog-detail-desc h3 {
    font-size: 35px;
    font-weight: 600;
}
.blog-detail-desc h4 {
    font-size: 26px;
    font-weight: 600;
}
.blog-detail-desc p {
    padding-top: 15px;
    font-size: 16px;
    line-height: 30px;
}

table {
    border-collapse: collapse;
    width: 100%;
}
th, td {
    border: 1px solid #ddd;
    padding: 8px;
    text-align: left;
}
th {
    background-color: #ff414d;
}
.table-blog {
    margin-top: 20px;
    margin-bottom: 20px;
}


/*new additon*/
.ser-rate-count-sec {
    padding: 40px 0px;
    background: white;
    background-repeat: no-repeat;
    background-size: auto;
    background-position: left;
}
.ser-rate-count-sec-head {
    color: black;
}
.ser-rate-count-sec-head h2 {
    font-size: 34px;
    font-weight: 600;
}
span.text-style {
    color: #ff414d;
}
.ser-rate-count-sec .mainwrp {
    margin: 20px 0;
}
.ser-rate-count-sec .mainwrp span {
    color: #ff414d;
    font-size: 40px;
    font-weight: 600;
}
.ser-rate-count-sec .mainwrp p.ctitle {
    font-size: 18px;
    font-weight: bold;
    color: black;
}
.ser-rate-count-sec .mainwrp p {
    font-size: 16px;
    color: black;
}
.ox-banner {
    background: whitesmoke;
    padding: 30px 10px;
    text-align: center;
    min-height: 230px;
    border-radius: 10px;
}
.ox-banner span {
    color: black;
    font-weight: 600;
    font-size: 26px;
}
ul.ox-list {
    margin-top: 10px;
    list-style: none;
    display: flex;
    gap: 20px;
    font-size: 15px;
}
svg.bi.bi-check {
    fill: #00843d;
}
.banner-btn {
    margin-top: 35px;
}
.order-btn {
    color: black !important;
    padding: 10px 50px;
    background-color: white !important;
    border: 2px solid white !important;
}
img.img-pos {
    position: absolute;
    top: -91px;
    right: -37px;
    width: 40%;
}

/*---------------------*/

section.services-section {
    padding: 40px 0;
    background: #f5f5f56b;
}

.service-head h2 {
    font-size: 34px;
    font-weight: 600;
    font-weight: 600;
}

.service-box span {
    Color: black;
    font-weight: bold;
    font-size: 17px;
    margin-bottom: 10px;
    display: inline-block;
}

.service-box p {
    Color: black;
    font-size: 14px;
}

.service-box.flower span {
    Color: white;
    font-weight: bold;
    font-size: 17px;
}

.service-box.flower p {
    Color: white;
    font-size: 14px;
}

.service-box.flower {
    background: #ff414d;
    box-shadow: 0 0 0 0 #eee;
    box-shadow: 0 14px 33px -3px rgba(0, 0, 0, 0.078);
    transition: .2s cubic-bezier(0.5,0,0.35,1);
    border: solid 1px #ff414d;
    padding: 40px 30px;
    border-radius: 10px;
    margin-bottom: 20px;
    position: relative;
    overflow: hidden;
    cursor: default;
    min-height: 260px;
}

.service-box {
    background: #fff;
    box-shadow: 0 0 0 0 #eee;
    box-shadow: 0 14px 33px -3px rgba(0, 0, 0, 0.078);
    transition: .2s cubic-bezier(0.5,0,0.35,1);
    border: solid 1px #c2e6e2d7;
    padding: 40px 30px;
    border-radius: 10px;
    margin-bottom: 20px;
    position: relative;
    overflow: hidden;
    cursor: default;
    min-height: 260px;
}

.dropimg::before {
    content: "";
    position: absolute;
    right: -250px;
    top: -249px;
    background-image: url(../images/drop.webp);
    background-repeat: no-repeat;
    background-position: center;
    width: 170%;
    height: 500px;
    opacity: 0.3;
    transform: scale(.3);
    filter: grayscale(1);
}

.service-box:hover {
    transform: scale(1.02);
    box-shadow: 0 14px 33px -3px rgba(0, 0, 0, 0.098);
}

/*--------------------------*/

.aboutus {
    padding: 40px 0px 0px;
}
.aboutus .welcome-image {
    text-align: center;
}
h2.main-title {
    font-size: 28px;
    font-weight: 600;
}
/*---------------------------*/

section.stats {
    margin: 30px 0;
}
.row.subject_level_row {
    padding: 1rem;
    margin: 0;
    margin-bottom: 30px;
    background: #fff;
    overflow: hidden;
    border-radius: 10px;
    box-shadow: 0 15px 29px -4px #3f49621f;
}
.ul-styling {
    line-height: 1.8;
}
ul.ul-styling li {
    background: whitesmoke;
    padding: 10px;
    border-radius: 5px;
    list-style: inside;
    margin-bottom: 8px;
}
.section-title h3 {
    color: #002d42;
    font-weight: 600;
    font-size: 24px;
}
.features {
    margin: 10px;
    background: #c0def0;
    padding: 30px 10px;
    border-radius: 10px;
}
.features .title-2 {
    font-size: 20px;
    color: #0d4a68;
    font-weight: 700;
}
section.cta-2-bg {
    margin: 30px 0;
}
.cta-2-head {
    background: #ff414d;
    padding: 50px;
    border-radius: 20px;
    position: relative;
}
.cta-2-content {
    text-align: start;
}
.cta-2-content span {
    color: #fff;
    display: block;
    line-height: 45px;
    font-weight: 600;
    font-size: 34px;
    padding: 10px 0;
}
.cta-2-content p {
    Color: white;
}
.cta-2-btm-btn {
    display: flex;
    gap: 10px;
    justify-content: start;
    align-items: start;
}
.cta-2-btm-btn .black-btn2 {
    color: black !important;
    padding: 10px 50px;
    background-color: white !important;
    border: 2px solid white !important;
    transition: 0.5s ease all;
}
.cta-2-btm-btn .black-btn2:hover {
    color: #fff !important;
    background-color: transparent !important;
    border-color: #fff !important;
    transition: 0.5s ease all;
}
.cta-2-btm-btn .black-btn1 {
    padding: 10px 50px;
    color: #fff !important;
    background-color: black !important;
    border: 2px solid black !important;
    transition: 0.5s ease all;
}
.cta-2-btm-btn .black-btn1:hover {
    color: #fff !important;
    background-color: transparent !important;
    border-color: #fff !important;
    transition: 0.5s ease all;
}
.cta-2-foot img {
    position: absolute;
    right: 10px;
    top: 12px;
    width: 350px;
}
.custum-modal {
        background-color: #0B3041;
        border-radius: 10px;
        background-image: url(../images/banner-background.jpg);
        background-position: revert;
        background-size: cover;
    }

    .modal-btn {
        position: absolute;
        top: 10px;
        right: 10px;
        height: 30px;
        width: 30px;
        background-color: white;
        border-radius: 50%;
        border: 0;
    }

    .custum-modal .modal-body {
        padding: 25px;
        /* border-radius: 20px; */
        /* overflow: hidden; */
    }

    .modal-top {
        flex-direction: column;
        display: flex;
        gap: 10px;
        align-items: flex-start;
    }

    .modal-top span {
        padding: 3px 10px;
        background: #FF414D;
        color: #fff;
        font-weight: 600;
        font-family: "Oswald", serif;
        text-transform: uppercase;
    }

    .modal-top h6 {
        font-size: 30px;
        color: #000000;
        font-weight: 600;
        font-family: "Oswald", serif;
        text-transform: uppercase;
        margin: 0;
    }

    .modal-bottom {
        flex-direction: column;
        display: flex;
        align-items: center;
        justify-content: center;
        text-align: center;
        margin-top: 21px;
    }

    .modal-card {
        /* padding: 20px; */
        /* background: #ff414d; */
        width: 100%;
        max-width: 340px;
    }

    .modal-card-top {
        background: #ff414d;
        padding: 19px;
        border-radius: 20px 20px 0 0;
        flex-direction: column;
        display: flex;
        gap: 11px;
        align-items: center;
    }

    .modal-center-child {
        display: flex;
        align-items: center;
        justify-content: space-between;
        background: white;
        padding: 12px 0;
        position: relative;
        font-weight: 700;
    }

    .modal-center-child>* {
        flex: 1;
    }

    .modal-center-child:after {
        position: absolute;
        content: '';
        left: 50%;
        transform: translateX(-50%);
        background: #0b3041;
        height: 67%;
        width: 2px;
    }

    .modal-center-child span {
        font-size: 25px;
    }

    a.modal-order-btn {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        background: #ff414d;
        margin-top: 4px;
        padding: 9px;
        color: white;
        text-decoration: none;
        font-weight: 700;
        border: 2px solid #ff414d;
        transition: .3s;
        animation: colorChange 2s infinite;
    }

    .modal-card-top>* {
        margin: 0;
        line-height: 1;
    }

    a.modal-order-btn:hover {
        background: transparent;
    }

    .modal-card-top span {
        color: #000000;
        font-size: 26px;
        font-weight: 700;
    }

    .modal-card-top h4 {
        font-weight: 700;
        font-size: 37px;
        color: white;
    }

    .modal-card-top p {
        font-size: 20px;
        font-weight: 700;
        color: white;
        text-transform: capitalize;
    }
    a.fixed-img {
    position: fixed;
    left: 0;
    z-index: 555;
    top: 50%;
    transform: translateY(-50%);
}
a.fixed-img img{
    widows:100%;
}@keyframes colorChange {
    0% {
        background-color: #ff414d; /* Default color */
    }
    50% {
        background-color: black;
      border-color:black;/* Change to black */
    }
    100% {
        background-color: #ff414d; /* Back to default */
    }
}
@keyframes bouncebounce {
    0% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-8px);
    }
    100% {
        transform: translateY(0);
    }
}



.back-to-top {
    display: none !important;
}
.order-heading h2{
    font-size: 40px;
    color: var(--tdrk);
    font-weight: 600;
    line-height: 48px;
    text-align: center;
    margin-bottom: 20px;
}



/*services css*/

.hero-service {
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 20px;
    text-align: center;
}
.service-columns {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.service-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 20px;
    background: lightgrey;
    border-radius: 20px;
}
.service-main {
    padding: 50px 0;
}
.service-card img {
    height: 30px;
    width: 30px;
}
.service-main-card {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 20px;
}
.service-card {
    flex-wrap: wrap;
    flex: 0 0 370px;
}
.service-card p {
    text-align: center;
}
.service-card-right {
    background: lightgrey;
    padding: 20px;
    border-radius: 15px;
}
.service-card-right h3 {
    text-align: center;
    font-size: 20px;
}
.service-card-right p {
    text-align: center;
}
.left-list li {
    border-bottom: 1px solid darkgrey;
    margin-right: 20px;
    font-size: 18px;
    margin-top: 6px;
}

.left-list ul {
    list-style: none;
}
.service-card-right-img {
    padding: 20px 0;
}
.service-card-right ul {
    height: 250px;
    overflow: auto;
}
.service-card-right ul::-webkit-scrollbar {
  width: 4px;
  height: 4px;
  background:transparent;
}
.service-card-right ul::-webkit-scrollbar-thumb {
  background: yellow;
}
.service-card-testi img {
    width: 50px;
}
.service-card-testi {
    display: flex;
    flex-wrap: wrap;
}
i.fa.fa-star {
    color: #ffeb00;
}

.service-card-right ul li img {
    display: inline-block;
    width: 66px !important;
    height: 66px !important;
    margin-right: 15px;
    max-width: 100%;
}


/* order-from */


.banner_right_adj_1 {
  position: absolute;
  bottom: -73px;
  left: 12px;
  right: 0;
  margin: 0 auto;
  max-width: 420px;
  z-index: 9;
}



.ban_ribbon {
  position: relative;
  top: -15px;
}

.ban_ribbon p {
  position: absolute;
  top: 6px;
  width: 110%;
  text-align: center;
  color: #ffcd4b;
  font-size: 18px;
  font-weight: 600;
}

.bulk_wrapper {
  border: 2px solid #fff;
  border-radius: 5px;
  color: #fff;
  position: relative;
  border-top: unset;
}

.bulk_wrapper h2:nth-child(2) {
  color: #ffcc33;
  font-family: impact;
  font-size: 78px;
  padding: 10px 38px 5px;
  letter-spacing: 2px;
}

.bulk_bottom {
  width: 86%;
  position: absolute;
  margin: 0 auto;
  left: 0;
  right: 0;
  bottom: -15px;
}

.bulk_bottom p {
  margin-bottom: 0;
  background-color: #ee0d25;
  border-radius: 3px;
  font-size: 16px;
  text-align: center;
  padding: 0 5px;
}


.bulk_bottom p span {
  font-weight: 900;
  display: inline-block;
  font-size: 17px;
}


@-webkit-keyframes heartbeat {
  from {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-transform-origin: center center;
            transform-origin: center center;
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
  10% {
    -webkit-transform: scale(0.91);
            transform: scale(0.91);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  17% {
    -webkit-transform: scale(0.98);
            transform: scale(0.98);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
  33% {
    -webkit-transform: scale(0.87);
            transform: scale(0.87);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  45% {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
}
@keyframes heartbeat {
  from {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-transform-origin: center center;
            transform-origin: center center;
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
  10% {
    -webkit-transform: scale(0.91);
            transform: scale(0.91);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  17% {
    -webkit-transform: scale(0.98);
            transform: scale(0.98);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
  33% {
    -webkit-transform: scale(0.87);
            transform: scale(0.87);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  45% {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
}


.heartbeat {
	-webkit-animation: heartbeat 1.5s ease-in-out infinite both;
	        animation: heartbeat 1.5s ease-in-out infinite both;
}


.bulk_top p {
  font-family: 'Alex Brush', cursive;
  font-size: 34px;
  margin-right: -15px;
  margin-bottom: 0;
}



.bulk_top h3 {
  font-size: 42px;
  font-weight: bold;
}

.bulk_top {
  display: flex;
  background-color: transparent;
  width: 52%;
  text-align: center;
  padding: 0px 6px;
  position: absolute;
  top: -30px;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 11111111111111111;
  align-items: center;
}


.bulk_top::before {
  content: "";
  background-color: #fff;
  height: 2px;
  width: 84px;
  position: absolute;
  right: -99px;
  top: 30px;
}


.bulk_top::after {
  content: "";
  background-color: #fff;
  height: 2px;
  width: 95px;
  position: absolute;
  left: -99px;
  top: 30px;
}


.calculator_wrapper {
  background-color: #fff;
  border-radius: 25px;
  margin-bottom: 40px;
  border: 1px solid #d5d5d5;
  position: absolute;
  width: 97.5%;
  top: 65px;
  padding-top: 0;
}

.order-form {
  padding: 2px 0 15px 25px;
}

.calculator_left, .calculator_right {
  padding: 20px 0 0;
}


.calculate_order h3 {
  font-size: 25px;
  font-weight: 500;
  color: #000000;
  text-align: left;
  line-height: 18px;
  margin-bottom: 20px;
  font-style: italic;
}


.calculate_order select {
  font-size: 15px;
  font-weight: 400;
  line-height: 1.3;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url(../images/dropdown-icon-green.png);
  background-repeat: no-repeat;
  background-position: 98% 50%;
  background-color: #fff;
  border: 1px solid #2f55d4;
  border-radius: 6px;
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.075);
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  height: 36px;
  outline: 0;
  position: relative;
  text-align: left !important;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  white-space: nowrap;
  width: 100%;
  padding: 7px 10px;
  color: #161c2d;
  margin-top: 12px;
}


.rs-input-style {
  font-size: 15px;
  font-weight: 400;
  line-height: 1.3;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  /* background-image: url(../images/dropdown-icon-green.png); */
  background-repeat: no-repeat;
  background-position: 98% 50%;
  background-color: #fff;
  border: 1px solid #2f55d4;
  border-radius: 6px;
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.075);
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  height: 40px;
  outline: 0;
  position: relative;
  text-align: left !important;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  white-space: nowrap;
  width: 100%;
  padding: 8px 10px;
  color: #161c2d;
  margin-bottom: 12px;
}


.btn-submit {
  width: 100%;
  background-color: aqua;
  text-align: center;
  border: none;
  padding: 8px 0px 0px;
  font-size: 24px;
  color: white;
  border-bottom-left-radius: 25px;
  border-bottom-right-radius: 25px;
  font-weight: 700;
  background-color: #ee0d25;
  transition: all 500ms ease;
  outline: none !important;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  transition: all .5s ease;
}

.calculator_right {
  border-left: 1px solid #d5d5d5;
  border-radius: 24px;
}


.cal_right_tp {
  padding: 0 15px;
}


.stand_prices p {
  font-size: 18px;
  color: #000000;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 10px;
  margin-top: 0 !important;
}


.cmn-price-pattern p span:nth-child(2) {
  background-color: #0c3d4c;
  display: inline-block;
  padding: 1px 5px;
  border-radius: 5px;
  color: #fff;
  margin-left: 5px;
  min-width: unset;
  text-align: center;
}


.inline_blck {
  display: inline-block !important;
}

.ban_ribbon p span {
  color: #fff;
}


.banner_feature_wraper {
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 10px;
}

.banner_feature_wraper {
  padding: 2px 0;
}


.banner_feature_wraper span:nth-child(1) {
  margin-right: 10px;
  display: inline-block;
  height: 30px;
  width: 30px;
  background-color: #fff;
  border-radius: 100%;
  text-align: center;
  line-height: 25px;
  padding: 1px;
  position: relative;
  top: 0px;
}



.banner_feature_wraper.banner_feature_wraper_line::after {
  content: "";
  background-image: url(../images/feature_line.png);
  position: absolute;
  width: 100%;
  height: 16px;
  left: 52px;
  bottom: 0;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: initial;
  max-width: 224px;
}

.home_hero a{
background-color: var(--tpink);
    border: 2px solid var(--tpink);
    border-radius: 100px;
    padding: 10px 25px ;
    color: var(--twhite);
    transition: 0.5s ease-in-out;
    font-size: 15px;
    margin-left: 5px;
    font-weight: 600;
    display: inline-block; margin-top: 10px;
}


.get_credit_worth_wrapper {
  margin-top: 15px;
  position: relative;
  margin-bottom: 15px;
}


.banner_secnd {
  background-color: rgb(12 61 76 / 75%);
  width: unset;
  border-radius: 10px;
  color: #fff;
  padding: 2px 7px 2px;
  display: inline-block;
  margin-right: 20px;
  box-shadow: 0 0 10px rgb(0 0 0 / 33%);
}

.banner_secnd .media-body {
  margin-left: 7px;
}

.banner_secnd p {
  font-size: 14px;
  margin-bottom: 0;
  margin-top: -8px;
  font-weight: 600;
}


.banner_secnd h5 {
  font-size: 16px;
  display: inline-block;
  margin-bottom: 0;
  font-weight: 600;
}

.banner_secnd h5 + span .fa {
  color: #f16824;
  font-size: 13px;
  letter-spacing: -2px;
  position: relative;
  top: -2px;
}



span#discount-textaa {
  color: #ee0d25;
  font-weight: bold;
  animation: blink-animation 1s steps(5, start) infinite;
  -webkit-animation: blink-animation 1s steps(5, start) infinite;
}


@keyframes blink-animation {
  to {
      visibility: hidden;
  }
}

@-webkit-keyframes blink-animation {
  to {
      visibility: hidden;
  }
}


.top-pic-100 {margin-top: 65px;}

.section-title p {
  font-size: 13px;
  line-height: 20px;
  color: #000;
}
.section-title h2 {
  font-size: 25px;
  color: #000;
}


/*Sidebar Sticky Form */
#sticky_form.in {
  margin-right: -275px;
}

#sticky_form.out {
  margin-right: 0px;
}

#sticky_form {
  position: fixed;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 280px;
  height: 430px;
  right: 0;
  padding: 0px;
  transition: all 500ms ease!important;
  z-index: 99;
  border-radius: 10px 0 0 10px;
}

.inner_s1_right {
  width: 100%;
  padding: 30px 20px;
  color: #fff;
  background: #f55f6d;
}

#sticky_form.in .wrap span {
  animation: blinkingText 0.8s infinite!important;
}

#sticky_form .wrap {
  padding: 28px 30px 0px 30px;
  position: relative;
  height: 100%;
}

#sticky_form .wrap span {
  position: absolute;
  text-transform: uppercase;
  top: 0;
  bottom: 1px;
  background: #e20718;
  height: 30px;
  margin: auto;
  transform: rotate(-90deg);
  left: -155px;
  font-size: 14px;
  width: 100%;
  text-align: center;
  padding: 5px;
  font-weight: bold;
  color: #ffffff;
  cursor: pointer;
  border-radius: 10px 10px 0 0;
}

.inner_s1_form {
  width: 100%;
  /* margin-left: 15px; */
}

.inner_s1_form h3 {
  color: #000000;
  font-size: 19px;
  margin-bottom: 20px;
  line-height: 1em;
  font-weight: 700;
}

.inner_s1_form input {
  align-items: center;
  width: 100%;
  padding: 11px;
  height: 35px;
  /* height: auto; */
  font-size: 14px;
  color: #000;
  border: none;
  border-radius: 5px;
}

.inner_s1_form textarea {
  width: 100%;
  padding: 11px;
  height: auto;
  font-size: 14px;
  resize: none;
  color: #000;
  border: none;
  border-radius: 5px;
}

.inner_s1_form button {
  width: 130px;
  padding: 10px 0;
  border: none;
  background: #0c3d4c;
  color: #fff;
  text-transform: uppercase;
  display: block;
  margin: 5px auto 0;
  border-radius: 5px;
  font-weight: 600;
}

#sticky_form.out {
  margin-right: 0px;
}

/*Sidebar Sticky End */

.ft_sec p a{ color: #000; font-weight: bold;}

.contact-us h3 {
  text-align: center;
  font-size: 50px;
  text-transform: uppercase;
  margin-bottom: 60px;
  color: #ffffff;
}

.iti__selected-dial-code {
  color: black;
}

.iti {


  width: 100%;
}

.add_new_style i {
  font-size: 22px;
  color: #e20718;
  padding-right: 8px;
}

.add_new_style  li {
  margin-bottom: 6px;
}


.trams-bg{

  background-image: url(../images/j7.webp);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding-top: 0;
  position: relative;
  height: 65vh;
}


.term-section {
  padding: 50px 0;
}


.term-section h3 {
  font-size: 27px;
  text-transform: capitalize;
  font-weight: 600;
}

.term-section p {
  font-size: 14px;
}


.term-section ul {
  padding-left: 0;
}

.term-section ul li {
  font-size: 14px;
  line-height: 25px;
  color: #000;
}


.faq-section h1 {font-family: "Oswald", serif;font-size: 40px;color: #000;}


.ft_sec p a{ color: #e20718;}


.phone-input-container {
    width: 100%;
    margin-top: 19px;
}