* {
  padding: 0;
  margin: 0;
  font-family: "Poppins", sans-serif;
}

body {
  font-size: 14px;
  line-height: 22px;
}

body .form-control:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  border-color: #ccc;
}

body textarea {
  border-color: #ccc;
}

body textarea:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  border-color: #ccc;
  outline: none;
}

body a {
  color: black;
}

body a:hover {
  text-decoration: none;
  color: #1c81c5;
}

body a:focus {
  outline: none;
}

body p {
  text-align: justify;
  line-height: 28px;
  color: black;
  font-size: 14px;
  margin: 0;
}

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

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

body button:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none;
}

body button:active {
  -webkit-box-shadow: none;
  box-shadow: none;
}

body input .btn:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 0;
}

h1:focus,
h2:focus,
h3:focus,
h4:focus,
h5:focus,
h6:focus {
  outline: none;
}

.no-pad {
  padding: 0;
}

.sec-padding {
  padding: 80px 0;
}

.sec-background {
  background-color: white;
}

.sec-title {
  margin-bottom: 40px;
}

.sec-title h2 {
  text-transform: uppercase;
  font-size: 40px;
  font-weight: 600;
}

#myTopbtn {
  display: none;
  position: fixed;
  bottom: 36px;
  right: 25px;
  z-index: 99;
  font-size: 26px;
  border: none;
  outline: none;
  color: white;
  height: 45px;
  width: 45px;
  border-radius: 50%;
  -webkit-box-shadow: 0px 0px 9px 0px #00000063;
          box-shadow: 0px 0px 9px 0px #00000063;
  background: #406982;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
  opacity: 0.8;
}

#myTopbtn:hover {
  opacity: 1;
  cursor: pointer;
}

.fixed-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  background-color: #b12f1b !important;
  padding: 15px 0;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}

.fixed-header .dropdown-menu {
  top: 145% !important;
  background-color: #b12f1b !important;
}

.social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.social li {
  padding-right: 15px;
}

.social li i {
  background-color: #b12f1b;
  color: white;
  height: 35px;
  width: 35px;
  line-height: 35px;
  border-radius: 50%;
  text-align: center;
  font-weight: 400;
}

.header-top {
  background-color: #222;
  padding: 6px 0;
}

.htl {
  -webkit-box-pack: start !important;
      -ms-flex-pack: start !important;
          justify-content: flex-start !important;
}

