
@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@400;500;600&https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600&display=swap');
body{
    background-color: white;
    scroll-behavior: auto;
}
/* f3f4f3 */
*{
    font-family:"Poppins", sans-serif;
}
/* contact top  */
#contact-top{
    background-color: white;
}
.contact-icon{
    color:black;
    font-size:14px;
}
.details{
    color:black;
    font-size:12px;
    margin-left:5px;
}
.details:hover{
    color: #b22134;
    transition:0.4s;
    text-decoration: none;
}
.contact-top-cnt{
    padding:10px 0px;
}
.email-span{
    margin-left:30px;
}
.connected-p{
    color:black;
    font-size:12px;
}
.nav-link{
    position:relative;
    bottom:20px;
}
.social-top-icon{
    font-size:14px;
    margin-left:10px;
    color:black;
}
.social-top-icon:hover{
    color:#b22134;
    transition: 0.4s;
}

/* navbar  */
.logo{
    height:100px;
    width:100%;
}
nav{
    padding-top:20px;
}
.nav-link{
    font-size:16px;
    margin-right:20px;
    color:white;
    padding-top:30px;
    font-weight:450;
}
.nav-link:hover{
    color:#b22134;
    transition: 0.4s;
}
.navbar-brand{
    color:white;
}
.navbar-brand:hover{
    color:#b22134;
    transition:0.7s;
}
.past{
    color:#b22134;
}
.active{
    color:#b22134;
    padding-top:10px;
    padding-left:10px;
    padding-right:10px;
    margin-top:20px;
    border-bottom:2px solid #b22134;
}

/* banner  */
#banner{
    background: url(../Images/banner.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height:90vh;
    width:100%;
}
.banner-cnt{
    background: rgba(0,0,0,0.7);
    height:90vh;
    width:100%;
}
.banner-h1{
    font-size:49px;
    font-weight:600;
    color:#b22134;
}
.banner-row{
    padding-top:150px;
    text-align: center;
}
.banner-p{
    text-align: justify;
    color:white;
    margin-top:10px;
    margin-bottom:20px;
}
.membership-btn{
    background: #b22134;
    border-radius:40px;
    color:white;
    font-size:16px;
    padding:10px 30px;
}
.membership-btn:hover{
    background-color: white;
    color:#b22134;
    transition: 0.7s;
}
.cnt-btn{
    margin-left:10px;
}

/* first-box */
.construction{
    text-decoration: underline;
    font-style: italic;
}
.first-middle-box{
    background-color: #b22134;
    color:black;
    padding:30px 60px;
    position:relative;
    bottom:50px;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px, rgba(10, 37, 64, 0.35) 0px -2px 6px 0px;
}
.first-box-span{
    color:black;
    font-size:30px;
    font-weight:400;
    text-align:center;
}
.contact-us-button button{
    background-color: white;
    padding:14px 50px;
    border-radius:44px;
    font-size:16px;
    font-weight:500;
    margin-left:60px;
}
.contact-us-button:hover button{
    background: none;
    color:black;
    border:1px solid black;
    transition:0.7s;
}
.number{
    font-size:60px;
    font-weight:600;
    color:white;
    text-align: center;
    margin-left:auto;
    margin-right:auto;
}
.number-p{
    color:white;
    font-size:18px;
    font-weight:600;
}
.number-box{
    border-right:1px solid white;
}

/* about us  */
.service-h1-back{
    font-size:150px;
    color:rgba(178, 33, 52,0.1);
    font-family:"Oswald",sans-serif;
}
.service-front-h1{
    color:#b22134;
    font-family: "Oswald",sans-serif;
    font-size:55px;
    position:relative;
    bottom:120px;
}
.header{
    text-align: center;
}
.intro-row{
    margin-top:50px;
}
.intro-p{
    font-size:18px;
    text-align: justify;
}
.intro-img{
    height:100%;
    width:100%;
}

/* mission*/
#mission{
    margin-top:50px;
    background: url(../Images/mission.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height:100%;
    width:100%;
    text-align: center;
}

.mission-cnt{
    background: rgba(0,0,0,0.8);
    height:100%;
    width:100%;
    padding-top:30px;
    padding-bottom:30px;
}
.mission-h1{
    color:rgba(255, 255, 255,0.3);
}
.mission-h2{
    color:white;
}
.mission-p{
    color:white;
    position:relative;
    bottom:60px;
    text-align: justify;
    font-size:17px;
}
.mission-btn{
    position: relative;
    bottom:30px;
    font-size:18px;
    padding:10px 50px;
}

