/**
* Project : Lhotse-Coming soon template
* File : style.css
* Date :  30/1/2016
* Author : Axel_design <sushil.th94@gmail.com>
*/

/*
    --- Table Of Content ---

    1. Global Styles
    2. Buttons
    3.Socail Icon
    4.Countdown Overrides
    5. Banner Section
       - Restaurant banner Section
       - Shop Banner Section
       - Event Bannner Section
       - Gym Banner Section
       - Construction Banner Section
       - App Banner Section
       - Designer Banner Section
       - Product launch Banner Section
       - Business Banner Section
       - Hospital Banner Section
       - Resort Banner Section
       - Photographer banner Section
    6. About Section
    7. CTA Section
    8. Team Section
    9. Portfolio Section
    10. Map & Contact Section
    11. Bootstrap Modal
    12. Footer Section
    13. Media Queries
    14. Loader
    15. Index Page

*/


/* Global Styles */

html{
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
}

@font-face {font-family:"Lovelo-LineBold";src:url("../fonts/Lovelo-LineBold/Lovelo_Line_Bold.eot?") format("eot"),url("../fonts/Lovelo-LineBold/Lovelo_Line_Bold.woff") format("woff"),url("../fonts/Lovelo_Line_Bold.ttf") format("truetype"),url("../fonts/Lovelo-LineBold/Lovelo_Line_Bold.svg#Lovelo-LineBold") format("svg");font-weight:normal;font-style:normal;}

/*  font-awesome */

