/********** Template CSS **********/
:root {
    --primary: #F3525A;
    --secondary: #F6F6F6;
    --light: #FFFFFF;
    --dark: #152440;
}

h1,
h2,
.font-weight-bold {
    font-weight: 700 !important;
}

h3,
h4,
.font-weight-semi-bold {
    font-weight: 600 !important;
}


.back-to-top {
    position: fixed;
    display: none;
    right: 45px;
    bottom: 45px;
    z-index: 99;
}

.top-shape::before {
    position: absolute;
    content: "";
    width: 35px;
    height: 100%;
    top: 0;
    left: -17px;
    background: var(--primary);
    transform: skew(40deg);
}

.navbar-light .navbar-nav .nav-link {
    font-family: 'Barlow', sans-serif;
    padding: 35px 15px;
    font-size: 18px;
    text-transform: uppercase;
    color: var(--dark);
    outline: none;
    transition: .5s;
}

.sticky-top.navbar-light .navbar-nav .nav-link {
    padding: 20px 15px;
}

.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link.active {
    color: #3993D7;
}

@media (max-width: 991.98px) {
    .navbar-light .navbar-nav .nav-link  {
        padding: 10px 0;
    }
}

ul{
color: green;
font-size:120%;
}

.bigq {
padding-left: 0px;
list-style-position: inside;
word-spacing: 1px;
color: #152440;
}

.service-item1 {
    position: relative;
    height: 450px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: left;
    transition: .3s;
}

.service-item1::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 50px;
    bottom: -50px;
    left: 0;
    background: var(--light);
    border-radius: 100% 100% 0 0;
    box-shadow: 0px -10px 5px #EEEEEE;
    transition: .5s;
}

.service-item1:hover::after {
    bottom: -25px;
}

.service-item1 p {
    transition: .3s;
}

.service-item1:hover p {
    margin-bottom: 25px !important;
}

@media (max-width: 377px) {
    .service-item1 {
	height: 610px;
}
}

@media (min-width: 572px) {
    .service-item1 {
	font-size:100%;
    }
   .bigq {
	font-size:125%;
}
}

@media (min-width: 1180px) {
    .service-item1 {
	align-items: center;
}

@media (min-width: 1400px) {
    .service-item1 {
	height: 480px;
}
