/* @import url(); */
@import url('https://fonts.googleapis.com/css2?family=Nunito:wght@400;500;600;700;800&family=Poppins:ital@1&display=swap');
/* @import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700;800;900&display=swap'); */

*,
*::before,
*::after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    text-decoration: none;
    outline: none;
}

:root {
    --bg-white: #fff;
    --bg-black: #292929;
    --bg-blue: #0F749C;
    --bg-gray: #F8F8F8;
    --bg-pink: #ff555a;
    --bg-dark-brown: #E35F01;

    --text-white: #fff;
    --primary-text: #000;
    --secondary-text: #0f749c;


}



h1,
h2,
h3,
h4,
h5,
h6,
p {
    padding: 0;
    margin: 0;
   
}
h3{
color:#E35F01;
}
p{
    color: var(--primary-text);
}

body {
    font-family: 'Nunito', 'Poppins', 'sans-serif';
    height: auto;
    width: 100%;
    font-size: 100%;
    font-weight: 400;
    overflow-x: hidden;
    /* overflow-y: hidden; */
}

a,
a:hover {
    text-decoration: none;
}

.text-shhgar {
    background: linear-gradient(180deg, rgb(181, 236, 255) 1%, rgb(91, 211, 251) 10%, rgb(255, 99, 211) 100%);
    color: transparent;
    -webkit-background-clip: text;
    background-clip: text;

}

.text-size-big {
    font-size: 3.37rem;
    line-height: 1.2;
}

.header-wrapper {
    width: 100%;
    background: var(--bg-dark-brown);
    height: auto;
}

.header-wrapper .navbar-wrapper {
    text-align: center;

    width: 100%;
    background-color: var(--bg-dark-brown);
    margin: auto;
    padding-left: 2rem;



}

.header-wrapper .navbar-nav .nav-link {
    color: var(--text-white);
    text-transform: capitalize;
    font-size: 18px !important;
    font-weight: 600;
    line-height: 30px;


}

.header-wrapper .navbar-nav .nav-item {
    padding: 7px 11px;
}

.header-wrapper .logo {
    height: auto;
    width: 100px
}

.header-wrapper .navbar-toggler {
    color: var(--text-white);
    outline: none;
}


.dropdown-submenu {
    position: relative;
}

.dropdown-menu .dropdown-submenu {
    top: 10%;
    left: 100%;
    margin-top: -1px;
}

.navbar-nav li:hover>ul.dropdown-menu {
    display: block;
}

/* banner-section */

.banner-section {
    width: 100%;
    background-size: cover;
    height: 500px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.about-us-section {
    padding: 10px;
    height: auto;

}

.container {
    padding: 2% 2%;
}


.submit-button {
    padding: 15px 40px;
    background: #E65E00;
    border: 0;
    border-radius: 10px;
    color: #fff;
    text-transform: uppercase;
    font-family: Helvetica, sans-serif, Arial, ;
    font-size: 12px;
    letter-spacing: 3px;
    position: relative;
    transition: all .4s cubic-bezier(0.645, 0.045, 0.355, 1);
    cursor: pointer;
    display: block;
    overflow: hidden;
    text-align: center;
}

.submit-button::before {
    font-family: "Font Awesome 6 Free";
    font-size: larger;
    content: "\f178";
    font-weight: bold;
    color: var(--text-white);
    position: absolute;
    right: -30px;
    opacity: 0;
    transition: opacity 0.3s;
}

.submit-button:hover::before {
    opacity: 1;
    right: 10px;
}

.banner-wrapper {
    background: var(--bg-blue);
    padding: 2rem 1rem;
    padding-bottom: 0 !important;
}

.text-danger,
.text-shadow {
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);

}

/* .text-danger {
    color: #E65E00 !important;
} */

.testimonial-section {
    background: #f8f8f8;
}

ol, ol li a {
    font-size: 1.388rem;
    color:black;
}

.carousel-control-prev-top,
.carousel-control-next-top {
    border: 0;
    background: transparent;
    border-radius: 50%;
    ;
    width: 10%;
    opacity: 1;
    z-index: 999;
    top: 25%;
    left: 0%;
    transform: translateY(10%);
}

.carousel-control-prev-top .circle-icon i,
.carousel-control-prev .circle-icon i,
.carousel-control-next-top .circle-icon i,
.carousel-control-next .circle-icon i {
    color: #f8f8f8;
}

.circle-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: #ff555a !important;
    border-radius: 50%;
    width: 30px;
    height: 30px;
}

.client-card {
    padding: 16px !important;
    box-shadow: rgba(0, 0, 0, 0.226) 0.5px 0.5px 0.5px;
    border: 0.5px solid #5b5b5b2a !important;
    transition: box-shadow 0.3s ease-in-out;
}

.avatar {
    width: 125px;
    height: 125px;
    border-radius: 50%;
    overflow: hidden;
}

.avatar img {
    width: 100%;
    height: auto;
}

#happy_clients .carousel-control-prev {
    left: -100px;

}

#happy_clients .carousel-control-next {
    right: -100px;

}

.sub-page-banner {
    width: 100%;
    height: 250px;
    border-radius: 10px;
    /*  border-bottom-right-radius: 50px ; */
    overflow: hidden;
}


