/** Media Queries **/
/** Hamburger Menu **/
/*****************
Color  
******************/
/*****************
Background Color  
******************/
/*****************
Header Style   
******************/
/*****************
Menu Style (Responsive)
******************/
/*****************
Icon
******************/
/*****************
Navigation Style   
******************/
/*****************
Buttons  
******************/
/*****************
Links
******************/
/*****************
Movie Listing  
******************/
/*****************
Footer  
******************/
/*****************
Signup Page 
******************/
/*****************
Links
******************/
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&amp;display=swap");
html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: "Poppins", sans-serif;
  color: #212121;
  font-size: 16px;
  font-weight: 400;
  background-color: #FFFFFF;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  overflow-y: visible;
}
body.overflow {
  overflow: hidden;
}
body.open-menu {
  height: 100vh;
  overflow-y: hidden;
}

@media (max-width: 768px) {
  .col-sm-4, .col-sm-3 {
    width: 100%;
  }
}

h1,
h2,
h3,
h4,
h6 {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  color: #333333;
}

h1 {
  font-size: 70px;
  line-height: 120%;
  margin-bottom: 15px;
  font-weight: 700;
  color: #001848;
}
@media (max-width: 767px) {
  h1 {
    font-size: 45px;
  }
}

h2 {
  font-size: 90px;
  line-height: 115%;
  margin: 15px 0;
}
@media (max-width: 767px) {
  h2 {
    font-size: 32px;
    margin-bottom: 20px;
  }
}

h3 {
  font-size: 40px;
  line-height: 115%;
}
@media (max-width: 767px) {
  h3 {
    font-size: 30px;
  }
}
h3.has-line {
  position: relative;
}
h3.has-line::after {
  content: "";
  width: 100px;
  background: #001848;
  height: 4px;
  position: absolute;
  bottom: -45px;
  left: 0;
}

h4 {
  font-size: 34px;
  line-height: 115%;
  margin-bottom: 15px;
  font-weight: 400;
}
@media (max-width: 767px) {
  h4 {
    font-size: 28px;
  }
}

h5 {
  font-size: 23px;
  line-height: 115%;
  font-weight: 400;
  margin: 18px 0 0;
}
@media (max-width: 767px) {
  h5 {
    font-size: 20px;
  }
}

h6 {
  font-size: 15px;
  line-height: 150%;
  color: #333333;
  font-weight: 600;
  margin-bottom: 15px;
}

p {
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-size: 16px;
  line-height: 26px;
  margin-bottom: 20px;
  color: #333333;
}

.sub-title {
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0.65px;
  color: #B20900;
}

.site--btn {
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-weight: 600;
  padding: 14px 20px;
  border-radius: 0 !important;
  display: inline-block;
  margin-bottom: 0;
  line-height: 20px;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  transition: all 400ms ease-in-out;
}
.site--btn:hover {
  text-decoration: none;
}
.site--btn.header {
  padding: 18px 30px 15px;
}
.site--btn.site--btn-primary {
  background-color: #001848 !important;
  color: #FFFFFF !important;
  border: 2px solid #001848;
}
.site--btn.site--btn-primary:hover {
  background-color: #FFFFFF !important;
  color: #001848 !important;
  border: 2px solid #001848;
}
.site--btn.site--btn-yellow {
  background-color: #FFBF00 !important;
  color: #333333 !important;
  border: 2px solid #FFBF00;
}
.site--btn.site--btn-yellow:hover {
  background-color: transparent !important;
  color: #FFBF00 !important;
  border: 2px solid #FFBF00;
}
.site--btn.site--btn-secondary {
  color: #001848;
  background-color: #FFFFFF;
  border: 2px solid #001848;
}
.site--btn.site--btn-secondary:hover {
  color: #FFFFFF;
  background-color: #001848;
  border: 2px solid #001848;
}
.site--btn.body-button-font {
  font-size: 24px;
  color: #FFFFFF !important;
}
.site--btn.body-button-font:hover {
  color: #FFFFFF;
  background-color: transparent !important;
}

