  
.cmsmasters_row_margin{
  display: flex;
  flex-wrap: wrap;
align-items: center;
  justify-content: center;
 height: auto;
  grid-column-gap: 20px;
}
h3.certificate-h3{
  text-align: center;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 35px;
  line-height: 100%;
  margin: 0;
}
h4.certificate-h4{
  font-weight: 200;
  text-align: center;
  line-height: 100%;
  font-size: 20px;
}
a.linkk {
    font-size: 15px;
    font-weight: 600;
    color: #394856;
}
.cmsmasters_img.cmsmasters_image_n {
    margin-bottom: 25px;
}

ul.big_menu {
    min-width: 300px !important;
}

.cmsmasters_column{
 max-width: 250px;
}
div#cmsmasters_row {
    margin-bottom: 50px;
}

h2.cmsmasters_heading{
  text-decoration: none;
  max-width: 250px;
	font-size: 22px;
    font-weight: 700;
}
.cmsmasters_text {
    max-width: 200px;
}

  address, article, audio, b, body, canvas, code, div, dt, em, footer, form, h1, h2, h3, h4, h5, h6, header, html, i, img, label, li, mark, menu, nav, p, q, section, span, strong, sub, table, tbody, td, th, thead, time, tr, ul, var, video {
    font-family: "Inter", sans-serif
  }
  
  .row:not(.typing_blk .row) {
    margin: 0
  }
  
  .mobile_img {
    display: none;
  }

.card_items {
    max-height: 440px;
    height: 440px;
}

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
  display: block;
}

.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  outline: 0;
} 

.modal.in .modal-dialog {
  -webkit-transform: translate(0,0);
  -ms-transform: translate(0,0);
  -o-transform: translate(0,0);
  transform: translate(0,0);
}


.modal.fade .modal-dialog {
  -webkit-transition: -webkit-transform .3s ease-out;
  -o-transition: -o-transform .3s ease-out;
  transition: transform .3s ease-out;
  -webkit-transform: translate(0,-25%);
  -ms-transform: translate(0,-25%);
  -o-transform: translate(0,-25%);
  transform: translate(0,-25%);
  margin-top: 175px;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}

.modal-content {
  position: relative;
  max-width: 100vw;
  margin-left: auto;
  margin-right: auto;
  background-color: #fff;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border-radius: 6px;
  outline: 0;
  box-shadow: 0 3px 15px rgb(0 0 0 / 35%);
}

.modal-header {
  padding: 15px;
  border-bottom: 1px solid #112b3d !important;
  background-color: #112b3d;
  color: #fff;
	background-image: linear-gradient(90.02deg, #0A0D4C .02%, #091C58 49.72%, #133A78 99.98%);
    color: #fff;
    border-bottom-left-radius: 50px;
    border-bottom-right-radius: 50px;
    box-shadow: 0 4px 3px 1px rgb(0 0 0 / 20%);
	padding: 10px 35px 10px 45px !important;
}

.modal-header .close {
  background-color: #ffffff00;
  font-size: 30px;
  color: #ffffff;
  height: 25px;
margin-bottom: 0px;
}

button.close {
  padding: 0;
  cursor: pointer;
  background: 0 0;
  border: 0;
}

.close {
  float: right;
  font-size: 21px;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  text-shadow: 0 1px 0 #fff;
  filter: alpha(opacity=20);
  opacity: 1;
}

h4.modal-title {
  font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 18px;
    text-align: left;
    color: white;
	padding-bottom: 0px;
}

.modal-title {
  margin: 0;
  line-height: 1.42857143;
}

.modal-body {
  position: relative;
  padding: 15px;
  font-family: 'Roboto', sans-serif;
  color: #252525;
  font-size: 16px;
  font-weight: 400;
  padding: 40px 30px 10px 30px !important;
}
div#overlay {
    background-color: #0a0e4d80;
	backdrop-filter: blur(2px);
	padding-right: 0px !important;
}

.mb-20 {
  margin-bottom: 20px;
  font-family: 'Roboto', sans-serif;
  color: #252525;
  font-size: 16px;
  font-weight: 400;
}

label.col {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 15px;
  font-weight: 700;
}

.form-control {
  display: block;
  width: 100%;
  height: 45px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
  box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
  -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}


.hvr-shutter-out-horizontal {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: .3s;
  transition-duration: .3s;
}

.travel-booking-btn, .travel-booking-btn-lg {
  display: inline-block;
  background: #08151e;
  padding: 15px 20px;
  color: #fff;
  border-radius: 4px;
  font-weight: 500;
  text-transform: uppercase;
  font-size: 14px;
}
.desk-whatsapp {
    position: fixed;
    top: auto;
    bottom: 8%;
    left: 1%;
    right: auto;
    box-shadow: 2px 2px 5px rgba(0,0,0, 0.2);
    border-radius: 20px;
}
.title--call-back {
    text-align: center;
    padding: 10px;
    font-size: 15px;
    color: #0f2d6a;
    background-color: #f8f8f8;
    margin-left: auto;
    margin-right: auto;
    border-radius: 15px;
    margin-bottom: 10px;
}

.banr_rev_sec {
    display: flex;
}

textarea.wpcf7-form-control.wpcf7-textarea {
    height: 100px;
}

.form-content {
 
    padding: 11px 25px;
}

a.form-contact {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    display: block;
    background: #062c53;
    box-shadow: 0 1px 4px rgb(0 0 0 / 25%);
    border-radius: 10px;
    padding: 11px 25px;
    font-weight: 500;
    font-size: 18px;
    color: #fff;
    text-decoration: none;
    position: relative;
    transition: all .4s;
    margin-bottom: 0px;
    width: 100%;
}
.wpcf7-spinner {
    visibility: hidden;
    display: none!important;
}

.col.map_col_sec {
    padding-bottom: 10px;
}


@media (min-width: 480px){
.modal-dialog {
    width: 500px;
    margin-left: auto;
    margin-right: auto;
}

	
}




@media all and (min-width: 768px) {
.div-block-47 {
    display: none;
}

}


@media all and (max-width: 767px) {

a#scroll-up{
    visibility: hidden;
}	
	.fa-lg {
    font-size: 1em;
}
	
	.grecaptcha-badge, .desk-whatsapp {
    display: none;
		visibility: hidden;
}
	.banr_rev_sec {
    display: none;
}	

	.modal-dialog {
    width: 500px;
    margin-left: auto;
    margin-right: auto;
}
	.modal-dialog {
    position: relative;
    margin: 10px;
}
	.cmsmasters_text {
    max-width: none;
}

.div-block-47 {
  position: fixed;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  display: flex;
  height: auto;
  justify-content: space-around;
  align-items: center;
  grid-column-gap: 25px;
  background-color: hsla(0, 0.00%, 100.00%, 1.00);
	z-index: 5;
}
	.title--call-back { 
    font-size: 16px; 
    width: 80%;
    
}
	.image-23.cent {
    margin-top: 2px;
    align-items: center;
    width: 70px;
	height: auto;
    margin-left: auto;
    margin-right: auto;
    display: block;
}
.div-block-49 {
    display: flex;
  height: 100%;
  padding: 10px 0;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  font-size: 12px;
  text-align: center;
  width: 105px;
  }
	.center1 {
position: absolute;
  top: -45px;
  display: flex;
  height: 100%;
  margin-bottom: 0px;
  padding-top: 10px;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  text-align: center;		
	}
	
	
.image-23 {
    padding-bottom: 0px;
	position: relative;
    display: block;
    max-width: none;
    margin-right: auto;
    margin-left: auto;
    padding-left: 0px;
    text-align: center;
  }

.paragraph-44 {
    margin-bottom: 0px;
    font-size: 10px;
	color: #112b3d;
	text-decoration: none;
  }

	.copy_rights.text-center {
    margin-bottom: 30px;
}
	
}





img {
margin-bottom: 0px;	
}

h3.ads-formbox-h3 {
    font-size: 30px;
    font-weight: 700;
    text-align: center;
    color: #091552;
	margin-bottom: 0px;
    padding-bottom: 5px;
}

h6.ads-formbox-h6 {
    font-size: 14px;
    text-align: center;
    color: #b1adad;
    font-weight: 400;
}
.ads-formbox {
    background-color: white;
    height: auto;
    padding: 20px 40px;
	box-shadow: 4px 5px 30px rgb(0 107 167 / 10%);
    border-radius: 10px;
}

input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required, textarea.wpcf7-form-control.wpcf7-textarea, input.wpcf7-form-control.wpcf7-number.wpcf7-validates-as-required.wpcf7-validates-as-number {
   width: 100%;
    border: 1px solid #e7e7e7;
    margin-bottom: 5px;
    border-radius: 5px;
	padding: 15px;
}
input.wpcf7-form-control.has-spinner.wpcf7-submit {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    display: block;
    background: #1680F0;
    box-shadow: 0 1px 4px rgb(0 0 0 / 25%);
    border-radius: 10px;
    padding: 11px 25px;
    font-weight: 500;
    font-size: 18px;
    color: #fff;
    text-decoration: none;
    position: relative;
    transition: all .4s;
    margin-bottom: 0px;
    width: 100%;
}
button.ads-formbox-callbutton {
    width: 100%;
    background-color: white;
    border: 1px solid #1680f0;
    border-radius: 10px;
	color: #1680f0;
}

.inner-wrap, .inner-wrap--inner {
    width: 100%;
	max-width: 100vw;
}
div#main {
    padding-top: 0px !important;
}
ul {
    padding-left: 0px !important;
}
 .meshim_widget_components_chatButton_BubbleRenderer .bubble_title {
    color: #091552 !important;
}
.jx_ui_Widget.bubble_text_wrapper {
    background-color: #eef6ff !important;
}

.container {
    display: flex;
    flex-direction: column;
}

.premium-button-float.left {
    position: fixed;
    bottom: 4em;
    left: 1em;
    display: flex;
    align-items: center;
    gap: 5px;
    color: black;
    font-weight: 600;
}

.premium-whatsapp-link {
    left: 0px;
    bottom: 0px;
    background-color: #FFFFFFFA;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #28D146;
    border-radius: 40px;
    box-shadow: -2px 3px 0px 0px #000000;
    margin: 15px 15px 15px 15px;
    padding: 7px 18px 7px 18px;
    font-size: 14px;
    line-height: 1;
    transition-duration: .3s;
    transition-property: transform;
    transition-timing-function: ease-out;
}

i.fa.fa-whatsapp.premium-whatsapp-icon {
    font-size: 35px;
    color: #28D146;
}
.premium-button-float.left:hover {
    transform: translateY(-8px);
    box-shadow: none;
}

img.img-fluid.service-img {
    height: 81px;
}
.more_lang_btn {
    padding-top: 20px;
}

  @media only screen and (min-width:300px) and (max-width:600px) {
    .mobile_img {
      display: block;
		    margin-left: 20px;
    }
  
    .desktop_img {
      display: none
    }
	 
  }
  
  ::selection {
    background: rgba(238, 255, 119, .99);
    color: #292929
  }
  
  .mobile_cta_btn {
    display: none;
    order: 3
  }
  
  .mobile_cta_btn.active {
    background: #fff
  }
  
  .mob_call_icon {
    width: 34px;
    height: 34px;
    background: #00BC5B;
    box-shadow: 0 1px 3px rgba(0, 0, 0, .25);
    border-radius: 5px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    margin-right: 5px
  }
  
  .mob_menu_close {
    order: 3
  }
  
  .mobile_cta_btn a.mob_btn {
    font-family: "Inter", sans-serif !important;
    background-color: #0dc169;
    border: none;
    outline: none;
    font-size: 14px;
    font-weight: 500;
    padding: 7px 15px;
    margin-left: 10px;
    color: #fff;
    text-decoration: none;
    box-shadow: 0 1px 3px rgba(0, 0, 0, .25);
    border-radius: 0 25px 25px 25px;
	    
  }
  
  .close_icon {
    font-weight: 700;
    font-size: 26px
  }
  
  .mobile_banner_content {
    display: none;
    text-align: center
  }
  
  .mobile_banner_content .mob_sub_title {
    text-align: center;
    line-height: 30px;
    font-weight: 700;
    font-size: 23px;
    width: 80%;
    margin: 15px auto
  }
  
  .mobile_banner_content .mob_banner_desc {
    font-weight: 400;
    font-size: 15px;
    width: 95%;
    margin: 15px auto;
    line-height: 22px;
    text-align: center
  }
  
  .mobile_banner_content .mob_banner_cta_btn {
    background: #1680F0;
    box-shadow: 0 1px 4px rgba(0, 0, 0, .25);
    border-radius: 0 25px 25px 25px;
    padding: 11px 14px;
    font-weight: 500;
    font-size: 15px;
    color: #fff;
    margin-top: 25px;
    margin-bottom: 37px;
    display: inline-block;
    text-decoration: none
  }
  
  header .menu_bar {
    display: none
  }

.banner_lists {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-template-rows: auto auto;
    margin-left: auto;
    margin-right: auto;
	grid-row-gap: 20px;
    grid-column-gap: 50px;
}

h3.services-h3 {
    font-size: 30px;
    padding: 20px 20px 50px 20px;
    font-family: 'Poppins', sans-serif;
    font-weight: bold;
	text-align: center;
}

.faq_content {
    padding-bottom: 0px;
    padding-top: 50px;
}

h2.faq-h2 {
    text-align: center;
    font-weight: 700;
}
.faqp, .faqc {
    margin-bottom: 10px;
    line-height: 20px!important;
    cursor: pointer;
    background: #f7f7f7;
    padding: 10px;
    font-family: "Poppins", sans-serif;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
}


.faqp strong {
    font-weight: 400 !important;
    font-size: 16px !important;
    font-family: 'Poppins';
}

.faqp :after {
    content: '\2795';
    font-size: 13px;
    color: #777;
    float: right;
    margin-left: 5px;
}

  @media only screen and (min-width:1081px) and (max-width:1157px) {
    header .nav_dropdown {
      font-size: 15px !important;
      margin-left: 20px !important
    }
  
    .nav_item.contact_num {
      font-size: 15px !important;
      padding-top: 10px !important;
      margin-left: 20px !important
    }
  
    .chat_quote_btn, .place_order_btn {
      font-size: 15px !important;
      margin-top: 2px;
      margin-left: 16px !important
    }
  
    .page_main_content {
      margin-top: 87.5px !important
    }
  }
  
  @media only screen and (min-width:1041px) and (max-width:1102px) {
    header .nav_dropdown {
      font-size: 14px !important;
      margin-left: 18px !important
    }
  
    .nav_item.contact_num {
      font-size: 14px !important;
      padding-top: 9px !important;
      margin-left: 18px !important
    }
  
    .chat_quote_btn, .place_order_btn {
      font-size: 14px !important;
      margin-top: 2px;
      margin-left: 16px !important
    }
  
    .page_main_content {
      margin-top: 86px !important
    }
  }
  
  @media only screen and (min-width:992px) and (max-width:1051px) {
    header .nav_dropdown {
      font-size: 13px !important;
      margin-left: 16px !important
    }
  
    .nav_item.contact_num {
      font-size: 13px !important;
      padding-top: 9px !important;
      margin-left: 18px !important
    }
  
    .chat_quote_btn, .place_order_btn {
      font-size: 12px !important;
      margin-top: 2px;
      margin-left: 15px !important
    }
  
    .page_main_content {
      margin-top: 84.5px !important
    }
  }
  
  @media only screen and (min-width:768px) and (max-width:991px) {
    .page_main_content {
      margin-top: 138px !important
    }
  }
  
  @media only screen and (min-width:300px) and (max-width:1040px) {
    .webp .home_banner::before {
      background-image: url(../images/bg_design_mob.svg) !important;
      background-repeat: no-repeat;
      background-size: cover
    }
  
    .no-webp .home_banner::before {
      background-image: url(../images/bg_design_mob.svg) !important;
      background-repeat: no-repeat;
      background-size: cover
    }
	  .banner_lists {
    display: flex;
    grid-row-gap: 30px;
		   grid-column-gap: 30px;
    flex-wrap: wrap;
}
  }
  
  @media only screen and (min-width:300px) and (max-width:991px) {
    .menu_sec ul {
      display: none !important
    }
  
    header .menu_bar {
      display: inline-block;
		margin-bottom: 0px;
    }
  
    header .menu_sec {
      order: 2;
      display: flex;
      justify-content: center;
      align-items: center
    }
  
    header {
      padding: 17px 0 0 0 !important
    }
  
    header>.container {
      padding: 0
    }
  
    header>.container>.nav_sec {
      padding: 0 !important
    }
  
    header .header_logo, header .mobile_cta_btn {
      padding-left: 20px;
      padding-right: 20px
    }
  
    header .mobile_cta_btn {
     flex-wrap: wrap;
    justify-content: space-evenly;
    align-items: center;
    padding: 10px 0px;
    }
  
   header .header_logo {
    order: 1;
    display: flex;
    align-items: center;
   justify-content: space-around;
  }
}
  
  @media only screen and (min-width:300px) and (max-width:1700px) {
    .review_slider .item {
      margin: 3px auto !important
    }
  }
  
  .mobile_cta_btn .nav_item.contact_num {
    font-family: "Inter", sans-serif !important;
    color: #00BC5B !important;
    font-size: 16px
  }
  
  .container {
    width: 1200px !important;
    max-width: 100% !important;
	  height: auto;
  }
  
  header {
    background: linear-gradient(90.02deg, #0A0D4C .02%, #091C58 49.72%, #133A78 99.98%);
    padding: 22px 0 0 0;
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 999;
  }
  
  ul {
    padding-left: 0
  }
  
  ul li {
    list-style-type: none
  }
  
  a, button {
    cursor: pointer
  }
  
  .page_main_content {
    margin-top: 89px
  }
  
  header .nav_item {
    color: #fff;
    text-decoration: none
  }
  
  .nav_sec {
    display: flex;
    justify-content: space-evenly;
	align-items: center;
  }
  
  header .menu_sec>ul {
    display: flex;
    margin-bottom: 0
  }
  
  header .menu_sec ul li {
    position: relative
  }
  
  header .menu_sec ul li:hover .sub_menu {
    opacity: 1;
    display: block;
    animation: fadeUp .5s
  }
  
  .sub_menu::before {
    left: 30px;
    background-color: #fff;
    border: 1px solid #fff;
    position: absolute;
    border-radius: .1875rem 0 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    width: 20px;
    height: 20px;
    content: '';
    z-index: -1;
    top: -10px
  }
  
  .place_order_btn {
    border: none;
    outline: none;
    padding: 7px 22px;
    background-color: #1680F0;
    margin-left: 11px;
    border-radius: 0 25px 25px 25px;
    font-size: 16px;
    font-weight: 500;
    display: inline-block;
    margin-top: 4px
  }
.place_order_btn:hover {
    background-color: white;
}
  
  .chat_quote_btn {
    border: 1px solid #1680F0;
    outline: none;
    font-size: 16px;
    font-weight: 500;
    padding: 6px 16px;
    border-radius: 0 25px 25px 25px;
    margin-left: 19px;
    display: inline-block;
    transition: .5s;
    margin-top: 4px
  }
  
  header .header_ver_line {
    background: #C4C4C4;
    height: 340px;
    width: .3px
  }
  
  .chat_quote_btn:hover {
    background-color: #1680F0
  }
  
  .contact_num img {
    margin-right: 8px;
	  margin-bottom: 0;
  }
  
  .nav_item.contact_num {
    font-size: 18px;
    font-weight: 700;
    color: #091553;
    margin-left: 22px;
    display: flex;
    align-items: center;
    padding-top: 8px
  }
  
  header .nav_dropdown {
    font-family: "Inter", sans-serif;
    margin-left: 27px;
    display: flex;
    align-items: center;
    font-size: 16px;
    padding: 8px 0 10px 0
  }

a.nav_item.nav_dropdown.new {
    color: #1680f0;
    font-weight: 700;
}
a.nav_item.chat_quote_btn.new {
	color: #091553;
}

  
  header .menu_sec>ul>li:hover .nav_dropdown {
    color: #1680F0
  }
  
  header .menu_sec>ul>li:hover .header_normal_icon {
    display: none
  }
  
  header .menu_sec>ul>li:hover .header_hover_icon {
    display: block;
    transform: rotate(180deg);
    transition: .6s
  }
  
  header .header_hover_icon {
    display: none;
    transition: all .6s
  }
  
  header .nav_dropdown:hover {
    color: #1680F0
  }
  
  header .nav_dropdown:hover .header_normal_icon {
    display: none
  }
  
  header .nav_dropdown:hover .header_hover_icon {
    display: block;
    transform: rotate(180deg);
    transition: .6s
  }
  
  header .nav_dropdown img {
    margin-left: 9px
  }
  
  @keyframes fadeUp {
    from {
      opacity: 0;
      transform: translate3d(0, 3%, 0)
    }
  
    to {
      opacity: 1;
      transform: none
    }
  }
  
  @keyframes bounceOut {
    0% {
      transform: scale(1, 1)
    }
  
    50% {
      transform: scale(1.3, 1.3)
    }
  
    100% {
      transform: scale(1, 1)
    }
  }
  
  header .sub_menu {
    position: absolute;
    background: #fff;
    box-shadow: 0 3px 11px 0 rgb(0 0 0 / 14%);
    border-radius: 10px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    transform-origin: 0 0 0;
    left: 0;
    opacity: 0;
    display: none;
    transition: .5s;
    z-index: 99;
    top: 100%;
    text-align: left;
    min-width: 230px;
    padding: 16px 0 5px 20px;
    right: auto
  }
  
  header .sub_menu.captioning {
    min-width: 265px
  }
  
  header .menu_sec>.menu_wrapper_resp>ul>li:first-child .sub_menu {
    min-height: 329px
  }
  
  header .menu_sec>.menu_wrapper_resp>ul>li:first-child .sub_menu>li .deep_sub_menu {
    min-height: 329px
  }
  
  header .sub_menu>li {
    padding:5px 13px;
    position: static !important;
	border-bottom: 1px solid #eee;
  }
  
  header .deep_sub_menu {
    position: absolute;
    background: #fff;
    border-bottom-right-radius: 10px;
    border-top-right-radius: 10px;
    transform-origin: 0 0 0;
    left: 97%;
    opacity: 0;
    visibility: hidden;
    transition: .5s;
    z-index: 99;
    top: 0;
    text-align: left;
    min-width: 350px;
    max-width: 100%;
    padding: 35px 35px 0 25px;
    right: auto;
    background-color: #e7e7e7;
    display: flex
  }
  
  .deep_sub_menu .right_sec, .deep_sub_menu .left_sec {
    width: 100%
  }
  
  .deep_sub_menu .left_sec {
    padding-left: 30px
  }
  
  .deep_sub_menu .menu_card .title {
    font-weight: 500;
    font-size: 16px;
    color: #135B89;
    padding-bottom: 0
  }
  
  .deep_sub_menu .menu_card .desc {
    font-family: "Inter", sans-serif !important;
    font-weight: 400;
    font-size: 13px;
    color: rgba(0, 0, 0, .6);
    line-height: 20px;
    margin-bottom: 17px
  }
  
  header .sub_menu>li:hover .deep_sub_menu {
    opacity: 1;
    visibility: visible
  }
  
  header .sub_menu>li.active .deep_sub_menu {
    opacity: 1;
    visibility: visible
  }
  
  header .sub_menu a {
    color: #444;
    text-decoration: none;
    padding: 6px 0;
    width: 100%;
    display: inline-block;
    font-size: 15px;
    font-weight: 600;
    transition: .6s
  }
  
  header .sub_menu a:hover {
    color: #135B89
  }
  
  header .sub_menu .transcription_menu:hover .deep_sub_menu {
    z-index: 999999999999999
  }
  
  header .sub_menu>li.active a {
    color: #135B89
  }
  
  .home_banner {
    height: 750px;
    width: 100%;
    padding: 50px 0 26px 0;
    background-color: #EEF6FF;
    background-size: cover;
    position: relative;
  }
  
  .home_banner::before {
    content: '';
    width: 100%;
    height: 100%;
    display: inline-block;
    background-position-x: right;
    background-position-y: bottom;
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    bottom: 0
  }
  
  .webp .home_banner::before {
    background-image: url(../images/home_banner.webp)
  }
  
  .no-webp .home_banner::before {
    background-image: url(../images/home_banner.png)
  }
  
  .banner_row .banner_title {
    font-size: 40px;
    font-weight: 900;
    margin-bottom: 19px;
    color: #091552;
    line-height: 54px
  }
  
  @media only screen and (min-width:1037px) and (max-width:1399px) {
    .banner_row .banner_title {
      font-size: 36px;
      line-height: 50px;
	
    }
  
    .vanan_pic_box .item_box .content {
      font-size: 15px !important
    }
  }
  
  .owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #1680F0
  }
  
  .banner_row .banner_title span {
    color: #1680F0;
	  font-weight: 900;
  }
  
  .banner_row .typing {
    position: relative;
    margin-bottom: 37px;
    color: rgba(255, 255, 255, .8);
    overflow: hidden;
    display: inline-block
  }
  
  .banner_row .typing span {
    width: 317px;
    display: inline-block;
	  color: rgba(0, 0, 0, .7);
	  font-weight: 600;
  }
  
  .banner_row .typing {
    animation: typingMobDem 4s steps(16), caret 1s infinite
  }
  
  @keyframes typingMobDem {
    0% {
      width: 0
    }
  
    15% {
      width: 111px
    }
  
    30% {
      width: 111px
    }
  
    40% {
      width: 221px
    }
  
    60% {
      width: 221px
    }
  
    70% {
      width: 316.58px
    }
  
    80% {
      width: 316.58px
    }
  
    90% {
      width: 316.58px
    }
  
    100% {
      width: 316.58px
    }
  }
  
  .banner_row p.sub_title {
    margin-bottom: 19px;
    font-size: 22px;
   color: rgba(0, 0, 0, .7);
    font-weight: 600
  }
  
  .banner_row p.banner_desc {
    margin-bottom: 18px;
    font-size: 17px;
    font-weight: 400;
   color: rgba(0, 0, 0, .7);
    width: 82%
  }
  
  .banner_row .banner_cta_btn {
    border: none;
    outline: none;
    padding: 15px 24px;
    color: #fff;
    background-color: #1680F0;
    border-radius: 0 25px 25px 25px;
    text-decoration: none;
    font-weight: 500
  }
  
  .home_banner .banner_content {
    width: 53%;
    padding-left: 8px
  }
  
  .home_banner .banner_lists {
    width: 43%;
    display: flex;
    justify-content: space-between;
    align-items: center
  }
  
  .banner_row .banner_lists .first_sec, .banner_lists .last_sec, .banner_lists .middle_sec {
    position: relative
  }
  
  .banner_row .banner_lists .first_sec, .banner_row .banner_lists .middle_sec, .banner_row .banner_lists .last_sec {
    display: flex;
    flex-direction: column
  }
  
  .banner_row {
    align-items: center;
    justify-content: space-between;
    position: relative;
	    grid-column-gap: 40px;
  }
  
  .banner_lists .list_item {
    height: 190px;
    width: 250px;
    background-color: #fff;
    border-radius: 20px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, .15);
    margin: 24px 0;
    text-align: center;
    margin-top: 5px;
    transition: .6s;
    position: relative;
    z-index: 1
  }
  
  .banner_lists .list_item .img_box {
    text-align: center;
    margin-top: 16px;
    margin-bottom: 10px;
    filter: drop-shadow(0 0 4px rgba(0, 0, 0, .25))
  }
  
  .banner_lists .list_item_parent {
    display: inherit;
    margin-left: auto;
    margin-right: auto;
}
  
  .banner_lists .first_sec .parent1::before {
    content: ' ';
    display: inline-block;
    width: 74px;
    height: 166px;
    position: absolute;
    background-image: url(../images/border_left.png);
    left: -11px;
    top: -2px
  }
  
  .banner_lists .middle_sec .parent3::before {
    content: ' ';
    display: inline-block;
    width: 74px;
    height: 166px;
    position: absolute;
    background-image: url(../images/border_left.png);
    left: -11px;
    top: -2px
  }
  
  .banner_lists .middle_sec .parent4::before {
    content: ' ';
    display: inline-block;
    width: 146px;
    height: 166px;
    position: absolute;
    background-image: url(../images/border_center.png);
    right: -10px;
    top: 33%
  }
  
  .banner_lists .middle_sec .parent5::before {
    content: ' ';
    display: inline-block;
    width: 74px;
    height: 166px;
    position: absolute;
    background-image: url(../images/border_right.png);
    right: -11px;
    bottom: 17px
  }
  
  .banner_lists .last_sec .parent6::before {
    content: ' ';
    display: inline-block;
    width: 74px;
    height: 166px;
    position: absolute;
    background-image: url(../images/border_right.png);
    right: -11px;
    top: -2px
  }
  
  .banner_lists .first_sec .parent2::before {
    content: ' ';
    display: inline-block;
    width: 74px;
    height: 166px;
    position: absolute;
    background-image: url(../images/border_left.png);
    left: -11px;
    bottom: 17px
  }
  
  .banner_lists .last_sec .parent7::before {
    content: ' ';
    display: inline-block;
    width: 74px;
    height: 166px;
    position: absolute;
    background-image: url(../images/border_right.png);
    right: -11px;
    bottom: 17px
  }
  
  .banner_lists .list_item:hover {
    transform: scale(1.1);
    overflow: hidden;
	  line-height: normal;
  }
  
  .banner_lists .list_item:hover .item_description {
    display: inline-block
  }
  
  .banner_lists .list_item:hover .item_title {
    font-size: 13px
  }
  
  .banner_lists .list_item:hover .img_box {
    margin-top: 13px;
    margin-bottom: 5px
  }
  
  .banner_lists .list_item:hover .img_box img {
    width: 55%
  }
  
  .banner_lists .list_item .item_description {
    display: none;
    transition: .5s;
    font-size: 12px;
    margin-top: 2px;
    padding: 0 2px
  }
  
  .banner_lists .list_item .item_title {
    font-weight: 600;
    font-size: 15px
  }

