@import url(https://fonts.googleapis.com/css?family=Lato:400, 700, 900|Arimo:400, 400i, 700);

* {

    margin: 0;

    padding: 0;

}

html {

  scroll-behavior: smooth;

}

body {

    font-family: Quicksand, sans-serif;

    font-size: 15px;

    line-height: 25px;

    color: #858585;

}

.enq-call {

    color: #fff;

    padding: 2px 0px;

    width: 76px;

}

.enq-call i {

    font-size: 22px;

    padding: 6px 10px;

    background: no-repeat;

    border-radius: 6px;

    border: 1px solid #fff;

    color: #fff;

}

.copyrights {

    text-align: center;

    width: 100%;

    float: left;

    padding: 20px 0;

    margin-bottom: 37px;

    background: #000;

}

.b-button {

    display: none;

}

 .b-button {

        display: block;

        position: fixed;

        z-index: 9999;

        bottom: 0;

        width: 100%;

        background: #000;

        text-align: center;

        padding: 9px;

        font-size: 18px;

        color: #fff;

        box-shadow: 0 0 8px #3e3e3e;

    }

@media (max-width: 768px) {

   .b-button {

        display: block;

        position: fixed;

        z-index: 9999;

        bottom: 0;

        width: 100%;

        background: #000;

        text-align: center;

        padding: 9px;

        font-size: 18px;

        color: #fff;

        box-shadow: 0 0 8px #3e3e3e;

    } 

}

.floatleft {

    float: left;

}

.floatright {

    float: right;

}

img {

    max-width: 100%;

    height: auto;

}

.fix {

    overflow: hidden;

}

p {

    margin: 0;

	color:#000;

}

h1,

h2,

h3,

h4,

h5,

h6 {

    color:#1f9d79;

    margin-bottom: 10px;

    margin-top: 0;

    line-height: auto;

    font-weight: 700;

    font-family: Quicksand, sans-serif;

}

input:focus,

select:focus {

    outline: 0;

}

button,

input {

    transition: all 0.3s;

    -webkit-transition: all 0.3s;

    -moz-transition: all 0.3s;

}

a {

    -webkit-transition: all 0.3s ease 0s;

    transition: all 0.3s ease 0s;

    -moz-transition: all 0.3s;

    text-decoration: none;

    color: #fff;

    font-weight: 700;

    font-size: 14px;

}

a:hover {

    color: #fff;

}

a:active,

a:focus,

a:hover {

    outline: 0;

    text-decoration: none;

}

button:focus {

    outline: 0;

}

ul {

    list-style: outside none none;

    margin: 0;

    padding: 0;

}

:after,

:before {

    transition: all 0.3s;

    -webkit-transition: all 0.3s;

    -moz-transition: all 0.3s;

}

div {

    transition: all 0.3s;

    -webkit-transition: all 0.3s;

    -moz-transition: all 0.3s;

}

.black-opacity {

    position: relative;

    z-index: 9;

}

.black-opacity:before {

    position: absolute;

    left: 0;

    top: 0;

    width: 100%;

    height: 100%;

    background: #000000ad;

    content: "";

    opacity: 0.9;

}

.bg-img-1 {

    background: url(../images/bg/1.png) no-repeat center center/cover;

	/* background-attachment: fixed; */

	background-size:100%;

}

.bg-img-2 {

    background: url(../images/bg/2.jpg) no-repeat center center/cover;

}

.bg-img-3 {

    background: url(../images/bg/3.jpg) no-repeat center center/cover;

}

.bg-img-4 {

    background: url(../images/bg/4.png) no-repeat center center/cover;

}

.bg-img-5 {

    background: url(../images/bg/6.jpg) no-repeat center center/cover;

}

.bg-img-6 {

    background: url(../images/bg/7.jpg) no-repeat center center/cover;

}

.pt-120 {

    padding-top: 120px;

}

.ptb-120 {

    padding: 120px 0;

}

.mb-40 {

    margin-bottom: 40px;

}

.bg-1 {

    background: #fafafa;

}

.bg-fff {

    background: #fff;

}

a#scrollUp {

    position: fixed;

    right: 10px;

    bottom: 20px;

    height: 45px;

    width: 45px;

    background: #222;

    text-align: center;

    line-height: 45px;

    color: #fff;

    font-size: 12px;

    border-radius: 5px;

}

a#scrollUp:hover {

    background: #ff9c10;

}

.preloder-wrap {

    background-color: #222;

    color: #fff;

    height: 100vh;

    display: -webkit-box;

    display: -ms-flexbox;

    display: flex;

    -webkit-box-pack: center;

    -ms-flex-pack: center;

    justify-content: center;

    -webkit-box-align: center;

    -ms-flex-align: center;

    align-items: center;

    position: fixed;

    left: 0;

    top: 0;

    width: 100%;

    z-index: 999999999;

}

.loader {

    height: 200px;

    left: 50%;

    margin-left: auto;

    margin-right: auto;

    position: relative;

    right: 50%;

    top: 0;

    width: 100%;

    margin-left: -100px;

}

.loader .siteref {

    bottom: 16px !important;

    display: block;

    font-size: 10px;

    left: 10px;

    margin: 0 auto;

    position: absolute;

    right: 0;

    width: 100% !important;

}

.preloder-wrap .child-common {

    border-radius: 50% 50% 50% 50%;

    position: absolute;

    border-left: 5px solid #fff;

    border-right: 5px solid #fff;

    border-top: 5px solid transparent;

    border-bottom: 5px solid transparent;

    -webkit-animation: animate3 2s infinite;

    animation: animate3 2s infinite;

}

.preloder-wrap .child1 {

    left: 75px;

    top: 75px;

    width: 50px;

    height: 50px;

}

.preloder-wrap .child2 {

    left: 65px;

    top: 65px;

    width: 70px;

    height: 70px;

    -webkit-animation-delay: 0.1s;

    animation-delay: 0.1s;

}

.preloder-wrap .child3 {

    left: 55px;

    top: 55px;

    width: 90px;

    height: 90px;

    -webkit-animation-delay: 0.2s;

    animation-delay: 0.2s;

}

.preloder-wrap .child4 {

    left: 45px;

    top: 45px;

    width: 110px;

    height: 110px;

    -webkit-animation-delay: 0.3s;

    animation-delay: 0.3s;

}

@-webkit-keyframes animate3 {

    50% {

        -webkit-transform: rotate(180deg);

        transform: rotate(180deg);

    }

    100% {

        -webkit-transform: rotate(0);

        transform: rotate(0);

    }

}

@keyframes animate3 {

    50% {

        -webkit-transform: rotate(180deg);

        transform: rotate(180deg);

    }

    100% {

        -webkit-transform: rotate(0);

        transform: rotate(0);

    }

}

.header-top-area {

   border-bottom: 1px solid #eb629a;

    padding: 0px 0;

}

.header-top-left ul li {

    display: inline-block;

    margin: 2px 20px 2px 0;

    color: #fff;

}

.header-top-left ul li i {

    margin-right: 5px;

}

.header-top-left ul li:last-child {

    margin-right: 0;

}

.header-top-right ul li {

    display: inline-block;

}

.header-top-right ul li a {

    display: block;

    height: 30px;

    width: 30px;

    line-height: 35px;

    background: #fff;

    text-align: center;

    font-size: 13px;

    border-radius: 3px;

}

.header-bottom-area {

    background: #33bd95;

	border-top: 4px solid #000;

}

.header-bottom-area.sticky-menu {

    width: 100%;

    left: 0;

    top: 0;

    position: fixed;

    z-index: 999;

    background: #fff;

    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);

    -webkit-transition: all 0.5s ease 0s;

    transition: all 0.5s ease 0s;

    -webkit-animation: 0.5s ease-in-out 0s normal none 1 running fadeInDown;

    animation: 0.5s ease-in-out 0s normal none 1 running fadeInDown;

}

