/* ==========================================================================
  01. GENERAL & BASIC STYLES
  =========================================================================== */
/* font-family: 'Poppins', sans-serif;  */
html {
  -webkit-font-smoothing: antialiased;
  font-size: 16px;
}

body {
  font-family: 'Inter', sans-serif;
  color: #000;
  font-size: 15px;
  top: 0 !important;
}


img {
  max-width: 100%;
}


/*------------------------------------------*/
/*  Background Images for Sections
  /*------------------------------------------*/

.bg-01,
.bg-02,
.bg-03,
.bg-04,
.bg-05,
.bg-06,
.bg-08,
.bg-map,
.bg-pattern {
  width: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  background-attachment: fixed !important;
}
.bg-06 {
  background-image: url(../images/bg-06.webp);
  background-attachment: scroll !important;
}

/*------------------------------------------*/
/*  HEADERS
  /*------------------------------------------*/

h1,
h2,
h3,
h4,
h5,
h6 {
  color: inherit;
  font-weight: 600;
}

/* 42px */
h3.h3-lg {
  font-size: 2.75rem;
}


/*------------------------------------------*/
/*  LINK SETTINGS
  /*------------------------------------------*/

a {
  text-decoration: none;
  -webkit-transition: all 400ms ease-in-out;
  -moz-transition: all 400ms ease-in-out;
  -o-transition: all 400ms ease-in-out;
  -ms-transition: all 400ms ease-in-out;
  transition: all 400ms ease-in-out;
}

a:hover {
  text-decoration: none;
}

a:focus {
  outline: none;
  text-decoration: none;
}

/*------------------------------------------*/
/*  LISTS
  /*------------------------------------------*/

ul {
  margin: 0;
  padding: 0;
  list-style: none;
}


/*------------------------------------------*/
/*  BUTTON SETTINGS
  /*------------------------------------------*/

.btn {
  background-color: transparent;
  color: inherit;
  font-size: 16px;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0.5px;
  padding: 14px 30px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-transition: all 450ms ease-in-out;
  -moz-transition: all 450ms ease-in-out;
  -o-transition: all 450ms ease-in-out;
  -ms-transition: all 450ms ease-in-out;
  transition: all 450ms ease-in-out;
}

/*------------------------------------------*/
/*  Button Size
  /*------------------------------------------*/

.btn.btn-sm {
  font-size: 12px;
  padding: 6px 10px;
}

/*------------------------------------------*/
/*  Button Color
  /*------------------------------------------*/