.linkk a{
	text-decoration: none;
}
  
  .banner_lists .last_sec>div:last-child .item_title {
    line-height: 19px
  }
  
  .footer_menu_sec {
    padding: 50px 0 20px 0;
    background-color: #0A0E4D;
    color: #fff
  }
  
  footer .foot_title.dashboard {
    padding-top: 10px
  }
  
  footer .copy_rights {
    background-color: #EEF6FF;
    color: #0A0E4D;
    font-size: 14px;
    font-weight: 600;
    padding: 12px 0
  }
  
  footer .copy_rights a {
    text-decoration: none;
    color: #0A0E4D
  }
  
  .footer_menu_sec .addr_title {
    margin-top: 12px;
    margin-bottom: 7px;
    font-weight: 600;
    font-size: 19px
  }
  
  .footer_menu_sec .address {
    color: rgba(255, 255, 255, .6);
    font-size: 14px;
    line-height: 23px;
    font-weight: 400;
    text-align: center;
    margin: 0 auto;
    max-width: 100%
  }
  
  footer .foot_title {
    margin-bottom: 17px;
    font-size: 19px;
    font-weight: 500;
    padding-top: 27px
  }
  
  footer .foot_menu_list li {
    margin-bottom: 8px
  }
  
  footer .foot_menu_list li a {
    text-decoration: none;
    color: rgba(255, 255, 255, .6);
    font-size: 15px;
    font-weight: 400
  }
  
  footer .social_media_icons {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 15px
  }
  
  footer .social_media_icons .icon {
    margin-right: 9px
  }
  
  footer .email_to {
    font-size: 14px;
    font-weight: 400
  }
  
  footer .email_to strong {
    font-weight: 500
  }
  
  footer .email_to a {
    color: rgba(255, 255, 255, .8);
    font-weight: 400
  }
  
  footer .foot_logo_col {
    flex: 1 0 2%;
    padding-right: 35px
  }
  
  footer .col.help_col {
    flex: 0 0 auto;
    width: 15%
  }
  
  footer .add_bar_sec {
    color: #fff;
    padding-top: 10px
  }
  
  footer .add_bar_sec .title {
    font-weight: 500
  }
  
  footer .add_bar_sec .addr {
    font-weight: 400;
    font-size: 13px;
    line-height: 20px;
    color: rgba(255, 255, 255, .6);
    margin-top: 3px;
    margin-bottom: 5px
  }
  
  footer .foot_title.get_in_touch {
    display: flex;
    align-items: center
  }
  
  footer .foot_title.get_in_touch .social_media_icons {
    margin-left: 20px
  }
  
  footer .map_col_sec {
    flex: 1 0 14%
  }
  
  footer .map_col_sec iframe {
    border-radius: 15px;
    overflow: hidden
  }
  
  .home_banner .company_logo_sec {
    background-color: #fff;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    padding: 20px 0;
    box-shadow: 0 2px 30px -10px rgba(0, 0, 0, .25);
    border-radius: 10px;
    position: absolute;
    bottom: -46%
  }
  
  section.client_review_sec {
    padding: 31px 0 81px 0;
    text-align: center
  }
  
  .client_review_sec .review_title {
    font-size: 38px;
    font-weight: 800;
    text-align: center;
    margin-bottom: 18px
  }
  
  .client_review_sec .review_sub_title {
    font-size: 17px;
    font-weight: 400;
    text-align: center;
    line-height: 23px;
    color: rgba(0, 0, 0, .7);
    width: 43%;
    margin: 0 auto
  }
  
  .client_review_sec .review_title span {
    color: #1680F0
  }
  
  .review_slider {
    padding-top: 26px
  }
  
  .review_slider .item {
    background: #FFF;
    border-radius: 12px;
    width: 318px;
    height: 283px;
    margin: 3px;
    padding: 20px 20px 13px 20px
  }
  
  .review_slider .review_desc {
    font-weight: 500;
    font-size: 16px;
    line-height: 23px;
    color: rgba(0, 0, 0, .6);
    margin-top: 16px;
    min-height: 137px;
    text-align: start
  }
  
  .review_slider .author_sec {
    display: flex;
    align-items: center
  }
  
  .review_slider .review_box {
    display: flex;
    align-items: center
  }
  
  .review_slider .review_box img {
    margin-right: 5px
  }
  
  .author_sec .img_box {
    overflow: hidden
  }
  
  .author_sec .img_box img {
    width: 68px;
    height: 68px
  }
  
  .author_sec .content {
    font-size: 16px;
    line-height: 23px;
    font-weight: 500;
    color: rgba(0, 0, 0, .6);
    padding-left: 20px;
    text-align: start
  }
  
  .author_sec .content img {
    width: unset;
    margin-top: 5px
  }
  
  .client_review_sec::before {
    background-image: url(https://attestationuae.com/images/Here-from-Our-Client.svg);
    content: ' ';
    height: 114px;
    width: 987px;
    max-width: 100%;
    display: inline-block;
    margin-top: 10px;
    background-size: contain;
    background-repeat: no-repeat;
    position: relative;
    top: 72px
  }
  
  .why_vanan {
    padding: 51px 0 50px 0;
    background-color: #EEF6FF
  }
  
  .why_vanan .vanan_title {
    font-size: 38px;
    font-weight: 800;
    line-height: 57px;
    letter-spacing: .02em;
    text-align: center;
    margin-bottom: 26px
  }
  
  .vanan_pic_box {
    background: rgba(255, 255, 255, .8);
    border: 2px dashed rgba(10, 14, 77, .32);
    box-shadow: 0 0 10px 1px rgba(0, 0, 0, .05);
    border-radius: 10px;
    padding: 43px 0 32px 0;
    display: flex;
    align-items: center;
    justify-content: space-evenly
  }
  
  .vanan_pic_box .item_box:not(.item_box:last-child)::before {
    height: 143px;
    width: 2px;
    display: inline-block;
    position: absolute;
    content: ' ';
    right: 0;
    top: 20px
  }
  
  .vanan_pic_box .item_box {
    width: 16%;
    padding: 0 15px;
    position: relative;
    min-height: 185px
  }
  
  .vanan_pic_box .item_box .img_sec {
    text-align: center;
    margin-bottom: 34px
  }
  
  
  
  .vanan_pic_box .item_box .content {
    font-size: 17px;
    font-weight: 600;
    color: rgba(0, 0, 0, .8);
    text-align: center
  }
  
  span.highlight_text {
    color: #1680F0
  }
  
  .why_vanan .vanan_title span {
    color: #1680F0
  }
  
  .ordering_process {
    text-align: center;
    padding: 0 0 92px 0
  }
  
  .ordering_process .title {
    font-weight: 800;
    font-size: 38px;
    line-height: 57px;
    color: rgba(0, 0, 0, .85);
    margin-bottom: 17px;
    text-align: start
  }
  
  .ordering_process p.desc {
    font-size: 16px;
    line-height: 23px;
    font-weight: 500;
    color: rgba(0, 0, 0, .6);
    margin-bottom: 19px;
    text-align: start;
    width: 85%
  }
  
  .ordering_process p.desc span {
    font-weight: 700
  }
  
  .ordering_process .place_order {
    text-align: start;
    display: inline-block;
    position: relative
  }
  
  .ordering_process .place_order::before {
    height: 24px;
    width: 35px;
    background: #091452;
    display: inline-block;
    content: ' ';
    position: absolute;
    top: -4px;
    left: -4px;
    transition: all .4s
  }
  
  .ordering_process .place_order:hover::before {
    background: #1680F0
  }
  
  .ordering_process .place_order:hover a {
    background: #091452
  }
  
  .ordering_process .place_order a {
    background-color: #1680F0;
    outline: none;
    border: none;
    text-decoration: none;
    color: #fff;
    background: #1680F0;
    box-shadow: 0 1px 4px rgba(0, 0, 0, .25);
    border-radius: 0 25px 25px 25px;
    padding: 12px 23px;
    font-size: 15px;
    font-weight: 500;
    display: inline-block;
    transition: all .4s;
    position: relative
  }
  
  .ordering_flow {
    position: relative
  }
  
  .ordering_flow::before {
    content: ' ';
    background-image: url(https://attestationuae.com/images/zig_line.png);
    height: 356px;
    width: 259px;
    display: inline-block;
    position: absolute;
    left: 75px;
    z-index: 1;
    top: 60px
  }
  
  .ordering_flow .first_box, .ordering_flow .second_box {
    display: flex;
    justify-content: space-between
  }
  
  .ordering_flow .first_box>.details .content {
    padding: 0 16px
  }
  
  .ordering_flow .first_box .details {
    background: #FFF;
    box-shadow: 0 0 6px -1px rgba(0, 0, 0, .25);
    width: 162px;
    height: 162px;
    border-radius: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
		z-index: 2;
  }
  
  .ordering_flow .second_box .details {
    background: #FFF;
    border: 2px dashed #135B89;
    width: 162px;
    height: 162px;
    border-radius: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
	  z-index: 2;
  }
  
  .ordering_flow .first_box .quote {
    background: #FFF;
    border: 2px dashed #135B89;
    width: 162px;
    height: 162px;
    border-radius: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-top: 60px;
	   z-index: 2;
  }
  
  .ordering_flow .second_box .quote {
    background: #FFF;
    box-shadow: 0 0 6px -1px rgba(0, 0, 0, .25);
    width: 162px;
    height: 162px;
    border-radius: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-top: 60px;
	   z-index: 2;
  }
  
  .ordering_flow .first_box .content, .ordering_flow .second_box .content {
    font-size: 16px;
    font-weight: 600;
    margin-top: 11px;
    color: rgba(0, 0, 0, .6)
  }
  
  .ordering_flow .second_box .content.kick_start {
    padding: 0 18px
  }
  
  .ordering_process::before {
    background-image: url(https://vananservices.com/assets-new/images/order-Pros.svg);
    content: ' ';
    height: 114px;
    width: 887px;
    max-width: 95%;
    display: inline-block;
    margin-top: 10px;
    background-size: contain;
    background-repeat: no-repeat;
    position: relative;
    top: 54px
  }
  
  .success_projects {
	   background-image: url(https://attestationuae.com/images/ads/success_bg.jpg);
    padding: 64px 0;
    background-repeat: no-repeat;
    background-size: cover
  }
  
  
  .no-webp .success_projects {
    background-image: url(https://attestationuae.com/images/success_bg.webp)
  }
  
  .project_box {
    background: linear-gradient(301.78deg, #050E49 0%, #343881 100%);
    border-radius: 10px;
    text-align: center;
    padding: 30px 5px;
  }
  
  .project_box .img_box {
    margin-bottom: 13px;
    min-height: 72px;
    display: flex;
    flex-direction: column;
    justify-content: center;
	  min-width: 200px;
  }
  
  .project_box .title {
    font-weight: 700;
    font-size: 37px;
    color: #fff;
	  line-height:100%;
  }
  
  .project_box .sub_desc {
    font-weight: 400;
    font-size: 16px;
    color: #e5e5e5;
    letter-spacing: .2px
  }
  
  .rank_sec {
    padding: 20px 0 72px 0;
    text-align: center;
    overflow: hidden
  }
  
  .rank_sec::before {
    background-image: url(https://attestationuae.com/images/Best-Attestation-Service.svg);
    content: ' ';
    height: 100px;
    width: 1226px;
    max-width: 100%;
    display: inline-block;
    margin-top: 10px;
    background-size: contain;
    background-repeat: no-repeat;
    position: relative;
    top: 54px
  }

.place_order_btn a {
    text-decoration: none;
    color: white;
}

  
  .rank_sec .title {
    font-size: 38px;
    font-weight: 800;
    line-height: 57px;
    letter-spacing: .02em;
    text-align: center;
    margin-bottom: 5px
  }
  
  .rank_sec .sub_title {
    font-weight: 500;
    font-size: 18px;
    line-height: 23px;
    color: #262626;
    text-align: center;
    margin-bottom: 8px;
    max-width: 98%;
    margin-left: auto;
    margin-right: auto
  }
  
  .rank_sec .sub_title2 {
    font-weight: 500;
    font-size: 18px;
    line-height: 23px;
    color: rgba(0, 0, 0, .6);
    margin-bottom: 37px;
    width: 560px;
    max-width: 98%;
    margin-left: auto;
    margin-right: auto
  }
  
  .rank_sec .rank_card_box {
    background: #EEF6FF;
    box-shadow: 0 0 3px rgba(0, 0, 0, .15);
    border-radius: 10px;
    max-width: 100%;
    min-height: fit-content;
    padding: 22px 26px 20px 26px;
    position: relative;
    width: 274px;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
    height: 100%
  }
  
  .rank_sec .rank_card_box:before {
    display: inline-block;
    height: 87px;
    width: 130px;
    position: absolute;
    right: -14px;
    font-weight: 700;
    font-size: 80px;
    color: #fff;
    text-align: end
  }
  
  .rank_sec .col-12:nth-child(1) .rank_card_box::before {
    content: '01'
  }
  
  .rank_sec .col-12:nth-child(2) .rank_card_box::before {
    content: '02'
  }
  
  .rank_sec .col-12:nth-child(3) .rank_card_box::before {
    content: '03'
  }
  
  .rank_sec .rank_card_box .card_title {
    font-weight: 700;
    font-size: 20px;
    line-height: 26px;
    margin-bottom: 23px;
    position: relative;
    text-align: start
  }
  
  .rank_sec .rank_card_box .card_desc {
    font-weight: 500;
    font-size: 16px;
    line-height: 23px;
    color: rgba(0, 0, 0, .6);
    text-align: start
  }
  
  .about_sec {
    padding: 52px 0 110px 0;
    background: #EEF6FF
  }
  
  .about_sec .about_title {
    margin-bottom: 13px;
    font-size: 35px;
    font-weight: 800;
    line-height: 52px;
    text-align: center
  }
  
  .about_sec .about_desc {
    font-weight: 500;
    font-size: 16px;
    line-height: 23px;
    text-align: center;
    width: 884px;
    max-width: 98%;
    margin: 0 auto 42px auto;
    color: rgba(0, 0, 0, .7)
  }
  
  .about_sec .about_image_sec {
    display: flex;
    justify-content: center;
    position: relative
  }
  
  .about_sec .about_image_sec .abt_img_box:nth-child(2) {
    margin: 0 19px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end
  }
  
  .about_image_sec .abt_hg_box1 {
    padding: 28px 7px;
    background: rgba(9, 22, 83, .9);
    color: #fff;
    position: absolute;
    width: 183px;
    height: 146px;
    bottom: -49px;
    left: 32.5%
  }
  
  .about_image_sec .abt_hg_box2 {
    padding: 10px 7px;
    font-weight: 500;
    background: rgba(9, 22, 83, .9);
    color: #fff;
    position: absolute;
    width: 183px;
    height: 61px;
    right: 26%;
    top: 9px
  }
  
  .about_image_sec .abt_hg_box2 .hg_desc {
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    text-align: center
  }
  
  .about_image_sec .abt_hg_box1 .hg_desc {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 15px;
    text-align: center
  }
  
  .about_image_sec .abt_hg_box1 a {
    border: 2px solid #FFF;
    border-radius: 0 25px 25px 25px;
    display: inline-block;
    text-decoration: none;
    color: #fff;
    padding: 3px 30px
  }
  
  .contact_us {
    padding: 46px 0 52px 0
  }
  
  .contact_us .contact_title {
    font-weight: 800;
    font-size: 35px;
    line-height: 52px;
    margin-bottom: 35px
  }
  
  .contact_us form {
    width: 72%;
    margin: 0 auto
  }
  
  .input_controller input, .input_controller textarea {
    width: 100%;
    background: #FFF;
    -moz-box-shadow: 0 0 10px 1px rgba(0, 0, 0, .05);
    -webkit-box-shadow: 0 0 10px 1px rgba(0, 0, 0, .05);
    box-shadow: 0 0 10px 1px rgba(0, 0, 0, .05);
    border-radius: 12px;
    border: none;
    outline: none;
    padding: 13px 20px;
    margin-bottom: 20px
  }
  
  .input_controller select {
    width: 100%;
    -moz-box-shadow: 0 0 10px 1px rgba(0, 0, 0, .05);
    -webkit-box-shadow: 0 0 10px 1px rgba(0, 0, 0, .05);
    box-shadow: 0 0 10px 1px rgba(0, 0, 0, .05);
    background-color: transparent;
    border-radius: 12px;
    border: none;
    outline: none;
    padding: 13px 20px;
    margin-bottom: 20px;
    color: rgba(0, 0, 0, .5);
    cursor: pointer;
    position: relative;
    z-index: 1
  }
  
  .input_controller.select_box {
    position: relative
  }
  
  .input_controller.select_box::after {
    content: ' ';
    display: inline-block;
    width: 14px;
    height: 8px;
    top: 23px;
    right: 23px;
    background-image: url(../images/select_arrow_icon.svg);
    position: absolute
  }
  
  .input_controller select {
    -webkit-appearance: none;
    -moz-appearance: none
  }
  
  .input_controller input::placeholder, .input_controller textarea::placeholder {
    color: rgba(0, 0, 0, .5)
  }
  
  .input_controller textarea {
    height: 199px;
    margin-bottom: 32px
  }
  
  .form_checkbox {
    margin-bottom: 32px;
    font-weight: 500;
    font-size: 15px;
    line-height: 23px;
    cursor: pointer;
    display: flex;
    align-items: center
  }
  
  .form_checkbox p {
    color: #000;
    font-size: 15px;
    margin-bottom: 0;
    margin-top: 2px
  }
  
  .form_checkbox a {
    color: #000;
    font-size: 15px
  }
  
  .form_checkbox input {
    margin-right: 6px;
    background: #FFF;
    border: 1px solid #D9D9D9;
    box-shadow: 0 0 1px rgba(0, 0, 0, .25);
    border-radius: 5px;
    cursor: pointer
  }
  
  .contact_form_section_box .submit_btn_grp {
    display: inline-block;
    position: relative
  }
  
  .contact_form_section_box .submit_btn_grp::before {
    height: 24px;
    width: 35px;
    background: #091452;
    display: inline-block;
    content: ' ';
    position: absolute;
    top: -4px;
    left: -4px;
    transition: all .4s
  }
  
  .contact_form_section_box .submit_btn_grp:hover .form_submit_btn {
    background: #091452
  }
  
  .contact_form_section_box .submit_btn_grp:hover::before {
    background: #1680F0
  }
  
  .contact_us .submit_btn_grp {
    display: inline-block;
    position: relative
  }
  
  .contact_us .submit_btn_grp::before {
    height: 24px;
    width: 35px;
    background: #091452;
    display: inline-block;
    content: ' ';
    position: absolute;
    top: -4px;
    left: -4px;
    transition: all .4s
  }
  
  .contact_us .submit_btn_grp:hover .form_submit_btn {
    background: #091452
  }
  
  .contact_us .submit_btn_grp:hover::before {
    background: #1680F0
  }
  
  .contact_us .form_submit_btn, .form_submit_btn {
    background: #1680F0;
    box-shadow: 0 1px 4px rgba(0, 0, 0, .25);
    border-radius: 0 25px 25px 25px;
    font-weight: 600;
    font-size: 17px;
    line-height: 22px;
    color: #fff;
    padding: 10px 27px;
    display: inline-block;
    text-decoration: none;
    border: none;
    outline: none;
    transition: all .4s;
    position: relative
  }
  
  .contact_num_sec {
    padding: 20px 0;
    background: #EEF6FF;
    font-weight: 600
  }
  
  .contact_num_sec .contact_box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 90%;
    margin: 0 auto
  }
  
  .contact_num_sec .contact_box>div>a {
    font-size: 16px;
    line-height: 18px;
    display: flex;
    align-items: center;
    color: #000
  }
  
  .mobile_side_bar.active {
    display: inline-block
  }
  
  .mobile_side_bar {
    display: none;
    background-color: rgba(0, 0, 0, .6);
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 9;
    height: calc(100% - 126px);
    width: 100%
  }
  
  @media only screen and (min-width:601px) {
    .mobile_side_bar {
      height: calc(100% - 138px)
    }
  }
  
  .mobile_side_bar .mobile_menu_card {
    width: 75%;
    height: 100%;
    background-color: #E7E7E7;
    animation: mobileSlider .6s;
    overflow: hidden;
    overflow-y: scroll;
    position: relative;
    z-index: 999
  }
  
  @keyframes mobileSlider {
    from {
      opacity: 0;
      transform: translate3d(-100%, 0, 0)
    }
  
    to {
      opacity: 1;
      transform: none
    }
  }
  
  .ordering_process p.mob_desc {
    font-size: 16px;
    line-height: 23px;
    font-weight: 500;
    color: rgba(0, 0, 0, .6);
    margin-bottom: 19px;
    text-align: start;
    width: 85%;
    text-align: center;
    margin: 40px auto 30px auto;
    display: none
  }
  
  .ordering_process .mob_place_order {
    display: inline-block;
    position: relative
  }
  
  .ordering_process .mob_place_order::before {
    height: 24px;
    width: 35px;
    background: #091452;
    display: inline-block;
    content: ' ';
    position: absolute;
    top: -4px;
    left: -4px;
    transition: all .4s
  }



section.why_vanan::before {
    background-image: url(https://attestationuae.com/images/Why-Prompt.svg);
    content: ' ';
    height: 114px;
    width: 700px;
    max-width: 95%;
    display: block;
    margin-top: -10px;
    background-size: contain;
    background-repeat: no-repeat;
    position: relative;
    top: 53px;
	margin-left: auto;
    margin-right: auto;
}
section.human_translation_sec::before {
    background-image: url(https://attestationuae.com/images/svg/We-can-Assist-you.svg);
    content: ' ';
    height: 114px;
    width: 700px;
    max-width: 95%;
    display: block;
    margin-top: -110px;
    background-size: contain;
    background-repeat: no-repeat;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    top: 53px;
}



  @media only screen and (min-width:601px) {
    .ordering_process .mob_place_order::before {
      display: none
    }
  }
  
  .ordering_process .mob_place_order:hover::before {
    background: #1680F0
  }


  .ordering_process .mob_place_order:hover a {
    background: #091452
  }
  
  .ordering_process .mob_place_order a {
    background-color: #1680F0;
    outline: none;
    border: none;
    text-decoration: none;
    color: #fff;
    box-shadow: 0 1px 4px rgb(0 0 0 / 25%);
    border-radius: 0 25px 25px 25px;
    padding: 12px 11px;
    font-size: 15px;
    font-weight: 600;
    display: none;
    position: relative
  }
  
  .mobile_footer {
    display: none
  }
  
  .mob_header_sub_acc .accordion-body {
    color: #090F4D;
    padding-top: 5px;
    padding-left: 25px;
    padding-right: 0
  }
  
  .mob_header_sub_acc {
    background: transparent;
    border: none
  }
  
  .mob_header_sub_acc .accordion-header {
    border: none
  }
  
  .mob_header_sub_acc .accordion-button {
    background: transparent;
    border: none;
    box-shadow: none;
    color: #090F4D;
    font-weight: 500;
    font-size: 16px;
    padding: 10px;
    justify-content: space-between
  }
  
  .mob_header_sub_acc .deep_sub_menu_item {
    text-decoration: none;
    display: inline-block;
    width: 100%;
    padding: 5px 5px 0 5px;
    color: #135B89
  }
  
  .mob_header_sub_acc .accordion-body .desc {
    color: rgba(0, 0, 0, .6);
    font-size: 13px;
    padding-left: 6px;
    padding-bottom: 5px
  }
  
  @media only screen and (min-width:300px) and (max-width:420px) {
    .mob_header_sub_acc .deep_sub_menu_item {
      font-size: 14px
    }
  
    .mob_header_sub_acc .accordion-body {
      padding-left: 5px
    }
  }
  
  .mob_header_sub_acc .accordion-button img {
    transition: .4s
  }
  
  .mob_header_acc>.accordion-collapse>.accordion-body {
    color: #090F4D;
    padding-top: 5px;
    padding-left: 30px;
    padding-right: 30px
  }
  
  .mob_header_acc .horz_hr {
    margin: 7px 0 10px 0
  }
  
  .mob_header_acc {
    background: transparent;
    border: none;
    border-bottom: 1px solid rgba(255, 255, 255, .4)
  }
  
  .mob_header_acc.parent>.accordion-header.active {
    background-color: #fff
  }
  
  .mob_header_acc .accordion-header {
    border: none
  }
  
  .mob_header_acc>h2 .accordion-button {
    background: transparent;
    border: none;
    box-shadow: none;
    color: #090F4D;
    font-weight: 700;
    font-size: 18px;
    padding: 16px 30px 16px 40px;
    justify-content: space-between
  }
  
  .mob_header_acc .accordion-button img {
    transition: .4s
  }
  
  .mobile_menu_card .mob_nav_menu {
    text-decoration: none;
    padding: 16px 30px 16px 40px;
    display: inline-block;
    width: 100%;
    color: #090F4D;
    font-weight: 700;
    font-size: 18px;
    border-bottom: 1px solid rgba(255, 255, 255, .4)
  }
  
  .mobile_menu_card .mob_nav_sub_menu {
    display: inline-block;
    width: 100%;
    padding: 8px 0;
    color: #090F4D;
    font-size: 15px;
    font-weight: 500;
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-decoration: none
  }
  
  .mobile_menu_card .mob_nav_deep_sub_menu {
    display: inline-block;
    width: 100%;
    color: #090F4D;
    font-weight: 500;
    font-size: 16px;
    padding: 10px;
    text-decoration: none
  }
  
  .mob_header_acc.parent>.accordion-header.active>.accordion-button>img {
    transform: rotate(90deg)
  }
  
  .mob_header_sub_acc>.accordion-header.active>.accordion-button>img {
    transform: rotate(90deg)
  }
  
  .mob_header_acc .accordion-button::after {
    display: none
  }
  
  .footer_acc {
    background: transparent
  }
  
  .footer_acc .footer_nav_menu {
    display: inline-block;
    width: 100%;
    text-decoration: none;
    color: #fff;
    padding: 5px 0
  }
  
  .footer_acc .accordion-header {
    border: none
  }
  
  .footer_acc .accordion-button {
    background: transparent;
    border: none;
    box-shadow: none;
    color: #fff;
    padding: 0 !important;
    justify-content: space-between
  }
  
  .footer_acc .accordion-button.active .minus_acc_icon {
    display: inline-block !important
  }
  
  .footer_acc .accordion-button.active .plus_acc_icon {
    display: none
  }
  
  .footer_acc .accordion-button::after {
    display: none
  }
  
  .contact_num_footer {
    margin-top: 15px
  }
  
  .contact_num_footer .title {
    font-weight: 600;
    margin-bottom: 6px;
    font-size: 18px
  }
  
  .mobile_footer .addr {
    font-size: 11px !important
  }
  
  .footer_acc .accordion-body {
    color: #fff;
    padding-top: 5px
  }
  
  .footer_acc .horz_hr {
    margin: 7px 0 10px 0;
    width: 85%
  }
  
  .contact_num_footer .numbers a {
    display: inline-block;
    width: 100%;
    color: rgba(255, 255, 255, .8);
    text-decoration: none;
    margin-bottom: 5px;
    font-size: 12px
  }
  
  .list_item_parent>a {
    display: inherit;
    text-decoration: none;
    color: #000
  }
section.home_banner {
	margin-top: 0px;
}
  
  @media only screen and (min-width:601px) and (max-width:1040px) {
    .home_banner .banner_content {
      text-align: center
    }
  
    .banner_row .banner_title {
      margin-top: 27px !important;
		  text-align: center;
    }
  
    .banner_row p.banner_desc {
      margin-left: auto;
      margin-right: auto;
		text-align: center
    }
	  p.sub_title {
    text-align: center;
}
  }
  
  @media only screen and (min-width:601px) and (max-width:1040px) {
    .contact_num_sec>.container {
      max-width: 95%
    }
  
    .contact_num_sec .contact_box {
      width: 100%
    }
  
    .banner_row .banner_content {
      width: 100% !important;
      margin-bottom: 60px
    }
  
    .banner_row .banner_title {
      margin-top: 75px
    }
	  .banr_rev_sec {
    justify-content: center;
}
  
    .banner_row .banner_lists {
    width: 50% !important;
    margin: 10px auto 10px auto;
}
  
    .home_banner {
      height: unset !important;
		  margin-top: 0px !important;
    }
  
    .home_banner .company_logo_sec {
      bottom: -11% !important
    }
  
    .ordering_process .row>.col-12 {
      width: 100% !important
    }
  
    .ordering_flow {
      width: 52.5% !important;
      margin: 80px auto 10px auto
    }
  
    .client_review_sec {
      padding: 81px 0 81px 0 !important
    }
  
    .mobile_side_bar .mobile_menu_card {
      width: 50% !important
    }
  }
  
  @media only screen and (min-width:300px) and (max-width:767px) {
    .contact_num_sec {
      display: none
    }
  
    .contact_num_col {
      display: block !important;
      padding-top: 0px !important
    }
  
    .project_box .title {
      font-size: 30px !important
    }
  
    .project_box .sub_desc {
      font-size: 14px
    }
	  .img_box.text-center {
    min-width: auto;
}
	  section.human_translation_sec::before {
margin-top: -50px;
	top: 67px;
}  
	.faqp, .faqc {
    width: auto;
}
	  
  }
  
  @media only screen and (min-width:601px) and (max-width:778px) {
    .banner_row .banner_lists {
      width: 80% !important;
      margin: 10px auto 60px auto
    }
  
    .success_projects .project_box {
      margin-bottom: 25px
    }
  
    .rank_card_box {
      margin: 20px auto
    }
  
    .rank_sec .title {
      font-size: 34px !important;
      line-height: 41px;
      margin-bottom: 20px
    }
  
    .rank_sec .sub_title {
      margin-bottom: 15px
    }
  }
  
  @media only screen and (min-width:601px) and (max-width:950px) {
    .vanan_pic_box {
      flex-wrap: wrap
    }
  
    .vanan_pic_box .item_box {
      width: 50% !important;
      margin: 15px 0
    }
  
    .client_review_sec .review_sub_title {
      width: 65% !important
    }
	  .img_box.text-center {
    min-width: auto;
}
  }
  
  @media only screen and (min-width:394px) and (max-width:425px) {
    .ordering_flow::before {
      left: 11px;
      top: 24px
    }
  }
  
  @media only screen and (min-width:426px) and (max-width:486px) {
    .ordering_flow::before {
      left: 44px;
      top: 27px
    }
  }
  
  @media only screen and (min-width:487px) and (max-width:539px) {
    .ordering_flow::before {
      left: 83px;
      top: 23px
    }
  }
  
  @media only screen and (min-width:601px) and (max-width:767px) {
    .page_main_content {
      margin-top: 138px !important
    }
  
    .map_col_sec>div:first-child {
      width: 85% !important;
      margin-top: 30px
    }
  
    .rank_sec .rank_card_box {
      height: unset
    }
  }
  
  @media only screen and (min-width:300px) and (max-width:600px) {
    .banner_lists .list_item .item_title {
      font-size: 14px;
      line-height: 16px !important
    }

	  section.why_vanan::before {
    
    margin-top: -45px;
    top: 78px;
    
}
	  
	  
    .banner_lists .list_item:hover .item_title {
      font-size: 12px
    }
  
    .mobile_cta_btn a.mob_btn {
      margin-left: 0
    }
  
    .rank_sec::before {
      max-width: 100% !important;
		top: 67px;
    }
  
    .rank_sec .rank_card_box {
      width: 80%;
      height: unset
    }
  
    .ordering_flow .first_box .details, .ordering_flow .first_box .quote, .ordering_flow .second_box .details, .ordering_flow .second_box .quote {
    
    }
	  .banner_row .typing span {
    text-align: center;
		  font-weight: 600;
}
	  section.home_banner {
    margin-top: 100px;
}
  
    .ordering_flow .first_box .content, .ordering_flow .second_box .content {
      font-size: 13px !important
    }
  
    .mobile_footer {
      display: flex !important
    }
  
    .banner_row .banner_lists {
      width: 94% !important;
      padding: 0 !important;
      margin: 10px auto
    }
  
    .banner_lists .list_item {
     
    }
  
   
    .home_banner {
      height: unset !important
    }
  
    .ordering_flow {
      width: 90% !important;
      margin: 20px auto 10px auto
    }
  
    .success_projects {
      height: unset !important
    }
  
    .project_box {
      margin-bottom: 40px;
      padding: 20px 5px !important
    }
  
    .rank_card_box {
      margin: 20px auto
    }
  
    .contact_us form {
      width: 100% !important
    }
  
    .vanan_pic_box {
      flex-wrap: wrap
    }
  
    .home_banner .banner_content {
      width: 100% !important
    }
  
    .vanan_pic_box .item_box {
      width: 33% !important;
      margin: 15px 0;
      min-height: 118px
    }
  
    .vanan_pic_box .item_box:nth-child(3)::before {
      display: none !important
    }
  
    .vanan_pic_box .item_box:not(.item_box:last-child)::before {
      height: 105px !important;
      top: 4px
    }
  
    .vanan_pic_box {
      background: transparent;
      border: none;
      box-shadow: none;
      padding: 0
    }
  
    .vanan_pic_box .item_box .content {
      font-size: 12px !important
    }
  
    .vanan_pic_box .item_box .img_sec {
      margin-bottom: 15px !important;
      min-height: 67px
    }
  
    section.client_review_sec {
      padding: 1px 0 81px 0 !important
    }
  
    .client_review_sec .review_sub_title {
      width: 95% !important;
      font-size: 15px
    }
  
    .rank_sec .sub_title {
      width: 95% !important
    }
	  .multi_lang_sec .lang_list_sec .item .cont {
    margin-left: 5px !important;
    margin-right: 5px !important;
    font-size: 12px;
}
  }
  
  @media only screen and (min-width:300px) and (max-width:410px) {
    .why_vanan>.container {
      padding: 0
    }
  
    .vanan_pic_box .item_box {
      padding: 0 10px
    }
  }
  
  @media only screen and (min-width:540px) and (max-width:767px) {
    .ordering_flow {
      width: 75% !important
    }
  }
  
  @media only screen and (min-width:300px) and (max-width:600px) {
    .desktop_footer {
      display: none
    }
	  .modal-content 
	  { 
		  width: 100% !important;
	  }

	  .grecaptcha-badge {
    display: none;
		visibility: hidden;
}
    .nav_sec {
      flex-wrap: wrap;
      padding: 0 8px
    }
  
    .mobile_cta_btn {
      display: inline-flex;
      justify-content: space-between;
      align-items: center;
      width: 100%;
      margin-top: 10px
    }
  
    .nav_item.contact_num {
      padding-top: 0;
      margin-left: 10px
    }
  
    .header_logo {
      width: 100%;
      text-align: center
    }
  
    .header_logo .menu_bar{
    margin-left: 20px;
}
  
    .header_logo .mob_close_icon {
      
    }
  
    .header_logo>a {
      margin-left: 2px
    }
  
    .rank_card_box {
      min-height: unset !important
    }
  
    .banner_row .banner_title {
      font-size: 33px !important;
      text-align: center;
      line-height: 45px !important;
      margin-bottom: 5px
    }
  
    .banner_row p.sub_title, .banner_row p.banner_desc, .banner_row .typing, .banner_row .banner_cta_btn {
      display: none
    }
  
    .desc_anim_mob .typing {
      display: inline-block;
      margin-bottom: 0;
      margin-top: 5px;
	color: rgba(0, 0, 0, .7);
    }
  
    .mobile_banner_content {
      display: block
    }
  
    .home_banner .company_logo_sec {
      padding: 10px 0 !important;
      bottom: -7% !important
    }
  
    .client_review_sec .review_title {
      font-size: 25px !important;
      margin-bottom: 10px !important
    }
  
    .why_vanan {
      padding: 17px 0 50px 0 !important
    }
  
    .why_vanan .vanan_title {
      font-size: 28px !important;
      margin-bottom: 0 !important
    }
  
    .contact_us .contact_title {
      font-size: 28px !important
    }
  
    .ordering_process .title {
      font-size: 26px;
      text-align: center!important;
      line-height: 37px !important
    }
  
    .ordering_process::before {
      height: 80px !important
    }
  
    .ordering_process p.desc, .ordering_process .place_order {
      display: none
    }
  
    .ordering_process p.mob_desc, .ordering_process .mob_place_order a {
      display: inline-block
    }
  
    .ordering_process {
      padding: 0 0 52px 0 !important
    }
  
    .success_projects {
      padding: 64px 0 24px 0
    }
  
    .project_box .title {
      font-size: 26px
    }
  
    .project_box .sub_desc {
      font-size: 13px
    }
  
    .rank_sec {
      padding: 0 0 42px 0
    }
  
    .rank_sec .title {
      font-size: 29px;
      line-height: 37px;
      margin-bottom: 15px
    }
  
    .rank_sec .sub_title {
      margin-bottom: 15px;
      font-size: 16px
    }
  
    .rank_sec .sub_title2 {
      font-size: 16px
    }
  
    .about_sec .about_title {
      font-size: 28px;
      line-height: 32px
    }
  
    .about_sec .about_desc {
      font-size: 13px;
      width: 97%;
      color: #5F6266
    }
  
    .banner_lists .first_sec .parent1::before, .banner_lists .last_sec .parent6::before, .banner_lists .middle_sec .parent3::before {
      top: -6px
    }
  
    .banner_lists .first_sec .parent2::before, .banner_lists .last_sec .parent7::before, .banner_lists .middle_sec .parent5::before {
      bottom: 24px
    }
  
    .banner_lists .middle_sec .parent4::before {
      background-image: url(../images/mob_center_border.png);
      height: 164px !important;
      width: 128px !important;
      top: 32.5% !important
    }
  
    footer .social_media_icons {
      justify-content: flex-start
    }
  }
  
  @media only screen and (min-width:300px) and (max-width:767px) {
    .about_sec .about_image_sec .abt_img_box:nth-child(2), .about_sec .about_image_sec .abt_img_box:nth-child(3) {
      display: none
    }
  
    .about_image_sec .abt_hg_box2 {
      right: 0%;
      top: -1px
    }
  
    .about_image_sec .abt_hg_box1 {
      left: 0%;
      height: 128px;
      padding: 21px 7px
    }
  
    .about_image_sec .abt_hg_box2 .hg_desc, .about_image_sec .abt_hg_box1 .hg_desc, .about_image_sec .abt_hg_box1 a {
      font-size: 14px
    }
  }
  
  @media only screen and (min-width:767px) and (max-width:880px) {
    .about_image_sec .abt_hg_box2 {
      right: 25%
    }
  }
  
  @media only screen and (min-width:500px) and (max-width:767px) {
    .rank_card_box {
      width: 75% !important;
      min-height: unset !important
    }
  }
  
  @media only screen and (min-width:540px) and (max-width:652px) {
    .ordering_flow::before {
      top: 29px
    }
  }
  
  @media only screen and (min-width:653px) and (max-width:767px) {
    .ordering_flow::before {
      top: 51px;
      left: 129px
    }
  }
  
  @media only screen and (min-width:768px) and (max-width:900px) {
    .ordering_flow::before {
      top: 51px;
      left: 129px
    }
  
    .ordering_flow {
      width: 62.5% !important
    }
  }
  
  @media only screen and (min-width:768px) and (max-width:916px) {
    .success_projects>.container {
      padding: 0
    }
  
    .project_box .sub_desc {
      font-size: 13px
    }
  
    .project_box .title {
      font-size: 28px
    }
  }
  
  @media only screen and (min-width:901px) and (max-width:1040px) {
    .ordering_flow::before {
      top: 51px;
      left: 129px
    }
  
    .ordering_flow {
      width: 52.5% !important
    }
  }
  
  @media only screen and (min-width:601px) and (max-width:991px) {
    .mobile_cta_btn {
      display: inline-flex;
      justify-content: space-between;
      align-items: center;
      width: 100%;
      margin-top: 10px
    }
  
    .nav_item.contact_num {
      padding-top: 0;
      margin-left: 10px
    }
  
    .nav_sec {
      flex-wrap: wrap;
      padding: 0 8px
    }
  
    .header_logo {
      width: 100%;
      text-align: center
    }
  
    .header_logo>a {
      margin-left: 35px
    }
  
    .header_logo .menu_bar, .header_logo .mob_close_icon {
      
    }
  
    .header_logo .mob_close_icon {
      margin-top: 10px;
      margin-bottom: 8px
    }
  
    .mobile_cta_btn a.mob_btn {
      font-size: 16px !important;
      padding: 7px 20px !important
    }
  }
  
  @media only screen and (min-width:360px) and (max-width:390px) {
    .mobile_cta_btn .mob_btn {
      margin-left: 0px !important
    }
  }
  
  @media only screen and (min-width:300px) and (max-width:393px) {
    .ordering_flow::before {
      left: 3px;
      top: 35px
    }
  
    .ordering_flow {
      width: 98% !important
    }
  
    .banner_row .banner_lists {
      width: 100% !important
    }
  }
  
  @media only screen and (min-width:300px) and (max-width:600px) {
    .mobile_banner_content .desc_anim_mob {
      width: 316.58px;
      margin: 0 auto
    }
  }
  
  @media only screen and (min-width:300px) and (max-width:424px) {
    .banner_row .banner_title {
      font-size: 27px !important;
      line-height: 40px !important
    }
  }
  
  @media only screen and (min-width:300px) and (max-width:407px) {
    .project_box .sub_desc {
      font-size: 12px
    }
  
    .project_box .title {
      font-size: 24px !important
    }
  
    .success_projects>.container {
      padding: 0
    }
  }
  
  .menu_wrapper_resp .sub_menu .has_deep_dropdown_li>img {
    display: none
  }
  
  header .menu_wrapper_resp>ul>li .has_dropdown_li .mob_side_arr_icon {
    display: none
  }
  
  @media only screen and (max-width:991px) {
    header .menu_sec>.menu_wrapper_resp {
      position: absolute;
      width: 100%;
      top: 126px;
      left: 0;
      display: none;
      background-color: rgba(0, 0, 0, .6);
      height: calc(100vh - 126px)
    }
  
    header .menu_sec>.menu_wrapper_resp>ul {
      display: block !important;
      width: 70%;
      background-color: #E7E7E7;
      height: 100%;
      overflow: hidden;
      overflow-y: scroll;
      padding-bottom: 100px
    }
  
    header .menu_wrapper_resp .nav_item {
      color: #090F4D;
      font-weight: 700;
      font-size: 18px;
      padding: 16px 30px 16px 30px;
      margin: 0
    }
  
    header .menu_sec>.menu_wrapper_resp>ul>li {
      border-bottom: 1px solid rgba(255, 255, 255, .4)
    }
  
    header .sub_menu {
      position: static;
      background-color: transparent;
      box-shadow: none;
      padding: 5px 30px 16px 30px
    }
  
    .sub_menu::before {
      display: none
    }
  
    header .menu_sec>.menu_wrapper_resp>ul>li:hover>a {
      background-color: #fff
    }
  
    header .menu_sec ul li .has_dropdown_li.active~.sub_menu {
      display: block !important;
      opacity: 1;
      visibility: visible
    }
  
    header .sub_menu>li>a {
      color: #090F4D;
      font-weight: 500;
      font-size: 16px;
      padding: 10px
    }
  
    header .sub_menu .has_deep_dropdown_li>a {
      color: #090F4D;
      font-weight: 500;
      font-size: 16px;
      padding: 10px
    }
  
    header .deep_sub_menu {
      position: static;
      display: none;
      min-width: unset;
      width: 100%
    }
  
    header .deep_sub_menu>div {
      width: 100% !important
    }
  
    header .sub_menu .has_deep_dropdown_li.active~.deep_sub_menu {
      display: block !important;
      opacity: 1;
      visibility: visible
    }
  
    .menu_wrapper_resp>ul>li>.chat_quote_btn {
      display: none
    }
  
    .menu_wrapper_resp>ul>li>.contact_num {
      display: none
    }
  
    .menu_wrapper_resp>ul>li>.place_order_btn {
      background-color: transparent;
      width: 100%;
      border-radius: 0
    }
  
    .menu_wrapper_resp>ul>li>.has_dropdown_li>a {
      padding-right: 10px;
      padding-left: 30px;
      border-radius: 0
    }
  
    .menu_wrapper_resp>ul>li>.has_dropdown_li>.place_order_btn {
      background-color: transparent;
      padding-right: 10px;
      border-radius: 0
    }
  
    .menu_wrapper_resp>ul>li>.has_dropdown_li {
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding-right: 30px
    }
  
    .menu_wrapper_resp>ul>li>.has_dropdown_li.active {
      background: #fff
    }
  
    header .sub_menu>li .deep_sub_menu {
      padding: 0 5px 0 15px
    }
  
    .deep_sub_menu .left_sec {
      padding-left: 0
    }
  
    header .sub_menu a:hover {
      color: #090F4D
    }
  
    header .sub_menu>li {
      padding-right: 0
    }
  
    header .nav_dropdown img {
      display: none !important
    }
  
    header .menu_wrapper_resp>ul>li .has_dropdown {
      display: flex;
      justify-content: space-between;
      align-items: center
    }
  
    header .menu_wrapper_resp>ul>li .has_dropdown:after {
      content: ' ';
      display: inline-block;
      width: 10px;
      height: 16px;
      background-image: url(../images/right_black_arrow.png);
      background-repeat: no-repeat;
      transition: all .5s
    }
  
    .menu_wrapper_resp>ul>li>.has_dropdown_li>a:after {
      display: none
    }
  
    header .menu_wrapper_resp>ul>li .has_dropdown_li .mob_side_arr_icon {
      display: block;
      transition: all .5s
    }
  
    header .menu_wrapper_resp>ul>li .has_dropdown_li.active .mob_side_arr_icon {
      transform: rotate(90deg)
    }
  
    .menu_wrapper_resp>ul>li>.sub_menu .has_deep_dropdown_li {
      display: flex;
      justify-content: space-between;
      align-items: center
    }
  
    .menu_wrapper_resp .sub_menu .has_deep_dropdown_li .has_deep_dropdown {
      width: unset
    }
  
    .menu_wrapper_resp .sub_menu .has_deep_dropdown_li>img {
      display: block;
      transition: all .5s
    }
  
    .menu_wrapper_resp .sub_menu .has_deep_dropdown_li.active>img {
      transform: rotate(90deg)
    }
  
    header .menu_wrapper_resp.active>ul {
      transform: translate3d(0%, 0, 0)
    }
  
    header .menu_wrapper_resp>ul {
      transition: transform .6s ease-out;
      transform: translate3d(-100%, 0, 0)
    }
  
    .menu_wrapper_resp .nav_item_contact_li {
      border-bottom: 0 !important
    }
  }
  
  header .menu_sec>.menu_wrapper_resp>ul {
    display: flex;
    margin-bottom: 0
  }
  
  @media only screen and (min-width:768px) {
    .footer_menu_sec .row>.col-md-2 {
      width: 21%
    }
  
    .footer_menu_sec .row>.col-md-9 {
      width: 79%
    }
  }
  
  @media only screen and (min-width:768px) {
    footer .horz_hr {
      display: none
    }
  }
  
  @media only screen and (max-width:767px) {
    .footer_menu_sec .foot_menu_list {
      display: none
    }
  
    footer .map_col_sec {
      display: none
    }
  
    .footer_menu_sec .col.mobile_menu_col {
      flex-basis: 100%
    }
  
    footer .foot_title {
      padding-top: 0;
      margin-bottom: 0;
      font-size: 16px;
      font-weight: 400;
      display: flex;
      justify-content: space-between;
      align-items: center
    }
  
    .footer_menu_sec .row>.col-md-9 {
      padding-right: 0
    }
  
    .add_bar_sec.mobile .addr {
      font-size: 11px !important
    }
  
    footer .add_bar_sec.mobile .title {
      font-size: 15px;
      font-weight: 400
    }
  
    footer .foot_title:after {
      display: inline-block;
      height: 16px;
      width: 16px;
      content: ' ';
      background-repeat: no-repeat;
      background-size: contain;
      background-position-y: center;
    }
  
    footer .foot_title.active:after {
     
    }
  
    footer .foot_menu_list li a {
      display: inline-block;
      width: 100%
    }
  
    footer .social_media_icons {
      justify-content: flex-start
    }
  }
  
  .horz_hr {
    margin: 6px 0 10px 0;
    width: 85%
  }
  
  .service_banner_sec {
    padding: 80px 0 70px 0;
    background-color: #EEF6FF
  }
  
  .bread_crumps_sec a {
    font-family: "Inter", sans-serif;
    color: #0A0F4D;
    font-size: 15px;
    text-transform: capitalize;
    font-weight: 600;
    text-decoration: none
  }
  
  .bread_crumps_sec a.current_pg {
    color: #565a83
  }
  
  .service_banner_sec .service_banr_title {
    font-size: 46px;
    font-weight: 800;
    line-height: 58px;
    color: #091552
  }
.col-12.col-sm-12.col-md-7.text-start h3 {
    text-align: left;
}
  
  @media only screen and (min-width:1037px) and (max-width:1399px) {
    .service_banner_sec .service_banr_title {
      font-size: 40px;
      line-height: 50px
    }
  }
  
  .service_banner_sec .banr_sub_title {
    margin: 16px 0;
    font-size: 22px;
    font-weight: 600
  }
  
  .service_banner_sec .banr_desc {
    font-weight: 400;
    font-size: 18px;
    line-height: 26px;
    color: rgba(0, 0, 0, .7);
    width: 536px;
    max-width: 99%;
    margin-bottom: 30px
  }
  
  .service_banner_sec .serv_banr_left {
    padding-top: 50px;
    width: 60.666667%
  }
  
  .service_banner_sec .serv_banr_right {
    width: 39.333333%
  }
  
  .service_banner_sec .banr_rev_sec {
    display: flex;
    align-items: center
  }
  
  a {
    text-decoration: none
  }
  
  .serv_banr_right .brn_img .overlay_cnt {
    position: absolute;
    top: 16px;
    left: -52px;
    background: #FFF;
    border: 2px solid #0A0E4D;
    border-radius: 100px 160px 0 100px;
    padding: 14px 12px;
    font-weight: 500;
    z-index: 2;
    font-size: 16px;
    color: rgba(0, 0, 0, .8)
  }
  
  .service_banner_sec .banr_rev_sec {
    margin-bottom: 98px
  }
  
  .banr_rev_sec .bnr_cta_btn {
    position: relative;
    display: inline-block
  }
  
  .banr_rev_sec .bnr_cta_btn::before {
    height: 24px;
    width: 35px;
    background: #091452;
    display: inline-block;
    content: ' ';
    position: absolute;
    top: -4px;
    left: -4px;
    transition: all .4s
  }
  
  .banr_rev_sec .bnr_cta_btn a {
    background: #1680F0;
    box-shadow: 0 1px 4px rgba(0, 0, 0, .25);
    border-radius: 0 25px 25px 25px;
    padding: 11px 25px;
    font-weight: 500;
    font-size: 18px;
    color: #fff;
    text-decoration: none;
    display: inline-block;
    position: relative;
    transition: all .4s
  }
  
  .banr_rev_sec .bnr_cta_btn:hover a {
    background: #091452
  }
  
  .banr_rev_sec .bnr_cta_btn:hover::before {
    background: #1680F0
  }
  
  .banr_rev_sec>span {
    margin: 0 30px 0 40px
  }
  
  .banr_rev_sec .bnr_rev {
    width: 181px;
    max-width: 99%;
    text-align: center
  }
  
  .banr_rev_sec .bnr_rev img {
    margin-bottom: 10px
  }
  
  .banr_rev_sec .bnr_rev .cont {
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    text-align: center;
    color: rgba(0, 0, 0, .7)
  }
  
  .service_banner_sec .trusted_desc {
    font-weight: 700;
    font-size: 16px;
    color: rgba(9, 21, 82, .25);
    line-height: 22px;
    width: 318px;
    max-width: 99%
  }
  
  .service_higlight_sec {
    width: 780px;
    max-width: 95%;
    margin: 0 auto;
    position: relative;
    bottom: 67px;
    text-align: center
  }
  
  .service_higlight_card {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    padding: 25px 0;
    background-color: #fff;
    box-shadow: 0 1px 5px rgba(0, 0, 0, .25);
    border-radius: 20px;
    transition: 0.6s
  }
  
  .service_higlight_card .item .title {
    font-weight: 600;
    font-size: 15px;
    line-height: 18px;
    color: rgba(0, 0, 0, .8);
    opacity: .6;
    margin-top: 14px;
    transition: 0.6s
  }
  
  .service_higlight_card .item .icon {
    min-height: 73px;
    display: flex;
    justify-content: center;
    align-items: center
  }
  
  .service_higlight_card .ver_line {
    background-color: rgba(9, 30, 90, .3);
    width: 1px;
    height: 63px
  }
  
  .highlight_hover_icon {
    display: none;
    transition: 0.6s
  }
  
  .service_higlight_card:hover .highlight_hover_icon {
    display: inline-block
  }
  
  .service_higlight_card:hover .highlight_normal_icon {
    display: none
  }
  
  .service_higlight_card:hover .item .title {
    opacity: 1
  }
  
  .service_higlight_card.active .highlight_hover_icon {
    display: inline-block
  }
  
  .service_higlight_card.active .highlight_normal_icon {
    display: none
  }
  
  .service_higlight_card.active .item .title {
    opacity: 1
  }
  
  .serv_req_sec {
    padding: 0 0 101px 0
  }
  
  .serv_req_sec .main_title {
    font-weight: 700;
    font-size: 25px;
    line-height: 30px;
    color: #091452;
    margin-bottom: 10px
  }
  
  .serv_req_sec .sub_title {
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    color: rgba(0, 0, 0, 1);
    margin-bottom: 32px;
    width: 735px;
    max-width: 99%;
    margin-left: auto;
    margin-right: auto
  }
  
  .serv_req_sec .req_card {
    padding: 26px 20px;
    background: #FFF;
    box-shadow: 0 0 12px 1px #DCE7F4;
    border-radius: 5px;
    width: 342px;
    margin: 0 auto;
    max-width: 100%;
    height: 100%
  }
  
  .serv_req_sec .req_card .icon {
    min-height: 118px;
    display: flex;
    justify-content: center;
    align-items: center
  }
  
  .serv_req_sec .req_card .card_title {
    font-weight: 700;
    font-size: 25px;
    color: #1680F0;
    margin-bottom: 12px
  }
  
  .serv_req_sec .req_card .card_desc {
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    color: rgba(65, 65, 65, .8)
  }
  
  .ser_satisfied_client_sec {
    padding-bottom: 130px
  }
  
  .ser_satisfied_client_sec .content_sec .lang {
    font-weight: 600;
    font-size: 16px;
    color: #1680F0;
    margin-bottom: 7px
  }
  
  .ser_satisfied_client_sec .content_sec .main_title {
    color: #091452;
    font-weight: 700;
    font-size: 30px;
    line-height: 36px;
    margin-bottom: 15px
  }
  
  .ser_satisfied_client_sec .client_second_col .cta_btn_grp {
    position: relative;
    display: inline-block;
    margin-top: 15px
  }
  
  .ser_satisfied_client_sec .client_second_col .cta_btn_grp:before {
    height: 24px;
    width: 35px;
    background: #091452;
    display: inline-block;
    content: ' ';
    position: absolute;
    top: -4px;
    left: -4px;
    transition: all .4s
  }
  
  .ser_satisfied_client_sec .client_second_col .cta_btn_grp:hover::before {
    background: #1680F0
  }
  
  .ser_satisfied_client_sec .client_second_col .cta_btn_grp:hover a {
    background: #091452
  }
  
  .ser_satisfied_client_sec .client_second_col .cta_btn_grp a {
    background: #1680F0;
    box-shadow: 0 1px 4px rgb(0 0 0 / 25%);
    border-radius: 0 25px 25px 25px;
    padding: 11px 20px;
    color: #fff;
    font-size: 18px;
    display: inline-block;
    position: relative;
    transition: all .4s
  }
  
  @media only screen and (min-width:1037px) and (max-width:1399px) {
    .ser_satisfied_client_sec .content_sec .main_title {
      font-size: 26px;
      line-height: 32px
    }
  }
  
  .ser_satisfied_client_sec .content_sec .sub_desc {
    font-weight: 400;
    font-size: 17px;
    line-height: 26px;
    color: rgba(0, 0, 0, .8)
  }
  
  .ser_satisfied_client_sec .content_sec a {
    color: #091452;
    font-weight: 500;
    font-size: 17px;
    line-height: 26px
  }
  
  .ser_satisfied_client_sec .client_first_col {
    margin-top: 26px
  }
  
  @media only screen and (min-width:992px) {
    .ser_satisfied_client_sec>.container>.row>.col-lg-6.client_first_col {
      width: 44%
    }
  
    .ser_satisfied_client_sec>.container>.row>.col-lg-6.client_second_col {
      width: 56%
    }
  
    .seo_content_img_sec1 .seo_content_col:nth-child(1) {
      width: 60%
    }
  
    .seo_content_img_sec1 .seo_content_col:nth-child(2) {
      width: 40%
    }
  
    .seo_content_img_sec2 .seo_content_col:nth-child(1) {
      width: 40%
    }
  
    .seo_content_img_sec2 .seo_content_col:nth-child(2) {
      width: 60%
    }
	 
  }
  
  @media only screen and (min-width:1164px) {
    .ser_satisfied_client_sec>.container>.row>.col-lg-6.client_first_col {
      width: 45%
    }
  
    .ser_satisfied_client_sec>.container>.row>.col-lg-6.client_second_col {
      width: 55%
    }
  
    .seo_content_img_sec1 .seo_content_col:nth-child(1) {
      width: 55%
    }
  
    .seo_content_img_sec1 .seo_content_col:nth-child(2) {
      width: 45%
    }
  
    .seo_content_img_sec2 .seo_content_col:nth-child(1) {
      width: 45%
    }
  
    .seo_content_img_sec2 .seo_content_col:nth-child(2) {
      width: 55%
    }
  }
  
  .ser_satisfied_client_sec .left_img_sec .bottem_overlay {
    display: flex;
    width: 450px;
    max-width: 100%;
    margin: 0 auto;
    align-items: flex-end;
    position: relative
  }
  
  .ser_satisfied_client_sec .left_img_sec .top_overlay {
    background: #FFF;
    box-shadow: 2px 1px 10px rgba(0, 0, 0, .2);
    border-radius: 15px;
    display: flex;
    align-items: center;
    width: 171px;
    text-align: start;
    padding: 5px 10px;
    position: absolute;
    right: 31px;
    top: -24px
  }
  
  .ser_satisfied_client_sec .left_img_sec .top_overlay .img_box .icon {
    height: 38px;
    width: 38px;
    border-radius: 50%;
    background-color: #091552;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 14px
  }
  
  .ser_satisfied_client_sec .left_img_sec .top_overlay .cont {
    font-weight: 700;
    font-size: 16px;
    color: #000
  }
  
  .ser_satisfied_client_sec .left_img_sec .top_overlay .cont p {
    margin-bottom: 0;
    font-weight: 500;
    font-size: 13px;
    color: rgba(0, 0, 0, .8)
  }
  
  .left_img_sec .bottem_overlay .left {
    position: absolute;
    bottom: 0;
    left: 4px
  }
  
  .left_img_sec .bottem_overlay .left span {
    font-weight: 700;
    font-size: 38px;
    color: #fff;
    position: absolute;
    left: 5px;
    bottom: -8px
  }
  
  .left_img_sec .bottem_overlay .right {
    color: #0A0D4C;
    font-weight: 500;
    font-size: 18px;
    padding-left: 105px;
    position: relative;
    top: 4px
  }
  
  
   .ser_happy_clients {
    margin-bottom: -80px;
}
  
  
  .client_count_box_sec {
    padding: 40px 0;
    text-align: center;
    background-color: #091452;
    border-radius: 15px;
    color: #fff;
    position: relative;
    overflow: hidden
  }
  
  .client_count_box_sec .img_back_vec {
    position: absolute;
    bottom: 0
  }
  
  .client_count_box_sec .img_back_vec img {
    height: 179px;
    object-fit: cover
  }
  
  .client_count_box_sec .card_item .count {
    font-weight: 600;
    font-size: 35px;
    margin-bottom: 13px
  }
  
  .client_count_box_sec .card_item_col:nth-child(1) .card_item .count span {
    color: #00BC5B
  }
  
  .client_count_box_sec .card_item_col:nth-child(2) .card_item .count span {
    color: #1680F0
  }
  
  .client_count_box_sec .card_item_col:nth-child(3) .card_item .count span {
    color: #13F8DC
  }
  
  .client_count_box_sec .card_item_col:nth-child(4) .card_item .count span {
    color: #B7F016
  }
  
  .client_count_box_sec .card_item .title {
    font-weight: 500;
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 10px
  }
  
  .seo_content_img_sec {
    padding-bottom: 80px;
    padding-top: 80px;
}
  
  .seo_content_img_sec .cont_sec .main_title {
    font-weight: 700;
    font-size: 30px;
    line-height: 40px;
    color: #0A0E4D;
    margin-bottom: 20px
  }
  
  .seo_content_img_sec .cont_sec .main_title.accuracy {
    width: 485px;
    max-width: 100%
  }
  
  .seo_content_img_sec .cont_sec .sub_desc {
    font-weight: 400;
    font-size: 17px;
    line-height: 29px;
    color: rgba(0, 0, 0, .8);
    margin-bottom: 25px
  }
  
  .seo_content_img_sec .cont_sec a {
    color: #1680F0
  }
  
  .seo_content_img_sec .seo_cta_btn {
    position: relative;
    display: inline-block
  }
  
  .seo_content_img_sec .seo_cta_btn::before {
    height: 24px;
    width: 35px;
    background: #091452;
    display: inline-block;
    content: ' ';
    position: absolute;
    top: -4px;
    left: -4px;
    transition: all .4s
  }
  
  .seo_content_img_sec .seo_cta_btn a {
    background: #1680F0;
    box-shadow: 0 1px 4px rgba(0, 0, 0, .25);
    border-radius: 0 25px 25px 25px;
    padding: 11px 20px;
    color: #fff;
    font-size: 18px;
    display: inline-block;
    position: relative;
    transition: all .4s
  }
  
  .seo_content_img_sec .seo_cta_btn:hover::before {
    background: #1680F0
  }
  
  .seo_content_img_sec .seo_cta_btn:hover a {
    background: #091452
  }
  
  .seo_content_img_sec .cont_sec .seo_cta_btn {
    position: relative;
    display: inline-block
  }
  
  .seo_content_img_sec .cont_sec .seo_cta_btn::before {
    height: 24px;
    width: 35px;
    background: #091452;
    display: inline-block;
    content: ' ';
    position: absolute;
    top: -4px;
    left: -4px;
    transition: all .4s
  }
  
  .seo_content_img_sec .cont_sec .seo_cta_btn a {
    background: #1680F0;
    box-shadow: 0 1px 4px rgba(0, 0, 0, .25);
    border-radius: 0 25px 25px 25px;
    padding: 11px 20px;
    color: #fff;
    font-size: 18px;
    display: inline-block;
    position: relative;
    transition: all .4s
  }
  
  .seo_content_img_sec .cont_sec .seo_cta_btn:hover::before {
    background: #1680F0
  }
  
  .seo_content_img_sec .cont_sec .seo_cta_btn:hover a {
    background: #091452
  }
  
  .human_translation_sec {
    padding: 120px 0 60px 0;
    background-color: rgba(238, 246, 255, .6);
   
  }
  
  .human_translation_sec .main_title {
    font-weight: 700;
    font-size: 30px;
    color: #091452;
    margin-bottom: 13px;
    text-align: center
  }
  
  .human_translation_sec .sub_desc {
    width: 731px;
    max-width: 99%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 35px;
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    text-align: center;
    color: rgba(0, 0, 0, .8)
  }
  
  .human_translation_sec .card_item {
    background: #FBFBFB;
    box-shadow: 0 0 8px rgba(0, 0, 0, .25);
    border-radius: 15px;
    margin-bottom: 30px;
    margin-left: 10px;
    margin-right: 10px;
    width: 287px;
    max-width: 100%;
    overflow: hidden
  }
  
  .human_translation_sec .card_item .card_head {
    background: #F0F0F4;
    text-align: center;
    color: #0A0E4D;
    font-weight: 700;
    font-size: 18px;
    padding: 20px 10px
  }
  
  .human_translation_sec .card_item .card_body {
    padding: 12px;
  }
  
  .human_translation_sec .card_item .card_body .list {
    margin-bottom: 5px;
    display: flex;
    align-items: center;
    font-weight: 500;
    font-size: 13px;
    color: rgba(0, 0, 0, .8);
	  background-color: #fbfbfb;
    padding-left: 0;
    list-style-type: none;
  }
  
  .human_translation_sec .card_item .card_body .list img {
    margin-right: 6px;
		width: 6px;
	  margin-bottom: 0px;
  }
  
  .how_it_works {
    padding: 30px 0;
    
    background-color: #F5FAFF
  }
  
  .how_it_works .main_title {
    font-weight: 700;
    font-size: 30px;
    color: #091452;
    margin-bottom: 16px;
    text-align: center
  }
  
  .how_it_works .sub_desc {
    width: 660px;
    max-width: 99%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 33px;
    font-weight: 400;
    font-size: 18px;
    line-height: 26px;
    color: rgba(0, 0, 0, 1);
    text-align: center
  }
  
  .how_it_works .card_item .icon {
    height: 114px;
    width: 114px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 10px auto 20px auto;
    background: #FFF;
    box-shadow: 0 0 5px rgba(9, 21, 82, .25);
    position: relative;
    z-index: 1
  }
  
  .how_it_works .card_item .overlay_content {
    font-weight: 600;
    font-size: 40px;
    color: rgba(9, 21, 82, .1);
    position: absolute
  }
  
  .how_it_works .how_it_works_col {
    position: relative
  }
  
  .how_it_works .how_it_works_col:not(:last-child):after {
    content: ' ';
    display: inline-block;
    background-image: url(../images/hw_side_line.svg);
    width: 137px;
    height: 2px;
    background-repeat: no-repeat;
    position: absolute;
    top: 40%;
    right: -68px
  }
  
  .how_it_works .card_item {
    display: inline-block
  }
  
  .how_it_works .card_item .overlay_content.one {
    top: -8%;
    left: 9%
  }
  
  .how_it_works .card_item .overlay_content.two {
    top: -8%;
    left: -6%
  }
  
  .how_it_works .card_item .overlay_content.three {
    top: -8%;
    left: 7%
  }
  
  .how_it_works .card_item .overlay_content.four {
    top: -8%;
    left: 7%
  }
  
  @media only screen and (min-width:300px) and (max-width:410px) {
    .how_it_works .card_item .title {
      font-size: 15px !important
    }
  
    .how_it_works .card_item .overlay_content.one {
      top: -8%;
      left: -2%
    }
  
    .how_it_works .card_item .overlay_content.two {
      top: -8%;
      left: -18%
    }
  
    .how_it_works .card_item .overlay_content.four {
      top: -8%;
      left: -5%
    }
  
    .how_it_works .card_item .overlay_content.three {
      top: -8%;
      left: -5%
    }
  }
  
  @media only screen and (min-width:300px) and (max-width:380px) {
    .service_price_sec .price_card .desc .tooltip_content {
      top: -125px;
      left: 22% !important
    }
  
    .service_price_sec .price_card .tooltip_content::after {
      right: 18px !important;
      bottom: -3px !important
    }
  }
  
  .how_it_works .card_item .title {
    font-weight: 500;
    font-size: 19px;
    line-height: 23px;
    color: #091452
  }
  
  .cta_btn_grp_sec {
    margin-bottom: 120px
  }
  
  .cta_btn_grp_sec .cta_btn_grp_card {
    padding: 69px 0 65px 0;
    background: #0A0E4D;
    border-radius: 10px;
    position: relative;
    overflow: hidden
  }
  
  .cta_btn_grp_sec .cta_btn_grp_card .main_title {
    text-align: center;
    color: #fff;
    font-weight: 500;
    font-size: 22px;
    line-height: 27px;
    margin-bottom: 39px
  }
  
  .cta_btn_grp_sec .cta_btn_grp_card .img_back_vec {
    position: absolute;
    bottom: 0
  }
  
  .cta_btn_grp_sec .cta_btn_grp_card .title {
    font-weight: 400;
    font-size: 20px;
    line-height: 27px;
    color: #FFF;
    margin-bottom: 21px;
    width: 392px;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%
  }
  
  @media only screen and (min-width:768px) and (max-width:864px) {
    .cta_btn_grp_sec .cta_btn_grp_card .title {
      font-size: 17px
    }
  }
  
  .cta_btn_grp_sec .cta_btn_grp_card .c_cta_btn {
    box-shadow: 0 1px 4px rgba(0, 0, 0, .25);
    border-radius: 0 25px 25px 25px;
    font-weight: 400;
    font-size: 18px;
    color: #fff;
    display: inline-block;
    max-width: 100%
  }
  
  .cta_btn_grp_sec .cta_btn_grp_card .c_cta_btn1 {
    background: #1680F0;
    padding: 11px 0;
    width: 199px
  }
  
  .cta_btn_grp_sec .cta_btn_grp_card .c_cta_btn2 {
    background: #00BC5B;
    padding: 11px 0;
    width: 215px
  }
  
  @media only screen and (max-width:600px) {
    .cta_btn_grp_sec .cta_btn_grp_card .c_cta_btn1 {
      width: 215px
    }
  }
  
  .our_client_sec {
    margin-bottom: 80px
  }
  
  .our_client_sec .main_title {
    text-align: center;
    font-weight: 700;
    font-size: 30px;
    color: #091552;
    margin-bottom: 15px
  }
  
  .service_price_sec {
    margin-bottom: 120px;
    text-align: center
  }
  
  .service_price_sec .main_title {
    color: #091452;
    font-weight: 700;
    font-size: 30px;
    margin-bottom: 13px
  }
  
  .service_price_sec.typing_pg .main_title {
    color: #091452
  }
  
  .service_price_sec .sub_desc {
    width: 727px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 34px;
    font-weight: 400;
    font-size: 18px;
    color: rgba(0, 0, 0, 1)
  }
  
  .service_price_sec .price_card {
    height: 100%;
    background: #ECECEC;
    box-shadow: 0 0 10px rgba(0, 0, 0, .25);
    border-radius: 15px
  }
  
  .service_price_sec .price_card .head {
    font-weight: 700;
    font-size: 22px;
    color: #0A0E4D;
    border-bottom: 1.5px solid #FFF;
    padding: 23px 30px 13px 30px;
    display: inline-block
  }
  
  .service_price_sec .price_card .body .price {
    color: #0A0E4D;
    font-weight: 500;
    font-size: 16px;
    margin: 19px 0
  }
  
  .service_price_sec.typing_pg .price_card .body.two_price .price:nth-child(1) {
    color: #0A0E4D;
    font-weight: 500;
    font-size: 16px;
    margin: 19px 0 0 0
  }
  
  .service_price_sec.typing_pg .price_card .body.two_price .price:nth-child(2) {
    color: #0A0E4D;
    font-weight: 500;
    font-size: 16px;
    margin: 8px 0 19px 0
  }
  
  .service_price_sec.typing_pg .price_card .body.two_price .price_hd {
    font-size: 18px
  }
  
  .service_price_sec.typing_pg .container .cmn_notf:nth-child(4) {
    margin-top: 30px;
    margin-bottom: 0
  }
  
  .service_price_sec.typing_pg .container .cmn_notf:nth-child(5) {
    margin-top: 9px;
    margin-bottom: 30px
  }
  
  .service_price_sec.typing_pg .additional_cost_sec .price {
    font-size: 18px
  }
  
  .service_price_sec.typing_pg .sub_desc {
    margin-bottom: 50px;
    width: 830px
  }
  
  .service_price_sec.typing_pg .cta_btn_grp {
    display: inline-block;
    position: relative
  }
  
  .service_price_sec.typing_pg .cta_btn_grp:hover::before {
    background: #1680F0
  }
  
  .service_price_sec.typing_pg .cta_btn_grp:hover a {
    background: #091452
  }
  
  .service_price_sec.typing_pg .cta_btn_grp::before {
    height: 24px;
    width: 35px;
    background: #091452;
    display: inline-block;
    content: ' ';
    position: absolute;
    top: -4px;
    left: -4px;
    transition: all .4s
  }
  
  .service_price_sec.typing_pg .cta_btn_grp a.btn2 {
    margin-left: 0;
    position: relative
  }
  
  .service_price_sec .price_card .body .price .num {
    color: #0A0E4D;
    font-weight: 600;
    font-size: 35px
  }
  
  .service_price_sec .price_card .body .desc {
    font-weight: 500;
    font-size: 16px;
    margin-bottom: 24px;
    color: rgba(0, 0, 0, .6)
  }
  
  .service_price_sec.typing_pg .price_card .head {
    font-size: 20px
  }
  
  .service_price_sec.typing_pg .price_card .body .price .num {
    font-size: 30px
  }
  
  .service_price_sec .cmn_notf {
    margin-bottom: 18px;
    margin-top: 20px;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: rgba(0, 0, 0, .6)
  }
  
  .service_price_sec .cta_btn_grp a.btn2 {
    display: inline-block;
    padding: 11px 19px;
    font-weight: 500;
    font-size: 18px;
    color: #fff;
    background: #1680F0;
    box-shadow: 0 1px 4px rgba(0, 0, 0, .25);
    border-radius: 0 25px 25px 25px;
    margin-bottom: 75px;
    margin-left: 28px
  }
  
  .service_price_sec .cta_btn_grp a.btn1 {
    display: inline-block;
    padding: 11px 32px;
    font-weight: 500;
    font-size: 18px;
    color: #091452;
    border: 2px solid #1680F0;
    box-shadow: 0 1px 4px rgba(0, 0, 0, .25);
    border-radius: 0 25px 25px 25px;
    margin-bottom: 75px;
    transition: .5s
  }
  
  .service_price_sec .cta_btn_grp a.btn1:hover {
    background: #1680F0;
    color: #fff
  }
  
  @media only screen and (max-width:440px) {
    .service_price_sec .cta_btn_grp a.btn2 {
      padding: 11px 11px;
      margin-left: 18px
    }
  
    .service_price_sec .cta_btn_grp a.btn1 {
      padding: 11px 26px
    }
  }
  
  @media only screen and (max-width:376px) {
    .service_price_sec .cta_btn_grp a.btn2 {
      padding: 11px 11px;
      margin-left: 10px;
      margin-right: 10px
    }
  
    .service_price_sec .cta_btn_grp a.btn1 {
      margin-bottom: 30px
    }
  }
  
  .service_price_sec .additional_cost_sec {
    display: flex;
    justify-content: center;
    width: 697px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    background: #ECECEC;
    border-radius: 15px;
    box-shadow: 0 0 10px rgba(0, 0, 0, .25)
  }
  
  .service_price_sec .additional_cost_sec .left_side {
    border-right: 2px solid #fff;
    width: 50%
  }
  
  .service_price_sec .additional_cost_sec .right_side {
    width: 50%
  }
  
  .service_price_sec .additional_cost_sec .head {
    color: #0A0E4D;
    font-weight: 700;
    font-size: 22px;
    padding: 21px 0
  }
  
  .service_price_sec .additional_cost_sec .left_side .b_list:first-child, .service_price_sec .additional_cost_sec .right_side .b_list:first-child {
    background: #F7F7F7
  }
  
  .service_price_sec .additional_cost_sec .left_side .b_list {
    height: 130px;
    font-weight: 600;
    font-size: 20px;
    color: rgba(0, 0, 0, .6);
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 30px
  }
  
  .service_price_sec .additional_cost_sec .right_side .b_list {
    color: #0A0E4D;
    font-weight: 500;
    font-size: 14px;
    height: 130px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 0 64px
  }
  
  .service_price_sec .additional_cost_sec .right_side .b_list .price .num {
    font-size: 30px;
    font-weight: 600
  }
  
  .service_review_sec {
    background: rgba(238, 246, 255, .6);
    padding: 37px 0 30px 0;
    margin-bottom: 0px;
  }
  
  .service_review_sec .main_title {
    text-align: center;
    color: #091452;
    font-weight: 700;
    font-size: 25px;
    line-height: 30px;
    margin-bottom: 48px
  }
  
  .service_review_sec .service_review_slider .author_sec_ser {
    display: flex;
    align-items: center;
    margin-bottom: 25px
  }
  
  .service_review_sec .service_review_slider .item {
    width: 264px;
    margin-left: auto;
    margin-right: auto
  }
  
  .author_sec_ser .img_box {
    margin-right: 17px
  }
  
  .author_sec_ser .content {
    font-weight: 600
  }
  
  .author_sec_ser .content span {
    font-weight: 400;
    font-size: 14px
  }
  
  .author_sec_ser .img_box img {
    width: 48px;
    height: 48px
  }
  
  .service_faq_sec {
    margin-bottom: 110px
  }
  
  .service_faq_sec .faq_box {
    background: #FFF;
    box-shadow: 0 0 2px rgba(0, 0, 0, .25);
    border-radius: 10px;
    width: 627px;
    max-width: 99%;
    margin-left: auto;
    margin-right: auto;
    padding: 25px 35px 30px 25px;
    text-align: center;
    transition: .6s
  }
  
  .service_faq_sec .faq_box .main_title {
    color: #091553;
    font-weight: 800;
    font-size: 25px;
    line-height: 38px;
    margin-bottom: 32px
  }
  
  .faq_acc {
    background: transparent;
    border: 0
  }
  
  .faq_acc:not(:last-child) {
    margin-bottom: 20px
  }
  
  .faq_acc .accordion-header {
    border: none
  }
  
  .faq_acc .accordion-header .ser_arr_icon {
    transition: all .6s;
    margin-left: 10px
  }
  
  .faq_acc .accordion-header.active .ser_arr_icon {
    transform: rotate(180deg)
  }
  
  .faq_acc hr {
    margin-top: 0;
    height: 2px;
    background-color: rgba(0, 0, 0, .2);
    width: 92%;
    margin-right: auto
  }
  
  .faq_acc .accordion-button {
    background: transparent;
    border: none;
    box-shadow: none;
    padding: 0 !important;
    justify-content: space-between;
    color: #000;
    font-weight: 500;
    font-size: 18px;
    color: rgba(0, 0, 0, .8);
    padding-bottom: 10px !important;
    line-height: 26px
  }
  
  .faq_acc .accordion-button span {
    flex: 1;
    text-align: left
  }
  
  .faq_acc .accordion-button.active .minus_acc_icon {
    display: inline-block !important
  }
  
  .faq_acc .accordion-button.active .plus_acc_icon {
    display: none
  }
  
  .faq_acc .accordion-button::after {
    display: none
  }
  
  .faq_acc .accordion-body {
    padding-top: 5px;
    padding-left: 0;
    font-weight: 400;
    font-size: 15px;
    line-height: 24px;
    color: rgba(0, 0, 0, .8)
  }
  
  .faq_acc .accordion-body.last_b {
    padding-top: 20px
  }
  
  .mob_bnr_layout {
    display: none
  }
  
  .ser_satisfied_client_sec .mob_desc {
    font-weight: 500;
    font-size: 16px;
    line-height: 26px;
    color: rgba(0, 0, 0, .8);
    margin-top: 40px
  }
  
  .seo_content_img_sec .mob_cont_sec {
    margin-top: 40px
  }
  
  .seo_content_img_sec .mob_cont_sec>p {
    font-weight: 400;
    font-size: 17px;
    line-height: 29px;
    color: rgba(0, 0, 0, .8);
    margin-bottom: 25px;
    text-align: center
  }
  
  .seo_content_img_sec .mob_cont_sec .seo_cta_btn a {
    background: #1680F0;
    box-shadow: 0 1px 4px rgb(0 0 0 / 25%);
    border-radius: 5px;
    padding: 14px 23px;
    color: #fff;
    display: inline-block
  }
  
  .seo_content_img_sec .mob_main_title {
    font-weight: 700;
    font-size: 30px;
    line-height: 40px;
    color: #0A0E4D;
    margin-bottom: 30px;
    text-align: center
  }
  
  .seo_content_img_sec2 .seo_content_col.height_image {
    padding-left: 0;
    text-align: center !important
  }
  
  .seo_content_img_sec2 .seo_content_col.height_cnt {
    padding-left: 25px
  }
  
  .service_price_sec .price_card .desc>span {
    display: inline-block;
    cursor: pointer;
    margin-left: 5px
  }
  
  .service_price_sec .price_card .desc>span:hover~.tooltip_content {
    opacity: 1;
    visibility: visible
  }
  
  .service_price_sec .price_card .desc .tooltip_content {
    position: absolute;
    top: 0;
    padding: 15px;
    width: 240px;
    max-width: 99%;
    box-shadow: 0 2px 10px 4px rgb(0 0 0 / 10%);
    border-radius: 10px;
    opacity: 0;
    visibility: hidden;
    transition: .6s;
    background-color: #fff;
    top: -125px;
    left: 32%;
    z-index: 99999;
    font-size: 14px;
    font-weight: 400
  }
  
  .service_price_sec .price_card .tooltip_content::after {
    content: ' ';
    display: inline-block;
    position: absolute;
    bottom: -5px;
    background-color: #fff;
    border: 1px solid #fff;
    border-radius: .1875rem 0 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    width: 20px;
    height: 20px;
    right: 47px
  }
  
  .service_price_sec .additional_cost_sec .left_side .b_list:first-child>span:hover~.tooltip_content {
    opacity: 1;
    visibility: visible
  }
  
  .service_price_sec .additional_cost_sec .left_side .b_list:first-child>span {
    margin-left: 12px;
    display: inline-block;
    margin-top: -2px;
    cursor: pointer
  }
  
  .service_price_sec .additional_cost_sec .left_side .b_list:first-child .tooltip_content {
    position: absolute;
    top: 0;
    padding: 15px;
    width: 240px;
    box-shadow: 0 2px 10px 4px rgb(0 0 0 / 10%);
    border-radius: 10px;
    opacity: 0;
    visibility: hidden;
    transition: .6s;
    background-color: #fff;
    top: -177px;
    left: 15.5%;
    z-index: 99999;
    font-size: 14px;
    font-weight: 400
  }
  
  .service_price_sec .additional_cost_sec .left_side .b_list:first-child .tooltip_content::after {
    content: ' ';
    display: inline-block;
    position: absolute;
    bottom: -5px;
    background-color: #fff;
    border: 1px solid #fff;
    border-radius: .1875rem 0 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    width: 20px;
    height: 20px;
    right: 47px
  }
  
  .list_cont_sec_seo .h_list {
    display: flex;
    font-weight: 400;
    font-size: 17px;
    line-height: 29px;
    color: rgba(0, 0, 0, .8);
    text-align: start
  }
  
  .list_cont_sec_seo .h_list:not(:last-child) {
    margin-bottom: 10px
  }
  
  .list_cont_sec_seo.full_end {
    margin-top: 40px !important
  }
  
  @media only screen and (min-width:992px) {
    .list_cont_sec_seo.full_end {
      margin-top: 16px !important
    }
  }
  
  .list_cont_sec_seo.full_end .h_list:not(:last-child) {
    margin-bottom: 15px
  }
  
  .list_cont_sec_seo .h_list img {
    margin-right: 10px;
    margin-top: 7px
  }
  
  .seo_cont_list_sec .s_list {
    display: flex;
    align-items: center;
    width: 50%;
    font-size: 15px;
    max-width: 100%;
    padding-right: 10px
  }
  
  .seo_cont_list_sec_full .s_list {
    width: 100%
  }
  
  .seo_content_img_sec .seo_featue_list_sec {
    display: flex;
    flex-wrap: wrap;
    margin: 30px 0;
    justify-content: space-between
  }
  
  .seo_content_img_sec .seo_featue_list_sec .seo_li_card {
    width: 40%
  }
  
  .seo_content_img_sec .seo_featue_list_sec .seo_li_card:nth-child(1), .seo_content_img_sec .seo_featue_list_sec .seo_li_card:nth-child(2) {
    margin-bottom: 34px
  }
  
  .seo_content_img_sec .seo_featue_list_sec .seo_li_card span {
    display: inline-block;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    margin-top: 8px
  }
  
  .seo_cont_list_sec {
    margin: 20px 0;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start
  }
  
  .seo_content_img_sec a.seo_main_link {
    color: #091542;
    font-weight: 500;
    font-size: 16px;
    line-height: 27px
  }
  
  .seo_content_img_sec1 .img_sec img {
    border-radius: 100px;
    border-bottom-left-radius: 0
  }
  
  .seo_content_img_sec2 .img_sec img {
    border-radius: 100px;
    border-bottom-right-radius: 0
  }
  
  @media only screen and (min-width:300px) and (max-width:600px) {
    .seo_cont_list_sec .s_list {
      width: 100%
    }
  
    .seo_content_img_sec .seo_featue_list_sec .seo_li_card {
      width: 70%;
      margin-left: auto;
      margin-right: auto;
      margin-bottom: 34px
    }
  
    .cta_btn_grp_sec .cta_btn_grp_card .main_title {
      font-size: 20px;
      margin-bottom: 30px
    }
  
    .cta_btn_grp_card .cta_grp_col:first-child {
      margin-bottom: 35px !important
    }
  }
  
  .seo_cont_list_sec .s_list img {
    margin-right: 7px
  }
  
  .seo_cont_list_sec .s_list {
    margin-bottom: 10px
  }
  
  .human_second_desg {
    padding: 60px 0;
    background-color: rgba(238, 246, 255, .6);
    margin-bottom: 123px
  }
  
  .human_second_desg .main_title {
    font-weight: 700;
    font-size: 30px;
    color: #091452;
    margin-bottom: 13px;
    text-align: center
  }
  
  .human_second_desg .sub_desc {
    width: 731px;
    max-width: 99%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 45px;
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    text-align: center;
    color: rgba(0, 0, 0, .8)
  }
  
  .human_second_desg .card_item {
    background: #FBFBFB;
    box-shadow: 0 0 8px rgb(0 0 0 / 25%);
    border-radius: 15px;
    margin-left: 10px;
    margin-right: 10px;
    max-width: 100%;
    overflow: hidden;
    height: 100%
  }
  
  .human_second_desg .card_item .card_body {
    padding: 35px 25px 25px 25px
  }
  
  .human_second_desg .card_item .card_body .list {
    margin-bottom: 18px;
    display: flex;
    font-weight: 400;
    font-size: 15px;
    line-height: 23px;
    color: rgba(0, 0, 0, .8)
  }
  
  .human_second_desg .card_item .card_body .list img {
    margin-right: 15px;
    margin-top: 8px
  }
  
  .multi_lang_sec {
    margin-bottom: 30px;
    text-align: center;
  }
.multi_lang_sec2 {
   margin-top: 130px;
  }
  .multi_lang_sec .main_title {
    font-weight: 700;
    font-size: 25px;
    line-height: 30px;
    color: #091452;
    margin-bottom: 10px
  }
  
  .multi_lang_sec .sub_desc {
    font-weight: 400;
    font-size: 17px;
    line-height: 27px;
    color: rgba(0, 0, 0, .8);
    width: 642px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px
  }
  
  .multi_lang_sec .lang_list_sec {
    display: grid;
    gap: 1em;
    grid-template-columns: 1fr 1fr 1fr;
    justify-content: center
  }
  
  .multi_lang_sec .lang_list_sec .item {
    display: inline-flex;
    align-items: center;
    background: #FFF;
   box-shadow: 0 0 10px 0.5px rgb(2 41 106 / 11%);
    border-radius: 25px;
    padding: 2px;
    font-weight: 500;
    font-size: 18px;
    color: rgba(0, 0, 0, .8);
    min-width: 179px;
    margin: 15px 20px;
    transition: .3s
  }
  
  .multi_lang_sec .lang_list_sec .item:hover {
    transform: scale(1.05)
  }
  
  .multi_lang_sec .lang_list_sec .item .cont {
    margin-left: 20px;
	  margin-right: 10px;
  }
  
  .more_lang_btn a {
    text-align: center;
    font-weight: 700;
    font-size: 20px;
    display: inline-block;
    margin-top: 10px
  }
  
  .more_lang_btn a img {
    margin-left: 10px;
    animation: bounceOutTwo 1.2s infinite;
	  margin-top: 3px;
  }
  
  @keyframes bounceOutTwo {
    0% {
      transform: scale(1, 1)
    }
  
    50% {
      transform: scale(1.2, 1.2)
    }
  
    100% {
      transform: scale(1, 1)
    }
  }
  
  @media only screen and (max-width:600px) {
    .multi_lang_sec {
      margin-bottom: 51px;
		margin-top: 80px;
    }
  }
  
  @media only screen and (max-width:461px) {
    .multi_lang_sec .lang_list_sec .item {
      margin: 15px 12px
    }
  }
  
  @media only screen and (max-width:429px) {
    .multi_lang_sec .lang_list_sec .item {
      margin: 15px 6px
    }
  }
  
  @media only screen and (max-width:405px) {
    .multi_lang_sec .lang_list_sec .item {
      width: 100%;
      margin: 15px 5px;
	gap: 0em;
    grid-template-columns: 1fr;
		 min-width: auto;
    }
	  
  }
  
  @media only screen and (min-width:300px) and (max-width:767px) {
    .human_second_desg .card_item {
      height: unset;
      margin-bottom: 30px
    }
	 .multi_lang_sec .lang_list_sec {
   min-width: auto;
    gap: 1em;
    grid-template-columns: 1fr 1fr;
    justify-content: center;
    flex-wrap: wrap;
    justify-content: space-evenly;
    columns: 2;
}
	  a.linkk {
    font-size: 12px;
}
	  .banner_lists .list_item_parent {
    width: 150px !important;
    
}
  }
  
  @media only screen and (min-width:992px) and (max-width:1399px) {
    .ser_satisfied_client_sec .left_img_sec .top_overlay {
      right: 0
    }
  }
 @media only screen and (min-width:705px) and (max-width:1030px) { 

.row:not(.typing_blk .row) {
    margin-top: 100px;
}
}
  @media only screen and (min-width:992px) and (max-width:1100px) {
    .service_banner_sec>.container {
      max-width: 100%
    }
	  
  
    .service_banner_sec .serv_banr_left {
      padding-top: 10px
    }
  
    .serv_banr_right .brn_img .overlay_cnt {
      top: 11px;
      left: -24px
    }
  
    .human_translation_sec .card_item .card_head {
      font-size: 20px
    }
  }
  
  @media only screen and (min-width:300px) and (max-width:991px) {
    .main_title.m {
    display: none;
}
	  .how_it_works .how_it_works_col:nth-child(1), .how_it_works .how_it_works_col:nth-child(2) {
      padding-bottom: 30px
    }
  
    .how_it_works .how_it_works_col:nth-child(1)::after, .how_it_works .how_it_works_col:nth-child(2)::after {
      top: 22%
    }
  
    .how_it_works:after {
      right: -68px !important
    }
  
    .how_it_works .how_it_works_col:nth-child(3):after {
      left: -68px !important
    }
  
    .how_it_works .how_it_works_col:nth-child(2):after {
      transform: rotate(90deg);
      top: 74%;
      left: 35%
    }
  }
  
  @media only screen and (min-width:708px) and (max-width:799px) {
    .how_it_works .how_it_works_col:nth-child(2):after {
      transform: rotate(90deg);
      top: 74%;
      left: 33%
    }
  }
  
  @media only screen and (min-width:601px) and (max-width:707px) {
    .how_it_works .how_it_works_col:nth-child(2):after {
      transform: rotate(90deg);
      top: 74%;
      left: 30%
    }
	  .row:not(.typing_blk .row) {
    margin-top: 100px;
}
  }
  
  @media only screen and (min-width:530px) and (max-width:600px) {
    .how_it_works .how_it_works_col:nth-child(2):after {
      transform: rotate(90deg);
      top: 74%;
      left: 26%
    }
  }
  
  @media only screen and (min-width:458px) and (max-width:529px) {
    .how_it_works .how_it_works_col:nth-child(2):after {
      transform: rotate(90deg);
      top: 74%;
      left: 23%
    }
  }
  
  @media only screen and (min-width:420px) and (max-width:457px) {
    .how_it_works .how_it_works_col:nth-child(2):after {
      transform: rotate(90deg);
      top: 74%;
      left: 20%
    }
  }
  
  @media only screen and (min-width:320px) and (max-width:419px) {
    .how_it_works .how_it_works_col:nth-child(2):after {
      transform: rotate(90deg);
      top: 74%;
      left: 17%
    }
  }
  
  @media only screen and (min-width:300px) and (max-width:991px) {
    .ser_satisfied_client_sec .client_first_col {
      margin-bottom: 60px
    }
  
    .highlight_hover_icon {
      display: inline-block
    }
  
    .highlight_normal_icon {
      display: none
    }
  
    .service_banner_sec .serv_banr_left {
      width: 100%;
      padding-top: 0
    }
  
    .service_banner_sec .serv_banr_right {
      width: 100%;
      text-align: center
    }
  
    .trusted_desc, .bread_crumps_sec {
      display: none
    }
  
    .serv_banr_left .banr_sub_title, .serv_banr_left .banr_desc, .serv_banr_left .banr_rev_sec {
      text-align: center
    }
  
    .mob_bnr_layout {
      display: block
    }
  
    .human_translation_sec .card_item .card_head {
      font-size: 18px
    }
  
    .service_banner_sec .service_banr_title {
      text-align: center;
      font-size: 40px;
      margin-bottom: 0px;
    }
  
    .serv_banr_right .brn_img {
      margin-bottom: 38px;
      display: inline-block
    }
  
    .serv_banr_right .brn_img .overlay_cnt {
      top: 0;
      left: 2%
    }
  
    .service_banner_sec .banr_desc {
      margin-left: auto;
      margin-right: auto
    }
  
    .service_banner_sec .banr_rev_sec {
      justify-content: center
    }
  
    .service_banner_sec .banr_rev_sec {
      margin-bottom: 58px
    }
  
    .serv_req_sec .req_card {
      margin-bottom: 30px;
      height: unset
    }
  
    .serv_req_sec>.container>.row, .ser_satisfied_client_sec>.container>.row, .seo_content_img_sec>.container>.row {
      justify-content: center
    }
  
    .ser_satisfied_client_sec .content_sec .main_title {
      margin-bottom: 30px
    }
  
    .client_count_box_sec .card_item_col:nth-child(1), .client_count_box_sec .card_item_col:nth-child(2) {
      margin-bottom: 40px
    }
  
    .seo_content_img_sec .cont_sec {
      margin-bottom: 50px
    }
  
    .seo_content_img_sec .cont_sec .main_title.accuracy {
      width: 100%
    }
  
    .seo_content_col .img_sec {
      text-align: left
    }
  
    .seo_content_img_sec1.transcription .seo_content_col {
      text-align: left !important
    }
  
    .seo_content_img_sec .seo_content_col {
      text-align: left !important
    }
  
    .human_translation_sec .human_col .card_item {
      margin-left: auto;
      margin-right: auto
    }
  
    .how_it_works .how_it_works_col:nth-child(4) .card_item:after {
      display: none !important
    }
  
    .service_price_sec>.container>.row {
      justify-content: center
    }
  
    .service_price_sec .service_price_col:not(:last-child) {
      margin-bottom: 30px
    }
  
    .service_price_sec .additional_cost_sec .right_side .b_list {
      padding: 0 10px
    }
  
    .ser_satisfied_client_sec .left_img_sec .top_overlay {
      right: 0
    }
  }
  
  @media only screen and (min-width:300px) and (max-width:600px) {
    .our_client_sec .row>.col:not(:last-child) {
      flex-basis: 50%;
      margin-bottom: 35px
    }
  
    .banr_rev_sec .bnr_cta_btn a {
      padding: 11px 18px
    }
  
    .human_second_desg {
      margin-bottom: 51px;
      padding: 40px 0 20px 0
    }
  
    .human_second_desg .main_title {
      font-size: 25px
	
    }
  
    .human_second_desg .sub_desc {
      font-size: 15px;
      line-height: 23px
    }
  
    .service_price_sec .additional_cost_sec .left_side .b_list:first-child .tooltip_content::after {
      left: 100px
    }
  
    .service_banner_sec .service_banr_title {
      font-size: 35px;
      line-height: 44px;
		 padding-top: 20px;
    }
  
    .service_banner_sec {
      padding: 30px 0 70px 0
    }
  
    .ser_satisfied_client_sec .content_sec .main_title {
      font-size: 25px;
      line-height: 32px
    }
  
    .serv_req_sec {
      padding: 0 0 65px 0
    }
  
    .ser_satisfied_client_sec {
      padding-bottom: 55px
    }
  
    .client_count_box_sec .card_item .count {
      font-size: 25px
    }
  
    .client_count_box_sec .card_item .title {
      font-size: 16px
    }
  
    .client_count_box_sec {
      padding: 30px 0
    }
  
    .ser_happy_clients {
      margin-bottom: 51px
    }
  
    .seo_content_img_sec .cont_sec .main_title {
      font-size: 25px;
      line-height: 34px;
		 margin-bottom: 1px;
    }
  
    .seo_content_img_sec .cont_sec .sub_desc {
      font-size: 17px;
      font-weight: 400
    }
  
    .seo_content_img_sec {
      padding-bottom: 55px;
    padding-top: 40px;

    }
  
    .human_translation_sec .main_title {
      font-size: 25px
    }
  
    .human_translation_sec .sub_desc {
      font-size: 17px;
      font-weight: 400
    }
  
    .human_translation_sec {
      padding: 30px 0;
      margin-bottom: 0px;
    }
  
    .seo_content_img_sec .mob_main_title {
      font-size: 25px;
      line-height: 34px
    }
  
    .how_it_works .main_title {
      font-size: 25px
    }
  
    .how_it_works .sub_desc {
      font-size: 17px;
      line-height: 25px;
      font-weight: 400
    }
  
    .how_it_works {
      margin-bottom: 0px
    }
  
    .cta_btn_grp_sec .cta_btn_grp_card {
      padding: 50px 0
    }
  
    .cta_btn_grp_sec, .service_price_sec {
      margin-bottom: 51px
    }
  
    .our_client_sec {
      margin-bottom: 81px
    }
  
    .our_client_sec .main_title {
      font-size: 25px;
      margin-bottom: 20px
    }
  
    .service_price_sec .main_title {
      font-size: 25px
    }
  
    .service_price_sec .sub_desc, .serv_req_sec .sub_title {
      font-size: 17px;
      line-height: 25px;
      font-weight: 400
    }
  
    .service_price_sec .additional_cost_sec .head {
      font-size: 17px
    }
  
    .service_price_sec .additional_cost_sec .left_side .b_list {
      font-size: 15px
    }
  
    .service_price_sec .additional_cost_sec .right_side .b_list {
      font-size: 12px
    }
  
    .faq_acc .accordion-button {
      font-weight: 500;
      font-size: 16px;
      line-height: 21px
    }
  
    .faq_acc .accordion-button>span {
      text-align: start
    }
  
    .faq_acc hr {
      width: 100%
    }
  
    .service_faq_sec {
      margin: 51px 0
    }
  
    .service_higlight_card .item .title {
      font-size: 11px;
      margin-top: 0
    }
  
    .service_higlight_card .item .title.subtitling {
      line-height: 14px
    }
  
    .service_higlight_card {
      padding: 10px 0
    }
  
    .service_higlight_card .ver_line {
      height: 45px
    }
  
    .banr_rev_sec>span {
      margin: 0 10px 0 20px
    }
  
    .service_faq_sec .faq_box .main_title {
      font-size: 23px
    }
  }
  
  @media only screen and (min-width:300px) and (max-width:410px) {
    .service_banner_sec .banr_rev_sec {
      flex-wrap: wrap;
      flex-direction: column
    }
  
    .banr_rev_sec .bnr_cta_btn a {
      display: inline-block
    }
  
    .service_banner_sec .bnr_cta_btn {
      margin-bottom: 25px
    }
  
    .banr_rev_sec>span {
      display: none
    }
  
    .service_banner_sec .banr_rev_sec {
      margin-bottom: 28px
    }
  }
  
  @media only screen and (min-width:300px) and (max-width:767px) {
    .cta_btn_grp_sec .cta_btn_grp_card .img_back_vec {
      width: 100%
    }
  
    .cta_btn_grp_sec .cta_btn_grp_card .img_back_vec img {
      width: 100%;
      object-fit: cover
    }
  }
  
  @media only screen and (min-width:200px) and (max-width:440px) {
    .left_img_sec .bottem_overlay .left img {
      width: 80px
    }
  
    .left_img_sec .bottem_overlay .left span {
      font-size: 30px;
      bottom: 0
    }
  }
  
  @media only screen and (min-width:400px) and (max-width:440px) {
    .left_img_sec .bottem_overlay .left {
      bottom: -4px;
      left: -13px
    }
  
    .left_img_sec .bottem_overlay .right {
      top: 1px;
      padding-left: 70px
    }
  }
  
  @media only screen and (min-width:441px) and (max-width:470px) {
    .left_img_sec .bottem_overlay .left {
      bottom: -9px;
      left: -13px
    }
  
    .left_img_sec .bottem_overlay .right {
      top: 12px
    }
  }
  
  @media only screen and (min-width:471px) and (max-width:495px) {
    .left_img_sec .bottem_overlay .left {
      bottom: -5px;
      left: -8px
    }
  
    .left_img_sec .bottem_overlay .right {
      top: 8px
    }
  }
  
  @media only screen and (min-width:484px) and (max-width:495px) {
    .left_img_sec .bottem_overlay .left {
      bottom: -5px;
      left: 0
    }
  
    .left_img_sec .bottem_overlay .right {
      top: 8px
    }
  }
  
  @media only screen and (min-width:992px) and (max-width:1080px) {
    .left_img_sec .bottem_overlay .left {
      left: -13px
    }
  }
  
  @media only screen and (min-width:1076px) and (max-width:1090px) {
    .left_img_sec .bottem_overlay .left {
      left: 1px
    }
  }
  
  @media only screen and (min-width:380px) and (max-width:399px) {
    .left_img_sec .bottem_overlay .left {
      bottom: -16px;
      left: -13px
    }
  
    .left_img_sec .bottem_overlay .right {
      top: 13px;
      font-size: 17px;
      padding-left: 70px
    }
  }
  
  @media only screen and (min-width:300px) and (max-width:379px) {
    .left_img_sec .bottem_overlay .left {
      bottom: -16px;
      left: -13px
    }
  
    .left_img_sec .bottem_overlay .right {
      top: 10px;
      font-size: 15px;
      padding-left: 70px
    }
  }
  
  @media only screen and (min-width:300px) and (max-width:400px) {
    .service_banner_sec .service_banr_title {
      font-size: 33px;
		  padding-top: 20px;
    }
  
    .service_higlight_card .item .title {
      font-size: 10px
    }
  }
  
  @media only screen and (min-width:300px) and (max-width:353px) {
    .left_img_sec .bottem_overlay .left {
      bottom: -5px;
      left: -13px
    }
  
    .left_img_sec .bottem_overlay .right {
      top: 3px;
      font-size: 14px;
      padding-left: 80px
    }
  }
  
  .about_banner_sec {
    background-color: rgba(238, 246, 255, .7);
    padding: 64px 0
  }
  
  .about_banner_sec .main_title {
    font-weight: 700;
    font-size: 40px;
    line-height: 48px;
    margin-bottom: 17px;
    color: #0A0E4D
  }
  
  .about_banner_sec .sub_desc {
    font-weight: 400;
    font-size: 20px;
    line-height: 30px;
    color: rgba(0, 0, 0, 1)
  }
  
  .about_highlight_sec {
    padding: 90px 0 80px 0
  }
  
  .about_highlight_sec .main_title {
    text-align: center;
    color: #091452;
    font-weight: 800;
    font-size: 35px;
    line-height: 52px;
    margin-bottom: 46px
  }
  
  .about_highlight_sec .highlight_header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 26px;
    width: 885px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto
  }
  
  .highlight_header .item:hover .count {
    color: #1680F0
  }
  
  .highlight_header .item .count {
    font-weight: 700;
    font-size: 33px;
    transition: .3s
  }
  
  .highlight_header .item .title {
    font-weight: 500
  }
  
  .about_highlight_sec .highlight_body {
    width: 885px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-top: 32px;
    padding-bottom: 5px;
    border-top: 1px solid #CDCDCD;
    border-bottom: 1px solid #CDCDCD
  }
  
  .about_highlight_sec .highlight_body .h_list {
    color: rgba(0, 0, 0, .7);
    font-weight: 500;
    font-size: 21px;
    margin-bottom: 34px;
    display: flex
  }
  
  .about_highlight_sec .highlight_body .h_list img {
    margin-right: 10px;
    margin-top: 8px
  }
  
  .inner_about_sec {
    margin-bottom: 81px
  }
  
  .inner_about_sec .main_title {
    font-size: 35px;
    font-weight: 800;
    line-height: 52px;
    color: #091452;
    margin-bottom: 17px
  }
  
  .inner_about_sec .sub_desc p {
    width: 590px;
    max-width: 100%
  }
  
  .inner_about_sec .sub_desc p {
    font-weight: 400;
    font-size: 17px;
    line-height: 26px;
    color: rgba(0, 0, 0, .8)
  }
  
  .inner_about_sec .sub_desc p:not(:last-child) {
    margin-bottom: 20px
  }
  
  .bsns_fox_sec {
    margin-bottom: 72px
  }
  
  .bsns_fox_sec .main_title {
    font-weight: 800;
    font-size: 35px;
    line-height: 52px;
    color: #091452;
    margin-bottom: 8px
  }
  
  .bsns_fox_sec .sub_desc {
    font-size: 17px;
    font-weight: 500;
    line-height: 27px;
    color: rgba(0, 0, 0, .7);
    margin-bottom: 70px
  }
  
  .bsns_fox_sec .video_poster_sec {
    margin-bottom: 90px
  }
  
  .bsns_fox_sec .video_poster_sec video {
    width: 786px;
    max-width: 100%
  }
  
  .bsns_fox_sec .cont_sec .cont_desc p:not(:last-child) {
    margin-bottom: 25px
  }
  
  .time_line_sec {
    margin-bottom: 300px
  }
  
  .time_line_sec .main_title {
    font-weight: 800;
    font-size: 35px;
    line-height: 52px;
    color: #1680F0;
    margin-bottom: 5px
  }
  
  .time_line_sec .sub_desc {
    font-weight: 500;
    font-size: 18px;
    line-height: 27px;
    color: rgba(0, 0, 0, .7);
    width: 847px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 40px
  }
  
  .time_line_sec .time_tab_box {
    overflow: hidden;
    overflow-x: scroll;
    scrollbar-width: none
  }
  
  .time_line_sec .time_tab_box::-webkit-scrollbar {
    display: none
  }
  
  .time_line_sec .time_tab_sec {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 950px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 77px
  }
  
  @media only screen and (max-width:991px) {
    .time_line_sec .time_tab_sec {
      width: 780px
    }
  }
  
  @media only screen and (max-width:891px) {
    .time_line_sec .time_tab_sec {
      width: 680px
    }
  }
  
  .time_line_sec .time_tab_sec a {
    display: inline-block;
    color: rgba(0, 0, 0, .8);
    font-weight: 600;
    font-size: 18px
  }
  
  .time_line_sec .time_tab_sec a.active {
    border-bottom: 2px solid #0A0D4C
  }
  
  .timeline_continue {
    position: relative
  }
  
  .timeline_continue::before {
    position: absolute;
    content: "";
    width: 2px;
    height: 100%;
    top: 4%;
    left: 50%;
    margin-left: -1px;
    background: #000
  }
  
  .timeline_continue::after {
    position: absolute;
    content: "";
    background-image: url(../images/timeline_rocket.png);
    width: 38px;
    height: 80px;
    bottom: -151px;
    left: 48.34%
  }
  
  .timeline_continue .time_line_box {
    padding: 30px 20px;
    background-color: #D8DBF1;
    border-radius: 5px;
    display: flex;
    align-items: center;
    min-height: 188px
  }
  
  .timeline_continue .time_line_box span {
    color: rgba(0, 0, 0, .8)
  }
  
  .timeline_continue .time_line_box img {
    margin-right: 20px
  }
  
  .timeline_continue .timeline_right {
    align-items: center
  }
  
  .timeline_continue .timeline_left {
    align-items: center
  }
  
  .timeline_continue .timeline_right .left_col {
    padding-right: 20px
  }
  
  .timeline_continue .timeline_right .right_col {
    padding-left: 30px
  }
  
  .timeline_continue .timeline_left .left_col {
    padding-right: 30px
  }
  
  .timeline_continue .timeline_left .right_col {
    padding-left: 20px
  }
  
  .timeline_continue p {
    font-weight: 700;
    font-size: 28px;
    position: relative;
    color: rgba(0, 0, 0, .8)
  }
  
  .timeline_right p {
    text-align: end
  }
  
  .timeline_left p {
    text-align: start
  }
  
  .timeline_right p::after {
    width: 10px;
    height: 10px;
    background-color: #000;
    display: inline-block;
    content: ' ';
    border-radius: 50%;
    position: absolute;
    right: -25px;
    top: 16px
  }
  
  .timeline_left p::after {
    width: 10px;
    height: 10px;
    background-color: #000;
    display: inline-block;
    content: ' ';
    border-radius: 50%;
    position: absolute;
    left: -25px;
    top: 16px
  }
  
  .timeline_continue .time_line_box.time_line_box2 img {
    margin-right: 0;
    margin-bottom: 14px
  }
  
  .timeline_left .left_col.two_box {
    display: flex;
    justify-content: space-between;
    padding-right: 0
  }
  
  .timeline_left .left_col.two_box>div {
    width: 48%;
    text-align: center
  }
  
  .timeline_continue .time_line_box.time_line_box2 {
    display: block;
    background-color: #F0F0F0
  }
  
  .timeline_continue .time_line_box.time_line_box2 span {
    display: block;
    font-size: 14px;
    color: rgba(0, 0, 0, .7);
    font-weight: 500
  }
  
  .timeline_continue .time_line_box.time_line_box2 .img_box {
    min-height: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 14px
  }
  
  .timeline_continue .time_line_box a {
    color: #1680F0
  }
  
  .timeline_continue .time_line_box3 {
    background-color: #DCFBF9
  }
  
  .timeline_continue .time_line_box4 {
    background-color: #ECF5FF
  }
  
  .timeline_continue .time_line_box4 img, .timeline_continue .time_line_box8 img, .timeline_continue .time_line_box7 img {
    margin-left: 20px;
    margin-right: 0
  }
  
  .timeline_continue .time_line_box5 {
    background-color: #F0F0F0
  }
  
  .timeline_continue .time_line_box6 {
    background-color: #EEF6FF
  }
  
  .timeline_continue .time_line_box7 {
    background-color: #F0F0F0
  }
  
  .timeline_continue .time_line_box8 {
    background-color: #DCFBF9
  }
  
  .timeline_continue .time_line_box9 {
    background-color: #EEF6FF
  }
  
  #timetab2 .time_line_box3 {
    margin-top: 35px;
    margin-bottom: 30px
  }
  
  #timetab3 .time_line_box5 {
    margin-bottom: 35px
  }
  
  #timetab1 {
    align-items: center
  }
  
  @media only screen and (min-width:992px) {
    #timetab1, #timetab2, #timetab3 {
      margin-bottom: 120px !important
    }
  
    #timetab2 {
      align-items: flex-start
    }
  
    #timetab2 .right_col {
      margin-top: 7%
    }
  
    #timetab3 {
      align-items: flex-start
    }
  
    #timetab3 .left_col {
      margin-top: 7%
    }
  
    #timetab4 {
      align-items: flex-start
    }
  
    #timetab4 .right_col {
      margin-top: 7%
    }
  }
  
  .timeline_continue .time_line_box11 {
    background: #EEF6FF;
    display: block;
    padding: 25px;
    margin-top: 40px
  }
  
  .timeline_continue .time_line_box11 .img_flex_item {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    width: 390px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto
  }
  
  .timeline_continue .time_line_box11 .img_flex_item .icon {
    width: 94px;
    height: 94px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #fff;
    box-shadow: 0 0 5px rgba(0, 0, 0, .25);
    border-radius: 50%
  }
  
  .timeline_continue .time_line_box11 img {
    margin-right: 0
  }
  
  .timeline_continue .time_line_box11 span {
    text-align: center;
    display: block;
    margin-top: 15px;
    width: 336px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto
  }
  
  .about_apntmnt {
    padding: 20px 0 0 0;
    background: #EEF6FF;
    margin-bottom: 115px
  }
  
  .about_apntmnt .main_title {
    font-weight: 700;
    font-size: 40px;
    line-height: 54px;
    color: #091C58;
    margin-bottom: 13px
  }
  
  .about_apntmnt .sub_desc {
    font-weight: 400;
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 28px;
    width: 481px;
    max-width: 100%
  }
  
  .about_apntmnt .ap_cta_btn {
    display: inline-block;
    position: relative
  }
  
  .about_apntmnt .ap_cta_btn::before {
    height: 24px;
    width: 35px;
    background: #091452;
    display: inline-block;
    content: ' ';
    position: absolute;
    top: -4px;
    left: -4px;
    transition: all .4s
  }
  
  .about_apntmnt .ap_cta_btn:hover::before {
    background: #1680F0
  }
  
  .about_apntmnt .ap_cta_btn:hover a {
    background: #091452
  }
  
  .about_apntmnt .ap_cta_btn a {
    display: inline-block;
    padding: 12px 19px;
    font-weight: 500;
    font-size: 15px;
    color: #fff;
    background: #1680F0;
    border-radius: 0 25px 25px 25px;
    transition: all .4s;
    text-transform: uppercase;
    position: relative
  }
  
  .about_apntmnt .color_box_sec {
    display: flex;
    justify-content: flex-end
  }
  
  .about_apntmnt .img_box {
    max-height: 100%;
    max-width: 100%;
    position: relative
  }
  
  .about_apntmnt .img_box>picture>img {
    position: relative;
    z-index: 11
  }
  
  .about_apntmnt .color_box1 {
    background: #0A0D4C;
    height: 108px;
    width: 108px;
    position: absolute;
    right: 3%;
    top: 27%
  }
  
  .about_apntmnt .color_box2 {
    background: #00BC5B;
    height: 59px;
    width: 59px;
    position: absolute;
    right: -9.7%;
    top: 16.5%
  }
  
  .about_apntmnt .img_ovrl_txt {
    position: absolute;
    font-weight: 700;
    font-size: 23px;
    color: #091452;
    bottom: 9%;
    left: -46%
  }
  
  @media only screen and (max-width:1230px) {
    .about_apntmnt .color_box1 {
      right: 10%
    }
  
    .about_apntmnt .color_box2 {
      right: -2.7%
    }
  }
  
  @media only screen and (max-width:1094px) {
    .about_apntmnt .color_box1 {
      right: 12%
    }
  
    .about_apntmnt .color_box2 {
      right: -.7%
    }
  }
  
  @media only screen and (max-width:991px) {
    #timetab2 .left_col {
      padding-right: 12px
    }
  
    #timetab4 .left_col {
      padding-right: 12px
    }
  
    #timetab2 .left_col.two_box {
      padding-left: 0;
      padding-right: 0
    }
  }
  
  @media only screen and (max-width:873px) {
    .about_apntmnt .img_box {
      margin-top: 80px
    }
  
    .about_apntmnt .img_ovrl_txt {
      top: -10%;
      left: -11%
    }
  
    .about_apntmnt .color_box_sec {
      justify-content: center
    }
  }
  
  @media only screen and (max-width:600px) {
    .about_apntmnt .img_box {
      margin-top: 50px
    }
  
    .about_apntmnt .color_box1, .about_apntmnt .color_box2 {
      display: none
    }
  
    .about_apntmnt .img_ovrl_txt {
      top: -10%;
      left: 0%
    }
  
    .timeline_continue .time_line_box11 .img_flex_item img {
      margin-bottom: 0
    }
  }
  
  @media only screen and (max-width:495px) {
    .about_apntmnt .img_ovrl_txt {
      top: -16%;
      left: 0%
    }
  }
  
  @media only screen and (max-width:371px) {
    .about_apntmnt .img_box {
      margin-top: 30px
    }
  
    .about_apntmnt .img_ovrl_txt {
      top: -20%;
      left: 0%
    }
  }
  
  .abt_mission_sec {
    margin-bottom: 115px
  }
  
  .abt_mission_sec .item1 {
    margin-bottom: 54px
  }
  
  .abt_mission_sec .main_tile {
    color: #091C58;
    font-weight: 800;
    font-size: 35px;
    line-height: 52px;
    margin-bottom: 5px;
    text-align: center
  }
  
  .abt_mission_sec .sub_desc {
    width: 847px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    color: rgba(0, 0, 0, .7);
    font-weight: 500;
    font-size: 18px;
    line-height: 27px;
    text-align: center
  }
  
  @media only screen and (min-width:300px) and (max-width:991px) {
    .timeline_continue::before {
      left: 17px;
      top: 23px
    }
  
    .timeline_right p {
      text-align: start
    }
  
    .timeline_right p::after {
      left: -28px
    }
  
    .timeline_continue .timeline_right .right_col {
      padding-left: 40px
    }
  
    .timeline_continue .timeline_right .left_col {
      padding-left: 40px
    }
  
    .timeline_continue .timeline_left .right_col {
      order: 1;
      padding-left: 37px
    }
  
    .timeline_continue .timeline_left .left_col {
      order: 2;
      padding-right: 0;
      padding-left: 37px
    }
  
    .timeline_continue {
      padding-bottom: 60px
    }
  
    .time_line_sec {
      margin-bottom: 240px
    }
  
    .timeline_continue::after {
      left: -2px;
      bottom: -102px
    }
  }
  
  @media only screen and (min-width:601px) and (max-width:991px) {
    .about_banner_sec .row {
      justify-content: center
    }
  
    .inner_about_sec .row {
      justify-content: center
    }
  
    .about_banner_sec .main_col:first-child {
      margin-bottom: 40px
    }
  
    .inner_about_sec .main_col:first-child {
      margin-bottom: 40px
    }
  
    .about_apntmnt .row {
      justify-content: center !important
    }
  
    .about_apntmnt .main_col:first-child {
      margin-bottom: 70px
    }
  }
  
  @media only screen and (max-width:520px) {
    .about_apntmnt .color_box1 {
      background: #0A0D4C;
      height: 68px;
      width: 68px;
      position: absolute;
      right: 17%;
      top: 28%
    }
  
    .about_apntmnt .color_box2 {
      background: #00BC5B;
      height: 39px;
      width: 39px;
      position: absolute;
      right: 8.6%;
      top: 21%
    }
  }
  
  @media only screen and (min-width:300px) and (max-width:600px) {
    .about_banner_sec .main_col:first-child {
      margin-bottom: 30px
    }
  
    .inner_about_sec .main_col:first-child {
      margin-bottom: 30px
    }
  
    .about_apntmnt .main_col:first-child {
      margin-bottom: 90px
    }
  
    .timeline_continue p {
      font-size: 20px;
      padding-top: 6px
    }
  
    .timeline_continue .time_line_box {
      flex-direction: column
    }
  
    .timeline_continue .timeline_left .left_col {
      flex-direction: column
    }
  
    .timeline_left .left_col.two_box>div {
      width: 100%
    }
  
    .timeline_left .left_col.two_box>div:first-child {
      margin-bottom: 20px
    }
  
    .timeline_continue .time_line_box img {
      margin: 0 0 25px 0
    }
  
    .timeline_continue .timeline_left .time_line_box span {
      order: 2
    }
  
    .timeline_continue .timeline_left .time_line_box picture {
      order: 1
    }
  
    .about_highlight_sec .highlight_header {
      flex-wrap: wrap;
      justify-content: space-evenly
    }
  
    .about_highlight_sec .highlight_header .item:nth-child(1), .about_highlight_sec .highlight_header .item:nth-child(2) {
      margin-bottom: 32px
    }
  
    .about_highlight_sec .highlight_header .item {
      width: 50%;
      text-align: center
    }
  
    .highlight_header .item .title {
      min-height: 48px
    }
  
    .about_banner_sec {
      padding: 30px 0 50px 0
    }
  
    .about_banner_sec .main_title {
      font-size: 30px;
      line-height: 40px
    }
  
    .about_banner_sec .sub_desc {
      font-size: 17px;
      line-height: 29px
    }
  
    .about_highlight_sec {
      padding: 25px 0 30px 0
    }
  
    .about_highlight_sec .main_title {
      font-size: 30px;
      line-height: 45px
    }
  
    .about_highlight_sec .highlight_body .h_list {
      font-size: 18px
    }
  
    .about_highlight_sec .container {
      padding: 0 30px
    }
  
    .inner_about_sec .main_title, .bsns_fox_sec .main_title {
      font-size: 27px;
      line-height: 40px
    }
  
    .time_line_sec .main_title {
      font-size: 28px;
      line-height: 37px;
      margin-bottom: 10px
    }
  
    .bsns_fox_sec .sub_desc {
      font-size: 15px;
      margin-bottom: 38px
    }
  
    .inner_about_sec {
      margin-bottom: 50px
    }
  
    .time_line_sec .sub_desc {
      font-size: 16px
    }
  
    .time_line_sec {
      margin-bottom: 180px
    }
  
    .about_apntmnt {
      margin-bottom: 40px
    }
  
    .abt_mission_sec .main_tile {
      font-size: 30px;
      line-height: 45px
    }
  
    .abt_mission_sec .sub_desc {
      font-size: 17px;
      line-height: 29px
    }
  
    .abt_mission_sec {
      margin-bottom: 60px
    }
  
    .highlight_header .item .count {
      font-size: 25px
    }
  
    .about_highlight_sec .main_title {
      margin-bottom: 30px
    }
  
    .about_highlight_sec .highlight_header {
      margin-bottom: 10px
    }
  
    .about_apntmnt .main_title {
      font-size: 34px;
      margin-top: 32px;
      margin-bottom: 3px
    }
  }
  
  .contact_bnr_sec {
    padding: 101px 0;
    background: linear-gradient(226.02deg, #EEF6FF 23.89%, rgba(252, 252, 252, 0) 97.45%)
  }
  
  .contact_bnr_sec .main_title {
    font-weight: 800;
    font-size: 45px;
    color: #091C58;
    margin-bottom: 12px;
    text-align: center
  }
  
  .contact_bnr_sec .sub_desc {
    font-weight: 400;
    font-size: 18px;
    line-height: 27px;
    text-align: center;
    color: rgba(0, 0, 0, .7);
    width: 619px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto
  }
  
  .contact_form_section_box {
    margin-bottom: 92px
  }
  
  .contact_form_section_box .item_box {
    box-shadow: 0 0 10px rgba(0, 0, 0, .15);
    overflow: hidden;
    width: 1101px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    display: flex
  }
  
  .contact_form_section_box .item_box .left_prt {
    width: 384px;
    max-width: 100%;
    background-color: #EEF6FF;
    padding: 50px 46px
  }
  
  .contact_form_section_box .item_box .right_prt {
    width: 717px;
    max-width: 100%;
    padding: 50px 46px
  }
  
  .contact_form_section_box .item_box .main_title {
    font-weight: 700;
    font-size: 21px;
    color: #091452
  }
  
  .contact_form_section_box .item_box .right_prt .main_title {
    padding-left: 12px;
    margin-bottom: 30px
  }
  
  .contact_form_section_box .social_media_icons {
    display: flex;
    margin-top: 15px
  }
  
  .contact_form_section_box .social_media_icons .icon {
    margin-right: 22px;
    padding-top: 3px
  }
  
  .contact_form_section_box .contact_details {
    margin: 33px 0 0 0
  }
  
  .contact_form_section_box .contact_details>div {
    display: flex;
    margin-bottom: 38px
  }
  
  .contact_form_section_box .contact_details .icon {
    margin-right: 21px
  }
  
  .contact_form_section_box .contact_details .content {
    font-weight: 500;
    font-size: 16px;
    line-height: 23px
  }
  
  .contact_form_section_box .contact_details .content a {
    color: #000
  }
  
  .contact_form_section_box .contact_details .content span {
    display: block;
    margin-bottom: 9px;
    color: #727272;
    font-weight: 400;
    font-size: 19px
  }
  
  .location_addr_sec {
    margin-bottom: 85px
  }
  
  .location_addr_sec .main_title {
    font-weight: 700;
    font-size: 28px;
    line-height: 34px;
    color: #091452;
    margin-bottom: 53px;
    text-align: center
  }
  
  .location_addr_sec .main_title::before, .location_addr_sec .main_title::after {
    content: "";
    width: 48px;
    height: 2px;
    background: rgba(9, 20, 82, .6);
    display: inline-block
  }
  
  .location_addr_sec .main_title::before {
    margin: 0 12px 6px 0
  }
  
  .location_addr_sec .main_title::after {
    margin: 0 0 6px 12px
  }
  
  .location_addr_sec .addr_bar_sec {
    display: flex;
    justify-content: space-evenly;
    text-align: center;
    width: 1005px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto
  }
  
  .location_addr_sec .addr_bar_sec .a_head {
    margin-bottom: 9px;
    font-weight: 700;
    font-size: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-right: 10px
  }
  
  .location_addr_sec .addr_bar_sec .a_head img {
    margin-right: 8px
  }
  
  .location_addr_sec .addr_bar_sec .a_body {
    font-weight: 500;
    font-size: 17px;
    line-height: 27px
  }
  
  @media only screen and (min-width:894px) and (max-width:1100px) {
    .contact_form_section_box .item_box {
      flex-wrap: wrap
    }
  
    .contact_form_section_box .item_box {
      width: 80%
    }
  
    .contact_form_section_box .item_box .left_prt {
      width: 100%
    }
  
    .contact_form_section_box .item_box .right_prt {
      width: 100%
    }
  }
  
  @media only screen and (min-width:601px) and (max-width:893px) {
    .contact_form_section_box .item_box {
      flex-wrap: wrap
    }
  
    .contact_form_section_box .item_box {
      width: 90%
    }
  
    .contact_form_section_box .item_box .left_prt {
      width: 100%
    }
  
    .contact_form_section_box .item_box .right_prt {
      width: 100%
    }
  }
  
  @media only screen and (min-width:300px) and (max-width:600px) {
    .contact_form_section_box>.container {
      padding: 0
    }
  
    .contact_form_section_box .item_box {
      flex-wrap: wrap
    }
  
    .contact_form_section_box .item_box {
      width: 100%;
      box-shadow: none
    }
  
    .contact_form_section_box .item_box .left_prt {
      width: 100%
    }
  
    .contact_form_section_box .item_box .right_prt {
      width: 100%;
      padding: 30px 16px 50px 20px
    }
  
    .contact_form_section_box {
      margin-bottom: 30px
    }
  
    .location_addr_sec .addr_bar_sec {
      flex-wrap: wrap
    }
  
    .location_addr_sec .addr_bar_sec .addrOne:first-child {
      margin-bottom: 54px
    }
  
    .location_addr_sec .addr_bar_sec .addrOne {
      width: 100%
    }
  
    .contact_bnr_sec .main_title {
      font-size: 26px
    }
  
    .contact_bnr_sec .sub_desc {
      padding: 0 7px;
      font-size: 16px;
      line-height: 27px
    }
  
    .contact_bnr_sec {
      padding: 30px 0
    }
  
    .contact_form_section_box .item_box .right_prt .main_title {
      text-align: center
    }
  
    .contact_form_section_box .item_box .main_title {
      font-size: 19px
    }
  
    .location_addr_sec .main_title {
      font-size: 26px;
      line-height: 32px;
      margin-bottom: 43px
    }
  
    .location_addr_sec {
      margin-bottom: 45px
    }
  }
  
  .terms_bnr_sec {
    padding: 62px 0;
    background: linear-gradient(180deg, #EEF6FF 0%, rgba(238, 246, 255, .703125) 53.65%, rgba(238, 246, 255, 0) 100%);
    margin-bottom: 44px
  }
  
  .terms_bnr_sec .main_title {
    color: #1680F0;
    font-weight: 700;
    font-size: 40px;
    line-height: 48px;
    margin-bottom: 9px
  }
  
  .terms_bnr_sec .sub_desc {
    width: 611px;
    max-width: 100%;
    color: rgba(0, 0, 0, .7);
    font-weight: 400;
    font-size: 18px;
    line-height: 29px;
    margin-bottom: 27px
  }
  
  .terms_bnr_sec .t_cta_btn_grp a:first-child {
    padding: 11px 15px;
    background: #1680F0;
    box-shadow: 0 1px 4px rgba(0, 0, 0, .25);
    border-radius: 0 25px 25px 25px;
    margin-right: 20px;
    color: #fff;
    font-weight: 500;
    font-size: 18px;
    display: inline-block
  }
  
  .terms_bnr_sec .t_cta_btn_grp a:last-child {
    padding: 9px 14px;
    border: 2px solid #00BC5B;
    border-radius: 0 25px 25px 25px;
    color: #091452;
    font-size: 18px;
    font-weight: 500;
    display: inline-block;
    transition: all .5s
  }
  
  .terms_bnr_sec .t_cta_btn_grp a:last-child:hover {
    background-color: #00BC5B;
    color: #fff
  }
  
  .terms_bnr_sec .overlay_text {
    color: rgba(9, 20, 82, .56);
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    position: absolute;
    bottom: 0;
    margin-bottom: 15px
  }
  
  .terms_read_more_sec {
    margin-bottom: 61px
  }
  
  .terms_read_more_sec .item_box {
    padding: 32px 37px;
    background: rgba(238, 246, 255, .703125)
  }
  
  .terms_read_more_sec .main_title {
    color: #091452;
    font-weight: 700;
    font-size: 28px;
    margin-bottom: 21px
  }
  
  .terms_read_more_sec .sub_desc {
    font-weight: 400;
    font-size: 17px;
    line-height: 29px;
    color: rgba(0, 0, 0, .7)
  }
  
  .terms_read_more_sec .sub_desc .read_more {
    display: none;
    transition: all .7s;
    animation: readFadeDown .7s
  }
  
  .terms_read_more_sec .sub_desc .read_more.active {
    display: block
  }
  
  .terms_read_more_sec .sub_desc .read_more .tr-subhead {
    font-size: 26px;
    font-weight: 700;
    color: #091452;
    line-height: 35px
  }
  
  .terms_read_more_sec .sub_desc .read_more .col-lg-12 {
    margin: 25px 0
  }
  
  .terms_read_more_sec .sub_desc .read_more ul li.tr-para {
    margin-bottom: 6px
  }
  
  .terms_read_more_sec .sub_desc .read_more ul li.tr-para::before {
    display: inline-block;
    background-image: url(../images/about_side_arrow.svg);
    background-repeat: no-repeat;
    background-size: contain;
    height: 13px;
    width: 11px;
    margin-right: 10px;
    content: ' ';
    margin-bottom: -1px
  }
  
  @keyframes readFadeDown {
    from {
      opacity: 0
    }
  
    to {
      opacity: 1
    }
  }
  
  .terms_read_more_sec .cta_btn_grp {
    display: inline-block;
    position: relative;
    margin-top: 10px
  }
  
  .terms_read_more_sec .cta_btn_grp::before {
    height: 24px;
    width: 35px;
    background: #091452;
    display: inline-block;
    content: ' ';
    position: absolute;
    top: -4px;
    left: -4px;
    transition: all .4s
  }
  
  .terms_read_more_sec .cta_btn_grp:hover::before {
    background: #1680F0
  }
  
  .terms_read_more_sec .cta_btn_grp:hover a {
    background: #091452
  }
  
  .terms_read_more_sec .cta_btn_grp a {
    padding: 11px 27px;
    background: #1680F0;
    box-shadow: 0 1px 4px rgba(0, 0, 0, .25);
    border-radius: 0 25px 25px 25px;
    color: #fff;
    font-weight: 400;
    font-size: 18px;
    display: inline-block;
    position: relative;
    transition: all .4s
  }
  
  .terms_contact_crd_sec {
    margin-bottom: 65px;
    text-align: center
  }
  
  .terms_contact_crd_sec .main_title {
    font-weight: 700;
    font-size: 30px;
    line-height: 36px;
    color: #1680F0;
    margin-bottom: 17px
  }
  
  .terms_contact_crd_sec .sub_desc {
    width: 907px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    color: rgba(0, 0, 0, .8);
    font-weight: 400;
    font-size: 17px;
    line-height: 27px;
    margin-bottom: 30px
  }
  
  .terms_contact_crd_sec .item_card {
    background: #EEF6FF;
    border-radius: 12px;
    padding: 34px 30px;
    width: 526px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto
  }
  
  .terms_contact_crd_sec .item_card .i_title {
    color: #0A0E4D;
    font-weight: 700;
    font-size: 22px;
    line-height: 30px;
    margin-bottom: 14px
  }
  
  .terms_contact_crd_sec .item_card .addr_bar span {
    font-size: 21px;
    font-weight: 600
  }
  
  .terms_contact_crd_sec .item_card .addr_bar {
    color: rgba(9, 20, 82, .9);
    font-weight: 400;
    font-size: 16px;
    line-height: 30px
  }
  
  .terms_cta_btn_card_sec {
    margin-bottom: 65px
  }
  
  .terms_cta_btn_card_sec .item_card {
    background: #0A0E4D;
    border-radius: 12px;
    padding: 34px 15px;
    text-align: center;
    width: 1046px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto
  }
  
  .terms_cta_btn_card_sec .item_card>span {
    font-weight: 500;
    font-size: 20px;
    line-height: 32px;
    color: rgba(255, 255, 255, .8)
  }
  
  .terms_cta_btn_card_sec .item_card>a {
    padding: 11px 38px;
    background: #1680F0;
    box-shadow: 0 1px 4px rgba(0, 0, 0, .25);
    border-radius: 0 25px 25px 25px;
    font-weight: 500;
    font-size: 18px;
    margin-left: 25px;
    color: #fff;
    display: inline-block
  }
  
  @media only screen and (min-width:601px) and (max-width:991px) {
    .terms_bnr_sec>.container>.row {
      justify-content: center;
      text-align: center
    }
  
    .terms_bnr_sec .t_cta_btn_grp {
      margin-bottom: 70px
    }
  
    .terms_bnr_sec>.container>.row>.col-12 {
      position: relative
    }
  
    .terms_bnr_sec .overlay_text {
      margin-bottom: 25px;
      left: 34%
    }
  
    .terms_cta_btn_card_sec .item_card {
      display: flex;
      justify-content: space-evenly;
      align-items: center
    }
  }
  
  @media only screen and (min-width:601px) and (max-width:915px) {
    .terms_cta_btn_card_sec .item_card>span {
      width: 400px;
      max-width: 100%
    }
  }
  
  @media only screen and (min-width:601px) and (max-width:642px) {
    .terms_cta_btn_card_sec .item_card>span {
      width: 340px;
      max-width: 100%
    }
  }
  
  @media only screen and (min-width:300px) and (max-width:600px) {
    .terms_bnr_sec .t_cta_btn_grp {
      margin-bottom: 70px
    }
  
    .terms_bnr_sec {
      padding: 30px 0;
      margin-bottom: 10px
    }
  
    .terms_bnr_sec>.container>.row>.col-12 {
      position: relative
    }
  
    .terms_bnr_sec .overlay_text {
      margin-bottom: 25px
    }
  
    .terms_bnr_sec .main_title {
      font-size: 33px;
      line-height: 43px
    }
  
    .terms_bnr_sec .sub_desc {
      font-size: 16px;
      line-height: 24px
    }
  
    .terms_read_more_sec .item_box {
      padding: 32px 30px
    }
  
    .terms_bnr_sec .t_cta_btn_grp a:first-child {
      font-size: 16px;
      padding: 11px 12px;
      margin-right: 17px
    }
  
    .terms_bnr_sec .t_cta_btn_grp a:last-child {
      font-size: 16px;
      padding: 9px 12px
    }
  
    .terms_read_more_sec .main_title {
      font-size: 23px;
      line-height: 28px;
      margin-bottom: 14px
    }
  
    .terms_read_more_sec .sub_desc .read_more .tr-subhead {
      font-size: 23px;
      line-height: 28px;
      margin-bottom: 14px
    }
  
    .terms_read_more_sec .sub_desc {
      font-size: 16px;
      line-height: 28px
    }
  
    .terms_read_more_sec .cta_btn_grp a {
      padding: 9px 20px;
      font-size: 16px
    }
  
    .terms_read_more_sec {
      margin-bottom: 40px
    }
  
    .terms_contact_crd_sec .main_title {
      font-size: 25px;
      line-height: 30px
    }
  
    .terms_contact_crd_sec .sub_desc {
      font-size: 16px;
      line-height: 24px;
      padding: 0 10px
    }
  
    .terms_contact_crd_sec .item_card {
      padding: 24px 15px
    }
  
    .terms_contact_crd_sec>.container {
      padding: 0
    }
  
    .terms_contact_crd_sec .item_card .i_title {
      font-size: 18px;
      line-height: 27px;
      margin-bottom: 5px
    }
  
    .terms_contact_crd_sec .item_card .addr_bar span {
      font-size: 18px
    }
  
    .terms_cta_btn_card_sec {
      margin-bottom: 41px
    }
  
    .terms_cta_btn_card_sec>.container {
      padding: 0
    }
  
    .terms_cta_btn_card_sec .item_card {
      display: flex;
      justify-content: space-evenly;
      align-items: center
    }
  
    .terms_cta_btn_card_sec .item_card>span {
      font-size: 15px;
      width: 220px;
      display: inline-block;
      max-width: 100%;
      line-height: 20px;
      text-align: start
    }
  
    .terms_cta_btn_card_sec .item_card>a {
      font-size: 16px;
      padding: 11px 22px
    }
  
    .terms_contact_crd_sec {
      margin-bottom: 41px
    }
  }
  
  @media only screen and (min-width:300px) and (max-width:400px) {
    .terms_cta_btn_card_sec .item_card>a {
      margin-left: 10px;
      font-size: 14px
    }
  
    .terms_cta_btn_card_sec .item_card>span {
      width: 190px
    }
  }
  
  .place_ordr_bnr_sec {
    background: linear-gradient(226.02deg, #EEF6FF 23.89%, rgba(252, 252, 252, 0) 97.45%);
    padding: 60px 0 !important
  }
  
  .place_ordr_bnr_sec .main_title {
    font-family: "Inter", sans-serif !important;
    font-weight: 700;
    font-size: 40px;
    line-height: 50px;
    color: #091452;
    margin-bottom: 16px;
    width: 100%;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto
  }
  
  .place_ordr_bnr_sec .sub_desc_para {
    font-weight: 400;
    font-size: 18px;
    line-height: 27px;
    color: rgba(0, 0, 0, .8);
    margin-top: -6px;
    width: 486px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto
  }
  
  .place_ordr_bnr_sec .bnr_list {
    display: flex;
    flex-wrap: wrap;
    width: 585px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto
  }
  
  .place_ordr_bnr_sec .bnr_list .b_list {
    font-family: "Inter", sans-serif !important;
    width: 50%;
    text-align: start;
    font-weight: 400;
    font-size: 18px;
    color: #091452
  }
  
  .place_ordr_bnr_sec .bnr_list .b_list:nth-child(1), .place_ordr_bnr_sec .bnr_list .b_list:nth-child(2) {
    margin-bottom: 14px
  }
  
  .place_ordr_bnr_sec .bnr_list .b_list img {
    margin-right: 5px
  }
  
  .place_order_form_sec {
    margin-bottom: 98px;
    margin-top: 50px
  }
  
  .place_order_form_sec .order_note {
    background: #EEF6FF;
    border-radius: 5px;
    border-left: 2px solid #1680F0;
    padding: 14px 10px;
    margin-top: 45px;
    color: #000
  }
  
  @media only screen and (min-width:300px) and (max-width:600px) {
    .place_ordr_bnr_sec .main_title {
      font-size: 32px;
      line-height: 43px;
      text-align: start;
      padding: 0 15px;
      margin-bottom: 26px
    }
  
    .place_ordr_bnr_sec .sub_desc_para {
      text-align: start;
      padding-left: 15px
    }
  
    .place_ordr_bnr_sec {
      padding: 30px 0 !important
    }
  
    .place_ordr_bnr_sec .bnr_list {
      padding: 0 15px
    }
  
    .place_ordr_bnr_sec .bnr_list .b_list {
      width: 100%;
      margin-bottom: 14px
    }
  
    .place_order_form_sec {
      margin-top: 40px;
      margin-bottom: 35px
    }
  
    .place_order_form_sec .order_note {
      margin-bottom: 15px
    }
  
    .fr-container>.fr_no_padd>.pad-top15 {
      text-align: center !important
    }
  }
  
  .faq_bnr_sec {
    padding: 42px 0;
    background: linear-gradient(278.15deg, rgba(238, 246, 255, .08) 0%, rgba(59, 61, 112, .0304) 99.86%)
  }
  
  .faq_bnr_sec .main_title {
    color: #1680F0;
    font-weight: 700;
    font-size: 40px;
    line-height: 57px;
    margin-bottom: 10px
  }
  
  .faq_bnr_sec .sub_desc {
    font-weight: 400;
    font-size: 18px;
    line-height: 27px;
    color: #000;
    width: 581px;
    max-width: 100%
  }
  
  .overlay_color_box {
    position: absolute;
    right: -25px;
    top: 35px
  }
  
  .overlay_color_box .box1 {
    height: 17px;
    width: 17px;
    background-color: #00BC5B;
    margin-bottom: 22px
  }
  
  .overlay_color_box .box2 {
    height: 17px;
    width: 17px;
    background-color: #0A0D4C;
    margin-bottom: 22px
  }
  
  .overlay_color_box .box3 {
    height: 17px;
    width: 17px;
    background-color: #0A0E4D
  }
  
  .faq_bnr_sec .overlay_img {
    position: absolute;
    bottom: -10px;
    left: -70px;
    z-index: -1
  }
  
  .faq_accordian_sec {
    padding: 64px 0 84px 0
  }
  
  .faq_accordian_sec.alternate_upl_page>.container {
    width: 1250px !important
  }
  
  .faq_accordian_sec .tab_header {
    background: rgba(255, 255, 255, .6);
    box-shadow: 0 0 4px rgba(0, 0, 0, .1);
    border-radius: 20px;
    display: flex;
    justify-content: space-between;
    margin-bottom: 52px
  }
  
  .faq_accordian_sec .tab_header.alternate_upl_page {
    width: 494px;
    margin-left: auto;
    margin-right: auto;
    justify-content: space-between !important
  }
  
  .faq_accordian_sec .tab_body.alternate_upl_page {
    width: 1240px;
    text-align: center
  }
  
  .faq_accordian_sec .tab_header .tab_item {
    padding: 12px 35px;
    border-radius: 20px;
    font-weight: 500;
    font-size: 18px;
    color: #8F8F8F;
    transition: all .7s;
    cursor: pointer
  }
  
  .faq_accordian_sec .tab_header .tab_item.active {
    background: #1680F0;
    color: #fff;
    box-shadow: 0 0 4px rgba(0, 0, 0, .25)
  }
  
  .faq_accordian_sec .tab_body {
    width: 1045px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto
  }
  
  .faq_page_acc {
    background: transparent;
    border: 0
  }
  
  .faq_page_acc:not(:last-child) {
    margin-bottom: 20px
  }
  
  .faq_page_acc .accordion-header {
    border: none
  }
  
  .faq_page_acc .accordion-header img {
    transition: all .6s;
    margin-left: 10px
  }
  
  .faq_page_acc .accordion-header.active img {
    transform: rotate(270deg)
  }
  
  .faq_page_acc hr {
    margin-top: 0;
    height: 2px;
    background-color: #D9D9D9;
    margin-right: auto;
    opacity: .5
  }
  
  .faq_page_acc .accordion-button {
    background: transparent;
    border: none;
    box-shadow: none;
    padding: 0 !important;
    justify-content: space-between;
    font-weight: 400;
    font-size: 18px;
    line-height: 26px;
    color: rgba(0, 0, 0, .9);
    padding-bottom: 18px !important
  }
  
  .faq_page_acc .accordion-button img {
    transform: rotate(90deg)
  }
  
  .faq_page_acc .accordion-button::after {
    display: none
  }
  
  .faq_page_acc .accordion-body {
    padding-left: 0;
    padding-top: 4px;
    color: #4E4E4E;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px
  }
  
  .faq_accordian_sec .faq_accordian_tab_item {
    display: none
  }
  
  .faq_accordian_sec .faq_accordian_tab_item.active {
    display: block
  }
  
  @media only screen and (min-width:601px) and (max-width:1139px) {
    .faq_accordian_sec .tab_header {
      flex-wrap: wrap;
      justify-content: center
    }
  }
  
  @media only screen and (min-width:300px) and (max-width:991px) {
    .faq_accordian_sec .tab_body {
      padding: 0 10px
    }
  
    .faq_bnr_sec .sub_desc {
      margin-bottom: 45px
    }
  }
  
  @media only screen and (min-width:601px) and (max-width:991px) {
    .faq_bnr_sec>.container>.row {
      justify-content: center;
      text-align: center
    }
  
    .faq_bnr_sec .sub_desc {
      margin-left: auto;
      margin-right: auto
    }
  }
  
  @media only screen and (min-width:300px) and (max-width:600px) {
    .faq_accordian_sec .tab_header {
      flex-wrap: wrap;
      justify-content: center;
      width: 384px;
      max-width: 100%;
      margin-left: auto;
      margin-right: auto
    }
  
    .faq_accordian_sec .tab_header .tab_item {
      font-size: 15px;
      padding: 8px 19px
    }
  
    .faq_accordian_sec .tab_header .tab_item:nth-child(4), .faq_accordian_sec .tab_header .tab_item:nth-child(5) {
      margin-top: 15px
    }
  
    .faq_accordian_sec {
      padding: 40px 0 25px 0
    }
  
    .faq_bnr_sec .overlay_img {
      display: none
    }
  
    .faq_bnr_sec .main_title {
      font-size: 32px;
      line-height: 43px
    }
  
    .faq_bnr_sec .sub_desc {
      font-size: 17px;
      line-height: 24px;
      margin-bottom: 25px
    }
  
    .overlay_color_box {
      right: -15px
    }
  
    .faq_bnr_sec {
      padding: 30px 0 50px 0
    }
  }
  
  @media only screen and (min-width:300px) and (max-width:406px) {
    .faq_accordian_sec .tab_header .tab_item {
      font-size: 14px;
      padding: 8px 19px
    }
  }
  
  @media only screen and (min-width:300px) and (max-width:395px) {
    .faq_accordian_sec .tab_header .tab_item {
      font-size: 14px;
      padding: 8px 13px
    }
  }
  
  @media only screen and (min-width:390px) and (max-width:400px) {
    .faq_accordian_sec .tab_header .tab_item {
      font-size: 15px;
      padding: 8px 16px
    }
  }
  
  .language_bnr_sec {
    padding: 75px 0;
    background: linear-gradient(278.15deg, rgba(59, 61, 112, .08) 0%, rgba(59, 61, 112, .0336) 99.86%)
  }
  
  .language_bnr_sec .main_title {
    color: #0A0E4D;
    font-weight: 700;
    font-size: 40px;
    line-height: 48px;
    margin-bottom: 11px;
    margin-top: 5px
  }
  
  .language_bnr_sec .sub_desc {
    width: 535px;
    max-width: 100%;
    color: rgba(0, 0, 0, .8);
    font-weight: 400;
    font-size: 17px;
    line-height: 30px;
    margin-bottom: 30px
  }
  
  .language_bnr_sec .img_sec .overlay_text {
    position: absolute
  }
  
  .language_bnr_sec .img_sec .overlay_text.text1 {
    background: #FFF;
    border: 2px dashed #1D3C76;
    border-radius: 60px 90px 0 60px;
    font-weight: 700;
    font-size: 30px;
    line-height: 36px;
    color: #091552;
    padding: 7px 36px;
    top: 5px;
    left: -72px
  }
  
  .language_bnr_sec .img_sec .overlay_text.text2 {
    font-weight: 700;
    font-size: 45px;
    color: rgba(22, 128, 240, .7);
    top: -58px;
    right: 19px
  }
  
  .language_bnr_sec .img_sec .overlay_text.text3 {
    font-weight: 700;
    font-size: 49px;
    color: rgba(32, 138, 250, .8);
    bottom: 16px;
    left: -73px
  }
  
  .language_bnr_sec .img_sec .overlay_text.text4 {
    font-weight: 700;
    font-size: 38px;
    color: rgba(0, 188, 91, .8);
    right: -100px;
    top: 80px;
    font-style: italic
  }
  
  .language_bnr_sec .img_sec .overlay_text.text5 {
    color: rgba(9, 21, 83, .6);
    font-weight: 700;
    font-size: 30px;
    bottom: -42px;
    right: 12px
  }
  
  .language_bnr_sec .cta_btn_grp {
    display: inline-block;
    position: relative
  }
  
  .language_bnr_sec .cta_btn_grp::before {
    height: 24px;
    width: 35px;
    background: #091452;
    display: inline-block;
    content: ' ';
    position: absolute;
    top: -4px;
    left: -4px;
    transition: all .4s
  }
  
  .language_bnr_sec .cta_btn_grp:hover::before {
    background: #1680F0
  }
  
  .language_bnr_sec .cta_btn_grp:hover a {
    background: #091452
  }
  
  .language_bnr_sec .cta_btn_grp a {
    display: inline-block;
    padding: 11px 44px;
    color: #fff;
    background: #1680F0;
    box-shadow: 0 1px 4px rgba(0, 0, 0, .25);
    border-radius: 0 25px 25px 25px;
    font-size: 18px;
    font-weight: 500;
    position: relative
  }
  
  .language_tab_card_sec {
    padding: 40px 0 105px 0
  }
  
  .language_tab_card_sec .main_title {
    font-weight: 800;
    font-size: 30px;
    line-height: 45px;
    margin-bottom: 20px;
    text-align: center
  }
  
  .language_tab_card_sec .sub_desc {
    width: 732px;
    max-width: 98%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 48px;
    font-weight: 400;
    font-size: 17px;
    line-height: 29px;
    color: rgba(0, 0, 0, .7);
    text-align: center
  }
  
  .language_tab_card_sec .tab_header {
    background: rgba(255, 255, 255, .6);
    box-shadow: 0 0 4px rgba(0, 0, 0, .1);
    border-radius: 20px;
    display: flex;
    justify-content: space-between;
    position: relative;
    top: 10px
  }
  
  .language_tab_card_sec .tab_header .tab_item {
    padding: 9px 39px;
    border-radius: 20px;
    font-weight: 500;
    font-size: 18px;
    color: #8F8F8F;
    transition: all .7s;
    cursor: pointer
  }
  
  .language_tab_card_sec .tab_header .tab_item.active {
    background: #1680F0;
    color: #fff;
    box-shadow: 0 0 4px rgba(0, 0, 0, .25)
  }
  
  .language_tab_card_sec .tab_body {
    background: #F7F4F4;
    padding: 48px;
    padding-right: 0
  }
  
  .language_tab_card_sec .tab_body .t_list img {
    margin-right: 15px
  }
  
  .language_tab_card_sec .tab_body .item_card {
    display: none
  }
  
  .language_tab_card_sec .tab_body .item_card.active {
    display: flex;
    justify-content: center
  }
  
  .language_tab_card_sec .tab_body .item_card>div {
    width: 25%
  }
  
  .language_tab_card_sec .tab_body .t_list {
    color: rgba(12, 12, 12, .8);
    font-weight: 400;
    font-size: 17px
  }
  
  .language_tab_card_sec .tab_body .t_list a {
    display: inline-block;
    color: #1680F0;
    font-weight: 400;
    font-size: 17px
  }
  
  .language_tab_card_sec .tab_body .t_list {
    margin-bottom: 8px
  }
  
  .language_tab_card_sec .notf {
    font-weight: 500;
    font-size: 18px;
    line-height: 29px;
    color: rgba(0, 0, 0, .8);
    margin-top: 20px
  }
  
  .lang_cta_card_sec {
    text-align: center;
    margin-bottom: 96px
  }
  
  .lang_cta_card_sec .main_title {
    font-weight: 700;
    font-size: 25px;
    color: rgba(0, 0, 0, .8);
    line-height: 38px;
    margin-right: 48px;
    display: inline-block
  }
  
  .lang_cta_card_sec .lang_btn_grp {
    position: relative
  }
  
  .lang_cta_card_sec .lang_btn_grp:hover a {
    background: #091452
  }
  
  .lang_cta_card_sec .lang_btn_grp:hover::before {
    background: #1680F0
  }
  
  .lang_cta_card_sec .lang_btn_grp::before {
    height: 24px;
    width: 35px;
    background: #091452;
    display: inline-block;
    content: ' ';
    position: absolute;
    top: -4px;
    left: -4px;
    transition: all .4s
  }
  
  .lang_cta_card_sec .cta_btn {
    display: inline-block;
    padding: 11px 26px;
    font-weight: 500;
    font-size: 18px;
    color: #fff;
    background: #1680F0;
    box-shadow: 0 1px 4px rgba(0, 0, 0, .25);
    border-radius: 0 25px 25px 25px;
    position: relative;
    transition: all .4s
  }
  
  @media only screen and (min-width:1232px) and (max-width:1292px) {
    .language_bnr_sec .img_sec .overlay_text.text4 {
      font-size: 28px;
      right: -69px
    }
  }
  
  @media only screen and (min-width:1190px) and (max-width:1231px) {
    .language_bnr_sec .img_sec .overlay_text.text4 {
      font-size: 20px;
      right: -49px
    }
  }
  
  @media only screen and (min-width:200px) and (max-width:1190px) {
    .language_bnr_sec .img_sec .overlay_text.text4 {
      display: none
    }
  }
  
  @media only screen and (min-width:992px) and (max-width:1110px) {
    .language_tab_card_sec .tab_header .tab_item {
      font-size: 16px;
      padding: 9px 30px
    }
  }
  
  @media only screen and (min-width:601px) and (max-width:991px) {
    .language_tab_card_sec .tab_header {
      flex-wrap: wrap;
      justify-content: center
    }
  }
  
  @media only screen and (min-width:601px) and (max-width:991px) {
    .language_bnr_sec>.container>.row {
      justify-content: center
    }
  
    .language_bnr_sec>.container>.row>.col-12 {
      text-align: center
    }
  
    .language_bnr_sec .sub_desc {
      margin-left: auto;
      margin-right: auto
    }
  
    .language_bnr_sec .cta_btn_grp {
      margin-bottom: 90px
    }
  
    .language_tab_card_sec .tab_body {
      overflow: hidden;
      overflow-x: scroll
    }
  
    .language_tab_card_sec .tab_body .item_card {
      min-width: 758px
    }
  }
  
  @media only screen and (min-width:300px) and (max-width:600px) {
    .language_tab_card_sec .tab_body {
      overflow: hidden;
      overflow-x: scroll
    }
  
    .language_tab_card_sec .tab_body .item_card {
      min-width: 758px
    }
  
    .language_tab_card_sec .tab_header {
      flex-wrap: wrap;
      justify-content: center
    }
  
    .language_tab_card_sec .tab_header .tab_item {
      padding: 9px 11px;
      margin: 0 10px;
      font-size: 15px
    }
  
    .language_bnr_sec>.container>.row>.col-sm-12 {
      text-align: center
    }
  
    .language_bnr_sec .img_sec .overlay_text.text1 {
      left: -22px;
      font-size: 22px;
      padding: 2px 33px
    }
  
    .language_bnr_sec .cta_btn_grp {
      margin-bottom: 47px
    }
  
    .language_bnr_sec .img_sec .overlay_text.text3 {
      font-size: 25px;
      left: 9px;
      bottom: -33px
    }
  
    .language_bnr_sec .img_sec .overlay_text.text5 {
      font-size: 25px;
      bottom: -37px
    }
  
    .language_bnr_sec .img_sec .overlay_text.text2 {
      font-size: 22px;
      top: -33px
    }
  
    .language_tab_card_sec .tab_body .item_card5 {
      justify-content: flex-start !important
    }
  
    .language_bnr_sec {
      padding: 29px 0 60px 0
    }
  
    .language_bnr_sec .main_title {
      font-size: 35px;
      line-height: 42px
    }
  
    .language_bnr_sec .sub_desc {
      font-size: 16px;
      margin-bottom: 15px;
      line-height: 26px
    }
  
    .language_bnr_sec .cta_btn_grp a {
      padding: 9px 20px;
      font-size: 16px
    }
  
    .language_tab_card_sec .main_title {
      font-size: 23px;
      line-height: 28px
    }
  
    .language_tab_card_sec .sub_desc {
      font-size: 16px
    }
  
    .language_tab_card_sec .tab_body .t_list {
      font-size: 15px
    }
  
    .language_tab_card_sec .tab_body .t_list a {
      font-size: 15px
    }
  
    .language_tab_card_sec .notf {
      padding-left: 20px;
      font-size: 16px;
      line-height: 24px
    }
  
    .lang_cta_card_sec .main_title {
      font-size: 16px;
      line-height: 24px;
      text-align: start
    }
  
    .lang_cta_card_sec .cta_btn {
      font-size: 14px;
      padding: 9px 16px
    }
  
    .lang_cta_card_sec .main_title {
      margin-right: 5px;
      width: 210px;
      max-width: 100%
    }
  
    .lang_cta_card_sec .stripe_prnt {
      justify-content: space-evenly !important
    }
  
    .lang_cta_card_sec {
      margin-bottom: 41px
    }
  
    .language_tab_card_sec {
      padding: 40px 0 41px 0
    }
  }
  
  @media only screen and (min-width:601px) and (max-width:738px) {
    .lang_cta_card_sec .main_title {
      margin-right: 30px;
      width: 350px;
      max-width: 100%
    }
  
    .lang_cta_card_sec .cta_btn {
      font-size: 16px;
      padding: 11px 20px
    }
  }
  
  @media only screen and (min-width:300px) and (max-width:379px) {
    .lang_cta_card_sec .main_title {
      width: 180px
    }
  }
  
  .career_bnr_sec {
    padding: 78px 0;
    background: linear-gradient(180deg, #EEF6FF 44.27%, #EEF6FF 96.35%)
  }
  
  .career_bnr_sec .main_title {
    font-weight: 800;
    font-size: 45px;
    line-height: 56px;
    color: #091452;
    margin-bottom: 17px
  }
  
  .career_bnr_sec .sub_desc {
    font-weight: 400;
    font-size: 18px;
    line-height: 26px;
    color: rgba(0, 0, 0, .7);
    margin-bottom: 19px;
    width: 553px;
    max-width: 100%
  }
  
  .career_bnr_sec .bnr_cta a {
    background: #1680F0;
    box-shadow: 0 1px 4px rgba(0, 0, 0, .25);
    border-radius: 0 25px 25px 25px;
    font-weight: 500;
    font-size: 18px;
    color: #fff;
    border: none;
    outline: none;
    padding: 11px 28px;
    display: inline-block;
    position: relative;
    transition: all .4s
  }
  
  .career_bnr_sec .bnr_cta {
    display: inline-block;
    position: relative
  }
  
  .career_bnr_sec .bnr_cta::before {
    height: 24px;
    width: 35px;
    background: #091452;
    display: inline-block;
    content: ' ';
    position: absolute;
    top: -4px;
    left: -4px;
    transition: all .4s
  }
  
  .career_bnr_sec .bnr_cta:hover::before {
    background: #1680F0
  }
  
  .career_bnr_sec .bnr_cta:hover a {
    background: #091452
  }
  
  .career_bnr_sec .overlay_box {
    position: absolute;
    right: -33px;
    top: 35px
  }
  
  .career_bnr_sec .overlay_box .item1 {
    width: 42px;
    height: 42px;
    background: rgba(0, 188, 91, .6);
    border-radius: 50%;
    margin-bottom: 28px
  }
  
  .career_bnr_sec .overlay_box .item2 {
    width: 26px;
    height: 26px;
    background: rgba(9, 20, 82, .8);
    border-radius: 50%;
    margin-bottom: 28px
  }
  
  .career_bnr_sec .overlay_box .item3 {
    width: 12px;
    height: 12px;
    background: #1680F0;
    border-radius: 50%
  }
  
  .freelancer_join_sec {
    padding: 82px 0 101px 0;
    text-align: center
  }
  
  .freelancer_join_sec .main_title {
    font-weight: 700;
    font-size: 30px;
    line-height: 39px;
    margin-bottom: 13px;
    color: #091452;
    width: 575px;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%
  }
  
  .freelancer_join_sec .sub_desc {
    width: 833px;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
    margin-bottom: 50px;
    font-weight: 400;
    font-size: 18px;
    line-height: 27px
  }
  
  .freelancer_join_sec .join_ser_card {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 0 20px
  }
  
  .freelancer_join_sec .join_ser_card .item {
    background: #FAFAFA;
    box-shadow: 0 0 10px rgba(0, 0, 0, .25);
    display: inline-flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 32px;
    color: #091452;
    font-weight: 700;
    font-size: 24px;
    width: 48%;
    margin-bottom: 50px;
    transition: .5s
  }
  
  .freelancer_join_sec .join_ser_card .item:hover {
    background: #091452;
    color: #fff
  }
  
  .freelancer_join_sec .join_ser_card .item:hover img.normal_icon {
    display: none
  }
  
  .freelancer_join_sec .join_ser_card .item:hover img.hover_icon {
    display: inline-block
  }
  
  .freelancer_join_sec .join_ser_card .item .img_sec {
    display: flex;
    align-items: center
  }
  
  .freelancer_join_sec .join_ser_card .item .img_sec img {
    margin-right: 28px
  }
  
  .freelancer_join_sec .join_ser_card .item img.hover_icon {
    display: none
  }
  
  .benefit_perk_sec {
    margin-bottom: 50px;
    text-align: center
  }
  
  .benefit_perk_sec .main_title {
    color: #091452;
    font-weight: 700;
    font-size: 30px;
    margin-bottom: 11px
  }
  
  .benefit_perk_sec .sub_desc {
    font-weight: 400;
    font-size: 18px;
    margin-bottom: 45px
  }
  
  .benefit_perk_sec>.container>.row {
    padding: 0 50px
  }
  
  .benefit_perk_sec .perkitem {
    margin-bottom: 55px
  }
  
  .benefit_perk_sec .perkitem .icon {
    width: 94px;
    height: 94px;
    background: #091452;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 13px
  }
  
  .benefit_perk_sec .perkitem .title {
    padding: 0 3px
  }
  
  .webp .career_join_us_sec {
    background-image: url(../images/career_bnr.webp)
  }
  
  .no-webp .career_join_us_sec {
    background-image: url(../images/career_bnr.png)
  }
  
  .career_join_us_sec {
    background-size: cover;
    background-repeat: no-repeat;
    margin-bottom: 81px
  }
  
  .career_join_us_sec .card_box {
    background: rgba(9, 20, 82, .9);
    width: 392px;
    max-width: 100%;
    margin-left: auto;
    padding: 110px 26px 100px 26px
  }
  
  .career_join_us_sec .card_box .desc {
    font-weight: 400;
    font-size: 17px;
    line-height: 25px;
    margin-bottom: 24px;
    color: #FFF;
    text-align: center
  }
  
  .career_join_us_sec .card_box .btn_grp {
    text-align: center
  }
  
  .career_join_us_sec .card_box .btn_grp a {
    display: inline-block;
    font-weight: 400;
    font-size: 18px;
    padding: 11px 45px;
    background: #1680F0;
    box-shadow: 0 1px 4px rgba(0, 0, 0, .25);
    border-radius: 0 25px 25px 25px;
    color: #fff
  }
  
  @media only screen and (min-width:992px) {
    .career_bnr_sec .row>.col-lg-6:first-child {
      width: 53%
    }
  
    .career_bnr_sec .row>.col-lg-6:last-child {
      width: 47%;
      text-align: end
    }
  }
  
  @media only screen and (min-width:992px) and (max-width:1190px) {
    .career_bnr_sec .row>.col-lg-6:last-child {
      text-align: center
    }
  
    .career_bnr_sec .img_prt {
      width: 90%
    }
  }
  
  @media only screen and (max-width:826px) {
    .freelancer_join_sec .join_ser_card {
      justify-content: center
    }
  
    .freelancer_join_sec .join_ser_card .item {
      width: 80%
    }
  }
  
  @media only screen and (max-width:600px) {
    .freelancer_join_sec .join_ser_card .item {
      width: 100%;
      padding: 10px 20px 10px 15px;
      font-size: 19px
    }
  
    .freelancer_join_sec .join_ser_card .item .img_sec img {
      margin-right: 15px
    }
  }
  
  @media only screen and (max-width:991px) {
    .career_bnr_sec .row>.col-lg-6:first-child {
      margin-bottom: 50px
    }
  
    .career_bnr_sec {
      text-align: center
    }
  
    .career_bnr_sec .sub_desc {
      margin-left: auto;
      margin-right: auto;
      margin-bottom: 25px
    }
  }
  
  @media only screen and (max-width:1409px) {
    .career_join_us_sec {
      min-height: 358px
    }
  
    .career_join_us_sec .card_box {
      padding: 110px 26px 96px 26px
    }
  }
  
  @media only screen and (max-width:600px) {
    .career_bnr_sec {
      text-align: start;
      padding: 40px 0
    }
  
    .benefit_perk_sec>.container>.row {
      padding: 0
    }
  
    .career_bnr_sec .main_title {
      font-size: 35px;
      line-height: 46px
    }
  
    .career_join_us_sec .card_box {
      padding: 109px 26px 96px 26px
    }
  
    .freelancer_join_sec {
      padding: 42px 0 31px 0
    }
  
    .benefit_perk_sec {
      margin-bottom: 10px
    }
  
    .career_bnr_sec .overlay_box {
      display: none
    }
  
    .freelancer_join_sec .main_title {
      font-size: 27px
    }
  
    .career_join_us_sec {
      margin-bottom: 41px
    }
  }
  
  @media only screen and (max-width:390px) {
    .benefit_perk_sec .perkitem .title {
      font-size: 14px
    }
  
    .career_join_us_sec .card_box {
      padding: 109px 26px 96px 26px
    }
  
    .career_bnr_sec .main_title {
      font-size: 33px;
      line-height: 44px
    }
  
    .freelancer_join_sec .main_title {
      font-size: 25px
    }
  }
  
  @media only screen and (max-width:382px) {
    .career_join_us_sec .card_box {
      padding: 107px 26px 73px 26px
    }
  }
  
  .banr_rev_sec_transcription {
    display: flex;
    align-items: center;
    margin-bottom: 98px
  }
  
  .banr_rev_sec_transcription .bnr_cta_btn {
    position: relative;
    display: inline-block
  }
  
  .banr_rev_sec_transcription .bnr_cta_btn::before {
    height: 24px;
    width: 35px;
    background: #091452;
    display: inline-block;
    content: ' ';
    position: absolute;
    top: -4px;
    left: -4px;
    transition: all .4s
  }
  
  .banr_rev_sec_transcription .bnr_cta_btn:hover::before {
    background: #1680F0
  }
  
  .banr_rev_sec_transcription .bnr_cta_btn:hover a {
    background: #091452
  }
  
  .banr_rev_sec_transcription .bnr_cta_btn a {
    background: #1680F0;
    box-shadow: 0 1px 4px rgb(0 0 0 / 25%);
    border-radius: 0 25px 25px 25px;
    padding: 11px 21px;
    font-weight: 500;
    font-size: 18px;
    color: #fff;
    text-decoration: none;
    display: inline-block;
    position: relative;
    transition: all .4s
  }
  
  .banr_rev_sec_transcription>span {
    margin: 0 30px 0 40px
  }
  
  .banr_rev_sec_transcription .bnr_rev {
    width: 181px;
    max-width: 99%;
    text-align: center
  }
  
  .banr_rev_sec_transcription .bnr_rev img {
    margin-bottom: 10px
  }
  
  .banr_rev_sec_transcription .bnr_rev .cont {
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    text-align: center;
    color: rgba(0, 0, 0, .7)
  }
  
  .trusted_desc {
    font-weight: 700;
    font-size: 18px;
    color: rgba(9, 21, 82, .25);
    line-height: 22px;
    width: 318px;
    max-width: 99%
  }
  
  .transcription_bnr_sec>.container>.row>.col-lg-7 {
    position: relative
  }
  
  .transcription_bnr_sec>.container>.row>.col-lg-7::before {
    content: ' ';
    display: inline-block;
    height: 488px;
    width: 690px;
    background-repeat: no-repeat;
    background-image: url(../images/transc_stroke_bnr.svg);
    position: absolute;
    top: -13px;
    right: 85px;
    z-index: -1
  }
  
  .transcription_bnr_sec {
    padding: 85px 0 85px 0;
    background: rgba(59, 61, 112, .08);
    position: relative;
    overflow: hidden
  }
  
  .transcription_bnr_sec .main_title {
    font-weight: 800;
    font-size: 50px;
    margin-bottom: 12px;
    color: #091552
  }
  
  .transcription_bnr_sec .sub_desc {
    font-weight: 500;
    font-size: 18px;
    line-height: 27px;
    color: rgba(0, 0, 0, .7);
    margin-bottom: 29px;
    width: 531px;
    max-width: 100%
  }
  
  .transcription_bnr_sec .img_sec .overlay_text1 {
    border: 2px dashed #1D3C76;
    border-radius: 90px 60px 60px 0;
    background: #FFF;
    position: absolute;
    top: 14px;
    right: -23%;
    width: 188px;
    padding: 11px 0 11px 14px;
    text-align: center;
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
    color: #091552;
    z-index: 11
  }
  
  .transcription_bnr_sec .img_sec .overlay_text2 {
    border: 2px dashed #1D3C76;
    border-radius: 60px 90px 0 60px;
    background: #FFF;
    position: absolute;
    top: 42%;
    left: -47%;
    width: 226px;
    padding: 17px 20px 17px 23px;
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
    color: #091552;
    text-align: start;
    z-index: 11
  }
  
  .transcription_bnr_sec>.container>.row>.col-lg-5 .img_sec {
    position: relative;
    z-index: 1
  }
  
  .transcription_bnr_sec>.container>.row>.col-lg-5 .img_sec>picture>img {
    position: relative;
    z-index: 1
  }
  
  .transcription_bnr_sec .overlay_img_sec {
    position: absolute;
    top: -23%;
    left: -18%;
    width: 572px
  }
  
  .transc_top60 {
    margin-bottom: 60px
  }
  
  .seo_content_img_sec2.transcription .img_sec {
    display: inline-block;
    position: relative
  }
  
  .seo_content_img_sec2.transcription .img_sec::before {
    content: ' ';
    display: inline-block;
    width: 453px;
    height: 100%;
    max-width: 100%;
    max-height: 100%;
    border: 2px dashed #091452;
    border-radius: 110px 0 0 0;
    overflow: hidden;
    position: absolute;
    top: -15px;
    left: -15px
  }
  
  .seo_content_img_sec2.transcription .img_sec img {
    border-radius: 100px 0 0 0;
    position: relative;
    z-index: 1
  }
  
  .seo_content_img_sec1.transcription .img_sec {
    display: inline-block;
    position: relative
  }
  
  .seo_content_img_sec1.transcription .img_sec::before {
    content: ' ';
    display: inline-block;
    width: 453px;
    height: 100%;
    max-width: 100%;
    max-height: 100%;
    border: 2px dashed #091452;
    border-radius: 0 110px 0 0;
    overflow: hidden;
    position: absolute;
    top: -15px;
    right: -15px
  }
  
  .seo_content_img_sec1.transcription .img_sec img {
    border-radius: 0 100px 0 0;
    position: relative;
    z-index: 1
  }
  
  .human_translation_sec.transcrip_page .card_item {
    width: 322px
  }
  
  .transcription_slider_sec {
    margin-bottom: 110px
  }
  
  .input_format_sec {
    padding: 69px 0 78px 0;
    background-repeat: no-repeat;
    background-size: cover;
    margin-bottom: 120px;
    box-shadow: inset 0 0 0 2000px rgba(9, 20, 82, .6)
  }
  
  @media only screen and (max-width:607px) {
    .input_format_sec .col-sm-6 {
      width: 100%
    }
  }
  
  .webp .input_format_sec {
    background-image: url(../images/input_banner.webp)
  }
  
  .no-webp .input_format_sec {
    background-image: url(../images/input_banner.png)
  }
  
  .input_format_sec .sub_title {
    color: #fff;
    font-weight: 400;
    font-size: 20px;
    margin-bottom: 4px
  }
  
  .input_format_sec .main_title {
    font-weight: 700;
    font-size: 35px;
    line-height: 42px;
    color: #fff;
    margin-bottom: 11px
  }
  
  .input_format_sec .sub_desc {
    font-weight: 400;
    font-size: 18px;
    margin-bottom: 15px;
    line-height: 22px;
    color: #fff
  }
  
  .input_format_sec .cta_btn_grp a {
    background: #1680F0;
    box-shadow: 0 1px 4px rgba(0, 0, 0, .25);
    border-radius: 0 25px 25px 25px;
    padding: 11px 16px;
    display: inline-block;
    font-weight: 500;
    font-size: 18px;
    color: #fff
  }
  
  .input_format_sec .inp_card_box {
    background-color: #fff;
    border-radius: 15px;
    padding: 25px 26px;
    text-align: center;
    width: 339px;
    max-width: 100%;
    min-height: 186px
  }
  
  .input_format_sec .inp_card_box.inp {
    margin-left: auto
  }
  
  @media only screen and (min-width:1164px) {
    .input_format_sec .row .col-lg-4:nth-child(2), .input_format_sec .row .col-lg-4:nth-child(3) {
      width: 339px
    }
  
    .input_format_sec .row .col-lg-4:nth-child(1) {
      width: 454px;
      max-width: 100%
    }
  }
  
  .input_format_sec .inp_card_box .item_head {
    font-weight: 700;
    font-size: 20px;
    color: #091552
  }
  
  .input_format_sec .inp_card_box .item_body {
    color: rgba(0, 0, 0, .8);
    font-size: 16px;
    line-height: 25px;
    font-weight: 500
  }
  
  .input_format_sec .inp_card_box hr {
    width: 209px;
    background: #EBEBEB;
    height: 2px;
    margin: 11px auto 18px auto;
    opacity: 1
  }
  
  .related_services_sec {
    margin-bottom: 120px;
    text-align: center
  }
  
  .related_services_sec .main_title {
    font-weight: 700;
    font-size: 30px;
    line-height: 36px;
    color: #091452;
    margin-bottom: 12px
  }
  
  .related_services_sec .sub_desc {
    width: 685px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 45px;
    font-weight: 400;
    font-size: 17px;
    line-height: 27px;
    color: rgba(0, 0, 0, .8)
  }
  
  .related_services_sec .transc_list_sec {
    display: flex;
    align-items: flex-start;
    position: relative
  }
  
  .related_services_sec .transc_list_sec::before {
    content: ' ';
    display: inline-block;
    width: 978px;
    height: 219px;
    background-image: url(../images/rel_ovelay_line.svg);
    background-repeat: no-repeat;
    position: absolute;
    bottom: 4px;
    left: 50px
  }
  
  .related_services_sec .transc_list_sec .item_card {
    position: relative
  }
  
  .related_services_sec .transc_list_sec .item_card .icon {
    background: #091452;
    box-shadow: 0 0 4px 1px rgba(0, 0, 0, .25);
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center
  }
  
  .related_services_sec .transc_list_sec .item1 {
    margin-right: 5%
  }
  
  .related_services_sec .transc_list_sec .item2 {
    margin-right: 17%;
    margin-top: 164px
  }
  
  .related_services_sec .transc_list_sec .item3 {
    margin-right: 17%;
    margin-top: 30px
  }
  
  .related_services_sec .transc_list_sec .item4 {
    margin-right: 10%;
    margin-top: 81px
  }
  
  .related_services_sec .transc_list_sec .item5 {
    margin-top: 110px
  }
  
  .related_services_sec .transc_list_sec .item1 .icon {
    width: 106px;
    height: 106px
  }
  
  .related_services_sec .transc_list_sec .item2 .icon {
    width: 92px;
    height: 92px
  }
  
  .related_services_sec .transc_list_sec .item3 .icon {
    width: 110px;
    height: 110px
  }
  
  .related_services_sec .transc_list_sec .item4 .icon {
    width: 92px;
    height: 92px
  }
  
  .related_services_sec .transc_list_sec .item5 .icon {
    width: 126px;
    height: 126px
  }
  
  .related_services_sec .transc_list_sec .item1 .title {
    top: -35px;
    left: -40px
  }
  
  .related_services_sec .transc_list_sec .item2 .title {
    bottom: -33px;
    left: -46px
  }
  
  .related_services_sec .transc_list_sec .item3 .title {
    bottom: -43px;
    left: -32px
  }
  
  .related_services_sec .transc_list_sec .item4 .title {
    top: -47px;
    left: -5px
  }
  
  .related_services_sec .transc_list_sec .item5 .title {
    bottom: -35px;
    left: 34px
  }
  
  .related_services_sec .transc_list_sec .item_card .title {
    color: #1680F0;
    font-weight: 500;
    font-size: 18px;
    position: absolute;
    min-width: 205px
  }
  
  @media only screen and (min-width:1164px) {
    .transcription_bnr_sec>.container>.row>.col-lg-7 {
      width: 60%;
      padding-top: 30px
    }
  
    .transcription_bnr_sec>.container>.row>.col-lg-5 {
      width: 40%;
      text-align: end
    }
  }
  
  @media only screen and (max-width:1259px) {
    .related_services_sec .transc_list_sec .item5 .title {
      bottom: -50px;
      left: -62px
    }
  
    .related_services_sec .transc_list_sec .item1 .title {
      top: -35px;
      left: 10px
    }
  }
  
  @media only screen and (max-width:1068px) {
    .related_services_sec .transc_list_sec {
      justify-content: center
    }
  
    .related_services_sec .transc_list_sec::before {
      width: 790px;
      left: 109px
    }
  
    .related_services_sec .transc_list_sec .item1 {
      margin-right: 1%
    }
  
    .related_services_sec .transc_list_sec .item2 {
      margin-right: 10%
    }
  
    .related_services_sec .transc_list_sec .item3 {
      margin-right: 10%
    }
  
    .related_services_sec .transc_list_sec .item4 {
      margin-top: 28px
    }
  
    .related_services_sec .transc_list_sec .item3 {
      margin-top: 68px
    }
  }
  
  @media only screen and (max-width:1015px) {
    .related_services_sec .transc_list_sec::before {
      left: 88px
    }
  }
  
  @media only screen and (max-width:971px) {
    .related_services_sec .transc_list_sec::before {
      width: 790px;
      left: 72px;
      bottom: -2px
    }
  }
  
  @media only screen and (max-width:949px) {
    .related_services_sec .transc_list_sec {
      flex-direction: column;
      align-items: center;
      width: 386px;
      max-width: 100%;
      margin-left: auto;
      margin-right: auto
    }
  
    .related_services_sec .transc_list_sec .item1 .icon img {
      width: 44px
    }
  
    .related_services_sec .transc_list_sec .item2 .icon img {
      width: 34px
    }
  
    .related_services_sec .transc_list_sec .item3 .icon img {
      width: 44px
    }
  
    .related_services_sec .transc_list_sec .item4 .icon img {
      width: 35px
    }
  
    .related_services_sec .transc_list_sec .item5 .icon img {
      width: 54px
    }
  
    .related_services_sec .transc_list_sec .item1 .icon {
      width: 70px;
      height: 70px
    }
  
    .related_services_sec .transc_list_sec .item2 .icon {
      width: 54px;
      height: 54px
    }
  
    .related_services_sec .transc_list_sec .item3 .icon {
      width: 66px;
      height: 66px
    }
}
  
  
	  