.logo {

    padding: 9px 0;

}

.mainmenu {

    margin-top: 30px;

}

.mainmenu ul li {

    display: inline-block;

    margin-left: 10px;

    position: relative;

        background-color: rgb(31 157 121)!important;

    border-radius: 5px!important;

}

.mainmenu ul li:first-child {

    margin-left: 0;

}

.mainmenu ul li a {

    display: block;

    padding: 0px 5px;

    text-transform: uppercase;

    color:#fff;

    font-size: 14px;

   color:#fff;

   /*font-weight:normal;*/

   border-right: 1px dashed #68b92c;

}

.mainmenu ul li.active > a,

.mainmenu ul li:hover > a {

    color: #ff9c10;

}

.mainmenu ul li > ul {

    position: absolute;

    left: 0;

    top: 150%;

    background: #fff;

    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);

    padding: 10px;

    width: 180px;

    opacity: 0;

    visibility: hidden;

    transition: all 0.3s;

    -webkit-transition: all 0.3s;

    -moz-transition: all 0.3s;

    text-align: left;

    border-top: 3px solid #ff9c10;

    z-index: 999;

}

.mainmenu ul li > ul.right {

    left: auto;

    right: 0;

}

.mainmenu ul li:hover > ul {

    top: 100%;

    visibility: visible;

    opacity: 1;

}

.mainmenu ul li > ul li {

    margin: 0;

    display: block;

}

.mainmenu ul li > ul li a {

    padding: 7px 0;

    text-transform: capitalize;

}

.mainmenu ul li > ul li:hover > a {

    padding-left: 10px;

}

.slider-items {

    position: absolute;

    left: 0;

    top: 0;

    width: 100%;

    height: 100%;

    display: -webkit-box;

    display: -ms-flexbox;

    display: flex;

    -webkit-box-orient: vertical;

    -webkit-box-direction: normal;

    -ms-flex-direction: column;

    flex-direction: column;

    -webkit-box-pack: center;

    -ms-flex-pack: center;

    justify-content: center;

    z-index: 999;

}

.slider-items:before {

    position: absolute;

    left: 0;

    top: 0;

    width: 100%;

    height: 100%;

    background: #000;

    content: "";

    z-index: -9;

    opacity: 0.5;

}

.slider-items h2 {

    color: #fff;

    font-size: 35px;

    margin-bottom: 15px;

    font-weight: 600;

    text-transform: uppercase;

}

.slider-items h2 span {

    color: #ff9c10;

}

.slider-items p {

    font-size: 18px;

    margin-bottom: 35px;

}

.slider-items ul li {

    display: inline-block;

    margin: 0 2px;

}

.slider-items ul li a {

    padding: 14px 30px;

    background: #ff9c10;

    text-transform: uppercase;

    display: block;

}

.slider-items ul li:hover a {

    background: #fff;

    color: #222;

}

.nivo-directionNav a {

    background: #fff none repeat scroll 0 0;

    display: inline-block;

    height: 50px;

    left: 50px;

    line-height: 50px;

    position: absolute;

    text-align: center;

    width: 50px;

    z-index: 999;

    top: 50%;

    transform: translateY(-50%);

    -webkit-transform: translateY(-50%);

    -moz-transform: translateY(-50%);

    border-radius: 50%;

    font-size: 20px;

}

.nivo-directionNav a:hover {

    background: #ff9c10;

    color: #222;

}

.nivo-directionNav a.nivo-nextNav {

    left: auto;

    right: 50px;

}

.nivo-controlNav {

    padding: 0;

}

.responsive-menu-wrap {

    position: relative;

}

.responsive-menu-wrap .slicknav_btn {

    background-color: transparent;

    border-radius: 0;

    display: block;

    float: right;

    padding: 18px 20px;

    text-decoration: none;

    text-shadow: none;

    vertical-align: middle;

    height: 0;

    width: 0;

    margin: 0;

}

.slicknav_menu .slicknav_icon {

    margin: 0 -5px;

}

.responsive-menu-wrap .slicknav_menu .slicknav_menutxt {

    display: none;

}

.responsive-menu-wrap .slicknav_menu {

    background: transparent none repeat scroll 0 0;

    font-size: 15px;

    padding: 19px 0;

    position: absolute;

    right: 0;

    top: 0;

}

.responsive-menu-wrap .slicknav_menu .slicknav_icon-bar {

    border-radius: 0;

    box-shadow: none;

    -webkit-box-shadow: none;

    -moz-box-shadow: none;

    display: block;

    height: 2px;

    width: 25px;

    background: #222;

}

.responsive-menu-wrap .slicknav_nav {

    background: #222;

    border-radius: 0;

    clear: both;

    color: #fff;

    font-size: 15px;

    margin: 0;

    padding: 5px 0;

    position: relative;

    top: 25px;

    width: 720px;

    z-index: 99;

    right: 0;

    z-index: 9999999;

    position: relative;

}

.slicknav_nav a {

    color: #f1f1f1;

    text-decoration: none;

    text-transform: capitalize;

}

.slicknav_nav a i {

    display: none;

}

.slicknav_nav a:hover {

    background: transparent none repeat scroll 0 0;

    border-radius: 0;

    text-shadow: 0 3px 5px rgba(0, 0, 0, 0.5);

    color: #fff;

}

.responsive-menu-wrap .slicknav_nav .slicknav_row:hover {

    background: 0 0;

}

.responsive-menu-wrap .slicknav_nav .slicknav_arrow {

    font-size: 10px;

    margin: 5px;

}

.responsive-menu-wrap .slicknav_open .slicknav_icon span:first-child {

    transform: rotate(-45deg);

    -webkit-transform: rotate(-45deg);

    -moz-transform: rotate(-45deg);

    position: relative;

    top: 5px;

}

.responsive-menu-wrap .slicknav_open .slicknav_icon span:last-child {

    transform: rotate(45deg);

    -webkit-transform: rotate(45deg);

    -moz-transform: rotate(45deg);

}

.responsive-menu-wrap .slicknav_open .slicknav_icon span:nth-child(2) {

    display: none;

}

.location-sec {

    width: 80%;

    padding: 80px 0;

    clear: both;

    margin: 0 auto;

}

.location-sec iframe {

    width: 100%;

    margin: 0 auto;

    border-radius: 10px;

    height: 300px;

}

.service-area {

    background: #fff;

    margin-top: 60px;

	margin-bottom: 50px;

}

.service-items {

    margin-top: 35px;

}

.section-title {

    margin-bottom: 35px;

}

.section-title h2 {

    text-transform: uppercase;

    padding-bottom: 15px;

    margin-bottom: 20px;

    position: relative;

    font-weight: 700;

    line-height: 23px;

}

.section-title p {

    font-size: 17px;

    font-style: italic;

    line-height: 28px;

    font-weight: 600;

}

.section-title h2:after,

.section-title h2:before {

    position: absolute;

    left: 50%;

    bottom: 0;

    height: 3px;

    content: "";

    -webkit-transform: translateX(-50%);

    transform: translateX(-50%);

    -webkit-transform: -webkit-translateX(-50%);

    transform: -webkit-translateX(-50%);

    transform: -moz-translateX(-50%);

}

.section-title h2:before {

    width: 90px;

    background: #d1d0cb;

}

.section-title h2:after {

    background: #017a73;

    width: 30px;

}

.section-title2 h2,

.section-title2 p {

    color: #fff;

}

.section-title2 h2:before {

    background: #fff;

}

