/*===============================================
Template Name: - SEO Marketing Agency HTML5 Template
Author: https://TemplateMonster/Author/therthime
Description:Description
Version:1.0.0
Text Domain:
Tags:agency, consulting, digital agency, digital marketing, digital marketing agency, marketing, marketing agency, media agency, portfolio, seo, seo agency, seo agency theme, seo marketing, smm, social media marketing agency.
================================================*/

/*TABLE OF CONTENTS*/
/*=====================
01.  Header Top Menu Area Css
2302.  Nav Menu Area Css 
03.  Slider Area Css
04.  Section Title Css
05.  Service Area css
06.  About Area Css
07.  Counter Area Css
08.  Case Study Area Css
09.  Testimonial Area Css
10.  Process Area Css
11.  Team Area Css
12.  Faq Area Css
13.  Brand Section Css
14.  Call Do Section Css
15.  Form Box Css
16.  Skill Area Css
17.  Blog Area Css
18.  footer Area Css
19.  Subscribe Area Css
20.  Lines CSS
21.  Prossess Ber Css
22.  Scrollup Section
23.  Bounce Animation Css 
24.  Animation Dance
25.  Breadcumb Area Css
26.  abouts_areas Css
27.  Feture-Area Css
28.  Pricing Section Css
29.  Web Development Section CSS
30.  Contact  US Css
31.  Blog Sidber Widget CSS
32.  Case Study Details Css

=======================*/

/*================================
<!-- Start  header-top-menu  -->
==================================*/

.header-top-section {
    background-color:var(--main-touch);
    padding:12px 0;
}

.header-too-menu-address ul{
    list-style:none;
}

.header-too-menu-address ul li {
    display:inline-block;
    color:#ffff;
    font-size:14px;
    padding-right:35px;
}

.header-too-menu-address ul li a {
    display:inline-block;
    font-size:14px;
    color:#fff;
}

.header-too-menu-address ul li span {
    font-size:16px;
    color:#ffffff;
    font-weight:400;
    font-family:"Poppins";
    padding-left:5px;
}

.header-top-info {
    text-align:center;
    position:relative;
    z-index:1;
    color:#fff;
}

.header-top-info ul li {
    display:inline-block;
}

.header-top-info ul li {
    display:inline-block;
    padding:0 13px 0;
    font-size:14px;
    color:#9cb7bd;
    font-weight:400;
    font-family:"Poppins";
}

.header-top-info:before {
    position:absolute;
    content:"";
    width:100%;
    height:50px;
    background:#001616;
    top:-12px;
/*  left:-60px; */
    left:0px;
/*    transform:skew(305deg, 0deg); */
    z-index:-1;
    border-radius:10px;
}

.header-top-menu-social-icon {
    text-align:right;
}

.header-top-menu-social-icon ul{
    list-style:none;
}

.header-top-menu-social-icon ul li {
    display:inline-block;
    padding-left:26px;
}

.header-top-menu-social-icon ul li a {
    display:inline-block;
    color:#ffffff;
    font-size:18px;
    transition:.5s;
}

.header-top-menu-social-icon ul li a:hover {
    color:#90EE90;
}


/*--header-top-section.style2--*/

.header-top-section.style2 {
    background-color:#f4f4f4;
    padding:12px 0;
}

.header-top-section.style2 .header-top-info:before {
    display:none;
}

.header-top-section.style2 .header-too-menu-address ul li a{
    display:inline-block;
    color:var(--main-touch);
    font-size:14px;
    display:inline-block;
}

.header-top-section.style2 .header-too-menu-address ul li span {
    font-size:14px;
    color:#555555;
    font-weight:400;
    font-family:"Poppins";
    padding-left:5px;
}

.header-top-section.style2 .header-too-menu-address ul li i {
    color:var(--main-touch);
} 

.header-top-section.style2 .header-too-menu-address ul li a {
    display:inline-block;
    font-size:14px;
    color:var(--main-touch);
} 

.header-top-section.style2 .header-top-info {
    text-align:right;
}

.header-top-section.style2 .header-top-info ul li {
    color:#555555;
    padding:0 0 0 26px;
}

.header-top-section.style2 .header-top-info ul li a:hover{
    color:var(--main-touch);
}

/*================================
<!-- End  header-top-menu  -->
==================================*/




/*================================
<--   Nav Menu Area Css -->
==================================*/

._nav_menu {
    transition:.5s;
    padding:0 70px 0;
/*	background-color:#ffffff; */
    background: #B4BFF7;
	background: linear-gradient(90deg,rgba(180, 191, 247, 1) 0%, rgba(253, 252, 159, 1) 50%, rgba(121, 161, 72, 1) 100%);
    z-index:2;
    position:relative;
}

.sticky {
    left:0;
    margin:auto;
    position:sticky !important;
    top:0;
    width:100%;
    -webkit-box-shadow:0 2px 5px -2px rgba(0, 0, 0, 0.1);
    box-shadow:0 2px 5px -2px rgba(0, 0, 0, 0.1);
/*	background:#ffff!important; */
    transition:.5s !important;
    z-index:922;
    -webkit-animation:300ms running fadeInDown;
    animation:500ms running fadeInUp;
    animation-name:slideInDown;
}

.sticky ._menu>ul>li>a {
    color:#222222;
}

.sticky .header-button a {
    background:#222222;
}


/*  Menu Css*/
nav._menu {
    text-align:center;
    position:relative;
    z-index:1;
/*    margin-left:62px; */
}

._menu ul {
	float:right;
    list-style:none;
    display:inline-block;
}

._menu>ul>li {
    display:inline-block;
    position:relative;
    z-index:1;
}

._menu>ul>li.main-level {
	cursor:pointer;
    display:inline-block;
    margin:30px 20px;
    transition:.5s;
    font-size:16px;
    line-height:40px;
    color:#222222;
    font-weight:400;
    font-family:"Poppins";
}

._menu>ul>li>a:hover {
	border-bottom : 1px solid #000;
}

._menu>ul>li.activ a {
	color: #fff;
	text-shadow: 0 0 12px #000;
}

._menu>ul>li.activ>a:hover {
	border-bottom : none;
}

.mean-container .mean-nav ul li.activ a {
	font-weight:bold;
}

/*menu icon*/

.header-src-btn {
    display:inline-block;
    position:relative;
    z-index:1;
    margin-left:8px;
    color:#fffffe;
}

/*menu button*/

.header-button {
    display:inline-block;
    float:right;
    margin-top:25px;
}

.header-button a {
    padding:12px 32px;
    display:inline-block;
    position:relative;
    z-index:1;
    transition:.5s;
    font-size:16px;
    color:#ffffff;
    font-weight:400;
    font-family:"Poppins";
    background-color:#222222;
}

.header-button a:before {
    position:absolute;
    content:"";
    height:100%;
    width:100%;
    top:0;
    left:0;
    background:var(--main-touch);
    z-index:-1;
    transition:.5s;
  }

  .header-button a:hover::before{
    transform:rotateX(90deg);
  }

  .header-button a:after {
    position:absolute;
    content:"";
    height:100%;
    width:100%;
    top:0;
    left:0;
    background:var(--main-touch);
    z-index:-1;
    transition:.5s;
  }

  .header-button a:hover::after{
    transform:rotateY(90deg);
  }

  .header-button a i {
    padding-left:3px;
    font-size:14px;
}

.header-button a:hover{
    color:#ffffff;
}

/*Style Two Nav Menu*/

.style-two._nav_menu {
    border-bottom:1px solid rgba(255,255,255,0.10196078431372549);
}

.style-two ._menu>ul>li>a {
    color:#fff;
}

/*style two btn*/

.style-two .header-button a {
    background:rgba(16,18,16,0);
    border:1px solid rgba(255,255,255,0.3);
}

.style-two .header-button a i {
    color:#bbf737;
}

/*** Sub Menu Style 
==========================***/

._menu ul .sub-menu {
    position:absolute;
    left:0;
    top:130%;
    width:217px;
    text-align:left;
    background:#fff;
    margin:0;
    z-index:1;
    -webkit-box-shadow:0px 1px 3px rgba(0, 0, 0, 0.3);
    box-shadow:0px 1px 3px rgba(0, 0, 0, 0.3);
    transition:.5s;
    visibility:hidden;
    border-top:2px solid var(--main-touch);
    opacity:0;
}

._menu ul li:hover>.sub-menu {
    visibility:visible;
    top:100%;
    opacity:1;
}

._menu ul .sub-menu li {
    position:relative;
}

._menu ul .sub-menu li a {
    display:block;
    padding:12px 20px;
    margin:0;
    line-height:1.3;
    letter-spacing:normal;
    font-size:16px;
    font-weight:500;
    text-transform:capitalize;
    -webkit-transition:.1s;
    transition:.1s;
    visibility:inherit !important;
    color:#101210 !important;
}

._menu ul .sub-menu li:hover>a,
._menu ul .sub-menu .sub-menu li:hover>a,
._menu ul .sub-menu .sub-menu .sub-menu li:hover>a,
._menu ul .sub-menu .sub-menu .sub-menu .sub-menu li:hover>a {
    background:var(--main-touch);
    color:#fff !important;
}

/* sub menu 2 
=================*/

._menu ul .sub-menu .sub-menu {
    left:100%;
    top:130%;
    opacity:0;
    visibility:hidden;
}

._menu ul .sub-menu li:hover>.sub-menu {
    opacity:1;
    visibility:visible;
    top:0%;
}

/* sub menu 3 
==================*/

._menu ul .sub-menu .sub-menu li {
    position:relative;
}

._menu ul .sub-menu .sub-menu .sub-menu {
    right:100%;
    left:auto;
    top:130%;
    opacity:0;
    visibility:hidden;
}

._menu ul .sub-menu .sub-menu li:hover>.sub-menu {
    opacity:1;
    visibility:visible;
    top:0%;
}

ul.sub-menu li a span {
    background:var(--main-touch);
    padding:5px 10px;
    color:#fff;
    opacity:1;
    font-family:'Fira Sans';
    border-radius:2px;
    margin-left:5px;
    transition:.5s;
}

ul.sub-menu li:hover a span{
    background:rgba(255,255,255, 0.20);
}

/* sub menu 4 
====================*/

._menu ul .sub-menu .sub-menu .sub-menu li {
    position:relative;
}


._menu ul .sub-menu .sub-menu .sub-menu li:hover>.sub-menu {
    opacity:1;
    visibility:visible;
    top:0%;
}

._menu li a:hover:before {
    width:101%;
}

._nav_menu.sticky .logo_img {
    display:none;
}

.main_sticky {
    display:none;
}

._nav_menu.sticky .main_sticky {
    display:inherit;
}

.mobile-menu.mean-container {
    overflow:hidden;
}

._nav_menu.style2 {
    background-color:#f4f4f4;
}

._nav_menu.style2 nav._menu {
    background-color:#ffffff;
    border:1px solid rgba(85,85,85,0.1);
    margin-left:8px;
}

._nav_menu.style2 ._menu ul {
    list-style:none;
    display:inline-block;
    margin-right:15px;
}

._nav_menu.style2 .header-button {
    display:inline-block;
    float:right;
    margin-top:25px;
    margin-right:40px;
}

/*
<!-- =========================================== -->
<!-- Start  slider Section  -->
<!-- ========================================= -->*/
 
.slider-section{
    background:url(../images/slider/slider-bg.jpg);
    background-repeat:no-repeat;
    background-size:cover;
    background-position:center center;
    height:800px;
}

.slider-section.style-two {
    background:url(../images/slider/slider-bg1.png);
}

.slider-content h5 {
    font-size:21px;
    color:#ffffff;
    font-weight:500;
    font-family:"Poppins";
    text-align:center;
    padding-bottom:20px;
}

