@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,300;1,300&family=Mulish:ital@0;1&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');

/***** General CSS *****/

body {
    word-break: break-word;
    font: 15px/25px 'Poppins', sans-serif;
    color: #393939;
    overflow-x: hidden;
}

a {
    font-family: "Montserrat", sans-serif;
    text-decoration: none;
    color: #28b16d;
    white-space: initial;
    display: inline-block;
}

a:hover,
a:focus {
    text-decoration: none;
    color: #393939;
}

a:hover {
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
}

input[type="text"]:focus,
textarea:focus,
input[type="password"]:focus,
select:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="tel"]:focus,
input[type="number"]:focus {
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    outline: none;
}

select,
input[type="text"],
input[type="password"],
input[type="email"],
input[type="url"],
input[type="number"],
textarea,
input[type="tel"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}


/* Chrome, Safari, Edge, Opera */

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

select {
    background: #fff url('../images/arrow.png') no-repeat right;
    padding: 0 40px 0 30px;
}

::-webkit-input-placeholder {
    color: #000;
}

::-moz-placeholder {
    color: #000;
    opacity: 1;
}

:-ms-input-placeholder {
    color: #000;
}

:-moz-placeholder {
    color: #000;
    opacity: 1;
}

ul {
    margin: 0 0 0px;
    padding: 0;
    list-style-type: none;
}

img {
    max-width: 100%
}


/***** Font Files *****/

@font-face {
    font-family: 'ubrban-shadow';
    src: url(../fonts/urban-shadow.otf);
}


/***** Custom Classes *****/

.noPadding {
    padding: 0;
}

.noLeft {
    padding-left: 0;
}

.noRight {
    padding-right: 0;
}

.mt-5 {
    margin-top: 50px;
}

.mb-5 {
    margin-bottom: 50px;
}

.mt-8 {
    margin-top: 80px;
}

.mt-4 {
    margin-top: 40px;
}

.mt-3 {
    margin-top: 30px;
}

.mt-2 {
    margin-top: 20px;
}

.pt-5 {
    padding-top: 50px;
}

.pb-1 {
    padding-bottom: 10px;
}

.pb-2 {
    padding-bottom: 20px;
}

.pb-3 {
    padding-bottom: 30px;
}

.pb-4 {
    padding-bottom: 40px;
}

.pb-8 {
    padding-bottom: 80px;
}

.m-0 {
    margin: 0 !important;
}

.p-0 {
    padding: 0 !important;
}

.pt-8 {
    padding-top: 80px;
}

.pt-4 {
    padding-top: 40px;
}

.pt-3 {
    padding-top: 30px;
}

.pt-2 {
    padding-top: 20px;
}

.all-section {
    padding: 100px 0;
}

.all-section-btm {
    padding: 0 0 100px;
}

.centerCol {
    float: none;
    margin: 0 auto;
}

.d-flex {
    display: flex;
    align-items: center;
}

.over-flow-h {
    overflow: hidden;
}

.flexRow {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
}

.flexCol {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    align-items: center;
}

h1 {
    font-family: 'ubrban-shadow';
    font-size: 65px;
    color: #ffffff;
    font-weight: 500;
    margin: 0 0 10px;
    position: relative;
}

h2 {
    font-family: 'ubrban-shadow';
    font-size: 65px;
    color: #203a70;
    font-weight: 500;
    margin: 0 0 10px;
}

h3 {
    font-family: 'ubrban-shadow';
    font-size: 25px;
    color: #203a70;
    font-weight: 600;
    margin: 0 0 0px;
}

h4 {
    font-family: 'ubrban-shadow';
    font-size: 20px;
    color: #000;
    font-weight: 500;
    margin: 0 0 0px;
}

h5 {
    font-family: 'ubrban-shadow';
    font-size: 16px;
    color: #000;
    font-weight: 500;
    margin: 0 0 0px;
}

h6 {
    font-family: 'ubrban-shadow';
    font-size: 14px;
    color: #000;
    font-weight: 500;
    margin: 0 0 0px;
}

