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

    Project: Business Advior 
    Version: 1.0
    Last change: 03/03/18
    Author : Oscarthemes

    /**
    * Table of Contents :
    * 1.0 - Default Css Wrap Start #Default Css
    * 2.0 - Home Page Start #home page
        * 2.1 - HEADER DEFAULT CSS START #HEADER
        * 2.2 - HEADER 2 CSS START #HEADER 2
        * 2.3 - Main Banner Css Start #Main Banner
        * 2.4 - Sub Banner Css Start #Sub Banner
        * 2.5 - We Are Section Start  #Feature Section
        * 2.9 - Intro Section Start  #Intro Section
        * 2.6 - News Section Start  #News Section
        * 2.7 - News List Section  #News List Section
        * 2.8 - Mid Bar  #Mid Bar
        * 2.10 - Team Section  #Team Section
        * 2.11 - Team 2 Section  #Team 2 Section
        * 2.12 - Testimonial Section  #Testimonial Section
        * 2.13 - Blog Section  #Blog Section
        * 2.14 - Price Table Section  #Price Table Section
        * 2.15 - Contact Section  #Contact Section
        * 2.16 - Footer  #Footer
        * 2.17 - Copyright Section  #Copyright Section
    * 3.0 - News List Start  #News List Page
    * 4.0 - News List Start  #News List Page
    * 5.0 - Blog Detail Page  #Blog Detail Page
    * 6.0 - Project Page  #Project Page
    * 7.0 - Project 2 Page  #Project 2 Page
    * 8.0 - Project Detail Page  #Project Detail Page
    * 9.0 - About Us Page  #About Us Page
    * 10.0 - contact us page  #contact us page
    * 11.0 - Shop page  #Shop page
    * 12.0 - Shop Detail page  #Shop Detail page
    * 13.0 - 404 page  #404 page
    * 14.0 - Comingsoon page  #Comingsoon page
    * 15.0 - 
    * 16.0 - 
    * 17.0 - 

    [Color codes]

    Background: #ffffff (white)
    Content: #838d97 (light black)
    Header h1: #222222 (dark black)
    Header h2: #222222 (dark black)
    Footer:  rgba(255,255,255,0.5) (dark black)

    a (standard): #999999 (light black)
    a (visited): #999999 (light black)
    a (active): #999999 (light black)

    [Typography]
      
    Body copy:  16px/ "Source Sans Pro",sans-serif
    Headers:  "PT Serif",serif
    Input, textarea: "Source Sans Pro",sans-serif
    Sidebar heading: "PT Serif",serif

==================================================*/
.text,
footer,
section,
.section,
.mian-wrapper,
.main-contant,
header{
    float: left;
    width: 100%;
    position: relative;
}
footer,
.section,
section{
    padding: 70px 0 40px;
}
.parallax-section {background-attachment: fixed !important;}
/*
      ==============================================================
           HEADER DEFAULT CSS START #HEADER
      ==============================================================
*/
.top-bar{
    float: left;
    width: 100%;
    padding: 10px 0;
}
    .top-nav{
        float: left;
        width: 100%;
    }
    .top-bar .pull-left .top-nav{
        padding: 3px 0 0 0;
    }
    .top-nav li{
        float: left;
        width: auto;
        margin:0 10px; 
        position: relative;
        display: inline-block;
    }
    .top-nav li:first-child{
        margin-left: 0;
    }
    .top-nav li:last-child{
        margin-right: 0;
    }
        .top-nav li,
        .top-nav li a{
            color: #5c747b;
            font-size: 12px;
            line-height: 12px;
        }
            .top-nav li i{
                margin-right: 10px;   
            }
        /*Social List*/
        .top-nav .social-list li{
            margin:0 10px; 
        }
        .top-nav .social-list li:first-child{
            margin-left: 0;
        }
        .top-nav .social-list li:last-child{
            margin-right: 0;
        }
            .top-nav .social-list li a{
                font-size: 12px;
            }
            .top-nav .social-list li i{
                margin:0px; 
            }
.top-bar.th-bg *{
    color: #fff;
}
/**/
.nav-right,
.logo{
    margin: 0;
    float: left;
    width: auto;
    line-height: 0;
    padding: 11px 0;
}
    .nav-right a,
    .nav-right{
        width: auto;
        float: right;
        padding: 0 0;
        margin-left:35px;
        position: relative;
    }
        .nav-right::before{
            top: 50%;
            width: 1px;
            left: 0px;
            content: "";
            height: 44px;
            position: absolute;
            background: #d0d0d0;
            transform: translateY(-50%);
            -o-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
            -moz-transform: translateY(-50%);
            -webkit-transform: translateY(-50%);
        }
            a.join-meeting{
                float: left;
                border-color: transparent;
                background-color: transparent;
            }
/*
      ============================================================
          Navigation Css Start
      ============================================================
*/
.navigation-wrapper{
    float: right;
    width: auto;
}
    .navigation-wrapper .navigation {
        float: left;
        width: auto;
        margin-right: 35px; 
        text-align: center;
    }
    .navigation-wrapper .navigation:last-child{
        margin-right:0; 
    }
        .navigation ul {
            margin: 0;
            padding: 0;
            float: left;
            width: auto;
            list-style: none;
        }
            .navigation ul li {
                float: left;
                width: auto;
                margin-right: 30px;
                position: relative;
            }
            .navigation ul li:last-child {
                margin: 0;
            }
                .navigation ul li a {
                    float: left;
                    width: 100%;
                    padding:25px 0;
                    font-size: 12px;
                    position: relative;
                    text-transform: uppercase;
                }
                .navigation ul li ul,
                .navigation .sub-menu,
                .navigation .children {
                    left: 0;
                    top: 100%;
                    margin: 0;
                    opacity: 0;
                    z-index: 1000;
                    padding:0;
                    min-width: 220px;
                    border-width:2px 0 0 0;
                    border-style: solid; 
                    position: absolute;
                    -webkit-transform-origin: 0% 0%;
                        -moz-transform-origin: 0% 0%;
                            -ms-transform-origin: 0% 0%;
                                -o-transform-origin: 0% 0%;
                                    transform-origin: 0% 0%;
                    background-color: /* rgba(255, 255, 255, 0.95) */ #fff;
                    box-shadow:0px 20px 20px 0px rgba(0, 0, 0, 0.05);
                }
                    .navigation ul li ul,
                    .navigation ul li .sub-menu,
                    .navigation ul li .children {
                        visibility: hidden;
                        -webkit-transform: rotateX(-75deg);
                        -moz-transform: rotateX(-75deg);
                        -ms-transform: rotateX(-75deg);
                        -o-transform: rotateX(-75deg);
                        transform: rotateX(-75deg);
                        -webkit-transform-style: preserve-3d;
                        -moz-transform-style: preserve-3d;
                        -ms-transform-style: preserve-3d;
                        -o-transform-style: preserve-3d;
                        transform-style: preserve-3d;
                    }
                        .navigation ul li:hover > ul,
                        .navigation ul li:hover > .sub-menu,
                        .navigation ul li:hover > .children {
                            opacity: 1;
                            visibility: visible;
                            transform: rotateX(0deg);
                            -o-transform: rotateX(0deg);
                            -ms-transform: rotateX(0deg);
                            -moz-transform: rotateX(0deg);
                            -webkit-transform: rotateX(0deg);
                        }
                    .navigation ul li ul ul,
                    .navigation ul li .sub-menu .sub-menu,
                    .navigation ul li .children .children {
                        top: 0;
                        left: 100%;
                    }
                    .navigation ul li.last ul,
                    .navigation ul li.last .sub-menu,
                    .navigation ul li.last .children {
                        right: 0;
                        left: auto;
                    }
                        .navigation ul li.last ul ul,
                        .navigation ul li.last .sub-menu .sub-menu,
                        .navigation ul li.last .children .children {
                            left: auto;
                            right: 100%;
                        }
                            .navigation ul li ul li,
                            .navigation ul li .sub-menu li,
                            .navigation ul li .children li {
                                margin: 0;
                                float: left;
                                width: 100%;
                            }
                .dl-menuwrapper li a,
                .navigation ul li ul a,
                .navigation ul li .sub-menu a,
                .navigation ul li .children a {
                    display: block;
                    font-size: 14px;
                    text-align: left;
                    line-height: 14px;
                    font-weight: normal;
                    letter-spacing: normal;
                    text-transform: capitalize;
                    border-bottom: 1px solid #ddd;
                    /* padding: 15px 18px !important; */
                    transition: background-color 0.3s ease,color 0.6s ease;
                    -o-transition: background-color 0.3s ease,color 0.6s ease;
                    -ms-transition: background-color 0.3s ease,color 0.6s ease;
                    -moz-transition: background-color 0.3s ease,color 0.6s ease;
                    -webkit-transition: background-color 0.3s ease,color 0.6s ease;
                }
                .dl-menuwrapper li:last-child a,
                .navigation ul ul li:last-child a{
                    border: none;
                }
                .navigation ul li ul a,
                .navigation ul li .sub-menu a,
                .navigation ul li .children a{
                    padding: 15px 18px !important;
                }
                    .navigation li.active > a,
                    .navigation ul li ul li:hover > a,
                    .navigation ul li .sub-menu li:hover > a,
                    .navigation ul li .children li:hover > a {
                        color: #fff !important;
                    }

            .search-icon{
                float: right;
                width: auto;
            }
                .search-icon a{
                    float: left;
                    font-size:14px;
                    transform: translateY(2px); 
                }
                .search-icon a i{
                    font-weight: 500;
                }

        .responsive-button{
            display: none;
        }
       .dl-menuwrapper{
            display: none;
        }
            .dl-menuwrapper{
                margin:29px 0; 
            }
            .header-2 .dl-menuwrapper{
                margin:24px 0; 
            }
            .dl-menu{
                left: auto;
                right: 0;
            }
            .dl-menu li{
                background: #fff;
            }
            .dl-menu li{
                color: #333;
            }
        .onepage-nav-toggle {
            width: auto;
            float: right;
            background: transparent;
            margin: 38px 0 38px 30px;
        }
/*
      ==============================================================
           HEADER 1 CSS START #HEADER 1
      ==============================================================
*/
header{
    box-shadow:0px 20px 20px 0px rgba(0, 0, 0, 0.05);
}
.header-1{
    float: left;
    width: 100%;
    background-color: #fff;
}
    .header-1 .top-bar{
        padding-left: 50px;
        padding-right: 50px;
    }
    .header-1 .navigation{
        margin-right:0; 
    }
        .header-1 .navigation ul li{
            margin:0; 
        }
        .header-1 .navigation ul li a {
            float: left;
            width: 100%;
            padding: 32.5px 15px;
        }
        .header-1 .navigation ul li:hover > a {
            color: #fff;
        }
        .header-1 .nav-right{
            padding: 23.5px 0;
        }
            .header-1 .nav-right a.btn-2{
                padding: 13px 30px;
            }
         .header-1 .nav-right a.btn-2,
        .header-1 .navigation ul li a{
            font-weight: 500;
        }

/*
      ==============================================================
           STICKY HEADER CSS START #STICKY HEADER
      ==============================================================
*/
.sticky-header{
    top: 0;
    left: 0;
    right: 0;
    z-index: 2;
    width: 100%;
    position: fixed;
    transition: background .3s ease, margin .4s ease;
    -o-transition: background .3s ease, margin .4s ease;
    -ms-transition: background .3s ease, margin .4s ease;
    -moz-transition: background .3s ease, margin .4s ease;
    -webkit-transition: background .3s ease, margin .4s ease;
}
.sticky-header.affix {
    position: fixed;
    margin: -40px 0 0 0;
    background-color: #fff;
    box-shadow:0px 20px 20px 0px rgba(0, 0, 0, 0.05);
    transition:background .3s ease,box-shadow .3s ease,, margin .4s ease;
    -o-transition:background .3s ease,box-shadow .3s ease,, margin .4s ease;
    -ms-transition:background .3s ease,box-shadow .3s ease,, margin .4s ease;
    -moz-transition:background .3s ease,box-shadow .3s ease,, margin .4s ease;
    -webkit-transition:background .3s ease,box-shadow .3s ease,, margin .4s ease;
}
    .sticky-header.affix-top{
        background:transparent;
        box-shadow: none;
    }
    .sticky-header.affix .navigation ul li a{
        color: #333;
    }
    .sticky-header.affix .navigation-outer{
        transition:padding .4s ease;
        -o-transition:padding .4s ease;
        -ms-transition:padding .4s ease;
        -moz-transition:padding .4s ease;
        -webkit-transition:padding .4s ease;
    }
