body {
  margin: 0px !important;
  padding: 0px;
  overflow-x: hidden;
  font-family: 'Inter-Regular';
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0px;
  font-weight: normal;
  /*   padding: 0 0 20px; */
  font-family: 'Inter-SemiBold';
}

.page-template-default h1,
.page-template-default h2,
.page-template-default h3,
.page-template-default h4,
.page-template-default h5,
.page-template-default h6 {
  padding: 0 0 20px;
}

h1,
.h1 {
  font-size: 40px;
  line-height: 52x;
}

h2,
.h2 {
  font-size: 34x;
  line-height: 44x;
}

h3,
.h3 {
  font-size: 28x;
  line-height: 36x;
}

h4,
.h4 {
  font-size: 22x;
  line-height: 28x;
}

h5,
.h5 {
  font-size: 18;
  line-height: 24x;
}

h6,
.h6 {
  font-size: 14;
  line-height: 18px;
}

p {
  margin: 0px;
  padding: 0px;
  font-family: 'Inter-Light';
  font-weight: normal;
  font-size: 22px;
  line-height: 35px;
  color: #0B2844;
  padding-bottom: 15px;
}

p>a {
  color: #33A94A;
}

p>a:hover {
  color: #1D6AB4;
}

strong {
  font-family: 'Inter-Medium';
  font-weight: normal;
}

img {
  border: none;
  max-width: 100%;
  height: auto;
  object-fit: contain;
}

iframe,
video,
audio {
  width: 100%;
}

ul {
  margin: 0px;
  padding: 0px;
}

ul li {
  list-style-type: none;
}

section:not(.page-title) ol,
ol:not(.breadcrumb),
ul:not(.navbar-nav):not(.sub-menu):not(.menu):not(.nav):not(.tags):not(.category-nav) li {
  padding-left: 25px;
  margin-left: 0;
}

section:not(.page-title) ol li,
ol:not(.breadcrumb) li,
ul:not(.navbar-nav):not(.sub-menu):not(.menu):not(.nav):not(.tags):not(.category-nav) li {
  margin-bottom: 15px;
  font-family: 'Inter-Light';
  font-size: 22px;
  line-height: 35px;
  color: #0B2844;
  text-align: left;
  position: relative;
}

ul:not(.navbar-nav):not(.sub-menu):not(.menu):not(.nav):not(.tags):not(.category-nav) li:before {
  position: absolute;
  top: 11px;
  left: 0;
  width: 12px;
  height: 12px;
  content: '';
  background-color: #3CC457;
  border-radius: 4px 0 4px 0;
}



a {
  display: inline-block;
}

a,
a:hover {
  color: #1D6AB4;
  cursor: pointer;
  text-decoration: none;
  transition: all ease-in 0.3s;
  outline: none !important;
}

.nav-link:focus,
.nav-link:hover {
  color: #3CC457;
}

.overflow {
  display: block;
  overflow: hidden;
}

/* Wrapper CSS */
.wrapper {
  display: block;
  overflow: hidden;
  padding-left: 92px;
  padding-right: 92px;
}

section,
.section,
.default-section {
  padding-top: 100px;
  padding-bottom: 100px;
}

.default-section.pb-100, .default-section.research-data.pb-100 {
  padding-bottom: 100px !important;
}

.highlight-text {
  color: #99E0FF;
}

/* Container CSS */
.small-container {
  margin: 0 auto;
}

.swiper-pagination {
  display: none;
  position: static !important;
  margin-top: 15px;
}

.swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background: #1161AE;
  opacity: 1;
}

.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 5px;
}

.swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #3CC457;
}

