﻿@import url('https://use.fontawesome.com/releases/v5.2.0/css/all.css');
@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,500,700,900&display=swap');

html {
    -webkit-text-size-adjust: 100%
}

body {
    font-family: 'Roboto',sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 26px;
    position: relative;
    margin: 0;
    padding: 0;
    color: #1f1f1f;
    overflow-x: hidden;
    background-color: #fff;
}

* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    list-style: none;
    outline: none;
    margin: 0;
    padding: 0;
    -webkit-transition: none;
    -o-transition: none;
    transition: none
}

tt {
    font-family: 'Roboto',sans-serif;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: 600;
    margin: 0;
}

a, a:focus, a:hover {
    outline: medium none;
    text-decoration: none;
    color: #05491e;
}

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

.no-padding {
    padding: 0
}

.cuani, a {
    -webkit-transition: .4s;
    -moz-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
}

b, strong {
    font-weight: 600
}

::selection {
    background: #0099da;
    color: #fff
}

::-moz-selection {
    background: #0099da;
    color: #fff
}

.vcenter .row {
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.p0 {
    padding: 0 !important
}

.p5 {
    padding: 5px !important
}

.p10 {
    padding: 10px !important
}

.p15 {
    padding: 15px !important
}

.p20 {
    padding: 20px !important;
}

.pb0 {
    padding-bottom: 10px !important;
}

.pb25 {
    padding-bottom: 30px !important;
}

.pt0 {
    padding-top: 0 !important
}

.pt10 {
    padding-top: 10px !important
}

.pt20 {
    padding-top: 20px !important
}

.pt30 {
    padding-top: 30px !important
}


@keyframes slide-down {
    0% {
        opacity: 0;
        transform: translateY(-100%);
        -ms-transform: translateY(-100%);
        -webkit-transform: translateY(-100%);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}


/*---------------*/
.tophead {
    position: relative;
    background: #0099da;
    /* border-bottom: 1px solid #dcdcdc; */
}

    .tophead ul {
        list-style: none;
        margin: 0;
        padding: 0;
        float: left;
    }

    .tophead li {
    }

    .tophead li {
        display: inline-block;
        color: #fff;
        padding: 0px 12px;
        /* border-left: 1px solid #dcdcdc; */
        line-height: 29px;
    }

        .tophead li a {
            color: #fff;
            font-size: 19px;
            position: relative;
        }

    .tophead ul.contact li:first-child {
        border-left: 0;
        padding-left: 0;
    }

    .tophead ul.social-top li:last-child {
        /* border-right: 1px solid #dcdcdc; */
    }

    .tophead ul.social-top {
        float: right;
    }

        .tophead ul.social-top li {
        }

            .tophead ul.social-top li a {
                list-style: none;
                text-align: center;
            }

                .tophead ul.social-top li a i {
                    /* color: #000000; */
                    line-height: 29px;
                }

                .tophead ul.social-top li a:hover i {
                    color: #e40005;
                }

    .tophead .contact li a {
        font-weight: 400;
        color: #fff;
        text-transform: lowercase;
        font-size: 14px;
        display: inline-block;
        margin-left: 0;
        padding: 0;
    }

    .tophead .contact li i {
        padding-right: 4px;
        font-size: 18px;
        position: relative;
        top: 2px;
        display: inline-block;
    }

    .tophead .contact li a:after {
        content: none
    }

@media (max-width: 992px) {
    .tophead { /* position:relative; */ /* z-index:2; */ /* background: #0099da; */
    }

        .tophead ul {
            display: block;
            float: none !important;
            text-align: center;
        }

            .tophead li, .tophead ul.social-top li:last-child {
                border: none
            }

    ul.social-top {
        /* border-top: 1px solid #eee; */
    }

    .tophead .contact li {
        margin-left: 0;
        display: block
    }
}

/*-----------*/
.header-main {
    background: #fff;
    box-shadow: 0 9px 9px rgba(0,0,0,.1);
    transition: all .5s ease;
    padding: 0;
}

.logo {
    float: left;
    margin-right: 0;
}

    .logo img {
        width: 110px;
        padding: 5px 0;
    }

body.fixed .header-main {
    position: fixed;
    background: #fff;
    padding-bottom: 0;
    top: 0;
    left: 0;
    right: 0;
    z-index: 9;
    -webkit-animation: slide-down 0.7s;
    -moz-animation: slide-down 0.7s;
    -o-animation: slide-down 0.7s;
}

body.fixed {
    padding-top: 110px;
}

    body.fixed .tophead {
        display: none
    }

    body.fixed .logo {
        position: inherit;
    }

        body.fixed .logo img {
        }

    body.fixed #cssmenu > ul > li > a {
    }

        body.fixed #cssmenu > ul > li > a:before, body.fixed #cssmenu > ul > li.active > a:before {
            bottom: 14px;
        }

    body.fixed #cssmenu > ul > li::after {
        top: 16px;
    }

.head-info {
    display: block;
    overflow: hidden;
    padding: 11px 0 8px;
    font-size: 17px;
    font-weight: 400
}

    .head-info ul {
        padding: 0;
        margin: 0
    }

        .head-info ul li {
            display: inline-block;
            padding: 0 20px;
            color: #0099da
        }

    .head-info .fa {
        font-size: 18px;
        margin-right: 8px;
        color: #000
    }

    .head-info ul li.email .fa {
        font-size: 15px
    }

/*-------------*/
@media (max-width: 778px) {
    .flexslider {
        padding-top: 55px !important;
    }
}

/*-------------*/
.home-slide-bt {
    margin-top: -88px;
    background: #ffffff;
    position: relative;
    z-index: 1;
    height: 92px;
}


