@charset "utf-8";
/* CSS Document */

@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@200..700&display=swap');
/*font-family: "Poppins", sans-serif;
font-family: "Roboto", serif;
font-family: "Open Sans", serif;*/


* {
    padding: 0;
    margin: 0;
}

html,
body {
    height: 100%;
}

body {
    position: relative;
    font-family: "Open Sans", serif;
}

  


/*************************************** common style start ********************************************/
.btn_facebook {
    color: #fff;
    background: #3b5998;
}

.btn_twitter {
    color: #fff;
    background: #00aced;
}

.btn_google {
    color: #fff;
    background: #db3236;
    margin-top: 10px;
}

ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

a {
    color: #000;
    text-decoration: none;
}

a:hover {
    color: #000;
    text-decoration: none;
}

.bordrht {
    border-right: 1px solid #ccc;
}
.padleftright0{
    padding-left: 0;
    padding-right: 0;
}
.padright0{
    padding-right: 0;
}
.padleft0{
    padding-left: 0;
}
.width100{
    width: 100%;
}
.form-group{
    margin-bottom: 0;
}
.martop30{
    margin-top: 30px;
}


/*************************************** general style start ********************************************/


.thankyouSec{
    padding: 80px 0;
    border-top: 1px solid #ccc;
    background: #2F3192;
    
        height: 100vh;
    display: flex;
    align-items: center;
}
.thanksD {
    padding: 60px 30px;
}
.thanksD .imgfst{
    height: 50px;
    margin: 15px 0;
}
.thanksD .imgsnd{
    height: 40px;
    margin: 15px 0;
}
.thanksD h2{
    font-size: 48px;
    font-weight: 700;
    color: #000;
    margin-top: 0;
}
.thanksD p{
        font-size: 36px;
    color:#fff;
}






.fixed{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
}

.header-nav{
    padding: 10px 100px;
    background: #fff;
}
.header_logo{
}
.downloadBtn{
    margin: 14px 0;
}
.headestats{
    margin: 18px 0;
}
.btn-red, .btn-red:hover{
        background: #FDB913;
    padding: 20px 30px;
    color: #222222;
    font-size: 20px;
    line-height: 24px;
    font-weight: 700;
    border-radius: 50px;
}
.btn-white, .btn-white:hover{
    background: #fff;
    padding: 15px 25px;
    color: #000;
    font-size: 20px;
    font-weight: 500;
}



.SliderSec{
    position: relative;
    background: url(../img/slider.webp) top center no-repeat;
    background-size: cover;
    padding:120px 100px;
}
.sliderLeftCon{
    padding: 60px 0;
}
.sliderLeftCon h1{
    font-size: 72px;
    font-weight: 700;
    line-height: 86px;
    color: #fff;
    margin-top: 20px;
    margin-bottom: 60px;
}
.sliderLeftCon h1 span{
    font-size: 42px;
    font-weight: 700;
    line-height: 50px;
    color: #fff;
}


.sliderRightFm {
    padding: 15px;
    background: #005FAF;
    height: 600px;
    border-radius:15px;
}
.martop30{
 margin-top: 30px;
}
.martop45{
 margin-top: 45px;
}
.mar20{
 margin: 20px 0;
}
.sliderRightFm h3{
font-size: 24px;
font-weight: 600;
line-height: 30px;
text-align: center;
color: #fff;
}




.advntgSec{
    padding: 100px;
    padding-bottom: 200px;
    background: url(../img/advbg.webp) top center no-repeat;
    background-size: cover;
}
.headingd h2{
    font-size: 110px;
    font-weight:300;
    line-height: 121px;
    color: #FDB913;
}
.advnmaintext{
    margin-top: 50px;
}
.advnmaintext p{
    font-size: 20px;
    font-weight: 400;
    line-height: 34px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #fff;
    margin-bottom: 30px;
}
.advntextD{
    margin-top: 80px;
}
.advntextD .item img{
    width: auto !important;
}
.advntextD h3{
font-size: 42px;
font-weight: 500;
line-height: 46.2px;
text-align: left;
text-underline-position: from-font;
text-decoration-skip-ink: none;
color: #FDB913;
font-family: "Roboto", serif;
}
.advntextD .owl-nav{
    display: none;
}
.advntextD .owl-theme .owl-dots .owl-dot span {
    width: 20px;
    height: 20px;
    margin: 20px 7px;
    background: #D3D3D3;
}
.advntextD .owl-theme .owl-dots .owl-dot.active span, .advntextD .owl-theme .owl-dots .owl-dot:hover span {
    background: #FDB913;
    border: none;
    width: 40px;
}


