/*@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Ubuntu:wght@400;500;700&display=swap');*/

@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500;600&display=swap");

/*
 font-family: 'Roboto', sans-serif;
 font-family: 'Poppins', sans-serif;
 */

@font-face {
    font-family: "brandon_grotesqueblack";
    src: url("../fonts/brandon-grotesque-black.woff2") format("woff2"),
        url("../fonts/brandon-grotesque-black.woff") format("woff");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "brandon_grotesquelight";
    src: url("../fonts/brandon-grotesque-light.woff2") format("woff2"),
        url("../fonts/brandon-grotesque-light.woff") format("woff");
    font-weight: normal;
    font-style: normal;
}

html {
    scroll-behavior: smooth;
}

body {
    cursor: url("../images/ok.png"), auto;
    background-color: var(--theme-color-second);
}
body {
    margin: 0;
    padding: 0;
    font-family: "Poppins", sans-serif !important;
    overflow-x: hidden;
    background-color: var(--theme-color-second);
}
a {
    -webkit-transition: all 0.5s ease-out;
    text-decoration: none !important;
}
a:hover {
    -webkit-transition: all 0.5s ease-out;
    text-decoration: none !important;
}
/*p{font-size: 15px; line-height: 23px;}*/
ul {
    margin: 0;
    padding: 0;
}

:root {
    --theme-color: green;
    --theme-color-second: #fff;
}

.py-6 {
    padding-top: 60px !important;
    padding-bottom: 60px !important;
}
.py-7 {
    padding-top: 70px !important;
    padding-bottom: 70px !important;
}
.pt-6 {
    padding-top: 60px !important;
}
.pb-6 {
    padding-bottom: 60px !important;
}

.mb-6 {
    margin-bottom: 60px !important;
}

/*ffab02*/

.dropzone .dz-preview .dz-image {
    width: 117px !important;
    height: 117px !important;
}

.text-theme {
    color: var(--theme-color) !important;
    -webkit-transition: all 0.5s ease-out;
}
.text-theme-second {
    color: var(--theme-color-second) !important;
}
.text-black {
    color: #000 !important;
}
.bg-theme {
    background: var(--theme-color) !important;
    -webkit-transition: all 0.5s ease-out;
}
.bg-theme-second {
    background: var(--theme-color-second) !important;
    -webkit-transition: all 0.5s ease-out;
}
.hvr-bg:hover {
    background: var(--theme-color-second) !important;
    -webkit-transition: all 0.5s ease-out;
}
.hvr-bg-second:hover {
    background: var(--theme-color) !important;
    -webkit-transition: all 0.5s ease-out;
}
.hvr-text:hover {
    color: #000 !important;
    -webkit-transition: all 0.5s ease-out;
}
.hvr-text-white:hover {
    color: #fff !important;
    -webkit-transition: all 0.5s ease-out;
}
.hvr-text-second:hover {
    color: var(--theme-color-second) !important;
    -webkit-transition: all 0.5s ease-out;
}

.header {
    width: 100%;
    height: auto;
    background: white;
    position: relative;
    padding: 10px 0;
    transition: all 0.5s ease-out;
    z-index: 99;
    box-shadow: 0px 0px 20px #ccc;
}

.header.sticky {
    position: fixed;
    padding: 5px 0;
    top: 0;
    z-index: 99;
    background: rgb(0 0 0 / 100%);
    box-shadow: 0px 3px 7px -4px black;
    transition: all 0.5s ease-out;
}

.headergap {
    height: 92px;
    background: #fff;
    width: 100%;
}

.logo {
}
.logo img {
    height: 51px !important;
    transition: all 0.5s ease-out;
    max-width:330px;
}

.header.sticky .logo img {
    height: 64px !important;
    transition: all 0.5s ease-out;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    color: #000;
}
p {
    color: #000;
}
/*.joinbtn {*/
/*    padding: 14px 26px;*/
/*    font-size: 18px;*/
/*    font-weight: 500;*/
/*    position: relative;*/
/*    -webkit-transition: all 0.5s ease-out;*/
/*    border-radius: 10px;*/
/*    font-family: "brandon_grotesqueblack";*/
/*    border: 2px solid #008000 !important;*/
/*    color: #000 !important;*/
/*}*/

.joinbtn {
    padding: 14px 26px;
    font-size: 18px;
    font-weight: 500;
    position: relative;
    -webkit-transition: all 0.5s ease-out;
    border-radius: 10px;
    font-family: "brandon_grotesqueblack";
    border: 2px solid green !important;
    color: #008000!important;
    background: #fff;
}

