/*=================================================================
	Basic Setup css
==================================================================*/

html {
    font-size: 100%;
    min-height: 100%;
    scroll-behavior: smooth;
}

body {
    font-family: '', AvenirLTStd-Book;
    font-size: 1.2rem;
    color: #222222;
    font-weight: normal;
    overflow-x: hidden;
    line-height: 20px;
}

@font-face {
    font-family: 'AvenirLTStd-Book';
    src: url('../../Avenir/AvenirLTStd-Book.otf');
}

@font-face {
    font-family: 'AvenirLTStd-Roman';
    src: url('../../Avenir/AvenirLTStd-Roman.otf');
}

@font-face {
    font-family: 'AvenirLTStd-Medium';
    src: url('../../Avenir/AvenirLTStd-Medium.otf');
}

@font-face {
    font-family: 'AvenirLTStd-Heavy';
    src: url('../../Avenir/AvenirLTStd-Heavy.ttf');
}

.modal {
    overflow-x: hidden !important;
    overflow-y: auto !important;
}

a,
a:active,
a:hover,
a:focus,
a:visited {
    text-decoration: none;
    /*background:transparent;*/
    outline: none;
    color: inherit;
}


/*a:hover{
	color: #663fb5 !important;
}*/

button:focus {
    outline: none;
}

li {
    /*list-style:none;*/
}

article,
figure,
footer,
header,
nav,
section {
    display: block
}

select:focus {
    outline-offset: 0;
}


/* Internet Explorer 10 in Windows 8 and Windows Phone 8 Bug fix */

@-webkit-viewport {
    width: device-width;
}

@-moz-viewport {
    width: device-width;
}

@-ms-viewport {
    width: device-width;
}

@-o-viewport {
    width: device-width;
}

@viewport {
    width: device-width;
}

a:focus,
a:hover {
    text-decoration: none !important;
}

.navbar {
    /*position: relative;*/
    min-height: 50px;
    margin-bottom: 20px;
    border: none;
}

.navbar-toggle {
    /*border: 2px solid #FFFFFF;*/
    color: #ffffff;
    background: #34a853;
}

.navbar-toggle .icon-bar {
    background: #fff !important;
}

.nav>li>a:hover,
.nav>li>a:focus {
    background-color: transparent;
}

.header-body {
    height: calc(100vh - 80px);
}

#form .input-group input[class="form-control"] {
    border-radius: 50px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    font-size: 17px;
    color: #222;
    padding: 7px 12px;
    border-right-width: 0;
}

#form .input-group select[class="form-control"] {
    border-radius: 50px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    font-size: 17px;
    width: 100px;
    color: #222;
    border-left-width: 0;
}

.form-control:focus {
    border: 1px solid #ccc !important;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(254, 86, 33, .6) !important;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 2px rgba(0, 0, 0, .6) !important;
}

.form-group1 .form-control:focus {
    border: none!important;
    outline: 0;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    border-bottom: 1px solid brown !important;
}

::-webkit-scrollbar {
    height: 7px;
    width: 7px;
}

::-webkit-scrollbar-track {
    border-radius: 50px;
    /*-webkit-box-shadow:inset 0 0 6px rgba(0,0,0,0.1);*/
}

::-webkit-scrollbar-thumb {
    border-radius: 1px;
    background-color: #a7a7a7;
}


/*hover on dropdown and drop*/

ul.nav li.dropdown:hover>ul.dropdown-menu {
    display: block;
}


/*hover on dropdown and drop end*/


/*=================================================================
  Custom Css
==================================================================*/


/*li:before {
    content: "";
    width: 1px;
    height: 25px;
    background-color: #386b02;
    left: 0;
    top: 5px;
    position: absolute;
}*/

.__pl {
    padding-left: 0;
}

.__pr {
    padding-right: 0;
}

.__p {
    padding: 0;
}

.__spacet2p {
    margin-top: 2%;
}

.__spacet5p {
    margin-top: 5%;
}