/*--------------*/
/*.flex-control-paging li a.flex-active{background: #0099da !important;}
.flex-control-paging li a{border-color: #0099da !important;}*/
.htitle {
    font-size: 38px;
    line-height: 40px;
    padding: 0 0 15px;
    margin: 0;
    position: relative;
    color: #0099da;
    margin-bottom: 29px;
    text-transform: capitalize;
    font-weight: 900;
}

    .htitle:after {
        background-color: #c7c7c7;
        bottom: 0;
        content: "";
        height: 2px;
        left: 0;
        margin: 0;
        position: absolute;
        right: 0;
        width: 110px;
    }

    .htitle.center {
        text-align: center
    }

        .htitle.center:after {
            margin: 0 auto;
        }

    .htitle + p {
        width: 60%;
        text-align: center;
        margin: 0 auto;
        margin-bottom: 25px;
        font-size: 21px;
        position: relative;
        font-weight: 300;
    }

    .htitle.noline:after {
        content: none
    }

    .htitle.hsmall {
        font-size: 28px;
        text-transform: capitalize;
        line-height: 33px;
        padding-bottom: 5px;
    }

@media (max-width: 778px) {
    .htitle {
        font-size: 32px;
    }

        .htitle + p {
            width: 100%;
        }
}

.htitle.white, .htitle.white + p {
    color: #fff
}

    .htitle.white:after {
        background-color: #ffffff;
    }

/*-----------*/
.htitle2 {
    font-size: 30px;
    font-weight: 800;
    line-height: 35px;
    padding: 0 0 12px;
    margin: 0;
    position: relative;
    letter-spacing: .5px;
    color: #0099da;
    margin-bottom: 20px;
}

    .htitle2:before {
        background-color: #0000002e;
        bottom: 6px;
        content: "";
        height: 2px;
        left: 0;
        margin: 0;
        position: absolute;
        right: 0;
        width: 74px;
    }

    .htitle2 span {
        color: #0099da;
        font-weight: bold;
        font-size: 40px;
    }

    .htitle2.noline:before {
        content: none
    }

    .htitle2.center {
        text-align: center
    }

        .htitle2.center:before {
            margin: 0 auto
        }

    .htitle2.hsmall {
        font-size: 25px;
        font-weight: 800;
        line-height: 33px;
        padding: 0 0 12px;
        margin: 0;
        position: relative;
        letter-spacing: .5px;
        color: #0099da;
        margin-bottom: 10px;
    }

        .htitle2.hsmall:before {
            background-color: #000000;
            bottom: 6px;
            content: "";
            height: 2px;
            left: 0;
            margin: 0;
            position: absolute;
            right: 0;
            width: 74px;
        }

/*--------------*/
.btn-quote {
    position: relative;
    z-index: 2;
    padding: 16px 0 5px 0;
    display: inline-block; /* width:100%; */
    text-align: right;
}

    .btn-quote a, .btn-quote2 {
        padding: 6px 20px !important;
        display: inline-block;
        font-weight: 800;
        text-transform: uppercase;
        margin-top: 4px;
        text-align: center;
        color: #fff !important;
        background: #0099da;
        border-radius: 0;
    }

        .btn-quote a:hover, .btn-quote2:hover {
            background: #004024;
            color: #fff;
        }

    .btn-quote:hover a:before {
        content: none !important
    }

@media (min-width: 992px) {
    .btn-quote2 {
        display: none
    }
}

@media (max-width: 992px) {
    .btn-quote2 {
        display: block;
        border: 1px solid #0099da;
        margin-top: 19px;
        width: 150px;
        margin: 0 auto;
        position: relative;
    }

    .btn-quote {
        display: none !important
    }
}

@media (max-width: 767px) {
    .btn-quote {
        display: none;
    }
}

/*----------*/
.page-head {
    padding: 40px 0 40px 0;
    color: #2d2d2d;
    text-align: center;
    position: relative;
    background: #e4e4e4;
}
    /*.page-head:before{position:absolute;content:'';left:0;top:0;width:100%;height:100%;display:block;background-color: #b54a02d9;}*/
    .page-head h1 {
        margin: 0;
        padding: 0;
        font-size: 25px;
        text-transform: capitalize;
        color: #0099da;
        font-weight: 800;
        float: left;
    }

.breadcrumb {
    text-align: center;
    background: transparent;
    margin: 0px 0 0 0;
    padding: 0;
    float: right;
}

    .breadcrumb > li {
        font-size: 13px;
        color: #0099da;
    }

        .breadcrumb > li > a {
            color: #000000;
        }

        .breadcrumb > li + li:before {
            color: #000000;
        }

/*------------*/
.section {
    position: relative;
    padding: 60px 0
}

.section2 {
    padding: 30px 0;
    position: relative;
}

.sectionbg {
    background: #f8f7ff;
    padding: 60px 0;
    position: relative;
}

.bgbox {
    background: #f5f5f5;
    padding: 30px 20px;
}


/*---------about-----------*/
.hmabout {
    position: relative;
}

    .hmabout h2 {
        font-size: 42px;
        font-weight: 800;
        margin-bottom: 15px;
        color: #0099da;
        line-height: 44px;
        text-transform: uppercase;
        letter-spacing: 0;
    }

    .hmabout h4 {
        font-size: 18px;
        font-weight: 400;
        margin-bottom: 0;
        color: #c7c7c7;
        line-height: 36px;
        letter-spacing: 0;
    }

    .hmabout tt {
        font-size: 25px;
        font-weight: 300;
        line-height: 35px;
        padding-bottom: 0;
        display: block; /* color: #fff; */
    }

    .hmabout hr {
        margin: 30px 0;
    }

    .hmabout img {
        margin: 5px 0;
        padding: 5px;
    }



.aboutpg {
}

    .aboutpg img {
        float: left;
        padding-right: 15px;
    }

@media (max-width: 992px) {

    .aboutpg img {
        float: none;
    }
}
/*------*/
.hmcontact {
    position: relative;
    color: #2d2d2d;
    background-size: cover;
    padding: 70px 0;
    background: #0099da;
}

    .hmcontact:before {
        position: absolute;
        content: none;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        display: block;
        background-color: rgb(0 0 0 / 70%);
    }

.hmcontact-inner {
}

    .hmcontact-inner:before {
    }

.hmcontact h3 {
    font-size: 34px;
    font-weight: 700;
    text-transform: capitalize;
    padding-bottom: 8px;
    color: #fff;
}

