@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&display=swap');

body {
    font-family: 'Poppins', sans-serif;
}

.main-header {
    position: absolute;
    z-index: 999;
    width: 100%;
    -ms-animation-duration: 500ms;
    -moz-animation-duration: 500ms;
    -op-animation-duration: 500ms;
    -webkit-animation-duration: 500ms;
    animation-duration: 500ms;
    padding-top: 30px;
    padding-bottom: 20px;
    color: #fff;
}

.list {
    float: right;
}

.toll-number {
    float: right;
    margin-right: 100px;
    margin-top: 13px;
    width: 47%;
}

.toll-number span {
    float: left;
    margin-right: 10px;
}

.toll-number marquee {
    float: left;
    width: 49%;
}

.banner-head {
    background-image: url(../images/img-2-1.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    width: 100% !important;
}

.banner-img img {
    width: 100%;
}

.fixed-logo {
    display: none;
}

.fixed {
    background-color: #fff;
    position: fixed;
    color: #000 !important;
    padding: 10px 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.10);
    max-height: 112px;
}

.fixed .fixed-logo {
    display: block;
}

.fixed .logo {
    display: none;
}

.fixed .navbar-brand img {
    max-height: 95px;
}

.fixed .toll-number {
    margin-top: 31px;
}

.fixed .menu-text {
    color: #525252;
}

.fixed .menu-btn span,
.fixed .menu-btn:before,
.fixed .menu-btn:after {
    border-bottom: 2px solid #525252;
}

.navbar-brand img {
    max-height: 90px;
}

.navbar {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}

.navbar-collapse {
    margin-top: -61px;
}

.nav-item ul {
    list-style: none;
}

.nav-item li {
    float: left;
    color: #fff;
    font-size: 15px;
    font-weight: bold;
}

.nav-link {
    color: white;
    margin-top: 61px;
}

.logo img {
       width: 200px;
    padding-bottom: 20px;
    padding-top: 45px;
}

.txt p {
    color: white;
    margin-bottom: 0;
    font-size: 25px;
}

.txt h1 {
    color: #a6ce39;
    font-weight: 600;
    font-size: 60px;
}

.carousel-caption {
    right: inherit;
    bottom: 25%;
    text-align: left;
    padding: 30px;
    left: 8%;
    text-transform: uppercase;
}

.carousel-caption::before {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    border-top: 1px #fff solid;
    height: 45%;
    width: 20%;
    border-right: 1px #fff solid;
}

.carousel-caption::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    border-bottom: 1px #fff solid;
    height: 45%;
    width: 20%;
    border-left: 1px #fff solid;
}

.carousel-item img {
    width: 100%;
}

.box {
    position: relative;
    background-color: #fff;
    color: #ddd;
}

.mission-cap {
    text-align: center;
    font-size: 16px;
    padding: 60px 0;
    color: #3e5205;
    background-color: #dde4c74a;
}

.mission-cap h2 {
    text-transform: uppercase;
    font-size: 22px;
    color: #3e5205;

}

.mission-cap p {
    padding: 5px 96px;
    line-height: 30px;
    position: relative;
}

.mission-cap p::before {
    position: absolute;
    right: 0;
    content: "";
    height: 100%;
    width: 1px;
    background: #a6ce39;
}

.mission-cap .vision::before {
    display: none;
}

.abt-cap {
    padding: 70px 76px;
    color: #130032;
    font-size: 15px;
}

.abt-cap p {
    font-size: 16px;
    line-height: 30px;
    color: #130032;
}

.abt-bg {
    background: #ffff;
    background-image: url(../images/iconbg20.png);
    background-position: top right;
    background-repeat: no-repeat;
}

.career-bg {
    background: #ffff;
    background-image: url(../images/life.jpg);
    background-position: top right;
    background-repeat: no-repeat;
}

.abt-cap .btn-primary {
    background: #fff;
    color: #000;
    border: 0px;
    padding: 12px 25px;
}

.abt-cap .btn-primary:hover {
    color: #fff;
    background: #a6ce39;
}

.testimonial h4 {
    color: #302965;
}

.testimonial .carousel-inner {
    padding: 70px 90px;
    position: relative;
}

.testimonial .carousel-inner::before {
    content: "";
    position: absolute;
    right: 100px;
    top: 100px;
    border-top: 1px #a6ce39 solid;
    height: 45%;
    width: 20%;
    border-right: 1px #a6ce39 solid;
}

.testimonial .carousel-inner::after {
    content: "";
    position: absolute;
    left: 50px;
    bottom: 50px;
    border-bottom: 1px #a6ce39 solid;
    height: 45%;
    width: 20%;
    border-left: 1px #a6ce39 solid;
}

.suc-cap {
    display: table;
}

.suc-cap h4 {
    color: white;
}

.suc-icon {
    margin-left: 46px;
    margin-bottom: 0px;
}

.suc-icon2 {
    margin-left: 477px;
}

.suc-img1 {
    margin-left: 445px;
    margin-top: 5px;
    width: 20%;
}

.suc-img2 {
    width: 20%;
}

.suc-cap .content {
    color: white;
    line-height: 30px;
    padding: 40px;
    /*margin-bottom: 30px;*/
    padding-bottom: 0;
}

/*.suc-cap .content::after {
content: "";
position: absolute;
left: 0;
bottom: 0;
border-bottom: 1px #3dcd00  solid;
height: 45%;
width: 20%;
border-left: 1px #3dcd00  solid;
}*/
.suc-cap .content p {
    padding: 20px;
    padding-bottom: 10px;
    color: #130032;
}

