html,
body {
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
}

body {
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    position: relative;
    font-size: 15px;
    line-height: 24px;
    color: #6f6f6f;
}

a {
    color: #6f6f6f;
}

a,
a:active,
a:focus,
a:hover {
    outline: none;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.nav li a {
    color: #000000 !important;
    height: 40px !important;
    padding: 0 !important;
    border: none !important;

}

.nav li a:hover {
    color: #fff !important;

}


.nav li {
    height: 40px;
    margin: 10px 2px;
    text-align: center !important;
    padding: 10px 20px;
    box-sizing: border-box;


}
.nav-item {
    margin: 0 3px !important;
}

.nav-link {
    text-align: center !important;
    padding: 5px 15px !important;
    border-radius: 5px;
    font-family: math, sans-serif
}

.nav-link:hover {
    background: #008000 !important;
    border-radius:5px;
    color: #fff !important;
}

.active-li {
    background: #008000 !important;
    border-radius: 5px !important;
    color: #fff !important;

}



.dropdown-item {
    transition: all 0.5s !important;
}

.dropdown-item:hover {
    letter-spacing: 1px !important;
}


.nav .active-li a {
    color: #fff !important;
}

.carousel-inner{
    height: 600px;
    display: flex;
    align-items: center;
    width: 100%;
}

@media screen and (max-width: 992px) {
    .carousel-inner{
        height: 420px;
    }
}
@media screen and (max-width: 820px) {
    .carousel-inner{
        height: 350px;
    }
}
@media screen and (max-width: 550px) {
    .carousel-inner{
        height: 250px;
    }
}

a:hover {
    text-decoration: none;
}

h4,
h5,
h6 {
    color: #3f3f3f;
    margin: 0 0 0 0;
    font-weight: bold;
}

h1,
h2,
h3 {
    color: #008000;
    margin: 0 0 0 0;
    font-weight: bold;
}

h1 {
    font-size: 48px;
    line-height: 52px;
}

h2 {
    font-size: 36px;
    line-height: 48px;
}

h3 {
    font-size: 30px;
    line-height: 36px;
}

h4 {
    font-size: 24px;
    line-height: 30px;
}

h5 {
    font-size: 18px;
    line-height: 24px;
}

h6 {
    font-size: 14px;
    line-height: 18px;
}

p {
    margin-bottom: 20px;
}

.logobrand {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    margin: 20px auto 0 auto;
    background: #fff;
    display: flex;
    align-items: center;

}

.topbar .bar-phone {
    border-right: 1px solid #fff;
    font-size: 14px;
    line-height: 14px;
    float: left;
    padding-right: 20px;
    margin: 9px 0;
}

.topbar .bar-mail {
    font-size: 14px;
    line-height: 14px;
    float: left;
    margin: 9px 0;
    margin-left: 20px;
}

.topbar .bar-phone strong,
.topbar .bar-mail strong {
    font-weight: 600;
}

.topbar .header-social {
    float: right;
    margin: -5px 0;
}

.topbar .header-social a {
    color: #fff;
    display: block;
    float: left;
    font-size: 16px;
    height: 43px;
    width: 50px;
    text-align: center;
    line-height: 43px;
    border-right: 1px solid #fff;
}

.topbar .header-social a:first-of-type {
    border-left: 1px solid #fff;
}

.topbar .header-social .facebook:hover {
    background: #4267B2;
}

.topbar .header-social .twitter:hover {
    background: #55ACEE;
}

.topbar .header-social .linkedin:hover {
    background: #3f729b;
}

.topbar1 {
    width: 50px;
    height: auto;
    padding: 0 15px;
    background-color: #008000;
    color: #fff;
    position: fixed;
}



.topbar1 .header-social a {
    color: #fff;
    display: block;
    font-size: 20px;
    height: 43px;
    width: 50px;
    text-align: center;
    line-height: 43px;
    border-bottom: 1px solid #fff;
}

.topbar1 .header-social .facebook:hover {
    background: #4267B2;
}

.topbar1 .header-social .twitter:hover {
    background: #55ACEE;
}

.topbar1 .header-social .linkedin:hover {
    background: #3f729b;
}

.sponsor-button {
    border: 2px solid #008000;
    border-radius: 3px;
    color: #008000;
    display: inline-block;
    margin: 20px 0 0 0;
    padding: 5px 10px;
    font-weight: 600;
    text-transform: uppercase;
}

.readmore-div {
    border-radius: 3px;
    color: #fff;
    padding: 3px 10px;
    margin-top: -40px !important;
    right: 50px;
    text-transform: uppercase;
    background: #e2e2e2;
    border: 2px solid #e2e2e2;
    cursor: pointer;
    position: absolute;

}

.learnmore-div {
    border-radius: 3px;
    color: #000;
    padding: 3px 10px;
    margin-top: -40px !important;
    right: 50px;
    text-transform: uppercase;
    background: #e2e2e2;
    border: 2px solid #e2e2e2;
    cursor: pointer;
    position: absolute;

}



.readmore-div:hover {
    background: #e2e2e2;
    color: #008000;
    border: 2px solid #008000;
}

.learnmore-div:hover {
    background: #e2e2e2;
    border: 2px solid #008000;
}


.sponsor-button:hover {
    background-color: #008000;
    color: #fff;
}

.navbar>.container .navbar-brand {
    width: 260px;
    padding: 5px 15px;
}


.logoimg {
    width: 100% !important;

}




.light-green-section {
    display: block;
    width: 100%;

    padding: 60px 0px;
    background: #c0fcc0;
}

.light-green-section2 {
    display: block;
    width: 100%;
    padding: 60px 0px;
    background: #41ca41;
}

.light-green-section3 {
    display: block;
    width: 100%;
    padding: 60px 0px;
    background: #4db14d;
}

#about-sec {
    width: 100%;
    padding: 60px 0;
    box-sizing: border-box;
}


#about-sec h1 {
    color: #008000;
}

#about-sec h2 {
    margin-top: 50px;
    font-size: 30px;
    line-height: 36px;
}

#about-sec p {
    margin: 15px 0 0 0;
}

#about-sec .btn1 {
    border: 2px solid #008000;
    border-radius: 3px;
    color: #008000;
    display: inline-block;
    margin: 30px 0 0 0;
    padding: 9px 20px;
    font-weight: 600;
    text-transform: uppercase;
}

