

/* ///////////////////////////////////////////////////////////////////// 
//  01 - Custom Fonts 
/////////////////////////////////////////////////////////////////////*/


@font-face {
    font-family: 'caviar_dreams';
    src: url('../fonts/CaviarDreams-webfont.woff2') format('woff2'),
         url('../fonts/CaviarDreams-webfont.woff') format('woff'),
         url('../fonts/CaviarDreams-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}

/* ///////////////////////////////////////////////////////////////////// 
//  02 - Global 
/////////////////////////////////////////////////////////////////////*/

* {
    outline: none !important;
}

body {
    font-family: 'Lato', Calibri, Arial, sans-serif;
    color: #222;
    overflow-x: hidden;
    height: 100%;
}
h1, h2, h3, h4, h5, h6{
    font-family: 'Roboto', sans-serif;
}
p, a, li{
    font-family: 'Oxygen', sans-serif;
}
a {
    transition: all 0.3s ease-out;
    position: relative;
    padding: .5em;
    margin: -.5em;
}

a:focus, 
a:hover {
    text-decoration: none;
    color: #00abce;
}

.img_res{
    display: block;
    width: 100%;
    height: auto;
    max-width: 100%;
    border-radius: 6px;
}
.block-title {
    font-weight: 300;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 3.8em;
    padding: 0 40px;
    margin: 0;
    line-height: 1.6;
    display: inline-block;
    position: relative;
    text-transform: uppercase;
}

.block {
    padding: 80px 0px 50px 0px;
    overflow: hidden;
}
.title-box{
    text-align: center;
    
    margin-bottom: 50px;
}
.bb-top-left {
    position: absolute;
    width: 15px;
    height: 15px;
    top: 0;
    left: 0;
    border-top: 1px solid #000;
    border-left: 1px solid #000;
}
.bb-bottom-left {
    position: absolute;
    width: 15px;
    height: 15px;
    bottom: 0;
    left: 0;
    border-bottom: 1px solid #000;
    border-left: 1px solid #000;
}
.bb-top-right {
    position: absolute;
    width: 15px;
    height: 15px;
    top: 0;
    right: 0;
    border-top: 1px solid #000;
    border-right: 1px solid #000;
}
.bb-bottom-right {
    position: absolute;
    width: 15px;
    height: 15px;
    bottom: 0;
    right: 0;
    border-bottom: 1px solid #000;
    border-right: 1px solid #000;
}
.polo-btn {
    display: block;
    color: #fff;
    border: 1px solid;
    text-align: center;
    font-size: 26px;
    font-weight: 100;
    padding: 15px 0px;
    margin: 0px 0px 20px 0px;
    transition: 0.4s ease all;
}


/* ///////////////////////////////////////////////////////////////////// 
//  03 - Side Menu
/////////////////////////////////////////////////////////////////////*/

#sidebar-wrapper {
    z-index: 1000;
    position: fixed;
    right: 0;
    width: 260px;
    height: 100%;
    margin-right: -260px;
    overflow-y: auto;
    background: #006e96;
    z-index: 99999999;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}

.sidebar-nav {
    position: absolute;
    width: 250px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.sidebar-nav li {
    text-indent: 20px;
    line-height: 40px;
    border-bottom: 1px dotted rgba(255, 255, 255, 0.27);
}

.sidebar-nav li a {
    display: block;
    text-decoration: none;
    color: #FFF;
    font-size: 16px;
    padding: 15px 15px;
}

.sidebar-nav li a:hover {
    text-decoration: none;
    color: #81def8;
}

.sidebar-nav li a:active,
.sidebar-nav li a:focus {
    text-decoration: none;
}

.sidebar-nav > .sidebar-brand {
    height: 55px;
    font-size: 18px;
    line-height: 55px;
}

.sidebar-nav > .sidebar-brand a {
    color: #999;
}

.sidebar-nav > .sidebar-brand a:hover {
    color: #fff;
    background: none;
}
#sidebar-wrapper.active {
    right: 250px;
    width: 260px;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}

.toggle {
    margin: 5px 5px 0 0;
}
.close-btn {
    display: block;
    color: #FFFFFF;
    font-size: 2em;
    margin: 0;
    padding: 0;
    text-align: right;
    width: 100%;
    padding-right: 25px;
}
.close-btn:hover {
    color: #84FFB0;
}




/* ///////////////////////////////////////////////////////////////////// 
//  04 - Preloader
/////////////////////////////////////////////////////////////////////*/

#preloader { 
    position: fixed; 
    left: 0; 
    top: 0; 
    z-index: 99999999999; 
    width: 100%; 
    height: 100%; 
    overflow: visible; 
    background: #fff url('../img/preloader.gif') 
    no-repeat center center; 
}

/* ///////////////////////////////////////////////////////////////////// 
//  05 - Header
/////////////////////////////////////////////////////////////////////*/

