/* FONT FAMILY */
@import url("https://fonts.googleapis.com/css2?family=Oswald:wght@200&display=swap");
/* @import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap'); */
/* FONT FAMILY */

* {
  margin: 0;
  padding: 0;
  /* font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Robot, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol"; */
}
body::-webkit-scrollbar {
  width: 15px;
  background-color: black;
}

.navbar-nav .nav-item .active {
  color: #000 !important;
}
html,
body {
  overflow-x: hidden !important;
  /* box-sizing: border-box;
  margin: 0;
  padding: 0; */
}

body::-webkit-scrollbar-track {
  --webkit-box-shadow: inset 0 0 6px #0149a1;
  border-radius: 10px;
  background-color: black;
}

body::-webkit-scrollbar-thumb {
  border-radius: 10px;
  --webkit-box-shadow: inset 0 0 6px #0149a1;
  background-color: #0149a1;
}

/* FONT SIZE */

/* FONT SIZE */

/* GLOBAL STYLE */

.custom_container {
  max-width: 80% !important;
  margin: 0 auto;
}
.global_but {
  border-radius: 30px;
  padding: 15px 20px;
  background-color: #0149a1;
  color: white;
  text-decoration: none;
  transition: all 0.5s ease-in-out;
  border: none;
  font-size: 15px;
}

.global_but:hover {
  background-color: white;
  color: #0149a1 !important;
  transition: all 0.5s ease-in-out;
  /* box-shadow: #0149a1 0px 0px 12px; */
  box-shadow: #0149a1 0px 0px 8px 0px;
}
.global_but i {
  margin-left: 20px;
}

/* GLOBAL STYLE */

/* HEADER CSS START */
.main_header {
  position: absolute;
  top: 25px;
  width: 100%;
  z-index: 2;
}
.main_header .custom_container {
  max-width: 97% !important;
  margin-right: 0;
  padding: 0px;
}
.header_logo {
  width: 100%;
  height: 100px;
  object-fit: contain;
}
.nav-item .nav-link {
  color: #0449a2 !important;
}
.main_header nav li {
  margin: 10px;
}
.main_header nav li a {
  color: white !important;
  font-size: 21px;
  font-weight: 500;
  border-radius: 25px;
  transition: all 0.5s ease-in-out;
  font-family: poppins;
  font-weight: 600;
}
.main_header nav li .nav-link:hover {
  /* background-color: white; */
  color: #000 !important;
  /* border-radius: 25px; */
  /* padding: 12px 10px; */
  transition: all 0.5s ease-in-out;
}
.navbar-dark .container-fluid {
  padding: 0px;
}
.navbar-brand {
  padding-left: 40px;
}
#navbarNav {
  background: #fff;
  padding-right: 40px;
}
/* HEADER CSS END*/

/* FOOTER CSS START */

