* {
    margin: 0;
    padding: 0;
}

/* fonts */
/** Generated by FG **/
@font-face {
    font-family: 'Lato-Regular';
    src: url('../fonts/Lato-Regular.eot');
    src: url('../fonts/Lato-Regular.woff') format('woff'),
        url('../fonts/Lato-Regular.ttf') format('truetype'),
        url('../fonts/Lato-Regular.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

/** Generated by FG **/
@font-face {
    font-family: 'Lato-Light';
    src: url('../fonts/Lato-Light.eot');
    src: url('../fonts/Lato-Light.woff') format('woff'),
        url('../fonts/Lato-Light.ttf') format('truetype'),
        url('../fonts/Lato-Light.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

/** Generated by FG **/
@font-face {
    font-family: 'Lato-Semibold';
    src: url('../fonts/Lato-Semibold_0.eot');
    src: url('../fonts/Lato-Semibold_0.woff') format('woff'), url('../fonts/Lato-Semibold_0.ttf') format('truetype'), url('../fonts/Lato-Semibold_0.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}




/*------------ Montserrat below*/

@font-face {
    font-family: 'Montserrat-Regular';
    src: url('../fonts/Montserrat-Regular.eot');
    src: url('../fonts/Montserrat-Regular.woff') format('woff'), url('../fonts/Montserrat-Regular.ttf') format('truetype'), url('../fonts/Montserrat-Regular.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

/** Generated by FG **/
@font-face {
    font-family: 'Montserrat-ExtraBold';
    src: url('../fonts/Montserrat-ExtraBold.eot');
    src: url('../fonts/Montserrat-ExtraBold.woff') format('woff'), url('../fonts/Montserrat-ExtraBold.ttf') format('truetype'), url('../fonts/Montserrat-ExtraBold.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

/** Generated by FG **/
@font-face {
    font-family: 'Montserrat-Light';
    src: url('fonts/Montserrat-Light.eot');
    src: url('../fonts/Montserrat-Light.woff') format('woff'), url('../fonts/Montserrat-Light.ttf') format('truetype'), url('../fonts/Montserrat-Light.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

/** Generated by FG **/
@font-face {
    font-family: 'Montserrat-Bold';
    src: url('../fonts/Montserrat-Bold.eot');
    src: url('../fonts/Montserrat-Bold.woff') format('woff'), url('../fonts/Montserrat-Bold.ttf') format('truetype'), url('../fonts/Montserrat-Bold.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}



/*------------ poppins below*/
/** Generated by FG **/
@font-face {
    font-family: 'Poppins-Regular';
    src: url('../fonts/Poppins-Regular_0.eot');
    src: url('../fonts/Poppins-Regular_0.woff') format('woff'), url('../fonts/Poppins-Regular_0.ttf') format('truetype'), url('../fonts/Poppins-Regular_0.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

/** Generated by FG **/
@font-face {
    font-family: 'Poppins-Bold';
    src: url('../fonts/Poppins-Bold_0.eot');
    src: url('../fonts/Poppins-Bold_0.woff') format('woff'), url('../fonts/Poppins-Bold_0.ttf') format('truetype'), url('../fonts/Poppins-Bold_0.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}



/* fonts */


* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body,
html {
    margin: 0;
    padding: 0;
    font-family: 'Lato-Regular';
    height: 100%;
}

p {
    font-family: 'Lato-Regular';
    font-size: 18px;
    color: rgba(0, 0, 0, 0.6);
}

button {
    outline: none;
}

button:active {
    outline: none;
    border: none;
}

a {
    text-decoration: none;
}

*:focus {
    outline: none !important;
}
.container
{
    overflow: hidden !important;
}
/* check how looks */
/*.container-optionss:hover {
    background: #fc893a;
}

.container-optionss {
    box-shadow: 1px 3px 5px -2px #fc893a;
    height: 100%;
    border-left: 1px solid #f9f9f9;
}*/
div#SC_email-for-desktop {
    position: absolute;
    bottom: 30px;
    transform: rotate(90deg);
}

/*header*/
.items-info {
    position: absolute;
    padding-right: 20%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 80%;
    height: 100%;
}

.banner-infoos h3 {
    font-size: 50px;
    color: #fff;
    font-family: 'Montserrat-Bold';
    margin: 0;
    margin-bottom: 10px;
}

.banner-infoos p {
    font-size: 22px;
    color: #fff;
    font-family: 'Lato-Regular';
}

.owl-item .items-info {
    position: absolute;
    opacity: 0;
    top: 100px;
    transition: all 0.5s ease-in-out;
}

.owl-item.active .items-info {
    top: 0px;
    opacity: 1;
}

.home-banner-sliderss {
    width: 100%;
    position: fixed;
    margin-left: 0;
}

.owl-carousel .owl-stage-outer {
    width: 100%;
}

/*.owl-item:not(.active) {
        opacity: 0;
        visibility: hidden;
    }*/
.owl-item .item {
    width: 100vw;
    height: 100vh;
    overflow: hidden;
}

.cardss:hover ul.accordion-options {
    /* display: block;*/
}

.sec-alternate-img-para:nth-child(even) {
    display: flex;
    justify-content: flex-start;
}

.sec-alternate-img-para:nth-child(odd) {
    display: flex;
    justify-content: flex-end;
}

.single-slide {
    position: absolute !important;
    opacity: 0;
    visibility: hidden;
    transition: all 1.4s ease-in-out;

}

.single-slide[aria-hidden="false"] {
    position: relative;
    z-index: 1;
    opacity: 1;
    visibility: visible;
}

.left-side-adj {}

.navbar-light #header-nav.navbar-nav .nav-link {
    color: #b2b2b2;
}

.navigation-bar-in-header {
    margin: 0 auto;
    transform: rotate(270deg);
    width: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    /*border-bottom: 1px solid #dfdfdf;*/
}

div.main-wrapper header {
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100vh;
    height: 100vh;
    position: relative;
}

div.main-wrapper main {
    flex: 5;
}

.header-nav {
    /*background: darkred;*/
    /* transform-origin: 20% 40%; */
    /* width: 100vh; */
    height: 17vw;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 !important;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}

.header-nav li {
    font-family: 'Montserrat-light';
    font-size: 15px;
}

.header-nav li:hover {
    color: #fc6701 !important;
}

.header-nav li a:hover {
    color: #fc6701 !important;
}

/*.header-nav li a:active{
    color: #fc6701 !important;
}*/

.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .show > .nav-link {
    color: #fc6701 !important;

}

/*.navbar-light .navbar-nav .active>.nav-link{
    color: #fc6701 !important;
}
li.nav-item.active {
     color: #fc6701 !important;
}*/

nav.nav-tag-header {
    padding: 0;
    margin: 0;
    width: 100vh;
    display: flex;
    align-items: center;
    text-align: center;

}


/*header ends*/

/*drag and drop*/
.contact-form form {
    /*position: absolute;*/
    /*  top: 50%;
  left: 50%;*/
    margin-top: -100px;
    margin-left: -250px;
    /*width: 500px;*/
    height: 200px;
    border: 4px dashed #fff;
}

.contact-form form input[type="file"] {
    position: absolute;
    margin: 0;
    padding: 0;
    outline: none;
    opacity: 0;
    height: 3.5rem;
    max-width: 396px;
    width: 100%;
    cursor: pointer;
    border: 1px dashed #dadada;
}

.contact-form form .input-file-class {
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px dashed #dadada;
    padding: 1rem 4.7rem;
    cursor: pointer;
    font-size: 15px;
    font-family: 'Lato-Semibold';
    margin: 0;
}

.contact-form form .input-file-class span.underline {
    text-decoration: underline;
    color: #fb6701;
}

.file-name-here {
    width: 100%;
    margin: 0;
}

.contact-form form .contact-input:focus {
    border-bottom: 1px solid #0171ff;
    transition: 0.5s ease-in;
}

.input-file-drag-drop-wrap {
    position: relative;
    height: 9.4rem;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

/*drag and drop ends*/

.text-box-slide {
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
    padding: 0 10rem;
}


.text-box-slide {
    position: absolute;
    opacity: 0;
    bottom: -200px;
    width: 100%;
    height: 100%;
    visibility: hidden;
    transition: all 0.5s ease-in-out;
    display: inline-flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
    padding: 0 10rem;
}

.slider {
    padding: 0;
    margin: 0 auto;
}

.landing-page .slider h3 {
    /*position: absolute;*/
    font-size: 58px;
    color: #fff;
    font-family: 'Montserrat-Bold';
    margin: 0;
}

.landing-page .slider p {
    font-size: 28px;
    color: #fff;
    font-family: 'Montserrat-Regular';

}

.single-slide {
    position: relative;
}

.btn-clip-wrap {

    height: 50px;
    display: flex;
    align-items: center;
    padding-top: 40px;
}

.owl-carousel .owl-item .btn-clip-wrap img {
    max-width: 19px !important;
    max-height: 13px;
}

.btn-clip-wrap button {
    outline: none;
    border: none;
    width: max-content;
    background: transparent;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    /*background: red;*/
    padding: 10px;
    cursor: pointer;
}

.btn-clip-wrap button span {
    padding: 0 10px;
}

.btn-clip-wrap button span:first-child {
    background: #fb6701;
    height: 46px;
    width: 46px;
    border-radius: 50rem;
    display: flex;
    justify-content: center;
    align-items: center;
}

.navigation-bar-in-header a {
    color: #c5c5c5;
    font-weight: 700;
}

.navigation-bar-in-header a:hover {
    color: #fc6701;
}

.main-wrapper {
    /*height: 100vh;*/
    /*background-color: lime;*/
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
}

main.main {
    border-left: 1px solid #dfdfdf;
    height: 100vh;
    width: 100%;
}

/*.main-wrapper .container-fluid{
    height: 90vh;
    width: 100%;
}*/
.logo-class {
    transform: rotate(90deg);
    margin-left: -34px;
}

/*  carrer page css  */
#carrer-main nav > .nav.nav-tabs {
    position: relative;
    border: none;
    color: #fff;
    justify-content: center;
}

/*
#nav-profile .department:nth-child(even) {
    background: #f9f9f9;
}
*/

.tab-content {
    position: relative;
}

.tab-content:before {
    content: "";
    width: 60%;
    height: 1px;
    background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(254, 254, 254, 0) 1%, rgba(222, 222, 222, 1) 50%, rgba(221, 221, 221, 0.98) 51%, rgba(255, 255, 255, 0) 100%);
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(254, 254, 254, 0) 1%, rgba(222, 222, 222, 1) 50%, rgba(221, 221, 221, 0.98) 51%, rgba(255, 255, 255, 0) 100%);
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(254, 254, 254, 0) 1%, rgba(222, 222, 222, 1) 50%, rgba(221, 221, 221, 0.98) 51%, rgba(255, 255, 255, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#00ffffff', GradientType=1);
    position: absolute;
    top: 0;
    z-index: -1;
    left: 20%;
    right: 20%;
}

#carrer-main nav > div a.nav-item.nav-link.active {
    background: #fc6701;
    color: #fff;
    position: relative;
}

#carrer-main nav > div a.nav-item.nav-link,
#carrer-main nav > div a.nav-item.nav-link.active {

    padding: 18px 25px;
    color: #fff;
    background: #fc6701;
    padding: 18px 0;
    color: #242424;
    display: inline-block;
    flex: 0 0 20%;
    margin: 0 5px;
    text-align: center;
    position: relative;
    background: #f9f9f9;
    font-size: 20px;
    border-radius: 25px 25px 0 0;
}

#carrer-main nav > div a.nav-item.nav-link.active {
    background: #fc6701;
    color: #fff;
}

#carrer-main nav > div a.nav-item.nav-link:after {
    content: "";
    position: absolute;
    bottom: -20px;
    left: 45%;
    opacity: 0;
    border: 15px solid transparent;
    border-top-color: #fc6701;
}

#carrer-main nav > div a.nav-item.nav-link.active:after {
    opacity: 1;
}

/*
#carrer-main  .tab-content{
    background: #fdfdfd;
    line-height: 25px;
    border: 1px solid #ddd;
    border-top:1px solid #ddd;
    border-bottom:1px solid #ddd;
    
}
*/

#carrer-main nav > div a.nav-item.nav-link:hover,
#carrer-main nav > div a.nav-item.nav-link:focus {
    border: none;
    background: #fc6701;
    color: #fff;

    transition: background 0.20s linear;
}

#carrer-main #nav-home ul {
    margin: 50px auto;
}
.jpost {
    padding: 5px;
}
.jpost .content {
    margin-top: 0px;
}
#carrer-main #nav-home ul li {
    line-height: 2.0;
    margin-left: 40px;
    font-family: 'Lato-Regular';
    font-size: 22px;
    color: rgba(0, 0, 0, 0.7);
}

#carrer-main .main-outer {
    padding: 20px 0px;
}

#carrer-main .boxe-parelle {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

#carrer-main .boxx {
    border: 1px solid #eeeeee;
    min-height: 220px;
    width: 34%;
    min-height: 150px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff !important;
    margin: 10px 10px;
    border-radius: 5px;
    font-weight: 500;
    font-size: 22px;
    transition: 0.6s;
    color: #000;
    cursor: pointer;

}

#carrer-main .boxx:hover {
    transition: 0.6s;
    background-color: #fc6701 !important;
    text-decoration: none;
    color: #ffffff;
}

#carrer-main .boxx:hover a {
    text-decoration: none;
}

#carrer-main .boxx div#SC_career_frm {
    width: 100%;
    text-align: center;
}

#carrer-main .boxx div#SC_career_frm p {
    margin-bottom: 0px;
    font-size: 18px;
    font-family: 'Lato-Regular'
}

#carrer-main .SC_career_txt.col-12 {
    margin-bottom: 3rem;

}