.suc-cap .content p::before {
    content: "";
    position: absolute;
    background-image: url(../images/quotes-1.png);
    left: 0;
    top: 0;
    background-repeat: no-repeat;
    width: 50px;
    height: 50px;
    display: none;
}

.suc-cap .content p::after {
    content: "";
    position: absolute;
    background-image: url(../images/quotes-2.png);
    right: 0;
    bottom: 0;
    background-repeat: no-repeat;
    width: 50px;
    height: 50px;
    display: none;
}

.suc-cap .content .bi {
    color: #646464;
    font-size: 30px;
}

.suc-img3 {
    border-radius: 50%;
    width: 60px !important;
    height: 60px;
}

.author {
    width: 100%;
    float: left;
}

.author img {
    float: left;
}

.author p {
    float: left;
    color: #fff;
    padding-left: 20px;
    padding-top: 10px;
}

.author p span {
    display: block;
    color: #000;
}

.author p span:nth-of-type(2) {
    font-size: 12px;
    margin-top: 3px;
    color: #424242;
}

.img-bg {
    background-image: url(../images/img18.jpg);
}

.box3 {
    background: #33a205;
}

.box3 img {
    padding-left: 612px;
}

.btn1 button {
    background-color: white;
    width: 153px;
    height: 54px;
    color: #3dcd00;
    border-radius: 4px;
    border: #3dcd00;
}

.mar {
    margin-bottom: 269px;
}

.con {
    margin-top: -76px;
    margin-left: 112px;
    font-weight: 600;
}

.outreach {
    padding: 70px 0;
}

.section-bg {
    background: #f8f7f7;
    background-image: url(../images/map-bg.png);
    background-repeat: no-repeat;
    background-position: top left;
}

.outreach .reach {
    border-radius: 5px;
    padding: 30px;
    background: #fff;
    position: relative;
}

.outreach .reach:hover {
    background-color: #a6ce39;
}

.outreach .reach::before {
    content: "";
    position: absolute;
    right: 20px;
    top: 20px;
    border-top: 1px #130032 solid;
    height: 45%;
    width: 20%;
    border-right: 1px #130032 solid;
}

.outreach .reach::after {
    content: "";
    position: absolute;
    left: 20px;
    bottom: 20px;
    border-bottom: 1px #130032 solid;
    height: 45%;
    width: 20%;
    border-left: 1px #130032 solid;
}

.outreach .reach .img-icon {
    margin-bottom: 4px;
}

.reach-box {
    margin-bottom: 10px;
    display: table;
    width: 100%;
    margin-top: 10px;
}

.img-cap p {
    color: #130032;
    font-size: 15px;
    margin-bottom: 0;
}

.icon1 img {
    padding-left: 151px;
    margin-top: -52px;
    margin-bottom: -107px;
}

.icon2 img {
    padding-right: 181px;
    margin-top: -60px;
}

.outreach-head h3 {
    text-align: center;
    font-size: 28px;
    font-weight: 300;
    margin-bottom: 40px;
}

.product-sec {
    background-image: url(../images/img-5.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 130px 0;
    background-position: top;
}

.pro-rw {

    /*position: relative;*/
    z-index: 2;
}

#carouselExampleDark::before {
    position: absolute;
    content: "";
    left: -50px;
    top: -50px;
    background-image: url(../images/dot-bg.png);
    width: 203px;
    height: 235px;
}

.product-box img {
    width: 100%;
    padding: 13px;
}

.product-box {
    background-color: white;
    box-shadow: 2px 2px 10px 0px rgb(62 104 178 / 20%);
    margin-bottom: 20px;
    height: 100%;
    display: table;
}

.pro-rw .col-md-4 {
    margin-bottom: 20px;
}

.product-box p {
    text-align: center;
    font-size: 13px;
    font-weight: 600;
    padding: 7px;

}

.product-cap h3 {
    margin-bottom: 20px;
    font-weight: 300;
}

.product-cap p {
    font-family: 'Poppins';
    font-size: 15px;
    line-height: 32px;
    padding-right: 40px;
}