p {
    color: #000000b0;
    font-size: 14px;
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    letter-spacing: 0px;
    margin: 0px;
}


/*header css start */

.menuSec {
    padding: 0px 0;
}

.menuSec img {
    margin: 0;
}

.menuSec ul {
    position: relative;
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: center;
    text-transform: capitalize;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.menuSec ul li {
    position: relative;
    display: inline-block;
    margin: 0;
    padding: 0;
}

.menuSec li ul {
    display: none;
}

.menuSec ul li a {
    position: relative;
    display: inline-block;
    text-decoration: none;
    color: #ffffff;
    padding: 10px 30px;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 400;
}


/*.menuSec ul li a:after {
    content: '';
    position: absolute;
    top: 35%;
    right: 0;
    width: 1px;
    height: 13px;
    background-color: #393939;
    display: none;
}
*/


/*.menuSec ul li:last-child a {
    padding-right: 0px;
}*/


/* .menuSec ul li:last-child a:after {
    display: none;
} */

.menuSec ul li a:hover,
.menuSec ul li a.active {
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    color: #ffffff;
}

.menuSec li:hover>ul {
    display: block;
    position: absolute;
    z-index: 1000;
    background-color: #000000;
    left: 0px;
    width: 230px;
    text-align: left;
    top: 38px;
}

.menuSec li>ul>li>a {
    border: none;
    padding: 13px 20px !important;
    color: #fff !important;
    overflow: hidden;
    font-size: 13px;
    line-height: 20px;
}

.menuSec li>ul>li,
.menuSec li>ul>li>a {
    display: block;
    margin: 0;
}

.menuSec li>ul>li>a:before,
.menuSec li>ul>li>a:after {
    display: none;
}

.menuSec li:hover li {
    float: none;
}

.menuSec li ul li a:hover {
    background-color: #ffffff;
    color: #000000 !important;
}

.menuSec ul ul ul {
    left: 100%;
    top: 0;
}

.menuSec ul:before,
.menuSec ul:after {
    content: " ";
    display: table;
    display: none;
}

.menuSec ul:after {
    clear: both;
}

.menuSec li>ul>li:hover>ul {
    left: 230px;
    top: 0px;
    width: 270px;
}

.droopdwon li:hover>ul {
    display: block;
    position: absolute;
    z-index: 1000;
    background-color: #000000;
    right: 7%;
    width: 230px;
    text-align: left;
    top: 40px;
}

.droopdwon {
    float: left;
}

.droopdwon li:hover li a:hover {
    background-color: #ffffff;
    color: #000 !important;
}

.dropdown-menu {
    position: absolute !important;
    z-index: 1000;
    display: block;
    min-width: 10rem;
    padding: 0.5rem 0;
    margin: 0;
    font-size: 1rem;
    color: #212529;
    text-align: left !important;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 0.25rem;
}

/*header css start */

/*banner css start */

.carousel-inner>.item>a>img,
.carousel-inner>.item>img {
    width: 100%;
}

.carousel-control.right,
.carousel-control.left {
    background: none;
    opacity: 1;
    width: 50px;
    height: 50px;
    top: initial;
    top: 40%;
    background: rgba(255, 255, 255, 0.1);
    text-shadow: none;
}

.carousel-control.right:hover,
.carousel-control.left:hover {
    background: rgba(255, 27, 27, 0.6);
    color: #fff;
}

.carousel-control.right .fa,
.carousel-control.left .fa {
    position: relative;
    top: 12px;
    font-size: 20px;
    color: #fff;
    opacity: 0.5;
}

.carousel-control.right {
    right: 0px;
}

.carousel-control.left {
    left: 0px;
}

.carousel-indicators [data-bs-target] {
    box-sizing: content-box;
    flex: 0 1 auto;
    width: 10px;
    height: 12px;
    padding: 0;
    margin: 3px !important;
    text-indent: -999px;
    cursor: pointer;
    background-color: #fff;
    background-clip: padding-box;
    border: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    opacity: 1;
    /* transition: opacity 0.6s ease; */
    border-radius: 20px;
}

.carousel-caption {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    margin: 0;
    padding: 0;
    color: #fff;
    text-align: left;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    background: rgba(0, 0, 0, 0.1);
}

.carousel-indicators li {
    border: none;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    background: #fff;
    width: 12px;
    height: 12px;
    margin: 0;
}

.carousel-indicators .active {
    margin: 0;
    background-color: #28b16d;
    width: 10px;
    height: 12px;
}


/*banner css end*/


/* search box css */

.top-shipping ul li {
    margin-right: 15px;
}

.top-shipping ul {
    align-items: baseline !important;
}

body.search-open {
    overflow: hidden;
}

.close {
    position: absolute;
    top: 2rem;
    right: 2rem;
    background: none;
    border: 0;
    font-size: 50px;
    font-weight: 700;
    display: block;
    cursor: pointer;
    color: black;
    padding: 1rem 1.25rem;
    border-radius: 50%;
    outline: none;
    display: flex;
    align-items: center;
    justify-content: center;
    color: rgb(255, 255, 255);
    font: 18px;
    opacity: 1 !important;
    width: 50px;
    height: 50px;
}

.close:hover {
    background: #e21d1a;
    color: white;
    opacity: 1 !important;
    top: 2rem;
    right: 2rem;
}

.search-box.search-elem {
    margin: 0;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 100;
    background: #000000b0;
    transition: all 0.3s ease-in-out;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
}

.search-box.search-elem .inner {
    width: 70%;
    margin: 0 auto;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    text-align: left;
}

.search-box.search-elem label {
    color: white;
    font-weight: 300;
    font-family: 'Raleway', sans-serif;
}

.search-box.search-elem button.submit {
    outline: none;
    position: absolute;
    top: 0;
    right: 15px;
    height: 70px;
    color: #ffffff;
    width: 171px;
    height: 55px;
    background: #000000;
    font-family: 'Poppins';
    font-size: 22px;
    cursor: pointer;
    border: 0;
}

.top-cart ul li i {
    margin-right: 13px;
    font-size: 20px;
}

.search-box.search-elem button.submit[disabled] {
    width: 171px;
    height: 55px;
    font-size: 20px;
    color: white;
    background: linear-gradient(to top, #e70e0e 0%, #f66565 100%);
    display: inline-block;
}

.search-box.search-elem input[type=text] {
    padding: 20px;
    height: 55px;
    width: 80%;
    font-size: 32px;
    font-family: 'Poppins';
    font-weight: 300;
    border: none;
    border-bottom: solid 2px #e21d1a;
    transition: border 0.3s;
    border-radius: 0;
}

.search-box.search-elem input[type=text]:focus {
    border-bottom: solid 2px #55cd6c;
    box-shadow: none;
}

.search-box.search-elem label.placeholder {
    position: absolute;
    top: 13px;
    left: 2rem;
    font-size: 32px;
    font-weight: 300;
    font-family: 'Poppins';
    color: #999;
    transition: all 0.3s;
}

.search-box.search-elem label.placeholder.move-up {
    top: -25px;
    color: white;
    font-size: 17px;
    font-family: 'Poppins';
}

.search-box.search-elem.search-open {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.search-btn {
    font-family: 'Raleway', sans-serif;
    font-size: 0.875rem;
    padding: 0 10px;
    display: inline-block;
    color: white;
}

/* end search box css */

/* header */

.container-fluid {
    padding: 0 5%;
}

.topSec {
    padding: 10px 0;
    background: #203a70;
}

.top-bar-left span {
    font-weight: 500;
    color: #ffffff;
    font-size: 11px;
}

.top-bar-left a {
    font-weight: 500;
    color: #ffffff;
    font-size: 11px;
    text-decoration: underline;
}

.top-bar-left {
    display: flex;
    justify-content: flex-start;
    gap: 20px;
    align-items: center;
}

.top-bar-right ul li a {
    font-weight: 500;
    color: #ffffff;
    font-size: 11px;
    display: flex;
    align-items: center;
    gap: 15px;
}

.top-bar-right ul li a i {
    font-size: 15px;
}

.top-bar-right ul {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 40px;
}

.line {
    position: relative;
}

.line::before {
    content: '';
    position: absolute;
    background: #fff;
    height: 13px;
    width: 1px;
    top: -7px;
    left: 0;
    z-index: 1;
}

.menuSection {
    background: #0b1731;
}

.header_btn {
    text-align: end;
}

.themebtn {
    background: #ffffff;
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    border: 2px solid #2954ac;
    text-decoration: none;
    color: #000000;
    font-weight: 500;
    font-family: "Montserrat", sans-serif;
    font-size: 13px;
    text-transform: uppercase;
    border-radius: 50px;
    padding: 7px 7px 7px 25px;
    transition: background-color 0.4s ease, color 0.4s ease;
}

.btn_icon {
    background: #2954ac;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 40px;
    width: 40px;
    border-radius: 50%;
}

.btn_icon img {
    width: 20px !important;
    height: 20px !important;
    object-fit: contain !important;
    transition: transform 0.4s ease;
    height: 13px !important;
}

.themebtn:hover .btn_icon img {
    filter: brightness(0) saturate(100%) invert(27%) sepia(69%) saturate(1128%) hue-rotate(193deg) brightness(95%) contrast(93%);
    transform: translateX(5px);
}

.themebtn:hover .btn_icon {
    background: #ffffff;
}

.themebtn:hover {
    border: 2px solid #ffffff;
    color: #ffffff;
    background: #2954ac;
}

.header-logo {
    margin-bottom: -40px;
    position: relative;
    z-index: 99;
}

/* header */

/* banner */

.d_block {
    display: block;
}

.bnr_bg {
    text-align: end;
}

.bnr_bg img {
    height: 700px;
    width: 60%;
    object-fit: cover;
    margin: 0 0 0 auto;
}

.banner_text h1::before {
    position: absolute;
    content: '';
    bottom: 45px;
    right: -5px;
    height: 1px;
    width: 70%;
    background: #51658f;
    z-index: 1;
}

.banner_text p {
    color: #909db8;
    margin-bottom: 30px;
    width: 80%;
}

.banner_text {
    position: relative;
    z-index: 99;
}

.main_slider {
    position: relative;
    height: 900px;
}

.main_slider::before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    height: 900px;
    width: 42%;
    background: #203a70;
    z-index: 1;
    clip-path: polygon(0 0, 100% 0%, 100% 78%, 0 100%);
}

.bnr_social ul li a {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 40px;
    width: 40px;
    background: #0b1731;
    border: 1px solid #fff;
    border-radius: 50%;
    color: #ffffff;
    transition: all .4s ease-in;
}

.bnr_social ul li a:hover {
    background: #ffffff;
    border: 1px solid #0b1731;
    color: #0b1731;
}

.bnr_social ul {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 15px;
}

.bnr_social h4 {
    font-size: 20px;
    color: #ffffff;
}

.bnr_social {
    display: flex;
    justify-content: space-between;
    background: #0b1731;
    align-items: center;
    height: 100px;
    width: 60%;
    padding: 0px 80px;
    margin: 0 0 0 auto;
    position: relative;
}

.bnr_btm_main {
    width: 100%;
    position: absolute;
    height: 100px;
    background: #0b1731;
}

.bnr_social::before {
    position: absolute;
    content: '';
    top: 50%;
    right: 19%;
    height: 1px;
    width: 50%;
    background: #414a5e;
    z-index: 1;
}

/* banner */

/* about */

.about {
    padding: 10px 0 100px;
}

.about_left img {
    height: 700px;
    width: 100%;
    object-fit: cover;
    border: 10px solid #fff;
    position: relative;
    z-index: 99;
}

.about_txt>p {
    margin-bottom: 20px;
}

.abt_mission {
    display: flex;
    align-items: center;
    margin-bottom: 30px;
}

.abt_mission_img img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.abt_mission_img {
    width: 20%;
    padding-right: 30px;
    border-right: 1px solid #e9eae9;
    margin-right: 30px;
}

.abt_vision {
    margin-top: 40px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
}

.abt_vision_txt h3 {
    color: #ffffff;
}

.abt_vision_btn a {
    height: 185px;
    width: 140px;
    background: #2954ac;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all .4s ease-in;
    border: 1px solid #2954ac;
}

.abt_vision_btn a:hover img {
    transition: all .4s ease-in;
}

.abt_vision_btn a:hover img {
    filter: brightness(0) saturate(100%) invert(27%) sepia(69%) saturate(1128%) hue-rotate(193deg) brightness(95%) contrast(93%);
    transform: translateX(8px);
}

.abt_vision_btn a:hover {
    background: #ffffff;
}

.abt_vision::before {
    position: absolute;
    content: '';
    top: 0;
    bottom: 0;
    right: 19%;
    height: 185px;
    width: 195%;
    background: #1b2139;
    z-index: -1;
}

.about_left {
    padding-right: 20px;
}

.abt_vision_txt,
.abt_vision_btn {
    position: relative;
    z-index: 99;
}

.abt_vision_txt p {
    color: #8d909c;
    width: 90%;
}

/* about */

/* service */

.heading {
    text-align: center;
    margin-bottom: 30px;
}

.heading p {
    width: 80%;
    margin: 0 auto;
}

.serv_main_img img {
    width: 100%;
    object-fit: cover;
    height: 290px;
}

.serv_main_txt h4 {
    font-size: 28px;
    margin-bottom: 10px;
}

.serv_main_txt p {
    font-size: 15px;
}

.serv_main_txt {
    padding: 70px 10px 30px 50px;
    border: 1px solid #cfd0d5;
    border-top: none;
}

.serv_main {
    position: relative;
    margin: 0px 24px;
}

.serv_main a {
    clip-path: polygon(0 0, 100% 0%, 100% 90%, 50% 100%, 0 90%);
    height: 350px;
    width: 95px;
    font-family: "Mulish", sans-serif;
    color: #fff;
    font-size: 13px;
    font-weight: 300;
    text-transform: uppercase;
    background: #2954ac;
    display: flex;
    justify-content: center;
    align-items: center;
    writing-mode: sideways-lr;
    position: absolute;
    top: 0;
    left: -25px;
    transition: all .4s ease-in;
}

.serv_main a:hover {
    background: #1b2139;
}

/* service */

/* Is God Calling You */

.hero_sec {
    background: url(../images/hero-pbg.png);
    background-size: cover;
    background-repeat: no-repeat;
    padding: 50px 0;
    position: relative;
    z-index: 99;
    margin: 40px 0 0px;
}

.hero_sec_txt h2 {
    color: #ffffff;
}

.hero_sec_txt p {
    width: 67%;
    margin: 0 auto 25px;
    color: #93939c;
}

.hero_sec_txt {
    text-align: center;
}

.hero_sec::before {
    position: absolute;
    content: '';
    top: -40px;
    left: 50%;
    height: 40px;
    width: 85%;
    background: #2954ac;
    z-index: -1;
    transform: translateX(-50%);
}

.hero_sec::after {
    position: absolute;
    content: '';
    bottom: -40px;
    left: 50%;
    height: 40px;
    width: 85%;
    background: #2954ac;
    z-index: -1;
    transform: translateX(-50%);
}

/* Is God Calling You */

/* why choose us */

.wcu_left h2 {
    color: #ffffff;
}

.wcu_left>p {
    margin-bottom: 20px;
    color: #94aad6;
}

.wcu_left ul {
    column-count: 2;
}

.wcu_left ul li {
    font-size: 20px;
    color: #ffffff;
    font-family: 'ubrban-shadow';
    padding-left: 40px;
    margin-bottom: 20px;
    position: relative;
}

.wcu_left ul li::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    background: url(../images/approve.png);
    background-size: contain;
    background-repeat: no-repeat;
    height: 20px;
    width: 20px;
}

.wcu_right img {
    height: 700px;
    width: 100%;
    object-fit: cover;
}

.wcu {
    position: relative;
}

.wcu::before {
    position: absolute;
    content: '';
    top: 0;
    left: 50%;
    height: 82%;
    width: 85%;
    background: #2954ac;
    z-index: -1;
    transform: translateX(-50%);
}

.bluetxt {
    background: #1b2139;
    padding: 15px 20px;
    margin-bottom: 25px;
    width: 126%;
    position: relative;
    z-index: 99;
}

.bluetxt p {
    color: #8d909c;
}

section.wcu {
    padding: 100px 0;
}

.wcu_right {
    padding-left: 50px;
}

/* why choose us */

/* Blog Sec Css Start */

.blog-box-text {
    position: absolute;
    bottom: 0;
    left: 0;
    background: #fff;
    width: 80%;
    padding: 30px 20px 30px 0px;
}

.blog-box {
    position: relative;
    margin: 0 15px;
}

.blog-box-text p {
    font-size: 14px;
}

.blog-box-text ul {
    display: flex;
    justify-content: flex-start;
    gap: 30px;
    margin-bottom: 20px;
}

.blog-box img {
    height: 445px;
    object-fit: cover;
    width: 100%;
}

.blog-box-text ul li i {
    color: #2954ac;
    font-size: 14px;
    margin-right: 10px;
}

.blog-box-text ul li {
    color: #000000;
    font-size: 15px;
    font-family: "Roboto", sans-serif;
    font-weight: 400;
}

.blog-box h6 a {
    font-size: 20px;
    margin-bottom: 10px;
    font-family: 'Montserrat';
    color: #000;
}

.blog-sec {
    margin-bottom: 100px;
}

/* Blog Sec Css End */

/*testimonial_sec start*/

.testimonial_sec .custom-space {
    margin-top: 50px;
}

.testimonial_top_bar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 30px 0 15px;
    border-bottom: 1px solid #e5e5e5;
}

