@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

/***** General CSS *****/

body {
    word-break: break-word;
    font: 15px/25px;
    color: #393939;
    overflow-x: hidden;
    font-family: 'blender-medium';
}

a {
    text-decoration: none;
    color: #28b16d;
    white-space: initial;
}

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;
}

img {
    max-width: 100%;
}

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;
}

ul {
    margin: 0 0 20px;
    padding: 0;
    list-style-type: none;
}

p {
    font-weight: 400;
    line-height: 26px;
    font-family: 'Montserrat';
    color: #7b7a8c;
    font-size: 15px;
}


/***** Font Files *****/

@font-face {
    font-family: 'blender-heavy';
    src: url(../fonts/blender-heavy.ttf);
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: 'blender-medium';
    src: url(../fonts/blender-medium.ttf);
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: 'montserrat-medium';
    src: url(../font/montserrat-medium.ttf);
    font-weight: 400;
    font-style: normal
}

/***** Custom Classes *****/

.noPadding {
    padding: 0;
}

.noLeft {
    padding-left: 0;
}

.noRight {
    padding-right: 0;
}

.centerCol {
    float: none;
    margin: 0 auto;
}

.pt_8 {
    padding-top: 80px;
}

.pb_8 {
    padding-bottom: 80px;
}

.py_8 {
    padding: 80px 0px;
}

.theme_btn {
    padding: 3px 15px 3px 3px;
    border: unset;
    border-radius: 45px;
    color: #ffffff;
    z-index: 1;
    background: #ffffff;
    position: relative;
    font-size: 17px;
    overflow: hidden;
    display: inline-block;
    border: 1px solid #817d7d36;
    transition: 0.5s;
}

.theme_btn::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 0;
    border-radius: 14px;
    background-color: #000000;
    z-index: -1;
    -webkit-box-shadow: 4px 8px 19px -3px rgba(0, 0, 0, 0.27);
    box-shadow: 4px 8px 19px -3px rgba(0, 0, 0, 0.27);
    transition: all 250ms
}

.theme_btn:hover {
    color: #000000;
}

.theme_btn:hover::before {
    width: 100%;
}

.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: 'blender-heavy';
    font-size: 70px;
    line-height: 1;
    color: #fff;
    font-weight: 500;
    margin: 0 0 15px;
}


h2 {
    font-family: 'blender-heavy';
    font-size: 55px;
    line-height: 1.2;
    color: #000000;
    font-weight: 500;
    margin: 0 0 8px;
}

h3 {
    font-family: 'blender-heavy';
    font-size: 30px;
    line-height: 1.2;
    color: #000000;
    font-weight: 400;
    margin: 0 0 8px;
}

h4 {
    font-family: 'blender-heavy';
    font-size: 24px;
    line-height: 1.2;
    color: #000000;
    font-weight: 500;
    margin: 0px 0 7px;
}

h5 {
    font-family: 'blender-heavy';
    font-size: 20px;
    line-height: 1.2;
    color: #393939;
    font-weight: 500;
    margin: 0 0 20px;
}

h6 {
    font-family: 'blender-heavy';
    font-size: 18px;
    line-height: 1.2;
    color: #393939;
    font-weight: 500;
    margin: 0 0 8px;
}

select {
    background: #fff url('../images/arrow.png') no-repeat right;
    padding: 0 40px 0 30px;
}

::-webkit-input-placeholder {
    color: #575757;
}

::-moz-placeholder {
    color: #575757;
    opacity: 1;
}

:-ms-input-placeholder {
    color: #575757;
}

:-moz-placeholder {
    color: #575757;
    opacity: 1;
}


/* Header Start */

.menuSec {
    padding: 8px 0;
    border-bottom: 2px solid #4891c236;
}

.menuSec img {
    margin: 0;
}

.menuSec ul {
    position: relative;
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: center;
    text-transform: capitalize;
}

.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: 0px 18px;
    font-size: 14px;
    text-transform: uppercase;

}

.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;
}

.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;
    left: 0px;
    width: 230px;
    text-align: left;
    top: 40px;
}

.droopdwon {
    float: left;
}

.droopdwon li:hover li a:hover {
    background-color: #ffffff;
    color: #000 !important;
}

.heder-logo img {
    width: 50%;
}

.menuSec ul#menu .active {
    position: relative;
}