/* header css start */
header {
  padding: 36px 0;
  background: transparent;
  width: 100%;
}
.sticky-header {
  padding-top: 193px;
}
header.fixed-header {
  position: fixed;
  top: -1px;
  left: 0;
  padding: 15px 0;
  width: 100%;
  background-color: #fff;
  box-shadow: 0px 0px 50px #00000029;
  animation: slide-down 0.7s;
  z-index: 111;
}
@keyframes slide-down {
  0% {
    opacity: 0;
    transform: translateY(-100%);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.logo img {
  width: auto;
  height: 121px;
}
header .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

/* Menu Icon CSS */
.navigation-menu .navbar-toggler {
  position: absolute;
  top: 50%;
  right: 0;
  border: none;
  display: flex;
  align-items: center;
  padding: 0;
  font-size: 22px;
  color: #000000;
  transform: translateY(-50%);
  transition: all ease-in 0.2s;
}
.navigation-menu .navbar-toggler:hover {
  color: #1161AE;
}
.navigation-menu .navbar-toggler:hover .line-wrap {
  background-color: #1161AE;
}
.line-wrap {
  display: grid;
  align-items: center;
  margin-right: 20px;
  padding: 11px;
  width: 42px;
  height: 42px;
  background-color: #33A94A;
  border-radius: 15px 0;
  transition: all ease-in 0.2s;
}
.navigation-menu .navbar-toggler:focus {
  box-shadow: none;
}

.navigation-menu .navbar-toggler:focus-visible {
  outline: none;
}
.navigation-menu .navbar-toggler .lines {
  width: 10px;
  height: 2px;
  background: #fff !important;
  margin: 3px 0;
  display: inline-block;
  position: relative;
}
.navigation-menu .navbar-toggler .lines:after,
.navigation-menu .navbar-toggler .lines:before {
  width: 20px;
  height: 2px;
  background: #fff;
  display: inline-block;
  content: "";
  position: absolute;
  left: 0;
}
.navigation-menu .navbar-toggler .lines::before {
  top: -8px;
}
.navigation-menu .navbar-toggler .lines::after {
  bottom: -8px;
  width: 20px;
}

/* Banner CSS */
.banner {
  padding-top: 0;
  padding-bottom: 0;
}

.banner .container {
  display: flex;
  align-items: center;
  height: 650px;
  min-height: 650px;
  padding: 110px;
  background-color: #124271;
  position: relative;
  overflow: hidden;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 100px 0;
}

.banner .container::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: '';
  background: linear-gradient(90deg, #1161AE 43.69%, rgba(60, 196, 87, 0.44) 86.2%);
}

.banner .container:after {
  position: absolute;
  bottom: 16px;
  right: 8px;
  width: 190px;
  height: 205px;
  content: '';
  background-image: url('../fonts/../images/background02.svg');
  background-repeat: no-repeat;
  background-size: contain;
}

.banner-content {
  max-width: 800px;
  position: relative;
  z-index: 1;
}

.h1 {
  font-family: 'Inter-Bold';
  font-size: 54px;
  color: #FFFFFF;
  line-height: 70px;
}

.banner-content p {
  font-family: 'Inter-Regular';
  font-size: 22px;
  color: #FFFFFF;
  line-height: 35px;
}

.banner-content .btn-block {
  padding-top: 25px;
}

/* Btn CSS */
.btn-block {
  display: block;
}

.btn {
  display: inline-block;
  padding: 16.5px 30px;
  font-family: 'Inter-SemiBold';
  font-size: 18px;
  color: #FFFFFF;
  /*   background-color: #3CC457; */
  background-color: #02831E;
  text-transform: capitalize;
  border-radius: 40px;
  transition: all ease 0.5s;
  position: relative;
  overflow: hidden;
}

.btn:hover {
  color: #FFFFFF;
  background-color: #21A13A;
}

.btn:focus {
  box-shadow: none;
}

.btn span {
  position: relative;
  z-index: 1;
}

/*.btn:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 30px;
  height: 100%;
  content: "";
  background-color: #1161AE;
  transform: scale(0);
  transition: all ease 0.5s;
}*/
.btn:hover:after {
  transform: scale(1.0);
}

.white-btn,
.banner-content .btn:hover {
  color: #02831E;
  background-color: #FFFFFF;
}

.white-style-two {
  color: #1161AE;
}

.callout .white-btn {
  white-space: nowrap;
}

.white-btn:hover,
.white-style-two:hover {
  color: #FFFFFF;
  background-color: #02831E;
}


.text-link {
  display: inline-block;
  font-family: 'Inter-Medium';
  font-size: 14px;
  color: #02831E;
  letter-spacing: 0.583333px;
  text-decoration-line: underline;
}

/* Title CSS */
.title {
  padding-bottom: 13px;
  font-size: 34px;
  color: #0B2844;
  line-height: 44px;
  font-family: 'Inter-SemiBold';
  display: block;
}

.white-title {
  color: #FFFFFF;
}

.white-title strong {
  font-family: 'Inter-SemiBold';
}

.sub-title {
  display: block;
  padding-bottom: 15px;
  font-family: 'Inter-Light';
  font-size: 27px;
  color: #0B2844;
  line-height: 43px;
}

.brand-color {
  color: #33A94A;
}

/* Image CSS */
.image-block {
  display: inline-block;
  position: relative;
  transition: all ease-in 0.3s;
}

.image-block[class*="border-"]::after {
  position: absolute;
  top: 40px;
  bottom: 0;
  left: 40px;
  right: 0;
  content: '';
  border: 3px solid #DEDEDE;
  border-radius: 60px 0;
  transition: all 0.3s;
  animation: borderAnimation 5s linear infinite;
}

.image-block img {
  position: relative;
  border-radius: 60px 0;
  width: 100%;
  z-index: 1;
}

.border-right {
  padding: 0 40px 40px 0;
}

.border-left {
  padding: 0 0 40px 40px;
}

.image-block.border-left::after {
  left: 0;
  right: 40px;
  border-radius: 60px 0;
}

@keyframes borderAnimation {
  0% {
    border-color: #DEDEDE;
  }

  25% {
    border-color: #3CC457;
  }

  50% {
    border-color: #1161AE;
  }

  75% {
    border-color: #DEDEDE;
  }

  100% {
    border-color: #3CC457;
  }
}

/* Services CSS */
.services [class*="col-"] {
  width: 33.333%;
}

.services .row {
  max-width: 1400px;
  margin: 0 auto;
}

.service-item {
  transition: all ease-in 0.3s;
  position: relative;
}

.service-item:hover {
  transform: translateY(-15px);
}

.service-icon {
  display: flex;
  align-items: center;
  justify-content: center;
}

.service-icon img {
  max-width: 100%;
}

.service-icon:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: '';
  z-index: 1;

}

.service-title {
  display: block;
  font-family: 'Inter-semibold';
  font-size: 34px;
  color: #fff;
  line-height: 44px;
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  padding: 0;
/*   transform: translatey(-50%); */
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.service-item:hover .service-title {
  color: #fff;
}

.page-template-areas-of-expertise .service-title {
  font-size: 30px;
  line-height: 40px;
}

/* CallOut CSS */
.callout {
  padding: 80px 110px;
  background: linear-gradient(90.01deg, #1161AE 0.02%, #3CC457 100%);
  border-radius: 100px 0px;
  display: flex;
}

.callout .title,
.callout p,
.callout p a {
  color: #FFFFFF;
}

.callout p a {
  text-decoration: underline;
}

.callout p a:hover {
  text-decoration: none;
}

.callout .align-info {
  display: flex;
  align-items: center;
}

.callout p {
  max-width: 857px;
  margin-right: 134px;
  padding-bottom: 0;
}

.contact-1 {
  max-width: 991px;
  width: 991px;
}

.contact-2 {
  display: flex;
  align-items: center;
}

.callout .btn:hover {
  color: #FFFFFF;
  background-color: #1161AE;
}

/* Footer CSS */
.footer {
  /*  margin-top: 138px;*/
  padding-left: 92px;
  padding-right: 92px;
  background-color: #EAF4FF;
  margin-top: 0 !important;
}

.footer .left-column {
  padding: 30px 50px 42px;
  position: relative;
}

.footer .left-column:before {
  position: absolute;
  top: -38px;
  bottom: 0;
  left: 0;
  width: 100%;
  content: '';
  border-radius: 80px 0px;
  background-color: #1161AE;
  box-shadow: 1px 2px 15px 5px rgba(0, 0, 0, 0.3);
}

.footer .left-column * {
  position: relative;
  z-index: 1;
}

.footer-logo {
  display: block;
}

.address-block {
  display: block;
  margin-bottom: 9px;
  padding: 38px 0 26px;
  border-bottom: 2px solid rgba(234, 244, 255, 0.2);
}

.column-title {
  display: block;
  font-size: 18px;
  color: #33A94A;
  line-height: normal;
}

.left-column .block-link {
  font-size: 22px;
  line-height: 35px;
  color: #FFFFFF;
}

.left-column .block-link:hover {
  color: #3CC457;
}

.left-column .block-link span {
  display: inline-block;
}

.contact-info {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.contact-info .block {
  display: block;
  padding-top: 20px;
}

.socials {
  display: flex;
  align-items: center;
  justify-content: center;
}

.socials a {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 20px;
  width: 50px;
  height: 50px;
  background: #02831E;
  border-radius: 10px 0px;
}

.socials a:hover {
  background: #FFFFFF;
}

.socials a svg path {
  transition: all 0.3s;
}

.socials a:hover svg path {
  fill: #02831E;
}

.socials a:last-child {
  margin-right: 0;
}

.socials a>span {
  display: none;
}

.right-column {
  padding: 49px 0 0 47px;
}

.right-column [class*="col-"] {
  padding-bottom: 30px;
}

.right-column .column-title, .right-column nav .menu-item-has-children > a {
  padding-bottom: 14px !important;
  font-size: 22px;
  color: #0B2844;
  font-family: 'Inter-SemiBold';
}

.right-column nav ul li {
  margin-bottom: 9px;
}

.right-column nav ul li a {
  font-size: 18px;
  line-height: 29px;
  color: #626971;
  padding: 0 !important;
  display: inline-block !important;
}

.right-column nav ul li a:hover,
.right-column nav ul li.current-menu-item>a, .right-column nav ul li.current-menu-parent > a {
  color: #3CC457;
}

/* .right-column [class*="col-"]:last-child {
  padding-top: 33px;
} */

.right-column .col-md-8 nav ul.sub-menu {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -12px;
}

.right-column .col-md-8 nav ul.sub-menu li {
  width: 50%;
  padding: 0 12px;
}

.copyright {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  margin-left: 47px;
  padding: 9.5px 0;
  border-top: 2px solid #C7D3EE;
}

.copyright p,
.copyright .createdby {
  padding: 0;
  font-family: 'Inter-Regular';
  font-size: 14px;
  color: #626971;
}

.createdby {
  display: flex;
  align-items: center;
}

.createdby a {
  margin-left: 12px;
}

.createdby img {
  height: 24px;
}

/* Page Title CSS */
.page-title,
.page-title.container {
  padding: 42px 40px 22px;
  text-align: center;
  background: linear-gradient(90deg, #1D6AB4 0%, #3BC357 100%);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 0;
  border-radius: 50px 0px;
  position: relative;
  overflow: hidden;
}

.page-title.container:before {
  position: absolute;
  top: 15px;
  right: 20px;
  z-index: 1;
  width: 101px;
  height: 114px;
  background: url(../images/titlebar-icon.svg) no-repeat 0 0;
  background-size: cover;
  content: "";
}

.page-title .h1 {
  padding-bottom: 0;
  font-family: 'Inter-SemiBold';
  font-size: 40px;
  line-height: 52px;
  color: #fff;
  text-transform:capitalize;
}

.page-title .breadcrumb {
  justify-content: center;
  font-family: 'Inter-SemiBold';
  font-size: 14px;
  margin-left: 0;
  margin-right: 0;
}

.breadcrumb-item+.breadcrumb-item {
  padding-left: 5px;
}

.breadcrumb-item+.breadcrumb-item::before {
  padding-right: 5px;
}
.breadcrumb-item {
	text-transform: capitalize;
}
.breadcrumb-item a {
  border-bottom: 1px solid transparent;
}

.breadcrumb-item a,
.breadcrumb-item+.breadcrumb-item::before {
  color: #fff;
}

.breadcrumb-item a:hover,
.breadcrumb-item.active {
  color: #fff;
}

.breadcrumb-item a:hover {
  border-bottom: 1px solid #fff;
}

.page-title.style-two {
  display: flex;
  align-items: center;
  height: 340px;
  padding-left: 107px;
  text-align: left;
  border-radius: 80px 0;
}

.page-title.style-two:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: '';
  background: linear-gradient(90deg, #1161AE 43.69%, rgba(60, 196, 87, 0.44) 86.2%);
}

.page-title .content-wrap {
  position: relative;
  z-index: 1;
}

.page-title.style-two .h1 {
  color: #FFFFFF;
  font-size: 54px;
  line-height: normal;
}

.page-title.style-two .breadcrumb {
  font-size: 18px;
  justify-content: flex-start;
}

.page-title.style-two .breadcrumb-item a,
.page-title.style-two .breadcrumb-item+.breadcrumb-item::before,
.page-title.style-two .breadcrumb-item.active {
  color: #FFFFFF;
}

.page-title.style-two .breadcrumb-item a:hover {
  color: #3CC457;
}

/* Default Section CSS */
.default-section p {
  padding-bottom: 21px;
}

/* Items CSS */
.items {
  padding-top: 74px;
  padding-bottom: 70px;
}

.items .row {
  margin: 0 -15px;
}

.items [class*="col-"] {
  margin-bottom: 30px;
  padding: 0 15px;
}

.items figure {
  margin-bottom: 0;
  border-radius: 80px 0px;
  overflow: hidden;
  position: relative;
}

.items .image-block {
  display: block;
}

.items figure img {
  width: 100%;
  height: auto;
  border-radius: 80px 0px;
}

.items figcaption {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 25.5px 47px;
  border-radius: 80px 0px;
  background: linear-gradient(100deg, rgba(17, 97, 174, 0.5) 0%, #3CC457 100%);
  z-index: 1;
}

.item-title {
  width: calc(100% - 171px);
  padding-bottom: 0;
  padding-right: 15px;
  font-family: 'Inter-SemiBold';
  font-size: 34px;
  color: #FFFFFF;
  text-transform: capitalize;
}

.items .col-md-12 figcaption {
	justify-content: center;
}
.items .col-md-12 .item-title {
	width: auto;
	padding-right: 50px;
}

#backtotop {
  display: inline-block;
  width: 45px;
  height: 45px;
  text-align: center;
  border-radius: 10px 0;
  position: fixed;
  bottom: -50px;
  right: 15px;
  font-size: 0;
  transition: all ease-in 0.3s;
  cursor: pointer;
  z-index: 11;
  background: #3CC457;
}

#backtotop.show {
  bottom: 10px;
}

#backtotop:hover {
  background: #1161AE;
}

#backtotop:before,
#backtotop:after {
  position: absolute;
  top: 22px;
  left: 11px;
  width: 15px;
  height: 2px;
  background: #fff;
  content: "";
  transform: rotate(-45deg);
}

#backtotop:after {
  transform: rotate(45deg);
  left: 20.5px;
}


.grecaptcha-badge {
  opacity: 0 !important;
  visibility: hidden;
}

section.widget {
  padding: 0;
}

.page-template-case-studies section.articles.small-container {
  padding-top: 0;
}

.page-template-case-studies .articles .item {
  padding: 35px 35px 70px;
  background: #F4F4F4;
  border-radius: 30px;
  height: 100%;
  position: relative;
}
.page-template-case-studies .articles .item .btn-block {
  position: absolute;
  bottom: 30px;
}

.page-template-case-studies .articles .item p:last-child {
  padding-bottom: 0;
}

section.articles.small-container {
  /*  padding-top: 0; */
  padding-bottom: 60px;
}

.articles.small-container [class*="col-"] {
  padding-bottom: 30px;
}

.articles.small-container .item-title {
  padding-bottom: 10px;
  color: #0B2844;
}

.articles.small-container .item p,
.articles.small-container .item-title {
  width: 100%;
  padding-right: 0;
  font-size: 22px;
  line-height: 35px;
  color: #0B2844;
}
.articles.small-container .item-title {
  color: #1161AE;
}

.articles.small-container .item p {
  color: #0D162A;
}





/* 404 page CSS */
.not-found .not-found-title h1 {
  font-size: 180px;
  text-transform: uppercase;
  margin-bottom: 0;
  line-height: 1;
  color: #1161AE;
}

.not-found .not-found-subtitle {
  font-size: 30px;
  margin-top: 20px;
  margin-bottom: 10px;
  color: #424242;
}

.not-found .not-found-desc {
  font-size: 16px;
  max-width: 535px;
  margin: 0 auto 20px;
}



/* .page-template-bibliography .bibliography-tabs .item img {
  height: 250px;
  object-fit: cover;
  object-position: center;
} */
.swiper-grid-column > .swiper-wrapper {
  flex-direction: inherit !important;
  justify-content: center;
}
.right-column [class*="col-"]:last-child nav ul li.menu-item-has-children {
  width: 100%;
}

/* Responsive CSS */
@media screen and (min-width: 1200px) {
  /* Header CSS */
  .navigation-menu .navbar-toggler, .mobile-header {
    display: none;
  }
  .collapse:not(.show) {
    display: flex;
  }
  .navbar-nav {
    flex-direction: row;
  }
  .navbar-nav > li {
    margin-left: 25px;
    position: relative;
  }
  .navbar-dark .navbar-nav .nav-link {
    font-size: 20px;
    color: #000000;
  }
  .navbar-dark .navbar-nav > li:hover .nav-link, .navbar-dark .navbar-nav .nav-link:focus, .navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav li.current-menu-item .nav-link, .navbar-dark .navbar-nav li.current-menu-parent .nav-link {
    color: #3cc457;
  }
  header .sub-menu {
    display: none;
    position: absolute;
    top: 100%;
    right: 0;
    width: 400px;
    padding: 20px 35px;
    background: #1D6AB4;
    border-radius: 40px 0px;
    z-index: 11;
  }
    header .sub-menu li > .sub-menu {
    position: static;
    width: 100%;
    padding: 0;
    border-radius: 0;
  }
  .navbar-nav > li:hover > .sub-menu {
    display: block;
  }


  .navigation-menu .sub-menu.toggle,
  .navigation-menu .sub-menu.toggle .sub-menu {
    display: block;
  }
  .navigation-menu .sub-menu li a,
  .navigation-menu .sub-menu li .sub-menu li a {
    display: block !important;
    padding: 11px 0 11px 10px !important;
    font-family: 'Inter-Light' !important;
    font-size: 20px !important;
    color: #FFFFFF !important;
    position: relative;
  }
  .navigation-menu .sub-menu li a:hover, .navigation-menu .sub-menu li.current-menu-item > a, .navigation-menu .sub-menu li.current-menu-parent > a, .navigation-menu .sub-menu li .sub-menu li a:hover, .navigation-menu .sub-menu li .sub-menu li.current-menu-item > a {
    color: #3cc457 !important;
  }
  .navigation-menu .sub-menu > li > a::before {
    position: absolute;
    top: 22px;
    left: 0;
    width: 6px;
    height: 6px;
    content: '';
    border-radius: 100%;
    background-color: #FFFFFF;
  }
  .navigation-menu .sub-menu > li > a:hover::before, .navigation-menu .sub-menu > li.current-menu-item > a::before, .navigation-menu .sub-menu > li.current-menu-parent > a::before {
    background-color: #3cc457;
  }
  .navigation-menu .sub-menu>li>.sub-menu {
    display: block !important;
    padding-bottom: 0;
  }
  .navigation-menu .sub-menu > li > .sub-menu > li > a {
    padding: 11px 0 11px 27px !important;
  }
  .navigation-menu .sub-menu > li > .sub-menu > li > a:before {
    margin-top: 2px;
    height: 2px;
    left: 11px;
    border-radius: 0;
  }
}

@media screen and (min-width: 1300px) {
  .navbar-nav > li {
    margin-left: 35px;
  }
}

@media screen and (min-width: 1500px) {
  .navbar-nav > li {
    margin-left: 45px;
    position: relative;
  }
  .navbar-dark .navbar-nav .nav-link {
    font-size: 22px;
    color: #000000;
  }
  header .sub-menu {
    width: 472px;
    padding: 30px 45px;
    border-radius: 50px 0px;
    z-index: 11;
  }
  .navigation-menu .sub-menu li a,
  .navigation-menu .sub-menu li .sub-menu li a {
    font-size: 22px !important;
  }
  .navigation-menu .sub-menu > li > a::before {
    top: 24px;
  }
}

@media screen and (min-width: 1920px) {

  /* Container CSS */
  .container {
    max-width: 1736px;
    padding-left: 0;
    padding-right: 0;
  }

  .small-container {
    max-width: 1520px;
  }
}

@media screen and (max-width: 1919px) {

  /* Container CSS */
  header.fixed-header .container {
    padding-left: 70px;
    padding-right: 70px;
  }

  .container {
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .small-container {
    max-width: 89%;
  }

  .wrapper,
  .footer {
    padding-left: 70px;
    padding-right: 70px;
  }

  .item-title {
    font-size: 28px;
  }

  .items figcaption {
    padding: 22px 35px;
  }

  .items figcaption .btn {
    padding: 13.5px 25px;
    font-size: 16px;
  }
}

@media screen and (max-width: 1540px) {
  .sticky-header {
    padding-top: 150px;
  }

  header.fixed-header .logo img {
    height: 80px;
  }

  header {
    padding: 25px 0;
  }

  .logo img {
    height: 100px;
  }

  .banner .container {
    height: 580px;
	min-height: 580px;
    padding: 70px;
    background-position: 50% 0;
  }

  .callout {
    padding: 60px 70px 90px;
  }

  .callout p {
    max-width: 100%;
    margin-right: 80px;
  }

  .contact-1 {
    max-width: 100%;
    width: 100%;
  }

  .footer .left-column {
    padding: 30px 40px 42px;
  }

  .right-column {
    padding: 49px 0 0 35px;
  }

  .copyright {
    margin-left: 35px;
  }

  /* Page Title CSS */
  .page-title.style-two {
    padding-left: 70px;
  }

  .item-title {
    font-size: 24px;
  }

  .items figcaption {
    padding: 20px 30px;
  }

  #backtotop.show {
    bottom: 60px;
  }

  .articles.small-container .item p,
  .articles.small-container .item-title {
    font-size: 20px;
    line-height: 32px;
  }
}

@media screen and (max-width: 1399px) {
  header.fixed-header .container {
    padding-left: 40px;
    padding-right: 40px;
  }

  .sticky-header {
    padding-top: 125px;
  }

  header.fixed-header .logo img {
    height: 70px;
  }

  section:not(.page-title) ol li,
  ol:not(.breadcrumb) li {
    font-size: 20px;
    line-height: 33px;
  }

  .page-title.container::before {
    top: 50px;
    right: 10px;
    width: 80px;
    height: 90px;
    background-size: 80px auto;
  }

  .form-group {
    margin-bottom: 25px;
  }

  .wrapper,
  .footer {
    padding-left: 40px;
    padding-right: 40px;
  }

  header {
    padding: 20px 0;
  }

  .logo img {
    height: 85px;
  }

  .navigation-menu .navbar-toggler {
    font-size: 20px;
  }

  .line-wrap {
    margin-right: 13px;
  }

  .banner .container {
    height: 500px;
	  min-height: 500px;
    padding: 40px;
    border-radius: 80px 0;
  }

  .banner .container::after {
    width: 180px;
    height: 200px;
  }

  .h1 {
    font-size: 44px;
    line-height: 60px;
  }

  .banner-content {
    max-width: 650px;
  }

  .banner-content p {
    font-size: 20px;
    line-height: 33px;
  }

  section,
  .section,
  .default-section {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .title {
    font-size: 30px;
    line-height: 40px;
  }

  .sub-title {
    font-size: 24px;
    line-height: 40px;
  }

  p {
    font-size: 20px;
    line-height: 33px;
  }

  .border-right {
    padding: 0 30px 30px 0;
  }

  .border-left {
    padding: 0 0 30px 30px;
  }

  .image-block img,
  .image-block[class*="border-"]::after {
    border-radius: 50px 0;
  }

  .image-block.border-left::after {
    border-radius: 50px 0;
  }

  .btn {
    padding: 14.5px 25px;
    font-size: 16px;
  }

  /*.service-icon {
    width: 110px;
    height: 110px;
    padding: 25px;
  }*/
  .service-title,
  .page-template-areas-of-expertise .service-title {
    font-size: 26px;
    line-height: 36px;
  }

  .callout {
    padding: 50px 50px 75px;
    border-radius: 80px 0px;
  }

  .footer {
    margin-top: 118px;
  }

  .footer .left-column::before {
    border-radius: 60px 0px;
  }
	.right-column [class*="col-"] {
  padding-bottom: 26px;
}
  .footer .left-column {
    padding: 30px 30px 30px;
  }

  .right-column {
    padding: 49px 0 0 15px;
  }

  .footer-logo img {
    height: 85px;
  }

  .left-column .block-link {
    font-size: 18px;
    line-height: 30px;
  }

  .right-column .column-title, .right-column nav .menu-item-has-children > a {
    font-size: 20px;
  }

  .socials a {
    margin-right: 15px;
    width: 42px;
    height: 42px;
  }

  .socials a.facebook svg {
    height: 22px;
  }

  .socials a.twitter svg {
    width: 22px;
  }

  .socials a.linkedin svg {
    width: 20px;
  }

/*   .right-column [class*="col-"]:last-child {
    padding-top: 26px;
  } */

  .right-column nav ul li a {
    font-size: 16px;
    line-height: 26px;
  }

  .copyright {
    margin-left: 15px;
  }

  .createdby a {
    margin-left: 6px;
  }

  .createdby img {
    height: 20px;
  }

  /* Page Title CSS */
  .page-title,
  .page-title.container {
    padding: 42px 30px 27px;
    border-radius: 40px 0;
  }

  .page-title .h1 {
    font-size: 30px;
    line-height: normal;
  }

  .page-title.style-two {
    padding-left: 40px;
    height: 300px;
    border-radius: 60px 0;
  }

  .page-title.style-two .h1 {
    margin-bottom: 4px;
    font-size: 44px;
  }

  .items {
    padding-top: 54px;
    padding-bottom: 50px;
  }

  .item-title {
    font-size: 20px;
    width: calc(100% - 150px);
  }

  .items figcaption {
    padding: 15px 25px;
  }

  .items figure,
  .items figcaption,
  .items .image-block img, .items figure > img {
    border-radius: 50px 0;
  }

  .articles.small-container .item p,
  .articles.small-container .item-title {
    font-size: 18px;
    line-height: 28px;
  }

  
}

@media screen and (max-width: 1199px) {
  /* Menu CSS */
  .open-menu {
    overflow: hidden;
  }
  .navigation-menu .navbar-collapse {
    position: fixed;
    right: -100%;
    top: 0;
    background: #0D59A1;
    width: 475px;
    height: 100%;
    z-index: 99;
    transition: all ease .7s;
/*     transform: translateX(100%); */
    display: block;
	  opacity:0;
	  visibility: hidden;
    /* overflow-y: auto;
    overflow-x: hidden; */
  }
  .open-menu .navigation-menu .navbar-collapse {
/*     transform: translateX(0%); */
	  right: 0;
	opacity:1;
	  visibility: visible;
  }

  /* Close CSS */
  .navigation-menu .close-icon {
    display: block;
    padding: 29px 35px 29px 71px;
    font-family: 'Inter-Light';
    font-size: 20px;
    color: #FFFFFF;
    background-color: #0A4B88;
    position: relative;
    z-index: 99999;
  }
  .navigation-menu .close-icon:hover {
    opacity: 0.7;
  }
  .navigation-menu .close-icon::after,
  .navigation-menu .close-icon::before {
    width: 19px;
    height: 2px;
    background: #FFFFFF;
    display: inline-block;
    content: "";
    position: absolute;
    left: 35px;
    top: 50%;
    transform: translateY(-50%);
  }
  .navigation-menu .close-icon::before {
    transform: rotate(45deg);
  }
  .navigation-menu .close-icon::after {
    transform: rotate(-45deg);
  }

  /* Main Menu CSS */
  .navbar-nav {
    height: calc(100% - 88px);
    padding: 15px 35px 50px;
    overflow-y: auto;
    overflow-x: hidden;
  }
  .navigation-menu ul li {
    margin: 0 !important;
    display: block;
    width: 100%;
    position: relative;
  }
  .navigation-menu ul.navbar-nav li a.nav-link {
    width: 100%;
    font-family: 'Inter-SemiBold';
    font-size: 27px;
    color: #FFFFFF;
    padding: 11px 0;
    text-transform: capitalize;
  }
  .navigation-menu ul.navbar-nav li.menu-item-has-children>a.nav-link {
    width: calc(100% - 30px);
  }
  .navigation-menu ul.navbar-nav li.current-menu-item>a.nav-link,
  .navigation-menu ul.navbar-nav li.current-menu-parent>a.nav-link,
  .navigation-menu ul.navbar-nav li a.nav-link:hover {
    color: #3cc457 !important;
  }
  .navigation-menu .sub-menu>li.current-menu-item>a::before,
  .navigation-menu .sub-menu>li.current-menu-parent>a::before,
  .navigation-menu .sub-menu>li>a:hover::before {
    background-color: #33A94A !important;
  }
  .navigation-menu .menu-arrow {
    margin-top: 0;
    width: 15px;
    height: 15px;
    position: absolute;
    right: 0;
    top: 24px;
    cursor: pointer;
  }
  .navigation-menu .menu-arrow::before,
  .navigation-menu .menu-arrow::after {
    position: absolute;
    right: 0;
    top: 50%;
    width: 15px;
    height: 3px;
    content: '';
    background-color: #FFFFFF;
    transform: translateY(-50%);
  }
  .navigation-menu .menu-arrow::after {
    right: 2px;
    margin-top: -1px;
    transform: rotate(90deg) translateY(-50%);
  }
  .navigation-menu .toggle .menu-arrow::after {
    opacity: 0;
  }
  /* Submenu CSS */
  .navigation-menu .sub-menu {
    display: none;
    padding-bottom: 10px;
    box-shadow: none;
    margin-left: 0 !important;
  }
  .navigation-menu .sub-menu.toggle,
  .navigation-menu .sub-menu.toggle .sub-menu {
    display: block;
  }
  .navigation-menu .sub-menu li:last-child,
  .navigation-menu .sub-menu>li>.sub-menu>li {
    border-bottom: none;
  }
  .navigation-menu .sub-menu li,
  .navigation-menu .sub-menu li:first-child {
    border-bottom: 1px solid #0A4B88;
  }
  .navigation-menu .sub-menu li a,
  .navigation-menu .sub-menu li .sub-menu li a {
    display: block !important;
    padding: 8px 0 8px 45px !important;
    font-family: 'Inter-Light' !important;
    font-size: 22px !important;
    color: #FFFFFF !important;
    position: relative;
  }
  .navigation-menu .sub-menu>li>a:before {
    position: absolute;
    top: 22px;
    left: 35px;
    width: 6px;
    height: 6px;
    content: '';
    border-radius: 100%;
    background-color: #FFFFFF;
  }
  .navigation-menu .sub-menu>li>.sub-menu {
    display: block !important;
    padding-bottom: 0;
    border-top: 1px solid #0A4B88;
  }
  .navigation-menu .sub-menu>li>.sub-menu>li>a {
    padding: 9.25px 0 9.25px 60px !important;
  }
  .navigation-menu .sub-menu>li>.sub-menu>li>a:before {
    margin-top: 1px;
    height: 2px;
    left: 47px;
    border-radius: 0;
  }


  .swiper-pagination {
    display: block;
  }
.service-title,
  .page-template-areas-of-expertise .service-title {
    font-size: 22px;
    line-height: 33px;
  }
  .nav-link:hover,
  .nav-link {
    transition: none;
  }

  header.fixed-header .container {
    padding-left: 20px;
    padding-right: 20px;
  }

  section:not(.page-title) ol li,
  ol:not(.breadcrumb) li,
  ul:not(.navbar-nav):not(.sub-menu):not(.menu):not(.nav):not(.tags):not(.category-nav) li {
    font-size: 18px;
    line-height: 30px;
  }

  ul:not(.navbar-nav):not(.sub-menu):not(.menu):not(.nav):not(.tags):not(.category-nav) li:before {
    top: 10px;
    width: 10px;
    height: 10px;
  }

  .our-team .swiper-pagination {
    display: block;
  }

  .form-group {
    margin-bottom: 20px;
  }

  .wrapper,
  .footer {
    padding-left: 20px;
    padding-right: 20px;
  }

  .h1 {
    font-size: 33px;
    line-height: 43px;
  }

  .banner .container {
    height: 460px;
	  min-height: 460px;
  }

  .banner-content {
    max-width: 505px;
  }

  .banner-content p {
    font-size: 18px;
    line-height: 30px;
  }

  .banner-content .btn-block {
    padding-top: 18px;
  }

  .title {
    font-size: 26px;
    line-height: 36px;
  }

  .sub-title {
    font-size: 20px;
    line-height: 34px;
  }

  p {
    font-size: 18px;
    line-height: 30px;
  }

  .footer .left-column {
    padding: 20px;
  }

  .footer .left-column::before {
    top: -28px;
  }

  .column-title {
    font-size: 16px;
  }

  .right-column {
    padding: 30px 0 0 15px;
  }

/*   .right-column [class*="col-"]:last-child {
    padding-top: 10px;
  } */

  .right-column .column-title, .right-column nav .menu-item-has-children > a {
    font-size: 18px;
  }

  .right-column nav ul li {
    margin-bottom: 5px;
  }

  .right-column nav ul li a {
    font-size: 15px;
    line-height: 24px;
  }

  .left-column .block-link {
    font-size: 16px;
    line-height: 28px;
  }

  /* Page Title CSS */
  /*   .page-title, .page-title.container {
    padding: 28px 30px 12px;
  } */
  .page-title .h1 {
    font-size: 26px;
  }

  .page-title.style-two {
    padding-left: 40px;
    height: 280px;
  }

  .page-title.style-two .h1 {
    font-size: 38px;
  }

  .page-title.style-two .breadcrumb {
    font-size: 16px;
  }

  .page-title.container::before {
    top: 45px;
  }

  .item-title {
    font-size: 18px;
    width: calc(100% - 140px);
  }

  .items figcaption {
    padding: 13px 20px;
  }

  .items figcaption .btn {
    padding: 12px 20px;
  }

  

  
}
@media screen and (max-width: 1050px) {
	.right-column [class*="col-"] {
	  padding-bottom: 17px;
	}
}
@media screen and (max-width: 991px) {
  .service-icon img {
    max-width: 70%;
  }
  .swiper-pagination {
    display: block;
  }
.breadcrumb-item + .breadcrumb-item::before {
  padding-left: 5px;
}
  /* Header CSS */
  .navigation-menu .navbar-collapse {
    width: 350px;
  }

  .navigation-menu .close-icon {
    padding: 18px 25px 18px 45px;
    font-size: 16px;
    line-height: normal;
  }

  .navigation-menu .close-icon::after,
  .navigation-menu .close-icon::before {
    width: 16px;
    left: 18px;
    margin-top: -1px;
  }

  .navbar-nav {
    height: calc(100% - 56px);
    padding: 5px 20px 50px;
  }

  .navigation-menu ul.navbar-nav li a.nav-link {
    padding: 9px 0;
    font-size: 20px;
  }

  .navigation-menu .menu-arrow {
    width: 12px;
    height: 13px;
    top: 17px;
  }

  .navigation-menu .menu-arrow::before,
  .navigation-menu .menu-arrow::after {
    width: 12px;
    height: 2px;
  }
  .navigation-menu .menu-arrow::after {
    right: 1px;
  }

  .navigation-menu .sub-menu li a,
  .navigation-menu .sub-menu li .sub-menu li a {
    padding: 5px 0 5px 20px !important;
    font-size: 16px !important;
  }

  .navigation-menu .sub-menu>li>a::before {
    top: 15px;
    left: 10px;
    width: 5px;
    height: 5px;
  }

  .navigation-menu .sub-menu>li>.sub-menu>li>a {
    padding-left: 30px !important;
  }

  .navigation-menu .sub-menu>li>.sub-menu>li>a {
    padding: 6.25px 0 6.25px 40px;
  }

  .navigation-menu .sub-menu>li>.sub-menu>li>a::before {
    top: 15px;
    left: 21px;
  }

  section,
  .section,
  .default-section {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .default-section.pb-100, .default-section.research-data.pb-100 {
    padding-bottom: 50px !important;
  }

  .h1 {
    font-size: 34px;
    line-height: 50px;
  }

  .banner .container {
    height: 400px;
	  min-height: 400px;
    padding: 30px;
    border-radius: 60px 0;
    background-position: 100% 35%;
  }

  .banner .container:after {
    background-image: url(../fonts/../images/background002.svg);
    width: 68px;
    height: 79px;
    background-size: cover;
  }

  .border-right {
    padding: 0 20px 20px 0;
  }

  .border-left {
    padding: 0 0 20px 20px;
  }

  .callout {
    padding: 40px 30px 60px;
    border-radius: 60px 0px;
  }

  .footer {
    margin-top: 78px;
  }

  .right-column {
    padding-left: 0;
  }

  .copyright {
    margin-left: 0;
  }

  /* Page Title CSS */
  .page-title.style-two {
    padding-left: 30px;
    height: 200px;
  }

  .page-title.style-two .h1 {
    font-size: 34px;
  }

  .page-title.style-two .breadcrumb {
    font-size: 15px;
  }

  .items {
    padding-top: 25px;
    padding-bottom: 26px;
  }

  .items .row {
    margin: 0 -12px;
  }

  .items [class*="col-"] {
    padding: 0 12px;
    margin-bottom: 24px;
  }

  .items figcaption {
    display: block;
    text-align: center;
  }

  .item-title {
    width: 100%;
    padding-bottom: 10px;
    padding-right: 0;
    font-size: 16px;
  }

  .items figcaption .btn {
    padding: 9px 20px;
    font-size: 14px;
  }
	.items .col-md-12 .item-title {
		padding-right: 0;
	}
  

  

  /*   .articles.small-container [class*="col-"]{
  padding-bottom: 10px;
  } */
  .articles.small-container .item p,
  .articles.small-container .item-title {
    font-size: 16px;
    line-height: 26px;
  }

  

  .footer .contact-info {
    flex-wrap: wrap;
  }

  .footer .info-wrap,
  .footer .socials {
    width: 50%;
  }

  .footer .socials {
    justify-content: flex-end;
  }

}

@media screen and (max-width: 767px) {
	footer .container {
		padding-left: 0;
		padding-right: 0;
	}
	.text-link {
		font-size: 18px;
	}
	.page-template-case-studies .articles .item {
		font-size: 20px;
		line-height: 32px;
	}
	.items figcaption .btn {
		font-size: 18px;
	}
	.item-title {
		font-size: 24px;
		line-height: 32px;
	}
	.navigation-menu .navbar-toggler {
		font-size: 0px !important;
	}
	.line-wrap {
		border-radius: 8px 0;
	}
	footer nav {
		margin-bottom: 8px;
	}
	.right-column nav .menu-item-has-children > a {
		font-size: 22px;
		line-height: 28px;
		padding-bottom: 10px !important;
	}
	.right-column nav ul li a {
		font-size: 20px;
		line-height: 32px;
	}
  .service-icon img {
    max-width: 90%;
  }
  .page-title.container:after,
  .banner .container:after {
    background-size: 50px auto;
    width: 52px;
    height: 58px;
	  top: auto;
	  bottom: 15px;
  }

  .banner .container:after {
    width: 68px;
    height: 79px;
    background-size: cover;
  }

  .page-title.container::before {
    background-size: 50px auto;
    width: 50px;
    height: 57px;
    top: auto;
	  bottom: 15px;
    right: 10px;
  }

  

  .sticky-header {
    padding-top: 105px;
  }

  header.fixed-header .logo img {
    height: 60px;
  }

  section:not(.page-title) ol li,
  ol:not(.breadcrumb) li,
  ul:not(.navbar-nav):not(.sub-menu):not(.menu):not(.nav):not(.tags):not(.category-nav) li {
    font-size: 20px;
    line-height: 32px;
  }

  ul:not(.navbar-nav):not(.sub-menu):not(.menu):not(.nav):not(.tags):not(.category-nav) li:before {
    top: 9px;
    width: 9px;
    height: 9px;
  }

  .small-container {
    max-width: 100%;
  }

  .services .swiper-pagination {
    display: block;
    margin-top: 10px;
  }

  header {
    padding: 15px 0;
  }

  .logo img {
    height: 75px;
  }

  .navigation-menu .navbar-toggler {
    font-size: 18px;
  }

  .line-wrap {
    width: 38px;
    height: 38px;
    margin-right: 10px;
  }

  .navigation-menu .navbar-toggler .lines::after,
  .navigation-menu .navbar-toggler .lines::before {
    width: 17px;
  }

  .banner .container {
    height: 350px;
	  min-height: 350px;
    padding: 20px;
    border-radius: 50px 0;
  }

  /*   .banner .container::after {
    width: 120px;
    height: 140px;
  } */
  .h1 {
    font-size: 30px;
    line-height: 44px;
  }

  .banner-content {
    max-width: 415px;
  }

  .banner-content p,
  p {
    font-size: 16px;
    line-height: 28px;
  }

  p {
    line-height: 26px;
  }

  .banner-content .btn-block {
    padding-top: 13px;
  }

  .btn {
    padding: 13px 20px;
    font-size: 15px;
  }

  .gform_wrapper.gravity-theme input.button {
    padding: 16px 20px;
  }

  .title {
    padding-bottom: 25px;
    font-size: 22px;
    line-height: 32px;
  }

  .image-block,
  .image-block img {
    display: block;
    width: 100%;
  }

  .callout {
    margin-bottom: 40px;
    padding: 25px 20px 25px;
    text-align: center;
    border-radius: 50px 0px;
    flex-wrap: wrap;
  }

  .callout .align-info {
    flex-direction: column;
  }

  .callout p {
    width: 100%;
    margin: 0 0 30px;
  }

  .contact-2 {
    width: 100%;
    justify-content: center;
  }

  .footer {
    margin-top: 70px;
    padding-top: 25px;
  }

  .footer .left-column::before {
    top: 0;
    border-radius: 50px 0px;
    box-shadow: none;
  }

  .footer-logo img {
    height: 75px;
  }

  .address-block {
    margin-bottom: 5px;
    padding: 25px 0 18px;
    border-bottom-width: 1px;
  }

  .contact-info .block {
    padding-top: 15px;
  }

  .socials a {
    margin-right: 10px;
    width: 40px;
    height: 40px;
  }

  .socials a.facebook svg {
    height: 20px;
  }

  .socials a.twitter svg {
    width: 20px;
  }

  .socials a.linkedin svg {
    width: 18px;
  }

  .right-column [class*="col-"] {
    padding-bottom: 25px;
    width: 33.3333%;
  }

  .right-column .col-md-8 {
    width: 100%;
    padding-top: 0;
  }

  .copyright {
    flex-direction: column;
    justify-content: center;
    text-align: center;
    border-top-width: 1px;
  }

  .copyright p {
    line-height: 26px;
	  font-size: 16px;
  }

  .copyright .createdby {
    padding-top: 5px;
  }

  /* Page Title CSS */
  .page-title,
  .page-title.container {
    padding: 48px 20px 30px;
    border-radius: 35px 0;
  }

  .page-title .h1 {
    font-size: 34px;
	  line-height: 44px;
  }

  .page-title.style-two {
    height: auto;
    padding: 50px 20px;
  }

  .page-title.style-two .h1 {
    font-size: 30px;
  }

  .page-title.style-two .breadcrumb {
    margin-bottom: 0;
    font-size: 14px;
  }

  

  section.articles.small-container {
    padding-bottom: 40px;
  }

  .articles.small-container .item p,
  .articles.small-container .item-title {
    font-size: 24px;
    line-height: 32px;
  }

  

  

  /* 404 CSS */
  .not-found-wrapper .not-found-title h1 {
    font-size: 80px;
  }

  .not-found-wrapper .not-found-subtitle {
    font-size: 22px;
    margin-top: 10px;
    margin-bottom: 5px;
  }

  .not-found-wrapper .not-found-desc {
    font-size: 15px;
  }
  .banner-content p, p {
    font-size: 20px;
    line-height: 32px;
  }
  .column-title {
    font-size: 24px;
	  margin-bottom: 5px;
	  font-family: 'Inter-SemiBold';
  }
  .left-column .block-link {
    font-size: 20px;
  }
	.page-title .breadcrumb {
		font-size: 18px;
	}

}

@media screen and (max-width: 641px) {
  body .gform_wrapper.gravity-theme input:not([type="radio"]):not([type="checkbox"]):not([type="image"]):not([type="file"]) {
    line-height: normal;
  }
}

@media screen and (max-width: 575px) {
  .sticky-header {
    padding-top: 85px;
  }

  header.fixed-header .logo img {
    height: 50px;
  }

  .h1 {
    font-size: 26px;
    line-height: 38px;
  }

  .title {
    font-size: 30px;
    line-height: 40px;
  }

  .sub-title {
    font-size: 20px;
    line-height: 32px;
  }

  header {
    padding: 10px 0;
  }

  .logo img,
  .footer-logo img {
    width: auto;
    height: 65px;
  }

  .navigation-menu .navbar-toggler {
    font-size: 16px;
  }

  .line-wrap {
    width: 35px;
    height: 35px;
    padding: 9px;
  }

  .navigation-menu .navbar-toggler .lines::before {
    top: -7px;
  }

  .navigation-menu .navbar-toggler .lines::after {
    bottom: -7px;
  }

  .banner .container {
    height: auto;
    padding: 35px 20px 40px;
    background-size: cover;
    background-position: 100% 0%;
  }

  .banner .container::before {
    background: linear-gradient(90deg, rgba(17, 97, 174, 0.9) 43.69%, rgba(60, 196, 87, 0.44) 86.2%);
  }

  .banner-content .btn-block {
    padding-top: 5px;
  }

  .right-column [class*="col-"]
/*   .right-column [class*="col-"]:last-child nav ul li*/ { 
    width: 50%;
  }
  .right-column .col-md-8, .right-column .col-md-8 nav ul.sub-menu li {
    width: 100%;
  }
	.right-column .col-md-8 nav ul.sub-menu {
		margin: 0;
	}
	.right-column .col-md-8 nav ul.sub-menu li {
		padding: 0;
	}

  /* Page Title CSS */
  .page-title,
  .page-title.container {
    padding: 53px 20px 35px;
  }

  .page-title .h1 {
    margin-bottom: 5px;
/*     font-size: 20px; */
  }

  .page-title.style-two {
    padding: 50px 20px;
  }

  .page-title.style-two .h1 {
    font-size: 26px;
  }

/*   .page-title.container::before {
    background-size: contain;
    width: 50px;
    height: 60px;
    top: 85px;
    right: 10px;
  } */

  .items figcaption .btn {
    padding: 12px 18px;
    position: absolute;
    left: 50%;
    bottom: -86px;
    transform: translateX(-50%);
    background-color: #02831E;
    color: #fff;
    display: block;
    width: auto;
    white-space: nowrap;
  }

  .items [class*="col-"] {
    margin-bottom: 135px;
  }

  

  .footer .info-wrap,
  .footer .socials {
    width: 100%;
  }

  .footer .socials {
    justify-content: flex-start;
    padding-top: 18px;
  }

  .breadcrumb-item {
    display: inline-block;
  }
	.breadcrumb-item + .breadcrumb-item::before {
		float: none;
	}

  .items figure {
    overflow: visible;
  }

  .items,
  .item-title {
    padding-bottom: 0;
  }
}

@media screen and (max-width: 479px) {
/*   .service-icon img {
    width: 85% !important;
  } */
  .tags li {
    width: 100%;
    margin-right: 0 !important;
    text-align: center;
  }

  #backtotop {
    width: 38px;
    height: 38px;
  }

  #backtotop.show {
    bottom: 90px;
  }

  #backtotop::before,
  #backtotop::after {
    top: 18px;
    left: 7px;
  }

  #backtotop::after {
    left: 16.5px;
  }
}

