@font-face {
     font-family: 'Montserrat-Regular';
     src: url(fontfamily/Montserrat-Regular.ttf);
}
 @font-face {
     font-family: 'Montserrat-Medium';
     src: url(fontfamily/Montserrat-Medium.ttf);
}
 @font-face {
     font-family: 'Montserrat-SemiBold';
     src: url(fontfamily/Montserrat-SemiBold.ttf);
}
 @font-face {
     font-family: 'Montserrat-Bold';
     src: url(fontfamily/Montserrat-Bold.ttf);
}
 @font-face {
     font-family: 'Montserrat-Black';
     src: url(fontfamily/Montserrat-Black.ttf);
}
 body {
     margin: 0;
     padding: 0;
     font-family: 'Montserrat-Regular';
}
 .home-banner{
     background: url(../images/banner-home.png);
     background-repeat: no-repeat;
     background-position: center center;
    /* height: 700px;
     */
     background-size: cover;
     padding-bottom: 0;
}
 .mynav{
     background: none;
     border-radius: 0;
     border: 0;
     color: #fff;
     box-shadow: 0 0px 4px 0px #929292;
     padding-top: 15px;
     padding-bottom: 10px;
     margin-bottom: 0;
}
.mynav .fav-icon{
    height: 25px;
    display: inline-block;
}
.mynav .navbar-brand{
     font-family: 'Montserrat-Bold';
     color: #fff !important;
     font-size: 24px;
}
 .mynav .navbar-nav li a{
     color: #fff;
     font-family: 'Montserrat-Medium';
}
 .mynav .navbar-nav li a:hover{
     color: #55D989;
}
 .mynav .navbar-nav {
     margin-left: 15px;
}
 .mynav .navbar-nav li .btn-discord{
     background: #D2F8E1 !important;
     padding: 10px 20px !important;
     color: #000000;
     margin-top: 2px;
     font-family: 'Montserrat-Medium';
}
/* .header-img{
    position: relative;
}
.header-img img{
    position: absolute;
    bottom: 0;
} */

.header-img{
    margin-top: 135px;
}


/**** mobile-menu ***/
 .header-text{
     padding-top: 0px;
}
 .header-text h1{
     font-family: 'Montserrat-Black';
     font-size: 40px;
     color: #fff;
     margin-top: 150px;
}
 .panter-text{
     color: #55D989;
     text-shadow: 0px 3px 1px #fff;
}
 .header-text h4{
     font-family: 'Montserrat-Bold';
     font-size: 16px;
     color: #fff;
     margin-bottom: 15px;
}
 .header-text p{
     font-size: 14px;
     font-family: 'Montserrat-Medium';
     color: #fff;
     margin-bottom: 25px;
}
 .header-text img{
     width: 110%;
}
 .header-space{
     padding-bottom: 100px;
}
 .header-text a {
     position: relative;
     padding: 14px 20px;
     display: block;
     text-decoration: none;
     text-transform: uppercase;
     width: 220px;
     overflow: hidden;
     font-family: 'Montserrat-Bold';
     text-align: center;
     border-radius: 40px;
}
 .header-text a span {
     position: relative;
     color: #000;
     font-size: 15px;
     z-index: 1;
     text-align: center;
}
/* .btn-mint{
     background: linear-gradient(180.92deg, rgba(85, 217, 137, 0.8) 0.79%, rgba(85, 217, 137, 0) 117.47%);
     color: #fff !important;
     font-family: 'Montserrat-Bold';
     font-size: 24px;
     border: 2px solid rgba(85, 217, 137, 0.8);
     padding: 8px 45px;
     text-align: center;
     border-radius: 40px;
} */

