@import url('https://fonts.googleapis.com/css2?family=Barlow:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&amp;family=Playfair+Display:ital,wght@0,400..900;1,400..900&amp;display=swap');

body {
    font-family: "Barlow", sans-serif;
}

:root {
    /* --e-global-color-primary: #141430; */
    --e-global-color-primary: #0055A4;
    --e-global-color-secondary: #1f3745;
    --e-global-color-accent: #30b0dc;
    /* --e-global-color-accent: #e6b127; */
    --e-global-color-text: #79848a;
    --e-global-color-white: #ffffff;
    --e-global-color-black: #000000;
    --e-global-color-grayish-blue: #8ba5b4;
    --e-global-color-very-dark-blue: #142935;
    --e-global-color-dark-grayish-blue: #8c9da7;
    --e-global-color-light-grayish-blue: #e4f3fc;
    --e-global-color-very-light-grayish-blue: #d9e3e9;
    --e-global-color-very-dark-desaturated-blue: #1c3545;
    --e-global-color-pure-red: #ff0000;
}




h1 {
    font-size: 54px;
    line-height: 62px;
    font-weight: 400;
    font-family: "Playfair Display", serif;
}

h2 {
    font-size: 46px;
    line-height: 52px;
    font-weight: 400;
    text-transform: capitalize;
    color: var(--e-global-color-secondary);
    font-family: "Playfair Display", serif;
}

h3 {
    font-size: 18px;
    line-height: 24px;
    font-weight: 500;
    letter-spacing: 2.0px;
    text-transform: capitalize;
    color: var(--e-global-color-accent);
}

h4 {
    font-size: 20px;
    line-height: 26px;
    font-weight: 500;
    font-family: "Playfair Display", serif;
}

h5 {
    font-size: 20px;
    line-height: 26px;
    font-weight: 400;
    font-family: "Playfair Display", serif;
}

h6 {
    font-size: 18px;
    line-height: 24px;
    font-weight: 500;
    letter-spacing: 2.0px;
    text-transform: capitalize;
    color: var(--e-global-color-accent);
}

p {
    font-size: 20px;
    line-height: 34px;
    font-weight: 400;
    color: var(--e-global-color-text);
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
}

.text-size-18 {
    font-size: 18px;
    line-height: 28px;
    font-weight: 400;
    color: var(--e-global-color-text);
}

.text-size-16 {
    font-size: 16px;
    line-height: 28px;
    font-weight: 400;
    color: var(--e-global-color-text);
}

.text-size-14 {
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    color: var(--e-global-color-text);
}

.all_button {
    font-size: 18px;
    line-height: 18px;
    font-weight: 500;
    min-width: 167px;
    height: 56px;
    padding: 18px;
    text-align: center;
    border-radius: 15px;
    position: relative;
    display: inline-block;
    color: var(--e-global-color-white);
    background: var(--e-global-color-accent);
    transition: all 0.3s ease-in-out;
}

.all_button:hover {
    color: var(--e-global-color-white);
    background: var(--e-global-color-secondary);
}

html {
    scroll-behavior: smooth;
}

/* Home Page */

.header {
    padding: 25px 0px;
    position: relative;
    z-index: 5;
}

.header .logo img {
    width: 190px;


}

.navbar-collapse ul {
    text-align: center;
    align-items: center;
    display: inherit;
}

.navbar-expand-lg {
    position: relative;
    z-index: 1;
}

.navbar-brand {
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
}

.navbar-nav li {
    margin: 0 14px;
    position: relative;
    transition: all 0.3s ease-in-out;
}

.navbar-nav li:first-child {
    margin-left: 0;
}

.navbar-nav .nav-item a {
    font-size: 18px;
    line-height: 18px;
    font-weight: 500;
    color: var(--e-global-color-secondary) !important;
    transition: all 0.3s ease-in-out;
}

.navbar-nav .nav-item a:hover {
    color: var(--e-global-color-accent) !important;
    background-color: transparent;
}

.navbar-nav .active>a {
    color: var(--e-global-color-accent) !important;
}

.navbar-nav li:last-child {
    margin-right: 0;
    padding-right: 0;
    margin-left: 25px;
    font-weight: 500;
}

@media (max-width: 648px) {
 
 
    .navbar-nav li .contact_us{
        font-weight: 500 !important;
        color: var(--e-global-color-secondary) !important;
        background: var(--e-global-color-white) !important;
    }
    .navbar-nav li .contact_us:hover {
        color: var(--e-global-color-white) !important;
        background: var(--e-global-color-accent) !important;
    }
}
.navbar-nav li .contact_us {
    font-size: 18px;
    line-height: 18px;
    font-weight: 500;
    min-width: 137px;
    height: 52px;
    padding: 15px;
    border-radius: 15px;
    position: relative;
    display: inline-block;

    color: var(--e-global-color-white) !important;
    background: var(--e-global-color-accent);
    box-shadow: 10px 0 20px rgb(0 0 0 / 5%);
    transition: all 0.3s ease-in-out;
}
 

.navbar-nav li .contact_us:hover {
   color: var(--e-global-color-white) !important;
    background: var(--e-global-color-secondary) !important;

}

.navbar-nav .active>.contact_us {
    color: var(--e-global-color-white) !important;
    background: var(--e-global-color-accent);
}


        

.navbar-collapse .drop-down-pages {
    text-align: left;
    margin-left: 0;
}

.navbar-nav .dropdown-menu {
    position: absolute;
    left: 0;
    top: 50px;
    min-width: 212px;
    padding: 0;
    border: none;
    border-radius: 15px;
    box-shadow: 0px 0px 100px rgb(0 0 0 / 10%);
    background-color: var(--e-global-color-white);
}

.navbar-nav .drop-down-pages li {
    margin: 0;
    border-bottom: 1px solid var(--e-global-color-white);
}

.navbar-nav .drop-down-pages .nav-item a {
    font-size: 18px;
    line-height: 24px;
    font-weight: 400;
    padding: 7px 20px 9px;
    color: var(--e-global-color-secondary) !important;
    transition: all 0.3s ease-in-out;
}

.navbar-nav .drop-down-pages li:hover::after {
    display: none;
}

.navbar-nav .drop-down-pages li:first-child a::before {
    content: '';
    width: 24px;
    height: 12px;
    position: absolute;
    background-image: url(../images/nav-node.png);
    top: -12px;
    left: 8%;
    transition: all 0.3s ease-in-out;
}

.navbar-nav .drop-down-pages li:first-child a:hover::before {
    background-image: url(../images/nav-node-hover.png);
}

.navbar-nav .drop-down-pages .active:first-child>a::before {
    background-image: url(../images/nav-node-hover.png);
}

.navbar-nav .drop-down-pages li:last-child {
    margin: 0;
    border: none;
}

.navbar-nav .nav-item .dropdown-item:hover {
    border-radius: 0;
    color: var(--e-global-color-white) !important;
    background-color: var(--e-global-color-secondary) !important;
}

.navbar-nav .drop-down-pages .active>a {
    border-radius: 0;
    color: var(--e-global-color-white) !important;
    background-color: var(--e-global-color-secondary) !important;
}

.navbar-nav .drop-down-pages .active>a:hover {
    border-radius: 0;
    color: var(--e-global-color-white) !important;
    background-color: var(--e-global-color-secondary) !important;
}

.navbar-nav .drop-down-pages .nav-item:first-child a:hover {
    border-radius: 15px 15px 0 0;
}

.navbar-nav .drop-down-pages .active:first-child>a {
    border-radius: 15px 15px 0 0;
}

.navbar-nav .drop-down-pages .nav-item:last-child a:hover {
    border-radius: 0 0 15px 15px;
}

.navbar-nav .drop-down-pages .active:last-child>a {
    border-radius: 0 0 15px 15px;
}

.navbar-expand-lg .drop-down-pages .nav-link {
    padding-left: 0;
}

/* Banner */

.banner_outer {
    background: var(--e-global-color-light-grayish-blue);
}