#about-sec .btn1:hover {
    border: 2px solid #008000;
    background: #008000;
    color: #fff;
}

#about-sec .btn2 {
    background: #008000;
    border-radius: 3px;
    color: #fff;
    display: inline-block;
    margin: 30px 0 0 20px;
    padding: 9px 20px;
    font-weight: 600;
    text-transform: uppercase;
}

#about-sec .btn2:hover {
    background-color: #008000;
    color: #fff;
}

#activities-sec {
    display: block;
    width: 100%;
    background: url(../images/act-bg.jpg);
    background-size: cover;
    background-attachment: fixed;
    background-position: center;
    margin: 60px 0;
    padding: 60px 0;
}

#activities-sec h1,
#activities-sec h4,
#activities-sec h5 {
    color: #fff;
}

#activities-sec h4 {
    text-transform: uppercase;
    font-size: 18px;
    line-height: 18px;
}

#activities-sec hr {
    width: 150px;
    border: 2px solid #fff;
}

#activities-sec p {
    margin: 10px 0 0 0;
    color: #fff;
}

#activities-sec a {
    margin: 15px 0 0 0;
    color: #fff;
    font-weight: 700;
    border: 2px solid #fff;
    display: inline-block;
    border-radius: 3px;
    padding: 5px 10px;
}

#activities-sec a:hover {
    color: #008000;
    background: #fff;
}

#activities-sec .top-off {
    margin-top: 40px;
}

#activities-sec .grid-content-left {
    float: left;
    margin-right: 20px;
}

#activities-sec .grid-content-left i {
    height: 80px;
    line-height: 80px;
    width: 80px;
    background: #fff;
    text-align: center;
    font-size: 36px;
    color: #008000;
    transition: all 0.3s ease-in-out;
}

#activities-sec .grid-content-wrapper {
    float: right;
    width: 72%;
}

#activities-sec .top-off:hover .grid-content-left i {
    border-radius: 50%;
}

#video-sec {
    display: block;
    width: 100%;
    margin: 60px 0;
}

#video-sec h1 {
    color: #008000;
    text-transform: uppercase;
}

#video-sec hr {
    width: 150px;
    border: 2px solid #008000;
}

#video-sec p {
    margin: 0 0 0 0;
}

#video-sec .top-off {
    margin-top: 40px;
}

.grid-image img {
    width: 100%;
}

#video-sec .media-image {
    width: 85px;
    height: 85px;
    margin-right: 20px;
    float: left;
}

#video-sec .media-text {
    float: right;
    width: 81%;
}

#video-sec .media-text h5 {
    margin-top: 15px;
}

#video-sec .media-image img {
    width: 100%;
}

video {
    width: 100%;
    height: auto;
}

#projects-sec {
    display: block;
    width: 100%;
    background: url(../images/project-bg.jpg);
    background-size: cover;
    background-attachment: fixed;
    background-position: center;
    margin: 60px 0;
    padding: 60px 0;
}

#projects-sec h1,
#projects-sec h4,
#projects-sec h5 {
    color: #fff;
}

#projects-sec h4 {
    text-transform: uppercase;
    font-size: 18px;
    line-height: 18px;
}

#projects-sec hr {
    width: 150px;
    border: 2px solid #fff;
}

#projects-sec p {
    margin: 10px 0 0 0;
    color: #fff;
}

#projects-sec a {
    margin: 15px 0 0 0;
    color: #fff;
    font-weight: 700;
    border: 2px solid #fff;
    display: inline-block;
    border-radius: 3px;
    padding: 5px 10px;
}

#projects-sec a:hover {
    color: #008000;
    background: #fff;
}

#projects-sec .top-off {
    margin-top: 30px;
}

#projects-sec h3 {
    font-size: 22px;
    text-transform: uppercase;
    color: #fff;
    margin: 10px 0 0 0;
    line-height: 26px;
}

#projects-sec .post-content hr {
    width: 100px;
    border: 1px solid #fff;
    margin: 10px auto;
}

#gallery-sec {
    display: block;
    width: 100%;
    margin: 60px 0;
}

#gallery-sec h1 {
    color: #008000;
}

#gallery-sec hr {
    width: 150px;
    border: 2px solid #008000;
}

#gallery-sec p {
    margin: 15px 0 0 0;
}

#gallery-sec .btn1 {
    border: 2px solid #008000;
    border-radius: 3px;
    color: #008000;
    display: inline-block;
    margin: 30px 0 0 0;
    padding: 9px 20px;
    font-weight: 600;
    text-transform: uppercase;
}

#gallery-sec .btn1:hover {
    border: 2px solid #008000;
    background: #008000;
    color: #fff;
}

#gallery-sec .btn2 {
    background: #008000;
    border-radius: 3px;
    color: #fff;
    display: inline-block;
    margin: 30px 0 0 20px;
    padding: 9px 20px;
    font-weight: 600;
    text-transform: uppercase;
}

#gallery-sec .btn2:hover {
    background-color: #008000;
    color: #fff;
}

#gallery-sec ul {
    margin: 0;
    padding: 0;
}

#gallery-sec ul li {
    list-style: none;
    width: 23.5%;
    margin: 20px 2% 0 0;
    float: left;
}

#gallery-sec ul li:nth-child(4n+0) {
    margin: 20px 0 0 0;
}

#gallery-sec ul li .image {
    position: relative;
    width: 100%;
    overflow: hidden;
}

#gallery-sec ul li .image img {
    width: 100%;
    transition: all 0.3s ease-in-out;
}

#gallery-sec ul li .image:hover img {
    transform: scale(1.2);
}

#gallery-sec ul li .image .overlay {
    width: 100%;
    height: 100%;
    background: rgba(236, 29, 37, 0);
    position: absolute;
    left: 0;
    top: 0;
    transition: all 0.3s ease-in-out;
    text-align: center;
    opacity: 0;
}

#gallery-sec ul li .image:hover .overlay {
    background: rgba(236, 29, 37, 0.8);
    opacity: 1;
}

#gallery-sec ul li .image .overlay i {
    color: #fff;
    font-size: 50px;
    margin: 24% 0;
}

.callout {
    padding: 40px 0;
    background: #008000;
}

