/* --------------------------------------------------------
Theme Name:
Theme URI:
Author: Theme-illusion
Author URI:
Version: 1.01
Developed By: Mushfiqur Rahman

Table of Index
--------------
1. Base css
2. Header Css
3. Main Slider
4. About Us
5. skilled Css
6. Project Area
7. Portfolio Css
8. Our Service
9. Team
10. testimonial-area
11. Promot Area Css
12. blog
13. blog details
14. Partner Area
15. footer Area
16. contact
17. portfolio details
18. index-2

/* ---------------------------------------------------------
1. Base css
------------------------------------------------------------*/

html, body {
    overflow-x: inherit !important;

}
p  {
    font-family: 'Open Sans', sans-serif;
}
p {
    color: #666;
    font-size: 15px
}
.whychoose > .container > .row, .our_team > .container > .row {
    margin: 0;
}
.floatleft {
    float: left;
}
.floatright {
    float: right;
}
.alignleft {
    float: left;
    margin-right: 15px;
}
.alignright {
    float: right;
    margin-left: 15px;
}
.aligncenter {
    display: block;
    margin: 0 auto 15px;
}
figure {
    position: relative;
    margin: 0;
}
img {
    max-width: 100%;
    height: auto;
}
hr{
    border: 0px;
}
.fix {
    overflow: hidden;
}
h1, h2, h3, h4, h5, h6 {
    margin: 0 0 10px;
    font-family: 'Open Sans', sans-serif;
}
.h1, h1 {
    font-size: 36px;
}
.h2, h2 {
    font-size: 30px;
}
.h3, h3 {
    font-size: 24px;
}
.h4, h4 {
    font-size: 18px;
}
.h5, h5 {
    font-size: 14px;
}
.h6, h6 {
    font-size: 12px;
}

.fix_p{
    padding:0;
}
.fix_p_l{
    padding-left:0;
}
.fix_p_r{
    padding-right:0;
}
.fix_m{
    margin:0;
}
.fix_m_l{
    margin-left: -15px;
}
.fix_m_r{
    margin-right: -15px;
}
a {
    color:#111111;
    font-family: 'Open Sans', sans-serif;
}
a:focus {
    outline: 0px solid;
    text-decoration: none;
}
a:hover, .btn:hover, .btn:focus {
    text-decoration: none;
}
a, .RXcircleEffect{
    -webkit-transition: .5s;
    transition: .5s;
}
.styleul{
    list-style: none;
    padding: 0;
    margin: 0;
}
/*ul{*/
/*list-style: none;*/
/*padding: 0;*/
/*margin: 0;*/
/*}*/
textarea {
    border-style: none;
    border-color: Transparent;
    overflow: auto;
}
/*************************
  Basic margin padding
*************************/
.m-0 {
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
}
.p-0 {
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 0;
}
/*************************
         Margin top
*************************/
.mt-0 { margin-top: 0 }
.mt-10 { margin-top: 10px }
.mt-15 { margin-top: 15px }
.mt-20 { margin-top: 20px }
.mt-30 { margin-top: 30px }
.mt-40 { margin-top: 40px }
.mt-50 { margin-top: 50px }
.mt-60 { margin-top: 60px }
.mt-70 { margin-top: 70px }
.mt-80 { margin-top: 80px }
.mt-90 { margin-top: 90px }
.mt-100 { margin-top: 100px }
.mt-110 { margin-top: 110px }
.mt-120 { margin-top: 120px }
.mt-130 { margin-top: 130px }
.mt-140 { margin-top: 140px }
.mt-150 { margin-top: 150px }
/*************************
      Margin right
*************************/
.mr-0 { margin-right: 0px }
.mr-10 { margin-right: 10px }
.mr-15 { margin-right: 15px }
.mr-20 { margin-right: 20px }
.mr-30 { margin-right: 30px }
.mr-40 { margin-right: 40px }
.mr-50 { margin-right: 50px }
.mr-60 { margin-right: 60px }
.mr-70 { margin-right: 70px }
.mr-80 { margin-right: 80px }
.mr-90 { margin-right: 90px }
.mr-100 { margin-right: 100px }
.mr-110 { margin-right: 110px }
.mr-120 { margin-right: 120px }
.mr-130 { margin-right: 130px }
.mr-140 { margin-right: 140px }
.mr-150 { margin-right: 150px }
/*************************
      Margin bottom
*************************/
.mb-0 { margin-bottom: 0 }
.mb-10 { margin-bottom: 10px }
.mb-15 { margin-bottom: 15px }
.mb-20 { margin-bottom: 20px }
.mb-30 { margin-bottom: 30px }
.mb-40 { margin-bottom: 40px }
.mb-50 { margin-bottom: 50px }
.mb-60 { margin-bottom: 60px }
.mb-70 { margin-bottom: 70px }
.mb-80 { margin-bottom: 80px }
.mb-90 { margin-bottom: 90px }
.mb-100 { margin-bottom: 100px }
.mb-110 { margin-bottom: 110px }
.mb-120 { margin-bottom: 120px }
.mb-130 { margin-bottom: 130px }
.mb-140 { margin-bottom: 140px }
.mb-150 { margin-bottom: 150px }
/*************************
        Margin left
*************************/
.ml-0 { margin-left: 0 }
.ml-10 { margin-left: 10px }
.ml-15 { margin-left: 15px }
.ml-20 { margin-left: 20px }
.ml-30 { margin-left: 30px }
.ml-40 { margin-left: 40px }
.ml-50 { margin-left: 50px }
.ml-60 { margin-left: 60px }
.ml-70 { margin-left: 70px }
.ml-80 { margin-left: 80px }
.ml-90 { margin-left: 90px }
.ml-100 { margin-left: 100px }
.ml-110 { margin-left: 110px }
.ml-120 { margin-left: 120px }
.ml-130 { margin-left: 130px }
.ml-140 { margin-left: 140px }
.ml-150 { margin-left: 150px }
/*************************
        Padding top
*************************/
.pt-0 { padding-top: 0 }
.pt-10 { padding-top: 10px }
.pt-15 { padding-top: 15px }
.pt-20 { padding-top: 20px }
.pt-30 { padding-top: 30px }
.pt-40 { padding-top: 40px }
.pt-50 { padding-top: 50px }
.pt-60 { padding-top: 60px }
.pt-70 { padding-top: 70px }
.pt-80 { padding-top: 80px }
.pt-90 { padding-top: 90px }
.pt-100 { padding-top: 100px }
.pt-110 { padding-top: 110px }
.pt-120 { padding-top: 120px }
.pt-130 { padding-top: 130px }
.pt-140 { padding-top: 140px }
.pt-150 { padding-top: 150px }
.pt-175 { padding-top: 175px }
/*************************
        Padding right
*************************/
.pr-0 { padding-right: 0 }
.pr-10 { padding-right: 10px }
.pr-15 { padding-right: 15px }
.pr-20 { padding-right: 20px }
.pr-30 { padding-right: 30px }
.pr-40 { padding-right: 40px }
.pr-50 { padding-right: 50px }
.pr-60 { padding-right: 60px }
.pr-70 { padding-right: 70px }
.pr-80 { padding-right: 80px }
.pr-90 { padding-right: 90px }
.pr-100 { padding-right: 100px }
.pr-110 { padding-right: 110px }
.pr-120 { padding-right: 120px }
.pr-130 { padding-right: 130px }
.pr-140 { padding-right: 140px }
.pr-150 { padding-right: 150px }
.pr-200 { padding-right: 200px }
/*************************
        Padding bottom
*************************/
.pb-0 { padding-bottom: 0 }
.pb-10 { padding-bottom: 10px }
.pb-15 { padding-bottom: 15px }
.pb-20 { padding-bottom: 20px }
.pb-30 { padding-bottom: 30px }
.pb-40 { padding-bottom: 40px }
.pb-50 { padding-bottom: 50px }
.pb-60 { padding-bottom: 60px }
.pb-70 { padding-bottom: 70px }
.pb-80 { padding-bottom: 80px }
.pb-90 { padding-bottom: 90px }
.pb-95 { padding-bottom: 95px }
.pb-100 { padding-bottom: 100px }
.pb-105 { padding-bottom: 105px }
.pb-110 { padding-bottom: 110px }
.pb-120 { padding-bottom: 120px }
.pb-130 { padding-bottom: 130px }
.pb-140 { padding-bottom: 140px }
.pb-150 { padding-bottom: 150px }
/*************************
        Padding left
*************************/
.pl-0 { padding-left: 0 }
.pl-10 { padding-left: 10px }
.pl-15 { padding-left: 15px }
.pl-20 { padding-left: 20px }
.pl-30 { padding-left: 30px }
.pl-40 { padding-left: 40px }
.pl-50 { padding-left: 50px }
.pl-60 { padding-left: 60px }
.pl-70 { padding-left: 70px }
.pl-80 { padding-left: 80px }
.pl-90 { padding-left: 90px }
.pl-100 { padding-left: 100px }
.pl-110 { padding-left: 110px }
.pl-120 { padding-left: 120px }
.pl-130 { padding-left: 130px }
.pl-140 { padding-left: 140px }
.pl-150 { padding-left: 150px }
.pl-200 { padding-left: 200px }


