@import url(https://fonts.googleapis.com/css?family=Lato);

.modal-header {
  background-color: #162e40;
}

.modal-header>h4 {
  color: #FFF;
  font-size: 16px;
  text-align: center;
  margin: 0 auto;
  font-family: "Poppins", Arial, sans-serif;
}

.mt-100 {
  margin-top: 100px;
}

.text>span,
.text>span>a {
  color: #FFF;
}

.text>span>a:hover {
  color: #fd5f00;
}

.nav-item {
  padding: 15px;
}

.bg-transparent {
  background-color: transparent;
}

.bg-top {
  position: absolute;
  z-index: 100;
  width: 100%;
  padding-bottom: 15px;
}

.bg-top::after {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  height: 1px;
  width: 100%;
  background-color: #FFF;
  opacity: 0.5;
}

.navbar-prime {
  background-color: #162e40;
}

.slider-item .slider-text {
  position: relative;
  top: 100px;
}

.countries-wrapper {
  width: 100%;
  background-color: #162e40;
  height: 200px;
  position: relative;
  display: flex;
  align-items: center;
  overflow-x: scroll;
  padding-left: 20px;
}

.country-item {
  margin-left: 50px;
}

.country-image {
  width: 150px;
  height: 100px;
}

.country-image>img {
  width: 100%;
  height: 100%;
}

.country-text {
  color: #FFF;
  text-align: center;
  margin-top: 10px;
}

.button {
  width: 100%;
  height: 80px;
  position: relative;
  background: rgba(255, 255, 255, 0.27);
  text-transform: uppercase;
  color: #fe4916;
  font-weight: 700;
  letter-spacing: 1px;
  border: none;
  font-size: 15px;
  outline: none;
  cursor: pointer;
}

.buttonBox {
  margin: 0 auto;
  position: relative;
  max-width: 300px;
  min-width: 150px;
  flex: 20%;
}

.buttonBox>button>a {
  color: #fe4916;
}

.fourth>.border:nth-of-type(1) {
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  border-top: 1px solid #fe4916 !important;
}

.fourth>.border:nth-of-type(2) {
  top: 0;
  right: 0;
  width: 10px;
  height: 0;
  border-right: 1px solid #fe4916 !important;
}

.fourth>.border:nth-of-type(3) {
  bottom: 0;
  right: 0;
  width: 0;
  height: 0;
  border-bottom: 1px solid #fe4916 !important;
}

.fourth>.border:nth-of-type(4) {
  bottom: 0;
  left: 0;
  width: 0;
  height: 0;
  border-left: 1px solid #fe4916 !important;
}

.border {
  position: absolute;
  background: none;
  transition: all 0.5s ease-in-out;
}

.fourth:hover .border:nth-of-type(1) {
  width: 100%;
}

.fourth:hover .border:nth-of-type(2) {
  height: 80px;
}

.fourth:hover .border:nth-of-type(3) {
  width: 100%;
}

.fourth:hover .border:nth-of-type(4) {
  height: 80px;
}

.steps-wrapper {
  width: 100%;
  height: 300px;
  background-color: yellow;
  display: flex;
  justify-content: center;
  align-items: center;
}

.step-icon {
  color: #fe4916;
  font-size: 55px;
  border: 1px dashed #fe4916;
  width: 100px;
  height: 100px;
  display: block;
  text-align: center;
  border-radius: 100%;
  transition: all 0.4s ease-in-out;
}

.step-icon:hover {
  background-color: #fe4916;
  color: #FFF;
}

.step-title {
  margin-top: 20px;
  ;
  font-size: 20px;
  font-family: 'Cabin', sans-serif;
}

.step-heading>h3 {
  color: #162e40;
  font-size: 18px;
}

.step-heading>h1 {
  font-size: 35px;
  font-weight: 600;
  text-decoration: underline;
}

.heading-subtitle {
  font-size: 15px;
}

.step-heading-wrapper {
  height: 150px;
  margin-top: 50px;
}

.b-color-secondary {
  color: #fe4916;
}

#services {
  margin-top: 5px;
}

.brand-logo {
  width: 370px;
}


