/*----------------------------------------------------
@File: Default Styles
@Author: Hammami Asma
@Developed By: Hammami Asma
Author E-mail: hammami.asma111@gmail.com

This file contains the styling for the actual theme, this
is the file you need to edit to change the look of the
theme.
---------------------------------------------------- */
/*=====================================================================
@Default Styles

=====================================================================*/
/*----------------------------------------------------*/
/*font Variables*/
/*Color Variables*/
/*=================== fonts ====================*/
@font-face {
  font-family: Gilroy-Light;
  src: url("../fonts/gilroy/Gilroy-Light.otf") format("truetype");
}
@font-face {
  font-family: Gilroy;
  src: url("../fonts/gilroy/Gilroy-Regular.otf") format("truetype");
}
@font-face {
  font-family: Gilroy-ExtraBold;
  src: url("../fonts/gilroy/Gilroy-ExtraBold.otf") format("truetype");
}
@font-face {
  font-family: Gilroy-SemiBold;
  src: url("../fonts/gilroy/Gilroy-SemiBold.otf") format("truetype");
}
@import url("https://fonts.googleapis.com/css?family=Playfair+Display:700|Roboto:400,400i,500");

/*---------------------------------------------------- */
/*----------------------------------------------------*/
/* Medium Layout: 1280px */
/* Tablet Layout: 768px */
/* Mobile Layout: 320px */
/* Wide Mobile Layout: 480px */
/*---------------------------------------------------- */
/*----------------------------------------------------*/

body {
  line-height: 27px;
  font-size: 14px;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  color: #ababab;
  overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Playfair Display", serif;
  font-weight: 700;
  color: #222222;
}
.point {
  padding: 4px 4px;
  color: #1a1919;
  font-weight: 700;
  font-size: 18px;
}
.list {
  list-style: none;
  margin: 0px;
  padding: 0px;
}

a {
  text-decoration: none;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
a:hover,
a:focus {
  text-decoration: none;
  outline: none;
}

.row.m0 {
  margin: 0px;
}

button:focus {
  outline: none;
  box-shadow: none;
}

/*---------------------------------------------------- */
/*----------------------------------------------------*/
.section_gap {
  padding: 40px 0;
}
@media (max-width: 991px) {
  .section_gap {
    padding: 40px 0;
  }
}

.section_gap_top {
  padding-top: 120px;
}
@media (max-width: 991px) {
  .section_gap_top {
    padding-top: 40px;
  }
}

.section_gap_bottom {
  padding-bottom: 40px;
}
@media (max-width: 991px) {
  .section_gap_bottom {
    padding-bottom: 40px;
  }
}

.mt-25 {
  margin-top: 25px;
}

.p0 {
  padding-left: 0px;
  padding-right: 0px;
}

.overlay {
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
}

@media (min-width: 992px) {
  .header_area.home_menu {
    display: none;
  }
  .header_area.home_menu + section,
  .header_area.home_menu + row,
  .header_area.home_menu + div {
    margin-top: 0px;
  }
}
/* Main Title Area css
============================================================================================ */
.main_title {
  margin-bottom: 30px;
}
.main_title p {
  font-family: Gilroy;
  font-style: normal;
  font-weight: 300;
  font-size: 20px;
  line-height: 32px;
  text-align: justify;
  color: #1a1919;
  padding-bottom: 30px;
}
@media (max-width: 991px) {
  .main_title {
    margin-bottom: 40px;
  }
}
@media (max-width: 480px) {
  .main_title {
    margin-bottom: 30px;
  }
}
.main_title h1 {
  font-family: Gilroy;
  font-style: normal;
  font-weight: 600;
  font-size: 80px;
  line-height: 95px;
  letter-spacing: -2px;
  color: #1a1919;
  margin-bottom: 60px;
}
@media (max-width: 991px) {
  .main_title h1 {
    font-size: 36px;
  }
}
.main_title p {
  margin-bottom: 0;
}
.main_title p a {
  color: #1a1919;
  text-decoration: underline;
}

/* End Main Title Area css
============================================================================================ */
/* Start video button css
============================================================================================ */
.video-play-button {
  position: relative;
  box-sizing: content-box;
  display: inline-block;
  width: 32px;
  height: 44px;
  border-radius: 50%;
  padding: 30px 8px 18px 28px;
}
@media (max-width: 991px) {
  .video-play-button {
    padding: 40px 8px 18px 28px;
  }
}
.video-play-button:before,
.video-play-button:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  display: block;
  width: 100px;
  height: 100px;
  border-radius: 50%;
}
@media (max-width: 991px) {
  .video-play-button:before,
  .video-play-button:after {
    width: 70px;
    height: 70px;
  }
}
.video-play-button:before {
  z-index: 0;
  -webkit-animation: pulse-border 2000ms ease-out infinite;
  -moz-animation: pulse-border 2000ms ease-out infinite;
  -o-animation: pulse-border 2000ms ease-out infinite;
  animation: pulse-border 2000ms ease-out infinite;
  background: #fff;
}
.video-play-button:after {
  z-index: 1;
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
  box-shadow: 0px 10px 30px rgba(39, 0, 110, 0.3);
  background: #4681ff;
}
.video-play-button span {
  display: block;
  position: relative;
  z-index: 3;
  width: 0;
  height: 0;
  border-left: 20px solid #ffffff;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
}
@media (max-width: 991px) {
  .video-play-button span {
    border-left: 15px solid #ffffff;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
  }
}

