/* Reset Code */
body {
    padding: 0;
    margin: 0;
    background: #FFF;
    font-family: 'Hind', sans-serif;
}

body a {
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
    text-decoration: none;
}

body a:hover {
    text-decoration: none;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
}

body a:focus,
a:hover {
    text-decoration: none;
}

input[type="button"],
input[type="submit"] {
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
}

input[type="button"]:hover,
input[type="submit"]:hover {
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    padding: 0;
    font-family: 'Roboto', sans-serif;
}

p {
    margin: 0;
    padding: 0;
    font-size: 16px;
    letter-spacing: 1px;
    line-height: 1.9;
    color: #000;
    font-family: 'Hind', sans-serif;
}

ul,
ol {
    margin: 0;
    padding: 0;
}

label {
    margin: 0;
}

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

/* //Reset Code */
/* bottom-to-top */
#toTop {
    display: none;
    text-decoration: none;
    position: fixed;
    bottom: 24px;
    right: 3%;
    overflow: hidden;
    z-index: 999;
    width: 32px;
    height: 36px;
    border: none;
    text-indent: 100%;
    background: url(../images/move-top.png) no-repeat 0px 0px;
}

#toTopHover {
    width: 32px;
    height: 32px;
    display: block;
    overflow: hidden;
    float: right;
    opacity: 0;
    -moz-opacity: 0;
    filter: alpha(opacity=0);
}

/* //bottom-to-top */
/* header */
/* logo */
a.navbar-brand {
    font-size: 36px;
    letter-spacing: 1px;
    color: #ff4f81;
    text-shadow: 2px 5px 3px rgba(0, 0, 0, 0.18);
}

.navbar-light .navbar-brand,
.navbar-light .navbar-brand:hover,
.navbar-light .navbar-brand:focus {
    color: #ff4f81;
}

/* //logo */
/* navigation */
.navbar-light .navbar-nav .nav-link {
    padding: 0;
    color: #333;
    font-size: 14px;
    letter-spacing: 1px;
    font-weight: bold;
    margin: 0 1em 0 0;
}

.navbar-expand-lg .navbar-nav .dropdown-menu {
    margin-top: 10px;
    left: -37px;
}

.navbar-light .navbar-nav .show>.nav-link,
.navbar-light .navbar-nav .active>.nav-link,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link:focus {
    color: brown;
}

/* fixed nav */
nav.fixed-navi ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

nav.fixed-navi ul li {
    float: left;
}

@media screen and ( max-width: 990px){ 
nav.fixed-navi ul li {
    float: left;
    margin: 15px 0 0 0;
}
}

/*helper*/
.isFixed {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    box-shadow: 1px 4px 10px 3px rgba(8, 8, 8, 0.12);
    z-index: 999;
    background: #fff;
    -webkit-transition: box-shadow .3s ease-in-out;
    -moz-transition: box-shadow .3s ease-in-out;
    -ms-transition: box-shadow .3s ease-in-out;
    -o-transition: box-shadow .3s ease-in-out;
    transition: box-shadow .3s ease-in-out;
    -webkit-transition: background-color .1s ease-in-out;
    -moz-transition: background-color .1s ease-in-out;
    -ms-transition: background-color .1s ease-in-out;
    -o-transition: background-color .1s ease-in-out;
    transition: background-color .1s ease-in-out;
}

/* //fixed nav */
/* //navigation */
/* //header */
/* banner section */
/* banner text */
.pogoSlider {
    min-height: 50vw !important;
}

.pogoSlider-slide-element {
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    max-width: 820px;
    padding-top: 12em;
    padding-left: 4em;
}

.pogoSlider-slide-element h3 {
    font-size: 52px;
    letter-spacing: 2px;
    font-weight: 800;
    line-height: 1.4;
}

.pogoSlider-slide-element p {
    color: #f3f3f3;
    font-size: 18px;
    letter-spacing: 3px;
}

.pogoSlider-slide-element p span {
    display: block;
}

/* button effect */
a.button {
    background: brown;
    padding: 12px 28px;
    color: #fff;
    font-size: 17px;
    letter-spacing: 1px;
    outline: none;
    border-radius: 100px;
    display: inline-block;
    font-weight: bold;
}