.testimonial_top_bar p {
    text-align: center;
    color: #666666;
    margin: 0 auto;
    width: 50%;
}

.checked {
    color: #fd8f00;
}

.testimonial_box {
    padding: 70px 40px 30px;
    height: 320px;
    margin: 25px 0;
    position: relative;
    background: #ffffff;
}

.testimonial_box i {
    position: absolute;
    top: -7%;
    padding: 20px;
    border-radius: 50%;
    color: #2954ac;
    background: #ffffff;
    border: 1px solid #fff;
}

.testimonial_box p {
    padding: 20px 0px 20px 0;
    font-weight: 500;
    font-size: 13px;
    color: #000000cc;
    font-family: 'Montserrat';
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    /* overflow-y: scroll; */
}

.profile {
    padding: 0px 0;
    display: flex;
    align-items: center;
    gap: 30px;
}

.profile img {
    width: 70px;
    height: 70px;
    border-radius: 50%;
}

.profile_text h6 {
    margin: 0;
    color: #000000;
    font-size: 20px;
    font-family: 'trajan';
}

.profile_text p {
    margin: 0;
    padding: 0 !important;
    text-transform: capitalize;
    overflow-y: visible;
}

.testimonial_slider .slick-slide.slick-current.slick-active .testimonial_box {
    border: 1px solid rgb(244, 244, 244);
    background: #2954ac;
    box-shadow: 23.013px 9.768px 59px rgba(193, 193, 193, 0.2);
}

