html,
body {
    /*width: 100vw;*/
    overflow-x: hidden;
}
.header-bg::before {
    background: url('https://fortiaangular.co.uk/wp-content/uploads/2021/03/pexels-fauxels-3184419-scaled.jpg') no-repeat top center/cover;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 109%;
    z-index: -1;
    opacity: 1;
}

#myBtn {
    display: none; /* Hidden by default */
    position: fixed; /* Fixed/sticky position */
    bottom: 20px; /* Place the button at the bottom of the page */
    right: 30px; /* Place the button 30px from the right */
    z-index: 99; /* Make sure it does not overlap */
    border: none; /* Remove borders */
    outline: none; /* Remove outline */
    background-color: rgb(68, 121, 182); /* Set a background color */
    color: white; /* Text color */
    cursor: pointer; /* Add a mouse pointer on hover */
    padding: 15px; /* Some padding */
    border-radius: 10px; /* Rounded corners */
    font-size: 18px; /* Increase font size */
}

#myBtn:hover {
    background-color: #555; /* Add a dark-grey background on hover */
}

.forLogo img {

    /* height: 130px;*/ 
    width: 130px;
}

@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,300;0,400;0,700;1,400&display=swap');

/* @font-face{
 font-family:"pf-din-text-comp-pro-bold";
 src:url("https://dafonttop.com/wp-data/d/959/7959/file/z-PFDinTextCompPro-Bold.ttf") format("woff"),
 url("https://dafonttop.com/wp-data/d/959/7959/file/z-PFDinTextCompPro-Bold.ttf") format("opentype"),
 url("https://dafonttop.com/wp-data/d/959/7959/file/z-PFDinTextCompPro-Bold.ttf") format("truetype");
} */
.gf {
    font-family: 'Roboto', sans-serif;
    color: gray;
    font-size: 17px;
}

.roundBtn {
    border-radius: 20px;
}

@font-face {
    font-family: 'Myriad Pro';
    font-style: normal;
    font-weight: 50;
    src: local('Myriad Pro'), url('https://fonts.cdnfonts.com/s/492/MYRIADPRO-REGULAR.woff') format('woff');
}

.headpara {
    font-family: 'Myriad Pro Regular', sans-serif;
}

.carousel-indicators li {
    box-sizing: content-box;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    width: 20px;
    height: 20px;
    border-radius: 20px;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    border-top: 0px;
    border-bottom: 0px;
    cursor: pointer;
    background-color: rgb(190, 190, 190);
    background-clip: padding-box;
    opacity: .5;
    transition: opacity .6s ease
}

@media (prefers-reduced-motion:reduce) {
    .carousel-indicators li {
        transition: none
    }

}

.carousel-indicators .active {
    opacity: 4;
    background-color: #FFD700;
}

.nav-link {
    color: white;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
}

.nav-link:hover {
    color: white;
}

.nav-link.active {
    font-weight: bold;
    font-family: 'Roboto', sans-serif;
    border-bottom: #ffa800 3px solid;
}

.footer-style {
    background-color: #1c1c1c;
    min-height: 300px;
    position: relative;
    top: 100px;
    width: 100%;
}

.round-B {
    border: 1px white solid;
    border-radius: 90px;
    padding: 2.7px 7px;
}

.round-B2 {
    border: 1px white solid;
    border-radius: 90px;
    padding: 2.7px 9px;
}

.round-B:hover {
    background-color: blue;
    cursor: pointer;
}

.round-B2:hover {
    background-color: blue;
    cursor: pointer;
}

hr.whiteHr {
    border-top: 1px solid white;
}

.bold-head {
    font-family: 'Roboto', sans-serif;
    font-size: 50px;
    font-weight: bold;
}

.nobold-head {
    font-family: 'Roboto', sans-serif;
    font-size: 50px;
    font-family: 'Roboto', sans-serif;
}

.forlogo img {
    height: 200px;
    width: 200px;
}