.hmcontact p {
    font-size: 15px;
    color: #ffffff;
    margin: 0;
}

.hmcontact a {
    float: right;
}

    .hmcontact a:active, .hmcontact a:focus {
        color: #fff
    }

@media (max-width: 992px) {
    .hmcontact a {
        float: none;
        margin-top: 14px;
        line-height: 30px;
    }
}

.boxlr {
}

    .boxlr .boxlr-inner {
        padding: 10px 0
    }

        .boxlr .boxlr-inner img {
            border: 1px solid #eee
        }

        .boxlr .boxlr-inner:nth-of-type(even) .leftside {
            float: right;
        }

        .boxlr .boxlr-inner:nth-of-type(even) .rightside {
            float: left;
        }

.boxlr-inner .dnone {
    display: none;
}

.boxlr-inner .mnone {
}

@media (max-width: 768px) {
    .boxlr .boxlr-inner img {
        margin-bottom: 10px
    }

    .boxlr-inner .dnone {
        display: inherit;
    }

    .boxlr-inner .mnone {
        display: none;
    }

    .boxlr .boxlr-inner:nth-of-type(even) .leftside {
        float: inherit;
    }

    .boxlr .boxlr-inner:nth-of-type(even) .rightside {
        float: inherit;
    }
}




/*------------------*/
.services {
    position: relative; /* color: #dcdcdc; */
    padding: 60px 0 60px 0;
    background-size: cover;
}
    /*.whyus:before{position:absolute;content:'';left:0;top:0;width:100%;height:100%;display:block;background-color: rgb(0 0 0 / 43%);}*/
    .services .services-box {
        position: relative;
        padding: 30px 20px;
        margin-bottom: 30px !important;
        background: #fff url(../images/whyicon.png) top right no-repeat;
        box-shadow: 0 0 4px 0 rgb(0 0 0 / 11%);
        text-align: left;
        url(../images/right-shape.png) bottom right background: no-repeat;
    }

        .services .services-box:hover {
            -webkit-box-shadow: 0px 5px 17px 0px rgb(154 161 171 / 24%);
            box-shadow: 0px 5px 10px 0px rgb(154 161 171 / 24%); /* margin-top: -3px; */
        }

        .services .services-box i {
            line-height: 45px;
            margin-bottom: 20px;
            font-size: 45px;
            color: #0099dacc;
        }

        .services .services-box h3 {
            font-weight: 500;
            text-transform: capitalize;
            font-size: 19px;
            padding-bottom: 16px;
            color: #00451a;
        }

        .services .services-box p { /* color: #888; */
            margin-bottom: 0;
        }





/*---------------*/
.why-us {
    position: relative;
    text-align: center;
    padding: 70px 0 150px 0;
    background: #e8e8e8 url(../images/whyusbg.jpg) center center no-repeat fixed;
    background-size: cover;
}

    .why-us:before {
        position: absolute;
        content: '';
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        display: block;
        background-color: rgb(0 107 60 / 79%);
    }

    .why-us p {
        color: #fff
    }

/*---------------*/
.funfact {
    position: relative;
    text-align: center;
    padding: 60px 0 60px 0;
    background: #e8e8e8 url(../images/fanfactbg.jpg) center center no-repeat fixed;
    background-size: cover;
}

    .funfact:before {
        position: absolute;
        content: '';
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        display: block;
        background-color: rgb(0 0 0 / 70%);
    }

    .funfact .funbox { /* text-align:center; */
        padding-top: 15px;
    }

    .funfact h5 {
        font-size: 15px;
        padding-top: 25px;
        text-transform: uppercase;
        font-weight: 500;
        color: #fff;
    }

    .funfact i {
        margin-right: 0;
        font-size: 41px;
        line-height: 50px;
        margin-bottom: 23px;
        display: inline-block;
        color: #ffffff;
    }

    .funfact h4 {
        color: #fff;
        line-height: 31px;
        margin-bottom: 0;
        text-transform: uppercase;
        font-size: 40px;
        font-weight: 700; /* text-align:center; */
        position: relative;
    }

@media (max-width: 992px) {
    .funfact .funbox {
        padding-top: 10px;
    }

    .funfact h4 {
        font-size: 50px;
    }

    .funfact h5 {
        padding-top: 20px
    }
}

.working-process-area {
    position: relative;
    display: block;
    padding: 100px 0 60px
}

.working-process ul li {
    position: relative;
    display: block;
    float: left;
    width: 250px;
    text-align: center;
    margin-right: 30px;
    margin-bottom: 40px
}

    .working-process ul li.martop50 {
        margin-top: 50px
    }

    .working-process ul li.arrow:before {
        position: absolute;
        top: 38px;
        right: -68px;
        width: 109px;
        height: 44px;
        background: url(../images/arrow-bottom.png);
        background-repeat: no-repeat;
        content: ""
    }

    .working-process ul li.arrow.top:before {
        position: absolute;
        top: -12px;
        right: -68px;
        width: 109px;
        height: 44px;
        background: url(../images/arrow-top.png);
        background-repeat: no-repeat;
        content: ""
    }

    .working-process ul li:last-child {
        margin-right: 0
    }

    .working-process ul li .single-item .icon-holder {
        position: relative;
        display: block;
        width: 80px;
        height: 80px;
        margin: 0 auto;
        border-radius: 50%;
        padding: 17px 0 17px;
        border: 1px solid #d4d4d4;
        transition: all .3s ease-in-out 0;
        font-size: 40px;
        color: #0099da;
    }

    .working-process ul li:hover .single-item .icon-holder {
        background: #0099da;
        border-color: #0099da;
        color: #fff;
    }

    .working-process ul li .single-item .icon-holder span:before {
        color: #222;
        font-size: 30px;
        line-height: 30px
    }

    .working-process ul li .single-item .text-holder {
        position: relative;
        display: block;
        margin-top: 40px;
        border: 1px solid #f2f2f2;
        padding: 45px 15px 43px;
        border-radius: 4px;
        -webkit-box-shadow: 0 2px 8px 0 rgb(212, 212, 212);
        -moz-box-shadow: 0 2px 8px 0 rgb(212, 212, 212);
        box-shadow: 0 2px 8px 0 rgb(212, 212, 212)
    }

        .working-process ul li .single-item .text-holder h3 {
            color: #222;
            font-size: 18px;
            margin: 0 0 1px
        }

        .working-process ul li .single-item .text-holder span {
            color: #0b4f8a;
            font-size: 15px
        }

        .working-process ul li .single-item .text-holder p {
            margin: 13px 0 0
        }

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .working-process ul li {
        width: 435px;
        margin-right: 30px;
        margin-bottom: 40px
    }

        .working-process ul li.martop50 {
            margin-top: 0
        }

        .working-process ul li.arrow:before {
            display: none
        }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .working-process ul li {
        width: 315px;
        margin-right: 30px;
        margin-bottom: 40px
    }

        .working-process ul li.martop50 {
            margin-top: 0
        }

        .working-process ul li.arrow:before {
            display: none
        }
}

