body {
  font-family: 'Ubuntu', sans-serif;
  background-color: #fff;
  height: 100%;
  position: relative;
}

body:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease;
  opacity: 0;
  visibility: hidden;
  z-index: 1;
}

body.offcanvas-menu:before {
  opacity: 1;
  z-index: 1002;
  visibility: visible;
}

body {
  background: url('../images/body_bg.png');
}

.common_pop_bg {
  background: url('../images/body_bg.png');
}

p {
  color: #232323;
  font-weight: 300;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: 'Ubuntu', sans-serif;
}

a {
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease;
}

a,
a:hover {
  text-decoration: none !important;
}

.site-logo img {
  width: 150px;
}

.hero {
  height: 78vh;
  width: 100%;
  position: relative;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.banner_text {
  position: absolute;
  top: 55px;
  width: 100%;
}

.country_slide {
  margin-top: -200px;
}

.top-bar {
  position: fixed;
  width: 100%;
  z-index: 999;
  padding: .3rem 0;
  background: #fff;
  border-bottom: 1px solid #2b5180;
}

.top-bar a {
  color: #666666;
}

.text_banner {
  margin-top: 25px;
}

.country_ls {
  position: relative;
}

.country_list h4 {
  font-size: 14.5px;
  margin-top: 15px;
}

.country_flag {
  position: absolute;
  bottom: 55px;
  right: 40px;
  border: 1px solid #2b5180;
}

.country_flag img {
  width: 109px;
  height: 72px;
}

.country_list {
  background: #fff;
  border-radius: 10px 10px 0px 0px;
  padding: 10px;
  box-shadow: 2px 1px 9px #888888;
}

.country_ls {
  min-height: 250px;
}

.is-sticky header {
  top: 41px !important;
}

.owl-carousel.owl-drag .owl-item {
  padding: 10px;
}

.who_we_are {
  padding: 3rem 0rem;
  padding-bottom: 1rem;
}

.text_banner h3 {
  font-size: 30px;
  font-family: 'Ubuntu', sans-serif;
  color: rgb(255, 255, 255);
  font-weight: bold;
  line-height: 0.9;
}

.text_banner p {
  font-size: 18px;
  font-family: 'Ubuntu', sans-serif;
  color: rgb(255, 255, 255);
  line-height: 1.385;
  text-align: justify;
}

.top_social_icons a i {
  color: #898989;
  border-radius: 30px;
  text-align: center;
  width: 30px;
  height: 30px;
  line-height: 30px;
  font-size: 20px;
}

.social_link li {
  list-style: none;
  display: inline-block;
}

.social_link a i {
  background: #2b5180;
  color: #fff;
  border-radius: 30px;
  text-align: center;
  width: 30px;
  height: 30px;
  line-height: 30px;
  font-size: 20px;
}

.foot_1 p {
  font-size: 16px;
  font-family: "Ubuntu";
  color: rgb(0, 0, 0);
  line-height: 1.333;
  margin-top: 1.5rem;
  text-align: justify;
}

a.get-in-touch:hover {
  color: #fff;
}

a.get-in-touch:focus {
  color: #fff;
}

.get-in-touch {
  z-index: 999;
  position: fixed;
  height: auto;
  top: 50%;
  left: -54px;
  cursor: pointer;
  background: #2b5180;
  padding: 9px 20px;
  border-radius: 5px;
  transform: rotate(90deg);
  color: #fff;
}

.get-in-touch img {
  transform: rotate(90deg);
  width: 20px;
}


/************Modal Css****/

.popup-modals .modal-dialog {
  max-width: 1000px;
}

.bg-gradiant {
  background: #ffbd84;
  background: -moz-linear-gradient(left, #ffbd84 0, #ff1f8e 100%);
  background: -webkit-linear-gradient(left, #ffbd84 0, #ff1f8e 100%);
  background: linear-gradient(to right, #2b5180 0, #323438 100%);
  -webkit-box-shadow: 0 10px 15px 0 rgb(175 0 87 / 20%);
}

.modal-content {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, .2);
  border-radius: .3rem;
  outline: 0;
}

.closes {
  position: absolute;
  z-index: 9999;
}

#free_evaluation .modal-content button.close {
  color: #000;
}

#get_touch_now .modal-content button.close {
  color: #000;
}

#free_evaluation .modal-dialog {
  max-width: 450px;
}

.touch-social li {
  display: flex;
  align-items: baseline;
}

.touch-social li i {
  margin-right: 10px;
}


/*.social-icons a{background: #2b5180;color: #f5f5f5;padding: 12px;border-radius: 50%;}*/

.social-icons a i {
  background: #2b5180;
  color: #f5f5f5;
  padding: 7px 11px;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  line-height: 29px;
  text-align: center;
}

.popup-form p {
  color: #fff;
}

