/* Font Link */

@import url('https://fonts.googleapis.com/css2?family=Urbanist:ital,wght@0,100..900;1,100..900&display=swap');
@font-face {
    font-family: "my-font1";
    src: url(../fonts/Gilroy-Light.ttf);
}

@font-face {
    font-family: "my-font2";
    src: url(../fonts/Gilroy-Regular.ttf);
}

@font-face {
    font-family: "my-font3";
    src: url(../fonts/Gilroy-Medium.ttf);
}

@font-face {
    font-family: "my-font4";
    src: url(../fonts/Gilroy-Bold.ttf);
}

@font-face {
    font-family: "my-font5";
    src: url(../fonts/Gilroy-SemiBold.ttf);
}

@font-face {
    font-family: "my-font6";
    src: url(../fonts/Gilroy-Heavy.ttf);
}

:root {
    --theme-color: #000;
    --theme-color-second: #000;
}

html {
    scroll-behavior: smooth;
    overflow-x: hidden;
}

body {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    outline: none;
    font-size: 15px;
    color: #1e1e1e;
    background-color: #fff;
    scroll-behavior: smooth;
    overflow-x: hidden !important;
    font-family: "Urbanist", sans-serif;
    font-weight: 500;
    /* color: var(--theme-color) !important; */
}

a {
    color: #0055f1;
    text-decoration: none;
    transition: all 0.5s;
}


a:hover {
    text-decoration: none;
    transition: all .6s;
    text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    margin-bottom: 12px;
    color: inherit;
    font-family: "my-font2";
}

h1,
h2,
h3,
h4,
h5,
h6 {}

p {
    margin: 0;
    line-height: 27px;
    margin-bottom: 21px;
    font-size: 15px;
    font-weight: 500;
}

ul li {
    margin-bottom: 0px;
}

.img-fluid {
    display: block;
    width: 100%;
    max-width: 100%;
}

.li {
    display: inline-block;
    padding: 0px 5px;
}

ul {
    list-style: none;
    padding: 0;
}

h1 {
    font-size: 58px;
}

h2 {
    font-size: 48px;
    font-family: "my-font5";
}

h3 {
    font-size: 34px;
}

h4 {
    font-size: 28px;
}

h5 {}

h6 {}

.bg-cover {
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
}

.gap {
    margin-bottom: 30px;
}

section {
    padding: 80px 0px;
}

.form-control:focus {
    border-color: #ced4da;
    outline: 0;
    box-shadow: none;
}


/* navbar */

@-webkit-keyframes AnimationName {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}

@-moz-keyframes AnimationName {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}

@keyframes AnimationName {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}

* {
    box-sizing: border-box;
}

.m-backtotop {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    position: fixed;
    bottom: -50px;
    right: 20px;
    width: 50px;
    height: 50px;
    background: #0d8de1;
    border-radius: 25px;
    text-align: center;
    border: 2px solid #0d8de1;
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
    opacity: 0;
    overflow: hidden;
    color: #fff;
}

.m-backtotop.active {
    bottom: 15px;
    opacity: 1;
}

.m-backtotop>div {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.m-backtotop>div.arrow {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    opacity: 1;
}

.m-backtotop>div.text {
    font-size: 5px;
    font-size: 0.5rem;
    line-height: 10px;
    text-transform: uppercase;
    font-weight: 900;
    font-family: "Open Sans", sans-serif;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateY(50%) translateX(-50%);
    opacity: 0;
    margin-top: 1px;
}

.m-backtotop:hover {
    transform: scale(1.1);
    bottom: 20px;
    cursor: pointer;
    background: black;
    box-shadow: 0 10px 5px rgba(0, 0, 0, 0.1);
}

.m-backtotop:hover>div.arrow {
    transform: translateY(-150%) translateX(-50%);
    opacity: 0;
}

.m-backtotop:hover>div.text {
    transform: translateY(-50%) translateX(-50%);
    opacity: 1;
}


/* Small  Header */

.small {
    display: none;
}


/* Main Header */

.header_menu {
    background: #fff;
}

a.navbar-brand img {
       padding: 20px 0px;
    width: 265px;
}

.header_menu li a {
    color: #000;
    font-size: 15px;
    text-transform: uppercase;
    padding: 26px 18px;
    display: inline-block;
    /* font-weight: 400; */
    padding-left: 10px;
    font-family: "my-font3";
}

.header_menu li a:hover {
    color: var(--theme-color-second);
}

.hd_info {
    display: flex;
    align-items: center;
    color: #fff;
    gap: 8px;
}

a.comon-btn {
    background: #329af1;
    color: #fff;
    display: inline-block;
    font-size: 14px;
    padding: 12px 0px;
    border-radius: 3px;
    width: 198px;
    text-align: center;
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: 1px;
}

a.comon-btn:hover {
    background: #121212;
    color: #fff;
}

.navbar li:hover a {
    color: var(--theme-color-second);
}

.navbar li:hover .dropdown-menu {
    transition: .3s;
    opacity: 1;
    visibility: visible;
    top: 100%;
    transform: rotateX(0deg);
}

@media all and (min-width: 992px) {
    .navbar .dropdown-menu-end {
        right: 0;
        left: auto;
    }
    .navbar li .dropdown-menu {
        display: block;
        opacity: 0;
        visibility: hidden;
        transition: .3s;
        margin-top: 0;
    }
    .navbar li:hover a {
        color: var(--theme-color-second);
    }
    .navbar .dropdown-menu.fade-down {
        top: 80%;
        transform: rotateX(-75deg);
        transform-origin: 0% 0%;
    }
    .navbar .dropdown-menu.fade-up {
        top: 180%;
    }
    .navbar li:hover .dropdown-menu {
        transition: .3s;
        opacity: 1;
        visibility: visible;
        top: 100%;
        transform: rotateX(0deg);
    }
}

ul.dropdown-menu.fade-up li a:hover {
    color: #fff !important;
    background: var(--theme-color-second);
}

#main_header ul.dropdown-menu.fade-up li:last-child {
    border-bottom: 0px;
}