.link-primary {
  color: #B20900;
  font-family: "Poppins", sans-serif;
  font-size: 18px;
  font-weight: 400;
  display: inline-block;
  text-decoration: none;
  padding: 0 0 5px;
  background-image: linear-gradient(#001848, #001848), linear-gradient(transparent, transparent);
  background-size: 0 0, auto;
  background-repeat: no-repeat;
  background-position: center bottom;
  transition: all 0.3s ease-out;
}
.link-primary:hover, .link-primary:focus {
  text-decoration: none;
  color: #001848;
  background-color: transparent !important;
  background-size: 100% 2px, auto;
}
.link-primary.active {
  color: #001848 !important;
  font-weight: 500 !important;
  background-image: linear-gradient(#001848, #001848), linear-gradient(transparent, transparent);
  background-size: 100% 2px, auto;
}

footer .link-primary {
  background-image: linear-gradient(#FFFFFF, #FFFFFF), linear-gradient(transparent, transparent);
}
footer .link-primary:hover, footer .link-primary:focus {
  color: #FFFFFF;
}

.link-primary-body {
  color: #333333;
  font-family: "Poppins", sans-serif;
  font-size: 15px;
  font-weight: 600;
  display: inline-block;
  text-decoration: none;
  transition: all 300ms ease-out;
  position: relative;
  text-transform: uppercase;
  perspective: 1000px;
}
@media (max-width: 767px) {
  .link-primary-body {
    perspective: 0;
  }
}
.link-primary-body::after {
  content: "";
  background-image: url("images/arrow.svg");
  background-repeat: no-repeat;
  background-size: contain;
  width: 27px;
  height: 27px;
  border-radius: 50%;
  position: absolute;
  left: 110%;
  top: -2px;
  transition: all 300ms ease-in-out;
}
.link-primary-body span {
  position: relative;
  display: inline-block;
  padding: 0;
  transition: transform 0.3s;
  transform-origin: 50% 0;
  transform-style: preserve-3d;
}
.link-primary-body span:before {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 100%;
  content: attr(data-hover);
  transition: color 0.3s;
  transform: rotateX(-90deg);
  transform-origin: 50% 0;
  text-align: center;
}
@media (max-width: 767px) {
  .link-primary-body span:before {
    display: none;
  }
}
.link-primary-body:hover span, .link-primary-body:focus span {
  transform: rotateX(90deg) translateY(-22px);
}
@media (max-width: 767px) {
  .link-primary-body:hover span, .link-primary-body:focus span {
    transform: rotateX(0) translateY(0);
  }
}
.link-primary-body:hover span:before, .link-primary-body:focus span:before {
  color: #B89550 !important;
}
.link-primary-body:hover {
  color: #B89550 !important;
}
.link-primary-body:hover::after {
  transform: rotate(-35deg);
}

.needs-validation label, .news label {
  font-size: 14px;
  line-height: 25px;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  color: #000;
  margin-top: 30px;
}
.needs-validation .form-control, .news .form-control {
  height: 50px;
  border: none;
  border-bottom: 1px solid #CFCFCF;
  box-sizing: border-box;
  border-radius: 0;
  color: #000;
  padding: 0;
}
.needs-validation .form-control::placeholder, .news .form-control::placeholder {
  color: #CFCFCF;
}
.needs-validation .form-control:focus, .news .form-control:focus {
  outline: 0;
  box-shadow: none;
  border-bottom: 1px solid #CFCFCF;
}
.needs-validation textarea, .news textarea {
  height: 90px !important;
}
.needs-validation .site--btn, .news .site--btn {
  margin-top: 30px;
  padding: 15px;
  width: 100%;
}
.needs-validation .custom-file-input, .news .custom-file-input {
  height: 130px;
  z-index: 99;
  cursor: pointer;
}
.needs-validation .custom-file, .news .custom-file {
  height: 130px;
  /*when a value is selected, this class removes the content */
}
.needs-validation .custom-file label, .news .custom-file label {
  background-image: url("data:image/svg+xml,%3csvg width='100%25' height='100%25' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='100%25' height='100%25' fill='none' stroke='%23CFCFCFFF' stroke-width='1' stroke-dasharray='6%2c 14' stroke-dashoffset='0' stroke-linecap='square'/%3e%3c/svg%3e");
  padding: 30px;
  border: none;
  text-align: center;
  font-weight: 300;
  color: #565656;
  font-size: 14px;
  margin: 15px 0 30px;
  height: 130px;
  display: flex;
  flex-flow: column;
  justify-content: center;
  z-index: 9;
}
.needs-validation .custom-file label span, .news .custom-file label span {
  margin-bottom: 10px;
}
.needs-validation .custom-file label::after, .news .custom-file label::after {
  display: none;
}
.needs-validation .custom-file .custom-file-input:lang(en)::after, .news .custom-file .custom-file-input:lang(en)::after {
  content: "Select file...";
}
.needs-validation .custom-file .custom-file-input:lang(en)::before, .news .custom-file .custom-file-input:lang(en)::before {
  content: "Click me";
}
.needs-validation .custom-file .custom-file-input.selected:lang(en)::after, .news .custom-file .custom-file-input.selected:lang(en)::after {
  content: "" !important;
}

.extra-small {
  color: #FFFFFF;
}

.header-wrapper {
  padding: 40px 0;
  position: relative;
  z-index: 9;
}
.header-wrapper.has-background {
  background: #F9F9F9;
}
@media (max-width: 767px) {
  .header-wrapper .site-logo {
    width: 40%;
  }
}
@media (max-width: 767px) and (max-width: 320px) {
  .header-wrapper .site-logo {
    width: 35%;
  }
}
@media (max-width: 767px) {
  .header-wrapper .site-logo img {
    width: 100%;
  }
}
.header-wrapper .link-primary {
  color: #525252;
  font-size: 14px;
  font-weight: 400;
  padding-bottom: 5px;
}
.header-wrapper .menu-link.open {
  background: #FFFFFF;
  box-shadow: 0px 1px 6px rgba(177, 177, 177, 0.25);
}
.header-wrapper .menu-link.open .icon::before, .header-wrapper .menu-link.open .icon::after {
  background-color: #222222;
}

.site-navigation .nav {
  display: -webkit-flex;
  display: -webkit-box;
  display: -moz-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
}

.site-header {
  will-change: height;
  top: 0;
  left: 0;
  z-index: 999;
  width: 100%;
  background-color: transparent;
  transition: all 300ms ease;
}
@media (max-width: 991px) {
  .site-header .margin-auto {
    margin: 0;
    text-align: left;
  }
}
.site-header .row {
  padding: 0 0 0 15px;
}
@media (max-width: 767px) {
  .site-header .row {
    max-width: 100%;
    margin: 0;
    padding: 0;
  }
}
.site-header .site-navigation-right {
  margin-left: auto;
  display: -webkit-flex;
  display: -webkit-box;
  display: -moz-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
}
.site-header .site-navigation-right li {
  margin-right: 30px;
}
.site-header .site-navigation-right p {
  font-size: 22px;
  font-weight: 500;
  color: #0F0F0F !important;
  margin: 0;
}
.site-header .site-navigation-right .nav {
  display: -webkit-flex;
  display: -webkit-box;
  display: -moz-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 160px;
}
@media (max-width: 1024px) {
  .site-header .site-navigation-right .nav {
    margin-right: 100px;
  }
}
@media (max-width: 767px) {
  .site-header .site-navigation-right .nav {
    text-align: center;
  }
}
.site-header .site-navigation-right .nav li {
  padding: 10px 15px;
}
.site-header .site-navigation-right .nav li a {
  font-family: "Poppins", sans-serif;
  color: #FFFFFF;
  font-size: 24px;
  line-height: 35px;
  font-weight: 18px;
  padding: 0;
  background-image: linear-gradient(#FFFFFF, #FFFFFF), linear-gradient(transparent, transparent);
  text-transform: uppercase;
}
.site-header .site-navigation-right .site--btn {
  margin-left: 20px;
}

#mobile-menu {
  position: absolute;
  background: #FFFFFF;
  z-index: 9;
  clear: both;
  overflow: hidden;
  max-height: 0;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  width: 100%;
}
#mobile-menu.open {
  max-height: 100vh;
  height: 100vh;
  margin: 10px 0;
  padding: 0px 0;
  overflow: hidden;
  background: #FFFFFF;
}

.navi {
  display: flex;
  padding: 20px 0;
  justify-content: center;
  flex-flow: column;
}
.navi li {
  margin: 0 0 20px;
}

.menu-link {
  margin-left: auto;
  margin-right: 15px;
}
.menu-link .icon {
  z-index: 99;
  transition-duration: 0.5s;
  position: absolute;
  height: 2px;
  width: 22px;
  top: 15px;
  right: 0px;
  background-color: #333333;
}
.menu-link .icon:before {
  transition-duration: 0.5s;
  position: absolute;
  width: 22px;
  height: 2px;
  background-color: #333333;
  content: "";
  top: -8px;
  right: 0;
}
.menu-link .icon:after {
  transition-duration: 0.5s;
  position: absolute;
  width: 22px;
  height: 2px;
  background-color: #333333;
  content: "";
  top: 8px;
  right: 0;
}
.menu-link.open .icon {
  transition-duration: 0.5s;
  background: transparent !important;
}
.menu-link.open .icon:before {
  transform: rotateZ(45deg) scaleX(1) translate(5px, 5px);
}
.menu-link.open .icon:after {
  transform: rotateZ(-45deg) scaleX(1) translate(6px, -6px);
}
.menu-link:hover {
  cursor: pointer;
}

html, body {
  max-width: 100%;
  overflow-x: hidden;
  text-rendering: optimizeLegibility;
}

.relative {
  position: relative;
}

.mobile {
  display: none;
}
@media (max-width: 991px) {
  .mobile {
    display: block;
  }
}

@media (max-width: 991px) {
  .desktop {
    display: none !important;
  }
}

@media (max-width: 767px) {
  .hide-mobile {
    display: none !important;
  }
}

.show-mobile {
  display: none !important;
}
@media (max-width: 767px) {
  .show-mobile {
    display: block !important;
  }
}

@media (max-width: 991px) {
  .text-align-center-mobile {
    text-align: center;
  }
}

.normal-screen {
  display: none;
}
@media (max-width: 1440px) {
  .normal-screen {
    display: block;
  }
}

.big-screen {
  display: block;
}
@media (max-width: 1440px) {
  .big-screen {
    display: none;
  }
}

.margin-auto {
  margin: 0 auto;
}

.firstletter:first-child:first-letter {
  float: left;
  font-size: 58px;
  line-height: 40px;
  padding-top: 12px;
  padding-right: 8px;
  padding-left: 3px;
}

@media (max-width: 767px) {
  .mobile-padding {
    padding: 0 0 0 15px;
  }
}

.scroll-disable {
  margin: 0;
  height: 100%;
  overflow: hidden;
}

.no-gutter {
  padding: 0;
}
@media (max-width: 768px) {
  .no-gutter {
    padding: 0 15px;
  }
}

.add-padding {
  padding: 0 15px;
}

ul {
  list-style: none;
  padding: 0;
}

.push-right {
  margin-left: auto;
}

a:hover {
  text-decoration: none;
}

.relative {
  position: relative;
}

.text-align-center {
  text-align: center;
}

.align-items-center {
  align-items: center;
}

.flex-wrap {
  flex-wrap: wrap;
}

@media (max-width: 991px) {
  .justify-content-center-mobile {
    justify-content: center;
  }
}

@media (max-width: 991px) {
  .text-align-center-mobile {
    text-align: center;
  }
}

.text-align-right {
  text-align: right;
}
@media (max-width: 767px) {
  .text-align-right {
    text-align: center;
  }
}

@media (max-width: 1024px) {
  .til-ipad {
    display: none !important;
  }
}

.ipad {
  display: none !important;
}
@media (max-width: 1024px) {
  .ipad {
    display: flex !important;
  }
}

@media (max-width: 767px) {
  .desktop-only {
    display: none !important;
  }
}

.mobile-only {
  display: none !important;
}
@media (max-width: 767px) {
  .mobile-only {
    display: flex !important;
  }
}

.color-white {
  color: #FFFFFF;
}

.image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.title {
  margin-bottom: 40px;
}

.position-1 {
  position: absolute;
  right: 95%;
  top: -100px;
}
@media (max-width: 767px) {
  .position-1 {
    right: 80%;
  }
}

.position-8 {
  right: 95%;
  top: 250px;
  z-index: 1;
}
@media (max-width: 767px) {
  .position-8 {
    right: 80%;
    top: -90px;
  }
}

.position-2 {
  position: absolute;
  left: 100%;
  top: 300px;
}
@media (max-width: 767px) {
  .position-2 {
    left: 92% !important;
    top: -160px !important;
  }
}

.theme {
  position: absolute;
}
@media (max-width: 767px) {
  .theme {
    width: 130px;
    height: 150px;
  }
}
@media (max-width: 767px) {
  .theme img {
    width: 100%;
    opacity: 0.6;
  }
}

.wrap-link {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  cursor: pointer;
}

.scroll-down {
  text-align: center;
  z-index: 1;
  margin-top: 100px;
}

.scroll-down-bar {
  animation: elasticus 1.2s ease-in-out infinite;
  background: #B89550;
  bottom: 30%;
  display: inline-block;
  height: 60px;
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
  width: 2px;
}

.last-section {
  padding-bottom: 150px !important;
}

@keyframes elasticus {
  0% {
    transform: scale(1, 0);
    transform-origin: 0% 0%;
  }
  50% {
    transform: scale(1, 1);
    transform-origin: 0% 0%;
  }
  50.1% {
    transform: scale(1, 1);
    transform-origin: 0% 100%;
  }
  100% {
    transform: scale(1, 0);
    transform-origin: 0% 100%;
  }
}
.overlay {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.7);
  transition: opacity 500ms;
  visibility: hidden;
  opacity: 0;
  z-index: 999;
}
.overlay.active {
  visibility: visible;
  opacity: 1;
}

.overlay:target {
  visibility: visible;
  opacity: 1;
}

.popup {
  margin: 200px auto;
  padding: 80px;
  background: #fff;
  border-radius: 5px;
  width: 540px;
  position: relative;
  transition: all 300ms ease-in-out;
  text-align: center;
}
.popup h2 {
  margin-top: 30px;
  font-size: 16px;
  font-weight: 600;
}
.popup .content {
  font-size: 16px;
  font-weight: 300;
}

.popup .close {
  position: absolute;
  top: 20px;
  right: 30px;
  transition: all 200ms;
  font-size: 40px;
  font-weight: 300;
  text-decoration: none;
  color: #333;
  cursor: pointer;
}

.popup .close:hover {
  color: #22A544;
}

.popup .content {
  max-height: 30%;
  overflow: auto;
}

@media screen and (max-width: 700px) {
  .box {
    width: 70%;
  }

  .popup {
    width: 70%;
  }
}
.loader {
  position: absolute;
  z-index: 999;
  background: #FFFFFF;
  width: 100vw;
  left: 0;
  top: 0;
  transition: all 300ms ease-in-out;
  text-align: center;
  display: flex;
  flex-flow: column;
  justify-content: center;
  overflow: hidden;
  height: 0;
}
.loader.active {
  height: 100vh;
  transition: all 300ms ease-in-out;
}

.image-relative {
  position: relative;
  z-index: 9;
}

@keyframes float {
  0% {
    transform: translatey(0px);
  }
  50% {
    transform: translatey(-20px);
  }
  100% {
    transform: translatey(0px);
  }
}
.row {
  display: -webkit-flex;
  display: -webkit-box;
  display: -moz-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
}

.brand {
  position: absolute;
}
@media (max-width: 991px) {
  .brand {
    width: 100px;
  }
}
@media (max-width: 991px) {
  .brand img {
    width: 100%;
    object-fit: contain;
  }
}

.brand-1 {
  bottom: -76px;
  right: 0;
}
@media (max-width: 991px) {
  .brand-1 {
    bottom: -49px;
  }
}

.brand-2 {
  top: -76px;
  left: 0;
}
@media (max-width: 991px) {
  .brand-2 {
    top: -49px;
  }
}

.brand-3 {
  bottom: -76px;
  right: 0;
}
@media (max-width: 991px) {
  .brand-3 {
    bottom: -49px;
  }
}

.brand-4 {
  top: -76px;
  right: 0;
}
@media (max-width: 991px) {
  .brand-4 {
    top: -49px;
  }
}

.brand-5 {
  bottom: -76px;
  left: 0;
}
@media (max-width: 991px) {
  .brand-5 {
    bottom: -49px;
  }
}

.brand-6 {
  top: -136px;
  right: 0;
}
@media (max-width: 991px) {
  .brand-6 {
    top: -129px;
  }
}

.brand-7 {
  top: -76px;
  right: 0;
}
@media (max-width: 991px) {
  .brand-7 {
    top: -49px;
  }
}

.blue-text {
  color: #001848;
}

.banner {
  position: relative;
  padding: 0px 0 0;
}
.banner .container {
  position: relative;
  z-index: 1;
}
.banner::after {
  content: "";
  background: #EAF8FD;
  width: 48%;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
}
.banner .text-area {
  margin-top: 100px;
}
@media (max-width: 991px) {
  .banner .text-area {
    margin-top: 0px;
  }
}
.banner .sphere-animation {
  overflow: hidden;
  transform: translatey(0px);
  animation: float 6s ease-in-out infinite;
}
.banner .sphere-animation img {
  width: 100%;
}
.banner .custom-margin-top {
  margin-top: -280px;
}
@media (max-width: 991px) {
  .banner .custom-margin-top {
    margin-top: 10px;
  }
}
@media (max-width: 1199px) {
  .banner .custom-margin-top svg {
    width: 100%;
    height: auto;
  }
}
.banner .arrow-banner {
  width: 100%;
  height: 100%;
}
@media (max-width: 991px) {
  .banner .site--btn {
    margin: 50px 0 0;
  }
}

.relative-page .banner:after {
  display: none;
}
.relative-page .top-banner-text {
  margin: 30px 0 90px;
}
.relative-page .top-banner-text h1 {
  color: #333333;
  font-size: 65px;
  line-height: 110%;
}
@media (max-width: 991px) {
  .relative-page .top-banner-text h1 {
    font-size: 45px;
  }
}
.relative-page .top-banner-image {
  min-height: 400px;
  text-align: center;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
@media (max-width: 991px) {
  .relative-page .top-banner-image {
    min-height: 300px;
  }
}
.relative-page .top-banner-image .container {
  padding: 100px 15px;
}
.relative-page .top-banner-image.profile-banner {
  background-image: url("images/sub_banner02.jpg");
}
.relative-page .top-banner-image.services-banner {
  background-image: url("images/services_banner02.jpg");
}
.relative-page .top-banner-image.leadership-banner {
  background-image: url("images/leadership_banner.jpg");
}
.relative-page .top-banner-image.expertise-banner {
  background-image: url("images/expertise_banner02.jpg");
}
.relative-page .top-banner-image.work-banner {
  background-image: url("images/work_banner02.jpg");
}
.relative-page .top-banner-image.contact-banner {
  background-image: url("images/contact_banner.jpg");
}
.relative-page .top-banner-image h3 {
  color: #FFFFFF;
  font-size: 35px;
  line-height: 145%;
}
@media (max-width: 991px) {
  .relative-page .top-banner-image h3 {
    font-size: 25px;
  }
}

.contact-section {
  padding: 90px 0 180px;
}
@media (max-width: 991px) {
  .contact-section {
    padding: 40px 0 180px;
  }
}
.contact-section p {
  font-weight: 400;
}
.contact-section .blue {
  color: #001848;
  margin: 30px 0 5px;
}

.overview {
  padding: 90px 0 0;
}
@media (max-width: 991px) {
  .overview {
    padding: 40px 0 0;
  }
}
.overview h2 {
  font-size: 40px;
  margin: 0;
}
@media (max-width: 991px) {
  .overview h2 {
    font-size: 33px;
    margin: 0 0 10px;
  }
}
.overview h4 {
  color: #001848;
  font-size: 35px;
  font-weight: 400;
  margin: 0;
}
@media (max-width: 991px) {
  .overview h4 {
    font-size: 25px;
  }
}
.overview h3 {
  font-weight: 600;
}
.overview h5 {
  font-weight: 700;
  line-height: 130%;
  font-size: 26px;
  width: 85%;
}
@media (max-width: 991px) {
  .overview h5 {
    font-size: 22px;
    width: 100%;
  }
}
.overview .push-right .list {
  margin: 0;
}

.full-width-image {
  margin: 60px 0 0;
}
.full-width-image img {
  width: 100%;
}

.mission-vision {
  margin: 100px 0;
  background-image: url("images/mission_image02.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  text-align: center;
  color: white;
}
@media (max-width: 991px) {
  .mission-vision {
    margin: 60px 0;
  }
}
.mission-vision .has-border {
  border-right: 1px solid rgba(255, 255, 255, 0.5);
}
@media (max-width: 991px) {
  .mission-vision .has-border {
    border-right: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
}
.mission-vision .relative {
  padding: 90px 15px;
}
@media (max-width: 991px) {
  .mission-vision .relative {
    padding: 50px 10px;
  }
}
.mission-vision h3 {
  color: white;
}
.mission-vision h5 {
  width: 75%;
  margin: 0 auto;
  font-size: 20px;
  font-weight: 600;
  line-height: 140%;
}
@media (max-width: 991px) {
  .mission-vision h5 {
    width: 100%;
    font-size: 18px;
  }
}

.two-column {
  padding: 150px 0 100px;
}
@media (max-width: 767px) {
  .two-column {
    padding: 70px 0 80px;
  }
}
.two-column p {
  color: #141414;
  font-size: 15px;
}
@media (max-width: 991px) {
  .two-column .image-banner {
    margin-bottom: 30px;
  }
}
@media (max-width: 991px) {
  .two-column .image-banner svg {
    width: 100%;
  }
}
.two-column .link-primary-body {
  margin-top: 15px;
}

.service-listing {
  padding: 40px 0 90px;
}

.service-blocks .service-block {
  margin-bottom: 40px;
}
.service-blocks .service-block .icon img {
  width: 100%;
}

.clients {
  padding: 90px 0;
}
@media (max-width: 767px) {
  .clients {
    padding: 90px 0 40px;
  }
}
.clients .client-block {
  margin-bottom: 50px;
}
.clients .client-block .icon {
  background: #EAF8FD;
  padding: 3px;
  text-align: center;
  min-height: 160px;
  margin-bottom: 15px;
  display: flex;
  flex-flow: column;
  justify-content: center;
}
.clients .client-block h4 {
  font-size: 23px;
  margin: 0 0 10px;
}
@media (max-width: 767px) {
  .clients .client-block h4 {
    font-size: 18px;
  }
}

.cta-banner {
  margin: 0 0 150px;
}
@media (max-width: 767px) {
  .cta-banner {
    margin: 0 0 90px;
  }
}
.cta-banner .image-background {
  background-image: url("images/wrok_image.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  height: 500px;
}
@media (max-width: 767px) {
  .cta-banner .image-background {
    height: 300px;
  }
}
.cta-banner .blue-background {
  background: #001848;
  padding: 80px 130px 80px 90px;
}
@media (max-width: 768px) {
  .cta-banner .blue-background {
    padding: 40px 40px 30px 20px;
  }
}
@media (max-width: 767px) {
  .cta-banner .blue-background {
    padding: 30px 15px;
  }
}
.cta-banner .blue-background h4, .cta-banner .blue-background p {
  color: white;
}
.cta-banner .blue-background .site--btn {
  margin-top: 30px;
}

.services {
  padding: 120px 0 100px;
}
@media (max-width: 768px) {
  .services {
    padding: 40px 0;
  }
}
.services .service-blocks {
  justify-content: center;
}
.services .more {
  margin-top: 50px;
}
@media (max-width: 768px) {
  .services .more {
    margin-top: 0px;
  }
}

.list {
  margin: 20px 0;
  padding: 0;
}
.list li {
  color: #333333;
  font-size: 18px;
  line-height: 100%;
  font-weight: 500;
  padding: 20px 0;
  border-bottom: 1px solid #B1B1B1;
}
@media (max-width: 991px) {
  .list li {
    font-size: 22px;
  }
}
.list.small-text {
  margin-top: 0px;
}
.list.small-text li {
  color: #333333;
  font-size: 15px;
  line-height: 160%;
  font-weight: 600;
}
@media (max-width: 991px) {
  .list.same-height {
    margin: 0;
  }
}
.list.same-height li {
  height: 90px;
  display: flex;
  flex-flow: column;
  justify-content: center;
  font-size: 20px;
  font-weight: 400;
}
@media (max-width: 991px) {
  .list.same-height li {
    height: auto;
  }
}

.expertise {
  padding: 120px 0 40px 0;
}
@media (max-width: 767px) {
  .expertise {
    padding: 50px 0 40px 0;
  }
}

.technology {
  background: #EAF8FD;
  margin-top: 150px;
}
@media (max-width: 991px) {
  .technology {
    margin-top: 100px;
  }
}
.technology .relative {
  padding: 120px 15px 100px;
}
@media (max-width: 991px) {
  .technology .relative {
    padding: 90px 15px 90px;
  }
}
.technology .title {
  text-align: left;
}
.technology .technology-block {
  text-align: center;
  margin-bottom: 30px;
  background: #FFFFFF;
  padding: 20px;
}
@media (max-width: 991px) {
  .technology .technology-block img {
    width: 100%;
  }
}

.full-width-banner {
  margin: 30px 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  text-align: center;
}
@media (max-width: 767px) {
  .full-width-banner {
    margin: 40px 0;
  }
}
.full-width-banner h2 {
  color: white;
}
.full-width-banner .inner-div {
  padding: 190px 0;
}
@media (max-width: 991px) {
  .full-width-banner .inner-div {
    padding: 90px 0;
  }
}
.full-width-banner .container {
  position: relative;
}
.full-width-banner.comprehensive {
  background-image: url("images/image01.jpg");
}
.full-width-banner.exposure {
  background-image: url("images/image03.jpg");
}
.full-width-banner.work {
  background-image: url("images/work_banner02.jpg");
}

.partners {
  padding: 40px 0 30px;
  background: rgba(219, 217, 210, 0.3);
  text-align: center;
}
.partners h3 {
  color: #1C1F21;
  margin-bottom: 20px;
}
@media (max-width: 991px) {
  .partners .partner-logos img {
    width: 100%;
  }
}

.title-block h2 {
  position: relative;
  display: inline-block;
  margin-bottom: 35px;
  text-transform: uppercase;
}

.section-title {
  margin-bottom: 40px;
}

.about-section {
  padding: 90px 0;
}
@media (max-width: 767px) {
  .about-section {
    padding: 50px 0 30px;
  }
}
.about-section .flex {
  display: flex;
  margin-top: 40px;
  justify-content: space-between;
  flex-wrap: wrap;
}
.about-section .flex .about-block {
  width: 45%;
}
@media (max-width: 767px) {
  .about-section .flex .about-block {
    width: 100%;
    margin-bottom: 30px;
  }
}
.about-section .flex .about-block h4 {
  margin: 20px 0 10px;
  font-weight: 600;
}
.about-section .flex .about-block p {
  font-weight: 300;
}
.about-section .right-content {
  padding-left: 40px;
}
@media (max-width: 991px) {
  .about-section .right-content {
    padding-left: 0px;
  }
}
.about-section h2 {
  font-size: 40px;
}
.about-section .image-banner {
  margin: 30px 0 50px;
}
.about-section .image-banner img {
  width: 100%;
}

.full-width-background {
  padding: 70px 0;
  background: #f0f3fa;
  background: linear-gradient(184deg, #f0f3fa 0%, #f0f3fa 27%, #f0f3fa 43%);
}

.title-section {
  margin-bottom: 40px;
}
.title-section h2 {
  margin: 0 0 30px;
}

#newsletter {
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
  flex-wrap: wrap;
}
#newsletter .form {
  width: 73%;
}
@media (max-width: 767px) {
  #newsletter .form {
    width: 100%;
    margin-bottom: 15px;
  }
}
#newsletter .form-control {
  background: transparent;
}
#newsletter .site--btn {
  width: 23%;
  margin: 0;
  height: 50px;
  font-size: 15px;
}
@media (max-width: 767px) {
  #newsletter .site--btn {
    width: 100%;
  }
}

