@import url('https://fonts.googleapis.com/css2?family=Lato:wght@400;700;900&display=swap');

/* font-family: 'Lato', sans-serif; */

/*added font*/




@font-face {
    font-family: 'TrajanPro';
    src: url('../fonts/TrajanPro-Regular.eot');
    src: url('../fonts/TrajanPro-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/TrajanPro-Regular.woff2') format('woff2'),
        url('../fonts/TrajanPro-Regular.woff') format('woff'),
        url('../fonts/TrajanPro-Regular.ttf') format('truetype'),
        url('../fonts/TrajanPro-Regular.svg') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}


@font-face {
    font-family: 'TrajanPro';
    src: url('../fonts/TrajanPro-Bold.eot');
    src: url('../fonts/TrajanPro-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/TrajanPro-Bold.woff2') format('woff2'),
        url('../fonts/TrajanPro-Bold.woff') format('woff'),
        url('../fonts/TrajanPro-Bold.ttf') format('truetype'),
        url('../fonts/TrajanPro-Bold.svg') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}



* {

    margin: 0;

    padding: 0;

    outline: none
}

ul,

ol {

    list-style: none;

}

dl,
ol,
ul {
    margin-top: 0;
    margin-bottom: 0;
}



button,

input[type='submit'],

input[type='reset'],

a {

    transition: all 0.4s ease-in-out;

    -moz-transition: all 0.4s ease-in-out;

    -webkit-transition: all 0.4s ease-in-out;

    -ms-transition: all 0.4s ease-in-out;

    -o-transition: all 0.4s ease-in-out;

}

a {

    color: #fff;

    font-family: 'Poppins', sans-serif;

    outline: none !important;

    border: none;

    transition: all 0.5s;

    -moz-transition: all 0.5s;

    -webkit-transition: all 0.5s;

    -o-transition: all 0.5s;

    -ms-transition: all 0.5s;
    text-decoration: none;

}



::-moz-selection {

    color: #ffd6e9;

    background: #3399ff;

}



::selection {

    color: #ffd6e9;

    background: #3399ff;

}



::-moz-selection {

    color: #ffd6e9;

    background: #3399ff;

}



::-webkit-input-placeholder {

    color: #e4e4e4;

    font-size: 16px;

}



::-moz-placeholder {

    color: #e4e4e4;

    font-size: 16px;

}



:-ms-input-placeholder {

    color: #e4e4e4;

    font-size: 16px;

}



::-ms-input-placeholder {

    color: #e4e4e4;

    font-size: 16px;

}



::placeholder {

    color: #e4e4e4;

    font-size: 16px;

}



::-webkit-input-placeholder {

    color: #e4e4e4;

    font-size: 16px;

}



:-ms-input-placeholder {

    /* IE 10+ */

    color: #e4e4e4;

    font-size: 16px;

}



:-moz-placeholder {

    /* Firefox 18- */

    color: #e4e4e4;

    font-size: 16px;

}



::-moz-placeholder {

    /* Firefox 19+ */

    color: #e4e4e4;

    font-size: 16px;

}



::-moz-placeholder {

    color: #e4e4e4;

    font-size: 16px;

}



textarea::-webkit-input-placeholder {

    color: #e4e4e4;

    font-size: 16px;

}



textarea:-moz-placeholder {

    /* Firefox 18- */

    color: #e4e4e4;

    font-size: 16px;

}



textarea::-moz-placeholder {

    /* Firefox 19+ */

    color: #333333;

}



textarea:-ms-input-placeholder {

    color: #e4e4e4;

    font-size: 16px;

}





body {

    font-weight: normal;

    line-height: normal;

    font-size: 18px;

    font-family: 'Lato', sans-serif;

}



*:focus {

    outline: none;

}






img {

    max-width: 100%;

    -webkit-transition: all .5s;

    -moz-transition: all .5s;

    -ms-transition: all .5s;

    -o-transition: all .5s;

}

a {



    outline: none !important;

    border: none;

    transition: all 0.5s;

    -moz-transition: all 0.5s;

    -webkit-transition: all 0.5s;

    -o-transition: all 0.5s;

    -ms-transition: all 0.5s;

    font-family: 'Lato', sans-serif;

}



a:hover,

a:focus {

    text-decoration: none;



}



h1,

h2,

h3,

h4,

h5,

h6 {

    line-height: normal;

    font-weight: normal;

    padding: 0;

    margin: 0;

}



img {

    border: none;

    -o-transition: all 0.3s;

    transition: all 0.3s;

    -ms-transition: all 0.3s;

    -webkit-transition: all 0.3s;

}



p {

    margin: 0;

    padding: 0;

}





.navbar {

    border-radius: 0;

    margin-bottom: 0;

    padding: 0;

}



.nav>li>a:hover,

.nav>li>a:focus {

    background-color: transparent;

}


/*****************/

.container {

    max-width: 1560px;
}




.nav-link {

    padding: 0;

}

/*As Per Design Change*/



.cus_nav_outr {

    padding: 20px 0px;
    position: relative;



}



.cus_nav_innr {

    display: -webkit-box;

    display: -ms-flexbox;

    display: flex;

    -webkit-box-align: center;

    -ms-flex-align: center;

    align-items: center;

    -webkit-box-pack: justify;

    -ms-flex-pack: justify;

    justify-content: space-between;

}



.navbar-nav li {

    padding: 0px;

    position: relative;

    -webkit-transition: all 0.5s;

    -o-transition: all 0.5s;

    transition: all 0.5s;

}



.navbar-nav li:first-child {

    padding-left: 0;

}


.right_nav {

    display: -webkit-box;

    display: -ms-flexbox;

    display: flex;

    -webkit-box-align: center;

    -ms-flex-align: center;

    align-items: center;

}



/*.navbar-nav li a {*/

/*    display: block;*/

/*}*/



.navbar-expand-md .navbar-nav .nav-link {

    padding-right: 0;

    padding-left: 0;

}


/***/

.nav>li>a:hover,

.nav>li>a:focus {

    background-color: transparent;

}



