

/* 01 MENU TOGGLE*/
/* 02 HEADER*/
/* 03 HOME MAIN SERVICE CIRCLE MENU*/

h1 { font-size: 35px;  font-weight: 700; }
h2 { font-size: 32px; }
h3 { font-size: 20px; }
h4 { font-size: 16px; }
h5 { font-size: 16px; line-height: 22px; margin: 16px; color: #FFF; }
h6 { font-size: 14px; }

h1, h2, h3, h4, h5, h6 {

}

/*MENU TOGGLE*/
.button_container {
    position: absolute;
    top: 0%;
    right:0%;
    height: 27px;
    width: 35px;
    cursor: pointer;
    z-index: 99;
    -webkit-transition: opacity .25s ease;
    transition: opacity .25s ease;
    /*  background-color: #239fdc; */
    margin-top: 34px;
}
.button_container:hover {
    opacity: .7;
}
.button_container.active .top {
    -webkit-transform: translateY(11px) translateX(0) rotate(45deg);
    transform: translateY(11px) translateX(0) rotate(45deg);
    background: #FFF;
}
.button_container.active .middle {
    opacity: 0;
    background: #FFF;
}
.button_container.active .bottom {
    -webkit-transform: translateY(-11px) translateX(0) rotate(-45deg);
    transform: translateY(-11px) translateX(0) rotate(-45deg);
    background: #FFF;
}
.button_container.active { z-index: 999999}
.button_container span {
    background: #239fdc;
    border: none;
    height: 4px;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transition: all .35s ease;
    transition: all .35s ease;
    cursor: pointer; z-index: 999;
}
.button_container span:nth-of-type(2) {
    top: 11px;
}
.button_container span:nth-of-type(3) {
    top: 22px;
}

.overlay {
    position: fixed;
    background:rgba(35, 159, 220, .8);
    top: 0;
    left: 0;
    width: 100%;
    height: 0%;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity .35s, visibility .35s, height .35s;
    transition: opacity .35s, visibility .35s, height .35s;
    overflow: hidden;
    z-index: 998;
}
.overlay.open {
    opacity: 1;
    visibility: visible;
    height: 100%;
}
.overlay.open li {
    -webkit-animation: fadeInRight .5s ease forwards;
    animation: fadeInRight .5s ease forwards;
    -webkit-animation-delay: .35s;
    animation-delay: .35s;
}
.overlay.open li:nth-of-type(2) {
    -webkit-animation-delay: .4s;
    animation-delay: .4s;
}
.overlay.open li:nth-of-type(3) {
    -webkit-animation-delay: .45s;
    animation-delay: .45s;
}
.overlay.open li:nth-of-type(4) {
    -webkit-animation-delay: .50s;
    animation-delay: .50s;
}
.overlay nav {
    position: relative;
    height: 70%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 20px;

    font-weight: 400;
    text-align: center;
}
.overlay ul {
    list-style: none;
    padding: 0;
    margin: 0 auto;
    display: inline-block;
    position: relative;
    height: 100%;
}
.overlay ul li {
    display: block;
    /*  height: 20%;  height: calc(100% / 4);  min-height: 60px;*/
    position: relative;
    opacity: 0; 
}
.overlay ul li a {
    display: block;
    position: relative;
    color: #FFF; text-transform: uppercase;
    text-decoration: none; line-height: normal; padding: 12px 10px; border-bottom: 1px solid rgba(255,255,255,0.5);
    /*  overflow: hidden;*/
}
.overlay ul li a i img { width: 25px; margin-right: 6px; }
.overlay ul li a:hover:after, .overlay ul li a:focus:after, .overlay ul li a:active:after {
    width: 100%; 
}
.overlay ul li a:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 0%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    height: 3px;
    background: #8bc544;
    -webkit-transition: .35s;
    transition: .35s;
}

@-webkit-keyframes fadeInRight {
    0% {
        opacity: 0;
        left: 20%;
    }
    100% {
        opacity: 1;
        left: 0;
    }
}

