body {
  font-family: 'Poppins', 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;
}

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

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

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

.toggle-button a {
  color: #264653;
}

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

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

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

.top-bar {
  padding: .5rem 0;
  background: #264653;
  border-bottom: 1px solid #2b5180;
}

.top-bar a {
  font-family: 'Poppins', sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 27px;
  color: #fff;
}

.text_banner {
  margin-top: 40px;
}

.country_ls {
  position: relative;
}

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

.what_we_do {
  padding: 100px 0px;
  position: relative;
}

.common_icon {
  text-align: center;
  top: -36px;
  position: absolute;
  left: 48%;
}

.common_icon1 {
  text-align: center;
  top: -36px;
  position: absolute;
  left: 48%;
  transform: rotate(90deg);
}

.text_banner h3 {
  font-family: Poppins;
  font-style: normal;
  font-weight: 600;
  font-size: 40px;
  line-height: 60px;
  color: #E9C46A;
  margin-bottom: 30px;
}

.text_banner p {
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 30px;
  color: #E9C46A;
  font-family: 'Poppins', sans-serif;
  margin-bottom: 30px;
}

.floating{
	position:fixed;
	width:60px;
	height:60px;
	bottom:40px;
	right:40px;
	background-color:#25d366;
	color:#FFF;
	border-radius:50px;
	text-align:center;
       font-size:30px;
	box-shadow: 2px 2px 3px #999;
  z-index:100;
}

.float-button{
	margin-top:16px;
}
.get_start {
  background: #264653;
  border-radius: 10px;
  font-family: Poppins;
  font-style: normal;
  font-weight: 500;
  font-size: 22px;
  line-height: 33px;
  color: #E9C46A;
  padding: 10px 30px;
  margin-bottom: 30px;
  display: inline-block;
}

.customer_serve_list {
  display: block;
  flex-direction: row;
  column-count: 2;
  font-family: 'Poppins', sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 27px;
  color: #fff;
  padding-left: 0px;
}

.customer_serve_list li {
  list-style: none;
}

.customer_serve_list li:before {
  content: url('../images/right_icon.png');
  width: 16px;
  height: 16px;
  vertical-align: middle;
  margin-right: 15px;
}

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

.common_btn {
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
  position: relative;
}

.common_btn:hover {
  background: #fff;
  color: #E9C46A;
}

.common_btn::before {
  position: absolute;
  content: "";
  left: 2px;
  right: 2px;
  top: 2px;
  bottom: 2px;
  border: 1px solid #ffffff;
  opacity: 0;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
  border-radius: 10px;
}

.common_btn:hover::before {
  left: -5px;
  right: -5px;
  top: -5px;
  bottom: -5px;
  opacity: 1;
}

.common_btn1 {
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
  position: relative;
}

.common_btn1:hover {
  background: #fff;
  color: #E9C46A;
}

.common_btn1::before {
  position: absolute;
  content: "";
  left: 2px;
  right: 2px;
  top: 2px;
  bottom: 2px;
  border: 1px solid #264653;
  opacity: 0;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
  border-radius: 10px;
}

.common_btn1:hover::before {
  left: -5px;
  right: -5px;
  top: -5px;
  bottom: -5px;
  opacity: 1;
}

.what_box:hover {
  background: #fff;
  color: #E9C46A;
}

.what_box:hover p {
  color: #264653;
}

.what_box {
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
  position: relative;
}

.what_box::before {
  position: absolute;
  content: "";
  left: 2px;
  right: 2px;
  top: 2px;
  bottom: 2px;
  border: none;
  opacity: 0;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
  border-radius: 10px;
  border-radius: 30px;
}

.what_box:hover::before {
  left: 0px;
  right: 0px;
  top: 0px;
  bottom: 0px;
  opacity: 1;
}

.choose_us {
  padding: 100px 0px;
  position: relative;
}

.choose_box {
  background: #FFFFFF;
  box-shadow: -8px 30px 80px -25px rgba(82, 82, 82, 0.1);
  border-radius: 8px;
  padding: 100px;
  margin-bottom: 30px;
}

.choose_us h3 {
  margin-bottom: 2rem;
}