a.button:hover {
    background: #fff;
    color: brown;
}

/* //banner text */
/* heading title */
h3.tittle {
    color: #ffc168;
    text-shadow: 2px 4px 5px rgba(21, 20, 20, 0.22);
    font-size: 40px;
    letter-spacing: 1px;
}

.title-icon i {
    color: #000;
    font-size: 25px;
    position: absolute;
    top: -13px;
    left: 0;
    right: 0;
}

.title-icon {
    border-bottom: 2px solid #000;
    max-width: 200px;
    margin: 1em auto 1.5em;
    position: relative;
}

p.sub-tittle {
    max-width: 700px;
    margin: 0 auto;
}

/* //heading title */
/* about */
.title-icon2 {
    max-width: 160px;
    margin: 1em 1em 1.5em;
}

.title-icon2 i {
    left: 68px;
}

h3.aboutright {
    color: #ff4f81;
    line-height: 1.4;
    font-weight: 600;
    font-size: 28px;
    letter-spacing: 1px;
    text-shadow: 1px 2px 3px rgba(0, 0, 0, 0.28);
}

h4.aboutright {
    margin: 1.5em 0;
    font-style: italic;
    font-family: initial;
    font-size: 16px;
    color: #383838;
}

/* //about */
/* middle img */
.photo-style-img {
    background: url(../images/ab.jpg) no-repeat center;
    background-size: contain;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    -ms-background-size: contain;
    min-height: 20vw;
}

/* //middle img */
/* services */
.wthree_features_grid.text-center {
    box-shadow: 1px 1px 10px 1px rgba(0, 0, 0, 0.14);
    border-radius: 6px;
}

.why-choose-agile,
.wthree_features_grid,
.wthree_features_grid i {
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
    transition: 0.5s all;
}

.wthree_features_grid i {
    font-size: 30px;
    color: #ff4f81;
    line-height: 1.4;
}

.agile-why-text h4 {
    letter-spacing: 1px;
}

.agile-why-text p {
    color: #c5c5c5;
    font-size: 15px;
}

.wthree_agile_us:hover .wthree_features_grid i {
    color: #ffc168;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
    transition: 0.5s all;
}

/* //services */
/* overview */
.video-w3ls {
    background: url(../images/bg.jpg) no-repeat top;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
    min-height: 480px;
}

button.play-button {
    background: transparent;
    border: none;
    margin-top: 11em;
}

button.play-button i {
    font-size: 7em;
    color: #fff;
}

.modal-body iframe {
    width: 100%;
    height: 449px;
}

.modal-title {
    font-size: 32px;
    letter-spacing: 1px;
    color: #ff4f81;
    text-shadow: 2px 5px 3px rgba(0, 0, 0, 0.18);
}

/* //overview */
/* team */
/*********************** Demo - 8 *******************/
.box8 .icon,
.box8 .title {
    margin: 0;
    position: absolute
}

.box8 {
    box-shadow: 1px 0px 12px 2px rgba(0, 0, 0, 0.18);
    position: relative;
}

.box8 img {
    width: 100%;
    height: auto
}

.box8 .box-content {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .6);
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    transform: perspective(400px) rotateX(-90deg);
    transform-origin: center top 0;
    transition: all .5s ease 0s
}

.box8 .icon li a,
.box8 .title {
    background: #ff4f81;
    font-size: 17px;
    color: #fff;
}

.box8:hover .box-content {
    opacity: 1;
    transform: perspective(400px) rotateX(0)
}

.box8 .title {
    padding: 9px 12px;
    border-radius: 5px;
    bottom: 20px;
    letter-spacing: 1px;
    left: 20px;
    transition: all .9s ease 0s;
}

.box8:hover .title {
    bottom: -40px;
}

.box8 .icon li,
.box8 .title {
    display: inline-block;
}

.box8 .icon li a,
.box9 .box-content,
.box9 .icon li,
.box9 img {
    transition: all .35s ease 0s
}

.box8:hover .title {
    bottom: -40px
}

.box8 .icon {
    list-style: none;
    padding: 0;
    top: 42%;
    left: 0;
    right: 0
}

.box8 .icon li a {
    display: block;
    width: 40px;
    height: 40px;
    line-height: 2.6;
    border-radius: 50%;
}