.footer {
  background: #000;
  padding: 40px 0px;
  padding-bottom: 20px;
}
.icons-row {
  gap: 47px;
}
.icon-text {
  display: flex;
}
.icon-text .icon {
  background: #0149a1;
  width: 60px;
  height: 60px;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.icon i {
  font-size: 32px;
  color: #fff;
}
.texts {
  padding-left: 20px;
  padding-top: 10px;
}
a {
  text-decoration: none;
}
.texts h6 {
  color: #0149a1;
  font-family: poppins;
  font-weight: 500;
  margin-bottom: 5px !important;
}
.texts p {
  color: #fff;
  font-family: poppins;
}
hr {
  color: #fff;
  margin-top: 40px;
  opacity: 1;
}

.links h4 {
  color: #fff;
  font-family: poppins;
  font-weight: 600;
  font-size: 25px;
  margin-bottom: 30px;
}
.links ul {
  padding: 0px;
}
.links ul li {
  list-style: none;
  margin-bottom: 15px;
}
.links ul li a {
  color: #fff;
  font-family: poppins;
  font-size: 15px;
  font-weight: 500;
}
.links ul li a:hover {
  color: #0149a1;
}
.links p {
  color: #fff;
  font-size: 13px;
  font-family: poppins;
  font-weight: 400;
}
.footer-form input {
  width: 100%;
  height: 40px;
  border: none;
  border-radius: 5px;
  padding: 12px 16px;
  font-size: 10px;
}
.footer-form button {
  width: 100%;
  height: 40px;
  border: none;
  border-radius: 5px;
  background: #0149a1;
  color: #fff;
  margin-top: 15px;
}
.footer-text p {
  color: #fff;
  font-family: poppins;
  font-size: 15px;
  font-weight: 500;
  margin-bottom: 0px;
}
/* footer.main_footer {
    padding: 100px 0px 0px 0px;
    background: linear-gradient(to left, #052B67,#0149A1); 
    color: white;
    background-color: black;
}
.main_footer .footer_links a {
    display: block;
    text-decoration: none;
    margin-bottom: 10px;
    font-size: 18px;
    font-weight: 400;
    color: white;
    text-transform: uppercase;
}
.footer_links_box {
    padding: 0px 141px;
    max-width: 45%;
    margin: 0 auto;
}
.main_footer .footer_links a i{
  color:#052B67 ;
  font-size: 22px;
}
.main_footer .footer_links a:hover{
    color:#052B67 ;
}
.social_link {
    text-align: center;
    padding: 50px 0px;
}
.social_link a {
    color: #052B67;
    font-size: 23px;
    margin: 0px 10px;
    transition: all 0.5s ease-in-out;
    text-decoration: none;
}
  .social_link a:hover{
    transition:all 0.5s ease-in-out;
    color: white!important;
    transition:all 0.5s ease-in-out; */
/* box-shadow: #0149a1 0px 0px 12px; */
/*     
}
.footer_links {
    width: 40%;
}
.main_footer .footer_links a {
    font-size: 25px;
    font-family: poppins;
    font-weight: 600;
}
.main_footer .custom_container .row {
    justify-content: center;
}

.social_link h2 {
    margin-bottom: 25px;
}
  .footer_logo {
    margin-bottom: 40px;
    text-align: center;
}
.Copy_right_footer{ */
/* background: linear-gradient(to left, #052B67,#0149A1);*/
/* background-color: black;
   border-top: 2px solid #052B67 ;
    color: white;
    padding: 20px 0px;
  

}
.footer_logo img {
    width: 20%;
}
.Copy_right div {
    width: 50%;
    display: flex;
}
.Copy_right {
    display: flex;
}
.Copy_right div {
    width: 50%;
    display: flex;
}
.Copy_right div img {

    height: 50px;
}
.Copy_right p{
    margin-top: 15px;
 
}

.Copy_right div:last-child {
    justify-content: end;
} */
/* FOOTER CSS END */
/* hero section CSS START*/

.hero_section {
  background: linear-gradient(
    to left,
    #052b67,
    #0149a1
  ); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
  position: relative;
}
.hero_section:before {
  content: "";
  display: block;
  position: absolute;
  width: 40% !important;
  height: 100%;
  background-color: #fff;
  z-index: 0;
  border-radius: 123% 101% 100% 0% / 0% 100% 0% 100%;
  box-shadow: 3px 3px white;
}

.hero_section_left {
  /* background-color: black; */
  border-radius: 0px 200px 0px 0px;
  padding-top: 100px;
  padding-bottom: 50px;
  /* box-shadow: 3px 3px white; */
  color: gray;
  z-index: 1;
}

.hero_section_left h1 {
  font-size: 75px;
  line-height: 1;
  margin-bottom: 30px;
  font-family: poppins;
  font-weight: bold;
  color: #000;
}

.hero_section_left h5 {
  font-size: 20px;
  margin-bottom: 40px;
  font-family: poppins;
  color: #000;
}
.hero_section_left .global_but {
  font-size: 13px;
  margin-bottom: 30px;
  font-family: poppins;
}

.hero_section_left h1 span {
  color: #0149a1;
}
.hero_section_left .inner_section {
  max-width: 80%;
  margin: 0 auto;
  padding: 120px 0px;
}
.hero_section_right {
  /* background-color: red; */
  padding-top: 290px;
  padding-bottom: 100px;
}
.box_1,
.box_2,
.box_3,
.box_4 {
  margin: 40px 30px 20px 0px;
  height: 70px;
}
.box_3,
.box_4 {
  text-align: center;
  line-height: 1.2;
  width: 85px;
}
.inner_box_sec h6 {
  font-size: 25px;
  font-weight: 600;
  font-family: poppins;
  margin: 0;
}
.box_2 div:first-child {
  border-right: 1px solid gray;
  margin-right: 5px;
  padding-right: 5px;
}

.box_4 img,
.box_3 img {
  width: 100%;
}
.box_2 {
  display: flex;
  width: 170px;
  line-height: 1.2;
}
.inner_box_sec p {
  font-size: 14px;
  margin: 0px;
  font-family: poppins;
}
.inner_box_sec span {
  font-size: 14px;
  font-weight: 700;
  display: inherit;
  font-family: poppins;
  line-height: 1;
}
.inner_box_sec .box_1 span:nth-child(3) {
  border-bottom: 1px solid gray;
  width: 85%;
}
.box_1 {
  border: 1px solid gray;
  border-radius: 0px 20px 0px 20px;
  padding: 0px 15px;
}

.inner_box_sec .scqur_box {
  width: 43px;
  height: 35px;
  background: gray;
}
.inner_box_sec {
  display: flex;
  /* justify-content: space-between; */
}
.hero_swiper .slide_1,
.hero_swiper .slide_2,
.hero_swiper .slide_3,
.hero_swiper .slide_4,
.hero_swiper .slide_5,
.hero_swiper .slide_6 {
  height: 320px !important;
  border-radius: 20px;
  text-align: center;
  color: #fff;
  position: relative;
  max-width: 0%;
  cursor: pointer;
}
.hero_swiper .swiper-slide h5 {
  left: 0;
  position: absolute;
  right: 0;
  bottom: 10px;
  font-family: poppins;
  font-size: 20px;
  font-weight: 600;
}
.hero_swiper .swiper-slide img {
  width: 100%;
  height: 250px;
  object-fit: contain;
}
.hero_swiper .slide_1 {
  background-color: #673ab7;
}
.hero_swiper .slide_2 {
  background-color: #ffeb3b;
}
.hero_swiper .slide_3 {
  background-color: #b7094c;
}
.hero_swiper .slide_4 {
  background-color: #82cfe3;
}
.hero_swiper .slide_5 {
  background-color: #264653;
}
.hero_swiper .slide_6 {
  background-color: #a4161a;
}

/* hero section CSS END */

/* section 1 CSS START */
.section_1 {
  margin-top: -100px;
  position: relative;
  z-index: 10;
}
.section_1 h2 {
  font-weight: bold;
  text-transform: uppercase;
}
.section_1 .row {
  padding: 30px 20px;
}
.section_1 .custom_container {
  box-shadow: rgb(0 0 0 / 35%) 0px 5px 15px;
  border-radius: 10px;
  background-color: white;
}
.sec_1_card img {
  width: 40%;
  height: 110px;
  object-fit: contain;
  cursor: pointer;
  filter: grayscale(500%);
  transition: 0.5s;
}
.sec_1_card img:hover {
  filter: grayscale(0%);
  transform: scale(1.2) !important;
  transition: 0.5s;
}
.sec_1_card {
  padding: 30px 20px;
  text-align: center;
  align-items: center;
  justify-content: center;
  display: flex;
  position: relative;
}

/* section 1 CSS END */

/* section 2 CSS START */

.section_2 {
  padding: 100px 0px;
  padding-top: 0px;
  text-align: center;
  position: relative;
}
.sec_2_card {
  padding: 50px 30px;
  margin-right: 40px;
  box-shadow: 0 0 10px 0 rgb(0 0 0 / 0.2);
  width: 28%;
  border-radius: 20px;
  position: relative;
  overflow: hidden;
  transition: 0.5s;
  height: 300px;
}
.sec_2_card:before {
  height: 300px;
  background: linear-gradient(to right, #002542, #007bb5);
  transition: 0.5s;
  position: absolute;
  content: "";
  width: 100%;
  left: 0px;
  top: -106%;
  border-radius: 20px;
}
.sec_2_card:hover::before {
  top: 0px;
}
.sec_2_card:hover {
  transform: scale(1.1) !important;
  transition: 0.5s;
}
.sec_2_card:hover h4 {
  color: #fff;
}
.sec_2_card:hover p {
  color: #fff;
}
.sec_2_card img {
  width: 50%;
  height: 80px;
  object-fit: contain;
  transition: 0.5s;
}
.sec_2_card h4 {
  margin: 15px 0px 10px 0px;
  font-size: 20px;
  font-family: poppins;
  font-weight: 600;
  color: #002542;
  text-transform: capitalize;
  /* font: inherit; */
}
.sec_2_card p {
  font-size: 14px;
  color: #848484;
  text-transform: math-auto;
  font-family: poppins;
}

/* .section_2:before {content: '';display: block;width: 75%;height: 20px; background: linear-gradient(to left, #052B67,#0149A1); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
/* margin: 0 auto;position: absolute;top: 30px;left: 0;right: 0;}  */

/* section 2 CSS START */

/* section 3 CSS START */
.section-3 {
  padding: 100px 30px;
}
.section-3 h6 {
  font-size: 25px;
  font-weight: 600;
  color: #0149a1;
  padding: 0%;
  font-family: poppins;
  text-align: center;
}
.section-3 h2 {
  text-align: center;
}
.nav-tabs .active {
  background-color: #0149a1 !important;
  color: #fff !important;
}
.nav-tabs {
  border: none;
}
.nav {
  justify-content: center;
}
.nav-tabs .nav-link {
  text-transform: uppercase;
  font-size: 16px;
  border-radius: 100px;
  border: none;
  font-family: poppins;
  padding: 16px 36px;
  margin: 20px 10px 0 10px;
  background: #f9f9f9;
  background-color: rgb(249, 249, 249);
  box-shadow: 0 0 20px 0 rgb(0, 0, 0, 0.1);
  font-weight: 600;
}

.tabs-content {
  border-radius: 20px;
  max-width: 1140px;
  height: 445px;
  margin: 0px auto;
  box-shadow: 0 0 20px 0 rgb(0, 0, 0, 0.1);
  padding-left: 70px;
}
.tab-content {
  padding-top: 50px;
  padding-bottom: 50PX;
  padding-right: 30px;
}
.tab-content h3 {
  font-size: 35px;
  font-family: poppins;
  font-weight: 700;
  color: #007bb5;
}
.tab-content p {
  font-family: poppins;
  font-weight: 400;
  font-size: 15px;
  margin-bottom: 45px;
  margin-top: 20px;
  margin-right: 60px;
}
.tab-image {
  padding: 0px;
}
.tab-image img {
  width: 100%;
  height: 100%;
  border-radius: 0px 20px 20px 0px;
}
/* .section_3 {
  position: relative;
  color: white;
}
.sec_3_card {
  box-shadow: rgb(190 178 178 / 91%) 0px 0px 10px 1px;
  border-radius: 35px;
  padding: 10px 10px;
  width: 20%;
  margin: 15px 23px;
  height: 220px;
  cursor: pointer;
  position: relative;
  color: #000;
  background-color: white;
  text-align: center;
  transition: .5s !important;
}

.sec_3_card .cardImg {
  height: 70px;
  width: 70px;
}
.sec_3_cards {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  z-index: 1;
  padding: 100px 0px;
  padding-left: 30px;
}
.sec_3_card:hover {
  background: linear-gradient(to right, #002542, #007bb5);
  transition: .5s !important;
  box-shadow: none;
}
.card-heading {
  font-family: poppins;
  font-size: 19px;
  font-weight: 600;
}
.sec_3_card:hover .card-heading {
  color: #fff;
}
.sec_3_text {
  z-index: 1;
  padding: 100px 0px 100px 40px;
}
.section_3:before {
  content: "";
  display: block;
  width: 60%;
  height: 100%;
  background-color: black;
  position: absolute;
  right: 0;
  border-radius: 30% 50% 50% 30% / 50% 0% 0% 50%;
  z-index: 0;
}
.sec_3_card .crad_text {
  text-align: center;
  margin-top: 30px;
  padding: 0px 20px;
}
.sec_3_card img {
  margin-top: 30px;
  width: 50%;
  margin-left: 5px;
  object-fit: contain;
  height: 100px;
}
.sec_3_text h1 {
  font-size: 70px;
  font-weight: 500;
  line-height: 1;
  margin-bottom: 30px;
  max-width: 80%;
  color:#fff;
  font-size: 24px;
  font-family: poppins;
}
.sec_3_text h6 {
  font-size: 25px;
  font-weight: 500;
  margin: 0;
  color:#0149a1;
  font-family: poppins;
}
.sec_3_text p {
  color: #fff;
  margin-bottom: 10px;
  word-spacing: 7px;
  font-size: 14px;
  font-family: poppins;
  max-width: 80%;
  font-weight: 400;
} */

/* section 3 CSS END */
.section_4_tabs li a {
  text-align: center;
  font-size: 20px;
  font-weight: 500;
  background-color: white !important;
  color: #0149a1;
  padding: 15px 60px;
  border-radius: 50px !important;
  cursor: pointer;
  text-transform: uppercase;
  /* margin: 0px 16px; */
  border: none !important;
  transition: all 0.5s ease-in-out;
  box-shadow: #00000047 0px 0px 12px;
}
.section_4_tabs li a.active {
  background-color: #0149a1 !important;
  color: #fff !important;
}
.section_4_tabs li a:hover {
  background-color: #0149a1 !important;
  color: #fff !important;
  box-shadow: #0149a1 0px 0px 8px 0px;
  transition: all 0.5s ease-in-out;
}
.section_4_tabs {
  width: 80%;
  margin: 0 auto;
  border: none;
  margin-bottom: 25px;
  display: flex;
  justify-content: space-around;
}
.section_4 .global_but {
  margin: 0 auto;
  width: 15%;
  margin-top: 40px;
}
.section_4 {
  padding: 100px 0px;
}
.sec_4_card img {
  height: auto;
  border-radius: 40px;
  margin: 13px 0px;
  width: 100%;
  cursor: pointer;
  transition: 0.5s;
}
.sec_4_card img:hover {
  transform: scale(1.1) !important;
  transition: 0.5s;
}

.section_4_cards .sec_4_card:nth-child(1),
.section_4_cards .sec_4_card:nth-child(3) {
  margin-top: 100px !important;
}
.section_4_cards .sec_4_card:nth-child(5) {
  margin-top: -100px !important;
}
.sec_4_heading {
  text-align: center;
  margin-bottom: 30px;
}

.sec_4_heading h6 {
  color: #0149a1;
  font-size: 30px;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 1;
  margin: 0;
}

.sec_4_heading h2 {
  font-size: 55px;
  font-weight: 400;
}
.list_boxs li {
  padding-left: 30px;
}
/*<!-- SECTION testimonial START --> */

.section-eight {
  padding: 100px 0px 0px 0;
  position: relative;
}
.op-eight-section {
  position: relative;
}
.sec-eight-text-area {
  text-align: center;
  padding: 300px 0px 100px 0px;
}
.sec-eight-text-area img {
  width: 180px;
  border-radius: 50%;
  border: 5px solid #0149a1;
}
.sec-eight-text-area h1 {
  padding: 2vh 0 3vh 0;
  color: #0149a1;
  line-height: 1.3;
  font-size: 35px;
  font-family: poppins;
  font-weight: 600;
  letter-spacing: 2px;
  padding-top: 30px;
}
.sec-eight-text-area p {
  margin-top: 30px;
  padding: 2vh 0;
  font-size: 16px;
  font-family: poppins;
  font-weight: 400;
  line-height: 1.6;
}
.section-eight .container-pe-quote {
  position: absolute;
  height: 100%;
  top: 0px;
  z-index: 1;
}
.section-eight .container-pe-quote.left {
  left: 0px;
}
.section-eight .container-pe-quote.right {
  right: 0px;
}
.section-eight .container-pe-quote .pp-quote {
  cursor: pointer;
  position: absolute;
  border-radius: 100%;
  /* box-shadow: 0 10px 30px rgba(0,0,0,0.15); */
  animation-name: floating;
  -webkit-animation-name: floating;
  animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-transform-origin: 50% 1px;
  -moz-transform-origin: 50% 1px;
  -ms-transform-origin: 50% 1px;
  -o-transform-origin: 50% 1px;
  transform-origin: 50% 1px;
  opacity: 0;
  -webkit-transition: all 2s ease;
  -moz-transition: all 2s ease;
  -ms-transition: all 2s ease;
  -o-transition: all 2s ease;
  transition: all 2s ease;
}
.container-pe-quote .pp-quote img {
  overflow: hidden;
  position: relative;
  z-index: 1;
  width: 120px;
  border-radius: 50%;
  border: 5px solid #0149a1;
}
/* .section-eight .container-pe-quote .pp-quote:after {
	    content: '';
	    position: absolute;
	    top: 50%;
	    left: 50%;
	    height: calc(100% + 5px);
	    width: calc(100% + 5px);
	    border-radius: 100%;
	    background-color: #0149A1;
	    -webkit-transform: translate(-50%, -50%) scale(0.9);
	    -moz-transform: translate(-50%, -50%) scale(0.9);
	    -ms-transform: translate(-50%, -50%) scale(0.9);
	    -o-transform: translate(-50%, -50%) scale(0.9);
	    transform: translate(-50%, -50%) scale(0.9);
	    -webkit-transition: all .25s ease;
	    -moz-transition: all .25s ease;
	    -ms-transition: all .25s ease;
	    -o-transition: all .25s ease;
	    transition: all .25s ease;
	} */
.container-pe-quote .pp-quote:hover:after,
.container-pe-quote .pp-quote.active:after {
  -webkit-transform: translate(-50%, -50%) scale(1);
  -moz-transform: translate(-50%, -50%) scale(1);
  -ms-transform: translate(-50%, -50%) scale(1);
  -o-transform: translate(-50%, -50%) scale(1);
  transform: translate(-50%, -50%) scale(1);
}
.section-eight .container-pe-quote .li-quote-1 {
  height: 104px;
  width: 104px;
  left: 500px;
  top: 550px;
  animation-duration: 10s;
  -webkit-animation-duration: 10s;
  -webkit-transition-delay: 0.6s;
  transition-delay: 0.6s;
  opacity: 1;
}
.section-eight .container-pe-quote .li-quote-2 {
  height: 63px;
  width: 63px;
  left: 300px;
  top: 320px;
  animation-duration: 12s;
  -webkit-animation-duration: 12s;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  opacity: 1;
}
.section-eight .container-pe-quote .li-quote-3 {
  height: 64px;
  width: 64px;
  left: 68px;
  top: 600px;
  animation-duration: 6s;
  -webkit-animation-duration: 6s;
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
  opacity: 1;
}
.section-eight .container-pe-quote .li-quote-4 {
  height: 73px;
  width: 73px;

  right: 920px;
  top: 280px;
  animation-duration: 5s;
  -webkit-animation-duration: 5s;
  -webkit-transition-delay: 0.7s;
  transition-delay: 0.7s;
  opacity: 1;
}
.section-eight .container-pe-quote .li-quote-5 {
  height: 73px;
  width: 73px;
  right: 300px;
  top: 320px;
  animation-duration: 8s;
  -webkit-animation-duration: 8s;
  -webkit-transition-delay: 0.4s;
  transition-delay: 0.4s;
  opacity: 1;
}
.section-eight .container-pe-quote .li-quote-6 {
  height: 45px;
  width: 45px;
  right: 500px;
  top: 550px;
  animation-duration: 7s;
  -webkit-animation-duration: 7s;
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
  opacity: 1;
}
.section-eight .container-pe-quote .li-quote-7 {
  height: 48px;
  width: 48px;
  right: 120px;
  top: 600px;
  animation-duration: 7s;
  -webkit-animation-duration: 7s;
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
  opacity: 1;
}
.section-eight .container-pe-quote .li-quote-8 {
  height: 63px;
  width: 63px;
  right: 580px;
  top: 300px;
  animation-duration: 5s;
  -webkit-animation-duration: 5s;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  opacity: 1;
}

@keyframes floating {
  0% {
    -webkit-transform: rotate(0deg) translate(-10px) rotate(0deg);
    -moz-transform: rotate(0deg) translate(-10px) rotate(0deg);
    -ms-transform: rotate(0deg) translate(-10px) rotate(0deg);
    -o-transform: rotate(0deg) translate(-10px) rotate(0deg);
    transform: rotate(0deg) translate(-10px) rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg) translate(-10px) rotate(-360deg);
    -moz-transform: rotate(360deg) translate(-10px) rotate(-360deg);
    -ms-transform: rotate(360deg) translate(-10px) rotate(-360deg);
    -o-transform: rotate(360deg) translate(-10px) rotate(-360deg);
    transform: rotate(360deg) translate(-10px) rotate(-360deg);
  }
}
.section-eight .container-pe-quote .li-quote-1.active {
  display: none;
}
@-webkit-keyframes floating {
  0% {
    -webkit-transform: rotate(0deg) translate(-10px) rotate(0deg);
    -moz-transform: rotate(0deg) translate(-10px) rotate(0deg);
    -ms-transform: rotate(0deg) translate(-10px) rotate(0deg);
    -o-transform: rotate(0deg) translate(-10px) rotate(0deg);
    transform: rotate(0deg) translate(-10px) rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg) translate(-10px) rotate(-360deg);
    -moz-transform: rotate(360deg) translate(-10px) rotate(-360deg);
    -ms-transform: rotate(360deg) translate(-10px) rotate(-360deg);
    -o-transform: rotate(360deg) translate(-10px) rotate(-360deg);
    transform: rotate(360deg) translate(-10px) rotate(-360deg);
  }
}
.section-eight .container-pe-quote .active {
  display: none;
}
.section-eight .container-quote {
  position: relative;
  width: 100%;
  margin-top: 10px;
  height: 135px;
  -webkit-perspective: 10000px;
  -moz-perspective: 10000px;
  -ms-perspective: 10000px;
  perspective: 10000px;
}
.section-eight .container-quote .quote {
  max-width: 80%;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 50%;
  cursor: pointer;
  text-align: center;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: all 1s cubic-bezier(0.5, -0.01, 0, 1.005);
  -moz-transition: all 1s cubic-bezier(0.5, -0.01, 0, 1.005);
  -o-transition: all 1s cubic-bezier(0.5, -0.01, 0, 1.005);
  transition: all 1s cubic-bezier(0.5, -0.01, 0, 1.005);
}
.section-eight .container-quote .quote.hide-bottom {
  opacity: 0;
  -webkit-transform: translateX(-50%) translateY(100%) rotateX(-70deg);
  -moz-transform: translateX(-50%) translateY(100%) rotateX(-70deg);
  -ms-transform: translateX(-50%) translateY(100%) rotateX(-70deg);
  -o-transform: translateX(-50%) translateY(100%) rotateX(-70deg);
  transform: translateX(-50%) translateY(100%) rotateX(-70deg);
}
.section-eight .container-quote .quote.hide-top {
  opacity: 0;
  -webkit-transform: translateX(-50%) translateY(-100%) rotateX(70deg);
  -moz-transform: translateX(-50%) translateY(-100%) rotateX(70deg);
  -ms-transform: translateX(-50%) translateY(-100%) rotateX(70deg);
  -o-transform: translateX(-50%) translateY(-100%) rotateX(70deg);
  transform: translateX(-50%) translateY(-100%) rotateX(70deg);
}
.section-eight .container-quote .quote.show {
  opacity: 1;
  -webkit-transform: translateX(-50%) translateY(0%) rotateX(0deg);
  -moz-transform: translateX(-50%) translateY(0%) rotateX(0deg);
  -ms-transform: translateX(-50%) translateY(0%) rotateX(0deg);
  -o-transform: translateX(-50%) translateY(0%) rotateX(0deg);
  transform: translateX(-50%) translateY(0%) rotateX(0deg);
}

