/*--
Author: W3layouts
Author URL: http://w3layouts.com
License: Creative Commons Attribution 3.0 Unported
License URL: http://creativecommons.org/licenses/by/3.0/
--*/
@import url('https://fonts.googleapis.com/css2?family=Raleway&display=swap');

html,
body {
    margin: 0;
    font-size: 100%;
    font-family: 'Raleway', sans-serif;
    background: #fff;
}

html {
    scroll-behavior: smooth;
}

body a {
    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;
    font-family: 'Raleway', sans-serif;
}

body img {
    max-width: 100%;
}

a:hover {
    text-decoration: none;
}

input[type="button"],
input[type="submit"],
input[type="text"],
input[type="email"],
input[type="search"] {
    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;
    letter-spacing: 1px;
    font-family: 'Raleway', sans-serif;
}

p {
    margin: 0;
    line-height: 1.9em;
    color: #777;
    font-size: 15px;
    letter-spacing: 1px;
    font-family: 'Raleway', sans-serif;
}

ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

/*-- header top--*/

ul.header-w3_pvt li span.fas {
    margin-right: 5px;
    color: #2cc1e9;
    font-size: 15px;
}

ul.header-w3_pvt li, ul.header-w3_pvt li p, ul.header-w3_pvt li a {
    letter-spacing: 1px;
    color: #9e654d;
    font-size: 13px;
    vertical-align: -webkit-baseline-middle;
    position: relative;
    /*  text-transform: capitalize;*/
}

/*ul.header-w3_pvt li span.fa {
    color: #fff;
}*/
.header-top {
    padding: 0.5em 0;
}

.header-top {
    border-color: #ddd;
    background-color: #f6f6f6;
    border-bottom: 1px solid #e6e6e6;
}

/*-- //header top --*/

/* header */

/* CSS Document */
header {
    position: absolute;
    z-index: 9;
    width: 100%;
    background: #fff;
}

.toggle,
[id^=drop] {
    display: none;
}

/* Giving a background-color to the nav container. */
nav {
    margin: 0;
    padding: 0;
    float: right;
    margin-top: 06px;
}

.clear {
    clear: both;
}

div#logo {
    float: left;
}

#logo a {
    float: left;
    font-size: .8em;
    text-transform: capitalize;
    display: initial;
    margin: 0;
    letter-spacing: 1px;
    color: #fff;
    padding: 3px 0;
    font-weight: 600;
}

#logo a span {
    color: #fff;

}

/* Since we'll have the "ul li" "float:left"
 * we need to add a clear after the container. */

nav:after {
    content: "";
    display: table;
    clear: both;
}

/* Removing padding, margin and "list-style" from the "ul",
 * and adding "position:reltive" */
nav ul {
    float: right;
    padding: 0;
    margin: 0;
    list-style: none;
    position: relative;
    margin-top: 16px;
}

/* Positioning the navigation items inline */
nav ul li {
    margin: 0px;
    display: inline-block;
    float: left;
    position: relative;
}

/* Styling the links */
nav a {
    color: #dbb382;
    text-transform: capitalize;
    font-size: 14px;
    letter-spacing: 1px;
    padding: 10px 10px;
    font-weight: 400;
}

nav ul li ul li:hover {
    background: #f8f9fa;
}

/* Background color change on Hover */
nav a:hover {
    color: #000;
}

nav ul.inner-ul li a:hover {
    color: #333;
}

/* Hide Dropdowns by Default
 * and giving it a position of absolute */
nav ul ul {
    display: none;
    position: absolute;
    /* has to be the same number as the "line-height" of "nav a" */
    top: 14px;
    background: #fff;
    padding: 10px;
    box-shadow: 0 0 10px 0px rgba(0, 0, 0, 0.3);
    border-top: 4px solid #dbb382;
}

/* Display Dropdowns on Hover */
nav ul li:hover > ul {
    display: inherit;
}

/* Fisrt Tier Dropdown */
nav ul ul li {
    width: 173px;
    float: none;
    display: list-item;
    position: relative;
}

nav ul ul li a {
    color: #333;
    padding: 5px 10px;
    display: block;
}

/* Second, Third and more Tiers	
 * We move the 2nd and 3rd etc tier dropdowns to the left
 * by the amount of the width of the first tier.
*/
nav ul ul ul li {
    position: relative;
    top: -60px;
    /* has to be the same number as the "width" of "nav ul ul li" */
    left: 170px;
}

/* Change ' +' in order to change the Dropdown symbol */
li > a:only-child:after {
    content: '';
}

/* Media Queries
--------------------------------------------- */

@media all and (max-width: 991px) {
    nav {
        float: none;
    }

    nav a, nav a:hover {
        color: #333;
    }

    .login-icon {
        display: inline-block;
    }

    div#logo {
        float: none;
    }

    #logo {
        display: block;
        padding: 0;
        width: 100%;
        text-align: center;
        float: none;
    }

    nav {
        margin: 0;

    }

    nav a {
        color: #333;
    }

    /* Hide the navigation menu by default */
    /* Also hide the  */
    .toggle + a,
    .menu {
        display: none;
    }

    /* Stylinf the toggle lable */
    .toggle {
        display: block;
        padding: 7px 15px;
        font-size: 17px;
        text-decoration: none;
        border: none;
        float: right;
        background-color: #fff;
        color: #2cc1e9;
        margin-top: 5%;
    }

    .menu .toggle {
        float: none;
        text-align: center;
        margin: auto;
        width: 30%;
        padding: 5px;
        font-weight: normal;
        font-size: 15px;
        letter-spacing: 1px;
    }

    .toggle:hover {
        color: #333;
        background-color: #fff;
    }

    /* Display Dropdown when clicked on Parent Lable */
    [id^=drop]:checked + ul {
        display: block;
        background: #fff;
        padding: 15px 0;
        text-align: center;
        width: 100%;
    }

    /* Change menu item's width to 100% */
    nav ul li {
        display: block;
        width: 100%;
        padding: 5px 0;
    }

    nav ul ul .toggle,
    nav ul ul a {
        padding: 0 40px;
    }

    nav ul ul ul a {
        padding: 0 80px;
    }

    nav a:hover,
    nav ul ul ul a {
        background-color: transparent;
    }

    nav ul li ul li .toggle,
    nav ul ul a,
    nav ul ul ul a {
        padding: 14px 20px;
        color: #FFF;
        font-size: 17px;
    }

    nav ul li ul li .toggle,
    nav ul ul a {
        background-color: #fff;
    }

    nav ul ul li a {
        font-size: 15px;
    }

    ul.inner-ul {
        padding: 0 !important;
    }

    /* Hide Dropdowns by Default */
    nav ul ul {
        float: none;
        position: static;
        color: #ffffff;
        /* has to be the same number as the "line-height" of "nav a" */
    }

    /* Hide menus on hover */
    nav ul ul li:hover > ul,
    nav ul li:hover > ul {
        display: none;
    }

    /* Fisrt Tier Dropdown */
    nav ul ul li {
        display: block;
        width: 100%;
        padding: 0;
    }

    nav ul ul ul li {
        position: static;
        /* has to be the same number as the "width" of "nav ul ul li" */

    }

}

@media all and (max-width: 330px) {

    nav ul li {
        display: block;
        width: 94%;
    }

}

.user span.fa {
}

.login-icon a, .login-icon a:hover {
    border-radius: 5px;
    border: 2px solid #fff;
    padding: 0.4em 1em;
    color: #dbb382;
    font-weight: 500;
    letter-spacing: 1px;
    text-transform: uppercase;
    display: block;
    font-size: 1em;
    background: #fff;
    box-shadow: 0 0px 45px rgba(0, 0, 0, .2);
}

/*-- //header --*/

/*-- banner --*/
/*.banner {
	background: #f8f9fa;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
    background-size: cover;
}
.banner-text-agile img {
    border-radius: 50%;
}
.layer1 {
    background: rgba(0, 0, 0, 0.4);
}
.banner-text-agile {
    padding: 11vw 0 5vw;
    box-sizing: border-box;
	opacity:1;
}

h3.b-w3ltxt span {
    font-weight: 300;
    text-shadow: none;
    letter-spacing: 1px;
    color: #353c4e;
}
h3.b-w3ltxt {
    font-size: 3.5em;
    color: #353c4e;
    font-weight: 800;
    line-height: 70px;
    padding-top: 1em;
}

.carousel-item p {
    color: #777;
    text-transform: capitalize;
    font-size: 15px;
    line-height: 30px;
}
*/

.btn-banner, .btn-banner1 {
    background: #333;
    border-radius: 0px;
    color: #fff;
    font-size: 15px;
    letter-spacing: 1px;
    padding: 10px 25px;
    display: inline-block;
}

.btn-banner1 {
    background: #2cc1e9;
}

.btn-banner:hover, .btn-banner1:hover {
    color: #fff;
}