@media screen and (max-width: 399px) {

  /* Header CSS */
  .line-wrap {
    margin-right: 6px;
  }

  .navigation-menu .navbar-collapse {
    width: 280px;
  }

  .navigation-menu .close-icon {
    padding: 18px 25px 18px 45px;
    font-size: 16px;
    line-height: normal;
  }

  .navigation-menu .close-icon::after,
  .navigation-menu .close-icon::before {
    width: 16px;
    left: 18px;
  }

  .navbar-nav {
    padding: 3px 15px 50px;
  }

  .navigation-menu ul.navbar-nav li a.nav-link {
    font-size: 18px;
  }

  .navigation-menu .menu-arrow {
    top: 16px;
  }

  .navigation-menu .menu-arrow::before,
  .navigation-menu .menu-arrow::after {
    width: 12px;
    height: 2px;
  }

  .navigation-menu .sub-menu li a,
  .navigation-menu .sub-menu li .sub-menu li a {
    padding: 5px 0 5px 15px !important;
  }

  .navigation-menu .sub-menu>li>a::before {
    left: 5px;
  }

  .navigation-menu .sub-menu>li>.sub-menu>li>a {
    padding: 6.25px 0 6.25px 25px;
  }

  .navigation-menu .sub-menu li .sub-menu li a {
    padding-left: 25px !important;
  }

  .navigation-menu .sub-menu>li>.sub-menu>li>a::before {
    left: 15px;
  }


  .h1 {
    font-size: 24px;
    line-height: 34px;
  }

  .banner .container {
    background-size: cover;
	  background-position: 80% 0;
  }
	.banner-content p {
		font-size: 16px;
		line-height:28px;
	}
	.banner-content .btn {
		font-size: 15px;
	}
  .btn {
    font-size: 18px;
  }

  .contact-info {
    display: block;
  }

  .left-column .block-link {
    line-height: 32px;
  }

  .socials {
    padding-top: 18px;
    justify-content: flex-start;
  }

  .right-column {
    padding-top: 25px;
  }

  .right-column [class*="col-"] {
    padding-bottom: 15px;
  }

  .right-column [class*="col-"],
  .right-column [class*="col-"]:last-child nav ul li {
    width: 100%;
  }

/*   .page-title .breadcrumb {
    font-size: 13px;
  } */
}

