@import url('https://fonts.googleapis.com/css2?family=Courgette&family=Kaushan+Script&family=Merriweather:wght@300&family=Roboto+Slab:wght@300&family=Rubik:wght@300&family=Staatliches&display=swap');
* {
    margin: 0;
    padding: 0;
}


::selection {
    background-color: #6b6b6b;
    color: #ffffff;
}

body::-webkit-scrollbar {
    width: 8px;
}
body::-webkit-scrollbar-track {
    background-color: #d6d6d6;
}
body::-webkit-scrollbar-thumb {
    background-color: #008fdc;
}




.topheader {
    background-color: #ffffff;
    border-bottom: 1px solid #5252524b;
}
.sub-topheader {
    width: 100%;
    text-align: left;
}
.header-contact {
    margin-right: 26px;
    margin-top: 10px;
}
.header-contact a {
    color: #7b7b7b;
    text-decoration: none;
    transition: 0.5s;
}
.header-contact i {
    color: #008fdc;
    font-size: 14px;
    margin-right: 5px;
}
#top-contact {
    display: flex;
    flex-wrap: wrap;
}
.topheader-link {
    display: flex;
    justify-content: right;
}
.top-link a {
    text-decoration: none;
}
.top-link a i {
    color: #4f4f4f;
    padding: 15px 15px;
    border-left: 1px solid #4f4f4f67;
    border-right: 1px solid #4f4f4f67;
    font-weight: 400;
    transition: 0.5s;
}
.top-link a i:hover {
    color: #ffffff;
    background-color: #008fdc;
    border-left: 1px solid #ffffff67;
    border-right: 1px solid #ffffff67;
}





.navbar-brand {
    width: 280px;
    height: 70px;
}
.navbar {
    background-color: #ffffff !important;
}
.nav-link{
    color: #414141 !important;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    margin-left: 14px;
}
.nav-link:hover{
    color: #008fdc !important;
    }
.navbar-nav > li{
    padding-left: 2px;
    padding-right: 2px;
    }

/* Fixed Header */
.fixed {
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 100;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;
    animation: smoothNav 0.8s ease;
}
@keyframes smoothNav {
    from {
        top: -240px;
    }

    to {
        top: 0;
    }
}
.fixed .navbar-brand {
    width: 150px;
    height: 60px;
}
/* Fixed Header */





/* Mobile Header */
.navbar-toggler i {
    color: #008fdc !important;
    border: none !important;
}
.navbar-toggler:hover i {
    color: #f30000 !important;
    border: none !important;
}
.navbar-toggler {
    border: none !important;
}
.navbar-toggler:focus {
    border: none !important;
    box-shadow: none !important;
}
.offcanvas {
    background-color: #ffffff;
    width: 50%;
}
.btn-close {
    color: #ffffff !important;
    font-weight: bold;
    font-size: 25px;
    opacity: 1 !important;
}
.navbar-nav > .animate-dropdown > .dropdown-menu {
    animation: growDown 300ms ease-in-out forwards;
    transform-origin: top center;
}
@keyframes growDown {
    0% {
        transform: scaleY(0);
    }
    80% {
        transform: scaleY(1.1);
    }
    100% {
        transform: scaleY(1);
    }
}
.dropdown-menu {
    border: none;
    border-radius: 0 !important;
    border-top: 3px solid #f30000;
    background-color: #ffffff;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    box-shadow: #2727273f 0px 7px 15px 0px;
}
.dropdown-menu .dropdown-item {
    color: #414141;
    transition: 0.4s;
    margin-bottom: 5px;
    font-size: 15px;
}
.dropdown-menu .dropdown-item:hover {
    background-color: #ffffff;
    color: #008fdc;
}
@media (min-width: 992px) {
    .dropdown:hover .dropdown-menu {
        display: block;
    }
}




.card {
    border: none;
}
.container-fluid {
    margin: 0 !important;
    padding: 0 !important;
}