.callout h2 {
    color: #fff;
    font-size: 26px;
    text-transform: uppercase;
    line-height: 30px
}

.callout .callout-actions {
    padding: 0 0;
    font-size: 0;
    text-align: center;
}

.callout .callout-actions .button {
    display: inline-block;
    vertical-align: top;
    min-width: 213px;
    margin: 0;
    padding: 11px 15px 12px;
    background: transparent;
    border: 2px solid #fff;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    color: #fff;
}

.callout .callout-separator {
    color: #008000;
    font-weight: bold;
    text-transform: uppercase;
}

.callout .callout-separator span {
    display: inline-block;
    vertical-align: middle;
    width: 43px;
    height: 43px;
    border-radius: 50%;
    background: #fff;
    text-align: center;
    line-height: 43px;
    font-size: 12px;
}

.callout .callout-separator:before,
.callout .callout-separator:after {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 28px;
    height: 1px;
    background: #fff;
}

.callout .callout-separator:before,
.callout .callout-separator:after {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 28px;
    height: 1px;
    background: #fff;
}

.footer .footer-body {
    padding: 60px 0;
    background: #a4e4a4;
    color: #000;
}

.list-links {
    display: flex;

}

.footer-section-body {
    text-align: justify;
}

.list-links li a {
    color: #000;
}

.footer .footer-section .footer-section-title {
    color: #008000;
    font-weight: 900;
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.footer .footer-section .footer-section-title:after {
    content: '';
    display: block;
    width: 46px;
    height: 1px;
    margin: 20px 0 20px;
    background: #008000;
}

.footer .footer-section ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.footer .footer-section ul li {
    display: inline-block;
    width: 49%;
    margin-bottom: 10px;
}

.footer .footer-section b {
    color: #008000;
}

.footer .footer-section ul li a:hover {
    color: #fff;
}


.bwt-footer-copyright {
    font-size: 14px;
    background: #41ca41;
    color: #1a3a44;
    padding: 10px 0;
    line-height: 20px;
}

.bwt-footer-copyright .left-text {
    text-align: left;
    margin: 10px 0;
}

.bwt-footer-copyright .right-text {
    text-align: right;
    margin: 10px 0;
}

.bwt-footer-copyright a {
    color: #1a3a44;
}

.bwt-footer-copyright a:hover {
    color: #fff;
}


.bwt-footer-develop {
    font-size: 14px;
    background: #008000;
    color: #1a3a44;
    padding: 2px 0;
    line-height: 20px;
}

.bwt-footer-develop a {
    color: #1a3a44;
}

.bwt-footer-develop a:hover {
    color: #fff;
}


#inner-banner {
    display: block;
    background: url(../images/inner-bg.jpg) no-repeat center 0;
}

#inner-banner .overlay {
    background: rgba(0, 0, 0, 0.7);
    padding: 150px 0 60px 0;
}

#inner-banner h1 {
    color: #fff;
}

#team {
    margin: 60px 0;
    display: block;
}

#team h1 {
    color: #008000;
}

#team hr {
    width: 150px;
    border: 2px solid #008000;
}

#team .member {
    margin-top: 30px;
}

#team .avatar-inner img {
    width: 100%;
}

#team .name a {
    color: #333;
    font-weight: 600;
    margin-top: 10px;
    display: block;
    font-size: 16px;
}

#team .regency {
    color: #999;
    font-style: italic;
    font-size: 14px;
    font-weight: 600;
}

#help {
    display: block;
    width: 100%;
    background: url(../images/act-bg.jpg);
    background-size: cover;
    background-attachment: fixed;
    background-position: center;
    margin: 60px 0;
    padding: 60px 0;
}

#help h1,
#help h4,
#help h5 {
    color: #fff;
}

#help h4 {
    text-transform: uppercase;
    font-size: 18px;
    line-height: 18px;
}

#help hr {
    width: 150px;
    border: 2px solid #fff;
}

#help p {
    margin: 10px 0 0 0;
    color: #fff;
}

#help .icon_circle {
    width: 100px;
    height: 100px;
    background: #fff;
    border-radius: 100%;
    line-height: 115px;
    text-align: center;
    color: #008000;
    position: relative;
    float: left;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    margin-right: 30px;
}

#help .help-text {
    float: left;
    width: 75%;
}

#help .top-off {
    margin-top: 40px;
}

#help .line.line-50 {
    background: #fff;
    margin-right: auto;
    width: 50px;
    height: 1px;
    margin: 10px 0 10px;
}

#help .icon_circle:before {
    content: '';
    position: absolute;
    width: 90px;
    height: 90px;
    border: 1px solid #008000;
    background: transparent;
    border-radius: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
}

#help .icon_circle i {
    font-size: 40px;
    letter-spacing: -5px;
}

.act-box {
    border: 1px solid #ccc;
}

.act-box .image {
    margin: 0 -15px;
}

.act-box .image img {
    width: 100%;
}

.act-box .act-pad {
    padding: 40px 50px 50px 50px;
}

.act-box h4 {
    border-bottom: 2px dashed #d5d4d4;
    padding-bottom: 15px;
    margin-bottom: 20px;
    color: #008000;
    text-transform: uppercase;
}

.act-box .price {
    margin: 20px 0px 0px;
    color: #008000;
    float: left;
    font-weight: 600;
    font-size: 18px;
}

.act-box .goal {
    color: #008000;
    margin-left: 10px;
}

.act-box .btn1 {
    border: 2px solid #008000;
    border-radius: 3px;
    color: #008000;
    display: inline-block;
    padding: 9px 20px;
    font-weight: 600;
    text-transform: uppercase;
    float: right;
    margin: 10px 0 0 0 !important;
}

.act-box .btn1:hover {
    border: 2px solid #008000;
    background: #008000;
    color: #fff;
}

#pro-sec {
    display: block;
    width: 100%;
    margin: 60px 0;
}

#pro-sec .top-off {
    margin-top: 30px;
}

#pro-sec h3 {
    font-size: 22px;
    text-transform: uppercase;
    color: #008000;
    margin: 10px 0 0 0;
    line-height: 26px;
}

#pro-sec .post-content {
    border: 1px solid #d7d7d7;
    background-color: #f7f7f7;
    padding: 10px 20px;
}

#pro-sec .post-content hr {
    width: 100%;
    border: 2px solid #008000;
    margin: 10px auto;
}

