/********** Template CSS **********/
:root {
    --primary: #A91F32;
    --secondary: #424769;
    --light: #F4F6F8;
    --dark: #3E4149;
    --potent:#41459d;
    --max:#1f3068;
    --bumble:#2D3250;
}
*{
    box-sizing: border-box;
    overflow-x:visible;
}
::-webkit-scrollbar {
    width: 14px;
    background-color: var(--light);
    border-left: 1px solid white;
}
::-webkit-scrollbar-thumb {
    background-color: var(--primary);
    border-radius: 3px;
}
::-webkit-scrollbar-thumb:hover {
    background-color: var(--dark);
}
.pr-1{
    padding-right: 4px;
}
.pt-6 {
    padding-top: 90px;
}
.pb-6 {
    padding-bottom: 90px;
}
.py-6 {
    padding-top: 90px;
    padding-bottom: 90px;
}
.btn {
    position: relative;
    font-weight: 600;
    text-transform: uppercase;
    transition: .5s;
}
.btn::after {
    position: absolute;
    content: "";
    width: 0;
    height: 5px;
    bottom: -1px;
    left: 50%;
    background: var(--primary);
    transition: .5s;
}
.btn.btn-primary::after {
    background: var(--dark);
}
.btn:hover::after,
.btn.active::after {
    width: 50%;
    left: 25%;
}
.btn-primary {
    color: #FFFFFF;
}
.btn-square {
    width: 36px;
    height: 36px;
}
.btn-sm-square {
    width: 28px;
    height: 28px;
}
.btn-lg-square {
    width: 46px;
    height: 46px;
}
.btn-square,
.btn-sm-square,
.btn-lg-square {
    padding-left: 0;
    padding-right: 0;
    text-align: center;
}
.back-to-top {
    position: fixed;
    display: none;
    left: 50%;
    bottom: 0;
    margin-left: -22px;
    border-radius: 0;
    z-index: 99;
}
.bg-dark-radial {
    background-image: -webkit-repeating-radial-gradient(center center, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.2) 1px, transparent 1px, transparent 100%);
    background-image: -moz-repeating-radial-gradient(center center, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.2) 1px, transparent 1px, transparent 100%);
    background-image: -ms-repeating-radial-gradient(center center, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.2) 1px, transparent 1px, transparent 100%);
    background-image: -o-repeating-radial-gradient(center center, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.2) 1px, transparent 1px, transparent 100%);
    background-image: repeating-radial-gradient(center center, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.2) 1px, transparent 1px, transparent 100%);
    background-size: 3px 3px;
}
.bg-light-radial {
    background-image: -webkit-repeating-radial-gradient(center center, rgba(256, 256, 256, 0.2), rgba(256, 256, 256, 0.2) 1px, transparent 1px, transparent 100%);
    background-image: -moz-repeating-radial-gradient(center center, rgba(256, 256, 256, 0.2), rgba(256, 256, 256, 0.2) 1px, transparent 1px, transparent 100%);
    background-image: -ms-repeating-radial-gradient(center center, rgba(256, 256, 256, 0.2), rgba(256, 256, 256, 0.2) 1px, transparent 1px, transparent 100%);
    background-image: -o-repeating-radial-gradient(center center, rgba(256, 256, 256, 0.2), rgba(256, 256, 256, 0.2) 1px, transparent 1px, transparent 100%);
    background-image: repeating-radial-gradient(center center, rgba(256, 256, 256, 0.2), rgba(256, 256, 256, 0.2) 1px, transparent 1px, transparent 100%);
    background-size: 3px 3px;
}
.card-group h5{
    color:var(--primary);
}
.navbar-dark .navbar-nav .nav-link {
    position: relative;
    padding: 35px 15px;
    font-size: 16px;
    text-transform: uppercase;
    color: var(--dark);
    outline: none;
    transition: .5s;
}
.navbar-dark .navbar-nav .nav-link:hover,
.navbar-dark .navbar-nav .nav-link.active {
    color: var(--primary);
    font-weight:900;
}

