* {

  margin: 0;

  padding: 0;

  box-sizing: border-box; }



img {

  max-width: 100%;

  vertical-align: middle; }



body {

  font-family: Helvetica, Arial, sans-serif;

  color: #2a2f35;

  -webkit-font-smoothing: antialiased;

  -moz-osx-font-smoothing: grayscale;

  -moz-font-feature-settings: "liga", "kern";

  text-rendering: optimizelegibility;

  overflow-x: hidden;

  overflow-y: scroll;

  text-align: left;

  line-height: 1.6;

  font-size: 16px;

  font-weight: 400; }



h1, h2, h3, h4, h5, h6 {

  font-weight: 700;

  color: #2a2f35;

  margin-bottom: 15px; }



p {

  margin: 0 0 15px;

   }



a {

  color: #2a2f35;

  outline: none !important;

  -webkit-transition: all .3s ease;

  -moz-transition: all .3s ease;

  -ms-transition: all .3s ease;

  -o-transition: all .3s ease;

  transition: all .3s ease;

  text-decoration: none !important; }



a:hover {

  text-decoration: none;

  color: #8d3531; }



a:active {

  outline: none; }



a:focus {

  -moz-outline-style: none;

  outline-style: none;

  outline: none;

  text-decoration: none; }



/* header start */


.sec-wp{ background: url("../images/bg-img.jpg") no-repeat no-repeat center center fixed; width: 100%; height: 100%;-webkit-background-size: cover; -moz-background-size: cover;

  -o-background-size: cover;

  background-size: cover;

}
.container{ padding: 0; max-width: 1024px;}

.back-bg{ background-image: linear-gradient(to bottom, #8bbfdc, #9ac6e1, #a8cce5, #b5d3ea, #c2daee, #c2daee, #c2daee, #c2daee, #b5d3ea, #a8cce5, #9ac6e1, #8bbfdc);}

.back-bg2{ background: #fff;}

.main-h1{position: relative; text-align: center}

.main-h1 span{ background: #8d3531; display: inline-block;font-size: 32px; text-transform:uppercase; border-radius: 50px; padding: 8px 24px; color: #fff; z-index: 2; position: relative}

.main-h1:before{ content: ''; position: absolute; width: 100%; height: 6px; background: #8d3531;left: 0; right: 0; top: 50%; z-index: 1;border-radius: 100px;}

.main-menu{ list-style: none; max-width: 800px; margin: 0 auto;text-align: center;}

.main-menu li{ list-style: none; display: inline-block; width: 38%; margin: 10px 24px; text-align: center;}

.main-menu h2{ font-size: 26px; color: #8d3531; margin-bottom: 10px;}

.main-menu figure{margin-bottom: 0;}

.sec-footer{ border-top:3px solid #2a2f35; }



.awards-wp{ text-align: center;}

.awards-wp figcaption{font-weight: 600; font-size: 16px; line-height: normal; margin: 10px 0}

.awards-wp .col-sm-3{ padding-bottom: 30px;}

@media (max-width:767px){
.main-menu h2 {  font-size: 20px;}
.main-h1 span{ font-size: 24px;}
}

@media (max-width:640px){
.main-menu li{  width: 42%; margin: 10px;}
.main-menu h2 {  font-size: 16px;}
.awards-wp figcaption {  font-size: 14px;}
.back-bg.px-5.py-5,.back-bg2.px-5.py-5{ padding: 5px!important; }
	.sec-footer.mt-4.pt-4.px-5{ margin: 0!important; padding: 10px 0!important}
.back-bg2 .col-sm-3,.back-bg2 .col-sm-4{-webkit-box-flex: 0;-ms-flex: 0 0 50%;flex: 0 0 50%;max-width: 50%; }
}
@media (max-width:480px){
	
.sec-wp.px-5.py-5 { padding: 1rem!important;}
.main-h1 span {font-size: 18px;}
.main-menu li{margin: 5px;}
}