* {
    margin: 0px;
    padding: 0px;
}

body{
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    color: #364151;
    font-weight: 300;
}


h1 {font-family: "Poppins", sans-serif;
    font-weight: 600;}
    
h2{
    font-weight: 600;
    font-size: 35px;
    color: #000;
}

.head{
    font-size: 22px;
}

h3{
    font-weight: 600;
    font-size: 25px;
    margin-bottom: 20px;
    color: #000;
    text-align: center;
}

.h4, h4 {
        font-size: 20px !important;
        /*line-height: 40px !important;*/
        font-weight: 600 !important;
        color: #000;
}
    
    
/* ==== navbar section start ==== */

.navbar .navbar-collapse {
    margin-left: 55px;
}

.navbar ul {
    margin-left: 0px;
    gap: 20px;
}

.navbar ul li {
    font-size: 16px;
    color: black;
    font-weight: 400;
}

.navbar ul li a {
    color: black !important;
    font-family: "Poppins", sans-serif;
    font-size: 14px;
    text-transform: uppercase;
}

.navbar-nav .dropdown:hover .dropdown-menu {
    display: block;
    line-height: 30px;
}

.dropdown-item:focus,
.dropdown-item:hover {
    color: #fff !important;
    background-color: #605be5;
}

@media (max-width:760px) {

    .navbar ul {
        margin-left: 0px;
        gap: 0px;
    }

    .navbar .navbar-collapse {
        margin-left: 0px;
    }

    .dropdown-menu.show{
        display: block !important;
    }
    .dropdown-menu {
        display: none !important;
    }
    

}

/* ==== navbar section end ==== */



/* === trsust section start ==== */

.Trust {
    position: relative;
    z-index: 999;
    bottom: 100px;
}

.Trust .Trust-box {
    border-radius: 5px;
    background-color: white;
    box-shadow: 1px 0px 10px 0px rgba(0, 0, 0, 0.5);
    padding: 10px 10px;
    height: 100%;
}

.Trust .Trust-box .box{
    padding: 20px 20px;
    padding-top: 30px;
    height: 100%;
}

.box:hover {
  border: 1px solid #959595;
  border-radius: 5px;
}

.Trust .Trust-box .icon svg {
    width: 40px;
}

.Trust .Trust-box .icon {
    padding-bottom: 25px;
}

.Trust .Trust-box h1 {
    font-size: 30px;
    text-align: center;
}

.Trust .Trust-box p {
    text-align: center;
    font-size: 13px;
}


@media (max-width:760px) {

    .Trust {
        position: static;
        margin-top: 70px;
    }

}

/* ==== trust section end ===== */

/* ==== slider start ==== */



@media (max-width:760px) {

    #carouselExampleInterval {

        margin-top: 70px;
    }

}


/* ==== slider end === */


/* ==== about section start === */
.about{
    margin-top: 50px;
}
.about img {
    border-radius: 20px;
}

/* === about section end ==== */



/* ==== service section start ==== */

.service {
    margin-top: 100px;
    background-color: #e7faf7;
    padding-bottom: 55px;
}



.service img {
    border-radius: 10px;
    cursor: pointer;
}

.serv:hover:before {
    content:"\A";
    width: 96%;
    height:100%;
    background:rgba(4, 25, 105, 0.6);
    position:absolute;
    border-radius: 10px;
    /*top:0;*/
    /*left:0;*/
} 

/*.servive-img:hover {*/
/*    -webkit-filter:  grayscale(100%) brightness(51%);*/
/*}*/


/* .service .servive-img {
   background-image: url("../assets/tranform.jpg");
   background-size: cover;
   background-repeat: no-repeat;
} */

.service .servive-img h1 {
    position: absolute;
    color: white;
    /* top: 61px; */
    padding-top: 200px;
    /* padding: 20px; */
    padding-left: 10px;
}

.service .servive-img .final-text {
    position: absolute;
    color: white;

    padding-top: 500px;

    padding-left: 10px;
}

/* ==== service section start ==== */



/* ===== why-krimson section start === */

.why-krimson {
    margin-top: 100px;
}

.why-krimson img {
    border-radius: 20px;
    width: 100%;
}

/* ===== why-krimson section end === */



/* ===== media section start ==== */

.media {
    margin-top: 100px;
}

.media {
    background-image: linear-gradient(rgba(6, 3, 21, .5), rgba(6, 3, 21, .5)), url("../assets/back-img.webp");
    background-size: cover;
    background-repeat: no-repeat;
    padding-top: 30px;
    padding-bottom: 40px;
}

