/* base start */





/* inside-banner-wrapper start */


@-ms-viewport {
    width: device-width;
}
.inside-banner-wrapper {

    background-color: #1d1d1d;

    /* height:180px; */

}

.inside-banner-wrapper img {

    width: 100%;

    height: 100%;

    opacity: 0.8;

}

.switcher .option{
    position: absolute !important;
}



/* inside-banner-wrapper end */





/* inside-nav-wrapper start */



.inside-nav-wrapper {

    background-image: -webkit-gradient(linear, left top, right top, from(#1A2C49), to(#364A68));

    background-image: -webkit-linear-gradient(left, #1A2C49, #364A68);

    background-image: -moz-linear-gradient(left, #1A2C49, #364A68);

    background-image: -o-linear-gradient(left, #1A2C49, #364A68);

    background-image: linear-gradient(to right, #1A2C49, #364A68);

    position: -webkit-sticky;

    position: sticky;

    top: 0;

    z-index: 555;

}

.inside-nav-pagination {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;

    height: 50px;

    background: #11233f;

    text-align: center;

    font-size: 0px;



}



.inside-nav-pagination li a {

    font-size: 16px;

    display: inline-block;

    line-height: 50px;

    padding: 0px 30px;

    color: #fff;

}

.inside-nav-pagination li a.active i {

    display: none;

}

.inside-nav-pagination li a.active,

.inside-nav-pagination li a:hover {

    background-color: #0daa80;

}



.inside-nav-breadcrumb {

    height: 50px;



    background-color: #fff;

    -webkit-box-shadow: 0px 20px 50px 0px rgba(9, 15, 36, 0.2);

    box-shadow: 0px 20px 50px 0px rgba(9, 15, 36, 0.2);

}

.inside-nav-breadcrumb li i {

    margin-right: 10px;

}

.inside-nav-breadcrumb li i svg path {

    fill: #0daa80;

}

nav.rank-math-breadcrumb.layout p {

    height: 50px;

    line-height: 50px;

}

nav.rank-math-breadcrumb.layout p i,
nav.rank-math-breadcrumb.layout p span,
nav.rank-math-breadcrumb.layout p a {

    margin-right: 10px;

}

nav.rank-math-breadcrumb.layout p i svg path {

    fill: #0daa80;

}



.inside-nav-breadcrumb li a {

    font-size: 14px;

    color: #666;

    display: inline-block;

    height: 50px;

    line-height: 50px;



}

.inside-nav-breadcrumb li a:hover {

    color: #0daa80;

}





.inside-nav-breadcrumb li a:after {

    color: #666;

    display: inline-block;

    margin: 0px 10px;

    content: "-";

    font-size: 20px;

}

.inside-nav-breadcrumb li:last-child a:after {

    display: none;

}











.inside-nav-mobile-pagination {

    display: none;



}

.inside-nav-mobile-pagination li {

    background: #444359;

    display: none;



    height: 50px;

    border-bottom: 1px solid #4b4a5e;

}

.inside-nav-mobile-pagination li a {

    position: relative;

    width: 100%;

    height: 100%;

    display: -webkit-box;

    display: -webkit-flex;

    display: -moz-box;

    display: -ms-flexbox;

    display: flex;

    -webkit-box-pack: start;

    -webkit-justify-content: flex-start;

    -moz-box-pack: start;

    -ms-flex-pack: start;

    justify-content: flex-start;

    -webkit-box-align: center;

    -webkit-align-items: center;

    -moz-box-align: center;

    -ms-flex-align: center;

    align-items: center;

    padding-left: 30px;

    color: #fff;

    font-size: 14px;

}

.inside-nav-mobile-pagination li:first-child {

    display: block;

    border: transparent;

}

.inside-nav-mobile-pagination li:first-child a i {

    display: -webkit-box;

    display: -webkit-flex;

    display: -moz-box;

    display: -ms-flexbox;

    display: flex;

    position: absolute;

    height: 100%;

    -webkit-box-align: center;

    -webkit-align-items: center;

    -moz-box-align: center;

    -ms-flex-align: center;

    align-items: center;

    right: 30px;

    -webkit-transition: all .3s linear;

    -o-transition: all .3s linear;

    -moz-transition: all .3s linear;

    transition: all .3s linear;

}

.inside-nav-mobile-pagination li:first-child a i svg {

    width: 20px;

}

.inside-nav-mobile-pagination li:first-child a i.rotate {

    -webkit-transform: rotate(180deg);

    -moz-transform: rotate(180deg);

    -ms-transform: rotate(180deg);

    -o-transform: rotate(180deg);

    transform: rotate(180deg);

    -webkit-transition: all .3s linear;

    -o-transition: all .3s linear;

    -moz-transition: all .3s linear;

    transition: all .3s linear;

}

.inside-nav-mobile-pagination li:first-child a i svg path {

    fill: #fff;

}



.inside-nav-wrapper .inside-nav-mobile-pagination li:first-child a {

    background: #0daa80;

    padding-left: 15px;

}







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

    .inside-nav-breadcrumb {

        display: none;

    }

    .inside-nav-pagination {

        display: none;

    }

    .inside-nav-mobile-pagination {

        display: block;

    }



    .inside-nav-wrapper {

        position: -webkit-sticky;

        position: sticky;

        top: 0;

        z-index: 555;

    }

    .inside-nav-pagination {

        height: auto;

    }



}







/* inside-nav-wrapper end */



/* inside-content start */

.inside-content {

    background: #fff;

    padding: 70px 0px;

}



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



    .inside-content {

        background: #fff;

        padding: 30px 0px;

    }



}



/* inside-content end */







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

    .inside-nav-breadcrumb {

        padding: 0px 15px;

    }



}





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

    .inside-banner-wrapper {

        display: none;

    }

}



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

    .inside-nav-pagination li a {

        padding: 0px 15px;

    }









}







/*  inside-banner-wrapper end */





/* inside-pagination start */

.inside-pagination .inside-pagination-content {

    display: -webkit-box;

    display: -webkit-flex;

    display: -moz-box;

    display: -ms-flexbox;

    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;

}

.inside-pagination .inside-pagination-content li {

    margin-right: 20px;

    height: 38px;





}

.inside-pagination .inside-pagination-content li a {

    display: inline-block;

    padding: 0px 20px;

    width: 100%;

    height: 100%;

    line-height: 38px;
    ;

    border: 1px solid #ddd;

}

.inside-pagination .inside-pagination-content li a:hover,
.inside-pagination .inside-pagination-content li a.active {

    border: 1px solid #0daa80;

    color: #fff;

    background: #0daa80;

}

.inside-pagination .inside-pagination-content li span {

    display: inline-block;

    padding: 0px 20px;

    width: 100%;

    height: 100%;

    line-height: 38px;

    border: 1px solid #ddd;

}

.inside-pagination .inside-pagination-content li span.page-numbers.current {

    border: 1px solid #0daa80;

    color: #fff;

    background: #0daa80;

}

.inside-pagination .inside-pagination-content li:last-child {

    margin-right: 0px;

}

/* inside-pagination end */





/*  c-video start */

/* .c-video{

    display:none;

    position: fixed;

    left:50%;

    top:50%;

    transform:translate(-50%,-50%);

} */









/* c-video end */



c-video
/* inside-testimonials-wrap start */



.inside-testimonials-wrap {

    background: #f4f6f5;

    overflow: hidden;

    /* padding-bottom:56px; */

}

.inside-testimonials-wrap h2 {

    /* font-size: 40px; */

    font-family: "gilroy-bold";

    text-align: center;

    margin-top: 70px;

    margin-bottom: 60px;

}

.service-testimonials-swiper {

    padding-bottom: 96px;

}

.service-testimonials-swiper .swiper-slide {
    overflow-x: hidden;

    -webkit-box-sizing: border-box;

    -moz-box-sizing: border-box;

    box-sizing: border-box;

    padding: 40px;

    background: #fff;

    border: 1px solid #e0e0e0;

    min-height: 380px;

    box-sizing: border-box;





}

.service-testimonials-swiper .swiper-slide a {

    position: absolute;

    top: 0px;

    left: 0px;

    width: 100%;

    height: 100%;

}

.service-testimonials-swiper .swiper-slide:hover {

    -webkit-box-shadow: 0px 6px 20px rgba(9, 15, 36, 0.2);

    box-shadow: 0px 6px 20px rgba(9, 15, 36, 0.2)
}

.service-testimonials-swiper .swiper-container {}

.service-testimonials-pagination {

    bottom: 40px !important;



}

.service-testimonials-pagination .swiper-pagination-bullet {

    width: 16px;

    height: 16px;

    border-radius: 50%;

    background: #fff;

    border: 1px solid transparent;

    position: relative;

    margin-right: 20px;

    opacity: 1;

}

.service-testimonials-pagination .swiper-pagination-bullet:last-child {

    margin-right: 0px;

}

.service-testimonials-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {

    border: 1px solid #0daa80;



}

.service-testimonials-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active:before {

    background: #0daa80;



}

.service-testimonials-pagination .swiper-pagination-bullet:before {

    position: absolute;

    display: inline-block;

    content: '';

    width: 4px;

    height: 4px;

    border-radius: 50%;

    background: #dcdcdc;



    top: 50%;

    -webkit-transform: translate(-50%, -50%);

    -moz-transform: translate(-50%, -50%);

    -ms-transform: translate(-50%, -50%);

    -o-transform: translate(-50%, -50%);

    transform: translate(-50%, -50%);



    left: 50%;





}



.service-testimonials-swiper .swiper-slide img {

    margin-bottom: 20px;

}

.service-testimonials-swiper .swiper-slide p {
    height: 140px;
    overflow-y: scroll;
    overflow-x: hidden;
    overflow-wrap: break-word;

    font-size: 16px;
    width: -webkit-calc(100% + 110px);
    width: -moz-calc(100% + 110px);
    width: calc(100% + 110px);
    padding: 0px 55px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-left: -55px;

    line-height: 24px;

    /* overflow : hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 7;
    -webkit-box-orient: vertical; */


}



















/* inside-testimonials-wrap end */









/* inside-contact-wrap start */



.inside-contact-wrap {

    background-image: -webkit-gradient(linear, left top, right top, from(#15647b), to(#1a3678));

    background-image: -webkit-linear-gradient(left, #15647b, #1a3678);

    background-image: -moz-linear-gradient(left, #15647b, #1a3678);

    background-image: -o-linear-gradient(left, #15647b, #1a3678);

    background-image: linear-gradient(to right, #15647b, #1a3678);



}

.inside-contact-context-wrap {

    display: -webkit-box;

    display: -webkit-flex;

    display: -moz-box;

    display: -ms-flexbox;

    display: flex;

    -webkit-box-orient: horizontal;

    -webkit-box-direction: normal;

    -webkit-flex-direction: row;

    -moz-box-orient: horizontal;

    -moz-box-direction: normal;

    -ms-flex-direction: row;

    flex-direction: row;

    padding: 7px 0px;



}

.inside-contact-wrap h3 {

    margin-left: 20px;

    color: #fff;

    font-size: 32px;

    font-family: "gilroy-bold";

    display: -webkit-box;

    display: -webkit-flex;

    display: -moz-box;

    display: -ms-flexbox;

    display: flex;

    -webkit-box-align: center;

    -webkit-align-items: center;

    -moz-box-align: center;

    -ms-flex-align: center;

    align-items: center;

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

    -o-transition: all 0.3s ease-in;

    -moz-transition: all 0.3s ease-in;

    transition: all 0.3s ease-in;

}

.inside-contact-wrap p {

    color: #fff;

    font-size: 16px;

    display: -webkit-box;

    display: -webkit-flex;

    display: -moz-box;

    display: -ms-flexbox;

    display: flex;

    -webkit-box-orient: vertical;

    -webkit-box-direction: normal;

    -webkit-flex-direction: column;

    -moz-box-orient: vertical;

    -moz-box-direction: normal;

    -ms-flex-direction: column;

    flex-direction: column;

    margin-left: 20px;

    -webkit-box-pack: center;

    -webkit-justify-content: center;

    -moz-box-pack: center;

    -ms-flex-pack: center;

    justify-content: center;



}

.inside-contact-wrap i:last-child {

    -webkit-box-flex: 1;

    -webkit-flex: 1 1 auto;

    -moz-box-flex: 1;

    -ms-flex: 1 1 auto;

    flex: 1 1 auto;

    display: -webkit-box;

    display: -webkit-flex;

    display: -moz-box;

    display: -ms-flexbox;

    display: flex;

    -webkit-align-self: center;

    -ms-flex-item-align: center;

    align-self: center;

    -webkit-box-pack: end !important;

    -webkit-justify-content: flex-end !important;

    -moz-box-pack: end !important;

    -ms-flex-pack: end !important;

    justify-content: flex-end !important;

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

    -o-transition: all 0.5s ease-in;

    -moz-transition: all 0.5s ease-in;

    transition: all 0.5s ease-in;



}



.inside-contact-wrap .contact-box,
.inside-contact-wrap .req-box {

    -webkit-box-flex: 1;

    -webkit-flex: 1 1 auto;

    -moz-box-flex: 1;

    -ms-flex: 1 1 auto;

    flex: 1 1 auto;

    position: relative;

    margin-right: 30px;



    background: rgba(255, 255, 255, 0.05);

    -webkit-align-self: center;

    -ms-flex-item-align: center;

    align-self: center;

    background-clip: content-box;



    padding: 7px;

    border: 4px solid rgb(255, 255, 255, 0);

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

    -o-transition: all 0.5s ease-in;

    -moz-transition: all 0.5s ease-in;

    transition: all 0.5s ease-in;





}

.inside-contact-wrap .contact-hash,
.inside-contact-wrap .req-hash {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;



    display: -ms-flexbox;



    display: flex;

    -webkit-box-orient: horizontal;

    -webkit-box-direction: normal;

    -webkit-flex-direction: row;

    -moz-box-orient: horizontal;

    -moz-box-direction: normal;

    -ms-flex-direction: row;

    flex-direction: row;

    -webkit-box-pack: start;

    -webkit-justify-content: flex-start;

    -moz-box-pack: start;

    -ms-flex-pack: start;

    justify-content: flex-start;

    padding: 0px 50px 0px 55px;
    height: 64px;



}

.inside-contact-wrap .contact-hash i,
.inside-contact-wrap .req-hash i{
    display: flex;
    align-items: center;
    justify-content: center;
}

/* .inside-contact-wrap .contact-hash i svg ,
.inside-contact-wrap .req-hash i svg{
    width:32px;
    height: 32px;
} */

.inside-contact-wrap .contact-box:hover i:last-child,
.inside-contact-wrap .req-box:hover i:last-child {

    margin-right: 10px;



}

.inside-contact-wrap .contact-box a,
.inside-contact-wrap .req-box a {

    position: absolute;

    left: 0;

    bottom: 0;

    right: 0;

    top: 0;

}

.inside-contact-wrap .contact-box:hover h3,
.inside-contact-wrap .req-box:hover h3 {

    margin-left: 25px;



}

.inside-contact-wrap .contact-box:hover,
.inside-contact-wrap .req-box:hover {

    background: rgba(255, 255, 255, 0.1);

    background-clip: content-box;

    border: 4px solid rgb(255, 255, 255, 0.1);



}

.inside-contact-wrap .req-box {

    margin-right: 0px;

}



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

    .inside-contact-context-wrap {

        -webkit-box-orient: vertical;

        -webkit-box-direction: normal;

        -webkit-flex-direction: column;

        -moz-box-orient: vertical;

        -moz-box-direction: normal;

        -ms-flex-direction: column;

        flex-direction: column;

    }

    .inside-contact-context-wrap {

        padding: 7px 50px;

    }

    .inside-contact-context-wrap .contact-box {

        margin-right: 0px;

    }

    .contact-box,
    .req-box {

        width: 100%;

    }

}

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

    .inside-contact-context-wrap {

        padding: 7px 15px;

    }

    .inside-contact-wrap .contact-hash,
    .inside-contact-wrap .req-hash {

        display: -webkit-box;

        display: -webkit-flex;

        display: -moz-box;

        display: -ms-flexbox;

        display: flex;

        -webkit-box-orient: horizontal;

        -webkit-box-direction: normal;

        -webkit-flex-direction: row;

        -moz-box-orient: horizontal;

        -moz-box-direction: normal;

        -ms-flex-direction: row;

        flex-direction: row;

        -webkit-box-pack: start;

        -webkit-justify-content: flex-start;

        -moz-box-pack: start;

        -ms-flex-pack: start;

        justify-content: flex-start;

        padding: 0px 0px 0px 15px;



    }

}



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

    .inside-contact-context-wrap {

        padding: 7px 0px;

    }

    .inside-contact-wrap .contact-box:hover h3,
    .inside-contact-wrap .req-box:hover h3 {

        margin-left: 20px;



    }

    .inside-contact-wrap .contact-hash,
    .inside-contact-wrap .req-hash {

        display: -webkit-box;

        display: -webkit-flex;

        display: -moz-box;

        display: -ms-flexbox;

        display: flex;

        -webkit-box-orient: horizontal;

        -webkit-box-direction: normal;

        -webkit-flex-direction: row;

        -moz-box-orient: horizontal;

        -moz-box-direction: normal;

        -ms-flex-direction: row;

        flex-direction: row;

        -webkit-box-pack: start;

        -webkit-justify-content: flex-start;

        -moz-box-pack: start;

        -ms-flex-pack: start;

        justify-content: flex-start;

        padding: 0px 0px 0px 15px;

    }

    .inside-contact-wrap .contact-hash i svg,
    .inside-contact-wrap .req-hash i svg {

        width: 48px;

        height: 48px;

    }

    .contact-hash p {

        display: none;

    }



    /* .req-hash i:last-child,.contact-hash i:last-child{

         display:none;

    }  */

    .inside-contact-wrap h3 {

        font-size: 24px;

    }

    .inside-contact-wrap .contact-box,
    .inside-contact-wrap .req-box {

        padding: 0px;

        border: 0px;

    }

    .inside-contact-wrap .contact-box {

        margin-bottom: 20px;

    }

}





/* inside-contact-wrap end */





/* inside-h2 start */

.inside-h2 {

    /* font-size: 40px; */
    font-size: 28px;

    line-height: 40px;
    ;

    position: relative;

    font-family: "gilroy-bold";

    margin-bottom: 40px;

    padding-bottom: 30px;

    text-align: center;

}

.inside-h2:after {

    display: block;

    content: "";

    position: absolute;

    height: 3px;

    width: 64px;

    background: #0daa80;

    left: 50%;

    bottom: 0px;

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

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

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

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

    transform: translateX(-50%);



}

/* inside-h2 end */



/* inside-a start */

.inside-a {

    display: -webkit-box;

    display: -webkit-flex;

    display: -moz-box;

    display: -ms-flexbox;

    display: flex;

    -webkit-box-align: center;

    -webkit-align-items: center;

    -moz-box-align: center;

    -ms-flex-align: center;

    align-items: center;

    -webkit-box-pack: center;

    -webkit-justify-content: center;

    -moz-box-pack: center;

    -ms-flex-pack: center;

    justify-content: center;

    width: 180px;

    height: 48px;

    color: #0daa80;

    border: 1px solid #0daa80;

    background: #fff;

    -webkit-transition: all ease 0.3s;

    -o-transition: all ease 0.3s;

    -moz-transition: all ease 0.3s;

    transition: all ease 0.3s;

}

.inside-a:visited {

    color: #0daa80;

    border: 1px solid #0daa80;

    background: #fff;



}

.inside-a:hover {

    background: #000;

    color: #fff;

    border: 1px solid #fff;

}



/* inside-a end */









/* header start */
.header{
    box-shadow: 5px 5px 10px rgba(0,0,0,0.1);
}



.web_header {
    box-shadow: 0px 20px 50px rgba(0,0,0,0.1);

    position: relative;

    height: 90px;

    width: 100%;



}

.header_wrap {

    position: absolute;

    height: 90px;

    width: 100%;

    z-index: 888;

}

.header_wrap_padding {

    padding: 0px 80px;

    background: #fff;

    height: 90px;

    display: -webkit-box;

    display: -webkit-flex;

    display: -moz-box;

    display: -ms-flexbox;

    display: flex;

    -webkit-box-orient: horizontal;

    -webkit-box-direction: normal;

    -webkit-flex-direction: row;

    -moz-box-orient: horizontal;

    -moz-box-direction: normal;

    -ms-flex-direction: row;

    flex-direction: row;

    -webkit-flex-wrap: nowrap;

    -ms-flex-wrap: nowrap;

    flex-wrap: nowrap;



}



.header_logo {

    -webkit-box-flex: 0;

    -webkit-flex: 0 0 auto;

    -moz-box-flex: 0;

    -ms-flex: 0 0 auto;

    flex: 0 0 auto;



}

.header_logo figure,
.header_logo h1 {

    height: 100%;

}

.header_logo a {

    display: -webkit-box;

    display: -webkit-flex;

    display: -moz-box;

    display: -ms-flexbox;

    display: flex;

    height: 100%;

    -webkit-box-align: center;

    -webkit-align-items: center;

    -moz-box-align: center;

    -ms-flex-align: center;

    align-items: center;



}





.header_nav {

    -webkit-box-flex: 1;

    -webkit-flex: 1 1 auto;

    -moz-box-flex: 1;

    -ms-flex: 1 1 auto;

    flex: 1 1 auto;

    display: -webkit-box;

    display: -webkit-flex;

    display: -moz-box;

    display: -ms-flexbox;

    display: flex;

    -webkit-box-pack: center;

    -webkit-justify-content: center;

    -moz-box-pack: center;

    -ms-flex-pack: center;

    justify-content: center;



}

.header_nav>ul {

    height: 100%;

    display: -webkit-box;

    display: -webkit-flex;

    display: -moz-box;

    display: -ms-flexbox;

    display: flex;

    -webkit-box-orient: horizontal;

    -webkit-box-direction: normal;

    -webkit-flex-direction: row;

    -moz-box-orient: horizontal;

    -moz-box-direction: normal;

    -ms-flex-direction: row;

    flex-direction: row;

    -webkit-flex-wrap: nowrap;

    -ms-flex-wrap: nowrap;

    flex-wrap: nowrap;





}

.header_nav>ul>li {



    height: 100%;

    margin-right: 20px;

    position: relative;

}

.header_nav>ul>li:last-child {

    margin-right: 0px;

}

.header_nav>ul>li>a {

    white-space: nowrap;

    font-size: 18px;

    color: #000;

    height: 100%;

    display: -webkit-box;

    display: -webkit-flex;

    display: -moz-box;

    display: -ms-flexbox;

    display: flex;

    -webkit-box-align: center;

    -webkit-align-items: center;

    -moz-box-align: center;

    -ms-flex-align: center;

    align-items: center;

    padding: 0px 20px;

    border-bottom: 3px solid #fff;

    font-family: "gilroy-medium";

}

.header_nav>ul>li.current-menu-item>a,
.header_nav>ul>li.current-menu-parent>a,

.header_nav>ul>li.current-post-ancestor>a,
.header_nav>ul>li.current-page-ancestor>a,

.header_nav>ul>li.current_page_parent>a,
.header_nav>ul>li>a.active,
.header_nav>ul>li:hover>a {

    color: #0daa80;

    border-bottom: 3px solid #0daa80;

}



.header_nav>ul>li>ul {
    display: none;

    z-index: 10;

    position: absolute;

    top: 90px;

    background: #fff;

    min-width: 120px;

    max-width: 200px;

}

/* .header_nav>ul>li>ul.active{
    display: block;
} */

.header_nav>ul>li>ul>li {

    width: 100%;

}



.header_nav>ul>li>ul>li a:first-child {

    margin-top: 3px;

}

.header_nav>ul>li>ul {

    padding: 10px 0px;

}

/* .header_nav>ul>li>ul>li:last-child{

    margin-bottom:10px;

} */

.header_nav>ul>li>ul>li a {

    white-space: nowrap;

    display: inline-block;

    height: 40px;

    width: 100%;

    -webkit-box-sizing: border-box;

    -moz-box-sizing: border-box;

    box-sizing: border-box;

    line-height: 40px;

    padding: 0px 10px;

    font-size: 14px;

    text-align: center;

    color: #000;

}

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

    background: #0daa80;

    color: #fff;



}

.header_nav .product_wrap .product_menu_wrap {

    display: none;

    z-index: 10;

    position: absolute;

    top: 90px;

    left: 0px;

}

.header_nav .product_wrap .product_menu {

    display: -webkit-box;

    display: -webkit-flex;

    display: -moz-box;

    display: -ms-flexbox;

    display: flex;

    -webkit-box-orient: horizontal;

    -webkit-box-direction: normal;

    -webkit-flex-direction: row;

    -moz-box-orient: horizontal;

    -moz-box-direction: normal;

    -ms-flex-direction: row;

    flex-direction: row;

    -webkit-flex-wrap: nowrap;

    -ms-flex-wrap: nowrap;

    flex-wrap: nowrap;

}

.header_nav .product_wrap .product_menu .product_article {

    -webkit-box-flex: 1;

    -webkit-flex: 1 1 auto;

    -moz-box-flex: 1;

    -ms-flex: 1 1 auto;

    flex: 1 1 auto;

    background: #0daa80;

    color: #fff;

    display: -webkit-box;

    display: -webkit-flex;

    display: -moz-box;

    display: -ms-flexbox;

    display: flex;

    -webkit-box-pack: center;

    -webkit-justify-content: center;

    -moz-box-pack: center;

    -ms-flex-pack: center;

    justify-content: center;

    /* justify-content: flex-end; */

    -webkit-box-align: center;

    -webkit-align-items: center;

    -moz-box-align: center;

    -ms-flex-align: center;

    align-items: center;

}

.header_nav .product_wrap .product_article_item {

    /* margin-right:60px; */

    max-width: 370px;



}

.header_nav .product_wrap .product_menu .product_article h2 {

    font-size: 32px;

    line-height: 32px;

    font-family: "gilroy-bold";

    position: relative;

}

.header_nav .product_wrap .product_menu .product_article h2:before {

    content: '';

    display: inline-block;

    width: 64px;

    height: 2px;

    background: #fff;

    position: absolute;

    left: 0px;

    bottom: -20px;

}

.header_nav .product_wrap .product_menu .product_article p {

    margin-top: 62px;

    font-size: 14px;

    line-height: 20px;



}

.header_nav .product_wrap .product_list {

    -webkit-box-flex: 0;

    -webkit-flex: 0 0 1275px;

    -moz-box-flex: 0;

    -ms-flex: 0 0 1275px;

    flex: 0 0 1275px;
    margin: 0 auto;

    background: #f4f6f5;

    display: -webkit-box;

    display: -webkit-flex;

    display: -moz-box;

    display: -ms-flexbox;

    display: flex;

    -webkit-box-orient: horizontal;

    -webkit-box-direction: normal;

    -webkit-flex-direction: row;

    -moz-box-orient: horizontal;

    -moz-box-direction: normal;

    -ms-flex-direction: row;

    flex-direction: row;

    -webkit-flex-wrap: wrap;

    -ms-flex-wrap: wrap;

    flex-wrap: wrap;

    padding: 50px 75px 30px 60px;

    -webkit-box-sizing: border-box;

    -moz-box-sizing: border-box;

    box-sizing: border-box;

}

.header_nav .product_wrap .product_list li {

    width: 360px;

    height: 90px;
    ;

    background: #fff;

    margin-bottom: 30px;

    margin-right: 30px;

    display: -webkit-box;

    display: -webkit-flex;

    display: -moz-box;

    display: -ms-flexbox;

    display: flex;

    -webkit-box-orient: horizontal;

    -webkit-box-direction: normal;

    -webkit-flex-direction: row;

    -moz-box-orient: horizontal;

    -moz-box-direction: normal;

    -ms-flex-direction: row;

    flex-direction: row;

    -webkit-flex-wrap: wrap;

    -ms-flex-wrap: wrap;

    flex-wrap: wrap;

    -webkit-box-align: center;

    -webkit-align-items: center;

    -moz-box-align: center;

    -ms-flex-align: center;

    align-items: center;

}

.header_nav .product_wrap .product_list li:nth-of-type(3n+3) {

    margin-right: 0px;

}



.header_nav .product_wrap .product_list li img {

    width: 90px;

    height: 90px;

}

.header_nav .product_wrap .product_list li a {

    width: 100%;

    display: inline-block;

    height: 100%;

    -webkit-box-sizing: border-box;

    -moz-box-sizing: border-box;

    box-sizing: border-box;

    color: #1d1d1d;

    padding-left: 20px;

    display: -webkit-box;

    display: -webkit-flex;

    display: -moz-box;

    display: -ms-flexbox;

    display: flex;

    -webkit-box-align: center;

    -webkit-align-items: center;

    -moz-box-align: center;

    -ms-flex-align: center;

    align-items: center;

}

.header_nav .product_wrap .product_list li:hover {

    -webkit-box-shadow: 0px 0px 20px 5px rgba(27, 49, 119, 0.15);

    box-shadow: 0px 0px 20px 5px rgba(27, 49, 119, 0.15);

}

.header_nav .product_wrap .product_list li:hover a {

    color: #0daa80;



}



.header_search {

    -webkit-box-flex: 0;

    -webkit-flex: 0 0 auto;

    -moz-box-flex: 0;

    -ms-flex: 0 0 auto;

    flex: 0 0 auto;

    display: -webkit-box;

    display: -webkit-flex;

    display: -moz-box;

    display: -ms-flexbox;

    display: flex;

    -webkit-box-orient: horizontal;

    -webkit-box-direction: normal;

    -webkit-flex-direction: row;

    -moz-box-orient: horizontal;

    -moz-box-direction: normal;

    -ms-flex-direction: row;

    flex-direction: row;

    -webkit-flex-wrap: nowrap;

    -ms-flex-wrap: nowrap;

    flex-wrap: nowrap;

    -webkit-box-align: cneter;

    -webkit-align-items: cneter;

    -moz-box-align: cneter;

    -ms-flex-align: cneter;

    align-items: cneter;

}

.header_search_icon {

    position: relative;

    display: -webkit-box;

    display: -webkit-flex;

    display: -moz-box;

    display: -ms-flexbox;

    display: flex;

    -webkit-box-align: center;

    -webkit-align-items: center;

    -moz-box-align: center;

    -ms-flex-align: center;

    align-items: center;

    margin-right: 30px;

}

.header_search_icon input {



    position: absolute;

    z-index: 2;

    width: 0px;

    left: 0px;

    opacity: 0;

    border: 1px solid #eee;



    top: 26px;

    height: 38px;

    line-height: 38px;

    text-indent: 20px;



}

.header_search_email {

    display: -webkit-box;

    display: -webkit-flex;

    display: -moz-box;

    display: -ms-flexbox;

    display: flex;

    -webkit-box-align: center;

    -webkit-align-items: center;

    -moz-box-align: center;

    -ms-flex-align: center;

    align-items: center;

}


.header_search_language{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 30px;


}
.header_search_email a {

    display: -webkit-box;

    display: -webkit-flex;

    display: -moz-box;

    display: -ms-flexbox;

    display: flex;

    height: 40px;

    background: #0daa80;

    padding: 0px 20px;

    -webkit-box-align: center;

    -webkit-align-items: center;

    -moz-box-align: center;

    -ms-flex-align: center;

    align-items: center;

    color: #fff;

    font-size: 13px;

}

.header_search_email a i {

    margin-right: 10px;

}

.header_search_email a span {

    -webkit-box-flex: 0;

    -webkit-flex: 0 0 auto;

    -moz-box-flex: 0;

    -ms-flex: 0 0 auto;

    flex: 0 0 auto;

    white-space: nowrap;

}

.header_search_email a:hover {

    background: #1d1d1d;

}

.header_mobile_open {

    display: none;

    -webkit-box-pack: center;

    -webkit-justify-content: center;

    -moz-box-pack: center;

    -ms-flex-pack: center;

    justify-content: center;

    -webkit-box-align: center;

    -webkit-align-items: center;

    -moz-box-align: center;

    -ms-flex-align: center;

    align-items: center;

    cursor: pointer;

    margin-left: 50px;

}

.header_mobile_open span {

    width: 25px;

    display: inline-block;

    height: 1px;

    position: relative;

    background: #4f4f4f;

}

.header_mobile_open span:after,
.header_mobile_open span:before {

    position: absolute;

    content: '';

    width: 100%;

    height: 1px;

    background: #4f4f4f;



}

.header_mobile_open span:after {

    top: 9px;

}

.header_mobile_open span:before {

    bottom: 9px;



}



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

    /* .header_nav .product_wrap .product_menu .product_article{

        display:none;

    } */

    .header_search_email{
        display: none;
    }

    .header_nav .product_wrap .product_menu {

        -webkit-box-pack: center;

        -webkit-justify-content: center;

        -moz-box-pack: center;

        -ms-flex-pack: center;

        justify-content: center;

    }





}





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

    .header_wrap_padding {

        padding: 0px 15px;

    }



    .header_nav>ul>li>a {

        padding: 0 10px;

    }







}



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

    .layout {

        width: 100%;

    }

    .header_wrap_padding {

        padding: 0 15px;

        -webkit-box-pack: justify;

        -webkit-justify-content: space-between;

        -moz-box-pack: justify;

        -ms-flex-pack: justify;

        justify-content: space-between;



    }

    .header_mobile_open {

        display: -webkit-box;

        display: -webkit-flex;

        display: -moz-box;

        display: -ms-flexbox;

        display: flex;

    }

    .header_nav {

        display: none;

    }

}



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

    .header_search_icon,
    .header_search_email {

        display: none;

    }

    .inside-nav-breadcrumb {

        display: none;

    }

    .header_mobile_open {

        margin-left: 0px;

    }

    .header_logo img {

        width: 140px;



    }

}



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



    /* .header_logo figure img{

        width:220px;



    } */





}

