.navbar {

    border-radius: 0;

    margin-bottom: 0;

    padding: 0;

}



.nav>li>a:hover,

.nav>li>a:focus {

    background-color: transparent;

}


.btn-primary.focus {

    -webkit-box-shadow: none;

    box-shadow: none;

}

/*Header*/

.top_header {


    padding: 0;

}


/*zoom effect*/


.zoom_otr {

    overflow: hidden;
}

.bnr_pic {

    overflow: hidden;
}

.zoom {

    -webkit-animation: scale 20s linear infinite;
    animation: scale 20s linear infinite;
}

@-webkit-keyframes scale {
    50% {
        -webkit-transform: scale(1.2);
        -ms-transform: scale(1.2);
        transform: scale(1.2);
    }
}

@keyframes scale {
    50% {
        -webkit-transform: scale(1.2);
        -ms-transform: scale(1.2);
        transform: scale(1.2);
    }
}

/*Zoom effect*/


.bnr_content {

    position: absolute;

    top: 50%;

    -webkit-transform: translateY(-50%);

    -ms-transform: translateY(-50%);

    transform: translateY(-50%);

}


.bnr_otr {

    position: relative;

    overflow: hidden;

}


/* Banner End */




/* cmn_margin */


.mt-40 {

    margin-top: 40px;
}

.mt-20 {

    margin-top: 20px;

}

.mt-30 {

    margin-top: 30px;

}

.mt-50 {

    margin-top: 50px;

}

.mb-40 {

    margin-bottom: 40px;
}





/*----Common Sec----*/


.cmn_pdding {

    padding: 80px 0;
}

.cmn_hdr h2 {

    font-size: 48px;
    line-height: 1.2;
    font-weight: bold;
    color: #222222;
    padding-bottom: 20px;
    text-transform: uppercase;
    font-family: 'TrajanPro';
}

.cmn_hdr.wht h2 {

    color: #fff;
}

.cmn_hdr h4 {

    color: #2B2B2B;
    font-size: 22px;
    letter-spacing: 1px;
    line-height: 1.5;
    color: #222222;
    padding-bottom: 20px;
    text-transform: capitalize;
}

.cmn_hdr.wht h4 {

    color: #fff;
}

.cmn_hdr h6 {
    font-size: 20px;
    letter-spacing: 1px;
    line-height: 1.5;
    color: #0B244D;
    padding-bottom: 20px;
    text-transform: uppercase;
    font-weight: 700;
}

.cmn_hdr.wht h6 {

    color: #fff;
}

.cmn_hdr.wht p {

    color: #fff;
}

.cmn_hdr p {

    font-size: 19px;
    color: #656565;
    line-height: 1.6;
    padding-bottom: 20px;
}

.cmn_btn {
    font-size: 18px;
    font-weight: 700;
    color: #fff;
    padding: 20px 40px;
    background: #ff6a0e;
    border: 2px solid #ff6a0e;
    border: 1px solid #ff6a0e;
    border-radius: 5px;
    position: relative;
    text-transform: uppercase;
}

.cmn_btn:hover {
    background-color: #fff;
    color: #ff6a0e;
    border: 1px solid #ff6a0e;
}

/*----Common Sec End----*/



/* Animation Section */

/* Swing */

.swing:before {

    content: '';
    position: absolute;
    width: 5px;
    height: 5px;
    top: -14px;
    left: 54%;
    z-index: 5;
    border-radius: 50% 50%;
    background: #000;
}

@-webkit-keyframes swing {
    0% {
        -webkit-transform: rotate(3deg);
        transform: rotate(3deg);
    }

    100% {
        -webkit-transform: rotate(-3deg);
        transform: rotate(-3deg);
    }
}

@keyframes swing {
    0% {
        -webkit-transform: rotate(3deg);
        transform: rotate(3deg);
    }

    100% {

        -webkit-transform: rotate(-3deg);
        transform: rotate(-3deg);
    }
}

.swing:after {

    content: '';
    position: absolute;
    width: 20px;
    height: 20px;
    border: 1px solid #999;
    top: -10px;
    left: 50%;
    z-index: 0;
    border-bottom: none;
    border-right: none;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.swing {

    -webkit-animation: swing ease-in-out 1s infinite alternate;
    animation: swing ease-in-out 1s infinite alternate;
    -webkit-transform-origin: center -20px;
    -ms-transform-origin: center -20px;
    transform-origin: center -20px;
    float: left;
}




/* Rotate */

.rotate {

    animation: rotation 12s infinite linear;
}

@keyframes rotation {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(359deg);
    }
}



/* Floating */

.floating {
    -webkit-animation-name: floating;
    animation-name: floating;
    -webkit-animation-duration: 3s;
    animation-duration: 3s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    margin-left: 30px;
    margin-top: 5px;
}

@-webkit-keyframes floating {
    0% {
        -webkit-transform: translate(0, 0px);
        transform: translate(0, 0px);
    }

    50% {
        -webkit-transform: translate(0, 15px);
        transform: translate(0, 15px);
    }

    100% {
        -webkit-transform: translate(0, -0px);
        transform: translate(0, -0px);
    }
}

@keyframes floating {
    0% {
        -webkit-transform: translate(0, 0px);
        transform: translate(0, 0px);
    }

    50% {
        -webkit-transform: translate(0, 15px);
        transform: translate(0, 15px);
    }

    100% {
        -webkit-transform: translate(0, -0px);
        transform: translate(0, -0px);
    }
}

/* Animation Section End */

/* ---------BeverlyHills project start--------------------- */
/* -----------shreyasi(01.09.2022)--------------------- */
/* -----------header sec start----------- */
.header-menu {
    background-color: #0b244d;
    padding: 20px 0;
}

.top-menu-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.top-cntct ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

ul {
    padding-left: 0 !important;
}

.hdr-btn {
    display: block;
}

.top-cntct ul li {
    padding-right: 15px;
    padding-left: 0;
}

.top-cntct ul li:last-child {
    padding-right: 0;
    padding-left: 15px;
    border-left: 1px solid #fff;
}

