@import url('flaticon.css');
@import url('fontawesome-all.css');
@import url('owl.css');
a,input{outline:none !important;}
img{border:0px;outline:none !important;}
.auto-container {
  position: static;
  max-width: 1200px;
  margin: 0 auto;
}
ul, li {
  list-style: none;
  padding: 0px;
  margin: 0px;
}
a {
  text-decoration:none !important
}
.main-header {
  position: relative;
  display: block;
  width: 100%;
  z-index: 9999;
  background: none;
}
.header-top {
  position: relative;
}
.main-header .header-top .top-left {
  float: left;
}
.main-header .header-top .top-right {
  float: right;
} /*=== Header Main Box ===*/ 
.main-header .header-upper {
  position: relative;
  display: block;
  z-index: 1;
  background: #f8f8f8;
}
.main-header .header-upper {
  position: relative;
}
.main-header .nav-outer {
  position: relative;
}
.main-header .nav-outer .main-menu {
  position: relative;
}
.main-menu .navbar-collapse {
  padding: 0px;
  display: block !important;
}
.main-menu .navigation {
  position: relative;
  margin: 0px;
}
.main-menu .navigation > li {
  position: relative;
  float: left;
  padding: 20px 0px;
  margin-right: 40px;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
.main-menu .navigation > li:last-child {
  margin-right: 0px;
}
.main-menu .navigation > li:last-child:after {
  display: none;
}
.main-menu .navigation > li > a {
  position: relative;
  display: block;
  font-size: 14px;
  line-height: 30px;
  font-weight: 100;
  letter-spacing: 0.03em;
  color: #ffffff;
  padding: 10px 0px;
  opacity: 1;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  font-family: "Arial","Noto Sans", sans-serif !important;
}
.main-menu .navigation > li:hover > a, .main-menu .navigation > li.current > a {
  color: #068757 !important;
}
.sticky-header .main-menu .navigation > li:before {
  display: none;
}
.sticky-header .main-menu .navigation > li:hover > a, .sticky-header .main-menu .navigation > li.current > a {
  color: #068757;
}
.sticky-header .main-menu .navigation > li.dropdown {
  padding-right: 0px;
}
.main-menu .navigation > li > ul {
  position: absolute;
  left: 0px;
  top: 100%;
  width: 215px;
  z-index: 100;
  display: none;
  background: #fff;
  padding: 0px;
  border: none;
  transform: translateY(20px);
  transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}
.main-menu .navigation > li > ul.from-right {
  left: auto;
  right: 0px;
}
.main-menu .navigation > li > ul > li {
  position: relative;
  width: 100%;
}
.main-menu .navigation > li > ul > li:hover{
  background: #F5F5F5;
}
.main-menu .navigation > li > ul > li a{
  padding: 0px 16px !important;
}
.main-menu .navigation > li > ul > li > a {
  position: relative;
  display: block;
  padding: 0px;
  line-height: 24px;
  font-weight: 100;
  font-size: 13px;
  color: rgba(0,0,0,0.65);
  text-align: left;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
  transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  font-family: "Arial","Noto Sans", sans-serif !important;
  line-height: 40px;
}
.main-menu .navigation > li > ul > li > a:active {
  color: #058554 !important;
}
.main-menu .navigation > li > ul > li:last-child > a {
  border-bottom: none;
}
.main-menu .navigation > li > ul > li > a:before {
  content: '';
  position: absolute;
  left: 0;
  top: 22px;
  height: 4px;
  width: 4px;
  background: #868da5;
  display: none;
}
.main-menu .navigation > li > ul > li:hover > a {
  color: rgba(0,0,0,0.65);
}
.main-menu .navigation > li > ul > li:hover > a:before {
  background: #058554;
}
.main-menu .navigation > li > ul > li > ul {
  position: absolute;
  left: 100%;
  margin-left: 10px;
  top: 0;
  width: 250px;
  z-index: 100;
  display: none;
  background: #061138;
  padding: 15px 0px 10px;
  border: none;
  transform: translateY(20px);
  transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}
.main-menu .navigation > li > ul > li > ul:before {
  content: '';
  position: absolute;
  left: -10px;
  top: 0;
  width: 10px;
  height: 100%;
}
.main-menu .navigation > li > ul > li > ul > li {
  position: relative;
  padding: 0px 30px;
  width: 100%;
}
.main-menu .navigation > li > ul > li > ul > li > a {
  position: relative;
  display: block;
  padding: 12px 0px 12px 20px;
  line-height: 24px;
  font-weight: 600;
  font-size: 13px;
  color: #868da5;
  text-align: left;
  text-transform: uppercase;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
  transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
}
.main-menu .navigation > li > ul > li > ul > li:last-child > a {
  border-bottom: none;
}
.main-menu .navigation > li > ul > li > ul > li > a:before {
  content: '';
  position: absolute;
  left: 0;
  top: 22px;
  height: 4px;
  width: 4px;
  background: #868da5;
}
.main-menu .navigation > li > ul > li > ul > li:hover > a {
  color: #058554;
}
.main-menu .navigation > li > ul > li > ul > li:hover > a:before {
  background: #058554;
}
.main-menu .navigation > li > ul > li.dropdown > a:after {
  font-family: 'Font Awesome 5 Free';
  content: "\f105";
  position: absolute;
  right: 0px;
  top: 12px;
  display: block;
  line-height: 24px;
  font-size: 16px;
  font-weight: 900;
  z-index: 5;
}
.main-menu .navigation > li.dropdown:hover > ul {
  visibility: visible;
  opacity: 1;
  transform: translateY(0px);
  transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  border-radius: 6px;
  width: 222px;
  padding-top: 6px;
  padding-bottom: 6px;
}
.main-menu .navigation li > ul > li.dropdown:hover > ul {
  visibility: visible;
  opacity: 1;
  transform: translateY(0px);
  transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
}
.main-menu .navigation li.dropdown .dropdown-btn {
  position: absolute;
  right: 10px;
  top: 8px;
  width: 34px;
  height: 30px;
  border: 1px solid #ffffff;
  text-align: center;
  font-size: 16px;
  line-height: 26px;
  color: #ffffff;
  cursor: pointer;
  z-index: 5;
  display: none;
} 
/*** 
====================================================================	
Header Style Three
====================================================================
***/ 
@media (min-width: 992px){
.auto-container{
  background: #f8f8f8;
}
.header-style-three {
  position: relative;
  background: #f8f8f8;
}
.header-style-three.inner-page-header {
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.10);
  -moz-box-shadow: 0 0 15px rgba(0, 0, 0, 0.10);
  -ms-box-shadow: 0 0 15px rgba(0, 0, 0, 0.10);
  -o-box-shadow: 0 0 15px rgba(0, 0, 0, 0.10);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.10);
}
.header-top-three {
  position: relative;
}
.header-top-three .inner {
  position: relative;
  padding: 12px 0px;
  line-height: 24px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.10);
}
.header-top-three .language {
  position: relative;
  float: left;
  padding-right: 16px;
  margin-right: 15px;
}
.header-top-three .language:before {
  content: '';
  position: absolute;
  right: 0px;
  top: 2px;
  height: 20px;
  border-right: 1px solid rgba(0, 0, 0, 0.15);
}
.header-top-three .language li {
  position: relative;
  float: left;
  margin-right: 12px;
}
.header-top-three .language li:last-child {
  margin-right: 0;
}
.header-top-three .info li:last-child:before {
  display: none;
}
.header-top-three .language li a {
  color: #7f8a99;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 600;
  display: block;
}
.header-top-three .language li a:hover, .header-top-three .language li.active a {
  color: #061138;
}
.header-top-three .social-links {
  position: relative;
  float: left;
}
.header-top-three .social-links ul {
  position: relative;
}
.header-top-three .social-links li {
  position: relative;
  float: left;
  margin: 0px 12px 0px 0px;
  line-height: 24px;
}
.header-top-three .social-links li a {
  position: relative;
  display: block;
  line-height: 24px;
  color: #7f8a99;
  font-size: 13px;
  transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
}
.header-top-three .social-links li a:hover {
  color: #058554;
}
.header-top-three .contact-text {
  position: relative;
  float: left;
  margin-left: 220px;
  color: #7f8a99;
  font-size: 14px;
  line-height: 24px;
}
.header-top-three .contact-text a {
  color: #7f8a99;
}
.header-top-three .contact-text .icon {
  font-size: 16px;
  color: #058554;
  padding-right: 5px;
}
.header-top-three .contact-text a:hover {
  text-decoration: underline;
}
.header-top-three .my-account {
  position: relative;
  float: right;
}
.header-top-three .my-account li {
  position: relative;
  float: left;
  margin-right: 31px;
}
.header-top-three .my-account li:before {
  content: '';
  position: absolute;
  right: -16px;
  top: 4px;
  height: 18px;
  border-right: 1px solid rgba(0, 0, 0, 0.10);
}
.header-top-three .my-account li:last-child {
  margin-right: 0;
}
.header-top-three .my-account li:last-child:before {
  display: none;
}
.header-top-three .my-account li a {
  position: relative;
  display: block;
  line-height: 24px;
  font-size: 14px;
  color: #7f8a99;
}
.header-top-three .my-account li .icon {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
  color: #058554;
  padding-right: 5px;
}
.header-top-three .my-account li a:hover {
  color: #058554;
}
.header-style-three .header-upper {
  position: relative;
}
.header-style-three .header-upper .inner {
  position: relative;
}
.header-style-three .header-upper .logo-box {
  position: relative;
  float: left;
  padding-top: 19px;
  padding-bottom: 19px;
  padding-left: 32px;
}
.header-style-three .header-upper .logo-box img {
  height: 50px;
}
.header-style-three .header-upper .search-btn {
  position: relative;
  float: left;
  margin-left: 20px;
  margin-top: 20px;
}
.header-style-three .header-upper .search-btn button {
  position: relative;
  display: block;
  padding: 0;
  margin: 0;
  background: none;
  line-height: 30px;
  color: #b5c0cf;
  font-size: 22px;
  cursor: pointer;
}
.header-style-three .header-upper .search-btn button .icon {
  vertical-align: middle;
}
.header-style-three .header-upper .link-box {
  position: relative;
  float: left;
  margin-left: 25px;
  padding-top: 14px;
}
.header-style-three .header-upper .max-nav-toggler {
  position: relative;
  float: left;
  padding-top: 20px;
  margin-left: 15px;
}
.header-style-three .header-upper .max-nav-toggler .toggle-btn {
  position: relative;
  display: block;
  color: #b5c0cf;
  padding: 0;
  margin: 0;
  background: none;
  font-size: 24px;
  line-height: 30px;
  height: 30px;
}
.header-style-three .header-upper .max-nav-toggler .toggle-btn span {
  vertical-align: middle;
}
.header-style-three .header-upper .nav-content {
  position: relative;
  float: right;
}
.header-style-three .header-upper .nav-outer {
  position: relative;
  float: left;
}
.header-style-three .main-menu .navigation > li {
  padding: 0px 0px;
  margin: 0;
  margin-left: 30px;
}
.header-style-three .main-menu .navigation > li > a {
  padding: 21px 0px;
  font-size: 16px;
  font-weight: 600;
  line-height: 30px;
  color: #061138;
}
.header-style-three .nav-box .main-menu .navigation > li:before {
  border-bottom-color: #ffffff;
} 
.link-box .anniu{
	display: inline-block;
    position: relative;
    cursor: pointer;
    padding-top: 0px !important;
    padding-bottom: 0px !important;
    height: 32px;
    line-height: 32px;
    background-color: #068757;
    border-radius: 22px;
    color: #ffffff !important;
    opacity: 1;
    margin-top: 21px;
    margin-bottom: 21px;
    margin-right: 32px;
    margin-left: 10px;
    padding-left: 16px !important;
    padding-right: 16px !important;
    font-weight: 100;
}
.header-style-three .main-menu .navigation > li.link-box > a{
	color: #fff !important;
	background-color: #068757;
}
.header-style-three .main-menu .navigation > li.have01 > a{
	background: none;
}
.header-style-three .main-menu .navigation > li.have02 > a{
	background: none;
}
.header-style-three .main-menu .navigation > li.link-box > a:hover{
	color: #fff !important;
}
.main-menu .navigation > li.link-box > ul > li{
    position: relative;
    padding: 0px;
    width: 100%;
}
.main-menu .navigation > li.link-box > ul > li:hover{
	background: #F5F5F5;
}
.header-style-three .main-menu .navigation > li.link-box > a > img{
	margin-right: 5px;
}
}
/*** 
====================================================================	
Inner Header Style
====================================================================
***/ 
@media (max-width: 991px){
.logo-box{
	float: left;
    padding-top: 15px;
    padding-bottom: 15px;
}
}
.nav-outer .mobile-nav-toggler {
  position: relative;
  float: right;
  font-size: 30px;
  line-height: 40px;
  cursor: pointer;
  margin-left: 0px;
  color: #ffffff;
  margin: 25px 0px 0px 20px;
  display: none;
}
.mobile-menu {
  position: fixed;
  right: 0;
  top: 0;
  width: 100%;
  padding-right: 30px;
  max-width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  z-index: 999999;
}
.mobile-menu .mCSB_inside > .mCSB_container {
  margin-right: 5px;
}
.mobile-menu .navbar-collapse {
  display: block !important;
}
.mobile-menu .nav-logo {
  position: relative;
  padding: 60px 25px;
  text-align: left;
}
.mobile-menu .nav-logo img {
  max-height: 90px;
}
.mobile-menu-visible {
  overflow: hidden;
}
.mobile-menu-visible .mobile-menu {
  opacity: 1;
  visibility: visible;
}
.mobile-menu .menu-backdrop {
  position: fixed;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: rgba(0, 0, 0, 0.70);
  -webkit-transform: translateX(101%);
  -ms-transform: translateX(101%);
  transform: translateX(101%);
  transition: all 900ms ease;
  -moz-transition: all 900ms ease;
  -webkit-transition: all 900ms ease;
  -ms-transition: all 900ms ease;
  -o-transition: all 900ms ease;
}
.mobile-menu-visible .mobile-menu .menu-backdrop {
  opacity: 0.70;
  visibility: visible;
  -webkit-transition: all 0.7s ease;
  -moz-transition: all 0.7s ease;
  -ms-transition: all 0.7s ease;
  -o-transition: all 0.7s ease;
  transition: all 0.7s ease;
  -webkit-transform: translateX(0%);
  -ms-transform: translateX(0%);
  transform: translateX(0%);
}
.mobile-menu .menu-box {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  max-height: 100%;
  overflow-y: auto;
  background: #058554;
  padding: 0px 0px;
  z-index: 5;
  opacity: 0;
  visibility: hidden;
  border-radius: 0px;
  -webkit-transform: translateX(101%);
  -ms-transform: translateX(101%);
  transform: translateX(101%);
}
.mobile-menu-visible .mobile-menu .menu-box {
  opacity: 1;
  visibility: visible;
  -webkit-transition: all 0.7s ease;
  -moz-transition: all 0.7s ease;
  -ms-transition: all 0.7s ease;
  -o-transition: all 0.7s ease;
  transition: all 0.7s ease;
  -webkit-transform: translateX(0%);
  -ms-transform: translateX(0%);
  transform: translateX(0%);
}
.mobile-menu .close-btn {
  position: absolute;
  right: 20px;
  top: 65px;
  line-height: 30px;
  width: 24px;
  text-align: center;
  font-size: 16px;
  color: #ffffff;
  cursor: pointer;
  z-index: 10;
  -webkit-transition: all 0.9s ease;
  -moz-transition: all 0.9s ease;
  -ms-transition: all 0.9s ease;
  -o-transition: all 0.9s ease;
  transition: all 0.9s ease;
}
.mobile-menu-visible .mobile-menu .close-btn {
  -webkit-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  transform: rotate(360deg);
}
.mobile-menu .close-btn:hover {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.mobile-menu .navigation {
  position: relative;
  display: block;
  width: 100%;
  float: none;
  padding-left: 0px;
}
.mobile-menu .navigation li {
  position: relative;
  display: block;
}
/*
.mobile-menu .navigation:last-child {
  border-bottom: 1px solid rgba(255, 255, 255, 0.10);
}
.mobile-menu .navigation li > ul > li:first-child {
  border-top: 1px solid rgba(255, 255, 255, 0.10);
}
*/
.mobile-menu .navigation li > a {
  position: relative;
  display: block;
  line-height: 54px;
  padding: 0px;
  font-size: 16px;
  font-weight: 500;
  color: #ffffff;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}
.mobile-menu .navigation li ul li > a {
  font-size: 14px;
  margin-left: 0px;
  text-transform: capitalize;
}
.mobile-menu .navigation li > a:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  height: 0;
  border-left: 3px solid #058554;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
  display: none;
}
.mobile-menu .navigation li.current > a:before {
  height: 100%;
}
.mobile-menu .navigation li.dropdown .dropdown-btn {
    position: absolute;
    width: 100%;
    height: 54px;
    text-align: center;
    font-size: 16px;
    line-height: 54px;
    color: #ffffff;
    background: rgba(255, 255, 255, 0.0);
    cursor: pointer;
    border-radius: 0px;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    z-index: 5;
    left: 0px;
    right: 0px;
    top: 0px;
    bottom: 0px;
}
.mobile-menu .navigation li.dropdown .dropdown-btn .fas{    
    text-align: left;
    float: left;
    width: 10px;
    height: 16px;
    display: block;
    margin-left: 129px;
    margin-top: 19px;
}
.mobile-menu .navigation li.link-box .dropdown-btn {
  left: 0px;
}
.mobile-menu .navigation li.link-box .dropdown-btn .fas{
    text-align: left;
    float: left;
    width: 10px;
    height: 16px;
    display: block;
    margin-left: 93px;
    margin-top: 19px;
}
.mobile-menu .navigation li.dropdown > a {
  padding-right: 30px;
}
.mobile-menu .navigation li.dropdown .dropdown-btn.open .fas{
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.mobile-menu .navigation li > ul, .mobile-menu .navigation li > ul > li > ul {
  display: none;
  border-top: 1px solid rgba(255,255,255,0.65);
  padding-left: 0px;
}
.mobile-menu .social-links {
  position: relative;
  text-align: center;
  padding: 30px 25px;
}
.mobile-menu .social-links li {
  position: relative;
  display: inline-block;
  margin: 0px 10px 10px;
}
.mobile-menu .social-links li a {
  position: relative;
  line-height: 32px;
  font-size: 16px;
  color: #ffffff;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
} 
.mobile-menu .menu-outer{
  padding-left: 17%;
  padding-right: 13.33%
}
.mobile-menu .dropdown a .fas{
  display: none;
}
.mobile-menu .navigation li a img{
	margin-right: 10px
}
.navbar-collapse {
    overflow-x: visible;
    -webkit-overflow-scrolling: touch;
    border-top: 0px solid transparent;
    -webkit-box-shadow: inset 0 0px 0 rgb(255 255 255 / 0%);
    box-shadow: inset 0 0px 0 rgb(255 255 255 / 0%);
}
/*** 
====================================================================	
Testimonials Section
====================================================================
***/ 
.testimonials-section {
  position: relative;
  padding: 90px 0px;
  z-index: 1;
  background: #f8f8f8;
}
.testimonials-section .image-layer {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 1;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.testimonials-section .image-layer:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #f8f8f8;
  opacity: 0.90;
}
.testimonials-section .carousel-container {
  position: relative;
  padding: 16px 50px 0px;
}
.testimonial-block {
  position: relative;
}
.testimonial-block .inner-box {
  position: relative;
  display: block;
  background: #ffffff;
  padding: 40px 40px;
  margin-right: 17px;
  min-height:360px;
}
.testimonial-block .content {
  position: relative;
  display: block;
  padding-left: 110px;
  min-height: 150px;
}
.testimonial-block .content .icon-box {
  position: absolute;
  left: 0;
  top: 100px;
  width: 70px;
  text-align: center;
  font-size: 48px;
  color: #cdd5df;
  line-height: 1em;
}
.testimonial-block .content .image {
  position: absolute;
  left: 0;
  top: 0;
  height: 42px;
  overflow: hidden;
}
.testimonial-block .content .image img {
  display: block;
  max-height: 42px;
  width: inherit
}
.testimonial-block .content .info {
  position: relative;
  padding-bottom: 16px;
}
.testimonial-block .content .info:before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 70px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.10);
}
.testimonial-block .content .info h5 {
  height: 24px;
  font-size: 16px;
  font-weight: 500;
  color: rgba(0,0,0,0.85);
  line-height: 24px;
}
.testimonial-block .content .info .designation {
  position: relative;
  color: #75808f;
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 400;
}
.testimonial-block .content .text {
  position: relative;
  color: rgba(0,0,0,0.65);
  font-size: 17px;
  line-height: 1.7em;
}
.testimonial-block .rating {
  position: absolute;
  right: -56px;
  top: 0px;
  line-height: 24px;
  padding: 3px 15px;
  background: #058554;
  color: #ffffff;
  font-size: 12px;
  letter-spacing: 1px;
}
.testimonial-block .rating:before {
  content: '';
  position: absolute;
  right: 0;
  top: -16px;
  border: 8px solid rgba(0, 0, 0, 0);
  border-left: 8px solid #b09373;
  border-bottom: 8px solid #b09373;
}
.testimonials-section .owl-theme .owl-dots {
  position: relative;
  width: 100%;
  padding-top: 0px;
  text-align: center;
  margin-top: -40px
  
}
.testimonials-section .owl-theme .owl-dots .owl-dot {
  position: relative;
  display: inline-block;
  margin: 0px 7px;
  background: none;
}
.testimonials-section .owl-theme .owl-dots .owl-dot span {
  position: relative;
  display: block;
  width: 9px;
  height: 9px;
  background: #f2f2f2;
  border-radius: 50%;
}
.testimonials-section .owl-theme .owl-dots .owl-dot.active span {
  background: #058554;
  -ms-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.testimonials-section .owl-theme .owl-nav {
  display: none;
} 
/*** 
====================================================================	
News Section
====================================================================
***/ 
.testimonials-section .with-border h2{
	color: rgba(0,0,0,0.85);
	text-align: center;
    font-size: 38px;
    font-weight: 100;
    margin-bottom: 10px;
    margin-top: 10px;
	font-family: "Arial","Noto Sans", sans-serif !important;
}
.testimonials-section .owl-carousel.owl-drag .owl-item{
	background: #fff;
}
#custom-plan{
	background: #f8f8f8;
}