.cmenu {
    height: auto;
    background: transparent;
    font-size: 19px;
    text-align: center;
    margin-top: 0px;
    position: relative;
    font-family: "brandon_grotesqueblack";
    display: inline-block;
    font-weight: normal;
    -webkit-transition: all 0.5s ease-out;
}
.rightSideHead h3 {
    cursor: pointer;
}
.cmenu ul {
    margin: 0;
    padding: 0;
}
.cmenu ul li {
    list-style: none;
    display: inline-block;
    position: relative;
}
.cmenu ul li a {
    color: #000000;
    position: relative;
    padding: 16px 10px;
    display: block;
    margin: 0;
    font-weight: 500;
    border-radius: 0px;
    text-transform: capitalize;
    font-size: 18px;
}
.cmenu ul li a:hover,
.cmenu ul li.active a {
    color: var(--theme-color);
    text-decoration: none;
}
/*.cmenu ul li a:before{content: ""; position: absolute; bottom: 0px; left: 0; right:0; margin:0 auto; width:0; height: 4px; background: var(--theme-color); border-radius: 50px; z-index: 1; -webkit-transition: all 0.4s ease-out;}
.cmenu ul li a:hover:before, .cmenu ul li.active a:before{width: 100%; -webkit-transition: all 0.4s ease-out;}*/
.cmenu ul li ul {
    margin: 50px 0 0;
    padding: 0;
    position: absolute;
    z-index: 999;
    background: #000;
    box-shadow: 0px 6px 11px -2px #000;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.5s ease-out;
}
.cmenu ul li ul li {
    width: 230px;
    padding: 0 15px;
    text-align: left;
    list-style: none;
    border-bottom: solid 1px #333;
    position: relative;
}
.cmenu ul li ul li:last-child {
    border-bottom: none;
}
.cmenu ul li ul li a {
    color: #fff;
    display: block;
    padding: 0px;
    position: relative;
}
.cmenu ul li ul li a:after {
    content: "\f178";
    font-family: "FontAwesome";
    font-weight: 600;
    font-size: 15px;
    color: #fff971;
    position: absolute;
    top: 0px !important;
    left: 0px !important;
    transform: scale(0);
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.cmenu ul li ul li a:before {
    display: none;
}
.cmenu ul li ul li:hover a {
    color: #fff;
    padding-left: 24px;
}
.cmenu ul li ul li:hover a:after {
    transform: scale(1);
}
.cmenu ul li ul li:hover {
    background-image: linear-gradient(to right, #068f47, #f4ea19);
}
.cmenu ul li:hover ul {
    margin: 0px 0 0;
    opacity: 1;
    visibility: visible;
    line-height: 25px;
    -webkit-transition: all 0.5s ease-out;
}
.cmenu ul li:hover ul li ul {
    opacity: 0;
    visibility: hidden;
}
.cmenu ul li:hover ul li {
    line-height: 25px;
    padding: 8px 15px 8px;
}

/*========================== Banner Section ===========================*/

.banner {
    width: 100%;
    height: auto;
    position: relative;
    padding-top: 0;
    padding-bottom: 123px;
    background: linear-gradient(45deg, green, transparent) !important;
}
.whitebg {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 48%;
}

.bnrcontent {
    position: relative;
    font-size: 17px;
    line-height: 34px;
    /*margin-top: 110px;*/
}
.bnrcontent h1 {
    font-family: "brandon_grotesquelight";
    font-size: 56px;
    margin-bottom: 30px;
    color: #fff;
}
.bnrcontent h1 span {
    font-family: "brandon_grotesqueblack";
}
.bnrcontent a.joinbtn {
    border: solid 3px #b30000;
    padding: 12px 26px;
}
.bnrcontent a.joinbtn:hover {
    border: solid 3px #fff;
    background: transparent !important;
}

.bnrimage {
    margin: 173px 0 8px;
    position: relative;
    z-index: 9;
    width: 96%;
    margin-left: auto;
}
.bnrimage img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.reportBox {
    background-color: #fff;
    box-shadow: 0px 0px 25px #ccc;
    padding: 15px;
    margin-bottom: 15px;
    text-align: center;
}
.reportBox a {
    text-decoration: none;
    color: #000;
    text-align: center;
}

/*========================== About Section ===========================*/

.hmaboutsec {
    position: relative;
    padding: 115px 0 60px;
}
.hmaboutsec .aboutcontent h5 {
    font-family: "brandon_grotesquelight";
    padding: 4px 20px;
    color: #fff;
}
.hmaboutsec .aboutcontent h1 {
    font-family: "brandon_grotesqueblack";
    font-size: 56px;
    margin-bottom: 30px;
}
.hmaboutsec .aboutcontent ul li {
    position: relative;
    list-style: none;
    padding: 5px 0 5px 21px;
    color: #19e900;
}
.hmaboutsec .aboutcontent ul li:before {
    content: "\f101";
    position: absolute;
    left: 0;
    top: 0;
    font-family: FontAwesome;
    color: var(--theme-color);
    font-weight: bold;
    font-size: 22px;
}

.hmaboutsec .aboutcontent a.joinbtn {
    border: solid 3px #b30000;
    padding: 12px 36px;
}
.hmaboutsec .aboutcontent a.joinbtn:hover {
    border: solid 3px #fff;
    background: transparent !important;
}

.hmaboutsec .aboutimg {
    position: relative;
    z-index: 9;
}
.hmaboutsec .aboutbg {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 50%;
}

/*========================== Service Section ===========================*/

.hmservicemin {
    height: auto;
    position: relative;
}
.hmservicemin .topshepbg {
    width: 100%;
    height: auto;
    position: absolute;
    top: 0;
    left: 0;
}
.hmservicemin .bottomshepbg {
    width: 100%;
    height: auto;
    position: absolute;
    bottom: 0;
    left: 0;
}

.hmsrcvsec {
    z-index: 2;
    padding: 50px 0;
}
.hmsrcvsec h1 {
    font-family: "brandon_grotesqueblack";
    font-size: 50px;
    margin-bottom: 20px;
}

.hmsrcvsec .srvcright .image {
    width: 100%;
    margin-bottom: 60px;
    margin-top: 90px;
}

.srvcbox {
    padding: 15px;
    border-radius: 10px;
    margin-bottom: 30px;
    background: green !important;
}
/*.hmsrcvsec .col-md-6:first-child .srvcbox h5 {
    font-family: "brandon_grotesqueblack";
    color: #fff;
}*/
.srvcbox h5 {
    font-family: "brandon_grotesqueblack";
    color: #fff;
}
.srvcbox p {
    color: #fff;
}
.srvcbox .icon img {
    height: 55px;
}

/*========================== Testimonial Section ===========================*/

.hmtestimosec {
    padding: 120px 0 110px;
}
.testimobox {
    border-color: var(--theme-color) !important;
    padding: 30px;
    border-radius: 11px;
}
.testimocontent {
    color: #fff;
}
.testimocontent h3 {
    font-family: "brandon_grotesqueblack";
}
.hmtestimosec .clientimg {
    width: 83%;
    height: auto;
    position: relative;
    top: -44px;
}

.hmtestimosec .testimobg {
    position: absolute;
    left: 120px;
    top: 10px;
    /*width: 50%;*/
}
.hmtestimosec .testimobg:before {
    position: absolute;
    content: "";
    background: url(../images/quote.png);
    width: 115px;
    height: 89px;
    left: 45px;
    top: 13px;
}
.hmtestimosec .testimobg2 {
    position: absolute;
    right: 120px;
    bottom: 0;
}
.hmtestimosec .testimobg2:before {
    position: absolute;
    content: "";
    background: url(../images/quote2.png);
    width: 115px;
    height: 89px;
    right: 30px;
    bottom:35px;
}

/*========================== Brand Section ===========================*/

.hmbrandsec {
}
.brndlogomin ul li {
    list-style: none;
    float: left;
    width: 20%;
    border-right: solid 1px #8f9ba8;
    border-bottom: solid 1px #8f9ba8;
}

.brndlogomin .brndlogo {
    width: 100%;
    height: 140px;
    text-align: center;
    line-height: 140px;
    background: green;
}
.brndlogomin .brndlogo img {
    max-width: 100%;
    height: 45px;
    object-fit: contain;
}

/*========================== Footer Section ===========================*/

.footer {
    font-size: 17px;
    position: relative;
    padding: 105px 0 98px 0;
    background: #696363;
}

/*.footer:after {*/
/*    content: "";*/
/*    position: absolute;*/
/*    right: 0;*/
/*    bottom: 18px;*/
/*    background: url(../images/footer-left-white-bg.png) no-repeat;*/
/*    width: 78px;*/
/*    height: 350px;*/
/*}*/

.footer .leftbg {
    position: absolute;
    width: 69%;
    left: 0;
    bottom: 0;
}
.footer h3 {
    font-family: "brandon_grotesqueblack";
    font-size: 30px;
}
.footer ul {
    margin: 0;
    padding: 0;
}
.footer ul li {
    list-style: none;
    font-size: 16px;
    font-weight: normal;
    margin-top: 10px;
    padding: 4px 0;
    position: relative;
}
.footer ul li a {
    text-decoration: none;
    color: #fff;
}
.footer ul li a:hover {
    color: var(--theme-color);
    text-decoration: none;
}
.footer ul.address li {
    padding: 6px 0;
    width: 100%;
    display: block;
}
.footer ul.address li i {
    color: var(--theme-color-second);
    margin-right: 10px;
    left: 0;
    position: absolute;
    top: 12px;
}
.footer ul.address li:before {
    display: none;
}

.footer .socilicon {
    display: block;
    margin-bottom: 15px;
}
.footer .socilicon a {
    list-style: none;
    display: inline-block;
    margin: 0 12px;
    color: #ffffff;
}
.copyright {
    line-height: 36px;
    font-size: 15px;
    padding: 10px 0;
    background: #262566;
}
.copyright a {
    color: #ffbb28;
}

/*=============================Inner Section=============================*/
.innerbanner {
    background-image: url(../images/wave.svg);
    position: relative;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    height: auto;
    top: -115px;
    padding: 150px 0 8px;
    font-size: 18px;
    display: none;
}

/*.innerbanner:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgb(0 0 0 / 39%);
    top: 0;
    left: 0;
}*/

.innerbanner h1 {
    margin-bottom: 15px;
    font-size: 50px;
    font-weight: normal;
    font-family: "brandon_grotesqueblack";
}
/*.bannerangle {
    position: absolute;
    bottom: 0;
    left: 0;
    background: url(../images/angle.png);
    background-size: 100% 100px;
    height: 100px;
    width: 100%;
    z-index: 11; 
}*/

/*=============================About Us Page=============================*/
.aboutuspg {
    padding-top: 70px;
}
.whyussec {
    padding: 80px 0;
}

.whyussec .accordion-item {
    margin-bottom: 0px;
    border: none;
}
.whyussec .accordion-item .accordion-body {
    box-shadow: none;
    padding: 0;
    background: #858383;
    padding: 35px 15px;
}
.whyussec .accordion {
    counter-reset: accordion-item;
}
.whyussec .accordion-item h2 {
    font-family: "brandon_grotesqueblack";
    font-size: 30px;
    background: #4d4a4a;
    color: #fff;
    position: relative;
    border-bottom: solid 1px #8f9ba8;
    padding: 8px 0 8px 37px;
}
.whyussec .accordion-item h2::before {
    counter-increment: accordion-item;
    content: counter(accordion-item);
    position: absolute;
    color: #727374;
    font-size: 64px;
    top: 0px;
    left: 0;
    font-weight: 700;
}

.whyussec a.accordion-button {
    border-top-left-radius: calc(0.25rem - 1px);
    border-top-right-radius: calc(0.25rem - 1px);
    font-size: 30px;
    color: #fff;
    background: none;
    border-bottom: navajowhite;
    border: none;
    box-shadow: none;
    cursor: pointer;
    padding-left: 11px;
}
.whyussec a.accordion-button:after {
    /*filter: brightness(0) invert(1);*/
}

.whyussec .accordion-item h2:hover a {
    color: var(--theme-color);
}
.whyussec .accordion-item h2:hover::before {
    color: #ded9d9;
}

/*=============================Login Page=============================*/

.loginpg {
    padding: 70px 0 60px;
}
.loginpg h2 {
    font-family: "brandon_grotesqueblack";
}

.loginform {
    color: #fff;
}
.loginform input {
    background: #fff;
    border: solid 2px #919191;
    height: 60px;
    font-size: 18px;
    color: #000;
    margin-bottom: 0;
    box-shadow: 1px 1px 6px 1px #8b8b8b;
}
.loginform input::placeholder {
    color: #000;
    opacity: 1;
}
.loginform input:-ms-input-placeholder {
    color: red;
}

.loginform input::-ms-input-placeholder {
    color: red;
}
.loginform input:focus {
    background: #fff;
    border: solid 2px #919191;
    height: 60px;
    font-size: 18px;
    color: #000;
    margin-bottom: 25px;
    box-shadow: inset 2px 2px 3px 2px #8b8b8b;
}
.loginform input[type="checkbox"] {
    height: 30px;
    width: 30px;
}
.loginform label.form-check-label {
    margin: 9px 0 0 15px;
}
.loginform input[type="submit"] {
    font-size: 25px;
    background: var(--theme-color);
    border-color: var(--theme-color);
    font-family: "brandon_grotesqueblack";
    width: 100%;
}
.loginform input[type="submit"]:hover {
    background: #fff;
    border-color: #fff;
    color: var(--theme-color);
}
.loginform textarea {
    background: #ffffff;
    border: solid 2px #ffffff;
    height: auto;
    font-size: 18px;
    color: #ffffff;
    margin-bottom: 25px;
    box-shadow: 1px 1px 6px 1px #8b8b8b;
}
.loginform textarea::placeholder {
    color: #000000;
    opacity: 1;
}
.loginform textarea:-ms-input-placeholder {
    color: red;
}

.loginform textarea::-ms-input-placeholder {
    color: red;
}
.loginform textarea:focus {
    background: #fff;
    box-shadow: inset 3px 2px 3px 3px #8b8b8b;
    outline: none;
    color: #fff;
    border: none !important;
}

/*=============================Help Page=============================*/
.helppg ul {
    padding-left: 30px;
}
.helppg .accordion-item {
    margin-bottom: 27px !important;
    border: none;
    box-shadow: 0 0 7px #a4d1ff59 !important;
}
.helppg .accordion-item h2 {
    padding: 8px;
    border: none;
}
.helppg .accordion-item h2:before {
    display: none;
}
.helppg a.accordion-button:after {
    filter: brightness(0) invert(1);
}

.helppg a.accordion-button {
    font-size: 24px;
    padding: 12px;
}

.contactpg h6 {
    font-family: "brandon_grotesqueblack";
}
.contactpg a {
    color: var(--theme-color);
}

.move-2 {
    -webkit-animation: move2 5s infinite;
    animation: move2 5s infinite;
}

@-webkit-keyframes move2 {
    0% {
        -webkit-transform: rotate(1deg) translate(2px, 2px);
        transform: rotate(1deg) translate(2px, 2px);
    }

    50% {
        -webkit-transform: rotate(-1deg) translate(-2px, -2px);
        transform: rotate(-1deg) translate(-2px, -2px);
    }

    to {
        -webkit-transform: rotate(1deg) translate(2px, 2px);
        transform: rotate(1deg) translate(2px, 2px);
    }
}

@keyframes move2 {
    0% {
        -webkit-transform: rotate(1deg) translate(2px, 2px);
        transform: rotate(1deg) translate(2px, 2px);
    }

    50% {
        -webkit-transform: rotate(-1deg) translate(-2px, -2px);
        transform: rotate(-1deg) translate(-2px, -2px);
    }

    to {
        -webkit-transform: rotate(1deg) translate(2px, 2px);
        transform: rotate(1deg) translate(2px, 2px);
    }
}

/*===================== My Account Page =====================*/

.masidebar {
    width: 100%;
}
.pimage {
    width: 90px;
    height: 90px;
    text-align: center;
    line-height: 90px;
    background: #212c00;
    margin: 0 auto;
    border-radius: 50%;
    font-size: 38px;
    font-weight: bold;
    color: #fff;
}

.mapinfo {
}

.masidebar ul {
    padding: 0;
}
.masidebar ul li {
    list-style: none;
    margin-bottom: 5px;
    padding: 6px;
}
.masidebar ul li a {
    color: #ffffff;
    display: block;
    font-size: 14px;
}
.masidebar ul li i {
    width: 36px;
    height: 36px;
    line-height: 36px;
    background: var(--theme-color);
    text-align: center;
    border-radius: 50%;
    color: #fff;
    margin-right: 7px;
}
.masidebar ul li:hover,
.masidebar ul li.active {
    background: #053160;
}
.masidebar ul li:hover a,
.masidebar ul li.active a {
    color: #fff;
}
.masidebar ul li:hover i,
.masidebar ul li.active i {
    background: var(--theme-color-second);
    color: #ffffff;
}

.dwnlodlist .image {
    width: 100px;
    height: 70px;
    float: left;
    margin-right: 20px;
    border-radius: 5px;
    overflow: hidden;
}
.dwnlodlist .image img {
    width: 100%;
    height: 100%;
}
.dwnlodlist h5 {
    font-size: 15px;
    margin-top: 8px;
}

.dwnlodlist .licncinfo {
    font-size: 13px;
    color: #7c7c7c;
}
.myacountpg .form-control {
    border-radius: 0;
    background: 0;
    border-color: #ced4da;
    padding: 20px;
    height: 45px !important;
    color: #000;
}

.myacountpg .form-control:focus,
.myacountpg select:focus {
    outline: none;
    box-shadow: none;
    border-color: #ced4da;
}

.mainfosecmin h4 {
    padding: 10px 17px;
    border-radius: 5px 5px 0 0;
    font-size: 23px;
    display: inline-block;
}
.mainfosecmin .mainfo {
    border: solid 1px #ddd;
    padding: 20px;
    font-size: 14px;
    border-top: none;
}

.mainfosecmin .mainfo label {
    color: #fff;
}

.respncvjoinbtn {
    display: none;
}
.rmenubar {
    display: none;
}
.mysidenav {
    display: none;
}

@media (min-width: 1601px) and (max-width: 1920px) {
    .whitebg {
        width: 40%;
    }
    .hmservicemin .bottomshepbg {
        width: 100%;
        height: 535px;
    }
    .hmservicemin .bottomshepbg img {
        height: 100%;
    }
}

@media only screen and (max-width: 768px) {
    .rmenubar {
        position: absolute;
        right: 8px;
        top: 12px;
        z-index: 99;
        display: block;
        font-size: 25px;
        background: var(--theme-color);
        /* background-image: linear-gradient(to right, #b76e79 , #00008b) !important; */
        padding: 0px 9px;
        border-radius: 0;
        -webkit-transition: all 0.5s ease-out;
    }

    .rmenubar a {
        color: #fff !important;
    }

    .rmenubar a:hover,
    .rmenubar a:focus {
        color: #fff !important;
    }

    .rmenubar:hover {
        background: #eb1c23;
    }

    .mysidenav {
        display: block;

        position: fixed;

        left: -260px;

        top: 0;

        width: 250px;

        height: 100%;

        z-index: 9999;

        background: #fff;

        padding-bottom: 55px;

        box-shadow: 1px 2px 9px 2px #5a5a5a;

        -webkit-transition: all 0.5s ease-out;
    }

    .mysidenav.navopen {
        left: 0;
        -webkit-transition: all 0.5s ease-out;
    }
    .mynavlayr {
        display: block;
        position: fixed;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        z-index: 999;
        background: rgba(0, 0, 0, 0.36);
        display: none;
    }

    .mysidenav .sitename {
        width: 100%;

        background: #fff;

        text-align: center;

        font-size: 22px;

        color: #fff;

        padding: 7px 0;

        text-transform: uppercase;

        font-weight: bold;
    }

    .mysidenav .sitename .sidbarlogo img {
        height: 70px;
    }

    .mysidenav a.mloginbtn {
        background: #000;

        padding: 11px 5px;

        display: block;

        text-align: center;

        color: #fff;
    }

    .mysidenav ul.btnmenu {
        width: 100%;

        display: flex;

        margin: 0px 0;

        padding: 0;

        position: absolute;

        bottom: 0;
    }

    .mysidenav ul.btnmenu li {
        flex: 1;
        display: inline-block;
        text-align: center;
        font-size: 20px;
        background: #000;
    }
    .mysidenav ul.btnmenu li:last-child {
        background: #f5d000;
    }
    .mysidenav ul.btnmenu li a {
        display: block;
        color: #fff;
        padding: 8px 0 4px;
    }
    .mysidenav ul.btnmenu li:last-child a {
        color: #000;
    }

    .sidemenu {
        height: 100%;
        overflow-y: scroll;
        padding: 0; /* background: #138609;*/
        background: var(--theme-color);
        background-size: cover;
    }

    .sidemenu ul {
        margin: 0;
        padding: 0 15px;
    }
    .sidemenu ul li {
        list-style: none;
        position: relative;
    }
    .sidemenu ul li li {
        text-transform: capitalize;
    }
    .sidemenu ul li a {
        color: #fff;
        padding: 8px 10px;
        display: block;
        border-bottom: solid 1px #ccc;
    }
    .sidemenu ul li a:hover {
        color: #991b1e;
    }

    .header {
        padding: 0px 0 15px;
    }

    /*.respncvjoinbtn {

    padding: 7px 21px;

    font-size: 16px;

    -webkit-transition: all 0.5s ease-out;

    margin-top: 7px;

    right: 8px;

    top: 51px;

}*/

    .cmenu {
        display: none;
    }

    .banner {
        height: auto;
    }
    .banner:before {
        background: none;
    }
    .bnrcontent {
        position: relative;
        top: 0;
        z-index: 99;
        padding: 12px;
        width: 100%;
        left: 0;
        margin: 0px 0 0 !important;
        background: rgb(0 0 0 / 54%);
    }
    .bnrcontent h1 {
        font-size: 22px;
    }
    .bnrcontent h3 {
        font-size: 18px;
    }
    .bnrcontent h4 {
        font-size: 18px;
    }

    .locktionsearch {
        position: relative;
        background: #000000e0;
        top: 0;
        padding: 40px;
        width: 100%;
        right: 0;
        transform: translateY(0%);
        margin-top: 25px;
    }

    .bnrbtmsec .bbox .icon {
        width: 75px;
        height: 75px;
        line-height: 75px;
    }
    .bnrbtmsec {
        margin-top: 20px;
    }

    .footer ul {
        margin: 0 0 20px;
    }
    /*.footer ul li {
    width: 49%;
    display: inline-block; margin-top: 5px;
}*/
    /*.footer ul.address li {padding: 3px 0 3px 28px;}*/
    .footer ul.address li i {
        top: 8px;
    }

    .copyright {
        line-height: 18px;
    }
}

/*-----sohom'css-------*/

.hmaboutsec .aboutcontent p {
    font-size: 18px;
    line-height: 28px;
}

/*.form-control:focus {
  border-color: #b30000 !important;
}*/

.form-check-input:checked {
    background-color: #b30000 !important;
    border-color: #b30000 !important;
}

@media only screen and (max-width: 768px) {
    .hmtestimosec .testimobg:before {
        display: none;
    }

    .hmtestimosec .testimobg2:before {
        display: none;
    }
}

.uploadDoc {
    background-color: #fff;
    box-shadow: 0px 0px 25px #ccc;
    padding: 25px;
    margin-top: 2rem;
}
.card {
    border-radius: 10px;
    background-color: #ffffff;
    padding: 0 10px;
}

.card h3 {
    font-size: 22px;
    font-weight: 600;
}

.drop_box {
    margin: 10px 0;
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    border: 3px dotted #a3a3a3;
    border-radius: 5px;
}

.drop_box h4 {
    font-size: 16px;
    font-weight: 400;
    color: #2e2e2e;
}

.drop_box p {
    margin-top: 10px;
    margin-bottom: 20px;
    font-size: 12px;
    color: #a3a3a3;
}

.form input {
    margin: 10px 0;
    width: 100%;
    background-color: #e2e2e2;
    border: none;
    outline: none;
    padding: 12px 20px;
    border-radius: 4px;
}
.bgColor {
    background-color: #ffd9d9;
    margin: 19px 3px;
}
.bordergg {
    border-right: 1px solid #ccc;
}
.docDel i {
    color: red;
    font-size: 15px !important;
}
.docViw i {
    font-size: 70px;
}
.docViw {
    text-align: center;
}

.switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 34px;
}

.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

.slider:before {
    position: absolute;
    content: "";
    height: 26px;
    width: 26px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

input:checked + .slider {
    background-color: #2196f3;
}

input:focus + .slider {
    box-shadow: 0 0 1px #2196f3;
}

input:checked + .slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
    border-radius: 34px;
}

.slider.round:before {
    border-radius: 50%;
}

/* Toggle switch    */

.switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 34px;
}