@-webkit-keyframes pulse-border {
  0% {
    -webkit-transform: translate(-50%, -50%) translateZ(0) scale(1);
    -moz-transform: translate(-50%, -50%) translateZ(0) scale(1);
    -ms-transform: translate(-50%, -50%) translateZ(0) scale(1);
    -o-transform: translate(-50%, -50%) translateZ(0) scale(1);
    transform: translate(-50%, -50%) translateZ(0) scale(1);
    opacity: 0.7;
  }
  100% {
    -webkit-transform: translate(-50%, -50%) translateZ(0) scale(1.5);
    -moz-transform: translate(-50%, -50%) translateZ(0) scale(1.5);
    -ms-transform: translate(-50%, -50%) translateZ(0) scale(1.5);
    -o-transform: translate(-50%, -50%) translateZ(0) scale(1.5);
    transform: translate(-50%, -50%) translateZ(0) scale(1.5);
    opacity: 1;
  }
}
@-moz-keyframes pulse-border {
  0% {
    -webkit-transform: translate(-50%, -50%) translateZ(0) scale(1);
    -moz-transform: translate(-50%, -50%) translateZ(0) scale(1);
    -ms-transform: translate(-50%, -50%) translateZ(0) scale(1);
    -o-transform: translate(-50%, -50%) translateZ(0) scale(1);
    transform: translate(-50%, -50%) translateZ(0) scale(1);
    opacity: 0.7;
  }
  100% {
    -webkit-transform: translate(-50%, -50%) translateZ(0) scale(1.5);
    -moz-transform: translate(-50%, -50%) translateZ(0) scale(1.5);
    -ms-transform: translate(-50%, -50%) translateZ(0) scale(1.5);
    -o-transform: translate(-50%, -50%) translateZ(0) scale(1.5);
    transform: translate(-50%, -50%) translateZ(0) scale(1.5);
    opacity: 1;
  }
}
@-o-keyframes pulse-border {
  0% {
    -webkit-transform: translate(-50%, -50%) translateZ(0) scale(1);
    -moz-transform: translate(-50%, -50%) translateZ(0) scale(1);
    -ms-transform: translate(-50%, -50%) translateZ(0) scale(1);
    -o-transform: translate(-50%, -50%) translateZ(0) scale(1);
    transform: translate(-50%, -50%) translateZ(0) scale(1);
    opacity: 0.7;
  }
  100% {
    -webkit-transform: translate(-50%, -50%) translateZ(0) scale(1.5);
    -moz-transform: translate(-50%, -50%) translateZ(0) scale(1.5);
    -ms-transform: translate(-50%, -50%) translateZ(0) scale(1.5);
    -o-transform: translate(-50%, -50%) translateZ(0) scale(1.5);
    transform: translate(-50%, -50%) translateZ(0) scale(1.5);
    opacity: 1;
  }
}
@keyframes pulse-border {
  0% {
    -webkit-transform: translate(-50%, -50%) translateZ(0) scale(1);
    -moz-transform: translate(-50%, -50%) translateZ(0) scale(1);
    -ms-transform: translate(-50%, -50%) translateZ(0) scale(1);
    -o-transform: translate(-50%, -50%) translateZ(0) scale(1);
    transform: translate(-50%, -50%) translateZ(0) scale(1);
    opacity: 0.7;
  }
  100% {
    -webkit-transform: translate(-50%, -50%) translateZ(0) scale(1.5);
    -moz-transform: translate(-50%, -50%) translateZ(0) scale(1.5);
    -ms-transform: translate(-50%, -50%) translateZ(0) scale(1.5);
    -o-transform: translate(-50%, -50%) translateZ(0) scale(1.5);
    transform: translate(-50%, -50%) translateZ(0) scale(1.5);
    opacity: 1;
  }
}
/*---------------------------------------------------- */
/*----------------------------------------------------*/
/* =================================== */
/*  Start Header Area CSS
/* =================================== */
.canvus_menu {
  overflow: hidden;
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 10;
  min-height: 80px;
  width: 100%;
  border-bottom: 1px solid #e3e3e3;
}
.canvus_menu .toggle_icon {
  cursor: pointer;
  position: relative;
  height: 20px;
  width: 30px;
  top: 30px;
  left: 0;
  z-index: 99;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  display: inline-block;
  background: #ffffff;
}
.canvus_menu .toggle_icon span {
  height: 2px;
  width: 30px;
  display: block;
  background: #222222;
  cursor: pointer;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.canvus_menu .toggle_icon span:before {
  content: "";
  height: 2px;
  width: 25px;
  display: block;
  background: #222222;
  left: 0px;
  top: 20px;
  position: absolute;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.canvus_menu .toggle_icon span:after {
  content: "";
  height: 2px;
  width: 20px;
  display: block;
  background: #222222;
  left: 0px;
  bottom: 8px;
  position: absolute;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.side_menu {
  position: fixed;
  left: -500px;
  top: 0px;
  width: 100%;
  background: #fff;
  max-width: 500px;
  padding: 130px 115px;
  z-index: 999;
  box-shadow: 0px 20px 50px rgba(70, 129, 255, 0.1);
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
@media (max-width: 760px) {
  .vert-text {
    margin-top: 200px !important;
  }
  .side_menu {
    max-width: 300px;
    padding: 20px 15px;
  }
}
.side_menu .logo {
  margin-bottom: 100px;
}
@media (max-width: 991px) {
  .side_menu .logo {
    margin-bottom: 30px;
  }
}
.side_menu .menu-left {
  max-height: 420px;
}
@media (max-width: 1440px) {
  .side_menu .menu-left {
    margin-top: 20px;
  }
}
.side_menu .menu-left li {
  margin-bottom: 25px;
}
@media (max-width: 1440px) {
  .side_menu .menu-left li {
    margin-bottom: 15px;
  }
}
.side_menu .menu-left li:last-child {
  margin-bottom: 0px;
}
.side_menu .menu-left li a,
.side_menu .menu-left li .dropdown-toggle {
  cursor: pointer;
  font-size: 18px;
  font-weight: 500;
  color: #222222;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.side_menu .menu-left li a:hover,
.side_menu .menu-left li .dropdown-toggle:hover {
  color: #4681ff;
}
.side_menu .menu-left li .dropdown-toggle {
  background: transparent;
  border: 0;
  padding: 0;
}
.side_menu .menu-left li .dropdown-toggle:focus {
  outline: none;
}
.side_menu .menu-left li .dropdown-toggle:after {
  content: none;
}
.side_menu .menu-left li .dropdown-menu {
  top: -36px !important;
  left: 110px !important;
  border: 0;
  background: #4681ff;
  border-radius: 0px;
}
.side_menu .menu-left li .dropdown-menu a {
  color: #fff;
  font-size: 14px;
}
.side_menu .menu-left li .dropdown-menu.show:after {
  content: "\f178";
  font: normal normal normal 14px/1 FontAwesome;
  position: absolute;
  top: 18px;
  left: -22%;
  color: #000;
  -webkit-transform: scaleX(3);
  -moz-transform: scaleX(3);
  -ms-transform: scaleX(3);
  -o-transform: scaleX(3);
  transform: scaleX(3);
}
.side_menu .menu-left li .dropdown-menu .dropdown-item {
  background: transparent;
}
.side_menu .menu-left li .dropdown-menu .dropdown-item:hover {
  opacity: 0.7;
}

.open .side_menu {
  left: 0px;
}
.open .canvus_menu {
  z-index: 999;
  position: fixed;
}
.open .canvus_menu .toggle_icon {
  left: 50px;
}
@media (max-width: 1440px) {
  .open .canvus_menu .toggle_icon {
    left: 240px;
  }
}
@media (max-width: 575px) {
  .open .canvus_menu .toggle_icon {
    left: 240px;
  }
}
.open .canvus_menu .toggle_icon span {
  background: transparent !important;
}
.open .canvus_menu .toggle_icon span:before {
  width: 25px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 9px;
  left: 3px;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.open .canvus_menu .toggle_icon span:after {
  width: 25px;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  left: 3px;
  top: 9px;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

/* =================================== */
/*   End Header Area CSS
/* =================================== */
.top-btn-area {
  padding: 25px 0;
  text-align: right;
}
@media (max-width: 575px) {
  .top-btn-area .main_btn {
    margin-right: 30px;
  }
}

/* Home Banner Area css
============================================================================================ */
/*---------------------------------------------------- */
/*----------------------------------------------------*/
/* Home Banner Area css
============================================================================================ */
.home-banner-area {
  background: #ffffff;
  position: relative;
  max-height: 100vh;
  height: 100vh;
  background-size: 100%;
}
@media (max-width: 414px) {
  .home-banner-area {
    overflow: hidden;
  }
}
.home-banner-area .owl-nav {
  right: 58%;
  position: absolute;
  bottom: 30px;
  display: -ms-flexbox;
  display: flex;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}
@media (max-width: 991px) {
  .home-banner-area .owl-nav {
    display: none;
  }
}
.home-banner-area .owl-nav .owl-prev {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
  position: relative;
  top: 3px;
  margin-right: 40px;
}
.home-banner-area .owl-nav .owl-prev,
.home-banner-area .owl-nav .owl-next {
  -webkit-filter: brightness(0) invert(1);
  -moz-filter: brightness(0) invert(1);
  -ms-filter: brightness(0) invert(1);
  -o-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  opacity: 0.4;
}
.home-banner-area .owl-nav .owl-prev:hover,
.home-banner-area .owl-nav .owl-next:hover {
  opacity: 1;
}

@media (max-width: 767px) {
  .fullscreen {
    height: 100% !important;
  }
}
.header-left {
  position: relative;
  padding-right: 0px;
}
@media (max-width: 767px) {
  .header-left {
    display: none;
  }
}
.header-left .video-popup {
  position: absolute;
  bottom: 0;
  right: 0;
}
@media (max-width: 991px) {
  .header-left .video-popup {
    bottom: 60px;
  }
}
.header-left .video-popup .watch {
  color: #fff;
  padding-left: 50px;
}
.header-left .video-popup .watch h5 {
  font-size: 18px;
  color: #fff;
}
.header-left .video-popup .watch p {
  text-transform: uppercase;
  font-size: 12px;
  margin: 0;
}

.cover-right {
  height: 100%;
}
@media (max-width: 767px) {
  .cover {
    height: 100% !important;
  }
  .cover-right {
    position: relative;
    z-index: 1;
  }
  .cover-right .main_btn {
    color: #fff;
    margin-top: 20px;
  }
  .cover-right .main_btn img {
    -webkit-filter: invert(1);
    -moz-filter: invert(1);
    -ms-filter: invert(1);
    -o-filter: invert(1);
    filter: invert(1);
  }

  .right-text {
    width: 100% !important;
  }
  .right-text h5 {
    position: relative !important;
    /* text-align: justify!important; */
    /* text-align: left!important; */
    width: 100% !important;
    text-align: justify !important;
  }
}
@media (max-width: 320px) {
  .cover-right {
    height: 70%;
  }
}
.vertical_txt {
}
.vert-text {
  transform: rotate(270deg);
  transform-origin: left top 0;
  position: absolute;
  top: 60%;
  left: -6%;
  font-family: Gilroy;
  font-style: normal;
  font-weight: 600;
  font-size: 10px;
  line-height: 12px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
@media (max-width: 1024px) {
  .vert-text {
    top: 35%;
  }
}
@media (max-width: 768px) {
  .vert-text {
    top: 55%;
  }
}

@media (max-width: 414px) {
  .vert-text {
    top: 30%;
  }
}
.vert-text-profile {
  transform: rotate(270deg);
  transform-origin: left top 0;
  position: absolute;
  top: 170px;
  left: -6%;
  font-family: Gilroy;
  font-style: normal;
  font-weight: 600;
  font-size: 10px;
  line-height: 12px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.vert-text-down-right {
  transform: rotate(270deg);
  transform-origin: left top 0;
  position: absolute;
  bottom: 65px;
  right: -80px;
}
.vert-text-down {
  color: #1a1919;
  font-family: Gilroy;
  font-style: normal;
  font-weight: 600;
  font-size: 12px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.close_pop {
  cursor: pointer;
}
.vert-text-section {
  margin-top: 180px;
  transform: rotate(270deg);
  transform-origin: left top 0;
  position: absolute;
  top: 0;
  left: 6%;
  font-family: Gilroy;
  font-style: normal;
  font-weight: 600;
  font-size: 10px;
  line-height: 12px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.cover-right h1 {
  font-family: Gilroy-Light;
  font-style: normal;
  font-weight: 300;
  font-size: 80px;
  line-height: 92px;
  letter-spacing: -2px;
  color: #1a1919;
}
.cover-right h4 {
  font-family: Gilroy;
  font-style: normal;
  font-weight: 600;
  font-size: 40px;
  line-height: 48px;
  color: #1a1919;
  margin-bottom: 32px;
}
.cover-right .mini_title_top {
  font-family: Gilroy;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 24px;
  color: #1a1919;
  letter-spacing: 0;
  opacity: 0.7;
  margin-bottom: 64px;
}
.cover-right p {
  font-family: Gilroy-SemiBold;
  font-size: 80px;
  line-height: 92px;
  letter-spacing: -2px;
  color: #1a1919;
}
.right-text {
  height: 100%;
  position: relative;
}
.right-text h5 {
  position: absolute;
  bottom: 25%;
  right: 0;
  float: right;
  width: 75%;
  font-family: Gilroy;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 24px;
  text-align: right;
  color: #1a1919;
}
.cover {
  height: 40vh;
}

@media (min-width: 1441px) {
  .mg_cover {
    margin-top: 100px;
  }
}
@media (max-width: 1440px) {
  .right-text h5 {
    bottom: 10% !important;
  }
  .cover {
    height: 45vh;
  }
}
@media (max-width: 1366px) {
  .right-text h5 {
    bottom: 50% !important;
  }
  .cover {
    height: 55vh;
  }
}
@media (max-width: 1024px) {
  .cover {
    height: 50vh;
  }

  .mg_cover {
    margin-top: 100px;
  }
  .right-text h5 {
    bottom: 45% !important;
  }
}

@media (max-width: 768px) {
  .mg_cover {
    margin-top: 0;
  }
  .right-text h5 {
    bottom: 35% !important;
  }
  .cover-right h1 {
    font-size: 60px;
  }
  .cover-right p {
    font-size: 60px;
    line-height: 70px;
  }
}
@media (max-width: 765px) {
  .cover-right h1 {
    font-size: 40px;
    line-height: 50px;
  }
  .cover-right p {
    font-size: 40px;
    line-height: 50px;
  }
  .container-page {
    padding-top: 25px;
  }
}
@media (max-width: 991px) {
  .pr-4-2 {
    padding-right: 1rem !important;
  }
  .pl-4-2 {
    padding-left: 1rem !important;
  }

  .right-text h5 {
    width: 90%;
  }
}
@media (max-width: 1440px) {
  .main_btn_footer {
    padding: 0 30px !important;
  }
}
@media (max-width: 1200px) {
  .main_btn_footer {
    padding: 0 25px !important;
  }
}
@media (max-width: 1024px) {
  .main_btn_footer {
    padding: 0 10px !important;
  }
}
@media (max-width: 765px) {
  .logo-cover {
    padding-top: 40px;
    text-align: center !important;
  }
}
@media (max-width: 375px) {
  .logo-cover {
    padding-top: 20px;
  }
  .pt-cover {
    padding-top: 1.5rem !important;
  }
  .vert-text {
    margin-top: 210px !important;
  }
  .cover-right h1 {
    font-size: 35px;
    line-height: 40px;
  }
  .cover-right p {
    font-size: 35px;
    line-height: 40px;
  }
  .container-page {
    padding-top: 15px;
  }
  .main_btn_cover {
    margin-top: 0 !important;
  }
}
@media (max-width: 414px) {
  .btn-top-pop {
    text-align: center !important;
  }

  .pt_cover {
    padding-top: 160px !important;
  }
}

@media (max-width: 375px) {
  .pt_cover {
    padding-top: 160px !important;
  }
}
@media (max-width: 320px) {
  .pt_cover {
    padding-top: 130px !important;
  }
}
@media (max-width: 769px) {
  .main_btn_footer {
    margin: 0 !important;
    width: 100%;
    margin-top: 10px !important;
    padding: 10px 15px !important;
  }
  .main_btn_cover {
    margin: 0 !important;
    width: 100%;
    margin-top: 10px !important;
  }

  .logo-cover img {
    /* padding:10px 0; */
  }
  .pr-4-2 {
    padding-right: 1.25rem !important;
  }
  .pl-4-2 {
    padding-left: 1.25rem !important;
  }
}

@media (max-width: 769px) {
  .cover {
    height: 45vh !important;
  }
}
@media (max-width: 765px) {
  .cover {
    height: 50vh;
  }
}
.cover-right .main_btn {
  margin-top: 20px;
}

/* common banner Area css
============================================================================================ */
.home-banner-area.common-banner {
  max-height: 450px;
}
@media (max-width: 1920px) {
  .home-banner-area.common-banner .header-right {
    padding-right: 7.5%;
  }
}
@media (max-width: 1024px) {
  .home-banner-area.common-banner .header-right {
    padding-right: 3%;
  }
}
@media (max-width: 991px) {
  .home-banner-area.common-banner .header-right {
    padding-right: 0;
  }
}
.home-banner-area.common-banner .header-right .page-link-wrap {
  position: relative;
  padding: 0px 25px;
  line-height: 48px;
  font-size: 12px;
  font-weight: 500;
  border: 1px solid #f8b600;
  border-radius: 0px;
  text-transform: uppercase;
  letter-spacing: 2px;
  display: inline-block;
  margin-top: 20px;
}
.home-banner-area.common-banner .header-right .page-link-wrap img {
  position: absolute;
  top: 50%;
  right: -30px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
@media (max-width: 767px) {
  .home-banner-area.common-banner .header-right .page-link-wrap img {
    -webkit-filter: invert(1);
    -moz-filter: invert(1);
    -ms-filter: invert(1);
    -o-filter: invert(1);
    filter: invert(1);
  }
}
.home-banner-area.common-banner .header-right .page-link-wrap .page_link a {
  font-size: 14px;
  color: #222222;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  margin-right: 30px;
  position: relative;
  text-transform: capitalize;
}
@media (max-width: 767px) {
  .home-banner-area.common-banner .header-right .page-link-wrap .page_link a {
    color: #fff;
  }
}
.home-banner-area.common-banner
  .header-right
  .page-link-wrap
  .page_link
  a:before {
  content: "\f178";
  font: normal normal normal 14px/1 FontAwesome;
  position: absolute;
  right: -25px;
  top: 50%;
  transform: translateY(-50%);
}
.home-banner-area.common-banner
  .header-right
  .page-link-wrap
  .page_link
  a:last-child {
  margin-right: 0px;
}
.home-banner-area.common-banner
  .header-right
  .page-link-wrap
  .page_link
  a:last-child:before {
  display: none;
}

/* Blog Area css
============================================================================================ */
.home_slider .swiper-slide {
  position: relative;
}
.home_slider .swiper-slide .slider_text {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  z-index: 5;
  opacity: 0;
  transition: all 4s ease;
  text-align: center;
}
.home_slider .swiper-slide .slider_text h1 {
  text-transform: capitalize;
  color: #ffffff;
  font-size: 80px;
  font-weight: 300;
  margin-bottom: 30px;
}
.home_slider .swiper-slide .slider_text p {
  color: #ffffff;
  max-width: 516px;
  margin: 0 auto;
  font-size: 14px;
  margin-bottom: 50px;
}
.home_slider .swiper-slide.swiper-slide-active .slider_text {
  opacity: 1;
}

/* End Blog Area css
============================================================================================ */
/* Banner Area css
============================================================================================ */
.banner_area {
  position: relative;
  z-index: 1;
  min-height: 400px;
}

/* End Banner Area css
============================================================================================ */
/*---------------------------------------------------- */
/*----------------------------------------------------*/
/*Popular area css
==========================================*/
.image-section {
  position: relative;
  background: #fff;
}
@media screen and (max-width: 3062px) {
  .image-section {
    height: 1000px;
    max-height: 1500px;
    min-height: 700px;
  }
  .img3 {
    top: 450px !important;
  }
}
@media screen and (max-width: 1600px) {
  .image-section {
    height: 1000px;
    max-height: 750px;
    min-height: 600px;
  }
}
@media screen and (max-width: 1335px) {
  .cover-area {
    padding: 0 50px !important;
  }
  .image-section {
    height: 700px;
    max-height: 600px;
    min-height: 500px;
  }
}
@media screen and (max-width: 1025px) {
  .cover-area {
    /* padding:0 50px!important; */
  }
  .image-section {
    height: 600px;
    max-height: 500px;
    min-height: 400px;
  }
}
@media screen and (max-width: 991px) {
  .image-section {
    height: 350px;
    max-height: 350px;
    min-height: 300px;
  }
}
@media screen and (max-width: 767px) {
  .image-section {
    height: 1450px;
    max-height: 1450px;
    min-height: 400px;
  }
}
@media screen and (max-width: 735px) {
  .image-section {
    height: 1300px;
    max-height: 1350px;
    min-height: 400px;
  }
}
.cover-area {
  width: 100%;
  padding: 40px 50px 0 50px;
  height: 100%;
  position: relative;
}
.cover-area:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 30%;
  background: #fafafa;
  content: "";
}
.cover-area .left-content {
  position: relative;
}
@media (max-width: 1024px) {
  .img2 {
    top: 130px !important;
  }
  .img3 {
    top: 280px !important;
  }
}
@media (max-width: 991px) {
  .img2 {
    top: 100px !important;
  }
  .img3 {
    top: 200px !important;
  }
}

@media (max-width: 767px) {
  .image-section {
    height: auto !important;
    /* min-height:1350px!important; */
    max-height: auto !important;
  }
  .cover-area img {
    max-width: 100%;
  }
  .img1 {
    position: relative !important;
    float: left !important;
    float: left !important;
    left: 0 !important;
    top: 0 !important;
    padding: 0 0 !important;
    width: 100% !important;
  }
  .img2 {
    position: relative !important;
    float: left !important;
    left: 0 !important;
    top: 0 !important;
    margin: 20px 0;
    padding: 0 0 !important;
    width: 100% !important;
  }
  .img3 {
    position: relative !important;
    float: left !important;
    float: left !important;
    left: 0 !important;
    top: 0 !important;
    padding: 0 0 !important;
    width: 100% !important;
  }
}

.img1 {
  position: absolute;
  left: 0;
  top: 0;
}
.img2 {
  position: absolute;
  left: 20%;
  top: 180px;
}
.img3 {
  position: absolute;
  top: 380px;
  right: 0;
}
.cover-area .right-content .main_title {
  padding-right: 30px;
}

@media (max-width: 615px) {
  .counter_area {
    text-align: center;
  }
}
.counter_area .top-two {
  margin-bottom: 30px;
}
@media (max-width: 991px) {
  .counter_area .top-two {
    display: inline;
  }
}
@media (max-width: 991px) {
  .counter_area .bottom-two {
    display: inline;
  }
}
.counter_area .single_counter {
  text-align: center;
  padding: 30px;
  border: 1px solid #eeeeee;
  display: inline-block;
  height: 180px;
  width: 165px;
  margin-right: 30px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
@media (max-width: 1024px) {
  .counter_area .single_counter {
    width: 150px;
  }
}
@media (max-width: 991px) {
  .counter_area .single_counter {
    height: 150px;
    width: 138px;
    padding: 15px;
  }
  .counter_area .single_counter:last-child {
    margin-top: 30px;
  }
}
@media (max-width: 767px) {
  .counter_area .single_counter {
    margin-right: 25px;
  }
}
@media (max-width: 400px) {
  .counter_area .single_counter {
    width: 100%;
    margin-right: 0;
  }
  .counter_area .single_counter:nth-child(2) {
    margin-bottom: 30px;
  }
}
.counter_area .single_counter .thumb {
  margin-bottom: 20px;
}
.counter_area .single_counter .thumb img {
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.counter_area .single_counter .info-content h4 {
  font-size: 24px;
  font-weight: 700;
  font-family: "Playfair Display", serif;
  margin-bottom: 10px;
}
.counter_area .single_counter:hover {
  background: #4681ff;
  color: #fff;
  border: 1px solid transparent;
}
.counter_area .single_counter:hover .thumb img {
  -webkit-filter: brightness(0) invert(1);
  -moz-filter: brightness(0) invert(1);
  -ms-filter: brightness(0) invert(1);
  -o-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}
.counter_area .single_counter:hover .info-content h4 {
  color: #fff;
}

/* Start Packages Area css
============================================================================================ */
@media (max-width: 991px) {
  .package-area {
    margin-bottom: 50px;
  }
}
@media (max-width: 767px) {
  .package-area {
    margin-bottom: 125px;
  }
}
@media (max-width: 480px) {
  .package-area {
    margin-bottom: 80;
  }
}
.package-area .main_title {
  margin-bottom: 0;
  padding-left: 50%;
}
@media (max-width: 1680px) {
  .package-area .main_title {
    padding-left: 40%;
  }
}
@media (max-width: 1440px) {
  .package-area .main_title {
    padding-left: 30%;
  }
}
@media (max-width: 1380px) {
  .package-area .main_title {
    padding-left: 24%;
  }
}
@media (max-width: 1024px) {
  .package-area .main_title {
    padding-left: 8%;
  }
}
@media (max-width: 991px) {
  .package-area .main_title {
    padding-left: 12%;
    padding-right: 12%;
    margin-bottom: 50px;
  }
}
@media (max-width: 570px) {
  .package-area .main_title {
    padding-left: 0;
    padding-right: 0;
  }
}
.package-area .main_title p {
  padding-bottom: 15px;
}
.package-area .main_title .main_btn {
  margin-top: 20px;
}

.active-gallery-carousel {
  text-align: center;
}
.active-gallery-carousel .owl-nav {
  left: -52%;
  position: absolute;
  right: 56%;
  bottom: 10%;
  transform: rotate(-90deg);
}
@media (max-width: 991px) {
  .active-gallery-carousel .owl-nav {
    left: 0;
    bottom: -60px;
    transform: rotate(0deg);
  }
}
@media (max-width: 480px) {
  .active-gallery-carousel .owl-nav {
    display: none;
  }
}
.active-gallery-carousel .owl-nav .owl-prev,
.active-gallery-carousel .owl-nav .owl-next {
  display: inline-block;
  margin: 20px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  opacity: 1;
}
.active-gallery-carousel .owl-nav .owl-prev:hover,
.active-gallery-carousel .owl-nav .owl-next:hover {
  opacity: 0.5;
}

.single-gallery {
  position: relative;
  display: inline-block;
  text-align: left;
}
.single-gallery img {
  width: 100%;
}
.single-gallery:after {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  content: "";
  background: #000;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.single-gallery .gallery-content {
  position: absolute;
  padding: 30px;
  left: -10%;
  bottom: -20%;
  z-index: 999;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.single-gallery .gallery-content h4 {
  color: #fff;
  font-size: 24px;
  margin-bottom: 20px;
}
.single-gallery .gallery-content .title {
  margin-bottom: 15px;
}
.single-gallery .gallery-content .title p {
  color: #f8b600;
  margin: 0;
}
.single-gallery .gallery-content .title h4 {
  font-size: 24px;
  margin: 15px;
}
.single-gallery .gallery-content .review-title p {
  color: #fff;
  margin: 0;
}
.single-gallery .gallery-content .review-title .review i.fa {
  color: #f9af11;
}
.single-gallery .light-box {
  position: absolute;
  top: 30px;
  right: -10px;
  background: #fff;
  z-index: 999;
  height: 50px;
  width: 50px;
  line-height: 50px;
  text-align: center;
  font-size: 20px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.single-gallery:hover:after {
  opacity: 0.65;
  visibility: visible;
}
.single-gallery:hover .gallery-content {
  opacity: 1;
  visibility: visible;
  bottom: 0;
  left: 0;
}
.single-gallery:hover .light-box {
  right: 30px;
  top: 30px;
  opacity: 1;
  visibility: visible;
}

/* Start Amenities Area css
============================================================================================ */
.benefits-area {
  position: relative;
}
.benefits-area:before {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: #fafafa;
  content: "";
}

.single-benefits {
  min-height: 200px;
  border: 1px solid #e3e3e3;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
@media (max-width: 991px) {
  .single-benefits {
    margin-bottom: 30px;
  }
}
.single-benefits .benefits-thumb {
  position: relative;
  overflow: hidden;
}
@media (max-width: 575px) {
  .single-benefits .benefits-thumb img {
    width: 100%;
  }
}
.single-benefits .benefits-thumb:before {
  position: absolute;
  content: "";
  background: rgba(255, 255, 255, 0.4);
  z-index: 999;
  left: 110%;
  top: 0;
  height: 100%;
  width: 130%;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.single-benefits .benefits-details {
  text-align: center;
  padding: 25px;
}
.single-benefits .benefits-details .benefits-meta {
  margin-top: 15px;
}
.single-benefits .benefits-details .benefits-meta span {
  padding-right: 15px;
  text-transform: uppercase;
}
.single-benefits .benefits-details .benefits-meta span i.fa {
  padding-right: 10px;
}
.single-benefits .benefits-details h5 {
  font-size: 18px;
  font-family: "Playfair Display", serif;
  margin: 15px 0px 15px;
}
.single-benefits .benefits-details h5 {
  font-family: Gilroy;
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 32px;
  color: #1a1919;
}

.single-benefits .benefits-details a {
  font-family: Gilroy;
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 32px;
  color: #1a1919;
}
.single-benefits .benefits-details p {
  font-family: Gilroy;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 24px;
  color: #1a1919;
  opacity: 0.7;
}
.single-benefits:hover {
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  border: 1px solid transparent;
}
.single-benefits:hover .benefits-thumb:before {
  left: -130%;
}

/* Start Package Search Area css
============================================================================================ */
.package-search-area .main_title p {
  margin-bottom: 15px;
}

.contact-form-section {
  position: relative;
  background: url(../img/pac-search-bg.jpg) no-repeat center;
  background-size: cover;
  text-align: center;
  padding: 70px 50px;
  z-index: 1;
}
@media (max-width: 400px) {
  .contact-form-section {
    padding: 70px 10px;
  }
}
.contact-form-section:after {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  content: "";
  background: #000;
  opacity: 0.5;
  z-index: -1;
}
.contact-form-section h4 {
  font-size: 24px;
  margin-bottom: 20px;
  color: #fff;
}
.contact-form-section .contact-form-area .form-group {
  position: relative;
}
.contact-form-section .contact-form-area .form-group .ui-datepicker-trigger {
  position: absolute;
  top: 15px;
  right: 30px;
  cursor: pointer;
}
.contact-form-section .contact-form-area .form-control {
  border: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  padding: 25px 20px;
  font-size: 13px;
  background: transparent;
  border-radius: 0;
}
.contact-form-section .contact-form-area .form-control.placeholder {
  color: #fff !important;
}
.contact-form-section .contact-form-area .form-control:-moz-placeholder {
  color: #fff !important;
}
.contact-form-section .contact-form-area .form-control::-moz-placeholder {
  color: #fff !important;
}
.contact-form-section
  .contact-form-area
  .form-control::-webkit-input-placeholder {
  color: #fff !important;
}
.contact-form-section .contact-form-area .form-control:focus {
  outline: none;
  box-shadow: none;
}
.contact-form-section .primary-btn {
  margin-top: 20px;
}
.contact-form-section .form-select .nice-select {
  padding: 0px;
  background: transparent !important;
  padding-left: 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  font-size: 13px;
  height: 50px;
}
.contact-form-section .form-select .nice-select:after {
  border-color: #fff;
}
.contact-form-section .form-select .nice-select span {
  color: #fff;
}
.contact-form-section .form-select .nice-select .list {
  z-index: 999;
}
.contact-form-section .form-select .nice-select .list .option.selected {
  color: #f8b600;
}
.contact-form-section .form-select .nice-select .list .option:hover {
  color: #f8b600;
}
.contact-form-section .main_btn {
  border-color: #4681ff;
  color: #fff;
  cursor: pointer;
  margin-top: 30px;
}
.contact-form-section .main_btn img {
  -webkit-filter: invert(1);
  -moz-filter: invert(1);
  -ms-filter: invert(1);
  -o-filter: invert(1);
  filter: invert(1);
}
@media (max-width: 400px) {
  .contact-form-section .main_btn img {
    display: none;
  }
}
.contact-form-section .main_btn:hover {
  background: #4681ff;
  border-color: #4681ff;
  color: #fff;
}

/* Start Testimonial Area css
============================================================================================ */
.owl-carousel.active_testimonial img {
  width: auto;
}
.owl-carousel.active_testimonial .owl-nav {
  position: absolute;
  left: 0;
  bottom: -40%;
}
@media (max-width: 1024px) {
  .owl-carousel.active_testimonial .owl-nav {
    left: 50%;
    bottom: 0;
  }
}
@media (max-width: 400px) {
  .owl-carousel.active_testimonial .owl-nav {
    display: none;
  }
}
.owl-carousel.active_testimonial .owl-nav .owl-prev,
.owl-carousel.active_testimonial .owl-nav .owl-next {
  display: inline-block;
  margin: 20px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  opacity: 1;
}
.owl-carousel.active_testimonial .owl-nav .owl-prev:hover,
.owl-carousel.active_testimonial .owl-nav .owl-next:hover {
  opacity: 0.5;
}

.single_testi .quote {
  margin-bottom: 30px;
}
.single_testi .testi_content h1 {
  font-size: 42px;
  line-height: 45px;
  margin-bottom: 30px;
}
@media (max-width: 480px) {
  .single_testi .testi_content h1 {
    font-size: 34px;
  }
}
.single_testi .testi_content p {
  font-size: 24px;
  font-style: italic;
  line-height: 30px;
}
.single_testi .testi_author {
  margin-top: 30px;
}
.single_testi .testi_author .a-desc {
  display: inline-block;
}
.single_testi .testi_author .a-desc h4 {
  margin-bottom: 5px;
  font-size: 24px;
}

@media (max-width: 991px) {
  .testi_img {
    display: none;
  }
}

/* Start Newsletter Area css
============================================================================================ */
.newsletter-area .main_title {
  padding-left: 50%;
  margin-bottom: 0;
}
@media (max-width: 1680px) {
  .newsletter-area .main_title {
    padding-left: 40%;
  }
}
@media (max-width: 1440px) {
  .newsletter-area .main_title {
    padding-left: 30%;
  }
}
@media (max-width: 1380px) {
  .newsletter-area .main_title {
    padding-left: 24%;
  }
}
@media (max-width: 1024px) {
  .newsletter-area .main_title {
    padding-left: 8%;
  }
}
@media (max-width: 991px) {
  .newsletter-area .main_title {
    padding-left: 12%;
    padding-right: 12%;
  }
}
@media (max-width: 570px) {
  .newsletter-area .main_title {
    padding-left: 0;
    padding-right: 0;
  }
}
.newsletter-area .main_title p {
  margin-bottom: 15px;
}
.newsletter-area .main_title .input-group {
  padding-bottom: 15px;
  border-bottom: 1px solid #eee;
  margin-top: 50px;
}
.newsletter-area .main_title .input-group input {
  height: 40px;
  background: #fff;
  border-radius: 0px;
  width: 65%;
  border: none;
  padding: 25px;
  font-size: 14px;
  font-family: "Roboto", sans-serif;
  color: #cccccc;
  outline: none;
  box-shadow: none;
}
.newsletter-area .main_title .input-group input.placeholder {
  font-size: 14px;
  font-family: "Roboto", sans-serif;
  font-weight: normal;
  color: #cccccc;
}
.newsletter-area .main_title .input-group input:-moz-placeholder {
  font-size: 14px;
  font-family: "Roboto", sans-serif;
  font-weight: normal;
  color: #cccccc;
}
.newsletter-area .main_title .input-group input::-moz-placeholder {
  font-size: 14px;
  font-family: "Roboto", sans-serif;
  font-weight: normal;
  color: #cccccc;
}
.newsletter-area .main_title .input-group input::-webkit-input-placeholder {
  font-size: 14px;
  font-family: "Roboto", sans-serif;
  font-weight: normal;
  color: #cccccc;
}
@media (max-width: 420px) {
  .newsletter-area .main_title .input-group input {
    width: 50%;
  }
}
@media (max-width: 420px) {
  .newsletter-area .main_title .input-group .main_btn img {
    display: none;
  }
}
@media (max-width: 991px) {
  .newsletter-area .nw-img {
    display: none;
  }
}

/* Start Blog Area css
============================================================================================ */
.blog-area {
  position: relative;
}
.blog-area:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 60.6%;
  background: #f9f9ff;
  content: "";
}
@media (max-width: 1024px) {
  .blog-area:before {
    height: 58.6%;
  }
}
@media (max-width: 991px) {
  .blog-area:before {
    height: 100%;
  }
}

.single-blog {
  border: 1px solid #eee;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
@media (max-width: 991px) {
  .single-blog {
    margin-bottom: 30px;
  }
}
.single-blog .blog-thumb {
  position: relative;
  overflow: hidden;
}
@media (max-width: 575px) {
  .single-blog .blog-thumb img {
    width: 100%;
  }
}
.single-blog .blog-thumb:before {
  position: absolute;
  content: "";
  background: rgba(255, 255, 255, 0.4);
  z-index: 999;
  left: 110%;
  top: 0;
  height: 100%;
  width: 130%;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.single-blog .blog-details {
  padding: 25px;
}
.single-blog .blog-details .blog-meta {
  margin-top: 15px;
}
.single-blog .blog-details .blog-meta .m-gap {
  padding-right: 20px;
  color: #777777;
}
.single-blog .blog-details .blog-meta .m-gap span {
  padding-right: 10px;
  text-transform: uppercase;
}
.single-blog .blog-details .blog-meta .m-gap span i.fa {
  padding-right: 10px;
}
.single-blog .blog-details h5 {
  font-size: 18px;
  margin: 15px 0px 15px;
}
.single-blog .blog-details h5 a {
  color: #222222;
  font-size: 18px;
  line-height: 27px;
}
.single-blog:hover {
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  border: 1px solid transparent;
}
.single-blog:hover .blog-thumb:before {
  left: -130%;
}

/*---------------------------------------------------- */
/*----------------------------------------------------*/
/* Latest Blog Area css
============================================================================================ */
.l_blog_item .l_blog_text .date {
  margin-top: 24px;
  margin-bottom: 15px;
}
.l_blog_item .l_blog_text .date a {
  color: #777777;
  font-size: 12px;
  font-family: "Roboto", sans-serif;
}
.l_blog_item .l_blog_text h4 {
  font-size: 20px;
  color: #222222;
  margin-bottom: 20px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  max-width: 300px;
}
.l_blog_item .l_blog_text h4:hover {
  color: #f8b600;
}
.l_blog_item .l_blog_text p {
  margin-bottom: 0px;
  font-size: 14px;
  font-family: "Roboto", sans-serif;
}

/* End Latest Blog Area css
============================================================================================ */
/* Causes Area css
============================================================================================ */
.causes_slider .owl-dots {
  text-align: center;
  margin-top: 80px;
}
.causes_slider .owl-dots .owl-dot {
  height: 14px;
  width: 14px;
  background: #eeeeee;
  display: inline-block;
  margin-right: 7px;
}
.causes_slider .owl-dots .owl-dot:last-child {
  margin-right: 0px;
}
.causes_slider .owl-dots .owl-dot.active {
  background: #f8b600;
}

.causes_item {
  background: #fff;
}
.causes_item .causes_img {
  position: relative;
}
.causes_item .causes_img .c_parcent {
  position: absolute;
  bottom: 0px;
  width: 100%;
  left: 0px;
  height: 3px;
  background: rgba(255, 255, 255, 0.5);
}
.causes_item .causes_img .c_parcent span {
  width: 70%;
  height: 3px;
  background: #f8b600;
  position: absolute;
  left: 0px;
  bottom: 0px;
}
.causes_item .causes_img .c_parcent span:before {
  content: "75%";
  position: absolute;
  right: -10px;
  bottom: 0px;
  background: #f8b600;
  color: #fff;
  padding: 0px 5px;
}
.causes_item .causes_text {
  padding: 30px 35px 40px 30px;
}
.causes_item .causes_text h4 {
  color: #222222;
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 15px;
  cursor: pointer;
}
.causes_item .causes_text h4:hover {
  color: #f8b600;
}
.causes_item .causes_text p {
  font-size: 14px;
  line-height: 24px;
  color: #777777;
  font-weight: 300;
  margin-bottom: 0px;
}
.causes_item .causes_bottom a {
  width: 50%;
  border: 1px solid #f8b600;
  text-align: center;
  float: left;
  line-height: 50px;
  background: #f8b600;
  color: #fff;
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  font-weight: 500;
}
.causes_item .causes_bottom a + a {
  border-color: #eeeeee;
  background: #fff;
  font-size: 14px;
  color: #222222;
}

/* End Causes Area css
============================================================================================ */
/*================= latest_blog_area css =============*/
.latest_blog_area {
  background: #f9f9ff;
}

.single-recent-blog-post {
  margin-bottom: 30px;
}
.single-recent-blog-post .thumb {
  overflow: hidden;
}
.single-recent-blog-post .thumb img {
  transition: all 0.7s linear;
}
.single-recent-blog-post .details {
  padding-top: 30px;
}
.single-recent-blog-post .details .sec_h4 {
  line-height: 24px;
  padding: 10px 0px 13px;
  transition: all 0.3s linear;
}
.single-recent-blog-post .details .sec_h4:hover {
  color: #777777;
}
.single-recent-blog-post .date {
  font-size: 14px;
  line-height: 24px;
  font-weight: 400;
}
.single-recent-blog-post:hover img {
  transform: scale(1.23) rotate(10deg);
}

.tags .tag_btn {
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
  border: 1px solid #eeeeee;
  display: inline-block;
  padding: 1px 18px;
  text-align: center;
  color: #222222;
}
.tags .tag_btn:before {
  background: #f8b600;
}
.tags .tag_btn + .tag_btn {
  margin-left: 2px;
}

/*========= blog_categorie_area css ===========*/
.blog_categorie_area {
  padding-top: 80px;
  padding-bottom: 80px;
}

.categories_post {
  position: relative;
  text-align: center;
  cursor: pointer;
}
.categories_post img {
  max-width: 100%;
}
.categories_post .categories_details {
  position: absolute;
  top: 20px;
  left: 20px;
  right: 20px;
  bottom: 20px;
  background: rgba(34, 34, 34, 0.8);
  color: #fff;
  transition: all 0.3s linear;
  display: flex;
  align-items: center;
  justify-content: center;
}
.categories_post .categories_details h5 {
  margin-bottom: 0px;
  font-size: 18px;
  line-height: 26px;
  text-transform: uppercase;
  color: #fff;
  position: relative;
}
.categories_post .categories_details p {
  font-weight: 300;
  font-size: 14px;
  line-height: 26px;
  margin-bottom: 0px;
}
.categories_post .categories_details .border_line {
  margin: 10px 0px;
  background: #fff;
  width: 100%;
  height: 1px;
}
.categories_post:hover .categories_details {
  background: rgba(250, 51, 63, 0.85);
}

/*============ blog_left_sidebar css ==============*/
.blog_item {
  margin-bottom: 40px;
}

.blog_info {
  padding-top: 30px;
}
.blog_info .post_tag {
  padding-bottom: 20px;
}
.blog_info .post_tag a {
  font: 300 14px/21px "Roboto", sans-serif;
  color: #222222;
}
.blog_info .post_tag a:hover {
  color: #777777;
}
.blog_info .post_tag a.active {
  color: #f8b600;
}
.blog_info .blog_meta li a {
  font: 300 14px/20px "Roboto", sans-serif;
  color: #777777;
  vertical-align: middle;
  padding-bottom: 12px;
  display: inline-block;
}
.blog_info .blog_meta li a i {
  color: #222222;
  font-size: 16px;
  font-weight: 600;
  padding-left: 15px;
  line-height: 20px;
  vertical-align: middle;
}
.blog_info .blog_meta li a:hover {
  color: #f8b600;
}

.blog_post img {
  max-width: 100%;
}

.blog_details {
  padding-top: 20px;
}
.blog_details h2 {
  font-size: 24px;
  line-height: 36px;
  color: #222222;
  font-weight: 600;
  transition: all 0.3s linear;
}
.blog_details h2:hover {
  color: #f8b600;
}
.blog_details p {
  margin-bottom: 26px;
}

.view_btn {
  font-size: 14px;
  line-height: 36px;
  display: inline-block;
  color: #222222;
  font-weight: 500;
  padding: 0px 30px;
  background: #fff;
}

.blog_right_sidebar {
  border: 1px solid #eeeeee;
  background: #fafaff;
  padding: 30px;
}
.blog_right_sidebar .widget_title {
  font-size: 18px;
  line-height: 25px;
  background: #f8b600;
  text-align: center;
  color: #fff;
  padding: 8px 0px;
  margin-bottom: 30px;
}
.blog_right_sidebar .search_widget .input-group .form-control {
  font-size: 14px;
  line-height: 29px;
  border: 0px;
  width: 100%;
  font-weight: 300;
  color: #fff;
  padding-left: 20px;
  border-radius: 45px;
  z-index: 0;
  background: #f8b600;
}
.blog_right_sidebar .search_widget .input-group .form-control.placeholder {
  color: #fff;
}
.blog_right_sidebar .search_widget .input-group .form-control:-moz-placeholder {
  color: #fff;
}
.blog_right_sidebar
  .search_widget
  .input-group
  .form-control::-moz-placeholder {
  color: #fff;
}
.blog_right_sidebar
  .search_widget
  .input-group
  .form-control::-webkit-input-placeholder {
  color: #fff;
}
.blog_right_sidebar .search_widget .input-group .form-control:focus {
  box-shadow: none;
}
.blog_right_sidebar .search_widget .input-group .btn-default {
  position: absolute;
  right: 20px;
  background: transparent;
  border: 0px;
  box-shadow: none;
  font-size: 14px;
  color: #fff;
  padding: 0px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
}
.blog_right_sidebar .author_widget {
  text-align: center;
}
.blog_right_sidebar .author_widget h4 {
  font-size: 18px;
  line-height: 20px;
  color: #222222;
  margin-bottom: 5px;
  margin-top: 30px;
}
.blog_right_sidebar .author_widget p {
  margin-bottom: 0px;
}
.blog_right_sidebar .author_widget .social_icon {
  padding: 7px 0px 15px;
}
.blog_right_sidebar .author_widget .social_icon a {
  font-size: 14px;
  color: #222222;
  transition: all 0.2s linear;
}
.blog_right_sidebar .author_widget .social_icon a + a {
  margin-left: 20px;
}
.blog_right_sidebar .author_widget .social_icon a:hover {
  color: #f8b600;
}
.blog_right_sidebar .popular_post_widget .post_item .media-body {
  justify-content: center;
  align-self: center;
  padding-left: 20px;
}
.blog_right_sidebar .popular_post_widget .post_item .media-body h3 {
  font-size: 14px;
  line-height: 20px;
  color: #222222;
  margin-bottom: 4px;
  transition: all 0.3s linear;
}
.blog_right_sidebar .popular_post_widget .post_item .media-body h3:hover {
  color: #f8b600;
}
.blog_right_sidebar .popular_post_widget .post_item .media-body p {
  font-size: 12px;
  line-height: 21px;
  margin-bottom: 0px;
}
.blog_right_sidebar .popular_post_widget .post_item + .post_item {
  margin-top: 20px;
}
.blog_right_sidebar .post_category_widget .cat-list li {
  border-bottom: 2px dotted #eee;
  transition: all 0.3s ease 0s;
  padding-bottom: 12px;
}
.blog_right_sidebar .post_category_widget .cat-list li a {
  font-size: 14px;
  line-height: 20px;
  color: #777;
}
.blog_right_sidebar .post_category_widget .cat-list li a p {
  margin-bottom: 0px;
}
.blog_right_sidebar .post_category_widget .cat-list li + li {
  padding-top: 15px;
}
.blog_right_sidebar .post_category_widget .cat-list li:hover {
  border-color: #f8b600;
}
.blog_right_sidebar .post_category_widget .cat-list li:hover a {
  color: #f8b600;
}
.blog_right_sidebar .newsletter_widget {
  text-align: center;
}
.blog_right_sidebar .newsletter_widget .form-group {
  margin-bottom: 8px;
}
.blog_right_sidebar .newsletter_widget .input-group-prepend {
  margin-right: -1px;
}
.blog_right_sidebar .newsletter_widget .input-group-text {
  background: #fff;
  border-radius: 0px;
  vertical-align: top;
  font-size: 12px;
  line-height: 36px;
  padding: 0px 0px 0px 15px;
  border: 1px solid #eeeeee;
  border-right: 0px;
}
.blog_right_sidebar .newsletter_widget .form-control {
  font-size: 12px;
  line-height: 24px;
  color: #cccccc;
  border: 1px solid #eeeeee;
  border-left: 0px;
  border-radius: 0px;
}
.blog_right_sidebar .newsletter_widget .form-control.placeholder {
  color: #cccccc;
}
.blog_right_sidebar .newsletter_widget .form-control:-moz-placeholder {
  color: #cccccc;
}
.blog_right_sidebar .newsletter_widget .form-control::-moz-placeholder {
  color: #cccccc;
}
.blog_right_sidebar
  .newsletter_widget
  .form-control::-webkit-input-placeholder {
  color: #cccccc;
}
.blog_right_sidebar .newsletter_widget .form-control:focus {
  outline: none;
  box-shadow: none;
}
.blog_right_sidebar .newsletter_widget .bbtns {
  background: #f8b600;
  color: #fff;
  font-size: 12px;
  line-height: 38px;
  display: inline-block;
  font-weight: 500;
  padding: 0px 24px 0px 24px;
  border-radius: 0;
}
.blog_right_sidebar .newsletter_widget .text-bottom {
  font-size: 12px;
}
.blog_right_sidebar .tag_cloud_widget ul li {
  display: inline-block;
}
.blog_right_sidebar .tag_cloud_widget ul li a {
  display: inline-block;
  border: 1px solid #eee;
  background: #fff;
  padding: 0px 13px;
  margin-bottom: 8px;
  transition: all 0.3s ease 0s;
  color: #222222;
  font-size: 12px;
}
.blog_right_sidebar .tag_cloud_widget ul li a:hover {
  background: #f8b600;
  color: #fff;
}
.blog_right_sidebar .br {
  width: 100%;
  height: 1px;
  background: #eeeeee;
  margin: 30px 0px;
}

.blog-pagination {
  padding-top: 25px;
}
.blog-pagination .page-link {
  border-radius: 0;
}
.blog-pagination .page-item {
  border: none;
}

.page-link {
  background: transparent;
  font-weight: 400;
}

.blog-pagination .page-item.active .page-link {
  background-color: #f8b600;
  border-color: transparent;
  color: #fff;
}

.blog-pagination .page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #8a8a8a;
  border: none;
}

.blog-pagination .page-link .lnr {
  font-weight: 600;
}

.blog-pagination .page-item:last-child .page-link,
.blog-pagination .page-item:first-child .page-link {
  border-radius: 0;
}

.blog-pagination .page-link:hover {
  color: #fff;
  text-decoration: none;
  background-color: #f8b600;
  border-color: #eee;
}

/*============ Start Blog Single Styles  =============*/
.single-post-area .social-links {
  padding-top: 10px;
}
.single-post-area .social-links li {
  display: inline-block;
  margin-bottom: 10px;
}
.single-post-area .social-links li a {
  color: #cccccc;
  padding: 7px;
  font-size: 14px;
  transition: all 0.2s linear;
}
.single-post-area .social-links li a:hover {
  color: #222222;
}
.single-post-area .blog_details {
  padding-top: 26px;
}
.single-post-area .blog_details p {
  margin-bottom: 10px;
}
.single-post-area .quotes {
  margin-top: 20px;
  margin-bottom: 30px;
  padding: 24px 35px 24px 30px;
  background-color: white;
  box-shadow: -20.84px 21.58px 30px 0px rgba(176, 176, 176, 0.1);
  font-size: 14px;
  line-height: 24px;
  color: #777;
  font-style: italic;
}
.single-post-area .arrow {
  position: absolute;
}
.single-post-area .arrow .lnr {
  font-size: 20px;
  font-weight: 600;
}
.single-post-area .thumb .overlay-bg {
  background: rgba(0, 0, 0, 0.8);
}
.single-post-area .navigation-area {
  border-top: 1px solid #eee;
  padding-top: 30px;
  margin-top: 60px;
}
.single-post-area .navigation-area p {
  margin-bottom: 0px;
}
.single-post-area .navigation-area h4 {
  font-size: 18px;
  line-height: 25px;
  color: #222222;
}
.single-post-area .navigation-area .nav-left {
  text-align: left;
}
.single-post-area .navigation-area .nav-left .thumb {
  margin-right: 20px;
  background: #000;
}
.single-post-area .navigation-area .nav-left .thumb img {
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.single-post-area .navigation-area .nav-left .lnr {
  margin-left: 20px;
  opacity: 0;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.single-post-area .navigation-area .nav-left:hover .lnr {
  opacity: 1;
}
.single-post-area .navigation-area .nav-left:hover .thumb img {
  opacity: 0.5;
}
@media (max-width: 767px) {
  .single-post-area .navigation-area .nav-left {
    margin-bottom: 30px;
  }
}
.single-post-area .navigation-area .nav-right {
  text-align: right;
}
.single-post-area .navigation-area .nav-right .thumb {
  margin-left: 20px;
  background: #000;
}
.single-post-area .navigation-area .nav-right .thumb img {
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.single-post-area .navigation-area .nav-right .lnr {
  margin-right: 20px;
  opacity: 0;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.single-post-area .navigation-area .nav-right:hover .lnr {
  opacity: 1;
}
.single-post-area .navigation-area .nav-right:hover .thumb img {
  opacity: 0.5;
}
@media (max-width: 991px) {
  .single-post-area .sidebar-widgets {
    padding-bottom: 0px;
  }
}

.comments-area {
  background: #fafaff;
  border: 1px solid #eee;
  padding: 50px 30px;
  margin-top: 50px;
}
@media (max-width: 414px) {
  .comments-area {
    padding: 50px 8px;
  }
}
.comments-area h4 {
  text-align: center;
  margin-bottom: 50px;
  color: #222222;
  font-size: 18px;
}
.comments-area h5 {
  font-size: 16px;
  margin-bottom: 0px;
}
.comments-area a {
  color: #222222;
}
.comments-area .comment-list {
  padding-bottom: 48px;
}
.comments-area .comment-list:last-child {
  padding-bottom: 0px;
}
.comments-area .comment-list.left-padding {
  padding-left: 25px;
}
@media (max-width: 413px) {
  .comments-area .comment-list .single-comment h5 {
    font-size: 12px;
  }
  .comments-area .comment-list .single-comment .date {
    font-size: 11px;
  }
  .comments-area .comment-list .single-comment .comment {
    font-size: 10px;
  }
}
.comments-area .thumb {
  margin-right: 20px;
}
.comments-area .date {
  font-size: 13px;
  color: #cccccc;
  margin-bottom: 13px;
}
.comments-area .comment {
  color: #777777;
  margin-bottom: 0px;
}
.comments-area .btn-reply {
  background-color: #fff;
  color: #222222;
  border: 1px solid #eee;
  padding: 2px 18px;
  font-size: 12px;
  display: block;
  font-weight: 600;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.comments-area .btn-reply:hover {
  background-color: #f8b600;
  color: #fff;
}

.comment-form {
  background: #fafaff;
  text-align: center;
  border: 1px solid #eee;
  padding: 47px 30px 43px;
  margin-top: 50px;
  margin-bottom: 40px;
}
.comment-form h4 {
  text-align: center;
  margin-bottom: 50px;
  font-size: 18px;
  line-height: 22px;
  color: #222222;
}
.comment-form .name {
  padding-left: 0px;
}
@media (max-width: 767px) {
  .comment-form .name {
    padding-right: 0px;
    margin-bottom: 1rem;
  }
}
.comment-form .email {
  padding-right: 0px;
}
@media (max-width: 991px) {
  .comment-form .email {
    padding-left: 0px;
  }
}
.comment-form .form-control {
  padding: 8px 20px;
  background: #fff;
  border: none;
  border-radius: 0px;
  width: 100%;
  font-size: 14px;
  color: #777777;
  border: 1px solid transparent;
}
.comment-form .form-control:focus {
  box-shadow: none;
  border: 1px solid #eee;
}
.comment-form textarea.form-control {
  height: 140px;
  resize: none;
}
.comment-form ::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  font-size: 13px;
  color: #777;
}
.comment-form ::-moz-placeholder {
  /* Firefox 19+ */
  font-size: 13px;
  color: #777;
}
.comment-form :-ms-input-placeholder {
  /* IE 10+ */
  font-size: 13px;
  color: #777;
}
.comment-form :-moz-placeholder {
  /* Firefox 18- */
  font-size: 13px;
  color: #777;
}

/*============ End Blog Single Styles  =============*/
/*---------------------------------------------------- */
/*----------------------------------------------------*/
/*============== contact_area css ================*/
.contact_area .main_btn {
  margin-top: 20px;
}
@media (max-width: 767px) {
  .contact_area .main_btn img {
    display: none;
  }
}

.mapBox {
  height: 420px;
  margin-bottom: 80px;
}

.contact_info .info_item {
  position: relative;
  padding-left: 45px;
}
.contact_info .info_item i {
  position: absolute;
  left: 0;
  top: 0;
  font-size: 20px;
  line-height: 24px;
  color: #f8b600;
  font-weight: 600;
}
.contact_info .info_item h6 {
  font-size: 16px;
  line-height: 24px;
  color: "Roboto", sans-serif;
  font-weight: bold;
  margin-bottom: 0px;
  color: #222222;
}
.contact_info .info_item h6 a {
  color: #222222;
}
.contact_info .info_item p {
  font-size: 14px;
  line-height: 24px;
  padding: 2px 0px;
}

.contact_form .form-group {
  margin-bottom: 10px;
}
.contact_form .form-group .form-control {
  font-size: 13px;
  line-height: 26px;
  color: #999;
  border: 1px solid #eeeeee;
  font-family: "Roboto", sans-serif;
  border-radius: 0px;
  padding-left: 20px;
}
.contact_form .form-group .form-control:focus {
  box-shadow: none;
  outline: none;
}
.contact_form .form-group .form-control.placeholder {
  color: #999;
}
.contact_form .form-group .form-control:-moz-placeholder {
  color: #999;
}
.contact_form .form-group .form-control::-moz-placeholder {
  color: #999;
}
.contact_form .form-group .form-control::-webkit-input-placeholder {
  color: #999;
}
.contact_form .form-group textarea {
  resize: none;
}
.contact_form .form-group textarea.form-control {
  height: 140px;
}
.contact_form .submit_btn {
  margin-top: 20px;
  cursor: pointer;
}

/* Contact Success and error Area css
============================================================================================ */
.modal-message .modal-dialog {
  position: absolute;
  top: 36%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%) !important;
  margin: 0px;
  max-width: 500px;
  width: 100%;
}
.modal-message .modal-dialog .modal-content .modal-header {
  text-align: center;
  display: block;
  border-bottom: none;
  padding-top: 50px;
  padding-bottom: 50px;
}
.modal-message .modal-dialog .modal-content .modal-header .close {
  position: absolute;
  right: -15px;
  top: -15px;
  padding: 0px;
  color: #fff;
  opacity: 1;
  cursor: pointer;
}
.modal-message .modal-dialog .modal-content .modal-header h2 {
  display: block;
  text-align: center;
  color: #f8b600;
  padding-bottom: 10px;
  font-family: "Roboto", sans-serif;
}
.modal-message .modal-dialog .modal-content .modal-header p {
  display: block;
}

/* End Contact Success and error Area css
============================================================================================ */
/*---------------------------------------------------- */
/*----------------------------------------------------*/
/*============== Elements Area css ================*/
.mb-20 {
  margin-bottom: 20px;
}

.mb-30 {
  margin-bottom: 30px;
}

.sample-text-area {
  padding: 100px 0px;
}
.sample-text-area .title_color {
  margin-bottom: 30px;
}
.sample-text-area p {
  line-height: 26px;
}
.sample-text-area p b {
  font-weight: bold;
  color: #f8b600;
}
.sample-text-area p i {
  color: #f8b600;
  font-style: italic;
}
.sample-text-area p sup {
  color: #f8b600;
  font-style: italic;
}
.sample-text-area p sub {
  color: #f8b600;
  font-style: italic;
}
.sample-text-area p del {
  color: #f8b600;
}
.sample-text-area p u {
  color: #f8b600;
}

/*============== End Elements Area css ================*/
/*==============Elements Button Area css ================*/
.elements_button .title_color {
  margin-bottom: 30px;
  color: #222222;
}

.title_color {
  color: #222222;
}

.button-group-area {
  margin-top: 15px;
}
.button-group-area:nth-child(odd) {
  margin-top: 40px;
}
.button-group-area:first-child {
  margin-top: 0px;
}
.button-group-area .theme_btn {
  margin-right: 10px;
}
.button-group-area .white_btn {
  margin-right: 10px;
}
.button-group-area .link {
  text-decoration: underline;
  color: #222222;
  background: transparent;
}
.button-group-area .link:hover {
  color: #fff;
}
.button-group-area .disable {
  background: transparent;
  color: #007bff;
  cursor: not-allowed;
}
.button-group-area .disable:before {
  display: none;
}

.primary {
  background: #52c5fd;
}
.primary:before {
  background: #2faae6;
}

.success {
  background: #4cd3e3;
}
.success:before {
  background: #2ebccd;
}

.info {
  color: #38a4ff;
}
.info:before {
  background: #298cdf;
}

.warning {
  background: #f4e700;
}
.warning:before {
  background: #e1d608;
}

.danger {
  background: #f54940;
}
.danger:before {
  background: #e13b33;
}

.primary-border {
  background: transparent;
  border: 1px solid #52c5fd;
  color: #52c5fd;
}
.primary-border:before {
  background: #52c5fd;
}

.success-border {
  background: transparent;
  border: 1px solid #4cd3e3;
  color: #4cd3e3;
}
.success-border:before {
  background: #4cd3e3;
}

.info-border {
  background: transparent;
  border: 1px solid #38a4ff;
  color: #38a4ff;
}
.info-border:before {
  background: #38a4ff;
}

.warning-border {
  background: #fff;
  border: 1px solid #f4e700;
  color: #f4e700;
}
.warning-border:before {
  background: #f4e700;
}

.danger-border {
  background: transparent;
  border: 1px solid #f54940;
  color: #f54940;
}
.danger-border:before {
  background: #f54940;
}

.link-border {
  background: transparent;
  border: 1px solid #f8b600;
  color: #f8b600;
}
.link-border:before {
  background: #f8b600;
}

.radius {
  border-radius: 3px;
}

.circle {
  border-radius: 20px;
}

.arrow span {
  padding-left: 5px;
}

.e-large {
  line-height: 50px;
  padding-top: 0px;
  padding-bottom: 0px;
}

.large {
  line-height: 45px;
  padding-top: 0px;
  padding-bottom: 0px;
}

.medium {
  line-height: 30px;
  padding-top: 0px;
  padding-bottom: 0px;
}

.small {
  line-height: 25px;
  padding-top: 0px;
  padding-bottom: 0px;
}

.general {
  line-height: 38px;
  padding-top: 0px;
  padding-bottom: 0px;
}

/*==============End Elements Button Area css ================*/
/* =================================== */
/*  Elements Page Styles
/* =================================== */
/*---------- Start Elements Page -------------*/
.generic-banner {
  margin-top: 60px;
  text-align: center;
}

.generic-banner .height {
  height: 600px;
}

@media (max-width: 767.98px) {
  .generic-banner .height {
    height: 400px;
  }
}
.generic-banner .generic-banner-content h2 {
  line-height: 1.2em;
  margin-bottom: 20px;
}

@media (max-width: 991.98px) {
  .generic-banner .generic-banner-content h2 br {
    display: none;
  }
}
.generic-banner .generic-banner-content p {
  text-align: center;
  font-size: 16px;
}

@media (max-width: 991.98px) {
  .generic-banner .generic-banner-content p br {
    display: none;
  }
}
.generic-content h1 {
  font-weight: 600;
}

.about-generic-area {
  background: #fff;
}

.about-generic-area p {
  margin-bottom: 20px;
}

.white-bg {
  background: #fff;
}

.section-top-border {
  padding: 50px 0;
  border-top: 1px dotted #eee;
}

.switch-wrap {
  margin-bottom: 10px;
}

.switch-wrap p {
  margin: 0;
}

/*---------- End Elements Page -------------*/
.sample-text-area {
  padding: 100px 0 70px 0;
}

.sample-text {
  margin-bottom: 0;
}

.text-heading {
  margin-bottom: 30px;
  font-size: 24px;
}

.typo-list {
  margin-bottom: 10px;
}

@media (max-width: 767px) {
  .typo-sec {
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .element-wrap {
    margin-top: 30px;
  }
}
b,
sup,
sub,
u,
del {
  color: #f8b600;
}

h1 {
  font-size: 36px;
}

h2 {
  font-size: 30px;
}

h3 {
  font-size: 24px;
}

h4 {
  font-size: 18px;
}

h5 {
  font-size: 16px;
}

h6 {
  font-size: 14px;
}

.typography h1,
.typography h2,
.typography h3,
.typography h4,
.typography h5,
.typography h6 {
  color: #777777;
}

.button-area .border-top-generic {
  padding: 70px 15px;
  border-top: 1px dotted #eee;
}

.button-group-area .genric-btn {
  margin-right: 10px;
  margin-top: 10px;
}

.button-group-area .genric-btn:last-child {
  margin-right: 0;
}

.circle {
  border-radius: 20px;
}

.genric-btn {
  display: inline-block;
  outline: none;
  line-height: 40px;
  padding: 0 30px;
  font-size: 0.8em;
  text-align: center;
  text-decoration: none;
  font-weight: 500;
  cursor: pointer;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.genric-btn:focus {
  outline: none;
}

.genric-btn.e-large {
  padding: 0 40px;
  line-height: 50px;
}

.genric-btn.large {
  line-height: 45px;
}

.genric-btn.medium {
  line-height: 30px;
}

.genric-btn.small {
  line-height: 25px;
}

.genric-btn.radius {
  border-radius: 3px;
}

.genric-btn.circle {
  border-radius: 20px;
}

.genric-btn.arrow {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.genric-btn.arrow span {
  margin-left: 10px;
}

.genric-btn.default {
  color: #222222;
  background: #f9f9ff;
  border: 1px solid transparent;
}

.genric-btn.default:hover {
  border: 1px solid #f9f9ff;
  background: #fff;
}

.genric-btn.default-border {
  border: 1px solid #f9f9ff;
  background: #fff;
}

.genric-btn.default-border:hover {
  color: #222222;
  background: #f9f9ff;
  border: 1px solid transparent;
}

.genric-btn.primary {
  color: #fff;
  background: #f8b600;
  border: 1px solid transparent;
}

.genric-btn.primary:hover {
  color: #f8b600;
  border: 1px solid #f8b600;
  background: #fff;
}

.genric-btn.primary-border {
  color: #f8b600;
  border: 1px solid #f8b600;
  background: #fff;
}

.genric-btn.primary-border:hover {
  color: #fff;
  background: #f8b600;
  border: 1px solid transparent;
}

.genric-btn.success {
  color: #fff;
  background: #4cd3e3;
  border: 1px solid transparent;
}

.genric-btn.success:hover {
  color: #4cd3e3;
  border: 1px solid #4cd3e3;
  background: #fff;
}

.genric-btn.success-border {
  color: #4cd3e3;
  border: 1px solid #4cd3e3;
  background: #fff;
}

.genric-btn.success-border:hover {
  color: #fff;
  background: #4cd3e3;
  border: 1px solid transparent;
}

.genric-btn.info {
  color: #fff;
  background: #38a4ff;
  border: 1px solid transparent;
}

.genric-btn.info:hover {
  color: #38a4ff;
  border: 1px solid #38a4ff;
  background: #fff;
}

.genric-btn.info-border {
  color: #38a4ff;
  border: 1px solid #38a4ff;
  background: #fff;
}

.genric-btn.info-border:hover {
  color: #fff;
  background: #38a4ff;
  border: 1px solid transparent;
}

.genric-btn.warning {
  color: #fff;
  background: #f4e700;
  border: 1px solid transparent;
}

.genric-btn.warning:hover {
  color: #f4e700;
  border: 1px solid #f4e700;
  background: #fff;
}

.genric-btn.warning-border {
  color: #f4e700;
  border: 1px solid #f4e700;
  background: #fff;
}

.genric-btn.warning-border:hover {
  color: #fff;
  background: #f4e700;
  border: 1px solid transparent;
}

.genric-btn.danger {
  color: #fff;
  background: #f44a40;
  border: 1px solid transparent;
}

.genric-btn.danger:hover {
  color: #f44a40;
  border: 1px solid #f44a40;
  background: #fff;
}

.genric-btn.danger-border {
  color: #f44a40;
  border: 1px solid #f44a40;
  background: #fff;
}

.genric-btn.danger-border:hover {
  color: #fff;
  background: #f44a40;
  border: 1px solid transparent;
}

.genric-btn.link {
  color: #222222;
  background: #f9f9ff;
  text-decoration: underline;
  border: 1px solid transparent;
}

.genric-btn.link:hover {
  color: #222222;
  border: 1px solid #f9f9ff;
  background: #fff;
}

.genric-btn.link-border {
  color: #222222;
  border: 1px solid #f9f9ff;
  background: #fff;
  text-decoration: underline;
}

.genric-btn.link-border:hover {
  color: #222222;
  background: #f9f9ff;
  border: 1px solid transparent;
}

.genric-btn.disable {
  color: #222222, 0.3;
  background: #f9f9ff;
  border: 1px solid transparent;
  cursor: not-allowed;
}

.generic-blockquote {
  padding: 30px 50px 30px 30px;
  background: #fff;
  border-left: 2px solid #f8b600;
}

@media (max-width: 991px) {
  .progress-table-wrap {
    overflow-x: scroll;
  }
}
.progress-table {
  background: #fff;
  padding: 15px 0px 30px 0px;
  min-width: 800px;
}

.progress-table .serial {
  width: 11.83%;
  padding-left: 30px;
}

.progress-table .country {
  width: 28.07%;
}

.progress-table .visit {
  width: 19.74%;
}

.progress-table .percentage {
  width: 40.36%;
  padding-right: 50px;
}

.progress-table .table-head {
  display: flex;
}

.progress-table .table-head .serial,
.progress-table .table-head .country,
.progress-table .table-head .visit,
.progress-table .table-head .percentage {
  color: #222222;
  line-height: 40px;
  text-transform: uppercase;
  font-weight: 500;
}

.progress-table .table-row {
  padding: 15px 0;
  border-top: 1px solid #edf3fd;
  display: flex;
}

.progress-table .table-row .serial,
.progress-table .table-row .country,
.progress-table .table-row .visit,
.progress-table .table-row .percentage {
  display: flex;
  align-items: center;
}

.progress-table .table-row .country img {
  margin-right: 15px;
}

.progress-table .table-row .percentage .progress {
  width: 80%;
  border-radius: 0px;
  background: transparent;
}

.progress-table .table-row .percentage .progress .progress-bar {
  height: 5px;
  line-height: 5px;
}

.progress-table .table-row .percentage .progress .progress-bar.color-1 {
  background-color: #6382e6;
}

.progress-table .table-row .percentage .progress .progress-bar.color-2 {
  background-color: #e66686;
}

.progress-table .table-row .percentage .progress .progress-bar.color-3 {
  background-color: #f09359;
}

.progress-table .table-row .percentage .progress .progress-bar.color-4 {
  background-color: #73fbaf;
}

.progress-table .table-row .percentage .progress .progress-bar.color-5 {
  background-color: #73fbaf;
}

.progress-table .table-row .percentage .progress .progress-bar.color-6 {
  background-color: #6382e6;
}

.progress-table .table-row .percentage .progress .progress-bar.color-7 {
  background-color: #a367e7;
}

.progress-table .table-row .percentage .progress .progress-bar.color-8 {
  background-color: #e66686;
}

.single-gallery-image {
  margin-top: 30px;
  background-repeat: no-repeat !important;
  background-position: center center !important;
  background-size: cover !important;
  height: 200px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.single-gallery-image:hover {
  opacity: 0.8;
}

.list-style {
  width: 14px;
  height: 14px;
}

.unordered-list li {
  position: relative;
  padding-left: 30px;
  line-height: 1.82em !important;
}

.unordered-list li:before {
  content: "";
  position: absolute;
  width: 14px;
  height: 14px;
  border: 3px solid #f8b600;
  background: #fff;
  top: 4px;
  left: 0;
  border-radius: 50%;
}

.ordered-list {
  margin-left: 30px;
}

.ordered-list li {
  list-style-type: decimal-leading-zero;
  color: #f8b600;
  font-weight: 500;
  line-height: 1.82em !important;
}

.ordered-list li span {
  font-weight: 300;
  color: #777777;
}

.ordered-list-alpha li {
  margin-left: 30px;
  list-style-type: lower-alpha;
  color: #f8b600;
  font-weight: 500;
  line-height: 1.82em !important;
}

.ordered-list-alpha li span {
  font-weight: 300;
  color: #777777;
}

.ordered-list-roman li {
  margin-left: 30px;
  list-style-type: lower-roman;
  color: #f8b600;
  font-weight: 500;
  line-height: 1.82em !important;
}

.ordered-list-roman li span {
  font-weight: 300;
  color: #777777;
}

.single-input {
  display: block;
  width: 100%;
  line-height: 40px;
  border: none;
  outline: none;
  background: #f9f9ff;
  padding: 0 20px;
}

.single-input:focus {
  outline: none;
}

.input-group-icon {
  position: relative;
}

.input-group-icon .icon {
  position: absolute;
  left: 20px;
  top: 0;
  line-height: 40px;
  z-index: 3;
}

.input-group-icon .icon i {
  color: #797979;
}

.input-group-icon .single-input {
  padding-left: 45px;
}

.single-textarea {
  display: block;
  width: 100%;
  line-height: 40px;
  border: none;
  outline: none;
  background: #f9f9ff;
  padding: 0 20px;
  height: 100px;
  resize: none;
}

.single-textarea:focus {
  outline: none;
}

.single-input-primary {
  display: block;
  width: 100%;
  line-height: 40px;
  border: 1px solid transparent;
  outline: none;
  background: #f9f9ff;
  padding: 0 20px;
}

.single-input-primary:focus {
  outline: none;
  border: 1px solid #f8b600;
}

.single-input-accent {
  display: block;
  width: 100%;
  line-height: 40px;
  border: 1px solid transparent;
  outline: none;
  background: #f9f9ff;
  padding: 0 20px;
}

.single-input-accent:focus {
  outline: none;
  border: 1px solid #eb6b55;
}

.single-input-secondary {
  display: block;
  width: 100%;
  line-height: 40px;
  border: 1px solid transparent;
  outline: none;
  background: #f9f9ff;
  padding: 0 20px;
}

.single-input-secondary:focus {
  outline: none;
  border: 1px solid #f09359;
}

.default-switch {
  width: 35px;
  height: 17px;
  border-radius: 8.5px;
  background: #fff;
  position: relative;
  cursor: pointer;
}

.default-switch input {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
}

.default-switch input + label {
  position: absolute;
  top: 1px;
  left: 1px;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: #f8b600;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0.2);
  cursor: pointer;
}

.default-switch input:checked + label {
  left: 19px;
}

.single-element-widget {
  margin-bottom: 30px;
}

.primary-switch {
  width: 35px;
  height: 17px;
  border-radius: 8.5px;
  background: #fff;
  position: relative;
  cursor: pointer;
}

.primary-switch input {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}

.primary-switch input + label {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}

.primary-switch input + label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: transparent;
  border-radius: 8.5px;
  cursor: pointer;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}

.primary-switch input + label:after {
  content: "";
  position: absolute;
  top: 1px;
  left: 1px;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: #fff;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0.2);
  cursor: pointer;
}

.primary-switch input:checked + label:after {
  left: 19px;
}

.primary-switch input:checked + label:before {
  background: #f8b600;
}

.confirm-switch {
  width: 35px;
  height: 17px;
  border-radius: 8.5px;
  background: #fff;
  position: relative;
  cursor: pointer;
}

.confirm-switch input {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}

.confirm-switch input + label {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}

.confirm-switch input + label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: transparent;
  border-radius: 8.5px;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  cursor: pointer;
}

.confirm-switch input + label:after {
  content: "";
  position: absolute;
  top: 1px;
  left: 1px;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: #fff;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0.2);
  cursor: pointer;
}

.confirm-switch input:checked + label:after {
  left: 19px;
}

.confirm-switch input:checked + label:before {
  background: #4cd3e3;
}

.primary-checkbox {
  width: 16px;
  height: 16px;
  border-radius: 3px;
  background: #fff;
  position: relative;
  cursor: pointer;
}

.primary-checkbox input {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}

.primary-checkbox input + label {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  border-radius: 3px;
  cursor: pointer;
  border: 1px solid #f1f1f1;
}

.single-defination h4 {
  color: #222222;
}

.primary-checkbox input:checked + label {
  background: url(../img/elements/primary-check.png) no-repeat center
    center/cover;
  border: none;
}

.confirm-checkbox {
  width: 16px;
  height: 16px;
  border-radius: 3px;
  background: #fff;
  position: relative;
  cursor: pointer;
}

.confirm-checkbox input {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}

.confirm-checkbox input + label {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  border-radius: 3px;
  cursor: pointer;
  border: 1px solid #f1f1f1;
}

.confirm-checkbox input:checked + label {
  background: url(../img/elements/success-check.png) no-repeat center
    center/cover;
  border: none;
}

.disabled-checkbox {
  width: 16px;
  height: 16px;
  border-radius: 3px;
  background: #fff;
  position: relative;
  cursor: pointer;
}

.disabled-checkbox input {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}

.disabled-checkbox input + label {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  border-radius: 3px;
  cursor: pointer;
  border: 1px solid #f1f1f1;
}

.disabled-checkbox input:disabled {
  cursor: not-allowed;
  z-index: 3;
}

.disabled-checkbox input:checked + label {
  background: url(../img/elements/disabled-check.png) no-repeat center
    center/cover;
  border: none;
}

.primary-radio {
  width: 16px;
  height: 16px;
  border-radius: 8px;
  background: #fff;
  position: relative;
  cursor: pointer;
}

.primary-radio input {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}

.primary-radio input + label {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  border-radius: 8px;
  cursor: pointer;
  border: 1px solid #f1f1f1;
}

.primary-radio input:checked + label {
  background: url(../img/elements/primary-radio.png) no-repeat center
    center/cover;
  border: none;
}

.confirm-radio {
  width: 16px;
  height: 16px;
  border-radius: 8px;
  background: #fff;
  position: relative;
  cursor: pointer;
}

.confirm-radio input {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}

.confirm-radio input + label {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  border-radius: 8px;
  cursor: pointer;
  border: 1px solid #f1f1f1;
}

.confirm-radio input:checked + label {
  background: url(../img/elements/success-radio.png) no-repeat center
    center/cover;
  border: none;
}

.disabled-radio {
  width: 16px;
  height: 16px;
  border-radius: 8px;
  background: #fff;
  position: relative;
  cursor: pointer;
}

.disabled-radio input {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}

.disabled-radio input + label {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  border-radius: 8px;
  cursor: pointer;
  border: 1px solid #f1f1f1;
}

.disabled-radio input:disabled {
  cursor: not-allowed;
  z-index: 3;
}

.unordered-list {
  list-style: none;
  padding: 0px;
  margin: 0px;
}

.ordered-list {
  list-style: none;
  padding: 0px;
}

.disabled-radio input:checked + label {
  background: url(../img/elements/disabled-radio.png) no-repeat center
    center/cover;
  border: none;
}

.default-select .nice-select {
  border-radius: 0px;
}

.default-select .nice-select .list {
  margin-top: 0;
  border: none;
  border-radius: 0px;
  width: 100%;
  padding: 10px 0 10px 0px;
}

.default-select .nice-select .list .option {
  font-weight: 300;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  line-height: 28px;
  min-height: 28px;
  font-size: 12px;
  padding-left: 20px;
}

.default-select .nice-select .list .option.selected {
  color: #e03131;
  background: transparent;
}

.default-select .nice-select .list .option:hover {
  color: #e03131;
  background: transparent;
}

.default-select .current {
  margin-right: 50px;
  font-weight: 300;
}

.default-select .nice-select::after {
  right: 20px;
}

@media (max-width: 991px) {
  .left-align-p p {
    margin-top: 20px;
  }
}
.form-select {
  height: 40px;
  width: 100%;
}

.form-select .nice-select {
  border: none;
  border-radius: 0px;
  height: 40px;
  background: #f9f9ff !important;
  padding-left: 45px;
  padding-right: 40px;
  width: 100%;
}

.form-select .nice-select .list {
  margin-top: 0;
  border: none;
  border-radius: 0px;
  box-shadow: none;
  width: 100%;
  padding: 10px 0 10px 0px;
}

.mt-10 {
  margin-top: 10px;
}

.form-select .nice-select .list .option {
  font-weight: 300;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  line-height: 28px;
  min-height: 28px;
  font-size: 12px;
  padding-left: 45px;
}

.form-select .nice-select .list .option.selected {
  color: #f8b600;
  background: transparent;
}

.form-select .nice-select .list .option:hover {
  color: #f8b600;
  background: transparent;
}

.form-select .current {
  margin-right: 50px;
  font-weight: 300;
}

.form-select .nice-select::after {
  right: 20px;
}

/*---------------------------------------------------- */
/*----------------------------------------------------*/
/* Main Button Area css
============================================================================================ */
.main_btn {
  padding: 0px 50px;
  background: transparent;
  z-index: 222;
  display: inline-block;
  text-align: center;
  color: #222222;
  font-size: 12px;
  font-weight: 600;
  border: 1px solid transparent;
  line-height: 48px;
  font-family: Gilroy;
  font-style: normal;
  font-weight: 600;
  border-radius: 0px;
  text-transform: uppercase;
  letter-spacing: 2px;
  position: relative;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  cursor: pointer;
}
@media (max-width: 991px) {
  .main_btn {
    padding: 0 15px !important;
    font-size: 11px !important;
  }

  .main_btn:hover {
    color: #343a40;
    border: 1px solid #e3e3e3;
    box-sizing: border-box;
  }
  .btn_log_sign {
    padding: 5px 0;
  }
}

@media (max-width: 414px) {
  .main_btn {
    padding: 5px 5px !important;
    line-height: 30px;
  }

  .btn_log_sign {
    padding: 10px 0;
  }
}

@media (max-width: 414px) {
  .vert-text-section {
    margin-top: 160px;
  }
}
@media (max-width: 375px) {
  .vert-text-section {
    margin-top: 140px;
  }
}
@media (max-width: 320px) {
  .container-page {
    padding: 0 20px 0 20px !important;
  }
  .main_btn {
    font-size: 10px !important;
  }
  .cover-right h1,
  .cover-right p {
    font-size: 25px;
    line-height: 30px;
  }
  .container-page {
    padding-top: 0 !important;
  }
  .vert-text {
    margin-top: 200px !important;
  }
  .right-text h5 {
    top: 0;
    font-size: 11px !important;
    line-height: 15px !important;
  }
  .main_btn_cover {
    margin-top: 0px;
    margin-bottom: 10px;
  }

  .pt-cover {
    margin-top: 20px !important;
  }
  .logo-cover {
    margin-top: 10px;
  }

  .pt_cover {
    padding-top: 120px !important;
  }
  .logo-cover {
    padding-top: 0;
  }
  .main_btn_cover {
    font-size: 10px !important;
  }

  .vert-text-section {
    margin-top: 130px !important;
  }
}
.main_btn_footer {
  padding: 0px 50px;
  margin-left: 30px;
  z-index: 222;
  display: inline-block;
  text-align: center;
  color: #343a40;
  border: 1px solid #e3e3e3;
  font-size: 12px;
  font-weight: 600;
  line-height: 48px;
  font-family: Gilroy;
  font-style: normal;
  font-weight: 600;
  border-radius: 0px;
  text-transform: uppercase;
  letter-spacing: 2px;
  position: relative;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  cursor: pointer;
}
@media (max-width: 1024px) {
  .main_btn_footer {
    padding: 5px 15px !important;
    line-height: 30px;
    display: inline-block !important;
  }
}
.main_btn_cover {
  border: 1px solid transparent;
  padding: 15px 40px;
  background: #e03131;
  z-index: 222;
  display: inline-block;
  text-align: center;
  color: #fff;
  font-size: 12px;
  font-weight: 600;
  line-height: 14px;
  font-family: Gilroy;
  font-style: normal;
  font-weight: 600;
  border-radius: 0px;
  text-transform: uppercase;
  letter-spacing: 2px;
  position: relative;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  cursor: pointer;
}

.main_btn_cover:hover {
  color: #e03131;
  background: #fff;
  border: 1px solid #e03131;
  box-sizing: border-box;
}
.main_btn img {
  position: absolute;
  top: 50%;
  right: -30px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.main_btn:hover {
  color: #343a40;
  border: 1px solid #e3e3e3;
  box-sizing: border-box;
}
.main_btn_footer:hover {
  color: #fff;
  background: #e03131;
  border: 1px solid #e03131;
  opacity: 1;
}
.main_btn:hover img {
  right: -38px;
}

.main_btn2 {
  display: inline-block;
  background: #f9f9ff;
  padding: 0px 45px;
  color: #222222;
  font-family: "Roboto", sans-serif;
  font-size: 13px;
  font-weight: 600;
  line-height: 48px;
  border-radius: 5px;
  outline: none !important;
  box-shadow: none !important;
  text-align: center;
  border: 1px solid #dddddd;
  cursor: pointer;
  transition: color 0ms linear;
}
.main_btn2:hover {
  background-image: -moz-linear-gradient(0deg, #bc2bff 0%, #7249fb 100%);
  background-image: -webkit-linear-gradient(0deg, #bc2bff 0%, #7249fb 100%);
  background-image: -ms-linear-gradient(0deg, #bc2bff 0%, #7249fb 100%);
  box-shadow: 0px 10px 30px 0px rgba(115, 73, 251, 0.3);
  color: #fff;
}

.submit_btn {
  width: auto;
  display: inline-block;
  background: #f8b600;
  padding: 0px 30px;
  color: #fff;
  font-family: "Roboto", sans-serif;
  font-size: 13px;
  font-weight: 500;
  height: 50px;
  line-height: 50px;
  border-radius: 5px;
  outline: none !important;
  border: 1px solid #f8b600;
  text-align: center;
  cursor: pointer;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  box-shadow: -14px 14px 60px rgba(244, 47, 44, 0.32);
}
.submit_btn:hover {
  color: #f8b600;
  background: transparent;
  box-shadow: none;
}

.white_btn {
  display: inline-block;
  background: #f9f9ff;
  padding: 0px 50px;
  color: #222222;
  font-family: "Roboto", sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 50px;
  border-radius: 0px;
  outline: none !important;
  box-shadow: none !important;
  text-align: center;
  cursor: pointer;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.white_btn:hover {
  background: #f8b600;
  color: #fff;
}

.banner_btn {
  padding: 0px 40px;
  line-height: 48px;
  background: #f8b600;
  color: #fff;
  display: inline-block;
  border: 1px solid #f8b600;
  border-radius: 5px;
  font-size: 14px;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.banner_btn:hover {
  color: #f8b600;
  background: transparent;
}

.banner_btn2 {
  padding: 0px 35px;
  line-height: 48px;
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
  display: inline-block;
  border: 1px solid #bebfc4;
  border-radius: 5px;
  font-size: 14px;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.banner_btn2:hover {
  color: #f8b600;
  background: transparent;
}

.white_bg_btn {
  background: #fff;
  display: inline-block;
  color: #222222;
  line-height: 40px;
  padding: 0px 28px;
  font-size: 14px;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  border: none;
}
.white_bg_btn:hover {
  background: #f8b600;
  color: #fff;
}

.blog_btn {
  border: 1px solid #eeeeee;
  background: #f9f9ff;
  padding: 0px 32px;
  font-size: 13px;
  font-weight: 500;
  font-family: "Roboto", sans-serif;
  border-radius: 5px;
  color: #222222;
  line-height: 34px;
  display: inline-block;
}
.blog_btn:hover {
  background: #f8b600;
  border-color: #f8b600;
  color: #fff;
}

/* End Main Button Area css
============================================================================================ */
/*---------------------------------------------------- */
/*----------------------------------------------------*/
/*---------------------------------------------------- */
/*----------------------------------------------------*/
/*---------------------------------------------------- */
/*----------------------------------------------------*/
/* =================================== */
/*  Start Footer Area CSS
/* =================================== */
.footer-area {
  min-height: 100%;
  background: #1a1919;
}
.footer-area h6 {
  font-family: Gilroy;
  font-style: normal;
  font-weight: 600;
  font-size: 80px;
  line-height: 95px;
  letter-spacing: -2px;
  color: #ffffff;
}
.footer-area h3 {
  font-family: Gilroy;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 24px;
  color: #ababab;
}

.footer-area h4 {
  font-family: Gilroy;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 24px;
  color: #ababab;
}

.footer-bottom .footer-text {
  font-family: Gilroy-Light;
  padding: 0 15px;
  font-style: normal;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 12px;
  color: #ababab;
}
@media (max-width: 414px) {
  .footer-bottom .link_footer {
    display: block;
    width: 100%;
  }
}
.text-right-footer {
  text-align: right;
}
@media (max-width: 768px) {
  .pb-6 {
    padding-bottom: 3rem !important;
  }
  .footer_bottom_line {
    padding-top: 0 !important;
    padding-bottom: 60px !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .footer-bottom .footer-text {
    padding: 15px 0;
    text-align: center !important;
  }
  .text-right-footer {
    text-align: center !important;
    padding: 10px 0;
  }
}
.footer-bottom .footer-text:hover {
  color: #000;
}
.footer-bottom p {
  font-family: Gilroy-Light;
  padding: 0 15px;
  font-style: normal;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 12px;
  color: #ababab;
}
.footer_bottom_line {
  padding-top: 54px;
  padding-bottom: 120px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (max-width: 991px) {
  .footer-area .col-lg-3:nth-child(3) .single-footer-widget,
  .footer-area .col-lg-3:nth-child(4) .single-footer-widget {
    margin-bottom: 0;
  }
}
@media (max-width: 570px) {
  .footer-area .col-lg-3:nth-child(3) .single-footer-widget {
    margin-bottom: 40px;
  }
}

.copy-right-text i,
.copy-right-text a {
  color: #f8b600;
}

.instafeed {
  margin: 0px -24px;
  padding: 0 15px;
}
@media (max-width: 767px) {
  .instafeed {
    margin: -16px;
  }
}
@media (max-width: 575px) {
  .instafeed {
    margin: 0px;
    padding: 0;
  }
}
.instafeed li {
  overflow: hidden;
  width: 25%;
}
.instafeed li img {
  margin: 5px;
}

@media (max-width: 575px) {
  .footer-social {
    margin-top: 15px;
  }
}
.footer-social a {
  padding-left: 25px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
@media (max-width: 575px) {
  .footer-social a:first-child {
    padding-left: 0;
  }
}
.footer-social a:hover i {
  color: #f8b600;
}
.footer-social i {
  color: #cccccc;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
@media (max-width: 991px) {
  .footer-social {
    text-align: left;
  }
}

.footer-top {
  padding: 100px 0px 60px 0;
}
@media (max-width: 991px) {
  .footer-top {
    padding: 80px 0px;
  }
}

.single-footer-widget {
  padding-bottom: 40px;
  border-bottom: 1px solid #343a40;
}
@media (max-width: 991px) {
}
.single-footer-widget .footer-nav li {
  list-style: none;
  margin-bottom: 12px;
}
@media (max-width: 991px) {
  .single-footer-widget .footer-nav li {
    margin-bottom: 3px;
  }
}
.single-footer-widget .footer-nav li a {
  color: #777777;
}
.single-footer-widget .footer-nav li a:hover {
  color: #ffffff;
}
.single-footer-widget input {
  border: 1px solid #333333;
  width: 80% !important;
  font-weight: 300;
  background: transparent;
  color: #ffffff;
  padding-left: 20px;
  border-radius: 0;
  font-size: 14px;
  border-right: 0px;
}
.single-footer-widget input:focus {
  box-shadow: none;
  color: #ffffff;
  background: #222222;
}
.single-footer-widget .info {
  position: absolute;
  margin-top: 20%;
  color: #fff;
  font-size: 12px;
  background: transparent;
}
.single-footer-widget .info.valid {
  color: green;
}
.single-footer-widget .info.error {
  color: red;
}
.single-footer-widget .click-btn {
  background: #f8b600;
  border-radius: 0;
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
  padding: 6px 12px;
  border: 0;
}
.single-footer-widget .click-btn:focus {
  box-shadow: none;
}
.single-footer-widget .click-btn i {
  color: #fff;
}
.single-footer-widget ::-moz-selection {
  /* Code for Firefox */
  background-color: #191919 !important;
  color: #999999;
}
.single-footer-widget ::selection {
  background-color: #191919 !important;
  color: #999999;
}
.single-footer-widget ::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: #999999;
  font-weight: 300;
}
.single-footer-widget :-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #999999;
  opacity: 1;
  font-weight: 300;
}
.single-footer-widget ::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #999999;
  opacity: 1;
  font-weight: 300;
}
.single-footer-widget :-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #999999;
  font-weight: 300;
}
.single-footer-widget ::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #999999;
  font-weight: 300;
}

.footer-bottom {
  padding: 26px 0px;
  background: #fff;
}
@media (max-width: 570px) {
  .footer-bottom {
    padding: 26px 15px;
  }
}
@media (max-width: 380px) {
  .footer-bottom {
    text-align: left !important;
  }
}

.footer-text a,
.footer-text i {
  color: #f8b600;
}

/* =================================== */
/*  End Footer Area CSS
/* =================================== */
/*---------------------------------------------------- */

/*---------------------------------------------------- */
/* =================================== */
/* animation section fadein*/
/* =================================== */
/*---------------------------------------------------- */

section,
h1,
h5,
p {
  transition: all 0.8s cubic-bezier(0.39, 0.575, 0.565, 1) 0.2s;
  transition-property: all;
  transition-duration: 0.8s;
  transition-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
  transition-delay: 0.2s;
  opacity: 0;
  transform: translateY(35px);
  font-family: Gilroy;
}

.come-in {
  opacity: 1;
  transform: translate(0);
}

.already-visible {
  opacity: 1;
  transform: translate(0);
}

@keyframes blink {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@keyframes come-in {
  to {
    transform: translateY(0);
  }
}

/*---------------------------------------------------- */
/* =================================== */
/* End animation section fadein*/
/* =================================== */
/*---------------------------------------------------- */

.card-header {
  border-bottom: 1px solid #343a40;
}
.accordion-head:hover {
  color: #ffffff;
  opacity: 0.6;
}
.accordion-head {
  font-family: Gilroy;
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 32px;
  color: #ffffff;
  padding: 20px 0;
  padding-left: 0 !important;
}
.mb-0 > .accordion-head {
  display: block;
  position: relative;
}
.mb-0 > .accordion-head .icon_plus {
  position: absolute;
  right: 0;
}

.card-header .icon_plus {
  transform: rotate(45deg);
  transition: 0.3s transform ease-in-out;
  display: inline-block;
}
.card-header .collapsed .icon_plus {
  transform: rotate(0deg);
}
.card-body {
}

@media (max-width: 991px) {
  .accordion-head h3 {
    font-size: 16px;
    width: 85%;
    display: inline-block !important;
    padding: 10px 0;
  }
  .accordion-head > .collapsed > i:after {
    right: 0;
  }
  .accordion-head i:before {
    right: 0;
  }
  .accordion-head > .collapsed > i:before {
    right: 0;
  }
}
.no-padding {
  padding: 0 0 !important;
}
#loading {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background-color: rgba(255, 255, 255, 0.9);
  opacity: 1;
  transition: 0.5s;
  visibility: visible;
}
#loading.hidden {
  opacity: 0;
  visibility: hidden;
}

#loader {
  width: 450px;
  height: 100px;
  line-height: 50px;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.logo-1 {
  width: 38%;
}
.logo-2 {
  width: 15%;
  padding-right: 15px;
  padding-left: 15px;
}
.logo-3 {
  width: 20%;
}
#loader.hidden {
  opacity: 0;
  visibility: hidden;
}

.progress-bar--container {
  width: 100%;
  margin: 40px auto;
  height: 2px;
  background-color: #fafafa;

  display: none;
  position: relative;
  overflow: hidden;
  transition: opacity 0.1s ease-out;
  opacity: 1;
}

.progress-bar--container::after {
  background-color: #dc0960;

  content: "";
  position: absolute;
  width: inherit;
  height: inherit;
  transform-origin: left;
}

.progress-bar--container.visible {
  display: block;
  animation: progress-bar--container_fadeIn 0.2s ease-in;
}

.progress-bar--container.visible::after {
  display: block;
  animation: progress-bar_fill 2s linear;
  animation-iteration-count: infinite;
}

.progress-bar--container.visible.fade {
  opacity: 0;
}

@keyframes progress-bar_fill {
  0% {
    transform: scaleX(0) translateX(0);
  }
  1% {
    transform: scaleX(0) translateX(0);
  }
  33% {
    transform: scaleX(0.66) translateX(16.5%);
  }
  75% {
    transform: scaleX(1.5) translateX(66%);
  }
  100% {
    transform: scaleX(2) translateX(150%);
  }
}
@keyframes progress-bar--container_fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}
@media (max-width: 765px) {
  #loader {
    width: 370px;
  }
  #loader .img {
    padding: 0 15px;
  }
}
#scroll {
  cursor: pointer;
  -webkit-transition: -webkit-transform 0.6s ease;
  -moz-transition: -moz-transform 0.6s ease;
  transition: transform 0.6s ease;
}
#scroll span {
  padding: 0 5px;
  position: relative;
  bottom: 0px;
  color: #ababab;
}
@media (max-width: 1024px) {
  #scroll span {
    bottom: 10px;
  }
}

.arrow-bounce {
  -webkit-animation: arrow 1s infinite;
  -moz-animation: arrow 1s infinite;
  -o-animation: arrow 1s infinite;
  animation: arrow 1s infinite;
  animation-timing-function: cubic-bezier(0.4, 0, 0.6, 1);
}

@-webkit-keyframes arrow {
  0% {
    left: -40px;
  }
  50% {
    left: -8px;
  }
  100% {
    left: -40px;
  }
}
@-moz-keyframes arrow {
  0% {
    left: -40px;
  }
  50% {
    left: -8px;
  }
  100% {
    left: -40px;
  }
}
@keyframes arrow {
  0% {
    left: -40px;
  }
  50% {
    left: -8px;
  }
  100% {
    left: -40px;
  }
}
.back-to-top .back-to-top-text {
  transition: all 3s ease-in-out;
}

.back-to-top {
  position: fixed;
  height: 45px;
  width: 45px;
  color: #fff;
  border: 1px solid #e3e3e3;
  background: transparent;
  opacity: 1;
  padding: 7px 5px;
  vertical-align: middle;
  line-height: normal;
  font-size: 20px;
  font-weight: bold;
}

.back-to-top {
  right: 1.5%;
  bottom: -12%;
  z-index: 3;
  vertical-align: middle;
  line-height: normal;
  text-align: center;
  text-decoration: none;
}

.back-to-top-text {
  display: block;
}

.back-to-top:hover .back-to-top-text,
.back-to-top:focus .back-to-top-text {
  opacity: 1;
}

.show-back-to-top {
  bottom: 4%;
}

.box {
  opacity: 1;
}

.fadeIn {
  animation-name: fadeIn;
  -webkit-animation-name: fadeIn;
  animation-duration: 0.5s;
  -webkit-animation-duration: 0.5s;
  animation-timing-function: ease-in;
  -webkit-animation-timing-function: ease-in;
  animation-fill-mode: forwards;
  -webkit-animation-fill-mode: forwards;
  visibility: visible !important;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.img-inner-shadow .layer {
  position: absolute;
  top: -20px;
  right: 30px;
  bottom: 20px;
  left: -5px;
}

.img-inner-shadow:hover .layer {
  box-shadow: inset 0px 0px 120px rgba(0, 0, 0, 0.9);
  -moz-box-shadow: inset 0px 0px 120px rgba(0, 0, 0, 0.9);
  -webkit-box-shadow: inset 0px 0px 120px rgba(0, 0, 0, 0.9);
}

@media (max-width: 1024px) {
  .img-inner-shadow:hover .layer {
    box-shadow: none !important;
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
  }
}
.img-inner-shadow .layer {
  transition: all 0.6s ease-in-out;
  -webkit-transition: all 0.6s ease-in-out;
  -moz-transition: all 0.6s ease-in-out;
  -ms-transition: all 0.6s ease-in-out;
  -o-transition: all 0.6s ease-in-out;
}

.img-inner-shadow:hover .layer {
  transition: all 0.6s ease-in-out;
  -webkit-transition: all 0.6s ease-in-out;
  -moz-transition: all 0.6s ease-in-out;
  -ms-transition: all 0.6s ease-in-out;
  -o-transition: all 0.6s ease-in-out;
}

@media (max-device-width: 768px) and (orientation: landscape) {
  html {
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
  }
}

@media screen and (max-width: 414px) {
  .button_container.active .top:after {
    right: 2%;
  }
}
.button_container_footer span {
  position: relative;
  transition: all 0.35s ease;
  cursor: pointer;
  z-index: 999;
}
.button_container .main_btn {
  z-index: 888;
}
.button_container_footer .main_btn_footer {
  z-index: 888;
}
.overlay_popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 0;
  z-index: 888;
  background: #e5e5e5;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.35s, visibility 0.35s, height 0.35s;
  overflow-y: scroll;
}
.overlay_popup.open {
  opacity: 1;
  visibility: visible;
  height: 100%;
}
.close_pop {
  position: fixed;
  top: 50px;
  right: 8%;
  color: #fff;
  z-index: 999;
  font-size: 30px;
  border: none;
}

::-webkit-scrollbar {
  width: 6px;
}

::-webkit-scrollbar-track {
  background-color: rgba(156, 154, 155, 0.2);
  -webkit-border-radius: 10px;
  border-radius: 10px;
}

::-webkit-scrollbar-thumb {
  -webkit-border-radius: 10px;
  border-radius: 10px;
  background: #e03131;
}

.hidden {
  overflow: hidden;
}
.navbar-nav {
  z-index: 999;
}
.vldform {
  box-sizing: border-box;
  width: 60%;
  margin: 100px auto;
  display: flex;
  background: #fff;
  flex-direction: column;
  padding: 80px 120px;
  font-family: Gilroy;
  font-style: normal;
  animation: a 0.5s;
  animation-fill-mode: forwards;
  border: 1px solid #fafafa;
  overflow: hidden;
}
.vldsucess {
  box-sizing: border-box;
  width: 50%;
  margin: 100px auto;
  display: flex;
  background: #fff;
  flex-direction: column;
  padding: 80px 120px;
  font-family: Gilroy;
  font-style: normal;
  animation: a 0.5s;
  animation-fill-mode: forwards;
  border: 1px solid #fafafa;
}
.vldsucess h2 {
  font-family: Gilroy;
  font-style: normal;
  font-weight: 600;
  font-size: 40px;
  line-height: 48px;
  text-align: center;
  color: #1a1919;
}
.vldsucess p {
  font-family: Gilroy;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 24px;
  text-align: center;
  color: #1a1919;
  opacity: 0.7;
  padding-top: 32px;
  padding-bottom: 64px;
}
.vldsucess .btn_verify_email {
  background: #fff;
  padding: 17px 35px;
  font-family: Gilroy;
  font-style: normal;
  font-weight: 600;
  font-size: 12px;
  line-height: 14px;
  text-align: center;
  margin: 0 auto;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #343a40;
  border: 1px solid #e3e3e3;
  box-sizing: border-box;
}

@media screen and (max-width: 1024px) {
  .vldsucess .btn_verify_email {
    width: 100%;
  }

  .vldsucess {
    width: 100%;
    padding: 80px 30px;
  }
}
@media screen and (max-width: 1024px) {
  .vldform {
    padding: 80px 50px;
    width: 70%;
  }
}
input:-webkit-autofill {
  -webkit-box-shadow: inset 0 0 0px 9999px white;
  border: 1px solid #748ffc;
}
::placeholder {
  color: #ababab;
}

.vldform a {
  text-decoration: none;
}

.vldform h1 {
  font-family: Gilroy;
  font-style: normal;
  font-weight: 600;
  font-size: 40px;
  line-height: 48px;
  text-align: center;
  color: #1a1919;
}

.vldform__label {
  border: none;
  outline: 0;
  margin-top: 32px;
  font-family: Gilroy;
  font-style: normal;
  font-weight: 500;
  font-size: 10px;
  text-align: left !important;
  line-height: 12px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #ababab;
}
.vldform_label_step {
  font-family: Gilroy;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 16px;
  color: #1a1919;
  text-align: left !important;
  margin-top: 64px;
  display: block;
}
@media (max-width: 414px) {
  .vldform_label_step {
    margin-top: 20px;
  }
}
.label_review {
  font-family: Gilroy;
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 32px;
  color: #1a1919;
  float: left;
  text-align: left;
  margin-top: 32px;
}
.vldform__selectbox {
  border: none;
  width: 100%;
  height: 70px;
  outline: 0;
  color: #1a1919;
  border: 1px solid #e3e3e3;
  font-family: Gilroy;
  letter-spacing: 0.1em;
  transition: all 0.4s ease 0s;
  margin-bottom: 0;
}
.error_reg {
  color: red;
}

.error_msg {
  color: red;
  position: absolute;
  bottom: -28px;
  line-height: 15px;
  font-size: 12px;
  list-style: none;
  margin-left: 0;
}

@media (max-width: 414px) {
  .nice-select {
    margin-bottom: 10px;
  }
}

.vldform__selectbox_step {
  border: none;
  width: 100%;
  height: 70px;
  outline: 0;
  color: #1a1919;
  border: 1px solid #e3e3e3;
  font-family: Gilroy;
  letter-spacing: 0.1em;
  transition: all 0.4s ease 0s;
  margin-top: 20;
  display: block !important;
}

.vldform__selectbox_prof {
  border: none;
  width: 100%;
  height: 70px;
  outline: 0;
  color: #1a1919;
  border: 1px solid #e3e3e3;
  font-family: Gilroy;
  letter-spacing: 0.1em;
  transition: all 0.4s ease 0s;
  margin-bottom: 16px;
}
.block_review {
  border-top: 1px solid #e3e3e3;
  border-left: 1px solid #e3e3e3;
  border-right: 1px solid #e3e3e3;
  width: 100%;
  margin: 0 !important;
  padding: 20px 20px;
  /* display:flex; */
}
.block_review_para {
  border: 1px solid #e3e3e3;
  width: 100%;
  margin: 0 !important;
  padding: 20px 20px;
  margin-bottom: 32px;
  /* display:flex; */
}
.block_review_center {
  border-top: 1px solid #e3e3e3;
  border-left: 1px solid #e3e3e3;
  border-right: 1px solid #e3e3e3;
  border-bottom: 1px solid #e3e3e3;
  width: 100%;
  margin: 0 !important;
  padding: 20px 20px;
  /* display:flex; */
}
.block_review_2 {
  border: 1px solid #e3e3e3;
  width: 100%;
  margin: 0 !important;
  padding: 20px 20px;
  /* display:flex; */
}
.label_request {
  font-family: Gilroy;
  font-style: normal;
  font-weight: 600;
  font-size: 10px;
  line-height: 12px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #808080;
}
.label_request_block {
  font-family: Gilroy;
  font-style: normal;
  font-weight: 600;
  font-size: 10px;
  line-height: 35px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #808080;
}
.label_request_img {
  font-family: Gilroy;
  font-style: normal;
  font-weight: 600;
  font-size: 10px;
  line-height: 12px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #808080;
  display: block !important;
}
@media (max-width: 414px) {
  .block_review {
    display: block !important;
  }
  .block_review_2 {
    display: block !important;
  }
}
.input_review,
.input_review:hover,
.input_review:focus {
  box-shadow: none;
  border: 0 none;
  outline: 0;
  cursor: pointer;
  font-family: Gilroy;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 16px;
  color: #1a1919;
  width: 100%;
}
.input_review_pdf,
.input_review_pdf:hover,
.input_review_pdf:focus {
  box-shadow: none;
  border: 0 none;
  outline: 0;
  cursor: pointer;
  font-family: Gilroy;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 24px;
  color: #1a1919;
  width: 100%;
  text-align: left;
}
.input_review_txt,
.input_review_txt:hover,
.input_review_txt:focus {
  box-shadow: none;
  border: 0 none;
  outline: 0;
  cursor: pointer;
  font-family: Gilroy;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 24px;
  color: #1a1919;
  width: 100%;
  text-align: justify;
  text-justify: inter-word;
  padding: 0;
}
option:disabled {
  color: #ababab;
}
.vldform__selectbox:hover {
  border: none;

  border: 1px solid #748ffc;
}
.vldform__selectbox:valid {
  border: 1px solid #748ffc;
}
.vldform__textarea {
  border: none;
  width: 100%;
  outline: 0;
  margin-top: 11px;
  font-size: 14px;
  line-height: 14px;
  border: 1px solid #e3e3e3;
  padding: 25px 20px;
  font-family: Gilroy;
  letter-spacing: 0.1em;
  border-radius: 0;
  background: #fff !important;
  transition: all 0.4s ease 0s;
  border-radius: 0;
}

.vldform__textarea:hover,
.vldform__textarea:focus:hover {
  border: none;

  border: 1px solid #748ffc;
}
textarea::-webkit-input-placeholder {
  color: #ababab;
}

textarea:-moz-placeholder {
  /* Firefox 18- */
  color: #ababab;
}

textarea::-moz-placeholder {
  /* Firefox 19+ */
  color: #ababab;
}

textarea:-ms-input-placeholder {
  color: #ababab;
}

textarea::placeholder {
  color: #ababab;
}
.vldform__textbox {
  border: none;
  width: 100%;
  outline: 0;
  margin-top: 11px;
  font-size: 14px;
  line-height: 14px;
  border: 1px solid #e3e3e3;
  padding: 25px 20px;
  font-family: Gilroy;
  letter-spacing: 0.1em;
  background: #fff !important;
  transition: all 0.4s ease 0s;
}

.vldform__textbox_m {
  border: none;
  width: 100%;
  outline: 0;
  margin-top: 11px;
  font-size: 14px;
  line-height: 14px;
  border: 1px solid #e3e3e3;
  padding: 26px 20px;
  font-family: Gilroy;
  letter-spacing: 0.1em;
  background: #fff !important;
  transition: all 0.4s ease 0s;
  margin-top: 18px;
}
.vldform__btn_mod {
  border: none;
  width: 100%;
  font-family: Gilroy;
  font-style: normal;
  font-weight: 600;
  font-size: 12px;
  line-height: 14px;
  text-align: center;
  padding: 25px 40px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #343a40;
  outline: 0;
  cursor: pointer;
  margin-top: 11px;
  border: 1px solid #e3e3e3;
  background: #fafafa !important;
  transition: all 0.4s ease 0s;
}
.invalid_champ {
  border: 1px solid red !important;
}
.vldform__textbox:hover {
  border: none;

  border: 1px solid #748ffc;
}

.vldform__textbox[type="password"]::after {
  content: " ";
  display: block;
  width: 10px;
  height: 10px;
  background-color: rebeccapurple;
}

.vldform__recoverypassword {
  font-family: Gilroy;
  font-style: normal;
  font-weight: 600;
  font-size: 12px;
  line-height: 14px;
  letter-spacing: 0.1em;
  color: #343a40;
  transition: all 0.4s ease 0s;
}
.vldform__recoverypassword:hover {
  color: #e03131;
}
.vldform__qr {
  /* width:30%; */
  width: 208px;
  height: 208px;
  margin: 0 auto;
  border: 1px solid #e3e3e3;
}
.account_btn {
  float: left;
}
.vldform__button_login {
  width: 100%;
  border: 0;
  color: #fff;
  background: #e03131;
  border: 1px solid #e03131;
  font-family: Gilroy;
  font-style: normal;
  font-weight: 600;
  font-size: 12px;
  line-height: 14px;
  text-align: center;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #ffffff;
  padding: 15px;
  cursor: pointer;
  float: right;
  transition: all 0.4s ease 0s;
}

.vldform__button {
  width: 100%;
  border: 0;
  color: #fff;
  background: #e03131;
  border: 1px solid #e03131;
  font-family: Gilroy;
  font-style: normal;
  font-weight: 600;
  font-size: 12px;
  line-height: 14px;
  text-align: center;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #ffffff;
  padding: 15px;
  cursor: pointer;
  float: right;
  transition: all 0.4s ease 0s;
}
.vldform__button:hover {
  color: #e03131;
  background: #fff;
  border: 1px solid #e03131;
}

.vldform__button_qr {
  width: 50%;
  border: 0;
  color: #fff;
  background: #e03131;
  border: 1px solid #e03131;
  font-family: Gilroy;
  font-style: normal;
  font-weight: 600;
  font-size: 12px;
  line-height: 14px;
  text-align: center;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #ffffff;
  padding: 15px;
  cursor: pointer;
  float: right;
  transition: all 0.4s ease 0s;
}

.vldform__button_qr:hover {
  color: #e03131;
  background: #fff;
  border: 1px solid #e03131;
}

.vldform__button_update {
  background: #1a1919;
  border: 1px solid #1a1919;
  color: #fff;
  padding: 15px 25px;
  z-index: 222;
  display: inline-block;
  text-align: center;
  font-size: 12px;
  font-weight: 600;
  line-height: 14px;
  font-family: Gilroy;
  font-style: normal;
  font-weight: 600;
  border-radius: 0px;
  text-transform: uppercase;
  letter-spacing: 2px;
  position: relative;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  cursor: pointer;
}
@media (max-width: 414px) {
  .vldform__button_update {
    margintop: 0px !important;
    width: 100%;
  }
}

.vldform__button_update:hover {
  color: #1a1919;
  background: #fff;
  border: 1px solid #1a1919;
}

.vldform__button__center {
  width: 100%;
  border: 0;
  color: #fff;
  background: #e03131;
  border: 1px solid #e03131;
  font-family: Gilroy;
  font-style: normal;
  font-weight: 600;
  font-size: 12px;
  line-height: 14px;
  text-align: center;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #ffffff;
  padding: 15px;
  cursor: pointer;
  transition: all 0.4s ease 0s;
}

.vldform__button__center:hover {
  color: #e03131;
  background: #fff;
  border: 1px solid #e03131;
}
.vldform__signup {
  align-self: center;
  color: #1a1919;
  opacity: 0.7;
  font-family: Gilroy;
  font-style: normal;
  font-weight: normal;
  font-weight: 100;
  font-size: 26px;
  line-height: 24px;
  margin-top: 32px;
  margin-bottom: 32px;
}

.vldform__signup a {
  color: #1a1919;
  font-weight: 600;
  margin-left: 3px;
}
.vldform__signup a:hover {
  color: #e03131;
}
.vldform__signuplink {
  font-family: Gilroy;
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 24px;
  text-align: center;
  color: #1a1919;
}

.vldform__signuplink:hover {
  color: #e03131;
}

.vldreg {
  display: none;
}

.vldrecpass {
  display: none;
}
.vldqrlog {
  display: none;
}

.vldsucess {
  display: none;
}
@keyframes a {
  0% {
    opacity: 0;
    transform: translateY(-5px);
  }

  to {
    opacity: 1;
    transform: translateY(5px);
  }
}
.logo1_cover {
  padding-right: 10px;
}
.logo2_cover {
  padding-left: 10px;
  padding-right: 10px;
}
.logo3_cover {
  width: 14%;
}
@media (max-width: 414px) {
  .logo1_cover {
    width: 40%;
  }
  .logo2_cover {
    width: 32%;
  }
  .logo3_cover {
    width: 20%;
  }
  .vldform {
    width: 100%;
    border: none;
    text-align: center;
    padding: 0 32px;
  }
  .vldform__button {
    width: 100%;
    margin-top: 24px;
  }
  .overlay_popup {
    background: #fff;
  }

  .vldform__signup {
    margin-bottom: 0;
  }

  .navbar-nav {
    z-index: 888;
  }
}

@media (max-width: 360px) {
  .vldform {
    width: 90%;
  }

  .vldform__signup {
    text-align: center;
  }

  .vldform__signup a {
    margin-left: 14px;
  }
}
::-moz-selection {
  background: rgba(224, 49, 49, 0.5);
}

::selection {
  background: rgba(224, 49, 49, 0.5);
}
.radio_reg[type="radio"]:checked,
.radio_reg[type="radio"]:not(:checked) {
  position: absolute;
  left: -9999px;
}
.radio_reg[type="radio"]:checked + label,
.radio_reg[type="radio"]:not(:checked) + label {
  position: relative;
  padding-left: 28px;
  cursor: pointer;
  line-height: 18px;
  display: inline-block;
  color: #666;
  text-align: left;
}
.radio_reg[type="radio"]:checked + label:before,
.radio_reg[type="radio"]:not(:checked) + label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 18px;
  height: 18px;
  border: 1px solid #ddd;
  border-radius: 100%;
  background: #fff;
}
.radio_reg[type="radio"]:checked + label:after,
.radio_reg[type="radio"]:not(:checked) + label:after {
  content: "";
  width: 10px;
  height: 10px;
  background: #e03131;
  position: absolute;
  top: 4px;
  left: 4px;
  border-radius: 100%;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.radio_reg[type="radio"]:not(:checked) + label:after {
  opacity: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
}
.radio_reg[type="radio"]:checked + label:after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}
.radio_check[type="radio"]:checked,
.radio_check[type="radio"]:not(:checked) {
  position: absolute;
  left: -9999px;
}
.radio_check[type="radio"]:checked + label,
.radio_check[type="radio"]:not(:checked) + label {
  position: relative;
  padding-left: 28px;
  cursor: pointer;
  line-height: 20px;
  display: inline-block;
  color: #666;
}
.radio_check[type="radio"]:checked + label:before,
.radio_check[type="radio"]:not(:checked) + label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 35px;
  width: 18px;
  height: 18px;
  border: 1px solid #ddd;
  border-radius: 100%;
  background: #fff;
}
.radio_check[type="radio"]:checked + label:after,
.radio_check[type="radio"]:not(:checked) + label:after {
  content: "";
  width: 10px;
  height: 10px;
  background: #e03131;
  position: absolute;
  top: 39px;
  left: 4px;
  border-radius: 100%;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.radio_check[type="radio"]:not(:checked) + label:after {
  opacity: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
}
.radio_check[type="radio"]:checked + label:after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}
.change_rad .lab-no:last-child {
  margin-left: 60px;
}
input[type="file"] {
  opacity: 0;
  z-index: -1;
  height: 0px !important;
}
input[type="file"] .error {
  display: block;
  position: absolute;
  bottom: 0;
  left: 13px;
}
.custom-file-upload {
  background: #fafafa;
  display: inline-block;
  padding: 6px 12px;
  cursor: pointer;
  color: #343a40;
  text-transform: uppercase;
  opacity: 1;
  border: 1px solid #e3e3e3;
  width: 100%;
  height: 70px;
  font-size: 12px;
  line-height: 14px;
  letter-spacing: 0.1em;
  text-align: center;
  padding: 24px 20px;
}
.step_upload {
  background: #f2f2f2;
  display: inline-block;
  flex-direction: column;
  gap: 2px;
  justify-content: center;
  padding: 6px 12px;
  cursor: pointer;
  color: #343a40;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  width: 95%;
  height: 100px;
  font-size: 12px;
  line-height: 14px;
  text-align: center;
  padding: 24px 20px;
  position: absolute;
}

@media (max-width: 414px) {
  .step_upload {
    width: 92%;
  }
}

.upload_btn {
  width: 100% !important;
}
.upload_btn .upload_bt > input:first-of-type:checked ~ .custom-file-upload {
  opacity: 1;
  border: 1px solid #e3e3e3;
  background: #fff;
}

.change_rad > input:first-of-type:checked ~ .lab_test .step_upload {
  opacity: 1;
}
.change_rad > input:last-of-type:checked ~ .lab_test .step_upload {
  opacity: 0.4;
  cursor: not-allowed;
}
.lab_test {
  line-height: 32px;
}
.no-padding {
  padding: 0px !important;
}
.msg_upload {
  position: relative;

  left: 17px;
  bottom: -35px;
  /* color:#E03131; */
  font-size: 11px;
  color: #1a1919 !important;
  opacity: 0.7;
  box-sizing: border-box;
  border-radius: 2px;
  width: 95%;
}
@media (max-width: 414px) {
  .msg_upload {
    bottom: -30px;
    width: 92%;
  }
}

.msg_upload_profile {
  position: absolute;
  left: 17px;
  bottom: 65px;
  font-size: 11px;
  font-family: Gilroy;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 24px;
}

.msg_upload_profile:hover {
  background: #fafafa;
}
.upload_pdf_input:disabled {
  color: #969696 !important;
  cursor: default;
  border: 1px solid #e3e3e3 !important;
  background-color: rgba(250, 250, 250, 1) !important;
}
@media (max-width: 414px) {
  .upload_pdf_input {
    margin-bottom: 60px;
  }
}

input:disabled {
  color: #f2f2f2 !important;
  cursor: default;
  border: 1px solid rgba(250, 250, 250, 1) !important;
  background-color: rgba(250, 250, 250, 1) !important;
}
input:disabled ~ .step_upload {
  opacity: 0.4;
}
input:disabled:hover {
  border: 1px solid rgba(250, 250, 250, 1) !important;
}

input:disabled::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #f2f2f2;
}
input:disabled:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #f2f2f2;
}
input:disabled::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #f2f2f2;
}
input:disabled:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #f2f2f2;
}

/*==========================requirements style============================*/
.invalid {
  color: #696969;
  transition: all 0.1s ease-in;
}
.invalid:before {
  content: "";
  padding-right: 15px;
}
.invalid:before {
  content: "\021E2";
  padding-right: 15px;
}
.incorrect_pass {
  color: #e03131;
  transition: all 0.1s ease-in;
}
.incorrect_pass:before {
  content: "";
  padding-right: 15px;
}
.incorrect_pass::before {
  content: "\2715";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  left: -5px;
  position: relative;
  font-weight: 800;
  animation-name: grow;
  animation-duration: 1s;
  animation-iteration-count: 1;
  animation-timing-function: ease-in;
  -webkit-transition: -webkit-transform 1200ms cubic-bezier(0.19, 1, 0.22, 1),
    opacity 100ms ease-out;
  -moz-transition: -moz-transform 1200ms cubic-bezier(0.19, 1, 0.22, 1),
    opacity 100ms ease-out;
  -ms-transition: -ms-transform 1200ms cubic-bezier(0.19, 1, 0.22, 1),
    opacity 100ms ease-out;
  -o-transition: -o-transform 1200ms cubic-bezier(0.19, 1, 0.22, 1),
    opacity 100ms ease-out;
  transition: transform 1200ms cubic-bezier(0.19, 1, 0.22, 1),
    opacity 100ms ease-out;
  -webkit-transform: scale(1.3);
  -moz-transform: scale(1.3);
  -ms-transform: scale(1.3);
  -o-transform: scale(1.3);
  transform: scale(1.3);
  -webkit-backface-visibility: hidden;
}
.invalidPass {
  border: 1px solid #e03131 !important;
}
.valid_pass {
  color: #3cbc3c;
  transition: all 0.2s ease-in;
  animation-name: grow;
  animation-duration: 0.2s;
  animation-iteration-count: 1;
  animation-timing-function: ease-in;
}
.valid_pass strong {
  text-shadow: 0px 5px 5px rgba(0, 0, 0, 0.1), 5px 10px 5px rgba(0, 0, 0, 0.05),
    -5px 10px 5px rgba(0, 0, 0, 0.05);
}

.valid_pass::before {
  content: "\2713 ";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  left: -5px;
  position: relative;
  font-weight: 800;
  animation-name: grow;
  animation-duration: 1s;
  animation-iteration-count: 1;
  animation-timing-function: ease-in;
  -webkit-transition: -webkit-transform 1200ms cubic-bezier(0.19, 1, 0.22, 1),
    opacity 100ms ease-out;
  -moz-transition: -moz-transform 1200ms cubic-bezier(0.19, 1, 0.22, 1),
    opacity 100ms ease-out;
  -ms-transition: -ms-transform 1200ms cubic-bezier(0.19, 1, 0.22, 1),
    opacity 100ms ease-out;
  -o-transition: -o-transform 1200ms cubic-bezier(0.19, 1, 0.22, 1),
    opacity 100ms ease-out;
  transition: transform 1200ms cubic-bezier(0.19, 1, 0.22, 1),
    opacity 100ms ease-out;
  -webkit-transform: scale(1.3);
  -moz-transform: scale(1.3);
  -ms-transform: scale(1.3);
  -o-transform: scale(1.3);
  transform: scale(1.3);
  -webkit-backface-visibility: hidden;
}

.pswd_info ul {
  width: 100%;
  list-style: none;
}

.pswd_info li {
  padding: 5px;
  text-align: left;
  -webkit-transition: all 800ms cubic-bezier(0.19, 1, 0.22, 1);
  -moz-transition: all 800ms cubic-bezier(0.19, 1, 0.22, 1);
  -ms-transition: all 800ms cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: all 800ms cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 800ms cubic-bezier(0.19, 1, 0.22, 1);
  -webkit-backface-visibility: visible;
  transition: all 0.2s ease-in;
}

/*==========================requirements logic============================*/

.pswd_info {
  display: none;
  border-radius: 4px;
  padding: 30px 0 20px 0;
  background: #fff;
  color: #ababab;
  text-align: left;
  font-family: helvetica, arial, sans-serif;
  position: absolute;
  bottom: -50px;
  border: 1px solid #e03131;
  right: -290px;
  width: 280px;
  /*transition: all .2s ease-in;*/
}

.pswd_info .fleche {
  position: absolute;
  top: 20px;
  left: -20px;
  width: 0;
  height: 0;
  border-width: 10px;
  border-color: transparent #fff transparent transparent;
  border-style: solid;
}
@media screen and (max-width: 1024px) {
  .pswd_info {
    border-radius: none;
    position: relative !important;
    border: 1px solid #e03131;
    width: 300px;
    margin: 0 auto;
    top: 20px;
    bottom: 0;
    left: 0 !important;
    float: left !important;
    /*transition: all .2s ease-in;*/
  }

  .pswd_info .fleche {
    display: none;
  }
}
.pswd_info_profile ul {
  width: 100%;
  list-style: none;
}

.pswd_info_profile li {
  padding: 5px;
  text-align: left;
  -webkit-transition: all 800ms cubic-bezier(0.19, 1, 0.22, 1);
  -moz-transition: all 800ms cubic-bezier(0.19, 1, 0.22, 1);
  -ms-transition: all 800ms cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: all 800ms cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 800ms cubic-bezier(0.19, 1, 0.22, 1);
  -webkit-backface-visibility: visible;
  transition: all 0.2s ease-in;
}

/*==========================requirements logic============================*/

.pswd_info_profile {
  display: none;
  border-radius: 4px;
  padding: 30px 0 20px 0;
  background: #fff;
  color: #ababab;
  text-align: left;
  font-family: helvetica, arial, sans-serif;
  position: absolute;
  bottom: 0;
  border: 1px solid #e03131;
  right: 300px;
  width: 300px;
  /*transition: all .2s ease-in;*/
}

.pswd_info_profile .fleche {
  position: absolute;
  top: 20px;
  left: -20px;
  width: 0;
  height: 0;
  border-width: 10px;
  border-color: transparent #fff transparent transparent;
  border-style: solid;
}
@media screen and (max-width: 1024px) {
  .pswd_info_profile {
    border-radius: none;
    position: relative !important;
    border: 1px solid #e03131;
    width: 280px;
    margin: 0 auto 30px auto;
    top: 20px;
    bottom: 0;
    left: 0 !important;
    float: left !important;
    /*transition: all .2s ease-in;*/
  }

  .pswd_info_profile .fleche {
    display: none;
  }
}
.incorrectMsg {
  color: #e03131;
  position: absolute;
  font-size: 11px;
  bottom: -37px;
  display: none;
}
.shake {
  animation: shake 0.8s cubic-bezier(0.36, 0.07, 0.19, 0.97) both;
  transform: translate3d(0, 0, 0);
  backface-visibility: hidden;
  perspective: 1000px;
}

@keyframes shake {
  10%,
  90% {
    transform: translate3d(-1px, 0, 0);
  }
  20%,
  80% {
    transform: translate3d(2px, 0, 0);
  }
  30%,
  50%,
  70% {
    transform: translate3d(-4px, 0, 0);
  }
  40%,
  60% {
    transform: translate3d(4px, 0, 0);
  }
}

@keyframes grow {
  50% {
    transform: scale(1.1);
  }
}

.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.animated.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}

.animated.bounceIn,
.animated.bounceOut {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
}

.animated.flipOutX,
.animated.flipOutY {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
}

@-webkit-keyframes shakee {
  from,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }

  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}

@keyframes shakee {
  from,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }

  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}

.shakee {
  -webkit-animation-name: shakee;
  animation-name: shakee;
}
.check_agree[type="checkbox"] {
  position: absolute;
  opacity: 0;
  z-index: -1;
}
.label_agree {
  position: relative;
  display: inline-block;
  padding: 0 0 0 25px;
  color: #1a1919;
  height: 16px;
  line-height: 16px;
  cursor: pointer;
}
.label_agree::before,
.label_agree::after {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 16px;
  height: 16px;
}
.label_agree::before {
  content: " ";
  border: 1px solid #e3e3e3;
  border-radius: 1px;
}
/* Checkbox */
.check_agree[type="checkbox"] + .label_agree::after {
  content: "\2714";
  color: #e03131;
  font-size: 12px;
  line-height: 16px;
  text-align: center;
}

/* :checked */
.check_agree[type="checkbox"]:checked + .label_agree::before {
  background: #fff;
}
.check_agree[type="checkbox"] + .label_agree::after {
  -webkit-transform: scale(0);
  transform: scale(0);
}
.check_agree[type="checkbox"]:checked + .label_agree::after {
  transform: scale(1);
}
/* Transition */
.label_agree::before,
.label_agree::after {
  transition: 0.25s all ease;
}
.icon-eyes {
  color: red;
}
#pass-status {
  position: absolute;
  right: 25px;
  top: 85px;
  font-size: 20px;
}
#show-pass {
  position: absolute;
  right: 30px;
  top: 55px;
  font-size: 20px;
}
#show-pass2 {
  position: absolute;
  right: 30px;
  top: 55px;
  font-size: 20px;
}

.header .menu {
  margin: 0;
  padding: 0;
  list-style: none;
  overflow: hidden;
  background-color: #fff;
}

.header .menu li a {
  display: block;
  padding: 20px 20px;
  text-decoration: none;
  font-family: Gilroy;
  font-style: normal;
  font-weight: 600;
  font-size: 12px;
  line-height: 14px;
  text-align: center;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #343a40;
}
.header .menu li a img {
  margin-right: 10px;
}

.header .menu li a:hover {
  color: red;
}

/* menu */

.header .menu {
  clear: both;
  max-height: 0;
  transition: max-height 0.2s ease-out;
}

/* menu icon */

.header .menu-icon {
  cursor: pointer;
  display: inline-block;
  float: right;
  padding: 28px 20px;
  position: relative;
  user-select: none;
}

.header .menu-icon .navicon {
  background: #333;
  display: block;
  height: 1px;
  position: relative;
  transition: background 0.2s ease-out;
  width: 24px;
}

.header .menu-icon .navicon:before,
.header .menu-icon .navicon:after {
  background: #333;
  content: "";
  display: block;
  height: 100%;
  position: absolute;
  transition: all 0.2s ease-out;
  width: 100%;
}

.header .menu-icon .navicon:before {
  top: 6px;
}

.header .menu-icon .navicon:after {
  top: -6px;
}

/* menu btn */

.header .menu-btn {
  display: none;
}

.header .menu-btn:checked ~ .menu {
  max-height: 240px;
}

.header .menu-btn:checked ~ .menu-icon .navicon {
  background: transparent;
}

.header .menu-btn:checked ~ .menu-icon .navicon:before {
  transform: rotate(-45deg);
}

.header .menu-btn:checked ~ .menu-icon .navicon:after {
  transform: rotate(45deg);
}

.header .menu-btn:checked ~ .menu-icon:not(.steps) .navicon:before,
.header .menu-btn:checked ~ .menu-icon:not(.steps) .navicon:after {
  top: 0;
}
.header .nav-left {
  display: block;
  float: left;
  padding: 10px 20px;
  text-decoration: none;
}
.header .profile_header {
  padding: 0 0 0 0;
}
/* 48em = 768px */

@media (min-width: 770px) {
  .header .profile_header {
    padding: 0 0 55px 0;
  }
  .header .menu li {
    float: left;
  }
  .header .menu li a {
    padding: 20px 30px 0 30px;
  }
  .header .menu {
    clear: none;
    float: right;
    max-height: none;
  }
  .header .menu-icon {
    display: none;
  }
}
.btn-wrp {
  /* border: 1px solid #dadada; */
  display: inline-block;
  width: 100%;
  position: relative;
  z-index: 10;
}

.btn-clck {
  /* border: none; */
  background: transparent;
  /* width: 100%; */
}

.btn-clck::-webkit-calendar-picker-indicator {
  right: -10px;
  position: absolute;
  width: 78px;
  height: 40px;
  color: rgba(204, 204, 204, 0);
  opacity: 0;
  z-index: 9;
}

.btn-clck::-webkit-inner-spin-button {
  -webkit-appearance: none;
}
.btn-clck::-webkit-clear-button {
  margin-right: 75px;
}

.btn_calendar {
  height: 40%;
  /* background: #fda200; */
  border: none;
  color: #fff;
  position: absolute;
  right: 7%;
  top: 65%;
  z-index: 91;
}

.btn_calendar_prof {
  height: 40%;
  /* background: #fda200; */
  border: none;
  color: #fff;
  position: absolute;
  right: 7%;
  top: 63%;
  z-index: 91;
}
@media (max-width: 414px) {
  .btn_calendar_prof {
    right: 9%;
  }
}
.btn_calendar_range {
  height: 40%;
  /* background: #fda200; */
  border: none;
  color: #fff;
  position: absolute;
  right: 4%;
  top: 40%;
  z-index: 91;
}

@media (max-width: 414px) {
  .btn_calendar_range {
    right: 8%;
  }
}
[type="date"] {
  width: 100%;
}
.no-js .multi-step-form fieldset button,
.no-js .multi-step-form h2,
.no-js .multi-step-form p,
.multi-step-form.edit-form fieldset button,
.multi-step-form.edit-form h2 {
  display: none !important;
}
.no-js .multi-step-form fieldset,
.multi-step-form.edit-form fieldset {
  display: block !important;
}
.no-js .multi-step-form [type="submit"],
.no-js .multi-step-form [type="reset"],
.multi-step-form.edit-form [type="submit"],
.multi-step-form.edit-form [type="reset"] {
  display: inline-block !important;
}
.no-js .multi-step-form .steps,
.multi-step-form.edit-form .steps {
  display: none;
}
.multi-step-form fieldset {
  display: none;
}
.multi-step-form fieldset:first-of-type {
  display: block;
}
.multi-step-form fieldset.hidden {
  display: none;
}
.multi-step-form fieldset.visible {
  display: block;
}
.multi-step-form .steps {
  text-transform: uppercase;
}
.multi-step-form .steps button {
  border: 0;
  background: transparent;
}
.multi-step-form .steps span {
  color: #808080;
}
.multi-step-form .steps [disabled] {
  background: none;
  text-transform: uppercase;
  opacity: 0;
}
.multi-step-form .steps .active {
  color: #adadad;
  opacity: 1;
  text-transform: uppercase;
}

.error {
  /* display:flex; */
  color: red;
}
#nationality-error {
  position: absolute;
  top: 165px;
}

#country-error {
  position: relative;
  z-index: 888;

  bottom: -15px !important;
}

label .optional {
  font-weight: normal;
  font-size: 90%;
}
.content_step {
  margin-top: 20px;
}
.content_step h2 {
  font-family: Gilroy;
  font-style: normal;
  font-weight: 600;
  font-size: 40px;
  line-height: 48px;
  color: #1a1919;
}
@media (max-width: 414px) {
  .content_step h2 {
    font-size: 24px;
    line-height: 29px;
  }
}
.content_step .text_step {
  font-family: Gilroy;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 24px;
  color: #1a1919;
  opacity: 0.7;
  margin-top: 32px;
}
.content_step_block {
  padding-bottom: 64px;
}

.content_step .lab_top {
  font-family: Gilroy;
  font-style: normal;
  font-weight: 600;
  font-size: 10px;
  line-height: 12px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #343a40;
  margin-right: 10px;
}
.content_step .cont_top {
  font-family: Gilroy;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 12px;
  color: #808080;
}
.content_box {
  display: none;
  padding-left: 10px;
}
.rad_step {
  line-height: 80px;
}
.content_box .content_radio_step {
  width: 360px;
  margin-top: 11px;
  font-size: 14px;
  line-height: 14px;
  border: 1px solid #e3e3e3;
  padding: 25px 20px;
  font-family: Gilroy;
  letter-spacing: 0.1em;
  transition: all 0.4s ease 0s;
}
.content_box .msg_session {
  width: 50%;
  font-family: Gilroy;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 18px;
  padding-left: 32px;
  margin-top: 20px;
  color: #e03131;
  transition: all 0.4s ease 0s;
}

@media (max-width: 414px) {
  .content_box .content_radio_step {
    display: block !important;

    width: 320px;
  }
  .content_box .msg_session {
    display: block !important;
    width: 100%;
    padding-left: 0;
  }
}
#reportrange {
  cursor: pointer;
}
.row_steps {
  border-bottom: 1px solid #e3e3e3;
  padding: 32px 0 32px 0;
}

.row_steps:last-of-type {
  border-bottom: none !important;
}
.step_on_right {
  padding-top: 25px;
}
.step_on_right h3 {
  font-family: Gilroy;
  font-style: normal;
  font-weight: 600;
  font-size: 10px;
  line-height: 12px;
  margin-bottom: 0;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #808080;
}
.step_on_right span {
  font-family: Gilroy;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 14px;
  color: #1a1919;
}
/* Base for label styling */
.ckeck_step[type="checkbox"]:not(:checked),
.ckeck_step[type="checkbox"]:checked {
  position: absolute;
  left: -9999px;
}
.ckeck_step[type="checkbox"]:not(:checked) + label,
.ckeck_step[type="checkbox"]:checked + label {
  position: relative;
  padding-left: 1.5em;
  cursor: pointer;
}
.lab_check {
  font-family: Gilroy;
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  color: #1a1919;
}

/* checkbox aspect */
.ckeck_step[type="checkbox"]:not(:checked) + label:before,
.ckeck_step[type="checkbox"]:checked + label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 5px;
  width: 16px;
  height: 16px;
  border: 1px solid #ccc;
  background: #fff;
}
/* checked mark aspect */
.ckeck_step[type="checkbox"]:not(:checked) + label:after,
.ckeck_step[type="checkbox"]:checked + label:after {
  content: "\2714\0020";
  position: absolute;
  top: 9px;
  left: 0.22em;
  font-size: 0.65em;
  line-height: 0.7;
  color: #e03131;
  transition: all 0.2s;
  font-weight: 100;
}
/* checked mark aspect changes */
.ckeck_step[type="checkbox"]:not(:checked) + label:after {
  opacity: 0;
  transform: scale(0);
}
.ckeck_step[type="checkbox"]:checked + label:after {
  opacity: 1;
  transform: scale(1);
}
/* disabled checkbox */
.ckeck_step[type="checkbox"]:disabled:not(:checked) + label:before,
[type="checkbox"]:disabled:checked + label:before {
  box-shadow: none;
  border-color: #bbb;
  background-color: #ddd;
}
.ckeck_step[type="checkbox"]:disabled:checked + label:after {
  color: #999;
}
.ckeck_step[type="checkbox"]:disabled + label {
  color: #aaa;
}
.lab_step_radio {
  border: 1px solid #e3e3e3;
  box-sizing: border-box;
  padding: 40px 25px;
  font-family: Gilroy;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 14px;
  color: #1a1919;
}
#reportrange {
  margin-left: 40px;
  width: 360px;
}

@media (max-width: 414px) {
  #reportrange {
    margin-left: 0;
    width: 100%;
  }
}

.btn_step_cancel {
  border: 1px solid #adadad;
  color: #343a40;
  padding: 15px 60px;
  display: inline-block;
  text-align: center;
  font-size: 12px;
  font-weight: 600;
  line-height: 14px;
  font-family: Gilroy;
  font-style: normal;
  font-weight: 600;
  border-radius: 0px;
  text-transform: uppercase;
  letter-spacing: 2px;
  position: relative;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  cursor: pointer;
}
@media (max-width: 414px) {
  .btn_step_cancel {
    margintop: 0px !important;
    width: 100%;
  }
}

.btn_step_cancel:hover {
  border: 1px solid #adadad;
  color: #343a40;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  cursor: pointer;
}

.btn_step_up {
  border: 1px solid transparent;
  background: #343a40;
  color: #fff;
  padding: 15px 30px;
  z-index: 222;
  display: inline-block;
  text-align: center;
  font-size: 12px;
  font-weight: 600;
  line-height: 14px;
  font-family: Gilroy;
  font-style: normal;
  font-weight: 600;
  border-radius: 0px;
  text-transform: uppercase;
  letter-spacing: 2px;
  position: relative;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  cursor: pointer;
}
@media (max-width: 414px) {
  .btn_step_up {
    margintop: 0px !important;
    width: 100%;
  }
}

.btn_step_up:hover {
  border: 1px solid #343a40;
  color: #343a40;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  cursor: pointer;
}

.btn_step_next {
  border: 1px solid #1a1919;
  color: #fff;
  background: #1a1919;
  padding: 15px 60px;
  display: inline-block;
  text-align: center;
  font-size: 12px;
  font-weight: 600;
  line-height: 14px;
  font-family: Gilroy;
  font-style: normal;
  font-weight: 600;
  border-radius: 0px;
  text-transform: uppercase;
  letter-spacing: 2px;
  position: relative;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  cursor: pointer;
}
@media (max-width: 414px) {
  .btn_step_next {
    margin: 0 !important;
    width: 100%;
    margin-top: 10px !important;
  }
}

.btn_step_next:hover {
  border: 1px solid #1a1919;
  color: #1a1919;
  background: #fff;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  cursor: pointer;
}
.row_btn_step {
  padding: 64px 0 84px 0;
  border-top: 1px solid #e3e3e3;
}
.number_step {
  font-family: Gilroy;
  font-style: normal;
  font-weight: 600;
  font-size: 10px;
  line-height: 12px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #808080;
  padding: 0 32px 0 0;
  /* margin-top:50%; */
}
@media (max-width: 414px) {
  .number_step {
    display: none;
  }
}

/** Modal */
.modal_step {
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.3s;
  position: absolute;
  top: 25%;
  left: 0;
  display: block;
  right: 0;
  width: 50%;
  margin: 0 auto;
  text-align: center;
  padding: 80px 120px;
  background: #fff;
  border-radius: 4px;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.3);
}
/** Modal */

@media (max-width: 414px) {
  .modal_step {
    width: 90%;
    padding: 80px 60px;
  }
}
.modal_step h3 {
  font-family: Gilroy;
  font-style: normal;
  font-weight: 600;
  font-size: 40px;
  line-height: 48px;
  text-align: center;
  color: #1a1919;
}

.modal_step h4 {
  font-family: Gilroy;
  font-style: normal;
  font-weight: 600;
  font-size: 25px;
  line-height: 48px;
  text-align: center;
  color: #1a1919;
  padding-bottom: 40px;
}
.bt_sub {
  border: 1px solid transparent;
  padding: 15px 40px;
  background: #e03131;
  z-index: 222;
  display: inline-block;
  text-align: center;
  color: #fff;
  font-size: 12px;
  font-weight: 600;
  line-height: 14px;
  font-family: Gilroy;
  font-style: normal;
  font-weight: 600;
  border-radius: 0px;
  text-transform: uppercase;
  letter-spacing: 2px;
  position: relative;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  cursor: pointer;
}

.bt_sub:hover {
  color: #e03131;
  background: #fff;
  border: 1px solid #e03131;
  box-sizing: border-box;
}
@media (max-width: 769px) {
  .bt_sub {
    width: 100% !important;
    margin-top: 10px !important;
  }
}
.modal_step h6 {
  font-family: Gilroy;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 24px;
  color: #1a1919;
  margin: 32px 0;
  opacity: 0.7;
}
.modal-close-btn {
  position: absolute;
  right: 10px;
  top: 10px;
  font-size: 20px;
}

/** Overlay */
.overlay_step {
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.3s;
  position: fixed;
  top: -200px;
  left: -15%;
  width: 127%;
  height: 142%;
  background-color: rgba(0, 0, 0, 0.3);
}

/** JS */
.is-visible {
  opacity: 1;
  pointer-events: auto;
}
.upload_img {
  border: 1px solid #e3e3e3;
  padding: 20px;
}
.label_upload {
  display: block;
  width: 100%;
  margin: 0 auto 15px;
  text-align: center;
  word-wrap: break-word;
  font-family: Gilroy;
  font-style: normal;
  font-weight: normal;
  font-size: 10px;
  line-height: 16px;
  text-align: center;
  color: #1a1919;
  opacity: 0.7;
}
.hidden_upload,
#uploadImg:not(.hidden_upload) + label {
  display: none;
}
#file {
  opacity: 0;
  height: 0;
  line-height: 0;
  margin: 0 auto;
}
#upload {
  display: block;
  margin: 30px auto 0 auto;
  background: #fafafa;
  border: 1px solid #e3e3e3;
  box-sizing: border-box;
  cursor: pointer;
  width: 100%;
  color: #343a40;
  padding: 15px 20px;
  font-family: Gilroy;
  font-style: normal;
  font-weight: 600;
  font-size: 12px;
  line-height: 14px;
  text-align: center;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  outline: none;
  transition: 0.3s ease-in-out;
}
.upload_msg_photo {
  position: relative;
  width: 100%;
}
.your_photo {
  position: absolute;
  width: 100%;
  left: 0;
  top: -90px;
}
#file + .error {
  position: absolute;
  bottom: -20px !important;
  left: 0 !important;
  font-size: 14px !important;
}
.img_upload {
  display: block;
  margin: 0 auto 15px;
  width: 180px;
}
.collapse_profile > a {
  display: block;
  position: relative;
  font-family: Gilroy;
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 32px;
  color: #1a1919;
}
.collapse_profile > a:after {
  content: url(../img/chev-down.svg);
  font-family: "FontAwesome";
  position: absolute;
  right: 0;
}
@media (max-width: 414px) {
  .collapse_profile > a:after {
    right: -25px;
  }
}
.collapse_profile > a[aria-expanded="true"]:after {
  content: url(../img/chev-up.svg);
}
.right_top .profile_sinout {
  border: 1px solid #e3e3e3;
  padding: 15px 45px;
  background: #fff;
  z-index: 222;
  display: inline-block;
  text-align: center;
  color: #343a40;
  font-size: 12px;
  font-weight: 600;
  line-height: 14px;
  font-family: Gilroy;
  font-style: normal;
  border-radius: 0px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  position: relative;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  cursor: pointer;
}
@media (max-width: 414px) {
  .right_top .profile_sinout {
    width: 100%;
    margin-bottom: 20px !important;
  }
}