.section-eight .container-dp-name {
  position: relative;
  width: 100%;
  margin-top: 10px;
  height: 225px;
  -webkit-perspective: 10000px;
  -moz-perspective: 10000px;
  -ms-perspective: 10000px;
  perspective: 10000px;
  text-align: center;
}
.section-eight .container-dp-name .box-dpname {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0;
  cursor: pointer;
  text-align: center;
  -webkit-transition: all 1s cubic-bezier(0.5, -0.01, 0, 1.005);
  -moz-transition: all 1s cubic-bezier(0.5, -0.01, 0, 1.005);
  -o-transition: all 1s cubic-bezier(0.5, -0.01, 0, 1.005);
  transition: all 1s cubic-bezier(0.5, -0.01, 0, 1.005);
}
.section-eight .container-dp-name .box-dpname.hide-dp-bottom {
  opacity: 0;
  -webkit-transform: translateX(0%) translateY(100%) rotateX(-70deg);
  -moz-transform: translateX(0%) translateY(100%) rotateX(-70deg);
  -ms-transform: translateX(0%) translateY(100%) rotateX(-70deg);
  -o-transform: translateX(0%) translateY(100%) rotateX(-70deg);
  transform: translateX(0%) translateY(100%) rotateX(-70deg);
}
.section-eight .container-dp-name .box-dpname.hide-dp-top {
  opacity: 0;
  -webkit-transform: translateX(0%) translateY(-100%) rotateX(70deg);
  -moz-transform: translateX(0%) translateY(-100%) rotateX(70deg);
  -ms-transform: translateX(0%) translateY(-100%) rotateX(70deg);
  -o-transform: translateX(0%) translateY(-100%) rotateX(70deg);
  transform: translateX(0%) translateY(-100%) rotateX(70deg);
}
.section-eight .container-dp-name .box-dpname.look {
  opacity: 1;
  -webkit-transform: translateX(0%) translateY(0%) rotateX(0deg);
  -moz-transform: translateX(0%) translateY(0%) rotateX(0deg);
  -ms-transform: translateX(0%) translateY(0%) rotateX(0deg);
  -o-transform: translateX(0%) translateY(0%) rotateX(0deg);
  transform: translateX(0%) translateY(0%) rotateX(0deg);
}