#pro-sec p {
    margin: 10px 0 0 0;
}

#pro-sec a {
    background: #008000;
    border-radius: 3px;
    color: #fff;
    display: inline-block;
    margin: 15px 0 20px 0;
    padding: 7px 15px;
    font-weight: 600;
    text-transform: uppercase;
}

#pro-sec a:hover {
    background-color: #008000;
    color: #fff;
}

.google-maps {
    position: relative;
    padding-bottom: 30%; // This is the aspect ratio
    height: 0;
    overflow: hidden;
}

.google-maps iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
}

.con-box {
    color: #fff;
    padding: 50px 0;
    background-color: #008000;
    -webkit-transition: all 0.4s ease 0s;
    -khtml-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}

.con-box i {
    font-size: 50px;
}

.con-box h3 {
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    text-transform: uppercase;
    margin-top: 0px;
    margin-bottom: 0px;
    -webkit-transition: all 0.4s ease 0s;
    -khtml-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}

.fancy-box-content p {
    font-size: 14px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0.35px;
    margin: 0 !important;
}

.con-form input[type=text],
.con-form input[type=email],
.con-form input[type=password],
.con-form input[type=phone],
.con-form textarea {
    border-radius: 0;
    width: 100%;
    margin-top: 30px;
    padding: 8px 10px;
    font-weight: 600;
    border: 1px solid #ccc;
}

#owl-demo .sponser-box img {
    width: 100%
}

#owl-demo .item {
    background: #f5f5f5;
    padding-bottom: 1px;
    margin: 10px;
}

#owl-demo .item h4 {
    font-size: 22px;
    text-transform: uppercase;
    color: #008000;
    margin: 10px 0 0 0;
    line-height: 26px;
}

#owl-demo .spon-bdr {
    border-top: 1px solid #ccc;
    margin-top: 5px;
    padding-top: 5px;
    text-align: left;
}

#owl-demo .btn1 {
    background: #008000;
    border-radius: 3px;
    color: #fff;
    display: block;
    margin: 10px 10px;
    padding: 7px 15px;
    font-weight: 600;
    text-transform: uppercase;
}

@media (max-width: 1024px) {

    h1 {
        font-size: 40px;
        line-height: 46px;
    }

    .navbar>.container .navbar-brand {
        width: 230px;
        padding: 10px 15px !important;
    }

}

#first-slider .slide1 h2,
#first-slider .slide2 h2,
#first-slider .slide3 h2,
#first-slider .slide4 h2 {
    font-size: 50px;
    width: 90%;
}

#first-slider .slide1 h3,
#first-slider .slide2 h3,
#first-slider .slide3 h3,
#first-slider .slide4 h3 {
    width: 80%;
}

#first-slider .carousel .item {
    min-height: 450px;
}

#activities-sec .grid-content-left {
    float: none;
    margin: 0 auto;
    text-align: center;
    margin-bottom: 10px;
}

#activities-sec .grid-content-wrapper {
    float: none;
    width: 100%;
    text-align: center;
}

#video-sec .media-image {
    width: 60px;
    height: 60px;
}

#video-sec .media-text {
    float: right;
    width: 82%;
}

#video-sec .media-text h5 {
    margin-top: 0px;
}

.callout h2 {
    font-size: 24px;
}

.callout .callout-actions .button {
    min-width: 176px;
}

#inner-banner .overlay {
    padding: 140px 0 60px 0;
}

#help .help-text {
    width: 71%;
}

#help .icon_circle {
    margin-right: 20px;
}

.breadcrumb {
    margin-top: 10px;
}

.breadcrumb a {
    color: #008000 !important;
}

.act-box .act-pad {
    padding: 20px 20px 25px 20px;
}

#pro-sec h3 {
    font-size: 20px;
    line-height: 24px;
}

}

@media (max-width: 768px) {

    h1 {
        font-size: 36px;
        line-height: 36px;
    }

    .topbar .bar-phone span,
    .topbar .bar-mail span {
        display: none;
    }

    .topbar .bar-phone,
    .topbar .bar-mail {
        margin: 9px 0 9px 15px;
    }

    .topbar .header-social {
        float: right;
        margin: -5px 15px -5px 0;
    }

    #first-slider .slide1 h2,
    #first-slider .slide2 h2,
    #first-slider .slide3 h2,
    #first-slider .slide4 h2 {
        font-size: 36px;
        width: 90%;
        padding: 17% 0 0 0;
    }

    #first-slider .slide1 h3,
    #first-slider .slide2 h3,
    #first-slider .slide3 h3,
    #first-slider .slide4 h3 {
        font-size: 16px;
        width: 80%;
        margin: 10px auto 0 auto;
        line-height: 24px;
    }

    #first-slider .carousel .item {
        min-height: 400px;
    }

    #about-sec,
    #activities-sec,
    #video-sec,
    #project-sec,
    #gallery-sec,
    #help {
        margin: 40px 0;
    }

    #activities-sec,
    #project-sec,
    #help {
        padding: 40px 0;
    }

    #video-sec .media-image {
        width: 80px;
        height: 80px;
    }

    #video-sec .media-text {
        float: right;
        width: 86%;
    }

    #video-sec .media-text h5 {
        margin-top: 15px;
    }

    .grid-image {
        width: 75%;
        margin: 0 auto;
    }

    .callout h2 {
        font-size: 20px;
        text-align: center;
        margin-bottom: 20px;
    }

    .footer .footer-body {
        padding: 40px 0;
    }

    #gallery-sec ul li {
        width: 48%;
    }

    #gallery-sec ul li:nth-child(4n+0) {
        margin: 20px 0 0 0;
    }

    #gallery-sec ul li:nth-child(2n+0) {
        margin: 20px 0 0 0;
    }

    #inner-banner .overlay {
        padding: 110px 0 60px 0;
    }

    .breadcrumb {
        margin-top: 5px;
    }

    #pro-sec .grid-image {
        width: 100%;
        margin: 0 auto;
    }

    .navbar-header {
        height: auto !important;
    }
}