/*
      ==============================================================
           HEADER 2 CSS START #HEADER 2
      ==============================================================
*/
.header-2{
    float: left;
    width: 100%;
    background: #fff;
    position: relative;
}
.header-2 .top-bar{
    background: var(--gray-bg);
}
    .header-2 .logo{
        padding: 17px 0;
    }
    .header-2 .navigation{
        float: left;
    }
        .header-2  .navigation ul li{
            margin: 0;
        }
    .header-2 .search-icon i {
        float: left;
        font-size: 30px;
        line-height: 21px;
    }
    .header-2 .search-icon,
    .header-2  .navigation ul li a{
        font-size: 14px;
        font-weight: 500;
        padding: 38px 20px;
        font-family: 'Work Sans', sans-serif;
    }
    .header-2  .navigation ul ul li a{
        font-weight: normal;
    }
    .header-2  .navigation ul li:hover > a{
        color: #fff;
    }
    .header-2 .search-icon{
        float: right;
        width: auto;
    }
        .header-2 .search-icon a{
            float: left;
            font-size:14px;
            transform: translateY(2px); 
        }
            .header-2 .search-icon a i{
                font-weight: 500;
            }
/*
      ==============================================================
           HEADER 2 CSS START #HEADER 2
      ==============================================================
*/
.header-3{
    float: left;
    width: 100%;
    position: relative;
    background: transparent;
}
    .header-3 .logo{
        padding: 20px 0;
    }
    .header-3 .navigation{
        float: left;
    }
        .header-3  .navigation ul li{
            margin: 0;
        }
    .header-3 .search-icon i {
        float: left;
        font-size: 30px;
        line-height: 21px;
    }
    .header-3 .search-icon,
    .header-3  .navigation ul li a{
        font-size: 14px;
        font-weight: 500;
        padding: 37px 15px 38px;
    }
    .header-3  .navigation ul ul li a{
        font-weight: normal;
    }
    .header-3  .navigation ul li:hover > a{
        color: #fff;
    }
    .header-3 .search-icon{
        float: right;
        width: auto;
    }
        .header-3 .search-icon a{
            float: left;
            font-size:14px;
            transform: translateY(2px); 
        }
            .header-3 .search-icon a i{
                font-weight: 500;
            }


#opg-nav ul li a{
    padding-left:10px; 
    padding-right:10px; 
}
/*
      ============================================================
           Main Banner Css Start #Main Banner
      ============================================================
*/
.slick-initialized{
    display: block !important;
}
.main-banner{
    float: left;
    width: 100%;
    overflow: hidden;
    position: relative;
    background-color: #000;
}
    .banner-caption-wrapper {
        left: 0;
        top: 50%;
        right: 0;
        width: 100%;
        z-index: 1;
        margin: 0px auto 0;
        position: absolute;
        transform: translateY(-50%);
        -o-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
    }
        .banner-caption{
            float: left;
            width: 100%;
            position: relative;
        }
            .banner-caption .title:first-child{
                font-size: 64px;
                margin: 0 0 17px;
            }
            .banner-caption .title{
                font-size: 46px;
                margin: 0 0 21px;
            }
            .banner-description{
                float: left;
                width: 100%;
                margin: 0 0 23px;
            }
            .banner-caption .title,
            .banner-description{
                color:#fff;
            }
            .banner-caption .btn{
                color: #fff;
                font-size: 18px;
                letter-spacing: 0;
                font-weight: normal;
                background: var(--main-bg-color);
            }
    .main-banner .dotstyle-puff{
        position: absolute;
        bottom: 30px;
        left: 0;
        right: 0;
        text-align: center;
    }
    .main-banner .slick-slider.slick-dotted{
        margin-bottom: 0;
    }
/*
      ============================================================
           Parallax Banner Css Start #Parallax Banner
      ============================================================
*/
.parallax-slider{
    display: none;
    opacity: 1;
}
    .parallax-slider .parallax-slide{
        z-index: 1;
        padding: 240px 0;
        background-size: cover;
        background-position: 100%;
        background-repeat: no-repeat;
    }
    .parallax-slider .parallax-slide::before{
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        content: "";
        opacity: 0.4;
        position: absolute;
        background-color: #000;
    }
        .parallax-slider .banner-caption .title{
            font-size: 36px;
            margin-bottom: 15px;
        }
        .parallax-slider .banner-caption .title:first-child{
            font-size: 50px;
            margin-bottom: 13px;
        }
    
