/*
Theme Name: Twenty Sixteen
Theme URI: https://wordpress.org/themes/twentysixteen/
Author: the WordPress team
Author URI: https://wordpress.org/
Description: Twenty Sixteen is a modernized take on an ever-popular WordPress layout — the horizontal masthead with an optional right sidebar that works perfectly for blogs and websites. It has custom color options with beautiful default color schemes, a harmonious fluid grid using a mobile-first approach, and impeccable polish in every detail. Twenty Sixteen will make your WordPress look beautiful everywhere.
Version: 3.8
Tested up to: 7.0
Requires at least: 4.4
Requires PHP: 5.2.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: one-column, two-columns, right-sidebar, accessibility-ready, custom-background, custom-colors, custom-header, custom-menu, editor-style, featured-images, flexible-header, microformats, post-formats, rtl-language-support, sticky-post, threaded-comments, translation-ready, blog, block-patterns
Text Domain: twentysixteen

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/




body {
    margin: 0 auto !important;
    background: #3258c4 !important;
}
.main-container {
    display: flex;
    width: 800px;
    margin: 0 auto;
}
.ekit-template-content-footer, .ekit-template-content-header {
    clear: both;
    width: 800px;
    margin: 0 auto;
}

.sidebar-menu {
    width: 210px;
    background: #c8edff;
    padding: 0;
    font-family: Arial, Helvetica, sans-serif;
    float: left;
}
.content-right {
    width: 590px;
    float: left;
    background: #fff;
}


.sidebar-menu ul{
    margin:0;
    padding:0;
    list-style:none;
}

.sidebar-menu ul li{
    margin:0;
    border-top:1px solid #888;
    border-bottom:1px solid #222;
}

.sidebar-menu ul li a{
    position:relative;
    display:block;
    padding:10px 50px 10px 12px;
    text-decoration:none;
    color:#fff;
    font-size:12px;

    background:linear-gradient(#7f7f7f,#5c5c5c);
    box-shadow:inset 0 0px rgba(255,255,255,.2);
    transition:.3s;
    font-family: Arial,sans-serif;
}

.sidebar-menu ul li a span{
    position:absolute;
    right:0;
    top:0;
    width:40px;
    height:100%;
    display:flex;
    justify-content:center;
    align-items:center;
    background:rgba(0,0,0,.18);
    font-size:16px;
}

.sidebar-menu ul li:hover a{
    background:linear-gradient(#6da9dc,#4d8bc7);
}

.sidebar-menu ul li.active a{
    background:linear-gradient(#7db6e8,#5d95cf);
}
.about_us a {
    color: #0d7dff;
}
.form{
    width:80%;
    margin:0 auto;
}
.form .row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}
.form .col-lg-6 {
    width: 50%;
    padding: 0 10px;
}
.form .col-lg-12 {
    width: 100%;
    padding: 0 10px;
}
.form .form-group {
    margin-bottom: 15px;
}
.form .form-group .field-set {
    width: 100%;
    height: 40px;
    border: 1px solid #dddddd;
    text-transform: capitalize;
    padding: 10px 18px;
    color: #555;
    font-size: 14px;
    font-weight: 400;
    border-radius: 4px;
}
.form .form-group .area-field {
    width: 100%;
    height: 100px;
    border: 1px solid #dddddd;
    text-transform: capitalize;
    padding: 10px 18px;
    color: #555;
    /* padding-top: 10px; */
    font-size: 14px;
    font-weight: 400;
    border-radius: 4px;
}
.form .form-group .area-field:focus { 
    outline: none !important;
    border-color: #1a3b5a;
 }
.form .btn {
    display: inline-block;
    margin-right: 10px;
    color: #fff;
    line-height: 20px;
    width: 100%;
    padding: 10px 100px;
    border-radius: 20px;
	border: 1px solid #1a3b5a;
    background-color:#1a3b5a;
    cursor:pointer;
}

.form .btn:hover {
    background: #3b88c3;
    color: #fff;
    border: 1px solid #3b88c3;
    width: 100%;
}

.form .form-group p{
    margin: 0px;
}
/* ============================= 404 css =============================== */
.error-page-area {
    text-align: center;
    margin-bottom:50px;
}
.error-bottom h2 {
    font-size: 27px;
    font-weight: 500;
    color: #fff;
    margin-bottom: 20px;
}
.error-top img {
    border-radius: 5px;
    width: 300px;
}
.error-bottom p {
    font-family: "Work Sans", Sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    margin-bottom: 35px;
}

a.default-btn-error {
    font-weight: 600;
    background-color: transparent;
    background: #fff;
    border-radius: 5px;
    box-shadow: 0px 10px 15px 0px rgba(0, 0, 0, 0.15);
    padding: 14px 25px 14px 25px;
    color:#000;
    text-decoration:none;
}
a.default-btn-error:hover{
    background: #000;
	color:#fff
}
@media only screen and (min-width: 768px) and (max-width: 992px){
    .error-page-area {
        padding: 0 10px;
    }
}
@media only screen and (min-width: 320px) and (max-width: 767px){
    body {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 100% !important;
  }
	.sidebar-menu {
    width: 30% !important;
}
	.content-right {
    width: 70% !important;
}
}
@media only screen and (min-width: 768px) and (max-width: 992px){
    body {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 100% !important;
  }
}