.space-netween {
    padding: 10px 0px;
}



.container-optionss:hover {
    background: #f9f9f9;
}

/*
.container-optionss {
    box-shadow: 2px 2px 0px 1px #3333;
    height: 100%;
    border-left: 1px solid #f9f9f9;
}
*/
.container-optionss {
   border-left: 1px solid #f9f9f9;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

ul.accordion-options {
    list-style-type: none;
}

.content h3.title {
    font-family: 'Montserrat-Regular';
    position: absolute;
    bottom: 0;
    width: 100%;
    padding-bottom: 15px;
}
.flip-card-front img {
    height: 300px;
    object-fit: cover;
}
.jpost .content h3.title {

    padding-left: 10px;
    padding-right: 10px;
}
.content ul li {
    font-size: 15px;
}

ul.accordion-options {
    list-style-type: none;
}



.image {
    height: 240px;
    width: 100%;
    overflow: hidden;
}

.image img.img-fluid {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.image img.img-fluid {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: .6s ease-in-out;
    transition: .6s ease-in-out;
}

.image:hover img {
    -webkit-transform: scale(1.);
    transform: scale(1.2);
}

.cardss {
    transition: 0.9s all;
}
.card_heading-text {
    margin-top: 15px;
    padding-bottom: 15px;
}

.cardss:hover {}

.cardss:hover img {
    -webkit-transform: scale(1.);
    transform: scale(1.2);
}

.cardss:hover .content h3 {}

.point00 {
    min-height: 200px;
}

/**********************/
#footer {
    background-color: #141414;
    height: 5vh;
    width: 100%;
    display: none;
}

#footer p {
    font-family: 'Lato-Regular';
    color: #414141;
    font-weight: 700;
    padding-left: 45px;
    margin: 0 auto;
    line-height: 2;
}

#icon-section img {
    height: 20px;
    width: auto;
    cursor: pointer;
}

#icon-section img:hover {
    background-color: red;
}

#icon-section .social-icon-facebook {
    background-image: url(/themes/images/social-icon-facebook.png);
    height: 25px;
    width: 25px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    cursor: pointer;
}

#icon-section .social-icon-facebook:hover {
    background-image: url(/themes/images/social-icon-facebook-hover.png);
    height: 25px;
    width: 25px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    cursor: pointer;
}

#icon-section .social-icon-linkedin {
    background-image: url(/themes/images/social-icon-linkedin.png);
    height: 25px;
    width: 25px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    cursor: pointer;
}

#icon-section .social-icon-linkedin:hover {
    background-image: url(/themes/images/social-icon-linkedin-hover.png);
    height: 25px;
    width: 25px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    cursor: pointer;
}

#icon-section .social-icon-twitter {
    background-image: url(/themes/images/social-icon-twitter.png);
    height: 25px;
    width: 25px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    cursor: pointer;
}

#icon-section .social-icon-twitter:hover {
    background-image: url(/themes/images/social-icon-twitter-hover.png);
    height: 25px;
    width: 25px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    cursor: pointer;
}

#icon-section .social-icon-googlePlus {
    background-image: url(/themes/images/social-icon-google-plus.png);
    height: 25px;
    width: 25px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    cursor: pointer;
}

#icon-section .social-icon-googlePlus:hover {
    background-image: url(/themes/images/social-icon-google-plus-hover.png);
    height: 25px;
    width: 25px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    cursor: pointer;
}

.margin-zero-auto {
    margin: 0 auto;
}

.margin-zero {
    margin: 0;
}

.margin-zero-left {
    margin-left: 0;
}

.margin-zero-right {
    margin-right: 0;
}

.padding-zero {
    padding: 0;
}

.padding-zero-left {
    padding-left: 0;
}

.padding-zero-right {
    padding-right: 0;
}

.bx-controls.bx-has-controls-direction.bx-has-pager {
    display: none;
}

.page-global-class {
    height: 100%;
    /*overflow-y: auto;*/
    overflow-x: hidden;
}

.collapsing .navbar-nav {
    height: 100%;
    transition: 0.3s ease-out !important;
}

.collapsing {
    transition: 0.3s ease-out !important;
}

.show {
    /*height: auto !important;*/
    transition: 0.3s ease-out !important;
}

.collapse {
    /*height: auto !important;*/
    transition: 0.3s ease-out !important;

}

.show .navbar-nav {
    height: 100%;
    transition: 0.3s ease-out !important;
}

/*------------------------------------------- landing page start ---------------------------------------*/


/*------------------------------------------- landing page end ---------------------------------------*/
/*------------------------------------------- About-us page starts ---------------------------------------*/
/*#about-us-page .container-fluid .row{
    background-color: #F8F8F8;
    height: 95vh;
    width: 100%;
    border-left: 1px solid #dfdfdf;
}*/
/*#about-us-page .container-fluid .row .col-md-5 h4{
    padding: 10px;
    padding-top: 100px;
    padding-left: 25px;
    color: #0172FF;
    font-size: ;
    font-family: ;
    font-weight: 800;
    width: 100%;
}*/
/*#about-us-page .container-fluid .row .col-md-5 p{
    height: auto;
    padding-left: 25px;
    width: 100%;
    margin-top: -7px;
    color: #707070;
    font-weight: 400;
}*/

