@import url("https://fonts.googleapis.com/css2?family=Spartan:wght@400;700&display=swap");
* {
  padding: 0%;
  margin: 0%;
  box-sizing: border-box;
}

body {
  background-color: #FFF;
  font-family: "Outfit", serif !important;
}

.Spartan {
  font-family: "Spartan", sans-serif;
}

.Blue_f {
  color: #001A6E !important;
}

.Active_Menu {
  color: #001A6E !important;
  font-weight: 700 !important;
}

a {
  text-decoration: none !important;
}

.error {
  color: red;
  font-size: 14px;
  display: none;
}

.Custome_Blue_btn {
  background-color: #001A6E;
  color: #ffffff;
  border: none;
  padding: 10px 22px;
  text-align: center;
  border-radius: 15px 2px 15px 2px;
  display: inline-block;
  font-size: 16px;
  cursor: pointer;
  font-family: "Spartan", sans-serif;
  transition: all 0.3s;
}
.Custome_Blue_btn:hover {
  box-shadow: rgba(255, 255, 255, 0.2) 0 3px 15px inset, rgba(0, 0, 0, 0.1) 0 3px 5px, rgba(0, 0, 0, 0.1) 0 10px 13px;
  transform: scale(1.05);
}

.Custome_Banner_btn {
  background-image: linear-gradient(#001A6E, #37AFE1);
  color: #ffffff;
  border: none;
  padding: 10px 30px;
  text-align: center;
  border-radius: 30px;
  font-size: 16px;
  display: inline-block;
  cursor: pointer;
  font-family: "Spartan", sans-serif;
  transition: all 0.3s;
}
.Custome_Banner_btn:hover {
  box-shadow: rgba(255, 255, 255, 0.2) 0 3px 15px inset, rgba(0, 0, 0, 0.1) 0 3px 5px, rgba(0, 0, 0, 0.1) 0 10px 13px;
  transform: scale(1.05);
}

.title_sec h2 {
  color: #04000B;
  font-size: 32px;
  font-weight: 600;
  font-family: "Spartan", sans-serif;
}
.title_sec p {
  color: #666666;
  font-size: 20px;
}

.section_title .small_title {
  background-color: #D8E7EF;
  border-radius: 4px;
  padding: 5px 15px;
}
.section_title .small_title h4 {
  font-size: 20px;
  color: #04000B;
  text-transform: uppercase;
}
.section_title h2 {
  color: #04000B;
  font-size: 50px;
  font-weight: 600;
  font-family: "Spartan", sans-serif;
}

.custome_navebar .headerLogo {
  width: 170px;
}
.custome_navebar ul {
  display: flex;
  align-items: center;
}
.custome_navebar ul li a span {
  color: #6E6E6E;
  font-size: 18px;
  font-weight: 500;
  font-family: "Spartan", sans-serif;
}
.custome_navebar .navbar-toggler:focus {
  box-shadow: none !important;
}

.Main_Banner_Section {
  background-color: #F7F7F7;
}
.Main_Banner_Section .sedo_title {
  position: relative;
}
.Main_Banner_Section .sedo_title h4 {
  color: #2C2C2C;
  font-size: 16px;
  font-weight: 700;
  font-family: "Spartan", sans-serif;
}
.Main_Banner_Section .sedo_title .sedo_icon {
  position: relative;
  top: 0%;
  left: 0%;
  transform: translateY(-15%);
}
.Main_Banner_Section h1 {
  color: #2C2C2C;
  font-size: 48px;
  font-weight: 700;
  font-family: "Spartan", sans-serif;
}
.Main_Banner_Section h1 span {
  color: #37AFE1;
}
.Main_Banner_Section p {
  color: #666666;
  font-size: 20px;
}
.Main_Banner_Section .right_part {
  position: relative;
}
.Main_Banner_Section .right_part .girl_img {
  width: 51%;
  position: relative;
  left: 56%;
  transform: translateX(-50%);
  margin-bottom: 66px;
}
.Main_Banner_Section .right_part .Success_Rate {
  background-color: #FFFFFF;
  box-shadow: 10px 10px 54px 4px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 20px;
  position: absolute;
  z-index: 1;
  right: -9%;
  top: 22%;
  width: 277px;
}
.Main_Banner_Section .right_part .Success_Rate .icon_bg {
  height: 75px;
  width: 75px;
  background-color: #37AFE1;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.Main_Banner_Section .right_part .Success_Rate h4 {
  font-size: 25px;
  font-family: "Spartan", sans-serif;
}
.Main_Banner_Section .right_part .Success_Rate p {
  color: #4E4E4E;
  font-size: 18px;
}
.Main_Banner_Section .right_part .Our_Services {
  background-color: #FFFFFF;
  box-shadow: 10px 10px 54px 4px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 20px;
  position: absolute;
  z-index: 1;
  left: 7%;
  top: 48%;
  width: 320px;
}
.Main_Banner_Section .right_part .Our_Services .icon_bg {
  height: 75px;
  width: 75px;
  background-color: #37AFE1;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.Main_Banner_Section .right_part .Our_Services h4 {
  font-size: 25px;
  font-family: "Spartan", sans-serif;
}
.Main_Banner_Section .right_part .Our_Services p {
  color: #4E4E4E;
  font-size: 18px;
}

.Mission_Vision_Home {
  position: relative;
  margin-top: -66px;
}
.Mission_Vision_Home .left_part {
  position: relative;
  background-color: #D8E7EF;
  padding: 40px 30px;
  border-radius: 10px;
}
.Mission_Vision_Home .left_part h2 {
  font-size: 100px;
  color: #04000B;
}
.Mission_Vision_Home .left_part h5 {
  color: #04000B;
  font-size: 28px;
}
.Mission_Vision_Home .left_part p {
  color: #666666;
  font-size: 16px;
}
.Mission_Vision_Home .left_part .bottom_corner {
  position: absolute;
  right: 0%;
  bottom: 0%;
}
.Mission_Vision_Home .right_part {
  position: absolute;
  background-color: #001A6E;
  padding: 40px 30px;
  border-radius: 10px 0px 0px 10px;
}
.Mission_Vision_Home .right_part .row_class {
  width: 90%;
}
.Mission_Vision_Home .right_part .custome_card h3 {
  color: #FFF;
  font-size: 22px;
  font-weight: 600;
  font-family: "Spartan", sans-serif;
}
.Mission_Vision_Home .right_part .custome_card p {
  color: #CCCCCC;
  font-size: 16px;
}
.Mission_Vision_Home .right_part .center_class {
  position: relative;
}
.Mission_Vision_Home .right_part .center_class::before {
  content: "";
  position: absolute;
  width: 1px;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.1);
  top: 0px;
  left: -15px;
}
.Mission_Vision_Home .right_part .top_corner {
  position: absolute;
  left: 0%;
  top: 0%;
}