.media video {
    width: 100%;
}

/* ===== media section end ==== */


/* ===== mission section start ==== */

.mission {
    margin-top: 100px;
}

.mission img {
    border-radius: 20px;
    width: 100%;
}

.mission p {
    text-align: justify;
}

/* ===== mission section end ==== */


/* ==== gallery section start === */
.gallery {
    width: 100vw;
    overflow-x: scroll;
    white-space: nowrap;
    background-color: #fff;
    display: flex;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
  
  .scroll-disabler {
    width: 100vw;
    height: 450px;
    position: absolute;
    background-color: rgba(0,0,0 , 0.0001);
  }
  
  article {
    min-width: 350px;
    /* height: 400px; */
    padding: 1rem;
  }
  article .wrapper {
    padding 1rem;
    background-color: #fff;
    /* height: 100%; */
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    border-radius: 25px;
  }
  article .img {
    height: 50%;
    
  }
  
  article .content > div {
    height: 2rem;
    background-color: lightgray;
    margin: 2rem auto 0 auto;
    width: 85%;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.10);
    border-radius: 5px;
  }
  article .content > div:last-child {
    height: 5rem;
  }

/* ==== gallery section end === */



/* ==== counter section start ==== */

.final-counter {
    background-color: black;
    margin-top: 10px;
}

.final-counter svg {
    width: 50px;
}

.final-counter p {
    font-weight: 600;
    font-size: 26px;
    color: #7ee6f7;
}

.counter {
    text-align: center;
    font-size: 60px;
    font-weight: bold;
    color: #7ee6f7;
}

/* ==== counetr section end ==== */

/* ==== gallery start ==== */



/* ==== gallery end */


/* ==== form-text section start ==== */


.form-text svg {
    width: 1.5rem;
    height: 1.5rem;
    margin-right: 15px;
}

.form-text {
    margin-top: 50px;
    margin-bottom: 5px;
    color: black;
}

.form-text .form-box {
    box-shadow: 1px 0px 10px 0px rgba(0, 0, 0, 0.5);
    padding: 30px;
    height: 100%;
}

.form-group {
    margin-bottom: 15px;
}

.form-group label {
    display: block;
    margin-bottom: 5px;
}

.form-group input,
.form-group textarea {
    width: 100%;
    padding: 8px;
    box-sizing: border-box;
    border: 1px solid #ccc;
    border-radius: 4px;
}

.form-group textarea {
    resize: vertical;
}

.form-text .form-box .btn {
    background-color: #db6815;
    color: white;
    padding: 10px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    width: 30%;
}

.btn:hover {
    background-color: #db6815;
    color: white;
}
 

