/*------------------------------------------------------------------
Project:  
Version:  
Last change:  
Assigned to:  Le Xuan Bach
Primary use:  Company
-------------------------------------------------------------------*/
/*------------------------------------------------------------------
[LAYOUT]

* body
  + Header / header
  + Page Content / .page-content .name-page
        + Section Layouts / section .name-section
        ...
  + Footer / footer

-------------------------------------------------------------------*/
/*------------------------------------------------------------------
[COLOR CODES]

# Text Color      :  
# Primary Color 01:  
# Primary Color 02:   
# Primary Color 03:  

------------------------------------------------------------------*/
/*------------------------------------------------------------------
[TYPOGRAPHY]

Body            : 16px/1.6 '', Arial, sans-serif;
Title           : 18px/1.6 '', Arial, sans-serif;
Paragrap        : 18px/1.6 '', Arial, sans-serif;
Input, textarea : 14px/1.6 '', Arial, sans-serif;
-------------------------------------------------------------------*/

:root {
  --main-font: "Montserrat";
  --main-color: #003049;
  --secondary-color: #fcbf49;
}

/*//////////////////////////////////////////////////////////////////
[ FONT ]*/


@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:wght@500&display=swap');


@font-face {
  font-family: "Century Gothic";
  src: url('../fonts/Poppins/Poppins-Regular.ttf');
}

@font-face {
  font-family: Poppins-Light;
  src: url('../fonts/Poppins/Poppins-Light.ttf');
}

@font-face {
  font-family: Poppins-ExtraLight;
  src: url('../fonts/Poppins/Poppins-ExtraLight.ttf');
}

@font-face {
  font-family: Poppins-Medium;
  src: url('../fonts/Poppins/Poppins-Medium.ttf');
}

@font-face {
  font-family: Poppins-Italic;
  src: url('../fonts/Poppins/Poppins-Italic.ttf');
}

@font-face {
  font-family: Poppins-Bold;
  src: url('../fonts/Poppins/Poppins-Bold.ttf');
}

@font-face {
  font-family: Poppins-SemiBold;
  src: url('../fonts/Poppins/Poppins-SemiBold.ttf');
}


/*---------------------------------------------*/
@font-face {
  font-family: PlayfairDisplay-Regular;
  src: url('../fonts/PlayfairDisplay/PlayfairDisplay-Regular.ttf');
}

@font-face {
  font-family: 'Playfair Display', serif;
}

/*---------------------------------------------*/
@font-face {
  font-family: Montserrat-Regular;
  src: url('../fonts/Montserrat/Montserrat-Regular.ttf');
}

@font-face {
  font-family: Montserrat-Bold;
  src: url('../fonts/Montserrat/Montserrat-Bold.ttf');
}



@font-face {
  font-family: centaur;
  src: url('../fonts/centaur/CENTAUR.TTF');
}
*{
  scroll-behavior: smooth;
}

.mobile-show {
  display: none;
}



h2 {
  text-align: center;
  font-weight: 600;
  font-family: "Montserrat", sans-serif;
  font-size: 35px;
  line-height: 1.2;
  padding-bottom: 10px;
  color: #000;
  margin-top: 30px;
}

h1 {
  text-align: center;
  font-weight: 600;
  font-family: "Montserrat", sans-serif;
  font-size: 35px;
  line-height: 1.2;
  padding-bottom: 10px;
  color: #000;
  margin-top: 30px;
}


p {
  font-family: "Montserrat", sans-serif;
  font-size: 15px;
  line-height: 22px;
  text-align: center;
  color: #000;
}


.p1 {
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  line-height: 22px;
  text-align: left;
  color: #fff;
}


.p-t-80,
.p-tb-80,
.p-all-80 {
  padding-top: 48px !important;
}





.mb-70 {
  margin-bottom: 70px;
}

.align-items-center {
  align-items: center !important;
}


.img3 {
  width: 80%;
}

.title-content {
  position: absolute;
  bottom: -6vw;
  left: 12vw;
  width: 100%;
}

.title-content h1 {
  font-family: "centaur";
  color: #000 !important;
  display: block;
  height: auto;
  font-size: 6em;
  font-weight: 600;
  line-height: 1.4;
  text-align: left;
  text-transform: none;
  letter-spacing: 0;
  margin-bottom: -5px !important;
}

.title-content p {
  font-family: 'Poppins', sans-serif;
  color: #000 !important;
  font-size: 40px;
  font-weight: 600;
  line-height: 1.1em;
  text-align: left;
  color: #FFF;
  letter-spacing: 0;
  text-transform: none;
  padding-top: 0;
  padding-bottom: 2vw;
}

.title-content h5 a {
  font-family: 'Poppins', sans-serif;
  background-color: #003049;
  font-size: 1.3em;
  font-weight: 600;
  color: #fff;
  padding-top: 0;
  float: left;
  text-decoration: none;
  padding: 20px 30px;
}

.title-content h5 a:hover {
  background-color: #fff;
  color: #003049;
}

.jssorb052 .i {
  position: absolute;
  cursor: pointer;
}

.jssorb052 .i .b {
  fill: #000;
  fill-opacity: 0.3;
}


.carousel-inner img {
  width: 100%;
  height: 100%;
}

.carousel-inner {
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
}

.hero-wrap,
.img,
.blog-img,
.user-img {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.ftco-section {
  padding: 7em 0;
  position: relative;
}


.ftco-discount .overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #000;
  opacity: 0.4;
}



.justify-content-end {
  -webkit-box-pack: end !important;
  -ms-flex-pack: end !important;
  justify-content: flex-end !important;
}

.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}


.ftco-animate {
  opacity: 0;
  visibility: hidden;
}

.discount {
  color: rgba(255, 255, 255, 0.8);
}





.discount h3 {
  color: #fff;
  margin-bottom: 0;
  font-size: 24px;
  text-align: left;
}



.discount h2 {
  font-size: 40px;
  color: #fff;
  text-align: left;
}




.discount p {
  font-size: 16px;
}



.discount p {
  font-size: 16px;
  text-align: left;
  color: #fff;
}


.btn.btn-white.btn-outline-white {
  border-color: rgba(255, 255, 255, 0.8);
  background: none;
  border-width: 1px;
  color: #fff;
}


.pl-4,
.px-4 {
  padding-left: 1.5rem !important;
}

.pr-4,
.px-4 {
  padding-right: 1.5rem !important;
}




.heading-section h2 {
  font-family: "Montserrat", sans-serif;
  font-size: 30px;
  line-height: 1.2;
  font-weight: 600;
  text-align: left;
}


.mb-4,
.my-4 {
  margin-bottom: 1.5rem !important;
}



.do-list {
  margin: 0;
  padding: 0;
}


.do-list li {
  list-style: none;
  font-size: 20px !important;
  margin-bottom: 15px;
  font-weight: 300;
  text-align: left;
}


.do-list li a {
  font-family: "Lato", Helvetica, Arial, sans-serif !important;
  font-size: 20px !important;
  line-height: 22px;
  color: #477b1b;
  text-align: left !important;
}


.left {
  text-align: left !important;
}


.do-list li span {
  color: #d9bf77;
  font-size: 22px;
}



.ftco-intro {
  background-image: url(../images/header/crown-bg-1.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
}


.ftco-section {
  padding: 7em 0;
  position: relative;
}



.heading-section {
  z-index: 0;
}




.ftco-section {
  padding: 7em 0;
  position: relative;
}

.ftco-no-pb {
  padding-bottom: 0 !important;
}

.ftco-no-pt {
  padding-top: 0 !important;
  background: aliceblue;
}


.no-gutters {
  margin-right: 0;
  margin-left: 0;
}

.align-items-stretch {
  -webkit-box-align: stretch !important;
  -ms-flex-align: stretch !important;
  align-items: stretch !important;
}


.offer-deal {
  width: 100%;
  padding-top: 5em;
  padding-bottom: 5em;
}


.offer-deal .img {
  width: 200px;
  height: 200px;
  margin: 0 auto;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}

.img,
.blog-img,
.user-img {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}



.mt-4,
.my-4 {
  margin-top: 1.5rem !important;
}


.offer-deal .text h3 {
  font-family: "Montserrat", sans-serif;
  font-size: 30px;
  line-height: 1.2;
  font-weight: 600;
  font-size: 24px;
}



.btn.btn-white {
  background: #003049;
  color: #fff;
  font-weight: 600;
  -webkit-box-shadow: 0px 0px 25px -12px rgb(0 0 0 / 26%) !important;
  -moz-box-shadow: 0px 0px 25px -12px rgba(0, 0, 0, 0.26) !important;
  box-shadow: 0px 0px 25px -12px rgb(0 0 0 / 26%) !important;
}


.btn.btn-white span {
  color: #000;
}



.contact_action_area {
  background-image: url(../images/export-bg.jpg);
  position: relative;
  z-index: 0;
  padding: 138px 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}


.contact_action_area::before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #001D38;
  opacity: .7;
  z-index: -1;
  content: '';
}


.contact_action_area .action_heading h3 {
  font-family: Poppins-Bold;
  font-size: 46px;
  color: #fff;
  font-weight: 400;
  margin-bottom: 13px;
}


.contact_action_area .action_heading p {
  font-family: Poppins-Light;
  text-align: left;
  color: #EAEAEA;
  font-size: 16px;
  line-height: 28px;
  margin-bottom: 0;
}


.contact_action_area .call_add_action {
  text-align: right;
}


.contact_action_area .call_add_action .boxed-btn3 {
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
  font-size: 26px;
  padding: 14px 42px;
  font-weight: 400;
}

.boxed-btn3 {
  background: #FF3414;
  color: #fff;
  display: inline-block;
  padding: 18px 42px;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-weight: 500;
  border: 0;
  border: 1px solid transparent;
  text-align: center;
  color: #fff !important;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;
}






.section-title {
  position: relative;
}

.section-title {
  text-align: center;
  margin-bottom: 22px;
}

.serviceBox {
  padding: 2em 2em 2em 7em;
  background: #f8f8f8;
  overflow: hidden;
  position: relative;
  transition: all 0.3s ease-in-out 0s;
  word-spacing: 0px;
  margin-top: 28px;
}


.serviceBox .service-icon {
  font-size: 50px;
  color: #ef7b00;
  position: absolute;
  top: 28px;
  left: 20px;
  transition: all 0.3s ease-in-out 0s;
}


.serviceBox .title1 {
  font-family: Poppins-Bold;
  font-size: 26px;
  color: #000;
  font-weight: 800;
  margin: 0 0 12px 0;
  text-transform: capitalize;
  text-align: left;
  margin-left: 8px;
}


.serviceBox p {
  font-family: Poppins-Light;
  font-size: 15px;
  line-height: 1.666667;
  text-align: left;
  margin-left: 8px;
}


.bgfarm {
  background: url(../images/bgfarm.jpg);
  background-size: cover;
  background-attachment: fixed;
}

.paddingbottom {
  padding-bottom: 5em;
  padding-top: 5em;
}


@media (min-width: 768px) {
  .col-md-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    float: left !important;
  }

}


@media (min-width: 1400px) {
  .col-xxl-7 {
    flex: 0 0 auto;
    width: 58.3333333333%;
  }

  .about-area .about-img img {
    width: 100%;
  }
}

@media (min-width: 1400px) {
  .col-xxl-5 {
    flex: 0 0 auto;
    width: 41.6666666667%;
  }
}

.about-area .about-caption {
  background: #fff;
  position: relative;
  left: -100px;
  padding: 76px 50px 41px 63px;
  z-index: 100;
}


.about-area .about-caption h2 {
  font-family: "Montserrat", sans-serif;
  font-size: 35px !important;
  font-weight: 600;
  color: #000;
  display: block;
  line-height: 1;
  margin-bottom: 18px;
  text-transform: capitalize;
}


.about-area .about-caption p {
  font-family: "Lato", Helvetica, Arial, sans-serif;
  font-size: 16px !important;
  color: #000;
  line-height: 1.5em;
  text-decoration: none;
  font-weight: 400;
}

.section-padding {
  padding-top: 45px;
  padding-bottom: 30px;
}


.fix {
  overflow: hidden;
}

.section-bg {
  background: #FAFAF8;
}

.mb-70 {
  margin-bottom: 70px;
}

.about-area .about-caption.about-caption2 {
  left: inherit;
  right: -100px;
}

.about-area .about-img.about-img2 img {
  margin: 0 !important;
}


.a1 {
  color: #fff !important;
  font-weight: 700;
}

.a1:hover {
  color: #fcbf49 !important;
}


.home-section {
  padding-top: 96px;
  padding-bottom: 96px;
}

.image-section {
  position: relative;
}


.section-banner.right {
  left: auto;
  right: 0;
  background-position: top right;
}

.section-banner {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  height: 100%;
  background: #252525 url(images/banner-default.jpg) top left no-repeat;
  background-size: cover;
}

.primary-content .content-title {
  font-family: "Montserrat", sans-serif;
  font-size: 82px;
  font-weight: 400;
  color: #000;
  line-height: 1.1em;
  text-align: left;
}

b,
strong {
  font-weight: bolder;
}

#home1 .secondary-content {
  padding: 30px;
}

.secondary-content {
  background: #003049;
  padding: 60px;
  font-size: 22px;
}


.secondary-content .content-title {
  margin: 0 0 30px;
  text-transform: uppercase;
  font-size: 22px;
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
  color: #fff;
  text-align: left;
}



.secondary-content h4 {
  margin: 0 0 30px;
  font-size: 25px;
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
}


#home1 .secondary-content .fa {
  width: 130px;
  text-align: center;
}


.flex {
  display: flex !important;
  padding: 15px;
}


.img1 {
  width: 100%;
  border: 1px solid #e6e6e6;
}



.main-clients {
  padding: 4vw;
  background-color: #fff;
  padding-bottom: 30px;
}



.main-clients h2 {
  font-family: "Montserrat", sans-serif;
  font-size: 35px;
  font-weight: 600;
  color: #000;
  text-align: center;
  margin-top: 0;
  padding-top: 0;
}


.main-clients p {
  font-family: "Lato", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 22px;
  text-align: center;
  padding-bottom: 2vw;
}


.clients-logos {
  padding: 4vw;
}

.clients-logos h2 {
  padding-bottom: 0;
  text-align: center;
}

.clients-logos h2 {
  font-family: "Montserrat", sans-serif;
  font-size: 35px;
  font-weight: 600;
  color: #000;
  text-align: center;
  margin-top: 0;
  padding-top: 0;
}


.clients-logos p {
  font-family: "Lato", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 22px;
  text-align: center;
  padding-bottom: 2vw;
}

.clients-logosimg1 {
  padding-left: 0px !important;
  padding-right: 0px !important;
}



.read1 {
  display: inline-block;
  padding: 0.9vw 1.2vw;
  z-index: 0;
  color: #716863;
  text-align: center;
  font-size: 1.2vw;
  text-transform: uppercase;
  font-weight: 500;
  border: 0.1vw solid #716863;
  text-decoration: none;
  margin-top: 2vw;
  font-family: Roboto, sans-serif;
}

.clients-logos li {
  width: 25%;
  float: left;
  list-style: none;
  border: 0.1vw solid #f7f2ef;
}


.clients-logos li:hover {
  border: .1vw solid #dedbd9
}

.clients-logos li img {
  width: 100%;
}







.properties-home-main {
  width: 90%;
  margin: 0 auto;
  padding: 3em;
  padding-bottom: 0
}

.properties-home-main h3 {
  font-family: Quicksand, sans-serif;
  font-size: 2.5vw;
  font-weight: 300;
  color: #716863;
  text-transform: none;
  text-align: center
}

.properties-home-main h3 span {
  font-weight: 700
}

.properties-home-main h2 {
  font-family: Roboto, sans-serif;
  font-size: 1.3vw;
  color: #444;
  text-align: center;
  padding-bottom: 2vw;
  padding-top: 0;
  margin-top: 0
}

.properties-home-main h3 {
  font-family: "Montserrat", sans-serif;
  font-size: 35px;
  font-weight: 600;
  color: #000;
  text-align: center;
  margin-bottom: 0.5vw;
  padding-left: 10%;
  padding-right: 10%;
  line-height: 1.4em
}



.properties-home-main p {
  font-family: "Lato", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 22px;
  text-align: center;
  color: #000;
  padding-left: 6vw;
  padding-right: 6vw;
  padding-top: 0vw;
  padding-bottom: 1vw;
  text-align: center;
  line-height: 1.5em
}

.properties-home-main p a {
  color: #716863;
  text-decoration: none;
}

.properties-home-main a:hover {
  color: #91857e;
  text-decoration: none;
}


.properties-small {
  width: 100%;
  margin: 0 auto;
  padding: 1.9vw;
  padding-top: 1vw;
  padding-bottom: 2vw;
  background-color: #fcbf49;
  margin-bottom: 55px;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
}

