* {
  margin: 0%;
  padding: 0;
}

body {
  overflow-x: hidden;
}

:root {
  --black: #000;
  --white: #fff;
  --light_blue: #63dcf8;
  --blue: #014193;
  --head_font_family: "Archivo Black", sans-serif;
  --Roboto_font_family: "Roboto", sans-serif;
}

p {
  font-size: 15px;
  line-height: 30px;
  font-family: var(--Roboto_font_family);
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--head_font_family);
}
ul li {
  list-style: none;
  font-family: var(--Roboto_font_family);
}
a {
  text-decoration: none;
  transition: ease-in-out 0.5s;
}
img {
  max-width: 100%;
  transition: ease-in-out 0.5s;
}
.my {
  margin: 80px 0;
}

.top_head {
  padding: 18px 3%;
}
.socal_media {
  display: flex;
  justify-content: end;
  align-items: center;
  gap: 10px 30px;
}
.socal_media a {
  color: #fff;
}
ul {
  padding-left: 0;
}

.navbar_nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.logo img {
  width: 110px;
}
.logo {
  position: relative;
  background-color: var(--white);
  padding: 0 20px;
}
.logo::after {
  content: "";
  width: 100%;
  height: 10px;
  position: absolute;
  left: 0;
  bottom: 100%;
  background-color: var(--white);
}
.logo::before {
  content: "";
  width: 30px;
  height: 10px;
  position: absolute;
  left: 100%;
  bottom: 100%;
  background-color: var(--white);
  clip-path: polygon(0 0, 100% 99%, 100% 100%, 0% 100%);
}
.nav .nav_menu {
  display: flex;
  padding-left: 0;
}
.all_nab_bar {
  position: relative;
  z-index: 999;
  width: 100%;
  z-index: 99;
  background-color: var(--blue);
}
nav {
  background-color: var(--black);
  position: relative;
}
.nav ul li {
  padding: 26px 18px;
  position: relative;
}
.clk_btn {
  position: absolute;
  right: 0;
  top: 39%;
  font-size: 15px;
  color: var(--white);
  cursor: pointer;
}
.nav ul {
  margin-bottom: 0;
}
.nav ul li a {
  color: var(--white);
}
header {
  background-color: var(--blue);
  background: linear-gradient(150deg, var(--blue) 0%, var(--light_blue) 100%);
  padding: 3% 0;
  position: relative;
}

.banner_text {
  color: var(--black);
}
.banner_head_1 {
  font-size: 22px;
  display: block;
  font-weight: 600;
  margin-bottom: 10px;
  font-family: var(--head_font_family);
  color: var(--white);
}
.banner_head_2 {
  font-size: 45px;
  font-family: var(--head_font_family);
  display: block;
  margin-bottom: 10px;
  color: var(--white);
}
.head_2_in {
  color: var(--black);
  font-style: italic;
}

.banner_slider {
  z-index: 9;
}
.banner_text p {
  font-size: 17px;
  color: var(--white);
}
.contact-wrapper {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 10px 25px;
  align-items: center;
  margin-bottom: 0;
  padding-left: 0;
}
.contact-wrapper a {
  color: var(--white);
}
.contact-wrapper a i {
  margin-right: 8px;
}
.banner_btn a {
  background-color: var(--black);
  display: flex;
  width: 230px;
  padding: 10px 30px;
  gap: 30px;
  align-items: center;
  font-size: 20px;
  color: var(--white);
  border-radius: 40px;
  margin-top: 20px;
}
.banner_btn a img {
  width: 40px;
}
.cloud_img {
  position: absolute;
  bottom: 0px;
  z-index: 1;
}

.banner_img img {
  height: 550px;
  margin: auto;
}
.arrows {
  position: absolute;
  top: 70%;
  left: 0;
  animation: mover 1s infinite alternate;
}
.arrows img {
  width: 150px;
}

.card_inner {
  /* background-color: var(--blue);
  background: linear-gradient(72deg, var(--light_blue) 0%, var(--blue) 100%); */
  padding: 134px 36px 71px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}