.btn-primary {
  color: #fff !important;
  background: linear-gradient(45deg, #2bab54, #082F50);
}

.btn:focus {
  color: #fff;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.container {
  max-width: 1170px;
}

/* ==========================================================================
  HEADER & NAVIGATION
    =========================================================================== */
.top-header {
  background: linear-gradient(to right, #fff 40%, #e7ecff);
  padding-top: 10px;
  padding-bottom: 10px;
}

.header-contact-info {
  padding-left: 0;
  margin-bottom: 0;
  list-style-type: none;
}

.header-contact-info li {
  display: inline-block;
  margin-right: 20px;
  color: #fff;
  font-size: 14px;
}

.header-contact-info li i {
  color: #fff;
  margin-right: 4px;
  width: 28px;
  height: 28px;
  display: inline-block;
  line-height: 28px;
  border-radius: 50%;
  background-color: #fff;
  text-align: center;
  font-size: 13px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.header-contact-info li .fa-whatsapp,
.header-contact-info li .fa-phone-alt,
.header-contact-info li .fa-envelope-open {
  background: #2BAB54;
  color: #fff;
}



.header-contact-info li a {
  color: #000;
}

.header-right-content {
  text-align: right;
}

.header-right-content .top-header-social {
  display: inline-block;
  padding-left: 0;
  margin-bottom: 0;
  list-style-type: none;
}

.header-right-content .top-header-social li {
  display: inline-block;
  margin-right: 4px;
}

.header-right-content .top-header-social li a {
  display: block;
  color: #fff;
  width: 30px;
  height: 30px;
  line-height: 31px;
  border-radius: 50%;
  background-color: #fff;
  text-align: center;
  font-size: 14px;
}

.header-right-content .top-header-social li a.facebook {
  background: #316FF6;
}

.header-right-content .top-header-social li a.twitter {
  background: #000;
}

.header-right-content .top-header-social li a.linkedin {
  background: #0077b5;
}

.header-right-content .top-header-social li a.instagram {
  background: #d62976;
}

#header {
  width: 100%;
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  z-index: 999;
}

.header-wrapper {
  position: relative;
  width: 100%;
}

.headerwp {
  max-width: 1140px;
  margin: 0 auto;
  padding: 0;
}

.posrlt {
  position: relative;
}

/*------------------------------------------*/
/*  SECTION TITLE
  /*------------------------------------------*/
section {
  z-index: 1;
  position: relative;
}

.section {
  padding: 50px 0;
  z-index: 1;
  position: relative;
}

.section-title {
  text-align: center;
  margin-bottom: 30px;
}

.section-title .sub-title {
  display: inline-block;
  font-size: 14px;
  background: #2BAB54;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -o-border-radius: 30px;
  -ms-border-radius: 30px;
  border-radius: 30px;
  padding: 3px 16px;
  font-weight: 500;
  color: #fff;
  margin: 0 0 14px;
}

.section-title p {
  color: #000;
  padding: 0;
  margin-top: 16px;
  margin-bottom: 0;
  font-size: 16px;
}

.section-title h3,
.section-title h1,
.section-title h2 {
  font-size: 32px;
  color: #082F50;
}

/*------------------------------------------*/
/*   NAVIGATION MENU
  /*------------------------------------------*/


.wsmainfull {
  width: 100%;
  height: auto;
  z-index: 1031;
  -webkit-transition: all 450ms ease-in-out;
  -moz-transition: all 450ms ease-in-out;
  -o-transition: all 450ms ease-in-out;
  -ms-transition: all 450ms ease-in-out;
  transition: all 450ms ease-in-out;

}

.tra-menu .wsmainfull {
  background-color: transparent !important;
  padding: 20px 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

.white-menu .wsmainfull {
  background-color: #fff !important;
  padding: 10px 0;
  -webkit-box-shadow: 0 2px 3px rgba(96, 96, 96, .1);
  -moz-box-shadow: 0 2px 3px rgba(96, 96, 96, .1);
  box-shadow: 0 2px 3px rgba(96, 96, 96, .1);
}

/*------------------------------------------*/
/*  HEADER LINK
  /*------------------------------------------*/
.wsmenu {
  background: #fff;
  border-radius: 0px 40px 40px 0;
  padding-right: 30px;
  position: relative;
  width: calc(100% - 320px);
  justify-content: flex-end;
}

.wsmenu>.wsmenu-list {
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
}

.wsmenu:before {
  content: "";
  background: url(../images/nav-shap.png);
  position: absolute;
  top: 0px;
  left: -100px;
  z-index: 1;
  background-repeat: no-repeat;
  height: 70px;
  width: 100px;
  background-size: cover;
}

.wsmenu>.wsmenu-list>li>a i {
  margin-right: 0;
}

.wsmenu>.wsmenu-list>li>a {
  display: block;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0;
  margin: 0 0;
  padding: 10px 14px;
  line-height: 50px;
  text-decoration: none;
}

.navbar-dark .wsmenu>.wsmenu-list>li>a {
  color: #000;
}

.navbar-light .wsmenu>.wsmenu-list>li>a {
  color: #fff;
}

.wsmenu>.wsmenu-list>li>a .wsarrow:after {
  border-left: 4px solid rgba(0, 0, 0, 0);
  border-right: 4px solid rgba(0, 0, 0, 0);
  border-top: 4px solid;
  content: "";
  float: right;
  right: 0;
  height: 0;
  margin: 0 0 0 14px;
  position: absolute;
  text-align: right;
  top: 33px;
  width: 0;
}

/*------------------------------------------*/
/*  HEADER  
  /*------------------------------------------*/
.desktoplogo {
  position: relative;
  min-width: 280px;
}

.logo-black {
  background: url(../images/header-logo-bg.png);
  position: absolute;
  top: -18px;
  left: 0;
  z-index: 1;
  background-size: cover;
  right: 0;
  background-repeat: no-repeat;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  background-position: center bottom;
  height: 100px;
}

.wsmainwp {
  padding: 10px 15px 0px 15px;
}

.wsmenu>.wsmenu-list>li a.btn {
  font-size: 16px;
  line-height: 30px;
  font-weight: 500;
  text-transform: none;
  border: 0px solid transparent;
  margin-left: 5px;
  padding: 2px 20px;
  border-radius: 30px;
}

.wsmenu>.wsmenu-list>li a.last-link-number {
  font-size: 18px;
  font-weight: 900;
  margin-left: 16px;
}

.wsmenu>.wsmenu-list>li a.last-link-number i {
  position: relative;
  font-size: 16px;
  margin-right: 1px;
}

/*------------------------------------------*/
/*  HEADER SUBMENU
  /*------------------------------------------*/

.wsmenu>.wsmenu-list>li>ul.sub-menu>li>a {
  font-size: 14px;
  padding: 6px 10px;
}

.wsmenu>.wsmenu-list>li>ul.sub-menu>li>a:hover {
  padding: 6px 10px 6px 15px;
}

.wsmenu>.wsmenu-list>li>.wsmegamenu .title {
  font-size: 16px;
  line-height: 1.3;
  font-weight: 800;
  letter-spacing: 0;
}

/*------------------------------------------*/
/*   MEGAMENU LATEST NEWS
  /*------------------------------------------*/

.wsmegamenu .latest-news li {
  padding: 15px 0;
  border-bottom: 1px dashed #c0c0c0;
}

.wsmegamenu .latest-news li:first-child {
  padding: 0 0 15px;
}

.wsmegamenu .latest-news li:last-child {
  padding: 15px 0 0;
  border-bottom: 0;
}

.wsmegamenu .latest-news img {
  text-align: center;
  float: left;
  width: 85px;
  height: 85px;
}

.wsmegamenu .post-summary {
  overflow: hidden;
  padding-left: 20px;
}

/*------------------------------------------*/
/*  MEGAMENU LATEST NEWS TYPOGRAPHY
  --------------------------------------------*/

.wsmegamenu .post-summary a {
  color: #888 !important;
  font-size: 16px;
  font-weight: 400;
}

.wsmegamenu h5.h5-md a {
  color: #333 !important;
  margin-bottom: 0;
}

.wsmegamenu .latest-news .post-summary a:hover {
  color: #333 !important;
  text-decoration: underline;
}

.wsmegamenu .latest-news p {
  color: #999;
  font-size: 15px;
  font-weight: 300;
  margin-top: 6px;
  margin-bottom: 0;
}

/*------------------------------------------*/
/*  Logo Image
  /*------------------------------------------*/

.logo-white,
.logo-black {
  display: block;
}

.navbar-light .logo-black,
.navbar-dark .logo-white{
  display: none;
}

.shine__animate-link {
  display: block;
  overflow: hidden;
  position: relative;
  z-index: 1;
}

.shine__animate-link::before {
  position: absolute;
  top: 0;
  left: -100%;
  display: block;
  content: "";
  width: 50%;
  height: 100%;
  background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 0.3)));
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
  -webkit-transform: skewX(-25deg);
  -ms-transform: skewX(-25deg);
  transform: skewX(-25deg);
}