@keyframes fadeInRight {
    0% {
        opacity: 0;
        left: 20%;
    }
    100% {
        opacity: 1;
        left: 0;
    }
}

/* 02 HEADER*/

.icon-box-menu { position: relative}
.site-top {
    /*    position: relative;
        width: 100%;
        top: 40px; 
        
        max-height: 98px;
        display: inline-block;
        margin-bottom: 0;
        min-height: 98px;*/

    position: static;
    width: 100%;
    background-color: rgba(255,255,255,0.8);
    margin-top: 40px;
}
.header-home-pages {    

}
.icon-box-icon{    
    top: 0;
    display: inline-block;
    position: relative;
    width:40px;
    height:40px; 
    line-height:normal;
    text-align: left; 
    float: left;
    margin-right:8px;
}
.site-logo {
    background-color: #f5f5f5; display: inline-block;
}
.icon-box-one { padding-top:26px; text-align: left; }

/* 03 HOME MAIN SERVICE CIRCLE MENU*/
.serv-main {
    border-radius:100%; 
    position: relative; width:240px !important; height:240px !important; background-color:rgba(255,255,255,0.5);margin:10% auto; margin-bottom: 0;
    position: relative;  
}
.serv-head { 
    position: absolute;
    top: 74px;
    left: 0;
    z-index: 9;
    text-align: center;
    width: 100%;
}
.serv-head h1.big-title { 
    font-size: 70px; color: #20a1db; font-weight:bolder; line-height:58px; text-align: center; letter-spacing: -5px; margin: 0px auto;
}
.serv-head h4{ 
    font-size: 20px; font-weight:600; color: #20a1db; margin-top:6px; 
}

.wcircle-icon { 
    border: 0px solid rgba(32, 161, 219, .8); padding:0px; border-radius:100%;
    background-color:#FFF; margin: auto;
    width:180px !important; height:180px !important; top: 30px !important; left: 30px !important;
    box-shadow: 0px 1px 8px 1px rgba(29, 134, 181, 0.6);
}
.wcircle-icon i {
    background-color:#8bc544;  width:40px !important; height:40px !important; color: #FFF; padding:0px;
    border:3px solid rgba(10, 116, 165, 0.7); border-radius: 50%; line-height:36px; text-align: center; font-size:30px;
    top: 12px; position: absolute; cursor: pointer;
    font-weight: 900;
}

.wcircle-menu { position: relative; top:36% !important; left: 36% !important;}
.wcircle-menu-item i { 
    background-color: rgba(32, 161, 219, 0.7);
    border-radius: 100%; border: 3px solid rgba(16, 142, 199, 0.5);
    padding:12px; display: inline-block; text-align: center; line-height: normal;

    position: relative;
    -webkit-transition: all .35s ease;
    transition: all .35s ease;
}
.wcircle-menu-item i:hover {
    background-color: rgba(139, 197, 68, 0.98); border: 3px solid rgba(120, 175, 45,0.9); 
    -webkit-transition: all .35s ease;
    transition: all .35s ease;
    -ms-transform: scale(1.3);/* IE 9 */
    -webkit-transform:  scale(1.3); /* Safari */
    transform:  scale(1.3);
}
.wcircle-menu-item i img{ vertical-align: middle; margin: auto; width: 100%; } 
.wcircle-menu-item span.label { font-size: 100%; font-weight: normal;}


/*sticky footer*/