/* Slider Section */
.carousel-caption .carou-text p {
    font-size: 25px;
    font-weight: 400;
    color: #ffffff;
    text-shadow: 2px 2px 2px #000000;
    margin-bottom: -20px;
}
.carousel-caption .carou-text h1 {
    font-size: 80px;
    font-weight: bold;
    color: #f30000;
    text-shadow: 2px 2px 2px #ffffff;
    margin-bottom: 20px;
}
.carousel-caption .carou-text h2 {
    font-size: 20px;
    /* font-weight: bold; */
    color: #ffffff;
    text-shadow: 2px 2px 2px #000000;
    font-family: 'Merriweather', serif;
    margin: 0px auto;
    width: 70%;
    margin-bottom: 12px;
}
.carousel-caption {
    position: absolute;
    background-color: #000000ae;
    width: 100%;
    height: 100%;
    left: 0;
    bottom: 0;
    top: 0;
    right: 0;
    padding-top: 220px;
}
.carousel-control-prev .carousel-control-prev-icon {
    background-image: none !important;
}
.carousel-control-next .carousel-control-next-icon {
    background-image: none !important;
}
.carousel-control-prev .carousel-control-prev-icon i {
    font-size: 30px;
    color: #ffffff;
    background-color: #008fdcd2;
    padding: 12px 18px;
    /* border-radius: 50%; */
}
.carousel-control-next .carousel-control-next-icon i {
    font-size: 30px;
    color: #ffffff;
    background-color: #008fdcd2;
    padding: 12px 18px;
    /* border-radius: 50%; */
}
.carousel-caption .slider-btn {
    padding: 12px 25px;
    text-decoration: none;
    font-size: 18px;
    font-weight: 500;
}
.carousel-caption .btns1 {
    border-bottom: 4px solid #002e98;
    background-color: #008fdc;
    color: #ffffff;
    transition: 0.4s;
}
.carousel-caption .btns2 {
    border-bottom: 4px solid #a90000;
    background-color: #f30000;
    color: #ffffff;
    transition: 0.4s;
}
.carousel-caption .btns1:hover {
    border-bottom: 4px solid #a90000;
    background-color: #f30000;
    color: #ffffff;
}
.carousel-caption .btns2:hover {
    border-bottom: 4px solid #002e98;
    background-color: #008fdc;
    color: #ffffff;
}
@media (max-width: 1230px) {
    .carousel-caption h2 {
        font-size: 40px;
    }
    .carousel-caption p {
        font-size: 25px;
    }
    .carousel-caption {
        padding-top: 300px;
    }
}
@media (max-width: 1000px) {
    .carousel-caption h2 {
        font-size: 30px;
    }
    .carousel-caption p {
        font-size: 19px;
    }
    .carousel-caption {
        padding-top: 180px;
    }
    .carousel-item img {
        height: 400px;
    }
}
@media (max-width: 600px) {
    .carousel-item img {
        height: 250px;
    }
}
#carouselExampleCaptions .carousel-inner .carousel-item img {
    height: 700px;
}

@media (max-width: 800px) {
    #carouselExampleCaptions .carousel-inner .carousel-item img{
        height: auto ;
    }
}
.carousel-inner .carousel-item  > img {
    -webkit-animation: thing 15s;
    -o-animation: thing 15s;
    animation: thing 15s;
}

@keyframes thing {
    from {
        transform: scale(1, 1);
    }
    to {
        transform: scale(1.4, 1.4);
    }
}





.slider-section {
    /* clip-path: polygon(100% 0, 100% 90%, 56% 90%, 50% 100%, 44% 90%, 0 90%, 0 0); */
    /* background: linear-gradient(to bottom, #fdfeff, #e2efff, #e2efff); */
    position: relative;
}
.slider-section .slide-main-content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #0000007e;
}
.slider-section .slide-img img {
    /* height: 100%; */
    width: 100%;
    height: 620px;
}
.slider-content h4 {
    margin-top: 40px;
    font-size: 52px;
    font-family: "Nunito", sans-serif;
    color: #ffffff;
}
.slider-content h3 {
    font-size: 32px;
    color: #ffffffd9;
    font-family: "Nunito", sans-serif;
}

