@charset "utf-8";
@import url(https://fonts.googleapis.com/css2?family=Poppins:wght@300&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Asap&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Varela + Round&display=swap);
@import url(https://fonts.googleapis.com/css?family=Dosis:200, 300, 400, 500, 600, 700, 800&display=swap);
@import url(https://fonts.googleapis.com/css?family=Open + Sans:300, 300i, 400, 400i, 600, 600i, 700, 700i, 800, 800i&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Cabin&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Varela + Round&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Open + Sans:wght@300&display=swap);
@font-face {
    font-family: CircularStdBold;
    font-weight: 700;
    src: url(../fonts/CircularStdBold.eot);
    src: local("CircularStdBold"), url(../fonts/CircularStdBold.woff) format("woff"), url(../fonts/CircularStdBold.ttf) format("truetype");
}
@font-face {
    font-family: CircularStd-Black;
    src: url(../fonts/CircularStd-Black.eot);
    src: url(../fonts/CircularStd-Black.eot?#iefix) format("embedded-opentype"), url(../fonts/CircularStd-Black.otf) format("opentype"), url(../fonts/CircularStd-Black.svg) format("svg"),
        url(../fonts/CircularStd-Black.ttf) format("truetype"), url(../fonts/CircularStd-Black.woff) format("woff"), url(../fonts/CircularStd-Black.woff2) format("woff2");
    font-weight: 700;
    font-style: normal;
}
@font-face {
    font-family: CircularStd-Book;
    src: url(../fonts/CircularStd-Book.eot);
    src: url(../fonts/CircularStd-Book.eot?#iefix) format("embedded-opentype"), url(../fonts/CircularStd-Book.otf) format("opentype"), url(../fonts/CircularStd-Book.svg) format("svg"), url(../fonts/CircularStd-Book.ttf) format("truetype"),
        url(../fonts/CircularStd-Book.woff) format("woff"), url(../fonts/CircularStd-Book.woff2) format("woff2");
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: CircularStd-Medium;
    src: url(../fonts/CircularStd-Medium.eot);
    src: url(fonts/CircularStd-Medium.eot?#iefix) format("embedded-opentype"), url(../fonts/CircularStd-Medium.otf) format("opentype"), url(../fonts/CircularStd-Medium.svg) format("svg"),
        url(../fonts/CircularStd-Medium.ttf) format("truetype"), url(../fonts/CircularStd-Medium.woff) format("woff"), url(../fonts/CircularStd-Medium.woff2) format("woff2");
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: CircularStd-Bold;
    src: url(../fonts/CircularStd-Bold.eot);
    src: url(../fonts/CircularStd-Bold.eot?#iefix) format("embedded-opentype"), url(../fonts/CircularStd-Bold.otf) format("opentype"), url(../fonts/CircularStd-Bold.svg) format("svg"), url(../fonts/CircularStd-Bold.ttf) format("truetype"),
        url(../fonts/CircularStd-Bold.woff) format("woff"), url(../fonts/CircularStd-Bold.woff2) format("woff2");
    font-weight: 400;
    font-style: normal;
}
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output {
    border-color: transparent;
    background: 0 0;
    text-align: center;
    color: rgb(255 0 0);
}
.modal-content {
    box-shadow: 2px 2px 14px 2px #00000029;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border-radius: 0.3rem;
    outline: 0;
    padding: 5px;
}
.modal-backdrop {
    display: none;
}
.modclosebutt {
    text-align: end;
    background: red;
    padding: 0;
    margin: 0;
    border: none;
}
.topnavbarmob {
    display: none;
}
body,
​​​​​​​​ html {
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    line-height: normal;
    color: #21252991;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: transparent;
    margin: 0;
}
.overlay {
    position: relative;
    z-index: 1;
}
.centerbutton {
    display: flex;
    align-items: center;
    justify-content: center;
}
p {
    margin-top: 0;
    margin-bottom: 1rem;
    color: rgb(40 40 40 / 77%);
    font-weight: 600;
    text-align: justify !important;
}
ol,
ul {
    margin: 0;
    padding: 0;
    color: rgb(40 40 40 / 77%);
    font-weight: 600;
    list-style: none;
}
.lnr {
    font-family: Linearicons-Free;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.banner-shape {
    position: fixed;
    bottom: 0;
}
.header-top {
    display: block;
    padding: 15px 0 5px 0;
}
.header-top .social-icons i {
    font-size: 22px;
    margin: 3px;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.header-top p i {
    color: rgb(0 23 111);
    margin: 0 12px;
}
.header-top p {
    margin: 0 0;
    color: rgb(0 23 111);
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 1px;
    margin-bottom: 0;
}
.top-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.header-top .social-icons {
    text-align: right;
}
.thankyou-page ._header {
    padding: 130px 6px;
    text-align: center;
    background: url(../img/thankyoubg.png) center/cover no-repeat;
}
.thankyou-page ._header .logo {
    max-width: 200px;
    margin: 0 auto 0;
}
.thankyou-page ._header .logo img {
    width: 100%;
}
.thankyou-page ._header h1 {
    font-size: 30px;
    font-weight: 800;
    color: #fff;
    margin: 0;
    text-shadow: 1px 1px 1px #000;
}
.thankyou-page ._body {
    margin: -70px 0 30px;
}
.thankyou-page ._body ._box {
    margin: auto;
    max-width: 80%;
    padding: 50px;
    background: #fff;
    border-radius: 3px;
    box-shadow: 0 0 35px rgba(10, 10, 10, 0.12);
    -moz-box-shadow: 0 0 35px rgba(10, 10, 10, 0.12);
    -webkit-box-shadow: 0 0 35px rgba(10, 10, 10, 0.12);
}
.thankyou-page ._body ._box h2 {
    font-size: 32px;
    font-weight: 600;
    color: #071961;
}
.thankyou-page ._footer {
    text-align: center;
    padding: 50px 30px;
}
.thankyou-page ._footer .btn {
    background: #4ab74a;
    color: #fff;
    border: 0;
    font-size: 14px;
    font-weight: 600;
    border-radius: 0;
    letter-spacing: 0.8px;
    padding: 20px 33px;
    text-transform: uppercase;
}
.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #7a2008;
    border-color: #7a2008;
}
.dropicon {
    margin-right: 2px;
    margin-left: 2px;
    font-size: 15px !important;
}
.logo {
    width: 235px !important;
    height: auto;
    padding: 0 7px !important;
}
.cvstxtcenter {
    text-align: center;
}
.cvsmainheading {
    font-family: inherit !important;
    color: rgb(0 0 0) !important;
    font-weight: 700 !important;
    margin: 0 0 15px 0;
    font-size: 35px;
}
.cvsmainheadingsmall {
    font-family: inherit !important;
    text-align: initial;
    color: #000 !important;
    font-weight: 700 !important;
    margin: 15px 0 15px 0;
    font-size: 25px;
}
.introductionheadingpop {
    font-family: inherit !important;
    text-align: initial;
    color: #000 !important;
    font-weight: 700 !important;
    margin-bottom: 0;
    margin-top: 0;
}
.abtintroheading {
    font-family: inherit !important;
    text-align: initial;
    font-size: 30px !important;
    color: #fff !important;
    font-weight: 700 !important;
    margin-bottom: 2px;
    margin-top: 0;
}
.underline {
    background: radial-gradient(circle at 0 0, #06196d 0, #6776b9 100%);
    content: "";
    height: 2px;
    width: 114px;
    margin-top: 17px;
    border-radius: 32%;
    margin-bottom: 28px;
    box-shadow: 2px 16px 10px 7px #0000000a;
}
.cvstxtcenter {
    text-align: center;
}
.blogunderline {
    background: rgba(0, 0, 0, 0.04);
    content: "";
    height: 2px;
    width: 100%;
    margin-top: 17px;
    border-radius: 30%;
    margin-bottom: 13px;
    box-shadow: 2px 16px 10px 7px rgba(154, 127, 127, 0.0392156862745098);
}
.techunderline {
    background: radial-gradient(circle at 0 0, #06196d 0, #6776b9 100%);
    content: "";
    height: 2px;
    width: 114px;
    margin-top: 5px;
    border-radius: 28%;
    margin-bottom: 14px;
    box-shadow: 2px 16px 10px 7px #0000000a;
}
#header.header-scrolled {
    transition: all 0.5s;
    padding: 10px 7px 10px 7px;
    background: #071961;
    box-shadow: 0 3px 16px 0 rgba(0, 0, 0, 0.1);
}
.abtusheading {
    margin-top: 24px;
    display: inline-block;
    font-size: 13px !important;
    color: #fff !important;
    background-color: #10c432;
    font-family: inherit;
    padding: 12px 20px 12px 20px;
    text-shadow: 2px 7px 3px #0000000f;
    text-align: initial;
    border-radius: 30px;
    margin-left: 0;
    font-weight: 700;
    margin-bottom: 10px !important;
}
.socialmediaembeddhd {
    text-shadow: 2px 7px 3px #0000000f;
    text-align: center;
    color: #000;
    margin: 0;
}
.socialmedaembedboxfb {
    margin: 20px 0 0 0;
    background: #fff;
    padding: 5px;
    box-shadow: 1px 1px 15px 5px rgba(0, 0, 0, 0.1803921568627451);
}
.socialmedaembedboxinsta {
    margin: 20px 0 0 0;
    background: #fff;
    padding: 5px;
    box-shadow: 1px 1px 15px 5px rgba(0, 0, 0, 0.1803921568627451);
}
.socialmedaembedboxtweet {
    margin: 20px 0 0 0;
    background: #fff;
    padding: 5px;
    box-shadow: 1px 1px 15px 5px rgba(0, 0, 0, 0.1803921568627451);
}
.counter-item {
    background: radial-gradient(circle at 0 0, #1e64ac 0, #36a1d5 100%);
    color: #fff;
    display: flex;
    flex-direction: column;
    padding: 15px;
    margin: 5px;
    width: 100%;
}
.count-text {
    font-family: inherit;
    font-size: 52px;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
}
.count-number {
    font-family: inherit;
    font-size: 18px;
    font-weight: 700;
    padding-top: 6px;
    text-align: center;
    text-transform: uppercase;
}
.servicebox {
    margin: 10px 0 40px 0;
    background-color: #fff;
    box-shadow: 0 7px 15px rgba(0, 0, 0, 0.19), 0 10px 10px transparent;
    padding: 15px;
    border-radius: 15px;
    border: none;
    min-height: 226px;
    height: auto;
    transition: 0.5s;
}
.servicebox:hover {
    box-shadow: 0 7px 15px rgba(0, 0, 0, 0.4), 0 10px 10px rgba(0, 0, 0, 0.11);
    border-radius: 0;
    transform: translateY(-5px);
}
.serviceicon {
    height: auto;
    width: 60px;
    border-radius: 50%;
    border: solid 1px #f7fbfd;
    padding: 9px;
    background: #fff;
    box-shadow: 1px 1px 15px 1px rgba(0, 0, 0, 0.12);
    margin-top: 15px;
    margin-bottom: 10px;
    transition: 0.5s;
}
.serviceicon:hover {
    transform: rotateY(-180deg);
}
.serviconbx {
    margin-bottom: 42px;
    background-color: #fff;
    padding: 10px 0 10px 0;
    height: auto;
    transition: 0.5s;
}
.serviconbx:hover {
    font-weight: 700;
    color: #000;
    transform: translateY(-5px);
}
.serviceiconhme {
    border-right: solid 1px #083f77;
    background: #fff;
    height: auto;
    width: 69px;
    padding: 5px 10px 5px 10px;
    box-shadow: 1px 1px 2px 2px #fff;
    margin: 0;
    transition: 0.5s;
}
.serviceiconhme:hover {
    transform: rotateY(-180deg);
}
.servnmehme {
    margin: 0;
    text-align: initial;
    font-weight: 700;
}
.servparahme {
    text-align: initial;
    line-height: 19px;
    font-size: 12px !important;
    margin: 0;
    padding: 1px 0 0 0;
}
.servicename {
    font-size: 18px;
    font-family: inherit;
    color: #04090acf;
    font-weight: 700;
    margin-bottom: 7px;
}
.serivepara {
    font-family: inherit;
    line-height: 25px;
}
.serviceheading {
    font-size: 20px;
    font-weight: 700;
    color: #3f3f3f;
    line-height: normal;
    margin: 0;
    text-transform: uppercase;
    text-align: center !important;
    padding-bottom: 4rem !important;
}
.serviceul {
    list-style-type: none;
}
.servicelsts:before {
    content: "✓" !important;
    margin-left: -25px !important;
    padding-right: 10px !important;
    color: #0b5477 !important;
    font-weight: 700 !important;
}
.servicelsts {
    line-height: 37px;
    border-bottom: solid 1px #0000000f;
    padding: 4px !important;
    font-size: 15px !important;
    font-weight: 700 !important;
    margin: 0 !important;
    color: #000000a8;
}
.servicelsts:hover {
    color: #000000d6;
    border-bottom: solid #34a2d8 1px;
    transition: all 0.5s ease-out;
    font-size: 16px !important;
    padding: 4px !important;
    font-weight: 700;
    background: #fff;
    margin: 0 !important;
}
.servicesttle {
    color: #5c5c5c;
    font-size: 35px;
    font-family: Poppins, Arial, Helvetica, sans-serif !important;
    font-weight: 700 !important;
}
.servicesec {
    padding: 0;
    width: 100%;
    height: 100%;
    margin-top: 0;
    margin-bottom: 5rem;
}
.servicesubheading {
    font-size: 30px;
    font-weight: 700;
    padding-bottom: 0;
    padding-top: 0;
    color: #000;
}
.who {
    margin-bottom: 5rem;
}
.blogndsocial {
    background: #fff;
    margin-top: 2rem;
    margin-bottom: 2rem;
    box-shadow: 1px 1px 17px 2px #00000012;
}
.technosec {
    margin-top: 2rem;
    margin-bottom: 2rem;
}
.socialmediabox {
    background: #0ff;
    height: auto;
    width: 100%;
}
.abtintroductionheading {
    padding-top: 74px;
    font-family: inherit;
    color: #555454;
    font-weight: 700 !important;
    text-align: initial;
    font-size: 36px !important;
    font-weight: 700 !important;
}
.aboutus {
    padding: 21px;
}
.cvsbutt {
    font-weight: 700;
    box-shadow: 1px 0 7px 2px rgba(0, 0, 0, 0.0784313725490196);
    border: none;
    padding: 10px 40px;
    text-align: center;
    font-size: 15px;
    background: rgb(0 23 111);
    color: #fff;
    border-radius: 30px;
    margin: 20px 0 0 0;
}
.cvsbutt:hover {
    background: rgb(6 33 136);
    font-weight: 700;
    color: rgb(255 255 255);
    transition: all 0.5s ease-in;
}
.messagebutt {
    box-shadow: 1px 0 7px 2px rgb(0 0 0 / 8%);
    border: none;
    padding: 12px 77px;
    text-align: center;
    font-size: 17px;
    background: rgb(0 23 111);
    color: rgb(255 255 255);
    border-radius: 30px;
}
.messagebutt:hover {
    color: #fff;
    background: rgb(0 23 112);
    transition: all 0.5s ease-in;
}
.jobopenbutt {
    margin: 7px 0 0 0;
    box-shadow: 1px 0 7px 2px #00000014;
    border: none;
    padding: 7px 10px 7px 10px;
    text-align: center;
    font-size: 11px;
    background: #071961;
    border-radius: 0;
    width: 100%;
    color: #fff;
}
.jobopenbutt:hover {
    background: #071961;
    font-weight: 700;
    color: #fff;
    transition: all 0.5s ease-in;
}
.ebrochurebutt {
    box-shadow: 1px 0 7px 2px #00000014;
    border: none;
    margin-top: 0;
    padding: 10px 25px 10px 25px;
    text-align: center;
    border-radius: 30px;
    font-size: 13px;
    background: rgb(0 23 111);
    color: #fff;
    border: none;
}
.ebrochurebutt:hover {
    font-weight: 400;
    background: rgb(6 33 136);
    color: #fff;
    transition: all 0.5s ease-in;
}
.cvsbannerbutt {
    margin-top: 24px;
    padding: 10px 38px;
    color: rgb(255 255 255);
    text-align: center;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 15px;
    border: solid 2px rgb(255 255 255);
    border-radius: 30px;
    background: 0 0;
}
.cvsbannerbutt:hover {
    background: rgb(255 255 255);
    color: rgb(12 35 133);
    border-color: rgb(255 255 255);
    transition: all 0.2s ease-in;
}
.navqtbutt {
    font-size: 14px;
    color: #fff;
    padding: 4px;
    text-align: center;
    border-radius: 30px;
    box-shadow: 1px 1px 15px 1px rgba(0, 0, 0, 0.14);
    border: none;
    background: rgb(16 196 50) !important;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.35);
}
.navqtbutt:hover {
    background: rgb(14 181 46) !important;
    font-weight: 700;
    color: #fff;
    box-shadow: 1px 1px 9px 1px #00000017;
    transition: all 0.2s ease-in;
}
.contactaddresses {
    margin-top: 5rem;
    margin-bottom: 5rem;
}
.permanataddressbar {
    height: auto;
    background: #061e64;
    padding: 25px;
    box-shadow: -1px 0 5px 3px rgba(0, 0, 0, 0.10196078431372549);
}
.permanantname {
    color: #fff;
    text-align: center;
    font-size: 24px;
    padding-bottom: 6px;
    padding-top: 2px;
}
.permanantaddress {
    line-height: normal !important;
    color: #fff;
    margin: 0;
    padding-bottom: 10px;
}
.permananticon {
    color: #fff;
    font-size: 25px;
    height: 50px;
    width: 50px;
    padding: 7px;
    text-align: center;
    background: rgb(6 85 123);
    border-radius: 30px;
    line-height: normal !important;
    box-shadow: 1px 1px 21px 1px #0000001f;
}
.permanantnum {
    color: #fff;
    margin: 0;
    line-height: normal !important;
    padding-top: 18px;
}
.permanantmail {
    color: #fff;
    margin: 0;
    line-height: normal !important;
    padding-top: 24px;
}
.permanantsubtitle {
    font-weight: 700;
    color: #fff;
    padding-top: 12px;
    padding-bottom: 5px;
}
.cntnctfrmfill {
    font-size: 24px;
    margin-bottom: 31px;
    margin-top: 31px;
}
.socialmedia {
    list-style-type: none;
}
.socialmediali {
    color: rgb(255 255 255);
    border: 1px solid rgb(255 255 255);
    padding: 9px;
    height: 45px;
    text-align: center;
    margin: 7px;
    float: left;
    width: 45px;
    border-radius: 50%;
}
.socialmediali:hover {
    transition: all 0.5s ease-out;
    background: radial-gradient(circle at 0 0, #eff3f7 0, #feffff 100%);
    color: #0857a4;
    font-weight: 700;
    border: solid 1px #fff;
}
.contact_form {
    background: #fff;
    padding: 23px;
    box-shadow: -2px 1px 12px 2px #00000014;
}
.contactbox {
    background: #0b5477;
    padding: 29px;
    color: #fff;
    margin-top: 11px;
    box-shadow: -2px 1px 12px 2px #00000014;
}
.contactaddrsshead {
    font-family: inherit !important;
    display: block !important;
    border: none !important;
    padding-bottom: 0 !important;
    text-transform: capitalize !important;
    font-size: 22px !important;
    color: #0f365b !important;
    margin-bottom: 0 !important;
}
.servfeaturesheading {
    font-family: inherit;
    font-weight: 700 !important;
    text-align: initial !important;
    font-size: 32px !important;
    color: #0b5477 !important;
    font-weight: 700 !important;
    padding-top: 35px !important;
}
.servfeaturesheading {
    font-family: inherit;
    font-weight: 700 !important;
    text-align: initial !important;
    font-size: 22px !important;
    color: #000 !important;
    font-weight: 700 !important;
    padding-top: 35px !important;
}
.servicefeaturename {
    font-weight: 700 !important;
    font-size: 21px !important;
    font-family: inherit !important;
    padding-bottom: 0 !important;
    color: #000 !important;
    margin-top: 1rem;
    text-align: initial;
}
.techsubheads {
    margin-top: 12px;
    font-size: 16px;
    font-weight: 600;
    margin-right: 7px;
    color: #002a42;
}
.smallcontentbx {
    padding-top: 68px;
}
.servicefeaturesubname {
    font-weight: 600 !important;
    font-size: 22px !important;
    font-family: inherit !important;
    padding-bottom: 7px !important;
    color: #000 !important;
    margin-top: 1rem;
    text-align: initial;
}
.servicefeaturesubchildname {
    font-weight: bolder !important;
    font-size: 22px !important;
    font-family: inherit !important;
    padding-bottom: 0 !important;
    color: #000 !important;
    margin-top: 4rem;
    text-align: initial;
}
.careerinro {
    margin-top: 3rem;
    margin-bottom: 3rem;
}
.highlighttxt {
    font-weight: 700;
    color: #000;
    font-size: 15px;
}
.openingsec {
    background: #b0fdef57;
    margin-top: 2rem;
    margin-bottom: 2rem;
}
.careerheading {
    text-align: center !important;
    margin-bottom: 1rem;
    margin-top: 3rem;
    font-weight: 700 !important;
    text-align: initial;
    font-size: 25px !important;
    color: #000 !important;
    font-weight: 700 !important;
}
.careerpara {
    text-align: center;
}
.careerspecialbox {
    margin: 1rem 0 1rem 0;
    background-color: rgba(54, 161, 213, 0.04);
    box-shadow: 1px 1px 21px 1px #00000017;
    border-radius: 3px;
    height: auto;
    transition: 0.5s;
    border: solid 0.75px rgba(0, 0, 0, 0.08);
    text-align: center;
    padding: 15px;
}
.careerspecialbox:hover {
    transform: translateY(-5px);
    background: #fff;
    box-shadow: 1px 1px 30px 1px rgba(0, 0, 0, 0.31);
}
.opnghead {
    margin-bottom: 13px;
    font-family: inherit;
    font-size: 25px;
}
.opngpos {
    font-size: 15px;
    color: #36a1d5;
    font-weight: 700;
    margin: 0;
    padding: 0;
}
.careercntnttitle {
    font-size: 18px;
    color: #000000a6;
    margin-bottom: 7px;
    padding-right: 12px;
}
.quali {
    font-size: 18px;
    color: #2081b1;
    font-weight: 700;
    margin-bottom: 7px;
    padding-right: 12px;
}
.divider {
    display: none;
}
.jobdivider {
    padding-left: 4px;
    padding-right: 4px;
}
.opngposspn {
    color: #14c535;
    font-weight: 700;
}
.jobcollapsecontainer {
    padding-bottom: 2rem;
    padding-top: 2rem;
}
.jobsisply {
    font-size: 13px;
    margin: 0;
}
.jobbox {
    margin-bottom: 0;
    background-color: #e4fefa;
    border: none;
    border-bottom: 1px solid rgba(0, 0, 0, 0.125);
    width: 100%;
    text-align: initial;
    margin-bottom: 9px;
    padding: 15px;
}
.careerbttngrps {
    float: left;
    margin-top: 15px;
}
.card-header {
    padding: 4px;
    margin-bottom: 0;
    background-color: #e4fefa;
    border: none;
}
.jobbox:hover {
    text-decoration: none;
}
.jobcardbody {
    padding: 20px;
    margin-top: 12px;
    background: #eef6fb;
    border: solid 1px #0ff;
    box-shadow: 0 -1px 10px 3px #8080800d;
}
.jobcard {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #eef6fb;
    background-clip: border-box;
    border: none;
}
.recrusec {
    margin-top: 4rem;
}
.recrutmentsheading {
    margin-top: 117px;
    font-weight: 700 !important;
    font-size: 25px !important;
    font-family: inherit !important;
    padding-bottom: 0 !important;
    color: #000 !important;
    text-align: initial;
}
input[type="file"] {
    display: block;
    background: rgb(247 255 255);
    padding: 13px;
    border: 1px solid rgb(206 212 218);
}
.c {
    margin: 0 auto;
    padding: 0;
    background: 0 0;
    border: 0;
    outline: 0;
    line-height: 0;
    clear: both !important;
}
.banner_wrapper {
    width: 100%;
    height: auto;
    position: relative;
}
.testmonials {
    width: 100%;
    background: url(../images/testimonials_bg.jpg);
}
.testmonials h2 {
    color: #fff;
    font-size: 25px;
    text-align: center;
    padding-bottom: 20px;
}
.testimonial p {
    color: #fff;
    line-height: 20px;
    font-weight: 400;
    text-align: center;
    padding: 0 40px;
    padding-bottom: 20px;
}
.testimonial h4 {
    color: #fff;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 600;
    text-align: center;
    display: block;
    line-height: 18px;
}
.testimonial h4 span {
    display: block;
    text-transform: capitalize;
}
.owl-carousel-service {
    padding: 0;
}
.owl-carousel-service .owl-controls .owl-nav [class*="owl-"] {
    position: relative;
    margin-top: 0;
    width: 23px;
    height: 22px;
    margin-right: 18px;
    float: left;
}
.owl-carousel-service .owl-prev {
    background: url(../images/service-prev.png) no-repeat !important;
    left: 0;
}
.owl-carousel-service .owl-next {
    background: url(../images/service-next.png) no-repeat !important;
}
.brands img {
    border: none;
    object-fit: cover;
    padding: 8px;
    min-height: 25px;
    margin-top: 10px;
    border-radius: 0;
    background: #0ff;
}
.owl-carousel .owl-controls .owl-nav [class*="owl-"] {
    width: 36px;
    height: 31px;
    padding: 0;
    margin: 0;
    margin-top: -16.5px;
    position: absolute;
    top: 50%;
    overflow: hidden;
    text-indent: 50px;
    border-radius: 0;
}
.owl-carousel .owl-prev {
    background: url(../images/prev.png) no-repeat !important;
    left: 0;
}
.owl-carousel .owl-next {
    background: url(../images/next.png) no-repeat !important;
    right: 0;
}
.owl-carousel .owl-controls .owl-nav [class*="owl-"] {
    width: 33px;
    height: 32px;
    padding: 0;
    margin: 0;
    margin-top: -16px;
    position: absolute;
    top: 50%;
    overflow: hidden;
    text-indent: 50px;
}
.owl-carousel .owl-prev {
    background: url(../images/prev.png) no-repeat !important;
    left: 10px;
}
.owl-carousel .owl-next {
    background: url(../images/next.png) no-repeat !important;
    right: 10px;
}
.clients img {
    width: 100%;
}
.subpage_banner {
    position: relative;
    width: 100%;
    background-attachment: fixed;
    background-image: url(../img/breadcrumbparalax.png);
    box-shadow: 0 3px 19px 2px #80808014;
    margin-bottom: 1rem;
}
.subpagebannercontents {
    color: rgb(255 255 255);
    margin: 0;
    padding: 170px 0 30px 0;
}
.subpagebannercontents h4 {
    font-weight: 600;
    font-size: 45px;
}
.subpageexistpg {
    font-weight: 700;
}
.breaddivider {
    padding-left: 4px;
    padding-right: 4px;
}
.breaddivider {
    padding-right: 12px;
    padding-left: 12px;
}
.aboutus img {
    max-width: 100%;
}
.about_img {
    float: left;
    margin-right: 20px;
    margin-bottom: 20px;
}
.mission-vision img {
    margin-bottom: 15px;
}
.content_wrapper h3 {
    font-size: 35px;
    margin: 0;
    color: #3e3e3e;
    padding-bottom: 15px;
    border-bottom: 1px #3e3e3e solid;
    display: inline-block;
    font-weight: 600;
    margin-bottom: 20px;
}
.subpage img {
    max-width: 100%;
}
.content_wrapper h3 {
    margin: 0;
    color: #3e3e3e;
    padding-bottom: 0;
    display: block;
    border: none;
    font-weight: 600;
    font-family: inherit;
    margin-bottom: 0;
}
.subpage img {
    max-width: 100%;
}
.solutions h2 span {
    background: #fff;
    padding-right: 20px;
}
.contact_form {
    width: 100%;
    height: auto;
}
.contact_form input[type="text"] {
    width: 100%;
    height: 40px;
    margin-bottom: 15px;
    outline: 0;
    padding-left: 10px;
    color: #ccc;
    background: #f5f5f5;
    border: none;
}
.contact_form textarea {
    width: 100%;
    height: 100px;
    margin-bottom: 15px;
    border: none;
    outline: 0;
    padding-top: 10px;
    padding-left: 10px;
    color: #ccc;
    background: #f5f5f5;
}
.contact_form input[type="submit"] {
    width: auto;
    height: auto;
    text-align: center;
    text-transform: capitalize;
    padding: 10px 15px;
    cursor: pointer;
    outline: 0;
    font-weight: 400;
    border: none;
    background: #0f365b;
    color: #fff;
    float: left;
    text-transform: uppercase;
}
.contact_form label {
    font-size: 12px;
    font-weight: 400;
    color: #a7a7a7;
}
.contact h2 {
    font-size: 20px;
    padding-bottom: 20px;
}
.contact p i {
    padding-right: 10px;
}
.map {
    padding: 0;
    padding-top: 20px;
}
.map img {
    width: 100%;
}
.contact .social li {
    margin-left: 0;
    margin-right: 10px;
}
.contact .social li a {
    color: #fff;
}
.quote {
    text-align: center;
}
.quote p {
    padding-bottom: 20px;
}
.quote h2 {
    color: #127bb8;
}
.quick {
    width: 100%;
    height: auto;
    text-align: center;
}
.modal-title {
    text-align: center;
    font-weight: 600;
}
.quick input[type="text"],
.quick textarea {
    width: 100%;
    height: 40px;
    margin-bottom: 15px;
    outline: 0;
    padding-left: 10px;
    color: #6a6a6a;
    background: #fff;
    border: 1px #a9a9a9 solid;
    text-align: left;
}
.quick textarea {
    height: 120px;
}
.quick label {
    font-size: 14px;
    font-weight: 300;
    color: #209ece;
    float: left;
}
.quick input[type="submit"] {
    width: auto;
    height: auto;
    text-align: center;
    text-transform: capitalize;
    padding: 10px 20px;
    cursor: pointer;
    outline: 0;
    font-weight: 400;
    border: none;
    background: #209ece;
    color: #fff;
    float: none;
    text-transform: uppercase;
    margin-top: 3px;
}
.solutions h4 {
    font-size: 17px;
    margin-bottom: 15px;
    font-family: inherit;
    color: 600;
    color: #000;
    font-weight: 700;
}
.solutions ul {
    margin-bottom: 15px;
    margin-left: 0;
}
.solutions ul li {
    padding: 10px 1px;
    list-style-type: none;
    line-height: 26px;
}
.solutions ul li:before {
    font-family: FontAwesome;
    content: "\f1b2";
    display: inline-block;
    padding-right: 8px;
    font-size: 18px;
    color: #293178;
    vertical-align: middle;
    font-weight: lighter;
}
.solutions h5 {
    font-weight: 600;
    padding-bottom: 5px;
}
.solutions hr {
    background: #999;
}
.solutions p a {
    color: #078a00;
    padding-bottom: 3px;
    border-bottom: #12ef3b;
    font-weight: 600;
}
.slicknav_menu .slicknav_nav {
    background: -webkit-linear-gradient(234deg, #061764, #073066, #083467, #072765, #061764 100%);
    float: right;
    box-shadow: 1px 1px 8px 1px #00000014;
    width: 100%;
    padding: 10px;
    list-style-type: none;
    border-radius: 0;
    margin-top: 5px;
    left: 0;
    right: 0;
    margin: auto;
}
.submenu {
    display: block;
    list-style-type: none;
    padding: 7px;
}
.slicknav_menu .slicknav_nav a:hover {
    color: #fff;
    outline: 0;
    border: none;
}
.slicknav_nav a:hover {
    border: none;
    color: #fff !important;
    font-weight: 700;
    font-size: inherit;
}
.slicknav_menu .slicknav_nav a.active {
    color: #f91842;
}
.slicknav_menu .slicknav_nav .slicknav_btn {
    background-color: transparent;
    cursor: pointer;
    margin-bottom: 10px;
    margin-top: -40px;
    position: relative;
    z-index: 99;
    border: 1px solid #ddd;
    top: 3px;
    right: 5px;
    top: -36px;
}
.slicknav_menu .slicknav_nav .slicknav_btn .slicknav_icon {
    margin-right: 6px;
    margin-top: 3px;
    position: relative;
    padding-bottom: 3px;
    top: -11px;
    right: -5px;
}
.slicknav_nav .slicknav_arrow {
    float: right;
    font-size: 14px;
    border: solid 1px #1c5086;
    position: relative;
    height: auto;
    width: 27px;
    color: #fff;
    padding: 2px;
    margin: 0;
    background: #1d5086;
    text-align: center;
    border-radius: 50%;
}
.slicknav_btn {
    cursor: pointer;
    color: #fff;
    position: fixed;
    z-index: 99;
    border: none;
    font-size: 20px;
    border-radius: 0;
    top: 25px;
    padding: 5px;
    right: 27px;
    background: linear-gradient(to right, #06196d, #1b7bab);
}
.slicknav_btn {
    cursor: pointer;
    color: #fff;
    position: fixed;
    z-index: 99;
    border: none;
    font-size: 15px;
    border-radius: 30px;
    top: 25px;
    padding: 5px 15px 5px 15px;
    right: 25px;
    background: #10c432;
    box-shadow: 1px 1px 12px 1px rgba(0, 0, 0, 0.0784313725490196);
}
.slicknav_btn:hover {
    background: #10c432;
    cursor: pointer;
    color: #fff;
    font-weight: 700;
}
.header-area {
    left: 0;
    right: 0;
    width: 100%;
    top: 0;
    z-index: 9;
    position: absolute;
}
.header-area .main-header-area {
    background: 0 0;
}
.header-area .main-header-area.details_nav_bg {
    background: #727272;
    padding-bottom: 0;
}
.header-area .main-header-area .logo-img {
    text-align: center;
}
.header-area .main-header-area .Appointment {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -webkit-justify-content: flex-end;
    -moz-justify-content: flex-end;
    -ms-justify-content: flex-end;
    justify-content: flex-end;
    -ms-flex-pack: flex-end;
}
.header-area .main-header-area .Appointment .phone_num {
    margin-right: 30px;
}
.header-area .main-header-area .Appointment .phone_num a i {
    color: #1e1a7d;
    font-size: 14px;
    margin-right: 7px;
}
.header-area .main-header-area .Appointment .socail_links ul li {
    display: inline-block;
}
.header-area .main-header-area .Appointment .socail_links ul li a {
    color: #a8a7a0;
    margin: 0 10px;
    font-size: 15px;
}
.header-area .main-header-area .Appointment .socail_links ul li a:hover {
    color: #fff;
}
.header-area .main-header-area .main-menu {
    text-align: center;
}
.header-area .main-header-area .main-menu ul li {
    display: inline-block;
    position: relative;
    margin: 0 20px;
}
.header-area .main-header-area .main-menu ul li a {
    color: #fff;
    font-size: 13px !important;
    font-family: inherit;
    text-transform: uppercase;
    font-weight: lighter !important;
    padding-bottom: 13px;
    display: inline-block;
    text-shadow: 1px 0 0 #fffefe4a;
}
.header-area .main-header-area .main-menu ul li a i {
    font-size: 9px;
}
.header-area .main-header-area .main-menu ul li a:hover {
    color: #fff;
    font-size: 13px !important;
    font-family: Poppins, sans-serif;
    font-weight: 700 !important;
    display: inline-block;
    -webkit-transition: all 0.1s cubic-bezier(0.73, 0.32, 1, 1);
    text-shadow: 1px 0 0 #fffefe4a;
    font-weight: 700 !important;
}
.header-area .main-header-area .main-menu ul li a:hover:before {
    transform-origin: left top;
    transform: scale(1);
}
.header-area .main-header-area .main-menu ul li a:before {
    content: "";
    display: block;
    position: absolute;
    bottom: 3px;
    left: 0;
    height: 3px;
    border-radius: 84%;
    width: 100%;
    background: radial-gradient(circle at 0 0, #2583b1 0, #34a2d8 100%);
    transform-origin: right top;
    transform: scaleX(0);
    transition: color 0.1s, transform 0.2s ease-in-out;
}
#navigation {
    padding: 40px 0 30px 0;
    margin: 0;
}
.header-area .main-header-area .main-menu ul li .submenu {
    position: absolute;
    left: 0;
    top: 120%;
    background: #fff;
    width: 200px;
    z-index: 2;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.02);
    opacity: 0;
    visibility: hidden;
    text-align: left;
    -webkit-transition: 0.6s;
    -moz-transition: 0.6s;
    -o-transition: 0.6s;
    transition: 0.6s;
}
.header-area .main-header-area .main-menu ul li .submenu li {
    display: block;
    margin: 0;
}
.header-area .main-header-area .main-menu ul li .submenu li a {
    width: 225px;
    padding: 7px 15px;
    color: #fff !important;
    position: inherit;
    font-size: 14px !important;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    display: block;
    color: #000;
}
.header-area .main-header-area .main-menu ul li .submenu li a:hover {
    color: #fff !important;
    font-weight: 700 !important;
}
.header-area .main-header-area .main-menu ul li .submenu li a::before {
    display: none;
}
.header-area .main-header-area .main-menu ul li .submenu li:hover a {
    color: #000;
}
.header-area .main-header-area .main-menu ul li:hover > .submenu {
    opacity: 1;
    visibility: visible;
    width: 221px;
    background: linear-gradient(to right, #113579, #123477);
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.4);
    top: 82%;
    padding: 0;
}
.header-area .main-header-area .main-menu ul li:hover > a::before {
    opacity: 1;
}
.header-area .main-header-area .main-menu ul li:first-child a {
    padding-left: 0;
}
.header-area .main-header-area.sticky {
    box-shadow: 0 3px 16px 0 rgba(0, 0, 0, 0.1);
    position: fixed;
    width: 100%;
    top: -70px;
    left: 0;
    right: 0;
    z-index: 990;
    transform: translateY(70px);
    transition: transform 0.5s ease, background 0.5s ease;
    -webkit-transition: transform 0.5s ease, background 0.5s ease;
    padding: 12px 0 12px 0;
    box-shadow: 0 3px 16px 0 rgba(0, 0, 0, 0.1);
    background: #fff;
    color: #fff !important;
}
.header-area .main-header-area.sticky .main-menu ul li a {
    color: #0a2c79 !important;
}
.header-area .main-header-area.sticky .main-menu ul li a:hover {
    font-weight: 700 !important;
}
.header-area .main-header-area.sticky .main-menu {
    padding: 0;
}
.header-area .main-header-area.sticky .header_bottom_border {
    border-bottom: none;
}
.header-area .main-header-area.sticky .header_bottom_border.white_border {
    border-bottom: none !important;
}
.header-area .header-top_area {
    background: #001d38;
}
.header-area .header-top_area .social_media_links a {
    font-size: 15px;
    color: #c7c7c7;
    margin-right: 12px;
}
.header-area .header-top_area .social_media_links a:hover {
    color: #33d4d6;
}
.header-area .header-top_area .header_left p {
    color: #727272;
    font-weight: 400;
    font-size: 13px;
    margin-bottom: 0;
}
.header-area .header-top_area .short_contact_list {
    text-align: right;
}
.header-area .header-top_area .short_contact_list ul li {
    display: inline-block;
}
.header-area .header-top_area .short_contact_list ul li a {
    font-size: 13px;
    color: #919191;
    margin-right: 50px;
}
.header-area .header-top_area .short_contact_list ul li a i {
    color: #33d4d6;
    margin-right: 7px;
}
.header-area .header-top_area .header_right.d-flex {
    display: flex;
    justify-content: flex-end;
}
.header-area .search_btn i {
    color: #fff;
    font-size: 15px;
}
.slicknav_menu .slicknav_icon-bar {
    background-color: #463636;
    height: 3px;
    color: #000;
    margin: 5px 0;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.blogpara {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.blogeditorspara {
    object-fit: cover;
    overflow-y: scroll;
    max-height: 125px;
}
.section-title {
    margin: 0 0 11px 0;
}
.blogbox {
    margin: 0 0 15px 0;
    padding: 15px;
    border: dashed 1px rgba(41, 48, 120, 0.16);
    box-shadow: 1px 1px 11px 1px rgba(0, 0, 0, 0.10980392156862745);
    border-bottom: solid 1px rgba(0, 0, 0, 0.10196078431372549);
}
.poptime {
    background: #10c433;
    padding: 5px;
    color: #fff;
    font-size: 12px;
    width: 50%;
    text-align: center;
    border-radius: 30px;
    margin: 3px 0 10px 0;
}
.poster {
    margin: 12px 0 0 0;
}
.popularbox {
    min-height: 300px;
    margin: 0 0 12px 0;
    background: rgba(0, 0, 0, 0);
    padding: 14px;
    border: solid 1px rgba(1, 2, 1, 0.10196078431372549);
    box-shadow: 1px 1px 7px 1px rgba(0, 0, 0, 0.1);
}
.posterimg {
    float: left;
    height: auto;
    width: 55px !important;
    border-radius: 30px;
    padding: 0;
    border: solid #fff;
}
.blogimgpopdiv {
    object-fit: cover;
    height: auto;
    min-height: 250px;
}
.blogimgpop {
    object-fit: cover;
    min-height: 300px;
    box-shadow: 1px 1px 9px 1px rgba(0, 0, 0, 0.10980392156862745);
}
.podetails {
    float: left;
    margin: 8px 0 0 8px;
}
.poptitle {
    color: #000;
    font-size: 15px;
    font-weight: 700;
    line-height: normal;
    padding: 0;
    margin: 0;
}
.popauthor {
    font-size: 13px;
    color: #000;
}
.popdesi {
    font-size: 11px;
    color: #000;
}
.poppara {
    line-height: 24px;
    font-size: 12px !important;
    color: #000;
    margin: 9px 0 6px 0;
}
.mostviewbox {
    background-color: #f8f9fa !important;
    padding: 25px;
}
.desc {
    line-height: 24px;
    margin: 0 0 7px 0;
}
.descdepopular {
    line-height: 15px;
    margin: 3px 0 0 0;
    font-size: 12px;
}
.circle {
    padding: 6px 4px 7px 4px;
    background-color: #10c433;
    color: #fff;
    max-height: 50px;
    z-index: 2;
    margin: 15px 0 15px 0;
    font-size: small;
}
.how-it-works.row .col-2 {
    align-self: stretch;
}
.how-it-works.row .col-2::after {
    content: "";
    position: absolute;
    border-left: 3px solid #10c433;
    z-index: 1;
}
.how-it-works.row .col-2.bottom::after {
    height: 50%;
    left: 50%;
    top: 50%;
}
.how-it-works.row .col-2.full::after {
    height: 100%;
    left: calc(50% - 3px);
}
.how-it-works.row .col-2.top::after {
    height: 50%;
    left: 50%;
    top: 0;
}
.timeline div {
    padding: 0;
    height: 40px;
}
.timeline hr {
    border-top: 3px solid #10c433;
    margin: 0;
    top: 17px;
    position: relative;
}
.timeline .col-2 {
    display: flex;
    overflow: hidden;
}
.timeline .corner {
    border: 3px solid #10c433;
    width: 100%;
    position: relative;
    border-radius: 15px;
}
.timeline .top-right {
    left: 50%;
    top: -50%;
}
.timeline .left-bottom {
    left: -50%;
    top: calc(50% - 3px);
}
.timeline .top-left {
    left: -50%;
    top: -50%;
}
.timeline .right-bottom {
    left: 50%;
    top: calc(50% - 3px);
}
.bloglistbxdrk {
    background: rgba(41, 49, 120, 0.0196078431372549);
    box-shadow: 8px 5px 5px 1px rgba(0, 0, 0, 0.02);
}
.bloglistbxlght {
    background: #fff;
    box-shadow: 8px 5px 5px 1px rgba(0, 0, 0, 0.02);
}
.title {
    font-size: inherit;
    font-weight: 700;
}
.info {
    padding: 20px 0 20px 0;
}
.infopop {
    padding: 0;
}
.coutr {
    background: radial-gradient(circle at 0 0, rgb(14 79 115) 0, rgb(7 25 110) 100%);
    color: rgb(255 255 255);
    display: flex;
    text-align: center;
    flex-direction: column;
    padding: 35px;
    margin-top: 13px;
    width: 100%;
    border-radius: 15px;
    box-shadow: 1px 1px 7px 1px rgb(0 0 0 / 8%);
}
.highlight {
    color: #fff;
    padding: 9px;
    font-weight: 700;
    display: block;
    overflow: hidden;
    margin-bottom: 0;
    font-size: 35px;
}
.milestone-details {
    font-weight: 700;
    font-family: inherit;
    font-size: 14px;
    margin: 0;
}
.blogimg {
    transition: 0.5s;
}
.blogimg:hover {
    transform: translateY(-5px);
}
.event-list {
    list-style: none;
    font-family: Lato, sans-serif;
    margin: 0;
    padding: 0;
}
.event-list > li > .time > .info > .day {
    display: block;
    font-size: 42pt;
    font-weight: 100;
    line-height: 1;
}
.event-list > li .time > .info > .month {
    display: block;
    font-size: 16pt;
    font-weight: 900;
    line-height: 1;
}
.event-list > li .time > .info > .year {
    display: block;
    font-size: 20pt;
    font-weight: 600;
    line-height: 1;
}
.event-list > li > .info {
    box-shadow: 0 14px 20px rgba(0, 0, 0, 0.09), 0 10px 10px rgba(0, 0, 0, 0.05);
    padding: 20px;
    text-align: left;
    width: 100%;
    float: left;
    min-height: 182px;
    background: #fff;
    height: auto;
    overflow: hidden;
    border: solid #00000012 1px;
    margin-top: 22px;
    transition: 0.5s;
}
.event-list > li > .info:hover {
    box-shadow: 0 14px 21px rgba(0, 0, 0, 0.09), 0 10px 10px rgba(0, 0, 0, 0.05);
    transform: translateY(-5px);
}
.event-list > li > .info > .title {
    font-weight: 600;
    font-size: 15px;
    color: #000 !important;
    margin: 0;
    margin-bottom: 10px;
}
.event-list > li > .info > .desc {
    font-size: 12px;
    font-weight: 300;
    margin: 0;
}
.ghost-btn {
    box-shadow: 1px 0 7px 2px rgba(0, 0, 0, 0.0784313725490196);
    border: none;
    padding: 11px 31px;
    text-align: center;
    font-size: 14px;
    background: rgb(0 23 111);
    color: #fff;
    border-radius: 30px;
    margin: 20px 30px;
}
.ghost-btn:hover {
    background: -webkit-linear-gradient(234deg, #15497f, #073e77, rgba(0, 56, 116, 0.8588235294117647), rgba(0, 56, 116, 0.9294117647058824), #13477e 100%);
    font-weight: 700;
    color: #fff;
    transition: all 0.5s ease-in;
}
.commonbox {
    background: #fff;
    min-height: 232px;
}
.specialboxheading {
    font-family: Poppins, Arial, Helvetica, sans-serif !important;
    text-align: initial;
    font-size: 20px !important;
    color: #0b5477 !important;
    font-weight: 700 !important;
}
.darkblue {
    background: #071961;
}
.blue {
    background: #0087ee;
}
.content h3 {
    color: #fff;
}
.designbxp {
    font-size: 13px;
    font-weight: 400 !important;
    margin: 20px auto !important;
    color: #fff;
}
.top_left_bx {
    background: rgb(7 25 97);
    z-index: 35;
    position: inherit;
    padding: 6px;
}
.top_right_bx {
    background: #0087ee;
    z-index: 35;
    position: inherit;
}
.content {
    text-align: center !important;
    padding: 35px !important;
    height: 275px;
    overflow: hidden;
    position: inherit;
}
.text {
    z-index: 100;
    position: relative;
}
.hvr-shrink {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform;
}
.elip-top-left {
    position: absolute;
    top: 25px;
    left: -42px;
    z-index: 80;
}
.elip-top-right {
    position: absolute;
    top: 2px;
    right: 7px;
    z-index: 9;
}
.elip-bottom-right {
    position: absolute;
    bottom: -6px;
    right: 8px;
    z-index: 0;
}
.no-padding {
    padding: 0 !important;
}
.hvr-pulse-grow {
    height: 100%;
    width: 100%;
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
}
.hvr-shrink:active,
.hvr-shrink:focus,
.hvr-shrink:hover {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
}
@media (max-width: 767px) {
    .abticon {
        font-size: 19px !important;
        left: 7px !important;
    }
    .commonlistitemicon {
        left: 10px !important;
    }
    .header-top {
        display: none;
    }
    .topnavbar {
        display: none;
    }
    .topnavbarmob {
        display: block;
    }
    .topnavbarmob .goldenbuttonred {
        background: #ba151c;
        padding: 10px 10px;
        border: solid rgb(231 28 36) 1px;
        border-radius: 0;
        font-size: 11px;
        width: auto;
        margin: 0;
    }
    .topnavbarmob .goldenbuttonredenquiry {
        background: rgb(231 28 36);
        padding: 10px 10px;
        border: solid rgb(231 28 36) 1px;
        border-radius: 0;
        font-size: 11px;
        width: auto;
        margin: 0;
    }
    .main-menu {
        padding: 0 12px !important;
    }
    .footsubscribebutton {
        min-height: 39px !important;
        border-radius: 0 !important;
        background: #071960;
        padding: 7px !important;
        color: #fff !important;
        border: solid 1px #1b2f88;
        margin: 0 !important;
        font-size: 11px !important;
        border-bottom-right-radius: 30px !important;
        border-left: none !important;
        border-top-right-radius: 30px !important;
    }
    .slider_area .single_slider {
        background-size: 386% !important;
        min-height: 488px;
    }
    .slider_area .single_slider .slider_text .video_service_btn > a {
        margin-bottom: 20px;
    }
    .slider_area .single_slider .slider_text p {
        font-size: 14px;
        color: rgb(255 255 255);
        text-shadow: 1px 1px 1px #000 !important;
        margin: 10px 0;
    }
    .aboutul li {
        line-height: 43px;
    }
    .abticon {
        padding: 12px 7px;
    }
}
.abtusheading {
    margin-top: 6px;
    display: inline-block;
    font-size: 13px !important;
    color: #fff !important;
    font-family: inherit;
    padding: 10px 15px 11px 15px;
    text-shadow: 2px 7px 3px #0000000f;
    text-align: initial;
    border-radius: 30px;
    margin-left: 0;
    font-weight: 700;
    margin-bottom: 10px !important;
}
.ghost-btn {
    margin-left: 30px;
    color: #fcfcff !important;
    display: inline-block;
    font-weight: 600;
    text-transform: uppercase;
    transition: all 0.5s ease-out;
    float: left;
    margin-top: 30px;
    padding: 10px 17px 10px 17px;
    font-size: 15px;
}
.social_footer_ul li {
    float: left;
    padding: 0;
    margin: 0 1px 0 1px;
}
.cvsbutt {
    padding: 9px 17px;
    font-size: 13px;
    text-align: center;
    font-weight: 700;
    color: #fff;
}
.contact_form {
    background: #fff;
    padding: 10px 5px 10px 5px;
    box-shadow: -2px 1px 12px 2px #00000014;
}
.introductionheading {
    font-family: Poppins, Arial, Helvetica, sans-serif !important;
    text-align: initial;
    font-size: 20px !important;
    margin: 0;
    color: #000 !important;
    font-weight: 700 !important;
}
.hmebannerimg {
    display: none !important;
}
.slider_area .single_slider {
    object-fit: cover;
    min-height: 705px;
    padding: 0;
    background-repeat: inherit !important;
    background-position: center center !important;
}
.slider_text {
    width: 100%;
    margin: 0;
}
.slider_area .single_slider .slider_text h6 {
    color: rgb(255 255 255);
    font-size: 71px;
    letter-spacing: 0;
    text-transform: capitalize;
    font-weight: 700;
    line-height: 83px;
    margin: 21px 0;
}
.slider_area .single_slider .slider_text p {
    font-size: 21px;
    color: rgb(255 255 255);
    text-shadow: 1px 1px 1px #000 !important;
    margin: 17px 0;
}
.cvsbannerbutt {
    font-size: 14px;
    margin: 0;
    padding: 6px 45px;
}
.messagebutt {
    box-shadow: 1px 0 7px 2px #00000014;
    border: none;
    text-align: center;
    padding: 9px 35px;
    font-size: 13px;
    background: rgb(20 197 53);
    color: rgb(255 255 255);
    border-radius: 0;
}
.ebrochurebutt {
    margin-bottom: 0;
    text-align: center;
    padding: 9px 17px;
    font-size: 13px;
    font-weight: 700;
    border: solid 2px #06196d;
    background: #06196d;
    color: rgb(255 255 255);
    border-radius: 0;
}
.missionvisionhd {
    font-family: inherit;
    color: #000;
    margin: 0;
    font-size: 20px !important;
    font-weight: 700 !important;
}
.solutions h4 {
    font-size: 20px;
    margin-bottom: 15px;
    font-family: inherit;
    color: #000;
    font-weight: 700;
    margin: 0;
}
.header-area .header-top_area .short_contact_list ul li a {
    margin-left: 0;
    margin: 0 5px;
}
.header-area .header-top_area .short_contact_list {
    text-align: center;
}
.header-area .header-top_area .social_media_links {
    text-align: center;
}
.slider_area .single_slider .slider_text h3 {
    font-size: 30px;
}
p {
    line-height: normal !important;
    font-size: 10px !important;
    margin: 0;
    color: #000;
    padding: 0;
}
.slider_area .single_slider .slider_text h6 {
    color: rgb(255 255 255);
    font-size: 65px;
    letter-spacing: 0;
    text-transform: capitalize;
    font-weight: 700;
    line-height: 65px;
    margin: 21px 0;
}
.slider_area .single_slider .slider_text p {
    font-size: 14px !important;
}
.slicknav_nav ul,
li {
    line-height: 15px;
}
.slicknav_menu .slicknav_nav {
    background: linear-gradient(to right, #06196d, #1b7bab);
    float: right;
    box-shadow: 1px 1px 8px 1px #00000014;
    width: 100%;
    padding: 36px;
    list-style-type: none;
    border-radius: 0;
    margin-top: 5px;
    left: 0;
    right: 0;
    margin: auto;
}
.slicknav_nav .slicknav_arrow {
    float: right;
    font-size: 13px;
    border: solid 1px #06196d;
    height: auto;
    width: 25px;
    color: #fff;
    padding: 4px;
    margin: 0;
    background: #06196d;
    text-align: center;
    border-radius: 50%;
}
.slicknav_btn {
    background-color: #206ab0;
    cursor: pointer;
    color: #fff;
    margin-bottom: 10px;
    position: relative;
    z-index: 99;
    border: none;
    border-radius: 3px;
    top: 5px;
    padding: 5px;
    right: 0;
    left: 626px;
    top: -38px;
}
.postdate {
    margin: 0 0 25px 0;
}
.main-menu .goldenbuttonred {
    padding: 13px 6px !important;
    font-size: 13px !important;
    width: 100% !important;
    margin: 2px 41px 0 -48px !important;
}
.slider_area .single_slider .slider_text h3 {
    font-size: 35px;
    letter-spacing: 3px;
}
.header-area .search_btn {
    position: relative;
    right: 10px;
}
@media (min-width: 1200px) and (max-width: 1500px) {
    .header-area .main-header-area .Appointment .phone_num a {
        font-size: 13px;
    }
}
@media (min-width: 1200px) and (max-width: 1500px) {
    .header-area .main-header-area .Appointment .boxed-btn4 {
        padding: 11px 9px 13px 9px;
        font-size: 13px;
    }
}
@media (min-width: 1501px) and (max-width: 1800px) {
    .header-area .main-header-area .Appointment .boxed-btn4 {
        padding: 11px 20px 13px 20px;
        font-size: 13px;
    }
}
@media (min-width: 992px) and (max-width: 1200px) {
    .header-area .main-header-area .main-menu ul li {
        margin: 0 13px;
    }
}
@media (min-width: 1200px) and (max-width: 1500px) {
    .header-area .main-header-area .main-menu ul li {
        margin: 0 9px;
    }
}
@media (min-width: 992px) and (max-width: 1200px) {
    .header-area .main-header-area .main-menu ul li a {
        font-size: 15px;
    }
}
@media (min-width: 1200px) and (max-width: 1500px) {
    .header-area .main-header-area .main-menu ul li a {
        font-size: 13px;
    }
}
@media (max-width: 767px) {
    .header-area .main-header-area .main-menu ul li a i {
        display: none !important;
    }
    .header-area .main-header-area.sticky {
        padding: 10px 10px;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .header-area .main-header-area .main-menu ul li a i {
        display: none !important;
    }
}
@media (max-width: 767px) {
    .logo {
        height: auto;
        width: 150px !important;
        float: left;
        padding: 5px 5px 5px 4px !important;
    }
}
@media (max-width: 767px) {
    .contact_form input[type="submit"] {
        margin-bottom: 35px;
    }
}
@media (max-width: 767px) {
    .slicknav_menu .slicknav_nav a i {
        display: none;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .slicknav_menu .slicknav_nav a i {
        display: none;
    }
}
@media (max-width: 767px) {
    .slicknav_menu {
        margin-right: 0;
    }
}
@media (max-width: 767px) {
    .header-area {
        padding-top: 0;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .header-area {
        padding-top: 0;
    }
}
@media (max-width: 767px) {
    .header-area .main-header-area.details_nav_bg {
        padding-bottom: 10px;
    }
}
.header-area .main-header-area.details_nav {
    background: #001d38;
}
@media (max-width: 767px) {
    .header-area .main-header-area {
        padding: 10px 10px;
        background: #ffffff00;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .header-area .main-header-area {
        padding: 10px 10px;
    }
}
@media (min-width: 992px) and (max-width: 1200px) {
    .header-area .main-header-area {
        padding: 0 20px;
    }
}
@media (min-width: 1501px) and (max-width: 1800px) {
    .header-area .main-header-area {
        padding: 0 50px;
    }
}
@media (max-width: 767px) {
    .header-area .main-header-area .logo-img {
        text-align: left;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .header-area .main-header-area .logo-img {
        text-align: left;
    }
}
@media (min-width: 992px) and (max-width: 1200px) {
    .header-area .main-header-area .logo-img {
        text-align: left;
    }
}
@media (max-width: 767px) {
    .header-area .main-header-area .logo-img img {
        width: 70px;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .header-area .main-header-area .logo-img img {
        width: 70px;
    }
}
@media (min-width: 1200px) {
    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl {
        max-width: 1300px !important;
    }
}
@media screen and (max-width: 1280px) and (max-height: 720px) and (min-height: 300px) {
    .aboutdiv {
        padding: 2rem 2rem !important;
    }
    .aboutul li {
        color: rgb(255 255 255);
        font-weight: 400;
        line-height: 46px !important;
        margin-left: 39px !important;
    }
    .socioul {
        margin-left: 78px !important;
    }
    .abticon {
        left: 18px !important;
    }
}
@media (min-width: 1920px) {
    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
        max-width: 1700px !important;
    }
    .commonlistitemicon {
        left: 71px !important;
    }
    .footul li {
        float: left;
        margin: 1px 1px;
        font-size: 12px;
        list-style-type: none;
        color: rgb(255 255 255);
        border: none;
        padding: 7px 0 0 130px !important;
        border-radius: 7px;
    }
    p {
        margin-top: 0;
        font-size: 18px !important;
        margin-bottom: 1rem;
        color: rgb(40 40 40 / 77%);
        font-weight: 600;
        text-align: justify !important;
    }
    .socioul {
        margin-left: 200px !important;
    }
    .footheading {
        font-weight: 600;
        color: rgb(255 255 255);
        font-size: 18px;
        margin: 6px 0;
        padding: 0 50px !important;
    }
    .footul li {
        float: left;
        margin: 0 0;
        font-size: 14px;
        list-style-type: none;
        color: rgb(255 255 255);
        border: none;
        padding: 6px 86px !important;
        border-radius: 7px;
    }
    .servbox {
        color: rgb(10 4 4 / 71%);
        border: solid 1px rgb(231 28 36);
        padding: 6rem 2rem !important;
        text-align: center;
        margin: 11px 0;
    }
    .nav-menu {
        margin-left: 360px !important;
    }
    .main-menu .goldenbuttonred {
        background: rgb(231 28 36);
        padding: 14px 19px !important;
        border: solid rgb(231 28 36) 1px;
        border-radius: 5px;
        font-size: 13px !important;
        width: 95% !important;
    }
    .slider_area .single_slider {
        object-fit: cover;
        min-height: 1142px !important;
        padding: 0;
        background-repeat: no-repeat !important;
        background-position: center center !important;
        background-size: 139% !important;
    }
    .aboutdiv {
        padding: 10rem 5rem;
    }
}
#mobile-nav-toggle {
    display: none;
}
.welcometxt {
    font-size: small;
    margin: 0;
    color: #fff;
}
ol,
ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
a {
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
iframe {
    border: 0;
}
a,
a:focus,
a:hover {
    text-decoration: none;
    outline: 0;
}
.header-top a {
    color: rgb(0 23 111);
    text-align: center;
    height: auto;
    margin: 0 7px;
}
.header-top ul li {
    display: inline-block;
    margin: 0;
}
.header-top .header-top-left {
    text-align: left;
}
.header-top .header-top-left i {
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.header-top .header-top-left a {
    margin-right: 5px;
}
.header-top .header-top-left a:hover {
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.header-top .header-top-left a:hover i {
    color: #f7631b;
}
.header-top .header-top-right {
    text-align: right;
}
.header-top .header-top-right a {
    margin-right: 10px;
}
.header-top .header-top-right a .lnr {
    display: none;
    font-weight: 700;
}
@media (max-width: 480px) {
    .header-top .header-top-right a .lnr {
        display: inline-block;
    }
    .header-top .header-top-right a .text {
        display: none;
    }
}
.top-head-btn {
    background: #f7631b;
    padding: 9px 26px;
}
.main-menu {
    padding: 0 0;
}
.main-menu .goldenbuttonred {
    background: rgb(231 28 36);
    padding: 14px 12px;
    border: solid rgb(231 28 36) 1px;
    border-radius: 5px;
    font-size: 13px;
    width: 92%;
}
#header {
    position: fixed;
    left: 0;
    top: 0;
    padding: 0 0;
    right: 0;
    transition: all 0.5s;
    z-index: 997;
    background: #eee;
}
.navbg {
    padding: 0;
}
#header.header-scrolled {
    transition: all 0.1s;
    padding: 0 0;
    background: #eee;
    box-shadow: 0 3px 16px 0 rgb(0 0 0 / 10%);
}
#header.header-scrolled .nav-menu li a {
    color: rgb(0 0 0) !important;
}
#header.header-scrolled .main-menu {
    border-color: transparent;
}
#header #logo h1 {
    font-size: 34px;
    margin: 0;
    padding: 0;
    line-height: 1;
    font-weight: 700;
    letter-spacing: 3px;
}
#header #logo h1 a,
#header #logo h1 a:hover {
    color: #000;
    padding-left: 10px;
    border-left: 4px solid #f7631b;
}
@media only screen and (min-device-width: 481px) and (max-device-width: 1024px) and (orientation: portrait) {
    .galleryimgoverlay {
        position: absolute;
        background: rgb(0 0 0 / 78%);
        width: 100%;
        transition: 0.5s ease;
        opacity: 0;
        color: rgb(255 255 255);
        font-size: 17px;
        top: 25px !important;
        padding: 0;
        text-align: initial;
    }
    .serviceboxinnergray {
        text-align: center;
        background: rgb(234 234 234);
        padding: 1rem 1rem !important;
        height: 100%;
        color: rgb(0 0 0);
    }
    .serviceboxinner {
        text-align: center;
        background: rgb(231 28 36);
        padding: 1rem 1rem !important;
        height: 100%;
        color: rgb(255 255 255);
    }
    .contactform {
        padding: 19px !important;
        background: rgb(40 40 40);
    }
    .contactfrmcntrltxtarea {
        border: none;
        border-bottom: solid 3px #fff;
        border-radius: 0;
        background: 0 0;
        height: 76px !important;
    }
    .servbox {
        color: rgb(10 4 4 / 71%);
        border: solid 1px rgb(231 28 36);
        padding: 1rem 1rem !important;
        text-align: center;
        margin: 6px 0;
    }
    .footul li {
        padding: 14px 10px !important;
    }
    .servpara {
        font-weight: 700;
        margin: 17px 0;
        margin-top: 0;
    }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
    .serviceboxinner {
        padding: 1rem 1rem !important;
        height: 100%;
    }
    .serviceboxinnergray {
        padding: 1rem 1rem !important;
        height: 100%;
    }
    .serviconinner {
        height: auto;
        width: 100px;
        filter: brightness(0) invert(1);
    }
    .serviceboxinnertitle {
        font-weight: 800;
        font-size: 13px !important;
    }
    .serviceboxinner p {
        color: rgb(255 255 255);
        text-align: center !important;
        line-height: 26px;
        font-size: 10px;
    }
    .workingdetails {
        text-align: center;
        color: rgb(255 255 255);
        padding: 0 1%;
        margin: 12px 0;
        font-size: 10px;
    }
    .compaddress {
        text-align: center;
        color: rgb(255 255 255);
        padding: 0 5%;
        margin: 10px 0;
    }
    .slider_area .single_slider {
        min-height: 391px !important;
        background-size: 139% !important;
    }
    .breadsec {
        padding: 8rem 9px !important;
    }
    .breadheading {
        color: rgb(255 255 255);
        font-size: 59px;
        position: absolute;
        text-align: center;
        font-weight: 800;
        left: 12rem;
        top: -6px;
        right: 12rem;
    }
    .d-tabone {
        display: none;
    }
    .d-tabblock {
        display: block !important;
    }
    .nav-menu a {
        font-size: 12px !important;
    }
    .socioul li {
        list-style-type: none;
        margin: 0 1px !important;
        float: left;
    }
    .sociala {
        color: rgb(255 255 255);
        background: rgb(199 199 199);
        padding: 4px 5px !important;
        border-radius: 7px;
        font-size: 13px !important;
    }
    #mobile-nav-toggle {
        position: fixed;
        right: 7px !important;
        z-index: 999;
        top: 53px !important;
        border: 0;
        background: rgb(0 0 0) !important;
        transition: all 0.4s;
        outline: 0;
        cursor: pointer;
    }
    .footpara {
        color: rgb(255 255 255);
        margin: 6px 0;
        font-size: 8px;
    }
    .footheading {
        font-weight: 600;
        color: rgb(255 255 255);
        font-size: 18px;
        margin: 6px 0;
        padding-left: 7px !important;
    }
    .goldenheading {
        text-align: center;
        color: rgb(0 0 0);
        font-size: 25px;
        font-weight: 700;
        text-transform: uppercase;
    }
    .commonlistitemicon {
        color: rgb(234 61 67);
        padding: 7px 8px;
        margin-right: 12px;
        font-size: 16px;
        position: absolute;
        left: 0 !important;
    }
    .footul li {
        float: left;
        margin: 1px 1px;
        font-size: 9px !important;
        list-style-type: none;
        color: rgb(255 255 255);
        border: none;
        padding: 5px 13px !important;
        border-radius: 7px;
    }
    .goldenul li {
        line-height: 24px !important;
        font-size: 10px !important;
    }
    .socioul {
        margin-left: 0 !important;
    }
    .customborder {
        height: 6px;
        background: #ef0f0f;
        width: 10%;
        margin: 11px 0;
    }
    .socioul li {
        list-style-type: none;
        margin: 0 1px !important;
        float: left;
    }
    .goldenbuttonred {
        background: rgb(231 28 36);
        padding: 8px 9px !important;
        border: solid rgb(231 28 36) 1px;
        border-radius: 5px;
        font-size: 7px;
    }
    .goldenparalax1bigtxt {
        font-size: 29px;
        font-weight: 700;
    }
    .goldenparalax1 {
        background-image: url(../img/goldenparlax01.png);
        background-attachment: fixed;
        margin: 0;
        padding: 3rem 0;
        color: #fff;
    }
    .gallerytitle {
        padding: 5px 0;
    }
    .customborder {
        height: 6px;
        background: rgb(239 15 15);
        width: 10%;
        margin: 13px 0;
    }
    .aboutdiv h2 {
        color: rgb(255 255 255);
        font-size: 20px !important;
        font-weight: 700;
        text-transform: uppercase;
    }
    .aboutdiv p {
        line-height: 32px;
        margin: 9px 0 12px 0 !important;
        font-weight: 400;
        color: rgb(255 255 255);
    }
    .aboutul li {
        color: rgb(255 255 255);
        font-weight: 400;
        font-size: 10px;
        line-height: 33px !important;
        margin-left: 36px !important;
    }
    .aboutdiv {
        padding: 1rem 1rem !important;
    }
    .abticon {
        color: rgb(231 28 36) !important;
        margin: 0 10px 0 0 !important;
        font-size: 22px !important;
        padding: 5px 7px !important;
        position: absolute !important;
        left: 21px !important;
    }
    .aboutul {
        color: rgb(255 255 255);
        padding: 0;
        margin: 12px 0 12px 0 !important;
        list-style-type: none;
        line-height: 39px;
        font-weight: 600;
    }
    .servicon {
        height: auto;
        width: 96px;
    }
    .servbox {
        color: rgb(10 4 4 / 71%);
        border: solid 1px rgb(231 28 36);
        padding: 1rem 1rem;
        text-align: center;
        margin: 11px 0;
    }
    .servtitle {
        font-weight: 800;
        font-size: 10px;
    }
    .servpara {
        font-weight: 700;
        font-size: 8px;
        margin: 17px 0;
        margin-top: 0;
    }
    .sociala {
        color: rgb(255 255 255);
        background: hsl(0deg 0% 78%);
        padding: 6px 6px;
        border-radius: 6px;
        font-size: 7px;
    }
    .nav-menu > li {
        margin: 0 14px !important;
    }
}
.nav-menu {
    margin: 0;
    padding: 0;
    list-style: none;
    margin-left: 240px;
}
.nav-menu ul {
    position: absolute;
    display: none;
    top: 100%;
    right: 0;
    z-index: 99;
}
.nav-menu li {
    position: relative;
    white-space: nowrap;
}
.nav-menu > li {
    float: left;
}
.nav-menu li.sfHover > ul,
.nav-menu li:hover > ul {
    display: block;
}
.nav-menu ul ul {
    top: 0;
    right: 100%;
}
.nav-menu ul li {
    min-width: 180px;
}
.sf-arrows .sf-with-ul {
    padding-right: 30px;
}
.sf-arrows .sf-with-ul:after {
    content: "\f107";
    position: absolute;
    right: 15px;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: 400;
}
.sf-arrows ul .sf-with-ul:after {
    content: "\f105";
}
@media (max-width: 768px) {
    #header {
        padding: 0 0 !important;
    }
    #header.header-scrolled {
        transition: all 0.5s;
        padding: 0 !important;
        background: rgb(255 255 255);
        box-shadow: 0 3px 16px 0 rgb(0 0 0 / 10%);
    }
    .header-top {
        background: 0 0;
        margin: 7px 0 7px 0;
        padding: 0;
    }
    #nav-menu-container {
        display: none;
    }
    .nav-menu a {
        text-decoration: none;
        display: inline-block;
        font-size: 14px !important;
        font-weight: 700;
        text-transform: uppercase;
        outline: 0;
        text-shadow: 1px 1px 1px rgb(0 0 0 / 9%);
        color: rgb(0 0 0);
    }
}
.nav-menu a {
    padding: 8px 8px;
    text-decoration: none;
    display: inline-block;
    font-size: 16px !important;
    font-weight: 600;
    text-transform: uppercase;
    outline: 0;
    text-shadow: 1px 1px 1px rgb(0 0 0 / 9%);
    color: rgb(0 0 0);
}
.nav-menu li:hover > a {
    color: rgb(37 211 102);
    background: #ba151c;
    color: #fff;
}
.sf-arrows .sf-with-ul {
    margin: 0;
}
.nav-menu > li {
    margin: 0 15px;
}
@media only screen and (max-width: 1024px) and (min-width: 768px) {
    .wrknghr {
        margin: 0 3px 0 1px;
        font-weight: 400;
    }
    .nav-menu > li {
        margin: 0 5px;
    }
}
.nav-menu ul {
    margin: 24px 0 0 0;
    padding: 10px;
    box-shadow: 0 0 17px hsl(0deg 0% 0% / 20%);
    background: rgb(255 255 255);
}
.nav-menu ul li {
    transition: 0.3s;
}
.nav-menu ul li a {
    padding: 5px 10px;
    color: rgb(0 0 0) !important;
    transition: 0.3s;
    display: block;
    font-size: 14px !important;
    font-weight: 700 !important;
    text-transform: none;
}
.nav-menu ul li:hover > a {
    font-size: 14.2px !important;
    color: #071961 !important;
}
.nav-menu ul ul {
    margin-right: 10px;
    margin-top: 0;
}
#mobile-nav-toggle {
    position: fixed;
    right: 7px;
    z-index: 999;
    top: 44px;
    border: 0;
    background: rgb(255 255 255);
    transition: all 0.4s;
    outline: 0;
    cursor: pointer;
}
#mobile-nav-toggle i {
    color: rgb(255 248 248);
    font-weight: 900;
    padding: 0;
    font-size: 32px;
}
@media (max-width: 960px) {
    .cvsmainheading {
        font-family: inherit !important;
        color: #000 !important;
        font-size: 23px !important;
        font-weight: 700 !important;
        margin: 1px 0 5px 0;
    }
    #mobile-nav-toggle {
        display: inline;
    }
    #nav-menu-container {
        display: none;
    }
    .sociala {
        color: rgb(255 255 255);
        background: hsl(0deg 0% 78%);
        padding: 7px 6px;
        border-radius: 6px;
        font-size: 8px;
    }
    .socioul li {
        list-style-type: none;
        margin: 0 4px !important;
        float: left;
    }
    .welcometxt {
        font-size: 10px;
        margin: 0;
        color: #fff;
    }
}
#mobile-nav {
    position: fixed;
    top: 0;
    padding-top: 18px;
    bottom: 0;
    z-index: 99999;
    background: rgb(255 255 255 / 92%);
    left: -309px;
    width: 299px;
    overflow-y: auto;
    box-shadow: 1px 1px 15px 1px #0000001f;
    transition: 0.4s;
}
#mobile-nav ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
#mobile-nav ul li {
    position: relative;
    padding: 6px 0;
    border: solid 1px rgb(0 0 0 / 16%);
    border-right: none;
    border-left: none;
    border-top: none;
}
#mobile-nav ul li a {
    color: rgb(0 0 0);
    font-size: inherit;
    overflow: hidden;
    padding: 3px 22px 10px 15px;
    position: relative;
    text-decoration: none;
    width: 100%;
    display: block;
    outline: 0;
    font-weight: 700;
    text-transform: uppercase;
}
#mobile-nav ul li li {
    padding-left: 30px;
}
#mobile-nav ul .menu-has-children i {
    position: absolute;
    right: 0;
    z-index: 99;
    padding: 15px;
    cursor: pointer;
    font-weight: 700;
    color: rgb(8 36 150);
}
#mobile-nav ul .menu-has-children i.fa-chevron-up {
    color: #f7631b;
}
#mobile-nav ul .menu-has-children li a {
    text-transform: none;
}
#mobile-nav ul .menu-item-active {
    color: #f7631b;
}
#mobile-body-overly {
    width: 100%;
    height: 100%;
    z-index: 997;
    top: 0;
    left: 0;
    position: fixed;
    background: rgba(0, 0, 0, 0.7);
    display: none;
}
body.mobile-nav-active {
    overflow: hidden;
}
body.mobile-nav-active #mobile-nav {
    left: 0;
}
body.mobile-nav-active #mobile-nav-toggle {
    color: #fff;
}
@font-face {
    font-family: Linearicons-Free;
    src: url(../fonts/Linearicons-Free.eot?w118d);
    src: url(../fonts/Linearicons-Free.eot?#iefixw118d) format("embedded-opentype"), url(../fonts/Linearicons-Free.woff2?w118d) format("woff2"), url(../fonts/Linearicons-Free.woff?w118d) format("woff"),
        url(../fonts/Linearicons-Free.ttf?w118d) format("truetype"), url(../fonts/Linearicons-Free.svg?w118d#Linearicons-Free) format("svg");
    font-weight: 400;
    font-style: normal;
}
.lnr {
    font-family: Linearicons-Free;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.lnr-home:before {
    content: "\e800";
}
.lnr-apartment:before {
    content: "\e801";
}
.lnr-pencil:before {
    content: "\e802";
}
.lnr-magic-wand:before {
    content: "\e803";
}
.lnr-drop:before {
    content: "\e804";
}
.lnr-lighter:before {
    content: "\e805";
}
.lnr-poop:before {
    content: "\e806";
}
.lnr-sun:before {
    content: "\e807";
}
.lnr-moon:before {
    content: "\e808";
}
.lnr-cloud:before {
    content: "\e809";
}
.lnr-cloud-upload:before {
    content: "\e80a";
}
.lnr-cloud-download:before {
    content: "\e80b";
}
.lnr-cloud-sync:before {
    content: "\e80c";
}
.lnr-cloud-check:before {
    content: "\e80d";
}
.lnr-database:before {
    content: "\e80e";
}
.lnr-lock:before {
    content: "\e80f";
}
.lnr-cog:before {
    content: "\e810";
}
.lnr-trash:before {
    content: "\e811";
}
.lnr-dice:before {
    content: "\e812";
}
.lnr-heart:before {
    content: "\e813";
}
.lnr-star:before {
    content: "\e814";
}
.lnr-star-half:before {
    content: "\e815";
}
.lnr-star-empty:before {
    content: "\e816";
}
.lnr-flag:before {
    content: "\e817";
}
.lnr-envelope:before {
    content: "\e818";
}
.lnr-paperclip:before {
    content: "\e819";
}
.lnr-inbox:before {
    content: "\e81a";
}
.lnr-eye:before {
    content: "\e81b";
}
.lnr-printer:before {
    content: "\e81c";
}
.lnr-file-empty:before {
    content: "\e81d";
}
.lnr-file-add:before {
    content: "\e81e";
}
.lnr-enter:before {
    content: "\e81f";
}
.lnr-exit:before {
    content: "\e820";
}
.lnr-graduation-hat:before {
    content: "\e821";
}
.lnr-license:before {
    content: "\e822";
}
.lnr-music-note:before {
    content: "\e823";
}
.lnr-film-play:before {
    content: "\e824";
}
.lnr-camera-video:before {
    content: "\e825";
}
.lnr-camera:before {
    content: "\e826";
}
.lnr-picture:before {
    content: "\e827";
}
.lnr-book:before {
    content: "\e828";
}
.lnr-bookmark:before {
    content: "\e829";
}
.lnr-user:before {
    content: "\e82a";
}
.lnr-users:before {
    content: "\e82b";
}
.lnr-shirt:before {
    content: "\e82c";
}
.lnr-store:before {
    content: "\e82d";
}
.lnr-cart:before {
    content: "\e82e";
}
.lnr-tag:before {
    content: "\e82f";
}
.lnr-phone-handset:before {
    content: "\e830";
}
.lnr-phone:before {
    content: "\e831";
}
.lnr-pushpin:before {
    content: "\e832";
}
.lnr-map-marker:before {
    content: "\e833";
}
.lnr-map:before {
    content: "\e834";
}
.lnr-location:before {
    content: "\e835";
}
.lnr-calendar-full:before {
    content: "\e836";
}
.lnr-keyboard:before {
    content: "\e837";
}
.lnr-spell-check:before {
    content: "\e838";
}
.lnr-screen:before {
    content: "\e839";
}
.lnr-smartphone:before {
    content: "\e83a";
}
.lnr-tablet:before {
    content: "\e83b";
}
.lnr-laptop:before {
    content: "\e83c";
}
.lnr-laptop-phone:before {
    content: "\e83d";
}
.lnr-power-switch:before {
    content: "\e83e";
}
.lnr-bubble:before {
    content: "\e83f";
}
.lnr-heart-pulse:before {
    content: "\e840";
}
.lnr-construction:before {
    content: "\e841";
}
.lnr-pie-chart:before {
    content: "\e842";
}
.lnr-chart-bars:before {
    content: "\e843";
}
.lnr-gift:before {
    content: "\e844";
}
.lnr-diamond:before {
    content: "\e845";
}
.lnr-linearicons:before {
    content: "\e846";
}
.lnr-dinner:before {
    content: "\e847";
}
.lnr-coffee-cup:before {
    content: "\e848";
}
.lnr-leaf:before {
    content: "\e849";
}
.lnr-paw:before {
    content: "\e84a";
}
.lnr-rocket:before {
    content: "\e84b";
}
.lnr-briefcase:before {
    content: "\e84c";
}
.lnr-bus:before {
    content: "\e84d";
}
.lnr-car:before {
    content: "\e84e";
}
.lnr-train:before {
    content: "\e84f";
}
.lnr-bicycle:before {
    content: "\e850";
}
.lnr-wheelchair:before {
    content: "\e851";
}
.lnr-select:before {
    content: "\e852";
}
.lnr-earth:before {
    content: "\e853";
}
.lnr-smile:before {
    content: "\e854";
}
.lnr-sad:before {
    content: "\e855";
}
.lnr-neutral:before {
    content: "\e856";
}
.lnr-mustache:before {
    content: "\e857";
}
.lnr-alarm:before {
    content: "\e858";
}
.lnr-bullhorn:before {
    content: "\e859";
}
.lnr-volume-high:before {
    content: "\e85a";
}
.lnr-volume-medium:before {
    content: "\e85b";
}
.lnr-volume-low:before {
    content: "\e85c";
}
.lnr-volume:before {
    content: "\e85d";
}
.lnr-mic:before {
    content: "\e85e";
}
.lnr-hourglass:before {
    content: "\e85f";
}
.lnr-undo:before {
    content: "\e860";
}
.lnr-redo:before {
    content: "\e861";
}
.lnr-sync:before {
    content: "\e862";
}
.lnr-history:before {
    content: "\e863";
}
.lnr-clock:before {
    content: "\e864";
}
.lnr-download:before {
    content: "\e865";
}
.lnr-upload:before {
    content: "\e866";
}
.lnr-enter-down:before {
    content: "\e867";
}
.lnr-exit-up:before {
    content: "\e868";
}
.lnr-bug:before {
    content: "\e869";
}
.lnr-code:before {
    content: "\e86a";
}
.lnr-link:before {
    content: "\e86b";
}
.lnr-unlink:before {
    content: "\e86c";
}
.lnr-thumbs-up:before {
    content: "\e86d";
}
.lnr-thumbs-down:before {
    content: "\e86e";
}
.lnr-magnifier:before {
    content: "\e86f";
}
.lnr-cross:before {
    content: "\e870";
}
.lnr-menu:before {
    content: "\e871";
}
.lnr-list:before {
    content: "\e872";
}
.lnr-chevron-up:before {
    content: "\e873";
}
.lnr-chevron-down:before {
    content: "\e874";
}
.lnr-chevron-left:before {
    content: "\e875";
}
.lnr-chevron-right:before {
    content: "\e876";
}
.lnr-arrow-up:before {
    content: "\e877";
}
.lnr-arrow-down:before {
    content: "\e878";
}
.lnr-arrow-left:before {
    content: "\e879";
}
.lnr-arrow-right:before {
    content: "\e87a";
}
.lnr-move:before {
    content: "\e87b";
}
.lnr-warning:before {
    content: "\e87c";
}
.lnr-question-circle:before {
    content: "\e87d";
}
.lnr-menu-circle:before {
    content: "\e87e";
}
.lnr-checkmark-circle:before {
    content: "\e87f";
}
.lnr-cross-circle:before {
    content: "\e880";
}
.lnr-plus-circle:before {
    content: "\e881";
}
.lnr-circle-minus:before {
    content: "\e882";
}
.lnr-arrow-up-circle:before {
    content: "\e883";
}
.lnr-arrow-down-circle:before {
    content: "\e884";
}
.lnr-arrow-left-circle:before {
    content: "\e885";
}
.lnr-arrow-right-circle:before {
    content: "\e886";
}
.lnr-chevron-up-circle:before {
    content: "\e887";
}
.lnr-chevron-down-circle:before {
    content: "\e888";
}
.lnr-chevron-left-circle:before {
    content: "\e889";
}
.lnr-chevron-right-circle:before {
    content: "\e88a";
}
.lnr-crop:before {
    content: "\e88b";
}
.lnr-frame-expand:before {
    content: "\e88c";
}
.lnr-frame-contract:before {
    content: "\e88d";
}
.lnr-layers:before {
    content: "\e88e";
}
.lnr-funnel:before {
    content: "\e88f";
}
.lnr-text-format:before {
    content: "\e890";
}
.lnr-text-format-remove:before {
    content: "\e891";
}
.lnr-text-size:before {
    content: "\e892";
}
.lnr-bold:before {
    content: "\e893";
}
.lnr-italic:before {
    content: "\e894";
}
.lnr-underline:before {
    content: "\e895";
}
.lnr-strikethrough:before {
    content: "\e896";
}
.lnr-highlight:before {
    content: "\e897";
}
.lnr-text-align-left:before {
    content: "\e898";
}
.lnr-text-align-center:before {
    content: "\e899";
}
.lnr-text-align-right:before {
    content: "\e89a";
}
.lnr-text-align-justify:before {
    content: "\e89b";
}
.lnr-line-spacing:before {
    content: "\e89c";
}
.lnr-indent-increase:before {
    content: "\e89d";
}
.lnr-indent-decrease:before {
    content: "\e89e";
}
.lnr-pilcrow:before {
    content: "\e89f";
}
.lnr-direction-ltr:before {
    content: "\e8a0";
}
.lnr-direction-rtl:before {
    content: "\e8a1";
}
.lnr-page-break:before {
    content: "\e8a2";
}
.lnr-sort-alpha-asc:before {
    content: "\e8a3";
}
.lnr-sort-amount-asc:before {
    content: "\e8a4";
}
.lnr-hand:before {
    content: "\e8a5";
}
.lnr-pointer-up:before {
    content: "\e8a6";
}
.lnr-pointer-right:before {
    content: "\e8a7";
}
.lnr-pointer-down:before {
    content: "\e8a8";
}
.lnr-pointer-left:before {
    content: "\e8a9";
}
.btn-primary:hover {
    color: #fff;
    background-color: #ba151c;
    border-color: #ba151c;
}
.goldenul li {
    line-height: 30px;
}
.goldenul li:before {
    font-family: FontAwesome;
    content: "\f013";
    margin: 0 10px 0 0;
    color: rgb(234 61 67);
}
.breadsec {
    background-attachment: fixed;
    background-position: inherit;
    margin: 0 0 53px 0;
    padding: 15rem 10px;
    background-size: 110%;
    position: relative;
    background-repeat: no-repeat;
}
.breadheading {
    color: rgb(255 255 255);
    font-size: 59px;
    position: absolute;
    text-align: center;
    font-weight: 800;
    left: 12rem;
    top: 27px;
    right: 12rem;
}
section {
    margin: 5rem 0 0 0;
}
a {
    color: inherit;
    text-decoration: none;
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
}
a:hover {
    color: initial;
    background: 0 0;
    text-decoration: none;
}
.graysec {
    margin: 0;
    padding: 4rem 2rem;
    background: rgb(238 238 238);
}
.servsecinner {
    margin: 12px 0;
}
.centerdiv {
    display: flex;
    justify-content: center;
    align-items: center;
}
.customborder {
    height: 6px;
    background: rgb(239 15 15);
    width: 10%;
    margin: 10px 0;
}
.greydiv {
    color: #f5f5f5;
    background: #282828;
}
.aboutul {
    color: rgb(255 255 255);
    padding: 0;
    margin: 25px 0 25px 0;
    list-style-type: none;
    line-height: 45px;
    font-weight: 600;
}
.aboutul li {
    color: rgb(255 255 255);
    font-weight: 400;
    line-height: 63px;
    margin-left: 36px;
}
.aboutdiv {
    padding: 3rem 4rem;
}
.aboutdiv h2 {
    color: rgb(255 255 255);
    font-size: 48px;
    font-weight: 700;
    text-transform: uppercase;
}
.aboutdiv p {
    line-height: 32px;
    margin: 20px 0 26px 0;
    font-weight: 400;
    color: rgb(255 255 255);
}
.abticon {
    color: #e71c24;
    margin: 0 10px 0 0;
    font-size: 28px;
    padding: 15px 7px;
    position: absolute;
    left: 66px;
}
.servboxactive {
    border: solid 1px #e71c24;
    padding: 2rem 2rem;
    text-align: center;
    margin: 11px 0;
    background: #e71c24;
    color: #fff;
}
.servboxactive .servtitle {
    color: #fff;
}
.servboxactive .servpara {
    color: #fff;
}
.servbox {
    color: rgb(10 4 4 / 71%);
    border: solid 1px rgb(231 28 36);
    padding: 2rem 2rem;
    text-align: center;
    margin: 15px 0;
    min-height: 269px;
}
.servbox.servicon {
    color: #e71c24;
}
.servbox:hover {
    background: #e71c24;
    color: #fff;
}
.servtitle:hover {
    color: #fff;
}
.servpara:hover {
    color: #fff;
}
.servtitle {
    font-weight: 800;
    font-size: 17px;
    margin-bottom: 10px;
}
.servpara {
    font-weight: 700;
    font-size: 12px;
    margin: 17px 0;
    margin-top: 0;
}
.servicondiv {
    display: flex;
    align-items: center;
    justify-content: center;
}
.servicon {
    height: auto;
    width: 130px;
}
.serviconinner {
    height: auto;
    width: 130px;
    filter: brightness(0) invert(1);
}
.serviconinnerblack {
    height: auto;
    width: 130px;
    filter: brightness(0) invert(0) !important;
}
.servbox:hover .servicon {
    filter: brightness(0) invert(1);
}
.goldenheading {
    text-align: center;
    color: rgb(0 0 0);
    font-size: 48px;
    font-weight: 700;
    text-transform: uppercase;
}
.goldenheadinginitial {
    text-align: initial;
    color: rgb(0 0 0);
    font-size: 48px;
    font-weight: 700;
    text-transform: uppercase;
}
.missionsec {
    margin: 3rem 0 0 0;
}
.visionsec {
    margin: 30px 0 0 0;
}
.visionsec img {
    padding: 12px 0 0 0;
}
.visionbox {
    text-align: justify;
}
.missionbox {
    padding: 0;
    padding: 0 0 0 37%;
    text-align: center;
}
p {
    margin-top: 0;
    font-size: 14px;
    line-height: 42px;
    margin-bottom: 1rem;
    color: rgb(40 40 40 / 77%);
    font-weight: 600;
    text-align: justify !important;
}
.abtimg {
    height: auto;
    width: 591px;
}
.missionbox {
    padding: 0;
    padding: 0 14%;
    text-align: center;
}
.topnavbar {
    margin: 0;
    background: #dcdcdc;
    color: #000;
    padding: 6px 0;
}
.topnavp {
    font-weight: 400;
    margin: 0;
    padding: 8px 0;
    font-size: 12px;
}
.socioul li {
    list-style-type: none;
    margin: 0 7px;
    float: left;
}
.sociala {
    color: rgb(255 255 255);
    background: rgb(167 148 148);
    padding: 7px 8px;
    border-radius: 7px;
    font-size: 13px;
}
.sociala:hover {
    list-style-type: none;
    color: rgb(255 255 255);
    background: red;
}
.socioul {
    margin-left: 96px;
}
.goldenbuttonred {
    background: rgb(231 28 36);
    padding: 12px 50px;
    border: solid rgb(231 28 36) 1px;
    border-radius: 5px;
    font-size: 13px;
    font-weight: 400;
}
.attributesdiv {
    text-align: center;
}
.attrititle {
    font-size: 55px;
    font-weight: 700;
    color: rgb(231 28 36);
}
.attripara {
    font-weight: 700;
    font-size: 21px;
}
.goldenparalax1 {
    background-image: url(../img/goldenparlax01.png);
    background-attachment: fixed;
    margin: 0;
    padding: 5rem 10px;
    color: rgb(255 255 255);
}
.goldenparalax1 .goldenbuttonred {
    margin: 25px 0 25px 0;
}
.goldenparalax1smalltxt {
    font-weight: 500;
}
.goldenparalax1bigtxt {
    font-size: 50px;
    font-weight: 700;
}
.testibox {
    padding: 0 5rem;
}
.testipersonimgdiv {
    height: auto;
    width: 125px;
}
.testipersonimg {
    height: 100px;
    width: 100px !important;
    border-radius: 60px;
    padding: 15px;
    float: left;
}
.testipersonnm {
    float: left;
    padding: 40px 0;
    font-weight: 900;
    color: rgb(0 0 0);
}
.testipara {
    font-weight: 600;
    font-size: 15px;
    color: rgb(0 0 0);
}
.testiparaquotes {
    font-size: 25px;
    color: rgb(231 28 36);
}
.clientimgbox {
    margin: 0 10px;
    background: #fff;
    padding: 5px 35px;
    height: 125px;
    width: 100%;
    border: solid 11px rgb(238 238 238);
}
.clientimgbox img {
    height: 90px;
    width: 100% !important;
    padding: 0 0;
}
.footheading {
    font-weight: 600;
    color: rgb(255 255 255);
    font-size: 18px;
    margin: 35px 0 14px 0;
    padding-left: 0;
}
.footpara {
    color: rgb(255 255 255);
    margin: 21px 0;
    font-size: 13px;
    line-height: 33px;
}
.footulsocial li {
    float: left;
    margin: 3px 5px;
    font-size: 13px;
    list-style-type: none;
    color: rgb(255 255 255);
    border: solid 1px rgb(255 255 255 / 16%);
    padding: 7px 9px;
    border-radius: 7px;
}
.footulsocial li:hover {
    list-style-type: none;
    color: rgb(255 255 255);
    background: red;
}
.footulsocial .sociala {
    padding: 0;
    background: 0 0 !important;
}
.footul li {
    float: none;
    margin: 0 0;
    font-size: 12px;
    list-style-type: none;
    color: rgb(255 255 255);
    border: none;
    padding: 0 28px;
    border-radius: 7px;
    line-height: 32px;
}
.footul li a:hover {
    list-style-type: none;
    color: rgb(227 12 12);
}
.footul li a:active {
    color: rgb(227 12 12) !important;
}
.commonlistitemicon {
    color: rgb(234 61 67);
    padding: 9px 8px;
    font-size: 13px;
    position: absolute;
    left: 20px;
}
footer {
    background-image: url(../img/goldenfooterbg.png);
    padding: 2rem 0 0 0;
    margin: 0;
}
.copybar {
    margin: 3rem 0 0 0;
    padding: 19px 12px;
    background: rgb(255 255 255 / 12%);
    text-align: center;
    color: rgb(255 255 255);
}
.copytext {
    opacity: 100%;
    color: rgb(255 255 255);
}
.container-lg,
.container-md,
.container-sm,
.container-xl,
.gallery-sec .container {
    max-width: 1259px;
}
.big {
    position: relative;
    width: 100%;
}
.big:hover .galleryimgoverlay {
    opacity: 1;
}
.gallerytitle {
    padding: 20px 0;
    font-size: 25px;
}
.gallerynavigationleft {
    margin-right: 7px;
}
.gallerynavigationright {
    margin-left: 7px;
}
.galleryimgoverlay {
    position: absolute;
    background: rgb(0 0 0 / 78%);
    width: 100%;
    transition: 0.5s ease;
    opacity: 0;
    color: rgb(255 255 255);
    font-size: 17px;
    top: 35px;
    padding: 0;
    text-align: initial;
}
.galleryimgoverlay {
    opacity: 0;
}
.viewfinder {
    height: auto;
    background: rgb(231 28 36);
    padding: 5px;
    width: 100%;
    border-top-left-radius: 15px;
}
.golden-service .row:nth-child(2n) {
    flex-direction: row-reverse !important;
}
.serviceboxinner {
    text-align: center;
    background: rgb(231 28 36);
    padding: 2rem 2rem;
    height: 100%;
    color: rgb(255 255 255);
}
.serviceboxinnergray {
    text-align: center;
    background: rgb(234 234 234);
    padding: 2rem 2rem;
    height: 100%;
    color: rgb(0 0 0);
}
.serviceboxinnertitle {
    font-weight: 800;
    font-size: 20px;
}
.serviceboxinnergray p {
    text-align: center !important;
}
.serviceboxinner p {
    color: rgb(255 255 255);
    text-align: center !important;
}
.booksectitlesdiv {
    padding: 0 0 0 12rem;
}
.booksecsmalltitle {
    font-weight: bolder;
    color: rgb(231 28 36);
}
.bookingsec {
    margin: 0;
    padding: 2rem 0;
}
.booksecbigtitle {
    color: rgb(231 28 36);
    font-size: 39px;
    font-weight: 700;
    text-transform: uppercase;
}
.bookingform {
    background: rgb(255 255 255);
    padding: 15px;
    box-shadow: 1px 1px 31px 0 rgb(0 0 0 / 6%);
    border-radius: 0;
}
.contactform {
    padding: 60px;
    background: rgb(40 40 40);
}
.compaddress {
    text-align: center;
    color: rgb(255 255 255);
    padding: 0 18%;
    margin: 12px 0;
}
.contactfrmcntrl {
    height: auto;
    background: 0 0;
    border: solid 3px #fff;
    border-radius: 4px;
}
.contactfrmcntrltxtarea {
    border: none;
    border-bottom: solid 3px #fff;
    border-radius: 0;
    background: 0 0;
    height: 130px !important;
}
.workingdetails {
    text-align: center;
    color: rgb(255 255 255);
    padding: 0 5%;
    margin: 12px 0;
}
.galleryimginnermaintitle {
    font-weight: 700;
    padding: 13px 0 0 0;
}
.contactsec {
    margin: 4rem 0;
}
@media (max-width: 767px) {
    section {
        margin: 2rem 0 0 0;
    }
    .clientimgbox {
        margin: 0 12px;
        background: #fff;
        padding: 13px 3px;
    }
    .missionsec {
        margin: 1rem 0 0 0;
    }
    .footulsocial li {
        float: left;
        margin: 3px 5px;
        font-size: 13px;
        list-style-type: none;
        color: rgb(255 255 255);
        border: solid 1px rgb(255 255 255 / 16%);
        padding: 1px 12px;
        border-radius: 7px;
    }
    .contactform {
        padding: 7px;
        background: rgb(40 40 40);
    }
    .copybar {
        margin: 4px 0 4px 0;
        padding: 4px 0;
        background: 0 0;
        text-align: center;
        font-size: 13px;
        color: rgb(255 255 255);
    }
    .visionsec {
        margin: 10px 0 0 0;
    }
    .goldenheadinginitial {
        text-align: initial;
        color: rgb(0 0 0);
        font-size: 42px;
        margin: 5px 0 0 0;
        font-weight: 700;
        text-transform: uppercase;
    }
    .bookingsec {
        margin: 0;
        padding: 1rem 0;
        margin: 5rem 0 0 0;
    }
    .dm-block {
        display: block !important;
    }
    .aboutdiv {
        padding: 2rem 0 !important;
    }
    .contactsec {
        margin: 0 0;
    }
    .dn-mobnone {
        display: none;
    }
    .goldenparalax1 {
        background-image: url(../img/goldenparlax01.png);
        background-attachment: fixed;
        margin: 0;
        padding: 2rem 0;
        color: #fff;
        text-align: center;
    }
    .gallarw1 {
        margin: 22px 0;
    }
    .modal {
        position: fixed;
        top: 165px;
        left: 0;
        z-index: 1050;
        display: none;
        width: 100%;
        height: 100%;
        overflow: hidden;
        outline: 0;
    }
    .slider_area .single_slider {
        background-image: url(../img/golden_banner.png);
        object-fit: cover;
        min-height: 488px;
        padding: 0;
        background-repeat: inherit;
        background-position: center center;
    }
    .slider_area .single_slider .slider_text h6 {
        color: rgb(255 255 255);
        font-size: 33px;
        letter-spacing: 0;
        text-transform: capitalize;
        font-weight: 700;
        line-height: 44px;
        margin: 0 0;
    }
    .slider_text {
        width: 100%;
        margin: 70px 0 0 0;
    }
    .goldenparalax1bigtxt {
        font-size: 25px;
        font-weight: 700;
        margin: 0;
    }
    p {
        line-height: 24px;
        font-size: 13px;
    }
    li,
    ul {
        line-height: normal;
        color: rgb(0 0 0);
        font-size: 13px;
        line-height: 30px;
    }
    .footul li {
        float: none;
        margin: 1px 7px;
        font-size: 13px;
        list-style-type: none;
        color: rgb(255 255 255);
        border: none;
        padding: 1px 22px !important;
        border-radius: 7px;
    }
    .breadsec {
        background-attachment: fixed;
        margin: 0;
        padding: 7rem 0;
        position: relative;
        top: 28px;
        background-position: inherit;
        background-size: 195%;
        background-repeat: no-repeat no-repeat;
    }
    .breadheading {
        color: rgb(255 255 255);
        font-size: 26px;
        position: absolute;
        text-align: center;
        font-weight: 800;
        left: 0;
        top: 10px;
        right: 0;
        margin: 0;
        padding: 0;
    }
    .booksectitlesdiv {
        padding: 0 0 0 1rem;
    }
    .graysec {
        margin: 0;
        padding: 2rem 1rem;
        background: rgb(238 238 238);
    }
    .galleryimgoverlay {
        display: none;
    }
    .viewfinder {
        height: auto;
        background: rgb(231 28 36);
        padding: 8px;
        width: 30%;
    }
    .missionbox {
        padding: 0 0;
        background: #ffffffb8;
    }
    .testibox {
        padding: 0 1rem;
    }
    .testiparaquotes {
        font-size: 14px;
        color: rgb(231 28 36);
    }
    .testipara {
        font-weight: 600;
        font-size: 13px;
        line-height: 26px;
        color: #000;
        text-align: center;
    }
    .testiperson {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .testipersonimgdiv {
        height: auto;
        width: 100px;
    }
    .customborder {
        height: 4px;
        background: #ef0f0f;
        width: 35%;
        margin: 11px 0;
    }
    .topnavp {
        font-weight: 700;
        margin: 0;
        padding: 4px 0;
        color: #000;
        font-size: 10px;
    }
    #mobile-nav-toggle i {
        color: rgb(0 0 0);
        font-weight: 900;
        padding: 0;
        font-size: 38px;
    }
    .sociala {
        color: rgb(255 255 255);
        background: hsl(0deg 0% 78%);
        padding: 7px 7px;
        border-radius: 6px;
        font-size: 10px;
    }
    .goldenbuttonred {
        background: rgb(231 28 36);
        padding: 10px 35px;
        border: solid rgb(231 28 36) 1px;
        border-radius: 5px;
        font-size: 13px;
        width: auto;
        margin: 12px 0 15px 0;
    }
    .goldenparalax1bigtxt {
        font-size: 29px;
        font-weight: 700;
        margin: 0;
    }
    .goldenheading {
        font-size: 25px;
        margin: 0;
    }
    .servbox {
        padding: 9px 7px;
        margin: 8px 0;
        height: auto;
        min-height: auto;
    }
    .servicon {
        height: auto;
        width: 70px;
    }
    .servtitle {
        font-weight: 700;
        font-size: 14px;
    }
    .servpara {
        font-weight: 600;
        font-size: 13px;
        margin: 12px 0;
    }
    .aboutdiv h2 {
        color: rgb(255 255 255);
        font-size: 30px;
        font-weight: 700;
        text-transform: uppercase;
    }
    .attrititle {
        font-size: 36px;
        font-weight: 700;
        color: rgb(231 28 36);
    }
    .attripara {
        font-weight: 700;
        font-size: 13px;
    }
}
@media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) {
    .nav-menu {
        margin: 0;
        padding: 0;
        list-style: none;
        margin-left: 96px !important;
    }
    .socioul {
        margin-left: 0;
    }
    .nav-menu > li {
        margin: 0 12px;
    }
    .main-menu .goldenbuttonred {
        background: rgb(231 28 36);
        padding: 13px 11px !important;
        border: solid rgb(231 28 36) 1px;
        border-radius: 5px;
        font-size: 10px !important;
        width: 100%;
    }
}
.wpcf7 form.sent .wpcf7-response-output {
    color: #46b450;
}