/* header end */









/* header mobile start */

.mobile_header_wrap_shade {

    position: fixed;

    display: none;

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

    top: 0px;

    left: 0px;

    width: 100%;

    height: 100%;

    z-index: 888;



}

.web_mobile_header {

    position: fixed;

    width: 70%;

    height: 100%;

    top: 0px;

    left: -70%;

    background: #fff;

    z-index: 1200;

    overflow: auto;

}



.header_mobile_close {

    position: absolute;

    right: 20px;

    top: 20px;

    cursor: pointer;

}

.header_mobile_nav {

    margin-top: 100px;

}

.header_mobile_nav>li {

    display: inline-block;

    width: 100%;

    border-bottom: 1px solid #eee;

}

.header_mobile_nav>li>a {

    display: inline-block;

    width: 100%;

    height: 50px;

    line-height: 50px;

    color: #333;

    font-size: 16px;

    padding-left: 20px;

    position: relative;

}

.header_mobile_nav>li>a.mobile_icon_bottom:after {

    position: absolute;

    content: '';

    width: 12px;

    height: 12px;

    border-right: 2px solid #333;

    border-bottom: 2px solid #333;

    right: 20px;

    top: 50%;

    -webkit-transform: rotate(225deg) translateY(-50%);

    -moz-transform: rotate(225deg) translateY(-50%);

    -ms-transform: rotate(225deg) translateY(-50%);

    -o-transform: rotate(225deg) translateY(-50%);

    transform: rotate(225deg) translateY(-50%);

}