.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

.slider:before {
    position: absolute;
    content: "";
    height: 26px;
    width: 26px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

input:checked + .slider {
    background-color: #2196f3;
}

input:focus + .slider {
    box-shadow: 0 0 1px #2196f3;
}

input:checked + .slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
    border-radius: 34px;
}

.slider.round:before {
    border-radius: 50%;
}

.wrapper-1 {
    width: 100%;
    height: 100vh;
    display: flex;
    flex-direction: column;
    background: #fff;
    border-radius: 10px;
}
.wrapper-2 {
    padding: 30px;
    text-align: center;
}
.wrapper-2 h1 {
    font-family: "Kaushan Script", cursive;
    font-size: 4em;
    letter-spacing: 3px;
    color: #5892ff;
    margin: 0;
    margin-bottom: 20px;
}
.wrapper-2 p {
    margin: 0;
    font-size: 1.3em;
    color: #aaa;
    font-family: "Source Sans Pro", sans-serif;
    letter-spacing: 1px;
}
.go-home {
    color: #fff;
    background: #5892ff;
    border: none;
    padding: 10px 50px;
    margin: 30px 0;
    border-radius: 30px;
    text-transform: capitalize;
    box-shadow: 0 10px 16px 1px rgba(174, 199, 251, 1);
}
.go-home a {
    color: #fff;
    text-decoration: none;
}
.footer-like {
    margin-top: auto;
    background: #d7e6fe;
    padding: 6px;
    text-align: center;
}
.footer-like p {
    margin: 0;
    padding: 4px;
    color: #5892ff;
    font-family: "Source Sans Pro", sans-serif;
    letter-spacing: 1px;
}
.footer-like p a {
    text-decoration: none;
    color: #5892ff;
    font-weight: 600;
}

