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

body {
    margin: 0;
    padding: 0;
    /* font-family: 'Poppins'; */
    overflow-x: hidden;

    font-family: "PT Serif", serif;
    font-weight: 400;
    font-style: normal;

}

h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
li,
p {
    margin: 0;
    padding: 0;
}

a {
    text-decoration: none;
}

.owl-theme .owl-nav {
    margin-top: 35px;
}

/* Font-Face Start */
@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-Medium.eot');
    src: url('../fonts/Poppins-Medium.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Poppins-Medium.woff2') format('woff2'),
        url('../fonts/Poppins-Medium.woff') format('woff'),
        url('../fonts/Poppins-Medium.ttf') format('truetype'),
        url('../fonts/Poppins-Medium.svg#Poppins-Medium') format('svg');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-Regular.eot');
    src: url('../fonts/Poppins-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Poppins-Regular.woff2') format('woff2'),
        url('../fonts/Poppins-Regular.woff') format('woff'),
        url('../fonts/Poppins-Regular.ttf') format('truetype'),
        url('../fonts/Poppins-Regular.svg#Poppins-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-SemiBold.eot');
    src: url('../fonts/Poppins-SemiBold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Poppins-SemiBold.woff2') format('woff2'),
        url('../fonts/Poppins-SemiBold.woff') format('woff'),
        url('../fonts/Poppins-SemiBold.ttf') format('truetype'),
        url('../fonts/Poppins-SemiBold.svg#Poppins-SemiBold') format('svg');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-ExtraBold.eot');
    src: url('../fonts/Poppins-ExtraBold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Poppins-ExtraBold.woff2') format('woff2'),
        url('../fonts/Poppins-ExtraBold.woff') format('woff'),
        url('../fonts/Poppins-ExtraBold.ttf') format('truetype'),
        url('../fonts/Poppins-ExtraBold.svg#Poppins-ExtraBold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-Bold.eot');
    src: url('../fonts/Poppins-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Poppins-Bold.woff2') format('woff2'),
        url('../fonts/Poppins-Bold.woff') format('woff'),
        url('../fonts/Poppins-Bold.ttf') format('truetype'),
        url('../fonts/Poppins-Bold.svg#Poppins-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}


/* Font-Face Start */

h1 {
    /* font-family: "Raleway", sans-serif; */
    font-weight: 500;
    color: #e9e9e9;
    font-size: 45px;
    line-height: 72px;
}

h2 {
    /* font-family: "Raleway", sans-serif; */
    font-weight: 300;
    border-left: 8px solid #f78c3b;
    padding-left: 20px;
    color: #f78c3b;
    font-size: 32px;
    margin-bottom: 20px;
    line-height: 40px;
    display: inline-block;
}

h3 {
    /* font-family: "Raleway", sans-serif; */
    font-weight: 600;
    font-size: 32px;
    color: #00173C;
    line-height: 48px;
}

h4 {
    /* font-family: "Raleway", sans-serif; */
    font-weight: 500;
    font-size: 35px;
    color: #e9e9e9;
    line-height: 48px;
}



/* buttons css  */

.bluebtn {
    /* font-family: "Raleway", sans-serif; */
    color: #e9e9e9;
    /* background-color: #00173C; */
    background-color: #f78c3b;
    text-decoration: none;
    padding: 13px 13px;
    font-size: 18px;
    /* font-weight: 600; */
    display: inline-block;
    margin-top: 20px;
    line-height: normal;
    transition: 1s;
}

.bluebtn:hover {
    background-color: #f48734;
    color: #e9e9e9;
}

.bluebtn .svg-inline--fa {
    height: 0.8em;
    margin-left: 15px;
}

.whitebtn {
    /* font-family: "Raleway", sans-serif; */
    /* color: #000;
    background-color: #e9e9e9;
    text-decoration: none;
    padding: 20px 30px;
    font-size: 18px;
    font-weight: 600;
    display: inline-block;
    margin-top: 20px;
    line-height: normal;
    transition: 1s; */


    color: #e9e9e9;
    background-color: #f78c3b;
    text-decoration: none;
    padding: 13px 13px;
    font-size: 18px;
    display: inline-block;
    margin-top: 20px;
    line-height: normal;
    transition: 1s;
    text-align: center;

}

.whitebtn:hover {
    background-color: #f78c3b;
    color: #e9e9e9;
}

.whitebtn .svg-inline--fa {
    height: 1.0em;
    margin-left: 5px;
}

.orangebtn {
    /* font-family: 'Poppins'; */
    /* color: #e9e9e9; */
    /* background-image: linear-gradient(to bottom, #f78c3b, #682000); */
    /* background: #f78c3b;
    text-decoration: none;
    padding: 15px 35px;
    font-size: 23px;
    font-weight: 600;
    display: inline-block;
    margin-top: 20px;
    line-height: normal;
    transition: 1s; */
    /* border-radius: 4px; */


    color: #e9e9e9;
    background-color: #f78c3b;
    text-decoration: none;
    padding: 13px 13px;
    font-size: 18px;
    display: inline-block;
    margin-top: 20px;
    line-height: normal;
    transition: 1s;


}

.orangebtn:hover {
    /* background-image: linear-gradient(to top, #f78c3b, #682000); */
    background: #f48734;
    color: #e9e9e9;
}

.orangebtn .svg-inline--fa {
    height: 0.8em;
    margin-left: 15px;
}

/* buttons css  */


/* Social Media Icons */

ol.social-media {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    gap: 20px;
    line-height: 50px;
}

ol.social-media li {
    list-style: none;
}

ol.social-media li a {
    color: #e9e9e9;
    font-size: 24px;
}

ol.social-media li a.round {
    font-size: 13px;
    padding: 4px 6px;
    background-color: #e9e9e9;
    border-radius: 50%;
    color: #f78c3b;
    text-align: center;
}

footer ol.social-media {
    gap: 20px;
    margin-top: 5px;
    margin-bottom: 20px;
}

footer ol.social-media li a {
    font-size: 26px;
}

footer ol.social-media li a.round {
    font-size: 14px;
    padding: 7px 9px;
    background-color: #e9e9e9;
    border-radius: 50%;
    color: #00122e;
    text-align: center;
}

/* Social Media Icons */


/* Fixed icon section css start */
.float-icons {
    position: fixed;
    right: 10px;
    bottom: 5%;
    z-index: 99999;
}

.float-icons a {
    display: block;
}

.float-icons img {
    width: 50px;
}

/* Fixed icon section css start */



/* topbar css start */
.topbar {
    background: #00173C;
    line-height: 40px;
    box-sizing: border-box;
}

.topbar .topbar-area {
    display: flex;
    align-items: center;
}

.topbar .topbar-area .left-bar {
    background-color: #f78c3b;
    max-width: 18%;
    width: 100%;
    position: relative;
    z-index: 1;
}

.topbar .topbar-area .left-bar::after {
    content: '';
    background-color: #f78c3b;
    position: absolute;
    left: -999999px;
    top: 0;
    bottom: 0;
    right: 0;
    z-index: -1;
}

.topbar .topbar-area .right-bar {
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: space-between;
}

.topbar .right-bar .contact-info,
.topbar .right-bar .buttons {
    flex: 1 1 auto;
    text-align: right;
}

.topbar .right-bar .contact-info span {
    border-right: 1px solid #e9e9e9;
    display: inline-block;
    padding: 6px 15px;
    color: #e9e9e9;
}

.topbar .right-bar .contact-info span a {
    font-size: 15px;
    color: #e9e9e9;
    font-weight: 500;
    text-decoration: none;
}

.topbar .right-bar .buttons span {
    margin: 0 8px;
}

.topbar .right-bar .buttons span a {
    color: #e9e9e9;
    text-decoration: none;
    margin-left: 5px;
    font-weight: 500;
    font-size: 15px;
}


/* topbar css end */



/* Brand area css start */
.brand-area {
    padding: 5px 0;
    box-sizing: border-box;
}

.brand-area .partners img {
    margin: 0px 20px;
}

/* Brand area css end */


/* Navbar Css start */
.nav-menu {
    border-top: 1px solid #ACACAC;
    padding: 0;
    box-sizing: border-box;
}

.nav-menu .nav-btn {
    background-color: #f78c3b;
    border: none;
    outline: none;
    padding: 15px 20px;
    color: #e9e9e9;
}

.nav-menu .navbar-nav .nav-link {
    color: #000;
    font-weight: 500;
    padding: 15px 18px;
    transition: 1s;
}

.navbar-nav .nav-link:hover,
.navbar-nav .nav-link:active,
.navbar-nav .nav-link.active,
.navbar-nav .nav-link.show {
    color: #f78c3b;
    background-color: #d9d9d97d;
}

.navbar .navbar-collapse {
    justify-content: space-between;
}

/* Navbar Css end */


/* Slider Area Css Start */
.slider {
    position: relative;
    box-sizing: border-box;
}

.slider .content-box {
    position: absolute;
    top: 43%;
    transform: translateY(-50%);
    left: 10%;
    max-width: 70%;

}

.slider .content-box p {
    font-size: 1.7vw;
    color: #e9e9e9;
    margin-top: 10px;
}

.slider .scr-text {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #f78c3bd1;
    z-index: 5;
    height: 40px;
    line-height: 40px;
}

.slider .scr-text marquee {
    color: #e9e9e9;
    font-size: 16px;

}

.slider .scr-text marquee b {
    margin: 0 40px;

}

.slider .carousel .carousel-indicators {
    margin-bottom: 4rem;
}

.slider .carousel .carousel-indicators button {
    width: 12px;
    height: 12px;
    border-radius: 50px;
    background-color: transparent;
    border: 2px solid #e9e9e9;
    opacity: 1;
}

.slider .carousel .carousel-indicators button.active {
    background-color: #f78c3b;
}

/* Slider Area Css End */



/* Welcome Section Css start */

.welcome {
    margin: 90px 0;
}

.welcome h2 {
    border: none;
    padding: 0;
}

.welcome .content p {
    margin-top: 12px;
    font-size: 16px;
    font-weight: 500;
    line-height: 23px;
    color: #5a5a5a;
}

.welcome .content ol {
    color: #5a5a5a;
    font-size: 16px;
    font-weight: 500;
    padding-left: 13px;
    margin: 15px 0;
}

.welcome ol li {
    line-height: 20px;
    margin-bottom: 12px;
}

.welcome .image-area {
    position: relative;
    height: 630px;
}

.welcome .image-area img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.welcome .image-area::after {
    content: '';
    background: #f78c3b;
    width: 90%;
    height: 90%;
    position: absolute;
    left: -20px;
    bottom: -20px;
    z-index: -1;
}

.welcome .image-area .year-count {
    font-size: 28px;
    font-weight: 400;
    font-family: 'Poppins';
    position: absolute;
    bottom: 0;
    left: 0;
    color: #e9e9e9;
    background: #f78c3b;
    display: inline-block;
    padding: 5px 15px 0 0;
    line-height: 40px;
}

.welcome .image-area .year-count b {
    font-size: 56px;
    background-color: #f78c3b;
    color: #e9e9e9;
    font-weight: 700;
    display: block;
}

/* Welcome Section Css end */




/* Service area Css start */

.services {
    position: relative;
    padding: 80px 0;
}

.services:after {
    content: '';
    background-image: url(../images/services-background.png);
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 60%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: -1;
}

.services h2 {
    text-align: center;
    margin: auto;
}

.services h3 {
    text-align: center;
    color: #e9e9e9;
    margin: 20px 0;
}

.services p {
    color: #e9e9e9;
    text-align: left;
    font-size: 16px;
    font-weight: 500;
    line-height: 28px;
    letter-spacing: 0.8px;
}

.services .button {
    text-align: center;
    margin-top: 20px;
}

.services .main-ctb {
    background-color: #e9e9e9;
    text-align: center;
    display: inline-block;
}

.services .service-box .image-box {
    width: 100%;
    height: 420px;
    overflow: hidden;
}

.services .service-box {
    position: relative;
    z-index: 5;
    margin-bottom: 80px;
}

.services .service-box .image-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    transition: all .5s ease-in-out;
}