/*Hide all except first fieldset*/
#helpdeskform .field2 {
  display: none;
}
/*inputs*/
#helpdeskform input {
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 3px;
  margin-bottom: 10px;
  width: 80%;
  color: #2c3e50;
  font-size: 13px;
}
#helpdeskform textarea {
  padding: 15px;
  border: 1px solid #ccc;
  border-radius: 3px;
  margin-bottom: 10px;
  width: 100%;
  box-sizing: border-box;
  color: #2c3e50;
  font-size: 13px;
}
/*buttons*/
#helpdeskform .action-button {
  width: 100px;
  font-weight: bold;
  border: 0 none;
  border-radius: 1px;
  cursor: pointer;
  padding: 10px 5px;
  margin: 10px 5px;
}
#helpdeskform .action-button:hover,
#helpdeskform .action-button:focus {
  box-shadow: 0 0 0 2px white, 0 0 0 3px #900;
}
/*Form labels*/
label.form-label {
  text-align: left;
}
/*Phone Label Align*/
input#phone-field {
  margin-left: 26px;
}
/*E-mail Label Align*/
input#email-field {
  margin-left: 24px;
}
.counter-field {
  font-size: 10px;
}

.disabled_sel {
  color: #f2f2f2 !important;
  cursor: default;
  border: 1px solid rgba(250, 250, 250, 1) !important;
  background-color: rgba(250, 250, 250, 1) !important;
  /* cursor:not-allowed; */
  border: 0 !important;
}
.congrat_block {
  width: 60%;
  margin: 0 auto;
  padding: 100px 0;
  display: block;
  text-align: center;
}