@media (min-width: 360px) {
    h1 {
        font-size: 4.5em;
    }
    .go-home {
        margin-bottom: 20px;
    }
}

@media (min-width: 600px) {
    .content {
        max-width: 1000px;
        margin: 0 auto;
    }
    .wrapper-1 {
        height: initial;
        max-width: 620px;
        margin: 0 auto;
        margin-top: 50px;
        box-shadow: 4px 8px 40px 8px rgba(88, 146, 255, 0.2);
    }
}

.disable-link {
    pointer-events: none;
    background-color: #9eb9e0;
}

.dashboardSec {
    margin-top: 3rem;
    margin-bottom: 3rem;
    border: 1px solid #d4d1d1;
    padding: 15px;
}
.box_sec {
    background-color: #fff;
    box-shadow: 0px 0px 20px #ccc;
}
.box_sec_top {
    background-color: #fff;
    box-shadow: 0px 0px 20px #ccc;
}
.box_sec h5 a {
    color: #000000;
    transition: all 0.5s;
}
.box_sec:hover {
    background-color: #6c757d;
    color: #fff;
}
.box_sec:hover h5 a {
    color: #fff;
}
.header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding:15px;
}
.header h3 {
    font-size: 18px;
    margin: 0;
}

.header h3 a {
    color: green;
}

