/*------------------------------------------------------------------
Project:  Yumi
Version:  2.0
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      :  #666
# Primary Color 01:  #ffa414 

------------------------------------------------------------------*/
/*------------------------------------------------------------------
[TYPOGRAPHY]

Body            : 16px/1.6 'Montserrat-Regular', Arial, sans-serif;
Title           : 18px/1.6 'PlayfairDisplay-Bold', Arial, sans-serif;
Paragrap        : 18px/1.6 'Montserrat-Regular', Arial, sans-serif;
Input, textarea : 14px/1.6 'Montserrat-Regular', Arial, sans-serif;
-------------------------------------------------------------------*/



/*//////////////////////////////////////////////////////////////////
[ FONT ]*/
@font-face {
  font-family: TrojanProRegular;
  src: url('../fonts/ede/TrajanPro-Regular.otf'); 
}
 
@font-face {
  font-family: TrojanProBold;
  src: url('../fonts/ede/TrajanPro-Bold.otf'); 
}

.f-trojanreg{
font-family:TrojanProRegular; 
}

.f-trojanbold{
font-family:TrojanProBold; 
}


@font-face {
  font-family: ALSBold;
  src: url('../fonts/ede/ALS-Schlange-Sans-Bold.otf'); 
}
 
@font-face {
  font-family: ALS;
  src: url('../fonts/ede/ALS-Schlange-Sans.otf'); 
}

@font-face {
  font-family: ALSBlack;
  src: url('../fonts/ede/ALS-Schlange-Sans-Black.otf'); 
}
 
.f-alsbold{
font-family:ALSBold;
letter-spacing:5px;
font-variant: no-common-ligatures;
}
 

/*//////////////////////////////////////////////////////////////////
[ RS PLUGIN ]*/

/*------------------------------------------------------------------
[ Bootstrap ]*/
.container {
	max-width: 1200px;
}
 
/*------------------------------------------------------------------
[ Slick ]*/
.slick-slide {
  outline: none !important;
}

.list-group{
	text-align:center;
}

.list-group-item:first-child,.list-group-item:last-child {
    border-top-left-radius: 0rem;
    border-top-right-radius: 0rem;
}
  
.list-group-item {
    position: relative;
    display: block;
    padding: .75rem 1.25rem;
    margin-bottom: -1px;
    background-color: #fff; 
	border-left:0;
	border-right:0;
	border-top:0;
    border-bottom: 2px solid rgba(0,0,0,.125);
}

.list-group-item img{
   height:50px;
   object-fit:scale-down;
}

.list-group-item.active{
	background-color:#F6E5D1;
	border-color:transparent;
}
  
#menu-tabs  { 
	background-color:#F6E5D1; 
	font-family:ALS;
}
  
#menu-tabs.bgreen{
	background-color:#006774; 
}

.tab-pane p{
	font-size:24px;
	padding:8px;
}

.tab-pane .tl{
	color:#AC3035; 
}

.tab-pane .tl sub{
	 font-family: monospace;
    margin-left: -10px;
    font-size: 18px;
    bottom: 0;
}

.tab-pane .tl sup{
	font-size: 13px;
    top: -1.1em;
}

.list-group-item.bgreen.active{
	background-color:#006774; 
}


.list-group-item-action:focus, .list-group-item-action:hover { 
    text-decoration: none;
    background-color: #F6E5D1;
}

.bgreen.list-group-item-action:focus, .bgreen.list-group-item-action:hover {  
    background-color: #006774;
}

/*//////////////////////////////////////////////////////////////////
[ 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%);
}

.cp-spinner {
    width: 40px;
    height: 40px;
    display: inline-block;
    box-sizing: border-box;
    position: relative
}

.cp-meter {
    background: url('../images/icons/preloader.png') center center no-repeat;
    background-size: contain;
   /* border-radius: 50%;
    border-top: solid 6px #942E32;
    border-right: solid 6px #942E32;
    border-bottom: solid 6px #942E32;
    border-left: solid 6px #942E32;*/
    width: 100px;
    height: 100px;
    display: inline-block;
    box-sizing: border-box
}

.cp-meter:before {
    background: url('../images/icons/preloader_rotation.png') center center no-repeat;
    background-size: contain;
    content: " ";
    width: 110px;
    height: 110px;
    display: inline-block;
    box-sizing: border-box; 
    position: absolute;
    top: -5px;
    left: -5px;
    transform-origin: center center;
    animation: cp-meter-animate-before 3s linear infinite
}

@keyframes cp-meter-animate-before {
    0% {
        transform: rotate(-45deg)
    }

    100% {
        transform: rotate(315deg)
    }
}

/*//////////////////////////////////////////////////////////////////
[ BUTTON BACK TO TOP ]*/
.btn-back-to-top {
  display: none;
  position: fixed;
  width: 40px;
  height: 40px;
  bottom: 0px;
  right: 40px;
  background-color: black;
  opacity: 0.5;
  justify-content: center;
  align-items: center;
  z-index: 1000;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
}

.symbol-btn-back-to-top {
  font-size: 22px;
  color: white;
  line-height: 1em;
}

.btn-back-to-top:hover {
  background-color: #942E32;
  opacity: 1;
  cursor: pointer;
}

@media (max-width: 575px) {
  .btn-back-to-top {
    bottom: 0px;
    right: 15px;
  }
}


/*//////////////////////////////////////////////////////////////////
[ Header ]*/

/*>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
[ Header Desktop ]*/

.container-menu-desktop {
  height: 140px;
  width: 100%;
  position: relative;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}

.header-v1 {
  width: 100%;
  position: relative;
}

.header-v1 .container-menu-desktop {
  height: 125px;
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
}

.header-v2 .container-menu-desktop {
  height: 190px;
  width: 100%;
  position: relative;
}

@media (max-height: 767px) {
  .container-menu-desktop {
    height: 100px;
  }

  .header-v2 .container-menu-desktop {
    height: 140px;
  }
}


/*==================================================================
[ Top bar ]*/
.top-bar {
  height: 50px;
  background-color: #333333;
}

.content-topbar {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  height: 50px;
  align-items: center;
  padding: 8px 0;
}

@media (max-height: 767px) {
  .top-bar,
  .content-topbar {
    height: 40px;
  }
}

/*---------------------------------------------*/
.left-top-bar {
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
}

.left-top-bar a {
  font-size: 16px;
  color: #ccc;
  padding-right: 23px;

  transition: all 0.4s;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
}

.left-top-bar a:hover {
  color: #ffa414;
}


/*---------------------------------------------*/
.center-top-bar {
  font-family: Montserrat-Regular;
  font-size: 14px;
  line-height: 1.7;
  color: #e5e5e5;
  text-align: center;
}


/*---------------------------------------------*/
.right-top-bar {
  font-family: Montserrat-Regular;
  font-size: 14px;
  line-height: 1.7;
  color: #ccc;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
}


/*---------------------------------------------*/
.topbar-mobile li {
  padding: 8px 20px;
  border-top: 1px solid #ececec;
}

.topbar-mobile .left-top-bar a {
  color: #666;
}

.topbar-mobile .center-top-bar {
  color: #666;
  text-align: left;
}

.topbar-mobile .right-top-bar {
  color: #666;
  justify-content: flex-start;
}
 
b.primary-color{
  color:#942e32;
  font-family: ALSBlack;
}

.primary-color{
  color:#942e32;
}

#gece-tel {
          color: white;
					font-size: 40px;
					font-family: ALS;
          padding-top: 15px;
          text-align: center;
}

#gece-tel a{
  color: white; 
}

#iletisim-container{
  background-color: #942e32;
  color: white;
  font-family: ALS;
  font-size: 24px;
  margin-top: -50px;
  z-index: 555;
  position: relative;
  text-align: center;
  padding: 16px;
}

#iletisim-container b{ 
  font-family: ALSBold;  
}

#iletisim-container a{  
  color: white;
}

footer a{
  color:white;
  font-size: 24px;
  margin: 5px;
}

footer a:hover{
  color:#942e32; 
}

/*==================================================================
[ Menu ]*/

.wrap-menu-desktop {
  position: fixed;
  z-index: 1100;
  background-color: #f2f2f2;
  width: 100%;
  height: 140px;
  top: 0px;
  left: 0px; 

   -webkit-transition: all 0.1s;
  -o-transition: all 0.1s;
  -moz-transition: all 0.1s;
  transition: all 0.1s;
}

.header-v1 .wrap-menu-desktop {
  background-color: rgba(34,34,34,0.6);
  height: 125px;
  top: 0px;
}

.header-v2 .wrap-menu-desktop {
  position: fixed;
  background-color: #f2f2f2;
  height: 140px;
  top: 50px;
}

@media (max-height: 767px) {
  .wrap-menu-desktop {
    height: 100px;
  }

  .header-v2 .wrap-menu-desktop {
    height: 100px;
    top: 40px;
  }
}

/*---------------------------------------------*/
.limiter-menu-desktop {
  max-width: 100%; 
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #942E32;
  align-items: center;
  justify-content:center;
  padding: 0px 50px;
}