.about-us-page {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    /*background-image: url(../graphics/about-back_06-min.jpg);*/
    background-position: left;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
}

.about-left-side {
    max-width: 30rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    padding: 9rem 3rem 3rem 3rem;
}

.about-left-side h4 {
    font-family: 'Montserrat-ExtraBold';
    font-size: 24px;
    color: #0072ff;
}

.about-left-side p {
    font-size: 18px;


}



#image-section {
    /*width: 101.35%;*/
    /*height: 90vh;*/
    /*background-color: blue;*/


}

/*#image-section img{
    height: auto;
    width: 110%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;    
    padding-top: 100px;
}
#about-us-body{
    background-color: #F8F8F8;
}*/
/*------------------------------------------- About-us page ends ---------------------------------------*/
/*------------------------------------------- few-stats page starts ---------------------------------------*/
#few-stats-body {
    background-color: #0172ff;
}

#few-stats-page {
    background-color: #0172ff;
    height: 100%;
    width: 100%;
    border-left: 1px solid #5b99e4;
    display: flex;
    justify-content: center;
    align-items: center;
}

#few-stats-page .container-fluid .row {
    /*background-color: grey;*/
    /*height: 90px;*/
    /*width: 100%;*/
    /*padding-top: 15%;*/
    /*padding-left: 5%;*/
}

#few-stats-page .numbers {
    font-size: 60px;
    text-align: center;
    color: #fff;
    font-family: 'Montserrat-ExtraBold';
    margin: 0;
    margin-bottom: -15px;

}

#few-stats-page .description {
    font-size: 18px;
    text-align: center;
    color: #fff;
    font-family: 'Montserrat-Light';
}

.few-stats-img {
    text-align: center;
}

/*------------------------------------------- few-stats page ends ---------------------------------------*/
/*------------------------------------------- Contact-us page starts ---------------------------------------*/
.contact-us-page {
    /*background-color: #0172ff;*/
    height: 100%;
    width: 100%;
    /*border-left: 1px solid #5b99e4;   */
}


/*.contact-us-page .container-fluid{
    padding-right: 0 !important;
    margin-right: 0 !important;

}*/



.contact-us-page .container-fluid .row .col-md-7 h4 {
    padding: 10px;
    padding-top: 35px;
    padding-left: 25px;
    color: #0172FF;
    font-size: ;
    font-family: ;
    font-weight: 800;
    width: 100%;
}

#contact-us-image-section {
    /*width: 114%;*/
    /*height: 90vh;*/
    /*background-color: blue;*/
    position: relative;

}

section#contact-us-image-section:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgb(0, 0, 0, 0.9);
    top: 0;
    left: 0;
}

#contact-us-image-section img {
    height: 520px;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    /*padding-top: 100px;*/
}

#contact-us-body {
    background-color: #fff;
}

.contact-form {
    position: relative;
}

.contact-img-text {
    position: absolute;
    top: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
}

.contact-img-text p {
    font-size: 24px;
    font-family: 'Montserrat-Bold';
    color: #fff;
    padding: 0 35px;
}

.contact-form form {
    /*width: 530px;*/
    height: 100%;
    /*background-color: black;*/
    padding: 0;
    margin: 0 auto;
    /*border: none; */
    /*border-bottom: 1px solid #d6d6d6;*/
    /*border-left: none !important;*/
}

.contact-form form .contact-input {
    width: 100%;
    /*height: 50px;*/
    background-color: #fff;
    padding: 20px 0;
    border: none;
    border-bottom: 1px solid #d6d6d6;
    font-size: 14px;
    font-family: 'Lato-Regular';
    outline: none;
    margin-top: 14px;
}

.contact-form form .contact-input-message {
    width: 100%;
    background-color: #fff;
    padding: 20px 0;
    border: none;
    border-bottom: 1px solid #d6d6d6;
    margin-top: 20px;
    margin-left: 15px;
    font-size: 14px;
    font-family: 'Lato-Regular';
    outline: none;
}

.contact-form form .contact-input-message:focus {
    border-bottom: 1px solid #0171ff;
    transition: 0.5s ease-in;
}

.contact-form form .contact-input-file {
    width: 100%;
    height: 50px;
    background-color: #fff;
    padding: 0;
    border: none;
    /*border-bottom: 2px solid #d6d6d6;*/
    margin-top: 50px;
    margin-left: 15px;
}

.submit-btn {
    background-color: #fb6801;
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    height: 45px;
    width: 36%;
    border-radius: 63px;
    border: none;
    margin-left: 25px;
}

.submit-btn:hover {
    background-color: #0072ff;
    cursor: pointer;
    box-shadow: 5px 5px 5px #aaaaaa;
    transition: box-shadow 1s ease;
    /* color: #fff;
    font-size: 15px;
    font-weight: 600;
    height: 45px;
    width: 36%;
    border-radius: 63px;
    border: none;*/

}

.contact-form form p {
    font-weight: 200;
    font-size: 14px;
    color: #9e9e9e !important;
    padding: 0px 1rem;
}

.contact-form .submit-btn {
    margin-top: 28px;
    transition: 0.2s ease-in-out;
}

.contact-form .submit-btn:hover {
    transition: 0.2s ease-in-out;
    cursor: pointer;
}

.contact-form .submit-btn:focus {
    outline: none;
}

/*-------------------*/
.contact-us-page-container {
    display: flex;
    /*background: red;*/
    width: 100%;
    height: 100%;
}

.contact-right-cont {
    flex: 1;
}

.contact-left-cont {
    flex: 1.07;
    padding: 1rem 2rem 1rem 1rem;
}

.contact-cont-common h4 {
    font-family: 'Montserrat-Bold';
    font-size: 24px;

}


/*------------------------------------------- Contact-us page ends ---------------------------------------*/
/*------------------------------------------- Our Solutions  page starts ---------------------------------------*/
/* width */
::-webkit-scrollbar {
    width: 5px;
}

/* width */
::-webkit-scrollbar:hover {
    width: 20px;
}

/* Track */
::-webkit-scrollbar-track {
    /*  background: #f1f1f1; */
    /*background: red; */
    width: 20px;
}

::-webkit-scrollbar-track:hover {
    background: #f1f1f1;
    /*background: red; */
    /*width: 20px;*/
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #888;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #555;
}


#our-solutions-body {}

.our-solutions-page {

    height: 100%;
    width: 100%;
    /*border-left: 1px solid #e5e5e5;*/
    overflow-y: scroll;
    margin: 0 auto;
    /*padding: 4rem 2.5rem 4rem 2.5rem;*/
}

.our-solutions-page .paragraph-text {
    color: #737373;
}

/*#our-sol-image-sec img{
    height: auto;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding-top: 100;
    padding-left: 100px;
}*/
#section-two {
    padding-top: 8%;
}

#section-two span {
    font-family: Montserrat;
    font-size: 22px;
    font-weight: 900;
    color: #636363;
}

#section-two p {
    font-family: Lato-Light;
    font-size: 17px;
    color: #737373;
    padding-top: 8px;
    font-weight: 600;

}

#section-two img {
    /* height: auto;
    width: 93%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    /* padding-top: 100px; */
    /*padding-left: 41%;*/
    /* background-color: red; */
    */
}

#section-three {
    padding-top: 8%;
}

#section-three span {
    font-family: Montserrat;
    font-size: 22px;
    font-weight: 900;
    color: #636363;
}

#section-three p {
    font-family: Lato-Light;
    font-size: 17px;
    color: #737373;
    padding-top: 8px;
    font-weight: 600;

}

#section-three img {
    /*    height: auto;
    width: 93%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;*/
    /* padding-top: 100px; */
    /*padding-right: 41%;*/
    /* background-color: red; */
}

#section-three {
    padding-top: 8%;
    /*border-top: 2px solid #999999;
    border-bottom: 2px solid #999999;*/

}

#our-solutions-page hr {
    width: 90%;
    margin: 0 auto;
    background: #999999;
    margin-top: 42px;
    text-align: center;
}

#section-four {
    padding-top: 8%;
    padding-bottom: 8%;
}

#section-four span {
    font-family: Montserrat;
    font-size: 22px;
    font-weight: 900;
    color: #636363;
}

#section-four p {
    font-family: Lato-Light;
    font-size: 17px;
    color: #737373;
    padding-top: 8px;
    font-weight: 600;

}

#section-four img {
    /*    height: auto;
    width: 100%;*/
}

/*----------------------------------------------------------*/
.our-sol-img {

    width: 100%;
    height: auto;
    margin-top: 5px;
}

.our-sol-img i {
    font-size: 60px;
    color: #a7a7a7 !important;
}

.boxxs:hover i {
    color: #fc6701 !important;
}

.sec-alternate-img-para {
    display: flex;
    align-items: center;
    justify-content: center;
    border-bottom: 1px solid #999999;
    padding-top: 3rem;
    padding-bottom: 2.3rem;
    padding-left: 6rem;
    padding-right: 6rem;
}

.sec-alternate-img-para:first-child {
    /*padding-top: 5rem !important;*/
}

.sec-alternate-img-para:last-child {
    /*padding-top: 5rem !important;*/
    border: none;
    padding-bottom: 0;
}

.sec-top-des {
    padding: 20px 0px 0px 0px;
}

.sec-alternate-img-para h3 {
    font-size: 23px;
    font-family: 'Montserrat-ExtraBold';
}

.sec-top-des p {
    font-size: 18px;
    font-family: 'Lato-Regular';
}

