
.nav-bar {
    display: flex;
    justify-content: flex-end;
    background-color: #35424a;
    
}

.logo-place {
    flex: 1;
    text-align: center;
    color: white;
}

.logo-place a {
    text-decoration: none;
    color:white ;
}


.logo img {}

.nav-links {

    display: flex;
    /*     align-items:flex-end;*/
    flex: 2;
    justify-content: space-between;
    
    padding: 1em;
    

}

.nav-links a {
    line-height: 4em;
    
    border-radius: 5px;
    
    color: white;
    width: 7em;
    text-align: center;
    margin: auto;

    text-decoration: none;
}

.nav-links a:hover {
   
    background-color: #FABC3D;
}


/* contact + main*/
body{
    font-family:arial,helvetica,sans-serif;
    font-size: 15px;
    line-height: 1.5;
    padding: 0;
    margin: 0;
    background-color: #ffffff;
}

.container{
    width: 80%;
    margin: auto;
    overflow: hidden;
}

.container h1{
    font-family: arial,helvetica, sans-serif;
    font-size: 28px; 
    
}

ul{
    margin: 0;
    padding: 0;
}

fieldset {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    border: 1px solid white;
}
.label1{
    width: 50%;
}   


label{
    margin: 10px;
    font-size: 0.8em;
}

input[type=text],input[type=email],textarea,input[type=tel], select {
    
    height: 10%;
    padding: 12px 20px;
    margin: 8px 10px;
    display: inline-block;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
    color: black;
}
input[type=number],input[type=date]
{
    color: black;
}

.email_id
{
    
    width: 50%;
     padding: 12px 15px;
    margin: 2px 4px;
    display: inline-block;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
    color: black;
}
.label1{
    width: auto;
    padding: 12px 20px;
    margin: 8px 10px;
    display: inline-block;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
}

input[type=submit]
{
    background-color:dimgray;
    color: white;
    padding: 14px 20px;
    margin: 8px 0;
    border: none;
    width: 20%;
    border-radius: 10px;
    background-color: #2196f3;
    cursor: pointer;
}


.aside
{
    font-size: 20px;
}

* 
{
    box-sizing: border-box;
}



/* This is a css for contact us page */

.contact_us{
    display: flex;
    justify-content: center;
    text-align: center;
   
}

.contact_banner
{
    
    padding: 10px;
    text-align: center;
    background-color: #2B2D37;
    color: #FABC3D;
    height: 60px;
}

.contact_banner h2
{
    margin-top: 5px;
    margin-bottom: 5px;;
}

.contact_map_description
{
    padding-left: 0px;
}

.contact_map_detail
{
   
     padding: 20px;
    border-radius: 10px;
    box-shadow: 0px 0px 2px 1px black;  
    margin-top: 2px;
}

.contact_map_detail a
{
    text-decoration: none;
    color: black;
}

.contact_map_detail a:hover
{
    color: #FABC3D;    
}
.contact_image
{
    
    padding: 10px;
    border-radius: 10px;
    box-shadow: 0px 0px 2px 1px black;  
    margin-top: 2px;
}


.contact_form
{
     
  padding: 10px;
  border-radius: 10px;
  margin: 10px;
  box-shadow: 0px 0px 2px 1px black;    
}

.contact_form_description
{
    padding-left: 10px;    
}


.contact_form button
{
    padding: 8px;
    margin-left: 10px;
    border-radius: 5px;
    background-color: #f4f4f4;
    color: black;
    
}

.contact_form_button:hover
{
     box-shadow: 0px 0px 1px 1px black;
    background-color: #FABC3D;
}
.contact_form input[type=text],input[type=email], textarea {
  width: 90%;
   box-sizing: border-box;
  padding: 12px;
  border: 1px solid #ccc;
  border-radius: 4px;
  resize: vertical;
    background-color: #f4f4f4;

}

#problem
{
    height: 200px;
    font-family:arial,helvetica,sans-serif;
}
.contact_form label {
 
  display: inline-block;
    font-size: 18px;   
  
}

/* This is a common css for using in pages*/

.col-20 {
  float: left;
  width: 20%;
  margin-top: 6px;
  
}


.col-80 {
  float: left;
  width: 80%;
  margin-top: 6px;
    color: black;
}

.col-50 {
  float: left;
  width: 45%;
  margin: 5px;
  padding: 15px;        
  
}

.col-33 
{
    
  float: left;
  width: 30%;
  margin: 10px;
  text-align: left;
  
}



.col-10 
{
    
  float: left;
  width: 8%;
  padding: 2px;    
  
}

.col-24 
{
  float: left;
  width: 22%;
  margin: 10px;
  
  
}