h3 {
    font-size: 26px;
    font-weight: 300;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.ls-img {
    padding: 100px;
}

.locate-form {
    width: 60%;
}

.form-contact {
    width: 261px;
    height: 41px;
    margin-bottom: 12px;
    font-size: 13px;
    font-family: 'poppins';
    padding: 10px;
}

.form li {
    list-style: none;
}

.form-control {
    border-radius: 0px;
}

.form h3 {
    margin-bottom: 20px;
    color: #133c7f;
    font-family: 'poppins';
    font-weight: 600;
    font-size: 18px;
}

.form-select {
    border-radius: 0px;
    /*border: 1px #000 solid;*/
    color: #6b6c6e;
}

.form {
    padding: 100px;
    width: 90%;
}

.st-row {
    margin-left: 0;
    margin-right: 0;
}

.about-mission p,
.about-mission h2 {
    color: #fff;
}

.ls-img {
    background-image: url(../images/Untitled-3.jpg);
    background-repeat: no-repeat;
    background-position: right bottom;
}

.ls-img h3 {
    color: #212529;
}

.ls-form {
    background-image: url(../images/Untitled-1.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background: #ffff;

}

.map-sec {
    background-color: #eeeeee;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 80px 0px;
}

.map-box {
    background-color: white;
    padding: 40px 40px;
    box-shadow: 0px 2px 10px 0px rgb(22 85 197 / 19%);
    margin: 0;
    position: relative;
    z-index: 2;
}

.map-box p {
    font-size: 14px;
    padding: 10px;
    padding-top: 17px;
    padding-bottom: 13px;
}

.map-box h3 {
    font-size: 26px;
    font-weight: 300;
    margin-bottom: 0;
}

.map-box::before {
    position: absolute;
    content: "";
    background-image: url(../images/dot-bg.png);
    width: 203px;
    height: 205px;
    right: -80px;
    top: -80px;
    z-index: -1;
}

.map-cap ul {
    margin: 0;
    padding: 0;
}

.map-cap ul li {
    list-style: none;
    line-height: 28px;
    margin-bottom: 20px;
}

.map-cap ul li span {
    background-color: #302965;
    padding: 3px 16px;
    border-radius: 20px;
    float: right;
    width: 50px;
    color: #fff;
    text-align: center;
}

.btn2 button {
    background: #ef0000;
    font-size: inherit;
    color: white;
    font-weight: bold;
    padding: 12px;
    width: 221px;
    border: none;
}

.map-img img {
    width: auto;
    margin: 0 auto;
    display: table;
}

.footer {
    background-image: url(../images/img-16.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 50px 0 0;
    border-top: 5px #a6ce39 solid;
}

.banner5 {
    background-image: url(../images/img-16.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    height: 223px;
    font-size: 13px;
    color: white;
}

.content1 {
    color: white;
    line-height: 20px;
}

.menu li {
    list-style: none;
    line-height: 35px;
}

.menu li a:hover {
    color: #88888c;
}

.menu li a {
    color: #ffffff;
    text-decoration: none;
    font-size: 13px;
    text-transform: uppercase;
}

.join-link {
    text-decoration: none;
    color: #fff;
}

.join-link:hover {
    color: #fff;
}

.join-btn {
    margin: 0;
    margin-right: 125px;
    margin-top: 10px;
    background-color: #8bb025;
    padding: 2px 14px;
    border-radius: 3px;
    position: relative;
    z-index: 2;
    font-size: 17px;
    width: 100px;
    display: block;
}

.join-btn:hover {
    background-color: #7a9c1b;
}

.add1 {
    line-height: 25px;
}

.links li {
    list-style: none;
}
.links ul{
    margin-bottom: 0px;
}

.foot {
    background-color: #2b2461;
    margin-top: 20px;
}

.footer p {
    color: white;
    font-size: 13px;
}

.foot p {
    color: white;
    font-size: 12px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.txt7 p {
    padding: 34px 55px;
}

.wrapper {
    position: fixed;
    top: -100%;
    /*left: -100%;*/
    right: 45px;
    height: auto;
    width: 300px;
    /* background: linear-gradient(375deg, #1cc7d0, #2ede98); */

    /* background: linear-gradient(-45deg, #e3eefe 0%, #efddfb 100%);*/
    transition: all 0.2s ease-in-out;
    background-color: #130032;
    background-position: right;
}

.wrapper .first-slide {
    background-color: #fff;
    width: 100%;
    border-radius: 5px;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
    padding: 3px 0px;
    overflow: hidden;
}

.wrapper .contact-side {
    background-image: url(../images/menu3.jpg);
    background-repeat: no-repeat;
    height: 100vh;
    display: flex;
    align-content: center;
    align-items: center;
    background-color: #5b711c;
    display: none;
}

ul li {
    list-style: none;
}

.first-slide .img12 {
    display: none;

}

#active:checked~.wrapper {

    /*left: 0;*/
    right: 45px;
    top: 80px;

}

.nav-item {
    margin-top: -50px;
    margin-left: 109px;
}

.menu-cap {
    margin-top: 68px;
    margin-left: 73px;
}

.menu-text {
    float: right;
    font-size: 17px;
    margin-right: 65px;
    margin-top: 12px;
}

.menu-text p {
    padding-bottom: 0px;
}

.menu-btn {
    position: absolute;
    z-index: 2;
    right: 100px;
    top: 28px;
    height: 50px;
    width: 225px;
    text-align: center;
    border-radius: 50%;
    font-size: 20px;
    cursor: pointer;
    color: #fff;
    transition: all 0.3s ease-in-out;
}

.menu-btn span,
.menu-btn:before,
.menu-btn:after {
    content: "";
    position: absolute;
    top: calc(50% - 1px);
    left: 76%;
    width: 40%;
    border-bottom: 2px solid #fff;
    transition: transform .6s cubic-bezier(0.215, 0.61, 0.355, 1);
    width: 15px;
}

.menu-btn:before {
    width: 11px;
    transform: rotate(129deg);
}

.menu-btn:after {
    width: 11px;
    transform: rotate(48deg);
    margin-left: -6px;
}

.menu-btn img {
    margin-top: 55px;
    margin-left: 31px;
}

.menu-btn span {
    display: none;
}

.close {
    z-index: 1;
    width: 100%;
    height: 100%;
    pointer-events: none;
    transition: background .6s;
}

/* closing animation */
#active:checked+.menu-btn span {
    transform: scaleX(0);
}

#active:checked+.menu-btn:before {
    transform: rotate(47deg);
    border-color: #a6ce39;
}

#active:checked+.menu-btn:after {
    transform: rotate(-45deg);
    border-color: #a6ce39;
}

#active:checked+.menu-btn .menu-text {
    color: #a6ce39;
}


.wrapper ul {
    margin: 0;
    padding: 0;
}

.wrapper ul li {
    height: 0%;
    margin: 2px 0;
    float: none;
}

.wrapper ul li a:hover {
    background-color: #f5f5f7;
}

