@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap");

@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700;900&display=swap");

@import url("https://fonts.googleapis.com/css2?family=Rajdhani:wght@300;400;500;600;700&family=Roboto:wght@100;300;400;500;700;900&display=swap");
/***** General CSS *****/

body {
  word-break: break-word;
  font: 15px/25px "Poppins", sans-serif;
  color: #393939;
  overflow-x: hidden;
  background: #ffffff;
}

a {
  text-decoration: none;
  color: #28b16d;
  white-space: initial;
  font-family: "Roboto", sans-serif;
}

a:hover,
a:focus {
  text-decoration: none;
  color: #393939;
}

a:hover {
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
}

img {
  max-width: 100%;
}

input[type="text"]:focus,
textarea:focus,
input[type="password"]:focus,
select:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="tel"]:focus,
input[type="number"]:focus {
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  outline: none;
}

select,
input[type="text"],
input[type="password"],
input[type="email"],
input[type="url"],
input[type="number"],
textarea,
input[type="tel"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

ul {
  margin: 0 0 20px;
  padding: 0;
  list-style-type: none;
}

p {
  font-weight: 500;
  line-height: 1.2;
  font-family: "Roboto", sans-serif;
}

/***** Font Files *****/

@font-face {
  font-family: "Fonts Awesome";
  src: url(../fonts/fontawesome-webfont.eot);
  src: url(../fonts/fontawesome-webfont.eot?#iefix) format("embedded-opentype"),
    url(../fonts/fontawesome-webfont.woff) format("woff"),
    url(../fonts/fontawesome-webfont.ttf) format("truetype"),
    url(../fonts/fontawesome-webfont.svg#fontawesome-webfont) format("svg");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "Recoleta-Regular";
  src: url(../fonts/Recoleta-Regular.ttf);
  font-weight: 400;
  font-style: normal;
}

/***** Custom Classes *****/

.noPadding {
  padding: 0;
}

.noLeft {
  padding-left: 0;
}

.noRight {
  padding-right: 0;
}

.centerCol {
  float: none;
  margin: 0 auto;
}

.pt_8 {
  padding-top: 80px;
}

.pb_8 {
  padding-bottom: 80px;
}

.py_8 {
  padding: 80px 0px;
}

.theme_btn {
  padding: 15px 25px;
  border: unset;
  border-radius: 15px;
  color: #ffffff;
  z-index: 1;
  background: #242889;
  position: relative;
  font-size: 17px;
  -webkit-box-shadow: 4px 8px 19px -3px rgba(0, 0, 0, 0.27);
  box-shadow: 4px 8px 19px -3px rgba(0, 0, 0, 0.27);
  transition: all 250ms;
  overflow: hidden;
  display: inline-block;
}

.theme_btn::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 0;
  border-radius: 14px;
  background-color: #72d219;
  z-index: -1;
  -webkit-box-shadow: 4px 8px 19px -3px rgba(0, 0, 0, 0.27);
  box-shadow: 4px 8px 19px -3px rgba(0, 0, 0, 0.27);
  transition: all 250ms;
}

.theme_btn:hover {
  color: #000000;
}

.theme_btn:hover::before {
  width: 100%;
}

.flexRow {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
}

.flexCol {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  align-items: center;
}

h1 {
  font-size: 55px;
  line-height: 1.2;
  color: #fff;
  font-weight: 500;
  margin: 0 0 17px;
  font-family: "Recoleta-Regular";
}

h2 {
  font-size: 55px;
  line-height: 1.2;
  color: #393939;
  font-weight: 500;
  margin: 0 0 30px;
  font-family: "Recoleta-Regular";
}

h3 {
  font-size: 30px;
  line-height: 1.2;
  color: #000000;
  font-weight: 600;
  margin: 0 0 28px;
  font-family: "Recoleta-Regular";
}

h4 {
  font-family: "Poppins", Sans-Serif;
  font-size: 24px;
  line-height: 1.2;
  color: #393939;
  font-weight: 500;
  margin: 0 0 13px;
}

h5 {
  font-family: "Poppins", Sans-Serif;
  font-size: 20px;
  line-height: 1.2;
  color: #393939;
  font-weight: 500;
  margin: 0 0 20px;
}

h6 {
  font-family: "Poppins", Sans-Serif;
  font-size: 18px;
  line-height: 1.2;
  color: #393939;
  font-weight: 500;
  margin: 0 0 22px;
}

select {
  background: #fff url("../images/arrow.png") no-repeat right;
  padding: 0 40px 0 30px;
}

::-webkit-input-placeholder {
  color: #575757;
}

::-moz-placeholder {
  color: #575757;
  opacity: 1;
}

:-ms-input-placeholder {
  color: #575757;
}

:-moz-placeholder {
  color: #575757;
  opacity: 1;
}

/*header css start */

.menuSec {
    position: relative;
    padding-top: 15px;
    padding-bottom: 15px;
}



.menuSec:after {
  content: "";
  position: absolute;
  background-image: url(../images/header-after.png);
  width: 174px;
  height: 214px;
  top: 0;
  right: 0;
  z-index: -1;
  background-size: cover;
}

.menuSec img {
  margin: 0;
}

.menuSec ul {
  position: relative;
  list-style: none;
  padding: 0;
  margin: 0;
  text-align: center;
  text-transform: capitalize;
}

.menuSec ul li {
  position: relative;
  display: inline-block;
  margin: 0;
  padding: 0;
}

.menuSec li ul {
  display: none;
}

.add-padding {
  padding: 0px 5%;
}

.menuSec .row {
  align-items: center;
  display: flex;
}

.menuSec ul li a {
    display: inline-block;
    text-decoration: none;
    color: #011935;
    padding: 0px 28px;
    font-size: 17px;
    font-weight: 700;
}

a.paga-button:hover {
  box-shadow: inset 0px 0px 0px 40px #00a1e9;
  transition: 1.5s;
}

a.paga-button {
  transition: 1.5s;
}

.menuSec ul li:last-child a {
  padding-right: 0px;
}

.menuSec ul li:last-child a:after {
  display: none;
}

.menuSec ul li a:hover,
.menuSec ul li a.active {
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  color: #000;
}

.menuSec li.active a {
  color: #00a1e9 !important;
}

.menuSec li:hover > ul {
  display: block;
  position: absolute;
  z-index: 1000;
  background-color: #000000;
  left: 0px;
  width: 230px;
  text-align: left;
  top: 38px;
}

.menuSec li > ul > li > a {
  border: none;
  padding: 13px 20px !important;
  color: #fff !important;
  overflow: hidden;
  font-size: 13px;
  line-height: 20px;
}

a.paga-button {
  font-family: "Rajdhani", sans-serif;
  color: #fff;
  background: #003879;
  padding: 15px 35px;
  border-radius: 8px;
  font-size: 24px;
  font-weight: 500;
}

.menuSec li > ul > li,
.menuSec li > ul > li > a {
  display: block;
  margin: 0;
}

.menuSec li > ul > li > a:before,
.menuSec li > ul > li > a:after {
  display: none;
}

.menuSec li:hover li {
  float: none;
}

.menuSec li ul li a:hover {
  background-color: #ffffff;
  color: #000000 !important;
}

.menuSec ul ul ul {
  left: 100%;
  top: 0;
}

.menuSec ul:before,
.menuSec ul:after {
  content: " ";
  display: table;
}

.menuSec ul:after {
  clear: both;
}

.menuSec li > ul > li:hover > ul {
  left: 230px;
  top: 0px;
  width: 270px;
}

.droopdwon li:hover > ul {
  display: block;
  position: absolute;
  z-index: 1000;
  background-color: #000000;
  left: 0px;
  width: 230px;
  text-align: left;
  top: 40px;
}

.droopdwon {
  float: left;
}

.droopdwon li:hover li a:hover {
  background-color: #ffffff;
  color: #000 !important;
}

/*header css start */

.dropdown-menu {
  position: absolute !important;
  z-index: 1000;
  display: block;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0;
  font-size: 1rem;
  color: #212529;
  text-align: left !important;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
}

.banner-sec {
  position: relative;
  padding: 80px 0;
}

.banner-sec:before {
  content: "";
  position: absolute;
  background-image: url(../images/banner-back.png);
  width: 100%;
  height: 1555px;
  background-repeat: no-repeat;
  z-index: -1;
  top: -20%;
  background-size: cover;
}

.banner-text-icon ul {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 0;
}

.banner-text-icon {
    position: absolute;
    bottom: 0;
    background: #fff;
    padding: 15px 20px;
    border-radius: 10px;
    box-shadow: 0 0 15px 0 #00000075;
    width: 50%;
    left: -7%;
}

.banner-text-icon ul li p {
  margin-bottom: 0;
  font-size: 18px;
  width: 100%;
  color: #000;
  line-height: 23px;
}

.banner-text-icon ul li span {
  background: #003879;
  display: flex;
  align-items: center;
  width: 65px;
  justify-content: center;
  height: 65px;
  border-radius: 10px;
}

.banner-text-icon ul li span img {
  width: 38px;
}

/*banner css start */

/* Tab slider fix  */

.tab_sec .tab-pane {
  display: block;
  border: 0;
  height: 0;
}

.tab_sec .tab-pane.active {
  display: block !important;
  height: auto;
}

/* Tab slider fix  */

.carousel-inner > .item > a > img,
.carousel-inner > .item > img {
  width: 100%;
}

.carousel-control.right,
.carousel-control.left {
  background: none;
  opacity: 1;
  width: 50px;
  height: 50px;
  top: initial;
  top: 40%;
  background: rgba(255, 255, 255, 0.1);
  text-shadow: none;
}

.carousel-control.right:hover,
.carousel-control.left:hover {
  background: rgba(255, 27, 27, 0.6);
  color: #fff;
}

.carousel-control.right .fa,
.carousel-control.left .fa {
  position: relative;
  top: 12px;
  font-size: 20px;
  color: #fff;
  opacity: 0.5;
}

.carousel-control.right {
  right: 0px;
}

.carousel-control.left {
  left: 0px;
}

.carousel-indicators [data-bs-target] {
  box-sizing: content-box;
  flex: 0 1 auto;
  width: 10px;
  height: 12px;
  padding: 0;
  margin: 3px !important;
  text-indent: -999px;
  cursor: pointer;
  background-color: #fff;
  background-clip: padding-box;
  border: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  opacity: 1;
  /* transition: opacity 0.6s ease; */
  border-radius: 20px;
}

.carousel-caption {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  margin: 0;
  padding: 0;
  color: #fff;
  text-align: left;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  background: rgba(0, 0, 0, 0.1);
}

.carousel-indicators li {
  border: none;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  background: #fff;
  width: 12px;
  height: 12px;
  margin: 0;
}

.carousel-indicators .active {
  margin: 0;
  background-color: #28b16d;
  width: 10px;
  height: 12px;
}
.banner-text h2 {
  font-size: 70px;
  color: #011935;
  margin-bottom: 10px;
  line-height: 1;
  font-family: "Recoleta-Regular";
}

.bnr-text-img img {
    width: 100%;
    height: 490px;
    object-fit: cover;
}
.alure-group-heading a:hover {
    color: #fff;
}

.banner-text-images {
  position: relative;
}

.bnr-text-img.chg img {
    height: 500px;
    object-fit: cover;
}

.bnr-text-img {
  overflow: hidden;
  border-radius: 20px;
  box-shadow: 0 0 15px 0 #0000002e;
}

.bnr-text-img.chg {
  margin-top: 25px;
}

.banner-text p {
  font-size: 22px;
  color: #000;
  width: 90%;
  line-height: 35px;
  margin-bottom: 45px;
}

.banner-text-images:before {
  content: "";
  position: absolute;
  background-image: url(../images/banner-img-before.png);
  width: 83px;
  height: 69px;
  background-repeat: no-repeat;
  top: -15px;
  left: -15px;
  background-size: cover;
}

.banner-text {
  position: relative;
}

.banner-text:before {
  content: "";
  position: absolute;
  background-image: url(../images/banner-text-before.png);
  width: 50px;
  height: 59px;
  background-repeat: no-repeat;
  left: -50px;
  top: -15px;
  background-size: cover;
}

.banner-sec .row.chg {
  align-items: center;
}
.banner-new-img img {
    width: 100%;
    height: 550px;
    object-fit: cover;
     transition: 1.5s;
}
.no-padding {
    padding: 0;
}
.banner-new-img:hover img {
    transform: scale(1.1);
    transition: 1.5s;
}

.banner-new-img {
    overflow: hidden;
    position: relative;
}
.banner-new-img-text {
    position: absolute;
    z-index: 999;
    bottom: 0;
    text-align: center;
    background: rgb(0 0 0 / 49%);
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 350px;
}

.banner-new-img ul {
    margin-bottom: 30px;
}


.banner-new-img-text a {
    padding: 12px 30px;
    font-size: 20px;
}   
.banner-new-img-text h2 {
    font-size: 45px;
    color: #fff;
    margin-bottom: 5px;
}
.banner-new-img-text ul li a {
    font-size: 16px;
    color: #fff;
    font-weight: 500;
}
.banner-new-img-text p {
    font-size: 16px;
    color: #fff;
    line-height: 25px;
}
/*banner css end*/

.blog_sec {
  padding: 5% 0;
}

/* Tabs  */

.tab_sec .nav-tabs .nav-link.active {
  background: #242889;
  color: #fff;
}

.tab_sec .nav-tabs .nav-link {
  background: #ccc;
  border-radius: 50px;
  color: #000;
  padding: 7px 28px;
}

.tab_sec .nav-tabs {
  border: none;
  justify-content: center;
  gap: 20px;
  margin-bottom: 20px;
}

/* Tabs  */

/* Icon Box Start*/

.icon-box {
  background: #fff;
  padding: 40px 30px;
  padding-top: 62px;
  box-shadow: 0 0 10px 0 #00000029;
  margin-bottom: 20px;
  height: 250px;
}
.icon-box.chg {
  height: 250px;
}
.icn-btn {
  margin-top: 30px;
}

.icon-box:hover {
  background: #003879;
}

.icon-box:hover * {
  color: #fff;
}

.icon-box:hover img {
  filter: invert(100%) sepia(100%) saturate(1%) hue-rotate(214deg)
    brightness(107%) contrast(101%);
}

.icon-box-sec .row {
  position: relative;
}

.slick-slide.slick-current.slick-active.slick-center
  .our-ser-silder-items
  span
  img {
  filter: invert(0%) sepia(100%) saturate(7%) hue-rotate(172deg)
    brightness(102%) contrast(103%);
}

.icon-box-sec .row:before {
  /* content: ""; */
  /* position: absolute; */
  /* background: #fff; */
  /* width: 99%; */
  /* height: 240px; */
  /* z-index: -1; */
  /* top: 20px; */
  /* left: 12px; */
  /* border-radius: 10px; */
  /* background-size: cover; */
}

.icon-box h2 {
  font-size: 27px;
  color: #000;
  margin-bottom: 0;
  line-height: 32px;
}
.icon-box-sec h3 {
  font-size: 65px;
  color: #011935;
  font-weight: 500;
  margin-bottom: 15px;
}
.icon-box img {
  margin-bottom: 30px;
  width: 60px;
  height: 70px;
  object-fit: contain;
}

.icon-box-sec .row.chg {
  margin-top: 20px;
}

.icon-box-sec {
  position: relative;
  margin-bottom: 2%;
  padding: 0 5%;
}

.icon-box-sec:before {
  content: "";
  position: absolute;
  background-image: url(../images/banner-icon-before.png);
  width: 182px;
  height: 278px;
  top: -30%;
  background-size: cover;
  z-index: -1;
}

/* Icon Box End*/

/* About Us Start*/

.about-sec {
  padding: 100px 0;
  position: relative;
}

.about-sec:after {
  content: "";
  position: absolute;
  background-image: url(../images/about-.after.png);
  width: 90px;
  height: 91px;
  right: 80px;
  top: 13%;
}

.about-img img {
  width: 100%;
  height: 735px;
  object-fit: cover;
}

.about-img img {
  border-radius: 10px;
}

.about-img {
  overflow: hidden;
  border-radius: 10px;
  box-shadow: 0 0 10px 0 #00000075;
}

.before {
  position: relative;
}

.before:before {
  content: "";
  position: absolute;
  background: #e3f0ff;
  width: 45%;
  height: 300px;
  left: -60px;
  z-index: -1;
  border-radius: 10px;
  top: -70px;
}

.about-bottom-text {
  background: #fff;
  position: absolute;
  bottom: -20%;
  padding: 20px 20px;
  border-radius: 10px;
  box-shadow: 0 0 10px 0 #00000047;
  left: 55px;
  width: 40%;
}

.about-text {
  position: absolute;
  background: #f8f8f8;
  padding: 50px 35px;
  width: 44%;
  margin-left: -130px;
  margin-top: 130px;
  border-radius: 10px;
  box-shadow: 0 0 10px 0 #0000006b;
}

.about-text ul {
  display: flex;
  align-items: center;
  gap: 30px;
  margin-bottom: 0;
}

.about-text ul li span {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  box-shadow: 0 0 10px 0 #0006;
  width: 90px;
  height: 90px;
  border-radius: 50%;
}

.about-text ul.bottom {
  margin-bottom: 40px;
}

.about-text ul li h4 {
  font-size: 42px;
  font-family: "Recoleta.otf";
  color: #000;
  margin-bottom: 5px;
}

.about-text ul li p {
  font-size: 19px;
  line-height: 28px;
  margin-bottom: 0;
}

.about-bottom-text ul li img {
  border-radius: 50%;
}

.about-bottom-text ul {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 0;
}

.about-bottom-text ul.bottom {
  margin-bottom: 20px;
}

.about-bottom-text ul li h2 {
  font-size: 21px;
  color: #000;
  margin-bottom: 3px;
  font-weight: 600;
}

.about-bottom-text ul li h3 {
  font-size: 17px;
  margin-bottom: 0;
  color: #000;
}

.about-bottom-text ul li img {
  width: 65px;
}

.about-text h2 {
  font-size: 38px;
  color: #00a1e9;
  font-family: "Roboto";
  font-weight: 400;
  margin-bottom: 25px;
}

.about-text h3 {
  font-size: 63px;
  color: #003879;
  margin-bottom: 20px;
}

.about-text p {
  font-size: 19px;
  line-height: 28px;
  color: #000;
  margin-bottom: 40px;
}

a.paga-button-2 {
  font-family: "Rajdhani", sans-serif;
  color: #fff;
  background: #00a1e9;
  padding: 15px 35px;
  border-radius: 8px;
  font-size: 24px;
  font-weight: 500;
}

a.paga-button-2:hover {
  box-shadow: inset 0px 0px 0px 40px #003879;
  transition: 1.5s;
}

a.paga-button-2 {
  transition: 1.5s;
}

.about-text-button {
  margin-top: 60px;
}

.about-sec:before {
  content: "";
  position: absolute;
  background: #e8edf3;
  border-radius: 50%;
  width: 230px;
  height: 230px;
  right: -160px;
  top: 45%;
}

/* Our Services Start*/
.our-services-sec {
    padding: 100px 0;
    width: 100%;
    height: 100%;
    background: #003879;
}

.our-services-heading {
    text-align: center;
    position: relative;
    margin-bottom: 4%;
}



/*.slick-slide.slick-current.slick-active.slick-center
 .our-ser-silder-items
 span
 img {
 filter: brightness(0) saturate(100%) invert(0%) sepia(0%) saturate(0%)
  hue-rotate(359deg) brightness(98%) contrast(104%);
}*/


.slick-slide.slick-current.slick-active.slick-center
  .our-ser-silder-items
  span {
  background: #fff;
}
.our-ser-silder-items {
    padding: 80px 25px;
    border-radius: 10px;
    height: 465px;
    background-image: url(../images/banner-2.jpg);
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
      z-index: 1;
}
.our-ser-silder-items:before {
    content: "";
    position: absolute;
    background: #0a0a0a75;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
    border-radius: 10px;
}


.our-services-heading:after {
    content: "";
    position: absolute;
    background-image: url(../images/our-ser-heading-after.jpg);
    width: 133px;
    height: 113px;
    right: 50px;
    top: -25px;
}

.our-services-silder .slick-slide {
  margin: 30px 20px;
}


.our-services-silder .slick-next:before {
  content: "\f178";
  font-family: "Font Awesome 6 Pro";
  font-weight: 900;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #00a1e9;
  width: 60px;
  height: 50px;
  border-radius: 5px;
  font-size: 25px;
  color: #fff !important;
}

.our-services-silder .slick-prev {
  left: -70px;
}

.our-services-silder .slick-prev:before {
  content: "\f177";
  font-family: "Font Awesome 6 Pro";
  font-weight: 900;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  width: 60px;
  height: 50px;
  border-radius: 5px;
  font-size: 25px;
  color: #003879 !important;
}

.our-services-silder .slick-active {
  opacity: 2.5;
}

.our-ser-silder-items span img {
    width: 48px;
    height: 48px;
    object-fit: cover;
    filter: brightness(0) saturate(100%) invert(14%) sepia(94%) saturate(2022%) hue-rotate(198deg) brightness(94%) contrast(103%);
}
.our-ser-silder-items a:hover {
    box-shadow: inset 0px 0px 0px 40px #00a1e9;
    transition: 1.5s;

}
/*.our-services-silder
 .slick-slide.slick-current.slick-active.slick-center
 .our-ser-silder-items
 * {
 color: #fff;
}*/

/*.our-services-silder
 .slick-slide.slick-current.slick-active.slick-center
 .our-ser-silder-items {
 background: #00a1e9 !important;
 transform: scale(1.1);
 margin-top: -3px;
 height: 545px;
}*/

.our-services-silder .slick-next {
  right: -30px;
}

.our-services-silder .slick-slide {
  opacity: 1.2;
}

.our-services-heading:before {
    content: "";
    position: absolute;
    background-image: url(../images/our-ser-heading-before.png);
    width: 44px;
    height: 51px;
    background-repeat: no-repeat;
    left: 0;
    top: 0px;
    background-size: cover;
}


.our-services-heading h2 {
    font-size: 55px;
    color: #fff;
    font-family: "Recoleta-Regular";
    font-weight: 400;
    margin-bottom: 0;
}

.our-services-heading h3 {
    font-size: 63px;
    color: #fff;
    font-weight: 400;
    margin-bottom: 0;
}

.our-ser-silder-items span {
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 0 20px 0 #00000054;
    width: 90px;
    height: 90px;
    border-radius: 50%;
    background: #fff;
}

.our-ser-silder-items h2 {
    font-size: 40px;
    width: 100%;
    color: #fff;
    font-weight: 600;
    margin-top: 35px;
    margin-bottom: 5px;
}

.our-ser-silder-items p {
    font-size: 20px;
    color: #fff;
    line-height: 30px;
    width: 98%;
    font-weight: 400;
    margin-bottom: 30px;
}

.our-ser-silder-items a {
    font-family: "Rajdhani", sans-serif;
    color: #fff;
    background: #003879;
    padding: 15px 35px;
    border-radius: 8px;
    font-size: 20px;
    font-weight: 500;
    transition: 1.5s;
}

/* Our Services End*/

/*Why Choose Start*/

.why-choose-sec {
  padding: 120px 0;
  position: relative;
}

.checked {
  color: orange;
}

.why-choose-img-icon {
  position: absolute;
  top: -65px;
  background: #fff;
  box-shadow: 0 0 10px 0 #00000042;
  border-radius: 10px;
  left: -100px;
  padding: 20px 50px;
}

.why-choose-img-icon ul {
  display: flex;
  align-items: center;
  gap: 7px;
  margin-bottom: 0;
}

.why-choose-img-icon img {
  margin-bottom: 10px;
}

.why-choose-img-icon ul li p {
  font-size: 11px;
  margin-bottom: 0;
  color: #000;
  font-weight: 600;
}

.why-choose-img-icon ul li span {
  font-size: 20px;
}

.why-choose-sec:before {
  content: "";
  position: absolute;
  background-image: url(../images/why-choose-after.png);
  width: 74px;
  height: 86px;
  background-repeat: no-repeat;
  right: 0;
  top: 50px;
  background-size: cover;
}

.why-choose-text h2 {
  font-size: 38px;
  color: #00a1e9;
  font-family: "Roboto";
  font-weight: 400;
  margin-bottom: 20px;
}

.why-choose-text h3 {
  font-size: 63px;
  color: #003879;
}

.why-choose-text-boxs {
  margin-top: 50px;
}

.why-choose-text-box.chg {
  margin-bottom: 55px;
}

.why-choose-text-boxs span {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #003879;
  width: 80px;
  height: 72px;
  border-radius: 10px;
  margin-bottom: 30px;
}

.why-choose-text-boxs span img {
  width: 44px;
}

.why-choose-text-box h3 {
  font-size: 28px;
  color: #000;
  margin-bottom: 5px;
}

.why-choose-text-box p {
  font-size: 18px;
  color: #000;
  margin-bottom: 0;
  line-height: 25px;
}

.why-choose-img img {
  width: 100%;
}

.why-choose-img {
  position: relative;
  margin-top: 80px;
}

.why-choose-main-img {
  position: absolute;
  left: 100px;
  bottom: 0;
}

.why-choose-img > img {
  height: 565px;
}

/*Why Choose End*/

/*Alure Group Start*/

.alure-group-sec {
  background-image: url(../images/alure-group-back.png);
  width: 100%;
  height: 549px;
  background-size: cover;
  display: flex;
  align-items: center;
  text-align: center;
  background-attachment: fixed;
}

.alure-group-heading h2 {
  font-size: 97px;
  color: #fff;
  margin-bottom: 0px;
}

.alure-group-heading p {
  font-size: 20px;
  color: #fff;
  width: 60%;
  line-height: 30px;
  font-weight: 400;
  margin: 0 auto;
  margin-bottom: 40px;
}

/*Alure Group End*/

/*Meet Our Experts Start*/

.meet-experts-sec {
  padding: 120px 0;
  position: relative;
  padding-bottom: 80px;
}

.meet-experts {
  text-align: center;
  position: relative;
}

.meet-experts:before {
  content: "";
  position: absolute;
  background-image: url(../images/meet-experts-after.png);
  width: 63px;
  height: 62px;
  background-repeat: no-repeat;
  right: 120px;
  top: -25px;
}

.meet-experts-sec:before {
  content: "";
  position: absolute;
  background-image: url(../images/meet-experts-before.png);
  width: 33px;
  height: 39px;
  left: 35px;
}

.meet-experts-silder .slick-prev:before {
  content: "\f177";
  font-family: "Font Awesome 6 Pro";
  font-weight: 900;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #d1ebfc;
  width: 60px;
  height: 50px;
  border-radius: 5px;
  font-size: 25px;
  color: #00a1e9 !important;
}

.meet-experts-silder .slick-next:before {
  content: "\f178";
  font-family: "Font Awesome 6 Pro";
  font-weight: 900;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #00a1e9;
  width: 60px;
  height: 50px;
  border-radius: 5px;
  font-size: 25px;
  color: #fff !important;
}

.meet-experts-silder .slick-slide {
  opacity: 1.2;
}

.meet-experts h2 {
    font-size: 90px;
    color: #003879;
    margin-bottom: 0;
}
.meet-experts-silder-items-img img {
  width: 100%;
  height: 365px;
  object-fit: cover;
}
.meet-experts-silder-items h2 {
  font-size: 31px;
  color: #000;
  margin-top: 25px;
  margin-bottom: 0;
  font-weight: 600;
  position: relative;
  z-index: 99;
}

.meet-experts-silder-items:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  right: 0;
  top: 0;
  border-radius: 10px;
  background: linear-gradient(230deg, #0000003d, #fff, transparent);
  z-index: 1;
}

.meet-experts-silder
  .slick-slide.slick-current.slick-active.slick-center
  .meet-experts-silder-items:before {
  background: linear-gradient(230deg, #00a1e987, #fff, transparent);
}

.meet-experts-silder .slick-prev {
  left: -65px;
}

.meet-experts-silder-items {
  text-align: center;
  background: #fff;
  box-shadow: 0 0 20px 0 #00000033;
  padding: 35px 35px;
  border-radius: 10px;
  position: relative;
}

.meet-experts-silder-items-img {
  border-radius: 10px;
  overflow: hidden;
}

.meet-experts-silder .slick-slide {
  margin: 35px 20px;
}

.meet-experts-silder-items-img {
  overflow: hidden;
  position: relative;
  z-index: 99;
}

/*Meet Our Experts End*/

/*Newsletter Start */

.newsletter-sec .row {
  background: #fff;
  box-shadow: 0 0 20px 0 #00000036;
  padding: 30px 50px;
  border-radius: 10px;
  align-items: center;
}

.newsletter-input-sec {
  position: relative;
  width: 90%;
}

.newsletter-input-button {
  position: absolute;
  right: 20px;
}

.newsletter-input {
  display: flex;
  align-items: center;
}

.newsletter-input-button button {
  width: 150px;
  height: 55px;
  font-size: 25px;
  font-family: "Rajdhani";
  color: #fff;
  font-weight: 500;
  border: none;
  background: #00a1e9;
  border-radius: 5px;
  transition: 1.5s;
}

.newsletter-input-button button:hover {
  box-shadow: inset 0px 0px 0px 40px #003879;
  transition: 1.5s;
}

.newsletter-input input {
  width: 100%;
  height: 75px;
  border: none;
  background: #fbf7f7;
  border-radius: 10px;
  padding: 0px 25px;
  color: #000;
}

.newsletter-text h2 {
  font-size: 32px;
  color: #00a1e9;
  font-family: "Roboto";
  font-weight: 400;
  margin-bottom: 8px;
}

.newsletter-text h3 {
  font-size: 48px;
  margin-bottom: 0;
}

.newsletter-text h3 span {
  display: block;
}

.newsletter-sec {
  margin-bottom: -90px;
  position: relative;
  z-index: 9999;
}

/*Newsletter End */

/*Footer Start*/
.copy-right-sec {
  border-top: 1px solid #85afc6;
  padding: 10px 0;
  text-align: center;
  margin-top: 25px;
  padding-top: 20px;
}

.quick-link ul li a:hover {
  margin-left: 25px;
  transition: 1.1s;
}

.quick-link {
  margin-top: 50px;
}

.copy-right-sec p {
  font-size: 19px;
  color: #000;
  font-family: "Rajdhani";
  text-transform: capitalize;
  font-weight: 600;
  margin-bottom: 0;
}

.copy-right-sec .row {
  justify-content: center;
}

footer {
  padding-top: 140px;
  background: linear-gradient(
    0deg,
    rgba(184, 229, 249, 1) 50%,
    rgba(228, 245, 253, 1) 100%
  );
  overflow: hidden;
}

.general-infromation-sec.chg-bottom {
  margin-bottom: 6%;
}

.footer-logo ul li a {
  background: #3b5998;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  font-size: 15px;
  color: #ffff;
  transition: 1.2s;
}

.footer-logo a img {
  margin-bottom: 40px;
  width: 80%;
}

.footer-logo p {
  font-size: 16px;
  line-height: 30px;
}

.footer-logo p {
  font-size: 16px;
  line-height: 25px;
  width: 85%;
  color: #000;
  margin-bottom: 35px;
}

a.twitter {
  background: #2296f9 !important;
}

a.google-plus {
  background: #cd1f29 !important;
}

a.linkedin {
  background: #007ab9 !important;
}

a.instagram {
  background: radial-gradient(
    circle at 30% 107%,
    #fdf497 0%,
    #fdf497 5%,
    #fd5949 45%,
    #d6249f 60%,
    #285aeb 90%
  ) !important;
}

.footer-logo ul {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 0;
}

.quick-link h2 {
  font-size: 40px;
  color: #003879;
  margin-bottom: 25px;
}

.alure-group-heading a {
  background: #fff;
  color: #003879;
}

.contact-info h2 {
  font-size: 40px;
  color: #003879;
  margin-bottom: 25px;
}

.contact-info ul {
    display: flex;
    align-items: center;
    gap: 20px;
}

.contact-info ul li span {
  display: block;
}

.contact-info ul li a {
    color: #000;
    font-weight: 500;
    font-size: 14.65px;
}

.contact-info {
  margin-left: 25px;
  margin-top: 50px;
}

.quick-link.chg {
  width: 59%;
  margin: 0 auto;
  margin-top: 50px;
}

.contact-info ul li i {
  font-size: 25px;
  color: #00a1e9;
}

.quick-link ul {
  line-height: 40px;
}

.quick-link ul li a {
  color: #000;
  font-weight: 500;
  font-size: 18px;
  transition: 1.1s;
}

.contact-info ul li a:hover {
  color: #00a1e9;
}

.footer-sec li.active a {
  color: #00a1e9 !important;
}

.footer-logo {
  position: relative;
}

.footer-logo:before {
  content: "";
  position: absolute;
  background-image: url(../images/footer-before.png);
  width: 59px;
  height: 48px;
  top: 170px;
  left: -79px;
  animation: vibrate-1 1s linear infinite both;
}

.footer-sec {
  position: relative;
}

.footer-sec:before {
  content: "";
  position: absolute;
  background-image: url(../images/footer-after.png);
  width: 56px;
  height: 207px;
  background-size: cover;
  right: 0;
  bottom: 20px;
  animation: vibrate-1 1s linear infinite both;
}

/*Footer End*/

html {
  overflow-x: hidden;
}

/*About Us Start*/
.about-bottom-text.chg {
  bottom: -15%;
}

.inner-banner-sec {
    background-image: url(../images/inner-banner.jpg);
    width: 100%;
    height: 600px;
    background-size: cover;
    display: flex;
    align-items: center;
    background-position: center;
}
header.inner-header {
  position: absolute;
  width: 100%;
  top: 5px;
}

.inner-banner-text h2 {
  font-size: 68px;
  color: #011935;
  margin-bottom: 0;
  margin-top: 6%;
}

.inner-bottom-text {
    margin-top: 12%;
}

.inner-bottom-text p {
  font-size: 19px;
  line-height: 30px;
  color: #000;
}

.inner-bottom-text p.chg {
  margin-top: 25px;
  margin-bottom: 0;
}

.why-choose-sec.chg {
  padding: 150px 0px;
}

.about-sec.chg {
  padding: 130px 0;
}

.about-sec.chg:after {
  top: 11%;
  right: 90px;
}

/*About Us End*/

/*Apply Now Start*/

.general-infromation-form-sec h2 {
  font-size: 45px;
  background: #003879;
  margin-bottom: 0;
  padding: 10px 40px;
  color: #fff;
}
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type="number"] {
  -moz-appearance: textfield;
}
.general-infromation-input label {
  font-size: 14px;
  color: #585858;
  font-weight: 500;
  font-family: "Roboto";
  margin-bottom: 10px;
}

.resume\/cv h2 {
  font-size: 26px;
  color: #000;
  font-weight: 600;
  margin-bottom: 15px;
}

.resume\/cv {
  margin-top: 40px;
}

.upload-btn-wrapper ul li span {
  font-size: 17px;
  color: #000;
  font-weight: 500;
  font-family: "Roboto";
}

.resume\/cv-button button {
  width: 15%;
  height: 65px;
  background: #003879;
  color: #ffffff;
  border: none;
  font-size: 24px;
  font-family: "Roboto";
  border-radius: 10px;
  transition: 1.5s;
}

.general-infromation-sec.chg-top {
  margin-top: 80px;
}

footer.inner {
  padding-top: 60px;
}

.upload-btn-wrapper {
  position: relative;
  overflow: hidden;
  display: inline-block;
  margin-bottom: 30px;
}

.resume\/cv-button button:hover {
  box-shadow: inset 0px 0px 0px 40px #00a1e9;
  transition: 1.5s;
}

.btn {
  border: 1px solid #464646;
  background-color: #efefef;
  padding: 10px 20px;
  border-radius: 10px;
  font-size: 17px;
  color: #000;
  font-weight: 500;
}

.upload-btn-wrapper input[type="file"] {
  font-size: 100px;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
}

.upload-btn-wrapper ul {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 0;
}

.general-infromation-input.chg {
  margin-bottom: 25px;
}

.general-infromation-input input {
  width: 100%;
  height: 55px;
  border: 1px solid #8b8b8b;
  border-radius: 10px;
  padding: 0 15px;
}

.general-infromation-sec.chg-bottom.Work.Experience {
  position: relative;
}

.general-infromation-form {
  border: 1px solid;
  border-top: none;
  padding: 50px 40px;
}

.general-infromation-input select {
  width: 100%;
  height: 55px;
  border: 1px solid #8b8b8b;
  border-radius: 10px;
  padding: 0 25px;
  font-size: 14px;
  color: #414141;
  font-family: "Roboto";
  font-weight: 400;
}

.general-infromation-input.chg.\31 {
  margin-bottom: 30px;
}

.general-infromation-input-icon.chg i {
  font-size: 20px;
}

.general-infromation-input-icon.chg {
  right: 20px;
}

.general-infromation-sec {
  padding: 30px 0;
}

.general-infromation-input {
  position: relative;
}

.general-infromation-input-icon {
  position: absolute;
  top: 50px;
  right: 25px;
  pointer-events: none;
}

.general-infromation-input-icon i {
  font-size: 27px;
  color: #000;
}

.general-infromation-sec.Education {
  position: relative;
}

.general-infromation-sec.Education:before {
  content: "";
  position: absolute;
  background-image: url(../images/work-experience-before.jpg);
  width: 44px;
  height: 51px;
  top: 15%;
  background-size: cover;
}

.general-infromation-sec.Education:after {
  content: "";
  position: absolute;
  background-image: url(../images/work-experience-after.png);
  width: 33px;
  height: 39px;
  right: 20px;
  bottom: 10%;
  background-size: cover;
}

.general-infromation-sec.chg-top.general.information {
  position: relative;
}

.general-infromation-sec.chg-top.general.information:before {
  content: "";
  position: absolute;
  background-image: url(../images/work-experience-after.png);
  width: 33px;
  height: 39px;
  left: 20px;
  top: 10%;
  background-size: cover;
}

.general-infromation-sec.chg-top.general.information:after {
  content: "";
  position: absolute;
  background-image: url(../images/meet-experts-after.png);
  width: 62px;
  height: 62px;
  top: 0;
  right: 0;
  background-size: cover;
}

.general-infromation-sec.chg-bottom.Work.Experience:before {
  content: "";
  position: absolute;
  background-image: url(../images/work-experience-before.jpg);
  width: 44px;
  height: 51px;
  top: 35%;
  background-size: cover;
}

.general-infromation-sec.chg-bottom.Work.Experience:after {
  content: "";
  position: absolute;
  background-image: url(../images/work-experience-after.png);
  width: 33px;
  height: 39px;
  top: 35%;
  right: 20px;
  background-size: cover;
}

/*Apply Now End*/

/*Contact Start*/

.contact1 h2,
.contact2 h2 {
  color: #003879;
  font-size: 63px;
  font-weight: 500;
  margin-bottom: 10px;
}

.contact1 p,
.contact2 > p {
  color: #000;
  font-size: 21px;
  line-height: 32px;
  font-weight: 100;
  margin-top: 0;
  margin-bottom: 5%;
  font-weight: 500;
}

.contact1 input,
.contact1 textarea {
  width: 100%;
  margin-bottom: 20px;
  height: 60px;
  padding: 20px;
  background: transparent;
  border: 1px solid #777777;
  color: #000;
}

.contact1 .theme_btn {
  width: 100%;
  border: 0;
  background: #f01414;
  color: #fff;
  padding: 10px;
  font-size: 23.64px;
  font-family: "Nunito";
  font-weight: 500;
  border-radius: 0;
  height: 60px;
}

.contact1 textarea {
  height: 200px;
}

.contact2 ul li {
  display: flex;
  align-items: center;
  margin-bottom: 50px;
}

.contact2 ul li h4 {
  margin-bottom: 0px;
  font-weight: 200;
  text-transform: uppercase;
  color: #003879;
  font-size: 45px;
  font-family: "Recoleta.otf";
}

.contact2 ul li p {
  color: #000;
  line-height: 32px;
  font-size: 18px;
  font-weight: 500;
  width: 87%;
  font-family: "Roboto";
  margin-bottom: 0;
}

.contact2 .icon {
  height: 85px;
  width: 85px;
  border: dashed 2px #003879;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 23px;
}

.contact2 .icon i {
  font-size: 38px;
  color: #00a1e9;
}

section.contact_us {
  padding: 100px 0;
  position: relative;
}

section.contact_us:before {
  content: "";
  position: absolute;
  background-image: url(../images/meet-experts-after.png);
  width: 63px;
  height: 62px;
  background-repeat: no-repeat;
  right: 0;
  top: 60px;
}

.map {
  margin-top: 50px;
}

h1.cnt:after {
  width: 25px;
  height: 25px;
  right: 5.1%;
  bottom: 21%;
}

.contact1 input {
  border-radius: 10px;
}

.contact1 textarea {
  border-radius: 10px;
  resize: none;
}

.contact1 input::placeholder,
.contact1 textarea::placeholder {
  color: #000;
  font-family: "Roboto";
  font-weight: 600;
}

.contact1 button {
  font-size: 35px;
  border-radius: 10px;
  font-family: "Rajdhani";
  color: #fff;
  background: #003879;
  width: 100%;
  height: 65px;
  border: none;
  font-weight: 500;
  transition: 1.5s;
}

.contact1 button:hover {
  box-shadow: inset 0px 0px 0px 40px #00a1e9;
  transition: 1.5s;
}

.contact1 {
  position: relative;
  width: 95%;
}

.contact1:before {
  content: "";
  position: absolute;
  background-image: url(../images/work-experience-after.png);
  width: 100%;
  height: 100%;
}

i.far.fa-phone-alt {
  transform: rotate(98deg);
}

.map iframe {
  box-shadow: 0 0 20px 0 #0000003d;
}

.map {
  position: relative;
}

.map:before {
  content: "";
  position: absolute;
  background-image: url(../images/work-experience-after.png);
  width: 33px;
  height: 39px;
  right: -70px;
  top: 15%;
}

.contact1:before {
  content: "";
  position: absolute;
  background-image: url(../images/work-experience-after.png);
  width: 33px;
  height: 39px;
  background-repeat: no-repeat;
  left: -60px;
  top: 15px;
  background-size: cover;
}

.contact1:after {
  content: "";
  position: absolute;
  background-image: url(../images/work-experience-before.jpg);
  width: 44px;
  height: 51px;
  background-repeat: no-repeat;
  background-size: cover;
  bottom: 15%;
  left: -9%;
}

/*Contact End*/

/*Our Team Start */

.our-team-sec {
  padding: 100px 0;
}

.our-team-img {
  overflow: hidden;
  border-radius: 10px;
}

.our-team-img img {
  border-radius: 10px;
  width: 100%;
  height: 576px;
  transition: 1.5s;
  object-fit: cover;
}

.our-team-text ul li a:hover {
  transform: scale(1.2);
  transition: 1.2s;
}

.our-team-text h2 {
  font-size: 59px;
  color: #003879;
  margin-bottom: 5px;
}

.our-team-text h3 {
  font-size: 50px;
  color: #00a1e9;
  font-weight: 500;
  margin-bottom: 20px;
}

.our-team-text ul {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 25px;
}

.our-team-text p {
  font-size: 18px;
  line-height: 35px;
  color: #000;
  width: 95%;
}

.our-team-text p.chg {
  margin-bottom: 40px;
}

.our-team-text {
  position: relative;
}

.our-team-text:before {
  content: "";
  position: absolute;
  background-image: url(../images/meet-experts-after.png);
  width: 63px;
  height: 62px;
  background-repeat: no-repeat;
  right: 12%;
  top: 0;
}

.our-team-text ul li a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  color: #fff;
  font-size: 15px;
  background: #3b5998;
  transition: 1.2s;
}

.our-team-bottom {
  margin-top: 30px;
}

.our-team-bottom p {
  font-size: 18px;
  line-height: 35px;
  color: #000;
  margin-bottom: 0;
}

.our-team-img img:hover {
  transform: scale(1.5);
  transition: 1.5s;
}

.our-team-img-box {
  background: #e7eff8;
  padding: 30px 30px;
  border-radius: 10px;
  box-shadow: 0 0 10px 0 #00000026;
  position: relative;
}

.our-team-img-box:before {
  content: "";
  position: absolute;
  background-image: url(../images/meet-experts-before.png);
  width: 33px;
  height: 39px;
  left: -10%;
  top: 2%;
  background-size: cover;
}

.our-team-img-box:after {
  content: "";
  position: absolute;
  background-image: url(../images/work-experience-before.jpg);
  width: 44px;
  height: 51px;
  left: -70px;
  bottom: 0;
}

.our-team-text:after {
  content: "";
  position: absolute;
  background-image: url(../images/meet-experts-before.png);
  width: 33px;
  height: 39px;
  bottom: -5%;
  right: -5%;
  background-size: cover;
}

/*Our Team End */

/*Services Start*/

.iner-services-sec {
  padding: 60px 0;
  margin-top: 5%;
  position: relative;
}

.iner-services-img {
  overflow: hidden;
  border-top-right-radius: 10px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  position: relative;
  border-bottom: 2px solid;
  margin-left: 50px;
  box-shadow: 0 0 20px 0 #0006;
}

.iner-services-img img:hover {
  transform: scale(1.5);
  transition: 1.5s;
}

.iner-services-img img {
  width: 100%;
  transition: 1.5s;
}

.iner-services-img-2 {
  background: #000;
  position: absolute;
  top: 0;
  left: 0;
}

.iner-services-img-2 {
  background: #00a1e9;
  position: absolute;
  top: 0;
  left: 0;
  clip-path: polygon(0 0, 0% 100%, 100% 0);
  width: 140px;
  height: 160px;
  padding: 25px 15px;
}

.col-lg-6.col-sm-12.col-md-7.before {
  position: relative;
}

.col-lg-6.col-sm-12.col-md-7.before:before {
  content: "";
  position: absolute;
  background: #e3f0ff;
  width: 250px;
  height: 230px;
  top: -50px;
  left: 0px;
  border-radius: 10px;
  background-size: cover;
}

.iner-services-img-2 img {
  width: 50px;
}

.iner-services-text {
  margin-left: 20px;
  position: relative;
}

.iner-services-text:before {
  content: "";
  position: absolute;
  background-image: url(../images/our-ser-heading-after.jpg);
  width: 100%;
  height: 100%;
  filter: brightness(0) saturate(100%) invert(49%) sepia(99%) saturate(2899%)
    hue-rotate(169deg) brightness(98%) contrast(101%);
}

.iner-services-text p.chg {
  margin-bottom: 30px;
}

.iner-services-text h2 {
  font-size: 63px;
  color: #011935;
  margin-bottom: 10px;
}

.iner-services-text p {
  font-size: 18px;
  color: #000;
  width: 90%;
  line-height: 36px;
}

.iner-ser-bottom-text p {
  font-size: 18px;
  color: #000;
  line-height: 36px;
}

.iner-ser-bottom-text {
  margin-top: 25px;
}

.iner-ser-img {
  overflow: hidden;
  border-radius: 10px;
  box-shadow: 0 0 15px 0 #0000004f;
}

.iner-ser-img img {
  width: 100%;
  height: 420px;
  transition: 1.5s;
}

.iner-ser-text-row {
  margin-top: 50px;
}

.iner-ser-text-row h2 {
  font-size: 68px;
  color: #000;
  margin-bottom: 30px;
  text-transform: capitalize;
}

.iner-ser-text-row p {
  font-size: 20px;
  line-height: 35px;
  color: #181818;
  margin-bottom: 25px;
}

.iner-ser-text-row ul li {
  font-size: 20px;
  color: #181818;
  font-family: "Roboto";
  display: flex;
  align-items: center;
  gap: 30px;
  font-weight: 500;
}

.iner-ser-text-row ul li i {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  background: #00a1e9;
  color: #fff;
  font-size: 15px;
}

.iner-ser-text-row ul {
  line-height: 60px;
}

.iner-ser-img-row {
  margin-top: 30px;
}

.iner-ser-bottom-text p.chg {
  margin-bottom: 30px;
}

.iner-services-text h2 span {
  display: block;
}

.iner-services-text:before {
  content: "";
  position: absolute;
  background-image: url(../images/our-ser-heading-after.jpg);
  width: 134px;
  height: 113px;
  filter: brightness(0) saturate(100%) invert(49%) sepia(99%) saturate(2899%)
    hue-rotate(169deg) brightness(98%) contrast(101%);
  top: 0;
  right: 0;
  background-size: cover;
  animation: vibrate-1 1s linear infinite both;
}

.iner-services-sec:before {
  content: "";
  position: absolute;
  background-image: url(../images/our-ser-heading-before.png);
  filter: brightness(0) saturate(100%) invert(49%) sepia(99%) saturate(2899%)
    hue-rotate(169deg) brightness(98%) contrast(101%);
  width: 44px;
  height: 51px;
  left: 0;
  top: 3%;
  background-size: cover;
}

.iner-sercices-sec {
  padding: 100px 0;
}
.iner-sercices-heading {
  text-align: center;
  margin-bottom: 50px;
}
.iner-sercices-heading h2 {
  font-size: 75px;
  margin-bottom: 0;
  color: #011935;
}
.iner-sercices-sec.chg {
  padding-bottom: 20px;
}
.iner-sercices-button {
  text-align: center;
  margin-top: 50px;
}
/*Services End*/

/*Our Team Start*/

.our-team-secchg .row.chg {
  margin-top: 50px;
  position: relative;
}

.our-team-secchg .row.chg:before {
  content: "";
  position: absolute;
  background-image: url(../images/work-experience-before.jpg);
  width: 44px;
  height: 51px;
  background-repeat: no-repeat;
  left: -4%;
  background-size: cover;
  animation: vibrate-1 1s linear infinite both;
}

.meet-experts-silder-items:hover:before {
  background: linear-gradient(230deg, #00a1e987, #fff, transparent);
}

.our-team-secchg {
  padding: 100px 0;
  position: relative;
}

.our-team-secchg .row.chg:after {
  content: "";
  position: absolute;
  background-image: url(../images/meet-experts-before.png);
  width: 33px;
  height: 39px;
  background-size: cover;
  animation: vibrate-1 1s linear infinite both;
  right: -4%;
  bottom: 0;
}

.paga-link ul {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0;
}

.paga-link a.back-chg {
  background: #00a1e9;
  color: #fff !important;
  font-size: 30px !important;
  border: none !important;
}

.paga-link ul li a {
  border: 1px solid #000;
  display: flex;
  align-items: center;
  height: 60px;
  width: 65px;
  justify-content: center;
  font-size: 15px;
  color: #000;
  font-weight: 600;
}

.paga-link {
  margin-top: 6%;
}

.our-team-secchg:before {
  content: "";
  position: absolute;
  background-image: url(../images/about-.after.png);
  width: 90px;
  height: 91px;
  top: 30px;
  right: 0;
  background-size: cover;
  animation: vibrate-1 1s linear infinite both;
}

.our-team-secchg:after {
  content: "";
  position: absolute;
  background-image: url(../images/meet-experts-before.png);
  width: 33px;
  height: 39px;
  top: 10%;
  left: 15px;
  background-size: cover;
  animation: vibrate-1 1s linear infinite both;
}

/*Our Team End*/

/*Faq Start*/

section.faqs-sec {
  padding: 50px 0;
  position: relative;
  margin-top: 5%;
}

section.faqs-sec:before {
  content: "";
  position: absolute;
  background-image: url(../images/work-experience-before.jpg);
  width: 44px;
  height: 51px;
  top: 10%;
  left: 10px;
  background-size: cover;
  animation: vibrate-1 1s linear infinite both;
}

section.faqs-sec .accordion-button:not(.collapsed) {
  border: 3px solid #17aaeb;
  border-bottom: 0;
  margin-bottom: 0 !important;
  border-radius: 0;
  padding-top: 30px !important;
  padding-left: 30px !important;
  padding-right: 30px !important;
  padding-bottom: 25px !important;
  border-top-right-radius: 10px !important;
  border-top-left-radius: 10px !important;
}

section.faqs-sec .accordion-collapse.collapse.show {
  border: 3px solid #17aaeb;
  border-top: 0;
  padding-left: 16px;
  padding-right: 16px;
  padding-bottom: 20px;
  border-bottom-right-radius: 10px !important;
  border-bottom-left-radius: 10px !important;
  margin-bottom: 50px;
}

section.faqs-sec:after {
  content: "";
  position: absolute;
  background-image: url(../images/our-ser-heading-after.jpg);
  filter: brightness(0) saturate(100%) invert(49%) sepia(99%) saturate(2899%)
    hue-rotate(169deg) brightness(98%) contrast(101%);
  width: 133px;
  height: 113px;
  top: 0;
  right: 0;
  background-size: cover;
  animation: vibrate-1 1s linear infinite both;
}

section.faqs-sec .accordion-button:not(.collapsed) {
  color: #0c63e4;
  background-color: inherit;
  box-shadow: inherit;
}

section.faqs-sec .accordion-button:not(.collapsed)::after {
  background-image: url(../images/faq-icon-1.png);
  transform: rotate(-180deg);
}

section.faqs-sec .accordion-body p {
  font-size: 19px;
  line-height: 32px;
  color: #333333;
  margin-bottom: 0;
}

section.faqs-sec .accordion-button {
  padding: inherit;
  font-size: 45px;
  color: #fff;
}

.accordion-item:last-of-type .accordion-button.collapsed {
  border-bottom-right-radius: 10px !important;
  border-bottom-left-radius: 10px !important;
}

section.faqs-sec .accordion-body {
  padding: inherit;
}

section.faqs-sec .accordion-button:not(.collapsed) {
  color: #072366;
  background-color: inherit;
  box-shadow: inherit;
  font-size: 45px;
  margin-bottom: 25px;
  padding: 0;
}

section.faqs-sec .accordion-button {
  padding: inherit;
  font-size: 43px;
  color: #fff;
  background: #003879;
  padding: 15px 34px;
  border-radius: 10px;
  margin-bottom: 30px;
}

section.faqs-sec .accordion-item:last-of-type {
  border-bottom-right-radius: inherit !important;
  border-bottom-left-radius: inherit !important;
}

section.faqs-sec .accordion-item {
  background-color: inherit !important;
  border: inherit !important;
}

section.faqs-sec .accordion-button::after {
  flex-shrink: 0;
  width: 1.25rem;
  height: 1.25rem;
  margin-left: auto;
  content: "";
  background-image: url(../images/faq-icon-2.png);
  background-repeat: no-repeat;
  background-size: 1.25rem;
  transition: transform 0.2s ease-in-out;
}

/*Faq End*/

.our-services-sec.iner {
  background: none;
  padding: 110px 0;
}

.our-ser-silder-items.chg {
  background-image: url(../images/new-banner-1.jpg);
}



.col-lg-3.col-md-4.col-sm-12 {
  padding: 0;
}







.our-services-heading.chg h2 {
  color: #00a1e9;
}

.our-services-heading.chg h3 {
  color: #003879;
}

.our-services-heading.chg:before {
  filter: brightness(0) saturate(100%) invert(49%) sepia(99%) saturate(2899%)
    hue-rotate(169deg) brightness(98%) contrast(101%);
}

.our-services-heading.chg:after {
  filter: brightness(0) saturate(100%) invert(49%) sepia(99%) saturate(2899%)
    hue-rotate(169deg) brightness(98%) contrast(101%);
  top: 20px;
}

/* Services */
section.ser-sec.inner-ser .blog_txt {
  padding: 40px 35px;
}

section.ser-sec.inner-ser {
  /* margin: 90px 0 200px 0; */
}

section.services.services1 {
  background: #f7f7f7;
}

.video-slide .slick-slide.slick-current.slick-active.slick-center {
  transform: scale(1.4);
}

.video-slide .slick-slide.slick-active img {
  width: 271px;
  height: 250px;
  object-fit: cover;
  margin: 0 auto;
  object-position: top;
}

.video-slide .slick-slide.slick-current.slick-active.slick-center img {
  width: 100%;
  height: 300px;
  object-fit: cover;
  box-shadow: rgb(0 0 0 / 24%) 0px 3px 8px;
}

.video-slide .slick-track {
  display: flex;
  align-items: center;
}

.vido-img img:not(a img) {
  border: 5px solid #fff;
}

.vido-img {
  position: relative;
}

.vido-img a {
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 0;
}

.vido-img a img {
  width: 52px !important;
  height: 56px !important;
  object-fit: cover;
}

.video-slide
  .slick-slide.slick-current.slick-active.slick-center
  .vido-img:after {
  content: "";
  position: absolute;
  width: 92%;
  height: 19px;
  background: url(../images/cnetr-ply-scrol.png);
  background-size: cover;
  bottom: 7%;
  left: 4%;
  background-repeat: no-repeat;
}

.video-slide .slick-slide.slick-active .vido-img:after {
  content: "";
  position: absolute;
  width: 62%;
  height: 19px;
  background: url(../images/activ-ply.png);
  background-size: cover;
  bottom: 7%;
  left: 19%;
  background-repeat: no-repeat;
}

.video-slide .slick-prev:before {
  content: "\f053";
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
  font-size: 35px;
  color: #fff;
}

.video-slide .slick-next:before {
  content: "\f054";
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
  font-size: 35px;
  color: #fff;
}

section.watch-video {
  background: #003879;
  padding: 80px 0;
}

.ser-head.text-center h2 {
  font-size: 63px;
  color: #fff;
}

section.watch-video .row.chg:before {
  content: "";
  position: absolute;
  background-image: url(../images/our-ser-heading-before.png);
  width: 44px;
  height: 51px;
  background-repeat: no-repeat;
  left: 10%;
  top: 0;
  background-size: cover;
  animation: vibrate-1 1s linear infinite both;
}

section.watch-video .row.chg:after {
  content: "";
  position: absolute;
  background-image: url(../images/meet-experts-after.png);
  width: 63px;
  height: 62px;
  background-repeat: no-repeat;
  right: 10%;
  top: -20%;
  background-size: cover;
  filter: brightness(0) saturate(100%) invert(96%) sepia(97%) saturate(12%)
    hue-rotate(237deg) brightness(103%) contrast(103%);
  animation: vibrate-1 1s linear infinite both;
}

section.watch-video .row.chg {
  position: relative;
}

.video-slide .slick-next:hover:before,
.video-slide .slick-prev:hover:before {
  color: #00a1e9;
}

.ser-head.text-center {
  position: relative;
}

.video-slide .slick-slide {
  margin: 62px 20px;
}

.video-slide .slick-active {
  opacity: 1;
}

.watch-heading {
  text-align: center;
  margin-bottom: 4%;
}

.watch-heading p {
  font-size: 18px;
  width: 40%;
  line-height: 25px;
  margin: 0 auto;
}

img.play-btn {
  box-shadow: none !important;
}

footer.main_footer.ser-footer {
  padding-top: 100px;
  margin-top: 0;
}

/* Services */

/* css changes  */
.banner-text .icon-box h2 {
  line-height: 33px;
  margin-bottom: 0;
}

8.banner-text .icon-box img {
  width: 60px;
  height: 60px;
  margin-bottom: 10px;
}

.banner-text .icon-box {
    margin-bottom: 10px;
    width: 100%;
    padding: 40px 20px;
}

.b-icon-box.row {
  margin-bottom: 30px;
}
/* css changes end */

/*Domestic Nurses Start*/

.domestic-nurses-sec {
  padding: 80px 0;
  text-align: center;
}

.domestic-nurses-text h2 {
  font-size: 68px;
  color: #011935;
  margin-bottom: 10px;
}
.domestic-nurses-text p {
  font-size: 19px;
  line-height: 28px;
  color: #000;
}
.domestic-nurses-text p.chg {
  margin-top: 30px;
}
.domestic-nurses-button {
    margin-top: 50px;
}



/*Domestic Nurses End*/




.the-process-sec {
    padding: 100px 0;
    overflow-x: hidden;
}
.the-process-icon a img {
    width: 60px;
    height: 55px;
    object-fit: contain;
}
.the-process-button {
    text-align: center;
    margin-top: 50px;
}
.the-process-button a {
    text-transform: capitalize;
}
.the-process-text {
    background: #003879;
    padding: 30px 25px;
    border-radius: 30px;
    width: 100%;
}

.the-process-text h2 {
    font-size: 40px;
    margin-bottom: 10px;
    color: #fff;
}
.the-process-text p {
    font-size: 18px;
    margin-bottom: 0;
    line-height: 25px;
    color: #fff;
}


.the-process-step {
    display: flex;
    align-items: center;
    width: 100%;
    gap: 35px;
}
.the-process-icon a {
    background: #00b5f1;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    border: 2px solid #000;
}
.the-process-box.\32 {
    margin-top: 50px;
    margin-left: 50px;
}

.the-process-step.-\31 {
    margin-left: -20px;
}
.the-process-box.\36 {
    margin-top: 50px;
    margin-left: 110px;
}
.the-process-box.\39 {
    margin-top: 50px;
    margin-left: 100px;
}
.the-process-box.\38 {
    margin-top: 50px;
}
.the-process-box.\37 {
    margin-top: 50px;
    margin-left: 20px;
}
.the-process-box-sec-two {
    position: relative;
}
.the-process-box-sec-two:before {
    content: "";
    position: absolute;
    border: 3px solid #000;
    width: 1000px;
    height: 1000px;
    border-radius: 50%;
    left: 30px;
    z-index: -1;
    top: 170px;
}
.the-process-box-logo {
    text-align: end;
}
.the-process-box-logo img {
    margin-right: -48px;
}
.the-process-box.\33 {
    margin-top: 50px;
    margin-left: 105px;
}
.the-process-box.\34 {
    margin-top: 50px;
    margin-left: 90px;
}
.the-process-box.\35 {
    margin-top: 50px;
    margin-left: 20px;
}

.the-process-box-sec {
    position: relative;
}
.the-process-box-sec:before {
    content: "";
    position: absolute;
    border: 3px solid #000;
    width: 1000px;
    height: 1280px;
    border-radius: 50%;
    left: -856px;
    top: -130px;
    z-index: -1;
}
.the-process-sec .add-padding {
    padding: 0px 3%;
}



html {
  overflow-x: hidden;
}