/* @import url('https://fonts.googleapis.com/css2?family=Rubik:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lato:wght@100;300;400;700;900&display=swap'); */


@font-face {
  font-family: 'latohairline';
  src: url('./assets/fonts/lato-thin-webfont.woff2') format('woff2'),
       url('./assets/fonts/lato-thin-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'latolight';
  src: url('./assets/fonts/lato-light-webfont.woff2') format('woff2'),
       url('./assets/fonts/lato-light-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'latoregular';
  src: url('./assets/fonts/lato-regular-webfont.woff2') format('woff2'),
       url('./assets/fonts/lato-regular-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'latobold';
  src: url('./assets/fonts/lato-bold-webfont.woff2') format('woff2'),
       url('./assets/fonts/lato-bold-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'latoblack';
  src: url('./assets/fonts/lato-black-webfont.woff2') format('woff2'),
       url('./assets/fonts/lato-black-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

*{
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}
ul, ol{
  list-style: none;
  padding: 0;
}
a{
  text-decoration: none;
}

body {
  position: relative;
  /* font-family: 'Rubik', sans-serif; */
  /* font-family: 'Lato', sans-serif; */
  color: #272727;
  font-family: 'latoregular';
  font-weight: normal;
  font-style: normal;
}
p{
  font-size: 15px;
  line-height: 24px;
}

.fw-300{
  font-weight: 300;
}
.blue-text{
  color: #0d2c7f;
}

.black-20{
  color: #000;
  font-size: 20px;
  font-weight: 400;
 }

 .black-15{
  color: #000;
  font-size: 15px;
  font-weight: 400;
 }

 .text-justify {
  text-align: justify;
}
.mobile-logo{
  display: none;
}
.mytopnav .navbar-toggler{
  margin: 0;
}
.mytopnav .navbar-brand{
  /* margin-right: auto; */
  padding: 6px 0;
}

.mytopnav .navbar-brand .scroll-img{
  display: none;
}

.newClass .mytopnav .navbar-brand .scroll-img{
  display: block;
}
.newClass .mytopnav .navbar-brand .d-img{
  display: none;
}

.mytopnav .navbar-brand img{
  max-width: 200px;
}
.mytopnav{
  background-color: transparent;
  /* border-bottom: 1px solid #2d5877; */
  border-bottom: 1px solid rgba(255,255,255,.2);
  transition: all 0.15s ease-in-out;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
  width: 100%;
  padding-top: 5px;
  padding-bottom: 5px;
}

.newClass .mytopnav{
  background-color: #fff;
  /* border-bottom: 1px solid transparent; */
  box-shadow: 0px 1px 1px #ddd;
  padding-top: 2px;
  padding-bottom: 2px;
}

.newClass .mytopnav .navbar-nav a{
  color: #000 !important;
}

.newClass .mytopnav .navbar-nav a:hover, .newClass .mytopnav .navbar-nav a.active{
  color: #000 !important;
}

.newClass .mytopnav .navbar-nav a.nav-link::before {
  bottom: -21px;
}
.navbar-toggler:focus{
  box-shadow: none;
}
.dropdown-megamenu .dropdown-menu {
  border-radius: 0;
  margin-top: -1px;
  max-width: 900px;
  transform: translateX(-50%);
  left: 50%;
  border: 0;
  border-radius: 0 0 4px 4px;
}
.dropdown-megamenu .dropdown-menu .mega-content .menu_service-box {
  padding-top: 0;
  padding-bottom: 25px;
}
.dropdown-megamenu .dropdown-menu .mega-content .menu_service-box .service-title {
  font-size: 15px;
  padding-left: 25px;
  padding-top: 20px;
  padding-bottom: 10px;
  font-weight: 700;
  font-family: 'latobold';
  text-transform: uppercase;
}

.dropdown-megamenu .dropdown-menu .mega-content .menu_service-box .service-title::after{
  content: "";
  display: block;
  width: 40px;
  height: 1.5px;
  background-color: #fea541;
  margin-top: 7px;
}

.dropdown-megamenu .dropdown-menu .mega-content .menu_service-box .services_link {
  padding-left: 25px;
}
.dropdown-megamenu .dropdown-menu .mega-content .menu_service-box a {
  font-size: max(14px,.8vw);
  font-weight: 400;
  color: #696969 !important;
  display: block;
  margin: 10px 0 0 0 !important;
  text-transform: capitalize;
}

.dropdown-megamenu .dropdown-menu .mega-content .menu_service-box a:hover{
  color: #000 !important;
  text-decoration: underline;
}

.mytopnav .navbar-nav {
  /* justify-content: end;
  display: flex;
  margin-left: auto; */
}

.mytopnav .navbar-nav a{
  color: #fff !important;
  position: relative;
  text-transform: uppercase;
  font-family: 'Lato', sans-serif !important;
  font-weight: 400 !important;
  font-size: 13px;
  margin: 0 10px;
  transition: none;
}

.mytopnav .navbar-nav a.dropdown-toggle::after {
  vertical-align: middle;
  font-size: 15px !important;
}

.mytopnav .navbar-nav li.nav-item {
  position: relative;
}
.mytopnav .navbar-nav a.nav-link::before{
  content: "";
  width: 100%;
  height: 2px;
  background-color: #fea541;
  display: block;
  position: absolute;
  left: 0;
  bottom: -23px;
  top: auto;
  opacity: 0;
}

.mytopnav .navbar-nav a:hover, .mytopnav .navbar-nav a.active{
  color: #fff !important;
}

.mytopnav .navbar-nav a:hover::before, .mytopnav .navbar-nav a.active::before{
  opacity: 1 !important;
}

.mytopnav .navbar-nav a.hire{
  background-color: #fea541;
  color: #222222 !important;
  padding: 7px 10px 5px 10px;
  margin-right: 0 !important;
  text-align: center;
}

.mytopnav .navbar-nav a.hire:hover::before{
 display: none;
}

/* .mytopnav .navbar-nav .dropdown-megamenu a::before{
  display: none;
} */

.home_banner{
  position: relative;
}
.home_banner .carousel-control-prev,
.home_banner .carousel-control-next {
  display: none;
}

.home_banner .carousel-indicators{
  display: none;
}
.home_banner .carousel-indicators .active {
  background-color: #F36921;
}
.home_banner .carousel-caption {
  left: 50%;
  top: 60%;
  transform: translate(-50%, -60%);
  width: 100%;
  color: #fff;
  text-transform: uppercase;
  padding: 0;
}
.home_banner .carousel-caption h1 {
  font-size: 45px;
  font-weight: 700;
  font-family: 'latobold';
}

.home_banner .carousel-caption p {
  font-size: 30px;
  font-weight: 400;
	margin-bottom: 40px;
}

.home_banner .carousel-caption p strong {
  font-weight: 700;
  font-family: 'latobold';
}

.banner_hire, .common_btn {
  background-color: #fea541;
  color: #222222 !important;
  padding: 12px 15px 11px 15px;
  margin-right: 0 !important;
  text-align: center;
  border: 0;
  transition: 0.5s;
  font-size: 17px;
}

.banner_hire:hover, .common_btn:hover{
	background-color:#067dcc;
  color: #fff !important;

}

.main-section {
  background-image: url('assets/img/main-bg.png');
}
.inverted {
  background-color: #ffffff;
  box-shadow: 0 3px 5px 0.3px rgba(0, 0, 0, 0.1);
}
.stat-bg {
  background-image: url('assets/img/stat-bg.png');
}

.inquiry-btn {
  position: fixed;
  right: -70px;
  top: 550px;
  transform: rotate(-90deg);
  z-index: 9;
}
.inquiry-btn a {
  background-color: #fea541;
  color: #302e2e;
  text-transform: uppercase;
  text-decoration: none;
  padding: 15px 25px 12px 25px;
  font-weight: 500;
  font-size: 20px;
  border-radius: 6px 6px 0px 0px;
}

.common-title{
  position: relative;
  color: #414141;
  margin-top: 60px;
}
.common-title span {
  font-size: 18px;
  font-family: 'latolight';
  font-weight: 300;
  letter-spacing: 5px;
}
.common-title h2{
  font-size: 36px;
  font-weight: 300;
  font-family: 'latolight';
  margin-top: 10px;
  margin-bottom: 15px;
 }
 .common-title h2 strong{
  font-weight: 700;
  font-family: 'latobold';
 }

 .line-orange {
  width: 40px;
  height: 2px;
  background-color: #fea541;
  display: block;
  margin: 0 auto;
 }
 .blueline{
  width: 40px;
  height: 2px;
  background-color: #002060;
  display: block;
 }

 .services-section{
  position: relative;
 }

 .services-section .service-box{
  text-align: center;
  margin-top: 70px;
  position: relative;
 }

 .services-section .row .firstbox::after{
  display: none;
  }

  .services-section .service-box::after {
    content: "";
    display: block;
    position: absolute;
    top: 55px;
    left: -28%;
    width: 50%;
    background-image: url(assets/img/center-line.png);
    background-repeat: no-repeat;
    background-position: center center;
    height: 2px;
}

 .services-section .service-box .imgbox {
  border: 6px solid #f5f5f5;
  border-radius: 50%;
  width: 90px;
  height: 90px;
  margin: 0 auto;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.services-section .service-box .imgbox img {
  /* border: 1px solid #dedede; */
  /* display: inline-block;
  width: 100px;
  height: 100px; */
  max-width: 75%;
  border-radius: 25px;
}
 .services-section h5{
  color: #000000;
  font-size: 20px;
  font-weight: 400;
  margin-top: 30px;
 }
 .services-section .line{
  width: 50px;
  height: 1px;
  background-color: #2d92f4;
  display: block;
  margin: 0 auto;
 }
 .services-section p{
  color: #3b3b3b;
  font-size: 15px;
  margin-top: 30px;
 }

.timer-bg{
  background-image: url(assets/img/stat-bg.png);
  background-repeat: no-repeat;
  background-position: center -320px;
  background-size: cover;
  width: 100%;
  position: relative;
  padding: 50px 0;
  margin: 60px 0 70px 0;
}
.timer-bg::before{
  content: "";
  background-color: rgba(13, 44, 127, .85);
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: block;
}

.timer-bg .timer-box {
  text-align: center;
  position: relative;
  color: #fff;
}

.timer-bg .timer-box img{
  max-height: 50px;
}

.timer-bg .timer-box .name{
  font-size: 16px;
  font-family: 'latobold';
  font-weight: 700;
  margin-top: 15px;
}

.timer-bg .timer-box .number{
  font-size: 27px;
  font-weight: 400;
}

.e2e_business-row{
  display: flex;
  margin-top: 50px;
  max-width: 90%;
}

.e2e_business-row.e2e_top-section .common-box:nth-child(2) {
  margin-left: 85px;
}

.e2e_business-row.e2e_top-section .common-box:last-child {
  margin-left: 50px;
}

.e2e_business-row .common-box {
  text-align: center;
  margin-right: auto;
}
.e2e_business-row .common-box h6 {
  font-size: 18px;
  font-weight: 700;
  font-family: 'latobold';
  color: #0d5aa2;
}
.e2e_business-row .common-box p{
  font-size: 15px;
  font-weight: 400;
  color: #302e2e;
}

.e2e_bottom-section {
  justify-content: end;
  margin-top: 20px;
  max-width: 100%;
}

.e2e_bottom-section .common-box{
  margin-left: auto;
  margin-right: 0;
}

.e2e_business-row.e2e_bottom-section .common-box:last-child {
  /* margin-right: 25px; */
  position: relative;
  left: -25px;
}

.whyChoose-section{
  padding: 5px 0 50px 0;
}

.whyChoose-section h6 {
  font-size: 17px;
  font-weight: 700;
  font-family: 'latobold';
  margin-bottom: 0.5rem !important;
}
.whyChoose-section p{
  max-width: 95%;
}

.right-choice-section .content-box {
  max-width: 95%;
}

.right-choice-section .imgbox img {
  max-width: 55px;
}

.right-choice-section h5 {
  font-size: 18px;
  font-weight: 700;
  font-family: 'latobold';
  color: #0d2c7f;
}
.w-80{
  width: 85%;
}
.who-we-section .company-intro{
  margin-top: 30px;
}
.who-we-section .company-intro li span {
  background-color: #fff;
  border: 4px solid #fea541;
  border-radius: 50%;
  width: 70px;
  height: 70px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px;
}

.who-we-section .company-intro li span img {
  max-width: 80%;
  border-radius: 10px;
}
.who-we-section .company-intro strong {
  font-size: 16px;
  font-weight: 400;
}

.testimonial-bg{
  background-image: url(assets/img/testimonial-bg.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  width: 100%;
  position: relative;
  padding: 80px 0 70px 0;
}
.testimonial-bg::before{
  content: "";
  /* background-color: rgba(13, 44, 127, .70); */
  background-color: rgb(246 248 255 / 75%);
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: block;
}

.testimonial-bg .qoutes{
  position: relative;
}
.testimonial-bg .qoutes img {
  max-width: 40px;
}
.testimonial-bg .qoutes p{
  color: #000;
  font-weight: 400;
}
.testimonial-bg .qoutes p em{
  padding-left: 40px;
  padding-right: 10px;
}

.testimonial-bg .qoutes .q-left {
  position: absolute;
  left: auto;
  top: 0;
}
.testimonial-bg .qoutes .q-right {
  position: absolute;
  right: auto;
  bottom: 0;
}

.testimonial-bg .qoutes a {
  /* text-decoration: underline; */
  font-size: 14px;
  font-weight: 700;
  font-family: 'latobold';
  color: #000 !important;
}

/* inqiury page css start */
.contact-form-wrap .contact_left-part {
  width: 100%;
  background-color: #194194;
  padding: 50px 40px;
}

.contact-form-wrap .contact_left-part .address-sec a {
  font-size: 15px;
  display: block;
  font-weight: 300;
}

.contact-form-wrap .contact_left-part .address-sec {
  margin-top: 30px;
  padding-bottom: 10px;
}

.contact-form-wrap .contact_left-part .address-sec strong {
  font-size: 18px;
  font-weight: 700;
  font-family: 'latobold';
}

.contact-form-wrap .contact_form-section {
  width: 100%;
  background: #fff;
  padding: 50px 50px 50px 50px;
}

.contact-form-wrap .contact_form-section h4 {
  font-size: 24px;
  font-weight: 700;
  font-family: 'latobold';
  color: #194194;
}
.contact-form-wrap .contact_form-section h4 strong {
  font-weight: 700;
  font-family: 'latobold';
  color: #194194;
}

.contact-form-wrap .contact_form-section input {
  border-radius: 4px;
  font-size: 16px;
  height: 40px;
}
.contact-form-wrap .contact_form-section .btn {
  font-size: 17px;
  font-weight: 400;
  padding: 9px 25px 8px 25px;
  background-color: #194194;
  border-radius: 4px;
  border: 0;
  letter-spacing: .5px;
  text-transform: uppercase;
  border: 0;
  transition: 0.5s;
}
.contact-form-wrap .contact_form-section .btn:hover {
  background-color: #067dcc;
}
/* inqiury page css start */

/* about page css start */
.history-paragraphs p{
  max-width: 80%;
  margin-left: auto;
  margin-right: auto;
}
.medium-title {
  font-size: 25px;
  font-weight: 700;
  font-family: 'latobold';
}

.v-and-m_wrap .v-leftpart{
  max-width: 90%;
}
.v-and-m_wrap .v-leftpart p{
  font-size: 15px;
  margin-top: 25px;
}

.v-and-m_wrap h6 {
  font-size: 17px;
  font-weight: 700;
  font-family: 'latobold';
}
.v-and-m_wrap .four-colbox {
  max-width: 90%;
}

.v-and-m_wrap h2 {
  font-size: 42px;
  font-weight: 400;
  font-family: 'latoregular';
}

.v-and-m_wrap h2 strong {
  font-weight: 700;
  font-family: 'latobold';
}

/* about page css End */

/* footer css start */
.ftr-bg{
  background-color: #002060;
  width: 100%;
  position: relative;
  color: #fff;
  padding: 50px 0 0 0;
  /* border-top: 1px solid #fff; */
}

.ftr_links {
  margin-top: 15px;
}
.ftr_social {
  justify-content: end !important;
}
.ftr_social a {
  font-size: 21px;
  margin-left: 10px;
}

.ftr-bg a {
  color: #fff;
}

.ftr-bg .ftr-leftbox p{
  margin: 0;
}
.ftr-bg .ftr-leftbox img{
  max-width: 190px;
}

.ftr-bg .ftr_links strong {
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  font-family: 'latobold';
}

.ftr-bg .ftr_links ul{
  margin: 15px 0 20px 0;
}
.ftr-bg .ftr_links ul li{
  width: 50%;
}
.ftr-bg .ftr_links ul li a {
  color: #fff;
  font-size: 15px;
  padding: 5px 0;
  display: inline-block;
}

.social-icons {
  text-align: right;
}
.social-icons .d-flex{
  justify-content: end;
}
.social-icons li {
  margin-left: 15px;
}

.ftr-bg .copyright{
  font-size: 15px;
  border-top: 1px solid #002672;
  padding: 25px 0px;
  margin-top: 25px;
}
.relative{
  position: relative;
}

/* .about-page{
  overflow: hidden !important;
} */
.service_main-bnr{
 position: relative;
 z-index: 9;
}
.service_main-bnr::after{
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, .6);
  position: absolute;
  left: 0;
  top: 0;
}
.service_main-bnr .bnr-caption{
  position: absolute;
  left: 50%;
  top: 60%;
  transform: translate(-50%, -60%);
  z-index: 1;
  width: 100%;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
}
.service_main-bnr .bnr-caption h1 {
  font-size:44px;
  font-weight:300;
  font-family: 'latolight';
  letter-spacing: .0625rem;
}
.service_main-bnr .bnr-caption h1 strong {
  font-family: 'latobold';
  font-weight:700;
  color:#fea541;
}
.service_main-bnr .bnr-caption p {
  font-size:15px;
  font-weight: 300;
  font-family: 'latolight';
  text-transform: uppercase;
  letter-spacing: .0625rem;
  line-height: 30px;
}

b, strong {
  font-weight: 700;
  font-family: 'latobold';
}

.consultancy-services-wrap{
  position: relative;
}

.consultancy-services-wrap h4{
  font-size: 17px;
  color: #194194;
  font-weight: 400;
}
.consultancy-services-wrap h4 strong{
  font-weight: 700;
  font-family: 'latobold';
}

.bg-gray{
  background-color: #f6f6f6;
}

.light-gray_bg{
  background-color: #f6f6f6;
}

.bg-blue{
  background-color: #0d2c7f;
}
.bg-blue-2{
  background-color: #194194;
}

.inquiryForm_bg-Img{
  background-image: url("assets/img/services-form-bg.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  width: 100%;
  position: relative;
}
.inquiryForm_bg-Img::before{
  content: "";
  background-color: rgba(13, 44, 127, .67);
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: block;
}
.inquiryForm_bg-Img .left-box {
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
.inquiryForm_bg-Img .left-box h2{
  font-size: 56px;
}
.inquiryForm_bg-Img .left-box strong{
  font-weight: 700;
  font-family: 'latobold';
}
.inquiryForm_bg-Img .left-box h2 {
  font-size: 40px;
  font-weight: 400;
  text-transform: uppercase;
}

.inquiryForm_bg-Img .left-box h2 strong {
  font-weight: 700;
  font-family: 'latobold';
}

.inquiryForm_bg-Img .left-box p {
  text-align: justify;
  margin-top: 25px;
}

.inquiryForm_bg-Img .inquiry-form-_bgColor {
  background-color: #f8f8f8;
  border-top: 6px solid #fea541;
  padding: 50px 50px;
}
.inquiryForm_bg-Img .inquiry-form-_bgColor h3 {
  font-size: 34px;
  font-weight: 400;
}
.inquiryForm_bg-Img .inquiry-form-_bgColor h3 strong {
  font-weight: 700;
  font-family: 'latobold';
  color: #194194;
}
.inquiryForm_bg-Img .inquiry-form-_bgColor input {
  border-radius: 4px;
  height: 44px;
  box-shadow: 1px 1px 4px #ddd;
}
.inquiryForm_bg-Img .inquiry-form-_bgColor input::placeholder {
  color: #444;
}
.inquiryForm_bg-Img .inquiry-form-_bgColor input[type=file], 
.inquiryForm_bg-Img .inquiry-form-_bgColor input[type=date] {
  color: #444;
}
.inquiryForm_bg-Img .inquiry-form-_bgColor .form-select{
  border-radius: 4px;
  height: 44px;
  box-shadow: 1px 1px 4px #ddd;
  color: #444;
}
.inquiryForm_bg-Img .inquiry-form-_bgColor .btn {
  font-size: 17px;
  font-weight: 400;
  padding: 9px 25px 8px 25px;
  background-color: #194194;
  border-radius: 4px;
  border: 0;
  letter-spacing: .5px;
  text-transform: uppercase;
  margin-top: 5px;
  transition: 0.5s;
}
.inquiryForm_bg-Img .inquiry-form-_bgColor .btn:hover {
  background-color: #067dcc;
}
.banner-bottom {
  position: relative;
  width: 100%;
  padding: 40px 0;
  background: #f8f8f8;
  text-align: center;
  font-size: 15px;
}

/* .banner-bottom::before{
  content: "";
  background-color: rgba(25, 65, 148, 1);
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 250px;
  display: block;
} */

.title-min-h{
  min-height: 40px;
}

/* .bg-blue.whyChoose-section .title-min-h{
  min-height: auto;
} */

.bottom-paragraph {
  padding: 5px 0 !important;
}

.our_team-section a{
  text-decoration: none;
  color: #333;
}

.our_team-section a:hover{
  text-decoration: none;
  color: #000;
}

@media (max-width: 1200px) {
  .home_banner .carousel-caption h1 {
    font-size: 50px;
  }
  .home_banner .carousel-caption p {
    font-size: 36px;
  }
  /* .mytopnav .navbar-nav a {
    font-size: 17px;
  } */

}

@media (max-width: 1024px) {
  .title-min-h{
    min-height: auto;
  }
  .home_banner .carousel-caption h1 {
    font-size: 36px;
  }
  .home_banner .carousel-caption p {
    font-size: 27px;
  }
  .mytopnav .navbar-nav a {
    /* font-size: 15px; */
    margin: 0 5px;
  }
  .mytopnav .navbar-brand img {
    max-width: 150px;
}

.mytopnav .navbar-nav a.nav-link::before {
  bottom: -16px;
}
.newClass .mytopnav {
  padding-top: 5px;
  padding-bottom: 5px;
}
.newClass .mytopnav .navbar-nav a.nav-link::before {
  bottom: -14px;
}

.e2e_business-row.e2e_top-section {
  max-width: 85%;
}
.e2e_business-row.e2e_bottom-section {
  max-width: 100%;
}
.e2e_business-row.e2e_bottom-section .common-box:first-child {
  margin-left: 0;
  margin-right: 51px;
}
.e2e_business-row.e2e_bottom-section .common-box:nth-child(2) {
  margin-left: 0;
  margin-right: 40px;
}
.e2e_business-row.e2e_bottom-section .common-box:last-child {
  position: relative;
  left: 0;
  margin-left: 0;
}

.inquiryForm_bg-Img .inquiry-form-_bgColor h3 {
  font-size: 30px;
}
.contact-form-wrap .contact_form-section h4 {
  font-size: 24px;
}

.inquiryForm_bg-Img .inquiry-form-_bgColor {
  padding: 50px 30px;
}

}


@media (max-width: 992px) {
  
  .navbar-expand-lg .navbar-collapse {
    border-top: 1px solid #eee;
    margin-top: 10px;
}
  .home_banner .carousel-caption h1 {
    font-size: 30px;
  }
  .home_banner .carousel-caption p {
    font-size: 20px;
    margin-bottom: 25px;
  }
  .home_banner .carousel-caption {
    left: 50%;
    top: 45%;
    transform: translate(-50%, -45%);
  }
  .mytopnav{
    background-color: #fff;
    /* box-shadow: 0px 1px 5px #ddd; */
    border-bottom: 0;
  }
  .newClass .mytopnav {
    background-color: #fff;
    /* border-bottom: 1px solid transparent; */
    box-shadow: 0px 1px 1px #ddd;
    padding-top: 2px;
    padding-bottom: 2px;
}
  .mobile-logo{
    display: block;
    padding: 6px 0;
  }
  .mobile-logo img {
    max-width: 150px;
}
.mytopnav .navbar-brand{
  display: none;
}
.mytopnav .navbar-nav{
  margin-top: 10px;
}
.mytopnav .navbar-nav a {
  color: #000 !important;
  margin: 0;
}
.mytopnav .navbar-nav a:hover, .mytopnav .navbar-nav a.active {
  color: #000 !important;
}
.mytopnav .navbar-nav a::after{
  display: inline-block;
}
.mytopnav .navbar-nav a.hire {
  margin-top: 10px;
  padding: 8px 15px 7px 15px;
  font-size: 15px;
}
.social-icons {
  text-align: left;
}
.social-icons .d-flex{
  justify-content: start;
}
.social-icons li {
  margin-left: 0;
  margin-right: 15px;
}
.ftr_links {
  margin-bottom: 40px;
}
.ftr-leftbox{
  margin-bottom: 40px;
}

.whyChoose-section p{
  max-width: 100%;
}
.services-section .service-box::after{
  display: none;
}
.services-section h5 {
  font-size: 18px;
}
p br{
  display: none;
}

.who-we-section .w-80{
  width: 100%;
}
.right-choice-section .content-box {
  max-width: 100%;
}

.service_main-bnr .bnr-caption h1 {
  font-size: 32px;
}
.service_main-bnr .bnr-caption p {
  font-size: 12px;
}
.v-and-m_wrap .v-leftpart{
  max-width: 100%;
}

.v-and-m_wrap .four-colbox {
  max-width: 100%;
}
.history-paragraphs p {
  max-width: 100%;
}
.v-and-m_wrap h2 {
  font-size: 34px;
}
.v-and-m_wrap .v-leftpart p {
  font-size: 16px;
}
.banner-bottom::before {
  height: 100%;
}
.banner-bottom {
  padding: 40px 0 40px 0;
  font-size: 14px;
}

.e2e_business-row.e2e_top-section {
  max-width: 100%;
}
.e2e_business-row.e2e_top-section .common-box {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.e2e_business-row.e2e_bottom-section {
  max-width: 100%;
}

.e2e_business-row.e2e_bottom-section .common-box {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.e2e_business-row .common-box h6 {
  font-size: 17px;
}
.common-title h2 {
    font-size: 34px;
}
.mytopnav .navbar-nav a.nav-link::before{
  display: none;
}
.mytopnav .navbar-nav a.nav-link::before
.timer-bg {
  background-position: center -230px;
}

.right-choice-section .imgbox img {
  max-width: 45px;
}


.dropdown-megamenu .dropdown-menu {
  border-radius: 0;
  margin-top: -1px;
  max-width: 100%;
  transform: none;
  left: 0;
}
.inquiryForm_bg-Img{
  padding: 40px 0;
}
.inquiryForm_bg-Img .left-box h2 {
  font-size: 30px;
}
.inquiryForm_bg-Img .inquiry-form-_bgColor {
  padding: 50px 30px;
}
.inquiryForm_bg-Img .inquiry-form-_bgColor h3 {
  font-size: 27px;
}

.mytopnav .navbar-nav li.nav-item {
  margin: 0 10px;
}
.timer-bg {
  background-position: center center;
}

header .mytopnav + div {
  margin-top: 60px;
}

.contact-form-wrap .contact_form-section h4 {
  font-size: 24px;
}
.contact-form-wrap {
  padding: 40px 0 0 0;
}

}
@media (max-width: 768px) {
  .ftr_social {
    justify-content: start !important;
}
  .home_banner .carousel-caption {
    left: auto;
    top: 40%;
    right: auto;
    transform: translate(0, -40%);
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 0 auto;
    width: 100%;
}
.home_banner .carousel-item img {
  height: 200px;
}
  .home_banner .carousel-caption h1 {
    font-size: 17px;
  }
  .home_banner .carousel-caption p {
    font-size: 11px;
    margin-bottom: 15px;
  }

.banner_hire, .common_btn {
  padding: 10px 15px 9px 15px;
  font-size: 16px;
}

.service_main-bnr .bnr-caption h1 {
  font-size: 24px;
  line-height: normal;
}
.service_main-bnr .bnr-caption p {
  font-size: 10px;
  line-height: normal;
}
  .contact-form-wrap .contact_left-part {
    padding: 35px 25px;
}

.contact-form-wrap .contact_form-section {
    padding: 40px 30px;
}
.contact-form-wrap .contact_form-section h4 {
  font-size: 22px;
}
.who-we-section .company-intro li span {
  width: 65px;
  height: 65px;
}

.timer-bg {
  padding: 40px 0 0 0;
}
.timer-bg .timer-box {
  margin-bottom: 40px;
}

.testimonial-bg {
  padding: 60px 0 50px 0;
}

.dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}

.who-we-section .company-intro strong {
  font-size: 14px;
}

.who-we-section .company-intro p {
  font-size: 14px;
  line-height: 22px;
}

.mytopnav{
  background-color: #fff;
  box-shadow: 0px 1px 1px #ddd;
  border-bottom: 0;
}
.newClass .mytopnav {
  background-color: #fff;
  box-shadow: 0px 1px 1px #ddd;
  padding-top: 5px;
  padding-bottom: 5px;
}


}


@media (max-width: 767px) {
  .e2e_business-row {
    flex-direction: column;
  }
  .e2e_business-row.e2e_top-section {
    max-width: 100%;
    flex-direction: column;
}
  .e2e_business-row.e2e_top-section .common-box {
    margin-bottom: 30px;
  }
  .e2e_business-row.e2e_bottom-section {
    max-width: 100%;
    flex-direction: column;
  }
  .e2e_business-row.e2e_bottom-section .common-box {
    margin-top: 30px;
  }
.ftr-bg .ftr_links ul li {
  width: 100%;
}

.services-section{
  margin-top: 20px;
}
.services-section .service-box {
  margin-top: 50px;
}
.common-title h2 {
  font-size: 30px;
}
.common-title span {
  font-size: 16px;
}

}


/*.owl-nav{
		position: absolute;
	}*/
	/* .owl-prev, .owl-next{
		position: absolute;
		background: #000 !important;
    color: #fff !important;
    padding: 10px !important;
    display: block;
    width: 20px;
	}

	.owl-prev{
		left: -30px;
		top: 50%;
	}

	.owl-next{
		right: -30px;
		top: 50%;
	} */

  .testimonial-bg .owl-dots{
    text-align: center;
    margin-top: 30px;
  }

  .testimonial-bg .owl-carousel .owl-dots button.owl-dot {
    width: 7px;
    height: 7px;
    background: #898484;
    margin: 0 5px;
    border-radius: 50%;
}

.testimonial-bg .owl-carousel .owl-dots button.owl-dot.active {
  background: #000;
}


/* tabs css */

.who-we-section .tabs {
  display: flex;
  flex-wrap: wrap;
}

.who-we-section .tabs label {
  order: 1;
  display: block;
  cursor: pointer;
  text-align: center;
  margin-right: auto;
}

.who-we-section .tabs label span {
  background-color: #fff;
  border: 4px solid #fea541;
  border-radius: 50%;
  width: 70px;
  height: 70px;
  display: inline-block;
  justify-content: center;
  align-items: center;
  padding: 8px;
  line-height: 45px;
}

.who-we-section .tabs label span img {
  max-width: 80%;
}

.who-we-section .tabs .tab {
  order: 99;
  flex-grow: 1;
  width: 100%;
  display: none;
  padding: 40px 0 0 0;
}

.who-we-section .tabs input[type="radio"] {
  position: absolute;
  opacity: 0;
}
  
.who-we-section .tabs input[type="radio"]:checked + label + .tab { display: block; }

.services ul{
	list-style-type: square;
  width: 50%;
}

.services ul li{
    margin:10px;
}


 @media (max-width: 767px) {
  .services ul{
    width: 100%;
  }
  .banner_hire {
    padding: 8px 15px 9px 15px;
    font-size: 14px;
}
  .timer-bg{
    margin: 40px 0 60px 0;
  }

  .who-we-section .common-title {
    text-align: center;
}
.who-we-section .common-title span {
  margin: 0 auto !important;
}

  .who-we-section .company-intro {
    margin-top: 5px;
}
.who-we-section .tabs .tab,  .who-we-section .tabs label {
  -webkit-box-ordinal-group: NaN;
  -webkit-order: initial;
  -ms-flex-order: initial;
  order: initial;
}

.who-we-section .tabs label {
  width: 100%;
  margin-right: 0;
  margin-top: 30px;
}
.mob-100{
  width: 100% !important;
}
}