.properties-small h3 {
  font-family: "Montserrat", sans-serif;
  font-size: 20px;
  font-weight: 600;
  color: #000;
  text-align: center;
  text-align: center;
  margin-bottom: 1vw;
}


.properties-home-main h4 {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  color: #000;
  font-size: 23px !important;
  margin-bottom: 10px !important;
  line-height: 28px !important;
  margin-bottom: 30px !important;
  text-align: center;
}


.read {
  display: inline-block;
  padding: .9vw 1.2vw;
  z-index: 0;
  color: #003049;
  text-align: center;
  font-size: 1.2vw;
  text-transform: uppercase;
  font-weight: 500;
  border: .1vw solid #003049;
  text-decoration: none;
  font-family: "Montserrat", sans-serif;
  border-radius: 10px;
  transition: all 0.7s ease-out;
}

.read:hover {
  color: #fff !important;
  background-color: #003049;
}

.read1 {
  display: inline-block;
  padding: .9vw 1.2vw;
  z-index: 0;
  color: #716863;
  text-align: center;
  font-size: 1.2vw;
  text-transform: uppercase;
  font-weight: 500;
  border: .1vw solid #716863;
  text-decoration: none;
  margin-top: 2vw;
  font-family: Roboto, sans-serif
}

.read1:hover {
  color: #fff;
  background-color: #716863
}


.header1 {
  padding: 10px 0;
  text-align: center;
}



.logo1 {
  margin-top: 5px;
}

.text-left {
  text-align: left !important;
}

/*//////////////////////////////////////////////////////////////////
[ RS PLUGIN ]*/

/*------------------------------------------------------------------
[ Bootstrap ]*/
.container {
  max-width: 1380px;
}




.section {
  padding: 30px 0;
}

.title {
  position: relative;
  font-family: "Montserrat", sans-serif;
  font-size: 35px;
  font-weight: 600;
  color: #000;
  text-align: center;
  margin-bottom: 0.5vw;
  padding-left: 10%;
  padding-right: 10%;
  line-height: 1.4em;
  margin-bottom: 30px;
}





.contact img {
  width: 200px;
  height: 200px;
  margin-bottom: 10px;
}




.contact .vira-card {
  background-color: #f8f8f8;
  padding: 35px 0;
  transition: all 0.3s ease-in-out;
  margin-bottom: 45px;
}

.vira-card {
  text-align: center;
  /* margin-bottom: 45px; */
}




.contact .vira-card .vira-card-header {
  margin-bottom: 15px;
  font-size: 21px;
  color: #51c2b9;
}




.contact .vira-card .vira-card-content h3 {
  font-family: "Montserrat", sans-serif;
  font-size: 25px;
  line-height: 1.6;
  text-transform: uppercase;
  font-weight: 600;
  color: #003049;
}

.contact .vira-card .vira-card-content h2 {
  letter-spacing: 2px;
  margin-bottom: 45px;
}

.vira-card .vira-card-content h2 {
  font-family: "Montserrat", sans-serif;
  font-size: 15px;
  line-height: 1.6;
  font-weight: 600;
  color: #000 !important;
}




.contact .vira-card .vira-card-content p {
  position: relative;
  font-family: "Lato", Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #000;
  text-align: center;
  margin-bottom: 0.5vw;
  line-height: 25px;
  margin-bottom: 10px;
  margin-left: 30px;
}







@media (max-width: 1600px) {
  .container {
    max-width: 1200px;
  }
}

/*------------------------------------------------------------------
[ Slick2 ]*/
.slick-slide {
  outline: none !important;
}





/*//////////////////////////////////////////////////////////////////
[ LOADDING ]*/
.animsition-loading-1 {
  position: absolute;
  top: 50%;
  left: 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%);
}

.loader05 {
  width: 56px;
  height: 56px;
  border: 4px solid #003049;
  border-radius: 50%;
  position: relative;
  animation: loader-scale 1s ease-out infinite;
  top: 50%;
  margin: -28px auto 0 auto;
}

@keyframes loader-scale {
  0% {
    transform: scale(0);
    opacity: 0;
  }

  50% {
    opacity: 1;
  }

  100% {
    transform: scale(1);
    opacity: 0;
  }
}

/*//////////////////////////////////////////////////////////////////
[ BUTTON BACK TO TOP ]*/
.btn-back-to-top {
  display: none;
  position: fixed;
  width: 40px;
  height: 38px;
  bottom: 0px;
  right: 40px;
  background-color: #fff;
  opacity: 1;
  justify-content: center;
  align-items: center;
  z-index: 1000;
  cursor: pointer;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  border: 2px solid #003049;
}




.symbol-btn-back-to-top {
  font-size: 25px;
  color: black;
  line-height: 1em;
}


.btn-back-to-top:hover {
  opacity: 0.5;
}


.crownbanner {
  background-size: cover;
  width: 100%;
  background-repeat: no-repeat;
}

.container-fluid {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 15px;
  padding-left: 15px;
}

.slider-box {
  position: relative;
  bottom: 0;
  margin-bottom: 0;
  top: 0;
}


.slider-box img {
  width: 100%;
}



.p-t-50,
.p-tb-50,
.p-all-50 {
  padding-top: 20px;
}

@media (max-width: 575px) {
  .btn-back-to-top {
    bottom: 0px;
    right: 15px;
  }
}

.image-section1 {

  display: flex;
}


/*//////////////////////////////////////////////////////////////////
[ Header ]*/

/*>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
[ Header Desktop ]*/

.container-menu-desktop {
  height: auto;
  width: 100%;
  position: relative;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}

.header-v2 .container-menu-desktop {
  height: 84px;
}

.header-v3 .container-menu-desktop {
  height: auto;
}

.header-v4 .container-menu-desktop {
  height: 124px;
}


/*==================================================================
[ Top bar ]*/
.top-bar {
  height: 40px;
  background-color: #32313e;
}

/*---------------------------------------------*/
.left-top-bar {
  font-family: "Montserrat", sans-serif;
  font-size: 12px;
  line-height: 1.8;
  color: #fff;
  text-align: center;
}


/*---------------------------------------------*/
.right-top-bar a {
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  line-height: 1.8;
  height: 100%;
  color: #fff;
  margin-top: 5px;
  margin-right: 5px;
}




.right-top-bar a:hover {
  color: #fcbf49;
}

.brochure {
  color: #003049 !important;
  font-weight: 600;

}

/*---------------------------------------------*/
.topbar-mobile li {
  padding: 8px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  background-color: #32313e;
}


.right-top-bar {
  font-family: "Montserrat", sans-serif;
  font-size: 12px;
  line-height: 1.8;
  color: #fff;
}

.topbar-mobile a {
  font-family: "Montserrat", sans-serif;
  color: #fff;
}

.topbar-mobile a:hover {
  color: #fcbf49;
}

/*==================================================================
[ Menu ]*/

.wrap-menu-desktop {
  position: fixed;
  z-index: 1100;
  background-color: transparent;
  width: 100%;
  height: 84px;
  left: 0px;
  -webkit-transition: height 0.3s, background-color 0.3s;
  -o-transition: height 0.3s, background-color 0.3s;
  -moz-transition: height 0.3s, background-color 0.3s;
  transition: height 0.3s, background-color 0.3s;
  background: white;
}

.header-v2 .wrap-menu-desktop {
  background-color: #fff;
  top: 0;
}

.header-v3 .wrap-menu-desktop {
  background-color: transparent;
  top: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.header-v4 .wrap-menu-desktop {
  background-color: #fff;
}


/*---------------------------------------------*/
.limiter-menu-desktop {
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  background-color: transparent;
}



/*------------------------------------------------------------------
[ Logo ]*/
.logo {
  align-items: center;
  height: 65%;
  margin-right: 55px;
}

.logo img {
  max-width: 100%;
  max-height: 100%;
}


.bgwhite {
  background: #fcbf49;
  color: #000 !important;
}



.bgwhite:hover {
  background: #fcbf49 !important;
  color: #000 !important;
}



/*--------------------- Header -----------------------*/

#mysticky-nav {
  width: 100%;
  position: static;
}


.menubar {
  background: #fff;
  border-top: 1px solid #e1e1e1;
  text-align: center;
}


.menubar {
  background: #003049;
  border-top: 1px solid #e1e1e1;
  text-align: center
}

.menucontainer {
  position: relative;
}

.menutop {
  margin: 0;
  padding: 0
}

.menutop li {
  display: inline-block;
  position: relative
}

.menutop li a {
  display: block;
  color: #fcbf49;
  font-family: "Montserrat", sans-serif;
  font-size: 15px;
  font-weight: 450;
  padding: 12px 0;
  margin: 0 14px;
  border-top: 3px solid transparent;
  text-transform: uppercase;
  font-weight: 600;
}

.menutop .current-menu-item a,
.menutop li a:hover,
.menutop .current-menu-parent a {
  color: #fcbf49;
  border-top: 3px solid #fcbf49;
  cursor: pointer
}

.menutop li.current-menu-parent:before {
  color: #fff !important
}

.menutop .sub-menu li.menu-item-has-children:before {
  content: '\f105'
}

.menutop .sub-menu {
  line-height: 10px;
  text-transform: none;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 999999;
  width: 250px;
  display: none;
  background: #003049;
  border-top: 3px solid #fcbf49;
  *zoom: 1
}

.menutop .sub-menu li {
  display: block
}

.menutop .sub-menu li .sub-menu {
  background: #333;
}

.menutop .sub-menu .sub-menu {
  top: 0;
  left: 100%
}

.menutop .sub-menu li,
.menutop .sub-menu a {
  margin: 0;
  padding: 0;
  background: none;
  border: 0 none;
  float: none;
  white-space: normal;
  font-family: "Montserrat", sans-serif;
}

.menutop .sub-menu li a {
  padding: 14px;
  position: relative;
  font-size: 15px;
  text-transform: none;
  text-align: left;
  color: #fcbf49;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  text-transform: uppercase;
}



.menutop .sub-menu li a:hover {
  background: #000 !important;
}


.menutop .sub-menu li a:hover {
  border-top: none;
}

.menutop .sub-menu li:last-child a {
  border-bottom: 0
}

.menutop .sub-menu li a:after {
  content: "";
  position: absolute;
  z-index: 99999;
  left: 50%;
  right: 50%;
  top: -1px;
  background: #003049;
  height: 1px;
  -webkit-transition-property: left, right;
  transition-property: left, right;
  -webkit-transition-duration: .3s;
  transition-duration: .3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out
}

.menutop .sub-menu li a:hover,
.menutop .sub-menu li.current-menu-item a {
  background: #f5f5f5;
  border-radius: 0
}

.menutop .sub-menu li a {
  border-bottom: 1px solid #e3e2e3
}

.menucontainer .menutopmob {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 99;
  margin-top: 7px
}

.menucontainer .menuicon,
.menucontainer .menutopmob {
  display: none
}

.menuicon {
  font-size: 20px;
  line-height: 24px;
  text-transform: uppercase;
  padding: 7px 50px 7px 20px;
  display: block;
  border-top-width: 4px;
  border-bottom-width: 4px;
  border-top-style: solid;
  border-bottom-style: solid;
  background-image: url(images/menuicon.png);
  background-repeat: no-repeat;
  background-position: 100% 50%
}

.menutopmob {
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  text-transform: uppercase
}

.menutopmob a {
  border-top-width: 1px;
  border-top-style: solid;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  display: block;
  padding: 7px 20px;
  margin: -1px 0
}

.menutopmob .sub-menu a {
  padding-left: 30px
}

.menutopmob .sub-menu .sub-menu a {
  padding-left: 40px
}

article.post {
  margin-bottom: 50px
}

article.post img {
  height: auto;
  width: 100%;
  margin-bottom: 20px
}

article.post h2 {
  font-size: 18px;
  font-weight: 400;
  margin: 0
}

article.post h2 a {
  color: #222
}

article.post h2 a:hover {
  color: #003049;
}

article.post p {
  color: #666
}

.metabars {
  border-top: 1px solid #e0dede;
  border-bottom: 1px solid #e0dede;
  padding: 7px 0
}

.metabars span {
  border-left: 1px solid #ccc;
  margin: 0;
  padding: 0 5px 0 8px;
  cursor: text;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 400;
  color: #777;
  line-height: 18px;
  font-size: 11px
}

.metabars span:first-child {
  padding-left: 0;
  border-left: 0
}

.metabars span a {
  color: #666
}

.metabars .morepost {
  padding: 12px 0;
  font-size: 11px;
  color: #666;
  float: right
}

.metabars .morepost:after {
  font-family: 'FontAwesome';
  content: '\f105';
  font-size: 12px;
  color: #666;
  margin-left: 2px
}

.metabars a:hover {
  color: #003049;
}

.metabars .commentcount {
  padding-top: 10px
}


/*--*/



/*----mystickymenu--------*/


/*----mystickymenu--------*/


#mysticky-nav {
  width: 100%;
  position: static;
}

#mysticky-nav.wrapfixed {
  position: fixed;
  left: 0px;
  margin-top: 0px;
  z-index: 99999;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  opacity: 1;
  background-color: #003049;
  ;
}

#mysticky-nav.wrapfixed .myfixed {
  background-color: #003049;
  position: relative;
  top: auto;
  left: auto;
  right: auto;
  width: auto !important;
}

#mysticky-nav .myfixed {
  margin: 0 auto;
  float: none;
  border: 0px;
  background: none;
  max-width: 100%;
}

#mysticky-nav .myfixed {
  padding: 2px 0 !important;
  box-shadow: rgba(0, 0, 0, 0.117647) 0 1px 3px
}

#mysticky-nav .myfixed .logo img {
  width: 100px
}

/*--*/

.header-section.header-normal .menu-item {
  -webkit-box-shadow: 0px 12px 15px rgba(36, 11, 12, 0.05);
  box-shadow: 0px 12px 15px rgba(36, 11, 12, 0.05);
}

.top-nav .tn-right .top-social a {
  display: inline-block;
  font-size: 16px;
  color: #19191a;
  margin-left: 15px;
}

.top-nav .tn-right .language-option:hover .flag-dropdown {
  top: 40px;
  opacity: 1;
  visibility: visible;
}

.top-nav .tn-right .language-option img {
  height: 26px;
  width: 26px;
  border-radius: 50%;
  margin-right: 10px;
}

.top-nav .tn-right .language-option span {
  font-size: 16px;
  color: #19191a;
  text-transform: uppercase;
  font-weight: 500;
}

.top-nav .tn-right .language-option .flag-dropdown {
  position: absolute;
  left: 0;
  top: 60px;
  width: 100px;
  background: #ffffff;
  display: block;
  padding: 10px 15px;
  -webkit-box-shadow: 0px 9px 10px rgba(25, 25, 26, 0.2);
  box-shadow: 0px 9px 10px rgba(25, 25, 26, 0.2);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  z-index: 99;
}

.top-nav .tn-right .language-option .flag-dropdown ul li {
  list-style: none;
  text-align: left;
}

.top-nav .tn-right .language-option .flag-dropdown ul li a {
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 500;
  color: #19191a;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.top-nav .tn-right .language-option .flag-dropdown ul li a:hover {
  color: #dfa974;
}

hr {
  text-align: center;
  margin-top: 0em;
}

.canvas-open {
  display: none;
}

.offcanvas-menu-wrapper {
  display: none;
}

/*--------------------- Hero -----------------------*/







/*>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
[ Header Mobile ]*/
.wrap-header-mobile {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  height: 70px;
  background-color: #fff;
  padding: 15px;
  display: none;

  box-shadow: 0 0px 3px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0px 3px 0px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 0px 3px 0px rgba(0, 0, 0, 0.2);
  -o-box-shadow: 0 0px 3px 0px rgba(0, 0, 0, 0.2);
  -ms-box-shadow: 0 0px 3px 0px rgba(0, 0, 0, 0.2);
}

/*------------------------------------------------------------------
[ Logo mobile ]*/
.logo-mobile {
  display: block;
  position: relative;
  height: 120%;
  padding-right: 25px;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
}

.logo-mobile img {
  max-width: calc(100% - 20px);
  max-height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
}



/*------------------------------------------------------------------
[ btn show menu ]*/
.hamburger {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  padding: 0;
  -webkit-transform: scale(0.7);
  -moz-transform: scale(0.7);
  -ms-transform: scale(0.7);
  -o-transform: scale(0.7);
  transform: scale(0.7);
}

.hamburger:hover {
  opacity: 1;
}

/*---------------------------------------------*/
@media (max-width: 991px) {
  .wrap-header-mobile {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }

  .desktop-show {
    display: none !important;
  }
}

/*==================================================================
[ Menu mobile ]*/
.menu-mobile {
  width: 100%;
  background-color: white;
  display: none;
}

.main-menu-m {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #003049;
}

.main-menu-m>li>a {
  color: #fcbf49;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 2.8;
  padding: 8px 20px 8px 20px;
  width: 100% !important;
}








.main-menu-m>li {
  color: white;
  position: relative;
}