.box_sec h5 {
    margin-bottom: 0px;
    font-size: 17px;
}

/*-------Sohom's Updated Part--------*/

/*--------inner-page---------*/

.page-header {
    background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)),
        url("../images/finance.jpg") no-repeat center;
    background-size: cover;
    padding: 100px 0px 70px;
    position: relative;
}

.page-header h1 {
    font-size: 50px;
    font-weight: 700;
    letter-spacing: 1px;
    color: #eeeced;
}

.page-header ul li {
    font-size: 18px;
    color: #eeeced;
}

.page-header ul li a {
    color: #eeeced;
}

.growthsec h3 {
    text-transform: capitalize;
    font-size: 35px;
    margin-bottom: 15px;
    color: #fff;
    font-weight: 600;
}

.growthsec span {
    font-weight: 600;
}

.growthsec p {
    color: #424242;
}

.growthsec iframe {
    border-radius: 10px;
}

.freiprtsec {
    background: #fff;
}

.freiprtsec h3 {
    text-transform: capitalize;
    font-size: 35px;
    margin-bottom: 15px;
    color: var(--theme-color);
    font-weight: 600;
    text-align: center;
}

.freiprtsec h5 {
    text-align: center;
    font-weight: 600;
    font-size: 22px;
    margin: 35px 0 75px;
}