.testimonials-heading {
  font-size: 25px;
  font-family: 'Cabin', sans-serif;
}

.testimonials-subtitle {
  color: #fe4916;
  font-size: 20px;
  font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
}

.testimonial-wrapper {
  padding: 10px;
  width: 100%;
}

.testimonial-card {
  border: 1px solid #ccc;
  width: 100%;
  min-height: 150px;
  overflow: hidden;
  padding: 10px;
}

.review-heading {
  font-size: 20px;
  font-weight: bold;
}

.review-text {
  display: flex;
  font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
  font-size: 16px;
  min-height: 30px;
  padding-left: 5px;
  border-left: 3px solid #fe4916
}

.reviewer-name {
  font-size: 14px;
}

.review-text>span {
  margin-left: 15px;
}

.marked {
  color: #fe4916;
  font-style: italic;
}

.or {
  font-size: 20px;
  color: #FFF;
  padding: 10px;
  text-transform: uppercase;
}

.p-contact {
  padding-top: 13px;
  font-size: 18px;
  border-bottom: 1px solid #fe4916;
}

.p-contact>a {
  color: #FFF;
}

#about-us h2 {
  color: #000;
}

#about-us p {
  color: #000;
  font-size: 16px;
  font-weight: lighter;
}

.about-image {
  width: 450px;
  border-radius: 100%;
  height: 450px;
  position: relative;
  top: -50px;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: -10px 1px 10px 4px #fe4916 inset;
}

.about-image>img {
  width: 90%;
  height: 90%;
  border-radius: 100%;
}

.block-18 {
  background-color: #fe4916
}

.number {
  color: #FFF;
}

#sr::after {
  content: '%';
}

#aat::after {
  content: 'hrs';
}

#partners img {
  width: 100%;
}

#partners .row {
  justify-content: center;
  align-content: center;
}

.social-icons {
  list-style: none;
  display: flex;
  padding-left: 5px;
  margin-bottom: 0;
}

.social-icons>li a {
  padding: 10px;
  padding-left: 15px;
  transition: color 0.4s ease-in-out;
  font-size: 18px;
  color: #FFF;
}

/* Facebook icon */
/* Facebook icon */
.social-icons>li a.facebook:hover {
  color: #3B5998;
}

/* YouTube icon */
.social-icons>li a.youtube:hover {
  color: #FF0000;
}

/* Twitter icon */
.social-icons>li a.twitter:hover {
  color: #1DA1F2;
}

/* LinkedIn icon */
.social-icons>li a.linkedin:hover {
  color: #0077B5;
}

/* Instagram icon */
.social-icons>li a.insta:hover {
  color: #C13584;
}

/* WhatsApp icon */
.social-icons>li a.whatsapp:hover {
  color: #25D366;
}

.social-icon-adjust {
  display: flex;
  justify-content: center;
  align-items: center;
}

.footer-social-icons {
  display: flex;
  align-items: center;
  justify-content: center;
}

.wrap-about h2 {
  background-color: #fe4916;
  color: #FFF;
  padding: 10px;
}

#contact-info h3 {
  color: #fe4916;
}

#contact-info p,
#contact-info p>a {
  color: #666666;
  font-size: 20px;
}

/** Cards **/

@import url("https://fonts.googleapis.com/css?family=Cardo:400i|Rubik:400,700&display=swap");

:root {
  --d: 700ms;
  --e: cubic-bezier(0.19, 1, 0.22, 1);
}

.page-content {
  display: grid;
  grid-gap: 1rem;
  padding: 1rem;
  max-width: 1024px;
  margin: 0 auto;
  font-family: var(--font-sans);
}

@media (min-width: 600px) {
  .page-content {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 800px) {
  .page-content {
    grid-template-columns: repeat(4, 1fr);
  }
}

.card {
  position: relative;
  display: flex;
  align-items: flex-end;
  overflow: hidden;
  padding: 1rem;
  width: 100%;
  text-align: center;
  color: whitesmoke;
  background-color: whitesmoke;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1), 0 2px 2px rgba(0, 0, 0, 0.1), 0 4px 4px rgba(0, 0, 0, 0.1), 0 8px 8px rgba(0, 0, 0, 0.1), 0 16px 16px rgba(0, 0, 0, 0.1);
}

