* {
    margin: 0;
    padding: 0;
}

/* CSS reset */
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td {
     font-family: 'DM Sans', sans-serif;
    margin: 0;
    padding: 0;
}

li {
    list-style: none;
}

a,
a:hover {
    color: #464646;
    text-decoration: none
}

html,
body {
    margin: 0;
    padding: 0;
    scroll-behavior: smooth;
    font-size: 16px;
    color: #000;
   font-family: 'DM Sans', sans-serif;
    background: #fff;
}

section {
    padding: 50px 0px;
}


.container {
    max-width: 1300px;
}

.top-nav {
    background: #000;
    color: yellow;
    padding: 8px 0px
}

.navbar-default {
    background-color: transparent;
    border: none;
}

.navbar {
    margin: 0;
}

.navbar-nav .nav-link {
    padding: 0px 25px !important;
    color: #000;
    margin: 0px 10px;
}

.navbar-nav {
    margin-top: 0px !important;
}

.navbar-nav .nav-link.active {
    color: #fff;
    background: #d61000;
    border-radius: 50px;
    padding: 0px 25px!important;
}

.navbar-toggler-icon {
    color: #d61000;
}

.header {
    position: fixed;
    top: 0px;
    left: 0;
    width: 100%;
    padding: 10px 0px;
    z-index: 99;
    transition: all 0.3s ease-in-out;
    height: auto;
    background-color: white;
    text-align: center;
    line-height: 40px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3)
}

.header.active {
    background: #fff;
    top: 0px;
    -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.25);
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.25);
}

.header.active .logo {
    width: 60%;
    transition: 0.5s;
}

.logo {
    width: 80%;
    transition: 0.5s;
}

.navbar-nav .btn-danger {
    background: #d61000;
    color: #fff !important;
    line-height: 40px;
    border-radius: 50px;
    padding: 0px 15px !important;
}

.navbar-brand h1 {
    font-size: 46px;
    color: #d61000;
    font-weight: bold
}

h2 {
    font-size: 46px;
    margin-bottom: 20px;
    color: #000;
    position: relative;
    font-weight: bold
}

.about i {
    font-size: 46px;
    color: #d61000;
}

.card-body {
    padding: 25px;
}

.card {
    overflow: hidden;
}

.btn-theme {
    background: #d61000;
    padding: 10px 20px;
    color: #fff;
    border-radius: 0px;
}

.btn-theme1 {
    background: #d61000;
    padding: 10px 30px;
    color: #fff;
    border-radius: 0px;
    font-weight: 600;
    letter-spacing: 2px;
    width: 100%;
}

.btn-theme:hover,
.btn-theme1:hover {
    background: #000;
    color: #fff;
}
.btn-secondary{
    background: #000;
    border:solid 1px #000
}

footer {
    background: #000;
    color: #fff;
    padding: 50px 0px;
    border-bottom: solid 1px #4357c4;
}

footer h3,
footer h4 {
    margin-bottom: 15px;
}

footer li {
    line-height: 36px;
    padding-left: 20px;
    position: relative;
}

footer li::before {
    position: absolute;
    content: '\f105';
    font-size: 16px;
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    left: 0
}

footer h4 {
    color: #fff;
}

footer a {
    color: #fff;
    transition: 0.5s
}

footer a:hover {
    color: #FFD602;
    transition: 0.5s
}

.copy {
    background: #101B54;
    color: #fff;
    text-align: center;
    padding: 20px;
    font-family: 'made_okine_sans_personal_usTh';
}

a {
    color: #d61000;
}

.inner-section {
    margin-top: 30px !important;
}


.carousel {
    margin-top: 86px;
}

.carousel-caption h1 {
    font-size: 46px;
    text-shadow: 0px 5px 10px rgba(0, 0, 0, 0.8);
    font-weight: bold;
}

.carousel-caption h5 {
    text-shadow: 5px 5px 5px rgba(0, 0, 0, 0.9);
    margin-bottom: 30px;
}

.nav-tabs,
.nav-tabs .nav-link {
    border: none;
    border-radius: 0px;
    color: #000
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    background: #d61000;
    ;
}

.moto {
    background: #d61000;
    color: #fff;
}

.moto h3 {
    font-weight: bold;
    margin-bottom: 15px;
}


.icon-box {
    text-align: center;
}