/* partner  */
#partners{
    margin-top:30px;
    margin-bottom:50px;
}
.partner-logo{
    height:150px;
    width:200px;
}
.logo-2{
    height:150px;
    width:150px;
}
.partners-row{
    text-align: center;
}

/* footer  */
#footer{
    margin-top:50px;
    padding-top:80px;
    padding-bottom:20px;
    background-color:#b22134;
}
.footer-h1{
    color:white;
    font-weight:600;
    font-size:30px;
    font-family: "Oswald",sans-serif;
    margin-bottom:50px;
}
.about-p{
    color:white;
    font-size:15px;
    line-height:1.7;
    margin-top:20px;
}
.footer-icon{
    color:white;
    font-size:30px;
}
.footer-icon:hover{
    color:white;
}
.footer-span{
    color:white;
    font-family: "Oswald",sans-serif;
}
.social-link-footer{
    margin-top:20px;
}
.footer-icon{
    color:white;
    font-size:20px;
}
.footer-hr{
    border: 1px solid white;
}
.footer-text{
    color:white;
}
.contact-row-footer{
    margin-top:20px;
}
.footer-input{
    background:none;
    padding:15px;
    border:1px solid white;
    border-radius:0px;
}
.footer-form{
    margin-top:20px;
}
.footer-btn{
    background:white;
    border:1px solid white;
    margin-top:15px;
    padding:10px 30px;
    border-radius:0px;
    font-size:16px;
    color:#b22134;
}
.copyright-p{
    color:white;
    font-size:16px;
    text-align: center;
}
.copyright-row{
    margin-top:70px;
}
.name{
    color:white;
}
.name:hover{
    color:white;
    text-decoration: none;
    transition:0.7s;
}
.footer-text a{
    color:white;
}
.contact-footer-link{
    color:white;
}
.contact-footer-link:hover{
    color:#0b3142;
    text-decoration: none;
}
.fa-angle-right{
    margin-right:5px;
}
.footer-input::placeholder{
    color:white;
}
.my-up-btn
{
    position:fixed;
    right:30px;
    bottom:10px;
    background-color:#db3d52;
    color:#fff;
    font-size:30px;
    padding:15px 20px;
    font-weight:600;
    border-radius:50%;
    box-shadow:rgba(100,100,111,.2) 0 7px 29px 0
}


/* contact page  */
#contact{
    background: url(../Images/contact.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height:100%;
    width:100%;
    
}
.contact-cnt{
    background: rgba(0,0,0,0.7);
    height:100%;
    width:100%;
}
.contact-h1{
    font-size:40px;
    font-weight:600;
    color:white;
    font-family:"Oswald", sans-serif;
}
.contact-row{
    text-align: center;
}
.contact-p{
    color:white;
    font-size:14px;
    text-transform: uppercase;
    margin-top:20px;
    font-family: "Poppins",sans-serif;
    font-weight: 600;
}
.color{
    color:#b22134;
}
.contact-row{
    margin-top:50px;
    padding-bottom: 120px;
}
.active:hover{
    color:white;
}
#contact-us{
    margin-top:20px;
    margin-bottom:100px;
}
.contact-us-h1{
    font-size:30px;
    color:black;
    font-weight:600;
}
.form-right{
    margin-top:30px;
}
.contact-us-form{
    padding:15px 20px;
    border:1px solid #f2f2f2;
    color:#f2f2f2;
    margin-top:10px;
}
.contact-us-form-section{
    margin-top:20px;
}
.contact-text{
    height:200px;
}
.contact-us-submit{
    margin-top:20px;
    background-color: #b22134;
    color:white;
    border-radius:0px;
    font-size:16px;
}
.contact-us-submit:hover{
    background-color: #808080;
}
.contact-us-left{
    margin-top:30px;
}
.contact-right-row{
    margin-top:30px;
}
.time-h1{
    margin-top:30px;
}
iframe{
    height:400px;
    margin-bottom:40px;
}