.slider-btn {
    padding: 12px 25px;
    text-decoration: none;
    font-size: 18px;
    background-color: #008fdc;
    border-bottom: 4px solid #0030b4;
    color: #ffffff;
    /* background: linear-gradient(to right, #f30000 50%, #008fdc 50%); */
    /* background-size: 200%;
    background-position: left;
    transition: background-position 0.4s; */
    margin-bottom: 20px;
    transition: 0.4s;
}
.slider-btn:hover {
    border-bottom: 4px solid #a90000;
    background-color: #f30000;
    color: #ffffff;
}
.slide-form-container .slide-form {
    background-color: #ffffff;
    box-shadow: #00000051 0px 7px 12px 0px;
    margin-bottom: 10px;
    padding: 20px;
}
.slide-form-container h4 {
    text-align: center;
    color: #ffffff;
    font-family: "Nunito", sans-serif;
    background-color: #f30000;
    padding: 20px;
    margin-bottom: 0;
}
.slide-form-container .form-control {
    background-color: #bababa0e;
    border-radius: 0 !important;
}
.slide-form-container .form-control:focus {
    border: 1px solid #a7a5ac;
    box-shadow: none !important;
}
.slide-form-container .form-group .select-form {
    text-align: center;
    width: 100%;
    height: 38px;
    background-color: #bababa0e;
    border: 1px solid #a7a5ac88;
}
.slide-form-container .form-group .select-form:focus {
    border: 1px solid #a7a5ac;
    box-shadow: none !important;
}





/* Title Section */
.row-head {
    text-align: center;
}
.row-head .title-section {
    margin: 10px;
}
.row-head .title-flex {
    display: flex;
    justify-content: center;
}
.row-head .title-section span {
    color: #f30000;
    font-size: 25px;
}
.title-section .title-before {
    background-color: #f30000;
    margin-top: 12px;
    width: 60px;
    height: 3px;
    margin: 13px;
}
.row-head h4 {
    margin-top: 10px;
    font-weight: 500;
    color: #252525;
    text-transform: uppercase;
    font-size: 28px;
    font-weight: 500;
    font-family: "Nunito", sans-serif;
}
.row-head .title-section i {
    color: #f30000;
    font-size: 30px;
}
@media (max-width: 550px) {
    .row-head h4 {
        font-size: 30px;
    }
}