.menuSec ul#menu .active:before {
    content: "";
    position: absolute;
    background: #fff;
    width: 100%;
    height: 1px;
    left: 0;
    bottom: -44px;
}

.dis-block {
    display: block;
}

.container-fluid {
    padding: 0px 70px;
}

.header-icon-user {
    color: #fff;
    display: flex;
    align-items: anchor-center;
    justify-content: end;
    gap: 10px;
    text-transform: uppercase;
    font-family: 'blender-medium';
}

.header-icon-user i {
    height: 45px;
    width: 45px;
    border: 1px solid #737a80;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: #fff;
}

header {
    position: absolute;
    width: 100%;
    z-index: 1;
}

.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 Ends*/

/*Main Banner Start */
.banner-img img {
    width: 100%;
}

.banner-text-line {
    padding-left: 40px;
    position: relative;
}

.banner-text-line:before {
    position: absolute;
    content: '';
    top: 0;
    left: 6px;
    height: 100%;
    width: 1px;
    background: #5a8cc0;
}

.banner-text-line:after {
    position: absolute;
    content: '';
    top: 0;
    left: 6px;
    height: 40px;
    width: 1px;
    background: #fff;
}

.banner-input {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #fff;
    border-radius: 14px;
    margin-bottom: 25px;
    width: 85%;
}


.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;
}

.banner-text-button ul {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 0;
}

.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: 20px;
    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;
}

.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-text-line p {
    width: 98%;
    font-family: 'blender-heavy';
    font-size: 24px;
    color: #fff;
}

.banner-input-search-input input {
    background: transparent;
    border: unset;
    width: 100%;
    font-family: 'montserrat-medium';
    height: 40px;
    font-size: 15px;
}

.banner-input-search-input {
    width: 45%;
}

.banner-input-search-select {
    width: 25%;
}

.banner-input-search-select select {
    background: transparent;
    border: unset;
    color: #000000;
    padding: 5px;
    width: 315px;
}

.banner-input-search-select {
    position: relative;
    padding-left: 12px;
    height: 70px;
    display: flex;
    align-items: center;
    font-family: 'montserrat-medium';
    font-size: 15px;
    border-left: 1px solid #00000052;
}

.banner-input-search-select i {
    position: absolute;
    top: 43%;
    right: 0;
    color: #000000;
    pointer-events: none;
}

.banner-input-btn button {
    background: #4471d1;
    padding: 24px 28px;
    border: unset;
    border-radius: 0px 10px 10px 0px;
    color: #fff;
    text-transform: uppercase;
}

.banner-input-search-icon i {
    color: #00000094;
    font-size: 20px;
    margin: 5px 0px 0px 18px;
}

.theme_btn-ine {
    display: flex;
    align-items: center;
    gap: 11px;
}

.theme_btn-ine-text {
    padding: 12px 28px;
    border-radius: 30px;
    text-transform: uppercase;
    font-family: 'blender-medium';
    background: linear-gradient(100deg, rgba(70, 116, 213, 1) 0%, rgba(54, 76, 160, 1) 100%);
}