.top-cntct ul li svg {
    color: #fff;
    padding-right: 12px;
}

.top-cntct ul li a:hover {
    color: #ff6a0e;
}

.top-cntct ul li a {
    font-size: 17px;
    font-weight: 700;
}

.top-menu-icon ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.top-menu-icon ul li {
    padding-right: 15px;

}

.top-menu-icon ul li a {
    border-radius: 100%;
    width: 32px;
    height: 32px;
    background-color: #1c335a;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
}

.top-menu-icon ul li a:hover {
    color: #ff6a0e;
    background-color: #fff;
}

.top-menu-icon ul li:last-child {
    padding-right: 0;
}

.navbar-nav {
    align-items: center;
}

.navbar-expand-md .navbar-nav .nav-link {
    padding-right: 26px !important;
    font-weight: 700;
    font-size: 19px;
    color: #222222;
    text-transform: uppercase;
}

.navbar-expand-md .navbar-nav .nav-link:hover {
    color: #ff6a0e;
}

.logo_area {
    width: 280px;
}

/* -----------header sec end----------- */
/* -----------banner sec start----------- */
.bnr_content {
    max-width: 632px;
}

.bnr_content h1 {
    font-size: 60px;
    font-family: 'TrajanPro';
    color: #fff;
    text-transform: uppercase;
    padding-bottom: 37px;

}

/* -----------banner sec end----------- */
/* -----------about us sec start----------- */
.about .row {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.abt-img {
    position: relative;
}

.abt-img-dtl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: flex-end;
}

.abt-img-dtl img {
    border-radius: 5px;
    margin-right: 30px;
    position: relative;
}

.abt-img-dtl img:last-child {
    margin-right: 0;

}

.abt-img-dtl img:nth-child(2) {
    margin-top: 30px;
    margin-right: 0;
}

.abt-img-logo {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
}

