﻿
@media (max-width: 1200px) {
.top {
    font-size: 11px;
    line-height:35px;
}

#cssmenu > ul > li > a {
    padding: 12px 10px 12px 10px;
    font-size: 15px;
}

.carousel {
    height: 45vw;
    position: relative;
}


.services {
    margin-top: 0px;
}  

.services ul li
{
	 width:300px;
}

.news ul li {
    width: 220px;
}

}

@media (max-width: 991px) {

.top
{
	text-align:center;    
	line-height: 26px;
}

.top .socials {
	text-align:center;

}

.carousel {
    height: 45vw;
    position: relative;
}

.pic-welcome {
    height: 415px;
    padding: 30px 40px;
}
.caption-carousel {
    top: 60px;
}
.caption-carousel h2 {
    font-size: 40px;
}

.services ul li {
    width: 229px;
}


.news ul li {
    width: 165px;
}
.copyright img{
     margin:auto
}

.copyright .socials {
    text-align:  center;
}
.copyright .socials ul{
    text-align:  center;
}
.copyright {
    background: #000 url(../images/menu-bg.png) no-repeat scroll left center;
    background-size: 100% 100%;
    line-height: 50px;

}

}


@media (max-width: 768px) {


.carousel {
    height: 450px;
}

.caption-carousel {
    position: absolute;
    top: 50px;
    left: 10%;
    right: 10%;
    z-index: 10;
    padding-top: 20px;
    width: 80%;
    margin: auto;
    padding-bottom: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 0px 0px rgba(0,0,0,0);
}

.caption-carousel h2 {
    font-size: 20px;
    line-height:22px;
}

.carousel-indicators {
    position: absolute;
    bottom: 30px;
    padding-right: 0px;
    z-index: 15;
    width: 100%;
    left: 0;
    padding-left: 0;
    margin-left: 0%;
    text-align: center;
    list-style: none;
}

.pic-welcome {
    height: 415px;
    padding: 30px 40px;
}

.services ul li {
    width: 100%;    
    margin: 0px 0px 10px 0px;
}

.caption-inner h3 {
    margin-bottom: 5px;
    line-height: 50px;
    overflow: hidden;
    font-size: 45px;
    text-transform: capitalize;
    margin-top: 0;
    color: #fff;
}
}




@media (max-width: 767px) {

.caption-inner h3 {
    margin-bottom: 5px;
    line-height: 35px;
    overflow: hidden;
    font-size: 30px;
    text-transform: capitalize;
    margin-top: 0;
    color: #fff;
}

.pic-welcome {
    height: auto;
    padding: 30px 170px 30px 40px;
    margin-bottom:30px;
}


.copyright
{
    text-align:center;
}

.copyright .socials {
    text-align:center;
}


.code_apply {
    display: block;
    padding: 12px 20px;
    margin: 0px 0px 10px 20px;
    min-height: 50px;
    color: #fff;
    width: 100%;
    float: right;
}


.pic-inner {
    width: 100%;
    height: auto;
    margin-left: 0px;
    margin-bottom: 30px;
    float: none;
}


.top .socials {
	text-align: center;
}


input[type=checkbox] + label {
    display: block;
    width: auto;
    font-size: 15px;
    margin-right: 0px;
}

.news ul li {
    width: 100%;
    margin: 40px 0px;
}



@media (max-width: 480px) {
.pic-welcome {
    font-size:25px;
    padding: 30px 170px 30px 20px;
}
.services ul li {
    width: 320px;

}
}