@font-face {
  font-family: 'FontAwesome';
  src: url('../fonts/fontawesome/fontawesome-webfont.eot?v=4.3.0');
  src: url('../fonts/fontawesome/fontawesome-webfont.eot?#iefix&v=4.3.0') format('embedded-opentype'), url('../fonts/fontawesome/fontawesome-webfont.woff2?v=4.3.0') format('woff2'), url('../fonts/fontawesome/fontawesome-webfont.woff?v=4.3.0') format('woff'), url('../fonts/fontawesome/fontawesome-webfont.ttf?v=4.3.0') format('truetype'), url('../fonts/fontawesome/fontawesome-webfont.svg?v=4.3.0#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
h1,h2,h3,h4,h5,h6{
    font-family: 'Poppins', sans-serif;
    color: #333;
    line-height: 34px;
}
body,p{
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    color: #666;
    line-height: 26px;
}
img {
    vertical-align: middle;
    width: 100%;
}
.logo img {
    width: 300px;
    margin-left: -15px;
}
.logo {
    display: block;
}
.pad0{
    padding: 0 !important;
}
.icon.icon-white{
    stroke: #fff !important;
}
.banner-text-wrapper h2 {
    min-height: 54px;
}
.banner-image-right{
    padding-top: 100px;
}
.banner-image-left{
    padding-top: 100px;
}
.home-banner-page {
    height: 100vh !important;
    overflow: hidden;
}
.banner-text-wrapper {
    padding-top: 60px;
    max-width: 600px;
}
.counter-wrap h4 {
    margin-top: 37px;
}

/*.... Buttons.... */

.button {
    cursor: pointer;
    position: relative;
    text-decoration: none;
    overflow: hidden;
    height: 50px;
    width: 160px;
    margin-top: 25px;
    box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.2);
}
.button .slidein {
    background: #fff;
    left: -100%;
    z-index: 2;
    color: #333;
    border: 2px solid #f84f4f;
}
.button a {
    transition: left 300ms;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-align:center;
    text-decoration: none;
    padding: 10px 15px;
    background: #f84f4f;
    color: #fff;
    border-radius: 0;
    outline: 0;
    text-transform: uppercase;
    font-family: Poppins;
    font-size: 17px;
    font-weight: 500;
    padding: 12px 23px;
}
.button:hover .slidein {
    left: 0%;
}
.btn.notify {
    padding: 10px 15px;
    background: #f84f4f;
    color: #fff;
    border-radius: 0;
    outline: 0;
    text-transform: uppercase;
    font-family: Poppins;
    font-size: 20px;
    font-weight: 500;
}

/* .....Social Icons.... */

.social-icon{
    position: absolute;
    left: 50px;
    top: 50%;
    left: 0 !important;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    z-index: 99;
}
.social-icon ul li a {
    font-family: Poppins;
    color: #333;
    font-weight: bold;
}
.social-icon ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.social-icon ul li{
    display: inline-block;
    margin-right: 10px;
}
.social-icon ul li i{
    font-size: 23px;
}
.social-icon ul p{
    margin-top: 10px;
}
.banner_social {
    margin: 0;
    padding: 0;
    list-style: none;
    transform: rotate(90deg);
    position: absolute;
    right: 0;
    bottom: 98px;
}
.banner_social li {
  display: inline-block;
  margin-right: 5px;
}
.banner_social li a {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  border: 1px solid #fff;
  font-size: 17px;
  color: #fff;
  line-height: 34px;
  text-align: center;
  display: inline-block;
  -webkit-transition: border 0.3s ease 0s;
  transition: border 0.3s ease 0s;
  -webkit-transition: background 0.3s ease 0s;
    transition: background 0.3s ease 0s;
}
.banner_social li a:hover {
  color: #fff;
}
.banner_social li a i{
    line-height: 32px;
}
.banner_social .facebook:hover{
    background: #3b5998;
    border-color:#3b5998;
}
.banner_social .twitter:hover{
    background: #00aced;
    border-color:#00aced;
}
.banner_social .gplus:hover{
    background: #dd4b39;
    border-color: #dd4b39;
}
.banner_social .pinterest:hover{
    background: #cb2027;
    border-color: #cb2027;
}


/*  Countdown overrides */
.simply-countdown .simply-section {
    width: auto;
    height: auto;
    box-shadow: none;
    background: transparent;
    margin: 15px;
}
.simply-countdown .simply-section:first-child{
    margin-left: 0;
}
.simply-countdown > .simply-section .simply-amount {
    font-size: 33px;
    font-family: Poppins;
    display: inline-block;
    margin-right: 10px;
}
.simply-countdown > .simply-section .simply-word {
    font-size: 16px;
    text-transform: capitalize;
    font-family: Poppins;
    display: inline-block;
}


/* Restaurant Banner Section */

.res-banner-sec {
    position: relative;
    height: 100vh;
    width: 100%;
    background: url(../images/foood.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.res-banner-sec .banner-image-left {
    width: 50%;
    float:left;
    height: 100vh;
    padding-left: 80px;
    padding-right: 60px;
    background: rgba(255, 255, 255, 0.83);
}
.res-banner-sec .banner-text-wrapper {
    margin-bottom: 90px;
}
.res-banner-sec .logo h3 span:first-child {
    background: #eee;
}
.restaurant .cta-sec{
    background: url(../images/cta.jpeg) fixed;
}
.banner-text-wrapper .btn.notify{
    margin-top: 15px;
}
.banner-text-wrapper h2{
    text-transform: uppercase;
    color: #333;
    font-size: 48px !important;
    font-weight: bold;
    margin-top: 0;
    line-height: 52px;
}
.counter-wrap h2{
    font-size: 24px;
    text-transform: uppercase;
    display: block;
    margin-bottom: 25px;
}
.counter-wrap h2 span.counter-first-text {
    padding: 4px 15px;
    background: #f84f4f;
    color: #fff;
}
.counter-wrap h2 span.counter-sec-text {
    background: #eeeeee;
    color: #666;
    padding: 4px 15px;
}
.res-banner-sec .banner-image-right{
    height: 100vh;
    width: 50%;
    position: relative;
    float: right;
}
.res-banner-sec .banner-image-left:before{
    display: none;
}
.res-banner-sec .social-icon ul{
    right: 50px;
    left: auto;
}
.restaurant .input__field--isao:focus + .input__label--isao::before{
    background-color: #f84f4f;
}
.restaurant .contact-sec input.submit{
    background: #f84f4f;
    border: 2px solid #f84f4f;
}


/* Shop Banner Section */

.shop-banner-sec {
    position: relative;
    width: 100%;
    height: 100vh;
    position: relative;
    display: table;
    background: url(../images/shop.jpg);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}
.shop-banner-sec .banner-image-left {
    height: 100vh;
    width: 100%;
    float: right;
    position: relative;
    padding-right: 80px;
    padding-left: 80px;
    background: #ff0057;
}
.shop-banner-sec .banner-image-right {
    padding-left: 60px;
    padding-right: 60px;
    height: 100vh;
    display: table-cell;
    vertical-align: middle;
    padding-top: 0 !important;
}
.shop-banner-sec .counter-wrap{
    margin-top: 0 !important;
}
.shop-banner-sec .banner_social {
    transform: none;
    position: relative;
    bottom: auto;
}
.banner_social p {
    color: #fff;
    display: inline-block;
    text-transform: uppercase;
}
.shop-banner-sec .banner_social li a{
    border: none;
}
.shop .input__label--isao::after{
    color: #f84f4f;
}
.shop .button .slidein {
    background: #fff;
}
.shop .button a{
    background: #ffdd1a;
    border: none !important;
}
.shop .contact-sec input.submit{
    background: #ffdd1a;
    border: 2px solid #ffdd1a;
}
.shop-banner-sec .counter-wrap .simply-countdown > .simply-section .simply-amount, .shop-banner-sec .counter-wrap .simply-countdown > .simply-section .simply-word{
    color: #333;
    display: block;
}
.shop-banner-sec .simply-countdown .simply-section {
    padding: 10px;
    width: 100px;
    text-align: center;
    height: 100px;
    border-radius: 4px;
    background: #fff;
    box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23);
}
.shop-banner-sec .banner-text-wrapper {
    margin-bottom: 90px;
}
.shop-banner-sec .banner-text-wrapper h2{
    text-transform: uppercase;
    color: #fff;
    font-size: 37px;
    font-weight: bold;
}
.shop-banner-sec .banner-text-wrapper p{
    color: #fff;
}
.shop-banner-sec .counter-wrap h3 {
    font-size: 23px;
    color: #fff;
    text-transform: uppercase;
}
.shop-banner-sec .counter-wrap p{
    color: #fff;
}
.shop-banner-sec .counter-wrap .simply-countdown > .simply-section .simply-amount, .shop-banner-sec .counter-wrap .simply-countdown > .simply-section .simply-word {
    color: #ff0057;
}
.shop-banner-sec .btn.notify{
    background: rgb(253, 236, 27) none repeat scroll 0% 0%;
    color: #fff;
}
.shop-banner-sec .counter-wrap h2 span.counter-first-text {
    background: rgb(253, 236, 27) none repeat scroll 0% 0%;
    color: #fff;
}
.shop-banner-sec .social-icon ul{
    right: 50px;
    left: auto;
}
.shop .about-section .section-title{
    text-align: center;
}
.shop .cta-sec{
    background: url(../images/shopcta.png) fixed;
}
.shop .service-wrapper .service-icon {
    background: #014ad0;;
}
.shop a.video-popup {
    color: #014ad0;;
    border: 2px solid #014ad0;;
}
.shop .service-wrapper .service-content {
    margin-left: 83px;
}
.shop .service-wrapper .service-icon{
    background: none;
}
.shop .service-wrapper .service-icon i {
    font-size: 50px;
    color: #014ad0;
}
.shop .input__field--isao:focus + .input__label--isao::before{
    background-color: #014ad0;
}
.shop .input__label--isao::after{
    color: #014ad0;
}
.shop-banner-sec .simply-countdown .simply-section:first-child{
    margin-left: 15px;
}
.shop-banner-sec .simply-countdown > .simply-section .simply-word {
    margin-top: 11px;
    font-size: 18px;
    text-transform: capitalize;
    font-family: Poppins;
}


/*............Event banner Section.........*/

.event-banner-sec {
    background: url(../images/event.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    height: 100vh;
    width: 100%;
    background-size: cover;
}
.event-banner-sec .banner-text-wrapper h2 {
    font-weight: bold;
    line-height: 54px;
    color: #fff;
    letter-spacing: 3px;
}
.event-banner-sec .banner-image-right h3 {
    font-size: 20px;
    margin-bottom: 0;
    color: #fff;
    transform: rotate(90deg);
    top: 36%;
    position: absolute;
    left: 0;
}
.event-banner-sec .simply-countdown > .simply-section .simply-amount {
    font-size: 36px;
    font-family: Poppins;
    display: inline-block;
    margin-right: 10px;
    font-weight: bold;
}
.event-banner-sec .simply-countdown .simply-section {
    width: auto;
    height: auto;
    box-shadow: none;
    background: transparent;
    margin: 15px;
    height: 75px;
}
.event-banner-sec .simply-countdown{
    display: block;
}
.event-banner-sec:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: .4;
    content: '';
    background: linear-gradient(-19deg, rgba(19, 115, 160, 0) 71%, transparent 60%), linear-gradient(to bottom, rgb(0, 0, 0), rgb(180, 49, 247));
}
.event-banner-sec .banner-image-left {
    width: 45%;
    float: left;
    height: 100%;
    padding-left: 80px;
    position: relative;
}
.event-banner-sec .banner-image-right {
    width: 55%;
    height: 100vh;
    float: right;
    position: relative;
    padding-right: 80px;
    padding-left: 80px;
}

.event-banner-sec .banner-text-wrapper {
    z-index: 99;
    position: relative;
}
.event-banner-sec .banner-text-wrapper p{
    color: #fff;
}
.event-banner-sec .banner-text-wrapper .event-detail {
    color: #f84f4f;
    font-size: 22px;
    letter-spacing: 3px;
}
.event-banner-sec .banner-text-wrapper h3 {
    font-size: 23px;
    color: #fff;
    text-transform: uppercase;
}
.event-banner-sec .banner-text-wrapper h4{
    font-size: 19px;
    text-transform: uppercase;
    color: #fff;
    border: double rgba(255, 255, 255, 0.5);
    margin: 8px 0 19px 0;
    padding: 12px 19px;
    display: inline-block;
}
.event-banner-sec .simply-countdown .simply-section{
    color: #fff;
}
.event-banner-sec .counter-wrap h2 {
    font-size: 24px;
    text-transform: uppercase;
    display: block;
    margin-bottom: 0;
    font-family: Poppins;
    font-weight: bold;
    color: #fff;
    position: relative;
}
.event-banner-sec .banner_social {
    top: 16%;
    z-index: 9999;
    bottom: auto;
}
.event-banner-sec .counter-wrap h2:before {
    position: absolute;
    left: 23%;
    top: 16px;
    width: 180px;
    height: 1px;
    content: "";
    background-color: rgb(255, 255, 255);
}
.event-banner-sec .counter-wrap {
    display: block;
    margin-top: 0 !important;
    position: absolute;
    left: -4%;
    top: 73%;
}
.event-banner-sec .banner-image-left:before{
    display: none;
}
.event .cta-sec{
    background: url(../images/eventport3.jpg) fixed;
}
.event .portfolio-sec.section {
    background: rgba(0, 0, 0, 0.89);
}
.event .portfolio-sec .section-title h2 {
    color: #fff;
}
.event .portfolio-sec .section-title p {
    color: #fff;
}
.event .portfolio-sec .section-title h2:after {
    background: none repeat scroll 0 0 #fff;
}
.event .portfolio-sec .section-title h2:before {
    background: none repeat scroll 0 0 #fff;
}
.event .input__field--isao:focus + .input__label--isao::before{
    background-color: #f84f4f;
}
.event .input__label--isao::after{
    color: #f84f4f;
}
.event .button a{
    background: #f84f4f;
    border: 2px solid #f84f4f;
    padding: 10px 23px;
}
.event .button:hover .first{
    background: transparent;
    color: #fff;
}
.event .contact-sec input.submit{
    background: #f84f4f;
    border: 2px solid #f84f4f;
}
.event .logo img {
    z-index: 99;
    position: relative;
}


/*............Gym Banner Section.........*/

.gym-banner-sec {
    height: 100vh;
    width: 100%;
    position: relative;
    background: url(../images/gym.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}
.gym-banner-sec .banner-image-right {
    width: 70%;
    padding-left: 80px;
    padding-right: 80px;
    background: rgba(90, 83, 39, 0.69);
    float: right;
    height: 100vh;
}
.gym-banner-sec .social-icon ul {
    left: 50px;
}
.gym-banner-sec .banner-image-left {
    height: 100vh;
    padding-left: 80px;
    float: left;
    width: 30%;
    background: rgba(0, 0, 0, 0.57);
}
.gym-banner-sec .logo{
    left: 50px;
}
.gym-banner-sec .counter-wrap {
    margin-top: 100px;
}
.gym-banner-sec .banner-text-wrapper h2 {
    font-size: 37px;
    font-weight: bold;
    line-height: 54px;
    color: #fff;
}
.gym-banner-sec .banner-text-wrapper p{
    color: #fff;
}
.gym-banner-sec .counter-wrap p{
    color: #fff;
}
.gym-banner-sec .counter-wrap .simply-countdown > .simply-section .simply-amount, .gym-banner-sec .counter-wrap .simply-countdown > .simply-section .simply-word{
    color: #fff;
}
.gym-banner-sec .btn.notify {
    background: #fff;
    color: #666;
}
.gym-banner-sec .counter-wrap h2 span.counter-first-text {
    background: #fff;
    color: #666;
}
.gym-banner-sec .counter-wrap p {
    color: #fff;
}
.gym-banner-sec .banner-image-left:before{
    opacity: 0.5;
}
.gym .cta-sec{
    background: url(../images/fssf.jpg) fixed;
}
.gym .service-wrapper .service-icon {
    background: #5a5327;
}
.gym a.video-popup {
    color: #5a5327;
    border: 2px solid #5a5327;
}
.gym .input__field--isao:focus + .input__label--isao::before{
    background-color: #5a5327;
}
.gym .input__label--isao::after{
    color: #5a5327;
}
.gym .button a{
    background: #fff;
    border: 2px solid #fff;
    padding: 10px 23px;
    color: #666;
}
.gym .button:hover .first{
    background: transparent;
    color: #fff;
}
.gym .service-wrapper .service-icon i {
    color: #5a5327;
}
.gym .contact-sec input.submit{
    background: #5a5327;
    border: 2px solid #5a5327;
}
.gym-banner-sec .simply-countdown .simply-section {
    border: 3px solid #fff;
    padding: 15px;
    border-radius: 50%;
    width: 110px;
    height: auto;
    text-align: center;
    position: relative;
    float: none;
    padding: 0
}
.gym-banner-sec .simply-countdown > .simply-section .simply-amount {
    font-size: 53px;
    margin-right: 0;
    font-weight: bold;
}
.gym-banner-sec .simply-countdown {
    display: inline-block;
}
.gym-banner-sec .simply-countdown .simply-section {
    border: 2px solid #8BC34A;
    border-radius: 0;
    text-align: center;
    position: relative;
    margin-bottom: 40px;
}
.gym-banner-sec .simply-countdown .simply-section:last-child{
    margin-bottom: 0;
}
.gym-banner-sec .simply-countdown .simply-section:first-child{
    margin-left: 15px;
}
.gym-banner-sec .simply-countdown > .simply-section .simply-word {
    margin-top: 11px;
    font-size: 18px;
    text-transform: capitalize;
    font-family: Poppins;
    display: block;
}
.gym-banner-sec .banner_social {
    position: relative;
    bottom: auto;
    right: auto;
    transform: none;
    margin-top: 70px;
}
.gym-banner-sec .banner-image-right {
    padding-top: 100px;
}

/*............Construction Banner Section.........*/

.cons-banner-sec {
    background: url(../images/construction.jpeg);
    background-position: center center;
    background-repeat: no-repeat;
    height: 100vh;
    width: 100%;
    background-size: cover;
    position: relative;
}
.cons-banner-sec .banner-image-right {
    width: 50%;
    padding-left: 80px;
    padding-right: 80px;
    background: rgba(37, 37, 6, 0.53);
    float: right;
    height: 100vh;
}
.cons-banner-sec .social-icon ul {
    left: 50px;
}
.cons-banner-sec .banner-image-left {
    height: 100vh;
    padding-left: 80px;
    position: relative;
    width: 50%;
    float: left;
}
.cons-banner-sec .logo{
    left: 50px;
}
.cons-banner-sec .counter-wrap {
    margin-top: 100px;
}
.cons-banner-sec .banner-text-wrapper h2 {
    font-size: 37px;
    font-weight: bold;
    line-height: 54px;
    color: #fff;
}
.cons-banner-sec .banner-text-wrapper p{
    color: #fff;
}
.cons-banner-sec .social-icon ul li i{
    color: #fff;
}
.cons-banner-sec .counter-wrap p{
    color: #fff;
}
.cons-banner-sec .counter-wrap .simply-countdown > .simply-section .simply-amount, .cons-banner-sec .counter-wrap .simply-countdown > .simply-section .simply-word{
    color: #fff;
}
.cons-banner-sec .btn.notify {
    background: #ffdd1a;
}
.cons-banner-sec .counter-wrap h2 span.counter-first-text {
    background: #ffdd1a;
}
.cons-banner-sec .counter-wrap p {
    color: #fff;
}
.cons-banner-sec .banner-image-left:before{
    display: none;
}
.cons-banner-sec .social-icon ul li a{
    color: #fff;
}
.construction .cta-sec{
    background: url(../images/cscs.jpg) fixed;
}
.construction .service-wrapper .service-icon i{
    color: #ffdd1a !important;
}
.construction a.video-popup {
    color: #ffdd1a;
    border: 2px solid #ffdd1a;
}
.construction .input__field--isao:focus + .input__label--isao::before{
    background-color: #ffdd1a;
}
.construction .input__label--isao::after{
    color: #ffdd1a;
}
.construction .button a{
    background: #ffdd1a;
    border: 2px solid #ffdd1a;
    padding: 10px 23px;
}
.construction .button:hover .first{
    background: transparent;
    color: #fff;
}
.construction .contact-sec input.submit{
    background: #ffdd1a;
    border: 2px solid #ffdd1a;
}


/*............App Banner Section.........*/

.app-banner-sec {
    background: url(../images/mountain.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    height: 100vh;
    width: 100%;
    background-size: cover;
    position: relative;
    display: table;
}
.app-banner-sec:before {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    content: '';
    opacity: 0.5;
    background: linear-gradient(to bottom, #742ff1 0%, #2f55de 54%, #0e9084 100%);
}
.app-banner-sec .banner-image-right {
    width: 50%;
    height: 100vh;
    float: right;
    padding-left: 30px;
    padding-right: 30px;
}
.app-banner-sec .banner-image-left {
    height: 100vh;
    position: relative;
    float: left;
    width: 50%;
    padding-left: 80px;
    padding-right: 80px;
    display: table-cell;
    vertical-align: middle;
}
.app-banner-sec .banner-text-wrapper {
    position: relative;
    z-index: 99;
}
.app-banner-sec .app-image {
    width: 50%;
    margin: 0 auto;
    z-index: 99;
    position: relative;
}
.app-banner-sec .logo h3 span:first-child {
    background: #eee;
}
.app-banner-sec .banner-text-wrapper h3 {
    font-size: 20px;
    margin-bottom: 10px;
    margin-top: 0;
    color: #fff;
}
.app-banner-sec .banner_social {
    margin: 0;
    padding: 0;
    list-style: none;
    transform: rotate(90deg);
    position: absolute;
    right: 0;
    bottom: 98px;
    transform: none;
    right: 80px;
}
.app-banner-sec .banner_social p {
    color: #fff;
    display: inline-block;
    margin-right: 10px;
}
.app-banner-sec .logo {
    z-index: 99;
    position: relative;
}

.app-banner-sec .banner-text-wrapper h2 {
    font-size: 37px;
    font-weight: bold;
    line-height: 54px;
    color: #fff;
}
.app-banner-sec .banner-text-wrapper p{
    color: #fff;
}
.app-banner-sec .counter-wrap p{
    color: #fff;
}
.app-banner-sec span.simply-amount {
    color: #733af3;
    font-weight: 500;
}
 .app-banner-sec .counter-wrap .simply-countdown > .simply-section .simply-word{
    color: #333;
    display: block;
}
.app-banner-sec .simply-countdown .simply-section {
    padding: 10px;
    width: 100px;
    text-align: center;
    height: 100px;
    border-radius: 4px;
    background: #fff;
    box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23);
    margin: 10px;
}
.app-banner-sec .simply-countdown.simply-countdown-one {
    margin-top: 20px;
}
.app-banner-sec .btn.notify {
    background: #733af3;
}
.app-banner-sec .counter-wrap h2 span.counter-first-text {
    background: #2196F3;
}
.app-banner-sec .counter-wrap p {
    color: #fff;
}
.app .input__field--isao:focus + .input__label--isao::before{
    background-color: #733af3;
}
.app .input__label--isao::after{
    color: #733af3;
}
.app .service-wrapper .service-icon i{
    color: #733af3; !important;
}
.app a.video-popup {
    color: #733af3;;
    border: 2px solid #733af3;
}
.app .button .slidein {
    background: #fff;
    border: none;
}
.app .button a {
    background: #733af3;
}
.app .contact-sec input.submit{
    background: #733af3;
    border: 2px solid #733af3;
}
.large-dis-hide{
    display:none;
}


/*............Designer Banner Section........*/

.designer-banner-sec {
    background: url(../images/busteam2.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    height: 100vh;
    width: 100%;
    background-size: contain;
    position: relative;
    background-color: #000;
}
.designer .page {
    position: relative;
    top: 0;
    left: 0;
    width: auto;
    height: auto;
    visibility: visible;
    overflow: visible;
}
.designer-banner-sec .banner-image-right {
    height: 100vh;
    padding-left: 80px;
    padding-right: 60px;
    background: rgb(0, 0, 0);
    width: 30%;
    float: right;
    position: relative;
}
.designer-banner-sec .banner-image-left:before{
    display: none;
}
.designer-banner-sec .banner-image-left .banner_social {
    position: relative;
    transform: none;
    bottom: auto;
    right: auto;
    margin-top: 50px;
}
.designer-banner-sec .banner_social li a{
    color: #fff;
    border: 1px solid #fff;
}
.designer-banner-sec .banner_social p {
    color: #fff;
}
.designer-banner-sec .banner-image-left {
    height: 100vh;
    padding-left: 80px;
    padding-right: 80px;
    width: 70%;
    float: left;
}
.designer-banner-sec .banner-image-left h3 {
    font-size: 18px;
    margin-top: 30px;
    color: #fff;
}
.designer-banner-sec .logo{
    left: 50px;
}
.designer-banner-sec .counter-wrap {
    margin-top: 100px;
}
.designer-banner-sec .banner-text-wrapper h2 {
    font-size: 37px;
    font-weight: bold;
    line-height: 54px;
    color: #fff;
}
.designer-banner-sec .banner-text-wrapper p{
    color: #fff;
}
.designer-banner-sec .counter-wrap p{
    color: #fff;
}
.designer-banner-sec .btn.notify {
    background: #ffdd1a;
}
.designer-banner-sec .counter-wrap h2 span.counter-first-text {
    background: #ffdd1a;
}
.designer-banner-sec .counter-wrap p {
    color: #fff;
}
.designer .about-section.section {
    background: #103c68;
    z-index: 99;
    text-align: center;
}
.designer .about-section h2{
    color: #fff;
}
.designer .about-section .about-wrapper{
    max-width: 800px;
    margin: 0 auto;
}
.designer .about-section p{
    color: #fff;
}
.designer .about-section .section-title h2 {
    position: relative;
    font-size: 29px;
    color: #fff;
    font-weight: 600;
    margin-top: 0;
}
.designer .about-section .section-title {
    position: relative;
    margin-bottom: 25px;
    text-align: left;
}
.designer .about-section .section-title h2:after,.designer .about-section .section-title h2:before{
    display: none;
}
.designer .about-section .section-title p {
    color: #fff;
}
.designer .input__field--isao:focus + .input__label--isao::before{
    background-color: #ffdd1a;
}
.designer .input__label--isao::after{
    color: #ffdd1a;
}
.designer .button .slidein {
    background: #fff;
}
.designer .button a{
    background: #103c68;
    border: none;
}
.designer .contact-sec input.submit{
    background: #103c68;
    border: 2px solid #103c68;
}
.designer-banner-sec .counter-wrap .simply-countdown > .simply-section .simply-amount, .designer-banner-sec .counter-wrap .simply-countdown > .simply-section .simply-word{
    color: #fff;
}
.designer-banner-sec .simply-countdown .simply-section {
    border: 3px solid #fff;
    padding: 15px;
    border-radius: 50%;
    width: 110px;
    height: auto;
    text-align: center;
    position: relative;
    float: none;
    padding: 0
}
.designer-banner-sec .simply-countdown > .simply-section .simply-amount {
    font-size: 53px;
    margin-right: 0;
    font-weight: bold;
}
.designer-banner-sec .simply-countdown {
    display: inline-block;
}
.designer-banner-sec .simply-countdown .simply-section {
    border: 2px solid #8BC34A;
    border-radius: 0;
    text-align: center;
    position: relative;
    margin-bottom: 48px;
}
.designer-banner-sec .simply-countdown .simply-section:first-child{
    margin-left: 15px;
}
.designer-banner-sec .simply-countdown > .simply-section .simply-word {
    margin-top: 11px;
    font-size: 18px;
    text-transform: capitalize;
    font-family: Poppins;
    display: block;
}
.designer .service-wrapper .service-content {
    text-align: left;
}
.designer .service-wrapper .service-content h3{
    color: #fff;
}
.designer .service-wrapper .serviceBox i{
    color: #fff;
}
.designer-banner-sec .simply-countdown .simply-section:last-child {
    margin-bottom: 0;
}

/*............Product launch Section........*/

.product-banner-sec {
    height: 100vh;
    width: 100%;
    position: relative;
}
.product-banner-sec .logo h3 span:first-child{
    color: #333;
    background: #fff;
    padding: 0px 6px;
}
.product-banner-sec .logo h3 span:last-child{
    background: #733af3;
    color: #fff;
    padding: 0px 6px;
}
.product-banner-sec .banner-image-right {
    width: 50%;
    padding-left: 80px;
    padding-right: 80px;
    background: #000;
    height: 100vh;
    float: right;
}
.product-banner-sec .banner-image-right h3 {
    font-size: 18px;
    margin-bottom: 0;
    margin-top: 30px;
    color: #fff;
}
.product-banner-sec .social-icon ul {
    left: 50px;
}
.product-banner-sec .social-icon ul p {
    color: #fff;
}
.product-banner-sec .banner-image-left {
    height: 100vh;
    position: relative;
    float: left;
    width: 50%;
    background: #fff;
}
.product-banner-sec .banner_social {
    bottom: 100px;
    left: 80px;
    transform: none;
    right: auto;
}
.product-banner-sec .banner_social li a {
    border: 1px solid #333;
    color: #333;
}
.product-banner-sec .banner_social p {
   color: #333;
}
.product-banner-sec .banner-image-left:before{
    opacity: .5;
}
.product-banner-sec .logo{
    left: 50px;
}
.product-banner-sec .counter-wrap {
    margin-top: 100px;
}
.product-banner-sec .banner-text-wrapper h2 {
    font-size: 37px;
    font-weight: bold;
    line-height: 54px;
    color: #fff;
}
.product-banner-sec .banner-text-wrapper p{
    color: #fff;
}
.product-banner-sec .counter-wrap p{
    color: #fff;
}
.product-banner-sec .counter-wrap .simply-countdown > .simply-section .simply-amount, .product-banner-sec .counter-wrap .simply-countdown > .simply-section .simply-word{
    color: #fff;
}
.product-banner-sec .btn.notify {
    background: #733af3;
}
.product-banner-sec .counter-wrap h2 span.counter-first-text {
    background: #733af3;
}
.product-banner-sec .counter-wrap p {
    color: #fff;
}

.angle-view {
  overflow: hidden;
}
.angle-view ul, #angle-view li {
  margin: 0;
  padding: 0;
}

.angle-view li { list-style: none; }
.angle-view img {
  width:100%;
  display: block;
}
.product .cta-sec{
    background: url(../images/car1.jpeg) fixed;
}
.product .service-wrapper .service-icon {
    background: #733af3;
}
.product a.video-popup {
    color: #733af3;
    border: 2px solid #733af3;
}
.product .input__field--isao:focus + .input__label--isao::before{
    background-color: #733af3;
}
.product .input__label--isao::after{
    color: #733af3;
}
.product .button .slidein {
    background: #fff;
}
.product .button a{
    background: #733af3;
    border: none;
}
.product .button{
    width: 175px;
}
.product .service-wrapper .service-icon i {
    color: #733af3;
}
.product .contact-sec input.submit{
    background: #733af3;
    border: 2px solid #733af3;
}



/*............Business Banner Section.........*/
.business-banner-sec {
    background: url(../images/business.jpeg);
    background-position: center center;
    background-repeat: no-repeat;
    height: 100vh;
    width: 100%;
    background-size: cover;
    position: relative;
    display: table;
}
.business-banner-sec:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: '';
    background: rgba(0, 0, 0, 0.7);
}
.business-banner-sec .banner-image-right {
    width: 50%;
    padding-left: 80px;
    padding-right: 80px;
    height: 100vh;
    float: right;
    padding-top: 200px;
}
.business-banner-sec .banner-image-left {
    height: 100vh;
    position: relative;
    float: left;
    padding-left: 80px;
    padding-right: 80px;
    width: 50%;
}
.business-banner-sec .banner-text-wrapper {
    padding-top: 60px;
    max-width: 700px;
    position: relative;
    z-index: 99;
}
.business .about-wrapper .callout-wrapper {
    margin-top: 30px;
}
.business .about-wrapper .callout-item {
    width: 33.33%;
    float: left;
    text-align: left;
    padding: 35px;
    background: #00d0ff;
}
.business-banner-sec .simply-countdown .simply-section {
    border: 3px solid #fff;
    padding: 15px;
    border-radius: 4px;
    width: 110px !important;
    height: 110px !important;
    text-align: center;
    position: relative;
    background: #fff;
    float: none;
    margin-left: auto;
    margin-right: auto;
}
.business-banner-sec .simply-countdown{
    display: block;
    text-align: center;
}
.business-banner-sec .simply-countdown > .simply-section .simply-amount {
    font-size: 24px;
     margin-right: 0;
    font-weight: bold;
}
.business .about-wrapper .callout-item a.readmore {
    color: #fff;
    border: 1px solid #fff;
    padding: 2px 10px;
    margin-top: 13px;
    display: inline-block;
}
.business .about-wrapper .callout-item:nth-child(2) {
    background: #06e0fb;
}
.business .about-wrapper .callout-item:nth-child(3) {
    background: #0fd3ff;
}
.business .about-wrapper .callout-item h3 {
    color: #fff;
    margin-top: 0;
}
.business .about-wrapper .callout-item p{
    color: #fff;
}
.business-banner-sec .button {
    margin-right: 15px;
    display: inline-block;
    border-radius: 35px;
}
.business-banner-sec .banner-text-wrapper .simply-countdown {
    margin: 20px auto;
}
.business-banner-sec .banner-text-wrapper h3 {
    font-size: 23px;
    margin-bottom: 0;
    margin-top: 30px;
    color: #fff;
}
.business-banner-sec .logo {
    z-index: 99;
    position: relative;
    padding-top: 30px;
}
.business-banner-sec .social-icon ul {
    left: 50px;
}
.business-banner-sec .banner-text-wrapper h2 {
    font-size: 37px;
    font-weight: bold;
    line-height: 54px;
    color: #fff;
    min-height: 54px;
}
.business-banner-sec .banner-text-wrapper p{
    color: #fff;
}
.business-banner-sec .counter-wrap p{
    color: #fff;
}
.business-banner-sec .counter-wrap .simply-countdown > .simply-section .simply-amount, .business-banner-sec .counter-wrap .simply-countdown > .simply-section .simply-word{
    color: #333;
    display: block;
}
.business-banner-sec .btn.notify {
    background: rgb(7, 209, 255);
}
.business-banner-sec .counter-wrap h2 span.counter-first-text {
    background: rgb(7, 209, 255);
}
.business-banner-sec .counter-wrap p {
    color: #fff;
}
.business-banner-sec .banner-image-left:before{
    display: none;
}
.business-banner-sec .social-icon ul li a{
    color: #fff;
}
.business .cta-sec{
    background: url(../images/business.jpeg) fixed;
}
.business .service-wrapper .service-icon {
    background: #07d1ff;
}
.business a.video-popup {
    color: #07d1ff;
    border: 2px solid #07d1ff;
}
.business-banner-sec .counter-wrap h3 {
    color: #fff;
}
.business .input__field--isao:focus + .input__label--isao::before{
    background-color: #07d1ff;
}
.business .input__label--isao::after{
    color: #07d1ff;
}
.business .button a {
    background: #07d1ff;
    border: 2px solid #07d1ff;
    padding: 10px 23px;
    color: #fff;
    border-radius: 35px;
}
.business .button:hover .first{
    background: transparent;
    color: #fff;
}
.business .service-wrapper .service-icon i {
    color: #07d1ff;
}
.business .contact-sec input.submit{
    background: #07d1ff;
    border: 2px solid #07d1ff;
}
.business-banner-sec .counter-wrap p {
    color: #fff;
}
.business-banner-sec .social-icon {
    position: absolute;
    top: 45%;
    left: -6% !important;
}
.business-banner-sec .banner_social {
    margin: 0;
    padding: 0;
    list-style: none;
    transform: rotate(90deg);
    position: relative;
    right: auto;
    bottom: auto;
    transform: none;
    margin-top: 40px;
}
.business-banner-sec .banner-image-right h2 {
    color: #fff;
    z-index: 99;
    position: relative;
    font-size: 21px;
}

/*............Hospital banner Section.........*/

.hospital-banner-sec {
    height: 100vh;
    width: 100%;
    position: relative;
    background: url("../images/hospital.png");
    background-position: center center;
    background-repeat: no-repeat;
}
.hospital-banner-sec .logo h3 span:first-child{
    color: #333;
    background: #fff;
    padding: 0px 6px;
}
.hospital-banner-sec .logo h3 span:last-child{
    background: #eee;
    color: #333;
    padding: 0px 6px;
}
.hospital-banner-sec .banner-image-right {
    width: 50%;
    padding-left: 80px;
    padding-right: 80px;
    background: rgba(56, 182, 255, 0.87);
    position: relative;
    float: right;
    height: 100vh;
}
.hospital-banner-sec .banner-image-left:before{
    opacity: 0.5;
}
.hospital-banner-sec .banner-image-right h3 {
    font-size: 18px;
    margin-bottom: 0;
    margin-top: 30px;
    color: #fff;
}
.hospital-banner-sec .social-icon ul {
    left: 50px;
}
.hospital-banner-sec .social-icon ul p {
    color: #fff;
}
.hospital-banner-sec .banner-image-left {
    height: 100vh;
    position: relative;
}
.hospital-banner-sec .logo{
    left: 50px;
}
.hospital-banner-sec .counter-wrap {
    margin-top: 100px;
}
.hospital-banner-sec .banner-text-wrapper h2 {
    font-size: 37px;
    font-weight: bold;
    line-height: 54px;
    color: #fff;
}
.hospital-banner-sec .banner-text-wrapper p{
    color: #fff;
}
.hospital-banner-sec .counter-wrap p{
    color: #fff;
}
.hospital-banner-sec .counter-wrap .simply-countdown > .simply-section .simply-amount, .hospital-banner-sec .counter-wrap .simply-countdown > .simply-section .simply-word{
    color: #fff;
}
.hospital-banner-sec .btn.notify {
    background: #fff;
    color: #666;
}
.hospital-banner-sec .counter-wrap h2 span.counter-first-text {
    background: #fff;
    color: #666;
}
.hospital-banner-sec .counter-wrap p {
    color: #fff;
}
.hospital-banner-sec .banner-image-left{
    height: 100vh;
    background-size: cover;
    width: 50%;
    float: left;
}
.hospital .input__field--isao:focus + .input__label--isao::before{
    background-color: #38b6ff;
}
.hospital .input__label--isao::after{
    color: #38b6ff;
}
.hospital .button a{
    background: #fff;
    border: 2px solid #fff;
    padding: 10px 23px;
    color: #666;
}
.hospital .button:hover .first{
    background: transparent;
    color: #fff;
}
.hospital .service-wrapper .service-icon i {
    color: #38b6ff;
}
.hospital a.video-popup {
    color: #fff;
    border: 2px solid #fff;
}
.hospital .contact-sec input.submit{
    background: #38b6ff;
    border: 2px solid #38b6ff;
}
.hospital .team-sec.section {
    background: #f5f5f5;
}
.hospital .cta-sec {
    background: #38b6ff;
}
.hospital .cta-sec:before {
    display: none;
}



/*..........Resort banner Section.........*/

.resort-banner-sec {
    background-position: center center;
    background-repeat: no-repeat;
    height: 100vh;
    width: 100%;
    background-size: cover;
    position: relative;
}
.resort-banner-sec .logo h3 span:first-child{
    color: #333;
    background: #fff;
    padding: 0px 6px;
}
.resort-banner-sec .logo h3 span:last-child{
    background: #35e2be;
    color: #fff;
    padding: 0px 6px;
}
.resort-banner-sec .banner-image-right {
    width: 50%;
    padding-left: 80px;
    padding-right: 80px;
    float: right;
    height: 100vh;
    position: relative;
    background: rgba(53, 226, 190, 0.36);
}
.resort-banner-sec .social-icon ul {
    left: 50px;
}
.resort-banner-sec .banner-image-left {
    height: 100vh;
    padding-left: 80px;
    padding-right: 80px;
    position: relative;
    width: 50%;
    float: left;
    background: rgba(37, 37, 6, 0.53);
}
.resort-banner-sec .logo{
    left: 50px;
}
.resort-banner-sec .counter-wrap {
    margin-top: 100px;
    text-align: center;
}
.resort-banner-sec .banner-text-wrapper h2 {
    font-size: 37px;
    font-weight: bold;
    line-height: 54px;
    color: #fff;
}
.resort-banner-sec .banner-text-wrapper p{
    color: #fff;
}
.resort-banner-sec .counter-wrap p{
    color: #fff;
}
.resort-banner-sec .counter-wrap .simply-countdown > .simply-section .simply-amount, .resort-banner-sec .counter-wrap .simply-countdown > .simply-section .simply-word{
    color: #fff;
}
.resort-banner-sec .btn.notify {
    background: #35e2be;
}
.resort-banner-sec .counter-wrap h2 span.counter-first-text {
    background: #35e2be;
}
.resort-banner-sec .counter-wrap p {
    color: #fff;
}
.resort-banner-sec .banner-image-left:before{
    display: none;
}
.resort .input__field--isao:focus + .input__label--isao::before{
    background-color: #35e2be;
}
.resort .input__label--isao::after{
    color: #35e2be;
}
.resort .contact-sec input.submit{
    background: #35e2be;
    border: 2px solid #35e2be;
}
.resort .button .slidein {
    background: #fff;
}
.resort .button a{
    background: #35e2be;
    border: none;
}
.resort .contact-sec input.submit{
    background: #35e2be;
    border: 2px solid #35e2be;
}
.resort .service-wrapper .service-icon i {
    color: #35e2be;
}
.resort .cta-sec{
    background: url(../images/rescta.jpg) fixed;
}
.resort a.video-popup {
    color: #35e2be;
    border: 2px solid #35e2be;
}
.resort-banner-sec .simply-countdown .simply-section {
    border: 3px solid #fff;
    padding: 15px;
    border-radius: 50%;
    width: 110px !important;
    height: auto !important;
    text-align: center;
    position: relative;
    float: none;
    padding: 0
}
.resort-banner-sec .simply-countdown > .simply-section .simply-amount {
    font-size: 53px;
    margin-right: 0;
    font-weight: bold;
}
.resort-banner-sec .simply-countdown {
    display: inline-block;
}
.resort-banner-sec .simply-countdown .simply-section {
    border: 2px solid #8BC34A;
    border-radius: 0;
    text-align: center;
    position: relative;
    margin-bottom: 48px;
}
.resort-banner-sec .simply-countdown .simply-section:first-child{
    margin-left: 15px;
}
.resort-banner-sec .simply-countdown > .simply-section .simply-word {
    margin-top: 11px;
    font-size: 18px;
    text-transform: capitalize;
    font-family: Poppins;
    display: block;
}

/*............Photographer Banner Section.........*/

.photo-banner-sec {
    background-position: center center;
    background-repeat: no-repeat;
    height: 100vh;
    width: 100%;
    background-size: cover;
    position: relative;
}
.photo-banner-sec .photographer-slide{
    height: 100vh;
    outline: 0;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
}
.photo-banner-sec .banner-text-wrapper {
    margin: 0 auto;
}
.photo-banner-sec .slide1{
    background-image: url(../images/photo1.jpg);
}
.photo-banner-sec .slide2{
    background-image: url(../images/resort1.jpg);
}
.photo-banner-sec .slide3{
    background-image: url(../images/photo3.jpg);
}
.photo-banner-sec .slide4{
    background-image: url(../images/shopgal4.jpg);
}
.photo-banner-sec .slide5{
    background-image: url(../images/cta.jpeg);
}
.photo-banner-sec .slide6{
    background-image: url(../images/shopteam2.jpg);
}
.photo-banner-sec .slide7{
    background-image: url(../images/resgal5.jpg);
}
.photo-banner-sec .banner-content-wrap {
    position: absolute;
    top: 10%;
    text-align: center;
    width: 100%;
    padding: 0 35px;
}
.photo-banner-sec .photographer-slide:before{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: '';
    background: rgba(37, 37, 6, 0.53);
}
.photo-banner-sec .banner-image-right {
    width: 50%;
    padding-left: 80px;
    padding-right: 80px;
    float: right;
    height: 100vh;
    position: relative;
}
.photo-banner-sec .social-icon ul {
    left: 50px;
}
.photo-banner-sec .banner-image-left {
    height: 100vh;
    padding-left: 80px;
    padding-right: 80px;
    position: relative;
    width: 50%;
    float: left;
}
.photo-banner-sec .logo{
    left: 50px;
}
.photo-banner-sec .counter-wrap {
    margin-top: 100px;
}
.photo-banner-sec .banner-text-wrapper h2 {
    font-size: 37px;
    font-weight: bold;
    color: #fff;
}
.photo-banner-sec .banner-text-wrapper p{
    color: #fff;
}
.photo-banner-sec .banner_social {
    top: 16%;
    z-index: 9999;
    bottom: auto;
}
.photo-banner-sec .counter-wrap p{
    color: #fff;
}
.photo-banner-sec .counter-wrap .simply-countdown > .simply-section .simply-amount, .photo-banner-sec .counter-wrap .simply-countdown > .simply-section .simply-word{
    color: #fff;
}
.photo-banner-sec .simply-countdown > .simply-section .simply-amount {
    font-size: 36px;
    font-family: Poppins;
    display: inline-block;
    margin-right: 10px;
    font-weight: bold;
}
.photo-banner-sec .simply-countdown .simply-section {
    width: auto;
    height: auto;
    box-shadow: none;
    background: transparent;
    margin: 15px;
    height: 75px;
    float: none;
    display: inline-block;
    margin-top: 20px;
}
.photo-banner-sec .simply-countdown{
    display: block;
}
.photo-banner-sec .btn.notify {
    background: #e235b1;
}
.photo-banner-sec .counter-wrap h2 span.counter-first-text {
    background: #e235b1;
}
.photo-banner-sec .counter-wrap p {
    color: #fff;
}
.photo-banner-sec .banner-image-left:before{
    display: none;
}
.photo-banner-sec .counter-wrap h3{
    color: #fff;
}
.photo .input__field--isao:focus + .input__label--isao::before{
    background-color: #e235b1;
}
.photo .input__label--isao::after{
    color: #e235b1;
}
.photo .contact-sec input.submit{
    background: #e235b1;
    border: 2px solid #e235b1;
}


/*............About section.........*/

.section{
    position: relative;
    padding: 65px 0;
    background: #fff;
}
.section-title {
    position: relative;
    margin-bottom: 55px;
    text-align: center;
}
.section-title h2:before{
    background: none repeat scroll 0 0 #333;
    content: " ";
    position: relative;
    width: 38px;
    height: 2px;
    display: inline-block;
    top: -7px;
    margin: 0 9px;
}
.section-title h2:after{
    background: none repeat scroll 0 0 #333;
    content: " ";
    position: relative;
    width: 38px;
    height: 2px;
    display: inline-block;
    top: -7px;
    margin: 0 8px;
}
.about-section.section {
    background: #f5f5f5;
}
.section-title h2 {
    position: relative;
    font-size: 29px;
    color: #333;
    font-weight: 600;
    margin-top: 0;
}
.section-title p{
    color: #333;
}
.section-title img {
    width: 55px;
    height: auto;
    margin-bottom: 15px;
}
.service-wrapper .service-icon {
    float: left;
    width: 50px;
    height: 50px;
    background: #f84f4f;
    border-radius: 50px;
    text-align: center;
    line-height: 51px;
}
.service-wrapper {
    margin-top: 55px;
    position: relative;
}
.restaurant .service-wrapper .service-icon i {
    color: #f84f4f;
}
.service-wrapper .service-content {
    margin-left: 83px;
}
.service-wrapper .service-icon{
    background: none !important;
}
.service-wrapper .service-icon i {
    font-size: 50px;
    color: #014ad0;
}
.service-wrapper .service-content h3 {
  font-size: 18px;
  font-weight: 600;
}
.service-wrapper .service-content p {
  padding-right: 5px;
}

/*............Cta sec.........*/

.cta-sec {
    position: relative;
    padding: 80px 0;
    text-align: center;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    display: block;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    outline: 0;
}
.cta-sec:before{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: .67;
    content: '';
    background: #000;
    z-index: -1;
}

.cta-sec .cta-content h2 {
    margin: 0;
    margin-bottom: 20px;
    font-size: 24px;
    font-family: Poppins;
    font-weight: 600;
    color: #fff;
}

.cta-sec .cta-content p {
    margin-bottom: 20px;
    color: #fff;
    width: 70%;
    margin: 0 auto
}
a.video-popup i {
    margin-left: 5px;
}
a.video-popup {
    font-size: 29px;
    color: #f84f4f;
    border: 2px solid #f84f4f;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    display: block;
    margin: 42px auto 0 auto;
    cursor: pointer;
    text-align: center;
    line-height: 60px;
}
a.video-popup:before {
    margin-left: 5px;
    line-height: 55px;
}

/*...........Team sec.........*/

.team-sec.section {
    background: #f5f5f5;
    position: relative;
    text-align: center;
    background: url("../images/symphony.png") fixed repeat;
}
.team-sec:before {
    background: rgba(255, 255, 255, 0.42);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: '';
}
.team-sec .our-team {
  position: relative;
  overflow: hidden;
  text-align: center;
}
.team-sec .col-md-4{
    text-align: center;
}
.team-sec .our-team img {
  max-height: 395px;
  margin: 0 auto;
  text-align: center;
}
.team-sec .our-team .team-content {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  padding: 50px;
  padding-top: 80px;
  text-align: center;
  background: rgba(0, 0, 0, 0.7);
  -webkit-transform: translateX(-100%);
      -ms-transform: translateX(-100%);
          transform: translateX(-100%);
  -webkit-transition: all 0.20s ease 0s;
          transition: all 0.20s ease 0s;
}
.team-sec .post-title {
  font-size: 19px;
}
.team-sec .post {
  font-size: 17px;
  display: block;
  margin-bottom: 20px;
}
.team-sec .our-team .team-content .description {
  font-size: 14px;
  line-height: 25px;
  color: #fff;
  margin-bottom: 20px;
}
.team-sec .our-team .team-content .team_social {
  margin: 0;
  padding: 0;
  list-style: none;
}
.team-sec .our-team .team-content .team_social li {
  display: inline-block;
  margin-right: 5px;
}
.team-sec .our-team .team-content .team_social li a {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  border: 1px solid #f5f5f5;
  font-size: 17px;
  color: #f5f5f5;
  text-align: center;
  display: inline-block;
  -webkit-transition: border 0.3s ease 0s;
  transition: border 0.3s ease 0s;
}
.team-sec .our-team .team-content .team_social li a i{
  line-height: 31px;
}
.team-sec .our-team .team-content .team_social li a:hover {
  border-color: transparent;
}

.our-team:hover .team-content {
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
}
.our-team .facebook:hover{
    background: #3b5998;
}
.our-team .twitter:hover{
    background: #00aced;
}
.our-team .gplus:hover{
    background: #dd4b39;
}
.our-team .pinterest:hover{
    background: #cb2027;
}
.service-number-one {
    color: #e5e5e5;
    display: block;
    font-family: "Montserrat", sans-serif;
    font-size: 80px;
    font-weight: 400;
    left: -100px;
    margin-bottom: 10px;
    position: absolute;
    top: 25px;
    transform: rotate(-90deg);
}


/*............Portfolio section.........*/
.portfolio-sec.section {
    overflow: hidden;
}
.box{
    position: relative;
    overflow: hidden;
}
.box:hover{
    cursor: pointer;
}
.box img{
    width: 100%;
    height: auto;
}
.box .box-content{
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.7);
    position: absolute;
    top: 70px;
    left: 70px;
    padding-top: 24%;
    text-align: center;
    color: #fff;
    opacity: 0;
    transition: all 0.5s ease 0s;
}
.box:hover .box-content{
    top: 0;
    left: 0;
    opacity: 1;
}
.box .title{
    font-size: 21px;
    margin-bottom: 10px;
    text-transform: capitalize;
    color: #fff;
}
.box .post{
    font-size: 14px;
    text-transform: capitalize;
}

/*............Map & Contact section.........*/

#map {
    width: 100%;
    height: 500px;
}
section.section.contact-sec {
    background: #f5f5f5;
    position: relative;
    z-index: 99;
}
.contact-info {
    position: relative;
    color: #fff;
    text-align: center;
    z-index: 99 !important;
}
.contact-info-container{
    -webkit-transform: translateY(-165px);
    -moz-transform: translateY(-165px);
    -ms-transform: translateY(-165px);
    -o-transform: translateY(-165px);
    transform: translateY(-165px);
}
.contact-content h2 {
    font-size: 21px;
    color: #fff;
    margin-top: 10px;
}
.contact-content-wrapper {
    position: relative;
    padding: 35px;
    min-height: 220px;
}
.contact-icon i {
    font-size: 34px;
    display: inline-block;
    text-align: center;
    line-height: 45px;
}
.location-div{
    background: #242424;
}
.phone-div{
    background: #171717;
}
.mail-div{
    background: #1f1e1e;
}
.contact-info .col-md-4{
    padding: 0;
}
.input {
    position: relative;
    z-index: 1;
    display: inline-block;
    width: 100%;
    vertical-align: top;
}

.input__field {
    position: relative;
    display: block;
    float: right;
    padding: 0.8em;
    width: 60%;
    border: none;
    border-radius: 0;
    background: #f0f0f0;
    color: #aaa;
    font-weight: bold;
    -webkit-appearance: none; /* for box shadows to show on iOS */
}

.input__field:focus {
    outline: none;
}
.input__label {
    display: inline-block;
    float: right;
    padding: 0 1em;
    width: 40%;
    color: #6a7989;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.input__label-content {
    position: relative;
    display: block;
    padding: 1.3em 0;
    width: 100%;
    color: #333;
    font-size: 18px;
    font-family: Poppins;
    font-weight: 500;
}
.input__field--isao {
    z-index: 10;
    padding: 0.75em 0.1em 0.25em;
    width: 100%;
    background: transparent;
    color: #afb3b8;
}
.input__label--isao {
    position: relative;
    overflow: hidden;
    padding: 0;
    width: 100%;
    color: #dadada;
    text-align: left;
}
.input__label--isao::before {
    content: '';
    position: absolute;
    top: 0;
    width: 100%;
    height: 7px;
    background: #333;
    -webkit-transform: scale3d(1, 0.4, 1);
    transform: scale3d(1, 0.4, 1);
    -webkit-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
    -webkit-transition: -webkit-transform 0.3s, background-color 0.3s;
    transition: transform 0.3s, background-color 0.3s;
    -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
    transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}
.input__label--isao::after {
    content: attr(data-content);
    position: absolute;
    top: 0;
    left: 0;
    padding: 0.75em 0.15em;
    color: #f84f4f;
    opacity: 0;
    -webkit-transform: translate3d(0, 50%, 0);
    transform: translate3d(0, 50%, 0);
    -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
    transition: opacity 0.3s, transform 0.3s;
    -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
    transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
    pointer-events: none;
}

.input__field--isao:focus + .input__label--isao::before {
    background-color: #f84f4f;
    -webkit-transform: scale3d(1, 0.4, 1);
    transform: scale3d(1, 0.4, 1);
}

.input__field--isao:focus + .input__label--isao {
    pointer-events: none;
}

.input__field--isao:focus + .input__label--isao::after {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.input__label-content--isao {
    -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
    transition: opacity 0.3s, transform 0.3s;
    -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
    transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}

.input__field--isao:focus + .input__label--isao .input__label-content--isao {
    opacity: 0;
    -webkit-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0);
}
.contact-sec input.submit{
    border-radius: 0;
    color: #fff;
    position: relative;
    margin-top: 28px;
    margin-right: 16px;
    font-size: 18px;
    background: #4F6FD9;
    border: 2px solid #4F6FD9;
    padding: 13px 29px;
    -webkit-transition: background 0.3s ease 0s;
    transition: background 0.3s ease 0s;
    float: right;
    text-align: center;
    outline: 0;
}
section.contact-sec .ajax-loader {
    position: relative;
}
section.contact-sec .ajax-loader img {
    position: relative;
    float: right;
    top: 31px;
    left: -46px;
    width: auto;
}
.contact-sec input.submit:hover {
    background: transparent;
    color: #666;
}

/*......... mail response ....... */

#mail-status{
    text-align: center;
}
#mail-status .success {
    background: #ACF95F;
    color: #036B03;
    font-size: 16px;
    display: inline-block;
    padding: 10px 28px;
    margin-bottom: 40px;
    text-align: center;
}
#mail-status .error{
    background: #E2827F;
    color: #CA241F;
    font-size: 16px;
    padding: 10px 28px;
    margin-bottom: 40px;
}