.sticky{
    position: fixed;
    width: 100%;
    background: transparent;
    padding: 15px 0px;
    transition: all 0.5s;
    z-index: 2;
}
.fixed {
    position: fixed;
    top:0; 
    left:0;
    width: 100%; 
    background-color: #006e96;
    padding: 0px;
}
.logo {
    font-family: 'caviar_dreams';
    color: #fff;
    font-size: 2.5em;
    line-height: 1.6;
}
#logo_menu {
    padding: 5px 0px;
}
#menu-toggle {
    z-index: 1;
    font-size: 35px;
    float: right;
    border: 1px solid #fff;
    color: #fff;
    margin: 5px 0px;
    padding: 2px 10px;
    line-height: 0;
}

#menu-toggle1 {
    font-family: 'caviar_dreams';
    z-index: 1;
    font-size: 30px;
    float: right;
    border: 1px solid #fff;
    border-radius: 20px;
    color: #fff;
    padding: 5px;
    line-height: 0;
}


.store-btn-container {
    padding-top: 15px;
}
.store-btn:hover,#menu-toggle:hover,#menu-toggle1:hover {
    background: #00abce;
    border-color: #00abce;
    color: #fff;
}

/* ///////////////////////////////////////////////////////////////////// 
//  06 - Banner
/////////////////////////////////////////////////////////////////////*/

#banner {

}

.headings {
    padding: 25% 0 30% 0;
    color: #fff;
}
.headings h1 {
    font-size: 40px;
    font-weight: 300;
    padding-bottom: 20px;
   
   
}
.headings p {
    font-size: 18px;
    font-weight: 300;
    padding-bottom: 20px;
   
}
.hand-container {
    max-height: 630px;
    overflow: hidden;
}
.iphone-hand {
    padding: 20px 30px 0px 30px;
}
.store:hover{
    background: #00abce;
    border-color: #00abce;
    color: #fff; 
}
.polo-btn i {
    padding-right: 6px;
}
.slidedown {
    font-size: 50px;
    color: #fff;
    position: absolute;
    bottom: 0%;
    left: 50%;
    z-index: 99;
    cursor: pointer;
}

/* ///////////////////////////////////////////////////////////////////// 
//  07 - Features
/////////////////////////////////////////////////////////////////////*/

.feature-box {
    padding: 0px 0px;
    text-align: center;
    max-width: 400px;

    margin: 0 auto;
    margin-top: -5px;
}
.feature-box i {
    font-size: 5em;
    line-height: 0 !important;
    margin: 0;
    padding: 0;
   
}
.feature-box p {
    padding: 0px 12px;
    margin-top: -10px;
}
.feature-box h2 {
    margin: 0;
    padding: 20px 0px;
    font-weight: 300;
    margin-bottom: -20px;
}


/* ///////////////////////////////////////////////////////////////////// 
//  08 - Gallery
/////////////////////////////////////////////////////////////////////*/


#gallery{
    background: url(../img/gallery-bg-min.jpg) no-repeat;
    background-size: cover;
    background-attachment: fixed;

}

#screenshots .item{
  padding: 0px 0px;
  margin: 10px;
  color: #FFF;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  width:370px;
}
.customNavigation{
  text-align: center;
}
/*use styles below to disable ugly selection*/
.customNavigation a{
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.gallery-nav {
    color: #fff;
    font-size: 2em;
    margin: 0 1em;
    padding: 10px 19px;
    line-height: 0;
    border: 1px solid #fff;
    border-radius: 50%;
}

.gallery-nav:hover,.gallery-nav:focus,.gallery-nav:active {
    color: #2e3233;
    background:#fff;
}



/* ///////////////////////////////////////////////////////////////////// 
//  09 - Team Member
/////////////////////////////////////////////////////////////////////*/

#team {
    background: url(../img/store1-min.jpg);
    padding: 100px 0px;
    background-repeat: no-repeat;
    background-size: cover;
}

.team-social {
    margin: 0;
    padding: 8px 0px;
    list-style: none;
    text-align: center;
}
.team-social li {
    display: inline-block;
    font-size: 24px;
    padding: 0px 3px;
    color: #fff;
}
.team-social li a {
    display: inline-block;
}
.team-member {
    text-align: center;
    margin-bottom: 40px;
    max-width: 360px;
    margin: 0 auto;
    margin-bottom: 40px;
}
.team-member p {
    padding: 10px 10px 15px 10px;
}
.team-member h2 {
    font-size: 25px;
}
.team-social li a i {
    border: 1px solid;
    display: block;
    width: 40px;
    height: 40px;
    line-height: 1.6;
    border-radius: 50%;
    transition: 0.5s ease all;
}
.facebook a i {
    color: #3B5998;
    border-color: #3B5998;
}
.facebook a i:hover {
    color: #fff;
    background-color: #3B5998;
}
.linkedin a i {
    color: #007bb6;
    border-color: #007bb6;
}
.linkedin a i:hover {
    color: #fff;
    background-color: #007bb6;
}
.googleplus a i {
    color: #dd4b39;
    border-color: #dd4b39;
}
.googleplus a i:hover {
    color: #fff;
    background-color: #dd4b39;
}
.github a i {
    color: #444;
    border-color: #444;
}
.github a i:hover {
    color: #fff;
    background-color: #444;
}