.main-menu-m>li:hover {
  color: #003049;
  position: relative;
}







.arrow-main-menu-m {
  font-size: 14px;
  color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  right: 10px;
  top: 2px;
  padding: 10px;
  cursor: pointer;
}

.arrow-main-menu-m i {
  transform-origin: center;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}

.turn-arrow-main-menu-m i {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}

/*---------------------------------------------*/
.sub-menu-m {
  background-color: #003049;
  padding: 10px 15px 10px 32px;
  display: none;
}

.sub-menu-m a {
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  color: #fcbf49;
  line-height: 2.5;
  padding: 5px 0 5px 0;
  font-weight: 600;
}

.sub-menu-m a:hover {
  text-decoration: none;
  color: #fff;
}

@media (min-width: 992px) {
  .menu-mobile {
    display: none;
  }
}





.py-5 {
  padding-top: 5rem !important;
  padding-bottom: 5rem !important;
}



.p-5 {
  padding: 3rem !important;
}



.section-title {
  font-size: 15px;
  color: var(--primary);
  font-weight: 600;
  letter-spacing: 5px;
  text-transform: uppercase;
}




.text-white {
  color: #fff !important;
}


.btn-primary {
  color: #000;
  background-color: #ef7b00;
}



.btn {
  font-weight: 500;
  text-transform: uppercase;
  transition: .5s;
}


.video {
  position: relative;
  height: 100%;
  min-height: 500px;
  background: linear-gradient(rgba(15, 23, 43, .1), rgba(15, 23, 43, .1)), url(../images/rajasthan-cities.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}



.video1 {
  position: relative;
  height: 100%;
  min-height: 500px;
  background: linear-gradient(rgba(15, 23, 43, .1), rgba(15, 23, 43, .1)), url(../images/rajasthan-cities.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  background: url(../images/tourist-attraction.jpg);
}






/*//////////////////////////////////////////////////////////////////
[ Sidebar ]*/
.wrap-sidebar {
  position: fixed;
  z-index: 1100;
  width: 100%;
  height: 100vh;
  top: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.0);
  visibility: hidden;

  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}

.sidebar {
  position: fixed;
  z-index: 1100;
  width: 390px;
  max-width: calc(100% - 30px);
  height: 100vh;
  top: 0;
  right: -400px;
  background-color: #fff;

  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.34;
  transition: all 0.4s;

  box-shadow: 0 3px 6px 0px rgba(0, 0, 0, 0.18);
  -moz-box-shadow: 0 3px 6px 0px rgba(0, 0, 0, 0.18);
  -webkit-box-shadow: 0 3px 6px 0px rgba(0, 0, 0, 0.18);
  -o-box-shadow: 0 3px 6px 0px rgba(0, 0, 0, 0.18);
  -ms-box-shadow: 0 3px 6px 0px rgba(0, 0, 0, 0.18);
}

.show-sidebar {
  visibility: visible;
  background-color: rgba(0, 0, 0, 0.6);
}

.show-sidebar .sidebar {
  right: 0;
}

@media (max-width: 991px) {
  .wrap-sidebar {
    display: none;
  }
}

/*---------------------------------------------*/
.sidebar-content {
  flex-grow: 1;
  overflow: auto;
  align-content: space-between;
}

/*---------------------------------------------*/
.wrap-item-gallery {
  width: calc((100% - 20px) / 3);
}

.item-gallery {
  display: block;
  width: 100%;
  padding-top: 100%;
  position: relative;
}

.item-gallery::after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(103, 117, 214, 0.8);
  opacity: 0;

  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.34;
  transition: all 0.4s;
}

.item-gallery:hover:after {
  opacity: 1;
}


/*//////////////////////////////////////////////////////////////////
[ Header cart ]*/
.wrap-header-cart {
  position: fixed;
  z-index: 1100;
  width: 100%;
  height: 100vh;
  top: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.0);
  visibility: hidden;

  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}

.header-cart {
  position: fixed;
  z-index: 1100;
  width: 390px;
  max-width: calc(100% - 30px);
  height: 100vh;
  top: 0;
  right: -400px;
  background-color: #fff;

  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.34;
  transition: all 0.4s;

  box-shadow: 0 3px 6px 0px rgba(0, 0, 0, 0.18);
  -moz-box-shadow: 0 3px 6px 0px rgba(0, 0, 0, 0.18);
  -webkit-box-shadow: 0 3px 6px 0px rgba(0, 0, 0, 0.18);
  -o-box-shadow: 0 3px 6px 0px rgba(0, 0, 0, 0.18);
  -ms-box-shadow: 0 3px 6px 0px rgba(0, 0, 0, 0.18);
}

.header-cart::after {
  content: "";
  display: block;
  width: 100%;
  height: 9%;
  min-height: 30px;
}

.show-header-cart {
  visibility: visible;
  background-color: rgba(0, 0, 0, 0.6);
}

.show-header-cart .header-cart {
  right: 0;
}

/*---------------------------------------------*/
.header-cart-title {
  width: 260px;
  max-width: 100%;
  height: 16.5%;
  min-height: 85px;
}

.header-cart-content {
  flex-grow: 1;
  overflow: auto;
  align-content: space-between;
}

.header-cart-wrapitem {
  flex-grow: 1;
}

/*---------------------------------------------*/
.header-cart-item-img {
  width: 60px;
  position: relative;
  margin-right: 20px;
  cursor: pointer;
}

.header-cart-item-img img {
  width: 100%;
}

.header-cart-item-img::after {
  content: '\e870';
  font-family: Linearicons-Free;
  font-size: 16px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  opacity: 0;
}

.header-cart-item-img:hover:after {
  opacity: 1;
}

/*---------------------------------------------*/
.header-cart-item-txt {
  width: calc(100% - 80px);
}

.header-cart-item-name {
  display: block;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  color: #555;
  line-height: 1.3;
}

.header-cart-item-info {
  display: block;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  color: #888;
  line-height: 1.5;
}

.header-cart-total {
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  color: #222;
  line-height: 1.3;
}

/*---------------------------------------------*/
@media (max-width: 575px) {
  .header-cart {
    padding: 30px;
  }

  .header-cart-title {
    padding-bottom: 35px;
  }
}


/*//////////////////////////////////////////////////////////////////
[ Restyle Select2 ]*/

.rs1-select2 .select2-container {
  display: block;
  max-width: 100% !important;
  width: auto !important;
}

.rs1-select2 .select2-container .select2-selection--single {
  height: 45px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  border: none;
  outline: none;
  background-color: transparent;
  border-radius: 0px;
  position: relative;
}

/*------------------------------------------------------------------
[ in select ]*/
.rs1-select2 .select2-container .select2-selection--single .select2-selection__rendered {
  font-family: "Montserrat", sans-serif;
  font-size: 13px;
  color: #555;
  line-height: 1.2;
  padding-left: 20px;
  background-color: transparent;
}

.rs1-select2 .select2-container--default .select2-selection--single .select2-selection__arrow {
  width: 38px;
  height: 20px;
  top: calc(50% - 10px);
  right: 5px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  border-left: 1px solid #e6e6e6;
}

.rs1-select2 .select2-container--default .select2-selection--single .select2-selection__arrow b {
  display: none;
}

.rs1-select2 .select2-container--default .select2-selection--single .select2-selection__arrow::after {
  content: "\f0dc";
  font-family: FontAwesome;
  font-size: 13px;
  color: #808080;
}

.rs1-select2 .select2-container--default .select2-selection--single .select2-selection__arrow:hover:after {
  color: #003049;
}


/*------------------------------------------------------------------
[ Dropdown option ]*/
.rs1-select2 .select2-container--open .select2-dropdown {
  z-index: 1251;
  width: 100%;
  border: 1px solid #fff;
  border-radius: 0px;
  overflow: hidden;
  background-color: white;
  left: 0px;

  box-shadow: 0 3px 10px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 3px 10px 0px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 3px 10px 0px rgba(0, 0, 0, 0.2);
  -o-box-shadow: 0 3px 10px 0px rgba(0, 0, 0, 0.2);
  -ms-box-shadow: 0 3px 10px 0px rgba(0, 0, 0, 0.2);
}

.rs1-select2 .select2-dropdown--above {
  top: -2px;
}

.rs1-select2 .select2-dropdown--below {
  top: 2px;
}

.rs1-select2 .select2-container .select2-results__option[aria-selected] {
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 20px;
}

.rs1-select2 .select2-container .select2-results__option[aria-selected="true"] {
  background: #003049;
  color: white;
}

.rs1-select2 .select2-container .select2-results__option--highlighted[aria-selected] {
  background: #003049;
  color: white;
}

.rs1-select2 .select2-results__options {
  font-family: "Montserrat", sans-serif;
  font-size: 13px;
  color: #555;
  line-height: 1.2;
}

.rs1-select2 .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
  outline: none;
  font-family: "Montserrat", sans-serif;
  font-size: 13px;
  color: #555;
  line-height: 1.2;
}

/*------------------------------------------------------------------
[ rs2 ]*/
.rs2-select2 .select2-container .select2-selection--single {
  height: 40px;
}

.rs2-select2 .select2-container .select2-selection--single .select2-selection__rendered {
  padding-left: 15px;
}

.rs2-select2 .select2-container--default .select2-selection--single .select2-selection__arrow {
  width: 35px;
  right: 0px;
  border-left: none;
}

.rs2-select2 .select2-container--default .select2-selection--single .select2-selection__arrow::after {
  content: "\f0d7";
}



/*//////////////////////////////////////////////////////////////////
[ Slick1 ]*/
.wrap-slick1 {
  position: relative;
}

.item-slick1 {
  height: calc(100vh - 40px);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.rs1-slick1 .item-slick1 {
  height: calc(100vh - 84px);
}

.rs2-slick1 .item-slick1 {
  height: 100vh;
}


.rs2-slick11 .item-slick11 {
  height: 400px;
}

@media (max-width: 991px) {
  .item-slick1 {
    height: calc(70vh - 70px) !important;
  }
}

.arrow-slick1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  width: auto;
  height: auto;
  font-size: 80px;
  color: rgba(0, 0, 0, 0.3);
  position: absolute;
  opacity: 0;

  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);

  z-index: 200;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}

.wrap-slick1:hover .arrow-slick1 {
  opacity: 1;
}

.arrow-slick1:hover {
  color: #003049;
}

.next-slick1 {
  right: 50px;
  left: auto;
}

.prev-slick1 {
  left: 50px;
  right: auto;
}

@media (max-width: 991px) {
  .next-slick1 {
    right: 15px;
  }

  .prev-slick1 {
    left: 15px;
  }
}

/*---------------------------------------------*/
.rs2-slick1 .arrow-slick1 {
  color: rgba(255, 255, 255, 0.3);
}

.rs2-slick1 .arrow-slick1:hover {
  color: #003049;
}

.wrap-slick1-dots {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 60px;
}

.slick1-dots {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
}

.slick1-dots li {
  max-width: 190px;
  position: relative;
  cursor: pointer;
  margin-right: 1px;
}

.slick1-dots li img {
  width: 100%;
}

.caption-dots-slick1 {
  font-family: Poppins-ExtraLight;
  font-size: 16px;
  line-height: 1.3;
  color: #fff;
  text-align: center;

  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;

  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
  padding: 5px;

  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
  opacity: 0;
}

.slick1-dots li:hover .caption-dots-slick1 {
  opacity: 1;
}

.slick1-dots li.slick-active .caption-dots-slick1 {
  opacity: 1;
}

@media (max-width: 575px) {
  .caption-dots-slick1 {
    font-size: 13px;
  }

  .wrap-slick1-dots {
    bottom: 25px;
  }
}


/*//////////////////////////////////////////////////////////////////
[ Slick2 ]*/

.wrap-slick2 {
  position: relative;
  margin-right: -15px;
  margin-left: -15px;
}

/* ------------------------------------ */
.arrow-slick2 {
  position: absolute;
  z-index: 100;
  top: calc((100% - 60px) / 2);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 39px;
  color: #ccc;

  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}

.arrow-slick2:hover {
  color: #666;
}

.next-slick2 {
  right: -40px;
}

.prev-slick2 {
  left: -40px;
}

@media (max-width: 1300px) {
  .next-slick2 {
    right: 0px;
  }

  .prev-slick2 {
    left: 0px;
  }
}


/*//////////////////////////////////////////////////////////////////
[ Slick3 ]*/
.wrap-slick3 {
  position: relative;
}

/*---------------------------------------------*/
.wrap-slick3-arrows {
  position: absolute;
  z-index: 100;
  width: 83.333333%;
  right: 0;
  top: calc(50% - 20px);
}

.arrow-slick3 {
  font-size: 25px;
  color: #fff;
display: flex ;
justify-items: center;
align-items: center;
  position: absolute;
  /* top: 0; */
  width: 40px;
  height: 40px;
  background-color: rgba(0, 0, 0, 0.5);

  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}

.arrow-slick3:hover {
  background-color: rgba(0, 0, 0, 0.9);
}

.prev-slick3 {
  left: 0px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.next-slick3 {
  right: 0px;
  display: flex;
  align-items: center;
  justify-content: center;
}

/*---------------------------------------------*/
.wrap-slick3-dots {
  width: 11.111111%;
  overflow-y: scroll;
  height: 300px;
}

.slick3 {
  width: 83.333333%;
}

.slick3-dots li {
  display: block;
  position: relative;
  width: 100%;
  margin-bottom: 27px;
}

.slick3-dots li img {
  width: 100%;
}

.slick3-dot-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  cursor: pointer;
  border: 2px solid transparent;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}

.slick3-dot-overlay:hover {
  border-color: #ccc;
}

.slick3-dots .slick-active .slick3-dot-overlay {
  border-color: #ccc;
}



/*//////////////////////////////////////////////////////////////////
[ RS Magnific-Popup ]*/
.mfp-bg {
  z-index: 10000;
  background-color: #000;
  opacity: 0.9;
}

.mfp-wrap {
  z-index: 10000;
}

.mfp-arrow:after,
.mfp-arrow:before {
  display: none;
}

.mfp-arrow {
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}

button.mfp-arrow-right {
  background-image: url(../images/icons/icon-next.png);
  background-position: center center;
  background-repeat: no-repeat;
}

button.mfp-arrow-left {
  background-image: url(../images/icons/icon-prev.png);
  background-position: center center;
  background-repeat: no-repeat;
}

button.mfp-close {
  width: 75px !important;
  height: 58px !important;
  line-height: 44px;
  position: fixed;
  right: 0;
  top: 0;
  color: transparent !important;
  background-image: url(../images/icons/icon-close.png);
  background-position: center center;
  background-repeat: no-repeat;
  cursor: pointer !important;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}

/* overlay at start */
.mfp-fade.mfp-bg {
  opacity: 0;

  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

/* overlay animate in */
.mfp-fade.mfp-bg.mfp-ready {
  opacity: 0.9;
}

/* overlay animate out */
.mfp-fade.mfp-bg.mfp-removing {
  opacity: 0;
}

/* content at start */
.mfp-fade.mfp-wrap .mfp-content {
  opacity: 0;

  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

/* content animate it */
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1;
}

/* content animate out */
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0;
}


/*//////////////////////////////////////////////////////////////////
[ Tab01 ]*/
.tab01 .nav-tabs {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  border: none;
}

.tab01 .nav-tabs .nav-item {
  margin: 0px 15px;
}

.tab01 .nav-link {
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  color: #000;
  line-height: 1.2;

  padding: 0;
  border-radius: 0px;
  border: none;
  border-bottom: 1px solid transparent;

  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
  font-weight: 600;
}

.tab01 .nav-link.active {
  color: #333;
  border-color: #797979;
}

.tab01 .nav-link:hover {
  color: #333;
  border-color: #797979;
}



.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
  color: #000;
  background: none !important;
  border-color: #ddd #ddd #fff;
  font-weight: 600;
}

/*//////////////////////////////////////////////////////////////////
[ RS sweet alert ]*/
.swal-overlay {
  overflow-y: auto;
}

.swal-button:focus {
  outline: none;
  box-shadow: none;
}

.swal-button {
  background-color: #003049;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  color: white;
  text-transform: uppercase;
  font-weight: unset;
  border-radius: 4px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}

.swal-button:hover {
  background-color: #333;
}

.swal-button:active {
  background-color: #333;
}

.swal-title {
  font-family: Poppins-Bold;
  color: #333333;
  font-size: 18px;
  line-height: 1.5;
  padding: 0 15px;
}

.swal-text {
  font-family: "Montserrat", sans-serif;
  color: #555555;
  font-size: 16px;
  line-height: 1.666667;
  text-align: center;
}

.swal-footer {
  margin-top: 0;
}


/*//////////////////////////////////////////////////////////////////
[ Filter ]*/
.show-search .icon-search,
.show-filter .icon-filter {
  display: none;
}

.show-search .icon-close-search,
.show-filter .icon-close-filter {
  display: unset;
}

