@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat-SemiBold.woff2') format('woff2'),
         url('../fonts/Montserrat-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat-Medium.woff2') format('woff2'),
         url('../fonts/Montserrat-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat-Bold.woff2') format('woff2'),
         url('../fonts/Montserrat-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat-Regular.woff2') format('woff2'),
         url('../fonts/Montserrat-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
*
{
    margin: 0;
    padding: 0;
}
h1, h2, h3, h4, h5, h6, p
{
    margin: 0;
    padding: 0;
    font-family: var(--montserrat);
}
ul, ol, li
{
    margin: 0;
    padding: 0;
    list-style-type: none;
}
a, a:hover, a:focus
{
    text-decoration: none;
    border: 0;
    outline: 0;
}
img
{
    max-width: 100%;
    height: auto;
}
p
{
    padding-bottom: 15px;
}
p:last-child
{
    padding: 0;
}
:root
{
    /* colors */
    --black: #000;
    --white: #ffffff;
    --red: #e20a18;
    --dark: #1a1d1f;
    --light: #e0e0e0;
    --darkgrey: #253d4a;
    --lightgrey: #656d70;
    --blue: #005c9d;

    /* font-family */
    --montserrat: "Montserrat";

    /* font-sizes */
    --size-12:12px;
    --size-13:13px;
    --size-14:14px;
    --size-16:16px;
    --size-18:18px;
    --size-20:20px;
    --size-24:24px;
    --size-32:32px;
}
body
{
    font-family: var(--montserrat);
    font-size: var(--size-13);
    line-height: 1.8em;
    color: var(--lightgrey);
    font-weight: normal;
}
.headersec
{
    width: 100%;
}
.topsec
{
    width: 100%;
    background: var(--dark);
}
.topsecrytpart
{
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    align-items: center;
}
.headinfo
{
    display: flex;
    flex-wrap: wrap;
}
.sgleheadinfo
{
    color: var(--white);
    font-size: var(--size-13);
    border-right: 1px solid var(--light);
    font-weight: 500;
    padding: 10px 20px 10px 0;
    margin: 0 20px 0 0;
}
.sgleheadinfo i
{
    margin: 0 10px 0 0;
}
.sgleheadinfo a
{
    color: var(--white);
}
.sgleheadinfo a:hover
{
    text-decoration: underline;
}
.headersocial ul
{
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
}
.headersocial ul li
{
    font-size: var(--size-13);
}
.headersocial ul li a
{
    color: var(--white);
}
.headersocial ul li a:hover
{
    color: var(--red);
}
.botsec
{
    width: 100%;
    background: var(--white);
}
.botsec .container
{
    position: relative;
}
.logo
{
    position: absolute;
    left: 12px;
    bottom: 0;
    z-index: 1;
    background: var(--dark);
    width: 200px;
    height: 121px;
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}
.botsecrytpart
{
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    align-items: center;
    gap: 50px;
}
ul.mainmenu li
{
    float: left;
    text-transform: uppercase;
    font-size: var(--size-14);
    font-weight: 500;
    line-height: 1;
    margin: 0 20px;
}
ul.mainmenu li a
{
    color: var(--dark);
    padding: 32px 0;
    display: block;
    position: relative;
}
ul.mainmenu li a:hover, ul.mainmenu li.current_page_item a
{
    color: var(--red);
}
ul.mainmenu li a::before
{
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    width: 0;
    height: 4px;
    background: transparent;
    transition: all 0.3s ease-out;
}
ul.mainmenu li a:hover:before, ul.mainmenu li.current_page_item a:before
{
    background: var(--red);
    width: 100%;
}
a.downloadbut
{
    background: var(--red);
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    padding: 13px 16px;
    line-height: normal;
    text-transform: capitalize;
    display: inline-block;
    font-size: var(--size-13);
    color: var(--white);
    transition: all 0.3s ease-out;
    position: fixed;
    right: -72px;
    top: 150px;
    transform: rotate(90deg);
    z-index: 99;
}
a.downloadbut i
{
    margin-right: 5px;
    font-size: var(--size-16);
}
a.downloadbut:hover
{
    background: var(--black);
}
.hmebannersec
{
    width: 100%;
    overflow: hidden;
    position: relative;
}
.hmebannersec img
{
    width: 100%;
}
.hmeslideposition
{
    position: absolute;
    left: 0;
    top: 0;
    z-index: 9;
    width: 100%;
    height: 100%;
    padding: 50px 0;
}
.hmeslideposition .container
{
    height: 100%;
}
.slidecontsec
{
    max-width: 550px;
    padding: 40px;
    background: rgb(226, 10, 24, 0.75);
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}
.slidecontsec h1
{
    color: var(--white);
    font-weight: 600;
    line-height: 1.3;
    font-size: var(--size-24);
}
.slidecontsec a.viewdetailbut
{
    border: 1px solid var(--white);
    padding: 10px 25px;
    display: inline-block;
    text-transform: uppercase;
    color: var(--black);
    font-size: var(--size-14);
    font-weight: 500;
    transition: all 0.3s ease-out;
    margin-top: 25px;
    background: var(--white);
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}
.slidecontsec a.viewdetailbut:hover
{
    background: transparent;
    color: var(--white);
}
.hmebannersec .owl-dots
{
    margin: 0 !important;
    line-height: 1;
    position: absolute;
    bottom: 25px;
    left: 0;
    width: 100%;
    z-index: 9;
}
.hmebannersec .owl-dots .owl-dot
{
    margin: 0 5px;
}
.hmebannersec .owl-dots .owl-dot span
{
    margin: 0;
    background: var(--darkgrey);
}
.hmebannersec .owl-dots .owl-dot span:hover,.hmebannersec .owl-dots .owl-dot.active span
{
    background: var(--red);
}
.fstcontsec
{
    width: 100%;
    overflow: hidden;
    padding: 70px 0;
}
.fstcontsec h2
{
    text-align: center;
    text-transform: capitalize;
    color: var(--darkgrey);
    font-weight: bold;
    padding: 0 0 20px 0;
}
.fstcontsec h2 span
{
    color: var(--red);
}
.fstcontsec p
{
    text-align: center;
}
.sndcontsec
{
    width: 100%;
    overflow: hidden;
    position: relative;
    background: var(--red);
    min-height: 425px;
}
.sndcontsec h2
{
    text-transform:capitalize;
    color: var(--white);
    font-weight: bold;
    padding: 0 0 15px 0;
}
.sndcontsec p
{
    color: var(--white);
}
.sndcontpositionsec
{
    position: relative;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 2;
}
.sndcontrytalignpad
{
    padding: 50px 50px 50px 0;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
}
.sndcontrytpanel
{
    width: 50%;
    position: absolute;
    height: 100%;
    z-index: 1;
    right:0;
    top: 0;
}
.sndcontrytpanel img
{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.thrdcontsec
{
    width: 100%;
    overflow: hidden;
    padding: 70px 0;
}
.thrdcontsec h2
{
    text-align: center;
    text-transform: capitalize;
    color: var(--darkgrey);
    font-weight: bold;
    padding: 0 0 20px 0;
}
.thrdcontsec h2 span
{
    color: var(--red);
}
.thrdcontsec p
{
    text-align: center;
    max-width: 500px;
    margin: 0 auto;
}
.gallerytabsec
{
    margin-top: 25px;
}
.gallerytabsec ul.nav-tabs
{
    justify-content: center;
    border: 0;
}
.gallerytabsec ul.nav-tabs li
{
    margin: 0 5px;
}
.gallerytabsec ul.nav-tabs li .nav-link
{
    padding: 10px 12px;
    margin: 0;
    border-top: 1px solid var(--light);
    border-bottom: 1px solid var(--light);
    border-left: 0;
    border-right: 0;
    line-height: 1;
    border-radius: 0;
    color: var(--dark);
    font-size: var(--size-14);
    text-transform: capitalize;
    transition: all 0.3s ease-out;
}
.gallerytabsec ul.nav-tabs li .nav-link:hover, .gallerytabsec ul.nav-tabs li .nav-link.active
{
    background: var(--red);
    color: var(--white);
}
.gallerysec
{
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
}
.sglegallerysec
{
    flex:0 0 23.5%;
    max-width: 23.5%;
    overflow: hidden;
}
.projgallerysec
{
    position: relative;
    width: 100%;
    height: 275px;
    overflow: hidden;
}
.sglegallerysec img
{
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.5s ease-out;
}
.sglegallerysec:hover img
{
    transform: scale(1.1);
}
.gallerybg
{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    width: 0;
    height: 0;
    background: rgba(255, 255, 255, 0.5);
    z-index: 2;
    padding: 20px;
    opacity: 0;
    transition: all 0.5s ease-out;
}
.sglegallerysec:hover .gallerybg
{
    opacity: 1;
    width: 100%;
    height: 100%;
}
.sglegallerysec .gallerybg span
{
    border: 3px solid var(--red);
    width: 100%;
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    font-size: var(--size-32);
    font-weight: bold;
    color: var(--red);
}
.sglegallerysec .gallerybg span a
{
    color: var(--red);
}
.projgallerycontsec
{
    padding: 20px;
    background: var(--light);
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    row-gap: 10px;
}
.projgallerycontsec h6
{
    color: var(--black);
}
.projgallerycontsec h6 a
{
    color: var(--black);
}
.projgallerycontsec p
{
    padding: 0;
    text-align: left;
    max-width: 100%;
    margin: 0;
    line-height: normal;
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
    align-items: center;
    color: var(--dark);
    font-weight: 500;
}
.projgallerycontsec p i
{
    color: var(--red);
}
.frthcontsec
{
    width: 100%;
    overflow: hidden;
    background: var(--blue);
    padding: 50px 0;
}
.frthcontsec .row
{
    align-items: center;
}
.sglefrthcontsec
{
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 12px;
}
.sglefrthcontsec img
{
    max-height: 70px;
    width: auto;
}
.sglefrthcontsec p
{
    color: var(--white);
    font-size: var(--size-20);
    line-height: 1.3;
    font-weight: 400;
}
.sglefrthcontsec p span
{
    font-weight: 600;
    display: block;
}
.fifthcontsec
{
    width: 100%;
    overflow: hidden;
    padding: 70px 0;
}
.fifthcontsec h2
{
    text-transform: capitalize;
    color: var(--darkgrey);
    font-weight: bold;
    padding: 0 0 24px 0;
}
.fifthcontsec h2 span
{
    color: var(--red);
}
.fifthcontsec h4
{
    text-transform: capitalize;
    color: var(--dark);
    font-weight: bold;
    padding: 32px 0 10px 0;
    position: relative;
}
.fifthcontsec h4:before
{
    background: var(--red);
    content: "";
    width: 53px;
    height: 6px;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
}
.fifthcontsec h6
{
    font-weight: 500;
    padding: 0 0 20px 0;
}
.teammembercontinfo
{
    width: 100%;
}
.sgleteaminfosec
{
    display: flex;
    flex-wrap: wrap;
    margin: 20px 0 0;
    align-items:flex-start;
}
.sgleteaminfosec:first-child
{
    margin: 0;
}
.teaminfosec
{
    flex:0 0 8%;
    max-width: 8%;
}
.teaminfocont
{
    flex:0 0 92%;
    max-width: 92%;
}
.sgleteaminfosec i
{
    font-size: 28px;
    color: var(--red);
}
.sgleteaminfosec h5
{
    color: var(--black);
    font-weight: 600;
    padding: 0 0 3px 0;
}
a.contactnowbut
{
    background: var(--red);
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    padding: 10px 20px;
    line-height: 20px;
    text-transform: uppercase;
    display: inline-block;
    font-size: var(--size-12);
    color: var(--white);
    margin-top: 25px;
}
a.contactnowbut:hover
{
    background: var(--black);
}
.teamimg img
{
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
}
.sixthcontsec
{
    width: 100%;
    overflow: hidden;
    position: relative;
    background-repeat: no-repeat;
    background-position: center center;
    background-attachment: fixed;
    background-size: cover;
    padding: 70px 0;
}
.sixthcontsec::before
{
    background: rgba(0, 0, 0, 0.6);
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    content: "";
}
.sixthcontsec .container
{
    position: relative;
    z-index: 1;
}
.sixthcontsec h2
{
    text-align: center;
    text-transform: capitalize;
    color: var(--white);
    font-weight: bold;
    padding: 0 0 20px 0;
}
.sixthcontsec p
{
    color: var(--white);
    text-align: center;
    max-width: 60%;
    margin: 0 auto;
}
.testimonialslider .owl-stage-outer
{
    padding-top: 50px;
}
.sgletestimonialsec
{
    background: var(--white);
    padding: 0 25px 25px 25px;
    text-align: center;
    border: 4px solid var(--white);
    transition: all 0.3s ease-out;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}
.sgletestimonialsec:hover
{
    border: 4px solid var(--red);
}
.testimg
{
    width: 100px;
    height: 100px;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border: 4px solid var(--white);
    overflow: hidden;
    margin: -50px auto 20px;
    transition: all 0.3s ease-out;
}
.sgletestimonialsec:hover .testimg
{
    border: 4px solid var(--red);
}
.testimg img
{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.sgletestimonialsec h6
{
    font-weight: bold;
    text-transform: uppercase;
    color: var(--dark);
    line-height: 1.1;
    padding: 0 0 15px 0;
}
.sgletestimonialsec p
{
    color: var(--lightgrey);
    max-width: 100%;
    margin: 0;
    line-height: 1.5;
}
.testimonialslider
{
    margin-top: 25px;
}
.footerbg
{
    width: 100%;
    overflow: hidden;
}
.topftrbg
{
    position: relative;
    width: 100%;
    overflow: hidden;
    padding: 60px 0;
    background: url(../images/contact-bg.jpg) no-repeat center top;
    background-size: cover;
}
.topftrbg::before
{
    background: rgba(255, 255, 255, 0.85);
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 1;
}
.topftrbg .container
{
    z-index: 2;
    position: relative;
}
.topftrbg h4
{
    text-transform: uppercase;
    color: var(--dark);
    font-weight: bold;
    padding: 0 0 20px 0;
}
.ftrcontinfo
{
    width: 100%;
    overflow: hidden;
}
.sgleftrinfosec
{
    display: flex;
    flex-wrap: wrap;
    margin: 20px 0 0;
    align-items:center;
}
.ftrcontinfosec
{
    flex:0 0 18%;
    max-width: 18%;
}
.ftrcontinfocont
{
    flex:0 0 82%;
    max-width: 82%;
}
.infoiconsec
{
    background: var(--red);
    width: 60px;
    height: 60px;
    border-radius: 50%;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}
.infoiconsec i
{
    font-size: 20px;
    color: var(--white);
}
.sgleftrinfosec h6
{
    color: var(--black);
    font-weight: 600;
    padding: 0 0 3px 0;
}
.sgleftrinfosec p
{
    padding: 0;
    font-weight: 500;
}
.sgleftrinfosec p a
{
    color: var(--lightgrey);
}
.sgleftrinfosec p a:hover
{
    text-decoration: underline;
}
.inputfield
{
    width: 100%;
    height: 50px;
    line-height: normal;
    padding: 0 15px;
    border: 1px solid var(--light);
    outline: 0;
    background: var(--white);
    font-size: 14px;
    color: var(--dark);
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}
.inputfield:focus, .textareafield:focus
{
    border: 1px solid var(--darkgrey);
}
.textareafield
{
    width: 100%;
    height: 150px;
    line-height: normal;
    padding: 10px 15px;
    border: 1px solid var(--light);
    outline: 0;
    background: var(--white);
    font-size: 14px;
    color: var(--dark);
    font-family: var(--montserrat);
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}
.submitbut
{
    background: var(--red);
    border: 2px solid var(--red);
    border-radius: 3px;
    color: var(--white);
    display: inline-block;
    padding: 12px 50px;
    font-family: var(--montserrat);
    font-size: var(--size-14);
    font-weight: 500;
    line-height: normal;
    position: relative;
    text-transform: uppercase;
    transition: all 500ms ease 0s;
}
.submitbut:hover
{
    background: var(--white);
    color: var(--red);
}
.botftrbg
{
    width: 100%;
    overflow: hidden;
    text-align: center;
    position: relative;
    z-index: 2;
    padding: 25px 0;
    background: var(--black);
}
.botftrbg ul
{
    text-align: center;
    margin-bottom: 15px;
}
.botftrbg ul li
{
    display: inline;
    margin: 0 3px;
}
.botftrbg ul li a
{
    width: 36px;
    height: 36px;
    display: inline-block;
    border-radius: 3px;
    font-size: 15px;
    color: var(--red);
    background: var(--white);
    line-height: 36px;
    transition: all 0.3s ease-out;
}
.botftrbg ul li a i
{
    line-height: 36px;
}
.botftrbg ul li a:hover
{
    background: var(--red);
    color: var(--white);
}
.botftrbg p
{
    color: var(--white);
    line-height: 1;
}
.innerbannersec
{
    width: 100%;
    overflow: hidden;
    position: relative;
}
.innerbannersec::before
{
    background: rgba(0, 0, 0, 0.6);
    width: 100%;
    height: 100%;
    z-index: 1;
    position: absolute;
    left: 0;
    top: 0;
    content: "";
}
.innerbannersec img
{
    width: 100%;
}
.innerpgbannercontsec
{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
}
.innerpgbannercontsec .container
{
    height: 100%;
}
.innerpgtitlesec
{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    height: 100%;
}
.innertitlebg
{
    background: var(--white);
    padding: 25px 30px;
    border-radius: 3px;
}
.innerbannersec h1
{
    text-transform: capitalize;
    font-weight: bold;
    line-height: 1;
    color: var(--black);
}
.aboutimg
{
    position: relative;
    outline: 4px solid #ffffff;
    outline-offset: -20px;
    margin-top: 35px;
}
.aboutimg img
{
    width: 100%;
}
.contactpgfstcontsec, .careerpgfstcontsec
{
    width: 100%;
    overflow: hidden;
    padding: 70px 0;
}
.contactpgfstcontsec h4 {
    text-transform: uppercase;
    color: var(--dark);
    font-weight: bold;
    padding: 0 0 20px 0;
}
.careercontsec
{
    max-width: 85%;
    margin: auto auto 50px;
    text-align: center;
}
.careerformpart
{
    max-width: 800px;
    margin: 0 auto;
}
.mobheadersec
{
    display: none;
}
.page-template-template-contact .topftrbg
{
    display: none;
}
.lb-number
{
    display: none !important;
}
.abtcontwidthsec
{
    width: 100%;
    overflow: hidden;
    padding:70px 0;
}
.abtcontwidthsec h2 {
    text-align: center;
    text-transform: capitalize;
    color: var(--darkgrey);
    font-weight: bold;
    padding: 0 0 50px 0;
}
.abtcontwidthsec h2 span {
    color: var(--red);
}
.abtcontalignsec
{
    display: grid;
    grid-template-columns: 2fr 2fr; /* Creates two equal-width columns */
    /* Optional: Add a gap between columns */
    gap: 30px;
}
.sgleabtcontsec
{
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    gap: 15px;
    padding: 30px;
    box-shadow: 0 0 30px 0px rgba(0,0,0,0.10);
    -webkit-box-shadow: 0 0 30px 0px rgba(0,0,0,0.10);
    -moz-box-shadow: 0 0 30px 0px rgba(0,0,0,0.10);
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
}
.abticonsec
{
    width: 100%;
    overflow: hidden;
}
.abticonsec img
{
    max-height: 65px;
}
.sgleabtcontsec h4
{
    color: var(--black);
    font-weight: 600;
    text-transform: capitalize;
}
button.btn-close
{
    padding: 0;
    position: absolute;
    right: 8px;
    top: 8px;
    z-index: 1;
    color: var(--black);
    font-size: 16px;
    opacity: 1;
    outline: 0;
    box-shadow: none;
}
.modal-content
{
    border: 3px solid var(--red);
}
.modal-body
{
    padding: 25px;
    display: flex;
    flex-wrap: wrap;
    row-gap: 20px;
    justify-content: center;
}
.modal-body p
{
    font-size: var(--size-18);
    font-weight: 500;
    line-height: 1.5;
    padding: 0;
	text-align:center;
}
.modal-body .wpcf7
{
    width: 100%;
}
.wpcf7-spinner
{
	display:block;
}
.downloadformsec .modal-body
{
    display: block;
}