.freiprtsec .freibx {
    padding: 22px 18px;
    box-shadow: 2px 2px 9px 6px #d9d9d9;
    position: relative;
    border-radius: 10px;
}

.freiprtsec .freibx h4 {
    font-size: 30px;
    margin-bottom: 15px;
    color: var(--theme-color);
    margin-top: 50px;
    text-align: center;
    font-weight: 600;
}

.freiprtsec .freibx p {
    text-align: center;
}

.freiprtsec .freibx .freicn {
    position: absolute;
    background: var(--theme-color);
    width: 90px;
    height: 90px;
    line-height: 55px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    top: 0;
    transform: translateY(-50%);
    margin: 0 auto;
    left: 0;
    right: 0;
    border: 2px solid #ccc;
}

.nonrecrsec {
    background: #fff;
}

.nonrecrsec h3 {
    text-transform: capitalize;
    font-size: 35px;
    margin-bottom: 33px;
    color: var(--theme-color);
    font-weight: 600;
    text-align: center;
}

.nonrecrsec .freibx {
    padding: 40px 20px;
    box-shadow: 2px 2px 9px 6px #d9d9d9;
    border-radius: 10px;
}

.nonrecrsec .freibx .freicn {
    background: var(--theme-color);
    width: 90px;
    height: 90px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin: 0 auto;
    border: 2px solid #ccc;
    text-align: center;
}