#main_header ul.dropdown-menu.fade-up li {
    border-bottom: 1px solid #c1c0bd;
    margin: 0 0 0 0;
}

ul.dropdown-menu.fade-up li a {
    color: #000 !important;
    font-size: 14px;
    display: block;
    width: 100%;
    padding: 11px 12px;
}

ul.dropdown-menu.fade-up {
    border: none;
    background: #fff;
    padding: 0 0;
    min-width: inherit;
    width: 280px;
    border-radius: 0px;
}

.link-sm-2 i {
    top: -9px !important;
}

.link-sm-2 {
    position: relative;
}

.header_menu .hd_info {
    margin-left: 12px;
}


/* Banner Sec */

.banner_sec {
    padding: 170px 0 25px;
    background-position: bottom !important;
}

.banner_sec h1 {
    font-weight: 700;
    font-family: "Urbanist", sans-serif;
    color: #329af1;
    font-size: 78px;
    margin-bottom: 0;
}

.banner_sec h3 {
    font-weight: 700;
    font-family: "Urbanist", sans-serif;
    font-size: 43px;
    margin-bottom: -19px;
}

.banner_sec h4 {
    font-weight: 700;
    font-family: "Urbanist", sans-serif;
    font-size: 34px;
    margin-bottom: 8px;
}

.banner_sec .banner_heading p {
    font-weight: 600;
}

a.comon-btn2 {
    background: #fff;
    color: #329af1;
    display: inline-block;
    font-size: 14px;
    padding: 12px 0px;
    border-radius: 3px;
    width: 198px;
    text-align: center;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 1px;
}

a.comon-btn2:hover {
    background: #121212;
    color: #fff;
}

.banner_sec .comon-btn3 {
    background-color: #032c4a;
    color: #fff;
    display: flex;
    align-items: center;
    gap: 14px;
    width: 250px;
    justify-content: center;
    padding: 13px 0;
    text-align: start;
}

.banner_sec .comon-btn3 .text-p p {
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 1px;
    line-height: 1.3;
}

.banner_sec .comon-btn3 .text-p p span {
    font-size: 17px;
    font-weight: 600;
}

.banner_sec .comon-btn3 img {
    width: 24px;
}

.banner_sec .social-icon a img {
    width: 45px;
}

.banner_sec .banner_heading {
    padding-bottom: 90px;
}

.banner_sec .social-icon {
    display: flex;
    align-items: center;
    gap: 5px;
}


/* Home Sec 1 */

a.comon-btn3 {
    background: #032c4a;
    color: #fff;
    display: inline-block;
    font-size: 14px;
    padding: 12px 0px;
    border-radius: 3px;
    width: 198px;
    text-align: center;
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: 1px;
}

a.comon-btn3:hover {
    background: #121212;
    color: #fff;
}

.home_sec1 p span {
    color: #032c4a;
    font-weight: 600;
    font-size: 16px;
    display: block;
    margin-bottom: -1px;
}

.home_sec1 h2 {
    font-family: "my-font5";
    color: #032c4a;
}


/* Home Sec 2 */

.home_sec2 h2 {
    font-family: "my-font1";
    color: #090909;
    line-height: 1.2;
}

.home_sec2 p>b {
    font-size: 17px;
    line-height: 1.6;
    margin-bottom: -1px;
    display: block;
}


/* Counter Js */

.sectionClass {
    padding: 0px 0px 30px 0px;
    position: relative;
    display: block;
}

.fullWidth {
     width: 100% !important;
    display: table;
    float: none;
    padding: 0;
    min-height: 1px;
    /* height: 100%; */
    position: relative;
}

.sectiontitle {
    background-position: center;
    margin: 30px 0 0px;
    text-align: center;
    min-height: 20px;
}

.sectiontitle h2 {
    font-size: 30px;
    color: #222;
    margin-bottom: 0px;
    padding-right: 10px;
    padding-left: 10px;
}

.headerLine {
    width: 160px;
    height: 2px;
    display: inline-block;
    background: #101F2E;
}

.projectFactsWrap {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

#projectFacts .fullWidth {
    padding: 0;
}

.projectFactsWrap .item {
    width: 25%;
    height: 100%;
    padding: 10px 0px;
    text-align: center;
    display: flex;
    align-items: center;
    gap: 10px;
    justify-content: center;
}

.projectFactsWrap .item .content {
    text-align: center;
    display: flex;
    align-items: start;
    gap: 5px;
    justify-content: center;
    flex-direction: column;
}

.projectFactsWrap .item .content .top_content {
    display: flex;
    align-items: center;
    margin-bottom: -25px;
}

.projectFactsWrap .item:nth-child(2) {
    border-right: 1px solid #329af1;
    border-left: 1px solid #329af1;
}

.projectFactsWrap .item:nth-child(3) {
    border-right: 1px solid #329af1;
}

.projectFactsWrap .item p.number {
    font-size: 58px;
    padding: 0;
    font-family: "my-font4";
}

.projectFactsWrap .item p {
    color: rgb(0, 0, 0);
    /* font-family: "my-para-font2"; */
    font-size: 17px;
    margin: 0;
    padding: 10px 0;
}

