body{
    margin: 0px;
    padding: 0px;
    font-family: Arial;
    
}
main{
    width: 100%;
    margin: 0 auto;
}
section{
    width: 1200px;
    margin: 0 auto;
}
header{
    background-color: black;
    height: 100px;
}

.logo{
    width: 40%;
    float: left;
}
.logo h5{
    color: #4fcaff;
    font-size: 12px;
}

.main_menu_wrapper{
    width: 40%;
    float: right;
}

.main_menu_wrapper nav{
    list-style: none;
    padding: 40px 0px;
}
.main_menu_wrapper nav{
    float: right;
    text-decoration: none;

}
.main_menu_wrapper nav a{
    font-size: 14px;
    font-weight: 300;
    text-decoration: none;
    color: white;
    padding: 20px 10px;

}

.banner_area{
    clear: both;
    min-height: 500px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.banner_area_page{
    clear: both;
    min-height: 122px;
    display: flex;
    align-items: center;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.banner_area_page p{
    color: white;
}
#main_banner{
    height: auto;
    width: 50%;
    background-color: rgba(0, 0, 0, 0.8);
    color: white;
    padding: 50px 60px 70px;
}
.main_banner h4{
    font-size: 35px;
    line-height: normal;
    font-weight: 700;
    margin: 0px;
    text-align: center;
}
.main_banner h5{
    color: #4fcaff;
    font-size: 25px;
    margin: 10px 0px;
    font-weight: 300;
}
.main_banner p{
    font-weight: 300;
}
.banner img{
      width: 100%;
  }

.content{
    padding: 90px 0;
  }
.main_content{
      width: 100%;
      display: block;
      height: 450px;
  }
.content-1{
    float: left;
    max-width: 42.666667%;
}
.content-2{
    float: right;
    max-width: 42.666667%;  
}
img {
    vertical-align: middle;
    border-style: none;
}
.img-responsive {
    max-width: 100%;
    height: 400px;
}
.about_section h3 {
    font-size: 40px;
    margin: 5px 0 25px 0;
    font-weight: 600;
}
.main_work{
    padding: 90px 0;
    background: #1A2451;
    clear: both;
}
.works_area{
    width: 100%;
    display: block;
    height: 500px;
}
.work-1{
    width: 30%;
    float: left;
    padding: 20px;
}
.work-1 img{
    width: 100%;
}
.work-2 img{
    width: 100%;
}
.work-3 img{
    width: 100%;
}
.work-2{
    width: 30%;
    float: left;
    padding: 20px;
}
.work-3{
    width: 30%;
    float: left;
    padding: 20px;
}
h3.blog_head {
    width: 100%;
    float: left;
    background: #fff;
    text-align: center;
    font-size: 25px;
    text-transform: uppercase;
    color: #090101;
    margin: 0;
    min-height: 75px;
    line-height: 75px;
}
.white_color{
    color: #fff !important;
}
.white_font {
    color: #fff !important;
    margin-left: 20px;
}
footer{
    display: block;
    overflow: hidden;
    background-color: #0c2326;
    padding: 90px 0 0;
}
.footer{
    clear: both;
}
.footer-1{
    width: 32%;
    float: left;
    padding: 10px;
}
.footer-1 h5{
    color: #4fcaff;
    font-size: 22px;
    margin: 20px 0px;
}
.footer_blog_section p{
    margin-top: 15px;
    color:white;
}
.footer-3{
    width: 32%;
    float: left;
    padding: 10px;
}
.footer-4{
    width: 31%;
    float: left;
    padding: 10px;
}

.footer .footer_menu ul {
    padding-left: 0px;
}

.footer .footer_menu ul li {
    margin-bottom: 3px;
    font-size: 16px;
    list-style: none;
    text-decoration: none;
}
.footer .footer_menu ul li a{
    color: white;
    text-decoration: none;
}

.footer .copyright {
    padding: 15px 0 16px;
    border-top: solid #10d0e7 1px;
    margin-top: 30px;
}
.footer .copyright p {
    margin-bottom: 0;
    font-size: 16px;
}
.footer_bottom{
    clear: both;
    border-top: solid #10d0e7 1px;
}
.footer_bottom p{
    text-align: center;
    color: white;


}
.footer_bottom a{
    color: white;

}
input[type=text], input[type=email], textarea, select {
    width: 100%;
    padding: 12px;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
    margin-top: 6px;
    margin-bottom: 16px;
    resize: vertical;
  }
  input[type=submit] {
    background-color: #4fcaff;
    color: white;
    padding: 12px 20px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
  }
  input[type=submit]:hover {
    background-color: #4fcaff;
  }


