/*=======================*/
@font-face {
    font-family: 'proxima_novabold';
    src: url('proxima_nova_bold-webfont.woff2') format('woff2'),
         url('proxima_nova_bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'proxima_novaextrabold';
    src: url('proxima_nova_extrabold-webfont.woff2') format('woff2'),
         url('proxima_nova_extrabold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'proxima_novathin';
    src: url('proxima_nova_thin-webfont.woff2') format('woff2'),
         url('proxima_nova_thin-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'proxima_novaregular';
    src: url('proximanova-regular-webfont.woff2') format('woff2'),
         url('proximanova-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'proxima_nova_altbold';
    src: url('proxima_nova_alt_bold-webfont.woff2') format('woff2'),
         url('proxima_nova_alt_bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'proxima_nova_altlight';
    src: url('proxima_nova_alt_light-webfont.woff2') format('woff2'),
         url('proxima_nova_alt_light-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'proxima_nova_altthin';
    src: url('proxima_nova_alt_thin-webfont.woff2') format('woff2'),
         url('proxima_nova_alt_thin-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'proxima_novablack';
    src: url('proxima_nova_black-webfont.woff2') format('woff2'),
         url('proxima_nova_black-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
/*=======================*/


.row{
    margin-left: 0;
    margin-right: 0;
}
li{
    list-style-type: none;
}
a{
    color: #000;
}
/*=============header css start============*/
.logo_img img{
    width: 150px;
}
/* .header_section{
    background-repeat: no-repeat;
    background-size: 100% 100%;
} */
.humburger_control{
    padding: 6px 23px 10px 0;
}
.overlay {
    height: 0%;
    width: 100%;
    position: fixed;
    z-index: 41;
    top: 0;
    left: 0;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0, 0.9);
    overflow-y: hidden;
    transition: 0.5s;
  }
  
  .overlay-content {
    position: relative;
    top: 23%;
    width: 100%;
    text-align: center;
    font-family: 'proxima_novaregular';
}
  
  .overlay a {
    padding: 8px;
    text-decoration: none;
    font-size: 36px;
    color: #818181;
    display: block;
    transition: 0.3s;
  }
  
  .overlay a:hover, .overlay a:focus {
    color: #f1f1f1;
  }
  .header_background{
    /* position: fixed; */
    width: 100%;
    z-index: 999999999;
    display: flex;
    align-items: center;
  }
  .overlay .closebtn {
    position: absolute;
    top: 20px;
    right: 45px;
    font-size: 60px;
    padding: 20px 0;
    top: 0;
  }
  .header_section .about_head .h1{
    margin: 0;
    /* color: #fff;
    text-align: center; */
    /* padding: 20px 0; */
    text-transform: capitalize;
    font-family: 'proxima_novabold';
  }
  .about_head{
    /* padding-top: 70px; */
    color: grey;
    /* padding-left: 90px; */
}
  @media screen and (max-height: 450px) {
    .overlay {overflow-y: auto;}
    .overlay a {font-size: 20px}
    .overlay .closebtn {
    font-size: 40px;
    top: 15px;
    right: 35px;
    }
  }
/*=============header css end============*/
/*=============body css end============*/
.home_section{
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}
.head_content{
    color: black;
    position: absolute;
    top: 19%;
    left: 13%;
    transform: translate(-50% , -50%);
}

.head_content .h1{
    font-size: 70px;
    text-transform: capitalize;
}
/* .body_content{
    padding: 40px 0px;
} */
.modal-popup{
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    opacity: 0;
    z-index: 9999999999;
    visibility: hidden;
    -webkit-transition: all 0.35s ease 0s;
    -moz-transition: all 0.35s ease 0s;
    -ms-transition: all 0.35s ease 0s;
    -o-transition: all 0.35s ease 0s;
    transition: all 0.35s ease 0s;
}
.modal-popup.modal-visible{
    opacity: 1;
    overflow-y: auto;
    visibility: visible;
}
.modal-popup .modal-wrap{
    display: table;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0.7);
}
.modal-popup .modal-body{
    display: table-cell;
    vertical-align: middle;
    background: rgba(0, 0, 0, 0.2);
}
.modal-popup .modal-content{
    width: 100%;
    max-width: 700px;
    padding: 20px;
    margin: 20px auto;
    background: #fff;
    border-radius: 3px;
    position: relative;
    overflow-x: hidden;
    overflow-y: auto;
}
.icon_close{
    text-align: right;
    cursor: pointer;
}
/* .video_content{
    position: absolute;
}
.video_content i{
    color: gray;
    font-size: 34px !important;
    cursor: pointer;
}
.play .h1{
    font-family: 'proxima_novaextrabold';
    color: #fff;
} */
/* .video_content{
    text-align: center;
    height: 350px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    max-width: 740px;
    margin: 0 auto;
    box-shadow: 0px 1px 10px 1px grey;
}
.video_content i{
    color: gray;
    font-size: 30px !important;
    cursor: pointer;
} */
.video-play-button {
    position: absolute;
    z-index: 10;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    box-sizing: content-box;
    display: block;
    width: 32px;
    height: 44px;
    /* background: #fa183d; */
    border-radius: 50%;
    padding: 18px 20px 18px 28px;
  }
  
  .video-play-button:before {
    content: "";
    position: absolute;
    z-index: 0;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 80px;
    height: 80px;
    background: #ba1f24;
    border-radius: 50%;
    animation: pulse-border 1500ms ease-out infinite;
  }
  
  .video-play-button:after {
    content: "";
    position: absolute;
    z-index: 1;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 80px;
    height: 80px;
    background: #fa183d;
    border-radius: 50%;
    transition: all 200ms;
  }
  
  .video-play-button:hover:after {
    background-color: darken(#fa183d, 10%);
  }
  
  .video-play-button img {
    position: relative;
    z-index: 3;
    max-width: 100%;
    width: auto;
    height: auto;
  }
  
  .video-play-button span {
    display: block;
    position: relative;
    z-index: 3;
    width: 0;
    height: 0;
    border-left: 32px solid #fff;
      border-top: 22px solid transparent;
      border-bottom: 22px solid transparent;
  }
  
  @keyframes pulse-border {
    0% {
      transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
      opacity: 1;
    }
    100% {
      transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
      opacity: 0;
    }
  }
  
  
  
  .video-overlay {
    position: fixed;
    z-index: -1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0,0,0,0.80);
    opacity: 0;
    transition: all ease 500ms;
  }
  
  .video-overlay.open {
    position: fixed;
    z-index: 1000;
    opacity: 1;
  }
  
  .video-overlay-close {
    position: absolute;
    z-index: 1000;
    top: 15px;
    right: 20px;
    font-size: 36px;
    line-height: 1;
    font-weight: 400;
    color: #fff;
    text-decoration: none;
    cursor: pointer;
    transition: all 200ms;
  }
  
  .video-overlay-close:hover {
    color: #fa183d;
  }
  
  .video-overlay iframe {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    /* width: 90%; */
    /* height: auto; */
    box-shadow: 0 0 15px rgba(0,0,0,0.75);
  }
/*=============body css end============*/
/*=============footer css end============*/
footer{
    font-family: 'proxima_novaregular';
    background-color: #444444;
    color: #fff;
}
.terms_section li a:hover{
    color: #fa183d !important;
    font-weight: 600;
}
footer a{
    color:#fff !important;
}
.footer_section{
    display: flex;
    align-items: center;
    padding: 20px 0;
}
.footer_section .icons_media div{
    float: left;
    margin: 0 20px;
}

.footer_section .icons_media i{
    font-size: 21px;
    border: 1px solid white;
    border-radius: 50%;
    width: 32px;
    height: 32px;
    /* text-align: center; */
    display: flex;
    align-items: center;
    justify-content: center;
    transition: opacity 0.5s ease-in-out 0s;
}
.footer_section .icons_media i:hover{
    transition: .4s ease;
    border: 1px solid #fa183d;
    background-color: #fa183d;
    color: #fff;
}
/*=============footer css end============*/
@media (max-width: 280px){
    .footer_section .copyright{
        font-size: 14px;
    }
    .footer_section .terms_section{
        font-size: 14px;
        text-align: center;
    }
    .footer_section .terms_section ul{
        padding-left: 0;
    }
    .footer_section .icons_media div{
        margin: 0 7px;
    }
    .footer_section ul{
        padding-left: 0;
    }
    .overlay a{
        font-size: 16px;
    }
    .logo{
        width: 50%;
    }
    .humburger_control{
        width: 50%;
    }
    .play .h1{
        font-size: 28px;
    }
    .head_content .h1{
        font-size: 24px;
        padding-left: 50px;
    }
}
@media (min-width: 280px) and (max-width: 410px){
    .footer_section .copyright{
        font-size: 14px;
    }
    .footer_section .terms_section{
        font-size: 14px;
        text-align: center;
    }
    .footer_section .terms_section ul{
        padding-left: 0;
    }
    .footer_section .icons_media div{
        margin: 0 7px;
    }
    .footer_section ul{
        padding-left: 0;
    }
    .overlay a{
        font-size: 16px;
    }
    .logo{
        width: 50%;
    }
    .humburger_control{
        width: 50%;
    }
    .play .h1{
        font-size: 30px;
    }
    .head_content .h1{
        font-size: 24px;
        padding-left: 50px;
    }
}
@media (min-width: 411px) and (max-width: 576px){
    .footer_section .terms_section{
        text-align: center;
    }
    .footer_section ul{
        padding-left: 0;
    }
    .logo{
        width: 50%;
    }
    .humburger_control{
        width: 50%;
    }
    .play .h1{
        font-size: 30px;
    }
    .head_content .h1{
        font-size: 28px;
        padding-left: 50px;
    }
}
@media (min-width: 577px) and (max-width: 768px){
    .footer_section .terms_section{
        text-align: center;
    }
    .footer_section ul{
        padding-left: 0;
    }
    .head_content .h1{
        font-size: 32px;
        padding-left: 50px;
    }
}
@media (min-width: 769px) and (max-width: 898px){
    .footer_section .icons_media div{
        margin: 0 7px;
    }
    .head_content .h1{
        font-size: 37px;
        padding-left: 50px;
    }
}
@media (min-width: 890px) and (max-width: 992px){
    .footer_section .icons_media div{
        margin: 0 7px;
    }
    .head_content .h1{
        font-size: 40px;
        padding-left: 50px;
    }
}
@media (min-width: 993px) and (max-width: 1169px){
    .footer_section .icons_media div{
        margin: 0 14px;
    }
    .head_content .h1{
        font-size: 42px;
        padding-left: 50px;
    }
}

/*Projects*/
.project_heading {
    margin-top: 15px;
    margin-bottom: 15px;
}
.project_description p {
    font-size: 14px;
}