/* membership  */
.membership-h3{
    text-align: center;
    position: relative;
    bottom:80px;
    color:black;
    font-size:20px;
    font-weight:600;
}
.membership-form-h1{
    background-color: #b22134;
    color:white;
    font-weight:600;
    font-size:20px;
    padding:15px 20px;
    border-left:20px solid black;
    margin-top:30px;
}
.form-control{
    border-radius: 0px;
}
.country-code{
    width:154%;
}
.form-label{
    font-weight:600;
    font-size:14px;
    margin-bottom:5px;
    margin-top:20px;
}
.membership-form{
    margin-top:10px;
}
.membership-row{
    position: relative;
    bottom:30px;
}
.membership-submit-btn{
    border-radius:0px;
    margin-top:20px;
    position: relative;
    right:10px;
}
.membership-submit-btn:hover{
    border:1px solid #b22134;
}
.membership-form-p{
    font-size:15px;
    font-weight:400;
    text-align: justify;
}

/* recognition  */
.r-img{
    height:100%;
    width: 100%;
    border:2px solid #b22134;
}
.recognition-row{
    margin-top:20px;
}

/* development  */
.co-back{
    font-size:100px;
    font-weight:600;
    font-family:"Oswald",sans-serif;
    color:rgba(0,0,0,0.05);
}
.co-front{
    color:black;
    font-size:30px;
    font-weight:600;
    position: relative;
    bottom:90px;
    left:20px;
    font-family:"Oswald",sans-serif;
}
.dev-front{
    font-size:40px;
    position: relative;
    bottom:90px;
    left:5px;
}
.second-hr{
    border:1px solid #c11010;
    width:40%;
    position: relative;
    bottom:75px;
    right:155px;
}
.myp{
    position: relative;
    bottom:70px;
    font-size:16px;
}
.cofounder-img{
    height:400px;
    width:90%;
    margin-top:10px;
}
#cofounder{
    margin-top:50px;
}
.d2-img{
    position: relative;
    left:40px;
    margin-top:40px;
}
.dev-footer{
    margin-top:0px;
    padding-top:80px;
    padding-bottom:20px;
    background-color:#b22134;
}
.dev-mission{
    font-size:40px;
}

/* history  */
.history-row{
    position: relative;
    bottom:80px;
}
.history-p{
    color:black;
    text-align: justify;
}
.history-footer{
    margin-top:0px;
    padding-top:80px;
    padding-bottom:20px;
    background-color:#b22134;
}

/* why us  */
.why-img{
    height:700px;
    width:100%;
    position: relative;
    bottom:30px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

/* gallery part  */
.wrapper {
	width: 100%;
	overflow: hidden;
}
.photobanner {
	position: relative;
	height: 233px;
	margin-bottom: 30px;
	display: flex;
	width: 100%;
}

.photobanner img {
  margin: 0px 25px;
  box-shadow: 2px 2px 8px #8a8a8a;
}

.photobanner {
  animation: bannermove 50s linear infinite alternate-reverse;
}

@keyframes bannermove {
  from {
    left: -2700px;
  }
  to {
    left: 0px;
  }
}
#gallery{
    margin-top:50px;
}