.abt-img-logo {
    width: 159px;
    height: 159px;
    border-radius: 100%;
    background-color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.abt-txt h6 {
    padding-left: 120px;
}

.abt-txt {
    position: relative;
}

.abt-txt::before {
    position: absolute;
    content: '';
    width: 90px;
    height: 2px;
    background-color: #FF690D;
    top: 10px;
}

/* -----------about us sec end----------- */
/* -----------expertise sec start----------- */
.expertise {
    background-color: #f4f7fb;
}

.exprts-txt.cmn_hdr h2 {
    width: 838px;
    margin: auto;
}

.exprts-txt h6 {
    position: relative;
    display: inline-block;
}

.exprts-txt h6::before {
    position: absolute;
    content: '';
    width: 90px;
    height: 2px;
    background-color: #FF690D;
    top: 13px;
    right: 120px;
    margin: auto;
}

.exprts-txt h6::after {
    position: absolute;
    content: '';
    width: 90px;
    height: 2px;
    background-color: #FF690D;
    top: 13px;
    left: 120px;
    margin: auto;
}

.exprts-prt {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: center;
    margin: 30px 0 20px;
}

.exprts-txts {
    padding: 10px 0 10px 20px;
    background-color: #fff;
}

.exprts-txts.cmn_hdr h4 {
    font-weight: 700;
    padding-bottom: 0;
}

.exprts-txts.cmn_hdr p {
    padding-bottom: 0;
}

.expertise .row {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.exprts-img {
    border-radius: 5px;
    overflow: hidden;
}

/* -----------expertise sec end----------- */
/* ----------development sec start---------- */
.dvlpmnt {
    position: relative;
}

.dvlpmnt-dtl {
    z-index: 99;
    position: relative;
}

.dvlpmnt::after {
    position: absolute;
    content: "";
    background: #21385c;
    left: 0;
    right: 0;
    margin: auto;
    top: 0;
    bottom: 0;
    opacity: 0.9;
}

/* .dvlpmnt-prt-dtls{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
} */
.dvlpmnt-prt {
    /* width: 50%; */
    border: 1px solid #fff;
    border-radius: 5px;
    text-align: center;
    margin: auto;
    padding: 30px 0;
}

.dvlpmnt-txt {
    padding-top: 20px;
}

.dvlpmnt .col-md-6 {
    margin-top: 30px;
}

.dvlpmnt .col-md-6:first-child {
    margin-top: 0;
}

.dvlpmnt .col-md-6:nth-child(2) {
    margin-top: 0;
}

.dvlpmnt .row {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

/* -------testiminal sec start--------------- */
.clnt-dtl {
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 4px 3px 13px 1px rgb(0 0 0 / 25%);
    padding: 50px 50px 30px;
    position: relative;
    border-bottom: none;
    border-width: 0;
    border-bottom: 5px solid transparent;
    transition: all 0.5s;
}

.clnt-dtl:hover {
    border-bottom: 5px solid #ff6a0e;
    border-width: 100%;
}

.clnt-dtl::after {
    position: absolute;
    content: "";
    width: 75px;
    height: 64px;
    background: url(../images/semicolon-img.png) no-repeat;
    right: 39px;
    top: -33px;
    background-size: 100% 100%;

}

.clnts-pic {
    width: 72px;
    height: 72px;
    border-radius: 100%;
    overflow: hidden;
    object-fit: cover;
    margin-right: 20px;
}

.clnt-img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.clnts-text.cmn_hdr h6 {
    padding-bottom: 0;
    text-transform: capitalize;
}

.clnt-info {
    margin-top: 70px;
}

.clnt .exprts-txt h6::before {
    right: 146px;
}

.clnt .exprts-txt h6::after {
    left: 146px;
}


/* -------testiminal sec end--------------- */


/* ---------------Ankur(1.9.22)----------------- */
/*-------Gallery Sec-------------------- */
.glry_sec .glry_hdr h6 {
    position: relative;
}

.glry_sec .glry_hdr h6::before {
    position: absolute;
    content: '';
    width: 90px;
    height: 2px;
    background-color: #FF690D;
    top: 13px;
    left: 40%;
}

.glry_sec .glry_hdr h6::after {
    position: absolute;
    content: '';
    width: 90px;
    height: 2px;
    background-color: #FF690D;
    top: 13px;
    right: 40%;
}

.glry_sec {
    background-color: #F3F7FB;
}

.glry_sec .glry_otr {
    position: relative;
    padding-top: 30px;
}

.glry_sec .glry_para {
    background-color: #0B234D;
    position: absolute;
    padding: 25px;
    border-radius: 5px;
    left: 20%;
    bottom: -65px;
    opacity: 0;
    transition: 0.5s;
}

.glry_sec .glry_para h4,
.glry_sec .glry_para p {
    color: #fff;
}

.glry_inr {
    position: relative;
}

.glry_img {
    width: 100%;
    height: 519px;
    border-radius: 5px;
    overflow: hidden;
}

.glry_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: grayscale(100%);
}

.swpr_otr {
    overflow: hidden;
}

.swpr_otr .swiper-slide.swiper-slide-next .glry_img {
    width: 100%;
    margin: auto;
}

.swpr_otr .swiper-slide.swiper-slide-active .glry_img img {
    filter: grayscale(0);
}

.swpr_otr .swiper-slide.swiper-slide-active .glry_para {
    opacity: 1;
}

/* .swpr_otr{
    padding-bottom: 100px;
} */
/* ---shreyasi(02.09.2022)------ */
.swpr_otr .swiper-wrapper {
    padding-bottom: 150px;
}

.glry-arw {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    bottom: -53px;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 50%;

}

.glry-arw .swiper-button-prev1 {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    background-color: #fff;
    color: #ff6a0e;
    border: 1px solid #ff6a0e;
    padding: 15px 25px;
    border-radius: 5px;
    font-size: 30px;
}

.glry-arw .swiper-button-next1 {
    background-color: #fff;
    color: #ff6a0e;
    border: 1px solid #ff6a0e;
    padding: 15px 25px;
    border-radius: 5px;
    font-size: 30px;
    margin-right: 25px;
}

.glry_sec.cmn_pdding {
    padding-bottom: 136px;
}

.swpr_otr .swiper-button-next1:hover {
    color: #fff;
    background-color: #ff6a0e;
    border: 1px solid #ff6a0e;
    transition: all 0.5s;
}

.swpr_otr .swiper-button-prev1:hover {
    color: #fff;
    background-color: #ff6a0e;
    border: 1px solid #ff6a0e;
    transition: all 0.5s;
}

/* ----------gallery sec end---------- */
/* ---Ankur----- */
/*-----------news Letter sec start---------- */
.nws-ltr {
    background-color: #0B234D;
}

.nws-otr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.nws-otr h2,
.nws-otr p,
.nws-otr h6 {
    color: #fff;
}

.nws-otr h6 {
    margin-left: 120px;
    margin-bottom: 20px;
    padding-bottom: 0;
}

.nws-ltr .frm-dtls {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.nws-ltr .frm-dtls .form-group input {
    padding: 20px;
    width: 460px;
    background: transparent;
    color: #fff;
    margin-right: 15px;
}

.nws-ltr .frm-dtls .form-group input::-webkit-input-placeholder {
    font-size: 18px;
}

.nws-ltr .frm-dtls .form-group input::-moz-placeholder {
    font-size: 18px;
}

.nws-ltr .frm-dtls .form-group input:-ms-input-placeholder {
    font-size: 18px;
}

.nws-ltr .frm-dtls .form-group input::-ms-input-placeholder {
    font-size: 18px;
}

.nws-ltr .frm-dtls .form-group input::placeholder {
    font-size: 18px;
}

.nws-ltr .frm-dtls .form-group input:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: none;
    border: 1px solid #fff;
}

.nws_para {
    position: relative;
}

.nws-ltr .nws_para::before {
    position: absolute;
    content: '';
    width: 90px;
    height: 2px;
    background-color: #FF690D;
    top: 13px;
    left: 0;
}

/*---------News Letter End----------------- */
/* -----footer start---------- */
.mn_ftr_otr {
    background-color: #040F21;
}

.mn_ftr_otr .cmn_hdr p {
    line-height: 1.8;
    width: 260px;
}

.scl_inr ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 20px;
    padding: 0;
    margin-top: 30px;
}

.scl_inr ul svg {
    color: #fff;
}

.scl_inr ul li {
    width: 40px;
    height: 40px;
    background-color: #1D2738;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 100%;
}

.ftr_inr ul li {
    margin-bottom: 20px;
}

.ftr_inr .mnu_item li a svg {
    margin-right: 20px;
    color: #FF690D;
    font-size: 10px;
}

.ftr_inr .mn_menu {
    margin-bottom: 50px;
}

.ftr_inr .mn_menu span {
    color: #fff;
    font-size: 17px;
    font-weight: bold;
    text-transform: uppercase;
    position: relative;
}

.ftr_inr .mn_menu span::after {
    content: '';
    position: absolute;
    width: 40px;
    height: 1px;
    background-color: #FF690D;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: -65px;
}

.lst_mnu .lst_mnu_itm {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 20px;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.ftr-uppr a:hover {
    color: #EE640F;

}

.ftr-uppr .scl_inr li:hover {
    background-color: #EE640F;
    -webkit-transition: 0.6s;
    -o-transition: 0.6s;
    transition: 0.6s;
    cursor: pointer;
}

.ftr-uppr .scl_inr li:hover svg {
    color: #030E21;
}

.ftr-uppr .scl_inr li:hover {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
}

.ftr-uppr {
    border-bottom: 2px solid #353E4D;
}

.lst_mnu_itm p {
    color: #fff;
    font-size: 18px;
}

.btm {
    padding: 20px 0;
    /* border-top: 2px solid #353E4D; */
}

.btm p {
    color: #fff;
    font-size: 18px;
}

.btm a:hover {
    color: #EE640F;
}

.btm a {
    font-size: 18px;
}

.mnu_item a {
    font-size: 18px;
}

.lst_mnu_itm a {
    font-size: 18px;
}

/*-----Footer End--------------- */


/* Ankur 05.09.2022 */
/* About option  */





.abt_bnr_sec h1 {

    color: black;
    font-weight: 700;
}

.abt_bnr_sec span {

    margin: 0 10px;
}

.abt_bnr_sec p {

    text-transform: uppercase;
    font-weight: 700;
    color: #000;
}

.abt-img-logo.abt_optn_logo {

    left: 33px;

}


.abt-txt-dtl.abt_optn_txt_dtl span {

    width: 30px;
    height: 30px;
    background-color: #0b234d;
    border-radius: 100%;
    display: inline-block;
    position: relative;
    margin: auto;
    margin-bottom: -7px;
    margin-right: 15px;
}



.abt-txt-dtl.abt_optn_txt_dtl svg {

    position: absolute;
    color: #fff;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    font-size: 13px;




}

.about.vsn_msn .abt-img-dtl {

    justify-content: space-between;
}

.values_cltr {

    background-color: #f3f7fb;
}

.values_cltr h6::before {

    right: 200px;
}


.values_cltr h6::after {

    left: 200px;
}

.values_cltr .cmn_hdr h2 {

    width: auto;
}

.bldng_sec_otr .img_inr {

    width: 110px;
    height: 110px;
    background-color: transparent;
    border: 2px solid #c5cdd8;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 50%;
    outline: 2px solid #f3f7fb;

}

.values_cltr .bldng_inr h6 {

    color: #000;
}

.bldng_sec_otr .img_otr {

    border: 8px solid #adb7c6;
    display: inline-block;
    border-radius: 100%;
}

.values_cltr .bldng_sec_otr {

    display: -webkit-box;

    display: -ms-flexbox;

    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;

}

.values_cltr .img_otr {

    margin-bottom: 30px;
}

/* About option End  */


/* animation */
/* ---floating---- */
.floating {
    -webkit-animation-name: floating;
    animation-name: floating;
    -webkit-animation-duration: 3s;
    animation-duration: 3s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    margin-top: 5px;
}

@-webkit-keyframes floating {
    0% {
        -webkit-transform: translate(0, 0px);
        transform: translate(0, 0px);
    }

    50% {
        -webkit-transform: translate(0, 15px);
        transform: translate(0, 15px);
    }

    100% {
        -webkit-transform: translate(0, -0px);
        transform: translate(0, -0px);
    }
}

@keyframes floating {
    0% {
        -webkit-transform: translate(0, 0px);
        transform: translate(0, 0px);
    }

    50% {
        -webkit-transform: translate(0, 15px);
        transform: translate(0, 15px);
    }

    100% {
        -webkit-transform: translate(0, -0px);
        transform: translate(0, -0px);
    }
}

/*--------------- contact us page(5.9.22) start----------- */
/* -------------shreyasi------------- */
.cntct-dtl {
    background-color: #0b244d;
    border-radius: 5px;
    padding: 60px 40px;
}

.cntct-info-prt {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    /* -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; */
}

.cntct-info-prt span {
    margin-right: 25px;
}

.cntct-info-prt .cmn_hdr p:first-child {
    padding-bottom: 0;

}

.cntct-info-prt .a {
    font-size: 18px;
    color: #fff;
    margin: 20px 0;
}

.cntct-info-prt a:hover {
    color: #ff6a0e;
}

.cntct-anchr {
    padding: 5px 0 20px 0;
    font-size: 18px;
}

.cntct-info-prt:nth-child(4) .cntct-anchr a:first-child {
    padding-bottom: 10px;
}

.cntct-dtl h3 {
    font-size: 40px;
    color: #fff;
    padding-bottom: 20px;
    font-weight: 700;
    font-family: 'TrajanPro';
    text-transform: uppercase;
}

.contact-form-part .form-group input::-webkit-input-placeholder {
    font-size: 18px !important;
}

.contact-form-part .form-group input::-moz-placeholder {
    font-size: 18px !important;
}

.contact-form-part .form-group input:-ms-input-placeholder {
    font-size: 18px !important;
}

.contact-form-part .form-group input::-ms-input-placeholder {
    font-size: 18px !important;
}

.contact-form-part .form-group input::placeholder {
    font-size: 18px !important;
}

.contact-form-part .form-control {
    background-color: #f0f1f7;
    height: 68px;
    margin: 20px 0;
    border-radius: 5px;
    padding: 0 15px 0 30px;
}

.contact-form-part .fullhgt {
    height: 168px;
    padding-top: 20px;

}

.contact-form-part .form-group textarea {
    font-size: 18px;
    color: #b1b2b6;
    margin-bottom: 50px;
}

.contact-form-part .form-group textarea::-webkit-input-placeholder {
    font-size: 18px !important;
}

.contact-form-part .form-group textarea::-moz-placeholder {
    font-size: 18px !important;
}

.contact-form-part .form-group textarea:-ms-input-placeholder {
    font-size: 18px !important;
}

.contact-form-part .form-group textarea::-ms-input-placeholder {
    font-size: 18px !important;
}

.contact-form-part .form-group textarea::placeholder {
    font-size: 18px !important;
}

.form-control:focus {
    box-shadow: none !important;
    border-color: transparent !important;
    border: 1px solid #fff !important;
}

.form-control {
    border: 1px solid #fff !important;
}

.contact-form-part .form-group .cmn_btn {
    cursor: pointer;
}

/*--------------- contact us page(5.9.22) end----------- */

/* ---------testimonal page start----------------- */
/* ------shreyasi(5.9.22)-------------- */

/* ---------testimonal page end----------------- */
.clnt-saying .clnt-dtl {
    margin-top: 60px;
}

.clnt-saying .col-md-6:first-child .clnt-dtl {
    margin-top: 0;
}

.clnt-saying .col-md-6:nth-child(2) .clnt-dtl {
    margin-top: 0;
}

.clnt-pgntn .pagination {
    justify-content: center;
    margin-top: 50px;
    align-items: center;
}

.clnt-pgntn .pagination a {
    color: #222222;
    font-size: 25px;
    text-align: center;
    margin: 0 10px;


}

.clnt-pgntn .pagination .active {
    color: #ff6a0e;
}

.clnt-pgntn .pagination a:first-child {
    border: 1px solid #b1b9c6;
    color: #b1b9c6;
    padding: 5px 15px;
    font-size: 30px;
}

.clnt-pgntn .pagination a:last-child {
    border: 1px solid #0b244d;
    color: #0b244d;
    padding: 5px 15px;
    font-size: 30px;
}

.tstmnl .cntct-dtl {
    position: relative;
    overflow: hidden;
}

.tstmnl .cntct-dtl::after {
    position: absolute;
    content: "";
    background: url(../images/clnt-aftr.png) no-repeat;
    background-size: 100% 100%;
    width: 100%;
    height: 100%;
    top: 0;
    overflow: hidden;
    opacity: 0.1;
    left: 0;
    right: 0;
    margin: auto;

}

.clnt-para h3 {
    font-size: 34px;
    color: #fff;
    font-weight: 700;
    font-family: 'TrajanPro';
    padding: 40px 0;
    text-align: center;
}

/* .clnts-rtng-img {
    display: flex;
    align-items: center;
    justify-content: flex-start;
} */

/* .rtng-img img {

    width: 62px;
    height: 62px;
    border-radius: 100%;
    border: 2px solid #fff;
} */

/* .rtng-img {
    margin-right: -15px;
  } */
/* .clnts-rtng-img {
    position: relative;
}

.rtng-img {
    position: absolute;
    left: 0;
    top: 0;
}

.rtng-img:first-child {
    z-index: 999;
}

.rtng-img:nth-child(2) {
    left: 42px;
    z-index: 99;
}

.rtng-img:nth-child(3) {
    left: 72px;
    z-index: 1;
}

.rtng-img:last-child {
    left: 113px;
    z-index: 0;
} */

.clnt-str {
    color: #ff6a0e;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    /* -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: end; */
    padding-bottom: 5px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.clnt-str h6 {
    font-size: 17px;
    font-weight: 700;
    margin-left: 10px;
    color: #fff;
}

.clnt-str-info h5 {
    color: #fff;
    font-size: 17px;
    font-weight: 700;
    /* margin-left: auto;
    position: absolute;
    right: 38px; */
}



.nav-item.current-menu-item .nav-link {
    color: #ff6a0e !important;
}



/* ------values & culture page start------------ */
/* -----------ankur(5.9.22)-------------- */
.mn_tab {
    width: 73%;
}

.vls_cltrs_tab .resp-vtabs {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
}

.vls_cltrs_tab .resp-vtabs .resp-tabs-container {
    width: auto;
    height: auto;
    min-height: auto;
    float: none;
    border: none;
}

.resp-vtabs ul.resp-tabs-list {
    min-width: 30%;
    float: none;
}

.vls_cltrs_tab .resp-tab-item {
    background-color: #E9EBF4;
    margin-bottom: 15px !important;
    border-radius: 10px;
    padding: 30px !important;
    font-size: 22px;
    position: relative;
}

.vls_cltrs_tab .resp-tab-item:before {
    content: '';
    position: absolute;
    background: url(../images/tab_arrow.png) no-repeat;
    width: 30px;
    height: 30px;
    right: 10px;
}

.vls_cltrs_tab .resp-tab-item.resp-tab-active:before {
    content: '';
    position: absolute;
    background: url(../images/tab_arrow_active.png) no-repeat;
    width: 30px;
    height: 30px;
    right: 10px;
}

.vls_cltrs_tab .resp-tab-item.resp-tab-active {
    background-color: #FF6A0E;
    color: #fff;
    border-radius: 10px;
    padding: 20px;
    /* -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s; */
}

.lft_tb_otr {
    margin-top: 50px;
}

.vls_cltrs_tab .lft_tb_otr {
    position: relative;
}

.vls_cltrs_tab .lft_tb_otr:after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: #0009;
}

.vls_cltrs_tab .tab_para {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
    text-align: center;
    padding: 0 50px;
    z-index: 50;
}

.vls_cltrs_tab .tab_para h3 {
    font-size: 34px;
    color: #fff;
    font-weight: 700;
    font-family: 'TrajanPro';
    padding: 20px 0;
    position: relative;
}

.vls_cltrs_tab .lft_tb_otr:nth-child(2):after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: #0B234D;
    opacity: 0.9;
}

.vls_cltrs_tab .lft_tb_otr:nth-child(2) h3 {
    position: relative;
}

.vls_cltrs_tab .lft_tb_otr:nth-child(2) h3:after {
    position: absolute;
    content: "";
    width: 150px;
    height: 1px;
    background-color: #fff;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

.vls_cltrs_tab .lft_tb_otr:nth-child(2) p {
    padding-top: 20px;
}

.vls_cltrs_tab .lft_tb_otr:nth-child(2) h2 {
    color: #fff;
    padding: 0;
}

.vls_cltrs_tab .lft_tb_otr:nth-child(2) p:last-child {
    padding: 0;
}

.vls_cltrs_tab .tab_para p {
    color: #fff;
}

.tab_innr_otr .vls_cltrs_tab .bldng_inr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 20px;
}

.resp-tabs-container .tab_dtls {
    width: 75%;
    margin: auto;
}

.tab_innr_otr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 40px;
    gap: 20px;
}