.service-wrap h3 {

    font-size: 18px;

    text-transform: uppercase;

    font-weight: 700;

    margin-bottom: 20px;

}

.service-wrap h3 i {

    margin-left: 20px;

    font-size: 25px;

    color: #ff9c10;

    position: relative;

    top: 2px;

}

.service-wrap p {

    margin-bottom: 15px;

    text-align: center;

}

.service-wrap a {

    text-transform: capitalize;

    font-weight: 600;

    color: #fff;

    background: #017a73;

    padding: 10px;

    border-radius: 6px;

    text-align: center;

}

.service-wrap a:hover {

    color: #fff;

}

.service-items2 .service-wrap h3 i {

    margin: 0 20px 0 0;

}

.callto-action-area {

    padding-top: 10px;

}

.callto-action-wrap {

    padding: 90px 0;

}

.callto-action-wrap h2 {

    font-weight: 700;

    margin-bottom: 20px;

    color: #fff;

}

.callto-action-wrap p {

    color: #fff;

    margin-bottom: 30px;

}

.callto-action-wrap a {

    display: inline-block;

    padding: 13px 40px;

    background: #1f9d79;

    text-transform: uppercase;

    border-radius: 6px;

}

.callto-action-wrap a:hover {

    background: #fff;

    color: #222;

}

.about-area {

    background: #fff;

}

.about-item h3 {

    font-size: 18px;

    font-weight: 700;

    text-transform: uppercase;

    margin-bottom: 25px;

}

.about-item h3 i {

    font-size: 30px;

    top: 4px;

    position: relative;

    margin-right: 15px;

}

.project-area {

    padding: 120px 0 90px;

}

.project-menu button {

    display: inline-block;

    font-weight: 700;

    text-transform: uppercase;

    padding: 10px 30px;

    border: 1px solid #e5e5e5;

    cursor: pointer;

    font-size: 12px;

    background: 0 0;

    margin: 0 1px;

}

.project-menu button.active {

    background: #ff9c10;

    border-color: #ff9c10;

    color: #fff;

}

.project-wrap {

    position: relative;

    margin-bottom: 30px;

}

.project-content {

    position: absolute;

    left: 0;

    top: 0;

    width: 100%;

    height: 100%;

    display: -webkit-box;

    display: -ms-flexbox;

    display: flex;

    -webkit-box-orient: vertical;

    -webkit-box-direction: normal;

    -ms-flex-direction: column;

    flex-direction: column;

    -webkit-box-pack: center;

    -ms-flex-pack: center;

    justify-content: center;

    text-align: center;

    background: rgba(0, 0, 0, 0.7);

    visibility: hidden;

    -webkit-transform: scaleY(0);

    transform: scaleY(0);

    -webkit-transform-origin: bottom;

    transform-origin: bottom;

    -webkit-transition: all 0.3s;

    transition: all 0.3s;

}

.project-wrap:hover .project-content {

    visibility: visible;

    -webkit-transform: scaleY(1);

    transform: scaleY(1);

}

.project-content a {

    display: inline-block;

    height: 35px;

    width: 35px;

    line-height: 35px;

    border: 1px solid #fff;

    color: #fff;

    margin: 0 auto 20px;

}

.project-content a:hover {

    background: #fff;

    color: #222;

}

.project-content h3 {

    font-size: 16px;

    text-transform: uppercase;

    font-weight: 700;

    color: #fff;

    margin: 0;

}

#callme-1 {

    position: fixed;

    right: 10px;

    top: 100px;

    width: 70px;

    height: 70px;

    cursor: pointer;

    z-index: 99990;

}

#callme-p {

    position: fixed;

    right: 1px;

    top: 220px;

    width:191px;

    height: 70px;

    cursor: pointer;

    z-index: 99990;

}

.team-area {

    padding: 120px 0 90px;

    background: #fff;

}

.team-wrap {

    margin-bottom: 30px;

    background: #fafafa;

    padding-top: 30px;

}

.team-content {

    background: #ff9c10;

    overflow: hidden;

    padding: 30px 80px 30px 30px;

    position: relative;

}

.team-content h3 {

    text-transform: uppercase;

    font-weight: 700;

    margin-bottom: 15px;

    font-size: 18px;

}

.team-content h3 span {

    font-size: 14px;

    display: inline-block;

    margin-left: 10px;

    font-style: italic;

}

.team-content p {

    font-size: 15px;

    color: #fff;

}

.team-content ul {

    background: #222;

    text-align: center;

    position: absolute;

    right: 0;

    top: 0;

    height: 100%;

    padding: 0 15px;

    display: -webkit-box;

    display: -ms-flexbox;

    display: flex;

    -webkit-box-orient: vertical;

    -webkit-box-direction: normal;

    -ms-flex-direction: column;

    flex-direction: column;

    -webkit-box-pack: center;

    -ms-flex-pack: center;

    justify-content: center;

}

.team-content ul li {

    margin-bottom: 10px;

}

.team-content ul li:last-child {

    margin-bottom: 0;

}

.team-content ul li a {

    font-size: 20px;

    color: #ff9c10;

}

.team-content ul li a:hover {

    color: #fff;

}

.test-wrap {

    padding: 55px 30px;

    border: 2px solid #fff;

}

.test-info {

    float: left;

    width: 120px;

}

.test-img {

    width: 85px;

}

.test-info h3 {

    font-size: 15px;

    text-transform: uppercase;

    color: #ff9c10;

    font-weight: 700;

    margin: 20px 0 3px;

}

.test-info span {

    display: block;

    color: #fff;

    font-weight: 300;

    font-family: "Roboto Condensed";

    font-size: 12px;

    text-transform: capitalize;

    line-height: 15px;

}

.test-content {

    overflow: hidden;

}

.test-content p {

    color: #fff;

}

.dotate-style {

    padding-bottom: 50px;

}

.dotate-style .owl-dots {

    position: absolute;

    left: 0;

    right: 0;

    bottom: -5px;

    text-align: center;

    width: 100%;

}

.dotate-style .owl-dot {

    height: 12px;

    width: 12px;

    background: #fff;

    display: inline-block;

    margin: 0 3px;

    border-radius: 50%;

}

.dotate-style .owl-dot.active {

    background: #ff9c10;

}

.pricing-area {

    padding: 120px 0 90px;

}

.pricing-wrap {

    margin-bottom: 30px;

    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);

    padding-bottom: 40px;

    border-bottom: 5px solid #222;

}

.pricing-wrap.active {

    border-color: #ff9c10;

}

.pricing-icon {

    background: #222;

    padding-top: 40px;

}

.pricing-wrap.active .pricing-icon {

    background: #ff9c10;

}

.pricing-icon i {

    height: 65px;

    width: 65px;

    line-height: 65px;

    color: #fff;

    background: #333;

    border-radius: 50%;

    margin-bottom: 15px;

    font-size: 24px;

}

.pricing-wrap.active .pricing-icon i {

    background: #a78924;

}

.pricing-icon h3 {

    font-size: 20px;

    text-transform: uppercase;

    color: #fff;

    margin-bottom: 35px;

}

.pricing-wrap.active .pricing-icon h3 {

    color: #222;

}

.pricing-icon h4 {

    background: #ff9c10;

    padding: 20px 0;

    font-size: 24px;

    text-transform: uppercase;

    margin: 0;

}

.pricing-wrap.active .pricing-icon h4 {

    background: #222;

    color: #fff;

}

.pricing-icon h4 span {

    font-size: 16px;

}

.pricing-wrap ul li {

    padding: 8px 0;

    font-size: 16px;

}

.pricing-wrap ul li:nth-child(even) {

    background: #f2f2f2;

}