/* countries  */
.flag:hover{
    cursor:pointer;
}
.flag{
    height:100px;
    width:100%;
}
.country-name{
    font-size: 18px;
    font-weight: 600;
    text-align: center;
    margin-top:10px;
}
#popup{
    text-align: center;
}
.popup,.popup2,.popup3,.popup4,.popup5,.popup6,.popup7,.popup8,.popup9,.popup10,.popup11,.popup12,.popup13,.popup14,.popup15,.popup16,.popup17,.popup18,.popup19,.popup20,.popup21,.popup22,.popup23,.popup24,.popup25,.popup26,.popup27,.popup28,.popup29,.popup30,.popup31,.popup32,.popup33,.popup34,.popup35,.popup36,.popup37,.popup38,.popup39,.popup40,.popup41,.popup42,.popup43,.popup44,.popup45,.popup46,.popup47,.popup48,.popup49,.popup50,.popup51,.popup52,.popup53,.popup54,.popup55,.popup56,.popup57,.popup58,.popup59,.popup60,.popup61,.popup62,.popup63,.popup64,.popup65,.popup66,.popup67,.popup68,.popup69,.popup70,.popup71{
    display: none;
    position: fixed;
    padding: 10px;
    width: 280px;
    left: 50%;
    margin-left: -150px;
    /* height: 180px; */
    top: 50%;
    margin-top: -100px;
    background: #FFF;
    text-align: center;
    z-index: 20;
  }
  
  #popup:after, #popup2:after, #popup3:after,#popup4:after,#popup5:after,#popup6:after,#popup7:after,#popup8:after,#popup9:after,#popup10:after,#popup11:after,#popup12:after,#popup13:after,#popup14:after,#popup15:after,#popup16:after,#popup17:after,#popup18:after,#popup19:after,#popup20:after,#popup21:after,#popup22:after,#popup23:after,#popup24:after,#popup25:after,#popup26:after,#popup27:after,#popup28:after,#popup29:after,#popup30:after,#popup31:after,#popup32:after,#popup33:after,#popup34:after,#popup35:after,#popup36:after,#popup37:after,#popup38:after,#popup39:after,#popup40:after,#popup41:after,#popup42:after,#popup43:after,#popup44:after,#popup45:after,#popup46:after,#popup47:after,#popup48:after,#popup49:after,#popup50:after,#popup51:after,#popup52:after,#popup53:after,#popup54:after,#popup55:after,#popup56:after,#popup57:after,#popup58:after,#popup59:after,#popup60:after,#popup61:after,#popup62:after,#popup63:after,#popup64:after,#popup65:after,#popup66:after,#popup67:after, #popup68:after, #popup69:after, #popup70:after, #popup71:after{
    position: fixed;
    content: "";
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: rgba(0,0,0,0.5);
    z-index: -2;
  }

  #popup:before, #popup2:before, #popup3:before,#popup4:before,#popup5:before,#popup6:before,#popup7:before,#popup8:before,#popup9:before,#popup10:before,#popup11:before,#popup12:before,#popup13:before,#popup14:before,#popup15:before,#popup16:before,#popup17:before,#popup18:before,#popup19:before,#popup20:before,#popup21:before,#popup22:before,#popup23:before,#popup24:before,#popup25:before,#popup26:before,#popup27:before,#popup28:before,#popup29:before,#popup30:before,#popup31:before,#popup32:before,#popup33:before,#popup34:before,#popup35:before,#popup36:before,#popup37:before,#popup38:before,#popup39:before,#popup40:before,#popup41:before,#popup42:before,#popup43:before,#popup44:before,#popup45:before,#popup46:before,#popup47:before,#popup48:before,#popup49:before,#popup50:before,#popup51:before,#popup52:before,#popup53:before,#popup54:before,#popup55:before,#popup56:before,#popup57:before,#popup58:before,#popup59:before,#popup60:before,#popup61:before,#popup62:before,#popup63:before,#popup64:before,#popup65:before,#popup66:before,#popup67:before,#popup68:before, #popup69:before, #popup70:before, #popup71:before  {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: #FFF;
    z-index: -1;
  }