.show-search,
.show-filter {
  background-color: #f2f2f2;
  border-color: #e7e7e7;
  position: relative;
}

.show-search::after,
.show-filter::after {
  content: "";
  position: absolute;
  display: block;

  width: 14px;
  height: 14px;
  background-color: #f2f2f2;
  border-left: 1px solid #e7e7e7;
  border-bottom: 1px solid #e7e7e7;

  transform-origin: center center;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);

  left: calc(50% - 7px);
  bottom: -8px;

  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}

.show-search:hover:after,
.show-filter:hover:after {
  background-color: #003049;
  border-color: #003049;
}

/*---------------------------------------------*/
.filter-col1 {
  width: 27%;
}

.filter-col2 {
  width: 27%;
}

.filter-col3 {
  width: 26%;
}

.filter-col4 {
  width: 20%;
}

/*---------------------------------------------*/
.filter-link {
  color: #aaa;
  border-bottom: 1px solid transparent;
}

.filter-link:hover {
  color: #003049;
  border-bottom: 1px solid #003049;
}

.filter-link-active {
  color: #003049;
  border-bottom: 1px solid #003049;
}

@media (max-width: 767px) {

  .filter-col1,
  .filter-col2,
  .filter-col3,
  .filter-col4 {
    width: 50%;
  }
}

@media (max-width: 575px) {

  .filter-col1,
  .filter-col2,
  .filter-col3,
  .filter-col4 {
    width: 100%;
  }
}



/*//////////////////////////////////////////////////////////////////
[ Num Product ]*/
.wrap-num-product {
  width: 140px;
  height: 45px;
  border: 1px solid #e6e6e6;
  border-radius: 3px;
  overflow: hidden;
}

.btn-num-product-up,
.btn-num-product-down {
  width: 45px;
  height: 100%;
  cursor: pointer;
}

.num-product {
  width: calc(100% - 90px);
  height: 100%;
  border-left: 1px solid #e6e6e6;
  border-right: 1px solid #e6e6e6;
  background-color: #f7f7f7;
}

input.num-product {
  -moz-appearance: textfield;
  appearance: none;
  -webkit-appearance: none;
}

input.num-product::-webkit-outer-spin-button,
input.num-product::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/*//////////////////////////////////////////////////////////////////
[ Tolltip100 ]*/
.tooltip100 {
  position: relative;
}

.tooltip100::after {
  content: attr(data-tooltip);
  font-family: "Montserrat", sans-serif;
  font-size: 12px;
  color: #888;
  line-height: 18px;
  white-space: nowrap;

  display: block;
  position: absolute;
  background: #fff;
  border: 1px solid #ccc;
  height: 20px;
  padding: 0px 8px;
  top: -35px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);

  box-shadow: 0 3px 6px 0px rgba(0, 0, 0, 0.18);
  -moz-box-shadow: 0 3px 6px 0px rgba(0, 0, 0, 0.18);
  -webkit-box-shadow: 0 3px 6px 0px rgba(0, 0, 0, 0.18);
  -o-box-shadow: 0 3px 6px 0px rgba(0, 0, 0, 0.18);
  -ms-box-shadow: 0 3px 6px 0px rgba(0, 0, 0, 0.18);

  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;

  visibility: hidden;
  opacity: 0;
}

.tooltip100:hover:after {
  visibility: visible;
  opacity: 1;
}


/*//////////////////////////////////////////////////////////////////
[ Modal1 ]*/
.wrap-modal1 {
  position: fixed;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  z-index: 9000;
  overflow: auto;

  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;

  visibility: hidden;
  opacity: 0;
}

.overlay-modal1 {
  position: fixed;
  z-index: -1;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #000;
  opacity: 0.8;
}

.show-modal1 {
  visibility: visible;
  opacity: 1;
}

.wrap-modal75 {
  position: fixed;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  z-index: 9000;
  overflow: auto;

  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;

  visibility: hidden;
  opacity: 0;
}

.overlay-modal75 {
  position: fixed;
  z-index: -1;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #000;
  opacity: 0.8;
}

.show-modal75 {
  visibility: visible;
  opacity: 1;
}

.wrap-modal100 {
  position: fixed;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  z-index: 9000;
  overflow: auto;

  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;

  visibility: hidden;
  opacity: 0;
}

.overlay-modal100 {
  position: fixed;
  z-index: -1;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #000;
  opacity: 0.8;
}

.show-modal100 {
  visibility: visible;
  opacity: 1;
}

.wrap-modal101 {
  position: fixed;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  z-index: 9000;
  overflow: auto;

  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;

  visibility: hidden;
  opacity: 0;
}

.overlay-modal101 {
  position: fixed;
  z-index: -1;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #000;
  opacity: 0.8;
}

.show-modal101 {
  visibility: visible;
  opacity: 1;
}

.wrap-modal102 {
  position: fixed;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  z-index: 9000;
  overflow: auto;

  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;

  visibility: hidden;
  opacity: 0;
}

.overlay-modal102 {
  position: fixed;
  z-index: -1;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #000;
  opacity: 0.8;
}

.show-modal102 {
  visibility: visible;
  opacity: 1;
}


.wrap-modal103 {
  position: fixed;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  z-index: 9000;
  overflow: auto;

  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;

  visibility: hidden;
  opacity: 0;
}

.overlay-modal103 {
  position: fixed;
  z-index: -1;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #000;
  opacity: 0.8;
}

.show-modal103 {
  visibility: visible;
  opacity: 1;
}

.wrap-modal104 {
  position: fixed;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  z-index: 9000;
  overflow: auto;

  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;

  visibility: hidden;
  opacity: 0;
}

.overlay-modal104 {
  position: fixed;
  z-index: -1;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #000;
  opacity: 0.8;
}

.show-modal104 {
  visibility: visible;
  opacity: 1;
}

.wrap-modal105 {
  position: fixed;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  z-index: 9000;
  overflow: auto;

  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;

  visibility: hidden;
  opacity: 0;
}

.overlay-modal105 {
  position: fixed;
  z-index: -1;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #000;
  opacity: 0.8;
}

.show-modal105 {
  visibility: visible;
  opacity: 1;
}

.wrap-modal106 {
  position: fixed;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  z-index: 9000;
  overflow: auto;

  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;

  visibility: hidden;
  opacity: 0;
}

.overlay-modal106 {
  position: fixed;
  z-index: -1;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #000;
  opacity: 0.8;
}

.show-modal106 {
  visibility: visible;
  opacity: 1;
}

.wrap-modal107 {
  position: fixed;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  z-index: 9000;
  overflow: auto;

  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;

  visibility: hidden;
  opacity: 0;
}

.overlay-modal107 {
  position: fixed;
  z-index: -1;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #000;
  opacity: 0.8;
}

.show-modal107 {
  visibility: visible;
  opacity: 1;
}



.wrap-modal2 {
  position: fixed;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  z-index: 9000;
  overflow: auto;

  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;

  visibility: hidden;
  opacity: 0;
}

.overlay-modal2 {
  position: fixed;
  z-index: -1;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #000;
  opacity: 0.8;
}

.show-modal2 {
  visibility: visible;
  opacity: 1;
}








.wrap-modal3 {
  position: fixed;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  z-index: 9999;
  overflow: auto;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
  visibility: hidden;
  opacity: 0;
}


.overlay-modal3 {
  position: fixed;
  z-index: -1;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #000;
  opacity: 0.8;
}

.show-modal3 {
  visibility: visible;
  opacity: 1;
}









.wrap-modal4 {
  position: fixed;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  z-index: 9000;
  overflow: auto;

  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;

  visibility: hidden;
  opacity: 0;
}

.overlay-modal4 {
  position: fixed;
  z-index: -1;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #000;
  opacity: 0.8;
}

.show-modal4 {
  visibility: visible;
  opacity: 1;
}






.wrap-modal41 {
  position: fixed;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  z-index: 9000;
  overflow: auto;

  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;

  visibility: hidden;
  opacity: 0;
}

.overlay-modal41 {
  position: fixed;
  z-index: -1;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #000;
  opacity: 0.8;
}

.show-modal41 {
  visibility: visible;
  opacity: 1;
}











.wrap-modal42 {
  position: fixed;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  z-index: 9000;
  overflow: auto;

  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;

  visibility: hidden;
  opacity: 0;
}

.overlay-modal42 {
  position: fixed;
  z-index: -1;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #000;
  opacity: 0.8;
}

.show-modal42 {
  visibility: visible;
  opacity: 1;
}






.wrap-modal5 {
  position: fixed;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  z-index: 9000;
  overflow: auto;

  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;

  visibility: hidden;
  opacity: 0;
}

.overlay-modal5 {
  position: fixed;
  z-index: -1;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #000;
  opacity: 0.8;
}

.show-modal5 {
  visibility: visible;
  opacity: 1;
}







.wrap-modal6 {
  position: fixed;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  z-index: 9000;
  overflow: auto;

  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;

  visibility: hidden;
  opacity: 0;
}

.overlay-modal6 {
  position: fixed;
  z-index: -1;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #000;
  opacity: 0.8;
}

.show-modal6 {
  visibility: visible;
  opacity: 1;
}






.wrap-modal7 {
  position: fixed;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  z-index: 9000;
  overflow: auto;

  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;

  visibility: hidden;
  opacity: 0;
}

.overlay-modal7 {
  position: fixed;
  z-index: -1;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #000;
  opacity: 0.8;
}

.show-modal7 {
  visibility: visible;
  opacity: 1;
}



.wrap-modal8 {
  position: fixed;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  z-index: 9000;
  overflow: auto;

  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;

  visibility: hidden;
  opacity: 0;
}

.overlay-modal8 {
  position: fixed;
  z-index: -1;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #000;
  opacity: 0.8;
}

.show-modal8 {
  visibility: visible;
  opacity: 1;
}







.wrap-modal9 {
  position: fixed;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  z-index: 9000;
  overflow: auto;

  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;

  visibility: hidden;
  opacity: 0;
}

.overlay-modal9 {
  position: fixed;
  z-index: -1;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #000;
  opacity: 0.8;
}

.show-modal9 {
  visibility: visible;
  opacity: 1;
}






.wrap-modal10 {
  position: fixed;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  z-index: 9000;
  overflow: auto;

  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;

  visibility: hidden;
  opacity: 0;
}

.overlay-modal10 {
  position: fixed;
  z-index: -1;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #000;
  opacity: 0.8;
}

.show-modal10 {
  visibility: visible;
  opacity: 1;
}






.wrap-modal11 {
  position: fixed;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  z-index: 9000;
  overflow: auto;

  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;

  visibility: hidden;
  opacity: 0;
}

.overlay-modal11 {
  position: fixed;
  z-index: -1;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #000;
  opacity: 0.8;
}

.show-modal11 {
  visibility: visible;
  opacity: 1;
}






.wrap-modal12 {
  position: fixed;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  z-index: 9000;
  overflow: auto;

  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;

  visibility: hidden;
  opacity: 0;
}

.overlay-modal12 {
  position: fixed;
  z-index: -1;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #000;
  opacity: 0.8;
}

.show-modal12 {
  visibility: visible;
  opacity: 1;
}


/*//////////////////////////////////////////////////////////////////
end crown products



-------------start skin products --------*/




.wrap-modal13 {
  position: fixed;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  z-index: 9000;
  overflow: auto;

  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;

  visibility: hidden;
  opacity: 0;
}

.overlay-modal13 {
  position: fixed;
  z-index: -1;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #000;
  opacity: 0.8;
}

.show-modal13 {
  visibility: visible;
  opacity: 1;
}








.wrap-modal14 {
  position: fixed;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  z-index: 9000;
  overflow: auto;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
  visibility: hidden;
  opacity: 0;
}

.overlay-modal14 {
  position: fixed;
  z-index: -1;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #000;
  opacity: 0.8;
}

.show-modal14 {
  visibility: visible;
  opacity: 1;
}







.wrap-modal15 {
  position: fixed;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  z-index: 9000;
  overflow: auto;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
  visibility: hidden;
  opacity: 0;
}

.overlay-modal15 {
  position: fixed;
  z-index: -1;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #000;
  opacity: 0.8;
}

.show-modal15 {
  visibility: visible;
  opacity: 1;
}






.wrap-modal16 {
  position: fixed;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  z-index: 9000;
  overflow: auto;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
  visibility: hidden;
  opacity: 0;
}

.overlay-modal16 {
  position: fixed;
  z-index: -1;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #000;
  opacity: 0.8;
}

.show-modal16 {
  visibility: visible;
  opacity: 1;
}





.wrap-modal17 {
  position: fixed;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  z-index: 9000;
  overflow: auto;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
  visibility: hidden;
  opacity: 0;
}

.overlay-modal17 {
  position: fixed;
  z-index: -1;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #000;
  opacity: 0.8;
}

.show-modal17 {
  visibility: visible;
  opacity: 1;
}






.wrap-modal18 {
  position: fixed;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  z-index: 9000;
  overflow: auto;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
  visibility: hidden;
  opacity: 0;
}

.overlay-modal18 {
  position: fixed;
  z-index: -1;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #000;
  opacity: 0.8;
}

.show-modal18 {
  visibility: visible;
  opacity: 1;
}






.wrap-modal19 {
  position: fixed;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  z-index: 9000;
  overflow: auto;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
  visibility: hidden;
  opacity: 0;
}

.overlay-modal19 {
  position: fixed;
  z-index: -1;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #000;
  opacity: 0.8;
}

.show-modal19 {
  visibility: visible;
  opacity: 1;
}




.wrap-modal20 {
  position: fixed;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  z-index: 9000;
  overflow: auto;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
  visibility: hidden;
  opacity: 0;
}

.overlay-modal20 {
  position: fixed;
  z-index: -1;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #000;
  opacity: 0.8;
}

.show-modal20 {
  visibility: visible;
  opacity: 1;
}





.wrap-modal21 {
  position: fixed;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  z-index: 9000;
  overflow: auto;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
  visibility: hidden;
  opacity: 0;
}

.overlay-modal21 {
  position: fixed;
  z-index: -1;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #000;
  opacity: 0.8;
}

.show-modal21 {
  visibility: visible;
  opacity: 1;
}







.wrap-modal22 {
  position: fixed;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  z-index: 9000;
  overflow: auto;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
  visibility: hidden;
  opacity: 0;
}

.overlay-modal22 {
  position: fixed;
  z-index: -1;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #000;
  opacity: 0.8;
}

.show-modal22 {
  visibility: visible;
  opacity: 1;
}




.wrap-modal23 {
  position: fixed;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  z-index: 9000;
  overflow: auto;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
  visibility: hidden;
  opacity: 0;
}

.overlay-modal23 {
  position: fixed;
  z-index: -1;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #000;
  opacity: 0.8;
}

.show-modal23 {
  visibility: visible;
  opacity: 1;
}






.wrap-modal24 {
  position: fixed;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  z-index: 9000;
  overflow: auto;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
  visibility: hidden;
  opacity: 0;
}

.overlay-modal24 {
  position: fixed;
  z-index: -1;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #000;
  opacity: 0.8;
}

.show-modal24 {
  visibility: visible;
  opacity: 1;
}




.wrap-modal25 {
  position: fixed;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  z-index: 9000;
  overflow: auto;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
  visibility: hidden;
  opacity: 0;
}

.overlay-modal25 {
  position: fixed;
  z-index: -1;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #000;
  opacity: 0.8;
}

.show-modal25 {
  visibility: visible;
  opacity: 1;
}





.wrap-modal26 {
  position: fixed;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  z-index: 9000;
  overflow: auto;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
  visibility: hidden;
  opacity: 0;
}

.overlay-modal26 {
  position: fixed;
  z-index: -1;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #000;
  opacity: 0.8;
}

.show-modal26 {
  visibility: visible;
  opacity: 1;
}




.wrap-modal27 {
  position: fixed;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  z-index: 9000;
  overflow: auto;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
  visibility: hidden;
  opacity: 0;
}

.overlay-modal27 {
  position: fixed;
  z-index: -1;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #000;
  opacity: 0.8;
}

.show-modal27 {
  visibility: visible;
  opacity: 1;
}









.wrap-modal28 {
  position: fixed;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  z-index: 9000;
  overflow: auto;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
  visibility: hidden;
  opacity: 0;
}

.overlay-modal28 {
  position: fixed;
  z-index: -1;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #000;
  opacity: 0.8;
}

.show-modal28 {
  visibility: visible;
  opacity: 1;
}








.wrap-modal29 {
  position: fixed;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  z-index: 9000;
  overflow: auto;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
  visibility: hidden;
  opacity: 0;
}

.overlay-modal29 {
  position: fixed;
  z-index: -1;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #000;
  opacity: 0.8;
}

.show-modal29 {
  visibility: visible;
  opacity: 1;
}










.wrap-modal30 {
  position: fixed;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  z-index: 9000;
  overflow: auto;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
  visibility: hidden;
  opacity: 0;
}