.icon-box h4 {
    margin-bottom: 15px;
}

.icon-box h4 a {
    font-size: 22px;
    font-weight: bold;
    color: #000;
}



.card i {
    font-size: 60px !important;
    background: rgb(20, 152, 255);
    background: linear-gradient(132deg, rgba(214,16,0,1) 30%, rgba(0,0,0,1) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: 20px;
    
    transition-delay: .5s
}
.card:hover i{
    background: rgb(20, 152, 255);
    background: linear-gradient(132deg, rgba(0,0,0,1)  30%, rgba(214,16,0,1) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    transition-delay: .5s
}
.info-box i {
    font-size: 36px;
    color: #d61000;
    margin-bottom: 20px;
}

.section-title {
    text-align: center;
    margin-bottom: 20px;
}

.info-box {
    text-align: center
}


.search-btn {
    position: absolute;
    right: 0;
    bottom: 0;
}

.category li,
.recent li,
.archive li {
    margin: 0;
    padding: 10px 0px;
    list-style: none;
    font-size: 14px;
    border-bottom: solid 1px #f1f1f1;
}

.category li:last-child,
.recent li:last-child,
.archive li:last-child {
    border: none;
}

.recent li,
.archive li {
    padding-left: 25px;
    position: relative;
}

.recent li::before {
    content: '\f044';
    color: #d61000;
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    position: absolute;
    left: 0px;
    top: 10px;
}

.archive li::before {
    content: '\f1c6';
    color: #d61000;
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    position: absolute;
    left: 0px;
    top: 10px;
}

.case-title {
    position: absolute;
    left: 0;
    top: 80px;
    color: #fff;
    text-align: center;
    width: 100%;
    background: #d61000;
    padding: 10px 0px;

}

.case-card {
    position: relative;
    overflow: hidden;
    max-height: 200px;
    transition: 0.5s;
}

.case-card img {
    height: 100vh;
}

.case-card .icon-box {
    transition: 0.5s;
    padding: 20px;
}

.case-card:hover .icon-box {
    position: absolute;
    left: 0;
    width: 100%;
    background: #fff;
    bottom: 0;
    height: 100%;
    padding: 20px;
    transition: 0.5s;
}

.nav-tabs .nav-link {
    color: #000;
    background: #f1f1f1;
    font-size: 20px;
    padding: 10px 20px
}

.nav-tabs .nav-link.active {
    color: #fff;
}

.pad-btm-none {
    padding-bottom: 0px !important;
}

.service-list {
    margin-left: 20px;
}

.service-list li {
    margin-bottom: 10px;
    list-style: circle
}

.services img {
    /*border-radius: 15px;*/
}

.moder-card{
    transition: .5s;
}
.moder-card:hover{
    background: #fff;
    box-shadow: 0px 0px 10px rgba(0,0,0,0.3);
    border-radius: 10px;
    transition: .5s
}
.moder-card i{
    font-size: 36px;
}

.ovr_viwe{
    background-color:#f0f0f0;
    padding: 30px 0px;
    
}

.contact{
    background-color:#F4EEEE;
}
.contact .info-box i{
    font-size:30px !important;
} 
.cr_he{
    height: 225px;
}

 @media (min-width: 750px) {
	 .inner {
		 padding: 1em 0;
		 display: flex;
		 flex-wrap: wrap;
		 align-items: center;
		 width: 100%;
	}
	 .inner__sub {
		  
		 font-size: var(--fs-h5);
	}
	 .inner__headings {
		 flex: 1 0 30%;
	}
	 .inner__content {
		 flex: 1 0 50%;
		 align-self: center;
		 margin-left: 2rem;
	}
	 .inner__sub {
		 margin-bottom: 0;
	}
	 .inner__head {
		 
	}
}
  

@media screen and (max-width: 768px) {

.ovr_viwe{
     
    padding: 30px 30px;
    
}


    section,
    footer,
    .inner-banner {
        padding: 30px;
    }

    .header {
        top: 0;
    }

    .logo {
        width: 80%
    }

    h2 {
        font-size: 32px;
    }

    .btn-theme {
        padding: 10px;
    }

    .carousel,
    .inner-banner {
        margin-top: 64px !important;
    }

    .carousel-item img {
        height: 200px;
    }

}

::selection {
    color: #fff;
    background: #000;
}