@media (min-width: 600px) {
  .card {
    height: 350px;
  }
}

.card-image {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 110%;
  background-size: cover;
  background-position: 0 0;
  transition: transform calc(var(--d) * 1.5) var(--e);
  pointer-events: none;
}

.card:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 200%;
  pointer-events: none;
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.009) 11.7%, rgba(0, 0, 0, 0.034) 22.1%, rgba(0, 0, 0, 0.072) 31.2%, rgba(0, 0, 0, 0.123) 39.4%, rgba(0, 0, 0, 0.182) 46.6%, rgba(0, 0, 0, 0.249) 53.1%, rgba(0, 0, 0, 0.32) 58.9%, rgba(0, 0, 0, 0.394) 64.3%, rgba(0, 0, 0, 0.468) 69.3%, rgba(0, 0, 0, 0.54) 74.1%, rgba(0, 0, 0, 0.607) 78.8%, rgba(0, 0, 0, 0.668) 83.6%, rgba(0, 0, 0, 0.721) 88.7%, rgba(0, 0, 0, 0.762) 94.1%, rgba(0, 0, 0, 0.79) 100%);
  transform: translateY(-50%);
  transition: transform calc(var(--d) * 2) var(--e);
}

.content {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  transition: transform var(--d) var(--e);
  z-index: 1;
}

.content>*+* {
  margin-top: 1rem;
}

.title {
  font-size: 17px;
  font-weight: bold;
  line-height: 1.2;
  color: #FFF;
}

.copy {
  font-family: var(--font-serif);
  font-size: 1.125rem;
  font-style: italic;
  line-height: 1.35;
}

.country-btn {
  cursor: pointer;
  margin-top: 1.5rem;
  padding: 0.75rem 1.5rem;
  font-size: 0.65rem;
  font-weight: bold;
  letter-spacing: 0.025rem;
  text-transform: uppercase;
  color: white;
  background-color: #fe4916;
  border: none;
}

.country-btn:hover {
  background-color: #fe4916;
}

.country-btn:focus {
  outline: 1px dashed #fe4916;
  outline-offset: 3px;
}

@media (hover: hover) and (min-width: 600px) {
  .card:after {
    transform: translateY(0);
  }

  .content {
    transform: translateY(calc(100% - 4.5rem));
  }

  .content>*:not(.title) {
    opacity: 0;
    transform: translateY(1rem);
    transition: transform var(--d) var(--e), opacity var(--d) var(--e);
  }

  .card:hover,
  .card:focus-within {
    align-items: center;
  }

  .card:hover:before,
  .card:focus-within:before {
    transform: translateY(-4%);
  }

  .card:hover:after,
  .card:focus-within:after {
    transform: translateY(-50%);
  }

  .card:hover .content,
  .card:focus-within .content {
    transform: translateY(0);
  }

  .card:hover .content>*:not(.title),
  .card:focus-within .content>*:not(.title) {
    opacity: 1;
    transform: translateY(0);
    transition-delay: calc(var(--d) / 8);
  }

  .card:focus-within:before,
  .card:focus-within:after,
  .card:focus-within .content,
  .card:focus-within .content>*:not(.title) {
    transition-duration: 0s;
  }
}