.text-left
{
    text-align: left;
}

.col-24 li i
{
    margin: 5px;
    font-size: 20px;
}


.col-50 img
{
   
    text-align: center;

    width:100%;
    
}

.col-25 
{
  float: left;
  width: 22%;
  margin: 10px;
  
}

/* This is a css for portfolio page */

.card 
{
  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);    
  transition: 0.3s;
  width: 100%;
  border-radius: 10px;
 
}

.card:hover {
  box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);
}

img 
{
  border-radius: 5px 5px 0 0;
}

.card_container {
      
  padding: 2px;
  text-align: center;    
}

.card_container h3
{
    font-weight: bold;
    margin-top: 0;
    margin-bottom: 0;
    padding: 2px;
}   

.card_container h3:hover 
{
    color:#FABC3D;
}

.card img
{
    width: 100%;
    height: auto;
}
.portfolio
{
    text-align: center;
}

input { display: none; }             
/* hide radio buttons */
input + label 
{
  
    display: inline-block ;
    width: 22%;
    text-align: center;
    margin: 0;
   
    
    
} /* show labels in line */
input ~ .tab { display: none }      
/* hide contents */

/* show contents only for selected tab */
#tab1:checked ~ .tab.content1,
#tab2:checked ~ .tab.content2,
#tab3:checked ~ .tab.content3,
#tab4:checked ~ .tab.content4,
#tab5:checked ~ .tab.content5 
{ display: block; }

input + label /* box with rounded corner */
{             
  border: 1px solid #999;
  background: #EEE;
  padding: 8px 8px;
  border-radius: 4px 4px 0 0;
  position: relative;
  top: 1px;
  font-size: 16px;
}
input:checked + label {     /* white background for selected tab */
  background-color: lightgray;

}
input ~ .tab {          /* grey line between tab and contents */
    
  padding: 12px;
  
}


/* This is a css for footer file */

footer
{
   
    padding-left: 20px;
    padding-right: 20px;
    color: #ffffff;
    background-color: #2B2D37;
    text-align: center;
}


.footer_part1
{
    padding: 5px;
    
}


.footer_part1_logo 
{
    font-size: 22px;

}

.footer_part1_logo h4
{
    color: white;
}

.footer_part1 a
{
    text-decoration: none;
    color: white;
}

.footer_part1 a:hover
{
    color: #FABC3D;
}
.footer_part1 i
{
    padding: 5px;
    
}

.footer_part2
{
    margin-top: 10px;
    padding: 10px;
}

.footer_part3
{
    padding: 10px;
}

.footer_part2 li
{
    list-style-type: none;   
    font-size: 15px;
    
}

.footer_part2 li a
{
    text-decoration: none;
    color: white;
}

.footer_part2 li a:hover
{
    color: #FABC3D;
}

.footer_part3
{
    margin-top: 10px;
}
.footer_part3 li
{
    list-style-type: none;    
    
}

.footer_part3 li a
{
    color: white;
}

.footer_part3 li a:hover
{
    color: #FABC3D;
}



.footer_copyright
{
    padding: 10px;  
}

.footer_copyright a
{
    color: white;
}

.footer_copyright a:hover
{
    color:  #FABC3D;
}

/* This is a css file for about page */

.about_banner
{
    
    padding: 10px;
    text-align: center;
    background-color: #2B2D37;
    color: #FABC3D;
    height: 60px;
}

.about_banner h2
{
    margin-top: 5px;
    margin-bottom: 5px;;
}


.about_area_image img
{
    width: 100%;
   height: auto;
}

.about_area_h3
{
    font-weight: 100;
    margin-top: 1px;
    margin-bottom: 1px;
    
}
.about_area_h2
{
    margin-top: 2px;
    text-align: left;
}

.about_area_p
{
    margin-top: 5px;
    
}


.about-default-btn
{
    font-size: 20px;
    font-weight: 700;
    display: inline-block;
    color: #2B2D37;
    padding: 5px 10px;
    background-color: #FABC3D;
}

.about_area a
{
    text-decoration: none;
    color: #2B2D37;
}

.about_banner h2
{
    font-size: 24px;
}

.about_details
{
    background-color: #2B2D37;
    color: #FABC3D;
    text-align: center;
    padding-bottom: 120px;
    padding-top: 20px;
}

.about_details_p1
{
    font-size: 20px;
    margin-bottom: 0px;
}

.about_details_span
{
    font-size: 26px;
}

.about_details_p2
{
    font-size: 28px;
    margin-top: 0px;
    margin-bottom: 0px;
}

.about_details_p2
{
    font-size: 28px;
    margin-top: 0px;
}

