*{
    margin: 0;
    padding:0;
    box-sizing: border-box;
    font-family: "Open Sans", "Ubuntu", "Rajdhani", sans-serif;
}

body {
    background-color: #111410;
    background-image: url("/assets/images/Noise-bg.gif");
    background-position: left top;
    background-size: auto;
    background-repeat: repeat;
    background-attachment: scroll;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

header {
    border-bottom: 1px solid #3d3a3aad;
    backdrop-filter: blur(45px);
    background: transparent;
    position: sticky;
    top: 0;
    z-index: 100;
}

header .navbar-brand {
    margin-right: auto;
}

header .navbar-brand img {
    width: 100%;
    max-width: 200px;
}

header .navbar-collapse .nav-item a {
    color: #fff !important;
    padding: 14px 30px !important;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
}


header .navbar-collapse .nav-item .nav-link{
    position: relative;
    transition: 0.5s;
}


header .navbar-collapse .nav-item .nav-link:hover:before, header .navbar-collapse .nav-item .nav-link.active:before {
    position: absolute;
    left: 0;
    top: 0;
    width: 90%;
    height: 100%;
    background: #232323;
    content: '';    
    backdrop-filter: blur(136px);
    z-index: -1;
    transform: skewX(20deg);
}


header .navbar-collapse .nav-item .nav-link:hover{
    color: #e4063a !important ;
}

header .navbar-collapse .nav-item .nav-link.active{
    color: #e4063a !important ;
}

header .navbar-collapse .nav-item:last-child a, .main_btn {
    background: #e4063a;
    clip-path: polygon(15px 0%, calc(100% - 15px) 0%, 100% 50%, calc(100% - 15px) 100%, 15px 100%, 0% 50%);
    position: relative;
}


header .navbar-collapse .nav-item:last-child a:hover, header .navbar-collapse .nav-item:last-child a.active{
    color: #fff !important;
}

header .navbar-collapse .nav-item:last-child a:hover:before, header .navbar-collapse .nav-item:last-child a.active:before {
    background-color: white !important;
    top: 5px;
    left: 5px;
    width: 16px;
    height: calc(100% - 10px);
    transform: skewX(0deg);
}

header .navbar-collapse .nav-item:last-child a:before, header .navbar-collapse .nav-item:last-child a:after, .main_btn::before, .main_btn::after {
    content: "";
    position: absolute;
    background-color: #fff;
    z-index: -1;
    top: 5px;
    left: 5px;
    width: 16px;
    height: calc(100% - 10px);
    border-radius: 0;
    transition: clip-path 0.2s ease, -webkit-clip-path 0.2s ease;
    clip-path: polygon(85% 0, 100% 0, 15% 50%, 100% 100%, 85% 100%, 0% 50%);
    transform: skewX(0deg);
}

header .navbar-collapse .nav-item:last-child a:after, .main_btn::after {
    right: 5px;
    left: auto;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}


.avitor-img img {
    width: 100%;
}

.hero_content h1 {
    font-size: 60px;
    color: #fff;
    font-weight: 700;
}

.hero_content p {
    font-size: 17px;
    color: #fff;
}


.hero_section {
    padding-top: 170px;
}

.hero_content h1 span {
    color: #e4063a;
}


.main_btn {
    width: fit-content;
}

.main_btn a {
    text-transform: uppercase;
    color: #fff;
    text-decoration: none;
    width: fit-content;
    padding: 15px 50px;
    display: flex;
    font-size: 20px;
    font-weight: 600;
}

.hero_content h5 {
    color: #e4063a;
    font-weight: 700;
    margin-bottom: 15px;
}


.main_heading h5 svg {
    font-size: 20px;
    height: 80px;
    transform: scaleX(-1);
    fill: #e4063a;
    margin:0px 10px;
}

.main_heading {
    text-align: center;
}

.main_heading h5 {
    color: #e4063a;
    font-weight: 600;
    font-size: 25px;
}


.main_heading h3 {
    margin: 0;
    font-size: 50px;
    font-weight: 700;
    color: #fff;
    margin-top: -10px;
}




.about_content img {
    width: 100%;
}

.about_content ul {
    margin: 0;
    padding: 10px;
}

.about_content ul li {
    list-style: none;
    display: flex;
    gap: 20px;
    font-size: 20px;
    color: #fff;
    margin-top: 30px;
    font-weight: 500;
}

.about_content ul li i {
    margin-top: 6px;
    color: #e4063a;
}

.about_content ul li span {
    color: #e4063a;
}


.main_heading  p {
    color: #fff;
    font-size: 16px;
    margin: 10px 0px 0px 0px;
}


.steps_box {
    border-radius: 10px;
    text-align: center;
    padding: 20px 20px;
    position: relative;
    z-index: 1;
    background-image: linear-gradient(to right, #e4063a, white, #fc300f);
}

.steps_box img {
    width: 100%;
    border-radius: 10px;
    margin-bottom: 20px;
}



.steps_content h3 {
    color: #e4063a;
    font-weight: 700;
}

.steps_content p {
    margin: 0;
    color: #fff;
    font-size: 17px;
    font-weight: 500;
}

.steps_box:before {
    background: #111411;
    content: '';
    position: absolute;
    left: 1px;
    top: 0;
    width: 99.5%;
    height: 99.5%;
    border-radius: 10px;
    z-index: -1;
    right: 0;
    margin: auto;
    bottom: 0;
}

.review_box {
    background: #1e1e1e;
    box-shadow: rgba(17, 12, 46, 0.15) 0px 48px 100px 0px;
    padding: 17px 17px;
    position: relative;
    border-radius: 10px;
}

.review_box::before, .review_box::after {
    position: absolute;
    left: 20px;
    top: 0;
    bottom: 90px;
    margin: auto;
    width: 24px;
    content: '';
    background: url(../images/left-quote.png);
    height: 45px;
    background-size: cover;
}

.review_box::after {
    left: 45px !important;
}

.review_img {
    position: absolute;
    left: 0;
    top: -48px;
    right: 0;
    justify-content: center;
    display: flex;
    width: 90px;
    height: 90px;
    background: #252525;
    margin: auto;
    border-radius: 50%;
    align-items: center;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 15px -3px, rgba(0, 0, 0, 0.05) 0px 4px 6px -2px;
}

.rounder {
    height: 75px;
    width: 75px;
    background: transparent;
    border-radius: 50%;
    position: absolute;
    border: 3px solid #e4063a;
    animation: slideDas 5s infinite linear;
}

@keyframes slideDas {
    100%{
    transform: rotate(360deg);
} 
    
}

.rounder:before, .rounder:after {
    position: absolute;
    height: 10px;
    width: 10px;
    border-radius: 50%;
    background: #e4063a;
    content: '';
}
.rounder:before {
    left: 7px;
    top: 0;
}

.rounder:after {
    right: 0;
    bottom: 7px;
}

.review_img img {
    width: 75px;
    height: 75px;
    object-fit: cover;
    border-radius: 50%;
}

.review_content {
    margin-top: 45px;
}


.review_content h6 {
    font: normal normal 600 18px Rajdhani;
    color: #e4063a;
}

.review_content h4{
    color: #fff;
}


.review_content  p {
    font-size: 14px;
    margin: 0;
    font-weight: 500;
    color: #fff;
}


footer {
    text-align: center;
    margin-top: auto;
}

footer .container {
    margin-top:4rem;
    border-top: 1px solid #3d3a3aad;
    padding: 15px 0px;
}

footer h5 {
    color: #fff;
    margin: 0;
    font-size: 18px;
}


#myBtn {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 30px;
    z-index: 99;
    font-size: 18px;
    border: none;
    outline: none;
    background-color: #e4063a;
    color: white;
    cursor: pointer;
    padding: 13px 15px;
    border-radius: 2px;
    clip-path: polygon(50% 0%, 100% 30%, 100% 100%, 0 100%, 0 30%);
}
  

.menu-toggle{
    display: none;
}

.menu-toggle i {
    color: #e4063a;
    font-size: 25px;
}

.breadcrumbs .row {
    padding:2rem 0;
    font-size:14px;
    color:#999;
    font-weight:400
}

a {
    color:#fff;
}

a:hover {
    color: #e4063a;
    transition:0.5s
}

.breadcrumbs span {
    color:#e4063a
}

h1 {
    font-size:2.5rem;
    color:#fff;
    font-weight:700;
}

.text {
    color:#999;
    font-size:17px;
    margin-top:2rem;
}

.text h1,.text h2,.text h3 {
    color:#FFF;
    margin-bottom:1rem;
}

.text h1 {
    margin-bottom:2rem;
}

.text strong {
    color:#CFCFCF
}

.pagination {
    justify-content:center;
    margin-top:2rem;
    font-size:17px;
    font-weight:700;
}

.pagination a,.pagination div {
    display:flex;
    width:36px;
    height:36px;
    border-radius:5px;
    justify-content:center;
    align-items:center;
    border:1px solid #999;
    margin:2px;
    text-decoration:none
}

.pagination div {
    color:#fff
}

.pagination div img,.pagination a img {
    width:16px;
    height:16px;
    margin:0;
    filter: invert(55%) sepia(78%) saturate(0%) hue-rotate(183deg) brightness(93%) contrast(97%);
}

.pagination a {
    color:#999;
}

.pagination a:hover {
    background:#e4063a;
    color:#fff
}

.pagination a:hover img {
    filter: none;
}
