/*font-family: 'Raleway', sans-serif;*/
/*#D4AF37   D4AF37*/
/*-----------------Nav Bar--------------------*/

.bg-light{
    background-color: #D4AF37 !important;
    
    padding: 0;
    box-shadow: 2px -1px 20px black
}
.mobile{
        display: none
    }

@media (max-width: 991px){
    .laptop{
        display: none
    }
    .mobile{
        display: block
    }
}

@media (max-width: 450px){
    .navbar-brand{
        display: none
    }
    
    .bg-light{
        padding: 10px
    }
}

.so-med{
    margin-right: 40px
}

.so-med .top{
    width: 27px;
    height: 27px;
    border: 1px solid white;
    border-radius: 50px;
    padding: 4px;
    color: white;
    margin-left: 8px;
    transition: .3s
}

.so-med .top:hover{
    text-shadow: 0px 0px 20px white;
    box-shadow: 0px 0px 20px white;
}

.fa-facebook-f{
    margin-left: 0;
}
.fa-facebook-f:before{
    padding: 5px;
    margin-left: 0;
}
.fa-linkedin-in:before{
    padding: 2px;
}
.fa-twitter:before{
    padding: 1px;
}

.navbar-light .navbar-toggler{
    border-color: rgba(0,0,0,0);
    border: none;
    outline: none
}

.navbar-light .navbar-toggler:hover{
    background-color: transparent
}

.navbar-light .navbar-toggler .navbar-toggler-icon{
    width: 30px !important;
    height: 30px !important;
    color: white;
    background-image: none
}

.navbar-light .navbar-toggler .navbar-toggler-icon .fa-bars{
    font-size: 25px
}


.navbar-light .navbar-brand{
    /*background-color: rgba(250,250,250,.8);*/
    padding-left: 10px
    
}

.navbar-light .navbar-brand img{
    border-radius: 50%
}

.navbar-light .navbar-nav .nav-item{
    position: relative
}

.navbar-light .navbar-nav .nav-item .nav-link{
    text-transform: uppercase;
    color: white;
    font-weight: bold;
    margin: 0 10px
}

.nav-link:before{
    content: '';
    position: absolute;
    bottom: -2px;
    left: 50%;
    transform: translateX(-50%);
    width: 5px;
    height: 5px;
    transition: .5s;
    background-color: white;
    border-radius: 50%;
    opacity: 0
}

.nav-link:hover:before{
    opacity: 1;
    box-shadow: 10px 0 0 #C03C2A, -10px 0 0 #C03C2A, 20px 0 0 #473335, -20px 0 0 #473335;
}

@media (max-width: 991px){
    .navbar-light .navbar-nav{
        text-align: center
    }
}

.dropdown{
    border: none;
    outline: none;
    border-color: transparent
}
.btn-secondary{
    color: #fff;
    background-color: transparent !important;
    border-color: transparent !important;
    border: none;
    outline: none
}
.btn-secondary:hover{
    color: #fff;
    background-color: transparent !important;
    border-color: transparent !important;
    border: none;
    outline: none
}

.dropdown-menu{
    min-width: 0 !important
}

/*--------------------Slider Images----------------------*/
 
.carousel .carousel-inner{
    background-image: url(../img/bg-team.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    position: relative;
}

.carousel-cover{
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.7);
}



.carousel .carousel-inner .title-company{
    text-align: center;
    margin-top: 150px;
    position: relative
}

.carousel .carousel-inner .title-company h1{
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #bccac8;
    font-size: 50px;
    font-family: 'Raleway', sans-serif;
}

.carousel .carousel-inner .title-company h5{
    text-transform: uppercase;
    letter-spacing: 4px;
    color: #D4AF37
}



.carousel-caption{
    bottom: 300px;
    text-align: left;
    left: 5%
}

.carousel-caption h3{
    letter-spacing: 7px;
    text-transform: uppercase;
    font-size: 30px;
    font-weight: 600;
    color: #D4AF37;
    margin-bottom: 20px;
    font-family: 'Raleway', sans-serif;
}

