

@font-face {
    font-family: 'Lato-Bold';
    src: url('assets/fonts/Lato-Bold.eot');
    src: url('assets/fonts/Lato-Bold.eot?#iefix') format('embedded-opentype'),
        url('assets/fonts/Lato-Bold.woff2') format('woff2'),
        url('assets/fonts/Lato-Bold.woff') format('woff'),
        url('assets/fonts/Lato-Bold.ttf') format('truetype'),
        url('assets/fonts/Lato-Bold.svg#Lato-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Lato-Regular';
    src: url('assets/fonts/Lato-Regular.eot');
    src: url('assets/fonts/Lato-Regular.eot?#iefix') format('embedded-opentype'),
        url('assets/fonts/Lato-Regular.woff2') format('woff2'),
        url('assets/fonts/Lato-Regular.woff') format('woff'),
        url('assets/fonts/Lato-Regular.ttf') format('truetype'),
        url('assets/fonts/Lato-Regular.svg#Lato-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Lato-Light';
    src: url('assets/fonts/Lato-Light.eot');
    src: url('assets/fonts/Lato-Light.eot?#iefix') format('embedded-opentype'),
        url('assets/fonts/Lato-Light.woff2') format('woff2'),
        url('assets/fonts/Lato-Light.woff') format('woff'),
        url('assets/fonts/Lato-Light.ttf') format('truetype'),
        url('assets/fonts/Lato-Light.svg#Lato-Light') format('svg');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

:root {
    --color-palette1 : #1DB568;
    --color-palette2 : #0E0F19;
  }
*{
    box-sizing: border-box;
}

html{ display: block; width: 100%; height: 100%; position: relative;}   
body{padding-top: 195px;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;margin:0px;padding:0px; font-family: 'Lato-Light';font-size:24px;color:#000000;
    background: #fff;line-height: 36px;}
/*common css start here*/
h1,h2,h3,h4,h5,h6,p,ul,nav{margin:0px;padding:0px;}
h1{font-size: 60px;line-height: 1.2; font-family:"ivypresto-display";margin: 0 0 18px;}
h2{font-size: 60px;line-height: 1.2; font-family:"ivypresto-display";margin: 0 0 18px;}
h3 {font-size: 48px;line-height: 1.2; font-family:"ivypresto-display";margin: 0 0 18px;}
h4 {font-size: 32px;line-height: 1.2; font-family:"ivypresto-display";margin: 0 0 18px;}
h5{font-family:"ivypresto-display";font-size: 18px;line-height: 26px;margin: 0 0 14px;}
p{padding:0px;margin: 0 0 20px 0;}  
p strong, strong{font-weight:bold;font-family: 'SourceSans-ProBold';}
ul, ol{ margin:0 0 0 0px; padding:0px;}
.alignleft{float:left; margin:0px 15px 15px 0px;}
.alignright{float:right; margin:0px 0px 15px 15px;}
.aligncenter{float:none; margin:0px auto 15px auto;}
a{text-decoration:none;color:#987358;}
a:hover{text-decoration:none;color:#987358;}
a:focus{text-decoration:none;}
.clear{clear:both;}
img{max-width:100%;vertical-align:middle;}
input::-moz-placeholder{color:#cccccc;}
input::-webkit-input-placeholder{color:#cccccc;}
input::-ms-input-placeholder{color:#cccccc;}
textarea::-moz-input-placeholder{color:#cccccc;}
textarea::-webkit-input-placeholder{color:#cccccc;}
textarea::-ms-input-placeholder{color:#cccccc;} 

/***header***/
.skip-link.screen-reader-text { display: none; }
section.inner__content{
    background: #CDE2F0;
    background-size: cover;
    background-repeat: no-repeat;

}
.cover-wrapper {
    max-width: 1360px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
           height: 100vh;
          min-height: 720px;
 
}

div#client-logos {
    display: flex;
    flex-wrap: wrap;
}

.item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
    padding: 15px;
}

.client-inners {
    background: #fff;
    border-radius: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 184px;
}
.site-logo {
    text-align: center;
    margin: 0 0 100px;
}
.site-logo img {
    width: 400px;
    height: auto;
}
.client-inners img {
    max-width: 210px;
    max-height: 144px;
    padding: 20px;
}
.item a:hover {
    opacity: 0.90;
}
@media(max-width: 1000px) {
.client-inners img {
    max-width: 140px;
    max-height: 120px;
    padding: 20px;
}
.client-inners {
    height: 140px;
}
}

@media(max-width: 767px) {
.site-logo img {
    width: 300px;
    height: auto;
}
.item {
    -ms-flex: 0 0 25%;
    flex: 0 0 50%;
    max-width: 50%;
    padding: 8px;
}
.site-logo {
    margin: 0 0 40px;
}
.client-inners img {
   max-width: 156px;
        max-height: 130px;
        padding: 18px 10px;
}
.cover-wrapper {
    height: 100%;
    min-height: 100%;
    padding: 60px 0;
}
}