	body {
	    font-size: 16px;
	    font-family: 'Inter', sans-serif;
	    color: #333
	}
	
	body.one-body-color {
	    background-color: #f8fdf5
	}
	
	body.three-body-color {
	    background-color: #f9faff
	}
	
	a {
	    -webkit-transition: all ease .5s;
	    transition: all ease .5s;
	    text-decoration: none;
	    color: #000
	}
	
	a:hover {
	    text-decoration: none;
	    color: #007337
	}
	
	a:focus {
	    text-decoration: none
	}
	
	button {
	    outline: 0!important;
	    -webkit-box-shadow: none;
	    box-shadow: none;
	    border: none;
	    padding: 0
	}
	
	button:focus {
	    -webkit-box-shadow: none;
	    box-shadow: none
	}
	
	.btn-large {
	    font-size: 18px;
	    font-weight: 500;
	    padding: 8px 30px;
	    transition: all 0.5s ease-in-out;
	}
	
	.h1,
	.h2,
	.h3,
	.h4,
	.h5,
	.h6,
	h1,
	h2,
	h3,
	h4,
	h5,
	h6 {
	    color: #1b1b1b;
	    font-weight: 400;
	    font-family: 'Prata', serif;
	}
	
	h3 {
	    line-height: 1.5
	}
	
	.d-table {
	    width: 100%;
	    height: 100%
	}
	
	.d-table-cell {
	    vertical-align: middle
	}
	
	p {
	    font-size: 15px;
	    margin-bottom: 25px !important;
	    line-height: 1.7
	}
	
	p:last-child {
	    margin-bottom: 0
	}
	
	img {
	    max-width: 100%;
	    height: auto
	}
	
	.hr-line{ margin: 40px 0;
    color: inherit;
    background-color: currentColor;
    border: 0;
    opacity: .25;
        }
	
	.form-control {
	    height: 50px;
	    color: #007337;
	    border: 1px solid #ccc;
	    background-color: transparent;
	    border-radius: 0;
	    font-size: 16px;
	    padding: 10px 20px;
	    width: 100%
	}
	
	.form-control::-webkit-input-placeholder {
	    color: #676a6a
	}
	
	.form-control:-ms-input-placeholder {
	    color: #676a6a
	}
	
	.form-control::-ms-input-placeholder {
	    color: #676a6a
	}
	
	.form-control::placeholder {
	    color: #676a6a
	}
	
	.form-control:focus {
	    color: #000;
	    background-color: transparent;
	    -webkit-box-shadow: unset;
	    box-shadow: unset;
	    outline: 0;
	    border: 1px solid #007337
	}
	
	.form-control:hover:focus,
	.form-control:focus {
	    -webkit-box-shadow: unset;
	    box-shadow: unset
	}
	
	textarea.form-control {
	    height: auto
	}
	
	.ptb-100 {
	    padding-top: 100px;
	    padding-bottom: 100px
	}
	
	.ptb-70 {
	    padding-top: 70px;
	    padding-bottom: 70px
	}
	
	.pt-100 {
	    padding-top: 100px
	}
	
	.pb-100 {
	    padding-bottom: 100px
	}
	
	.pt-70 {
	    padding-top: 70px
	}
	
	.pb-70 {
	    padding-bottom: 70px
	}
	
	.pb-40 {
	    padding-bottom: 40px
	}
	
	.mt-100 {
	    margin-top: 100px
	}
	
	.mt-minus-100 {
	    margin-top: -100px
	}
	
	.mt-30 {
	    margin-top: 30px
	}
	
	.mb-30 {
	    margin-bottom: 30px
	}
	
	.bg-color {
	    background-color: #007337
	}
	
	.bg-color-two {
	    background-color: #f8f7f2
	}
	
	.bg-color-three {
	    background-color: #eff4fa
	}
	
	.default-btn {
	    font-size: 16px;
	    font-weight: 700;
	    color: #fff;
	    line-height: 1;
	    -webkit-transition: all ease .5s;
	    transition: all ease .5s;
	    text-align: center;
	    background-color: #007337;
	    position: relative;
	    z-index: 1;
	    overflow: hidden;
	    display: inline-table;
	    padding: 15px 30px;
	    border-radius: 0
	}
	
	.default-btn:hover {
	    background-color: #1b1b1b;
	    color: #fff
	}
	
	.read-more {
	    font-weight: 600;
	    font-size: 15px;
	    color: #1b1b1b
	}
	
	.read-more i {
	    position: relative;
	    position: relative;
	    top: 1.7px;
	    margin-left: 5px
	}
	
	.read-more:hover {
	    color: #007337;
	    letter-spacing: 1px
	}
	
	.section-row {
	    padding: 40px 0;
	}
	
	.section-title span {
	    font-size: 16px;
	    color: #007337;
	    display: block;
	    margin-bottom: 15px
	}
	
	.section-title h2 {
	    font-size: 40px;
	    margin-bottom: 20px;
	    position: relative
	}
	
	.section-title h2:last-child {
	    margin-bottom: 0
	}
	
	.section-title p {
	    max-width: 600px;
	    margin: auto
	}
	
	.section-title.white-title span {
	    color: #007337
	}
	
	.section-title.white-title h2 {
	    color: #fff
	}
	
	.section-title.white-title p {
	    color: #fff
	}
	
	.top-header {
	    background-color: #2d343a;
	    padding-top: 15px;
	    padding-bottom: 15px
	}
	
	.top-header .header-left-content .contact-info {
	    line-height: 1;
	    list-style: none;
	    padding: 0;
	    margin: 0;
	    display: inline-block;
	    margin-right: 30px
	}
	
	.top-header .header-left-content .contact-info li {
	    display: inline-block;
	    margin-right: 30px;
	    color: #1b1b1b;
	    position: relative;
	    padding-left: 30px
	}
	
	.top-header .header-left-content .contact-info li i {
	    color: #ee8007;
	    display: inline-block;
	    margin-right: 5px;
	    position: absolute;
	    font-size: 20px;
	    top: -1px;
	    left: 0
	}
	
	.top-header .header-left-content .contact-info li:last-child {
	    margin-right: 0
	}
	
	.top-header .header-left-content .contact-info li a {
	    font-size: 14px;
	    color: #fff
	}
	
	.top-header .header-left-content .contact-info li a:hover {
	    color: #007337
	}
	
	.top-header .header-left-content .social-icon {
	    line-height: 1;
	    list-style: none;
	    padding: 0;
	    margin: 0;
	    display: inline-block;
	    position: relative;
	    top: 2px
	}
	
	.top-header .header-left-content .social-icon li {
	    display: inline-block;
	    margin-right: 10px
	}
	
	.top-header .header-left-content .social-icon li a i {
	    font-size: 18px;
	    -webkit-transition: all ease .5s;
	    transition: all ease .5s
	}
	
	.top-header .header-left-content .social-icon li a:hover i {
	    color: #007337
	}
	
	.top-header .header-left-content .social-icon li:last-child {
	    margin-right: 0
	}
	
	.top-header .header-right-content {
	    line-height: 1;
	    text-align: right;
	    position: relative;
	    top: 0
	}
	
	.top-header .header-right-content .language {
	    padding: 0;
	    margin: 0;
	    list-style: none;
	    display: inline-block;
	    margin-right: 25px
	}
	
	.top-header .header-right-content .language .language-settings {
	    position: relative
	}
	
	.top-header .header-right-content .language .language-settings .dropdown-toggle {
	    padding: 0;
	    border: none;
	    background-color: transparent;
	    color: #333;
	    cursor: pointer;
	    -webkit-transition: all ease .5s;
	    transition: all ease .5s
	}
	
	.top-header .header-right-content .language .language-settings .dropdown-toggle::after {
	    display: none
	}
	
	.top-header .header-right-content .language .language-settings .dropdown-toggle.language-btn {
	    display: inline-block;
	    font-size: 15px;
	    padding-left: 20px
	}
	
	.top-header .header-right-content .language .language-settings .dropdown-toggle.language-btn i {
	    position: relative;
	    font-size: 20px;
	    top: 4px;
	    -webkit-transition: all ease .5s;
	    transition: all ease .5s
	}
	
	.top-header .header-right-content .language .language-settings .dropdown-toggle.language-btn span {
	    position: absolute;
	    top: 5px;
	    left: 0;
	    font-size: 16px;
	    color: #007337
	}
	
	.top-header .header-right-content .language .language-settings .dropdown-toggle:hover {
	    color: #007337
	}
	
	.top-header .header-right-content .language .language-settings .dropdown-toggle:hover .language-btn i {
	    color: #007337
	}
	
	.top-header .header-right-content .language .language-settings .dropdown-menu {
	    padding: 15px;
	    float: unset;
	    border: none;
	    -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, .1);
	    box-shadow: 0 0 15px 0 rgba(0, 0, 0, .1);
	    border-radius: 0;
	    margin-top: 30px!important;
	    -webkit-transition: all ease .5s;
	    transition: all ease .5s;
	    left: 0!important;
	    right: auto!important;
	    -webkit-transform: scaleX(0);
	    transform: scaleX(0);
	    display: block;
	    top: 0;
	    border-top: 2px solid #007337
	}
	
	.top-header .header-right-content .language .language-settings .dropdown-menu .dropdown-item {
	    padding: 0;
	    color: #333;
	    margin-bottom: 10px;
	    font-weight: 600
	}
	
	.top-header .header-right-content .language .language-settings .dropdown-menu .dropdown-item::before {
	    display: none
	}
	
	.top-header .header-right-content .language .language-settings .dropdown-menu .dropdown-item:last-child {
	    margin-bottom: 0
	}
	
	.top-header .header-right-content .language .language-settings .dropdown-menu .dropdown-item img {
	    width: 20px;
	    height: 20px;
	    border-radius: 50px
	}
	
	.top-header .header-right-content .language .language-settings .dropdown-menu .dropdown-item span {
	    display: inline-block;
	    margin-left: 8px;
	    font-size: 14px;
	    font-weight: 400;
	    margin-top: 0;
	    -webkit-transition: .5s;
	    transition: .5s
	}
	
	.top-header .header-right-content .language .language-settings .dropdown-menu .dropdown-item span:hover {
	    color: #007337
	}
	
	.top-header .header-right-content .language .language-settings .dropdown-menu .dropdown-item:hover {
	    background-color: transparent!important
	}
	
	.top-header .header-right-content .language .language-settings .dropdown-menu .dropdown-item:focus {
	    background-color: transparent!important
	}
	
	.top-header .header-right-content .language .language-settings .dropdown-menu .dropdown-item.active {
	    color: #007337;
	    background-color: transparent
	}
	
	.top-header .header-right-content .language .language-settings .dropdown-menu.show {
	    -webkit-transform: scaleX(1)!important;
	    transform: scaleX(1)!important
	}
	
	.top-header .header-right-content .my-account {
	    padding: 0;
	    margin: 0;
	    list-style: none;
	    display: inline-block
	}
	
	.top-header .header-right-content .my-account li {
	    display: inline-block;
	    margin-right: 25px;
	    position: relative
	}
	
	.top-header .header-right-content .my-account li:last-child {
	    margin-right: 0;
	    padding-right: 0
	}
	
	.top-header .header-right-content .my-account li a {
	    font-size: 15px;
	    color: #333;
	    position: relative;
	    z-index: 1
	}
	
	.top-header .header-right-content .my-account li a i {
	    position: relative;
	    top: 2px;
	    margin-right: 5px;
	    font-size: 16px;
	    color: #007337
	}
	
	.top-header .header-right-content .my-account li a span {
	    position: absolute;
	    top: -5px;
	    left: 10px;
	    width: 15px;
	    height: 15px;
	    line-height: 15px;
	    background-color: #000;
	    color: #fff;
	    text-align: center;
	    font-size: 10px;
	    border-radius: 50%
	}
	
	.top-header .header-right-content .my-account li a:hover {
	    color: #007337
	}
	
	.top-header.top-header-style-two {
	    background-color: #111
	}
	
	.top-header.top-header-style-two .header-left-content li a {
	    color: #fff
	}
	
	.top-header.top-header-style-two .header-right-content .language .language-settings .dropdown-toggle {
	    color: #fff
	}
	
	.top-header.top-header-style-two .header-right-content .my-account li a {
	    color: #fff
	}
	
	.top-header.top-header-style-two .header-right-content .my-account li a span {
	    background-color: #fff;
	    color: #1b1b1b;
	    font-size: 12px
	}
	
	.navbar-area {
	    background-color: #fff
	}
	
	.navbar-area .desktop-nav {
	    padding-top: 5px;
	    padding-bottom: 5px;
	}
	
	.navbar-area .desktop-nav .navbar {
	    position: inherit;
	    padding: 0
	}
	
	.navbar-area .desktop-nav .navbar .navbar-brand {
	    font-size: inherit;
	    line-height: 1;
	    padding: 0;
	    margin-right: 0;
	    max-width: 200px;
	}
	
	.navbar-area .desktop-nav .navbar .navbar-brand img {
	    max-width: 100%;
	}
	
	.navbar-area .desktop-nav .navbar ul {
	    padding-left: 0;
	    list-style-type: none;
	    margin-bottom: 0;
	    line-height: 1
	}
	
	.navbar-area .desktop-nav .navbar .navbar-nav .nav-item {
	    position: relative;
	    padding: 0
	}
	
	.navbar-area .desktop-nav .navbar .navbar-nav .nav-item a {
	    font-size: 14px;
	    font-weight: 600;
	    color: #222;
	    -webkit-transition: all ease .5s;
	    transition: all ease .5s;
	    margin-left: 0;
	    margin-right: 0;
	    padding: 25px 5px;
	    position: relative;
	    margin: 0 10px;
	    text-transform: uppercase;
	    position: relative;
	}
	
	.navbar-area .desktop-nav .navbar .navbar-nav .nav-item a i {
	    font-size: 10px;
	    line-height: 0;
	    position: relative;
	    top: -1px
	}
	
	.navbar-area .desktop-nav .navbar .navbar-nav .nav-item a:hover {
	    color: #ee8007
	}
	
	.navbar-area .desktop-nav .navbar .navbar-nav .nav-item a.active {
	    color: #ee8007
	}
	
	.navbar-area .desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu {
	    position: absolute;
	    top: 130%;
	    left: 15px;
	    opacity: 0;
	    width: 350px;
	    visibility: hidden;
	    z-index: 99;
	    display: block;
	    padding: 0;
	    background-color: #fff;
	    border: none;
	    border-radius: 0;
	    -webkit-transition: all .2s ease-in-out;
	    transition: all .2s ease-in-out;
	    -webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, .05);
	    box-shadow: 0 0 20px 3px rgba(0, 0, 0, .05);
	    border-top: 2px solid #007337
	}
	
	.navbar-area .desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li {
	    position: relative;
	    padding: 0
	}
	
	.navbar-area .desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li a {
	    font-size: 15px;
	    color: #6A6666;
	    position: relative;
	    padding: 15px;
	    border-bottom: 1px dashed #eee;
	    margin-left: 0;
	    margin-right: 0;
	    text-transform: capitalize;
	    display: block;
	    font-weight: 400
	}
	
	.navbar-area .desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li a:hover {
	    background: #55595c;
	    color: #fff !important
	}
	
	.navbar-area .desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li a i {
	    float: right;
	    top: 7px;
	    -webkit-transition: all ease .5s;
	    transition: all ease .5s;
	    font-size: 20px
	}
	
	.navbar-area .desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li a:hover {
	    color: #007337
	}
	
	.navbar-area .desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li a.active {
	    color: #007337
	}
	
	.navbar-area .desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu {
	    left: 100%;
	    top: 0
	}
	
	.navbar-area .desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li:last-child a {
	    border-bottom: none
	}
	
	.navbar-area .desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu {
	    position: absolute;
	    right: -98%;
	    top: 20px!important;
	    opacity: 0!important;
	    visibility: hidden!important
	}
	
	.navbar-area .desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu {
	    position: absolute;
	    right: -100%;
	    top: 0;
	    opacity: 0!important;
	    visibility: hidden!important
	}
	
	.navbar-area .desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a {
	    color: #1b1b1b;
	    text-transform: capitalize;
	    font-size: 14px;
	    font-weight: 600;
	    border-bottom: 1px dashed #eee
	}
	
	.navbar-area .desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a:hover {
	    color: #007337
	}
	
	.navbar-area .desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a:focus {
	    color: #007337
	}
	
	.navbar-area .desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a.active {
	    color: #007337
	}
	
	.navbar-area .desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li:last-child a {
	    border-bottom: 0
	}
	
	.navbar-area .desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li:hover .dropdown-menu {
	    opacity: 1!important;
	    visibility: visible!important;
	    top: -4px!important
	}
	
	.navbar-area .desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li:hover .dropdown-menu li:hover .dropdown-menu {
	    opacity: 1!important;
	    visibility: visible!important;
	    top: -20px!important
	}
	
	.navbar-area .desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu:last-child .dropdown-menu {
	    right: -100%
	}
	
	.navbar-area .desktop-nav .navbar .navbar-nav .nav-item:hover ul {
	    opacity: 1;
	    visibility: visible;
	    top: 98%
	}
	
	.navbar-area .desktop-nav .navbar .navbar-nav .nav-item:hover .dropdown-menu::before {
	    height: 100%;
	    right: auto;
	    bottom: 0
	}
	
	.navbar-area .desktop-nav .navbar .others-option {
	    position: relative;
	    top: -2px
	}
	
	.navbar-area .desktop-nav .navbar .others-option .option-item {
	    color: #333;
	    display: inline-block;
	    line-height: 1;
	    position: relative;
	    top: 3px
	}
	
	.navbar-area .desktop-nav .navbar .others-option .option-item .search-overlay {
	    display: none
	}
	
	.navbar-area .desktop-nav .navbar .others-option .option-item .search-overlay.search-popup {
	    position: absolute;
	    top: 100%;
	    width: 300px;
	    right: 0;
	    background: #fff;
	    z-index: 2;
	    padding: 20px;
	    -webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, .05);
	    box-shadow: 0 0 20px 3px rgba(0, 0, 0, .05);
	    margin-top: 18px
	}
	
	.navbar-area .desktop-nav .navbar .others-option .option-item .search-overlay.search-popup .search-form {
	    position: relative
	}
	
	.navbar-area .desktop-nav .navbar .others-option .option-item .search-overlay.search-popup .search-form .search-input {
	    display: block;
	    width: 100%;
	    height: 50px;
	    line-height: initial;
	    border: 1px solid #eee;
	    color: #1b1b1b;
	    outline: 0;
	    -webkit-transition: all ease .5s;
	    transition: all ease .5s;
	    font-size: 15px;
	    padding-top: 4px;
	    padding-left: 15px
	}
	
	.navbar-area .desktop-nav .navbar .others-option .option-item .search-overlay.search-popup .search-form .search-input:focus {
	    border-color: #007337
	}
	
	.navbar-area .desktop-nav .navbar .others-option .option-item .search-overlay.search-popup .search-form .search-button {
	    position: absolute;
	    right: 0;
	    top: 0;
	    height: 50px;
	    background: #007337;
	    border: none;
	    width: 50px;
	    outline: 0;
	    color: #fff;
	    -webkit-transition: all ease .5s;
	    transition: all ease .5s;
	    padding: 0
	}
	
	.navbar-area .desktop-nav .navbar .others-option .option-item .search-overlay.search-popup .search-form .search-button:hover {
	    background-color: #1b1b1b
	}
	
	.navbar-area .desktop-nav .navbar .others-option .option-item .search-btn {
	    cursor: pointer;
	    -webkit-transition: all ease .5s;
	    transition: all ease .5s;
	    color: #fff;
	    width: 46px;
	    height: 46px;
	    line-height: 46px;
	    background-color: #007337;
	    text-align: center;
	    border-radius: 50%;
	    font-size: 20px
	}
	
	.navbar-area .desktop-nav .navbar .others-option .option-item .search-btn:hover {
	    background-color: #007337
	}
	
	.navbar-area .desktop-nav .navbar .others-option .option-item .close-btn {
	    cursor: pointer;
	    -webkit-transition: all ease .5s;
	    transition: all ease .5s;
	    color: #fff;
	    width: 46px;
	    height: 46px;
	    line-height: 46px;
	    background-color: #007337;
	    text-align: center;
	    border-radius: 50%;
	    display: none;
	    font-size: 20px
	}
	
	.navbar-area .desktop-nav .navbar .others-option .option-item .close-btn:hover {
	    background-color: #007337
	}
	
	.navbar-area .desktop-nav .navbar .others-option .option-item .close-btn.active {
	    display: block
	}
	
	.navbar-area .desktop-nav .navbar .others-option .get-quote {
	    display: inline-block;
	    margin-left: 30px
	}
	
	.navbar-area.navbar-area-style-two {
	    background-color: #f8f7f2
	}
	
	.navbar-area.navbar-area-style-two .desktop-nav .navbar .others-option .option-item .search-btn,
	.navbar-area.navbar-area-style-two .desktop-nav .navbar .others-option .option-item .close-btn {
	    color: #007337;
	    background-color: #fff
	}
	
	.navbar-area.navbar-area-style-three {
	    background-color: #f9faff
	}
	
	.navbar-area.navbar-area-style-three .desktop-nav .navbar .others-option .option-item .search-btn,
	.navbar-area.navbar-area-style-three .desktop-nav .navbar .others-option .option-item .close-btn {
	    color: #333;
	    background: #eff4fa;
	    border-radius: 0
	}
	
	.navbar-area.is-sticky {
	    position: fixed;
	    top: 0;
	    left: 0;
	    width: 100%;
	    z-index: 9999;
	    -webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, .05);
	    box-shadow: 0 0 20px 3px rgba(0, 0, 0, .05);
	    background-color: #fff;
	    -webkit-animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
	    animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
	    padding-top: 5px;
	    padding-bottom: 5px
	}
	
	.mobile-nav {
	    display: none
	}
	
	.navbar-expand-md .navbar-collapse {
	    justify-content: right;
	}
	
	.others-option-for-responsive {
	    display: none
	}
	
	.others-option-for-responsive .dot-menu {
	    padding: 0 10px;
	    height: 30px;
	    cursor: pointer;
	    z-index: 9991;
	    position: absolute;
	    right: 60px;
	    top: -34px
	}
	
	.others-option-for-responsive .dot-menu .inner {
	    display: -webkit-box;
	    display: -ms-flexbox;
	    display: flex;
	    -webkit-box-align: center;
	    -ms-flex-align: center;
	    align-items: center;
	    height: 30px
	}
	
	.others-option-for-responsive .dot-menu .inner .circle {
	    height: 5px;
	    width: 5px;
	    border-radius: 100%;
	    margin: 0 2px;
	    -webkit-transition: all ease .5s;
	    transition: all ease .5s;
	    background-color: #1b1b1b
	}
	
	.others-option-for-responsive .dot-menu:hover .inner .circle {
	    background-color: #007337
	}
	
	.others-option-for-responsive .container {
	    position: relative
	}
	
	.others-option-for-responsive .container .container {
	    position: absolute;
	    right: 0;
	    top: 10px;
	    margin-left: auto;
	    opacity: 0;
	    visibility: hidden;
	    -webkit-transition: all ease .5s;
	    transition: all ease .5s;
	    -webkit-transform: scaleY(0);
	    transform: scaleY(0);
	    z-index: 2;
	    padding: 15px;
	    background-color: #fff;
	    -webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, .05);
	    box-shadow: 0 0 20px 3px rgba(0, 0, 0, .05);
	    max-width: 235px;
	    right: 15px
	}
	
	.others-option-for-responsive .container .container.active {
	    opacity: 1;
	    visibility: visible;
	    -webkit-transform: scaleY(1);
	    transform: scaleY(1)
	}
	
	.others-option-for-responsive .others-option {
	    position: relative
	}
	
	.others-option-for-responsive .others-option .option-item {
	    color: #333;
	    display: inline-block;
	    line-height: 1;
	    position: relative;
	    top: 0
	}
	
	.others-option-for-responsive .others-option .option-item .search-overlay {
	    display: none
	}
	
	.others-option-for-responsive .others-option .option-item .search-overlay.search-popup {
	    position: absolute;
	    top: 100%;
	    width: 300px;
	    right: 0;
	    background: #fff;
	    z-index: 2;
	    padding: 20px;
	    -webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, .05);
	    box-shadow: 0 0 20px 3px rgba(0, 0, 0, .05);
	    margin-top: 18px
	}
	
	.others-option-for-responsive .others-option .option-item .search-overlay.search-popup .search-form {
	    position: relative
	}
	
	.others-option-for-responsive .others-option .option-item .search-overlay.search-popup .search-form .search-input {
	    display: block;
	    width: 100%;
	    height: 50px;
	    line-height: initial;
	    border: 1px solid #eee;
	    color: #1b1b1b;
	    outline: 0;
	    -webkit-transition: all ease .5s;
	    transition: all ease .5s;
	    font-size: 15px;
	    padding-top: 4px;
	    padding-left: 15px
	}
	
	.others-option-for-responsive .others-option .option-item .search-overlay.search-popup .search-form .search-input:focus {
	    border-color: #007337
	}
	
	.others-option-for-responsive .others-option .option-item .search-overlay.search-popup .search-form .search-button {
	    position: absolute;
	    right: 0;
	    top: 0;
	    height: 50px;
	    background: #007337;
	    border: none;
	    width: 50px;
	    outline: 0;
	    color: #fff;
	    -webkit-transition: all ease .5s;
	    transition: all ease .5s;
	    padding: 0
	}
	
	.others-option-for-responsive .others-option .option-item .search-overlay.search-popup .search-form .search-button:hover {
	    background-color: #1b1b1b
	}
	
	.others-option-for-responsive .others-option .option-item .search-btn {
	    cursor: pointer;
	    -webkit-transition: all ease .5s;
	    transition: all ease .5s;
	    color: #fff;
	    width: 39px;
	    height: 39px;
	    line-height: 39px;
	    background-color: #007337;
	    text-align: center;
	    border-radius: 50%;
	    font-size: 20px
	}
	
	.others-option-for-responsive .others-option .option-item .search-btn:hover {
	    background-color: #007337
	}
	
	.others-option-for-responsive .others-option .option-item .close-btn {
	    cursor: pointer;
	    -webkit-transition: all ease .5s;
	    transition: all ease .5s;
	    color: #fff;
	    width: 39px;
	    height: 39px;
	    line-height: 39px;
	    background-color: #007337;
	    text-align: center;
	    border-radius: 50%;
	    display: none;
	    font-size: 20px
	}
	
	.others-option-for-responsive .others-option .option-item .close-btn:hover {
	    background-color: #007337
	}
	
	.others-option-for-responsive .others-option .option-item .close-btn.active {
	    display: block
	}
	
	.others-option-for-responsive .others-option .get-quote {
	    display: inline-block;
	    margin-left: 14px
	}
	/* section title */
	
	.section-title {
	    margin-bottom: 40px;
	}
	
	.section-title h5 {
	    font-weight: 700;
	    text-transform: capitalize;
	    font-size: 16px;
	    line-height: 26px;
	    padding-left: 33px;
	    margin-top: 5px;
	    margin-bottom: 14px;
	    position: relative;
	    font-family: 'Inter', sans-serif;
	    color: #ee8007;
	}
	
	.section-title h5:after,
	.section-title.text-center h5:before {
	    display: block;
	    content: "";
	    position: absolute;
	    width: 25px;
	    top: 50%;
	    height: 1px;
	    left: 0;
	    background-color: #ee8007;
	}
	
	.section-title h2.title {
	    font-weight: 400;
	    font-size: 38px;
	    line-height: 50px;
	    margin-bottom: 0;
	}
	
	.section-title .title-desc {
	    margin-top: 14px!important;
	}
	
	.section-title .title-header {
	    position: relative;
	    margin-bottom: 5px;
	}
	
	.section-title.text-center h5 {
	    display: inline-block;
	    padding-left: 0;
	}
	
	.section-title.text-center h5:after {
	    margin-left: -38px;
	    left: 0%;
	}
	
	.section-title.text-center h5:before {
	    right: 0;
	    margin-right: -38px;
	    left: auto;
	}
	
	.section-title.text-center .title-desc {
	    width: 50%;
	    margin: 0 auto;
	}
	
	.section-title h6 {
	    color: #8d8d8d;
	    font-size: 13px;
	    line-height: 20px;
	    margin-top: 5px;
	    font-weight: 700;
	    text-transform: capitalize;
	    margin-bottom: 14px;
	}
	
	.section-title h3 {
	    font-size: 20px;
	    line-height: 27px;
	}
	
	.section-title h5:after {
	    display: block;
	    content: "";
	    position: absolute;
	    width: 25px;
	    top: 50%;
	    height: 1px;
	    left: 0;
	}
	
	.section-title.white h5:after {
	    background-color: #fff;
	}
	
	.row-title h2.title {
	    font-size: 50px;
	    line-height: 65px;
	}
	
	.row-title .title-desc {
	    font-size: 18px;
	    color: #6e7377;
	}
	
	.row-title.style2 h2.title {
	    font-size: 42px;
	    line-height: 52px;
	}
	
	.row-title.style2 p {
	    font-size: 17px;
	}
	
	.row-title.style2 u {
	    position: relative;
	    text-decoration: none;
	}
	
	.row-title u:after {
	    display: block;
	    content: "";
	    position: absolute;
	    width: 100%;
	    bottom: 0;
	    height: 3px;
	    left: 0;
	}
	
	.row-title.style3 h2.title {
	    font-size: 44px;
	    line-height: 50px;
	}
	
	.row-title.style4 h2.title {
	    font-size: 34px;
	    line-height: 47px;
	}
	
	.row-title.style5 h2.title {
	    font-size: 43px;
	    line-height: 62px;
	}
	
	.row-title.style5 p {
	    font-size: 20px;
	    line-height: 24px;
	}
	
	.row-title.style6 h2.title {
	    font-size: 25px;
	    line-height: 38px;
	}
	
	.hero-slider-area .owl-theme .owl-nav {
	    margin-top: 0;
	    position: absolute;
	    left: 30px;
	    right: 30px;
	    bottom: 50%;
	    -webkit-transform: translateY(35px);
	    transform: translateY(35px)
	}
	
	.hero-slider-area .owl-theme .owl-nav .owl-prev,
	.hero-slider-area .owl-theme .owl-nav .owl-next {
	    position: absolute;
	    left: 0;
	    bottom: 0;
	    -webkit-transition: all ease .5s;
	    transition: all ease .5s;
	    width: 50px;
	    height: 50px;
	    line-height: 50px;
	    background-color: #fff;
	    border-radius: 50%;
	    border: 1px solid #007337
	}
	
	.hero-slider-area .owl-theme .owl-nav .owl-prev i,
	.hero-slider-area .owl-theme .owl-nav .owl-next i {
	    font-size: 20px;
	    color: #007337
	}
	
	.hero-slider-area .owl-theme .owl-nav .owl-prev:hover,
	.hero-slider-area .owl-theme .owl-nav .owl-next:hover {
	    background-color: #007337
	}
	
	.hero-slider-area .owl-theme .owl-nav .owl-prev:hover i,
	.hero-slider-area .owl-theme .owl-nav .owl-next:hover i {
	    color: #fff
	}
	
	.hero-slider-area .owl-theme .owl-nav .owl-next {
	    right: 0;
	    left: auto
	}
	
	.hero-slider-area .owl-dots {
	    margin-top: 0!important;
	    line-height: 1;
	    display: -ms-grid;
	    display: grid;
	    position: absolute;
	    right: 50px;
	    top: 50%
	}
	
	.hero-slider-area .owl-dots .owl-dot span {
	    width: 16px;
	    height: 16px;
	    margin: 10px 0;
	    background: 0 0!important;
	    border: 1px solid #333;
	    border-radius: 50%;
	    -webkit-transition: all ease .5s;
	    transition: all ease .5s;
	    position: relative
	}
	
	.hero-slider-area .owl-dots .owl-dot span::before {
	    content: "";
	    position: absolute;
	    left: 0;
	    top: 0;
	    right: 0;
	    bottom: 0;
	    background-color: #333;
	    -webkit-transition: all ease .5s;
	    transition: all ease .5s;
	    border-radius: 50%;
	    margin: 3px
	}
	
	.hero-slider-area .owl-dots .owl-dot:hover span {
	    border-color: #007337
	}
	
	.hero-slider-area .owl-dots .owl-dot:hover span::before {
	    background-color: #007337
	}
	
	.hero-slider-area .owl-dots .owl-dot.active span {
	    border-color: #007337
	}
	
	.hero-slider-area .owl-dots .owl-dot.active span::before {
	    background-color: #007337
	}
	
	.hero-slider-area .hero-slider-content {
	    opacity: 0;
	    -webkit-transition: all ease .5s;
	    transition: all ease .5s
	}
	
	.hero-slider-area .owl-item.active.center .hero-slider-content {
	    opacity: 1
	}
	
	.hero-slider-area .owl-item.active .hero-slider-content {
	    overflow: hidden
	}
	
	.hero-slider-area .owl-item.active .hero-slider-content span {
	    -webkit-animation: 1s .1s fadeInDownBig both;
	    animation: 1s .1s fadeInDownBig both
	}
	
	.hero-slider-area .owl-item.active .hero-slider-content h1 {
	    -webkit-animation: 1s .1s fadeInLeft both;
	    animation: 1s .1s fadeInLeft both
	}
	
	.hero-slider-area .owl-item.active .hero-slider-content p {
	    -webkit-animation: 1s .1s fadeInRight both;
	    animation: 1s .1s fadeInRight both
	}
	
	.hero-slider-area .owl-item.active .hero-slider-content .hero-slider-btn {
	    -webkit-animation: 1s .1s fadeInUpBig both;
	    animation: 1s .1s fadeInUpBig both
	}
	
	.hero-slider-area .hero-slider-item {
	    position: relative;
	    background-position: center center;
	    background-repeat: no-repeat;
	    background-size: cover;
	    height: 100%;
	    padding-top: 100px;
	    padding-bottom: 100px
	}
	
	.hero-slider-area .hero-slider-item.bg-1 {
	    background-image: url(../images/slider-1.jpg)
	}
	
	.hero-slider-area .hero-slider-item.bg-2 {
	    background-image: url(../images/slider-2.jpg)
	}
	
	.hero-slider-area .hero-slider-item.bg-3 {
	    background-image: url(../images/slider-3.jpg)
	}
	
	.hero-slider-area .hero-slider-item.bg-4 {
	    background-image: url(../images/slider-4.jpg)
	}
	
	.hero-slider-area .hero-slider-item.bg-5 {
	    background-image: url(../images/slider-5.jpg)
	}
	
	.hero-slider-area.hero-slider-area-style-two .hero-slider-content {
	    opacity: 1;
	    margin-left: 0;
	    max-width: 800px;
	    position: relative;
	    padding: 100px;
	    z-index: 1
	}
	
	.hero-slider-area.hero-slider-area-style-two .hero-slider-content::before {
	    content: "";
	    position: absolute;
	    top: 0;
	    left: 0;
	    width: 100%;
	    height: 100%;
	    background-color: rgba(249, 248, 243, .9);
	    z-index: -1
	}
	
	.hero-slider-area.hero-slider-area-style-two .hero-slider-content h1 {
	    color: #1b1b1b
	}
	
	.hero-slider-area.hero-slider-area-style-two .hero-slider-content p {
	    color: #333
	}
	
	.hero-slider-area.hero-slider-area-style-two .hero-slider-item {
	    background-position: right;
	    background-size: contain
	}
	
	.hero-slider-area.hero-slider-area-style-two .owl-item.active .hero-slider-content {
	    overflow: hidden
	}
	
	.hero-slider-area.hero-slider-area-style-two .owl-item.active .hero-slider-content::before {
	    -webkit-animation: 1s .1s fadeInDownBig both;
	    animation: 1s .1s fadeInDownBig both
	}
	
	.hero-slider-area.hero-slider-area-style-two .owl-item.active .hero-slider-content span {
	    -webkit-animation: 1s .1s fadeInDownBig both;
	    animation: 1s .1s fadeInDownBig both
	}
	
	.hero-slider-area.hero-slider-area-style-two .owl-item.active .hero-slider-content h1 {
	    -webkit-animation: 1s .1s fadeInLeft both;
	    animation: 1s .1s fadeInLeft both
	}
	
	.hero-slider-area.hero-slider-area-style-two .owl-item.active .hero-slider-content p {
	    -webkit-animation: 1s .1s fadeInRight both;
	    animation: 1s .1s fadeInRight both
	}
	
	.hero-slider-area.hero-slider-area-style-two .owl-item.active .hero-slider-content .hero-slider-btn {
	    -webkit-animation: 1s .1s fadeInUpBig both;
	    animation: 1s .1s fadeInUpBig both
	}
	
	.hero-slider-area .social-icon {
	    padding: 0;
	    margin: 0;
	    list-style-type: none;
	    position: absolute;
	    top: 50%;
	    z-index: 1;
	    left: 15px;
	    -webkit-transform: translateY(-30px);
	    transform: translateY(-30px)
	}
	
	.hero-slider-area .social-icon li {
	    margin: 15px 0;
	    display: -ms-grid;
	    display: grid;
	    position: relative
	}
	
	.hero-slider-area .social-icon li span {
	    position: absolute;
	    top: 3px;
	    left: 0;
	    opacity: 0;
	    -webkit-transition: all ease .5s;
	    transition: all ease .5s
	}
	
	.hero-slider-area .social-icon li a i {
	    display: inline-block;
	    font-size: 18px;
	    width: 30px;
	    height: 30px;
	    line-height: 30px;
	    border: 1px solid #007337;
	    border-radius: 50%;
	    text-align: center;
	    -webkit-transition: all ease .5s;
	    transition: all ease .5s
	}
	
	.hero-slider-area .social-icon li:hover span {
	    left: 40px;
	    opacity: 1
	}
	
	.hero-slider-area .social-icon li:hover a i {
	    background-color: #007337;
	    color: #fff
	}
	
	.hero-slider-content {
	    max-width: 600px;
	    margin-left: 50px
	}
	
	.hero-slider-content span {
	    display: block;
	    margin-bottom: 10px;
	    color: #007337
	}
	
	.hero-slider-content h1 {
	    font-size: 70px;
	    color: #fff;
	    margin-bottom: 20px
	}
	
	.hero-slider-content p {
	    color: #fff;
	    max-width: 450px;
	    margin-bottom: 30px
	}
	
	.social-icons {
	    list-style: none;
	    margin: 0;
	    padding: 0;
	    display: inline-block;
	}
	
	.social-icons li {
	    display: inline-block;
	    border: none;
	    margin: 0 3px;
	}
	
	.social-icons li>a {
	    display: block;
	    border: none;
	    width: 18px;
	    font-size: 17px;
	    background-color: transparent;
	    text-align: center;
	    color: #fff;
	}
	
	.social-icons li>a i {
	    color: #fff;
	    -webkit-transition: all 0.3s ease-in-out;
	    -moz-transition: all 0.3s ease-in-out;
	    -ms-transition: all 0.3s ease-in-out;
	    -o-transition: all 0.3s ease-in-out;
	    transition: all 0.3s ease-in-out;
	}
	
	.social-links-wrapper {
	    margin: 0;
	    position: relative;
	    padding-left: 7px;
	    display: inline-block;
	    position: relative;
	    margin-left: 24px;
	}
	
	.social-links-wrapper:before {
	    content: "";
	    position: absolute;
	    top: -2px;
	    left: -5px;
	    height: 22px;
	    width: 1px;
	    background: #555d62
	}
	
	.header-right-content {
	    display: flex;
	    justify-content: right;
	}
	
	.topbar-right {
	    margin: 0;
	    padding: 0;
	}
	
	.topbar-right li {
	    list-style: none;
	    color: #fff;
	    font-size: 14px;
	}
	
	.topbar-right li a {
	    color: #fff
	}
	
	.topbar-right li.login-register i {
	    margin-right: 7px;
	    color: #ee8007;
	    position: relative;
	    top: 2px;
	    font-size: 13px;
	}
	
	.topbar-right li a:hover {
	    color: #ee8007
	}
	
	.intro-owner-info {
	    color: #fff;
	    background-color: #2b343b;
	    position: relative;
	    padding: 26px 25px 20px;
	    max-width: 70%;
	    bottom: 80px;
	    left: 0;
	    text-align: left;
	    border-left: 8px solid #ee8007;
	    z-index: -1
	}
	
	.image-wrap-howit-works {
	    position: relative;
	    font-size: 13px;
	}
	
	.howit-works-client-feedback {
	    position: static;
	    background: none;
	    border: 1px solid #ddd;
	    padding: 15px;
	    border-left: 8px solid #007337;
	    border-bottom-right-radius: 120px;
	    border-top-right-radius: 120px;
	}
	
	.howit-works-client-feedback strong {
	    color: #ee8007;
	    font-size: 15px
	}
	
	.img-transform-after {
	    position: relative;
	    top: -130px;
	    z-index: -1;
	    margin-bottom: -130px
	}
	
	.k-answer {
    position: relative !important;
    padding-left: 0px !important;
    font-size: 14px !important;
    line-height: 20px !important;
	border: 1px solid #5ec49f !important;
	border-radius:8px;
	margin-bottom: 17px;
}