/*............Bootstrap modal.........*/

.modal-dialog {
    width: 670px;
}
.modal-backdrop.in {
    filter: alpha(opacity=70);
    opacity: .7;
}
.subscribe-wrapper {
    text-align: center;
}
.subscribe-img {
    text-align: center;
    margin-top: 55px;
}
.subscribe-img img {
    width: 350px;
    margin: 0 auto;
    text-align: center;
}
.subscribe-wrapper h4 {
    margin-top: 30px;
    letter-spacing: 8px;
    text-transform: uppercase;
    font-size: 18px;
}
.subscription-form-wrapper {
    margin-top: 70px;
}
.subscription-form-wrapper p.sub-info {
    max-width: 450px;
    margin: 0 auto;
}
.subscription-form .ajax-loader{
    display: none;
}
.form-wrapper input.form-control {
    background-color: transparent;
    box-shadow: none;
    border: 2px solid #333;
    border-radius: 35px 0 0 35px;
    background: #fff;
    font-size: 14px;
    padding-left: 35px;
    height: 55px;
    width: 305px;
    color: #666;
    float: none;
    border-right: none;
}
.form-wrapper button {
    border-left: none;
    padding: 14px 27px;
    border-radius: 0 35px 35px 0;
    background: #333;
    padding-right: 30px;
    border: 0;
    color: #fff;
    font-weight: bold;
    outline: 0!important;
    text-transform: uppercase;
    letter-spacing: 1px;
    height: 55px;
    width: 155px;
    transition: all 0.5s ease 0s;
}
.input-group {
    position: relative;
    display: table;
    border-collapse: separate;
    text-align: center;
    margin: 0 auto;
    margin-top: 40px;
}
.ajax-loader {
    position: absolute;
    right: -34px;
    top: 16px;
    background: #fff;
}
.modal{
    top: 20%;
}
.modal-content{
    height: 500px;
}
.modal button.close {
    top: 8px;
    position: absolute;
    right: 15px;
    font-size: 37px;
    opacity: 1;
    color: #333;
    z-index: 99;
    outline: 0;
}
.form-wrapper button:hover {
    background: #222;
}
label.error {
    color: #a94442;
    position: absolute;
    right: 10px;
    top: 15px;
}
.result.subscribe-success {
    background: #ACF95F;
    color: #036B03;
    font-size: 16px;
    display: inline-block;
    padding: 6px 6px;
    margin-bottom: 0;
    width: 88%;
    margin-top: 25px;
}
.result.subscribe-error {
    background: #E2827F;
    color: #CA241F;
    font-size: 16px;
    display: inline-block;
    padding: 4px 19px;
    margin-bottom: -10px;
    margin-top: 15px;
}