/*
      ============================================================
           Image Banner Css Start #Parallax Banner
      ============================================================
*/
.slider{
    display: none;
    float: left;
    width: 100%;
    position: relative;
}
    .slider .slick-slide::after{
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        content: "";
        opacity: 0.5;
        position: absolute;
        background-color: #000;
    }
    .slider .slick-slide {
        -webkit-transition: all 1s cubic-bezier(0.7, 0, 0.3, 1);
        transition: all 1s cubic-bezier(0.7, 0, 0.3, 1);
    }
    .slider .slick-slide img {
        width: 100%;
        -webkit-transition: all 1s cubic-bezier(0.7, 0, 0.3, 1);
        transition: all 1s cubic-bezier(0.7, 0, 0.3, 1);
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
    }
    .slider .slick-slide.slick-active img {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
        .slider .banner-caption-wrapper .banner-caption{
            max-width: 750px;
            padding-bottom: 8px; 
        }
        .slider .banner-caption-wrapper.text-center .banner-caption{
            float: none;
            margin: 0 auto;
            display: block;
        }
        .slider .banner-caption-wrapper.text-right .banner-caption{
            float: right;
        }
        .slider .banner-caption-wrapper.text-left .banner-caption{
            float: left;
        }
            /* .slider  .banner-caption .title:first-child{
                font-size: 56px;
                margin: 0 0 17px;
            } */
            .slider .banner-caption .title span{
                color: var(--main-text-color)
            }
            .slider  .banner-caption .title{
                font-size: 46px;
                margin: 0 0 22px;
            }
            .slider  .banner-description{
                margin: 0 0 27px;
            }

/*
      ============================================================
           Sub Banner Css Start #Sub Banner
      ============================================================
*/

.sub-banner{
    float: left;
    width: 100%;
    text-align: center;
    position: relative;
    padding: 93px 0px 84px;
    background-size: 100%;
    background-repeat: no-repeat;
    background-image: url('extra-images/sub-banner.jpg');
}
.sub-banner .container{
    position: relative;
}
.sub-banner::before{
    top: 0px;
    left: 0px;
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    background-color: rgba(0,0,0,0.7);
}
.sub-banner h2{
    color: #fff;
    font-size: 40px;
    font-weight: 500;
    margin: 0px 0px 16px 0px;
    text-transform: uppercase;
}
.sub-banner ul{
    margin:0px;
    list-style: none;
    display: inline-block;
}
.sub-banner ul li{
    float: left;
}
.sub-banner ul li a{
    color: #fff;
    display: block;
    font-size: 12px;
    padding: 0 10px;
    text-transform: capitalize;
}
.shop-subbanner{
    background-image: none;
    background-color: #002644;
    padding:50px 0px; 
}
.shop-subbanner:before{
    display: none;
}
/*
      ============================================================
           We Are Section Start  #Feature Section
      ============================================================
*/
.we-are-thumb{
    float: left;
    width: 100%;
    padding: 0 30px;
    margin: 0 0 30px;
    position: relative;
    text-align: center;
}
    .we-are-thumb .svg-icon{
        float: none;
        width: 50px;
        clear: both;
        height: 50px;
        display: block;
        font-size: 50px;
        overflow: hidden;
        margin: 0 auto 26px;
        color: var(--main-text-color)
    }
        .svg-icon svg,
        .svg-icon span{
            fill: #333;
            color: #333;
            float: left;
            width: 100%;
            font-size: 50px;
            stroke-width: 2px;
            line-height: 50px;
        }
        .svg-icon span{
            font-size: 45px;
        }
    .we-are-thumb .title{
        margin: 0 0 22px;
    }
    .we-are-thumb:hover .title a{
        color: var(--main-text-color)
    }
    .we-are-thumb p{
        float: left;
        width: 100%;
        margin-bottom:22px;
        height: 120px;
    }
    .we-are-thumb p:last-child{
        margin: 0 0px;
    }
/*We Are Thumb Style 2*/
.we-are-thumb-2 .svg-icon{
    padding: 16px;
    width: 80px;
    height: 80px;
    font-size: 45px;
    border-radius: 100%;
    border: 1px solid var(--main-bdr-color);
    transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}
.we-are-thumb-2:hover .svg-icon{
    color: #fff;
    box-shadow:0 80px 0px var(--main-bg-color) inset;
}
.we-are-thumb-2{
    padding:60px 20px;
    background: #fff;
    box-shadow: 0 15px 40px 0 rgba(0, 0, 0, 0.08);
}
.slick-current .we-are-thumb-2,
.we-are-thumb-2:hover{
    box-shadow: 0 20px 40px 0 rgba(0, 0, 0, 0.02);
    border-radius: 20px;
}
/**/
.we-are-thumb-3{
    float: left;
    width: 100%;
    margin-top: 40px;
    position: relative;
    margin-bottom: 30px;
    background-color: #fff;
    border: solid 1px #eaeaea;
    padding: 66px 30px 22px 30px;
    box-shadow: 0 15px 40px 0 rgba(0, 0, 0, 0.08);
}
.slick-current .we-are-thumb-3,
.we-are-thumb-3:hover{
    box-shadow: 0px 15px 30px 0px rgba(0,0,0,0.15)

}
    .we-are-thumb-3 .svg-icon{
        left: 0px;
        top: -40px;
        right: 0px;
        float: left;
        width: 80px;
        height: 80px;
        margin: auto;
        padding: 15px;
        text-align: center;
        position: absolute;
        border-radius: 100%;
        background-color: #fff;
        border: solid 1px #eaeaea;
    }
    .we-are-thumb-3 .overflow-text{
        text-align: center;
    }
        .we-are-thumb-3 .title{
            margin-bottom: 22px;
        }
        .we-are-thumb-3 p{
            margin-bottom: 16px;
        }

.services-list-1{
    float: left;
    width: 100%;
    position: relative;
    margin-bottom: 23px;
}
    .services-list-1 .svg-icon{
        float: left;
        width: 50px;
        height: 50px;
        font-size: 50px;
        overflow: hidden;
        margin: 0 20px 0 0;
    }
    .services-list-1 .text{
        float: none;
        width: auto;
        overflow: hidden;
    }
        .services-list-1 .title{
            margin: 0 0 9px;
        }
        .services-list-1 p{
            float: left;
            width: 100%;
            margin-bottom:24px;
        }
        .services-list-1 p:last-child{
            margin: 0 0px;
        }
/*
      ============================================================
           Intro Section Start  #Intro Section
      ============================================================
*/
.intro-slider{
    display: none;
}
.intro-caption{
    float: left;
    width: 100%;
    position: relative;
    margin-bottom: 30px;
    padding: 28px 0 0px; 
}
    .intro-caption .text{
    }
        .intro-caption .section-heading-2 + .text p:first-child{
            margin-top:-5px; 
        }
        .intro-caption .text p{
            margin-bottom:32px;
        }
        .intro-caption .text p:last-child{
            margin-bottom: 0;
        }
.intro-thumb{
    float: left;
    width: 100%;
    border-width: 10px;
    border-style: solid;
    margin-bottom: 30px;
    border-color: var(--gray-border);
    box-shadow: 0px 30px 25px -20px rgba(0, 0, 0, 0.2);
}
/*
      ============================================================
           News Section Start  #News Section
      ============================================================
*/
.news-thumb{
    float: left;
    width: 100%;
    background: #fff;
    margin-bottom: 30px;
    box-shadow: 0 15px 40px 0 rgba(0, 0, 0, 0.08);
}
.news-thumb:hover{
    box-shadow:0 30px 40px 0 rgba(0, 0, 0, 0.09); 
    -webkit-box-shadow:0 30px 40px 0 rgba(0, 0, 0, 0.09);
    border-radius: 0px 0px 20px 20px;
}
    .news-thumb figure{
        background-color: #000;

    }
    .news-thumb:hover figure img{
        opacity: 0.7;
        transform: scale(1.07);
        -webkit-transform: scale(1.07);
    }
        .news-thumb figure .date-tag{
            left: 0;
            bottom: 15px;
            position: absolute;
        }
        .news-thumb:hover figure .date-tag{
            bottom: 25px;
        }
    .news-thumb .blog-meta{
        float: left;
        width: 100%;
        padding-top: 11px;
        padding-bottom: 7px;
        border-bottom: 1px solid;
    }
    .news-thumb .blog-meta,
    .news-thumb .text{
        padding-left: 30px;
        padding-right: 26px;
    }
    .news-thumb .text{
        padding-top:27px; 
        padding-bottom:30px; 
    }
        .news-thumb .text .title{
            font-size: 18px;
            margin-bottom: 21px;
        }
        .news-thumb .text p{
            float: left;
            width: 100%;
            margin-bottom: 22px;
        }
.share-post{
    float: left;
    width: 100%;
    padding: 20px;
    margin-bottom: 30px;
    background-color: var(--gray-bg);
}
.share-post .tags{
    margin:0;
    width: auto; 
    float: left;
    padding: 3px 0 0;
}
.social-network li span,
.share-post .tags span{
    float: left;
    margin-right: 10px;
    padding: 4px 0;
}

.share-post .tags a{
    margin: 0px 2px;
    background-color: #fff;
    border: none;
}
.social-network{
    float: left;
}
.share-post .social-network{
    float: right;
}
.social-network li{
    float: left;
    line-height: 36px;
    margin:0px 2px; 
}
.social-network li span{
    line-height: 28px;
}
.social-network li a{
    height: 36px;
    width: 36px;
    border-radius: 100%;
    display: block;
    line-height: 36px;
    text-align: center;
    color: #fff;
    font-size: 12px;
}
.social-network li a.fb-btn{
    background-color: #306199;
}
.social-network li a.twitter-btn{
    background-color: #26c4f1;
}
.social-network li a.google-btn{
    background-color: #cc3d27;
}
.social-network li a.all-networks{
    background-color: #ff6550;
}
/*
      ============================================================
           News List Start  #News List Page
      ============================================================
*/
.news-list-thumb figure{
    max-width: 350px;
}
.news-list-thumb .text{
    float: none;
    width: auto;
    overflow: hidden;
    padding: 19px 30px 0;
}
    .news-list-thumb .blog-meta{
        padding: 0 0 14px;
        margin-bottom: 16px;
    }
    .news-list-thumb .text .title {
        margin-bottom: 9px;
    }
    .news-list-thumb .text p {
        margin-bottom: 14px;
    }
/*
      ============================================================
           News List Section  #News List Section
      ============================================================
*/
.gallery-list{
    padding: 0;
    float: left;
    width: 100%;
    list-style: none;
    margin-bottom: 40px;
}
    .gallery-list .project-thumb-2{
        margin: 0px;

    }
    .no-padding.gallery-list [class*="col-"]{
        padding: 0;
    }
        .gallery-thumb img{
            width: 100%
        }
/*
      ============================================================
           Mid Bar  #Mid Bar
      ============================================================
*/
.md-bar{
    position: relative; 
    background-size: cover;
    padding:147px 0px 150px; 
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-image: url('extra-images/box-pattren.jpg');
}
.md-bar::before{
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: "";
    opacity: 0.6;
    position: absolute;
    background-color:#000; 
}
    .md-bar h4,
    .md-bar h6{
        float: left;
        width: 100%;
        color: #fff;
        font-size: 36px;
        margin-bottom: 28px;
        text-transform: capitalize;
    }
    .md-bar h4{
        font-size: 60px;
        margin-bottom: 28px;
    }
.md-bar .btn{
    color: #fff;
    border-color: #fff;
}
.md-bar .play-icon .circle,
.md-bar .play-icon .triangle,
.md-bar .play-icon{
    stroke: #fff;
    border-color: #fff;
}
/*
      ============================================================
           Video Bar  #Video Bar
      ============================================================
*/
.video-bar{
    padding: 0;
    background-image: none;
    background-color:transparent;  
}
.video-bar::before{
    display: none;
}
    .video-bar .video-thumb{
        float: left;
        width: 100%;
        position: relative;
        text-align: center;
    }

/*
      ============================================================
           Team Section  #Team Section
      ============================================================
*/
.team-thumb-1{
    float: left;
    width: 100%;
    padding: 10px;
    background: #fff;
    margin-bottom: 30px;
    box-shadow: 0 15px 40px 0 rgba(0, 0, 0, 0.08);
}
.team-thumb-1:hover{
    box-shadow:0 30px 40px 0 rgba(0, 0, 0, 0.09); 
    -webkit-box-shadow:0 30px 40px 0 rgba(0, 0, 0, 0.09);
    border-radius: 10px;
}
    .team-thumb-1 figure{
        max-width: 260px;
    }
    .team-thumb-1:hover figure img{
        opacity: 0.7;
        transform: scale(1.07);
        -webkit-transform: scale(1.07);
        -moz-transform: scale(1.07);
        -o-transform: scale(1.07);
    }
    .team-thumb-1 .text{
        float: none;
        width: auto;
        overflow: hidden;
        padding: 25.5px 0px 0 30px;
    }
        .team-thumb-1 .title{
            font-size: 26px;
            margin-bottom: 9px;
        }
        .team-thumb-1 .designation{
            float: left;
            width: 100%;
            margin-bottom: 17px;
        }
        .team-thumb-1 p{
            float: left;
            width: 100%;
            margin-bottom: 22px;
        }
/*
      ============================================================
           Team 2 Section  #Team 2 Section
      ============================================================
*/
.team-thumb-2{
    float: left;
    width: 100%;
    padding: 10px;
    background: #fff;
    text-align: center;
    margin-bottom: 30px;
    border: 1px solid;
    box-shadow: 0 15px 40px 0 rgba(0, 0, 0, 0.08);
}
.team-thumb-2:hover{
    box-shadow:0 30px 40px 0 rgba(0, 0, 0, 0.09); 
    -webkit-box-shadow:0 30px 40px 0 rgba(0, 0, 0, 0.09); 
}
    .team-thumb-2:hover .text *{
        color: #fff;
    }
    .team-thumb-2:hover figure img {
        opacity: 0.7;
        transform: scale(1.07);
        -webkit-transform: scale(1.07);
        -moz-transform: scale(1.07);
        -o-transform: scale(1.07);
    }
    .team-thumb-2 .social-box{
        bottom: 20px;
        right: 20px;
        position: absolute;
    }
    .team-thumb-2 .text{
        padding: 16px 0px 0px 0px;
    }
        .team-thumb-2 .title{
            font-size: 24px;
            margin-bottom: 4px;
        }
        .team-thumb-2 .designation{
            float: left;
            width: 100%;
            font-size: 12px; 
            margin-bottom: 1px;
        }
        .team-thumb-2 p{
            float: left;
            width: 100%;
            margin-bottom: 23px;
        }
/*
      ============================================================
           Testimonial Section  #Testimonial Section
      ============================================================
*/
.testimonial-section{
    z-index: 1;
    float: left;
    width: 100%;
    background-size:cover;
    background-repeat:no-repeat;  
    background-image:url('extra-images/testimonial-bg.jpg'); 
}
.testimonial-section::before{
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
    content: "";
    opacity: 0.7;
    background: #000;
    position: absolute;
}
    .testimonial-section .container{
        max-width: 750px;
    }
    .testimonial{
        display: none;  
    }
        .testimonial .slick-slide {
            /* transition: all 1s cubic-bezier(0.7, 0, 0.3, 1);
            -webkit-transition: all 1s cubic-bezier(0.7, 0, 0.3, 1); */
        }
            .testimonial .slick-slide .testimonial-thumb {
                width: 100%;
                /* transform: scale(.8);
                -webkit-transform: scale(.8);
                transition: all 1s cubic-bezier(0.7, 0, 0.3, 1);
                -webkit-transition: all 1s cubic-bezier(0.7, 0, 0.3, 1); */
            }
            .testimonial .slick-slide.slick-active .testimonial-thumb {
               /*  transform: scale(1);
                -webkit-transform: scale(1); */
            }
                .testimonial-thumb{
                    float: left;
                    width: 100%;
                    text-align: center;
                    margin-bottom: 22px;
                }
                .testimonial-thumb::after,
                .testimonial-thumb::before{
                    font-size: 26px;
                    position: absolute;
                }
                    .testimonial-thumb figure{
                        float: none;
                        width: 90px;
                        height: 90px;
                        display: block;
                        overflow: hidden;
                        margin:0 auto 16px; 
                        border-radius: 100%;
                        -webkit-border-radius: 100%;
                    }
                       .testimonial-thumb figure img{
                            border-radius: 100%;
                            -webkit-border-radius: 100%;
                        }
                    .testimonial-thumb .title{
                        margin-bottom: 11px;
                    }
                    .testimonial-thumb .designation{
                        margin-bottom: 17px;
                    }
                    .testimonial-thumb p{
                        float: left;
                        width: 100%;
                        margin-bottom: 0;
                    }
                    .testimonial-thumb *{
                        color: #fff;
                    }
/*
      ============================================================
           Testimonial 2  #Testimonial 2
      ============================================================
*/
.testimonial-style-2{
    float: left;
    width: 100%;
    padding-left:45px; 
    position: relative;
}
    .testimonial-style-2 figure{
        float: left;
        width: 90px;
        height: 90px;
        padding: 10px;
        overflow: hidden; 
        margin-left: -45px;
        position: relative;
        border-radius: 100%;
        margin-bottom: -45px;
    }
        .testimonial-thumb figure img{
            border-radius: 100%;
            -webkit-border-radius: 100%;
        }
    .testimonial-style-2 figure,
    .testimonial-style-2 .text{
        border-style: solid;
        border-width:1px 1px 1px 1px;
        border-color: rgba(255,255,255,0.5);
    }



.testimonial-caption {
    float: left;
    width: 100%;
    overflow: visible;
    position: relative;
    margin: 0px 0 30px;
    text-align: center;
    background-color: #fff;
    padding: 27px 30px 24px;
}
    .testimonial-caption .title {
        font-size: 14px;
        font-weight: 500;
        margin-bottom: 11px;
    }
    .testimonial-caption p:last-child{
        margin-bottom: 0;
    }
.testimonial-figure{
    width: 100%;
    float: none;
    display: none;
    margin: 0 auto;
    /* max-width: 75%; */
    text-align: center;
}
.testimonial-figure .slick-list{
    padding: 0 !important;
}
    .testimonial-figure .slick-slide{
        float: none;
        height: 90px;
        max-width: 90px;
        overflow: hidden;
        margin:0 15px 24px; 
        border-radius: 100%;
        display: inline-block;
    }
    .testimonial-figure .slick-slide figure{
        cursor: pointer;
        background: #000;
    }
    .testimonial-figure figure img{
        opacity: 0.5;
    }
    .testimonial-figure .slick-current figure img{
        opacity: 1;
    }
/*
      ============================================================
          Blog Section  #Blog Section
      ============================================================
*/
.blog-thumb{
    float: left;
    width: 100%;
    background: #fff;
    margin-bottom: 30px;
    position: relative;
    border: solid 1px #e1e7e8;
    box-shadow: 0 15px 40px 0 rgba(0, 0, 0, 0.08);
}
/*.blog-thumb::after,*/
.blog-thumb::after{
    top: auto;
    left: auto;
    right: -3px;
    width: 35px;
    content: "";
    bottom: -3px;
    height: 35px;
    position: absolute;
    border-style: solid;
    border-color: var(--main-bdr-color)
}
.blog-thumb::after{
    border-width: 0 3px 3px 0px;
}
.blog-thumb:hover{
    box-shadow:0 30px 40px 0 rgba(0, 0, 0, 0.09); 
    -webkit-box-shadow:0 30px 40px 0 rgba(0, 0, 0, 0.09); 
}
.blog-thumb:hover figure img{
    opacity: 0.7;
    transform: scale(1.07);
    -webkit-transform: scale(1.07);
    -moz-transform: scale(1.07);
    -o-transform: scale(1.07);
}
.blog-thumb figure.video-post iframe{
    height: 400px
}
    .blog-thumb figure{
        background: var(--main-bg-color);
    }
        .blog-thumb figure .date-tag{
            left: 0;
            bottom: 15px;
            position: absolute;
        }
        .blog-thumb:hover figure .date-tag{
            bottom: 25px;
        }
    .blog-thumb .blog-meta{
        float: left;
        width: 100%;
        margin-bottom: 18px;
    }
    .blog-thumb .text{
        padding:27px 30px 30px;
    }
   
        .blog-thumb .text .title{
            margin-bottom: 13px;
        }
        .blog-thumb:hover .title a{
            color: var(--main-text-color)
        }
        .blog-thumb .text p{
            float: left;
            width: 100%;
            margin-bottom: 22px;
        }
.blog-list-thumb .text.pull-left:first-child{
    max-width: 100%;
    max-width: -webkit-calc(100% - 353px);
    max-width: -moz-calc(100% - 353px);
    max-width: calc(100% - 353px);
}
.blog-list-thumb figure, 
.services-list figure{
    max-width: 348px;
}
.blog-list-thumb .text, 
.services-list .text{
    float: none;
    width: auto;
    overflow: hidden;
    padding:27px 30px 20px;
}
.services-list .text{
    padding:30px;
    background-color: transparent;
}
    .blog-list-thumb .text .title {
        margin-bottom: 13px;
    }
    .blog-list-thumb .text .blog-meta{
        padding: 0;
        border: none;
        margin-bottom: 13px;
    }
    .blog-list-thumb .text p{
        margin-bottom: 17px;
    }

/*
      ============================================================
          Blog Detail Page  #Blog Detail Page
      ============================================================
*/
.blog-detail-section > p:last-child{
    margin-bottom: -6px;/*ADJESTMENT*/
}
.blog-detail-section .page-title + p{
    margin-top: -12px;
}
.blog-detail-section p + .page-title{
    margin-top: -6px;
}
.blog-detail-section .img-thumb{
    margin: 0px 0px 26px 0px;

}
.blog-detail-section .title,
.blog-detail-section h2{
    font-size: 26px;
    margin: 0px 0px 19px 0px;
}
.blog-detail-section .blog-meta{
    margin: 0px 0px 18px 0px;
}
.list-style-1 {
    margin-bottom: 30px;
}
.list-style-1 li{
    list-style: circle;
    list-style-position: inside;
}
.blog-detail-section .list-style-1 {
    margin-bottom: 20px;
    margin-top:2px; 
}
/*RECENT COMMENTS*/
.rec-comments{
    float: left;
    width: 100%;
    margin-bottom: 30px;
}
.rec-comments .page-title{
    margin-bottom: 24px;
}
.comment-holder{
    float: left;
    width: 100%;
}
.comments ul{
    padding: 0px 0px 0px 90px;
}
.comments li{
    float: left;
    width: 100%;
    margin: 15px 0px 0;
}
.rec-comments .children > li:first-child,
.rec-comments .comments > li:first-child{
    margin-top:0; 
}
.comments li .comment-holder:after{
    content: "";
    display: table;
}
.comments li figure{
    float: left;
    width: 70px;
    margin: 0px 20px 0px 0px;
}
.comments li .text{
    float: none;
    width: auto;
    overflow: hidden;
    padding:26px 30px 22px;
    background-color: var(--gray-bg);
}
.comments li .comment-header{
    margin: 0 0 17px;
}
.comments li .comment-header *{
    display: inline-block;
    margin-right: 10px;
    text-transform: uppercase;
}
.comments li .comment-header a{
    color: #838d97;
    font-size: 14px;
}
.comments li .comment-header h4{
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 0;
    /* color: #838d97; */
}
.comment-holder p:last-child{
    margin-bottom: 0 !important;
}
.leave-reply{
    float: left;
    width: 100%;
}
.leave-reply .page-title{
    margin-bottom: 24px;
}
.reply-form{
    float: left;
    width: 100%;
    margin-bottom: 30px;
}
.reply-form .form-control{
    border-radius: 0px;
    margin-bottom: 30px;
}
.reply-form textarea.form-control{
    height: 200px;
}
.reply-form input[type="submit"]{

}
/*Author Detail Css Start*/
.iq-author-detail{
    float: left;
    width: 100%;
    text-align: center;
    margin-bottom: 30px;
    padding:28px 30px 30px;
    background-color: #edf1f2;
}
    .iq-author-detail figure{
        float: none;
        width: 100px;
        height: 100px;
        margin-bottom: 6px;
        border-radius: 100%;
        display: inline-block;
    }
    .iq-author-detail .detail-content{
        float: left;
        width: 100%;
    }
        .iq-author-detail .title{
            font-size: 20px;
            margin-bottom: 16px;
        }
        .iq-author-detail .post-by{
            font-weight: 500;
            margin-bottom: 7px;
            text-transform: uppercase;
        }
        .iq-author-detail .post-acts{
            float: left;
            width: 100%;
            font-size: 0;
            margin: 7px 0px 8px;
        }
            .iq-author-detail .post-acts li{
                display: inline-block;
                margin: 0px 5px;
                font-size: 14px;
            }
            .iq-author-detail .post-acts li i{
                margin-right:5px; 
            }
            .iq-author-detail .post-acts li a{
                display: block;
                font-size: 14px;
                color: #838d97;
            }
            .iq-author-detail .social-network{
                width: 100%;
            }
            .iq-author-detail .social-network li{
                display: inline-block;
                float: none;
            }
/*
      ============================================================
          Price Table Section  #Price Table Section
      ============================================================
*/
.price-table{
    float: left;
    width: 100%;
    background: #fff;
    text-align: center;
    margin-bottom: 30px;
    padding: 37px 0 40px;
    box-shadow: 0 15px 40px 0 rgba(0, 0, 0, 0.08);
}

.price-table:hover{
    border-radius: 20px;
    box-shadow: 0px 20px 40px 0px rgba(0,0,0,0.2)
}
    .price-table .title{
        font-size: 26px;
        margin:0 0 35px;
        text-transform: uppercase;
    }
    .price-table:hover .price-div{
        background-color: #fff;

    }
    .price-div{
        float: left;
        width: 100%;
        position: relative;
        margin-bottom: 34px;
        padding: 9px 20px 22px;
    }
    .price-div::before,
    .price-div::after{
        top: 0;
        right: 0;
        bottom: 0;
        width: 20px;
        content: "";
        position: absolute;
        border-style: solid;
        background: transparent;
        border-width: 15px 0 15px 20px;
        border-left-color: #dae3e5 !important;
        border-top-color: #fff; 
        border-right-color: #fff; 
        border-bottom-color: #fff; 
    }
    .price-div::before{
        left: 0;
        right: auto;
        border-width: 15px 20px 15px 0px;
        border-right-color: #dae3e5 !important;
        border-top-color: #fff; 
        border-left-color: #fff; 
        border-bottom-color: #fff; 
    }
    .price-table:hover .price-div::before, 
    .price-table:hover .price-div::after {
        border-right-color: #ecf3f4 !important;
    }
        .price-div h5{
            float: left;
            width: 100%;
            font-size: 60px;
            font-weight: 400;
            margin:0 0 6px;
            line-height: normal;
        }
            .price-div sub{
                font-size: 26px;
                bottom: 2px;
            }
        .price-div h6{
            float: left;
            width: 100%;
            font-size: 18px;
            margin:0 0 5px;
        }
    .price-table ul{
        float: left;
        width: 100%;
        padding: 0; 
        list-style: none;
        margin:0 0 15px;
    }
        .price-table ul li{
            float: left;
            width: 100%;
            font-size: 14px;
            margin:0 0 17px;
            text-transform: capitalize;
        }
.price-table:hover .title,
.price-table:hover ul li{
    color: #fff;
}
.price-table:hover .btn{
    color: #000;
    background-color: #fff;
    border-color: #fff;
}
/*
      ============================================================
          Contact Section  #Contact Section
      ============================================================
*/
.contact-section{
    float: left;
    width: 100%;
    /* padding: 0; */
    text-align:center; 
    position: relative;
}
/* footer + .contact-section .contact-form-outer{
    bottom: -70px;
} */
    .map-wrap{
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        position: absolute;
        background-size:cover;
        background-repeat: no-repeat; 
        /* background-image: url('./images/map-bg.png'); */
    }
    .contact-section .contact-form-outer{
        z-index: 1;
        max-width: 750px;
        background: #fff;
        position: relative;
        margin:0 auto 24px; 
        display: inline-block;
        padding:46px 50px 20px; 
        box-shadow: 0 15px 40px 0 rgba(0, 0, 0, 0.08);
    }
.contact-form{
    float: left;
    width: 100%;
}
.contact-form .input-field{
}
.contact-form textarea{
    min-height:127px;
}
.contact-form .btn{
    font-weight: 600;
    font-size: 16px;
    padding:13px 35px 14px;
}
.contact-form .form-control-2,
.contact-form .form-control{
    border: 2px solid #dfe5ea;
    border-radius: 0px;
}
.form-control-2:focus,
.form-control-2:focus{
    outline: none;
    border-width: 0 0 1px !important;
    border-top-color: transparent !important;
    border-left-color: transparent !important;
    border-right-color: transparent !important;
}
*{
  outline: none; 
}
/*
      ============================================================
          Footer  #Footer
      ============================================================
*/
.contact-section + .footer-2{
    padding-top:135px; 
    padding-bottom:39px; 
    margin-top:-140px; 
}
.footer-2{
    float: left;
    width: 100%;
}
.footer-2 .widget{
    margin-bottom: 30px;
}
.footer-2  .widget.widget_nav_menu{
    margin:0 0 0; 
}
.footer-2 .contact-list li:first-child{
    display: none;
}
.footer-2 .contact-list li{
    margin: 0 0 20px;
}
.footer-2 .widget-title{
    margin-bottom: 21px;
    background: no-repeat;
    padding: 0px;
}
    .footer-2 .widget-title .title{
        font-size: 22px;
        font-weight: normal;
        text-transform: uppercase;
    }
    .footer-2 .widget_nav_menu .widget-title{
        margin-bottom: 12px;
    }
    .footer-2 .widget_nav_menu ul li{
        width: 50%;
        /* border: none;
        padding: 0; */
    }
    .footer-2 .widget.widget_nav_menu{
        margin: 0 0 24px;
    }
    .footer-2 .widget_nav_menu ul li a{
        padding-top: 8px;
        padding-bottom: 8px;
    }

.footer-2 .social-list li{
    float: left;
}
.footer-2{
    background: #002644;
}
.widget-newsletter .input-field .search-icon{
    color: #fff;
    border-radius: 100px;
}
.footer-2 .title a,
.footer-2 .widget-title .title,
.footer-2 .widget_rss ul li, 
.footer-2 .widget_meta ul li, 
.footer-2 .widget_pages ul li, 
.footer-2 .widget_archive ul li, 
.footer-2 .widget_nav_menu ul li, 
.footer-2 .widget_categories ul li, 
.footer-2 .widget_recent_comments ul li, 
.footer-2 .widget_recent_entries ul li, 
.footer-2 .widget_rss ul li a, 
.footer-2 .widget_meta ul li a, 
.footer-2 .widget_pages ul li a, 
.footer-2 .widget_archive ul li a, 
.footer-2 .widget_nav_menu ul li a, 
.footer-2 .widget_categories ul li a, 
.footer-2 .widget_recent_comments ul li a, 
.footer-2 .widget_recent_entries ul li a,
.footer-2 .social-list li a,
.footer-2{
    color: /* rgba(255,255,255,0.5) */ #fff;
}
.footer-2 [class*="form-control"]::-moz-placeholder{
   color: /* rgba(255,255,255,0.5) */ #fff;
}
.footer-2 [class*="form-control"]::-webkit-input-placeholder{
   color: /* rgba(255,255,255,0.5) */ #fff;
}
.footer-2 .social-list li a,
.footer-2 [class*="form-control"]{
    border-color: /* rgba(255,255,255,0.5) */ #fff;
}


.footer-2.gray-bg .title a,
.footer-2.gray-bg .widget-title .title,
.footer-2.gray-bg .widget_rss ul li, 
.footer-2.gray-bg .widget_meta ul li, 
.footer-2.gray-bg .widget_pages ul li, 
.footer-2.gray-bg .widget_archive ul li, 
.footer-2.gray-bg .widget_nav_menu ul li, 
.footer-2.gray-bg .widget_categories ul li, 
.footer-2.gray-bg .widget_recent_comments ul li, 
.footer-2.gray-bg .widget_recent_entries ul li, 
.footer-2.gray-bg .widget_rss ul li a, 
.footer-2.gray-bg .widget_meta ul li a, 
.footer-2.gray-bg .widget_pages ul li a, 
.footer-2.gray-bg .widget_archive ul li a, 
.footer-2.gray-bg .widget_nav_menu ul li a, 
.footer-2.gray-bg .widget_categories ul li a, 
.footer-2.gray-bg .widget_recent_comments ul li a, 
.footer-2.gray-bg .widget_recent_entries ul li a,
.footer-2.gray-bg .social-list li a,
.footer-2.gray-bg{
    color: inherit;
}
.footer-2.gray-bg [class*="form-control"]::-moz-placeholder{
   color: inherit;
}
.footer-2.gray-bg [class*="form-control"]::-webkit-input-placeholder{
   color: inherit;
}
.footer-2.gray-bg .social-list li a,
.footer-2.gray-bg [class*="form-control"]{
    border-color:inherit;
}
/*
    ============================================================
      Footer Style 1 Css Start  #Footer Style 1
    ============================================================
*/
.footer-3{
  float: left;
  width: 100%;
  position: relative;
  padding: 98px 0 48px;
  background-color: #002138;
}
  .footer-3::before{
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: "";
    position: absolute;
  }
  .footer-3 .widget{
    margin: 0 0 30px;
  }
    .footer-3 .widget-title{
      color: #fff;
      padding: 0;
      font-size: 22px;
      margin: 0 0 27px;
      line-height: 100%;
      background: transparent;
    }
    .footer-3 .widget_pages li{
      padding: 0;
    }
  .footer-3 .widget-contact  .widget-title,
  .footer-3 .widget_pages  .widget-title{
    margin: 0 0 25px
  }
/*Widget Contact Us Start*/
.info-thumb{
  float: left;
  width: 100%;
  margin: 0 0 23px;
}
.info-thumb:last-child{
  margin: 0;
}
  .info-thumb span{
    float: left;
    width: 15px;
    height: 15px;
    min-width: 15px;
    max-width: 15px;
    font-size: 15px;
    line-height: 15px;
    margin: 0 15px 0 0;
    text-align: center;
  }
  .info-thumb a,
  .info-thumb p{
    margin: 0;
    float: left;
    width: 100%;
  }
  .info-thumb a:first-child,
  .info-thumb p:first-child{
    margin-top:-5px; 
  }
  .info-thumb a:last-child,
  .info-thumb p:last-child{
    margin-bottom: 0;
  }
/*Widget Flicker Start*/
.widget-flickr ul{
  margin: 0;
  padding:0; 
  float: left;
  width: 100%;
  list-style: none
}
  .widget-flickr ul li{
    float: left;
    width: 25%;
  }
.footer-3 .title a,
.footer-3 .widget-title .title,
.footer-3 .widget_rss ul li, 
.footer-3 .widget_meta ul li, 
.footer-3 .widget_pages ul li, 
.footer-3 .widget_archive ul li, 
.footer-3 .widget_nav_menu ul li, 
.footer-3 .widget_categories ul li, 
.footer-3 .widget_recent_comments ul li, 
.footer-3 .widget_recent_entries ul li, 
.footer-3 .widget_rss ul li a, 
.footer-3 .widget_meta ul li a, 
.footer-3 .widget_pages ul li a, 
.footer-3 .widget_archive ul li a, 
.footer-3 .widget_nav_menu ul li a, 
.footer-3 .widget_categories ul li a, 
.footer-3 .widget_recent_comments ul li a, 
.footer-3 .widget_recent_entries ul li a,
.footer-3 .social-list li a,
.footer-3{
    color: rgba(255,255,255,0.8);
}
.footer-3 [class*="form-control"]::-moz-placeholder{
   color: rgba(255,255,255,0.5);
}
.footer-3 [class*="form-control"]::-webkit-input-placeholder{
   color: rgba(255,255,255,0.5);
}
.footer-3 .social-list li a,
.footer-3 [class*="form-control"]{
    border-color: rgba(255,255,255,0.5);
}
/*
      ============================================================
          Copyright Section  #Copyright Section
      ============================================================
*/
.copy-right{
    float: left;
    width: 100%;
    z-index: 1;
    padding: 25px 0 23px;
    position: relative;
    border-top: 1px solid rgba(0, 0, 0, .3);
    background: var(--gray-bg);
}
/* .copy-right::before{
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: "";
    opacity: 0.2;
    z-index: -1;
    background: #000;
    position: absolute;
} */
.copy-right p{
    float: left;
    width: 100%;
    /* color: #fff; */
    margin-bottom: 0;
}
/*
      ============================================================
         Project Page  #Project Page
      ============================================================
*/
.project-thumb{
    float: left;
    width: 100%;
    overflow: hidden;
    position: relative;
    margin-bottom: 30px;
}
    .project-thumb img{
        float: left;
        width: 100%;
    }
    .project-thumb:hover img{
        opacity: 0.1;
        transform: scale(1.1);
        -o-transform: scale(1.1);
        -ms-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -webkit-transform: scale(1.1);
    }
    .project-thumb .text{
        top: 50%;
        left: 0;
        right: 0;
        opacity: 0;
        position: absolute;
        text-align: center;
        transition-delay: .3s;
        padding: 17px 30px 17px;
        transform: scale(0) translateY(-50%);
        -o-transform: scale(0) translateY(-50%);
        -ms-transform: scale(0) translateY(-50%);
        -moz-transform: scale(0) translateY(-50%);
        -webkit-transform: scale(0) translateY(-50%);
    }
    .project-thumb:hover .text{
        opacity: 1;
        transform: scale(1) translateY(-50%);
        -o-transform: scale(1) translateY(-50%);
        -ms-transform: scale(1) translateY(-50%);
        -moz-transform: scale(1) translateY(-50%);
        -webkit-transform: scale(1) translateY(-50%);
    }
    .project-thumb .text::after,
    .project-thumb .text::before{
        top: 0;
        left: 0;
        right: 0;
        height: 1px;
        content: "";
        width: 112px;
        bottom: auto;
        margin:0 auto; 
        background: #fff;
        position: absolute;
    }
    .project-thumb .text::after{
        top: auto;
        bottom: 0;
    }
        .project-thumb .pro-cat,
        .project-thumb .title{
            float: left;
            width: 100%;
        }
        .project-thumb .title{
            margin-bottom: 9px;
        }
        .project-thumb .pro-cat,
        .project-thumb .title a{
            color: #fff;
        }
        .project-thumb .pro-cat{
            margin-bottom: 0;
        }
/*
      ============================================================
         Project 2 Page  #Project 2 Page
      ============================================================
*/
.project-thumb-2{
    float: left;
    width: 100%;
    position: relative;
    margin-bottom: 30px;
    overflow: hidden;
}
    .slick-current .project-thumb-2 img,
    .project-thumb-2:hover img{
        opacity: 0.1;
        transform: scale(1.1);
        -o-transform: scale(1.1);
        -ms-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -webkit-transform: scale(1.1);
    }
    .project-thumb-2 .text{
        right: 0;
        bottom: 0;
        top: auto;
        opacity: 0;
        left: -20%;
        padding:20px;
        position: absolute;
    }
    .slick-current .project-thumb-2 .text,
    .project-thumb-2:hover .text{
        left: 0;
        opacity: 1;
    }
    .project-thumb-2 .title{
        margin-bottom: 10px;
    }
    .project-thumb-2 .pro-cat{
        font-size: 14px;
        width: auto;
        float: left;
        margin-bottom: 0;
        border-bottom: 1px solid #fff;
    }
    .project-thumb-2 .pro-cat,
    .project-thumb-2 .title a{
        color: #fff;
    }
    .popup-icon{
        top: 20px;
        left: auto;
        right: 20px;
        opacity: 0;
        width: 45px;
        height: 45px;
        margin:0 auto; 
        font-size: 20px;
        background: #fff;
        line-height: 46px;
        text-align: center;
        position: absolute;
        border-radius: 100%;
        transform: scale(0);
        -o-transform: scale(0);
        -ms-transform: scale(0);
        -moz-transform: scale(0);
        -webkit-transform: scale(0);
    }
    .slick-current .project-thumb-2 .popup-icon,
    .project-thumb-2:hover .popup-icon{
        opacity: 1;
        transform: scale(1);
        -o-transform: scale(1);
        -ms-transform: scale(1);
        -moz-transform: scale(1);
        -webkit-transform: scale(1);
    }
/*
      ============================================================
         Project Detail Page  #Project Detail Page
      ============================================================
*/
.project-detail-outer{
    float: left;
    width: 100%;
    position: relative;
}
    .project-detail{
        float: left;
        width: 100%;
        margin-bottom: 30px;
    }
    .project-detail figure{
        margin-bottom:26px; 
    }
    .project-detail p{
        float: left;
        width: 100%;
        margin-bottom: 23px;
    }
    .project-detail p:last-child{
        margin-bottom: 18px;
    }
    .project-detail p + p{
        float: left;
        width: 100%;
        margin-top:-6px; 
    }
    blockquote{
        float: left;
        width: 100%;
        margin-bottom:23px;
        padding: 26px 30px 22px;
        background: var(--gray-bg);
    }
        blockquote p{
            float: left;
            width: 100%;
            font-size:16px;
            font-weight: 300;
            margin-bottom: 0 !important; 
            font-style: italic;
        }
    .project-detail blockquote:last-child{
        margin-bottom: 0;
    }

    .project-plane{
        float: left;
        width: 100%;
        overflow: hidden;
        margin-bottom:30px; 
    }
    .project-plane #donutchart{
        float: left;
        width: 100%;
    }
    .project-strategy{
        float: left;
        width: 100%;
        margin-bottom:23px; 
        position: relative;
    }
    .project-strategy .page-title{
        margin: 0 0 20px;
    }
    .project-strategy + p{
        margin-top:-7px; 
    }
        .project-strategy p{
            float: left;
            width: 100%;
            margin-bottom: 16px;
        }
        .strategy-list{
            margin: 0;
            padding: 0;
            float: left;
            width: 100%;
            list-style: none;
            position: relative;
        }
            .strategy-list li{
                float: left;
                width: 100%;
                font-size: 12px;
                padding:0 0 0 20px; 
                position: relative;
                text-transform: capitalize;
            }
            .strategy-list li::before{
                top: 50%;
                left: 0;
                width: 10px;
                content: "";
                height: 10px;
                background: #555;
                position: absolute;
                border-radius: 100%;
                transform: translateY(-50%);
                -o-transform: translateY(-50%);
                -ms-transform: translateY(-50%);
                -moz-transform: translateY(-50%);
                -webkit-transform: translateY(-50%);
                border: 1px solid;
            }
