*
@font-face {
  font-family: TrajanPro;
  src: url(fonts/TrajanPro-Regular.ttf) format('truetype');
}
@import "https://fonts.googleapis.com/css?family=Roboto";
{
    margin:0;
    padding: 0;
}

/*--------Navigation-------*/

#nav-bar
{
    position:sticky;
    top:0;
    z-index: 10;
    text-align: justify 
}

.navbar-brand img
{
    margin-top: -10px;
    margin-bottom: -10px;
    height:50;
    padding-left: 30
}

.navbar h1
{
    font-size: 26px;
    color:black;
    font-family:"TrajanPro",serif;
    font-weight: 500;
    font-variant-caps: small-caps;
    margin-bottom: 0;
    margin-top: -5px;   
}

.navbar-nav li
{
    padding:0 10px;
    
}

.navbar-nav li a
{
    float:right;
    text-align: left;
    
}
#nav-bar ul li a:hover
{
    color:#555!important; 
    font-weight: 600;
    font-size: 17px;
}

.navbar
{
    background: #fff;
    background-image: linear-gradient(to right,rgba(0,0,0,0),rgba(168,132,84,0.8),rgba(0,0,0,0.6)), url(img/WorldGrey.png)
}
}
.navbar-toggler
{
    border:none !important;
}
.nav-link
{
    color: #fff!important;
    font-weight: 600;
    font-size: 16px;
}

.navbar-nav li.active > a
{
    color:#555 !important; 
    font-weight: 600;
    font-size: 16px;
    /*---background: #fff*/
}

.dropdown-menu
{
    background: rgba(128,119,107,0.8) !important;
    
}
.dropdown-menu a
{
    background: rgba(128,119,107,0.8);
}

.dropdown-menu a:hover
{
    background: #fff
}

.dropdown:hover .dropdown-menu {
  display: block;
}


/*------------End of Navigation---------*/
/*------------Slider---------------------*/

#slider
{
    width: 100%;
}

/* carousel image dimensions adjustment*/
        .carousel-item {
          width: 100%;
          height: 570px;  example 
          background-color: rgba(0,0,0)
        }

        .carousel-item img {
          width: 100%;
          height: 100%;
          object-fit: cover;
          
        }
/*end of carousel image dimensions adjustement*/


.carousel-caption
{
    top:70%;
    transform:translateY(-50%);
    bottom:initial !important;
    background: rgb(168,132,84,0.7);
    width:400;
    height: 200;
    margin-left: -210px;
    font-family: 'Poppins', sans-serif;
    
        
}
.carousel-caption h5
{
    font-family: 'Poppins', sans-serif;
    color:black;/*rgb(168,132,84);*/
    font-size: 30px;
    font-weight: 600;
}
.carousel-caption p
{    
    font-size: 15px;
    font-weight: 300;
    
}

.carousel-caption p::before
{
    content:'';
    background:#007bff;
    display:block;
    height:1px;
    width:300px;
    margin:20px auto 5px;
    
}
.carousel-caption p::after
{
    content:'';
    background:#007bff;
    display:block;
    height:1px;
    width:300px;
    margin:5px auto 5px;
}


.carousel-caption h6
{
    font-size: 13px;
    font-weight: 300;
    font-style: italic;
    color:black;
    text-align: right;
    margin-right: 50px;
}

/*-------------------------------end of slider------------------*/

/*----------------------------------About US-------------------*/
#about
{
    padding-top: 60px;
    padding-bottom: 50px;
}

#aboutus
{
    background:  rgba(168,132,84,0.4); 
    padding-top: 30px;
    padding-bottom: 20px;
}

.btn
{
    margin-top:20px;
    margin-bottom: 30px;    
}

.btn:hover
{
    box-shadow: 0 0 15px 5px rgba(255,255,255,0.2);
    cursor:pointer;
    transition: 0.5s
}

.btn a
{
    color:#fff;
}

.btn a:hover
{
    color:#fff;
}

.about-content
{
    padding-top:20px;     
}

.container h2
{
    padding-top:20px;
    font-family: 'Poppins', sans-serif;
}

.skills-bar
{
    padding-top: 73px;
}
.skills-bar ul
{
    padding-top: 10px;
    padding-left: 50px;    
    margin-bottom: 6px;
    font-weight: 600;    
}

.skills-bar ul li
{
    padding-bottom: 15px;
}




/*-------------------------About-Detailed----------------------------*/
#about-detailed
{
    background-image: linear-gradient(to right,rgba(168,132,84,0.5),rgba(168,132,84,0.5)), url(img/WorldGrey.png);
    color:#555;
}