.closes {
  right: 8px;
  font-size: 35px;
  font-weight: 700;
  top: -12px;
  color: #d6d6d6;
  border: 0;
  background: 0 0;
}
.form-group {
  margin-bottom: 0rem !important;
}
.form-block input {
  width: 100%;
  height: 35px;
  padding: 0 15px;
  margin: 0 0 10px 0;
  color: #172b43;
  font-size: 16px;
  outline: 0;
  background: #fff;
  border: 0;
  border-bottom: 2px solid #e6e6e6;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}

.popup-form input,
.popup-form select {
  border: none;
  height: 42px;
  font-size: 14px;
  padding-left: 35px;
}

.popup-form .frow .icon {
  position: absolute;
  padding: 13px 10px;
  pointer-events: none;
}


/******end css****/


/*********shape**************/

.getin_touch {
  border-top: 90px solid rgb(42 42 42);
  border-right: 160px solid transparent;
  margin-right: -80px;
}

.cv_contact {
  border-bottom: 90px solid rgb(43 81 128);
  border-left: 160px solid transparent;
  margin-left: -80px;
}

.icon_ls {
  position: absolute;
  top: 23%;
  width: auto;
  display: flex;
  left: 20%;
  justify-content: center;
  align-items: center;
}

.icon_ls img {
  width: 40px;
  margin-right: 20px;
}

.icon_ls h3 {
  font-size: 18px;
  color: #fff;
  font-weight: 500;
}


/*****end********/

.common_title {
  font-size: 35px;
  font-family: 'Ubuntu', sans-serif;
  color: rgb(0, 0, 0);
  line-height: 0.74;
  margin-bottom: 1rem;
}

.common_title span {
  color: #2b5180;
}

.we_are p {
  font-size: 16px;
  font-family: 'Ubuntu', sans-serif;
  color: rgb(0, 0, 0);
  line-height: 30px;
  text-align: justify;
}

.owl-prev {
  position: absolute;
  left: -55px;
  top: 40%;
  width: 45px;
  height: 45px;
  border-radius: 30px;
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 5px 46px 0px rgba(43, 81, 128, 0.75);
}

.owl-next {
  position: absolute;
  right: -55px;
  top: 40%;
  width: 45px;
  height: 45px;
  border-radius: 30px;
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 5px 46px 0px rgba(43, 81, 128, 0.75);
}

.indus_serve1 .owl-prev {
  top: 30%;
}

.indus_serve1 .owl-next {
  top: 30%;
}

.owl-carousel .user-image img {
  border-radius: 100%;
  width: 150px;
  height: 150px;
}

.media {
  align-items: center;
}

.video-review {
  border-radius: 8px;
  overflow: hidden;
}

.video-review a:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 1;
  width: 100%;
  height: 100%;
  z-index: 5;
  background: -moz-linear-gradient(top, rgb(30, 87, 153, 0) 0, rgb(32, 124, 202, 0) 70%, rgb(0, 0, 0, 0.5) 100%);
  background: -webkit-linear-gradient(top, rgb(30, 87, 153, 0) 0, rgb(32, 124, 202, 0) 70%, rgb(0, 0, 0, 0.5) 100%);
  background: linear-gradient(to bottom, rgba(30, 87, 153, 0) 0, rgba(32, 124, 202, 0) 70%, rgba(0, 0, 0, 0.5) 100%);
}

*,
 ::after,
 ::before {
  box-sizing: border-box;
}

.user-info {
  margin: 0 0 0 20px;
  text-align: left;
}

.triangle-play2 {
  width: 0;
  height: 0;
  border-top: 7px solid transparent;
  border-left: 12px solid #2b5180;
  border-bottom: 7px solid transparent;
  text-align: center;
  margin: 0 auto 0;
}

.-vid-ico {
  min-width: 40px;
  min-height: 40px;
  display: inline-flex;
  background: #fff;
  border-radius: 1000px;
  transition: all 0.3s ease-in-out 0s;
  cursor: pointer;
  outline: 0;
  position: relative;
  padding: 10px;
  align-items: center;
}

.review-vid-details {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 10px;
  position: absolute;
  bottom: 0;
  z-index: 10;
}

.indus_box {
  text-align: center;
  background: #fff;
  border: 1px solid #2b5180;
  border-radius: 30px;
}

.indus_box h4 {
  background: #2b5180;
  color: #fff;
  padding: 1rem;
  font-size: 18px;
  border-radius: 0px 0px 30px 30px;
  margin: 0px;
}

.our_services {
  padding: 4rem 0rem;
  padding-top: 1rem;
}

.indus_serve1 .indus_box img {
  width: 70px;
  margin: 0px auto;
  padding: 2rem 0rem;
}

.services_mb h3 {
  margin-bottom: 40px;
}