@media (max-width: 768px) {

    h1 {
        font-size: 30px;
        line-height: 30px;
    }

    .topbar .header-social a {
        width: 45px;
    }

    #first-slider .slide1 h2,
    #first-slider .slide2 h2,
    #first-slider .slide3 h2,
    #first-slider .slide4 h2 {
        font-size: 26px;
        width: 90%;
        padding: 18% 0 0 0;
    }

    #first-slider .slide1 h3,
    #first-slider .slide2 h3,
    #first-slider .slide3 h3,
    #first-slider .slide4 h3 {
        font-size: 14px;
        width: 80%;
        margin: 5px auto 0 auto;
        line-height: 20px;
    }

    #first-slider .slide1 h4 a,
    #first-slider .slide2 h4 a,
    #first-slider .slide3 h4 a,
    #first-slider .slide4 h4 a {
        color: #fff;
        background: #008000;
        display: inline-block;
        border-radius: 3px;
        padding: 0px 15px;
        font-size: 12px;
    }

    #first-slider .slide1 h4,
    #first-slider .slide2 h4,
    #first-slider .slide3 h4,
    #first-slider .slide4 h4 {
        margin: 15px auto 0 auto;
    }

    #first-slider .carousel .item {
        min-height: 350px;
    }

    nav.navbar.bootsnav .navbar-brand {
        margin: 0 0 0 -5px !important;
    }

}

nav.navbar.bootsnav .navbar-toggle {
    margin-right: 0px;
    margin-top: 23px;
}

#help .help-text {
    width: 100%;
    float: none;
    margin-top: 10px;
    text-align: center;
}

#help .icon_circle {
    float: none;
    margin: 0 auto;
}

#help .line.line-50 {
    margin: 10px auto;
}

.act-box .act-pad {
    padding: 50px 50px 50px 50px;
}

.google-maps {
    position: relative;
    padding-bottom: 40%;
    overflow: hidden;
}

.bwt-footer-copyright .left-text {
    text-align: center;
}

.bwt-footer-copyright .right-text {
    text-align: center;
}

}

@media (max-width: 640px) {

    #video-sec .media-text {
        float: right;
        width: 83%;
    }

    #inner-banner .overlay {
        padding: 120px 0 60px 0;
    }

    .breadcrumb {
        margin-top: 15px;
        text-align: left;
    }

    .act-box .act-pad {
        padding: 40px 30px;
    }

    #about-sec h2 {
        margin-top: 30px;
        font-size: 24px;
        line-height: 30px;
    }

}

@media (max-width: 480px) {

    h1 {
        font-size: 26px;
        line-height: 26px;
    }

    .topbar .header-social {
        display: none;
    }

    .attr-nav {
        right: 0;
        top: 50px;
        width: 100%;
        text-align: center;
    }

    #first-slider .slide1 h2,
    #first-slider .slide2 h2,
    #first-slider .slide3 h2,
    #first-slider .slide4 h2 {
        font-size: 20px;
        line-height: 20px;
        padding: 15% 0 0 0;
    }

    #first-slider .slide1 h4,
    #first-slider .slide2 h4,
    #first-slider .slide3 h4,
    #first-slider .slide4 h4 {
        margin: 5px auto 0 auto;
    }

    #video-sec .media-text {
        float: right;
        width: 75%;
    }

    .callout .callout-separator:before,
    .callout .callout-separator:after {
        content: '';
        display: inline-block;
        vertical-align: middle;
        width: 10px;
        height: 1px;
        background: #fff;
    }

    #inner-banner .overlay {
        padding: 170px 0 60px 0;
    }

    .act-box .act-pad {
        padding: 30px 20px;
    }

    .act-box .price {
        margin: 15px 0px 0px 0;
        float: none;
    }

    #about-sec .btn1 {
        float: none;
        margin: 15px 0 0 0 !important;
    }

    .google-maps {
        position: relative;
        padding-bottom: 50%;
        overflow: hidden;
    }

    #first-slider {
        margin-top: 100px;
    }

    #first-slider .carousel .item {
        min-height: 270px;
    }

}

@media (max-width: 360px) {

    h1 {
        font-size: 20px;
        line-height: 20px;
    }

    h5 {
        font-size: 15px;
        line-height: 22px;
    }

    .topbar .bar-phone,
    .topbar .bar-mail {
        margin: 9px 0 9px 10px;
        font-size: 12px;
    }

    .topbar .bar-phone {
        padding-right: 10px;
    }

    element.style {}

    #first-slider .slide1 h2,
    #first-slider .slide2 h2,
    #first-slider .slide3 h2,
    #first-slider .slide4 h2 {
        font-size: 16px;
        line-height: 16px;
        padding: 8% 0 0 0;
    }

    #first-slider .slide1 h3,
    #first-slider .slide2 h3,
    #first-slider .slide3 h3,
    #first-slider .slide4 h3 {
        font-size: 12px;
        width: 80%;
        margin: 5px auto 0 auto;
        line-height: 16px;
    }

    #video-sec .media-text {
        float: none;
        width: 100%;
        text-align: center;
    }

    #video-sec .media-image {
        width: 80px;
        height: 80px;
        float: none;
        margin: 0 auto;
    }

    .callout .callout-separator span {
        display: block;
        margin: 10px auto;
    }

    .callout .callout-separator:before,
    .callout .callout-separator:after {
        display: none;
    }

    #gallery-sec ul li {
        width: 95%;
        float: none;
        margin: 20px auto 0 auto;
    }

    #gallery-sec ul li:nth-child(2n+0) {
        margin: 20px auto 0 auto;
    }

    #projects-sec h3 {
        font-size: 18px;
        text-transform: uppercase;
        color: #fff;
        margin: 10px 0 0 0;
        line-height: 24px;
    }

    .act-box .act-pad {
        padding: 20px 0px;
    }

    #about-sec h2 {
        margin-top: 30px;
        font-size: 20px;
        line-height: 24px;
    }

    #first-slider .carousel .item {
        min-height: 220px;
    }

}

@media (max-width: 320px) {

    #first-slider .slide1 h2,
    #first-slider .slide2 h2,
    #first-slider .slide3 h2,
    #first-slider .slide4 h2 {
        font-size: 16px;
        line-height: 16px;
        padding: 6% 0 0 0;
    }

    #first-slider .carousel .item {
        min-height: 190px;
    }

}