@media only screen and (max-width: 767px) {
    .working-process ul li {
        width: 315px;
        margin: 0 auto 40px;
        float: none
    }

        .working-process ul li:last-child {
            margin: 0 auto 40px
        }

        .working-process ul li.martop50 {
            margin-top: 0
        }

        .working-process ul li.arrow:before {
            display: none
        }
}

/*-----------------*/
.text-desc h1:first-child, .text-desc h2:first-child, .text-desc h3:first-child, .text-desc h4:first-child, .text-desc h5:first-child {
    margin: 0 0 5px
}

.text-desc h1, .text-desc h2, .text-desc h3, .text-desc h4, .text-desc h5 {
    margin: 14px 0 5px
}

.text-desc table {
    border-collapse: collapse;
    margin: 0 0 20px;
    width: 100%
}

    .text-desc table thead, .text-desc table th {
        background: #f1f1f1;
        font-weight: 700;
        font-family: Arial,Helvetica,sans-serif;
        font-size: 15px
    }

    .text-desc table td, .text-desc table th {
        border: 1.5px solid silver;
        padding: 2px 3px 2px 8px; /* color:#2d2d2d; */
        vertical-align: middle; /* text-align:center; */
    }

    .text-desc table td {
        font-size: 15px; /* color: #545454; */
    }

.text-desc tt {
    font-size: 25px;
    font-weight: 300;
    line-height: 35px;
    padding-bottom: 0;
    display: block; /* color: #fff; */
}

.text-desc ul, .text-desc ul ul {
    margin-left: 17px;
    margin-bottom: 22px
}

    .text-desc ul li {
        list-style-type: none;
        position: relative;
    }

    .text-desc ul.list2 li {
        width: 46%;
        display: inline-block;
    }

@media (max-width: 768px) {
    .text-desc ul.list2 li {
        width: 100%;
    }
}

.text-desc ul ul li {
    list-style-type: circle
}

.text-desc ul li:before {
    position: absolute;
    font-size: 9px;
    top: 0px;
    font-family: "Font Awesome 5 Free";
    content: "\f061";
    font-weight: 900;
    color: #0099da;
    left: -15px;
}

.text-desc h2 {
    color: #0099da
}

.text-desc h3 {
    color: #0099da;
    font-size: 28px;
    font-weight: 600;
    line-height: 38px;
    padding: 0px 0 2px;
    margin: 0;
    letter-spacing: .5px;
    margin-bottom: 8px;
    position: relative;
}

    .text-desc h3:after {
        background: #0099da;
        bottom: 0;
        content: "";
        height: 2px;
        position: absolute;
        width: 45px;
        left: 0;
    }

.text-desc h4 {
    color: #0099da;
    font-size: 19px;
    font-weight: 600;
    line-height: 25px;
    padding: 0px 0 1px 25px;
    margin: 16px 0 3px 0;
    display: block;
    letter-spacing: .5px;
    position: relative;
    text-transform: capitalize;
}

    .text-desc h4:before {
        position: absolute;
        font-size: 18px;
        top: 0px;
        left: -3px;
        font-family: "Font Awesome 5 Free";
        content: "\f0a4";
        font-weight: 900;
    }

.text-desc h5 {
    color: #0099da;
    font-size: 18px;
    font-weight: 500;
    line-height: 26px;
    padding: 6px 0 2px 20px;
    margin: 3px 0 !important;
    letter-spacing: .5px;
    text-transform: capitalize;
    position: relative;
}

    .text-desc h5:before {
        content: '*';
        position: absolute;
        font-size: 30px;
        top: 11px;
        left: 0;
    }

.text-desc h2 + hr, .text-desc h4 + hr {
    border-color: #d0d0d0;
    width: 55%;
    text-align: center;
    display: inline-block
}

.text-desc img {
    display: inline-block !important
}



.readmore {
    color: #0099da;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 13px;
    padding-top: 10px;
    display: inline-block;
}

    .readmore i {
        font-size: 11px;
        padding-left: 6px
    }

    .readmore:hover {
        color: #05491e;
    }

        .readmore:hover i {
            padding-left: 9px
        }
/*-----------------*/
@media screen and (max-width: 1060px) {
    .owl-theme .owl-controls .owl-prev {
        left: 0 !important;
    }

    .owl-theme .owl-controls .owl-next {
        right: 0 !important
    }
}
/*-----*/
.videos {
    padding: 10px
}

    .videos h3 {
        text-align: center;
        font-size: 20px;
        font-weight: 600;
        padding: 7px 0;
    }