.header_mobile_nav>li>a.mobile_icon_top:after {

    position: absolute;

    content: '';

    width: 12px;

    height: 12px;

    border-right: 2px solid;

    border-bottom: 2px solid;

    right: 30px;

    top: 50%;

    -webkit-transform: rotate(45deg) translateY(-50%);

    -moz-transform: rotate(45deg) translateY(-50%);

    -ms-transform: rotate(45deg) translateY(-50%);

    -o-transform: rotate(45deg) translateY(-50%);

    transform: rotate(45deg) translateY(-50%);

    border-right: 2px solid #333;

    border-bottom: 2px solid #333;



}

.header_mobile_nav>li>ul {

    display: none;

}

.header_mobile_nav>li>ul>li {

    display: inline-block;

    width: 100%;

}

.header_mobile_nav>li>ul>li a {

    display: inline-block;

    width: 100%;

    padding-left: 30px;

    height: 40px;

    line-height: 40px;

    color: #333;



}

.header_mobile_nav>li>ul>li:last-child {

    margin-bottom: 10px;

}











/* header mobile end */





/* footer start */



.footer_wrap {

    background-color: #F4F6F5;

    width: 100%;

    height: 336px;

}

.footer_wrap .layout {

    height: 100%;

}



.footer_main {

    height: 100%;

    display: -webkit-box;

    display: -webkit-flex;

    display: -moz-box;

    display: -ms-flexbox;

    display: flex;

    -webkit-box-orient: horizontal;

    -webkit-box-direction: normal;

    -webkit-flex-direction: row;

    -moz-box-orient: horizontal;

    -moz-box-direction: normal;

    -ms-flex-direction: row;

    flex-direction: row;

    -webkit-box-align: center;

    -webkit-align-items: center;

    -moz-box-align: center;

    -ms-flex-align: center;

    align-items: center;

}