.About_Us_Home .right_part h2 {
  color: #04000B;
  font-size: 32px;
  font-weight: 600;
  font-family: "Spartan", sans-serif;
}
.About_Us_Home .right_part p {
  color: #666666;
  font-size: 20px;
}
.About_Us_Home .right_part .Award_Winning {
  padding: 20px;
  border-top: 1px solid #DDDDDD;
}
.About_Us_Home .right_part .Award_Winning h4 {
  color: #04000B;
  font-size: 18px;
  font-weight: 600;
}

.Our_Services_Home {
  background-image: url("../img/Our_Service_back.svg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding-bottom: 100px;
  padding-top: 100px;
}
.Our_Services_Home .swiper-slide .Custome_Service_Card {
  background-color: #FFFFFF;
  border: 1px solid #E7E7E7;
  border-radius: 10px;
  border-radius: 10px;
  padding: 20px;
  margin-bottom: 30px;
  height: 100%;
}
.Our_Services_Home .swiper-slide .Custome_Service_Card h3 {
  color: #04000B;
  font-size: 24px;
  font-weight: 600;
  font-family: "Spartan", sans-serif;
}
.Our_Services_Home .swiper-slide .Custome_Service_Card .hidden-text {
  color: #666666;
  font-size: 16px;
  height: 0%;
  opacity: 0; /* Make it invisible */
  visibility: hidden; /* Ensure it doesn't take space */
  transition: opacity 0.3s ease, visibility 0.3s ease; /* Smooth transition */
}
.Our_Services_Home .swiper-slide .Custome_Service_Card .svg_bg {
  height: 50px;
  width: 50px;
  border-radius: 50%;
  background-image: linear-gradient(#001A6E, #37AFE1);
}
.Our_Services_Home .swiper-slide:hover {
  width: 47% !important;
  transition: width 0.5s ease-in-out;
}
.Our_Services_Home .swiper-slide:hover .Custome_Service_Card {
  background-color: #F3F7FF; /* Active background color */
  transition: background-color 0.4s ease-in-out;
}
.Our_Services_Home .swiper-slide:hover .Custome_Service_Card .hidden-text {
  opacity: 1; /* Make it visible */
  visibility: visible; /* Ensure it is shown */
  height: 100%;
  transition: opacity 0.4s ease-in-out, visibility 0.4s ease-in-out;
}

.Information_Technology {
  padding: 100px 0px;
  background-color: #F7F7F7;
}
.Information_Technology .left_part {
  position: relative;
  background-color: #001A6E;
  border-radius: 10px;
  padding: 40px 30px 150px 30px;
}
.Information_Technology .left_part h3 {
  color: #FFF;
  font-size: 28px;
  font-weight: 600;
  font-family: "Spartan", sans-serif;
}
.Information_Technology .left_part p {
  color: #FFFFFF;
  font-size: 16px;
}
.Information_Technology .left_part .bottom_corner {
  position: absolute;
  right: 0%;
  bottom: 0%;
}
.Information_Technology .left_part .arrow_bottom_corner {
  position: absolute;
  right: 0%;
  bottom: 0%;
}
.Information_Technology .right_part h2 {
  color: #04000B;
  font-size: 30px;
  font-weight: 700;
  font-family: "Spartan", sans-serif;
}
.Information_Technology .right_part .image {
  width: 70%;
}
.Information_Technology .right_part .accordion {
  border: none !important;
  background-color: #F7F7F7 !important;
}
.Information_Technology .right_part .accordion-item {
  border-bottom: 1px solid #000 !important;
  border-top: none !important;
  border-left: none !important;
  border-right: none !important;
}
.Information_Technology .right_part .accordion-button {
  background-color: #F7F7F7 !important;
  border: none !important;
  outline: none !important;
}
.Information_Technology .right_part .accordion-button:focus {
  outline: none !important;
  box-shadow: none !important;
}
.Information_Technology .right_part .accordion-button::after {
  display: none;
}
.Information_Technology .right_part .accordion-button:not(.collapsed) {
  background-color: #F7F7F7 !important;
  box-shadow: none !important;
}
.Information_Technology .right_part .accordion-collapse {
  border: none !important;
}
.Information_Technology .right_part .accordion-body {
  background-color: #F7F7F7 !important;
  border-bottom: 1px solid #000;
}
.Information_Technology .right_part .border_top_bottom {
  border-top: 1px solid #04000B;
  border-bottom: 1px solid #04000B;
  width: 80%;
  padding-top: 10px;
  padding-bottom: 5px;
}
.Information_Technology .right_part .border_top_bottom h3 {
  color: #04000B;
  font-size: 32px;
  font-weight: 600;
  font-family: "Spartan", sans-serif;
}

.team_member_sec p {
  width: 70%;
}
.team_member_sec .custome_card {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
}
.team_member_sec .custome_card .div_bg_hover {
  position: relative;
  z-index: 4;
}
.team_member_sec .custome_card .div_bg_hover h3 {
  color: #080C24;
  font-size: 27px;
  font-weight: 600;
  font-family: "Spartan", sans-serif;
}
.team_member_sec .custome_card .div_bg_hover p {
  color: #565969;
  font-size: 19px;
  font-weight: 400;
}
.team_member_sec .custome_card .all_social_icon_hendle {
  position: absolute;
  right: 10%;
  bottom: 14%;
}
.team_member_sec .custome_card .all_social_icon_hendle .allsocial_link {
  position: absolute;
  height: 40px;
  overflow: hidden;
  bottom: 20%;
  transition: height 0.5s ease-in-out;
}
.team_member_sec .custome_card .all_social_icon_hendle .allsocial_link .icon_bg {
  height: 55px;
  width: 55px;
  border-radius: 50%;
  background-color: #FFF;
  display: flex;
  align-items: center;
  justify-content: center;
}
.team_member_sec .custome_card .all_social_icon_hendle .allsocial_link .icon_bg:hover {
  background-color: #2C81B8;
}
.team_member_sec .custome_card .all_social_icon_hendle .allsocial_link .icon_bg:hover svg path {
  fill: #FFF;
}
.team_member_sec .custome_card .all_social_icon_hendle .Social_media_btn {
  height: 55px;
  width: 55px;
  background-image: linear-gradient(#001A6E, #37AFE1);
  border-radius: 50%;
  box-shadow: 0px 0px 0px 10px #FFF;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  position: relative;
  z-index: 5;
  transition: height 0.5s ease-in-out;
}

.custome_card .all_social_icon_hendle:hover .allsocial_link {
  height: 320px;
}

.custome_card .all_social_icon_hendle:hover .Social_media_btn {
  transform: rotate(45deg);
}

.custome_card:hover .all_social_icon_hendle .Social_media_btn {
  background-color: #FFF;
  box-shadow: 0px 0px 0px 10px #FFF;
}

.Counter_sec .counter_card {
  border: 1px solid #DDDDDD;
  border-bottom: 0px;
  border-radius: 30px 30px 0px 0px;
  text-align: center;
  padding: 20px;
}
.Counter_sec .counter_card h3 {
  color: #04000B;
  font-size: 70px;
  font-weight: 600;
  font-family: "Spartan", sans-serif;
}
.Counter_sec .counter_card p {
  color: #666666;
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
}

.We_are_in {
  padding: 100px 0px;
}
.We_are_in .map_Container {
  position: relative;
}
.We_are_in .map_Container .big_map {
  margin: 0 auto;
  width: 80%;
}
.We_are_in .map_Container .country_container {
  position: absolute;
  width: 100%;
  top: 50%;
  transform: translateY(-50%);
}
.We_are_in .map_Container .country_container .country_box {
  box-shadow: 0px 0px 3px 4px rgba(55, 175, 225, 0.1);
  border-radius: 55px;
  padding: 15px;
  width: 100%;
  max-width: 240px;
  background-color: #FFF;
}
.We_are_in .map_Container .country_container .country_box .flag_img {
  height: 70px;
  width: 70px;
  border-radius: 50%;
  overflow: hidden;
}
.We_are_in .map_Container .country_container .country_box h5 {
  color: #001A6E;
  font-size: 18px;
  font-weight: 700;
  font-family: "Spartan", sans-serif;
}

.Awesome_opportunities {
  margin-bottom: 100px;
}
.Awesome_opportunities .opportunities_Container {
  position: relative;
  background-color: #F0FBFF;
}
.Awesome_opportunities .opportunities_Container .opportunities_girl {
  width: 85%;
  margin: 0 auto;
  margin-top: 50px;
}
.Awesome_opportunities .opportunities_Container .right_part {
  position: relative;
  width: 90%;
}
.Awesome_opportunities .opportunities_Container .right_part h3 {
  color: #04000B;
  font-size: 35px;
  font-weight: 600;
  font-family: "Spartan", sans-serif;
}
.Awesome_opportunities .opportunities_Container .right_part .image {
  width: 70%;
  margin-right: auto;
}
.Awesome_opportunities .opportunities_Container .right_part .border_box {
  border-left: 1px solid #BFC7D6;
  border-top: 1px solid #BFC7D6;
  padding: 30px;
}
.Awesome_opportunities .opportunities_Container .right_part .border_box p {
  color: #666666;
  font-size: 20px;
  font-weight: 400;
  line-height: 35px;
}
.Awesome_opportunities .opportunities_Container .right_part .border_box h4 {
  color: #04000B;
  font-size: 24px;
  font-weight: 600;
}
.Awesome_opportunities .opportunities_Container .right_part .border_box h5 {
  color: #666666;
  font-size: 16px;
  font-weight: 400;
  text-transform: uppercase;
}
.Awesome_opportunities .opportunities_Container .slider_arrows {
  position: relative;
  width: 120px;
  height: 54px;
  top: -54px;
  left: 83%;
}
.Awesome_opportunities .swiper-button-prev:after, .Awesome_opportunities .swiper-rtl .swiper-button-next:after {
  content: "prev";
  display: none !important;
}
.Awesome_opportunities .swiper-button-next:after, .Awesome_opportunities .swiper-rtl .swiper-button-prev:after {
  content: "next";
  display: none !important;
}
.Awesome_opportunities .swiper-button-next, .Awesome_opportunities .swiper-button-prev {
  width: calc(var(--swiper-navigation-size) / 44 * 44);
}

footer {
  position: relative;
  background-image: linear-gradient(#37AFE1, #001A6E);
}
footer .first_box {
  padding-right: 30px;
  position: relative;
}
footer .first_box::after {
  content: "";
  position: absolute;
  top: 0;
  right: 5%;
  width: 2px;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.15);
}
footer .footer_logo {
  width: 220px;
}
footer h3 {
  color: #FFFFFF;
  font-size: 24px;
  font-weight: 600;
  font-family: "Spartan", sans-serif;
  margin-bottom: 20px;
}
footer h4 {
  color: #CCCCCC;
  font-size: 16px;
  font-weight: 400;
  font-family: "Spartan", sans-serif;
  text-transform: uppercase;
}
footer p a {
  color: #FFFFFF;
  font-size: 16px;
  font-weight: 400;
  text-decoration: none;
}
footer ul li {
  margin-bottom: 15px;
}
footer ul li a {
  color: #FFFFFF;
  font-size: 16px;
  font-weight: 400;
  text-decoration: none;
}
footer .Rights_Reserved {
  border-top: 2px solid rgba(255, 255, 255, 0.15);
  padding: 15px;
}
footer .Rights_Reserved p {
  color: #C0C0C0;
  font-size: 16px;
}
footer .Rights_Reserved a {
  text-decoration: none;
}

.About_Page_Banner {
  background-image: url("../img/About_Page_Banner.webp");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 700px;
}
.About_Page_Banner h4 {
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  font-family: "Spartan", sans-serif;
}
.About_Page_Banner h1 {
  font-size: 48px;
  color: #fff;
  font-weight: 700;
  font-family: "Spartan", sans-serif;
}
.About_Page_Banner p {
  font-size: 20px;
  color: #fff;
}

.Consulting_Page_Banner {
  background-image: url("../img/Consulting_Page_Banner.webp");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 700px;
}
.Consulting_Page_Banner h4 {
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  font-family: "Spartan", sans-serif;
}
.Consulting_Page_Banner h1 {
  font-size: 48px;
  color: #fff;
  font-weight: 700;
  font-family: "Spartan", sans-serif;
}
.Consulting_Page_Banner p {
  font-size: 20px;
  color: #fff;
}

.Services_Page_Banner {
  background-image: url("../img/Services_Page_Banner.webp");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 700px;
}
.Services_Page_Banner h4 {
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  font-family: "Spartan", sans-serif;
}
.Services_Page_Banner h1 {
  font-size: 48px;
  color: #fff;
  font-weight: 700;
  font-family: "Spartan", sans-serif;
}
.Services_Page_Banner p {
  font-size: 20px;
  color: #fff;
}

.Contact_Page_Banner {
  background-image: url("../img/Contact_Page_Banner.webp");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 700px;
  position: relative;
}
.Contact_Page_Banner h4 {
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  font-family: "Spartan", sans-serif;
}
.Contact_Page_Banner h1 {
  font-size: 48px;
  color: #fff;
  font-weight: 700;
  font-family: "Spartan", sans-serif;
}
.Contact_Page_Banner p {
  font-size: 20px;
  color: #fff;
}
.Contact_Page_Banner .social_icons_banner {
  position: absolute;
  bottom: 5%;
}

.Mission_Vision_About {
  margin-top: 200px;
  margin-bottom: 100px;
}
.Mission_Vision_About h4 {
  color: #001A6E;
  font-size: 16px;
  font-weight: 700;
  font-family: "Spartan", sans-serif;
}
.Mission_Vision_About h2 {
  font-size: 32px;
  color: #04000B;
  font-weight: 700;
  font-family: "Spartan", sans-serif;
}
.Mission_Vision_About p {
  color: #666666;
  font-size: 16px;
}
.Mission_Vision_About .center_box {
  background-color: #37AFE1;
  border-radius: 20px;
  height: 100%;
  position: relative;
}
.Mission_Vision_About .center_box .profetional_girl {
  width: 70%;
  margin: 0 auto;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

.Guiding_Everything {
  background-color: #F5F5F5;
}
.Guiding_Everything .title_sec p {
  width: 70%;
  margin: 0 auto;
}
.Guiding_Everything .custome_card .svg_bg {
  height: 93px;
  width: 93px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #FFFFFF;
  padding: 15px;
  border-radius: 10px;
}
.Guiding_Everything .custome_card h3 {
  color: #04000B;
  font-size: 32px;
  font-weight: 600;
  font-family: "Spartan", sans-serif;
}
.Guiding_Everything .custome_card p {
  color: #666666;
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
}

.Custom_Solutions {
  position: relative;
}
.Custom_Solutions .sado_icon_bg {
  position: absolute;
  top: 42%;
  left: 14%;
  transform: translateY(-50%);
  width: 521px;
}
.Custom_Solutions .custome_card {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
}
.Custom_Solutions .custome_card .image {
  display: block;
  width: 100%;
  height: auto;
}
.Custom_Solutions .custome_card .overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-image: linear-gradient(rgba(166, 237, 255, 0), rgb(166, 237, 255));
  overflow: hidden;
  width: 100%;
  height: 25%;
  transition: 0.5s ease;
}
.Custom_Solutions .custome_card:hover .overlay {
  height: 100%;
      background-image: linear-gradient(rgb(58 69 72 / 20%), rgb(85 94 96));
}
.Custom_Solutions .custome_card:hover .overlay .text {
  position: absolute;
  text-align: center;
  top: 50%;
  transform: translateY(-50%);
}
.Custom_Solutions .custome_card .text {
  position: absolute;
  text-align: center;
  top: 50%;
}
.Custom_Solutions .custome_card .text h4 {
  color: #001A6E;
  font-size: 16px;
  font-weight: 600;
  font-family: "Spartan", sans-serif;
  margin-bottom: 20px;
}
.Custom_Solutions .custome_card .text p {
  color: #FFF;
  font-size: 14px;
  font-weight: 400;
}

.Global_Opportunities {
  margin: 100px 0px;
}
.Global_Opportunities .title_sec h2 {
  width: 50%;
  margin: 0 auto;
}
.Global_Opportunities .title_sec p {
  width: 80%;
  margin: 0 auto;
}
.Global_Opportunities .country_container {
  position: relative;
  width: 100%;
}
.Global_Opportunities .country_container .country_box {
  box-shadow: 0px 0px 3px 4px rgba(55, 175, 225, 0.1);
  border-radius: 55px;
  padding: 15px;
  width: 100%;
  max-width: 240px;
  background-color: #FFF;
}
.Global_Opportunities .country_container .country_box .flag_img {
  height: 70px;
  width: 70px;
  border-radius: 50%;
  overflow: hidden;
}
.Global_Opportunities .country_container .country_box h5 {
  color: #001A6E;
  font-size: 18px;
  font-weight: 700;
  font-family: "Spartan", sans-serif;
}
.Global_Opportunities .country_container .country_box:hover {
  box-shadow: 0px 0px 3px 4px rgba(55, 175, 225, 0.4);
}

.Boost_Your_Success .custome_card {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  margin: 30px 0px;
}
.Boost_Your_Success .custome_card .card_text {
  padding: 30px;
  position: absolute;
  top: 75%;
  transform: translateY(-50%);
}
.Boost_Your_Success .custome_card .card_text h4 {
  color: #04000B;
  font-size: 20px;
  font-weight: 600;
  font-family: "Spartan", sans-serif;
  margin-bottom: 20px;
}
.Boost_Your_Success .custome_card .card_text p {
  color: #666666;
  font-size: 18px;
  font-weight: 400;
}

.How_We_Deliver {
  margin: 100px 0px;
  overflow: hidden;
}
.How_We_Deliver .mix_red {
  width: 25%;
  height: 5px;
  background-color: #E04D18;
}
.How_We_Deliver .mix_orange {
  width: 25%;
  height: 5px;
  background-color: #F7AF39;
}
.How_We_Deliver .mix_blue {
  width: 25%;
  height: 5px;
  background-color: #21ADBA;
}
.How_We_Deliver .mix_purpule {
  width: 25%;
  height: 5px;
  background-color: #75366B;
}
.How_We_Deliver .custome_card {
  background-color: #EAEAEA;
  padding: 20px;
}
.How_We_Deliver .custome_card h4 {
  color: #04000B;
  font-size: 20px;
  font-weight: 600;
  font-family: "Spartan", sans-serif;
}
.How_We_Deliver .custome_card p {
  color: #666666;
  font-size: 16px;
  font-weight: 400;
}
.How_We_Deliver .red_border {
  border-right: 5px solid #E04D18;
}
.How_We_Deliver .purpol_border {
  border-right: 5px solid #75366B;
}
.How_We_Deliver .yellow_border {
  border-left: 5px solid #F7AF39;
}
.How_We_Deliver .blue_border {
  border-left: 5px solid #21ADBA;
}
.How_We_Deliver .box_container {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  rotate: 45deg;
}
.How_We_Deliver .box_container p {
  font-size: 30px;
  font-weight: 700;
}
.How_We_Deliver .box_container .red_box {
  height: 170px;
  width: 170px;
  border: 10px solid #E04D18;
  background-color: #BE4114;
  color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.How_We_Deliver .box_container .red_box .box_contain {
  rotate: -45deg;
}
.How_We_Deliver .box_container .purpol_box {
  height: 170px;
  width: 170px;
  border: 10px solid #75366B;
  background-color: #632E5B;
  color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.How_We_Deliver .box_container .purpol_box .box_contain {
  rotate: -45deg;
}
.How_We_Deliver .box_container .yellow_box {
  height: 170px;
  width: 170px;
  border: 10px solid #F7AF39;
  background-color: #D29530;
  color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.How_We_Deliver .box_container .yellow_box .box_contain {
  rotate: -45deg;
}
.How_We_Deliver .box_container .blue_box {
  height: 170px;
  width: 170px;
  border: 10px solid #21ADBA;
  background-color: #1C939E;
  color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.How_We_Deliver .box_container .blue_box .box_contain {
  rotate: -45deg;
}

.Get_in_Touch {
  position: relative;
  padding-top: 200px;
  padding-bottom: 100px;
}
.Get_in_Touch .contact_bg {
  position: absolute;
  top: 0%;
  width: 100%;
}
.Get_in_Touch .form_box {
  box-shadow: 0px 13px 28px rgba(0, 0, 0, 0.1);
  border-radius: 30px;
  width: 65%;
  margin: 0 auto;
  padding: 50px;
  position: relative;
  background-color: #FFFFFF;
}
.Get_in_Touch .form_box form .input_box {
  position: relative;
  border: 1px solid #37AFE1;
  border-radius: 10px;
  padding: 20px 15px 15px 15px;
  margin-top: 40px;
}
.Get_in_Touch .form_box form .input_box label {
  color: #666666;
  font-size: 20px;
  position: absolute;
  border: 1px solid #37AFE1;
  background-color: #FFF;
  border-radius: 16px;
  top: -23%;
  left: 3%;
  padding: 0px 10px;
}
.Get_in_Touch .form_box form .input_box select,
.Get_in_Touch .form_box form .input_box textarea,
.Get_in_Touch .form_box form .input_box input {
  font-size: 20px;
  border: 0px;
  outline: 0px;
  max-height: 100px;
}

.Service_page {
  margin: 100px 0px;
}
.Service_page .svg_bg {
  height: 60px;
  width: 60px;
  border: 2px solid #C6C6C6;
  border-radius: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.Service_page h3 {
  color: #04000B;
  font-size: 32px;
  font-weight: 600;
  font-family: "Spartan", sans-serif;
}
.Service_page p {
  color: #666666;
  font-size: 20px;
  font-weight: 400;
}

.Quick_Contact {
  margin: 100px 0px;
}
.Quick_Contact .left_part .border_bot {
  border-bottom: 1px solid #C6C6C6;
}
.Quick_Contact .left_part .border_bot p {
  color: #BABABA;
  font-size: 18px;
  font-weight: 400;
  text-transform: uppercase;
}
.Quick_Contact .left_part .border_bot h4 {
  color: #001A6E;
  font-size: 22px;
  font-weight: 400;
}
.Quick_Contact .right_part {
  margin-top: -250px;
}
.Quick_Contact .right_part .form_box {
  box-shadow: 0px 13px 28px rgba(0, 0, 0, 0.1);
  border-radius: 30px;
  width: 85%;
  margin: 0 auto;
  padding: 40px;
  position: relative;
  background-color: #FFFFFF;
}
.Quick_Contact .right_part .form_box form .input_box {
  position: relative;
  border: 1px solid #37AFE1;
  border-radius: 10px;
  padding: 20px 15px 15px 15px;
  margin-top: 40px;
}
.Quick_Contact .right_part .form_box form .input_box label {
  color: #666666;
  font-size: 20px;
  position: absolute;
  border: 1px solid #37AFE1;
  background-color: #FFF;
  border-radius: 16px;
  top: -23%;
  left: 3%;
  padding: 0px 10px;
}
.Quick_Contact .right_part .form_box form .input_box select,
.Quick_Contact .right_part .form_box form .input_box textarea,
.Quick_Contact .right_part .form_box form .input_box input {
  font-size: 20px;
  border: 0px;
  outline: 0px;
  max-height: 100px;
}
.Quick_Contact .right_part .form_box form .input_box opacity {
  color: #BABABA;
}

.navbar-toggler:focus {
  box-shadow: none;
}/*# sourceMappingURL=style.css.map */