.project-detail-outer .project-strategy,
.project-detail-outer .project-plane{
    margin-bottom: 23px;
}
        .project-progress{
            float: left;
            width: 100%;
        }
            #chart_div{
                float: left;
                width: 100%;
            }
        .project-accordian{
            float: left;
            width: 100%;
            margin-bottom: 30px;
        }
        .project-accordian .asked-questiond{
            margin: 0;
        }

/*
      ============================================================
         About Us Page  #About Us Page
      ============================================================
*/
/*About Us Page*/
.asked-questiond-wrap{
    float: left;
    width: 100%;
    position: relative;
    background-size: 450px;
    background-repeat: no-repeat;
    /* padding-bottom: 0px; */
}
/*.asked-questiond-wrap::before{
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: "";
    opacity: 0.9;
    position: absolute;
    background: #fff;
}*/
/* .asked-questiond-wrap .section-heading-2 .title{
    font-size: 50px;

} */
    .asked-questiond{
        float: left;
        width: 100%;
        position: relative;
        margin-bottom: 30px;
        /* padding-top: 150px; */
    }
        .asked-questiond .simple-accordian{
            margin-bottom: 10px;
        }
        .asked-questiond .simple-accordian .accordion-1{
            color: #4f535c;
            font-size:14px;
            font-weight: normal;
            margin-bottom: 10px;
            border-radius: 20px;
            padding: 14px 20px 12px;
            background-color: #f3f3f3;
            text-transform: uppercase;
        }
        .asked-questiond .simple-accordian .accordion-1:hover, 
        .asked-questiond .simple-accordian .accordion-1.accordion-open{
            color: #fff;
        }
        .asked-questiond .simple-accordian .accordion-1.accordion-open{
            border-radius: 0;
        }
        .asked-questiond .simple-accordian:last-child,
        .asked-questiond .simple-accordian:last-child .accordion-1.accordion-close{
            margin-bottom: 0;
        }
        .asked-questiond .simple-accordian .accordion-content{
            padding:25px 20px 22px; 
            background-color:rgba(0,0,0,0.03) 
        }