.testimonial_slider .slick-slide.slick-current.slick-active .testimonial_box i {
    color: #ffffff;
    background: #2954ac;
}

.testimonial_slider .slick-slide.slick-current.slick-active .testimonial_box h6,
.testimonial_slider .slick-slide.slick-current.slick-active .testimonial_box p,
.testimonial_slider .slick-slide.slick-current.slick-active .profile_text p {
    color: #fff;
}

.testimonial_slider .slick-slide.slick-current.slick-active .testimonial_box p {
    padding: 20px 0 16px;
}

.testimonial_box:hover {
    background: #2954ac;
}

.testimonial_slider .slick-slide.slick-current.slick-active {
    width: 11% !important;
}

.testimonial_slider .slick-slide.slick-current.slick-active+.slick-slide.slick-active {
    width: 7% !important;
}

.testimonial_slider .slick-list.draggable {
    height: 370px;
    padding: 0px 0;
}

.testimonial_slider .slick-active {
    opacity: 1;
}

.testimonial_slider .slick-slide {
    opacity: 1;
}

.testimonial_slider .slick-slide.slick-current.slick-active+.slick-slide.slick-active+.slick-slide.slick-active .testimonial_box,
.testimonial_slider .slick-slide.slick-current.slick-active+.slick-slide.slick-active .testimonial_box {
    background: #ffff;
}