.card_hight {
  height: 250px;
  overflow: auto;
}
.card_num {
  position: absolute;
  right: 10%;
  top: 13%;
  font-size: 40px;
  font-family: var(--head_font_family);
}
.card_head {
  display: block;
  font-size: 19px;
  margin-bottom: 10px;
  font-family: var(--head_font_family);
  border-bottom: 1px solid #bababa;
  padding-bottom: 10px;
}

/* width */
.card_hight::-webkit-scrollbar {
  width: 5px;
}

/* Track */
.card_hight::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px grey;
  border-radius: 10px;
}

/* Handle */
.card_hight::-webkit-scrollbar-thumb {
  background: var(--blue);
  border-radius: 10px;
}

.about_us {
  display: flex;
}
.ab_img {
  float: left;
  width: 50%;
  padding-right: 30px;
}

.head_1 {
  display: inline-block;
  padding: 8px 30px;
  font-size: 17px;
  font-weight: 600;
  border-radius: 20px;
  background: linear-gradient(72deg, var(--light_blue) 0%, var(--blue) 100%);
  margin-bottom: 10px;
  font-family: var(--head_font_family);
  color: var(--white);
}
.head_1 i {
  margin-right: 10px;
}
.head_2 {
  display: block;
  font-size: 30px;
  font-family: var(--head_font_family);
  margin-bottom: 10px;
}
.main_head h3 {
  font-size: 25px;
}
.exc_bg {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding: 120px 80px 300px;
  color: var(--white);
  border-radius: 10px;
}
.exc_bg .main_head {
  width: 50%;
}
.all_card {
  margin-top: -250px;
}

.why_choose {
  padding: 100px 0;
}
.why_img {
  text-align: center;
  position: relative;
  z-index: 9;
}
.why_img img {
  border-radius: 50%;
  border: 5px solid var(--blue);
}

.why_choose {
  position: relative;
}
.why_contant {
  position: relative;
  z-index: 9;
}
.why_choose::after {
  content: "";
  background-image: url(../img/hero-bg.png);
  position: absolute;
  right: 0;
  top: 0;
  width: 70%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: right;
  background-size: contain;
  opacity: 0.15;
}

.tabs__btn.active {
  color: #fff;
  background: linear-gradient(72deg, var(--light_blue) 0%, var(--blue) 100%);
}

.tabs__body {
  display: none;
  font-size: 18px;
}

.tabs__body.active {
  display: block;
}

.tabs__navigation {
  display: flex;
  flex-wrap: wrap;
}
.tabs__btn {
  border: 1px solid #b5b5b5;
  padding: 10px 30px;
  font-size: 18px;
  font-weight: 700;
  cursor: pointer;
  font-family: var(--Roboto_font_family);
}
.tab_head {
  display: block;
  font-family: var(--head_font_family);
  margin: 10px 0;
  font-size: 30px;
  color: #000;
}
.tabs__body img {
  width: 300px;
}

.service {
  background-color: #f2f2f2;
  padding: 60px 0;
}
.ser_bg {
  display: flex;
  align-items: center;
  gap: 30px;
  padding: 30px 20px;
  text-align: left;
  margin: 10px 0;
}
.ser_bg .img {
  width: 30%;
}
.ser_bg .ser_text {
  width: 70%;
}
.ser_bg {
  background-color: var(--white);
}
.ser_head {
  font-family: var(--head_font_family);
  font-size: 18px;
}

.ser_text a {
  color: var(--black);
  font-weight: 700;
}
.ser_text a:hover {
  color: red;
}
.ser_text a i {
  font-size: 12px;
}

.service .col-lg-4:nth-child(even) .ser_bg {
  background: linear-gradient(72deg, var(--light_blue) 0%, var(--blue) 100%);
}
.service .col-lg-4:nth-child(even) .ser_bg .ser_head,
.service .col-lg-4:nth-child(even) .ser_bg p {
  color: var(--white);
}