.services .service-box .image-box:hover img {
    transform: scale(1.2);
}

.services .service-box .content-box {
    position: absolute;
    left: 0;
    bottom: 0px;
    background: rgba(0, 0, 0, 0.6);
    /* background-image: linear-gradient(to right, #FE5B11, #AD3E00); */
    /* margin: 0 15px; */
    padding: 15px;
    /* clip-path: polygon(0 0, 100% 0%, 100% 50%, 85% 100%, 0 100%); */
    transition: 2s;
    min-width: 100%;
}

.services .service-box .content-box h4 {
    font-size: 16px;
    font-weight: 500;
    line-height: 30px;
    /* font-family: "Raleway", sans-serif; */
    margin-bottom: 10px;
}

.services .service-box .content-box a {
    font-size: 14px;
    font-weight: 600;
    color: #e9e9e9;
    text-decoration: none;
    /* font-family: "Raleway", sans-serif; */
}

.services .service-box .content-box a:hover {
    color: #f78c3b
}

.services .service-box:hover .content-box {
    /* bottom: -25px; */
    background: rgba(0, 0, 0, 1);
}

/* Service area Css end */


/* consultation area css start */

.consultation {
    padding: 80px 0;
    background-image: url(../images/consultation-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    z-index: 1;
}

.consultation.service_project {
    padding: 20px 0;
}


.consultation::after {
    content: '';
    position: absolute;
    height: 100%;
    width: 100%;
    background-color: #0D0D0DB8;
    top: 0;
    left: 0;
    z-index: -1;
}

.consultation h2 {
    font-size: 38px;
    line-height: 50px;
}

.consultation p {
    color: #e9e9e9;
    font-size: 18px;
    margin: 20px 0;
    line-height: 30px;
    letter-spacing: 0.8px;
}

.consultation .whitebtn .svg-inline--fa {
    color: #000;
    transition: 1s;
}

.consultation .whitebtn:hover .svg-inline--fa {
    color: #e9e9e9;
}

.consultation .whitebtn {
    text-transform: capitalize;
}

.consultation .whitebtn .svg-inline--fa {
    height: 1em;
    margin-left: 20px;
}

/* consultation area css end */


/* client area css start */

.client {
    margin: 80px 0 40px 0;
    text-align: center;
}

.client h2 {
    text-align: center;
    margin: auto;
}

.client h3 {
    text-align: center;
    margin: 20px 0;
}

.client .logosections .owl-stage{
    display: flex;
}

.client .logosections .owl-item {
    padding :15px;

}

.partner__item__card__image {
    box-shadow: 0px 0px 14px rgba(75, 81, 97, 0.13);
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    border-radius: 5px;
    padding: 15px;
    flex-direction: column;
    text-align: center;
    column-gap: 15px;
    /* max-height: 85px; */
}

.client .logosections .owl-carousel .item p {
    text-align: center;
    font-size: 15px;
    line-height: 18px;
    color: #000;
    font-weight: 500;
    margin-top: 16px;
}



.client .logosections .owl-carousel .owl-item img {
     max-width: 150px;
    width: auto;
    display: block;
    margin: auto;
    max-height: 85px;
}



/* client area css end */


/* Info area css start */

.info {
    background: url(../images/color-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 80px 0;
}

.info h3 {
    color: #e9e9e9;
}

.info .button {
    float: right;
}

.info .whitebtn {
    margin-top: 0;
    text-transform: capitalize;
}

.info .whitebtn .svg-inline--fa {
    height: 1em;
    margin-left: 20px;
}

/* Info area css end */



/* Projects area css start */

.projects {
    padding: 80px 0;
    background: #E1E6E9;
}

.projects p {
    font-size: 17px;
    font-weight: 500;
    color: #404040;
    line-height: 26px;
    letter-spacing: 0.8px;
}

.projects .tabsection .tab-content .tab-pane .image-body {
    position: relative;
    padding: 50px 0 0 0;
}

.projects .tabsection {
    margin-top: 50px;
}

.projects .tabsection h3 {
    font-size: 25px !important;
    padding: 10px 30px;
    border: 1px solid #0f0f0f;
    border-bottom: none;
    color: #00173c;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    margin-right: 5px;
    line-height: 30px;
    background: #fff;
}

.projects .tabsection h3:hover {
    cursor: pointer;
}

.projects .tabsection .nav-tabs {
    /* justify-content: center; */
    /* gap: 60px; */

    border-bottom: 1px solid #6e6a6a;
    margin-bottom: 30px;
}

.projects .tabsection .nav-tabs .active {
    /* color: #f78c3b;
    border-bottom: 1px solid #f78c3b; */

    color: #f78c3b;
    border: 1px solid #f78c3b;
    border-bottom: none;
}

.projects .tabsection .tab-content {
    margin-top: 10px;
}

.projects .tabsection .tab-content .tab-pane .item a.btn {
    display: block;
}

.projects .tabsection .tab-content .tab-pane .image-box {
    width: 100%;
    height: 480px;
    overflow: hidden;
}

.projects .tabsection .tab-content .tab-pane .image-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    /* filter: grayscale(100%); */
    transition: 1s;
}


/* .projects .tabsection .tab-content .tab-pane .image-box:hover img {
    filter: grayscale(0%);
} */

.projects .tabsection .tab-content .tab-pane .num {
    position: absolute;
    top: -10px;
    left: 20px;
    font-size: 50px;
    /* font-family: "Raleway", sans-serif; */
    font-weight: bold;
    color: #e9e9e9;
    line-height: 109px;
    z-index: 99;
    text-shadow: 2px 0px 5px rgba(0, 0, 0, .5);
}

.projects .tabsection .tab-content .tab-pane .content {
    position: absolute;
    bottom: 0;
    width: 100%;
    font-size: 18px;
    color: #e9e9e9;
    text-align: center;
    padding: 20px;
    background-color: #000000a0;
}

.projects .tabsection .tab-content .owl-carousel .owl-nav .owl-prev span {
    background-image: url(../images/left-arrow.png);
    background-repeat: no-repeat;
    background-size: contain;
    padding: 0 10px;
    text-indent: -999999999px;
    display: inline-block;
}

.projects .tabsection .tab-content .owl-carousel .owl-nav .owl-next span {
    background-image: url(../images/right-arrow.png);
    background-repeat: no-repeat;
    background-size: contain;
    padding: 0 10px;
    text-indent: -999999999px;
    display: inline-block;
}

.projects .tabsection .tab-content .owl-carousel .owl-nav button:hover {
    background-color: transparent;
}

.projects .tabsection .tab-content .owl-carousel .owl-dots button span {
    background-color: #00173C;
}

.projects .tabsection .tab-content .owl-carousel .owl-dots .active span {
    border: 1px solid #00173C;
    background: transparent;
}

/* Projects area css end */



/* Blog area css start */

.blog {
    margin: 80px 0;
}

.blog .blog-area {
    margin-top: 40px;
}

.blog .blog-box .image {
    width: 100%;
    height: 220px;
    overflow: hidden;
}

.blog .blog-box .image img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center;
    /* filter: grayscale(100%); */
    transition: all .5s ease-in-out;
}

