@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700&display=swap");
body {
  margin: 0;
  font-size: 14px;
  line-height: 1.8;
  overflow-x: hidden !important;
  overflow-y: scroll;
  font-family: "Montserrat", sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
  position: relative;
  font-family: "Montserrat", sans-serif;
}

p {
  margin: 10px 0 0 0;
  color: #464141;
}

a {
  text-decoration: none;
  transition: all 0.5s;
}
a:hover {
  text-decoration: none;
}

#scrl::-webkit-scrollbar {
  width: 6px;
  background-color: #1167b1;
}

#scrl::-webkit-scrollbar-thumb {
  background-color: #0f2445;
  border-radius: 10px;
}

ul {
  padding: 0;
  margin: 0;
}

section {
  padding: 80px 0px;
}
@media (max-width: 767px) {
  section {
    padding: 60px 0px;
  }
}
@media (max-width: 480px) {
  section {
    padding: 40px 0px;
  }
}

.scrollup {
  width: 52px;
  height: 52px;
  position: fixed;
  bottom: 10px;
  right: 10px;
  display: none;
  text-indent: -9999px;
  z-index: 99999;
  background: url(../images/anchor.png) no-repeat;
}

.form-group {
  position: relative;
  margin: 5px 0px;
}
.form-group input,
.form-group .form-select,
.form-group .selecttext {
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  height: 40px;
  padding: 0 20px;
  width: 100%;
  font-size: 14px;
  transition: all 0.4s ease;
  color: #5a5a59;
  border: 1px solid #ced4da;
}
@media only screen and (min-width: 991px) and (max-width: 1110px) {
  .form-group input,
  .form-group .form-select,
  .form-group .selecttext {
    padding: 0 10px;
    font-size: 12px;
  }
}
.form-group .selecttext {
  background: #fff;
  align-items: center;
  display: flex;
  color: #5a5a59;
}
.form-group input:focus,
.form-group textarea:focus,
.form-group .form-select:focus,
.form-group select:focus {
  color: #5a5a59;
  outline: 0;
  box-shadow: none;
  border-color: #1167b1;
  transition: all 0.6s ease-in-out;
}
.form-group input:disabled,
.form-group input[readonly] {
  background-color: #fff;
}
.form-group textarea {
  height: 100px;
  padding: 10px 20px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  resize: none;
  width: 100%;
  font-size: 14px;
  transition: all 0.4s ease;
}

.carousel-control-prev,
.carousel-control-next {
  opacity: 1;
}
.carousel-control-prev i,
.carousel-control-next i {
  font-size: 30px;
  color: #1167b1;
}

.home-section {
  position: relative;
  z-index: 999;
  background: url(../images/bg.jpg) top center no-repeat;
  background-size: cover;
}
@media (max-width: 480px) {
  .home-section {
    background: #0f2445;
    background-image: none;
  }
}
.home-section h2 {
  font-size: 60px;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  color: #fff;
  text-shadow: #000 1px 0 10px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .home-section h2 {
    font-size: 40px;
  }
}
@media (max-width: 767px) {
  .home-section h2 {
    font-size: 40px;
    text-align: center;
    margin-top: 40px;
  }
}
.home-section .booknow {
  border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
  background: #fff;
  padding: 20px;
  box-shadow: rgba(0, 0, 0, 0.25) 0px 14px 28px, rgba(0, 0, 0, 0.22) 0px 10px 10px;
  margin-top: 30px;
}
.home-section .booknow h3 {
  color: #0f2445;
  font-size: 22px;
  font-weight: 700;
  font-family: "Montserrat", sans-serif;
}

.header {
  display: flex;
  justify-content: space-between;
  width: 100%;
  padding: 10px;
  background: #1167b1;
}
.header .logo {
  z-index: 9999;
}
.header .logo img {
  position: absolute;
  width: 273px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header .logo img {
    width: 180px;
  }
}
@media (max-width: 767px) {
  .header .logo img {
    width: 130px;
  }
}
.header .right-side ul {
  margin: 0;
  padding: 0px;
  list-style: none;
  color: #000;
}
.header .right-side ul li {
  display: inline-block;
  font-size: 15px;
  color: #fff;
  transition: all 0.3s ease-in;
  padding-left: 10px;
}
@media (max-width: 767px) {
  .header .right-side ul li {
    font-size: 0;
  }
}
.header .right-side ul li a {
  color: #fff;
}
.header .right-side ul li i {
  font-size: 18px;
  font-weight: bold;
  color: #fff;
}
@media (max-width: 767px) {
  .header .right-side ul li i {
    font-size: 26px;
  }
}

form {
  width: 300px;
}

.intl-tel-input {
  display: table-cell;
}

.intl-tel-input .selected-flag {
  z-index: 4;
}

.intl-tel-input .country-list {
  z-index: 5;
}

.input-group .intl-tel-input .form-control {
  border-top-left-radius: 4px;
  border-top-right-radius: 0;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 0;
}

.welcome {
  background: #fff;
  width: 100%;
}
.welcome h1 {
  font-size: 30px;
  text-align: left;
  color: #000;
  font-weight: 700;
  font-family: "Montserrat", sans-serif;
}
.welcome h1 span {
  font-weight: 300;
  color: #1167b1;
}
@media (max-width: 767px) {
  .welcome h1 {
    text-align: center;
  }
  .welcome h1 br {
    display: none;
  }
}
@media (max-width: 480px) {
  .welcome h1 {
    font-size: 30px;
  }
}
.welcome ul li {
  list-style: none;
  padding: 10px 20px;
  border: 1px solid #ccdfef;
  margin-bottom: 5px;
  font-size: 16px;
  color: #000000;
  border-left: 4px solid #1167b1;
  border-radius: 8px;
}
.welcome p {
  font-size: 16px;
}
.welcome__img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 30px;
  background-size: cover;
  border-radius: 20px;
}

