
/* CSS Document */

/**
* Importing necessary  Styles.
**/
/*----- Fonts ----*/
@import url('../fonts/gordita/stylesheet.css');
@import url('../fonts/font/stylesheet.css');
/*----Bootstrap css ----- */
@import url('../vendor/bootstrap/css/bootstrap.min.css');
/*----Framework css-----*/
@import url('framework.css');
/*----------- Fancybox css -------*/
@import url('../vendor/fancybox/dist/jquery.fancybox.min.css');
/*----------- Slick Slider -------*/
@import url('../vendor/slick/slick.css');


/*========================================================================================

*************************** Start Styling Your theme from here ***************************

==========================================================================================*/
/*** 
====================================================================
  Theme Color and Root Prefix
====================================================================

 ***/
::-webkit-scrollbar{ width: 5px; }
::-webkit-scrollbar-track { background: #fff;}
::-webkit-scrollbar-thumb { background: #FFC90A;border-radius: 0;}
::selection {
  background-color: #2a2a2a;
  color: #fff;
}

/*^^^^^^^^^^^^^^^^^^^^ Global Prefix ^^^^^^^^^^^^^^^^^^^^^*/
.main-page-wrapper {overflow-x:hidden;}
body {
  font-family: 'gordita';
  font-weight: normal;
  font-size: 24px;
  position: relative;
  line-height: 2em;
  color: #000;
}
.h1,h1,.h2,h2,.h3,h3,.h4,h4,.h5,h5,.h6,h6 {
  font-family: 'DIN Condensed';
  color: #000; 
  font-weight: normal;
}
.h1,h1 {font-size: 80px;}
.h2,h2 {font-size: 52px;}
.h3,h3 {font-size: 36px;}
.h4,h4 {font-size: 24px;}
.h5,h5 {font-size: 24px;}
.h6,h6 {font-size: 20px;}
::-webkit-input-placeholder {color: rgba(0, 0, 0, 0.6);}
:-ms-input-placeholder { color: rgba(0, 0, 0, 0.6);}
::placeholder {color: rgba(0, 0, 0, 0.6);}
/*^^^^^^^^^^^^^^^^^^^^ Prefix Classes ^^^^^^^^^^^^^^^^^^^^^*/
.tran3s {transition: all 0.3s ease-in-out;}
.tran4s {transition: all 0.4s ease-in-out;}
.tran5s {transition: all 0.5s ease-in-out;}
.tran6s {transition: all 0.6s ease-in-out;}
.style-none {list-style: none; padding-left: 0; margin-bottom: 0;}

/*^^^^^^^^^^^^^^^^^^^^ Section Title ^^^^^^^^^^^^^^^^^^^^^^*/
.title-one h2 {
  font-size: 75px;
  line-height: 1.066em;
  text-transform: uppercase;
  text-shadow: 0px 0px 1px rgba(0, 0, 0, 1);
}
.title-two {
  font-size: 42px;
}

/*^^^^^^^^^^^^^^^^^^^^^ Banner ^^^^^^^^^^^^^^^^^^^^^*/
.hero-banner {
  background: url(../images/banner_img.jpg) no-repeat right center;
  background-size: cover;
  z-index: 5;
  padding: 40px 0 120px;
}
.hero-banner:before {
  content: '';
  position: absolute;
  top:0;
  bottom: 0;
  left: 0;
  width: 58%;
  z-index: -1;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.52) 0%, rgba(0, 0, 0, 0) 100%);
}
.hero-banner:after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: -6px;
  height: 25px;
  background: url(../images/shape_01.png) repeat-x center bottom;
}
.hero-banner .logo-text {
  font-size: 16px;
  line-height: 23px;
  letter-spacing: 0.04em;
  text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3);
}
.hero-banner .hero-heading {
  font-size: 120px;
  color: #fff;
  line-height: 0.875em;
  text-shadow: 0px 5px 4px rgba(0, 0, 0, 0.21);
  margin: 115px 0 50px;
}
.hero-banner .fancy-text {
  font-family: 'Bassy';
  font-size: 115px;
  color: #FFC90A;
  margin: 0 0 -25px;
  line-height: 1em;
}
.hero-banner .sub-text {;
  font-size: 32px;
  margin: 0 0 45px;
}
.hero-banner .apply-btn {
  font-weight: 500;
  width: 205px;
  line-height: 55px;
  background: #FFC90A;
  color: #000;
  font-size: 14px;
  letter-spacing: 1px;
}
.hero-banner .apply-btn:hover {
  background: #fff;
  color: #000;
}