img,
.img {
  max-width: 100%;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

.medium-container {
  position: static;
  padding-left: 100px;
}

/*----------------animate-csss---------------*/
.owl-item .animate_up {
  position: relative;
  display: block;
  overflow: hidden;
  opacity: 0;
  transform: perspective(400px) rotateY(0deg) translateY(-120px);
  transform-origin: bottom;
  transition: all 1000ms ease;
  z-index: 10;
}

.owl-item.active .animate_up {
  opacity: 1 !important;
  visibility: visible !important;
  transform: perspective(400px) rotateY(0deg) translateY(0px);
  transition-delay: 1000ms;
}

.owl-item .animate_down {
  position: relative;
  display: block;
  overflow: hidden;
  opacity: 0;
  transform: perspective(400px) rotateY(0deg) translateY(120px);
  transform-origin: bottom;
  transition: all 1000ms ease;
  z-index: 10;
}

.owl-item.active .animate_down {
  opacity: 1 !important;
  visibility: visible !important;
  transform: perspective(400px) rotateY(0deg) translateY(0px);
  transition-delay: 1000ms;
}

.owl-item .animate_left {
  position: relative;
  display: block;
  overflow: hidden;
  opacity: 0;
  transform: perspective(400px) rotateY(0deg) translateX(120px);
  transform-origin: bottom;
  transition: all 1000ms ease;
  z-index: 10;
}

.owl-item.active .animate_left {
  opacity: 1 !important;
  visibility: visible !important;
  transform: perspective(400px) rotateY(0deg) translateX(0px);
  transition-delay: 1000ms;
}

.owl-item .animate_right {
  position: relative;
  display: block;
  overflow: hidden;
  opacity: 0;
  transform: perspective(400px) rotateY(0deg) translateX(-120px);
  transform-origin: bottom;
  transition: all 1000ms ease;
  z-index: 10;
}

.owl-item.active .animate_right {
  opacity: 1 !important;
  visibility: visible !important;
  transform: perspective(400px) rotateY(0deg) translateX(0px);
  transition-delay: 1000ms;
}

/*----------------slider-csss---------------*/
.slider {
  position: relative;
  width: 100%;

}

.slider-style {
  min-height: 750px;
}

.slider .slide-item {
  position: relative;
  display: block;
  background-color: #fff;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  overflow: hidden;
  width: 100%;

}

.slider .owl-nav{
  display: none;
}

.slider .animated {
  animation-duration: 1.25s;
}



.style_page_thirteen {
  height: 750px;
}

.style_page_thirteen .slide-item-content {
  position: relative;
  overflow: hidden;
}

.style_page_thirteen .slide-item-content .image-layer {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-repeat: no-repeat !important;
  background-position: center !important;
  background-size: cover !important;
}

.style_page_thirteen .slide-item-content .auto-container {
  position: relative;
  z-index: 10;
  padding: 0px 15px;
}

.style_page_thirteen .slide-item-content .slider_content {
  position: relative;
  z-index: 11;
}

.style_page_thirteen .slide-item-content .slider_content h6 {
  color: #fff;
  text-decoration: none;
  white-space: normal;
  line-height: 40px;
  font-weight: 700;
  font-size: 25px;
  transition: 0.9s ease-in-out;
  -moz-transition: 0.9s ease-in-out;
  -o-transition: 0.9s ease-in-out;
  -ms-transition: 0.9s ease-in-out;
  margin-bottom: 10px;
}

.style_page_thirteen .slide-item-content .slider_content h1,
.style_page_thirteen .slide-item-content .slider_content h3 {
  z-index: 9;
  color: #fff;
  line-height: normal;
  text-shadow: rgb(0 16 169 / 83%) 4px 2px 0px;
  letter-spacing: 0px;
  font-weight: 800;
  font-size: 60px;
  transition: 0.9s ease-in-out;
  -moz-transition: 0.9s ease-in-out;
  -o-transition: 0.9s ease-in-out;
  -ms-transition: 0.9s ease-in-out;
  margin-bottom: 20px;
}

.style_page_thirteen .slide-item-content .slider_content p {
  color: #fff;
  text-decoration: none;
  white-space: normal;
  line-height: 28px;
  letter-spacing: 0px;
  font-weight: 400;
  font-size: 18px;
  transition: 0.9s ease-in-out;
  -moz-transition: 0.9s ease-in-out;
  -o-transition: 0.9s ease-in-out;
  -ms-transition: 0.9s ease-in-out;
  margin-bottom: 30px;
}

.style_page_thirteen .slide-item-content .slider_content ul {
  margin: 0px;
  padding: 0px;
}

.style_page_thirteen .slide-item-content .slider_content ul li {
  display: inline-block;
  padding-right: 30px;
}

.style_page_thirteen .slide-item-content .slider_content ul li:last-child {
  padding-right: 0px;
}

.style_page_thirteen .slide-item-content .slider_content .theme-btn.one {
  transition: 0.9s ease-in-out;
  -moz-transition: 0.9s ease-in-out;
  -o-transition: 0.9s ease-in-out;
  -ms-transition: 0.9s ease-in-out;
}

.style_page_thirteen .slide-item-content .slide-item {
  min-height: 750px;
  padding: 250px 0px 150px;
}

.style_page_thirteen .slide-item-content .slider_image {
  z-index: 12;
  color: #fff;
  width: 600px;
  height: 600px;
  min-height: 0px;
  min-width: 0px;
  max-height: none;
  max-width: none;
  overflow: hidden;
  border-color: rgba(7, 127, 128, 0.68);
  border-style: solid;
  border-width: 40px;
  border-radius: 50%;
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
  filter: none;
  transform-origin: 50% 50%;
}

.style_page_thirteen .slide-item-content .content_center {
  text-align: center;
}

.style_page_thirteen .slide-item-content .content_right {
  text-align: right;
}

.z_99 {
  z-index: 99;
}

.position_absolute {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: auto;
}

.position_absolute.top {
  bottom: unset;
  top: 0;
}


.curve_shape_bottom_1 {
  transform: rotate(180deg);
}

.curve_shape_bottom_1 svg {
  width: calc(100% + 1.3px);
  height: 64px;
  display: block;
  transform: rotateY(180deg);
}

.curve_shape_bottom_1 svg path {
  fill: #fff;
  transform-origin: center;
  transform: rotateY(0deg);
}



.sr-service-section {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 40px 30px 33px;
  background: #fff;
  color: #000;
  position: relative;
  margin-bottom: 30px;
}

.sr-service-section:before {
  content: "";
  position: absolute;
  right: 0;
  left: 0;
  bottom: 0;
  top: 0;
  box-shadow: 0 0 30px rgb(0 0 0 / 6%);
  border-radius: 10px;
}

.sr-service-section:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 4px;
  background: #082F50;
  opacity: 0;
  width: 0%;
  margin: auto;
}