/*
      ============================================================
         contact us page  #contact us page
      ============================================================
*/
/*contact us page  Start*/
.map-absolute{
    float: left;
    width: 100%;
    position: relative;
    overflow: hidden;
}
    .map-absolute .map-wrap{
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        position: absolute;
    }
    .map-absolute .contact-form-info{
        padding: 66px 50px 64px;
    }
    .contact-form-info{
        z-index: 1;
        float: left;
        width: 100%;
        
        position: relative;
        background:rgba(255,255,255,0.9);
    }
        .contact-form-info .widget-title{
            padding: 0px;
            background: none;
            margin: 0px 0px 14px 0px;
        }
        .contact-form-info p{
            margin-bottom: 19px;
        }
        .contact-form-info .contact-list{
            margin-bottom: 21px;
        }
        .map-footer{
            float: left;
            width: 100%;
        }
        .map-footer .map-wrap{
            position: static;
            width: 100%;
            height: 400px;
        }
        .dot-style.pull-left{
            margin-left: 16px;
        }
        ..contact-form-info

/************************************************************
*   #Magnific Popup CSS 
************************************************************/
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: .8;
  filter: alpha(opacity=80); }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  background: rgba(0, 0, 0, 0.5);
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content, .mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close, .mfp-arrow, .mfp-preloader, .mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #cccccc;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }
  .mfp-preloader a {
    color: #cccccc; }
    .mfp-preloader a:hover {
      color: white; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close, button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  -webkit-box-shadow: none;
  box-shadow: none; }
button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: .65;
  padding: 0 0 18px 10px;
  color: white;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }
  .mfp-close:hover, .mfp-close:focus {
    opacity: 1; }
  .mfp-close:active {
    top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333333; }

