﻿
* {
    margin: 0;
    padding: 0;
}

body {
    /*font-family: 'Poppins', sans-serif;*/
    line-height: 1rem;
    font-family: 'Raleway', sans-serif;
}

p {
    font-family: 'Roboto';
   
    color: #747474;
    line-height: 1.7rem;
    font-size: 16px;
    color: #747474;
    margin: 0;
    margin-bottom: 20px;
}
hr {
    background-image: linear-gradient(to right, #00DEED, #262F36);
    opacity: 1;
    height: 15px;
    width: 45% !important;
    height: 5px!important;
}


h2 {
    font-family: 'Roboto Slab', serif;
    padding-top:34px;
    position: relative;
    font-size: 36px;
    color: #000000;
    font-weight: 700;
    line-height: 1.7rem;
    
    text-transform: capitalize;
}

h3 {
    font-family: 'Roboto Slab', serif;
    position: relative;
    color: #333333;
    font-size: 24px;
    line-height: 1.4rem;
    font-weight: 600;
    margin-bottom: 12px;
}
h5 {
    font-family: 'Lobster Slab', serif;
    position: relative;
    color: #000000;
    font-size: 24px;
    line-height: 1.2rem;
    font-weight: 500;
}

/*first navbar*/
#nav1 {
    background-image: linear-gradient(to right, #00DEED, #262F36);
}
#nav1 .navbar-nav {
    padding: 0;
    margin: 0;
    flex-direction: row;
}

    #nav1 .navbar-nav .nav-item {
        margin-right: 5px;
        padding-right: 6px;
    }

        #nav1 .navbar-nav .nav-item .nav-link {
            font-size: 14px;
            color: white !important;
        }

#nav1 .fab {
    color: white;
}


#nav1 {
    /* background-color: #F3F6F5;*/
    /* color:black;*/
    color: white !important;
    height: 30px;
    padding-top: 0px;
    padding-bottom: 0px;
}


/*first navbar ends here*/




/*second navbar starts here*/
#navbar h3 {
    font-size: 13px;
    text-transform: uppercase;
    color: #2B2B2B;
    font-family: 'Raleway', sans-serif;
    font-weight: 800;
    margin: 0;
    margin-bottom: 5px;
}

#navbar p {
    font-size: 13px;
    margin: 0;
    color: #B6B6B6;
}

.fa-phone-volume {
    color: #00DEED;
}

.fa-envelope {
    color: #00DEED;
}

#navbar .container {
    display: flex;
    flex-wrap: initial;
    align-items: center;
    justify-content: space-between;
}

@media only screen and (max-width:684px) {

    .phone .nav-item {
        /* margin-left: 90px;*/
        /*width: 292px;*/
    }
}

@media only screen and (max-width:990px) {
    #logo img {
        width: 300px;
    }
    .phone {
        display: flex;
        flex-direction: row;
    }

    .phone .nav-item h5 {
        
        font-size: 18px;
    }
    .email{
        display:none;
    }
}

@media only screen and (max-width:550px) {
    #logo img {
        width: 250px;
    }

    .phone .nav-item {
        padding-left: 1px;
    }

        .phone .nav-item h5 {
            font-size: 12px;
        }
}

@media only screen and (max-width:390px) {
    #logo img {
        width: 240px;
    }

    .phone .nav-item {
        padding-left: 1px;
    }

        .phone .nav-item h5 {
            font-size: 12px;
        }
}

/*second navbar ends here*/



/*carousel starts here*/
@media only screen and (min-width: 600px) {
    .carousel-caption h1 {
        margin-top: -179px;
        font-size: 25px;
        line-height: 35px;
        font-weight: 500;
        color: #0BAAB7;
    }
}
@media only screen and (max-width: 550px) {
    .carousel-caption h1 {
        margin-top: -160px;
        font-size: 25px;
        line-height: 35px;
        font-weight: 500;
        color: #0BAAB7;
    }
}

@media only screen and (min-width: 1200px) {
    .carousel-caption h1 {
        margin-top: -200px;
        font-size: 40px;
        line-height: 66px;
        font-weight: 900;
        color: #0BAAB7;
    }
}
/*carousel ends here*/

/*3rd navbar starts here*/
#nav3 .nav-item .nav-link {
    color: white;
    font-size: 16px;
    /* font-weight: 600;*/
    /* font-family: Roboto;*/
    text-transform: capitalize;
    font-family: "Lato", sans-serif;
}

#nav3 ul li a {
    font-family: "Lato", sans-serif;
    display: block;
    font-size: 16px;
    text-transform: capitalize;
    /*color: #FFFFFF;*/
    transition: all .3s ease
}

#nav3 .dropdown-menu .dropdown-item {
    line-height: 34px;
}