.form-control {
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: var(--bs-body-color);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: var(--bs-body-bg);
    background-clip: padding-box;
    border: var(--bs-border-width) solid #000;
    border-radius: var(--bs-border-radius);
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.form-select {
    --bs-form-select-bg-img: url(data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e);
    display: block;
    width: 100%;
    padding: .375rem 2.25rem .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: var(--bs-body-color);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: var(--bs-body-bg);
    background-image: var(--bs-form-select-bg-img), var(--bs-form-select-bg-icon, none);
    background-repeat: no-repeat;
    background-position: right .75rem center;
    background-size: 16px 12px;
    border: var(--bs-border-width) solid #000;
    border-radius: var(--bs-border-radius);
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}


@media (max-width:760px){


    .form-text .form-box .btn {
        background-color: #db6815;
        color: white;
        padding: 10px;
        border: none;
        border-radius: 4px;
        cursor: pointer;
        width: 50%;
    }
    

}


/* ==== form tex section end ==== */

/* ===== footer section start -==== */

.footer {
    padding-bottom: 20px;
    padding-top: 40px;
    background-color: #414141;
    color: white;
}


.footer ul {
    list-style: none;
    padding-left: 0px;
}

.e-font-icon-svg 
{
    color: #fff;
}

.footer svg {
    width: 15px;
}

/*  ==== final-gallery start ==== */

.final-gallery {
    margin-top: 100px;
    /* margin-bottom: 50px; */
}

/* ==== final-gallery end ==== */



/* ==== responsive start ==== */

@media (max-width:760px) {

    .about {
        margin-top: 50px;
    }

    .service .servive-img h1 {
        position: absolute;
        color: white;
        /* top: 61px; */
        padding-top: 0px;
        /* padding: 20px; */
        padding-left: 10px;
    }

    .service .servive-img .final-text {
        position: absolute;
        color: white;
        padding-top: 0px;
        padding-left: 10px;
    }

    .why-krimson {
        margin-top: 0px;
    }

}

/* ==== responsive end ==== */


/*===== service-detail start ===== */
.service-detail {
    margin-top: 100px;
    margin-bottom: 100px;
}

.service-detail h1 {
    font-weight: 600;
}

.service-detail p {
    font-size: 14px;
}

.service-detail img {
    width: 100%;
    border-radius: 20px;
}

/* ===== service-detail end ===== */


/* ==== service-banner start ===== */

.service-banner {
    background-image: url(../assets/banner/servicebanner.webp);
    background-size: cover;
    background-repeat: no-repeat;
    padding-top: 30px;
    padding-bottom: 40px;
    width: 100%;
    height: 350px;
}


.service-banner .service-banner-text {
    margin-top: 110px;
    text-align: center;
}

.service-banner h1 {
    font-weight: 600;
    font-size: 75px;
    color: white;
}

.service-banner p {
    font-weight: 600;
    font-size: 18px;
    color: white;
    padding-top: 10px;
}


@media (max-width:760px) {

    .service-banner h1 {
        font-weight: 600;
        font-size: 40px;
        color: white;
    }

    .service-detail {
        margin-top: 50px;
        margin-bottom: 100px;
    }

}

/* ===== service-banner end ===== */

.car{
    height: 690px;
}



/* ==== strength start ===== */

.strength {
    background-image: linear-gradient(rgba(0, 30, 70, .5), rgba(0,30,70, .5)), url(../assets/banner/strength.png);
    background-size: cover;
    background-repeat: no-repeat;
    padding-top: 30px;
    padding-bottom: 40px;
    width: 100%;
    height: 350px;
    margin-top: 70px;
}


.strength .service-banner-text {
    margin-top: 110px;
    text-align: center;
}

.strength h1 {
    font-weight: 600;
    font-size: 75px;
    color: white;
}

.strength p {
    font-weight: 700;
    font-size: 18px;
    color: white;
    padding-top: 10px;
}


@media (max-width:760px) {

    .strength h1 {
        font-weight: 600;
        font-size: 40px;
        color: white;
    }
    
    .car{
        height: 100%;
    }

    .service-detail {
        margin-top: 50px;
        margin-bottom: 100px;
    }

}

/* ===== strength end ===== */



/* ==== whykrimson start ===== */

.whykrimson {
    background-image: linear-gradient(rgba(0,24,59, .5), rgba(0,24,59, .5)), url(../assets/banner/whybanner.png);
    background-size: cover;
    background-repeat: no-repeat;
    padding-top: 30px;
    padding-bottom: 40px;
    width: 100%;
    height: 350px;
    margin-top: 70px;
}


.whykrimson .service-banner-text {
    margin-top: 110px;
    text-align: center;
}

.whykrimson h1 {
    font-weight: 600;
    font-size: 75px;
    color: white;
}

.whykrimson p {
    font-weight: 600;
    font-size: 18px;
    color: white;
    padding-top: 10px;
}


@media (max-width:760px) {

    .whykrimson h1 {
        font-weight: 600;
        font-size: 40px;
        color: white;
    }

    .service-detail {
        margin-top: 50px;
        margin-bottom: 100px;
    }

}

/* ===== whykrimson end ===== */




/* ==== career start ===== */

.career {
    background-image: linear-gradient(rgba(0,24,59, .5), rgba(0,24,59, .5)), url(../assets/banner/career.webp);
    background-size: cover;
    background-repeat: no-repeat;
    padding-top: 30px;
    padding-bottom: 40px;
    width: 100%;
    height: 350px;
    margin-top: 70px;
}


.career .service-banner-text {
    margin-top: 110px;
    text-align: center;
}

.career h1 {
    font-weight: 600;
    font-size: 75px;
    color: white;
}

.career p {
    font-weight: 600;
    font-size: 18px;
    color: white;
    padding-top: 10px;
}


@media (max-width:760px) {

    .career h1 {
        font-weight: 600;
        font-size: 40px;
        color: white;
    }

    .service-detail {
        margin-top: 50px;
        margin-bottom: 100px;
    }

}

/* ===== carrer  end ===== */


/* ==== .contact-slider start ===== */

.contact-slider {
    background-image: linear-gradient(rgba(0,3,7, .5), rgba(0,3,7, .5)), url(../assets/banner/contactbanner.png);
    background-size: cover;
    background-repeat: no-repeat;
    padding-top: 30px;
    padding-bottom: 40px;
    width: 100%;
    height: 350px;
    margin-top: 70px;
}


.contact-slider .service-banner-text {
    margin-top: 110px;
    text-align: center;
}

.contact-slider h1 {
    font-weight: 600;
    font-size: 75px;
    color: white;
}

.contact-slider p {
    font-weight: 600;
    font-size: 18px;
    color: white;
    padding-top: 10px;
}


@media (max-width:760px) {

    .contact-slider h1 {
        font-weight: 600;
        font-size: 40px;
        color: white;
    }

    .service-detail {
        margin-top: 50px;
        margin-bottom: 100px;
    }

}

/* ===== .contact-slider  end ===== */




/* ==== .get-qut start ===== */

.get-qut {
    background-image: linear-gradient(rgba(6, 3, 21, .5), rgba(6, 3, 21, .5)), url(../assets/banner/get-qut.png);
    background-size: cover;
    background-repeat: no-repeat;
    padding-top: 30px;
    padding-bottom: 40px;
    width: 100%;
    height: 350px;
}


.get-qut .service-banner-text {
    margin-top: 110px;
    text-align: center;
}

.get-qut h1 {
    font-weight: 600;
    font-size: 75px;
    color: white;
}

.get-qut p {
    font-weight: 600;
    font-size: 18px;
    color: white;
    padding-top: 10px;
}


@media (max-width:760px) {

    .get-qut h1 {
        font-weight: 600;
        font-size: 40px;
        color: white;
    }

    .service-detail {
        margin-top: 50px;
        margin-bottom: 100px;
    }

}

/* ===== .get-qut end ===== */




/* ===== final-contact section start ===== */

.final-contact .contact-box {
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
    padding: 10px;
    width: 100%;
    height: 100%;
    border-radius: 5px;
}

.final-contact svg {
    width: 20px;
}

.final-contact {
    margin-top: 30px;
}

.final-contact .contact-social {
    display: flex;
    gap: 8px;
    margin-top: 25px;
    text-align: center;
    margin-left: 28px;
}

.final-contact .col-md-3 {
    padding-right: 0px;
}


@media (max-width:760px) {

    .final-contact .contact-box .contact-text {

        text-align: center;
    }

    .final-contact .contact-social {
        display: flex;
        gap: 8px;
        margin-top: 25px;
        text-align: center;
        margin-left: 75px;
    }

}

/* ===== final-contact section end ===== */
/* ==== blog section start ==== */

.heading {
    text-align: center;
    color: #454343;
    font-size: 30px;
    font-weight: 700;
    position: relative;
    margin-bottom: 70px;
    text-transform: uppercase;
    z-index: 999;
}

.white-heading {
    color: #ffffff;
}

.heading:after {
    content: ' ';
    position: absolute;
    top: 100%;
    left: 50%;
    height: 40px;
    width: 180px;
    border-radius: 4px;
    transform: translateX(-50%);
    background: url(https://i.ibb.co/G32GT0L/heading-line.png);
    background-repeat: no-repeat;
    background-position: center;
}

.white-heading:after {
    background: url(img/heading-line-white.png);
    background-repeat: no-repeat;
    background-position: center;
}

.heading span {
    font-size: 18px;
    display: block;
    font-weight: 500;
}

.white-heading span {
    color: #ffffff;
}

/* clearfix */
.owl-carousel .owl-wrapper:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

/* display none until init */


#demo1 .customNavigation,
#demo2 .customNavigation {
    top: 50%;
    position: absolute;
    width: 100%;
    left: 0px;
    margin-top: -40px;
}

#demo1 .customNavigation .btn,
#demo2 .customNavigation .btn {
    padding: 0px;
}