.solutions_img {
  text-align: right;
  position: relative;
  padding-bottom: 120px;
  margin-bottom: 30px;
}
.sol_img_2 img {
  position: absolute;
  left: 0;
  bottom: 0;
}
.carcal {
  position: absolute;
  left: 15%;
  top: -70px;
  z-index: -1;
  animation: mover 1s infinite alternate;
}

@keyframes mover {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-15px);
  }
}

.progress {
  width: 100%;
  height: 11px;
}
.skill-wrapper {
  margin-bottom: 30px;
}
.skill-wrapper span {
  font-size: 14px;
  line-height: 20px;
  text-transform: math-auto;
  font-weight: 600;
  margin-bottom: 10px;
}
.progress-bar {
  background: linear-gradient(72deg, var(--blue) 0%, var(--light_blue) 100%);
}
.progressbar-active {
  animation-name: progress;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  animation-delay: 0.4s;
}
@keyframes progress {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}

.progress_bar {
  background-color: #f2f4ff;
  padding: 30px;
  border-radius: 5px;
  margin: 10px 0;
}
.progress_num {
  float: right;
}
.our_btn {
  position: relative;
  background: linear-gradient(72deg, var(--light_blue) 0%, var(--blue) 100%);
  padding: 10px 20px;
  display: inline-block;
  color: var(--white);
  border-radius: 5px;
  font-size: 18px;
  font-weight: 600;
}
.our_btn span {
  position: relative;
  z-index: 9;
}
.our_btn::after {
  content: "";
  width: 0%;
  height: 100%;
  position: absolute;
  left: 50%;
  top: 0;
  border-radius: 5px;
  background: linear-gradient(72deg, var(--blue) 0%, var(--light_blue) 100%);
  transition: ease-in-out 1s;
}
.our_btn:hover::after {
  width: 100%;
  left: 0;
}
.test_contant {
  background: linear-gradient(72deg, var(--blue) 0%, var(--light_blue) 100%);
  padding: 30px;
  color: var(--white);
  border-radius: 5px;
  position: relative;
}
.test_item {
  text-align: left;
  margin: 2px;
}
.stars {
  width: 100px;
}