.headerAbout {
    height: 400px;
    display: flex;
    flex-direction: column;
    align-items: end;
    justify-content:center;
    background: linear-gradient(90deg, rgba(4,15,40,0.0) 0%, rgba(4,15,40,0.3) 100%), url(..//img/banner/banner.png) center center no-repeat;
    background-size: fill;
}
.headerBrand {
    height:400px;
    display: flex;
    flex-direction: column;
    align-items:end;
    justify-content:center;
    background: linear-gradient(90deg, rgba(4,15,40,0.0) 0%, rgba(4,15,40,0.3) 100%), url(..//img/banner/banner.png) center center no-repeat;
    background-size: fill;
}
.headerContact {
    height: 400px;
    display: flex;
    flex-direction: column;
    align-items: end;
    justify-content: center;
    /* background:  url(..//img/banner/banContact.jpg) center center no-repeat; */
    background: linear-gradient(90deg, rgba(4,15,40,0.0) 0%, rgba(4,15,40,0.3) 100%), url(..//img/banner/banner.png) center center no-repeat;
    background-size: fill;
}
.headerClappers {
    height: 400px;
    display: flex;
    flex-direction: column;
    align-items: end;
    justify-content: center;
    /* background:  url(..//img/banner/banClappers.jpg) center center no-repeat; */
    background: linear-gradient(90deg, rgba(4,15,40,0.0) 0%, rgba(4,15,40,0.0) 100%), url(..//img/banner/banner.png) center center no-repeat;
    background-size: fill;
}
.service-item .service-icon {
    margin-top: -50px;
    width: 100px;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100px;
}
.service-item .service-icon i {
    transition: .2s;
}
.service-item:hover .service-icon i {
    font-size: 60px;
}
.portfolio-item {
    margin-bottom: 60px;
}
.portfolio-title {
    position: absolute;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 120px;
    padding: 0 30px;
    right: 30px;
    left: 30px;
    bottom: -60px;
    background: #FFFFFF;
    z-index: 3;
}
.portfolio-btn {
    position: absolute;
    display: inline-block;
    top: 50%;
    left: 50%;
    margin-top: -60px;
    margin-left: -60px;
    font-size: 120px;
    line-height: 0;
    transition: .1s;
    transition-delay: .3s;
    z-index: 2;
    opacity: 0;
}
.portfolio-item:hover .portfolio-btn {
    opacity: 1;
}
.portfolio-box::before,
.portfolio-box::after {
    position: absolute;
    content: "";
    width: 0;
    height: 100%;
    top: 0;
    transition: .5s;
    z-index: 1;
    background: rgba(4, 15, 40, .7);
}
.portfolio-box::before {
    left: 0;
}
.portfolio-box::after {
    right: 0;
}
.portfolio-item:hover .portfolio-box::before {
    left: 0;
    width: 50%;
}
.portfolio-item:hover .portfolio-box::after {
    right: 0;
    width: 50%;
} 
.footer-shape::before {
    position: absolute;
    content: "";
    width: 80px;
    height: 100%;
    top: 0;
    left: -40px;
    background: var(--primary);
    transform: skew(40deg);
}
.justify-content{
    justify-content: center;
}
.carousel .carousel-inner{
    height: auto;
}
.carousel-item img{
    object-fit:fill;
    max-height: 100vh;
    
}
.card{
    border-radius: 20px;
    margin: auto;
}
.card-body{
    flex:1 1 auto;
    min-height: 1px;
    padding: 1.5rem;
}
.card:hover{
    border: 5px solid var(--dark);
}
.box-shadow{
    -webkit-box-shadow: 15px 24px 18px 0px rgba(204,190,204,1);
    -moz-box-shadow: 15px 24px 18px 0px rgba(204,190,204,1);
    box-shadow: 15px 24px 18px 0px rgba(204,190,204,1);
}
.bg-potent{
    background-color: var(--potent);
}
.bg-maxfly{
    background-color: var(--max);
}
.bg-bumble{
    background-color: var(--bumble);
}
.ourcard{
    width: 200px;
    height: 250px;
    padding: auto;
    overflow: hidden;
}
.br-20{
    border-radius: 20px;
}
.card:hover{
    border-bottom: 5px solid var(--dark);
    border-top: none;
    border-right: none;
    border-left: none;
}
.owl-cls{
    width: 120px;
    height: 110px;
}
.owl-cls img{
    width: 110px;
    height: 80px;
}
.backline{
    background: rgb(169,31,50);
    background: radial-gradient(circle, rgba(169,31,50,1.000) 0%, rgba(30,71,133,1.000) 100%);
    color: #A91F32;
    text-shadow: 4px -3px 7px rgba(0, 0, 0, 0.44);
}
.text-start a:hover{
    color:#A91F32
}
.lang{
    margin: auto 0px auto 50px;
    float:right; 
}
.col{
    height: 200px;
    /* max-width: ; */
    position: relative;
}
.col img{
    position: absolute;
    width: 80%;
    max-height: 150px;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    margin: auto;
}
.col img:hover{
    position: absolute;
    width: 95%;
    max-height: 150px;
    transition-duration: 0.7s;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    margin: auto;
}
.circle{
    height: 400px;
    display: flex;
    justify-content: center;
}
.circle .row{
    float:left;
}
.circular,.circular2,.circular3{
    position: relative;
    height: 250px;
    width: 250px;
    background-color: var(--primary);
    border-radius:50% ;
    display: grid;
    place-items:center;
}
.circular:before,.circular2:before,.circular3:before{
    content:"";
    position: absolute;
    height: 80%;
    width: 80%;
    background-color: white;
    border-radius: 50%;
}
.circular-value,.circular-value2,.circular-value3{
    position: relative;
    font-size: 24px;
    font-weight: bolder;
    color:var(--primary);
}

/**  Media Screen's**/
@media (max-width: 540px) {
    .carousel-caption h4 {
        font-size: 18px;
        font-weight: 500 !important;
    }
    .carousel-caption h1 {
        font-size: 18px;
        font-weight: 600 !important;
    }
    .hidden{
        display: inline-block;
    }
    .hidden .circle{
        padding: 0px auto;;
    }
    h5{
        font-size: 10px;
    }
    img{
        object-fit: cover;
        overflow: visible;
    }
}

@media screen and (max-width: 752px) {
    .ourcard{
        width: 400px;
        height: 250px;
        padding: auto;
        overflow: hidden;
    }
    img{
        object-fit: cover;
        overflow: visible;
    }
}

@media screen and (max-width: 992px) {
    .footer::after {
        position: absolute;
        content: "";
        width: 0px;
        height: 100%;
        top: 0;
        left: 50%;
        background: var(--primary)
    }
    .navbar-dark .navbar-nav .nav-link  {
        margin-left: 0;
        padding: 10px 0px;
        text-align: center;
    }

    .back-to-top{
        left:92%;
    }
    .carousel-item img{
        object-fit:cover;
        max-height: 85vh;
    }
    .carousel-inner{
        height: 10vh;
    }
    .px-5,.p-5{
        padding-left: 1rem !important;
        padding-right: 1rem !important;
    }
    .lang{
        text-align: center;
        margin:0px;
    }
    img{
        object-fit: cover;
        overflow: visible;
    }
}