.slider-content h1 {
    font-size:75px;
    line-height:90px;
    color:#ffffff;
    font-weight:700;
    font-family:"Poppins";
    text-align:center;
    margin:0;
}

.slider-button {
    text-align:center;
    padding-top:39px;
}

.section-button {
    display:inline-block;
    padding-right:15px;
}

.section-button a {
    display:inline-block;
    font-size:16px;
    color:#ffffff;
    font-weight:400;
    font-family:"Poppins";
    text-align:center;
    background-color:#222222;
    padding:13px 30px;
    border:1px solid var(--main-touch);
    position:relative;
    z-index:1;
    transition:.5s;
}
 
.section-button a i {
    color:#ffff;
    font-size:14px;
    padding-left:2px;
}


.section-button a:before {
    position:absolute;
    content:"";
    height:100%;
    width:100%;
    top:0;
    left:0;
    background:var(--main-touch);
    z-index:-1;
    transition:.5s;
  }

  .section-button a:hover::before{
    transform:rotateX(90deg);
  }

  .section-button a:after {
    position:absolute;
    content:"";
    height:100%;
    width:100%;
    top:0;
    left:0;
    background:var(--main-touch);
    z-index:-1;
    transition:.5s;
  }

  .section-button a:hover::after{
    transform:rotateY(90deg);
  }

  .section-button1 {
    display:inline-block;
    }

    .section-button1 a {
        display:inline-block;
        font-size:16px;
        color:#ffffff;
        font-weight:400;
        font-family:"Poppins";
        text-align:center;
        background-color:var(--main-touch);
        padding:13px 30px;
        border:1px solid var(--main-touch);
        position:relative;
        z-index:1;
        transition:.5s;
    }

    .section-button1 a:before {
        position:absolute;
        content:"";
        height:100%;
        width:100%;
        top:0;
        left:0;
        background-color:#222222;
        z-index:-1;
        transition:.5s;
    }

    .section-button1 a:hover::before{
        transform:rotateX(90deg);
    }

    .section-button1 a:after {
        position:absolute;
        content:"";
        height:100%;
        width:100%;
        top:0;
        left:0;
        background-color:#222222;
        z-index:-1;
        transition:.5s;
    }

    .section-button1 a:hover::after{
        transform:rotateY(90deg);
    }
    

    /*--owl-nav --*/

    .owl-nav {
        position:relative;
        z-index:1;
    }

    .owl-prev {
        position:absolute;
        left:35px;
        top:-26rem;
        height:60px;
        line-height:60px;
        color:#ffff;
        width:60px;
        border-radius:30px;
        text-align:center;
        background-color:rgba(255,255,255,0.058823529411764705);
        font-size:20px;
        transition:.5s;
    }

    .owl-nav .owl-prev:hover{
        color:var(--main-touch);
    }

    .owl-next {
        position:absolute;
        right:35px;
        top:-26rem;
        height:60px;
        line-height:60px;
        color:#ffff;
        width:60px;
        border-radius:30px;
        text-align:center;
        background-color:rgba(255,255,255,0.058823529411764705);
        font-size:20px;
        transition:.5s;
    }

    .owl-nav .owl-next:hover{
        color:var(--main-touch);
    } 


/*--hero-section--*/

.hero-section {
    padding:75px 0;
    position:relative;
    z-index:1;    
}

.hero-content h5 {
    font-size:15px;
    color:var(--main-touch);
    font-weight:600;
    font-family:"Poppins";
    padding-bottom:16px;
}

.hero-content h1 {
    font-size:65px;
    line-height:75px;
    color:#222222;
    font-weight:700;
    font-family:"Poppins";
    margin:0;
}

.hero-content p {
    font-size:18px;
    line-height:30px;
    color:#555555;
    font-weight:400;
    font-family:"Poppins";
    width:92%;
    margin:18px 0 33px;
}

.hero-button a {
    padding:15px 32px;
    display:inline-block;
    position:relative;
    z-index:1;
    transition:.5s;
    font-size:16px;
    color:#ffffff;
    font-weight:400;
    font-family:"Poppins";
    background-color:#222222;
}

.hero-button a i {
    color:#ffff;
    font-size:14px;
    padding-left:2px;
}

.hero-button a:before {
    position:absolute;
    content:"";
    height:100%;
    width:100%;
    top:0;
    left:0;
    background:var(--main-touch);
    z-index:-1;
    transition:.5s;
  }

  .hero-button a:hover::before{
    transform:rotateX(90deg);
  }

  .hero-button a:after {
    position:absolute;
    content:"";
    height:100%;
    width:100%;
    top:0;
    left:0;
    background:var(--main-touch);
    z-index:-1;
    transition:.5s;
  }

  .hero-button a:hover::after{
    transform:rotateY(90deg);
  }


.hero-button {
    display:inline-block;
    margin-right:36px;
}

.video-button {
    display:inline-block;
}

.video-button a {
    font-size:18px;
    color:#222222;
    font-weight:600;
    font-family:"Poppins";
    display:inline-block;
}

.video-button a i {
    display:inline-block;
    height:55px;
    line-height:55px;
    width:55px;
    border-radius:50px;
    text-align:center;
    font-size:25px;
    color:#ffffff;
    background-color:#222222;
    margin-right:22px;
    transition:.5s;
}

.video-button a i:hover {
    background:var(--main-touch);
}

.video-button a span {
    font-size:18px;
    color:#222222;
    font-weight:600;
    font-family:"Poppins";
    display:inline-block;
    transition:.5s;
} 

.video-button a span:hover {
    color:var(--main-touch);
}

.video-button a:hover i {
    background-color:var(--main-touch);
}

.video-button a:hover span {
    color:var(--main-touch);
}

.single-counter {
    margin-top:95px;
}

.counter-content h3 {
    font-size:28px;
    color:#222222;
    font-weight:600;
    font-family:"Poppins";
    display:inline;
}

.counter-content span {
    font-size:28px;
    color:#222222;
    font-weight:600;
    font-family:"Poppins";
}

.counter-content p {
    font-size:17px;
    color:#555555;
    font-weight:400;
    font-family:"Poppins";
    margin:0px;
}

.hero-icon{
    position:absolute;
    bottom:36%;
    left:52px;
}

.hero-social-icon ul{
    list-style:none;
}

.hero-social-icon ul li a {
    display:inline-block;
    font-size:17px;
    color:var(--main-touch);
    font-weight:400;
    font-family:"Poppins";
    background:#E6F8F8;
    height:40px;
    line-height:40px;
    width:40px;
    text-align:center;
    margin-bottom:15px;
    transition:.5s;
}

.hero-social-icon ul li a:hover {
    background:var(--main-touch);
    color:#ffff;
}

.hero-social-icon {
    position:relative;
    z-index:1;
}