.book_demo {
  background: #264653;
  border-radius: 10px;
  padding: 9px 30px;
  font-family: Poppins;
  font-style: normal;
  font-weight: 500;
  font-size: 22px;
  line-height: 33px;
  display: inline-block;
  margin: 0px auto;
  margin-top: 70px;
  color: #E9C46A;
}

.choose_box h4 {
  font-family: Poppins;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  text-transform: capitalize;
  color: #264653;
}

.what_we_do {
  background: url("../images/we_do_bg.png") no-repeat;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  margin-top: -2px;
}

.common_title {
  font-family: 'Poppins', sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 22px;
  line-height: 33px;
  text-transform: uppercase;
  color: #E9C46A;
  display: inline-block;
  position: relative;
}

.common_title span {
  width: 30%;
  height: 4px;
  background: #E9C46A;
  border-radius: 12px;
  display: inline-block;
}

.what_do p {
  font-family: Poppins;
  font-style: normal;
  font-weight: 500;
  font-size: 30px;
  line-height: 50px;
  color: #FFFFFF;
  padding-bottom: 4rem;
}

.what_box {
  background: rgba(255, 255, 255, 0.05);
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
  border-radius: 30px;
  padding: 30px 50px;
  margin-bottom: 90px;
}

.box_icons {
  display: flex;
  margin: 0px auto;
  width: 100px;
  height: 100px;
  background: #FFFFFF;
  box-shadow: 0px 0px 25px rgb(0 0 0 / 10%);
  border-radius: 50%;
  padding: 10px;
  padding: 25px;
  margin-top: -78px;
  margin-bottom: 1.5rem;
}

.what_box h4 {
  font-style: normal;
  font-weight: 600;
  font-size: 22px;
  line-height: 33px;
  text-align: center;
  color: #E9C46A;
}

.what_box p {
  font-family: Poppins;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  color: #FFFFFF;
  padding-bottom: 0px;
}

.we_are p {
  font-family: 'Poppins', sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 30px;
  line-height: 50px;
  text-align: center;
  color: #FFFFFF;
}

.our_vision {
  background: rgba(69, 90, 100, 0.1);
  padding: 100px 0px;
}

.about_part {
  padding: 100px 35px;
  background: #ECEFEF;
  box-shadow: -8px 30px 80px -25px rgba(82, 82, 82, 0.1);
  border-radius: 8px;
  max-width: 580px;
}

.dots_icon {
  position: absolute;
  top: 0px;
  right: 12px;
  z-index: -1;
}

.our_mision_vision h3 {
  font-family: Poppins;
  font-style: normal;
  font-weight: 600;
  font-size: 22px;
  line-height: 33px;
  text-align: center;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  color: #E9C46A;
  display: inline-block;
  position: relative;
  text-align: left;
}

.our_mision_vision span {
  width: 30%;
  height: 4px;
  background: #E9C46A;
  border-radius: 12px;
  display: inline-block;
}

.our_mision_vision p {
  font-family: Poppins;
  font-style: normal;
  font-weight: 500;
  font-size: 22px;
  line-height: 50px;
  color: #000000;
  margin-top: 20px;
}

.owl-prev {
  position: absolute;
  left: 30px;
  top: 30%;
  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: 30px;
  top: 30%;
  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);
}

.footer_main {
  margin: 50px 0px;
}

.footer_inner {
  background: #264653;
  box-shadow: 2px 10px 28px rgba(75, 0, 129, 0.12);
  border-radius: 10px;
  padding: 80px 150px;
}

.footer_inner h4 {
  font-family: Poppins;
  font-style: normal;
  font-weight: normal;
  font-size: 22px;
  line-height: 33px;
  color: #FFFFFF;
  margin-bottom: 30px;
}

.leave_form_msg,
.form-control {
  background: #264653;
  box-shadow: 2px 10px 28px rgba(75, 0, 129, 0.12);
  border-radius: 10px;
  color: #E9C46A;
  height: 60px;
}

.has-float-label {
  margin-bottom: 30px;
}

.leave_form_msg,
.form-control:focus {
  background: #264653;
  box-shadow: 2px 10px 28px rgba(75, 0, 129, 0.12);
  color: #E9C46A;
}

.has-float-label label::after {
  background: #264653;
}

.has-float-label .form-control:placeholder-shown:not(:focus)+label {
  font-family: Poppins;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 24px;
  width: max-content;
  top: 1.3em;
  color: #c4c4c4;
}