/*.banner_outer::after {*/
/*    content: "";*/
/*    left: 0;*/
/*    top: 0;*/
/*    width: 49%;*/
/*    height: 100%;*/
/*    position: absolute;*/
/*    background: url(../images/banner-bgimage.jpg);*/
/*    background-position: bottom;*/
/*    background-size: cover;*/
/*    background-repeat: no-repeat;*/
/*}*/

.banner-con {
    z-index: 1;
}

.banner-con ul {
    position: absolute;
    left: -310px;
    top: 285px;
}

.banner-con ul li {
    margin: 13px 0;
    transition: all 0.3s ease-in-out;
}

.banner-con ul li:first-child {
    margin-top: 0;
}

.banner-con ul li:last-child {
    margin-bottom: 0;
}

.banner-con ul li i {
    font-size: 14px;
    height: 36px;
    width: 36px;
    line-height: 34px;
    border-radius: 100px;
    text-align: center;
    color: var(--e-global-color-white);
    background-color: transparent;
    border: 1px solid rgb(255 255 255 / 50%);
    transition: all 0.3s ease-in-out;
}

.banner-con ul li a:hover i {
    background: var(--e-global-color-accent);
    border: 1px solid rgb(230 177 39 / 50%);
}

.banner-con .banner_outer_content {
    width: 540px;
    padding: 142px 0 240px;
    position: relative;
    z-index: 2;
}

.banner-con .banner_content {
    position: relative;
    padding: 60px 50px 75px;
    border-radius: 15px;
    background-color: var(--e-global-color-very-dark-blue);
}

.banner-con .banner_content h1 {
    margin-bottom: 15px;
}

.banner-con .banner_content p {
    margin-bottom: 25px;
    color: var(--e-global-color-grayish-blue);
}

.banner-con .banner_content .get_started:hover {
    color: var(--e-global-color-secondary);
    background: var(--e-global-color-white);
}

.banner-con .banner_content ul {
    display: none;
}

.banner-con .banner_wrapper {
    position: absolute;
    top: 14px;
    right: 0;
    width: 59%;
    overflow: hidden;
}



.banner-con .item img {
    width: 730px;
    height: 742px;
    border-radius: 15px;
}

.banner_wrapper .item {
    position: relative;

}

.banner_wrapper .item::after {
    content: "";
    position: absolute;
    inset: 0;
    background: rgb(46 97 130 / 40%);

    z-index: 1;
    border-radius: 10px;
}

.banner_wrapper .image img {
    display: block;
    width: 100%;
}


.banner_content,
.your-text-class {
    position: relative;
    z-index: 2;
}





.banner-con .owl-carousel .owl-stage-outer {
    min-height: 890px;
}

.banner-con .owl-carousel .owl-nav.disabled {
    display: block;
}

.banner-con .owl-carousel .owl-nav {
    margin-top: 0 !important;
    position: absolute;
    right: 472px;
    bottom: 82px;
}

.banner-con .owl-carousel .owl-prev span {
    left: -80px;
    border-radius: 15px 0 0 15px;
}

.banner-con .owl-carousel .owl-next span {
    right: -80px;
    border-radius: 0 15px 15px 0;
}

.banner-con .owl-carousel .owl-prev,
.banner-con .owl-carousel .owl-next {
    margin: 0 !important;
}

.banner-con .owl-carousel .owl-prev span,
.banner-con .owl-carousel .owl-next span {
    font-size: 21px;
    width: 80px;
    height: 75px;
    line-height: 75px;
    position: absolute;
    text-align: center;
    color: var(--e-global-color-white);
    background: var(--e-global-color-secondary);
    transition: all 0.3s ease-in-out;
}

.banner-con .owl-carousel .owl-prev:hover span,
.banner-con .owl-carousel .owl-next:hover span {
    background: var(--e-global-color-accent);
}

.banner-con .owl-carousel .owl-prev:focus,
.banner-con .owl-carousel .owl-next:focus {
    border: none !important;
    box-shadow: none !important;
    outline: none !important;
}

/* Service */

.service-con {
    padding: 155px 0 120px;
}

.service-con .service_wrapper .doted-square {
    position: absolute;
    left: -115px;
    top: 315px;
}

.service-con .service_wrapper .service-box {
    padding: 50px 20px 42px 30px;
    margin-bottom: 30px;
    border-radius: 15px;
    display: inline-block;
    background: var(--e-global-color-white);
    border-top: 2px solid var(--e-global-color-secondary);
    box-shadow: 5px 0 87px rgb(186 224 246 / 100%);
    transition: all 0.3s ease-in-out;
    position: relative;
    z-index: 1;
}

.service-con .service_wrapper .service-box:hover {
    transform: translateY(-5px);
}

.service-con .service_wrapper .service-box .icon {
    margin-bottom: 25px;
    min-height: 74px;
    display: inline-block;
    transition: all 0.3s ease-in-out;
}

.service-con .service_wrapper .service-box:hover .icon {
    transform: translateY(-5px);
}

.service-con .service_wrapper .service-box p {
    font-size: 16px;
    line-height: 24px;
}

.service-con .service_wrapper .service-box a {
    font-size: 16px;
    line-height: 16px;
    font-weight: 500;
    color: var(--e-global-color-accent);
    transition: all 0.3s ease-in-out;
}

.service-con .service_wrapper .service-box a:hover {
    color: var(--e-global-color-text);
}

.service-con .service_wrapper .box-top {
    position: relative;
    top: 185px;
}

.service-con .service_content {
    padding: 150px 0 0 42px;
}

.service-con .service_content h6 {
    margin-bottom: 8px;
}

.service-con .service_content h2 {
    margin-bottom: 20px;
}

.service-con .service_content .text1 {
    margin-bottom: 12px;
}

.service-con .service_content .text2 {
    margin-bottom: 32px;
}

/* About */

.about-con {
    overflow: hidden;
}

.about-con .about_wrapper .about-image {
    position: relative;
    left: 0;
    top: 120px;
    background: var(--e-global-color-secondary);
    border-radius: 15px;
    z-index: 1;
}

.about-con .about_wrapper .about-image img {
    opacity: 90%;
    border-radius: 15px;
}

.about-con .about_wrapper .doted-square {
    position: absolute;
    right: -114px;
    top: 38px;
}

.about-con .about_wrapper .about-rightimage {
    position: absolute;
    right: -332px;
    top: 240px;
}

.about-con .about_wrapper .about-rightimage img {
    opacity: 60%;
}

.about-con .about_wrapper .box {
    right: 92px;
    bottom: -155px;
    padding: 11px 36px 31px;
    z-index: 1;
    border-radius: 15px;
    text-align: center;
    position: absolute;
    background-color: var(--e-global-color-white);
    border-bottom: 2px solid var(--e-global-color-secondary);
    box-shadow: 5px 0 87px rgb(186 224 246 / 100%);
}

.about-con .about_wrapper .box .number {
    font-size: 54px;
    line-height: 60px;
    font-weight: 400;
    display: block;
    margin-bottom: 10px;
    color: var(--e-global-color-accent);
    font-family: "Playfair Display", serif;
}

.about-con .about_wrapper .box .text {
    font-size: 18px;
    line-height: 18px;
    font-weight: 400;
    color: var(--e-global-color-primary);
}

.about-con .about_content {
    padding: 196px 0 235px;
}

.about-con .about_content::before {
    content: "";
    width: 946px;
    height: 100%;
    left: -398px;
    top: 0;
    position: absolute;
    background-color: var(--e-global-color-light-grayish-blue);
}

.about-con .about_content h6 {
    margin-bottom: 8px;
}

.about-con .about_content h2 {
    margin-bottom: 20px;
}

.about-con .about_content p {
    padding-right: 20px;
}

.about-con .about_content .text1 {
    margin-bottom: 12px;
}

.about-con .about_content .text2 {
    margin-bottom: 32px;
}

/* Project */

.project_background {
    padding: 115px 0 280px;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url(../images/background-image.jpg);
}

.project_background .project_content h6 {
    margin-bottom: 8px;
}

.project_background .project_content h2 {
    margin-bottom: 42px;
    color: var(--e-global-color-white);
}

.project-con {
    margin-top: -280px;
    padding-bottom: 120px;
}

.project-con .project_wrapper {
    margin-bottom: -22px;
}