.person-img{
    height:200px;
    width:200px;
    margin-top:10px;
}
.person-name{
    font-size:24px;
    font-weight:600;
    margin-top:20px;
    color:#c11010;
}
.person-email{
    font-size:15px;
    font-weight: 600;
}
.close-btn{
    background-color: #c11010;
    color:white;
    padding:10px 20px;
    border:none;
}
.close-btn:hover{
    cursor: pointer;
}
.typewrite{
    font-weight:600;
}
.mobile-form{
    display: none;
}
.desktop-img{
    display: inline-block;
}
.mobile-img{
    display: none;
}
.documents-h1{
    font-size:50px;
    text-align: center;
    font-family:"Oswald",sans-serif;
    color:#c11010;
    margin-left: auto;
    margin-right: auto;
}
.membership-notice{
      font-size:14px;
      color:#c11010;
      position: relative;
      bottom:80px;  
}
@media (max-width:500px){
    /* contact page  */
    .service-h1-back{
        display: none;
    }
    .service-front-h1{
        position: relative;
        bottom:0px;
    }
    .mobile-form{
        display: inline-block;
    }
    .desktop-form{
        display:none;
    }
    .email-span{
        display: none;
    }
    #footer{
        padding-top:10px;
        padding-bottom:10px;
    }
    .about-p{
        margin-top:0px;
    }
    .footer-h1{
        margin-bottom:10px;
        margin-top:30px;
    }
    .copyright-p{
        font-size:15px;
        text-align: center;
    }
    
    #contact-top{
        display: none;
    }

    /* navbar  */
    .navbar-nav{
        margin-top:30px;
        background-color:#c11010;
        color:white;
        padding-top:20px;
        text-align: center;
        padding-left:20px;
    }
    .active{
        background-color: white;
        margin-top:0px;
    }
    .active:hover{
        color:#c11010;
    }
    .nav-link:hover{
        color:white;
        border-bottom:0px;
    }
    #contact{
        height: 100vh;
    }
    .contact-row{
        padding-top:120px;
    }
    .nav-link{
        position:relative;
        bottom:0px;
    }
    .nav-link{
        padding-top:5px;
    }
    .navbar{
        margin-bottom:20px;
    }
    .navbar-expand-lg{
        padding-bottom:20px;
    }
    .contact-item{
        padding-bottom: 15px;
    }
    .nav-link{
        margin-top:5px;
    }

    /* membership  */
    #membership{
        margin-top:20px;
    }
    .membership-front-h1{
        font-size:32px;

    }
    .membership-h3{
        position: relative;
        bottom:0px;
        font-size:14px;
        font-weight:400;
    }
    .membership-form-h1{
        border-left:10px solid black;
    }

    /* countries  */
    .flag{
        height:200px;
        margin-top:20px;
    }

    /* recognition  */
    .reco-h1{
        font-size:33px;
    }
    div .r-div{
        margin-bottom:20px;
    }

    /* history  */
    .service-front-h1{
        position: relative;
        bottom:0px;
        margin-top:20px;
        font-size:33px;
    }
    .history-row{
        position: relative;
        bottom:0px;
        padding-left:10px;
        padding-right:10px;
    }
    .history-p{
        margin-top:0px; 
    }

    /* development */
    .co-back{
        display: none;
    }
    .cofounder-img{
        height:100%;
        width: 100%;
        text-align: center;
    }
    .service-front-h1{
        position: relative;
        bottom:0px;
        font-size:28px;
    }
    .myp{
        position: relative;
        bottom:10px;
        font-size:16px;
        margin-top: 20px;
    }
    .second-hr{
        display: none;
    }
    .desktop-img{
        display: none;
    }
    .mobile-img{
        display: inline-block;
    }
    .d2-img{
        position: relative;
        left:0px;
        margin-top:40px;
        height:100%;
        width:100%;
    }
    #cofounder{
        margin-top:10px;
    }
    #cofounder2{
        margin-top:0px;
    }
    .c-r-2{
        margin-top:30px;
    }
    .mission-p{
        color:white;
        position:relative;
        bottom:0px;
        text-align: justify;
        font-size:14px;
    }
    .mission-btn{
        position: relative;
        bottom:0px;
        font-size:18px;
        padding:10px 50px;
    }
    .mission-h2{
        font-size: 34px;
    }
    .why-img{
        height:250px;
        margin-top:40px;
        padding-left:10px;
        padding-right:10px;
        box-shadow: none;
    }
    .history-p{
        font-size:14px;
        padding-left:10px;
        padding-right:10px;
    }
    .why-h1{
        font-size:50px;
    }
    

    /* home page  */
    #banner{
        height:100vh;
    }
    .banner-row{
        padding-top:50px;
        text-align: center;
    }
    .typewrite{
        font-size:24px;
    }
    .banner-p{
        font-size:14px;
    }

    .cnt-btn{
        margin-top:10px;
    }
    .number-box{
        border-right:none;
        margin-top:20px;
        border-bottom:1px solid white;
    }
    .box-2{
        margin-top:20px;
    }
    .intro-h1{
        font-size:40px;
    }
    .intro-row{
        margin-top:0px;
    }
    .intro-p{
        font-size:15px;
        margin-top:40px;
    }
    .mission-index-btn{
        border-radius: 0px;
    }
    .intro-img{
        margin-top:30px;
    }
    .gallery-h1{
        font-size:40px;
        margin-bottom: 30px;
    }
    .partners-h1{
        font-size:40px;
    }
    .partner-logo{
        margin-top:20px;
    }
    .logo{
        height:100px;
        width:100px;
    }
    .membership-btn{
        font-size:13px;
    }
    .membership-notice{
        font-size:14px;
        color:#c11010;
        position: relative;
        bottom:0px;  
  }
  .country-code{
    width:145%;
}
    
}