.header-v1 .limiter-menu-desktop {
  max-width: 100%;
  padding: 0px 50px;
}

@media (max-width: 1199px) {
  .limiter-menu-desktop,
  .header-v1 .limiter-menu-desktop {
    padding: 0px 15px;
  }
}

.header-v2 .limiter-menu-desktop {
  max-width: 1200px;
  padding: 0px 15px;
}


/*------------------------------------------------------------------
[ Logo ]*/
.logo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  position: relative; 
  align-items:center;
  justify-content:center;
  padding:20px 0;
  
   -webkit-transition: all 0.1s;
  -o-transition: all 0.1s;
  -moz-transition: all 0.1s;
  transition: all 0.1s;
}

.logo img {
  max-width: 200px; 
  margin: auto;
}



/*------------------------------------------------------------------
[ Menu ]*/

.menu-desktop {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  height: 100%;
}

.main-menu {
  list-style-type: none;
  margin: 0;

  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
}

.main-menu > li {
  display: block;
  position: relative;
  padding: 5px 0px;
  margin: 0px 30px;
}

.header-v1 .main-menu > li {
  margin: 0px 27px;
}

.header-v2 .main-menu > li {
  margin: 0px 30px;
}

.header-v2 .main-menu > li:last-child {
  margin-right: 0px;
}

.main-menu > li > a {
  font-family: TrojanProRegular;
  font-size: 16px;
  text-transform: uppercase;
  color: #666;
  padding: 5px 0px;
  letter-spacing:3px;
   transition: all 0.4s;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
}

.header-v1 .main-menu > li > a {
  color: #fff;
}

@media (max-width: 1400px) {
  .main-menu > li {
    margin: 0px 18px;
  }

  .header-v1 .main-menu > li {
    margin: 0px 22px;
  }
}

@media (max-width: 1199px) {
  .main-menu > li {
    margin: 0px 12px;
  }

  .header-v1 .main-menu > li {
    margin: 0px 16px;
  }

  .header-v2 .main-menu > li {
    margin: 0px 20px;
  }
}


/*---------------------------------------------*/
.sub-menu {
  list-style-type: none;
  position: absolute;
  top:0;
  left:100%;
  min-width: 178px;
  max-width: 225px;
  background-color: white;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;

  box-shadow: 0 1px 5px 0px rgba(0,0,0,0.2);
  -moz-box-shadow: 0 1px 5px 0px rgba(0,0,0,0.2);
  -webkit-box-shadow: 0 1px 5px 0px rgba(0,0,0,0.2);
  -o-box-shadow: 0 1px 5px 0px rgba(0,0,0,0.2);
  -ms-box-shadow: 0 1px 5px 0px rgba(0,0,0,0.2);

  visibility: hidden;
  opacity: 0; 
}

.sub-menu li {
  position: relative;
  background-color: #fff;

  transition: all 0.4s;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
}

.main-menu > li > .sub-menu {
  top:100%;
  left: 0;
}

.sub-menu a {
  font-family: Montserrat-Regular;
  font-size: 14px;
  line-height: 1.5;
  color: #999999;

  display: block;
  padding: 12px 20px; 
  width: 100%;

  transition: all 0.4s;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
}

/*---------------------------------------------*/
.main-menu > li:hover > a {
  text-decoration: none;
}

.main-menu > li:hover > .sub-menu {
  visibility: visible;
  opacity: 1;
}

.sub-menu li:hover > .sub-menu {
  visibility: visible;
  opacity: 1;
} 

.sub-menu li:hover {
  background-color: #ffa414;
}

.sub-menu > li:hover > a {
  color: #fff;
  text-decoration: none;
}

@media (max-width: 1300px) {
  .main-menu > .respon-sub-menu .sub-menu {
    right: 100%;
    left: auto;
  }

  .main-menu > .respon-sub-menu > .sub-menu {
    right: 0px;
    left: auto;
  }
}

/*---------------------------------------------*/
 

.main-menu > li:hover a {
  width: 100%;
  font-family:TrojanProBold;
}

 
/*---------------------------------------------*/
.order-info-header {
  font-family: Montserrat-Regular;
  font-size: 14px;
  line-height: 1.7;
  color: #fff;

  width: 200px;
  min-height: 50px;
  padding: 10px;
  background-color: #ffa414;
}

@media (max-width: 1199px) {
  .order-info-header {
    width: 140px;
  }
}

/*==================================================================
[ Fixed menu desktop ]*/
.fix-menu-desktop {
  height: 70px;
}

.fix-menu-desktop .wrap-menu-desktop {
  height: 70px;
  box-shadow: 0 1px 5px 0px rgba(0,0,0,0.2);
  -moz-box-shadow: 0 1px 5px 0px rgba(0,0,0,0.2);
  -webkit-box-shadow: 0 1px 5px 0px rgba(0,0,0,0.2);
  -o-box-shadow: 0 1px 5px 0px rgba(0,0,0,0.2);
  -ms-box-shadow: 0 1px 5px 0px rgba(0,0,0,0.2);
}

.fix-menu-desktop .logo {
  padding:5px 0;
}

.fix-menu-desktop .logo  img{
  max-width:100px;
}


/*---------------------------------------------*/
.header-v1 .fix-menu-desktop {
  height: 70px;
}

.header-v1 .fix-menu-desktop .wrap-menu-desktop {
  height: 70px;
  background-color: rgba(34,34,34,0.9);
}

/*---------------------------------------------*/
.header-v2 .fix-menu-desktop {
  height: 110px;
}

.header-v2 .fix-menu-desktop .wrap-menu-desktop {
  height: 70px;
}



/*>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
[ Header Mobile ]*/
.wrap-header-mobile {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  height: 69px;
  background-color: #942E32;
  padding: 15px;
  display: none;

  box-shadow: 0 0px 4px 0px rgba(153,153,153,0.3);
  -moz-box-shadow: 0 0px 4px 0px rgba(153,153,153,0.3);
  -webkit-box-shadow: 0 0px 4px 0px rgba(153,153,153,0.3);
  -o-box-shadow: 0 0px 4px 0px rgba(153,153,153,0.3);
  -ms-box-shadow: 0 0px 4px 0px rgba(153,153,153,0.3); 
}

/*------------------------------------------------------------------
[ Logo mobile ]*/
.logo-mobile {
  display: block;
  position: relative;
  height: 100%;
  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;
  }
  .container-menu-desktop {display: none;}
}

/*==================================================================
[ Menu mobile ]*/
.menu-mobile {
  width: 100%;
  background-color: white;
  display: none;
}

.main-menu-m {
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: #942e32;
}

.main-menu-m > li > a {
  font-family: TrojanProRegular;
  font-size: 14px;
  color: white;
  line-height: 2.86;
  text-transform: uppercase;
  padding: 8px 20px 8px 20px;
}

.main-menu-m > li {
  color: white;
  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: #fff;
  padding: 10px 15px 10px 32px;
  display: none;
}

.sub-menu-m a {
  font-family: Montserrat-Regular;
  font-size: 14px;
  color: #666;
  line-height: 2.5;
  padding: 5px 0 5px 0;
}

.sub-menu-m a:hover {
  text-decoration: none;
  color: #555555;
}

@media (min-width: 991px){
  .menu-mobile {
    display: none;
  }
}



/*//////////////////////////////////////////////////////////////////
[ RS sweet alert ]*/
.swal-overlay {overflow-y: auto;}

.swal-button:focus {
    outline: none;
    box-shadow: none;
}

.swal-button {
  background-color: #ffa414;
  font-family: Montserrat-Regular;
  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: Montserrat-Bold;
  color: #333333;
  font-size: 18px;
  line-height: 1.5;
  padding: 0 15px;
  text-transform: uppercase;
}

.swal-text {
  font-family: Montserrat-Regular;
  color: #555555;
  font-size: 16px;
  line-height: 1.666667;
  text-align: center;
}

.swal-footer {
    margin-top: 0;
}


/*//////////////////////////////////////////////////////////////////
[ Alert validate ]*/

.validate-input {
  position: relative;
}

.alert-validate::before {
  content: attr(data-validate);
  position: absolute;
  max-width: 70%;
  background-color: #fff;
  border: 1px solid #c80000;
  border-radius: 2px;
  padding: 4px 25px 4px 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 12px;
  pointer-events: none;

  font-family: Montserrat-Regular;
  color: #c80000;
  font-size: 13px;
  line-height: 1.4;
  text-align: left;

  visibility: hidden;
  opacity: 0;

  -webkit-transition: opacity 0.4s;
  -o-transition: opacity 0.4s;
  -moz-transition: opacity 0.4s;
  transition: opacity 0.4s;
}

.alert-validate::after {
  content: "\f071";
  font-family: FontAwesome;
  display: block;
  position: absolute;
  color: #c80000;
  font-size: 14px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 18px;
}

.alert-validate:hover:before {
  visibility: visible;
  opacity: 1;
}