.project-con .project-box {
    position: relative;
    transition: all 0.3s ease-in-out;
}

.project-con .project-box .project-image {
    overflow: hidden;
    border-radius: 15px;
}

.project-con .project-box .project-image img {
    opacity: 95%;
    border-radius: 15px;
    transition: all 0.3s ease-in-out;
}

.project-con .project-box:hover .project-image img {
    transform: scale(1.1);
}

.project-con .project-box .content {
    padding: 26px 28px 28px;
    width: 325px;
    bottom: -56px;
    right: 0;
    left: 0;
    margin: 0 auto;
    position: absolute;
    border-radius: 15px;
    background: var(--e-global-color-white);
    border-bottom: 2px solid var(--e-global-color-secondary);
    box-shadow: 5px 5px 40px 0 rgb(208 235 251 / 100%);
    transition: all 0.3s ease-in-out;
}

.project-con .project-box:hover .content {
    transform: translateY(-10px);
}

.project-con .project-box .content h5 {
    margin-bottom: 5px;
}

.project-con .project-box .content span {
    font-size: 16px;
    line-height: 20px;
    font-weight: 400;
    display: block;
    margin-bottom: 10px;
    color: var(--e-global-color-text);
}

.project-con .project-box .content a {
    font-size: 16px;
    line-height: 16px;
    font-weight: 500;
    color: var(--e-global-color-accent);
    transition: all 0.3s ease-in-out;
}

.project-con .project-box .content a:hover {
    color: var(--e-global-color-text);
}

.project-con .item {
    border-radius: 15px;
    background: var(--e-global-color-secondary);
}

.project-con .owl-carousel .owl-stage-outer {
    min-height: 580px;
}

.project-con .owl-carousel .owl-nav.disabled {
    display: block;
}

.project-con .owl-carousel .owl-nav {
    margin-top: 0 !important;
    position: relative;
    top: -356px;
}

.project-con .owl-carousel .owl-prev span {
    left: -80px;
    border-radius: 15px 0 0 15px;
}

.project-con .owl-carousel .owl-next span {
    right: -80px;
    border-radius: 0 15px 15px 0;
}

.project-con .owl-carousel .owl-prev,
.project-con .owl-carousel .owl-next {
    margin: 0 !important;
}

.project-con .owl-carousel .owl-prev span,
.project-con .owl-carousel .owl-next span {
    font-size: 21px;
    width: 80px;
    height: 75px;
    line-height: 75px;
    position: absolute;
    text-align: center;
    color: var(--e-global-color-white);
    background: var(--e-global-color-secondary);
    transition: all 0.3s ease-in-out;
}

.project-con .owl-carousel .owl-prev:hover span,
.project-con .owl-carousel .owl-next:hover span {
    background: var(--e-global-color-accent);
}

.project-con .owl-carousel .owl-prev:focus,
.project-con .owl-carousel .owl-next:focus {
    border: none !important;
    box-shadow: none !important;
    outline: none !important;
}

/* Work */

.work-con {
    overflow: hidden;
}

.work-con .work_wrapper .work-image {
    position: relative;
    right: 0;
    top: 120px;
    background: var(--e-global-color-secondary);
    border-radius: 15px;
    z-index: 1;
}

.work-con .work_wrapper .work-image img {
    opacity: 95%;
    border-radius: 15px;
}

.work-con .work_wrapper .doted-square {
    position: absolute;
    left: -114px;
    top: 38px;
}

.work-con .work_wrapper .work-leftimage {
    position: absolute;
    left: -332px;
    top: 240px;
}

.work-con .work_wrapper .work-leftimage img {
    opacity: 60%;
}

.work-con .work_content {
    padding: 140px 0 150px 8px;
}

.work-con .work_content::before {
    content: "";
    width: 946px;
    height: 100%;
    right: -371px;
    top: 0;
    position: absolute;
    background-color: var(--e-global-color-light-grayish-blue);
}

.work-con .work_content h6 {
    margin-bottom: 8px;
}

.work-con .work_content h2 {
    margin-bottom: 40px;
}

.work-con .work_content ul {
    margin-bottom: 34px;
    padding-left: 103px;
}

.work-con .work_content ul li {
    margin-bottom: 38px;
    position: relative;
}

.work-con .work_content ul li .box {
    position: absolute;
    left: -100px;
}

.work-con .work_content ul li span {
    font-size: 36px;
    font-weight: 400;
    top: 4px;
    width: 74px;
    height: 70px;
    line-height: 55px;
    border-radius: 15px;
    text-align: center;
    position: absolute;
    color: var(--e-global-color-accent);
    font-family: "Playfair Display", serif;
    background: var(--e-global-color-white);
    border-bottom: 2px solid var(--e-global-color-secondary);
    z-index: 1;
    transition: all 0.3s ease-in-out;
}

.work-con .work_content ul li span:hover {
    transform: translateY(-5px);
}

.work-con .work_content ul li .content {
    position: relative;
}

.work-con .work_content ul li .content::before {
    content: "";
    position: absolute;
    border: 1px dashed var(--e-global-color-secondary);
    height: 100%;
    top: 70px;
    left: -62px;
}

.work-con .work_content ul li:last-child .content::before {
    display: none;
}

.work-con .work_content ul li .content h5 {
    color: var(--e-global-color-secondary);
}

.work-con .work_content ul li .content p {
    color: var(--e-global-color-text);
}

.work-con .work_content ul li:last-child {
    margin-bottom: 0;
}

/* Partner */

.partner-con {
    padding: 115px 0 118px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: var(--e-global-color-secondary);
    background-image: url(../images/partner-bgimage.jpg);
}

.partner-con .partner_content {
    text-align: center;
}

.partner-con .partner_content h6 {
    margin-bottom: 8px;
}

.partner-con .partner_content h2 {
    margin-bottom: 44px;
    color: var(--e-global-color-white);
}

.partner-con .box {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 140px;
    border-radius: 15px;
    background: var(--e-global-color-very-dark-blue);
    transition: all 0.3s ease-in-out;
}

.partner-con .box img {
    transition: all 0.3s ease-in-out;
}

.partner-con .box:hover img {
    opacity: 100%;
    transform: translateY(-5px);
}

.partner-con .owl-carousel .owl-dots {
    margin-top: 28px !important;
}

.partner-con .owl-carousel .owl-dots .owl-dot span {
    width: 9px;
    height: 9px;
    margin: 0 4px;
    transition: all 0.3s ease-in-out;
    color: #62727d;
}

.partner-con .owl-carousel .owl-dots .owl-dot:hover span {
    background: var(--e-global-color-accent);
}

.partner-con .owl-carousel .owl-dots .owl-dot.active span {
    width: 12px;
    height: 12px;
    background: var(--e-global-color-accent);
}

.partner-con .owl-carousel .owl-dots .owl-dot:focus {
    outline: none;
}

/* Team */

.team-con {
    padding: 115px 0 120px;
}

.team-con .team_content h6 {
    margin-bottom: 8px;
}

.team-con .team_content h2 {
    margin-bottom: 42px;
}

.team-con .team_wrapper {
    margin-bottom: 96px;
}

.team-con .team-box {
    position: relative;
    transition: all 0.3s ease-in-out;
}

.team-con .team-box .team-image {
    overflow: hidden;
    border-radius: 15px;
}

.team-con .team-box .team-image img {
    border-radius: 15px;
    transition: all 0.3s ease-in-out;
}

.team-con .team-box:hover .team-image img {
    transform: scale(1.1);
}

.team-con .team-box .content {
    padding: 24px 28px;
    width: 325px;
    bottom: -56px;
    right: 0;
    left: 0;
    margin: 0 auto;
    position: absolute;
    border-radius: 15px;
    background: var(--e-global-color-white);
    border-bottom: 2px solid var(--e-global-color-secondary);
    box-shadow: 5px 5px 40px 0 rgb(208 235 251 / 100%);
    transition: all 0.3s ease-in-out;
}

.team-con .team-box:hover .content {
    transform: translateY(-10px);
}

.team-con .team-box .content h5 {
    margin-bottom: 5px;
}

.team-con .team-box .content span {
    font-size: 16px;
    line-height: 20px;
    font-weight: 400;
    display: block;
    margin-bottom: 10px;
    color: var(--e-global-color-text);
}