/*.sec-alternate-img-para p{
    font-size: 18px;
    font-family: 'Lato-Regular';
}*/


.sec-alternate-img-para:nth-child(even) {
    flex-direction: row;
}

.sec-alternate-img-para:nth-child(even) .our-sol-img {
    margin-right: 60px;
}

.sec-alternate-img-para:nth-child(odd) .our-sol-img {
    margin-left: 60px;
}

.sec-alternate-img-para:nth-child(odd) {
    flex-direction: row-reverse;
}


/*------------------------------------------- Our Solutions  page ends ---------------------------------------*/
/*------------------------------------------- WHY us  start ends ---------------------------------------*/
* {
    box-sizing: border-box;
}

body {
    margin: 0;
    font-family: "Oswald", Helvetica, sans-serif;
}

a {
    text-decoration: none;
}

.button {
    background: #333;
    padding: 8px 12px;
    color: #fff;
    font-size: 11px;
    text-transform: uppercase;
}

.accordion-slider {

    width: 100%;
    font-size: 0;
    background: #f5f5f5;
}

.accordion-slider .box.first-box {
    background: #000 url(../graphics/accordian-1-image-full.png) no-repeat center center;
    background-size: cover;
}

.accordion-slider .box.first-box:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: inline-block;
    background-color: rgba(0, 0, 0, 0.7);
    z-index: 1;
}

.accordion-slider .box.second-box {
    background: #000 url(../graphics/accordian-2-image-full.png) no-repeat center center;
    background-size: cover;
}

.accordion-slider .box.second-box:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: inline-block;
    background-color: rgba(0, 114, 255, 0.7);
    z-index: 1;
}

.accordion-slider .box.third-box {
    background: #000 url(../graphics/accordian-3-image-full.png) no-repeat center center;
    background-size: cover;
}

.accordion-slider .box.third-box:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: inline-block;
    background-color: rgba(251, 103, 1, 0.7);
    z-index: 1;
}

.accordion-slider .box {
    display: block;
    width: 100%;
    font-size: 18px;
    min-height: 400px;
    height: 100vh;
    position: relative;
    float: left;
}

.accordion-slider .box > .inner {
    position: absolute;
    /*top: 50%;*/
    bottom: 27%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 99;
}

.accordion-slider .box.active > .inner {
    bottom: 0;
}

.accordion-slider-title {
    color: #fff;
    opacity: 0;
    text-transform: capitalize;
    letter-spacing: 1px;
    margin-top: 0;
    font-size: 29px;
    font-family: 'Montserrat-Regular';
}

.accordion-slider-title span {
    display: block;
}

.accordion-slider-content {
    opacity: 0;
    width: 100%;
    max-width: 320px;
    position: relative;
    color: #fff;
}

.box:nth-of-type(4).accordion-slider-content p {
    color: #fff;
}

.box:last-child .accordion-slider-content p {
    color: #fff !important;
}

.box.active .accordion-slider-title {
    line-height: 2rem;
    max-width: 320px;
}

#our-solutions-page .sec-alternate-img-para {
    justify-content: space-around;
}

article#why-us-page-wrapper p.Services_txt {
    margin-bottom: 0px;
    padding: 20px 0px;
    font-size: 18px;
}

.accordion-slider-content {
    list-style: none;
}

/*.single-slide:nth-of-type(3) .text-box-slide h3
{
font-size:45px !important;
}*/

/*Blink Image*/
/* Firefox old*/
@-moz-keyframes blink {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-webkit-keyframes blink {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

/* IE */
@-ms-keyframes blink {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

/* Opera and prob css3 final iteration */
@keyframes blink {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.blink-image {
    -moz-animation: blink normal 2s infinite ease-in-out;
    /* Firefox */
    -webkit-animation: blink normal 2s infinite ease-in-out;
    /* Webkit */
    -ms-animation: blink normal 2s infinite ease-in-out;
    /* IE */
    animation: blink normal 2s infinite ease-in-out;
    /* Opera and prob css3 final iteration */
}

/*Blink Image*/
/*Contact Popup CSS*/
#SC_contact_popup .modal-dialog, #SC_career_popup .modal-dialog {
    max-width: 1000px !important;
    margin: 15px 27px;
}

#SC_contact_popup .close:focus,
#SC_career_popup .close:focus {
    outline: none;
}

#SC_contact_popup .close,
#SC_career_popup .close {
    color: #fb6801;
    opacity: 1;
    font-size: 1.25rem;
    padding: 6px;
    background-color: white;
    position: absolute;
    left: auto;
    top: 0px;
    right: 0px;
    bottom: auto;
    border-radius: 100%;
    width: 32px;
    height: 32px;
}

#SC_contact_popup .modal-title:before,
#SC_career_popup .modal-title:before {
    z-index: 1;
    content: '';
    position: relative;
    background-color: #fff;
    width: 90px;
    height: 1px;
    display: inline-block;
}

#SC_contact_popup .modal-title:after,
#SC_career_popup .modal-title:after {
    z-index: 1;
    content: '';
    position: relative;
    background-color: #fff;
    width: 90px;
    height: 1px;
    display: inline-block;
}

#SC_contact_popup .modal-title,
#SC_career_popup .modal-title {
    font-family: 'Lato-Regular';
    font-size: 22px;
    color: #fff;
    text-align: center;
}

#SC_contact_popup .modal-header {
    margin: 0px;
    background-color: #fb6801;
}

#SC_contact_popup .SC_whats,
#SC_career_popup .SC_whats {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding-bottom: 30px;
}

.SC_whats a {
    display: flex;
    font-size: 16px;
    color: rgba(0, 0, 0, 0.5);
    font-family: 'Lato-Regular';
    text-align: center;
    flex-direction: column;
}

a.modal_mobile_icon {
    border-right: 1px solid #ddd;
}

.modal_mobile_icon i {
    margin-bottom: 10px;
}

.SC_whats a,
.SC_whats a:hover {
    text-decoration: none;
}

.SC_whats a span {
    color: #474747;
}

.SC_whats a i.fa-whatsapp {
    color: #25D366;
    margin-bottom: 10px;
}

.SC_whats a {
    flex: 0 0 50%;
    display: flex;
    flex-direction: column;
}

#SC_career_popup .SC_whats {
    width: 100%;
    height: auto;
    float: left;
    text-align: center;
    padding: 18px 0px;
    margin-bottom: 15px;
}

.cnt_frm_txt h3 {
    font-size: 18px;
    color: #000;
    text-align: center;
    position: relative;
    display: inline-block;
    width: 100%;
    padding-bottom: 15px;
    border-bottom: 1px solid #cfcfcf;
}

.career_tabs button.accordion_SC {
    position: relative;
}

.extra-space {
    margin-bottom: 15px;
}

.spaced-moreee {
    padding: 10px 0px;
}

.boxxs {
    border: 1px solid #eeeeee;
    width: 100%;
    background: #fff !important;
    margin: 10px 0px;
    border-radius: 5px;
    font-weight: 500;
    font-size: 18px;
    transition: 0.6s;
    text-align: center;
    padding: 20px 20px;
    height: 100%;

}

.boxxs:hover {
    /* background-color: #0072ff !important;
    color: #fff;*/
}

.boxxs .our-sol-img {
    width: 100%;
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    margin: 20px 0px;
}

.boxxs h3 {
    min-height: 55px;
    font-size: 21px;
    color: #474747;
    margin-bottom: 0;
    font-family: 'Montserrat-Regular';
}

.boxxs:hover h3,
.boxxs:hover p {
    /*color: #FFF;*/
}

.boxxs p {
    font-size: 18px;
}

/*Contact Popup CSS*/
/*career page CSS*/
#SC_contact_popup .contact-form form p {
    margin-top: 50px;
}

#SC_career_popup .cnt_frm_txt h3:after {
    top: 28%;
}

#SC_career_popup .cnt_frm_txt h3:before {
    top: 28%;
}

div#SC_career_frm {
    float: right;
    width: 50px;
}

div#SC_email {
    bottom: 40px;
    position: absolute;
    transform: rotate(0deg);
    right: 20px;
    display: none;
}

.career_tabs {
    margin: 50px 30px;
}

.career_fst_tbs .nav-pills .nav-link {
    border-radius: unset;
    border: 2px solid #fc6701;
}

.career_fst_tbs .tab-content ul {
    margin: 50px auto;
}

.career_fst_tbs .tab-content ul li {
    line-height: 2.0;
    margin-left: 40px;
    font-family: 'Lato-Regular';
    font-size: 16px;
    color: rgba(0, 0, 0, 0.6);
}

.SC_career_txt p {
    font-size: 18px;
    font-family: 'Lato-Regular';
}

.career_fst_tbs ul#pills-tab li.nav-item a#pills-home-tab,
.career_fst_tbs ul#pills-tab li.nav-item a#pills-profile-tab {
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: center;
    font-size: 18px;
    color: #000;
    color: rgba(0, 0, 0, 0.5);
    font-family: 'Lato-Regular';
}

section#Career_SC_Page {
    padding: 4rem 2.5rem 4rem 2.5rem;
}

.career_fst_tbs {
    width: 100%;
}

.career_fst_tbs ul#pills-tab {
    display: flex;
    width: 100%;
}

.career_fst_tbs ul#pills-tab li.nav-item {
    width: 50%;
}

.career_fst_tbs .nav-pills .nav-link.active {
    color: #fff !important;
    background-color: #fc6701 !important;
}

.SC_career_txt.col-12 {
    margin-bottom: 3rem;
}

.career_tabs .panel ul {
    margin: 30px auto;
}