.blog .blog-area .blog-box:hover img {
    /* filter: grayscale(0%); */
    transform: scale(1.2);
}

.blog .blog-box p.date {
    color: #00173C;
    font-size: 16px;
    font-weight: 400;
    margin: 20px 0;
}

.blog .blog-box h5.title {
    color: #00173C;
    font-size: 22px;
    font-weight: 600;
    line-height: 28px;
}

.blog .blog-area .blog-box:hover h5.title {
    color: #f78c3b;
}

.blog .blog-area .owl-carousel .owl-nav .owl-prev span {
    background-image: url(../images/left-arrow.png);
    background-repeat: no-repeat;
    background-size: contain;
    padding: 0 10px;
    text-indent: -999999999px;
    display: inline-block;
}

.blog .blog-area .owl-carousel .owl-nav .owl-next span {
    background-image: url(../images/right-arrow.png);
    background-repeat: no-repeat;
    background-size: contain;
    padding: 0 10px;
    text-indent: -999999999px;
    display: inline-block;
}

.blog .blog-area .owl-carousel .owl-nav button:hover {
    background-color: transparent;
}

.blog .blog-area .owl-carousel .owl-dots button span {
    background-color: #00173C;
}

.blog .blog-area .owl-carousel .owl-dots .active span {
    border: 1px solid #00173C;
    background: transparent;
}

/* Blog area css end */



/* Video area css start */

.video {
    background-image: url(../images/video-bg.jpg);
    padding: 100px 0;
}

.video h3 {
    color: #e9e9e9;
    line-height: 52px;
}

.video .play-icon {
    background-color: #e9e9e9;
    border-radius: 50%;
    position: relative;
    z-index: 0;
    height: 150px;
    width: 150px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.video .play-icon .vImg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    overflow: hidden;
    z-index: -1;
}

.video .play-icon .vImg img {
    object-fit: cover;
    object-position: center;
    height: 100%;
    width: 100%;
}

.video .play-icon div {
    animation: growAndFade 3s infinite ease-out;
    background-color: #e9e9e9;
    border-radius: 50%;
    height: 100%;
    opacity: 0;
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    z-index: -1;
}

.video .play-icon .circle1 {
    animation-delay: 1s;
}

.video .play-icon.circle2 {
    animation-delay: 2s;
}

.video .play-icon.circle3 {
    animation-delay: 3s;
}


@keyframes growAndFade {
    0% {
        opacity: .25;
        transform: scale(0.5);
    }

    100% {
        opacity: 0;
        transform: scale(2);
    }
}

.video .play-icon a {
    display: block;
    background: #f78c3b;
    padding: 15px;
    border-radius: 50%;
    border: 3px solid #e9e9e9;
}

.video .play-icon a img {
    width: 24px;
}

/* .video .orangebtn {
    padding: 20px 25px;
} */

.video .orangebtn .svg-inline--fa {
    height: 1.1em;
    margin-left: 18px;
    color: #000;
}

/* Video area css end */


/* Map area css Start */

.map {
    text-align: center;
    padding: 80px 0;
    background-color: #E1E6E9;
}

.map h2 {
    margin: 12px auto;
}

.map h3 {
    text-align: center;
}

.map .map-area {
    margin-top: 40px;
}




/* Map area css end */