@media screen and (max-width: 767px) {
  .sec-eight-text-area {
    padding: 10px 0 10px 0;
  }
  .section-eight .container-pe-quote {
    position: relative;
    height: 500px;
    top: 0px;
    z-index: 1;
    max-width: 300px;
    margin: -70px auto 0;
  }
}
@media screen and (max-width: 480px) {
  .section-eight {
    position: relative;
  }
  .section-eight .bottom-ani-cs {
    position: absolute;
    top: 150px;
    right: 16px;
  }
  .section-eight .container-pe-quote .li-quote-2 {
    left: 60px;
    top: 270px;
  }
  .section-eight .container-pe-quote .li-quote-6 {
    right: 100px;
    top: 179px;
  }
  .section-eight .container-pe-quote .li-quote-8 {
    height: 43px;
    width: 43px;
    left: 0px;
    top: 220px;
  }
  .section-eight .container-pe-quote .li-quote-3 {
    left: 0;
  }
  .section-eight .container-quote {
    height: 205px;
    overflow: hidden;
    overflow-y: auto;
  }
  .sec-eight-text-area {
    padding: 10px 0 100px 0;
  }
}
#section5 {
  overflow: hidden;
}
/* #section5::after {
    content: '';
    display: block;
    width: 75%;
    height: 20px;
    background: linear-gradient(to left, #052B67,#0149A1);
    margin: 0 auto;
    position: absolute;
    top: 30px;
    left: 0;
    right: 0;
} */