.sr-service-section:hover:after {
  opacity: 1;
  width: 100%;
}

.sr-service-inner {
  position: relative;
}

.sr-service-section h4 {
  font-size: 20px;
  font-weight: 700;
  color: #253d4e;
  padding: 0 0 17px;
  margin: 0 0 15px;
  position: relative;
}

.sr-service-section h4:before {
  background: #2BAB54;
  content: "";
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute;
  height: 2px;
  width: 80px;
  margin: auto;
}


.sr-service-icon span {
  display: inline-block;
  position: relative;
  margin: 0 0 25px;
}

.sr-service-icon img {
  position: relative;
  max-height: 70px;
}

.sr-service-inner p {
  margin-bottom: 11px;
}

.sr-read-more-link {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 12px;
  background: #082F50;
  color: #fff;
  display: inline-block;
  padding: 4px 15px;
  border-radius: 30px;
}

.sr-arrow {
  width: 0;
  height: 0;
  border-top: 6px solid transparent;
  border-left: 5px solid #fff;
  border-bottom: 6px solid transparent;
  display: inline-block;
  vertical-align: middle;
}

.sr-read-more-link .sr-arrow {
  margin-left: 3px;
  margin-bottom: 2px;
}

.sr-read-more-link:hover .sr-arrow {
  transform: translateX(6px);
}

