@font-face {
    font-family: 'PoppinsBold';
    src: url('../fonts/PoppinsBold.eot');
    src: url('../fonts/PoppinsBold.eot') format('embedded-opentype'),
        url('../fonts/PoppinsBold.woff2') format('woff2'),
        url('../fonts/PoppinsBold.woff') format('woff'),
        url('../fonts/PoppinsBold.ttf') format('truetype'),
        url('../fonts/PoppinsBold.svg#PoppinsBold') format('svg');
}
@font-face {
    font-family: 'PoppinsSemiBoldItalic';
    src: url('../fonts/PoppinsSemiBoldItalic.eot');
    src: url('../fonts/PoppinsSemiBoldItalic.eot') format('embedded-opentype'),
        url('../fonts/PoppinsSemiBoldItalic.woff2') format('woff2'),
        url('../fonts/PoppinsSemiBoldItalic.woff') format('woff'),
        url('../fonts/PoppinsSemiBoldItalic.ttf') format('truetype'),
        url('../fonts/PoppinsSemiBoldItalic.svg#PoppinsSemiBoldItalic') format('svg');
}
@font-face {
    font-family: 'PlayfairDisplayMedium';
    src: url('../fonts/PlayfairDisplayMedium.eot');
    src: url('../fonts/PlayfairDisplayMedium.eot') format('embedded-opentype'),
        url('../fonts/PlayfairDisplayMedium.woff2') format('woff2'),
        url('../fonts/PlayfairDisplayMedium.woff') format('woff'),
        url('../fonts/PlayfairDisplayMedium.ttf') format('truetype'),
        url('../fonts/PlayfairDisplayMedium.svg#PlayfairDisplayMedium') format('svg');
}
@font-face {
    font-family: 'MulishMedium';
    src: url('../fonts/MulishMedium.eot');
    src: url('../fonts/MulishMedium.eot') format('embedded-opentype'),
        url('../fonts/MulishMedium.woff2') format('woff2'),
        url('../fonts/MulishMedium.woff') format('woff'),
        url('../fonts/MulishMedium.ttf') format('truetype'),
        url('../fonts/MulishMedium.svg#MulishMedium') format('svg');
}
@font-face {
    font-family: 'SatisfyRegular';
    src: url('../fonts/SatisfyRegular.eot');
    src: url('../fonts/SatisfyRegular.eot') format('embedded-opentype'),
        url('../fonts/SatisfyRegular.woff2') format('woff2'),
        url('../fonts/SatisfyRegular.woff') format('woff'),
        url('../fonts/SatisfyRegular.ttf') format('truetype'),
        url('../fonts/SatisfyRegular.svg#SatisfyRegular') format('svg');
}




@keyframes pulse {
    from {box-shadow: 0 0 0 0px rgba(255,255, 255, 0.6); background: rgba(255,255, 255, 0.6);}
    to {box-shadow: 0 0 0 1000px rgba(255, 255, 255, 0); background: rgba(255,255, 255, 0);}
}
@keyframes openTop {
    0% {transform: translateY(-5px) rotate(0deg);}
    50% {transform: translateY(0px) rotate(0deg);}
    100% {transform: translateY(0px) rotate(90deg);}
  }
@keyframes closedTop {
    0% {transform:translateY(-5px) rotate(0deg);}
    50% {transform:translateY(0px) rotate(0deg);}
    100% {transform:translateY(0px) rotate(90deg);}
  }
@keyframes openMid {
    50% {transform:rotate(0deg);}
    100% {transform:rotate(45deg);}
  }
@keyframes closedMid {
    50% {transform: rotate(0deg);}
    100% {transform: rotate(45deg);}
  }
@keyframes openBtm {
    0% {transform:translateY(5px) rotate(0deg);}
    50% {transform:translateY(0px) rotate(0deg);}
    100% {transform:translateY(0px) rotate(90deg);}
  }
@keyframes closedBtm {
    0% {transform:translateY(5px) rotate(0deg);}
    50% {transform:translateY(0px) rotate(0deg);}
    100% {transform:translateY(0px) rotate(90deg);}
}