.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {
  color: white;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #cccccc;
  font-size: 14px;
  line-height: 18px; }

.mfp-arrow {
  position: absolute;
  opacity: 1;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }
  .mfp-arrow:active {
    margin-top: -54px; }
  .mfp-arrow:hover, .mfp-arrow:focus {
    opacity: 1; }
  .mfp-arrow:before, .mfp-arrow:after, .mfp-arrow .mfp-b, .mfp-arrow .mfp-a {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent; }
  .mfp-arrow:after, .mfp-arrow .mfp-a {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px; }
  .mfp-arrow:before, .mfp-arrow .mfp-b {
    border-top-width: 21px;
    border-bottom-width: 21px; }

.mfp-arrow-left {
  left: 0; }
  .mfp-arrow-left:after, .mfp-arrow-left .mfp-a {
    border-right: 17px solid white;
    margin-left: 31px; }
  .mfp-arrow-left:before, .mfp-arrow-left .mfp-b {
    margin-left: 25px;
    border-right: 27px solid #3f3f3f; }

.mfp-arrow-right {
  right: 0; }
  .mfp-arrow-right:after, .mfp-arrow-right .mfp-a {
    border-left: 17px solid white;
    margin-left: 39px; }
  .mfp-arrow-right:before, .mfp-arrow-right .mfp-b {
    border-left: 27px solid #3f3f3f; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }
  .mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px; }
  .mfp-iframe-holder .mfp-close {
    top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }
  .mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, .6);
    background: black; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }
  .mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, .6);
    background: #444444; }
  .mfp-figure small {
    color: #bdbdbd;
    display: block;
    font-size: 14px;
    line-height: 14px; }
  .mfp-figure figure {
    margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #f3f3f3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure {
    /* The shadow behind the image */ }
    .mfp-img-mobile .mfp-figure:after {
      top: 0;
      bottom: 0; }
    .mfp-img-mobile .mfp-figure small {
      display: inline;
      margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, .6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    .mfp-img-mobile .mfp-bottom-bar:empty {
      padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, .6);
    position: fixed;
    text-align: center;
    padding: 0; } }

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(.75);
    transform: scale(.75); }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }

.mfp-ie7 .mfp-img {
  padding: 0; }
.mfp-ie7 .mfp-bottom-bar {
  width: 600px;
  left: 50%;
  margin-left: -300px;
  margin-top: 5px;
  padding-bottom: 5px; }
.mfp-ie7 .mfp-container {
  padding: 0; }
.mfp-ie7 .mfp-content {
  padding-top: 44px; }
.mfp-ie7 .mfp-close {
  top: 0;
  right: 0;
  padding-top: 0; }
   /******************************************************************
#ANIMATION
*******************************************************************/

/* text-based popup styling */
.white-popup {
  position: relative;
  background: #FFF;
  padding: 25px;
  width: auto;
  max-width: 400px;
  margin: 0 auto;
}

/* 
====== Zoom effect ======
*/
.mfp-zoom-in .mfp-with-anim {
  opacity: 0;
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -ms-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  -webkit-transform: scale(.8);
  -moz-transform: scale(.8);
  -ms-transform: scale(.8);
  -o-transform: scale(.8); 
  transform: scale(.8);
}
.mfp-zoom-in.mfp-bg {
  opacity: 0;
  -webkit-transition: all .3s ease-out;
  -moz-transition: all .3s ease-out;
  -ms-transition: all .3s ease-out;
  -o-transition: all .3s ease-out;
  transition: all .3s ease-out;
}
.mfp-zoom-in.mfp-ready .mfp-with-anim {
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.mfp-zoom-in.mfp-ready.mfp-bg {
  opacity: .8;
}
.mfp-zoom-in.mfp-removing .mfp-with-anim {
  -webkit-transform: scale(.8);
  -moz-transform: scale(.8);
  -ms-transform: scale(.8);
  -o-transform: scale(.8); 
  transform: scale(.8);
  opacity: 0;
}
.mfp-zoom-in.mfp-removing.mfp-bg {
  opacity: 0;
}

/* 
====== Newspaper effect ======
*/
.mfp-newspaper .mfp-with-anim {
  opacity: 0;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  transition: all .5s;
  -webkit-transform: scale(0) rotate(500deg);
  -moz-transform: scale(0) rotate(500deg);
  -ms-transform: scale(0) rotate(500deg);
  -o-transform: scale(0) rotate(500deg);
  transform: scale(0) rotate(500deg);
}
.mfp-newspaper.mfp-bg {
  opacity: 0;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  transition: all .5s;
}
.mfp-newspaper.mfp-ready .mfp-with-anim {
  opacity: 1;
  
  -webkit-transform: scale(1) rotate(0deg);
  -moz-transform: scale(1) rotate(0deg);
  -ms-transform: scale(1) rotate(0deg);
  -o-transform: scale(1) rotate(0deg);
  transform: scale(1) rotate(0deg);
}
.mfp-newspaper.mfp-ready.mfp-bg {
  opacity: .8;
}
.mfp-newspaper.mfp-removing .mfp-with-anim {
  -webkit-transform: scale(0) rotate(500deg);
  -moz-transform: scale(0) rotate(500deg);
  -ms-transform: scale(0) rotate(500deg);
  -o-transform: scale(0) rotate(500deg);
  transform: scale(0) rotate(500deg);
  opacity: 0;
}
.mfp-newspaper.mfp-removing.mfp-bg {
  opacity: 0;
}

/* 
====== Move-horizontal effect ======
*/
.mfp-move-horizontal .mfp-with-anim {
  opacity: 0;
  transition: all .3s;
  transform: translateX(-50px);
}
.mfp-move-horizontal.mfp-bg {
  opacity: 0;
  transition: all .3s;
}
.mfp-move-horizontal.mfp-ready .mfp-with-anim {
  opacity: 1;
  transform: translateX(0);
}
.mfp-move-horizontal.mfp-ready.mfp-bg {
  opacity: .8;
}
.mfp-move-horizontal.mfp-removing .mfp-with-anim {
  transform: translateX(50px);
  opacity: 0;
}
.mfp-move-horizontal.mfp-removing.mfp-bg {
  opacity: 0;
}

/* 
====== Move-from-top effect ======
*/
.mfp-move-from-top .mfp-content {
  vertical-align: top;
}
.mfp-move-from-top .mfp-with-anim {
  opacity: 0;
  transition: all .2s;
  transform: translateY(-100px);
}
.mfp-move-from-top.mfp-bg {
  opacity: 0;
  transition: all .2s;
}
.mfp-move-from-top.mfp-ready .mfp-with-anim {
  opacity: 1;
  transform: translateY(0);
}
.mfp-move-from-top.mfp-ready.mfp-bg {
  opacity: .8;
}
.mfp-move-from-top.mfp-removing .mfp-with-anim {
  transform: translateY(-50px);
  opacity: 0;
}
.mfp-move-from-top.mfp-removing.mfp-bg {
  opacity: 0;
}

/* 
====== 3d unfold ======
*/
.mfp-3d-unfold .mfp-content {
  perspective: 2000px;
  -webkit-perspective: 2000px;
}
.mfp-3d-unfold .mfp-with-anim {
  opacity: 0;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform: rotateY(-60deg);
  -moz-transform: rotateY(-60deg);
  -ms-transform: rotateY(-60deg);
  -o-transform: rotateY(-60deg);
  transform: rotateY(-60deg);
}
.mfp-3d-unfold.mfp-bg {
  opacity: 0;
  transition: all .5s;
}
.mfp-3d-unfold.mfp-ready .mfp-with-anim {
  opacity: 1;
  -webkit-transform: rotateY(0deg);
  -moz-transform: rotateY(0deg);
  -ms-transform: rotateY(0deg);
  -o-transform: rotateY(0deg);
  transform: rotateY(0deg);
  z-index:9999;
}
.mfp-3d-unfold.mfp-ready.mfp-bg {
  opacity: .8;
}
.mfp-3d-unfold.mfp-removing .mfp-with-anim {
  -webkit-transform: rotateY(60deg);
  -moz-transform: rotateY(60deg);
  -ms-transform: rotateY(60deg);
  -o-transform: rotateY(60deg);
  transform: rotateY(60deg);
  opacity: 0;
}
.mfp-3d-unfold.mfp-removing.mfp-bg {
  opacity: 0;
}

/* 
====== "Hinge" close effect ======
*/
@keyframes hinge {
  0% {
    transform: rotate(0);
    transform-origin: top left;
    animation-timing-function: ease-in-out;
  }

  20%, 60% {
    transform: rotate(80deg);
    transform-origin: top left;
    animation-timing-function: ease-in-out;
  }

  40% {
    transform: rotate(60deg);
    transform-origin: top left;
    animation-timing-function: ease-in-out;
  }

  80% {
    transform: rotate(60deg) translateY(0);
    opacity: 1;
    transform-origin: top left;
    animation-timing-function: ease-in-out;
  }

  100% {
    transform: translateY(700px);
    opacity: 0;
  }
}
/*  MAGNIFIC END    ****************************************/
/*
      ============================================================
         Shop page  #Shop page
      ============================================================
*/
.woo-product{
    float: left;
    width: 100%;
    margin-bottom: 30px;
    border: solid 1px #d8dee0;
}
    .woo-product fieldset.rating {
        left: 20px;
        bottom: 20px;
        position: absolute;
    }
    .woo-product:hover{
        box-shadow: 0px 15px 40px 0px rgba(0,0,0,0.15)
    }
        .woo-product .product-img{
            float: left;
            width: 100%;
            background-color: #fff;
            position: relative;
        }
        .gray-bg .woo-product .product-img{
            padding: 10px;

        }
        .gray-bg .woo-product{
            border: none;
        }
        .woo-product .product-img img{
            width: 100%;
            transition: all 0.3s ease-in-out;
            -o-transition: all 0.3s ease-in-out;
            -ms-transition: all 0.3s ease-in-out;
            -moz-transition: all 0.3s ease-in-out;
            -webkit-transition: all 0.3s ease-in-out;
        }
        .woo-product:hover .product-img img{
            opacity: 0.3
        }
        .woo-product .product-img a{
            display: block;
        }
        .product-dtl{
            float: left;
            width: 100%;
            text-align: center;
            background-color: #fff;
            padding: 24px 30px 30px 30px;
        }
    .product-dtl h4{
        color: #333;
        font-size: 24px;
        text-transform: uppercase;
        margin: 0px 0px 5px 0px;
    }
    .product-dtl .price{
        color: red;
        float: left;
        width: 100%;
        font-size: 20px;
        margin:0px 0px 11px 0px;
    }
    .woo-product .sale-tag{
        position: absolute;
        left: 20px;
        top: 20px;
        background: red;
        border-radius: 100%;
        height: 50px;
        width: 50px;
        color: #fff;
        font-weight: 500;
        text-transform: uppercase;
        line-height: 50px;
        text-align: center;
    }
/*
      ============================================================
         Shop Detail page  #Shop Detail page
      ============================================================
*/
.product-detail-contnent{
    float: left;
    width: 100%;
    padding: 37px 0 17px;
}
    .product-large{
        float: left;
        width: 100%;
        margin-bottom: 30px;
    }
    .product-detail-text{
        float: left;
        width: 100%;
    }
        .product-detail-contnent .page-title{
            margin-bottom: 23px;
        }
        .product-price{
            float: left;
            width: 100%;
            margin-bottom: 20px;
        }
        .product-price .pd_price{
            float: left;
        }
        .product-price .rating{
            float: right;

        }
        .product-price .pd_price .new{
            font-size: 24px;
            color: red
        }
        .product-price .pd_price .old{
            font-size: 14px;
            bottom: 0;
            text-decoration: line-through;
        }
        .product-price .pd_text{
            float: left;
            width: 100%;
        }
        .product-detail-contnent .select-size a{
            display: inline-block;
            height: 36px;
            width: 36px;
            line-height: 36px;
            background-color: #fff;
            text-align: center;
            color: #999;
            border: solid 1px #c5c5c5;
        }
        .product-detail-contnent .select-size a:hover{
            box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.2)
        }
        .product-detail-contnent h4{
            font-size: 22px;
            margin: 0px 0px 18px 0px;
            text-transform: capitalize;
        }
        .product-detail-contnent .pd-detail-text{
            float: left;
            width: 100%;
            margin-bottom: 17px;
        }
        .product-detail-contnent .pd-detail-text p{
            margin: 0px;
        }
        .product-detail-contnent .select-color{
            float: left;
            width: 100%;
            margin-bottom: 20px;
            font-size: 0
        }
        .product-detail-contnent .select-color a{
            display: inline-block;
            height: 36px;
            width: 36px;
            overflow: hidden;
            text-indent: -999999px;
            margin: 0px 10px 0px 0px;

        }
        .product-detail-contnent .select-color a.active{
            border: 4px solid #fff;
            outline: 1px solid #ccc;

        }
    .product-detail-contnent .select-color .color-section{
        float: left;
        margin-right: 30px;
    }

    .product-detail-contnent .select-color .quantity-section{
        float: right;
    }
    .product-detail-contnent .select-color .quantity-section .quantity-box{
        width: 80px;
        height: 36px;
        background-color: #fff;
        border: solid 1px #dadddf;
        color: #333;
        padding:0px 10px;
    }
        .product-detail-contnent .form-control{
            border-radius: 0;
            max-height: 34px;
            min-height: inherit;
            line-height: normal;
            padding: 6px 20px;
        }
    .product-detail-contnent .product-buttons{
        float: left;
        width: 100%;
        margin-bottom: 20px;
    }
    .product-detail-contnent .product-buttons .btn-2{
        padding: 15px;
        background: transparent;
    }
    .product-detail-contnent .btn{
        border-radius: 0;
    }
    .product-detail-contnent .social-list.long{
        padding: 12px 0;   
    }
        .product-detail-contnent .social-list.long li{
            float: left;
        }
    .share-product{
        float: left;
        width: 100%;
        margin-bottom: 20px;
    }
    .product-detail-contnent .tags{
        float: left;
        width: 100%;
        margin: 0 0 20px;
    }
        .product-detail-contnent .tags span {
            float: left;
            width: auto;
            padding-top:4px; 
        }
    .product-detail-contnent .input-field label,
    .product-detail-contnent .tags span{
        color: #222;
        font-size: 16px;
        font-weight: 600;
        text-transform: capitalize;
    }
    .product-detail-contnent .input-field label{
        margin-bottom: 13px;
    }
    .input-field .input-check{
        margin-bottom: 0 !important;
    }
    .review-tabs{
        float: left;
        width: 100%;
        margin-bottom: 30px;
        background-color: #fff;
        border: solid 1px #dadddf;
    }
        .review-tabs .nav-tabs{
            margin: 0px;
            padding:15px;
        }
        .review-tabs .nav-tabs>li>a{
            color: #000;
            border: none;
            font-weight: 500;
            border-radius: 100px;
            padding: 8px 30px 10px;
            text-transform: uppercase;

        }
        .review-tabs .nav-tabs>li.active>a{
            color: #fff;
            border: none;
        }
        .review-tabs .tab-content{
            padding: 23px 30px 24px;
            float: left;
            width: 100%;
        }
        .product-rating{
            float: left;
            width: 100%;
        }
        .product-rating h4{
            margin: 0px;
            font-size: 18px;
        }
        .product-rating span{
            font-size: 12px;
        }
        .overall-rating{
            float: left;
            width: 100%;
            margin: 0px 0px 20px 0px;
        }
        .person-name{
            float: left;
        }
        .overall-rating .stars{
            float: right;
            color: #ffae00;

        }
        .person-name .title{
            margin: 0px;
            font-size: 18px;
        }
        .review-form{
            float: left;
            width: 100%;
        }
        .review-form h3{
            font-size: 18px;
        }
        .review-form input[type="text"], .review-form textarea {
            border-radius: 0px;
        }
        .review-form textarea{
            height: 200px;
            padding: 20px 20px;
        }
        .related-products{
            float: left;
            width: 100%;
        }
        .related-products .title{
            margin-bottom: 30px;
        }
        .review-tabs .tab-content > div > p:last-child{
            margin-bottom: 0;
        }