.congrat_block h4 {
  font-family: Gilroy;
  font-style: normal;
  font-weight: 600;
  font-size: 40px;
  line-height: 48px;
  color: #1a1919;
  margin: 32px 0;
}
.congrat_block p {
  font-family: Gilroy;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 24px;
  text-align: center;
  color: #1a1919;
  opacity: 0.7;
  margin-bottom: 32px;
}
.congrat_block .congrat_view {
  border: 0;
  color: #fff;
  background: #e03131;
  border: 1px solid #e03131;
  font-family: Gilroy;
  font-style: normal;
  font-weight: 600;
  display: block;
  font-size: 12px;
  margin: 32px auto;
  line-height: 14px;
  text-align: center;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #ffffff;
  padding: 15px 30px;
  cursor: pointer;
  transition: all 0.4s ease 0s;
}
.congrat_block .congrat_view:hover {
  color: #e03131;
  background: #fff;
  border: 1px solid #e03131;
}
.congrat_block .congrat_back {
  border: 1px solid #adadad;
  color: #343a40;
  font-family: Gilroy;
  font-style: normal;
  font-weight: 600;
  display: block;
  margin: 0 auto;
  font-size: 12px;
  line-height: 14px;
  padding: 15px 30px;
  text-align: center;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  cursor: pointer;
  background: #fff;
}