.wrapper ul li a {
    text-decoration: none;
    font-size: 13px;
    font-weight: 500;
    padding: 20px;
    color: #636363;
    position: relative;
    line-height: 0px;
    margin: 0px 0px;
    width: 100%;
    display: block;
    opacity: 0;
    transition: all 0.3s ease;
    transition: transform .6s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.wrapper ul li a:after {
    position: absolute;
    content: "";
    background: #fff;
    /*background: linear-gradient(#14ffe9, #ffeb3b, #ff00e0);*/

    /*background: linear-gradient(375deg, #1cc7d0, #2ede98);*/
    width: 100%;
    height: 30px;
    left: 0;
    top: 0;
    border-radius: 50px;
    transform: scaleY(0);
    z-index: -1;
    transition: transform 0.3s ease;
}

.wrapper ul li a:hover:after {
    transform: scaleY(1);
}

.wrapper ul li a:hover {
    color: #a6ce39;
}

input[type="checkbox"] {
    display: none;
}

#active:checked~.wrapper ul li a {
    opacity: 1;
    text-transform: uppercase;
}

.wrapper ul li a {

    /* transition: opacity 1.2s, transform 1.2s cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translateX(100px);*/
}

#active:checked~.wrapper ul li a {

    /* transform: none;
    transition-timing-function: ease, cubic-bezier(.1, 1.3, .3, 1);*/
    /* easeOutBackを緩めた感じ */

    /*  transition-delay: .6s;
    transform: translateX(-100px);*/
}

.img12 img {
    padding: 40px;
    width: 300px;
}

.contact-side .add {
    color: #f2f2f2;

}

.add {
    width: auto;
    margin: 0 auto;
    font-family: 'Poppins';
    color: #130032;
}

.add p {
    font-size: 16px;
    line-height: 28px;
}

.banner-abt {
    background-image: url(../images/img-21.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    height: 223px;
    font-size: 13px;
    color: white;
}

.inner-banner img {
    margin-top: 25px;
    width: 100%;
}

.inner-banner h3 {
    padding-top: 38px;
}

.inner-banner p {
    line-height: 30px;
    font-family: 'Poppins';
    text-align: justify;
}

.mb-30 {}

.btn-primary {
    padding-left: 30px;
    padding-right: 30px;
    background-color: #22074c;
    border: 0px;
}

.btn-primary:hover {
    background-color: #302965;
    color: #fff !important;
}

.ls-form .btn-primary {
    padding-left: 30px;
    padding-right: 30px;
    background-color: #c7271a;
    border: 0px;
}

.ls-form .btn-primary:hover {
    background-color: #ed2919;
}

.carousel-control-prev {
    right: 10% !important;
    left: inherit !important;
}

.carousel-control-next {
    right: 7% !important;
    left: inherit !important;
}

.carousel-control-next,
.carousel-control-prev {
    bottom: 10px;
    top: inherit;
    background-color: #a6ce39;
    padding: 5px;
    width: auto;
    font-size: 11px;
    opacity: 1;
    width: 2rem;
    height: 2rem;
}

.align-middle {
    vertical-align: middle !important;
    align-items: center;
    align-content: center;
    display: flex;
}

#carouselExampleDark .carousel-indicators {
    bottom: -60px;
}

.about-img {
    background-image: url(../images/about.jpg);
    min-height: 500px;
}

.success-img {
    background-image: url(../images/success.jpg);
    min-height: 500px;
    background-size: cover;
    position: relative;
}

.success-img::before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    background-color: #000;
    height: 100%;
    opacity: .5;
}

.inner-banner {
    height: 300px;
    padding: 200px 110px 0;
    box-sizing: border-box;
}

.inner-banner h2 {
    font-size: 30px;
    text-transform: uppercase;
    color: #fff;
}

.breadcrumb-item {
    text-transform: uppercase;
}

.about-banner {
    background-image: url(../images/about-banner.jpg);
}

.success-banner {
    background-image: url(../images/success-banner.jpg);
}

.careers-banner {
    background-image: url(../images/careers.jpg);
}

.gallery-banner {
    background-image: url(../images/gallery.jpg);
}

.news-banner {
    background-image: url(../images/news.jpg);
}

.associates-banner {
    background-image: url(../images/associates.jpg);
}

.branch-banner {
    background-image: url(../images/branch-locater.jpg);
}

.contact-banner {
    background-image: url(../images/contact.jpg);
}

.bc-area {
    background: #f9f9f9;
    padding: 20px 0;
}

.breadcrumb {
    font-size: 13px;
    margin-bottom: 0px;
}

.breadcrumb-item a {
    color: #133c7f;
    text-decoration: none;
}

.breadcrumb-item a:hover {
    color: #a6ce39;
}

.figure-caption {
    color: #000;
}

.figure {
    float: left;
    /*width: 200px;*/
    color: #0000;
}

.inner-content {
    padding: 40px 0px;
}

.inner-content .inner-img {
    float: left;
    margin-right: 40px;
    margin-bottom: 10px;
    max-width: 400px;
    height: 400px;
    object-fit: cover;
}

.inner-content p {
    font-size: 14px;
    line-height: 30px;
}

.side-nav {
    margin: 0px;
    padding: 0;
    border: 1px solid #EBEBEB;
}

.side-nav li {
    width: 100%;
    display: block;
    list-style: none;
    padding: 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}

.side-nav li:last-child {
    border-bottom: 0px;
}

.side-nav li a {
    text-transform: capitalize;
    font-size: 13px;
    color: #302965;
    position: relative;
    letter-spacing: 0.7px;
    display: flex;
    align-content: center;
    align-items: center;
    text-decoration: none;
    text-transform: uppercase;
}