.hero-social-icon:before {
    position:absolute;
    content:"";
    left:18px;
    top:-85%;
    width:4px;
    height:127px;
    background-image:linear-gradient(0deg, #03bdbd 0%, #ffffff 70%, #ffffff 100%);
}

.hero-social-icon:after {
    position:absolute;
    content:"";
    left:18px;
    bottom:-79%;
    width:4px;
    height:127px;
    background-image:linear-gradient(180deg, #03bdbd 0%, #ffffff 70%, #ffffff 100%);
}

.hero-thumb {
    position:relative;
    z-index:1;
}

.hero-shape {
    position:absolute;
    left:-41%;
    top:52%;
    animation:4s ease 0s infinite normal none running movebounce;
}

/*--owl-dot--*/

.owl-dots {
    text-align:center;
    padding:6px 0 0;
    position:absolute;
    top:93%;
    right:27rem;
}

.owl-dot {
    height:15px;
    width:15px;
    border-radius:30px;
    border:1px solid #000;
    display:inline-block;
    margin:0 5px 0;
}

.owl-dot.active {
    background:var(--main-touch);
    border:1px solid var(--main-touch);
}

/*
<!-- =========================================== -->
<!-- End slider Section  -->
<!-- ========================================== -->*/
 



/*
<!-- =========================================== -->
<!-- Start  icon-box Section  -->
<!-- ========================================= -->*/

.single-box-icon-section {
    padding:0 0 70px;
    background:url(../img/icon-box-bg.jpg);
    background-repeat:no-repeat;
    background-size:cover;
    background-position:center center;
}

.single-box-icon {
    text-align:center;
    filter:drop-shadow(0px 10px 15px rgba(137,137,137,0.1));
    background-color:#ffffff;
    padding:0px 0 52px;
    top:-42px;
    position:relative; 
    z-index:1;
    transition:.5s;
    margin-bottom:30px;
}

.single-box-icon:before {
    position:absolute;
    content:"";
    left:0;
    bottom:0;
    width:100%;
    height:0;
    transition:.5s;
    background:var(--main-touch);
    z-index:-1;
}

.single-box-icon:hover:before{
    height:100%;
}

.box-icon {
    display:inline-block;
    background:#fff;
    height:80px;
    line-height:80px;
    width:80px;
    border-radius:50px;
    text-align:center;
    filter:drop-shadow(0px 5px 15px rgba(121,121,121,0.1));
    background-color:#ffffff;
    position:relative;
    top:-42px;
    margin-bottom:-19px;
}

.box-text h4 {
    font-size:20px;
    line-height:28px;
    color:#222222;
    font-weight:500;
    font-family:"Poppins";
    text-align:center;
    margin:0;
    transition:.5s;
}

.single-box-icon:hover .box-text h4{
    color:#fff9eb;
}

.row.up {
    margin-top:28px;
}

.icon-desc p {
    font-size:18px;
    color:#222222;
    font-weight:500;
    font-family:"Poppins";
}

.icon-button{
    text-align:right;
}

.icon-button a {
    display:inline-block;
    font-size:16px;
    color:#ffffff;
    font-weight:400;
    font-family:"Poppins";
    text-align:center;
    background-color:#222222;
    padding:15px 32px;
    position:relative;
    z-index:1;
    transition:.5s;
}

.icon-button a i {
    color:#ffff;
    font-size:14px;
    padding-left:2px;
}

.icon-button a:before {
    position:absolute;
    content:"";
    height:100%;
    width:100%;
    top:0;
    left:0;
    background:var(--main-touch);
    z-index:-1;
    transition:.5s;
  }

  .icon-button a:hover::before{
    transform:rotateX(90deg);
  }

  .icon-button a:after {
    position:absolute;
    content:"";
    height:100%;
    width:100%;
    top:0;
    left:0;
    background:var(--main-touch);
    z-index:-1;
    transition:.5s;
  }

  .icon-button a:hover::after{
    transform:rotateY(90deg);
  }

/*
<!-- =========================================== -->
<!-- End  icon-box Section  -->
<!-- ========================================== -->*/




/*
<!-- =========================================== -->
<!-- Start  about Section  -->
<!-- ========================================= -->*/

.about-section {
    padding:120px 0;
    background:url(../img/about-bg.jpg);
    background-repeat:no-repeat;
    background-size:cover;
    background-position:center center;
}

.about-thumb img {
    position:relative;
    z-index:1;
}

.about-all-shape{
    position:relative;
}

.about-shape {
    position:absolute;
    top:-39rem;
    left:48%;
    animation:movebounce 4.50s infinite;
}
.about-shape1 {
    position:absolute;
    bottom:20px;
    left:-25px;
    animation:movebounce 4.50s infinite;
}

@-webkit-keyframes movebounce {
    0% {
      -webkit-transform:translateY(0px);
              transform:translateY(0px);
    }
    50% {
      -webkit-transform:translateY(20px);
              transform:translateY(20px);
    }
    100% {
      -webkit-transform:translateY(0px);
              transform:translateY(0px);
    }
  }




.section {
    margin-bottom:30px;
}

.container h5 {
    font-size:15px;
    color:var(--main-touch);
    font-weight:600;
    font-family:"Poppins";
    margin-bottom:18px;
}

.container h1 {
    font-size:50px;
    line-height:62px;
    color:#222222;
    font-weight:700;
    font-family:"Poppins";
    margin:0;
}

p.section-dsc-1 {
    font-size:16px;
    line-height:27px;
    color:#555555;
    font-weight:400;
    font-family:"Poppins";
    width:95%;
    margin-top:26px;
}

.about-content p {
    font-size:16px;
    line-height:27px;
    color:#555555;
    font-weight:400;
    font-family:"Poppins";
    margin:0 0 42px;
    width:95%;
}

.about-button {
    float:left;
    margin-right:28px;
}

.about-button a{
    display:inline-block;
    font-size:16px;
    color:#ffffff;
    font-weight:400;
    font-family:"Poppins";
    text-align:center;
    background-color:#222222;
    padding:15px 32px;
    position:relative;
    z-index:1;
    transition:.5s;
}

.about-button a i {
    color:#ffff;
    font-size:14px;
    padding-left:2px;
}

.about-button a:before {
    position:absolute;
    content:"";
    height:100%;
    width:100%;
    top:0;
    left:0;
    background:var(--main-touch);
    z-index:-1;
    transition:.5s;
  }

  .about-button a:hover::before{
    transform:rotateX(90deg);
  }

  .about-button a:after {
    position:absolute;
    content:"";
    height:100%;
    width:100%;
    top:0;
    left:0;
    background:var(--main-touch);
    z-index:-1;
    transition:.5s;
  }

  .about-button a:hover::after{
    transform:rotateY(90deg);
  }

.img {
    display:inline-block;
}

.img img {
    display:inline-block;
    margin:-20px 15px 0 0;
}

.title {
    display:inline-block;
}

.title h5 {
    font-size:16px;
    color:#222222;
    font-weight:500;
    font-family:"Poppins";
    margin-top:5px;
}

.title p {
    font-size:16px;
    color:#555555;
    font-weight:400;
    font-family:"Poppins";
    margin-top:-2px;
}

/*
<!-- =========================================== -->
<!-- End about Section  -->
<!-- ========================================== -->*/




/*
<!-- =========================================== -->
<!-- Start  feature Section  -->
<!-- ========================================= -->*/

.feature-section {
    padding:105px 0 30px;
    background-color:#f8f8f8;
}

.feature-section .section-title {
    margin-bottom:56px;
}

.single-feature-box {
    text-align:center;
    background:#ffff;
    padding:20px 10px;
   border-radius: 10px;
    position:relative;
    z-index:1;
    transition:.5s;
    filter:drop-shadow(0px 5px 15px rgba(148,148,148,0.1));
}

.single-feature-box:before {
    position:absolute;
    content:"";
    left:0;
    bottom:0;
    width:100%;
    height:0;
    transition:.5s;
    background:var(--main-touch);
    border-radius: 10px;
    z-index:-1;
}

.single-feature-box:hover:before{
    height:100%;
}

.feature-icon img {
    transition:.5s;
}

.feature-content h4 {
    font-size:23px;
    color:#222222;
    font-weight:600;
    font-family:"Poppins";
    text-align:center;
    transition:.5s;
}

.feature-content p {
    font-size:16px;
    line-height:27px;
    color:#555555;
    font-weight:400;
    font-family:"Poppins";
    text-align:center;
    width:90%;
    margin:auto;
    transition:.5s;
}

.feature-content h4 i {
	color: var(--main-touch);
}

.single-feature-box .submit-button button {
	padding:5px 10px !important;
}

.offer-button a {
	padding:5px 10px !important;
}

.single-feature-box:hover .feature-icon img {
   /* filter:brightness(0) invert(1); */
   background:#fff;
}

.single-feature-box:hover .feature-content h4 {
    color:#fff9eb;
}

.single-feature-box:hover .feature-content h4 i {
    color:#fff9eb;
}

.single-feature-box:hover .feature-icon i {
    color:#fff9eb !important;
}

.single-feature-box:hover .submit-button button {
    color:var(--main-touch); background:#fff;
}

.single-feature-box:hover .offer-button a {
    color:var(--main-touch); background:#fff;
}

.single-feature-box:hover .feature-content p {
    color:#fff9eb;
}

.single-feature-box:hover .feature-content ul {
    color:#fff9eb;
}

.feature-section.style2 {
    background:url(../img/feature-box-bg.jpg);
    background-repeat:no-repeat;
}

/*
<!-- =========================================== -->
<!-- End feature Section  -->
<!-- ========================================== -->*/





/*
<!-- =========================================== -->
<!-- Start  counter Section   -->
<!-- ========================================= -->*/

.counter-section {
    padding:78px 0 65px;
    background:url(../img/counter-bg.jpg);
    background-repeat:no-repeat;
    background-size:cover;
    background-position:center center;
}

.single-counter-box{
    text-align:center;
    margin-bottom:30px;
}

.counter-text h1 {
    font-size:50px;
    color:#ffffff;
    font-weight:600;
    font-family:"Poppins";
    text-align:center;
    display:inline-block;
}

.counter-text span{
    font-size:50px;
    color:#ffffff;
    font-weight:600;
    font-family:"Poppins";
    text-align:center;
}

.counter-text p {
    font-size:18px;
    line-height:28px;
    color:#f0f0f0;
    font-weight:400;
    font-family:"Poppins";
    text-align:center;
    width:56%;
    margin:auto;
    padding-top:12px;
}

/*
<!-- =========================================== -->
<!-- End  counter Section  -->
<!-- ========================================== -->*/





/*
<!-- =========================================== -->
<!-- Start  About2 Section  -->
<!-- ========================================= -->*/

.about-section2{
    padding:120px 0;
}

.about-section2 .section-title {
    margin-bottom:36px;
}

.about-section2 p.section-dsc-1 {
    font-size:16px;
    line-height:27px;
    color:#555555;
    font-weight:400;
    font-family:"Poppins";
    width:90%;
    margin-top:26px;
}

.img2 {
    display:inline-block;
}

.img2 img {
    margin:-38px 16px 0 0;
}

.about-text2 {
    display:inline-block;
}

.about-text2 p {
    font-size:20px;
    line-height:32px;
    color:#222222;
    font-weight:500;
    font-family:"Poppins";
    width:99%;
}

.about-list {
    margin-top:18px;
}

.about-list ul{
    list-style:none;
}

.about-list ul li {
    padding:0 0 10px;
}

.about-list ul li i {
    margin-right:8px;
    color:#ffff;
    background:var(--main-touch);
    font-size:18px;
    height:18px;
    line-height:18px;
    width:18px;
    border-radius:50px;
    display:inline-block;
    text-align:center;
}

.about-list ul li span{
    font-size:16px;
    color:#555555;
    font-weight:400;
    font-family:"Poppins";
    display:inline-block;
}

.about-thumb2{
    position:relative;
    z-index:1;
}

.about-thumb2:before {
    position:absolute;
    content:"";
    left:0;
    top:0;
    width:905px;
    height:10px;
    background-color:var(--main-touch);
}

.text h4 {
    font-size:18px;
    color:#ffffff;
    font-weight:500;
    font-family:"Poppins";
    background-color:var(--main-touch);
    display:inline-block;
    padding:16px 50px;
    transform:rotate(270deg);
    position:absolute;
    bottom:45%;
    left:-145px;
}

.about-shape2 {
    position:absolute;
    bottom:-25px;
    left:-25px;
    z-index:-1;
    animation:bounce 5.0s infinite;
}

@keyframes bounce {
    0% {
        transform:translateX(0);
    }
    50% {
        transform:translateX(45px);
    }
    100% {
        transform:translateX(0);
    }
}

/*--about-section.style2--*/

.about-section.style2 {
    background:#ffff;
    padding:30px 0 120px;
}

.about-section.style2 .about-shape1 {
    position:absolute;
    bottom:-20px;
    left:52%;
    animation:movebounce 4.50s infinite;
}


.about-section.style2 .about-shape {
    position:absolute;
    top:-37rem;
    left:-3%;
    animation:movebounce 5.00s infinite;
}


.about-shape3 {
    position:absolute;
    bottom:-57px;
    left:-32px;
    z-index:1;
}

.about-list2 {
    margin:50px 0 57px;
}

li.up {
    margin-right:42px;
}

.about-list2 ul{
    list-style:none;
}

.about-list2 ul li {
    filter:drop-shadow(0px 5px 15px rgba(75,75,75,0.1));
    background-color:#ffffff;
    display:inline;
    padding:17px 52px 17px 30px;
}

.about-list2 ul li span {
    font-size:19px;
    color:#222222;
    font-weight:500;
    font-family:"Poppins";
}

.about-list2 ul li i {
    margin-right:15px;
    color:#ffff;
    background:var(--main-touch);
    font-size:18px;
    height:18px;
    line-height:18px;
    width:18px;
    border-radius:50px;
    display:inline-block;
    text-align:center;
}

/*
<!-- =========================================== -->
<!-- End  about2 Section  -->
<!-- ========================================== -->*/





/*
<!-- =========================================== -->
<!-- Start  portfolio Section  -->
<!-- ========================================= -->*/

.portfolio-section {
    padding:105px 0 0;
    background-color:#f8f8f8;
}

.portfolio-section .section-title {
    margin-bottom:69px;
}

.single-portfolio-box {
    position:relative;
    z-index:1;
    margin-bottom:30px;
}

.single-portfolio-box:before {
    position:absolute;
    content:"";
    bottom:0;
    left:0;
    width:100%;
    height:0;
    transition:.5s;
    opacity:0.000;
    background-image:linear-gradient(0deg, rgba(3,189,189,0.9999999999999999) 0%, rgba(55,66,249,0) 100%);
}

.single-portfolio-box:hover:before {
    height:100%;
    opacity:1;
}

.portfolio-thumb img {
    width:100%;
}

.portfolio-content {
    margin:-85px 30px 0;
    position:absolute;
}
 
.portfolio-content {
    position:absolute;
    visibility:hidden;
    opacity:0;
    transition:.5s;
    left:0;
    bottom:-65px;
}

.single-portfolio-box:hover .portfolio-content {
    visibility:visible;
    opacity:1;
    transition:.5s;
    bottom:30px ; 
}

.portfolio-content h5 {
    font-size:16px;
    color:#ffffff;
    font-weight:400;
    margin:0;
    font-family:"Poppins";
}

.portfolio-content a {
    display:inline-block;
    font-size:20px;
    color:#f7f9fd;
    font-weight:500;
    margin-top:10px;
    font-family:"Poppins";
}

.portfolio-area {
    padding:110px 0 120px;
    background-color:#f8f8f8;
}

.portfolio-area .section-title {
    margin-bottom:69px;
}

/*
<!-- =========================================== -->
<!-- End  portfolio Section  -->
<!-- ========================================== -->*/






/*
<!-- =========================================== -->
<!-- Start  portfolio Section  -->
<!-- ========================================= -->*/

.brand-section {
    padding:112px 0 90px;
    background-color:rgb(248, 248, 248);
}

.brand-text {
    position:relative;
    z-index:1;
}

.brand-text:before {
    position:absolute;
    content:"";
    left:0;
    bottom:12px;
    width:42%;
    height:2px;
    background:var(--main-touch);
}

.brand-text:after {
    position:absolute;
    content:"";
    right:0;
    bottom:12px;
    width:42%;
    height:2px;
    background:var(--main-touch);
}

.brand-text p {
    font-size:16px;
    color:#232323;
    font-weight:500;
    font-family:"Poppins";
}

.single-brand-box {
    background-color:#ffffff;
    padding:30px 15px 30px;
    margin:42px 0 30px;
}

/*
<!-- =========================================== -->
<!-- End  portfolio Section  -->
<!-- ========================================== -->*/




/*
<!-- =========================================== -->
<!-- Start  testimonial Section  -->
<!-- ========================================== -->*/

.testimonial-section {
    padding:105px 0 120px;
    background:url(../img/testimonial-bg.png);
    background-repeat:no-repeat;
    background-size:cover;
    background-position:center center;
    background-attachment:fixed;
}

.section-title.up h5 {
    color:#ffffff;
}

.section-title.up h1 {
    color:#ffffff;
}

.single-testimonial-box {
    text-align:center;
    margin-top:30px;
}

.testi-thumb{
    position:relative;
    z-index:1;
    display:inline-block;
    text-align:center;
}

.testi-shape {
    position:absolute;
    top:52px;
    left:0px;
}

.testi-content p {
    opacity:0.8;
    font-size:21px;
    line-height:35px;
    color:rgb(255, 255, 255);
    font-weight:500;
    font-family:Poppins;
    text-align:center;
    width:76%;
    margin:auto;
    padding:65px 0px 40px;
}

.testi-content h4 {
    font-size:22px;
    color:#ffffff;
    font-weight:500;
    font-family:"Poppins";
    text-align:center;
}

.testi-content h6 {
    font-size:16px;
    color:#ededed;
    font-weight:400;
    font-family:"Poppins";
    text-align:center;
}


/*--owl-prev--*/

.testimonial-section .owl-prev {
    position:absolute;
    left:-65px;
    top:-13rem;
    height:60px;
    line-height:60px;
    color:#ffff;
    width:60px;
    border-radius:30px;
    text-align:center;
    font-size:20px;
    transition:.5s;
    border:1px solid;
}
.testimonial-section .owl-next {
    position:absolute;
    right:-65px;
    top:-13rem;
    height:60px;
    line-height:60px;
    color:#ffff;
    width:60px;
    border-radius:30px;
    text-align:center;
    font-size:20px;
    transition:.5s;
    border:1px solid;
}


/*
<!-- =========================================== -->
<!-- End  testimonial Section  -->
<!-- ========================================== -->*/






/*
<!-- =========================================== -->
	<!-- Start  event Section  -->
<!-- ========================================== -->*/

.event-section {
    padding:105px 0 90px;
    background:url(../img/event-bg.jpg);
    background-repeat:no-repeat;
    background-size:cover;
    background-position:center center;
}

.event-section .section-title {
    margin-bottom:70px;
}

.single-event-box {
    filter:drop-shadow(0px 5px 10px rgba(111,111,111,0.08));
    background-color:#ffffff;
    border:1px solid rgba(85,85,85,0.1);
    padding:18px 0 30px 18px;
    margin-bottom:30px;
}

.event-thumb {
    float:left;
    margin-right:30px;
    position:relative;
    z-index:1;
    overflow:hidden;
    transition:.5s;
}

.event-thumb img{
    transition:.5s;
}

.event-thumb img:hover {
    transform:scale(1.1);
}

.event-content a {
    font-size:22px;
    line-height:30px;
    color:rgb(34, 34, 34);
    font-weight:500;
    font-family:Poppins;
    transition:all 0.5s ease 0s;
}

.single-event-box:hover .event-content a {
    color:var(--main-touch);
}

table {
    margin-top:13px;
}

table.tabel-tab td {
    padding:3px 4px 3px 0;
    font-size:16px;
    color:#222222;
    font-weight:600;
    font-family:"Poppins";
}

table.tabel-tab td span {
    font-size:15px;
    font-weight:600;
    font-family:"Poppins";
    color:#979797;
}

/*
<!-- =========================================== -->
	<!-- End  event Section  -->
<!-- ========================================== -->*/




/*
<!-- =========================================== -->
	<!-- Start  blog Section  -->
<!-- ========================================== -->*/

.blog-section {
    padding:105px 0px 0px;
    background-color:rgb(248, 248, 248);
}

.blog-section2 {
    padding:105px 0px 90px;
    background-color:rgb(242 242 242);
}

.blog-section .section-title {
    margin-bottom:56px;
}

.blog-description p {
    font-size:16px;
    line-height:27px;
    color:#555555;
    font-weight:400;
    font-family:"Poppins";
    width:100%;
    margin-top:42px;
}

.blog-button {
    text-align:right;
    margin-top:56px;
}

.blog-button a {
    display:inline-block;
    font-size:16px;
    color:#ffffff;
    font-weight:400;
    font-family:"Poppins";
    text-align:center;
    background-color:#222222;
    padding:15px 34px;
    position:relative;
    z-index:1;
    transition:.5s;
}

.blog-button a i {
    color:#ffff;
    font-size:14px;
    padding-left:2px;
}


.blog-button a:before {
    position:absolute;
    content:"";
    height:100%;
    width:100%;
    top:0;
    left:0;
    background:var(--main-touch);
    z-index:-1;
    transition:.5s;
  }

  .blog-button a:hover::before{
    transform:rotateX(90deg);
  }

  .blog-button a:after {
    position:absolute;
    content:"";
    height:100%;
    width:100%;
    top:0;
    left:0;
    background:var(--main-touch);
    z-index:-1;
    transition:.5s;
  }

  .blog-button a:hover::after{
    transform:rotateY(90deg);
  }

.single-blog-box {
    background-color:#ffffff;
    margin-bottom:30px;
}

.blog-thumb {
    position:relative;
    overflow:hidden;
    transition:.5s;
}

.blog-thumb img {
    width:100%;
    transition:.5s;
}

.single-blog-box:hover .blog-thumb img {
    transform:scale(1.1);
}

.blog-content {
    padding:0 20px 20px 25px;
}

.meta-blog-date p {
    font-size:15px;
    color:#ffffff;
    font-weight:500;
    font-family:"Poppins";
    background:var(--main-touch);
    display:inline-block;
    padding:3px 12px;
    position:relative;
    top:-16px;
    margin-bottom:2px;
}

.meta-text h3 a{
    font-size:24px;
    line-height:32px;
    color:#222222;
    font-weight:600;
    font-family:"Poppins";
    display:inline-block;
    transition:.5s;
}

.single-blog-box:hover .meta-text h3 a {
    color:var(--main-touch);
}

.meta-text p {
    font-size:16px;
    line-height:27px;
    color:#555555;
    font-weight:400;
    font-family:"Poppins";
    padding-top:10px;
}

/*
<!-- =========================================== -->
	<!-- End  blog Section  -->
<!-- ========================================== -->*/





/*
<!-- =========================================== -->
<!-- Start subscribe  Section  -->
<!-- ========================================= -->*/

.subscribe-area {
    padding:90px 0px 120px;
}

.row.upper {
    background:url(../img/subscribe-bg.png);
    background-repeat:no-repeat;
    background-size:cover;
    background-position:center center;
    height:200px;
    padding:0 60px 0;
}

.subscribe-icon {
    float:left;
    margin:6px 40px 0 0;
}

.subscribe-content h6 {
    font-size:16px;
    color:#ffffff;
    font-weight:400;
    font-family:"Poppins";
}

.subscribe-content h1 {
    font-size:35px;
    color:#ffffff;
    font-weight:600;
    font-family:"Poppins";
    margin-top:10px;
}

.mail-address {
    display:inline-flex;
    float:right;
    margin-top:15px;
}

.mail-address input {
    display:inline-block;
    padding:17px 170px 17px 30px;
    border:none;
}

.mail-address input::placeholder {
    color:#858585;
}

.Subcribe-button {
    margin-left:10px;
}

.Subcribe-button button {
    display:inline-block;
    padding:17px 45px;
    border:none;
    background-color:#222222;
    color:#ffffff;
    font-weight:400;
    font-size:16px;
    transition:.5s;
}

.Subcribe-button button:hover{
    background:#fff9eb;
    color:#222222;
}

/*
<!-- =========================================== -->
<!-- End  subscribe  Section  -->
<!-- ========================================== -->*/




/*
<!-- =========================================== -->
<!-- Start footer Section  -->
<!-- ========================================= -->*/

.footer-section {
    background: linear-gradient( rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7) ),url(../img/landscape-2x.png);
    background-repeat:no-repeat;
    background-size:cover;
    background-position:center;
    padding:105px 0 15px;
    background-attachment:fixed;
}


.webp-supported .footer-section { 
	background: linear-gradient( rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7) ),url(../img/landscape-1x.webp);
	background-repeat:no-repeat;
    background-size:cover;
    background-position:center;
    padding:105px 0 15px;
    background-attachment:fixed;
}