.footer_main_wrap {

    display: -webkit-box;

    display: -webkit-flex;

    display: -moz-box;

    display: -ms-flexbox;

    display: flex;

    -webkit-box-orient: horizontal;

    -webkit-box-direction: normal;

    -webkit-flex-direction: row;

    -moz-box-orient: horizontal;

    -moz-box-direction: normal;

    -ms-flex-direction: row;

    flex-direction: row;

    -webkit-flex-wrap: nowrap;

    -ms-flex-wrap: nowrap;

    flex-wrap: nowrap;

    -webkit-box-align: stretch;

    -webkit-align-items: stretch;

    -moz-box-align: stretch;

    -ms-flex-align: stretch;

    align-items: stretch;

    width: 100%;



}

.footer_message {

    -webkit-box-flex: 0;

    -webkit-flex: 0 1 410px;

    -moz-box-flex: 0;

    -ms-flex: 0 1 410px;

    flex: 0 1 410px;

    margin-right: 30px;

    display: -webkit-box;

    display: -webkit-flex;

    display: -moz-box;

    display: -ms-flexbox;

    display: flex;

    -webkit-box-orient: vertical;

    -webkit-box-direction: normal;

    -webkit-flex-direction: column;

    -moz-box-orient: vertical;

    -moz-box-direction: normal;

    -ms-flex-direction: column;

    flex-direction: column;

    -webkit-box-pack: justify;

    -webkit-justify-content: space-between;

    -moz-box-pack: justify;

    -ms-flex-pack: justify;

    justify-content: space-between;

}