.pricing-wrap button {

    padding: 10px 35px;

    background: #ff9c10;

    border: none;

    text-transform: uppercase;

    font-weight: 700;

    margin-top: 30px;

}

.pricing-wrap button:hover {

    background: #222;

    color: #fff;

}

.brand-area {

    padding: 100px 0;

    background: #f1f1f1;

}

.brand-wrap a {

    display: block;

    border: 2px solid #ff9c10;

}

.footer-top-area {

    padding: 100px 0 50px;

}

.footer-widget {

    margin-bottom: 50px;

}

.footer-logo img {

    margin-bottom: 35px;

}

.footer-logo p {

    color: #fff;

    margin-bottom: 30px;

}

.footer-logo form {

    position: relative;

}

.footer-logo input {

    width: 100%;

    height: 40px;

    background: #fff;

    border: 1px solid #fff;

    padding-left: 20px;

    padding-right: 40px;

}

.footer-logo button {

    position: absolute;

    right: 0;

    top: 0;

    width: 40px;

    font-size: 16px;

    height: 40px;

    line-height: 40px;

    background: #ff9c10;

    border: none;

    color: #fff;

}

.footer-widget h2 {

    text-transform: uppercase;

    margin-bottom: 25px;

    padding-bottom: 10px;

    position: relative;

    color: #fff;

    font-size: 20px;

}

.footer-widget h2:before {

    position: absolute;

    left: 0;

    bottom: 0;

    width: 60px;

    height: 2px;

    background: #ff9c10;

    content: "";

}

.footer-contact ul li {

    display: block;

    line-height: 30px;

    color: #fff;

    margin-bottom: 3px;

}

.footer-contact ul li i {

    margin-right: 10px;

}

.footer-contact ul.socil-media {

    margin-top: 25px;

}

.footer-contact ul.socil-media li {

    display: inline-block;

}

.footer-contact ul.socil-media li a {

    display: block;

    height: 30px;

    width: 30px;

    text-align: center;

    line-height: 30px;

    background: #fff;

}

.footer-contact ul.socil-media li a:hover {

    background: #ff9c10;

    color: #222;

}

.footer-contact ul.socil-media li a i {

    margin-right: 0;

}

.footer-menu ul li {

    line-height: 30px;

    margin-bottom: 5px;

}

.footer-menu ul li a {

    color: #fff;

    font-weight: 400;

    position: relative;

    padding-left: 25px;

}

.footer-menu ul li a:hover {

    color: #ff9c10;

}

.footer-menu ul li a:before {

    position: absolute;

    left: 0;

    top: -4px;

    content: "\f101";

    font-family: fontawesome;

}

.footer-menu ul li a:hover:before {

    left: 5px;

}

.footer-bottom-area {

    padding: 10px 0;

    background:#1f9d79;

    font-size: 16px;

    color: #fff;

    

}

.footer-bottom-area span {

    font-weight: 700;

}

.header-area2 .header-bottom-area {

    position: absolute;

    left: 0;

    width: 100%;

    z-index: 9999;

    background: 0 0;

}

.header-bottom {

    background: #ff9c10;

    padding: 0 20px;

}

.header-area2 .header-top-area {

    background: #fff;

}

.header-area2 .header-top-left ul li {

    color: #222;

}

.header-area2 .header-top-right ul li a {

    background: #ff9c10;

}

.header-area2 .header-top-right ul li a:hover {

    color: #fff;

}

.header-area2 .mainmenu ul li.active > a,

.header-area2 .mainmenu ul li:hover > a {

    color: #fff;

}

.header-area2 .mainmenu ul li > ul li.active a,

.header-area2 .mainmenu ul li > ul li:hover a {

    color: #ff9c10;

}

.slider-area2 .slider-items {

    position: relative;

}

.slider-content {

    position: absolute;

    left: 0;

    top: 0;

    width: 100%;

    height: 100%;

    display: -webkit-box;

    display: -ms-flexbox;

    display: flex;

    -webkit-box-orient: vertical;

    -webkit-box-direction: normal;

    -ms-flex-direction: column;

    flex-direction: column;

    -webkit-box-pack: center;

    -ms-flex-pack: center;

    justify-content: center;

    z-index: 9999;

    padding-top: 80px;

}

.slider-area2 .slider-items:before {

    z-index: 9;

}

.slider-area2 .slider-items p {

    color: #fff;

}

.slider-area2 .slider-items img {

    visibility: hidden;

}

.service-area2 .service-wrap {

    margin-bottom: 30px;

    padding: 30px;

    background: #fafafa;

    text-align: center;

}

.service-area2 .service-wrap i {

    width: 80px;

    height: 80px;

    background: #ff9c10;

    line-height: 80px;

    border-radius: 50%;

    font-size: 24px;

    color: #fff;

    margin-bottom: 30px;

}

.service-area2 .service-wrap h3 {

    margin-bottom: 15px;

    font-size: 18px;

	border-top: 1px dashed;

    border-bottom: 1px dashed;

    color: #1f9d79;

	padding: 4px;

}

.slider-active2 .owl-dots {

    position: absolute;

    left: 0;

    bottom: 15px;

    right: 0;

    text-align: center;

}

.slider-active2 .owl-dot {

    height: 10px;

    width: 4px;

    background: #fff;

    display: inline-block;

    margin: 0 2px;

    border-top-left-radius: 3px;

    border-top-right-radius: 3px;

}

.slider-active2 .owl-dot.active {

    background: #ff9c10;

    height: 15px;

}

.fanfact-area {

    padding: 100px 0 70px;

}

.fanface-wrap {

    margin-bottom: 28px;

    text-align: center;

}

.fanface-wrap h2 {

    font-size: 35px;

    font-weight: 700;

    margin-bottom: 10px;

    color: #fff;

    line-height: 35px;

}

.fanface-wrap h3 {

    color: #ff9c10;

    text-transform: uppercase;

    font-size: 16px;

}

.team-area2 .team-wrap {

    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);

    padding-top: 0;

}

.team-area2 .team-img {

    padding-top: 30px;

}

.team-area2 .team-img {

    position: relative;

    overflow: hidden;

}

.team-area2 .team-img ul {

    position: absolute;

    right: 0;

    top: 0;

    height: 100%;

    background: #222;

    display: -webkit-box;

    display: -ms-flexbox;

    display: flex;

    -webkit-box-orient: vertical;

    -webkit-box-direction: normal;

    -ms-flex-direction: column;

    flex-direction: column;

    -webkit-box-pack: center;

    -ms-flex-pack: center;

    justify-content: center;

    padding: 0 10px;

    transition: all 0.3s;

    -webkit-transition: all 0.3s;

    -moz-transition: all 0.3s;

    -webkit-transform: scaleX(0);

    transform: scaleX(0);

    -webkit-transform-origin: right;

    transform-origin: right;

    opacity: 0;

    visibility: hidden;

}

.team-area2 .team-wrap:hover .team-img ul {

    -webkit-transform: scaleX(1);

    transform: scaleX(1);

    visibility: visible;

    opacity: 1;

}

.team-area2 .team-img ul li {

    margin-bottom: 10px;

}

.team-area2 .team-img ul li a {

    color: #fff;

    font-size: 17px;

}

.news-area .pagination-wrapper {

    margin-bottom: 30px;

}

.team-area2 .team-img ul li a:hover {

    color: #ff9c10;

}

.team-area2 .team-content {

    padding-right: 20px;

}

.testmonial-area2 .test-wrap {

    padding: 0;

    border: none;

    text-align: center;

}

.testmonial-area2 .test-info {

    float: none;

    width: auto;

    margin-bottom: 20px;

}

.testmonial-area2 .test-info {

    float: none;

    width: auto;

    margin-bottom: 20px;

}