.projectFactsWrap .item span {
    color: #000000;
    font-size: 58px;
    font-weight: bold;
}

.projectFactsWrap .item i {
    vertical-align: middle;
    font-size: 50px;
    color: rgb(0, 0, 0);
}

.projectFactsWrap .item .content .top_content {
    display: flex;
    align-items: center;
}

.projectFactsWrap .item img {
    width: 62px;
}

.home_sec2 a.comon-btn {
    background: #329af1;
    color: #fff;
    display: inline-block;
    font-size: 14px;
    padding: 12px 0px;
    border-radius: 3px;
    width: 220px;
    text-align: center;
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: 1px;
}

.home_sec2 a.comon-btn:hover {
    background: #121212;
    color: #fff;
}


/* Home Sec 3 */

.home_sec3 {
    padding: 390px 0 70px;
}


/* home_sec4 */

.home_sec4 h5 {
    font-family: "my-font4";
    margin-bottom: 10px;
    color: #032c4a;
}

.home_sec4 .heading h2 {
    margin-bottom: 9px;
}

.home_sec4 ul li i {
    color: #329af1;
    font-size: 13px;
}

.home_sec4 ul li {
    display: flex;
    align-items: center;
    gap: 6px;
    margin-bottom: 7px;
    font-weight: 600;
}

.home_sec4 h4 {
    font-size: 22px;
    font-family: "my-font5";
    color: #329af1;
}

.home_sec4 .content img {
    margin-bottom: 15px;
}

.btn_call {
    display: flex;
    align-items: center;
    gap: 8px;
    color: #000;
    font-size: 16px;
    font-weight: 600;
}

.btn_call img {
    font-family: "my-font3";
    width: 28px;
    border-right: 1px solid #329af1;
    padding-right: 10px !important;
    padding: 6px 0;
}

.home_sec4 .bottom_comtent {
    display: flex;
    align-items: center;
    gap: 65px;
}


/* home_sec5 */

.home_sec5 h4 {
    font-family: "my-font4";
    font-size: 22px;
}

.home_sec5 h2 {
    font-family: "my-font3";
}

.home_sec5 h3 {
    font-family: "my-font3";
    margin-bottom: 2px;
    font-size: 32px;
}

.home_sec5 .heading {
    text-align: end;
}

.home_sec5 h2 {
    font-family: "my-font3";
    font-size: 47px;
    line-height: 1;
    margin-bottom: 16px;
}

.home_sec5 h3 {
    font-family: "my-font3";
    margin-bottom: 5px;
    font-size: 32px;
}

.home_sec5 {
    padding: 160px 0;
}

.home_sec5 a.comon-btn {
    background: #fff;
    color: #329af1;
    display: inline-block;
    font-size: 14px;
    padding: 12px 0px;
    border-radius: 3px;
    width: 198px;
    text-align: center;
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: 1px;
}

.home_sec5 a.comon-btn:hover {
    background: #121212;
    color: #fff;
}


/* Home Sec 6  */

.home_sec6 h5 {
    font-weight: 600;
    font-family: "Urbanist", sans-serif;
    margin-bottom: 5px;
}

.home_sec6 p {
    color: #464646;
    line-height: 24px;
}

.home_sec6 .content ul li {
    display: flex;
    align-items: start;
    gap: 14px;
}

.home_sec6 .content ul li img {
    width: 60px;
}

.home_sec6 {
    padding: 90px 0 115px;
}

.home_sec6 .btom_content_call {
    display: flex;
    align-items: center;
    gap: 14px;
    justify-content: center;
}

.home_sec6 .btom_content_call img {
    width: 48px;
}

.home_sec6 .btom_content_call p {
    margin-bottom: 0;
    font-weight: 600;
    font-size: 16px;
    color: #000;
}

.home_sec6 .btom_content_call p a {
    color: #329af1;
    font-size: 26px;
    letter-spacing: 1px;
    font-weight: 700;
}


/* Home Sec 5 */

#home_sec5 h4 {
    font-family: "my-font3";
    font-size: 19px;
}

#home_sec5 h2 {
    font-family: "my-font3";
    font-size: 47px;
    line-height: 1.1;
    margin-bottom: 16px;
}


/* faq sec */

.faq-contact .accordion-button:not(.collapsed) {
    color: #ffff;
    background-color: #329af1;
    box-shadow: none;
    border: none !important;
}

.faq-contact .accordion-item {
    color: var(--bs-accordion-color);
    background-color: #c1c0bd;
    border: none;
}

.faq-contact .accordion-button:focus {
    z-index: 3;
    border-color: var(--bs-accordion-btn-focus-border-color);
    outline: 0;
    box-shadow: var(--bs-accordion-btn-focus-box-shadow);
    border: none !important;
}

.faq-contact .accordion-button:focus {
    z-index: 3;
    border-color: var(--bs-accordion-btn-focus-border-color);
    outline: 0;
    box-shadow: none !important;
}

.faq-contact .accordion-item {
    margin-bottom: 10px;
    border-radius: 8px;
    overflow: hidden;
    text-align: start;
    background: #329af1;
    color: #fff;
    border: none;
}

.faq-contact .get-intouch button:hover {
    background-color: #000;
    color: #fff;
}

.faq-contact .accordion-item h2 {
    line-height: 22px;
    font-size: 18px;
    font-weight: 400;
    font-family: "my-font3";
}

.faq-contact .accordion-item p {
    color: #fff;
    font-weight: 500;
    padding-left: 20px;
    border-left: 2px solid #f9f9f9;
    margin-left: 25px;
}