.cards {
    height: 360px;
    margin: 20px 10px;
    border-bottom: 1px solid gray;
    border-top: 1px solid #ffb202;
    padding: 15px;
    box-shadow: 2px 3px 5px #e2e2e2;
    border-radius: 15px;
    position: relative;

}

.cards .readmore-div {
    border-radius: 3px;
    color: #fff;
    padding: 3px 10px;
    right: 50px;
    text-transform: uppercase;
    background: #e2e2e2;
    border: 2px solid #e2e2e2;
    cursor: pointer;
    position: absolute;
    bottom: -15px;

}


.cards2 {
    height: auto;
    margin: 20px 10px;
    border-bottom: 1px solid #4f8610;
    border-top: 1px solid #ffb202;
    padding: 15px;
    /* box-shadow: 2px 3px 5px #c58b02; */
    border-radius: 5px;
    position: relative;
}

.cards2 span{
    color: #25D366;
}

.cards2 .readmore-div {
    border-radius: 3px;
    color: #fff;
    padding: 3px 10px;
    margin-top: 20px !important;
    right: 50px;
    text-transform: uppercase;
    background: #e2e2e2;
    border: 2px solid #e2e2e2;
    cursor: pointer;
    position: absolute;

}

.activity-title {
    padding: 10px;
    height: 80px;
    overflow: hidden;
}

.cards2:hover {
    background-color: #f8f8f8;
}

.cards-dash {
    height: 120px;
    margin: 20px 10px;
    border-bottom: 1px solid gray;
    border-top: 1px solid #ffb202;
    padding: 15px;
    box-shadow: 1px 1px 5px #e2e2e2;
    border-radius: 15px;
    background: #f3f3f3;
}


.cards-dash2 {
    height: 120px;
    margin: 20px 10px;
    border-bottom: 1px solid gray;
    border-top: 1px solid #ffb202;
    padding: 15px;
    box-shadow: 1px 1px 5px #e2e2e2;
    border-radius: 15px;
    background: #8ed5ec;
}


.cards-dash strong {
    color: #008000;
    font-weight: 1000;
    font-size: 18px;
}

.cards-dash2 strong {
    color: #008000;
    font-weight: 1000;
    font-size: 18px;
}

.cards-div {
    margin: 10px;
    /* border-bottom: 1px solid gray; */
    padding: 15px;
    padding-bottom: 40px;
    text-align: justify;

}

.home-card-div {
    border: 1px solid #008000;
    border-radius: 5px;
    padding: 20px 10px 10px 10px;
    margin: 10px 5px;
    min-height: 350px;
    transition: all 0.5s;
    display: flex;
    flex: 1;

}

.home-card-div:hover {
    transform: scale(1.05);
    box-shadow: 0 0 5px #008000;
}


.home-card-div h3 {
    color: #008000;

}

.cards-home {
    margin: 10px;
    padding: 15px;
    
    text-align: justify;

}

.button {
    background: none;
    border: 1px solid #fff;
    padding: 2px 10px;
    border-radius: 15px;
}

.button:hover {
    border: 2px solid #fff;

}

.justify-space-between {
    display: flex;
    justify-content: space-between;
    color: #fff;
}

.toptop {
    background: #008000;
    height: 50px;
    box-sizing: border-box;
    padding: 10px 50px;
}

.username {
    width: 50%;
}

.input-div {
    display: row;
}

.input-div label {
    margin: 5px;
}

.input {
    width: 100% !important;
    height: 50px;
    border: 1px solid gray;
    border-radius: 25px !important;
    padding: 10px 20px !important;
}

.edit-delete {
    width: 100%;
    height: 35px;
    direction: rtl;
}

.edit-delete-div {
    display: flex;
}

.hr1 {
    margin: 5px;
}

.d-flex1 {
    width: 100%;
    display: flex !important;
    flex-direction: row;
}


d-flex1 h1 {
    width: auto;
    margin-top: 0;
    color: #008000 !important;

}

d-flex1 h2 {
    width: auto;
    margin-top: 0;
    color: #008000 !important;

}

.search {
    width: 80%;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
}

.video {
    height: 260px;
    margin: 20px 10px;
    border: 1px solid gray;
    padding: 15px;
    text-align: justify;
    border-radius: 20px;
    box-shadow: 1px 2px 3px gray;
}

.videos {
    max-width: 700px;
    width: 100%;
    margin: 10px auto;
    border: 5px solid #008000;

}

.videotitle {
    width: 300px;
    margin: 0 auto;
    text-align: center;
}

.titleimage {
    width: 300px;
    height: 150px;
    margin: 0 auto;
}

.blogimg {
    max-width: 700px;
    width: 98%;
    height: auto;
    margin: 10px auto;
    border: 1px solid #008000;
    border-top-left-radius: 50px;
    border-bottom-right-radius: 50px;
    overflow: hidden;
}

.blogsimg {
    max-width: 250px;
    width: 100%;
    height: auto;
    margin: 0 auto 10px auto;

}

.namebrand {
    width: 100%;
    text-align: center;
    color: #008000;
    cursor: pointer;
}

.namebrand h3 {
    color: #008000;

}

.createbutton {
    width: 100px;
    position: absolute;
    margin-top: -35px !important;
    margin-left: 120px !important;
    border-radius: 25px;
    border: none;
    border-bottom: 1px solid gray;
    color: #008000 !important;
    font-weight: 600;
    font-size: 15px;
}

.createbutton:hover {
    box-shadow: 1px 1px 3px #008000;
}

.createbutton2 {
    width: 150px;
    position: absolute;
    margin-top: -35px !important;
    margin-left: 100px !important;
    border-radius: 10px;
    border: none;
    border-bottom: 1px solid gray;
    border-top: 1px solid #ffb202;
    color: #008000 !important;
    font-weight: 600;
    font-size: 15px;
}

.createbutton2:hover {
    box-shadow: 1px 1px 3px #008000;
    margin-left: 80px !important;
}


.createbutton3 {
    width: 150px;
    position: absolute;
    margin-top: -15px !important;
    margin-left: 120px !important;
    border-radius: 10px;
    border: none;
    border-bottom: 1px solid gray;
    border-top: 1px solid #ffb202;
    color: #008000 !important;
    font-weight: 600;
    font-size: 15px;
}

.createbutton3:hover {
    box-shadow: 1px 1px 3px #008000;
    margin-left: 90px !important;
}