.footer {
    width: 100%;
    margin: 0px auto;
    min-height: 40px;
    color: #FFF; 
    /*    padding-top: 40px;*/
}
footer.footer h3 { color: #FFF;}
@-moz-keyframes bounce {
    0%, 20%, 50%, 80%, 100% {
        -moz-transform: translateY(0);
        transform: translateY(0);
    }
    40% {
        -moz-transform: translateY(-30px);
        transform: translateY(-30px);
    }
    60% {
        -moz-transform: translateY(-15px);
        transform: translateY(-15px);
    }
}
@-webkit-keyframes bounce {
    0%, 20%, 50%, 80%, 100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    40% {
        -webkit-transform: translateY(-30px);
        transform: translateY(-30px);
    }
    60% {
        -webkit-transform: translateY(-15px);
        transform: translateY(-15px);
    }
}
@keyframes bounce {
    0%, 20%, 50%, 80%, 100% {
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    40% {
        -moz-transform: translateY(-30px);
        -ms-transform: translateY(-30px);
        -webkit-transform: translateY(-30px);
        transform: translateY(-30px);
    }
    60% {
        -moz-transform: translateY(-15px);
        -ms-transform: translateY(-15px);
        -webkit-transform: translateY(-15px);
        transform: translateY(-15px);
    }
}

/*Home Animated arrow */
.arrow {
    position: absolute;
    bottom:20px;
    left: 50%;
    margin-left: -20px;
    width: 20px;
    height: 20px;
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxNi4wLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IiB3aWR0aD0iNTEycHgiIGhlaWdodD0iNTEycHgiIHZpZXdCb3g9IjAgMCA1MTIgNTEyIiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCA1MTIgNTEyIiB4bWw6c3BhY2U9InByZXNlcnZlIj4NCjxwYXRoIGZpbGw9IiNGRkZGRkYiIGQ9Ik0yOTMuNzUxLDQ1NS44NjhjLTIwLjE4MSwyMC4xNzktNTMuMTY1LDE5LjkxMy03My42NzMtMC41OTVsMCwwYy0yMC41MDgtMjAuNTA4LTIwLjc3My01My40OTMtMC41OTQtNzMuNjcyICBsMTg5Ljk5OS0xOTBjMjAuMTc4LTIwLjE3OCw1My4xNjQtMTkuOTEzLDczLjY3MiwwLjU5NWwwLDBjMjAuNTA4LDIwLjUwOSwyMC43NzIsNTMuNDkyLDAuNTk1LDczLjY3MUwyOTMuNzUxLDQ1NS44Njh6Ii8+DQo8cGF0aCBmaWxsPSIjRkZGRkZGIiBkPSJNMjIwLjI0OSw0NTUuODY4YzIwLjE4LDIwLjE3OSw1My4xNjQsMTkuOTEzLDczLjY3Mi0wLjU5NWwwLDBjMjAuNTA5LTIwLjUwOCwyMC43NzQtNTMuNDkzLDAuNTk2LTczLjY3MiAgbC0xOTAtMTkwYy0yMC4xNzgtMjAuMTc4LTUzLjE2NC0xOS45MTMtNzMuNjcxLDAuNTk1bDAsMGMtMjAuNTA4LDIwLjUwOS0yMC43NzIsNTMuNDkyLTAuNTk1LDczLjY3MUwyMjAuMjQ5LDQ1NS44Njh6Ii8+DQo8L3N2Zz4=);
    background-size: contain;
}
.bounce {
    -moz-animation: bounce 2s infinite;
    -webkit-animation: bounce 2s infinite;
    animation: bounce 2s infinite;
}
.pulse { 
    display: block;
    background: #FFF;
    cursor: pointer;
    box-shadow: 0 0 2px rgba(255,255,255,0.8);
    animation: pulse 2s infinite;
}
.pulse:hover {
    animation: none;
}

@-webkit-keyframes pulse {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(255,255,255, 0.8);
    }
    70% {
        -webkit-box-shadow: 0 0 0 20px rgba(255,255,255, 0.4);
    }
    100% {
        -webkit-box-shadow: 0 0 0 0px rgba(255,255,255, 0);
    }
}
@keyframes pulse {
    0% {
        -moz-box-shadow: 0 0 0 0 rgba(255,255,255, 0.8);
        box-shadow: 0 0 0 0 rgba(255,255,255, 0.8);
    }
    70% {
        -moz-box-shadow: 0 0 0 20px rgba(255,255,255, 0.4);
        box-shadow: 0 0 0 20px rgba(255,255,255, 0.4);
    }
    100% {
        -moz-box-shadow: 0 0 0 0 rgba(255,255,255, 0);
        box-shadow: 0 0 0 0 rgba(255,255,255, 0);
    }
}

/*SUB Pages*/

