 @media (min-width: 992px){
        .dropdown-menu .dropdown-toggle:after{
            border-top: .3em solid transparent;
            border-right: 0;
            border-bottom: .3em solid transparent;
            border-left: .3em solid;
        }

        .dropdown-menu .dropdown-menu{
            margin-left:0; margin-right: 0;
        }

        .dropdown-menu li{
            position: relative;
        }
        .nav-item .submenu{ 
            display: none;
            position: absolute;
            left:100%; top:-7px;
        }
        .nav-item .submenu-left{ 
            right:100%; left:auto;
        }

        .dropdown-menu > li:hover{ background-color: #f1f1f1 }
        .dropdown-menu > li:hover > .submenu{
            display: block;
        }
    }
    
    .img-fluid{ box-shadow: 6px 5px 8px -1px #ccc;}

 .dropdown-toggle::after {
    display: inline-block;
    width: 0;
    height: 0;
    color: transparent;
    float: right;
    top: 7px;
    float: right;
    position: relative;
    margin-left: 0em;
    vertical-align: .255em;
    content: "";
    border-top: none;
    border-right: none;
    border-bottom: 0;
    border-left: none;
}

.dropdown-item {
  padding: 0.55rem 1.3rem;
}
.dropdown-menu li {
    position: relative;
    /*border-bottom: 1px dashed #bababa;*/
	width:260px;
}

.header_navlist ul .nav-item a:hover {
    color: #fff !important;
   background: #000;
}
.dropdown-menu {
    font-size: 13px;
    color: #161616;
    padding: 0rem 0;
    background-color: #ffffffeb;
    background-clip: padding-box;
    border: 2px solid #8bd902;
}

.dropdown-menu {
        min-width: 16.5rem;
}
.dropdown-menu svg{
        float: right;
    margin-top: 5px;
}
.dropdown-menu .submenu svg{
        float: right;
    margin-top: 5px;
}

.wid16{
 min-width: 16rem !important;
}

.wid20{
min-width: 9.5rem !important;
}

 .dropdown-toggle svg{
    position: relative;
    top: 1px;
}  


.max-width{
       text-align: center;
    margin: 0 auto;
    padding: 34px;
    background: #f3f3f3;
    font-size: 22px;
}

.max-width2 {
    text-align: justify;
    margin: 0 auto;
    padding: 34px;
    background: #f3f3f3; 
    font-size: 22px;
}


.max-width2 h5{
    max-width: 885px;
    margin: 0 auto;
    padding-top: 8px;
    font-size: 18px;
    padding-bottom: 20px;
}

.max-width2 ul{
        max-width: 885px;
    margin: 0 auto;
    font-size: 18px;
}

.max-width2 p{
   max-width: 885px;
    margin: 0 auto;
    padding-bottom: 6px;
    padding-top: 16px;
        font-weight: 500;
    color: #333;
}

.max-width p{
   max-width: 885px;
    margin: 0 auto;
    padding-bottom: 6px;
    padding-top: 16px;
        font-weight: 500;
    color: #333;
}
 

/* menu 2 */



/* close */

.page-title {
    background-image:url(../images/page-title-1.jpg);
    position: relative;
    padding: 85px 0px;
    margin-top: 85px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    text-align: center;
}

/*.about-banner{
    
        background-image:url(../images/shutterstockImages/ss/about-banner.jpg)! important;
}
.contact-banner{
    
        background-image:url(../images/shutterstockImages/contact-banner.jpg)! important;
}*/



.page-title:before {
    content: '';
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    position: absolute;
        background: rgb(0 0 0 / 8%);
}

.page-title .auto-container {
    position: relative;
    z-index: 1;
}

.page-title h1 {
        padding-top: 46px;
    position: relative;
    font-size: 58px;
    color: #ffffff;
    line-height: 1.4em;
    text-transform: capitalize;
    letter-spacing: 1px;
    font-weight: 700;
    text-shadow: 2px 2px 15px #000;
    
}



/* products */

.products{
    padding-top: 6rem;
    padding-bottom: 3rem;
}

.ptb-100 {
    padding-top: 50px;
    padding-bottom: 80px;
}

.pb-80{
    padding-bottom: 20px; 
}

.prod-content span {
    font-size: 15px;
    color: #81c111;
    font-weight: 500;
    text-transform: uppercase;
}

.prod-content h3 {
    font-size: 33px;
    margin: 16px 0 7px 0;
}


.prod-content p {
    margin: 0 0 0 0;
 line-height: 1.5;
    color: #161616;
}

.prod-content .prod-list {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-left: 0;
    list-style-type: none;
    margin-bottom: 0;
    margin-top: 0;
    margin-left: -10px;
    margin-right: -10px;
}

.prod-content .prod-list li {
    -ms-flex: 0 0 50%;
    font-size: 16px;
    -webkit-box-flex: 0;
    flex: 0 0 50%;
    max-width: 50%;
    margin-top: 15px;
    padding-left: 10px;
        font-weight: 500;
    padding-right: 10px;
}

.prod-content .prod-list svg {
    display: inline-block;
        top: 5px;
    position: relative;
    height: 25px;
    padding: 5px;
    width: 25px;
    line-height: 25px;
    background-color: #f7ffe8;
    color: #81c111;
    border: 1px solid #81c111;
    border-radius: 30px;
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    margin-right: 6px;
}

 .prod-btn {
    margin-top: 15px;
    position: relative;
}

.prod-content .prod-btn .opt-btn {
    margin-left: 0;
}
.opt-btn {
    border: 1px solid #81c111;
    position: absolute;
    top: 0;
    left: 50%;
    display: inline-block;
    text-align: center;
    overflow: hidden;
    z-index: 1;
    color: #81c111;
    text-transform: capitalize;
    background-color: #f7ffe8;
    cursor: pointer;
    -webkit-transition: 0.6s;
    transition: 0.6s;
    border-radius: 50px;
    font-weight: 400;
    font-size: 16px;
    padding-left: 15px;
    padding-right: 15px;
    text-decoration: none;
    padding-top: 7px;
    padding-bottom: 7px;
    transform: translate(-50%, 20%);
    width: 120px;
}
.singleProducts .prod-single:hover .opt-btn{
    background:#81c111;
    color: #fff; 
}
.prod-btn a:hover{
    color: #fff; 
    text-decoration: none;

}

.opt-btn svg {
    font-size: 14px;
    line-height: normal;
    margin-left: 4px;
    position: relative;
    top: 1px;
}


/* single products */
.singleProducts{
    padding-top: 5rem;
    padding-bottom: 3rem;
}

.singleProducts .prod-single {
    border-radius: 5px;
    border: 1px dashed #d5d5d5;
      background: #ffffff;
    text-align: center;
    padding-left: 0;
    padding-right: 0;
    position: relative;
    -webkit-transition: 0.6s;
    transition: 0.6s;
    margin-bottom: 30px;
}

/* .singleProducts .prod-single::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 0;
    border-radius: 5px;
    background-color: #81c111;
    z-index: -1;
    -webkit-transition: 0.6s;
    transition: 0.6s;
} */

.singleProducts .prod-single .singleProd-content {
    background: #ffffff;
    padding: 11px 0px 30px 0px;
    border-top: 1px solid #ebebeb;
    position: relative;
}

.singleProducts .prod-single:hover {
    border: 1px dashed #81c111;
}

.singleProducts .prod-single:hover::before {
    height: 45%;
}

.singleProducts .prod-single .singleProd-list {
    padding-left: 0;
    margin-bottom: 0;
    margin-top: 40px;
    -webkit-transition: 0.6s;
    transition: 0.6s;
    position: relative;
}
.singleProducts .prod-single .singleProd-content h3 {
    font-size: 20px;
    color: #616161;
    margin: 12px 10px 4px 10px;
    -webkit-transition: 0.6s;
    transition: 0.6s;
        color: #3b3939;
    font-weight: 700;
}

.singleProducts .prod-single span:after{
   position: absolute;
    content: '';
    left: 43%;
    bottom: 17px;
    transform: translateY(-50%);
    height: 3px;
    width: 40px;
    background: #529212;
}
.singleProducts .prod-single .span1:after {
    position: absolute;
    content: '';
    left: 43%;
    bottom: 17px;
    transform: translateY(-50%);
    height: 3px;
    width: 40px;
    background: #ffffff00 !important;
}

.singleProducts .prod-single img{
    
}

.singleProducts .prod-single .img2{
        left: 0;
    position: relative;
    top: 0px;
}

.bg-none{
    background: none !important;
}

.brdrBrn{
        border: 1px dashed #500911 !important;
}

/* .singleProducts .prod-single:hover h3 {
    color: #ffffff;
}
.singleProducts .prod-single:hover span {
    color: #ffffff;
} */




/* single element css */
.readMore{
        margin-top: 10px;
    color: #81c111;
    font-weight: 500;
}


.prodInfo {
 
    padding-bottom: 6rem;
    padding-top: 5rem;
}

.sec-title{
    position: relative;
        margin-top: 0px;
}

.sec-title .title{
        font-size: 44px;
    text-transform: capitalize;
    margin-bottom: 43px;
}

.sec-title h2:after{
     position: absolute;
    content: '';
    left: 0px;
    bottom: -18px;
    transform: translateY(-50%);
    height: 3px;
    width: 40px;
    background: #7a0452;
}

 .sec-title h2:before{
    position: absolute;
    content: '';
    left: 40px;
    bottom: -18px;
    transform: translateY(-50%);
    height: 3px;
    width: 40px;
    background: #529212;
}

.prodInfo .content{
      color: #333;
    font-size: 20px;
    padding-bottom: 15px;
    padding-top: 10px;
}

.prodInfo h4{
    font-size: 22px;
    font-weight: 600;
    padding-bottom: 20px;
}


.prodInfo ul li {
        font-size: 19px;
    line-height: 31px;
    list-style: none;
    position: relative;
    color: #2a2a2a;
    font-weight: 400;
    padding-left: 15px;
    padding-bottom: 12px;
}


.prodInfo ul {
    padding-left: 20px;
}

.prodInfo ul li::before {
   content: "";
    width: 10px;
    margin-right: 27px;
    height: 10px;
    border-radius: 20px;
    background: #81c111;
    display: inline-block;
    position: absolute;
    left: -18px;
    top: 15px;
}

.benefits{
        background: #f7f7f7;
       padding-top: 3rem;
}
.bg-grey{
    background: #f7f7f7;
}

.pt-60{
    padding-top: 45px;
}



.list1 ul li {
       font-size: 24px;
    line-height: 32px;
    list-style: none;
    position: relative;
    color: #2a2a2a;
    font-weight: 400;
    padding-left: 15px;
    padding-bottom: 23px;
}


.list1 ul {
    padding-left: 20px;
}

.list1 ul li::before {
   content: "";
    width: 10px;
    margin-right: 27px;
    height: 10px;
    border-radius: 20px;
    background: #81c111;
    display: inline-block;
    position: absolute;
    left: -18px;
    top: 15px;
}

.list11{
   padding: 47px 94px 30px 0px;
}

.para{
    color: #333;
    padding-top: 16px;
    font-size: 22px;
}

.w-100{
     margin-top: 8px !important;
    -webkit-box-flex: 0 !important;
    flex: 0 0 100% !important;
    max-width: 100% !important;
}



.specification{
    position: relative;
    background: url(../images/bgCalsia.jpg);
    width: 100%;
    background-repeat: no-repeat;
    margin-top: -4rem;
    margin-bottom: 4rem;
    background-size: cover;
    background-position: center;
    padding-bottom: 6rem;
    padding-top: 5rem;
}



/* specification */
/* .features-02-wrapper {
    border: 2px solid #e4e8da;
    transition: 0.3s;
    padding: 30px 10px 23px;
}


.features-02-img {
    height: 90px;
    width: 90px;
    line-height: 90px;
    text-align: center;
    background: #ecf1df;
    border-radius: 50%;
    left: 0;
    right: 0;
    margin: auto;
}

.features-02-text h4 {
    font-size: 20px;
    font-weight: 400;
    line-height: 1.4;
    margin-top: 13px;
    letter-spacing: -0.3px;
}

.features-02-icon a {
    font-size: 18px;
    color: #12263E;
    transition: 0.3s;
    display: inline-block;
} */
.shadeNet {
    padding-top: 0rem;
    padding-bottom: 5rem;
}
.shadeNet h2 {
    text-align: center;
    font-size: 45px;
    font-weight: 700;
    color: #373736;
}


.shadeNet p {

       margin: 0 auto;
    max-width: 885px;
    text-align: center;
    font-size: 18px;
    margin-bottom: 3rem;
    color: #000;
    margin-top: 29px;
}

.shadeNet h2 span {
    color: #81c111;
}


.name h3{
        font-size: 25px;
}


.insect {
    position: relative;
    background-attachment: fixed;
    background-size: cover;
    display: block;
        z-index: -1;
       padding: 91px 0 174px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.insect:before {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    content: "";
   background: rgb(22 22 22 / 73%);
}


.insect_content {
    position: relative;
    display: block;
    text-align: center;
}


.insect_icon_box {
    position: relative;
    height: 115px;
    width: 115px;
    background: #eddd5e;
    border-radius: 50%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 500ms;
}


.insect_icon_box:before {
    position: absolute;
    content: "";
    top: -15px;
    left: -15px;
    right: -15px;
    bottom: -15px;
    border: 2px dashed #ece9e3;
    border-radius: 50%;
}

.insect_icon_box span {
    color: #404a3d;
    font-size: 60px;
    transition: 500ms;
}

.insect_title {
    margin-top: 57px;
}


.insect_title h2 {
        color: #ffffff;
    font-size: 59px;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0;
    line-height: 77px;
}
.insect_title h3{
    padding-top: 35px;
    color: #fff;
}

.service_four {
    position: relative;
    display: block;
    
}

.service_four_top {
       border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    position: absolute;
    content: "";
    box-shadow: 1px 1px 10px #0000002b;
    top: -85px;
    z-index: -1;
    left: 50%;
    transform: translateX(-50%);
    width: calc(100% + 100px);
    height: 473px;
    background: #f8f8f8;
}

.service_four_top {
    position: relative;
    display: block;
}


/*  */

.service_2_top {
    margin: 0;
    text-align: center;
    overflow: hidden;
}

.service_2_top .service_2_single {
    width: 398px;
    margin: 0 auto;
    float: left;
    border-right: 1px solid #81c11145;
}


.service_2_image {
    display: flex;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
    background-color: var(--thm-black);
    border-radius: 50%;
    width: 236px;
}


.service_2_image > img {
    transition: 500ms;
    opacity: 1;
    width: 100%;
}


.service_2_top h3 {
    color: var(--thm-black);
    font-size: 30px;
    margin: 0;
    margin-top: 21px;
    font-weight: 600;
}

.block-title h3{
        font-weight: 500;
    padding-bottom: 20px;
    font-size: 25px;
}

.prod2 h6{
        padding-top: 30px;
    font-weight: normal;
    font-size: 20px;
    line-height: 32px;
}


.dosageBox {
    background: #fff;
    border: 1px solid #81c111;
    padding: 20px 20px;
    margin-bottom: 25px;
    width: 100%;
}

.dosageBox p {
    font-size: 22px;
    line-height: 26px;
    color: #333;
    margin-bottom: 0;
    padding: 0px 30px;
}

.dosageBox p .num {
    display: block;
    background: #f1f1f1;
    width: 40px;
    margin-right: 24px;
    padding-top: 5px;
    height: 40px;
    text-align: center;
    border-radius: 50%;
    border: 1px solid #a7a7a7;
    float: left;
    font-weight: 600;
}

.dosage{
    padding-top: 4rem;
    padding-bottom: 3rem;
}

.green-btn {
    background: #80c627;
    transition: 0.3s;
}

.c-btn {
    backface-visibility: hidden;
    border-radius: 30px;
    color: #ffffff;
    display: inline-block;
    font-size: 13px;
    line-height: 1;
   padding: 19px 12px;
    position: relative;
    text-align: center;
    transition: 0.3s;
    background: #82145c;
    font-weight: 500;
    text-transform: uppercase;
      border: 1px solid #82145c; 
}

.bg-green{
    background: #284320 !important;
     border: 1px solid #284320 !important; 
}
.bg-green:hover{
    color: #fff !important;
    background: #284320 !important;
     border: 1px solid #284320 !important; 
}

.bg-green:hover span{
    background: #fff !important;
}

.c-btn:hover{
    text-decoration: none;
    color: #82145c;
   background: transparent;
   border: 1px solid #82145c; 
}

.c-btn span {
    height: 2px;
    width: 15px;
    background: #ffffff;
    display: inline-block;
    position: relative;
    top: -3px;
    margin: 0 16px;
}

.c-btn:hover  span {
    background: #82145c;
}

.ab-01 {
    bottom: -6%;
    left: 3%;
    z-index: 1;
}

.ab-02 {
    bottom: -5%;
    left: 1131px;
}
.ab-02 img{
        max-width: 191px;
}

.shape-item {
    position: absolute;
}
.ab-01 img{
        max-width: 264px;
}

.bounce-animate {
    animation-name: float-bob;
    animation-duration: 2s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    -moz-animation-name: float-bob;
    -moz-animation-duration: 2s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
    -ms-animation-name: float-bob;
    -ms-animation-duration: 2s;
    -ms-animation-iteration-count: infinite;
    -ms-animation-timing-function: linear;
    -o-animation-name: float-bob;
    -o-animation-duration: 2s;
    -o-animation-iteration-count: infinite;
    -o-animation-timing-function: linear;
}

.imgWelcome{
    margin-top: 51px;
}


.Product_head {
    position: relative;
    background: url(../images/product-bg.jpg);
    width: 100%;
    background-repeat: no-repeat;
    margin-top: -4rem;
    margin-bottom: 0rem;
    background-size: cover;
    background-position: center;
    padding-bottom: 6rem;
    padding-top: 5rem;
}





/* responsive menu */

@media screen and (max-width: 512px) and (min-device-width: 360px){
             .header_navlist ul .nav-link:before {
                background: #52921200 !important;
             }
              .header_navlist ul .nav-link:after {
                background: #52921200 !important;
             }

             .contacts:before {
            background: #52921200 !important;
            }
             .contacts:after {
            background: #52921200 !important;
            }

            .header_navlist ul .nav-link  {
                padding: 9px 40px !important;
            }
            .header_navlist .navbar-nav {
                display: flex;
                justify-content: center;
                width: 100%;
            }
            .social_icon {
                display: none;
            }
           
            
            .agreshia-header-info{
                display: none;
            }

            .agreshia-header-info-inner:after {
                background: none !important;
            }
            .site-branding {
                text-align: center;
            }
            #footer h5 {
            text-align: left;
            padding-bottom: 2px;
            margin-bottom: 21px;
            }
            #footer h5:after {
          
            left: 20px !important;
            bottom: -7px;
            }
        
}

.navbar-expand-md .navbar-nav .nav-link {
    padding: 20px 12px;
}

.navbar-toggler {
    padding: .25rem .75rem;
    font-size: 1.25rem;
    line-height: 1;
    background-color: #62940b;
    border: 1px solid transparent;
    border-radius: .25rem;
    float: right;
}

.navbar-nav .dropdown-menu {
    position: static;
    float: none;
    z-index: 999;
}

.pt85{
        padding-top: 70px;
}

.wrapRevolinaSpec p{
    display: inline-block;
    font-size: 19px;
    margin: 17px 15px;
    position: relative;
    color: #fff;
    font-weight: 300;
}

/* contact form */

.ttm-bgcolor-grey{
        background-color: #f7f7f6;
}

.spacing-6 {
    padding: 45px 45px 45px 45px;
    }

.ttm-quote-form .form-group {
    margin-bottom: 30px;
}
.form-control.with-border {
    border: 1px solid #ebeded;
}

.form-control {
    padding: 13px 15px;
    height: auto;
    border-radius: 0;
    border: 1px solid transparent;
    font-size: 14px;
    background-color: transparent;
}

.bg-white {
    background-color: #fff!important;
}

/*.form-control {
    
    border-radius: 0;
    border: 1px solid transparent;
    font-size: 14px;
    background-color: transparent;
}*/

.form-control {

    padding: 13px 15px;
    height: auto;
    display: block;
    width: 100%;
   /* height: calc(2.25rem + 2px);*/
 
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}


textarea.form-control {
    height: auto;
}

.ttm-btn .ttm-btn-bgcolor-darkgrey{
    color: #fff;
}   

.ttm-btn-bgcolor-darkgrey{
        background-color: #232323;
} 
.ttm-btn.ttm-btn-size-md {
    font-size: 15px;
    padding: 13px 30px 13px 30px;
}


.ttm-btn {
    display: inline-block;
    font-size: 16px;
    line-height: normal;
    padding: 11px 32px 11px 31px;
    background: #81c111;
    border: 1px solid #81c111;
    color: #fff;
    position: relative;
    font-weight: 600;
    overflow: hidden;
    z-index: 9;
    vertical-align: middle;
    text-transform: capitalize;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    cursor: pointer;
}

.ttm-btn:hover{
    background: transparent;
    color: #81c111;
     border: 1px solid #81c111;
}

.form-control:focus {
    box-shadow: none;
    border: 1px solid #81c111;   
}


/* vision  mission */

.visionMission{
    margin-top: -14rem;
    z-index: 1;
}

.visionMission .contentInner{
        background: #fff;
        padding:30px;
        box-shadow: 1px 1px 10px #0000002b;
        border-top-left-radius: 5px;
        border-top-right-radius: 5px;
}

.visionMission .contentInner img{
        max-width: 85px;
    padding-bottom: 20px;
}

.visionMission .contentInner h3{
    color: #222221;
    font-weight: 700;
}

.brdrLeft{

}
/* certificates */

.certificates{
    padding-top: 3rem;
    padding-bottom: 5rem;
}

.title{
    font-size: 45px;
    font-weight: 700;
    color: #373736;
}

.titlePara {
    max-width: 600px;
    margin: 0 auto;
    text-align: center;
    font-size: 18px;
    margin-bottom: 5rem;
    color: #000;
    margin-top: 15px;
}

.certificates-content{
    border-color: #d57315;
}

.certificates-content {
    text-align: center;
    padding: 20px 20px 12px;
    background-color: #f7f7f6;
    margin-top: -54px;
    margin-left: 32px;
    margin-right: -32px;
    z-index: 9;
        color: #81c111;
    position: relative;
    border-top: 6px solid;
    -webkit-transition: 0.4s ease-in-out;
    -ms-transition: 0.4s ease-in-out;
    -moz-transition: 0.4s ease-in-out;
    -o-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
}

.box-shadow {
    -webkit-box-shadow: 0 0 10px 0 rgba(43,52,59,.1);
    -moz-box-shadow: 0 0 10px 0 rgba(43,52,59,.1);
   box-shadow: 0 0 10px 0 rgb(43 52 59 / 26%);
}

.certificates-title h5 {
    font-size: 19px;
    line-height: 26px;
    margin-bottom: 0px;
}

.certificates-title h5 a{
    color: #232323;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}

.certificates-content:after {
    position: absolute;
    content: '';
    border-left: 6px solid #000;
    height: 85%;
    left: 0;
    top: 0;
        -webkit-transition: all 0.5s ease-in-out 0s;
    -moz-transition: all 0.5s ease-in-out 0s;
    -ms-transition: all 0.5s ease-in-out 0s;
    -o-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s;
        border-color: #81c111;
}

.certificates img{
    border: 1px solid #ccc;
}

.p-15 {
   padding-right: 30px;
    padding-left: 30px;
}

.margin30{
    margin-left: 110px;
    
}

@media screen and (max-width: 767px) and (min-device-width: 320px){
.margin30{
    margin-bottom: 30px;
    margin-left: 0px;
    
}
}


.bottomFooter {
    border-top: 1px solid #dcdcdc;
    padding-top: 1rem;
    margin-top: 2rem;
}

.scrollBtn{
    background: #000729;
    position: absolute;
    bottom: 87px;
    right: 101px;
    color: #fff;
    height: 50px;
    border-radius: 40px;
    text-align: center;
    box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
    padding-top: 10px;
    width: 50px;
}
 .scrollBtn span {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -9px;
    margin-top: -15px;
    height: 0;
    width: 0;
    border: 9px solid transparent;
    border-bottom-color: #fff;
}


.max-width ul{
    padding-left: 94px;
    padding-top: 10px;
}
.font16{
    font-size: 18px;
}
.ReadMore-btn {
    border: 1px solid #81c111;
    display: inline-block;
    text-align: center;
    color: #fff;
    text-transform: capitalize;
    background-color: #81c111;
    cursor: pointer;
    -webkit-transition: 0.6s;
    transition: 0.6s;
    border-radius: 50px;
    font-weight: 400;
    font-size: 16px;
    padding-left: 15px;
    padding-right: 15px;
    text-decoration: none;
    padding-top: 7px;
    padding-bottom: 7px;
    width: 130px;
    margin-top: 25px;
}
.ReadMore-btn:hover{
    border: 1px solid #81c111;
    display: inline-block;
    text-align: center;
    color: #81c111;
    text-transform: capitalize;
    background-color: #f7ffe8;
    cursor: pointer;
    -webkit-transition: 0.6s;
    transition: 0.6s;
    border-radius: 50px;
    font-weight: 400;
    font-size: 16px;
    padding-left: 15px;
    padding-right: 15px;
    text-decoration: none;
    padding-top: 7px;
    padding-bottom: 7px;
    width: 130px;
    margin-top: 25px;
}