.service {
  background: #f7f7f7;
  width: 100%;
}
.service h3 {
  color: #1167b1;
  font-size: 36px;
  text-align: center;
  font-weight: 700;
  font-family: "Montserrat", sans-serif;
}
@media (max-width: 480px) {
  .service h3 {
    font-size: 30px;
  }
}
.service .service-bg {
  transition: all 0.4s ease-in-out;
  padding: 15px;
  background: #dbefff;
  display: block;
  align-items: center;
  margin: 0px 60px;
  border-radius: 5px;
  min-height: 275px;
  display: flex;
  flex-direction: column;
}
@media only screen and (min-width: 1200px) and (max-width: 1400px) {
  .service .service-bg {
    margin: 0px 40px;
  }
}
@media only screen and (min-width: 991px) and (max-width: 1200px) {
  .service .service-bg {
    margin: 0px 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .service .service-bg {
    margin: 0px;
  }
}
@media (max-width: 767px) {
  .service .service-bg {
    margin: 0px;
    min-height: auto;
    align-items: center;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .service .service-bg {
    flex-direction: column;
    padding: 15px;
    align-items: flex-start;
  }
}
.service .service-bg .box-icon {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 920px) {
  .service .service-bg .box-icon {
    width: 150px;
    height: 150px;
  }
}
@media (max-width: 767px) {
  .service .service-bg .box-icon {
    margin-bottom: 0px;
  }
}
.service .service-bg .box-icon img,
.service .service-bg .box-icon svg {
  width: 150px;
  height: 150px;
}
@media (max-width: 920px) {
  .service .service-bg .box-icon img,
  .service .service-bg .box-icon svg {
    width: 150px;
    height: 150px;
  }
}
.service .service-bg .service__content {
  width: calc(100% - 70px);
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .service .service-bg .service__content {
    width: 100%;
  }
}
.service .service-bg h4 {
  transition: all 0.4s ease-in-out;
  font-family: "Montserrat", sans-serif;
  color: #000;
  font-weight: 600;
  text-align: center;
  font-size: 18px;
}
@media only screen and (min-width: 991px) and (max-width: 1200px) {
  .service .service-bg h4 {
    font-size: 18px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .service .service-bg h4 {
    font-size: 18px;
  }
}
@media (max-width: 480px) {
  .service .service-bg h4 {
    font-size: 18px;
  }
}
.service .service-bg h5 {
  font-family: "Montserrat", sans-serif;
  color: #464141;
  font-weight: 300;
  font-size: 20px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .service .service-bg h5 {
    font-size: 18px;
  }
}
@media (max-width: 480px) {
  .service .service-bg h5 {
    font-size: 16px;
  }
}
.service .service-bg:hover {
  transform: translateY(-10px);
  background: #dbefff;
}
.service .service-bg:hover h4 {
  letter-spacing: 0.5px;
}
.service .bg1 {
  background: #cfe3e2;
}
.service .bg2 {
  background: #f6eada;
}

.project {
  background: #fff;
  width: 100%;
}
.project h3 {
  color: #1167b1;
  font-size: 36px;
  text-align: center;
  font-weight: 700;
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
}
@media (max-width: 480px) {
  .project h3 {
    font-size: 30px;
  }
}
.project .projectbx {
  border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
  margin: 0px 10px;
  width: 100%;
  position: relative;
}
.project .projectbx img {
  border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
}
.project .projectbx .project-content {
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 10px;
  width: 100%;
  z-index: 99;
}
.project .projectbx .project-content h5 {
  color: #fff;
  font-size: 15px;
  font-weight: 400;
  border-left: none;
}
.project .projectbx::after {
  border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
  position: absolute;
  content: "";
  bottom: 0;
  width: 100%;
  left: 0;
  height: 50%;
  background: rgb(255, 255, 255);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgb(0, 0, 0) 100%);
}

.whychoose {
  background: #1167b1;
  width: 100%;
}
.whychoose h3 {
  color: #ffffff;
  font-size: 36px;
  text-align: center;
  font-weight: 700;
  font-family: "Montserrat", sans-serif;
  margin-bottom: 20px;
}
@media (max-width: 480px) {
  .whychoose h3 {
    font-size: 30px;
  }
}
.whychoose .choose-box {
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  width: 100%;
  text-align: center;
  position: relative;
  padding: 0px 20px;
}
@media (max-width: 1200px) {
  .whychoose .choose-box {
    padding: 0px 10px;
  }
}
.whychoose .choose-box img {
  transition: all 0.4s ease-in-out;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  border: 2px solid #fff;
}
.whychoose .choose-box .choose-content {
  transition: all 0.4s ease-in-out;
  width: 90%;
  background: #fff;
  padding: 20px;
  transform: translateY(-20px);
  box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 50px;
  margin: 0 auto;
}
@media (max-width: 1200px) {
  .whychoose .choose-box .choose-content {
    padding: 10px;
  }
}
.whychoose .choose-box .choose-content h4 {
  transition: all 0.4s ease-in-out;
  font-family: "Montserrat", sans-serif;
  font-size: 26px;
  color: #0f2445;
  font-weight: 600;
  text-align: center;
  margin-top: 10px;
}
@media only screen and (min-width: 991px) and (max-width: 1200px) {
  .whychoose .choose-box .choose-content h4 {
    font-size: 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .whychoose .choose-box .choose-content h4 {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .whychoose .choose-box .choose-content h4 {
    font-size: 22px;
  }
}
.whychoose .choose-box .choose-content p {
  transition: all 0.4s ease-in-out;
  text-align: center;
}
.whychoose .choose-box:hover img {
  transform: translateY(20px);
}
.whychoose .choose-box:hover .choose-content {
  background: #0f2445;
}
.whychoose .choose-box:hover .choose-content h4 {
  color: #fff;
}
.whychoose .choose-box:hover .choose-content p {
  color: #fff;
}
.whychoose .btn2 {
  background: #0f2445;
  color: #fff;
  border: 2px solid #0f2445;
}
.whychoose .btn2:hover {
  background: #fff;
  border: 2px solid #fff;
  color: #0f2445;
}
.whychoose.we-provide-2 {
  background: #ffffff;
}
.whychoose.we-provide-2 h3 {
  color: #1167b1;
}
.whychoose.we-provide-2 .btn2 {
  --inherit: inherit;
  background: inherit;
  color: inherit;
  border: 2px solid inherit;
}
.whychoose.we-provide-2 .btn2:hover {
  background: inherit;
  border: 2px solid inherit;
  color: inherit;
}

.video {
  width: 100%;
  position: relative;
  background: #1167b1;
}
.video h3 {
  color: #fff;
  font-size: 36px;
  text-align: center;
  font-weight: 700;
  font-family: "Titillium Web", sans-serif;
  text-transform: uppercase;
  margin-bottom: 20px;
}
@media (max-width: 480px) {
  .video h3 {
    font-size: 30px;
  }
}
.video .videobg {
  position: relative;
  width: 100%;
}
.video .videobg img {
  border: 8px solid #fff;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;
}
.video .videobg .video-play-button {
  position: absolute;
  z-index: 10;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  box-sizing: content-box;
  display: block;
  width: 32px;
  height: 44px;
  border-radius: 50%;
  padding: 35px 20px 18px 35px;
  cursor: pointer;
  transition: all 0.5s;
}
.video .videobg .video-play-button:before {
  content: "";
  position: absolute;
  z-index: 0;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 80px;
  height: 80px;
  background: #fff;
  border-radius: 50%;
  animation: pulse-border 1.5s ease-out infinite;
}
.video .videobg .video-play-button:after {
  content: "";
  position: absolute;
  z-index: 1;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 80px;
  height: 80px;
  background: #0f2445;
  border-radius: 50%;
  transition: all 0.5s;
}
.video .videobg .video-play-button:hover::after {
  background-color: #000;
}
.video .videobg .video-play-button img {
  position: relative;
  z-index: 3;
  max-width: 100%;
  width: auto;
  height: auto;
}
.video .videobg .video-play-button span {
  display: block;
  position: relative;
  z-index: 3;
  width: 0;
  height: 0;
  border-left: 25px solid #fff;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
}
@keyframes pulse-border {
  0% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
  }
  100% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0;
  }
}
.count {
  background: #f6f4f4;
  width: 100%;
}
.count h3 {
  color: #1167b1;
  font-size: 36px;
  text-align: center;
  font-weight: 700;
  margin-bottom: 58px;
}
@media (max-width: 480px) {
  .count h3 {
    font-size: 30px;
  }
}
@media (max-width: 767px) {
  .count {
    padding-top: 80px;
    padding-bottom: 0px;
  }
}
.count .count-box {
  border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
  padding: 0px 20px 20px 20px;
  background: #084298;
  background: linear-gradient(180deg, #084298 0%, #0f2445 100%);
  text-align: center;
}
@media (max-width: 767px) {
  .count .count-box {
    margin-bottom: 40px;
  }
}
.count .count-box .img-box {
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  transition: all 0.4s ease-in-out;
  padding: 10px;
  background: #fff;
  width: 100px;
  height: 100px;
  text-align: center;
  margin: 0 auto;
  transform: translateY(-30px);
  display: flex;
  justify-content: center;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}
@media (max-width: 991px) {
  .count .count-box .img-box {
    width: 80px;
    height: 80px;
  }
}
.count .count-box img {
  width: 50px;
}
@media (max-width: 991px) {
  .count .count-box img {
    width: 40px;
  }
}
.count .count-box h5 {
  font-family: "Montserrat", sans-serif;
  font-size: 28px;
  color: #fff;
  font-weight: 800;
  transform: translateY(-20px);
}
.count .count-box h5 span {
  font-family: "Montserrat", sans-serif;
  font-size: 22px;
  font-weight: 300;
  display: block;
}
@media only screen and (min-width: 767px) and (max-width: 1200px) {
  .count .count-box h5 span {
    font-size: 18px;
  }
}
@media (max-width: 480px) {
  .count .count-box h5 span {
    font-size: 18px;
  }
}
@media only screen and (min-width: 767px) and (max-width: 1200px) {
  .count .count-box h5 {
    font-size: 35px;
  }
}
.count .count-box:hover .img-box {
  background: #fff;
}

.clinets {
  width: 100%;
  background: #1167b1;
}
.clinets h3 {
  color: #fff;
  font-size: 36px;
  text-align: center;
  font-weight: 700;
  font-family: "Montserrat", sans-serif;
  margin-bottom: 20px;
}
@media (max-width: 480px) {
  .clinets h3 {
    font-size: 30px;
  }
}
.clinets .brands-box {
  transition: all 0.4s ease-in-out;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  width: 100%;
  position: relative;
  background: #fff;
  display: flex;
  align-items: center;
  margin: 5px 15px;
  padding: 15px;
  justify-content: center;
  border: 1px solid #e8e7e8;
}
.clinets .brands-box:hover {
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}
.clinets .brands-box:hover img {
  filter: grayscale(100%);
}
.clinets .btn2 {
  background: #0f2445;
  color: #fff;
  border: 2px solid #0f2445;
}
.clinets .btn2:hover {
  background: #fff;
  border: 2px solid #fff;
  color: #0f2445;
}

/*owl theme start */
.carousel-control-prev {
  left: 0;
  font-size: 0px;
}

.carousel-control-next {
  right: 0;
  font-size: 0px;
}

.owl-item {
  display: flex;
  height: auto !important;
}

.owl-carousel {
  position: relative;
  width: 100%;
  float: left;
  margin: 0;
}
.owl-carousel .owl-wrapper {
  display: none;
  position: relative;
  transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.owl-carousel .owl-wrapper-outer {
  overflow: hidden;
  position: relative;
  width: 100%;
}
.owl-carousel .owl-wrapper-outer.autoHeight {
  transition: height 0.5s ease-in-out;
}
.owl-carousel .owl-item {
  float: left;
  padding: 0;
  transform: translate3d(0, 0, 0);
}

.owl-controls {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.owl-controls .owl-buttons div {
  cursor: pointer;
  display: none;
}
.owl-controls .owl-page {
  cursor: pointer;
  display: none;
}

.owl-theme .owl-controls {
  display: none !important;
  margin-top: 35px;
  text-align: center;
  margin: 0 0 0;
  width: 100%;
  float: left;
}
.owl-theme .owl-controls .owl-page {
  display: inline-block;
  zoom: 1;
}
.owl-theme .owl-controls .owl-page span {
  display: block;
  width: 15px;
  height: 15px;
  margin: 5px 2px;
  background: #d4d2d2;
  border: #fff 1px solid;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}
.owl-theme .owl-controls .owl-page span.owl-numbers {
  height: auto;
  width: auto;
  color: #fff;
  padding: 2px 10px;
  font-size: 12px;
  border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
}
.owl-theme .owl-controls.clickable .owl-page:hover span {
  background: #959597;
  border: #959597 1px solid;
}
.owl-theme .owl-page.active span {
  background: #0f2445;
  border: #0f2445 1px solid;
}

.owl-goDown-out {
  animation: scaleToFade 0.7s ease both;
}

.owl-goDown-in {
  animation: goDown 0.6s ease both;
}

.owl-fade-out {
  z-index: 10;
  animation: fadeOut 0.7s both ease;
}

.owl-fade-in {
  animation: fadeIn 0.7s both ease;
}

.footer {
  width: 100%;
}
@media (max-width: 480px) {
  .footer {
    background-image: none;
  }
}
.footer .logo img {
  width: 150px;
}
@media (max-width: 991px) {
  .footer .logo img {
    width: 100px;
  }
}
.footer h5 {
  color: #000;
  margin-bottom: 5px;
  font-weight: 600;
  font-family: "Montserrat", sans-serif;
  font-size: 22px;
}
.footer .address p a {
  color: #1A1A1A;
}
.footer .address p a:hover {
  color: #000;
  text-decoration: underline;
  letter-spacing: 1;
}
.footer .address li {
  list-style: none;
  color: #1A1A1A;
  position: relative;
  padding-left: 30px;
}
.footer .address li a {
  color: #1A1A1A;
}
.footer .address li a:hover {
  color: #000;
  text-decoration: underline;
  letter-spacing: 1;
}
.footer .address li span {
  font-weight: 600;
}
.footer .address li i {
  position: absolute;
  left: 0;
  font-size: 20px;
  color: #0f2445;
}
.footer .socials {
  display: flex;
}
.footer .socials li {
  padding: 0px 5px;
  list-style: none;
  font-size: 20px;
}
.footer .socials li a {
  color: #0f2445;
}
.footer .socials li a:hover {
  color: #1167b1;
}
.footer .socials li:first-child {
  padding-left: 0px;
}
.footer .list-box ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.footer .list-box ul li {
  padding-left: 20px;
  position: relative;
  margin-bottom: 5px;
}
.footer .list-box ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 12px;
  width: 10px;
  height: 1px;
  background: #1167b1;
}

.tab-head {
  padding-left: 0px !important;
  padding-right: 0px !important;
}

.bg-white {
  margin-top: 10px;
  background: #f6f4f4;
}

.nav {
  justify-content: center;
}

.nav-item a {
  margin: 0px 5px;
  border-radius: 10px !important;
  -webkit-border-radius: 10px !important;
  -moz-border-radius: 10px !important;
  -ms-border-radius: 10px !important;
  -o-border-radius: 10px !important;
  color: black !important;
  font-weight: 600;
  padding-left: 28px;
  padding-right: 28px;
  border: 1px solid #0f2445 !important;
}
.nav-item a:focus {
  outline: unset;
}
.nav-item a:hover {
  border: 1px solid #0f2445 !important;
}
.nav-item .active {
  color: #fff !important;
  background: #0f2445 !important;
  border: none !important;
  border-bottom: 3px solid #0f2445 !important;
  font-weight: 600;
}
.nav-item .active:hover {
  border: none !important;
  border-bottom: 3px solid #0f2445 !important;
}

.nav-tabs {
  border-bottom: none !important;
}

.tab-pane h5 {
  border-left: 4px solid #0f2445;
}

#center-text {
  display: flex;
  flex: 1;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
}

#chat-circle {
  position: fixed;
  bottom: 50px;
  right: 50px;
  background: #1167b1;
  width: auto;
  height: auto;
  border-radius: 100px;
  color: white;
  padding: 16px 28px;
  z-index: 999;
  cursor: pointer;
  box-shadow: 0px 3px 16px 0px rgba(0, 0, 0, 0.6), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
}

.btn#my-btn {
  background: white;
  padding-top: 13px;
  padding-bottom: 12px;
  border-radius: 45px;
  padding-right: 40px;
  padding-left: 40px;
  color: #5865C3;
}

#chat-overlay {
  background: rgba(255, 255, 255, 0.1);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  display: none;
}

/*chat box*/
.chat-box {
  display: none;
  background: #efefef;
  position: fixed;
  right: 30px;
  bottom: 50px;
  width: 350px;
  max-width: 85vw;
  max-height: 100vh;
  border-radius: 5px;
  z-index: 9999;
  /*   box-shadow: 0px 5px 35px 9px #464a92; */
  box-shadow: 0px 5px 35px 9px #ccc;
}

.chat-box-toggle {
  float: right;
  margin-right: 15px;
  cursor: pointer;
}

.chat-box-header {
  background: #1167b1;
  height: 70px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  color: white;
  font-size: 20px;
  padding-top: 17px;
  text-align: left;
  padding-left: 20px;
}

.chat-box-body {
  position: relative;
  height: 370px;
  height: auto;
  border: 1px solid #ccc;
  overflow: hidden;
}

.chat-box-body:after {
  content: "";
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAwIiBoZWlnaHQ9IjIwMCIgdmlld0JveD0iMCAwIDIwMCAyMDAiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGcgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMTAgOCkiIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+PGNpcmNsZSBzdHJva2U9IiMwMDAiIHN0cm9rZS13aWR0aD0iMS4yNSIgY3g9IjE3NiIgY3k9IjEyIiByPSI0Ii8+PHBhdGggZD0iTTIwLjUuNWwyMyAxMW0tMjkgODRsLTMuNzkgMTAuMzc3TTI3LjAzNyAxMzEuNGw1Ljg5OCAyLjIwMy0zLjQ2IDUuOTQ3IDYuMDcyIDIuMzkyLTMuOTMzIDUuNzU4bTEyOC43MzMgMzUuMzdsLjY5My05LjMxNiAxMC4yOTIuMDUyLjQxNi05LjIyMiA5LjI3NC4zMzJNLjUgNDguNXM2LjEzMSA2LjQxMyA2Ljg0NyAxNC44MDVjLjcxNSA4LjM5My0yLjUyIDE0LjgwNi0yLjUyIDE0LjgwNk0xMjQuNTU1IDkwcy03LjQ0NCAwLTEzLjY3IDYuMTkyYy02LjIyNyA2LjE5Mi00LjgzOCAxMi4wMTItNC44MzggMTIuMDEybTIuMjQgNjguNjI2cy00LjAyNi05LjAyNS0xOC4xNDUtOS4wMjUtMTguMTQ1IDUuNy0xOC4xNDUgNS43IiBzdHJva2U9IiMwMDAiIHN0cm9rZS13aWR0aD0iMS4yNSIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIi8+PHBhdGggZD0iTTg1LjcxNiAzNi4xNDZsNS4yNDMtOS41MjFoMTEuMDkzbDUuNDE2IDkuNTIxLTUuNDEgOS4xODVIOTAuOTUzbC01LjIzNy05LjE4NXptNjMuOTA5IDE1LjQ3OWgxMC43NXYxMC43NWgtMTAuNzV6IiBzdHJva2U9IiMwMDAiIHN0cm9rZS13aWR0aD0iMS4yNSIvPjxjaXJjbGUgZmlsbD0iIzAwMCIgY3g9IjcxLjUiIGN5PSI3LjUiIHI9IjEuNSIvPjxjaXJjbGUgZmlsbD0iIzAwMCIgY3g9IjE3MC41IiBjeT0iOTUuNSIgcj0iMS41Ii8+PGNpcmNsZSBmaWxsPSIjMDAwIiBjeD0iODEuNSIgY3k9IjEzNC41IiByPSIxLjUiLz48Y2lyY2xlIGZpbGw9IiMwMDAiIGN4PSIxMy41IiBjeT0iMjMuNSIgcj0iMS41Ii8+PHBhdGggZmlsbD0iIzAwMCIgZD0iTTkzIDcxaDN2M2gtM3ptMzMgODRoM3YzaC0zem0tODUgMThoM3YzaC0zeiIvPjxwYXRoIGQ9Ik0zOS4zODQgNTEuMTIybDUuNzU4LTQuNDU0IDYuNDUzIDQuMjA1LTIuMjk0IDcuMzYzaC03Ljc5bC0yLjEyNy03LjExNHpNMTMwLjE5NSA0LjAzbDEzLjgzIDUuMDYyLTEwLjA5IDcuMDQ4LTMuNzQtMTIuMTF6bS04MyA5NWwxNC44MyA1LjQyOS0xMC44MiA3LjU1Ny00LjAxLTEyLjk4N3pNNS4yMTMgMTYxLjQ5NWwxMS4zMjggMjAuODk3TDIuMjY1IDE4MGwyLjk0OC0xOC41MDV6IiBzdHJva2U9IiMwMDAiIHN0cm9rZS13aWR0aD0iMS4yNSIvPjxwYXRoIGQ9Ik0xNDkuMDUgMTI3LjQ2OHMtLjUxIDIuMTgzLjk5NSAzLjM2NmMxLjU2IDEuMjI2IDguNjQyLTEuODk1IDMuOTY3LTcuNzg1LTIuMzY3LTIuNDc3LTYuNS0zLjIyNi05LjMzIDAtNS4yMDggNS45MzYgMCAxNy41MSAxMS42MSAxMy43MyAxMi40NTgtNi4yNTcgNS42MzMtMjEuNjU2LTUuMDczLTIyLjY1NC02LjYwMi0uNjA2LTE0LjA0MyAxLjc1Ni0xNi4xNTcgMTAuMjY4LTEuNzE4IDYuOTIgMS41ODQgMTcuMzg3IDEyLjQ1IDIwLjQ3NiAxMC44NjYgMy4wOSAxOS4zMzEtNC4zMSAxOS4zMzEtNC4zMSIgc3Ryb2tlPSIjMDAwIiBzdHJva2Utd2lkdGg9IjEuMjUiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIvPjwvZz48L3N2Zz4=");
  opacity: 0.1;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  height: 100%;
  position: absolute;
  z-index: -1;
}

#chat-input {
  background: #f4f7f9;
  width: 100%;
  position: relative;
  height: 47px;
  padding-top: 10px;
  padding-right: 50px;
  padding-bottom: 10px;
  padding-left: 15px;
  border: none;
  resize: none;
  outline: none;
  border: 1px solid #ccc;
  color: #888;
  border-top: none;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  overflow: hidden;
}