/* Contact area css Start */
.contact {
    position: relative;
    background-image: url(../images/contact-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 50px 0;
    z-index: 1;
}

.contact::after {
    content: '';
    background-image: linear-gradient(to left, #00173cfc, #193562);
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    z-index: -1;
    width: 100%;
}

.contact .form-side h4 {
    font-size: 30px;
    margin-bottom: 15px;
    font-weight: bold;
}

.contact .form-side form input {
    background-color: transparent;
    border-bottom: 1px solid #e9e9e9;
    padding: 10px 0 10px 30px;
    margin-bottom: 20px;
    width: 100%;
    border-top: 0;
    border-right: 0;
    border-left: 0;
    color: #e9e9e9;
}

.contact .form-side form input:focus,
.contact .form-side form textarea:focus {
    border-bottom: 1px solid #e9e9e9;
    border-top: 0;
    border-right: 0;
    border-left: 0;
    outline: none;
    box-shadow: none;
}

.contact .form-side form input::placeholder,
.contact .form-side form textarea::placeholder {
    color: #e9e9e9;
}

.contact .form-side form textarea {
    background-color: transparent;
    border-bottom: 1px solid #e9e9e9;
    margin-bottom: 20px;
    width: 100%;
    border-top: 0;
    border-right: 0;
    border-left: 0;
    color: #e9e9e9;
    height: 100px;
    resize: none;
    padding-left: 30px;
}

.contact .form-side form button {
    /* font-family: "Raleway", sans-serif; */
    color: #f78c3b;
    background-color: #ffffffbd;
    border: 1px solid #e9e9e9;
    text-decoration: none;
    padding: 18px 40px;
    font-size: 18px;
    display: inline-block;
    line-height: normal;
    transition: 1s;
    float: right;
    font-weight: 600;
}

.contact .form-side form button:hover {
    background-color: #f78c3b;
    color: #e9e9e9;
}

.contact .form-side form button .svg-inline--fa {
    height: 1.0em;
    margin-left: 10px;
}

.contact .form-side form .name-box {
    background-image: url(../images/name.png);
    background-repeat: no-repeat;
    background-size: auto;
    background-position: left;
}

.contact .form-side form .email-box {
    background-image: url(../images/mail.png);
    background-repeat: no-repeat;
    background-size: auto;
    background-position: left;
}

.contact .form-side form .whatsapp-box {
    background-image: url(../images/whatsapp.png);
    background-repeat: no-repeat;
    background-size: auto;
    background-position: left;
}

.contact .form-side form .message-box {
    background-image: url(../images/message.png);
    background-repeat: no-repeat;
    background-size: auto;
    background-position: left top;
}

.contact .location {
    position: absolute;
    left: 0;
    bottom: -50px;
    top: 50px;
    width: 52%;
    overflow: hidden;
}

.contact .location img {
    width: 100%;
    height: 100%;
    object-position: center;
    object-fit: cover;
}

/* Contact area css end */


/* Footer area Css Start */

.top-footer {
    background-color: #181802;
    padding: 120px 0 50px 0;
}

.top-footer h5.contact-tittle {
    color: #e9e9e9;
    /* font-family: "Raleway", sans-serif; */
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 18px;

}

.top-footer p {
    font-size: 16px;
    font-weight: 400;
    color: #e9e9e9;
    line-height: 22px;
}

.top-footer .call {
    margin-top: 20px;
}

.top-footer .call a {
    display: table;
    color: #e9e9e9;
    text-decoration: none;
    font-size: 20px;
    margin-bottom: 10px;
}

.top-footer .call a .fa-phone,
.top-footer .call a .fa-whatsapp {
    color: #f78c3b;
    margin-right: 10px;
}




footer .bottom-footer {
    padding-top: 80px;
    /* background: rgb(0,23,60); */
    /* background: linear-gradient(90deg, rgba(0,23,60,1) 57%, rgba(0,18,46,1) 50%); */
    background: rgb(72 95 132);
    background: rgb(25 53 98);
    position: relative;
    z-index: 0;
}


footer .bottom-footer .quick-contact {
    padding-left: 40px;
}

footer .bottom-footer h5.tittle {
    color: #e9e9e9;
    /* font-family: "Raleway", sans-serif; */
    font-size: 30px;
    font-weight: 500;
    margin-bottom: 15px;
}

footer .bottom-footer .quick-contact h5.tittle {
    margin-bottom: 5px;
    font-weight: 500;
}

footer .bottom-footer .menu {
    display: flex;
    justify-content: space-between;
}

footer .bottom-footer .menu ul {
    padding-left: 20px;
    padding-right: 35px;
}

footer .bottom-footer .menu ul li {
    font-size: 20px;
    line-height: 38px;
}

footer .bottom-footer .menu ul li::marker {
    background-color: #e9e9e9;
    color: #e9e9e9;
}

footer .bottom-footer .menu ul li a {
    color: #e9e9e9;
    text-decoration: none;
}

footer .bottom-footer .menu ul li a:hover {
    color: #f78c3b;
}

footer .bottom-footer ul.contact-del {
    padding-right: 20px;
}

footer .bottom-footer ul.contact-del li {
    list-style: none;
    font-size: 20px;
    line-height: 38px;
}

footer .bottom-footer ul.contact-del li .svg-inline--fa {
    color: #e9e9e9;
}

footer .bottom-footer ul.contact-del li a {
    text-decoration: none;
    color: #e9e9e9;
}

footer .bottom-footer .newsletter {
    margin-top: 10px;
    position: relative;
}

/* footer .bottom-footer .newsletter::before {
    content: '';
    position: absolute;
    left: 4px;
    top: 4px;
    border-top: 0px solid transparent;
    border-left: 25px solid #f78c3b;
    border-bottom: 25px solid transparent;
} */

footer .bottom-footer .newsletter form {
    position: relative;
}

footer .bottom-footer .newsletter form input {
    width: 100%;
    background: transparent;
    border: 1px solid #e9e9e9;
    border-radius: 0;
    height: 60px;
    padding: 10px 155px 10px 20px;
    color: #e9e9e9;
    text-transform: uppercase;
}

footer .bottom-footer .newsletter form input:focus {
    background: transparent;
    border: 1px solid #e9e9e9;
    border-radius: 0;
    outline: none;
    box-shadow: none;
}

footer .bottom-footer .newsletter form input::placeholder {
    color: #e9e9e9;
}

footer .bottom-footer .newsletter form button {
    border: none;
    padding: 12px 35px;
    position: absolute;
    top: 5px;
    right: 5px;
    margin: 0;
    /* font-family: 'Poppins'; */
    font-weight: 400;
    font-size: 18px;
}

footer .bottom-footer .copyright {
    background-color: #02132e;
    height: 60px;
    line-height: 60px;
    margin-top: 30px;
}

footer .bottom-footer .copyright p {
    color: #e9e9e9;
    font-size: 14px;
}

footer .bottom-footer .copyright p a {
    color: #f78c3b;
    text-decoration: none;
}

footer .bottom-footer .bottom_menu {
    color: #e9e9e9;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
}

footer .bottom-footer .bottom_menu a {
    color: #e9e9e9;
    text-decoration: none;
    font-size: 14px;
    margin: 0 15px;
}

.faq {
    padding: 80px 0;
    background-color: #E1E6E9;
}

.faq h3 {
    text-align: center;
    margin-bottom: 50px;
}

.faq .accordion {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.faq .accordion .accordion-item {
    flex: 0 0 100%;
    height: fit-content;
    border: none;
    position: relative;
    box-shadow: 0 5px 8px #0000002e;
}

.faq .accordion .accordion-item button {
    font-size: 18px;
    color: #000;
    font-weight: 600;
}

.faq .accordion .accordion-item button:focus {
    background-color: #D9E6FC;
    border: none;
    outline: none;
    box-shadow: none;
}

.faq .accordion .accordion-item .accordion-collapse {
    /* position: absolute; */
    width: 100%;
    background-color: #e9e9e9;
    padding: 10px;
    z-index: 99;
}

.faq .accordion .accordion-item .accordion-body p {
    margin-bottom: 10px;
}

.tag_area {
    margin: 70px 0;
}

footer .tag_area h5 {
    font-size: 26px;
    font-weight: 600;
    margin-bottom: 16px;
}

footer .tag_area p {
    margin-bottom: 16px;
}

footer .bottom-footer .qr_section {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 20px;
    margin-top: 30px;
}

footer .bottom-footer .qr_section .qr img {
    border-radius: 5px;
}

footer .bottom-footer .qr_section p {
    font-size: 16px;
    font-weight: 500;
    color: #e9e9e9;
}


/* Footer area Css end */



/* Inner pages banner css start */

.inner-banner {
    height: 350px;
    position: relative;
    overflow: hidden;
}

.inner-banner .bgImage {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
}

.inner-banner .bgImage img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.inner-banner .text {
    position: absolute;
    z-index: 2;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}

.inner-banner .text h2 {
    display: inline-block;
}

.inner-banner .customBreadcrumb {
    position: absolute;
    z-index: 2;
    left: 50%;
    transform: translateX(-50%);
    bottom: 20px;
}

.inner-banner .customBreadcrumb .breadcrumb-item {
    color: #e9e9e9;
    font-size: 18px;
    font-weight: 500;
}

.inner-banner .customBreadcrumb .breadcrumb-item a {
    color: #f78c3b;
    text-decoration: none;
}

.inner-banner .breadcrumb-item+.breadcrumb-item::before {
    color: #e9e9e9;
    font-size: 18px;
    font-weight: 500;
}

.inner-banner::after {
    content: '';
    position: absolute;
    background-color: #00173ca6;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.inner-banner h1 {
    font-size: 35px;
}

/* Inner pages banner css start */


/* About us page css start */

.mission {
    margin-bottom: 90px;
    position: relative;
}

.mission .imageBody {
    height: 600px;
    overflow: hidden;
}

.mission .missionText {
    padding: 40px 20px;
    border-radius: 10px;
    box-shadow: 0 5px 60px #00000015;
    background-color: #e9e9e9;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -250px;
    z-index: 99;
    width: 85%;
}

.mission .missionText h3 {
    text-align: center;
}

.mission .missionText p {
    margin-top: 15px;
    font-size: 16px;
    font-weight: 500;
    line-height: 23px;
    color: #000;
}

.mission .missionText ol {
    /* font-family: "Raleway", sans-serif; */
    color: #131313;
    font-size: 21px;
    font-weight: 500;
    padding-left: 13px;
    margin: 15px 0;
}

.mission .missionText ol li {
    line-height: 20px;
    margin-bottom: 12px;
}

.companyVideo {
    margin-top: 340px;
    margin-bottom: 90px;
}

.companyVideo .mainVideo {
    position: relative;
    height: 555px;
}

.companyVideo .mainVideo::after {
    content: '';
    background-color: #000000b3;
    position: absolute;
    height: 100%;
    width: 100%;
    z-index: 0;
}

.companyVideo .mainVideo .videobg {
    width: 100%;
    height: 100%;
    position: absolute;
    overflow: hidden;
}

.companyVideo .mainVideo .videobg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.companyVideo .mainVideo .videotext {
    position: absolute;
    text-align: center;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 80%;
    z-index: 3;
}

.companyVideo h3 {
    color: #e9e9e9;
}

.companyVideo .play-icon {
    background-color: #e9e9e9;
    padding: 20px;
    border-radius: 50%;
    position: relative;
    z-index: 0;
    width: 85px;
    text-align: center;
    margin-top: 40px;
}

.companyVideo .play-icon div {
    animation: bubble 3s infinite ease-out;
    background-color: #e9e9e9;
    border-radius: 50%;
    height: 100%;
    opacity: 0;
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    z-index: -1;
}

.companyVideo .play-icon .circle1 {
    animation-delay: 1s;
}

.companyVideo .play-icon.circle2 {
    animation-delay: 2s;
}

.companyVideo .play-icon.circle3 {
    animation-delay: 3s;
}


@keyframes bubble {
    0% {
        opacity: .25;
        transform: scale(0.5);
    }

    100% {
        opacity: 0;
        transform: scale(2);
    }
}

.whyChoseus {
    margin-bottom: 90px;
}

.whyChoseus p {
    font-size: 16px;
    font-weight: 400;
    line-height: 23px;
    color: #000;
}

.whyChoseus ol {
    /* font-family: "Raleway", sans-serif; */
    color: #131313;
    font-size: 16px;
    font-weight: 400;
    padding-left: 13px;
    margin: 15px 0;
}

.whyChoseus ol li {
    line-height: 20px;
    margin-bottom: 12px;
}

.whyChoseus .imageArea {
    height: 650px;
    width: 100%;
    overflow: hidden;
}

.whyChoseus .imageArea img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center;
}

.whyChoseus span.border {
    position: relative;
    display: block;
    z-index: 0;
}

.whyChoseus span.border::after {
    content: '';
    position: absolute;
    height: 100%;
    width: 100%;
    top: 20px;
    left: -20px;
    border: 6px solid #f78c3b;
    z-index: -1;
}


.certificate {
    margin-bottom: 90px;
}

.certificate .certificateSlide .owl-carousel .item {
    padding: 10px;
    background: #e9e9e9;
    box-shadow: 0 5px 15px #00000024;
    margin: 20px;
    height: 300px;
}

.certificate .certificateSlide .owl-carousel .item img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center;
}

.certificate .certificateSlide .owl-carousel .owl-nav .owl-prev span {
    background-image: url(../images/left-arrow.png);
    background-repeat: no-repeat;
    background-size: contain;
    padding: 0 10px;
    text-indent: -999999999px;
    display: inline-block;
}

.certificate .certificateSlide .owl-carousel .owl-nav .owl-next span {
    background-image: url(../images/right-arrow.png);
    background-repeat: no-repeat;
    background-size: contain;
    padding: 0 10px;
    text-indent: -999999999px;
    display: inline-block;
}

.certificate .certificateSlide .owl-carousel .owl-nav button:hover {
    background-color: transparent;
}

.certificate .certificateSlide .owl-carousel .owl-dots button span {
    background-color: #00173C;
}

.certificate .certificateSlide .owl-carousel .owl-dots .active span {
    border: 1px solid #00173C;
    background: transparent;
}

.registrations .imageArea {
    background-image: url(../images/documets-img.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}

.registrations .textArea {
    background-color: #00173C;
    padding: 60px 30px;
}

.registrations .textArea h3 {
    color: #e9e9e9;
}

.registrations .textArea p {
    font-size: 16px;
    font-weight: 500;
    line-height: 23px;
    color: #e9e9e9;
    margin-top: 10px;
}

.registrations .textArea ol {
    /* font-family: "Raleway", sans-serif; */
    color: #e9e9e9;
    font-size: 16px;
    font-weight: 400;
    padding-left: 23px;
    margin: 15px 0;
}

.registrations .textArea ol li {
    margin-bottom: 5px;
}

/* .registrations .textArea ol li strong { font-weight: 600;} */


/* About us page css end */



/* Service page Css start */

.sevicesList {
    /* margin: 90px 0; */
}

.sevicesList p {
    margin-top: 12px;
    font-size: 16px;
    font-weight: 500;
    line-height: 23px;
    color: #000;
}

.sevicesList .services {
    background-image: none;
    padding: 0;
}

.sevicesList .services:after {
    display: none;
}

.otherService {
    /* background-image: url(../images/otherservice-bg.png);
    background-repeat: no-repeat;
    background-size: cover; */
    background: #f1fafd;
    padding: 70px 0;
}

.otherService h2 {
    color: #181818;
    border-left: 8px solid #181818;
}

.otherService h3 {
    color: #181818;
}

.otherService .owl-carousel .item .drawing_img {
    width: 100%;
    height: 250px;
    padding: 12px;
    background: #9090904a;
    overflow: hidden;
}

.otherService .owl-carousel .item .drawing_img img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center;
}

.otherService .owl-carousel .item p {
    font-size: 24px;
    text-align: center;
    /* font-family: "Raleway", sans-serif; */
    color: #181818;
    margin-top: 20px;
}


.otherService .owl-carousel .owl-nav .owl-prev span {
    background-image: url(../images/left-arrow-wh.png);
    background-repeat: no-repeat;
    background-size: contain;
    padding: 0 10px;
    text-indent: -999999999px;
    display: inline-block;
}

.otherService .owl-carousel .owl-nav .owl-next span {
    background-image: url(../images/right-arrow-wh.png);
    background-repeat: no-repeat;
    background-size: contain;
    padding: 0 10px;
    text-indent: -999999999px;
    display: inline-block;
}

.otherService .owl-carousel .owl-nav button:hover {
    background-color: transparent;
}

.otherService .owl-carousel .owl-dots button span {
    background-color: #141414;
}

.otherService .owl-carousel .owl-dots .active span {
    border: 1px solid rgb(25 53 98);
    background: transparent;
}

.services-inner-banner {
    height: 350px;
    position: relative;
    overflow: hidden;
}

.services-inner-banner .bgImage {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
}

.services-inner-banner .bgImage img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.services-inner-banner .text {
    position: absolute;
    z-index: 2;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}

.services-inner-banner .text h2 {
    display: inline-block;
}

.services-inner-banner .customBreadcrumb {
    position: absolute;
    z-index: 2;
    left: 50%;
    transform: translateX(-50%);
    bottom: 20px;
}

.services-inner-banner .customBreadcrumb .breadcrumb-item {
    color: #e9e9e9;
    font-size: 18px;
    font-weight: 500;
}

.services-inner-banner .customBreadcrumb .breadcrumb-item a {
    color: #f78c3b;
    text-decoration: none;
}

.services-inner-banner .breadcrumb-item+.breadcrumb-item::before {
    color: #e9e9e9;
    font-size: 18px;
    font-weight: 500;
}

.services-inner-banner::after {
    content: '';
    position: absolute;
    background-color: #00173ca6;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

/* Service page Css end */

/* Client page Css start */

.clients {
    margin: 90px 0;
}

.clients .logoList {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: stretch;
    gap: 16px;
}

.clients .logoList .logoBox {
    background-color: #e9e9e9;
    border: 1px solid #f78c3b;
    width: 210px;
    text-align: center;
    padding: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
    gap: 5px;
}

.clients .logoList .logoBox::before {
    content: '';
    position: absolute;
    left: -4px;
    top: -4px;
    width: 0;
    height: 0;
    border-bottom: 50px solid transparent;
    border-right: 50px solid transparent;
    border-top: 50px solid #f78c3b;
    z-index: -1;
}

.clients .logoList .logoBox::after {
    content: '';
    position: absolute;
    right: -4px;
    bottom: -4px;
    width: 0;
    height: 0;
    border-top: 50px solid transparent;
    border-left: 50px solid transparent;
    border-bottom: 50px solid #f78c3b;
    z-index: -1;
}

.clients .logoList .logoBox .logo {
    width: 100%;
    height: 80px;
    margin: 5px 0;
}

.clients .logoList .logoBox img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
}

.clients .logoList .logoBox p {
    /* font-family: "Raleway", sans-serif; */
    font-size: 16px;
    font-weight: 500;
    color: #848484;
    line-height: 16px;
}

.clients .nav {
    /* gap: 50px; */
}

.clients .nav-tabs {
    border: none;
}

.clients .nav h3 {
    font-size: 48px;

}

.clients .nav h3:hover {
    cursor: pointer;
}

.clients .nav .active {

    color: #f78c3b;
    border: 1px solid #f78c3b;
    border-bottom: none;
}





.clients .nav h3 {
    padding: 10px 30px;
    border: 1px solid #0f0f0f;
    border-bottom: none;
    color: #6e6a6a;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    margin-right: 5px;
    line-height: 30px;
}

.clients .nav {
    border-bottom: 1px solid #6e6a6a;
}

/* Client page Css start */

/* Project page Css start */

.projectLists {
    /* margin: 90px 0; */
    margin-bottom: 90px;
}

.projectLists .listingArea {
    margin-top: 50px;
}

.projectLists .nav-tabs {
    display: flex;
    justify-content: space-between;
    border-bottom: none;
}

.projectLists .nav-tabs h5 {
    /* font-family: "Raleway", sans-serif; */
    color: #000;
    font-weight: 500;
    font-size: 16px;
    /* padding-bottom: 6px; */
    padding: 10px 15px;
    background: #ffefe7;
    border-radius: 50px;

}

.projectLists .nav-tabs h5:hover {
    cursor: pointer;
}

.projectLists .nav-tabs h5.active {
    color: #f78c3b;
    border-bottom: 3px solid #f78c3b;
}

.projectLists .projectBox {
    position: relative;
    margin-top: 30px;
}

.projectLists .projectBox .image {
    width: 100%;
    height: 400px;
    overflow: hidden;
}

.projectLists .projectBox .image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    /* filter: grayscale(100%); */
    transition: all .5s ease-in-out;
}