.team-con .team-box .content li {
    display: inline-block;
    margin: 0 3px;
    transition: all 0.3s ease-in-out;
}

.team-con .team-box .content li:first-child {
    margin-left: 0;
}

.team-con .team-box .content li:last-child {
    margin-right: 0;
}

.team-con .team-box .content i {
    font-size: 12px;
    height: 32px;
    width: 32px;
    line-height: 30px;
    border-radius: 100px;
    text-align: center;
    color: var(--e-global-color-accent);
    background-color: transparent;
    border: 1px solid var(--e-global-color-accent);
    transition: all 0.3s ease-in-out;
}

.team-con .team-box .content a:hover i {
    color: var(--e-global-color-white);
    background-color: var(--e-global-color-accent);
}

/* Testimonial */

.testimonial-con {
    padding: 130px 0 120px;
    background: var(--e-global-color-light-grayish-blue);
}

.testimonial-con .doted-square {
    position: absolute;
    right: -102px;
    top: -82px;
}

.testimonial-con .testimonial-box {
    position: relative;
    border-radius: 15px;
    background: var(--e-global-color-white);
}

.testimonial-con .testimonial_wrapper {
    width: 476px;
    height: 100%;
    border-radius: 15px 0 0 15px;
    background-image: url(../images/testimonial-imagebg.jpg);
}

.testimonial-con .testimonial_wrapper .testimonial-image {
    position: absolute;
    bottom: 0;
    left: 66px;
}

.testimonial-con .testimonial_content {
    padding: 64px 45px 55px 50px;
}

.testimonial-con .content .testimonial-quote {
    margin-bottom: 20px;
}

.testimonial-con .content p {
    margin-bottom: 20px;
    font-family: "Playfair Display", serif;
    color: var(--e-global-color-secondary);
}

.testimonial-con .review-content {
    padding-left: 77px;
    display: flex;
    align-items: center;
}

.testimonial-con .review-content .testimonial-personimage {
    position: absolute;
    left: 0;
}

.testimonial-con .review-content .testimonial-personimage img {
    border-radius: 15px;
}

.testimonial-con .review-content .detail {
    padding: 12px 0;
}

.testimonial-con .review-content .name {
    font-size: 20px;
    line-height: 22px;
    font-weight: 500;
    display: block;
    margin-bottom: 4px;
    color: var(--e-global-color-secondary);
}

.testimonial-con .review-content .position {
    font-size: 16px;
    line-height: 20px;
    font-weight: 400;
    color: var(--e-global-color-text);
}

.testimonial-con .owl-carousel .owl-item img {
    width: auto;
}

.testimonial-con .owl-carousel .owl-dots {
    display: inline-block !important;
    margin-top: 10px !important;
    text-align: left;
}

.testimonial-con .owl-carousel .owl-dots .owl-dot span {
    width: 23px;
    height: 4px;
    border-radius: 2px;
    margin: 0 4px;
    background: var(--e-global-color-very-light-grayish-blue);
    transition: all 0.3s ease-in-out;
}

.testimonial-con .owl-carousel .owl-dots .owl-dot:hover span {
    background: var(--e-global-color-accent);
}

.testimonial-con .owl-carousel .owl-dots .owl-dot.active span {
    position: relative;
    background: var(--e-global-color-accent);
}

.testimonial-con .owl-carousel .owl-dots .owl-dot:focus {
    outline: none;
}

/* Start */

.start-con {
    padding: 115px 0 120px;
}

.start-con .image {
    position: absolute;
    top: 70px;
}

.start-con .image img {
    opacity: 60%;
}

.start-con .start-leftimage {
    left: 0;
}

.start-con .start-rightimage {
    right: 0;
}

.start-con .start_content h6 {
    margin-bottom: 8px;
}

.start-con .start_content h1 {
    margin-bottom: 18px;
}

.start-con .start_content p {
    margin-bottom: 30px;
}

/* Map */

.map-con {
    overflow: hidden;
    margin-bottom: -6px;
}

.map-con iframe {
    width: 100%;
    height: 350px;
}

.map-con iframe:hover {
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
}

/* Footer */

.footer-con {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: var(--e-global-color-secondary);
    background-image: url(../images/background-image.jpg);
}

.footer-con .middle_portion {
    padding: 80px 0 50px 0px;
}

.footer-con .middle_portion .logo-content {
    padding-top: 5px;
}

.footer-con .middle_portion .footer-logo {
    margin-bottom: 24px;
    display: inline-block;
}

.footer-con .middle_portion .footer-logo img {
    width: 190px;
}

.footer-con .middle_portion .logo-content p {
    margin-bottom: 24px;
    color: var(--e-global-color-dark-grayish-blue);
}

.footer-con .middle_portion .logo-content form .form-row {
    margin: 0;
}

.footer-con .middle_portion .logo-content input {
    font-size: 14px;
    line-height: 18px;
    font-weight: 400;
    padding: 10px 20px;
    height: 57px;
    color: var(--e-global-color-dark-grayish-blue);
    background-color: var(--e-global-color-very-dark-blue);
    border: 1px solid var(--e-global-color-very-dark-blue);
    border-radius: 15px;
    width: 100%;
    outline: none;
    box-shadow: none;
}

.footer-con .middle_portion .logo-content input::placeholder {
    color: var(--e-global-color-dark-grayish-blue);
}

.footer-con .middle_portion .logo-content input:focus {
    border: 1px solid var(--e-global-color-white);
}

.footer-con .middle_portion .logo-content .btn {
    position: absolute;
    right: 0;
    top: 0;
    font-size: 16px;
    width: 60px;
    height: 100%;
    padding: 0;
    text-align: center;
    border-radius: 0 15px 15px 0;
    color: var(--e-global-color-white);
    background: var(--e-global-color-accent);
    outline: none;
    box-shadow: none;
    transition: all 0.3s ease-in-out;
    border: none;
}

.footer-con .middle_portion .logo-content .btn:hover {
    color: var(--e-global-color-accent);
    background: var(--e-global-color-white);
}

.footer-con .middle_portion h4 {
    margin-bottom: 20px;
    color: var(--e-global-color-white);
}

.footer-con .middle_portion li {
    padding-left: 14px;
    margin-bottom: 13px;
}

.footer-con .middle_portion li i {
    font-size: 9px;
    top: -4px;
    left: -14px;
    position: relative;
    color: var(--e-global-color-dark-grayish-blue);
}

.footer-con .middle_portion li a {
    font-size: 16px;
    line-height: 16px;
    font-weight: 400;
    display: inline-block;
    text-decoration: none;
    color: var(--e-global-color-dark-grayish-blue);
    transition: all 0.3s ease-in-out;
}

.footer-con .middle_portion li a:hover,
.footer-con .middle_portion li p:hover {
    color: var(--e-global-color-accent);
}

.footer-con .middle_portion li:last-child {
    margin-bottom: 0 !important;
}

.footer-con .middle_portion .links {
    padding-left: 20px;
}

.footer-con .middle_portion .service_links {
    padding-left: 28px;
}

.footer-con .middle_portion .icon {
    padding-left: 0;
}

.footer-con .middle_portion .icon ul {
    margin-bottom: 18px;
}

.footer-con .middle_portion .icon li {
    padding: 0;
    margin-bottom: 10px;
}

.footer-con .middle_portion .icon p {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    display: inline-block;
    text-decoration: none;
    color: var(--e-global-color-dark-grayish-blue);
    transition: all 0.3s ease-in-out;
}

.footer-con .middle_portion .icon .social-icons li {
    display: inline-block;
    margin: 0 3px;
    transition: all 0.3s ease-in-out;
}

.footer-con .middle_portion .icon .social-icons li:first-child {
    margin-left: 0;
}

.footer-con .middle_portion .icon .social-icons li:last-child {
    margin-right: 0;
}

.footer-con .middle_portion .icon .social-icons i {
    font-size: 12px;
    height: 34px;
    width: 34px;
    line-height: 34px;
    top: 0 !important;
    left: 0 !important;
    border-radius: 100px;
    text-align: center;
    color: var(--e-global-color-white);
    background-color: transparent;
    border: 1px solid rgb(255 255 255 / 50%);
    transition: all 0.3s ease-in-out;
}