/*---------*/
.box1 {
    padding: 22px 8px;
}

    .box1 .box1-inner { /* padding: 22px 15px; */
        box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.12);
    }

    .box1 img { /* padding:4px; */
        text-align: center;
        width: 100%;
        margin-bottom: 20px;
    }

    .box1 .text-inner {
        background-color: #fff;
        padding: 5px;
        border-bottom: 3px solid transparent; /* -webkit-box-shadow: 0 0 35px 0 rgba(0, 0, 0, 0.04); */
        -moz-box-shadow: 0 0 35px 0 rgba(0, 0, 0, 0.04); /* box-shadow: 0 0 35px 0 rgba(0, 0, 0, 0.04); */
        -webkit-transition: 0.3s ease-in;
        -moz-transition: 0.3s ease-in;
        -ms-transition: 0.3s ease-in;
        -o-transition: 0.3s ease-in;
        transition: 0.3s ease-in;
    }

    .box1 h4 {
        text-transform: none;
        font-weight: 400;
        padding: 12px 0;
        font-size: 20px;
        color: #2d2d2d;
        margin: 0;
        letter-spacing: .5px;
        text-align: center;
    }

    .box1:hover .text-inner {
        border-radius: 2px;
        background-color: #f2703d;
        -webkit-box-shadow: 0 0 0 0;
        -moz-box-shadow: 0 0 0 0;
        box-shadow: 0 0 0 0;
    }

    .box1:hover h4 {
        color: #fff
    }

/*-----------*/
.box2 {
    padding-top: 0; /* background:#fff; */
    text-align: center;
}

    .box2 img {
        padding: 4px;
        border: 1px solid #d8d6d6;
        text-align: center;
        width: 100%
    }

    .box2:hover img {
        border-color: #0099da
    }

    .box2 h4 {
        text-transform: none;
        padding: 5px 0 5px 0;
        font-size: 16px;
        color: #2d2d2d;
        margin: 0;
        letter-spacing: .5px;
        text-align: center;
        font-weight: 700;
        text-transform: capitalize;
    }

        .box2 h4 a {
            color: #2d2d2d
        }

    .box2:hover a, .box2:hover h4 {
        color: #0099da
    }

    .box2 p {
        color: #4c4c4c;
        line-height: 24px;
        margin: 0;
    }

/*----------*/
.box3 {
    padding-top: 0;
    text-align: center
}

    .box3 img {
        border: 1px solid #EEE;
        padding: 4px;
        margin-bottom: 7px;
        text-align: center;
        width: 100%;
        transition: all .7s ease 0;
        -webkit-box-shadow: 5px 5px 0 0 #f1f1f1;
        -moz-box-shadow: 5px 5px 0 0 #f1f1f1
    }

    .box3:hover img {
        border: 1px solid #0099da;
        -webkit-box-shadow: 5px 5px 0 0 #0099da5c;
        -moz-box-shadow: 5px 5px 0 0 #3e4095a6;
    }

    .box3 h4 {
        font-size: 16px;
        color: #2d2d2d;
        margin: 0;
        font-weight: 700;
        text-transform: capitalize;
        letter-spacing: .5px;
        display: inline-block;
        padding: 7px 13px;
    }


/*---------*/

/*---------*/
.box4 {
    position: relative;
    display: block;
    overflow: hidden
}

    .box4 .box-inner .box-img {
        position: relative;
        display: block;
        background: #222;
        overflow: hidden;
        transition: all 500ms ease
    }

        .box4 .box-inner .box-img img {
            width: 100%;
            opacity: 1;
            transition: all 500ms ease
        }

    .box4:hover .box-img img {
        opacity: .2;
        transform: scale(1.05)
    }

    .box4 .box-inner .box-text h4 {
        position: absolute;
        left: 15px;
        bottom: 10px;
        display: block;
        text-transform: capitalize;
        font-size: 18px;
        line-height: 30px;
        font-weight: 500;
        color: #fff;
        transition: all 500ms ease;
        width: 100%;
    }

    .box4 .box-text {
        left: 0;
        bottom: 0;
        overflow: hidden;
        width: 100%;
        height: 100%;
        content: '';
        position: absolute;
        background: -moz-linear-gradient(top,rgba(55,53,66,0) 24%,rgba(55,53,66,0) 50%,rgba(55,53,66,0.01) 43%,rgba(0,0,0,0.08) 57%,rgba(0, 0, 0, 0.26) 75%,rgba(0, 0, 0, 0.61) 92%,rgba(0, 0, 0, 0.74) 100%);
        background: -webkit-linear-gradient(top,rgba(55,53,66,0) 24%,rgba(55,53,66,0) 50%,rgba(55,53,66,0.01) 43%,rgba(0,0,0,0.08) 57%,rgba(0, 0, 0, 0.26) 75%,rgba(0, 0, 0, 0.61) 92%,rgba(0, 0, 0, 0.74) 100%);
        background: linear-gradient(top,rgba(55,53,66,0) 24%,rgba(55,53,66,0) 50%,rgba(55,53,66,0.01) 43%,rgba(0,0,0,0.08) 57%,rgba(0, 0, 0, 0.26) 75%,rgba(0, 0, 0, 0.61) 92%,rgba(0, 0, 0, 0.74) 100%);
    }

    .box4:hover .box-inner .box-text h4 {
        bottom: 20px;
    }

/*--------------*/

.box6 {
    padding: 0 5px 25px 5px
}

    .box6 .box-inner {
        position: relative;
        z-index: 1
    }

        .box6 .box-inner .img-box {
            position: relative;
            overflow: hidden;
        }

            .box6 .box-inner .img-box img {
                width: 100%;
                -webkit-transition: 1s;
                -o-transition: 1s;
                transition: 1s
            }

        .box6 .box-inner:hover .img-box img {
            opacity: 1;
            -webkit-transform: scale(1.2);
            -ms-transform: scale(1.2);
            transform: scale(1.2);
        }

        .box6 .box-inner .content {
            position: relative;
            margin: -20px 10px 0;
            background: #fff;
            text-align: center;
            padding: 15px 15px;
            -webkit-box-shadow: 0 20px 20px 0 rgba(0,0,0,0.05);
            box-shadow: 0 7px 12px 0 rgba(0, 0, 0, 0.16);
        }

            .box6 .box-inner .content h4 {
                font-size: 21px;
                text-transform: capitalize;
                color: #0099da;
            }

        .box6 .box-inner:hover .content h4 {
            color: #fff
        }

        .box6 .box-inner:hover .content {
            background: #0099da;
            color: #fff
        }