@media (max-width: 1024px) {
  .congrat_block {
    width: 80%;
  }
}
@media (max-width: 768px) {
  .congrat_block {
    width: 90%;
  }
}
.liste_request {
  border-radius: 0 !important;
  border: 1px solid #e3e3e3 !important;
  margin-bottom: 16px !important;
  padding: 24px 32px !important;
  cursor: pointer;
  display: flex;
}

.liste_request_ins {
  border-radius: 0 !important;
  border: none !important;
  padding: 10px 0 !important;
  cursor: pointer;
  display: flex;
}

.preview-link {
  font-family: Gilroy;
  font-style: normal;
  font-weight: 600;
  font-size: 12px;
  line-height: 32px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #343a40;
  margin-right: 64px;
  border-bottom: 1px solid #343a40;
}

.liste_request:hover {
  border: 1px solid #808080 !important;
}

.progress-link {
  font-family: Gilroy;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 25px;
  text-align: right;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: orange;
}

.progress-link-ins {
  font-family: Gilroy;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  text-align: right;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  width: 50%;
  text-align: right;

  color: orange;
}
.sucess-link-ins {
  font-family: Gilroy;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  text-align: right;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  width: 50%;
  text-align: right;

  color: #38ac79;
}
.refused-link-ins {
  font-family: Gilroy;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  text-align: right;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #e03131;
  width: 50%;
  text-align: right;
}
.id-request {
  line-height: 32px;
}
.date-request {
  line-height: 32px;
  margin-left: 32px;
}
.session-request-ins {
  font-family: Gilroy;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  color: #1a1919;
  width: 50%;
  margin-right: 10px;
}
@media (max-width: 768px) {
  .session-request-ins {
    width: 100%;
  }
  .progress-link {
    margin-left: 20px;
  }
}
.drafts-label {
  font-family: Gilroy;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 16px;
  margin-bottom: 32px;
  color: #1a1919;
}
.drafts-block {
  margin-top: 64px;
}