.test_contant::before {
  content: "";
  width: 38px;
  height: 37px;
  position: absolute;
  left: 7%;
  top: 99%;
  background-color: var(--blue);
  clip-path: polygon(50% 100%, 0 0, 100% 0);
}
.name_box {
  display: flex;
  align-items: center;
  margin-top: 42px;
  gap: 15px;
}
.name_box .name {
  display: block;
  font-size: 18px;
  font-weight: 700;
}
.name_box img {
  width: 70px;
  height: 70px;
  border-radius: 50%;
}
.slider-nav .test_item {
  margin-bottom: 10px;
}
.contact form input,
.contact form select,
.contact form textarea {
  outline: none;
  padding: 12px 26px;
  display: block;
  width: 100%;
  color: #636363;
  font-size: 16px;
  font-weight: 400;
  background-color: var(--insta-white, #ffffff);
  border: 1px solid var(--insta-gray7, #e8e7e7);
  border-radius: 10px;
  transition: all 400ms ease;
  margin: 10px 0;
}
.contact form button {
  border: none;
  margin-top: 15px;
}
.contact form {
  text-align: left;
}
.contact-bg {
  background-color: #f0f5f5;
  padding: 49px 25px 51px;
  background-color: var(--insta-white5, #f0f5f5);
  border-radius: 20px;
  border: 1px dotted;
}
.contact_home {
  position: relative;
  margin-top: -150px;
  z-index: 9;
}

footer {
  background-color: var(--blue);
  background: linear-gradient(108deg, var(--blue) 76%, var(--light_blue) 100%);
  margin-top: 150px;
  padding-top: 70px;
  color: var(--white);
  position: relative;
}
.foot_head {
  position: relative;
  font-size: 19px;
  color: var(--insta-white, #ffffff);
  font-weight: 700;
  line-height: 1.409;
  text-transform: capitalize;
  margin-bottom: 25px;
  display: block;
}
.foot_head::after {
  content: "";
  height: 1px;
  width: 30%;
  background-color: var(--white);
  position: absolute;
  bottom: -10px;
  left: 0;
}
.footer-widget__links a {
  color: inherit;
  transition: all 500ms ease;
  margin: 18px 0;
  display: block;
  font-size: 15px;
}
.foot_pro_item {
    width: 20%;
}
.footer-widget__links a i {
  transition: ease-in-out 0.5s;
  font-size: 12px;
}
.footer-widget__links a:hover i {
  font-size: 0;
}
.footer-widget__links {
  max-height: 250px;
  overflow: auto;
}

.contact_add a {
  color: inherit;
  transition: all 500ms ease;
  margin: 10px 0;
  display: block;
  font-size: 15px;
}
.line {
  border-bottom: 1px solid #868686;
  padding-bottom: 20px;
  margin-bottom: 40px;
}
.contact_add a {
  display: flex;
  align-items: baseline;
  gap: 10px;
}

.footer-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  list-style: none;
  padding-left: 0;
}
.footer-list li a {
  color: var(--white);
  font-size: 15px;
  font-weight: 300;
  padding: 0px 7px;
  text-transform: capitalize;
  transition: all 400ms;
  text-decoration: none;
}
.foot-img-1 {
  position: absolute;
  bottom: 95%;
  left: 0;
}
.foot-img-2 {
  position: absolute;
  bottom: 95%;
  right: 0;
}
.copyright {
  background: linear-gradient(72deg, var(--blue) 0%, var(--light_blue) 100%);
  text-align: center;
  margin-top: 50px;
  padding: 10px 0;
}
.copyright p {
  margin-bottom: 0;
  font-size: 16px;
}

/* moblile menu */
.menu-bars {
  display: none;
  flex-direction: column;
  height: 20px;
  justify-content: space-between;
  position: relative;
  z-index: 999;
}
.menu-bars input {
  position: absolute;
  width: 40px;
  height: 28px;
  left: -5px;
  top: -3px;
  opacity: 0;
  cursor: pointer;
  z-index: 2;
}

.menu-bars span {
  display: block;
  width: 28px;
  height: 3px;
  background-color: rgb(255, 254, 254);
  border-radius: 3px;
  transition: all 0.3s;
}

.menu-bars span:nth-child(2) {
  transform-origin: 0 0;
}

.menu-bars span:nth-child(4) {
  transform-origin: 0 100%;
}

.menu-bars input:checked ~ span:nth-child(2) {
  background-color: white;
  transform: rotate(45deg) translate(-1px, -1px);
}
.menu-bars input:checked ~ span:nth-child(4) {
  background-color: white;
  transform: rotate(-45deg) translate(-1px, 0);
}

.menu-bars input:checked ~ span:nth-child(3) {
  opacity: 0;
  transform: scale(0);
}



.blog .main-head-1 p {
  width: 45%;
  color: #7B7D8F;
  font-size: 15px;
}

.blog-text {
  text-align: left;
  padding: 26px 22px;
}
.bolg-date{
  display: flex;
  justify-content: space-between;
}

.blog-item {
  border-radius: 12px;
  background: #FFF;
  box-shadow: 0px 10px 15px 0px rgba(119, 144, 234, 0.10);
  margin: 15px;
  overflow: hidden;
  text-align: left;
}

.blog-text h4 a{
  font-size: 19px;
  margin-bottom: 14px;
  font-weight: 600;
  color: #000;
  display: block;
  margin-top: 15px;
  line-height: 28px;
}
.blog-item .img{
  position: relative;
}
.blog-item .img img{
  object-fit: cover;
  width: 100%;
}
.blog-item .img-contant{
  position: absolute;
  top: 0;
  right: 0;
}

.blog-text p {
  color: #7b7d8f;

  font-size: 14px;

  font-weight: 400;
}
.img-contant .primary-btn3{
  padding: 13px 13px;
  font-size: 14px;
  border-radius: 0px;
  background-color: #2ee9bf;
}

.blog_time {
  display: flex;

  justify-content: space-between;
}
.blog_time a{
  color: var(--blue);
}
.bolg-date span{
  font-size: 14px;
}

.blog_time span {
  color: #7b7d8f;

  font-weight: 300;

  margin-right: 6px;
  font-size: 14px;
}
.blog .main-head-1{
  padding-left: 10px;
}

.blog_time span i {
  margin-right: 5px;
}

.right-arr {
  float: right;
}
.bolg-slider {
  margin-top: 30px;
}

.right-arr i {
  color: #f56200;
}

/******************* servicers details *******************/

.service_ser{
  margin: 40px 0;
  text-align: center;
}
.service_ser .main-head-1{
  margin: 30px 0;
}
.service_ser .main-head-1 p{
  font-size: 20px;
}
.detail-text .head_2{
  margin-top: 20px;
}
.comprehensive .main-head-1{
  max-width: 40%;
  margin: auto;
  text-align: center;
  margin-bottom: 20px;
}
.comprehensive p{
  font-size: 17px;
}
.ser_item{
  margin: 8px;
}
.de-features .img{
  width: 40%;
}
.de-features .img img{
  height: 100%;
}
.features-text{
  width: 60%;
}
.det_date{
  display: flex;
  padding-left: 0;
  margin-top: 15px;
}
.det_date li{
  margin-right: 10px;
}
.det_date li a{
  color: #000;
}
.det_date li a i{
  color: var(--blue);
  margin-right: 5px;
}
.block_details{
  margin: 50px 0;
}
.podcasts{
  background-color: #f4f6ff;
  padding: 15px;
  text-align: center;
  border-radius: 5px;
    padding: 30px 60px;
    margin: 35px 0;
    font-weight: 500;
    font-size: 18px;
}
.ser_form {
    margin-top: 40px;
    padding: 30px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    border-radius: 10px;
}
.ser_form .immigration {
    font-size: 25px;
    color: var(--blue);
    margin-bottom: 25px;
    display: block;
}
.ser_input {
    margin-bottom: 15px;
}
.ser_form{
  position: sticky;
  top: 100px;
}
.ser_form input, .ser_form textarea, .ser_form select {
    width: 100%;
    padding: 10px;
    outline: none;
}
.podcasts p{
    font-size: 20px;
    color: #3b3b3b;
}
.podcasts h5{
  color: #014193;
  font-size: 22px;
}
.list_wrap li{
  margin-bottom: 10px;
}
.list_wrap li i{
  margin-right: 5px;
  color: #014193;
}
.block_details p{
  line-height: 28px;
}
.bd-inner-img-wrap .img img{
  height: 100%;
}
.bd-inner-img-wrap{
  margin: 20px 0;
}
.widget_search {
  box-shadow: 0px 0px 45px rgba(0, 0, 0, 0.08);
  border-radius: 5px;
  padding: 35px 40px 40px;
  background: var(--tg-white);
  margin-bottom: 50px;
}
.sidebar-search form input {
  width: 100%;
  border: none;
  background: #26dab73d;
  font-weight: 400;
  font-size: 14px;
  color: var(--tg-heading-font-color);
  border-radius: 5px;
  padding: 19px 70px 19px 30px;
  height: 60px;
}

.sidebar-search form button {
  border: none;
  background: transparent;
  font-size: 18px;
  padding: 0;
  color: var(--tg-primary-color);
  line-height: 1;
  position: absolute;
  right: 30px;
  top: 50%;
  transform: translateY(-50%);
}
.widget-title{
  font-weight: 600;
  font-size: 26px;
  margin-bottom: 25px;
  position: relative;
  padding-bottom: 10px;
  display: block;
}
.widget-title::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background: linear-gradient(74.56deg, rgba(165, 26, 244, 0.1) 8.85%, rgba(240, 167, 14, 0.1) 57.29%, rgba(245, 110, 22, 0.1) 100%);
}
.widget-title::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 60px;
  height: 1px;
  background: #014193;
}
.widget_categories{
    box-shadow: 0px 0px 45px rgba(0, 0, 0, 0.08);
    border-radius: 5px;
    padding: 35px 40px 40px;
    background: var(--tg-white);
    margin-bottom: 50px;
}
.cat_item{
  padding-left: 0;
}
.widget_categories li {
  border-bottom: 1px solid #26dab73d;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.widget_categories li a{
  color: #000000;
}
.blog-widget {
    box-shadow: 0px 0px 45px rgba(0, 0, 0, 0.08);
    border-radius: 5px;
    padding: 35px 40px 40px;
    background: var(--tg-white);
    margin-bottom: 50px;
}
.title a{
  color: #000;
  margin-top: 10px;
}

.service_ser .img img{
  border-radius: 10px;
}
.main-head-1 span{
  display: block;
  font-size: 30px;
  font-weight: 700;
}
.comprehensive{
  margin: 30px 0;
}
.rc-post-content .title{
  font-size: 25px;
  display: block;
  font-weight: 800;
}





/* moblile menu */

#myHeader.sticky {
  position: fixed;
  background-color: #000;
  width: 100%;
  top: 0;
  z-index: 9999;
  animation: slideDown 1s ease-out;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px -1px,
    rgba(0, 0, 0, 0.06) 0px 2px 4px -1px;
}
.nav_menu .droupdown {
  position: absolute;
  background-color: var(--blue);
  padding: 8px 0;
  border-radius: 5px;
  min-width: 300px;
  max-height: 550px;
  overflow: auto;
  top: 100%;
  display: none;
  /* visibility: hidden; */
  /* opacity: 0; */
  transition: ease-in-out 0.5s;
}
.nav .droupdown li {
    padding: 8px 15px;
    background: #fff;
    margin: 2px 9px;
    border-radius: 7px;
  transition: ease-in-out 0.5s;
}
.nav .droupdown li a {
  color: var(--black);
      font-size: 14px;
}
.nav .droupdown li:hover {
  background-color: #000;
}
.nav .droupdown li:hover a {
  color: var(--white);
}