.projectLists .projectBox:hover img {
    filter: grayscale(0);
    transform: scale(1.2);
}

.projectLists .projectBox .text {
    background-color: #000000a0;
    padding: 15px;
    position: absolute;
    bottom: 0px;
    left: 0px;
    right: 0px;
    color: #e9e9e9;
    font-weight: 400;
    font-size: 16px;
}

.projectLists .projectBox:hover .text {
    background: #000;
}

.projectLists .projectBox .text h6 {
    /* font-family: "Raleway", sans-serif; */
    font-weight: 500;
    color: #f78c3b;
    font-size: 22px;
}

.projectLists .projectBox .text p {
    font-weight: 500;
    color: #000;
    font-size: 16px;
}

/* Project page Css end */

/* Resource page css start */

.team {
    margin: 90px 0;
}

.team .teamMembers {
    margin-top: 50px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 45px;
}

.team .member {
    flex: 1;
    /* background-color: #eee; */
    padding: 20px;
    box-shadow: 0 6px 20px #d2d2d2;
}

.team .member .profileImg {
    width: 340px;
    height: 320px;
    overflow: hidden;
    transition: transform 0.6s;
    transform-style: preserve-3d;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
}

.team .member .profileImg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.team .member:hover .profileImg {
    transform: rotateY(360deg);
}

/*.team .member .profileCont {
    padding: 20px;
    margin-left: 25px;
}*/

/*.team .member .profileCont::after {
    content: '';
    position: absolute;
    left: 15px;
    right: 0;
    bottom: 0;
    top: 15px;
    width: 100%;
    height: 95%;
    border: 1px solid #f78c3b;
    z-index: -1;
}*/

.team .member .profileCont h5 {
    color: #0f0f0f;
    font-size: 18px;
    font-weight: 600;
}

.team .member .profileCont p {
    color: #0f0f0f;
    font-size: 16px;
    font-weight: 500;
    margin-top: 8px;
}

.team .member .profileCont a {
    display: block;
    color: #0f0f0f;
    font-size: 16px;
    /* font-family: "Raleway", sans-serif; */
    text-decoration: none;
    font-weight: 500;
    margin-top: 14px;
}

.resources {
    margin-bottom: 90px;
}

.resources .contentBody {
    background-color: #ffffff;
    padding: 30px 20px 20px 20px;
    box-shadow: 0 6px 20px #d2d2d2;
    position: relative;
    overflow: hidden;
    /* border-radius: 10px; */
    width: 100%;
}

.resources .contentBody::after {
    content: '';
    width: 150px;
    height: 150px;
    position: absolute;
    right: -40px;
    top: -40px;
    /* background-color: #f78c3b7a; */
    border-radius: 50%;
    filter: blur(3.2rem);
}

.resources .contentBody h4 {
    color: #000;
    font-size: 32px;
    margin-bottom: 15px;
}

.resources .contentBody ul li {
    list-style: none;
    margin-bottom: 20px;
    font-size: 18px;
    /* font-weight: 600; */
    line-height: 20px;
    display: flex;
    align-items: center;
    gap: 14px;
}

.resources .contentBody ul .tecLogo {
    flex: 0 0 65px;
    width: 70px;
    height: 70px;
    overflow: hidden;
    /* background: #ff520338; */
    padding: 4px;
    border: 1px solid #aaa;
}

.resources .contentBody ul .tecLogo img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
}

.resources .contentBody dt {
    position: relative;
    padding-left: 20px;
}

.resources .contentBody dd {
    padding-left: 20px;
}

.resources .contentBody dt::before {
    content: '';
    border: 3px solid #f78c3b;
    width: 12px;
    height: 12px;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.imageSlide {
    margin-bottom: 90px;
}

.imageSlide .officeImg .imageArea {
    width: 100%;
    height: 400px;
    overflow: hidden;
}

.imageSlide .officeImg .imageArea img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    transition: all .5s ease-in-out;
}

.imageSlide .officeImg .imageArea:hover img {
    transform: scale(1.2);
}