*{margin:0;padding:0;}
ul {margin:0;padding:0;}
ul li {list-style:none;}
.mainbody {
    background: url(../image/bgboxic.jpg) no-repeat;
    height: 100vh;
    background-position: center;
    background-size: cover;
    position: relative;
    padding-top: 50px;
    overflow: hidden;
    color:#fff;
}
.mainbody:before {
    position: absolute;
    background-image: url(../image/overlay.png);
    background-color: rgba(0, 0, 0, 0.4);
    width: 100%;
    height: 100%;
    content: "";
    top: 0;
    left: 0;
    z-index: 0;
}
.socialmedia {text-align:center;}
.socialmedia ul {
    line-height: 15px;
    position: relative;
    display: inline-block;
    margin: 0;
    border-left: solid 1px rgba(255, 255, 255, 0.7);
    border-right: solid 1px rgba(255, 255, 255, 0.7);
}
.socialmedia ul li {
    display: inline-block;
    margin: 0 3px;
}
.socialmedia ul:before, .socialmedia ul:after {
    border-color: rgba(255, 255, 255, 0.7);
}
.socialmedia ul:before {
    content: '';
    display: block;
    width: 600%;
    position: absolute;
    top: 50%;
    margin-top: -3px;
    height: 5px;
    border-top: solid 1px rgba(255, 255, 255, 0.7);
    border-bottom: solid 1px rgba(255, 255, 255, 0.7);
}
.socialmedia ul:after {
    content: '';
    display: block;
    width: 600%;
    position: absolute;
    top: 50%;
    margin-top: -3px;
    height: 5px;
    border-top: solid 1px rgba(255, 255, 255, 0.7);
    border-bottom: solid 1px rgba(255, 255, 255, 0.7);
}
.socialmedia ul:after {
    right: 100%;
    margin-right: 1px;
}
.socialmedia ul:before {
    left: 100%;
    margin-left: 1px;
}
.logorow {
    margin:10px 0 0;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 75vh;
}
.logo {
    background: rgba(255,255,255,1);
    border-radius: 8px;
    padding: 10px;
    width: 200px;
    text-align: center;
    margin: 0 auto;
}
.undercont {
    display:flex;
    flex-direction:column;
    justify-content:center;
    align-items:center;
    height:auto;
    font-family:'PoppinsSemiBoldItalic';
    color:#e7e4e4;
    text-transform:uppercase;
    letter-spacing:0.10em;
    margin:0;
}
.undercont h3 {font-size:50px;margin:0;}
.undercont h2 {font-size:65px;margin:0;}
.undercont h4 {font-size:28px;margin:0;}
.undercont p {
    margin: 30px 0 10px;
    color: #fff;
    font-size:18px;
    font-family: 'SatisfyRegular';
    text-transform: capitalize;
}
.undercont h6 {
    margin: 0;
    font-size:18px;
    font-family: 'SatisfyRegular';
    text-transform: capitalize;
}
.ser {
    background: #C01E52;
    padding-top:90px;
    padding-bottom:90px;
    color: #fff;
    text-align: center;
}
.ser h3 {
    font-size:35px;
    text-transform:uppercase;
    font-family: 'PoppinsSemiBoldItalic';
    letter-spacing: 0.05em;
    margin: 0;
}
.width99 {
    width:99%;
    margin:0 auto;
}
.mt {margin-top:80px;}
.ser-inside {
    padding:10px;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}
.ser-inside h5 {
    font-size: 19px;
    font-family: 'PoppinsSemiBoldItalic';
    text-transform: capitalize;
    letter-spacing: 0.03em;
    margin: 0 0 0 15px;
    text-align: left;
    line-height: 26px;
}
.ftr {
    background: #000;
    padding-top: 15px;
    padding-bottom: 15px;
    text-align:center;    
    color:#fff;
}
.adrs p, .adrs a {
    margin: 0;
    font-size: 14px;
    font-family: 'MulishMedium';
    letter-spacing: 0.05em;
    position: relative;
}
.adrs a {
    color:#fff;
}
a.emailc {
    margin-left: 30px;
}
.adrs a:hover {text-decoration:none; color:#ccc;}

@media only screen and (min-device-width : 320px) and (max-device-width : 480px) {
    .mainbody {height:auto;padding-top:15px;}
    .logorow {margin:20px 0 0;height:auto;}
    .undercont h3 {font-size:30px;margin:20px 0 0;}
    .undercont h2 {font-size:40px;}
    .undercont h4 {font-size:15px;}
    .undercont p {margin:15px 0 10px;font-size:15px;text-align:center;}
    .ser {padding-top:20px;padding-bottom:12px;}
    .ser h3 {font-size:30px;}
    .mt {margin-top:20px;}
    .ser-inside h5 {font-size:18px;}
    .ser-inside {justify-content:flex-start;}
}
@media only screen and (min-device-width : 481px) and (max-device-width : 575px) {
    .mainbody {height:auto;padding-top:15px;}
    .logorow {margin:20px 0 0;height:auto;}
    .undercont h3 {font-size:30px;margin:20px 0 0;}
    .undercont h2 {font-size:40px;}
    .undercont h4 {font-size:15px;}
    .undercont p {margin:15px 0 10px;font-size:15px;text-align:center;}
    .ser {padding-top:20px;padding-bottom:12px;}
    .ser h3 {font-size:30px;}
    .mt {margin-top:20px;}
    .ser-inside h5 {font-size:18px;}
    .ser-inside {justify-content:flex-start;}
}
@media only screen and (min-device-width : 576px) and (max-device-width : 767px) {
    .undercont p {text-align:center;}
    .ser {padding-top:40px;padding-bottom:35px;}
    .mt {margin-top:40px;}    
    .ser-inside {justify-content:flex-start;}
}
@media only screen and (min-device-width : 768px) and (max-device-width : 991px) {
    .undercont p {text-align:center;}
    .ser {padding-top:40px;padding-bottom:35px;}
    .mt {margin-top:40px;}    
    .ser-inside {justify-content:flex-start;}
}
@media only screen and (min-device-width : 992px) and (max-device-width : 1024px) {
    .undercont p {text-align:center;}
    .ser {padding-top:40px;padding-bottom:35px;}
    .mt {margin-top:40px;}    
    .ser-inside {justify-content:flex-start;}
}
@media only screen and (min-device-width : 1025px) and (max-device-width : 1099px) {
    .ftr {padding-top:10px;padding-bottom:10px;}
}