.testimonial_slider .slick-slide.slick-active+.slick-slide.slick-active .testimonial_box p {
    color: #000000cc;
    margin: 0 0 20px;
}

.profile i {
    position: relative;
    background-color: #000 !important;
    border: 1px solid #fff;
    color: #fff !important;
}

.testimonial_box p::-webkit-scrollbar {
    width: 6px;
}

.testimonial_box p::-webkit-scrollbar-track {
    background: #ffffff;
    border-radius: 10px;
}

.testimonial_box p::-webkit-scrollbar-thumb {
    background: #2954ac;
    border-radius: 10px;
}

.testimonial_box p::-webkit-scrollbar-thumb:hover {
    background: 2954ac555;
}

/*testimonial_sec end*/

/* footer */

.footerSec {
    background-color: #212121;
    color: #ffffff;
    padding-top: 60px;
    padding-bottom: 30px;
}

.newsletter {
    padding: 50px;
    border-radius: 20px;
    text-align: center;
    margin-bottom: 50px;
}

.newsletter h2 {
    color: #ffffff;
}

.newsletter p {
    font-size: 14px;
    color: #ffffff8a;
    margin: 0 auto 30px;
    width: 74%;
    font-weight: 500;
}

.newsletter form {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 20px;
    width: 100%;
}