.box {
  background: #2b5180;
  padding: 45px 15px;
  color: #fff;
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.box h3 {
  font-size: 18px;
}

.shape {
  background: #fff;
  max-width: 90px;
  max-height: 90px;
  border-radius: 50%;
  margin-right: 1rem;
  padding: 22px;
}

.services_link li {
  list-style: none;
  font-size: 16px;
}

.services_view {
  margin-left: 0px;
}

.services_link li a {
  font-size: 16px;
  font-family: 'Ubuntu', sans-serif;
  color: rgb(0, 0, 0);
  line-height: 2.333;
}

.footer_main {
  background: #fff;
  padding: 30px 0px;
}

.copy_right {
  background: #2b5180;
  padding: .25rem 0rem;
  text-align: center;
}

.copy_right p {
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  margin: 0px;
}

.site-navbar {
  margin-bottom: 0px;
  z-index: 1999;
  position: relative;
  width: 100%;
  padding: .5rem;
}

@media (max-width: 991.98px) {
  .site-navbar {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
}

.site-navbar .toggle-button {
  position: absolute;
  right: 0px;
}

.site-navbar .site-logo {
  position: absolute;
  font-size: 2rem;
  text-transform: uppercase;
  font-weight: 900;
  line-height: 0;
  margin: 0;
  padding: 0;
  z-index: 3;
}

@media (max-width: 991.98px) {
  .site-navbar .site-logo {
    float: left;
    position: relative;
  }
}

.site-navbar .site-navigation.border-bottom {
  border-bottom: 1px solid white !important;
}

.site-navbar .site-navigation .site-menu {
  margin-bottom: 0;
}

.site-navbar .site-navigation .site-menu .active {
  color: #007bff !important;
}

.site-navbar .site-navigation .site-menu a {
  text-decoration: none !important;
  display: inline-block;
}

.site-navbar .site-navigation .site-menu>li {
  display: inline-block;
}

.site-navbar .site-navigation .site-menu>li>a {
  margin-left: 15px;
  margin-right: 15px;
  padding: 10px 0px;
  color: #000 !important;
  display: inline-block;
  font-size: 16px;
  text-decoration: none !important;
}

.site-navbar .site-navigation .site-menu>li>a:hover {
  color: #007bff;
}

.site-navbar .site-navigation .site-menu .has-children {
  position: relative;
}

.site-navbar .site-navigation .site-menu .has-children>a {
  position: relative;
  padding-right: 20px;
}

.site-navbar .site-navigation .site-menu .has-children>a:before {
  position: absolute;
  content: "\e313";
  font-size: 16px;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  font-family: 'icomoon';
}

.site-navbar .site-navigation .site-menu .has-children .dropdown {
  visibility: hidden;
  opacity: 0;
  top: 100%;
  position: absolute;
  text-align: left;
  border-top: 2px solid #007bff;
  -webkit-box-shadow: 0 2px 10px -2px rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 10px -2px rgba(0, 0, 0, 0.1);
  padding: 0px 0;
  margin-top: 20px;
  margin-left: 0px;
  background: #fff;
  -webkit-transition: 0.2s 0s;
  -o-transition: 0.2s 0s;
  transition: 0.2s 0s;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown.arrow-top {
  position: absolute;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown.arrow-top:before {
  display: none;
  bottom: 100%;
  left: 20%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown.arrow-top:before {
  border-color: rgba(136, 183, 213, 0);
  border-bottom-color: #fff;
  border-width: 10px;
  margin-left: -10px;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown a {
  text-transform: none;
  letter-spacing: normal;
  -webkit-transition: 0s all;
  -o-transition: 0s all;
  transition: 0s all;
  color: #000 !important;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown a.active {
  color: #007bff !important;
  background: #f8f9fa;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown>li {
  list-style: none;
  padding: 0;
  margin: 0;
  min-width: 200px;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown>li>a {
  padding: 9px 20px;
  display: block;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown>li>a:hover {
  background: #f8f9fa;
  color: #ced4da;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown>li.has-children>a:before {
  content: "\e315";
  right: 20px;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown>li.has-children>.dropdown,
.site-navbar .site-navigation .site-menu .has-children .dropdown>li.has-children>ul {
  left: 100%;
  top: 0;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown>li.has-children:hover>a,
.site-navbar .site-navigation .site-menu .has-children .dropdown>li.has-children:active>a,
.site-navbar .site-navigation .site-menu .has-children .dropdown>li.has-children:focus>a {
  background: #f8f9fa;
  color: #ced4da;
}

.site-navbar .site-navigation .site-menu .has-children:hover>a,
.site-navbar .site-navigation .site-menu .has-children:focus>a,
.site-navbar .site-navigation .site-menu .has-children:active>a {
  color: #007bff;
}

.site-navbar .site-navigation .site-menu .has-children:hover,
.site-navbar .site-navigation .site-menu .has-children:focus,
.site-navbar .site-navigation .site-menu .has-children:active {
  cursor: pointer;
}

.site-navbar .site-navigation .site-menu .has-children:hover>.dropdown,
.site-navbar .site-navigation .site-menu .has-children:focus>.dropdown,
.site-navbar .site-navigation .site-menu .has-children:active>.dropdown {
  -webkit-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
  margin-top: 0px;
  visibility: visible;
  opacity: 1;
}

.site-mobile-menu {
  width: 300px;
  position: fixed;
  right: 0;
  z-index: 2000;
  padding-top: 20px;
  background: #fff;
  height: calc(100vh);
  -webkit-transform: translateX(110%);
  -ms-transform: translateX(110%);
  transform: translateX(110%);
  -webkit-box-shadow: -10px 0 20px -10px rgba(0, 0, 0, 0.1);
  box-shadow: -10px 0 20px -10px rgba(0, 0, 0, 0.1);
  -webkit-transition: .3s all ease-in-out;
  -o-transition: .3s all ease-in-out;
  transition: .3s all ease-in-out;
}

.offcanvas-menu .site-mobile-menu {
  -webkit-transform: translateX(0%);
  -ms-transform: translateX(0%);
  transform: translateX(0%);
}

.site-mobile-menu .site-mobile-menu-header {
  width: 100%;
  float: left;
  padding-left: 20px;
  padding-right: 20px;
}

.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-close {
  float: right;
  margin-top: 8px;
}

.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-close span {
  font-size: 30px;
  display: inline-block;
  padding-left: 10px;
  padding-right: 0px;
  line-height: 1;
  cursor: pointer;
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease;
}

.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-close span:hover {
  color: #ced4da;
}

.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo {
  float: left;
  margin-top: 10px;
  margin-left: 0px;
}

.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo a {
  display: inline-block;
  text-transform: uppercase;
}

.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo a img {
  max-width: 70px;
}

.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo a:hover {
  text-decoration: none;
}

.site-mobile-menu .site-mobile-menu-body {
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  position: relative;
  padding: 0 20px 20px 20px;
  height: calc(100vh - 52px);
  padding-bottom: 150px;
}

.site-mobile-menu .site-nav-wrap {
  padding: 0;
  margin: 0;
  list-style: none;
  position: relative;
}

.site-mobile-menu .site-nav-wrap a {
  padding: 10px 20px;
  display: block;
  position: relative;
  color: #212529;
}

.site-mobile-menu .site-nav-wrap a:hover {
  color: #007bff;
}

.site-mobile-menu .site-nav-wrap li {
  position: relative;
  display: block;
}

.site-mobile-menu .site-nav-wrap li .nav-link.active {
  color: #007bff;
}

.site-mobile-menu .site-nav-wrap .arrow-collapse {
  position: absolute;
  right: 0px;
  top: 10px;
  z-index: 20;
  width: 36px;
  height: 36px;
  text-align: center;
  cursor: pointer;
  border-radius: 50%;
}

.site-mobile-menu .site-nav-wrap .arrow-collapse:hover {
  background: #f8f9fa;
}

.site-mobile-menu .site-nav-wrap .arrow-collapse:before {
  font-size: 12px;
  z-index: 20;
  font-family: "icomoon";
  content: "\f078";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(-180deg);
  -ms-transform: translate(-50%, -50%) rotate(-180deg);
  transform: translate(-50%, -50%) rotate(-180deg);
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease;
}

.site-mobile-menu .site-nav-wrap .arrow-collapse.collapsed:before {
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.site-mobile-menu .site-nav-wrap>li {
  display: block;
  position: relative;
  float: left;
  width: 100%;
}

.site-mobile-menu .site-nav-wrap>li>a {
  padding-left: 20px;
  font-size: 20px;
}

.site-mobile-menu .site-nav-wrap>li>ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.site-mobile-menu .site-nav-wrap>li>ul>li {
  display: block;
}

.site-mobile-menu .site-nav-wrap>li>ul>li>a {
  padding-left: 40px;
  font-size: 16px;
}

.site-mobile-menu .site-nav-wrap>li>ul>li>ul {
  padding: 0;
  margin: 0;
}

.site-mobile-menu .site-nav-wrap>li>ul>li>ul>li {
  display: block;
}

.site-mobile-menu .site-nav-wrap>li>ul>li>ul>li>a {
  font-size: 16px;
  padding-left: 60px;
}

.site-mobile-menu .site-nav-wrap[data-class="social"] {
  float: left;
  width: 100%;
  margin-top: 30px;
  padding-bottom: 5em;
}

.site-mobile-menu .site-nav-wrap[data-class="social"]>li {
  width: auto;
}

.site-mobile-menu .site-nav-wrap[data-class="social"]>li:first-child a {
  padding-left: 15px !important;
}

.sticky-wrapper {
  position: relative;
  z-index: 100;
  width: 100%;
}

.sticky-wrapper .site-navbar {
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease;
}

.sticky-wrapper .site-navbar {
  background: #fff;
}

.sticky-wrapper .site-navbar .site-logo a {
  color: #fff;
}

.sticky-wrapper .site-navbar ul li a {
  color: rgba(255, 255, 255, 0.7) !important;
}

.sticky-wrapper .site-navbar ul li a.active {
  color: #fff !important;
}

.sticky-wrapper.is-sticky .site-navbar {
  background: #fff;
  -webkit-box-shadow: 4px 0 20px -10px rgba(0, 0, 0, 0.2);
  box-shadow: 4px 0 20px -10px rgba(0, 0, 0, 0.2);
}

.sticky-wrapper.is-sticky .site-navbar .site-logo a {
  color: #007bff;
}

.sticky-wrapper.is-sticky .site-navbar ul li a {
  color: #000 !important;
}

.sticky-wrapper.is-sticky .site-navbar ul li a.active {
  color: #007bff !important;
}

.sticky-wrapper .shrink {
  padding-top: 0px !important;
  padding-bottom: 0px !important;
}

@media (max-width: 991.98px) {
  .sticky-wrapper .shrink {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
  }
}

.free_consult {
  color: #fff;
  background: #2b5180;
  padding: 5px 10px;
  border-radius: 30px;
  border: none;
}

.free_consult:focus {
  outline: none;
}

.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel button.owl-dot {
  background: #fff;
  color: inherit;
  border: none;
  padding: 0!important;
  font-size: 34px;
  line-height: 27px;
}


/*********Testimonial Slider******/

.shadow-effect {
  background: #fff;
  padding: 20px;
  border-radius: 4px;
  text-align: center;
  border: 1px solid #ECECEC;
  box-shadow: 0 19px 38px rgba(0, 0, 0, 0.10), 0 15px 12px rgba(0, 0, 0, 0.02);
}

#testimonials-list .shadow-effect p {
  font-family: inherit;
  font-size: 17px;
  line-height: 1.5;
  margin: 0 0 17px 0;
  font-weight: 300;
}

.testimonial-name {
  margin: -17px auto 0;
  display: table;
  width: auto;
  background: #2b5180;
  padding: 9px 35px;
  border-radius: 12px;
  text-align: center;
  color: #fff;
  box-shadow: 0 9px 18px rgba(0, 0, 0, 0.12), 0 5px 7px rgba(0, 0, 0, 0.05);
}

#testimonials-list .item {
  text-align: center;
  padding: 50px;
  margin-bottom: 80px;
  opacity: .2;
  -webkit-transform: scale3d(0.8, 0.8, 1);
  transform: scale3d(0.8, 0.8, 1);
  transition: all 0.3s ease-in-out;
}

#testimonials-list .owl-item.active.center .item {
  opacity: 1;
  -webkit-transform: scale3d(1.0, 1.0, 1);
  transform: scale3d(1.0, 1.0, 1);
}

#testimonials-list .owl-item img {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  max-width: 90px;
  border-radius: 50%;
  margin: 0 auto 17px;
}

#testimonials-list.owl-carousel .owl-dots .owl-dot.active span,
#testimonials-list.owl-carousel .owl-dots .owl-dot:hover span {
  background: #2b5180;
  -webkit-transform: translate3d(0px, -50%, 0px) scale(0.7);
  transform: translate3d(0px, -50%, 0px) scale(0.7);
}

#testimonials-list.owl-carousel .owl-dots {
  display: inline-block;
  width: 100%;
  text-align: center;
}

#testimonials-list.owl-carousel .owl-dots .owl-dot {
  display: inline-block;
}

#testimonials-list.owl-carousel .owl-dots .owl-dot span {
  background: #2b5180;
  display: inline-block;
  height: 20px;
  margin: 0 2px 5px;
  -webkit-transform: translate3d(0px, -50%, 0px) scale(0.3);
  transform: translate3d(0px, -50%, 0px) scale(0.3);
  -webkit-transform-origin: 50% 50% 0;
  transform-origin: 50% 50% 0;
  transition: all 250ms ease-out 0s;
  width: 20px;
}


/*****end Slider*****/


/***********recruitment process******/

/* .recruitment_process {
  background: ;
} */

.process-box {
  /*background: #fff;*/
  padding: 10px;
  border-radius: 15px;
  position: relative;
  /* box-shadow: 2px 2px 7px 0 #2b5180;*/
  height: 132px;
}

.process-step:before {
  content: "";
  border-top: 8px solid #ff000000;
  border-bottom: 8px solid #c62a88;
  border-left: 8px solid #c22a86;
  border-right: 8px solid #ff000000;
  display: inline-grid;
  position: absolute;
  right: -16px;
  top: 0;
}

.process-right:after {
  content: "";
  border-top: 15px solid #2d5d96;
  border-bottom: 15px solid #2d5d96;
  border-left: 15px solid #2d5d96;
  border-right: 15px solid #2d5d96;
  display: inline-grid;
  position: absolute;
  left: -15px;
  top: 47%;
  transform: rotate(45deg);
  box-shadow: -1px 1px 3px 0px #0000001a;
  z-index: 1;
}

.process-left:after {
  content: "";
  /*border-top: 15px solid #ffffff;
    border-bottom: 15px solid #ffffff;
    border-left: 15px solid #ffffff;
    border-right: 15px solid #ffffff;*/
  display: inline-grid;
  position: absolute;
  right: -15px;
  top: 43%;
  transform: rotate(45deg);
  box-shadow: 3px -2px 3px 0px #00000036;
  z-index: 1;
}

#training-process p {
  color: #383234;
  font-family: 'Poppins';
}

.process-step h2 {
  font-size: 39px;
}

.process-step:after {
  content: "";
  border-top: 8px solid #04889800;
  border-bottom: 8px solid #c62a88;
  border-left: 8px solid #04889800;
  border-right: 8px solid #c62a88;
  display: inline-grid;
  position: absolute;
  left: -16px;
  top: 0;
}

.process-point-right {
  background: #ffffff;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  border: 8px solid #2b5180;
  box-shadow: 0 0 0px 4px #5c5c5c;
  margin: auto 0;
  position: absolute;
  bottom: 45px;
  left: -63px;
}

.process-point-right:before {
  content: "";
  height: 144px;
  width: 11px;
  background: #2b5180;
  display: inline-grid;
  transform: rotate(36deg);
  position: relative;
  left: -50px;
  top: -0px;
}

.process-point-left {
  background: #ffffff;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  border: 8px solid #2b5180;
  box-shadow: 0 0 0px 4px #5c5c5c;
  margin: auto 0;
  position: absolute;
  bottom: 40px;
  right: -63px;
}

.process-point-left:before {
  content: "";
  height: 144px;
  width: 11px;
  background: #2b5180;
  display: inline-grid;
  transform: rotate(-38deg);
  position: relative;
  left: 50px;
  top: 0px;
}

.last_process_m,
.last_steps:before {
  visibility: hidden;
}

.process-line-r {
  background: #2d5d96;
  height: 4px;
  position: absolute;
  width: 136px;
  left: -153px;
  top: 76px;
  z-index: 9;
}

#training-process h5 {
  color: #383234;
  font-family: 'Poppins';
  font-weight: 500;
}

.process-step {
  background: #2b5180;
  text-align: center;
  width: 80%;
  margin: 0 auto;
  color: #fff;
  height: 100%;
  padding-top: 8px;
  position: relative;
  top: -26px;
  border-radius: 0px 0px 10px 10px;
  box-shadow: -6px 8px 0px 0px #2b5180;
}

.process-line-l {
  background: #2b5180;
  height: 4px;
  position: absolute;
  width: 145px;
  right: -138px;
  top: 71px;
  z-index: 9;
}


/************about page********/

.about-agency p {
  text-align: justify;
  font-size: 16px;
}

.full-image-card a {
  color: #2b5180;
}

.pad-tb {
  padding-top: 50px;
  padding-bottom: 50px;
}

.about-agency:before {
  content: "";
  /* background: url('../images/about_bg.webp');*/
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
}

.common-heading>span {
  color: #e60072;
  text-transform: uppercase;
  letter-spacing: .5px;
  font-size: 16px;
  font-weight: 400;
  margin: 0 0 15px 0;
  display: block;
}

.in-stats .statistics span {
  font-size: 35px;
  color: #ff1f8e;
}

.small .statistics p {
  font-size: 18px;
  line-height: 24px;
}

.common-heading {
  padding: 0;
  text-align: center;
  position: relative;
  z-index: 10;
}

.common-heading>span {
  color: #e60072;
  text-transform: uppercase;
  letter-spacing: .5px;
  font-size: 16px;
  font-weight: 400;
  margin: 0 0 15px 0;
  display: block;
}

.common-heading.ptag p {
  font-size: 16px;
  line-height: 28px;
}

.full-image-card {
  margin-top: 60px;
}

.info-text-block {
  padding: 20px 0 0 0;
}

.image-div {
  -webkit-box-shadow: 0 3.4px 2.7px -30px rgb(0 0 0 / 6%), 0 8.2px 8.9px -30px rgb(0 0 0 / 7%), 0 25px 40px -30px rgb(0 0 0 / 20%);
  box-shadow: 0 3.4px 2.7px -30px rgb(0 0 0 / 6%), 0 8.2px 8.9px -30px rgb(0 0 0 / 7%), 0 25px 40px -30px rgb(0 0 0 / 20%);
  -webkit-border-radius: 8px;
  border-radius: 8px;
  overflow: hidden;
  text-align: center;
  border: 2px solid #2b5180;
  border-radius: 5px;
}

.description_tean {
  text-align: justify;
  margin-bottom: 0px;
}

.custom-file-label {
  height: 35px;
}

.custom-file-label::after {
  height: 34px;
}


/*.image-div img {
    width: 65%;
}*/

.hover-scale img {
  transform: scale(0.8);
  /*padding: 50px;*/
}

.info-text-block h4 {
  margin: 0 0 10px 0;
}

h4 {
  font-size: 18px;
  line-height: 32px;
}

.socialMedia ul {
  display: flex;
  justify-content: space-between;
  width: 120px;
  padding-left: 0px;
  margin-bottom: 0px;
}

.socialMedia ul li {
  color: #fff;
  background: #f92c8b;
  background: -moz-linear-gradient(left, #f92c8b 0, #b02cd6 100%);
  background: -webkit-linear-gradient(left, #f92c8b 0, #b02cd6 100%);
  background: linear-gradient(to right, #2b2729 0, #2b5180 100%);
  padding: 9px;
  border-radius: 4px;
  margin-left: 10px;
}

.socialMedia ul li a {
  color: #fff;
  font-size: 17px;
}

ul {
  list-style: none;
  padding-left: 0px;
}

p {
  font-size: 17px;
  line-height: 28px;
}

.about-agency {
  padding-bottom: 0px;
  padding-top: 70px;
}


/***********end about******/


/******career****/

.single-job a {
  font-size: 20px;
  font-family: 'Ubuntu', sans-serif;
  color: rgb(0, 0, 0);
  line-height: 0.74;
  margin-bottom: 1rem;
}

.single-job {
  background: #fff;
  box-shadow: 0 2px 48px 0 rgb(0 0 0 / 8%);
  padding: 15px;
  margin-bottom: 20px;
  display: block;
}

#more {
  display: none;
}

#myBtn {
  background: #2b5180;
  color: #fff;
  padding: 8px 15px;
  height: auto;
  border: none;
}
.single-job-1 {
  background: #fff;
  box-shadow: 0 2px 48px 0 rgb(0 0 0 / 8%);
  padding: 15px;
  margin-bottom: 20px;
  display: block;
  height: 327px;
}

.single-job:hover {
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px);
  color: #fff;
  background: linear-gradient( 135deg, #23bdb8 0%, #2b5180 100%);
}

.parralex-title {
  color: #dad2d2;
  font-size: 250px;
  letter-spacing: 1px;
  font-weight: bold;
  position: absolute;
  /* bottom: 0; */
  left: 0;
  overflow: hidden;
  right: 0;
  top: 0;
  margin: auto;
  text-align: center;
}

.industries-bg-title {
  font-size: 95px;
  letter-spacing: 0.25px;
  text-align: left;
}

@media screen and (min-width: 1200px) and (max-width: 1399px) {
  .industries-bg-title {
    font-size: 80px;
  }
}

.single-job p {
  color: #000;
}

.single-job a {
  color: #000;
}

.single-job:hover a {
  color: #fff;
}

.single-job:hover p {
  color: #fff;
}


/******end page******/


/**********Services Pages******/

#services {
  overflow: hidden;
  padding: 4rem 0px;
}

.industries {
  padding-top: 70px;
  padding-bottom: 70px;
}

.industries-contain p {
  text-align: justify;
}

.service-item {
  position: relative;
  -moz-box-shadow: 0px 0px 8px 0px #e2e2e2;
  -webkit-box-shadow: 0px 0px 8px 0px #e2e2e2;
  box-shadow: 0px 0px 8px 0px #e2e2e2;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  cursor: pointer;
  width: 50%;
}

.service-item:before {
  position: absolute;
  content: "";
  width: 0%;
  height: 100%;
  left: 0px;
  right: 0px;
  top: 0px;
  bottom: 0px;
}

.service-item .p-3 {
  padding: 26px 10px !important;
  position: relative;
  z-index: 1;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  height: 100%;
  color: #747474;
}

.service-item-number {
  position: absolute;
  right: 10px;
  font-size: 20px;
  color: #d3d3d6;
  z-index: 1;
  top: 10px;
}

.service-item .p-3.active {
  background: rgb(238, 53, 54);
  background: -moz-linear-gradient(top, rgba(238, 53, 54, 1) 0%, rgba(237, 53, 54, 1) 20%, rgba(209, 22, 23, 1) 70%, rgba(209, 22, 23, 1) 100%);
  background: -webkit-linear-gradient(top, rgba(238, 53, 54, 1) 0%, rgba(237, 53, 54, 1) 20%, rgba(209, 22, 23, 1) 70%, rgba(209, 22, 23, 1) 100%);
  background: linear-gradient(to bottom, rgba(43, 81, 128, 1) 0%, rgba(11, 12, 14, 1) 20%, rgba(43, 81, 128, 1) 70%, rgba(43, 81, 128, 1) 100%);
  filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#ee3536', endColorstr='#d11617', GradientType=0);
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  z-index: 1;
  width: 100%;
}

.bg-soft-light {
  background: #f4f4f7;
}

.laptop-bg {
  background-repeat: no-repeat;
  background-position: right bottom;
  /*padding: 30px 30px 53px;*/
}

.services-tabs {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: stretch;
}

.service-item .service-icon {
  position: relative;
  z-index: 1;
  margin-right: 8px;
  width: 60px;
}

.service-item h6 {
  font-size: 14px;
  width: calc(100% - 80px);
  z-index: 1;
  position: relative;
  font-family: 'Poppins', sans-serif;
}

.service-item:hover svg,
.service-item .p-3.active svg {
  fill: #ffffff;
}

.service-item:hover .service-item-number,
.service-item:hover h6,
.service-item .p-3.active .service-item-number,
.service-item .p-3.active h6 {
  color: #ffffff;
}

.service-title,
.services-text .services-text-title,
.industries-text-title {
  position: relative;
  padding-left: 20px;
}

.services-details .services-text p {
  padding-left: 20px;
  text-align: justify;
}

.scroll-indicators .carousel-control-next,
.scroll-indicators .carousel-control-prev {
  width: 50px;
  height: 50px;
  opacity: 1;
  position: relative;
  float: left;
}

.scroll-indicators a svg {
  fill: #272727;
  width: 12px;
  height: 18px;
}

.scroll-indicators {
  background-color: #ffffff;
  position: relative;
  z-index: 1;
  -webkit-box-shadow: 0px 0px 8px 1px rgb(0 0 0 / 8%);
  -moz-box-shadow: 0px 0px 8px 1px rgba(0, 0, 0, 0.08);
  box-shadow: 0px 0px 8px 1px rgb(0 0 0 / 8%);
  display: none;
}

.services-details {
  padding-left: 40px;
  margin-left: 15px;
}

.service-item::before {
  position: absolute;
  content: "";
  width: 0%;
  height: 100%;
  inset: 0px;
}

.service-item:hover::before,
.service-item:hover::before {
  /* background: linear-gradient(rgb(43, 81, 128) 0%, rgb(11, 12, 14) 20%, rgb(43, 81, 128) 70%, rgb(43, 81, 128) 100%));*/
  /*background: linear-gradient(rgb(238, 53, 54) 0%, rgb(237, 53, 54) 20%, rgb(209, 22, 23) 70%, rgb(209, 22, 23) 100%);*/
  background: linear-gradient(rgb(43, 81, 128) 0%, rgb(11, 12, 14) 20%, rgb(43, 81, 128) 70%, rgb(43, 81, 128) 100%);
  transition: all 0.2s ease-in-out 0s;
  z-index: 1;
  width: 100%;
}

.services-text .services-text-title:before,
.industries-text-title:before {
  content: "";
  position: absolute;
  background-color: #d11617;
  left: -40px;
  top: 17px;
  width: 40px;
  height: 2px;
}

.service-icon img {
  width: 48px;
  height: 44px;
}

.service-item:hover img {
  color: #fff;
  filter: invert(0.5) sepia(0) hue-rotate( 0deg) saturate(0) brightness(5);
}

.service-item .active img {
  color: #fff;
  filter: invert(0.5) sepia(0) hue-rotate( 0deg) saturate(0) brightness(5);
}


/********end services*****/


/********Our Service Page****/

@media screen and (max-width: 1399px) {
  .industry-tab-list ul li {
    width: 30.833%;
  }
}

.industry-section-title {
  float: right;
  position: relative;
  width: 90px;
}

.industry-tab-list ul li {
  width: 45.8333%;
  margin: 1.5% 0.5%;
  display: inline-block;
  text-align: center;
}

.industry-tab-list ul li .industries-item {
  -webkit-box-shadow: 0px 0px 8px 1px rgb(0 0 0 / 8%);
  -moz-box-shadow: 0px 0px 8px 1px rgba(0, 0, 0, 0.08);
  box-shadow: 0px 0px 8px 1px rgb(0 0 0 / 8%);
  position: relative;
  background: #FFF;
}


/*.industry-tab-list ul li:first-child{
  margin: 0px auto;
    display: inline-block;
    text-align: center;
    max-width: 300px;
    width: 262px;
}*/

.industry-section-title h2 {
  margin-right: auto;
  left: 0px;
  right: 0px;
  margin-bottom: 0px;
  -ms-transform: rotate(-90deg);
  -webkit-transform: rotate( -90deg);
  transform: rotate(-90deg);
  position: relative;
  padding-right: 55px;
  margin-left: -18px;
  margin-top: 15px;
  letter-spacing: 5px;
  font-size: 38px;
  font-weight: 700;
}

.industry-section-title h2:before {
  position: absolute;
  content: "";
  right: -8px;
  left: auto;
  width: 2px;
  height: 45px;
  background-color: #282828;
  -ms-transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.industry-tab-list ul li .industries-item h6 {
  font-weight: 500;
  margin-top: 20px;
  margin-bottom: 0px;
  font-size: 19px;
  color: #222;
}

.industry-tab-list ul li .industries-item:before {
  position: absolute;
  content: "";
  left: 0px;
  right: 0px;
  top: 0px;
  bottom: 0px;
  width: 0px;
  height: 0px;
  margin: auto;
}

.industry-tab-list ul li .industries-item:hover:before,
.industry-tab-list ul li a.active .industries-item:before {
  background: rgb(238, 53, 54);
  background: -moz-linear-gradient(top, rgba(238, 53, 54, 1) 0%, rgba(237, 53, 54, 1) 20%, rgba(209, 22, 23, 1) 70%, rgba(209, 22, 23, 1) 100%);
  background: -webkit-linear-gradient(top, rgba(238, 53, 54, 1) 0%, rgba(237, 53, 54, 1) 20%, rgba(209, 22, 23, 1) 70%, rgba(209, 22, 23, 1) 100%);
  background: linear-gradient(to bottom, rgba(43, 81, 128, 1) 0%, rgba(11, 12, 14, 1) 20%, rgba(43, 81, 128, 1) 70%, rgba(43, 81, 128, 1) 100%);
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  z-index: 0;
  width: 100%;
  height: 100%;
}

.industry-tab-list ul li .industries-item:hover:before,
.industry-tab-list ul li a.active .industries-item:before img {
  filter: sepia(100%);
  -webkit-filter: sepia(100%);
}

.industry-tab-list ul li a .industries-item:hover h6,
.industry-tab-list ul li a.active .industries-item h6 {
  color: #ffffff !important;
}

.industry-tab-list ul li a .industries-item img,
.industry-tab-list ul li a .industries-item h6,
.industry-tab-list ul li a.active .industries-item img,
.industry-tab-list ul li a.active .industries-item h6 {
  z-index: 2;
  position: relative;
}

.industries-img {
  margin: 0px auto;
  display: block;
  text-align: center;
}

.industries-item img {
  width: 90px;
}

.industries-img img {
  height: 400px;
}

.indus_serves {
  padding-bottom: 34px;
}


/*******end our service page***/


/*********8Contact Us******/

.banner-6 {
  background: url('../images/4.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.banner_about {
  background: url('../images/about_us.jpeg');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.banner_contact {
  background: url('../images/contact_us.jpeg');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.shake_touch span {
  padding-left: 0.5rem;
}

.breadcrumb-area {
  padding: 150px 0 90px 0;
  position: relative;
  overflow: hidden;
  text-align: center;
}

.contact2dv {
  background: #2b5180;
  padding: 30px;
}

.info-wrapr h3 {
  color: #fff;
}

.info-wrapr .text a {
  color: #fff;
}

html .mb60 {
  margin-bottom: 60px;
}

.form-block input {
  width: 100%;
  height: 35px;
  padding: 0 15px;
  margin: 0 0 15px 0;
  color: #172b43;
  font-size: 16px;
  outline: 0;
  background: #fff;
  border: 0;
  border-bottom: 2px solid #e6e6e6;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}

.form-block select {
  width: 100%;
  height: 50px;
  padding: 0 15px;
  margin: 0 0 15px 0;
  color: #172b43;
  font-size: 16px;
  outline: 0;
  background: #fff;
  border: 0;
  border-bottom: 2px solid #e6e6e6;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}

.form-block textarea {
  height: 100px;
  width: 100%;
  padding: 15px;
  margin: 0 0 15px 0;
  color: #172b43;
  font-size: 16px;
  outline: 0;
  background: #fff;
  border: 0;
  border-bottom: 2px solid #e6e6e6;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}

.custom-control label {
  text-indent: -21px;
  padding: 2px 0 0 21px;
  font-size: 14px;
}

.info-wrapr .dbox {
  width: 100%;
  color: #fff;
  margin-bottom: 25px;
}

.info-wrapr .icon i {
  font-size: 25px;
}

.info-wrapr p {
  color: #fff;
}

.breadcrumb-area:before {
  content: "";
  position: absolute;
  top: 0;
  height: 100%;
  width: 100%;
  opacity: 0.85;
  right: 0;
  left: 0;
  z-index: 0;
  background: -moz-linear-gradient(-45deg, #ffdee9 0, #c8fff4 100%);
  background: -webkit-linear-gradient( -45deg, #ffdee9 0, #c8fff4 100%);
  background: linear-gradient( 135deg, #ffdee9 0, #c8fff4 100%);
}

.breadcrumb-area ul li {
  display: block;
  display: inline-block;
}

.breadcrumb-area .bread-menu li a {
  color: #6a6a8e;
  font-size: 16px;
  font-weight: 400;
  padding-right: 6px;
  display: inline-block;
}

.bread-title h2 {
  font-weight: 600;
  font-size: 35px;
  line-height: 47px;
  margin: 15px 0 0 0;
}

.info-wrapr .dbox p span {
  color: #fff;
  font-size: 20px;
  display: block;
  text-transform: capitalize;
  font-weight: 700;
}

.btn-main {
  color: #000;
  background: #f5f5f5;
  padding: 5px 46px;
  border-radius: 30px;
  border: none;
  display: block;
  width: 100%;
}

.btn-main1 {
  color: #fff;
  background: #2b5180;
  padding: 15px 10px;
  border-radius: 30px;
  border: none;
  width: 100%;
  margin: 20px 0px;
  opacity: 1;
}

.btn-main1:hover {
  color: #fff;
}

.form_bg_con {
  background: #fff;
  padding: 20px;
}

.modal-dialog {
  max-width: 950px;
}

.img,
.blog-img,
.user-img {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.modal-content .modal-header {
  padding: 0;
  border: none;
}

.modal-content button.close {
  position: absolute;
  top: 0;
  right: 0;
  padding: 0;
  margin: 0;
  width: 40px;
  height: 40px;
  z-index: 1;
  text-shadow: none;
  color: #fff;
}

.main_btn_model {
  background: #2b5180;
  color: #fff;
  padding: 10px 15px;
  height: 55px;
}

.country_ls {
  max-height: 250px;
}

.contact-page {
  padding-top: 70px;
}


/********end contact Us*****/

@media only screen and (max-width: 479px) {
  .owl-buttons {
    bottom: 30%;
  }
}

@media screen and (max-width: 1399px) {
  .services .container {
    /*max-width: 100%;*/
  }
}

@media only screen and (max-width: 1368px) {
  .text_banner h3 {
    font-size: 22px;
  }
  .text_banner p {
    font-size: 18px;
  }
  .common_title {
    font-size: 30px;
  }
  .indus_box h4 {
    font-size: 16px;
  }
}

@media only screen and (max-width : 1199px) {
  .owl-prev {
    left: 15px;
  }
  .owl-next {
    right: 15px;
  }
  .service-item .p-3 {
    padding: 26px 10px !important;
  }
  .laptop-bg {
    /*padding: 20px 20px 53px;*/
  }
  .service-item h6 {
    font-size: 14px;
  }
}

@media only screen and (max-width: 1100px) {
  .service-item .p-3 {
    padding: 18px 15px !important;
  }
  .service-item h6 {
    font-size: 13px;
  }
  .service-item .service-icon {
    width: 45px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 980px) {
  .service-item h6 {
    font-size: 12px;
  }
  .service-item .service-icon {
    width: 40px;
  }
  .hero {
    height: 55vh;
  }
}

@media only screen and (max-width: 767.8px) {
  .services-details {
    padding: 2rem;
  }
}

@media only screen and (max-width : 991.8px) {
  .country_slide {
    margin-top: 100px;
  }
  .services_view {
    margin-left: 0px;
  }
  .shape {
    display: inline-block;
    margin-bottom: 1rem;
  }
  .box {
    display: block;
    text-align: center;
  }
  .icon_ls img {
    width: 70px;
    margin-bottom: 20px;
  }
  .top-bar .top_social_icons {
    text-align: center;
    display: block;
  }
  .getin_touch {
    border-top: 200px solid rgb(42 42 42);
    border-right: 0px solid transparent;
    margin-right: 0px;
    text-align: center;
  }
  .cv_contact {
    border-bottom: 200px solid rgb(43 81 128);
    border-left: 0px solid transparent;
    margin-left: 0px;
    text-align: center;
  }
  .industry-tab-list ul li .industries-item h6 {
    font-size: 15px;
  }  
  .common_title{
    margin-top: 20px;
  } 
}

@media only screen and (max-width: 482px) {
  .service-item {
    width: 100%;
  }
  .hero {
    height: 70vh;
  }
  .banner_text{
    top: 15px;
  }
  .banner_text img{
    width: 250px;
  }
  .top-bar a {
    text-align: center;
    display: block;
  }
  .top-bar .float-right {
    float: none !important;
    display: flex;
    justify-content: center;
  }
  .is-sticky header {
    top: 0px !important;
  }
  .getin_touch {
    border-top: 150px solid rgb(42 42 42);
  }
  .cv_contact {
    border-bottom: 150px solid rgb(43 81 128);
  }
  .services-tabs{
    height: 192px;
    overflow-y: scroll;
  }
}
@media only screen and (max-width: 375px) {
  .banner_text img{
    width: 175px;
  }
}
