/*********** Mobile Responsive **********/

@media only screen and (max-width: 768px) {

.cs-home-banner .et_pb_fullwidth_header_container {
    width: 100%;
}

.cs-home-banner .et_pb_fullwidth_header_container .header-content {
    width: 90% !important;
}
		
		.cs-home-banner .et_pb_module {
    padding-top: 50px;
    padding-bottom: 70px;
}
		
		.cs-img-mobile .et_pb_image_wrap {
    width: 100%;
}

.cs-img-mobile .et_pb_image_wrap img {
    width: 100%;
}
		
}


/************ Header ************/

#top-header #et-info {
    width: 100%;
}

#top-header .et-social-icons {
    float: right;
}

/*********** Home ***************/

.cs-why-choose-us .et_pb_module_header {
    margin-bottom: 20px;
}

/************ Services ***********/

.cs-rd-link {
    padding: 12px 24px;
    background-color: #15314e;
    border-radius: 4px;
    position: relative;
    top: 12px;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
}

.cs-rd-link-white {
    padding: 12px 24px;
    background-color: #ffffff;
    border-radius: 4px;
    position: relative;
    top: 12px;
    color: #282828;
    font-size: 16px;
    font-weight: 500;
}


/********* Languages *************/

.cs-list-items {
    padding-left: 0px !important;
    display: block;
    width: 100%;
    float: left;
}

.cs-list-items li {
    list-style-type: none;
    display: inline-block;
    width: 46%;
    float: left;
    padding: 5px 10px;
    margin: 5px 5px;
    border: solid 1px #fff;
    border-radius: 5px;
    text-align: center;
}

.cs-list-items li:hover {
    background-color: #fff;
    cursor: pointer;
    color: #000;
}

.cs-list-items-one {
    padding-left: 0px !important;
    display: block;
    width: 100%;
    float: left;
}

.cs-list-items-one li {
    list-style-type: none;
    display: inline-block;
    width: 46%;
    float: left;
    padding: 5px 10px;
    margin: 5px 5px;
    border: solid 1px #666666;
    border-radius: 5px;
    text-align: center;
    background-color: #666666;
    color: #fff;
}

.cs-list-items-one li:hover {
    background-color: #fff;
    cursor: pointer;
    color: #000;
}