.faq-contact .accordion-body {
    padding: var(--bs-accordion-body-padding-y) var(--bs-accordion-body-padding-x);
    padding-top: 0;
}

.faq-contact .accordion-button {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    padding: 18px 20px;
    font-size: 17px;
    color: var(--bs-accordion-btn-color);
    text-align: left;
    background-color: #dee4e8;
    border: 0;
    border-radius: 0;
    overflow-anchor: none;
    transition: var(--bs-accordion-transition);
    font-weight: 500;
}

.accordion-button::after {
    flex-shrink: 0;
    width: 25px;
    height: 25px;
    margin-left: auto;
    content: "";
    background-image: url(../image/right-arrow.png) !important;
    background-repeat: no-repeat;
    background-size: contain;
    transition: var(--bs-accordion-btn-icon-transition);
    background-position: center !important;
}

.accordion-button:not(.collapsed)::after {
    background-image: url(../image/right-arrow2.png) !important;
    transform: var(--bs-accordion-btn-icon-transform);
}


/* Contact Sec */

.contact_sec iframe {
    line-height: 0;
}

.contact_sec .left_content h3 {
    font-family: "my-font5";
    margin-bottom: -2px;
    font-size: 38px;
}

.contact_sec form input {
    width: 100%;
    border: none;
    padding: 12px;
    outline: none;
    border-radius: 3px;
}

.contact_sec form textarea {
    width: 100%;
    border: none;
    padding: 12px;
    outline: none;
    border-radius: 3px;
}

.contact_sec form button {
    width: 100%;
    border: none;
    padding: 16px;
    outline: none;
    border-radius: 3px;
    background: #000;
    color: #fff;
    letter-spacing: 2px;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 17px;
}

.contact_sec .left_content {
    /* height: 100%; */
    padding: 75px 103px 85px 30px;
}

.contact_sec .map {
    height: 100%;
}


/* BLOG PAGE STRAT */

.blog_page {
    color: #000;
}

.blog_page .center {
    text-align: center;
    margin-top: 40px;
}

.blog_page .pagination {
    display: inline-block;
}

.blog_page .pagination a {
    color: #000000;
    float: left;
    padding: 6px 14px;
    text-decoration: none;
    transition: background-color 0.5s;
    border: 1px solid #ddd;
    margin: 0 4px;
    font-size: 18px;
}

.blog_page .pagination a.active {
    background-color: #e25e1e;
    color: #ffffff;
    border: 1px solid #e25e1e;
}

.blog_page .pagination a:hover:not(.active) {
    background-color: #ddd;
}

.blog_page .service_content h6 {
    margin-top: 4px;
    color: #000;
    font-weight: 500;
    font-size: 18px;
    line-height: 1.4;
}

.blog_page .service_content p {
    color: #8a8a8a;
}

.blog_page .service_by p {
    margin-bottom: 0;
}

.blog_page .service_by p span {
    color: #000;
}

.blog_page .service_by {
    display: flex;
    align-items: center;
    gap: 25px;
}

.blog_page .service_content {
    border-radius: 10px;
}

.blog_page .service_content img {
    border-radius: 10px 10px 0px 0px;
}

.blog_page .blog_content {
    padding: 0;
}

.blog_page .blog_content .read_more {
    text-transform: uppercase;
    color: #e25e1e;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    font-size: 15px;
    gap: 6px;
}

.blog_page .blog_content .read_more i {
    font-size: 19px;
}

.blog_page .blog_content .read_more:hover {
    letter-spacing: 2px;
}

.blog_page .blog_page h2 {
    font-weight: 500;
}

.blog_page .heading p {
    margin-bottom: 0;
}

.blog_page a.comon-btn2 {
    background: #755eb4;
    color: #fff;
}

.blog_page a.comon-btn2:hover {
    background: #121212;
    color: #fff;
}

.blog_page .service_content .top_img {
    border-radius: 7px;
    overflow: hidden;
    transition: 0.8s;
    margin-bottom: 14px;
}

.blog_page .service_content .top_img img {
    transform: scale(1);
    transition: 0.8s;
}

.blog_page .service_content:hover .top_img img {
    transform: scale(1.1);
    transition: 0.8s;
}

.blog_page .service_content span {
    font-size: 14px;
    color: #282828db;
    font-weight: 400;
}


/* demo_sec */

.demo_sec h3 {
    font-family: "my-font5";
}


/* FOOTER SEC */

footer .ft_logo p {
    font-size: 15px;
    line-height: 1.7;
}

footer {
    /* background: linear-gradient(0deg, rgba(10, 152, 188, 1) 0%, rgba(93, 44, 80, 1) 100%); */
    padding: 80px 0 45px;
    color: #000;
}

footer .ft_logo img {
    width: 215px;
    margin-bottom: 10px;
    margin-top: 0;
}

footer .ft_menu ul li a {
    color: #000;
    /* text-transform: uppercase; */
}

footer .ft_menu ul li {
    margin-bottom: 13px;
}

footer .ft_menu h4 {
    margin-bottom: 22px;
    font-size: 19px;
    font-weight: 600;
}

footer .ft_contact h4 {
    margin-bottom: 22px;
    font-size: 20px;
}

footer .ft_menu {
    display: flex;
    justify-content: space-around;
}

footer .ft_contact li a {
    color: #000;
}

footer .ft_contact .fa.fa-map-marker {
    font-size: 24px;
    color: #0d8de1;
}

footer .ft_contact .fa.fa-phone {
    font-size: 20px;
    color: #0d8de1;
}