.send_now {
  background: #E9C46A;
  border-radius: 4px;
  font-family: Poppins;
  font-style: normal;
  font-weight: bold;
  font-size: 22px;
  line-height: 33px;
  color: #264653;
  border: none;
  padding: 13px;
}

.has-float-label label {
  color: #D0D0D0;
  background: #264653;
  width: 7rem;
}

.services_link li {
  list-style: none;
  color: #fff;
  font-family: Poppins;
  font-style: normal;
  font-weight: normal;
  font-size: 22px;
  line-height: 35px;
  margin-bottom: 30px;
}

.services_link li a {
  color: #fff;
}

.copy_right {
  background: #fff;
  padding: 1.5rem 0rem;
  text-align: left;
  display: flex;
  justify-content: space-between;
  border-top: 1px solid #C1C1C1;
}

.term_use {
  display: inline-flex;
}

.term_use li {
  list-style-type: disc;
  margin: 0px 30px;
}

.term_use li a {
  font-family: Poppins;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 24px;
  color: #000000;
}

.copy_right p {
  font-family: Poppins;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 150.6%;
  color: #264653;
  display: inline-block;
}

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

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

.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;
  }
}

.menu_home {
  width: 11px;
  vertical-align: baseline;
}

.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: #264653 !important;
  font-weight: 500;
}

.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: 20px 0px;
  color: #676767 !important;
  display: inline-block;
  text-decoration: none !important;
  font-family: Poppins;
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 30px;
  color: #676767;
}

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

.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: #264653;
}

.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: #676767;
}

.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: #264653;
  font-weight: 500;
}

.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 -5px rgba(0, 0, 0, 0.2);
  box-shadow: 4px 0 20px -5px rgba(0, 0, 0, 0.2);
}

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

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

.sticky-wrapper.is-sticky .site-navbar ul li a.active {
  color: #264653 !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;
  }
}

 .site-navbar .site-navigation .site-menu>li>a.free_consult {
  background: #264653;
  border-radius: 10px;
  padding: 8px 25px;
  border: none;
  font-family: Poppins;
  font-style: normal;
  font-weight: 500;
  font-size: 22px;
  line-height: 33px;
  color: #E9C46A !important;
}
.site-mobile-menu .site-nav-wrap>li>a.free_consult {
  background: #264653;
  border-radius: 10px;
  padding: 8px 25px;
  border: none;
  font-family: Poppins;
  font-style: normal;
  font-weight: 500;
  font-size: 22px;
  line-height: 33px;
  color: #E9C46A !important;
  text-align: center;
}
.free_consult:focus {
  outline: none;
}

#testimonial-slider {
  padding: 50px 20px 35px 20px;
  background: #fff;
  text-align: center;
}

.testimonial_slides {
  margin: 100px 0px;
}

.testimonial {
  margin: 0 20px 40px;
}

.testimonial .testimonial-content {
  padding: 25px 30px;
  margin-bottom: 35px;
  background: #fff;
  position: relative;
  box-shadow: 0px 10px 20px rgba(41, 41, 42, 0.07);
  max-height: 231px;
}

.testimonial .testimonial-content:after {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  background: #fff;
  position: absolute;
  bottom: -10px;
  left: 47%;
  transform: rotate(45deg);
}

.testimonial h3 {
  font-family: Poppins;
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 28px;
  text-align: center;
  font-feature-settings: 'salt' on, 'liga' off;
  color: #2D2F30;
}

.testimonial .description {
  font-family: Poppins;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 30px;
  text-align: center;
  letter-spacing: 0.5px;
  color: #4F4F4F;
}

.testimonial .title {
  display: block;
  font-style: normal;
  font-weight: bold;
  font-size: 18px;
  line-height: 28px;
  color: #151617;
}

.testimonial .post {
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 24px;
  color: #2D2F30;
}

.owl-theme .owl-controls {
  margin-top: 20px;
}

.owl-theme .owl-controls .owl-page span {
  background: #fff;
  opacity: 1;
  transition: all 0.4s ease 0s;
  opacity: 0.5;
  border: 2px solid #264653;
}

.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span {
  background: #E9C46A;
  border: 1px solid #264653;
}

.owl-buttons {
  width: 100%;
  height: 40px;
  position: absolute;
  bottom: 40%;
  left: 0;
}

