/* Normal desktop :1200px. */
/* Normal desktop :992px. */
/* Tablet desktop :768px. */
/* small mobile :320px. */
/* Large Mobile :480px. */

@import url('https://fonts.googleapis.com/css?family=Krona+One|Nanum+Myeongjo|Overpass:300,400,700&display=swap');


.browserupgrade {
    padding: 18px 0 0 20px;
}

body {
  font-family: 'Krona One';
  font-weight: normal;
  font-style: normal;
}
@media (max-width: 460px) {
body {
  cursor:auto !important;
  }
}

html {
    scroll-behavior: smooth;
}

#myBtn {
  display: none;
  position: fixed;
  bottom: 50px;
  right: 40px;
  z-index: 99;
  font-size: 12px;
  border: none;
  outline: none;
  background-color: #d2aa82E6;
  color: white;
  cursor: pointer;
  padding: 40px 35px;
  border-radius: 100%;
  transition: 0.5s;
  animation: fadein 1s;
}

@media (max-width: 550px) {
#myBtn {
  bottom: 30px;
  right: 20px;
  font-size: 12px;
  background-color: #d2aa82E6;
  padding: 40px 35px;
  }
}

#myBtn:hover {
  background-color: #000000E0;
}

#myBtn:focus {
  background-color: #000000BD;
}

@keyframes fadein {
    from {opacity:0;}
    to {opacity:1;}
}

@-moz-keyframes fadein {
    from {opacity:0;}
    to {opacity:1;}
}

@-webkit-keyframes fadein {
    from {opacity:0;}
    to {opacity:1;}
}

@-o-keyframes fadein {
    from {opacity:0;}
    to {opacity:1;}
}

@-ms-keyframes fadein {
    from {opacity:0;}
    to {opacity:1;}
}

/* custom scrollbar */
::-webkit-scrollbar {
  width: 6px;
}

/* Track */
::-webkit-scrollbar-track {
  background-color: black;
}
 
/* Handle */
::-webkit-scrollbar-thumb {
  background: #d2aa82;   
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: white;
}

.second_zone {
background-color: #d2aa82;
}

.img {
  max-width: 100%;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.icon {
  width: 60px;
}

#back-left {
    display: inline-block;
    margin-bottom: 40px;
    color: white;
    font-weight: bold;
    font-size: 14px;
    border-radius: 70%;
    padding: 12px;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

#back-left:hover {
    color: white;
    background-color: #232323;
    border-radius: 70%;
    padding: 12px;
    font-weight: bold;
    cursor: pointer;
}

.simple_button {
    font-family: 'Krona One';
    color: #d2aa82;
    font-size: 14px;
}