footer .ft_contact i {
    font-size: 17px;
    color: #0d8de1;
}

footer .ft_contact li a {
    display: flex;
    gap: 10px;
    align-items: center;
    font-size: 16px;
}

footer .ft_contact li {
    margin-bottom: 12px;
}

footer .ft_contact h4 {
    margin-bottom: 22px;
}

footer .copy-right p {
    margin-bottom: 0;
    font-size: 16px;
}

footer .copy-right ul li a img {
    width: 42px;
}

footer .copy-right ul {
    display: flex;
    gap: 8px;
    align-items: center;
}

footer .ft_logo p {
    padding-right: 15px;
}

footer .ft_menu .ft_contact2 ul li a {
    color: #000;
    text-transform: initial;
    font-size: 15px;
}

footer .ft_menu .ft_contact2 ul li {
    margin-bottom: 18px;
}

footer .copy-right {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-top: 1px solid #0d8de1;
    padding-top: 30px;
    margin-top: 45px;
}

footer .ft_eamil_content h5 {
    margin-bottom: 8px;
    font-size: 19px;
    font-family: "my-font5";
}

footer .top_ft_content {
    border-bottom: 1px solid #0d8de1;
    padding-bottom: 18px;
    margin-bottom: 40px;
}

footer .ft_eamil_content img {
    width: 30px;
}

footer .ft_eamil_content {
    display: flex;
    align-items: start;
    gap: 10px;
}

footer .ft_eamil_content .btom_content p {
    line-height: 1.6;
}

footer .ft_top_rigth_form form {
    width: 100%;
    background: #dee4e8;
    border-radius: 4px;
    padding: 7px 10px;
    display: flex;
    align-items: center;
    padding-left: 22px;
}

footer .ft_top_rigth_form form input {
    width: 100%;
    background: transparent;
    border: none;
    color: #000;
    outline: none;
}

footer .ft_top_rigth_form form button {
    width: 32%;
    padding: 11px 0;
    border-radius: 3px;
    border: none;
    letter-spacing: 1px;
    background: #0d8de1;
    color: #fff;
    font-weight: 600;
}

footer .ft_top_rigth_form {
    padding-left: 35px;
}

footer .copy-right ul li {
    font-size: 17px;
}


/* Inner Banner */

.inner-banner {
    background-color: #329af1;
    color: #fff;
    padding: 130px 0 45px;
}

.inner-banner h1 {
    font-size: 65px;
    font-weight: 700;
    font-family: "Urbanist", sans-serif;
}


/* Contact Page */

.contact_sec .contact_shadoW {
    box-shadow: 1px 2px 15px 2px #9b9b9b91;
}

.contact_sec .contact_details {
    background-color: #fff;
    padding: 40px;
    padding-top: 55px;
}

.contact_sec .contact_details h5 {
    margin-bottom: 0px;
}

.contact_sec .contact_details h5 i {
    margin-right: 4px;
    color: #329af1;
    font-size: 23px;
}

.contact_sec .contact_details p a,
.contact_sec .contact_details p {
    color: #747474;
}

.contact_sec .contact_form {
    background-color: #329af1;
    padding: 75px 19px;
    padding-top: 65px;
    height: 100%;
}

.contact_sec .contact_form h2 {
    text-align: center;
    margin-bottom: 27px;
    color: #fff;
    font-size: 48px;
}

.contact_sec .contact_form input,
.contact_sec .contact_form textarea {
    margin-bottom: 13px;
    padding: 14px 11px;
}

.contact_sec .contact_details h3 {
    font-family: "my-font5";
}

.contact_sec .contact_details h4 {
    font-family: "my-font5";
    font-size: 24px;
    margin-bottom: 22px;
}

.contact_sec .contact_details h5 {
    font-family: "my-font5";
    font-size: 16px;
    text-transform: uppercase;
}


/* TESTIMONIAL PAGE */

.testimonial_sec2 .review-item .top_img img {
    width: 90px;
    margin: 0 auto;
    margin-bottom: 15px;
}

.testimonial_sec2 .review-item .btom_content img {
    width: 89px !important;
    margin: 0 auto;
    margin-bottom: 6px;
}

.testimonial_sec2 .review-item {
    padding: 35px 15px;
    background: #fff;
    border-radius: 5px;
    height: 100%;
    color: #000;
    border: 1px solid #12261f;
}

.testimonial_sec2 .review-item p {
    font-size: 15px;
}

.testimonial_sec2 .owl-nav {
    position: relative;
}

.testimonial_sec2 .owl-next {
    position: absolute;
    right: -40px;
    top: -184px;
}

.testimonial_sec2 .owl-prev {
    position: absolute;
    left: -40px;
    top: -184px;
}

.testimonial_sec2 .owl-nav img {
    width: 24px;
}

.testimonial_sec2 .owl-carousel .owl-nav.disabled {
    display: block !important;
}

.testimonial_sec2 .review-item h6 {
    font-size: 18px;
    font-family: "my-font5";
}


/* Services Sec */

.service_sec .heading h2 {
    margin-bottom: 12px;
    color: #329af1;
}

.service_sec .info_box3 {
    text-align: center;
}

.service_sec .info_box3 img {
    border-radius: 5px;
    margin-bottom: 10px;
    margin: auto;
}

.service_sec .info_box3 h4 {
    font-size: 26px;
    /* font-weight: 700; */
    margin-top: 13px;
    /* color: #032c4a; */
    font-family: "my-font3";
}

.service_sec2 {
    background-color: #f2f2f2;
}

.service_sec2 .heading h2 {
    margin-bottom: 25px;
    color: #329af1;
}