.testmonial-area2 .test-img {

    margin: auto;

    border-radius: 50%;

    overflow: hidden;

}

.testmonial-area2 .test-info h3 {

    font-size: 20px;

}

.testmonial-area2 .test-content p {

    font-size: 16px;

}

.about-area.about-area2 {

    background: #fafafa;

}

.news-area {

    padding: 120px 0 90px;

    background: #fff;

}

.news-wrap {

    background: #fafafa;

    margin-bottom: 30px;

}

.news-img {

    position: relative;

    overflow: hidden;

}

.news-img:before {

    position: absolute;

    left: 0;

    top: 0;

    width: 100%;

    height: 100%;

    background: #000;

    content: "";

    opacity: 0;

    z-index: 9;

}

.news-wrap:hover .news-img:before {

    opacity: 0.5;

}

.news-img img {

    transition: all 0.3s;

    -webkit-transition: all 0.3s;

    -moz-transition: all 0.3s;

    transform: scale(1);

    -webkit-transform: scale(1);

    -moz-transform: scale(1);

    width: 100%;

}

.news-wrap:hover .news-img img {

    transform: scale(1.1);

    -webkit-transform: scale(1.1);

    -moz-transform: scale(1.1);

}

.news-content {

    padding: 30px 20px;

}

.news-content ul li {

    display: inline-block;

    margin-right: 15px;

    color: #797878;

}

.news-content ul li:last-child {

    margin-right: 0;

}

.news-content ul li a {

    color: #797878;

    font-weight: 400;

}

.news-content ul li i {

    margin-right: 3px;

}

.news-content h3 {

    font-size: 20px;

    margin: 20px 0 20px;

}

.news-content p {

    margin-bottom: 20px;

}

.news-content a.readmore {

    text-transform: uppercase;

    font-weight: 700;

    font-size: 13px;

    text-decoration: underline;

    color: #ff9c10;

}

.news-content a.readmore:hover {

    color: #222;

}

.breadcumb-area {

    height: 250px;

    display: -webkit-box;

    display: -ms-flexbox;

    display: flex;

    -webkit-box-orient: vertical;

    -webkit-box-direction: normal;

    -ms-flex-direction: column;

    flex-direction: column;

    -webkit-box-pack: center;

    -ms-flex-pack: center;

    justify-content: center;

}

.breadcumb-wrap h2 {

    font-size: 35px;

    color: #fff;

    font-weight: 700;

    text-transform: uppercase;

    margin-bottom: 0;

}

.breadcumb-wrap ul li {

    display: inline-block;

    color: #fff;

    font-weight: 600;

    margin: 6px 0 6px 5px;

}

.breadcumb-wrap ul li.active {

    color: #ff9c10;

}

.breadcumb-wrap ul li a {

    color: #fff;

}

.breadcumb-wrap ul li a:hover {

    color: #ff9c10;

}

.about-page-area {

    padding-bottom: 90px;

    background: #fff;

}

.about-page-wrap {

    background: #fafafa;

    text-align: center;

    margin-bottom: 30px;

}

.about-content {

    padding: 40px 30px;

}

.about-content h3 {

    text-transform: uppercase;

    margin-bottom: 20px;

    font-size: 22px;

}

.about-wrap p {

    text-align: justify;

}

.about-area2 .about-wrap h3 {

    margin-bottom: 12px;

    /* text-transform: capitalize; */

    border-bottom: 1px solid;

    display: inline-block;

    padding-bottom: 10px;    /*text-transform: capitalize;*/

}

.about-area2 .about-wrap p {

    margin-bottom: 5px;

}

.about-area2 .about-wrap ul li {

    position: relative;

    line-height: 30px;

    font-weight: 600;

    font-style: italic;

    padding-left: 20px;

    font-size: 16px;

}

.about-area2 .about-wrap ul li:before {

    position: absolute;

    left: 0;

    top: 0;

    content: "\f101";

    font-family: fontawesome;

    font-style: normal;

}

.service-area3 .service-wrap {

    padding: 0;

    text-align: left;

    border: 1px solid #1f9d79;

    box-shadow: 0 4px 0 #1f9d79;

    padding: 15px 15px;

    margin: 5px 5px;

   

    border-radius: 5px;

    margin-bottom: 40px;

	border-bottom: 4px solid #1f9d79;

    border-bottom-right-radius: 20px;

    border-bottom-left-radius: 20px;

	/*background-color:#eb629a61;*/

	/* min-height: 396px; */

}

.service-area3 .service-img {

    position: relative;

}

.service-area3 .service-img:before {

    position: absolute;

    left: 0;

    top: 0;

    width: 100%;

    height: 100%;

    background: #000;

    content: "";

    z-index: 9;

    opacity: 0;

}

.service-area3 .service-wrap:hover .service-img:before {

    opacity: 0.5;

}

.service-area3 .service-content {

    padding: 10px 10px;

    text-align: center;

}

.service-content img {

    border-radius: 6px;

    margin-bottom: 15px;

}

.project-area2 .project-wrap {

    width: 25%;

    float: left;

    margin-bottom: 0;

}

.project-area.project-area2 {

    padding: 120px 0;

}

.pagination-wrapper {

    margin-top: 20px;

}

.pagination-wrapper ul li {

    display: inline-block;

}

.pagination-wrapper ul li a,

.pagination-wrapper ul li span {

    display: block;

    height: 40px;

    width: 40px;

    border: 1px solid #ccc;

    line-height: 40px;

    color: #222;

    font-weight: 700;

    font-size: 16px;

}

.pagination-wrapper ul li a:hover,

.pagination-wrapper ul li span {

    background: #ff9c10;

    color: #fff;

    border-color: #ff9c10;

}

.news-sidebar {

    padding: 40px 20px;

    border: 1px solid #eee;

    border-radius: 5px;

}

.widget {

    padding-bottom: 30px;

    margin-bottom: 30px;

    border-bottom: 1px solid #eee;

}

.widget-title {

    font-size: 18px;

    font-weight: 700;

    margin-bottom: 20px;

}

.widget_search form {

    position: relative;

}

.widget_search input {

    height: 45px;

    width: 100%;

    border: 1px solid #eee;

    padding: 0 45px 0 20px;

    border-radius: 3px;

}

.widget_search button {

    position: absolute;

    right: 0;

    top: 0;

    width: 45px;

    height: 45px;

    background: #ff9c10;

    border: none;

    color: #fff;

    border-radius: 3px;

}

.widget_search button:hover {

    background: #222;

}

.widget_archive ul li,

.widget_categories ul li {

    line-height: 32px;

}

.widget_archive ul li a,

.widget_categories ul li a {

    display: block;

    position: relative;

    font-weight: 400;

    padding-left: 20px;

}

.widget_archive ul li a:before,

.widget_categories ul li a:before {

    position: absolute;

    left: 0;

    top: 0;

    content: "\f105";

    font-family: fontawesome;

}

.widget_archive ul li a:hover:before,

.widget_categories ul li a:hover:before {

    padding-left: 5px;

    color: #ff9c10;

}

.widget_recent_entries ul li {

    overflow: hidden;

    padding-bottom: 25px;

    margin-bottom: 25px;

    border-bottom: 1px solid #e1e1e1;

}

.widget_recent_entries ul li:last-child {

    padding-bottom: 0;

    margin-bottom: 0;

    border-bottom: none;

}

.post-img {

    float: left;

    margin-right: 15px;

}

.post-content {

    overflow: hidden;

}

.post-content a {

    display: block;

    font-weight: 400;

    margin-bottom: 5px;

    line-height: 22px;

    font-size: 15px;

}

.widget_tag_cloud {

    margin-bottom: 0;

    border-bottom: none;

    padding-bottom: 0;

}