.vls_cltrs_tab .tab_sec {
    width: 85%;
    margin: auto;
}

/* .vls_cltrs_tab .bldng_inr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 30px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
} */
.vls_cltrs_tab .bldng_inr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 30px;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
    border-bottom: 1px solid #CCCCCC;
    min-height: 250px;
    padding-top: 20px;
}

.vls_cltrs_tab .bldng_inr .img_inr {
    width: 100px;
    height: 100px;
    background-color: transparent;
    border: 2px solid #C5CDD8;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 50%;
    outline: 3px solid #fff;
}

.vls_cltrs_tab .bldng_inr .img_otr {
    border-radius: 50%;
    border: 8px solid #B5BDC9;
}

.vls_cltrs_tab .resp-vtabs ul.resp-tabs-list {

    width: auto !important;
    min-width: auto;
}


/* -----------market sector page------------------- */
/* ------pabitra(6.9.22)-------------- */
.mrkt-tab .resp-vtabs {
    display: flex !important;
    justify-content: space-between !important;
}

.mrkt-tab .mn_tab {
    width: 30% !important;
}

.mrkt-tab .resp-tabs-container {
    width: 60% !important;
}

.mrkt-tab .clnt-para h3 {
    color: #222222;
    text-align: left;
}

.mrkt-tab.vls_cltrs_tab .tab_sec {
    width: 100%;

}