.carousel-caption #Commercial ,.carousel-caption #Business ,.carousel-caption #Social{
    letter-spacing: 2px;
    font-family: 'Raleway', sans-serif;
    font-size: 20px;
}

.carousel-caption .btn-read {
    margin-top: 10px
}

.carousel-caption .btn-read a{
    border-radius: 40px;
    border: 1px solid #D4AF37;
    padding: 5px 10px;
    text-decoration: none;
    color: #D4AF37;
    font-size: 16px;
    transition: .5s;
    text-transform: uppercase;
}

.carousel-caption .btn-read a:hover{
    border: 1px solid white;
    color: white;
    background-color: #D4AF37;
}

@media (max-width: 768px){
    .carousel .carousel-inner .title-company{
        text-align: center;
        margin-top: 30px
}

.carousel .carousel-inner .title-company h1{
        text-transform: uppercase;
        letter-spacing: 2px;
        color: white;
        font-size: 35px
}
    
    .carousel .carousel-inner .carousel-item .carousel-caption{
        display: block !important;
        bottom: 120px;
}
    .carousel-caption h3{
        letter-spacing: 3px;
        font-size: 22px;
}

.carousel-caption #Commercial ,.carousel-caption #Business ,.carousel-caption #Social{
        letter-spacing: 1px;
        font-size: 16px;
}

}

/*-------------------About page-------------------------*/
/*-------------------Hero Img-------------------------*/


.about-hero-img{
    background-image: url(../img/bg-about.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
    position: relative;
     width: 100%;
    height: 100%
}

.about-hero-img #particles-JS{
    background-color: rgba(0,0,0,.5);
    position: absolute;
    width: 100%;
    height: 100%
}

.about-hero-img .about-title{
    text-align: center;
    position: relative;
    top: 30%
}

.about-hero-img .about-title h1{
    text-transform: uppercase;
    color: #bccac8;
    font-family: 'Raleway', sans-serif;;
    font-size: 60px
}

/*-------------------Who we are-------------------------*/

.who-we-are{
    padding: 100px 80px;
}

.who-we-are .who-title{
    text-align: center;
}

.who-we-are .who-title i{
    color: #D4AF37;
    font-size: 50px;
}

.who-we-are .who-title h1{
    color: black;
    font-size: 60px;
    font-family: 'Raleway', sans-serif;
}

@media (max-width: 547px){
    .who-we-are .who-title h1{
        font-size: 40px;
}
    
}

.so-med{
    margin-right: 40px
}


.who-we-are .who-title span{
    border-top: 4px dotted #D4AF37
}

.who-we-are .who-body p{
    font-family: 'Raleway', sans-serif;
    color: dimgray;
    letter-spacing: 1px

}

/*-----------Objectives of Establishment---------------------*/

.Objectives{
    padding: 30px 80px;
    overflow: hidden
}

.Objectives .Objectives-title{
    text-align: center;
}

.Objectives .Objectives-title i{
    color: #D4AF37;
    font-size: 50px;
    margin-bottom: 20px
}

.Objectives .Objectives-title h1{
    color: black;
    font-size: 50px;
    font-family: 'Raleway', sans-serif;
}

@media (max-width: 547px){
    .Objectives .Objectives-title h1{
        font-size: 30px;
}
    
}


.Objectives .Objectives-title span{
    border-top: 4px dotted #D4AF37
}

.Objectives .Objectives-body{
    margin-top: 30px
}

.Objectives .Objectives-body .obj-title{
    text-align: center
}

.Objectives .Objectives-body .obj-title .icon-center{
    
    text-align: center;
}

.Objectives .Objectives-body .obj-title i{
    color: #D4AF37;
    font-size: 55px
}

.Objectives .Objectives-body .text-center{
    color: dimgray
}

/*-------------------Mission and Vision------------------*/