.dropdown {
    position: relative;
    display: inline-block;
}



    .dropdown:hover .dropdown-content {
        display: block;
        background-image: linear-gradient(to right, #00DEED, #262F36);

    }

        .dropdown:hover .dropdown-content:hover .dropdown-item:hover {
            color: white !important;
            background-image: linear-gradient(to right, #00DEED, #262F36) !important;
        }

/*3rd navbar ends here*/





#navbarScroll ul li {
    margin-right: 25px;
}

#nav3 {
    border-bottom: 3px solid #00DEED;
}
@media only screen and (min-width:990px) {
    #eventAndNotification .row .col-lg-4 {
        width: 30%;
    }

    .welcomesection .row .col-lg-6 {
        width: 45%;
    }
    .welcomesection .row .col-lg-6 {
        background-color: white;
        margin: 16px;
        box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    }
    #eventAndNotification .row .col-lg-4 {
        margin: 13px;
        box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
        background-color: whitesmoke;
    }
}
/*welcome section*/
.welcomesection {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    background-color: #E5E4E2;
    

    padding-top: 35px;
    padding-bottom: 29px;
}


    .welcomesection .row .col-lg-6 {
        background-color:white;
       
        box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    }
.welcomesection hr {
    margin-left: 38%;
}
.welcomesection h1 {
    text-align: center;
    font-family: 'Roboto Slab', serif;
    position: relative;
    font-size: 40px;
    color: #000000;
    font-weight: 900;
    line-height: 2.7rem;
    padding-top: 42px;
    padding-bottom: 12px;
    text-transform: capitalize;
}

.welcomesection h2 {
    line-height: 2.0rem;
    font-size: 25px;
    text-transform: capitalize;
    color: #202A30;
    font-weight: bold;
    margin: 0;
    margin-bottom: 15px;
    font-family: 'Raleway', sans-serif;
}

    .about-us{
        height:500px;
        width:100%;
       height:391px;
    }
    /*welcome section*/
    /*Event command notification*/
#eventAndNotification {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    background-color: ghostwhite;
    padding-bottom: 25px;
    padding-top: 25px;
}

    #eventAndNotification .row .col-lg-4 {
        
        box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
        background-color: whitesmoke;
    }
    #eventAndNotification h2 {
        text-transform: uppercase;
        font-size: 26px;
    }
.event .date {
    padding: 8px 39px 9px 16px;
    margin-left: 2px;
    width: 10%;
    height: 10%;
   /* border: 2px solid #262F36;*/
    border: 2px solid #00DEED;
    border-radius: 5px;
    /*  background: #00DEED;
      color: black;
  */
    background: #262F36;
    color:white;
    font-weight: 600;
}

h5 a {
    text-decoration: none;
    text-transform: capitalize;
    color: black;
    font-family: 'montserratsemi_bold';
    position: relative;
    line-height:2.7rem;
    font-size: 21px;
    font-synthesis-weight:inherit;
    color: #000000;
}
/*Event command notification ends*/
textarea.form-control {
    min-height: calc(12.5em + (0.75rem + 2px));
}
.ContactUs {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    background-color: #E5E4E2;
    padding-top: 35px;
    padding-bottom: 29px;
}
.ContactUs .form-control {
    height: 53px;
}
@media only screen and (min-width:990px) {
    .ContactUs .col-lg-4, .col-lg-8 {
        margin: 11px;
    }
}
.ContactUs .col-lg-4, .col-lg-8, .col-md-12 {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    background-color: whitesmoke;
}
.ContactUs .col-lg-8 {
   width:60%;
   
}


.thm-btn {
    border-radius: 30px;
    display: inline-block;
    color: #000000;
    font-size: 12px;
    font-family: 'Raleway', sans-serif;
    text-transform: uppercase;
    font-weight: bold;
    padding: 3px 10px;
    border: 2px solid transparent;
    transition: all .3s ease;
}

    .thm-btn:hover,
    .thm-btn.inverse {
        background-color: #fff;
        border-color: black;
        color: black;
    }

    .thm-btn:active,
    .thm-btn:focus {
        background-color: #fff;
        border-color: #00DEED;
        color: #00DEED;
    }

    .thm-btn.inverse:hover {
        background: #00DEED;
        border-color: black;
        color: white;
    }

.OurCoreMembers hr {
    background-image: linear-gradient(to right, #00DEED, #262F36);
    /* color: black;*/
    opacity: 1;
    height: 5px;
    width: 30% !important;
    margin-left: 38% !important;
}

/*footer starts here*/
.footerhead {
    text-align: left;
    align-content: center;
}

#footer ul li a {
    text-decoration: none;
    color: White;
    font-family: 'Poppins', sans-serif;
}

#footer ul li {
    line-height: 35px;
    font-family: 'Poppins', sans-serif;
}

#footer h5 {
    font-family: 'Roboto Slab', serif;
    color: white;
    position: relative;
    font-size: 24px;
    font-weight: 600;
    line-height: 1rem;
    padding-bottom: 22px;
    text-transform: capitalize;
}


#footer2 h6 a{
    text-decoration:none;
    color:white;
}
/*footerends here*/