#about-detailed 
{
    padding-left: 20px;
}

#about-detailed h2
{
    padding-top:30px;   
    font-family: 'Poppins', sans-serif;
    color: white;
    margin-left:-75px;
    font-weight: 200;
}

#about-detailed .about-content
{
    margin-left:-75px;
    margin-bottom: 20px;    
}

#about-detailed img
{
    width:400px;
    height:200px;
    margin-left:-150px;
    margin-right: 10px;
    padding:2px;
    float:left;
  
    transform:translateY(0%);
    
}

#modworld-vision
{
   padding-top: 0px;
    padding-bottom: 0px;
    padding-right: 0;
}

#modworld-background
{
   padding-top: 0px;
    padding-bottom: 0px;;
}

#vision-section 
{
    padding-top: 120px;
    padding-bottom: 20px; 
}

.vision
{
  background:  rgba(168,132,84,0.4);      
}

.vision .creativ_thumb img {
  width: 70%;
   filter:brightness(50%);
   
    padding-left: 150px;
    padding-top: 75px;
}


.vision .creative_info {
    padding-top: 50px;
  padding-bottom: 10px;
  padding-left: 96px;
  }



#about-detailed .core-values
{
   padding-top: 95px; 
}
#about-detailed .core-values ul
{
   width: 200;
}

#about-detailed .core-values ul li
{
    margin-bottom: 15px;
}

.core-values p
{
    margin-right:-50px;
    margin-bottom: 50px;
}

.core-values h3
{
    
    transform:translateY(10%);
    text-align: center;
    margin-left: 45px;
    margin-right:-20px;
    margin-top: -150px;
    font-size: 35px;
   color: #007bff;
    font-weight: 100;
    width:180;
    
}

.core-values h3::before
{
    content:'';
    background:#007bff;
    display:block;
    height:1px;
    width:180px;
   
    
}
.core-values h3::after
{
    content:'';
    background:#007bff;
    display:block;
    height:1px;
    width:180px;
    
}


/*-----------------------------TEAM MEMBERS---------------------*/
#team
{
    padding-top: 50px;
    padding-bottom: 50px;
    color:#555;
    
}
#team-header
{
  background-image: linear-gradient(to right,rgba(168,132,84,0.5),rgba(0,0,0,0.5)), url(img/WorldGrey.png);
    color:#555;
    height: 100%;
}

#team_member-header
{
    background-image:linear-gradient(to right,rgba(168,132,84,0.5),rgba(168,132,84,0.5)), url(img/WorldGrey.png);
    color:#555;
    height: 100%;
    opacity: 0.
}

#team h1 
{
    text-align: center;
    color:#555 !important;
    padding-bottom: 10px;
}

#team h1::after
{
    content:'';
    background:#007bff;
    display:block;
    height:3px;
    width:170px;
    margin:20px auto 5px;
}

.profile-pic
{
    margin-top:25px
}
.profile-pic .img-box
{
    opacity:1;
    diplay:block;
    position: relative;        
}
 
.profile-pic .img-box img
{
    filter:grayscale(1);        
}
.profile-pic .img-box img:hover
{
    filter:grayscale(0);
    cursor:pointer;
}

.profile-pic h2
{
    font-size: 22px;
    font-weight: bold;
    margin-top: 15px;
    color:rgba(255,255,255,0.6) !important;
}
.profile-pic h3
{
    font-size: 15px;
    font-weight: bold;
    margin-top: 15px;   
}
#team .fa
{
    height:25px;
    width:25px;
    color:#007bff !important;
    background:#fff;
    padding:4px;
    border-radius:50%;
}
.img-box ul
{
    padding:15px 0;
    position: absolute;
    z-index: 2;
    bottom: 0;
    left:50%;
    transform: translateX(-50%);
    opacity: 0;
}

.img-box ul li
{
    padding: 5px;
    display: inline-block;
}

.img-box:hover ul
{
    opacity:1;
}

.img-box ul,.img-box ul li
{
    transition: 0.5s
}
/*-------------------------team detailed profile--------------------*/
        #team-social-media
        {    
            padding-top: 0px;
            padding-bottom: 0px;
            font-size: 20px;    

        }
        #team-social-media ul
        {
            padding:0;
        }
        #team-social-media li
        {
            display: inline-block;    
            border:1px solid #007bff; 
            border-radius: 50%;  
            height: 40px;
            width: 40px;
            padding-top: 5px;
        }

        #team-social-media .fa
        {
            background: rgb(212,194,170)
        }

        #team-social-media a
        {
            padding: 20px;
        }

        #team-social-media li:hover
        {
            border-color: black;            
        }

        #real-img
        {
            filter:grayscale(0)
        }
        
        #team .profile-details p
        {
            margin-top: 25px;
        }

