/*===========================
     01.COMMON CSS 
===========================*/
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@200;300;400;500;600;700;800&family=Raleway:wght@200;300;400;500;600;700;800;900&display=swap");
* {
  margin: 0;
  padding: 0;
  scroll-behavior: smooth;
}

:root {
  --font-Raleway: "Raleway", sans-serif;
  --font-montserrat: "Montserrat", sans-serif;
  --white-color: #fff;
  --black-color: #000000;
  --btn-color1: #859CB1;
  --btn-color2: #787471;
}

/*================================================
1. Mixins Css
=================================================*/
/*================================================
2. Global Css
=================================================*/
html {
  font-size: 100%;
  scroll-behavior: smooth;
}

body {
  margin: 0;
  padding: 0;
  font-family: var(--font-inter);
  color: var(--text-secondary);
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--font-montserrat);
  font-weight: 600;
  line-height: 1.4;
  color: var(--title-color);
}

input {
  border: none;
  outline: none;
}

button {
  outline: none;
  border: none;
}

i.bx {
  vertical-align: middle;
}

img {
  max-width: 100%;
  height: auto;
}

a {
  text-decoration: none;
}

p {
  font-family: var(--font-open-sans);
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
}

.pt-120 {
  padding-top: 120px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .pt-120 {
    padding-top: 100px;
  }
}
@media (max-width: 991px) {
  .pt-120 {
    padding-top: 90px;
  }
}

.pb-120 {
  padding-bottom: 120px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .pb-120 {
    padding-bottom: 100px;
  }
}
@media (max-width: 991px) {
  .pb-120 {
    padding-bottom: 90px;
  }
}

.pt-100 {
  padding-top: 100px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .pt-100 {
    padding-top: 100px;
  }
}
@media (max-width: 991px) {
  .pt-100 {
    padding-top: 90px;
  }
}

.pb-100 {
  padding-bottom: 100px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .pb-100 {
    padding-bottom: 100px;
  }
}
@media (max-width: 991px) {
  .pb-100 {
    padding-bottom: 90px;
  }
}

.pt-90 {
  padding-top: 90px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .pt-90 {
    padding-top: 70px;
  }
}
@media (max-width: 991px) {
  .pt-90 {
    padding-top: 60px;
  }
}

.pb-90 {
  padding-bottom: 90px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .pb-90 {
    padding-bottom: 70px;
  }
}
@media (max-width: 991px) {
  .pb-90 {
    padding-bottom: 60px;
  }
}

.pb-80 {
  padding-bottom: 80px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .pb-80 {
    padding-bottom: 60px;
  }
}
@media (max-width: 991px) {
  .pb-80 {
    padding-bottom: 50px;
  }
}

.pb-65 {
  padding-bottom: 65px;
}

.mt-120 {
  margin-top: 120px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .mt-120 {
    margin-top: 100px;
  }
}
@media (max-width: 991px) {
  .mt-120 {
    margin-top: 90px;
  }
}

.mb-120 {
  margin-bottom: 120px;
}

.mb-100 {
  margin-bottom: 100px;
}

.mb-15 {
  margin-bottom: 15px;
}

.pt-80 {
  padding-top: 80px;
}

.pt-50 {
  padding-top: 50px;
}

.pb-80 {
  padding-bottom: 80px;
}

.pe-80 {
  padding-right: 80px;
}

.pb-60 {
  padding-bottom: 60px;
}