.career_tabs .panel p {
    margin: 30px auto;
    font-family: 'Lato-Regular';
    font-size: 16px;
    color: rgba(0, 0, 0, 0.6);
}

.career_tabs .panel ul li {
    line-height: 2.0;
    margin-left: 18px;
    font-family: 'Lato-Regular';
    font-size: 16px;
    color: rgba(0, 0, 0, 0.6);
}

.career_tabs .panel p {
    margin-left: 18px;
    font-family: 'Lato-Regular';
    font-size: 16px;
    color: rgba(0, 0, 0, 0.6);
}



.career_tabs .accordion_SC {
    border-top: 2px solid #ccc !important;
    color: rgba(0, 0, 0, 0.6);
    font-family: 'Montserrat-light';
    font-weight: 700;
    background-color: #fff;
    cursor: pointer;
    padding: 14px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 16px;
    transition: 0.4s;
}

.career_tabs .active,
.career_tabs .accordion_SC:hover {
    background-color: #d8d8d8;
    border-top: 2px solid #d8d8d8 !important;
}

.career_tabs .accordion_SC:after {
    margin-right: 20px;
    content: '\002B';
    color: #fc6701;
    font-weight: bold;
    float: left;
    margin-left: 5px;

}

.career_tabs .accordion_SC:hover:after {
    color: rgba(0, 0, 0, 0.6);
}

.career_tabs .active:after {
    color: rgba(0, 0, 0, 0.6);
    content: "\2212";
}

.career_tabs .panel {
    padding: 0 18px;
    background-color: white;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
}

nav.nav-tag-header {
    padding: 0;
    margin: 0;
    width: 100vh;
    display: flex;
    align-items: center;
    text-align: center;
    position: relative;
}

.navigation-bar-in-header {
    /*    margin: 0 auto;
    transform: rotate(
270deg);
    display: flex;
    justify-content: center;
    align-items: center;
    transform-origin: top right;
    position: absolute;
    top: 0;
    right: 0;*/
}

.logo-class {
    transform: rotate(90deg);
    margin-left: -34px;
    position: absolute;
    right: 0;
}

#carrer-main nav > div a.nav-item.nav-link {
    border: 0px;
    padding-left: 5px !important;
    padding-right: 5px !important;
    display: flex;
    align-items: center;
    justify-content: center;
}

section#contact-form {
    display: none;
}

.careermodel {
    max-width: 70%;
    margin: 20px auto;
}

.jobsnotfound {
    opacity: 0.3;
    text-align: center;
    width: 100%;
}

.careermodel .jd h3 {
    font-size: 27px;
    margin-bottom: 20px;
    color: #333;
}

.careermodel .modal-header {
    border: 0;
    padding: 0;
}

.careermodel .jd {
    padding: 50px 15px;
}

.careermodel .modal-body {
    overflow-y: auto;
    height: 600px;
    max-height: 80vh;
}

.careermodel .modal-header {
    border: 0;
}

.careermodel ul {
    list-style: inside;
}

.careermodel button.close {
    position: absolute;
    right: 15px;
    top: 15px;
    z-index: 123;
}

.careermodel .modal-body * {
    font-family: 'Lato-Regular';
    font-size: 18px;
    color: rgba(0, 0, 0, 0.6);
}

#carrer-main nav > div a.nav-item.nav-link {
    transition: inherit !important;
}

/*404 page*/
.error-page,
.errorbanner {
    float: left;
    width: 100%;
}

.error-code h2 {
    font-size: 150px;
    color: #0273ff;
}

.error-code h2 span {
    font-size: 30px;
    color: #242424;
    float: left;
    width: 100%;
    letter-spacing: 10px;
    margin-bottom: 25px;
    position: relative;
    left: 3%;
}

section.error-page .row > div {
    margin: 0px auto;
    padding-right: 20%;
}

.error-404 {
    float: left;
    width: 100%;
}

.error-page,
.text-center {
    text-align: center;
    float: left;
    width: 100%;
}

.error-page .col-md-6 {
    display: inline-block;
    float: none;
}

.error-page h5 {
    padding: 20px 0;
    color: #707070;
}

.error-page .error-page-btn {
    height: 60px;
    padding: 0 30px;
    font-size: 16px;
    line-height: 60px;
    float: none;
    margin: 40px 0;
    display: inline-block;
    color: #fff !important;
    background: #feba12;
    text-transform: uppercase;
}

.error-page .error-page-btn:hover {
    opacity: 0.9;
}

#SC_contact_popup .modal-header {
    position: relative;
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}

#SC_contact_popup .close > i.fa-times {
    font-size: 20px;
    font-weight: 300;
}

.cnt_frm_txt {
    position: relative;
    display: inline-block;
    width: 100%;
}

.cnt_frm_txt .modal_mobile_icon {
    position: absolute;
    top: auto;
    padding: 10px;
}

.SC_whats a i {
    font-size: 2rem;
}

.cntct_map_left {
    margin-top: 10px;
}

.cntct_map_left > iframe {
    width: 100%;
}

.contact-left-cont.contact-cont-common {
    position: relative;
}

.cnt_frm_call {
    position: absolute;
    top: 47px;
    bottom: auto;
    right: auto;
    left: -10px;
}
.careermodel .modal-body li {
    font-size: 15px;
    margin-top: 10px;
    list-style: disc;
    margin-left: 20px;
}
.job-post {
    margin-bottom: 20px;
}
/*
style code finish by Dev Naveed Ahmed
*/
/*End Career Page CSS*/
@media only screen and(width: 1024px) {
    .about-us-page {
        background-position: right 60% top 0;
    }
}
@media only screen and(max-width: 1024px) {
    .boxxs h3 {

        font-size: 22px;
    }


    .content h3 {
        font-size: 22px;
    }

    .banner-infoos h3 {
        font-size: 40px;
    }

    .cnt_frm_txt h3:before {
        display: none;
    }

    .cnt_frm_txt h3:after {
        display: none;
    }

    .accordion-slider .box.active > .inner {
        bottom: 0;
        top: unset;
        padding: 15px;
    }

    .accordion-slider-title {
        transform-origin: 70px center !important;
    }

    .contact-left-cont {
        padding: 2rem 2rem 2rem 2rem;
    }

    #contact-us-image-section img {
        width: auto;
        height: 100%;
    }

    .text-box-slide {

        padding: 0 5rem;
    }

    .accordion-slider .box > .inner {
        position: absolute;

        bottom: 16%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        z-index: 99;
    }
}


@media only screen and(max-width: 991px) {
    div#SC_email {
        position: absolute;
        transform: rotate(0deg);
        left: unset;
        /*  top: 100%;*/
    }

    #SC_contact_popup .modal-title:before {
        display: none;
    }

    #SC_contact_popup .modal-title:after {
        display: none;
    }

    #SC_career_popup .modal-title:before {
        display: none;
    }

    #SC_career_popup .modal-title:after {
        display: none;
    }

    .main-wrapper {
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }

    div.main-wrapper header {
        display: block;
        width: 100%;
        padding: 10px 0;
    }

    navigation-bar-in-header {
        margin: 0 auto;
        transform: rotate(360deg);
        width: 100%;
        display: block;
        position: unset;
    }

    nav.nav-tag-header {
        display: flex;
        width: 100%;
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
        padding-left: 1rem;
    }
}

.owl-carousel .owl-item img {
    height: 100vh;
    object-fit: cover;
}

@media only screen and(max-width: 1024px) {
    .flip-card {
    padding: 0 15px !important;
}
    .about-us-page {
        background-position: right 60% top;
    }
}

