:root{
    --green-color:#9AC22C;
    --black-color:#0000;
    --white-color:#fff;
}
.whiteMode{
    margin:0;
    /*font-family: "Instrument Sans", sans-serif;*/
    background-color: white;
    color: black;
}

    
 .blackMode{
        margin:0;
   /* font-family: "Instrument Sans", sans-serif;*/
    background-color: black !important;
    color: white;
}


header{
    background-color: #9AC22C;
    height: 10  vh;
    width: 100%;
}
nav{
    padding-top: 5px;
    display: flex;
    justify-content: space-between;
    align-items: center;    
}

nav .logo{    
    padding-left:100px;
    color: black;
}
nav .logo .cmpName {
    font-weight: bold;
    font-size: 31px;
}

nav .logo .catchLine {
    font-style: italic;
    font-size: 16px;
}
nav ul{
    display: flex;
    align-items: center;
    list-style: none;
    gap: 60px;
    padding-right: 135px;
    padding-left: 7.7%;
}

/*nav ul{
    width: 80%;
    text-align: center;
}*/

nav ul li{
    padding1: 0% 4%;
    display: inline;
    list-style: none;
}
nav ul li a{
    font-family: "Jost", sans-serif;
    font-size: 25px;
    font-weight: 300;
    text-decoration: none;
    color: black;
}

nav .mode{
    /*padding-right: 2%;*/
    width: 10%;
}

nav .mode .modeImg{
    height: 44px;
    width: 44px;
}

.main h2{
    text-align: center;
    font-size: 40px ;

}

.main .greenheading{
    color: #9AC22C;
}
.main img{
    height: 250px;
}



.main h3{
    color: #9AC22C;
    font-size: 34px;
}


.colom{
    display: flex;
    align-items: flex-start;
    padding-left: 80px;
}

.footer{

    text-align: center;
   
    position: relative;
     background-color: #9AC22C;
     padding: 1em 0;
     color: black;
     padding: 0px 0px 0px 0px;
     padding: 0px;
     margin-top: 0;
     
}

.uline {
    text-decoration-line: underline;
    text-decoration-color: #9AC22C;
}

.pageHeading{
    margin-bottom: 20px;
}

.type1, .type2 {
  display: flex;
}
.type1 .clientLogo {
    width: 50%;
    padding-left: 15%;
}
.type1 .clientDetails{
    width: 50%;
    padding-right: 7%;
    text-align: center;
 }
.type2 .clientLogo {
    width: 50%;
    padding-left: 15%;
}
.type2 .clientDetails{
    width: 50%;
    padding-left: 7%;
    text-align: center;
 }

 .dubaiImg{
    padding-left: 7%;
 }

 .client{
    margin-bottom: 48px;
 }
 .clientName{
    font-weight: bold;
    color: #9AC22C;
    font-size: 30px;
    
 }
 .assamlogo{
    padding-left: 12%;
 }

 .andhralogo{
    padding-left: 8%;
 }



 @font-face {
    font-family: "Computer Modern";
    src: url('http://mirrors.ctan.org/fonts/cm-unicode/fonts/otf/cmunss.otf');
}

@font-face {
    font-family: "Computer Modern";
    src: url('http://mirrors.ctan.org/fonts/cm-unicode/fonts/otf/cmunsx.otf');
    font-weight: bold;
}

@font-face {
    font-family: "Computer Modern";
    src: url('http://mirrors.ctan.org/fonts/cm-unicode/fonts/otf/cmunsi.otf');
    font-style: italic, oblique;
}

@font-face {
    font-family: "Computer Modern";
    src: url('http://mirrors.ctan.org/fonts/cm-unicode/fonts/otf/cmunbxo.otf');
    font-weight: bold;
    font-style: italic, oblique;
}


body {
    font-family: 'Computer Modern', sans-serif;
    height: 100%;
    margin: 0;
    width: 100%;
    padding: 0px;
    overflow-x: hidden;
}

.mobile .type2 .clientLogo { order: 1; }
.mobile .type2 .clientDetails { order: 2; }

@media (max-width: 768px) {
  .main img {
    width: 85%;
  }

  .type1, .type2 {
    display: flex;
    flex-direction: column;
  }
  .type1 .clientLogo,  .type1 .clientDetails {
    width: 100%;
    padding: 0%;
    text-align: center;
}
.type2 .clientLogo, .type2 .clientDetails {
    width: 100%;
    padding: 0%;
    text-align: center;
}
.pageHeading h2{
    font-size: 29px;
}
nav img {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
}
}

.m_ham { width: 20%; }
.m_logo { width: 60%; text-align: center; }
.m_mode { width: 20%; }
.m_ham img { width: 75%; }
.m_mode img { margin-top: -9%; }
.m_logo .cmpImg { 
    width: 25%;   
    float: left;
    margin: 0% 3% 0% 20%;
}
.m_logo .cmpName {
    margin-top: 2%;
    font-size: 23px;
    margin-left: -13%;
}
.m_logo .catchLine {
    font-size: 20px;
}
#m_nav #navlinks {
    display: block;
    z-index: 100;
    position: absolute;
    background-color: #9AC22C;
    width: 100%;    
}
#m_nav ul {
    display: flex;
    flex-direction: column;
    width: 100%;
    padding: 0px;
    margin: 0px;
    gap: 0px;
}
#m_nav ul li {
    border-bottom: 2px solid black;
    width: 100%;
    text-align: center;
}
#m_nav ul li:first-child {
    border-top: 2px solid black;
}
.mwrapper {
    padding-bottom: 15px;
}