.officeImg .owl-carousel .owl-nav .owl-prev span {
    background-image: url(../images/left-arrow.png);
    background-repeat: no-repeat;
    background-size: contain;
    padding: 0 10px;
    text-indent: -999999999px;
    display: inline-block;
}

.officeImg .owl-carousel .owl-nav .owl-next span {
    background-image: url(../images/right-arrow.png);
    background-repeat: no-repeat;
    background-size: contain;
    padding: 0 10px;
    text-indent: -999999999px;
    display: inline-block;
}

.officeImg .owl-carousel .owl-nav button:hover {
    background-color: transparent;
}

.officeImg .owl-carousel .owl-dots button span {
    background-color: #00173C;
}

.officeImg .owl-carousel .owl-dots .active span {
    border: 1px solid #00173C;
    background: transparent;
}

/* Resource page css end */



/* gallery page css start */

.galleryArea {
    margin: 70px 0;
}

.galleryImage {
    width: 100%;
    height: 400px;
    position: relative;
    border: 5px solid #e9e9e9;
    padding: 5px;
    box-shadow: 0px 10px 15px #0000001f;
}

.galleryImage .image {
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: 0;
    position: relative;
}

.galleryImage .image::after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    background-image: linear-gradient(to bottom, #0000, #000000c2);
    z-index: 9;
    left: 0;
    top: 0;
}

.galleryImage .image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    /* filter: grayscale(100%); */
    transition: all .5s ease-in-out;
}

a .galleryImage:hover img {
    /* filter: grayscale(0%); */
    transform: scale(1.2);
}

.galleryImage p {
    position: absolute;
    bottom: 5px;
    left: 5px;
    right: 5px;
    z-index: 9;
    padding: 20px;
    font-size: 18px;
    line-height: 24px;
    font-weight: 500;
    color: #e9e9e9;
    background: #0000004d;
    transform: translate(all ease-in-out .30s);
}


.galleryImage:hover p {
    background: #000;
}

/* gallery page css end */

/* Contact us page css start */

.contactArea {
    margin: 90px 0;
}

.contactArea .contactBox {
    /* background-color: #e9e9e9;
    padding: 30px 20px;
    box-shadow: 0 5px 15px #00000011;
    position: relative;
    overflow: hidden; */
    margin-bottom: 20px;
}

.contactArea .contactBox h2 {
    font-size: 20px;
    text-transform: uppercase;
    display: block;
    font-weight: 600;
    margin-bottom: 0px;
    border: none;
    padding-left: 0;
}

.contactArea .contactBox a,
.contactArea .contactBox p {
    font-size: 18px;
    text-decoration: none;
    color: #00173C;
    font-weight: 500;
}

/* .contactArea .contactBox::after {
    content: '';
    width: 100px;
    height: 100px;
    position: absolute;
    right: -30px;
    top: -30px;
    background-color: #f78c3b7a;
    border-radius: 50%;
    filter: blur(3.2rem);
} */

.contactArea .formField {
    margin-top: 30px;
}

.contactArea .formField input[type] {
    width: 100%;
    height: 45px;
    margin-bottom: 25px;
    padding: 20px;
    border-radius: 0;
    border: none;
    background-color: #F2F5F9;
    border-bottom: 1px #d5d0d0 solid;
    font-size: 15px;
}

.contactArea .formField input[type]:focus {

    border-radius: 0;
    border: 1px solid #f78c3b;
    background: #e9e9e9;
    outline: none;
}

.contactArea .formField textarea {
    width: 100%;
    height: 120px;
    margin-bottom: 25px;
    padding: 20px;
    border-radius: 0;
    border: none;
    background-color: #F2F5F9;
    border: 1px solid transparent;
    font-size: 15px;
    resize: none;
    border-bottom: 1px #d5d0d0 solid;
}

.contactArea .formField textarea:focus {
    border-radius: 0;
    border: 1px solid #f78c3b;
    background: #e9e9e9;
    outline: none;
}

.contactArea .formField input[type]::placeholder,
.contactArea .formField textarea::placeholder {
    color: #00173C;
}

.contactArea .formField button {
    border: none;
}



/* .mapArea {
    margin-bottom: 90px;
} */

/* Contact us page css end */

/* Inner details page css start */

.innerDetails {
    margin: 90px 0 20px;
}

.innerDetails h3 {
    font-weight: 600;
    font-size: 20px;
    line-height: 30px;
}

.innerDetails .details-content p {
    font-family: 'Poppins' !important;
    margin-top: 12px;
    font-size: 15px;
    /* font-weight: 500; */
    line-height: 25px;
    color: #000;
}

.innerDetails .details-content p span span {
    font-family: 'Poppins' !important;
    margin-top: 12px;
    font-size: 15px;
    /* font-weight: 500; */
    line-height: 25px;
    color: #000;
}

.moreLists {
    margin-bottom: 90px;
}

.moreLists .service-box {
    position: relative;
    z-index: 5;
    margin: 30px 10px;
}

.moreLists .service-box .image-box {
    width: 100%;
    height: 160px;
    overflow: hidden;
}

.moreLists .service-box .image-box img {
    width: 100%;
    height: 100%;
    object-position: center;
    object-fit: cover;
}

.moreLists .service-box .content-box h4 {
    font-size: 16px;
    line-height: 23px;
    color: #00173C;
    /* font-family: "Raleway", sans-serif; */
    padding: 20px 0 0 10px;
    margin-left: 0px;
    border-left: 1px solid #f78c3b;
    text-align: left;
}

.moreLists .service-box::after {
    content: '';
    width: 100%;
    height: 190px;
    border: 5px solid #f78c3b;
    position: absolute;
    top: -15px;
    right: -15px;
    z-index: -1;
    box-shadow: 8px 8px 8px #f78c3b29;
}

.moreLists .projectBox {
    position: relative;
    margin-top: 30px;
}

.moreLists .projectBox .image {
    width: 100%;
    height: 400px;
    overflow: hidden;
}

.moreLists .projectBox .text {
    background-color: #e9e9e9;
    padding: 15px;
    position: absolute;
    bottom: 20px;
    left: 20px;
    right: 20px;
}

.moreLists .projectBox .image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    filter: grayscale(100%);
    transition: all .5s ease-in-out;
}

.moreLists .projectBox:hover img {
    filter: grayscale(0);
    transform: scale(1.2);
}

.moreLists .projectBox .text h6 {
    /* font-family: "Raleway", sans-serif; */
    font-weight: 500;
    color: #f78c3b;
    font-size: 22px;
}

.moreLists .projectBox .text p {
    font-weight: 500;
    color: #000;
    font-size: 16px;
}

.innerDetails .bgImage {
    padding: 0px 0px 30px;
    /* text-align: center; */
}

/* Inner details page css end */

/* PE page css start */

.pecerArea {
    margin: 70px 0;
}

.pecerImage {
    width: 100%;
    height: 400px;
    position: relative;
    border: 5px solid #e9e9e9;
    padding: 5px;
    box-shadow: 0px 10px 15px #0000001f;
}

.pecerImage .image {
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: 0;
    position: relative;
}

.pecerImage .image::after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    background-image: linear-gradient(to bottom, #0000, #000000c2);
    z-index: 9;
    left: 0;
    top: 0;
}

.pecerImage .image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    filter: grayscale(100%);
    transition: all .5s ease-in-out;
}

a .pecerImage:hover img {
    filter: grayscale(0%);
    transform: scale(1.2);
}

.pecerImage p {
    position: absolute;
    bottom: 0;
    z-index: 9;
    padding: 20px;
    font-size: 18px;
    line-height: 24px;
    font-weight: 500;
    color: #e9e9e9;
}

.headingMain {
    margin-bottom: 40px;
}

.headingMain p {
    margin-top: 12px;
    font-size: 16px;
    font-weight: 500;
    line-height: 23px;
    color: #000;
}

/* PE page css end */

.regArea {
    margin: 80px 0;
}

.regArea ol {
    /* font-family: "Raleway", sans-serif; */
    color: #131313;
    font-size: 16px;
    font-weight: 500;
    padding-left: 13px;
    margin: 15px 0;
}

.regArea ol li {
    line-height: 20px;
    margin-bottom: 12px;
}

/* Vacancy page css strat */

.vacancyArea {
    margin: 80px 0;
}

.vacancyArea h3 {
    margin-bottom: 50px;
}

.vacancyArea .jobBox {
    background-color: #e9e9e9;
    padding: 10px;
    box-shadow: 0px 10px 20px #0000002b;
}

.vacancyArea .jobBox .jobimage {
    width: 100%;
    height: 200px;
    overflow: hidden;
    margin-bottom: 10px;
}

.vacancyArea .jobBox .jobimage img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.vacancyArea .jobBox .jobTitle {
    font-size: 19px;
    color: #000;
    /* font-family: "Raleway", sans-serif; */
    font-weight: 500;
    line-height: 28px;
}

.vacancyArea .jobBox .jobDescription {
    font-size: 14px;
    color: #000;
    line-height: 21px;
    margin-top: 5px;
}

.vacancyArea .jobBox .time {
    font-size: 16px;
    font-weight: 500;
    color: #000;
    line-height: 28px;
    padding: 10px 0;
    margin: 10px 0;
    border-top: 1px solid #0000003d;
    border-bottom: 1px solid #0000003d;
}

.vacancyArea .jobBox .applybtn {
    display: block;
    background-color: #052d6c;
    padding: 15px;
    margin-top: 15px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 17px;
    color: #e9e9e9;
}