.card-title {
    font-family: 'Roboto', sans-serif;
    font-weight: bold;
}

.imageAndPara {
    margin: 0px 90px;
}

.card {
    border-radius: 30px !important;
    width: 20rem;
    margin-bottom: 20px;
}

.card-img-top {
    height: 74px;
    width: 74px;
    margin: auto;
    display: block;
}

.RL {
    margin-left: 2% !important;
    margin-top: 30px !important;
}

.lower-card-icons {
    border: 2px rgb(223, 220, 220) solid;
    padding: 8px;
    border-radius: 10px;
}

.dash1 {
    border-top: 30px, yellowgreen, solid;
    width: 10px;
}

.dash2 {
    border-top: 30px, yellowgreen, solid;
    width: 10px;
}

.light-font {
    font-size: 50px;
    font-weight: 100;
}

.imgBorder {
    margin: 60px;
    border: 10px solid rgb(248, 248, 247);
    border-radius: 30px;
}

.imgBorder2 {

    /*margin: -10px;*/
    border: 10px solid rgb(248, 248, 247);
    border-radius: 30px;
}

#anotherCardSect {
    margin-top: 150px;
}

.c2 {
    height: 100%;
}

.c2 .card-body {
    margin: -6px;
}

.some-reviews {
    margin-top: 8%;
    margin-bottom: 90px;
}

.carousel-item .eachMar {
    margin: 0px 300px;
    background-color: rgb(255, 255, 255);
    height: 450px;
    padding: 60px;
}

.slider-text {
    font-family: 'Century Gothic Regular';
    margin: 0px;
    font-size: 20px;
    color: rgb(143, 142, 142);
}

.carousel-control-prev,
.carousel-control-next {
    padding: 20px;
    background-color: #1c1c1c;
    position: absolute !important;
    top: 150px !important;
    bottom: 150px !important;
    width: 4% !important;
}

.bf {
    font-family: 'Roboto', sans-serif;
    font-weight: bold;
    font-size: 50px;
}

.icons a:hover {
    background-color: blueviolet;
    cursor: pointer;
}

@media only screen and (min-width:2300px) and (max-width:2600px) {
    .header-bg::before {
        background: url('https://fortiaangular.co.uk/wp-content/uploads/2021/03/pexels-fauxels-3184419-scaled.jpg') no-repeat top center/cover;
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 85%;
        z-index: -9;
        opacity: 1;
    }

}

@media only screen and (min-width:2600px) and (max-width:2900px) {
    .header-bg::before {
        background: url('https://fortiaangular.co.uk/wp-content/uploads/2021/03/pexels-fauxels-3184419-scaled.jpg') no-repeat top center/cover;
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 75%;
        z-index: -9;
        opacity: 1;
    }

}

@media only screen and (min-width:2000px) and (max-width:2300px) {
    .header-bg::before {
        background: url('https://fortiaangular.co.uk/wp-content/uploads/2021/03/pexels-fauxels-3184419-scaled.jpg') no-repeat top center/cover;
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 75%;
        z-index: -9;
        opacity: 1;
    }

}

@media only screen and (min-width:1500px) and (max-width:2000px) {
    .header-bg::before {
        background: url('https://fortiaangular.co.uk/wp-content/uploads/2021/03/pexels-fauxels-3184419-scaled.jpg') no-repeat top center/cover;
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 92%;
        z-index: -9;
        opacity: 1;
    }

}

@media only screen and (min-width:1450px) and (max-width:1500px) {
    .header-bg::before {
        background: url('https://fortiaangular.co.uk/wp-content/uploads/2021/03/pexels-fauxels-3184419-scaled.jpg') no-repeat top center/cover;
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 96%;
        z-index: -9;
        opacity: 1;
    }

}