#demo1 .customNavigation .btn.prev,
#demo2 .customNavigation .btn.prev {
    position: relative;
    left: -76px;
}

#demo1 .customNavigation .btn.next,
#demo2 .customNavigation .btn.next {
    position: relative;
    right: -70px;
    float: right;
}

div#demo1 {
    position: relative;
}

.user-blog {
    /* background: #faf2e8; */
    padding: 25px 0 25px;
}

.user-blog:before {
    position: absolute;
    top: -100px;
    left: 0;
    content: " ";
    background: url(img/user-blog.png);
    background-size: 100% 100px;
    width: 100%;
    height: 100px;
    float: left;
    z-index: 99;
}

div#owl-demo1 .item {
    padding: 0 15px;
}

.blog-grid {
    background: #fff;
    /* box-shadow: 0px 0px 20px #c3c3c3; */
    margin: 10px 0;
    border: 1px solid #d6d6d6;
    border-radius: 1px;
}

.discretion-blog {
    padding: 15px;
}

.discretion-blog p {
    font-size: 15px;
    color: #454343;
}

.discretion-blog h4 {
    color: #454343;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
}

.discretion-blog .btn {
    color: #fefeff;
    background: #db6815 !important;
    width: 50%;
   
    border-radius: 4px;
    margin-top: 10px;
    transform: perspective(122px) translateZ(0px);
    text-align: center;
    margin-left: 65px;
    padding: 10px;
}