/*
      ============================================================
         404 page  #404 page
      ============================================================
*/
.eroor-section{
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    position: fixed;
}
.eroor-section > .container{
    top: 50%;
    left: 0;
    right: 0;
    margin: 0 auto; 
    position: absolute;
    transform: translate(0,-50%);
    -o-transform: translate(0,-50%);
    -moz-transform: translate(0,-50%);
    -webkit-transform: translate(0,-50%);
}
.eroor-section > .container > .row{
    width: 100%;
    display: table-row;
}
.eroor-section > .container > .row > div{
    display: table-cell;
    float: none;
    vertical-align: middle;
}
.error404-caption{
    float: left;
    width: 100%;
    padding-bottom: 46px; 
    text-align: center;
    /* padding: 200px 0px; */
}
    .error404-caption h2{
        font-size: 200px;
        font-weight: 500;
        margin-bottom: 40px;
        text-shadow: 15px 15px 30px rgba(0,0,0,0.3);

    }
    .error404-caption h4{
        font-size: 18px;
        margin-bottom: 47px;
        text-transform: uppercase;
    }
    .lost-vector{
        float: left;
        width: 100%;
        padding:0 50px
    }
    .lost-vector img{
        max-width: 39vw;
    }
/*
      ============================================================
         Comingsoon page  #Comingsoon page
      ============================================================
*/
.error
.coming-soon-page{
    float: left;
    width: 100%;
    text-align: center;
    position: relative;
    height: 100vh;
    background-image: url(extra-images/comingsoon-bg.png);
}
    .coming-soon-page:before{
        position: absolute;
        content: "";
        height: 100%;
        width: 100%;
        background-color: #fff;
        opacity: 0.7;
        left: 0px;
        top: 0px;
    }
    .coming-soon-page h2{
        font-size: 40px;
        margin-bottom: 24px;
        text-transform: uppercase;
    }
    .coming-soon-page h4{
        font-size: 26px;
        margin-bottom: 29px;
        text-transform: uppercase;
    }
        .comingsoon-caption{
            position: absolute;
            width: 100%;
            left: 0px;
            top: 50%;
            transform: translate(0,-50%);
            -o-transform: translate(0,-50%);
            -moz-transform: translate(0,-50%);
            -webkit-transform: translate(0,-50%);
            text-align: center;
            padding:0 0px; 
        }
        .enter-email{
            width: 30%;
            position: relative;
            display: inline-block;
        }
        .enter-email input[type="text"]{
            width: 100%;
            height: 50px;
            padding-top:5px; 
            background-color: #fff;
        }
        .enter-email button{
            top: 0px;
            right: 0px;
            color: #fff;
            height: 50px;
            position: absolute;
            border-radius:0 100px 100px 0; 
        }
        .enter-email button:focus{
            outline: none;
            color: #fff;
        }
/*
    ============================================================
      Brand Slider Section Css Start   #Brand Slider Section
    ============================================================
*/
.brand-slider{
    display: none;
}
.brand-slider{
  float: left;
  width: 100%;
  margin-bottom: 30px;
}
  .brand-slider .slick-slide{
    padding: 0 5px
  }
    .brand-slider .thumb{
      padding:0px;
      margin: 0px;
      text-align: center;
    }
      .brand-slider .thumb:hover{
        box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.08);
      }
      .brand-slider .thumb img{
        float: none;
        width: auto;
        display: inline-block;
      }

/*
    ============================================================
      Newsletter Section Css Start    #Newsletter
    ============================================================
*/
.news-letter{
  padding: 53px 0 53px;
  position: relative;
  background-color: #002644
}
.news-letter::before{
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  position: absolute;
}
.news-letter input[type="email"]{
  background-color: #fff;
  border: none;
}
.news-letter .input-field{
    margin:6px 0;
}
.news-letter .search_icon.th-bg{
  background-color: transparent;
  color: #999;

}
  .news-letter .text{
    padding: 3px 0 0;
    position: relative;
  }
    .news-letter .text .title{
      font-size: 24px;
      margin-bottom:3px; 
      font-weight: normal;
    }
    .news-letter .text p{
      margin: 0;
    }
    .news-letter .text p,
    .news-letter .text .title{
      color: #fff;
    }
    .news-letter.text-center .text{
      margin: 0 0 23px;
    }
    .news-letter.text-center .input-field{
      float: none;
      max-width: 370px;
      margin: 0 0 -5px;
      display: inline-block;
    }
    .news-letter .alert-dismissable,.news-letter  .alert-dismissible {
        padding-right: 35px;
        float: left;
        width: 100%;
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        z-index: 1;
    }












/*
      ============================================================
         Video Slider Start  #Video Slider
      ============================================================
*/

.video-slider .slick-slide, .video-slider .slick-slide::before, .caption {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.video-slider .slick-slide::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.video-slider {
  position: relative;
  width: 100%;
  height: 38vw;
  min-height: 8vw;
  margin-bottom: 0px;
  opacity: 0;
    display: none;
  visibility: hidden;
  -webkit-transition: all 1.2s ease;
  transition: all 1.2s ease;
}
.video-slider.slick-dotted.slick-slider{
    margin-bottom: 0;
}
.video-slider.slick-initialized {
  opacity: 1;
  visibility: visible;
}

.video-slider .slick-slide {
  position: relative;
  height: 38vw;
}
.video-slider .slick-slide::before {
  background-color: #000;
  opacity: .3;
  z-index: 1;
}
.video-slider .slick-slide video {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.video-slider .slick-slide iframe {
  position: relative;
  pointer-events: none;
}
.video-slider .slick-slide figure {
  position: relative;
  height: 100%;
}
.video-slider .slick-slide .slide-image {
  opacity: 0;
  height: 100%;
  background-size: cover;
  background-position: center;
  -webkit-transition: all .8s ease;
  transition: all .8s ease;
}
.video-slider .slick-slide .slide-image.show {
  opacity: 1;
}
.video-slider .slick-slide .image-entity {
  width: 100%;
  opacity: 0;
  visibility: hidden;
}
.video-slider .slick-slide .loading {
  position: absolute;
  top: 44%;
  left: 0;
  width: 100%;
}
.video-slider .slick-slide .slide-media {
  -webkit-animation: slideOut 0.4s cubic-bezier(0.4, 0.29, 0.01, 1);
          animation: slideOut 0.4s cubic-bezier(0.4, 0.29, 0.01, 1);
}
.video-slider .slick-slide.slick-active {
  z-index: 1;
}
.video-slider .slick-slide.slick-active .slide-media {
  -webkit-animation: slideIn 2.4s cubic-bezier(0.4, 0.29, 0.01, 1);
          animation: slideIn 2.4s cubic-bezier(0.4, 0.29, 0.01, 1);
}
.video-slider .slick-dots {
  text-align: center;
  padding-top: 15px;
  bottom: 20px;
}
.video-slider .slick-dots li {
  display: inline-block;
  vertical-align: top;
  margin: 0 8px;
}
.video-slider .slick-dots li button {
  width: 16px;
  height: 16px;
  border: none;
  cursor: pointer;
  border-radius: 50%;
  border: 2px solid #fff;
  -webkit-box-shadow: 0 0 0 0 transparent;
          box-shadow: 0 0 0 0 transparent;
  vertical-align: middle;
  color: #fff;
  background-color: #fff;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  opacity: .4;
}
.video-slider .slick-dots li button:focus {
  outline: none;
}
.video-slider .slick-dots li button:hover {
  opacity: 1;
}
.video-slider .slick-dots li.slick-active button {
  border-color: #2d3042;
  -webkit-box-shadow: 0 0 0 2px #fff;
          box-shadow: 0 0 0 2px #fff;
  opacity: 1;
}

@-webkit-keyframes slideIn {
  from {
    -webkit-filter: blur(15px);
            filter: blur(15px);
  }
  to {
    -webkit-filter: blur(0);
            filter: blur(0);
  }
}

@keyframes slideIn {
  from {
    -webkit-filter: blur(15px);
            filter: blur(15px);
  }
  to {
    -webkit-filter: blur(0);
            filter: blur(0);
  }
}
@-webkit-keyframes slideOut {
  from {
    -webkit-filter: blur(0);
            filter: blur(0);
  }
  to {
    -webkit-filter: blur(15px);
            filter: blur(15px);
  }
}
@keyframes slideOut {
  from {
    -webkit-filter: blur(0);
            filter: blur(0);
  }
  to {
    -webkit-filter: blur(15px);
            filter: blur(15px);
  }
}






#sidebar-stiky.affix-top {
    position: relative;
}
    #sidebar-stiky.affix {
        top: 70px;
        position: fixed !important;
    }
        #sidebar-stiky {
            width: auto;
            display: block;
            margin-bottom: 20px;
        }
        .sidebar.clearfix::before, .sidebar.clearfix::after {
            content: '\0020';
            display: block;
            overflow: hidden;
            visibility: hidden;
            width: 0;
            height: 0;
        }