.box9 .icon,
.box9 .title {
    width: 100%;
    font-size: 22px
}

.box8 .icon li a:hover {
    background: #fff;
    color: #000
}

.box1,
.box11,
.box12,
.box13,
.box14,
.box16,
.box17,
.box18,
.box2,
.box20,
.box21,
.box3,
.box4,
.box5,
.box5 .icon li a,
.box6,
.box7,
.box8 {
    overflow: hidden;
}

.box10 .icon li a,
.box11,
.box12,
.box13,
.box14,
.box6 .icon li a,
.box7,
.box7 .icon li a,
.box8,
.box8 .icon li a {
    text-align: center;
}

@media only screen and (max-width:990px) {
    .box8 {
        margin-bottom: 20px
    }
}

/* //team */
/* stats */
.stats-w3layouts {
    background: url(../images/bg2.jpg) no-repeat center fixed;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
}

.stats-grid-w3-agile i {
    font-size: 30px;
    background: rgba(0, 0, 0, 0.59);
    width: 65px;
    height: 65px;
    line-height: 2.1;
    border-radius: 5px;
}

.counter {
    font-size: 46px;
    color: #fff;
    font-weight: bold;
    text-shadow: 2px 3px 5px rgba(0, 0, 0, 0.66);
    line-height: 1.2;
}

/* //stats */
.feedback-info {
    position: relative;
    margin-top: 4em;
}

.feedback-top {
    padding: 4em 2em 2em;
}

.feedback-img {
    position: absolute;
    top: -27%;
    left: 38%;
}

.feedback-top h4 {
    letter-spacing: 1px;
}

/*-- //feedback --*/
/* blog */
.posts-top {
    position: relative;
}

.posts-top h3 {
    font-size: 26px;
    color: #fff;
    position: absolute;
    background: #ffc168;
    padding: 10px 25px;
    bottom: 0;
    letter-spacing: 1px;
    text-align: center;
    font-weight: 600;
}

.posts-top h3 span {
    display: block;
    font-weight: 100;
    font-size: 16px;
}

.posts-w3ls-bottom ul li {
    display: inline-block;
}

.posts-w3ls-bottom h4 {
    font-size: 23px;
}

.posts-w3ls-bottom i {
    color: #ff4f81;
}

.posts-w3ls-bottom a {
    color: #999;
    letter-spacing: 1px;
    font-size: 15px;
}

.posts-w3ls-bottom a:Hover {
    color: #000;
}

/* //blog */
/* contact */
.main_grid_contact input[type="text"],
.main_grid_contact input[type="email"],
.main_grid_contact textarea {
    outline: none;
    padding: 15px 15px;
    font-size: 15px;
    color: #777;
    background: #f7f7f7;
    width: 100%;
    letter-spacing: 1px;
    border: 1px solid #ebeeef;
    border-radius: 0px;
}

.main_grid_contact textarea {
    min-height: 16em;
    resize: none;
}

.input-group1 input[type="submit"] {
    outline: none;
    padding: 16px 0;
    font-size: 15px;
    color: #fff;
    background: brown;
    border: none;
    width: 36%;
    letter-spacing: 2px;
    text-transform: uppercase;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
    transition: 0.5s all;
    font-weight: 600;
    cursor: pointer;
    border-radius: 5px;
    margin: 2em auto 0;
}

.input-group1 input[type="submit"]:hover,
.n-right-w3ls input[type="submit"]:hover {
    opacity: .7;
    letter-spacing: 4px;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
    transition: 0.5s all;
}

/* //contact */
/* newsletter */
.newsletter_right_w3agile {
    background: url(../images/bg3.jpg) no-repeat center;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
}

.n-right-w3ls input[type="text"],
.n-right-w3ls input[type="email"] {
    padding: 15px;
    border: none;
    letter-spacing: 1px;
    font-size: 15px;
}

.n-right-w3ls input[type="submit"] {
    background: #000;
    border: none;
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 2px;
    cursor: pointer;
    padding: 15px;
}

/* //newsletter */
/* footer */
a.navbar-brand.logo2 {
    font-size: 32px;
}

/* navigation */
.w3l-footer ul li a {
    color: #999;
    font-size: 14px;
}