@media only screen and (max-width:1450px) {
    .header-bg::before {
        background: url('https://fortiaangular.co.uk/wp-content/uploads/2021/03/pexels-fauxels-3184419-scaled.jpg') no-repeat top center/cover;
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 105%;
        z-index: -9;
        opacity: 1;
    }

    .bf {
        font-size: 50px;
    }

    .light-font {
        font-size: 50px;
    }

    .c2 {
        width: 20rem !important;
    }

}

@media only screen and (max-width:1300px) {
    .c2 {
        width: 18rem !important;
    }

    .header-bg::before {
        background: url('https://fortiaangular.co.uk/wp-content/uploads/2021/03/pexels-fauxels-3184419-scaled.jpg') no-repeat top center/cover;
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 85%;
        z-index: -9;
        opacity: 1;
    }

    .bf {
        font-size: 65px;
    }

    .light-font {
        font-size: 65px;
    }

    .carousel-item .eachMar {
        margin: 0px 200px;
        background-color: rgb(255, 255, 255);
        height: 450px;
        padding: 60px;
    }

}

@media only screen and (max-width:1200px) {
    .c2 {
        width: 16rem !important;
    }

    .header-bg::before {
        background: url('https://fortiaangular.co.uk/wp-content/uploads/2021/03/pexels-fauxels-3184419-scaled.jpg') no-repeat top center/cover;
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 50%;
        z-index: -9;
        opacity: 1;
    }

    .card {
        border-radius: 30px !important;
        width: 18rem;
        margin-bottom: 20px;
    }

    .carousel-item .eachMar {
        margin: 0px 150px;
        background-color: rgb(255, 255, 255);
        height: 450px;
        padding: 60px;
    }

}

@media only screen and (max-width:1084px) {
    .c2 {
        width: 13rem !important;
    }

}

@media only screen and (max-width:984px) {
    .c2 {
        width: 12rem !important;
    }

    .imageAndPara {
        margin: 0px 30px;
    }

    .header-bg::before {
        background: url('https://fortiaangular.co.uk/wp-content/uploads/2021/03/pexels-fauxels-3184419-scaled.jpg') no-repeat top center/cover;
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 87%;
        z-index: -9;
        opacity: 1;
    }

    .card {
        border-radius: 30px !important;
        width: 14rem;
        margin-bottom: 20px;
    }

    .bf {
        font-size: 25px;
    }

    .light-font {
        font-size: 25px;
    }

    .col-md-5 p {
        font-size: 15px;
    }

    .carousel-item .eachMar {
        margin: 0px 100px;
        background-color: rgb(255, 255, 255);
        height: 450px;
        padding: 100px;
    }

}

@media only screen and (max-width:784px) {
    .collapse {
        background-color: gray;
        padding: 20px;
        border-radius: 20px;
    }

    .c2 .card-body {
        margin: 5px;
    }

    .c2 {
        width: 38rem !important;
    }

    .header-bg::before {
        background: url('https://fortiaangular.co.uk/wp-content/uploads/2021/03/pexels-fauxels-3184419-scaled.jpg') no-repeat top center/cover;
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 85%;
        z-index: -9;
        opacity: 1;
    }

    .card {
        border-radius: 30px !important;
        width: 27rem;
        margin-bottom: 20px;
    }

    .bf {
        font-size: 55px;
    }

    .light-font {
        font-size: 55px;
    }

    .col-md-5 p {
        font-size: 15px;
    }

    .carousel-item .eachMar {
        margin: 0px 100px;
        background-color: rgb(255, 255, 255);
        height: 850px;
        padding: 60px;
    }

    .eachMar .it img {
        width: 100%;
        height: 400px;
    }

    .carousel-control-prev,
    .carousel-control-next {
        padding: 10px;
        background-color: rgb(20, 20, 20);
        position: absolute !important;
        top: 290px !important;
        bottom: 290px !important;
        width: 8% !important;
    }

}