/*^^^^^^^^^^^^^^^^^^^^^ Client Slider ^^^^^^^^^^^^^^^^^^^^^*/
.client-slider-section {
  background: url(../images/bg_01.jpg) no-repeat center;
  background-size: cover;
  z-index: 1;
  padding: 120px 0 100px;
}
.client-slider-section:before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: -6px;
  height: 25px;
  background: url(../images/shape_02.png) repeat-x center bottom;
}
.client-slider-section:after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: -6px;
  height: 25px;
  background: url(../images/shape_01.png) repeat-x center bottom;
}
.client-slider-section .slider-text p {
  font-size: 36px;
  line-height: 1.66em;
  margin-bottom: 45px;
}
.client-slider-section .slider-text .name {
  font-size: 20px;
  color: rgba(0, 0, 0, 0.5);
}
.client-slider-section .slider-text .name span {
  font-weight: 500;
  color: #000;
}
.client-slider-section .slider-text .name:before {
  content: '';
  position: absolute;
  width: 15px;
  height: 2px;
  background: #000;
  left: -28px;
  top:22px;
}
.slider-avatar img {
  transform: scale(0.8);
  border-radius: 50%;
  margin: 0 auto;
  border: 2px solid transparent;
  transition: all 0.3s ease-in-out;
}
.slider-avatar .slick-center img {
  transform: scale(1);
  border-color: #000;
}
.client-slider-section .slider-arrows li {
  position: absolute;
  width: 50px;
  height: 50px;
  background: #000;
  cursor: pointer;
  top:14%;
  right: 0;
}
.client-slider-section .slider-arrows li.prev_f2 {left: 0;}
/*^^^^^^^^^^^^^^^^^^^^^ Video Blocks ^^^^^^^^^^^^^^^^^^^^^*/
.video-blocks .img-meta {
  background-size: cover;
  height: 400px;
}
.video-blocks .img-meta .video-icon {
  width: 70px;
  height: 70px;
  background: #FFC90A;
}
.video-blocks .img-meta .video-icon:hover {
  background: #1A1A1A;
}
/*^^^^^^^^^^^^^^^^^^^^^ CEO Text ^^^^^^^^^^^^^^^^^^^^^*/
.ceo-text {
  background: #FFE37E;
  z-index: 1;
}
.ceo-text:before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: -6px;
  height: 25px;
  background: url(../images/shape_02.png) repeat-x center bottom;
}
.ceo-text:after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: -6px;
  height: 25px;
  z-index: -1;
  background: url(../images/shape_01.png) repeat-x center bottom;
}
.ceo-text p {
  font-size: 32px;
  line-height: 1.843em;
  margin: 43px 0 45px;
}
.ceo-text .name {
  font-size: 19px;
  color: #818181;
  margin-left: 40px;
}
.ceo-text .name span {
  font-weight: 500;
  color: #000;
}
.ceo-text .name:before {
  content: '';
  position: absolute;
  width: 23px;
  height: 2px;
  background: #000;
  left: -40px;
  top:22px;
}
.ceo-text .ceo-img {
  position: absolute;
  left: 0;
  top:0;
  bottom: 0;
  width: 41%;
  background: url(../images/ceo_img.jpg) no-repeat center;
  background-size: cover;
  background-position: 38% 75%;
}
.ceo-text .shape {
  position: absolute;
  right: 0;
  bottom: 20px;
  z-index: -1;
}
/*^^^^^^^^^^^^^^^^^^^^^ FAQ Section ^^^^^^^^^^^^^^^^^^^^^*/
.faq-section .inner-container {
  background: #F9F9F9;
  padding: 0 55px 30px;
  border-radius: 20px;
}
.accordion-style-two .accordion-item {
  border: none;
  border-radius: 0;
  background: transparent;
  border-bottom: 1px solid #000;
}
.accordion-style-two .accordion-item:last-child {border: none;}
.accordion-style-two .accordion-button {
  background: transparent;
  padding: 32px 0;
  border: none;
  outline: none;
  box-shadow: none;
  font-size: 24px;
  font-weight: 500;
  color: #000;
}
.accordion-style-two .accordion-button::after {
  content: "+";
  background-image: none;
  width: 30px;
  height: 30px;
  font-size: 28px;
  color: #000;
  text-align: center;
}
.accordion-style-two .accordion-button:not(.collapsed) {
  padding-bottom: 20px;
}
.accordion-style-two .accordion-button:not(.collapsed):after {
  content: "-";
  font-size: 24px;
  transform: none;
}
.accordion-style-two .accordion-body {
  padding: 0 0 20px;
  width: 90%;
}
/*^^^^^^^^^^^^^^^^^^^^^ Partner Section ^^^^^^^^^^^^^^^^^^^^^*/
.partner-section .wrapper a {
  margin: 25px 15px 0;
}
.partner-section p {
  font-size: 18px;
  line-height: 1.777em;
}
.partner-section .shape {
  position: absolute;
  left: 0;
  bottom: 0;
}
/*^^^^^^^^^^^^^^^^^^^^^ Footer ^^^^^^^^^^^^^^^^^^^^^*/
.main-footer {
  background: #1F1F1F;
  z-index: 1;
  padding: 50px 0 15px;
}
.main-footer:before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: -6px;
  height: 25px;
  background: url(../images/shape_02.png) repeat-x center bottom;
}
.main-footer .footer-nav a {
  font-size: 16px;
  color: #fff;
  margin-right: 22px;
}
.main-footer .footer-nav a:hover {
  text-decoration: underline;
}
.main-footer p {
  font-size: 15px;
  color: #fff;
}
.main-footer .shape_01 {
  position: absolute;
  bottom: 0;
  left: 25%;
  z-index: -1;
}
.main-footer .shape_02 {
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
}
/*^^^^^^^^^^^^^^^^^^^^^^^ Modal ^^^^^^^^^^^^^^^^^^^^^*/
#applyModal .modal-dialog {
  position: relative;
  max-width: 1000px;
  border-radius: 15px;
  background: #fff;
  z-index: 1;
}
#applyModal .modal-dialog .modal-content {
  padding: 55px 15px 60px;
  background: transparent;
}
/*#applyModal .form-step {
  display: none;
}*/
#applyModal .form-step.active {
  display: block;
}
#applyModal h3 {
  font-size: 48px;
  text-transform: uppercase;
}
#applyModal h2 {
  font-size: 58px;
  text-transform: uppercase;
}
#applyModal .form-container p {
  font-size: 20px;
  line-height: 32px;
}
#applyModal #step1 .dropdown-toggle {
  position: relative;
  width: 100%;
  height: 70px;
  font-size: 17px;
  color: rgba(0, 0, 0, 0.7);
  padding: 0 42px 0 25px;
  border: 1px solid #E1E1E1;
  border-radius: 10px;
  background: #F7F7F7;
  text-align: left;
}
#applyModal #step1 .dropdown-toggle:after {
  content: url(../images/arrow-down.svg);
  border: none;
  vertical-align: middle;
  margin: 0;
  position: absolute;
  right: 25px;
  top:10px;
}
#applyModal #step1 .dropdown-menu {
  width: 100%;
  max-height: 250px;
  overflow-y: auto;
}
#applyModal #step1 .dropdown-menu .dropdown-item {
  font-weight: 500;
  font-size: 16px;
  padding: 0 15px;
  transition: all 0.2s ease-in-out;
}
#applyModal #step1 .dropdown-menu .dropdown-item:hover {
  background: #FFC90A;
  color: #000;
}
#applyModal .input-wrapper label {
  font-size: 17px;
  font-family: 'DIN Condensed';
  display: block;
  line-height: initial;
  margin-bottom: 9px;
}
#applyModal .input-wrapper input {
  width: 100%;
  height: 60px;
  font-size: 16px;
  background: #F7F7F7;
  border:1px solid #E3E3E3;
  border-radius: 7px;
  padding: 0 20px;
}
#applyModal .input-wrapper input:focus {
  background: #fff;
  border-color: #FFC90A;
}
#applyModal .input-wrapper .extension-num {
  position: absolute;
  left: 0;
  bottom: 0;
  line-height: 60px;
  height: 60px;
  width: 70px;
  text-align: center;
  border-right: 1px solid #E3E3E3;
  font-size: 16px;
  color: rgba(0, 0, 0, 0.6);
}
#applyModal .input-wrapper input[type="tel"] {
  padding-left: 20px;
}
#applyModal .submit-btn {
  width: 100%;
  height: 55px;
  border-radius: 7px;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 15px;
  background: #FFC90A;
  color: #000;
}
#applyModal .submit-btn:hover {
  background: #212121;
  color: #fff;
}
#applyModal .shape_01 {
  position: absolute;
  left: 0;
  top:0;
  z-index: -1;
}
#applyModal .shape_02 {
  position: absolute;
  bottom: 0;
  right:0;
  z-index: -1;
}
#applyModal .btn-close {
  padding: 0;
  outline: none;
  box-shadow: none;
  width: 16px;
  height: 16px;
  position: absolute;
  right: 20px;
  top:20px;
  cursor: pointer;
}