@media only screen and(width: 800px) {
.show {
    display: none !important;
}
    div#navbarTogglerDemo03 {
    display: none !important;
}
   .about-left-side {
        padding: 9rem 3rem 8rem 3rem;
    }
}
@media (width: 1024px) {
    .flip-card {
    padding: 0 15px !important;
}
}
@media only screen and(max-width: 800px) {
    

    .mail_box {
    display: block !important;
}
   
    div#SC_email-for-desktop {
        display: none;
    }

    .navigation-bar-in-header {
        margin: 0 auto;
        transform: rotate(360deg);
        width: 100%;
        display: flex !important;
        flex-direction: row-reverse;
        align-items: flex-start;
    }

    nav.nav-tag-header {

        justify-content: flex-end;

    }

    .owl-carousel .owl-item img.img-fluid {

        width: 100%;
        object-fit: cover;
    }

    .owl-carousel .owl-item .btn-clip-wrap img {
        max-width: 19px !important;
        max-height: 13px;
    }

    .text-box-slide {
        padding: 0rem 1rem;
    }

    .navigation-bar-in-header {
        margin: 0 auto;
        transform: rotate(360deg);
        width: 100%;
        display: block;
        /* justify-content: center; */
        /* align-items: center; */
        position: unset;
        /* border-bottom: 1px solid #dfdfdf; */
        /* background: red; */
    }


    .logo-class {
        transform: rotate(0deg);
        margin-left: 0;
        position: relative;
        display: flex;

    }

    .submit-btn {
        background-color: #fb6801;
        color: #fff;
        font-size: 15px;
        font-weight: 600;
        height: 45px;
        width: 50%;
    }

    .logo-class .d-block.d-md-none {
        display: block !important;
    }

    .logo-class .d-md-block .logo-class.d-none.d-md-block {}

    .accordion-slider .box {
        float: none;
        width: 100% !important;

        text-align: center;
        min-height: 200px;
        height: 50vh;
    }

    .accordion-slider .box > .inner {
        bottom: unset;
        top: 50% !important;
        padding: 15px;
    }

    .accordion-slider-content {
        max-width: 100% !important;
    }

    h2.accordion-slider-title {
        opacity: 1;
        text-align: center;
        width: 100%;
        max-width: 100% !important;
    }

    .accordion-slider-title,
    .accordion-slider-content {
        opacity: 1;
        text-align: center;
        width: 100%;
        max-width: 100% !important;
    }

    .accordion-slider-title,
    .accordion-slider-content {
        opacity: 1;
        text-align: center;
        width: 100%;
        max-width: 100% !important;
    }

    /* Imran mobile css */

    .owl-item .items-info {
        width: 90%;
        padding-right: 0%;
        top: 30% !important;
        flex-direction: row;
        align-items: flex-start;
    }

    .banner-infoos h3 {
        margin-bottom: 10px;
    }

    .btn-clip-wrap button span {
        padding: 0 10px;
        font-size: 20px;
    }

    .content {
        padding: 20px 10px;
    }

    .point00 {
        min-height: auto;
    }

    .point00 p {
        margin-bottom: 0px;
    }


    .SC_career_txt.col-12 {
        padding: 0px;
    }

    nav > div a.nav-item.nav-link,
    nav > div a.nav-item.nav-link.active {

        padding: 18px 25px;
        color: #fff;
        background: #fc6701;
        padding: 18px 0;
        color: #242424;


        flex: 0 0 30% !important;
    }

    .boxx {
        width: 45% !important;
    }

    div#SC_email {
        position: fixed;
        transform: rotate(0deg);
        left: inherit;
        right: 10px;
        bottom: 20px !important;
        display: block;
    }

    .boxxs h3 {

        font-size: 20px;

    }

    div.main-wrapper header {

        padding: 10px 50px;
    }

    .logo-class {
        transform: rotate(0deg);
        margin-left: 0;
        position: relative;
        display: flex;


    }

    .modal-open .modal {
        overflow-x: hidden;
        overflow-y: auto;
        margin: 0px 10px;
    }

    .contact-us-page-container {

        flex-direction: column;
    }

    .submit-btn {
        margin: 0 auto;
    }
}




@media ( width: 800px) {
    
       .mail_box {
    display: block !important;
}
.mail_box #SC_email-for-desktop {
    position:fixed;
    bottom: 30px;
    transform: rotate( 
0deg);
    z-index: 999;
    right: 12px;
    display: block;
}
    div#SC_email-for-desktop {
    display: none;
}
    div#navigation-bar-in-header {
    display: flex;
    justify-content: center;
    flex-direction: column-reverse;
    align-items: flex-start;
}
/*
    .navbar-toggler {
    margin-top: -80px;
}
*/
    a.navbar-brand {
    padding: 20px;
}
    .main-wrapper {

        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }

    .navigation-bar-in-header {
        margin: 0 auto;
        transform: rotate(360deg);
        width: 100%;
        display: block;
        /* justify-content: center; */
        /* align-items: center; */
        position: unset;
        /* border-bottom: 1px solid #dfdfdf; */
        /*background: red;*/
    }

    div.main-wrapper header {
        display: block;
        width: 100%;

    }

    .about-left-side {
        max-width: 50%;
    }

    .boxxs h3 {

        font-size: 20px;

    }

    nav.nav-tag-header {
        display: flex;
        width: 100%;
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
        padding-left: 1rem;
        padding-right: 1rem;
    }

    .logo-class {
        transform: rotate(0deg);
        margin-left: 0;
        position: relative;
        display: flex;

    }

    .logo-class img {
        max-width: 100px;
        height: auto;
        width: 100%;
        /*background: aqua;*/
        display: block !important;
    }

    .nav-tag-header .show {
        display: flex;
        flex-direction: column-reverse;
    }

    .header-nav {
        height: 100%;
    }
       #SC_contact_popup .modal-dialog, #SC_career_popup .modal-dialog {
    max-width: 750px !important;
}
        .content img {
    min-height: 175px !important;
    object-fit: cover;
    width: 100%;
}
 h3.title {
    text-align: center;
    font-size: 15px;
}
}
@media only screen and (min-width: 769px) and (max-width: 799px) {
      .collapse:not(.show) {
     display: none; 
    display: block !important;
}
       .navbar-nav {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column !important;
    flex-direction: row !important;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
    align-items: center !important;
    align-content: stretch;
    margin: 10px !important;
}
   .header-nav li {
    font-family: 'Montserrat-light';
    font-size: 15px;
    margin-left: 40px !important;
}
    
}

@media only screen and (min-width: 801px) and (max-width: 991px) {


   .navbar-nav {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column !important;
    flex-direction: row !important;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
    align-items: center !important;
    align-content: stretch;
    margin: 10px !important;
}
    .collapse:not(.show) {
     display: none; 
    display: block !important;
}
    .header-nav li {
    font-family: 'Montserrat-light';
    font-size: 15px;
    margin-left: 40px !important;
}

}
@media (min-width: 768px){
    .logo-class.d-none.d-md-block {
    display: none !important;
}
   
   .logo-class.d-block.d-md-none{
    display: block!important;
}
    .d-md-none {
    display: block !important;
}
  
}

@media only screen and (max-width: 768px) {
    ul.nav.nav-tabs {
    display: flex;
    justify-content: center;
    margin-top: 30px;
}
    

    nav.nav-tag-header {
    justify-content: space-between !important;
}
    .content h3.title {
        font-size: 15px;
        text-align: left;
    }
    .content img {
    min-height: 175px !important;
    object-fit: cover;
    width: 100%;
}
 h3.title {
    text-align: center;
    font-size: 15px;
}
    .Content p {
    width: 100% !important;
}
    
    #SC_contact_popup .modal-dialog, #SC_career_popup .modal-dialog {
    max-width: 550px !important;
}
       .mail_box {
    display: block !important;
}
 .mail_box #SC_email-for-desktop {
    position: fixed;
    bottom: 30px;
    transform: rotate( 
0deg);
    z-index: 999;
    right: 12px;
    display: block;
}
    div#SC_email-for-desktop {
    display: none;
}
    div#navigation-bar-in-header {
    display: flex;
    justify-content: center;
    flex-direction: column-reverse;
    align-items: flex-start;
}
    .navbar-toggler {
/*    margin-top: -80px;*/
}
    a.navbar-brand {
    padding: 20px;
}
    .main-wrapper {

        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }

    .navigation-bar-in-header {
        margin: 0 auto;
        transform: rotate(360deg);
        width: 100%;
        display: block;
        /* justify-content: center; */
        /* align-items: center; */
        position: unset;
        /* border-bottom: 1px solid #dfdfdf; */
        /*background: red;*/
    }

    div.main-wrapper header {
        display: block;
        width: 100%;

    }

    .about-left-side {
        max-width: 50%;
    }

    .boxxs h3 {

        font-size: 20px;

    }

    nav.nav-tag-header {
        display: flex;
        width: 100%;
        flex-direction: row;
        align-items: center;
        justify-content: flex-end;
        padding-left: 4rem;
        padding-right: 2rem;
    }

    .logo-class {
        transform: rotate(0deg);
        margin-left: 0;
        position: relative;
        display: flex;

    }

    .logo-class img {
        max-width: 100px;
        height: auto;
        width: 100%;
        /*background: aqua;*/
        display: block !important;
    }

    .nav-tag-header .show {
        display: flex;
        flex-direction: column-reverse;
    }

    .header-nav {
        height: 100%;
    }

    #few-stats-page {
        background-color: #0172ff;
        width: 100%;
        border-left: 1px solid #5b99e4;
    }

    .few-stats-page .mob-setting {
        margin: 2rem 0;
    }

    .few-stats-page .mob-setting:first-child {
        /*margin-top: 4rem;*/
    }

    .few-stats-page .mob-setting:last-child {
        /*margin-bottom: 4rem;*/
    }

    article.page-global-class {
        height: auto;
    }

    article.page-global-class.few-stats-page-wrapper {
        height: 100%
    }

    #why-us-page.why-us-page {
        width: 100%;
        height: 100%;
    }

    article.about-us-page-wrapper.page-global-class {
        height: 100%;
    }

    .sec-alternate-img-para {
        flex-direction: column !important;
        padding: 0;
        text-align: center;
    }

    .sec-top-des {
        text-align: center;
    }

    .sec-alternate-img-para:nth-child(even) .our-sol-img {
        margin: 2rem 0;
    }

    .sec-alternate-img-para:nth-child(odd) .our-sol-img {
        margin: 2rem 0;
    }

    .contact-us-page-container {
        flex-direction: column;
    }

    #contact-us-image-section {
        display: none;
    }

    .contact-us-page-wrapper.page-global-class {
        height: auto;
        overflow-y: auto;
        overflow-x: hidden;
    }

    .contact-left-cont {
        flex: none;
        padding: 2rem 2rem 2rem 2rem;
    }

    .contact-right-cont {
        flex: none;
        display: none;
    }

    .contact-form form {
        position: unset;
        width: 100%;
        margin: 0;
        padding: 0;
    }

    .contact-form .submit-btn {
        margin-left: auto;
        margin-right: auto;
        width: 80%;
    }

    .text-box-slide {
        padding: 0rem 1rem;
    }

    .landing-page .slider h3 {
        font-size: 28px;
    }

    .landing-page .slider p {
        font-size: 15px;

    }

    .btn-clip-wrap {
        padding: 0;
    }

    .accordion-slider .box > .inner {
        bottom: unset;
        top: 37%;
        padding: 15px;
    }

    .accordion-slider-title {
        font-size: 20px;
        transform-origin: 70px center !important;
    }

    .accordion-slider-content {
        max-width: 360px;
    }

}