/* Page Image */
.slider-img img {
    width: 100%;
    height: 500px;
}
.slider-img {
    position: relative;
}
.slider-img .top-content {
    width: 100%;
    height: 100%;
    position: absolute;
    background-color: #000000a6;
    bottom: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.slider-img .top-content h2 {
    color: #ffffff;
    font-size: 70px;
    /* margin-top: 150px; */
    font-family: 'Abyssinica SIL', serif;
}
.slider-img .top-content .top-page-link {
    color: #f30000;
    background-color: #00000094;
    padding: 10px 15px;
    /* position: absolute;
    bottom: 20px;
    left: 20px; */
}
.slider-img .top-content .top-page-link a {
    color: #ffffff;
    font-size: 20px;
    text-decoration: none;
    font-family: 'Abyssinica SIL', serif;
}
.slider-img .top-content .top-page-link a:hover {
    color: #008fdc;
    transition: 0.5s;
}
/* Page Image */





.bg-grey {
    background-color: #e7e7e7;
}
.our-services .nav-pills {
    display: flex;
    flex-direction: row !important;
    justify-content: center;
    flex-wrap: wrap;
}
.our-services .tab-content {
    margin-bottom: 30px;
}
.our-services .nav-pills .nav-item .nav-link {
    color: #ffffff !important;
    background-color: #008fdc !important;
    width: 100%;
    padding: 20px 10px;
    border-radius: 0 !important;
    margin-bottom: 1px;
}
.our-services .nav-pills .nav-item .nav-link:hover {
    color: #838383 !important;
    background-color: #ffffff !important;
}
.our-services .nav-pills .nav-item .active {
    color: #ffffff !important;
    background-color: #f30000 !important;
}
.service-content {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    padding: 10px;
    position: relative;
}
.service-content img {
    width: 80%;
    border-radius: 15px;
}
.service-content h3 {
    font-size: 26px;
    margin-top: 40px;
}
.service-content .text {
    color: #494949;
    margin-top: 20px;
    text-align: justify;
    height: 120px;
    overflow: hidden;
}
.service-content a {
    text-decoration: none;
    font-size: 18px;
    background-color: #008fdc;
    border-bottom: 4px solid #0030b4;
    color: #ffffff;
    padding: 10px 20px;
    transition: 0.4s;
}
.service-content a:hover {
    background-color: #f30000;
    border-bottom: 4px solid #ad0000;
    color: #ffffff;
}





.about-home .atext {
    font-size: 17px;
    color: #f30000;
    font-weight: 500;
}
.about-home h2 {
    font-size: 40px;
}
.about-home .about-text {
    height: 120px;
    overflow: hidden;
    font-size: 16px;
    color: #7b7b7b;
}
.about-home a {
    text-decoration: none;
    font-size: 18px;
    background-color: #f30000;
    border-bottom: 4px solid #ad0000;
    color: #ffffff;
    padding: 10px 20px;
    transition: 0.4s;
}
.about-home a:hover {
    background-color: #008fdc;
    border-bottom: 4px solid #0030b4;
    color: #ffffff;
}
.about-side {
    padding: 20px;
    /* border-top: 4px solid #f30000; */
    box-shadow: #2a2a2b82 0px 7px 15px 0px;
    margin: 10px;
}
.as1 {
    background-color: #008fdc;
}
.as1 i {
    color: #ffffff !important;
}
.as1 h3 {
    color: #ffffff !important;
}
.as1 p {
    color: #ffffffab !important;
}
.about-side i {
    font-size: 40px;
    color: #008fdc;
    margin-bottom: 20px;
}
.about-side h3 {
    color: #262626;
    margin-bottom: 12px;
    font-size: 21px;
}
.about-side p {
    color: #5e5e5e;
    font-size: 16px;
}





.work {
    position: relative;
    height: 300px;
    margin-top: 15px;
}
.work img {
    width: 100%;
    height: 100%;
}
.work a {
    text-decoration: none;
}
.work .work-content {
    padding: 15px 20px;
    position: absolute;
    bottom: -75%;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: #000000be;
    transition: 0.4s;
}
.work .work-content h3 {
    color: #ffffff;
    font-size: 17px;
    padding-bottom: 15px;
    border-bottom: 1px solid #ffffff87;
    margin-top: 20px;
}
.work .work-content p {
    color: #ffffff9d;
    font-size: 14px;
}
.work:hover .work-content {
    bottom: 0;
}



.owl-nav button span {
    position: absolute;
    top: -70px !important;
    /* background-color: #ff1100 !important; */
    color: #008fdc;
    font-size: 60px !important;
    /* padding-left: 20px;
    padding-right: 20px;
    padding-top: 0;
    border-radius: 20px;
    padding-bottom: 10px; */
    z-index: 1000;
}
.owl-prev span {
    left: 2%;
}
.owl-next span {
    left: 6%;
}
.owl-nav button span:hover {
    /* background-color: #ff1100 !important; */
    color: #ff1100;
}
.owl-dots {
    text-align: center;
    margin-top: 0px;
}
.owl-dots button span {
    background: #ffffff00 !important;
}
.owl-dots button {
    background: #636363 !important;
    width: 15px;
    height: 15px;
    border-radius: 26px;
    margin: 0 5px;
    transition: 0.3s;
}
.owl-dots button.active {
    width: 30px;
}






.equipment {
    box-shadow: #2a2a2b82 0px 7px 15px 0px;
    margin: 30px 10px;
    border-bottom: 3px solid #008fdc;
}
.equipment:hover {
    border-bottom: 3px solid #ff1100;
}
.equipment a {
    text-decoration: none;
}
.equipment .equipment-content {
    padding: 20px 10px;
}
.equipment .equipment-content h4 {
    font-size: 20px;
    color: #414141;
}
.equipment .equipment-content .price {
    font-size: 14px;
    color: #008fdc;
}
.equipment .equipment-img {
    width: 100%;
    height: 180px;
    margin-bottom: 14px;
    overflow: hidden;
    border-bottom: 1px solid #dedede;
}
.equipment .equipment-img img {
    width: 100%;
    height: 100%;
    transition: 0.5s all ease-in-out;
}
.equipment:hover .equipment-img img {
    transform: scale(1.3);
}


.equipment-single-page {
    padding: 20px 50px;
    border-right: 1px solid #b6b6b6;
}
.equipment-single-page img {
    width: 80%;
    height: auto;
}
.equipment-single-page h2 {
    font-size: 28px;
    color: #131313;
    margin: 10px 0px;
}
.service-page .page-content .line {
    margin: 0px auto;
    width: 80px;
    height: 3px;
    background-color: #f30000;
    margin-bottom: 20px;
}
.service-page .page-content .text {
    height: 80px;
    overflow: hidden;
}
.equipment-single-page .text {
    color: #5d5d5d;
    text-align: justify;
}
.equipment-single-page .price {
    font-size: 20px;
    color: #5c5c5c;
    margin-bottom: 20px;
}
.equipment-side {
    padding: 20px 10px;
}
.equipment-side h4 {
    color: #252525;
    font-size: 25px;
    text-transform: uppercase;
}
.equipment-side .line {
    width: 80px;
    height: 3px;
    background-color: #f30000;
    margin-bottom: 20px;
}
.equipment-side .main-equipment a {
    display: flex;
    flex-direction: row;
    padding: 2px;
    background-color: #f1f1f1;
    margin-top: 15px;
}
.equipment-side .main-equipment .sub-eq img {
    width: 100px;
    height: 80px;
    margin-right: 12px;
}
.equipment-side .main-equipment .sub-eq h4 {
    font-size: 18px;
    color: #414141;
    margin-top: 8px;
}
.equipment-side .main-equipment .sub-eq .price {
    font-size: 14px;
    color: #008fdc;
}








.wcu img {
    width: 90%;
    border-radius: 20px;
    height: auto;
    margin-bottom: 20px;
}
.wcu h2 {
    font-size: 26px;
    color: #000000;
}
.wcu li {
    font-size: 18px;
    color: #535353;
    margin-bottom: 5px;
}
.wcu li i {
    color: #008fdc;
    margin-right: 12px;
}
.wcu-ftr i {
    color: #008fdc;
    font-size: 30px;
}
.wcu-ftr p {
    color: #5c5c5c;
    font-size: 18px;
}




.banner h4 {
    color: #ffffff;
}
.banner a {
    text-decoration: none;
    font-size: 18px;
    background-color: #008fdc;
    border-bottom: 4px solid #0030b4;
    color: #ffffff;
    padding: 10px 20px;
    transition: 0.4s;
}
.banner a:hover {
    background-color: #f30000;
    border-bottom: 4px solid #ad0000;
    color: #ffffff;
}




.about-page {
    padding: 20px;
}
.about-page img {
    width: 100%;
    height: 400px;
    margin-bottom: 20px;
}
.about-page .line {
    width: 80px;
    height: 3px;
    background-color: #f30000;
    margin-bottom: 20px;
}
.about-page h3 {
    font-size: 24px;
    color: #1a1a1a;
    text-transform: uppercase;
}
.about-page p {
    text-align: justify;
    color: #686868;
}




#team {
    box-shadow: #27272783 0px 7px 15px 0px;
    /* border-radius: 14px; */
    text-align: center;
    margin-bottom: 15px;
}
#team img {
    width: 100%;
    height: 180px;
    /* border-radius: 50%; */
}
#team .team-text {
    padding: 20px 10px;
}
#team h3 {
    font-size: 20px;
    color: #464646;
    font-weight: 500;
    margin-top: 15px;
}
#team p {
    font-size: 17px;
    color: #ff1100;
    font-weight: 500;
    margin-bottom: 5px;
}
#team .team-link a i {
    color: #ffffff;
    font-size: 17px;
    padding: 8px;
    border: 1px solid #008fdc;
    background-color: #008fdc;
    border-radius: 50%;
    margin: 0px 8px;
    transition: 0.5s;
}
#team .team-link a i:hover {
    color: #ffffff;
    border: 1px solid #ff1100;
    background-color: #ff1100;
}