.chat-input > form {
  margin-bottom: 0;
}

#chat-input::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #ccc;
}

#chat-input::-moz-placeholder {
  /* Firefox 19+ */
  color: #ccc;
}

#chat-input:-ms-input-placeholder {
  /* IE 10+ */
  color: #ccc;
}

#chat-input:-moz-placeholder {
  /* Firefox 18- */
  color: #ccc;
}

.chat-submit {
  position: absolute;
  bottom: 3px;
  right: 10px;
  background: transparent;
  box-shadow: none;
  border: none;
  border-radius: 50%;
  color: #5A5EB9;
  width: 35px;
  height: 35px;
}

i svg {
  height: 30px;
  width: 30px;
  margin-right: 10px;
}
i svg path {
  stroke: #ffffff;
}
i svg path:nth-child(2) {
  fill: #ffffff;
}

.chat-logs {
  padding: 15px;
  height: 370px;
  overflow-y: scroll;
  display: flex;
  align-items: center;
  justify-content: center;
}
.chat-logs ul {
  list-style: none;
  width: 80%;
  margin: 0 auto;
}
.chat-logs ul li {
  border-radius: 5px;
  overflow: hidden;
  margin-bottom: 10px;
}
.chat-logs ul li a {
  display: block;
  padding: 16px 20px;
  color: #1167b1 !important;
  font-weight: 600;
  cursor: pointer;
}
.chat-logs ul li:first-child {
  background-color: #F9DBBB;
}
.chat-logs ul li:nth-child(2) {
  background-color: #cadeff;
}
.chat-logs ul li:nth-child(3) {
  background-color: #E3DFFD;
}