.mrkt-tab .stageimg img {

    width: 100%;
}

.mrkt-tab .tab_sec.resp-tab-content {

    padding: 0;
}

.mrkt-tab .tab_inr_flx_bx .cmn_hdr {
    border-bottom: 2px solid #CCCCCC;
    padding: 40px 0 20px;
}

.mrkt-tab .icbx {
    font-weight: 700;
}

.mrkt-tab .resp-vtabs .resp-tabs-list li {
    padding: 25px 15px !important;
    margin-bottom: 30px !important;
}

.mrkt-tab .tab_innr_otr {
    margin-top: 25px !important;
}

.mrkt-tab .stageimg {
    border-radius: 10px;
    overflow: hidden;
}

/* ----------about page------------------- */
/* Ankur 06.09.22 */



.abt_bhc .lft_tb_otr .img_otr img {
    height: 100%;
    width: 100%;
}



.vls_cltrs_tab.abt_bhc .mn_tab {
    width: 30%;
}

.vls_cltrs_tab.abt_bhc .resp-tabs-container {

    width: 60%;
}

.vls_cltrs_tab.abt_bhc .lft_tb_otr:last-child {

    height: 550px;
}

.vls_cltrs_tab.abt_bhc .tab_para {

    padding: 0 30px;
}

.vls_cltrs_tab.abt_bhc .lft_tb_otr:last-child .img_otr,
.vls_cltrs_tab.abt_bhc .lft_tb_otr:last-child .img_otr img {

    height: 100%;
}