.delete-link {
  font-family: Gilroy;
  font-style: normal;
  font-weight: 600;
  font-size: 12px;
  line-height: 32px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #e03131;
}
@media (max-width: 414px) {
  .liste_request {
    border-radius: 0 !important;
    border: 1px solid #e3e3e3 !important;
    margin-bottom: 16px !important;
    padding: 24px 20px !important;
    cursor: pointer;
    display: block !important;
  }
  .session-request {
    margin-left: 0;
  }
  .sucess-link,
  .refused-link {
    display: block !important;
    text-align: left !important;
  }
  .left_list {
    display: block !important;
  }
  .delete-link {
    text-align: right !important;
    float: right !important;
  }
}

.cd-popup {
  position: fixed;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(26, 25, 25, 0.2);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.3s 0s, visibility 0s 0.3s;
  -moz-transition: opacity 0.3s 0s, visibility 0s 0.3s;
  transition: opacity 0.3s 0s, visibility 0s 0.3s;
  z-index: 9999;
}
.cd-popup.is-visible {
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity 0.3s 0s, visibility 0s 0s;
  -moz-transition: opacity 0.3s 0s, visibility 0s 0s;
  transition: opacity 0.3s 0s, visibility 0s 0s;
}

.cd-popup-container {
  position: relative;
  width: 40%;
  height: auto;
  margin: 7em auto;
  background: #fff;
  padding: 80px 20px 140px 20px;

  text-align: center;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  -webkit-transform: translateY(-40px);
  -moz-transform: translateY(-40px);
  -ms-transform: translateY(-40px);
  -o-transform: translateY(-40px);
  transform: translateY(-40px);
  /* Force Hardware Acceleration in WebKit */
  -webkit-backface-visibility: hidden;
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.cd-popup-container h4 {
  font-family: Gilroy;
  font-style: normal;
  font-weight: 600;
  font-size: 40px;
  line-height: 48px;
  text-align: center;
  color: #1a1919;
}
.cd-popup-container p {
  padding: 32px 0;
  margin: 0;
}
.cd-buttons {
  text-align: center;
  width: 40%;
  margin: 0 auto;
}
.btn_no {
  border: 1px solid #e3e3e3;
  box-sizing: border-box;
  font-family: Gilroy;
  font-style: normal;
  font-weight: 600;
  font-size: 12px;
  line-height: 14px;
  text-align: center;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #343a40;
  background: #fff;
  padding: 15px;
  width: 45%;
  float: left;
}
.btn_yes {
  background: #1a1919;
  box-sizing: border-box;
  font-family: Gilroy;
  font-style: normal;
  font-weight: 600;
  font-size: 12px;
  line-height: 14px;
  text-align: center;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #fff;
  margin-left: 15px;
  padding: 15px;
  width: 45%;
  float: right;
}
.cd-popup-container .cd-popup-close {
  position: absolute;
  top: 32px;
  right: 32px;
  width: 30px;
  height: 30px;
}
.is-visible .cd-popup-container {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}
@media only screen and (min-width: 1170px) {
  .cd-popup-container {
    margin: 8em auto;
  }
}
.label_hist {
  font-family: Gilroy;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 16px;
  color: #1a1919;
}
.apply_hitory {
  border: 0;
  background: #1a1919;
  border: 1px solid #1a1919;
  box-sizing: border-box;
  font-family: Gilroy;
  font-style: normal;
  font-weight: 600;
  font-size: 12px;
  line-height: 14px;
  text-align: center;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #fff;
  margin-left: 15px;
  padding: 15px 50px;
  cursor: pointer;
  margin-left: 0;
  margin-top: 32px;
}
.apply_hitory:hover {
  border: 1px solid #1a1919;
  background: #fff;
  color: #1a1919;
}
.block_pwd_del {
  margin: 0 auto;
}
.btn_delete {
  font-family: Gilroy;
  font-style: normal;
  font-weight: 600;
  font-size: 12px;
  line-height: 14px;
  padding: 15px 60px;
  text-align: center;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #ffffff;
  background: #e03131;
}

@media (max-width: 1024px) {
  .cd-buttons {
    width: 70%;
  }

  .bt_sub {
    width: 60% !important;
  }
}
@media (max-width: 768px) {
  .cd-popup-container {
    width: 60%;
  }
  .cd-buttons {
    width: 70%;
  }
}
@media (max-width: 414px) {
  .cd-buttons {
    display: block;
    width: 100% !important;
  }
  .btn_no {
    width: 100% !important;
  }
  .btn_yes {
    margin-left: 0;
    margin-top: 20px;
    width: 100% !important;
  }
  .cd-buttons {
    width: 70%;
  }
  .cd-popup-container {
    width: 90%;
  }
  .bt_sub {
    margin-top: 20px;
    width: 100% !important;
  }
}
.icon-pdf {
  margin-right: 16px;
}
@media (max-width: 414px) {
  .col-lg-3-5,
  .col-md-3-5,
  .col-sm-3-5,
  .col-xs-3-5,
  .col-lg-8-5,
  .col-md-8-5,
  .col-sm-8-5,
  .col-xs-8-5 {
    position: relative;
    width: 100% !important;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
  }
}

.col-lg-3-5,
.col-md-3-5,
.col-sm-3-5 {
  -ms-flex: 0 0 30%;
  flex: 0 0 30%;
  max-width: 30%;
}
.col-lg-8-5,
.col-md-8-5,
.col-sm-8-5 {
  -ms-flex: 0 0 68%;
  flex: 0 0 68%;
  max-width: 68%;
}

.line_review {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -20px;
  margin-left: -20px;
  width: 130%;
  height: 1px;
  background: #e3e3e3;
}
input[type="date"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  display: none;
}
input[type="date"]::-webkit-calendar-picker-indicator {
  -webkit-appearance: none;
  display: none;
}

.input-validation-error {
}

.icon_auth {
  width: 50%;
}
@media (max-width: 414px) {
  .icon_auth {
    width: 100%;
  }
  .img_qr {
    width: 60% !important;
  }
}

.privacy {
  padding: 140px 20px 100px 20px;
}
.title_privacy {
  font-family: Gilroy;
  font-style: normal;
  font-weight: 600;
  font-size: 40px;
  line-height: 95px;
  letter-spacing: -2px;
  color: #1a1919;
  margin-bottom: 60px;
  text-align: center;
}
.select2-container--default .select2-selection--single {
  margin-bottom: 10px;
}
h6 {
  font-size: 14px;
  transition: all 0.8s cubic-bezier(0.39, 0.575, 0.565, 1) 0.2s;
  transition-property: all;
  transition-duration: 0.8s;
  transition-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
  transition-delay: 0.2s;
  font-family: Gilroy;
}

.nice-select .option.disabled {
  display: none;
}

.long_txt {
  word-wrap: break-word;
  word-break: break-all;
  height: 80px;
}

.msg_upload_inscrit {
  position: absolute;
  left: 17px;
  bottom: 20px;
  font-size: 11px;
  line-height: 15px;
  color: #1a1919 !important;
  width: 90%;
}
@media (max-width: 1024px) {
  .msg_upload_inscrit {
    bottom: 8px;
  }
}
@media (max-width: 700px) {
  .msg_upload_inscrit {
    bottom: -8px;
  }
}
@media (max-width: 575px) {
  .msg_upload_inscrit {
    bottom: 5px;
  }
}
@media (max-width: 414px) {
  .msg_upload_inscrit {
    bottom: 35px;
  }
}

.error_required {
  position: absolute;
  bottom: -25px;
  color: red;
}
.upload_bt .error_required {
  position: absolute;
  bottom: 0 !important;
  color: red;
}
.custom-file-upload {
  margin-bottom: 0 !important;
}

.conf_pwd .error_required {
  position: absolute;
  bottom: -40px !important;
  color: red;
}
.agree_check .error_required {
  position: absolute;
  bottom: -25px !important;
  color: red;
}
.error-message {
  color: red;
}

#student_form_copie_cin {
  opacity: 0 !important;
  position: absolute !important;
  left: 0 !important;
  z-index: -1;
  height: 50px !important;
}
.cancel_btn {
  width: 43%;
  background: #fff;
  border: 1px solid black;
  font-family: Gilroy;
  font-style: normal;
  font-weight: 600;
  font-size: 12px;
  line-height: 14px;
  text-align: center;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: black;
  padding: 15px;
  cursor: pointer;
  float: left;
  transition: all 0.4s ease 0s;
}
.cancel {
  margin: 0px !important;
}
.lab_document {
  min-height: 75px;
}
@media (max-width: 1279px) {
  .step_upload {
    font-size: 10px;
    line-height: 12px;
    height: 85px;
  }
  .lab_document {
    min-height: 55px;
  }
}
@media (max-width: 1023px) {
  .step_upload {
    padding: 16px 5px;
    font-size: 9px;
  }
  .container-page.multi-step-form {
    padding-left: 0px;
    padding-right: 0px;
  }
}
@media (max-width: 767px) {
  .container-page.multi-step-form {
    padding-left: 30px;
    padding-right: 30px;
  }
}