@media only screen and (max-width: 767px) {
       nav.nav-tag-header {
        display: flex !important;
        width: 100% !important;
        flex-direction: row !important;
        align-items: center !important;
        justify-content: space-between !important;
        padding-left: 4rem !important;
        padding-right: 2rem !important;
    }
    .careermodel .jd h3:before, .careermodel .jd h3:after {
        display: none !important;
    }
    .careermodel {
        max-width: 100%;
        margin: 20px;
    }

    article#why-us-page-wrapper {
        margin-top: 50px;
    }

    .about-left-side h4 {
        font-size: 20px;
    }

    section#about-us-page .about-left-side {

        padding: 3rem 3rem 0rem 3rem;
        max-width: 100%;
    }

    section#about-us-page {
        padding-bottom: 0px;
        background: none !important;
    }

    div#SC_contact_popup .contact-form form .input-file-class {
        padding: 1rem 0.5rem;
    }

    div#SC_career_popup .contact-form form .input-file-class {
        padding: 1rem 0.5rem;
    }

    .career_fst_tbs ul#pills-tab li.nav-item {
        width: 100%;
    }

    div#SC_contact_popup .contact-form form .input-file-class {
        width: 100%;
    }

    div#SC_career_popup .contact-form form .input-file-class {
        width: 100%;
    }

    .contact-form form .input-file-class {
        font-size: 14px;
        padding: 12px 20px;
    }
}
/*
@media  (max-width: 780px){
.navbar-expand-lg .navbar-toggler {
    display: none !important;
}
}
*/
@media only screen and (max-width: 640px) {
    .navbar-toggler {
    margin-top: 0;
}
    a.navbar-brand {
    padding: 0px;
}
    .logo-class {

        position: relative;


    }

    div.main-wrapper header {

        padding: 10px 0px;
    }

    section#team-options-main {
        padding-top: 20px;
    }

    nav.nav-tag-header {
        display: flex;
        width: 100%;
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
        padding-left: 4rem;
        padding-right: 2rem;
    }

    .owl-item .items-info {}

    .sec-top-des {
        text-align: left;
    }

    .SC_career_txt.col-12 {

        padding: 0px;
    }


    nav > div a.nav-item.nav-link.active {
        background: #fc6701;
        color: #fff;
    }

    nav > div a.nav-item.nav-link,
    nav > div a.nav-item.nav-link.active {

        flex: 0 0 42% !important;
        border-radius: 15px 15px 0 0;
    }

    a.boxx {
        border: 1px solid #eeeeee;
        min-height: 220px;
        width: 44%;
    }

    article#why-us-page-wrapper {
        margin-top: 0px;
    }

    .banner-infoos h3 {
        font-size: 35px;
    }

    .banner-infoos p {
        font-size: 18px
    }

    article#why-us-page-wrapper p.Services_txt {
        padding: 0px 0px;
    }

    .content {
        padding: 20px 5px;
    }

    .point00 {
        min-height: auto;
    }

    .point00 p {
        margin-bottom: 0px;
    }


    #carrer-main .boxx {

        font-size: 20px;
    }

    .boxxs h3 {
        min-height: 30px;
    }

    .boxxs {
        padding: 20px 10px;
    }
}

@media only screen and (max-width: 600px) {
    .navbar-toggler {
    margin-top: 0;
}
.jpost .content {
    padding: 0;
}
    nav.nav-tag-header {
        display: flex;
        width: 100%;
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
        padding-left: 3rem;
        padding-right: 2rem;
    }
    #carrer-main nav > div a.nav-item.nav-link, #carrer-main nav > div a.nav-item.nav-link.active {
    flex: 0 0 30%;
}
}

@media only screen and (max-width: 549px) {
    .careermodel .modal-content .modal-body {
        padding-top: 50px;
    }
    nav.nav-tag-header {
        display: flex;
        width: 100%;
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
        padding-left: 1rem;
        padding-right: 1rem;
    }

    .accordion-slider-title,
    .accordion-slider-content {
        opacity: 1;
        text-align: center;
        width: 100%;
        max-width: 100% !important;
    }

    .site-footer {
        display: block;
    }

    .accordion-slider .box {
        float: none;
        width: 100%;
        text-align: center;
        min-height: 200px;


        height: 50vh;
    }

    .accordion-slider .box > .inner {
        width: 100%;
        top: 50% !important;
    }

    a.boxx {
        border: 1px solid #eeeeee;
        min-height: 220px;
        width: 95% !important;
    }
}

@media only screen and (max-height: 536px) {

    ul#header-nav {
        display: flex;
        justify-content: space-evenly;
        align-items: flex-start;
        flex-flow: wrap-reverse;
    }
}

@media only screen and (max-width: 480px) {

    .careermodel .modal-content .modal-body {
        padding-top: 20px;
    }
    #SC_contact_popup .modal-title:after{

    width: 50px !important;

}
        #SC_contact_popup .modal-title:before{

    width: 50px !important;

}
    .SC_career_txt p {
    font-size: 14px;
    font-family: 'Lato-Regular';
}
    .navbar-toggler {
    margin-top: 0;
}
    .banner-infoos h3 {
        font-size: 25px;
    }

    .banner-infoos p {
        font-size: 15px;
    }

    .accordion-slider-content {
        max-width: 100% !important;

    }

    section#about-us-page .about-left-side {

        padding: 3rem 2rem 0rem 2rem;
        max-width: 100%;
    }

    .owl-item .items-info {}

    #SC_career_popup .modal-title {
        font-size: 17px;
    }
}

@media only screen and (max-width: 420px) {

    nav > div a.nav-item.nav-link,
    nav > div a.nav-item.nav-link.active {
        flex: 0 0 47% !important;
        border-radius: 15px 15px 0px 0px !important;
    }

    .landing-page .slider h3 {
        font-size: 22px;
    }

    .landing-page .slider p {
        font-size: 13px;
        margin-bottom: 0px;
    }

    .text-box-slide {
        padding: 0px 10px;
    }

    .accordion-slider .box > .inner {
        bottom: unset;
        top: 50% !important;
        padding: 15px;
    }

    .accordion-slider .box {
        float: none;
        width: 100%;
        text-align: center;
        min-height: 200px;
        height: 62vh;
    }

    p.Services_txt {
        font-size: 14px;
    }

    .content h3 {
        font-size: 20px;
    }

    .point00 p {
        font-size: 14px;
    }
}

@media only screen and (max-width: 414px) {

    #carrer-main nav > div a.nav-item.nav-link:hover,
    #carrer-main nav > div a.nav-item.nav-link:focus {
        padding: 5px;
    }

    #SC_contact_popup .contact-left-cont,
    #SC_career_popup .contact-left-cont {
        padding: 2rem 0rem;
    }

    .career_tabs {
        margin: 50px auto;
    }

    #SC_contact_popup .modal-title {
        font-size: 19px;
    }

    #SC_career_popup .modal-title {
        font-size: 22px;
    }

    .cnt_frm_txt h3 {
        font-size: 16px;
    }
}

@media only screen and (max-width: 380px) {
    .banner-infoos h3 {
        font-size: 22px;
    }

    .content h3 {
        font-size: 20px;
    }

    nav > div a.nav-item.nav-link,
    nav > div a.nav-item.nav-link.active {
        flex: 0 0 45% !important;

    }
}

@media only screen and (max-width: 360px) {
    .banner-infoos h3 {
        font-size: 20px;
    }

    nav > div a.nav-item.nav-link,
    nav > div a.nav-item.nav-link.active {

        font-size: 16px !important;
    }
}

@media only screen and (max-width: 320px) {
    .SC_career_txt p {
    font-size: 12px;
}
  
    #SC_contact_popup .modal-title:after{

    width: 50px !important;

}
        #SC_contact_popup .modal-title:before{

    width: 50px !important;

}
    #SC_contact_popup .modal-title {
        font-size: 17px;
    }

    #SC_contact_popup .modal-header {
        align-items: end !important;
    }

    .owl-item .items-info {}

    .banner-infoos h3 {
        font-size: 20px;
    }

    .banner-infoos p {
        font-size: 12px;
    }

    .landing-page .slider h3 {
        font-size: 18px;
    }

    .landing-page .slider p {
        font-size: 12px;
    }

    .btn-clip-wrap button span:first-child {
        background: #fb6701;
        height: 40px;
        width: 40px;
    }

    .accordion-slider .box {

        height: 89vh;
    }

    .sec-alternate-img-para h3 {
        font-size: 20px;
        font-family: 'Montserrat-ExtraBold';
    }

    .career_tabs .accordion_SC {
        padding: 10px;
    }
}

/*------------------------------------------- Why us  page ends ---------------------------------------*/
}


ul.job_list li {
    list-style: none !important;
}

ul.job_list li a {
    color: #808080;
    cursor: pointer;
}

.job_openings h2 {
    font-size: 24px;
}

.job_openings {
    border-left: 1px solid #d7d6d6;
    padding-left: 15px;
}

li.list {
    list-style: none;
}

span.dept-icon {
    font-size: 18px;
    color: #f6f0f0 !important;
}

.detpartment_sec:hover span {
    color: #f6f0f0 !important;
}

.detpartment_sec h5 {
    color: #f6f0f0;
    margin-top: 5px;
}