.mission-vision{
    margin-top: 60px;
    overflow: hidden
}

.mission-vision .mission .col-md-6:first-child{
   padding: 0;
}

.mission-vision .mission .col-md-6:last-child{
    background-color: #D4AF37;
    padding: 50px
}

.mission-vision img{
   /* height: 500px;
    width: 800px*/
}

.mission-vision .mission-body h1{
    color: white;
    text-transform: uppercase;
    letter-spacing: 3px;
    font-family: monospace;
    font-size: 50px
}

.mission-vision .mission-body h1 span{
    font-weight: bold
}

.mission-vision .mission-body p{
    letter-spacing: 1px;
    font-size: 18px;
    color: white;
    font-family: 'Raleway', sans-serif;
    margin-bottom: 70px
}

.mission-vision .vision .col-md-6:first-child{
    background-color: #9E0B0F;
    padding: 50px 0 50px 50px
}

.mission-vision .vision .col-md-6:last-child{
    padding: 0
}

/*---------------------------Scroll to Top----------------------------*/
#scrollToTop {
    font-size: 2em;
    color: #444;
    position: fixed;
    right: 40px;
    bottom: 10%;
    transition: all .5s ease;
    z-index: 1000;
    padding: 2px 5px;
    background-color: #D4AF37
}

#scrollToTop:hover {
    transform: scale(1.2,1.2);
    transition: all .5s ease
}

.hide {
    transform: scale(0,0);
}

/*----------------Custom scroll bar---------------------------*/
::-webkit-scrollbar{
    width: 9px;
}

::-moz-scrollbar{
    width: 9px;
}