.owl-prev,
.owl-next {
  position: absolute;
  left: 0;
  transition: all 0.4s ease-in-out 0s;
}

.owl-next {
  left: auto;
  right: 0;
}

.owl-buttons .owl-prev:before,
.owl-buttons .owl-next:before {
  content: "\f104";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 60px;
  font-weight: 900;
  color: #cacaca;
  line-height: 20px;
  opacity: 0.8;
}

.owl-buttons .owl-next:before {
  content: "\f105";
}

.owl-buttons .owl-prev:hover:before,
.owl-buttons .owl-next:hover:before {
  opacity: 1;
}

.owl-theme .owl-controls .owl-buttons div {
  background: transparent;
}

.owl-theme .owl-controls {
  margin-top: 40px;
}

@media (min-width: 1200px) {
  .container {
    max-width: 100%;
    padding: 0px 150px;
  }
}

@media only screen and (max-width: 1820px) {
  .testimonial .testimonial-content {
    max-height: initial;
  }
  .footer_inner {
    padding: 50px 50px;
  }
}

@media only screen and (max-width: 1440px) {
  .choose_box {
    padding: 60px;
  }
  .site-navbar .site-navigation .site-menu>li>a {
    margin-left: 0px;
    margin-right: 10px;
    font-size: 15px;
  }
  .our_mision_vision p {
    font-size: 20px;
    line-height: 35px;
  }
}

@media only screen and (max-width: 1368px) {
  .text_banner h3 {
    font-size: 30px;
  }
  .text_banner p {
    font-size: 22px;
  }
  .we_are p {
    font-size: 25px;
  }
  .copy_right p {
    font-size: 20px;
  }
}

@media only screen and (max-width: 991.8px) {
  .top-bar a {
    display: block;
    margin-top: 1rem;
    text-align: center;
  }
  .float-right {
    float: none !important;
  }
  .copy_right {
    display: block;
    text-align: center;
  }
  .term_use {
    justify-content: center;
  }
  ul.term_use {
    padding-left: 0px;
  }
  .footer_inner {
    padding: 50px 25px;
  }
  .footer_form_now {
    display: inline-block;
    width: 100%;
  }
  .services_link li {
    font-size: 19px;
    line-height: 28px;
    margin-bottom: 21px;
  }
}

@media (min-width: 768px) and (max-width: 1024px) {
  .hero {
    height: 52vh;
  }
}

@media only screen and (max-width: 768px) {
  .banner_text {
    top: 10px;
  }
  .text_banner h3 {
    font-size: 30px;
    line-height: 35px;
    margin-bottom: 20px;
  }
  .text_banner p {
    font-size: 18px;
    margin-bottom: 20px;
  }
  .customer_serve_list {
    font-size: 15px;
    line-height: 25px;
  }
}

@media only screen and (max-width: 640px) {
  .customer_serve_list {
    column-count: 1;
  }
}

@media only screen and (max-width: 479px) {
  .owl-buttons {
    bottom: 30%;
  }
  .term_use {
    display: block;
  }
  .term_use li {
    margin: 0px 97px;
  }
  .what_do p {
    font-size: 25px;
    line-height: 35px;
  }
  .what_box p {
    font-size: 15px;
    line-height: 24px;
  }
  .common_icon {
    left: 40%;
  }
  .common_icon1 {
    left: 40%;
  }
  .book_demo {
    font-size: 18px;
    padding: 9px 18px;
  }
  .common_title {
    display: block;
  }
  .common_title span {
    width: 100%;
    display: block;
    max-width: 30%;
    text-align: center;
    margin: 15px auto;
  }
  .testimonial {
    margin: 0 10px 40px;
  }
  .text_banner h3 {
    font-size: 20px;
    line-height: 25px;
    margin-bottom: 15px;
  }
  .text_banner p {
    font-size: 15px;
    margin-bottom: 15px;
    line-height: 20px;
  }
  .top-bar a {
    margin-top: 0.5rem;
    font-size: 15px;
    line-height: 20px;
  }
  .customer_serve_list {
    font-size: 15px;
    line-height: 20px;
  }
  .text_banner {
    margin-top: 10px;
  }
  .get_start {
    margin-bottom: 10px;
  }
}

@media only screen and (max-width: 340px) {
  .term_use li {
    margin: 0px 78px;
  }
}