.aboutlinks {
    width: 280px;
    padding: 10px;
    margin-left: 20px;
    display: flex;
    height: auto;
}

.aboutlinks:hover {
    background: #f5f5f5;
}

.aboutlinksa {
    margin: 3px 10px;
    font-size: 20px;
    height: 100%;
    font-weight: 600;
    color: #000;

}

.aboutlinksa:hover {
    color: #008000;
}

.abouticons i {
    color: #008000;
}

.sociallinks {
    width: 280px;
    margin: 0 auto;
    justify-content: space-between;
    display: flex;
    flex-direction: row;

}

.solink {
    width: 60px;
    height: 60px;
    border: 5px solid #e2e2e2;
    border-radius: 50%;
    text-align: center;
    padding: 5px;

}

.solink:hover {
    background: #e3e3e3;
}

.loggedin {
    width: 200px;
    height: 30px;
    background: #ffb202;
    position: fixed;
    left: 20px;
    top: 20px;
    text-align: center;
    font-weight: 750;
    color: #000;
}

.prod {
    display: flex;
    flex-direction: row;
    height: 25px;
    border-bottom: 1px dotted #e2e2e2;
}

.prod h6 {
    margin: 0 5px;
    color: gray;
}

.prod span {
    color: #008000;
    font-size: 14px;
    font-weight: 700;
}


.team-div {
    width: 90%;
    height: 260px;
    border-radius: 20px;
    display: flex;
    flex-direction: column;
    padding: 20px;
    margin-top: 100px;
    border-bottom: 1px solid #008000;
    box-shadow: 1px 2px 3px #e3e3e3;
    background: #8ed5ec;
}

.team-div:hover {
    background: #008000;
    border-bottom: none;
    color: #fff;
}

.team-img {
    width: 150px;
    height: 150px;
    margin: 10px auto;
    border-radius: 50%;
    margin-top: -80px;

}


.team-img img {
    width: 150px;
    height: 150px;
    border-radius: 50%;
    border: 5px solid #fff;
}


.Gallary {
    width: 90%;
    margin: 20px auto;

    transition: transform .3s;
    /* Animation */
    background: #008000;
    position: relative;
    overflow: hidden;
    border-top-left-radius: 30px;
    border-bottom-right-radius: 30px;
}

.Gallary:hover {
    transform: scale(1.1);
    /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
}

.gdetails {
    width: 100%;
    margin-top: -60px;
    background-color: rgba(0, 0, 0, 0.299) !important;
    color: #fff;
    position: absolute;
    padding: 5px 10px 10px 10px;
    box-sizing: border-box;
    height: 60px;
}


.partner-div {
    width: 90%;
    min-height: 250px;
    box-shadow: 1px 2px 3px gray;
    padding: 0 20px;
    margin-bottom: 10px;
}

.partner-img {
    width: 150px;
    height: auto;
    margin: 0 auto;

}

.asdf {
    width: 100%;
    height: 50px;
    background-color: #ffb202;
    text-align: center;
    padding: 10px;

}


/* Jobs Section */

.jobs-div {
    border: 1px solid #7D8286;
    margin-top: 20px;
    padding: 0;
}

.jobs-list {
    width: 100%;
    background: #008000;
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    text-align: center;
    margin-bottom: 20px;
    padding: 10px;
}

.jobs-div .Jobs {
    width: 100% !important;
    border-top: 1px solid #7D8286 !important;
    padding: 10px;
    min-height: 90px;
}

.Jobs h4 {
    color: #7D8286;

}

.Jobs h4:hover {
    color: #008000;

}

.jobd {
    width: 100%;
    margin: 0 5px 0 20px;
    display: flex;
    flex-direction: row;
}

.Jobs:hover {
    background-color: #f3f3f3;
}

.row2 {
    display: flex;
    flex-direction: row;
    align-items: center;
    width: 100%;
    gap: 5px;
}

.row2 i {
    color: #008000;
    font-size: 20px;
    margin-right: 6px;
    font-weight: 600;
}

.row2 h6 {
    margin-top: 10px;
}

.row2 h6 strong {
    color: #008000;
}

.newjob {
    position: absolute;
    right: 15px;
    color: #ffb202;
    font-size: 25px;
}

.job-full {
    width: 100%;
    border: 1px solid #7D8286;
    padding: 10px 20px;
}

.job-full h3,
h4,
h5 {
    color: #71AD49 !important;
}

.related-jobs {
    width: 100%;
    border: 1px solid #7D8286;
    padding: 10px 15px;
    background-color: #71AD49;
    margin-top: 30px;
    border-radius: 20px;
    color: #fff;

}

.related-jobs h6 {
    color: #fff;
}


.date-effects {
    margin: 5px 20px;
}

.share-div {
    width: 100%;
    border: 1px solid #7D8286;
    padding: 10px 15px;
    background-color: #f2f2f2;
    margin-top: 20px;

}

.job-details-div {
    background-color: #f3f3f3;
    border-radius: 5px;
    padding: 10px;
    width: 100%;
}

.job-details-div h5 {
    margin-top: 10px;
}

.job-details-div hr {
    border: 1px solid #ababac;
    margin: 0;
}

.details-job {
    display: flex;
    flex-direction: row;
}

.detail-left {
    width: 120px;
    border-bottom: 1px solid #7D8286;
    margin: 5px 10px 0 0;
}

.detail-right {
    padding-top: 10px;
}

.social-media {
    display: flex;
    margin: 0 auto;
    max-width: 700px;
    width: 100%;
    margin-bottom: 10px;
}

.social-media-share {
    text-align: center;
    margin: 2px;

}

.social-media-share a i {
    font-size: 20px !important;
}


.social-media-share a:hover {
    font-size: 15px !important;
    color: #f2f2f2;
}


/* 
.facebook-a {
    background-color: #3b5998;
    color: #fff;
    padding: 5px 5px 3px 2px;
    font-size: 12px;

}

.whatsapp-a {
    background: #25D366;
    color: #fff;
    padding: 5px 5px 3px 2px;
    font-size: 12px;
}

.twitter-a {
    background-color: #00acee;
    color: #fff;
    padding: 5px 5px 3px 2px;
    font-size: 12px;
} */

.mail-a {
    background-color: #5c5e61;
    color: #fff;
    padding: 5px 5px 3px 2px;
    font-size: 12px;
}

