@import url('https://fonts.googleapis.com/css2?family=EB+Garamond:ital,wght@0,400;0,500;0,600;0,700;0,800;1,400;1,500;1,600;1,700;1,800&display=swap');
@import url('https://fonts.googleapis.com/css?family=Poppins:300,400,400i,500,500i,600,600i,700');

@font-face {
    font-family: FuturaStdMedium;
    src: url(fonts/FuturaStdMedium.otf);
}

a {
    color: #00a39a;
}

body, html {
    font-family: 'Poppins', sans-serif;
}
body{
    background:  #fff;
}
.nopad{
    padding: 0;
}
.pad-left{
    padding-left: 0;
}
.pad-right{
    padding-right: 0;
}

.display-block {
    display: block !important;
}

.ps-btn{
    font-size: 15px;
    font-weight: 400;
    color: #fff;
    background-color: #00a39a;
    transition: .5s all ease-in-out;
}

.ps-btn:hover{
    background-color: #24807b;
    border: solid 2px #24807b;
    color: #fff;
}

a:hover, a:active  {
    text-decoration: none!important;
}
* :focus {
    outline: 0px auto -webkit-focus-ring-color !important;
    outline-offset: 0!important;
    text-decoration:none !important;
}
* a:hover{
    text-decoration:none !important;
}
#return-to-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background: #00a39a;
    width: 50px;
    height: 50px;
    display: block;
    text-decoration: none;
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    border-radius: 35px;
    display: none;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    z-index: 9999;
    line-height: 50px;
    text-align: center;
    color: #fff;
    font-size: 25px;
}
#return-to-top:hover {
    background: rgba(0, 0, 0, 0.9);
}
#return-to-top:hover i {
    color: #fff;
    top: 5px;
}


nav.nav1 {
    display: none;
}