.w3l-footer ul li a:hover {
    color: #000;
}

/* //navigation */
h5.footer-head-w3ls {
    letter-spacing: 1px;
}

.footer-social-agile ul li,
.payment-w3lsmk ul li {
    display: inline-block;
}

.footer-social-agile ul li a i {
    height: 30px;
    width: 30px;
    line-height: 29px;
    background: none;
    /*color: #292828;*/
    border: 1px solid #000;
    text-align: center;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
}

.footer-social-agile ul li a i.fa-facebook-f:hover {
    background: #3b5998;
    color: #fff;
    border-color: #3b5998;
}

.footer-social-agile ul li a i.fa-twitter:hover {
    background: #55acee;
    color: #fff;
    border-color: #55acee;
}

.footer-social-agile ul li a i.fa-youtube:hover {
    background: #f26522;
    color: #fff;
    border-color: #f26522;
}

.footer-social-agile ul li a i.fa-instagram:hover {
    background: #45668e;
    color: #fff;
    border-color: #45668e;
}

.payment-w3lsmk ul li a i {
    color: #3a3a3a;
    font-size: 30px;
}

/* copyright */
p.copy-right-grids {
    letter-spacing: 2px;
    font-size: 15px;
    text-align: center;
}

p.copy-right-grids a {
    color: #fff;
}

p.copy-right-grids a:hover {
    color: #000;
}

/* //copyright */
/* responsive */
@media(max-width: 1680px) {}

@media(max-width: 1600px) {}

@media(max-width: 1440px) {}

@media(max-width: 1366px) {
    .pogoSlider-slide-element h3 {
        font-size: 40px;
    }

    .pogoSlider-slide-element p {
        font-size: 16px;
    }
}

@media(max-width: 1280px) {
    .pogoSlider-slide-element {
        padding-top: 11em;
    }
}

@media(max-width: 1080px) {
    .pogoSlider-slide-element h3 {
        font-size: 34px;
    }

    .pogoSlider-slide-element p {
        font-size: 15px;
        letter-spacing: 2px;
    }

    a.button {
        padding: 11px 28px;
        font-size: 16px;
    }

    .pogoSlider-slide-element {
        padding-top: 9em;
    }

    .agile-why-text {
        padding-right: 0;
    }

    .agile-why-text h4 {
        font-size: 23px;
    }

    .video-w3ls {
        min-height: 400px;
    }

    button.play-button {
        margin-top: 8em;
    }

    .navbar-light .navbar-nav .nav-link {
        font-size: 13px;
    }

    a.navbar-brand {
        font-size: 32px;
    }

    a.navbar-brand img {
        width: 20%;
    }

    h3.tittle {
        font-size: 34px;
    }

    h3.aboutright {
        font-size: 26px;
    }

    .posts-agiles {
        padding: 0 .5em;
    }

    .posts-w3ls-bottom a {
        font-size: 13px;
    }

    p {
        font-size: 15px;
    }
}

@media(max-width: 1050px) {
    .pogoSlider-slide-element h3 {
            margin-top: 3.2rem;
        font-size: 36px;
    }

    .feedback-img {
        left: 36%;
    }
}

@media(max-width: 1024px) {}

@media(max-width: 991px) {
    button.navbar-toggler {
        border: 1px solid #9a9a9a;
        border-radius: 0px;
    }

    .pogoSlider-slide-element {
        padding-top: 7.5em;
    }

    .about-img {
        order: 2;
    }

    .about-w3ls-mk {
        order: 1;
    }

    .agile-why-text {
        padding-right: 1em;
    }

    .icon-style-wthrees {
        padding: 0 3em;
    }

    .team-effect-agile {
        padding: 0 .5em;
    }

    .box8 .title {
        padding: 8px 13px;
        font-size: 15px;
    }

    .feedback-img {
        left: 43%;
        top: -31%;
    }

    .posts-agiles {
        padding: 0 1em;
    }

    .n-right-w3ls .form-group {
        padding: 0 .3em;
    }

    a.navbar-brand.logo2 {
        font-size: 29px;
    }

    a.navbar-brand img {
        width: 16%;
    }

    p.copy-right-grids {
        font-size: 14px;
    }
    .modal-body iframe {
        height: 284px;
    }
    .modal-title {
        font-size: 26px;
    }
}