.service_sec2 .info_box2 img {
    border-radius: 5px;
}

.service_sec2 .info_box2 h4 {
    font-size: 22px;
}

.service_sec2 .info_box2 p {
    margin-bottom: 0;
}


/* Inner Services */

.inner-sec2 {
    background: #cc313a;
    color: #fff;
}

.inner-ser1 img {
    border-radius: 10px;
}

.inner-ser2 img {
    border-radius: 10px;
}


/* ************ */

footer .ft_logo ul li i {
    font-size: 13px;
    color: #329af1;
}

footer .ft_logo ul li {
    margin-bottom: 8px;
}

footer .ft_logo ul {
    margin-bottom: 24px;
}
.search-form {
  position: relative;   /* parent for absolute positioning */
  width: 100%;          /* full width if needed */
}

.search-form input[type="search"] {
  width: 100%;          /* input takes full width */
  padding-right: 45px;  /* leave space for button */
  box-sizing: border-box;
}

.search-form button {
  position: absolute;
  right: 10px;          /* adjust spacing from right */
  top: 50%;
  transform: translateY(-50%); /* center vertically */
  border: none;
  background: transparent;
  cursor: pointer;
}
input#search-form-1 {
    border: none;
    outline: none;
width: 100%;
}
.single-post label {
    width: 100%;
}
.search-form label {
width: 100% !important;
}
form.search-form {
    border: 1px solid black;
    padding: 10px;
    border-radius: 10px;
}
/* Blog Leave A Comment */
.inner-blog-left-sec .inner-blog-comment .contact-form {
    padding: 20px 25px;
    border: 1px solid rgba(69, 69, 70, 0.2);
    border-radius: 8px;
    background: #fff;
    color: #000;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}


#respond {
/*     max-width: 600px; */
    margin: 0 auto;
}
#respond #reply-title small a{
color: white !important;
background-color: #000 !important;
    padding: 10px 15px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
}
#respond h2 {
    font-size: 24px;
    margin: 24px 0 16px 0;
    font-weight: 500;
}
#respond form {
    display: block;
    margin-top: 0em;
border: none;
}
#respond form p{
color: #6d6d6d;
 margin: 0;
    line-height: 26px;
    margin-bottom: 21px;
    font-size: 16px;
}
#respond .comment-form-comment,
#respond .comment-form-author,
#respond .comment-form-email,
#respond .comment-form-url {
    margin-bottom: 20px;
}

#respond label {
    display: block;
    font-weight: bold;
    margin-bottom: 5px;
}

#respond textarea,
#respond input[type="text"],
#respond input[type="email"],
#respond input[type="url"] {
    width: 100%;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
}

#respond .comment-form-cookies-consent {
    margin-top: 20px;
}

#respond .form-submit {
    margin-top: 20px;
}

#respond .submit {
    background-color: #FF6601;
    color: white;
    padding: 10px 15px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
}

#respond .submit:hover {
    background: #000000;
    color: #fff;
    transition: all 0.8s;
}#respond .comment-form-cookies-consent input {
    width: 18px;
    height: 12px;
}
#respond .comment-form-cookies-consent input,
#respond .comment-form-cookies-consent label {
  display: inline;
}
#respond p.logged-in-as a{
color: #0f3ca1 !important;
text-decoration: underline;
display: inline-block !important;
}
#comments .comment-author a{
color: #000 !important;
}
#comments .comment-metadata a{
color: #000 !important;
}
#comments .comment-metadata a.comment-edit-link{
color: white !important;
background-color: #000 !important;
    padding: 10px 15px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
}
#comments span.comment-reply a{
color: white !important;
background-color: #000 !important;
    padding: 10px 15px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
margin-right: 10px !important;
}
div#respond label {
    margin-bottom: 15px;
    font-weight: 600;
    text-transform: uppercase;
}

div#respond input,  div#respond textarea{
    padding: 10px;
    border-radius: 6px;
}

div#respond input#wp-comment-cookies-consent {
    width: 20px;
    height: 17px;
}

div#respond p.comment-form-cookies-consent {
    display: flex;
    align-items: center;
    gap: 13px;
    flex-wrap: nowrap;
}

div#respond p.comment-form-cookies-consent  label{
margin:0px!important;
}

div#respond input#submit {
    background: var(--theme-color-second);
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 2px;
}
form.wpcf7-form.init p {
    margin-bottom: 0;
}
  .gallery .same-ht{
      width: 100%;
      height: 100%;
      display: block;
     }
  .gallery .same-ht img {
    width: 100%;
    height: 370px;
/*     object-fit: cover; */
}

footer .ft_top_rigth_form .es_subscription_form {
    display: flex;
    align-items: center;
    gap: 15px;
    background: #d9dde1;
    padding: 10px 14px;
    border-radius: 4px;
    max-width: 100%;
}

/* HIDE LABEL TEXT */
footer .ft_top_rigth_form .es_subscription_form .es-field-label {
    font-size: 0;
    margin: 0;
    width: 100%;
}

/* INPUT FIELDS */
footer .ft_top_rigth_form .es_subscription_form .ig-es-form-input {
    width: 100%;
    border: none!important;
    background: transparent;
    font-size: 18px;
    color: #000;
    padding: 10px 15px;
    outline: none;
    box-shadow: none;
}

/* PLACEHOLDER */
footer .ft_top_rigth_form .es_subscription_form .ig-es-form-input::placeholder {
    color: #000;
    opacity: 0.4;
}

/* FIELD WIDTH */
footer .ft_top_rigth_form .es_subscription_form .es-field-wrap {
    flex: 1;
    margin: 0;
}