.vacancyArea .jobBox .applybtn:hover {
    background-color: #00173C;
}

/* Vacancy page css end */

/* vacency details  start*/
.vancancyDetails {
    margin: 80px 0;
}

.vancancyDetails h3 {
    margin-bottom: 50px;
}

.vancancyDetails p {
    margin-top: 12px;
    font-size: 16px;
    font-weight: 500;
    line-height: 26px;
    color: #000;
}

.vancancyDetails p a {
    color: #f78c3b;
    text-decoration: none;
}


.vancancyDetails .jobApplication {
    margin-top: 30px;
}

.vancancyDetails .jobApplication input[type] {
    width: 100%;
    height: 45px;
    margin-bottom: 25px;
    padding: 20px;
    border-radius: 0;
    border: none;
    background-color: #F2F5F9;
    border-bottom: 1px #d5d0d0 solid;
    font-size: 15px;
}

.vancancyDetails .jobApplication label {
    font-size: 15px;
    color: #000;
}

.vancancyDetails .jobApplication input[type="file"] {
    display: inline-block;
    background-color: transparent;
    padding: 0;
    width: auto;
    margin-left: 10px;
    height: auto;
    font-size: 15px;
}

.vancancyDetails .jobApplication input[type]:focus {
    border-radius: 0;
    border: 1px solid #f78c3b;
    background: #e9e9e9;
    outline: none;
}

.vancancyDetails .jobApplication textarea {
    width: 100%;
    height: 120px;
    margin-bottom: 25px;
    padding: 20px;
    border-radius: 0;
    border: none;
    background-color: #F2F5F9;
    border: 1px solid transparent;
    font-size: 18px;
    resize: none;
    border-bottom: 1px #d5d0d0 solid;
    font-size: 15px;
}

.vancancyDetails .jobApplication textarea:focus {
    border-radius: 0;
    border: 1px solid #f78c3b;
    background: #e9e9e9;
    outline: none;
}

.vancancyDetails .jobApplication input[type]::placeholder,
.vancancyDetails .jobApplication textarea::placeholder {
    color: #00173C;
}

.vancancyDetails .jobApplication button {
    border: none;
}

/* vacency details end*/


/* Our Certificate page */

.our__certificates {
    margin: 60px 0;
}

.our__certificates .certificates_wrap .certificates__image {
    width: 100%;
    height: 300px;
    overflow: hidden;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}



.our__certificates .certificates_wrap .certificates__image img {
    width: 80%;
    height: auto;
    max-width: 80%;
    max-height: 80%;
    object-fit: contain;
    object-position: center;
}

.our__certificates h3 {
    font-weight: 400;
    font-size: 18px;
    color: #000;
    line-height: 19px;
    margin: 15px 0;
}

/* .certificates__image::after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-image: url(../images/fream.png);
    background-repeat: no-repeat;
    z-index: 99;
    background-size: cover;
} */

.certificates__image.without-frame::after {
    content: none;
}

.our__certificates .certificates_wrap .certificates__image.with-frame{
    height: auto !important;
}

.our__certificates .certificates_wrap .certificates__image.with-frame img {
   width: 100%;
   height: 100%;
   max-width: 100%;
   max-height: 100%;
}



/* popup modal */

.popup_main {
    position: fixed;
    left: 0;
    top: 0;
    background: #000000af;
    height: 100%;
    width: 100%;
    z-index: 9;
}

.ad_popup {
    width: 40%;
    padding: 5px;
    max-height: 500px;
    background-color: #ffebaa;
    color: #000;
    box-shadow: -3px 3px 20px #0000004d;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 99999;
}

.ad_popup h1 {
    font-size: 42px;
    line-height: normal;
    color: #000;
    text-align: center;
}

.ad_popup .image {
    width: 100%;
    overflow: hidden;
    height: 100%;
}

.ad_popup .image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.ad_popup button {
    background: #ffebaa;
    border: none;
    padding: 4px 10px;
    color: #000;
    position: absolute;
    right: 0;
    top: 0;
    line-height: normal;
}

/* popup modal */
/* technical start */
.usefullLists {
    margin: 80px 0;
}

.usefullLists .technicalBox {
    position: relative;
    margin-top: 30px;
}

.usefullLists .technicalBox .image {
    width: 100%;
    height: 400px;
    overflow: hidden;
}

.usefullLists .technicalBox .image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    transition: all .5s ease-in-out;
}

.usefullLists .technicalBox:hover img {
    transform: scale(1.2);
}

.usefullLists .technicalBox .text {
    background-color: #000000a0;
    padding: 15px;
    position: absolute;
    bottom: 0px;
    left: 0px;
    right: 0px;
    color: #e9e9e9;
    font-weight: 500;
    font-size: 18px;
}

.usefullListsusefullLists .technicalBox .text h6 {
    /* font-family: "Raleway", sans-serif; */
    font-weight: 500;
    color: #f78c3b;
    font-size: 22px;
}

/* technical end */

/* Testimonial Section Start */

.testimonial {
    padding: 70px 0;
    background-color: #fff;
}

.testimonial h3 {
    text-align: center;
}

.testimonial .testimonial_slider {
    margin-top: 50px
}

.testimonial .test_box .Cli_img {
    width: 150px;
    height: 150px;
    overflow: hidden;
    border-radius: 50%;
    margin-left: 30px;
    position: relative;
    z-index: 9;
}

.testimonial .test_box .Cli_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.testimonial .test_box .content {
    background-color: #e9e9e9;
    padding: 20px 30px;
    position: relative;
}

.testimonial .test_box .content::after {
    content: '';
    background-color: #e9e9e9;
    width: 100%;
    height: 70px;
    position: absolute;
    top: -65px;
    left: 0;
    z-index: 0;
}

.testimonial .test_box .content h5.name {
    font-size: 26px;
    font-weight: 500;
    margin-bottom: 10px;
    color: #000;
}

.testimonial .test_box .content h6.designation {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 15px;
    color: #0000008f
}


.testimonial .testimonial_slider .owl-carousel .owl-nav .owl-prev span {
    background-image: url(../images/left-arrow.png);
    background-repeat: no-repeat;
    background-size: contain;
    padding: 0 10px;
    text-indent: -999999999px;
    display: inline-block;
}

.testimonial .testimonial_slider .owl-carousel .owl-nav .owl-next span {
    background-image: url(../images/right-arrow.png);
    background-repeat: no-repeat;
    background-size: contain;
    padding: 0 10px;
    text-indent: -999999999px;
    display: inline-block;
}

.testimonial .testimonial_slider .owl-carousel .owl-nav button:hover {
    background-color: transparent;
}

.testimonial .testimonial_slider .owl-carousel .owl-dots button span {
    background-color: #00173C;
}

.testimonial .testimonial_slider .owl-carousel .owl-dots .active span {
    border: 1px solid #00173C;
    background: transparent;
}

/* Testimonial Section Start */


.our__projects .project__type__card__row .project__image__large {
    overflow: hidden;
    height: auto;
    width: 100%;
}

.our__projects .project__type__card__row .project__image__large img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center;
}

.slider .carousel-item {
    height: 650px;
    overflow: hidden;
}


.slider .carousel-item img {
    width: 100%;
    height: 100%;
    object-position: center;
    object-fit: cover
}




/* captcha css start */

.captcha_main .captcha img {
    height: 52px
}

.captcha_main .captcha .btn-refresh {
    padding: 15px;
    background-color: #e9e9e9;
    border: 1px solid #e9e9e9;
    float: none;
    margin-left: 15px;
}

.captcha_main .captcha .btn-refresh .svg-inline--fa {
    margin: 0;
}

.captcha_main #captcha {
    margin-top: 15px;
    padding: 10px 0 10px;
}

.captcha_main .help-block {
    color: #ff1818;
}






.cards {
    display: flex;
    flex-wrap: wrap;
    grid-template-columns: 23% 23% 23% 23%;
    gap: 2%;
    /* margin: 4rem 5vw; */
    padding: 0;
    list-style-type: none;
    width: 100%;
}

.logoItem {
    display: list-item;
    text-align: -webkit-match-parent;
    unicode-bidi: isolate;
    flex: 0 0 23%;
    margin-bottom: 20px;
}


.card {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 213px;
    border-radius: 5px;
    overflow: hidden;
    text-decoration: none;
    /* background: linear-gradient(-20deg, #2b5876 0%, #4e4376 100%); */
    background: #f8f8f8a3;
    align-items: center;
    padding: 15px;
    pointer-events: none;
}


.card:hover {
    box-shadow: 0 0 #0000, 0 0 #0000, 0 0 #0000, 0 0 #0000, 0 10px 15px -3px rgba(0, 0, 0, .1), 0 4px 6px -4px rgba(0, 0, 0, .1);
}

.card__image {
    max-width: 215px;
    max-height: 85px;
    height: auto;
    margin: 15px 0;
}

/* .card__overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;      
    border-radius: 38px;    
    transform: translateY(100%);
    transition: .2s ease-in-out;
  } */

/* .card:hover .card__overlay {
    transform: translateY(0);
    bottom: 0;
  } */

/* .card__header {
    position: relative;
    display: flex;
    align-items: center;
    gap: 2em;
    padding: .5em 1.5em;
    border-radius: 20px 0 0 0;    
    background: rgb(255,94,21);
    background: linear-gradient(48deg, rgba(255,94,21,1) 0%, rgba(245,184,83,1) 100%);
    transform: translateY(-100%);
    transition: .2s ease-in-out;
    display: flex;
    align-items: center;
    color: #e9e9e9;
  } */