.footer_message li {

    display: -webkit-box;

    display: -webkit-flex;

    display: -moz-box;

    display: -ms-flexbox;

    display: flex;

    -webkit-box-orient: horizontal;

    -webkit-box-direction: normal;

    -webkit-flex-direction: row;

    -moz-box-orient: horizontal;

    -moz-box-direction: normal;

    -ms-flex-direction: row;

    flex-direction: row;

    font-size: 16px;

}

.footer_message li:first-child p {

    display: -webkit-box;

    display: -webkit-flex;

    display: -moz-box;

    display: -ms-flexbox;

    display: flex;

    -webkit-box-orient: vertical;

    -webkit-box-direction: normal;

    -webkit-flex-direction: column;

    -moz-box-orient: vertical;

    -moz-box-direction: normal;

    -ms-flex-direction: column;

    flex-direction: column;

}

.footer_message li:first-child p a {

    line-height: 24px;

}

.footer_message li i {

    margin-right: 10px;

}

.footer_message li i svg path {

    /* fill: rgb(255 255 255/1); */
    fill:#1d1d1d;

}



.footer_message li a,
.footer_nav_1 li a,
.footer_nav_2 li a {

    font-size: 16px;
    color:#1d1d1d;

    /* color: rgba(255, 255, 255, 1) */
}