@media (max-width: 992px) {
  .alert-validate::before {
    visibility: visible;
    opacity: 1;
  }
}





/*//////////////////////////////////////////////////////////////////
[ Calendar ]*/
td.active {
  background-color: #ffa414 !important;
}

input[type="date" i] {
  padding: 14px;
}

.table-condensed td, .table-condensed th {
  font-size: 14px;
  font-family: Montserrat-Regular;
  font-weight: 400;
}

.daterangepicker td {
  width: 40px;
  height: 30px;
}

.daterangepicker {
  border: none;
  box-shadow: 0px 3px 25px rgba(0,0,0,0.1);
}

.daterangepicker thead tr th {
  padding: 10px 0;
}
.daterangepicker .table-condensed th select {
  border: 1px solid #ccc;
  border-radius: 3px;
  font-size: 14px;
  padding: 5px;
}

/*---------------------------------------------*/
.wrap-inputdate {
  width: 100%;
  height: 50px;
  position: relative;
}

.my-calendar {
  font-family: Montserrat-Regular;
  font-size: 14px;
  color: #333;
  line-height: 1.2;

  padding: 0 30px;
  width: 100%;
  height: 100%;
  background: transparent;
}

.wrap-inputdate .btn-calendar {
  cursor: pointer;
  font-size: 14px;
  margin-right: 30px;
  color: #333;
}

/*==================================================================
[ rs1 calendar ]*/
.rs1-calendar .my-calendar {
  color: #fff;
}

.rs1-calendar.wrap-inputdate .btn-calendar {
  color: #fff;
}



/*//////////////////////////////////////////////////////////////////
[ Restyle Select2 ]*/

.rs1-select2 .select2-container {
  display: block;
  max-width: 100% !important;
  width: auto !important;
}

.rs1-select2 .select2-container .select2-selection--single {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  border: none;
  outline: none;
  height: 50px;
  background-color: transparent;
  border-radius: 0px;
  position: relative;
}

/*------------------------------------------------------------------
[ in select ]*/
.rs1-select2 .select2-container .select2-selection--single .select2-selection__rendered {
  font-family: Montserrat-Regular;
  font-size: 14px;
  color: #333;
  line-height: 1.2;
  padding-left: 30px;
  background-color: transparent;
}

.rs1-select2 .select2-container--default .select2-selection--single .select2-selection__arrow {
  width: 20px;
  height: 100%;
  top: 0;
  right: 25px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
}

.rs1-select2 .select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-top-color: #333;
}

.rs1-select2 .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-bottom-color: #333;
}



/*------------------------------------------------------------------
[ Dropdown option ]*/
.rs1-select2 .select2-container--open .select2-dropdown {
  z-index: 1251;
  width: 100%;
  border: 2px 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: 30px;
}

.rs1-select2 .select2-container .select2-results__option[aria-selected="true"] {
  background: #ffa414;
  color: white;
}

.rs1-select2 .select2-container .select2-results__option--highlighted[aria-selected] {
  background: #ffa414;
  color: white;
}

.rs1-select2 .select2-results__options {
  font-family: Montserrat-Regular;
  font-size: 14px;
  color: #333;
  line-height: 1.2;
}

.rs1-select2 .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
  outline: none;
  font-family: Montserrat-Regular;
  font-size: 14px;
  color: #333;
  line-height: 1.2;
}

/*==================================================================
[ rs2 select2 ]*/

.rs2-select2 .select2-container .select2-selection--single .select2-selection__rendered {
  color: #fff;
}

.rs2-select2 .select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-top-color: #fff;
}

.rs2-select2 .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-bottom-color: #fff;
}




/*//////////////////////////////////////////////////////////////////
[ RS Revo Slide 1 ]*/

/*---------------------------------------------*/
#rev_slider_1 .gyges.tparrows {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}

#rev_slider_1 .gyges.tparrows:hover {
  background-color: rgba(148, 46, 50, .5);
}

/*---------------------------------------------*/
#rev_slider_1 .caption-1 {
  padding: 0px 15px 0px 15px;
}

#rev_slider_1 .caption-1 img {
  max-width: 100%;
}

/*---------------------------------------------*/
#rev_slider_1 .caption-2 {
  font-family: Montserrat-Bold;
  text-transform: uppercase;
  letter-spacing: 9px;
}

/*---------------------------------------------*/
#rev_slider_1 .btn2,
#rev_slider_1 .btn1 {
  font-family: Montserrat-SemiBold;
  font-size: 14px !important;
  color: #fff;
  text-transform: uppercase;

  min-width: 170px;
  height: 50px;
  padding: 5px 15px;
  margin: 10px;

  -webkit-transition: all 0.4s !important;
  -o-transition: all 0.4s !important;
  -moz-transition: all 0.4s !important;
  transition: all 0.4s !important;
}


#rev_slider_1 .btn1 {
  background-color: #ffa414;
}

#rev_slider_1 .btn2 {
  background-color: transparent;
  border: 2px solid #fff !important;
}

#rev_slider_1 .btn2:hover,
#rev_slider_1 .btn1:hover {
  background-color: rgba(255,255,255,0.6);
  color: #fff;
  border-color: transparent !important;
}

/*---------------------------------------------*/
.sec-slider1 {
  position: relative;
}

.sec-slide-alt{
	background-color:#AC3035;
	padding:16px; 
	font-family:"ALS";
	font-size:20px;
	color:#fff; 
	line-height:22px;
}
 
.sec-slide-alt img{  
	margin:16px 8px;
}
 
.wrap-scroll-slider1 {
  position: absolute;
  width: 100%;
  bottom: 50px;
  left: 0;
}

.scroll-slider1 {
  width: 30px;
  height: 49px;
  border: 2px solid #fff;
  border-radius: 15px;
  padding-top: 11px;
}

.scroll-slider1::before {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  background-color: #fff;
  border-radius: 50%;
  top: 10px;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}

.scroll-slider1:hover {
  background-color: rgba(255,255,255,0.3);
}

.scroll-slider1:hover:before {
  -webkit-transform: translateY(18px);
  -moz-transform: translateY(18px);
  -ms-transform: translateY(18px);
  -o-transform: translateY(18px);
  transform: translateY(18px);
}

@media (max-width: 575px) {
  .wrap-scroll-slider1 {
    bottom: 20px;
  }

  .m-t-220{
    margin-top: 45px;
  }
}

/*//////////////////////////////////////////////////////////////////
[ RS Revo Slide 2 ]*/

/*---------------------------------------------*/
#rev_slider_2 .gyges.tparrows {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}

#rev_slider_2 .gyges.tparrows:hover {
  background-color: rgba(255,164,20,0.3);
}

/*---------------------------------------------*/
#rev_slider_2 .caption-1 {
  padding: 0px 15px 0px 15px;
}

#rev_slider_2 .caption-1 img {
  max-width: 100%;
}

/*---------------------------------------------*/
#rev_slider_2 .caption-2 {
  font-family: Montserrat-Bold;
  text-transform: uppercase;
  letter-spacing: 4px;
}

/*---------------------------------------------*/
#rev_slider_2 .btn2,
#rev_slider_2 .btn1 {
  font-family: Montserrat-SemiBold;
  font-size: 14px !important;
  color: #fff;
  text-transform: uppercase;

  min-width: 170px;
  height: 50px;
  padding: 5px 15px;
  border-radius: 5px;
  margin: 10px;

  -webkit-transition: all 0.4s !important;
  -o-transition: all 0.4s !important;
  -moz-transition: all 0.4s !important;
  transition: all 0.4s !important;
}


#rev_slider_2 .btn1 {
  background-color: #ffa414;
}

#rev_slider_2 .btn2 {
  background-color: transparent;
  border: 2px solid #fff !important;
}

#rev_slider_2 .btn2:hover,
#rev_slider_2 .btn1:hover {
  background-color: rgba(255,255,255,0.6);
  color: #fff;
  border-color: transparent !important;
}

/*//////////////////////////////////////////////////////////////////
[ RS Revo Slide 3 ]*/

/*---------------------------------------------*/
#rev_slider_3 .gyges.tparrows {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}

#rev_slider_3 .gyges.tparrows:hover {
  background-color: rgba(255,164,20,0.8);
}

/*---------------------------------------------*/


@media (max-width: 1199px) {
  #rev_slider_3 .caption-1 {
    width: 380px !important;
  }

  #rev_slider_3 .caption-1 img {
    max-width: 100% !important;
    height: auto !important;
  }
}

@media (max-width: 991px) {
  #rev_slider_3 .caption-1 {
    display: none !important;
  }
}

/*---------------------------------------------*/
#rev_slider_3 .caption-2 {
  font-family: Montserrat-Bold;
  text-transform: uppercase;
  letter-spacing: 1px;
}

/*---------------------------------------------*/
#rev_slider_3 .caption-3 {
  font-family: Montserrat-Regular;
}

/*---------------------------------------------*/

@media (max-width: 991px) {
  #rev_slider_3 .caption-4 {
    justify-content: center;
  }
}
  