/* .card__arc {
    width: 80px;
    height: 80px;
    position: absolute;
    bottom: 100%;
    right: 0;      
    z-index: 1;
  }
  
  .card__arc path {
    fill: #f5b853;
    d: path("M 40 80 c 22 0 40 -22 40 -40 v 40 Z");
  }   */


/* .card:hover .card__header {
    transform: translateY(0);
  } */

.card__description {
    padding: 0;
    margin: 0;
    color: #131313;
    /* font-family: "MockFlowFont";    */
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    font-size: 16px;
    line-height: 20px;
    text-align: center;
}



.search-form {
    gap: 5px;
    background: #fff;
    width: 500px;
    padding: 5px;
    margin-top: 20px;
}

.search-form input[type="text"] {
    height: 48px;
    /* border:1px solid #5a5a5a; */
    /* border-radius: 50px; */
    border: none;
}

.orangebtn.refresh {
    border: none;
    height: 48px;
    line-height: 48px;
    padding: 0 25px;
    font-weight: 500;
    font-size: 16px;
    margin-top: 0;
    /* border-radius: 50px; */
}


#toTop {
    width: 50px;
    height: 50px;
    border-radius: 50px;
    padding: 5px 3px;
    background: #fff;
    color: #f78c3b;
    position: fixed;
    bottom: 100px;
    right: 10px;
    display: none;
    font-size: 35px;
    text-align: center;
    line-height: 40px;
    z-index: 2;
    box-shadow: 0 0 9px rgba(0, 0, 0, .2);
    font-weight: 700;

}


#toTop:hover {
    cursor: pointer;
}

#toTop span {
    font-size: 10px;
    color: #000;
    display: inline-block;
}

.sticky {
    box-shadow: 0 6px 10px rgba(0, 0, 0, .3);
}

.navbar.fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    background: #fff;
}


*,
html {
    scroll-behavior: smooth !important;
}

.cer_details_img .certificates__image {
    height: 510px !important;
}

.contact h1 {

    font-weight: 500;
    color: #e9e9e9;
    font-size: 57px !important;
}

.search_item {
    position: relative;
    height: 100px;
    background: #e1e1e1;
    border-radius: 10px;
    margin-top: -50px;
    margin-bottom: 50px;
    z-index: 9999;
    /* transform: translateY(50%); */
}

.search_button_pro {
    /* border: 1px solid #292828;
    padding: 0 20px;
    font-weight: 500 ;
    border-radius: 5px; */



    color: #e9e9e9;
    background-color: #f78c3b;
    text-decoration: none;
    padding: 13px 20px;
    font-size: 18px;
    display: inline-block;
    line-height: normal;
    transition: 1s;
    border: none;
    box-shadow: none;
}

.search_button_pro:hover {
    /* border: 1px solid #292828;
    background-color: #dddada; */

    background-color: #f48734;
    color: #e9e9e9;
    border: none;
    box-shadow: none;

}

.software_list {
    display: flex;
    flex-wrap: wrap;
}

.software_list li {
    flex: 0 0 24.333%;
}

/* type project area css start */


.type_project {
    padding: 30px 0;
    background: #E1E6E9;
}

.type_project h2 {
    text-align: center;
    margin-bottom: 40px;
}

.type_project p {
    font-size: 17px;
    font-weight: 500;
    color: #404040;
    line-height: 26px;
    letter-spacing: 0.8px;
}

.type_project .typeProject .item .image-body {
    position: relative;
    padding: 50px 0 0 0;
}

.type_project .typeProject {
    margin-top: 50px;
}

.projects .typeProject h3 {
    font-size: 25px !important;
    padding: 10px 30px;
    border: 1px solid #0f0f0f;
    border-bottom: none;
    color: #00173c;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    margin-right: 5px;
    line-height: 30px;
    background: #fff;
}

.projects .typeProject h3:hover {
    cursor: pointer;
}


.projects .typeProject .tab-content {
    margin-top: 10px;
}

.type_project .typeProject .item a.btn {
    display: block;
}

.type_project .typeProject .image-box {
    width: 100%;
    height: 300px;
    overflow: hidden;
}

.type_project .typeProject .image-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    /* filter: grayscale(100%); */
    transition: 1s;
}


.type_project .typeProject .content {
    position: absolute;
    bottom: 0;
    width: 100%;
    font-size: 18px;
    color: #e9e9e9;
    text-align: center;
    padding: 20px;
    background-color: #000000a0;
}

.type_project .typeProject .owl-carousel .owl-nav .owl-prev span {
    background-image: url(../images/left-arrow.png);
    background-repeat: no-repeat;
    background-size: contain;
    padding: 0 10px;
    text-indent: -999999999px;
    display: inline-block;
}

.type_project .typeProject .owl-carousel .owl-nav .owl-next span {
    background-image: url(../images/right-arrow.png);
    background-repeat: no-repeat;
    background-size: contain;
    padding: 0 10px;
    text-indent: -999999999px;
    display: inline-block;
}

.type_project .typeProject .owl-carousel .owl-nav button:hover {
    background-color: transparent;
}

.type_project .typeProject .owl-carousel .owl-dots button span {
    background-color: #00173C;
}

.type_project .typeProject .owl-carousel .owl-dots .active span {
    border: 1px solid #00173C;
    background: transparent;
}


/* type project area css end */



.sidebar {
    margin: 90px 0 20px;
}

.sidebar h3 {
    font-weight: 300;
    border-left: 8px solid #f78c3b;
    padding-left: 20px;
    color: #f78c3b;
    font-size: 32px;
    margin-bottom: 20px;
    line-height: 40px;
    display: inline-block;
}


.project {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.project .item {
    flex: 0 0 48%;
    width: 48%;
    margin-bottom: 15px;
    position: relative;
}

.project .item img {
    width: 100%;
    height: 150px;
    object-fit: cover;
}
.details_page .content {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, .8);
    height: 60px;
    padding: 7px 5px;
    color: #fff;

    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical
}


.blog_widget .item {
    margin-bottom: 5px;
}

.blog_widget .item .blog-box {
    display: flex;
    justify-content: center;
}

.blog_widget .item .blog-box .image {
    flex: 0 0 100px;
    margin-right: 15px;
    padding: 5px;
    border: 1px solid #535353;
    box-shadow: 0px 0px 8px #9d9d9d82;
}

.blog_widget .item .blog-box .image img {
    width: 100px;
    height: 100px;
    object-fit: cover;
}

.blog_widget .item .blog-box .blog_desc {
    display: flex;
    align-items: start;
    justify-content: center;
    flex-direction: column;
}

.blog_widget .item .blog-box .blog_desc .date {
    font-weight: 600;
    font-size: 16px;
    color: #00173C;
}

.blog_widget .item .blog-box .blog_desc h5 {
    font-size: 16px;
    line-height: 23px;
    color: #00173C;
    padding: 4px 0 4px 10px;
    margin-left: 0px;
    border-left: 2px solid #f78c3b;
    text-align: left;
}



  .enquery_form {
        background: #fff;
        border-radius: 15px;
        box-shadow: 0 0 15px #e7e7e7;
        padding: 15px 30px;

        h3{ color:#000; font-size: 25px; text-align: center; margin-top:0; margin-bottom: 10px;}

        label {
            color: #1d1d1d;
            margin-bottom: 5px;
        }

        input {
            height: 46px
        }

        textarea {
            height: 100px
        }
        button {border: none;}
    }



    
  .frame_box {
            position: relative;
        }
        .frame_box::before, .frame_box::after {
            content: "";
            position: absolute;
            top: 0;
            height: 17px;
            width: 17px;
        }
        .frame_box::before {
            background: url(../images/frame.png) no-repeat;
            left: 0;
        }
        .frame_box::after {
            background: url(../images/frame.png) no-repeat;
            background-position: right 0;
            right: 0;
        }
        .frame_box_tb {
            position: absolute;
            left: 17px;
            right: 17px;
            top: 0;
            bottom: 0;
        }
        .frame_box_tb::before, .frame_box_tb::after {
            content: "";
            position: absolute;
            left: 0;
            right: 0;
            height: 17px;
        }
        .frame_box_tb::before {
            top: 0;
            background: url(../images/frame2.png);
            background-position: -17px 0;
        }
        .frame_box_tb::after {
            bottom: 0;
            background: url(../images/frame2.png);
            background-position: 0px -17px;
        }
        .frame_box_lr {
            position: absolute;
            top: 17px;
            bottom: 17px;
            left: 0;
            right: 0;
        }
        .frame_box_lr::before,
        .frame_box_lr::after {
            content: "";
            position: absolute;
            top: 0;
            bottom: 0;
            width: 17px;
        }
        .frame_box_lr::before {
            left: 0;
            background: url(../images/frame3.png);
        }
        .frame_box_lr::after {
            right: 0;
            background: url(../images/frame3.png);
            background-position: -14px 0;
        }
        .frame_box_blr {
            position: absolute;
            bottom: 0;
            left: 0;
            right: 0;
            height: 17px;
        }
        .frame_box_blr::before,
        .frame_box_blr::after {
            content: "";
            position: absolute;
            width: 17px;
            height: 17px;
        }
        .frame_box_blr::before {
            left: 0;
            background: url(../images/frame.png) no-repeat;
            background-position: 0 -17px;
        }
        .frame_box_blr::after {
            right: 0;
            background: url(../images/frame.png) no-repeat;
            background-position: -17px -17px;
        }