.overlay-modal30 {
  position: fixed;
  z-index: -1;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #000;
  opacity: 0.8;
}

.show-modal30 {
  visibility: visible;
  opacity: 1;
}







.wrap-modal31 {
  position: fixed;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  z-index: 9000;
  overflow: auto;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
  visibility: hidden;
  opacity: 0;
}

.overlay-modal31 {
  position: fixed;
  z-index: -1;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #000;
  opacity: 0.8;
}

.show-modal31 {
  visibility: visible;
  opacity: 1;
}






.wrap-modal32 {
  position: fixed;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  z-index: 9000;
  overflow: auto;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
  visibility: hidden;
  opacity: 0;
}

.overlay-modal32 {
  position: fixed;
  z-index: -1;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #000;
  opacity: 0.8;
}

.show-modal32 {
  visibility: visible;
  opacity: 1;
}





.wrap-modal33 {
  position: fixed;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  z-index: 9000;
  overflow: auto;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
  visibility: hidden;
  opacity: 0;
}

.overlay-modal33 {
  position: fixed;
  z-index: -1;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #000;
  opacity: 0.8;
}

.show-modal33 {
  visibility: visible;
  opacity: 1;
}












.wrap-modal34 {
  position: fixed;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  z-index: 9000;
  overflow: auto;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
  visibility: hidden;
  opacity: 0;
}

.overlay-modal34 {
  position: fixed;
  z-index: -1;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #000;
  opacity: 0.8;
}

.show-modal34 {
  visibility: visible;
  opacity: 1;
}








.wrap-modal35 {
  position: fixed;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  z-index: 9000;
  overflow: auto;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
  visibility: hidden;
  opacity: 0;
}

.overlay-modal35 {
  position: fixed;
  z-index: -1;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #000;
  opacity: 0.8;
}

.show-modal35 {
  visibility: visible;
  opacity: 1;
}








.wrap-modal36 {
  position: fixed;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  z-index: 9000;
  overflow: auto;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
  visibility: hidden;
  opacity: 0;
}

.overlay-modal36 {
  position: fixed;
  z-index: -1;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #000;
  opacity: 0.8;
}

.show-modal36 {
  visibility: visible;
  opacity: 1;
}







.wrap-modal37 {
  position: fixed;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  z-index: 9000;
  overflow: auto;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
  visibility: hidden;
  opacity: 0;
}

.overlay-modal37 {
  position: fixed;
  z-index: -1;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #000;
  opacity: 0.8;
}

.show-modal37 {
  visibility: visible;
  opacity: 1;
}







.wrap-modal38 {
  position: fixed;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  z-index: 9000;
  overflow: auto;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
  visibility: hidden;
  opacity: 0;
}

.overlay-modal38 {
  position: fixed;
  z-index: -1;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #000;
  opacity: 0.8;
}

.show-modal38 {
  visibility: visible;
  opacity: 1;
}







.wrap-modal39 {
  position: fixed;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  z-index: 9000;
  overflow: auto;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
  visibility: hidden;
  opacity: 0;
}

.overlay-modal39 {
  position: fixed;
  z-index: -1;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #000;
  opacity: 0.8;
}

.show-modal39 {
  visibility: visible;
  opacity: 1;
}







.wrap-modal40 {
  position: fixed;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  z-index: 9000;
  overflow: auto;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
  visibility: hidden;
  opacity: 0;
}

.overlay-modal40 {
  position: fixed;
  z-index: -1;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #000;
  opacity: 0.8;
}

.show-modal40 {
  visibility: visible;
  opacity: 1;
}






.wrap-modal41eye {
  position: fixed;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  z-index: 9000;
  overflow: auto;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
  visibility: hidden;
  opacity: 0;
}

.overlay-modal41eye {
  position: fixed;
  z-index: -1;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #000;
  opacity: 0.8;
}

.show-modal41eye {
  visibility: visible;
  opacity: 1;
}







.wrap-modal42eye {
  position: fixed;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  z-index: 9000;
  overflow: auto;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
  visibility: hidden;
  opacity: 0;
}

.overlay-modal42eye {
  position: fixed;
  z-index: -1;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #000;
  opacity: 0.8;
}

.show-modal42eye {
  visibility: visible;
  opacity: 1;
}








.wrap-modal43eye {
  position: fixed;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  z-index: 9000;
  overflow: auto;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
  visibility: hidden;
  opacity: 0;
}

.overlay-modal43eye {
  position: fixed;
  z-index: -1;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #000;
  opacity: 0.8;
}

.show-modal43eye {
  visibility: visible;
  opacity: 1;
}










.wrap-modal44eye {
  position: fixed;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  z-index: 9000;
  overflow: auto;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
  visibility: hidden;
  opacity: 0;
}

.overlay-modal44eye {
  position: fixed;
  z-index: -1;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #000;
  opacity: 0.8;
}

.show-modal44eye {
  visibility: visible;
  opacity: 1;
}






.wrap-modal41 {
  position: fixed;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  z-index: 9000;
  overflow: auto;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
  visibility: hidden;
  opacity: 0;
}

.overlay-modal41 {
  position: fixed;
  z-index: -1;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #000;
  opacity: 0.8;
}

.show-modal41 {
  visibility: visible;
  opacity: 1;
}









.wrap-modal42 {
  position: fixed;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  z-index: 9000;
  overflow: auto;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
  visibility: hidden;
  opacity: 0;
}

.overlay-modal42 {
  position: fixed;
  z-index: -1;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #000;
  opacity: 0.8;
}

.show-modal42 {
  visibility: visible;
  opacity: 1;
}










.wrap-modal43 {
  position: fixed;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  z-index: 9000;
  overflow: auto;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
  visibility: hidden;
  opacity: 0;
}

.overlay-modal43 {
  position: fixed;
  z-index: -1;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #000;
  opacity: 0.8;
}

.show-modal43 {
  visibility: visible;
  opacity: 1;
}













.wrap-modal44 {
  position: fixed;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  z-index: 9000;
  overflow: auto;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
  visibility: hidden;
  opacity: 0;
}

.overlay-modal44 {
  position: fixed;
  z-index: -1;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #000;
  opacity: 0.8;
}

.show-modal44 {
  visibility: visible;
  opacity: 1;
}











.wrap-modal45 {
  position: fixed;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  z-index: 9000;
  overflow: auto;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
  visibility: hidden;
  opacity: 0;
}

.overlay-modal45 {
  position: fixed;
  z-index: -1;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #000;
  opacity: 0.8;
}

.show-modal45 {
  visibility: visible;
  opacity: 1;
}













.wrap-modal46 {
  position: fixed;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  z-index: 9000;
  overflow: auto;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
  visibility: hidden;
  opacity: 0;
}

.overlay-modal46 {
  position: fixed;
  z-index: -1;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #000;
  opacity: 0.8;
}

.show-modal46 {
  visibility: visible;
  opacity: 1;
}








.wrap-modal47 {
  position: fixed;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  z-index: 9000;
  overflow: auto;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
  visibility: hidden;
  opacity: 0;
}

.overlay-modal47 {
  position: fixed;
  z-index: -1;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #000;
  opacity: 0.8;
}

.show-modal47 {
  visibility: visible;
  opacity: 1;
}








.wrap-modal48 {
  position: fixed;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  z-index: 9000;
  overflow: auto;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
  visibility: hidden;
  opacity: 0;
}

.overlay-modal48 {
  position: fixed;
  z-index: -1;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #000;
  opacity: 0.8;
}

.show-modal48 {
  visibility: visible;
  opacity: 1;
}













.wrap-modal49 {
  position: fixed;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  z-index: 9000;
  overflow: auto;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
  visibility: hidden;
  opacity: 0;
}

.overlay-modal49 {
  position: fixed;
  z-index: -1;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #000;
  opacity: 0.8;
}

.show-modal49 {
  visibility: visible;
  opacity: 1;
}












.wrap-modal50 {
  position: fixed;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  z-index: 9000;
  overflow: auto;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
  visibility: hidden;
  opacity: 0;
}

.overlay-modal50 {
  position: fixed;
  z-index: -1;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #000;
  opacity: 0.8;
}

.show-modal50 {
  visibility: visible;
  opacity: 1;
}














.wrap-modal51 {
  position: fixed;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  z-index: 9000;
  overflow: auto;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
  visibility: hidden;
  opacity: 0;
}

.overlay-modal51 {
  position: fixed;
  z-index: -1;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #000;
  opacity: 0.8;
}

.show-modal51 {
  visibility: visible;
  opacity: 1;
}








.wrap-modal52 {
  position: fixed;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  z-index: 9000;
  overflow: auto;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
  visibility: hidden;
  opacity: 0;
}

.overlay-modal52 {
  position: fixed;
  z-index: -1;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #000;
  opacity: 0.8;
}

.show-modal52 {
  visibility: visible;
  opacity: 1;
}









.wrap-modal53 {
  position: fixed;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  z-index: 9000;
  overflow: auto;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
  visibility: hidden;
  opacity: 0;
}

.overlay-modal53 {
  position: fixed;
  z-index: -1;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #000;
  opacity: 0.8;
}

.show-modal53 {
  visibility: visible;
  opacity: 1;
}












.wrap-modal54 {
  position: fixed;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  z-index: 9000;
  overflow: auto;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
  visibility: hidden;
  opacity: 0;
}

.overlay-modal54 {
  position: fixed;
  z-index: -1;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #000;
  opacity: 0.8;
}

.show-modal54 {
  visibility: visible;
  opacity: 1;
}








.wrap-modal55 {
  position: fixed;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  z-index: 9000;
  overflow: auto;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
  visibility: hidden;
  opacity: 0;
}

.overlay-modal55 {
  position: fixed;
  z-index: -1;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #000;
  opacity: 0.8;
}

.show-modal55 {
  visibility: visible;
  opacity: 1;
}













.wrap-modal56 {
  position: fixed;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  z-index: 9000;
  overflow: auto;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
  visibility: hidden;
  opacity: 0;
}

.overlay-modal56 {
  position: fixed;
  z-index: -1;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #000;
  opacity: 0.8;
}

.show-modal56 {
  visibility: visible;
  opacity: 1;
}










.wrap-modal57 {
  position: fixed;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  z-index: 9000;
  overflow: auto;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
  visibility: hidden;
  opacity: 0;
}

.overlay-modal57 {
  position: fixed;
  z-index: -1;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #000;
  opacity: 0.8;
}

.show-modal57 {
  visibility: visible;
  opacity: 1;
}








.wrap-modal58 {
  position: fixed;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  z-index: 9000;
  overflow: auto;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
  visibility: hidden;
  opacity: 0;
}

.overlay-modal58 {
  position: fixed;
  z-index: -1;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #000;
  opacity: 0.8;
}

.show-modal58 {
  visibility: visible;
  opacity: 1;
}










.wrap-modal59 {
  position: fixed;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  z-index: 9000;
  overflow: auto;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
  visibility: hidden;
  opacity: 0;
}

.overlay-modal59 {
  position: fixed;
  z-index: -1;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #000;
  opacity: 0.8;
}

.show-modal59 {
  visibility: visible;
  opacity: 1;
}










.wrap-modal60 {
  position: fixed;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  z-index: 9000;
  overflow: auto;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
  visibility: hidden;
  opacity: 0;
}

.overlay-modal60 {
  position: fixed;
  z-index: -1;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #000;
  opacity: 0.8;
}

.show-modal60 {
  visibility: visible;
  opacity: 1;
}









.wrap-modal61 {
  position: fixed;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  z-index: 9000;
  overflow: auto;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
  visibility: hidden;
  opacity: 0;
}

.overlay-modal61 {
  position: fixed;
  z-index: -1;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #000;
  opacity: 0.8;
}

.show-modal61 {
  visibility: visible;
  opacity: 1;
}






.wrap-modal62 {
  position: fixed;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  z-index: 9000;
  overflow: auto;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
  visibility: hidden;
  opacity: 0;
}

.overlay-modal62 {
  position: fixed;
  z-index: -1;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #000;
  opacity: 0.8;
}

.show-modal62 {
  visibility: visible;
  opacity: 1;
}






.wrap-modal63 {
  position: fixed;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  z-index: 9000;
  overflow: auto;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
  visibility: hidden;
  opacity: 0;
}

.overlay-modal63 {
  position: fixed;
  z-index: -1;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #000;
  opacity: 0.8;
}

.show-modal63 {
  visibility: visible;
  opacity: 1;
}









.wrap-modal64 {
  position: fixed;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  z-index: 9000;
  overflow: auto;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
  visibility: hidden;
  opacity: 0;
}

.overlay-modal64 {
  position: fixed;
  z-index: -1;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #000;
  opacity: 0.8;
}

.show-modal64 {
  visibility: visible;
  opacity: 1;
}








.wrap-modal65 {
  position: fixed;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  z-index: 9000;
  overflow: auto;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
  visibility: hidden;
  opacity: 0;
}

.overlay-modal65 {
  position: fixed;
  z-index: -1;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #000;
  opacity: 0.8;
}

.show-modal65 {
  visibility: visible;
  opacity: 1;
}







.wrap-modal66 {
  position: fixed;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  z-index: 9000;
  overflow: auto;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
  visibility: hidden;
  opacity: 0;
}

.overlay-modal66 {
  position: fixed;
  z-index: -1;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #000;
  opacity: 0.8;
}

.show-modal66 {
  visibility: visible;
  opacity: 1;
}






.wrap-modal67 {
  position: fixed;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  z-index: 9000;
  overflow: auto;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
  visibility: hidden;
  opacity: 0;
}

.overlay-modal67 {
  position: fixed;
  z-index: -1;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #000;
  opacity: 0.8;
}

.show-modal67 {
  visibility: visible;
  opacity: 1;
}




.wrap-modal68 {
  position: fixed;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  z-index: 9000;
  overflow: auto;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
  visibility: hidden;
  opacity: 0;
}

.overlay-modal68 {
  position: fixed;
  z-index: -1;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #000;
  opacity: 0.8;
}

.show-modal68 {
  visibility: visible;
  opacity: 1;
}


/* 200 modal start */

.wrap-modal200 {
  position: fixed;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  z-index: 9000;
  overflow: auto;

  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;

  visibility: hidden;
  opacity: 0;
}

.overlay-modal200 {
  position: fixed;
  z-index: -1;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #000;
  opacity: 0.8;
}

.show-modal200 {
  visibility: visible;
  opacity: 1;
}

/* 201 modal start */

.wrap-modal201 {
  position: fixed;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  z-index: 9000;
  overflow: auto;

  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;

  visibility: hidden;
  opacity: 0;
}

.overlay-modal201 {
  position: fixed;
  z-index: -1;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #000;
  opacity: 0.8;
}

.show-modal201 {
  visibility: visible;
  opacity: 1;
}

/* 202 modal start */

.wrap-modal202 {
  position: fixed;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  z-index: 9000;
  overflow: auto;

  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;

  visibility: hidden;
  opacity: 0;
}

.overlay-modal202 {
  position: fixed;
  z-index: -1;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #000;
  opacity: 0.8;
}

.show-modal202 {
  visibility: visible;
  opacity: 1;
}

/* 203 modal start */

.wrap-modal203 {
  position: fixed;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  z-index: 9000;
  overflow: auto;

  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;

  visibility: hidden;
  opacity: 0;
}

.overlay-modal203 {
  position: fixed;
  z-index: -1;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #000;
  opacity: 0.8;
}

.show-modal203 {
  visibility: visible;
  opacity: 1;
}

/* 204 modal start */

.wrap-modal204 {
  position: fixed;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  z-index: 9000;
  overflow: auto;

  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;

  visibility: hidden;
  opacity: 0;
}

.overlay-modal204 {
  position: fixed;
  z-index: -1;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #000;
  opacity: 0.8;
}

.show-modal204 {
  visibility: visible;
  opacity: 1;
}


/* 205 modal start */

.wrap-modal205 {
  position: fixed;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  z-index: 9000;
  overflow: auto;

  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;

  visibility: hidden;
  opacity: 0;
}

.overlay-modal205 {
  position: fixed;
  z-index: -1;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #000;
  opacity: 0.8;
}

.show-modal205 {
  visibility: visible;
  opacity: 1;
}


/* 206 modal start */

.wrap-modal206 {
  position: fixed;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  z-index: 9000;
  overflow: auto;

  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;

  visibility: hidden;
  opacity: 0;
}

.overlay-modal206 {
  position: fixed;
  z-index: -1;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #000;
  opacity: 0.8;
}

.show-modal206 {
  visibility: visible;
  opacity: 1;
}

/* 207 modal start */

.wrap-modal207 {
  position: fixed;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  z-index: 9000;
  overflow: auto;

  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;

  visibility: hidden;
  opacity: 0;
}

.overlay-modal207 {
  position: fixed;
  z-index: -1;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #000;
  opacity: 0.8;
}

.show-modal207 {
  visibility: visible;
  opacity: 1;
}

/* 209 modal start */