.chat-logs::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #F5F5F5;
}

.chat-logs::-webkit-scrollbar {
  width: 5px;
  background-color: #F5F5F5;
}

.chat-logs::-webkit-scrollbar-thumb {
  background-color: #5A5EB9;
}

@media only screen and (max-width: 500px) {
  .chat-logs {
    height: 40vh;
  }
}
.chat-msg.user > .msg-avatar img {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  float: left;
  width: 15%;
}

.chat-msg.self > .msg-avatar img {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  float: right;
  width: 15%;
}

.cm-msg-text {
  background: white;
  padding: 10px 15px 10px 15px;
  color: #666;
  max-width: 75%;
  float: left;
  margin-left: 10px;
  position: relative;
  margin-bottom: 20px;
  border-radius: 30px;
}

.chat-msg {
  clear: both;
}

.chat-msg.self > .cm-msg-text {
  float: right;
  margin-right: 10px;
  background: #5A5EB9;
  color: white;
}

.cm-msg-button > ul > li {
  list-style: none;
  float: left;
  width: 50%;
}

.cm-msg-button {
  clear: both;
  margin-bottom: 70px;
}

.welcome h3 {
  color: #1167b1;
  font-size: 36px;
  text-align: center;
  font-weight: 700;
  font-family: "Montserrat", sans-serif;
  margin-bottom: 40px;
}
@media (max-width: 480px) {
  .welcome h3 {
    font-size: 30px;
  }
}
.welcome p {
  font-weight: 600;
  font-size: 20px;
}
.welcome__item {
  display: flex;
}
.welcome img {
  width: 60px;
  margin-right: 20px;
}

.banner-contact {
  position: absolute;
  top: -71px;
  right: 15px;
  display: flex;
}
@media (max-width: 762px) {
  .banner-contact {
    display: block;
  }
}
@media (max-width: 480px) {
  .banner-contact {
    top: -41px;
  }
}
.banner-contact a {
  display: flex;
  align-items: center;
}
.banner-contact a svg {
  margin-right: 10px;
  width: 35px;
}
.banner-contact a span {
  font-size: 30px;
  font-weight: 600;
  color: #000000;
}
@media (max-width: 480px) {
  .banner-contact a span {
    color: #ffffff;
    font-size: 18px;
  }
}
.banner-contact a.head-mail {
  margin-left: 30px;
  font-size: 18px;
  color: #000000;
}
.banner-contact a.head-mail i {
  color: #1167b1;
  margin-right: 15px;
}
@media (max-width: 762px) {
  .banner-contact a.head-mail {
    margin-left: 0;
  }
}
@media (max-width: 480px) {
  .banner-contact a.head-mail {
    color: #ffffff;
  }
}