.qty-selector{
    margin-bottom: 20px;
    /* max-width: 250px; */
    display: flex;
    align-items: center;
    color: #fff;
    background: rgba(196, 196, 196, 0.5);
    border: 3px solid #55D989;
    box-sizing: border-box;
    border-radius: 30px;
    width: max-content;
    padding: 2px 15px;
}
.qty-selector h5{
    margin-right: 15px;
}
.qty-selector h5 span{
    padding-left: 15px;
}
.qty-selector .form-control{
    background: none;
    width: 80px;
    border: 0;
    color: #fff;
    font-weight: bold;
}
.qty-selector .number{
    display: flex;
    align-items: center;
}
.minus, .plus{
    border-radius:10px;
    height: 18px;
    padding-top: 0px;
    width: 18px;
    border:1px solid #fff;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    -webkit-user-select: none;
    color: #fff;
    font-weight: bold;
    cursor: pointer;
    line-height: 16px;
    margin-right: 5px;
}
.header-text a .liquid {
     position: absolute;
     top: -80px;
     left: 0;
     width: 220px;
     height: 200px;
     background: #55D989;
     box-shadow: inset 0 0 50px rgba(255, 255, 255, .5);
     transition: .5s;
}
 .header-text a .liquid::after, .header-text a .liquid::before {
     content: '';
     width: 200%;
     height: 200%;
     position: absolute;
     top: 0;
     left: 50%;
     transform: translate(-50%, -75%);
     background: #fff;
}
 .header-text a .liquid::before {
     border-radius: 45%;
     background: rgba(255, 255, 255, 1);
     animation: animate 5s linear infinite;
}
 .header-text a .liquid::after {
     border-radius: 40%;
     background: rgba(255, 255, 255, 1);
     animation: animate 10s linear infinite;
}
 .header-text a:hover .liquid{
     top: -120px;
}
 @keyframes animate {
     0% {
         transform: translate(-50%, -75%) rotate(0deg);
    }
     100% {
         transform: translate(-50%, -75%) rotate(360deg);
    }
}
 .our-story{
     padding-top: 80px;
     padding-bottom: 0px;
     background: url(../images/banner-story.png);
     background-repeat: no-repeat;
     background-size: cover;
     color: #fff;
}
 .our-story .story-text{
     margin-top: 80px;
}
 .our-story .story-text h1{
     color: #D2F8E1;
     font-family: 'Montserrat-Black';
     margin-bottom: 20px;
}
 .our-story .story-text h4{
     font-family: 'Montserrat-Medium';
     font-size: 16px;
     line-height: 23px;
     margin-bottom: 15px;
}
 .our-story .story-text p{
     margin-bottom: 20px;
}
 .our-story .story-img{
     text-align: center;
}
 .our-story .story-img img{
     width: 90%;
     margin: auto;
}
 .our-story .btn-join{
     background: #D2F8E1;
     padding: 10px 20px !important;
     color: #000000;
     margin-top: 2px;
     font-family: 'Montserrat-Medium';
}
 .benefit-section{
     padding-top: 80px;
     padding-bottom: 0px;
     background: url(../images/banner-benefit.png);
     background-repeat: no-repeat;
     background-size: cover;
     color: #fff;
}
 .benefit-section .benefit-text{
     margin-top: 80px;
}
 .benefit-section .benefit-text h1{
     color: #D2F8E1;
     font-family: 'Montserrat-Black';
     margin-bottom: 20px;
}
 .benefit-section .benefit-text h4{
     font-family: 'Montserrat-Medium';
     font-size: 16px;
     line-height: 23px;
     margin-bottom: 15px;
}
 .benefit-section .benefit-text p{
     margin-bottom: 20px;
}
 .benefit-section .benefit-text ul{
     list-style-type: none;
     padding-left: 0;
}
 .benefit-section .benefit-img{
     text-align: center;
}
 .benefit-section .benefit-img img{
     width: 100%;
     margin: auto;
}
 .benefit-section .btn-join{
     background: #D2F8E1;
     padding: 10px 20px !important;
     color: #000000;
     margin-top: 2px;
     font-family: 'Montserrat-Medium';
}
/****** roadmap-section *****/
 .roadmap-section{
     padding-top: 50px;
     padding-bottom: 50px;
     background: url(../images/banner-home.png);
     background-repeat: no-repeat;
     background-position: center center;
     background-size: cover;
}
 .roadmap-section h1{
     color: #D2F8E1;
     font-family: 'Montserrat-Black';
     margin-bottom: 0px;
     text-align: center;
}
 .roadmap-section .sub-heading{
     text-align: center;
     font-size: 15px;
     line-height: 20px;
     font-family: 'Montserrat-Medium';
     margin-bottom: 50px;
     color: #fff;
}
 .roadmap-section .roadmap-list{
     display: flex;
     align-items: center;
     margin-bottom: 25px;
}
 .roadmap-section .roadmap-list .roadmap-count{
     width: 15%;
}
 .roadmap-section .roadmap-list .roadmap-count h1{
     font-family: 'Montserrat-Black';
     color: #fff;
     font-size: 74px;
}
 .roadmap-section .roadmap-list .roadmap-box{
     background: #312D4A;
     padding: 14px 40px;
     border-radius: 10px;
     padding-bottom: 20px;
     width: 85%;
}
 .roadmap-section .roadmap-list .roadmap-box h3{
     font-family: 'Montserrat-Bold';
     color: #fff;
     font-size: 16px;
}
 .roadmap-section .roadmap-list .roadmap-box p{
     color: #929292;
     font-size: 13px;
}
 .hide-roadmap{
     display: none;
}
 .view-all{
     color: #fff !important;
     font-family: 'Montserrat-Medium';
     text-decoration: none !important;
}
/****** roadmap-section *****/
/*** Art-section ****/
 .art-section{
     padding-top: 60px;
     padding-bottom: 100px;
     background: url(../images/banner-story.png);
     background-repeat: no-repeat;
     background-size: cover;
     background-position: center center;
     color: #fff;
}
 .art-section h1{
     color: #D2F8E1;
     font-family: 'Montserrat-Black';
     margin-bottom: 50px;
     text-align: center;
}
 .art-section .sub-heading{
     text-align: center;
     font-size: 15px;
     line-height: 20px;
     font-family: 'Montserrat-Medium';
     margin-bottom: 50px;
}
 .art-section .work-box p{
     text-align: center;
     margin-top: 15px;
     font-size: 13px;
     line-height: 17px;
}
 .btn-main{
     background: #D2F8E1;
     padding: 7px 30px !important;
     color: #000000;
     margin-top: 35px;
     font-family: 'Montserrat-Medium';
}
/*** Art-section ****/
/*** legendary-section ****/
 .legendary-section{
     padding-top: 60px;
     padding-bottom: 100px;
     background: url(../images/banner-benefit.png);
     background-repeat: no-repeat;
     background-size: cover;
     background-position: center center;
     color: #fff;
}
 .legendary-section h1{
     color: #D2F8E1;
     font-family: 'Montserrat-Black';
     margin-bottom: 50px;
     text-align: center;
}
 .legendary-section .sub-heading{
     text-align: center;
     font-size: 15px;
     line-height: 20px;
     font-family: 'Montserrat-Medium';
     margin-bottom: 50px;
}
 .legendary-section .work-box p{
     text-align: center;
     margin-top: 15px;
     font-size: 13px;
     line-height: 17px;
}
/*** legendary-section ****/
/***** our-team ******/
 .our-team{
     padding-top: 70px;
     padding-bottom: 80px;
     background: url(../images/banner-story.png);
}
 .our-team h1{
     text-align: center;
     font-family: 'Montserrat-Black';
     color: #D2F8E1;
     font-size: 36px;
     margin-bottom: 30px;
}
 .our-team .sub-heading {
     text-align: center;
     font-size: 15px;
     line-height: 20px;
     font-family: 'Montserrat-Medium';
     color: #fff;
     margin-bottom: 50px;
}
 .team-mobile{
     display: none;
}
/* Heart of the matter */
 @media (min-width: 768px) {
     .ten-columns > .col-sm-2 {
         width: 20%;
         padding-right: 5px;
         padding-left: 5px;
    }
}