.abt_bhc .qlty_otr .cmn_hdr {

    padding: 40px 0 20px 0;
    border-bottom: 2px solid #cccccc;
}

.abt_bhc .resp-tab-content {


    padding: 0 15px;
}

.abt_bhc .msn_otr .cmn_hdr h3 {

    text-transform: uppercase;
    font-family: 'TrajanPro';
    font-size: 34px;
    font-weight: 700;
    color: #222222;
    padding-bottom: 20px;
}

.abt_bhc .msn_lst ul li {

    margin-bottom: 20px;
    font-weight: 700;

}

.abt_bhc .msn_lst ul li span {

    width: 27px;
    height: 27px;
    display: inline-block;
    background-color: #0b244d;
    border-radius: 50%;
    margin-right: 20px;
    text-align: center;
    vertical-align: middle;



}

.abt_bhc .msn_lst ul li span svg {

    color: #fff;
    font-size: 15px;

}

.abt_bhc .msn_lst {

    margin-top: 20px;
}

.abt_bhc .lft_tb_otr .img_otr {

    height: 550px;

}

.vls_cltrs_tab.abt_bhc .bldng_inr .img_otr {

    margin-top: 20px;

}

.abt_bhc .tab_sec {

    padding: 0;
}

.abt_bhc .qlty_img_inr img {

    width: 100%;
}

.vls_cltrs_tab .resp-vtabs {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    justify-content: space-between;
}

.vls_cltrs_tab.abt_bhc .resp-tabs-container {
    width: 60%;
}

.abt_bhc .qlty_img_inr img {
    width: 100%;
}

/* ---------------expertise page------------------ */
/* ---shreyasi(6.9.22)----------- */
.vls_cltrs_tab.exprts-tab .tab_para {
    padding: 0 33px;
}

.exprts-tab .lft_tb_otr:last-child .cmn_hdr h2 {
    margin-top: 30px;
}

.exprts-tab .bldng_inr .cmn_hdr h6 {
    padding-bottom: 0;
}

.exprts-tab .bldng_inr .cmn_hdr p {
    padding-bottom: 0;
}

.exprts-tab.vls_cltrs_tab .bldng_inr {
    min-height: auto;
    padding: 40px 0;
}

.mrkt-tab.exprts-tab .tab_inr_flx_bx .cmn_hdr {
    border-bottom: none;
}

.accordion {

    /* font-size: 20px; */
    display: flex;
    flex-direction: column;
    row-gap: 10px;
}

.label {

    width: 100%;
    padding: 20px;
    position: relative;
}

.label::before {
    content: '+';
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 32px;
    background-color: #0b244d;
    padding: 5px 15px;
    color: #fff;
}

.box.active .label::before {
    background-color: #ff6a0e;
    padding: 5px 20px;
}

.box .cmn_hdr p {
    width: 800px;
}


.content {
    font-size: 28px;
    /* background-color: #EEEEEE; */
    overflow: hidden;
    overflow-y: auto;
    height: 0;
    position: relative;
    transition: all 1s ease;
}

.content::-webkit-scrollbar {
    display: none;
}

.box.active .content {
    height: 100px;
    padding: 10px;

}

.box.active .label::before {
    content: '-';
}

.exprt-acrdn {
    background-color: #fff;
}

.exprt-acrdn .cmn_hdr h4 {
    background-color: transparent;
    font-weight: 700;
    color: #19315a;
    padding-bottom: 0;
}

.box {
    border-top: 1px solid #cccccc;
    border-bottom: 1px solid #cccccc;
}

/* .box:first-child{
    border-top: none;
} */

/* ------------bid opportunities page start------------- */
/* -------ankur(7.9.22)------ */
.gt_accs_sec .upcmng_prjct_lst ul li {
    margin-bottom: 20px;
    color: #656565;
}

.bd_oprtnts_sec .bnr_content {
    max-width: 100%;
}

.gt_accs_sec .bd_opprtnts_otr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.gt_accs_sec .pre_qlfy_sec {
    width: 30%;
}