.static-cta {
  position: fixed;
  bottom: 20px;
  right: 20px;
  text-align: end;
  z-index: 9;
}
.static-cta-phone a {
  background-color: #0d239a;
  padding: 8px 20px;
  border-radius: 20px 0px 20px 0px;
  color: #fff;
  font-size: 15px;
  transition: 0.2s;
}
.static-cta-whats a {
  background-color: #075e54;
  padding: 8px 20px;
  border-radius: 20px 0px 20px 0px;
  color: #fff;
  font-size: 15px;
  transition: 0.2s;
}

.inner_header {
  background-color: var(--blue);
  padding: 80px 0;
}
.inner_hrad {
  font-size: 35px;
  font-weight: 700;
  color: var(--white);
}
.brade_crom a {
  color: var(--white);
}
.brade_crom {
  color: var(--white);
  font-size: 18px;
}
.main_img {
  width: 50%;
  float: left;
  padding-right: 30px;
}
.marcket-plase a {
  display: block;
  margin: 8px 0;
}
.ser_item {
  margin: 5px;
}
.service .ser_item:nth-child(even) .ser_bg {
  background: linear-gradient(72deg, var(--light_blue) 0%, var(--blue) 100%);
}
.service .ser_item:nth-child(even) .ser_bg .ser_head,
.service .ser_item:nth-child(even) .ser_bg p {
  color: var(--white);
}
/* footer socal media */