/*
.carousel-indicators {
    position: absolute;
    bottom: -53px;
    margin-left: 0;
    justify-content: flex-start;
    z-index: 1;
}

.carousel-indicators li.active {
    cursor: pointer;
	background: #00bcd4;
}

.carousel-indicators li {
    position: relative;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    width: 20px;
    height: 3px;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    background-color: #333;
    cursor: pointer;
}
*/
/*-- //banner --*/

/*-- about --*/
.about p {
    font-size: 14px;
    font-weight: normal;
    color: #555;
}

.about-grids h4 {
    display: block;
    font-size: 20px;
    font-weight: 600;
    margin-top: 5px;
    padding-top: 5px;
    color: #eee;
    border-top: 1px solid rgba(78, 75, 75, 0.2);
}

.dental img {
    max-width: 100%;
    border: 5px solid #5d8fce;
}

.grid p {
    color: #ddd;
    margin-top: 10px;
    line-height: 24px;
    font-size: 14px;
}

h6.about-left {
    font-size: 20px;
    font-weight: 600;
    color: #001a5d;
    text-transform: capitalize;
    margin: 20px 0 3px 0;
}

.btn-banner-1 {
    background: #dbb382;
    border-radius: 0px;
    color: #fff;
    font-size: 12px;
    letter-spacing: 1px;
    padding: 10px 25px;
    display: inline-block;
    width: 47%;
    text-align: center;
}

.review_btn {

    padding: 10px 8px;

    width: 100%;

    color: #fff;
    background: #3faa39;
    margin-top: 10px;

}

.review_btn:hover {

    padding: 10px 8px;

    width: 100%;
    color: #3faa39;
    background: #fff;

}

.services-inner {
    background-color: #d8d8d8;
}

.services {
    background-color: #ffffff;
}

.feedback {
    background-color: #f5f5f5;
}

.trainers {
    background-color: #ececec;
}

.about-right i {
    color: #2cc1e9;
    font-size: 20px;
    padding: 0 10px;
}

h4.about-right {
    font-size: 25px;
    font-weight: 600;
    color: #353c4e;
    text-transform: capitalize;

}

h6.about-right {

    font-weight: 600;
    color: #353c4e;
    text-transform: capitalize;
    margin: 10px 0 0;
    font-size: 18px;

}

.grid span.fa {
    color: #eee;
}

.about-grids .grid {
    display: inline-block;
    padding: 20px 25px;
}

.icon-social span {
    border-radius: 50%;
    background: white;
    padding: 8px;
    text-align: center;
    width: 30px;
    height: 30px;
}

.about-box .icon, .ser_icon .icon {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    display: block;
    line-height: 80px;
    text-align: center;
    transition: all 1s;
    -moz-transition: all 1s;
    -webkit-transition: all 1s;
    -o-transition: all 1s;
    background: #2cc1e9;
}

.about-box .icon span.fa {
    font-size: 2em;
    line-height: 80px;
    color: #ffffff;
}

.about-box h4 {
    text-transform: uppercase;
    font-size: 1em;
    margin: 1em 0;
    color: #353c4e;
    font-weight: 600;
}

/*-- //about --*/

.why-ul {
    list-style: disc;
    width: 100%;
    margin: 0 auto;
    vertical-align: middle;
    position: relative;
    font-size: 20px;
    font-weight: 600;
    color: #555;
    /* display: inline-block; */
    padding: 10px 0;
}

.why-ul li {
    font-size: 15px;
    display: inline-block;
    width: 49%;
}

.why-ul li i {
    padding: 10px;
    color: #2cc1e9;

}

.pro-mar {
    margin: 15px 0;
}

.back-ser {
    background-color: #f5f5f5;
}

/*-- what we do --*/
.ser1 {
    border-radius: 5px;
    height: 100%;
    background: #fff;
    box-shadow: 0px 2px 5px 2px rgba(0, 0, 0, .1);
    padding: 0;
    overflow: hidden;
    transition: 1s;
}

.ser1:hover {
    transform: scale(1.1);
    transition: 1s;
}

.ser2:hover {
    transform: scale(1.1);
    transition: 1s;
}

.ser2 {
    transition: 1s;
    height: 100%;
    background: #fff;
    box-shadow: 0px 2px 5px 2px rgba(0, 0, 0, .1);
    height: 287px;
    text-align: center;
    padding: 18px 16px;
    border-radius: 4px;
}

.ser2 img {
    width: 29%;
}

.cust-gur-head {
    text-align: left;
    width: 26%;
    padding: 0;
    margin: 0;
    font-size: 35px;
    font-weight: 600;
}

.ser2 p {

    text-align: justify;

}

.ser3 {
    height: 100%;
    background: #fff;
    box-shadow: 0px 2px 5px 2px rgba(0, 0, 0, .1);
    padding: 50px 40px;
}

.ser4 {
    height: 100%;
    background: #fff;
    box-shadow: 0px 2px 5px 2px rgba(0, 0, 0, .1);
    padding: 50px 40px;
}

.ser5 {
    height: 100%;
    background: #fff;
    box-shadow: 0px 2px 5px 2px rgba(0, 0, 0, .1);
    padding: 50px 40px;
}

.ser6 {
    height: 100%;
    background: #fff;
    box-shadow: 0px 2px 5px 2px rgba(0, 0, 0, .1);
    padding: 50px 40px;
}

.offer-grids h4 {
    font-size: 14px;
    line-height: 35px;
    font-weight: 600;
    margin: 0 0 3px 0;
}

.offer-grids p {
    font-size: 14px;
    font-weight: normal;
    letter-spacing: .5px;
}

.offer-grids h5 {
    font-size: 22px;
    letter-spacing: 0;
    line-height: 32px;
    color: #191919;
    text-transform: capitalize;
}

/*-- //what we do --*/

/*-- about bottom --*/
.bottom-grids h4 {
    font-size: 32px;
    color: #353c4e;
    line-height: 45px;
    text-transform: capitalize;
}

.bottom-grids p {
    font-size: 15px;
    font-weight: normal;
    color: #555;
    letter-spacing: .5px;
}

/*-- //about bottom --*/

/*-- feedback --*/
.feedback-top {
    position: relative;
    background: #2cc1e9;
    height: 162px;
}

.feedback-top span.fa {
    color: #fff;
}

/*
.feedback-top:after {
	content: '';
	position: absolute;
	top: 101%;
	left: 14%;
	width: 0;
	height: 0;
	border-top: 15px solid #2cc1e9;
	border-right: 4px solid transparent;
	border-left: 12px solid transparent;
	transform: rotate(0deg);
}
*/

.feedback-top p {
    color: #fff;
    font-size: 14px;
    letter-spacing: .8px;
    margin: 0;
    line-height: 2em;
}

.feedback-img {
    width: 23%;
    margin: .5em 1em 0 1em;
    float: left;
}

.feedback-grids {
    margin: 1em 0 0;
}

.feedback-img img {
    width: 100%;
    border-radius: 50%;
}

.feedback-img-info {
    float: left;
    margin-top: 1em;
}

.feedback-img-info h5 {
    color: #353c4e;
    font-size: 1em;
    letter-spacing: 1px;
    font-weight: 600;
    margin-top: .5em;
}

p.font-italic {
    color: #666;
}

/*-- //feedback --*/

/*-- blog --*/
h3.heading, h2.heading {
    font-size: 30px;
    color: #9e654d;
    text-transform: capitalize;
    letter-spacing: 2px;
    position: relative;
}

/*
h3.heading:after, h2.heading:after {
    position: absolute;
    content: '';
    background: #3faa39;
    width: 10%;
    height: 2px;
    bottom: 0%;
    left: 45%;
}*/

.blog-grids h4 {
    font-size: 23px;
    text-transform: capitalize;
    font-weight: 600;
    color: #353c4e;
}

.blog-grids h5 {
    font-size: 16px;
    font-weight: 600;
    color: #999;
    letter-spacing: 0.5px;
    margin-top: 3em;
}

.blog-grids p {
    font-size: 15px;
    letter-spacing: .5px;
    color: #777;
    font-weight: normal;
}

.blog-grids.head h5 {
    font-size: 16px;
    font-weight: 600;
    color: #999;
    letter-spacing: 0.5px;
    margin-top: 2em;
}

.blog-img1 img, .blog-img2 img {
    position: relative;
}

.blog-img1 a {
    position: absolute;
    right: 2.6%;
    top: 1%;
    background: #fff;
    color: #333;
    padding: 8px 15px;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 1px;
}

.blog-img2 a {
    position: absolute;
    left: 2.8%;
    top: 1%;
    background: #fff;
    color: #333;
    padding: 8px 15px;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 1px;
}

/*-- //blog --*/

/*-- gallery --*/
.gal-img {
    margin-bottom: 1em;
    padding-right: 0px;
}

/*-- //gallery --*/

/*-- popup --*/