#rev_slider_3 .btn2,
#rev_slider_3 .btn1 {
  font-family: Montserrat-SemiBold;
  font-size: 14px !important;
  color: #fff;
  text-transform: uppercase;

  min-width: 170px;
  height: 50px;
  padding: 5px 15px;
  margin: 10px;

  -webkit-transition: all 0.4s !important;
  -o-transition: all 0.4s !important;
  -moz-transition: all 0.4s !important;
  transition: all 0.4s !important;
}


#rev_slider_3 .btn1 {
  background-color: #ffa414;
}

#rev_slider_3 .btn2 {
  background-color: transparent;
  border: 2px solid #fff !important;
}

#rev_slider_3 .btn2:hover,
#rev_slider_3 .btn1:hover {
  background-color: rgba(255,255,255,0.6);
  color: #fff;
  border-color: transparent !important;
}

/*//////////////////////////////////////////////////////////////////
[ 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;
  max-width: 550px;
  margin: 0 auto;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  padding: 7px 0px;
}

.tab01 .nav-tabs .nav-item {
  padding: 5px 16px;
}

.tab01 .nav-link {
  font-family: Montserrat-Bold;
  font-size: 15px;
  color: #666;
  line-height: 1.2;

  padding: 0;
  border-radius: 0px;
  border: none;

  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}

.tab01 .nav-link.active {
  color: #333;
}

.tab01 .nav-link:hover {
  color: #333;
}


/*//////////////////////////////////////////////////////////////////
[ Slide2 ]*/

.wrap-slick4,
.wrap-slick2 {
  position: relative;
  margin-right: -15px;
  margin-left: -15px;
}

/* ------------------------------------ */
.arrow-slick4,
.arrow-slick2 {
  position: absolute;
  z-index: 100;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 40px;
  color: #999;

  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}

.arrow-slick4:hover,
.arrow-slick2:hover {
  color: #333;
}

.next-slick4,
.next-slick2 {
  right: -40px;
}

.prev-slick4,
.prev-slick2 {
  left: -40px;
}

@media (max-width: 1300px) {
  .next-slick4,
  .next-slick2 {
    right: 0px;
  }

  .prev-slick4,
  .prev-slick2 {
    left: 0px;
  }
}

/*//////////////////////////////////////////////////////////////////
[ Slick3 ]*/
.slick3-dots {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;

  width: 550px;
  max-width: 100%;
  margin: 0 auto;
  border-top: 1px solid #f2f2f2;
  border-bottom: 1px solid #f2f2f2;
  padding: 4px 0;
}

.slick3-dots li {
  font-family: Montserrat-SemiBold;
  font-size: 15px;
  color: #ccc;
  line-height: 1.5714;

  display: block;
  cursor: pointer;
  margin: 5px 16px;

  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}

.slick3-dots li:hover {
  color: #fff;
}

.slick3-dots li.slick-active {
  color: #fff;
}

/*---------------------------------------------*/
.wrap-slick3-arrows {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;

  width: 330px;
  max-width: 100%;
  margin: 0 auto;
}

.wrap-slick3-arrows .arrow-slick3 {
  font-size: 34px;
  color: #fff;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}

.wrap-slick3-arrows .arrow-slick3:hover {
  color: #ffa414;
}


/*//////////////////////////////////////////////////////////////////
[ Slide5 ]*/
.wrap-slick5 {
  position: relative;
}

.arrow-slick5 {
  font-size: 40px;
  color: #fff;

  position: absolute;
  z-index: 1000;
  top: calc(50% - 30px);
  padding: 0 20px;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}

.arrow-slick5:hover {
  color: #ffa414;
}

.prev-slick5 {
  left: 10px;
  right: auto;
}

.next-slick5 {
  left: auto;
  right: 10px;
}


/*//////////////////////////////////////////////////////////////////
[ Modal video 01 ]*/
body {padding-right: 0px !important;}
.modal {
  padding: 0px !important;
  z-index: 1160;
  overflow-x: hidden;
  overflow-y: auto !important;
}
.modal-open {overflow-y: scroll;}

/* ------------------------------------ */
.modal-backdrop {
  background-color: transparent;
}

#modal-video-01 {
  background-color: rgba(0,0,0,0.8);
  z-index: 1250;
  
}

#modal-video-01 .modal-dialog {
  max-width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  position: relative;
}

.wrap-video-mo-01 {
  width: 854px;
  height: auto;
  position: relative;
  margin: 15px;
}

.wrap-video-mo-01::before {
  content: "";
  display: block;
  width: 100%;
  padding-top: 56.25%;
}

.video-mo-01 {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  -webkit-transition: all 2s;
  -o-transition: all 2s;
  -moz-transition: all 2s;
  transition: all 2s;
}

.video-mo-01 iframe {
  width: 100%;
  height: 100%;
}

.close-mo-video-01 {
  font-size: 50px;
  color: white;
  opacity: 0.6;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  z-index: 1250;
  width: 60px;
  height: 60px;
  top: 0;
  right: 0;
}

.close-mo-video-01:hover {
  cursor: pointer;
  opacity: 1;
}


/*//////////////////////////////////////////////////////////////////
[ Block1 ]*/
.block1 {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  z-index: 1;
}

.block1::before {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-image: url(../images/icons/pattern-01.png);
  background-repeat: repeat;
}

.block1-content {
  background-color: #fff;
  box-shadow: 0 3px 10px 0px rgba(0,0,0,0.1);
  -moz-box-shadow: 0 3px 10px 0px rgba(0,0,0,0.1);
  -webkit-box-shadow: 0 3px 10px 0px rgba(0,0,0,0.1);
  -o-box-shadow: 0 3px 10px 0px rgba(0,0,0,0.1);
  -ms-box-shadow: 0 3px 10px 0px rgba(0,0,0,0.1);
}


/*---------------------------------------------*/
.block1-pic {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  overflow: hidden;
  margin: 0 auto;
}

.block1-pic img {
  width: 100%;
}

/*---------------------------------------------*/
.block1-txt a {
  font-family: PlayfairDisplay-Bold;
  font-size: 22px;
  color: #333;
  line-height: 1.2;
}

.block1-txt p {
  font-family: Montserrat-Regular;
  font-size: 14px;
  color: #666;
  line-height: 1.57;
}

.block1-txt span {
  font-family: PlayfairDisplay-Regular;
  font-size: 24px;
  color: #666;
  line-height: 1;

  display: block;
}

/*---------------------------------------------*/
.block1-content:hover {
  background-color: rgba(255,255,255,0);
}

.block1-content:hover .block1-txt span,
.block1-content:hover .block1-txt p,
.block1-content:hover .block1-txt a {
  color: #fff;
}

.block1-content .block1-txt a:hover {
  color: #ffa414;
}


/*//////////////////////////////////////////////////////////////////
[ Block2 ]*/
.block2 {
  width: 100%;
}

.block2-pic {
  width: 70px;
  height: 70px;
  border-radius: 50px;
  overflow: hidden;
  margin-right: 20px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}

.block2-pic img {
  width: 100%;
  height: 100%;
}

.block2-pic:hover {
  -webkit-transform: translate(0,-4px);
  -moz-transform: translate(0,-4px);
  -ms-transform: translate(0,-4px);
  -o-transform: translate(0,-4px);
  transform: translate(0,-4px);
  box-shadow: 3px 4px 10px -2px #000;
  -moz-box-shadow: 3px 4px 10px -2px #000;
  -webkit-box-shadow: 3px 4px 10px -2px #000;
  -o-box-shadow: 3px 4px 10px -2px #000;
  -ms-box-shadow: 3px 4px 10px -2px #000;
}

/*---------------------------------------------*/
.block2-txt {
  width: calc(100% - 90px - 63px);
  padding-right: 10px;
}

/*---------------------------------------------*/
.block2-more {
  width: 63px;
  height: 50px;
  border-left: 1px solid #ccc;
}

/*---------------------------------------------*/
.line-divide-b2 {
  position: relative;
}

.line-divide-b2::after {
  content: "";
  display: block;
  position: absolute;
  width: calc(100% - 25px);
  height: 1px;
  background-color: #ccc;
  bottom: 0;
  left: 0;
}

.line-divide-b2:last-child:after {
  display: none;
}

/*---------------------------------------------*/
@media (max-width: 575px) {
  .block2-txt {
    width: calc(100% - 63px);
  }

  .block2-pic {
    margin-bottom: 10px;
    margin-right: auto;
    margin-left: auto;
  }

  .line-divide-b2::after {
    width: 100%;
  }
}

/*//////////////////////////////////////////////////////////////////
[ Block3 ]*/

/*---------------------------------------------*/
.block3-child1-lineconnect {
  position: relative;
}

.block3-child1-lineconnect::after {
  content: "....................................................................................................................................";
  font-family: PlayfairDisplay-Bold;
  font-size: 16px;
  color: #ffa414;
  letter-spacing: 1px;
  
  display: block;
  position: absolute;
  top: 5px;
  left: 0;
  width: 0%;
  overflow: hidden;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}