/* HIDE NAME FIELD */
footer .ft_top_rigth_form .es_subscription_form .es-field-wrap:nth-child(2) {
    display: none;
}

/* BUTTON */
footer .ft_top_rigth_form .es_subscription_form .es-submit-container {
    flex: 0 0 auto;
}

footer .ft_top_rigth_form .es_subscription_form .es-custom-button {
    background: #1f95e5;
    color: #fff;
    border: none;
    padding: 14px 32px;
    font-size: 18px;
    font-weight: 600;
    border-radius: 4px;
    cursor: pointer;
    text-transform: uppercase;
    transition: 0.3s ease;
}

footer .ft_top_rigth_form .es_subscription_form .es-custom-button:hover {
    background: #177fca;
}

/* REMOVE SPINNER GAP */
footer .ft_top_rigth_form .es_subscription_form .es_spinner_image {
    display: none !important;
}
footer .ft_top_rigth_form form[data-form-id="2"] .es-subscribe-btn.es-custom-button {
  margin-top: 0 !important;
  padding: 14px 27px !important;
}

footer .ft_top_rigth_form .es_subscription_form .ig-es-form-input {
  width: 100%;
  border: none !important;
  background: transparent;
  font-size: 18px;
  color: #000;
  padding: 10px 15px;
  outline: none;
  box-shadow: none;
}
section.contact_form2.bg-cover {
    /* background-image: url(578); */
    background: #626262;
    color: white;
}
.other_contact h3 {
    font-size: 52px;
    color: #fff;
    font-weight: 700;
}
.other_contact {
    text-align: left;
    width: 100%;
    height: 100%;
    background: #329af1;
    /* background: #00d4eb; */
    padding: 50px;
    position: relative;
    z-index: 9;
    border-radius: 10px !important;
}
.other_contact .other_contact_info p {
    font-size: 19px;
	color:white;
}
.other_contact .other_contact_info a {    
	color: white !important;
}
.banner_area .contact_form {
    text-align: center;
    background: #329af1;
    color: rgb(255, 255, 255);
    padding: 25px 20px;
    border-radius: 13px;
}
.banner_area .contact_form {
    position: relative;
    z-index: 9;
}
.banner_area .contact_form input {
    width: 100%;
    border: none;
    padding: 12px 16px;
    outline: none;
    border-radius: 5px;
}
.banner_area .contact_form button {
    width: 100%;
    border: none;
    background: #032c4a;
    color: #fff;
    padding: 12px 16px;
    width: 100%;
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 2px;
    cursor: pointer;
    border-radius: 5px;
}
.banner_area .contact_form textarea {
    width: 100%;
    border: none;
    padding: 12px 16px;
    outline: none;
    border-radius: 5px;
}

.inner_page_services .service_box img {
    border-radius: 10px;
}
.service_box h4 {
    position: relative;
    left: 20px;
    bottom: 48px;
    color: #fff;
    font-size: 24px;
    font-weight: 600;
}
.banner_area .heading {
    position: relative;
    z-index: 9;
}
.banner_area h1 {
    font-size: 70px;
    font-weight: 700;
    font-family: "Urbanist", sans-serif;
}
.banner_area .overlay {
    position: absolute;
    background-color: #252525ad;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    /* height: 440px; */
}
.inner_area_sec2 img {
border-radius: 10px;
}
section.banner_area {
    padding: 70px 0px;
    color: #fff;
    position: relative;
}
footer .ft_top_rigth_form form {
    width: 100%;
    background: #dee4e8 !important;
    border-radius: 4px;
    padding: 8px !important;
    display: flex;
    align-items: center;
    padding-left: 22px;
}
form.es_subscription_form.es_subscription_form[data-form-id="2"].wysiwyg-form .es-field-wrap {
    margin-bottom: 0px !important;
}
footer .ft_top_rigth_form form .ig-es-form-input{
	background: transparent !important;
}

/* blog design */

.inner-blog-left-sec .inner-blog-sec1 .share-sec {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #1c1c1c2b;
	margin-bottom: 10px;
}

.inner-blog-left-sec {
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  border: rgba(149, 157, 165, 0.2);
  padding: 15px 19px 35px;
  border-radius: 8px;
}

.inner-blog-left-sec .inner-blog-sec1 p {
  color: #000000ab;
}

.inner-blog-left-sec .inner-blog-sec1 .heading .blog-head {
  display: flex;
  align-items: center;
  gap: 20px;
}

.inner-blog-left-sec .inner-blog-sec1 .heading .blog-head p {
  color: #606060;
  margin-bottom: 12px;
}

.inner-blog-left-sec .inner-blog-sec1 h3 {
  font-weight: 600;
  margin-bottom: 18px;
  /* font-size: 29px; */
}

.inner-blog-left-sec .inner-blog-sec1 img {
  border-radius: 5px;
  margin-bottom: 0;
}

.inner-blog-left-sec .inner-blog-sec1 .share-sec {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #1c1c1c2b;
  margin-bottom: 10px;
}

.inner-blog-left-sec .inner-blog-sec1 .share-sec .social ul {
  display: flex;
  gap: 15px;
  align-items: center;
}

.inner-blog-left-sec .inner-blog-sec1 .share-sec .social ul li i {
  font-size: 17px;
  color: var(--theme-color);
}

.inner-blog-left-sec .inner-blog-sec1 .heading .blog-head i {
  color: var(--theme-color);
  font-size: 16px;
  margin-right: 3px;
}