.pop-overlay {
    position: fixed;
    top: 0px;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.7);
    transition: opacity 0ms;
    visibility: hidden;
    opacity: 0;
    z-index: 99;
}

.pop-overlay:target {
    visibility: visible;
    opacity: 1;
}

.popup {
    background: #fff;
    border-radius: 5px;
    max-width: 480px;
    position: relative;
    margin: 8em auto;
    padding: 3em 1em;
}

.popup p {
    font-size: 15px;
    color: #666;
    letter-spacing: .5px;
    line-height: 30px;
}

.popup h2 {
    margin-top: 0;
    color: #fff;

}

.popup .close {
    position: absolute;
    top: 5px;
    right: 15px;
    transition: all 200ms;
    font-size: 30px;
    font-weight: bold;
    text-decoration: none;
    color: #000;
}

.popup .close:hover {
    color: #333;
}

/*-- //popup --*/

/*-- modal Call Us --*/

button.btn.btn-primary.submit {
    background: #2cc1e9;
    border: none;
    letter-spacing: 1px;
    border-radius: 0;
    padding: 10px;
    margin: 10px 0;
}

/*-- //modal Call Us --*/

/*-- appointment --*/

.appointment {
    background: #2cc1e9;
}

.appointment h4 {
    font-size: 37px;
    text-transform: capitalize;
    letter-spacing: 2px;
    color: #fff;
}

.appointment p {
    font-size: 15px;
    color: #fff;
    text-transform: capitalize;
}

.appointment h3 {
    font-size: 40px;
    letter-spacing: 2px;
    color: #fff;
    margin-top: 10px;
}

/* --
.appointment a {
    color: #eee;
    font-size: 17px;
    letter-spacing: 1px;
    padding: 10px 30px;
    display: inline-block;
    border: 1px solid #fff;
    margin-top: 20px;
}

.appointment a:hover {
	background: #fff;
	color: #2cc1e9;
}
 --*/
/*-- //appointment --*/

/*-- social icons --*/
a.button-footr span.fa {
    font-size: 16px;
    /* color: #666;*/
}

.social h4 {
    font-size: 30px;
    text-transform: capitalize;
    font-weight: 600;
    color: #333;
}

span.fa-facebook {
    color: #3b5998;
}

span.fa-twitter {
    color: #1da1f2;
}

span.fa-dribbble {
    color: #ea4c89;
}

span.fa-pinterest {
    color: #bd081c;
}

span.fa-instagram {
    color: #405DE6;
}

span.fa-youtube-play {
    color: red;
}

span.fa-youtube {
    color: red;
}

span.fa-google-plus {
    color: #dd4b39;
}

/*-- //social icons --*/

/*-- footer --*/
footer, .copyright {
    background: #dbb382;
}

.copyright {
    border-top: 1px solid #555;
}

.footer-grids h4 {
    color: #ffffff;
    font-size: 18px;
}

.footer-grids h5 {
    color: #666;
}

.footer-grids h5 span {
    color: #2cc1e9;
}

.footer-grids p, .footer-grids p a, .copyright p, .copyright p a {
    font-size: 15px;
    color: #ffffff;
    font-weight: normal;
    letter-spacing: .5px;
}

nav ul ul li a:hover {
    color: #000000;

}

.footer-grids ul li a {
    font-size: 15px;
    color: #fff;
    font-weight: normal;
    letter-spacing: 1px;
}

.footer-grids ul li {
    list-style-type: none;
}

.footer-grids input[type="email"] {
    background: #fff;
    box-shadow: none !important;
    padding: 12px 15px;
    color: #777;
    font-size: 14px;
    width: 65% !important;
    border: none;
    letter-spacing: 1px;
    outline: none;
}

.footer-grids button.btn {
    background: #2cc1e9;
    color: #fff;
    font-size: 14px;
    width: 34% !important;
    letter-spacing: 1px;
    padding: 12px;
    display: inline-block;
    border: none;
    outline: none;
    cursor: pointer;
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    -o-border-radius: 0px;
}

/*-- //footer --*/

/*-- About page --*/
.innerpage-banner {
    background: url(../images/herbal1.jpg) no-repeat center;
    background-size: cover;
    min-height: 180px;
}

.inner-page-layer {
    background: rgba(0, 0, 0, 0.18);
    min-height: 180px;
    position: relative;
}

.inner-page-layer h3 {
    text-align: center;
    top: 64%;
    left: 42%;
    color: #ffffff;
    position: absolute;
    /* text-align: center; */
    font-size: 20px;
    font-weight: 600;
}

.contact-p {
    margin: 10px 0;
    color: #868686;
    font-weight: 600;
    font-size: 18px;
    margin-bottom: 25px;
}

.ship {
    color: #444444 !important;
    font-size: 25px;
}

/* team */
.team-member,
.team-member .team-img {
    position: relative;
}

.team-member {
    overflow: hidden;
}

.team-member,
.team-member .team-img {
    position: relative;
}