.footer_message li a:hover,
.footer_nav_1 li a:hover,
.footer_nav_2 li a:hover {

    /* color: rgba(255, 255, 255) */
}

.footer_message li p {

    width: 340px;

    /* color: rgba(255, 255, 255, 1) */
    color:#1d1d1d;
}

.footer_nav_1 {

    -webkit-box-flex: 0;

    -webkit-flex: 0 0 190px;

    -moz-box-flex: 0;

    -ms-flex: 0 0 190px;

    flex: 0 0 190px;

    display: -webkit-box;

    display: -webkit-flex;

    display: -moz-box;

    display: -ms-flexbox;

    display: flex;

    -webkit-box-orient: vertical;

    -webkit-box-direction: normal;

    -webkit-flex-direction: column;

    -moz-box-orient: vertical;

    -moz-box-direction: normal;

    -ms-flex-direction: column;

    flex-direction: column;

    width: 190px;

    margin-right: 30px;

}

.footer_nav_1 li,
.footer_nav_2 li {

    height: 52px;



}



.footer_nav_2 {

    -webkit-box-flex: 0;

    -webkit-flex: 0 0 190px;

    -moz-box-flex: 0;

    -ms-flex: 0 0 190px;

    flex: 0 0 190px;

    display: -webkit-box;

    display: -webkit-flex;

    display: -moz-box;

    display: -ms-flexbox;

    display: flex;

    -webkit-box-orient: vertical;

    -webkit-box-direction: normal;

    -webkit-flex-direction: column;

    -moz-box-orient: vertical;

    -moz-box-direction: normal;

    -ms-flex-direction: column;

    flex-direction: column;

    margin-right: 30px;

}