.nonrecrsec .freibx h4 {
    text-align: center;
    color: var(--theme-color);
    font-weight: 600;
}

.nonrecrsec .freibx h5 {
    font-weight: 600;
    text-align: center;
}

.nonrecrsec .freibx p {
    text-align: center;
    padding: 10px 15px 20px;
    line-height: 30px;
}

.nonrecrsec h6 {
    text-align: center;
    font-size: 18px;
    font-weight: 600;
}

.nonrecrsec ul {
    text-align: center;
    list-style: none;
}

.nonrecrsec ul li {
    padding: 8px 0;
}

a.cdnpbtn {
    font-size: 18px;
    font-weight: 500;
    position: relative;
    -webkit-transition: all 0.5s ease-out;
    border-radius: 10px;
    border: solid 3px #008000;
    padding: 12px 36px;
    display: inline-block;
    background-color: var(--theme-color);
    color: #fff;
}

a.cdnpbtn:hover {
    background-color: transparent;
    border: solid 3px var(--theme-color);
    color: var(--theme-color);
    -webkit-transition: all 0.5s ease-out;
}

.getpaidsec .getpaidcnt h3 {
    text-transform: capitalize;
    font-size: 35px;
    margin-bottom: 15px;
    color: #fff;
    font-weight: 600;
}