@media only screen and (max-width:550px) {
    .c2 {
        width: 28rem !important;
    }

    .header-bg::before {
        background: url('https://fortiaangular.co.uk/wp-content/uploads/2021/03/pexels-fauxels-3184419-scaled.jpg') no-repeat top center/cover;
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 114%;
        z-index: -9;
        opacity: 1;
    }

    .headpara {
        font-size: 11px;
    }

    .card {
        border-radius: 30px !important;
        width: 24rem;
        margin-bottom: 20px;
    }

    .bf {
        font-size: 38px;
    }

    .light-font {
        font-size: 38px;
    }

    .col-md-5 p {
        font-size: 15px;
    }

    .carousel-item .eachMar {
        margin: 0px 50px;
        background-color: rgb(255, 255, 255);
        height: 850px;
        padding: 0px;
    }

}

@media only screen and (max-width:480px) {
    .c2 {
        width: 24rem !important;
    }

    img .imgBorder {
        display: none;
    }

    .header-bg::before {
        background: url('https://fortiaangular.co.uk/wp-content/uploads/2021/03/pexels-fauxels-3184419-scaled.jpg') no-repeat top center/cover;
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 120%;
        z-index: -9;
        opacity: 1;
    }

    .card {
        border-radius: 30px !important;
        width: 23rem;
        margin-bottom: 20px;
    }

    .bf {
        font-size: 35px;
    }

    .light-font {
        font-size: 35px;
    }

    .col-md-5 p {
        font-size: 15px;
    }

    .carousel-item .eachMar {
        margin: 0px 50px;
        background-color: rgb(255, 255, 255);
        height: 650px;
        padding: 0px;
    }

    .headpara {
        font-size: 9px;
    }

    .eachMar .it img {
        width: 100%;
        height: 300px;
    }

    .slider-text {
        font-size: 15px;
    }

}

@media only screen and (max-width:420px) {
    .c2 {
        width: 21rem !important;
    }

    img .imgBorder {
        display: none;
    }

    .header-bg::before {
        background: url('https://fortiaangular.co.uk/wp-content/uploads/2021/03/pexels-fauxels-3184419-scaled.jpg') no-repeat top center/cover;
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 117%;
        z-index: -9;
        opacity: 1;
    }

    .card {
        border-radius: 30px !important;
        width: 23rem;
        margin-bottom: 20px;
    }

    .bf {
        font-size: 35px;
    }

    .light-font {
        font-size: 35px;
    }

    .col-md-5 p {
        font-size: 15px;
    }

    .carousel-item .eachMar {
        margin: 0px 50px;
        background-color: rgb(255, 255, 255);
        height: 399px;
        padding: 0px;
    }

    .headpara {
        font-size: 9px;
    }

    .eachMar .it img {
        width: 100%;
        height: 200px;
    }

    .slider-text {
        font-size: 12px;
    }

}

@media only screen and (max-width:360px) {
    .c2 {
        width: 18rem !important;
    }

    .header-bg::before {
        background: url('https://fortiaangular.co.uk/wp-content/uploads/2021/03/pexels-fauxels-3184419-scaled.jpg') no-repeat top center/cover;
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 160%;
        z-index: -9;
        opacity: 1;
    }

    .card {
        border-radius: 30px !important;
        width: 20rem;
        margin-bottom: 20px;
    }

    .bf {
        font-size: 35px;
    }

    .light-font {
        font-size: 35px;
    }

    .col-md-5 p {
        font-size: 15px;
    }

    .carousel-item .eachMar {
        margin: 0px 50px;
        background-color: rgb(255, 255, 255);
        height: 250px;
        padding: 0px;
    }

    .headpara {
        font-size: 9px;
    }

    .eachMar .it img {
        width: 100%;
        height: 250px;
    }

    .slider-text {
        font-size: 10px;
    }

}

/*NEW CSS*/
.carousel-control-next-icon,
.carousel-control-prev-icon {
    padding: 5px;
}

.cookieConsentContainer {
    display: none !important;
}