.sr-service-section:hover h4 {
  color: #082F50;
}

.sr-service-section:hover h4,
.sr-service-section h4,
.sr-read-more-link:hover,
.sr-read-more-link,
.sr-read-more-link .sr-arrow,
.sr-read-more-link:hover .sr-arrow,
.sr-read-more-link .sr-arrow {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.sr-service-section,
.sr-service-section:hover,
.sr-service-section:after,
.sr-service-section:hover:after {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.sr-service-section:hover {
  box-shadow: 0 0 20px rgb(0 0 0 / 0.06);
}


.cta-section {
  position: relative;
}

.cta-section h2 {
  font-size: 52px;
}

.divider_2 {
  border-bottom: 1px dashed #3e78ff;
}

.bg_op_1 {
  background-repeat: no-repeat !important;
  background-position: center !important;
  background-size: cover !important;
}

.mr_top_minus_50 {
  margin-top: -50px;
}

.cta_contact_list {
  position: relative;
}

.cta_contact_list .same_contact {
  position: relative;
  padding-left: 60px;
}

.cta_contact_list .same_contact span {
  position: absolute;
  width: 30px;
  font-size: 25px;
  top: 1px;
  left: 0;
  width: 50px;
  height: 50px;
  text-align: center;
  border-radius: 50px;
  background: #000772;
  line-height: 50px;
  color: #fff;
}

.cta_contact_list .same_contact .content {
  position: relative;
}

.cta_contact_list .same_contact .content h6 {
  font-size: 16px;
  line-height: 28px;
  margin-bottom: 0px;
  color: #000772;
  font-weight: 600;
}

.cta_contact_list .same_contact .content a {
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
  color: #2BAB54;
}


.review-3 {
  background-color: #fff;
  border: 1px solid #f5f5f5;
  padding: 40px 30px;
  margin: 0 25px;
  overflow: visible;
  margin-bottom: 40px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -o-border-radius: 6px;
  border-radius: 6px;
  box-shadow: 0px 8px 20px 0px rgba(20, 20, 20, .15);
}

.testimonial-section {
  padding: 40px 0;
  position: relative;
}

.testimonial_box {
  margin: 20px;

}

.testimonial_box.type_one span.icon-quote {
  width: 60px;
  height: 60px;
  font-size: 24px;
  line-height: 60px;
  border-radius: 50px;
  display: block;
  background: #fff;
  box-shadow: 0px 5px 22px 0px rgba(0, 0, 0, 0.07);
  color: #000772;
  text-align: center;
  top: 0;
  right: 0;
  position: absolute;
  transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -webkit-transition: all 0.6s ease;
  -ms-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  z-index: 1;
  margin: 0 auto;
  left: 0;
}

.testimonial_box.type_one .testimonial_inner {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  margin: 0px 0px 10px;
  padding: 60px 30px 30px 30px;
  box-shadow: 0px 5px 22px 0px rgba(0, 0, 0, 0.06);
  transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -webkit-transition: all 0.6s ease;
  -ms-transition: all 0.6s ease;
  background: #f0f3f9;
  -o-transition: all 0.6s ease;
  z-index: 0;
  text-align: center;
  border: 4px solid #fff;
}

.testimonial_box.type_one .testimonial_inner .authour_name {

  font-size: 18px;
  color: #2BAB54;
}

.owl_new_one .owl_type_two .owl-nav {
  position: absolute;
  width: 100%;
  top: 0%;
  bottom: 0;
  height: 50px;
  margin: auto;
  left: 0;
}

.owl_new_one .owl_type_two .owl-nav .owl-prev {
  left: 0 !important;
  top: 0;

}

.owl_new_one .owl_type_two .owl-nav .owl-next,
.owl_new_one .owl_type_two .owl-nav .owl-prev {
  position: absolute !important;
  display: block !important;
}

.owl_new_one .owl_type_two .owl-nav .owl-next {
  right: 0 !important;
  top: 0;
}

.owl-carousel {
  width: 100%;
  z-index: 1;
}

.owl_new_one .owl-carousel .owl-nav .owl-prev,
.owl_new_one .owl-carousel .owl-nav .owl-next {
  display: inline-block;
  position: relative;
  font-weight: 600;
  width: 50px;
  height: 50px;
  text-align: center;
  line-height: 50px;
  color: #000;
  background: #ffffff;
  border-radius: 5px;
  border-radius: 50%;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}

.owl_new_one .owl-carousel .owl-nav .owl-prev::before,
.owl_new_one .owl-carousel .owl-nav .owl-next::before {
  position: absolute;
  font-family: "Font Awesome 5 Pro" !important;
  width: 50px;
  text-align: center;
  line-height: 50px;
  height: 50px;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  font-size: 16px;
}

.owl_new_one .owl-carousel .owl-nav .owl-prev::before {
  content: "\f104";
}

.owl_new_one .owl-carousel .owl-nav .owl-next::before {
  content: "\f105";
}

.accordion-button:not(.collapsed) {
  background: linear-gradient(45deg, #c1ffd5, #e2f3ff);
  color: #000;
}

.image_boxes.style_one {
  display: inline-block;
  margin-bottom: 50px;
  position: relative;
}

.image_boxes.style_one .image.one {
  position: relative;
  width: 500px;
  height: auto;
  border-radius: 15px;
  overflow: hidden;
  box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, .09);
}

.image_boxes.style_one .image.one img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.image_boxes.style_one .image.two {
  position: absolute;
  bottom: -50px;
  right: -50px;
  width: 250px;
  height: 250px;
  border: 5px solid #fff;
  border-radius: 15px;
  overflow: hidden;
  box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, .09);
}

.image_boxes.style_one .image.two img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  /* height: auto; */
	max-height: 100%;
	max-width: 100%;
	width: auto;
}