.post-content p {

    font-weight: 600;

    font-style: italic;

    font-size: 12px;

}

.widget_tag_cloud ul li {

    display: inline-block;

}

.widget_tag_cloud ul li a {

    padding: 8px 12px;

    display: block;

    border: 1px solid #eee;

    color: #787b78;

    margin-bottom: 5px;

}

.widget_tag_cloud ul li a:hover {

    background: #ff9c10;

    border-color: #ff9c10;

    color: #fff;

}

.news-details-area {

    background: #fff;

}

.news-details-wrap {

    border-bottom: 1px solid #e1e1e1;

    margin-bottom: 30px;

}

.news-details-img {

    position: relative;

    margin-bottom: 40px;

}

.news-details-img img {

    width: 100%;

}

.news-details-wrap h3 {

    font-size: 28px;

    font-weight: 700;

    line-height: 36px;

    margin-bottom: 25px;

}

.news-details-wrap h3 span {

    display: block;

}

.news-details-wrap p {

    line-height: 28px;

    margin-bottom: 25px;

}

.news-details-wrap .text {

    color: #222;

    font-weight: 400;

    line-height: 28px;

}

.news-details-wrap blockquote {

    padding: 40px 30px;

    border: none;

    color: #222;

    font-style: italic;

    line-height: 28px;

    font-size: 15px;

    font-weight: 600;

    display: block;

    margin: 30px 0;

    background: #ff9c10;

}

.news-tags ul {

    display: inline-block;

    padding: 0 20px;

    position: relative;

}

.news-tags ul:first-child {

    padding-left: 0;

}

.news-tags ul:before {

    position: absolute;

    left: 0;

    top: 0;

    content: "/";

}

.news-tags ul:first-child:before {

    display: none;

}

.news-tags ul li {

    font-weight: 600;

    color: #222;

    display: inline-block;

}

.news-tags ul li:first-child {

    margin-right: 15px;

}

.news-tags ul li a {

    font-weight: 300;

    color: #626a72;

    font-size: 14px;

}

.news-tags ul li a:hover {

    color: #f9690e;

}

.comment-main {

    margin: 70px 0;

    padding-bottom: 70px;

    border-bottom: 1px solid #e1e1e1;

}

h3.news-title {

    font-size: 28px;

    margin-bottom: 30px;

}

h3.news-title span {

    color: #ff9c10;

}

ol {

    list-style: none;

}

.comment-wrapper {

    position: relative;

}

.comments-reply {

    margin-top: 10px;

}

.comment-wrap {

    background: #fff;

    overflow: hidden;

    margin-bottom: 50px;

}

.comment-theme {

    float: left;

    margin-right: 20px;

}

.comment-main-area {

    overflow: hidden;

}

.comment-wrap1 {

    margin-left: 70px;

    margin-bottom: 0;

}

.comment-wrap2 {

    margin-left: 84px;

}

.sewl-comments-meta h4 {

    margin-bottom: 0;

}

.sewl-comments-meta span {

    display: inline-block;

    margin-bottom: 10px;

}

.comment-area p {

    margin-bottom: 25px;

}

.comments-reply a {

    font-weight: 700;

    background: #ff9c10;

    display: inline-block;

    color: #fff;

    font-size: 11px;

    padding: 5px 20px;

    text-transform: uppercase;

}

.comments-reply a i {

    margin-right: 5px;

}

.comments-reply a:hover {

    color: #222;

}

.comment.even.thread-even.depth-1 {

    margin-top: 40px;

}

.sewl-form-inputs input,

.sewl-form-textarea textarea {

    width: 100%;

    height: 50px;

    border: 1px solid #eee;

    padding-left: 20px;

    margin-bottom: 30px;

}

.sewl-form-textarea textarea {

    height: 230px;

}

.form-submit input {

    height: 50px;

    width: 180px;

    text-align: center;

    line-height: 50px;

    border: none;

    background: #222;

    text-transform: uppercase;

    color: #fff;

    font-size: 12px;

    font-weight: 700;

}

.form-submit input:hover {

    background: #ff9c10;

}

.contact-form {

    margin-bottom: 90px;

}

.contact-form input,

.contact-form textarea {

    height: 60px;

    width: 100%;

    background: #fff;

    border: none;

    padding-left: 20px;

    margin-bottom: 30px;

    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);

    font-size: 16px;

}

.contact-form textarea {

    height: 285px;

    padding-top: 10px;

}

.contact-form button {

    padding: 12px 30px;

    background: #ff9c10;

    color: #fff;

    text-transform: uppercase;

    font-size: 13px;

    font-weight: 600;

    border: none;

}

.contact-form button:hover {

    background: #222;

}

.contact-wrap ul li {

    background: #fff;

    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);

    padding: 40px 50px 40px 115px;

    position: relative;

    margin-bottom: 30px;

    font-size: 16px;

    font-weight: 700;

    color: #454544;

    text-transform: uppercase;

}

.contact-wrap ul li:last-child {

    margin-bottom: 0;

}

.contact-wrap ul li i {

    color: #454544;

    font-size: 48px;

    left: 30px;

    top: 50%;

    -webkit-transform: translateY(-50%);

    transform: translateY(-50%);

    position: absolute;

}

.contact-wrap ul li p {

    text-transform: capitalize;

    font-size: 14px;

    font-weight: 600;

    margin-top: 10px;

    line-height: 24px;

}

.contact-wrap ul li p span {

    display: block;

}

#googleMap {

    width: 100%;

    height: 350px;

}

.error-area {

    padding: 120px 0;

    background: #fff;

}

.error-wrap {

    text-align: center;

}

.error-wrap img {

    margin-bottom: 30px;

}

.error-wrap h3 {

    text-transform: uppercase;

    margin-bottom: 20px;

}

.error-wrap p {

    padding: 30px;

    background: #fafafa;

    font-size: 16px;

    font-weight: 600;

}

.cf-msg {

    padding: 10px;

    text-align: center;

    margin-bottom: 30px;

}

.cf-msg p {

    margin-bottom: 0;

    font-size: 16px;

    font-weight: 400;

    line-height: 24px;

    letter-spacing: 0;

    color: #fff;

    text-transform: capitalize;

}

#callme {

    position: fixed;

    right: 24px;

    top: 412px;

    width: 70px;

    height: 70px;

    cursor: pointer;

    z-index: 99990;

}

#callme #callmeMain {

    -moz-border-radius: 50% !important;

    -webkit-border-radius: 50% !important;

    border-radius: 50% !important;

    -moz-background-clip: padding;

    -webkit-background-clip: padding-box;

    background-clip: padding-box;

    background-color: #cf0808;

    width: 70px;

    height: 70px;

    -webkit-animation: zcwmini2 1.5s 0s ease-out infinite;

    -moz-animation: zcwmini2 1.5s 0s ease-out infinite;

    animation: zcwmini2 1.5s 0s ease-out infinite;

}

#callme #callmeMain:before {

    content: "";

    position: absolute;

    width: 100%;

    height: 100%;

    top: 0;

    left: 0;

    background-image: url(https://ss.zadarma.com/callbackWidget/images/mini.png);

    background-repeat: no-repeat;

    background-position: center center;

    -webkit-animation: zcwphone2 1.5s linear infinite;

    -moz-animation: zcwphone2 1.5s linear infinite;

    animation: zcwphone2 1.5s linear infinite;

}