.k-answer strong{display:block; color:#309b13; font-weight:500; font-size:18px;}

.k-answer input[type="checkbox"]::before {
    margin-top: 16px !important;
}

.k-answer input[type="checkbox"] {
    position: absolute !important;
    left: 0 !important;
    top: 2px !important;
}

.k-answer p {
    margin-bottom: 0 !important;
}

.k-answer input[type="checkbox"].k-checkbox.chk-img {
    position: static !important;
    left: auto !important;
}


/* checkboxes */

.k-answer label {
  cursor: pointer;
  display: block;
  position: relative;
  padding-left: 25px; /* 10 px padding right + 15px input type*/
  margin-right: 0px; /* margin between inputs types */
  padding:20px;
}

.k-answer label:before {
  content: "";
  width: 24px;
  height: 24px;
  position: absolute;
  top:35%;
  right: 15px;
}

.k-answer input[type="checkbox"], .k-answer input[type="radio"]  {
  display: none;
}

.k-answer input[type="radio"] + label:before {
  background: url("../images/cb-radio-uncheck.png")
    left center no-repeat;
  /*margin-top: 10px;*/
}

.k-answer input[type="radio"]:checked + label:before {
  background: url("../images/cb-radio-checked.png")
    left center no-repeat;
}

.k-answer label + p {
  padding-left: 20px;
  font-size: 14px;
  margin: 0;
  margin-top: -20px;
  padding-bottom: 14px;
}

.k-answer input[type="checkbox"] + label:before {
  background: url("../images/cb-unchecked.png")
    left center no-repeat;
  /*margin-top: 10px;*/
}

.k-answer input[type="checkbox"]:checked + label:before {
  background: url("../images/cb-checked.png")
    left center no-repeat;
}


.k-answer label img {
  position: absolute;
  border-radius: 10px;
  top: 6px;
  left: 170px;
  width: 70px !important;
  height: auto !important;
}

.mb-box-imbtest {
  margin-top: 100px;
  display: flex;
  justify-content: center;
}

.nice-select.form-control {
  border: 1px solid #5ec49f !important;
  border-radius: 6px;
  height: auto;
}

/*#stype.form-control {*/
/*  height: auto;*/
/*  border: 1px solid #5ec49f;*/
/*  border-radius: 6px;*/
/*  line-height: 40px;*/
/*}*/


@media only screen and (max-width:414px){
    .k-answer label img{position:static; margin-top: 10px;}
}

/*.k-answer label img{display:none;}*/
	
	@media only screen and (max-width:767px) {
	    .section-title.text-center .title-desc {
	        width: 90%;
	    }
	}
	/* process section */
	
	.section-process-outerbox {
	    position: relative;
	    height: 700px;
	    overflow: hidden;
	}
	
	.circular-layer {
	    position: absolute;
	    left: 50%;
	    top: 185px;
	    width: 400px;
	    height: 400px;
	    margin: 0 auto;
	    margin-left: -190px;
	    border-radius: 50%;
	    border: 10px solid #bbdab5;
	    z-index: 0;
	    box-shadow: 0px 0px 0px 12px rgba(167, 216, 131, 0.3) inset;
	    -webkit-box-shadow: 0px 0px 0px 8px rgba(167, 216, 131, 0.3) inset;
	    -moz-box-shadow: 0px 0px 0px 8px rgba(167, 216, 131, 0.3) inset;
	}
	
	.circle-services-outer {
	    position: relative;
	}
	
	.section-process-outerbox {
	    position: relative;
	    /*height:950px;*/
	    overflow: hidden;
	    padding-top: 160px;
	}
	
	.section-process-outerbox .outer-box .image {
	    position: absolute;
	    left: 50%;
	    margin-left: -150px;
	    margin-top: 180px;
	}
	
	.section-process-outerbox .circle-services-outer .services-column:nth-child(1) {
	    position: absolute;
	    left: 50%;
	    margin-left: -110px;
	    top: -140px;
	}
	
	.section-process-outerbox .circle-services-outer .services-column:nth-child(2) {
	    position: absolute;
	    margin-top: 41px;
	    margin-left: 130px;
	}
	
	.section-process-outerbox .circle-services-outer .services-column:nth-child(3) {
	    position: absolute;
	    right: -90px;
	    margin-top: 50px;
	    margin-right: 190px;
	}
	
	.section-process-outerbox .circle-services-outer .services-column:nth-child(4) {
	    position: absolute;
	    margin-top: 230px;
	    margin-left: 110px;
	}
	
	.section-process-outerbox .circle-services-outer .services-column:nth-child(5) {
	    position: absolute;
	    right: 0px;
	    margin-top: 230px;
	    margin-right: 90px;
	}
	
	.services-block .inner-box {
	    position: relative;
	    text-align: center;
	    min-height: 80px;
	    z-index: 1;
	    display: inline-block;
	}
	
	.services-block .inner-box .icon-box {
	    position: relative;
	    width: 140px;
	    height: 140px;
	    font-size: 28px;
	    line-height: 60px;
	    border-radius: 50%;
	    margin: 0 auto;
	    margin-bottom: 0px;
	    margin-bottom: 15px;
	    /*border: 8px solid rgba(240,240,240,0.60);*/
	    background-color: #f4f4f4;
	    transition: all 0.3s ease;
	    -moz-transition: all 0.3s ease;
	    -webkit-transition: all 0.3s ease;
	    -ms-transition: all 0.3s ease;
	    -o-transition: all 0.3s ease;
	}
	
	.services-block .inner-box .icon-box {
	    font-size: 28px;
	    line-height: 60px;
	    margin-top: 20px;
	}
	
	.services-block .inner-box {
	    text-align: center;
	}
	
	.services-block .inner-box h3 {
	    position: relative;
	    color: #000;
	    font-size: 18px;
	    font-weight: 600;
	    text-transform: uppercase;
	}
	
	.services-block .inner-box h3 a {
	    transition: all 0.3s ease;
	    -moz-transition: all 0.3s ease;
	    -webkit-transition: all 0.3s ease;
	    -ms-transition: all 0.3s ease;
	    -o-transition: all 0.3s ease;
	}
	
	.services-block .inner-box .text {
	    position: relative;
	    color: #555555;
	    font-size: 14px;
	}
	
	.services-block-two .inner-box {
	    position: relative;
	    padding-top: 60px;
	    min-height: 180px;
	    padding-right: 160px;
	    display: inline-block;
	    text-align: right;
	}
	
	.services-block-two .inner-box .icon-box {
	    position: absolute;
	    right: 0px;
	    top: 0px;
	    width: 140px;
	    height: 140px;
	    font-size: 28px;
	    line-height: 60px;
	    border-radius: 50%;
	    margin: 0 auto;
	    margin-bottom: 0px;
	    text-align: center;
	    margin-bottom: 15px;
	    /*border: 8px solid rgba(240,240,240,0.60);*/
	    background-color: #f4f4f4;
	    transition: all 0.3s ease;
	    -moz-transition: all 0.3s ease;
	    -webkit-transition: all 0.3s ease;
	    -ms-transition: all 0.3s ease;
	    -o-transition: all 0.3s ease;
	}
	
	.services-block-two .inner-box h3 {
	    position: relative;
	    color: #333333;
	    font-size: 18px;
	    font-weight: 600;
	    text-transform: uppercase;
	}
	
	.services-block-two .inner-box .text {
	    position: relative;
	    color: #555555;
	    font-size: 14px;
	}
	
	.services-block-three .inner-box {
	    position: relative;
	    padding-top: 62px;
	    padding-left: 160px;
	    text-align: left;
	    min-height: 180px;
	    display: inline-block;
	}
	
	.services-block-three .inner-box .icon-box {
	    position: absolute;
	    left: 0;
	    top: 0px;
	    width: 140px;
	    height: 140px;
	    font-size: 28px;
	    line-height: 60px;
	    border-radius: 50%;
	    margin: 0 auto;
	    margin-bottom: 0px;
	    text-align: center;
	    margin-bottom: 15px;
	    /*border: 8px solid rgba(240,240,240,0.60);*/
	    background-color: #f4f4f4;
	    transition: all 0.3s ease;
	    -moz-transition: all 0.3s ease;
	    -webkit-transition: all 0.3s ease;
	    -ms-transition: all 0.3s ease;
	    -o-transition: all 0.3s ease;
	}
	
	.services-block-three .inner-box h3 {
	    position: relative;
	    color: #333333;
	    font-size: 18px;
	    font-weight: 600;
	    text-transform: uppercase;
	}
	
	.services-block-three .inner-box h3 a {
	    transition: all 0.3s ease;
	    -moz-transition: all 0.3s ease;
	    -webkit-transition: all 0.3s ease;
	    -ms-transition: all 0.3s ease;
	    -o-transition: all 0.3s ease;
	}
	
	.services-block-three .inner-box .text {
	    position: relative;
	    color: #555555;
	    font-size: 14px;
	}
	
	.section-process-outerbox .image {
	    position: absolute;
	    left: 50%;
	    margin-left: -130px;
	    margin-top: 90px;
	    z-index: 110;
	}
	
	.section-process-outerbox .circle-services-outer .services-column:nth-child(1) .icon-box {
	    background: #1d532f;
	    border: 10px solid #1d532f;
	    box-shadow: 0px 0px 0px 6px rgba(255, 255, 255, 0.3) inset;
	    -webkit-box-shadow: 0px 0px 0px 6px rgba(255, 255, 255, 0.3) inset;
	    -moz-box-shadow: 0px 0px 0px 6px rgba(255, 255, 255, 0.3) inset;
	}
	
	.section-process-outerbox .circle-services-outer .services-column:nth-child(2) .icon-box {
	    background: #9fd702;
	    border: 10px solid #9fd702;
	    box-shadow: 0px 0px 0px 6px rgba(255, 255, 255, 0.3) inset;
	    -webkit-box-shadow: 0px 0px 0px 6px rgba(255, 255, 255, 0.3) inset;
	    -moz-box-shadow: 0px 0px 0px 6px rgba(255, 255, 255, 0.3) inset;
	}
	
	.section-process-outerbox .circle-services-outer .services-column:nth-child(3) .icon-box {
	    background: #72b41a;
	    border: 10px solid #72b41a;
	    box-shadow: 0px 0px 0px 6px rgba(255, 255, 255, 0.3) inset;
	    -webkit-box-shadow: 0px 0px 0px 6px rgba(255, 255, 255, 0.3) inset;
	    -moz-box-shadow: 0px 0px 0px 6px rgba(255, 255, 255, 0.3) inset;
	}
	
	.section-process-outerbox .circle-services-outer .services-column:nth-child(4) .icon-box {
	    background: #4a9529;
	    border: 10px solid #4a9529;
	    box-shadow: 0px 0px 0px 6px rgba(255, 255, 255, 0.3) inset;
	    -webkit-box-shadow: 0px 0px 0px 6px rgba(255, 255, 255, 0.3) inset;
	    -moz-box-shadow: 0px 0px 0px 6px rgba(255, 255, 255, 0.3) inset;
	}
	
	.section-process-outerbox .circle-services-outer .services-column:nth-child(5) .icon-box {
	    background: #a7d883;
	    border: 10px solid #a7d883;
	    box-shadow: 0px 0px 0px 6px rgba(255, 255, 255, 0.3) inset;
	    -webkit-box-shadow: 0px 0px 0px 6px rgba(255, 255, 255, 0.3) inset;
	    -moz-box-shadow: 0px 0px 0px 6px rgba(255, 255, 255, 0.3) inset;
	}
	
	.section-process-outerbox .circle-services-outer .services-column .icon-box img {
	    max-width: 40%;
	}
	
	.section-process-outerbox .circle-services-outer .services-column:nth-child(1) .icon-box img {
	    padding-top: 35px;
	}
	
	.section-process-outerbox .circle-services-outer .services-column:nth-child(2) .icon-box img {
	    padding-top: 35px;
	}
	
	.section-process-outerbox .circle-services-outer .services-column:nth-child(3) .icon-box img {
	    padding-top: 35px;
	}
	
	.section-process-outerbox .circle-services-outer .services-column:nth-child(4) .icon-box img {
	    padding-top: 35px;
	}
	
	.section-process-outerbox .circle-services-outer .services-column:nth-child(5) .icon-box img {
	    padding-top: 35px;
	}
	/*facts */
	
	.fun-facts-section {
	    position: relative;
	    padding: 110px 0px 80px;
	    background-attachment: fixed;
	    background-size: cover;
	    background-repeat: no-repeat;
	    background-position: center center;
	}
	
	.fun-facts-section::before {
	    position: absolute;
	    content: '';
	    left: 0px;
	    top: 0px;
	    width: 100%;
	    height: 100%;
	    background: rgba(0, 0, 0, 0.85);
	}
	
	.fun-facts-section .auto-container {
	    position: relative;
	    z-index: 1;
	}
	
	.fun-facts-section .column {
	    position: relative;
	    margin-bottom: 30px;
	    padding: 0px 25px;
	}
	
	.fun-facts-section .column .inner {
	    position: relative;
	    max-width: 90%;
	    margin: 0 auto;
	    border-radius: 5px;
	    border-left: 0px;
	    padding: 30px 15px 35px 15px;
	    text-align: center
	}
	
	.fun-facts-section .column .icon-box {
	    width: 68px;
	    height: 68px;
	    margin-top: 0;
	    line-height: 64px;
	    font-size: 30px;
	    color: #61c203;
	    text-align: center;
	    margin: 0 auto;
	    margin-bottom: 30px;
	}
	
	.fun-facts-section .column .content {
	    position: relative;
	}
	
	.fun-facts-section .count-outer {
	    position: relative;
	    font-size: 64px;
	    line-height: 1.4em;
	    font-weight: 700;
	    color: #99cc00;
	    font-family: 'Prata', serif;
	    margin-bottom: 30px;
	}
	
	.fun-facts-section .count-outer .plus {
	    color: #99cc00;
	}
	
	.fun-facts-section .column .counter-title {
	    position: relative;
	    font-size: 24px;
	    line-height: 36px;
	    font-weight: 500;
	    color: #ffffff;
	    font-family: 'Prata', serif;
	    position: relative;
	}
	
	.fun-facts-section .column .counter-title:before {
	    position: absolute;
	    content: '';
	    left: 0px;
	    right: 0px;
	    top: -4px;
	    bottom: 32px;
	    transition: all 500ms ease;
	    -moz-transition: all 500ms ease;
	    -webkit-transition: all 500ms ease;
	    -ms-transition: all 500ms ease;
	    -o-transition: all 500ms ease;
	    border: 2px solid #fda700;
	}
	
	.fun-facts-section .column:hover .counter-title:before {
	    top: -10px;
	    bottom: -10px;
	    border-color: #fda700;
	}
	/* blog css */
	
	.addon-article {
	    position: relative;
	    overflow: hidden;
	    display: block;
	    border-bottom: 1px solid #f4f4f4;
	    background: #ddd;
	    min-height: 456px;
	}
	
	.article-image-container {
	    overflow: hidden;
	    position: relative;
	    z-index: 10;
	}
	
	.article-image-container img {
	    transform: scale(1.1, 1.1);
	    transition: all 0.5s ease 0s;
	    width: 100%;
	}
	
	.overlay-style-one {
	    position: absolute;
	    left: 0px;
	    top: 0px;
	    width: 100%;
	    height: 100%;
	    padding: 0px;
	    color: #ffffff;
	    opacity: 0;
	    background: rgba(33, 33, 33, 0.7);
	    -webkit-transform: perspective(400px) rotateX(-90deg);
	    -moz-transform: perspective(400px) rotateX(-90deg);
	    -ms-transform: perspective(400px) rotateX(-90deg);
	    -o-transform: perspective(400px) rotateX(-90deg);
	    transform: perspective(400px) rotateX(-90deg);
	    -webkit-transform-origin: top;
	    -moz-transform-origin: top;
	    -ms-transform-origin: top;
	    -o-transform-origin: top;
	    transform-origin: top;
	    -webkit-transition: all 0.5s;
	    -moz-transition: all 0.5s;
	    -o-transition: all 0.5s;
	    transition: all 0.5s;
	}
	
	.meta-category {
	    background: #ee8006;
	    position: absolute;
	    bottom: 15px;
	    left: 15px;
	    width: 110px;
	    height: 35px;
	    transform: translate3d(0px, 0%, 0px);
	    transition: all 500ms ease;
	}
	
	.meta-category a {
	    text-align: center;
	    padding: 6px 0;
	    color: #ffffff;
	    font-size: 14px;
	    font-weight: 700;
	    font-family: 'Poppins', sans-serif;
	    text-transform: uppercase;
	    display: block;
	}
	
	.article-info-wrap {
	    border: 1px solid #eee;
	    border-top: none;
	    padding-left: 20px;
	    padding-right: 20px;
	    padding-bottom: 22px;
	    text-align: center;
	    transition: all 500ms ease;
	    bottom: -108px;
	    position: absolute;
	    width: 100%;
	    left: 0;
	    background: #f8fdf5;
	    z-index: 13;
	}
	
	.addon-article .article-meta {
	    overflow: hidden;
	    padding-top: 25px;
	    text-align: center;
	    margin: 0;
	    font-weight: 300;
	    color: #333;
	}
	
	.addon-article .article-meta+a>h3 {
	    font-size: 18px;
	    margin-top: 10px;
	    padding: 0;
	    font-weight: 600;
	    line-height: 28px;
	}
	
	.addon-articles .article-meta>span {
	    display: inline-block;
	    float: none;
	    line-height: 16px;
	    margin: 0;
	    border-right: 1px solid #dfdfdf;
	    padding-right: 10px;
	    margin-right: 10px;
	    color: #888888;
	    font-size: 14px;
	    font-weight: 400;
	}
	
	.addon-articles .article-meta>span:last-child {
	    margin-right: 0;
	    padding-right: 0;
	    border-right: none;
	}
	
	.addon-articles h3 {
	    color: #404040;
	    font-size: 18px;
	    font-weight: 600;
	    line-height: 28px;
	    padding: 10px 0 10px;
	    display: block;
	    transition: all 500ms ease;
	}
	
	.addon-articles h3:hover {
	    color: #2acb35;
	}
	
	.addon-article:hover img {
	    transform: scale(1, 1);
	}
	
	.addon-article:hover .overlay-style-one {
	    opacity: 1;
	    -webkit-transform: perspective(400px) rotateX(0deg);
	    -moz-transform: perspective(400px) rotateX(0deg);
	    -ms-transform: perspective(400px) rotateX(0deg);
	    -o-transform: perspective(400px) rotateX(0deg);
	    transform: perspective(400px) rotateX(0deg);
	}
	
	.addon-article:hover .meta-category {
	    transform: translate3d(0px, -89px, 0px);
	}
	
	.addon-article:hover .article-info-wrap {
	    bottom: 0;
	    border-bottom: none;
	}
	
	.single-news:hover:before {
	    height: 100%;
	    top: auto;
	    bottom: 0;
	}
	
	.addon-article:hover .article-info-wrap:before {
	    height: 100%;
	    top: auto;
	    bottom: 0;
	}
	
	.addon-article:hover .article-info-wrap {
	    border: 0 none
	}
	
	.article-info-wrap:before {
	    content: "";
	    position: absolute;
	    top: 0;
	    left: 0;
	    width: 100%;
	    height: 0;
	    background-color: #007337;
	    -webkit-transition: all ease 0.5s;
	    transition: all ease 0.5s;
	    z-index: -1;
	}
	
	.addon-article:hover .article-info-wrap .meta-author {
	    color: #fff
	}
	
	.addon-article:hover .article-info-wrap a h3 {
	    color: #fff;
	}
	
	.addon-article:hover .article-info-wrap .article-introtext p {
	    color: #fff
	}
	
	@media (min-width:768px) and (max-width:992px) {
	    #sppb-addon-1555950834611 .sppb-article-info-wrap {
	        border-top: 1px solid transparent;
	        bottom: -65px;
	    }
	    #sppb-addon-1555950834611 .sppb-addon-articles .sppb-article-meta {
	        overflow: hidden;
	        padding-top: 25px;
	        text-align: center;
	        margin: 0;
	    }
	    #sppb-addon-1555950834611 .sppb-addon-articles .sppb-article-meta>span {
	        display: inline-block;
	        float: none;
	        line-height: 16px;
	        margin: 0;
	        border-right: 1px solid #dfdfdf;
	        padding-right: 10px;
	        margin-right: 10px;
	        color: #888888;
	        font-size: 14px;
	        font-weight: 400;
	    }
	    #sppb-addon-1555950834611 .sppb-addon-articles .sppb-article-meta>span:last-child {
	        margin-right: 0;
	        padding-right: 0;
	        border-right: none;
	    }
	    #sppb-addon-1555950834611 .sppb-addon-articles h3 {
	        color: #404040;
	        font-size: 18px;
	        font-weight: 600;
	        line-height: 28px;
	        padding: 10px 0 10px;
	        display: block;
	        transition: all 500ms ease;
	    }
	    #sppb-addon-1555950834611 .sppb-addon-articles h3:hover {
	        color: #2acb35;
	    }
	    #sppb-addon-1555950834611 p {
	        margin-top: 0;
	        margin-bottom: 0;
	    }
	    #sppb-addon-1555950834611 .sppb-addon-article:hover img {
	        transform: scale(1, 1);
	    }
	    #sppb-addon-1555950834611 .sppb-addon-article:hover .overlay-style-one {
	        opacity: 1;
	        -webkit-transform: perspective(400px) rotateX(0deg);
	        -moz-transform: perspective(400px) rotateX(0deg);
	        -ms-transform: perspective(400px) rotateX(0deg);
	        -o-transform: perspective(400px) rotateX(0deg);
	        transform: perspective(400px) rotateX(0deg);
	    }
	    #sppb-addon-1555950834611 .sppb-addon-article:hover .sppb-meta-category {
	        transform: translate3d(0px, -89px, 0px);
	    }
	    #sppb-addon-1555950834611 .sppb-addon-article:hover .sppb-article-info-wrap {
	        bottom: 0;
	        border-bottom: none;
	    }
	    
	    .qa-col-left{background-color:#0c9f52; padding-left: 35px;}
	}
	
	@media (min-width:480px) and (max-width:768px) {
	    #sppb-addon-1555950834611 .sppb-article-info-wrap {
	        border-top: 1px solid transparent;
	        bottom: -65px;
	    }
	    #sppb-addon-1555950834611 .sppb-addon-articles .sppb-article-meta {
	        overflow: hidden;
	        padding-top: 25px;
	        text-align: center;
	        margin: 0;
	    }
	    #sppb-addon-1555950834611 .sppb-addon-articles .sppb-article-meta>span {
	        display: inline-block;
	        float: none;
	        line-height: 16px;
	        margin: 0;
	        border-right: 1px solid #dfdfdf;
	        padding-right: 10px;
	        margin-right: 10px;
	        color: #888888;
	        font-size: 14px;
	        font-weight: 400;
	    }
	    #sppb-addon-1555950834611 .sppb-addon-articles .sppb-article-meta>span:last-child {
	        margin-right: 0;
	        padding-right: 0;
	        border-right: none;
	    }
	    #sppb-addon-1555950834611 .sppb-addon-articles h3 {
	        color: #404040;
	        font-size: 18px;
	        font-weight: 600;
	        line-height: 28px;
	        padding: 10px 0 10px;
	        display: block;
	        transition: all 500ms ease;
	    }
	    #sppb-addon-1555950834611 .sppb-addon-articles h3:hover {
	        color: #2acb35;
	    }
	    #sppb-addon-1555950834611 p {
	        margin-top: 0;
	        margin-bottom: 0;
	    }
	    #sppb-addon-1555950834611 .sppb-addon-article:hover img {
	        transform: scale(1, 1);
	    }
	    #sppb-addon-1555950834611 .sppb-addon-article:hover .overlay-style-one {
	        opacity: 1;
	        -webkit-transform: perspective(400px) rotateX(0deg);
	        -moz-transform: perspective(400px) rotateX(0deg);
	        -ms-transform: perspective(400px) rotateX(0deg);
	        -o-transform: perspective(400px) rotateX(0deg);
	        transform: perspective(400px) rotateX(0deg);
	    }
	    #sppb-addon-1555950834611 .sppb-addon-article:hover .sppb-meta-category {
	        transform: translate3d(0px, -89px, 0px);
	    }
	    #sppb-addon-1555950834611 .sppb-addon-article:hover .sppb-article-info-wrap {
	        bottom: 0;
	        border-bottom: none;
	    }
	}
	/* footer */
	
	.footer {
	    background-color: #2b343b;
	}
	
	.first-footer {
	    padding: 25px 0 25px;
	    background-color: #252d32;
	}
	
	.footer .widget {
	    margin: 60px 0 50px;
	    margin-right: 10px;
	}
	
	.footer-logo {
	    margin-bottom: 25px;
	}
	
	.footer-logo img {
	    max-height: 45px;
	    width: auto;
	}
	
	.footer .widget-area p {
	    color: rgba(255, 255, 255, .60);
	}
	
	.second-footer .separator .sep-line {
	    border-color: rgba(255, 255, 255, .06);
	}
	
	.widget ul {
	    margin: 0;
	    padding: 0;
	}
	
	.widget ul.widget-contact li {
	    position: relative;
	    line-height: 25px;
	    border-bottom: none;
	    padding: 0;
	    padding-left: 37px;
	    margin-bottom: 15px;
	    font-size: 15px;
	}
	
	.ttm-textcolor-white a {
	    color: #fff;
	}
	
	.widget ul.widget-contact li:last-child {
	    margin-bottom: 25px;
	    border-bottom: none;
	}
	
	.widget-contact li i {
	    position: absolute;
	    left: 0;
	    top: 2px;
	    font-size: 20px;
	    margin: 0 4px;
	    color: #9dca00;
	}
	
	.social-icons {
	    list-style: none;
	    margin: 0;
	    padding: 0;
	    font-size: 15px;
	}
	
	.footer .social-icons li {
	    margin-left: 3px;
	    margin-right: 0;
	    min-width: auto;
	    display: inline-block;
	    border: none;
	}
	
	.footer .social-icons li:first-child {
	    margin-left: 0;
	}
	
	.footer .social-icons li>a {
	    width: 39px;
	    height: 39px;
	    line-height: 39px;
	    border-radius: 50%;
	    border: 1px solid rgba(255, 255, 255, .1);
	    text-align: center;
	    display: block;
	    background-color: #252d32;
	    font-size: 14px;
	    color: rgba(255, 255, 255, .41);
	    -webkit-transition: all 0.3s ease-in-out;
	    -moz-transition: all 0.3s ease-in-out;
	    -ms-transition: all 0.3s ease-in-out;
	    -o-transition: all 0.3s ease-in-out;
	    transition: all 0.3s ease-in-out;
	}
	
	.footer .social-icons li>a:hover {
	    background-color: #9dca00;
	}
	
	.widget .widget-title {
	    position: relative;
	    display: inline-block;
	    margin-bottom: 32px;
	    font-size: 21px;
	    line-height: 31px;
	    color: #fff;
	}
	
	.widget ul {
	    margin: 0;
	    padding: 0;
	}
	
	.widget ul>li {
	    padding: 0 0 12px 0;
	    list-style: none;
	}
	
	.widget ul#menu-footer-services li a {
	    display: inline-block;
	    position: relative;
	    padding-left: 20px;
	    color: #fff;
	    list-style: none;
	}
	
	.widget ul#menu-footer-services li a:before {
	    display: block;
	    height: 1px;
	    margin-top: 0;
	    content: '';
	    position: absolute;
	    top: 50%;
	    left: 0;
	    width: 7px;
	    background-color: #9dca00;
	}
	
	.bottom-footer-text {
	    background-color: #252d32;
	}
	
	.footer .ttm-textcolor-white {
	    color: rgba(255, 255, 255, .6);
	}
	
	.copyright {
	    text-align: center;
	    padding-top: 15px;
	    padding-bottom: 15px;
	}
	
	.ttm-footer2-left {
	    font-size: 14px;
	    text-align: left;
	}
	
	.footer-nav-menu {
	    list-style: none;
	    margin: 0;
	    padding: 0;
	}
	
	.footer-nav-menu li {
	    display: inline-block;
	    padding-left: 2px;
	    padding-right: 12px;
	    font-size: 14px;
	    padding-bottom: 0;
	}
	
	.footer-nav-menu li:first-child {
	    padding-left: 0;
	}
	
	.second-footer .separator .sep-line {
	    border-color: ;
	    height: 1px;
	    border-top: 1px solid #ebebeb;
	    border-top-color: rgba(255, 255, 255, .06);
	    display: block;
	    position: relative;
	    top: 5px;
	    width: 100%;
	    margin-bottom: 20px;
	}
	
	.footer .social-icons li>a {}
	
	.separator .sep-line {
	    height: 1px;
	    border-top: 1px solid #ddd;
	    display: block;
	    position: relative;
	    top: 5px;
	    width: 100%;
	}
	/* inner banner style */
	
	.page-title-row {
	    position: relative;
	    display: block;
	    padding-top: 110px;
	    padding-bottom: 110px;
	    z-index: 11;
	    background-size: cover;
	    background-repeat: no-repeat;
	    background-position: center;
	}
	
	.bg-layer {
	    position: absolute;
	    height: 100%;
	    width: 100%;
	    top: 0;
	    left: 0;
	    background-color: rgba(17, 24, 30, 0.81);
	}
	
	.page-title-heading {
	    position: relative;
	}
	
	.title-box .page-title-heading h1 {
	    text-transform: capitalize;
	    font-size: 42px;
	    line-height: 55px;
	    margin-bottom: 6px;
	    color: #fff
	}
	
	.breadcrumb-wrapper span {
	    text-transform: capitalize;
	    font-size: 15px;
	    color: #fff
	}
	
	.breadcrumb-wrapper a {
	    color: #fff
	}
	
	.breadcrumb-wrapper span {
	    text-transform: capitalize;
	    font-size: 15px;
	}
	
	.textcolor-skincolor {
	    color: #9dca00;
	}
	
	.title-box {
	    position: relative;
	}
	
	.btn-primary {
	    transition: all 0.5s
	}
	
	.ctabg-skincolor {
	    background-color: #9dca00;
	}
	
	.btn-cta1 {
	    background-color: #333;
	    border-color: #333;
	    padding: 10px 30px;
	    font-weight: 600;
		font-size: 16px;
	}
	
	.btn-cta1.white:hover {
	    background-color: #fff !important;
	    color: #000;
	    border-color: #fff
	}
	
	.ntm-list {
	    list-style: none;
	    padding: 0;
	    padding-left: 0;
	}
	
	.ntm-list li {
	    padding-left: 19px;
	    list-style: none;
	    position: relative;
	    padding-bottom: 10px;
	}
	
	.ntm-list li::before {
    content: "\f00c";
    position: absolute;
    left: 0;
    top: 3px;
    font-size: 13px;
    color: #007337;
    font-family: FontAwesome;
}
	
	.ntm-list li i {
	    position: absolute;
	    left: 0px;
	    color: #9dca00;
	    top: 5px;
	}
	/* programs page */
	
	.page-title-row.page-program {
	    background-image: url(../images/program-page-title-bg.jpg);
	}
	
	.services-imagebox-service {
	    margin-bottom: 20px;
	    -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, .07);
	    -moz-box-shadow: 0 0 10px 0 rgba(0, 0, 0, .07);
	    box-shadow: 0 0 10px 0 rgba(0, 0, 0, .07);
	}
	
	.services-thumbnail {
	    padding: 15px 15px 0;
	    background: #fff;
	}
	
	.ntm-box-bottom-content {
	    padding: 30px 30px 46px 30px;
	    position: relative;
	    text-align: left;
	    background-color: #fff;
	}
	
	.services-icon {
	    -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;
	}
	
	.services-imagebox-service .ntm-icon {
	    text-align: center;
	    position: absolute;
	    top: -30px;
	    right: 30px;
	    -webkit-transition: all 0.5s cubic-bezier(.645, .045, .355, 1);
	    -o-transition: all 0.5s cubic-bezier(.645, .045, .355, 1);
	    transition: all 0.5s cubic-bezier(.645, .045, .355, 1);
	    height: 62px;
	    width: 62px;
	    line-height: 62px;
	}
	
	.ntm-icon i {
	    display: inline-block;
	    position: absolute;
	    top: 50%;
	    left: 50%;
	    -webkit-transform: translate(-50%, -50%);
	    -ms-transform: translate(-50%, -50%);
	    -o-transform: translate(-50%, -50%);
	    transform: translate(-50%, -50%);
	}
	
	.services-imagebox-service .ntm-box-bottom-content {
	    text-align: left;
	}
	
	.services-title h5 {
	    font-size: 21px;
	    line-height: 28px;
	    margin-bottom: 5px;
	    line-height: 30px;
	}
	
	.services-imagebox-service .ntm-box-bottom-content .services-desc {
	    padding-top: 5px;
	}
	
	.ntm-btn.btn-inline {
	    text-transform: capitalize;
	    font-size: 16px;
	    font-weight: 700;
	    padding: 0;
	    position: relative;
	    z-index: 9;
	    vertical-align: middle;
	    padding-top: 0px;
	    border: 1px solid transparent;
	    background-color: transparent;
	    line-height: 26px;
	    -webkit-transition: all 0.3s ease-in-out;
	    -moz-transition: all 0.3s ease-in-out;
	    -ms-transition: all 0.3s ease-in-out;
	    -o-transition: all 0.3s ease-in-out;
	    transition: all 0.3s ease-in-out;
	    color: #2b343b;
	    display: inline-block;
	    color: #007337;
	}
	
	.ntm-btn.btn-inline.ntm-btn-underline::before {
	    width: 100%;
	}
	
	.ntm-btn.btn-inline.ntm-btn-underline:before,
	.ntm-btn.btn-inline.ntm-btn-underline:after {
	    position: absolute;
	    content: "";
	    bottom: -3px;
	    left: auto;
	    right: 0;
	    width: 0;
	    height: 2px;
	    background-color: #efefef;
	    -webkit-transition: all 0.3s ease 0s;
	    -moz-transition: all 0.3s ease 0s;
	    -ms-transition: all 0.3s ease 0s;
	    -o-transition: all 0.3s ease 0s;
	}
	
	.ntm-btn.btn-inline.ntm-btn-underline::before {
	    width: 100%;
	}
	
	.ntm-btn.btn-inline.ntm-btn-color-black:hover {
	    color: #9dca00;
	}
	
	.ntm-btn.btn-inline.ntm-btn-underline:hover::after {
	    width: 100%;
	    right: auto;
	    left: 0;
	}
	
	.ntm-btn.btn-inline.ntm-btn-underline:hover:after {
	    background-color: #007337;
	}
	/* program inner page */
	
	.sucessstories-box {
	    margin-top: 30px;
	}
	
	.sucessstories-box .section-title h3 {
	    font-size: 20px;
	    line-height: 27px;
	}
	
	.sucessstories-box .section-title h6 {
	    margin-bottom: 5px;
	}
	
	.sucessstories-box p {
	    font-size: 14px;
	    line-height: 24px;
	    color: #333
	}
	/*Accordian Block*/
	
	.accordion-box {
	    position: relative;
	}
	
	.accordion-box .block {
	    position: relative;
	    margin-bottom: 15px;
	    list-style: none;
	    border: 1px solid #eee;
	    padding: 10px 10px;
	    background: #fff;
	}
	
	.accordion-box .block .acc-btn {
	    position: relative;
	    font-size: 18px;
	    margin-bottom: 0px;
	    cursor: pointer;
	    line-height: 24px;
	    padding: 7px 30px 7px 55px;
	    font-weight: 500;
	    overflow: hidden;
	    color: #2c3032;
	    transition: all 500ms ease;
	    -moz-transition: all 500ms ease;
	    -webkit-transition: all 500ms ease;
	    -ms-transition: all 500ms ease;
	    -o-transition: all 500ms ease;
	    font-family: 'Poppins', sans-serif;
	}
	
	.accordion-box .block .acc-btn.active .icon-outer {
	    background-color: #007337;
	    border-color: #007337;
	}
	
	.accordion-box .block .acc-btn.active .icon-outer .fa {
	    position: relative;
	    left: -2px;
	    -moz-transform: rotate(90deg);
	    -ms-transform: rotate(90deg);
	    -o-transform: rotate(90deg);
	    -webkit-transform: rotate(90deg);
	    transform: rotate(90deg);
	    color: #fff;
	}
	
	.accordion-box .block .icon-outer {
	    position: absolute;
	    left: 0px;
	    top: 0px;
	    width: 37px;
	    height: 37px;
	    border-radius: 100%;
	    line-height: 35px;
	    text-align: center;
	    font-size: 16px;
	    color: #707070;
	    background-color: #fff;
	    border: 1px solid #ddd;
	    transition: all 500ms ease;
	    -moz-transition: all 500ms ease;
	    -webkit-transition: all 500ms ease;
	    -ms-transition: all 500ms ease;
	    -o-transition: all 500ms ease;
	}
	
	.accordion-box .block .acc-content {
	    display: none;
	    padding-left: 55px;
	    margin-top: 15px;
	}
	
	.accordion-box .block .acc-content.current {
	    display: block;
	}
	
	.accordion-box .block .content-text {
	    position: relative;
	    font-size: 14px;
	    min-height: 70px;
	    padding: 10px 0px 5px 0;
	}
	
	.accordion-box .block .content-text .image {
	    position: absolute;
	    left: 0px;
	    top: 0px;
	    width: 82px;
	}
	
	.accordian-style-one {
	    margin-top: 30px;
	    padding: 0
	}
	
	.accordian-style-one .block:before {
	    position: absolute;
	    content: '';
	    left: 28px;
	    top: 25px;
	    height: 100%;
	    width: 1px;
	    border-left: 1px dashed #999;
	}
	
	.accordian-style-one .block:last-child::before {
	    display: none;
	}
	
	.accordian-style-one .block .content-text p {
	    margin-bottom: 20px;
	    line-height: 1.8em;
	    color: #555555;
	    font-size: 14px;
	}
	
	.accordian-style-one .block .content-text p:last-child {
	    margin-bottom: 0px;
	}
	
	.accordian-style-one .block .icon-outer .fa {
	    position: absolute;
	    left: 0px;
	    top: 0px;
	    width: 37px;
	    height: 37px;
	    border-radius: 5px;
	    line-height: 35px;
	    text-align: center;
	    font-size: 18px;
	    font-weight: 500;
	}
	
	.accordian-style-one .block .acc-btn.active .icon-outer {
	    color: #ffffff;
	}
	
	.contact-page-section {
	    position: relative;
	    padding: 50px 0;
	    z-index: 9;
	}
	
	.contact-page-section:before,
	.contact-page-section:after {
	    content: "";
	    background: url("../images/contact.jpg") 50% center/cover no-repeat local;
	    width: 44%;
	    height: 100%;
	    position: absolute;
	    left: 0;
	    top: 0;
	}
	
	.contact-page-section-bg {
	    background: #f6f4f2;
	}
	
	.contact-page-section .contact-form {
	    position: relative;
	    z-index: 2;
	}
	
	.contact-page-section .contact-form input,
	.contact-page-section .contact-form textarea {
	    background-color: #fbfbfb;
	    font-size: 15px;
	    font-size: 0.9375rem;
	    height: 50px;
	    padding: 6px 15px;
	    border: 1px solid rgba(0, 0, 0, 0.1);
	    border-radius: 0;
	    -webkit-box-shadow: none;
	    box-shadow: none;
	    margin-bottom: 20px;
	}
	
	.contact-validation-active #loader,
	.contact-validation-active #success,
	.contact-validation-active #error {
	    display: none;
	}
	/* nutri process page */
	
	.nmp-processbox-wrapper {
	    display: -webkit-flex;
	    display: -ms-flexbox;
	    display: flex;
	    position: relative;
	}
	
	.processbox-section_1 .nmp-processbox-wrapper {
	    padding-top: 10px;
	}
	
	.nmp-processbox-wrapper .nmp-processbox {
	    width: calc(100% / 3);
	    padding: 0 15px;
	    position: relative;
	    text-align: center;
	}
	
	.nmp-processbox-wrapper .nmp-processbox .nmp-box-image {
	    position: relative;
	}
	
	.nmp-processbox-wrapper .nmp-processbox .nmp-box-image:before {
	    display: block;
	    content: '';
	    position: absolute;
	    right: -51px;
	    top: 50%;
	    height: 30px;
	    width: 72px;
	    background-image: url(../images/process-icon-img1.png);
	    background-repeat: no-repeat;
	}
	
	.nmp-processbox-wrapper .nmp-processbox .nmp-process-image {
	    position: relative;
	    display: inline-block;
	    border: 1px solid #f0f0f0;
	    border-radius: 50%;
	}
	
	.nmp-processbox-wrapper .nmp-processbox img {
	    width: 162px;
	    height: 162px;
	    border-radius: 50%;
	    border: 10px solid #fff;
	    box-shadow: 0 0 25px 0 rgba(24, 35, 51, .09);
	}
	
	.nmp-processbox-wrapper .nmp-processbox .process-num {
	    margin-right: 5px;
	    font-size: 17px;
	    font-weight: 700;
	    background-color: #2b343b;
	    color: #fff;
	    width: 44px;
	    height: 44px;
	    line-height: 44px;
	    border-radius: 50%;
	    border: none;
	    display: block;
	    text-align: center;
	    position: absolute;
	    left: 2px;
	    top: 10px;
	    z-index: 10;
	    transition: all .2s ease-in-out;
	    -moz-transition: all .2s ease-in-out;
	    -webkit-transition: all .2s ease-in-out;
	    -o-transition: all .2s ease-in-out;
	}
	
	.nmp-processbox-wrapper .featured-content {
	    text-align: center;
	    padding: 0 15px;
	    margin-top: 24px;
	}
	
	.nmp-processbox-wrapper .nmp-processbox .featured-title h5 {
	    margin-bottom: 15px;
	}
	
	.nmp-processbox-wrapper .nmp-processbox:last-child .nmp-box-image:before {
	    content: unset
	}
	/* success stories page */
	
	.bgcolor-black {
	    background-color: #2b343b;
	}
	
	.video-ss {
	    padding-bottom: 140px;
	}
	
	.rmt-100 {
	    margin-top: -120px;
	}
	/* testimonial bg */
	
	.testimonial-bg {
	    background-image: url(../images/testm-bg.jpg);
	    background-repeat: no-repeat;
	    background-size: cover;
	    background-position: center;
	    position: relative;
	    padding: 0 0;
	}
	
	.bgcolor-skincolor {
	    opacity: .94;
	    background-color: #007337;
	    position: absolute;
	    height: 100%;
	    width: 100%;
	    top: 0;
	    left: 0;
	}
	
	.single_image-wrapper {
	    position: relative;
	}
	
	.testm-scroll {
	    padding-top: 57px !important;
	    padding-right: 0px !important;
	    padding-bottom: 15px !important;
	    padding-left: 25px !important;
	}
	
	.testimonials {
	    position: relative;
	}
	
	.testimonials .testimonial-content {
	    position: relative;
	    padding: 15px 0px 25px 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;
	}
	
	.testimonials .testimonial-content blockquote {
	    border: none;
	    margin: 0;
	    outline: none;
	    text-align: left;
	    position: relative;
	    color: #7d7d7d;
	    font-style: italic;
	    font-weight: 400;
	    padding: 0;
	    padding-left: 0;
	    margin: 0;
	    font-size: 20px;
	    background-color: transparent;
	    line-height: 32px;
	    color: #fff;
	    padding-top: 30px;
	}
	
	.testimonials .author-box {
	    padding-bottom: 50px;
	    margin-left: 0;
	    margin-right: 20px;
	    display: block;
	    width: 100%;
	    padding-top: 16px;
	}
	
	.testimonials .author-box .testimonial-caption {
	    text-align: left;
	    padding-top: 18px;
	    margin-left: 22px;
	}
	
	.testimonials .testimonial-content h6 {
	    color: #fff;
	    font-size: 18px;
	    line-height: 20px;
	    margin-bottom: 0;
	    font-style: normal;
	}
	
	.testimonial-caption label {
	    font-size: 13px;
	    color: #fff
	}
	
	.testimonials .testimonial-content blockquote:before {
	    content: "\f10d";
	    font-size: 35px;
	    line-height: 45px;
	    top: 0;
	    position: absolute;
	    left: 0%;
	    background-color: transparent;
	    margin-top: -15px;
	    font-family: FontAwesome;
	}
	
	.ss-details-content {
	    padding-bottom: 50px;
	}
	/* our story */
	
	.inside {
	    text-align: center;
	    position: relative;
	    padding: 29px 15px 21px 15px;
	    margin-bottom: 30px;
	}
	
	.ttm-fid-view-righticon .ttm-fid-left,
	.ttm-fid-view-lefticon .ttm-fid-left {
	    position: relative;
	    display: block;
	    width: 100%;
	}
	
	.ttm-fid-view-righticon .ttm-fid-icon-wrapper,
	.ttm-fid-view-lefticon .ttm-fid-icon-wrapper {
	    position: absolute;
	    top: 0;
	    color: #9dca00;
	}
	
	.ttm-fid-view-righticon.inside h4,
	.ttm-fid-view-lefticon.inside h4 {
	    margin-bottom: 0;
	    float: left;
	    display: block;
	    margin-top: 1px;
	}
	
	.ttm-fid-view-lefticon .ttm-fid-contents,
	.ttm-fid-view-lefticon.inside h4 {
	    padding-left: 80px;
	}
	
	.ttm-fid-view-lefticon.inside h4 {
	    font-size: 32px;
	    line-height: 40px;
	}
	
	.ttm-fid-view-lefticon.inside h4 {
	    font-size: 32px;
	    line-height: 40px;
	}
	
	.ttm-fid-view-righticon .ttm-fid-contents,
	.ttm-fid-view-lefticon .ttm-fid-contents {
	    text-align: left;
	    clear: both;
	    overflow: hidden;
	}
	
	.inside h3 {
	    margin-bottom: 0;
	    bottom: -11px;
	    width: 100%;
	    font-size: 17px;
	    line-height: 25px;
	    font-weight: 400;
	    padding-top: 0;
	}
	
	.inside.ttm-fid-view-lefticon h3 {
	    font-size: 16px;
	    line-height: 24px;
	}
	
	.row-equal-height {
	    display: -webkit-box;
	    display: -webkit-flex;
	    display: -ms-flexbox;
	    display: flex;
	}
	
	.row-equal-height>[class*="col-"] {
	    display: -webkit-box;
	    display: -webkit-flex;
	    display: -ms-flexbox;
	    display: flex;
	    -webkit-flex-wrap: wrap;
	    -ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	}
	
	.featured-icon-box.left-icon {
	    display: table;
	}
	
	.featured-icon-box.style5 {
	    padding: 30px 15px 15px;
	    border: 1px solid #f0f0f0;
	    margin-bottom: 10px;
	    width: 100%;
	}
	
	.featured-icon-box {
	    position: relative;
	}
	
	.featured-icon-box.left-icon .featured-icon:not(.ttm-icon_element-border),
	.featured-icon-box.left-icon .featured-icon,
	.featured-icon-box.left-icon .featured-content,
	.featured-icon-box.icon-align-before-content .featured-icon,
	.featured-icon-box.icon-align-before-content .featured-content,
	.featured-icon-box.icon-align-before-title .featured-title,
	.featured-icon-box.icon-align-before-title .featured-icon {
	    display: table-cell;
	    vertical-align: middle;
	}
	
	.featured-icon-box.style5 .ttm-icon.ttm-icon_element-size-md {
	    height: 74px;
	    width: 74px;
	    position: relative;
	}
	
	.featured-icon-box .ttm-icon {
	    margin-bottom: 0px;
	}
	
	.featured-icon-box.style5 .ttm-icon i {}
	
	.ttm-icon.ttm-icon_element-size-md i {
	    font-size: 30px;
	}
	
	.ttm-icon i {}
	
	.featured-icon-box.left-icon .featured-content {
	    display: table-cell;
	    vertical-align: middle;
	    padding-left: 24px;
	}
	
	.featured-title h5 {
	    font-size: 21px;
	    line-height: 28px;
	    margin-bottom: 5px;
	}
	/* contact us */
	
	.contact-box {
	    padding-top: 30px !important;
	    padding-right: 30px !important;
	    padding-bottom: 30px !important;
	    padding-left: 30px !important;
	}
	
	.contact-box h5 {
	    font-size: 21px;
	    line-height: 28px;
	    margin-bottom: 5px;
	}
	
	.contact-box .featured-desc p {
	    color: #fff
	}
	
	.contact-box .ttm-btn.btn-inline {
	    text-transform: capitalize;
	    font-size: 16px;
	    font-weight: 700;
	    padding: 0;
	    border: 1px solid transparent;
	    background-color: transparent;
	    line-height: 26px;
	    color: #fff;
	    -webkit-transition: all 0.3s ease-in-out;
	    -moz-transition: all 0.3s ease-in-out;
	    -ms-transition: all 0.3s ease-in-out;
	    -o-transition: all 0.3s ease-in-out;
	    transition: all 0.3s ease-in-out;
	    color: #fff;
	}
	
	.contact-box .ttm-btn.btn-inline.ttm-btn-underline:before,
	.contact-box .ttm-btn.btn-inline.ttm-btn-underline::after {
	    position: absolute;
	    content: "";
	    bottom: -3px;
	    left: auto;
	    right: 0;
	    width: 0;
	    height: 2px;
	    background-color: #efefef;
	    -webkit-transition: all 0.3s ease 0s;
	    -moz-transition: all 0.3s ease 0s;
	    -ms-transition: all 0.3s ease 0s;
	    -o-transition: all 0.3s ease 0s;
	}
	
	.contact-box .ttm-btn.btn-inline.ttm-btn-underline:before {
	    width: 100%;
	}
	
	.featured-icon-box.without-icon.ttm-bgcolor-skincolor .ttm-btn.ttm-btn-color-white.btn-inline:hover {
	    color: #fff;
	}
	
	.ttm-bgcolor-skincolor .ttm-btn-color-white.ttm-btn.btn-inline.ttm-btn-underline:hover::after {
	    background-color: #2b343b;
	}
	
	.ttm-btn.btn-inline.ttm-btn-underline:hover::after {
	    width: 100%;
	    right: auto;
	    left: 0;
	}
	
	.contact-top-section .ntm-list li {
	    list-style: none
	}
	
	.contact-top-section .ntm-list li a,
	.contact-top-section .ntm-list li {
	    color: #fff
	}
	
	.contact-top-section .ntm-list li i {
	    color: #fff
	}
	
	.box-shadow1 {
	    -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, .05);
	    -moz-box-shadow: 0 0 12px 0 rgba(0, 0, 0, .05);
	    box-shadow: 0 0 10px 0 rgba(43, 52, 59, .05);
	    background-color: #fff;
	    padding-top: 30px !important;
	    padding-right: 15px !important;
	    padding-bottom: 15px !important;
	    padding-left: 15px !important;
	}
	
	.wrap-form label {
	    width: 100%;
	    margin: 0;
	}
	
	.wrap-form span.text-input {
	    margin-bottom: 15px;
	    display: block;
	    padding-top: 5px;
	    position: relative;
	}
	
	.wrap-form.ttm-contactform span.text-input input,
	.wrap-form.ttm-contactform span.text-input textarea {
	    -webkit-transition: border linear .2s, box-shadow linear .2s;
	    -moz-transition: border linear .2s, box-shadow linear .2s;
	    -o-transition: border linear .2s, box-shadow linear .2s;
	    transition: border linear .2s, box-shadow linear .2s;
	    -webkit-border-radius: 3px;
	    -moz-border-radius: 3px;
	    border-radius: 0;
	    vertical-align: middle;
	    width: 100%;
	    color: #5d6576;
	    padding: 9px 15px;
	    font-weight: 400;
	    background-color: #fff;
	    text-transform: inherit;
	    border: 1px solid #dedede;
	    font-size: 15px;
	    outline: none;
	    line-height: inherit;
	    background-color: transparent;
	    border: none;
	    border: 1px solid rgba(119, 119, 119, .2);
	    border-radius: 0;
	    padding: 9px 15px;
	}
	
	.wrap-form.ttm-contactform input[type="text"]:focus,
	.wrap-form.ttm-contactform input[type="email"]:focus,
	.wrap-form.ttm-contactform textarea:focus {
	    border-color: #9dca00 !important;
	}
	
	.wrap-form.ttm-contactform span.text-input input,
	.wrap-form.ttm-contactform span.text-input textarea {
	    background-color: transparent;
	    border: none;
	    border: 1px solid rgba(119, 119, 119, .2);
	    border-top-color: rgba(119, 119, 119, 0.2);
	    border-right-color: rgba(119, 119, 119, 0.2);
	    border-bottom-color: rgba(119, 119, 119, 0.2);
	    border-left-color: rgba(119, 119, 119, 0.2);
	    border-radius: 0;
	    padding: 9px 15px;
	}
	
	textarea:focus,
	input[type="text"]:focus,
	input[type="password"]:focus,
	input[type="datetime"]:focus,
	input[type="datetime-local"]:focus,
	input[type="date"]:focus,
	input[type="month"]:focus,
	input[type="time"]:focus,
	input[type="week"]:focus,
	input[type="number"]:focus,
	input[type="email"]:focus,
	input[type="url"]:focus,
	input[type="search"]:focus,
	input[type="tel"]:focus,
	input[type="color"]:focus {
	    border: 1px solid #9dca00;
	    -webkit-box-shadow: none;
	    -moz-box-shadow: none;
	    box-shadow: none;
	}
	
	.wrap-form.ttm-contactform span.text-input input,
	.wrap-form.ttm-contactform span.text-input textarea {}
	#main_form .question-wrap .ntm-list li i{display:none;}
	
	.form-group { margin-bottom: 15px;}
	label { display: inline-block;  max-width: 100%;  margin-bottom: 5px; }
	.modalContent{padding: 1rem;}
	.btn-close{position: absolute; top: 20px; right: 20px;}
	.modalContent img{margin: 0 auto;}
	/*.sucess-imb-report{color: #fff; margin-top: 10px; text-align: center; border: 2px solid green; padding: 15px; border-radius: 10px; background: green;}*/
	.sucess-imb-report{color: green; margin-top: 10px; text-align: center; font-weight: 700; font-size: 15px;}
	.failed-imb-report{color: red; margin-top: 10px; text-align: center; font-weight: 700; font-size: 15px;}
	label.k-answer input[type="checkbox"].chk-img:before { position: static;  margin-top: 0 !important;}
	.ques-img-only {padding: 0; margin-bottom: 10px; /*border: 1px solid #e3e3e3; padding-left: 32px;*/}
	label.k-answer input[type="checkbox"].chk-img { padding-left: 0;}
	.ques-header {position: relative;  display: flex;    align-items: center; margin-bottom:0px;}
	.ques-header .img-holder{width: 70px; height: 70px; overflow: hidden; margin-left: auto;}
	.ques-header .img-holder img {width: 100%; height: 100%;}
	
	
	
	/* new css */
	.section-qa-steps{position:relative; padding-top:70px; padding-bottom:140px;  }
	.section-qa-steps:before{content:""; position:absolute; left:0; top:0; width:100%; min-height:470px; background:#f9f9f9}
	.laptop-bg {position: absolute;  left: auto;  right: auto;  width: 100%;  text-align: center; z-index:0}
	.cs-box {padding:70px 30px; border-radius:12px; position:relative; z-index:10; min-height: 410px;}
	.cs-box img {margin: 0 auto;  display: block;}
	.cs-box.cs-bg-green{background:#ceecc2}
	.cs-box.cs-bg-orange{background:#f3dbae}
	.cs-box.cs-bg-blue{background:#c9eaf7}
	
	.container-wide{max-width: 1400px !important;}
	.cs-box-title{font-size:16px; font-weight:700}
	.cs-box-desc{font-size:15px;}
	.cs-pad{padding-top:120px;}
	.qa-col-left { background: #fff;  border-left: 2px solid #dcf2ea;  border-top: 2px solid #dcf2ea;  border-bottom: 2px solid #dcf2ea;  padding-top: 240px;  padding-left: 60px;  padding-bottom: 60px;  border-radius: 20px 0 0 20px; position:relative;}
	.qa-col-left:before{content:""; position:absolute; left:0; top:0; height:100%; width:100%; background:url(../images/cs-green-bg.png) no-repeat 0 0; border-radius: 20px 0 0 20px;}
	.qa-col-right{background:#fff; border-right:2px solid #dcf2ea; border-top:2px solid #dcf2ea; border-bottom:2px solid #dcf2ea; padding-top:100px; padding-left:25px; padding-right:60px; border-radius: 0 20px 20px 0 ; padding-bottom: 35px;}
	.qa-count-step{font-size:20px; color:#fff; font-weight:700; text-transform:uppercase; width: 220px;}
	.ques-header h4 {font-size: 20px;  color: #007337;  font-weight: 500;  position: relative; font-family: 'Inter', sans-serif; margin-bottom: 20px !important;}
	.ques-header h4:before{content:""; position:absolute; bottom:-8px; left:0; width:40px; height:3px; background:#ff8907}
	
	.qa-form-fill .input-field{
	  position: relative;
	  margin-bottom: 20px;
	}
	.qa-form-fill .input-field input[type="text"], .qa-form-fill .input-field input[type="email"]{
	   width:100%;
	  height: 60px;
	  border-radius: 6px;
	  font-size: 18px;
	  padding: 0 15px;
	  border: 1px solid #cacaca;
	  background: transparent;
	  color: #000;
	  outline: none;
	}
	.qa-form-fill .input-field label.lbl-ff{
	  position: absolute;
	  top:0;
	  left: 15px;
	  transform: translateY(-50%);
	  color: #acacac;
	  font-size: 16px;
	  pointer-events: none;
	  transition: 0.3s;
	  padding: 0 10px;
	  background:#fff;
	}
	.qa-form-fill .input-field input:focus{
	  border: 1px solid #5ec49f;
	}
	 .question-wrap p{    margin-bottom: 10px !important;}
	.qa-form-fill .input-field .form-check.form-check-inline {border: 1px solid #cacaca;  height: 60px;  border-radius: 6px;  padding: 15px 30px;}
	.qa-form-fill  .form-check .form-check-input{margin-left:0; margin-right:10px;}
	
	.result-qa-body-types {display: flex;}
	.result-qa-body-types .body-type {border: 1px solid #06689d; padding: 20px 22px;  border-radius: 10px;  font-size: 17px;  font-weight: 600;  color: #a4a6a7; line-height:24px; margin-right:15px;}
	.result-qa-body-types .body-type span{display:block;  font-size:22px; color:#06689d}
	.result-qa-body-types .sub-body-type{border:1px solid #ef8715; padding:20px 22px; border-radius: 10px;  font-size: 17px;  font-weight: 600;  color: #a4a6a7; line-height:24px;}
	.result-qa-body-types .sub-body-type span{display:block;  font-size:22px; color:#ef8516}
	.balance-imbalance-stage{background:#f9fef7; border:1px solid #5ec49f; border-radius:10px; padding:20px;}
	.balance-imbalance-stage .bim-title{color:#ef8108; font-size:20px; font-weight:700}
	.balance-imbalance-stage .bim-desc{	color:#4a4a4a}
	.mtop-60{margin-top:60px;}
	.font-32{font-size:32px !important;}
	.qa-col-left.no-bg:before{display:none;}
	.pt-100{padding-top:100px !important;}
	.pb-70{padding-bottom:70px !important}
	
	ul.social-icons.list-inline {   margin: 0;}
	
	#myModal .modal-dialog {max-width: 300px;}
	.section-title .title-header p {
    padding: 0;
    margin-bottom: 0 !important;
    max-width: 100%;
}
	
	@media only screen and (min-width:1366px){
	    .question-wrap {max-height: 450px; overflow: auto;  padding-right: 25px; padding-top:5px;}
	   
	    .qa-col-left{    padding-top: 200px;}
	    .qa-col-right{    padding-top: 50px;}
	}
	
	
	@media only screen and (max-width:360px){
		.top-header .header-left-content .contact-info li i{font-size: 14px; top: 2px;}
		.top-header .header-left-content .contact-info li{padding-left: 20px;}
		.top-header .header-left-content .contact-info{margin:0 !important;}
		.top-header .header-left-content .contact-info li a{font-size: 12px;}
	}
	
	@media only screen and (max-width:767px){
	    .k-answer label{        min-height: 50px;}
	    .k-answer label:before{        background-size: 85% !important;}
		.step-container .hr-line {margin: 30px 0 20px;}
		.header-right-content{justify-content: center;}
		.others-option-for-responsive .dot-menu{display:none;}
		.section-row.ctabg-skincolor .w-50{width:100% !important}
		.get-quote { margin-top: 30px;}
		.top-header .header-left-content .contact-info li i{}
		.footer .widget{margin:0}
		.widget .widget-title{margin-bottom: 12px;}
		.footer-logo{margin-bottom: 25px;margin-top: 30px;}
		.section-title h2.title{font-size: 24px; line-height: 30px;}
		.section-title h2.title .sub{display:block;        font-size: inherit;        color: inherit;        margin: inherit;}
		.wizard{border: 0 !important; border-radius: 0 !important; box-shadow: none !important; padding: 0 !important;}
		.wizard .tab-pane .container{padding:0;}
		#main_form .question-wrap .ntm-list li i{display:none;}
		.prev-step, .next-step{margin-top: 0; font-size: 16px;}
		label.k-answer{position: relative !important;  padding-left: 50px !important; font-size: 14px !important; line-height: 20px !important;;}
		label.k-answer input[type="checkbox"]{position: absolute !important; left: 0 !important; top: 2px !important;}
		#myModal .modalInfo{width:100%; padding:0; padding-top: 30px;}
		.modalContent img { width: 100%;  min-width: auto;  max-width: 150px;  margin: 0 auto;}
		.vertical-alignment-helper{margin-top: 70px;}
		#canvas-holder { margin-top: 10px !important;  margin-bottom: 30px;}
		.result-para .section-title {margin-bottom: 0;  margin-top: 0;}
		.form-group.mb-box-imbtest { border: 1px solid #ddd;  border-radius: 10px;  padding: 15px; text-align: center; margin-top:10px;}
		.form-check.form-check-inline.mb-imb-box-opt {display: block;}
		.form-group.mb-box-imbtest{flex-direction: column;}
		.form-group.mb-box-imbtest .form-check-inline{text-align:left;}
		#div1 .nice-select{width:100%;}
		.form-group.mb-box-imbtest + br { display: none;}
		.row-title.style4 h2.title{font-size: 22px; line-height: 24px; font-size: 19px; line-height: 30px;}
		.mb-login.section-title { margin-bottom: 0;}
		label.k-answer input[type="checkbox"]:before{margin-top:16px !important}
		
		.cs-box{min-height: auto; max-width: 100%; margin: 0 auto 10px; padding: 15px 30px;}
		.laptop-bg{width: 95%; display:none;}
		.cs-box-desc br{display:none;}
		.cs-box img{max-width: 55px;  margin-bottom: 12px !important;   padding: 0;}
		.cs-pad {padding-top: 0;}
		
		.qa-col-left{padding: 15px; overflow: hidden; border-radius: 20px; margin-bottom:20px; width:90%; margin: 0 auto 20px; border:0 none; display: flex; justify-content: space-between;}
		.qa-col-left:before{background:#0c9f52}
		.qa-stepprocess-icon img {max-width: 80%;  margin: 0 auto;  display: block;}
		.qa-count-step{width:auto; flex: 0 0 70%; font-size: 14px;}
		.qa-count-step > img {width: 28px;}
		.wizard .tab-pane{padding-top: 0 !important;}
		.qa-col-right{border-radius:20px; width:90%; margin:0 auto; padding:15px; border: 2px solid #dcf2ea}
		.k-answer{padding-left:0 !important}
		.k-answer label{padding-right: 60px;}
		#step28 .qa-col-right {padding: 30px;}
		.qa-form-fill .input-field .form-check.form-check-inline{padding: 15px 15px; margin-right: 3px;}
		#step28 .list-inline{display: flex; flex-direction: row;}
		.prev-step, .next-step{padding: 15px 20px;}
		.cs-box-desc {font-size: 13px;}
		.result-qa-body-types{flex-direction: column;}
		.result-qa-body-types .body-type{margin-right: 0; margin-bottom: 20px;}
		.prev-step, .next-step{padding:12px !important;}
		.container-wide{padding:0;}
		.k-answer strong{font-size: 14px;}
		.k-answer label{padding:8px 12px; padding-right:45px; font-size: 13px; line-height: 17px;}
		.ques-header h4 { font-size: 16px;}
		.prev-step, .next-step{margin-top: 5px !important; font-size: 13px !important;}
		.ques-header{margin-bottom: 0;}
		.cs-box-title{font-size: 14px; line-height: 18px;}
		
		.ft-box { margin-bottom: 30px;}
        .ctabg-skincolor br {  display: none;}
        .w-75 { width: 100% !important;}
        .row-title.style4 h2.title + p {margin-bottom:0 !important;}
        
        #myForm .list-inline{margin-top:20px;}
        .db-score span{font-size: 22px;}
        .db-score{padding: 15px;}
        
        .section-title .title-header p { font-size:13px;}
        .result-qa-body-types.kyd { flex-wrap: wrap; flex-direction:row;}
        .result-qa-body-types.kyd .body-type:first-child { flex: 0 0 100%;}
        .result-qa-body-types.kyd .body-type {flex: 0 0 45%;    margin-right: 10px;}
        .result-qa-body-types .body-type{padding: 10px 22px;}
        .pt-100 {padding-top: 10px !important;}
        .mtop-60 {margin-top: 10px;}
        .balance-imbalance-stage .bim-desc{font-size: 13px;}
        .pb-70 {padding-bottom: 20px !important;    }
        #myModal .modal-dialog {max-width: none;}
        
        .k-answer label + p {padding-left: 10px; font-size: 13px;  margin: 0;    margin-bottom: 0px;  margin-top: 0;  padding-bottom: 14px;  line-height: 18px;}
        
	}
	
	
	@media only screen and (min-width:768px) and (max-width:991px){
			label.k-answer input[type="checkbox"]:before{margin-top:16px !important}
			label.k-answer{position: relative !important;  padding-left: 50px !important; font-size: 14px !important; line-height: 20px !important;;}
		label.k-answer input[type="checkbox"]{position: absolute !important; left: 0 !important; top: 2px !important;}
		.others-option-for-responsive .dot-menu{display:none;}
		#div1 .nice-select { width: 100%;}
		.section-row.ctabg-skincolor .w-50{width: 100% !important;}
		.question-wrap {margin-bottom: 40px;}
		.question-wrap + .get-quote { text-align: center;}
		.top-header .header-left-content .contact-info li{margin-right: 10px;}
		.top-header .header-left-content .contact-info li i{font-size: 14px; top: 2px;}
		.top-header .header-left-content .contact-info li a{font-size: 12px; color: #fff;}
		
		.cs-box{max-width: 100%; margin: 0 auto 20px; padding: 40px 30px;}
		.laptop-bg{width: 97%;}
		.cs-box-desc br{display:none;}
		.cs-pad {padding-top: 60px;}
		.laptop-bg img {max-width: 80%;}
		.k-answer{padding-left:0 !important}
		.k-answer label{padding-right: 60px;}
		.qa-col-left:before{background-position:top right}
		.result-qa-body-types .body-type{font-size: 14px;}
		.result-qa-body-types .body-type span{font-size: 17px;}
		
		.sub-body-type .body-type{font-size: 14px;}
		.result-qa-body-types .sub-body-type span{font-size: 17px;}
		.qa-col-left{background-color:#0c9f52; padding-left: 35px;}
		
		.cs-box-desc { font-size: 14px; line-height: 20px;}
	    .cs-box img{max-width: 48%;}
	    .cs-box{min-height: 308px; padding:20px 30px;}
	    .list-inline{margin-top: 20px;}
	    .row-title.style4 h2.title { font-size: 20px;    line-height: 30px;}
		.row-title.style4 h2.title + p br{display:none;}
		
		.report-result .qa-col-left {background: transparent;  padding-left: 35px;
        border-radius: 30px;border: 2px solid #dcf2ea;        margin: 0 auto 30px;        padding-top: 25px !important;        padding-bottom: 25px !important;    }
        .report-result .qa-col-right {    border: 2px solid #dcf2ea;    border-radius: 20px;    padding: 30px 40px 40px !important;}
        .report-result .ques-header h4{margin-bottom: 0 !important;}
        .report-result .balance-imbalance-stage.mtop-60 { margin-top: 20px;}
        .report-result .balance-imbalance-stage{padding:10px 20px;}
        .report-result .balance-imbalance-stage .bim-desc{font-size: 14px;}
        
        .report-result .result-qa-body-types{flex-wrap: wrap;}
        .report-result .result-qa-body-types .body-type{margin-bottom: 20px;}
        .ft-box p{font-size: 13px !important}
		
	}
	
	@media only screen and (min-width:992px) and (max-width:1199px){
		
		.cs-box{max-width: 100%; margin: 0 auto 20px; padding: 40px 30px;}
		.laptop-bg{width: 97%;}
		.cs-box-desc br{display:none;}
		.cs-pad {padding-top: 60px;}
		.laptop-bg img {max-width: 80%;}
		.qa-col-left::before{background-position:top right;}
		
		.cs-box-desc { font-size: 14px; line-height: 20px;}
	    .cs-box img{max-width: 48%;}
	    .cs-box{min-height: 340px;}
	    .list-inline{margin-top: 20px;}
		.qa-col-left .report-result{padding-left: 30px;}
		.report-result .ques-header h4{margin-bottom: 0 !important;}
        .report-result .balance-imbalance-stage.mtop-60 { margin-top: 20px;}
        .report-result .balance-imbalance-stage{padding:10px 20px;}
        .report-result .balance-imbalance-stage .bim-desc{font-size: 14px;}
        .row-title.style4 h2.title{font-size: 30px;}
        .report-result .qa-col-left{padding-left:20px;}
        .result-qa-body-types {display: flex; flex-wrap: wrap;}
        .result-qa-body-types .body-type{flex: 0 0 44%; margin-bottom: 15px;}
        .ft-box .row-title.style4 p br{display:none;}
        .row-title.style4 p { font-size: 14px;}
        
	}
	
	@media only screen and (min-width:1200px) and (max-width:1459px){
	    
	    .cs-box-desc { font-size: 14px; line-height: 20px;}
	    .cs-box img{max-width: 48%;}
	    .cs-box{min-height: 400px;}
	    .list-inline{margin-top: 0px;}
	    
	}
	
	
	@media only screen and (min-width:1460px){
	    .list-inline{margin-top: 0px;}
	}
	