.page-content .card {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.offering {
  text-align: center;
  margin-top: 100px;
}

.offering>h1 {
  color: #fe4916;
  font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
}

.country-wrapper {
  display: flex;
  width: 100%;
  border: 1px solid #ccc;
  padding: 10px;
  border-radius: 40px;
  margin-top: 10px;
  cursor: pointer;
  transition: box-shadow 0.4s ease-in-out;
}

.country-wrapper:hover {
  box-shadow: 0px 10px 20px #000;
}

.country-title {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-left: 30px;
  color: #000;
}

.country-image-thumb {
  width: 70px;
  height: 70px;
  border-radius: 100%;
}

.country-image-thumb>img {
  width: 100%;
  height: 100%;
  border-radius: 100%;
}

.country-image>img {
  width: 100%;
}

.other-contries>ul {
  list-style: none;
}

.other-countries-list {
  list-style: none;
  margin-left: 0;
  padding-left: 100px;
}

.other-countries-list>li:before {
  content: "➤";
  color: #fe4916;
  margin-right: 5px;
}

.country-btn>a {
  color: #FFF;
}

.country-btn>a:hover {
  color: #FFF;
}

.theme-btn-one {
  position: relative;
  display: inline-block;
  font-size: 18px;
  line-height: 26px;
  font-family: 'Cabin', sans-serif;
  font-weight: 600;
  color: #fff;
  text-align: center;
  border: 1px solid #fff;
  border-radius: 2px;
  padding: 11.5px 28px;
  z-index: 1;
  background-color: transparent;
  height: 70px;
  width: 200px;
  margin-top: 10px;
  margin-left: 10px;
}

.theme-btn-one>span {
  color: #fd5f00;
}

.truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 6;
  /* adjust to your desired number of lines */
  -webkit-box-orient: vertical;
}

.topper>ul.d-flex {
  list-style: none;
  flex-wrap: wrap;
  padding-left: 8px;
}

.topper>ul>li {
  display: flex;
  margin-top: 10px;
}

.process-row {
  margin-top: 3rem;
}

.mobile {
  display: none;
}

@media only screen and (max-width:600px) {
  .desktop {
    display: none;
  }

  .mobile {
    display: block;
  }

  .logo-img {
    width: 100% !important;
    height: 100% !important;
  }

  .brand-logo {
    width: 100%;
  }

  .step-heading-wrapper {
    height: auto;
  }

  .step-icon {
    width: 80px;
    height: 80px;
    font-size: 40px;
  }

  .step-item {
    display: flex;
    margin-top: 10px;
  }

  .step-title {
    padding-left: 10px;
    font-size: 17px;
  }

  .process-row {
    margin-top: 0px !important;
  }

  .ftco-section {
    padding-bottom: 0 !important;
  }

  .service-card-style-2 {
    border: 1px solid #fd5f00;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;
    width: 100% !important;
  }
}

@media only screen and (max-width:1400px) {
  .topper > ul > li {
    font-size: 13px;
  }
  .brand-logo {
    width: 100%;
  }
  .social-icons>li a {
    font-size: 15px;
    padding-left: 8px;
  }
  .theme-btn-one {
    font-size: 12px;
    width: 150px;
    height: 50px;
  }
  .ftco-navbar-light .navbar-nav > .nav-item > .nav-link {
    font-size: 12px;
  }
}
.mobile-container {
  height: auto;
}

/* .mobile-wrapper .mobile-container::before {
  background: #555;
  border: 2px solid #4a4a4a;
  border-radius: 50%;
  bottom: -67px;
  content: "";
  display: block;
  height: 50px;
  left: 50%;
  position: absolute;
  width: 50px;
  transform: translateX(-50%);
  z-index: 1;
} */

.content {
  display: block;
  height: 100%;
  width: 100%;
}

.content nav {
  height: 80px;
  position: relative;
}

.content .nav-links {
  display: block;
  position: absolute;
  top: 60px;
  left: 0;
  width: 100%;
}

.content .nav-links::before {
  background: rgba(0, 0, 0, 0.5);
  content: "";
  height: 100vh;
  left: 0;
  top: 0;
  position: absolute;
  opacity: 0;
  visibility: hidden;
  width: 100%;
  transition: all 0.3s;
}

.content .nav-links>li {
  border-bottom: 1px solid #6ca0dc9c;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-20px);
  transition: all 0.3s;
}

.content .nav-links>li:last-child {
  border: none;
}

.content .nav-links li a {
  background: #162e40;
  color: #FFF;
  display: block;
  font-size: 16px;
  font-weight: 400;
  padding: 12px 20px;
  text-align: left;
  width: 100%;
  transition: all 0.3s;
  text-transform: capitalize;
  font-family: 'Courier New', Courier, monospace;
}

.content .nav-links li a:hover {
  color: coral;
}

input[type=checkbox] {
  position: absolute;
  opacity: 0;
  visibility: hidden;
}