.text-justify {
  text-align: justify;
}

.choose-us-content-wrap .more-choose-content {
  margin-top: 30px;
}

.choose-us-content-wrap .more-choose-content p {
  font-size: 16px;
  line-height: 30px;
}

.choose-us-content-wrap .more-choose-content p a {
  font-weight: 600;
  color: #086ad8;
}

.choose-us-content-wrap .more-choose-content p a i {
  position: relative;
  top: 1px;
  transition: all 0.3s linear;
}

.choose-us-content-wrap .more-choose-content p a:hover i {
  margin-left: 5px;
}

.choose-us-item {
  margin-bottom: 40px;
}

.choose-us-item .choose-us-img {
  display: block;
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  transition: all 0.3s linear;
}
.choose-us-item .choose-us-img img{
  height: auto;
	max-height: 100%;
	max-width: 100%;
	width: auto;
}

.choose-us-item .choose-us-img::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  background: linear-gradient(180deg, rgba(249, 80, 0, 0) 35%, rgba(14, 14, 14, 0.92) 78%);
  width: 100%;
  height: 100%;
  z-index: 0;
}

.choose-us-item .choose-us-img .choose-us-content {
  position: absolute;
  left: 0px;
  bottom: 0px;
  padding: 20px 60px;
}

.choose-us-item .choose-us-img .choose-us-content .title {
  font-size: 22px;
  line-height: 27px;
  color: #ffffff;
  padding-left: 15px;
  position: relative;
  height: 46px;
}