.accordion-header .accordion-button {
    background-color: #008fdc;
    border-bottom: 1px solid #ffffff;
    color: #ffffff;
    font-family: 'Open Sans', sans-serif;
}
.accordion-item {    
    border: none !important;
}
.accordion-collapse .accordion-body {
    font-family: 'Open Sans', sans-serif;
    border: none !important;
}
.accordion-header .accordion-button:focus {
    color: #ffffff;
    box-shadow: none !important;
}
.acc img {
    width: 100%;
}
.accordion-button::after {
    background-image: none !important;
}
.accordion-button::after {
    content: "\f078";
    font-family: FontAwesome;
    display: inline-block;
    font-size: 20px;
    color: #ffffff !important;
}










.ls-con-btn {
    text-decoration: none;
    font-size: 18px;
    background-color: #008fdc;
    border-bottom: 4px solid #0030b4;
    color: #ffffff;
    padding: 10px 20px;
    transition: 0.4s;
}
.ls-con-btn:hover {
    background-color: #f30000;
    border-bottom: 4px solid #ad0000;
    color: #ffffff;
}
.form-container {
    padding: 20px 40px;
}
.ls-form-container {
    border: 1px solid #aaaaaa;
    background-color: #e63f3300;
    border-radius: 0 !important;
}
.ls-form-container:focus {
    border: 1px solid #000000 !important;
    box-shadow: none !important;
}
.ls-contact-details h2 {
    color: #383838;
}
.ls-contact-details p {
    margin-bottom: 30px;
    color: #777777;
}
.ls-contact-details .m-text {
    color: #ff1100;
}
.ls-contact-details {
    padding: 20px 30px;
}
.ls-contact-num .ls-sub-num {
    display: flex;
    margin-top: 10px;
}
.ls-sub-num {
    margin-bottom: 20px;
    height: 100%;
}
.ls-sub-num i {
    margin-right: 15px;
    color: #008fdc;
    font-size: 20px;
    margin-right: 20px;
    padding: 7px 8px;
    background-color: #ffffff;
    border: 1px solid #008fdc;
}
.ls-contact-num h3 {
    color: #1e1e1e;
    font-size: 19px;
}
.ls-sub-num a {
    text-decoration: none;
    color: #646464;
    margin-top: 5px;
}
.ls-contact-details .ls-contact-link {
    margin-top: 50px;
    display: flex;
}
.ls-contact-details .ls-contact-link a {
    color: #008fdc;
    font-size: 20px;
    margin-right: 20px;
    padding: 7px 11px;
    background-color: #ffffff;
    border-radius: 50%;
    border: 1px dashed #008fdc;
}
.ls-contact-details .ls-contact-link a:hover {
    color: #ffffff;
    background-color: #ff1100;
    border: 1px solid #ff1100;
    transition: 0.5s;
}