.locations {
  color: #1A1A1A;
  text-align: center;
  display: flex;
  justify-content: center;
}
@media (max-width: 762px) {
  .locations {
    flex-wrap: wrap;
  }
}
.locations li {
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  list-style: none;
  padding: 5px 10px;
  margin: 0 5px;
  margin-bottom: 10px;
  background: #d3e8fa;
  border: 1px solid #d1cece;
}

.we-provide h2 {
  color: #1167b1;
  font-size: 36px;
  text-align: center;
  font-weight: 700;
  font-family: "Montserrat", sans-serif;
}
.we-provide__item {
  background: #F7F7F7;
  overflow: hidden;
  border-radius: 10px;
}
.we-provide__item-img {
  height: 250px;
  overflow: hidden;
}
.we-provide__item-img img {
  width: 100%;
}
.we-provide__item-content {
  padding: 30px;
}
.we-provide__item-content h3 {
  font-size: 22px;
}
.we-provide__item-content p {
  color: #6C757D;
}

.btn-whatsapp-pulse {
  background: #25d366;
  color: white;
  position: fixed;
  left: 20px;
  font-size: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  bottom: 20px;
  z-index: 99;
  width: 50px;
  height: 50px;
  padding: 35px;
  text-decoration: none;
  border-radius: 50%;
  animation-name: pulse;
  animation-duration: 1.5s;
  animation-timing-function: ease-out;
  animation-iteration-count: infinite;
}
.btn-whatsapp-pulse:hover {
  color: white;
}

@keyframes pulse {
  0% {
    box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.5);
  }
  80% {
    box-shadow: 0 0 0 14px rgba(37, 211, 102, 0);
  }
}
.btn-whatsapp-pulse-border {
  bottom: 120px;
  right: 20px;
  animation-play-state: paused;
}
.btn-whatsapp-pulse-border::before {
  content: "";
  position: absolute;
  border-radius: 50%;
  padding: 25px;
  border: 5px solid #25d366;
  opacity: 0.75;
  animation-name: pulse-border;
  animation-duration: 1.5s;
  animation-timing-function: ease-out;
  animation-iteration-count: infinite;
}