/* ///////////////////////////////////////////////////////////////////// 
//  10 - Testimonial
/////////////////////////////////////////////////////////////////////*/


#testimonial {
    background: url(../img/blue-min.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

.review-star {
    text-align: center;
    color: rgb(255, 214, 0);
    font-size: 30px;
    padding-top: 20px;
}
.client-pic {
    padding: 0em 2em;
    max-width: 360px;
    margin: 0 auto;
}
.client-pic img {
    border-radius: 50%;
}

.review-desc {
    font-size: 24px;
    line-height: 1.8;
    font-weight: 100;
    font-style: italic;
    padding-top: 20px;
    color: #fff;
}
#testimonial .block-title {
    color: #fff;
}
#testimonial .block-title span {
    border-color: #fff;
}
p.client-name {
    float: right;
    font-size: 30px;
    color: #fff;
    display: inline-block;
    border-bottom: 2px solid rgba(255, 255, 255, 0.3);
    padding-bottom: 5px;
}


/* ///////////////////////////////////////////////////////////////////// 
//  11 - Subscribe Section
/////////////////////////////////////////////////////////////////////*/



#subscribe {
    background: url(../img/subs-bg1-min.jpg);
    padding: 100px 0px;
    background-repeat: no-repeat;
    background-size: cover;
}
.susbcribe-text {
    text-align: justify;
    font-size: 24px;
    font-weight: 300;
    padding-bottom: 30px;
    background-color: rgb(255,255,255, 0.5);
    
}

.susbcribe-text1 {
    text-align: justify;
    font-size: 24px;
    font-weight: 300;
    padding-bottom: 30px;
    background-color: rgb(255,255,255, 0.2);  
}

.container.subscribe-wrap {
    max-width: 600px;
}
#exampleInputEmail1 {
    font-size: 20px;
    padding: 15px 30px;
    height: auto;
    border: 2px solid #0199bc;
    border-radius: 0px;
    box-shadow: none;
}
.btn-custom {
    width: 100%;
    padding: 5px 15px;
    font-size: 34px;
    margin-top: 0px;
    background: #0199bc;
    box-shadow: none;
    border: 2px solid #0199bc;
    margin-left: -16px;
    color: #fff;
}
.subscribe-wrap .form-group {
    margin-right: -16px;
}


/* ///////////////////////////////////////////////////////////////////// 
//  12 - Contact us Section
/////////////////////////////////////////////////////////////////////*/


.address {
    width: 30%;
    float: left;
    background: url(../img/maps-min.jpg);
    height: 640px;
}
.mailbox {
    width: 70%;
    float: left;
    background-image: url(../img/maps1-min.jpg);
    background-color: #222;
    padding-bottom: 111px;
    height: 640px;
}
.address .container {
    max-width: 100%;
}
.mailbox .container {
    max-width: 90%;
}
.address-list {
    list-style: none;
    padding: 160px 0px 70px 0px;
    width: 100%;
    max-width: 350px;
    margin: -45px auto;
    display: table;
}
.address-list li {
    font-size: 16px;
    padding: 0.5em 0;
    color: #fff;
    font-weight: 50;
}
.address-list li i {
    display: table-cell;
    line-height: 1.8;
    width: 81px;
    height: 70px;
    text-align: center;
    font-size: 45px;
    border-radius: 50%;
    margin: 0;
    vertical-align: middle;
}
.address-list li span {
    padding: 0px 0px 0px 20px;
    display: table-cell;
    vertical-align: middle;
}
.mailbox .container {
    margin-top: 200px;
    margin-bottom: 0px;
}
#contactForm input,#contactForm textarea {
    border-radius: 0px;
    box-shadow: none;
    border: 2px solid #C2C2C2;
    font-size: 18px;
}
#contactForm input:active,#contactForm textarea:active,#contactForm input:hover,#contactForm textarea:hover {
    border: 2px solid #00abce;
}

#contactForm #name, #contactForm #email, #contactForm #phone {
    padding: 20px;
    height: auto;
}
#contactForm .form-group {
    margin-bottom: 25px;
}
#contactForm #message {
    height: 258px;
    padding-bottom: 40px;
}

.contact-submit {
    width: 160px;
    background: #fff;
    color: #00abce;
    border: 2px solid #00abce;
    font-size: 46px;
    padding: 0;
    margin: 0 auto;
}

.contact-submit1 {
    margin: 0 auto;
    margin-top: -38px;
    width: 160px;
    height: 50px;
    background: #fff;
    color: #444;
    border: 2px solid #444;
    font-size: 26px;
    padding: 0;
    margin: 0 auto;
   
}