.footer-logo { color:#fff; font-weight:bold; }

.footer-widget-description p {
    width:95%;
    opacity:0.800;
    font-size:16px;
    line-height:27px;
    color:#ffffff;
    font-weight:400;
    font-family:"Poppins";
    margin:30px 0 40px;
}

.footer-social-icon ul{
    list-style:none;
}

.footer-social-icon ul li{
    display:inline-block;
    margin-right:5px;
}

.footer-social-icon ul li a {
    display:inline-block;
    transition:.5s;
    width:30px;
    height:30px;
    line-height:30px;
    text-align:center;
    color:#fffffe;
    background-color:#2a3c3c;
    font-size:16px;
    position:relative;
    z-index:1;
}

.footer-social-icon ul li a::before{
    position:absolute;
    content:"";
    z-index:-1;
    left:0;
    top:0;
    right:0;
    bottom:0;
    background:var(--main-touch);
    transform:scale(0);
    transition:.5s;
}

.footer-social-icon ul li a:hover:before{
    transform:scale(1);
}

.footer-widget-content{}

.footer-widget-title h3{
    font-size:20px;
    color:#ffffff;
    font-weight:500;
    font-family:"Poppins";
}

.footer-widget-menu {
    padding-top:30px;
}

.footer-widget-menu ul{
    list-style:none;
}

.footer-widget-menu ul li {
    padding-bottom:16px;
}

.footer-widget-menu ul li a {
    display:inline-block;
    opacity:0.702;
/*	font-size:16px; */
    color:#ffffff;
    font-weight:400;
    font-family:"Poppins";
    transition:.5s;
}

.footer-widget-menu ul li a:hover {
    border-bottom:1px solid #ffffff;
}

.footer-widget-menu ul li span {
    opacity:0.702;
    font-size:16px;
    line-height:27px;
    color:#ffffff;
    font-weight:400;
    font-family:"Poppins";
    display:inline-block;
    width:75%;
}

.footer-widget-menu ul li span i {
    margin-right:10px;
}

/*--copyright-section--*/

.footer-bottom-area {
    border-top:1px solid #0D4948;
    margin-top:96px;
}

.copyright-description p a {
    display:inline-block;
    opacity:0.702;
    font-size:16px;
    color:#ffffff;
    font-weight:400;
    font-family:"Poppins";
    text-align:center;
    transition:.5s;
    padding-top:30px;
}

.copyright-description p a:hover{
    color:rgb(4, 190, 190);
}
.copyright-description p {
    display:inline-block;
    opacity:0.702;
    font-size:16px;
    color:#ffffff;
    font-weight:400;
    font-family:"Poppins";
    text-align:center;
    transition:.5s;
    padding-top:30px;
}

.copyright-description p:hover{
    color:rgb(4, 190, 190);
}

/*
<!-- =========================================== -->
<!-- End  footer  Section  -->
<!-- ========================================== -->*/




/*
<!-- =========================================== -->
<!-- Start  call do action Section  -->
<!-- ========================================== -->*/

.call-do-action-area {
    padding:112px 0px 120px;
    background:url("../img/call-do-section-bg.jpg");
    background-repeat:no-repeat;
    background-size:cover;
    background-position:center center;
    background-attachment:fixed;
}
 
.call-do-action-area .section-title h1 {
    color:#ffffff;
}

.call-do-action-button a {
    display:inline-block;
    font-size:16px;
    color:rgb(255, 255, 255);
    font-weight:400;
    font-family:Poppins;
    text-align:center;
    background-color:rgb(34, 34, 34);
    padding:15px 32px;
    position:relative;
    z-index:1;
    transition:all 0.5s ease 0s;
}

.call-do-action-button a i {
    color:rgb(255, 255, 255);
    font-size:14px;
    padding-left:2px;
}

.call-do-action-button a::before {
    position:absolute;
    content:"";
    height:100%;
    width:100%;
    top:0px;
    left:0px;
    background:rgb(4, 190, 190);
    z-index:-1;
    transition:all 0.5s ease 0s;
}

.call-do-action-button a:hover::before {
    transform:rotateX(90deg);
}

.call-do-action-button a::after {
    position:absolute;
    content:"";
    height:100%;
    width:100%;
    top:0px;
    left:0px;
    background:rgb(4, 190, 190);
    z-index:-1;
    transition:all 0.5s ease 0s;
}

.call-do-action-button a:hover::after {
    transform:rotateY(90deg);
}

.video-play-button a {
    display:inline-block;
    font-size:16px;
    color:#ffffff;
    font-weight:400;
    font-family:"Poppins";
    width:70px;
    height:70px;
    line-height:70px;
    border-radius:35px;
    text-align:center;
    background:#3F7273;
    position:relative;
    z-index:1;
}

.video-play-button a:before {
    position:absolute;
    content:"";
    left:-15px;
    top:-15px;
    height:100px;
    line-height:100px;
    width:100px;
    border:1px solid #ffff;
    border-radius:50px;
}
 
/*
<!-- =========================================== -->
<!-- End  call do action Section  -->
<!-- ========================================== -->*/





/*
<!-- =========================================== -->
<!-- Start  offer Section  -->
<!-- ========================================== -->*/

.offer-section {
    padding:105px 0 90px;
    background-color:#f8f8f8;
}

.offer-section .section-title {
    margin-bottom:56px;
}

.single-offer-box {
    background-color:#ffffff;
    margin-bottom:30px;
}

.offer-thumb img {
    width:100%;
}

.offer-icon {
    width:70px;
    height:70px;
    line-height:70px;
    border-radius:35px;
    filter:drop-shadow(0px 5px 10px rgba(142,142,142,0.1));
    background-color:#ffffff;
    text-align:center;
    position:relative;
    z-index:1;
    left:88px;
    top:-20px;
    transition:.5s;
}

.offer-icon img {
    transition:.5s;
}

.single-offer-box:hover .offer-icon {
    background:var(--main-touch);
}

.single-offer-box:hover .offer-icon img {
    filter:brightness(0)invert(1);
}

.offer-content {
    padding:0 30px 35px;
    margin-top:-45px;
}

.offer-content a {
    display:inline-block;
    font-size:21px;
    color:#222222;
    font-weight:600;
    font-family:"Poppins";
    transition:.5s;
}

.offer-content a:hover {
    color:var(--main-touch);
}

.offer-content p {
    font-size:16px;
    line-height:27px;
    color:#555555;
    font-weight:400;
    font-family:"Poppins";
    margin:12px 0 20px;
}

.offer-button a {
    display:inline-block;
    font-size:16px;
    color: #fff;
    background: var(--main-touch);
    font-weight:400;
    font-family:"Poppins";
    position:relative;
    border-bottom:1px solid #ddd;
    border-radius: 10px;
    z-index:1;
}

.offer-button a:before {
    position:absolute;
    content:"";
    bottom:0px;
    right:0px;
    height:1px;
    width:0;
    background:var(--main-touch);
    transition:.5s;
}

.single-offer-box:hover .offer-button a:before{
    width:100%;
    left:0;
}

/*
<!-- =========================================== -->
<!-- End  offer Section  -->
<!-- ========================================== -->*/





/*
<!-- =========================================== -->
<!-- Start  team Section  -->
<!-- ========================================== -->*/

.team-section {
    padding:105px 0 90px;
}

.team-section .section-title {
    margin-bottom:70px;
}

.team-button {
    text-align:right;
}

.team-button a {
    display:inline-block;
    font-size:16px;
    color:#ffffff;
    font-weight:400;
    font-family:"Poppins";
    text-align:center;
    background-color:#222222;
    padding:15px 34px;
    position:relative;
    z-index:1;
    transition:.5s;
}


.team-button a i {
    color:#ffff;
    font-size:14px;
    padding-left:2px;
}


.team-button a:before {
    position:absolute;
    content:"";
    height:100%;
    width:100%;
    top:0;
    left:0;
    background:var(--main-touch);
    z-index:-1;
    transition:.5s;
  }

  .team-button a:hover::before{
    transform:rotateX(90deg);
  }

  .team-button a:after {
    position:absolute;
    content:"";
    height:100%;
    width:100%;
    top:0;
    left:0;
    background:var(--main-touch);
    z-index:-1;
    transition:.5s;
  }

  .team-button a:hover::after{
    transform:rotateY(90deg);
  }

  .single-team-box {
    text-align:center;
/*    background:url("../img/team-bg.jpg"); */
	padding:20px 0;
    filter:drop-shadow(rgba(61, 61, 61, 0.05) 0px 6px 10px);
    border:1px solid rgba(85, 85, 85, 0.1);
    background-repeat:no-repeat;
    background-size:cover;
    background-position:center center;
    margin-bottom:30px;
}

.team-thumb{
    position:relative;
    z-index:1;
}

.team-shape {
    position:absolute;
    top:-10px;
    left:52px;
    animation-name:rotateme;
    animation-duration:15s;
    animation-iteration-count:infinite;
    animation-timing-function:linear;
}

.team-shape img {
    filter:grayscale(1)brightness(1.50);
    opacity:.5;
    transition:.5s;
}

.single-team-box:hover .team-shape img {
    filter:none;
    opacity:1;
}

.team-content {
    padding-top:25px;
}

.team-content h4 {
    font-size:22px;
    color:#222222;
    font-weight:600;
    font-family:"Poppins";
    text-align:center;
    transition:.5s;
}

.single-team-box:hover .team-content h4 {
    color:var(--main-touch);
}

.team-content p {
    font-size:16px;
    color:#555555;
    font-weight:400;
    font-family:"Poppins";
    text-align:center;
    margin:2px 0 22px;
}

.team-social-icon {
  border-top:1px solid #ddd;
  padding-top:10px;
  position:absolute;
  bottom:10px;
  left:0;
  right:0;
}

.team-social-icon ul{
    list-style:none;
}

.team-social-icon ul li {
    display:inline-block;
    padding:0 10px 0;
}

.team-social-icon ul li a {
    display:inline-block;
    transition:.5s;
    width:30px;
    height:30px;
    line-height:30px;
    text-align:center;
    color:var(--main-touch);
    background-color:#f8f8f8;
    font-size:16px;
    position:relative;
    z-index:1;
}

.team-social-icon ul li a::before {
    position:absolute;
    content:"";
    z-index:-1;
    left:0;
    top:0;
    right:0;
    bottom:0;
    background:var(--main-touch);
    transform:scale(0);
    transition:.5s;
}

.team-social-icon ul li a:hover::before{
    transform:scale(1);
}

.team-social-icon ul li a:hover{
    color:#fffffe;
}

@keyframes rotateme {
    from {
    transform:rotate(0deg);
    }
    to {
    transform:rotate(360deg);
    }
    }
    @keyframes alltuchtopdown{
    0%{
    -webkit-transform:rotateX(0deg) translateY(0px);
    -ms-transform:rotateX(0deg) translateY(0px);
    transform:rotateX(0deg) translateY(0px)
    }
    50%{
    -webkit-transform:rotateX(0deg) translateY(-20px);
    -ms-transform:rotateX(0deg) translateY(-20px);
    transform:rotateX(0deg) translateY(-20px)
    }
    100%{
    -webkit-transform:rotateX(0deg) translateY(0px);
    -ms-transform:rotateX(0deg) translateY(0px);
    transform:rotateX(0deg) translateY(0px)
    }
}

/*
<!-- =========================================== -->
<!-- End  team Section  -->
<!-- ========================================== -->*/





/*
<!-- =========================================== -->
<!-- Start breadcumb Section  -->
<!-- ========================================== -->*/

.breadcumb-section {
	background-color: #f1f2ef;
    height:150px;
}

.breadcumb-title h1 {
    font-size:55px;
    color:var(--main-touch);
    text-shadow: 5px 5px 5px #D4D4D4;
    font-weight:700;
    font-family:"Poppins";
    text-align:center;
    margin-top:8px;
}

.breadcumb-container ul{
    list-style:none;
}

.breadcumb-container ul li{
    display:inline-block;
}

.breadcumb-container ul li span{
    font-size:16px;
    color:#ffffff;
    font-weight:400;
    font-family:"Poppins";
    text-align:center;
}

.breadcumb-container ul li a {
    display:inline-block;
    font-size:16px;
    color:#ffffff;
    font-weight:400;
    font-family:"Poppins";
    text-align:center;
    transition:.5s;
}

.breadcumb-container ul li a:hover {
    color:var(--main-touch);
}

.breadcumb-container ul li i {
    color:#ffffff;
    font-size:10px;
    padding:0 10px 0;
}

/*
<!-- =========================================== -->
<!-- End breadcumb Section  -->
<!-- ========================================== -->*/






/*
<!-- =========================================== -->
<!-- Start  contact-ua Section  -->
<!-- ========================================== -->*/

.contact-us-section {
    padding:105px 0px 90px;
    background-color:rgb(246, 246, 246);
}

.contact-us-section .section-title {
    margin-bottom:55px;
}

.single-contact-us-box {
    background:#ffffff;
    padding:55px 0 35px 44px;
    margin-bottom:30px;
}

.contact-us-content h4 {
    font-size:20px;
    color:#222222;
    font-weight:600;
    font-family:"Poppins";
    margin:25px 0 19px;
}

.contact-us-content p {
    font-size:18px;
    color:#555555;
    font-weight:400;
    font-family:"Poppins";
    margin-bottom:7px;
    line-height:28px;
    transition:.5s;
}

.contact-us-content p:hover{
    color:var(--main-touch);
}

/*
<!-- =========================================== -->
<!-- End  contact-us Section  -->
<!-- ========================================== -->*/






/*
<!-- =========================================== -->
<!-- Start  contact Section  -->
<!-- ========================================== -->*/

.contact-from-section {
    padding:30px 0 120px;
}

.contact-from-section p.section-dsc-1 {
    font-size:16px;
    line-height:27px;
    color:#555555;
    font-weight:400;
    font-family:"Poppins";
    margin-top:26px;
}

.row.form {
    padding-top:40px;
}

.form-box input {
    display:inline-block;
    width:100%;
    height:55px;
    margin-bottom:30px;
    padding:0 20px 0;
    background-color:#f6f6f6;
    border:none;
}

.form-box select {
    display:inline-block;
    width:100%;
    height:55px;
    margin-bottom:30px;
    padding:0 20px 0;
    background-color:#f6f6f6;
    border:none;
}

.form-box textarea {
    background-color:#f6f6f6;
    border:1px solid var(--main-touch);
    width:100%;
    height:170px;
    padding:20px 25px 0;
}

.submit-button {
    margin-top:20px;
}

.submit-button button {
    color:#ffff;
    background:var(--main-touch);
    display:inline-block;
    padding:14px 36px;
    font-size:16px;
    border:none;
    font-weight:400;
}


/*
<!-- =========================================== -->
<!-- End  contact-us Section  -->
<!-- ========================================== -->*/






/*
<!-- =========================================== -->
<!-- Start google-map Section  -->
<!-- ========================================== -->*/

.goolg-map iframe {
    width:100%;
    height:655px;
}

/*
<!-- =========================================== -->
<!-- End  google-map Section  -->
<!-- ========================================== -->*/





/*
<!-- =========================================== -->
<!-- Start  blog details Section  -->
<!-- ========================================== -->*/

.blog-details-section {
    padding:120px 0;
}

.blog-details-thumb {
    position:relative;
    z-index:1;
    overflow:hidden;
}

.blog-details-thumb img {
    width:100%;
    transition:.5s;
}

.blog-details-thumb img:hover {
    transform:scale(1.1);
}

.blog-details-meta-text {
    margin:65px 0 20px;
}

.blog-details-meta-text p {
    display:inline;
    font-size:16px;
    color:#555555;
    font-weight:400;
    font-family:"Poppins";
    padding-right:15px;
}

.blog-details-meta-text p i {
    color:var(--main-touch);
    padding-right:5px;
}

.blog-details-content a {
    font-size:32px;
    color:#222222;
    font-weight:600;
    font-family:"Poppins";
    margin:4px 0 30px;
    display:inline-block;
}

.blog-details-content p {
    font-size:16px;
    line-height:27px;
    color:#555555;
    font-weight:400;
    font-family:"Poppins";
    width:100%;
}

p.blog-details {
    margin-top:30px;
}

.blog-details-list {
    margin:62px 0 17px;
}

.blog-details-list ul {
    list-style:none;
}

.blog-details-list ul li {
    padding-bottom:10px;
}

.blog-details-list ul li i {
    margin-right:10px;
    color:#ffff;
    background:var(--main-touch);
    font-size:18px;
    height:18px;
    line-height:18px;
    width:18px;
    border-radius:50px;
    display:inline-block;
    text-align:center;
}

.blog-details-list ul li span {
    font-size:16px;
    color:#222222;
    font-weight:500;
    font-family:"Poppins";
}

.blog-details-text p {
    font-size:16px;
    line-height:27px;
    color:#555555;
    font-weight:400;
    font-family:"Poppins";
    width:100%;
}

.post-title {
    display:inline-block;
}

.post-title h4 {
    font-size:19px;
    color:#000025;
    font-weight:600;
    font-family:"Poppins";
    display:inline-block;
    padding-right:15px;
}

.post-list {
    display:inline-block;
}

.post-list ul {
    list-style:none;
}

.post-list ul li {
    display:inline-block;
}

.post-list ul li a{
    display:inline-block;
    font-size:14px;
    color:#555555;
    font-weight:400;
    font-family:"Poppins";
    background-color:#f8f8f8;
    padding:7px 20px;
    margin-right:5px;
    transition:.5s;
}

.post-list ul li a:hover{
    color:#fff;
    background-color:var(--main-touch);
}

.post-title.up {
    margin-right:25%;
    padding-top:15px;
}

.blog-details-content h3 {
    font-size:25px;
    color:#222222;
    font-weight:600;
    font-family:"Poppins";
    margin:70px 0 62px;
}

.blog-details-comment {
    position:relative;
    border-bottom:1px solid #d9d8d8;
}

.blog-details-comment-reply {
    position:absolute;
    right:25px;
    margin-top:10px;
}

.blog-details-comment-reply a {
    background-color:#f8f8f8;
    padding:5px 28px;
    font-size:14px;
    color:#555555;
    font-weight:400;
    font-family:"Poppins";
    display:inline-block;
    text-decoration:none;
}

.blog-details-comment-thumb {
    float:left;
    margin-right:30px;
}

.blog-details-comment-content {
    overflow:hidden;
    margin-bottom:40px;
}

.blog-details-comment-content h4 {
    font-size:20px;
    color:#000025;
    font-weight:600;
    font-family:"Poppins";
    margin:0;
}

.blog-details-comment-content span {
    font-size:14px;
    color:var(--main-touch);
    font-weight:400;
    font-family:"Poppins";
    margin:8px 0 22px;
    display:inline-block;
}

.blog-details-comment-content p {
    font-size:16px;
    line-height:28px;
    color:#555555;
    font-weight:400;
    font-family:"Poppins";
    width:92%;
}

.blog-details-comment.up {
    margin-top:65px;
}

.submit-button button i {
    font-size:14px;
}

.contact-text h3 {
    font-size:25px;
    color:#222222;
    font-weight:600;
    font-family:"Poppins";
}

.contact-text {
    margin:58px 0 -12px;
}

.submit-button.upper button {
    color:#ffff;
    background:var(--main-touch);
    display:inline-block;
    padding:14px 30px;
    font-size:16px;
    border:none;
    font-weight:400;
}

.widget_search {
    background-color:#f8f8f8;
    padding:45px 35px;
    position:relative;
    z-index:1;
    margin-bottom:30px;
    border-radius:5px;
    box-shadow:0px 10px 57px rgba(7,76,190,0.05);
}

.widget_search form input {
    display:inline-block;
    padding:15px 102px 15px 20px;
    background:#ffff;
    border:none;
}

.widget_search form i {
    font-size:18px;
    color:#ffffff;
    position:absolute;
    right:57px;
    top:45px;
    background-color:var(--main-touch);
    padding:19px 19px;
}

form input::placeholder {
    font-size:16px;
    color:#acacac;
    font-weight:400;
    font-family:"Poppins";
    display:inline-block;
}

.widget-sidebar-box {
    background-color:#f8f8f8;
    padding:35px 0 32px 30px;
}

.sidebar-title {
    font-size:18px;
    color:#222222;
    font-weight:500;
    font-family:"Poppins";
    padding-bottom:28px;
}

ul.sidebar-menu {
    list-style:none;
}

ul.sidebar-menu li a {
    display:inline-block;
    transition:.5s;
    font-size:16px;
    color:#555555;
    font-weight:400;
    font-family:"Poppins";
    padding-bottom:10px;
}

ul.sidebar-menu li a i {
    color:#555555;
    font-size:16px;
    display:inline-block;
    transition:.5s;
}

ul.sidebar-menu li a:hover{
    color:var(--main-touch);
}

ul.sidebar-menu li a:hover i{
    color:var(--main-touch);
}

.widget-sidebar-box.up {
    background-color:#f8f8f8;
    margin-top:30px;
    padding:30px 30px 0px;
    display:inline-block;
}

.rpost-title {
    padding-left:20px;
}

.rpost-title a {
    font-size:18px;
    line-height:27px;
    color:#222222;
    font-weight:500;
    font-family:"Poppins";
    display:inline-block;
    width:75%;
    transition:.5s;
}

.rpost-title a:hover {
    color:var(--main-touch);
}

.rpost-title span i {
    margin-right:5px;
    color:#ffff;
    background:var(--main-touch);
    font-size:16px;
    height:16px;
    line-height:16px;
    width:16px;
    border-radius:50px;
    display:inline-block;
    text-align:center;
}

.rpost-title span {
    font-size:14px;
    color:#555555;
    font-weight:400;
    font-family:"Poppins";
    display:inline-block;
    margin-top:8px;
}

.widget-recent-post {
    margin-bottom:40px;
}

.widget-recent-post.up{
    position:relative;
    z-index:1;
}

.widget-recent-post.up:before {
    position:absolute;
    content:"";
    left:0;
    bottom:-12px;
    width:100%;
    height:1px;
    background:#ddd;
}

.widget-sidebar-box.upper {
    margin-top:30px;
}

.tag-item ul {
    list-style:none;
}

.tag-item ul li {
    display:inline-block;
}

.tag-item ul li a {
    display:inline-block;
    font-size:15px;
    color:#555555;
    font-weight:400;
    font-family:"Poppins";
    background:var(--main-touch);
    padding:5px 20px;
    margin:0 5px 10px;
    transition:.5s;
    position:relative;
    z-index:1;
}

 
.tag-item ul li a:before {
    position:absolute;
    content:"";
    height:100%;
    width:100%;
    top:0;
    left:0;
    background:#fff;
    z-index:-1;
    transition:.5s;
  }

  .tag-item ul li a:hover::before{
    transform:rotateX(90deg);
  }

  .tag-item ul li a:after {
    position:absolute;
    content:"";
    height:100%;
    width:100%;
    top:0;
    left:0;
    background:#fff;
    z-index:-1;
    transition:.5s;
  }

  .tag-item ul li a:hover::after{
    transform:rotateY(90deg);
  }

  .tag-item ul li a:hover{
    color:#fff;
  }

/*
<!-- =========================================== -->
<!-- End  blog details Section  -->
<!-- ========================================== -->*/




/*
<!-- =========================================== -->
 <!-- Start  event-details Section  -->
<!-- ========================================== -->*/

.event-details-section {
    padding:120px 0;
}

.event-details-thumb{
    position:relative;
    z-index:1;
    overflow:hidden;
}

.event-details-thumb img {
    transition:.5s;
    width:100%;
}

.event-details-thumb img:hover{
    transform:scale(1.1);
}

.event-details-content a {
    font-size:32px;
    color:#222222;
    font-weight:600;
    font-family:"Poppins";
    margin:35px 0 32px;
    display:inline-block;
}

.event-details-content p {
    font-size:16px;
    line-height:28px;
    color:#555555;
    font-weight:400;
    font-family:"Poppins";
}

p.event-details {
    font-size:16px;
    line-height:28px;
    color:#222222;
    font-weight:500;
    font-family:"Poppins";
    margin-top:35px;
}

.event-details-text h4 {
    font-size:24px;
    color:#222222;
    font-weight:600;
    font-family:"Poppins";
    margin:56px 0 25px;
}

.event-details-text p {
    font-size:16px;
    line-height:28px;
    color:#555555;
    font-weight:400;
    font-family:"Poppins";
}

.event-details-list {
    margin:30px 0 48px;
}

.event-details-list ul {
    list-style:none;
}

.event-details-list ul li {
    padding-bottom:10px;
}

.event-details-list ul li i {
    margin-right:10px;
    color:#ffff;
    background:var(--main-touch);
    font-size:18px;
    height:18px;
    line-height:18px;
    width:18px;
    border-radius:50px;
    display:inline-block;
    text-align:center;
}

.event-details-list ul li span {
    font-size:16px;
    color:#222222;
    font-weight:500;
    font-family:"Poppins";
}

.event-details-content h3 {
    font-size:24px;
    color:#222222;
    font-weight:600;
    font-family:"Poppins";
    margin-bottom:40px;
}

.team-box {
    background-color:#f8f8f8;
    text-align:center;
    padding:40px 0 15px;
    margin-bottom:30px;
}

.team-title h4 {
    font-size:21px;
    color:#222222;
    font-weight:500;
    font-family:"Poppins";
    text-align:center;
    margin:26px 0 5px;
    transition:.5s;
}

.team-title h4:hover{
    color:var(--main-touch);
}

.team-title p {
    font-size:16px;
    color:#555555;
    font-weight:400;
    font-family:"Poppins";
    text-align:center;
}

.social-information-box {
    background-color:#f8f8f8;
    padding:35px 0 52px 30px;
}

.social-info {
    margin-bottom:28px;
}

.social-info h4 {
    font-size:18px;
    color:#222222;
    font-weight:500;
    font-family:"Poppins";
    margin-bottom:4px;
}

.social-info p {
    font-size:16px;
    color:#555555;
    font-weight:400;
    font-family:"Poppins";
}

.social-icon {
    padding-top:5px;
}

.social-icon ul{
    list-style:none;
}

.social-icon ul li {
    display:inline-block;
    padding-right:10px;
}

.social-icon ul li a {
    display:inline-block;
    transition:.5s;
    width:30px;
    height:30px;
    line-height:30px;
    text-align:center;
    color:var(--main-touch);
    background:#ffffff;
    font-size:16px;
    position:relative;
    z-index:1;
}

.social-icon ul li a::before {
    position:absolute;
    content:"";
    z-index:-1;
    left:0;
    top:0;
    right:0;
    bottom:0;
    background:var(--main-touch);
    transform:scale(0);
    transition:.5s;
}

.social-icon ul li a:hover:before{
    transform:scale(1);
}

.social-icon ul li a:hover {
    color:#fff;
}

.event-sidebar-box {
    background-color:#f8f8f8;
    padding:35px 30px 35px;
    margin:30px 0 30px;
}

.event-sidebar-post {
    margin-bottom:28px;
}

.event-sidebar-thumb{
    position:relative;
    z-index:1;
}

.event-sidebar-thumb img {
    margin-right:20px;
    transition:.5s;
}

.event-sidebar-thumb img:hover{
    transform:scale(1.1);
}

h4.event-sidebar-title {
    font-size:18px;
    color:#222222;
    font-weight:500;
    font-family:"Poppins";
    margin-bottom:40px;
}

.event-sidebar-title a {
    font-size:16px;
    line-height:26px;
    color:#222222;
    font-weight:500;
    font-family:"Poppins";
    display:inline-block;
    margin-bottom:7px;
    transition:.5s;
}

.event-sidebar-title a:hover{
    color:var(--main-touch);
}

.event-sidebar-title p {
    font-size:14px;
    color:#555555;
    font-weight:400;
    font-family:"Poppins";
    margin:0;
    line-height:20px;
}

.event-button a {
    display:inline-block;
    font-size:16px;
    color:var(--main-touch);
    font-weight:500;
    font-family:"Poppins";
    transition:.5s;
}

.event-button a:hover{
    color:#000;
}

.photo-widget-sidebar-box {
    background-color:#f8f8f8;
    padding:35px 30px 30px;
}

.widget-sidebar-text h4 {
    font-size:18px;
    color:#222222;
    font-weight:500;
    font-family:"Poppins";
    margin-bottom:35px;
}

.photo-thumb{
    position:relative;
    z-index:1;
    overflow:hidden;
}

.photo-thumb img {
    width:100%;
    margin-bottom:20px;
    transition:.5s;
}

.photo-thumb img:hover{
    transform:scale(1.1);
}

/*
<!-- =========================================== -->
 <!-- End  event-details Section  -->
<!-- ========================================== -->*/





/*
<!-- =========================================== -->
<!-- Start  services-details Section  -->
<!-- ========================================== -->*/

.service-details-section {
    padding:120px 0 90px;
}

.service-details-thumb {
    position:relative;
    z-index:1;
    overflow:hidden;
}

.service-details-thumb img {
    transition:.5s;
    width:100%;
}

.service-details-thumb img:hover {
    transform:scale(1.1);
}

.service-details-content a {
    font-size:32px;
    color:#222222;
    font-weight:600;
    font-family:"Poppins";
    margin:35px 0 32px;
    display:inline-block;
}

.service-details-content p {
    font-size:16px;
    line-height:28px;
    color:#555555;
    font-weight:400;
    font-family:"Poppins";
    width:100%;
}

p.service-details {
    font-size:16px;
    line-height:28px;
    color:#222222;
    font-weight:500;
    font-family:"Poppins";
    margin-top:35px;
}

.service-details-text h4 {
    font-size:24px;
    color:#222222;
    font-weight:600;
    font-family:"Poppins";
    margin:56px 0 27px;
}

.service-details-text p {
    font-size:16px;
    line-height:28px;
    color:#555555;
    font-weight:400;
    font-family:"Poppins";
    width:100%;
}

.row.service {
    margin-top:45px;
}

.single-service-details-box {
    background-color:#f8f8f8;
    text-align:center;
    padding:40px 0 15px;
    margin-bottom:30px;
}

.service-details-content h4 {
    font-size:22px;
    color:#222222;
    font-weight:600;
    font-family:"Poppins";
    margin:25px 0 13px;
    transition:.5s;
}

.service-details-content h4:hover {
    color:var(--main-touch);
}

.service-details-content p {
    font-size:16px;
    line-height:27px;
    color:#555555;
    font-weight:400;
    font-family:"Poppins";
}

.widget-sidebar-box {
    background-color:#f8f8f8;
    padding:35px 0 32px 30px;
    margin-bottom:30px;
}

.sidebar-text {
    font-size:18px;
    color:#222222;
    font-weight:500;
    font-family:"Poppins";
    padding-bottom:22px;
}

ul.widgetsidebar-menu{
    list-style:none;
}

ul.widgetsidebar-menu li a {
    display:inline-block;
    transition:.5s;
    font-size:16px;
    color:#555555;
    font-weight:400;
    font-family:"Poppins";
    padding-bottom:25px;
    position:relative;
}

ul.widgetsidebar-menu li a:before {
    position:absolute;
    content:"";
    left:0;
    bottom:12px;
    width:330px;
    height:1px;
    background:#ddd;
}

ul.widgetsidebar-menu li a:hover{
    color:var(--main-touch);
}

ul.widgetsidebar-menu li a i {
    color:#555555;
    font-size:16px;
    display:inline-block;
    transition:.5s;
}

ul.widgetsidebar-menu li a:hover i{
    color:var(--main-touch);
}

.widget-Company-update-box {
    background-color:#f8f8f8;
    padding:50px 47px 50px 30px;
    margin-bottom:30px;
}

.widget-company-content a {
    font-size:18px;
    line-height:28px;
    color:#222222;
    font-weight:500;
    font-family:"Poppins";
    display:inline-block;
    margin:20px 0 12px;
}

.download-button a {
    font-size:15px;
    font-weight:600;
    font-family:"Poppins";
    background:#f0f0f0;
    display:inline-block;
    color:#ffff;
    padding:5px 20px;
    margin:0;
    position:relative;
    z-index:1;
    transition:.5s;
}

.download-button a:before {
    position:absolute;
    content:"";
    height:100%;
    width:100%;
    top:0;
    left:0;
    background:var(--main-touch);
    z-index:-1;
    transition:.5s;
  }

  .download-button a:hover::before{
    transform:rotateX(90deg);
  }

  .download-button a:after {
    position:absolute;
    content:"";
    height:100%;
    width:100%;
    top:0;
    left:0;
    background:var(--main-touch);
    z-index:-1;
    transition:.5s;
  }

  .download-button a:hover::after{
    transform:rotateY(90deg);
  }

  .download-button a:hover{
    color:var(--main-touch);
  }

  .widget-address-box {
    background-color:#f8f8f8;
    padding:35px 52px 40px 30px;
    margin-bottom:30px;
}

.widget-address-content h5 {
    font-size:18px;
    color:#222222;
    font-weight:500;
    font-family:"Poppins";
}

.widget-address-content p {
    font-size:16px;
    line-height:28px;
    color:#555555;
    font-weight:400;
    font-family:"Poppins";
    margin:20px 0 18px;
}

p.phone {
    font-size:16px;
    color:#222222;
    font-weight:500;
    font-family:"Poppins";
    margin:0;
}

p.phone span {
    color:#7a7777;
}

/*
<!-- =========================================== -->
<!-- End  services-details Section  -->
<!-- ========================================== -->*/







/*
<!-- =========================================== -->
<!-- Start  services-details Section  -->
<!-- ========================================== -->*/

.portfolio-details-section {
    padding:120px 0 100px;
}

.portfolio-details-thumb {
    position:relative;
    z-index:1;
    overflow:hidden;
}

.portfolio-details-thumb img {
    transition:.5s;
    width:100%;
}

.portfolio-details-thumb img:hover {
    transform:scale(1.1);
}

.portfolio-details-content a {
    font-size:32px;
    color:#222222;
    font-weight:600;
    font-family:"Poppins";
    margin:72px 0 25px;
    display:inline-block;
}

.portfolio-details-content p {
    font-size:16px;
    line-height:27px;
    color:#555555;
    font-weight:400;
    font-family:"Poppins";
    width:100%;
}

p.portfolio-details {
    font-size:16px;
    line-height:27px;
    color:#555555;
    font-weight:400;
    font-family:"Poppins";
    margin-top:30px;
    width:100%;
}

.portfolio-category-box {
    background-color:#f8f8f8;
    padding:26px 0 40px 30px;
    margin-bottom:30px;
}

.portfolio-category h4 {
    font-size:18px;
    color:#222222;
    font-weight:500;
    font-family:"Poppins";
}

.portfolio-category p {
    font-size:16px;
    color:#555555;
    font-weight:400;
    font-family:"Poppins";
    margin-top:5px;
}

.portfolio-social-info {
    margin-bottom:28px;
}

.portfolio-social-info h4 {
    font-size:18px;
    color:#222222;
    font-weight:500;
    font-family:"Poppins";
}

.portfolio-social-info p {
    font-size:16px;
    color:#555555;
    font-weight:400;
    font-family:"Poppins";
    margin-top:7px;
}

.social-text {
    margin:-17px 0 22px;
}

.social-text h4 {
    font-size:18px;
    color:#222222;
    font-weight:500;
    font-family:"Poppins";
}

.widget-portfolio-address-box {
    background-color:#f8f8f8;
    padding:35px 52px 15px 30px;
    margin-bottom:30px;
}

.widget-portfolio-address-content h5 {
    font-size:18px;
    color:#222222;
    font-weight:500;
    font-family:"Poppins";
    margin:0;
}

.widget-portfolio-address-content p {
    font-size:16px;
    line-height:28px;
    color:#555555;
    font-weight:400;
    font-family:"Poppins";
    margin:18px 0 18px;
}

.widget-address-content p {
    font-size:16px;
    line-height:28px;
    color:#555555;
    font-weight:500;
    font-family:"Poppins";
    margin:20px 0 18px;
}

p.phone-number {
    color:#7a7777;
}

p.phone.up {
    margin-top:-18px;
}

/*
<!-- =========================================== -->
<!-- End  services-details Section  -->
<!-- ========================================== -->*/






/*
<!-- =========================================== -->
<!-- Start  department-details Section  -->
<!-- ========================================== -->*/

.department-details-section {
    padding:120px 0px 40px;
}

.row.department {
    margin:55px 0 0;
}

.department-details-thumb {
    position:relative;
    z-index:1;
    overflow:hidden;
}

.department-details-thumb img {
    transition:.5s;
    width:100%;
}

.department-details-thumb img:hover {
    transform:scale(1.1);
}

.department-details-content a {
    font-size:32px;
    color:#222222;
    font-weight:600;
    font-family:"Poppins";
    margin:35px 0 32px;
    display:inline-block;
}

.department-details-content p {
    font-size:16px;
    line-height:28px;
    color:#555555;
    font-weight:500;
    font-family:"Poppins";
}

p.department-details {
    font-size:16px;
    line-height:28px;
    color:#222222;
    font-weight:500;
    font-family:"Poppins";
    margin-top:35px;
}

.department-details-title h4 {
    font-size:24px;
    color:#222222;
    font-weight:600;
    font-family:"Poppins";
    margin:0 0 25px;
}

.department-details-title p {
    font-size:18px;
    line-height:28px;
    color:var(--main-touch);
    font-weight:500;
    font-family:"Poppins";
}

.department-details-list {
    margin:30px 0 48px;
}

.department-details-list ul {
    list-style:none;
}

.department-details-list ul li {
    padding-bottom:10px;
}

.department-details-list ul li i {
    margin-right:10px;
    color:#ffff;
    background:var(--main-touch);
    font-size:18px;
    height:18px;
    line-height:18px;
    width:18px;
    border-radius:50px;
    display:inline-block;
    text-align:center;
}

.department-details-list ul li span {
    font-size:16px;
    color: #555555;
    font-weight:400;
    font-family:"Poppins";
}

.department-thumb {
    position:relative;
    z-index:1;
    overflow:hidden;
}

.department-thumb img {
    transition:.5s;
    width:100%;
}

.department-thumb img:hover {
    transform:scale(1.1);
}

/*--faq--*/
.faq-content h3 {
    font-size:24px;
    color:#222222;
    font-weight:600;
    font-family:"Poppins";
    margin:0;
}

.faq-content p {
    font-size:16px;
    line-height:28px;
    color:rgb(85, 85, 85);
    font-weight:400;
    font-family:Poppins;
    width:95%;
    margin:25px 0 0;
}

ul.accordion {
    padding:40px 10px 60px;
    border-radius:10px;
}

.faqs-section .section-title {
    padding:0 0 60px;
}

p.center {
    width:65%;
    margin:auto;
    padding:26px 0 0;
}

.accordion li {
    list-style:none;
    padding:2px 0px 20px;
}

.accordion li a {
    position:relative;
    width:100%;
    display:block;
    cursor:pointer;
    padding:14px 20px 14px 30px;
    z-index:1;
    background:var(--main-touch);
    font-size:17px;
    line-height:27px;
    color:#ffffff !important;
    font-weight:500;
    font-family:"Poppins";
}

.accordion li p {
    display:none;
    padding:25px 20px 25px 30px;
    margin:0;
    backdrop-filter:blur(1.9px);
    overflow:hidden;
    border-radius:0 0 5px 5px;
    font-size:17px;
    color:#525252;
    font-weight:400;
}

.accordion a:before {
    width:2px;
    height:15px;
    background:#ffff;
    position:absolute;
    right:32px;
    content:" ";
    top:22px;
    transform:rotate(0deg);
    transition:all 0.2s ease-in-out;
}

.accordion a:after {
    width:16px;
    height:2px;
    background:#ffff;
    position:absolute;
    right:25px;
    content:" ";
    top:28px;
    transition:all 0.2s ease-in-out;
}

.accordion a.active:after {
  transform:rotate(0deg);
  -webkit-transition:all 0.2s ease-in-out;
  background:#fff;
}

.accordion a.active:before{
  display:none;
}

/*
<!-- =========================================== -->
<!-- End  services-details Section  -->
<!-- ========================================== -->*/






/*
<!-- =========================================== -->
<!-- Start  causes Section  -->
<!-- ========================================== -->*/

.causes-section {
    padding:120px 0 90px;
    background:#f8f8f8;
}

.single-causes-box {
    background:#fff;
    margin-bottom:30px;
}

.causes-thumb {
    position:relative;
    z-index:1;
    overflow:hidden;
}

.causes-thumb img {
    transition:.5s;
}

.causes-thumb img:hover {
    transform:scale(1.1);
}

.causes-icon {
    position:absolute;
    right:65px;
    top:32px;
}

.causes-icon1 {
    position:absolute;
    right:30px;
    top:32px;
}

.causes-content {
    padding:26px 20px 30px;
}

.causes-content a {
    display:inline-block;
    font-size:20px;
    color:#222222;
    font-weight:600;
    transition:.5s;
}

.causes-content a:hover{
    color:var(--main-touch);
}

.causes-content p {
    font-size:16px;
    line-height:27px;
    color:#555555;
    font-weight:400;
    margin:8px 0 28px;
}

.causes-prich{}

.causes-prich ul{
    list-style:none;
}

.causes-prich ul li {
    display:inline-block;
    color:#222222;
}

li.upper {
    margin-right:38px;
}

.causes-prich ul li span {
    display:inline-block;
    font-size:15px;
    color:#767171;
    font-weight:500;
}

.barfiller {
    width:100%;
    height:5px;
    position:relative;
    margin-bottom:23px;
    margin-top:12px;
    background-color:#ededed;
}

.barfiller .fill {
  display:block;
  position:relative;
  width:0px;
  height:100%;
  background:#333;
  z-index:1;
}

.barfiller .tip {
    background:var(--main-touch);
    border-radius:30px;
    font-size:12px;
    left:0px;
    position:absolute;
    z-index:2;
    top:-10px;
    font-weight:700;
    color:#ffff;
}


span.fill {
    background:var(--main-touch) !important;
    border-radius:5px;
}

.causes-button a {
    margin-top:22px;
    display:inline-block;
    font-size:14px;
    color:#ffffff;
    font-weight:400;
    background-color:#222222;
    padding:7px 18px;
    transition:.5s;
    position:relative;
    z-index:1;
}

.causes-button a:before {
    position:absolute;
    content:"";
    height:100%;
    width:100%;
    top:0;
    left:0;
    background:var(--main-touch);
    z-index:-1;
    transition:.5s;
  }

  .causes-button a:hover::before{
    transform:rotateX(90deg);
  }

  .causes-button a:after {
    position:absolute;
    content:"";
    height:100%;
    width:100%;
    top:0;
    left:0;
    background:var(--main-touch);
    z-index:-1;
    transition:.5s;
  }

  .causes-button a:hover::after{
    transform:rotateY(90deg);
  }

/*
<!-- =========================================== -->
<!-- End  causes Section  -->
<!-- ========================================== -->*/





/*
<!-- =========================================== -->
<!-- Start  causes-details Section  -->
<!-- ========================================== -->*/

.causes-details-section {
    padding:120px 0px;
}

.causes-details-thumb {
    position:relative;
    z-index:1;
    overflow:hidden;
}

.causes-details-thumb img {
    transition:.5s;
    width:100%;
}

.causes-details-thumb img:hover {
    transform:scale(1.1);
}

.causes-details-content a {
    font-size:32px;
    color:#222222;
    font-weight:600;
    font-family:"Poppins";
    margin:35px 0 32px;
    display:inline-block;
}

.causes-details-content p {
    font-size:16px;
    line-height:28px;
    color:#555555;
    font-weight:500;
    font-family:"Poppins";
}

.causes-details-content p {
    font-size:16px;
    line-height:28px;
    color:#555555;
    font-weight:500;
    font-family:"Poppins";
}

.causes-details-list {
    margin:54px 0px 15px;
}

.causes-details-list ul {
    list-style:none;
}

.causes-details-list ul li {
    padding-bottom:10px;
}

.causes-details-list ul li i {
    margin-right:10px;
    color:#ffff;
    background:var(--main-touch);
    font-size:18px;
    height:18px;
    line-height:18px;
    width:18px;
    border-radius:50px;
    display:inline-block;
    text-align:center;
}

.causes-details-list ul li span {
    font-size:16px;
    line-height:27px;
    color:#222222;
    font-weight:500;
    display:inline-block;
}

.causes-disc p {
    font-size:16px;
    line-height:27px;
    color:#555555;
    font-weight:400;
}

.causes-details-button {
    margin-top:42px;
}

.causes-details-button a {
    padding:15px 34px;
    display:inline-block;
    position:relative;
    z-index:1;
    transition:all 0.5s ease 0s;
    font-size:16px;
    color:rgb(255, 255, 255);
    font-weight:400;
    font-family:Poppins;
    background-color:rgb(34, 34, 34);
}

.causes-details-button a i {
    padding-left:3px;
    font-size:14px;
}

.causes-details-button a:before {
    position:absolute;
    content:"";
    height:100%;
    width:100%;
    top:0;
    left:0;
    background:var(--main-touch);
    z-index:-1;
    transition:.5s;
  }

  .causes-details-button a:hover::before{
    transform:rotateX(90deg);
  }

  .causes-details-button a:after {
    position:absolute;
    content:"";
    height:100%;
    width:100%;
    top:0;
    left:0;
    background:var(--main-touch);
    z-index:-1;
    transition:.5s;
  }

  .causes-details-button a:hover::after{
    transform:rotateY(90deg);
  }

.causes-details-sidebar-box {
    background-color:#f8f8f8;
    padding:35px 30px 35px;
    margin:30px 0 30px;
}

.causes-details-sidebar-post.causes {
    position:relative;
    z-index:1;
}

.causes-details-sidebar-post.causes:before {
    position:absolute;
    content:"";
    left:0;
    top:120px;
    width:100%;
    height:1px;
    background:#ddd;
}

h4.causes-details-sidebar-title {
    font-size:18px;
    color:#222222;
    font-weight:500;
    font-family:"Poppins";
    margin-bottom:40px;
}

.causes-details-sidebar-post {
    margin-bottom:35px;
}

.causes-details-sidebar-thumb img {
    margin-right:20px;
}

.causes-details-sidebar-title a {
    font-size:18px;
    line-height:27px;
    color:#222222;
    font-weight:500;
    display:inline-block;
    margin-bottom:2px;
}

.causes-details-sidebar-title p {
    font-size:12px;
    line-height:27px;
    color:#555555;
    font-weight:400;
    margin-bottom:14px;
}

.Project-button a {
    padding:2px 15px;
    display:inline-block;
    position:relative;
    z-index:1;
    transition:all 0.5s ease 0s;
    font-size:14px;
    color:#ffff;
    font-weight:400;
    background-color:rgb(34, 34, 34);
}

.Project-button a:before {
    position:absolute;
    content:"";
    height:100%;
    width:100%;
    top:0;
    left:0;
    background:var(--main-touch);
    z-index:-1;
    transition:.5s;
  }

  .Project-button a:hover::before{
    transform:rotateX(90deg);
  }

  .Project-button a:after {
    position:absolute;
    content:"";
    height:100%;
    width:100%;
    top:0;
    left:0;
    background:var(--main-touch);
    z-index:-1;
    transition:.5s;
  }

  .Project-button a:hover::after{
    transform:rotateY(90deg);
  }

  .causes-button2 a {
    display:inline-block;
    font-size:16px;
    color:rgb(4, 190, 190);
    font-weight:500;
    font-family:Poppins;
    transition:all 0.5s ease 0s;
}

.causes-button2 a:hover {
    color:#000;
}

  /*Price Range
===========================*/

.wrapper-box {
    margin-top:35px;
}

.categories-title.upp p {
    font-size:16px;
    line-height:27px;
    color:#555555;
    font-weight:400;
    margin-bottom:30px;
}


.slider-labels {
    margin-top:25px;
}

.text-right.caption {
    display:inline-block;
    float:right;
}

.caption {
    display:inline-block;
}

span#slider-range-value1, span#slider-range-value2 {
    color:#101010;
    font-size:15px;
    position:relative;
    z-index:1;
}

