.service-two {
    background-color: #f6f5f2;
    padding-top: 80px;
    padding-bottom: 60px;
    position: relative;
}

.service-two::before {
    content: "";
    width: 100%;
    height: 16px;
    /*background-image: url(../images/shapes/ripped-paper-gray-up.png);*/
    position: absolute;
    top: -16px;
    left: 0;
    z-index: 10;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    background-size: auto;
}

@media (min-width: 1700px) {
    .service-two::before {
        background-size: 100%;
        bottom: -15px;
    }
}

@media (min-width: 1200px) {
    .service-two {
        padding-top: 120px;
        padding-bottom: 120px;
    }
}

.service-two__bottom-curv {
    width: 100%;
    height: 360px;
    background-color: #fff;
    position: absolute;
    bottom: 0;
    left: 0;
    display: none;
}

@media (min-width: 1200px) {
    .service-two__bottom-curv {
        display: block;
    }
}

.service-two__bottom-curv::before {
    content: "";
    width: 100%;
    height: 16px;
    /* background-image: url(../images/shapes/ripped-paper-white-up.png); */
    position: absolute;
    top: -16px;
    left: 0;
    z-index: 10;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    background-size: auto;
}

@media (min-width: 1700px) {
    .service-two__bottom-curv::before {
        background-size: 100%;
        bottom: -15px;
    }
}

.service-two .container {
    position: relative;
    z-index: 0;
}

.service-two .row {
    margin-left: -10px;
    margin-right: -10px;
}

@media (min-width: 992px) {
    .service-two .row {
        margin-left: -3px;
        margin-right: -3px;
    }
}

.service-two .row [class*="col-"] {
    padding-left: 10px;
    padding-right: 10px;
}

@media (min-width: 992px) {
    .service-two .row [class*="col-"] {
        padding-left: 3px;
        padding-right: 3px;
    }
}

