@import './default.css';
@import url("https://fonts.googleapis.com/css2?family=Playfair+Display:wght@400;500;600;700;800;900&display=swap");
@font-face {
  font-family: "space_grotesk";
  src: url("../fonts/spacegrotesk-light-webfont.woff2") format("woff2"), url("../fonts/spacegrotesk-light-webfont.woff") format("woff");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "space_grotesk";
  src: url("../fonts/spacegrotesk-regular-webfont.woff2") format("woff2"), url("../fonts/spacegrotesk-regular-webfont.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "space_grotesk";
  src: url("../fonts/spacegrotesk-medium-webfont.woff2") format("woff2"), url("../fonts/spacegrotesk-medium-webfont.woff") format("woff");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "space_grotesk";
  src: url("../fonts/spacegrotesk-semibold-webfont.woff2") format("woff2"), url("../fonts/spacegrotesk-semibold-webfont.woff") format("woff");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "space_grotesk";
  src: url("../fonts/spacegrotesk-bold-webfont.woff2") format("woff2"), url("../fonts/spacegrotesk-bold-webfont.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}
html,
body {
  height: 100%;
}

*,
:before,
:after {
  box-sizing: border-box;
}

body {
  font-family: "space_grotesk";
  font-weight: 400;
  font-size: 17px;
  line-height: 28px;
  color: #33415C;
  background: #FAFAFA;
}
body.home-2-bg {
  background: #F5F5F5;
}
body.bg-white {
  background: #fff;
}

img {
  max-width: 100%;
}

a {
  transition: all 0.3s ease-out 0s;
  text-decoration: none;
}
a:hover {
  color: #3577b5;
}

a:focus,
input:focus,
textarea:focus,
button:focus {
  text-decoration: none;
  outline: none;
}

a:focus,
a:hover {
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "space_grotesk";
  font-weight: normal;
  color: #000;
  margin: 0px 0 15px;
  line-height: normal;
  font-weight: 700;
}

p {
  margin: 0 0 15px;
}

.section__bg {
  position: absolute;
  left: 0;
  top: 0;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
}

.slick-slide {
  outline: 0;
}

.page-link:focus {
  box-shadow: none;
}

@media only screen and (min-width: 1600px) {
  .custom-container {
    max-width: 1355px !important;
  }
}

@media only screen and (min-width: 1600px) {
  .custom-container-2 {
    max-width: 1330px !important;
  }
}

/*===== All Button Style =====*/
.main-btn {
  display: inline-block;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 2px solid #3577b5;
  padding: 0 36px;
  font-size: 16px;
  line-height: 54px;
  border-radius: 3px;
  color: #fff;
  cursor: pointer;
  z-index: 5;
  font-weight: 600;
  background-color: #3577b5;
  font-family: "space_grotesk";
}
.main-btn:hover {
  background-color: transparent;
  color: #3577b5;
}
.main-btn.main-btn-2 {
  background: #fff;
  border-color: #fff;
}
.main-btn.main-btn-2:hover {
  background-color: transparent;
  color: #fff;
}
.main-btn.main-btn-3 {
  background-position: center;
  background: linear-gradient(to right, #fad029 0%, #ff564f 50%, #fad029 100%);
  background-size: auto;
  background-size: 200% auto;
  border: 0;
  color: #fff;
  padding: 0 34px;
}
.main-btn.main-btn-3:hover {
  background-position: right center;
}

.section-title {
  padding-bottom: 10px;
}
.section-title .title {
  font-size: 54px;
  padding-top: 17px;
}
@media (max-width: 767px) {
  .section-title .title {
    font-size: 36px;
  }
}
.section-title p {
  padding: 0 20px;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .section-title p {
    padding: 0 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .section-title p {
    padding: 0 0;
  }
}
@media (max-width: 767px) {
  .section-title p {
    padding: 0 0;
  }
}
.section-title.section-title-2 {
  color: #fff;
}
.section-title.section-title-2 .title {
  color: #fff;
}

.section-title-3 span {
  background: linear-gradient(rgba(255, 86, 79, 0.15) 0%, rgba(250, 208, 41, 0.15) 100%);
  display: inline-block;
  line-height: 40px;
  height: 40px;
  padding: 0 22px;
  border-radius: 30px;
  color: #FF564F;
  font-family: "space_grotesk";
  margin-bottom: 33px;
}
.section-title-3 .title {
  font-size: 54px;
  line-height: 62px;
  color: #000;
  text-transform: capitalize;
}
@media (max-width: 767px) {
  .section-title-3 .title {
    font-size: 36px;
    line-height: 40px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .section-title-3 .title {
    font-size: 54px;
    line-height: 62px;
  }
}
.section-title-3.section-title-4 .title {
  color: #fff;
}

.section-title-6 {
  padding-bottom: 22px;
}
.section-title-6 .title {
  font-size: 54px;
  line-height: 62px;
  position: relative;
  display: inline-block;
}
@media (max-width: 767px) {
  .section-title-6 .title {
    font-size: 36px;
  }
}
.section-title-6 .title::before {
  position: absolute;
  content: "";
  left: -20px;
  top: 50%;
  transform: translateY(-50%);
  width: 5px;
  height: 30px;
  background: #ffc107;
}
.section-title-6 .title::after {
  position: absolute;
  content: "";
  right: -20px;
  top: 50%;
  transform: translateY(-50%);
  width: 5px;
  height: 30px;
  background: #ffc107;
}
.section-title-6 span {
  font-weight: 300;
  color: #000;
  display: inline-block;
  padding: 0 40px;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .section-title-6 span {
    padding: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .section-title-6 span {
    padding: 0;
  }
}
@media (max-width: 767px) {
  .section-title-6 span {
    padding: 0;
  }
}
.section-title-6.section-white .title {
  color: #fff;
}
.section-title-6.section-white span {
  color: #fff;
}

.section-title-9 .title {
  font-size: 56px;
  line-height: 48px;
  font-weight: 700;
}
@media (max-width: 767px) {
  .section-title-9 .title {
    font-size: 36px;
  }
}
.section-title-9 .text {
  color: #33415C;
  padding: 0 40px;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .section-title-9 .text {
    padding: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .section-title-9 .text {
    padding: 0;
  }
}
@media (max-width: 767px) {
  .section-title-9 .text {
    padding: 0;
  }
}
.section-title-9.section-white .title {
  color: #fff;
}
.section-title-9.section-white .text {
  color: #fff;
  padding: 0 80px 0 0px;
}
.section-title-9.section-title-12 .title {
  font-size: 54px;
}

/*Loader Css*/
.preloader {
  background-color: #fff;
  bottom: 0;
  height: 100%;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 9999;
}

.lds-ellipsis {
  margin: 0 auto;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  width: 64px;
  text-align: center;
  z-index: 9999;
}
.lds-ellipsis span {
  display: inline-block;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: #3577b5;
  -webkit-animation: ball-pulse-sync 0.6s 0s infinite ease-in-out;
  animation: ball-pulse-sync 0.6s 0s infinite ease-in-out;
}
.lds-ellipsis span:nth-child(1) {
  -webkit-animation: ball-pulse-sync 0.6s -0.14s infinite ease-in-out;
  animation: ball-pulse-sync 0.6s -0.14s infinite ease-in-out;
}
.lds-ellipsis span:nth-child(2) {
  -webkit-animation: ball-pulse-sync 0.6s -70ms infinite ease-in-out;
  animation: ball-pulse-sync 0.6s -70ms infinite ease-in-out;
}

@-webkit-keyframes ball-pulse-sync {
  33% {
    transform: translateY(10px);
  }
  66% {
    transform: translateY(-10px);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes ball-pulse-sync {
  33% {
    transform: translateY(10px);
  }
  66% {
    transform: translateY(-10px);
  }
  100% {
    transform: translateY(0);
  }
}
/* bg */
.yellow-bg {
  background: #ffc107 !important;
}

.header-top {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  z-index: 99;
  background-color: #3577b5;
}
@media (max-width: 767px) {
  .header-top {
    display: none;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .header-top {
    display: block;
  }
}
.header-top .header-top-item {
  height: 35px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header-top .header-top-item .info ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: flex;
  align-items: center;
}
.header-top .header-top-item .info ul li {
  color: #fff;
  margin-right: 50px;
  font-size: 14px;
  display: flex;
}
.header-top .header-top-item .info ul li:last-child {
  margin-right: 0;
}
.header-top .header-top-item .info ul li img {
  padding-right: 6px;
}
@media (max-width: 767px) {
  .header-top .header-top-item .sicial {
    display: none;
  }
}
.header-top .header-top-item .sicial ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.header-top .header-top-item .sicial ul li {
  display: inline-block;
  width: 30px;
  display: inline-block;
  text-align: center;
}
.header-top .header-top-item .sicial ul li a {
  font-size: 14px;
  color: #fff;
}
.header-top .header-top-item .sicial ul li a:hover {
  color: #ffc107;
}

.header-nav {
  position: absolute;
  top: 35px;
  right: 0;
  left: 0;
  z-index: 99;
  padding: 10px 0;
  background-color: #fff;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header-nav {
    padding: 15px 0;
    top: 0;
  }
}
@media (max-width: 767px) {
  .header-nav {
    padding: 15px 0;
    top: 0;
  }
}
.header-nav.sticky {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background: #fff;
  box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.04);
  z-index: 999;
  -webkit-animation: sticky 1.2s;
          animation: sticky 1.2s;
}
.header-nav .navigation .navbar {
  position: relative;
  padding: 0;
  flex-wrap: inherit;
}
.header-nav .navigation .navbar .navbar-toggler {
  border: 0;
}
.header-nav .navigation .navbar .navbar-toggler .toggler-icon {
  width: 30px;
  height: 2px;
  background-color: #fff;
  margin: 5px 0;
  display: block;
  position: relative;
  transition: all 0.3s ease-out 0s;
}
.header-nav .navigation .navbar .navbar-toggler.active .toggler-icon:nth-of-type(1) {
  transform: rotate(45deg);
  top: 7px;
}
.header-nav .navigation .navbar .navbar-toggler.active .toggler-icon:nth-of-type(2) {
  opacity: 0;
}
.header-nav .navigation .navbar .navbar-toggler.active .toggler-icon:nth-of-type(3) {
  transform: rotate(135deg);
  top: -7px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header-nav .navigation .navbar .navbar-collapse {
    position: absolute;
    top: 128%;
    left: 0;
    width: 100%;
    background-color: #3577b5;
    z-index: 8;
    padding: 10px 16px;
    box-shadow: 0 26px 48px 0 rgba(0, 0, 0, 0.15);
  }
}
@media (max-width: 767px) {
  .header-nav .navigation .navbar .navbar-collapse {
    position: absolute;
    top: 128%;
    left: 0;
    width: 100%;
    background-color: #3577b5;
    z-index: 8;
    padding: 10px 16px;
    box-shadow: 0 26px 48px 0 rgba(0, 0, 0, 0.15);
  }
}
.header-nav .navigation .navbar .navbar-brand {
  max-width: 150px;
}
.header-nav .navigation .navbar .navbar-nav {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header-nav .navigation .navbar .navbar-nav {
    margin-right: 0;
  }
}
@media (max-width: 767px) {
  .header-nav .navigation .navbar .navbar-nav {
    margin-right: 0;
  }
}
.header-nav .navigation .navbar .navbar-nav .nav-item {
  position: relative;
}
.header-nav .navigation .navbar .navbar-nav .nav-item a {
  font-size: 18px;
  font-weight: 500;
  color: #000;
  font-family: "space_grotesk";
  text-transform: capitalize;
  position: relative;
  transition: all 0.3s ease-out 0s;
  margin-right: 36px;
  line-height: 45px;
  padding: 0;
}
.header-nav .navigation .navbar .navbar-nav .nav-item a.active {
  color: #3577b5;
}
.header-nav .navigation .navbar .navbar-nav .nav-item a:hover {
  color: #3577b5;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header-nav .navigation .navbar .navbar-nav .nav-item a > i {
    display: none;
  }
}
@media (max-width: 767px) {
  .header-nav .navigation .navbar .navbar-nav .nav-item a > i {
    display: none;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header-nav .navigation .navbar .navbar-nav .nav-item a {
    padding: 0;
    display: block;
    border: 0;
    margin: 0;
    line-height: 40px;
  }
}
@media (max-width: 767px) {
  .header-nav .navigation .navbar .navbar-nav .nav-item a {
    padding: 0;
    display: block;
    border: 0;
    margin: 0;
    line-height: 40px;
  }
}
.header-nav .navigation .navbar .navbar-nav .nav-item a span {
  padding-left: 5px;
  font-size: 15px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header-nav .navigation .navbar .navbar-nav .nav-item a span {
    display: none;
  }
}
@media (max-width: 767px) {
  .header-nav .navigation .navbar .navbar-nav .nav-item a span {
    display: none;
  }
}
.header-nav .navigation .navbar .navbar-nav .nav-item:first-child a {
  margin-left: 0;
}
.header-nav .navigation .navbar .navbar-nav .nav-item:last-child a {
  margin-right: 0;
}
.header-nav .navigation .navbar .navbar-nav .nav-item .sub-menu {
  position: absolute;
  left: 0;
  top: 110%;
  width: 205px;
  background-color: #fff;
  opacity: 0;
  visibility: hidden;
  transition: all linear 0.3s;
  z-index: 99;
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.16);
  list-style-type: none;
  margin: 0;
  padding: 25px 0;
  border-radius: 5px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header-nav .navigation .navbar .navbar-nav .nav-item .sub-menu {
    position: relative !important;
    width: 100% !important;
    left: 0 !important;
    top: auto !important;
    opacity: 1 !important;
    visibility: visible !important;
    display: none;
    right: auto;
    transform: translateX(0%);
    transition: all none ease-out 0s;
    box-shadow: none;
    text-align: left;
    border-top: 0;
    transition: 0s;
  }
}
@media (max-width: 767px) {
  .header-nav .navigation .navbar .navbar-nav .nav-item .sub-menu {
    position: relative !important;
    width: 100% !important;
    left: 0 !important;
    top: auto !important;
    opacity: 1 !important;
    visibility: visible !important;
    display: none;
    right: auto;
    transform: translateX(0%);
    transition: all none ease-out 0s;
    box-shadow: none;
    text-align: left;
    border-top: 0;
    transition: 0s;
  }
}
.header-nav .navigation .navbar .navbar-nav .nav-item .sub-menu > li {
  position: relative;
}
.header-nav .navigation .navbar .navbar-nav .nav-item .sub-menu > li .sub-menu {
  margin-left: 10px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header-nav .navigation .navbar .navbar-nav .nav-item .sub-menu > li .sub-menu {
    margin-left: 0;
  }
}
@media (max-width: 767px) {
  .header-nav .navigation .navbar .navbar-nav .nav-item .sub-menu > li .sub-menu {
    margin-left: 0;
  }
}
.header-nav .navigation .navbar .navbar-nav .nav-item .sub-menu > li .sub-nav-toggler {
  color: #404040;
  transition: all 0.3s ease-out 0s;
}
.header-nav .navigation .navbar .navbar-nav .nav-item .sub-menu > li a {
  display: block;
  padding: 0px 20px;
  position: relative;
  color: #33415C;
  transition: all 0.3s ease-out 0s;
  border-radius: 4px;
  margin: 0 0;
  line-height: 2.2;
}
@media only screen and (min-width: 1200px) and (max-width: 1600px) {
  .header-nav .navigation .navbar .navbar-nav .nav-item .sub-menu > li a {
    padding: 0 20px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .header-nav .navigation .navbar .navbar-nav .nav-item .sub-menu > li a {
    padding: 0 20px;
  }
}
.header-nav .navigation .navbar .navbar-nav .nav-item .sub-menu > li a i {
  float: right;
  font-size: 16px;
  margin-top: 5px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header-nav .navigation .navbar .navbar-nav .nav-item .sub-menu > li a i {
    display: none;
  }
}
@media (max-width: 767px) {
  .header-nav .navigation .navbar .navbar-nav .nav-item .sub-menu > li a i {
    display: none;
  }
}
.header-nav .navigation .navbar .navbar-nav .nav-item .sub-menu > li a .sub-nav-toggler i {
  display: inline-block;
}
.header-nav .navigation .navbar .navbar-nav .nav-item .sub-menu > li .sub-menu {
  right: auto;
  left: 100%;
  top: 0;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease-out 0s;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header-nav .navigation .navbar .navbar-nav .nav-item .sub-menu > li .sub-menu {
    padding-left: 30px;
    transition: all 0s ease-out 0s;
  }
}
@media (max-width: 767px) {
  .header-nav .navigation .navbar .navbar-nav .nav-item .sub-menu > li .sub-menu {
    padding-left: 30px;
    transition: all 0s ease-out 0s;
  }
}
.header-nav .navigation .navbar .navbar-nav .nav-item .sub-menu > li:hover .sub-menu {
  top: -60%;
  opacity: 1;
  visibility: visible;
}
.header-nav .navigation .navbar .navbar-nav .nav-item .sub-menu > li:hover .sub-nav-toggler {
  color: #3577b5;
}
.header-nav .navigation .navbar .navbar-nav .nav-item .sub-menu > li:hover > a {
  color: #3577b5;
}
.header-nav .navigation .navbar .navbar-nav .nav-item:hover .sub-menu {
  opacity: 1;
  visibility: visible;
  top: 100%;
}
.header-nav .navigation .navbar .navbar-nav .nav-item .sub-nav-toggler {
  display: none;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header-nav .navigation .navbar .navbar-nav .nav-item .sub-nav-toggler {
    display: inline-block;
    position: absolute;
    top: 0;
    right: 0;
    padding: 10px 14px;
    font-size: 16px;
    background: none;
    border: 0;
    color: #fff;
  }
}
@media (max-width: 767px) {
  .header-nav .navigation .navbar .navbar-nav .nav-item .sub-nav-toggler {
    display: inline-block;
    position: absolute;
    top: 0;
    right: 0;
    padding: 10px 14px;
    font-size: 16px;
    background: none;
    border: 0;
    color: #fff;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header-nav .navigation .navbar .navbar-btn {
    position: absolute;
    right: 70px;
    top: 50%;
    transform: translateY(-50%);
  }
}
@media (max-width: 767px) {
  .header-nav .navigation .navbar .navbar-btn {
    position: absolute;
    right: 70px;
    top: 50%;
    transform: translateY(-50%);
  }
}
.header-nav .navigation .navbar .navbar-btn a {
  margin-left: 50px;
}

@-webkit-keyframes sticky {
  0% {
    top: -200px;
  }
  100% {
    top: 0;
  }
}
@keyframes sticky {
  0% {
    top: -200px;
  }
  100% {
    top: 0;
  }
}
.hero-area {
  position: relative;
  padding: 7px 0px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero-area {
    padding-bottom: 100px;
  }
}
@media (max-width: 767px) {
  .hero-area {
    padding-bottom: 100px;
  }
}
.hero-area .section__bg::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: #000;
  opacity: 0.7;
}
.hero-area .section__bg img {
  width: 100%;
}
.hero-area.hero-2-area {
  padding-bottom: 0;
}
.hero-area.hero-2-area .section__bg::before {
  opacity: 0.65;
}

.hero-content {
  padding-top: 195px;
  padding-bottom: 310px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero-content {
    padding-bottom: 50px;
    text-align: center;
  }
}
@media (max-width: 767px) {
  .hero-content {
    padding-bottom: 30px;
    text-align: center;
  }
}
.hero-content .title {
  color: #fff;
  font-size: 70px;
  font-family: "space_grotesk";
  padding-top: 38px;
  line-height: 74px;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .hero-content .title {
    font-size: 62px;
  }
}
@media (max-width: 767px) {
  .hero-content .title {
    font-size: 34px;
    line-height: 38px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .hero-content .title {
    font-size: 50px;
    line-height: 56px;
  }
}
.hero-content > span {
  display: block;
  color: #fff;
  font-size: 20px;
  color: #fff;
  padding-top: 0px;
  padding-bottom: 58px;
}
.hero-content a {
  font-size: 20px;
  font-weight: 600;
}

.hero-2-content {
  padding-top: 250px;
  padding-bottom: 100px;
  overflow: hidden;
}
@media (max-width: 767px) {
  .hero-2-content {
    padding-bottom: 80px;
    padding-top: 200px;
    text-align: center;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .hero-2-content {
    text-align: left;
  }
}
.hero-2-content > span {
  height: 40px;
  padding: 0 24px;
  display: inline-block;
  -webkit-backdrop-filter: blur(50px);
          backdrop-filter: blur(50px);
  --webkit-backdrop-filter: blur(50px);
  background-color: #3577b5;
  border-radius: 30px;
  line-height: 44px;
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 50px;
}
.hero-2-content .title {
  max-width: 750px;
  font-size: 70px;
  line-height: 74px;
  color: #fff;
  margin: 0 auto 38px;
}
.hero-2-content .title span {
  font-size: 36px;
  display: block;
  color: #ffc107;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .hero-2-content .title {
    font-size: 64px;
    line-height: 64px;
  }
}
@media (max-width: 767px) {
  .hero-2-content .title {
    font-size: 35px;
    line-height: 40px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .hero-2-content .title {
    font-size: 60px;
    line-height: 58px;
  }
}
.hero-2-content .play {
  font-size: 20px;
  color: #fff;
  padding-left: 130px;
  position: relative;
}
@media (max-width: 767px) {
  .hero-2-content .play {
    padding-left: 0;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .hero-2-content .play {
    padding-left: 130px;
  }
}
.hero-2-content .play a {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  height: 90px;
  width: 90px;
  line-height: 80px;
  background: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 767px) {
  .hero-2-content .play a {
    position: static;
    transform: translateY(0);
    margin-bottom: 20px;
    display: none;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .hero-2-content .play a {
    position: absolute;
    transform: translateY(-50%);
    display: flex;
    margin-bottom: 0px;
  }
}

.hero-slider .section__bg::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: #000;
  opacity: 0.4;
}
.hero-slider .slick-dots {
  position: absolute;
  width: 100%;
  bottom: 30px;
  margin: 0;
  padding: 0;
  list-style-type: none;
  text-align: center;
}
.hero-slider .slick-dots li {
  line-height: 0;
  text-align: center;
  margin: 0 5px;
  display: inline-block;
}
.hero-slider .slick-dots li button {
  font-size: 0;
  border: 0;
  background: #fff;
  height: 5px;
  width: 5px;
  border-radius: 50%;
  padding: 0;
  transition: all 0.3s ease-out 0s;
}
.hero-slider .slick-dots li button::before {
  position: absolute;
  content: "";
  left: 50%;
  top: 49%;
  transform: translate(-50%, -50%);
  height: 8px;
  width: 8px;
  border-radius: 50%;
  background: #fff;
  transition: all 0.3s ease-out 0s;
  opacity: 0;
}
.hero-slider .slick-dots li.slick-active button {
  height: 18px;
  width: 18px;
  position: relative;
  margin: 6px 0;
  background: #3577b5;
}
.hero-slider .slick-dots li.slick-active button::before {
  opacity: 1;
  background: #fff;
}

.hero-play {
  margin-top: -100px;
  display: flex;
  justify-content: flex-end;
  margin-right: 170px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero-play {
    margin-top: 0;
    justify-content: center;
    margin-right: 0;
  }
}
@media (max-width: 767px) {
  .hero-play {
    margin-top: 0;
    justify-content: center;
    margin-right: 0;
    display: none;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .hero-play {
    margin-top: 0;
    justify-content: center;
    margin-right: 0;
    display: flex;
  }
}
.hero-play a {
  height: 90px;
  width: 90px;
  text-align: center;
  line-height: 90px;
  background: #fff;
  border-radius: 50%;
  color: #3577b5;
  font-size: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 10;
}
.hero-play a::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  border-radius: 50%;
  background: #fff;
  z-index: -1;
  -webkit-animation: pulse-border-2 2s linear infinite;
          animation: pulse-border-2 2s linear infinite;
}
.hero-play a:hover {
  color: #fff;
  background: #3577b5;
}

@-webkit-keyframes pulse-border-2 {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  100% {
    transform: scale(1.5);
    opacity: 0;
  }
}

@keyframes pulse-border-2 {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  100% {
    transform: scale(1.5);
    opacity: 0;
  }
}
.sub-item-area {
  margin-top: -317px;
  height: 417px;
  padding-top: 80px;
  position: relative;
  z-index: 11;
}
@media only screen and (min-width: 1200px) and (max-width: 1600px) {
  .sub-item-area {
    margin-top: 20px;
    height: auto;
    margin-bottom: 100px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .sub-item-area {
    margin-top: 20px;
    height: auto;
    margin-bottom: 100px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .sub-item-area {
    margin-top: 20px;
    height: auto;
    margin-bottom: 100px;
  }
}
@media (max-width: 767px) {
  .sub-item-area {
    margin-top: 20px;
    height: auto;
    margin-bottom: 100px;
  }
}
.sub-item-area.sub-15-area .sub-item {
  background: #BF141D;
}
.sub-item-area.sub-15-area .sub-item .icon svg path {
  transition: all linear 0.3s;
}
.sub-item-area.sub-15-area .sub-item:hover {
  background: #fff;
  box-shadow: 0px 10px 40px rgba(0, 0, 0, 0.1);
}
.sub-item-area.sub-15-area .sub-item:hover .icon svg path {
  fill: #BF141D;
}

.sub-2-area {
  padding-top: 75px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .sub-2-area {
    padding-bottom: 0;
  }
}
.sub-2-area .sub-box {
  border-bottom: 1px solid #E0E0E0;
  padding-bottom: 77px;
}

.sub-2-item {
  padding-left: 65px;
  font-family: "space_grotesk";
  position: relative;
}
.sub-2-item img {
  position: absolute;
  left: 0;
  top: -6px;
}
.sub-2-item svg {
  position: absolute;
  left: 0;
  top: -6px;
}
.sub-2-item .title {
  font-size: 22px;
  color: #000;
  font-weight: 500;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .sub-2-item.item-3 {
    display: none;
  }
}

.page-title-area {
  position: relative;
  z-index: 10;
}
.page-title-area .section__bg::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: #000;
  opacity: 0.7;
}
.page-title-area.page-title-2-area .section__bg {
  background-image: url(../images/page-bg-2.jpg);
}

.page-title-content {
  padding-top: 210px;
  padding-bottom: 30px;
}
.page-title-content > .title {
  color: #fff;
  font-size: 60px;
  line-height: 70px;
  text-transform: capitalize;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .page-title-content > .title {
    font-size: 46px;
    line-height: 56px;
  }
}
@media (max-width: 767px) {
  .page-title-content > .title {
    font-size: 28px;
    line-height: 38px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .page-title-content > .title {
    font-size: 46px;
    line-height: 56px;
  }
}
.page-title-content nav {
  display: inline-block;
}
.page-title-content nav ol {
  background-color: transparent;
}
.page-title-content nav ol li {
  color: #fff;
  font-size: 18px;
  font-weight: 500;
}
.page-title-content nav ol li a {
  color: #fff;
}
.page-title-content nav ol li.active {
  color: #fff;
}
.page-title-content .scroll-to-down a {
  display: inline-block;
  height: 50px;
  width: 50px;
  text-align: center;
  line-height: 50px;
  background: #E0E0E0;
  color: #383838;
  font-size: 20px;
  border-radius: 50%;
}
.page-title-content.page-title-content-2 {
  padding-top: 200px;
}
.page-title-content.page-title-content-2 .info {
  display: inline-block;
  text-align: left;
  padding-left: 65px;
  position: relative;
  margin-top: 14px;
  margin-bottom: 90px;
}
.page-title-content.page-title-content-2 .info img {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.page-title-content.page-title-content-2 .info .title {
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 0px;
}
.page-title-content.page-title-content-2 .info span {
  color: #fff;
  font-size: 14px;
}

.breadcrumb-item + .breadcrumb-item::before {
  color: #fff;
  content: "/";
}

.about-content {
  margin-right: -30px;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .about-content {
    margin-right: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about-content {
    margin-right: 0;
  }
}
@media (max-width: 767px) {
  .about-content {
    margin-right: 0;
  }
}
.about-content span {
  display: block;
  font-size: 25px;
  font-family: "space_grotesk";
  text-transform: uppercase;
  color: #000;
  padding-top: 11px;
  padding-bottom: 37px;
  font-weight: 500;
}
.about-content .title {
  font-size: 54px;
  line-height: 62px;
  padding-bottom: 4px;
  font-weight: 700;
}
@media (max-width: 767px) {
  .about-content .title {
    font-size: 32px;
    line-height: 42px;
  }
}
.about-content ul {
  margin: 25px 0 0 15px;
  padding: 0;
  color: #000;
}
.about-content ul li {
  font-size: 17px;
  line-height: 35px;
}
.about-content a {
  margin-top: 33px;
}

.about-thumb {
  margin-left: 70px;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .about-thumb {
    margin-left: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about-thumb {
    margin-left: 0;
    margin-top: 30px;
  }
}
@media (max-width: 767px) {
  .about-thumb {
    margin-left: 0;
    margin-top: 30px;
  }
}
.about-thumb > img {
  width: 100%;
}
.about-thumb ul {
  margin: -60px 0 0 0;
  padding: 0;
  list-style-type: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .about-thumb ul {
    display: none;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .about-thumb ul {
    display: flex;
  }
}
.about-thumb ul > li {
  text-align: center;
  height: 142px;
  width: 165px;
  box-shadow: 0px 5px 50px 0 rgba(51, 65, 92, 0.05);
  border-radius: 5px;
  padding-top: 25px;
  margin: 0 10px;
  background: #fff;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .about-thumb ul > li {
    width: 150px;
  }
}
@media (max-width: 767px) {
  .about-thumb ul > li {
    width: 150px;
    margin-bottom: 30px;
  }
}
.about-thumb ul > li span {
  display: block;
  font-size: 13px;
  padding-top: 13px;
  margin-bottom: -8px;
}
.about-thumb ul > li i {
  color: #FFAB4A;
  font-size: 10px;
}

.service-area {
  background: #FFF;
  padding-top: 40px;
}

.service-item {
  background: #FAFAFA;
  border-radius: 5px;
  padding: 50px 30px 30px;
  transition: all 0.4s ease-out 0s;
  height: calc(100% - 40px);
}
.service-item.title {
  font-size: 25px;
  font-family: "space_grotesk";
  margin-top: 37px;
  margin-bottom: 18px;
  transition: all 0.4s ease-out 0s;
  font-weight: 600;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .service-item.title {
    font-size: 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .service-item.title {
    font-size: 22px;
  }
}
@media (max-width: 767px) {
  .service-item.title {
    font-size: 20px;
  }
}
.service-item p {
  font-family: "space_grotesk";
  transition: all 0.4s ease-out 0s;
}
.service-item h3 {
  font-size: 20px;
}
.service-item .icon img {
  height: 70px;
  margin-bottom: 30px;
}
.service-item:hover {
  background: #3577b5;
  box-shadow: 0px 15px 60px 0 rgba(35, 92, 81, 0.25);
}
.service-item:hover .title {
  color: #fff;
}
.service-item:hover p {
  color: #fff;
}
.service-item:hover ul {
  color: #fff;
}
.service-item:hover svg rect.white,
.service-item:hover svg path.white {
  fill: #fff;
}
.service-item.service-8-item {
  box-shadow: 0px 20px 90px rgba(0, 0, 0, 0.08);
}
.service-item.service-8-item:hover {
  background: #FF564F;
}
.service-item.service-8-item:hover svg path {
  fill: #fff;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .service-item.item-3 {
    display: none;
  }
}
.service-item.service-15-item:hover {
  background: #F0323C;
}

.overview-area {
  padding-top: 60px;
}
.overview-area.overview-7-area {
  background: #fff;
  padding-top: 28px;
}

.overview-content {
  padding-right: 90px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .overview-content {
    padding-right: 50px;
  }
}
@media (max-width: 767px) {
  .overview-content {
    padding-right: 0px;
  }
}
.overview-content span {
  display: block;
  font-size: 25px;
  font-family: "space_grotesk";
  text-transform: uppercase;
  color: #000;
  padding-top: 5px;
  padding-bottom: 38px;
  font-weight: 500;
}
.overview-content .title {
  font-size: 54px;
  line-height: 62px;
  text-transform: capitalize;
}
@media (max-width: 767px) {
  .overview-content .title {
    font-size: 32px;
    line-height: 42px;
  }
}
.overview-content > a {
  margin-top: 35px;
  font-size: 18px;
}
.overview-content .brand-item .item {
  margin-right: 45px;
}
.overview-content .brand-item .item:last-child {
  margin-right: 0;
}
.overview-content .brand-item .item a {
  opacity: 0.4;
  transition: all 0.3s ease-out 0s;
}
.overview-content .brand-item .item a:hover {
  opacity: 1;
}

.overview-counter-area {
  margin-left: -30px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .overview-counter-area {
    margin-left: 0;
  }
}
@media (max-width: 767px) {
  .overview-counter-area {
    margin-left: 0;
  }
}

.overview-counter-item {
  background: #3577b5;
  padding: 40px 40px 30px;
  border-radius: 5px;
  color: #fff;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .overview-counter-item {
    margin-top: 30px;
  }
}
@media (max-width: 767px) {
  .overview-counter-item {
    margin-top: 30px;
    text-align: center;
  }
}
.overview-counter-item .icon {
  height: 77px;
}
.overview-counter-item .title {
  font-size: 60px;
  font-weight: 500;
  padding-top: 30px;
  margin-bottom: 6px;
  color: #fff;
}
.overview-counter-item > span {
  display: inline-block;
  font-size: 20px;
}
@media (max-width: 767px) {
  .overview-counter-item > span {
    font-size: 16px;
  }
}

.team-area {
  padding-top: 88px;
  padding-bottom: 38px;
  overflow: hidden;
}
.team-area .container-fluid .col-lg-3 {
  padding-left: 5px;
  padding-right: 5px;
}
.team-area .section-title {
  padding-bottom: 6px;
}

.team-item {
  overflow: hidden;
  border-radius: 5px;
  position: relative;
  z-index: 4;
  transition: all 0.3s ease-out 0s;
  padding: 15px;
}
.team-item .team-overlay {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: linear-gradient(rgba(255, 171, 74, 0.5) 0%, #000 100%);
  opacity: 0;
  transition: all 0.3s ease-out 0s;
}
.team-item .team-overlay .content {
  padding-left: 20px;
  padding-bottom: 10px;
}
.team-item .team-overlay .content .title {
  color: #fff;
  font-size: 25px;
  margin-bottom: 1px;
}
.team-item .team-overlay .content span {
  color: #E0E0E0;
  font-family: "space_grotesk";
  display: inline-block;
  padding-bottom: 6px;
}
.team-item .team-overlay .content ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.team-item .team-overlay .content ul li {
  display: inline-block;
  margin-right: 16px;
}
.team-item .team-overlay .content ul li a {
  color: #fff;
  font-size: 13px;
}
.team-item .team-overlay .content ul li:last-child {
  margin-right: 0;
}
.team-item img {
  border: 1px solid rgba(0, 0, 0, 0.1);
  width: 100%;
}

.team-active .slick-current .team-item {
  box-shadow: 0px 25px 60px rgba(0, 0, 0, 0.6);
  z-index: 5;
  transform: scale(1.05);
}
.team-active .slick-current .team-item img {
  border: 2px solid #3577b5;
}
.team-active .slick-current .team-item .team-overlay {
  opacity: 1;
}
.team-active .slick-arrow {
  z-index: 9;
  position: absolute;
  top: 44%;
  transform: translateY(-50%);
  height: 130px;
  width: 130px;
  background: #fff;
  border-radius: 50%;
  line-height: 140px;
  font-size: 46px;
  color: #000;
  cursor: pointer;
  transition: all 0.3s ease-out 0s;
  opacity: 0;
}
.team-active .slick-arrow:hover {
  background: #3577b5;
  color: #fff;
}
.team-active .slick-arrow.prev {
  left: -3%;
  text-align: right;
  padding-right: 30px;
}
@media only screen and (min-width: 1200px) and (max-width: 1600px) {
  .team-active .slick-arrow.prev {
    left: -5%;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .team-active .slick-arrow.prev {
    left: -6%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .team-active .slick-arrow.prev {
    left: -10%;
  }
}
.team-active .slick-arrow.next {
  right: -3%;
  text-align: left;
  padding-left: 30px;
}
@media only screen and (min-width: 1200px) and (max-width: 1600px) {
  .team-active .slick-arrow.next {
    right: -5%;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .team-active .slick-arrow.next {
    right: -6%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .team-active .slick-arrow.next {
    right: -10%;
  }
}
.team-active .slick-dots {
  position: absolute;
  left: 50%;
  bottom: 42px;
  transform: translateX(-50%);
  margin: 0;
  padding: 0;
  list-style-type: none;
  z-index: 9;
}
.team-active .slick-dots li {
  display: inline-block;
}
.team-active .slick-dots li button {
  height: 6px;
  width: 6px;
  border: 0;
  font-size: 0px;
  border-radius: 50%;
  background: #E0E0E0;
  padding: 0;
  margin: 0 5px;
  transition: all 0.3s ease-out 0s;
}
.team-active .slick-dots li.slick-active button {
  background: #3577b5;
  width: 25px;
  border-radius: 10px;
}
.team-active:hover .slick-arrow {
  opacity: 1;
}

.footer-area {
  background: #000;
  padding-top: 60px;
  color: #999;
}

.footer-top {
  border-bottom: 1px solid #383838;
  padding-bottom: 40px;
}
@media (max-width: 767px) {
  .footer-top .footer-social {
    margin-top: 20px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .footer-top .footer-social {
    margin-top: 0px;
  }
}
.footer-top .footer-social ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.footer-top .footer-social ul li {
  display: inline-block;
}
.footer-top .footer-social ul li a {
  height: 50px;
  width: 50px;
  text-align: center;
  line-height: 50px;
  background: #3577b5;
  border-radius: 2px;
  display: inline-block;
  margin-right: 5px;
  color: #fff;
}
.footer-top .footer-social ul li a:hover {
  background: #ffc107;
  color: #fff;
}

.footer-item {
  padding-top: 40px;
  padding-bottom: 20px;
  border-bottom: 1px solid #383838;
}
.footer-item .footer-about {
  padding-right: 10px;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .footer-item .footer-about {
    padding-right: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer-item .footer-about {
    padding-right: 0;
  }
}
@media (max-width: 767px) {
  .footer-item .footer-about {
    padding-right: 0;
  }
}
.footer-item .footer-about .title {
  color: #fff;
  font-size: 22px;
  font-family: "space_grotesk";
  margin-bottom: 37px;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .footer-item .footer-list.ml-95 {
    margin-left: 50px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer-item .footer-list.ml-95 {
    margin-left: 0px;
  }
}
@media (max-width: 767px) {
  .footer-item .footer-list.ml-95 {
    margin-left: 0px;
  }
}
.footer-item .footer-list .title {
  color: #fff;
  font-size: 22px;
  font-family: "space_grotesk";
  margin-bottom: 37px;
}
.footer-item .footer-list ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.footer-item .footer-list ul li a {
  color: #999;
  line-height: 36px;
  font-family: "space_grotesk";
}
.footer-item .footer-list ul li a:hover {
  color: #3577b5;
}
.footer-item .footer-info .title {
  color: #fff;
  font-size: 22px;
  font-family: "space_grotesk";
  margin-bottom: 37px;
}
.footer-item .footer-info ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.footer-item .footer-info ul li {
  padding-left: 31px;
  position: relative;
  padding-bottom: 30px;
}
.footer-item .footer-info ul li i {
  position: absolute;
  left: 0;
  top: 5px;
  font-size: 20px;
  color: #3577b5;
}

.footer-copyright {
  color: #fff;
  font-family: "space_grotesk";
  margin-top: 30px;
  margin-bottom: 30px;
}

/*==== BACK TO TOP ====*/
.back-to-top {
  font-size: 24px;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  background-color: #3577b5;
  display: none;
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 999;
  border-radius: 5px;
  transition: all 0.3s ease-out 0s;
  cursor: pointer;
  box-shadow: 0 6px 14px 0 rgba(0, 0, 0, 0.09);
}
.back-to-top i {
  color: #fff;
}
.back-to-top:hover {
  background-color: #ffc107;
}

.contact-us-area {
  position: relative;
  z-index: 10;
  padding-top: 90px;
  padding-bottom: 100px;
  background: #F3F3F3;
}
.contact-us-area .contact-us-title {
  padding-bottom: 48px;
}
.contact-us-area .contact-us-title .title {
  color: #fff;
  font-size: 54px;
  line-height: 62px;
  font-family: "Playfair Display", serif;
}
@media (max-width: 767px) {
  .contact-us-area .contact-us-title .title {
    font-size: 50px;
  }
}
.contact-us-area.contact-us-page {
  padding-top: 100px;
}
.contact-us-area.contact-us-page .contact-us-box {
  margin-right: 0;
}
.contact-us-area.contact-us-page .contact-us-box .title {
  font-family: "space_grotesk";
}
.contact-us-area.contact-us-page .contact-us-box .input-box button {
  background: #FFAB4A;
  border-color: #FFAB4A;
}
.contact-us-area.contact-us-page .contact-us-box .input-box button:hover {
  background-color: transparent;
  color: #FFAB4A;
}

.contact-us-box {
  font-weight: 300;
  color: #000;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .contact-us-box {
    margin-right: 0;
  }
}
@media (max-width: 767px) {
  .contact-us-box {
    margin-right: 0;
    padding: 50px 10px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .contact-us-box {
    padding: 50px 45px;
  }
}
.contact-us-box .title {
  font-size: 40px;
  line-height: 48px;
  font-family: "Playfair Display", serif;
  font-weight: 600;
  padding-left: 5px;
}
.contact-us-box p {
  padding-left: 5px;
  margin-bottom: 33px;
}
.contact-us-box .input-box {
  margin: 10px;
}
.contact-us-box .input-box input {
  width: 100%;
  background: #fff;
  border: 0;
  padding-left: 20px;
  line-height: 60px;
  color: #33415C;
  font-size: 16px;
}
.contact-us-box .input-box textarea {
  width: 100%;
  background: #fff;
  border: 0;
  padding-left: 20px;
  height: 120px;
  color: #33415C;
  font-size: 16px;
  resize: none;
  padding-top: 15px;
}
.contact-us-box .input-box button {
  height: 62px;
  width: auto;
  background: #3577b5;
  border-color: #3577b5;
  color: #fff;
  font-size: 15px;
  font-weight: 500;
  border-radius: 0;
  text-transform: uppercase;
  letter-spacing: 1px;
  transition: all linear 0.3s;
}
.contact-us-box .input-box button:hover {
  background-color: #ffc107;
  color: #fff;
  border-color: #ffc107;
}

.checkbox_common {
  margin: 0;
  padding: 0;
  list-style-type: none;
  margin-left: 5px;
}

.checkbox_common li label {
  color: #333;
  font-size: 14px;
  margin-bottom: 12px;
  cursor: pointer;
  font-weight: 400;
  color: #000;
  opacity: 0.8;
}
.checkbox_common li label a {
  text-decoration: underline;
}

.checkbox_common li input[type=checkbox] {
  display: none;
}

.checkbox_common li input[type=checkbox] + label span {
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: -1px 15px 0 0;
  vertical-align: middle;
  cursor: pointer;
  border-radius: 50%;
  border: 2px solid #F5F5F5;
  position: relative;
  background: #F5F5F5;
}

.checkbox_common li input[type=checkbox] + label span:before {
  color: #fff;
  content: "\f00c";
  font-family: "Font Awesome 5 Pro";
  font-size: 11px;
  position: absolute;
  text-align: center;
  left: 3px;
  top: -7px;
  transform: scale(0);
  transition: 0.2s;
}

.checkbox_common li input[type=checkbox]:checked + label span {
  background: #F5F5F5;
  border-color: #F5F5F5;
}

.checkbox_common li input[type=checkbox]:checked + label span:before {
  transform: scale(1);
}

.checkbox_common li input[type=checkbox] + label span,
.checkbox_common li input[type=checkbox]:checked + label span {
  transition: background-color 0.2s linear;
}/*# sourceMappingURL=style.css.map */