@media screen and (max-width: 359px) {
  .btn {
    padding: 12px 18px;
/*    font-size: 13px;*/
  }

  #backtotop.show {
    bottom: 15px;
  }
}

@media screen and (min-width: 1032px) and (max-width: 1199px) {
  #backtotop.show {
    bottom: 105px;
  }
}

/* 404 page CSS */
.not-found .not-found-title h1,
.not-found-wrapper h1 {
  font-size: 180px;
  text-transform: uppercase;
  margin-bottom: 0;
  line-height: 1;
  color: #1161AE;
}

.not-found .not-found-subtitle,
.not-found-wrapper .not-found-subtitle {
  font-size: 50px;
  margin-top: 0;
  margin-bottom: 10px;
  color: #424242;
  text-align: center;
  font-family: 'Inter-SemiBold';
}

.not-found .not-found-desc,
.not-found-wrapper .not-found-desc {
  font-size: 16px;
  max-width: 555px;
  margin: 0 auto 20px;
  text-align: center;
}

/* Responsive CSS */
@media screen and (min-width: 991px) {
   .mobile-btn {
    display: none;
   }
}
@media screen and (max-width: 767px) {
  .not-found-wrapper .not-found-title h1 {
    font-size: 80px;
  }

  .not-found .not-found-subtitle,
  .not-found-wrapper .not-found-subtitle {
    font-size: 30px;
    margin-top: 10px;
    margin-bottom: 5px;
  }

  .not-found .not-found-desc,
  .not-found-wrapper .not-found-desc {
    font-size: 15px;
  }
}