.wrap-modal209 {
  position: fixed;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  z-index: 9000;
  overflow: auto;

  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;

  visibility: hidden;
  opacity: 0;
}

.overlay-modal209 {
  position: fixed;
  z-index: -1;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #000;
  opacity: 0.8;
}

.show-modal209 {
  visibility: visible;
  opacity: 1;
}


.wrap-modal210 {
  position: fixed;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  z-index: 9000;
  overflow: auto;

  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;

  visibility: hidden;
  opacity: 0;
}

.overlay-modal210 {
  position: fixed;
  z-index: -1;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #000;
  opacity: 0.8;
}

.show-modal210 {
  visibility: visible;
  opacity: 1;
}


.wrap-modal211 {
  position: fixed;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  z-index: 9000;
  overflow: auto;

  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;

  visibility: hidden;
  opacity: 0;
}

.overlay-modal211 {
  position: fixed;
  z-index: -1;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #000;
  opacity: 0.8;
}

.show-modal211 {
  visibility: visible;
  opacity: 1;
}

.wrap-modal212 {
  position: fixed;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  z-index: 9000;
  overflow: auto;

  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;

  visibility: hidden;
  opacity: 0;
}

.overlay-modal212 {
  position: fixed;
  z-index: -1;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #000;
  opacity: 0.8;
}

.show-modal212 {
  visibility: visible;
  opacity: 1;
}


.wrap-modal213 {
  position: fixed;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  z-index: 9000;
  overflow: auto;

  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;

  visibility: hidden;
  opacity: 0;
}

.overlay-modal213 {
  position: fixed;
  z-index: -1;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #000;
  opacity: 0.8;
}

.show-modal213 {
  visibility: visible;
  opacity: 1;
}



.wrap-modal214 {
  position: fixed;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  z-index: 9000;
  overflow: auto;

  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;

  visibility: hidden;
  opacity: 0;
}

.overlay-modal214 {
  position: fixed;
  z-index: -1;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #000;
  opacity: 0.8;
}

.show-modal214 {
  visibility: visible;
  opacity: 1;
}
/*[ Table Shopping Cart ]*/

.wrap-table-shopping-cart {
  overflow: auto;
  border-left: 1px solid #e6e6e6;
  border-right: 1px solid #e6e6e6;
}

.table-shopping-cart {
  border-collapse: collapse;
  width: 100%;
  min-width: 680px;
}

.table-shopping-cart tr {
  border-top: 1px solid #e6e6e6;
  border-bottom: 1px solid #e6e6e6;
}

.table-shopping-cart .column-1 {
  width: 133px;
  padding-left: 50px;
}

.table-shopping-cart .column-2 {
  width: 220px;
  font-size: 15px;
}

.table-shopping-cart .column-3 {
  width: 120px;
  font-size: 16px;
}

.table-shopping-cart .column-4 {
  width: 145px;
  text-align: right;
}

.table-shopping-cart .column-5 {
  width: 172px;
  padding-right: 50px;
  text-align: right;
  font-size: 16px;
}

.table-shopping-cart .table_row {
  height: 185px;
}

.table-shopping-cart .table_row td {
  padding-bottom: 20px;
}

.table-shopping-cart .table_row td.column-1 {
  padding-bottom: 30px;
}

.table-shopping-cart .table_head th {
  font-family: Poppins-Bold;
  font-size: 13px;
  color: #555;
  text-transform: uppercase;
  line-height: 1.6;
  padding-top: 15px;
  padding-bottom: 15px;
}

.table-shopping-cart td {
  font-family: "Montserrat", sans-serif;
  color: #555;
  line-height: 1.6;
}



/*//////////////////////////////////////////////////////////////////
[ Block1 ]*/
.block1 {
  position: relative;
  border: 1px solid #e6e6e6;
}

.block1-txt {
  background-color: rgba(103, 117, 214, 0.0);
}

/*---------------------------------------------*/
.block1-name {
  color: #333;
}

.block1-info {
  color: #555;
}

/*---------------------------------------------*/
.block1-txt-child2 {
  border-bottom: 2px solid #fff;
  overflow: hidden;
  -webkit-transform: scaleX(0);
  -moz-transform: scaleX(0);
  -ms-transform: scaleX(0);
  -o-transform: scaleX(0);
  transform: scaleX(0);
}

.block1-link {
  -webkit-transform: translateY(250%);
  -moz-transform: translateY(250%);
  -ms-transform: translateY(250%);
  -o-transform: translateY(250%);
  transform: translateY(250%);
}

/*---------------------------------------------*/
.block1-txt:hover {
  background-color: rgba(0, 48, 73, 0.8);
}

.block1-txt:hover .block1-txt-child2 {
  -webkit-transform: scaleX(1);
  -moz-transform: scaleX(1);
  -ms-transform: scaleX(1);
  -o-transform: scaleX(1);
  transform: scaleX(1);
}

.block1-txt:hover .block1-link {
  -webkit-transform: translateY(0%);
  -moz-transform: translateY(0%);
  -ms-transform: translateY(0%);
  -o-transform: translateY(0%);
  transform: translateY(0%);
}

.block1-txt:hover .block1-name,
.block1-txt:hover .block1-info {
  color: #fff;
}

/*//////////////////////////////////////////////////////////////////
[ Block2 ]*/
.block2-pic {
  position: relative;
}

.block2-btn {
  position: absolute;
  bottom: -50px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}

.block2-pic:hover .block2-btn {
  bottom: 20px;
  background: #003049;
  color: #fff;
}

.block2-pic:hover .block2-btn:hover {
  bottom: 20px;
  background: #000;
  color: #fff;
}



.block2-txt-child2 {
  width: 30px;
}

.btn-addwish-b2 .icon-heart2 {
  opacity: 0;
}

.btn-addwish-b2:hover .icon-heart2 {
  opacity: 1;
}

.btn-addwish-b2:hover .icon-heart1 {
  opacity: 0;
}

.js-addedwish-b2 .icon-heart2 {
  opacity: 1;
}

.js-addedwish-b2 .icon-heart1 {
  opacity: 0;
}

/*---------------------------------------------*/
.label-new {
  position: relative;
}

.label-new::after {
  content: attr(data-label);
  font-family: Montserrat-Regular;
  font-size: 12px;
  color: #fff;
  line-height: 1.2;

  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  min-width: 50px;
  height: 22px;
  border-radius: 11px;
  padding: 0 6px;
  background-color: #66a8a6;
  top: 42px;
  left: 12px;
}



/*==================================================================
    TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT
==================================================================*/
.cl0 {
  color: #fff;
}

.cl1 {
  color: #003049;
}

.cl2 {
  color: #333;
}

.cl3 {
  color: #666;
}

.cl4 {
  color: #999;
}

.cl5 {
  color: #222;
}

.cl6 {
  color: #000;
}

.cl7 {
  color: #efe4e4 !important;
}

.cl7:hover {
  color: #fcbf49 !important;
}

.cl8 {
  color: #555;
}

.cl9 {
  color: #aaa;
}

.cl10 {
  color: #1d1d1d;
}

.cl11 {
  color: #f9ba48;
}

.cl12 {
  color: #ccc;
}

.cl13 {
  color: #000;
}

.colorwhite {
  color: #efe4e4;
  font-weight: 400;
}

.colorwhite:hover {
  color: #fff;
}


.cl13 {
  color: #000;
  font-size: 22px;
}

.cl13:hover {
  color: #003049;
}

/*//////////////////////////////////////////////////////////////////
[ S-Text 0 - 15 ]*/
.stext-101 {
  font-weight: 600;
  font-family: "Montserrat", sans-serif;
  font-size: 15px;
  line-height: 1.466667;
  text-transform: uppercase;
}

.stext-102 {
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  line-height: 1.7;
  text-align: left;
}

.stext-103 {
  font-family: "Montserrat", sans-serif;
  font-size: 15px;
  line-height: 1.466667;
}

.stext-104 {
  font-family: "Montserrat", sans-serif;
  font-size: 15px;
  line-height: 1.466667;
  color: #000 !important;
  font-weight: 600;
  text-align: center;
}

.stext-104:hover {
  color: #000 !important;
  font-weight: 600;
}

.stext-105 {
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  line-height: 1.466667;
  letter-spacing: 1px;
}

.stext-106 {
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  line-height: 1.2;
  font-weight: 600;
}

.stext-107 {
  font-family: "Montserrat", sans-serif;
  font-size: 15px;
  line-height: 22px;
  text-align: left;
  color: #efe4e4;
}

.stext-108 {
  font-family: Poppins-Light;
  font-size: 14px;
  line-height: 1.7143;
}

.stext-109 {
  font-family: "Montserrat", sans-serif;
  font-size: 12px;
  line-height: 1.833333;
}

.stext-110 {
  font-family: Poppins-Medium;
  font-size: 15px;
  line-height: 1.466667;
}

.stext-111 {
  font-family: "Montserrat", sans-serif;
  font-size: 13px;
  line-height: 1.6923;
}

.stext-112 {
  font-family: "Montserrat", sans-serif;
  font-size: 13px;
  line-height: 1.6923;
  color: #efe4e4;
}

.stext-113 {
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  line-height: 22px;
  text-align: left;
}


.stext-200 {
  font-family: "Montserrat", sans-serif;
  font-size: 15px;
  line-height: 22px;
  text-align: center;
}

.stext-114 {
  font-family: Poppins-Italic;
  font-size: 15px;
  line-height: 1.666667;
}

.stext-115 {
  font-family: "Montserrat", sans-serif;
  font-size: 15px;
  line-height: 1.666667;
  text-align: left;
}

.stext-116 {
  font-family: "Montserrat", sans-serif;
  font-size: 15px;
  line-height: 1.266667;
}

.stext-117 {
  font-family: Poppins-Light;
  font-size: 15px;
  line-height: 1.666667;
  text-align: left;
}

.stext-118 {
  font-family: "Montserrat", sans-serif;
  font-size: 13px;
  line-height: 1.923;
  text-align: center;
  color: #b2b2b2;
}


/*---------------------------------------------*/
.stext-301 {
  font-family: "Montserrat", sans-serif;
  font-size: 15px;
  line-height: 1.6;
  text-transform: uppercase;
  font-weight: 600;
}


/*//////////////////////////////////////////////////////////////////
[ M-Text 16 - 25 ]*/
.mtext-101 {
  font-family: Poppins-Medium;
  font-size: 18px;
  line-height: 1.333333;
}

.mtext-102 {
  font-family: Poppins-SemiBold;
  font-size: 16px;
  line-height: 1.6;
}

.mtext-103 {
  font-family: Poppins-Bold;
  font-size: 18px;
  line-height: 1.333333;
  text-transform: uppercase;
}

.mtext-104 {
  font-family: Poppins-Medium;
  font-size: 16px;
  line-height: 1.6;
}

.mtext-105 {
  font-family: "Montserrat", sans-serif;
  font-size: 24px;
  line-height: 1.5;
  font-weight: 600;
}

.mtext-106 {
  font-family: Poppins-SemiBold;
  font-size: 18px;
  line-height: 1.388888;
}

.mtext-107 {
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  line-height: 1.625;
}

.mtext-108 {
  font-family: "Montserrat", sans-serif;
  font-size: 20px;
  line-height: 1.3;
}

.mtext-109 {
  font-family: Poppins-Bold;
  font-size: 20px;
  line-height: 1.3;
  text-transform: uppercase;
}

.mtext-110 {
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  line-height: 1.222222;
  font-weight: 600;
}

.mtext-111 {
  font-family: "Montserrat", sans-serif;
  font-size: 30px;
  line-height: 1.2;
  font-weight: 600;
}


.mtext-112 {
  font-family: "Montserrat", sans-serif;
  font-size: 30px;
  line-height: 1.2;
  font-weight: 600;
  text-align: left;
}

.color {
  color: #fcbf49;
}

.textblack {

  color: #000 !important;
}


.mtext-112 {
  font-family: Poppins-Bold;
  font-size: 22px;
  line-height: 1.333333;
}

.mtext-113 {
  font-family: Poppins-Bold;
  font-size: 22px;
  line-height: 1.333333;
  text-transform: uppercase;
}


/*//////////////////////////////////////////////////////////////////
[ L-Text >= 26 ]*/
.ltext-101 {
  font-family: "centaur";
  font-size: 85px;
  line-height: 1.2857;
  color: #000;
  font-weight: 600;
  letter-spacing: 2px;
}

.ltext-102 {
  font-weight: 600;
  font-family: "Montserrat", sans-serif;
  font-size: 22px;
  line-height: 1.1;
}

.ltext-103 {
  font-family: Poppins-Bold;
  font-size: 36px;
  line-height: 1.1;
  text-transform: uppercase;
}

.ltext-104 {
  font-family: Poppins-Bold;
  font-size: 60px;
  line-height: 1.1;
  text-transform: uppercase;
}

.ltext-105 {
  text-align: center;
  font-weight: 600;
  font-family: "Montserrat", sans-serif;
  font-size: 35px;
  line-height: 1.2;
  padding-bottom: 2px;
  color: #000;
}

.ltext-106 {
  font-family: Poppins-Bold;
  font-size: 36px;
  line-height: 1.2;
}

.ltext-107 {
  font-family: Poppins-Bold;
  font-size: 30px;
  line-height: 1.1;
}

.ltext-108 {
  font-family: Poppins-Bold;
  font-size: 26px;
  line-height: 1.3846;
  text-align: left !important;
}

.ltext-109 {
  font-family: Poppins-Bold;
  font-size: 36px;
  line-height: 1.2;
}


/*---------------------------------------------*/
.ltext-201 {
  font-family: "Montserrat", sans-serif;
  font-size: 25px;
  line-height: 1.1;
  font-weight: 600;
  color: #000;
}

.ltext-202 {
  font-family: PlayfairDisplay-Regular;
  font-size: 28px;
  line-height: 1.2857;
}



.p-t-100,
.p-tb-100,
.p-all-100 {
  padding-top: 0px !important;
}

.bggreen {
  background-image: url(../images/aloe-bg.png);
  background-repeat: no-repeat;
  background-attachment: fixed;
}


.about-bg {

  background-image: url(../images/about-bg2.png);
  background-attachment: fixed;
}

.smallicon {
  width: 60px;
  margin-bottom: 10px;
}

/*==================================================================
    SIZE SIZE SIZE SIZE SIZE SIZE SIZE SIZE SIZE SIZE SIZE SIZE SIZE 
==================================================================*/


/*//////////////////////////////////////////////////////////////////
[ Size ]*/
.size-101 {
  min-width: 161px;
  height: 46px;
}

.size-102 {
  min-width: 139px;
  height: 40px;
}

.size-103 {
  min-width: 179px;
  height: 46px;
}

.size-104 {
  min-width: 94px;
  height: 40px;
}

.size-105 {
  min-width: 111px;
  height: 40px;
}

.size-106 {
  width: 88px;
  height: 100%;
}

.size-107 {
  min-width: 145px;
  height: 40px;
}

.size-108 {
  width: 40px;
  height: 40px;
}

.size-109 {
  width: 60px;
  height: 60px;
}

.size-110 {
  width: 100%;
  min-height: 100px;
}

.size-111 {
  width: 100%;
  height: 40px;
}

.size-112 {
  min-width: 134px;
  height: 43px;
}

.size-113 {
  width: 38px;
  height: 60px;
}

.size-114 {
  width: calc(100% - 38px);
  height: 60px;
}

.size-115 {
  min-width: 185px;
  height: 45px;
}

.size-116 {
  width: 100%;
  height: 50px;
}

.size-117 {
  width: 220px;
  height: 45px;
}

.size-118 {
  min-width: 163px;
  height: 45px;
}

.size-119 {
  min-width: 156px;
  height: 45px;
}

.size-120 {
  width: 100%;
  min-height: 199px;
}

.size-121 {
  width: 100%;
  height: 46px;
}

.size-122 {
  width: 55px;
  height: 100%;
}

.size-123 {
  width: 70px;
  min-height: 70px;
}

.size-124 {
  width: 100%;
  min-height: 150px;
}

.size-125 {
  min-width: 180px;
  height: 40px;
}

/*//////////////////////////////////////////////////////////////////
[ Width ]*/
.size-201 {
  max-width: 270px;
}

.size-202 {
  width: calc(100% / 3);
}

.size-203 {
  width: 105px;
}

.size-204 {
  width: calc(100% - 105px);
}

.size-205 {
  width: 145px;
}

.size-206 {
  width: calc(100% - 145px);
}

.size-207 {
  width: calc(100% - 78px);
}

.size-208 {
  width: 34.5%;
}

.size-209 {
  width: 65.5%;
}

.size-210 {
  width: 50%;
}

.size-211 {
  width: 60px;
}

.size-212 {
  width: calc(100% - 60px);
  text-align: left;
}

.size-213 {
  max-width: 245px;
}

.size-214 {
  width: 90px;
}

.size-215 {
  width: calc(100% - 110px);
}

.size-216 {
  width: 55px;
}