.footer-con .middle_portion .icon .social-icons a:hover i {
    background: var(--e-global-color-accent);
    border: 1px solid rgb(230 177 39 / 50%);
}

.footer-con .copyright p {
    font-size: 16px;
    line-height: 16px;
    font-weight: 500;
    padding: 20px 0;
    text-align: center;
    color: var(--e-global-color-dark-grayish-blue);
    border-top: 1px solid rgb(255 255 255 / 10%);
}

/* Sub banner */

.sub-banner .sub_banner_outer {
    padding: 130px 0 215px;
}

.sub-banner .sub_banner_content {
    position: relative;
    padding: 56px 50px 55px 120px;
    border-radius: 15px;
    background-color: var(--e-global-color-very-dark-blue);
    z-index: 2;
}

.sub-banner .sub_banner_content h1 {
    margin-bottom: 18px;
    position: relative;
}

.sub-banner .sub_banner_content h1:before {
    content: "";
    left: -80px;
    top: 0;
    bottom: 0;
    margin: auto 0;
    width: 58px;
    height: 2px;
    position: absolute;
    background-color: var(--e-global-color-accent);
}

.sub-banner .sub_banner_content .box span {
    font-size: 18px;
    line-height: 20px;
    font-weight: 400;
    display: inline-block;
    color: var(--e-global-color-grayish-blue);
    transition: all 0.3s ease-in-out;
}

.sub-banner .sub_banner_content .box a span:hover {
    color: var(--e-global-color-accent);
}

.sub-banner .sub_banner_content .box .slash {
    margin: 0 10px 0 8px;
}

.sub-banner .sub_banner_wrapper .subbanner-image {
    position: absolute;
    top: 15px;
    left: -190px;
    z-index: 1;
}

.sub-banner .sub_banner_wrapper .subbanner-image img {
    border-radius: 15px;
}



/* overlay for sub banner  */




.sub-banner .sub_banner_wrapper .subbanner-image {
    position: absolute;
    top: 15px;
    left: -190px;
    z-index: 1;
    overflow: hidden;
    border-radius: 15px;
}

.sub-banner .sub_banner_wrapper .subbanner-image::after {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 15px;
    background: linear-gradient(to left, rgb(17 70 93 / 55%) 0%, rgb(14 47 62 / 35%) 100%);
    pointer-events: none;
}










/* About Page */

/* Variety */

.variety-con {
    padding: 120px 0;
}

.variety-con .variety-box {
    padding: 50px 30px 42px;
    border-radius: 15px;
    background: var(--e-global-color-white);
    border-top: 2px solid var(--e-global-color-secondary);
    box-shadow: 5px 0 87px rgb(186 224 246 / 100%);
    transition: all 0.3s ease-in-out;
}

.variety-con .variety-box:hover {
    transform: translateY(-5px);
}

.variety-con .variety-box .icon {
    margin-bottom: 25px;
    min-height: 79px;
    display: inline-block;
    transition: all 0.3s ease-in-out;
}

.variety-con .variety-box:hover .icon {
    transform: translateY(-5px);
}

/* About */

.aboutpage-con {
    overflow: hidden;
}

.aboutpage-con .about_wrapper .about-image {
    position: relative;
    right: 0;
    top: 120px;
    background: var(--e-global-color-secondary);
    border-radius: 15px;
    z-index: 1;
}

.aboutpage-con .about_wrapper .about-image img {
    opacity: 95%;
    border-radius: 15px;
}

.aboutpage-con .about_wrapper .doted-square {
    position: absolute;
    left: -114px;
    top: 38px;
}

.aboutpage-con .about_wrapper .about-leftimage {
    position: absolute;
    left: -332px;
    top: 240px;
}

.aboutpage-con .about_wrapper .about-leftimage img {
    opacity: 60%;
}

.aboutpage-con .about_content {
    padding: 170px 0 175px 8px;
}

.aboutpage-con .about_content::before {
    content: "";
    width: 946px;
    height: 100%;
    right: -396px;
    top: 0;
    position: absolute;
    background-color: var(--e-global-color-light-grayish-blue);
}

.aboutpage-con .about_content h6 {
    margin-bottom: 8px;
}

.aboutpage-con .about_content h2 {
    margin-bottom: 20px;
}

.aboutpage-con .about_content p {
    margin-bottom: 12px;
}

.aboutpage-con .about_content ul {
    margin-bottom: 36px;
}

.aboutpage-con .about_content ul li {
    position: relative;
    margin-bottom: 4px;
}

.aboutpage-con .about_content ul li:last-child {
    margin-bottom: 0;
}

.aboutpage-con .about_content ul li i {
    font-size: 10px;
    height: 18px;
    width: 18px;
    line-height: 18px;
    top: 6px;
    left: 0;
    position: absolute;
    text-align: center;
    border-radius: 2px;
    color: var(--e-global-color-white);
    background-color: var(--e-global-color-accent);
    transition: all 0.3s ease-in-out;
}

.aboutpage-con .about_content ul li p {
    padding-left: 34px;
    color: var(--e-global-color-text);
    transition: all 0.3s ease-in-out;
}

/* Statistics */

.statistics-con {
    padding: 115px 0 118px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: var(--e-global-color-secondary);
    background-image: url(../images/partner-bgimage.jpg);
}

.statistics-con .statistics_content {
    text-align: center;
}

.statistics-con .statistics_content h6 {
    margin-bottom: 8px;
}

.statistics-con .statistics_content h2 {
    margin-bottom: 44px;
    color: var(--e-global-color-white);
}

.statistics-con .box {
    padding: 38px;
    height: 166px;
    text-align: center;
    border-radius: 15px;
    background: var(--e-global-color-very-dark-blue);
    transition: all 0.3s ease-in-out;
}

.statistics-con .box:hover {
    transform: translateY(-5px);
}

.statistics-con .box .number {
    font-size: 46px;
    line-height: 46px;
    font-weight: 500;
    margin-bottom: 8px;
    display: inline-block;
    color: var(--e-global-color-white);
}

.statistics-con .box .plus {
    font-size: 26px;
    line-height: 26px;
    font-weight: 500;
    top: -15px;
    position: relative;
    color: var(--e-global-color-white);
}

.statistics-con .box .text {
    display: block;
    color: var(--e-global-color-accent);
}

/* Team */

.aboutpage-team {
    padding-bottom: 176px;
    background: var(--e-global-color-light-grayish-blue);
}

/* Contact Page */

/* Contact Info */

.contactinfo-con {
    padding: 120px 0;
}

.contactinfo-con .contact-box {
    padding: 52px 70px 42px 30px;
    border-radius: 15px;
    background: var(--e-global-color-white);
    border-top: 2px solid var(--e-global-color-secondary);
    box-shadow: 5px 0 87px rgb(186 224 246 / 100%);
    transition: all 0.3s ease-in-out;
    z-index: 1;
}

.contactinfo-con .contact-box:hover {
    transform: translateY(-5px);
}

.contactinfo-con .contact-box .icon {
    margin-bottom: 18px;
    min-height: 79px;
    display: inline-block;
    transition: all 0.3s ease-in-out;
}

.contactinfo-con .contact-box:hover .icon {
    transform: translateY(-5px);
}

.contactinfo-con .contact-box h5 {
    margin-bottom: 10px;
}

.contactinfo-con .contact-box a {
    margin-bottom: 0;
    transition: all 0.3s ease-in-out;
}

.contactinfo-con .contact-box a:hover {
    color: var(--e-global-color-accent);
}

/* Contact Form */

.contactform-con {
    overflow: hidden;
}

.contactform-con .contact_wrapper .contact-image {
    position: relative;
    right: 0;
    top: 120px;
    background: var(--e-global-color-secondary);
    border-radius: 15px;
    z-index: 1;
}

.contactform-con .contact_wrapper .contact-image img {
    opacity: 95%;
    border-radius: 15px;
}

.contactform-con .contact_wrapper .doted-square {
    position: absolute;
    left: -114px;
    top: 38px;
}

