.homecolor{
    /*background-image: linear-gradient(to right bottom, #007fcc, #006cbd, #005aae, #00479d, #09358c);*/
    background-image: linear-gradient(to right, #007fcc, #006cbd, #005aae, #00479d, #09358c);

}
.footer_s_2_input .input_all {
    border-bottom: 1px solid #505050;
}
.footer_s_2_input input::-webkit-input-placeholder{
    color:#fff !important;
}
.footer_center_line .line_s_1 {
    border-right: 1px solid #fff; 
    
}
.web_header_wrapper{
    height: 90px;
    padding: 0 49px;
    background-color: #fff;
    transition: all ease 0.4s;
    display: flex;
    align-items: center;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 999999;
}
.web_header_wrapper.header_change{
    box-shadow: 6px 4px 26px -7px rgb(0 0 0 / 15%);
}
.template_wrapper{
    padding: 90px 0 0 0;
}
.web_header_wrapper.webmenu_hidden{
    top: -100%;
}
.web_header_logo img{
    width: 200px;
    margin: 0 80px 0 0;
}
.web_header_li{
    margin: 0 20px;
    height: 90px;
    display: flex;
    align-items: center;
}
.web_header_li:last-child{
    margin-right: 0;
}
.web_header_li a{
    color: #127c1e;
    text-transform: uppercase;
    transition: all ease 0.2s;
    font-size: 16px;
    line-height: 90px;
    position: relative;
}
.web_header_li a:hover{
    color: #127c1e;
}
.web_header_li a.active:after{
    background-color: #127c1e;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 2px;
    content: "";
}
.web_menu_bar{
    width: 36px;
    height: 2px;
    background-color: #69af69;
    margin: 4px 0;
    display: block;
    transition: all ease 0.2s;
}
.web_header_menu_click{
    display: none;
}
.web_header_menu_click.open .web_menu_bar:nth-child(1){
    transform: rotate(-40deg) translateY(7px) translateX(-1px);
}
.web_header_menu_click.open .web_menu_bar:nth-child(2){
    opacity: 0;
}
.web_header_menu_click.open .web_menu_bar:nth-child(3){
    transform: rotate(43deg) translateY(-7px) translateX(-1px);
}
.footer_wrapper{
    /*background-color: #b4e4b4;*/
    background-color: #1a1a1a;
    opacity: 0.9;
}
.footer_logo img{
    width: 60%;
    margin: 0 auto 50px auto;
}
.footer_s_2{
    padding: 10% 0 4% 0;
}
.footer_s_3_inner{
    padding: 80px 0;
}
.footer_s_3_location{
    padding: 0 40px 15px 0;
}
.footer_s_3_location:last-child{
    padding-bottom: 0!important;
}
.footer_s_3_location_icon img{
    width: 44px;
    max-width: 24px;
    margin: 0 24px 0 0;
}
.footer_s_3{
    /*    border-top: 1px solid #017700;
    border-bottom: 1px solid #017700;*/
    border-top: 1px solid #505050;
    border-bottom: 1px solid #505050;
}
.side_padding{
    padding-right: 49px !important;
    padding-left: 49px !important;
}
.footer_s_3_border{
/*    border-right: 1px solid #017700;
    border-left: 1px solid #017700;*/
    border-right: 1px solid #505050;
    border-left: 1px solid #505050;

}
.footer_s_3_li{
    padding: 0 20px;
}
.footer_s_3_li a:nth-child(2){
    /*margin: 15px 0;*/
}
.footer_s_3_li a{
    margin: 0 0 15px 0;
}
.footer_s_3_li a:last-child{
    margin: 0;
}
.footer_s_3_ul{
    /*padding: 0 13%;*/
    justify-content: space-between;
}
.footer_s_3_social_li a img{
    height: 22px;
}


.footer_s_3_li a:hover {
    color: #07e007;
}
.footer_s_3_inner a:hover {
 color: #07e007;   
}
.footer_s_3_social_ul{
    padding: 40px 20px 0 40px;
}
.footer_s_2_input{
    margin: 18% -15px 0 -15px;
}
.footer_s_2_input .input_all{
    padding: 0 20px 0 50px;
}
.footer_s_4{
    padding: 15px 0;
}
.powered_by_logo{
    width: 20px;
    height: 20px;

}
.line_s_wrapper{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.line_s_wrapper .line_s_1:first-child{
    border-left: 1px solid #a8dcac;
}
.line_s_1{
    border-right: 1px solid #a8dcac;
    height: 100%;
    width: calc(100% / 6);
    padding: 0 15px;
    position: relative;
}
.web_header_slide{
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    display: none;
    transition: all ease 0.2s;
    z-index: 9999;
    transform: translateX(100%);
    padding: 50px 0 0 0;
    width: 450px;
    max-width: 100%;
}
.web_header_slide.open{
    transform: translateX(0);
    transition: all ease 0.4s;
    overflow: scroll;
}
.web_header_slide_overlay{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(82 82 82 / 40%);
    z-index: 999;
    opacity: 0;
    visibility: hidden;
    transition: all ease 0.2s;
}
.web_header_slide_overlay.open{
    opacity: 1;
    visibility: visible;
}
.web_header_slide_ul{
    padding: 20px 0;
    border-top: 1px solid #ccc;
}
.web_header_slide_li a{
    color: #127c1e;
    font-size: 20px;
    line-height: 20px;
    padding: 10px 20px;
    display: block;
}
.mega_menu_ul{
    padding: 20px 49px;
    justify-content: flex-end;
}
.mega_menu_li{
    margin: 0 20px;
}
.mega_menu_li:last-child{
    margin-right: 0;
}
.mega_menu_li a{
    color: #127c1e;
    font-size: 16px;
    line-height: 16px;
}
.line_s_1_after:after,
.line_s_1_before:before{
    position: absolute;
    width: 3px;
    height: 30px;
    background-color: #11e011;
    content: "";
    border-radius: 3px;
}
.line_s_1_after_bottom_left:after{
    bottom: 80px;
    left: -2px;
}
.line_s_1_after_bottom_right:after{
    bottom: 80px;
    right: -2px;
}
.line_s_1_after_center_right:after{
    top: 50%;
    transform: translateY(-50%);
    right: -2px;
}
.line_s_1_before_top_right:before{
    top: 120px;
    right: -2px;
}
.line_s_1_before_top_left:before{
    top: 120px;
    left: -2px;
}
.line_s_1_before_center:before{
    top: 50%;
    left: -2px;
    transform: translateY(-50%);
}
.line_s_1_before_center_right:before{
    top: 50%;
    right: -2px;
    transform: translateY(-50%);
}
.line_s_1_after_in{
    position: absolute;
    width: 3px;
    height: 30px;
    background-color: #11e011;
    border-radius: 3px;
}
.line_s_1_after_center_right_in{
    top: 50%;
    transform: translateY(50px);
    right: -2px;
}
.mega_menu_wrapper{
    position: fixed;
    top: 90px;
    left: 0;
    width: 100%;
    background-color: #fff;
    z-index: 999999;
    border-top: 1px solid #127c1e;
    opacity: 0;
    visibility: hidden;
    transition: all ease 0.2s;
    box-shadow: 6px 4px 26px -7px rgb(0 0 0 / 15%);
}
.mega_menu_wrapper.open{
    opacity: 1;
    visibility: visible;
}
.mega_menu_wrapper.close{
    opacity: 0;
    visibility: hidden;
}
.menu_overlay{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(82 82 82 / 40%);
    z-index: 9999;
    opacity: 0;
    visibility: hidden;
    transition: all ease 0.2s;
}
.menu_overlay.active{
    opacity: 1;
    visibility: visible;
}
.web_header_slide_li_content{
    display: none;
    width: 100%;
}
/*.web_header_slide_li_accordian{
    position: relative;
}
.web_header_slide_li_accordian:after{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 12px;
    content: "";
    width: 18px;
    height: 1px;
    background-color: #69af69;
}
.web_header_slide_li_accordian:before{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 20px;
    content: "";
    width: 1px;
    height: 18px;
    background-color: #69af69;
}
.web_header_slide_li_accordian.active:before{
    opacity: 0;
}*/
.web_header_slide_li{
    display: flex;
    align-items: center;
    flex-flow: row wrap;
}
.accordion_click{
    position: relative;
    width: 18px;
    height: 18px;
    margin-left: auto;
}
.accordion_click:after{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 12px;
    content: "";
    width: 18px;
    height: 1px;
    background-color: #69af69;
}
.accordion_click:before{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 20px;
    content: "";
    width: 1px;
    height: 18px;
    background-color: #69af69;
}
.accordion_click.active:before{
    opacity: 0;
}
.web_header_slide_li_content a{
    font-size: 16px;
    line-height: 16px;
}
.web_header_li_icon img{
    width: 18px;
    height: 18px;
}
.call_animation{
    -webkit-animation: dot-pulse-idle 4s cubic-bezier(.19, 1, .22, 1) infinite both;
    animation: dot-pulse-idle 4s cubic-bezier(.19, 1, .22, 1) infinite both;
    border-radius: 100%;
    padding: 3px;
}
@-webkit-keyframes dot-pulse-idle{
    0%{
        box-shadow: 0 0 0 0 #127c1e;
    }
    50%{
        box-shadow: 0 0 0 20px rgba(255, 255, 255, 0);
    }
}
@keyframes dot-pulse-idle{
    0%{
        box-shadow: 0 0 0 0 #127c1e;
    }
    50%{
        box-shadow: 0 0 0 20px rgba(255, 255, 255, 0);
    }
}







@media only screen and (max-width: 1440px){
    .web_header_logo img{
        width: 160px;
        margin: 0 60px 0 0;
    }
    .footer_s_2_input .input_all{
        padding: 0 20px 0 30px;
    }
    .footer_s_2{
        padding: 6% 0 3% 0;
    }
    .footer_s_3_inner{
        padding: 40px 0;
    }
    .footer_s_3_li{
        padding: 0 10px;
    }
    .footer_s_3_social_ul{
        padding: 20px 0 0 10px;
    }
    .footer_s_2_input{
        margin: 10% -15px 0 -15px;
    }
    .footer_logo img{
        margin: 0 auto 30px auto;
    }
    .web_header_wrapper{
        height: 70px;
        padding: 0 34px;
    }
    .mega_menu_ul{
        padding: 20px 34px;
    }
    .template_wrapper{
        padding: 70px 0 0 0;
    }
    .footer_s_3_location_icon img{
        max-width: 20px;
        margin: 0 20px 0 0;
    }
    .footer_s_3_li a:nth-child(2){
        margin: 10px 0;
    }
    .line_s_1_after_bottom_left:after{
        bottom: 40px;
        left: -2px;
    }
    .line_s_1_after_bottom_right:after{
        bottom: 40px;
        right: -2px;
    }
    .line_s_1_before_top_right:before{
        top: 60px;
        right: -2px;
    }
    .mega_menu_wrapper{
        top: 70px;
    }
}
@media only screen and (max-width: 1366px){
    .footer_s_3_inner{
        padding: 30px 0;
    }
    .footer_s_3_social_li a img{
        height: 20px;
    }
    .web_header_logo img{
        width: 140px;
        margin: 0 40px 0 0;
    }
    .web_header_li a{
        font-size: 14px;
        line-height: 60px;
    }
    .web_header_wrapper{
        height: 60px;
    }
    .mega_menu_wrapper{
        top: 60px;
    }
    .mega_menu_li a{
        font-size: 14px;
        line-height: 14px;
    }
    .mega_menu_li{
        margin: 0 10px;
    }
    .template_wrapper{
        padding: 60px 0 0 0;
    }
    .web_menu_bar{
        width: 30px;
    }
    .footer_s_3_location{
        padding: 0 0px 10px 0;
    }
    .web_header_li{
        margin: 0 10px;
    }
    .footer_s_3_li{
        padding: 0 5px;
    }
}
@media only screen and (max-width: 1280px){
    
}
@media only screen and (max-width: 1152px){
    .footer_s_3_li{
        padding: 0 20px 0 0;
    }
    .footer_s_3_li{
        padding: 0 5px;
        /*width: calc(100% / 3);*/
        margin: 0 0 30px 0;
    }
    .footer_s_3_li:last-child{
        margin: 0;
    }
}
@media only screen and (max-width: 1024px){
    .footer_s_3_li{
        padding: 0 10px 0 0;
    }
    .web_header_menu_click{
        margin-left: auto;
        display: block;
    }
    .web_header_slide{
        display: block;
    }
    .web_header_ul{
        display: none;
    }
}
@media only screen and (max-width: 991px){
    .footer_logo img{
        width: 34%;
    }
    .footer_s_3_li{
        width: calc(100% / 2);
    }
    .footer_s_3_li:nth-last-child(2),
    .footer_s_3_li:last-child{
        margin: 0;
    }
}
@media only screen and (max-width: 768px){
    .side_padding{
        padding-right: 14px !important;
        padding-left: 14px !important;
    }
    .footer_s_3_social_ul{
        padding: 10px 0 0 0;
    }
    .footer_s_3_li{
        padding: 0 10px 22px 0;
        margin: 0;
    }
    .footer_s_3_ul .footer_s_3_li:last-child,
    .footer_s_3_ul .footer_s_3_li:nth-last-child(2){
        padding-bottom: 0;
    }
    .footer_s_3_inner{
        padding: 15px 0;
    }
    .footer_s_3_social_ul{
        flex-flow: row wrap;
        align-items: center;
        justify-content: center;
    }
    .footer_s_3_social_li{
        width: calc(100% / 3);
        margin: 0 0 10px 0;
    }
    .footer_s_3_location_icon img{
        max-width: 20px;
        margin: 0 10px 0 0;
    }
    .web_header_li{
        margin: 0 6px;
    }
    .web_header_li a{
        font-size: 13px;
        line-height: 13px;
    }
    .web_header_wrapper{
        padding: 0 10px;
    }
    .web_header_logo img{
        margin: 0;
    }
    .mega_menu_li{
        margin: 0 4px;
    }
    .mega_menu_ul{
        padding: 20px 10px;
    }
}
@media only screen and (max-width: 767px){

    .bg_patch_mobile {
        position: absolute;
        top: 60%;
        left: 66%;
        width: 60%;
        transform: translate(-50% , 0%);
        z-index: -1;
        opacity: 0.2;
    }



    .homepage_center_section .home_s_4_card_img_shape_mobile1 {
        border-top: 90px solid #007bc9;
    }

    .homepage_center_section .home_s_4_card_img_shape_mobile2 {
        border-top: 90px solid #063b91;
    }
    .homepage_center_section .home_s_4_card_img_shape1 {
        border-top: 90px solid #0078c7 !important;
    }

    .web_header_slide_li a {
        
        font-family: 'Exo-Bold';
        font-size: 20px;
        padding: 14px 20px;
    }
    .web_header_slide_li_content a {
        font-weight: normal;
        font-family: 'Exo-Regular';
        font-size: 17px;
    }
    .mobile_full_click {
        display: block;
    }


    .web_header_slide {
       background-color: #e9fce8;
    }








    .accordion_click {
        width: 35%;
    
    }
    .web_header_logo img{
        width: 110px;
        margin: 0;
    }
    .web_header_wrapper{
        height: 65px;
        padding: 0 20px;
    }
    .template_wrapper{
        padding: 50px 0 0 0;
    }
    .web_menu_bar{
        width: 24px;
    }
    .footer_logo img{
        width: 30%;
        margin: 0 auto 20px auto;
    }
    .footer_s_2{
        padding: 40px 0;
    }
    .footer_s_2_contact{
        padding: 40px 0 0 0;
    }
    .footer_s_3_border{
        border: none;
        padding: 0;
    }
    .footer_s_3_social_ul{
        padding: 0;
    }
    .footer_s_3_social_li{
        width: auto;
        margin: 0 10px;
    }
    .powered_by_text{
        justify-content: center;
        margin: 12px 0 0 0;
    }
    .powered_by_text a{
        margin-left: 0;
    }
    .footer_s_3{
        padding: 20px 0;
    }
    .footer_s_3_li{
        padding: 0 0 22px 0;
    }
    .order_1{
        order: 1;
    }
    .order_2{
        order: 2;
    }
    .order_3{
        order: 3;
    }
    .footer_s_3_location{
        padding: 20px 0 0 0;
    }
    .line_s_1{
        width: calc(100% / 3);
    }
}
@media only screen and (max-width: 360px){
    
}
@media only screen and (max-width: 320px){
    
}