@-webkit-keyframes zcwphone {

    0% {

        -ms-transform: rotate(0);

        -webkit-transform: rotate(0);

        transform: rotate(0);

    }

    25% {

        -ms-transform: rotate(30deg);

        -webkit-transform: rotate(30deg);

        transform: rotate(30deg);

    }

    50% {

        -ms-transform: rotate(0);

        -webkit-transform: rotate(0);

        transform: rotate(0);

    }

    75% {

        -ms-transform: rotate(-30deg);

        -webkit-transform: rotate(-30deg);

        transform: rotate(-30deg);

    }

    100% {

        -ms-transform: rotate(0);

        -webkit-transform: rotate(0);

        transform: rotate(0);

    }

}

@-moz-keyframes zcwphone {

    0% {

        -ms-transform: rotate(0);

        -webkit-transform: rotate(0);

        transform: rotate(0);

    }

    25% {

        -ms-transform: rotate(30deg);

        -webkit-transform: rotate(30deg);

        transform: rotate(30deg);

    }

    50% {

        -ms-transform: rotate(0);

        -webkit-transform: rotate(0);

        transform: rotate(0);

    }

    75% {

        -ms-transform: rotate(-30deg);

        -webkit-transform: rotate(-30deg);

        transform: rotate(-30deg);

    }

    100% {

        -ms-transform: rotate(0);

        -webkit-transform: rotate(0);

        transform: rotate(0);

    }

}

@keyframes zcwphone {

    0% {

        -ms-transform: rotate(0);

        -webkit-transform: rotate(0);

        transform: rotate(0);

    }

    25% {

        -ms-transform: rotate(30deg);

        -webkit-transform: rotate(30deg);

        transform: rotate(30deg);

    }

    50% {

        -ms-transform: rotate(0);

        -webkit-transform: rotate(0);

        transform: rotate(0);

    }

    75% {

        -ms-transform: rotate(-30deg);

        -webkit-transform: rotate(-30deg);

        transform: rotate(-30deg);

    }

    100% {

        -ms-transform: rotate(0);

        -webkit-transform: rotate(0);

        transform: rotate(0);

    }

}

@-webkit-keyframes zcwphone2 {

    0% {

        -ms-transform: rotate(0);

        -webkit-transform: rotate(0);

        transform: rotate(0);

    }

    25% {

        -ms-transform: rotate(30deg);

        -webkit-transform: rotate(30deg);

        transform: rotate(30deg);

    }

    50% {

        -ms-transform: rotate(0);

        -webkit-transform: rotate(0);

        transform: rotate(0);

    }

    75% {

        -ms-transform: rotate(-30deg);

        -webkit-transform: rotate(-30deg);

        transform: rotate(-30deg);

    }

    100% {

        -ms-transform: rotate(0);

        -webkit-transform: rotate(0);

        transform: rotate(0);

    }

}

@-moz-keyframes zcwphone2 {

    0% {

        -ms-transform: rotate(0);

        -webkit-transform: rotate(0);

        transform: rotate(0);

    }

    25% {

        -ms-transform: rotate(30deg);

        -webkit-transform: rotate(30deg);

        transform: rotate(30deg);

    }

    50% {

        -ms-transform: rotate(0);

        -webkit-transform: rotate(0);

        transform: rotate(0);

    }

    75% {

        -ms-transform: rotate(-30deg);

        -webkit-transform: rotate(-30deg);

        transform: rotate(-30deg);

    }

    100% {

        -ms-transform: rotate(0);

        -webkit-transform: rotate(0);

        transform: rotate(0);

    }

}

@keyframes zcwphone2 {

    0% {

        -ms-transform: rotate(0);

        -webkit-transform: rotate(0);

        transform: rotate(0);

    }

    25% {

        -ms-transform: rotate(30deg);

        -webkit-transform: rotate(30deg);

        transform: rotate(30deg);

    }

    50% {

        -ms-transform: rotate(0);

        -webkit-transform: rotate(0);

        transform: rotate(0);

    }

    75% {

        -ms-transform: rotate(-30deg);

        -webkit-transform: rotate(-30deg);

        transform: rotate(-30deg);

    }

    100% {

        -ms-transform: rotate(0);

        -webkit-transform: rotate(0);

        transform: rotate(0);

    }

}

@-webkit-keyframes zcwmini {

    0% {

        box-shadow: 0 0 8px 6px rgba(207, 8, 8, 0), 0 0 0 0 transparent, 0 0 0 0 rgba(207, 8, 8, 0);

    }

    10% {

        box-shadow: 0 0 8px 6px, 0 0 12px 10px transparent, 0 0 12px 14px;

    }

    100% {

        box-shadow: 0 0 8px 6px rgba(207, 8, 8, 0), 0 0 0 40px transparent, 0 0 0 40px rgba(207, 8, 8, 0);

    }

}

@-moz-keyframes zcwmini {

    0% {

        box-shadow: 0 0 8px 6px rgba(207, 8, 8, 0), 0 0 0 0 transparent, 0 0 0 0 rgba(207, 8, 8, 0);

    }

    10% {

        box-shadow: 0 0 8px 6px, 0 0 12px 10px transparent, 0 0 12px 14px;

    }

    100% {

        box-shadow: 0 0 8px 6px rgba(207, 8, 8, 0), 0 0 0 40px transparent, 0 0 0 40px rgba(207, 8, 8, 0);

    }

}

@keyframes zcwmini {

    0% {

        box-shadow: 0 0 8px 6px rgba(207, 8, 8, 0), 0 0 0 0 transparent, 0 0 0 0 rgba(207, 8, 8, 0);

    }

    10% {

        box-shadow: 0 0 8px 6px, 0 0 12px 10px transparent, 0 0 12px 14px;

    }

    100% {

        box-shadow: 0 0 8px 6px rgba(207, 8, 8, 0), 0 0 0 40px transparent, 0 0 0 40px rgba(207, 8, 8, 0);

    }

}

@-webkit-keyframes zcwmini2 {

    0% {

        box-shadow: 0 0 8px 6px rgba(207, 8, 8, 0), 0 0 0 0 transparent, 0 0 0 0 rgba(207, 8, 8, 0);

    }

    10% {

        box-shadow: 0 0 8px 6px, 0 0 12px 10px transparent, 0 0 12px 14px;

    }

    100% {

        box-shadow: 0 0 8px 6px rgba(207, 8, 8, 0), 0 0 0 40px transparent, 0 0 0 40px rgba(207, 8, 8, 0);

    }

}

@-moz-keyframes zcwmini2 {

    0% {

        box-shadow: 0 0 8px 6px rgba(207, 8, 8, 0), 0 0 0 0 transparent, 0 0 0 0 rgba(207, 8, 8, 0);

    }

    10% {

        box-shadow: 0 0 8px 6px, 0 0 12px 10px transparent, 0 0 12px 14px;

    }

    100% {

        box-shadow: 0 0 8px 6px rgba(207, 8, 8, 0), 0 0 0 40px transparent, 0 0 0 40px rgba(207, 8, 8, 0);

    }

}

@keyframes zcwmini2 {

    0% {

        box-shadow: 0 0 8px 6px rgba(207, 8, 8, 0), 0 0 0 0 transparent, 0 0 0 0 rgba(207, 8, 8, 0);

    }

    10% {

        box-shadow: 0 0 8px 6px, 0 0 12px 10px transparent, 0 0 12px 14px;

    }

    100% {

        box-shadow: 0 0 8px 6px rgba(207, 8, 8, 0), 0 0 0 40px transparent, 0 0 0 40px rgba(207, 8, 8, 0);

    }

}

.gal{

	    margin-bottom: 30px;

    box-shadow: 2px 2px 7px #c3c2c2;

   

}

.fb-clr{

	color: #2196F3;

}

.ctc-numb li{

        float: left;

    margin-right: 7px;

}

@media (max-width:425px)

{

    .ctc-numb li{

        float: none;

    margin-right: 7px;

}

}

.clr{

    clear:both;

}