.date-blog {
    background: #db6815 !important;
    width: 70px;
    position: absolute;
    bottom: 0;
    left: 15px;
    color: #fff;
    text-align: center;
    padding: 10px 0px;
}

.date-blog:after {
    width: 0;
    height: 0;
    content: "";
    border-left: 0 solid transparent;
    border-right: 70px solid transparent;
    border-bottom: 12px solid #db6815 !important;
    top: -11px;
    position: absolute;
    left: 0;
}

.img-date {
    position: relative;
}

.user-blog .owl-theme .owl-controls .owl-page span {
    width: 17px;
    height: 17px;
    background: #454343;
    opacity: 1;
}

.user-blog .owl-theme .owl-controls .owl-page.active span,
.user-blog .owl-theme .owl-controls.clickable .owl-page:hover span {
    background: #FFBF00;
}


/* ==== blog section end ==== */


/* ===== blog-detail section start ==== */

.blog-detail {
    margin-top: 30px;
}


.blog-detail .container .row .latestside-box {
    padding: 10px;
    border-bottom: 1px solid grey;
    margin: 10px;
    background: #f5f5f5;
}


.blog-detail .container .row .latestside-box h5 {
    font-size: 16px;
}


.blog-detail .container .row .latestside-box:hover {
    box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
}


.blog-detail .container .row .col-md-5 {
    /* background-color: #e9ecef; */
    padding: 30px;
    height: 100%;
}

/* ===== blog-detail section end ==== */
.tab button {
    /* border-radius: 20px; */
    margin-bottom: 7px;
    background-color: rgb(240, 240, 240);
    box-shadow: 1px 1px 1px gray;
    /* transition: all 2s; */
}

.tab {
    /* border-radius: 30px; */
    background-color: white;
    border: none;
    /* padding-top: 10px;
    margin-top: -18px; */
}

.tab button:hover {
    /* transform: scale(1.1); */
    background-color: #2164b2;
   color: white;
}

 .para{
        overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
    }


/*location-page */

.location-card {
    box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 5px 0px,
      rgba(0, 0, 0, 0.1) 0px 0px 1px 0px;
    padding: 30px;
    text-align: center;
    position: relative;
    background: #001c9912;
    display: block;
    text-decoration: none;
  }
  .location-card h5 {
    font-size: 24px;
    margin-top: 20px;
    color: #121163;
  }
  .location-icon {
    position: absolute;
    background: #232175;
    height: 50px;
    width: 50px;
    border-radius: 50%;
    color: white;
    font-size: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 0;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .location-icon i {
  }
  
  /*location-page-end */
  
  /* location-detail-page */
  
  .inner-loc-list {
    position: relative;
  
    padding-left: 20px;
  }
  .inner-loc-list h3 {
  }
  .inner-loc-list ul {
    list-style-type: none;
  
    padding: 0;
  
    margin-top: 18px;
  }
  .inner-loc-list ul li {
    cursor: pointer;
    font-size: 15px;
    transition: all 0.3s;
    font-weight: 500;
  
    margin-bottom: 20px;
  
    box-shadow: rgba(17, 17, 26, 0.1) 0px 1px 0px;
  
    padding: 4px 0px;
  
    display: flex;
  
    align-items: center;
  
    gap: 5px;
  }
  .inner-loc-list::after {
    content: "";
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    height: 118%;
    width: 5px;
    background: #252278;
  }
  .location-brief {
  }
  .location-brief h5 {
    color: #121163;
    font-weight: 500;
    font-size: 18px;
  }
  .inner-loc-list ul li i {
    color: white;
    margin-right: 7px;
    background: #001799;
    padding: 12px;
    border-radius: 50%;
    height: 15px;
    width: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 11px;
  }
  .inner-loc-list ul li:hover {
    transform: scale(1.1);
  }
  
  /* location-detail-page-end */
  