/*
.detpartment_sec h5:hover{
    color: #fc6701 !important;
    cursor: pointer;
}
*/

.reverse .row:nth-child(even) {
    flex-direction: row-reverse;
}

.main-outer,
.reverse {
    position: relative;
}

.main-outer .divider,
.main-outer .divider {
    width: 100%;
    height: 2px;
    position: absolute;
    top: 0;
    background: rgb(255, 255, 255);
    background: linear-gradient(90deg, rgba(255, 255, 255, 1) 29.5%, rgb(187 187 187) 29%, rgb(187 187 187) 70.4%, rgba(179, 176, 184, 0.13769257703081228) 68%, rgb(179 176 184 / 0%) -8%);
}




.d1 {
    box-shadow: inset 0 0 0 1000px rgb(0 0 0 / 48%);
    background: url(../images/image-2.jpg);
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 40px 10px;

}

.d2 {
    box-shadow: inset 0 0 0 1000px rgb(0 0 0 / 48%);
    background: url(../images/image-4.jpg);
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 40px 10px;

}

.d3 {
    box-shadow: inset 0 0 0 1000px rgb(0 0 0 / 48%);
    background: url(../images/image-5.jpg);
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 40px 10px;

}

.d4 {
    box-shadow: inset 0 0 0 1000px rgb(0 0 0 / 48%);
    background: url(../images/image-3.jpg);
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 40px 10px;

}

.d5 {
    box-shadow: inset 0 0 0 1000px rgb(0 0 0 / 48%);
    background: url(../images/image-2.jpg);
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 40px 10px;

}

/*
.job_openings {
    background: #fc6701;
    border-radius: 50%;
    padding: 0;
}*/
a.link {
    text-decoration: none;
}

a.link:hover {
    text-decoration: none;
}

.job_openings {
    background: #ebebeb;
    border-radius: 50%;
    padding-top: 65px;
    padding-bottom: 65px;
}

a.link .job_openings h5 {
    font-size: 17px;
    color: #212121;
}

a.link .job_openings span {
    font-size: 14px;
    font-weight: 600;
    color: #999999;
}

a.link .job_openings h5:hover {
    color: #fc6701;
}

.about_right img {
    min-height: 325px;
    object-fit: cover;
}

/*
.career {
    box-shadow: inset 0 0 0 1000px rgb(0 0 0 / 65%);
    background: url(../images/career.jpg);
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 40px 10px;
    height: 250px;
}
*/
/*

.solution {
    box-shadow: inset 0 0 0 1000px rgb(0 0 0 / 65%);
    background: url(../images/image-3.jpg);
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 40px 10px;
    height: 250px;
}
*/

/*
.services {
    box-shadow: inset 0 0 0 1000px rgb(0 0 0 / 65%);
    background: url(../images/services.jpg);
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 40px 10px;
    height: 250px;
}
*/

.SC_career_txt {
    box-shadow: inset 0 0 0 1000px rgb(0 0 0 / 65%);
    background: url(../images/image-4.jpg);
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 40px 10px;
    height: 250px;
}

.Content p {
    color: #ffff;
    letter-spacing: 1px;
    line-height: 2;
    width: 80%;
}


.content {
    position: relative;
    width: 100%;
    max-width: 400px;

    overflow: hidden;
    border-radius: 10px;
    margin-top: 20px
}

.content .content-overlay {
    background: rgba(0, 0, 0, 0.7);
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 998;
    bottom: 0;
    right: 0;
    opacity: 0;
    -webkit-transition: all 0.4s ease-in-out 0s;
    -moz-transition: all 0.4s ease-in-out 0s;
    transition: all 0.4s ease-in-out 0s;
}

.content:hover .content-overlay {
    opacity: 1;
}

.content-image {
    width: 100%;
}

.content-details {
    position: absolute;
    text-align: center;
    padding-left: 1em;
    padding-right: 1em;
    width: 100%;
    top: 50%;
    left: 50%;
    z-index: 999;
    opacity: 0;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}

.content:hover .content-details {
    top: 50%;
    left: 50%;
    opacity: 1;
}

.content-details h3.title {
    color: #fff;
    font-weight: 500;
    letter-spacing: 0.15em;
    margin-bottom: 0.5em;
    text-transform: uppercase;
}

.content-details p {
    color: #fff;
    font-size: 0.8em;
}

.fadeIn-bottom {
    top: 80%;
}

.fadeIn-top {
    top: 20%;
}

.fadeIn-left {
    left: 20%;
}

.fadeIn-right {
    left: 80%;
}

.content img {
    min-height: 250px;
    object-fit: cover;
    width: 100%;
}

a.apply_btn {
    width: 100%;
    height: 100%;
    background: #fc6701;
    padding: 10px 20px 10px 20px;
    text-decoration: none;
    color: #f2f2f2;
    font-size: 15px;
    border-radius: 6px;
    text-transform: uppercase;
    font-weight: 500;
}

a.apply_btn:hover {
    color: #f2f2f2;
    text-decoration: none;
}

h3.title {
    text-align: center;
    font-size: 19px;
}

.tag {
    position: absolute;
    top: 0;
    background: #0072ff;
    padding: 0px 5px;
    color: #f2f2f2;
}

.tag span {
    font-size: 12px;
    text-transform: initial;
    font-weight: 500;
}

.SC_career_txt.col-12 {
    margin-bottom: 3rem;

}

.SC_career_txt .Content {
    display: flex;
    justify-content: center;
}

.tag.senior {
    background: red;
}

.tag.senior {
    background: #fc6701 !important;
}



@media only screen and (min-width: 1350px) and (max-width: 4600px) {


    .navbar-light #header-nav.navbar-nav .nav-link {
        color: #b2b2b2;
        font-size: 20px;
    }

}



.content > a:before {
    content: "";
    background: rgb(233 233 233 / 65%);
    background: linear-gradient(0deg, rgb(0 0 0 / 96%) 0%, rgb(65 64 63 / 0%) 100%);
    height: 100%;
    width: 100%;
    position: absolute;
}

h3.title {
    color: #fff;
}




div#model-x .close,
div#model-x .close {
    color: #fb6801;
    opacity: 1;
    font-size: 1.25rem;
    padding: 6px;
    background-color: white;
    position: absolute;
    left: auto;
    top: 0px;
    right: 0px;
    bottom: auto;
    border-radius: 100%;
    width: 32px;
    height: 32px;
}

.modal {
    overflow: visible !important;

}

.careermodel .jd h3 {
    font-size: 27px;
    margin-bottom: 20px;
    position: absolute;
    color: #333;
    top: 0;
    padding: 0;
    margin: 0;
    background: red;
    width: 100%;
    left: 0;
    right: 0;
}

.careermodel .jd h3 {
    font-size: 25px;
    color: #fff;
    padding: 0;
    background-color: #fb6801;
    padding: 10px 29px 10px 29px;
    text-align: center;
}

.careermodel .jd h3:before,
.careermodel .jd h3:before {
    z-index: 1;
    content: '';
    position: relative;
    background-color: #fff;
    width: 90px;
    height: 1px;
    display: inline-block;
    right: 4px;

}

.careermodel .jd h3:after,
.careermodel .jd h3:after {
    z-index: 1;
    content: '';
    position: relative;
    background-color: #fff;
    width: 90px;
    height: 1px;
    display: inline-block;
    left: 4px;

}

.flip-card {
    background-color: transparent;
    width: 300px;
    height: 300px;
    perspective: 1000px;
    /* Remove this if you don't want the 3D effect */
}
.flip-card-front h3 {
    margin-top: 12px;
}
/* This container is needed to position the front and back side */
.flip-card-inner {
    position: relative;
    width: 100%;
    height: 100%;
    text-align: center;
    transition: transform 0.8s;
    transform-style: preserve-3d;
}

/* Do an horizontal flip when you move the mouse over the flip box container */
.flip-card:hover .flip-card-inner {
    transform: rotateY(180deg);
}

/* Position the front and back side */
.flip-card-front,
.flip-card-back {
    position: absolute;
    width: 100%;
    height: 100%;
    backface-visibility: hidden;
}

.flip-card-back {
    background-color: #fb6701;
    color: white;
    transform: rotateY(
180deg);
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px;
}

.point00 p {
    color: #fff;
    font-size: 16px;
}
.card_heading-text h3 {
    font-size: 20px;
}
.mail_box {
    display: none;
}


.gallery {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    grid-gap: 12px;
    margin-top: 50px;
}
.gallery img {
  width: 100%;
}
.lb-details {
    display: none;
}


.main-outer.gallery_event .container {
    align-items: start !important;
}

.image_sec:hover {
    background: #0273ff;
    cursor: pointer;
    transition: all .35s;
}
.image_sec {
    overflow: hidden;
    border-radius: 10px;
    margin: auto;
    box-shadow: 0 0 1px 0px rgb(255 255 255);
    background-color: #fff;
    border: 2px solid #f5f5f5;
    cursor: pointer;
    transition: all .35s;
}
.image_sec a img {
    padding: 5px;
    border-radius: 10px;
    transition: all .35s;
}
.image_sec a {
    cursor: pointer !important;
}

.image_sec a img:hover {
    max-width: none;
    transform: scale(1.1) !important;
    transition: all .35s;
    cursor: pointer;
}

ul.nav.nav-tabs li {
    margin-right: 40px;
}
ul.nav.nav-tabs li a {
    color: #242424;
    font-weight: 500;
    text-decoration: none;
}
a.active.show {
    color: #fc6701 !important;
}


.tabbable-panel {
    margin-top: 15px;
}