.footer_nav_2 li {

    height: 52px;



}

.footer_search {

    -webkit-box-flex: 0;

    -webkit-flex: 0 1 410px;

    -moz-box-flex: 0;

    -ms-flex: 0 1 410px;

    flex: 0 1 410px;

    display: -webkit-box;

    display: -webkit-flex;

    display: -moz-box;

    display: -ms-flexbox;

    display: flex;

    -webkit-box-orient: vertical;

    -webkit-box-direction: normal;

    -webkit-flex-direction: column;

    -moz-box-orient: vertical;

    -moz-box-direction: normal;

    -ms-flex-direction: column;

    flex-direction: column;

    -webkit-box-pack: justify;

    -webkit-justify-content: space-between;

    -moz-box-pack: justify;

    -ms-flex-pack: justify;

    justify-content: space-between;

    -webkit-box-align: end;

    -webkit-align-items: flex-end;

    -moz-box-align: end;

    -ms-flex-align: end;

    align-items: flex-end;

}
.footer_search_main{
    max-width: 336px;
}

.footer_search_form {

    display: -webkit-box;

    display: -webkit-flex;

    display: -moz-box;

    display: -ms-flexbox;

    display: flex;

    -webkit-box-orient: horizontal;

    -webkit-box-direction: normal;

    -webkit-flex-direction: row;

    -moz-box-orient: horizontal;

    -moz-box-direction: normal;

    -ms-flex-direction: row;

    flex-direction: row;

    -webkit-flex-wrap: nowrap;

    -ms-flex-wrap: nowrap;

    flex-wrap: nowrap;

    margin-bottom: 40px;

}

.footer_search_form input {

    width: 266px;

    height: 52px;

    font-size: 16px;

    color: #8c8c8c;

    outline: none;

    border: none;

    text-indent: 20px;

}

.footer_search_form a,
.footer_search_form button.search_submit {

    display: -webkit-box;

    display: -webkit-flex;

    display: -moz-box;

    display: -ms-flexbox;

    display: flex;

    width: 88px;

    height: 52px;

    /* background: rgba(72,201,176,0.5); */
    background:#0daa8a;
    cursor: pointer;

    -webkit-box-align: center;

    -webkit-align-items: center;

    -moz-box-align: center;

    -ms-flex-align: center;

    align-items: center;

    -webkit-box-pack: center;

    -webkit-justify-content: center;

    -moz-box-pack: center;

    -ms-flex-pack: center;

    justify-content: center;

}