.side-nav li>a>.icon {
    /*width: 62px;*/
    height: 63px;
    background-color: #a6ce39;
    line-height: 63px;
    text-align: center;
    position: relative;
    margin-right: 20px;
    display: inline-block;
    color: #fff;
    font-size: 20px;
    padding-left: 20px;
    padding-right: 20px;
}

.side-nav li:hover>a>.icon {
    background-color: #302965;
}

.side-nav li:hover>a>.icon:before {
    content: "";
    border-top: 6px solid transparent;
    border-left: 12px solid transparent;
    border-bottom: 6px solid transparent;
    position: absolute;
    width: 6px;
    height: 12px;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    right: -8px;
    border-left: 12px solid #302965;
}

.side-nav li.active>a>.icon {
    background-color: #302965;
}

.side-nav li.active>a>.icon:before {
    content: "";
    border-top: 6px solid transparent;
    border-left: 12px solid transparent;
    border-bottom: 6px solid transparent;
    position: absolute;
    width: 6px;
    height: 12px;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    right: -8px;
    border-left: 12px solid #302965;
}

.misison-img img {
    width: 100%;
    height: 100%;
    padding: 0;
    object-fit: cover;
}

.mp:before {
    display: none;
}

.about-mission {
    margin-bottom: 80px;
    background-color: transparent;
}

.about-mission .container {
    background-color: #302965;
    padding: 0 !important;
}

.about-mission .our-vision {
    background-color: #a6ce39;
}

.card {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
    border: 0px;
    margin-bottom: 30px;
}

.card h4 {
    font-size: 16px;
    background: #2f2864;
    padding: 10px 20px;
    color: #fff;
    margin-left: -24px;
    margin-right: -24px;
}

.title {
    line-height: 20px !important;
    font-size: 14px;
    font-weight: 600;
}

.title span {
    display: block;
    font-size: 11px;
}

.training {
    background-color: #f8f8f8;
    padding: 60px 0;
}

.training p {
    color: #000;
}

.training h3 {
    color: #000;
}


.training img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border: 5px #fff solid;
}

.training ul {
    margin: 0;
    padding: 0;
}

.training ul li {
    line-height: 30px;
    list-style: none;
    color: #515151;
}

.training ul li i {
    margin-right: 10px;
}

.apply-online {
    padding: 60px 0;
}

section.t-bq-section {
    padding: 30px;
    margin-bottom: 0px;
}

.t-bq-wrapper.t-bq-wrapper-boxed {
    max-width: 100%;
    margin: 0 auto;
}

.t-bq-wrapper.t-bq-wrapper-fullwidth {
    max-width: 100%;
}

/* ========== 05. Paul ========== */
.t-bq-quote-paul {
    position: relative;
    display: flex;
    flex-direction: row;
    min-height: 250px;
    box-shadow: 2px 2px 25px #cecece;
    border-radius: 10px;
}

.t-bq-quote-paul .t-bq-quote-paul-pattern {
    flex-basis: 80px;
    border-radius: 10px 0 0 10px;
    background-color: #a6ce39;
}

.t-bq-quote-paul .t-bq-quote-paul-base {
    flex-basis: calc(100% - 80px);
    background: #ffffff;
    padding: 40px 30px 50px 80px;
    font-size: 11pt;
    line-height: 1.62em;
    border-radius: 0 10px 10px 0;
}

.t-bq-quote-paul .t-bq-quote-paul-qmark {
    position: absolute;
    top: 50px;
    left: 105px;
    font-family: Garamond, Georgia, "Times New Roman", serif;
    font-size: 42pt;
    color: #999999;
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
    user-select: none;
}

.t-bq-quote-paul .t-bq-quote-paul-userpic {
    position: absolute;
    top: 80px;
    left: 45px;
    width: 70px;
    height: 70px;
    /*background: url("../images/img1.png") center center no-repeat;*/
    background-size: cover;
    border-radius: 50%;
}

.t-bq-quote-paul .t-bq-quote-paul-userpic img {
    border-radius: 50px;
    height: 70px;
    width: 70px;
}

.t-bq-quote-paul .t-bq-quote-paul-meta {
    margin-top: 30px;
    padding-top: 10px;
    border-top: 2px dotted #777777;
}

.t-bq-quote-paul .t-bq-quote-paul-meta .t-bq-quote-paul-author,
.t-bq-quote-paul .t-bq-quote-paul-meta .t-bq-quote-paul-source {
    color: #777777;
}

.t-bq-quote-paul .t-bq-quote-paul-meta .t-bq-quote-paul-author {
    font-style: normal;
    text-transform: uppercase;
    letter-spacing: 0.03em;
    font-size: 10pt;
    font-weight: bold;
}

.t-bq-quote-paul .t-bq-quote-paul-meta .t-bq-quote-paul-author cite {
    font-style: normal;
}

.t-bq-quote-paul .t-bq-quote-paul-meta .t-bq-quote-paul-source {
    font-size: 9pt;
}

.contact-info {
    background: #eeeeee;
    padding: 30px;
    border-left: 5px #a6ce39 solid;
}

.t-bq-quote-jasper {
    position: relative;
    box-shadow: 2px 2px 25px #cecece;
    border-radius: 10px;
}

.t-bq-quote-jasper .t-bq-quote-jasper-pattern {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    height: 80px;
    align-items: center;
    justify-content: flex-start;
    background: url("https://raw.githubusercontent.com/taviskaron/t-div-blockquotes/main/img/hexabump.png") repeat;
    border-radius: 10px 10px 0 0;
}