.foot_soacl .scl-icon {
  width: 57px;
  height: 57px;
  color: #fff;
  background: #000;
  line-height: 55px;
  margin: 1px;
  text-align: center;
  font-size: 24px;
  transition: 0.3s ease-in;
  display: inline-block;
  text-decoration: none;
  cursor: pointer;
  border-radius: 2px;
  transform: translatey(0px) rotatex(20deg) rotate(-20deg);
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
.foot_soacl .scl-icon:hover {
  transform: translatey(-30px) rotatex(45deg) rotate(-45deg);
}

.foot_soacl .fa-facebook {
  background: #3b5998;
}
.foot_soacl .fa-facebook:hover {
  box-shadow: 0px 0px #3b5998, -10px 10px rgba(59, 89, 152, 0.5),
    -20px 20px rgba(59, 89, 152, 0.4), -30px 30px rgba(59, 89, 152, 0.3),
    -40px 40px rgba(59, 89, 152, 0.2), -50px 50px rgba(59, 89, 152, 0.1);
}

.foot_soacl .fa-twitter {
  background: #00acee;
}
.foot_soacl .fa-twitter:hover {
  box-shadow: 0px 0px #00acee, -10px 10px rgba(0, 172, 238, 0.5),
    -20px 20px rgba(0, 172, 238, 0.4), -30px 30px rgba(0, 172, 238, 0.3),
    -40px 40px rgba(0, 172, 238, 0.2), -50px 50px rgba(0, 172, 238, 0.1);
}

.foot_soacl .fa-linkedin {
  background: #0e76a8;
}
.foot_soacl .fa-linkedin:hover {
  box-shadow: 0px 0px #0e76a8, -10px 10px rgba(14, 118, 168, 0.5),
    -20px 20px rgba(14, 118, 168, 0.4), -30px 30px rgba(14, 118, 168, 0.3),
    -40px 40px rgba(14, 118, 168, 0.2), -50px 50px rgba(14, 118, 168, 0.1);
}

.foot_soacl .fa-youtube {
  background: #c4302b;
}
.foot_soacl .fa-youtube:hover {
  box-shadow: 0px 0px #c4302b, -10px 10px rgba(196, 48, 43, 0.5),
    -20px 20px rgba(196, 48, 43, 0.4), -30px 30px rgba(196, 48, 43, 0.3),
    -40px 40px rgba(196, 48, 43, 0.2), -50px 50px rgba(196, 48, 43, 0.1);
}

.foot_soacl .fa-instagram {
  background: #d53547;
}
.foot_soacl .fa-instagram:hover {
  box-shadow: 0px 0px #c4302b, -10px 10px rgba(196, 48, 43, 0.5),
    -20px 20px rgba(196, 48, 43, 0.4), -30px 30px rgba(196, 48, 43, 0.3),
    -40px 40px rgba(196, 48, 43, 0.2), -50px 50px rgba(196, 48, 43, 0.1);
}

.foot_soacl .fa-pinterest {
  background: #df0018;
}
.foot_soacl .fa-pinterest:hover {
  box-shadow: 0px 0px #df0018, -10px 10px rgba(222, 15, 8, 0.5),
    -20px 20px rgba(233, 16, 9, 0.4), -30px 30px rgba(238, 13, 6, 0.3),
    -40px 40px rgba(196, 48, 43, 0.2), -50px 50px rgba(196, 48, 43, 0.1);
}


.foot_socal_box {
  margin-top: 30px;
}
/* footer socal media */


.mobile_nav{
  display: none;
}
.mobile_bottem{
  display: flex;
  justify-content: center;
  background-color: #f6f3f3;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
  text-align: center;
  gap: 15px;
  padding: 8px 15px;
  justify-content: space-between;
}
.mobile_bottem a i{
  display: block;
}
.mobile_bottem a {
  color: var(--black);
  font-size: 13px;
  position: relative;
}
.mobile_bottem a:nth-child(3):after{
  content: "";
  width: 100%;
  height: 25px;
  position: absolute;
  bottom: 100%;
  left: 0;
  background-color: #f6f3f3;
  border-radius: 60px 60px 0px 0px;
}





@media only screen and (max-width: 992px) {
  .menu-bars {
    display: flex;
  }
  .nav {
    display: block;
    position: absolute;
    top: 100%;
    left: 0;
    background-color: #014193;
    left: -100%;
    width: 100%;
    padding: 10px 0;
    transition: ease-in-out 0.5s;
  }
  .slide {
    left: 0;
  }
  .nav .nav_menu {
    flex-direction: column;
  }
  .nav ul li {
    padding: 9px 18px;
  }
  .clk_btn {
    background: #0000004d;
    padding: 4px 11px;
    right: 12px;
    top: 0%;
  }
  .nav_menu .droupdown {
    position: revert;
    max-height: 300px;
  }
}

@media only screen and (max-width: 992px) {
  .banner_head_2 {
    font-size: 30px;
  }
  .ab_img {
    width: 60%;
  }
  .solutions_img {
    margin-top: 30px;
  }
}

@media only screen and (max-width: 768px) {
  .banner_img img {
    height: auto;
  }
  .ab_img {
    width: 100%;
    padding-right: 0;
    margin-bottom: 20px;
  }
  .exc_bg .main_head {
    width: 100%;
  }
  .card_inner {
    padding: 135px 73px 71px;
  }
  .slider-for,
  .slider-nav {
    margin-top: 25px;
  }
  header {
    padding: 8% 0;
  }
  .main_img {
    width: 100%;
    float: left;
    padding-right: 0px;
    margin-bottom: 20px;
  }
  .inner_hrad {
    font-size: 25px;
  }
  .brade_crom {
    font-size: 15px;
  }
  .inner_header {
    padding: 60px 0;
  }
  .comprehensive .main-head-1 {
    max-width: 100%;
  }
  .main-head-1 span {
    font-size: 22px;
}
.foot_pro_item {
    width: 49%;
}
}

@media only screen and (max-width: 600px) {
    .foot_pro_item {
        width: 100%;
    }
  .head_2 {
    font-size: 22px;
  }
  .head_1 {
    font-size: 15px;
  }
  .exc_bg {
    padding: 49px 23px 242px;
  }
  .foot-img-1,
  .foot-img-2 {
    bottom: 97%;
  }
  .contact-wrapper {
    justify-content: center;
  }
  .all_nab_bar .socal_media {
    display: none;
  }
  .slider-nav {
    display: none;
  }
  .service {
    padding: 30px 0;
  }
  .my {
    margin: 50px 0;
  }
  .logo img {
    width: 84px;
  }
  .top_head {
    padding: 11px 1% 17px;
  }
  .contact-wrapper a {
    font-size: 14px;
  }
  .contact_home {
    margin-top: -45px;
  }
  .rc-post-content .title {
    font-size: 20px;
  }
  .widget-title {
    font-size: 20px;
  }
  .widget_categories{
    margin-bottom: 15px;
  }
  .copyright{
    padding-bottom: 20px;
  }
  .static-cta{
    display: none;
  }
  .mobile_nav{
  display: block;
}
}

@media only screen and (max-width: 500px) {
  .banner_head_2 {
    font-size: 25px;
  }
  .banner_head_1 {
    font-size: 18px;
  }
  .card_inner {
    padding: 135px 46px 71px;
  }
  .tabs__btn {
    padding: 10px 22px;
    font-size: 14px;
  }
  .tab_head {
    font-size: 22px;
  }
  .tabs__content {
    margin-top: 15px;
  }
  .why_img {
    margin-top: 20px;
  }
  .why_choose::after {
    display: none;
  }
  .why_choose {
    padding: 35px 0;
  }
  footer {
    background: linear-gradient(108deg, var(--blue) 76%, var(--blue) 100%);
  }
  .footer-widget__links {
    max-height: 100%;
  }
  .logo img {
    width: 84px;
  }
  .head_btn {
    display: none;
  }
  .navbar_nav {
    padding: 0 8px;
  }
  .logo {
    padding: 0 13px;
  }
  .foot-img-1 img,
  .foot-img-2 img {
    width: 123px;
  }
  .foot-img-1,
  .foot-img-2 {
    bottom: 99%;
  }
  .foot_soacl .scl-icon {
    width: 50px;
    height: 50px;
    line-height: 48px;
    
}
}
@media only screen and (max-width: 400px) {
}