.footer_search_form button.search_submit {

    margin: 0;

    padding: 0;

    border: 1px solid transparent;

    outline: none;

    height: 50px;

}

.footer_search_form button.search_submit i{
    display: flex;
    align-items: center;
    justify-content: center;
}

.footer_search_form a i {

    display: -webkit-box;

    display: -webkit-flex;

    display: -moz-box;

    display: -ms-flexbox;

    display: flex;

    -webkit-box-pack: center;

    -webkit-justify-content: center;

    -moz-box-pack: center;

    -ms-flex-pack: center;

    justify-content: center;

    -webkit-box-align: center;

    -webkit-align-items: center;

    -moz-box-align: center;

    -ms-flex-align: center;

    align-items: center;

}



.footer_search_icon a {

    display: inline-block;

    margin-right: 30px;

    height: 28px;

    width: 28px;

}

.footer_search_icon a svg {

    /* fill: rgba(255,255,255,1); */
    fill:#1d1d1d;

    /* opacity: 0.5; */

}

.footer_search_icon a:hover svg {

    /* fill:#fff; */

    /* fill: #fff;

    opacity: 1; */

}

.footer_search_copyright p {

    font-size: 14px;

    /* color:rgba(255,255,255,1); */
    color:#1d1d1d;

}





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

    .web_footer {

        display: none;

    }

}





/* footer end */



/* footer mobile start */

.web_mobile_footer {

    display: none;

}



.mobile_footer_wrap {

    background-color: #F4F6F5;

}

.mobile_footer_wrap>ul>li {

    width: 100%;

    border-bottom: 1px solid #ddd;

}

.mobile_footer_wrap>ul>li>span {

    width: 100%;

    display: inline-block;

    position: relative;

    color: #1d1d1d;

    width: 100%;

    padding: 15px;

    font-size: 16px;

    cursor: pointer;

}

.mobile_footer_wrap>ul>li span.mobile_icon_bottom:after {

    position: absolute;

    content: '';

    width: 12px;

    height: 12px;

    border-right: 2px solid;

    border-bottom: 2px solid;

    right: 20px;

    top: 50%;

    -webkit-transform: rotate(45deg) translateX(-50%);

    -moz-transform: rotate(45deg) translateX(-50%);

    -ms-transform: rotate(45deg) translateX(-50%);

    -o-transform: rotate(45deg) translateX(-50%);

    transform: rotate(45deg) translateX(-50%);

}

.mobile_footer_wrap>ul>li>ul>li:last-child {

    margin-bottom: 20px;

}

.mobile_footer_wrap>ul>li span.mobile_icon_top:after {

    position: absolute;

    content: '';

    width: 12px;

    height: 12px;

    border-right: 2px solid;

    border-bottom: 2px solid;

    right: 30px;

    top: 50%;

    -webkit-transform: rotate(225deg) translateX(-50%);

    -moz-transform: rotate(225deg) translateX(-50%);

    -ms-transform: rotate(225deg) translateX(-50%);

    -o-transform: rotate(225deg) translateX(-50%);

    transform: rotate(225deg) translateX(-50%);

}

.footer_mobile_message,
.footer_mobile_nav,
.footer_mobile_icon {

    display: none;

}

.footer_mobile_message {



    -webkit-box-orient: vertical;



    -webkit-box-direction: normal;



    -webkit-flex-direction: column;



    -moz-box-orient: vertical;



    -moz-box-direction: normal;



    -ms-flex-direction: column;



    flex-direction: column;

}

.footer_mobile_message li {

    display: -webkit-box;

    display: -webkit-flex;

    display: -moz-box;

    display: -ms-flexbox;

    display: flex;

    padding: 5px 30px;

    -webkit-box-orient: horizontal;

    -webkit-box-direction: normal;

    -webkit-flex-direction: row;

    -moz-box-orient: horizontal;

    -moz-box-direction: normal;

    -ms-flex-direction: row;

    flex-direction: row;



}

.footer_mobile_message li i {

    margin-right: 10px;

}
.footer_mobile_message li i svg path{
    fill:#1d1d1d;
   
}

.footer_mobile_message li a,
.footer_mobile_message li p {

    font-size: 14px;

    color: #1d1d1d;

}

.footer_mobile_nav li {

    width: 100%;



}

.footer_mobile_nav li a {

    display: inline-block;

    padding: 5px 30px;

    width: 100%;

    font-size: 14px;

    color: #1d1d1d;

}



.footer_mobile_icon {

    text-align: center;

}

.footer_mobile_icon li {
    display: inline-block;

    margin-right: 30px;

}

.footer_mobile_icon li:last-child {

    margin-right: 0px;

}

.footer_mobile_icon li svg path {

    fill: #1d1d1d;

}

.footer_mobile_icon p {

    margin: 10px 0px;

    font-size: 14px;

    color: #1d1d1d;

}





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

    .web_mobile_footer {

        display: block;

    }

}





/* footer mobile end */





/* go top start */





.fixed_icon {

    position: fixed;

    right: 60px;

    bottom: 170px;

    z-index: 1000;

    height: 100px;



}

@media screen and (max-width: 768px) {
    .fixed_icon {
        bottom:55px;
        right:30px;
    }


}

.fixed_icon a {

    display: -webkit-box;

    display: -webkit-flex;

    display: -moz-box;

    display: -ms-flexbox;

    display: flex;

    width: 100%;

    height: 100%;

    -webkit-box-align: center;

    -webkit-align-items: center;

    -moz-box-align: center;

    -ms-flex-align: center;

    align-items: center;

    -webkit-box-pack: center;

    -webkit-justify-content: center;

    -moz-box-pack: center;

    -ms-flex-pack: center;

    justify-content: center;

}

.fixed_message {

    width: 60px;

    height: 60px;

    border-radius: 50%;

    background-color: rgb(13, 170, 128);

    border: 0px;

}

.fixed_gotop {

    display: none;

    margin-top: 5px;
    display:flex;
    justify-content: center;

}
.fixed_gotop a{
    display:inline-block;
    width:32px;
    height:32px;
    /* border:1px solid #eef0f2; */
    border-radius: 2px;
    box-shadow: 4px 0px 8px rgba(2,11,26,0.2);

}
.fixed_gotop svg{
    width:32px;
    height: 32px;
   
    
}



/* go top end */









/* base end */