/*------------------------------------------------------------------
[Master Stylesheet]

Project:  Merraki
-------------------------------------------------------------------*/
/*------------------------------------------------------------------
[Table of contents]

1. Body
2. Header
3. Banner Section
4. Services Section
5. About us  Section
6. Our percess Section
7. Success Section
8. What's new Section
9. Testimonials Section
10. Work with us Section
11. Blog Section
12. Footer Section
*/


:root {
    --e-global-color-primary: #ffffff;
    --e-global-color-secondary: #e1b261;
    --e-global-color-text: #a7a7a7;
    --e-global-color-accent: #e1b261;
    --e-global-color-very-dark-mostly-black-blue: #222224;
    --e-global-color-very-dark-grayish-blue:#5c5c5e;
    --e-global-color-very-dark-gray:#464646;
    --e-global-color-white: #ffffff;
    --e-global-color-black: #000000;
    --e-global-color-dots:#D6D6D6;
}

body{
    font-family: 'Syne', sans-serif;
}
.h2, h2 {
    font-size: 46px;
    line-height: 58px;
    font-weight: 600;
    color: var(--e-global-color-primary);
}
.h3, h3{
    font-size: 24px;
    line-height: 34px;
    font-weight: 600;
}
.h4, h4 {
    font-size: 24px;
    line-height: 30px;
    font-weight: 700;
}
.h5, h5 {
    font-size: 20px;
    line-height: 30px;
    font-weight: 500;
}
.h6, h6 {
    font-size: 18px;
    line-height: 26px;
    font-weight: 400;
    letter-spacing: 2.0px;
    word-spacing: 1.2px;
    color: var(--e-global-color-secondary);
}
p {
    font-size: 20px;
    line-height: 30px;
    font-weight: 400;
    color: var(--e-global-color-text);
}
.text-size-18 {
    font-size: 18px;
    line-height: 26px;
}
.text-size-16 {
    font-size: 16px;
    line-height: 24px;
}
.text-size-14 {
    font-size: 14px;
    line-height: 26px;
}
/* Service Page my css */
.col-lg-6{
    display: inline-block;
    float: left;
    }

/* about Us page */
/* .swiper-slide-inner {
    background: var(--e-global-color-very-dark-mostly-black-blue);
    border-bottom: 2px solid var(--e-global-color-accent);
    display: flex;
    padding: 30px 76px;
    height: 160px;
    align-items: center;
  
}
.elementor-image-carousel-wrapper i{
    display: none;
} */
/* .page-id-1538 .swiper-horizontal>.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal{
    bottom: -30px !important;
    left: 0;
    width: 100%;
}

.page-id-1538  .swiper-pagination-bullet{
    width: 15px;
    height: 15px;
    margin: 0 6px;
    transition: all 0.3s ease-in-out;
}
.page-id-1538  .swiper-pagination-bullet-active{
    background-color: #e1b261 !important;
    width: 22px !important;
    height: 22px !important;
} */