/* Responsive CSS Document */

@media (min-width: 992px) {
  .container {padding-right: 0;padding-left: 0;}
}


/*Between Grid xl*/
@media (min-width: 1200px) and (max-width: 1399px) {
  body {font-size: 22px;}
  .hero-banner .logo {max-width: 400px;}
  .hero-banner .hero-heading {font-size: 110px;}
  .hero-banner .sub-text {font-size: 30px;}
  .title-one h2 {font-size: 68px;}
  .client-slider-section .slider-text p {font-size: 34px;}
  .ceo-text p {font-size: 28px;}
}
/*(min-width: 1200px) and (max-width: 1399px)*/



/*Grid lg Start*/
@media (max-width: 1199px) {
  .client-slider-section .slider-arrows li {width: 35px; height: 35px; padding: 3px;}
  .ceo-text .icon {max-width: 60px;}
}
/*(max-width: 1199px)*/



/*Between Grid lg*/
@media (min-width: 992px) and (max-width: 1199px) {
  body {font-size: 20px;}
  .hero-banner .logo {max-width: 350px;}
  .hero-banner .hero-heading {font-size: 95px; margin-top: 100px;}
  .hero-banner .fancy-text {font-size: 85px; margin-bottom: -12px;}
  .hero-banner .sub-text {font-size: 24px;}
  .title-one h2 {font-size: 55px;}
  .client-slider-section .slider-text p {font-size: 28px;}
  .ceo-text p {font-size: 24px; margin: 35px 0 40px}
  .client-slider-section {padding: 100px 0 80px;}
  .video-blocks .img-meta {height: 350px;}
  .accordion-style-two .accordion-button {font-size: 22px; padding: 25px 0;}
}
/*(min-width: 992px) and (max-width: 1199px)*/