/***************************
    Page section padding
****************************/
.ptb-0 { padding: 0 }
.ptb-10 { padding: 10px 0 }
.ptb-20 { padding: 20px 0 }
.ptb-30 { padding: 30px 0 }
.ptb-40 { padding: 40px 0 }
.ptb-50 { padding: 50px 0 }
.ptb-60 { padding: 60px 0 }
.ptb-70 { padding: 70px 0 }
.ptb-80 { padding: 80px 0 }
.ptb-90 { padding: 90px 0 }
.ptb-100 { padding: 100px 0 }
.ptb-110 { padding: 110px 0 }
.ptb-120 { padding: 120px 0 }
.ptb-130 { padding: 130px 0 }
.ptb-140 { padding: 140px 0 }
.ptb-150 { padding: 150px 0 }
.ptb-200 { padding: 200px 0 }
.ptb-250 { padding: 250px 0 }
.ptb-300 { padding: 300px 0 }


/***************************
    Page section margin
****************************/
.mtb-0 { margin: 0 }
.mtb-10 { margin: 10px 0 }
.mtb-15 { margin: 15px 0 }
.mtb-20 { margin: 20px 0 }
.mtb-30 { margin: 30px 0 }
.mtb-40 { margin: 40px 0 }
.mtb-50 { margin: 50px 0 }
.mtb-60 { margin: 60px 0 }
.mtb-70 { margin: 70px 0 }
.mtb-80 { margin: 80px 0 }
.mtb-90 { margin: 90px 0 }
.mtb-100 { margin: 100px 0 }
.mtb-110 { margin: 110px 0 }
.mtb-120 { margin: 120px 0 }
.mtb-130 { margin: 130px 0 }
.mtb-140 { margin: 140px 0 }
.mtb-150 { margin: 150px 0; }
/*Top header*/

.top_header{
    border-bottom: 1px solid #f4f4f4;
}
.list-inline li i{
    padding-right: 6px;
}
.top_header ul.socials-icon {
    padding: 5px 0
}

.header-topbar-col {
    position: relative;
    overflow: hidden
}

.header-topbar-col ul.address {
    padding-top: 10px
}

.header-topbar-col ul.address li {
    display: inline-block;
    list-style: none;
    margin: 0 10px;
    font-size: 13px;
    font-weight: 300
}

.header-topbar-col ul.address li i {
    color: #333;
    /*margin-right: 8px*/
    margin-left: 5px;
}

.header-topbar-col ul.address li a {
    color: #000
}

.header-topbar-col ul.address li span {
    color: #333;
    font-weight: 500;
    cursor: pointer
}

.header-topbar-col ul.socials-icon li {
    display: inline-block;
    list-style: none;
    margin: 0 5px
}

.header-topbar-col ul.socials-icon li a {
    font-size: 13px;
    border-radius: 50%;
    width: 35px;
    height: 35px;
    padding: 0;
    color: #7F8C8D;
    line-height: 35px;
    border: 1px solid #7F8C8D;
    display: block;
    text-align: center
}

.float-right {
    float: right !important
}

.float-left {
    float: left !important
}
/*End top header*/
.nav .open > a, .nav .open > a:focus, .nav .open > a:hover {
    background-color: transparent;
}
.nav > li > a:focus, .nav > li > a:hover {
    background-color: transparent;
    text-decoration: none;
}
.section-padding {
    padding-top: 40px;
    padding-bottom: 80px;
}

.mb80{
    margin-bottom: 80px;
}
.mb40{
    margin-bottom: 40px;
}

a.th_bt:hover {
    letter-spacing: 1px;
}
.cl-effect-2 div {
    line-height: 44px;
    -webkit-perspective: 1000px;
    perspective: 1000px;
}