a {
    text-decoration: none;
}
.service-page {
    box-shadow: #27272783 0px 7px 15px 0px;
    text-align: center;
    margin-bottom: 15px;
}
.service-page .page-content {
    padding: 20px;
}
.service-page .page-content h3 {
    font-size: 22px;
    color: #131313;
    text-transform: uppercase;
}
.service-page .page-content .line {
    margin: 0px auto;
    width: 80px;
    height: 3px;
    background-color: #f30000;
    margin-bottom: 20px;
}
.service-page .page-content p {
    font-size: 15px;
    color: #5d5d5d;
    text-align: justify;
    height: 70px;
    overflow: hidden;
}
.service-page .srv-img {
    width: 100%;
    height: 260px;
    overflow: hidden;
}
.service-page .srv-img img {
    width: 100%;
    height: 100%;
    transition: 0.5s all ease-in-out;
}
.service-page:hover .srv-img img {
    transform: scale(1.2);
}
.service-single-page {
    padding: 20px 50px;
    border-right: 1px solid #b6b6b6;
}
.service-single-page img {
    width: 100%;
    height: auto;
}
.service-single-page h2 {
    font-size: 22px;
    color: #131313;
    text-transform: uppercase;
    margin: 10px 0px;
}
.service-single-page .line {
    width: 80px;
    height: 3px;
    background-color: #f30000;
    margin-bottom: 20px;
}
.service-single-page .text {
    color: #5d5d5d;
    text-align: justify;
}
.service-side {
    padding: 20px 10px;
}
.service-side h4 a {
    color: #252525;
    font-size: 25px;
    text-transform: uppercase;
}
.service-side .line {
    width: 80px;
    height: 3px;
    background-color: #f30000;
    margin-bottom: 20px;
}
.service-side .main-service .text {
    color: #252525;
    font-size: 17px;
    padding: 20px 3px;
    border-bottom: 1px solid #c4c4c4;
    transition: 0.5s;
}
.service-side .main-service .text:hover {
    color: #008fdc;
    padding-left: 10px;
}





