@import url('https://fonts.googleapis.com/css2?family=Cabin&family=Josefin+Sans:ital,wght@1,300&display=swap');
* {
    margin: 0;
    box-sizing: border-box;
}

.navbar,
.header {
    background: radial-gradient(#113976, #163e7e);
}

.social-icons i {
    color: #fff;
   

}

body {
    overflow-x: hidden;
}

ul {
    margin: 0px;
    padding: 0px;
    list-style-type: none;
}

.header {
    justify-content: center;
    text-align: center;
    border-bottom: 1px solid rgba(204, 204, 204, 0.15);
}

.hearder-top-wraped {
    justify-content: space-between!important;
}

.header-left .text i {
    margin-right: 5px;
}

.header-left {
    justify-content: center;
}

i,
span,
a {
    display: inline-block;
    text-decoration: none;
}

.header-top .header-right {
    padding-top: 10px;
    justify-content: center;
}

.social-icons {
    padding-right: 26px;
    margin-right: 0;
    position: relative;
    display: flex;
}

.social-icons i {
    padding-left: 10px;
}


/*  */

.navbar-brand img {
    width: 164px;
}

.nav-link {
    color: #fff !important;
}

.side {
    color: #fff;
    font-size: 2rem;
}

.btn {
    font-weight: 500;
    padding-left: 5px;
}

.btn {
    border: none!important;
}

.side .bi:hover {
    color: #ce8339;
}

.side btn {
    background-color: #ce8339;
    letter-spacing: 1px;
}

.headermeta {
    margin-top: -9px;
}


/* CARAUSOL */

.carusel {
    position: relative;
}

.carousel-item {
    position: relative;
    color: #fff;
}

.img-text {
    position: absolute;
    padding-left: 15%;
    position: absolute;
    top: 15%;
    font-size: 1.5em;
}


/* contect */


/* .contect {
    position: absolute;
    border-radius: 5px;
    
    z-index: 1;*/

.form {
    background-color: #f4f6f7;
    padding: 40px 40px 80px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    margin-top: -125px;
    position: relative;
    z-index: 5;
}

.cal {
    justify-content: space-between;
    font-weight: 700;
    color: #293957;
}


/* about */

.about {
    max-width: 500px;
    margin-top: 50px;
}

.about .sub-title {
    font-size: 18px;
    font-weight: 700;
    color: #737f96;
    text-transform: uppercase;
}

.about .main-title {
    font-size: 42px;
    font-weight: 800;
    color: #293957;
    margin-top: 10px;
}

p {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    color: #737f96;
    margin: 0px;
}

.name {
    font-size: 16px;
    font-weight: 700;
    color: #e9490a;
    text-transform: uppercase;
    margin-top: 10px;
}

.about .designation {
    font-size: 14px;
    color: #737f96;
    margin-top: 5px;
}
/* .dropdown{
    position: relative;
}
.dropdown:hover .dropdown-menu{
    display: block;

} */


/* choose */

.choose-item {
    display: flex;
    margin-top: 100px;
}


/* .choose-item.choes-icon {
    width: 100px;
} */

.choose-item.content {
    max-width: 230px;
}

.title-3.sub-title {
    font-size: 18px;
    text-transform: uppercase;
    color: #737f96;
    font-weight: 700;
    font-family: "Montserrat", sans-serif;
}

.title-3 .main-title {
    font-size: 36px;
    font-weight: 800;
    text-transform: uppercase;
    color: #293957;
    margin-top: 15px;
}

.choose-item>i {
    font-size: 72px;
    color: #e9490a;
    line-height: 60px;
}

.choes-img {
    max-width: 580px;
    overflow-x: hidden;
}


/* service */

.sub-title {
    font-size: 18px;
    text-transform: uppercase;
    color: #737f96;
    font-weight: 700;
}

.main-title {
    font-size: 36px;
    font-weight: 800;
    text-transform: uppercase;
    color: #293957;
    margin-top: 15px;
    font-family: 'Cabin', sans-serif;
}

.card-body a {
    color: #000;
    text-decoration: none;
    font-weight: 700;
}

.card-body a:hover {
    color: red;
}

.testimonial-title {
    color: #293957;
    font-size: 25px;
    font-weight: 700;
}

.testimonial-title i {
    color: green;
    margin: -4px;
}

.client {
    background-color: #edeff1;
}

.user {
    display: flex;
}

.user-img {
    width: 25%;
    height: 25%;
}

.user-img img {
    width: 50%;
    border-radius: 50%;
    display: inline-block;
}

.user-name {
    font-weight: 600;
    padding-right: 10px;
}

.user-name.disignation {
    color: #293957;
}


/* team */

.team-contect {
    font-size: 16px;
    color: #737f96;
    margin-top: 10px;
}

.team-contect h4 {
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    color: #293957;
    margin: 0px;
}

.meta-new {
    color: #293957;
}

.meta-cat a::after {
    content: "|";
    font-weight: 400;
    color: #d1d5dd;
    margin: 0 12px;
    display: inline-block;
    position: relative;
}

.new-data-bottom {
    display: flex;
    border-top: 1px solid #dfe2e5;
    font-weight: 400;
    margin-top: 24px;
}

.new-data-bottom li {
    margin: 0;
    padding: 0;
    display: inline-block;
    position: relative;
    list-style: none;
    padding: 10px 10px;
}


/* .new-data-bottomli+li::before {
    content: "|";
    color: #d1d5dd;
    position: absolute;
    top: 1px;
    left: 11px;
    font-weight: 400;
} */


/* footer */

.footer-area a {
    font-size: 14px;
    color: #737f96;
    line-height: 26px;
    text-decoration: none;
}

.footer-area a:hover {
    color: #ce8339;
}

.title-name {
    font-size: 18px;
    text-transform: uppercase;
    color: #293957;
    font-weight: 800;
}

.footer-area {
    background-color: #edeff1;
}

.footer-img {
    display: inline-block;
}

.footer-img img {
    width: 164px;
}

.footer-tittle form input {
    position: relative;
    width: 100%;
    height: 44px;
    padding: 0 15px;
    border: 0;
    background-color: #fff;
    color: #666;
    padding-right: 63px;
}

.chevron {
    background-color: #ce8339;
    border: 0;
    width: 48px;
    height: 44px;
    position: absolute;
    padding: 0;
    margin-top: 4px;
}

.footer-last {
    display: block;
    margin-top: 17px;
    color: #737f96;
    font-style: italic;
}


/* .footer-text {
    display: flex;
    justify-content: space-between;
    display: flex;
    margin-top: 20px;
} */

.footer-language li a {
    font-size: 14px;
    color: #737f96;
    text-decoration: none;
    list-style: none;
    padding-left: 20px;
}