@media(max-width: 900px) {
    .pogoSlider-slide-element h3 {
            margin-top: 3.2rem;
        font-size: 24px;
    }

    .pogoSlider-slide-element p {
        font-size: 14px;
    }

    .pogoSlider-slide-element {
        padding-top: 6em;
    }

    button.play-button i {
        font-size: 5em;
    }

    .video-w3ls {
        min-height: 300px;
    }

    button.play-button {
        margin-top: 6.5em;
    }
}

@media(max-width: 800px) {
    .pogoSlider-slide-element {
        padding-top: 4em;
    }

    .main_grid_contact textarea {
        min-height: 14em;
    }
}

@media(max-width: 768px) {}

@media(max-width: 736px) {
    .pogoSlider-slide-element h3 {
            margin-top: 3.2rem;
        font-size: 22px;
    }

    .pogoSlider-slide-element p {
        font-size: 13px;
        letter-spacing: 1px;
    }

    a.button {
        padding: 10px 26px;
        font-size: 16px;
    }

    h3.tittle {
        font-size: 32px;
    }

    h3.aboutright {
        font-size: 24px;
    }

    .icon-style-wthrees {
        padding: 0 1.5em;
    }

    .team-effect-agile {
        padding: 0 1em;
    }

    .box8 .title {
        padding: 10px 18px;
        font-size: 17px;
    }

    .box8 {
        margin-bottom: 25px;
    }

    .counter {
        font-size: 38px
    }

    .feedback-img {
        left: 40%;
    }

    .pogoSlider-slide-element {
        padding-top: 4.5em;
        padding-left: 0em;
    }

    .input-group1 input[type="submit"] {
        width: 48%;
    }
}

@media(max-width: 667px) {
    .pogoSlider-slide-element {
        padding-top: 4em;
    }
}

@media(max-width: 640px) {
    .pogoSlider {
        min-height: 60vw !important;
    }

    .pogoSlider-slide-element {
        padding-top: 5em;
    }
}

@media(max-width: 600px) {
    .navbar-light .navbar-nav .nav-link {
        letter-spacing: 1px;
    }

    .pogoSlider-slide-element {
        padding-top: 4.5em;
        padding-left: 2em;
    }
}

@media(max-width: 568px) {
    .video-w3ls {
        min-height: 240px;
    }

    button.play-button i {
        font-size: 4em;
    }

    button.play-button {
        margin-top: 5em;
    }

    .n-right-w3ls .form-group {
        padding: 0 1em;
    }

    .icon-right-w3ls {
        text-align: center;
    }

    .main_grid_contact textarea {
        min-height: 12em;
    }

    .input-group1 input[type="submit"] {
        padding: 15px 0;
        font-size: 14px;
    }
    .modal-body iframe {
        height: 300px;
    }
}

@media(max-width: 480px) {
    .pogoSlider {
        min-height: 76vw !important;
    }

    .pogoSlider-slide-element h3 {
        margin-top: 3.2rem;
        font-size: 18px;
        letter-spacing: 1px;
    }

    p.copy-right-grids {
        letter-spacing: 1px;
    }
    .modal-body iframe {
        height: 251px;
    }
}

@media(max-width: 440px) {
    a.button {
        padding: 9px 21px;
        font-size: 15px;
    }

    h3.tittle {
        font-size: 28px;
    }

    .agile-why-text h4 {
        font-size: 22px;
    }

    .agile-why-text p {
        font-size: 14px;
    }

    .icon-style-wthrees {
        padding: 0 1em;
    }

    p.copy-right-grids {
        text-align: center;
    }

    a.navbar-brand {
        font-size: 28px;
    }
    .modal-body iframe {
        height: 228px;
    }
}