.t-bq-quote-jasper .t-bq-quote-jasper-pattern .t-bq-quote-jasper-qmark {
    flex-basis: 100px;
    font-family: Garamond, Georgia, "Times New Roman", serif;
    font-size: 60pt;
    color: #999999;
    text-align: center;
    height: 80px;
    line-height: 90pt;
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
    user-select: none;
}

.t-bq-quote-jasper .t-bq-quote-jasper-userpic {
    position: absolute;
    top: 45px;
    left: calc(50% - 35px);
    width: 70px;
    height: 70px;
    background: url("https://raw.githubusercontent.com/taviskaron/t-div-blockquotes/main/img/strug.jpg") center center no-repeat;
    background-size: cover;
    border-radius: 50%;
}

.t-bq-quote-jasper .t-bq-quote-jasper-base {
    flex-basis: calc(100% - 80px);
    background: #ffffff;
    padding: 60px 30px 50px 100px;
    font-size: 11pt;
    line-height: 1.62em;
    border-radius: 0 0 10px 10px;
}

.t-bq-quote-jasper .t-bq-quote-jasper-meta {
    margin-top: 30px;
    padding-top: 10px;
    border-top: 2px dotted #777777;
    text-align: center;
}

.t-bq-quote-jasper .t-bq-quote-jasper-meta .t-bq-quote-jasper-author,
.t-bq-quote-jasper .t-bq-quote-jasper-meta .t-bq-quote-jasper-source {
    color: #777777;
}

.t-bq-quote-jasper .t-bq-quote-jasper-meta .t-bq-quote-jasper-author {
    font-style: normal;
    text-transform: uppercase;
    letter-spacing: 0.03em;
    font-size: 10pt;
    font-weight: bold;
}

.t-bq-quote-jasper .t-bq-quote-jasper-meta .t-bq-quote-jasper-author cite {
    font-style: normal;
}

.t-bq-quote-jasper .t-bq-quote-jasper-meta .t-bq-quote-jasper-source {
    font-size: 9pt;
}


/* board of directors effects */
.grid figure figcaption>a {
    z-index: 1000;
    text-indent: 200%;
    white-space: nowrap;
    font-size: 0;
    opacity: 0;
}

.grid figure h2 {
    word-spacing: -0.15em;
    font-weight: 300;
}

.grid figure h2 span {
    font-weight: 800;
}

.grid figure h2,
.grid figure p {
    margin: 0;
}

.grid .effect-sarah p {
    letter-spacing: 1px;
    font-size: 13px;
    position: relative;
    top: 60%;
    line-height: 16px;
    text-align: center;
    text-transform: capitalize !important;
}

.grid .effect-oscar p {
    letter-spacing: 1px;
    font-size: 12px;
    position: relative;
    line-height: 16px;
    text-align: center;
    text-transform: capitalize !important;
    margin-left: 40px;
    margin-right: 40px;
    width: 100%;
}

/* Common style */
.grid figure {
    position: relative;
    float: left;
    overflow: hidden;
    margin: 10px 1%;
    min-width: 320px;
    max-width: 480px;
    max-height: 380px;
    height: 365px;
    width: 100%;
    background: #3085a3;
    text-align: center;
    cursor: pointer;
}

.grid figure img {
    position: relative;
    display: block;
    min-height: 100%;
    max-width: 100%;
}