.team-hover {
    position: absolute;
    top: 10px;
    left: 10px;
    bottom: 10px;
    right: 10px;
    margin: 0;
    border: 12px solid rgba(0, 0, 0, 0.1);
    background-color: rgba(0, 0, 0, 0.7);
    opacity: 0;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.team-member:hover .team-hover .desk {
    top: 30%;
}

.team-member:hover .team-hover,
.team-member:hover .team-hover .desk,
.team-member:hover .team-hover .s-link {
    opacity: 1;
}

.team-hover .desk {
    position: absolute;
    top: 0%;
    width: 100%;
    opacity: 0;
    -webkit-transform: translateY(-55%);
    -ms-transform: translateY(-55%);
    transform: translateY(-55%);
    -webkit-transition: all 0.3s 0.2s;
    transition: all 0.3s 0.2s;
    padding: 0 10px;
}

.desk,
.desk h4,
.team-hover .s-link a {
    text-align: center;
    color: #eee;
    text-transform: capitalize;
}

.desk p {
    font-size: 14px;
    letter-spacing: .5px;
    color: #aaa;
    margin-top: 10px;
}

.team-member:hover .team-hover .s-link {
    bottom: 10%;
}

.team-member:hover .team-hover,
.team-member:hover .team-hover .desk,
.team-member:hover .team-hover .s-link {
    opacity: 1;
}

.team-hover .s-link {
    position: absolute;
    bottom: 0;
    width: 100%;
    opacity: 0;
    text-align: center;
    -webkit-transform: translateY(45%);
    -ms-transform: translateY(45%);
    transform: translateY(45%);
    -webkit-transition: all 0.3s 0.2s;
    transition: all 0.3s 0.2s;
    font-size: 35px;
}

.team-member .s-link a {
    margin: 0 2px;
    color: #fff;
    font-size: 16px;
    background: rgba(0, 0, 0, 0.3);
    width: 35px;
    height: 35px;
    line-height: 35px;
    display: inline-block;
}

.team-title {
    position: static;
    padding: 20px 0 0;
    display: inline-block;
    letter-spacing: 2px;
    width: 100%;
}

.team-title h5 {
    margin-bottom: 0px;
    display: block;
    font-size: 22px;
    color: #353c4e;
}

.team-title span {
    font-size: 12px;
    text-transform: uppercase;
    color: #000000;
    letter-spacing: 1px;
}

.feedback-info {
    margin: 5px;
}

/* //team */

/*-- create --*/
.create {
    background: url(../images/blog1.jpg) no-repeat center;
    background-size: cover;
}

.extra_layer {
    background: rgba(0, 0, 0, 0.5);
}

.create h4 {
    font-size: 30px;
    color: #eee;
    text-transform: uppercase;
    letter-spacing: 8px;
}

.create p {
    font-size: 15px;
    color: #eee;
    letter-spacing: .5px;
    width: 70%;
    margin: auto;
}

/*-- //create --*/

/*-- //About page --*/

/*-- services page --*/

.services {
    background: #ffffff;
}

.ser_icon span.fa {
    font-size: 25px;
    color: #fff;
    line-height: 80px;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -ms-transition: 0.5s all;
    -o-transition: 0.5s all;
}

.service-grids h4 {
    font-size: 26px;
    letter-spacing: 1px;
    color: #333;
    border-bottom: 1px solid #eee;
    margin-bottom: .5em;
    padding-bottom: .5em;
}

.service-grids p {
    font-size: 15px;
    color: #2b2b2b;
    font-weight: normal;
    letter-spacing: .5px;
}

.ser_icon .bg1 {
    background: #fd5c63;
}

.ser_icon .bg2 {
    background: #f48924;
}

.ser_icon .bg3 {
    background: #30c39e;
}

.ser_icon .bg4 {
    background: #00bce4;
}

/*-- join --*/

.join p {
    font-size: 15px;
    color: #777;
    font-weight: normal;
    letter-spacing: .5px;
}

.join h4 {
    font-size: 32px;
    text-transform: capitalize;
    font-weight: 600;
    color: #333;
}

/*-- //join --*/

/*-- //services page --*/

/*--/left--*/

.b-grid-top {
    position: relative;
}

.bottom-b-con {
    padding: 40px 0;
}

.blog_info_left_grid {
    position: relative;
    overflow: hidden;
}

.blog-info-middle ul li a {
    font-size: 0.9em;
    letter-spacing: 1px;
    color: #fff;
}

.blog-info-middle ul li a:hover {
    color: #EB2941;
    opacity: 0.9;
}

.blog-info-middle {
    width: 100%;
    background: rgba(14, 15, 16, 0.65);
    padding: 18px;
    position: absolute;
    bottom: 0;
}

.blog_info_left_grid img {
    -moz-transition: all 1s;
    -o-transition: all 1s;
    -webkit-transition: all 1s;
    transition: all 1s;
    background: #ebecec;
    padding: .4em;
}

.blog-info-middle ul li {
    display: inline-block;
}

.blog-grid-top h3, .two-blog2 h3, h5.card-title {
    font-size: 1.5em;
    margin: 1em 0 .5em 0;
    font-weight: 700;
}

.blog-grid-top h3 a, .two-blog2 h3 a, h5.card-title a {
    color: #333333;
}

.blog-grid-top p, .two-blog2 p {
    margin-bottom: 2em;
}

.blog-grid-top {
    border-bottom: 1px solid #ddd;
    padding-bottom: 3em;
}

.blog-mid-sec {
    background: #eceff1;
    padding: .5em;
    margin: 1em 0;
}

button.btn.btn-primary.play.sec {
    width: 40px;
    height: 40px;
}

ul.blog-icons li {
    display: inline-block;
    margin-right: 20px;
    list-style: none;
}

ul.blog-icons a {
    font-size: 0.9em;
    letter-spacing: 1px;
    color: #8c9398;
}

ul.blog-icons i {
    color: #2cc1e9;
    font-size: 1em;
    margin-bottom: 0;
}

.blog-girds-sec {
    border-top: 1px solid #ddd;
    margin-top: 1em;
    padding-top: 2em;
}

.left-blog-info p.card-text {
    color: #8c9398;
    font-size: 15px;
}

/*--//left--*/
/*--/right--*/
.tech-btm h4 {
    font-size: 1.5em;
    color: #333333;
    font-weight: 700;
    margin-bottom: .5em;
}

.tech-btm p {
    font-size: 15px;
}

.tech-btm {
    margin-bottom: 2em;
}

.tech-btm input[type="email"] {
    width: 100%;
    color: #737070;
    outline: none;
    font-size: 14px;
    padding: .9em 1.5em;
    border: 2px solid #eceff1;
    -webkit-appearance: none;
    letter-spacing: 1px;
    margin: 1em 0;
    border-radius: 0px;
}

.tech-btm input[type="submit"] {
    background: #2cc1e9;
    font-weight: 500;
    outline: none;
    border: none;
    width: 100%;
    cursor: pointer;
    text-transform: capitalize;
    border-radius: 0px;
    color: #fff;
    font-size: 18px;
    letter-spacing: 1px;
    padding: 10px 30px;
}

.widget_social li {
    display: block;
}

.widget_social li a {
    color: #fff;
    display: inline-block;
    font-size: 15px;
    letter-spacing: 1px;
    line-height: 30px;
    margin-bottom: 10px;
    padding: 10px 20px;
    text-transform: capitalize;
    width: 100%;
}

.widget_social li a span.fa {
    color: #fff;
}

.widget_social li a:hover {
    opacity: 0.7;
    color: #fff;
}

.widget_social li a.twitter {
    background: #57baf7;
}

.widget_social li a.facebook {
    background: #3b5998;
}

.widget_social li a.dribble {
    background: #ea4c89;
}

.widget_social li a.pin {
    background: #BD081C;
}

.widget_social li a i {
    font-size: 18px;
    position: relative;
    text-align: left;
    width: 35px;
    color: #fff;
}

.widget_social li a .count {
    padding-left: 20px;
}

.tech-btm h5 {
    font-size: 1em;
    line-height: 1.4em;
    font-weight: 600;
    margin-top: 0em;
}

.tech-btm h5 a {
    color: #333;
}

.sub-meta span {
    font-size: 0.8em;
    color: #a9abad;
    line-height: 2.5em;
}

/*--//right--*/

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

body a:focus {
    outline: none;
    text-decoration: none;
}

/* //inner bg */

.demo-header {
    background: #eee;
    padding: 4px 0 15px;
}

ul.inner_breadcrumb {
    list-style: none;
    display: inline-block;
    padding: 15px 15px 0;
    list-style: none;
    background: #eee;
}

ul.inner_breadcrumb li {
    display: inline-block;
    color: #000;
    font-size: 1em;
    text-transform: capitalize;
}

ul.inner_breadcrumb li span {
    margin: 0 1em;
}

.inner_breadcrumb li.active a {
    color: #ff3546;
}

/*-- blog --*/

.blog-img {
    padding: 0;
}

ul.blog_list {
    margin-bottom: 1.5em;
}

.blog-bottom {
    background: #eb5273;
    padding: 2em;
    min-height: 330px;
}

.blog_info h5 a {
    font-size: 1em;
    color: #2c2d2d;
    font-weight: 600;
    text-decoration: none;
    line-height: 1.5;
    letter-spacing: 1px;
}

.blog_info p a.user-blog {
    color: #555;
    text-transform: capitalize;
    font-size: 1em;
}

ul.blog_list li {
    display: inline-block;
    color: #212121;
    font-size: 0.9em;
}

ul.blog_list li span {
    color: #168eea;
    padding-right: 8px;
}

ul.blog_list li i {
    padding: 0 1em;
    font-style: normal;
    color: #999;
}

ul.blog_list li a {
    text-decoration: none;
    color: #212121;
}

.blog_info h5 {
    margin: 12px 0 15px;
}

.blog_info {
    padding: 2em;
    border: 3px solid #f5f5f5;
    background-color: #f5f5f5;
}

.blog-side.blog-top-right {
    padding-right: 0;
}

.single-left1.blog_info {
    margin: 0;
}

.blog_info p {
    margin: 0 0 1em 0;
    color: #777;
}

ul.blog_list li a {
    font-weight: 400;
    font-size: 0.9em;
    letter-spacing: 1px;
    color: #515252;
}

/*-single-*/
ul.list-group.single {
    color: #727373;
    font-size: 15px;
}

ul.list-group.single .badge-primary {
    color: #fff;
    background-color: #2cc1e9;
}

h5.mt-0 {
    color: #343a40;
    font-size: 1.2em;
    margin-bottom: 10px;
    letter-spacing: 1px;
    font-weight: 600;
}

.progress {
    font-size: 0.75em;
    line-height: 8em;
    text-align: center;
    background-color: #d6d9da;
    border-radius: 0.25rem;
    margin-bottom: 1em;
}

.card-body {
    padding: 12px;
}

.card-header {
    padding: 0;
    color: #0e0f10;
}

.card-header button.btn.btn-link {
    color: #fff;
    font-weight: 600;
}

.single-gd form input {
    width: 100%;
}

.single-gd img {
    margin-bottom: 1em;
}

.comment-top input[type="text"],
.comment-top input[type="email"],
.comment-top textarea {
    background: none;
    width: 100%;
    outline: none;
    border: 1px solid #e2e2e2;
    padding: 0.7em 1em;
    font-size: 15px;
    color: #777;
    margin: 0 0 0.7em;
    letter-spacing: 1px;
    border-radius: 0px;
}

.comment-top textarea {
    height: 150px;
}

.comment-top button.btn.btn-primary.submit[type="submit"] {
    text-align: center;
    border: none;
    outline: none;
    margin: 0 auto;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
    -moz-transition: 0.5s all;
    cursor: pointer;
    background: #2cc1e9;
    border-radius: 0px;
    color: #fff;
    font-size: 17px;
    letter-spacing: 1px;
    padding: 10px 30px;
    display: inline-block;
}

.read a {
    background: #2cc1e9;
    border-radius: 0px;
    color: #fff;
    font-size: 15px;
    letter-spacing: 1px;
    padding: 10px 30px;
    display: inline-block;
}

.single-gd form input[type="email"] {
    outline: none;
    padding: 12px 15px;
    font-size: 13px;
    color: #777;
    background: #ffffff;
    letter-spacing: 2px;
    border: none;
    border: 1px solid #ddd;
    margin: 0;
    border-radius: 0;
}

.single-gd form input[type="submit"] {
    background: #555;
    padding: .8em 1em;
    color: #fff;
    font-size: 15px;
    font-weight: 700;
    display: block;
    outline: none;
    border: none;
    cursor: pointer;
    letter-spacing: 1px;
    margin-top: 1em;
}

.single-gd form input[type="submit"]:hover {
    background: #080808;
}

.media-body p {
    color: #777;
    font-size: 15px;
    line-height: 1.9em;
    margin-bottom: 3em;
    letter-spacing: .5px;
    font-weight: normal;
    margin-top: .5em;
}

.comment h3,
.comment-top h4 {
    color: #555;
    font-size: 1.4em;
    text-align: left;
    padding: 0 0 0.5em;
    font-weight: 600;
    letter-spacing: 1px;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.03);
    margin-bottom: 1em;
}