.box7 {
    position: relative;
    overflow: hidden;
    transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
}

    .box7 img {
        position: relative;
        width: 100%;
        display: block;
        transition: all 600ms ease;
        -webkit-transition: all 600ms ease;
        -ms-transition: all 600ms ease;
        -o-transition: all 600ms ease;
        -moz-transition: all 600ms ease
    }

    .box7:hover img {
        -webkit-transform: scale(1.2,1.3);
        -ms-transform: scale(1.2,1.3);
        -moz-transform: scale(1.2,1.3);
        transform: scale(1.2,1.3)
    }

    .box7 .overlay-box {
        position: absolute;
        left: 0;
        top: 0;
        right: 0;
        bottom: 0
    }

        .box7 .overlay-box:before {
            position: absolute;
            content: '';
            left: 0;
            top: 0;
            right: 0;
            bottom: -1px;
            -webkit-transition: all 1000ms ease;
            -moz-transition: all 1000ms ease;
            -ms-transition: all 1000ms ease;
            -o-transition: all 1000ms ease;
            transition: all 1000ms ease;
            background: -webkit-linear-gradient(top,rgba(55,53,66,0) 24%,rgba(55,53,66,0) 50%,rgba(55,53,66,0.01) 43%,rgba(0,0,0,0.08) 57%,rgb(0 0 0 / 32%) 75%,rgb(0 0 0 / 73%) 92%,rgb(0 0 0 / 98%) 100%);
        }

        .box7 .overlay-box:after {
            position: absolute;
            content: '';
            left: 0;
            top: -100%;
            width: 100%;
            height: 100%;
            opacity: 0;
            -webkit-transition: all 700ms ease;
            -moz-transition: all 700ms ease;
            -ms-transition: all 700ms ease;
            -o-transition: all 700ms ease;
            transition: all 700ms ease;
            background: rgba(0,0,0,0.70)
        }

    .box7:hover .overlay-box:before {
        top: 100%;
        opacity: 0
    }

    .box7:hover .overlay-box:after {
        opacity: 1;
        top: 0
    }

    .box7 .overlay-box h3 {
        position: absolute;
        right: 0;
        left: 0;
        bottom: 15px;
        text-align: center;
        line-height: 1.3em;
        padding-bottom: 10px;
        font-size: 20px;
        font-weight: 500;
        display: inline-block;
        -webkit-transition: all 500ms ease;
        -moz-transition: all 500ms ease;
        -ms-transition: all 500ms ease;
        -o-transition: all 500ms ease;
        transition: all 500ms ease;
        z-index: 1;
        color: #fff;
    }

    .box7:hover .overlay-box h3 {
        opacity: 0;
        -webkit-transform: translateX(110%);
        -ms-transform: translateX(110%);
        -moz-transform: translateX(110%);
        transform: translateX(110%)
    }

    .box7 .overlay-box h3:before {
        position: absolute;
        content: '';
        bottom: 0;
        height: 2px;
        width: 50px;
        background-color: #e9c37a;
        text-align: center;
        left: 42%;
        right: 0;
    }

    .box7 .overlay-box .overinner {
        position: absolute;
        left: 0;
        top: 50%;
        margin-top: -22px;
        width: 100%;
        text-align: center;
        opacity: 0;
        -webkit-transform: translateY(-70px);
        -ms-transform: translateY(-70px);
        -moz-transform: translateY(-70px);
        transform: translateY(-70px);
        -webkit-transition: all 500ms ease;
        -moz-transition: all 500ms ease;
        -ms-transition: all 500ms ease;
        -o-transition: all 500ms ease;
        transition: all 500ms ease;
        z-index: 1
    }

    .box7:hover .overlay-box .overinner {
        opacity: 1;
        -webkit-transform: translateY(0px);
        -moz-transform: translateY(0px);
        -ms-transform: translateY(0px);
        transform: translateY(0px)
    }

    .box7 .overlay-box .overinner h4 {
        position: relative;
        display: inline-block;
        line-height: 44px;
        color: #ffffff;
        font-size: 20px;
        font-weight: 500;
        -webkit-transition: all 300ms ease;
        -moz-transition: all 300ms ease;
        -ms-transition: all 300ms ease;
        -o-transition: all 300ms ease;
        transition: all 300ms ease;
    }


/*-------------*/
.box8 {
    background: #fff;
    position: relative;
    margin-bottom: 10px;
    overflow: hidden;
    box-shadow: 0 2px 4px 1px rgb(0 0 0 / 10%);
}

    .box8:hover {
        box-shadow: 0px 8px 11px 2px rgb(0 0 0 / 14%);
    }

    .box8 .img img {
        width: 100%
    }

    .box8 .inner {
        padding: 12px 12px 10px;
    }

        .box8 .inner h4 {
            font-size: 17px;
            color: #0099da;
            font-weight: 700;
            display: inline-block;
            padding: 0px 0 8px 0;
        }

        .box8 .inner p {
            font-size: 14px; /* color: #000; */
            line-height: 20px;
            margin: 0; /* min-height: 120px; */
            text-align: justify;
        }



.box11 {
    text-align: center;
}

    .box11 .img-box:before {
        content: "";
        position: absolute;
        background: rgb(0 0 0 / 39%);
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        width: 100%;
        height: 100%;
        opacity: 0;
        visibility: hidden;
        -webkit-transition: all 0.4s;
        -moz-transition: all 0.4s;
        -ms-transition: all 0.4s;
        -o-transition: all 0.4s;
        transition: all 0.4s;
        z-index: 1;
    }

    .box11:hover .img-box:before {
        opacity: 1;
        visibility: visible;
    }

    .box11 .img-box img {
        transition: all 700ms ease;
        -webkit-transition: all 700ms ease;
        -moz-transition: all 700ms ease;
        -ms-transition: all 700ms ease;
        -o-transition: all 700ms ease;
        width: 100%;
    }

    .box11:hover .img-box img {
        transform: scale(1.05);
    }

    .box11 .img-box {
        overflow: hidden;
        position: relative;
        border: 1px solid #eee;
    }