/* .copylink-a {
    background-color: #ffb202;
    color: #fff;
    padding: 0px 5px 3px 2px;
    font-size: 12px;
    border: none;
    height: 25px;
    margin-top: 1px;
} */

.copylink-a i {
    font-size: 20px;

}

/* .copylink-a:hover {
    padding-right: 8px;

} */

.print-a {
    background-color: #a3051a;
    color: #fff;
    padding: 0px 5px 3px 2px;
    font-size: 12px;
    border: none;
    height: 25px;
    margin-top: 1px;
}

.print-a i {
    font-size: 20px;

}

.print-a:hover {
    padding-right: 8px;

}

.save-a {
    background-color: #008000;
    color: #fff;
    padding: 2px 5px 3px 2px;
}


.search-div {
    width: 100%;
    display: flex;
    margin-top: 10px;
    margin-right: 30px;
    background-color: none;
    border-bottom: 1px solid #fff;
    color: #fff;
}


.search-input {
    width: 100%;
    margin: 10px;
    margin-right: 0 !important;
    border: none !important;
    background: none !important;
    color: #fff !important;
}

#search::placeholder {
    color: #fff !important;
}

.search-input:focus {
    border: none !important;
    outline: none !important;
    background: none;
}

.button-search {
    margin-left: 0 !important;
    margin-top: 10px;
    font-size: 20px;
    font-weight: 600;
    background: none !important;
    border: none;
    color: #000;
}

.button-search i:hover {
    font-size: 22px;
    color: #fff;
}

.button-search a {
    font-size: 14px;
    color: #000;
}

.button-search a:hover {
    font-size: 16px;
    color: #fff;
}

/* End Jobs Section */


.block992 {
    display: none !important;
}


@media screen and (max-width: 992px) {

    .block992 {
        display: block;
    }
}



/* Home Login Div */

.login-div {
    position: absolute;
    top: 0px;
    right: 20px;
    background: #fff;
    /* border-radius: 5px; */
    border: 1px solid #05a005;
    z-index: 100;
    overflow: hidden;

}

@media screen and (max-width: 992px) {
    .login-div {
        display: none;
    }
}


.login-title {
    background: #008000;
    color: #fff;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 40px;
    margin-bottom: 10px;
    font-weight: 550;
}

.login-body {
    padding: 10px;
}


.rcy-input {
    display: flex;
    align-items: center;
    gap: 5px;
    margin-bottom: 5px;
}


.btn-rcy {
    background: #05a005;
    color: #fff;
    display: flex;
    align-items: center;
    gap: 5px;
    margin: 0 auto;
}

.btn-rcy:hover {
    background: #008000;
    color: #41ca41;
}




/* Social Share */
.share-in-social-media {
    max-width: 800px;
    width: 100%;
    margin: 10px auto;
    border: 1px solid #c5c5c5;
    position: relative;
    padding: 5px 10px;

}
.social-media{
    display: flex;
    align-items: center;
    justify-content: center;
}

.social-media-share{
    width: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.social-media-share i{
    font-size: 25px;
    color: #242424;
}

.social-media-share i:hover{
    color: #ffb202;
}

.copylink-a{
    cursor: pointer;
}



/* ================ Message ================ */
.message-div{
    display: none;
}

.messages-body{
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #24242431;
    transition: all .5s;
    z-index: 999 !important;
}


.success-message{
    z-index: 999 !important;
    position: relative;
    max-width: 400px;
    width: 95%;
    margin: 50px auto;
    background: #242424;
    height: 150px;
    transition: all .5s;
    border: 1px solid #ffd979;
    box-shadow: 0 5px 10px #414141;
    padding: 5px;
}

.sm-header{
    color: #ffd979;
    width: 100%;
    font-size: 30px;
    text-align: center;
    margin-top: 10px;

}

.sm-body{
    color: #ffd979;
    padding: 2px 5px;
    text-align: center;
    margin-top: 10px;

}

.success-message .close-btn {
    height: auto !important;
    width: 100%;
}


.success-message .toggle-btn-in {
    display: block !important;
    position: absolute;
    right: 10px;
    transition: all 0.4s;
    height: 26px;
    width: 26px;
    text-align: center;
    padding: 10px 0;
    top: 40px;
    cursor: pointer;

}


.success-message .toggle-btn-in .first {
    display: block;
    width: 90%;
    height: 2px;
    background: #888888;
    transform: rotate(45deg);
    transition: all .5s;
}

.success-message .toggle-btn-in .second {
    display: block;
    width: 90%;
    height: 2px;
    background: #a8a8a8;
    transform: rotate(135deg);
    transition: all .5s;
}

.success-message .toggle-btn-in:hover>.second {
    width: 100%;
    transform: rotate(45deg);
}

.success-message .toggle-btn-in:hover>.first {
    transform: rotate(145deg);
    width: 100%;
}

.success-message .sidebar::-webkit-scrollbar {
    width: 1px !important;
    background: none !important;
}


#messageBody.mb-closed{
    top: -100%;
    display: none !important;

}



/* The Modal (hidden by default) */
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    min-height: 100vh; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgba(16, 16, 16, 0.9); /* Semi-transparent background color (#101010) */
    /* padding-top: 60px; */
}

/* Modal Content/Box */


.modal-dialog{
    z-index: 9999 !important;
}
.modal-content {
    /* background-color: #ffb202;  */
    margin: 0 auto; /* Centered */
    padding: 20px;
    border: 1px solid #888;
    max-width: 700px;
    width: 90%; /* Could be more or less, depending on screen size */
    color: #101010; /* Text color */
    box-sizing: border-box;
    min-height: 100%;

}

/* The Close Button */
.close {
    color: #101010; /* Close button color */
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.close:hover,
.close:focus {
    color: #000; /* Darker color on hover/focus */
    text-decoration: none;
    cursor: pointer;
}


/* Report A Problem Styles  */

.report-problem-btn{
    position: fixed;
    right: 0;
    width: 50px;
    bottom: 100px;
    border-top-left-radius: 25px;
    border-bottom-left-radius: 25px;
    border: 1px solid #e89a02;
    padding: 2px 5px;
    border-right: 0;
    z-index: 1;
}

.report-problem-btn button{
    padding: 0px;
}