/*footer*/
.footer {
    /*background-color: rgb(36, 27, 103);*/
    background-color: #1c1c1c;
    padding: 70px 0 50px;
    margin-top: 150px;
}

.footer .ftr-title {
    color: #fff !important;
}

.footer h6 {
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.3;
    padding: 10px 10px 0;
}

.footer .div-head p {
    color: #fff;
    font-weight: 700;
}

.footer .div-link h5,
.footer .div-social h5 {
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    text-align: left;
}

.footer .div-link a {
    display: list-item;
    font-size: 14px;
    color: #fff;
    text-align: left;
    padding: 0 0 6px;
    text-transform: uppercase;
    -webkit-transition: all 0.5s ease-in;
    -moz-transition: all 0.5s ease-in;
    -o-transition: all 0.5s ease-in;
    transition: all 0.5s ease-in;
}

.footer .div-link a:hover {
    transform: translateX(10px);
    color: #f02050;
}

.footer .div-social {
}

.social {
    display: block;
    font-size: 16px;
    color: #fff;
    text-align: left;
    padding: 0 0 10px;
    -webkit-transition: all 0.5s ease-in;
    -moz-transition: all 0.5s ease-in;
    -o-transition: all 0.5s ease-in;
    transition: all 0.5s ease-in;
}

.social:hover {
    transform: translateX(10px);
    color: #f02050;
}

.footer .div-social >div a svg {
    font-size: 20px;
    margin-right: 5px;
}
.m-center{
		text-align:left;
	}
.m-right{
		text-align:left;
	}
@media only screen and (max-width:500px) {
    .footer .div-link h5,
    .footer .div-social h5 {
        text-align: center;
        margin-top: 15px;
    }

    .div-link .row,
    .div-social>div {
       
    }
	

}
@media only screen and (max-width:750px) {
	.m-center{
		text-align:center!important;
	}
	.m-right{
		text-align:right!important;
	}
	.div-link h5{
		text-align:center!important;
	}
	.div-social h5{
		text-align:center!important;
	}

}

/* ------------------------ */
/* ------------------------ */
/* new css */
/* ------------------------ */
/* ------------------------ */
.new-footer {
  background-color: #1c1c1c;
  padding: 70px 0 50px;
  margin-top: 150px;
  text-align: center;
}
.new-footer .ftr-logo{

}
.new-footer .ftr-logo img{width: 200px;height: auto;}
.new-footer .social-links{
margin: 30px 0;
}
.new-footer .social-links a{font-size: 25px;
margin: 0 10px}
.new-footer .social-links svg{
	color: #f5fff0;
	transform: scale(0.95);
}
.new-footer .social-links a:hover svg{
	transform: scale(1);
}
.new-footer .footer-links {
  margin: 30px 0;
/*   display: -webkit-flex;
  display: flex;
  margin: auto;
  justify-content: center; */
	
}
.new-footer .footer-links a{font-size: 14px;margin: 0 20px;color: #e8e8e8;font-weight: 400; /* Safari */}
/* .new-footer .footer-links a:nth-child(1){
order: 1;	
}
.new-footer .footer-links a:nth-child(2){
	order: 3;
}
.new-footer .footer-links a:nth-child(3){
	order:2;
} */
.new-footer .footer-links a:hover{

}
.new-footer p.ftr-txt-1 {font-size: 12px;font-weight: 5; color: #ddd}
.new-footer p.ftr-txt-2 {color: #888;font-size: 12px;}
.new-footer p.ftr-txt-2 span{

}
/*@media only screen and (max-width: 500px) {
    .new-footer .footer-links {
        display: flex;
        flex-warp: warp;
    }
 .new-footer .footer-links a{
     width: 50%;
     margin: 0;
 }   
}*/

.header-bg::before{    
  background-image: linear-gradient(45deg, #0000006e, #0000007d),url(https://fortiaangular.co.uk/wp-content/uploads/2021/03/pexels-fauxels-3184419-scaled.jpg) !important;
}