

.top-sections-news{
    width: 100%;
    float: left;
    padding:5px;
    margin-top:-30px;
}

.header-section{
    width: 100%;
    float: left;
    background: #fff;
}

.nav-section{
width:100%;
float:left;
}

#logo img{
    margin-top:0px;
}

.megamenu ul li a:hover{
    background: #195630 !important;
}

.top-content{
    margin-top:5px;
    position: relative;

}


.top-content img{
    width: 100% !important;
   
}


.top-content-inner
{
    width: 100%;
}


.slider-section
{
    width: 100%;
    float: left;
    border-radius: 2px solid red;
}

.red-bg{
    background: #942d37 !important;
}
.see-more{
    float: right;
    border: 2px solid red;
}

.dr{
    width: 30% !important;
    float: left;
    padding:10px 10px 0px 10px !important;
    border-radius: 10px !important;
    
}
.tab-content p{
    text-align: justify;
}

.tab-content h4{
    margin: 20px 0px 0px 0px;
    padding: 0px;
    text-align: right !important;   
    display: block !important;
    float: right;

}

.panel-right{
float: left !important;
width: 100% !important;;
}


 .panel-right .imgs
 {
    width: 100%;    
    margin-bottom: 10px;
 }


.footer-section{
    width: 100%;
    float: left;
    background:#1F2937;
    padding:60px 0px 60px 0px ;
}

.copy-section{
    width: 100%;
    float: left;
    background: #C2996C;
    padding:15px 10px 10px 10px;
}


#contacts-footer ul li{
    color: #fff !important;

}

#contacts-footer ul li a{
    color: #fff !important;

}

#contacts-footer p{
    color: #fff !important;

}


#quick-links li a {
   color: #fff !important; 
}

.top-content-inner
{
    height: 400px !important;
    
}


@media only screen and (min-width: 280px) and (max-width: 767px) {

.top-content{
    margin-bottom:20px !important
}


.top-content-inner
{
    height:160px !important;
    
}



}





.social_left {
    width:40px;
    position:fixed;
    left:0px;
    top:50%;
    margin:-90px 0 0 0px;
    padding:5px 0 2px;
    background:#eee;
    border:1px solid #ddd;
    z-index:9;
    border-radius:0px 4px 4px 0px;
}
.social_left a {
    font-size:32px;
    line-height:30px;
    margin-left:5px;
}
.social_left a .fa-twitter-square {
    color:#37b4ee;
}
.social_left a .fa-facebook-square {
    color:#3f67bf;
}
.social_left a .fa-pinterest-square {
    color:#d01619;
}
.social_left a .fa-youtube-square {
    color:#C8302A;
}
.social_left a .icon-google-plus-sign {
    color:#DD5044;
}
.social_left a .fa-instagram {
    color:#6c2600;
}
.social_left a i:hover {
    opacity:0.8;
}
.carousel-inner {
    z-index:10;
}



body::-webkit-scrollbar {
 width: .8em;
}
 body::-webkit-scrollbar-track {
 -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}
 body::-webkit-scrollbar-thumb {
 outline: 1px solid slategrey;
 border-radius: 8px;
 background: #c2c9d2;
}


.button {
    width: 100px;
    padding: 10px;
    float :right;
    box-shadow: -8px 8px 10px 3px rgba(0, 0, 0, 0.2);
    font-weight:bold;
    text-decoration:none;
}
#cover {
    position:fixed;
    top:0;
    left:0;
    z-index:5;
    width:100%;
    height:100%;
    display:none;
}
#loginScreen {
    height:auto;
    width:96%;
    margin:0 auto;
    position:relative;
    z-index:10;
    display:none;
    border:5px solid #cccccc;
    border-radius:10px;
}
#loginScreen:target, #loginScreen:target + #cover {
    display:block;
    opacity:2;
}
.cancel {
    display:block;
    position:absolute;
    top:3px;
    right:2px;
    background:rgb(245,245,245);
    color:black;
    height:30px;
    width:35px;
    font-size:30px;
    text-decoration:none;
    text-align:center;
    font-weight:bold;
}



.header-top-area {
  
    min-height: 20px !important;   
    padding:5px 0px 0px 0px;
    background-color :#194429;
}
.head-contact-social {
    float: left;
    margin: 5px 0px 0px 0px !important;
    padding: 0;
    background-color :#194429;
}
.head-contact-social li {
    border-radius: 0;
    cursor: pointer;
    display: inline-block;
    height: 35px;
    margin-bottom: 0px;
    margin-right: 0px;
    margin-top: 0px;
    padding: 0px;
    text-align: center;
    transition: background 0.1s ease-in-out 0s;
    width: 45px;
}
.head-contact-social li > a > i {
  
    font-size: 18px;
    height: 35px;
    line-height: 2.5;
    transition: color 0.3s ease-in-out 0s;
    width: 45px;
}
.head-contact-info {
    display: block;
    float: right;
    margin: 10px 0;
    padding: 0;
}
.head-contact-info li {
    display: inline-block;
    font-family: 'Roboto';
    font-weight:400;
    font-size: 15px;
    margin-right: 26px;
    padding: 0;
}
.head-contact-info li:last-child {
    margin-right: 0px;
}
.head-contact-info i {
    font-size: 17px;
    line-height: 25px;
    padding-right: 7px;
}
.head-contact-social li {
    background-color: transparent;
    border-left: 1px solid #29663f;
}
.head-contact-social li:hover {
    background-color: #ffffff;
}
.head-contact-social li:last-child {
    border-right: 1px solid #29663f;
}
.head-contact-social li > a > i {
    color: yellow;
}
.head-contact-social li > a > i:hover
{
    color: blue;
   
}





.head-contact-info li {
    color: #FFFFFF;
}
.header-top-area, .sidebar-widget-tab > .active a, .pagetitle-separator-box {
    background: none repeat scroll 0 0 #194429;
}
.head-contact-info1 {
    display: block;
    float: left;
    margin: 10px 0;
    padding: 0;
}
.head-contact-info1 li {
    display: inline-block;
    font-family: 'Roboto';
    font-weight:400;
    font-size: 15px;
    margin-right: 26px;
    padding: 0;
}
.corners {
    background: #FFF;
    height: 500px;
    margin: 50px auto;
    max-width: 400px;
    line-height:25px;
    position: relative;
    width: 80%;
    font-family:arial;
    font-size:14px;
    font-weight:bold;
    padding:10px;
    padding-top:40px;
    -webkit-box-shadow: 0 1px 7px hsla(0, 0%, 0%, .2);
    -moz-box-shadow: 0 1px 7px hsla(0, 0%, 0%, .2);
    box-shadow: 0 1px 7px hsla(0, 0%, 0%, .2);
}
/* Corner Effect */
.corners:after, .corners:before {
    background: #e6e6e6;
    content: '';
    height: 50px;
    position: absolute;
    top: -25px;
    width: 100px;
    -webkit-box-shadow: 0 5px 10px -7px hsla(0, 0%, 0%, .5);
    -moz-box-shadow: 0 5px 10px -7px hsla(0, 0%, 0%, .5);
    box-shadow: 0 5px 10px -7px hsla(0, 0%, 0%, .5);
}
.corners:after {
    left: -50px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.corners:before {
    right: -50px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}


@media only screen and (max-width: 500px) {

    .f1{border :10px solid red;}
    

}



@media only screen and (max-width: 500px){

    .f1{border :10px solid red;}
    #b1{margin-top :10%;}
    
    #example-1{visibility:hidden;}
    
}

.all-logoes{
    width: 70% !important;
}