.wrapp{

        position: fixed;

    bottom: 0px;

    z-index: 999;

    width: 100%;

    padding:2px;

    background-color:#135296;

}

@media (max-width:768px)

{

   .wrapp{

        display:none;

} 

#callme-p{

    display:none;

}

#callmeMain{

    display:none;

}

}

.bl-clr{

	color:#000!important;

	

}

.bder-right{

	border-right:1px solid #eb629a;

}

.banner-form{

	position:relative;

}

.ban-form{

	position: absolute;

    background-color: #66b92b;

    top: 42px;

    left: 109px;

    width: 300px;

	padding: 18px 18px 18px 18px;

	border-radius:20px;

}

.ban-form-text{

	    text-align: center;

    background-color: #82848663;

    color: white;

   /* position: absolute;*/

    padding: 7px;

    left: 10px;

   /* border-radius: 20px;*/

    top: -35px;

    left: 39px;

    font-size: 20px;

   /* display: inline-block;

    width: 219px;*/

	border: 1px dashed;

}

.mtt-20{

	margin-top:20px;

	margin-bottom:20px;

}

@media (max-width:425px)

{

	.ban-form {

    position: relative;

    background-color: #66b92b;

    top: 42px;

     left: 72px; 

    width: 300px;

    padding: 40px 18px 18px 18px;

    border-radius: 20px;

    text-align: center;

	margin-bottom:51px;

}

}

@media (max-width:375px)

{

	.ban-form {

    position: relative;

    background-color: #66b92b;

    top: 42px;

     left: 37px;

    width: 300px;

    padding: 40px 18px 18px 18px;

    border-radius: 20px;

    text-align: center;

	margin-bottom:51px;

}

}

@media (max-width:320px)

{

	.ban-form {

    position: relative;

    background-color: #66b92b;

    top: 42px;

     left: 10px;

    width: 300px;

    padding: 40px 18px 18px 18px;

    border-radius: 20px;

    text-align: center;

	margin-bottom:51px;

}

}

.log-hght{

	height:60px;

}

.fm-mb-10{

	margin-bottom:10px!important;

}

.fm-sbmt{

	font-size: 14px;

    line-height: 0.5;

    display: block;

    width: 100%;

    background-color: #eb629a;

    color: #fff;

    border: 1px solid;

}

.q-p{

	    margin-bottom: 2px!important;

    border-bottom: 1px dashed;

	text-align: left!important;

}

.frst-bx{

	border: 2px dashed #37a242;

    padding: 12px;

    box-shadow: 0px 0px 10px 2px #37a242;

	min-height: 136px;

}

.frst-bx h4{

	    border-bottom: 1px solid;

    padding-bottom: 6px;

}

.fnt-18{

	font-size:18px!important

}

.mq{

	background-color: rgb(51 189 149);

}

.mq-cl{

	color: #fff;

    padding-top: 5px;

    font-size: 19px;

}

.mg-t-30{

	margin-top:30px;

}

.clr-gree{

	color: #2a9c36;

} 

.ul-bder li{

	border-bottom:1px dashed;

}

/* Slider */



.slick-slide {

    margin: 0px 20px;

}



.slick-slide img {

    width: 100%;

}



.slick-slider

{

    position: relative;

    display: block;

    box-sizing: border-box;

    -webkit-user-select: none;

    -moz-user-select: none;

    -ms-user-select: none;

            user-select: none;

    -webkit-touch-callout: none;

    -khtml-user-select: none;

    -ms-touch-action: pan-y;

        touch-action: pan-y;

    -webkit-tap-highlight-color: transparent;

}



.slick-list

{

    position: relative;

    display: block;

    overflow: hidden;

    margin: 0;

    padding: 0;

}

.slick-list:focus

{

    outline: none;

}

.slick-list.dragging

{

    cursor: pointer;

    cursor: hand;

}



.slick-slider .slick-track,

.slick-slider .slick-list

{

    -webkit-transform: translate3d(0, 0, 0);

       -moz-transform: translate3d(0, 0, 0);

        -ms-transform: translate3d(0, 0, 0);

         -o-transform: translate3d(0, 0, 0);

            transform: translate3d(0, 0, 0);

}



.slick-track

{

    position: relative;

    top: 0;

    left: 0;

    display: block;

}

.slick-track:before,

.slick-track:after

{

    display: table;

    content: '';

}

.slick-track:after

{

    clear: both;

}

.slick-loading .slick-track

{

    visibility: hidden;

}



.slick-slide

{

    display: none;

    float: left;

    height: 100%;

    min-height: 1px;

}

[dir='rtl'] .slick-slide

{

    float: right;

}

.slick-slide img

{

    display: block;

}

.slick-slide.slick-loading img

{

    display: none;

}

.slick-slide.dragging img

{

    pointer-events: none;

}

.slick-initialized .slick-slide

{

    display: block;

}

.slick-loading .slick-slide

{

    visibility: hidden;

}

.slick-vertical .slick-slide

{

    display: block;

    height: auto;

    border: 1px solid transparent;

}

.slick-arrow.slick-hidden {

    display: none;

}

.onln-bt{

	    background-color: #2a9c36!important;

    border-radius: 5px!important;

}

.onln-a{

	font-weight: 800!important;

    color: #fff!important;

}

.ul-bder li{

	list-style:disc inside;

	font-size:16px;

	font-weight:bold;

	

}

.mn-hgt-497{

	min-height:497px;

}

@media (max-width:1024px)

{

	.mainmenu ul li a {

    display: block;

    padding: 0px 2px;

    text-transform: uppercase;

    font-size: 14px;

    color: #fff;

    /*font-weight: normal;*/

    border-right: 1px dashed #68b92c;

}

.mainmenu ul li {

    display: inline-block;

    margin-left: 5px;

    position: relative;

}

.mainmenu {

    margin-top: 27px;

}

}

.mn-hgnt422{

	min-height:522px;

}

.logo img{

    /* border:1px solid #2a9c36; */

}

@media (max-width:425px)

{

	.navbar-toggle{

		top:1px!important;

	}

	.about-img{

		margin-bottom:40px!important;

	}

}

@media(max-width:414px)

{

    .navbar-brand>img {

    display: block;

    width: 287px;

}

}

@media(max-width:411px)

{

    .navbar-brand>img {

    display: block;

    width: 287px;

}

}

@media(max-width:375px)

{

    .navbar-brand>img {

    display: block;

    width: 252px;

}

}

@media (max-width: 360px)

{

.navbar-brand>img {

    display: block;

    width: 238px;

}

}

@media(max-width:320px)

{

    .navbar-brand>img {

    display: block;

    width: 199px;

}

}

.navbar-toggle{

	background-color:#e3f3ef;

	border:1px solid #ffffff;

}

@media(max-width:768px)

{.navbar-brand{

	padding:1px 15px!important;

}

	.navbar-nav>li>a{

		color:#fff;

	}

}

.floating-container {
  position: fixed;
  bottom: 50px;
  left: 20px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
  z-index: 999;
}

/* Badge */
.exp-badge {
  background: #ff9800;
  color: #fff;
  padding: 8px 14px;
  border-radius: 20px;
  font-size: 13px;
  font-weight: bold;
  box-shadow: 0 4px 10px rgba(0,0,0,0.2);
}

/* Buttons */
.float-btn {
  width: 55px;
  height: 55px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff; /* 👈 icon white */
  font-size: 22px;
  box-shadow: 0 4px 10px rgba(0,0,0,0.3);
  text-decoration: none;
}

/* Colors */
.whatsapp { background: #25D366; }
.call { background: #007bff; }

/* Hover effect */
.float-btn:hover {
  transform: scale(1.1);
}