.cl-effect-2 div span {
    position: relative;
    display: inline-block;
    background: #fff;
    height: 56px;
    line-height: 56px;
    text-align: center;
    width: 240px;

    color: #1b1b1b;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 700;
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
    -webkit-transform-origin: 50% 0;
    transform-origin: 50% 0;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

.cl-effect-2 div span::before {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    content: attr(data-hover);
    -webkit-transition: background 0.3s;
    transition: background 0.3s;
    -webkit-transform: rotateX(-90deg);
    transform: rotateX(-90deg);
    -webkit-transform-origin: 50% 0;
    transform-origin: 50% 0;
}

.cl-effect-2 div:hover span,
.cl-effect-2 div:focus span {
    -webkit-transform: rotateX(90deg) translateY(-22px);
    transform: rotateX(90deg) translateY(-22px);
}
.cl-effect-2 div:hover span::before,
.cl-effect-2 div:focus span::before {
    background: #020202;
    color: #fff;
}
/*dos*/
.cl-effect-2 a {
    line-height: 44px;
    -webkit-perspective: 1000px;
    perspective: 1000px;
}

.cl-effect-2 a span {
    position: relative;
    display: inline-block;
    background: #fff;
    height: 56px;
    line-height: 56px;
    text-align: center;
    width: 240px;

    color: #1b1b1b;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 700;
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
    -webkit-transform-origin: 50% 0;
    transform-origin: 50% 0;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

.cl-effect-2 a span::before {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    content: attr(data-hover);
    -webkit-transition: background 0.3s;
    transition: background 0.3s;
    -webkit-transform: rotateX(-90deg);
    transform: rotateX(-90deg);
    -webkit-transform-origin: 50% 0;
    transform-origin: 50% 0;
}

.cl-effect-2 a:hover span,
.cl-effect-2 a:focus span {
    -webkit-transform: rotateX(90deg) translateY(-22px);
    transform: rotateX(90deg) translateY(-22px);
}
.cl-effect-2 a:hover span::before,
.cl-effect-2 a:focus span::before {
    background: #020202;
    color: #fff;
}
/*clientes*/
.cl-effect-clients a {
    line-height: 44px;
    -webkit-perspective: 1000px;
    perspective: 1000px;
}

.cl-effect-clients a span {
    position: relative;
    display: inline-block;
    background: #fff;
    height: 56px;
    line-height: 56px;
    text-align: center;
    width: 280px;
    color: #1b1b1b;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 700;
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
    -webkit-transform-origin: 50% 0;
    transform-origin: 50% 0;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

.cl-effect-clients a span::before {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    content: attr(data-hover);
    -webkit-transition: background 0.3s;
    transition: background 0.3s;
    -webkit-transform: rotateX(-90deg);
    transform: rotateX(-90deg);
    -webkit-transform-origin: 50% 0;
    transform-origin: 50% 0;
}

.cl-effect-clients a:hover span,
.cl-effect-clients a:focus span {
    -webkit-transform: rotateX(90deg) translateY(-22px);
    transform: rotateX(90deg) translateY(-22px);
}
.cl-effect-clients a:hover span::before,
.cl-effect-clients a:focus span::before {
    background: #020202;
    color: #fff;
}
/*new btn*/
.cl-effect-4 div {
    line-height: 44px;
    -webkit-perspective: 1000px;
    perspective: 1000px;
}
.b-w div span{
    width: 100%;
}
.cl-effect-4 div span {
    position: relative;
    display: inline-block;
    background: #fff;
    height: 45px;
    line-height: 45px;
    text-align: center;
    /*width: 140px;*/

    color: #1b1b1b;
    /*text-transform: uppercase;*/
    font-size: 14px;
    font-weight: 700;
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
    -webkit-transform-origin: 50% 0;
    transform-origin: 50% 0;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
}
.w-btn div span{
    width: 160px;
}
.w-btn1 div span{
    width: 120px;
}
.cl-effect-4 div span::before {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    content: attr(data-hover);
    -webkit-transition: background 0.3s;
    transition: background 0.3s;
    -webkit-transform: rotateX(-90deg);
    transform: rotateX(-90deg);
    -webkit-transform-origin: 50% 0;
    transform-origin: 50% 0;
}

.cl-effect-4 div:hover span,
.cl-effect-4 div:focus span {
    -webkit-transform: rotateX(90deg) translateY(-22px);
    transform: rotateX(90deg) translateY(-22px);
}
.cl-effect-4 div:hover span::before,
.cl-effect-4 div:focus span::before {
    background: #020202;
    color: #fff;
}
/*nuevo*/
.cl-effect-5 a span {
    position: relative;
    display: inline-block;
    background: #1b1b1b;
    height: 45px;
    line-height: 45px;
    text-align: center;
    width: 240px;
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 700;
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
    -webkit-transform-origin: 50% 0;
    transform-origin: 50% 0;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
}
.cl-effect-5 a span i{
    padding-right: 5px;
}
@media(max-width: 768px)
{
    .cl-effect-5 a span{
        width: 100%;
        text-transform: none;
    }
}
.w-btn a span{
    width: 160px;
}
.w-btn1 a span{
    width: 120px;
}
.cl-effect-5 a span::before {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 100%;
    color: #1b1b1b;
    background: transparent;
    content: attr(data-hover);
    -webkit-transition: background 0.3s;
    transition: background 0.3s;
    -webkit-transform: rotateX(-90deg);
    transform: rotateX(-90deg);
    -webkit-transform-origin: 50% 0;
    transform-origin: 50% 0;
}

.cl-effect-5 a:hover span,
.cl-effect-5 a:focus span {
    -webkit-transform: rotateX(90deg) translateY(-22px);
    transform: rotateX(90deg) translateY(-22px);
}
.cl-effect-5 a:hover span::before,
.cl-effect-5 a:focus span::before {
    background: #020202;
    color: #fff;
}
/*nuevo2*/
.cl-effect-4 a {
    line-height: 44px;
    -webkit-perspective: 1000px;
    perspective: 1000px;
}
.b-w a span{
    width: 100%;
}
.cl-effect-4 a span {
    position: relative;
    display: inline-block;
    background: #fff;
    height: 45px;
    line-height: 45px;
    text-align: center;
    /*width: 140px;*/

    color: #1b1b1b;
    /*text-transform: uppercase;*/
    font-size: 14px;
    font-weight: 700;
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
    -webkit-transform-origin: 50% 0;
    transform-origin: 50% 0;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
}
.w-btn a span{
    width: 160px;
}
.w-btn-seo a span{
    width: 240px;
}
.w-btn1 a span{
    width: 120px;
}
.cl-effect-4 a span::before {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    content: attr(data-hover);
    -webkit-transition: background 0.3s;
    transition: background 0.3s;
    -webkit-transform: rotateX(-90deg);
    transform: rotateX(-90deg);
    -webkit-transform-origin: 50% 0;
    transform-origin: 50% 0;
}

.cl-effect-4 a:hover span,
.cl-effect-4 a:focus span {
    -webkit-transform: rotateX(90deg) translateY(-22px);
    transform: rotateX(90deg) translateY(-22px);
}
.cl-effect-4 a:hover span::before,
.cl-effect-4 a:focus span::before {
    background: #020202;
    color: #fff;
}
/*breadcrumb*/
.breadcrumb_area {
    /*background: #666;*/
    border-top: 1px solid #ebebeb;
    border-bottom: 1px solid #ebebeb;
    background: fixed center center;
    background-size: cover;
    padding: 2em 0;
    position: relative;
    margin-bottom: 1.5em;
}

.breadcrumb_area::after {
    /*background: rgba(0, 0, 0, 0) -webkit-linear-gradient(right, transparent 0%, transparent 25%, #fff 71%, #fff 100%) repeat scroll 0 0;*/
    /*background: rgba(0, 0, 0, 0) linear-gradient(to left, transparent 0%, transparent 25%, #fff 71%, #fff 100%) repeat scroll 0 0;*/
    /*content: "";*/
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

.breadcrumb_area h1 {
    color: #171717;
    font-size: 34px;
    font-weight: 700;
    position: relative;
    z-index: 1;
}

.breadcrumb_area ul {
    position: relative;
    z-index: 1;
}

.breadcrumb_area ul li {
    color: #171717;
    font-size: 14px;
    font-weight: 300;
    display: inline-block;
    letter-spacing: 2px;
    margin-right: 10px;
}
.breadcrumb_area ul li.active {
    color: #000;
    font-size: 14px;
}
/* -----------------------------------
1. Base css
--------------------------------------*/
.header-position {
    left: 0;
    position: absolute;
    width: 100%;
    z-index: 9;
}

.logo {
    margin-top: 4px;

}
.logo img{
    height: 70px;
    /*width: 260px;*/
    padding-top: 5px;
}

.logo a {
    color: #222;

    font-size: 22px;
    font-weight: 600;
    letter-spacing: 1px;
}
.main-menu{}
.main-menu ul{}
.main-menu ul li {
    display: inline-block;
    margin-left: 20px;
    padding: 30px 0;
    position: relative;
}
.main-menu ul li a {
    color: #464646;
    font-family: "Lato",sans-serif;
    font-size: 13px;
    font-weight: 400;
    position: relative;
    text-transform: uppercase;
}
.main-menu ul li:hover > a{color:#999}
.main-menu ul li ul {
    background: #fff none repeat scroll 0 0;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.176);
    left: 0;
    opacity: 0;
    position: absolute;
    text-align: left;
    top: 100%;
    transition: all 0.3s ease 0s;
    visibility: hidden;
    width: 190px;
    z-index: 999;
}
.main-menu ul li:hover > ul{opacity:1;visibility:visible;}
.main-menu ul li ul li a{}
.main-menu ul li ul li {
    display: block;
    margin: 0;
    padding: 0;
    border-top: 1px solid rgba(0, 0, 0, 0.03);
    transition: all .3s ease 0s;
}
.main-menu ul li ul li:hover {
    background: #f5f5f5;
}
.main-menu ul li ul li a {
    display: block;
    padding: 10px 15px;
    text-transform: capitalize;
}
.main-menu ul li ul li:first-child {
    border-top: none;
}
.main-menu ul li ul li:hover > a{padding-left:15px}
.main-menu ul li ul li a:before{display:none}
.main-menu ul li ul li > ul {
    left: 100%;
    margin-top: -1px;
    opacity: 0;
    position: absolute;
    top: 45%;
    visibility: hidden;
}
.main-menu ul li ul li:hover > ul {
    top: 0;
}
.main-menu.text-right span {
    float: right;
}
.mean-container .mean-bar {
    background: transparent none repeat scroll 0 0;
    min-height: 0;
    padding: 0;
}
.mean-container a.meanmenu-reveal {
    border: 1px solid #464646;
    color: #464646;
    margin-top: -22px;
    padding: 4px 5px;
    position: absolute;
}
.mean-container a.meanmenu-reveal span {
    background-color: #333;
}
.mean-container .mean-nav {
    margin-top: 15px;
}

/**
 * Note: I have omitted any vendor-prefixes for clarity.
 * Adding them is left as an exercise for the reader.
 */

/* stiky */
.header-sticky.sticky {
    animation: 300ms ease-in-out 0s normal none 1 running ;
    background: rgba(255, 255, 255, 0.8) none repeat scroll 0 0;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999999;
    box-shadow: 0 1px 3px rgba(50, 50, 50, 0.4);
}
/* intelligent-header */

.headroom {
    will-change: transform;
    transition: transform 200ms linear;
}
.headroom--pinned {
    transform: translateY(0%);
}
.headroom--unpinned {
    transform: translateY(-100%);
}
.intelligent-header {
    background-color: #fff;
    left: 0;
    position: fixed;
    width: 100%;
    z-index: 999999;
}
.header-space {
    height: 80px;
}

.intelligent-header.headroom--pinned {
    transition: all 0.3s ease 0s;
}
.intelligent-header.headroom--not-top {
    box-shadow: 0 1px 3px rgba(50, 50, 50, 0.4);
}
/* Menu Toggle */
.menu-toggle {
    box-sizing: border-box;
    float: right;
    height: 19px;
    margin-left: 30px;
    margin-top: 31px;
    padding: 0;
}
.stick .menu-toggle {
    margin-top: 25px;
}
.hamburger-box {
    height: 19px;
    width: 30px;
}
.hamburger-inner, .hamburger-inner::after, .hamburger-inner::before {
    background-color: #000;
    height: 2px;
    width: 30px;
}
.hamburger-inner::before {
    top: -8px;
}
.hamburger-inner::after {
    bottom: -8px;
}

/* Main Menu */
.main-menu {
    padding: 0;
}
.menu-style-toggle{}
.menu-style-toggle nav {
    opacity: 0;
    margin-right: -30px;
    visibility: hidden;
}
.menu-style-toggle nav.menu-open {
    opacity: 1;
    margin-right: 0;
    visibility: visible;
}

.menu-style-toggle nav {
    float: left;
    transition: all 0.3s ease 0s;
}
.main-menu.mean-menu.menu-style-toggle.text-right {
    float: right;
}
.waraper .header-sticky.sticky {
    padding-left: 100px;
    padding-right: 100px;
}
.waraper {
    padding: 0 100px;
}

/*=================== Abouts ==================*/

.minimal-img {
    /*box-shadow: 3px 3px 5px rgba(0,0,0, .5);*/
}
.minimal-img > img {
    width: 100%;
}
.about-title > h2 {
    margin-bottom: 30px;
}
.about-minimal ul li {
    border-top: 1px solid #f6f6f6;
    display: block;
    line-height: 1.3em;
    list-style-type: none;
    margin: 0;
    padding: 15px 0;
    position: relative;
}
.about-minimal ul li:last-child {
    border-bottom: 1px solid #eceaeb;
}
.about-minimal ul li::before {
    color: #444;
    content: "ï”";
    font-family: FontAwesome;
    font-size: 13px;
    line-height: 12px;
    margin-left: 0;
    margin-right: 10px;
    position: relative;
    top: 1px;
}
.about-minimal a {
    border: 1px solid #ddd;
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
    line-height: 16px;
    margin-bottom: 5px;
    margin-top: 0;
    padding: 0;
    text-transform: uppercase;
}
.about-minimal a:hover{
    background:#464646;
    color:#fff;
    border-color:#464646
}
/* ---------------------------------------------------------
8. Our Service
-----------------------------------------------------------*/
.gray-bg {
    background: #f6f6f6 none repeat scroll 0 0;
}
.border-top{border-top:1px solid #f6f6f6}
.section-title {
    margin: auto auto 70px;
    width: 60%;
}
.section-title h2 {
    font-weight: 500;
    margin-bottom: 15px;
    text-transform: uppercase;
}
.white-bg {
    background: #fff none repeat scroll 0 0;
}
.white-bg h3{
    height: 34px;
}
@media(max-width: 768px)
{
    .white-bg h3{
        height: auto;
    }
}
.white-bg p{
    height: 120px;
}
@media only screen
and (min-device-width : 768px)
and (max-device-width : 1024px)
and (-webkit-min-device-pixel-ratio: 2) {
    .white-bg h3{
        height: 40px;
    }
    .white-bg p{
        height: 140px;
    }
}
.single-service {
    margin-bottom: 30px;
    padding: 70px 40px;
    transition: all 0.6s ease 0s;
}
.single-service:hover {
    box-shadow:0 25px 45px rgba(0, 0, 0, 0.15);
    transform: translateY(-10px);
}
.single-service i {
    font-size: 25px;
    margin-bottom: 20px;
}
.single-service > h2 , .single-service > h3 {
    font-size: 16px;
    letter-spacing: 1px;
    margin-bottom: 15px;
}
.serv-pad{
    margin-bottom: 30px;
    padding: 30px 40px !important;
    transition: all 0.6s ease 0s;
}
.single-service > h3{
    font-weight: 700;
}
.single-service p {
    color: #666666;
    line-height: 26px;
    margin: 0;
}
.padding-lr {
    padding: 90px 30px 50px;
}
.custom-pad{padding:90px 30px}


.analysis-box {
    padding: 80px;
}
.analysis-area .row{}
.analysis-area .row .col-md-4:nth-child(1){background:#f6f6f6;}
.analysis-area .row .col-md-4:nth-child(2){background:#eee;}
.analysis-area .row .col-md-4:nth-child(3){background:#f6f6f6;}
.analysis-box h2 {
    font-size: 80px;
    font-weight: 300;
    margin-top: 0;
}
.analysis-box h4 {
    font-size: 16px;
    letter-spacing: 2px;
    padding-bottom: 8px;
    position: relative;
    text-transform: uppercase;
}
.analysis-box h4::before {
    background-color: #464646;
    bottom: 0;
    content: "";
    display: block;
    height: 1px;
    position: absolute;
    width: 35px;
}
.analysis-box p{}
/* --------------------------------------------------------
7. Portfolio Css
-----------------------------------------------------------*/
.info_bg {
    text-align: center;
}
.info {
    display: inline-block;
    position: relative;
    z-index: 1;
}
.info_icon {
    display: inline-block;
    vertical-align: middle;
}
.info_text {
    display: inline-block;
    margin-right: 36px;
    padding-left: 10px;
    padding-right: 40px;
    vertical-align: middle;
}
.info_text > p, .info_text > p a {
    color: #fff;
    font-family: "Open Sans",sans-serif;
    font-size: 14px;
    font-weight: 700;
    line-height: 22px;
    margin: 0;
    text-transform: uppercase;
    text-align:left;
}
.info_icon i {
    color: #fff;
    font-size: 22px;
}
.protfolio_area .th_bt.cl-effect-2 > a {
    /*border: 1px solid #ddd;*/
    display: block;
    /*width: 200px;*/
    margin: 20px auto 0;
}
ul.trigger li {
    display: inline-block;
}
ul.trigger li.active{
    color: #fff;
    background: #2f2f2f;
    border-radius: 4px;
}
ul.trigger li {
    color: #333;
    font-family: 'Open Sans', sans-serif;
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
    padding: 0 20px;
    /*height: 35px;*/
    line-height: 35px;
    cursor: pointer;
    text-transform: uppercase;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: .4s;
    transition: .4s;
}
ul.trigger li:hover:not(.active),
.singleClientImg h6:hover, .related_post h4 a:hover, h4.blog_topHd:hover,
.comment_area .about_commenter a:hover{
    text-shadow: 0 3px 2px rgba(0, 0, 0, 0.2);
    -webkit-transform: translateY(-1px);
    transform: translateY(-1px);
}
h4.blog_topHd a:hover{
    color: #333;
}
.protfolio_area figure{
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.2);
    overflow: hidden;
}
.protfolio_area figure{
    margin-bottom: 30px;
}
.protfolio_area figure:hover, .service_area .single_service:hover {
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15);
}
.protfolio_area figure::after, .blog_img::after, figure.postImg:after{
    /*border: 10px solid #fff;*/
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 9;
}
.protfolio_area figcaption {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    opacity: 0;
    visibility: hidden;
}
.capCont {
    position: absolute;
    text-align: center;
    top: calc(50% - 47px);
    left: 0;
    width: 100%;
    z-index: 99;
}
ul.iconlink {
    margin-bottom: 20px;
}
ul.iconlink li{
    display: inline-block;
    margin-right: 5px;
}
ul.iconlink li a i.btn {
    background: #fff;
    color: #2f2f2f;
    height: 32px;
    line-height: 32px;
    text-align: center;
    width: 32px;
    padding: 0;
    margin: 0px;
}
.protfolio_area figcaption h4,  .protfolio_area figcaption h3{
    color: #fff;
    font-size: 16px;
    padding: 0px 10px;
    margin-bottom: 4px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .4px;
}
.protfolio_area figcaption p{
    font-size: 12px;
    text-transform: uppercase;
    font-family: 'Merriweather', serif;
    font-style: italic;
    margin-bottom: 0;
    color: #eeeeee;
    font-weight: 700;
    letter-spacing: 1.4px;
}
.protfolio_area figure:hover figcaption, .protfolio_area figure:focus figcaption{
    opacity: 1;
    visibility: visible;

}
.protfolio_area figure:hover .RXcircleEffect{
    top:0;
}
.trigger_bottom .th_bt {
    height: 50px;
    line-height: 50px;
    margin: 18px auto 0;
    width: 150px;
}
.RXcircleEffect {
    width: 100%;
    height: 100%;
    top: 100%;
    left: 0;
    position: absolute;
    background: #2f2f2f;
    opacity: .5;
}
/* ---------------------------------------------------------
11. Promot Area Css
-----------------------------------------------------------*/
.promot_area {
    padding: 50px 0 52px;
    position: relative;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

.promo_text {
    position: relative;
    z-index: 1;
    color: #fff;
}

.promo_text > h3,
.post_title {
    font-size: 22px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 17px;
}

.promo_text > p {
    color: #e9e9e9;
    font-size: 14px;
    font-weight: 300;
    line-height: 21px;
    margin-bottom: 0;
    width: 75%;
}

.promot_area::after {
    background: rgba(0, 0, 0, 0.4);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
.promot_area .cl-effect-2 a span {
    margin-top: 10px;
    height: 55px;
    line-height: 55px;
    width: 190px;
}
.promot_area .row {
    position: relative;
    z-index: 4;
}
/* ---------------------------------------------------------
12. blog
-----------------------------------------------------------*/
.blog-info {
    margin-top: 17px;
}
.blog-info p{
    height: 105px;
}
@media(max-width: 768px)
{
    .blog-info p{
        height: auto;
    }
}
.blog-info h2{
    height: 30px;
}
.h-blog{
    height: 280px;
}
.blog-info.blog-pad {
    margin: 0;
    padding: 20px 25px;
    box-shadow: 2px 3px 5px rgba(0,0,0, .15);
}
.blog-meta > span {
    padding-right: 20px;
}

.blog-meta a {
    color: #666666;
    text-transform: capitalize;
    transition: all .3s ease 0s;
}
.blog-meta span {
    color: #666666;
    text-transform: capitalize;
    transition: all .3s ease 0s;
}
.blog-meta a:hover {
    color: #888888;
}

.blog-meta a i {
    color: #464646;
    font-size: 14px;
    padding-right: 10px;
}
.blog-meta i {
    color: #464646;
    font-size: 14px;
    padding-right: 10px;
}
.blog-info h3,h2 {
    font-size: 16px;
    font-weight: 700;
    padding: 0px 0px;
    letter-spacing: 1px;
    margin: 15px 0 20px;
}
.blog-info > a {
    border: 1px solid rgba(0,0,0, .15);
    color: #464646;
    display: inline-block;
    font-size: 12px;
    font-weight: bold;
    margin-top: 14px;
    padding: 8px 30px;
    text-transform: uppercase;
    transition: all 0.3s ease 0s;
    border-radius: 50px;
    box-shadow: 2px 3px 5px rgba(0,0,0, .15);
}
.blog-info > a:hover {
    background-color: #464646;
    color: #fff;
}
.blog-img img {
    width: 100%;
}
.page {
    display: inline-block;
    text-align: center;
}
.page li {
    float: left;
    margin-right: 15px;
}
.page li.active a{}

.page a {
    border: 1px solid #c1c1c1;
    display: inline-block;
    height: 40px;
    line-height: 37px;
    text-align: center;
    transition: all 0.3s ease 0s;
    width: 40px;
}
.page a:hover,.page li.active a{
    background-color: #464646;
    color: #fff;
    border: 1px solid #464646;
}

/*-----
13. blog details
------*/
.blog-3-column .blog-meta > span {
    padding-right: 15px;
}
.news-allreply {
    display: inline-block;
    float: left;
    height: 90px;
    text-align: center;
    width: 90px;
}
blockquote {
    background-color: #f6f6f6;
    border-left: 2px solid #464646;
    color: #666666;
    font-size: 14px;
    line-height: 26px;
    margin: 23px 0;
    padding: 14px 50px;
}

.blog-info > p {
    color: #666;
}
h3.leave-comment-text {
    border-bottom: 1px solid #5b5b5b;
    display: inline-block;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 30px;
    padding-bottom: 10px;
}

.nes-icon > a i {
    color: #666666;
    font-size: 14px;
    margin-top: 10px;
}
.news-allreply img {
    border-radius: 100%;
    width: 100%;
}
.blog-img-details {
    padding-left: 110px;
}

.blog-title > h3 {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 6px;
    text-transform: capitalize;
}

.blog-title > span {
    color: #666666;
    display: block;
    margin-bottom: 7px;
}

.blog-middle-mrg {
    margin: 32px 0 33px 90px;
}

.leave-form input {
    background: transparent none repeat scroll 0 0;
    border: 1px solid #c1c1c1;
    color: #666666;
    font-family: "Lato",sans-serif;
    font-size: 14px;
    height: 35px;
    margin-bottom: 30px;
    padding: 0 20px;
    width:100%;
}


.leave-form input::-webkit-input-placeholder,.text-leave textarea::-webkit-input-placeholder,.main-input input::-webkit-input-placeholder,.text-leave2 textarea::-webkit-input-placeholder {
    /* Chrome */

    color: #666666;
    opacity: 1;
}
.leave-form input::-moz-placeholder,.text-leave textarea::-moz-placeholder,.main-input input::-moz-placeholder,.text-leave2 textarea::-moz-placeholder {
    /* Firefox 19+ */

    color: #666666;
    opacity: 1;
}
.leave-form input:focus, .text-leave textarea:focus{
    border: 1px solid #464646;
}

.text-leave textarea {
    background: transparent none repeat scroll 0 0;
    border: 1px solid #c1c1c1;
    color: #666666;
    font-family: "Lato",sans-serif;
    height: 165px;
    margin-bottom: 30px;
    padding: 20px;
    font-size: 14px;
    width: 100%;
}

button.submit {
    background-color: #464646;
    border: 1px solid #464646;
    color: #fff;
    font-size: 12px;
    font-weight: 600;
    padding: 10px 30px;
    text-transform: uppercase;
    transition: all 0.3s ease 0s;
    font-family: "Raleway",sans-serif;
}
button.submit:hover {
    background-color: transparent;
    color: #464646;
}


.blog-right-sidebar-top a {
    color: #666666;
    font-size: 14px;
}
.blog-right-sidebar-top a:hover {
    color: #888;
}
.blog-right-sidebar-top li {
    margin-bottom: 12px;
}
.blog-right-sidebar-top li:last-child {
    margin-bottom: 0px;
}
.blog-right-sidebar-bottom li {
    display: inline-block;
    margin-bottom: 20px;
    margin-right: 14px;
}
.blog-right-sidebar-bottom li.nn {
    margin-right: 0px;
}

.blog-right-sidebar-bottom a {
    border: 1px solid #c1c1c1;
    color: #666;
    display: inline-block;
    padding: 9px 24px;
    transition: all .4s ease 0s;
}
.blog-right-sidebar-bottom a:hover {
    border: 1px solid #464646;
    background-color: #464646;
    color: #fff;
}

.blog-img > img {
    width: 100%;
}
.blog-search > form {
    position: relative;
}
.blog-search input[type="text"] {
    background-color: #fff;
    border: 1px solid #d3d3d3;
    color: #666666;
    line-height: 28.8px;
    outline: medium none;
    padding: 5px 15px;
    transition: all 0.4s ease 0s;
    width: 100%;
    height: 40px;
    margin: 0;
    position: relative;
}
.blog-search > form > input[type="submit"] {
    background: #5b5b5b none repeat scroll 0 0;
    border: 1px solid #5b5b5b;
    color: #ffffff;
    height: 40px;
    padding-left: 0;
    position: absolute;
    right: 0;
    text-transform: uppercase;
    top: 0;
    width: 80px;
}

.blog-search input[type="text"]:focus {
    border-color: #555;
}

.leave-form input::-webkit-input-placeholder {
    /* Chrome */
    color: #666666;
    opacity: 1;
}
.blog-search input::-moz-placeholder {
    /* Firefox 19+ */
    color: #666666;
    opacity: 1;
}
.blog-search button.submit {
    background-color: #464646;
    border: 1px solid #464646;
    color: #fff;
    font-size: 13px;
    height: 40px;
    padding: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 45px;
}


/*===============================}
Footer
=================================*/

.main-footer {
    background: #f9f9f9;
    color: #000;
}

.main-footer .info-section {
    padding: 80px 0 40px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.10)
}

.main-footer.style-two .info-section {
    border-bottom: none
}

.main-footer .info-section .info-column {
    position: relative;
    margin-bottom: 30px
}

.main-footer .info-section .inner-box {
    position: relative;
    text-align: center;
    color: #fff;
    line-height: 2em
}

.main-footer .info-section .icon-box {
    position: relative;
    font-size: 32px;
    line-height: 1em;
    margin-bottom: 25px
}

.main-footer .info-column ul li {
    display: block;
    line-height: 24px
}

.main-footer .widgets-section {
    position: relative;
    padding: 40px 0 30px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.10)
}

.main-footer.style-three .widgets-section {
    position: relative;
    padding: 80px 0 50px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.10)
}

.main-footer .widgets-section .footer-logo img {
    display: block;
    max-width: 100%
}

.main-footer .footer-column {
    margin-bottom: 30px
}

.main-footer .footer-widget {
    position: relative
}

.main-footer .footer-column h2,h4 {

    font-size: 20px;
    /*font-weight: 600;*/
    text-transform: uppercase;
    margin-bottom: 30px;
    line-height: 30px;
    color: #000
}

.main-footer .about-widget .text {
    margin-bottom: 30px
}

.main-footer a {
    transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    -moz-transition: all 500ms ease
}

.main-footer .social-links a {
    display: inline-block;
    margin-right: 25px;
    line-height: 30px;
    color: #7a7a7a;
    font-size: 22px
}

.main-footer .social-links a:hover {
    color: #000
}

.main-footer .news-widget .post {
    position: relative;
    min-height: 64px;
    padding-left: 90px;
    padding-top: 0;
    margin-bottom: 10px
}

.main-footer .news-widget .post:last-child {
    margin-bottom: 0
}

.main-footer .news-widget .post .post-thumb {
    position: absolute;
    left: 0;
    top: 0;
    width: 70px;
    height: 70px;
}

.main-footer .news-widget .post .post-thumb img {
    display: block;
    width: 100%
}

.main-footer .news-widget .post h4 {
    font-size: 14px;
    color: #000;
    line-height: 24px;
    font-weight: 500;
    margin-bottom: 5px;
    text-transform: uppercase
}

.main-footer .news-widget .post h4 a {
    color: #666
}

.main-footer .news-widget .post h4 a:hover {
    color: #000;
}

.main-footer .news-widget .post .time {
    color: #000;
    font-size: 13px
}

.main-footer .links-widget {
    padding-left: 15px
}

.main-footer .links-widget .list li {
    margin-bottom: 15px
}

.main-footer .links-widget .list li a {
    position: relative;
    display: block;
    line-height: 24px;
    padding: 0;
    color: #666;
}
.text{
    color: #666;
}
.border{
    /*border-color: #666 !important;*/
    border: 1px solid #000;
}


.main-footer .links-widget .list li a:hover {
    color: #000;
}





.footer-bottom {
    position: relative;
    padding: 30px 0;
    line-height: 24px;
    color: #666;
    font-size: 13px;
    text-transform: uppercase
}

.main-footer.style-two .footer-bottom {
    background: #0c0c0c;
    padding: 25px 0
}

.footer-bottom .footer-nav {
    position: relative
}

.footer-bottom .footer-nav li {
    position: relative;
    float: left;
    margin-left: 35px
}

.footer-bottom .footer-nav li a {
    color: #666;
    font-size: 13px;
    font-weight: 500
}

.main-footer.style-two .footer-bottom .footer-nav li a {
    color: #fff
}

.footer-bottom .footer-nav li a:hover {
    color: #000 !important
}



/* ---------------------------------------------------------
17. portfolio details
-----------------------------------------------------------*/
.portfolio-meta{}
.portfolio-meta ul{background: #f8f8f8 none repeat scroll 0 0;
    border: 1px solid #e5e5e5;
    margin: 0;
    padding: 0 20px;}
.portfolio-meta ul li{border-bottom: 1px solid #e5e5e5;
    color: #666;
    padding: 15px 0;}
.portfolio-meta ul li:last-child {
    border-bottom: 0 none;
}
.portfolio-meta ul > li i {
    color: #444;
    font-size: 16px;
    line-height: normal;
    margin-right: 20px;
}
.portfolio-meta ul li span {
    color: #444;
    font-weight: bold;
    margin-right: 5px;
}
.portfolio-meta ul li{}
.project-desc {
    margin-bottom: 30px;
}
.project-desc h3 {
    border-bottom: 1px solid #e5e5e5;
    color: #444;
    font-size: 24px;
    letter-spacing: 2px;
    line-height: 22px;
    margin: 0 0 20px;
    padding-bottom: 20px;
    text-transform: uppercase;
}
.post-share ul {
    border-bottom: 1px solid #e5e5e5;
    border-top: 1px solid #e5e5e5;
    overflow: hidden;
    padding: 10px 0;
}
.post-share li {
    float: left;
    margin-right: 18px;
}
.post-share li a {
    display: block;
    font-size: 16px;
}
.portfolio-img > img {
    width: 100%;
}

/*adiciones*/
.h-serv{
    height: 320px;
}
.img-corts-blog img{
    width: 360px;
    height: 240px;
    object-fit: cover;
}
.blog-corts  img{
    /*width: 360px;*/
    height:280px;
    object-fit: cover;
}
.corte img{
    height: 250px;
    object-fit: cover;
    width: 100%;
}

@media(max-width: 768px)
{
    .h-serv{
        height: 320px;
    }
}
@media only screen
and (min-device-width : 768px)
and (max-device-width : 1024px)
{
    .p-t-10{
        padding-top: 20px;

    }
}
    @media only screen
and (min-device-width : 768px)
and (max-device-width : 1024px)
and (orientation : landscape)
and (-webkit-min-device-pixel-ratio: 2) {
    .h-serv{
        height: 360px;
    }

    .img-corts-blog img{
        width: 100%;
        height: 100%;

        object-fit: cover;
    }
}
.font30{
    font-size: 30px;
    font-weight: 600 !important;
}
h2.font20{
    font-size: 30px;
    font-weight: 500;
}
.share-btn li a i{
    font-size: 18px;
}
.w-image img{
    width: 100%;
}
.carousel-indicators .active {
    width: 12px;
    height: 12px;
    margin: 0;
    background-color: #000;
}
.carousel-indicators li {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 1px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #000\9;
    background-color: rgba(0,0,0,0);
    border: 1px solid #000;
    border-radius: 10px;
}
.white{
    color: #fff;
}

/*mision y visión*/

.mv-caja{
    background-color: #f6f6f6;
    border-left: 2px solid #464646;
    color: #666666;
    font-size: 14px;
    line-height: 26px;
    margin: 23px 0;
    padding: 14px 50px;
}
.intro-text{
    font-size: 20px !important;
    text-align: justify;
}
/*carousel abouts*/
.carousel-caption1 {
    /*position: absolute;*/
    right: 15%;
    bottom: 20px;
    left: 15%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    /*color: #fff;*/
    text-align: center;
    text-shadow: 0 1px 2px rgba(0,0,0,.6);
}
@media screen and (min-width: 768px)
{
    .carousel-indicators {
        bottom: 0px;
        /* top: 10px; */
    }
}
.copyright-text{
    text-transform: none;
}
.post h4 a{
    text-transform: none;
}


/*agradecimiento*/
.img-gracias{
    background: #fff;
    margin-right: 40px;
    margin-left: 40px;
    margin-top: 40px;
    box-shadow: 0px 10px 50px rgba(202, 207, 210, 0.75);
    padding: 40px 100px 80px 50px;
}
.tranks {
    color: #000;
    font-size: 120px;
    font-weight: 700;
    line-height: 150px;
}
.parr-thanks p{
    text-align: center;
    padding: 20px 140px 30px 140px ;
    font-size: 22px;
}
@media(max-width: 768px){
    .img-gracias{
        background: #fff;
        margin-right: 20px;
        margin-left: 20px;
        margin-top: 40px;
        box-shadow: 0px 10px 50px rgba(202, 207, 210, 0.75);
        padding: 80px 30px 80px 30px;
    }
    .tranks {
        color: #000;
        /*border: 1px solid #dddddd;*/

        font-size: 100px;
        font-weight: 700;
        line-height: inherit;
    }
    .parr-thanks p{
        text-align: center;
        padding: 40px 20px 20px 20px ;
        width: 100%;
        font-size: 18px;
    }
}
.parr-thanks1 p{
    text-align: center;
    width: 100%;
    font-size: 18px;
}
.pad-thanks{
    padding: 20px 0px 100px;
}
.pt-20{
    padding-top: 20px;
}
/*btn pegado inferior*/
.buttons-movil{
    display: none;
}
@media(max-width: 768px)
{
    .buttons-movil{
        text-align: center;
        display: block;
    }
}
#floating-button{
    height: auto;
    position: fixed;
    bottom: 10px;
    cursor: pointer;
}
.floating-button{
    height: auto;
    position: fixed;
    bottom: 10px;
    cursor: pointer;
}

/*Redes sociales*/
/*botones de compartir*/
.fa1:hover {
    opacity: 0.7;

}

.faceshare {
    background: #3B5998;
    color: white;
}
.thumbsshare{
    background: #3B5998;
    color: white;
    padding-top: 4px;
    padding-bottom: 2px;
    padding-right: 10px;
    border-radius: 4px;
    font-size: 12px;
}
.instagramshare{
    background:#a57d60 ;
    color: white;

}
.thumbsshare:hover{
    color: #fff;
}
.twittershare {
    background: #55ACEE;
    color: white;
}
.googleshare  {
    background: #dd4b39;
    color: white;
    padding-right: 5px;
}
a.googleshare i {
    background: #dd4b39;
    color: white;
    padding-right: 25px;
}

.linkedinshare {
    background: #007bb5;
    color: white;
}
.pinterestshare{
    background:#c62325 ;
    color: white;
}
.instagramshare{
    background:#a57d60 ;
    color: white;

}
.fa1 {
    padding: 8px 10px;
    font-size: 50px;
    text-align: center;
    text-decoration: none;
    margin: 5px 2px;
    height: 34px;
    width: 34px;

}


.fa1 {
    display: inherit;
    font: normal normal normal 14px/1 FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    border-radius: 5px;

}
.face-share i{
    font-size: 18px;
    text-align: center;

}
.face-share i.googleshare{
    font-size: 16px;
    padding: 9px 6px;

}
.face-share i.thumbsshare{
    padding: 10px;
}
.face-share a{
    text-decoration: none;
}

/*nuevo*/
.caja{
    font-size: 50px;
}
.gray-bg1 {
    padding: 40px 0px;
    background: #fff none repeat scroll 0 0;
    /*box-shadow: 0 1px 3px rgba(50, 50, 50, 0.4);*/

}
.m-CTA{
    display: none;
}
@media(max-width: 768px)
{
    .m-CTA{
        display: block;
    }
}



/*slider content*/
.slider-content{
    background: rgba(255,255,255, .5);
    margin: 0px 15px;
}
.carousel-caption {
    position: absolute;
    right: 15%;
    bottom: 20px;
    left: 15%;
    z-index: 10;
    padding-top: 20px;

    padding-bottom: 20px;
    color: #000 !important;
    text-align: center;
    text-shadow: none;
}
.carousel-caption p{
    color: #000 !important;
    text-shadow: none;
}

@media(max-width: 768px)
{.fontslider h3{
    font-size:18px ;

}
    .fontslider p{
        font-size: 14px;
    }
    .logo {

        width: 240px;
    }
    .carousel-caption {
        position: absolute;
        right: 5%;
        bottom: 20px;
        left: 5%;
        z-index: 10;
        padding-top: 20px;

        padding-bottom: 20px;
        color: #000 !important;
        text-align: center;
        text-shadow: none;
    }
    .carousel-caption p{
        color: #000 !important;
        text-shadow: none;
    }
    .header-topbar-col ul.socials-icon li {
        display: inline-block;
        list-style: none;
        margin: 0 0px
    }
}

.enlace-rojo a{
    color:#990000;
}
.enlace-rojo a:hover{
    color: #000;
}
.p-over
{
    padding-right: 0px ;
    padding-left: 0px;
}
.overlay100 {

    background: rgba(0,0,0,0.3);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    padding-left: -15px;
    padding-right: -15px;
}
.mov-none{
    display: none;
}
.mov-btn{
    display: none !important;
}
@media(max-width: 768px)
{
    .mov-display{
        display: none;
    }
    .mov-none{
        display: block;
    }
}
/*portfolio*/

.trigger li.btns{
    color: #fff;
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
    padding: 0 20px;
    background: #2f2f2f;
    line-height: 35px;
    cursor: pointer;
    text-transform: uppercase;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: .4s;
    transition: .4s;
}
.p-b20{
    padding-top: 10px;
    padding-bottom: 25px;
}
/*header backfround*/
.background-header, .header-area{
    background: #F9F9F9;
}
.script-linkedin{
    vertical-align: middle;
    padding-bottom: 35px !important;
}

/* gallery */
#isotope_filters,
.filters {
    margin: 15px 0 25px;
    padding: 0;
    list-style: none;
}

#isotope_filters li,
.filters li {
    display: inline-block;
    margin: 0;
    padding: 0;
}

#isotope_filters a,
.filters a {
    background: #1b1b1b;
    display: inline-block;
    margin: 5px 0;
    font-size: 11px;
    font-weight: 700;
    padding: 12px 30px 12px;
    line-height: 1;
    text-transform: uppercase;
    text-align: center;
    color: #ffff;
    /*border: 1px solid #a0a0a0;*/
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

#isotope_filters a + a,
.filters a + a {
    margin-left: 6px;
}

#isotope_filters a:hover, #isotope_filters a.selected, #isotope_filters a.active,
.filters a:hover,
.filters a.selected,
.filters a.active {
    background-color: #1b1b1b !important;
    border-color: #1b1b1b !important;
    color: #ffffff !important;
}

.isotope_container.row {
    margin: 0;
}

.isotope_container.row [class*="col-md-"] + [class*="col-md-"][class*="col-sm-"] {
    margin-top: 0 !important;
}
.pt-80{
  margin-bottom: 40px;
    /*padding-bottom: 80px;*/
}
.corte-img-services{
    height: 180px;
    width: 100%;
    object-fit:cover;
}
.project-service>h3{
    font-size: 18px !important;
}
.carousel-control.right {
    right: 0;
    left: auto;
    /* background-image: -webkit-linear-gradient(left,rgba(0,0,0,.0001) 0,rgba(0,0,0,.5) 100%); */
    background-image: none !important;
    /* background-image: -webkit-gradient(linear,left top,right top,from(rgba(0,0,0,.0001)),to(rgba(0,0,0,.5))); */
    /* background-image: linear-gradient(to right,rgba(0,0,0,.0001) 0,rgba(0,0,0,.5) 100%); */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
    background-repeat: repeat-x;
}

.carousel-control.left{
    left: 0;
    left: auto;
    background-image: none !important;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
    background-repeat: repeat-x;
}
.padt20{
    padding-top: 20px;
}
.carousel-caption2 {
     position: inherit !important;
    right: 0px !important;
    bottom: 20px;
    left: 0px !important;
    z-index: 10;
  margin-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center;
    /*text-shadow: 0 1px 2px rgba(0,0,0,.6);*/
}
.carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right, .carousel-control .icon-next, .carousel-control .icon-prev {
    position: absolute;
    top: 40%;
    z-index: 5;
    display: inline-block;
    margin-top: -10px;
}
.none-mobile2
{
    display: none !important;
}
@media(max-width: 768px)
{
    .carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right, .carousel-control .icon-next, .carousel-control .icon-prev {
        position: absolute;
        top: 50%;
        z-index: 5;
        display: inline-block;
        margin-top: -10px;
    }
    .pt-80 {
        padding-top: 40px;
    }
    .none-mobile2{
        display: block !important;
    }
}
.black-title h3{
    color:#000;
}
.p-service-projects{
    padding-top: 35px;
}
.height-title-service h3{
    height: 60px;
    padding-top: 15px;

}
.p-service-projects p{
    height: 110px;
}
@media(max-width: 768px)
{
    .height-title-service h3{
        height: 40px;
        padding-top: 15px;

    }
    .p-service-projects p{
        height: auto;
    }
    .corte-img-services{
        height: auto;
        width: 100%;
        object-fit:cover;
    }
}
/*@media(max-width: 768px) and(orientation: landscape)*/
/*{*/
    /*.p-service-projects{*/
        /*height: 70px;*/
    /*}*/
/*}*/
/*@media only screen*/
/*and (min-device-width : 768px)*/
/*and (max-device-width : 1024px)*/
/*and (-webkit-min-device-pixel-ratio: 2) {*/
    /*.p-service-projects{*/
        /*height: 120px;*/
    /*}*/
/*}*/
.none-sm{

    display: none ;


}
.none-xs{

    display: block;

}
@media(max-width: 768px)
{
    .none-sm{

        display: block;

    }
    .none-xs{
        display: none;
    }
}
.img-gracias a img{
    width: 120px;
}
.design-icon-mobile{
    padding-top: 15px;
}
.design-icon-mobile li{
    font-size: 34px;
}
.font-whatsapp i{
    font-size: 16px;
}
.back-to-tops{
    display: none;
}
.phone-mobile{
    display: none;
}
.message-bottom{
    display: none;
}
@media(max-width: 768px)
{
    .back-to-tops{
        display: block;
    }
    .phone-mobile{
        display: block;
    }
    .message-bottom{
        display: block;
    }

}
.back-to-tops.reveal {
    cursor: pointer;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    opacity: 30;
    filter: alpha(opacity=3000)
}



.back-to-tops {
    position: fixed;
    z-index: 1000;
    right: 15px;
    bottom: 15px;
    width: 50px;
    height: 50px;
    margin: 0;
    background-color: #33c96e;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: opacity 350ms;
    -o-transition: opacity 350ms;
    transition: opacity 350ms;
    border-radius: 50%
}

.back-to-tops i {
    position: absolute;
    top: 40%;
    left: 30%;
    margin-top: -10px;
    margin-left: -2px;
    color: #fff;
    font-size: 28px
}

.back-to-tops i:hover {
    color: #000
}


/*phone*/

.phone-mobile.reveal {
    cursor: pointer;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    opacity: 30;
    filter: alpha(opacity=3000)
}



.phone-mobile {
    position: fixed;
    z-index: 1000;
    right: 15px;
    bottom: 75px;
    width: 50px;
    height: 50px;
    margin: 0;
    background-color: #33c96e;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: opacity 350ms;
    -o-transition: opacity 350ms;
    transition: opacity 350ms;
    border-radius: 50%
}

.phone-mobile i {
    position: absolute;
    top: 44%;
    left: 31%;
    margin-top: -10px;
    margin-left: -2px;
    color: #fff;
    font-size: 28px
}

.phone-mobile i:hover {
    color: #000
}
/*message*/


.message-bottom.reveal {
    cursor: pointer;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    opacity: 30;
    filter: alpha(opacity=3000)
}



.message-bottom {
    position: fixed;
    z-index: 1000;
    right: 15px;
    bottom: 135px;
    width: 50px;
    height: 50px;
    margin: 0;
    background-color: #33c96e;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: opacity 350ms;
    -o-transition: opacity 350ms;
    transition: opacity 350ms;
    border-radius: 50%
}

.message-bottom i {
    position: absolute;
    top: 39%;
    left: 27%;
    margin-top: -10px;
    margin-left: -2px;
    color: #fff;
    font-size: 28px
}

.message-bottom i:hover {
    color: #000
}