footer {
  background-image: url("images/footer.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: top right;
  background-color: #001848;
  padding: 60px 0;
}
@media (max-width: 767px) {
  footer {
    padding: 80px 0 20px;
  }
}
footer .container {
  position: relative;
}
footer h4 {
  color: white;
  font-size: 65px;
  line-height: 90%;
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  footer h4 {
    font-size: 45px;
  }
}
footer h4 span {
  font-size: 50px;
}
@media (max-width: 767px) {
  footer h4 span {
    font-size: 35px;
  }
}
footer p {
  font-weight: 400;
}
footer .email {
  display: inline;
  color: #FFFFFF;
  padding: 0 0 5px;
  background-image: linear-gradient(#FFFFFF, #FFFFFF), linear-gradient(transparent, transparent);
  background-size: 100% 1px, auto;
  background-repeat: no-repeat;
  background-position: center bottom;
}
footer .blue {
  color: #B89550;
  margin-top: 30px;
}
@media (max-width: 767px) {
  footer .footer-details {
    margin: 20px 0 30px 0;
  }
}
footer .footer-details .copyright {
  margin-top: 30px;
}
footer .footer-details p, footer .footer-details a {
  color: #5E626C;
  font-size: 16px;
  font-weight: 400 !important;
  margin: 0;
  line-height: 150%;
}
footer .footer-details .has-icon {
  padding-left: 35px;
  position: relative;
  margin-bottom: 15px;
}
footer .footer-details .has-icon::after {
  content: "";
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  left: 0;
  top: 0;
  width: 24px;
  height: 24px;
}
footer .footer-details .has-icon.location::after {
  background-image: url("images/icon-location.svg");
}
footer .footer-details .has-icon.phone::after {
  background-image: url("images/icon-phone.svg");
}
footer .footer-details .has-icon.email::after {
  background-image: url("images/icon-email.svg");
}
footer .copyright {
  margin-top: 90px;
}
@media (max-width: 767px) {
  footer .copyright {
    margin-top: 20px;
  }
}
@media (max-width: 767px) {
  footer .push-right {
    margin-right: auto;
    margin-left: 0;
  }
}
footer .right {
  text-align: right;
}
@media (max-width: 991px) {
  footer .right {
    text-align: left;
  }
}
footer .footer-links {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
@media (max-width: 991px) {
  footer .footer-links {
    margin-top: 10px;
    justify-content: flex-start;
  }
}
footer .footer-links li {
  margin-left: 15px;
  text-align: right;
}
@media (max-width: 991px) {
  footer .footer-links li {
    text-align: left;
    margin: 0 15px 10px 0;
  }
}
footer .footer-links li a {
  margin: 0;
  font-size: 16px;
  color: #FFFFFF;
  line-height: 120%;
  font-weight: 400 !important;
}
footer .footer-links li a:hover {
  color: #B89550;
}

.about-banner {
  padding: 0 0 40px;
  background-image: url("images/about-us-banner.jpg");
  background-position: center;
  background-size: cover;
  height: 500px;
}
.about-banner .link-primary {
  color: #FFFFFF;
  background-image: linear-gradient(#FFFFFF, #FFFFFF), linear-gradient(transparent, transparent);
}
.about-banner .menu-link {
  background: #FFFFFF;
}
.about-banner .menu-link .icon {
  background: #001848;
}
.about-banner .menu-link .icon::before, .about-banner .menu-link .icon::after {
  background: #001848;
}
.about-banner #mobile-menu {
  background: #001848;
}
.about-banner #mobile-menu a {
  color: #FFFFFF;
}
.about-banner .banner-text {
  margin-top: 50px;
}
.about-banner .banner-text h1 {
  font-size: 72px;
  color: #FFFFFF;
}
@media (max-width: 767px) {
  .about-banner .banner-text h1 {
    font-size: 40px;
  }
}
.about-banner .banner-text p {
  width: 80%;
  margin: 0 auto;
  color: #F2F2F2;
}

.signup-section {
  padding: 40px 0 120px;
}
@media (max-width: 767px) {
  .signup-section {
    padding: 40px 0 70px;
  }
}
.signup-section .title-section h2 {
  color: #EB5B29;
}
.signup-section .signup-form {
  background: #F2F2EC;
  padding: 30px;
}
@media (max-width: 767px) {
  .signup-section .signup-form {
    padding: 30px 15px;
  }
}
.signup-section .signup-form h3 {
  margin-bottom: 25px;
}
.signup-section .extra-form-details {
  padding: 0 10px;
  margin-top: 30px;
  text-align: center;
}
.signup-section .extra-form-details .dark {
  color: #0F1318;
  font-size: 18px;
  font-weight: 700;
  margin: 0 5px;
}
.signup-section .extra-form-details .dark a {
  color: #5454D4;
}
.signup-section .extra-form-details .extra-small {
  color: #0F1318;
  font-size: 15px;
  font-weight: 400;
}
@media (max-width: 767px) {
  .signup-section .extra-form-details .extra-small {
    color: #0F1318;
  }
}

.blogs-section {
  padding: 90px 0;
}
@media (max-width: 767px) {
  .blogs-section {
    padding: 40px 0 40px;
  }
}
.blogs-section .blog-block {
  position: relative;
}
@media (max-width: 767px) {
  .blogs-section .blog-block {
    width: 90%;
    margin: 0 auto 40px;
  }
}
@media (max-width: 1199px) {
  .blogs-section .blog-block img {
    width: 100%;
  }
}
.blogs-section .position-9 {
  left: 100%;
  top: -350px;
  transform: matrix(1, 0, 0, -1, 0, 0);
}
.blogs-section .position-9 .rotate {
  transform: rotate(90deg);
}
@media (max-width: 767px) {
  .blogs-section .position-9 {
    left: 50%;
    top: -200px;
  }
}

.blog-content, .application-content {
  padding: 40px 0 90px;
}
@media (max-width: 767px) {
  .blog-content, .application-content {
    padding: 40px 0;
  }
}
.blog-content .position-about, .application-content .position-about {
  left: 100%;
  top: 50px;
}
@media (max-width: 767px) {
  .blog-content .position-about, .application-content .position-about {
    left: 80%;
    top: -40px;
  }
}
.blog-content .content p, .application-content .content p {
  margin-bottom: 25px;
  color: #000000;
}
.blog-content .content h4, .application-content .content h4 {
  margin-top: 30px;
}
.blog-content .title h2, .application-content .title h2 {
  font-size: 38px;
  margin-bottom: 20px;
}
.blog-content .title h6, .application-content .title h6 {
  font-weight: 400;
  letter-spacing: 1px;
}
.blog-content .title h6 span, .application-content .title h6 span {
  font-weight: 700;
}
.blog-content .title .client-logo, .application-content .title .client-logo {
  margin: 25px 0 60px;
}
@media (max-width: 991px) {
  .blog-content .title .client-logo, .application-content .title .client-logo {
    margin: 0 0 30px !important;
  }
}
.blog-content .title .client-link, .application-content .title .client-link {
  text-transform: uppercase;
  font-size: 14px;
  line-height: 17px;
  letter-spacing: 2px;
  color: #4192DD;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
}
.blog-content .title.monaid .client-logo, .application-content .title.monaid .client-logo {
  margin-bottom: 45px;
}
.blog-content .banner-block, .application-content .banner-block {
  margin-bottom: 50px;
}
.blog-content .banner-block img, .application-content .banner-block img {
  width: 100%;
}

.clients-section {
  padding: 40px 0 130px 0;
}
@media (max-width: 767px) {
  .clients-section {
    padding: 0 0 40px 0;
  }
}
@media (max-width: 767px) {
  .clients-section h2 {
    width: 80%;
    margin: 0 auto 10px;
  }
}
.clients-section .client-listing {
  justify-content: space-around;
}
@media (max-width: 767px) {
  .clients-section .client-listing {
    justify-content: center;
  }
}
.clients-section .client-listing .client-logo {
  position: relative;
  z-index: 3;
}
@media (max-width: 767px) {
  .clients-section .client-listing .client-logo {
    width: 90%;
    margin: 0 auto 30px;
  }
}
@media (max-width: 1199px) {
  .clients-section .client-listing .client-logo img {
    width: 100%;
  }
}

.contact-form {
  padding: 90px 0;
}
@media (max-width: 767px) {
  .contact-form {
    padding: 40px 0;
  }
}
.contact-form .position-10 {
  top: -330px;
  left: 0;
  transform: matrix(1, 0.01, 0.01, -1, 0, 0);
}
.contact-form .position-10 .rotate-1 {
  transform: rotate(90deg);
}
.contact-form .position-11 {
  bottom: -350px;
  left: 34px;
}
@media (max-width: 767px) {
  .contact-form .position-11 {
    bottom: -700px;
    width: 90px;
  }
}
.contact-form .position-11 .rotate-2 {
  transform: rotate(80deg);
}
.contact-form .position-12 {
  top: 90px;
  left: 105%;
  transform: matrix(0, 1, 1, 0, 0, 0);
}
@media (max-width: 767px) {
  .contact-form .position-12 {
    left: 80%;
    top: -500px;
  }
}
.contact-form .position-12 .rotate {
  transform: rotate(90deg);
}
@media (max-width: 767px) {
  .contact-form .image-banner {
    margin: 20px 0 30px;
  }
}
@media (max-width: 767px) {
  .contact-form .image-banner img {
    width: 100%;
  }
}
.contact-form .contact-inner {
  padding-left: 60px;
}
@media (max-width: 767px) {
  .contact-form .contact-inner {
    padding: 0 20px;
  }
}
.contact-form .margin-right-custom {
  margin-left: -200px;
}
@media (max-width: 767px) {
  .contact-form .margin-right-custom {
    margin-left: 0;
  }
}

.twitter-feed {
  padding: 50px 0 120px;
}
@media (max-width: 767px) {
  .twitter-feed {
    padding: 20px 0 60px;
  }
}
.twitter-feed .slick-list {
  height: auto !important;
}
.twitter-feed .slider-container {
  display: flex;
  justify-content: center;
  cursor: pointer;
}
.twitter-feed .slider-container .slide:focus {
  outline: 0;
}

.detail-page #mobile-menu {
  background: #F9F9F9;
}

.aboutpage .position-2 {
  top: 0;
}
.aboutpage .two-column {
  position: relative;
  z-index: 1;
}
.aboutpage .two-column h3 {
  margin-bottom: 20px;
}
.aboutpage .two-column p {
  width: 90%;
}
@media (max-width: 767px) {
  .aboutpage .two-column p {
    width: 100%;
  }
}
.aboutpage .service-block {
  padding: 60px 30px;
}
@media (max-width: 767px) {
  .aboutpage .service-block {
    padding: 40px 15px;
  }
}

.job-description-tabs {
  margin: 30px 0;
}
.job-description-tabs .tab {
  background: #F1F1F1;
  border-radius: 6px;
  padding: 12px 14px;
  font-size: 14px;
  line-height: 25px;
  color: #575757;
  display: inline;
  margin-right: 30px;
}
@media (max-width: 767px) {
  .job-description-tabs .tab {
    padding: 12px 9px;
    font-size: 10px;
    line-height: 19px;
    margin-right: 10px;
  }
}
.job-description-tabs .tab.category {
  color: #005EDF;
  background: rgba(0, 94, 223, 0.1);
}
.job-description-tabs .tab.has-icon {
  padding-left: 40px;
  position: relative;
}
.job-description-tabs .tab.has-icon::after {
  content: "";
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  left: 10px;
  top: 8px;
  width: 24px;
  height: 24px;
}
.job-description-tabs .tab.term::after {
  background-image: url("images/icon-term.svg");
}
.job-description-tabs .tab.location::after {
  background-image: url("images/icon-loc.svg");
}

.job-desc p {
  color: #474747;
}
.job-desc h5 {
  margin: 10px 0 20px;
}
.job-desc ul {
  padding: 0;
  margin: 10px 0 60px;
}
.job-desc ul li {
  position: relative;
  margin: 10px;
  padding-left: 18px;
  font-size: 16px;
  line-height: 150%;
  color: #474747;
}
.job-desc ul li::after {
  content: "";
  width: 6px;
  height: 6px;
  background: #A3A3A3;
  border-radius: 50%;
  position: absolute;
  top: 10px;
  left: 0;
}

.application-form {
  padding: 0 0 80px;
}
.application-form .position-application-1 {
  right: 95%;
  top: 0;
}
.application-form .position-application-2 {
  left: 95%;
  top: 0;
  transform: rotate(180deg);
}
@media (max-width: 767px) {
  .application-form {
    padding: 0 0 60px;
  }
}
.application-form .inner-form {
  padding: 50px;
  border: 1px solid #EAEAEA;
  box-sizing: border-box;
  border-radius: 6px;
}
@media (max-width: 767px) {
  .application-form .inner-form {
    padding: 40px 15px;
  }
}
.application-form h4 {
  margin-bottom: 40px;
}

.positions {
  padding: 90px 0;
}
@media (max-width: 767px) {
  .positions {
    padding: 40px 0;
  }
}
.positions .position-8 {
  right: 100%;
}
.positions .position-item {
  border-bottom: 1px solid #E3E3E3;
  padding: 50px 0;
}
@media (max-width: 767px) {
  .positions .position-item {
    padding: 30px 0;
  }
}
.positions .position-item h4 {
  font-weight: 600;
}
.positions .position-item.first-item {
  border-top: 1px solid #E3E3E3;
}
.positions .button-area {
  text-align: center;
}
@media (max-width: 767px) {
  .positions .button-area {
    text-align: left;
    margin-top: 20px;
  }
}
.positions .button-area .site--btn {
  padding: 15px 40px;
}

/** Responsive **/
#mobile-menu .site--btn {
  margin: 30px auto;
}
#mobile-menu .site-logo {
  max-width: 65%;
}

/*# sourceMappingURL=style.css.map */