.media img {
    margin-right: 15px;
}

.comment-top {
    margin-top: 2em;
}

/* //blog responsive code */

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

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

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

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

}

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

@media screen and (max-width: 1080px) {
    .blog_info p {
        line-height: 1.5;
        letter-spacing: 0.3px;
    }

    .blog_info {
        min-height: 275px;
        padding: 1em 2em;
    }

    .blog_info.blog-right {
        min-height: 305px;
        width: 100%;
    }
}

@media screen and (max-width: 1050px) {
    .blog_info.blog-right {
        min-height: 297px;
    }

    .blog-x.br-mar {
        margin-top: 1.2em;
    }

    .blog_info.blog-right {
        min-height: 370px;
    }

    .blog_info.blog-right {
        min-height: 370px;
        width: 100%;
    }

    .blog_info.blog-right.two {
        min-height: 369px;
    }

    .single-gd h4 {
        font-size: 1em;
    }
}

@media screen and (max-width: 1024px) {
    .blog_info.blog-right {
        min-height: 372px;
    }

    .blog_info.blog-right.two {
        min-height: 373px;
    }
}

@media screen and (max-width: 991px) {
    .blog_info {
        min-height: auto;
        padding: 2em 2em;
    }

    .blog_info.blog-right {
        min-height: auto;
    }

    .blog-side.blog-top-right {
        padding-right: 0;
        margin-top: 1em;
    }

    .blog_info.blog-right.two {
        min-height: auto;
    }

    .single-gd h4 {
        font-size: 1em;
    }

    .single-left {
        margin-top: 2em;
    }

    .right-blog-con {
        margin-top: 2em;
    }

    ul.blog-icons a {
        font-size: 0.8em;
    }

    .right-blog-con.left-blog-2 {
        margin: 0;
    }
}

@media screen and (max-width: 736px) {
    .blog-grid-left {
        margin-bottom: 15px;
    }
}

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

    .blog-side.blog-top-right {
        padding-right: 0;
        margin-top: 1em;
        padding: 0;
    }

    .blog-sp {
        padding: 0;
    }

    .single-left {
        margin-top: 2em;
        padding: 0;
    }
}

@media screen and (max-width: 640px) {
    .blog-sp {
        padding: 0;
    }
}

@media screen and (max-width: 600px) {
    .comment-top input[type="submit"] {
        width: 40%;
    }
}

@media screen and (max-width: 568px) {
    .tech-btm:nth-child(6) {
        margin-bottom: 0;
    }

    .widget_social li a .count {
        padding-left: 0px;
    }
}

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

}

@media screen and (max-width: 414px) {
    .comment-top input[type="submit"] {
        width: 45%;
    }

    .media {
        flex-direction: column;
    }
}

@media screen and (max-width: 384px) {
    .left-blog-info p.card-text {
        font-size: 14px;
    }
}

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

}

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

}

/* //blog responsive code */

/*-- contact --*/

.agileinfo_mail_grid_right input[type="text"],
.agileinfo_mail_grid_right input[type="email"],
.agileinfo_mail_grid_right textarea {
    outline: none;
    padding: 14px 24px;
    font-size: 17px;
    letter-spacing: 1px;
    color: #555;
    background: none;
    width: 100%;
    border: 1px solid #e4e4e4;
}

.agileinfo_mail_grid_right textarea {
    min-height: 200px;
    width: 100%;
    resize: none;
}

.agileinfo_mail_grid_right button.btn {
    outline: none;
    border: none;
    cursor: pointer;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
    transition: 0.5s all;
    background: #2cc1e9;
    color: #fff;
    font-size: 17px;
    letter-spacing: 1px;
    padding: 10px 30px;
    display: inline-block;
    border-radius: 0px;
}

h4.heading-con-w3ls {
    font-size: 30px;
    letter-spacing: 1px;
}

.contact-info p {
    color: #888;
    font-size: 15px;
    letter-spacing: .5px;
}

.contact-info p i {
    color: #2cc1e9;
}

.contact-info p a {
    font-size: 17px;
    color: #888;
}

.contact-info p span.fa {
    color: #2cc1e9;
}

/*-- map --*/

.map iframe {
    width: 100%;
    min-height: 400px;
    position: relative;
    display: inherit;
}

.map {
    position: relative;
}

/*-- //map --*/

/*-- //contact --*/

/*-- move top --*/
.move-top {
    position: relative;
}

a.move-top {
    text-align: center;
    position: absolute;
    right: 1%;
    bottom: 0%;
}

a.move-top span {
    color: #fff;
    width: 36px;
    height: 36px;
    border: transparent;
    line-height: 2em;
    background: #dbb382;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -o-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
}

/*-- //move top --*/

/*-- responsive design --*/

@media (max-width: 1280px) {
    .innerpage-banner, .inner-page-layer {
        min-height: 200px;
    }
}

@media (max-width: 1080px) {
    h3.b-w3ltxt {
        font-size: 3.2em;
        line-height: 60px;
        padding-top: 0em;
    }

    .banner-text-agile {
        padding: 15vw 0 4vw;
    }

    .login-icon a, .login-icon a:hover {
        padding: 0.4em 1.2em;
    }

    .about-box h4 {
        font-size: .9em;
    }

    .bottom-grids h4 {
        font-size: 30px;
        line-height: 40px;
    }

    .ser1, .ser2, .ser3, .ser4, .ser5, .ser6 {
        /*padding: 35px 25px;*/
    }

    .footer-grids p span {
        margin-left: 0px;
    }

    .footer-grids h4 {
        font-size: 23px;
    }

    .desk p {
        font-size: 13px;
        letter-spacing: 0px;
    }

    .desk h4 {
        font-size: 1.4rem;
    }

    .create p {
        width: 80%;
    }

    .service-grids h4 {
        font-size: 22px;
    }

    .category_text_box p {
        width: 80%;
    }

    .blog-grids h4 {
        font-size: 23px;
    }

    .tech-btm h4 {
        font-size: 1.3em;
    }

    .about-grids h4 {
        font-size: 17px;
    }

    .offer-grids h4 {
        font-size: 20px;
    }

    .appointment h4 {
        font-size: 35px;
    }

    .footer-grids input[type="submit"] {
        width: 33% !important;
    }

    .footer-grids p, .footer-grids p a, .copyright p, .copyright p a {
        font-size: 14px;
    }

    .header-right-w3_pvt {
        padding: 0;
    }

    ul.header-w3_pvt li {
        font-size: 15px;
    }

    .join h4 {
        font-size: 29px;
    }
}

@media (max-width: 991px) {
    .navbar-toggler {
        background-color: #00bcd5;
        border: 1px solid transparent;
        border-radius: 0rem;
    }

    .navbar-nav {
        padding: 1em 0 2em;
        position: relative;
        z-index: 1;
    }

    .bottom-grids h4 {
        font-size: 27px;
    }

    .blog-grids h4 {
        font-size: 23px;
    }

    .banner-text-agile {
        padding: 5vw 0vw 6vw;
    }

    .create h4 {
        font-size: 27px;
        letter-spacing: 6px;
        line-height: 40px;
    }

    .create p {
        width: 100%;
        font-size: 14px;
    }

    .map iframe {
        min-height: 350px;
    }

    .feedback-top p {
        font-size: 14px;
        letter-spacing: .5px;
    }

    .blog-img1 img, .blog-img2 img {
        width: 100%;
    }

    h4.about-left {
        font-size: 30px;
    }

    .team-img img {
        width: 100%;
    }

    .banner-text-agile {
        padding: 12vw 0vw 4vw;
    }

    .csslider > .navigation {
        bottom: 10%;
        left: 2%;
        margin-bottom: 0px;
    }

    .dental img {
        margin-top: 1.5em;
        padding: 0 0em;
    }

    .csslider > .navigation {
        bottom: -2%;
        left: 1.5%;
        margin-bottom: 0px;
    }

    .appointment h4 {
        font-size: 29px;
        letter-spacing: 1px;
    }
}

@media (max-width: 800px) {
    .about-grids h4 span {
        font-size: 18px;
    }

    .offer-grids h5 {
        font-size: 20px;
    }

    #logo a {
        font-size: .7em;
    }

    .banner-text-agile {
        padding: 15vw 0vw 4vw;
    }

    h3.b-w3ltxt {
        font-size: 3em;
    }

    .csslider > .navigation {
        bottom: -3%;
    }

    .appointment h4 {
        font-size: 30px;
    }

    .bottom-grids h4 {
        font-size: 28px;
    }

    h3.heading, h2.heading {
        font-size: 42px;
    }
}

