/********** Template CSS **********/
:root {
    --primary: #E83036;
    --light: #F6F7F8;
    --dark: #1A2A36;
	--danger: #dc3545;
	--white: #fff;
}
body
{
  overflow-x: hidden;
}

.fw-medium {
    font-weight: 500 !important;
}

.fw-bold {
    font-weight: 700 !important;
}

.fw-black {
    font-weight: 900 !important;
}

.back-to-top {
    position: fixed;
    display: none;
    right: 45px;
    bottom: 45px;
    z-index: 99;
}
.bg1 {
	/*background-image: url(../img/gpil/bg1.jpg);*/
	background-size: cover;
}
.bg2 {
	background-image: url(../img/gpil/bg2.jpg);
	background-size: cover;
}
.bg3 {
	background-image: url(../img/gpil/bg3.jpg);
	background-size: cover;
}
.bg-blue {
	background-color: #333;
}
.bg-grey {
	background-color: #333;
}
.bg-purple {
	background-color: #505AA8;
}
.bg4 {
	background-image: url(../img/gpil/grey.jpg);
	background-size: cover;
}
.bg5 {
	background-image: url(../img/gpil/grades.jpg);
	background-size: cover;
}
.bg6 {
	background-image: url(../img/gpil/quality.jpg);
	background-size: cover;
}
.bg8 {
	background-image: url(../img/gpil/team.jpg);
	background-size: cover;
	color: white;
}
.green {
	background-image: url(../img/gpil/green-bg.jpg);
	background-size: cover;
	color: white;
}
.road {
	background-image: url(../img/gpil/bg4.jpg);
	background-size: cover;
}

.imagehvr a:hover {
	opacity: 0.8;
}

/*** Spinner ***/
#spinner {
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s ease-out, visibility 0s linear .5s;
    z-index: 99999;
}

#spinner.show {
    transition: opacity .5s ease-out, visibility 0s linear 0s;
    visibility: visible;
    opacity: 1;
}


/*** Button ***/
.btn {
    font-weight: 500;
    transition: .5s;
}

.btn.btn-primary,
.btn.btn-outline-primary:hover {
    color: #FFFFFF;
}

.btn-square {
    width: 38px;
    height: 38px;
}

.btn-sm-square {
    width: 32px;
    height: 32px;
}

.btn-lg-square {
    width: 48px;
    height: 48px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
}
.lb-data .lb-close{
    margin-top: -587px;
    
}
.btn-link{
    color:#fff !important;
}
a.btn.btn-lg.btn-primary.btn-lg-square.rounded-circle.back-to-top {
    background-color: white;
}
a.btn.btn-lg.btn-primary.btn-lg-square.rounded-circle.back-to-top:hover {
    background-color: black;
}
a.btn.btn-lg.btn-primary.btn-lg-square.rounded-circle.back-to-top i {
    color: #000;
}
a.btn.btn-lg.btn-primary.btn-lg-square.rounded-circle.back-to-top i:hover {
    color: #fff;
}
.btn-primary:hover{
    border-color: #e10015;
}
.btn-primary{
    border-color: #e10015;
}
.footer .btn.btn-social:hover{
    color: #fff !important;
}
/*** Navbar ***/
.logo {
	width: 180px;
	padding: 10px 0 10px 0px;
}
.text-start, .text-end {
	font-size: 15px;
}
.greybg {
background-color: #ccc;
padding: 5px 10px;
margin: 5px;
}	
.navbar.sticky-top {
    top: -100px;
    transition: .5s;
}

/*.navbar .navbar-brand {
    height: 75px;
}*/

.navbar .navbar-nav .nav-link {
    margin-right: 28px;
    padding: 25px 0;
    color: var(--white);
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    outline: none;
}

.navbar .navbar-nav .nav-link:hover,
.navbar .navbar-nav .nav-link.active,
.navbar .navbar-nav .nav-link:focus{
    color: var(--primary);
}

.navbar .dropdown-toggle::after {
    border: none;
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    vertical-align: middle;
    margin-left: 8px;
}