/*............Footer.........*/

.footer .footer_social {
  margin: 0;
  padding: 0;
  list-style: none;
}
.footer .footer_social li {
  display: inline-block;
  margin-right: 5px;
}
.footer .footer_social li a {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  border: 1px solid #333;
  font-size: 17px;
  color: #333;
  line-height: 34px;
  text-align: center;
  display: inline-block;
  -webkit-transition: border 0.3s ease 0s;
  transition: border 0.3s ease 0s;
  -webkit-transition: background 0.3s ease 0s;
    transition: background 0.3s ease 0s;
}
.footer .footer_social li a:hover {
  color: #fff;
}
.footer .footer_social li a i{
    line-height: 32px;
}
.footer_social .facebook:hover{
    background: #3b5998;
    border-color:#3b5998;
}
.footer_social .twitter:hover{
    background: #00aced;
    border-color:#00aced;
}
.footer_social .gplus:hover{
    background: #dd4b39;
    border-color: #dd4b39;
}
.footer_social .pinterest:hover{
    background: #cb2027;
    border-color: #cb2027;
}
.footer {
    margin-top: -175px;
    z-index: 99;
    position: relative;
}
.footer h4{
    font-size: 14px;
}
.footer h4 a{
    color: #333;
}
.footer i.fa-heart{
    color: red;
}