@media (max-width: 736px) {
    h3.b-w3ltxt {
        line-height: 55px;
        font-size: 2.8em;
    }

    .navbar-brand {
        font-size: 28px;
    }

    .appointment h4 {
        font-size: 30px;
        letter-spacing: 1px;
    }

    .bottom-grids h4 {
        font-size: 25px;
    }

    .social h4 {
        font-size: 25px;
    }

    a.button-footr i {
        font-size: 14px;
    }

    .innerpage-banner, .inner-page-layer {
        min-height: 180px;
    }

    .join h4 {
        font-size: 27px;
    }

    .map iframe {
        min-height: 300px;
    }

    .footer-grids input[type="email"], .footer-grids input[type="submit"] {
        font-size: 14px;
    }

    .login-icon a, .login-icon a:hover {
        padding: 0.5em 1.2em;
        font-size: .9em;
    }

    p {
        font-size: 14px !important;
    }

    h4.about-left {
        font-size: 25px;
        letter-spacing: 0px;
    }
}

@media (max-width: 667px) {
    h3.b-w3ltxt {
        font-size: 2.5em;
    }

    .bottom-grids h4 {
        line-height: 32px;
    }

    h4.heading {
        font-size: 18px;
    }

    ul.header-w3_pvt li, ul.header-w3_pvt li p {
        padding: 2px 0;
    }

    .innerpage-banner, .inner-page-layer {
        min-height: 150px;
    }

    .banner-text-agile {
        padding: 18vw 0vw 4vw;
    }

    .blog-grids h4 {
        font-size: 21px;
    }

    a.button-footr span.fa {
        font-size: 14px;
    }

    .footer-grids button.btn {
        width: 38% !important;
    }
}

@media (max-width: 640px) {
    h3.b-w3ltxt {
        line-height: 45px;
        font-size: 2.8em;
    }

    h4.about-left {
        font-size: 26px;
    }
}

@media (max-width: 568px) {

    h3.b-w3ltxt {
        font-size: 2.3em;
    }

    .innerpage-banner, .inner-page-layer {
        min-height: 180px;
    }

    .team_grids {
        width: 63%;
        margin: auto;
    }

    .create h4 {
        font-size: 25px;
        letter-spacing: 2px;
    }

    h3.heading, h2.heading {
        font-size: 45px;
    }

    .view {
        min-height: auto;
        padding: 3em 0;
    }

    .view img {
        margin: 0em auto 0;
    }

    .ser_icon i {
        font-size: 20px;
        width: 60px;
        height: 60px;
        line-height: 60px;
    }

    .about-grids .col-md-4 {
        padding: 0;
    }

    .service-grids p {
        font-size: 14px;
    }

    .header-top {
        text-align: center;
    }

    .contact-info h4 {
        font-size: 20px;
    }

    #logo a {
        font-size: .65em;
    }

    h3.heading, h2.heading {
        font-size: 40px;
    }

    .service-grids {
        text-align: center;
    }

    .padder-none {
        margin: 0 0px;
        padding: 0 5px;
    }

    .footer-grids h4 {
        font-size: 20px;
    }

    .appointment h4 {
        font-size: 22px;
    }

    .appointment h3 {
        font-size: 30px;
    }
}

@media (max-width: 480px) {
    .banner-text-agile {
        padding: 22vw 0vw 4vw;
    }

    .about-grids h4 span {
        font-size: 16px;
    }

    .team_grids {
        width: 75%;
    }

    .join h4 {
        font-size: 23px;
    }

    .join p {
        font-size: 14px;
    }

    .blog-grid-top h3 a, .two-blog2 h3 a, h5.card-title a {
        font-size: 20px;
    }

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

    .agileinfo_mail_grid_right textarea {
        min-height: 150px;
    }

    h4.about-left {
        font-size: 25px;
    }

    .about p {
        font-size: 14px;
    }

    .bottom-grids p, .offer-grids p {
        font-size: 14px;
    }

    .footer-grids .col-lg-3 {
        padding: 0 15px;
    }

    .innerpage-banner, .inner-page-layer {
        min-height: 120px;
    }

    .appointment h4 {
        font-size: 28px;
    }

    .footer-grids h5 {
        font-size: 17px;
    }

    .footer-grids h4 {
        font-size: 22px;
    }

    h3.heading, h2.heading {
        font-size: 35px;
    }

    .popup {
        margin: 5em 1em;
        padding: 3em 1em;
    }
}

@media (max-width: 415px) {
    .blog-grids h4 {
        font-size: 20px;
    }

    .blog-grids h5 {
        font-size: 15px;
    }

    .footer-grids h4 {
        font-size: 20px;
    }

    .bottom-grids p, .about p, .blog-grids p {
        font-size: 14px;
    }

    h3.heading, h2.heading {
        font-size: 35px;
    }

    h4.heading {
        font-size: 16px;
    }

    .innerpage-banner, .inner-page-layer {
        min-height: 100px;
        margin-top: 37%;
        text-align: center;
    }

    .team-title h5 {
        font-size: 18px;
    }

    .ser_icon i {
        font-size: 16px;
        width: 70px;
        height: 70px;
        line-height: 70px;
    }

    .category_text_box h3 {
        font-size: 16px;
    }

    .appointment h4 {
        font-size: 28px;
        letter-spacing: 1px;
    }

    .appointment p {
        font-size: 14px;
    }

    #logo a {
        font-size: .6em;
        width: 31%;
        padding-bottom: 5px;
    }

    .blog-grids h4 {
        font-size: 20px;
    }

    .banner-text-agile {
        padding: 27vw 1vw 4vw;
    }

    .about-box .icon, .ser_icon .icon {
        width: 70px;
        height: 70px;
        line-height: 70px;
    }

    .ser_icon span.fa {
        line-height: 70px;
    }

    .about-box .icon span.fa {
        font-size: 1.5em;
        line-height: 70px;
    }

    .join h4 {
        font-size: 20px;
    }

    .feedback-img-info h5 {
        font-size: 1em;
    }

    p.font-italic {
        font-size: 13px !important;
    }

    .feedback-grids {
        margin: 0em 0 0;
    }

    .footer-grids h5 {
        font-size: 16px;
    }

    .mt-30 {
        margin-top: 30px;
    }

}

@media (max-width: 384px) {
    .navbar-brand {
        font-size: 25px;
    }

    h4.about-left {
        font-size: 23px;
        line-height: 30px;
    }

    .bottom-grids h4 {
        font-size: 22px;
    }

    .blog-grids h4 {
        font-size: 18px;
    }

    .footer-grids h5 {
        font-size: 18px;
    }

    .about-grids h4 span, .carousel-item p {
        font-size: 14px;
    }

    .btn-banner {
        font-size: 16px;
        padding: 10px 25px;
    }

    h3.b-w3ltxt {
        font-size: 2em;
        line-height: 38px;
    }

    .about p {
        font-size: 13.6px;
    }

    .team_grids {
        width: 85%;
    }

    header {
        padding: 0px 0;
    }

    .appointment h4 {
        font-size: 23px;
    }

    .banner-text-agile {
        padding: 27vw 0vw 4vw;
    }

    .btn-banner {
        font-size: 15px;
        padding: 10px 20px;
    }

    #logo a {
        letter-spacing: 0;
        width: 80%;
    }

    .footer-grids h4 {
        font-size: 18px;
    }

    .login-icon a, .login-icon a:hover {
        font-size: .85em;
    }

    h3.heading, h2.heading {
        font-size: 23px;
    }
}

@media (max-width: 375px) {
    .contact-info p {
        font-size: 14px;
    }

    .appointment h4 {
        font-size: 21px;
    }

    .offer-grids h5 {
        font-size: 18px;
    }

    .social h4 {
        font-size: 22px;
    }

    a.button-footr i {
        font-size: 16px;
    }
}

@media (max-width: 320px) {

}

/*--//responsive design --*/

.right-arrow {
    float: right !important;
}

/*Product Lisitng*/

/*
** Style Simple Ecommerce Theme for Bootstrap 4
** Created by T-PHP https://t-php.fr/43-theme-ecommerce-bootstrap-4.html
*/
.bloc_left_price {
    color: #c01508;
    text-align: center;
    font-weight: bold;
    font-size: 150%;
}

.category_block li:hover {
    background-color: #ffffff;
}

.category_block li:hover a {
    text-decoration: none;
    color: #000000;
}

.category_block li a {
    color: #000000;
}

.add_to_cart_block .price {
    color: #c01508;
    text-align: center;
    font-weight: bold;
    font-size: 200%;
    margin-bottom: 0;
}

.add_to_cart_block .price_discounted {
    color: #343a40;
    text-align: center;
    text-decoration: line-through;
    font-size: 140%;
}

