 .bg_header {
     background: #273341;
     padding: 12px 8% 12px 5%;
 }
 
 .padding_1 {
     padding: 12px 8% 12px 5%;
     background-color: #d3d6df;
 }
 
 .padding_2 {
     padding: 12px 8% 12px 5%;
 }
 
 .logos {
     list-style-type: none;
     padding: 0px;
     margin-left: 0px;
 }
 .dropdown a i {
    font-size: 19px;
}
.footer .row {
    padding-top: 10px;
}

.by_emil img
{
   width: 100%;  
   background-size: 100%;
   padding-top: 5px;
}
.logos li {
     padding-top: 12px;
     list-style-type: none;
     display: inline-block;
 }
 
 .right_menu .dropdown-toggle {
     color: #fff;
     font-size: 20px;
 }
 
 .right_menu li {
     display: inline-block;
 }
 
 .right_menu .dropdown,
 .dropup {
     padding: 0px 14px;
 }
 
 .line_bar {
     background-color: #fff;
     color: #fff;
     content: "";
     height: 28px;
     margin: 0 -1px;
     padding: 0;
     position: absolute;
     width: 1px;
 }
 
 .footer_bg {
     background-color: #f2f2f5;
 }
 
 .footer_menu > li {
     display: inline-block;
     list-style: outside none none;
     padding: 18px;
     color: #4f5964;
 }
 
 .footer_menu {
     margin: 0 auto;
     text-align: center;
     padding: 0px;
 }
 .footer_bg {
    background-color: #f2f2f5;
    bottom: 0;
    position: fixed;
    width: 100%;
}
.container-fluid.padding_2 {
    margin-bottom: 54px;
}
 
 .start_header_1 {
     font-weight: 600;
     font-size: 16px;
 }
 
 .start_header_1 > span {
     font-size: 15px;
     font-weight: 300;
 }
 
 .start_header_2 {
     font-size: 30px;
 }
 /*** common fot all templates****/
 
 .left_common > ul {
     background-color: #fafafa;
     border: 1px solid #eee;
     border-radius: 5px;
     margin-top: 1%;
     padding: 14px 30px;
     margin-left: 0px;
 }
 
 .left_pan_head {
     font-weight: 600;
     font-size: 16px;
 }
 
 .left_common li {
     color: #0077bc;
     font-weight: 600;
 }
 
 .left_common {
     border-radius: 10px;
     margin: 3% auto;
 }
 
 .blank {
     list-style-type: none;
     position: relative;
     padding: 10px;
 }
.panel_cont
{
    margin-top: 3%;
}
.dropdown-menu.one::before {
    background-color: #fff;
    border-bottom: 15px solid #fff;
    border-left: 16px solid;
    border-right: 15px solid #23313e;
    content: "";
    height: 0;
    left: 0;
    margin: -20px auto;
    position: absolute;
    right: 0;
    text-align: center;
    width: 0;
}
.dropdown-menu.second::before {
    background-color: #fff;
    border-bottom: 15px solid #fff;
    border-left: 16px solid;
    border-right: 15px solid #23313e;
    content: "";
    height: 0;
    margin: -20px auto;
    position: absolute;
    right: 10px;
    text-align: center;
    width: 0;
}
.dropdown-menu.one{
    left: -56px;
    text-align: center !important;
}
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:focus, .navbar-default .navbar-nav > .open > a:hover
{
    background-color: #23313e;
    color: #fff;
}
.second,.one
{
    border-radius: 4px;
}