/* Home Page Style */
.banner_outer{
    background: url(../images/banner-background.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}
.banner_outer .light-image{
    position: absolute;
    top: 0;
    left: 28px;
}
.banner_outer .header {
    padding: 0 216px;
    position: relative;
}
.navbar-collapse ul{
    align-items: center; 
    display: inherit; 
}
.navbar-nav .nav-item a{
    font-size: 18px;
    line-height: 22px;
    font-weight: 400;
    position: relative;
    color: var(--e-global-color-white) !important;
    transition: all 0.3s ease-in-out;
}
.navbar-nav .nav-item a:hover{
    color: var(--e-global-color-secondary) !important;
    background-color: transparent;
}
.navbar-nav li:hover > a:before {
    content: "";
    position: absolute;
    top: 0;
    left: 8px;
    right: 0;
    height: 2px;
    width: 26px;
    z-index: 1;
    background-color: var(--e-global-color-accent);
}
.navbar-nav .dropdown li:hover > a:before {
    display: none;
}
.navbar-nav li:last-child:hover > a:before {
    display: none;
}
.navbar-nav .active > a{
    color: var(--e-global-color-secondary) !important;
}
.navbar-nav li.active > a:before {
    content: "";
    height: 2px;
    width: 26px;
    background-color: var(--e-global-color-accent);
    position: absolute;
    top: 0;
    left: 8px;
    z-index: 1;
    right: 0;
    transition: all 0.3s ease-in-out;
}
.navbar-nav li:last-child.active > a:before {
    display: none;
}
.navbar-brand{
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
}
.navbar{
    position: relative;
    padding: 30px 0;
    z-index: 1;
}
.navbar-nav li{
    margin: 0 24px;
}
.navbar-nav{
    padding-left: 215px;
    margin-top: -6px;
}
.navbar-nav li:first-child{
    margin-left: 0;
}
.navbar-nav li:last-child{
    margin-right: 0px;
    padding-right: 0;
}
.navbar-nav .contact_us{
    margin-left: 85px;
    margin-top: 0;
    font-size: 20px !important;
    line-height: 26px !important;
    font-weight: 500 !important;
    margin-right: 16px;
}
.navbar-nav .contact-button:hover .contact_us{
    color: var(--e-global-color-accent) !important;
}
.navbar-nav .contact-button .image-button {
    display: inline-block;
}
.navbar-nav .contact-button .arrow{
    position: relative;
    border: 1px solid var(--e-global-color-accent);
    background: var(--e-global-color-accent);
    width: 65px;
    height: 65px;
    line-height: 60px;
    text-align: center;
    border-radius: 100px;
    transition: all 0.3s ease-in-out;
    top: -4px;
    right: 0;
    left: 0;
    margin: auto;
}
.navbar-nav .contact-button .arrow img{
    filter: brightness(0) invert(1);
    transition: all 0.3s ease-in-out;
}
.navbar-nav .contact-button:hover .arrow{
    background: transparent;
    border: 1px solid var(--e-global-color-accent);
}
.navbar-nav .contact-button:hover .arrow img{
    filter: none;
}
.navbar-nav .active > .contact_us .arrow{
    background: transparent;
    border: 1px solid var(--e-global-color-accent);
}
.navbar-nav .active > .contact_us .arrow img{
    filter: none;
}
.navbar-nav .dropdown{
    margin: 0 8px 0 30px;
}
.navbar-nav .nav-item .dropdown-item{
    color: var(--e-global-color-black) !important;
    transition: all 0.3s ease-in-out;
}
.navbar-nav .nav-item .dropdown-item:hover{
    color: var(--e-global-color-white) !important;
    background-color: var(--e-global-color-accent) !important;
    transition: all 0.3s ease-in-out;
}
.navbar-nav .drop-down-pages .active > a{
    color: var(--e-global-color-white) !important;
    background-color: var(--e-global-color-accent) !important;
}
.navbar-collapse .drop-down-pages {
    text-align: left;
    margin-left: 0;
}
.navbar-nav .dropdown-menu {
    background-color: var(--e-global-color-white);
    position: absolute;
    left: -20px;
    top: 45px;
    padding: 0;
    border: none;
    border-radius: 0;
    box-shadow: 1px 1px 30px rgb(0 0 0 / 20%);
}
.navbar-nav .drop-down-pages li{
    margin: 0;
}
.navbar-nav .drop-down-pages .nav-item a {
    font-size: 18px;
    line-height: 22px;
    font-weight: 400;
    padding: 12px 20px;
    margin-top: 0;
}
.navbar-expand-lg .drop-down-pages .nav-link {
    padding-left: 0;
}
.navbar-nav .drop-down-pages li:last-child{
    margin-left: 0;
}
.banner_content{ display:flex; align-items:center;}
.banner_content .content{ width:40%; margin-right: 30px;}
.banner-right{width:60%;}
.banner-right img{width:100%;}

/* Services */

.service-section .services-sec-inner{width: 25%; float: left; padding:0.75em; }
.service-section .services-sec-inner .upper_portion .image img{ width:100%; }
.swiper-testimonial .swiper-wrapper{margin-bottom: 50px;}
.swiper-testimonial .box-content .testimonial-ratings{ padding:0px; }
.swiper-testimonial .box-content .testimonial_auther{ display:block; }

/* .service-section{
    background: url(../images/service-background.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;

} */
.service-section .service_content{
    text-align: center;
}
.service-section .service_content h6{
    margin-bottom: 18px;
}
.service-section .service_content h2{
    margin-bottom: 46px;
    padding: 0 170px;
}
.service-section .top-space{
    padding-top: 30px;
}
.service-section .box-content{
    width: 100%;
    background: var(--e-global-color-very-dark-mostly-black-blue);
    transition: all 0.3s ease-in-out;
}
.service-section .box-content:hover{
    transform: translateY(-5px);
}
.service-section .box-content .upper_portion{
    position: relative;
}

.service-section .box-content .upper_portion .image {
    overflow: hidden;
    height: 200px;
}
.service-section .box-content .upper_portion .image img{
    transition: all 0.3s ease-in-out;
    width: 100%;
}
.service-section .box-content .upper_portion .image_content {
    background: var(--e-global-color-accent);
    box-shadow: 8px 2px 20px rgb(0 0 0 / 38%);
    border-radius: 100px;
    height: 82px;
    width: 82px;
    line-height: 78px;
    text-align: center;
    left: 30px;
    bottom: -40px;
    position: absolute;
    transition: all 0.3s ease-in-out;
}
.service-section .box-content .lower_portion_wrapper {
    padding: 58px 29px 28px;
}
.service-section .box-content .lower_portion_wrapper h5 {
    font-weight: 600;
    margin-bottom: 6px;
    transition: all 0.3s ease-in-out;
}
.service-section .box-content .lower_portion_wrapper p {
    margin-bottom: 20px;
    transition: all 0.3s ease-in-out;
}
.service-section .box-content .lower_portion_wrapper .read_more {
    font-size: 14px;
    line-height: 20px;
    font-weight: 500;
    color: var(--e-global-color-secondary);
    transition: all 0.3s ease-in-out;
    display: block;
}
.service-section .box-content .lower_portion_wrapper .read_more i {
    display: inline-block;
    margin-left: 8px;
    font-size: 12px;
}
.service-section .box-content .lower_portion_wrapper .read_more:hover i{
    color: var(--e-global-color-white);
}
.service-section .explore-button{
    margin: auto;
    text-align: center;
}
.service-section .explore{
    font-size: 20px;
    line-height: 26px;
    font-weight: 500;
    margin-right: 16px;
}
.service-section .explore-button:hover .explore{
    color: var(--e-global-color-accent);
}
.service-section .explore-button .image-button{
    display: inline-block;
}
.service-section .explore-button .arrow{
    position: relative;
    border: 1px solid var(--e-global-color-accent);
    width: 65px;
    height: 65px;
    line-height: 60px;
    text-align: center;
    border-radius: 100px;
    transition: all 0.3s ease-in-out;
    top: -4px;
    right: 0;
    left: 0;
    margin: auto;
}
.service-section .explore-button:hover .arrow{
    background: var(--e-global-color-accent);
    border: 1px solid var(--e-global-color-accent);
}
.service-section .explore-button:hover .arrow img{
    filter: brightness(0) invert(1);
}


/* Recent work my css*/

.recent_work_swipper .swiper-slide {
    background-position: center;
    background-size: cover;
    width: 930px;
    height: 520px;
  }


.recentwork-section .container-fluid{
    padding: 0;
}
.recentwork-section .recentwork_content{
    text-align: center;
}
.recentwork-section .recentwork_content h6{
    margin-bottom: 18px;
}
.recentwork-section .recentwork_content h2{
    margin-bottom: 46px;
}
.recentwork-section .image{
    position: relative;
    transition: all 0.3s ease-in-out;
    text-align: center;
}
.recentwork-section .image figure{
    margin: 0 auto !important;
}
.recentwork-section .image .box-content{
    position: absolute;
    background: var(--e-global-color-accent);
    border-radius: 160px;
    width: 318px;
    height: 318px;
    line-height: 18px;
    margin: 0 auto;
    padding: 20px;
    top: 140px;
    left: 0;
    right: 0;
    transition: all 0.3s ease-in-out;
    text-align: center;
}
.recent_work_swipper_slide:not(.swiper-slide-active) .box-content {
    visibility: hidden;
}
.recentwork-section .image .box-content .content{
    position: relative;
    top: 70px;
}
.recentwork-section .image .box-content .content span{
    font-weight: 600;
    display: block;
    margin-bottom: 8px;
}
.recentwork-section .image .box-content .content h4{
    margin-bottom: 18px;
}
.recentwork-section .arrow{
    border: 1px solid var(--e-global-color-white);
    width: 65px;
    height: 65px;
    line-height: 60px !important;
    text-align: center;
    border-radius: 100px;
    transition: all 0.3s ease-in-out;
}
.recentwork-section .arrow img{
    width: 17px !important;
    filter: brightness(0) invert(1);
}


/* Testimonial */


.testimonial-section .light-image{
    position: absolute;
    top: 0;
    right: 46px;
}
.testimonial-section .testimonial_content{
    text-align: center;
}
.testimonial-section .testimonial_content h6{
    margin-bottom: 18px;
}
.testimonial-section .testimonial_content h2{
    margin-bottom: 46px;
    padding: 0 40px;
}
.testimonial-section .box{
    background: var(--e-global-color-very-dark-mostly-black-blue);
    padding: 36px 30px 18px 40px;
    border-right: 2px solid var(--e-global-color-accent);
    width: 98%;
}
.testimonial-section .box .image{
    width: 27%;
    float: left;
}
.testimonial-section .box .image .testimonial-image img{
    border-radius: 100px;
}
.testimonial-section .box .image .quote-icon{
    position: relative;
    background: var(--e-global-color-accent);
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    border-radius: 100px;
    transition: all 0.3s ease-in-out;
    left: 36px;
    top: -18px;
}
.testimonial-section .box .image .quote-icon img{
    width: 17px;
}
.testimonial-section .box .box-content{
    width: 73%;
    display: inline-block;
    border-left: 1px solid var(--e-global-color-very-dark-grayish-blue);
    padding-left: 30px;
}
.testimonial-section .box .box-content p{
    margin: 0 20px 6px 0;
    font-size: 18px;
}
.testimonial-section .box .box-content ul li {
    display: inline-block;
}
.testimonial-section .box .box-content ul li a {
    color: var(--e-global-color-accent);
}
.testimonial-section .box .box-content ul li i {
    font-size: 12px;
    line-height: 12px;
}
.testimonial-section .box .box-content .text-size-16 {
    font-weight: 600;
    display: block;
    margin-bottom: -3px;
}
.testimonial-section .box .box-content .text-size-14 {
    color: var(--e-global-color-text);
}
.testimonial-section .box .box-content .lower-portion .quote-image{
    position: relative;
    float: right;
    top: -12px;
    right: 0;
}
.testimonial-section .box .box-content .lower-portion .quote-image img{
    width: 49px;
}
.testimonial-section .owl-carousel .owl-dots {
    position: relative;
    margin-top: 50px !important;
    text-align: center;
    border: 0px !important;
    outline: none !important;
}
.testimonial-section .owl-carousel .owl-dots button{
    border: 0px !important;
    outline: none !important;
}
.testimonial-section .owl-carousel .owl-dots button:hover,.testimonial-section .owl-carousel .owl-dots button:active,.testimonial-section .owl-carousel .owl-dots button:focus{
    background-color: transparent;
    outline: none !important;
    border: 0px !important;
}
.testimonial-section .owl-carousel .owl-dots .owl-dot span {
    width: 15px;
    height: 15px;
    margin: 0 6px;
    transition: all 0.3s ease-in-out;
    background-color: var(--e-global-color-dots);
    display: block;
    border-radius: 100%;
    text-align: center;
}
.testimonial-section .owl-carousel .owl-dots .owl-dot:hover span {
    background: var(--e-global-color-accent);
}
.testimonial-section .owl-carousel .owl-dots .owl-dot.active span {
    background: var(--e-global-color-accent);
    width: 15px;
    height: 15px;
}
.testimonial-section .owl-carousel .owl-dots .owl-dot:focus {
    outline: none;
}
.testimonial-section .owl-carousel .owl-item img {
    display: inline-block;
    width: 102px;
}

/* Journey */

/* Blog */
.blog-section .box-content .date-content{
    display: block;
}

.blog-section .light-image{
    position: absolute;
    top: 0;
    left: 50px;
}
.blog-section .blog_content{
    text-align: center;
}
.blog-section .blog_content h6{
    margin-bottom: 18px;
}
.blog-section .blog_content h2{
    margin-bottom: 46px;
}
.blog-section .image{
    position: relative;
    transition: all 0.3s ease-in-out;
}
.blog-section .box-content {
    position: relative;
    background: var(--e-global-color-very-dark-mostly-black-blue);
    padding: 36px 20px 30px;
    border-bottom: 2px solid var(--e-global-color-accent);
    width: 80%;
    bottom: 100px;
    right: 0px;
    margin-left: auto;
}
.blog-section .box-content span{
    color: var(--e-global-color-secondary);
}
.blog-section .box-content h5{
    font-weight: 600;
    margin-bottom: 4px;
    font-size: 20px;
    letter-spacing: 0;
    line-height: 28px;
    color: var(--e-global-color-white);
}
.blog-section figure{
    overflow: hidden;
}
.blog-section img{
    width: 100%;
    transition: all 0.3s ease-in-out;
}
.blog-section  img:hover {
    opacity: 1;
    transform: scale(1.1);
    position: relative;
    z-index: 0;
}
.blog-section .carousel-content{
    overflow: hidden;
}
.blog-section .carousel-outer {
    overflow: hidden;
}
.blog-section .owl-carousel .owl-dots {
    position: relative;
    text-align: center;
    margin-top: -50px !important;
    border: 0px !important;
    outline: none !important;
}
.blog-section .owl-carousel .owl-dots button{
    border: 0px !important;
    outline: none !important;
}
.blog-section .owl-carousel .owl-dots button:hover,.blog-section .owl-carousel .owl-dots button:active,.blog-section .owl-carousel .owl-dots button:focus{
    background-color: transparent;
    outline: none !important;
    border: 0px !important;
}
.blog-section .owl-carousel .owl-dots .owl-dot span {
    width: 15px;
    height: 15px;
    margin: 0 6px;
    transition: all 0.3s ease-in-out;
    background-color: var(--e-global-color-dots);
    display: block;
    border-radius: 100%;
    text-align: center;
}
.blog-section .owl-carousel .owl-dots .owl-dot:hover span {
    background: var(--e-global-color-accent);
}
.blog-section .owl-carousel .owl-dots .owl-dot.active span {
    background: var(--e-global-color-accent);
    width: 15px;
    height: 15px;
}
.blog-section .owl-carousel .owl-dots .owl-dot:focus {
    outline: none;
}

/* Footer */

.subscribe-from-inner .form-group {
    border-bottom: 1px solid var(--e-global-color-white);
    margin-bottom: 26px;
}
.subscribe-from-inner input {
    font-size: 16px;
    line-height: 22px;
    font-weight: 500;
    color: var(--e-global-color-text);
    background: transparent;
    border: none;
    margin-bottom: 10px;
    overflow: visible;
    outline: none;
}
.subscribe-from-inner button{
    font-size: 16px !important;
    color: var(--e-global-color-accent);
    background: transparent !important;
    border: none !important;
    float: right;
    position: relative;
    top: 4px;
    overflow: visible;
    outline: none;
    padding: 0 !important;
}
.subscribe-from-inner .fa-check-circle{
    margin-top:-16px;
}

 ul{
    padding-left: 37px;
}
 .text{
    position: relative;
    font-size: 14px;
    line-height: 24px;
    font-weight: 500;
    color: var(--e-global-color-text);
    margin-bottom: 25px;
    transition: all 0.3s ease-in-out;
}
 .text:hover {
    color: var(--e-global-color-secondary);
}
 ul li .circle {
    background: var(--e-global-color-very-dark-gray);
    border-radius: 100px;
    height: 20px;
    width: 20px;
    line-height: 20px;
    text-align: center;
    display: inline-block;
    transition: all 0.3s ease-in-out;
    position: absolute;
    top: 10px;
    left: -35px;
    font-size: 12px;
    font-family: 'FontAwesome';
    color: var(--e-global-color-white);
}
 .text:hover .circle{
    color: var(--e-global-color-white);
    background: var(--e-global-color-accent);
}
.footer-section .middle-portion .info .social-icons ul li{
    margin: 0 6px;
    display: inline-block;
}
.footer-section .middle-portion .info .social-icons ul li:first-child{
    margin-left: 0;
}
.footer-section .middle-portion .info .social-icons ul li:last-child{
    margin-right: 0;
}
.footer-section .middle-portion .info .social-icons ul li a{
    color: var(--e-global-color-white);
}
.footer-section .middle-portion .info .social-icons ul li .social-networks {
    font-size: 18px;
    transition: all 0.3s ease-in-out;
}
.footer-section .middle-portion .info .social-icons ul li .social-networks:hover {
    color: var(--e-global-color-accent);
    transform: translateY(-5px);
}
.footer-section .copyright {
    text-align: center;
    padding: 15px 0px;
    background-color: var(--e-global-color-very-dark-mostly-black-blue);
}
.footer-section .copyright .text-size-14 {
    color: var(--e-global-color-text);
    margin: 0px;
}
.footer-bottom{
    display: none !important;
}

/* Sub-banner */

.sub-banner{
    background: url(../images/banner-background.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}
.sub-banner .light-image{
    position: absolute;
    top: 0;
    left: 28px;
}
.sub-banner .header {
    padding: 0 216px;
    position: relative;
}
.sub-banner .banner-section {
    position: relative;
    padding: 132px 200px 0 215px;
}
.sub-banner .banner-section .banner_content {
    position: relative;
    margin-right: 0;
}
.sub-banner .banner-section .banner_content h1 {
    margin-bottom: 16px;
}
.sub-banner .banner-section .banner_content p {
    margin: 0 50px 30px 0;
}
.sub-banner .banner-section .banner_content .box {
    padding: 12px 22px;
    text-align: center;
    background: var(--e-global-color-very-dark-mostly-black-blue);
    color: var(--e-global-color-white);
    display: inline-block;
}
.sub-banner .banner-section .banner_content .box span {
    font-size: 18px;
    line-height: 24px;
    font-weight: 500;
    display: inline-block;
}
.sub-banner .banner-section .banner_content .box .box_span {
    color: var(--e-global-color-accent);
}
.sub-banner .banner-section .banner_content .box .dash {
    margin: 0 12px;
}
.sub-banner .banner-section .banner_wrapper{
    margin-top: -80px;
    margin-left: -30px;
}



/* Service Page */
.service-box {
    background: var(--e-global-color-very-dark-mostly-black-blue);
    margin-bottom: 30px;
    display: inline-block;
    transition: all 0.3s ease-in-out;
}
.service-box .box-image{
    position: relative;
    float: left;
    width: 47%;
}
.service-box .box-image .servicepage-image {
    overflow: hidden;
}
.service-box .box-image .servicepage-image img{
    transition: all 0.3s ease-in-out;
}
.service-box .box-image .servicepage-image:hover img {
    transform: scale(1.1);
}
.service-box .image_content {
    background: var(--e-global-color-accent);
    box-shadow: 8px 2px 20px rgb(0 0 0 / 38%);
    border-radius: 100px;
    height: 82px;
    width: 82px;
    line-height: 78px;
    text-align: center;
    left: 20px;
    top: 20px;
    position: absolute;
    transition: all 0.3s ease-in-out;
}
.service-box .image_content:hover {
    transform: translateY(-5px);
}
.service-box .image_content .service-icon{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
}
.service-box .box-content {
    position: relative;
    display: inline-block;
    width: 53%;
    padding: 53px 20px 52px 42px;
}
.service-box .box-content h5 {
    margin-bottom: 10px;
    letter-spacing: 0.8px;
}
.service-box .box-content p {
    margin-bottom: 15px;
}
.service-box .box-content .read_more {
    font-size: 14px;
    line-height: 20px;
    font-weight: 500;
    color: var(--e-global-color-secondary);
    transition: all 0.3s ease-in-out;
}
.service-box .box-content .read_more i {
    display: inline-block;
    margin-left: 8px;
    font-size: 12px;
}
.service-box .box-content .read_more:hover {
    color: var(--e-global-color-white);
}
.service-box .box-content .read_more:hover i {
    color: var(--e-global-color-white);
}
/* my  css for contact form */
.contact-form-outer .contact-form-inner .form-group {
    border-bottom: 1px solid var(--e-global-color-very-dark-grayish-blue);
    margin-bottom: 26px;
    float: left;
    width: 48%;
    margin-right: 20px;
}
.contact-form-outer .contact-form-inner input {
    font-size: 16px;
    line-height: 22px;
    font-weight: 500;
    color: var(--e-global-color-text);
    background: transparent;
    border: none;
    margin-bottom: 10px;
    overflow: visible;
    outline: none;
}
.contact-form-outer .contact-form-inner .input2 {
    width: 48%;
}
.contact-form-outer .contact-form-inner .message {
    margin-bottom: 30px;
    width: 100%;
}
.contact-form-outer .contact-form-inner textarea {
    font-size: 16px;
    line-height: 22px;
    font-weight: 500;
    color: var(--e-global-color-text);
    font-family: 'Montserrat', sans-serif;
    background: transparent;
    width: 100%;
    height: 108px;
    resize: none;
    outline: none;
    overflow: auto;
    border: none;
}
.contact-form-outer .contact-form-inner .send_now {
    font-size: 20px !important;
    line-height: 26px !important;
    font-weight: 500 !important;
    background: transparent !important;
    color: var(--e-global-color-white) !important;
    position: relative !important;
    display: inline-block !important;
    overflow: visible !important;
    outline: none !important;
    border: none !important;
}
.contact-form-outer .contact-form-inner .send_now:hover{
    color: var(--e-global-color-accent) !important;

}
.contact-form-outer .contact-form-inner .arrow {
    font-size: 24px;
    position: relative;
    border: 1px solid var(--e-global-color-accent);
    background: var(--e-global-color-accent);
    width: 65px;
    height: 65px;
    line-height: 65px;
    font-family: 'FontAwesome';
    text-align: center;
    border-radius: 100px;
    transition: all 0.3s ease-in-out;
    right: -106px;
    top: -47px;
    transform: rotate(326deg);
    color: #fff;
}
.contact-form-outer .contact-form-inner .send_now:hover .arrow{
    background: transparent  !important;
    border: 1px solid var(--e-global-color-accent);
}

.contact_map_section {
    overflow: hidden;
    margin-bottom: -8px;
}
.contact_map_section iframe:hover {
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
}

/* About Page */
.counter-circle-outter .counter-circle .elementor-widget-container{
    width: 150px;
    height: 150px;
}

.aboutpage-section {
    background: url(../images/service-background.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    padding: 160px 0 166px;
}
.aboutpage-section .aboutpage_wrapper{
    position: relative;
    left: -72px;
    top: -10px;
}
.aboutpage-section .aboutpage_wrapper .aboutpage-image1{
    position: relative;
    top: 0;
    left: 0;
}
.aboutpage-section .aboutpage_wrapper .aboutpage-image2{
    position: absolute;
    bottom: -60px;
    right: -10px;
}

.aboutpage-section .aboutpage_wrapper .badge .about-logoimage{
    position: absolute;
    background: var(--e-global-color-accent);
    border-radius: 100px;
    width: 70px;
    height: 70px;
    line-height: 65px;
}
.aboutpage-section .aboutpage_wrapper .badge {
    position: absolute;
    top: 200px;
    left: 200px;
    z-index: 1;
    --badge-size: 122px;
    --badge-color: var(--black);

    display: flex;
    justify-content: center;
    align-items: center;

    width: var(--badge-size);
    height: var(--badge-size);

    background: var(--black);
    border-radius: 100%;
    box-shadow: inset 0 0 0 0.9rem var(--badge-color);
    animation: identifier 20s linear infinite;
}
.aboutpage-section .aboutpage_content h6{
    margin-bottom: 16px;
}
.aboutpage-section .aboutpage_content h2{
    margin-bottom: 18px;
    margin-right: -3px;
}
.aboutpage-section .aboutpage_content .text2{
    margin-bottom: 56px;
}
.aboutpage-section .aboutpage_content .progress-outer {
    display: flex;
    justify-content: center;
    position: relative;
    left: -30px;
}
.aboutpage-section .aboutpage_content .progress-inner {
    display: grid;
    grid-template-columns: repeat(3, 190px);
    grid-gap: 0;
    margin: 0;
}
.aboutpage-section .aboutpage_content .progress-inner .box {
    width: 100%;
}
.aboutpage-section .aboutpage_content .progress-inner .box .chart {
    position: relative;
    width: 256px;
    height: 146px;
    line-height: 110px;
    text-align: center;
    font-size: 36px;
    font-weight: 600;
    color: var(--e-global-color-white);
    margin-bottom: 0;
}
.aboutpage-section .aboutpage_content .progress-inner .box canvas {
    position: absolute;
    top: -4px;
    left: 61px;
    width: 50%;
}
.aboutpage-section .aboutpage_content .progress-inner .box h6 {
    font-weight: 600;
    letter-spacing: 0;
    word-spacing: 0;
    margin-bottom: 0;
    color: var(--e-global-color-white);
    position: relative;
    right: -60px;
}
.partner-section{
    background: url(../images/banner-background.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    padding: 142px 0 140px;
}
.partner-section .light-image{
    position: absolute;
    top: 0;
    right: 46px;
}
.partner-section .partner_content{
    text-align: center;
}
.partner-section .partner_content h6{
    margin-bottom: 18px;
}
.partner-section .partner_content h2{
    margin-bottom: 50px;
}
.partner-section .box{
    background: var(--e-global-color-very-dark-mostly-black-blue);
    padding: 30px 76px;
    border-bottom: 2px solid var(--e-global-color-accent);
    display: flex;
    align-items: center;
    height: 160px;
}
.partner-section .box:hover figure img {
    filter: grayscale(100%);
}
.partner-section .owl-carousel .owl-item img {
    display: block;
    width: 110px;
}
.partner-section .owl-carousel .owl-dots {
    margin-top: 50px !important;
}
.partner-section .owl-carousel .owl-dots .owl-dot span {
    width: 15px;
    height: 15px;
    margin: 0 6px;
    transition: all 0.3s ease-in-out;
    color: var(--e-global-color-very-dark-grayish-blue);
}
.partner-section .owl-carousel .owl-dots .owl-dot:hover span {
    background: var(--e-global-color-accent);
}
.partner-section .owl-carousel .owl-dots .owl-dot.active span {
    background: var(--e-global-color-accent);
    width: 20px;
    height: 20px;
}
.partner-section .owl-carousel .owl-dots .owl-dot:focus {
    outline: none;
}

/* Portfolio Page */

.portfolio-section{
    background: url(../images/service-background.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    padding: 142px 0 120px;
}
.portfolio-section .subheading{
    text-align: center;
}
.portfolio-section .subheading h6{
    margin-bottom: 18px;
}
.portfolio-section .subheading h2{
    margin-bottom: 50px;
}
.portfolio-section .tabs-box .nav-tabs li a {
    display: inline-block;
    color: var(--e-global-color-white);
    font-size: 18px;
    line-height: 24px;
    font-weight: 400;
    text-decoration: none;
    border-top: 1px solid transparent;
    padding-top: 6px;
}
.portfolio-section .tabs-box .nav-tabs li a:hover {
    color: var(--e-global-color-white);
    border-top: 1px solid var(--e-global-color-accent);
}
.portfolio-section .tabs-box .nav-tabs > li > a.active {
    color: var(--e-global-color-white);
    border-top: 1px solid var(--e-global-color-accent);
}
.portfolio-section .nav-tabs {
    border-bottom: none;
    padding: 0 235px 0 242px;
    margin-bottom: 55px;
}
.portfolio-section .nav-tabs li{
    margin: 0 32px;
}
.portfolio-section .nav-tabs li:first-child{
    margin-left: 0;
}
.portfolio-section .nav-tabs li:last-child{
    margin-right: 0;
}
.portfolio-section .image{
    position: relative;
    transition: all 0.3s ease-in-out;
    margin-bottom: 30px;
}
.portfolio-section .image figure{
    margin: 0 auto;
}
.portfolio-section .image .box-content{
    position: absolute;
    background: var(--e-global-color-accent);
    border-radius: 160px;
    width: 260px;
    height: 260px;
    line-height: 260px;
    margin: 0 auto;
    padding: 15px;
    top: 96px;
    left: 0;
    right: 0;
    transition: all 0.3s ease-in-out;
    text-align: center;
    display: none;
}
.portfolio-section .image .box-content .content{
    position: relative;
    top: 45px;
    transition: all 0.3s ease-in-out;
}
.portfolio-section .image .box-content .content span{
    font-weight: 600;
    display: block;
    margin-bottom: 4px;
}
.portfolio-section .image .box-content .content h4{
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 12px;
}
.portfolio-section .arrow{
    border: 1px solid var(--e-global-color-white);
    width: 65px;
    height: 65px;
    line-height: 60px;
    text-align: center;
    border-radius: 100px;
    transition: all 0.3s ease-in-out;
}
.portfolio-section .arrow img {
    filter: brightness(0) invert(1);
}
.portfolio-section .image:hover .box-content{
    display: block;
}

/*-------- BLOG PAGES ------------ */

/* Blog */

.blogpage-section {
    background: url(../images/service-background.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 120px 0;
}
/* Single blog */

.singleblog-section {
    background: url(../images/service-background.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 160px 0 142px;
}

/* Gallery my css */
.swiper-slide-inner img:hover{
filter: brightness(100);
}   
.nav-tabs .nav-link.active{
    background-color: transparent;
    border: 0px;
}
.nav-tabs {
    border-bottom: 0px solid #dee2e6;
}

.gallery-section-outer {
    margin: 0 !important;
  }
  .gallery-section {
    column-width: 300px;
    gap: 0;
  }
  .gallery-section .img-outer {
    position: relative;
    overflow: hidden;
    cursor: pointer;
  }
  .gallery-section .img-outer .overlay {
    background: rgba(30, 39, 62, 0.8);
    position: absolute;
    height: 99%;
    width: 100%;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    opacity: 0;
    transition: all 0.4s ease-in-out 0s;
  }
  .gallery-section .img-outer:hover .overlay {
    opacity: 1;
  }
  .gallery-section .content-details {
    position: absolute;
    text-align: center;
    padding-left: 1em;
    padding-right: 1em;
    width: 100%;
    top: 50%;
    left: 50%;
    opacity: 0;
    transform: translate(-50%, -50%);
    transition: all 0.3s ease-in-out 0s;
  }
  .gallery-section .img-outer:hover .content-details {
    top: 50%;
    left: 50%;
    opacity: 1;
  }
  .gallery-section .content-details i {
    color: var(--e-global-color-white);
    font-family: 'FontAwesome';
    font-size: 44px;
  }
  .gallery-section .fadeIn_bottom {
    top: 80%;
  }
  .gallery-section .gallery-images img {
    width: 100%;
    cursor: pointer;
    padding: 3px;
    border-radius: 30px;
  }
  .gallery-section .lightbox {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: none;
    background: #000000;
    perspective: 1000;
    z-index: 1000000000;
  }
  .gallery-section .filter {
    position: absolute;
    width: 100%;
    height: 100%;
    filter: blur(20px);
    opacity: 0.5;
    background-position: center;
    background-size: cover;
  }
  .gallery-section .lightbox img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotateY(0deg);
    max-height: 95vh;
    max-width: calc(95vw - 100px);
    transition: 0.8s cubic-bezier(0.7, 0, 0.4, 1);
    transform-style: preserve-3d;
  }
  .gallery-section [class^="arrow"] {
    height: 50px;
    width: 50px;
    background: rgba(0, 0, 0, 0.8);
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
  }
  .gallery-section [class^="arrow"]:after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(-45deg);
    width: 14px;
    height: 14px;
  }
  .gallery-section .arrowr {
    right: 0;
  } 
  .gallery-section .arrowr:after {
    border-right: 1px solid var(--e-global-color-white);
    border-bottom: 1px solid var(--e-global-color-white);
  }
  .gallery-section .arrowl {
    left: 0;
  }
  .gallery-section .arrowl:after {
    border-left: 1px solid var(--e-global-color-white);
    border-top: 1px solid var(--e-global-color-white);
  }
  .gallery-section .close {
    position: absolute;
    right: 0;
    width: 50px;
    height: 50px;
    margin: 20px;
  }
  /* .gallery-section .close:after, */
  .gallery-section .close:before {
    content: '\f00d';
    position: absolute;
    top: 15px;
    right: 0;
    font-family: 'FontAwesome';
    font-size: 34px;
    color: #FF0000;
    text-shadow: none;
  }
  .elementor-widget-merraki-gallery-tabs .nav-tabs{
    text-align: center;
    display: inline-flex;
    border: 0px !important;
  }

  .elementor-widget-merraki-gallery-tabs  .tabs-title{
    text-align: center !important;
    margin-bottom: 25px;
  }

  .merraki-page-containerr img{
    min-width: 100% !important;
  }
 .service-section .box-content:hover .lower_portion_wrapper .read_more{
	color: var(--e-global-color-white);
}
 .service-section .box-content .upper_portion .image img:hover {
    transform: scale(1.1);
}
 .service-section .box-content:hover .upper_portion .image_content {
    transform: translateY(-5px);
}
 .process_outter .elementor-widget-wrap:hover .processes_img img{ opacity:1;}
.servicepage-section .service-box:hover .image_content {
transform: translateY(-5px);
}
.servicepage-section .service-box:hover .servicepage-image img {
    transform: scale(1.1);
}
.servicepage-section .service-box:hover .read_more {
	color: #fff;
}