.testimonial_heading h6 {
  color: #0149a1;
  font-size: 25px;
  font-weight: 400;
  text-transform: uppercase;
  line-height: 1;
  margin: 0;
  font-family: poppins;
  font-weight: 600;
  margin-bottom: 19px;
}

.testimonial_heading h2 {
  font-size: 60px;
  font-weight: 400;
}

.testimonial_heading p {
  font-size: 16px;
  font-family: poppins;
  font-weight: 400;
}

/* <!-- SECTION testimonial END --> */

/* section5 */

.sec_5_card {
  text-align: center;
  background-color: white;
  border-radius: 10px;
  width: 22%;
  margin-left: 42x;
  padding: 50px 40px;
  transition: 0.5s;
  position: relative;
  overflow: hidden;
  cursor: pointer;
}
.sec_5_card::before {
  height: 308px;
  background: linear-gradient(to right, #002542, #007bb5);
  transition: 0.5s;
  position: absolute;
  content: "";
  width: 100%;
  left: 0px;
  top: -100%;
  border-radius: 10px;
}
.sec_5_card:hover:before {
  transition: 0.5s;
  top: 0%;
}
.sec_5_card:hover {
  transform: scale(1.1) !important;
  transition: 0.5s;
}
.sec_5_card:hover h4 {
  color: #fff;
  position: relative;
}
.sec_5_card img {
  width: 50%;
  height: 150px;
  object-fit: contain;
  position: relative;
}
.sec_5_cards {
  display: flex;
  justify-content: space-between;
}
.section_5 {
  background: linear-gradient(
    to left,
    #052b67,
    #0149a1
  ); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
  padding: 50px 0px 200px 0px;
  text-align: center;
}
.sec_5_heading h6 {
  color: white;
  text-transform: uppercase;
  font-size: 19px;
  margin-bottom: 19px;
  font-family: poppins;
  font-weight: 600;
}

.sec_5_heading h2 {
  font-size: 75px;
  text-transform: capitalize;
  color: white;
  margin-bottom: 35px;
  font-weight: 400;
}

/* section5 */

/* section6 */
.section_6 .custom_container {
  background: linear-gradient(to right, #002542, #007bb5);
  border-radius: 10px;
  margin-top: -80px;
  box-shadow: #00000047 0px 0px 12px;

  padding: 50px 0px;
}
.section_6 i {
  font-size: 25px;
  color: #fff;
  background: #000;
  padding: 15px;
  border-radius: 50px;
  margin-right: 20px;
}
.section_6 h2 {
  font-size: 48px !important;
  font-weight: 400;
  color: #fff;
}

.section_6 h2 span {
  color: #000;
}
.section_6 a {
  font-size: 30px;
  font-weight: bold;
  color: #fff;
  text-decoration: none;
}
/* section6 */

/* section 7 CSS START */
.section_7 {
  background: #002542;
  padding: 50px 42px;
  margin: 100px 0px;
}
.box-row {
  margin: 50px 0px;
  gap: 40px;
}
.industry h2 {
  font-family: poppins;
  font-weight: bold;
  font-size: 55px;
  color: #fff;
}
.box1 {
  background-image: url("https://media.istockphoto.com/id/1885924192/photo/doctor-bandaging-patients-burned-hand-in-hospital-closeup.webp?s=1024x1024&w=is&k=20&c=4L7rUMnXts7ESym4j-s9CADQQS3w4_rfhlGR69pyU80=");
}
.box2 {
  background-image: url("https://media.istockphoto.com/id/1409298953/photo/real-estate-agents-shake-hands-after-the-signing-of-the-contract-agreement-is-complete.jpg?s=612x612&w=0&k=20&c=SFybbpGMB0wIoI0tJotFqptzAYK_mICVITNdQIXqnyc=");
}
.box3 {
  background-image: url("https://img.freepik.com/free-psd/3d-illustration-with-clothes-garments_23-2151299082.jpg");
}
.box4 {
  background-image: url("https://t3.ftcdn.net/jpg/05/70/72/90/360_F_570729066_3Hy1OSeoFWKtV9cQAsqdg4VJJDB5ierX.jpg");
}
.box5 {
  background-image: url("https://img.freepik.com/free-vector/abstract-low-polygonal-graduation-cap-planet-earth-globe-model-map-e-learning-concept_127544-1106.jpg?t=st=1724093975~exp=1724094575~hmac=8dece2185a4a644ab4109710833021b283764f0ba8aebbfa7bcf2246b01d467e");
}
.box6 {
  background-image: url("https://media.istockphoto.com/id/1409387561/photo/transport-and-logistic-concept-manager-and-engineer-checking-and-control-logistic-network.jpg?s=612x612&w=0&k=20&c=A8UsutrsjMElYparCpwmTjKnQp8pw3R8wpxQX1VgKfc=");
}
.box {
  height: 310px;
  border-radius: 25px;
  width: 30% !important;
  overflow: hidden;
  transition: 0.5s;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 5px;
}
.box img {
  width: 100%;
  height: 100%;
  border-radius: 25px;
}

.box:hover .hover-div {
  transform: translateY(0%) !important;
  transition: 0.5s;
}
.box-text {
  font-size: 12px;
  font-family: poppins;
  color: #fff;
}
.box-icon i {
  font-size: 30px;
  color: #fff;
}

.box h4 {
  color: #fff;
  font-family: poppins;
  font-weight: 500;
  font-size: 25px;
  margin-top: 20px;
}
.arrow {
  display: flex;
  justify-content: end;
  padding-right: 20px;
  width: 100%;
  padding-top: 20px;
}
.arrow i {
  color: #fff;
}
.hover-div {
  background: linear-gradient(to right, #002542, #007bb5);
  height: 300px;
  border-radius: 25px;
  padding: 30px 20px;
  transition: 0.5s;
  transform: translateY(102%);
}
.button-row {
  justify-content: center;
}
.button-row a {
  width: auto;
}

/* .section_7 {
  position: relative;
}
.sec_7_card {
  box-shadow: rgb(190 178 178 / 91%) 0px 0px 20px 1px;
  border-radius: 35px;
  padding: 10px 10px;
  width: 20%;
  margin: 15px 23px;
  height: 270px;
  cursor: pointer;
  position: relative;
  color: #000;
  background-color: white;
}
.sec_7_cards {
  display: flex;
  flex-wrap: wrap;
  justify-content: end;
  padding: 0;
  z-index: 1;
  padding: 150px 0px;
}
.sec_7_text {
  z-index: 1;
  padding: 150px 0px 150px 40px;
}
.section_7:before {
  content: "";
  display: block;
  width: 40%;
  height: 100%;
  background-color: black;
  position: absolute;
  left: 0;
  border-radius: 50% 50% 50% 0% / 0% 50% 50% 0%;
  z-index: 0;
}
.sec_7_card .crad_text {
  position: absolute;
  bottom: 25px;
  padding: 0px 20px;
}
.sec_7_card img {
  margin-top: 20px;
  width: 45%;
  margin-left: 5px;
}
.sec_7_text h1 {
  font-size: 70px;
  font-weight: 400;
  line-height: 1;
  margin-bottom: 30px;
  max-width: 80%;
}
.sec_7_text h6 {
  font-size: 25px;
  font-weight: 500;
  margin: 0;
  margin-bottom: 20px;
  font-family: poppins;
}
.sec_7_text p {
  margin-bottom: 50px;
  word-spacing: 7px;
  font-size: 19px;
  max-width: 80%;
}
.sec_7_text a {
  margin-top: 30px;
}
.sec_7_img {
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 10;
  padding-top: 2%;
  padding-left: 7%;
} */
/* section 7 CSS END */
/* SECTION 8 start  */
.section-8 {
  padding: 50px 30px;
}
.section-8 h2 {
  text-align: center;
}
.section-8 h6 {
  font-size: 25px;
  font-weight: 600;
  color: #0149a1;
  padding: 0%;
  font-family: poppins;
  text-align: center;
}
.questions {
  width: 1130px;
  margin: 50px auto;
  gap: 20px;
}
.question-column {
  background: linear-gradient(to right, #0e4d7e, #007bb5) !important;
  padding: 0px;
  border: none;
  border-radius: 20px;
}
.question-toggle.active {
  border-bottom: 2px solid #fff;
  border-radius: 20px;
  transition: 0.5s;
}
.question-toggle {
  width: 100%;
  border-bottom: 2px solid transparent;
  transition: border-bottom 0.3s ease;
  padding: 20px;
  color: #fff;
  font-family: poppins;
  font-size: 20px;
  font-weight: 600;
  display: flex;
  align-items: center;
}
.question-toggle:hover {
  color: #fff;
}
.plus-icon {
  text-align: end;
  width: auto;
  margin-left: auto;
}
.question-column a i {
  border: 2px solid #fff;
  padding: 4px 5px;
  border-radius: 50%;
  font-size: 18px;
}
.answer {
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  transition: max-height 0.5s ease, opacity 0.5s ease;
}
.answer.show {
  max-height: 200px; /* Adjust this value based on your content's height */
  opacity: 1;
}
.question-toggle i {
  transition: transform 0.3s ease;
}

.question-toggle i.open {
  transform: rotate(45deg); /* Rotates plus to minus */
}
/* SECTION 8 END  */
/* section 9 */

.section_9 {
  padding-bottom: 100px;
}
.form-row1 {
  display: flex;
  gap: 85px;
}
.section_9 input:focus-visible {
  outline: none;
}
.section_9 input:focus {
  transition: 0.6s;
  border-bottom: 2px solid #4285f4 !important;
}
.section_9 input {
  display: block;
  width: 47%;
  border: 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  height: 60px;
  line-height: 45px;
  margin-bottom: 40px;
  font-size: 1em;
  color: rgba(0, 0, 0, 0.4);
  margin-right: 22px;
}

/* .section_8 form {
    display: flex;
    flex-wrap: wrap;
} */

.section_9 textarea:focus-visible {
  outline: none;
}
.section_9 textarea {
  width: 100%;
  display: block;
  border: 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  line-height: 50px;
  margin-bottom: 30px;
  font-size: 1em;
  color: rgba(0, 0, 0, 0.4);
  margin-right: 22px;
  padding: 20px 0px 10px 0px;
}
.section_9 .global_but {
  margin: 0 auto;
  margin-top: 30px;
}

.contact_form_img > div {
  width: 80%;
  margin: 0 auto;
  position: relative;
}
/* .contact_form_img>div:before {content: ''; display: block; width: 35%;height: 30%;background-color: #052B67;position: absolute;top: -40px;border-radius: 5px;left: -40px; z-index: -1;}
/* .contact_form_img>div:after{content: '';display: block;width: 35%;height: 30%;background-color: #052B67;position: absolute;bottom: -40px;right: -60px;border-radius: 5px; z-index: -1;} */
*/ .contact_form_img.col-lg-5 {
  position: relative;
}

.contact_form_img > div img {
  border-radius: 10px;
  width: 100%;
  height: 350px;
}
.section_9 h6 {
  font-size: 20px;
  font-weight: 600;
  font-family: poppins;
  text-transform: uppercase;
  margin: 0;
  margin-bottom: 20px;
  color: #0149a1;
}

.section_9 h2 {
  font-size: 47px;
  font-weight: 400;
  text-transform: capitalize;
}

.section_9 p {
  font-size: 16px;
  font-family: poppins;
  font-weight: 400;
  margin-bottom: 50px;
  color: rgba(0, 0, 0, 0.6);
}

.icon-text2 .icon {
  height: 40px !important;
  width: 40px !important;
  margin-top: 15px;
}
.icon-text2 .icon i {
  font-size: 20px !important;
}
/* section 9 */

/* #style-1::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	border-radius: 10px;
	background-color: #F5F5F5;
} */

.list_box ul {
  list-style: none;
  padding: 0;
  margin-bottom: 70px;
}

.list_box ul li {
  font-size: 20px;
  position: relative;
  margin-bottom: 10px;
}
.list_box ul li i {
  color: #0149a1;
  font-size: 20px;
  margin-right: 20px;
}
/* .list_box ul li:before {
  content: "";
  display: block;
  width: 30px;
  height: 30px;

  position: absolute;
  left: 0;
  background-image: url("../assets/images/ani-li.png");
  background-size: contain;
} */
.inner_page_hero .hero_section_left h4 {
  font-size: 25px;
  margin-bottom: 20px;
  font-weight: 500;
  font-family: poppins;
}

.webdesign_sec_card.row {
  width: 100% !important;
}

.webdesign_sec_card .row {
  width: 100%;
  justify-content: center;
}

.webdesign_sec_card .row:nth-child(2) {
  justify-content: end;
}
.webdesign_sec_1 .col-lg-12 {
  padding: 40px 110px;
  max-width: 93%;
  margin: 0 auto;
}
.txt-imagess {
  display: flex;
  align-items: start;
  justify-content: center;
}
.txt-imagess img {
  width: 130px;
  border-radius: 20px;
}
.webdesign_sec_1 h6 {
  color: #0149a1;
  font-size: 24px;
  font-weight: 500;
  text-transform: uppercase;
  line-height: 1;
  margin: 0;
  font-family: poppins;
  font-weight: 500;
}

.webdesign_sec_1 h2 {
  font-size: 50px;
  font-weight: 700;
}
.webdesign_sec_1 h5 {
  font-size: 17px;
  color: rgba(0, 0, 0, 0.6);
  font-family: poppins;
  font-weight: 500;
}
.webdesign_sec_1 p {
  font-size: 16px;
  color: rgba(0, 0, 0, 0.6);
  font-weight: 400;
  font-family: poppins;
  font-weight: 400;
}

.web_design_pricing {
  width: 50%;
}
.sec_4_card .inner_section {
  border-radius: 30px;
  margin-left: 10px;
  padding: 40px 40px 40px 30px;
  margin-bottom: 15px;
  text-align: center;
  color: #fff;
}

.pricing_tab .sec_4_card:nth-child(1) .inner_section {
  border-style: solid;
  height: 550px;
  border-width: 2px 2px 2px 2px;
  border-color: #033982;
  box-shadow: 0 0 10px 0 rgb(0 0 0 / 0.22);
  margin: 0 10px 0 10px;
  --e-column-margin-right: 10px;
  --e-column-margin-left: 10px;
  padding: 50px 0 0 0;
}
.pricing-section .hero_section_right img {
  width: 68% !important;
}
.pricing-section .hero_section_right {
  padding-top: 150px !important;
  text-align: center;
}
.pricing_tab .sec_4_card:nth-child(2) .inner_section {
  border-style: solid;
  height: 550px;
  border-width: 2px 2px 2px 2px;
  border-color: #033982;
  box-shadow: 0 0 10px 0 rgb(0 0 0 / 0.22);
  margin: 0 10px 0 10px;
  --e-column-margin-right: 10px;
  --e-column-margin-left: 10px;
  padding: 50px 0 0 0;
}
.pricing_tab .sec_4_card:nth-child(3) .inner_section {
  border-style: solid;
  height: 550px;
  border-width: 2px 2px 2px 2px;
  border-color: #033982;
  box-shadow: 0 0 10px 0 rgb(0 0 0 / 0.22);
  margin: 0 10px 0 10px;
  --e-column-margin-right: 10px;
  --e-column-margin-left: 10px;
  padding: 50px 0 0 0;
}

.sec_4_card .inner_section ul::-webkit-scrollbar-track {
  --webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  border-radius: 10px;
  background-color: #f5f5f5;
}

.sec_4_card .inner_section ul::-webkit-scrollbar {
  width: 10px;
  background-color: transparent;
}

.sec_4_card .inner_section ul::-webkit-scrollbar-thumb {
  border-radius: 10px;
  --webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #555;
}

.pricing_tab .sec_4_card:nth-child(1),
.pricing_tab .sec_4_card:nth-child(3) {
  margin: 0 !important
    ;
}

.pricing_tab .main-heading {
  display: flex;
  align-items: center;
  justify-content: center;
}
.pricing_tab .sec_4_card .inner_section h4 {
  font-size: 24px;
  font-weight: 500;
  color: #fff;
  font-family: poppins;
  background: #043479;
  border-radius: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.pricing_tab .inner_section .first {
  width: 128px;
  height: 42px;
}
.pricing_tab .inner_section .second {
  width: 180px;
  height: 42px;
}
.pricing_tab .inner_section .third {
  width: 170px;
  height: 42px;
}
.pricing_tab .sec_4_card .inner_section h1 {
  font-size: 75px;
  font-weight: 800;
}
.list_box {
  padding-top: 30px;
}
.pricing_tab .list_box ul li {
  font-size: 22px;
  position: relative;
  margin-bottom: 15px;
  color: #000;
  font-size: 14px;
  text-align: left;
  font-weight: 600;
  display: flex;
  justify-content: start;
  align-items: center;
}
.pricing_tab .list_box ul {
  overflow-y: visible;
}
.appdevelopment_sec_card .row:nth-child(2) {
  justify-content: center;
}

.webdesign_sec_1 .col-lg-6 {
  text-align: left;
  margin-bottom: 50px;

  padding: 35px 22px;
}

.webdesign_sec_1 .col-lg-6 h6 {
  margin-bottom: 24px !important;
}

.contact_card_1 > div {
  text-align: center;
  background-color: #57bdd8;
  height: 100%;
  border-radius: 20px;
  padding: 20px 0px;
  color: white;
}
.contact_card_2 > div {
  text-align: center;
  background: linear-gradient(to top, #6f60df, #ca8bf8);
  border-radius: 20px;
  padding: 20px 0px;
  color: white;
  height: 100%;
}
.contact_card_3 > div {
  text-align: center;
  background: linear-gradient(to top, #ff8678, #ff70a2);
  border-radius: 20px;
  padding: 20px 0px;
  color: white;
  height: 100%;
}
.contact_sec_2 {
  padding: 100px 0px;
}

.loader_bg {
  position: fixed;
  z-index: 999999;
  background-color: white;
  /* background: linear-gradient(to left, ,#0149A1);  */
  width: 100%;
  height: 100%;
}
.loader {
  width: 100px;
  height: 100px;
  position: absolute;
  top: calc(50vh - 75px);
  left: calc(50vw - 75px);
}
.loader:before,
.loader:after {
  content: "";
  background-image: url(../assets/images/ainetix-logo.png);

  width: 150%;
  height: 150%;
  position: absolute;
  top: 0;
  left: 0;
  background-size: cover;
  animation: loader 2s linear infinite;
  opacity: 0;
}
/* .loader:before{
    animation-delay: .5s;
} */
@keyframes loader {
  0% {
    transform: scale(0);
    opacity: 0;
    transform: rotate(0deg);
  }
  20% {
    transform: rotate(100deg);
  }
  40% {
    transform: rotate(200deg);
  }
  60% {
    transform: rotate(300deg);
  }
  80% {
    transform: rotate(360deg);
  }

  100% {
    opacity: 1;
    transform: scale(2);
    transform: rotate(360deg);
    transition: all ease 0.1;
  }
}

.sec_1_card:nth-child(2):before {
  content: "";
  display: block;
  width: 1px;
  height: 70%;
  background-color: rgba(0, 0, 0, 0.6);
  position: absolute;
  right: 0;
  opacity: 35%;
}
.sec_1_card:nth-child(3):before {
  content: "";
  display: block;
  width: 1px;
  height: 70%;
  background-color: rgba(0, 0, 0, 0.6);
  position: absolute;
  right: 0;
  opacity: 35%;
}
.sec_1_card:nth-child(4):before {
  content: "";
  display: block;
  width: 1px;
  height: 70%;
  background-color: rgba(0, 0, 0, 0.6);
  position: absolute;
  right: 0;
  opacity: 35%;
}

.col-lg-12 .nav-link {
  border: 0;
  text-transform: uppercase;
  border-radius: 100px;
  font-size: 16px;
  font-family: poppins;
  padding: 16px 36px;
  margin: 20px 10px 0 10px;
  background: #f9f9f9;
  box-shadow: 0 0 20px 0 rgb(0, 0, 0, 0.1);
  color: #002542;
  font-weight: 600;
}
.contact_sec_2 .col-lg-12 h6 {
  font-size: 20px;
  font-weight: 400;
  text-transform: uppercase;
  margin: 0;
  color: #0149a1;
}

.contact_sec_2 .col-lg-12 h2 {
  font-size: 47px;
  font-weight: 400;
  text-transform: capitalize;
  margin-bottom: 20px;
}

/* web banner */
img.web_img_1 {
  width: 24%;
  border-radius: 5px;
  z-index: 11;
  position: absolute;
  top: 20%;
}
img.web_img_2 {
  width: 17%;
  border-radius: 10px;
  z-index: 11;
  position: absolute;
  top: 50%;
}
img.web_img_3 {
  width: 47%;
  border-radius: 5px;
  z-index: 11;
  position: absolute;
  left: 22%;
  top: 30%;
  /* height: 210px; */
  object-fit: cover;
}
img.web_img_4 {
  width: 32%;
  border-radius: 5px;
  z-index: 10;
  position: absolute;
  right: 30px;
  height: 400px;
  object-fit: cover;
  object-position: top;
}
img.web_img_5 {
  width: 13%;
  border-radius: 5px;
  z-index: 10;
  position: absolute;
  top: 60%;
  left: -7%;
}
img.web_img_6 {
  width: 50%;
  border-radius: 5px;
  z-index: 12;
  position: absolute;
  left: 15%;
  /* height: 222px; */
  top: 56%;
  object-fit: cover;
  object-position: top;
}

.hero_section_right {
  position: relative;
}

.contact_banner::before {
  content: "";
  display: block;
  position: absolute;
  width: 97%;
  height: 100%;
  background-color: #fff;
  z-index: 0;
  border-radius: 70% 50% 100% 0% / 0% 100% 0% 100%;
  box-shadow: 3px 3px white;
}

img.app_img_1.img-fluid.aos-init.aos-animate {
  transform: rotate(323deg);
  width: 35%;
  padding-right: 60px;
}
img.app_img_2.img-fluid.aos-init.aos-animate {
  transform: rotate(323deg);
  width: 30%;
}
.app_page_hero .hero_section_right {
  padding-top: 120px;
}
.app_tabs {
  justify-content: center;
}
.app_tabs li a {
  margin: 0px 15px;
}

.contact_card_1 img,
.contact_card_2 img,
.contact_card_3 img {
  height: 120px;
  margin-bottom: 15px;
}
.contact_card_1 h6,
.contact_card_2 h6,
.contact_card_3 h6 {
  font-size: 25px;
  font-weight: 600;
}
.contact_card_1 p,
.contact_card_2 p,
.contact_card_3 p {
  font-size: 16px;
  max-width: 80%;
  margin: 0 auto;
}
.contact_card_3 a {
  font-size: 25px;
  font-weight: 700;
  text-decoration: none;
  color: white;
}
.about_img_1 {
  margin-bottom: 31px;
}
.about_hero_sec .hero_section_right {
  padding-top: 100px;
}
.contact_banner .hero_section_right {
  padding-top: 200px;
  text-align: center;
}
.contact_img_1 {
  width: 50%;
}

.contact_banner .hero_section_left {
  align-items: center;
  display: flex;
}
.web_hero_sec .hero_section_right {
  margin-bottom: 150px;
}
img.portfolio_img_1.aos-init.aos-animate {
  /* transform: rotate(
323deg); */
  width: 100%;
}
img.portfolio_img_2.aos-init.aos-animate {
  /* transform: rotate(
323deg); */
  width: 35%;
  padding-right: 60px;
}
img.portfolio_img_3.aos-init.aos-animate {
  transform: rotate(323deg);
  width: 35%;
  padding-right: 60px;
}

.portfolio_hero_sec .hero_section_right {
  text-align: center;
  padding-top: 100px;
  margin-bottom: 60px;
}
.hero_section_left.mobile_inner_box {
  display: none;
}

/* changes */
.navbar-nav {
  gap: 6px;
}
.sec_3_text h1,
h2 {
  font-family: poppins;
  font-weight: bold !important;
  font-size: 55px !important;
}
.inner_section h1 {
  font-family: poppins;
  font-weight: bold !important;
  font-size: 54px !important;
}
.lets-work {
  text-align: left !important;
  margin-bottom: 20px;
}
.contact {
  font-size: 36px;
  font-weight: 600;
  font-family: poppins;
}

/* .swiper-slide:hover {
  width: 270px !important;
  transition: 0.8s;
} */
/* .img-fluid:hover{
    filter: grayscale(100%);
    transition: .8s;
} */

.contact_banner .hero_section_left {
  padding-left: 40px;
}
.contact_banner .hero_section_left .inner_section {
  padding-top: 170px;
  margin: 0px;
}

/* section-2 css start */
.carousel-section {
  background: #043479;
  margin: 100px 0px;
  padding: 50px 38px;
  padding-bottom: 20px;
}
.carousel {
  gap: 20px;
  justify-content: center;
}
.animate-column h2 {
  color: #fff;
  font-family: poppins;
  font-weight: 700;
  font-size: 50px;
  margin-bottom: 0px;
}

.animated-text span {
  color: #000;
  font-family: poppins;
  font-weight: 700;
  font-size: 46px;
}
.animated-text {
  margin: -15px 0px;
}
.simple-text {
  color: #fff;
  font-family: poppins;
  font-weight: 400;
  margin-top: 25px;
}
/* .slide {
  width: 17% !important;
} */
.slide-1 {
  background: #fff;
  border-radius: 30px;
  transition: 0.5s;
  overflow: hidden;
  height: 250px;
  width: 212px;
  display: flex;
  align-items: center;
  justify-content: center;
}
/* .slide-1:hover{
  background: #000;
  transition: .5s;
  transform: scale(1.1) !important;
} */
.slide-1 img {
  width: 100px !important;
  position: relative;
}

.slide-1:before {
  height: 250px;
  background: linear-gradient(to right, #002542, #007bb5);
  transition: 0.5s;
  position: absolute;
  content: "";
  width: 100%;
  left: 0px;
  top: -100%;
  border-radius: 20px;
}
.slide-1:hover::before {
  top: 0px;
}
.slide-1:hover {
  transform: scale(1.1) !important;
  transition: 0.5s;
}

/* Disable Bootstrap's default collapse transition */
/* .collapsing {
  -webkit-transition: none;
  transition: none;
  display: none;
} */

/* Slide-in from right animation */
@keyframes slideInRight {
  0% {
      transform: translateX(100%);
      opacity: 0;
  }
  100% {
      transform: translateX(0);
      opacity: 1;
  }
}

/* Slide-out to right animation */
@keyframes slideOutRight {
  0% {
      transform: translateX(0);
      opacity: 1;
      animation: slideOutRight 0.5s forwards ease-in-out;
  }
  100% {
      transform: translateX(100%);
      opacity: 0;
      animation: slideOutRight 0.5s forwards ease-in-out;
  }
}

/* Apply slide-in and slide-out animations */
#navbarNav.show {
  animation: slideInRight 0.5s forwards ease-in-out;
}

#navbarNav.collapsing {
  animation: slideOutRight 0.5s forwards ease-in-out;
} 