:root {
    --custom-color: #114ea1;
    --color: #f68a3b;
    --bg-light: #d7747447;
    --hover: rgb(0, 163, 200);
}

* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

.top-header {
    background-color: var(--custom-color);
    padding: 10px;
}

.top-header .link a {
    color: white;
    text-decoration: none;
    font-size: 18px;
    font-weight: 600;

}

.top-header .email a {
    color: white;
    text-decoration: none;
    font-size: 18px;
    font-weight: 600;
}

.top-header .email {
    text-align: end;
}

.logo img {
    width: 100%;
}

.headerr {
    background-color: #e1e1e1;
    height: 105px;
}

.headerr li.nav-item {
    font-size: 18px;
    font-weight: 600;
    padding-left: 0.8rem;
}

.headerr .navbar-nav .nav-link {
    color: rgb(0 0 0) !important;
}

.dropdown-toggle::after {
    display: inline-block;
    margin-left: 0.455em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid;
    border-right: .3em solid transparent;
    border-bottom: 0;
    border-left: .3em solid transparent;
    top: 19px !important;
}

.nav-item.dropdown:hover .dropdown-menu {
    display: block;
}

/* .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .show>.nav-link {
    background: transparent !important;
    padding: 5px 10px 5px 10px;
    border-radius: 6px;
} */


a.nav-link.active:hover {
    background: var(--color) !important;
    padding: 5px 10px 5px 10px;
    color: white !important;
    border-radius: 4px;
}

.navbar-light .navbar-nav .nav-link,
.navbar-light .navbar-nav .show>.nav-link {
    background: transparent !important;
    padding: 5px 19px 5px 9px !important;
    border-radius: 6px;
}

.headerr .nav-link:hover {
    background: var(--color) !important;
    padding: 5px 19px 5px 9px !important;
    color: white !important;
    border-radius: 4px;
}

.dropdown-menu li a {
    background-color: var(--custom-color) !important;
    color: white;
    padding: 0px 32px 8px 15px;
    font-size: 19px;
}

.dropdown-item:focus,
.dropdown-item:hover {
    color: #cf672b !important;
    background-color: #e9ecef !important;
}

.dropdown-menu {
    position: absolute;
    z-index: 1000;
    display: none;
    min-width: 10rem;
    padding: 0 !important;
    margin: 0;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: .25rem;
}


/* button css start  */

::before,
::after {
    position: absolute;
    content: "";
}

.btn {
    position: relative;
    display: inline-block;
    width: auto;
    height: auto;
    background-color: transparent;
    border: none;
    cursor: pointer;
    min-width: 150px;
}

.btn span {
    position: relative;
    display: inline-block;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    top: 0;
    left: 0;
    width: 100%;
    padding: 15px 20px;
    transition: 0.3s;
}


/*--- btn-3 ---*/
.btn-3 {
    padding: 5px;
}

.btn-3 span {
    color: rgb(255, 255, 255);
    background-color: var(--custom-color);
}

.btn-3::before,
.btn-3::after {
    background: transparent;
    z-index: 2;
}


/* 12. hover-border-2 */
.btn.hover-border-2::before,
.btn.hover-border-2::after {
    width: 10%;
    height: 25%;
    transition: 0.35s;
}

.btn.hover-border-2::before {
    bottom: 0;
    left: 0;
    border-left: 2px solid var(--color);
    border-bottom: 2px solid var(--color);
}

.btn.hover-border-2::after {
    top: 0;
    right: 0;
    border-right: 2px solid var(--color);
    border-top: 2px solid var(--color);
}

.btn.hover-border-2:hover::before,
.btn.hover-border-2:hover::after {
    width: 99%;
    height: 99%;
}

/* button css start  */
.box {
    background-color: var(--custom-color);
    border-radius: 0px 0px 80px 0px;
    transition: .5s;
}

.box:hover {
    background-color: var(--color);
}

.box-1 {
    background-color: var(--color);
    border-radius: 0px 0px 80px 0px;
    transition: .5s;
}

.box-1:hover {
    background-color: var(--custom-color);
}

.box-2 {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    background: white;
    margin: auto;
}

.box-2 img {
    width: 70%;
    height: 70%;
    margin: auto;
}

.heding {
    font-size: 19px;
    color: white;
    padding-top: 17px;
    margin: 0;
}

.dr img {
    width: 100%;
    border-radius: 100px 0px 100px 0px;
}

.head h2:before {
    content: '';
    background: var(--color);
    width: 100px;
    height: 3px;
    position: absolute;
    bottom: -10px;
    left: 0;
    right: 0;
    margin: auto;
}

.head h2 {
    position: relative;
    font-weight: 700;
    text-transform: uppercase;
    color: var(--custom-color);
}

.ha {
    font-size: 30px;
    font-weight: 700;
    color: var(--color) !important;
}