/*sub banner*/

.sub-page .site-top {background-color: rgba(255,255,255,0.98); margin-top:0px;}
.sub-bnr {
    /*    display: inline-flex;
        width: 100%;
        margin-top: 30px;
        background-color: #81bd52;*/
    width: 100%;
    background-color: rgba(129, 189, 82, 0.7);
    padding: 20px 0;
    color: #FFF;
}
.sub-bnr h1 {color: #FFF; }
.breadcrumbs { color: #FFF;}

.sub-content-section { padding:50px 0; padding-bottom:100px; background-color: rgba(255, 255, 255, 0.98);  min-height:80vh; }


/*FormControle*/; 

.file-upload-wrapper {
    position: relative;
    width: 100%;
    height: 60px;
}
.file-upload-wrapper:after {
    content: attr(data-text);
    font-size: 18px;
    position: absolute;
    top: 0;
    left: 0;
    background: #fff;
    padding:4px 15px;
    display: block;
    width: calc(100% - 40px);
    pointer-events: none;
    z-index: 20;
    height: 41px;
    line-height:30px;
    color: #999;
    border-radius: 0px;
    font-weight: 300;
    border: 1px solid #e5e5e5;

    width:82%; 
    white-space: nowrap;
    overflow: hidden;
    o-text-overflow: ellipsis;
    text-overflow: ellipsis;
}
.file-upload-wrapper:before {
    content: 'Upload';
    position: absolute;
    top: 0;
    right: 0;
    display: inline-block;
    height:41px;
    background: #20a1db;
    color: #fff;
    font-weight: 700;
    z-index: 25;
    font-size: 16px;
    line-height:40px;
    padding: 0 15px;
    text-transform: uppercase;
    pointer-events: none;
    border-radius: 0; border: none;
}
.file-upload-wrapper:hover:before {
    background: #8bc544;
}
.file-upload-wrapper input {
    opacity: 0;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 99;
    height: 40px;
    margin: 0;
    padding: 0;
    display: block;
    cursor: pointer;
    width: 100%;
}
.form-control { 
    height: 41px;
}



/*Srevices page*/


.section-lead {
    max-width: 600px;
    margin: 1rem auto 1.5rem;
}

.service a {
    color: #5b7abb;
    display: block;
}

.service h4 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    color: #56ceba;
    font-size: 1.3rem;
    margin: 1rem 0 0.6rem;
}

.services-grid {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
}

.service {
    background: #8bc544; color: #FFF;
    margin:0px;
    padding: 20px;
    border-radius: 4px;
    text-align: center;
    -webkit-box-flex: 1;
    flex: 1;
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
    border: 2px solid #e7e7e7;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.service:first-child {
    background: #8bc544; color: #FFF;
}
.service:second-child {
    background: #20a1db; color: #FFF;
}

.service:hover {
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.08);
    -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.08);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.08);
}

.service i {
    font-size:100%;
    margin: 1rem 0;
}

.service1 i,
.service1 h4,
.service1 .cta {
    color: #FFF;
}

.service1:hover {
    border: 2px solid #42b7ca;
}

.service2 i,
.service2 h4,
.service2 .cta {
    color: #FFF;
}

.service2:hover {
    border: 2px solid #425fca;
}

.service3 i,
.service3 h4,
.service3 .cta {
    color: #9c42ca;
}

.service3:hover {
    border: 2px solid #9c42ca;
}

.service .cta span {
    font-size: 0.6rem;
}

.service > * {
    flex: 1 1 100%;
}

.service .cta {
    align-self: flex-end;
}