.contact-submit1:hover {
    background: #444;
    color: #fff;
}

.contact-submit:hover {
    background: #00abce;
    color: #fff;
}
#contact {
    position: relative;
}
.contact-wrap {
    position: absolute;
    
    color: #fff;
    width: 100%;
    top: 50px;
}

#contact .block-title span {
    border-color: #fff;
}

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: #6ecba9;
}
input:-moz-placeholder, textarea:-moz-placeholder {
  color: #6ecba9;
}


/* ///////////////////////////////////////////////////////////////////// 
//  13 - Footer Section
/////////////////////////////////////////////////////////////////////*/


#footer {
    background: #006e96;
    padding: 20px 0px 22px 0px;
}
.footer-logo {
    font-size: 20px;
    color: #fff;
    font-weight: 300;
}

.footer-logo a:hover {
    color: #00abce;
}

.footer-logo a {
    color: #dadada;
}

.copyright {
    color: #fff;
    text-align: center;
    font-size: 18px;
    margin-top: 100px;
}
#footer span{
    color: #e9e9e9;
    display: block;
    font-size: 20px;
    margin-bottom: -15px;
}


/* ///////////////////////////////////////////////////////////////////// 
//  14 - Responsive Fixes
/////////////////////////////////////////////////////////////////////*/


/*1340px - 1170px*/

@media all and (max-width: 1340px) and (min-width: 1170px;) {
    .address-list li {
        font-size: 18px;
    }
    .address-list li i {
        width: 60px;
        height: 60px;
        font-size: 34px;
        margin-top:-90px;
    }

}

/*1170px - 992px*/

@media all and (max-width: 1170px) and (min-width: 992px) {
    .address{
        width: 100%;
    }
    
    .mailbox{
        width: 100%;
    }
    .address {
    height: 340px;
    }
    .mailbox .container{
        margin-top: 100px;
        height: auto;
    }
    .address-list {
        padding: 200px 0px 70px 0px;
        width: 100%;
        max-width: 100%;
        margin-top:-90px;
    }
    .address-list li {
        font-size: 16px;
        padding: 1em;
        display: inline-block;
    }
    .address-list li i {
        display: table-cell;
        line-height: 42px;
        width: 42px;
        height: 40px;
        font-size: 18px;
    }
}

/*1170px*/

@media all and (max-width: 1170px) {
    .address{
        width: 100%;
    }
    .mailbox{
        width: 100%;
    }
    .mailbox {
        padding-bottom: 111px;
        height: auto;
    }
    .mailbox .container {
        margin-top: 130px;
        margin-bottom: 0px;
    }
    .logo{
       font-size: 30px; 
    }
}

/*992px*/

@media all and (max-width: 992px) {
    .headings h1,.headings p{
        text-align: center;
    }
    .block-title {
        font-size: 2.8em;
    }
    .logo{
       font-size: 40px; 
    }
}

/*768px*/

@media all and (max-width: 768px) {
    #footer , .copyright{
        text-align: center;
    }
}


/*480px*/

@media all and (max-width: 480px) {
    .btn-custom {
        padding: 5px 0px;
    }
    .logo{
       font-size: 17.5px;
       top:12px; 
    }
    .address-list li {
        font-size: 15px;
    }
}

/*-------------CSS Pricing-------*/

/* reset */
div {display: block;}
ol,ul{list-style:none;margin:0px;padding:0px;}
blockquote,q{quotes:none;}
blockquote:before,blockquote:after,q:before,q:after{content:'';content:none;}
table{border-collapse:collapse;border-spacing:0;}
/* start editing from here */
a{text-decoration:none;}
.txt-rt{text-align:right;}/* text align right */
.txt-lt{text-align:left;}/* text align left */
.txt-center{text-align:center;}/* text align center */
.float-rt{float:right;}/* float right */
.float-lt{float:left;}/* float left */
.clear{clear:both;}/* clear float */
.pos-relative{position:relative;}/* Position Relative */
.pos-absolute{position:absolute;}/* Position Absolute */
.vertical-base{ vertical-align:baseline;}/* vertical align baseline */
.vertical-top{  vertical-align:top;}/* vertical align top */
nav.vertical ul li{ display:block;}/* vertical menu */
nav.horizontal ul li{   display: inline-block;}/* horizontal menu */
img{max-width:100%;}
/*end reset*/
/****-----start-body----****/
body{
    background-size: cover;
    font-family: 'Lato', sans-serif;
    background-size: cover;
    -o-background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-attachment:fixed;
}
.wrap{
    margin: 0 auto;
    width: 100%;
}
body a{
    transition:0.5s all ease;
    -webkit-transition:0.5s all ease;
    -moz-transition:0.5s all ease;
    -o-transition:0.5s all ease;
    -ms-transition:0.5s all ease;
}
#small-dialog,#small-dialog1,#small-dialog2,#small-dialog3,#small-dialog4,#small-dialog5{
  background: white;
  padding: 10px 0 10px 0;
  text-align: left;
  max-width: 629px;
  margin: 40px auto;
  position: relative;
  text-align: center;
  border: 15px solid#eee;
}
.pricing-grids {
  width: 90%;
  margin: 0 auto;
  margin-top: 40px;
    padding: 50px;
    background: rgba(255, 255, 255, 0.52);
    box-shadow: 0 3px 18px 8px rgba(38, 24, 24, 0.25);
}
.pricing-grid-w3ls {
    width: 23%;
    float: right;
    margin-right: 2%;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -webkit-box-shadow: 0px 11px 50px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 11px 50px 0px rgba(0,0,0,0.75);
    box-shadow: 0px 11px 50px 0px rgba(0,0,0,0.75);
}
.pricing-grid-w3ls:nth-child(1) {
  margin: 0;
}
/*Pricing table and price blocks*/