/*----------------------------------------Push Navigation---------------------------------*/
div#menuoverlay { display: none; }
a#hamburg {  position: fixed;top: 0px;left: 10px;width: 40px;height: 40px;z-index:9;text-align: center;color: white;display: none;transition: all ease-out 0.3s;}
a#hamburg i {position: relative;top: 50%;transform: translateY(-50%); -webkit-transform: translateY(-50%);}
.nav1 {transition: all ease-out 0.3s; display:none;}
.nav1 a { color: #000; }
.nav1 ul {margin: 0;padding: 0;background-color: #303030;}
.nav1 ul li {display: inline-block;position: relative;    padding: 10px 20px!important;}
.nav1 ul li > a {display: inline-block;padding: 10px;}
.nav1 ul li > a > i {margin-left: 15px;transition: all ease-out 0.3s;-webkit-transition: all ease-out 0.1s;}
.nav1 ul li ul {display: none;position: absolute;top: 38px;background:#222;width: 200px;text-align: left;}
.nav1 .search-nav,.nav1 .title{ display:none;}
.nav1 ul li ul li { display: block; }
.nav1 ul li ul li a { display: block; }
.nav1 ul li:hover > a {  color:#000; text-decoration:none; }
.nav1 ul li:hover > a > i { transform: rotateZ(90deg); -webkit-transform: rotateZ(90deg);}
.nav1 ul li:hover ul { display: block; }
.nav1 span.marrow {border-left: 5px solid transparent;border-right: 5px solid transparent;border-top: 5px solid #fff;float: right;height: 0;margin:8px 0 0 8px;width: 0;}
.nav1 ul li.open  span.marrow {border-left: 5px solid transparent; border-top:0;border-right: 5px solid transparent;border-bottom: 5px solid #fff;}
@media screen and (max-width: 1024px) {

    .slider .item .carousel-caption {    top: 80px; }
    .slider-text h3 {font-size:40px; }
    .slider-text p {font-size:16px;     margin-bottom: 25px; }
    .slider-text .form-group label {font-size:12px; }

}
.open-menu .nav-cross:before {
    content: "X";
    position: absolute;
    z-index: -1;
    font-size: 25px;
}



@media screen and (max-width: 767px) {
    nav.nav1 {
        display: block;
    }
    .logo-bar nav {
        display: none!important;
    }
    a#hamburg { display: block; }
    main {  transition: all ease-out 0.3s;}
    .nav1 .row{ margin:0px;}
    .nav1 {background-color: #fff;box-shadow: -2px 0 10px #999 inset;display: block;height: 100%;left: 0;overflow-x: hidden;overflow-y: auto;position: fixed;top: 0;transform: translateX(-250px); -webkit-transform: translateX(-250px); width: 250px;}
    .nav1 .search-nav,.nav1 .title{ display:block;}
    .nav1 .search-nav input{ border:1px solid #2c313f; background-color:rgba(255,255,255,0.2);  padding:5px; width:100%; color:#000; margin:10px 0;  }
    .nav1 .search-nav input[type="submit"]{background:url("images/search-icon.png") no-repeat scroll center center; border:0; width:auto; font-size:0; height: 16px;    position: absolute;    right: 7px;    top: 8px;    width: 16px;  filter: invert(100%);}
    .nav1 .title{    background: #000 ;color: #fff;font-size: 14px;margin: 0 -15px;padding: 6px 15px 6px;}
    .search-nav > form {    position: relative;}
    .nav1 ul {  text-align: left;  background-color: transparent;}
    .nav1 ul li { display: block; border-bottom:1px solid #999; }
    .nav1 ul li a { display: block; padding:10px 0; }.nav1 ul li:hover > a { color:#000;  }
    .nav1 ul li a > i { float: right; }
    .nav1 ul li ul {  display: none;  position: static;  width: 100%;background-color:transparent; padding:0 10px;}
    .nav1 ul li:hover > ul { display: none; }
    .nav1 ul li:hover > a > i { transform: rotateZ(0); -webkit-transform: rotateZ(0); }
    .nav1 ul li.open > a { background-color: transparent; }
    .nav1 ul li.open > a > i { transform: rotateZ(90deg); -webkit-transform: rotateZ(90deg);}
    .nav1 ul li.open > ul { display: block; }
    div#menuoverlay {display: block;visibility: hidden;position: fixed;left: 0;top: 0;width: 100%;height: 100%;transition: all ease-out 0.3s;z-index: 1;opacity: 0;}
    html.open-menu { overflow: hidden; }
    html.open-menu div#menuoverlay {visibility: visible;background:rgba(0,0,0,0.5);min-height:100vh;width:100% !important;opacity: 1;width: calc(-150%);left: 250px;}
    html.open-menu a#hamburg{ transform: translateX(250px); -webkit-transform: translateX(250px); z-index:999; }
    html.open-menu main {transform: translateX(250px); -webkit-transform: translateX(250px);}
    html.open-menu nav.nav1 {z-index: 3;transform: translateX(0); -webkit-transform: translateX(0);}
    .menu-main-menu-container ul ul ul li a {padding:5px;}
    ul li.has-subnav .accordion-btn {color:#000; font-size:24px; width:20px !important; float:right; line-height: inherit !important; }
    .nav1 ul li:last-child {    border: 0 ;}
    .nav-cross.open > span {    background: #fff ;}
    /*---------------------Hamberg Icon --------------------------------------------- */
    .nav-cross {width: 24px;  height: 40px;  position: relative;  margin: 0px auto;  transform: rotate(0deg); -webkit-transform: rotate(0deg); transition: .5s ease-in-out;  cursor: pointer;}
    .nav-cross span {  display: block;  position: absolute;
        height: 2px;width: 100%;background: #000;opacity: 1;left: 0;transform: rotate(0deg); -webkit-transform: rotate(0deg); transition: .25s ease-in-out;}
    .open-menu .nav-cross span {
        display:none;
    }
    #nav-icon1 span:nth-child(1) {top: 0px;}
    #nav-icon1 span:nth-child(2) {top: 18px;}
    #nav-icon1 span:nth-child(3) {top: 36px;}
    #nav-icon1.open span:nth-child(1) {top: 18px;transform: rotate(135deg); -webkit-transform: rotate(135deg);}
    #nav-icon1.open span:nth-child(2) {opacity: 0;left: -60px;}
    #nav-icon1.open span:nth-child(3) {top: 18px;transform: rotate(-135deg); -webkit-transform: rotate(-135deg);}
    .nav-cross span:nth-child(1) {top: 12px;transform-origin: left center;-webkit-transform-origin: left center;}
    .nav-cross span:nth-child(2) {top: 20px;transform-origin: left center; -webkit-transform-origin: left center;}
    .nav-cross span:nth-child(3) {top: 28px;transform-origin: left center; -webkit-transform-origin: left center;}
    .nav-cross.open span:nth-child(1) {transform: rotate(45deg); -webkit-transform: rotate(45deg); top: 11px;left: 4px;}
    .nav-cross.open span:nth-child(2) {width: 0%;opacity: 0;}
    .nav-cross.open span:nth-child(3) {transform: rotate(-45deg); -webkit-transform: rotate(-45deg); top: 28px;left: 4px;}
}



/*Scroll css Start here*/


body::-webkit-scrollbar {
    width: 13px;
}

body::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 30px #000;
}

body::-webkit-scrollbar-thumb {
    background-color: #00a39a;
    outline: 1px solid #fec03a;
}
/*Scroll css End here*/


.header {padding: 30px 0;}

.header .main {display: flex;align-items: center;}

.header .logo {text-align: left;}

.header .logo img {width: 100%;}

.header .header-menu {text-align: center;list-style: none;margin: 0;}

.header .header-menu {}

.header .header-menu ul {padding: 0;margin: 0;}

.header .header-menu ul li {display: inline-block;margin-right: 35px;}

.header .header-menu ul li a {font-size: 15px;font-weight: 300;color: #3a3a3a;position: relative;transition: .5s all ease-in-out;}

.header .sign {
    text-align: center;
}
.header .sign a{
    margin: 0 0 20px;
    font-size: 15px;
    font-weight: 400;
    color: #fff;
    background-color: #00a39a;
    padding: 10px 35px;
    font-family: FuturaStdMedium;
}


.banner{
}

.banner .bg-img {
    background-image: url(../images/banner.jpg);
    height: 700px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
    position: relative;
}

.banner .bg-img .head {
    text-align: center;
    max-width: 60%;
    margin: 0 auto;
    padding: 14% 10% 0;position: relative;z-index: 9999;
}

.banner .row {
    display: block;
}

.banner .bg-img .head h2{

    font-size: 50px;

    font-weight: 700;

    color: #fff;

    margin: 0 0 10px;
    font-family: 'EB Garamond', serif;
    text-transform: uppercase;
}

.banner .bg-img .head p {margin: 0 0 20px;font-size: 15px;font-weight: 400;color: #fff;font-family: 'Futura Std', sans-serif;}

.banner .bg-img .head .link {
    margin-top: 40px;
}

.banner .bg-img .head .link a{
    font-size: 15px;
    font-weight: 400;
    color:#fff;
    background-color: #00a39a;
    padding: 10px 20px;
    transition: .5s all ease-in-out;
}

.banner .bg-img:before {content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url(../images/banner-overlay.png);
    z-index: 999;
}


.banner ul.slick-dots {position: absolute;
    z-index: 11;
    bottom: 70px;
    margin: 0px;
    padding: 0;
    text-align: center;
    width: 100%;}

.banner ul.slick-dots button {border: 1px solid #00a39a;
    background: #00a39a !important;
    width: 6px;
    height: 6px;
    border-radius: 100%;
    font-size: 0;
    padding: 0px;
    position: relative;
    margin: 10px;}

.banner ul.slick-dots li {
    display: inline-block;
}

.banner .slick-dots .slick-active button:before {border: 2px solid #00a39a;
    content: "";
    position: absolute;
    left: -5px;
    top: -4.9px;
    width: 14px;
    height: 14px;
    border-radius: 50%;}

.banner .slick-dots .slick-active button:before {border: 2px solid #00a39a;
    content: "";
    position: absolute;
    left: -5px;
    top: -4.9px;
    width: 14px;
    height: 14px;
    border-radius: 50%;}


.sec-about{
    padding: 80px 0;
}

.sec-about .head{

}

t {
    margin: 0 0 10px;
    font-size: 20px;
    font-weight: 600;
    color: #525252;
    text-transform: uppercase;
}

.sec-about .head h2 {
    margin: 0 0 16px;
    font-size: 45px;
    font-weight: 700;
    color: #00a39a;
    font-family: 'EB Garamond', serif;
}

.sec-about .head p {
    margin: 0 0 15px;
    font-size: 15px;
    font-weight: 300;
    color: #5f5f5f;
}

.sec-about .head .learn {
    margin-top: 40px;
}

.sec-about .head .learn a{
    margin: 0 0 20px;
    font-size: 15px;
    font-weight: 400;
    color: #fff;
    background-color: #00a39a;
    padding: 10px 30px;
    transition: .5s all ease-in-out;
    text-transform: capitalize;
}


.sec-about .main{

}

.sec-about .main .pic1{
    position: relative;
}

.sec-about .main .pic1 img{
    width: 100%;
}


.sec-about .main .pic2 {
    position: absolute;
    bottom: -70px;
    left: -90px;
    width: 60%;
}

.sec-about .main .pic2 img{
    width: 100%;
}


.sec-services{
    padding: 80px 0;
}


.sec-services .main {
    text-align: center;
    max-width: 70%;
    margin: 0 auto 50px;
}


.sec-services .main h5 {
    margin: 0 0 10px;
    font-size: 20px;
    font-weight: 600;
    color: #525252;
    text-transform: uppercase;
}

.sec-services .main h2 {
    margin: 0 0 10px;
    font-size: 50px;
    font-weight: 700;
    color: #00a39a;
    font-family: 'EB Garamond', serif;
}

.sec-services .main p{
    margin: 0 0 20px;
    font-size: 15px;
    font-weight: 300;
    color: #5f5f5f;
}

.sec-services .head{
    text-align: center;
}

.sec-services .head img{
    width: 100%;
}

.sec-services .head h4 {
    margin: 30px 0 20px;
    font-size: 28px;
    font-weight: 700;
    color: #00a39a;
    font-family: 'EB Garamond', serif;
}

.sec-services .head p{
    margin: 0 0 20px;
    font-size: 14px;
    font-weight: 300;
    color: #5f5f5f;
}
.sec-services .col-sm-4 {
    padding: 0 10px;
}

.sec-services .read {
    margin-top: 40px;
}

.sec-services .read a{
    margin: 0 0 20px;
    font-size: 15px;
    font-weight: 400;
    color: #fff;
    background-color: #00a39a;
    padding: 10px 30px;
    transition: .5s all ease-in-out;
}

.sec-services ul.slick-dots {position: absolute;
    z-index: 11;
    bottom: 70px;
    margin: 0px;
    padding: 0;
    text-align: center;
    width: 100%;}

.sec-services ul.slick-dots button {border: 1px solid #00a39a;
    background: #00a39a !important;
    width: 6px;
    height: 6px;
    border-radius: 100%;
    font-size: 0;
    padding: 0px;
    position: relative;
    margin: 10px;}

.sec-services .slick-dots .slick-active button:before {border: 2px solid #00a39a;
    content: "";
    position: absolute;
    left: -5px;
    top: -4.9px;
    width: 14px;
    height: 14px;
    border-radius: 50%;}

.sec-services .slick-dots .slick-active button:before {border: 2px solid #00a39a;
    content: "";
    position: absolute;
    left: -5px;
    top: -4.9px;
    width: 14px;
    height: 14px;
    border-radius: 50%;}


.sec-test {
    padding: 80px 0 0;
}

.sec-test .row {
    display: flex;
    align-items: center;
}

.sec-test .col-sm-6 {
    padding: 0;
}

.sec-test .main {
    text-align: center !important;
    max-width: 70%;
    margin: 0 auto 0;
}

.sec-test .pic-story {}

.sec-test .pic-story img {
    width: 100%;
}

.sec-test .main .pic-coma {
    margin-bottom: 30px;
}

.sec-test .main .pic-coma img {
}

.sec-test .main h2 {
    margin: 0 0 10px;
    font-size: 50px;
    font-weight: 700;
    color: #00a39a;
    font-family: 'EB Garamond', serif;
}

.sec-test .main h6 {
    margin: 0 0 20px;
    font-size: 20px;
    font-weight: 400;
    color: #525252;
}

.sec-test .main p {
    line-height: 24px;
    font-size: 15px;
    font-weight: 300;
    color: #606060;
    margin-bottom: 40px;
}

.sec-test .main .test-pic img {
    display: inline-block;
}

.sec-test .main .test-pic {}


.sec-mission{
    background-image: url(../images/mission-back.jpg);
    height: 500px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.sec-mission .head {
    padding-top: 15%;
}

.sec-mission .head h5 {
    margin: 0 0 10px;
    font-size: 20px;
    font-weight: 600;
    color: #525252;
    text-transform: uppercase;
}

.sec-mission .head h2 {
    margin: 0 0 20px;
    font-size: 45px;
    font-weight: 700;
    color: #00a39a;
    font-family: 'EB Garamond', serif;
}

.sec-mission .head p{
    margin: 0 0 20px;
    font-size: 14px;
    font-weight: 300;
    color: #5f5f5f;
}
.sec-mission .read {
    margin-top: 40px;
}

.sec-mission .read a{
    margin: 0 0 20px;
    font-size: 15px;
    font-weight: 400;
    color: #fff;
    background-color: #00a39a;
    padding: 10px 30px;
    transition: .5s all ease-in-out;
}


.sec-help {

}

.sec-help .main-left {
    background-color: #f0f0f0;
    padding: 80px 120px 0px 280px;
}

.sec-help .main-right {background-color: #00a39a;padding: 80px 150px;}


.sec-help .head {}

.sec-help .head h2 {
    margin: 0 0 10px;
    font-size: 45px;
    font-weight: 700;
    color: #00a39a;
    font-family: 'EB Garamond', serif;
}

.sec-help .head p {
    font-size: 15px;
    font-weight: 300;
    color: #606060;
}

.sec-help .head .social {}

.sec-help .head .social ul {
    padding: 0;
    list-style: none;
    margin: 0;
}

.sec-help .head .social ul li {
    margin-right: 10px;
    display: inline-block;
}

.sec-help .head .social ul li a {
    font-size: 20px;
    color: #606060;
}

.sec-help .main-right .head {}

.sec-help .main-right .head h2 {
    margin: 0 0 10px;
    font-size: 45px;
    font-weight: 700;
    color: #fff;
    font-family: 'EB Garamond', serif;
}

.sec-help .main-right .head p {
    font-size: 15px;
    font-weight: 300;
    color: #fff;
}

.sec-help .main-right .head h5 {
    margin: 0 0 0;
    font-size: 20px;
    font-weight: 600;
    color: #fff;
    text-transform: uppercase;
}


.sec-contact{padding: 80px 0;height: auto !important;display: flex;flex-wrap: wrap;align-items: center;}

.sec-contact .pic{

}

.sec-contact .pic img{

    width: 100%;
}

.sec-contact .head{

}

.sec-contact .head h5{

    margin: 0 0 10px;

    font-size: 20px;

    font-weight: 600;

    color: #525252;

    text-transform: uppercase;
}

.sec-contact .head h2{

    margin: 0 0 40px;

    font-size: 45px;

    font-weight: 700;

    color: #00a39a;

    font-family: 'EB Garamond', serif;
}

.sec-contact .head input{

    font-size: 15px;

    width: 80%;

    padding: 10px 20px;

    margin-top: 20px;

    border: solid 1px #d7d7d7;

    background-color: #f1f1f1;
}

.sec-contact .head textarea{

    font-size: 15px;

    width: 80%;

    padding: 10px 20px;

    margin-top: 20px;

    border: solid 1px #d7d7d7;

    background-color: #f1f1f1;

    height: 200px;
}

.sec-contact .head button{

    display: block;

    margin: 10px 0 20px;

    font-size: 15px;

    font-weight: 400;

    color: #fff;

    background-color: #00a39a;

    padding: 10px 60px;

    transition: .5s all ease-in-out;
}

.footer {
    padding: 30px 0;
    background-color: #00a39a;
}

.footer .footer-menu ul {
    padding: 0;
    list-style: none;
    margin: 0;
}

.footer .footer-menu ul li {
    display: inline-block;
    margin-right: 30px;
}

.footer .footer-menu ul li a {
    font-size: 15px;
    font-weight: 400;
    color: #fff;
    text-transform: capitalize;
}

.footer .back-top {}

.footer .back-top a {
    font-size: 14px;
    color: #fff;
    font-weight: 400;
}

.footer .back-top a i {
}

.footer .social {
    margin-bottom: 20px;
}

.footer .social ul {
    padding: 0;
    list-style: none;
    margin: 0;
}

.footer .social ul li {
    display: inline-block;
    margin-right: 10px;
}

.footer .social ul li a {
    font-size: 18px;
    color: #fff;
}

.footer p {
    font-size: 12px;
    font-weight: 400;
    color: #fff;
}

.footer p a {
    font-size: 12px;
    font-weight: 400;
    color: #fff;
}

.footer .copy {
    text-align: center;
}

.footer .row.copy {
    display: block;
}




.inner-banner {
    background-color: #00a39a;
    padding: 100px 0;
}

.inner-banner .caption {text-align: center;}

.inner-banner .inner-banner-bg {
    text-align: center;
}

.inner-banner .caption h3 {
    font-size: 50px;
    font-weight: 700;
    color: #fff;
    text-align: center;
    margin: auto;
}

.inner-banner .row {
    display: block;
}

.about-page {
    padding: 80px 0 120px;
}

.simple-page {
    padding: 80px 0;
}

.simple-page .head h2 {
    margin: 0 0 40px;
    font-size: 45px;
    font-weight: 700;
    color: #00a39a;
    font-family: 'EB Garamond', serif;
    text-align: center;
}

.simple-page .head p {
    line-height: 24px;
    font-size: 15px;
    font-weight: 300;
    color: #606060;
    margin-bottom: 40px;
}

.disclosure-page {
    padding: 80px 0;
}

.disclosure-page .head{

}

.disclosure-page .head h2 {
    margin: 0 0 40px;
    font-size: 45px;
    font-weight: 700;
    color: #00a39a;
    font-family: 'EB Garamond', serif;
    text-align: center;
}

.disclosure-page .head p {
    line-height: 24px;
    font-size: 15px;
    font-weight: 300;
    color: #606060;
    margin-bottom: 40px;
}




.sec-test ul.slick-dots {position: absolute;
    z-index: 11;
    bottom: -90px;
    margin: 0px;
    padding: 0;
    text-align: center;
    width: 100%;}

.sec-test ul.slick-dots button {border: 1px solid #00a39a;
    background: #00a39a !important;
    width: 6px;
    height: 6px;
    border-radius: 100%;
    font-size: 0;
    padding: 0px;
    position: relative;
    margin: 10px;}

.sec-test ul.slick-dots li {
    display: inline-block;
}

.sec-test .slick-dots .slick-active button:before {border: 2px solid #00a39a;
    content: "";
    position: absolute;
    left: -5px;
    top: -4.9px;
    width: 14px;
    height: 14px;
    border-radius: 50%;}

.sec-test .slick-dots .slick-active button:before {border: 2px solid #00a39a;
    content: "";
    position: absolute;
    left: -5px;
    top: -5.9px;
    width: 14px;
    height: 14px;
    border-radius: 50%;}

.banner .bg-img .head .link a:hover {
    background-color: #00a39a;
    transition: .5s all ease-in-out;
}

.sec-about .head .learn a:hover {
    background-color: #24807b;
    transition: .5s all ease-in-out;
}

.sec-services .read a:hover{
    background-color: #24807b;
    transition: .5s all ease-in-out;
}

.sec-mission .read a:hover{
    background-color: #00a39a;
    transition: .5s all ease-in-out;
}

.sec-contact .head button:hover{
    background-color: #24807b;
    transition: .5s all ease-in-out;
    border: solid 2px #00a39a;
}
.testimonial-page {
    padding: 80px 0;
}

.testimonial-page .slick-dots .slick-active button:before {border: 2px solid #00a39a;
    content: "";
    position: absolute;
    left: -5px;
    top: -4.9px;
    width: 14px;
    height: 14px;
    border-radius: 50%;}


.header .header-menu ul li a:before {
    content: '';
    position: absolute;
    bottom: -10px;
    height: 2px;
    width: 0;
    background-color: #00a39a;
    transition: .5s all ease-in-out;
}

.header .header-menu ul li:hover a:before {
    width: 100%;
    transition: .5s all ease-in-out;
}

.is-invalid {
    border: 1px solid red !important;
}

.is-red {
    color: red !important;
}

/* ---------------------------------------------------Tabs-------------------------------------------------------------------------*/
.tabs-menu {
    margin: 0 !important;
    padding: 0 !important;
    border-bottom: 1px solid #a2a2a2;
}

.simple-page .tabs-menu li {
    display: inline-block;
    list-style: none;
    font-size: 15px !important;
    padding: 10px;
    padding-bottom: 8px;
}

.simple-page .tabs-menu li.current {
    position: relative;
    border-bottom: 1px solid #fff;
    z-index: 5;
}

.simple-page .tabs-menu li a {
    text-decoration: none;
    font-size: 15px !important;
    padding: 10px;
    padding-bottom: 8px;
}
.simple-page .tabs-menu .current a {
    border-bottom: 2px solid #00a39a;
}

.simple-page .tabs-menu a:hover {
    border-bottom: 2px solid #24807b;
}

.simple-page .tab {background-color: #fff;margin-bottom: 20px;width: auto;}
.simple-page .tab-content {max-width: 100%;padding: 30px 0;display: none; margin-top: 30px; }
.simple-page  #tab-1 {display: block; }


/* ---------------------------------------------------Dashboard-------------------------------------------------------------------------*/
.card-counter {
    box-shadow: 2px 2px 10px #DADADA;
    margin: 5px;
    padding: 20px 10px;
    background-color: #fff;
    height: 100px;
    border-radius: 5px;
    transition: .3s linear all;
}

.card-counter:hover {
    box-shadow: 4px 4px 20px #24807b;
    transition: .3s linear all;
}

.card-counter.primary {
    background-color: #007bff;
    color: #FFF;
}

.card-counter.danger {
    background-color: #ef5350;
    color: #FFF;
}

.card-counter.success {
    background-color: #66bb6a;
    color: #FFF;
}

.card-counter.info {
    background-color: #26c6da;
    color: #FFF;
}

.card-counter i {
    font-size: 5em;
    opacity: 0.2;
}

.card-counter .count-numbers {
    position: absolute;
    right: 35px;
    top: 20px;
    font-size: 32px;
    display: block;
}

.card-counter .count-name {
    position: absolute;
    right: 35px;
    top: 65px;
    font-style: italic;
    text-transform: capitalize;
    opacity: 0.5;
    display: block;
    font-size: 18px;
}

.cs-subscription-plans .card-header {
    background: #db0015; padding: 10px 15px;
}

.cs-subscription-plans .card-header h4 {
    color: #fff; font-size: 36px;
}

.cs-subscription-plans .card-body .card-title {
    color: #db0015; font-size: 36px;
}

/* ---------------------------------------------------Sidebar-------------------------------------------------------------------------*/
.sidebar-edit {
    background: #00a39a;
    padding: 7px;
    border-radius: 34px;
    font-size: 12px;
    position: relative;
    right: 20px;
    top: 20px;
}

.sidebar-edit i {
    color: #fff;
}

.ps-widget-sidebar .ps-widget_header {
    font-family: 'Barlow', sans-serif; text-align: center;
}

.ps-widget-sidebar .ps-widget_header img {
    border-radius: 100px;
    width: 90px;
    height: 90px;
    object-fit: cover;
    margin-bottom: 10px;
    border: 1px solid #00a39a;
    padding: 3px
}

.ps-widget-sidebar .ps-widget_header a {
    font-size: 14px;
    color: #000;
}

.ps-widget-sidebar .ps-widget-content ul {
    padding: 0;
    margin: 0;
    text-align: left;
}
.ps-widget-sidebar .ps-widget-content ul li {
    list-style: none;
    background: #00a39a;
    padding: 0;
    margin-bottom: 6px;
    border-radius: 5px;
    border: 1px solid #00a39a;
    cursor: pointer;
}

.ps-widget-sidebar .ps-widget-content ul li a {
    color: #fff;
    font-size: 19px;
    list-style: none;
    padding: 10px;
    border: 1px solid #00a39a;
    cursor: pointer;
    display: block;
}

.ps-widget-sidebar .ps-widget-content ul li a i {
    padding-right: 10px;
}

.ps-widget-sidebar .ps-widget-content ul li.active, .ps-widget-sidebar .ps-widget-content ul li:hover {
    background: #fff;
    border: 1px solid #00a39a;
    color: #00a39a;
}
.ps-widget-sidebar .ps-widget-content ul li.active a, .ps-widget-sidebar .ps-widget-content ul li:hover a {
    color: #00a39a;
}
.sec-about .head p, .sec-about .head p b, .sec-about .head p span{
    margin: 0 0 15px;
    font-size: 15px !important;
    font-weight: 300;
    color: #5f5f5f;
    font-family: 'Poppins', sans-serif !important;
}
.header .sign a {
    font-family: 'Poppins', sans-serif;
}
section.disclosure-page .head p span {
    line-height: 24px;
    font-size: 15px !important;
    font-weight: 300;
    color: #606060;
    margin-bottom: 40px;
    font-family: 'Poppins', sans-serif !important;
}
.sec-contact .head button {
    background-color: #00a39a;
    border: 0;
}
.sec-contact .head button:hover {
    background-color: #24807b;
    border: 0;cursor: pointer;
}
.header .sign a:hover {
    background-color: #24807b;
}
.ps-widget-sidebar .ps-widget-content ul li a {
    font-size: 17px;
}
button.btn.ps-btn,
.ps-btn{
    background-color: #00a39a;
    border: 0;    padding: 10px 30px;
    border-radius: 0;
}
button.btn.ps-btn:hover,
.ps-btn:hover{
    background-color: #24807b;
    border: 0;cursor: pointer;
}
.cs-subscription-plans .card-header h4 {
    font-size: 30px;
}
.cs-subscription-plans .card-header {
    background: #00a39a;
    padding: 20px 15px 10px 15px;
}
.subscription_inner {
    background: #00a39a;
    color: #fff;
    text-align: center;
    padding: 50px;
}
.subs_content_inner a {
    margin: 0 0 20px;
    font-size: 15px;
    font-weight: 400;
    color: #fff;
    background-color: #00a39a;
    padding: 10px 35px;
    display: inline-block;
}
.sec-contact .row {justify-content: center;}
/* ===================Responsive ===================*/
/*/ / 1600-1700px / /*/
@media screen and (min-width: 1600px) and (max-width: 1700px) {

}
/*/ / 1500-1600px / /*/
@media screen and (min-width: 1500px) and (max-width: 1599px) {s

}
/*/ / 1300-1366-1500 / /*/

@media screen and (min-width: 1300px) and (max-width: 1499px) {
.banner .bg-img .head {
    max-width: 80%;
}

.sec-help .main-left {
    padding: 80px 120px 80px 80px;
}

.sec-help .main-right {
    padding: 80px 120px 80px 100px;
}
}
/*/ / 1100-1200px / /*/
@media screen and (min-width: 1100px) and (max-width: 1299px) {
    .banner .bg-img .head {
    max-width: 70%;
}

.sec-help .main-left {
    padding: 100px;
}

.sec-help .main-right {
    padding: 100px;
}
}

/*/ / Ipad PRO /*/

@media screen and (min-width: 1000px) and (max-width: 1100px) {
.banner .bg-img .head {
    max-width: 80%;
}

.sec-help .main-left {
    padding: 100px;
}

.sec-help .main-right {
    padding: 100px;
}

.sec-help .main-right .head h2, .sec-help .head h2 {
    font-size: 35px;
    line-height: 45px;
}

.sec-contact .head h2 {
    margin: 0 0 10px;
}
.sec-contact {
    height: auto;
}
}

/*/ / Ipad - 768px and Landspace Mode : 820px / /*/

@media screen and (min-width: 100px) and (max-width: 949px) {
.header .sign a {
    display: block;
    width: 100%;
    padding: 5px 0;
    margin: auto;
}

.header  .row {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.banner .bg-img .head {
    max-width: 100%;
    padding: 0 10%;
}

.banner .bg-img {
    height: auto;
    padding: 80px 0;
    background-position: center center !important;
}
    .sec-help .col-sm-6 {
        max-width: 100%;
        flex: 0 0 100%;
        padding: 100px;
        text-align: center;
    }
    
    .sec-contact .head h2 {
        margin: 0 0 10px;
    }
    
    .sec-contact .head input, .sec-contact .head textarea {
        width: 100%;
        padding: 5px;
        margin: 6px auto;
    }
    
    .sec-contact .head textarea {
    }
    
    .sec-contact .row {
        align-items: center;
    }
    .inner-banner {
    height: auto;
    padding: 80px 0;
    }
    
    .inner-banner .caption {
        padding: 0;
    }
    .simple-page .col-md-2 svg {
    width: 100%;
    height: auto;
}

.simple-page  .row.mt-3 {
    align-items: center;
}

.ps-widget-sidebar .ps-widget-content ul li a {
    font-size: 11px;
    line-height: 21px;
}
}
/*/ / Mobile View / /*/
@media screen and (min-width: 100px) and (max-width: 550px) {

.header .header-menu ul {
    display: none;
}

.header .sign a {
    padding: 10px 0;
    text-transform: uppercase;
    font-weight: 700;
}

a#hamburg {
    background: #00a39a;
    top: 4px;
}

.banner .slick-track {
    /* max-width: 100%; */
    /* margin: auto; */
    /* width: 100% !important; */
}
.banner .bg-img .head h2 {
    font-size: 25px;
    line-height: 35px;
}

.banner .bg-img .head p {
    font-size: 13px;
    line-height: 23px;
}

.banner .bg-img .head {
    padding: 0 7px;
}

.sec-about {
    padding: 30px 0;
}

.sec-about .head {margin: 50px auto 0;text-align: center;}

.sec-about .head h2 {
    font-size: 30px;
    line-height: 40px;
}

.sec-about .head p, .sec-about .head p b, .sec-about .head p span {
    font-size: 13px !important;
    line-height: 23px !important;
}

.sec-help .col-sm-6 {
    padding: 50px 25px;
}

.sec-help .head h2 {
    font-size: 25px;
    line-height: 35px;
}

.sec-help .head p {
    font-size: 13px;
    line-height: 23px;
}

.sec-help .main-right .head h2 {
    font-size: 25px;
    line-height: 35px;
}

.sec-help .main-right .head h5 {
    font-size: 16px;
    line-height: 32px;
}

.sec-help .main-right .head p {
    font-size: 13px;
    line-height: 23px;
}

.sec-contact {
    padding: 30px 0;
}

.sec-contact .pic {
    margin: 0 auto 30px;
}

.sec-contact .head {
    text-align: center;
}

.sec-contact .head h5 {
    font-size: 16px;
    line-height: 32px;
    margin: auto;
}

.sec-contact .head h2 {
    font-size: 25px;
    line-height: 35px;
}

.sec-contact .head p {
    font-size: 13px;
    line-height: 23px;
}

.sec-contact .head input, .sec-contact .head textarea {
    font-size: 13px;
    line-height: 23px;
    padding: 15px;
}

.sec-contact .head button {
    margin: auto;
}

.nav1 .row .menu-main-menu-container {
    max-width: 100%;
    flex: 0 0 100%;
}

.nav-cross span {
    background: #fff;
}

.footer .footer-menu ul li {
    display: block;
    padding: 1% 15%;
}
.inner-banner .caption h3 {
    font-size: 30px;
    line-height: 40px;
    margin: auto;
}

.inner-banner {
    padding: 50px 0;
}

.about-page {
    padding: 50px 0;
}
.sec-contact {
    height: auto;
}
.sec-contact .row {
    justify-content: center;
    display: block;
}
.card-counter.success {
    margin: 0px auto  30px;
}
.open-menu .nav-cross:before {
    left: 0;
    right: 0;
    margin: auto;
}    
button.btn.ps-btn, .ps-btn {
    width: 100%;
    margin: 5px auto;
}
.sec-contact .alert  h3.text-left {
    font-size: 20px;
    line-height: 30px;
}

.sec-contact .alert br {
    display: none;
}

.sec-contact .alert h5.media-heading {
    font-size: 15px;
    line-height: 25px;
}

.sec-contact .alert {
    font-size: 13px;
    line-height: 23px;
}

.sec-contact select.form-control {
    font-size: 13px;
    line-height: 23px;
    margin: 15px auto;
    display: block;
}

.sec-contact input {
    font-size: 13px;
    line-height: 23px;
    margin: 15px auto;
}

.sec-contact  span.input-group-text {
}

.sec-contact  .input-group-prepend {
    margin: auto;
}

.sec-contact  .form-group {
    margin: 15px auto;
}

.sec-contact .input-group-prepend {
    margin: 15px auto 0;
}

.sec-contact  input[type="radio"] {width: auto;display: initial;margin: 6px auto;}

.sec-contact .form-check label {
    font-size: 13px;
    padding-left: 20px;
}

.sec-contact  .form-check {
    padding-left: 0;
}

.sec-contact textarea {
    font-size: 13px;
    line-height: 23px;
    width: 90%;
    margin: 15px auto;
}

.sec-contact .btn-success {
    width: 100%;
}

.sec-contact  canvas {
    width: 100%;
}

.sec-contact .btn-danger, .sec-contact .btn-primary {
    width: 100%;
    margin: 15px auto 0;
    padding: 15px;
}

.sec-contact .alert p, .sec-contact .alert strong {
    font-size: 13px;
    line-height: 23px;
}

.sec-contact input#iAccept {
    width: auto;
}

.sec-contact label.form-check-label.pl-3  b {display: inline-flex;position: relative;left: 20px;font-size: 13px;line-height: 23px;}

.sec-contact  label.form-check-label.pl-3 {
    padding: 0 !important;
}

.sec-contact a.btn-href.ml-3 {
    margin: 15px auto 0;
    display: block;
    text-align: center;
}
}