.serach-popup .modal-tab {
    background: #fff none repeat scroll 0 0;
    border-top: 3px solid #fafafa;
    box-shadow: none;
    float: left;
    padding: 25px;
    width: 100%;
    border-radius: 0;
}
    .serach-popup form {
        float: left;
        width: 100%;
    }
    .serach-popup .input-field{
        margin-bottom: 0;
    }

/*
============================================================
    Law Home Page Start  #Law Home Page
============================================================
*/
.law-intro{
    float: left;
    width: 100%;
    position: relative;
}
    .law-intro .d-flex .thumb{
        /* top: 0;
        bottom: 0;
        left: 0px;
        right: 0px;
        width: auto;
        padding: 0 15px;
        position: absolute; */
    }
        .law-intro-caption .text{
            margin-bottom: 23px;
        }
            .law-intro-caption .text p{
                margin-bottom: 0;
            }
/*
============================================================
    Prectice Area Start  #Prectice Area
============================================================
*/
.practice-area-slider{
    float: none;
    width: auto;
    clear: both;
}
    .practice-area-slider .slick-slide{
        padding: 0 15px;
    }   
/*
============================================================
    Mid Bar Start  #Mid Bar
============================================================
*/
.mid-bar{
    float: left;
    width: 100%;
}
    .mid-bar h2{
        font-size: 20px;
        line-height: 1;
        text-transform: uppercase;
    }
    .mid-bar.th-bg *{
        color: #fff;
    }
        .mid-bar .d-flex {
            min-height: 100px;
        }
            .mid-bar .d-flex > *{
                margin:0; 
            }
            .mid-bar .btn:hover{
                color: #fff;
            }
            .mid-bar .btn-2:hover::after{
                background-color: #000;
            }
.md-bar-2{
    float: left;
    width: 100%;
    padding:67px 0 70px;
    text-align: center;
}
    .md-bar-2.th-bg *{
        color: #fff;
    }
    .md-bar-2.th-bg h5{
        font-size:24px;
        margin: 0 0 10px;
        font-weight: bold;
        text-transform: uppercase;
    }
    .md-bar-2.th-bg h5:last-of-type{
        margin: 0 0 27px;
    }
/*
============================================================
    Call To Action Start  #Call To Action
============================================================
*/
.call2action-wrap{
    overflow: hidden;
}
.call2action-wrap *,
.call2action-wrap{
    transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
}
    .call2action-box{
        float: left;
        width: 50%;
        height: 400px;
        text-align: center;
        display: flex!important;
        align-items: center!important;
        display: -ms-flexbox!important;
        display: -webkit-box!important;
        -ms-flex-align: center!important;
        -webkit-box-align: center!important;
        -moz-transition: all 0.5s ease-in-out;
        -o-transition: all 0.5s ease-in-out;
        -webkit-transition: all 0.5s ease-in-out;
        transition: all 0.5s ease-in-out;
        background-image:url(extra-images/banner4.jpg);
        background-attachment: fixed;
        background-position:center;
        background-size:cover;
        background-repeat: no-repeat;   
        position: relative; 
    }
    .call2action-box::before{
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        content: "";
        opacity: 0.5;
        background: #000;
        position: absolute;
    }
    .call2action-box.th-bg::before{
        display: none;
    }
    .call2action-box.th-bg{
        background-image:none; 
    }
    .call2action-box.active{
        width: 95%;
    }
    .call2action-box.inactive *{
        font-size: 0;
        opacity: 0;
    }
    .call2action-box.inactive{
        width: 5%;
    }
        .call2action-box .text{
            float: none;
            max-width: 90%;
            display: block;
            margin: 0 auto;
        }
        .call2action-box.active .text {
            max-width: 80%;
        }
        .call2action-box .text *{
            color: #fff;
            position: relative;
        }
            .call2action-box .text .title{
                overflow: hidden;
                white-space: nowrap;
                margin-bottom: 7px;
                text-overflow: ellipsis;
            }
            .call2action-box .text p{
                float: left;
                width: 100%;
                max-height: 70px;
                overflow: hidden;
                margin-bottom: 14px;
            }
/*
============================================================
    What We Do Start  #What We Do
============================================================
*/
.what-we-do-section{

}
    .what-we-do-section .services-list-1{
        margin-bottom: 33px;
    }
    .what-we-do-section [class*="col-"]:last-child .services-list-1:nth-child(even){
        direction: rtl;
    }
    .what-we-do-section [class*="col-"]:last-child .services-list-1:nth-child(even) .svg-icon{
        float: right;
        margin-right:0;  
        margin-left: 20px;
    }
    .what-we-do-section [class*="col-"]:first-child .services-list-1:nth-child(odd){
        direction: rtl;
    }
    .what-we-do-section [class*="col-"]:first-child .services-list-1:nth-child(odd) .svg-icon{
        float: right;
        margin-right:0px;  
        margin-left: 20px;
    }
/*
============================================================
    Services Detail Page Start  #Services Detail Page
============================================================
*/
.services-detail{
    float: left;
    width: 100%;
}
.services-detail .image-holder{
    float: left;
    width: 100%;
    margin: 0 0 24px;
}
.services-detail .page-title{
    margin-bottom:25px; 
}
.services-detail .text > .page-title + p{
    margin-top: 0;
}
.services-detail .text >  p{
    float: left;
    width: 100%;
    margin-bottom: 17px;
}
.services-detail .text >  p:last-child{
    margin-bottom: 18px;
}
.services-detail .text .page-title{
    margin: 0 0 17px;
}
.related-projects{
    float: left;
    width: 100%;
}
.related-project-slider{
    float: left;
    width: 100%;
}






.related-project-slider .slick-list{
    float: none;
    width: auto;
    margin: 0 -15px;
}
.related-project-slider .slick-slide{
    padding: 0 15px;
}


/*INDEX 2 START*/

.graph-base{
    float: left;
    width: 100%;
    margin-bottom: 67px;
    position: relative;
}
.graph-bg {
    float: left;
    width: 100%;
    overflow: hidden;
    border-bottom: 2px solid #d1d1d1;
}
/*Graph Background Start*/
.interval-divider{
    height: 60px;
    float: left;
    width: 100%;
    margin-bottom: 0;
    margin-left: 50px;
    position: relative;
}
.interval-divider:before{
    background-image: linear-gradient(to right, #d1d1d1 33%, rgba(255, 255, 255, 0) 0%);
    background-position: center bottom;
    background-repeat: repeat-x;
    background-size: 4px 1px;
    content: "";
    display: block;
    height: 1px;
}
.interval-divider:first-child:before,
.interval-divider:last-child:before{
    height: 0;
}
.interval-divider span {
    left: -50px;
    bottom: -8px;
    font-size: 14px;
    color: #d1d1d1;
    padding-right: 5px;
    position: absolute;
    line-height: normal;
}
/*Graph Background End*/
/*Graph Contant Wrap Start*/
.graph-contant-wrap{
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    padding-left:50px;
    position: absolute;
    padding-bottom: 2px;
    display: -webkit-box!important;
    display: -ms-flexbox!important;
    display: flex!important;
    -webkit-box-align: end!important;
    -ms-flex-align: end!important;
    align-items: flex-end!important;
    ms-flex-pack: distribute!important;
    justify-content: space-around!important;
}
/*Graph Contant Start*/
.graph-contant{
    width: 40%;
    position: relative;
    max-width: 225px;
}
/*Graph Bar Start*/
.graph-bar{
    width: 100%;
    text-align: center;
    position: relative;
    background-color: #51c96d;
    border-bottom: 1px solid #4aba64;
    display: -webkit-inline-box!impo/* rtant;
    display: -ms-inline-flexbox!important;
    display: inline-flex!important; */
}
/* .graph-bar:before{
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    opacity: 0;
    content: "+";
    z-index: -1;
    font-size: 18px;
    color: currentColor;
    transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
} */
.graph-bar .title{
    color: #fff;
    width: 100%;
    z-index: 1;
    font-size: 12px;
    font-weight: bold;
    padding:10px 15px; 
    min-height: 27px;
    line-height: normal;
    text-align: center;
    position: relative;
    cursor: pointer;
    float: none;
}
/*Graph Bar End*/
.graph-contant .prices{
    display: block;
    width: auto;
    color: #267f3b;
    font-size: 12px;
}
.graph-contant .prices strong{
    display: block;
    font-size: 22px;
}
.graph-contant .process{
    position: absolute;
    top: 100%;
    color: #333;
    font-size: 14px;
    max-height: 37px;
}
.graph-contant .process,
.graph-contant .prices{
    padding:10px 15px !important; 
    background-color: transparent !important;
    border:none !important; 
    height: auto !important;
    min-height: auto !important;
}
.graph-contant .process:before,
.graph-contant .prices:before{
    display: none;
}
/*Graph Contant Second Start*/
.prices-sec .graph-bar{
    background-color: #676767;
    border-color:#5f5f5f;
}
.prices-sec .graph-bar .title{
    padding-top: 37px;
    min-height: 65px;
    padding-bottom: 37px;
    color: #404040;
}
/*Graph Contant End*/
/*Graph Contant Wrap End*/
/* Tooltip container */
/* Tooltip text */
.info-tooltip {
    /*
    opacity: 0;
    visibility: hidden;
    */
    right:0;
    left: -0%;
    color: #333;
    z-index: 1;
    bottom: 100%;
    width: 130px;
    margin:0 auto;
    padding: 5px 0;
    display: none;
    font-weight: 300;
    position: absolute;
    text-align: center;
    background-color: #fff;
    font-size: 12px !important;
    transition: opacity 1s ease 0s;
    box-shadow:0 10px 15px 0 rgba(0,0,0,0.5);
}
.prices-sec .info-tooltip{
    background-color: #676767;
}
/* Tooltip arrow */
.info-tooltip::after {
    content: "";
    position: absolute;
    top: 100%;
    right: 0%;
    left: 0;
    width: 5px;
    margin: 0 auto;
    border-width: 5px;
    border-style: solid;
    border-top-color: #fff;
    border-bottom-color:transparent !important;
    border-left-color:transparent !important;
    border-right-color:transparent !important;
}
.prices-sec .info-tooltip:after{
    border-color:#676767 transparent transparent transparent;
}
/* Show the tooltip text when you mouse over the tooltip container 
.active-tooltip .info-tooltip{
    visibility: visible;
    opacity: 1;
}
*/
@media (max-width: 767px) {
    .interval-divider{
        height: 45px;
    }
    .graph-bar{
        cursor: pointer;
        font-size: 0;
        min-height: 30px;
    }
    .graph-bar:before{
        opacity: 1;
        cursor: pointer;
    }
    .graph-contant .process{
        max-height: inherit;
        padding-right: 5px !important;
        padding-left: 5px !important;
    }
    .prices-sec .graph-bar{
        padding-top: 15px;
        padding-bottom: 15px;
    }
}
@media (max-width: 480px) {
    .graph-contant .process{
        font-size: 10px;
    }
}
.gray-bg + .gray-bg{ 
    border-top:1px solid rgba(0, 0, 0, 0.07) !important
}
.fixed-alert-box,
#notification_container{
    margin: 0;
    left: 20px;
    z-index: 11;
    bottom: 20px;
    height: auto;
    position: fixed;
    max-width: 350px;
}

/*NOVOS*/