#member-name h2
{
    color: #007bff !important;
}


/*----------------------------------End of TEAM MEMEBRS----------------*/

/*-----------------------------------CLIENTS--------------------------*/
#clients-detailed
{
   padding-top: 20px;
    background-image: linear-gradient(to right,rgba(168,132,84,0.5),rgba(0,0,0,0.5)), url(img/gleise.jpg) ;
    height:200px;      
}


.clients-header
{
    
    margin-left:-75px;
    color: #fff;
}

#clients-detailed h2
{
    font-size: 40px;    
    font-weight: 100;  
    font-family: 'Poppins', sans-serif;
}

#clients-detailed p
{
    font-size: 25px;    
    font-weight: 50;     
}

#logos
{
    
    margin-left: 0px;
    margin-right:0px
}


#clients-logo
{
    margin-left: 10px;
    margin-right:15px
}
#logos img
{
    width:100px;
    height:auto;
    margin-left: 10px;
    margin-top: 10px;
    margin-bottom: 10px;
}

#logos .logocol
{
    padding:0px 40px 0px 40px;
    margin-right: 35px
}


/*------------------------------End of Clients----------------------*/
/*------------------------------Contact US Detailed------------------*/
#contact-detailed 
{
    padding-left: 20px;
}

#contact-header
{
    background-image:linear-gradient(rgba(0,0,0,0.5),rgba(0,0,0,0.5)), url(img/earth.jpg);
    height: 100vh;
    background-size:cover;
    background-position: center;
}


#contact-detailed p
{
    padding-top:50px;   
    
    color: white;    
    font-weight: 50;
    font-size:25px;
    padding-bottom: 0px;
}

#contact-detailed p::after
{
    content:'';
    background:#007bff;
    display:block;
    height:0.5px;
    width:100%;
    margin-bottom:20px ;
    margin-top:15px
}

#contact-detailed h2
{
    padding-top: 80px;
    padding-bottom: 30px;
    font-family: 'Poppins', sans-serif;
    font-size:40px;    
    font-weight: 100;
    text-align: center;
    width:300px;
}

#contact-detailed .logo img
{
    height:80px;
    padding-left: 87px;
    text-align: center
}

#contact-detailed .logo h1
{
    padding-top: 20px;
    width:300px;
    margin-left: 0px;
    font-size: 25px;
    color:#fff;
    font-family:"TrajanPro",serif;
    font-weight: 500;
    font-variant-caps: small-caps;
    text-align: center
}
#contact-detailed h3
{
    width:300px;
    margin-left: 0px;
    font-weight: 100;
    font-size: 15px;
    font-family: "Times New Roman",serif;
    text-align: center;
    color:rgb(168,132,84)
}

#social-media
{
    padding-top: 30px;
    font-size: 20px;
    font-family: 'Poppins', sans-serif; 
    margin-left: 20px
}

#social-media a
{
    padding-left: 30px
}
#social-media i
{
    padding: 10px;
    text-align: center;
    border-color: #007bff;
    margin: 10px auto;    
    height:40px;
    width: 40px;
    border:1px solid #007bff; 
    border-radius: 50px;  
     
}

#office
{
    padding-top: 10px;
    text-align: center;
    font-size: 15px;
    padding-left: 50px;
    width: 300px;
    color:rgb(168,132,84)
}
#get-in-touch p
{
    padding-top: 0px;
    padding-left: 50px;
    font-size: 12px;
    color:#fff;
    text-align: center ;
    width: 300px;
    margin-bottom: 0px;
    font-weight: 200            
}

#get-in-touch a
{
   font-size: 12px;
   color:#fff; 
}

#middle-office p
{
    padding-top: 0px;
}

/*
#middle-office ::before
{
     content:'';
    background:#007bff;
    display:block;
    height:0.5px;
    width:100%;
    margin-bottom:3px ;
    margin-top:3px
}
*/

#contact
{
    padding-top: 40px;
    padding-bottom: 40px;
    background:#efefef;
    color:#777;
}

.contact-form
{
    padding :15px 15px 15px 100px;
    
}