.service-two__card {
    border-radius: 5px;
    margin-bottom: 20px;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

@media (min-width: 1200px) {
    .service-two__card {
        margin-bottom: 0;
    }
}

.service-two__card-image {
    position: relative;
    overflow: hidden;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.service-two__card-image>img {
    width: 100%;
}

.service-two__card-content {
    background-color: #fff;
    position: relative;
    text-align: center;
    padding-left: 30px;
    padding-right: 30px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    padding-bottom: 30px;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    -webkit-box-shadow: 0 10px 60px 0 rgba(0, 0, 0, 0.05);
    box-shadow: 0 10px 60px 0 rgba(0, 0, 0, 0.05);
}

@media (min-width: 1200px) {
    .service-two__card-content {
        padding-bottom: 45px;
        padding-left: 50px;
        padding-right: 50px;
        padding-top: 0.5px;
    }
}

.service-two__card-content h3 {
    color: #f7c35f;
    font-size: 18px;
    font-weight: 700;
    margin: 0;
    margin-top: 20px;
    margin-bottom: 10px;
}

@media (min-width: 768px) {
    .service-two__card-content h3 {
        font-size: 20px;
    }
}

@media (min-width: 1200px) {
    .service-two__card-content h3 {
        max-width: 145px;
        margin-left: auto;
        margin-right: auto;
    }
}

.service-two__card-content h3 a {
    color: inherit;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.service-two__card-content h3 a:hover {
    color: #f7c35f;
}

.service-two__card-content {
    height: 260px;
}

.service-two__card-content p {
    margin: 0;
    font-size: 15px;
    line-height: 1.875;
    color: #6e7673;
}

@media (min-width: 768px) {
    .service-two__card-content p {
        font-size: 16px;
    }
}

.service-two__card:hover .service-two__card-content {
    -webkit-box-shadow: 0 10px 60px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 10px 60px 0 rgba(0, 0, 0, 0.1);
}

.service-two__card-icon {
    width: 78px;
    height: 78px;
    background-color: #f7c35f;
    border: 6px solid #fff;
    margin-left: auto;
    margin-right: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    font-size: 35px;
    color: #fff;
    border-radius: 50%;
    position: relative;
    top: -39px;
    margin-bottom: -39px;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

@media (min-width: 768px) {
    .service-two__card-icon {
        width: 98px;
        height: 98px;
        top: -49px;
        margin-bottom: -49px;
    }
}

@media (min-width: 1200px) {
    .service-two__card-icon {
        width: 108px;
        height: 108px;
        top: -54px;
        margin-bottom: -54px;
        font-size: 50px;
    }
}

.service-two__card:hover .service-two__card-icon {
    background-color: #f7c35f;
}

.service-two__card:hover {
    -webkit-box-shadow: 0 4px 0 0 var(--thm-primary);
    box-shadow: 0 4px 0 0 #f7c35f;
}

.service-two__service-page {
    background-color: #fff;
}

.service-two__service-page::before {
    display: none;
}

.service-two__home-two {
    padding-bottom: 50px;
}

@media (min-width: 1200px) {
    .service-two__home-two {
        padding-bottom: 90px;
        padding-top: 200px;
        margin-top: -80px;
    }
}

.service-two__home-two .row {
    margin-left: -15px;
    margin-right: -15px;
}

.service-two__home-two .row [class*="col-"] {
    padding-left: 15px;
    padding-right: 15px;
}

.service-two__home-two .service-two__card-content {
    margin-top: 0;
    padding-top: 10px;
    text-align: left;
    margin-bottom: 30px;
}

@media (min-width: 1200px) {
    .service-two__home-two .service-two__card-content {
        padding-left: 40px;
        padding-right: 40px;
        padding-bottom: 35px;
    }
}

.service-two__home-two .service-two__card-content h3 {
    margin-left: 0;
    margin-right: 0;
}

@media (min-width: 1200px) {
    .service-two__home-two .service-two__card-content h3 {
        margin-top: 25px;
    }
}

.heading_read_more {
    border: none;
    background: #f44336;
    color: #fff;
    font-weight: 800;
    padding: 10px 20px;
    font-size: 15px;
    border-radius: 4px;
}

.heading_read_more:hover {
    color: #fff;
}

a.heading_read_more:hover {
    background: #fd7474;
}

 .arr-icon {
    position: relative;
    top: 1px;
    left: 8px;
    font-size: 14px;
}

.navbar-sitemenu {
    margin: 0 20px !important;
}

.pdf_icon {
    position: relative;
    left: 10px;
}

.navbar .site-menu ul li ul li a {
    font-size: 15px;
}

li.download_pdf {
background: #4caf50;
color: #ffffff;
font-size: 16px;
}
.navbar .site-menu ul li ul li a:hover {
color: #6ab16d;
text-decoration: none;
}

/* Menu Active */

.menu-active{
    color: #fbc50b !important;
}
a.menu-active:after {
    background: #fbc50b !important;
    height: 3px !important;
    width: 100% !important;
    left: 0px !important;
}
.navbar-site-menu {
    margin: 0 0px !important;
}
/* Menu Active */

.menu-active {
    color: #fbc50b !important;
}

a.menu-active:after {
    /* background: #fbc50b !important; */
    height: 3px !important;
    width: 100% !important;
    left: 0px !important;
}

.navbar-site-menu {
    margin: 0 0px !important;
}


/* Sidebar Menu Style Start */

#menuv
/* position, size, and font of  menu */

{
    padding: 30px 0;
    z-index: 1000;
    width: 100%;
    /*150px;      */
    /* [1] width of menu item (i.e., box) */
    text-indent: 0.4em;
    text-align: left;
    font-size: 15px;
    font-family: 'Poppins';
    color: #666666;
    height: 100%;
    max-width: 200px;
}

#menuv a {
    width: 100%;
    height: 40px;
    padding: 9px;
    display: block;
    border-bottom: 0.1em solid #006600;
    /* adds bottom border */
    border-left: 1px solid #006600;
    border-right: 1px solid #006600;
    border-top: 0.1em solid #006600;
    white-space: normal;
}

#menuv a,
#menuv a:visited
/* all menus at rest */

{
    color: #FFFFFF;
    background-color: #669966;
    text-decoration: none;
    /* removes underlines from links */
}

#menuv a.parent,
#menuv a.parent:hover
/* attaches parent-arrow on all parents */

{
    /*background-image: url(images/arrow1.gif);*/
    /*background-position: right center; */
    background-position: right;
    background-repeat: no-repeat;
}

#menuv a:hover
/* all menus on mouse-over */

{
    color: #FFFFFF;
    background-color: #006600;
}

#menuv li {
    list-style-type: none;
    /* removes bullets */
}

#menuv ul li {
    z-index: 1;
    position: relative;
}

#menuv li ul {
    position: absolute;
    top: 0;
    left: 200px;
    /* distance from  left menu (this should be the same as width value in #menuv [1]) above */
    display: none;
}

div#menuv ul,
#menuv ul ul,
div#menuv ul ul ul {
    margin: 0;
    /* keeps the menu parts together */
    padding: 0;
    width: 100%/*200px;	*/
    /* width of sub menus  (this should be the same as width value in #menuv [1]) above */
}

div#menuv ul ul,
div#menuv ul ul ul,
div#menuv ul li:hover ul ul,
div#menuv ul li:hover ul ul ul {
    display: none;
}

div#menuv ul li:hover ul,
div#menuv ul ul li:hover ul,
div#menuv ul ul ul li:hover ul {
    display: block;
}

.how_side li {
    width: 250px;
}

.main {
    margin-left: 0px !important;
}

.mm-active{
    background-color: #006600 !important;
}
#sidebar{
	z-index:1;
	}

/* Sidebar Menu Style End */