.price-head h3 {
    color: #404042;
    font-size: 3em;
    text-decoration: none;
    font-weight: 700;
}
a.popup-with-zoom-anim {
  padding: 0 12px;
  line-height: 2.2em;
}
/*----*/
 .pricing-grid3{
    margin-right: 0;
 }
.pricing-grid-w3ls:hover,.pricing-grid-w3ls:hover,.pricing-grid-w3ls:hover {
    transform: scale(1.05);
-webkit-transform: scale(1.05);
-moz-transform: scale(1.05);
-o-transform: scale(1.05);
-ms-transform: scale(1.05);
    z-index: 1;
    border: none;
}
.pricing-grid1:nth-child(3){
    margin-right:0;
}
.price-value h2,.price-value.two h3,.price-value.three h4{
  font-size: 2em;
  color: #fff;
  font-weight: bold;
}
.price-value,.price-value.two,.price-value.three {
    background: #00abce;
    padding: 1em 0em 1em;
    text-align: center;
}
.price-value ul,.pricing-grid1 ul,.pricing-grid2 ul,.pricing-grid3 ul{
    padding: 0;
}
.price-value ul li,.pricing-grid1,.pricing-grid2 ul li,.pricing-grid3 ul li {
    list-style: none;
}
.price-value ul li{
    list-style: none;
}
.price-value h5 {
  padding: 2px 0;
  font-style: italic;
  font-size: 13px;
  color: #F0EBEB;
}
ul.count-agile,.pricing-grid1 ul li a,ul.count-agile,.pricing-grid2 ul li a,ul.count-agile,.pricing-grid3 ul li a{
    font-size: 15px;
    display: block;
    text-decoration: none;
    font-weight: 400;
    padding: 10px 20px;
}
.price-bg {
    background: transparent;
    height: 510px;
    text-align:center;
}
.price-bg .fa {
    background: #00abce;
    padding: 10px 15px;
    color: #fff;
    text-align: center;
    font-size: 30px;
    border-radius: 0px 0px 8px 8px;
}
.price-value p {
  font-weight: bold;
  font-size: 40px;
  color:#fff;
  text-align:center;
}
.price-value p span{
    font-size:27px;
}
.price-value p i {
  vertical-align: super;
}

ul.count-agile li a {
  color: #6A6A6A;
}
ul.count-agile li img {
  vertical-align: middle;
  margin-right: 20px;
}
ul.count-agile li {
    padding: 0.6em 0;
    font-weight: 600;
    text-align: center;
    font-size:14px;
}
a.popup-with-zoom-anim {
  outline: none;
  border: none;
}
/*---start-pricing-tabels-----*/