.block3-child1-lineconnect::before {
  content: "....................................................................................................................................";
  font-family: PlayfairDisplay-Bold;
  font-size: 16px;
  color: #ccc;
  letter-spacing: 1px;
  text-align: right;
  
  display: block;
  position: absolute;
  top: 5px;
  right: 0;
  width: 100%;
  overflow: hidden;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}

/*---------------------------------------------*/
.hov-block3 .block3-child1-lineconnect::after {
  width: 100%;
}

.hov-block3 .block3-child1-name {
  color: #ffa414;
}

.hov-block3 .block3-child1-more {
  color: #ffa414;
}

/*---------------------------------------------*/
.block3-child2 {
  padding-right: 42px;
}

/*---------------------------------------------*/
@media (max-width: 479px) {
  .block3-child1-lineconnect {
    opacity: 0;
  }
}


/*//////////////////////////////////////////////////////////////////
[ Block4 ]*/

.block4-pic {
  width: 70px;
  height: 70px;
  border-radius: 50px;
  overflow: hidden;
  margin-right: 30px;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}

.block4-pic img {
  width: 100%;
  height: 100%;
}

/*---------------------------------------------*/
.block4-txt {
  width: calc(100% - 100px);
}

/*---------------------------------------------*/
.block4-txt-name {
  padding-top: 8px;
}

/*---------------------------------------------*/
.block4-txt-lineconnect {
  position: relative;
  margin: 0 8px;
}

.block4-txt-lineconnect::after {
  content: "....................................................................................................................................";
  font-family: PlayfairDisplay-Bold;
  font-size: 16px;
  color: #ffa414;
  letter-spacing: 1px;
  
  display: block;
  position: absolute;
  top: 7px;
  left: 0;
  width: 0%;
  overflow: hidden;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}

.block4-txt-lineconnect::before {
  content: "....................................................................................................................................";
  font-family: PlayfairDisplay-Bold;
  font-size: 16px;
  color: #ccc;
  letter-spacing: 1px;
  text-align: right;
  
  display: block;
  position: absolute;
  top: 7px;
  right: 0;
  width: 100%;
  overflow: hidden;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}

/*---------------------------------------------*/
.hov-block4 .block4-txt-lineconnect::after {
  width: 100%;
}

.hov-block4 .block4-txt-name {
  color: #ffa414;
}

.hov-block4 .block4-txt-more {
  color: #ffa414;
}

.hov-block4 .block4-pic {
  -webkit-transform: translate(0,-4px);
  -moz-transform: translate(0,-4px);
  -ms-transform: translate(0,-4px);
  -o-transform: translate(0,-4px);
  transform: translate(0,-4px);
  box-shadow: 3px 4px 10px -2px rgba(0,0,0,0.6);
  -moz-box-shadow: 3px 4px 10px -2px rgba(0,0,0,0.6);
  -webkit-box-shadow: 3px 4px 10px -2px rgba(0,0,0,0.6);
  -o-box-shadow: 3px 4px 10px -2px rgba(0,0,0,0.6);
  -ms-box-shadow: 3px 4px 10px -2px rgba(0,0,0,0.6);
}

@media (max-width: 575px) {
  .block4-pic {
    width: 60px;
    height: 60px;
    margin-right: 15px;
  }

  .block4-txt {
    width: calc(100% - 75px);
  }
}

/*---------------------------------------------*/
@media (max-width: 479px) {
  .block4-txt-lineconnect {
    opacity: 0;
  }
}

/*==================================================================
    TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT
==================================================================*/