.htl,
.htr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header-top-left .htl-menu {
  margin-right: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header-top-left .htl-menu li {
  padding: 0 15px;
}

.header-top-left .htl-menu li a {
  color: white;
  font-size: 15px;
}

.header-top-left .htl-menu li i {
  color: white;
}

.header-top-left .htl-menu li:not(:last-child) {
  border-right: 1px solid #5a5a5a;
}

.main-logo img {
  height: 110px;
}

.header-mid-left a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header-mid-left a h4 {
  font-size: 18px;
  color: #406982ba;
  margin-left: 10px;
}

.header-mid-left a h4 span {
  font-size: 35px;
  display: inline-block;
  font-weight: 600;
  color: #406982;
}

.hmr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.header-mid-right ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.header-mid-right ul li {
  text-align: left;
  margin-left: 30px;
  margin-right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-width: 150px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header-mid-right ul li img {
  height: 50px;
}

.header-mid-right ul li span {
  display: inline-block;
  vertical-align: middle;
  line-height: 18px;
  margin-left: 10px;
  opacity: 0.6;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  font-weight: 600;
  font-size: 16px;
}

.header-mid-right ul li span small {
  display: table;
  width: 100%;
  color: black;
  font-size: 13px;
  font-style: normal;
}

.header-bottom {
  background-color: #406982;
}

.header-bottom .bg-light {
  background-color: transparent !important;
}

.header-bottom .navbar-collapse {
  -webkit-box-pack: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important;
}

.header-bottom .nav-item {
  padding: 0 20px;
}

.header-bottom .nav-link {
  color: white !important;
}

.header-bottom .dropdown-menu {
  top: 117%;
  background-color: #406982;
  border-top: 2px solid #ffffff;
  border-radius: 0;
}

.header-bottom .dropdown-item {
  color: white;
  padding-bottom: 10px;
  font-size: 14px;
}

.header-bottom .dropdown-item:hover {
  background-color: transparent;
}

.header-bottom .dropdown-item:last-child {
  padding-bottom: 0;
}

.main-banner {
  position: relative;
  overflow: hidden;
}

.main-banner-inner {
  height: calc(100vh - 198px);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  opacity: 1;
  visibility: inherit;
  z-index: 1;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  position: relative;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.main-banner-inner:focus {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  outline: none;
}

.main-banner-inner::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-filter: blur(1px);
          filter: blur(1px);
  background: #0000006b;
  z-index: -1;
}

.main-banner-slider .slick-arrow {
  bottom: 25px;
  position: absolute;
  z-index: 909;
  color: #ffffff;
  background: #406982;
  width: 38px;
  height: 38px;
  line-height: 39px;
  font-size: 25px;
  text-align: center;
  -webkit-transition: 0.4s all ease-in-out;
  transition: 0.4s all ease-in-out;
  opacity: 0.6;
}

.main-banner-slider .slick-arrow:hover {
  opacity: 1;
  cursor: pointer;
}

.main-banner-slider:hover .right-arrow.slick-arrow {
  right: 3%;
}

.main-banner-slider:hover .left-arrow.slick-arrow {
  right: 6%;
}

.right-arrow.slick-arrow {
  right: -6%;
}

.left-arrow.slick-arrow {
  right: -3%;
}

.main-about {
  position: relative;
  z-index: 99;
  background-repeat: no-repeat;
  background-position: left;
  margin: 80px 0;
  background-size: contain;
}

.main-about-left img {
  height: 500px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.main-about-right {
  padding-left: 40px;
}

.main-about-right ul {
  padding-top: 30px;
}

.main-about-right ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 30px;
}

.main-about-right ul li img {
  height: 50px;
  width: 50px;
  margin-right: 30px;
}

.main-about-right ul li h4 {
  font-size: 18px;
  margin-bottom: 5px;
}

.main-about-right ul li:last-child {
  padding-bottom: 0;
}

.main-services {
  padding: 80px;
}

.main-services-single {
  text-align: center;
  /*padding: 20px 25px;*/
      padding: 10px;
  background-color: white;
  -webkit-box-shadow: 0px 0px 8px 0px #cccccc;
          box-shadow: 0px 0px 8px 0px #cccccc;
  border-radius: 5px;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
  margin: 15px 0;
  min-height: 285px;
}

.main-services-single:hover {
  margin-top: 5px;
  -webkit-box-shadow: 0px 0px 8px 0px #ababab;
          box-shadow: 0px 0px 8px 0px #ababab;
  cursor: pointer;
}

.mss-img {
  position: relative;
}

.mss-img img {
  /*height: 70px;*/
  /*width: 70px;*/
     height: 267px;
    width: 100%;
    object-fit: cover;
}

.mss-img:before {
  content: none;
  width: 80px;
  height: 80px;
  background: linear-gradient(94deg, #b12f1b1a, #fbfbfb00);
  position: absolute;
  border-radius: 50%;
  top: 50%;
  left: 40%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.mss-text {
  padding-top: 20px;
      display: none;
}

.mss-text h4 {
  font-size: 18px;
  margin-bottom: 6px;
  font-weight: 600;
  min-height: 43px;
}

.mss-text h4 a {
  color: black;
}

.mss-text p {
  text-align: initial;
  color: #444444;
  line-height: 26px;
}

.main-message {
  position: relative;
  z-index: 99;
  background-repeat: no-repeat;
  background-position: right;
  margin: 80px 0;
  background-size: contain;
}

.main-message-left {
  padding-right: 40px;
}

.main-message-left .mml-text ul {
  padding-top: 20px;
}

.main-message-left .mml-text ul li {
  text-align: right;
}

.main-message-left .mmlt-name {
  font-size: 20px;
  margin-bottom: 5px;
  font-weight: 600;
}

.main-message-left .mmlt-pos {
  color: #b12f1b;
  font-size: 16px;
}

.main-message-left .mml-years {
  padding: 0 65px;
  margin-top: 50px;
}

.main-message-left .mml-years ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.main-message-left .mml-years ul .mmly-num {
  font-size: 100px;
  font-weight: 700;
  color: #b12f1b;
  position: relative;
  text-shadow: 6px 4px 6px #a1a1a1;
}

.main-message-left .mml-years ul .mmly-num:after {
  content: "";
  position: absolute;
  height: 70px;
  width: 1px;
  background-color: #e3e3e3;
  right: -46px;
  top: -26px;
}

.main-message-left .mml-years ul .mmly-text {
  font-size: 30px;
}

.main-message-left .mml-years ul .mmly-text span {
  display: block;
  margin-top: 15px;
  color: #406982;
}

.main-message-right img {
  height: 500px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.main-counter {
  background-color: #141414;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.main-counter-single {
  text-align: center;
}

.main-counter-single i {
  font-size: 38px;
  color: #b12f1b;
  display: block;
  margin-bottom: 15px;
}

.main-counter-single h2 {
  font-size: 46px;
  color: #fff;
  font-weight: 600;
  line-height: 46px;
}

.main-counter-single h3 {
  font-size: 16px;
  color: #bababa;
  line-height: 30px;
}

.main-counter-single .plus::after {
  content: "+";
}

.main-projects {
  background-color: #f7f7f7;
}

.main-projects-inner {
  position: relative;
}

.main-projects-inner .nav {
  position: absolute;
  top: -82px;
  right: 0;
}

.main-projects-inner .nav-pills .nav-link.active,
.main-projects-inner .nav-pills .show > .nav-link {
  background-color: #406982 !important;
}

.main-projects-inner .nav-pills .nav-link {
  font-weight: 600;
}

.main-project-single {
  position: relative;
  height: 350px;
  background-size: cover;
  -webkit-box-shadow: 0px 0px 13px 1px #33323252;
          box-shadow: 0px 0px 13px 1px #33323252;
  margin: 15px 0;
}

.main-project-single:hover .mps-text {
  display: none;
}

.main-project-single:hover .mps-text-info {
  display: block;
}

.main-project-single .mps-text {
  position: absolute;
  background-color: white;
  bottom: 0;
  width: 100%;
  padding: 30px 20px;
}

.main-project-single .mps-text h4 {
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
}

.main-project-single .mps-text-info {
  display: none;
  background-color: #406982e8;
  height: 100%;
  width: 100%;
  padding: 20px 30px;
  position: relative;
}

.main-project-single .mps-text-info h4 {
  color: white;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 600;
}

.main-project-single .mps-text-info p {
  color: white;
  max-height: 200px;
  overflow: hidden;
}

.main-project-single .mps-text-info a {
  position: absolute;
  bottom: 20px;
  color: white;
  font-weight: 600;
  background-color: #b12f1b;
  padding: 6px 12px;
}

.main-testimonials {
  position: relative;
}

.main-testimonials .slick-list.draggable {
  padding: 20px 0 2em;
}

.main-testimonials .slick-arrow {
  position: absolute;
  font-size: 20px;
  z-index: 99;
  color: #fff;
  display: inline-block;
  height: 30px;
  width: 30px;
  background: #0075c433;
  line-height: 30px;
  text-align: center;
  cursor: pointer;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.main-testimonials .slick-arrow:hover {
  background: #1c81c5;
}

.main-testimonials i.fas.fa-angle-left.slick-arrow {
  left: 0;
}

.main-testimonials i.fas.fa-angle-right.slick-arrow {
  right: 0;
}

.testimonials-content {
  display: block;
  position: relative;
  background: #fff;
  padding: 1.5rem 20px;
  border-radius: 5px;
  border: 1px solid rgba(0, 0, 0, 0.02);
  -webkit-box-shadow: 0px 0px 6px 1px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 0px 6px 1px rgba(0, 0, 0, 0.15);
  margin: 20px;
}

.testimonials-content .icon {
  position: absolute;
  top: -20px;
  left: 20px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #b12f1b;
}

.testimonials-content .icon span {
  color: white;
}

.testimonials-content:focus {
  outline: none;
}

.testimonials-author {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.testimonials-author img {
  width: 70px;
  height: 70px;
  position: relative;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
}

.testimonials-text p {
  margin-bottom: 1.5rem;
  font-size: 13px;
}

.test-author-info {
  padding-left: 1rem !important;
}

.test-author-info h6 {
  font-weight: 500;
  font-size: 18px;
  margin-bottom: 0 !important;
  color: #000;
}

.test-author-info span {
  font-size: 14px;
  font-weight: 600;
  color: #406982;
}

.main-partners {
  background-color: #f7f7f7;
}

.main-partners-slider {
  position: relative;
}

.main-partners-slider .slick-arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-size: 21px;
  z-index: 99;
  color: #fff;
  display: inline-block;
  height: 30px;
  width: 30px;
  background: #406982;
  line-height: 30px;
  text-align: center;
  cursor: pointer;
  opacity: 0.2;
}

.main-partners-slider .slick-arrow:hover {
  opacity: 1;
}

.main-partners-slider i.fas.fa-angle-right.slick-arrow {
  right: -18px;
}

.main-partners-slider i.fas.fa-angle-left.slick-arrow {
  left: 18px;
}

.main-partners-single {
  padding: 0 15px;
  margin: 10px 0;
  cursor: pointer;
}

.main-partners-single .main-partners-img {
  padding: 5px;
  -webkit-box-shadow: 0px 0px 8px 0px #ababab47;
          box-shadow: 0px 0px 8px 0px #ababab47;
  background-color: white;
}

.main-partners-single .main-partners-img img {
  height: 150px;
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
  background-color: white;
}

.main-partners-single:focus {
  outline: none;
}

.footer-top {
  padding: 40px 0;
  background: #406982;
}

.footer-top-single {
  text-align: center;
}

.footer-top-single i {
  color: white;
  font-size: 25px;
  margin-bottom: 15px;
}

.footer-top-single p {
  color: white;
  text-align: center;
}

.footer-top-single a {
  color: white;
}

.footer-top-single a:hover {
  color: white;
}

.footer-mid {
  background-color: #25282a;
  color: white;
  padding: 40px 0;
}

.footer-mid p,
.footer-mid a {
  color: white;
}

.fm-single h4 {
  font-size: 16px;
  text-transform: uppercase;
  margin-bottom: 20px;
  letter-spacing: 4px;
  font-weight: 600;
}

.footer-mid-about p {
  font-size: 13px;
  line-height: 22px;
  text-align: initial;
}

.footer-mid-about ul {
  margin-top: 10px;
}

.footer-mid-links {
  padding-left: 60px;
}

.footer-mid-links ul li {
  padding-left: 25px;
  padding-bottom: 8px;
  position: relative;
}

.footer-mid-links ul li::before {
  content: "\f00c";
  position: absolute;
  left: 0;
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  color: #b12f1b;
}

.footer-mid-hours .fmh-single {
  padding-bottom: 30px;
}

.footer-mid-hours .fmh-single h6 {
  font-size: 14px;
  color: #b12f1b;
  margin-bottom: 3px;
}

.footer-mid-hours .fmh-single li {
  font-size: 13px;
}

.footer-mid-hours .fhm-single:last-child {
  padding-bottom: 0;
}

.footer-mid-contact ul li {
  position: relative;
  padding: 10px 0 10px 20px;
}

.footer-mid-contact ul li i {
  color: #b12f1b;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.footer-mid-contact ul li a {
  font-size: 14px;
}

.footer-bottom {
  padding: 15px 0;
  background-color: #b12f1b;
}

.footer-bottom p {
  color: white;
  text-align: center;
}

.inner-breadcrumb {
  height: 40vh;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: left;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
  z-index: 1;
}

.inner-breadcrumb::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #000000d9;
  z-index: -1;
}

.inner-breadcrumb-text h2 {
  font-size: 50px;
  font-weight: 500;
  color: white;
  margin-top: 10px;
}

.inner-breadcrumb-text span,
.inner-breadcrumb-text a {
  font-size: 18px;
  color: #c7c7c7;
  margin-right: 7px;
}

.inner-breadcrumb-text a {
  position: relative;
}

.inner-breadcrumb-text a::after {
  content: ">";
  margin-left: 5px;
  font-weight: 600;
}

.inner-about-text img {
  float: right;
  height: 100%;
  width: 400px;
  margin-left: 40px;
  margin-bottom: 20px;
  -o-object-fit: cover;
     object-fit: cover;
}

.inner-about-text p {
  text-align: inherit;
}

.inner-about-us-misvis {
  padding-top: 60px;
}

.inner-about-values h2 {
  margin-bottom: 15px;
}

.inner-about-us-vision {
  padding-right: 100px;
}

.inner-about-us-misson {
  padding-left: 100px;
}

.inner-about-us-vision,
.inner-about-us-misson {
  padding-top: 50px;
}

.inner-about-us-vision img,
.inner-about-us-misson img {
  height: 70px;
}

.inner-about-us-vision h5,
.inner-about-us-misson h5 {
  position: relative;
  padding: 30px 0 15px;
  font-size: 30px;
  color: #b12f1b;
  font-weight: 600;
  line-height: 1.2;
}

.inner-about-us-vision h5::before,
.inner-about-us-misson h5::before {
  content: "";
  position: absolute;
  height: 55px;
  width: 55px;
  border-radius: 50%;
  background-color: #40698252;
  top: -67px;
  left: 28px;
}

.inner-about-us-vision p,
.inner-about-us-misson p {
  text-align: inherit;
}

.inner-contact {
  background-color: #f7f7f7;
}

.contact-form, .inner-contact-social, .inner-contact-details {
  padding: 35px 20px 30px 30px;
  position: relative;
  -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.09);
          box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.09);
  background: #fff;
}

.contact-form h2, .inner-contact-social h2, .inner-contact-details h2 {
  font-weight: 600;
  margin-bottom: 40px;
  display: inline-block;
  color: #406982;
  padding: 5px 18px 5px 0px;
  font-size: 25px;
}

.contact-form .form-group, .inner-contact-social .form-group, .inner-contact-details .form-group {
  position: relative;
  margin-bottom: 45px;
}

.contact-form .form-group span, .inner-contact-social .form-group span, .inner-contact-details .form-group span {
  color: #b12f1b;
  position: absolute;
  top: 13px;
}

.contact-form .form-group span i, .inner-contact-social .form-group span i, .inner-contact-details .form-group span i {
  font-size: 15px;
}

.contact-form .form-group .msg-icon, .inner-contact-social .form-group .msg-icon, .inner-contact-details .form-group .msg-icon {
  top: 1px;
}

.contact-form .form-group input, .inner-contact-social .form-group input, .inner-contact-details .form-group input,
.contact-form .form-group textarea,
.inner-contact-social .form-group textarea,
.inner-contact-details .form-group textarea {
  border-radius: 0;
  width: 100%;
  height: 50px;
  padding-left: 25px;
  font-weight: 600;
  border: none;
  border-bottom: 1px solid #ccc;
  resize: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.contact-form .form-group input:focus, .inner-contact-social .form-group input:focus, .inner-contact-details .form-group input:focus,
.contact-form .form-group textarea:focus,
.inner-contact-social .form-group textarea:focus,
.inner-contact-details .form-group textarea:focus {
  outline: none;
}

.contact-form .form-group .button-marg, .inner-contact-social .form-group .button-marg, .inner-contact-details .form-group .button-marg {
  color: white;
  font-weight: 600;
  background-color: #b12f1b;
  padding: 6px 12px;
  width: 25%;
  margin-top: 20px;
  text-align: center;
}

.contact-form .form-group .button-marg a, .inner-contact-social .form-group .button-marg a, .inner-contact-details .form-group .button-marg a {
  color: white;
}

.inner-contact-social {
  margin-bottom: 50px;
  padding-top: 25px;
}

.inner-contact-social h2 {
  margin-bottom: 20px;
}

.inner-contact-social ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.inner-contact-social ul li {
  padding-right: 25px;
}

.inner-contact-social ul li i {
  text-align: center;
  width: 40px;
  height: 40px;
  color: #fff !important;
  border-radius: 50%;
  line-height: 40px;
  font-size: 20px;
  -webkit-box-shadow: 0px 0px 7px 0px #00000099;
          box-shadow: 0px 0px 7px 0px #00000099;
}

.inner-contact-social ul i.fab.fa-facebook-f {
  background-color: #4267b2;
}

.inner-contact-social ul i.fab.fa-twitter {
  background-color: #55acee;
}

.inner-contact-social ul i.fab.fa-instagram {
  background-color: #cc377b;
}

.inner-contact-social ul i.fab.fa-youtube {
  background-color: #db1f27;
}

.inner-contact-social ul i.fab.fa-linkedin-in {
  background-color: #0a66c2;
}

.inner-contact-details {
  padding-top: 25px;
}

.inner-contact-details h2 {
  margin-bottom: 20px;
}

.inner-contact-details ul li {
  padding: 15px 0 15px 30px;
  font-weight: 600;
  position: relative;
}

.inner-contact-details ul li i {
  position: absolute;
  font-size: 20px;
  left: 0;
}

.inner-contact-map {
  margin-top: 50px;
  border: 7px solid white;
  -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.09);
          box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.09);
}

.inner-team {
  background-color: #f7f7f7;
}

.inner-team-single {
  margin-bottom: 30px;
}

.its-img img {
  height: 300px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.its-text {
  text-align: center;
  background-color: white;
  padding: 20px 10px;
  -webkit-box-shadow: 0 0 12px 2px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 12px 2px rgba(0, 0, 0, 0.1);
}

.its-text h4 {
  font-size: 20px;
  margin-bottom: 6px;
  color: #406982;
}

.its-text span {
  color: #b12f1b;
  font-weight: 600;
}

.inner-pagination {
  text-align: center;
  margin-top: 40px;
}

.inner-pagination .pagination {
  display: inline-block;
}

.inner-pagination .pagination a {
  color: black;
  float: left;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
  border: 2px solid #c3c3c3;
  margin: 0 5px;
  height: 40px;
  width: 40px;
  line-height: 40px;
  font-weight: 600;
  text-align: center;
}

.inner-pagination .pagination a.active {
  background-color: #b12f1b;
  border: 1px solid #b12f1b;
  color: white;
}

.inner-projects {
  background-color: #f7f7f7;
}

.ips-text {
  overflow: hidden;
}

.ips-text img {
  float: right;
  height: 100%;
  width: 400px;
  margin-left: 40px;
  margin-bottom: 20px;
  -o-object-fit: cover;
     object-fit: cover;
}

.ips-text p {
  text-align: inherit;
}

.ips-text ul {
  padding-top: 20px;
}

.ips-text ul li {
  font-weight: 600;
  padding-bottom: 15px;
  position: relative;
  padding-left: 25px;
}

.ips-text ul li::before {
  content: "\f058";
  position: absolute;
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  left: 0;
  color: #406982;
}

.ips-gallery {
  padding: 30px 0;
}

.ips-gallery #demo {
  height: 100%;
  position: relative;
  overflow: hidden;
}

.ips-gallery .thumb {
  position: relative;
  cursor: pointer;
  margin: 15px 0;
}

.ips-gallery .thumb:hover .zoom-icon {
  visibility: visible;
  opacity: 1;
}

.ips-gallery .thumb:hover .overlay {
  visibility: visible;
}

.ips-gallery img.zoom {
  width: 100%;
  height: 250px;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.ips-gallery .modal-header {
  border-bottom: none;
}

.ips-gallery .modal-footer {
  display: none;
}

.ips-gallery .zoom-icon {
  position: absolute;
  bottom: auto;
  left: 50%;
  margin: 0;
  max-width: 90%;
  padding: 0;
  right: auto;
  top: 50%;
  z-index: 78;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: 0.3s linear;
  transition: 0.3s linear;
  background: #b12f1b;
  height: 50px;
  width: 50px;
  line-height: 50px;
  border-radius: 50%;
  text-align: center;
  color: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.ips-gallery .zoom-icon i {
  font-size: 20px;
  font-weight: 600;
}

.ips-gallery .overlay {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: #4069829c;
  visibility: hidden;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
  margin: 0 15px;
}

.inner-documents-gallery #demo {
  height: 100%;
  position: relative;
  overflow: hidden;
}

.inner-documents-gallery .thumb {
  position: relative;
  cursor: pointer;
  margin: 15px 0;
}

.inner-documents-gallery .thumb:hover .zoom-icon {
  visibility: visible;
  opacity: 1;
}

.inner-documents-gallery .thumb:hover .overlay {
  visibility: visible;
}

.inner-documents-gallery img.zoom {
  width: 100%;
  height: 250px;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.inner-documents-gallery .modal-header {
  border-bottom: none;
}

.inner-documents-gallery .modal-footer {
  display: none;
}

.inner-documents-gallery .zoom-icon {
  position: absolute;
  bottom: auto;
  left: 50%;
  margin: 0;
  max-width: 90%;
  padding: 0;
  right: auto;
  top: 50%;
  z-index: 78;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: 0.3s linear;
  transition: 0.3s linear;
  background: #b12f1b;
  height: 50px;
  width: 50px;
  line-height: 50px;
  border-radius: 50%;
  text-align: center;
  color: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.inner-documents-gallery .zoom-icon i {
  font-size: 20px;
  font-weight: 600;
}

.inner-documents-gallery .overlay {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: #4069829c;
  visibility: hidden;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
  margin: 0 15px;
}

.inner-clients {
  background-color: #f7f7f7;
}

.inner-clients-single {
  padding: 5px;
  -webkit-box-shadow: 0px 0px 8px 0px #ababab47;
          box-shadow: 0px 0px 8px 0px #ababab47;
  background-color: white;
  margin: 15px 0;
}

.inner-clients-single img {
  height: 150px;
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
  background-color: white;
}

.inner-whyus-list {
  padding-top: 30px;
}

.inner-whyus-single {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 20px;
}

.iws-img {
  margin-right: 20px;
}

.iws-img img {
  height: 40px;
  width: 40px;
}

.iws-text h4 {
  margin-bottom: 5px;
}

.inner-faq-single {
  position: relative;
  padding: 20px 30px 20px 50px;
  margin-bottom: 20px;
}

.inner-faq-single h4 {
  margin-bottom: 8px;
  font-weight: 600;
}

.inner-faq-single::before {
  content: "\f059";
  position: absolute;
  top: 24px;
  left: 15px;
  font-family: "Font Awesome 5 Free";
  font-size: 25px;
  color: #406982;
}

.inner-faq-single:nth-child(odd) {
  background-color: #fbfbfb;
}

.inner-faq-single:last-child {
  margin-bottom: 0;
}

.extra-resources-inner {
  margin-bottom: 60px;
}

.extra-resources-inner p {
  font-size: 14px;
  line-height: 28px;
}

.eri-single {
  margin-bottom: 50px;
  padding: 0 30px;
}

.eri-single h3 {
  margin-bottom: 15px;
  position: relative;
  padding-left: 10px;
}

.eri-single h3::before {
  content: "";
  position: absolute;
  height: 30px;
  width: 4px;
  background-color: #406982;
  left: 0;
  top: 2px;
}

.eri-single p {
  font-size: 15px;
  line-height: 30px;
}

.eri-single a {
  color: #b12f1b;
  font-weight: 600;
}

.eri-single ul {
  margin-top: 20px;
}

.eri-single ul li {
  padding: 10px 0 10px 15px;
  font-size: 14px;
  line-height: 30px;
  font-weight: 600;
  position: relative;
}

.eri-single ul li::before {
  content: "\f111";
  position: absolute;
  font-family: "Font Awesome 5 Free";
  left: 5px;
  font-weight: 100;
  font-size: 9px;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
/*# sourceMappingURL=style.css.map */