.__spacet7p {
    margin-top: 7%;
}

.__spacet10p {
    margin-top: 10%;
}

.__spacet15p {
    margin-top: 15%;
}

.__spacet20p {
    margin-top: 20%;
}

.__topnav {
    background: #b5f6c7;
    padding: 1px 0;
    margin-bottom: 1rem;
}

.__flxrigt {
    float: right;
}

.__flxe {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.__fxtna,
.__fxtnad {
    color: #222222 !important;
    font-size: 16px;
    padding: 0 12px;
    margin-top: 9px;
}

.__fxtna {
    border-right: 1px solid #2222221a;
}

.__fxtna img {
    width: 25px;
    margin-top: -3px;
}

.__langco {
    background: transparent;
    box-shadow: none !important;
    padding: 6px 0;
}


/*navbar css*/

.__navbar {
    /*border-bottom: 1px solid #00000026;*/
    background: transparent;
    border-radius: 0;
    margin-bottom: 0;
}

.__navlink,
.__navlink-activ {
    font-size: 16px;
    color: #000 !important;
    line-height: 1.56 !important;
}

.__navlink {
    margin-top: 10px;
}

.__navlink-activ {
    font-family: 'AvenirLTStd-Heavy';
    margin-top: 8px;
}

.__navlinkbtn {
    border: 1px solid #151dff;
    color: #151dff !important;
    border-radius: 2px;
    line-height: 1.56 !important;
    padding: 5px 33px !important;
    margin-top: 21px;
}

.__navlinkbtn1 {
    background: #151dff !important;
    color: #ffffff !important;
    border-radius: 2px;
    line-height: 1.56 !important;
    padding: 5px 25px !important;
    margin: 21px 0 0 16px;
}

.__logoimg {
    width: 89px;
    margin-top: -4px;
}

.__formseach {
    background-color: #f5f5f5;
    background-image: url(../img/search.png);
    background-size: 16px;
    background-position: 5%;
    background-position-y: 10px;
    background-repeat: no-repeat;
    padding: 4px 14px 6px 33px;
    height: 42px;
    width: 240px !important;
    margin: 7px 0 0 15rem;
}


/* ===== CUSTOM TOGGLE ===== */

.line1,
.line3 {
    width: 28px;
    height: 2px;
    margin: 6px;
    transition: 0.4s;
}

.change .line1 {
    transform: rotate(-45deg) translate(-3px, 2px);
}

.change .line3 {
    transform: rotate(45deg) translate(-3px, -2px);
}


/* ===== END OF CUSTOM TOGGLE ===== */


/*navbar css end*/


/*select arrow replace*/

.__datinp {
    background-color: #bfe8f926;
    border: 1px solid #07A3AE;
    background-image: url(../img/arrow-downbl.svg);
    background-position: 98%;
    background-position-y: 11px;
    background-repeat: no-repeat;
    width: 332px;
    cursor: pointer;
    margin-top: 15px;
}


/*remove select arrow*/

.__remsel {
    /* for Firefox */
    -moz-appearance: none;
    /* for Chrome */
    -webkit-appearance: none;
}


/* For IE10 */

.__remsel::-ms-expand {
    display: none;
}


/*remove select arrow end*/

.__leadrbkbg {
    background: url(../img/leaderbkbg.png);
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    padding: 30px 0;
}

.__capflx {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 3rem;
}

.__capp {
    width: 50%;
}

.__caption {
    font-size: 40px;
    color: #222222;
    line-height: 1.3;
    font-family: AvenirLTStd-Medium;
    margin-top: 5rem;
}

.__caption span {
    border-bottom: 6px solid #b5f6c7;
}

.__sub-caption {
    font-size: 17px;
    color: #222222b3;
    line-height: 1.7;
    font-family: AvenirLTStd-Book;
    width: 80%;
}

.__landiv {
    background: #b5f6c7;
    padding: 7px 0 7px 12px;
    width: 50%;
    height: 32rem;
}

.__landimg {
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    height: 32rem;
    /*margin-top: -15px;
  margin-right: -15px;*/
}

.__landimgab {
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    height: 27rem;
    margin-top: -1rem;
}

.__cptbtn {
    background: #34a853;
    font-size: 18px;
    color: #ffffff !important;
    font-family: AvenirLTStd-Heavy;
    padding: 8px 40px;
    margin-top: 1rem;
}

.__trustbgc {
    box-shadow: 0 5px 20px 0 rgba(90, 202, 157, 0.05);
    background-color: #34a853;
    margin-top: 3rem;
}

.__trust-secflx {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 30px 0;
}

.__trupdiv {
    width: 45%;
}

.__trup {
    font-size: 30px;
    font-family: AvenirLTStd-Medium;
    color: #ffffff;
    line-height: 1.5;
}

.__trup-sub {
    font-size: 17px;
    color: #ffffffb3;
    line-height: 1.5;
}

.__trust-imgflx {
    width: 35%
}

.__trusimg {
    width: 26%;
}

.__trusimg:not(:last-child) {
    margin-right: 11px;
}

.__fixbg {
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    background-attachment: fixed !important;
    padding: 4rem 0;
}

.__dropwe {
    font-size: 15px;
    box-shadow: 2px 8px 24px rgb(0 0 0 / 16%), inset 0px 2px 0px #ffffff;
    border-radius: 7px !important;
    border-color: #ffffff;
    margin-right: -40px;
}

.__dropwe>li>a {
    padding: 8px 20px;
}

.__dropwe>li>a:hover {
    color: #ffffff;
    background-color: #34a853;
}

.__contan {
    width: 65%;
    margin: 5rem auto 0;
}

.__glop {
    font-size: 40px;
    color: #ebebeb;
    font-family: AvenirLTStd-Heavy;
    line-height: 1.2;
}

.__glopimg {
    width: 40%;
    margin-top: 3rem;
}

.__glop1 {
    font-size: 30px;
    color: #cfcfcf;
    line-height: 1.2;
    font-family: AvenirLTStd-Medium;
    margin-top: 3rem;
}

.__flxbgbann {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.__innmg {
    background-color: rgba(32, 32, 32, 0.54);
    padding: 10px 20px 1px;
    width: 30%;
    margin-top: 3rem;
}

.__innmg img {
    width: 41px;
}

.__innmg p {
    font-size: 17px;
    color: #ffffff87;
    margin-top: 1rem;
}

.__trucflx {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 8rem;
}

.__trucimg {
    width: 50%;
    height: 50%;
    margin-top: 5rem;
}

.__corewid {
    width: 40%;
}

.__trucp {
    font-size: 17px;
    color: #222222b3;
    font-family: AvenirLTStd-Medium;
}

.__trucv {
    font-size: 40px;
    line-height: 1.2;
    color: #222222;
    font-family: AvenirLTStd-Medium;
}

.__truca img {
    width: 20px;
    margin-right: 5px;
}

.__truca {
    font-size: 17px;
    color: #222222b3;
    line-height: 1.65;
    font-family: AvenirLTStd-Roman;
}

.__morebtn {
    font-size: 18px;
    font-family: AvenirLTStd-Heavy;
    color: #ffffff !important;
    border-radius: 4px;
    box-shadow: 0 5px 20px 0 rgba(90, 202, 157, 0.05);
    background-color: #34a853;
    padding: 8px 25px;
    margin-top: 2rem;
}

.__playbtn {
    font-size: 19px;
    color: #34a853 !important;
    font-family: AvenirLTStd-Heavy;
    margin-top: 2rem;
}

.__playbtn img {
    width: 28px;
}

.__slidbg {
    background: #e4faf4;
    padding: 3rem 0;
    margin-top: 5rem;
}

.__prod {
    font-size: 40px;
    color: #222222;
    line-height: 1;
    font-family: AvenirLTStd-Medium;
}

.__prod-sub {
    font-size: 17px;
    color: #222222b3;
    line-height: 1.71;
    font-family: AvenirLTStd-Heavy;
}


/* ------------------- Carousel Styling ------------------- */

.carousel-inner {
    /*border-radius: 15px;*/
    width: auto;
    margin-top: -15px;
    margin-right: -15px;
}

.carousel-caption {
    background-color: rgba(0, 0, 0, .5);
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 10;
    padding: 0 0 10px 25px;
    color: #fff;
    text-align: left;
}

.carousel-indicators {
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    width: 100%;
    z-index: 15;
    margin: 0;
    padding: 0 25px 25px 0;
    text-align: right;
}

.carousel-control.left,
.carousel-control.right {
    background-image: none;
}


/* Slider */

.slick-slide {
    margin: 0px 20px;
}

.slick-slider {
    margin-top: 5%;
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

.slick-list:focus {
    outline: none;
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    margin-bottom: 10px;
}

.slick-track:before,
.slick-track:after {
    display: table;
    content: "";
}

.slick-track:after {
    clear: both;
}

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}

[dir="rtl"] .slick-slide {
    float: right;
}

.slick-slide img {
    display: block;
}

.slick-slide.slick-loading img {
    display: none;
}

.slick-slide.dragging img {
    pointer-events: none;
}

.slick-initialized .slick-slide {
    display: block;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
    display: none;
}

.slick-list {
    /*half partial*/
    padding-left: 0 !important;
}


/*partner slider end*/

.cust-arrow,
.cust-arrow1 {
    /*background: #FFFFFF;
  box-shadow: -1px 0px 9px -1px rgb(0 0 0 / 25%);
  border-radius: 50%;
  padding: 11px 16px;*/
    position: absolute;
    cursor: pointer;
    margin-top: -22.5rem;
}

.cust-arrow img,
.cust-arrow1 img {
    width: 40px;
}

.cust-arrow {
    left: 60px;
}

.cust-arrow1 {
    right: 60px;
}

.__mgt {
    margin-top: 4rem;
}

.__slidimgs {
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    padding: 7rem 0 1rem 9rem;
}

.__slidimgs span {
    font-size: 12px;
    color: #34a853;
    font-family: AvenirLTStd-Medium;
    border-radius: 18px;
    border: solid 1.5px #34a853;
    background-color: #fff;
    padding: 6px 8px;
}

.__slidp {
    font-size: 18px;
    font-family: AvenirLTStd-Heavy;
    color: #2c2c2c;
    line-height: 1.6;
}

.__slidp-sub {
    font-size: 14px;
    font-family: AvenirLTStd-Book;
    letter-spacing: 0.29px;
    color: #3c3c3c;
    line-height: 1.7;
}

.__slidp-sub1 {
    font-size: 14px;
    font-family: AvenirLTStd-Book;
    letter-spacing: 0.29px;
    color: #3c3c3c;
    line-height: 1.7;
    margin-top: -11px;
}

.__askexp {
    font-size: 40px;
    color: #222222;
    font-family: AvenirLTStd-Medium;
    margin-top: 5rem;
}

.__askexp-sub {
    font-size: 17px;
    color: #222222b3;
    font-family: AvenirLTStd-Book;
    line-height: 1.71;
}

.__askflx {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.__askdiv {
    width: 27%;
    margin-top: 2rem;
}

.__askdiv img {
    width: 62px;
}

.__askp {
    font-size: 24px;
    color: #222;
    line-height: 1.71;
    font-family: AvenirLTStd-Heavy;
    margin-top: 1rem;
}

.__askp-sub {
    font-size: 17px;
    color: #222222b3;
    font-family: AvenirLTStd-Book;
    line-height: 1.71;
    margin-top: 1rem;
}

.__askbtn {
    font-size: 18px;
    font-family: AvenirLTStd-Heavy;
    color: #ffffff !important;
    border-radius: 4px;
    box-shadow: 0 5px 20px 0 rgba(90, 202, 157, 0.05);
    background-color: #34a853;
    padding: 8px 18px;
    margin-top: 2rem;
}

.__modal-header {
    background: #f5f6f9;
    padding: 15px;
    border-bottom: none;
}

.__forleb {
    font-size: 14px;
}

.__modform {
    border-radius: 3px;
    border: solid 1px #d8d8d8;
    background-color: #fafafa;
    height: 40px;
}

.__modformbtn {
    font-size: 12px;
    color: #ffffff !important;
    border-radius: 3px;
    background-color: #34a853;
    padding: 6px 45px;
    outline: none !important;
}

.__modadbtn {
    font-size: 12px;
    color: #ffffff !important;
    border-radius: 3px;
    background-color: #34a853;
    padding: 6px 45px;
}

.__getdiv {
    width: 85%;
    margin: 40px auto;
}

.__getflx {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 3rem;
}

.__gtwid {
    width: 45%;
}

.__getp {
    font-size: 26px;
    color: #3f3f3f;
    font-family: AvenirLTStd-Medium;
}

.__gtwid img {
    width: 75%;
}

.__gtwid p {
    font-size: 20px;
    color: #3f3f3f;
    font-family: AvenirLTStd-Medium;
    margin-top: 1rem;
}

.__modimg {
    width: 30%;
}

.__modp {
    font-size: 26px;
    color: #3f3f3f;
    font-family: AvenirLTStd-Heavy;
    margin-top: 1rem;
}

.__modp-sub {
    font-size: 20px;
    color: #3f3f3f;
    font-family: AvenirLTStd-Heavy;
    margin-top: 1rem;
}

.__modp-discr {
    font-size: 18px;
    line-height: 1.71;
    color: #666;
    font-family: AvenirLTStd-Heavy;
    margin-top: 1rem;
}


/*product css*/

.__prtop {
    margin-top: 6rem;
}

.__nav-tabs {
    border-bottom: 3px solid #34a853;
    margin-top: 2rem;
}

.__nav-tabs>li.active>a,
.__nav-tabs>li.active>a:focus,
.__nav-tabs>li.active>a:hover {
    color: #ffffff;
    cursor: default;
    background-color: #34a853;
    border: 1px solid #34a853;
}

.__nav-tabs>li>a {
    font-size: 16px;
    color: #646464;
    border-radius: 0;
}

.__nav-tabs>li>a:hover {
    border-color: #34a853;
}

.__proflex {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}

.__prodcard {
    width: 23%;
    margin-top: 3rem;
}

.__showbtn {
    font-size: 14px;
    color: #34a853 !important;
    border-radius: 3px;
    box-shadow: 10px 2px 50px 0 rgba(246, 246, 246, 0.5);
    border: solid 1px #34a853;
    background-color: #fff;
    padding: 15px 18px;
    outline: none !important;
    margin-top: 2rem;
}

.__showbtn:active {
    box-shadow: none !important;
}

.__showbtn img {
    width: 24px;
    position: relative;
    -webkit-animation: 1s loader linear infinite;
    animation: 1s loader linear infinite;
}

@-webkit-keyframes loader {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes loader {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}


/*contact css*/

.__contflx {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 3rem;
}

.__contmap {
    width: 48%;
}

.__map {
    width: 100%;
    height: 450px;
}

.__contdet {
    font-size: 17px;
    color: #222222b3;
    font-family: AvenirLTStd-Heavy;
    line-height: 1.71;
    margin-top: 1rem;
}


/*blog css*/

.__blogdat {
    font-size: 17px;
    color: #222222b3;
    font-family: AvenirLTStd-Heavy;
    line-height: 1.71;
    margin-top: 3rem;
}

.__blogimg {
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    height: 538px;
}

.__blogcap {
    font-size: 17px;
    color: #222222b3;
    font-family: AvenirLTStd-Heavy;
    line-height: 1.71;
    margin-top: 3rem;
}

.__blogdetail {
    font-size: 14px;
    letter-spacing: 0.29px;
    color: #3c3c3c;
    font-family: AvenirLTStd-Book;
}


/*about css*/

.__abtlandiv {
    background: #b5f6c7;
    padding: 7px 0 7px 12px;
    width: 43%;
    height: 27rem;
}

.__mision-vision {
    font-size: 17px;
    color: #222222b3;
    font-family: AvenirLTStd-Heavy;
    line-height: 1.71;
    margin-top: 2rem;
}

.__mision-vision-sub {
    font-size: 14px;
    letter-spacing: 0.29px;
    color: #3c3c3c;
}

.__mision-vision-sub1 {
    font-size: 17px;
    font-family: AvenirLTStd-Heavy;
    line-height: 1.71;
    letter-spacing: 0.29px;
    color: #222222;
}

.__aboutbg {
    background: #e4faf4;
    padding: 2rem 0 4rem;
    margin-top: 3rem;
}

.__abagent {
    font-size: 17px;
    color: #222222b3;
    font-family: AvenirLTStd-Heavy;
    line-height: 1.71;
}

.__abagent-sub {
    font-size: 40px;
    color: #222222;
    line-height: 1.3;
    font-family: AvenirLTStd-Medium;
}

.__abagent-sub1 {
    font-size: 24px;
    color: #222222;
    line-height: 1.3;
    font-family: AvenirLTStd-Medium;
}

.__qoutbg {
    background-color: #f5f6f9;
    padding: 20px 0 5px;
    margin: 0 0 4rem;
}

.__quotp {
    font-size: 24px;
    color: #222;
    font-family: AvenirLTStd-Medium;
}

.pulse {
    /*display: block;*/
    border-radius: 50%;
    background: transparent;
    cursor: pointer;
    box-shadow: 0 0 0 #34a853;
    animation: pulse 2s infinite;
}

.pulse:hover {
    animation: none;
}

@-webkit-keyframes pulse {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(52, 168, 83, 0.4);
    }
    70% {
        -webkit-box-shadow: 0 0 0 10px rgba(204, 169, 44, 0);
    }
    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(52, 168, 83, 0);
    }
}

@keyframes pulse {
    0% {
        -moz-box-shadow: 0 0 0 0 rgba(52, 168, 83, 0.4);
        box-shadow: 0 0 0 0 rgba(52, 168, 83, 0.4);
    }
    70% {
        -moz-box-shadow: 0 0 0 10px rgba(52, 168, 83, 0);
        box-shadow: 0 0 0 10px rgba(52, 168, 83, 0);
    }
    100% {
        -moz-box-shadow: 0 0 0 0 rgba(52, 168, 83, 0);
        box-shadow: 0 0 0 0 rgba(52, 168, 83, 0);
    }
}


/*=================================================================
footer
==================================================================*/

.__foter {
    background-color: #e4faf4;
    padding: 5rem 0 0;
    margin-top: 5rem;
}

.__foter-img {
    height: 3rem;
}

.__fh {
    font-size: 17px;
    font-family: AvenirLTStd-Heavy;
    letter-spacing: 2.7px;
    color: #222222;
}

.__fotr {
    font-size: 12px;
    font-weight: 200;
    letter-spacing: 1.1px;
    color: #222222b3 !important;
    transition: all 0.4s ease-in;
}

.__fotopimg {
    width: 10rem;
}

.__fodowimg {
    width: 20rem;
    margin-top: 4rem;
}

.__dfot {
    background: #222222;
    padding: 1rem 0 0;
    margin-top: 5rem;
}

.__dfotflx {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.__coprit {
    font-size: 12px;
    color: #71828a;
    font-family: AvenirLTStd-Medium;
}

.__foticons {
    margin-top: 15px;
    color: #eeeeee;
}

.__fotsohf {
    font-size: 20px;
    color: #71828a !important;
}


/*footer end