.contactform-con .contact_wrapper .contact-leftimage {
    position: absolute;
    left: -332px;
    top: 240px;
}

.contactform-con .contact_wrapper .contact-leftimage img {
    opacity: 60%;
}

.contactform-con .contact_content {
    padding: 140px 0 145px 16px;
}

.contactform-con .contact_content::before {
    content: "";
    width: 946px;
    height: 100%;
    right: -396px;
    top: 0;
    position: absolute;
    background-color: var(--e-global-color-light-grayish-blue);
}

.contactform-con .contact_content h6 {
    margin-bottom: 8px;
}

.contactform-con .contact_content h2 {
    margin-bottom: 30px;
}

.contactform-con .contact_content .form-group {
    margin-bottom: 20px;
}

.contactform-con .contact_content input,
.contactform-con .contact_content textarea {
    font-size: 18px;
    line-height: 20px;
    font-weight: 400;
    width: 100%;
    padding: 15px 24px 19px;
    color: var(--e-global-color-text);
    background-color: var(--e-global-color-white);
    border: 1px solid transparent;
    border-radius: 15px;
    overflow: visible;
    outline: none;
}

.contactform-con .contact_content textarea {
    height: 136px;
    resize: none;
    outline: none;
    overflow: auto;
}

.contactform-con .contact_content .message {
    margin-bottom: 22px;
}

.contactform-con .contact_content input:focus,
.contactform-con .contact_content textarea:focus {
    border: 1px solid var(--e-global-color-text);
}

.contactform-con .contact_content .submit {
    font-size: 18px;
    line-height: 18px;
    font-weight: 500;
    min-width: 167px;
    height: 56px;
    padding: 17px 18px 19px;
    text-align: center;
    border-radius: 15px;
    position: relative;
    display: inline-block;
    color: var(--e-global-color-white);
    background: var(--e-global-color-accent);
    transition: all 0.3s ease-in-out;
    overflow: visible;
    outline: none;
    border: none;
}

.contactform-con .contact_content .submit:hover {
    color: var(--e-global-color-white);
    background: var(--e-global-color-secondary);
}

.contactform-con .contact_content form span {
    font-size: 14px;
    line-height: 14px;
    font-weight: 400;
    margin-top: 10px;
    position: relative;
    display: block;
    color: var(--e-global-color-pure-red);
}

/* Service page */

.servicepage-con {
    padding: 120px 0 90px;
}

.servicepage-con .service-box {
    padding: 50px 20px 42px 30px;
    margin-bottom: 30px;
    border-radius: 15px;
    display: inline-block;
    background: var(--e-global-color-white);
    border-top: 2px solid var(--e-global-color-secondary);
    box-shadow: 5px 0 87px rgb(186 224 246 / 100%);
    transition: all 0.3s ease-in-out;
}

.servicepage-con .service-box:hover {
    transform: translateY(-5px);
}

.servicepage-con .service-box .icon {
    margin-bottom: 25px;
    min-height: 74px;
    display: inline-block;
    transition: all 0.3s ease-in-out;
}

.servicepage-con .service-box:hover .icon {
    transform: translateY(-5px);
}

.servicepage-con .service-box p {
    font-size: 16px;
    line-height: 28px;
}

.servicepage-con .service-box a {
    font-size: 16px;
    line-height: 16px;
    font-weight: 500;
    color: var(--e-global-color-accent);
    transition: all 0.3s ease-in-out;
}

.servicepage-con .service-box a:hover {
    color: var(--e-global-color-text);
}

/* Team page */

.teampage-con {
    padding-bottom: 90px;
}

.teampage-con .team-box {
    margin-bottom: 86px;
}

/* Project page */

.projectpage-con {
    padding: 115px 0 90px;
}

.projectpage-con .project_content h6 {
    margin-bottom: 8px;
}

.projectpage-con .project_content h2 {
    margin-bottom: 42px;
}

.projectpage-con .project-box {
    margin-bottom: 86px;
    position: relative;
    transition: all 0.3s ease-in-out;
}

.projectpage-con .project-box .project-image {
    overflow: hidden;
    border-radius: 15px;
}

.projectpage-con .project-box .project-image img {
    opacity: 95%;
    border-radius: 15px;
    transition: all 0.3s ease-in-out;
}

.projectpage-con .project-box:hover .project-image img {
    transform: scale(1.1);
}

.projectpage-con .project-box .content {
    padding: 26px 28px 28px;
    width: 325px;
    bottom: -56px;
    right: 0;
    left: 0;
    margin: 0 auto;
    position: absolute;
    border-radius: 15px;
    background: var(--e-global-color-white);
    border-bottom: 2px solid var(--e-global-color-secondary);
    box-shadow: 5px 5px 40px 0 rgb(208 235 251 / 100%);
    transition: all 0.3s ease-in-out;
}

.projectpage-con .project-box:hover .content {
    transform: translateY(-10px);
}

.projectpage-con .project-box .content h5 {
    margin-bottom: 5px;
}

.projectpage-con .project-box .content span {
    font-size: 16px;
    line-height: 20px;
    font-weight: 400;
    display: block;
    margin-bottom: 10px;
    color: var(--e-global-color-text);
}

.projectpage-con .project-box .content a {
    font-size: 16px;
    line-height: 16px;
    font-weight: 500;
    color: var(--e-global-color-accent);
    transition: all 0.3s ease-in-out;
}

.projectpage-con .project-box .content a:hover {
    color: var(--e-global-color-text);
}

/* Pricing Page */

.pricing-con {
    padding: 120px 0;
}

.pricing-con .pricing-box {
    padding: 32px 45px 42px 50px;
    border-radius: 15px;
    text-align: center;
    background: var(--e-global-color-white);
    border-top: 2px solid var(--e-global-color-secondary);
    box-shadow: 5px 0 70px rgb(186 224 246 / 100%);
    transition: all 0.3s ease-in-out;
}

.pricing-con .pricing-box:hover {
    transform: translateY(-5px);
}

.pricing-con .pricing-box h5 {
    margin-bottom: 8px;
    color: var(--e-global-color-accent);
}

.pricing-con .pricing-box .price {
    font-size: 54px;
    line-height: 60px;
    font-weight: 600;
    display: block;
    margin-bottom: 15px;
    color: var(--e-global-color-secondary);
}

.pricing-con .pricing-box .month {
    font-size: 18px;
    line-height: 20px;
    font-weight: 400;
    padding: 8px 22px 9px;
    margin-bottom: 27px;
    border-radius: 10px;
    display: inline-block;
    color: var(--e-global-color-text);
    background: var(--e-global-color-white);
    box-shadow: 5px 0 87px rgb(186 224 246 / 75%);
}

.pricing-con .pricing-box ul {
    text-align: left;
    margin-bottom: 34px;
}

.pricing-con .pricing-box ul li {
    position: relative;
    margin-bottom: 4px;
}

.pricing-con .pricing-box ul li:last-child {
    margin-bottom: 0;
}

.pricing-con .pricing-box ul li i {
    font-size: 10px;
    height: 17px;
    width: 17px;
    line-height: 17px;
    top: 8px;
    left: 0;
    position: absolute;
    text-align: center;
    border-radius: 2px;
    color: var(--e-global-color-white);
    background-color: var(--e-global-color-accent);
    transition: all 0.3s ease-in-out;
}

.pricing-con .pricing-box ul li p {
    padding-left: 34px;
    color: var(--e-global-color-text);
    transition: all 0.3s ease-in-out;
}

/* Blog Page */

.blog-con {
    padding: 120px 0 90px;
}

.blog-con .blog-box {
    margin-bottom: 190px;
    position: relative;
    transition: all 0.3s ease-in-out;
}

.blog-con .blog-box .blog-image {
    overflow: hidden;
    border-radius: 15px;
}

.blog-con .blog-box .blog-image img {
    border-radius: 15px;
    transition: all 0.3s ease-in-out;
}

.blog-con .blog-box:hover .blog-image img {
    transform: scale(1.1);
}