.choose-us-item .choose-us-img .choose-us-content .title::before {
  content: "";
  position: absolute;
  left: 0;
  top: 45%;
  background: linear-gradient(-160deg, #43baff 0%, #7141b1 100%);
  width: 3px;
  height: 50px;
  transform: translateY(-42%);
}

.choose-us-item .choose-us-img .choose-us-content p {
  font-size: 14px;
  line-height: 24px;
  color: #ffffff;
  margin-top: 10px;
  margin-bottom: -115px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s linear;
  padding-bottom: 10px;
  height: 120px;
}

.choose-us-item:hover .choose-us-img .choose-us-content p {
  opacity: 1;
  visibility: visible;
  margin-bottom: 0px;
}

.choose-us-content a {
  color: #fff;
}


.footer {
  background: url(../images/bg-09.webp) no-repeat #082F50;
  background-position: top center;
  background-size: cover;
  padding: 60px 0 0px 0;
  position: relative;
  z-index: 99;
}

.footer::after {
  background: linear-gradient(45deg, rgb(4 17 93 / 79%), rgb(21 192 0 / 47%));
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.footer .container {
  position: relative;
  z-index: 1;
}

.footer iframe {
  border-radius: 10px;
}

.footer .footer-link-head {
  font-weight: 500;
  letter-spacing: 0;
  margin-top: 0;
  margin-bottom: 10px;
  color: #bdffa4;
  font-size: 18px;
}

.footer-links li {
  display: block !important;
  vertical-align: top;
  clear: none !important;
  margin: 0 0 5px 0;
  padding: 0 0 0 15px;
  position: relative;
}

.footer-links li::before {
  content: '\f105';
  font-family: "Font Awesome 5 Pro";
  position: absolute;
  left: 0px;
  top: 0px;
  color: #fff;
}

.footer-links li a {
  font-size: 14px;
  color: #fff;
}

.footer-quicklink {
  margin-top: 30px;
  text-align: center;
}

.footer-quicklink ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-quicklink ul i {
  padding-right: 2px;
  color: #fff;
  font-size: 12px;
  line-height: 0;
}

.footer-quicklink ul li {
  padding: 0px 10px;
  display: inline-block;
  position: relative;
  border-right: 1px solid #fff;
}

.footer-quicklink ul li:last-child {
  border-right: 0px solid #fff;
}


.footer-quicklink ul a {
  color: #fff;
  transition: 0.3s;
  display: block;
  line-height: 1;
}

.footer-quicklink ul a:hover {
  color: #fff;
}

.foo-socials {
  display: inline-block;
  padding-left: 0;
  margin: 10px auto 0;
}

.foo-socials {
  margin: 0;
}

.foo-socials li {
  width: auto !important;
  display: inline-block !important;
  vertical-align: top;
  clear: none !important;
  margin: 0;
  padding: 0;
}

.foo-socials a {
  color: #888;
  font-size: 1rem;
  line-height: 30px !important;
  margin-right: 22px;
  display: block;
  text-align: center;
}

.foo-socials a {
  color: #000;
  background-color: #fff;
  /* border: 2px solid #aaa; */
  width: 30px;
  height: 30px;
  font-size: 14px;
  line-height: 32px !important;
  margin-right: 4px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
}

.foo-socials a.ico-facebook:hover {
  color: #3b5998;
}

.foo-socials a.ico-twitter:hover {
  color: #00a9ed;
}

.foo-socials a.ico-instagram:hover {
  color: #e44772;
}

.foo-socials a.ico-dribbble:hover {
  color: #d92d84;
}

.foo-socials a.ico-behance:hover {
  color: #2473f6;
}

.foo-socials a.ico-pinterest:hover {
  color: #ac281a;
}

.foo-socials a.ico-linkedin:hover {
  color: #015886;
}

.foo-socials a.ico-google-plus:hover {
  color: #cd1111;
}

.foo-socials a.ico-youtube:hover {
  color: #cd1b20;
}

.foo-socials a.ico-tumblr:hover {
  color: #3a5976;
}

.foo-socials a.ico-vk:hover {
  color: #3b5998;
}

.foo-socials a.ico-facebook:hover {
  color: #fff;
  background-color: #3b5998;
  border-color: #3b5998;
}

.foo-socials a.ico-twitter:hover {
  color: #fff;
  background-color: #00a9ed;
  border-color: #00a9ed;
}

.foo-socials a.ico-instagram:hover {
  color: #fff;
  background-color: #e44772;
  border-color: #e44772;
}

.foo-socials a.ico-dribbble:hover {
  color: #fff;
  background-color: #d92d84;
  border-color: #d92d84;
}

.foo-socials a.ico-behance:hover {
  color: #fff;
  background-color: #2473f6;
  border-color: #2473f6;
}

.foo-socials a.ico-pinterest:hover {
  color: #fff;
  background-color: #ac281a;
  border-color: #ac281a;
}

.foo-socials a.ico-linkedin:hover {
  color: #fff;
  background-color: #015886;
  border-color: #015886;
}

.foo-socials a.ico-google-plus:hover {
  color: #fff;
  background-color: #cd1111;
  border-color: #cd1111;
}

.foo-socials a.ico-youtube:hover {
  color: #fff;
  background-color: #cd1b20;
  border-color: #cd1b20;
}

.foo-socials a.ico-tumblr:hover {
  color: #fff;
  background-color: #3a5976;
  border-color: #3a5976;
}

.foo-socials a.ico-vk:hover {
  color: #fff;
  background-color: #3b5998;
  border-color: #3b5998;
}

.bottom-footer {
  border-top: 1px solid rgb(255 255 255);
  margin-top: 20px;
  padding-top: 35px;
  padding-bottom: 35px;
}

.bottom-footer-list li {
  font-size: 15px;
  width: auto !important;
  display: inline-block !important;
  vertical-align: top;
  clear: none !important;
  margin: 0 9px 5px 0;
  padding: 0;
  color: #fff;
}

.bottom-footer-list li a {
  font-weight: 600;
  color: #fff;
}

.bottom-footer-list p:after {
  content: "|";
  padding-left: 11px;
  position: relative;
  top: -1px;
}

.bottom-footer-list p.last-li:after {
  content: " ";
  padding-left: 0;
}


.sidebar-form {
  border-radius: 8px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}

.sidebar-form .sidebar-form-title {
  font-size: 18px;
  font-weight: 600;
  padding: 15px;
  color: #fff;
  background: linear-gradient(126deg, #140333, #143773);
  position: relative;
  text-align: center;
}

.sidebar-form .form-control {
  height: 45px;
  font-size: 14px;
  background: #f2f2f2;
}

.sidebar-form-body {
  padding: 20px;
}

.headfix {
  display: block;
}

.mobileForm {
  display: none;
}

/* Blog List */
.blog-post {
  position: relative;
  top: 0;
  background-color: #fff;
  margin-bottom: 40px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  box-shadow: 0 0 0 1px rgba(56, 60, 67, .05), 0 1px 3px 0 rgba(56, 60, 67, .15);
  -webkit-transition: all 400ms ease-in-out;
  -moz-transition: all 400ms ease-in-out;
  -o-transition: all 400ms ease-in-out;
  -ms-transition: all 400ms ease-in-out;
  transition: all 400ms ease-in-out;
}

.blog-post-img img {
  -webkit-border-radius: 6px 6px 0 0;
  -moz-border-radius: 6px 6px 0 0;
  border-radius: 6px 6px 0 0;
  width: 100%;
  height: 220px;
  object-fit: cover;
}

.blog-post-txt {
  padding: 25px 20px;
}

.blog-post-txt .post-read {
  color: #999;
  font-size: 14px;
  padding-top: 2px;
  font-weight: 500;
  text-align: right;
  margin-bottom: 0;
}

.blog-post-txt h5 {
  font-weight: 500;
  font-size: 16px;
  margin-top: 0;
  margin-bottom: 10px;
  height: 45px;
  overflow: hidden;
  color: #396cf0;
}

.blog-post-txt h5 a {
  display: block;
  line-height: 1.5;
}

.blog-post-short {
  height: 70px;
  overflow: hidden;
  margin-bottom: 10px;
}

.shine__animate-link {
  display: block;
  overflow: hidden;
  position: relative;
  z-index: 1;
}

.shine__animate-link::before {
  position: absolute;
  top: 0;
  left: -100%;
  display: block;
  content: "";
  width: 50%;
  height: 100%;
  background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 0.3)));
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
  -webkit-transform: skewX(-25deg);
  -ms-transform: skewX(-25deg);
  transform: skewX(-25deg);
}