.services {
    padding: 50px 0;
    background: #4c4c4d url(../images/background..jpg);
    background-blend-mode: multiply;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.card{
    
    transition: .5s;
}
.card:hover{
    transform: translateY(-10px);
}
.bbb .rdbtn {
    background-color:  var(--custom-color);
    color: white;   
    padding: 6px 6px 6px 6px;
    font-size: 19px;
}
.bbb .rdbtn:hover {
 color: white;
}

section.services h4 {
    font-size: 27px;
    font-weight: 700;
}

.box-3 {
    background-color: #f3f3f3;
    border-radius: 10px;
    width: 100%;
    height: 83%;
    margin-top: 100px;
    color: var(--custom-color) !important;
}

.box-4 {
    border: 2px solid white;
    border-radius: 10px;
    width: 258px;
    height: 144px;
    margin: auto;
    position: relative;
    top: -10% !important;
}

.box-4 img {
    width: 254px;
    height: 140px;
    border-radius: 10px;
}


.gol {
    width: 25%;
}

.heig {
    width: 100%;
    height: 200px;
    background: #c3c3c3;
}

.blight {
    background-color: #dedfdf !important;
}

.disp {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.disp h4 {
    color: var(--custom-color);
}

.disp i {
    color: var(--custom-color);
}

img.gol1 {
    width: 23%;
}

.box-5 {
    background: #e0e0e0;
    padding: 30px;
    border-radius: 5px;
    box-shadow: 2px 5px 10px;
    text-align: start;
    height: 320px;
}

.box-5 .diss-4 {
    display: flex;
    gap: 45px !important;
}

.box-5 a {
    outline: none;
    text-decoration: none;
    color: #555;
}

.faab {
    color: var(--custom-color);
    transition: .5s;
}

h6.loce-1 {
    font-size: 17px;
}



footer {
    background: #7c7c7c66 url(../images/back-1.jpg);
    background-blend-mode: multiply;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}


.footerr ul li {
    font-weight: 700;
    line-height: 30px;
}

.foter ul li {
    list-style: none;
}

.foter ul li a {
    text-decoration: none;
    color: #1d51b2;
    transition: 0.7s;
}

.foter ul li a:hover {
    margin-left: 10px;
}

.fote {
    font-size: 27px;
    font-weight: 700;
    color: #1d51b2;
}

.fotep {
    color: #1d51b2;
}
.diss-5 {
    display: flex;
    gap: 10px;
}

.diss-5 i {
    background-color: white;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 !important;
}

.diss-5 i:hover {
    transform: translateY(-10px);
}

.diss-6 {
    display: flex;
    gap: 40px;
    margin-top: 20px;
}

.diss-6 a {
    text-decoration: none;
    color: var(--custom-color);
    font-weight: 700;
    transition: .5s;
}

.diss-6 a:hover {
    margin-left: 10px;
}

.diss-6 h6 {
    color: var(--custom-color);
    font-weight: 700;
    transition: .5s;
}

.diss-6 h6:hover {
    margin-left: 10px;
}

.diss-6 .loce-1 {
    font-size: 14px;
}


.sticky-social {
    position: fixed;
    top: 350px;
    left: -35px;
    padding: 0px;
    margin: 0px;
    z-index: 9999;
}
.social {
    list-style: none;
}

.social li {
    padding: 10px 30px;
    font-size: 25px;
    transition: all 0.8s ease-in-out;
}
.social li a {
    color: #fff;
}
.fb {
    background-color: #3C5A98;
}
.whats {
    background-color: #18e43a;
}
.icc {
    font-size: 25px;
    margin-bottom: 20px;
    margin-left: -10px;
}

.footer-bottom {
    background-color: var(--custom-color);
    padding-top: 15px !important;
    padding-bottom: 15px !important;
}


@media (max-width :1024px) {

    .navbar-light .navbar-nav .nav-link, .navbar-light .navbar-nav .show>.nav-link {
        padding: 5px 14px 5px 9px !important;
    }
    .box {
        height: 95%;
    }
    .box-1 {
        height: 95%;
    }

}

@media (max-width :768px) {

    button.navbar-toggler {
        position: absolute;
        top: 5px;
        right: 10px;
        background: #1d51b2;
    }
    .navbar-light .navbar-toggler-icon {
        filter: invert(1);
    }
    .ser {
        margin-top: 20px;
    }
    .heig {
        width: 100%;
        height: 250px;
    }

}

@media (max-width :425px) {

    .top-header {
        text-align: center !important;
    }
    .headerr .navbar-nav .nav-link {
        color: rgb(255 255 255) !important;
    }

    .top-header .email {
        text-align: center !important;
    }

    .logo img {
        width: 60%;
    }

    button.navbar-toggler {
        position: absolute;
        top: -50px !important;
        right: 10px;
        background: #1d51b2;
    }

    .navbar-light .navbar-toggler-icon {
        filter: invert(1);
    }
    .navbar {
        padding-top: 0px !important;
        padding-bottom: 0px !important;
    }
    section.ser {
        margin-top: 20px;
    }
    .ha {
        margin-top: 20px;
    }
    .heig {
        width: 100%;
        height: 230px;
    }

    ul.navbar-nav.ms-auto.mb-lg-0 {
        position: absolute;
        z-index: 9999;
        background: #5b89c7;
        width: 300px;
        right: 0;
        padding:10px;
    }
 

}