.pl-110 {
  padding-left: 110px;
}
@media (min-width: 1400px) and (max-width: 1599px) {
  .pl-110 {
    padding-left: 70px;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .pl-110 {
    padding-left: 40px;
  }
}
@media (max-width: 1199px) {
  .pl-110 {
    padding-left: unset;
  }
}

.mb-60 {
  margin-bottom: 60px;
}
@media (max-width: 767px) {
  .mb-60 {
    margin-bottom: 40px;
  }
}

.mb-70 {
  margin-bottom: 70px;
}
@media (max-width: 767px) {
  .mb-70 {
    margin-bottom: 40px;
  }
}

.mb-50 {
  margin-bottom: 50px;
}

.mb-45 {
  margin-bottom: 45px;
}

.mb-44 {
  margin-bottom: 44px;
}
@media (max-width: 991px) {
  .mb-44 {
    margin-bottom: 0px;
  }
}

.mb-35 {
  margin-bottom: 35px;
}

.mb-20 {
  margin-bottom: 20px;
}

.mt-15 {
  margin-top: 15px;
}

.mt-40 {
  margin-top: 40px;
}

.mt-35 {
  margin-top: 35px;
}

.mb-40 {
  margin-bottom: 40px;
}

.mb-30 {
  margin-bottom: 30px;
}

.mb-25 {
  margin-bottom: 25px;
}

.mt-50 {
  margin-top: 50px;
}

.mt-25 {
  margin-top: 25px;
}

.mb-50 {
  margin-bottom: 50px;
}

.mt-60 {
  margin-top: 60px;
}
@media (max-width: 767px) {
  .mt-60 {
    margin-top: 40px;
  }
}

.mt-70 {
  margin-top: 70px;
}
@media (max-width: 767px) {
  .mt-70 {
    margin-top: 40px;
  }
}

.primary-btn {
	padding: 17px 25px;
    background-color: var(--btn-color1);
    color: var(--white-color);
    font-family: var(--font-montserrat);
    font-size: 17px;
    font-weight: 700;
    display: inline-block;
    transition: 0.5s;
    position: relative;
    overflow: hidden;
    z-index: 1;
    text-align: center;
    border-radius: 50px;
    line-height: 1;
}
.primary-btn span {
  font-size: 12px;
  font-weight: 400;
}
@media (max-width: 991px) {
  .primary-btn {
    padding: 13px 25px;
  }
}
@media (max-width: 576px) {

}
.primary-btn::after {
  content: "";
  display: block;
  position: absolute;
  left: 15%;
  right: -20%;
  top: -4%;
  height: 150%;
  width: 150%;
  bottom: 0;
  background-color: #0A1019;
  transform: skewX(45deg) scale(0, 1);
  z-index: -1;
  transition: all 0.5s ease-out 0s;
}
.primary-btn:hover {
  color: var(--white-color);
}
.primary-btn:hover::after {
  transform: skewX(45deg) scale(1, 1);
}

.primary-btn2 {
  padding: 11px 42px;
  background-color: var(--btn-color2);
  color: var(--white-color);
  font-family: var(--font-Raleway);
  font-size: 15px;
  font-weight: 500;
  display: inline-block;
  transition: 0.5s;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.primary-btn2:hover {
  color: var(--white-color);
}
.primary-btn2::after {
  position: absolute;
  content: "";
  display: block;
  left: 15%;
  right: -20%;
  top: -4%;
  height: 150%;
  width: 150%;
  bottom: 0;
  border-radius: 2px;
  background-color: #0A1019;
  transform: skewX(45deg) scale(0, 1);
  z-index: -1;
  transition: all 0.5s ease-out 0s;
}
.primary-btn2:hover {
  color: var(--white-color);
}
.primary-btn2:hover::after {
  transform: skewX(45deg) scale(1, 1);
}

.section-title h2 {
  color: #000000;
  font-family: var(--font-montserrat);
  font-size: 35px;
  font-weight: 700;
  margin-bottom: 0;
  line-height: 1.2;
}
.section-title p {
  padding-top: 30px;
  color: #000000;
  font-family: var(--font-montserrat);
  font-size: 35px;
  font-weight: 500;
  line-height: 1.2;
  margin-bottom: 0;
}

@media (max-width: 991px) {
  .banner-section .banner-left {
    margin-bottom: 30px;
  }
}
.banner-section .banner-left video {
  width: 100%;
}
.banner-section .banner-right {
  text-align: end;
}
@media (max-width: 991px) {
  .banner-section .banner-right {
    text-align: center;
    margin-bottom: 30px;
  }
}
.banner-section .banner-right h1 {
  font-size: 35px;
  font-family: var(--font-montserrat);
  font-weight: 700;
  color: var(--black-color);
  line-height: 1.2;
  max-width: 715px;
  margin-bottom: 30px;
}
@media (max-width: 991px) {
  .banner-section .banner-right h1 {
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .banner-section .banner-right h1 {
    font-size: 30px;
  }
}
.banner-section .banner-right p {
  font-size: 16px;
  font-family: var(--font-Raleway);
  font-weight: 500;
  color: var(--black-color);
  line-height: 1;
  margin-bottom: 60px;
}

.clients-section {
  margin-bottom: 50px;
}
.clients-section img {
  max-width: 185px;
  width: 100%;
}
.clients-section .section-title {
  margin-bottom: 30px;
}
.clients-section .section-title h2 {
  margin-bottom: 0;
  font-family: var(--font-montserrat);
  font-size: 35px;
  font-weight: 700;
  color: rgba(133, 156, 177, 0.5);
  text-align: center;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .clients-section .section-title h2 {
    font-size: 28px;
  }
}

.author-section .author-wrapper {
  padding: 0 10%;
}
@media (max-width: 767px) {
  .author-section .author-wrapper {
    padding: 0 8%;
  }
}
.author-section .author-wrapper .author-card .author-img {
  margin-bottom: 15px;
  display: flex;
  justify-content: center;
}
.author-section .author-wrapper .author-card .author-img img {
  width: 150px;
  height: 150px;
  border-radius: 50%;
}
.author-section .author-wrapper .author-card .author-content {
  position: relative;
  padding: 0 24px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .author-section .author-wrapper .author-card .author-content {
    padding: 0 24px;
  }
}
.author-section .author-wrapper .author-card .author-content p {
  font-family: var(--font-montserrat);
  color: var(--black-color);
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 40px;
  text-align: center;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .author-section .author-wrapper .author-card .author-content p {
    font-size: 15px;
  }
}
.author-section .author-wrapper .author-card .author-content .quotes1 {
  position: absolute;
  width: 30px;
  top: -15px;
  left: 0;
}
.author-section .author-wrapper .author-card .author-content .quotes2 {
  position: absolute;
  width: 30px;
  bottom: -10px;
  right: 25px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .author-section .author-wrapper .author-card .author-content .quotes2 {
    right: 5px;
  }
}
.author-section .author-wrapper .author-card .author-name-desig {
  text-align: center;
}
.author-section .author-wrapper .author-card .author-name-desig h6 {
  font-size: 16px;
  font-family: var(--font-Raleway);
  font-weight: 800;
  margin-bottom: 0px;
}
.author-section .author-wrapper .author-card .author-name-desig p {
  font-family: var(--font-montserrat);
  color: var(--black-color);
  font-size: 16px;
  font-weight: 400;
}

.author-and-client-section {
  background-color: #FDFBFA;
  padding: 50px 0;
}

.banner2-section {
  background-color: #F5F0EA;
}
.banner2-section .banner2-content {
  padding: 100px 0 100px 20%;
}
@media (min-width: 768px) and (max-width: 991px) {
  .banner2-section .banner2-content {
    padding: 80px 3% 80px 3%;
  }
}
@media (min-width: 576px) and (max-width: 768px) {
  .banner2-section .banner2-content {
    padding: 80px 3% 80px 3%;
  }
}
@media (max-width: 576px) {
  .banner2-section .banner2-content {
    padding: 50px 3% 50px 3%;
  }
}
.banner2-section .banner2-content h3 {
  font-size: 30px;
  color: var(--black-color);
  font-family: var(--font-Raleway);
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1;
  margin-bottom: 50px;
}
.banner2-section .banner2-content .banner2-list {
  list-style: none;
  margin-bottom: 40px;
}
.banner2-section .banner2-content .banner2-list li {
  font-size: 25px;
  font-weight: 500;
  font-family: var(--font-Raleway);
  margin-bottom: 15px;
  line-height: 1.4;
  position: relative;
}
.banner2-section .banner2-content .banner2-list li::before {
  content: url(../img/home1/icon/check-icon.png);
  position: absolute;
  left: -30px;
  top: 0;
}
@media (max-width: 576px) {
  .banner2-section .banner2-content .banner2-list li {
    font-size: 18px;
  }
}
.banner2-section .banner2-content .work-btn {
  display: flex;
  justify-content: center;
}
.banner2-section .banner2-video1 video {
  width: 100%;
}
.banner2-section .banner2-video2 video {
  width: 100%;
}

.struggling-section {
  margin-bottom: 120px;
}
.struggling-section .struggling-section-title {
  display: flex;
  align-items: center;
  gap: 30px;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .struggling-section .struggling-section-title {
    gap: 20px;
  }
}
@media (max-width: 576px) {
  .struggling-section .struggling-section-title {
    gap: 15px;
  }
}
.struggling-section .struggling-section-title .section-title h5 {
  color: #859CB1;
  font-size: 22px;
  font-family: var(--font-Raleway);
  font-weight: 500;
  margin-bottom: 5px;
  line-height: 1;
  text-transform: uppercase;
}
@media (max-width: 576px) {
  .struggling-section .struggling-section-title .section-title h5 {
    font-size: 18px;
  }
}
.struggling-section .struggling-section-title .section-title h2 {
  font-size: 40px;
  font-family: var(--font-Raleway);
  color: var(--black-color);
  font-weight: 700;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .struggling-section .struggling-section-title .section-title h2 {
    font-size: 30px;
  }
}
@media (max-width: 576px) {
  .struggling-section .struggling-section-title .section-title h2 {
    font-size: 24px;
  }
}
.struggling-section .number-content {
  display: flex;
  align-items: center;
}
.struggling-section .number-content .content {
  z-index: 1;
  max-width: 250px;
  width: 100%;
  margin-top: 30px;
}
.struggling-section .number-content .content p {
  font-size: 22px;
  font-family: var(--font-Raleway);
  font-weight: 600;
  text-align: end;
  margin-bottom: 0;
}
.struggling-section .number-content .number {
  margin-left: -90px;
}
.struggling-section .number-content .number h2 {
  font-size: 350px;
  line-height: 0.6;
  font-weight: 700;
  font-family: var(--font-Raleway);
  color: rgba(133, 156, 177, 0.2);
  margin-bottom: 0;
}
.struggling-section .number-content.last {
  padding: 50px;
}

.case-study-section {
  margin-bottom: 70px;
}
.case-study-section .case-study-wrapper {
  padding: 0 10%;
}
.case-study-section .case-study-wrapper .case-study-content {
  text-align: end;
  max-width: 400px;
  width: 100%;
}
@media (max-width: 991px) {
  .case-study-section .case-study-wrapper .case-study-content {
    text-align: left;
    margin-bottom: 30px;
  }
}
.case-study-section .case-study-wrapper .case-study-content h2 {
  margin-bottom: 40px;
	  color: var(--black-color);
  font-size: 44px;
  font-family: var(--font-Raleway);
  font-weight: 700;
  transition: 0.4s;
}
.case-study-section .case-study-wrapper .case-study-content h2 a {
  color: var(--black-color);
  font-size: 44px;
  font-family: var(--font-Raleway);
  font-weight: 700;
  transition: 0.4s;
}
@media (max-width: 767px) {
  .case-study-section .case-study-wrapper .case-study-content h2 a {
    font-size: 32px;
  }
}
.case-study-section .case-study-wrapper .case-study-content h2 a:hover {
  color: var(--btn-color1);
}
.case-study-section .case-study-wrapper .case-study-content p {
  font-size: 18px;
  font-family: var(--font-montserrat);
  color: var(--black-color);
  font-weight: 500;
  margin-bottom: 0;
  line-height: 30px;
}
.case-study-section .case-study-wrapper .case-study-content.style-2 {
  text-align: start;
  margin-left: 50px;
  margin-bottom: 0;
}
@media (max-width: 1199px) {
  .case-study-section .case-study-wrapper .case-study-content.style-2 {
    margin-left: 0;
  }
}

.counter-section {
  background-color: #4f5b69;
  padding: 30px 0;
}
.counter-section .single-counter .number {
  display: flex;
  align-items: baseline;
  gap: 10px;
}
.counter-section .single-counter .number h3 {
  font-size: 40px;
  font-weight: 600;
  font-family: var(--font-Raleway);
  color: var(--white-color);
  margin-bottom: 5px;
  line-height: 1;
}
.counter-section .single-counter .number span {
  font-size: 30px;
  font-weight: 600;
  font-family: var(--font-Raleway);
  color: var(--white-color);
  line-height: 1;
  margin-top: -2px;
  display: inline-block;
}
.counter-section .single-counter .content p {
  font-size: 18px;
  font-family: var(--font-Raleway);
  font-weight: 400;
  margin-bottom: 0;
  color: var(--white-color);
}

.apply-section .apply-content {
  max-width: 60%;
  margin: 0 auto;
}
@media (max-width: 576px) {
  .apply-section .apply-content {
    max-width: 100%;
  }
}
.apply-section .apply-content h3 {
  font-size: 42px;
  font-family: var(--font-montserrat);
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .apply-section .apply-content h3 {
    font-size: 32px;
  }
}
.apply-section .apply-content p {
  font-size: 18px;
  font-family: var(--font-montserrat);
  font-weight: 400;
  line-height: 30px;
}

.brand-app-section {
  background-color: #859CB1;
  padding: 80px 0 80px 0;
}
.brand-app-section .brand-app-content h3 a {
  font-size: 50px;
  font-weight: 500;
  font-family: var(--font-Raleway);
  color: var(--white-color);
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .brand-app-section .brand-app-content h3 a {
    font-size: 32px;
  }
}

.our-vission .button-and-text h4 {
  font-family: var(--font-montserrat);
  font-size: 32px;
  font-weight: 600;
  font-style: italic;
  margin-bottom: 20px;
}

.section-title2 h2 {
  color: #000000;
  font-family: var(--font-montserrat);
  font-size: 35px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .section-title2 h2 {
    font-size: 24px;
  }
}
.section-title2 h2 span {
  text-transform: unset;
  color: #d7c7ba;
}

.fancybox-content {
  width: 400px !important;
  height: 570px !important;
}

.fancybox-infobar {
  display: none;
  visibility: hidden;
}

.fancybox-is-open .fancybox-bg {
  opacity: 0.4;
}

.fancybox-navigation {
  display: none;
  visibility: hidden;
}

.single-video {
  background-size: cover;
  background-position: 50%;
  position: relative;
  transition: 0.5s;
}
@media (max-width: 576px) {
  .single-video img {
    width: 100%;
  }
}
.single-video a {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.5s;
  transform: scale(0);
  background-color: rgba(0, 0, 0, 0.2);
}
.single-video a i {
  color: var(--white-color);
  font-size: 70px;
}
.single-video:hover a {
  transform: scale(1);
}

.authentic-content-area {
  background-color: #FDFBFA;
  padding: 50px 0;
}

.photo-gallery-area {
  background-color: #FDFBFA;
  padding: 50px 0;
  position: relative;
}
.photo-gallery-area .slider-btn-group {
  position: absolute;
  width: 80%;
  left: 50%;
  bottom: 40%;
  transform: translateX(-50%);
  display: flex;
  justify-content: space-between;
}
.photo-gallery-area .slider-btn-group .slider-btn {
  height: 35px;
  width: 35px;
  border-radius: 50%;
  background-color: #ddd;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.35s;
}
.photo-gallery-area .slider-btn-group .slider-btn svg {
  transition: 0.35s;
}
.photo-gallery-area .slider-btn-group .slider-btn:hover {
  background-color: var(--btn-color1);
}
@media (max-width: 576px) {
  .photo-gallery-area .single-img a img {
    width: 100%;
  }
}

.single-work-process {
  border: 5px solid var(--btn-color1);
  border-radius: 20px;
  max-width: 350px;
  width: 100%;
  position: relative;
}
@media (max-width: 576px) {
  .single-work-process {
    max-width: 100%;
  }
}
.single-work-process::after {
  content: "";
  height: 10px;
  width: 30%;
  background-color: var(--white-color);
  position: absolute;
  right: -2px;
  bottom: -5px;
}
.single-work-process::before {
  content: "";
  height: 50%;
  width: 10px;
  background-color: var(--white-color);
  position: absolute;
  right: -5px;
  bottom: 0px;
}
.single-work-process .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px 20px 10px;
}
.single-work-process .icon img{
	max-width: 105px;
}
.single-work-process .header {
  background-color: var(--btn-color1);
  text-align: center;
  min-height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.single-work-process .header::after {
  content: "";
  height: 150px;
  width: 10px;
  right: -5px;
  bottom: -150px;
  position: absolute;
  background-color: var(--white-color);
}
.single-work-process .header h4 {
  color: var(--white-color);
  font-weight: 700;
  font-size: 25px;
  font-family: var(--font-montserrat);
  text-transform: uppercase;
  margin-bottom: 0;
}
.single-work-process .content {
  padding: 50px;
  min-height: 255px;
}
.single-work-process .content p {
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 500;
  font-family: var(--font-montserrat);
}
.single-work-process.three {
  border-color: #8189ae;
}
.single-work-process.three .header {
  background-color: #8189ae;
}
.single-work-process.two {
  border-color: #88B1AD;
}
.single-work-process.two .header {
  background-color: #88B1AD;
}/*# sourceMappingURL=style.css.map */