@media(max-width: 414px) {
    .pogoSlider-slide-element h3 {
            margin-top: 3.2rem;
        font-size: 16px;
    }

    .pogoSlider-slide-element {
        padding-top: 3.5em;
    }

    h3.aboutright {
        font-size: 22px;
    }

    p {
        font-size: 14px;
    }

    .box8 .title {
        padding: 10px 12px;
        font-size: 15px;
    }

    .feedback-img {
        left: 37%;
    }

    .main_grid_contact input[type="text"],
    .main_grid_contact input[type="email"],
    .main_grid_contact textarea {
        padding: 13px 14px;
        font-size: 14px;
    }

    .input-group1 input[type="submit"] {
        width: 54%;
    }

    .n-right-w3ls input[type="text"],
    .n-right-w3ls input[type="email"] {
        padding: 13px;
    }
    .modal-body iframe {
        height: 213px;
    }
}

@media(max-width: 384px) {
    .pogoSlider-slide-element {
        padding-top: 2.5em;
    }

    .input-group1 input[type="submit"] {
        width: 64%;
    }
    .modal-body iframe {
        height: 213px;
    }
}

@media(max-width: 375px) {}

@media(max-width: 320px) {
    nav.navbar.navbar-expand-lg.navbar-light.fixed-navi {
        padding: 1px 10px;
    }

    .pogoSlider-slide-element h3 {
            margin-top: 3.2rem;
        font-size: 16px;
    }

    .pogoSlider-slide-element p {
        font-size: 12px;
    }

    a.button {
        padding: 8px 18px;
        font-size: 14px;
    }

    .pogoSlider {
        min-height: 88vw !important;
    }

    h3.aboutright {
        font-size: 20px;
    }

    h4.aboutright {
        margin: 1em 0;
    }

    .about-img {
        margin-top: 1em;
    }

    .icon-style-wthrees {
        padding: 0 .5em;
    }

    .agile-why-text h4 {
        font-size: 20px;
    }

    .video-w3ls {
        min-height: 200px;
    }

    button.play-button {
        margin-top: 4em;
    }

    .feedback-img {
        left: 33%;
        top: -25%;
    }

    .feedback-top h4 {
        font-size: 22px;
    }

    .posts-w3ls-bottom ul li.mx-3 {
        margin: 0 10px !important;
    }

    .posts-w3ls-bottom a {
        font-size: 12px;
    }

    .input-group1 input[type="submit"] {
        width: 70%;
    }
    .modal-body iframe {
        height: 100%;
    }
    .modal-title {
        font-size: 24px;
    }
}

/* //responsive */

/*Extra Style*/
.how-section1{
    margin-top:1%;
    /*padding: 10%;*/
}
.how-section1 h2{
    color: brown;
    font-weight: bold;
    font-size: 50px;
    margin: 0 0 1em 0;
}
.how-section1 .subheading{
    color: #3931af;
    font-size: 20px;
}
.how-section1 .row
{
    margin-top: 5%;
}
.how-img 
{
    text-align: center;
}
.how-img img{
    width: 40%;
}

@media screen and ( max-width:600px){

.testi-text{ margin: 2em 0 1em 0; font-size: 25px!important; text-align: center; }
.testi-text span{ color: brown; font-weight: bold; font-size: 25px!important; }

.gallery-text{ margin: 0 0 1em 0; font-size: 30px!important; text-align: center; }
.gallery-text span{ color: brown; font-weight: bold; font-size: 30px!important; }

.facilt-text{ margin: 2em 0 2em 0; font-size: 30px!important; text-align: center; }
.facilt-text span{ color: brown; font-weight: bold; font-size: 30px!important; }

.rooms-text{ margin: 2em 0 2em 0; font-size: 30px!important; text-align: center; }
.rooms-text span{ color: brown; font-weight: bold; font-size: 30px!important; } 
}