.align-items-center small {
    color: #9B9B9B;
}
/*financial.hmtl css*/
.bi-download::before {
    content: "\f30a";
    font-size: 26px;
    position: absolute;
    margin-top: 8px;
    color: #d31111;
    margin-left: 15px;
}
.select2-container .select2-selection--single{
    height: 56px !important;
}
.select2-container--default .select2-selection--single .select2-selection__arrow{
    height: 56px !important;
    right: 7px !important;
}
.select2-container .select2-selection--single .select2-selection__rendered{
    padding-top: 13px;
    color: #9B9B9B !important;
}
/*financial.html css end*/
/*milestones1.html css*/
.milestones{
    padding: 75px 0 75px 0;
}
.milestones h1{
    text-align: center;
    margin-bottom: 52px;
}
.main-timeline{
    font-family: 'Roboto', sans-serif;
    padding: 20px 0;
    position: relative;
}
.main-timeline:before,
.main-timeline:after{
    content: '';
    height: 40px;
    width: 40px;
    background-color: #e7e7e7;
    border-radius: 50%;
    border: 10px solid #303334;
    transform:translateX(-50%);
    position: absolute;
    left: 50%;
    top: -15px;
    z-index: 2;
}
.main-timeline:after{
    top: auto;
    bottom:15px;
}
.main-timeline .timeline{
    padding: 35px 0;
    margin-top: -30px;
    position: relative;
    z-index: 1;
}
.main-timeline .timeline:before,
.main-timeline .timeline:after{
    content: '';
    height: 100%;
    width: 50%;
/*    border-radius: 100px 0 0 100px;*/
    border: 15px solid #46B2BC;
    border-right: none;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
}
.main-timeline .timeline:after{
    height: calc(100% - 30px);
    width: calc(50% - 12px);
    border-color: #65C7D0;
    left: 12px;
    top: 15px;
}
.main-timeline .timeline-content{ display:inline-block; }
.main-timeline .timeline-content:hover{ text-decoration: none; }
.main-timeline .timeline-year{
    color: #65C7D0;
    font-size: 50px;
    font-weight: 600;
    display: inline-block;
    transform:translateY(-50%);
    position: absolute;
    top: 50%;
    left: 10%;
}
.main-timeline .timeline-icon{
    color: #65C7D0;
    font-size: 80px;
    display: inline-block;
    transform: translateY(-50%);
    position: absolute;
    left: 34%;
    top: 50%;
}
.main-timeline .content{
    color: #909090;
    width: 50%;
    padding: 20px;
    display: inline-block;
    float: right;
}
.main-timeline .title{
    color: #65C7D0;
    font-size: 22px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin: 0 0 5px 0;
}
.main-timeline .description{
    font-size: 15px;
    letter-spacing: 1px;
    margin: 0;
}
.main-timeline .timeline:nth-child(even):before{
    left: auto;
    right: 0;
/*    border-radius: 0 100px 100px 0;*/
    border: 15px solid red;
    border-left: none;
}
.main-timeline .timeline:nth-child(even):after{
    left: auto;
    right: 12px;
    border: 15px solid green;
    border-left: none;
/*    border-radius: 0 100px 100px 0;*/
}
.main-timeline .timeline:nth-child(even) .content{ float: left; }
.main-timeline .timeline:nth-child(even) .timeline-year{
    left: auto;
    right: 10%;
}
.main-timeline .timeline:nth-child(even) .timeline-icon{
    left: auto;
    right: 32%;
}
.main-timeline .timeline:nth-child(5n+2):before{ border-color: #EA3C14; }
.main-timeline .timeline:nth-child(5n+2):after{ border-color: #EF5720; }
.main-timeline .timeline:nth-child(5n+2) .timeline-icon{ color: #EA3C14; }
.main-timeline .timeline:nth-child(5n+2) .timeline-year{ color: #EA3C14; }
.main-timeline .timeline:nth-child(5n+2) .title{ color: #EA3C14; }
.main-timeline .timeline:nth-child(5n+3):before{ border-color: #8CC63E; }
.main-timeline .timeline:nth-child(5n+3):after{ border-color: #6CAF29; }
.main-timeline .timeline:nth-child(5n+3) .timeline-icon{ color: #8CC63E; }
.main-timeline .timeline:nth-child(5n+3) .timeline-year{ color: #8CC63E; }
.main-timeline .timeline:nth-child(5n+3) .title{ color: #8CC63E; }
.main-timeline .timeline:nth-child(5n+4):before{ border-color: #F99324; }
.main-timeline .timeline:nth-child(5n+4):after{ border-color: #FBB03B; }
.main-timeline .timeline:nth-child(5n+4) .timeline-icon{ color: #F99324; }
.main-timeline .timeline:nth-child(5n+4) .timeline-year{ color: #F99324; }
.main-timeline .timeline:nth-child(5n+4) .title{ color: #F99324; }
.main-timeline .timeline:nth-child(5n+5):before{ border-color: #0071BD; }
.main-timeline .timeline:nth-child(5n+5):after{ border-color: #0050A3; }
.main-timeline .timeline:nth-child(5n+5) .timeline-icon{ color: #0071BD; }
.main-timeline .timeline:nth-child(5n+5) .timeline-year{ color: #0071BD; }
.main-timeline .timeline:nth-child(5n+5) .title{ color: #0071BD; }
.main-timeline .timeline:nth-child(5n+6):before { border-color: #46B2BC;}
.main-timeline .timeline:nth-child(5n+6):after {border-color: #65C7D0;}
.timeline-text li {
    padding-top: 10px;
}
.main-timeline .timeline-icon {
    color: #65C7D0;
    font-size: 100px;
    display: inline-block;
    transform: translateY(-50%);
    position: absolute;
    left: 34%;
    top: 44%;
}
@media screen and (max-width:1200px){
    .main-timeline .timeline:after{ border-radius: 88px 0 0 88px; }
    .main-timeline .timeline:nth-child(even):after{ border-radius: 0 88px 88px 0; }
    .position-relative {
    order: 1;
}
.col-lg-6.about-text {
    order: 2;
}
.job-detail{
    width:100% !important;
}
.apply-now .img-fluid {
    width: 100%;
    padding: 0 !important;
    height: 82px !important;
    margin-bottom: 7px;
}

}
@media screen and (max-width:767px){
    .main-timeline .timeline{ margin-top: -19px; }
    .main-timeline .timeline:before {
        border-radius: 50px 0 0 50px;
        border-width: 10px;
    }
    .main-timeline .timeline:after {
        height: calc(100% - 18px);
        width: calc(50% - 9px);
        border-radius: 43px 0 0 43px;
        border-width:10px;
        top: 9px;
        left: 9px;
    }
    .main-timeline .timeline:nth-child(even):before {
        border-radius: 0 50px 50px 0;
        border-width: 10px;
    }
    .main-timeline .timeline:nth-child(even):after {
        height: calc(100% - 18px);
        width: calc(50% - 9px);
        border-radius: 0 43px 43px 0;
        border-width: 10px;
        top: 9px;
        right: 9px;
    }
    .main-timeline .timeline-icon{ font-size: 60px; }
    .main-timeline .timeline-year{ font-size: 40px; }
    img.core-values {
    width: 100%;
    }
    button#tab_director {
    width: 100%;
    margin-top: 8px;
    margin-left: 0 !important;
    }
    .featuredBtn.active {
    width: 100%;
    }
    .award-img img {
     margin-left: 0 !important; 
    margin-top: 17px;
    }
    .table1 td {
    padding-left: 0 !important;
    }
    .resource-table tr td{
        padding: 0;
    }
    table.table-head tr td{
        padding: 0 !important;
    }
    table.table-head{
        margin-left: -17px;
    }
    .value-chain-col{
        margin-right: 0 !important;
        margin-left: 0 !important;
    }
    .value-chain{
    margin-top: -41px !important;
    margin-bottom: 144px !important; 
    margin-left: 0 !important;
    }
    .value-chain h5{
        margin-top: 62px !important;
    }
    .value-chain i.bi.bi-arrow-right{
        display: none !important;
    }
    .section-value-chain{
        width: 100% !important;
        margin: 52px 0 0 0 !important;
    }
    .value-chain.third img {
    width: 54% !important;
    height: 59px !important;
    margin-top: 22px !important;
    margin-left: 32px !important;
    }
    .value-chain.second img {
    width: 44% !important;
    margin-top: 24px !important;
    margin-left: 38px !important;
    height: 55px !important;
    }
    .value-chain.forth img {
    margin-top: 19px !important;
    width: 78px !important;
    height: 64px !important;
    margin-left: 27px !important;
    }
}
@media screen and (max-width:479px){
    .main-timeline .timeline-icon{
        font-size: 50px;
        transform:translateY(0);
        top: 25%;
        left: 10%;
    }
    .main-timeline .timeline-year{
        font-size: 25px;
        transform:translateY(0);
        top: 65%;
        left: 9%;
    }
    .main-timeline .content{
        width: 68%;
        padding: 10px;
    }
    .main-timeline .title{ font-size: 18px; }
    .main-timeline .timeline:nth-child(even) .timeline-icon{
        right: 10%;
    }
    .main-timeline .timeline:nth-child(even) .timeline-year{
        right: 9%;
    }
}
/*milestones1.html css end*/
.align-items-center a {
    color: #9B9B9B;
}
/*apply-now css*/
.prospects{
    margin-bottom: 61px;
}
.apply-now{
    margin-top: -48px;
    background-color: #F6F7F8;
    padding-top: 57px;
    /* margin-bottom: -49px; */
    padding-bottom: 1px;
}
.apply-now h1{
    padding-bottom: 40px;
}
.diclaimer{
    background-color: #e0e2e5 !important;
}
.captcha-text{
       margin-top:7px;
   }
.Salutation{
    margin-bottom: 20px;margin-right: 44px;
}
.frmContactus input[type=radio]:checked {
    background: url(../img/gpil/check.png) no-repeat center center !important;
    background-size: 29px 21px !important; }
.frmContactus input[type=radio] {
    border: 1px solid #ced4da;
    padding: 0.5em;
    -webkit-appearance: none;
}
label.text-label {
    color: #9B9B9B;
    font-weight: 500;
    font-size: 16px;
}
select.input-box,
input.input-box {
    display: table;
    margin-top: 16px;
    padding: 1rem 0.75rem;
}
input.input-box::placeholder {
    color: #9B9B9B;
}
input.input-box:focus-visible {
    outline: #38353566;
}
.check-box{
    border: 1px solid #38353566;
    border-radius: 0 !important;
}
#captchaBackground {
height: 220px;
width: 250px;
background-color: #2d3748;
display: flex;
align-items: center;
justify-content: center;
flex-direction: column;
}
.button {
display: inline-block;
padding: 17px 0px 17px 0;
cursor: pointer;
border-radius: 5px;
background: #32C36C;
font-size: 16px;
font-weight: bold;
color: #fff;
}
.button-wrap {
position: relative;
display: grid;
width: 56%;
text-align: center;
margin-top: 60px;
}
button#btnApplynow {
    background-color: #32C36C;
    border: 0px;
    font-weight: bold;
    color: #fff;
    border-radius: 5px !important;
    font-size: 16px;
    width: 50%;
}
#image{
    margin-top: 10px;
    box-shadow: 5px 5px 5px 5px gray;
    width: 60px;;
    padding: 20px;
    font-weight: 400;
    padding-bottom: 0px;
    height: 40px;
    user-select: none;
    text-decoration:line-through;
    font-style: italic;
    font-size: x-large;
    border: red 2px solid;
    margin-left: 10px;
     
}
#user-input{
    box-shadow: 5px 5px 5px 5px gray;
    width:auto;
       margin-right: 10px;
    padding: 10px;
    padding-bottom: 0px;
    height: 40px;
       border: red 0px solid;
}
input{
    border:1px black solid;
}
.inline{
    display:inline-block;
}
#btn{
    box-shadow: 5px 5px 5px grey;
    color: aqua;
    margin: 10px;
    background-color: brown;
}
input[type="file"] {
    position: absolute;
    z-index: -1;
    top: 10px;
    left: 8px;
    font-size: 17px;
    color: #b8b8b8;
}
#captchaHeading {
color: white;
}
#captcha2 {
width: 65%;
font-size: 30px;
letter-spacing: 3px;
display: block;
top: 0;
margin: 5px 0 -4px 0;
background: none;
bottom: 0;
border: none;
left: 0;
right: 0;
}
input#textBox\ inputText\ {
    margin-bottom: 18px;
    margin-top: 8px;
    padding: 1rem 0.75rem;
}
#captcha {
width: 65%;
font-size: 30px;
letter-spacing: 3px;
margin: -31px 0 -45px -51px;
display: block;
top: 0;
bottom: 0;
left: 0;
right: 0;
}

.center {
display: flex;
flex-direction: column;
align-items: center;
}

#submitButton {
margin-top: 2em;
margin-bottom: 2em;
background-color: #08e5ff;
border: 0px;
font-weight: bold;
}

#refreshButton {
background-color: #32C36C;
border: 0px;
border-radius: 26px;
margin-top: 6px;
color: #fff;
font-size: 16px;
padding: 12px 70px 12px 70px;
}

#textBox {
margin-bottom: 18px;
margin-top: 8px;
padding: 1rem 0.75rem;
}
#textBox::placeholder {
    color: #9B9B9B;
}
.incorrectCaptcha {
color: #FF0000;
}

.correctCaptcha {
color: #7FFF00;
}
/*apply-now css end*/
/*job openings page css*/
.job-openings h1 {
    padding-left: 12px;
    padding-top: 14px;
}
.vertical {
    border-left: 6px solid #e10015;
    height: 80px;
}
.job-detail {
    padding: 30px 0 30px 0;
    box-shadow: 0 6px 12px rgb(30 10 58 / 14%);
    border-radius: 20px;
    background: #f9f9f9;
    margin-right: 20px;
    width: 48%;
    margin-bottom: 25px;
}
.job-openings h5 {
    padding-left: 31px;
    padding-bottom: 18px;
    font-size: 21px;
}
ul.job-info {
    display: inline-block;
}
ul.job-info li {
    display: inline-block;
}
.job-info span {
    padding-left: 9px;
}
span.line {
    border-left: 1px solid grey;
    height: 80px;
    margin-left: 17px;
}
.detail-btn {
    margin-left: 27px;
    font-size: 14px;
    background: #ce0c1e;
    margin-top: -4px;
    color: #fff;
}
/*job openings page css end*/
/*job details page css*/
ul.job-detail-info {
    list-style: none;
    margin-left: 11px;
}
.job-detail-info li {
    padding-bottom: 10px;
}
.job-detail-info span {
    margin-left: 10px;
}
.job-desc p {
    margin-left: 48px;
}
.job-desc ul li {
    margin-left: 32px;
}
/*job details page css end*/
/*homepage ims section*/
.section-ims h5 {
    /* font-size: 20px; */
    font-weight: 600p;
    font-weight: 600;
}
.section-ims img {
    width: 80%;
    margin-bottom: 10px;
}
/*homepage ims section end*/
/*homepage table section*/
table.table-head {
    background: #9999998f;
    border: 2px solid grey;
    box-shadow: rgb(0 0 0 / 24%) 0px 3px 8px;
}
table.table-head tr td {
    text-align: left;
    /* padding: 10px; */
    padding-left: 14px;
}
.table-row td{
    color: #000;
}
.table-row td span {
    color: #1c1919b0;
    font-size: 15px;
    font-weight: 600;
}
.other-location span{
padding-left: 11px;
    margin-left: 243px;
    border-left: 1px solid white;
}
/*homepage table section end*/
/*homepage value chain section*/
.section-value-chain{
    text-align: center;
    margin-right: 12px;
    width: 30%;
    max-width: 100%;
    padding: 16px 16px 16px 16px;
    margin: 52px -24px 0 35px;
    box-shadow: rgb(0 0 0 / 25%) 0px 25px 50px -12px;
}
.section-value-chain h5{
    font-weight: 600;
    word-spacing: 0;
    color: #000000a1;
    font-size: 18px;
    padding-top: 19px;
    white-space: nowrap;
}
.section-value-chain p {
    font-size: 17px;
    color: #fff;
    padding: 6px 18px 6px 0;
}
.section-value-chain ul li{
    list-style: none;
}
.section-value-chain.first {
    background: #69acac;
}
.section-value-chain.second {
    background: #b6cb73;
}
.section-value-chain.third {
    background: #d9b753;
}
.value-chain {
    border: 10px solid #e79235;
    width: 46%;
    height: 122px;
    border-radius: 50%;
    margin-top: -37px;
    margin-left: 160px;
}
.value-chain img{
    width: 72%;
    margin-top: 26px;
    height: 54px;
    margin-left: 17px;
}
.value-chain.second {
    border: 10px solid #0e527f;
}
.value-chain.second img{
    width: 44%;
    margin-top: 24px;
    margin-left: 28px;
    height: 55px;
}
.value-chain.third img{
    width: 62%;
    height: 53px;
    margin-top: 26px;
    margin-left: 21px;
}
.value-chain.forth {
    border: 10px solid #0e527f;
}
.value-chain.forth h5{
    margin-top: 49px;
}
.value-chain.forth img{
    margin-top: 22px;
    width: 65px;
    height: 59px;
    margin-left: 19px;
}
.value-chain i.bi.bi-arrow-right {
   margin-top: -175px;
    font-size: 67px;
    top: -166px;
    color: #c32736;
    left: 115px;
    position: relative;
}
.value-chain h5 {
    text-align: center;
    margin-top: 55px;
    font-weight: 600;
    font-size: 16px;
}
.value-chain-col{
    margin-right: -118px;
    margin-left: 31px;
}
/*homepage value chain section end*/
/*homepage growth-strategy*/
.growth-strategy.left{
    border-bottom:20px solid #c10c1d;
    border-right:20px solid #c10c1d;
    border-left:20px solid #c10c1d;
}
.growth-strategy.right{
    border-top:20px solid #c10c1d;
    border-right:20px solid #c10c1d;
    border-left:20px solid #c10c1d;
}
.growth-strategy {
    background: black;
    color: white;
    height: 100%;
    position: relative;
    box-shadow: rgb(0 0 0 / 35%) 0px 5px 15px;
    z-index: 999;
    margin-top: -18px;
}
.growth-strategy h5 {
    color: white;
    padding: 21px 0 10px 0;
    font-size: 24px;
}
.growth-strategy ul {
    font-size: 14px;
    padding: 0 39px 17px 39px;
    text-align: justify;
}
.rectangle i.bi.bi-arrow-left {
    font-size: 220px;
    color: #c10c1d;
    margin-top: 10px;
    position: absolute;
    z-index: 1;
    margin-top: -21px;
    right: 503px;
    padding: 0 132px 0 0;
}
.rectangle i.bi.bi-arrow-left h6{
    margin-top: -212px;
    font-size: 13px;
    text-align: left;
    font-weight: 600;
    margin-left: 92px;
}
.rectangle.right i.bi.bi-arrow-right {
    width: 155px;
    font-size: 220px;
    color: black;
    padding: 0;
    position: absolute;
    margin-top: 21px;
    right: 562px;
}
.rectangle.right i.bi.bi-arrow-right h6{
margin-top: -158px;
    font-size: 13px;
    text-align: end;
    font-weight: 600;
    margin-right: 23px;
}


/*homepage growth-strategy end*/
.navbar-nav .dropdown-menu {
    position: absolute;
    padding: 15px 16px 15px 16px;
}
li.dropdown-submenu:hover > a, .dropdown-item:hover {
    color: #000 !important;
    background-color: #c5c6c600;
}
.dropdown-item{
    color: #00000096 !important;
    background-color: #c5c6c600;
    padding-bottom: 1px;
    border-width: thin;
    padding: 0 0 2px 0;
    font-size: 16px;
	text-align: left;			  
}
.dropdown-item.active{
    background-color:#c5c6c600 ;
}
.dropdown-submenu li {
    list-style: none;
}
.dropdown-submenu li a {
    color: #00000096 !important;
    border-bottom-style: none;
}
.resource-table{
    COLOR: black !important;
    background: #99999961 !important;
}
.resource-table tr td{
    padding-left: 16px;
}
.award-img img {
     margin-left: 17px; 
/*    margin-top: 17px;*/
}
/*css changes*/
div#jp2 {
    margin-top: -71px;
}
.about-align {
    text-align: end;
    margin-right: -80px;
}
.table1 {
    width: 100%;
    background: #333;
    COLOR: WHITE;
    /* PADDING-LEFT: 19px; */
}
img.strategy-img {
    width: 70%;
    margin-top: 12px;
}
.right-text {
    margin-right: -77px;
    text-align: end;
}
img.img-fluid.member-image {
   border-radius: 7px;
}
button#tab_director {
    margin-left: 10px;
}
.member-height{
     margin-bottom: 49px;
     padding-bottom: 20px;
}
.overflow-hidden.text-margin {
    margin-top: -50px;
}
.row.g-4.case-row, .row.g-4.case-row > div[class*='col-'] {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex: 1 0 auto;
}
.case-img {
    width: 100%;
}
.language .portfolio-item {
    border: 1px solid #80808026;
    margin-right: 15px;
    width: 32%;
    background: #8080801f;
    box-shadow: 5px 5px 10px #888888ba;
}
.language.portfolio-container {
    margin-bottom: 20px !important;
}
/*css chnages end*/
.border-secondary {
    border: none !important;
}
/*our sustainability page css*/
.framework {
    border: 1px solid #80808029;
    border-radius: 4px;
    box-shadow: 0 6px 12px rgb(30 10 58 / 14%);
    padding: 17px;
    text-align: justify;
    width: 100%;
    margin-left: 85px;
}
.arrow-after {
    width: 0;
    margin-top: 26px;
}
.arrow-after i {
    margin-left: 69px;
    font-size: 31px;
    color: #1dafe0;
}
.framework h4 {
    color: #0ea8da;
    font-weight: 600;
    font-size: 23px;
}
.framework h6 {
    font-size: 13px;
    font-weight: 600;
}


.flip-box {
    background-color: transparent;
    width: 100%;
    height: 182px;
    perspective: 1000px;
    margin-bottom: 22px;
}

.flip-box-inner {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: transform 0.8s;
  transform-style: preserve-3d;
}

.flip-box:hover .flip-box-inner {
  transform: rotateY(180deg);
}

.flip-box-front, .flip-box-back {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.flip-box-front {
  background-color: #89ABE3FF;
 padding-top: 58px;
  border-radius: 5px;
}
.flip-box-front h2 {
    color: #FCF6F5FF;
    font-size: 24px;
    padding: 15px;
}
.flip-box-back {
  background-color: #FCF6F5FF;
  transform: rotateY(180deg);
  padding: 47px;
  border-radius: 5px;
}
.flip-box-back h2 {
    color: #89ABE3FF;
    font-size: 24px;
    padding: 15px;
}
.framework-bg {
    background-image: url("../uploads/editor/images/framework-bg.jpg");
    background-size: cover;
    background-repeat: no-repeat;
}
.sdgs-icons img {
    width: 17%;
    margin-left: 21px;
    margin-right: -14px;
    margin-top: -26px;
    height: 65px;
    margin-bottom: 18px;
}
/*our sustainanility page css end*/


@media (min-width: 993px) and (max-width: 1199px) {
    .button{
        margin-top: -20px;
    }
}
@media (max-width: 991.98px) {
    .navbar .navbar-nav .nav-link  {
        margin-right: 0;
        padding: 10px 0;
    }

    .navbar .navbar-nav {
        border-top: 1px solid #EEEEEE;
        min-height: 100vh;
    }
}

@media (max-width: 992px) {
    .navbar .nav-item .dropdown-menu {
        border: none;
        margin-top: 0;
        transition: .5s;
		font-size: 14px;
    }
    .about-align{
        margin-right:0px;
    }
    .award img {
		width: 100%;
		margin-top: 9px;
    }
   .language .portfolio-item{
       width:100%;
   }
   .button-wrap{
       width: 100%;
        margin-left: 0px;
   }
   .form2{
       width:100%;
   }
   .Salutation{
    margin-bottom: 10px;
   }
   .form-check-inline{
       display:block;
   }
   label.text-label{
    margin-top: 0px; 
    margin-bottom: 14px;
   }
   select.input-box,
   input.input-box{
    margin-left: 0px;
    margin-top: 0px;
    margin-bottom: 12px;
   }
   /* .button{
    margin-top: -37px;
     }
   .captcha-text{
       margin-left:0px;
       margin-top:0px;
   }
   #captcha{
    margin: -24px 0 -33px -29px !important;
   }
   #refreshButton{
       margin-left:0px;
   }*/
}


/*** Header ***/
.owl-carousel-inner {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    background: rgba(0, 0, 0, .1);
}

@media (max-width: 768px) {
    .header-carousel .owl-carousel-item {
        position: relative;
        min-height: 500px;
    }

    .header-carousel .owl-carousel-item img {
        position: absolute;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .header-carousel .owl-carousel-item p {
        font-size: 16px !important;
    }
}

.header-carousel .owl-dots {
    position: absolute;
    width: 60px;
    height: 100%;
    top: 0;
    right: 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.header-carousel .owl-dots .owl-dot {
    position: relative;
    width: 45px;
    height: 45px;
    margin: 5px 0;
    background: #FFFFFF;
    box-shadow: 0 0 30px rgba(255, 255, 255, .9);
    border-radius: 45px;
    transition: .5s;
}

.header-carousel .owl-dots .owl-dot.active {
    width: 60px;
    height: 60px;
}

.header-carousel .owl-dots .owl-dot img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    padding: 2px;
    border-radius: 45px;
    transition: .5s;
}
.header-intro {
  background-position: center 0;
  background-repeat: no-repeat;
  background-size: cover;
}
.page-header {
    background: linear-gradient(rgba(0, 0, 0, .1), rgba(0, 0, 0, .1)), url(../img/gpil/carousel-1.jpg) center center no-repeat;
    background-size: cover;
}
.page-header1 {
    background: linear-gradient(rgba(0, 0, 0, .1), rgba(0, 0, 0, .1)), url(../img/gpil/gpil1.jpg) center center no-repeat;
    background-size: cover;
}
.page-header2 {
    background: linear-gradient(rgba(0, 0, 0, .1), rgba(0, 0, 0, .1)), url(../img/gpil/leadership.jpg) center center no-repeat;
    background-size: cover;
}
.page-header3 {
    background: linear-gradient(rgba(0, 0, 0, .1), rgba(0, 0, 0, .1)), url(../img/gpil/milestones.jpg) center center no-repeat;
    background-size: cover;
}
.page-header4 {
    background: linear-gradient(rgba(0, 0, 0, .1), rgba(0, 0, 0, .1)), url(../img/gpil/awards.jpg) center center no-repeat;
    background-size: cover;
}
.page-header5 {
    background: linear-gradient(rgba(0, 0, 0, .1), rgba(0, 0, 0, .1)), url(../img/gpil/joint.jpg) center center no-repeat;
    background-size: cover;
}
.page-header6 {
    background: linear-gradient(rgba(0, 0, 0, .1), rgba(0, 0, 0, .1)), url(../img/gpil/research.jpg) center center no-repeat;
    background-size: cover;
}
.page-header7 {
    background: linear-gradient(rgba(0, 0, 0, .1), rgba(0, 0, 0, .1)), url(../img/gpil/products.jpg) center center no-repeat;
    background-size: cover;
}
.page-header8 {
    background: linear-gradient(rgba(0, 0, 0, .1), rgba(0, 0, 0, .1)), url(../img/gpil/career.jpg) center center no-repeat;
    background-size: cover;
}
.page-header9 {
    background: linear-gradient(rgba(0, 0, 0, .1), rgba(0, 0, 0, .1)), url(../img/gpil/culture.jpg) center center no-repeat;
    background-size: cover;
}
.page-header10 {
    background: linear-gradient(rgba(0, 0, 0, .1), rgba(0, 0, 0, .1)), url(../img/gpil/life.jpg) center center no-repeat;
    background-size: cover;
}
.page-header11 {
    background: linear-gradient(rgba(0, 0, 0, .1), rgba(0, 0, 0, .1)), url(../img/gpil/disclaimer.jpg) center center no-repeat;
    background-size: cover;
}
.page-header12 {
    background: url(../img/gpil/apply.jpg) center center no-repeat;
    background-size: cover;
}
.page-header13 {
    background: url(../img/gpil/sustain.jpg) center center no-repeat;
    background-size: cover;
}
.page-header14 {
    background: url(../img/gpil/case.jpg) center center no-repeat;
    background-size: cover;
}
.page-header15 {
    background: url(../img/gpil/library.jpg) center center no-repeat;
    background-size: cover;
}
.page-header16 {
    background: url(../img/gpil/contact.jpg) center center no-repeat;
    background-size: cover;
}
.page-header17 {
    background: url(../img/gpil/steel2.jpg) center center no-repeat;
    background-size: cover;
}
.page-header18 {
    background: url(../img/gpil/steel3.jpg) center center no-repeat;
    background-size: cover;
}
.page-header19 {
    background: url(../img/gpil/media.jpg) center center no-repeat;
    background-size: cover;
}
.page-header20 {
    background: url(../img/gpil/gallery.jpg) center center no-repeat;
    background-size: cover;
}
.page-header21 {
    background: url(../img/gpil/financial.jpg) center center no-repeat;
    background-size: cover;
}
.bg9 {
    background: url(../img/gpil/sustain-bg.jpg) center center no-repeat;
    background-size: cover;
}

.breadcrumb-item + .breadcrumb-item::before {
    color: var(--light);
}
.breadcrumb-item a {
    color: #fff;
}
.breadcrumb-item.active {
    color: #fff;
}

/*** About ***/
@media (min-width: 992px) {
    .container.about {
        max-width: 100% !important;
    }

    .about-text  {
        padding-right: calc(((100% - 960px) / 2) + .75rem);
    }
}

@media (min-width: 1200px) {
    .about-text  {
        padding-right: calc(((100% - 1140px) / 2) + .75rem);
    }
}

@media (min-width: 1400px) {
    .about-text  {
        padding-right: calc(((100% - 1320px) / 2) + .75rem);
    }
}


/*** Service ***/
.service-item {
    box-shadow: 0 0 45px rgba(0, 0, 0, .08);
	background: rgba(255, 255, 255, .5);
}
.service-item p {
    font-size: 14px;
	color: #666;
}

.service-icon {
    position: relative;
    margin: -50px 0 25px 0;
    width: 100px;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--primary);
    background: #FFFFFF;
    border-radius: 100px;
    box-shadow: 0 0 45px rgba(0, 0, 0, .08);
    transition: .5s;
}

.service-item:hover .service-icon {
    color: #FFFFFF;
    background: var(--primary);
}


/*** Feature ***/
@media (min-width: 992px) {
    .container.feature {
        max-width: 100% !important;
    }

    .feature-text  {
        padding-left: calc(((100% - 960px) / 2) + .75rem);
    }
}

@media (min-width: 1200px) {
    .feature-text  {
        padding-left: calc(((100% - 1140px) / 2) + .75rem);
    }
}

@media (min-width: 1400px) {
    .feature-text  {
        padding-left: calc(((100% - 1320px) / 2) + .75rem);
    }
}
.feature ul li {
	list-style-image: url('../img/gpil/leaf.png');
	margin-left:  -5px;
	padding: 10px;
	border-bottom: 1px solid #32C36C;
}

/*** Project Portfolio ***/
#portfolio-flters li {
    display: inline-block;
    font-weight: 500;
    color: var(--dark);
    cursor: pointer;
    transition: .5s;
    border-bottom: 2px solid transparent;
}

#portfolio-flters li:hover,
#portfolio-flters li.active {
    color: var(--danger);
    border-color: var(--danger);
}

.portfolio-img {
    position: relative;
	/*height: 230px;*/
	box-shadow: 0 0 10px rgba(0, 0, 0, .3);
}

.portfolio-img::before,
.portfolio-img::after {
    position: absolute;
    content: "";
    width: 0;
    height: 100%;
    top: 0;
    background: rgba(0, 0, 0, .4);
    transition: .5s;
}

.portfolio-img::before {
    left: 50%;
}

.portfolio-img::after {
    right: 50%;
}

.portfolio-item:hover .portfolio-img::before {
    width: 100%;
    left: 0;
}

.portfolio-item:hover .portfolio-img::after {
    width: 100%;
    right: 0;
}

.portfolio-btn {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    z-index: 1;
    transition: .5s;
}

.portfolio-item:hover .portfolio-btn {
    opacity: 1;
    transition-delay: .3s;
}


/*** Quote ***/
@media (min-width: 992px) {
    .container.quote {
        max-width: 100% !important;
    }

    .quote-text  {
        padding-right: calc(((100% - 960px) / 2) + .75rem);
    }
}

@media (min-width: 1200px) {
    .quote-text  {
        padding-right: calc(((100% - 1140px) / 2) + .75rem);
    }
}

@media (min-width: 1400px) {
    .quote-text  {
        padding-right: calc(((100% - 1320px) / 2) + .75rem);
    }
}


/*** Team ***/
.team-item {
    box-shadow: 0 0 45px rgba(0, 0, 0, .08);
}

.team-item img {
    border-radius: 8px 60px 0 0;
}

.team-item .team-social {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
    background: #FFFFFF;
    transition: .5s;
}


/*** Testimonial ***/
.testimonial-carousel::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    height: 100%;
    width: 0;
    background: linear-gradient(to right, rgba(255, 255, 255, 83%) 0%, rgba(255, 255, 255, 0) 100%);
    z-index: 1;
}

.testimonial-carousel::after {
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    height: 100%;
    width: 0;
    background: linear-gradient(to left, rgba(255, 255, 255, 83%) 0%, rgba(255, 255, 255, 0) 100%);
    z-index: 1;
}

@media (min-width: 768px) {
    .testimonial-carousel::before,
    .testimonial-carousel::after {
        width: 200px;
    }

}

@media (min-width: 992px) {
    .testimonial-carousel::before,
    .testimonial-carousel::after {
        width: 300px;
    }
}

.testimonial-carousel .owl-nav {
    position: absolute;
    width: 350px;
    top: 20px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    justify-content: space-between;
    opacity: 0;
    transition: .5s;
    z-index: 1;
}

.testimonial-carousel:hover .owl-nav {
    width: 300px;
    opacity: 0;
}

.testimonial-carousel .owl-nav .owl-prev,
.testimonial-carousel .owl-nav .owl-next {
    position: relative;
    color: var(--primary);
    font-size: 45px;
    transition: .5s;
}

.testimonial-carousel .owl-nav .owl-prev:hover,
.testimonial-carousel .owl-nav .owl-next:hover {
    color: var(--dark);
}

.testimonial-carousel .testimonial-img img {
    width: 100px;
    height: 100px;
}

.testimonial-carousel .testimonial-img .btn-square {
    position: absolute;
    bottom: -19px;
    left: 50%;
    transform: translateX(-50%);
}

.testimonial-carousel .owl-item .testimonial-text {
    margin-bottom: 30px;
    box-shadow: 0 0 45px rgba(0, 0, 0, .08);
    transform: scale(.8);
    transition: .5s;
}

.testimonial-carousel .owl-item.center .testimonial-text {
    transform: scale(1);
}


/*** Contact ***/
@media (min-width: 992px) {
    .container.contact {
        max-width: 100% !important;
    }

    .contact-text  {
        padding-left: calc(((100% - 960px) / 2) + .75rem);
    }
}

@media (min-width: 1200px) {
    .contact-text  {
        padding-left: calc(((100% - 1140px) / 2) + .75rem);
    }
}

@media (min-width: 1400px) {
    .contact-text  {
        padding-left: calc(((100% - 1320px) / 2) + .75rem);
    }
}


/*** Footer ***/
.footer a {
	font-size: 14px;
}
.footer .btn.btn-social {
    margin-right: 5px;
    color: #9B9B9B;
    border: 1px solid #9B9B9B;
    border-radius: 38px;
    transition: .3s;
}

.footer .btn.btn-social:hover {
    color: var(--primary);
    border-color: var(--light);
}

.footer .btn.btn-link {
    display: block;
    margin-bottom: 5px;
    padding: 0;
    text-align: left;
    color: #9B9B9B;
    font-weight: normal;
    text-transform: capitalize;
    transition: .3s;
}

.footer .btn.btn-link::before {
    position: relative;
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-right: 10px;
}

.footer .btn.btn-link:hover {
    color: #FFFFFF;
    letter-spacing: 1px;
    box-shadow: none;
}
.footer .copyright a {
    font-size: 14px;
}
.footer .copyright {
	font-size: 14px;
    padding: 25px 0;
    border-top: 1px solid rgba(256, 256, 256, .1);
}

.footer .copyright a {
    color: var(--light);
}

.footer .copyright a:hover {
    color: var(--primary);
}
.bg-green{background-color:#56BEC1;
}
.bg-brown{background-color:#1C1713;
}
.bg-grey{background-color: #333;
}
.bg-red{background-color: #3E1C14;
}
.table1 {
width: 25%;}
.table1 td {
border: 1px solid black; 
padding-left: 20px;
}
.br-right-bot {
border-right: 1px solid black;
border-bottom: 1px solid black; }
.br-bot {
border-bottom: 1px solid black; }
.pr-50 {
	padding-right: 50px;
}
.resource {
background-color: #333;
color:#fff;
}
.resource div {
border: solid 1px #ccc;
height: 100%;}
.library ol li {
margin-left: -25px;
padding-left: 10px;
padding-bottom: 16px;}
.library h5 {
height: 60px;
background-color: #999;
color:#fff;
padding: 5px 10px;}
.featuredBtn.active {
  background-color: #E42032;
  color: white;
}

.featuredBtn {
  width: 550px;
  height: 50px;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  background-color: #ccc;
  border: none;
  letter-spacing: 2px;
  outline: none;
}
.btn:hover {
    color:#fff;
	background-color: #333;
}
.investors .form-select {
	line-height: 40px;
}



/*nirmala 21 april css*/
.table1 td {
    border: 1px solid black;
    padding-left: 20px;
    background: #fff;
    color: #000;
    font-size: 14px;
}
.st-heading {
    font-size: 16px;
    font-weight: 600;
    margin-top: 25px;
    margin-bottom: 25px;
    position: relative;
    text-transform: uppercase;
}
blockquote {
    border-color: #2aba96;
    background-color: #f3f3f3;
    position: relative;
    text-align: center;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    padding-bottom: 30px;
    line-height: 29px;
        margin: 0 0 20px;
}
blockquote p {
    margin-bottom: 0;
    font-size: 17.5px;
    font-weight: 300;
    line-height: 1.25;
    text-align: left;
}
blockquote, blockquote.pull-left, blockquote.pull-right {
    /*border: none;*/
    padding: 20px;
    margin-top: 30px;
}

.st-heading:before, .st-heading:after {
    position: absolute;
    content: '';
    display: block;
    width: 50px;
    height: 1px;
    background-color: #666;
    left: 0;
       top: -10px;
    bottom: -10px !important;
}

.st-heading:after {
    top: auto;
    bottom: 0;
}
.table {
width: 100%;
}
.table td {
    border: 1px solid black;
    padding-left: 20px;
    background: #fff;
    color: #000;
        padding: 5px 0px 0px 16px;
}

.row-fluid .span3 {
    width: 23.076923076923077%;

}
.owl-carousel .owl-nav .owl-next, .owl-carousel .owl-nav .owl-prev {
	width: 3rem;
	height: 3rem;
}
.header-carousel.owl-carousel .owl-nav .owl-prev {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e");
    position: absolute;
    top: 50%;
	left: 50px;
}
.header-carousel.owl-carousel .owl-nav .owl-next {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
    position: absolute;
    top: 50%;
    right: 50px;
}
.header-carousel .owl-nav {
    margin-bottom: -47px;
}

.bglight {
    position: relative;
    height: 100%;
    background: url(../img/light-bg.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

/*** Section Title ***/
.section-title {
    position: relative;
    display: inline-block;
}

.section-title::before {
    position: absolute;
    content: "";
    width: 45px;
    height: 2px;
    top: 50%;
    left: -55px;
    margin-top: -1px;
    background: var(--primary);
}

.section-title::after {
    position: absolute;
    content: "";
    width: 45px;
    height: 2px;
    top: 50%;
    right: -55px;
    margin-top: -1px;
    background: var(--primary);
}

.section-title.text-start::before,
.section-title.text-end::after {
    display: none;
}

/*** Companies ***/
.companies {
    background: linear-gradient(rgba(15, 23, 43, .7), rgba(15, 23, 43, .7)), url(../img/green.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.companies-carousel {
    padding-left: 65px;
    padding-right: 65px;
}

.companies-carousel .companies-item {
    padding: 0;
}

.companies-carousel .owl-nav {
    position: absolute;
    width: 100%;
    height: 40px;
    top: calc(50% - 20px);
    left: 0;
    display: flex;
    justify-content: space-between;
    z-index: 1;
}

.companies-carousel .owl-nav .owl-prev,
.companies-carousel .owl-nav .owl-next {
    position: relative;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    background: rgba(0, 0, 0, .2);
    border-radius: 2px;
    font-size: 18px;
    transition: .5s;
}

.companies-carousel .owl-nav .owl-prev:hover,
.companies-carousel .owl-nav .owl-next:hover {
    color: #333;
    background: rgba(0, 0, 0, .2);
}

/*25 april css*/
.vision {
    position: relative;
    height: 100%;
    min-height: 500px;
    background: url(../img/vision.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.growth {
    position: relative;
    height: 100%;
    min-height: 500px;
    background: url(../img/growth.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

element.style {
}
.green {
    position: relative;
    height: 100%;
    min-height: 600px;
    background: linear-gradient(rgba(15, 23, 43, .1), rgba(15, 23, 43, .1)), url(../img/green.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.bg-dark {
    background-color: #0F172B !important;
}
.edu {
    position: relative;
    height: 100%;
    background: linear-gradient(rgba(15, 23, 43, .1), rgba(15, 23, 43, .1)), url(../img/edu.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
        margin: 0 0px 0 -24px;

}
.smallest {
    font-size: 12px;
}
.visit-link p a:hover {
    color: red;
}
.visit-link p
{
        font-size: 17px;
}
.visit-link p a {
    color: red;
    font-weight: 600;
}

/*27 april css*/

@media only screen and (max-width: 700px) {
    .navbar-light .navbar-toggler {
    border-color: rgb(33 17 17);
    filter: invert(1);
}
.navbar-light .navbar-toggler {
    color: rgb(0 0 0);
    border-color: rgb(0 0 0);
}
    .header-carousel.owl-carousel .owl-nav .owl-next {  
    position: absolute;
    top: 40%;
    right: 0px;
}
.header-carousel.owl-carousel .owl-nav .owl-prev {
    position: absolute;
    top: 40%;
    left: 0px;
}
.img-width img {
    width: 100% !important;
}
.text-white {
    color: #fff !important;
    text-align: left;
        /*font-size: 13px;*/
}
.align-items-center a {
    float: left;
}
.edu {
    padding: 187px;
    margin: -48px 0px 0 -11px;
}
.text-center- h2 {
    color: #fff !important;
    text-align: center;
    font-size: 25px;
}
.text-center- .section-title::before {
    top: 20%;
    left: -31px;
}
.text-center- .section-title::after
{
    top: 20%;
    right: -32px;
}
.table1 {
    width: 100%;
}
.span3
{
float: revert !important;
    margin-left: 0px !important
}
.navbar-nav .dropdown-menu .dropdown-item {
    padding: 3px 0 3px 0;
}
.companies-item .text-white {
    color: #fff !important;
    text-align: left;
    font-size: 10px;
}
.owl-carousel-inner .text-white {
    color: #fff !important;
    text-align: left;
    font-size: 25px;
}

}




.text-white {
    color: #fff !important;
    text-align: left;
}