::-webkit-scrollbar-thumb{
    background: linear-gradient(red,#D4AF37);
    border-radius: 8px
}

::-moz-scrollbar-thumb{
    background: linear-gradient(red,#D4AF37);
    border-radius: 8px
}

/*---------------------------Footer----------------------------*/

footer{
    background-color: #454545;
    padding: 80px 50px 20px 50px;
    margin-top: 50px
}

footer .contact-inf{
    color: white;
    font-family: 'Raleway', sans-serif;
}

footer .contact-inf .col-md{
    text-align: left
}

footer .contact-inf h4{
    text-transform: uppercase;
    letter-spacing: 1px
}

footer .contact-inf ul{
    list-style: none;
    text-align: left;
    padding: 0
}

footer .contact-inf ul li, footer .contact-inf p{
    color: #D4AF37;
    text-align: left
}

footer .contact-inf ul li i{
    color: #999;
}

footer .contact-inf ul li a{
    color: #D4AF37;
    text-decoration: none
}

footer .contact-inf .follow-icon{
    display: flex
}

footer .contact-inf .follow-icon li{
    /*margin-left: 15px*/
}

footer .contact-inf .follow-icon li:first-child{
    margin-left: 0
}

footer .contact-inf .follow-icon li a{
    padding: 10px;
    border-radius: 50%;
    transition: .4s;
    text-decoration: none
}

footer .contact-inf .follow-icon li a i{
    color: white
}

footer .contact-inf .follow-icon li .face:hover{
    border: 1px solid #3b5999;
    background-color: #3b5999;
}

footer .contact-inf .follow-icon li .link:hover{
    border: 1px solid #0077B5;
    background-color: #0077B5;
}

footer .contact-inf .follow-icon li .twi:hover{
    border: 1px solid #55acee;
    background-color: #55acee;
}

footer .contact-inf .follow-icon li .goog:hover{
    border: 1px solid #dd4b39;
    background-color: #dd4b39;
}

footer .contact-inf .contact-us li i{
    margin-right: 10px
}

footer .footer-copy-right{
    padding: 20px;
    color: #999;
    font-family: 'Raleway', sans-serif;
    border-top: 2px dotted #999
}

@media (max-width: 767px){
    footer .footer-copy-right .col-md-4{
        margin-top: 20px
}
}

/*----------------------Download PDF--------------------------*/

.our-profile{
    position: relative;
    top: 50%;
    right: -130px;
    width: 200px;
    height: 70px;
    background-color: #9e0b0f;
    position: fixed;
    border-top-left-radius: 50px;
    border-bottom-left-radius: 50px;
    transition: .5s;
    z-index: 1000
}

.our-profile .pdf{
    display: flex;
    color: white;
}

.our-profile .pdf span{
    text-transform: uppercase;
    font-size: 18px;
    font-family: 'Raleway', sans-serif;
    top: 7px;
    position: relative;
    margin-left: 17px;
}

.our-profile .pdf img{
    border-radius: 50%;
    width: 60px;
    height: 60px;
    top: 5px;
    position: relative;
    left: 5px;
    cursor: pointer
}

.our-profile:hover{
    right: 0;
}




/*-------------------Professions page-------------------------*/
/*-------------------Hero Img-------------------------*/


.Professions-hero-img{
    background-image: url(../img/bg-Professions.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
    position: relative;
     width: 100%;
    height: 100%
}

.Professions-hero-img #particles-JS{
    background-color: rgba(0,0,0,.5);
    position: absolute;
    width: 100%;
    height: 100%
}

.Professions-hero-img .Professions-title{
    text-align: center;
    position: relative;
    top: 30%
}

.Professions-hero-img .Professions-title h1{
    text-transform: uppercase;
    color: #bccac8;
    font-family: 'Raleway', sans-serif;;
    font-size: 60px;
    
}

@media (max-width: 767px){
   .Professions-hero-img .Professions-title h1{
        font-size: 30px
}
}

/*------------------Professions Paragraph-------------------------*/

.Professions-Paragraph{
    padding: 80px 50px 50px 50px;
}

.Professions-Paragraph .Professions-title{
    text-align: center;
}

.Professions-Paragraph .Professions-title h1{
    text-transform: uppercase;
    font-family: 'Raleway', sans-serif;
    letter-spacing: 3px;
    color: #9E0B0F
}

.Professions-Paragraph .Professions-title h1 span{
    font-weight: bold;
    color: #D4AF37
}

.Professions-Paragraph .Professions-title .line-dotted{
    border-top: 2px dotted #D4AF37
}

.Professions-Paragraph .Professions-body{
    padding: 0 150px;
    text-align: center
}

.Professions-Paragraph .Professions-body p{
    color: dimgray;
    font-size: 19px
}


@media (max-width: 767px){
    .Professions-Paragraph .Professions-title h1{
        font-size: 25px
    }

   .Professions-Paragraph .Professions-body{
        padding: 0;
}
}

/*------------------Tabs Nav-------------------------*/
.nav-tabs {
    border-bottom: 1px solid #dee2e6;
    padding-left: 45px !important
}

.nav-tabs .nav-item{
    color: #D4AF37;
    font-size: 20px
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active{
    color: #9E0B0F;
}
/*------------------Commercial Services-------------------------*/

.Commercial{
    padding: 70px 50px;
    background-color: #f1f1f1
}

.Commercial .Commercial-title{
    text-align: center;
}

.Commercial .Commercial-title h2{
    text-transform: uppercase;
    font-family: 'Raleway', sans-serif;
    letter-spacing: 3px;
}

@media (max-width: 767px){
    .Commercial .Commercial-title h2{
        font-size: 20px
}

}

.Commercial .Commercial-title .line-dotted{
    border-top: 2px dotted #D4AF37
}

.Commercial .Commercial-body{
    padding: 0 150px;
    text-align: center
}

.Commercial .Commercial-body p{
    color: dimgray;
    font-size: 17px
}

@media (max-width: 767px){
   .Commercial .Commercial-body{
        padding: 0;
}
}

.Commercial .Commercial-content h4{
    background-color: #D4AF37;
    padding: 10px;
    border-radius: 5px;
    color: white;
    font-family: serif;
    letter-spacing: 2px
}

.Commercial .Commercial-content p{
    font-family: 'Raleway', sans-serif;
    color: dimgray;
    font-size: 17px;
    letter-spacing: 1px
}

.Commercial .Commercial-content ul{
    list-style: none;
    padding: 0;
}

.Commercial .Commercial-content ul li{
    font-family: 'Raleway', sans-serif;
    color: dimgray;
    letter-spacing: 1px
}

.Commercial .Commercial-content ul li i{
    color: lightgreen;
    font-size: 20px
}

.Commercial .Commercial-content .col-md-12{
    padding: 0
}

/*------------------Business Development-----------------------*/

.Business{
    padding: 70px 50px;
}

.Business .Business-title{
    text-align: center;
}

.Business .Business-title h2{
    text-transform: uppercase;
    font-family: 'Raleway', sans-serif;
    letter-spacing: 3px;
}

@media (max-width: 767px){
    .Business .Business-title h2{
        font-size: 20px
}
}

.Business .Business-title .line-dotted{
    border-top: 2px dotted #D4AF37
}

.Business .Business-body{
    padding: 0 150px;
    text-align: center
}

.Business .Business-body p{
    color: dimgray;
    font-size: 17px
}

@media (max-width: 767px){
   .Business .Business-body{
        padding: 0;
}
}

.Business .Business-content h4{
    background-color: #9E0B0F;
    padding: 10px;
    border-radius: 5px;
    color: white;
    font-family: serif;
    letter-spacing: 2px;
}

.Business .Business-content p{
    font-family: 'Raleway', sans-serif;
    color: dimgray;
    font-size: 17px;
    letter-spacing: 1px
}

.Business .Business-content .col-md-12{
    padding: 0
}

/*------------------Economic & Social-------------------------*/

.Economic{
    padding: 70px 50px;
    background-color: #f1f1f1;
}

.Economic .Economic-title{
    text-align: center;
}

.Economic .Economic-title h2{
    text-transform: uppercase;
    font-family: 'Raleway', sans-serif;
    letter-spacing: 3px;
}

@media (max-width: 767px){
    .Economic .Economic-title h2{
        font-size: 20px
    }
}

.Economic .Economic-title .line-dotted{
    border-top: 2px dotted #D4AF37
}

.Economic .Economic-body{
    padding: 0 150px;
    text-align: center
}

.Economic .Economic-body p{
    color: dimgray;
    font-size: 17px
}

@media (max-width: 767px){
   .Economic .Economic-body{
        padding: 0;
}
}

.Economic .Economic-content h4{
    background-color: #D4AF37;
    padding: 10px;
    border-radius: 5px;
    color: white;
    font-family: serif;
    letter-spacing: 2px
}

.Economic .Economic-content p{
    font-family: 'Raleway', sans-serif;
    color: dimgray;
    font-size: 17px;
    letter-spacing: 1px
}

.Economic .Economic-content ul{
    list-style: none;
    padding: 0;
}

.Economic .Economic-content ul li{
    font-family: 'Raleway', sans-serif;
    color: dimgray;
    letter-spacing: 1px
}

.Economic .Economic-content ul li i{
    color: lightgreen;
    font-size: 20px
}

.Economic .Economic-content .col-md-12{
    padding: 0
}

/*-------------------Contact page-------------------------*/
/*-------------------Hero Img-------------------------*/

.contact-hero-img{
    background-image: url(../img/bg-contact.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
    position: relative;
    width: 100%;
    height: 100%
}

.contact-hero-img #particles-JS{
    background-color: rgba(0,0,0,.5);
    position: absolute;
    width: 100%;
    height: 100%
}

.contact-hero-img .contact-title{
    text-align: center;
    position: relative;
    top: 30%
}

.contact-hero-img .contact-title h1{
    text-transform: uppercase;
    color: #bccac8;
    font-family: 'Raleway', sans-serif;;
    font-size: 60px
}

@media (max-width: 767px){
   .contact-hero-img .contact-title h1{
        font-size: 30px
}
}

/*------------------Follow Us-------------------------*/

.Follow{
    padding: 70px 0 0 0;
}

.Follow .Follow-title{
    text-align: center;
}

.Follow .Follow-title h1{
    text-transform: uppercase;
    font-family: 'Raleway', sans-serif;
    letter-spacing: 3px;
}

.Follow .Follow-title .line-dotted{
    border-top: 2px dotted #D4AF37
}

.Follow .Follow-body{
    text-align: center;
    background-image: url(../img/bg-ECONOMIC.jpg);
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    position: relative;
}

.Follow .Follow-body .Follow-body-cover{
    background-color: rgba(0,0,0,.7);
    position: absolute;
    width: 100%;
    height: 100%
}

.Follow .Follow-body .Follow-body-icon{
    position: relative;
    top: 30%;
    padding: 80px 0
}

.Follow .Follow-body .Follow-body-icon a{
    display: inline-block;
    width: 90px;
    height: 90px;
    background-color: #f2f2f2;
    margin: 10px 20px;
    border-radius: 30%;
    box-shadow: 0 5px 15px -5px #00000070;
    color: #D4AF37;
    overflow: hidden;
    position: relative
}

.Follow .Follow-body .Follow-body-icon a i{
    line-height: 90px;
    font-size: 26px;
    transition: .2s linear
}

.Follow .Follow-body .Follow-body-icon a:hover i{
    transform: scale(1.3);
    color: #f2f2f2
}

.Follow .Follow-body .Follow-body-icon a::before{
    content: "";
    position: absolute;
    width: 120%;
    height: 120%;
    /*background-color: #D4AF37;*/
    transform: rotate(45deg);
    left: -110%;
    top: 90%
}

.Follow .Follow-body .Follow-body-icon .btn-face::before{
    content: "";
    background-color: #3b5999;
}
.Follow .Follow-body .Follow-body-icon .btn-link::before{
    content: "";
    background-color: #0077B5;
}
.Follow .Follow-body .Follow-body-icon .btn-twit::before{
    content: "";
    background-color: #55acee;
}
.Follow .Follow-body .Follow-body-icon .btn-goog::before{
    content: "";
    background-color: #dd4b39;
}

.Follow .Follow-body .Follow-body-icon a:hover::before{
    animation: aaa 0.7s 1;
    top: -10%;
    left: -10%
}

@keyframes aaa{
    0%{
        left: -110%;
        top: 90%
    }50%{
        left: 10%;
        top: -30px;
    }100%{
        top: -10%;
        left: -10%
    }
}

/*------------------Contact form-------------------------*/

.Contact{
    padding: 70px 0;
    background-color: #f1f1f1;
    
}

.Contact .Contact-title{
    text-align: center;
}

.Contact .Contact-title h1{
    text-transform: uppercase;
    font-family: 'Raleway', sans-serif;
    letter-spacing: 3px;
}

.Contact .Contact-title .line-dotted{
    border-top: 2px dotted #D4AF37
}

.Contact .Contact-body{
    text-align: center;
    padding: 20px 60px
}

.Contact .Contact-body .col-md:first-child{
    text-align: left;
    padding-left: 60px
}

.Contact .Contact-body .col-md:first-child div{
    margin-bottom: 20px;
    color: dimgray;
    font-size: 20px;
    font-family: 'Raleway', sans-serif;
}
/*.Contact .Contact-body .col-md:first-child div i{
    color: #D4AF37;
}
*/
.Contact .Contact-body .col-md:last-child input{
    color: dimgray
}

.Contact .Contact-body .col-md:last-child button{
    padding: 10px 20px;
    width: 200px;
    border-radius: 50px;
    margin-top: 20px
}

.Contact .Contact-body .col-md:last-child .stutes{
    padding: 10px;
}