@keyframes pulse-border {
  0% {
    padding: 25px;
    opacity: 0.75;
  }
  75% {
    padding: 50px;
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
.btn1 {
  transition: all 0.4s ease-in-out;
  border-radius: 25px;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  -ms-border-radius: 25px;
  -o-border-radius: 25px;
  background: #1167b1;
  border: none;
  color: #fff;
  padding: 10px 20px;
  margin-top: 15px;
}
.btn1:hover {
  background: #0f2445;
  color: #fff;
  letter-spacing: 2px;
}

.btn2 {
  transition: all 0.4s ease-in-out;
  border-radius: 25px;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  -ms-border-radius: 25px;
  -o-border-radius: 25px;
  color: #1167b1;
  display: inline-block;
  font-size: 16px;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  padding: 5px 20px;
  border: 2px solid #1167b1;
  cursor: pointer;
  background: none;
  margin-top: 10px;
  letter-spacing: 2px;
}
@media (max-width: 480px) {
  .btn2 {
    font-size: 16px;
  }
}
.btn2 i {
  transition: all 0.4s ease-in-out;
  color: #1167b1;
  font-size: 20px;
  padding-left: 10px;
}
.btn2:hover {
  background: #0f2445;
  color: #fff;
  border: 2px solid #0f2445;
}
.btn2:hover i {
  color: #fff;
  padding-left: 20px;
}

.iti {
  position: relative;
  display: inline-block;
  width: 100%;
}
.iti * {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.iti__hide {
  display: none;
}

.iti__v-hide {
  visibility: hidden;
}

.iti input {
  position: relative;
  z-index: 0;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  padding-right: 36px;
  margin-right: 0;
}
.iti input[type=text], .iti input[type=tel] {
  position: relative;
  z-index: 0;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  padding-right: 36px;
  margin-right: 0;
}

.iti__flag-container {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  padding: 1px;
}

.iti__selected-flag {
  z-index: 1;
  position: relative;
  display: flex;
  align-items: center;
  height: 100%;
  padding: 0 6px 0 8px;
}

.iti__arrow {
  margin-left: 6px;
  width: 0;
  height: 0;
  border-left: 3px solid transparent;
  border-right: 3px solid transparent;
  border-top: 4px solid #555;
}

.iti__arrow--up {
  border-top: none;
  border-bottom: 4px solid #555;
}

.iti__country-list {
  position: absolute;
  z-index: 2;
  list-style: none;
  text-align: left;
  padding: 0;
  margin: 0 0 0 -1px;
  box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.2);
  background-color: white;
  border: 1px solid #CCC;
  white-space: nowrap;
  max-height: 200px;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}

.iti__country-list--dropup {
  bottom: 100%;
  margin-bottom: -1px;
}

@media (max-width: 500px) {
  .iti__country-list {
    white-space: normal;
  }
}
.iti__flag-box {
  display: inline-block;
  width: 20px;
}

.iti__divider {
  padding-bottom: 5px;
  margin-bottom: 5px;
  border-bottom: 1px solid #CCC;
}

.iti__country {
  padding: 5px 10px;
  outline: none;
}

.iti__dial-code {
  color: #999;
}

.iti__country.iti__highlight {
  background-color: rgba(0, 0, 0, 0.05);
}

.iti__flag-box,
.iti__country-name,
.iti__dial-code {
  vertical-align: middle;
}

.iti__flag-box,
.iti__country-name {
  margin-right: 6px;
}

.iti--allow-dropdown input {
  padding-right: 6px;
  padding-left: 52px;
  margin-left: 0;
}
.iti--allow-dropdown input[type=text], .iti--allow-dropdown input[type=tel] {
  padding-right: 6px;
  padding-left: 52px;
  margin-left: 0;
}

.iti--separate-dial-code input {
  padding-right: 6px;
  padding-left: 52px;
  margin-left: 0;
}
.iti--separate-dial-code input[type=text], .iti--separate-dial-code input[type=tel] {
  padding-right: 6px;
  padding-left: 52px;
  margin-left: 0;
}

.iti--allow-dropdown .iti__flag-container,
.iti--separate-dial-code .iti__flag-container {
  right: auto;
  left: 0;
}

.iti--allow-dropdown .iti__flag-container:hover {
  cursor: pointer;
}
.iti--allow-dropdown .iti__flag-container:hover .iti__selected-flag {
  background-color: rgba(0, 0, 0, 0.05);
}
.iti--allow-dropdown input[disabled] + .iti__flag-container:hover, .iti--allow-dropdown input[readonly] + .iti__flag-container:hover {
  cursor: default;
}
.iti--allow-dropdown input[disabled] + .iti__flag-container:hover .iti__selected-flag, .iti--allow-dropdown input[readonly] + .iti__flag-container:hover .iti__selected-flag {
  background-color: transparent;
}

.iti--separate-dial-code .iti__selected-flag {
  background-color: rgba(0, 0, 0, 0.05);
}
.iti--separate-dial-code .iti__selected-dial-code {
  margin-left: 6px;
}

.iti--container {
  position: absolute;
  top: -1000px;
  left: -1000px;
  z-index: 1060;
  padding: 1px;
}
.iti--container:hover {
  cursor: pointer;
}

.iti-mobile .iti--container {
  top: 30px;
  bottom: 30px;
  left: 30px;
  right: 30px;
  position: fixed;
}
.iti-mobile .iti__country-list {
  max-height: 100%;
  width: 100%;
}
.iti-mobile .iti__country {
  padding: 10px 10px;
  line-height: 1.5em;
}

.iti__flag {
  width: 20px;
  height: 15px;
  box-shadow: 0px 0px 1px 0px #888;
  background-image: url("../images/flags.png");
  background-repeat: no-repeat;
  background-color: #DBDBDB;
  background-position: 20px 0;
}
.iti__flag.iti__be {
  width: 18px;
}
.iti__flag.iti__ch {
  width: 15px;
}
.iti__flag.iti__mc {
  width: 19px;
}
.iti__flag.iti__ne {
  width: 18px;
}
.iti__flag.iti__np {
  width: 13px;
}
.iti__flag.iti__va {
  width: 15px;
}
.iti__flag.iti__ac {
  height: 10px;
  background-position: 0px 0px;
}
.iti__flag.iti__ad {
  height: 14px;
  background-position: -22px 0px;
}
.iti__flag.iti__ae {
  height: 10px;
  background-position: -44px 0px;
}
.iti__flag.iti__af {
  height: 14px;
  background-position: -66px 0px;
}
.iti__flag.iti__ag {
  height: 14px;
  background-position: -88px 0px;
}
.iti__flag.iti__ai {
  height: 10px;
  background-position: -110px 0px;
}
.iti__flag.iti__al {
  height: 15px;
  background-position: -132px 0px;
}
.iti__flag.iti__am {
  height: 10px;
  background-position: -154px 0px;
}
.iti__flag.iti__ao {
  height: 14px;
  background-position: -176px 0px;
}
.iti__flag.iti__aq {
  height: 14px;
  background-position: -198px 0px;
}
.iti__flag.iti__ar {
  height: 13px;
  background-position: -220px 0px;
}
.iti__flag.iti__as {
  height: 10px;
  background-position: -242px 0px;
}
.iti__flag.iti__at {
  height: 14px;
  background-position: -264px 0px;
}
.iti__flag.iti__au {
  height: 10px;
  background-position: -286px 0px;
}
.iti__flag.iti__aw {
  height: 14px;
  background-position: -308px 0px;
}
.iti__flag.iti__ax {
  height: 13px;
  background-position: -330px 0px;
}
.iti__flag.iti__az {
  height: 10px;
  background-position: -352px 0px;
}
.iti__flag.iti__ba {
  height: 10px;
  background-position: -374px 0px;
}
.iti__flag.iti__bb {
  height: 14px;
  background-position: -396px 0px;
}
.iti__flag.iti__bd {
  height: 12px;
  background-position: -418px 0px;
}
.iti__flag.iti__be {
  height: 15px;
  background-position: -440px 0px;
}
.iti__flag.iti__bf {
  height: 14px;
  background-position: -460px 0px;
}
.iti__flag.iti__bg {
  height: 12px;
  background-position: -482px 0px;
}
.iti__flag.iti__bh {
  height: 12px;
  background-position: -504px 0px;
}
.iti__flag.iti__bi {
  height: 12px;
  background-position: -526px 0px;
}
.iti__flag.iti__bj {
  height: 14px;
  background-position: -548px 0px;
}
.iti__flag.iti__bl {
  height: 14px;
  background-position: -570px 0px;
}
.iti__flag.iti__bm {
  height: 10px;
  background-position: -592px 0px;
}
.iti__flag.iti__bn {
  height: 10px;
  background-position: -614px 0px;
}
.iti__flag.iti__bo {
  height: 14px;
  background-position: -636px 0px;
}
.iti__flag.iti__bq {
  height: 14px;
  background-position: -658px 0px;
}
.iti__flag.iti__br {
  height: 14px;
  background-position: -680px 0px;
}
.iti__flag.iti__bs {
  height: 10px;
  background-position: -702px 0px;
}
.iti__flag.iti__bt {
  height: 14px;
  background-position: -724px 0px;
}
.iti__flag.iti__bv {
  height: 15px;
  background-position: -746px 0px;
}
.iti__flag.iti__bw {
  height: 14px;
  background-position: -768px 0px;
}
.iti__flag.iti__by {
  height: 10px;
  background-position: -790px 0px;
}
.iti__flag.iti__bz {
  height: 14px;
  background-position: -812px 0px;
}
.iti__flag.iti__ca {
  height: 10px;
  background-position: -834px 0px;
}
.iti__flag.iti__cc {
  height: 10px;
  background-position: -856px 0px;
}
.iti__flag.iti__cd {
  height: 15px;
  background-position: -878px 0px;
}
.iti__flag.iti__cf {
  height: 14px;
  background-position: -900px 0px;
}
.iti__flag.iti__cg {
  height: 14px;
  background-position: -922px 0px;
}
.iti__flag.iti__ch {
  height: 15px;
  background-position: -944px 0px;
}
.iti__flag.iti__ci {
  height: 14px;
  background-position: -961px 0px;
}
.iti__flag.iti__ck {
  height: 10px;
  background-position: -983px 0px;
}
.iti__flag.iti__cl {
  height: 14px;
  background-position: -1005px 0px;
}
.iti__flag.iti__cm {
  height: 14px;
  background-position: -1027px 0px;
}
.iti__flag.iti__cn {
  height: 14px;
  background-position: -1049px 0px;
}
.iti__flag.iti__co {
  height: 14px;
  background-position: -1071px 0px;
}
.iti__flag.iti__cp {
  height: 14px;
  background-position: -1093px 0px;
}
.iti__flag.iti__cr {
  height: 12px;
  background-position: -1115px 0px;
}
.iti__flag.iti__cu {
  height: 10px;
  background-position: -1137px 0px;
}
.iti__flag.iti__cv {
  height: 12px;
  background-position: -1159px 0px;
}
.iti__flag.iti__cw {
  height: 14px;
  background-position: -1181px 0px;
}
.iti__flag.iti__cx {
  height: 10px;
  background-position: -1203px 0px;
}
.iti__flag.iti__cy {
  height: 14px;
  background-position: -1225px 0px;
}
.iti__flag.iti__cz {
  height: 14px;
  background-position: -1247px 0px;
}
.iti__flag.iti__de {
  height: 12px;
  background-position: -1269px 0px;
}
.iti__flag.iti__dg {
  height: 10px;
  background-position: -1291px 0px;
}
.iti__flag.iti__dj {
  height: 14px;
  background-position: -1313px 0px;
}
.iti__flag.iti__dk {
  height: 15px;
  background-position: -1335px 0px;
}
.iti__flag.iti__dm {
  height: 10px;
  background-position: -1357px 0px;
}
.iti__flag.iti__do {
  height: 14px;
  background-position: -1379px 0px;
}
.iti__flag.iti__dz {
  height: 14px;
  background-position: -1401px 0px;
}
.iti__flag.iti__ea {
  height: 14px;
  background-position: -1423px 0px;
}
.iti__flag.iti__ec {
  height: 14px;
  background-position: -1445px 0px;
}
.iti__flag.iti__ee {
  height: 13px;
  background-position: -1467px 0px;
}
.iti__flag.iti__eg {
  height: 14px;
  background-position: -1489px 0px;
}
.iti__flag.iti__eh {
  height: 10px;
  background-position: -1511px 0px;
}
.iti__flag.iti__er {
  height: 10px;
  background-position: -1533px 0px;
}
.iti__flag.iti__es {
  height: 14px;
  background-position: -1555px 0px;
}
.iti__flag.iti__et {
  height: 10px;
  background-position: -1577px 0px;
}
.iti__flag.iti__eu {
  height: 14px;
  background-position: -1599px 0px;
}
.iti__flag.iti__fi {
  height: 12px;
  background-position: -1621px 0px;
}
.iti__flag.iti__fj {
  height: 10px;
  background-position: -1643px 0px;
}
.iti__flag.iti__fk {
  height: 10px;
  background-position: -1665px 0px;
}
.iti__flag.iti__fm {
  height: 11px;
  background-position: -1687px 0px;
}
.iti__flag.iti__fo {
  height: 15px;
  background-position: -1709px 0px;
}
.iti__flag.iti__fr {
  height: 14px;
  background-position: -1731px 0px;
}
.iti__flag.iti__ga {
  height: 15px;
  background-position: -1753px 0px;
}
.iti__flag.iti__gb {
  height: 10px;
  background-position: -1775px 0px;
}
.iti__flag.iti__gd {
  height: 12px;
  background-position: -1797px 0px;
}
.iti__flag.iti__ge {
  height: 14px;
  background-position: -1819px 0px;
}
.iti__flag.iti__gf {
  height: 14px;
  background-position: -1841px 0px;
}
.iti__flag.iti__gg {
  height: 14px;
  background-position: -1863px 0px;
}
.iti__flag.iti__gh {
  height: 14px;
  background-position: -1885px 0px;
}
.iti__flag.iti__gi {
  height: 10px;
  background-position: -1907px 0px;
}
.iti__flag.iti__gl {
  height: 14px;
  background-position: -1929px 0px;
}
.iti__flag.iti__gm {
  height: 14px;
  background-position: -1951px 0px;
}
.iti__flag.iti__gn {
  height: 14px;
  background-position: -1973px 0px;
}
.iti__flag.iti__gp {
  height: 14px;
  background-position: -1995px 0px;
}
.iti__flag.iti__gq {
  height: 14px;
  background-position: -2017px 0px;
}
.iti__flag.iti__gr {
  height: 14px;
  background-position: -2039px 0px;
}
.iti__flag.iti__gs {
  height: 10px;
  background-position: -2061px 0px;
}
.iti__flag.iti__gt {
  height: 13px;
  background-position: -2083px 0px;
}
.iti__flag.iti__gu {
  height: 11px;
  background-position: -2105px 0px;
}
.iti__flag.iti__gw {
  height: 10px;
  background-position: -2127px 0px;
}
.iti__flag.iti__gy {
  height: 12px;
  background-position: -2149px 0px;
}
.iti__flag.iti__hk {
  height: 14px;
  background-position: -2171px 0px;
}
.iti__flag.iti__hm {
  height: 10px;
  background-position: -2193px 0px;
}
.iti__flag.iti__hn {
  height: 10px;
  background-position: -2215px 0px;
}
.iti__flag.iti__hr {
  height: 10px;
  background-position: -2237px 0px;
}
.iti__flag.iti__ht {
  height: 12px;
  background-position: -2259px 0px;
}
.iti__flag.iti__hu {
  height: 10px;
  background-position: -2281px 0px;
}
.iti__flag.iti__ic {
  height: 14px;
  background-position: -2303px 0px;
}
.iti__flag.iti__id {
  height: 14px;
  background-position: -2325px 0px;
}
.iti__flag.iti__ie {
  height: 10px;
  background-position: -2347px 0px;
}
.iti__flag.iti__il {
  height: 15px;
  background-position: -2369px 0px;
}
.iti__flag.iti__im {
  height: 10px;
  background-position: -2391px 0px;
}
.iti__flag.iti__in {
  height: 14px;
  background-position: -2413px 0px;
}
.iti__flag.iti__io {
  height: 10px;
  background-position: -2435px 0px;
}
.iti__flag.iti__iq {
  height: 14px;
  background-position: -2457px 0px;
}
.iti__flag.iti__ir {
  height: 12px;
  background-position: -2479px 0px;
}
.iti__flag.iti__is {
  height: 15px;
  background-position: -2501px 0px;
}
.iti__flag.iti__it {
  height: 14px;
  background-position: -2523px 0px;
}
.iti__flag.iti__je {
  height: 12px;
  background-position: -2545px 0px;
}
.iti__flag.iti__jm {
  height: 10px;
  background-position: -2567px 0px;
}
.iti__flag.iti__jo {
  height: 10px;
  background-position: -2589px 0px;
}
.iti__flag.iti__jp {
  height: 14px;
  background-position: -2611px 0px;
}
.iti__flag.iti__ke {
  height: 14px;
  background-position: -2633px 0px;
}
.iti__flag.iti__kg {
  height: 12px;
  background-position: -2655px 0px;
}
.iti__flag.iti__kh {
  height: 13px;
  background-position: -2677px 0px;
}
.iti__flag.iti__ki {
  height: 10px;
  background-position: -2699px 0px;
}
.iti__flag.iti__km {
  height: 12px;
  background-position: -2721px 0px;
}
.iti__flag.iti__kn {
  height: 14px;
  background-position: -2743px 0px;
}
.iti__flag.iti__kp {
  height: 10px;
  background-position: -2765px 0px;
}
.iti__flag.iti__kr {
  height: 14px;
  background-position: -2787px 0px;
}
.iti__flag.iti__kw {
  height: 10px;
  background-position: -2809px 0px;
}
.iti__flag.iti__ky {
  height: 10px;
  background-position: -2831px 0px;
}
.iti__flag.iti__kz {
  height: 10px;
  background-position: -2853px 0px;
}
.iti__flag.iti__la {
  height: 14px;
  background-position: -2875px 0px;
}
.iti__flag.iti__lb {
  height: 14px;
  background-position: -2897px 0px;
}
.iti__flag.iti__lc {
  height: 10px;
  background-position: -2919px 0px;
}
.iti__flag.iti__li {
  height: 12px;
  background-position: -2941px 0px;
}
.iti__flag.iti__lk {
  height: 10px;
  background-position: -2963px 0px;
}
.iti__flag.iti__lr {
  height: 11px;
  background-position: -2985px 0px;
}
.iti__flag.iti__ls {
  height: 14px;
  background-position: -3007px 0px;
}
.iti__flag.iti__lt {
  height: 12px;
  background-position: -3029px 0px;
}
.iti__flag.iti__lu {
  height: 12px;
  background-position: -3051px 0px;
}
.iti__flag.iti__lv {
  height: 10px;
  background-position: -3073px 0px;
}
.iti__flag.iti__ly {
  height: 10px;
  background-position: -3095px 0px;
}
.iti__flag.iti__ma {
  height: 14px;
  background-position: -3117px 0px;
}
.iti__flag.iti__mc {
  height: 15px;
  background-position: -3139px 0px;
}
.iti__flag.iti__md {
  height: 10px;
  background-position: -3160px 0px;
}
.iti__flag.iti__me {
  height: 10px;
  background-position: -3182px 0px;
}
.iti__flag.iti__mf {
  height: 14px;
  background-position: -3204px 0px;
}
.iti__flag.iti__mg {
  height: 14px;
  background-position: -3226px 0px;
}
.iti__flag.iti__mh {
  height: 11px;
  background-position: -3248px 0px;
}
.iti__flag.iti__mk {
  height: 10px;
  background-position: -3270px 0px;
}
.iti__flag.iti__ml {
  height: 14px;
  background-position: -3292px 0px;
}
.iti__flag.iti__mm {
  height: 14px;
  background-position: -3314px 0px;
}
.iti__flag.iti__mn {
  height: 10px;
  background-position: -3336px 0px;
}
.iti__flag.iti__mo {
  height: 14px;
  background-position: -3358px 0px;
}
.iti__flag.iti__mp {
  height: 10px;
  background-position: -3380px 0px;
}
.iti__flag.iti__mq {
  height: 14px;
  background-position: -3402px 0px;
}
.iti__flag.iti__mr {
  height: 14px;
  background-position: -3424px 0px;
}
.iti__flag.iti__ms {
  height: 10px;
  background-position: -3446px 0px;
}
.iti__flag.iti__mt {
  height: 14px;
  background-position: -3468px 0px;
}
.iti__flag.iti__mu {
  height: 14px;
  background-position: -3490px 0px;
}
.iti__flag.iti__mv {
  height: 14px;
  background-position: -3512px 0px;
}
.iti__flag.iti__mw {
  height: 14px;
  background-position: -3534px 0px;
}
.iti__flag.iti__mx {
  height: 12px;
  background-position: -3556px 0px;
}
.iti__flag.iti__my {
  height: 10px;
  background-position: -3578px 0px;
}
.iti__flag.iti__mz {
  height: 14px;
  background-position: -3600px 0px;
}
.iti__flag.iti__na {
  height: 14px;
  background-position: -3622px 0px;
}
.iti__flag.iti__nc {
  height: 10px;
  background-position: -3644px 0px;
}
.iti__flag.iti__ne {
  height: 15px;
  background-position: -3666px 0px;
}
.iti__flag.iti__nf {
  height: 10px;
  background-position: -3686px 0px;
}
.iti__flag.iti__ng {
  height: 10px;
  background-position: -3708px 0px;
}
.iti__flag.iti__ni {
  height: 12px;
  background-position: -3730px 0px;
}
.iti__flag.iti__nl {
  height: 14px;
  background-position: -3752px 0px;
}
.iti__flag.iti__no {
  height: 15px;
  background-position: -3774px 0px;
}
.iti__flag.iti__np {
  height: 15px;
  background-position: -3796px 0px;
}
.iti__flag.iti__nr {
  height: 10px;
  background-position: -3811px 0px;
}
.iti__flag.iti__nu {
  height: 10px;
  background-position: -3833px 0px;
}
.iti__flag.iti__nz {
  height: 10px;
  background-position: -3855px 0px;
}
.iti__flag.iti__om {
  height: 10px;
  background-position: -3877px 0px;
}
.iti__flag.iti__pa {
  height: 14px;
  background-position: -3899px 0px;
}
.iti__flag.iti__pe {
  height: 14px;
  background-position: -3921px 0px;
}
.iti__flag.iti__pf {
  height: 14px;
  background-position: -3943px 0px;
}
.iti__flag.iti__pg {
  height: 15px;
  background-position: -3965px 0px;
}
.iti__flag.iti__ph {
  height: 10px;
  background-position: -3987px 0px;
}
.iti__flag.iti__pk {
  height: 14px;
  background-position: -4009px 0px;
}
.iti__flag.iti__pl {
  height: 13px;
  background-position: -4031px 0px;
}
.iti__flag.iti__pm {
  height: 14px;
  background-position: -4053px 0px;
}
.iti__flag.iti__pn {
  height: 10px;
  background-position: -4075px 0px;
}
.iti__flag.iti__pr {
  height: 14px;
  background-position: -4097px 0px;
}
.iti__flag.iti__ps {
  height: 10px;
  background-position: -4119px 0px;
}
.iti__flag.iti__pt {
  height: 14px;
  background-position: -4141px 0px;
}
.iti__flag.iti__pw {
  height: 13px;
  background-position: -4163px 0px;
}
.iti__flag.iti__py {
  height: 11px;
  background-position: -4185px 0px;
}
.iti__flag.iti__qa {
  height: 8px;
  background-position: -4207px 0px;
}
.iti__flag.iti__re {
  height: 14px;
  background-position: -4229px 0px;
}
.iti__flag.iti__ro {
  height: 14px;
  background-position: -4251px 0px;
}
.iti__flag.iti__rs {
  height: 14px;
  background-position: -4273px 0px;
}
.iti__flag.iti__ru {
  height: 14px;
  background-position: -4295px 0px;
}
.iti__flag.iti__rw {
  height: 14px;
  background-position: -4317px 0px;
}
.iti__flag.iti__sa {
  height: 14px;
  background-position: -4339px 0px;
}
.iti__flag.iti__sb {
  height: 10px;
  background-position: -4361px 0px;
}
.iti__flag.iti__sc {
  height: 10px;
  background-position: -4383px 0px;
}
.iti__flag.iti__sd {
  height: 10px;
  background-position: -4405px 0px;
}
.iti__flag.iti__se {
  height: 13px;
  background-position: -4427px 0px;
}
.iti__flag.iti__sg {
  height: 14px;
  background-position: -4449px 0px;
}
.iti__flag.iti__sh {
  height: 10px;
  background-position: -4471px 0px;
}
.iti__flag.iti__si {
  height: 10px;
  background-position: -4493px 0px;
}
.iti__flag.iti__sj {
  height: 15px;
  background-position: -4515px 0px;
}
.iti__flag.iti__sk {
  height: 14px;
  background-position: -4537px 0px;
}
.iti__flag.iti__sl {
  height: 14px;
  background-position: -4559px 0px;
}
.iti__flag.iti__sm {
  height: 15px;
  background-position: -4581px 0px;
}
.iti__flag.iti__sn {
  height: 14px;
  background-position: -4603px 0px;
}
.iti__flag.iti__so {
  height: 14px;
  background-position: -4625px 0px;
}
.iti__flag.iti__sr {
  height: 14px;
  background-position: -4647px 0px;
}
.iti__flag.iti__ss {
  height: 10px;
  background-position: -4669px 0px;
}
.iti__flag.iti__st {
  height: 10px;
  background-position: -4691px 0px;
}
.iti__flag.iti__sv {
  height: 12px;
  background-position: -4713px 0px;
}
.iti__flag.iti__sx {
  height: 14px;
  background-position: -4735px 0px;
}
.iti__flag.iti__sy {
  height: 14px;
  background-position: -4757px 0px;
}
.iti__flag.iti__sz {
  height: 14px;
  background-position: -4779px 0px;
}
.iti__flag.iti__ta {
  height: 10px;
  background-position: -4801px 0px;
}
.iti__flag.iti__tc {
  height: 10px;
  background-position: -4823px 0px;
}
.iti__flag.iti__td {
  height: 14px;
  background-position: -4845px 0px;
}
.iti__flag.iti__tf {
  height: 14px;
  background-position: -4867px 0px;
}
.iti__flag.iti__tg {
  height: 13px;
  background-position: -4889px 0px;
}
.iti__flag.iti__th {
  height: 14px;
  background-position: -4911px 0px;
}
.iti__flag.iti__tj {
  height: 10px;
  background-position: -4933px 0px;
}
.iti__flag.iti__tk {
  height: 10px;
  background-position: -4955px 0px;
}
.iti__flag.iti__tl {
  height: 10px;
  background-position: -4977px 0px;
}
.iti__flag.iti__tm {
  height: 14px;
  background-position: -4999px 0px;
}
.iti__flag.iti__tn {
  height: 14px;
  background-position: -5021px 0px;
}
.iti__flag.iti__to {
  height: 10px;
  background-position: -5043px 0px;
}
.iti__flag.iti__tr {
  height: 14px;
  background-position: -5065px 0px;
}
.iti__flag.iti__tt {
  height: 12px;
  background-position: -5087px 0px;
}
.iti__flag.iti__tv {
  height: 10px;
  background-position: -5109px 0px;
}
.iti__flag.iti__tw {
  height: 14px;
  background-position: -5131px 0px;
}
.iti__flag.iti__tz {
  height: 14px;
  background-position: -5153px 0px;
}
.iti__flag.iti__ua {
  height: 14px;
  background-position: -5175px 0px;
}
.iti__flag.iti__ug {
  height: 14px;
  background-position: -5197px 0px;
}
.iti__flag.iti__um {
  height: 11px;
  background-position: -5219px 0px;
}
.iti__flag.iti__un {
  height: 14px;
  background-position: -5241px 0px;
}
.iti__flag.iti__us {
  height: 11px;
  background-position: -5263px 0px;
}
.iti__flag.iti__uy {
  height: 14px;
  background-position: -5285px 0px;
}
.iti__flag.iti__uz {
  height: 10px;
  background-position: -5307px 0px;
}
.iti__flag.iti__va {
  height: 15px;
  background-position: -5329px 0px;
}
.iti__flag.iti__vc {
  height: 14px;
  background-position: -5346px 0px;
}
.iti__flag.iti__ve {
  height: 14px;
  background-position: -5368px 0px;
}
.iti__flag.iti__vg {
  height: 10px;
  background-position: -5390px 0px;
}
.iti__flag.iti__vi {
  height: 14px;
  background-position: -5412px 0px;
}
.iti__flag.iti__vn {
  height: 14px;
  background-position: -5434px 0px;
}
.iti__flag.iti__vu {
  height: 12px;
  background-position: -5456px 0px;
}
.iti__flag.iti__wf {
  height: 14px;
  background-position: -5478px 0px;
}
.iti__flag.iti__ws {
  height: 10px;
  background-position: -5500px 0px;
}
.iti__flag.iti__xk {
  height: 15px;
  background-position: -5522px 0px;
}
.iti__flag.iti__ye {
  height: 14px;
  background-position: -5544px 0px;
}
.iti__flag.iti__yt {
  height: 14px;
  background-position: -5566px 0px;
}
.iti__flag.iti__za {
  height: 14px;
  background-position: -5588px 0px;
}
.iti__flag.iti__zm {
  height: 14px;
  background-position: -5610px 0px;
}
.iti__flag.iti__zw {
  height: 10px;
  background-position: -5632px 0px;
}
.iti__flag.iti__np {
  background-color: transparent;
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .iti__flag {
    background-size: 5652px 15px;
  }
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .iti__flag {
    background-image: url("../images/flags@2x.png");
  }
}/*# sourceMappingURL=active.css.map */