.box11 {
    display: inline-block;
    width: 100%;
    text-align: center;
}

    .box11 h4 {
        border-top: 3px double #d1d1d1;
        border-bottom: 3px double #d1d1d1;
        display: inline-block;
        margin-top: 20px;
        font-size: 17px;
        padding: 8px 15px 8px;
        color: #272524;
        letter-spacing: 0;
    }

    .box11:hover h4 {
        border-top: 3px double #0099da;
        border-bottom: 3px double #0099da;
    }

    .box11 h4:hover {
        color: #0099da;
    }

@media (max-width: 575px) {
    .box11 .img-box {
        display: inline-block;
    }
}

/*-----------*/
.boxdesc {
    text-align: center;
    padding: 5px;
    color: #555
}

    .boxdesc strong {
        display: block;
        text-decoration: underline;
        font-weight: 500;
        line-height: 10px
    }

    .boxdesc p {
        margin: 5px 0
    }

    .boxdesc img {
        border: 1px solid #eee;
        padding: 5px;
    }

.gallery .box2_img {
    border: 1px solid #eee;
}

.gallery .col-sm-3 {
    padding: 15px
}

.pdfbox {
    text-align: center
}

    .pdfbox img {
        display: inline-block
    }



/*-----------*/
ul.boxlist2 {
    padding: 0px
}

    ul.boxlist2 li {
        width: 49%;
        display: inline-block;
        vertical-align: top;
        padding: 7px;
        transition: all 0.7s ease 0s;
    }

        ul.boxlist2 li img { /* padding:4px; */
            border: 1px solid #d8d6d6;
            text-align: center;
            width: 100%;
        }

        ul.boxlist2 li h4 {
            font-size: 22px !important;
            padding: 12px;
        }

ul.boxlist3 {
    padding: 0px;
}

    ul.boxlist3 li {
        width: 33%;
        display: inline-block;
        vertical-align: top;
        padding: 10px;
        transition: all 0.7s ease 0s;
    }

@media screen and (max-width: 1200px) {
    ul.boxlist3 li {
    }
}

@media screen and (max-width: 990px) {
    ul.boxlist3 li {
        width: 49.5%;
    }
}

@media screen and (max-width: 680px) {
    ul.boxlist3 li {
    }
}

@media screen and (max-width: 580px) {
    ul.boxlist3 {
        text-align: center;
    }

        ul.boxlist3 li {
            width: 96%;
            margin: 0px;
            margin-bottom: 15px;
        }
}

ul.boxlist4 {
    padding: 0
}

    ul.boxlist4 li {
        width: 24.5%;
        display: inline-block;
        vertical-align: top;
        padding: 10px;
        transition: all .7s ease 0;
    }

@media screen and (max-width: 1200px) {
    ul.boxlist4 li {
        width: 24.5%
    }
}

@media screen and (max-width: 990px) {
    ul.boxlist4 li {
        width: 32.9%
    }
}

@media screen and (max-width: 749px) {
    ul.boxlist4 li {
        width: 49.5%
    }
}

@media screen and (max-width: 565px) {
    ul.boxlist4 {
        text-align: center
    }

        ul.boxlist4 li {
            width: 96%;
        }
}

ul.boxlist5 {
    padding: 0
}

    ul.boxlist5 li {
        width: 19.5%;
        display: inline-block;
        vertical-align: top;
        padding: 10px;
        transition: all .7s ease 0;
    }

@media screen and (max-width: 992px) {
    ul.boxlist5 li {
        width: 32.9%;
    }
}

@media screen and (max-width: 768px) {
    ul.boxlist5 li {
        width: 49.5%
    }
}

@media screen and (max-width: 470px) {
    ul.boxlist5 {
        text-align: center
    }

        ul.boxlist5 li {
            width: 96%;
        }
}


.box-auto3 {
    display: flex;
    flex-wrap: wrap
}

    .box-auto3 .box-auto-item {
        width: calc(33.33333333% - 0px);
        display: flex;
        padding: 15px;
    }

        .box-auto3 .box-auto-item > div {
            display: flex;
            width: 100%;
            flex-shrink: 0
        }

@media (max-width:767px) and (min-width:480px) {
    .box-auto3 .box-auto-item {
        width: calc(50% - 0px);
    }
}

@media (max-width:479px) {
    .box-auto3 .box-auto-item {
        width: 100%;
    }
}




/*--------------*/
.cenq {
    display: none
}

.cont-title {
    text-transform: inherit;
    font-weight: 700;
}

.form button {
    margin-top: 30px
}

.form textarea.text-field {
    height: 80px
}

.form .select {
    margin: 0 !important;
    font-size: 15px !important
}

.form .text-field {
    background: #fbfbfb;
    border: 0;
    color: #2d2d2d;
    font-size: 14px;
    margin: 0 0 18px;
    padding: 12px 18px;
    width: 100%;
    border-radius: 0;
    border: 1px solid #ababab;
}

    .form .text-field:focus, .form .text-field:hover {
        border-color: #0099da;
        box-shadow: none;
        border-width: 1px;
    }

.errorbox, .errorbox span, .errorbox li {
    color: #D90000
}

    .errorbox .sucmsg {
        color: #046310
    }

.custbtn {
    border-radius: 0;
    padding: 3px 35px;
    background: #0099da;
    position: relative;
    display: inline-block;
    border: none;
    line-height: 46px;
    font-size: 16px;
    font-weight: 500;
    margin-top: 0;
    border: 1px solid #ffff;
    color: #fff;
    text-transform: uppercase;
    transition: 400ms all;
    -webkit-transition: 400ms all;
}

    .custbtn:hover {
        text-decoration: none;
        background: #131311;
        color: #fff;
    }

.capcha {
    background: transparent !important
}

    .capcha + input {
        width: 200px !important;
        margin-top: 5px !important
    }

/*-------------*/
#download {
    position: fixed;
    top: 50%;
    right: 0;
    font-size: 26px;
    color: #ffffff;
    background-color: #0099da;
    padding: 10px 18px;
    border-radius: 30px 3px 3px 30px;
    z-index: 1;
}

    #download:hover {
        cursor: pointer;
        -webkit-box-shadow: 0 8px 6px -6px #999;
        -moz-box-shadow: 0 8px 6px -6px #999;
        box-shadow: 0 8px 6px -6px #999
    }

    #download > a {
        color: #0E0E0E
    }