.about_details_p3
{
    margin-top: 4px;
    font-size: 32px;
    font-weight: 300;
    margin-bottom: 0px;
}

.about_details_data
{
   
    text-align: center;
    width: 80%;
     background-color: #FABC3D;
     background-image: url("../images/ruler-black.png");
    background-repeat: repeat-x;
    background-position: bottom;
    color: #2B2D37;   
    margin-top: -90px;
    margin-bottom:40px;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;  
}

.about_details_data h3
{
    margin-top: 5px;
    font-size: 28px;
    margin-bottom: 0;
    font-weight: 600;
}

.about_details_data h4
{
    margin-top: 2px;
    font-size: 25px;
    font-weight: 300;
    margin-bottom: 25px;
}



.text-center
{
    text-align: center;
   
}

.about-choose
{
    margin-right: 50px;
}

.about_features
{
    margin: 10px;
    padding: 10px;
}

.about_features_icon
{
       
  height: 70px;
  width: 70px;
  background-color: #FABC3D;
  color: #2B2D37;
  border-radius: 50%;
  display: inline-block;
  padding-top: 10px;    
}

.about_features_title
{
    font-weight: 700;
    font-size: 18px;
    margin-bottom: 0px;
}

.about_features_description
{
    margin-top: 3px;
}

.about_team
{
    margin: 10px;
    padding: 10px;
}

.about_newsletter
{
    padding-top: 5px;
    padding-left:50px;
    background-color: #FABC3D;
    color: #2B2D37;
    height: 150px;
}

.about_newsletter_title h2
{
    margin-top: 10px;
    margin-bottom: 0;
    font-size: 20px;
    font-weight: 600;
    
}


.about_newsletter_input
{
   font-size: 20px;
    font-weight: 500;
    width: 80%;
    text-align: center;
    background-color: #FABC3D;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0px;
}

.about_newsletter_input input
{
    width:70%;
    color: black;
    border: 1px solid black;
    background-color: transparent;
    
}

.about_newsletter_input input::placeholder
{
    color: black;
}

.about_newsletter_input button
{
    margin: 0;
    width: 25%;
    background-color: transparent;  
     border: 1px solid black;
    padding: 11px;
    border-radius: 5px;
    
}

.about_newsletter_input button:hover
{
    background-color: #2B2D37;
    color: #FABC3D;
}

/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
}

/*media queries*/

@media only screen and (max-width: 1024px){
    
   .nav-bar {
        flex-wrap: wrap;
    }

    .nav-links {}

    .nav-links a {}
    
    .contact_email
    {
        font-size: 18px;
    }
    #showcase1{
    min-width: 100%;
    min-height: 300px;
    }
    
    .col-25
    {
        width: 45%;    
    }
    
    .about-choose
    {
        margin-right: 0px;
    }
   

    .col-20 {
     
      width: 100%;
     

    }


    .col-80 {
     
      width: 100%;
     
    }
 
}

/*media queries*/
@media (max-width:768px)
{
    .nav-bar {
        flex-direction: column;
    }

    .nav-links {
        flex-direction: column;
    }

    .heading-logo {
        display: none;
    }
    
    h2
    {
    margin-left: auto;
    margin-right: auto;
   
    
    }
    
    input[type=submit] {
        
        width:50%;
        margin:auto;
        float: none;
        display: flex;
        justify-content: center;
     
       
           }
     .col-20, .col-80
    {
        width: 100%;
        margin-top: 0;
    }
    
    .col-50 {
      
      width: 100%;
      
    }
    
    
    .col-25
    {
        width: 100%;    
    }
    
    .col-33 
    {
        width: 100%;
    }
    
   
    
    .col-24
    {
        width: 100%;
    }
    
    .about-choose
    {
        margin-left: 30px;   
    }
    
   
.button_1
{
   width: 90%;
   
}
.button_2{
    width: 90%;
}
  
    header #branding,header nav,header nav li,#newsletter h1,#newsletter form,#boxes .box,article #main-col,aside #sidebar .label1 .change .aside {
        display: block;
        float: none;
        text-align: center;
        width: 100%;
    }
    header{
        padding-bottom: 20px;
    }
    
    .logo{
        display: none;
    }
    #showcase h1{
        margin-top: 40px;
    }
    #showcase1 h1{
        margin-top: 40px;
    }
    #showcase1{
    display: block;
    }
    #newsletter button, .quote button{
        display: block;
        width: 100%;
    }
    #newsletter form input[type="email"], .quote input, .quote textarea{
        width: 100%;
        padding: 5px;
    }
    .change, .aside{
        width: 100%;
        text-align: center;
        display: block;

    }
    .content{float: none;}
    .tel{
        text-align: center;
    }
    input{
        width: 100%;
    }
}