/*Grid md Start*/
@media (max-width: 991px) {
  body {font-size: 16px;}
  .hero-banner {padding: 30px 0 80px;}
  .hero-banner:before {width: 100%;}
  .hero-banner .logo {max-width: 220px;}
  .hero-banner .logo-text {font-size: 12px; line-height: 16px;}
  .hero-banner .hero-heading {font-size: 52px; line-height: 1em; margin: 70px 0 35px}
  .hero-banner .fancy-text {font-size: 52px; margin-bottom: -5px;}
  .hero-banner .sub-text {font-size: 20px; margin-bottom: 35px;}
  .hero-banner .apply-btn {width: 175px; line-height: 50px; font-size: 13px;}
  .title-one h2 {font-size: 35px; line-height: 1.1em;}
  .title-two {font-size: 32px;}
  .client-slider-section {padding: 60px 0 50px;}
  .client-slider-section .slider-text p {font-size: 22px; line-height: 1.7em; margin-bottom: 25px;}
  .client-slider-section .slider-text .name {font-size: 18px;}
  .client-slider-section .slider-text .name:before {top:15px;}
  .slider-avatar img {transform: scale(0.65);}
  .slider-avatar .slick-center img {transform: scale(0.75);}
  .client-slider-section .slider-arrows li {position: static; margin: 0 5px;}
  .video-blocks .img-meta {height: 250px;}
  .video-blocks .img-meta .video-icon {width: 55px; height: 55px; padding: 18px;}
  .ceo-text p {font-size: 20px; margin: 30px 0;}
  .ceo-text .name {font-size: 18px;}
  .ceo-text .name:before {top:15px;}
  .ceo-text .shape {width: 20%;}
  .faq-section .inner-container {padding: 10px 15px 20px;}
  .accordion-style-two .accordion-button {font-size: 18px; padding: 18px 0;}
  .accordion-style-two .accordion-body {width: 100%;padding-bottom: 5px;}
  .accordion-style-two .accordion-button:not(.collapsed) {padding-bottom: 10px;}
  .main-footer {padding: 40px 0 0;}
  .main-footer .logo {max-width: 280px;}
  .main-footer .footer-nav a {margin: 0 12px;}

  #applyModal .modal-dialog {max-width: 95%;}
  #applyModal .modal-dialog .modal-content {padding: 40px 15px 40px}
  #applyModal h3,#applyModal h2 {font-size: 32px;}
  #applyModal .form-container p {font-size: 16px; line-height: 28px;}
  #applyModal #step1 .dropdown-menu .dropdown-item {font-size: 15px; padding: 3px 15px;}
  #applyModal .input-wrapper input {height: 55px;}
  #applyModal .shape_01,#applyModal .shape_02 {display: none;}
}
/*(max-width: 991px)*/


/*Grid sm Start*/
@media (max-width: 767px) {
  .ceo-text .ceo-img {position: static; width: 100%; height: 350px;}
  .partner-section .shape {display: none;}
}
/*(max-width: 767px)*/
.error{color: red;}