/*............Media Queries.........*/

@media only screen and (max-width: 1366px){
    .app-banner-sec {
        height: 850px;
        padding: 40px 0;
    }
    .business .counter-wrap {
        margin-top: 0px !important;
    }
    .banner-image-right{
        padding-top: 40px;
    }
    .banner-image-left{
        padding-top: 40px;
    }
    .banner-text-wrapper{
        padding-top: 30px;
    }
    .resort-banner-sec .banner-text-wrapper{
        padding-top: 100px;
    }
    .event-banner-sec .banner-text-wrapper {
        padding-top: 100px;
    }
    .banner-text-wrapper {
        max-width: 550px;
    }
    .app-banner-sec .banner-text-wrapper{
        margin: 0 auto;
    }
    .banner-text-wrapper h2{
        font-size: 37px !important;
    }
    .social-icon{
        left: -5%;
    }
    .counter-wrap {
        margin-top: 60px;
    }
    .modal{
        top: 0;
    }
    .business-banner-sec .banner-image-right{
        display: table-cell;
        vertical-align: middle;
        float: none;
        padding-top: 40px;
    }
    .business-banner-sec .banner-image-left {
        width: 100%;
    }
}
@media only screen and (min-width : 1200px) {
    .app-banner-sec .app-image {
        width: 42%;
    }
}
@media only screen and (max-width : 1024px) {
    .counter-wrap h2 span {
        display: none;
    }
}
@media only screen and (max-width : 979px) {
    .app-banner-sec .button{
        margin: 0 auto;
        margin-top: 20px;
    }
    .photo-banner-sec .banner-content-wrap{
        text-align: left;
    }
    .photo-banner-sec .banner-text-wrapper {
        margin-left: 0;
    }
    .app .simply-countdown{
        display: block;
    }
    .app-banner-sec .simply-countdown .simply-section {
         float: none;
        display: inline-block;
        padding-top: 25px;
        width: 100px;
        text-align: center;
        height: 100px;
    }
    .app-banner-sec .banner_social {
        transform: rotate(90deg);
        right: -90px;
        margin-bottom: 100px;
    }
    .banner-text-wrapper h2{
        font-size: 30px !important;
    }
    .event-banner-sec .counter-wrap {
        left: 3%;
        top: 31%;
    }
    .event-banner-sec .banner-image-right h3{
        position: relative;
        transform: none;
        top: 0;
    }
    .simply-countdown > .simply-section .simply-word {
        display: block !important;
    }
    .banner-image-left, .banner-image-right{
        width: 100% !important;
        padding-left: 40px !important;
        padding-right: 40px !important;
    }
    .business-banner-sec .social-icon {
        padding: 40px 0;
    }
    .shop-banner-sec .social-icon,.product-banner-sec .social-icon,.hospital-banner-sec .social-icon ,
    .gym-banner-sec .social-icon,.event-banner-sec .social-icon,.res-banner-sec .social-icon,
    .designer-banner-sec .social-icon,.cons-banner-sec .social-icon,
    .photo-banner-sec .social-icon,.business-banner-sec .social-icon,.product-banner-sec .social-icon {
        top: 36% !important;
        text-align: center;
        right: auto !important;
        position: relative !important;
        transform: none !important;
        left: auto !important;
    }
    .business-banner-sec .simply-countdown .simply-section {
        float: left;
         margin-left: 15px;
         margin-right: 15px;
    }
    .business-banner-sec .banner-image-right {
        display: block;
        padding-top: 40px;
        height: auto;
    }
    .business-banner-sec .banner-image-left {
        height: auto;
        padding-top: 0;
        float: none;
    }
    .business-banner-sec .banner-image-right h2 {
        margin-top: 0;
    }
    .js .page {
        position: relative;
        top: 0;
        left: 0;
        width: auto;
        height: auto;
        visibility: visible;
        overflow: visible;
    }
    svg:not(:root){
        display: none;
    }
    .app-banner-sec .banner-image-left .app-image{
        text-align: center;
    }
    .app-banner-sec .banner-image-left .app-image img {
        height: 450px;
        width: auto;
        position: relative;
    }

    .photo-banner-sec .banner-image-right {
        height: 100px;
        padding-top: 0;
        background: #e235b1;
        float: right;
        z-index: 9;
        position: relative;
    }
    .photo-banner-sec .photographer-slide {
        height: 900px;
    }
     .photo .page.home-banner-page {
        height: 900px !important;
    }
    .photo-banner-sec {
        height: 900px;
    }
    .photographer .page {
        height: auto;
    }
    .pages.photographer {
        height: auto;
        overflow: auto;
    }
    .photo-banner-sec .banner_social {
        position: relative;
        transform: none;
        top: auto;
        margin-top: 25px;
    }
    .photo-banner-sec .simply-countdown .simply-section:first-child{
        margin-left: 0;
    }
    .cons-banner-sec .banner-image-left {
        height: 100px;
        padding-top: 0;
        background: #ffdd1a;
        float: none;
    }
    .cons-banner-sec .banner-image-right {
        height: auto;
        padding-bottom: 40px;
        float: none;
    }
    .cons-banner-sec {
        height: auto;
    }
    .construction .page.home-banner-page {
        height: auto !important;
        overflow: hidden;
    }
    .pages.construction {
        height: auto;
        overflow: auto;
    }
    .cons-banner-sec .counter-wrap{
        margin-top: 60px;
    }
    .designer-banner-sec .banner-image-left {
        height: auto;
        float: none;
        padding: 60px 0;
    }
    .designer-banner-sec {
        height: auto;
        background-size: cover;
    }

    .pages.restaurant {
        overflow: auto;
        height: auto;
    }
    .res-banner-sec .banner-image-right {
        height: 100px;
        padding-top: 0;
        background: #f84f4f;
        float: none;
    }
    .res-banner-sec .banner-image-left {
        height: auto;
        float: none;
        padding-bottom: 40px;
    }
    .res-banner-sec {
        height: auto;
    }
    .restaurant .page.home-banner-page {
        height: auto !important;
    }

    .event-banner-sec .banner-image-left {
        height: auto;
        padding-top: 0;
    }
    .event-banner-sec .banner-image-right {
        height: auto;
        float: none;
    }
    .event-banner-sec {
        height: auto;
        padding: 60px 0;
    }

    .simply-countdown .simply-section {
        width: 60px;
    }
    .gym-banner-sec .banner-image-left {
        height: auto;
        padding-top: 0;
        background: #f84f4f;
        display: block;
    }
    .gym-banner-sec .banner-image-right {
        height: auto;
        display: block;
        float: none;
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .gym-banner-sec .simply-countdown .simply-section {
        display: inline-block;
    }
    .gym-banner-sec {
        height: auto;
    }

    .hospital-banner-sec .banner-image-left {
        height: 100px;
        padding-top: 0;
        background: #00a0fd;
        float: none;
    }
    .hospital-banner-sec .banner-image-right {
        height: auto;
        float: none;
        display: block;
        padding-bottom: 40px;
    }
    .hospital-banner-sec {
        height: auto;
    }
    .pages.hospital {
        height: auto;
        overflow: auto;
    }
    .hospital .page.home-banner-page {
        height: auto !important;
    }
    .product-banner-sec .banner-image-left {
        height: 400px;
        padding-top: 0;
    }
    .product-banner-sec .banner_social {
        bottom: 20px;
    }
    .product-banner-sec .banner-image-right {
        height: auto;
        padding-bottom: 40px;
    }
    .product-banner-sec {
        height: auto;
    }
    .product .page.home-banner-page {
        height: auto !important;
        overflow: hidden;
    }
    .pages.product {
        height: auto;
        overflow: auto;
    }
    .social-icon ul li a{
        color: #fff;
    }
    .angle-view img {
        width: auto;
        display: block;
        margin: 0 auto;
        max-height: 400px;
    }

    .resort-banner-sec .banner-image-right {
        height: auto;
        background: #35e2be;
        float: none;
        padding-top: 40px;
    }
    .resort-banner-sec .counter-wrap {
        margin-top: 0;
    }
    .pages.resort {
        overflow: auto;
        height: auto;
    }
    .resort-banner-sec .banner-image-left {
        height: auto;
        float: none;
        padding-bottom: 40px;
    }
    .resort-banner-sec {
        height: auto;
    }
    .resort .page.home-banner-page {
        height: auto !important;
    }
     .resort-banner-sec .banner_social {
        bottom: auto;
        transform: none;
        left: auto;
        position: relative;
        margin-top: 35px;
    }
    .shop-banner-sec{
        display: block;
    }
    .shop-banner-sec .banner-image-right {
        height: auto;
        padding: 80px 0 !important;
        width: 100% !important;
        display: block;
    }
    .shop-banner-sec .banner-image-left {
        height: auto;
        float: none;
        padding-bottom: 40px;
    }
    .shop-banner-sec .simply-countdown {
        display: block;
        text-align: center;
    }
    .shop-banner-sec .simply-countdown .simply-section:first-child {
        margin-left: 0;
    }
    .shop-banner-sec {
        height: auto;
    }
    .shop-banner-sec .simply-countdown .simply-section {
        float: none;
        display: inline-block;
    }

    .team-sec .our-team .team-content {
        top: 40%;
    }
    .team-sec .our-team img {
         max-height: none;
    }
    .app-banner-sec .banner-image-left{
        text-align: center;
        height: auto;
    }
    .app-banner-sec .banner-image-right {
        height: auto;
    }
    .large-dis-hide{
        display:block;
    }
    .mob-dis-hide{
        display:none !important;
    }
    .business-banner-sec {
        height: auto;
        padding: 60px 0;
    }
    .business-banner-sec .callout-wrapper {
        position: relative;
    }

    .event-banner-sec .callout-wrapper {
        position: relative;
    }
    .event-banner-sec .banner-image-left {
        height: auto;
        float: none;
    }
    .event-banner-sec .banner_social {
        position: relative;
        transform: none;
        top: auto;
        bottom: auto;
    }
    .event-banner-sec .counter-wrap {
        position: relative;
        top: auto;
        left: auto;
        right: auto;
    }
    .designer-banner-sec .banner-image-right {
        height: auto;
        float: none;
        padding: 60px 0;
    }
    .designer-banner-sec .counter-wrap {
        text-align: center;
        margin-top: 0;
    }
    .business .about-wrapper .callout-item {
        width: 100%;
    }
    .app .page.home-banner-page,.event .page.home-banner-page ,.gym .page.home-banner-page,
    .shop .page.home-banner-page,.business .page.home-banner-page, .event .page.home-banner-page {
        height: auto !important;
    }
    .business .page.home-banner-page {
        overflow: hidden;
    }
    .event .page.home-banner-page {
        overflow: hidden;
    }
    .pages.designer {
        height: auto;
        overflow: auto;
    }

}

@media only screen and (max-width : 767px) {
    .social-icon{
        top: 16%;
    }
    .js .page {
        height: 850px;
    }
    .modal-dialog {
         width: auto;
    }
    .form-wrapper input.form-control,.form-wrapper button {
        width: 100%;
        border: 2px solid #333;
        border-radius: 35px !important;
    }
    .form-wrapper button {
        margin-top: 10px;
    }
    .modal-content {
        height: 570px;
    }
    .app-banner-sec .banner-image-left{
        text-align: center;
    }
    .business-banner-sec .callout-item{
        width: 100%;
    }
    .event-banner-sec .banner-image-right {
        height: auto;
    }
    .event-banner-sec .banner-image-left {
        height: auto;
    }
    .event-banner-sec .banner-text-wrapper{
        padding-top: 30px;
    }
    .counter-wrap h2 span {
         display: inline;
    }
}

@media only screen and (max-width : 480px) {
    .banner-text-wrapper h2 {
        font-size: 24px !important;
    }
    .event-banner-sec .banner-text-wrapper .event-detail {
        font-size: 18px;
    }
    .subscribe-img img{
        width: 100%;
    }
    .business-banner-sec .banner-image-left {
        width: 100%;
    }
    .business-banner-sec .banner-image-right, .business-banner-sec .banner-image-left {
        padding-left: 20px !important;
        padding-right: 20px !important;
    }
    .cons-banner-sec .banner-image-left ,.designer-banner-sec .banner-image-right,
    .photo-banner-sec .banner-image-right,.gym-banner-sec .banner-image-left,
    .hospital-banner-sec .banner-image-left,.product-banner-sec .banner-image-left,
    .resort-banner-sec .banner-image-right {
        padding-left: 0px !important;
        padding-right: 0px !important;
    }
    .simply-countdown .simply-section{
        margin: 10px;
    }
    .counter-wrap {
        margin-top: 70px;
    }
    .simply-countdown > .simply-section .simply-amount {
        font-size: 27px;
    }
    .simply-countdown > .simply-section {
        width: 54px;
    }
    .team-sec .our-team .team-content {
        top: 25%;
        padding-top: 25px;
    }
    .section-title h2 {
        position: relative;
        font-size: 22px;
    }
    .app-banner-sec {
        min-height: 1150px;
    }
     .app .page.home-banner-page {
        min-height: 1150px !important;
    }
    .app-banner-sec {
        min-height: 1150px;
    }
    .banner-text-wrapper h2{
        line-height: 31px !important;
    }
    .large-dis-hide img {
        width: 100%;
    }
    .app-banner-sec .banner-image-right {
        height: auto;
    }

    .section-title h2:before,.section-title h2:after{
        display:none;
    }
    .simply-countdown .simply-section:first-child{
        margin-left: 10px;
    }
    .business-banner-sec .simply-countdown .simply-section{
        height: 75px !important;
        border: none;
        float: none;
        display: inline-block;
    }
    .business-banner-sec .simply-countdown .simply-section:before{
        display: none;
    }
    .resort-banner-sec .banner-text-wrapper {
        padding-top: 40px;
    }
    .simply-countdown > .simply-section .simply-word {
        font-size: 12px;
    }
    .event-banner-sec .simply-countdown > .simply-section {
        width: 35px !important;
    }
    .app-banner-sec .simply-countdown .simply-section {
        width: 90px !important;
        height: 90px !important;
    }
    .app-banner-sec .counter-wrap {
        margin-top: 50px !important;
    }
    .gym-banner-sec .simply-countdown > .simply-section .simply-amount {
        font-size: 40px;
    }
    .gym-banner-sec .simply-countdown .simply-section {
        width: 92px !important;
    }
    .gym-banner-sec .simply-countdown > .simply-section .simply-word {
        font-size: 16px;
        margin-top: 0;
    }
    .gym-banner-sec .counter-wrap {
        margin-top: 60px;
    }
    .banner_social p {
        display: block;
    }
    .photographer .home-banner-page {
        height: 1000px !important;
    }
    .photo-banner-sec .photographer-slide{
        height: 1000px;
    }
    .photo-banner-sec .banner-content-wrap {
        top: 40px;
    }
    .photo-banner-sec .simply-countdown .simply-section {
        float: none;
        display: inline-block;
        height: auto;
    }
    .photo-banner-sec .counter-wrap{
        margin-top: 40px;
    }
    .construction .simply-countdown .simply-section:first-child {
        margin-left: 0;
    }
    .designer-banner-sec .simply-countdown .simply-section:first-child {
        width: 110px;
    }
}


@media only screen and (max-width : 320px) {
    .team-sec .our-team .team-content {
        top: 10%;
        padding: 4px !important;
    }
    .simply-countdown > .simply-section .simply-word {
        font-size: 12px;
    }
    .simply-countdown > .simply-section {
        width: 35px;
    }

    .simply-countdown .simply-section:first-child{
        margin-left: 10px;
    }
    .photo-banner-sec, .photographer .home-banner-page {
        height: auto !important;
    }
    .photo-banner-sec .photographer-slide{
        height: 1000px;
    }
}

/*..Loader...*/

.loaded #loader-wrapper {
    display: none;
}
#loader-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99999;
    background: #fff;
}
.loaded .loader {
    opacity: 0;
}
.loader{
    width: 100px;
    height: 100px;
    position: absolute;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    left: 48%;
    top: 45%;
}
.loader .loader-inner-1{
    width: 33.333%;
    height: 33.333%;
    position: absolute;
}
.loader .loader-inner-2{
    position: absolute;
    width: 16.6665%;
    height: 16.6665%;
}
.loader .box-1{
    top: 0;
    left: 50%;
    margin-left: -16.6665%;
    -webkit-animation: loading-1 2s cubic-bezier(0.585, -0.225, 0.43, 1.31) infinite;
    animation: loading-1 2s cubic-bezier(0.585, -0.225, 0.43, 1.31) infinite;
}
.loader .box-2{
    top: 0;
    left: 0;
    -webkit-animation: loading-6 2s cubic-bezier(0.585, -0.225, 0.43, 1.31) infinite;
    animation: loading-6 2s cubic-bezier(0.585, -0.225, 0.43, 1.31) infinite;
}
.loader .box-3{
    top: 50%;
    right: 0;
    margin-top: -16.6665%;
    -webkit-animation: loading-2 2s cubic-bezier(0.585, -0.225, 0.43, 1.31) infinite;
    animation: loading-2 2s cubic-bezier(0.585, -0.225, 0.43, 1.31) infinite;
}
.loader .box-4{
    top: 0;
    right: 0;
    -webkit-animation: loading-5 2s cubic-bezier(0.585, -0.225, 0.43, 1.31) infinite;
    animation: loading-5 2s cubic-bezier(0.585, -0.225, 0.43, 1.31) infinite;
}
.loader .box-5{
    top: 50%;
    left: 0;
    margin-top: -16.6665%;
    -webkit-animation: loading-4 2s cubic-bezier(0.585, -0.225, 0.43, 1.31) infinite;
    animation: loading-4 2s cubic-bezier(0.585, -0.225, 0.43, 1.31) infinite;
}
.loader .box-6{
    bottom: 0;
    right: 0;
    -webkit-animation: loading-7 2s cubic-bezier(0.585, -0.225, 0.43, 1.31) infinite;
    animation: loading-7 2s cubic-bezier(0.585, -0.225, 0.43, 1.31) infinite;
}
.loader .box-7{
    bottom: 0;
    left: 50%;
    margin-left: -16.6665%;
    -webkit-animation: loading-3 2s cubic-bezier(0.585, -0.225, 0.43, 1.31) infinite;
    animation: loading-3 2s cubic-bezier(0.585, -0.225, 0.43, 1.31) infinite;
}
.loader .box-8{
    bottom: 0;
    left: 0;
    -webkit-animation: loading-8 2s cubic-bezier(0.585, -0.225, 0.43, 1.31) infinite;
    animation: loading-8 2s cubic-bezier(0.585, -0.225, 0.43, 1.31) infinite;
}
.loader .box-red{
    background: #f52220;
}
.loader .box-blue{
    background: #02c1c1;
}
.loader .box-green{
    background: #009a3c;
}
.loader .box-peach{
    background: #db5b53;
}
.loader .box-pink{
    background: #e40066;
}
.loader .box-yellow{
    background: #f59c00;
}
.loader .box-purple{
    background: #5c0475;
}
@-webkit-keyframes loading-1{
    0%{
        top: 0;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
    25%{
        -webkit-transform: translateZ(100px);
        transform: translateZ(100px);
    }
    50%{
        top: 66.666%;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
    75%{
        -webkit-transform: translateZ(100px);
        transform: translateZ(100px);
    }
    100%{
        top: 0;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
}
@keyframes loading-1{
    0%{
        top: 0;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
    25%{
        -webkit-transform: translateZ(100px);
        transform: translateZ(100px);
    }
    50%{
        top: 66.666%;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
    75%{
        -webkit-transform: translateZ(100px);
        transform: translateZ(100px);
    }
    100%{
        top: 0;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
}
@-webkit-keyframes loading-2{
    0%{
        right: 0;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
    25%{
        -webkit-transform: translateZ(100px);
        transform: translateZ(100px);
    }
    50%{
        right: 66.666%;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
    75%{
        -webkit-transform: translateZ(100px);
        transform: translateZ(100px);
    }
    100%{
        right: 0;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
}
@keyframes loading-2{
    0% {
        right: 0;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
    25% {
        -webkit-transform: translateZ(100px);
        transform: translateZ(100px);
    }
    50% {
        right: 66.666%;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
    75% {
        -webkit-transform: translateZ(100px);
        transform: translateZ(100px);
    }
    100% {
        right: 0;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
}
@-webkit-keyframes loading-3{
    0%{
        bottom: 0;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
    25%{
        -webkit-transform: translateZ(100px);
        transform: translateZ(100px);
    }
    50%{
        bottom: 66.666%;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
    75%{
        -webkit-transform: translateZ(100px);
        transform: translateZ(100px);
    }
    100%{
        bottom: 0;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
}
@keyframes loading-3{
    0%{
        bottom: 0;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
    25%{
        -webkit-transform: translateZ(100px);
        transform: translateZ(100px);
    }
    50%{
        bottom: 66.666%;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
    75%{
        -webkit-transform: translateZ(100px);
        transform: translateZ(100px);
    }
    100%{
        bottom: 0;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
}
@-webkit-keyframes loading-4{
    0%{
        left: 0;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
    25%{
        -webkit-transform: translateZ(100px);
        transform: translateZ(100px);
    }
    50%{
        left: 66.666%;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
    75%{
        -webkit-transform: translateZ(100px);
        transform: translateZ(100px);
    }
    100%{
        left: 0;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
}
@keyframes loading-4{
    0%{
        left: 0;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
    25%{
        -webkit-transform: translateZ(100px);
        transform: translateZ(100px);
    }
    50%{
        left: 66.666%;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
    75%{
        -webkit-transform: translateZ(100px);
        transform: translateZ(100px);
    }
    100%{
        left: 0;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
}
@-webkit-keyframes loading-5{
    0%{
        top: 0;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
    25%{
        -webkit-transform: translateZ(300px);
        transform: translateZ(300px);
    }
    50%{
        top: 83.3335%;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
    75%{
        -webkit-transform: translateZ(300px);
        transform: translateZ(300px);
    }
    100%{
        top: 0;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
}
@keyframes loading-5{
    0%{
        top: 0;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
    25%{
        -webkit-transform: translateZ(300px);
        transform: translateZ(300px);
    }
    50%{
        top: 83.3335%;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
    75%{
        -webkit-transform: translateZ(300px);
        transform: translateZ(300px);
    }
    100%{
        top: 0;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
}
@-webkit-keyframes loading-6{
    0%{
        left: 0;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
    25%{
        -webkit-transform: translateZ(300px);
        transform: translateZ(300px);
    }
    50%{
        left: 83.3335%;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
    75%{
        -webkit-transform: translateZ(300px);
        transform: translateZ(300px);
    }
    100%{
        left: 0;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
}
@keyframes loading-6{
    0%{
        left: 0;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
    25%{
        -webkit-transform: translateZ(300px);
        transform: translateZ(300px);
    }
    50%{
        left: 83.3335%;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
    75%{
        -webkit-transform: translateZ(300px);
        transform: translateZ(300px);
    }
    100%{
        left: 0;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
}
@-webkit-keyframes loading-7{
    0%{
        right: 0;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
    25%{
        -webkit-transform: translateZ(300px);
        transform: translateZ(300px);
    }
    50%{
        right: 83.3335%;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
    75%{
        -webkit-transform: translateZ(300px);
        transform: translateZ(300px);
    }
    100%{
        right: 0;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
}
@keyframes loading-7{
    0%{
        right: 0;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
    25%{
        -webkit-transform: translateZ(300px);
        transform: translateZ(300px);
    }
    50%{
        right: 83.3335%;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
    75%{
        -webkit-transform: translateZ(300px);
        transform: translateZ(300px);
    }
    100%{
        right: 0;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
}
@-webkit-keyframes loading-8{
    0%{
        bottom: 0;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
    25%{
        -webkit-transform: translateZ(300px);
        transform: translateZ(300px);
    }
    50%{
        bottom: 83.3335%;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
    75%{
        -webkit-transform: translateZ(300px);
        transform: translateZ(300px);
    }
    100%{
        bottom: 0;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
}
@keyframes loading-8{
    0%{
        bottom: 0;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
    25%{
        -webkit-transform: translateZ(300px);
        transform: translateZ(300px);
    }
    50%{
        bottom: 83.3335%;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
    75%{
        -webkit-transform: translateZ(300px);
        transform: translateZ(300px);
    }
    100%{
        bottom: 0;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
}


/* Index page */

.lhotse-intro {
    text-align: center;
}
.lhotse-intro {
    text-align: center;
    margin: 20px;
    background: #08101E;
    margin-bottom: 0;
    padding-top: 70px;
}
.lhotse-intro-content {
    width: 750px;
    margin: 0 auto;
    text-align: center;
    margin-bottom: 70px;
}
.lhotse-intro-content  .button{
    margin: 0 auto;
    margin-top: 30px;
}
.lhotse-intro h1,.lhotse-intro h3,.lhotse-intro p{
    color: #fff;
}
.lhotse-intro img {
    max-width: 75%;
    margin: 0 auto;
}
.footer.index-footer {
    margin-top: 0;
}
.lhotse-item-prv-wrap .item-prev {
    text-align: center;
    background: #fff;
    padding: 5px;
}
.lhotse-item-prv-wrap{
    padding: 80px 0;
}
.lhotse-item-prv-wrap .item-prev h2{
    font-size: 22px;
    margin-top: 10px;
}
.lhotse-item-prv-wrap .row{
    margin-bottom: 40px;
}
.lhotse-item-prv-wrap .row:last-child{
    margin-bottom: 0;
}
