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

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

@font-face {
  font-family: 'Gotham-Book';
	  src: url('fonts/Gotham-Book.eot?#iefix') format('embedded-opentype'),  
	  url('fonts/Gotham-Book.otf')  format('opentype'),
	  url('fonts/Gotham-Book.woff') format('woff'), 
	  url('fonts/Gotham-Book.ttf')  format('truetype'), 
	  url('fonts/Gotham-Book.svg#Gotham-Book') format('svg');
	  font-weight: normal;
	  font-style: normal;
}
@font-face {
    font-family: 'MontserratSemiBold';
    src: url('fonts/MontserratSemiBold.eot');
    src: url('fonts/MontserratSemiBold.eot') format('embedded-opentype'),
         url('fonts/MontserratSemiBold.woff2') format('woff2'),
         url('fonts/MontserratSemiBold.woff') format('woff'),
         url('fonts/MontserratSemiBold.ttf') format('truetype'),
         url('fonts/MontserratSemiBold.svg#MontserratSemiBold') format('svg');
}
/*
@font-face {
    font-family: 'MontserratSemiBold';
    src: url('fonts/MontserratSemiBold.eot');
    src: url('fonts/MontserratSemiBold.eot') format('embedded-opentype'),
         url('fonts/MontserratSemiBold.woff2') format('woff2'),
         url('fonts/MontserratSemiBold.woff') format('woff'),
         url('fonts/MontserratSemiBold.ttf') format('truetype'),
         url('fonts/MontserratSemiBold.svg#MontserratSemiBold') format('svg');
}*/
html {
    -webkit-text-size-adjust: 100%;
}
*{ 
box-sizing: border-box;
}

/***************************************************/
body.home {
    margin: 0;
    height: 100%;
}
header.banner-section{
    background-image: url(../img/background.png);
    background-color: black;
    font-family: 'Montserrat', sans-serif;
    margin: 0;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 90px 0;
}
.logo {
    display: table;
    margin: 0 auto;
    
}
.our-brands .container h2.heading {
    text-align: center;
    color: #000000;
    font-size: 36px;
    font-family: 'Montserrat';
    padding: 50px 0 10px 0;
}
.our-brands .images {
    padding-bottom: 65px;
    display: flex;
    margin: 0 -15px;
}
.content-wrap p.para {
    font-size: 18px;
    color: #000000;
    font-family: 'Montserrat';
    font-weight: 600;
    border-top: 1px solid #D9D9D9;
    padding: 25px 74px 20px 74px;
    line-height: 32px;
    text-align: center;
}
html {
    height: 100%;
}
img {
 max-width:100%;
 max-height:100%;
}
html .container {
    width: 100%;
    max-width: 1200px;
    padding-left: 15px;
    padding-right: 15px;
    margin: 0 auto;
    position: relative;
    float: none;
    justify-content: center;
    justify-content: space-between;
}
.images a {
    width: 270px;
    height: 155px;
    background-color: white;
    border: 1px solid #CCCCCC;
    text-align: center;
    border-radius: 15px;
    margin: 0 auto;
    box-shadow: 0 0 15px #cccccc;
    align-items: center;
    justify-content: center;
    display: flex;
}
element.style {
    border: 1px solid rgb(255, 0, 0);
}
.fild-wrap.name.field {
    display: flex;
    justify-content: space-between;
}
.content-wrap h2 {
    font-size: 50px;
    font-weight: 500;
    margin-bottom: 25px;
}
.content .logo img {
    margin-bottom: 10px;
}


@media only screen and (min-width: 1024px) and (max-width: 1199px) {
.our-brands .images img {
    max-width: 150px;
    margin: 0 auto;
}
.our-brands .images {
    margin: 0 -7px;
}
.our-brands .images a {
    width: 230px;
    height: 130px;
    margin: 0 10px;
}

}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
.logo {
    padding: 0px 0;
}
.our-brands .images {
    margin: 0 -10px;
}
.our-brands .images a {
    width: 170px;
    padding: 10px;
    height: 110px;
}

}

@media only screen and (max-width:767px) {
.our-brands .images {
    display: block;
    text-align: center;
}
header.banner-section {
    padding: 0px 0;
}
.our-brands .images {
    padding-bottom: 20px;
}
.logo {
    padding: 30px 0;
}
header.banner-section img {
    height: 100px;
    width: 100px;
}
.our-brands .container h2.heading {
    padding: 0px 0 0px 0px;
}
.content-wrap p.para {
    line-height: 25px;
}
.our-brands .images {
    display: flex;
    flex-wrap: wrap;
    text-align: center;
    margin: 0 -10px;
}
.our-brands .images a {
    width: 160px;
    padding: 10px;
    height: 110px;
    margin: 10px;
}
.our-brands .container h2.heading {
    font-size: 25px;
}
.container {
    display: block;
}
.content {
    color: white;
    font-family: 'Montserrat';
    width: 100%;
}
.content-wrap h2 {
    font-size: 30px;
    margin-bottom: 15px;
}
.content-wrap p.para {
    font-size: 14px;
    padding: 20px 0px 15px 0px;
}
}

@media only screen and (min-width:480px) and (max-width:767px) {
.our-brands .images {
        justify-content: center;
}
.our-brands .images a {
    width: 180px;
}







}