.stat-text{ /*margin: 2em 0 1em 0;*/ font-weight: bold; color: #fff; font-size: 30px; text-align: center; }

.rooms-text{ margin: 0.5em 0 2em 0; font-size: 50px; text-align: center; }
.rooms-text span{ color: brown; font-weight: bold; font-size: 60px; }

.testi-text{ margin: 2em 0 1em 0; font-size: 50px; text-align: center; }
.testi-text span{ color: brown; font-weight: bold; font-size: 60px; }

.gallery-text{ margin: 0 0 1em 0; font-size: 50px; text-align: center; }
.gallery-text span{ color: brown; font-weight: bold; font-size: 60px; }

.fas_bg{ padding: 4em 0 4em 0; background-image: url(../images/sereniity-resort-lonavala-exterior-garden-view-slider.jpg); }
.facilities-box{/* margin: 2em 0 0 0;*/ }
.facilt-text{ margin: 1em 0 1em 0; font-size: 50px; text-align: center; }
/*.facilt-text span{ color: brown; font-weight: bold; font-size: 60px; }*/
.facilt-text span{ color: brown; font-weight: bold;  }
h1{
            /* font-size:25px;
             text-align: left;
             text-transform:capitalize;*/

             color: brown;
    font-weight: bold;
    font-size: 50px;
    margin: 0 0 10px 0;
         }
        .service-box{
            position: relative;
            /*overflow: hidden;*/
            margin-bottom:10px;
            /*perspective:1000px;
            -webkit-perspective:1000px;*/
        }
        .service-icon{
            width: 100%;
            height: 220px;
            padding: 20px;
            text-align: center;
            /*transition: all .5s ease;*/
        }

        .service-content{
            position: absolute;
            top: 0;
            left: 0;
            z-index: 1;
       /*     opacity: 0;*/
            width: 100%;
            height: 220px;
            padding: 20px;
            text-align: center;
           /* transition: all .5s ease;*/
            background-color: #474747;
         /*   backface-visibility:hidden;*/
            /*transform-style: preserve-3d;
            -webkit-transform: translateY(110px) rotateX(-90deg);
            -moz-transform: translateY(110px) rotateX(-90deg);
            -ms-transform: translateY(110px) rotateX(-90deg);
            -o-transform: translateY(110px) rotateX(-90deg);
            transform: translateY(110px) rotateX(-90deg);*/
        }
        .service-box .service-icon .front-content{
            position: relative;
            top:80px;
            -webkit-transform: translateY(-50%);
            -moz-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
            -o-transform: translateY(-50%);
            transform: translateY(-50%);
        }

        .service-box .service-icon .front-content i {
            font-size: 28px;
            color: #fff;
            font-weight: normal;
        }

        .service-box .service-icon .front-content h3 {
            font-size: 15px;
            color: #fff;
            text-align: center;
            margin-bottom: 15px;
            text-transform: uppercase;
        }
        .service-box .service-content h3 {
            font-size: 15px;
            font-weight: 700;
            color: #fff;
            margin-bottom:10px;
            text-transform: uppercase;
        }
        .service-box .service-content p {
            font-size: 13px;
            color: #b1b1b1;
            margin:0;
        }
        .white{background-color: #fff;}
       
        .service-box:hover .service-icon{
           /* opacity: 0;*/
            /*-webkit-transform: translateY(-110px) rotateX(90deg);
            -moz-transform: translateY(-110px) rotateX(90deg);
            -ms-transform: translateY(-110px) rotateX(90deg);
            -o-transform: translateY(-110px) rotateX(90deg);
            transform: translateY(-110px) rotateX(90deg);*/
        }
        .service-box:hover .service-content {
           /* opacity: 1;*/
          /*  -webkit-transform: rotateX(0);
            -moz-transform: rotateX(0);
            -ms-transform: rotateX(0);
            -o-transform: rotateX(0);
            transform: rotateX(0);*/
        }



figure {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    background: transparent;
    overflow: hidden;
}
figure:hover+span {
    bottom: -36px;
    opacity: 1;
}



/* Zoom In #1 */
.hover01 figure img {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}
.hover01 figure:hover img {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
}


.carousel {
    margin: 50px auto;
   /* padding: 0 70px;*/
  /* border: 5px solid brown;*/  /* rohan*/
}
.carousel .item {
    color: #999;
    font-size: 14px;
    text-align: center;
    overflow: hidden;
    min-height: 290px;
}
.carousel .item .img-box {
    width: 135px;
    height: 135px;
    margin: 0 auto;
    padding: 5px;
    border: 1px solid #ddd;
    border-radius: 50%;
}
.carousel .img-box img {
    width: 100%;
    height: 100%;
    display: block;
    border-radius: 50%;
}
.carousel .testimonial {
    padding: 30px 0 10px;
}
.carousel .overview {   
    font-style: italic;
}
.carousel .overview b {
    text-transform: uppercase;
    color: #7AA641;
}
.carousel .carousel-control {
    width: 40px;
    height: 40px;
    margin-top: -20px;
    top: 50%;
    background: none;
}
.carousel-control i {
    font-size: 68px;
    line-height: 42px;
    position: absolute;
    display: inline-block;
    color: rgba(0, 0, 0, 0.8);
    text-shadow: 0 3px 3px #e6e6e6, 0 0 0 #000;
}
.carousel .carousel-indicators {
    bottom: -40px;
}
.carousel-indicators li, .carousel-indicators li.active {
    width: 10px;
    height: 10px;
    margin: 1px 3px;
    border-radius: 50%;
}
.carousel-indicators li {   
    background: #999;
    border-color: transparent;
    box-shadow: inset 0 2px 1px rgba(0,0,0,0.2);
}
.carousel-indicators li.active {    
    background: #555;       
    box-shadow: inset 0 2px 1px rgba(0,0,0,0.2);
}


.carousel-item{min-height:300px; }

.lead { font-size: 33px;margin-bottom:0px; }
.my-card
{
    position:absolute;
    left:40%;
    top:-20px;
    border-radius:50%;
}
.roombtn:hover{ background: #f7941d; color: #fff; }




.content {
  position: relative;
  margin: auto;
  overflow: hidden;
}

.content .content-overlay {
  background: rgba(247,148,29,0.5);
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  opacity: 0;
  -webkit-transition: all 0.4s ease-in-out 0s;
  -moz-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
}

.content:hover .content-overlay{
  opacity: 1;
}

.content-image{
  width: 100%;
}

.content-details {
  position: absolute;
  text-align: center;
  padding-left: 1em;
  padding-right: 1em;
  width: 100%;
  top: 50%;
  left: 50%;
  opacity: 0;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}

.content:hover .content-details{
  top: 50%;
  left: 50%;
  opacity: 1;
}

.content-details h3{
  color: #fff;
  font-weight: 500;
  letter-spacing: 0.15em;
  margin-bottom: 0.5em;
  text-transform: uppercase;
}

.content-details p{
  color: #fff;
  font-size: 0.8em;
}

.fadeIn-bottom{
  top: 80%;
}
.stl:hover{ background: #fbddba; }
.dropdown-item:hover{ background: brown; color: #fff; }
.stlactive{background: #fbddba;}

.wed-event{ background: brown; color: #fff; margin: 0 0 10px 0; text-align: center; font-weight: bold; font-family: arial; font-size: 25px; }
.wed-img{ border-radius: 25px; }
.sub-btn{outline: none;
    padding: 16px 0;
    font-size: 15px;
    color: #fff;
    background: brown;
    border: none;
    width: 36%;
    letter-spacing: 2px;
    text-transform: uppercase;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
    transition: 0.5s all;
    font-weight: 600;
    cursor: pointer;
    border-radius: 5px;
    margin: 2em auto 0;
}
.sub-btn:hover{ opacity: .7;
    letter-spacing: 4px;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
    transition: 0.5s all; }

#gallery img{ margin: 5px; }

.brown-btn{ background-color: brown; } .brown-btn:hover{ background-color: black; }
.green-btn{ border:1px solid #406618; background-color: #406618;} .green-btn:hover{ border:1px solid #005e20; background-color: #005e20;}

.abheadline{ text-align: center; font-size: 30px; margin: 2em 0 0 0; }
.ftcolor{ color: #d7d7d7; } 
#jumbotrons{padding: 0 0 1em 0;}

.navbar {
    position: fixed!important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0.5rem 1rem;
    width: 100%!important;
    z-index: 3!important;
    background: #fff!important;
        top: 0px;
    border-top: 5px solid brown;

}

.Header-two{ display: none;}
.buttonleft { cursor: pointer; border-right: 1px solid #d5d5d5; color: #000; text-align: center; text-decoration: none; font-weight: bold; width: 33.2%; background: #e09b9b; float: left;}
.buttonleft:hover{ color: brown;}
@media screen and (max-width: 780px){
    .wtsappimg
    {
        display:none;
    }
.Header-two{ display: inline; z-index: 1;  position: fixed; bottom: 0; background: #e09b9b; border-top:1px solid#959595; width: 100%; padding: 8px 0 0 0;  }
    letter-spacing: 1.25px;}
}