@media all and (max-width:900px) {
    .services-grid {
        display: -webkit-box;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        flex-direction: column;
    }
}
.title-single h1 { position: relative}
.title-single h1 i img{ width:50px; vertical-align: middle }
.title-single h1 i { width:60px; height:60px; background-color: #20a1db; padding: 12px; border-radius: 50%; }


/*xs-serv menu*/



.glyphicon-menu-hamburger {
    padding: .9em 1.1em;
    color: white;
    border-radius: 0 .4em .4em 0;
    float: right;
    top: 0; font-weight: bold; font-size: 18px;
}

.drop {
    position: relative;
    font-size: 1em;
    cursor: pointer;
}
.drop > a {
    font-weight: 700;
    line-height: 2.5em;
    padding: 0 1em;
    color: #FFF;
    text-decoration: none;
    font-size: 1.5em;
    text-transform: uppercase;
}

.triangle {
    width: 0;
    height: 0;
    position: absolute;
    border-left: .7em solid transparent;
    border-right: .7em solid transparent;
    border-top: .7em solid #82b838;
    left: 92%;
    margin-left: -.7em;
    opacity: 0;
}

.dropdownContain {
    width:100%;
    position: absolute;
    z-index: 2;
    left: 0%;
    margin-left:0;
    /* half of width */
    top: -300px;
}

.dropOut {
    width: 100%;
    background: #FFF;
    float: left;
    position: relative;
    margin-top:-300px;
    opacity: 0;
    -moz-border-radius: 0.4em / 0.4em;
    -webkit-border-radius: 0.4em 0.4em;
    border-radius: 0.4em / 0.4em;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.15);
    border: 0px solid #FFF;
    overflow: hidden;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.dropOut ul {
    padding: 0;
    margin: 0;
}

.dropOut ul li a {
    text-align: left;
    width: 100%;
    padding:10px 18px;
    color: #20a1db;
    line-height: 20px; width: 100%; display: inline-block; font-size: 16px; font-weight: 500; border-bottom: 1px solid #e1e1e1;

    -webkit-transition: all 0.1s ease-out;
    -moz-transition: all 0.1s ease-out;
    -ms-transition: all 0.1s ease-out;
    -o-transition: all 0.1s ease-out;
    transition: all 0.1s ease-out;
}
.dropOut ul li a i {
    color: #FFF;
    margin:0; margin-right: 10px;
}
.dropOut li:hover {
    border-color: #ffc568;
    color: #4d4d4d;
    background: #ededed;
}
.dropOut ul li a:hover {
    border-color: #1a96ce;
    color: #FFF;
    background: #20a1db;
}
.dropOut li:hover span {
    color: gray;
}

ul li:hover .triangle {
    opacity: 1;
}

ul li:hover .dropdownContain {
    top: 40px; 
}

ul li:hover .dropOut {
    opacity: 1;
    margin-top: 20px;
}

.orange-txt {
    background-color: #82b838;
    background-image: -o-linear-gradient(bottom, #82b838 0%, #82b838 100%);
    background-image: -moz-linear-gradient(bottom, #82b838 0%, #82b838 100%);
    background-image: -webkit-linear-gradient(bottom, #82b838 0%, #82b838 100%);
    background-image: -ms-linear-gradient(bottom, #82b838 0%, #82b838 100%);
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0%, #82b838), color-stop(100%, #82b838));
    background-image: linear, bottom, #82b838 0%, #82b838 100%;
}
.orange-txt:hover {
    background: #82b838;
}


/*google map */

#map_container{
    position: relative;
}
#map{
    height: 0;
    overflow: hidden;
    padding-bottom: 22.25%;
    padding-top: 30px;
    position: relative;
}


/*Modify new 04 Nov 2017*/

nav.xs-serv-menu {
    width:100%;
    margin:2em auto;
    background:transparent; 
}
nav.xs-serv-menu ul { 
    /*    width: auto;
        margin: auto;*/
    margin: auto;
    position: relative;
    left: 10%;
    margin-left: -10%;

}
nav.xs-serv-menu ul li { margin:4px 0px; text-align: center; width: 30%;}
.wcircle-menu-item i { 
    width:86px;
    height:86px;
}
.wcircle-menu-item i {
    background-color: rgba(47, 47, 47, 0.15);
    border-radius: 100%;
    border: 1px solid rgb(255, 255, 255);
    padding: 18px;
    display: inline-block;
    text-align: center;
    line-height: normal;
    position: relative;
    -webkit-transition: all .35s ease;
    transition: all .35s ease;
}