input[type=checkbox]:checked+label {
  border: 4px solid silver;
  border-radius: 50%;
  height: 28px;
  top: 16px;
  left: 18px;
  width: 28px;
  transform: rotate(-135deg);
}

input[type=checkbox]:checked+label::before {
  background: silver;
  top: 8px;
  left: 4px;
  width: 12px;
}

input[type=checkbox]:checked+label::after {
  background: silver;
  opacity: 1;
  top: 8px;
  left: 4px;
  visibility: visible;
  width: 12px;
}

input[type=checkbox]:checked+label:hover {
  border-color: coral;
}

input[type=checkbox]:checked+label:hover::before,
input[type=checkbox]:checked+label:hover::after {
  background: coral;
}

input[type=checkbox]:checked~.nav-links::before {
  opacity: 1;
  visibility: visible;
}

input[type=checkbox]:checked~.nav-links li {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

input[type=checkbox]:checked~.nav-links li:nth-child(1) {
  transition-delay: 0s;
}

input[type=checkbox]:checked~.nav-links li:nth-child(2) {
  transition-delay: 0.1s;
}

input[type=checkbox]:checked~.nav-links li:nth-child(3) {
  transition-delay: 0.2s;
}

input[type=checkbox]:checked~.nav-links li:nth-child(4) {
  transition-delay: 0.3s;
}

label {
  background: none transparent;
  border: 2px solid #fd5f00;
  border-left: 0 solid transparent;
  border-right: 0 solid transparent;
  cursor: pointer;
  display: block;
  height: 18px;
  position: absolute;
  top: 18px;
  right: 20px;
  width: 24px;
  transition: all 0.2s;
  border-radius: 1px;
}

label::before {
  background: #fd5f00;
  content: "";
  height: 2px;
  left: 0;
  position: absolute;
  top: 6px;
  width: 24px;
  transition: all 0.2s;
}

label::after {
  background: #fd5f00;
  content: "";
  height: 2px;
  left: 0;
  position: absolute;
  top: 6px;
  opacity: 0;
  visibility: hidden;
  width: 100%;
  transform: rotate(90deg);
  transition: all 0.2s;
}

.content ul {
  list-style: none;
  padding-left: 0;
}

.mobile-nav {
  position: absolute;
  width: 100%;
  z-index: 100;
  background-color: #162e40;
}

.mobile-logo {
  width: 200px;
}

.content>nav {
  display: flex;
  align-items: center;
  justify-content: center;
}

.mobile-nav-social-icons {
  width: 100%;
}

.mobile-nav-social-icons>.social-icons {
  background-color: #162e40;
  padding-top: 50px;
  justify-content: center;
  align-items: center;
}

.text-container .text-anim {
  color: transparent;
  display: inline-block;
  border-radius: 3px;
  background-color: #f58915;
  position: relative;
  -webkit-background-clip: text;
  background-clip: text;
}

.linear-wipe {
  background: linear-gradient(to right, #ffffff 20%, #03A9F4 40%, #2196F3 60%, #ffffff 80%);
  background-size: auto;
  background-clip: border-box;
  background-size: 200% auto;
  color: #FFF;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -webkit-animation: shine 1s linear infinite;
  animation: shine 2.5s linear infinite;
}

@-webkit-keyframes shine {
  to {
    background-position: 200% center
  }
}

@keyframes shine {
  to {
    background-position: 200% center
  }
}

.modal input {
 font-size: 14px; 
}
.modal input:focus {
  border-color:#fd5f00;
}
.modal .form-group {
  display: flex;
}

.callback-input-icon {
  font-size: 20px;
  padding-top: 10px;
  color:#9e9e9e;
}
.modal-title {
  color:#666666;
  text-align: center;
  font-size:25px;
  font-family:'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
  text-transform: capitalize;
  font-weight: 700;


}
.modal-header  {
  background-color:transparent;
}
.form-group > button {
  background-color:#162e40;
  color:#FFF;
  width: 90%;
  height: 50px;
  border-radius: 0;
  margin:0 auto;
}
.form-group > button:hover {
  color:#FFF;
}
.modal-header > .close {
  text-shadow: none;
  color:#162e40;
  opacity: 1;
}