.product_rassurance {
    padding: 10px;
    margin-top: 15px;
    background: #ffffff;
    border: 1px solid #6c757d;
    color: #6c757d;
}

.product_rassurance .list-inline {
    margin-bottom: 0;
    text-transform: uppercase;
    text-align: center;
}

.product_rassurance .list-inline li:hover {
    color: #343a40;
}

.reviews_product .fa-star {
    color: gold;
}

.pagination {
    margin-top: 20px;
}

.product-lisitng {
    padding: 50px 0;
}

.prod-cat-head {
    padding: 10px;
    background-color: #dbb382 !important;
}

.ser-img-ind {
    border-bottom: 1px solid #d8d3d3;
    height: 200px;
}

.ser-img-ind img {
    width: 100%;
    height: 100%;
}

.pro-des {
    padding: 5px 10px 20px;
}

/*product details*/

.produt-detail {

    width: 100%;
    padding: 60px 0;
}

.bodyW {
    width: 100%;
    margin: 0 auto;
}

.content {
    overflow: hidden;
    background: #fff;
}

.content p {
    padding: 0 0 0 10px;
}

.bottom {
    width: 100%;
    height: 2.5em;
    border-top: 1px solid #B6B6AB;
    background: #EAEAEA;
}

.bd {
    border: 1px solid #B6B6AB;
    border-radius: 4px;
}

.clearFix:after {
    content: " ";
    display: block;
    height: 0;
    clear: both;
}

.productStage, .productImage, .overview {

}

.overview h1, .overview h2, .overview h3 {
    padding: 0;
    margin: 0 0 10px 0;
}

.productStage {
    background: #fff;
    width: 100%;
    margin-right: 20px;
}

.productImage {
    text-align: center;
    margin-bottom: 20px;
    display: inline-block;
}

.productImage span {

}

span a {
    text-decoration: none;
}

.overview {
    float: left;
    padding: 0 10px;
}

.button {
    display: block;
    color: #fff;
    border-radius: 4px;
    padding: 5px;
    margin: auto;
    margin-bottom: 10px;
    text-decoration: none;
    border-radius: 3px;
    text-align: center;
    cursor: pointer;
}

.card-img-top {
    height: 340px;
    border-bottom: 1px solid #d4d4d4;
    overflow: hidden;
    text-align: center;
    padding: 13px;
    width: 100%;
    border-radius: 4px;
    background-color: #ffffff;
    box-shadow: 0 4px 9px rgba(0, 0, 0, 0.09);
    background-image: linear-gradient(to top, #f3f3f3 0%, #e2ebf0 100%);
    display: flex;
    align-items: center;
    justify-content: center;
}

.card-img-top img {
    height: auto;
    width: 100%;
}

.our-gur {
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("../images/gurantee.jpg");
    padding: 50px 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center;
}

.why-us-sec {
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("../images/why-us/3.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center;
    position: relative;
    padding: 120px 0;
    z-index: 2;
}

.why-us-sec h3 {
    color: white;
    font-size: 31px;
    font-weight: bold;
}

.why-us-sec p {
    color: white;
}

.card-text-p-product {
    margin: 10px 0;
}

.button a:hover {
    text-decoration: none;
}

.add {
    width: 150px;
    line-height: 2em;
    background: #59A80F;
}

.add:hover {
    background: #4B8E0D;
}

.wish {
    width: 150px;
    background: #45ADA8;
}

.wish:hover {
    background: #388B87;
}

.submit {
    background: #EAEAEA;
    color: #555;
    float: right;
    text-transform: uppercase;
    font: bold 10px Verdana;
}

.blueSubmit {
    background: #22697F;
    color: #fff;
    border: 1px solid #22697F;
}

.right {
    float: right;
}

.left {
    float: left;
}

.imageList {
    list-style: none;
    margin: 5px 0px 2px 0px;
    padding: 0;
}

.imageList li {
    display: inline;
    padding: 0;
    margin: 0 2px;
}

.imageList a {
    text-decoration: none;
}

.imageList img {
    border: 1px solid #D3D3D3;
    vertical-align: top;
}

.prodSelect {
    width: 65%;
    border-radius: 4px;
    height: 2em;
    outline: none;
    margin-bottom: 15px;
}

.rating {
    color: #FC913A;
}

.info {
    float: left;
    width: 100%;
}

.info h3 {
    background: #22697F;
    line-height: 36px;
    padding: 5px 0 5px 20px;
    border-radius: 4px;
    letter-spacing: 1px;
    color: #fff;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
    font: 10pt Verdana;
    text-transform: uppercase;
}

.description {
    display: inline-block;
    margin: 10px 0 20px 0;
}

.specs {
    list-style-type: none;
    margin: 0;
    padding: 0 0 0 10px;
}

.specs li {
    padding: 0 0 5px 0;
}

.specs h5 {
    display: inline;
    font: bold 10pt Verdana;
}

.product {
    width: 150px;
    padding: 10px 0 0 10px;
    display: inline-block;
    text-align: center;
    font-size: 11px;
    line-height: 14px;
    text-decoration: none;
    margin-bottom: 20px;
    overflow: hidden;
}

.product a {
    text-decoration: none;
}

.product a:hover {
    text-decoration: underline;
}

.product .smallBox {
    display: inline-block;
    max-width: 92px;
    max-height: 92px;
    overflow: hidden;
}

.product span, .product div {
    display: block;
}

.soft {
    padding-left: 8px;
}

.hard {
    padding-left: 12px;
}

.slim {
    padding: 0;
    margin: 0 0 10px 0;
    width: 100%;
    display: block;
}

.vtop {
    vertical-align: top;
}

.vbot {
    vertical-align: bottom;
}

.manuName {
    margin: 10px 0 5px 0;
    font-weight: bold;
    color: #464646;
}

.prodName {
    color: #464646;
    margin: 0 0 5px 0;
}

.prodPrice {
    text-decoration: none;
}

.review {
    background: #E7F5FD;
    color: #555;
    padding: 10px;
    border-radius: 4px;
    margin-bottom: 15px;
    float: left;
}

.review span {
    float: left;
}

.review:hover .vote {
    opacity: 1;
}

.vote {
    opacity: 0;
    float: right;
    font-weight: bold;
    padding: 15px 0 0 0;
}

span.title {
    text-align: left;
    font-weight: bold;
    padding: 0 0 10px 0;
}

span.author {
    text-align: right;
    float: left;
    padding: 15px 0 0 0;
}

.stars {
    padding: 10px 0;
    display: inline-block;
}

.botBorder {
    /*  padding: 10px;
      border: 1px solid #B6B6AB;
      border-top: none;
      border-bottom-left-radius: 4px;
      border-bottom-right-radius: 4px;
      margin-bottom: 20px;*/
}

.folderTab {
    background: #22697F;
    text-shadow: 1px 1px 0 rgba(0, 0, 0, .8);
    text-align: center;
    color: #fff;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    border: 1px solid #22697F;
}

.folderTab.sub {
    background: #5196A3;
    border: 1px solid #5196A3;
}

.folderTab h3 {
    margin: 0;
    padding: 5px 0 5px 20px;
    color: #fff;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
    letter-spacing: 1px;
    font: 10pt Verdana;
    line-height: 2em;
    max-width: 400px;
    text-transform: uppercase;
    text-align: left;
    float: left;
}

.folderTab.sub h3 {
    text-align: center;
    padding: 5px;
    float: none;
}

.submit:hover {
    background: #D2D2D2;
}

.blueSubmit:hover {
    background: #184A5A;
    border: 1px solid #184A5A;
}

.pading {
    padding: 0 15px;

}

.price-btn {
    width: 30%;
}

.cart-btn {
    width: 70%;
}

.bg-btn {
    background: #dbb382;
}

/*pro-det*/

.img-abt-width img {
    height: 100%;
}

.buy-button-holder {
    margin: 10px 0;
}

/*slider*/

.overlay1 {
    background-color: #dbb38275;
    padding: 10px;
    width: 51%;
    margin: 0 auto;
    margin-top: 12%;
}

/*slider*/

.price-btn-1 {
    width: 55%;

}

.price-btn-1 p {
    font-size: 12px;
}

.cart-btn-1 {
    width: 58%;
}

.cart-btn-1 a {
    font-size: 12px;
}

/*model*/

#contact3 input[type="text"], #contact3 select, #contact3 input[type="email"], #contact3 input[type="tel"], #contact3 input[type="url"], #contact3 textarea, #contact3 button[type="submit"] {
    font: 400 12px/16px "Open Sans", Helvetica, Arial, sans-serif;
}

#contact3 {
    background: #ffffff;
    padding: 20px;
    margin: 0;
    /* height: 595px;*/
    /* border-radius: 25px; */
}

#contact3 h3 {
    color: #171616;
    display: block;
    font-size: 30px;
    font-weight: 600;
    text-align: center;

}