.grid figure figcaption {
    padding: 0px;
    color: #fff;
    text-transform: uppercase;
    font-size: 1.25em;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.grid figure figcaption::before,
.grid figure figcaption::after {
    pointer-events: none;
}

.grid figure figcaption,
.grid figure figcaption>a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

figure.effect-sarah {
    /* background: linear-gradient(333deg, #19133f 15%, #00000000) #a1c83670; */
    /* background: linear-gradient(135deg, #fdfcfb 0%, #e2d1c3 100%); */
    background: linear-gradient(143deg, rgb(193 225 104 / 47%) 21%, rgb(232 211 144) 100%);
}


figure.effect-sarah img {
    max-width: none;
    width: -webkit-calc(100% + 20px);
    width: calc(100% + 20px);
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

figure.effect-sarah:hover img {
    opacity: 0.3;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

figure.effect-sarah figcaption {
    text-align: left;
}

figure.effect-sarah h4 {
    position: relative;
    overflow: hidden;
    padding: 8px 15px;
    font-size: 16px;
    top: 90.3%;
    text-align: right;
    background-color: #302965f2;
    width: 100%;
}

figure.effect-sarah h4::after {
    position: absolute;
    bottom: 32px;
    left: 0;
    width: 100%;
    height: 4px;
    background: #fff;
    content: '';
    -webkit-transition: -webkit-transform 0.35s;
    transition: transform 0.35s;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
}

figure.effect-sarah:hover h4::after {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

figure.effect-sarah p {
    padding: 0px 15px;
    opacity: 0;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    font-weight: 500;
    color: #000;

}

figure.effect-sarah:hover p {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}


/*gallery*/
.album-box {
    width: 300px;
    height: 400px;
}

.album-box img {
    width: 100%;
}

figure.effect-oscar {
    /* background: -webkit-linear-gradient(45deg, #22682a 0%, #9b4a1b 40%, #3a342a 100%); */
    background: linear-gradient(45deg, #22682a 0%, #9b4a1b 40%, #3a342a 100%);
}

figure.effect-oscar img {
    opacity: 1;
    -webkit-transition: opacity 0.35s;
    transition: opacity 0.35s;
}

figure.effect-oscar figcaption {
    padding: 0em;
    /* background-color: rgba(58, 52, 42, 0.7); */
    background: linear-gradient(45deg, #22682a42 0%, #7c370e38 40%, #15120d57 100%);
    -webkit-transition: background-color 0.35s;
    transition: background-color 0.35s;
    display: flex;
    align-items: center;
}

figure.effect-oscar figcaption::before {
    position: absolute;
    top: 30px;
    right: 30px;
    bottom: 30px;
    left: 30px;
    border: 1px solid #fff;
    content: '';
}

figure.effect-oscar h2 {
    margin: 10% 0 10px 0;
    -webkit-transition: -webkit-transform 0.35s;
    transition: transform 0.35s;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
}

figure.effect-oscar:hover figcaption::before,
figure.effect-oscar:hover h5 {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

figure.effect-oscar h5 {
    position: absolute;
    overflow: hidden;
    padding: 8px 15px;
    font-size: 14px;
    text-align: center;
    top: 80%;
    width: 100%;
    background-color: #302965c9;
}

figure.effect-oscar:hover h5 {
    display: none;
}

figure.effect-oscar figcaption::before,
figure.effect-oscar p {
    opacity: 0;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: scale(0);
    transform: scale(0);
}

figure.effect-oscar:hover h2 {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

figure.effect-oscar:hover figcaption::before,
figure.effect-oscar:hover p {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

figure.effect-oscar:hover figcaption {
    background-color: rgba(58, 52, 42, 0);
}

figure.effect-oscar:hover img {
    opacity: 0.4;
}


/* board of directors effects end*/

.content-gal {
    background-color: white;
    padding: 10px;
    margin-bottom: 27px;
    border-radius: 4px;
}

.content-gal img {
    width: 100%;
    height: 260px;
    object-fit: cover;
}

.carousel-indicators [data-bs-target] {
    background-color: #575757;
}

.job-card {
    border-radius: 8px;
    border: 1px solid #d6d6d6;
    background-color: #f8f8f8;
}

.btn-apply {
    float: right !important;
    background-color: #a6ce38;
    padding: 5px 15px;
    border-radius: 25px;
    font-size: 12px;
    font-weight: 500;
    color: #fff;
}

.btn-apply:hover {
    background-color: #8eb326;
    color: #ffff;
}

.job-card p {
    font-size: 13px;
    line-height: 22px;
    margin-bottom: 5px;
    text-align: justify;
}

.job-card:hover {
    background-color: #f8f8f8;
}

.btn-apply-outer {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.btn-apply-outer .btn-apply-intern {
    float: right !important;
    background-color: #423a82;
    padding: 5px 15px;
    border-radius: 25px;
    font-size: 12px;
    font-weight: 500;
    color: #fff;
}

.btn-apply-outer .btn-apply-intern:hover {
    background-color: #302965;
    color: #ffff;
}

.intrn-job .job-card {
    background-color: #f1f2fb;
}

/*Responsive css start from here*/
@media only screen and (max-width:1400px) {
    .toll-number {
        width: 68%;
    }

    .menu-btn {
        right: 0px;
    }

}

@media only screen and (max-width:1200px) {
    .txt h1 {
        font-size: 40px !important;
    }

    .txt p {
        color: white;
        margin-bottom: 0;
        font-size: 17px;
    }

}

@media only screen and (max-width:992px) {
    .txt h1 {
        font-size: 30px !important;
    }

    .txt p {
        color: white;
        margin-bottom: 0;
        font-size: 13px;
    }

    .carousel-caption {
        bottom: 15%;
    }

    .form {
        width: 100%;
    }

    .abt-cap {
        padding: 40px 0px;
    }

    .success-outer {
        display: flex;
        flex-direction: column-reverse !important;
    }

    .toll-number marquee {
        float: left;
        width: 73%;
    }

    .toll-number {
        float: right;
        margin-right: 10px;
        margin-top: -2px;
        width: 78%;
    }

    .toll-number marquee {
        float: left;
        width: 85%;
    }

    .fixed .toll-number {
        margin-top: 0;
        width: 98%;
        display: table;
        font-size: 12px;
        margin-bottom: 3px;
    }

    .toll-number {
        margin-top: 0;
        width: 98%;
        display: table;
        font-size: 12px;
        margin-bottom: 3px;
        margin-top: -20px;
    }

    .fixed .navbar-brand img {
        max-height: 50px;
    }

    .navbar-brand img {
        max-height: 60px;
    }

    .mission-cap p::before {
        display: none;
    }

    .carousel-control-prev {
        right: 10.6% !important;
        left: inherit !important;
    }

    .inner-content .inner-img {
        width: 100%;
    }

    .side-nav {
        margin-bottom: 20px;
    }

}

@media only screen and (max-width:768px) {


    #active:checked~.wrapper {
        overflow: scroll;
    }

    .img12 img {
        max-width: 200px;
    }

    .toll-number marquee {
        float: left;
        width: 80%;
    }

    .carousel-item {
        height: 400px;
    }

    .testimonial .carousel-item {
        height: inherit;
    }

    .product-carousel .carousel-item {
        height: inherit;
    }

    .carousel-item img {
        height: 100%;
        object-fit: cover;
    }

    .img12 img {
        padding-bottom: 0;
    }

    .ls-img {
        background-size: 40%;
        padding: 100px 40px;
    }

    .t-bq-quote-paul .t-bq-quote-paul-pattern {
        flex-basis: 20px;
    }

    .t-bq-quote-paul .t-bq-quote-paul-base {
        flex-basis: calc(100% - 20px);
        padding: 100px 30px 50px 30px;
    }

    .t-bq-quote-paul .t-bq-quote-paul-userpic {
        width: 50px;
        height: 50px;
        left: 40px;
        top: 20px;
    }

    .t-bq-quote-paul .t-bq-quote-paul-qmark {
        left: 100px;
        top: 45px;
    }

    .testimonial .carousel-inner::before {
        right: 20px;
    }

    .testimonial .carousel-inner::after {
        left: 20px;
    }

    .testimonial .carousel-inner {
        padding-left: 30px;
        padding-right: 30px
    }

    .suc-cap .content p {
        padding-top: 40px;
        padding-bottom: 40px;
        font-size: 13px;
    }

    .carousel-control-prev {
        right: 11.2% !important;
        left: inherit !important;
    }

    .about-img {
        background-size: cover;
    }

    .menu {
        padding-left: 0
    }

}

@media only screen and (max-width:579px) {

    .toll-number marquee {
        float: left;
        width: 70%;
    }

    .carousel-control-prev {
        right: 14.5% !important;
        left: inherit !important;
    }

    .mission-cap p {
        padding: 5px 20px;
        font-size: 13px
    }

    .abt-cap p {
        font-size: 13px;
        line-height: 30px;
    }

    .inner-banner {
        padding-left: 20px;
        padding-right: 20px;
    }

    .inner-banner h2 {
        font-size: 26px;
    }

}

@media only screen and (max-width:480px) {
    .suc-cap .content {
        color: white;
        line-height: 20px;
        padding: 0px;
        margin-bottom: 30px;
        padding-bottom: 0;
    }

    .testimonial .carousel-inner::before {
        position: absolute;
        right: 39px;
    }

    .suc-cap .content p {
        padding: 60px 20px;
        padding-bottom: 10px;
    }

    .carousel-caption {
        bottom: 15%;
        right: 10%;
    }

    .ls-img {
        background-size: 40%;
        padding: 60px 20px;
    }

    .product-sec {
        padding: 60px 20px;
    }

    .form {
        padding: 60px 20px;
    }

    .inner-banner {
        height: 300px;
        padding: 200px 20px 0;
    }
}


/* PRELOADER CSS */

.loader-div {
    position: fixed;
    top: 0;
    left: 0;
    background-color: #000;
    height: 100vh;
    width: 100%;
    position: fixed;
    align-items: center;
    justify-content: center;
    z-index: 1000;
    display: flex;
    overflow: hidden;
}

.loader {
    position: relative;
    width: auto;
    padding: 1.5vw;
    margin: 0 auto;

}

.loader .logo {
    margin-top: 50px;
}

.loader span {
    position: absolute;
    height: 0.8vw;
    width: 0.8vw;
    border-radius: 50%;
    background-color: #a6ce39;
    right: 0;
    left: 0;
    margin: 0 auto;

}

.loader span:nth-child(1) {
    animation: loading-dotsA 0.5s infinite linear;
}

.loader span:nth-child(2) {
    animation: loading-dotsB 0.5s infinite linear;
    background-color: #2d208c;

}

@keyframes loading-dotsA {
    0% {
        transform: none;
    }

    25% {
        transform: translateX(2vw);
    }

    50% {
        transform: none;
    }

    75% {
        transform: translateY(2vw);
    }

    100% {
        transform: none;
    }
}

@keyframes loading-dotsB {
    0% {
        transform: none;
    }

    25% {
        transform: translateX(-2vw);
    }

    50% {
        transform: none;
    }

    75% {
        transform: translateY(-2vw);
    }

    100% {
        transform: none;
    }
}

.report .box {
    background-color: #fff;
    border-radius: 6px;
    position: relative;
    z-index: 1;
    width: 100%;
    box-shadow: 0 0 10px 5px #f9f8f7;
    margin-bottom: 30px;
}

.report .box .content {
    padding: 30px 20px;
    background-image: url(../images/content-bg.jpg);
    background-position: left bottom;
    background-repeat: no-repeat;
    color: initial;
}

.report .box .content p {
    color: #302965;
}

.report .box h5 {
    border-bottom: 1px #f1f1f1 solid;
    padding-bottom: 10px;
    margin-bottom: 20px;
    text-align: center;
    font-size: 16px;
    text-align: left;
}

.r-h5 {
    font-size: 18px;
    border-bottom: 1px #dfdfdf solid;
    margin-bottom: 20px;
    margin-top: 20px;
    background: #f9f9f9;
    padding: 10px;

}

.report .box a {
    text-decoration: none;
    background-color: #302965;
    width: 116%;
    display: table;
    padding: 10px 20px;
    margin-left: -20px;
    margin-bottom: -32px;
    color: initial;
    text-align: right;
    border-bottom-right-radius: 6px;
    border-bottom-left-radius: 6px;
    color: #fff;
}

.report .box a i {
    font-size: 18px;
    color: #fff;
}

.report .box a:hover {
    color: #c2dd77 !important;

}

.report .box a:hover i {
    color: #c2dd77 !important;

}

.justify-text {
    text-align: justify;
}

section {
    overflow: hidden;
}
.footer-info{
    color: #fff;
    font-size: 14px;
}


/*map-state color*/
.sm_state_4 {
    fill: #302965;
}

.sm_state_5 {
    fill: #302965;
}

.sm_state_17 {
    fill: #302965;
}

.sm_state_16 {
    fill: #302965;
}

.sm_state_26 {
    fill: #302965;
}

.sm_state_32 {
    fill: #302965;
}

.sm_state_33 {
    fill: #302965;
}

.sm_state_34 {
    fill: #302965;
}

.sm_state_35 {
    fill: #302965;
}

/*map-state color*/