.gt_accs_sec .upcmng_prjct_sec {
    width: 60%;
}

.gt_accs_sec .pre_qlfy_sec .frm_otr {
    width: 520px;
    background-color: #0B244D;
    padding: 60px 45px;
    border-radius: 5px;
}

.gt_accs_sec .cmn_hdr h2 {
    font-size: 40px;
}

.gt_accs_sec .pre_qlfy_sec .frm_otr .input_fld {
    margin-bottom: 20px;
}

.gt_accs_sec .pre_qlfy_sec .frm_otr .input_fld input {
    width: 100%;
    padding: 25px;
    background-color: #2B4164;
    outline: none;
    border: none;
    border-radius: 10px;
    color: #FFFFFF;

}

.gt_accs_sec .pre_qlfy_sec .frm_otr .input_fld input::-webkit-input-placeholder {
    font-size: 18px;
    color: #6F7E96;
    text-transform: capitalize;
}

.gt_accs_sec .pre_qlfy_sec .frm_otr .input_fld input::-moz-placeholder {
    font-size: 18px;
    color: #6F7E96;
    text-transform: capitalize;
}

.gt_accs_sec .pre_qlfy_sec .frm_otr .input_fld input:-ms-input-placeholder {
    font-size: 18px;
    color: #6F7E96;
    text-transform: capitalize;
}

.gt_accs_sec .pre_qlfy_sec .frm_otr .input_fld input::-ms-input-placeholder {
    font-size: 18px;
    color: #6F7E96;
    text-transform: capitalize;
}

.gt_accs_sec .pre_qlfy_sec .frm_otr .input_fld input::placeholder {
    font-size: 18px;
    color: #6F7E96;
    text-transform: capitalize;
}

.gt_accs_sec .pre_qlfy_sec .frm_otr .input_btn {
    margin-top:
}

.gt_accs_sec .pre_qlfy_sec .frm_otr .input_btn input {
    width: 100%;
    transition: all 0.5s;
}

.gt_accs_sec .lgn_inr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.gt_accs_sec .lgn_inr input {
    width: 280px;
    height: 64px;
    padding: 0 30px;
    font-size: 18px;
    border: 1px solid #CDCFD7;
    border-radius: 10px;
}

.gt_accs_sec .lgn_otr {
    background-color: #E9EBF4;
    padding: 70px 40px;
    width: 520px;
}

.gt_accs_sec .upcmng_img-otr img {
    width: 100%;
}

.gt_accs_sec .upcmng_prjct_lst ul li {
    margin-bottom: 20px;
    color: #656565;
}

.gt_accs_sec .upcmng_prjct_lst ul li span {
    width: 26px;
    height: 26px;
    background-color: #0B244D;
    display: inline-block;
    border-radius: 50%;
    text-align: center;
    margin-right: 20px;
}

.gt_accs_sec .upcmng_prjct_lst ul li span svg {
    color: #fff;
    font-size: 15px;
}

/* ------------career page start------------- */
/* -------shreyasi(7.9.22)------ */
.career-pg .clnt-para h3 {
    color: #222222;
    text-align: left;
    text-transform: uppercase;
    padding: 20px 0 10px;
}

.career-pg .lgn_otr .cmn_hdr h4,
.career-pg .lgn_otr .cmn_hdr p {
    color: #0b244d;
    padding-bottom: 5px;
}

.lgn_otr {
    border-radius: 5px;
}

.career-pg .upcmng_prjct_sec .abt-txt.cmn_hdr p {
    padding-bottom: 5px;
}

.career-pg .upcmng_prjct_sec .abt-txt.cmn_hdr p:last-child {
    padding-bottom: 40px;

}

.carer-para .clnt-para {
    padding-top: 30px;
    border-top: 1px solid #cccccc;
}

.carer-para .clnt-para h3 span {
    color: #0b234d;
}

/* .carer-para .cmn_hdr h4 {
    padding-bottom: 10px;
} */
.carer-para-part:first-child {
    padding-bottom: 30px;

}

.lft_tb_otr {
    border-radius: 5px;
    overflow: hidden;
}

.lft_tb_otr .tab_para a:hover {
    color: #ff6a0e;
}

.contact-form-part .form-group textarea {
    font-size: 18px;
    color: #000;
    margin-bottom: 50px;
}

/* ---------testimonal page------- */
/* shreyasi(7.9.22) */
/* client review part */
.clnt-rtng {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}



.clnts-rtng-img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.rtng-img {
    width: 62px;
    height: 62px;
    border-radius: 100%;
    overflow: hidden;
    border: 4px solid #fff;
    margin-right: -20px;
}

/* Ankur 07.09.22 */

.scl_inr ul li a {

    display: inline-flex;
    justify-content: center;
    align-items: center;

}

.tstmnl .cntct-dtl {

    position: relative;
    height: 60%;
    ;
}

.tstmnl .cntct-dtl .cntct_dtl_abslt_prtn {

    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 50;
    width: 80%;

}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
    border-color: #ffb900;
    color: #FFD !important;
}

.contact-form-part .form-group textarea {
    font-size: 18px;
    color: #000;
    margin-bottom: 20px;
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
    border-color: #ffb900;
    color: #000 !important;
}

.contact-form-part .form-group textarea {
    font-size: 18px;
    color: #000;
    margin-bottom: 20px;
    height: 100px;
}
/*08.05.23 */
.about_sec .cmn_hdr{
    text-align: center;
}
.b-hills-img-box{
    width: fit-content;
    margin-inline: auto;
}
/*pabitra11.05.23*/
.abt_bnr_sec .bnr_pic{
    height: 500px!important;
}
.abt_bnr_sec .bnr_pic img{
    height: 100%!important;
}
.about_sec.cmn_pdding{
	padding:80px 0 0px;
}
/*shreyasi(17.5.23)*/
.ftr-uppr .row{
    justify-content:center !important;
}
.michi_chng{
   color:#fff; 
   margin-left:33px;
}
.bnr_sldrs{
    position:relative;
    overflow:hidden;
}
.nav-item:last-child {
  display: none !important;
}