/*==================================================================
[ Color ]*/
.cl0 {color: #fff;}
.cl1 {color: #ffa414;}
.cl2 {color: #666;}
.cl3 {color: #333;}


/*//////////////////////////////////////////////////////////////////
[ S-Text 0 - 15 ]*/

.s1-txt1 {
  font-family: Montserrat-SemiBold;
  font-size: 14px;
  color: #fff;
  line-height: 1.2;
  text-transform: uppercase;
}

.s1-txt2 {
  font-family: Montserrat-Regular;
  font-size: 13px;
  color: #666;
  line-height: 1.6666667;
  text-transform: uppercase;
}

.s1-txt3 {
  font-family: Montserrat-Regular;
  font-size: 14px;
  color: #666;
  line-height: 1.5714;
}

.s1-txt4 {
  font-family: Montserrat-Regular;
  font-size: 13px;
  color: #333;
  line-height: 1.6666667;
  text-transform: uppercase;
}

.s1-txt5 {
  font-family: Montserrat-SemiBold;
  font-size: 14px;
  color: #333;
  line-height: 1.5714;
}

.s1-txt6 {
  font-family: Montserrat-Regular;
  font-size: 14px;
  color: #fff;
  line-height: 1.5714;
}

.s1-txt7 {
  font-family: Montserrat-Regular;
  font-size: 15px;
  color: #666;
  line-height: 1.5714;
}

.s1-txt8 {
  font-family: Montserrat-Regular;
  font-size: 14px;
  color: #ccc;
  line-height: 1.5714;
}

.s1-txt9 {
  font-family: Montserrat-Regular;
  font-size: 13px;
  color: #fff;
  line-height: 1.6666667;
  text-transform: uppercase;
}

.s1-txt10 {
  font-family: Montserrat-Regular;
  font-size: 14px;
  color: #666;
  line-height: 1.5714;
  letter-spacing: 1px;
}

.s1-txt11 {
  font-family: Montserrat-Regular;
  font-size: 14px;
  color: #333;
  line-height: 1.5714;
}

.s1-txt12 {
  font-family: Montserrat-Regular;
  font-size: 13px;
  color: #ccc;
  line-height: 1.5714;
  text-transform: uppercase;
}

.s1-txt13 {
 font-family: Montserrat-Bold;
 font-size: 15px;
 color: #666;
 line-height: 1.388;
}

.s1-txt14 {
  font-family: Montserrat-Regular;
  font-size: 13px;
  color: #666;
  line-height: 1.6666667;
}

/*//////////////////////////////////////////////////////////////////
[ M-Text 16 - 25 ]*/
.m1-txt1 {
  font-family: Montserrat-Bold;
  font-size: 16px;
  color: #fff;
  line-height: 1.2;
}

.m1-txt2 {
  font-family: Montserrat-Bold;
  font-size: 18px;
  color: #fff;
  line-height: 1.388;
  text-transform: uppercase;
}

.m1-txt3 {
  font-family: Montserrat-Medium;
  font-size: 16px;
  color: #ccc;
  line-height: 1.5625;
}

.m1-txt4 {
  font-family: Montserrat-Regular;
  font-size: 16px;
  color: #ffa414;
  line-height: 1.5625;
}

.m1-txt5 {
  font-family: Montserrat-Regular;
  font-size: 16px;
  color: #ccc;
  line-height: 1.5625;
}

.m1-txt6 {
  font-family: Montserrat-Regular;
  font-size: 16px;
  color: #333;
  line-height: 1.5714;
}

.m1-txt7 {
  font-family: Montserrat-Bold;
  font-size: 20px;
  color: #fff;
  line-height: 1.2;
  text-transform: uppercase;
}

.m1-txt8 {
  font-family: Montserrat-Bold;
  font-size: 18px;
  color: #333;
  line-height: 1.388;
  text-transform: uppercase;
}

.m1-txt9 {
  font-family: Montserrat-Bold;
  font-size: 22px;
  color: #f2f2f2;
  line-height: 1.2;
  text-transform: uppercase;
}

.m1-txt10 {
  font-family: Montserrat-Medium;
  font-size: 16px;
  color: #666;
  line-height: 1.5625;
}

.m1-txt11 {
  font-family: Montserrat-Regular;
  font-size: 16px;
  color: #fff;
  line-height: 1.375;
}


/*---------------------------------------------*/
.m2-txt1 {
  font-family: PlayfairDisplay-Bold;
  font-size: 24px;
  color: #333;
  line-height: 1.3;
}

.m2-txt2 {
  font-family: PlayfairDisplay-Bold;
  font-size: 26px;
  color: #333;
  line-height: 1.2;
}

.m2-txt3 {
  font-family: PlayfairDisplay-Bold;
  font-size: 16px;
  color: #333;
  line-height: 1.2;
  text-transform: uppercase;
}

.m2-txt4 {
  font-family: PlayfairDisplay-Bold;
  font-size: 22px;
  color: #fff;
  line-height: 1.2;
}

.m2-txt5 {
  font-family: PlayfairDisplay-Bold;
  font-size: 22px;
  color: #333;
  line-height: 1.2;
}

.m2-txt6 {
  font-family: PlayfairDisplay-Regular;
  font-size: 24px;
  color: #666;
  line-height: 1.2;
}

.m2-txt7 {
  font-family: PlayfairDisplay-Bold;
  font-size: 18px;
  color: #000;
  line-height: 1.2;
}

.m2-txt8 {
  font-family: PlayfairDisplay-Bold;
  font-size: 22px;
  color: #333;
  line-height: 1.2;
  text-transform: uppercase;
}

.m2-txt9 {
  font-family: PlayfairDisplay-Bold;
  font-size: 20px;
  color: #333;
  line-height: 1.3;
}

.m2-txt10 {
  font-family: PlayfairDisplay-Bold;
  font-size: 22px;
  color: #f2f2f2;
  line-height: 1.2;
}


/*---------------------------------------------*/
.m3-txt1 {
  font-family: ALS;
  font-size: 25px; 
  line-height: 1.5625;
}

.m3-txt2 {
  font-family: Courgette-Regular;
  font-size: 16px;
  color: #f2f2f2;
  line-height: 1.5625;
}




/*//////////////////////////////////////////////////////////////////
[ L-Text >= 26 ]*/

/*---------------------------------------------*/
.l1-txt1 {
  font-family: Montserrat-Bold;
  font-size: 30px;
  color: #fff;
  line-height: 1.2;
  text-transform: uppercase;
  letter-spacing: 2px;
}

.l1-txt2 {
  font-family: Montserrat-Bold;
  font-size: 50px;
  color: #fff;
  line-height: 1.2;
  text-transform: uppercase;
  letter-spacing: 3px;
}

.l1-txt3 {
  font-family: Montserrat-Bold;
  font-size: 26px;
  color: #fff;
  line-height: 1.2;
  text-transform: uppercase;
  letter-spacing: 2px;
}

/*---------------------------------------------*/
.l2-txt1 {
  font-family: ALSBlack;
  font-size: 30px;
  color: #AC3035;
  line-height: 1.2;
}

.l2-txt2 {
  font-family: PlayfairDisplay-Bold;
  font-size: 40px;
  color: #fff;
  line-height: 1.2;
}

.l2-txt3 {
  font-family: PlayfairDisplay-Regular;
  font-size: 26px;
  color: #f2f2f2;
  line-height: 1;
}

.l2-txt4 {
  font-family: PlayfairDisplay-Italic;
  font-size: 44px;
  color: #fff;
  line-height: 1.2;
  letter-spacing: 5px;
}

.l2-txt5 {
  font-family: PlayfairDisplay-Bold;
  font-size: 55px;
  color: #fff;
  line-height: 1.2;
}

.l2-txt6 {
  font-family: PlayfairDisplay-Regular;
  font-size: 26px;
  color: #666;
  line-height: 1;
}

.l2-txt7 {
  font-family: PlayfairDisplay-Bold;
  font-size: 50px;
  color: #333;
  line-height: 1.2;
}

.l2-txt8 {
  font-family: PlayfairDisplay-Bold;
  font-size: 28px;
  color: #000;
  line-height: 1.2;
}

.l2-txt9 {
  font-family: PlayfairDisplay-Bold;
  font-size: 28px;
  color: #333;
  line-height: 1.2;
}

.l2-txt10 {
  font-family: PlayfairDisplaySC-Bold;
  font-size: 32px;
  color: #333;
  line-height: 1.1875;
}

.l2-txt11 {
  font-family: PlayfairDisplay-Bold;
  font-size: 53px;
  color: #fff;
  line-height: 1.1887;
}

.l2-txt12 {
  font-family: PlayfairDisplay-Regular;
  font-size: 26px;
  color: #ccc;
  line-height: 1;
}

.l2-txt13 {
  font-family: PlayfairDisplay-Bold;
  font-size: 28px;
  color: #fff;
  line-height: 1.2;
}

/*---------------------------------------------*/
.l3-txt1 {
  font-family: Courgette-Regular;
  font-size: 60px;
  color: #fff;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 6px;
}

.l3-txt2 {
  font-family: Courgette-Regular;
  font-size: 45px;
  color: #fff;
  line-height: 1.2;
}

.l3-txt3 {
  font-family: Courgette-Regular;
  font-size: 38px;
  color: #ffa414;
  line-height: 1.2;
}

.l3-txt4 {
  font-family: Courgette-Regular;
  font-size: 80px;
  color: #fff;
  line-height: 1.2;
  letter-spacing: 8px;
}


/*==================================================================
   SHAPE SHAPE SHAPE SHAPE SHAPE SHAPE SHAPE SHAPE SHAPE SHAPE SHAPE
==================================================================*/


/*//////////////////////////////////////////////////////////////////
[ Size ]*/
.size1 {
  width: 100%;
  height: 50px;
}

.size2 {
  width: 64px;
  height: 30px;
}

.size3 {
  width: calc(100% - 64px);
  height: 100%;
}

.size4 {
  min-width: 130px;
  min-height: 35px;
}

.size5 {
  width: 100px;
  max-width: 100%;
  height: 1px;
}

.size6 {
  min-width: 170px;
  height: 50px;
}

.size7 {
  width: 150px;
  height: 2px;
}

.size8 {
  width: 100%;
  padding-top: 62.5%;
}

.size9 {
  width: 100%;
  padding-top: 75%;
}

.size10 {
  width: 100%;
  padding-top: 100%;
}

.size11 {
  width: 270px;
  min-height: 284px;
}

.size12 {
  width: 100%;
  min-height: 200px;
}

.size13 {
  width: 100%;
  min-height: 161px;
}

/*//////////////////////////////////////////////////////////////////
[ Width ]*/
.wsize1 {
  width: 34px;
}

.wsize2 {
  width: calc(100% - 34px);
}

.wsize3 {
  width: 60px;
}

.wsize4 {
  width: calc(100% - 80px);
}

.wsize5 {
  max-width: 466px;
}

.wsize6 {
  width: 25px;
}

.wsize7 {
  width: calc(100% - 25px);
}

.wsize8 {
  width: 51%;
}

.wsize9 {
  width: 49%;
}

.wsize10 {
  width: calc((100% - 40px) / 3);
}

.wsize11 {
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
}

.wsize12 {
  width: 30%;
}

.wsize13 {
  width: 70%;
}

.wsize14 {
  width: calc((100% - 210px) / 8 * 5 + 120px);
}

.wsize15 {
  width: calc((100% - 210px) / 8 * 3 + 60px);
}

.wsize16 {
  width: 19%;
}

.wsize17 {
  width: 62%;
}

.wsize18 {
  width: calc(100% - 270px);
}

.wsize19 {
  width: calc(100% - 100px);
}

.wsize20 {
  max-width: 975px;
}

.wsize21 {
  width: 65%;
}

.wsize22 {
  width: 35%;
}

.wsize23 {
  max-width: 870px;
}

/*//////////////////////////////////////////////////////////////////
[ Height ]*/
.hsize1 {
  height: 120px;
}

.hsize2 {
  min-height: 149px;
}

.hsize3 {
  align-self: stretch;
}

.hsize4 {
  min-height: 240px;
}

.hsize5 {
  min-height: 180px;
}

.hsize6 {
  min-height: 449px;
}

.hsize7 {
  min-height: 500px;
}

.hsize8 {
  height: 420px;
}

.hsize9 {
  min-height: 300px;
}

.hsize10 {
  height: 354px;
}

/*//////////////////////////////////////////////////////////////////
[ Background ]*/
.bg0 {background-color: #fff;}

.bg1 {background-color: #ffa414;}
.bg2 {background-color: #f2f2f2;}
.bg3 {background-color: #666;}
.bg4 {background-color: #333;}
.bg5 {background-color: rgba(0,0,0,0.45);}
.bg6 {background-color: rgba(0,0,0,0.6);}
.bg7 {background-color: rgba(0,0,0,0.7);}

/*---------------------------------------------*/
.bg-img1 {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

/*---------------------------------------------*/
.bg-overlay1 {
  position: relative;
  z-index: 1;
}

.bg-overlay1::after {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border-radius: inherit;
  background: #000;
  opacity: 0.4;
}

/*---------------------------------------------*/
.bg-overlay2 {
  position: relative;
  z-index: 1;
}

.bg-overlay2::after {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border-radius: inherit;
  background-image: url(../images/icons/pattern-02.png);
  background-repeat: repeat;
}

/*---------------------------------------------*/
.bg-overlay3 {
  position: relative;
  z-index: 1;
}

.bg-overlay3::after {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border-radius: inherit;
  background: #000;
  opacity: 0.65;
}

/*---------------------------------------------*/
.bg-overlay7,
.bg-overlay6,
.bg-overlay5,
.bg-overlay4 {
  position: relative;
  z-index: 1;
}

.bg-overlay7::after,
.bg-overlay6::after,
.bg-overlay5::after,
.bg-overlay4::after {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border-radius: inherit;
}

.bg-overlay4::after {
  background: #11998e;
  background: -webkit-linear-gradient(left, #11998e, #38ef7d);
  background: -o-linear-gradient(left, #11998e, #38ef7d);
  background: -moz-linear-gradient(left, #11998e, #38ef7d);
  background: linear-gradient(left, #11998e, #38ef7d);
  opacity: 0.85;
}

.bg-overlay5::after {
  background: #f83600;
  background: -webkit-linear-gradient(left, #f83600, #fe8c00);
  background: -o-linear-gradient(left, #f83600, #fe8c00);
  background: -moz-linear-gradient(left, #f83600, #fe8c00);
  background: linear-gradient(left, #f83600, #fe8c00);
  opacity: 0.85;
}

.bg-overlay6::after {
  background: #ffa751;
  background: -webkit-linear-gradient(left, #ffa751, #ffe259);
  background: -o-linear-gradient(left, #ffa751, #ffe259);
  background: -moz-linear-gradient(left, #ffa751, #ffe259);
  background: linear-gradient(left, #ffa751, #ffe259);
  opacity: 0.85;
}

.bg-overlay7::after {
  background: #ee0979;
  background: -webkit-linear-gradient(right, #ee0979, #ff6a00);
  background: -o-linear-gradient(right, #ee0979, #ff6a00);
  background: -moz-linear-gradient(right, #ee0979, #ff6a00);
  background: linear-gradient(right, #ee0979, #ff6a00);
  opacity: 0.85;
}

/*---------------------------------------------*/
.bg-overlay8 {
  position: relative;
  z-index: 1;
}

.bg-overlay8::after {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border-radius: inherit;
  background: #000;
  opacity: 0.8;
}


/*//////////////////////////////////////////////////////////////////
[ Border ]*/
.bor-in {border-radius: inherit;}

.bor1 {
  border: 2px solid #fff;
}

.bor2 {
  border-top: 1px solid #e6e6e6;
  border-bottom: 1px solid #e6e6e6;
}

.bor3 {
  border-left: 1px solid #999;
}

.bor4 {
  border: 2px solid #fff;
  border-radius: 4px;
}

/*---------------------------------------------*/
.bor5 {
  border-bottom: 1px solid #999;
}

.bor5:last-child {
  border-bottom: none;
}

/*---------------------------------------------*/
.bor6 {
  box-shadow: 0 0px 0px 1px #ccc inset;
  -moz-box-shadow: 0 0px 0px 1px #ccc inset;
  -webkit-box-shadow: 0 0px 0px 1px #ccc inset;
  -o-box-shadow: 0 0px 0px 1px #ccc inset;
  -ms-box-shadow: 0 0px 0px 1px #ccc inset;
}

/*---------------------------------------------*/
.bor7 {
  border-bottom: 1px solid #e6e6e6;
}

.bor7:last-child {
  border-bottom: none;
}

/*---------------------------------------------*/
.bor8 {
  border-bottom: 3px dotted #ccc;
}

.bor9 {
  border: 1px solid #e6e6e6;
}

.bor10 {
  border-left: 1px solid #e6e6e6;
}

/*---------------------------------------------*/
.bor11 {
  position: relative;
  z-index: 1;
}

.bor11::before {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border: 1px solid #e6e6e6;
}

/*---------------------------------------------*/
.bor12 {
  border: 2px solid #e6e6e6;
}




/*==================================================================
 HOW HOW HOW HOW HOW HOW HOW HOW HOW HOW HOW HOW HOW HOW HOW HOW HOW 
==================================================================*/

/*---------------------------------------------*/
.parallax100 {
  background-attachment: fixed;
  background-position: center 0;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (max-width: 991px) {
  .parallax100 {
    background-attachment: inherit;
  }
}

/*---------------------------------------------*/
.placeholder0::-webkit-input-placeholder { color: #fff;}
.placeholder0:-moz-placeholder { color: #fff;}
.placeholder0::-moz-placeholder { color: #fff;}
.placeholder0:-ms-input-placeholder { color: #fff;}

.placeholder1::-webkit-input-placeholder { color: #ccc;}
.placeholder1:-moz-placeholder { color: #ccc;}
.placeholder1::-moz-placeholder { color: #ccc;}
.placeholder1:-ms-input-placeholder { color: #ccc;}

.placeholder2::-webkit-input-placeholder { color: #666;}
.placeholder2:-moz-placeholder { color: #666;}
.placeholder2::-moz-placeholder { color: #666;}
.placeholder2:-ms-input-placeholder { color: #666;}

.placeholder3::-webkit-input-placeholder { color: #999;}
.placeholder3:-moz-placeholder { color: #999;}
.placeholder3::-moz-placeholder { color: #999;}
.placeholder3:-ms-input-placeholder { color: #999;}


/*---------------------------------------------*/
.how-gallery1 {
  width: calc(100% / 5);
  padding: 10px;
}

@media (max-width: 991px) {
  .how-gallery1 {
    width: calc(100% / 3);
  }
}

@media (max-width: 767px) {
  .how-gallery1 {
    width: calc(100% / 2);
  }
}

/*---------------------------------------------*/
.how-overlay1 {
  position: relative;
  z-index: 1;
}

.how-overlay1::before {
  content: "";
  display: block;
  position: absolute;
  z-index: 2;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #000;
  opacity: 0;

  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}

.how-overlay1::after {
  content: "\f047";
  font-family: FontAwesome;
  font-size: 20px;
  color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  z-index: 3;
  width: 60px;
  height: 60px;
  background: #942E32;
  border-radius: 50%;
  top: calc(50% - 30px);
  left: calc(50% - 30px);
  
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);

  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}

.how-overlay1:hover:before {
  opacity: 0.8;
}

.how-overlay1:hover:after {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}

/*---------------------------------------------*/
.how-overlay2 {
  position: relative;
  overflow: hidden;
}

.how-overlay2::after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-image: url(../images/icons/pattern-01.png);
  background-repeat: repeat;
  opacity: 0;

  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}

.how-overlay2:hover:after {
  opacity: 1;
}

/*---------------------------------------------*/
.how-overlay3 {
  position: relative;
  z-index: 1;
}

.how-overlay3::before {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border-radius: inherit;
  background: #000;
  opacity: 0.4;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}

.how-overlay3::after {
  content: "";
  display: block;
  position: absolute;
  z-index: -2;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border-radius: inherit;
  background-image: url(../images/icons/pattern-03.png);
  background-repeat: repeat;

  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
  opacity: 0;
}

.how-overlay3:hover:after {
  opacity: 1;
}

.how-overlay3:hover:before {
  opacity: 0.75;
}


/*---------------------------------------------*/
.how-btn1:hover {
  background-color: #333;
  color: #fff;
  border-color: transparent;
}

/*---------------------------------------------*/
.how-btn2:hover {
  background-color: rgba(255,255,255,0.6);
  color: #fff;
  border-color: transparent;
}

/*---------------------------------------------*/
.how-btn3 {
  border-radius: 5px;
  padding: 5px 15px;
}

.how-btn3:hover {
  background-color: rgba(255,255,255,0.6);
  color: #fff;
  border-color: transparent;
}


/*---------------------------------------------*/
.how-social1 {
  font-size: 16px;
  color: #666;
  width: 35px;
  height: 35px;
  border: 1px solid #ccc;
  border-radius: 50%;
}

.how-social1:hover {
  background-color: #ffa414;
  color: #fff;
  border-color: transparent;
}

/*---------------------------------------------*/
.how-box1 {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  min-height: 200px;
  height: 100%;
  border-radius: 5px;
  padding: 50px 15px;
}

/*---------------------------------------------*/
.how-icon1-parent {
  position: relative;
}

.how-icon1 {
  position: absolute;
  bottom: -30px;
  left: calc(50% - 30px);
  width: 60px;
  height: 60px;
  border-radius: 50%;
  overflow: hidden;
  box-shadow: 0 3px 10px 0px rgba(0,0,0,0.1);
  -moz-box-shadow: 0 3px 10px 0px rgba(0,0,0,0.1);
  -webkit-box-shadow: 0 3px 10px 0px rgba(0,0,0,0.1);
  -o-box-shadow: 0 3px 10px 0px rgba(0,0,0,0.1);
  -ms-box-shadow: 0 3px 10px 0px rgba(0,0,0,0.1);
}

.how-icon1 img {
  width: 100%;
  height: 100%;
}

/*---------------------------------------------*/
.how-icon2-parent {
  position: relative;
}

.how-icon2 {
  position: absolute;
  z-index: 10;
  top: -35px;
  left: calc(50% - 35px);
  width: 70px;
  height: 70px;
  border-radius: 50%;
  overflow: hidden;
  box-shadow: 0 3px 10px 0px rgba(0,0,0,0.1);
  -moz-box-shadow: 0 3px 10px 0px rgba(0,0,0,0.1);
  -webkit-box-shadow: 0 3px 10px 0px rgba(0,0,0,0.1);
  -o-box-shadow: 0 3px 10px 0px rgba(0,0,0,0.1);
  -ms-box-shadow: 0 3px 10px 0px rgba(0,0,0,0.1);
}

.how-icon2 img {
  width: 100%;
  height: 100%;
}

/*---------------------------------------------*/
.how-play1 {
  font-size: 22px;
  color: #fff;
  width: 65px;
  height: 65px;
  border-radius: 50%;
  cursor: pointer;
  position: relative;
  z-index: 1;
}

.how-play1::before {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border-radius: 50%;
  background: #ffa414;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}

.how-play1:hover:before {
  opacity: 0.6;
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
}


/*---------------------------------------------*/
.how-shadow1 {
  box-shadow: 0 3px 10px 0px rgba(0,0,0,0.1);
  -moz-box-shadow: 0 3px 10px 0px rgba(0,0,0,0.1);
  -webkit-box-shadow: 0 3px 10px 0px rgba(0,0,0,0.1);
  -o-box-shadow: 0 3px 10px 0px rgba(0,0,0,0.1);
  -ms-box-shadow: 0 3px 10px 0px rgba(0,0,0,0.1);
}

/*---------------------------------------------*/
.how-avatar1 {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  overflow: hidden;
}

.how-avatar1 img {
  width: 100%;
  height: 100%;
}


/*---------------------------------------------*/
.how1 {
  max-width: 830px;
  margin: 0 auto;
}

/*---------------------------------------------*/
.how2 {
  border: 1px solid #e6e6e6;
  border-radius: 5px;
  box-shadow: 0 3px 10px 0px rgba(0,0,0,0.05);
  -moz-box-shadow: 0 3px 10px 0px rgba(0,0,0,0.05);
  -webkit-box-shadow: 0 3px 10px 0px rgba(0,0,0,0.05);
  -o-box-shadow: 0 3px 10px 0px rgba(0,0,0,0.05);
  -ms-box-shadow: 0 3px 10px 0px rgba(0,0,0,0.05);
}

/*---------------------------------------------*/
.how3 {
  position: relative;
  overflow: hidden;
  border-radius: 5px;
  box-shadow: 0 3px 10px 0px rgba(0,0,0,0.1);
  -moz-box-shadow: 0 3px 10px 0px rgba(0,0,0,0.1);
  -webkit-box-shadow: 0 3px 10px 0px rgba(0,0,0,0.1);
  -o-box-shadow: 0 3px 10px 0px rgba(0,0,0,0.1);
  -ms-box-shadow: 0 3px 10px 0px rgba(0,0,0,0.1);
}


/*---------------------------------------------*/
.how4 {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  min-height: 416px;
  border-radius: 5px;
  padding: 15px;
  position: relative;
  z-index: 1;
}

.how4::before {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border-radius: inherit;
  background: #000;
  opacity: 0.4;
}

@media (max-width: 767px) {
  .how4 {
    min-height: unset;
    height: auto;
    padding: 30px 15px;
  }
}



/*---------------------------------------------*/
.how5 {
  border-radius: 5px;
  overflow: hidden;
  box-shadow: 0 3px 10px 0px rgba(0,0,0,0.1);
  -moz-box-shadow: 0 3px 10px 0px rgba(0,0,0,0.1);
  -webkit-box-shadow: 0 3px 10px 0px rgba(0,0,0,0.1);
  -o-box-shadow: 0 3px 10px 0px rgba(0,0,0,0.1);
  -ms-box-shadow: 0 3px 10px 0px rgba(0,0,0,0.1);
}

/*---------------------------------------------*/
.how6 {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 5px;
  overflow: hidden;
  position: relative;
  z-index: 1;
}

.how6::before {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #000;
  opacity: 0.8;
}

/*---------------------------------------------*/
.how7 {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background-clip: padding-box;
  overflow: hidden;
  position: relative;
}

.how7::after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border-radius: 50%;
  border: 3px solid #fff;
}

/*---------------------------------------------*/
.how8-parent {
  position: relative;
}

.how8 {
  pointer-events: none;
  position: absolute;
  max-width: calc(100% - 80px);
  left: 40px;
  bottom: 34px;
  border-bottom: 1px solid rgba(102,102,102,0.4);
}

@media (max-width: 575px) {
  .how8 {
    position: absolute;
    max-width: calc(100% - 30px);
    left: 15px;
    bottom: 15px;
  }
}


/*---------------------------------------------*/
.how9-parent {
  position: relative;
}

.how9 {
  position: absolute;
  width: calc(100% + 45px);
  height: calc(100% - 38px - 38px);
  top: 38px;
  left: -45px;
}

@media (max-width: 767px) {
  .how9-parent {
    padding-top: calc(100% - 40px - 40px - 40px);
  }

  .how9 {
    height: calc(100% + 40px);
    width: calc(100% - 40px - 40px);
    top: -40px;
    left: 40px;
  }
}





/*//////////////////////////////////////////////////////////////////
[ 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: #ffa414;}
.hov-bg1:hover {background-color: #ffa414;}


/*---------------------------------------------*/
.hov-img1 {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

.hov-img1:hover {
  -webkit-filter: grayscale(0%);
  filter: grayscale(0%);
}


/*---------------------------------------------*/
.hov1 i {
  -webkit-transition: transform 0.4s;
  -o-transition: transform 0.4s;
  -moz-transition: transform 0.4s;
  transition: transform 0.4s;
}

.hov1:hover i {
  -webkit-transform: translateX(6px);
  -moz-transform: translateX(6px);
  -ms-transform: translateX(6px);
  -o-transform: translateX(6px);
  transform: translateX(6px);
}

/*---------------------------------------------*/
.hov2.hover {
  -webkit-animation: swing 1s ease-in-out 1;
  -o-animation: swing 1s ease-in-out 1;
  animation: swing 1s ease-in-out 1;
  transform-origin: top center;
}

@keyframes swing {
  20% {
    transform: rotate3d(0, 0, 1, 2deg);
  }

  40% {
    transform: rotate3d(0, 0, 1, -1deg);
  }

  60% {
    transform: rotate3d(0, 0, 1, 0.5deg);
  }

  80% {
    transform: rotate3d(0, 0, 1, -0.5deg);
  }

  to {
    transform: rotate3d(0, 0, 1, 0deg);
  }
}

/*---------------------------------------------*/
.hov3.hover {
  -webkit-animation: swingm 1s ease-in-out 1;
  -o-animation: swingm 1s ease-in-out 1;
  animation: swingm 1s ease-in-out 1;
  transform-origin: bottom center;
}

@keyframes swingm {
  20% {
    transform: rotate3d(0, 0, 1, 5deg);
  }

  40% {
    transform: rotate3d(0, 0, 1, -3deg);
  }

  60% {
    transform: rotate3d(0, 0, 1, 1deg);
  }

  80% {
    transform: rotate3d(0, 0, 1, -1deg);
  }

  to {
    transform: rotate3d(0, 0, 1, 0deg);
  }
}


/*---------------------------------------------*/
.hov4 {
  position: relative;
  display: block;
  padding: 4px 17px;
}

.hov4::after,
.hov4::before {
  content: "";
  display: block;
  position: absolute;
  width: 0%;
  height: 2px;
  background: #fff;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);

  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}

.hov4::before {
  top: -2px;
}

.hov4::after {
  bottom: -2px;
}

.hov4-parent:hover .hov4::before{
  width: 100%;
}

.hov4-parent:hover .hov4::after {
  width: 100%;
}

/*---------------------------------------------*/
.hov5:hover {
  background-color: #333;
  color: #fff;
  border-color: transparent;

  box-shadow: 0 5px 20px 0px rgba(0,0,0,0.3);
  -moz-box-shadow: 0 5px 20px 0px rgba(0,0,0,0.3);
  -webkit-box-shadow: 0 5px 20px 0px rgba(0,0,0,0.3);
  -o-box-shadow: 0 5px 20px 0px rgba(0,0,0,0.3);
  -ms-box-shadow: 0 5px 20px 0px rgba(0,0,0,0.3);
}


/*---------------------------------------------*/
.hov6-child {
  display: none;
}


/*==================================================================
  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%;}

  /*---------------------------------------------*/
  .respon5 {
    height: 350px;
  }
  
}


/*//////////////////////////////////////////////////////////////////
[ 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%;}

  /*---------------------------------------------*/
  .respon2 {
    width: 50%;
    height: 350px;
  }

  /*---------------------------------------------*/
  .respon3 {
    width: 100%;
    order: -1;
  }

}


/*//////////////////////////////////////////////////////////////////
[ 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%;}

  /*---------------------------------------------*/
  .respon1 {
    padding-right: 5px;
    padding-left: 5px;
  }

  /*---------------------------------------------*/
  .respon2 {
    width: 50%;
    height: 320px;
  }

  /*---------------------------------------------*/
  .respon5 {
    height: 320px;
  }

  /*---------------------------------------------*/
  .respon7 {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 60px;
  }
}


/*//////////////////////////////////////////////////////////////////
[ 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%;}

  /*---------------------------------------------*/
  .respon2 {
    width: 50%;
    height: 250px;
  }

  /*---------------------------------------------*/
  .respon4 {
    font-size: 40px;
    letter-spacing: 5px;
  }

  /*---------------------------------------------*/
  .respon6 {
    margin-top: 10px;
  }

  /*---------------------------------------------*/
  .respon8 {
    font-size: 40px;
  }
  
}


/*//////////////////////////////////////////////////////////////////
[ SSM ]*/
@media (max-width: 479px) {
  .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%;}
  /*---------------------------------------------*/

}