.team-box .thumbnail {
    position:relative;
    overflow:hidden;
    background: none;
    padding: 0;
    border: 0;
    cursor: pointer;
}
 
.team-box .caption {
    position:absolute;
    top:-100%;
    right:0;
    background:rgba(55, 57, 109, 0.9);
    width:100%;
    height:100%;
    padding:40px 20px;
    color:#fff !important;
    z-index:2;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.team-box .caption p{
    color: #fff;
}
.team-box .caption p a{
    color: #9ABDE8;
}
.modal-header{
    padding-bottom: 0;
    border: 0;
    color: #fff;
}
.modal-header .close{
    opacity: 1 !important;
    color: #fff;
}

  .modal-content {
    background: rgba(55, 57, 109, 0.9); 
  }
  .modal-body {
    color: #fff;
    padding: 2px 25px !important;
    padding-bottom: 20px !important;
  }
  .modal-lg {
    width: 1170px;
}
  .modal-body img{
      height: 250px;
      object-fit: cover;
  }
  .modal-body .media .media-body{
      padding-left: 25px;
      padding-top: 20px;
  }
  .modal-body .media .media-body h4{
      margin-bottom: 10px;
  }
  .modal-body .media .media-body p{
      line-height: 24px;
      font-size: 14px;
      padding-right: 20px;
  }
.team-box .thumbnail:hover .caption {
    top:0%;
}
.team-box .thumbnail:hover .image-caption{
    display: none;
}
    
 .team-box{
     position: relative;
     margin-bottom: 15px;
}
 .team-box img{
     width: 100%;
}
 .team-box .image-caption{
     position: absolute;
     left: 20px;
     bottom: 15px;
     color: #fff;
}
 .team-box .image-caption h3{
     margin-bottom: 0;
     font-family: 'Montserrat-Bold';
     font-size: 17px;
}
 .team-box .image-caption h4{
     margin-bottom: 5px;
     font-size: 15px;
     margin-top: 5px;
}
 .blue-line{
     width: 60px;
     height: 2px;
     background: #2081E2;
}
/**** our-team *****/
 .faqs-section{
     padding-top: 80px;
     padding-bottom: 100px;
     background: url(../images/banner-home.png);
     background-repeat: no-repeat;
     background-size: cover;
}
 .faqs-section h1{
     text-align: center;
     font-family: 'Montserrat-Black';
     color: #fff;
     font-size: 30px;
     margin-bottom: 50px;
}
/* .faqs-section .panel-group{
     background: #252038;
     padding: 60px 50px;
}
 */
 .faqs-section .panel-heading .accordion-toggle i{
     float: right;
     color: #fff;
     font-size: 14px;
}
 .faqs-section .panel-default>.panel-heading{
     background:none !important;
     padding: 25px 25px;
}
 .faqs-section .panel-default .panel-heading a{
     color: #fff;
     font-size: 17px;
     font-family: 'Montserrat-Bold';
     text-decoration: none;
}
 .faqs-section .accordion-toggle:hover {
     text-decoration: none;
}
 .faqs-section .panel{
     background: #2C274D !important;
     margin-bottom: 15px !important;
     border: 0;
     border-radius: 10px;
}
 .faqs-section .panel-body{
     font-size: 14px;
     line-height: 24px;
     padding-left: 5px;
     color: #929292 ;
     border: 0 !important;
     padding-top: 0;
     padding-left: 25px;
     padding-right: 25px;
}
 .faqs-section .panel-title{
     font-size: 16px;
     text-decoration: none;
}
  .meta-panter{
     padding-top: 0px;
     padding-bottom: 0px;
     background: url(../images/banner-home.png);
     background-repeat: no-repeat;
     background-size: cover;
}
 .meta-panter .panther-footer{
     width: 100%;
     margin-top: -70px;

}
 .footer-text{
     margin-top: 60px;
     color: #fff;
}
 .footer-text h3{
     font-family: 'Montserrat-Black';
}
 .footer-text h4 {
     font-family: 'Montserrat-Medium';
     margin-bottom: 25px;
     font-size: 15px;
}
.white-footer a img{
    height: 100px;
    margin-left: 10px;
}
.white-footer a {
    color: #fff;
    font-family: 'Montserrat-Black';
    
}

 .footer-text .btn-footer{
     background: #D2F8E1;
     padding: 10px 30px !important;
     color: #000000;
     margin-right: 5px;
     margin-bottom: 0px;
     width: 140px;
     font-family: 'Montserrat-Medium';
}
/************ Extras ***********/
 .btnStyle {
     transform: translateZ(0) !important;
     backface-visibility: hidden !important;
     transition: 300ms ease-out !important;
}
 .btnStyle:hover {
     transform: scale(0.9) !important;
}
 .btnStyle2 {
     transform: translateZ(0) !important;
     backface-visibility: hidden !important;
     transition: 300ms ease-out !important;
}
 .btnStyle2:hover {
     transform: scale(1.1) !important;
}
 .mr0{
     margin-right: 0;
}
 .ml5 {
     margin-left: 5px !important;
}
 .ml7 {
     margin-left: 7px !important;
}
 .ml10 {
     margin-left: 10px;
}
 .ml15 {
     margin-left: 15px;
}
 .ml20 {
     margin-left: 20px;
}
 .ml30 {
     margin-left: 30px;
}
 .ml40 {
     margin-left: 40px;
}
 .ml50 {
     margin-left: 50px;
}
 .ml100 {
     margin-left: 100px;
}
 .mb5 {
     margin-bottom: 5px;
}
 .mb10 {
     margin-bottom: 10px;
}
 .mb15 {
     margin-bottom: 15px;
}
 .mb20 {
     margin-bottom: 20px;
}
 .mb30 {
     margin-bottom: 30px;
}
 .mb40 {
     margin-bottom: 40px;
}
 .mb100 {
     margin-bottom: 100px;
}
 .mb150 {
     margin-bottom: 150px;
}
 .mt5 {
     margin-top: 5px;
}
 .mt10 {
     margin-top: 10px;
}
 .mt15 {
     margin-top: 15px;
}
 .mt20 {
     margin-top: 20px;
}
 .mt30 {
     margin-top: 30px;
}
 .mt40 {
     margin-top: 40px;
}
 .mt50 {
     margin-top: 50px;
}
 .mt60 {
     margin-top: 60px;
}
 .mt70 {
     margin-top: 70px;
}
 .mt80 {
     margin-top: 80px;
}
 .mt100 {
     margin-top: 100px;
}
 .mt-10 {
     margin-top: -10px;
}
 .mt-20 {
     margin-top: -20px;
}
 .mt-30 {
     margin-top: -30px;
}
 .mt-40 {
     margin-top: -40px;
}
 .mt-50 {
     margin-top: -50px;
}
 .pt5 {
     padding-top: 5px;
}
 .pt10 {
     padding-top: 10px;
}
 .pt15 {
     padding-top: 15px;
}
 .pt20 {
     padding-top: 20px;
}
 .pt30 {
     padding-top: 30px;
}
/********* font-size **********/
 .fbold {
     font-weight: 600;
}
 .f11 {
     font-size: 11px;
}
 .f12 {
     font-size: 12px;
}
 .f13 {
     font-size: 13px;
}
 .f14 {
     font-size: 14px !important;
}
 .f15 {
     font-size: 15px;
}
 .f16 {
     font-size: 16px;
}
 .f17 {
     font-size: 17px;
}
 .f18 {
     font-size: 18px;
}
 .f19 {
     font-size: 19px;
}
 .f20 {
     font-size: 20px;
}
 .white {
     color: #fff !important;
}
 .whiteMontbold {
     color: #fff;
     font-weight: bold;
}
 .block{
     display: block;
}
 @media only screen and (max-width: 767px){
     .team-mobile{
         display: block;
    }
     .ten-columns{
         display: none;
    }
     .mynav{
         display: none;
    }
     .mobile-nav {
         display: flex;
         align-items: center;
         justify-content: space-between;
    }
     .mobile-menu {
         padding: 15px 15px;
    }
     .mobile-menu .mobile-nav h2{
         margin-top: 0;
         color: #fff;
         font-family: 'Montserrat-Black';
    }
     .icon-menu{
         color: #fff;
    }
    /***** mobile-menu ****/
     .sidenav {
         height: 100%;
         width: 0;
         position: fixed;
         z-index: 999;
         top: 0;
         right: 0;
         background-color: #1D164C;
         overflow-x: hidden;
         transition: 0.5s;
         padding-top: 80px;
    }
     .sidenav a {
         padding: 14px 30px;
         text-decoration: none;
         font-size: 20px;
         color: #fff;
         display: block;
         transition: 0.3s;
    }
     .sidenav a:hover {
         color: #f1f1f1;
    }
     .sidenav .closebtn {
         position: absolute;
         top: 0;
         right: 0px;
         font-size: 36px;
         margin-left: 0px;
    }
     .block{
         display: inline;
    }
     .header-text h1{
         margin-top: 50px;
         font-size: 30px;
    }
     .header-text h4{
         font-size: 13px;
         margin-bottom: 10px;
    }
     .header-text p{
         font-size: 13px;
         margin-bottom: 15px;
    }
     .header-space {
         padding-bottom: 0;
    }
     .our-story{
         padding-bottom: 0px;
         padding-top: 0;
    }
     .our-story .story-text {
         margin-top: 60px;
    }
     .our-story .story-text p{
         font-size: 13px;
         margin-bottom: 10px;
    }
     /* .our-story .story-img img {
         display: none;
    }
     .benefit-section .benefit-img img{
         display: none;
    } */
    .benefit-section .benefit-img img{
        display: none;
   }
    .benefit-section .benefit-mobile img{
        display: block !important;
   }


    .header-img {
        margin-top: 50px;
    }
     .benefit-section{
         padding-top: 0px;
         background-position: center center;
    }
     .benefit-section .benefit-text h4{
         font-size: 15px;
         line-height: 20px;
         margin-bottom: 15px;
    }
     .benefit-section .benefit-text ul li{
         display: flex;
         margin-bottom: 5px;
    }
     .roadmap-section .roadmap-list{
         display: block;
    }
     .roadmap-section .roadmap-list .roadmap-box{
         width: 100%;
    }
     .roadmap-section .roadmap-list .roadmap-count {
         width: 100%;
    }
     .roadmap-section .sub-heading{
         margin-bottom: 10px;
    }
     .roadmap-section .roadmap-list .roadmap-box{
         padding: 14px 20px;
    }
     .roadmap-section .roadmap-list .roadmap-box h3{
         font-size: 14px;
    }
     .roadmap-section .roadmap-list .roadmap-count h1{
         font-size: 44px;
    }
     .legendary-section h1{
         font-size: 30px;
    }
     .faqs-section{
         padding-top: 50px;
         background-position: center center;
    }
     .faqs-section h1{
         font-size: 22px;
    }
     .faqs-section .panel-default>.panel-heading{
         padding: 15px 14px;
    }
     .faqs-section .panel-default .panel-heading a{
         font-size: 13px;
    }
     .faqs-section .panel-body{
         font-size: 13px;
         line-height: 20px;
         padding-left: 15px;
         padding-right: 15px;
    }
     .meta-panter img {
        width: 80%;
        /* display: none; */
        text-align: center;
        margin: -50px auto !important;
        display: block;
    }
     .footer-text {
         margin-top: 70px;
         color: #fff;
         text-align: center;
    }
    .meta-panter{
        padding-bottom: 25px;
    }
    .header-text img {
        width: 100%;
    }
    .modal-lg {
        width: auto;
    }

}
 @media (min-width: 768px) and (max-width: 991px){
     .header-text h1{
         font-size: 30px;
         margin-top: 0;
    }
     .header-text {
         padding-top: 50px;
    }
     .header-text h4{
         font-size: 13px;
         margin-bottom: 10px;
    }
     .block{
         display: inline;
    }
     .header-space {
         padding-bottom: 0;
    }
     .our-story .story-text {
         margin-top: 0;
    }
     .our-story .story-text h1{
         margin-top: 0;
         margin-bottom: 10px;
    }
     .our-story .story-text h4 {
         font-size: 14px;
         line-height: 20px;
         margin-bottom: 10px;
    }
     .our-story .story-text p {
         margin-bottom: 10px;
         font-size: 13px;
    }
     .our-story{
         padding-bottom: 0px;
    }
    .our-story .story-img img {
        width: 100%;
        margin: auto;
    }
    .our-story .story-img {
        text-align: center;
        margin-top: 70px;
    }
     .team-box .image-caption h4 {
         margin-bottom: 5px;
         font-size: 13px;
         margin-top: 5px;
    }
     .team-box .image-caption{
         left: 10px;
    }
     .team-box .image-caption h4{
         font-size: 12px;
    }
     .footer-text{
         margin-top: 100px;
    }
    .btn-mint{
        font-size: 15px;
        padding: 8px 45px;  
    }
    .qty-selector{
        margin-bottom: 12px;
    }
    .header-text p{
        font-size: 13px;
        margin-bottom: 10px;
    }
    .header-text img {
        width: 100%;
    }
    .header-img {
        margin-top: 70px;
    }
    .ten-columns > .col-sm-2 {
        width: 50%;
        padding-right: 5px;
        padding-left: 5px;
    }
    .modal-lg {
        width: auto;
        margin: 20px;
    }
    .modal-body .media .media-body p {
        line-height: 20px;
        font-size: 13px;
        padding-right: 0;
    }
    .team-box .image-caption h4{
        font-size: 14px;
    }
    .team-box .image-caption h3{
        font-size: 16px;
    }
    .team-box .image-caption{
        left: 5px;
    }
    .footer-text{
         margin-top: 20px;
    }
    .meta-panter .panther-footer {
        width: 100%;
        margin-top: -22px;
    }
    .white-footer a img {
        height: 70px;
    }

}
 @media (min-width: 992px) and (max-width: 1199px){
    .modal-lg {
        width: auto;
        margin: 20px;
    }
    .team-box .caption{
        padding: 20px 10px;
    }
    .team-box .image-caption h3{
        font-size: 16px;
    }
    .team-box .image-caption{
        left: 5px;
    }   

     .header-text h1{
         margin-top: 50px;
    }
     .header-text p{
         margin-bottom: 15px;
    }
     .header-space {
         padding-bottom: 80px;
    }
     .our-story .story-text {
         margin-top: 0;
    }
     .benefit-section .benefit-text {
         margin-top: 0;
    }
     .benefit-section .benefit-text h1{
         margin-bottom: 10px;
         margin-top: 0;
    }
     .benefit-section .benefit-text p {
         margin-bottom: 15px;
         font-size: 13px;
    }
}
 @media (min-width: 1480px) and (max-width: 5120px){
    /* .container{
         width: 1440px !important 
    }
     */
}

.white-footer a img{
    height: 100px;
    margin-left: 10px;
}
.white-footer a {
    color: #fff;
    font-family: 'Montserrat-Black';
    
}
 