/*-----------*/
.contact-item {
    padding: 20px;
    display: inline-block;
    width: 100%;
    margin-bottom: 20px;
    -webkit-box-shadow: 0 0 8px 0 rgba(240,240,240,1);
    -moz-box-shadow: 0 0 8px 0 rgba(240,240,240,1);
    box-shadow: 0 0 8px 0 rgba(240,240,240,1);
    position: relative
}

    .contact-item h4 {
        font-size: 24px;
        text-transform: uppercase;
        margin-bottom: 10px;
        color: #0099da;
    }

    .contact-item h5 {
        font-size: 16px;
        text-transform: uppercase;
        margin-bottom: 10px;
    }

    .contact-item p {
        margin-bottom: 0
    }

    .contact-item .content {
        float: left
    }

    .contact-item > span {
        font-size: 59px;
        color: #f0f0f0;
        margin-top: 25px;
        position: absolute;
        right: 19px;
        bottom: 13px;
    }
/*------*/
.address li {
    margin: 10px 0 20px 0;
}

.address h4 {
    font-size: 23px;
    font-weight: 900;
    letter-spacing: .5px;
    padding-bottom: 6px;
    margin-bottom: 13px;
    display: inherit;
    color: #2d2d2d;
}

.address > li > i {
    display: inline-block;
    vertical-align: top;
    margin-top: 4px;
    width: 20px;
    text-align: center;
    font-size: 17px;
    margin-right: 10px;
}

.address p {
    display: inline-block;
    text-align: left !important;
    margin: 0;
    font-size: 15px;
    line-height: 24px;
}

/*--------------*/
.hdwatsp {
    position: fixed;
    bottom: 10px;
    right: 10px;
    z-index: 21 /*top: 2px!important;position: absolute !important;left: 0;right: 0;margin: 0 auto;width: 100%;text-align: center;*/
}

    .hdwatsp a {
        text-align: center;
        width: 50px;
        height: 50px;
        float: left;
        color: #FFFFFF;
        border-radius: 10px;
        background-color: #25D366;
        background-color: #25D366;
    }

    .hdwatsp i {
        font-size: 40px;
        margin-top: 5px;
    }


/*---------------*/
.footer {
    font-size: 13px;
    padding-top: 50px;
    position: relative;
    background: #000 url(../images/bgmap.png) center top no-repeat;
}

    .footer .f-col {
        padding: 30px 15px;
    }

    .footer img {
        display: inline-block;
    }

    .footer p, .footer a {
        color: #ececec;
        font-size: 13px;
        line-height: 22px;
    }

    .footer ul.list li {
        list-style: none;
        margin: 0px 0 0px 16px;
        position: relative;
    }

        .footer ul.list li:before {
            position: absolute;
            font-size: 7px;
            top: 1px;
            left: -15px;
            font-family: "Font Awesome 5 Free";
            content: "\f061";
            font-weight: 900;
            color: #ececec;
        }

        .footer ul.list li a:hover {
            opacity: 0.7;
        }

        .footer ul.list li i {
            padding: 0 8px 0 0;
        }

    .footer h3 {
        color: #ececec;
        font-size: 15px;
        letter-spacing: 1px;
        margin-top: 0;
        margin-bottom: 27px;
        padding-bottom: 12px;
        position: relative;
        text-transform: capitalize;
        font-weight: 500;
    }

        .footer h3:not(.no-underline):before {
            background: #0099da;
            bottom: -4px;
            content: "";
            height: 1px;
            position: absolute;
            width: 47px;
        }

    .footer img {
        padding: 5px 0px 15px 0px;
        width: 130px;
    }

    .footer .address h4 {
        font-size: 16px;
        font-weight: 500 !important;
        color: #ececec;
        margin: 0;
        padding-bottom: 0;
    }

        .footer .address h4 i {
            margin: 0;
            margin-right: 9px;
        }

    .footer .address i {
        display: inline-block;
        margin: 6px 8px 0 0;
        vertical-align: top;
        color: #e0e0e0;
        font-size: 13px;
        width: 20px;
        text-align: center;
    }

.copyrights {
    padding: 21px 0;
    overflow: hidden;
    margin-top: 35px; /* background: #000000; */
    border-top: 1px solid #232323;
}

    .copyrights p, .copyrights a {
        margin: 0; /* font-size: 12px; */
        color: #ececec;
    }


@media (max-width: 992px) {
    .header-main {
        position: inherit;
        padding: 0;
        height: auto; /* background: #000; */
    }

        .header-main .container {
            width: 100%
        }

    .logo {
        margin-right: 0;
        text-align: center;
        float: none !important;
        position: inherit;
        padding: 5px 0;
    }

        .logo img {
            margin-bottom: 10px
        }

    .page-head {
        margin-top: 58px;
        padding: 20px 0 20px 0;
    }

        .page-head h1, .page-head .breadcrumb {
            float: none
        }

        .page-head h1 {
            font-size: 25px
        }

    .page-head {
        margin-top: 52px;
        padding: 14px 0 14px 0;
        text-align: center;
    }

    .footer {
        padding-top: 15px;
        text-align: center
    }

        .footer h3 {
            margin-bottom: 7px;
            margin-top: 20px;
            padding-bottom: 4px;
            text-align: center;
        }

            .footer h3:not(.no-underline):before {
                bottom: 0;
                content: "";
                height: 2px;
                position: absolute;
                width: 33px;
                left: 0;
                right: 0;
                margin: 0 auto;
            }

        .footer .address p {
            text-align: center !important
        }

        .footer ul.list li {
            list-style-type: circle;
            margin: 0px 10px 0px 16px;
            position: relative;
            display: inline-block;
            margin-right: 0;
        }
}

@media (max-width: 768px) {
    .tophead .list-inline {
        float: none !important;
        text-align: center;
        display: block
    }
}