.blog-con .blog-box .content {
    padding: 22px 20px 26px 28px;
    width: 325px;
    bottom: -160px;
    right: 0;
    left: 0;
    margin: 0 auto;
    position: absolute;
    border-radius: 15px;
    background: var(--e-global-color-white);
    border-bottom: 2px solid var(--e-global-color-secondary);
    box-shadow: 5px 5px 40px 0 rgb(208 235 251 / 100%);
    transition: all 0.3s ease-in-out;
}

.blog-con .blog-box:hover .content {
    transform: translateY(-10px);
}

.blog-con .blog-box .icon {
    display: flex;
    align-items: center;
    margin-bottom: 8px;
}

.blog-con .blog-box .icon .admin {
    margin-right: 10px;
}

.blog-con .blog-box .icon i {
    position: relative;
    font-size: 11px;
    top: -1px;
    margin-right: 4px;
    color: var(--e-global-color-accent);
}

.blog-con .blog-box h5 {
    color: var(--e-global-color-secondary);
}

.blog-con .blog-box h5:hover {
    color: var(--e-global-color-accent);
}

.blog-con .blog-box .content p {
    margin-bottom: 10px;
}

.blog-con .blog-box .content .read_more {
    font-size: 16px;
    line-height: 16px;
    font-weight: 500;
    color: var(--e-global-color-accent);
    transition: all 0.3s ease-in-out;
}

.blog-con .blog-box .content .read_more:hover {
    color: var(--e-global-color-text);
}

/* Single Blog */

/* Blog Detail */

.blogdetail-con {
    padding: 120px 0;
}

.blogdetail-con .upper_content {
    margin-bottom: 53px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.blogdetail-con .blogdetail-image {
    position: relative;
    top: 0;
    float: left;
    width: 100%;
}

.blogdetail-con .blogdetail-image img {
    width: 540px;
    height: 100%;
    opacity: 95%;
    border-radius: 15px;
}

.blogdetail-con .content {
    padding: 45px 38px 40px;
    width: 635px;
    right: 0;
    position: absolute;
    border-radius: 15px;
    background: var(--e-global-color-white);
    border-bottom: 2px solid var(--e-global-color-secondary);
    box-shadow: 5px 5px 40px 0 rgb(208 235 251 / 100%);
    transition: all 0.3s ease-in-out;
}

.blogdetail-con .icon {
    display: flex;
    align-items: center;
    margin-bottom: 8px;
}

.blogdetail-con .icon .admin {
    margin-right: 10px;
}

.blogdetail-con .icon i {
    position: relative;
    font-size: 11px;
    top: -1px;
    margin-right: 4px;
    color: var(--e-global-color-accent);
}

.blogdetail-con .content h3 {
    font-size: 30px;
    line-height: 38px;
    margin-bottom: 13px;
    color: var(--e-global-color-secondary);
}

.blogdetail-con .content p {
    margin-bottom: 6px;
}

.blogdetail-con .list {
    margin-bottom: 56px;
}

.blogdetail-con .list ul li {
    position: relative;
    margin-bottom: 4px;
}

.blogdetail-con .list ul li:last-child {
    margin-bottom: 0 !important;
}

.blogdetail-con .list ul li i {
    font-size: 12px;
    height: 17px;
    width: 17px;
    line-height: 17px;
    top: 6px;
    left: 0;
    position: absolute;
    text-align: center;
    border-radius: 2px;
    color: var(--e-global-color-white);
    background-color: var(--e-global-color-accent);
    transition: all 0.3s ease-in-out;
}

.blogdetail-con .list ul li p {
    padding-left: 34px;
    color: var(--e-global-color-text);
    transition: all 0.3s ease-in-out;
}

.blogdetail-con .blogdetail_box {
    padding: 34px 64px;
    border-radius: 15px;
    background: var(--e-global-color-very-dark-desaturated-blue);
}

.blogdetail-con .blogdetail_box p {
    margin-bottom: 24px;
    color: var(--e-global-color-white);
    font-family: "Playfair Display", serif;
}

.blogdetail-con .review-content {
    display: flex;
    align-items: center;
}

.blogdetail-con .review-content .testimonial-personimage img {
    border-radius: 15px;
}

.blogdetail-con .review-content .detail {
    padding-left: 16px;
}

.blogdetail-con .review-content .name {
    font-size: 20px;
    line-height: 22px;
    font-weight: 500;
    display: block;
    margin-bottom: 4px;
    color: var(--e-global-color-white);
}

.blogdetail-con .review-content .position {
    font-size: 16px;
    line-height: 20px;
    font-weight: 400;
    color: var(--e-global-color-accent);
}

/* Contact Form */

.blog-contactform {
    padding: 115px 0 120px;
    background: var(--e-global-color-light-grayish-blue);
}

.blog-contactform .contactform_content h6 {
    margin-bottom: 8px;
}

.blog-contactform .contactform_content h2 {
    margin-bottom: 32px;
}

.blog-contactform form .form-group {
    margin-bottom: 26px;
}

.blog-contactform form input,
.blog-contactform form textarea {
    font-size: 18px;
    line-height: 20px;
    font-weight: 400;
    width: 100%;
    padding: 15px 24px 19px;
    color: var(--e-global-color-text);
    background-color: var(--e-global-color-white);
    border: 1px solid transparent;
    border-radius: 15px;
    overflow: visible;
    outline: none;
}

.blog-contactform form textarea {
    height: 136px;
    resize: none;
    outline: none;
    overflow: auto;
}

.blog-contactform form .message {
    margin-bottom: 30px;
}

.blog-contactform form input:focus,
.blog-contactform form textarea:focus {
    border: 1px solid var(--e-global-color-text);
}

.blog-contactform form .submit {
    font-size: 18px;
    line-height: 18px;
    font-weight: 500;
    min-width: 167px;
    height: 56px;
    padding: 17px 18px 19px;
    text-align: center;
    border-radius: 15px;
    position: relative;
    display: inline-block;
    color: var(--e-global-color-white);
    background: var(--e-global-color-accent);
    transition: all 0.3s ease-in-out;
    overflow: visible;
    outline: none;
    border: none;
}

.blog-contactform form .submit:hover {
    color: var(--e-global-color-white);
    background: var(--e-global-color-secondary);
}

.blog-contactform form span {
    font-size: 14px;
    line-height: 14px;
    font-weight: 400;
    margin-top: 10px;
    position: relative;
    display: block;
    color: var(--e-global-color-pure-red);
}

/* Blog */

.singleblog-page {
    padding: 115px 0 120px;
}

.singleblog-page .blog_content h6 {
    margin-bottom: 8px;
}

.singleblog-page .blog_content h2 {
    margin-bottom: 42px;
}

.singleblog-page .blog-box {
    margin-bottom: 160px !important;
}

/* Service Detail */
/* 
.service_detail {
    padding: 120px 0;
}

.service_detail .main-box {
    position: relative;
}

.service_detail .main-box .image {
    margin-bottom: 30px;
}

.service_detail .main-box .image img {
    width: 100%;
    opacity: 95%;
    border-radius: 15px;
}

.service_detail .main-box p {
    margin-bottom: 10px;
}

.service_detail .main-box .text2 {
    margin-bottom: 20px;
}

.service_detail .main-box .list {
    margin-bottom: 20px;
}

.service_detail .main-box .list li {
    margin-bottom: 4px;
    padding-left: 28px;
    position: relative;
    color: var(--e-global-color-text);
}

.service_detail .main-box .list li i {
    font-size: 12px;
    height: 17px;
    width: 17px;
    line-height: 17px;
    top: 6px;
    left: 1px;
    border-radius: 2px;
    position: absolute;
    text-align: center;
    display: inline-block;
    background-color: var(--e-global-color-accent);
    color: var(--e-global-color-white);
}

.servicedetail-page {
    background-color: var(--e-global-color-light-grayish-blue);
}

.servicedetail-page h2 {
    margin-bottom: 45px;
}

.servicedetail-page .service-box {
    box-shadow: none;
} */



/* ===== Project Detail Card ===== */

.service_detail {
    padding: 40px 0 2px;
    background: #f7f9fb;
}

.service_detail .main-box {
    background: #ffffff;
    border-radius: 18px;
    padding: 40px 40px 45px;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08);
    transition: all 0.2s ease;
}