span#slider-range-value1:before {
    position:absolute;
    content:"Raised";
    left:45px;
    top:-2px;
    font-size:15px;
    color:#7e7676;
    font-weight:500;
}

span#slider-range-value2 {
    position:relative;
    z-index:0;
    left:-35px;
}

span#slider-range-value2::before {
    position:absolute;
    content:"Goal";
    left:52px;
    top:-2px;
    font-size:15px;
    color:#7e7676;
    font-weight:500;
}

.text-right.caption span {
    color:#101010;
}

.noUi-target {
  position:relative;
  direction:ltr;
}

.noUi-base {
  width:100%;
  height:100%;
  position:relative;
  z-index:1;
}

.noUi-origin {
  position:absolute;
  right:0;
  top:0;
  left:0;
  bottom:0;
}

.noUi-handle {
  position:relative;
  z-index:1;
}

.noUi-stacking .noUi-handle {
  z-index:10;
}

.noUi-state-tap .noUi-origin {
  -webkit-transition:left 0.3s, top 0.3s;
  transition:left 0.3s, top 0.3s;
}

.noUi-state-drag * {
  cursor:inherit !important;
}

/* Painting and performance;
 */

.noUi-base,
.noUi-handle {
  -webkit-transform:translate3d(0, 0, 0);
  transform:translate3d(0, 0, 0);
}

/* Slider size and handle placement;
 */

.noUi-horizontal {
  height:3px;
}

.noUi-horizontal .noUi-handle {
    width:25px;
    height:25px;
    border-radius:50%;
    left:-10px;
    top:-11px;
    background-color:var(--main-touch);
    border:3px solid #ffff;
}

.noUi-background {
  background:#ececec;
}

.noUi-connect {
  background:var(--main-touch);
  -webkit-transition:background 450ms;
  transition:background 450ms;
}

.noUi-origin {
  border-radius:2px;
}

.noUi-target {
  border-radius:2px;
}

/*
<!-- =========================================== -->
<!-- End  causes-details Section  -->
<!-- ========================================== -->*/
