@import url("https://fonts.googleapis.com/css2?family=Lato:wght@100;300;400;700;900&display=swap");
@font-face {
  font-family: 'Acumin Pro';
  src: url("fonts/AcuminPro-Medium.eot");
  src: url("fonts/AcuminPro-Medium.eot?#iefix") format("embedded-opentype"), url("fonts/AcuminPro-Medium.woff2") format("woff2"), url("fonts/AcuminPro-Medium.woff") format("woff"), url("fonts/AcuminPro-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
/* line 3, ../sass/style.scss */
body {
  zoom: 0.9;
}

/* line 7, ../sass/style.scss */
body::-webkit-scrollbar {
  width: 5px;
}

/* line 10, ../sass/style.scss */
body::-webkit-scrollbar-thumb {
  background: #000000;
  outline: #000000 solid 1px;
}

/* line 14, ../sass/style.scss */
a,
a:hover {
  text-decoration: none !important;
}

/* line 18, ../sass/style.scss */
p {
  margin: 20px 0 0;
  color: #000;
  font: 400 16px "Lato", sans-serif;
  line-height: 1.7rem;
}

/* line 24, ../sass/style.scss */
img {
  height: auto;
  max-width: 100%;
}

/* line 29, ../sass/style.scss */
a:focus,
input:focus,
button:focus,
select:focus,
textarea:focus {
  outline: 0 !important;
}

/* line 36, ../sass/style.scss */
input[type="checkbox"],
input[type="radio"] {
  width: auto !important;
}

/* line 41, ../sass/style.scss */
.container {
  width: 100%;
  max-width: 1610px !important;
}

/* line 46, ../sass/style.scss */
.globe {
  animation: rotate 110s linear infinite;
}
/* line 49, ../sass/style.scss */
.globe img {
  width: 100%;
  max-width: 1050px;
  margin: auto;
}

@keyframes rotate {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
/* line 66, ../sass/style.scss */
.main-heading h2 {
  color: #14376f;
  font: 700 48px "Lato", sans-serif;
  text-transform: uppercase;
}
/* line 71, ../sass/style.scss */
.main-heading h4 {
  font: 500 20px "Lato", sans-serif;
  color: #000;
  margin: 15px 0 0 0;
  line-height: 2rem;
}

/* line 79, ../sass/style.scss */
.top-bar {
  background-color: #003473;
  padding: 6px 0;
}
/* line 82, ../sass/style.scss */
.top-bar ul {
  margin: 0;
}
/* line 84, ../sass/style.scss */
.top-bar ul li {
  color: #fff;
  padding-left: 30px;
}
/* line 87, ../sass/style.scss */
.top-bar ul li:first-child {
  padding: 0;
}
/* line 90, ../sass/style.scss */
.top-bar ul li i {
  margin-right: 5px;
}
/* line 93, ../sass/style.scss */
.top-bar ul li span,
.top-bar ul li a {
  color: #fff;
  font: 400 12px "Acumin Pro", sans-serif;
}

/* line 101, ../sass/style.scss */
header {
  position: absolute;
  width: 100%;
  top: 70px;
  z-index: 99;
}
/* line 106, ../sass/style.scss */
header .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
/* line 112, ../sass/style.scss */
header .nav-menu ul {
  margin: 0;
}
/* line 114, ../sass/style.scss */
header .nav-menu ul li {
  padding-left: 40px;
  position: relative;
}
/* line 117, ../sass/style.scss */
header .nav-menu ul li .dropdown-menus {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  min-width: 300px;
  background-color: #3d92f7;
  padding: 0;
  transform: translate(0px, 60px);
  visibility: hidden;
}
/* line 129, ../sass/style.scss */
header .nav-menu ul li .dropdown-menus ul li {
  margin-top: 10px;
  padding: 0;
}
/* line 132, ../sass/style.scss */
header .nav-menu ul li .dropdown-menus ul li:first-child {
  margin: 0;
}
/* line 135, ../sass/style.scss */
header .nav-menu ul li .dropdown-menus ul li a {
  font-size: 14px;
  padding: 15px 25px;
  display: block;
}
/* line 139, ../sass/style.scss */
header .nav-menu ul li .dropdown-menus ul li a:hover {
  background-color: #2279df;
}
/* line 148, ../sass/style.scss */
header .nav-menu ul li:hover .dropdown-menus {
  transition: all .3s ease-in-out;
  visibility: visible;
  transform: translate(0px, 30px);
}
/* line 154, ../sass/style.scss */
header .nav-menu ul li:first-child {
  padding: 0;
}
/* line 157, ../sass/style.scss */
header .nav-menu ul li a {
  font: 400 16px "Lato", sans-serif;
  text-transform: uppercase;
  color: #fff;
  padding: 15px 10px;
}
/* line 162, ../sass/style.scss */
header .nav-menu ul li a i {
  padding-left: 5px;
}
/* line 167, ../sass/style.scss */
header .nav-menu ul li .dropdown a {
  padding: 0;
  background-color: transparent;
  border: none;
}
/* line 171, ../sass/style.scss */
header .nav-menu ul li .dropdown a:active {
  background-color: transparent;
}
/* line 174, ../sass/style.scss */
header .nav-menu ul li .dropdown a::after {
  display: none;
}
/* line 178, ../sass/style.scss */
header .nav-menu ul li .dropdown .dropdown-menu {
  background-color: transparent;
  padding: 0;
  border: none;
  transform: translate(0px, 28px) !important;
}

header .nav-menu ul li .dropdown .dropdown-menu li {
  padding: 0;
}

/* line 191, ../sass/style.scss */
.site-btn a {
  background-color: #3d92f7;
  padding: 8px 10px 8px 35px;
  color: #fff;
  text-transform: uppercase;
  font: 600 18px "Lato", sans-serif;
  border-radius: 30px;
  line-height: normal;
  transition: all 0.4s ease-in-out;
  border: 1px solid transparent;
  display: inline-block;
}
/* line 202, ../sass/style.scss */
.site-btn a i {
  width: 38px;
  height: 38px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  background-color: #14376f;
  margin-left: 20px;
}
/* line 212, ../sass/style.scss */
.site-btn a:hover {
  background-color: #14376f;
}
/* line 214, ../sass/style.scss */
.site-btn a:hover i {
  color: #14376f;
  background-color: #3d92f7;
}

/* line 223, ../sass/style.scss */
.hero-banner {
  background-image: url(../images/hero-banner.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 80% 100%;
  padding: 8% 0 2%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  position: relative;
  overflow: hidden;
}
/* line 235, ../sass/style.scss */
.hero-banner::before {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  content: "";
  width: 100%;
  box-shadow: 20px -350px 448px 190px rgba(255, 255, 255, 0.8);
  z-index: 1;
}
/* line 245, ../sass/style.scss */
.hero-banner::after {
  background-image: url(../images/new-curve.png);
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
  width: 100%;
  height: 256px;
  position: absolute;
  bottom: 0;
}
/* line 255, ../sass/style.scss */
.hero-banner .hero-banner-wrapper {
  position: relative;
}
/* line 257, ../sass/style.scss */
.hero-banner .hero-banner-wrapper .hero-banner-bottom-desc {
  position: absolute;
  display: flex;
  align-items: center;
  top: 300px;
  left: 0;
  right: 0;
  text-align: center;
  margin: auto;
  width: 100%;
  z-index: 1;
  flex-direction: column;
  justify-content: space-between;
  height: 50%;
}
/* line 273, ../sass/style.scss */
.hero-banner .hero-banner-wrapper .hero-banner-bottom-desc .hero-banner-bottom-list ul {
  margin: 0;
  display: flex;
}
/* line 276, ../sass/style.scss */
.hero-banner .hero-banner-wrapper .hero-banner-bottom-desc .hero-banner-bottom-list ul li {
  margin-left: 100px;
}
/* line 278, ../sass/style.scss */
.hero-banner .hero-banner-wrapper .hero-banner-bottom-desc .hero-banner-bottom-list ul li:first-child {
  margin: 0;
}
/* line 282, ../sass/style.scss */
.hero-banner .hero-banner-wrapper .hero-banner-bottom-desc .hero-banner-bottom-list ul li .list-head h3 {
  color: #000;
  font: 700 40px "Lato", sans-serif;
  text-transform: uppercase;
  margin: 0;
}
/* line 288, ../sass/style.scss */
.hero-banner .hero-banner-wrapper .hero-banner-bottom-desc .hero-banner-bottom-list ul li .list-head p {
  margin: 20px 0 0 0;
  color: #000;
  font: 600 14px "Lato", sans-serif;
  text-transform: uppercase;
}
/* line 300, ../sass/style.scss */
.hero-banner .hero-banner-wrapper .hero-banner-desc h2 {
  color: #fff;
  font: 700 35px "Lato", sans-serif;
  text-transform: uppercase;
  margin: 0;
}
/* line 306, ../sass/style.scss */
.hero-banner .hero-banner-wrapper .hero-banner-desc h4 {
  color: #fff;
  font: 500 20px "Lato", sans-serif;
  margin: 15px 0 0 0;
}

/* line 315, ../sass/style.scss */
.hero-svg svg {
  height: 440px;
  margin-top: -450px;
  position: relative;
  z-index: 1;
}

/* line 323, ../sass/style.scss */
.who-we-are {
  padding: 0 0 100px;
  background-color: #eef1fe;
  position: relative;
  margin-top: -25px;
}
/* line 328, ../sass/style.scss */
.who-we-are.who-we-are-page {
  padding: 200px 0 100px 0px;
  position: relative;
  margin-top: -110px;
}
/* line 334, ../sass/style.scss */
.who-we-are .hero-svg svg {
  margin: -103px 0 0 0;
  height: 440px;
}
/* line 337, ../sass/style.scss */
.who-we-are .hero-svg svg use {
  fill: #e5eafd;
}
/* line 342, ../sass/style.scss */
.who-we-are .who-we-are-img-wrapper {
  position: relative;
}
/* line 344, ../sass/style.scss */
.who-we-are .who-we-are-img-wrapper .big-img {
  padding-bottom: 90%;
  position: relative;
}
/* line 347, ../sass/style.scss */
.who-we-are .who-we-are-img-wrapper .big-img img {
  position: absolute;
  width: 100%;
  max-width: 670px;
  height: 800px;
  object-fit: cover;
  border-radius: 30px;
}
/* line 356, ../sass/style.scss */
.who-we-are .who-we-are-img-wrapper .small-img {
  position: relative;
  margin-top: -300px;
  margin-left: 350px;
}
/* line 360, ../sass/style.scss */
.who-we-are .who-we-are-img-wrapper .small-img img {
  border-radius: 30px;
  width: 100%;
  max-width: 450px;
  max-height: 500px;
  height: 500px;
  object-fit: cover;
  border: 10px solid #fff;
}
/* line 371, ../sass/style.scss */
.who-we-are .main-heading p {
  width: 100%;
  max-width: 560px;
  margin: 30px 0 0;
}
/* line 377, ../sass/style.scss */
.who-we-are .site-btn {
  margin-top: 35px;
}
/* line 379, ../sass/style.scss */
.who-we-are .site-btn a {
  background-color: transparent;
  border-color: #163c76;
  color: #163c76;
}
/* line 383, ../sass/style.scss */
.who-we-are .site-btn a i {
  color: #fff;
}
/* line 386, ../sass/style.scss */
.who-we-are .site-btn a:hover {
  background-color: #163c76;
  color: #fff;
}

/* line 397, ../sass/style.scss */
.our-services {
  padding: 100px 0;
}
/* line 399, ../sass/style.scss */
.our-services .container {
  max-width: 1350px !important;
}
/* line 402, ../sass/style.scss */
.our-services .row {
  margin-top: 70px;
}
/* line 405, ../sass/style.scss */
.our-services .main-heading {
  text-align: center;
}
/* line 407, ../sass/style.scss */
.our-services .main-heading h2 {
  margin: 0;
}
/* line 413, ../sass/style.scss */
.our-services .col-md-6:nth-child(-n+2) .our-services-box {
  margin: 0;
}
/* line 418, ../sass/style.scss */
.our-services .our-services-box {
  margin-top: 40px;
}
/* line 420, ../sass/style.scss */
.our-services .our-services-box .our-services-img {
  padding-bottom: 55%;
  position: relative;
}
/* line 423, ../sass/style.scss */
.our-services .our-services-box .our-services-img img {
  border-radius: 30px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
/* line 434, ../sass/style.scss */
.our-services .our-services-box .our-services-wrapper {
  background-color: #fff;
  padding: 15px;
  box-shadow: 0px 0px 12px -6px #ccc;
  border-radius: 30px;
  margin-top: -50px;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  min-height: 280px;
  position: relative;
  overflow: hidden;
}
/* line 446, ../sass/style.scss */
.our-services .our-services-box .our-services-wrapper .corner-arrow {
  position: absolute;
  right: 30px;
  bottom: -75px;
  background-color: #ebf4fe;
  width: 120px;
  height: 120px;
  border-radius: 100%;
  display: inline-grid;
  justify-content: center;
  font-size: 20px;
  padding-top: 15px;
  color: #14376f;
  transition: all .2s ease-in-out;
}
/* line 462, ../sass/style.scss */
.our-services .our-services-box .our-services-wrapper .our-services-icon {
  width: 15%;
}
/* line 464, ../sass/style.scss */
.our-services .our-services-box .our-services-wrapper .our-services-icon .our-services-icon-border {
  width: 80px;
  height: 80px;
  background-color: #ebf4fe;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all .3s ease-in-out;
}
/* line 475, ../sass/style.scss */
.our-services .our-services-box .our-services-wrapper .our-services-heading {
  width: calc(100% - 95px);
  padding: 30px 15px;
}
/* line 478, ../sass/style.scss */
.our-services .our-services-box .our-services-wrapper .our-services-heading h4 {
  margin: 0;
  color: #000;
  font: 800 22px "Lato", sans-serif;
  text-transform: uppercase;
  transition: all .3s ease-in-out;
}
/* line 485, ../sass/style.scss */
.our-services .our-services-box .our-services-wrapper .our-services-heading p {
  font-size: 15px;
}
/* line 492, ../sass/style.scss */
.our-services .our-services-box:hover .our-services-icon .our-services-icon-border {
  background-color: #14376f;
}
/* line 494, ../sass/style.scss */
.our-services .our-services-box:hover .our-services-icon .our-services-icon-border img {
  filter: brightness(0) invert(1);
}
/* line 500, ../sass/style.scss */
.our-services .our-services-box:hover .our-services-wrapper .our-services-heading {
  width: calc(100% - 95px);
  padding: 30px 15px;
}
/* line 503, ../sass/style.scss */
.our-services .our-services-box:hover .our-services-wrapper .our-services-heading p,
.our-services .our-services-box:hover .our-services-wrapper .our-services-heading h4 {
  color: #14376f;
}
/* line 508, ../sass/style.scss */
.our-services .our-services-box:hover .our-services-wrapper .corner-arrow {
  background-color: #14376f;
  color: #fff;
}

/* line 517, ../sass/style.scss */
.sir-group-map .main-heading {
  text-align: center;
}
/* line 520, ../sass/style.scss */
.sir-group-map .wordl-map {
  text-align: center;
  margin-top: 70px;
}

/* line 526, ../sass/style.scss */
.partnerships {
  background-image: url(../images/partnership-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 240px 0;
  margin: 140px 0;
}
/* line 533, ../sass/style.scss */
.partnerships .main-heading {
  text-align: center;
}
/* line 535, ../sass/style.scss */
.partnerships .main-heading h4 {
  color: #676464;
}
/* line 539, ../sass/style.scss */
.partnerships .row {
  margin-top: 70px;
}
/* line 542, ../sass/style.scss */
.partnerships .partnerships-logo {
  text-align: center;
}

/* line 548, ../sass/style.scss */
.blog .main-heading {
  text-align: center;
}
/* line 551, ../sass/style.scss */
.blog .row {
  margin-top: 80px;
}
/* line 556, ../sass/style.scss */
.blog .row .col-md-4:nth-child(-n+3) .blog-box {
  margin: 0;
}
/* line 562, ../sass/style.scss */
.blog .blog-box {
  margin-top: 40px;
}
/* line 564, ../sass/style.scss */
.blog .blog-box .blog-img {
  position: relative;
  padding-bottom: 100%;
  overflow: hidden;
}
/* line 568, ../sass/style.scss */
.blog .blog-box .blog-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 30px 30px 0 0;
}
/* line 578, ../sass/style.scss */
.blog .blog-box .blog-desc {
  padding-top: 30px;
}
/* line 580, ../sass/style.scss */
.blog .blog-box .blog-desc span {
  color: #3d92f7;
  font: 700 18px "Lato", sans-serif;
  text-transform: uppercase;
  display: block;
}
/* line 586, ../sass/style.scss */
.blog .blog-box .blog-desc h3 {
  color: #000;
  font: 700 36px "Lato", sans-serif;
  text-transform: uppercase;
  margin: 10px 0 0 0;
}
/* line 592, ../sass/style.scss */
.blog .blog-box .blog-desc p {
  color: #676464;
  font: 400 18px "Lato", sans-serif;
  line-height: 1.7rem;
}
/* line 597, ../sass/style.scss */
.blog .blog-box .blog-desc a {
  display: block;
  color: #000;
  font: 600 18px "Lato", sans-serif;
  margin-top: 25px;
}
/* line 605, ../sass/style.scss */
.blog .site-btn {
  text-align: center;
  margin-top: 100px;
}
/* line 609, ../sass/style.scss */
.blog .site-btn a i {
  background-color: transparent;
}
/* line 613, ../sass/style.scss */
.blog .site-btn a:hover i {
  background-color: #3d92f7;
}
/* line 620, ../sass/style.scss */
.blog.single-blog .blog-box {
  margin: 0;
}
/* line 622, ../sass/style.scss */
.blog.single-blog .blog-box .blog-desc {
  padding: 0;
}

/* line 630, ../sass/style.scss */
footer {
  background-image: url(../images/footer-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom;
  padding: 240px 0 30px;
}
/* line 637, ../sass/style.scss */
footer .widget-heading h2 {
  color: #000;
  font-size: 42px;
  text-transform: uppercase;
}
/* line 644, ../sass/style.scss */
footer .contact-form form {
  margin-top: 50px;
}
/* line 646, ../sass/style.scss */
footer .contact-form form input {
  height: 58px;
  border-radius: 0;
  color: #2b4b7d;
  font: 600 12px "Lato", sans-serif;
  border: none;
  margin-top: 10px;
}
/* line 653, ../sass/style.scss */
footer .contact-form form input::placeholder {
  color: #2b4b7d;
  font: 600 12px "Lato", sans-serif;
  text-transform: uppercase;
}
/* line 659, ../sass/style.scss */
footer .contact-form form textarea {
  margin-top: 10px;
  border-radius: 0;
  color: #2b4b7d;
  font: 600 12px "Lato", sans-serif;
  border: none;
  margin-top: 10px;
  height: 180px;
}
/* line 667, ../sass/style.scss */
footer .contact-form form textarea::placeholder {
  color: #2b4b7d;
  font: 600 12px "Lato", sans-serif;
  text-transform: uppercase;
}
.contact-form {
  background-color: #3d92f7;
  padding: 40px 70px;
}
/* line 673, ../sass/style.scss */
footer .contact-form form .btn-snd {
  background-color: #14376f;
  padding: 12px 60px;
  color: #fff;
  text-transform: uppercase;
  font: 600 18px "Lato", sans-serif;
  border-radius: 30px;
  line-height: normal;
  transition: all 0.4s ease-in-out;
  border: 1px solid transparent;
  display: inline-block;
  margin-top: 40px;
}
/* line 685, ../sass/style.scss */
footer .contact-form form .btn-snd:hover {
  border-color: #3d92f7;
  background-color: transparent;
  color: #fff;
}
/* line 693, ../sass/style.scss */
footer .map-box {
  position: relative;
}
/* line 695, ../sass/style.scss */
footer .map-box .white-box-detail {
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  height: 99%;
  background-color: #fff;
  box-shadow: 5px 0px 10px -7px #999;
  padding: 22px;
}
/* line 704, ../sass/style.scss */
footer .map-box .white-box-detail .location-email {
  margin-top: 40px;
}
/* line 707, ../sass/style.scss */
footer .map-box .white-box-detail .location-email ul li {
  display: flex;
  align-items: center;
  margin-top: 15px;
}
/* line 711, ../sass/style.scss */
footer .map-box .white-box-detail .location-email ul li:first-child {
  margin: 0;
}
/* line 715, ../sass/style.scss */
footer .map-box .white-box-detail .location-email ul li .icon i {
  width: 26px;
  height: 26px;
  background-color: #1d366b;
  border-radius: 100%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  margin-right: 10px;
  font-size: 13px;
}
/* line 729, ../sass/style.scss */
footer .map-box .white-box-detail .location-email ul li .icon-heading p {
  margin: 0;
}
/* line 736, ../sass/style.scss */
footer .map-box .white-box-detail .contact-widget {
  margin-top: 30px;
}
/* line 739, ../sass/style.scss */
footer .map-box .white-box-detail .contact-widget ul li {
  margin-top: 20px;
}
/* line 741, ../sass/style.scss */
footer .map-box .white-box-detail .contact-widget ul li:first-child {
  margin: 0;
}
/* line 748, ../sass/style.scss */
footer .map-box .white-box-detail .times p {
  font-weight: 700;
  color: #1d366b;
  margin: 45px 0 0;
}
/* line 756, ../sass/style.scss */
footer .middle-footer {
  padding-top: 200px;
}
/* line 758, ../sass/style.scss */
footer .middle-footer .foo-social {
  margin-top: 50px;
}
/* line 762, ../sass/style.scss */
footer .middle-footer .foo-social ul li a {
  height: 42px;
  width: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #1d366b;
  border-radius: 100%;
  background-color: #fff;
  transition: all .4s ease-in-out;
}
/* line 772, ../sass/style.scss */
footer .middle-footer .foo-social ul li a:hover {
  background-color: #3d92f7;
  color: #fff;
}
/* line 781, ../sass/style.scss */
footer .middle-footer .foo-widget h3 {
  color: #fff;
  text-transform: uppercase;
  font: 500 24px "Lato", sans-serif;
}
/* line 787, ../sass/style.scss */
footer .middle-footer .foo-nav {
  margin-top: 40px;
}
/* line 790, ../sass/style.scss */
footer .middle-footer .foo-nav ul li {
  margin-top: 8px;
}
/* line 792, ../sass/style.scss */
footer .middle-footer .foo-nav ul li:first-child {
  margin: 0;
}
/* line 795, ../sass/style.scss */
footer .middle-footer .foo-nav ul li a {
  color: #fff;
  font: 500 16px "Lato", sans-serif;
}
/* line 798, ../sass/style.scss */
footer .middle-footer .foo-nav ul li a:hover {
  color: #3d92f7;
}
/* line 806, ../sass/style.scss */
footer .middle-footer .foo-address p {
  color: #fff;
  font: 500 14px "Lato", sans-serif;
  line-height: 1.6rem;
}
/* line 812, ../sass/style.scss */
footer .middle-footer .foo-call {
  display: flex;
  align-items: center;
  margin-top: 30px;
}
/* line 816, ../sass/style.scss */
footer .middle-footer .foo-call .foo-call-icon {
  height: 42px;
  width: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #1d366b;
  border-radius: 100%;
  background-color: #fff;
  transition: all .4s ease-in-out;
}
/* line 827, ../sass/style.scss */
footer .middle-footer .foo-call .call-text {
  padding-left: 10px;
}
/* line 829, ../sass/style.scss */
footer .middle-footer .foo-call .call-text a {
  color: #fff;
  font: 500 14px "Lato", sans-serif;
}
/* line 836, ../sass/style.scss */
footer .copyright {
  padding-top: 180px;
}
/* line 838, ../sass/style.scss */
footer .copyright p {
  color: #fff;
  font: 500 14px "Lato", sans-serif;
  text-align: center;
  margin: 0;
}

/* line 847, ../sass/style.scss */
.inner-banner {
  height: 100%;
  width: 100%;
  background-image: url(../images/inner-banner.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom;
  padding: 180px 0 170px;
  position: relative;
  z-index: 1;
}
/* line 857, ../sass/style.scss */
.inner-banner .inner-heading {
  text-align: center;
}
/* line 859, ../sass/style.scss */
.inner-banner .inner-heading h2 {
  margin: 0;
  color: #fff;
  font: 700 50px "Lato", sans-serif;
  text-transform: uppercase;
}

/* line 868, ../sass/style.scss */
.services-wrapper-list {
  padding-top: 100px;
}
/* line 870, ../sass/style.scss */
.services-wrapper-list .services-media {
  position: relative;
}
/* line 873, ../sass/style.scss */
.services-wrapper-list .services-media.credit-manage .services-img {
  padding-bottom: 65%;
}
/* line 878, ../sass/style.scss */
.services-wrapper-list .services-media.bankruptcy-procedures .services-img {
  padding-bottom: 70%;
}
/* line 883, ../sass/style.scss */
.services-wrapper-list .services-media.sale-receivables .services-img {
  padding-bottom: 150%;
}
/* line 885, ../sass/style.scss */
.services-wrapper-list .services-media.sale-receivables .services-img img {
  border-radius: 15px 125px 15px 15px;
}

.services-wrapper-list .services-media.sale-receivables .services-icon{
  top: 50px;
  right: 50px;
}

/* line 891, ../sass/style.scss */
.services-wrapper-list .services-media .services-icon {
  position: absolute;
  border-radius: 100%;
  top: 25px;
  right: 25px;
  height: 100px;
  width: 100px;
  background-color: #3d92f7;
  display: flex;
  align-items: center;
  justify-content: center;
}
.services-wrapper-list .services-media .services-icon img {
  filter: brightness(0) invert(1);
}
/* line 903, ../sass/style.scss */
.services-wrapper-list .services-media .services-img {
  position: relative;
  padding-bottom: 100%;
}
/* line 906, ../sass/style.scss */
.services-wrapper-list .services-media .services-img img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
  border-radius: 30px;
}
/* line 917, ../sass/style.scss */
.services-wrapper-list .main-heading {
  padding-left: 70px;
}
/* line 919, ../sass/style.scss */
.services-wrapper-list .main-heading h2 {
  font-weight: 800;
  margin: 0;
}
/* line 923, ../sass/style.scss */
.services-wrapper-list .main-heading .description {
  margin-top: 40px;
}
/* line 925, ../sass/style.scss */
.services-wrapper-list .main-heading .description p {
  font: 500 18px "Lato", sans-serif;
  line-height: 1.9rem;
  margin-top: 20px;
}
/* line 929, ../sass/style.scss */
.services-wrapper-list .main-heading .description ul {
  margin-top: 30px;
}
/* line 931, ../sass/style.scss */
.services-wrapper-list .main-heading .description ul li {
  color: #2b4b7d;
  font: 400 22px "Lato", sans-serif;
  position: relative;
  padding: 8px 0 0 30px;
  line-height: 1.9rem;
}
/* line 937, ../sass/style.scss */
.services-wrapper-list .main-heading .description ul li::before {
  content: "\f061";
  font-family: "Font Awesome 5 Pro";
  color: #2b4b7d;
  position: absolute;
  left: 0;
  top: 10px;
}
/* line 947, ../sass/style.scss */
.services-wrapper-list .main-heading .description .blue-num-txt {
  margin-top: 30px;
}
/* line 949, ../sass/style.scss */
.services-wrapper-list .main-heading .description .blue-num-txt strong {
  color: #183c75;
  font: 600 24px "Lato", sans-serif;
  text-transform: uppercase;
  margin-top: 20px;
  display: flex;
  align-items: center;
}
.services-wrapper-list .main-heading .description .blue-num-txt strong .num-txt {
  background-color: #1a407c;
  width: 36px;
  height: 36px;
  border-radius: 100%;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 15px;
}

/* line 961, ../sass/style.scss */
.our-values {
  margin-top: 100px;
}
/* line 963, ../sass/style.scss */
.our-values .row {
  margin-top: 100px;
}
/* line 966, ../sass/style.scss */
.our-values .main-heading {
  text-align: center;
}
/* line 969, ../sass/style.scss */
.our-values .our-values-box {
  text-align: center;
}
/* line 971, ../sass/style.scss */
.our-values .our-values-box .our-values-icon {
  background-color: #183c75;
  height: 165px;
  width: 165px;
  border-radius: 100%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
/* line 980, ../sass/style.scss */
.our-values .our-values-box .our-values-head {
  margin-top: 50px;
}
/* line 982, ../sass/style.scss */
.our-values .our-values-box .our-values-head h3 {
  text-transform: uppercase;
  margin: 0;
  color: #000;
  font: 600 32px "Lato", sans-serif;
}
/* line 988, ../sass/style.scss */
.our-values .our-values-box .our-values-head p {
  width: 100%;
  max-width: 320px;
  margin: 20px auto 0;
}

/* line 997, ../sass/style.scss */
.building-icon {
  padding: 100px 0;
}
/* line 999, ../sass/style.scss */
.building-icon .services-img {
  padding-bottom: 130%;
  position: relative;
}
/* line 1002, ../sass/style.scss */
.building-icon .services-img img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
  border-radius: 125px 15px 15px 15px;
}
/* line 1012, ../sass/style.scss */
.building-icon .building-icon-box {
  display: flex;
  align-items: center;
  margin-top: 70px;
}
/* line 1016, ../sass/style.scss */
.building-icon .building-icon-box:first-child {
  margin: 0;
}
/* line 1019, ../sass/style.scss */
.building-icon .building-icon-box .building-icon-img {
  background-color: #183c75;
  height: 165px;
  width: 165px;
  border-radius: 100%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
/* line 1028, ../sass/style.scss */
.building-icon .building-icon-box .building-icon-head {
  width: 60%;
  padding-left: 30px;
}
/* line 1031, ../sass/style.scss */
.building-icon .building-icon-box .building-icon-head h4 {
  text-transform: uppercase;
  margin: 0;
  color: #183c75;
  font: 700 24px "Lato", sans-serif;
}
.building-icon .building-icon-box .building-icon-head p {
  margin-top: 10px;
}
.services-wrapper-list .main-heading .description .para-icon {
  position: relative;
}
.services-wrapper-list .main-heading .description .para-icon .icons {
  position: absolute;
  left: -35px;
  top: 3px;
}
.mobile-cross,
.mobile-wapper {
  display: none;
}


@media(max-width: 1180px) {
.hero-banner {
    padding: 12% 0 2%;
}  
header .nav-menu {
  position: fixed;
  left: -100%;
  top: 0;
  width: 100%;
  max-width: 375px;
  height: 100%;
  background-color: #3d92f7;
  transition: all .4s ease-in-out;
  padding-top: 40px;
}
header .nav-menu ul li:hover .dropdown-menus {
  transition: all .3s ease-in-out;
  visibility: visible;
  transform: translate(0px, 10px);
  background-color: #003473;
  position: inherit;
}
header .nav-menu ul {
  margin: 0;
  text-align: center;
  padding-top: 35px;
}
header .nav-menu ul li {
  position: relative;
  display: block;
  padding: 25px 0 0 0;
  margin: 0 !important;
}
.container {
  padding: 0 30px;
}
.mobile-wapper {
  display: block;
}
header .mobile-wapper {
  display: flex;
  align-items: center;
}
header .mobile-wapper a i {
  color: #fff;
  font-size: 30px;
  margin-right: 10px;
}

header .mobile-wapper .lang-state .dropdown a {
  padding: 1px 6px;
  background-color: #14376f;
  border: none;
  border-radius: 3px;
  max-width: max-content;
  margin-left: auto;
}
header .mobile-wapper .lang-state .dropdown .dropdown-menu {
  background-color: transparent;
  padding: 0;
  border: none;
  transform: translate(-124px, 28px) !important;
}
header .mobile-wapper .lang-state .dropdown-toggle::after {
  display: none;
}
header .nav-menu.active-menu {
  left: 0;
}
header .nav-menu ul li:last-child {
  display: none;
}
header .nav-menu ul {
  padding: 20px 0px;
}
.mobile-cross {
  display: block;
}
header .nav-menu .mobile-cross {
  position: absolute;
  top: 20px;
  right: 20px;
}
header .nav-menu .mobile-cross a {
  color: #fff;
  font-size: 30px;  
}
.hero-banner .hero-banner-wrapper .hero-banner-bottom-desc .hero-banner-bottom-list ul li .list-head h3 {
  font: 700 30px "Lato", sans-serif;
}
.hero-banner .hero-banner-wrapper .hero-banner-bottom-desc {
  top: 220px;
}
.who-we-are .col-md-5,
.who-we-are .col-md-7 {
  width: 100%;
}
.who-we-are .col-md-5 {
  order: -1;
}
.who-we-are .main-heading p {
  max-width: 100%;
}
.who-we-are .who-we-are-img-wrapper {
  margin-top: 50px;
}
}

@media(max-width: 1080px) {
  .hero-banner::after {
    height: 150px;
}

footer .col-md-6,
footer .col-md-1,
footer .col-md-5 {
  width: 100%;
}
footer .copyright {
  padding-top: 60px;
}
footer .middle-footer {
  padding-top: 80px;
}
footer .map-box {
  margin-top: 40px;
}
footer .contact-form form textarea,
footer .contact-form form input {
  border: 1px solid #e7e7e7;
}
footer .middle-footer .foo-widget {
  margin-top: 30px;
}
.our-values .col-md-3 {
  width: 50%;
}
.our-values .our-values-box {
  margin-top: 30px;
}
.our-values .row {
  margin-top: 60px;
}
.our-values {
  margin-top: 70px;
}
}
@media(max-width: 980px) {
  .hero-banner {
    padding: 18% 0 2%;
    background-position: 100% 100%;
}
.hero-banner .hero-banner-wrapper .hero-banner-bottom-desc .hero-banner-bottom-list ul li {
  margin: 20px 0 0 0;
  width: 48%;
}
.hero-banner .hero-banner-wrapper .hero-banner-bottom-desc .hero-banner-bottom-list ul {
  margin: 0;
  flex-wrap: wrap;
  justify-content: center;
}
.services-wrapper-list .main-heading {
  padding-left: 0;
}
.services-wrapper-list .col-md-6 {
  width: 100%;
}
.services-wrapper-list .col-md-6:nth-child(2) {
  order: -1;
}
.services-wrapper-list .services-media {
  margin-top: 40px;
}
.services-wrapper-list .main-heading .description .para-icon .icons {
  left: 0;
}
.services-wrapper-list .main-heading .description .para-icon p {
  padding-left: 40px;
}
footer {
  padding: 100px 0 30px;
}
}
@media(max-width: 850px)  {
  .our-services .col-md-6 {
    width: 100%;
  }
  .our-services .col-md-6:nth-child(-n+2) .our-services-box {
    margin-top: 40px;
}
footer {
  padding: 100px 0 30px;
}
.who-we-are .who-we-are-img-wrapper .small-img {
  position: relative;
  margin-top: 0px;
  margin-left: 10px;
}
.top-bar ul li:last-child {
  display: none;
}
.hero-banner {
  padding: 30% 0 20%;
}
.hero-banner .hero-banner-wrapper .hero-banner-bottom-desc .hero-banner-bottom-list ul li:first-child {
  margin-top: 20px;
}
.inner-banner .inner-heading h2 {
  font: 700 38px "Lato", sans-serif;
}
.inner-banner {
  padding: 180px 0 130px;

}
.main-heading h2 {
  font: 700 38px "Lato", sans-serif;
}
footer .map-box .white-box-detail {
  width: 100%;
}
.services-wrapper-list {
  padding-top: 50px;
}
}

@media(max-width: 767px) {
  .services-wrapper-list .services-media.bankruptcy-procedures .services-img {
    padding-bottom: 100%;
}
}

@media(max-width: 480px)  {
  .our-services .row {
    margin-top: 10px;
}
footer .map-box .white-box-detail {
  position: initial;
  width: 100%;
  height: 100%;
  margin-top: 20px;
}
.our-services {
  padding: 60px 0;
}
.who-we-are .who-we-are-img-wrapper .big-img {
  padding-bottom: 115%;
  position: relative;
}
.who-we-are .who-we-are-img-wrapper .big-img img {
  height: 500px;
}
.our-services .our-services-box .our-services-wrapper {
  min-height: auto;
  flex-direction: column;
}
.our-services .our-services-box:hover .our-services-wrapper .our-services-heading {
  width: calc(100% - 5px);
}
.hero-banner .hero-banner-wrapper .hero-banner-bottom-desc .hero-banner-bottom-list ul li .list-head p {
  margin: 10px 0 0 0;
  font: 600 11px "Lato", sans-serif;
}
.hero-banner .hero-banner-wrapper .hero-banner-bottom-desc .hero-banner-bottom-list ul li .list-head h3 {
  font: 700 22px "Lato", sans-serif;
}
.top-bar ul li:nth-child(3) {
  display: none;
}
.top-bar ul {
  text-align: center;
}
.hero-banner .hero-banner-wrapper .hero-banner-desc h2 {
  font: 700 22px "Lato", sans-serif;
}
.hero-banner .hero-banner-wrapper .hero-banner-bottom-desc .hero-banner-bottom-list ul li .list-head h3 {
  font: 700 20px "Lato", sans-serif;
  color: #fff;
}
.hero-banner .hero-banner-wrapper .hero-banner-bottom-desc .hero-banner-bottom-list ul li .list-head p {
  color: #fff;
}
.main-heading h2 {
  font: 700 38px "Lato", sans-serif;
}
.hero-banner {
  padding: 35% 0 35%;
}
.hero-banner::before {
  display: none;
}
.site-btn a {
  font: 600 14px "Lato", sans-serif;
}
.hero-banner::after {
  height: 90px;
}
.hero-banner .hero-banner-wrapper .hero-banner-bottom-desc {
  top: 300px;
}
.our-services .our-services-box .our-services-wrapper .our-services-heading {
  width: calc(100% - 5px);
}
footer .widget-heading h2 {
  font-size: 30px;
}
.who-we-are .who-we-are-img-wrapper .small-img img {
  max-height: 300px;
  height: 300px;
}
.who-we-are .who-we-are-img-wrapper .small-img {
  margin-left: 0;
}
.who-we-are.who-we-are-page {
  padding: 140px 0 100px 0px;
}
.our-values .col-md-3 {
  width: 100%;
}
.our-values .row {
  margin-top: 20px;
}
.services-wrapper-list .main-heading h2 {
  margin: 0;
  font: 800 25px "Lato", sans-serif;
}
.services-wrapper-list .main-heading .description .blue-num-txt strong {
  width: 100%;
  flex-direction: column;
  align-items: flex-start;
}
.services-wrapper-list .main-heading .description .blue-num-txt strong .num-txt {
  margin-right: 10px;
}
.services-wrapper-list .main-heading .description .blue-num-txt strong .num-head {
  padding-top: 15px;
}
.building-icon .building-icon-box {
  display: flex;
  align-items: center;
  margin-top: 40px;
  flex-direction: column;
}
.building-icon .building-icon-box .building-icon-head {
  width: 100%;
  padding-left: 0;
  margin-top: 20px;
  text-align: center;
}
.building-icon .services-img {
  margin-top: 30px;
}
.building-icon {
  padding: 100px 0 0;
}
header .nav-menu ul li .dropdown-menus {
  width: 100%;
  min-width: 100%;
}
}

@media(max-width: 414px) {
  .hero-banner {
      padding: 40% 0 60%;
  }
  .hero-banner .hero-banner-wrapper .hero-banner-bottom-desc .hero-banner-bottom-list ul {
    margin-top: 30px;
}
.who-we-are .who-we-are-img-wrapper .big-img img {
  height: 380px;
}
.container {
  padding: 0 20px;
}
footer .map-box .white-box-detail {
  padding: 15px;
}
header .nav-menu {
  max-width: 280px;
  z-index: 9999;
}
}
@media(max-width: 360px) {
  .hero-banner {
    padding: 50% 0 75%;
}
.hero-banner {
  padding: 45% 0 75%;
}
.hero-banner .hero-banner-wrapper .hero-banner-bottom-desc .hero-banner-bottom-list ul li .list-head h3 {
  font: 700 16px "Lato", sans-serif;
}
.who-we-are {
  padding: 0 0 60px;
}
}