.service_detail .main-box:hover {
    transform: translateY(-6px);
    box-shadow: 0 22px 55px rgba(0, 0, 0, 0.12);
}


.service_detail .image {
    overflow: hidden;
    border-radius: 14px;
    margin-bottom: 28px;
}

.service_detail .image img {
    width: 100%;
    height: 420px;
    object-fit: cover;

}


.service_detail h3 {
    margin-bottom: 10px;
    color: #0b2a38;
    font-weight: 700;
}


.service_detail p {
    color: #6c757d;
    line-height: 1.8;
    margin-bottom: 18px;
}

.service_detail .main-box .list {
    margin-bottom: 20px;
}

.service_detail .main-box .list li {
    /* margin-bottom: 4px; */
    padding-left: 28px;
    position: relative;
    color: var(--e-global-color-text);
}

.service_detail .main-box .list li i {
    font-size: 16px;
    height: 17px;
    width: 17px;
    line-height: 17px;
    top: 6px;
    left: 1px;
    border-radius: 2px;
    position: absolute;
    text-align: center;
    display: inline-block;

    color: var(--e-global-color-black);
}

@media (max-width: 991px) {
    .service_detail .main-box {
        padding: 25px;
    }

    .service_detail .image img {
        height: 260px;
    }
}

/* Project Detail */

.projectdetail-page {
    background-color: var(--e-global-color-light-grayish-blue);
}

.projectdetail-page h2 {
    margin-bottom: 45px;
}

.projectdetail-page .project-box {
    box-shadow: none;
}



/* 404 Page */

.error_page {
    height: 100vh;
    display: flex;
    flex-grow: 1;
    flex-direction: column;
    justify-content: center;
    position: relative;
    background: var(--e-global-color-very-dark-blue);
}

.error_page .error_content h1 {
    font-size: 140px;
    line-height: 140px;
    margin-bottom: 25px;
    color: var(--e-global-color-white);
}

.error_page .error_content .text {
    font-size: 46px;
    line-height: 50px;
    font-weight: 600;
    margin-bottom: 20px;
    color: var(--e-global-color-white);
}

.error_page .error_content .text2 {
    font-size: 20px;
    line-height: 28px;
    font-weight: 500;
    margin-bottom: 30px;
    color: var(--e-global-color-white);
}

.error_page .error_content .back_home {
    font-size: 20px;
    line-height: 20px;
    font-weight: 500;
    padding: 18px 35px 20px;
    text-align: center;
    border-radius: 15px;
    display: inline-block;
    position: relative;
    color: var(--e-global-color-white);
    background: var(--e-global-color-accent);
    transition: all 0.3s ease-in-out;
}

.error_page .error_content .back_home:hover {
    color: var(--e-global-color-secondary);
    background: var(--e-global-color-white);
}

/* Coming Soon */

.comingsoon_outer {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    min-height: 100vh;
    text-align: center;
    position: relative;
    background: var(--e-global-color-very-dark-blue);
}

.comingsoon_outer .logo_outer {
    margin-bottom: 90px;
}

.comingsoon_outer .logo_outer img {
    width: 190px;
}

.comingsoon_outer .comingsoon_section {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    justify-content: center;
}

.comingsoon_outer .sub_banner_content h1 {
    font-size: 96px;
    line-height: 98px;
    margin-bottom: 30px;
    color: var(--e-global-color-white);
}

.comingsoon_outer .sub_banner_content p {
    font-weight: 500;
    margin-bottom: 12px;
    color: var(--e-global-color-white);
}

.comingsoon_outer .sub_banner_content form {
    display: flex;
    align-items: center;
    justify-content: center;
}

.comingsoon_outer .sub_banner_content .form-group {
    margin-bottom: 30px;
}

.comingsoon_outer .sub_banner_content input {
    font-size: 16px;
    line-height: 16px;
    font-weight: 400;
    padding: 14px 16px 16px;
    width: 540px;
    position: relative;
    color: var(--e-global-color-text);
    background-color: var(--e-global-color-white);
    border: 1px solid transparent;
    border-radius: 15px;
    overflow: visible;
    outline: none;
}

.comingsoon_outer .sub_banner_content button {
    font-size: 18px;
    line-height: 18px;
    font-weight: 400;
    padding: 15px 30px 18px;
    height: 100%;
    top: 0;
    right: -5px;
    border-radius: 0 15px 15px 0;
    position: absolute;
    color: var(--e-global-color-white);
    background: var(--e-global-color-accent);
    border: 1px solid var(--e-global-color-accent);
    overflow: visible;
    outline: none;
    transition: all 0.3s ease-in-out;
}

.comingsoon_outer .sub_banner_content input:focus {
    border: 1px solid var(--e-global-color-accent);
}

.comingsoon_outer .sub_banner_content button:hover {
    color: var(--e-global-color-white);
    background: var(--e-global-color-text);
    border: 1px solid var(--e-global-color-text);
}

.comingsoon_outer .sub_banner_content .social-icon li {
    display: inline-block;
    margin: 0 4px;
}

.comingsoon_outer .sub_banner_content .social-icon li:first-child {
    margin-left: 0;
}

.comingsoon_outer .sub_banner_content .social-icon li:last-child {
    margin-right: 0;
}

.comingsoon_outer .sub_banner_content .social-icon a {
    transition: all 0.3s ease-in-out;
}

.comingsoon_outer .sub_banner_content .social-icon i {
    font-size: 16px;
    height: 38px;
    width: 38px;
    line-height: 36px;
    border-radius: 100px;
    text-align: center;
    color: var(--e-global-color-white);
    background-color: transparent;
    border: 1px solid var(--e-global-color-white);
    transition: all 0.3s ease-in-out;
}

.comingsoon_outer .sub_banner_content .social-icon a:hover i {
    color: var(--e-global-color-white);
    background: var(--e-global-color-accent);
    border: 1px solid var(--e-global-color-accent);
}

/* Back to top button */

#button {
    display: inline-block;
    background-color: var(--e-global-color-accent);
    width: 45px;
    height: 45px;
    text-align: center;
    border-radius: 15px;
    position: fixed;
    bottom: 60px;
    right: 80px;
    transition: background-color .3s, opacity .5s, visibility .5s;
    opacity: 0;
    visibility: hidden;
    z-index: 10;
    display: flex;
    align-items: center;
    justify-content: center;
    /* -webkit-animation: spineer 2s infinite;
    animation: spineer 2s infinite; */
    text-decoration: none;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
}

#button::after {
    content: "\f062";
    font-family: "Font Awesome 5 free";
    font-size: 20px;
    line-height: 20px;
    color: #fff;
    font-weight: 600;
}

#button.show {
    opacity: 1;
    visibility: visible;
}

#button:hover {
    transform: translateY(-5px);
}

@-webkit-keyframes spineer {
    from {
        box-shadow: 0 0 0 0 rgb(230 177 39 / 41%)
    }

    to {
        box-shadow: 0 0 0 35px rgba(250, 87, 51, .01)
    }
}

@keyframes spineer {
    from {
        box-shadow: 0 0 0 0 rgb(230 177 39 / 41%)
    }

    to {
        box-shadow: 0 0 0 35px rgba(250, 87, 51, .01)
    }
}

/* Preloader -------------------------------------------------------*/

/* Loader Styles start here */
.loader-mask {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fff;
    z-index: 99999;
}

.loader {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 50px;
    height: 50px;
    font-size: 0;
    color: var(--e-global-color-accent);
    display: inline-block;
    margin: -25px 0 0 -25px;
    text-indent: -9999em;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
}

.lead {
    font-size: 13px;
}

.loader div {
    background-color: var(--e-global-color-accent);
    display: inline-block;
    float: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 50px;
    height: 50px;
    opacity: .5;
    border-radius: 50%;
    -webkit-animation: ballPulseDouble 2s ease-in-out infinite;
    animation: ballPulseDouble 2s ease-in-out infinite;
}

.loader div:last-child {
    -webkit-animation-delay: -1s;
    animation-delay: -1s;
}

@-webkit-keyframes ballPulseDouble {

    0%,
    100% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    50% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes ballPulseDouble {

    0%,
    100% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    50% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

/* Preloader -------------------------------------------------------*/