/* Footer */
footer {
    background-color: #ffffff;
    padding-top: 20px;
    border-top: 1px solid #b5b5b5b9;
}
.footer-logo {
    width: 160px;
    height: 80px;
    margin-bottom: 15px;
}
.footer-text {
    height: 93px;
    overflow: hidden;
    font-size: 15px;
    text-align: justify;
    color: #5e5e5e;
}
.footer-content a {
    text-decoration: none;
    color: #5e5e5e;
    font-size: 16px;
    transition: 0.5s;
}
.footer-content a:hover {
    color: #008fdc;
    margin-left: 5px;
}
.footer-content h3 {
    text-decoration: none;
    color: #2c2c2c;
    font-size: 20px;
    text-transform: uppercase;
}
.footer-content .line {
    width: 50px;
    height: 3px;
    background-color: #008fdc;
    margin-bottom: 20px;
}
.footer-link {
    display: flex;
    flex-wrap: wrap;
    justify-content: left;
}
.foot-soc {
    font-size: 22px;
    margin-top: 8px;
    margin-right: 12px;
}
.footer-link a i {
    color: #ffffff;
    font-size: 13px;
    padding: 10px;
    border: 1px solid #008fdc;
    /* background: linear-gradient(to right, #1600ddbf, #1600dda1, #6bf5ff79); */
    background-color: #008fdc;
    border-radius: 50%;
    margin: 10px 8px;
    transition: 0.5s;
}
.footer-link a i:hover {
    color: #ffffff;
    border: 1px solid #ff1100;
    background-color: #ff1100;
}
.foot-hour {
    font-size: 17px;
    font-weight: 500;
    padding: 10px 0px;
    border-bottom: 1px solid #cdcdcd;
}
.foot-hour span {
    float: right;
    color: #292929;
    font-weight: 400;
}

.footer-content {
    display: flex;
    flex-direction: column;
}
.footer-content ul li{
    margin-bottom: 10px;
    margin-left: -30px;
}
.footer-content ul li span {
    font-size: 20px;
}
.footer-content ul li i {
    font-size: 16px;
    color: #ffffff;
}
#footer-contact a {
    font-size: 15px;
    color: #5e5e5e;
    margin-left: 0;
}
#footer-contact .fo-co {
    margin-bottom: 12px;
}
#footer-contact span {
    color: #303030;
}
#footer-contact i {
    color: #ff1100;
    margin-right: 10px;
}
.copyright-section {
    background-color: #d3d3d3;
    padding-top: 30px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-around;
}
.copyright {
    margin-bottom: 30px;
    margin-left: 8px;
    color: #5e5e5e;
}
.copyright a{
    text-decoration: none;
    color: #008fdc;
    transition: 0.5s;
}
.copyright a:hover {
    text-decoration: none;
    color: #ff1100;
}