a,
.button {
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

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

a:focus {
  text-decoration: none;
}


a:focus,
a:hover,
.portfolio-cat a:hover,
.footer -menu li a:hover {
  text-decoration: none;
}

h1, h2, h3, h4, h5 {
  font-family: 'Nanum Myeongjo';
  color: black;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: inherit;
}

ul {
  margin: 0px;
  padding: 0px;
}

li {
  list-style: none;
}

p {
  font-size: 16px;
  font-weight: 300;
  line-height: 28px;
  color: #828282;
  margin-bottom: 13px;
}

label {
  color: #7e7e7e;
  cursor: pointer;
  font-size: 14px;
  font-weight: 400;
}

*::-moz-selection {
  background: #e6b98c;
  color: #fff;
  text-shadow: none;
}

::selection {
  background: #e6b98c;
  color: #fff;
  text-shadow: none;
}

*::-webkit-input-placeholder {
  color: #cccccc;
  font-size: 14px;
  opacity: 1;
}

*:-ms-input-placeholder {
  color: #cccccc;
  font-size: 14px;
  opacity: 1;
}

*::-ms-input-placeholder {
  color: #cccccc;
  font-size: 14px;
  opacity: 1;
}

*::placeholder {
  color: #cccccc;
  font-size: 14px;
  opacity: 1;
}

h3 {
  font-size: 24px;
}

.mb-65 {
  margin-bottom: 67px;
}

.black-bg {
  background: #020c26 !important;
}

.white-bg {
  background: #ffffff;
}

.gray-bg {
  background: #f5f5f5;
}

.overlay {
  position: relative;
  z-index: 0;
}

.overlay::before {
  position: absolute;
  content: "";
  background-color: #1f1f1f;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  opacity: .5;
}

.overlay2 {
  position: relative;
  z-index: 0;
}

.overlay2::before {
  position: absolute;
  content: "";
  background-color: #2C2C2C;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  opacity: 0.6;
}

.overlay_03 {
  position: relative;
  z-index: 0;
}

.overlay_03::before {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: #2C2C2C;
  opacity: .6;
  content: '';
  z-index: -1;
}

.text-scroll {
font-size: 100px;
color: #ececec;
margin-top: 6%;
}

.section-padding {
  padding-top: 120px;
  padding-bottom: 120px;
}

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

/* button style */
.owl-carousel .owl-nav div {
  background: transparent;
  background-color: transparent;
  color: black;
  top: 50%;
  width: 40px;
  height: 40px;
  left: 0px;
  font-size: 15px;
  line-height: 40px;
  position: absolute;
  text-align: center;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  border: 1px solid #e6e6e6;
}

.owl-carousel .owl-nav div.owl-next {
  left: auto;
  right: 80px;
}

.owl-carousel .owl-nav div.owl-next i {
  line-height: 40px !important;
  font-size: 12px;
  position: relative;
  top: -1px;
}

.owl-carousel .owl-nav div.owl-prev i {
  font-size: 12px;
  line-height: 40px !important;
  top: -2px;
  left: -1px;
  position: relative;
}

.owl-carousel:hover .owl-nav div {
  opacity: 1;
  visibility: visible;
}

.owl-carousel:hover .owl-nav div:hover {
  color: #fff;
  background: #d2aa82;
  border: 1px solid transparent;
}

.mb-20 {
  margin-bottom: 10px;
  color: #d2aa82;
  font-size: 16px;
  font-family: 'Krona One';
}

.title-job {
  color: #505050;
  font-size: 26px;
  font-weight: 300;
}

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

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

.boxed-btn2 {
  color: #fff;
  display: inline-block;
  padding: 14px 38px 12px 38px;
  font-family: 'Overpass', sans-serif;
  font-weight: 400;
  font-size: 14px;
  border: 0;
  border: 1px solid #fff;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  text-align: center;
  color: #fff !important;
  text-transform: capitalize;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  cursor: pointer;
}

.boxed-btn2:hover {
    border: 1px solid #fff;
    color: #d2a882 !important;
    background: #fff;
}

.boxed-btn2:focus {
    border: 1px solid #ffffff99;
    color: #d2a882 !important;
    background: #ffffff99;
}

.boxed-btn3 {
  display: inline-block;
  padding: 14px 38px 12px 38px;
  font-family: 'Overpass', sans-serif;
  font-weight: 400;
  font-size: 14px;
  border: 1px solid #e3c6aa;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  text-align: center;
  color: #fff !important;
  text-transform: capitalize;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  cursor: pointer;
}

@media (max-width: 767px) {
    .boxed-btn3 {
    padding: 14px 41%;
    }
}

@media (max-width: 514px) {
    .boxed-btn3 {
    padding: 14px 36%;
    }
}

@media (max-width: 344px) {
    .boxed-btn3 {
    padding: 14px 34%;
    }
}

.boxed-btn3:hover {
    border: 1px solid #fff;
    color: #d2a882 !important;
    background: #fff;
}

.boxed-btn3:focus {
    outline: none;
    border: 1px solid #ffffff99;
    color: #d2a882 !important;
    background: #ffffff99;
}

.line-button {
  color: #919191;
  font-size: 16px;
  font-weight: 400;
  display: inline-block;
  position: relative;
  padding-right: 5px;
  padding-bottom: 2px;
}

.line-button::before {
  position: absolute;
  content: "";
  background: #919191;
  width: 100%;
  height: 1px;
  bottom: 0;
  left: 0;
}

.line-button:hover {
  color: #009DFF;
}

.line-button:hover::before {
  background: #009DFF;
}

.line_btn {
  display: inline-block;
  font-size: 15px;
  color: #615CFD;
  border: 1px solid #615CFD;
  text-transform: capitalize;
  padding: 13px 34px;
  font-weight: 600;
}

.line_btn:hover {
  background: #615CFD;
  color: #fff;
}

.section_title span {
  position: relative;
  z-index: 3;
  font-size: 13px;
  font-weight: 300;
  letter-spacing: 3px;
  color: #001D38;
  text-transform: uppercase;
  margin-bottom: 14px;
  display: block;
  padding-top: 14px;
}

.section_title span:before {
  position: absolute;
  height: 60px;
  width: 1px;
  background: #615CFD;
  content: '';
  left: 50%;
  bottom: 100%;
}

.section_title h3 {
  font-size: 50px;
  line-height: 62px;
  font-weight: 700;
  color: #001D38;
  position: relative;
  z-index: 0;
  padding-bottom: 15px;
}

@media (max-width: 767px) {
  .section_title h3 {
    font-size: 30px;
    line-height: 36px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .section_title h3 {
    font-size: 36px;
    line-height: 42px;
  }
}

@media (max-width: 767px) {
  .section_title h3 br {
    display: none;
  }
}

.section_title h4 {
  font-size: 42px;
  font-weight: 400;
  color: black;
  margin-bottom: 100px;
}

.section_title p {
  font-size: 16px;
  color: #727272;
  line-height: 28px;
  margin-bottom: 0;
  font-weight: 400;
}

@media (max-width: 767px) {
  .section_title p br {
    display: none;
  }
}

.section_title.white_text h3 {
  color: #fff;
}

.section_title.white_text span {
  color: #fff;
  padding-top: 0;
}

.section_title.white_text span:before {
  display: none;
}

.whole-wrap {
  margin-top: 8%;
}

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

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

@media (max-width: 767px) {
  .mobile_menu {
    position: absolute;
    right: 0px;
    width: 100%;
    z-index: 9;
    height: 1px;
  }
}

.slicknav_menu .slicknav_nav {
  background: black;
  opacity: 0.9;
  position: absolute;
}

.slicknav_menu .slicknav_nav a:hover {
  background: transparent;
  color: #d2aa82;
}

@media (max-width: 450px) {
  .slicknav_menu .slicknav_nav a {
  font-size: 9vw;
    }
}

@media (max-width: 767px) {
  .slicknav_menu .slicknav_nav a i {
    display: none;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .slicknav_menu .slicknav_nav a i {
    display: none;
  }
}

.slicknav_menu .slicknav_nav .slicknav_btn {
  background-color: transparent;
  cursor: pointer;
  margin-bottom: 10px;
  margin-top: -40px;
  position: relative;
  z-index: 99;
  border: 1px solid #ddd;
  top: 3px;
  right: 5px;
  top: -36px;
}

.slicknav_menu .slicknav_nav .slicknav_btn .slicknav_icon {
  margin-right: 6px;
  margin-top: 3px;
  position: relative;
  padding-bottom: 3px;
  top: -11px;
  right: -5px;
}

@media (max-width: 767px) {
  .slicknav_menu {
    margin-right: 0px;
  }
}

.slicknav_nav .slicknav_arrow {
  float: right;
  font-size: 22px;
  position: relative;
  top: -9px;
}

.slicknav_btn {
  background-color: transparent;
  cursor: pointer;
  top: -45px;
  right: 5px;
  position: relative;
  z-index: 99;
  border: none;
  border-radius: 3px;
  padding: 5px;
}

.header-area {
  left: 0;
  right: 0;
  width: 100%;
  top: 0;
  z-index: 99;
  position: absolute;
}

.header-area .main-header-area {
  background: #fff;
  background: transparent;
  padding: 10px 85px;
}

@media (max-width: 991px) and (min-width: 768px){
  .header-area .main-header-area {
    padding: 10px 0px;
  }
}

@media (max-width: 767px) {
.header-area .main-header-area {
    padding: 10px 0px;
    }
}

@media (min-width: 992px) and (max-width: 1200px) {
  .header-area .main-header-area {
    padding: 10px 50px;
  }
}

@media (min-width: 1200px) and (max-width: 1500px) {
  .header-area .main-header-area {
    padding: 10px 85px;
  }
}

.header-area .main-header-area.details_nav_bg {
  background: #727272;
  padding-bottom: 0;
}

@media (max-width: 767px) {
  .header-area .main-header-area.details_nav_bg {
    padding-bottom: 10px;
  }
}

.header-area .main-header-area .logo-img {
  text-align: center;
}

@media (max-width: 767px) {
  .header-area .main-header-area .logo-img {
    text-align: left;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .header-area .main-header-area .logo-img {
    text-align: left;
  }
}

@media (min-width: 992px) and (max-width: 1200px) {
  .header-area .main-header-area .logo-img {
    text-align: left;
  }
}

@media (max-width: 767px) {
  .header-area .main-header-area .logo-img img {
    width: 70px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .header-area .main-header-area .logo-img img {
    width: 70px;
  }
}

.header-area .main-header-area .Appointment {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  -ms-justify-content: flex-end;
  justify-content: flex-end;
  -ms-flex-pack: flex-end;
}

@media (min-width: 992px) and (max-width: 1200px) {
  .header-area .main-header-area .Appointment .search_button {
    margin-right: 15px;
  }
}

@media (min-width: 1200px) and (max-width: 1500px) {
  .header-area .main-header-area .Appointment .search_button {
    margin-right: 15px;
  }
}

.header-area .main-header-area .Appointment .search_button a i {
  color: #E8E8E8;
}

.header-area .main-header-area .main-menu {
  text-align: center;
  padding: 12px 0;
  flex: 0 0 74.333333%;
}

@media (max-width: 1199px) {
    .header-area .main-header-area .main-menu {
      flex: 0 0 64.333333%;
    }
}

.header-area .main-header-area .main-menu ul li {
  display: inline-block;
  position: relative;
  margin: 0 0 0 47px;
}

.header-area .main-header-area .main-menu ul li a {
  color: #fff;
  font-size: 12px;
  font-weight: 400;
  display: inline-block;
  padding: 0px 0px 0px 0px;
  font-family: "Krona One";
  position: relative;
  text-transform: capitalize;
}

.header-area .main-header-area .main-menu ul li a:hover {
  color: #b18152;}

.logo {
    width: 300px;}

.logo a:hover {
  opacity: 0.7;}

@media (max-width: 991px) {
    .logo {
        width: 250px;
        margin-left: 12px;
    }
}

.header-area .main-header-area .main-menu ul li a i {
  font-size: 9px;
}

@media (max-width: 767px) {
  .header-area .main-header-area .main-menu ul li a i {
    display: none !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .header-area .main-header-area .main-menu ul li a i {
    display: none !important;
  }
}

.header-area .main-header-area .main-menu ul li a:hover::before {
  opacity: 1;
  transform: scaleX(1);
}

.header-area .main-header-area .main-menu ul li a.active::before {
  opacity: 1;
  transform: scaleX(1);
}

.header-area .main-header-area .main-menu ul li .submenu {
  position: absolute;
  left: 0;
  top: 160%;
  background: #fff;
  width: 200px;
  z-index: 2;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.02);
  opacity: 0;
  visibility: hidden;
  text-align: left;
  -webkit-transition: 0.6s;
  -moz-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
}

@media (min-width: 992px) and (max-width: 1200px) {
  .header-area .main-header-area .main-menu ul li .submenu {
    left: -40px;
  }
}

@media (min-width: 1200px) and (max-width: 1500px) {
  .header-area .main-header-area .main-menu ul li .submenu {
    left: -40px;
  }
}

.header-area .main-header-area .main-menu ul li .submenu li {
  display: block;
  margin-left: 0;
}

.header-area .main-header-area .main-menu ul li .submenu li a {
  padding: 10px 25px;
  position: inherit;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  display: block;
  color: #000;
}

.header-area .main-header-area .main-menu ul li .submenu li a::before {
  display: none;
}

.header-area .main-header-area .main-menu ul li .submenu li:hover a {
  color: #000;
}

.header-area .main-header-area .main-menu ul li:hover > .submenu {
  opacity: 1;
  visibility: visible;
  top: 150%;
}

.header-area .main-header-area .main-menu ul li:hover > a::before {
  opacity: 1;
  transform: scaleX(1);
}

.header-area .main-header-area .main-menu ul li:first-child a {
  padding-left: 0;
}

.header-area .main-header-area.sticky {
  box-shadow: 0px 3px 16px 0px rgba(0, 0, 0, 0.1);
  position: fixed;
  width: 100%;
  top: -72px;
  left: 0;
  right: 0;
  z-index: 990;
  transform: translateY(70px);
  transition: transform 500ms ease, background 500ms ease;
  -webkit-transition: transform 500ms ease, background 500ms ease;
  box-shadow: 0px 3px 16px 0px rgba(0, 0, 0, 0.1);
  background: black;
}

@media (max-width: 991px) {
  .header-area .main-header-area.sticky {
    padding: 5px 0px;
  }
}

.header-area .main-header-area.sticky .main-menu {
  padding: 0;
}

.header-area .main-header-area.sticky .header_bottom_border {
  border-bottom: none;
}

.header-area .main-header-area.sticky .header_bottom_border.white_border {
  border-bottom: none !important;
}

.header-area .header-top_area {
  padding: 12px 0;
  background: rgba(44, 44, 44, 0.5);
}

.header-area .header-top_area .short_contact_list {
  text-align: right;
}

@media (max-width: 767px) {
  .header-area .header-top_area .short_contact_list {
    text-align: center;
  }
}

.header-area .header-top_area .short_contact_list ul li {
  display: inline-block;
}

.header-area .header-top_area .short_contact_list ul li a {
  font-size: 13px;
  color: #fff;
  margin-left: 50px;
}

@media (max-width: 767px) {
  .header-area .header-top_area .short_contact_list ul li a {
    margin-left: 0;
    margin: 0 5px;
  }
}

.header-area .header-top_area .short_contact_list ul li a i {
  color: #28AE60;
  margin-right: 7px;
}

.header_bottom_border {
  border-bottom: 1px solid #4B4E50;
  padding-bottom: 22px;
}

.header_bottom_border.white_border {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2) !important;
}

@media (max-width: 767px) {
  .header_bottom_border.white_border {
    padding: 0;
    border-bottom: none;
  }
}

@media (max-width: 767px) {
  .header_bottom_border.white_border {
    padding: 0;
    border-bottom: none !important;
  }
}

@media (max-width: 767px) {
  .header_bottom_border {
    padding: 0;
    border-bottom: none;
  }
}

.slider_area .single_slider {
  position: relative;
  z-index: 0;
  height: 730px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background: #d2aa82;
  animation: pulse 1s;
}

@keyframes pulse {
  0% {
    background-color: #967350;
  }
  100% {
    background-color: #d2aa82;
  }
}

@media (max-width: 767px) {
  .slider_area .single_slider {
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
  }
}

@media (max-width: 380px) {
  .slider_area .single_slider {
   height: 800px;
  }
}

@media (max-width: 260px) {
  .slider_area .single_slider {
   height: 1000px;
  }
}

@media (min-width: 1800px) {
  .slider_area .single_slider {
    height: 950px;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
  }
}

.slider_area .single_slider .slider_text {
  position: relative;
  z-index: 12;
}

.slider_area .single_slider .slider_text h3 {
  color: #967350;
  font-family: 'Nanum Myeongjo';
  font-size: 48px;
  font-weight: 400;
  margin-top: 1%;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

@media (max-width: 767px) {
  .slider_area .single_slider .slider_text h3 {
    font-size: 42px;
    line-height: 46px;
  }
}

@media (max-width: 550px) {
  .slider_area .single_slider .slider_text h3 {
    font-size: 32px;
    text-align: left;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
  }
    
  .slider_area .single_slider .slider_text span {
  font-size: 35px;
  font-weight: 400;
  margin-bottom: 22px;
  }
    
  .slider_area .single_slider .slider_text .up-text {
  font-size: 16px !important;
  text-align: left !important;
  display: block;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  }
    
  .slider_area .single_slider .slider_text {
  margin-top: 140px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .slider_area .single_slider .slider_text h3 {
    font-size: 38px;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
  }
}

.slider_area .single_slider .slider_text span {
  font-size: 37px;
  font-weight: 400;
  letter-spacing: -1.5px;
  color: white;
  position: relative;
  z-index: 1;
  margin-bottom: 22px;
  font-family: 'Krona One';
}

@media (max-width: 991px) {
.slider_area .single_slider .slider_text span {
  font-size: 30px;
  font-weight: 400;
  position: relative;
  z-index: 1;
  margin-bottom: 22px;
  font-family: 'Krona One';
  }
}

@media (max-width: 767px) {
  .slider_area .single_slider .slider_text span {
    font-size: 28px;
  }
}

.slider_area .single_slider .slider_text .up-text {
  font-size: 20px;
  font-weight: 400;
  letter-spacing: 0px;
  color: black;
  position: relative;
  z-index: 1;
  font-family: 'Krona One';
}

.outline_text {
  position: absolute;
  text-align: center;
  left: 0;
  right: 0;
  top: 18%;
  font-size: 130px;
  font-weight: 800;
  font-family: "Krona One";
  text-transform: uppercase;
  -webkit-text-stroke: 1px #d6af87;
  -webkit-text-fill-color: transparent;
}

@media (min-width: 992px) and (max-width: 1200px) {
  .outline_text {
    font-size: 12vw;
  }
}

.outline_text.white {
  -webkit-text-stroke: 0.5px #f5f5f5;
  -webkit-text-fill-color: transparent;
  top: 110px;
  line-height: 1;
  font-size: 130px;
  z-index: -1;
}

.outline_text.blog {
  -webkit-text-stroke: 0.5px #d6af87;
  -webkit-text-fill-color: transparent;
  top: 70px;
  margin-top: 20px;
  line-height: 1;
  font-size: 130px;
  z-index: -1;
  left: 20.32%;
  text-align: left;
}

.outline_text.testmonial {
  -webkit-text-stroke: 0.5px #f5f5f5;
  -webkit-text-fill-color: transparent;
  top: 70px;
  line-height: 1;
  font-size: 120px;
  z-index: -1;
}

@media (min-width: 992px) and (max-width: 1200px) {
  .outline_text.testmonial {
    font-size: 90px;
      margin-top: 20px;
  }
}

@media (min-width: 1200px) and (max-width: 1500px) {
  .outline_text.testmonial {
    font-size: 100px;
  }
}

.outline_text.project {
   top: 135px;
  -webkit-text-stroke: 0.5px #d6af87;
  -webkit-text-fill-color: transparent;
  -webkit-transform: translateY(-55%);
  -moz-transform: translateY(-55%);
  -ms-transform: translateY(-55%);
  transform: translateY(-55%);
}

@media (min-width: 990px) and (max-width: 1200px) {
  .outline_text.project {
  font-size: 120px;
  }
}

.about_area {
  padding-bottom: 5px;
}

.about_area .about_thumb img {
  width: 100%;
}

.about_area .about_info {
  padding-left: 68px;
}

@media (max-width: 767px) {
  .about_area .about_info {
    padding-left: 0;
    margin: 20px 0;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .about_area .about_info {
    padding-left: 0;
    margin: 0 0;
    padding-top: 20px;
  }
}

@media (min-width: 992px) and (max-width: 1200px) {
  .about_area .about_info {
    padding-left: 20px;
  }
}

.about_area .about_info h3 {
  font-size: 50px;
  font-weight: 400;
  line-height: 62px;
  margin-bottom: 30px;
}

@media (min-width: 768px) and (max-width: 991px) {
  .about_area .about_info h3 {
    font-size: 30px;
    line-height: 42px;
    margin-bottom: 20px;
  }
}

@media (max-width: 767px) {
  .about_area .about_info h3 {
    font-size: 30px;
    line-height: 42px;
    margin-bottom: 20px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .about_area .about_info h3 br {
    display: none;
  }
}

@media (max-width: 767px) {
  .about_area .about_info h3 br {
    display: none;
  }
}

.about_area .about_info p {
  font-size: 16px;
  line-height: 28px;
  margin-top: 10px;
  margin-bottom: 20px;
}

.about_wrap_area {
  padding-top: 120px;
}

@media (min-width: 768px) and (max-width: 991px) {
  .about_wrap_area {
    padding-top: 100px;
  }
}

@media (max-width: 767px) {
  .about_wrap_area {
    padding-top: 100px;
  }
}

.about_wrap_area .about_heading {
  margin-bottom: 80px;
}

@media (min-width: 768px) and (max-width: 991px) {
  .about_wrap_area .about_heading {
    margin-bottom: 50px;
  }
}

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

.about_wrap_area .about_heading h3 {
  font-size: 44px;
  font-weight: 400;
  color: black;
  max-width: 900px;
  display: inline-block;
}

@media (min-width: 768px) and (max-width: 991px) {
  .about_wrap_area .about_heading h3 {
    font-size: 35px;
  }
}

@media (max-width: 767px) {
  .about_wrap_area .about_heading h3 {
    font-size: 30px;
  }
}

.about_wrap_area .about_info_wrap .single_info {
  margin-bottom: 95px;
}

@media (max-width: 767px) {
  .about_wrap_area .about_info_wrap .single_info {
    margin-bottom: 30px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .about_wrap_area .about_info_wrap .single_info {
    margin-bottom: 30px;
  }
}

.about_wrap_area .about_info_wrap .about_banner img {
  width: 100%;
}

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

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

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

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

/* image zoom */
.boxzoom2 {
  position: relative;
  width: 700px;
  max-width: 100%;
  height: 400px;
  overflow: hidden;
  margin-bottom: 20px;
  display: inline-block;
}

.boxzoom3 {
  position: relative;
  width: 550px;
  max-width: 100%;
  height: 400px;
  overflow: hidden;
  margin-bottom: 20px;
}

.item {
display: block;
text-align: center;
    background-size: cover;
    background-position: center;
}


.item img {
  -webkit-transition: 0.6s ease;
  transition: 0.6s ease;
  width: 750px;
}

.boxzoom3:hover .item img {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
  cursor: pointer;
}

.boxzoom2:hover .item img {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
  cursor: pointer;
}
/* image zoom FIN */

.portfolio_area {
    max-width: 1100px;
    margin: 0 auto;
}

.portfolio_area p {
    color: #d2aa82;
    margin: 0 auto;
}

.portfolio_area .more_works {   
  padding-top: 100px;
}

.portfolio_area .more_works a {
  color: black;
  font-family: 'Nanum Myeongjo';
  font-size: 60px;
  font-weight: 400;
}

@media (max-width: 767px) {
.portfolio_area .more_works a {
  font-size: 38px;
  }
}

.portfolio_area .more_works a:hover {
    border-bottom: solid black 2px; 
}


@media (max-width: 767px) {
.portfolio_area .more_works a:hover {
    border-bottom: solid black 1.5px; 
    }
}

.portfolio_area .more_works a span {
    display:none;
}

.portfolio_area .more_works a:hover span {
    display:inline;
    margin:0 0 0 0;
}

.arrow {
    opacity: 0.1;
    width: 50px;
    padding-left: 10px;
    padding-bottom: 50px;
}

@media (max-width: 767px) {
    .arrow {
    width: 38px;
    padding-bottom: 15px;
    }
}

.row p {
  font-family: 'Overpass', sans-serif;
}

/* Début Page Projets */

.number {
    font-family: 'Nanum Myeongjo';
    font-size: 26px;
    color: #d2aa82;
    text-align: center;
    margin: 20px 0 -60px 0;
}

@media (min-width: 768px) and (max-width: 1000px) {
    .number {
        padding-bottom: 2%;
    }
}

@media (max-width: 767px) {
    .number {
        padding-bottom: 25px;
    }
}

@media (max-width: 550px) {
    .number {
        font-size: 6vw;
        padding-bottom: 40px;
    }
}

.number1 {
    padding-right: 220px;}

.number2 {
    padding-left: 250px;}

.number3 {
    padding-right: 350px;}

.number4 {
    padding-left: 150px;}

.number5 {
    padding-right: 470px;}

.number6 {
    padding-left: 140px;}

.number7 {
    padding-left: 340px;}


@media (max-width: 767px) {
    .number1 {
        padding-right: 40px;    }
}

@media (max-width: 767px) {
    .number2 {
        padding-left: 120px;}
}


@media (min-width: 551px) and (max-width: 767px) {

    .number2 {
        padding-bottom: 15px;
        display: inline-block
    }

    .number4 {
        margin-bottom: 15px;
        display: inline-block;
        padding-left: 100px !important;
    }
}


@media (max-width: 767px) {
    .number3 {
        padding-right: 120px;}
}

@media (min-width: 551px) and (max-width: 766px) {
    .number3 {
        padding-right: 240px;}
}

@media (max-width: 767px) {
    .number4 {
        padding-left: 120px;}
}

@media (max-width: 767px) {
    .number5 {
        padding-right: 170px;}
}

@media (max-width: 767px) {
    .number6 {
        padding-left: 100px;}
}

@media (max-width: 767px) {
    .number7 {
        padding-left: 280px;}
}

@media (max-width: 550px) {
    .number7 {
        padding-left: 20px;}
}

.title-project {
    font-family: 'Nanum Myeongjo';
    font-size: 68px;
    font-weight: 400;
    color: #dedede;
    text-align: center;
    line-height: 140px;
}

@media (min-width: 551px) and (max-width: 767px) {
    .title-project {
        line-height: 40px !important;
    }
}

.title-project a {
    color: #cccccc;
}

.title-project a .title-pro:hover {
    color: black;
    border-bottom: 2px black solid;
    cursor: pointer;
}

.img-h {
    width: 100px;
    height: 70px;
    background-color: #dddddd;
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 14px;
}


.img-v {
    width: 70px;
    height: 100px;
    background-color: #dddddd;
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 14px;
}

.img-v:hover{
    cursor: pointer}

.img-h:hover{
    cursor: pointer}

@media (max-width: 550px) {
    .img-h {
        display: none;}

    .img-v {
        display: none;}
    
    .title-project a {
        font-size: 9vw;}
}

@media (max-width: 1100px) {
    .title-project {
    font-size: 6vw;
    line-height: 200%;}
}

.third_zone {
    margin-top: 12%;
}

@media (min-width: 1100px) {
    .third_zone {
        margin-top: 130px;
    }
}

@media (max-width: 767px) {
    .third_zone {
        margin-top: 80px;
    }
}

.portfolio_area .more_projects {
    text-align: center;
    margin: 100px 50px;
}

.portfolio_area .more_projects a {
  color: #cccccc;
  font-family: 'Nanum Myeongjo';
  font-size: 40px;
  font-weight: 400;
}

.portfolio_area .more_projects a:hover {
  color: #d2aa82;
  border-bottom: solid #d2aa82 1.5px; 
}

@media (max-width: 767px) {
    .portfolio_area .more_projects a {
        font-size: 34px;
    }
}

.portfolio_area .more_projects a span {
    display:none;
}

.portfolio_area .more_projects a:hover span {
    display:inline;
    margin:0 0 0 0;
}

.arrow2 {
    opacity: 0.1;
    width: 35px;
    padding-bottom: 20px;
}

/* Fin Page Projets */

@media (min-width: 766px) and (max-width: 1200px){
    .first-project {
    margin-left: 10%;
    }
}

@media (max-width: 1200px) {
    .second-project {
    margin: 80px 0 80px 0;
    }    
}

@media (min-width: 720px) and (max-width: 1200px){
    .second-project {
    margin-right: 10%;
    }
}

@media (min-width: 630px) and (max-width: 1200px){
    .third-project {
    margin-left: 10%;
    }
}

.first-project h3 {
    margin-left: 30px;
    max-width: 344px;
}

.first-project h3 a:hover {
    color: black;
    border-bottom: solid 1.5px;
}

.first-project p {
    padding-left: 30px;
}

.second-project {
    text-align: right;
    margin-top: 80px;
}

.second-project h3 {
    margin-right: 30px;
}

.second-project h3 a:hover {
    color: black;
    border-bottom: solid 1.5px;
}

.second-project p {
    padding-right: 30px;
}

.third-project h3 {
    margin-left: 30px;
    max-width: 296px;
}

.third-project h3 a:hover {
    color: black;
    border-bottom: solid 1.5px;
}

.third-project p {
    padding-left: 30px;
}

.img-first {
    display: inline-block;
    height: 550px;
    width: 400px;
    max-width: 100%;
    background-color: #d2aa82;
    background-image: url(../images/360ff468137097.5beaeefa05904.gif);
    background-size: cover;
    background-position: center;
    margin-bottom: 20px;
    cursor: pointer;
}

@media (max-width: 767px) {
.img-first {
    height: 400px;
    width: 767px;
    max-width: 100%;
    background-color: #d2aa82;
    background-image: url(../images/360ff468137097.5beaeefa05904.gif);
    background-size: cover;
    background-position: center;
    margin-bottom: 20px;
    cursor: pointer;
    }
}

.img-first:hover {
opacity: 0.8;
}

.img-second {
    height: 430px;
    width: 600px;
    max-width: 100%;
    display: inline-block;
    background-color: #d2aa82;
    background-image: url(https://www.pagesjaunes.fr/media/ugc/paprec_d3e_sarcelles_demantelement_de_tv_chez_paprec_d3e_181819414);
    background-size: cover;
    background-position: center;
    margin-bottom: 20px;
    cursor: pointer;
}

.img-second:hover {
opacity: 0.8;
}

.img-third {
    height: 400px;
    width: 550px;
    max-width: 100%;
    background-color: #d2aa82;
    background-image: url(../images/escrime.jpg);
    background-size: cover;
    background-position: center;
    margin-bottom: 20px;
    cursor: pointer;
}

.portfolio_area .portfolio_wrap {
  overflow: hidden;
}

.portfolio_area .single_gallery {
  overflow: hidden;
  width: 35%;
  position: relative;
  z-index: 6;
  float: left;
}

@media (max-width: 767px) {
  .portfolio_area .single_gallery {
    width: 100%;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .portfolio_area .single_gallery {
    width: 50%;
  }
}

@media (min-width: 992px) and (max-width: 1200px) {
  .portfolio_area .single_gallery {
    width: 50%;
  }
}

@media (min-width: 1200px) and (max-width: 1500px) {
  .portfolio_area .single_gallery {
    width: 33.33333%;
  }
}

/* étiquette */

.portfolio_area .single_gallery::before {
  width: 850px;
  height: 450px;
  background: #000000BF;
  content: '';
  position: absolute;
  left: -40%;
  bottom: -50%;
  z-index: 1;
  opacity: 0;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

@media (max-width: 767px) {
  .portfolio_area .single_gallery::before {
    width: 1400px;
    height: 1450px;
  }
}

.portfolio_area .single_gallery.small_width {
  width: 30%;
}

@media (max-width: 767px) {
  .portfolio_area .single_gallery.small_width {
    width: 100%;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .portfolio_area .single_gallery.small_width {
    width: 50%;
  }
}

@media (min-width: 992px) and (max-width: 1200px) {
  .portfolio_area .single_gallery.small_width {
    width: 50%;
  }
}

@media (min-width: 1200px) and (max-width: 1500px) {
  .portfolio_area .single_gallery.small_width {
    width: 33.33333%;
  }
}

.portfolio_area .single_gallery .thumb {
  border-radius: 0;
  height: 350px;
}

@media (min-width: 768px) and (max-width: 991px) {
  .portfolio_area .single_gallery .thumb {
    height: 300px;
  }
}

@media (max-width: 767px) {
  .portfolio_area .single_gallery .thumb {
    height: auto;
  }
}

.portfolio_area .single_gallery .thumb img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.portfolio_area .single_gallery .gallery_hover {
  position: absolute;
  left: 0;
  bottom: 0;
}

.portfolio_area .single_gallery .gallery_hover .hover_inner {
  position: relative;
  z-index: 12;
  padding-bottom: 60px;
  padding-left: 40px;
}

@media (max-width: 767px) {
  .portfolio_area .single_gallery .gallery_hover .hover_inner {
    padding-left: 25px;
    padding-bottom: 40px;
  }
}

.portfolio_area .single_gallery .gallery_hover .hover_inner span {
  display: block;
  font-size: 14px;
  color: #d2aa82;
  font-weight: 300;
  font-family: 'Overpass', sans-serif;
  margin-bottom: 13px;
  position: relative;
  left: 10%;
  opacity: 0;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

@media (max-width: 767px) {
  .portfolio_area .single_gallery .gallery_hover .hover_inner span {
    font-size: 14px;
  }
}

.portfolio_area .single_gallery .gallery_hover .hover_inner h3 {
  font-size: 22px;
  color: #fff;
  font-weight: 400;
  font-family: "Krona One";
  line-height: 1;
  position: relative;
  left: 15%;
  opacity: 0;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

@media (max-width: 767px) {
  .portfolio_area .single_gallery .gallery_hover .hover_inner h3 {
    font-size: 20px;
  }
}

.portfolio_area .single_gallery:hover::before {
  opacity: 1;
  bottom: -20%;
}

@media (min-width: 768px) and (max-width: 991px) {
  .portfolio_area .single_gallery:hover::before {
    left: -13%;
  }
}

@media (min-width: 1200px) and (max-width: 1500px) {
  .portfolio_area .single_gallery:hover::before {
    left: -10%;
  }
}

.portfolio_area .single_gallery:hover .hover_inner h3, .portfolio_area .single_gallery:hover .hover_inner span {
  opacity: 1 !important;
  left: 0%;
}

.portfolio_area .single_gallery:hover .thumb img {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.footer {
  background-repeat: no-repeat;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  background: black;
}

.footer .footer_top {
  padding-top: 70px;
  padding-bottom: 130px;
}

@media (max-width: 767px) {
  .footer .footer_top {
    padding-top: 60px;
    padding-bottom: 100px;
  }
}

.footer .footer_top .footer_widget {
  margin-bottom: 30px;
}

.footer .footer_top .footer_widget .footer_title {
  font-size: 18px;
  color: #fff;
  text-transform: capitalize;
  margin-bottom: 40px;
  font-family: 'Krona One'; 
}

@media (max-width: 767px) {
  .footer .footer_top .footer_widget .footer_title {
    margin-bottom: 20px;
  }
}

.footer .footer_top .footer_widget .footer_logo {
  font-size: 22px;
  font-weight: 400;
  color: #fff;
  text-transform: capitalize;
  margin-bottom: 40px;
}

@media (max-width: 767px) {
  .footer .footer_top .footer_widget .footer_logo {
    margin-bottom: 20px;
  }
}

.footer .footer_top .footer_widget p {
  color: #596672;
  font-size: 14px;
  font-weight: 400;
  line-height: 42px;
}

.footer .footer_top .footer_widget p a {
  color: #596672;
}

.footer .footer_top .footer_widget p a:hover {
  color: #fff;
}

.footer .footer_top .footer_widget p.footer_text {
  font-size: 16px;
  color: #B2B2B2;
  margin-bottom: 23px;
  font-weight: 400;
  line-height: 28px;
}

.footer .footer_top .footer_widget ul li {
  color: #808080;
  font-size: 14px;
  line-height: 38px;
}

.footer .footer_top .footer_widget .newsletter_text {
  font-size: 13px;
  color: #596672;
  line-height: 26px;
}

.footer .copy-right_text {
  padding-bottom: 25px;
}

.footer .copy-right_text .copy_right {
  font-size: 14px;
  color: #404040;
  margin-bottom: 0;
  font-weight: 400;
}

@media (max-width: 767px) {
  .footer .copy-right_text .copy_right {
    font-size: 13px;
  }
}

.footer .copy-right_text .copy_right a {
  color: #666666;
}

@media (max-width: 575px) {
    .fa {
      margin-right: 4% !important;
      font-size: 20px !important;
    }
}

@media (max-width: 362px) {
    .fa {
      margin-right: 2% !important;
    }
}

@media (max-width: 329px) {
    .fa {
      margin-right: 0 !important;
    }
}

.fa {
  padding: 12px;
  color: #808080;
  font-size: 16px;
  text-decoration: none;
  border-radius: 50%;
}

.fa:hover {
  background: #c9a17c;
  color: white;
}

.fa:active {
  background: #8C7056;
  color: white;
}

.bradcam_area {
  background-size: cover;
  background-position: bottom;
  padding: 160px 0 90px 0;
  background-repeat: no-repeat;
  position: relative;
  z-index: 0;
  background: black;
}

@media (max-width: 767px) {
  .bradcam_area {
    padding: 140px 0 80px;
  }
}

.bradcam_area2 {
  background-size: cover;
  background-position: bottom;
  padding: 83px 0 90px 0;
  background-repeat: no-repeat;
  position: relative;
  z-index: 0;
  background: black;
}

@media (max-width: 767px) {
  .bradcam_area2 {
    padding: 62px 0 80px;
  }
}

.bradcam_area h3 {
  font-size: 50px;
  color: #fff;
  font-weight: 400;
  margin-bottom: 0;
  font-family: 'Krona One';
}

@media (max-width: 767px) {
  .bradcam_area h3 {
    font-size: 38px;
  }
}

@media (max-width: 450px) {
  .bradcam_area h3 {
    font-size: 8vw;
  }
}

.bradcam_area p {
  font-size: 18px;
  color: #fff;
  font-weight: 400;
}

.bradcam_area p a {
  color: #fff;
}

.bradcam_area p a:hover {
  color: #fff;
}

.bradcam_area2 h3 {
  font-size: 50px;
  color: #fff;
  font-weight: 400;
  margin-bottom: 0;
  font-family: 'Krona One';
}

@media (max-width: 767px) {
  .bradcam_area2 h3 {
    font-size: 38px;
  }
}

@media (max-width: 450px) {
  .bradcam_area2 h3 {
    font-size: 8vw;
  }
}

.popup_box {
  background: #fff;
  display: inline-block;
  z-index: 9;
  width: 558px;
}

.popup_box .boxed-btn3 {
  width: 100%;
  text-transform: capitalize;
}

.popup_box .popup_header {
  background: #F5FBFF;
  padding: 28px 0;
  display: block;
}

.popup_box .popup_header h3 {
  text-align: center;
  font-size: 20px;
  color: #2C2C2C;
  margin-bottom: 0;
  font-weight: 400;
}

.popup_box .custom_form {
  padding: 60px 68px;
}

.popup_box input {
  width: 100%;
  height: 50px;
  border: none;
  border-bottom: 1px solid #C7C7C7;
  padding: 15px 0;
  margin-bottom: 20px;
}

.popup_box input::placeholder {
  color: #919191;
  font-weight: 400;
}

.popup_box input:focus {
  outline: none;
}

.popup_box textarea {
  width: 100%;
  border: none;
  margin-top: 112px;
  border-bottom: 1px solid #C7C7C7;
  padding: 15px 0;
  margin-bottom: 20px;
  height: 55px;
  resize: none;
  margin-bottom: 40px;
}

.popup_box textarea::placeholder {
  color: #919191;
  font-weight: 400;
}

.popup_box textarea:focus {
  outline: none;
}

.popup_box .nice-select {
  -webkit-tap-highlight-color: transparent;
  background-color: #fff;
  /* border-radius: 5px; */
  border: solid 1px #E2E2E2;
  box-sizing: border-box;
  clear: both;
  cursor: pointer;
  display: block;
  float: left;
  font-family: 'Overpass', sans-serif;
  font-weight: normal;
  font-size: 16px;
  font-weight: 300;
  color: #919191;
  width: 100% !important;
  height: 50px !important;
  line-height: 50px;
  outline: none;
  padding-left: 18px;
  padding-right: 30px;
  margin-bottom: 30px;
  position: relative;
  text-align: left !important;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
  width: auto;
  border-radius: 0;
}

.popup_box .nice-select::after {
  content: "\f0d7";
  display: block;
  height: 5px;
  margin-top: -5px;
  pointer-events: none;
  position: absolute;
  right: 17px;
  top: 3px;
  transition: all 0.15s ease-in-out;
  width: 5px;
  font-family: fontawesome;
  color: #919191;
  font-size: 15px;
}

.popup_box .nice-select.open .list {
  opacity: 1;
  pointer-events: auto;
  -webkit-transform: scale(1) translateY(0);
  -ms-transform: scale(1) translateY(0);
  transform: scale(1) translateY(0);
  height: 200px;
  overflow-y: scroll;
}

.popup_box .nice-select.list {
  height: 200px;
  overflow-y: scroll;
}

#test-form {
  display: inline-block;
  margin: auto;
  text-align: center;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

#test-form .mfp-close-btn-in .mfp-close {
  color: #333;
  display: none !important;
}

#test-form button.mfp-close {
  display: none !important;
}

.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #000000;
  opacity: .7;
}

.testimonial_area {
  padding: 140px 0 120px 0;
  position: relative;
  z-index: 0;
  background-size: cover;
  background-position: center;
}

#grabtest {
    cursor: grab;
}

@media (max-width: 767px) {
  .testimonial_area {
    padding: 50px 0 100px 0;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .testimonial_area {
    padding: 60px 0 100px 0;
  }
}

.testimonial_area .single_testmonial p {
  color: #141e32;
  font-weight: 300;
  font-size: 20px;
  line-height: 30px;
  margin-bottom: 40px;
  margin-top: 22px;
  font-family: 'Overpass', sans-serif;
}

@media (max-width: 767px) {
  .testimonial_area .single_testmonial p {
    font-size: 18px;
    line-height: 26px;
  }
}

@media (min-width: 320px) and (max-width: 1500px) {
  .testimonial_area .single_testmonial p br {
    display: none;
  }
}

.testimonial_area .single_testmonial .thumb {
  width: 118px;
  height: 118px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  margin: auto;
  margin: auto auto 15px auto;
}

.testimonial_area .single_testmonial .testmonial_author h3 {
  color: #be8c5a;
  font-size: 28px;
  font-weight: 400;
  margin-bottom: 4px;
}

.testimonial_area .single_testmonial .testmonial_author span {
  font-size: 14px;
  font-weight: 300;
  font-family: 'Overpass', sans-serif;
  color: #aaaab5;
  display: block;
}

.testimonial_area .owl-carousel .owl-item img {
  display: inline-block;
  width: auto;
    max-width: 100%;
}

.testimonial_area .owl-carousel .owl-nav div.owl-next {
  left: auto;
  right: -0px;
}

.testimonial_area .owl-carousel .owl-nav div {
  left: -0px;
}

.discuss_projects {
  background: #d2aa82;
  padding: 100px 0 70px 0;
  position: relative;
  z-index: 13;
  z-index: 13;
}

@media (min-width: 768px) and (max-width: 991px) {
  .discuss_projects {
    padding: 50px 0 50px 0;
  }
}

.discuss_projects .project_text h3 {
  font-family: 'Krona One';
  color: #fff;
  font-size: 45px;
  font-weight: 400;
  margin-bottom: 52px;
}

@media (max-width: 767px) {
.discuss_projects {
    padding: 50px 0 50px 0;
  }
    
  .discuss_projects .project_text h3 {
    font-size: 36px;
    width: 360px;
    max-width: 100%;
    display: inline-block;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .discuss_projects .project_text h3 {
    font-size: 44px;
      display: inline-block;
  }
}

.discuss_projects .project_text p {
  color: #fff;
  font-size: 15px;
  line-height: 28px;
  margin-bottom: 30px;
  margin-top: 12px;
}

.service_area {
  padding-top: 200px;
  padding-bottom: 170px;
  position: relative;
}

@media (max-width: 767px) {
  .service_area {
    padding-bottom: 20px;
    padding-top: 25%;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .service_area {
    padding-bottom: 80px;
    padding-top: 100px;
  }
}

.service_area .single_service {
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  margin-bottom: 30px;
}


@media (max-width: 767px) {
.service_area .single_service {
  margin-bottom: 100px;
  }
}


@media (min-width: 768px) and (max-width: 991px) {
  .service_area .single_service {
    padding: 30px 20px;
  }
}

.service_area .single_service h3 {
  font-size: 26px;
  font-family: inherit;
  font-weight: 400;
  color: black;
  margin-top: 37px;
  padding-bottom: 10px;
}

@media (min-width: 768px) and (max-width: 991px) {
  .service_area .single_service h3 {
    font-size: 22px;
  }
}

.service_area .single_service p {
  margin-bottom: 0;
}

@media (min-width: 768px) and (max-width: 991px) {
  .service_area .single_service p br {
    display: none;
  }
}

@media (min-width: 992px) and (max-width: 1200px) {
  .service_area .single_service p br {
    display: none;
  }
}

.video_area {
  padding-bottom: 60px;
  padding-top: 150px;
}

@media (max-width: 767px) {
  .video_area {
    padding-top: 50px;
  }
}

.video_area .video_wrap .thumb {
  margin-bottom: 70px;
  position: relative;
}

.video_area .video_wrap .thumb img {
  width: 100%;
}

.video_area .video_wrap .thumb .video_icon a {
  width: 90px;
  height: 90px;
  background: #615CFD;
  display: inline-block;
  text-align: center;
  line-height: 90px;
  border-radius: 50%;
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

@media (max-width: 767px) {
  .video_area .video_wrap .thumb .video_icon a {
    width: 50px;
    height: 50px;
    line-height: 47px;
  }
}

.video_area .video_wrap .thumb .video_icon a i {
  font-size: 16px;
}

@media (max-width: 767px) {
  .video_area .video_wrap .thumb .video_icon a i {
    font-size: 13px;
  }
}

.video_area .video_wrap .video_text p {
  font-size: 30px;
  font-weight: 600;
  line-height: 42px;
  color: #001D38;
}

@media (max-width: 767px) {
  .video_area .video_wrap .video_text p {
    font-size: 18px;
    line-height: 25px;
  }
}

@media (min-width: 320px) and (max-width: 991px) {
  .video_area .video_wrap .video_text p br {
    display: none;
  }
}

.creative_blog_area {
  position: relative;
  padding-top: 130px;
  overflow: hidden;
  z-index: 2;
}

@media (min-width: 768px) and (max-width: 991px) {
  .creative_blog_area {
    padding-top: 80px;
  }
}

@media (max-width: 767px) {
  .creative_blog_area {
    padding-top: 80px;
  }
}

.creative_blog_area::before {
  position: absolute;
  height: 50%;
  width: 100%;
  content: '';
  bottom: 0;
  z-index: -2;
}

.creative_blog_area::after {
  position: absolute;
  background: #d2aa82;
  height: 50%;
  width: 100%;
  content: '';
  top: 0;
  z-index: -2;
}

@media (min-width: 770px) and (max-width: 991px) {
    .creative_blog_area::after {
      height: 42%;
    }
}

.creative_blog_area .blog_title h3 {
  font-size: 46px;
  font-weight: 400;
  color: #fff;
  margin-bottom: 0;
}

@media (max-width: 767px) {
  .creative_blog_area .blog_title h3 {
    font-size: 34px;
    margin-bottom: 20px;
    text-align: center;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .creative_blog_area .blog_title h3 {
    font-size: 42px;
  }
}

.creative_blog_area .more_blog {
  text-align: right;
}

@media (max-width: 767px) {
  .creative_blog_area .more_blog {
    text-align: center;
  }
}

.creative_blog_area .creative_blog_active {
  margin-top: 80px;
}

.creative_blog_area .single_blog .thumb img {
  width: 100%;
}

.date {
color: #d2aa82;
}

.creative_blog_area .single_blog .blog_content {
  padding-top: 35px;
  padding-bottom: 80px;
}

@media (max-width: 767px) {
  .creative_blog_area .single_blog .blog_content {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.creative_blog_area .single_blog .blog_content span {
  font-family: 'Overpass', sans-serif;
  font-size: 14px;
  font-weight: 300;
  display: block;
}

.creative_blog_area .single_blog .blog_content h3 {
  font-size: 20px;
  font-family: 'Krona One';
  color: black;
  margin-top: 13px;
  margin-bottom: 29px;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.creative_blog_area .single_blog .blog_content h3:hover {
color: #808080;
}

@media (min-width: 768px) and (max-width: 991px) {
  .creative_blog_area .single_blog .blog_content h3 {
    font-size: 25px;
  }
}

@media (max-width: 767px) {
  .creative_blog_area .single_blog .blog_content h3 {
    font-size: 25px;
  }
}

.creative_blog_area .single_blog .blog_content .owner_info {
  display: block;
  overflow: hidden;
}

.creative_blog_area .single_blog .blog_content .owner_info .author_thumb {
  float: left;
    border: solid 1px #cccccc;
  width: 40px;
  height: 40px;
  margin-right: 12px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  overflow: hidden;
}

.creative_blog_area .single_blog .blog_content .owner_info .author_thumb img {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

.creative_blog_area .single_blog .blog_content .owner_info .info {
  float: left;
}

.creative_blog_area .single_blog .blog_content .owner_info .info h4 {
  font-size: 20px;
  font-weight: 400;
  font-family: 'Overpass', sans-serif;
  color: #323232;
  margin-bottom: -4px;
}

.creative_blog_area .single_blog .blog_content .owner_info .info p {
  font-size: 12px;
  color: #828793;
  font-weight: 300;
  font-family: 'Overpass', sans-serif;
  margin-bottom: 0;
}

.creative_blog_area .owl-carousel .owl-stage-outer {
  overflow: visible;
}

.work_details_area {
  padding-bottom: 70px;
  position: relative;
  padding-top: 50px;
}

.work_details_area .details_category_wrap {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  margin-bottom: 70px;
}

@media (max-width: 767px) {
  .work_details_area .details_category_wrap {
    display: block;
    margin-bottom: 100px;
  }
}

.work_details_area .details_category_wrap .single_category {
  margin-bottom: 30px;
}


/* texte work */
.work_details_area .details_category_wrap .single_category span {
  font-size: 12px;
  color: #d2aa82;
  font-weight: 300;
  font-family: 'Overpass', sans-serif;
  display: block;
  margin-bottom: 6px;
}

.work_details_area .details_category_wrap .single_category h4 {
  font-size: 16px;
  letter-spacing: -0.5px;
  font-family: "Krona One";
  color: black;
  font-weight: 400;
}

.work_details_area .details_category_wrap .single_category .social_links a {
  font-size: 16px;
  color: #fff;
  margin-right: 20px;
}

.work_details_area .details_category_wrap .single_category .social_links a:hover {
  color: #0181F5 !important;
}

.work_details_area .details_category_wrap .single_category .project_btn {
  background: transparent;
  border-color: #b4b4b4;
  color: black !important;
}

.work_details_area .details_category_wrap .single_category .project_btn:hover {
  color: white !important;
  background: #d2aa82;
  border-color: #d2aa82;
}

#first-banner-QS {
    margin-top: 80px;
}

.work_details_area .banner {
  margin-bottom: 100px;
}

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

.work_details_area .banner img {
    width: 100%;
}

.banner-full {
    margin-bottom: 60px;
}

.banner-full img {
    max-width: 100%;
}

@media (min-width: 2000px) {
.banner-full img {
    max-width: 1990px;
    display: block;
    margin: 0 auto;
    }
}

.banner-mid {
    margin-bottom: 60px;
}

.banner-mid img {
    max-width: 100%;
}

@media (min-width: 1150px) {
.banner-mid img {
    max-width: 1140px;
    display: block;
    margin: 0 auto;
    }
}

.work_details_area .details_info {
    margin-bottom: 70px;
}

.work_details_area .details_info .info {
    margin-bottom: 30px;
}

.work_details_area .details_info .info p {
  font-size: 16px;
  font-weight: 400;
  color: #828282;
}

.work_details_area .details_single_img .thumb {
  margin-bottom: 30px;
}

.work_details_area .details_single_img .thumb img {
  width: 100%;
}

.creative_people .border_bottom {
  padding-bottom: 40px;
}

.creative_people .single_people {
  margin-bottom: 80px;
}

.creative_people .single_people .thumb {
  overflow: hidden;
}

@media (min-width: 500px) and (max-width: 767px) {
    .creative_people .single_people .thumb {
    height: 400px;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    }
}

@media (min-width: 300px) and (max-width: 499px) {
    .creative_people .single_people .thumb {
    height: 300px;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    }
}

.creative_people .single_people .thumb img {
  width: 100%;
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.creative_people .single_people .people_info {
  padding-top: 20px;
}

.creative_people .single_people .people_info h4 {
  margin-bottom: 0;
  font-size: 28px;
  color: black;
  font-family: 'Nanum Myeongjo';
  margin-bottom: 2px;
}

.creative_people .single_people .people_info p {
  margin-top: 12px;
}

@media (max-width: 767px) {
.creative_people .single_people .people_info h4 {
  font-size: 34px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
.creative_people .single_people .people_info h4 {
  font-size: 28px;
  }
}

@media (min-width: 990px) and (max-width: 1200px) {
.creative_people .single_people .people_info h4 {
  font-size: 24px;
  }
}

@media (max-width: 767px) {
.creative_people .single_people .people_info p {
  font-size: 18px;
  }
}    

.creative_people .single_people:hover .thumb img {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.creative_people .col-lg-3:nth-child(2n) .single_people {
  position: relative;
  margin-top: 50px;
}

@media (max-width: 767px) {
  .creative_people .col-lg-3:nth-child(2n) .single_people {
    margin-top: 0;
  }
}

/*=================== contact banner start ====================*/
/* line 3, ../../Arafath/CL/December/230. Portfolio/HTML/scss/_contact.scss */
.dropdown .dropdown-menu {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.contact-info {
  margin-bottom: 25px;
}

.contact-info__icon {
  margin-right: 20px;
}

.contact-info__icon i, .contact-info__icon span {
  color: #8f9195;
  font-size: 27px;
}

.contact-info .media-body h3 {
  font-size: 36px;
  margin-bottom: 0;
  color: #2a2a2a;
}

@media (max-width: 766px) {
.contact-info .media-body h3 {
  font-size: 6vw;
  }
}

.contact-info .media-body h3 a:hover {
  color: #d2aa82;}

.contact-info .media-body p {
  color: #8a8a8a;}

/*=================== contact banner end ====================*/

/* Contact Success and error Area css
============================================================ */

.contact-section {
  padding: 80px 0 100px;
}

@media (max-width: 991px) {
  .contact-section {
    padding: 70px 0 100px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .contact-section {
    padding: 80px 0 80px;
  }
}

.contact-section .btn_2 {
  background-color: #141e32;
  padding: 18px 60px;
  border-radius: 50px;
  margin-top: 0;
}

.contact-section .btn_2:hover {
  background-color: #ff5e13;
}

.sample-text-area {
  background: #fff;
  padding: 100px 0 70px 0;
}

.text-heading {
  margin-bottom: 30px;
  font-size: 24px;
}

b,
sup,
sub,
u,
del {
  color: #ff5e13;
}

h1 {
  font-size: 36px;}

h2 {
  font-size: 30px;}

h3 {
  font-size: 40px;}

@media (max-width: 767px) {
    h3 {
      font-size: 36px;}
}

h4 {
  font-size: 18px;}

h5 {
  font-size: 16px;}

h6 {
  font-size: 14px;}

h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.2em;
}

.typography h1,
.typography h2,
.typography h3,
.typography h4,
.typography h5,
.typography h6 {
  color: #828bb2;
}

.button-area {
  background: #fff;
}

.button-area .border-top-generic {
  padding: 70px 15px;
  border-top: 1px dotted #eee;
}

.button-group-area .generic-btn:last-child {
  margin-right: 0;
}

.generic-btn {
  display: inline-block;
  outline: none;
  line-height: 40px;
  font-size: 14px;
  padding: 2px 34px 0px 34px;
  text-align: center;
  text-decoration: none;
  font-weight: 700;
  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;
}

.generic-btn:focus {
  outline: none;
}

.generic-btn.arrow {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}


.generic-btn.info-border {
  color: black;
  border: 1px solid #b4b4b4;
  font-family: 'Overpass', sans-serif;
  font-weight: 400;
  font-size: 14px;
}

.generic-btn.info-border:hover {
  color: #fff;
  background: black;
  border: 1px solid transparent;
}

.generic-btn.info-border:focus {
  background: #000000B3;
}

.generic-btn.info-border-home {
  margin-top: 40px;
  color: black;
  border: 1px solid #b4916e;
  font-family: 'Overpass', sans-serif;
  font-weight: 300;
  font-size: 14px;
}

.generic-btn.info-border-home:hover {
  color: #fff;
  background: black;
  border: 1px solid transparent;
}

.generic-btn.info-border-home:focus {
  color: black;
  background: white;
  border: 1px solid transparent;
}

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

.section-top-border {
  padding: 50px 0 0 0;
  border-top: 1px solid #ededed;
  border-bottom: 1px solid #ededed; 
}

.col-md-4 {
  margin-bottom: 30px;}

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

.mb-30-ed {
  margin: 50px 0 30px 0;}

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

.switch-wrap {
  margin-bottom: 10px;}