.inner-blog-left-sec .inner-blog-sec1 .share-sec .social ul li a {
  color: #00000059;
}

.inner-blog-left-sec .navigation-sec .navigation {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.inner-blog-left-sec .navigation-sec .navigation a {
  color: var(--theme-color);
  font-size: 15px;
  font-weight: 600;
}

.inner-blog-left-sec .navigation-sec .navigation i {
  color: var(--theme-color);
}

.inner-blog-left-sec .navigation-sec .blog-contain {
  padding: 25px 18px;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  border: rgba(149, 157, 165, 0.2);
  border-radius: 5px;
  height: 100%;
}

.inner-blog-left-sec .navigation-sec .blog-contain .img-top {
  padding-bottom: 15px;
}

.inner-blog-left-sec .navigation-sec .blog-contain .img-top img {
  border-radius: 5px;
}

.inner-blog-left-sec .navigation-sec .blog-contain .blog-content .heading h3 {
  color: #000;
}

.inner-blog-left-sec .navigation-sec .blog-contain .blog-content .heading p strong {
  color: #00000059;
}

.inner-blog-left-sec .navigation-sec .blog-contain .blog-content .heading p {
  color: #000000ab;
}

.inner-blog-left-sec .navigation-sec .blog-contain .blog-content .heading .blog-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.inner-blog-left-sec .inner-blog-comment .contact-form {
  padding: 20px 25px;
  border: 1px solid rgba(69, 69, 70, 0.2);
  border-radius: 8px;
  background: #fff;
  color: #000;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

.inner-blog-left-sec .inner-blog-comment .contact-form form input {
  width: 100%;
  outline: none;
  padding: 11px;
  border-radius: 4px;
  border: 1px solid #1c1c1c3b;
}

.inner-blog-left-sec .inner-blog-comment .contact-form form textarea {
  width: 100%;
  outline: none;
  padding: 11px;
  border-radius: 4px;
  border: 1px solid #1c1c1c3b;
}

.inner-blog-left-sec .inner-blog-comment .contact-form form button {
  color: #ffffff;
  background-color: #000;
  display: inline-block;
  width: 100%;
  text-transform: uppercase;
  text-align: center;
  border: 1px solid #000;
  padding: 15px 20px;
  border-radius: 8px;
  font-weight: 400;
  transition: 0.5s;
}

.inner-blog-left-sec .inner-blog-comment .contact-form form button:hover {
  background: #1c1c1c3b;
  border: 1px solid #1c1c1c3b;
  color: #000;
  transition: 0.5s;
}

.inner-blog-left-sec .admin-sec p {
  color: #000000ab;
}

.inner-blog-left-sec .admin-sec .admin-info .admin-info-content .social ul {
  display: flex;
  gap: 25px;
  align-items: center;
}

.inner-blog-left-sec .admin-sec .admin-info .admin-info-content .social ul li i {
  font-size: 18px;
}

.inner-blog-left-sec .admin-sec .admin-info .admin-info-content .social ul li a {
  color: #000000ab;
}

.inner-blog-left-sec .admin-sec .admin-info .admin-info-content {
  border-top: 1px solid #1c1c1c3b;
  border-bottom: 1px solid #1c1c1c3b;
  padding: 10px 20px;
}

.inner-blog-left-sec .admin-sec img {
  border-radius: 5px;
}


/* inner-blog-right-sec */

.inner-blog-right-sec {
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  border: rgba(149, 157, 165, 0.2);
  padding: 35px 21px;
  border-radius: 8px;
}

.inner-blog-right-sec .blog-search form {
  position: relative;
  border: 1px solid #1c1c1c3b;
  border-radius: 5px;
  padding: 11px 13px;
  display: flex;
  align-items: center;
  gap: 10px;
}

.inner-blog-right-sec .blog-search form input {
  border: none;
  outline: none;
  padding: 0;
  width: 100%;
}

.inner-blog-right-sec .blog-search form button {
  /* position: absolute;
top: 0;
right: 0;
width: 50px;
height: 100%; */
  cursor: pointer;
  background: none;
  border: 0;
  font-size: 15px;
  color: #000000;
}

.inner-blog-right-sec .popular-sec .popular-cards1 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-top: 1px solid #1c1c1c3b;
  padding: 15px 0;
  gap: 10px;
}

.inner-blog-right-sec .popular-sec .popular-cards1 .img-top img {
  width: 130px;
}

.inner-blog-right-sec .popular-sec .popular-cards1 p {
  color: #000000ab;
  font-weight: 300;
  font-size: 14px;
  margin-bottom: 0;
}

.inner-blog-right-sec .popular-sec .popular-cards1 a {
  color: #000000ab;
  font-size: 15px;
}

.inner-blog-right-sec .popular-sec .popular-cards1 .heading {
  width: 100%;
}

/* Blog navigation */
.center {
  display: flex;
	justify-content: center;
margin-top: 40px;
}

a.page-numbers {
    color: #000000;
    padding: 10px 10px;
    text-decoration: none;
    transition: background-color 0.5s;
    border: 1px solid #ddd;
	border-radius: 5px;
    margin: 0px 5px;
    padding: 10px 15px;
   font-size: 18px;
}

a.page-numbers:hover {
    background-color: #d6d4d4;
}

span.page-numbers.current {
    background-color: #329af1;
    color: #fff;
    padding: 10px 15px;
    text-decoration: none;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    margin: 0px 5px;
    font-size: 18px;
        z-index: 3; 
	border-radius: 5px;
}
.blog-box a h5 {
    font-weight: 600;
	color: #000000;}
.blog-box a p {
    color: #505050;
}