.newsletter input[type="email"] {
    padding: 15px 20px;
    width: 50%;
    border: 1px solid #626262;
    border-radius: 40px;
    font-size: 14px;
    background: #1f1f1f;
    color: #ffffff;
    font-family: 'Montserrat';
    font-weight: 500;
}

.newsletter input::placeholder {
    color: #ffffff;
    text-transform: uppercase;
    font-size: 14px;
}

.footer_content {
    padding: 55px 0;
    position: relative;
}

.footer_content::before {
    position: absolute;
    content: '';
    top: 0;
    left: 50%;
    height: 1px;
    width: 90%;
    background: #ffffff1c;
    z-index: 1;
    transform: translateX(-50%);
}

.ftr_links ul,
.ftr_social_links ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.ftr_links ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.ftr_links a {
    color: #fef7f6;
    text-decoration: none;
    font-size: 12px;
    text-transform: uppercase;
    font-family: 'Montserrat';
    font-weight: 500;
}

.ftr_links a:hover {
    color: #2954ac;
}

.ftr_social_links ul {
    display: flex;
    justify-content: flex-end;
    gap: 10px;
}

.ftr_social_links a {
    color: #fff;
    font-size: 12px;
    transition: background 0.3s, color 0.3s;
    height: 35px;
    width: 35px;
    background-color: #2954ac;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.ftr_social_links a:hover {
    color: #2954ac;
    background-color: #ffffff;
}

.footer-btm {
    border-top: 1px solid #ffffff1c;
    padding-top: 20px;
    text-align: center;
}

.copy-txt p {
    color: #ffffff8a;
    font-weight: 500;
    font-size: 14px;
}

/* footer */