.size-217 {
  width: calc(100% - 55px);
}

.size-218 {
  max-width: 286px;
}



/*//////////////////////////////////////////////////////////////////
[ Height ]*/
.size-301 {
  min-height: 30px;
}

.size-302 {
  min-height: 80px;
}

.size-303 {
  height: 390px;
}


/*==================================================================
   BACKGROUND BACKGROUND BACKGROUND BACKGROUND BACKGROUND BACKGROUND 
==================================================================*/
.bg-none {
  background-color: transparent;
}

.bg0 {
  background-color: #fff;
}

.bg011 {
  background-color: #ffff;
}

.bg1 {
  background-color: #003049;
}

.bg2 {
  background-color: #e6e6e6;
}

.bg3 {
  background-color: #003049;
}

.bg5 {
  background-color: rgba(0, 0, 0, 0.5);
}

.bg6 {
  background-color: #f2f2f2;
}

.bg7 {
  background-color: #333;
}

.bg8 {
  background-color: #f3f3f3;
}

.bg9 {
  background-color: rgba(255, 255, 255, 0.9);
}

.bgkuwait {
  background-image: url(../images/kuwait-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  visibility: visible;
  animation-delay: 0.1s;
  animation-name: fadeInUp;
}

.bglight1 {
  background-color: #fff;
}

/*---------------------------------------------*/
/* .bg-overlay1::before {
  content: "";
  position: absolute;
  z-index: -100;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #000;
  opacity: 0.5;
} */

/*---------------------------------------------*/
.bg-img1 {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}




/*==================================================================
       BORDER BORDER  BORDER  BORDER  BORDER  BORDER  BORDER  BORDER
==================================================================*/
.bor0 {
  border-radius: 50%;
}

.bor1 {
  border-radius: 23px;
  margin-top: 0px !important;
}

.bor2 {
  border-radius: 20px;
}

.bor3 {
  border-bottom: 1px solid transparent;
}

.bor4 {
  border: 1px solid #e6e6e6;
  border-radius: 3px;
}

.bor5 {
  border-left: 1px solid #e5e5e5;
  border-right: 1px solid #e5e5e5;
}

.bor6 {
  border-right: 1px solid rgba(255, 255, 255, 0.1);
}

.bor7 {
  border: 1px solid #ccc;
  border-radius: 15px;
}

.bor8 {
  border: 1px solid #e6e6e6;
  border-radius: 2px;
}

.bor9 {
  border-right: 1px solid #e6e6e6;
}

.bor10 {
  border: 1px solid #e6e6e6;
}

.bor11 {
  border-radius: 21px;
}

.bor12 {
  border-bottom: 1px dashed #d9d9d9;
}

.bor13 {
  border: 1px solid #e6e6e6;
  border-radius: 22px;
}

.bor14 {
  border-radius: 25px;
}

.bor15 {
  border-left: 1px solid #e6e6e6;
  border-right: 1px solid #e6e6e6;
  border-bottom: 1px solid #e6e6e6;
}

.bor16 {
  border-left: 3px solid #e6e6e6;
}

.bor17 {
  border: 1px solid #e6e6e6;
  border-radius: 25px;
}

/*---------------------------------------------*/
.bor18 {
  border-top: 1px solid #e6e6e6;
}

.bor18:last-child {
  border-bottom: 1px solid #e6e6e6;
}

/*---------------------------------------------*/
.bor19 {
  border: 1px solid #d9d9d9;
  border-radius: 2px;
}


/*==================================================================
 HOW HOW HOW HOW HOW HOW HOW HOW HOW HOW HOW HOW HOW HOW HOW HOW HOW 
==================================================================*/
.plh0::-webkit-input-placeholder {
  color: #999999;
}

.plh0:-moz-placeholder {
  color: #999999;
}

.plh0::-moz-placeholder {
  color: #999999;
}

.plh0:-ms-input-placeholder {
  color: #999999;
}

.plh1::-webkit-input-placeholder {
  color: #b2b2b2;
}

.plh1:-moz-placeholder {
  color: #b2b2b2;
}

.plh1::-moz-placeholder {
  color: #b2b2b2;
}

.plh1:-ms-input-placeholder {
  color: #b2b2b2;
}

.plh2::-webkit-input-placeholder {
  color: #333;
}

.plh2:-moz-placeholder {
  color: #333;
}

.plh2::-moz-placeholder {
  color: #333;
}

.plh2:-ms-input-placeholder {
  color: #333;
}

.plh3::-webkit-input-placeholder {
  color: #555;
}

.plh3:-moz-placeholder {
  color: #555;
}

.plh3::-moz-placeholder {
  color: #555;
}

.plh3:-ms-input-placeholder {
  color: #555;
}

.plh4::-webkit-input-placeholder {
  color: #888;
}

.plh4:-moz-placeholder {
  color: #888;
}

.plh4::-moz-placeholder {
  color: #888;
}

.plh4:-ms-input-placeholder {
  color: #888;
}

/*---------------------------------------------*/
.js-addedwish-detail {
  color: #003049;
}

/*---------------------------------------------*/
.label1 {
  position: relative;
}

.label1::after {
  content: attr(data-label1);
  font-family: "Montserrat", sans-serif;
  font-size: 10px;
  line-height: 15px;
  color: #fff;
  text-transform: uppercase;
  text-align: center;

  display: block;
  position: absolute;
  top: 3px;
  right: -9px;
  height: 15px;
  min-width: 32px;
  border-radius: 7px;
  padding: 0 4px;
  background-color: #f74877;
}

.label1.rs1::after {
  top: calc(50% - 8px);
  right: auto;
  left: 90%;
}

/*---------------------------------------------*/
.how-active1 {
  color: #333;
  border-color: #797979;
}


/*---------------------------------------------*/
.wrap-input1 {
  position: relative;
  border-bottom: 2px solid rgba(204, 204, 204, 0.1);
}

.input1 {
  background-color: transparent;
  width: 100%;
}

.focus-input1 {
  position: absolute;
  width: 0%;
  height: 2px;
  background-color: #6774d5;
  left: 0;
  bottom: -2px;
}

.input1:focus+.focus-input1 {
  width: 100%;
}


/*---------------------------------------------*/
.how-pagination1 {
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  color: #808080;

  width: 36px;
  height: 36px;
  border-radius: 50%;
  border: 1px solid #e6e6e6;
}

.how-pagination1:hover {
  background-color: #999;
  border-color: #999;
  color: #fff;
}

.active-pagination1 {
  background-color: #999;
  border-color: #999;
  color: #fff;
}

/*---------------------------------------------*/
.how-shadow1 {
  box-shadow: 0 0px 3px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0px 3px 0px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 0px 3px 0px rgba(0, 0, 0, 0.2);
  -o-box-shadow: 0 0px 3px 0px rgba(0, 0, 0, 0.2);
  -ms-box-shadow: 0 0px 3px 0px rgba(0, 0, 0, 0.2);
}

/*---------------------------------------------*/
.how-pos1 {
  position: absolute;
  top: 10px;
  right: 10px;
}

/*---------------------------------------------*/
.how-pos2 {
  padding-left: 10.7%;
  padding-right: 11%;
}

@media (max-width: 991px) {
  .how-pos2 {
    padding-left: 8%;
    padding-right: 8%;
  }
}

/*---------------------------------------------*/
.how-pos3-parent {
  position: relative;
}

.how-pos3 {
  position: absolute;
  top: 10px;
  right: 10px;
}

/*---------------------------------------------*/
.how-pos4-parent {
  position: relative;
}

.how-pos4 {
  position: absolute;
  top: calc(50% - 9px);
  left: 28px;
}

/*---------------------------------------------*/
.how-pos5-parent {
  position: relative;
}

.how-pos5 {
  position: absolute;
  top: 15px;
  left: 10px;
}



/*---------------------------------------------*/
.how-itemcart1 {
  width: 60px;
  position: relative;
  margin-right: 20px;
  cursor: pointer;
}

.how-itemcart1 img {
  width: 100%;
}

.how-itemcart1::after {
  content: '\e870';
  font-family: Linearicons-Free;
  font-size: 16px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  opacity: 0;
}

.how-itemcart1:hover:after {
  opacity: 1;
}

/*---------------------------------------------*/
.how-bor2,
.how-bor1 {
  position: relative;
  z-index: 1;
}

.how-bor2::before,
.how-bor1::before {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
  border: 3px solid #ccc;
}

.how-bor1::before {
  bottom: -21px;
  left: -21px;
}

@media (max-width: 767px) {
  .how-bor1::before {
    bottom: -21px;
    right: -21px;
    left: auto;
  }
}

.how-bor2::before {
  bottom: -21px;
  right: -21px;
}



/*==================================================================
      PSEUDO PSEUDO PSEUDO PSEUDO PSEUDO PSEUDO PSEUDO PSEUDO PSEUDO
==================================================================*/

/*//////////////////////////////////////////////////////////////////
[ Focus ]*/
.focus-in0:focus::-webkit-input-placeholder {
  color: transparent;
}

.focus-in0:focus:-moz-placeholder {
  color: transparent;
}

.focus-in0:focus::-moz-placeholder {
  color: transparent;
}

.focus-in0:focus:-ms-input-placeholder {
  color: transparent;
}




/*//////////////////////////////////////////////////////////////////
[ Hover ]*/

.hov-cl0:hover {
  color: #fff;
}

.hov-bg0:hover {
  background-color: #fff;
}

.hov-cl1:hover {
  color: #003049;
}

.hov-bg1:hover {
  background-color: #003049;
}

/*---------------------------------------------*/
.hov-img0 {
  display: block;
  overflow: hidden;
}

.hov-img0 img {
  width: 100%;
  -webkit-transition: transform 0.9s ease;
  -o-transition: transform 0.9s ease;
  -moz-transition: transform 0.9s ease;
  transition: transform 0.9s ease;
}

.hov-img0:hover img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}

/*---------------------------------------------*/
.hov-btn1:hover {
  border-color: #222;
  background-color: #222;
  color: #fff;
}

.hov-btn1:hover i {
  color: #fff;
}

/*---------------------------------------------*/
.hov-btn2:hover {
  border-color: #fff;
  background-color: #fff;
  color: #003049;
}

/*---------------------------------------------*/
.hov-btn3:hover {
  border-color: #003049;
  background-color: #003049;
  color: #fff;
}

.hov-btn3:hover i {
  color: #fff;
}

/*---------------------------------------------*/
.hov-tag1:hover {
  color: #003049;
  border-color: #003049;
}


/*---------------------------------------------*/
.hov-ovelay1 {
  position: relative;
}

.hov-ovelay1::after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(103, 117, 214, 0.8);
  opacity: 0;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
}

.hov-ovelay1:hover:after {
  opacity: 1;
}


/*---------------------------------------------*/
.hov1:hover {
  color: #333;
  border-color: #797979;
}

/*---------------------------------------------*/
.hov2:hover {
  background-color: #f2f2f2;
}

/*---------------------------------------------*/
.hov3 {
  opacity: 0.6;
}

.hov3:hover {
  opacity: 1;
}


.p-b-32,
.p-tb-32,
.p-all-32 {
  padding-bottom: 15px;
}


/*==================================================================
  RESPONSIVE RESPONSIVE RESPONSIVE RESPONSIVE RESPONSIVE RESPONSIVE
==================================================================*/

/*//////////////////////////////////////////////////////////////////
[ XL ]*/
@media (max-width: 1199px) {
  .m-0-xl {
    margin: 0;
  }

  .m-lr-0-xl {
    margin-left: 0;
    margin-right: 0;
  }

  .m-lr-15-xl {
    margin-left: 15px;
    margin-right: 15px;
  }

  .m-l-0-xl {
    margin-left: 0;
  }

  .m-r-0-xl {
    margin-right: 0;
  }

  .m-l-15-xl {
    margin-left: 15px;
  }

  .m-r-15-xl {
    margin-right: 15px;
  }

  .p-0-xl {
    padding: 0;
  }

  .p-lr-0-xl {
    padding-left: 0;
    padding-right: 0;
  }

  .p-lr-15-xl {
    padding-left: 15px;
    padding-right: 15px;
  }

  .p-l-0-xl {
    padding-left: 0;
  }

  .p-r-0-xl {
    padding-right: 0;
  }

  .p-l-15-xl {
    padding-left: 15px;
  }

  .p-r-15-xl {
    padding-right: 15px;
  }

  .w-full-xl {
    width: 100%;
  }

  /*---------------------------------------------*/

}