.careermainD{
    display: flex;
    justify-content: left;
    align-items: center;
    background: #2d2c2d;
    padding: 15px 20px;
    border-radius: 25px;
    margin: 15px 0;
    height: 150px;
}
.careermainD h5{
font-family: "Roboto", serif;
    font-size: 24px;
    font-weight: 500;
    line-height: 38px;
    color: #fff;
}
.careermainD img{
    margin-right: 20px;
}



.careersec{
    padding: 100px;
    padding-bottom: 150px;
    background: #fff;
    position: relative;
}
.headingd2 h2{
font-size: 84px;
font-weight: 300;
line-height: 100.8px;
text-align: center;
text-underline-position: from-font;
text-decoration-skip-ink: none;
color: #000;
}
.careerimgD{
    margin-top: 30px;
}
.careerimgD img{
    width: 100%;
}
.careeriliD{
    margin-top: 40px;
}
.careeriliD ul li{
    float: left;
    width: 20%;
    padding:30px 20px;
    border-right: 1px solid #D9D9D9;
    border-bottom: 1px solid #D9D9D9;
}
.careeriliD ul li.bdrbtm0{
    border-bottom:none;
}
.careeriliD ul li:nth-child(5), .careeriliD ul li:last-child{
    border-right: none;
}
.careeriliD ul li h5{
font-size: 24px;
font-weight: 300;
line-height: 28.8px;
text-align: center;
text-underline-position: from-font;
text-decoration-skip-ink: none;
color: #000;
margin-top: 20px;
}
.careerposi1{
    position: absolute;
    right: 0;
    top: -160px;
    z-index: 9;
}
.careerposi2{
    position: absolute;
    left: 0;
    top: -65px;
    z-index: 9;
}
.carousel-caption h2{
    font-family: "Oswald", serif;
    font-size: 120px;
    font-weight: 200;
    line-height: 148.2px;
    text-align: center;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #D62831;
    float: left;
}
.carousel-caption h3{
    font-size: 32px;
    font-weight: 700;
    line-height: 38.4px;
    text-align: center;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #000;
    float: right;
    padding: 20px 40px;
    border-radius: 30px 0 30px 0;
    background: #FDB913;
    margin-bottom: 0;
    margin-top: 60px;
}
    .carousel-caption {
        right: 0;
        left: 0;
        bottom: -75px;
        padding: 0;
        padding-left: 30px;
    }



.gallerysec{
    padding: 100px;
    padding-bottom: 160px;
    background: url(../img/galbg.webp) top center no-repeat;
    background-size: cover;
    position: relative;
}
.galposi{
    position: absolute;
    left: 0;
    top: -100px;
}
.careeriliD .item img{
    width: 100%;
/*    border-radius: 30px;*/
}
.carousel-control.right, .carousel-control.left{
    background-image: none;
}
.carousel-control{
        opacity: 1;
            top: 40%;
    left: -20px;
    width: 7%;
}
.carousel-control.right {
    right: -20px;
}








.welcomeSec{
    padding: 100px;
    background: url(../img/welbg.webp) top center no-repeat;
    background-size: cover;
}
.welhead h2{
    font-family: "Poppins", sans-serif;
font-size: 64px;
font-weight: 600;
line-height: 76.8px;
text-align: center;
text-underline-position: from-font;
text-decoration-skip-ink: none;
color: #000;
margin-bottom: 40px;
}
.welhead p{
font-family: "Poppins", sans-serif;
font-size: 18px;
font-weight: 400;
line-height: 28px;
text-align: center;
text-underline-position: from-font;
text-decoration-skip-ink: none;
color: #3E3E3E;
margin-bottom: 40px;
}
.martop30{
    margin-top: 30px;
}
.welhead2 h3{
    font-family: "Poppins", sans-serif;
font-size: 42px;
font-weight: 600;
line-height: 50.4px;
text-align: center;
text-underline-position: from-font;
text-decoration-skip-ink: none;
color: #000;
}
.welimgD{
    margin-top: 40px;
}
.advntextD{
    margin-top: 60px;
}

.welimgD img{
    transform: scale(1.4);
}


.footer{
    background: #000;
    padding: 15px 0;
}
.footer p{
font-size: 20px;
font-weight: 400;
line-height: 34px;
text-underline-position: from-font;
text-decoration-skip-ink: none;
color: #fff;
margin: 0;
}


.wpbtn{
    position: fixed;
    right: 0;
    top: 20%;
    z-index: 999;
}
.wpbtn img{
    width: 58px;
}




/* Let's get this party started */

.catby::-webkit-scrollbar {
    width: 6px;
    height: 4px;
}


/* Track */

.catby::-webkit-scrollbar-track {
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
    -webkit-border-radius: 8px;
    border-radius: 8px;
/*    background: #fff;*/
}


/* Handle */

.catby::-webkit-scrollbar-thumb{
    -webkit-border-radius: 8px;
    border-radius: 8px;
    background: #F18500;
}