.blog-post:hover .shine__animate-link:before {
  -webkit-animation: hoverShine 1.2s;
  animation: hoverShine 1.2s;
}

@-webkit-keyframes hoverShine {
  100% {
    left: 125%;
  }
}

@keyframes hoverShine {
  100% {
    left: 125%;
  }
}


.quick-home-quiry {
  position: absolute;
  z-index: 3;
  right: 100px;
  top: 200px;
  width: 300px;
}

.shortBtn {
  position: relative;
  margin-top: 10px;
}

.shortBtn a {
  display: block;
  text-align: center;
  background: #0860a0;
  color: #fff;
  border-radius: 5px;
  padding: 5px;
  font-size: 14px;
}

.stretch-card {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: stretch;
  align-items: stretch;
  -webkit-justify-content: stretch;
  justify-content: stretch;
}

.speciality .special-box {
  background-color: #f6f7fb;
  padding: 25px;
  border-radius: 12px;
  margin-top: 20px;
  box-shadow: 0 0 30px rgb(0 0 0 / 6%);
}

.speciality .special-box .img-box {
  width: 100px;
  height: 100px;
  margin: 0 auto 10px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #008080;
  background-color: #fff;
}

.speciality .special-box .img-box img {
  width: 100%;
  padding: 16px;
  object-fit: cover;
}

.speciality .special-box h4 {
  font-size: 19px;
  font-weight: 700;
  color: #253d4e;
  padding: 0 0 10px;
  margin: 10px 0px;
  position: relative;
}

.speciality .special-box h4::before {
  background: #2BAB54;
  content: "";
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute;
  height: 2px;
  width: 80px;
  margin: auto;
}

.speciality .special-box p {
  font-size: 15px;
  margin: 0px;
}

.wsmenu>.wsmenu-list>li>ul.sub-2{
  min-width: 550px;
  max-width: 650px;
}
.wsmenu>.wsmenu-list>li>ul.sub-2>li:nth-child(odd){
  display: inline-block;
  width: 48%;
  text-align: left;
  float: left;
}
.wsmenu>.wsmenu-list>li>ul.sub-2>li:nth-child(even){
  display: inline-block;
  width: 48%;
  text-align: left;
  float: right;
}
.wsmenu>.wsmenu-list>li>ul.sub-2>li>a{
  display: block;
}