/*//////////////////////////////////////////////////////////////////
[ LG ]*/
@media (max-width: 991px) {
  .m-0-lg {
    margin: 0;
  }

  .m-lr-0-lg {
    margin-left: 0;
    margin-right: 0;
  }

  .m-lr-15-lg {
    margin-left: 15px;
    margin-right: 15px;
  }

  .m-l-0-lg {
    margin-left: 0;
  }

  .m-r-0-lg {
    margin-right: 0;
  }

  .m-l-15-lg {
    margin-left: 15px;
  }

  .m-r-15-lg {
    margin-right: 15px;
  }

  .p-0-lg {
    padding: 0;
  }

  .p-lr-0-lg {
    padding-left: 0;
    padding-right: 0;
  }

  .p-lr-15-lg {
    padding-left: 15px;
    padding-right: 15px;
  }

  .p-l-0-lg {
    padding-left: 0;
  }

  .p-r-0-lg {
    padding-right: 0;
  }

  .p-l-15-lg {
    padding-left: 15px;
  }

  .p-r-15-lg {
    padding-right: 15px;
  }

  .w-full-lg {
    width: 100%;
  }

  /*---------------------------------------------*/
  .respon4 {
    width: 50%;
  }

  /*---------------------------------------------*/
  .respon5 {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}


/*//////////////////////////////////////////////////////////////////
[ MD ]*/
@media (max-width: 767px) {
  .m-0-md {
    margin: 0;
  }

  .m-lr-0-md {
    margin-left: 0;
    margin-right: 0;
  }

  .m-lr-15-md {
    margin-left: 15px;
    margin-right: 15px;
  }

  .m-l-0-md {
    margin-left: 0;
  }

  .m-r-0-md {
    margin-right: 0;
  }

  .m-l-15-md {
    margin-left: 15px;
  }

  .m-r-15-md {
    margin-right: 15px;
  }

  .p-0-md {
    padding: 0;
  }

  .p-lr-0-md {
    padding-left: 0;
    padding-right: 0;
  }

  .p-lr-15-md {
    padding-left: 15px;
    padding-right: 15px;
  }

  .p-l-0-md {
    padding-left: 0;
  }

  .p-r-0-md {
    padding-right: 0;
  }

  .p-l-15-md {
    padding-left: 15px;
  }

  .p-r-15-md {
    padding-right: 15px;
  }

  .w-full-md {
    width: 100%;
  }

  /*---------------------------------------------*/
  .respon4 {
    width: 100%;
  }

}


/*//////////////////////////////////////////////////////////////////
[ SM ]*/
@media (max-width: 575px) {
  .m-0-sm {
    margin: 0;
  }

  .m-lr-0-sm {
    margin-left: 0;
    margin-right: 0;
  }

  .m-lr-15-sm {
    margin-left: 15px;
    margin-right: 15px;
  }

  .m-l-0-sm {
    margin-left: 0;
  }

  .m-r-0-sm {
    margin-right: 0;
  }

  .m-l-15-sm {
    margin-left: 15px;
  }

  .m-r-15-sm {
    margin-right: 15px;
  }

  .p-0-sm {
    padding: 0;
  }

  .p-lr-0-sm {
    padding-left: 0;
    padding-right: 0;
  }

  .p-lr-15-sm {
    padding-left: 15px;
    padding-right: 15px;
  }

  .p-l-0-sm {
    padding-left: 0;
  }

  .p-r-0-sm {
    padding-right: 0;
  }

  .p-l-15-sm {
    padding-left: 15px;
  }

  .p-r-15-sm {
    padding-right: 15px;
  }

  .w-full-sm {
    width: 100%;
  }

  /*---------------------------------------------*/
  .respon1 {
    font-size: 17px;
  }

  /*---------------------------------------------*/
  .respon2 {
    font-size: 42px;
  }

  /*---------------------------------------------*/
  .respon6 {
    width: 65px;
  }

  .respon6-next {
    width: calc(100% - 65px);
  }

  /*---------------------------------------------*/
  .respon7 {
    padding-left: 60px;
  }


}


/*//////////////////////////////////////////////////////////////////
[ SSM ]*/
@media (max-width: 480px) {
  .m-0-ssm {
    margin: 0;
  }

  .m-lr-0-ssm {
    margin-left: 0;
    margin-right: 0;
  }

  .m-lr-15-ssm {
    margin-left: 15px;
    margin-right: 15px;
  }

  .m-l-0-ssm {
    margin-left: 0;
  }

  .m-r-0-ssm {
    margin-right: 0;
  }

  .m-l-15-ssm {
    margin-left: 15px;
  }

  .m-r-15-ssm {
    margin-right: 15px;
  }

  .p-0-ssm {
    padding: 0;
  }

  .p-lr-0-ssm {
    padding-left: 0;
    padding-right: 0;
  }

  .p-lr-15-ssm {
    padding-left: 15px;
    padding-right: 15px;
  }

  .p-l-0-ssm {
    padding-left: 0;
  }

  .p-r-0-ssm {
    padding-right: 0;
  }

  .p-l-15-ssm {
    padding-left: 15px;
  }

  .p-r-15-ssm {
    padding-right: 15px;
  }

  .w-full-ssm {
    width: 100%;
  }

  /*---------------------------------------------*/
  .respon3 {
    padding: 20px;
  }

}





@media only screen and (min-width: 320px) and (max-width: 479px) {


  .mobile-show {
    display: block !important;
  }

  .size-201 {
    max-width: 100% !important;
  }


  .left-top-bar {
    font-family: "Montserrat", sans-serif;
    font-size: 11px !important;
    line-height: 1.8;
    color: #fff;
  }

  .mtext-111 {
    font-family: "Montserrat", sans-serif;
    font-size: 25px !important;
    line-height: 1.2;
    font-weight: 600;
  }

  .p-b-120,
  .p-tb-120,
  .p-all-120 {
    padding-bottom: 10px !important;
  }


  .p-t-75,
  .p-tb-75,
  .p-all-75 {
    padding-top: 35px !important;
  }


  .clients-logos h2 {
    font-size: 25px !important;
  }


  .clients-logos {
    padding: 0.3vw;
    margin-top: 15px !important;
  }


  .clients-logos li {
    width: 33.33% !important;
    float: left;
    list-style: none;
    border: 0.1vw solid #f7f2ef;
  }



  .clients-logos p {
    padding-bottom: 6vw !important;
  }



  .clients-logosimg1 {
    padding-left: 0px !important;
    padding-right: 0px !important;
    width: 100% !important;
    margin-top: 12px;
  }

  h1 {
    font-size: 25px !important;
    line-height: 1.2;
    padding-bottom: 10px;
    color: #000;
  }


  .ftco-intro {
    background-image: none !important;

  }

  .carousel-control-next-icon,
  .carousel-control-prev-icon {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: transparent no-repeat center center;
    background-size: 100% 100%;
    margin-top: -230px !important;
  }

  .whitebg {
    background-color: #fff !important;
    padding: 25px;
    opacity: 0.9;
  }


  .title-content h1 {
    font-size: 8.5em !important;
  }

  .title-content p {
    font-size: 45px !important;
  }


  .title-content h5 a {
    font-size: 3.3em !important;
    margin-top: 20px !important;
  }



  p {
    font-size: 14px !important;
    color: #000;
  }


  .mtext-105 {
    font-size: 20px !important;
  }


  .p-t-23,
  .p-tb-23,
  .p-all-23 {
    padding-top: 0px !important;
  }



  .bor1 {
    border-radius: 23px;
    margin-top: 15px !important;
  }



  .properties-home-main {
    width: 100% !important;
    margin: 0 auto;
    padding: 0em !important;
    padding-bottom: 0;
    margin-top: 30px !important;
  }


  .properties-home-main h3 {
    font-size: 25px !important;
    margin-bottom: 10px !important;
    padding-left: 0% !important;
    padding-right: 0% !important;
    line-height: 22px !important;
    margin-bottom: 15px !important;
  }

  .properties-home-main h4 {
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    color: #000;
    font-size: 17px !important;
    margin-bottom: 10px !important;
    padding-left: 0% !important;
    padding-right: 0% !important;
    line-height: 22px !important;
    margin-bottom: 15px !important;
  }


  .properties-home-main p {
    font-family: "Lato", Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 22px !important;
    text-align: center;
    color: #000;
    padding-left: 15px !important;
    padding-right: 15px !important;
    padding-top: 1vw;
    padding-bottom: 1vw;
    text-align: center;
    margin-bottom: 18px !important;
  }


  .section-slide1 {

    padding: 2em !important;
  }

  .read {
    font-size: 4.2vw !important;
    margin-top: 10px;
  }

  .p-b-30 {
    padding-bottom: 30px !important;
  }


  .primary-content .content-title {
    font-size: 33px !important;

  }


  .about-bg {
    background-image: url(../images/about-bg2.png);
    background-attachment: scroll !important;
  }

  .home-section {
    padding-top: 30px !important;
    padding-bottom: 96px;
  }

  .secondary-content .content-title {
    font-size: 23px !important;
  }



  .contact img {
    width: 100px;
    height: 100px;
    margin-bottom: 10px;
  }

  .title {
    font-size: 25px;
    line-height: 24px;
  }


  .flex {
    display: block !important;
    padding: 15px;
  }

  .img1 {
    width: 100%;
    border: 1px solid #e6e6e6;
    margin: 5px !important;
  }


  .contact img {
    width: 100px;
    height: 100px;
    margin-bottom: 10px;
  }

  .title {
    font-size: 25px;
    line-height: 24px;
  }

  .whitebg {
    background-color: #fff !important;
    padding: 25px;
    opacity: 0.9;
  }



  .contact_action_area .call_add_action {
    text-align: left !important;
    margin-top: 35px !important;
  }


}








@media only screen and (min-width: 600px) and (max-width: 767px) {

  .whitebg {
    background-color: #fff !important;
    padding: 25px;
    opacity: 0.9;
  }



  .ftco-intro {
    background-image: none !important;

  }



  .mobile-show {
    display: block !important;
  }


  .mtext-111 {
    font-family: "Montserrat", sans-serif;
    font-size: 26px !important;
    line-height: 1.2;
    font-weight: 600;
  }

  .p-b-120,
  .p-tb-120,
  .p-all-120 {
    padding-bottom: 10px !important;
  }


  .p-t-75,
  .p-tb-75,
  .p-all-75 {
    padding-top: 35px !important;
  }


  .clients-logos h2 {
    font-size: 26px !important;
  }


  .clients-logos {
    padding: 0.3vw;
    margin-top: 15px !important;
  }


  .clients-logos li {
    width: 33.33% !important;
    float: left;
    list-style: none;
    border: 0.1vw solid #f7f2ef;
  }



  .clients-logos p {
    padding-bottom: 6vw !important;
  }



  .clients-logosimg1 {
    padding-left: 0px !important;
    padding-right: 0px !important;
    width: 100% !important;
    margin-top: 12px;
  }


  .contact img {
    width: 100px;
    height: 100px;
    margin-bottom: 10px;
  }

  .title {
    font-size: 25px;
    line-height: 24px;
  }



  h1 {
    font-size: 26px !important;
    line-height: 1.2;
    padding-bottom: 10px;
    color: #000;
  }

  p {
    font-size: 14px !important;
    color: #000;
  }


  .mtext-105 {
    font-size: 21px !important;
  }


  .p-t-23,
  .p-tb-23,
  .p-all-23 {
    padding-top: 0px !important;
  }




  .properties-home-main {
    width: 100% !important;
    margin: 0 auto;
    padding: 0em !important;
    padding-bottom: 0;
    margin-top: 30px !important;
  }


  .properties-home-main h3 {
    font-size: 25px !important;
    margin-bottom: 10px !important;
    padding-left: 0% !important;
    padding-right: 0% !important;
    line-height: 22px !important;
    margin-bottom: 15px !important;
  }

  .properties-home-main h4 {
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    color: #000;
    font-size: 18px !important;
    margin-bottom: 10px !important;
    padding-left: 0% !important;
    padding-right: 0% !important;
    line-height: 22px !important;
    margin-bottom: 15px !important;
  }


  .properties-home-main p {
    font-family: "Lato", Helvetica, Arial, sans-serif;
    font-size: 15px;
    line-height: 22px !important;
    text-align: center;
    color: #000;
    padding-left: 15px !important;
    padding-right: 15px !important;
    padding-top: 0vw;
    padding-bottom: 1vw;
    text-align: center;
    margin-bottom: 18px !important;
  }



  .title-content h1 {
    font-size: 8.5em !important;
  }

  .title-content p {
    font-size: 45px !important;
  }


  .title-content h5 a {
    font-size: 3.3em !important;
    margin-top: 20px !important;
  }


  .section-slide1 {

    padding: 2em !important;
  }

  .read {
    font-size: 4.2vw !important;
  }

  .p-b-30 {
    padding-bottom: 10px !important;
  }


  .primary-content .content-title {
    font-size: 34px !important;

  }


  .about-bg {
    background-image: url(../images/about-bg2.png);
    background-attachment: scroll !important;
  }

  .home-section {
    padding-top: 30px !important;
    padding-bottom: 96px;
  }

  .secondary-content .content-title {
    font-size: 24px !important;
  }


  .flex {
    display: block !important;
    padding: 15px;
  }

  .img1 {
    width: 100%;
    border: 1px solid #e6e6e6;
    margin: 5px !important;
  }

  .ltext-101 {
    font-family: "centaur";
    font-size: 60px !important;
    line-height: 1.2857;
    color: #000;
    font-weight: 600;
  }

  .ltext-201 {
    font-family: "Montserrat", sans-serif;
    font-size: 20px !important;
    line-height: 1.1;
    font-weight: 600;
    color: #000;
  }




  .contact_action_area .call_add_action {
    text-align: left !important;
    margin-top: 35px !important;
  }


}






@media only screen and (min-width: 768px) and (max-width:899px) {



  .mobile-show {
    display: block !important;
  }


  .mtext-111 {
    font-family: "Montserrat", sans-serif;
    font-size: 26px !important;
    line-height: 1.2;
    font-weight: 600;
  }

  .p-b-120,
  .p-tb-120,
  .p-all-120 {
    padding-bottom: 10px !important;
  }


  .p-t-75,
  .p-tb-75,
  .p-all-75 {
    padding-top: 35px !important;
  }


  .clients-logos h2 {
    font-size: 26px !important;
  }


  .clients-logos {
    padding: 0.3vw;
    margin-top: 15px !important;
  }


  .clients-logos li {
    width: 24.33% !important;
    float: left;
    list-style: none;
    border: 0.1vw solid #f7f2ef;
  }



  .clients-logos p {
    padding-bottom: 6vw !important;
  }



  .clients-logosimg1 {
    padding-left: 0px !important;
    padding-right: 0px !important;
    width: 100% !important;
    margin-top: 12px;
  }

  h1 {
    font-size: 26px !important;
    line-height: 1.2;
    padding-bottom: 10px;
    color: #000;
  }

  p {
    font-size: 14px !important;
    color: #000;
  }


  .mtext-105 {
    font-size: 21px !important;
  }


  .p-t-23,
  .p-tb-23,
  .p-all-23 {
    padding-top: 0px !important;
  }




  .properties-home-main {
    width: 100% !important;
    margin: 0 auto;
    padding: 0em !important;
    padding-bottom: 0;
    margin-top: 30px !important;
  }


  .properties-home-main h3 {
    font-size: 25px !important;
    margin-bottom: 10px !important;
    padding-left: 0% !important;
    padding-right: 0% !important;
    line-height: 22px !important;
    margin-bottom: 15px !important;
  }

  .properties-home-main h4 {
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    color: #000;
    font-size: 18px !important;
    margin-bottom: 10px !important;
    padding-left: 0% !important;
    padding-right: 0% !important;
    line-height: 22px !important;
    margin-bottom: 15px !important;
  }


  .properties-home-main p {
    font-family: "Lato", Helvetica, Arial, sans-serif;
    font-size: 15px;
    line-height: 22px !important;
    text-align: center;
    color: #000;
    padding-left: 15px !important;
    padding-right: 15px !important;
    padding-top: 0vw;
    padding-bottom: 1vw;
    text-align: center;
    margin-bottom: 18px !important;
  }


  .title-content h1 {
    font-size: 8.5em !important;
  }

  .title-content p {
    font-size: 45px !important;
  }


  .title-content h5 a {
    font-size: 3.3em !important;
    margin-top: 20px !important;
  }

  .section-slide1 {

    padding: 2em !important;
  }

  .read {
    font-size: 4.2vw !important;
  }

  .p-b-30 {
    padding-bottom: 10px !important;
  }


  .primary-content .content-title {
    font-size: 34px !important;

  }


  .about-bg {
    background-image: url(../images/about-bg2.png);
    background-attachment: scroll !important;
  }

  .home-section {
    padding-top: 30px !important;
    padding-bottom: 96px;
  }

  .secondary-content .content-title {
    font-size: 24px !important;
  }


  .flex {
    display: block !important;
    padding: 15px;
  }

  .img1 {
    width: 100%;
    border: 1px solid #e6e6e6;
    margin: 5px !important;
  }

  .ltext-101 {
    font-family: "centaur";
    font-size: 60px !important;
    line-height: 1.2857;
    color: #000;
    font-weight: 600;
  }

  .ltext-201 {
    font-family: "Montserrat", sans-serif;
    font-size: 20px !important;
    line-height: 1.1;
    font-weight: 600;
    color: #000;
  }



}

/* custom css */

.swiper {
  width: 100%;
  /* height: 300px; */
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  display: none
}

.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
  display: none
}

.logo-slider-image {
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  width: 12rem;
}


/* anniversary-logo css */
.anniversary-logo {
  position: absolute;
  right: 0px;
  scale: 1.8;
}

@media only screen and (min-width: 150px) and (max-width: 990px) {
  .anniversary-logo {
    display: none;
  }

}

/* 2 product in one row */
.product-div {
  width: 50%;
  display: flex;
}



/* event css start */

.tabs {
  display: flex;
  flex-wrap: wrap;
  /* max-width: 400px; */
  font-family: "Montserrat", sans-serif;
}

.tabs__label {
  padding: 10px 16px;
  cursor: pointer;
}

.tabs__radio {
  display: none;
}

.tabs__content {
  order: 1;
  width: 100%;
  /* border-bottom: 3px solid #dddddd; */
  line-height: 1.5;
  font-size: 0.9em;
  display: none;
  font-family: "Montserrat", sans-serif;
}

.tabs__radio:checked+.tabs__label {
  font-weight: bold;
  color: #003049;
  /* border-bottom: 2px solid #009578; */
}

.tabs__radio:checked+.tabs__label+.tabs__content {
  display: initial;
}


/* image gallary */
/* .container .title {
  font-size: 25px;
  background-color: var(--main-color);
  color: #fff;
  border-radius: 5px;
  margin-bottom: 10px;
  text-align: center;
  padding: 15px;
  font-family: "Montserrat", sans-serif;
} */

.container .image-container {
  columns: 3 250px;
  gap: 15px;
}

.container .image-container img {
  margin-bottom: 10px;
  border-radius: 5px;
  width: 100%;
}





/* testimonial slider */

.about_2 {
  padding: 150px 100px;
}

.img {
  width: 500px;
  height: 150px;
  /* background-color: darkblue; */

}

.img img {
  width: 100%;
  height: 100%;
  object-fit: contain;

}


#carouselExampleControls {
  padding: 100px 80px;
}

.crousel_containt {
  background-color: #59C0E9;
  padding: 50px;

}

.crousel_containt p {
  color: white;
  font-weight: 500;
}



.About_crown_Essentials {
  background-image: url(/images/606b2517a3.f2c6aa7d.jpg);
  width: 100%;
  height: 70%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-attachment: fixed;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 50px;
}

.About_crown_Essentials_containt {
  color: white;
}

@media only screen and (max-width: 768px) {
  .about_2 {
    padding: 50px 30px;
  }

  .img {
    width: 300px;
    height: 120px;
    /* background-color: darkblue; */

  }

  .img img {
    width: 100%;
    height: 100%;
    object-fit: contain;

  }

  #carouselExampleControls {
    padding: 10px;
  }

  .crousel_containt {

    padding: 30px;

  }

  .About_crown_Essentials {
    height: 60%;
    padding: 20px;
  }

}

#scale img {
  transform: scale(.6);
}

.crown_Essentials_2{
  overflow-x: hidden;

}


.whitwBg{
  background-color: white;
}

.title1{
  font-size: 24px;
}



.dropdown {
  width: 100%;
  padding: 8px;
  font-size: 16px;
  margin-bottom: 20px;
}

.tabs__content {
  display: none; /* Default hidden, displayed via JavaScript */
}

button, input, optgroup, select, textarea{
  background-color: #001D38;
  padding: 5px;
  color: #FCBF49;
  border-radius: 3px;
}


.bold-text{
  font-weight: bold;
}


.img-width{
  width: 250px;
  height: 250px;
  padding:20px

}
.img-width img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.wrap-pic-w {
  width: 270px;
  height: 270px;
  /* background: #001D38 */
}

.wrap-pic-w img {
  width: 100%;
  height: 100%;
  object-fit: contain;

}

.slick-initialized .slick-slide{
  display: flex ;
  justify-content: center;
  align-items: center;
}


.modleHeight{
 
  height: 80vh;
  /* background-color: red; */
}