/* start state */
.my-mfp-zoom-in #small-dialog {
opacity: 0;
-webkit-transition: all 0.2s ease-in-out;
-moz-transition: all 0.2s ease-in-out;
-o-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
-webkit-transform: scale(0.8);
-moz-transform: scale(0.8);
-ms-transform: scale(0.8);
-o-transform: scale(0.8);
transform: scale(0.8);
}
/* animate in */
.my-mfp-zoom-in.mfp-ready #small-dialog {
opacity: 1;
-webkit-transform: scale(1);
-moz-transform: scale(1);
-ms-transform: scale(1);
-o-transform: scale(1);
transform: scale(1);
}
/* animate out */
.my-mfp-zoom-in.mfp-removing #small-dialog {
-webkit-transform: scale(0.8);
-moz-transform: scale(0.8);
-ms-transform: scale(0.8);
-o-transform: scale(0.8);
transform: scale(0.8);
opacity: 0;
}
/* Dark overlay, start state */
.my-mfp-zoom-in.mfp-bg {
opacity: 0;
-webkit-transition: opacity 0.3s ease-out;
-moz-transition: opacity 0.3s ease-out;
-o-transition: opacity 0.3s ease-out;
transition: opacity 0.3s ease-out;
}
/* animate in */
.my-mfp-zoom-in.mfp-ready.mfp-bg {
opacity: 0.8;
}
/* animate out */
.footer-w3l {
    margin: 32px 0 15px 0;
}
.footer-w3l p{
    font-size:14px;
    text-align:center;
    color:#000;
}
.footer-w3l p a{
    color:#000;
}
.footer-w3l p a:hover{
    text-decoration:underline;
}
/*--pop-up--*/
a.book.popup-with-zoom-anim.button-isi.zoomIn.animated {
    background: #00abce;
    padding: 8px 34px;
    color: #fff;
}
.book-form {
    padding: 2em;
}
.book-form h3 {
    font-size: 1.8em;
    text-align: center;
    font-family: 'Lato', sans-serif;
    color: #fff;
    margin-bottom: 1.5em;
}
.book-form input[type="text"],.book-form input[type="email"],.book-form input[type="password"]{
    width: 93.5%;
    color: #555;
    outline: none;
    font-size: 1em;
    padding: .6em 1em;
    border: none;
    -webkit-appearance: none;
    margin-bottom: 1.5em;
    line-height: 1.8em; 
}
.book-form input[type=submit] {
    color: #FFFFFF;
    padding: .5em 1em;
    font-size: 1em;
    cursor: pointer;
    border: 2px solid #fff;
    outline: none;
    border-radius: 3px;
    background: none;
    width: 100%;
    font-family: 'Laila', serif;
    letter-spacing: 3px;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
    font-family: 'Lato', sans-serif;
}
.book-form input[type=submit]:hover {
    background: #FFFFFF;
    color: #73316C;
}
.check-box input[type="checkbox"]+label {
    position: relative;
    padding-left: 2em;
    border: none;
    outline: none;
    font-size: 0.9em;
    color: #fff;
    font-weight: 400;
    cursor: pointer;
}
.check-box {
    margin-bottom: 1.5em;
}
.check-box input[type="checkbox"] {
    display: none;
}
.check-box input[type="checkbox"]:checked+label span:first-child:before {
    content: "";
    background: url(../images/tick.png)no-repeat;
    position: absolute;
    left: 2px;
    top: 2px;
    font-size: 10px;
    width: 10px;
    height: 10px;
}
.check-box input[type="checkbox"]+label span:first-child {
    width: 15px;
    height: 15px;
    display: inline-block;
    border: 1px solid #fff;
    position: absolute;
    left: 0;
    top: 1px;
}
/*-- //pop-up --*/

/*-- Responsive--*/
@media (max-width:1280px) {
    .pricing-grids {
        width: 90%;
    }
}
@media (max-width:1080px) {
    h1 {
        margin: 0.6em 0;
        font-size: 2.8em;
    }
    .price-value h2, .price-value.two h3, .price-value.three h4 {
        font-size: 1.8em;
    }
}
@media (max-width:1024px) {
    .pricing-grids {
        width: 90%;
    }
}
@media (max-width:900px) {
    .pricing-grids {
        padding:40px;
    }
    .price-value p {
        font-size: 4em;
    }
}
@media (max-width:667px) {
    h1 {
        font-size: 2.6em;
    }
    ul.count-agile, .pricing-grid1 ul li a, ul.count-agile, .pricing-grid2 ul li a, ul.count-agile, .pricing-grid3 ul li a {
        font-size: 13.7px;
    }
    .price-bg .fa {
        padding: 8px 12px;
        font-size: 23px;
    }
    .price-value p {
        font-size: 3.2em;
    }
    .price-value h2, .price-value.two h3, .price-value.three h4 {
        font-size: 1.5em;
    }
}
@media (max-width:600px) {
    .pricing-grids {
        padding: 25px;
    }
}
@media (max-width:568px) {
    ul.count-agile, .pricing-grid1 ul li a, ul.count-agile, .pricing-grid2 ul li a, ul.count-agile, .pricing-grid3 ul li a {
        font-size: 13px;
        padding:10px;
    }
    .my-mfp-zoom-in.mfp-ready #small-dialog {
        padding: 25px!important;
    }
}
@media (max-width:480px) {
    .pricing-grid-w3ls {
        width: 100%;
    }
    .pricing-grid-w3ls:nth-child(1) {
        margin-bottom:20px;
    }
    .agile2{
        margin-bottom:20px;
    }
    ul.count-agile, .pricing-grid1 ul li a, ul.count-agile, .pricing-grid2 ul li a, ul.count-agile, .pricing-grid3 ul li a {
        font-size: 15px;
    }
    .book-form input[type="text"], .book-form input[type="email"], .book-form input[type="password"] {
        width: 90%;
    }
    .mfp-close {
        left: -23px!important;
        top:-43px!important;
    }
    .pricing-grid-w3ls {
        margin-right: 0%;
    }
}
@media (max-width:414px) {
    h1 {
        font-size: 2.25em;
    }   
    .book-form input[type="text"], .book-form input[type="email"], .book-form input[type="password"] {
        font-size: 14px;
        padding: .4em 1em;
    }
}
@media (max-width:384px) {
    h1 {
        font-size: 2.1em;
    }
}
@media (max-width:375px) {
    h1 {
        font-size: 2em;
    }
    .book-form input[type="text"], .book-form input[type="email"], .book-form input[type="password"] {
        width: 88%;
    }
}
@media (max-width:320px) {
    h1 {
        font-size: 1.74em;
    }
    .book-form h3 {
        font-size: 1.5em;
    }
}

