@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap');
body {
    margin: 0;
    padding: 0;
    font-family: 'Poppins', sans-serif !important;
    overflow-x: hidden;
}
::-moz-selection {
 color: #fff;
 background: #92c63e;
}
::selection {
    color: #fff;
    background: #92c63e;
}

::-webkit-scrollbar-track {
 background-color: #cacaca;
}

::-webkit-scrollbar {
 width: 8px;
 background-color: #ffffff;
}

::-webkit-scrollbar-thumb {
 background-color: #353535;
}
a {
    text-decoration: none !important;
}
.pdd {
    padding: 0 !important;
}
.home {
    width: 100%;
    margin: 0;
    padding: 5px 0 10px 0;
    z-index: 999;
    position: relative;
    -webkit-box-shadow: 0 7px 8px 0 rgba(0,0,0,.06);
    -moz-shadow: 0 7px 8px 0 rgba(0,0,0,.06);
    box-shadow: 0 7px 8px 0 rgba(0,0,0,.06);
}
p {
    font-size: 14px;
    text-align: justify;
    font-weight: 400;
    line-height: 29px;
    margin: 0;
    letter-spacing: .4px;
    padding: 5px 0;
    color: #444;
}
.logo {
    padding: 0 !important;
}
.logo img {
    width: 80px;
    padding: 0;
    margin: 0;
    display: block;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.topright {
    padding: 0 !important;
    margin: 10px 0 0 0;
    text-align: right;
}
.search {
    display: inline-block;
    width: 250px;
}
.search form {
    position: relative;
}
.search input {
    width: 100%;
    font-size: 13px;
    height: 38px;
    text-align: left;
    font-weight: 400;
    line-height: 25px;
    margin: 0;
    letter-spacing: .4px;
    padding: 6px 45px 5px 11px;
    border-radius: 25px;
    color: #343434;
    outline: none;
    border: 1px solid #ccc;
    background: #fff;
}
.search input[type=submit] {
    background: url("../images/search.png") no-repeat;
    background-size: 100% auto;
    width: 32px;
    height: 32px;
    position: absolute;
    top: 3px;
    font-size: 0;
    right: 6px;
    border: none;
    padding: 0;
}
.lang {
    margin: 0 0 0 10px;
    padding: 0;
    width: 175px;
    display: inline-block;
}
.lang select {
    width: 100%;
    height: 38px;
    margin: 0;
    font-size: 12px;
    font-weight: 400;
    padding: 0 10px;
    letter-spacing: .4px;
    color: #333;
    background: none;
    outline: none;
    border-radius: 25px;
    line-height: 25px;
    border: 1px solid #ccc;
}
.social {
    padding: 0;
    margin: 5px 0 0 0;
}
.social ul {
    margin: 0;
    padding: 0;
    text-align: left;
}
.social li {
    width: auto;
    list-style: none;
    margin: 0;
    border: none;
    padding: 0;
    display: inline-block;
    text-align: left;
}
.social li a {
    display: block;
    color: #213130;
    font-size: 12px;
    margin: 0 5px 0 0;
    padding: 0 5px;
    width: 30px;
    border-radius: 5px;
    background: #bccecd;
    line-height: 30px;
    text-align: center;
    -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
    -webkit-transition: .4s;
    -moz-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
}
.social li a:hover {
    color: #fff;
}
.social li:nth-child(1) a:hover {
    background: #143f9a;
}
.social li:nth-child(2) a:hover {
    background: #55acef;
}
.social li:nth-child(3) a:hover {
    background: #ff0076;
}
.social li:nth-child(4) a:hover {
    background: #005dbd;
}
.social li:nth-child(5) a:hover {
    background: #b60000;
}
.social li:nth-child(6) a:hover {
    background: #008031;
}


/* menu section */
.menu-collapser {
    position: absolute;
    top: -43px;
    right: 0;
    width: 40px;
    height: 40px;
    padding: 0 10px;
    margin: 0;
    color: #333;
    font-size: 0;
    line-height: 40px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
.collapse-button {
    position: absolute;
    right: 0;
    top: 24px;
    width: 40px;
    padding: 0;
    color: #000000;
    font-size: 14px;
    text-align: center;
    border-radius: 2px;
    cursor: pointer;
    transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    -webkit-transition: .4s;
    -moz-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
.collapse-button span:nth-of-type(2) {
    width: 30px;
}
.collapse-button span:nth-of-type(3) {
    width: 20px;
}
.collapse-button .icon-bar {
    display: block;
    float: right;
    height: 2px;
    width: 40px;
    position: relative;
    margin: 4px 0;
    background: #333;
    border-radius: 1px;
    -webkit-transition: .4s;
    -moz-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
}
.crotate .icon-bar {
    width: 35px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}
.crotate span:nth-of-type(3) {
    width: 35px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: -10px;
}
.crotate span:nth-of-type(2) {
    display: none;
}


ul.slimmenu {
    width: 100%;
    margin: 2px 0 0 0;
    padding: 0;
    list-style-type: none;
    text-align: right;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
}
ul.slimmenu:before, ul.slimmenu:after {
    content: '';
    display: table
}
ul.slimmenu:after {
    clear: both
}
ul.slimmenu.collapsed li {
    display: block;
    width: 100%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box
}
ul.slimmenu.collapsed li > ul {
    position: static;
    display: none
}
ul.slimmenu.collapsed li a {
    display: block;
    border-bottom: 1px solid #f0f0f0;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box
}
ul.slimmenu.collapsed li .sub-toggle {
    height: 40px
}
ul.slimmenu li {
    position: relative;
    display: inline-block;
}
ul.slimmenu li ul {
    margin: 0;
    list-style-type: none
}
ul.slimmenu li ul li {
    width: 100%;
    padding: 0 15px;
}
ul.slimmenu li > ul {
    position: absolute;
    left: 0;
    top: 100%;
    z-index: 999;
    display: none;
    width: 100%;
    height: auto;
    padding: 5px 0 !important;
    min-width: 250px;
    background: #fff;
    -webkit-box-shadow: 0px 5px 12px 0px rgba(0,0,0,.06);
    -moz-box-shadow: 0px 5px 12px 0px rgba(0,0,0,.06);
    box-shadow: 0px 5px 12px 0px rgba(0,0,0,.06);
}
ul.slimmenu li > ul > li ul {
    position: absolute;
    left: 100%;
    top: 0;
    z-index: 999;
    display: none;
    width: 100%
}
ul.slimmenu li a {
    padding: 0 17px;
    margin: 0;
    line-height: 35px;
    font-size: 13px;
    display: block;
    text-decoration: none;
    color: #444;
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: .8px;
    -webkit-transition: .4s;
    -moz-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
    position: relative;
}
ul.slimmenu li:last-child a {
    padding: 0 0 0 17px;
}
ul.slimmenu li ul li a, ul.slimmenu li ul li:last-child a {
    width: 100%;
    display: block;
    line-height: 20px;
    color: #333;
    padding: 10px 0;
    letter-spacing: .4px;
    margin: 0;
    text-align: left;
    font-size: 13px;
    text-transform: none;
    border-bottom: 1px dotted #e8e8e8;
}
ul.slimmenu li ul li a:before, ul.slimmenu li ul li a:after {
    display: none;
}
ul.slimmenu li ul li:last-child a {
    border-bottom: 0px solid #fff;
}
ul.slimmenu li a:hover, ul.slimmenu li ul li a:hover, ul.slimmenu li.active a {
    color: #13599f;
}
ul.slimmenu li .sub-toggle {
    background: none repeat scroll 0 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 999;
    width: 7px;
    height: 100%;
    text-align: center;
    cursor: pointer;
}
ul.slimmenu li .sub-toggle:before {
    content: '';
    display: inline-block;
    height: 100%;
    margin-right: -0.25em;
    vertical-align: middle
}
ul.slimmenu li .sub-toggle svg {
    display: inline-block;
    color: #041220;
    font-size: 12px;
    font-weight: 500;
    vertical-align: middle;
}
ul.slimmenu li ul li .sub-toggle svg {
    color: #000;
}
ul.slimmenu li ul li .sub-toggle {
    right: 2px;
}
ul.slimmenu > li {
}
ul.slimmenu > li:first-child, ul.slimmenu > li.has-submenu + li {
    border-left: 0
}





footer {
    padding: 50px 0 0 0;
    background: #053054;
}
.fbox {
    padding: 0 50px 0 0 !important;
}
.fbox h4 {
    font-size: 16px;
    text-align: left;
    font-weight: 600;
    line-height: 25px;
    margin: 0 0 22px 0;
    letter-spacing: .2px;
    padding: 0 0 15px 0;
    color: #fff;
    border-bottom: 1px solid #384a49;
}
.fbox p {
    text-align: left;
    color: #bccecd;
    margin: 0;
    padding: 0 0 10px 0;
}
.fbox p a {
    color: #bccecd;
    -webkit-transition: .4s;
    -moz-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
}
.fbox p a:hover, .fbox p a:focus {
    color: #fff;
}
.fbox p svg {
    margin: 0 5px 0 0;
    color: #fff;
}
.fbox3 {
    padding: 0 !important;
}
.fbox2 ul {
    margin: 3px 0 0 0;
    padding: 0;
    text-align: left;
}
.fbox2 ul li {
    list-style: none;
    margin: 0;
    padding: 0;
    display: block;
}
.fbox2 ul li a {
    font-size: 13px;
    text-align: left;
    font-weight: 400;
    line-height: 25px;
    letter-spacing: .4px;
    display: block;
    margin: 0 0 12px 0;
    padding: 0 5px 0 0;
    color: #bccecd;
    -webkit-transition: .4s;
    -moz-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
}
.fbox2 ul li a:hover, .fbox2 ul li a:focus {
    color: #ffffff;
}
.fbox3 ul li {
    width: 32%;
    display: inline-block;
}
.fcopy {
    margin: 50px 0 0 0;
    padding: 15px;
    background: #041f36;
}
.fcopy p {
    margin: 0;
    padding: 0;
    color: #fff;
    font-size: 12px;
    font-weight: 300;
    text-align: left;
}
.fcopyright p {
    text-align: right;
}
.fcopy p a, .fcopy p a:hover, .fcopy p a:focus {
    color: #fff;
}
.to-top {
    position: fixed;
    z-index: 8;
    bottom: 15px;
    right: 15px;
    display: none;
}
.to-top a.back-to-top {
    display: block;
    text-align: center;
    color: #ffffff;
    font-size: 13px;
    width: 30px;
    height: 30px;
    line-height: 28px;
    background: #256792;
    opacity: 0.5;
    border-radius: 25px;
    -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.2);
    -webkit-transition: .4s;
    -moz-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
}
.to-top a.back-to-top:hover {
    opacity: 1;
    color: #ffffff;
}






.innerbanner {
    width: 100%;
}
.innerbanner img {
    width: 100%;
}
.innerpage {
    padding: 45px 0;
}
.brd-in {
    padding: 0 0 25px 0;
    margin: 0;
    position: relative;
    text-align: center;
}
.brd-in .breadcrumb {
    background: #fff !important;
    text-align: left;
    display: block;
    margin: 0 !important;
    padding: 0 0 10px 0!important;
    border: none;
    border-bottom: 1px dashed #ccc;
}
.brd-in .breadcrumb li a {
    font-size: 13px;
    line-height: 24px;
    padding: 7px 0;
    text-align: right;
    font-weight: 400;
    color: #333;
    letter-spacing: .8px;
}
.brd-in .breadcrumb li:last-child a {
    color: #92c63e;
}
.innerpage .title {
    text-align: left;
}
.innerpage p {
    margin: 0;
}
.innrimg {
    float: right !important;
    padding: 10px 0 20px 40px !important;
}
.innrimg img {
    width: 100%;
    border: 1px solid #ccc;
}
.innerpage ul {
    margin: 5px 0;
    padding: 0 0 0 17px;
}
.innerpage ul li {
    list-style: circle;
    font-size: 14px;
    text-align: left;
    font-weight: 400;
    line-height: 29px;
    margin: 0;
    letter-spacing: .4px;
    padding: 5px 0;
    color: #444;
}
.innerpage h4 {
    font-size: 19px;
    text-align: left;
    font-weight: 700;
    line-height: 29px;
    margin: 0;
    letter-spacing: .4px;
    padding: 5px 0;
    color: #92c63e;
}

@media only screen and (max-width: 1200px) {
ul.slimmenu li a {
    padding: 0 10px;
    letter-spacing: 0;
}
ul.slimmenu li:last-child a {
    padding: 0 0 0 10px;
}
.slidetext {
    margin: 8% 0 0 0;
}
.slidetext h2 {
    font-size: 37px;
    line-height: 47px;
}
.slide-banner .carousel-control.left, .slide-banner .carousel-control.right {
    bottom: 15px;
}
.ableft {
    padding: 0 20px 0 0 !important;
    margin: 0;
}
.feabox img {
    width: 80px;
    margin: 4px 30px 20px 0;
}
}

@media only screen and (max-width: 992px) {
.logo img {
    width: 60px;
}
.topright {
    padding: 0 60px 0 0 !important;
    margin: 21px 0 0 0;
}
ul.slimmenu {
    width: 250px;
    height: 100%;
    top: 0;
    right: 0;
    display: none;
    position: fixed;
    text-align: left;
    padding: 15px 20px;
    background: #fff;
    overflow-x: hidden;
    overflow-y: scroll;
    z-index: 999;
    margin: 0;
    border: none;
    -webkit-box-shadow: -5px 0px 25px 0px rgba(0, 0, 0, 0.11);
    -moz-box-shadow: -5px 0px 25px 0px rgba(0, 0, 0, 0.11);
    box-shadow: -5px 0px 25px 0px rgba(0, 0, 0, 0.11);
}
.crotate {
    position: fixed;
    top: 20px;
    right: 250px;
    background: #fff;
    z-index: 9999;
    padding: 10px 8px 10px 10px;
    -webkit-box-shadow: -5px 0px 25px 0px rgba(0, 0, 0, 0.11);
    -moz-box-shadow: -5px 0px 25px 0px rgba(0, 0, 0, 0.11);
    box-shadow: -5px 0px 25px 0px rgba(0, 0, 0, 0.11);
}
.crotate .icon-bar {
    width: 25px;
    background-color: #333;
    top: 5px;
}
.crotate span:nth-of-type(3) {
    width: 25px;
    top: -5px;
}
ul.slimmenu li a, ul.slimmenu li:last-child a {
    padding: 5px 0;
    letter-spacing: .4px;
    font-weight: 500;
    font-size: 12px;
}
ul.slimmenu li .sub-toggle {
    width: 25px;
}
ul.slimmenu li > ul {
    min-width: auto;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
ul.slimmenu li .sub-toggle svg {
    font-size: 14px;
}
.slidetext h2 {
    font-size: 25px;
    line-height: 37px;
}
.slidetext p {
    padding: 5px 0 10px 0;
    line-height: 26px;
    font-size: 13px;
}
.slide-banner .carousel-control.left, .slide-banner .carousel-control.right {
    bottom: 0;
    width: 20px;
}
.slide-banner .carousel-control.right {
    left: 12px;
}
.slideimg {
    padding: 30px 0 0 30px !important;
}
.slideimg img {
    margin: 0;
}
.parallaxed {
    transform: none !important;
}
.title {
    
    line-height: 37px;
    text-align: center;
}
.abright, .abright p {
    text-align: center;
}
.featured {
    padding: 0 0 20px 0;
}
.fealeft {
    padding: 0 !important;
}
.fealeft img {
    float: none;
    margin: 0 auto 15px auto;
}
.fealeft p, .feabox h4 {
    text-align: center;
}




.fbox2 {
    padding: 0 !important;
}
.fbox3 {
    margin: 25px 0 0 0;
}
.fcopyright {
    padding: 0 40px 0 0 !important;
}
.blogs .title {
    text-align: left;
}
.fbox2 {
    padding: 0 !important;
}
.brd-in .breadcrumb, .innerpage .title {
    text-align: center;
}
}

@media only screen and (max-width: 768px) {
.topright {
    margin: 24px 0 0 0;
}
.search {
    display: block;
    width: 100%;
    margin: 15px 0 0 0;
}
.sbg {
    opacity: .2;
}
.slideimg {
    padding: 30px 0 0 0 !important;
}
.slideimg img {
    width: 70%;
    margin: 0 auto 20px auto;
}
.slidetext {
    margin: 0;
    text-align: center;
}
.slidetext h2 {
    font-size: 22px;
    line-height: 30px;
}
.slidetext h2, .slidetext p {
    text-align: center;
}
.slidetext h2 span {
    color: #92c63e;
    letter-spacing: 1.2px;
    -webkit-text-fill-color: #fff;
    -webkit-text-stroke-width: 1px;
}
.slide-banner .carousel-control.left, .slide-banner .carousel-control.right {
    bottom: auto;
    top: 42%;
}
.slide-banner .carousel-control.left {
    left: 0;
}
.slide-banner .carousel-control.right {
    right: 0;
    left: auto;
}
.title {
   
    padding: 0 0 10px 0;
    line-height: 32px;
}
p, .services h6, .innerpage ul li {
    font-size: 13px;
    line-height: 28px;
    font-weight: 400;
}
.btn1 {
    font-size: 11px;
    line-height: 35px;
}
.about:after {
    width: 70%;
    height: 90%;
}
.services h6 {
    margin: 0 0 15px 0;
}
.serbox {
    padding: 0;
    margin: 0 0 25px 0;
}
.serbox:hover {
    background: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
.serbox img {
    width: 120px !important;
}
.services .owl-nav {
    margin: 0;
}
.about:after, .services:before {
    width: 80%;
    height: 50%;
}
.other ul li {
    padding: 15px 20px;
}
.serbox h4, .feabox h4, .other ul li h4, .fbox h4 {
    font-size: 15px;
}
.other ul li img {
    width: 45px;
}
.fbox {
    border: 1px solid #384a49;
    padding: 15px !important;
    margin: 0 0 25px 0;
}
.fbox h4, .fbox p, .social ul, .fbox2 ul, .fbox2 ul li a {
    text-align: center;
}
.fbox ul li, .fbox3 ul li {
    width: auto;
    display: inline-block;
    margin: 0 5px;
}
.fcopy {
    margin: 10px 0 0 0;
}
.fcopy p {
    font-size: 11px;
    text-align: center;
}
.fcopyright {
    padding: 0 !important;
}
.fcopyin {
    padding: 0 !important;
}
.innerpage {
    padding: 25px 0;
}
.innrimg {
    margin: 15px 0;
    float: right !important;
    padding: 0 !important;
}
.innerpage h4 {
    font-size: 16px;
}
}

@media only screen and (max-width: 480px) {
.logo img {
    width: 50px;
}
.topright {
    margin: 15px 0 0 0;
}
.slide-banner .carousel-control.left, .slide-banner .carousel-control.right {
    top: 34%;
}
.slideimg img {
    width: 80%;
}
.about {
    padding: 30px 0;
}
.featured {
    padding: 0 0 10px 0;
}
.other {
    padding: 20px 0;
}
.other ul li, .other ul li:hover {
    width: 100%;
    background: rgb(255, 255, 255, 0.85) !important;
}
.other ul li img {
    margin: 0 auto 15px auto;
}
.other ul li h4, .other ul li p {
    text-align: center;
    color: #333 !important;
}
.other ul li:nth-child(even), .other ul li:nth-child(even):hover {
    width: 100%;
}
.other ul li:nth-child(2) h4, .other ul li:nth-child(2) p, .other ul li:nth-child(3) h4, .other ul li:nth-child(3) p, .other ul li:nth-child(6) h4, .other ul li:nth-child(6) p {
    color: #333;
}
.other ul li:nth-child(2), .other ul li:nth-child(3), .other ul li:nth-child(6) {
    background: rgb(255, 255, 255, 0.85);
}
.other ul li:nth-child(2) img, .other ul li:nth-child(3) img, .other ul li:nth-child(6) img {
    -webkit-filter: brightness(1) invert(0);
    -moz-filter: brightness(1) invert(0);
    -o-filter: brightness(1) invert(0);
    filter: brightness(1) invert(0);
}
.other ul li:nth-child(even) {
    background: rgb(146, 198, 62, 0.8) !important;
}
.other ul li:nth-child(even) img {
    -webkit-filter: brightness(0) invert(1);
    -moz-filter: brightness(0) invert(1);
    -o-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
}
.other ul li:nth-child(even) h4, .other ul li:nth-child(even) p {
    color: #fff !important;
}
.title {
    
}
.blogs .owl-nav {
    top: -38px;
}
.blogs {
    padding: 30px 0;
}
footer {
    padding: 20px 0 0 0;
}
}