.banner-move-down {
    position: absolute;
    bottom: 8px;
    left: 0;
    right: 0;
    text-align: center;
    margin: 0 auto;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.banner-img img {
    width: 100%;
    height: 765px;
    object-fit: cover;
}

.banner-social-icon {
    position: absolute;
    top: 23%;
    right: -350px;
    width: 500px;
    background: #2d7ec3;
    height: 500px;
    border-radius: 50%;
}

.banner-move-down img {
    width: auto;
}

.banner-move-down img {
    display: block;
    margin: 0 auto;
    margin-bottom: 10px;
}

.banner-move-down p {
    text-transform: uppercase;
    font-family: 'blender-medium';
    margin-bottom: 5px;
}

.banner-social-icon ul {
    /* display: flex; */
    /* align-items: center; */
    /* justify-content: start; */
    position: absolute;
    top: 29%;
    left: 60px;
}

.banner-social-icon ul li a i {
    height: 45px;
    width: 45px;
    border: 1px solid #96a9c5;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 15px;
    color: #96a9c5;
    background: #2d7ec3;
    transition: 1s;
}

.banner-social-icon ul li:before {
    position: absolute;
    content: '';
    top: 22px;
    right: -110px;
    height: 1px;
    width: 150px;
    background: #8ea6c5;
    z-index: -1;
}

.banner-social-icon ul li {
    position: relative;
    z-index: 1;
}

.banner-social-icon ul li a i:hover {
    background: #fff;
    color: #2d7ec3;
    transition: 1s;
    margin-left: -20px;
}

.carousel-indicators {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2;
    display: flex;
    justify-content: start;
    padding: 0;
    margin-right: unset;
    margin-bottom: 1rem;
    margin-left: 4%;
    list-style: none;
}

.carousel-indicators [data-bs-target] {
    box-sizing: content-box;
    flex: 0 1 auto;
    width: 10px;
    height: 10px;
    padding: 0;
    margin: 3px !important;
    text-indent: -999px;
    cursor: pointer;
    background-color: #5979b5;
    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: 50%;
}

.carousel-indicators .active {
    margin: 0;
    background-color: #ffffff;
    width: 37px;
    height: 8px;
    border-radius: 10px !important;
    border-top: unset;
    border-bottom: unset;
    margin-top: 14px !important;
}

/*Main Banner Ends */



/*Footer Start*/

.footer-links.footer-links-contact li {
    margin: 20px 0;
    gap: 20px;
    display: flex;
    align-items: center;
}

.footer-links.footer-links-contact li a {
    color: #c1c1c3;
    font-family: 'montserrat-medium';
    font-size: 15px;
    transition: 0.5s;
}

.footer-links.footer-links-contact ul li a:hover {
    color: #4e6bce;
    transition: 0.5s;
    letter-spacing: 1px;
}


.footer-links.footer-links-contact li i {
    color: white;
}

footer {
    background: #272727;
    padding-top: 5%;
    position: relative;
}

.footer-icon-box a {
    position: absolute;
    bottom: 0;
    right: 0;
    height: 100px;
    width: 140px;
    /* background: red; */
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(100deg, rgba(70, 116, 213, 1) 0%, rgba(54, 76, 160, 1) 100%);
}


.bar {
    display: block;
    margin: 0 0 25px 0;
    font-size: 20px;
    text-transform: uppercase;
    font-family: 'blender-medium';
    color: #ffffff;
    padding: 0 0 25px 0;
    position: relative;
}

.bar::before {
    position: absolute;
    width: 150px;
    height: 1px;
    content: '';
    background-color: #494949;
    bottom: 0;
    left: 0;
}

.ftr_logo p {
    width: 80%;
    margin: 0 0 30px 0px;
    color: #7d7d7d;
}

.ftr_logo h5 {
    color: #fff;
}

ul.footer_social {
    display: flex;
    align-items: center;
    gap: 10px;
}

ul.footer_social li a {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: linear-gradient(100deg, rgba(70, 116, 213, 1) 0%, rgba(54, 76, 160, 1) 100%);
    transition: 0.5s;
}

ul.footer_social li a:hover {
    transition: 0.5s;
    transform: rotate(360deg);
}

ul.footer_social li a i {
    color: #fff;
}

ul.services a {
    font-size: 14px;
    margin: 0 0 10px 0;
    color: #868686;
}

ul.services {
    column-count: 1;
}

.ftr_box a {
    font-size: 14px;
    font-family: 'montserrat-medium';
    color: #868686;
    display: block;
    width: fit-content;
    margin: 12px 0;
    transition: 0.5s;
}

.ftr_box a:hover {
    letter-spacing: 1px;
    color: #4e6bce;
    transition: 0.5s;
}

.footer-links.footer-links-contact ul li img {
    object-fit: scale-down;
    width: auto;
}

.copy_right p {
    margin: 50px 0 0px 0;
    padding: 20px 70px;
    text-align: start;
    border-top: 1px solid #333333;
    color: #7b7b7b;
}

.banner_main_box::before {
    position: absolute;
    width: 37%;
    height: 220px;
    right: -20%;
    bottom: 0;
    content: '';
    background: #d12128;
}

ul.our-happy-box-ul img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    box-shadow: 1px 1px 7px 4px #00000029;
}

.ftr_logo a img {
    width: 35%;
}

html {
    overflow-x: hidden;
}


.inner-banner-sec {
    position: relative;
    background-image: url(../images/inner-banner.png);
    width: 100%;
    height: 530px;
    background-size: cover;
    display: flex;
    align-items: center;
    background-position: center;
}

.inner-banner-heading h2 {
    font-size: 70px;
    color: #fff;
    margin-bottom: 0;
    line-height: 50px;
}