.form-control
{
    border-radius: 0 !important ;
    border: 0.5px solid #007bff !important;
    opacity:70%;
    margin-bottom: 15px
}



::placeholder
{
    color:black !important;
}


#contact-detailed .btn
{
    margin-top: 30px;
    margin-bottom: 10px;
    width:100px;
    height:45px;
    border-radius: 0 !important ;
    background: none;
    float:right
}

#contact-detailed .btn:hover
{
    background: #007bff;
    color:#fff;
}

#contact-email
{
    display: inline-block;
    
}

#contact-email p
{
    padding-top: 40px;
    padding-bottom: 0;
    margin-bottom: 0;
    height:50px;
    font-size: 18px;
    color: #007bff;
}

#contact-email i
{
    padding-right:10px;  
    font-size: 25px;
    color: #007bff;
}

/*----------------------------------End of Contact US Detailed--------------------*/

/*-------------------------------------SERVICES---------------------------------------*/

/*#services-header
{
    background-image: linear-gradient(rgb(0,0,0,0.5),rgb(0,0,0,0.5)),url(img/services.jpg);   
    
}*/
#services
{
    background-image: linear-gradient(rgb(0,0,0,0.5),rgb(0,0,0,0.5)),url(img/services.jpg);
    background-size:cover;
    background-position: center;
    color:#efefef !important;
    background-attachment: fixed;
    padding-top: 50px;
    padding-bottom: 50px;    
}

#services h2
{
    text-align:center;
    color:#efefef !important;
    padding-bottom: 10px;  
    padding-left: 50px;
}

#services h1::after
{
    content:'';
    background:#efefef ;
    display: block;
    height:3px;
    width:170px;
    margin:20px auto 5px;      
}

#services h3
{
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
    font-weight: 100;
    font-size: 25px
}

.services
{
    margin-top:40px;       
}

.services-group
{ 
    margin-left:-75px;
}

.icon
{
    font-size:40px;
    margin:20px auto;
    padding:18px;
    height:80px;
    width: 80px;
    border:1px solid #fff; 
    border-radius: 50px; 
    color: rgba(168,132,84,1)
}


#services p
{
    font-size:14px;
    margin-top:20px;
    color:rgba(168,132,84,1);
}

#services ul
{
    font-size:14px;
    margin-top:20px;
    color:rgba(168,132,84,1);
    text-align: left;
    list-style: none;
}


#services ul li::before {
  content: "\25FD";  /* Add content: \2022 is the CSS Code/unicode for a bullet */
  color: #fff; /* Change the color */  
  display: inline-block; /* Needed to add space between the bullet and the text */
  width: 1em; /* Also needed for space (tweak if needed) */
  margin-left: -1em; /* Also needed for space (tweak if needed) */
}

.services .col-md-3
{
    border: 1px solid rgba(168,132,84,1);
    margin-left:  60px;
    margin-right: 40px; 
    background: rgba(168,132,84,0.3);
}

.services .col-md-3:hover
{
    background: rgba(168,132,84,0);
    cursor:pointer;
    transition:0.7s; 
    border: 1px solid #fff
}

#sub-list
{
    padding-top:-10px !important;
    margin-top:0px !important;
}

/*----------------------------------Trainings-------------------------------*/

#trainings-header
{
  background-image: linear-gradient(to right,rgba(168,132,84,0.5),rgba(0,0,0,0.5)), url(img/WorldGrey.png);
    color:#555;
    
}

#training-detailed
{
   padding-top: 20px;
    background-image: linear-gradient(to right,rgba(0,0,0,0.6),rgba(0,0,0,0.6)), url(img/books.jpg) ;
    height:200px;      
}

.training-header
{    
    margin-left:-75px;
    color: #fff;
}

#training-detailed h2
{
    font-size: 40px;    
    font-weight: 100;  
    font-family: 'Poppins', sans-serif;
}

#training-detailed p
{
    font-size: 25px;    
    font-weight: 50;     
}
#training-section 
{
    padding-top: 120px;
    padding-bottom: 20px; 
}

.trainings {
  background:  rgba(168,132,84,0.4);    
}



.trainings .creativ_thumb img {
  width: 100%;
   filter:brightness(50%);
}


.trainings .creative_info {
    padding-top: 50px;
  padding-bottom: 10px;
  padding-left: 96px;
  }
.trainings ul li
{
    margin-top: 5px;    
}


.footer {
    background: rgb(103,103,103);
    padding-top: 15px;
}

.footer p
{
   
    padding:0;
    color: rgba(168,132,84,1);
    font-weight: 500;
}