.getpaidsec .getpaidcnt span {
    font-weight: 600;
}

.getpaidsec .getpaidcnt p {
    color: #000;
}

.getpaidsec .getpaidimg {
    width: 100%;
    overflow: hidden;
}

.getpaidsec .getpaidimg img {
    width: 100%;
    object-fit: cover;
    border-radius: 10px;
}

.dnloadsec {
    background: var(--theme-color);
    padding: 30px 0;
}

.dnloadsec .dnloadbx h3 {
    color: #fff;
    font-weight: 600;
    padding-bottom: 15px;
}

.resorsec {
    background-color: #fff;
}

.resorsec h3 {
    text-transform: capitalize;
    font-size: 35px;
    margin-bottom: 30px;
    color: var(--theme-color);
    font-weight: 600;
    text-align: center;
}

.resorsec .freimg {
    width: 100%;
    overflow: hidden;
    position: relative;
}

.resorsec .freimg img {
    width: 100%;
    object-fit: cover;
    border-radius: 15px 15px 0 0;
}

.resorsec .freicnt {
    background: #e3e3e3;
    padding: 25px 18px;
    border-radius: 0 0 15px 15px;
}

.resorsec .freicnt h4 {
    text-transform: capitalize;
    font-size: 24px;
    margin-bottom: 10px;
    color: var(--theme-color);
    font-weight: 600;
}

.resorsec .freicnt a.cdnpbtn {
    font-size: 17px;
    font-weight: 500;
    position: relative;
    -webkit-transition: all 0.5s ease-out;
    border-radius: 10px;
    border: solid 2px #b30000;
    padding: 8px 15px;
    display: inline-block;
    background-color: var(--theme-color);
    color: #fff;
}

.resorsec .freicnt a.cdnpbtn:hover {
    background-color: transparent;
    border: solid 2px var(--theme-color);
    color: var(--theme-color);
    -webkit-transition: all 0.5s ease-out;
}

.resorsec .freimg .freicn {
    position: absolute;
    background: var(--theme-color);
    top: 15px;
    left: 12px;
    border-radius: 10px;
    padding: 6px;
    font-size: 14px;
    color: #fff;
}

.resorsec .freimg .freicn p {
    margin: 0;
}

.getstartedsec .getstartbx {
    padding: 30px 0;
    display: flex;
    align-items: center;
    justify-content: space-around;
}

.getstartedsec .getstartbx h3 {
    margin: 0;
    text-transform: capitalize;
    font-size: 30px;
    color: var(--theme-color);
    font-weight: 600;
}
.freibx {
    height: 100%;
    height: 100%;
    background: #e3e3e3;
    border-radius: 0 0 15px 15px;
}

.inrcontprt {
    background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)),
        url("../images/truck.jpeg");
    padding: 40px;
    background-size: cover;
}

.inrcontprt .loginform {
    box-shadow: 2px 2px 13px 0px #e2e2e2;
    padding: 20px 25px;
}

.inrcontprt h6 {
    color: #fff !important;
}

.inrcontprt p {
    color: #f2f2f2 !important;
}

/*------Sohom's Updated Css-----*/

/*.banner .bnrimage {*/
/*    height:500px;*/
/*}*/

/*.hmaboutsec .aboutimg {*/
/*    width:100%;*/
/*    height:550px;*/
/*    overflow:hidden;*/
/*}*/

/*.hmaboutsec .aboutimg img {*/
/*    height:100%;*/
/*    object-fit:cover;*/
/*}*/


.cstmbtn {
        padding: 14px 26px;
    font-size: 18px;
    font-weight: 500;
    position: relative;
    -webkit-transition: all 0.5s ease-out;
    border-radius: 10px;
    font-family: "brandon_grotesqueblack";
    border: 2px solid green!important;
    color: #fff!important;
    background: green !important;
    display:inline-block;
}

.cstmbtn:hover {
    border: 2px green #fff!important;
    background: #fff !important;
    color:green !important;
    -webkit-transition: all 0.5s ease-out;;
}


.lkpbtn {
    padding: 14px 26px;
    font-size: 18px;
    font-weight: 500;
    position: relative;
    -webkit-transition: all 0.5s ease-out;
    border-radius: 10px;
    font-family: "brandon_grotesqueblack";
    border: 2px solid #fff !important;
    color: #008000!important;
    background: #fff;
}

.lkpbtn:hover {
    border: 2px solid #fff !important;
    color:#fff;
    -webkit-transition: all 0.5s ease-out;
    background:transparent;
}

.bgsdimg {
    height:410px;
}

.banner p {
    color:#fff !important;
}

.text-pkt{
    color:#f6f6f6 !important;
}


/*------Sohom's Updated Css-----*/

.bannernw {
    background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url(../images/truckimg1.jpg);
    padding: 60px;
    background-size: cover;
}

.bannernw p {
    color:#d5d1d1;
}

.hmservicemin {
    background-color:#f3f3f3;
}