.sub-page-bannerimg {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.about-us-section img {
    width: 200px;
    height: 100%;
    object-fit: cover;
    display: block;
    margin-left: auto !important;
}

h1 {
    font-size: 3rem;
    font-weight: 800;
    margin-bottom: 1.875;


}

h2 {
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 0.91rem;
    line-height: 1.813rem;
    color: #E65E00;

}

h6 {
    color: #E65E00;
    font-weight: 400;
    margin-bottom: -0.95rem;
}

p {
    font-size: 1.188rem;
    font-weight: 400;
    margin-bottom: 0.5rem;
    line-height: 1.688rem;
    text-align: justify;
}

table {
    font-size: 1.188rem;
    font-weight: 400;
    margin-bottom: 0.5rem;
    line-height: 1.688rem;
}


.main-btn {
    display: inline-block;
    padding: 0.324rem 1.775rem;
    line-height: 1.5625rem;
    background-color: transparent;
    color: var(--bg-white);
    border: 0.1875rem solid gray;
    font-size: 0.9375rem;
    font-weight: 600;
    text-transform: capitalize;
    box-shadow: 0px 2px 10px -1px rgb(0 0 0 /19%);
    -webkit-transition: all .4s ease-out 0s;
    -o-transition: all .4s ease-out 0s;
    -moz-transition: all .4s ease-out 0s;
    transition: all .4s ease-out 0s;
    text-decoration: none;
}

.main-btn:hover {
    display: inline-block;
    padding: 0.324rem 1.775rem;
    line-height: 1.5625rem;
    background-color: var(--bg-white);
    color: var(--primary-text);
    border: 0.1875rem solid var(--bg-white);
    font-size: 0.9375rem;
    font-weight: 600;
    text-transform: capitalize;
    box-shadow: 0px 2px 10px -1px rgb(0 0 0 /19%);
    -webkit-transition: all .4s ease-out 0s;
    -o-transition: all .4s ease-out 0s;
    -moz-transition: all .4s ease-out 0s;
    transition: all .4s ease-out 0s;
    text-decoration: none;
}

.pink-btn {
    text-decoration: none;
    display: inline-block;
    padding: 0.425rem 1.875rem;
    line-height: 1.5625rem;
    background-color: transparent;
    color: var(--primary-text);
    border: 0.1875rem solid var(--bg-blue);
    font-size: 0.9375rem;
    font-weight: 600;
    text-transform: capitalize;
    box-shadow: 0px 2px 10px -1px rgb(0 0 0 /19%);
    -webkit-transition: all .4s ease-out 0s;
    -o-transition: all .4s ease-out 0s;
    -moz-transition: all .4s ease-out 0s;
    transition: all .4s ease-out 0s;

}

.pink-btn:hover {
    text-decoration: none;
    display: inline-block;
    padding: 0.425rem 1.875rem;
    line-height: 1.5625rem;
    background-color: var(--bg-blue);
    color: var(--bg-white) !important;
    border: 0.1875rem solid var(--bg-blue);
    font-size: 0.9375rem;
    font-weight: 600;
    text-transform: capitalize;
    box-shadow: 0px 2px 10px -1px rgb(0 0 0 /19%);
    -webkit-transition: all .4s ease-out 0s;
    -o-transition: all .4s ease-out 0s;
    -moz-transition: all .4s ease-out 0s;
    transition: all .4s ease-out 0s;

}

.white-btn {
    display: inline-block;
    padding: 0.324rem 1.7rem;
    line-height: 1.5625rem;
    background-color: var(--bg-white);
    color: var(--primary-text);
    border: 0.1875rem solid var(--bg-white);
    font-size: 0.9375rem;
    font-weight: 600;
    text-transform: capitalize;
    box-shadow: 0px 2px 10px -1px rgb(0 0 0 /19%);
    -webkit-transition: all .4s ease-out 0s;
    -o-transition: all .4s ease-out 0s;
    -moz-transition: all .4s ease-out 0s;
    transition: all .4s ease-out 0s;
    text-decoration: none;

}

.white-btn:hover {
    display: inline-block;
    padding: 0.324rem 1.7rem;
    line-height: 1.5625rem;
    background-color: transparent;
    color: var(--bg-white);
    border: 0.1875rem solid var(--bg-gray);
    font-size: 0.9375rem;
    font-weight: 600;
    text-transform: capitalize;
    box-shadow: 0px 2px 10px -1px rgb(0 0 0 /19%);
    -webkit-transition: all .4s ease-out 0s;
    -o-transition: all .4s ease-out 0s;
    -moz-transition: all .4s ease-out 0s;
    transition: all .4s ease-out 0s;
    text-decoration: none;

}

.secondary-white-btn {
    display: inline-block;
    text-decoration: none;
    padding: 0.425rem 1.875rem;
    line-height: 1.5625rem;
    background-color: transparent;
    color: var(--primary-text);
    border: 0.1875rem solid var(--bg-white);
    font-size: 0.9375rem;
    font-weight: 600;
    text-transform: capitalize;
    box-shadow: 0px 2px 10px -1px rgb(0 0 0 /19%);
    -webkit-transition: all .4s ease-out 0s;
    -o-transition: all .4s ease-out 0s;
    -moz-transition: all .4s ease-out 0s;
    transition: all .4s ease-out 0s;

}

iframe {
    width: 800px;
    height: 250px;
}