#contact3 h4 {
    margin: 5px 0 15px;
    display: block;
    font-size: 13px;
}

fieldset {
    border: medium none !important;
    margin: 0 0 10px;
    min-width: 100%;
    padding: 0;
    width: 100%;
}

fieldset label {
    color: #000000;
    margin-bottom: 10px !important;
}

fieldset label i {
    color: #0292b9;

}

#contact3 input[type="text"], #contact3 select, #contact3 input[type="email"], #contact3 input[type="tel"], #contact3 input[type="url"], #contact3 textarea {
    width: 100%;
    border: 1px solid #CCC;
    background: #FFF;
    margin: 0 0 5px;
    padding: 10px;

}

#contact3 input[type="text"]:hover, #contact3 input[type="email"]:hover, #contact3 input[type="tel"]:hover, #contact3 input[type="url"]:hover, #contact3 textarea:hover #contact3 select:hover {
    -webkit-transition: border-color 0.3s ease-in-out;
    -moz-transition: border-color 0.3s ease-in-out;
    transition: border-color 0.3s ease-in-out;
    border: 1px solid #AAA;
}

#contact3 textarea {
    height: 100px;
    max-width: 100%;
    resize: none;
}

#contact3 button[type="submit"] {
    cursor: pointer;

    border: none;
    background: #0292b9;
    color: #FFF;
    margin: 0 0 5px;
    padding: 10px;
    font-size: 15px;
    width: 45%;
    /* margin: 0 auto; */
    /* text-align: center; */
    border-radius: 10px;

}

.sub-btn-contact {
    text-align: center;
}

#contact3 button[type="submit"]:hover {

    -webkit-transition: background 0.3s ease-in-out;
    -moz-transition: background 0.3s ease-in-out;
    transition: background-color 0.3s ease-in-out;
}

#contact3 button[type="submit"]:active {
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.5);
}

#contact3 input:focus, #contact3 textarea:focus #contact3 select:focus {
    outline: 0;
    border: 1px solid #999;
}

::-webkit-input-placeholder {
    color: #888;
}

:-moz-placeholder {
    color: #888;
}

::-moz-placeholder {
    color: #888;
}

:-ms-input-placeholder {
    color: #888;
}

.box-shad {

    width: 100%;
    margin: 0 auto;
}

.modal-content {
    width: 80%;
    margin: 0 auto;
}

.cust-cancel-btn {

    /* z-index: 99; */
    position: absolute;
    top: 0;
    right: -30px;
    color: white;

}

.cust-cancel-btn:hover {

    /* z-index: 99; */

    color: white;

}

.modal-body {
    padding: 0;
}

.contact-primary-head {
    text-align: center;
    padding: 10px;
    background-color: #0292b9;
    font-size: 20px;
    font-weight: bold;
    width: 100%;
    color: white;
}

.modal-backdrop {

    /* background-color: #000; */
    background: rgba(0, 0, 0, 0.7);
}

.prod-eny-name {
    font-weight: 600;
    color: #305661;

}

.cust-model-cancel {

    /* float: right; */
    text-align: right;
    /* width: 100%; */
    margin: 0 10px;
    font-size: 35px;

}

.overview h2 {
    color: #0292b9;
    font-size: 23px;
}

.product_title {
    font-size: 16px;
}

.product_description {
    padding: 10px;
}

/*model*/
.inner-page-layer a {
    color: #d0d0d0;
}

.no_dat_found {
    border: 2px dotted #2cc1e9;
    height: 291px;
    padding-top: 13%;
    text-align: center;
}

.category_padding {
    padding-bottom: 2%;
}

.logoImg {
    width: 12%;
    background: white;
    padding-bottom: 10px;
}

.logoImg img {
    width: 100%;
}

.custom_overlay {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.2);
    z-index: 999;
}

.pro_btn a {
    color: inherit;
    border: 2px solid;
    transition: all .3s;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: white;
    width: 49%;
    font-size: 12px;

}

.pro_btn a:hover {
    background: rgb(255, 255, 255);
    border: 2px solid transparent;
    text-decoration: none;
    letter-spacing: 2px;
    padding-right: 16px;
    color: black;
    width: 59%;
}

.pro_btn a:hover:after {
    margin-left: 10px;
    opacity: 1;
}

.pro_btn a:after {
    content: " \f105";
    font-family: "FontAwesome";
    position: absolute;
    margin-left: -10px;
    transition: all .3s;
    opacity: 0;
}

#scroll {
    position: fixed;
    right: 10px;
    bottom: 10px;
}

.padding_both {
    padding: 0
}

.sticky {
    position: fixed;
    top: 0;
    width: 100%;
}

.sticky + .content {
    padding-top: 60px;
}

.for_email {
    position: absolute;
    left: -17px;
    bottom: 6px;
}

.for_phone {
    position: absolute;
    bottom: 4px;
    left: -15px;
}

.pro_container {
    position: relative;
    height: 200px;
    border-bottom: 1px solid #ccc;
}

.pro_image {
    display: block;
    width: 100%;
    height: 100%;
}

.pro_overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #dbb382ab;
    overflow: hidden;
    width: 100%;
    height: 0;
    transition: .5s ease;
}

.pro_container:hover .pro_overlay {
    height: 100%;
}

.pro_text {
    color: white;
    font-size: 13px;
    padding: 6px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
}

.w3-container {
    padding: 0.5em 16px;
    background: white;
    text-align: center;
    height: 100%;
}

.w3-container h4 {
    color: #dbb382;
}

.product_model {
    border: 1px solid #e0e0e0;
    height: 260px;
    overflow: hidden;
}

.product_model:hover {
    box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.2), 0 4px 20px 0 rgba(0, 0, 0, 0.19);;
}

.btn-banner-1:hover {
    color: #ffffff;
    background: #3faa39;
}

.white_text {
    color: #fff !important;
}

.white_text::after {
    background: #fff !important;
}

.ul_product {
    width: 100%;
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.ul_product li {
    width: 23%;
    margin: 8px;
    list-style-type: none;
    display: inline-block;
    vertical-align: top;
}

.footer_img {
    width: 68%;
    background: white;
    padding: 10px;
    border-radius: 4px;
}

.fl-rich-text p {
    margin-bottom: 10px;
}

.ul_about {
    padding-left: 20px;
}

.ul_about li {
    margin-bottom: 10px;
    list-style-type: circle;
    width: 100%;
}

.border-line {
    border: 1px solid #d8d8d8;
    width: 97%;
    padding-left: 10px;
    margin: 0 auto;
    margin-top: 35px;
    margin-bottom: 30px;
}

.feature-row__image {
    margin: 0 auto 19.44444px;
    position: relative;
    width: 100%;
}

.why_us_sub_title {
    font-size: 15px;
    font-weight: bold;
    margin: 9px 0;
}

.footer_ul {
    width: 100%;
}

.footer_ul li {
    width: 23%;
    display: inline-block;
    vertical-align: middle;
}

footer_ul_payment li {
    width: 23%;
    display: inline-block;
    vertical-align: middle;
}

.footer_ul li img {
    width: 100%;
}

.cart_count {
    position: absolute;
    right: 1px;
    top: -5px;
}

/*.*/
.read_more_btn {
    width: 13%;
    margin-top: 20px;
}

fieldset.scheduler-border {
    border: 1px groove #ddd !important;
    padding: 0 1.4em 1.4em 1.4em !important;
    margin: 0 0 1.5em 0 !important;
    -webkit-box-shadow: 0px 0px 0px 0px #000;
    box-shadow: 0px 0px 0px 0px #000;
}

legend.scheduler-border {
    width: auto;
    border-bottom: none;
    background: #dbb382;
    line-height: 36px;
    padding: 6px;
    border-radius: 4px;
    letter-spacing: 1px;
    color: #fff;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
    font: 10pt Verdana;
    text-transform: uppercase;
}

#h_300 {
    height: 300px !important;
}

.pad_four {
    padding: 4%;
}

.footer_btn {
    color: #3faa39;
    background: #fff;
}

.footer_btn:hover {
    color: #fff;
    background: #3faa39;
}

#demo {
    /*height: 333px;*/
    overflow: hidden;
}

.anchor_color {
    color: #dbb382;
}

.mt-15 {
    margin-top: 15px;
    color: #dbb382;
    margin-bottom: 10px;
    text-decoration: underline;
}

.faq_qus {
    font-weight: 600 !important;
}

.faq_ans {
    margin-bottom: 10px;
    color: #f79550 !important;
    font-weight: 500 !important;
}

.footer-grids ul li {
    list-style-type: none;
    width: 47%;
    display: inline-block;
}

.footer_ul li.certificate_li {
    list-style-type: none;
    width: 30%;
    display: inline-block;
}

.sub_cat_class {
    font-weight: 600;
    text-decoration: underline;
    color: #dbb382 !important;
}

.list-group-item {
    padding: 0.75rem 1rem;
}