/*Css Social Media*/

@import '//codepen.io/chrisdothtml/pen/ojLzJK.css';
.social-btns .btn,
.social-btns .btn:before,
.social-btns .btn .fa {
  transition: all 0.35s;
  transition-timing-function: cubic-bezier(0.31, -0.105, 0.43, 1.59);
}
.social-btns .btn:before {
  top: 90%;
  left: -110%;
}
.social-btns .btn .fa {
  -webkit-transform: scale(0.8);
          transform: scale(0.8);
}
.social-btns .btn.instagram:before {
  background-color: #e4405f;
}
.social-btns .btn.instagram .fa {
  color: #e4405f;
}
.social-btns .btn.twitter:before {
  background-color: #3cf;
}
.social-btns .btn.twitter .fa {
  color: #3cf;
}
.social-btns .btn.google:before {
  background-color: #dc4a38;
}
.social-btns .btn.google .fa {
  color: #dc4a38;
}
.social-btns .btn.dribbble:before {
  background-color: #f26798;
}
.social-btns .btn.dribbble .fa {
  color: #f26798;
}
.social-btns .btn.facebook:before {
  background-color: #3b5998;
}
.social-btns .btn.facebook .fa {
  color: #3b5998;
}
.social-btns .btn:focus:before,
.social-btns .btn:hover:before {
  top: -10%;
  left: -10%;
}
.social-btns .btn:focus .fa,
.social-btns .btn:hover .fa {
  color: #fff;
  -webkit-transform: scale(1);
          transform: scale(1);
}
.social-btns {
  height: 90px;
  margin: auto;
  margin-top:120px;
  font-size: 0;
  text-align: center;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.social-btns .btn {
  display: inline-block;
  background-color: #fff;
  width: 60px;
  height: 60px;
  line-height: 90px;
  margin: 0 10px;
  text-align: center;
  position: relative;
  overflow: hidden;
  border-radius: 28%;
  box-shadow: 0 5px 15px -5px rgba(0,0,0,0.1);
  opacity: 0.99;
}
.social-btns .btn:before {
  content: '';
  width: 120%;
  height: 120%;
  position: absolute;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.social-btns .btn .fa {
  font-size: 38px;
  vertical-align: middle;
  margin-top:-40px;
}


/*----------------------Spoiler----------------------------------*/

input[id^="spoiler"]{
 display: none;
}

input[id^="spoiler"] + label {
  display: block;
  width: 400px;
  margin: 0 auto;
  padding: 5px 20px;
  background: #086A87;
  text-align: center;
  font-size: 24px;
  font-weight: lighter;
  border-radius: 8px;
  cursor: pointer;
  transition: all .6s;
}

input[id^="spoiler1"]{
 display: none;
}

input[id^="spoiler1"] + label {
  display: block;
  width: 400px;
  margin: 0 auto;
  padding: 5px 20px;
  background: #086A87;
  text-align: center;
  font-size: 24px;
  border-radius: 8px;
  cursor: pointer;
  transition: all .6s;
}

input[id^="spoiler2"]{
 display: none;
}

input[id^="spoiler2"] + label {
  display: block;
  width: 400px;
  margin: 0 auto;
  padding: 5px 20px;
  background: #086A87;
  text-align: center;
  font-size: 24px;
  border-radius: 8px;
  cursor: pointer;
  transition: all .6s;
}

input[id^="spoiler3"]{
 display: none;
}

input[id^="spoiler3"] + label {
  display: block;
  width: 400px;
  margin: 0 auto;
  padding: 5px 20px;
  background: #086A87;
  text-align: center;
  font-size: 24px;
  border-radius: 8px;
  cursor: pointer;
  transition: all .6s;
}

input[id^="spoiler4"]{
 display: none;
}

input[id^="spoiler4"] + label {
  display: block;
  width: 400px;
  margin: 0 auto;
  padding: 5px 20px;
  background: #086A87;
  text-align: center;
  font-size: 24px;
  border-radius: 8px;
  cursor: pointer;
  transition: all .6s;
}

input[id^="spoiler5"]{
 display: none;
}

input[id^="spoiler5"] + label {
  display: block;
  width: 400px;
  margin: 0 auto;
  padding: 5px 20px;
  background: #086A87;
  text-align: center;
  font-size: 24px;
  border-radius: 8px;
  cursor: pointer;
  transition: all .6s;
}

input[id^="spoiler6"]{
 display: none;
}

input[id^="spoiler6"] + label {
  display: block;
  width: 400px;
  margin: 0 auto;
  padding: 5px 20px;
  background: #086A87;
  text-align: center;
  font-size: 24px;
  border-radius: 8px;
  cursor: pointer;
  transition: all .6s;
}



input[id^="spoiler7"]{
 display: none;
}

input[id^="spoiler7"] + label {
  display: block;
  width: 400px;
  margin: 0 auto;
  padding: 5px 20px;
  background: #086A87;
  text-align: center;
  font-size: 24px;
  border-radius: 8px;
  cursor: pointer;
  transition: all .6s;
}

input[id^="spoiler"]:checked + label {
  color: #333;
  background: #ccc;
}

input[id^="spoiler1"]:checked + label {
  color: #333;
  background: #ccc;
}

input[id^="spoiler2"]:checked + label {
  color: #333;
  background: #ccc;
}

input[id^="spoiler3"]:checked + label {
  color: #333;
  background: #ccc;
}

input[id^="spoiler4"]:checked + label {
  color: #333;
  background: #ccc;
}

input[id^="spoiler5"]:checked + label {
  color: #333;
  background: #ccc;
}

input[id^="spoiler6"]:checked + label {
  color: #333;
  background: #ccc;
}

input[id^="spoiler7"]:checked + label {
  color: #333;
  background: #ccc;
}

input[id^="spoiler"] ~ .spoiler {
  width: 100%;
  height: 0;
  overflow: hidden;
  opacity: 0;
  margin: 10px auto 0; 
  padding: 10px; 
  background: #eee;
  border: 1px solid #ccc;
  border-radius: 8px;
  transition: all .6s;
  color: black;
}

input[id^="spoiler1"] ~ .spoiler1 {
  width: 100%;
  height: 0;
  overflow: hidden;
  opacity: 0;
  margin: 10px auto 0; 
  padding: 10px; 
  background: #eee;
  border: 1px solid #ccc;
  border-radius: 8px;
  transition: all .6s;
  color: black;
}

input[id^="spoiler2"] ~ .spoiler2 {
  width: 100%;
  height: 0;
  overflow: hidden;
  opacity: 0;
  margin: 10px auto 0; 
  padding: 10px; 
  background: #eee;
  border: 1px solid #ccc;
  border-radius: 8px;
  transition: all .6s;
  color: black;
}

input[id^="spoiler3"] ~ .spoiler3 {
  width: 100%;
  height: 0;
  overflow: hidden;
  opacity: 0;
  margin: 10px auto 0; 
  padding: 10px; 
  background: #eee;
  border: 1px solid #ccc;
  border-radius: 8px;
  transition: all .6s;
  color: black;
}

input[id^="spoiler4"] ~ .spoiler4 {
  width: 100%;
  height: 0;
  overflow: hidden;
  opacity: 0;
  margin: 10px auto 0; 
  padding: 10px; 
  background: #eee;
  border: 1px solid #ccc;
  border-radius: 8px;
  transition: all .6s;
  color: black;
}

input[id^="spoiler5"] ~ .spoiler5 {
  width: 100%;
  height: 0;
  overflow: hidden;
  opacity: 0;
  margin: 10px auto 0; 
  padding: 10px; 
  background: #eee;
  border: 1px solid #ccc;
  border-radius: 8px;
  transition: all .6s;
  color: black;
}

input[id^="spoiler6"] ~ .spoiler6 {
  width: 100%;
  height: 0;
  overflow: hidden;
  opacity: 0;
  margin: 10px auto 0; 
  padding: 10px; 
  background: #eee;
  border: 1px solid #ccc;
  border-radius: 8px;
  transition: all .6s;
  color: black;
}

input[id^="spoiler7"] ~ .spoiler7 {
  width: 100%;
  height: 0;
  overflow: hidden;
  opacity: 0;
  margin: 10px auto 0; 
  padding: 10px; 
  background: #eee;
  border: 1px solid #ccc;
  border-radius: 8px;
  transition: all .6s;
  color: black;
}
input[id^="spoiler"]:checked + label + .spoiler{
  height: auto;
  opacity: 1;
  padding: 10px;
}

input[id^="spoiler1"]:checked + label + .spoiler1{
  height: auto;
  opacity: 1;
  padding: 10px;
}

input[id^="spoiler2"]:checked + label + .spoiler2{
  height: auto;
  opacity: 1;
  padding: 10px;
}

input[id^="spoiler3"]:checked + label + .spoiler3{
  height: auto;
  opacity: 1;
  padding: 10px;
}

input[id^="spoiler4"]:checked + label + .spoiler4{
  height: auto;
  opacity: 1;
  padding: 10px;
}

input[id^="spoiler5"]:checked + label + .spoiler5{
  height: auto;
  opacity: 1;
  padding: 10px;
}

input[id^="spoiler6"]:checked + label + .spoiler6{
  height: auto;
  opacity: 1;
  padding: 10px;
}

input[id^="spoiler7"]:checked + label + .spoiler7{
  height: auto;
  opacity: 1;
  padding: 10px;
}


