/* -------------------------------------------------------------
  Sass CSS3 Mixins! The Cross-Browser CSS3 Sass Library
  By: Matthieu Aussaguel, http://www.mynameismatthieu.com, @matthieu_tweets
  List of CSS3 Sass Mixins File to be @imported and @included as you need
  The purpose of this library is to facilitate the use of CSS3 on different browsers avoiding HARD TO READ and NEVER
  ENDING css files
  note: All CSS3 Properties are being supported by Safari 5
  more info: http://www.findmebyip.com/litmus/#css3-properties
------------------------------------------------------------- */


/* -------------------------------------------------------------
  Sass CSS3 Mixins! The Cross-Browser CSS3 Sass Library
  By: Matthieu Aussaguel, http://www.mynameismatthieu.com, @matthieu_tweets
  List of CSS3 Sass Mixins File to be @imported and @included as you need
  The purpose of this library is to facilitate the use of CSS3 on different browsers avoiding HARD TO READ and NEVER
  ENDING css files
  note: All CSS3 Properties are being supported by Safari 5
  more info: http://www.findmebyip.com/litmus/#css3-properties
------------------------------------------------------------- */

.form-material .form-group {
    overflow: unset;
}

.form-material .select-2 {
    overflow: unset;
}

.form-material .card-body .img_avatar {
    max-width: 100%;
}

body {
    overflow: auto;
}

.button-accept-right {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
}

.br-r-2 {
    border-radius: 2px;
}

@media (max-width: 767.77px) {
    .button-accept-right {
        -ms-flex-pack: center;
        -webkit-box-pack: center;
        justify-content: center;
    }

    .breadcrumb .breadcrumb_iner .breadcrumb_iner_item h1 {
        font-size: 38px!important;
    }
}

@media (min-width: 768px) {
    .button-accept-right {
        -ms-flex-pack: end;
        -webkit-box-pack: end;
        justify-content: flex-end;
    }
}


/* ============================
          NAVIGATION 
 ============================= */


/* New Multi menu */


/*.mega-menu-dynamic {
    opacity: 1;
}*/

.mega-menu {
    /*opacity:0;*/
    position: absolute;
    left: 0;
    top: 88px;
    display: none;
    width: 100%;
    z-index: 3;
}

    .mega-menu .mega-menu-container {
        padding: 20px 20px 20px 20px;
        padding: 1.25rem 1.25rem 1.25rem 1.25rem;
        background-color: #fff;
        border-top: 1px solid #e1e2e3;
        position: relative;
        -webkit-box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.15);
        box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.15);
    }

.item {
    display: block;
}

    .item .content-item-menu {
        text-align: center;
    }

        .item .content-item-menu img {
            width: 86px;
            height: 86px;
        }

@media (min-width: 768px) {
    .col-md {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        -webkit-box-flex: 1;
        flex-grow: 1;
        max-width: 100%;
    }
}

.main-nav .menu-item a {
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 1.4;
    letter-spacing: normal;
    color: #44464a;
    text-transform: uppercase;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.mega-menu-layout2 .block-content {
    padding: 15px 0px 0px 0px;
    padding: 0.9375rem 0rem 0rem 0rem;
}

.mega-menu-layout2 .heading {
    position: relative;
    line-height: 1;
    height: 56px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-bottom:15px;
}

    .mega-menu-layout2 .heading > a {
        font-size: 18px;
        text-transform: uppercase;
        font-style: normal;
        font-stretch: normal;
        line-height: 1.4;
        letter-spacing: normal;
        color: #000;
        text-decoration: none;
        font-weight: 500;
    }

.main-nav .menu-item a {
    font-size: 14px;
    line-height: 1.4;
    letter-spacing: normal;
    color: #44464a;
    text-transform: uppercase;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.mega-menu-layout2 .desc {
    font-size: 15px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.4;
    letter-spacing: normal;
    color: #9b9b9b;
}


/*------ Navigation clasic ---------*/

.navbar-clasic {
    min-height: 80px;
    width: 100%;
}

    .navbar-clasic .navbar-nav .nav-item .dropdown-menu {
        top: 77px;
        padding: 1.25rem 0;
        border: none;
        background-color: #fff;
        -webkit-box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.15);
        -webkit-transition: 0.2s;
        transition: 0.2s;
    }

        .navbar-clasic .navbar-nav .nav-item .dropdown-menu .dropdown-item {
            -webkit-transition: 0.2s;
            transition: 0.2s;
            padding: 0.5rem 1.25rem;
            white-space: inherit;
        }

    .navbar-clasic .navbar-nav .nav-item .nav-link {
        font-size: 17px;
        font-family: 'Poppins', sans-serif;
        color: #555;
        padding: 25px 12px;
        margin-top: 5px;
        font-weight: 500;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        outline: none;
    }

        .navbar-clasic .navbar-nav .nav-item .nav-link.active {
            color: #789ECF;
        }

        .navbar-clasic .navbar-nav .nav-item .nav-link:hover {
            opacity: 0.7;
            transition: all 0.3s ease;
            -moz-transition: all 0.3s ease;
            -webkit-transition: all 0.3s ease;
            -ms-transition: all 0.3s ease;
            -o-transition: all 0.3s ease;
        }


    /*.navbar-clasic .navbar-nav .nav-item:hover .mega-menu {
        display: block;
    }*/

    .navbar-clasic .navbar-nav .nav-item:hover .nav-link {
        opacity: 0.7;
        transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -webkit-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
    }

    .navbar-clasic .navbar-nav .nav-item.dropdown:hover .dropdown-content {
        display: block;
    }

    .navbar-clasic .nav-item a.download-list {
        background-color: #789ECF;
        color: #fff;
        padding: 10px 27px;
        margin-left: 10px;
        position: relative;
        top: 16px;
    }

.navbar-sticky .nav-item a.download-list {
    background-color: #789ECF;
    color: #fff;
    padding: 10px 27px;
    margin-left: 10px;
    position: relative;
    top: 16px;
}

.navbar-clasic .nav-help .nav-item a.btn-form {
    background-color: #789ECF;
    color: #fff;
    padding: 9px 21px;
    margin-left: 12px;
    position: relative;
    font-size: 14px;
}

.navbar-brand {
    color: #555;
    /*margin-top: 5px;*/
    font-size: 27px;
    font-weight: 600;
    font-family: 'Poppins', sans-serif;
}

    .navbar-brand img {
        width: unset !important;
    }
/*----- Navigation sticky -------*/
.navbar-sticky {
    position: fixed;
    top: 0;
    z-index: 999;
    width: 100%;
    background: rgba(255, 255, 255, 0.92);
    -webkit-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.02);
    box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.02);
    display: none;
    min-height: 70px;
}

    .navbar-sticky .navbar-nav .nav-item .dropdown-menu {
        -webkit-transition: 0.2s;
        transition: 0.2s;
        top: 77px;
        padding: 1.25rem;
        border: none;
        background-color: #fff;
        -webkit-box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.15);
    }

        .navbar-sticky .navbar-nav .nav-item .dropdown-menu .dropdown-item {
            -webkit-transition: 0.2s;
            transition: 0.2s;
            padding: 0.5rem 1.25rem;
            white-space: inherit;
        }

    .navbar-sticky .navbar-nav .nav-item .nav-link {
        font-size: 17px;
        font-family: 'Poppins', sans-serif;
        color: #555;
        padding: 25px 12px;
        margin-top: 5px;
        font-weight: 500;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        outline: none;
    }

        .navbar-sticky .navbar-nav .nav-item .nav-link.active {
            color: #789ECF;
        }

        .navbar-sticky .navbar-nav .nav-item .nav-link:hover {
            opacity: 0.7;
            transition: all 0.3s ease;
            -moz-transition: all 0.3s ease;
            -webkit-transition: all 0.3s ease;
            -ms-transition: all 0.3s ease;
            -o-transition: all 0.3s ease;
        }


    /*.navbar-sticky .navbar-nav .nav-item:hover .mega-menu {
        display: block;
    }*/

    .navbar-sticky .navbar-nav .nav-item:hover .nav-link {
        opacity: 0.7;
        transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -webkit-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
    }

    .navbar-sticky .navbar-nav .nav-item.dropdown:hover .dropdown-content {
        display: block;
    }

    .navbar-sticky .nav-help .nav-item a.btn-form {
        background-color: #789ECF;
        color: #fff;
        padding: 9px 21px;
        margin-left: 12px;
        position: relative;
        font-size: 14px;
    }


/*----- Navigation transparent -----*/

.navbar-transparent {
    min-height: 80px;
    width: 100%;
    position: absolute;
    z-index: 999;
}

    .navbar-transparent .navbar-nav .nav-link {
        font-size: 17px;
        font-family: 'Poppins', sans-serif;
        color: #444;
        padding: 12px;
        margin-top: 5px;
        font-weight: 500;
    }

        .navbar-transparent .navbar-nav .nav-link:hover {
            opacity: 0.7;
            transition: all 0.3s ease;
            -moz-transition: all 0.3s ease;
            -webkit-transition: all 0.3s ease;
            -ms-transition: all 0.3s ease;
            -o-transition: all 0.3s ease;
        }

    .navbar-transparent .nav-help .nav-item a.btn-form {
        background-color: #789ECF;
        color: #fff;
        padding: 9px 21px;
        margin-left: 12px;
        position: relative;
        font-size: 14px;
    }

        .navbar-transparent .nav-help .nav-item a.btn-form:hover {
            opacity: 0.7;
        }


/* ============================
        END OF NAVIGATION 
 ============================= */


/* ============================
            HOME
 ============================= */

#home-2 {
    padding: 110px 0;
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 92%);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 92%);
}

.intro-content h1 {
    margin-bottom: 15px;
}

.intro-content p {
    font-size: 18px;
}

.breadcrumb_bg {
    background-image: url("../img/breadcrumb.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.breadcrumb {
    position: relative;
    z-index: 1;
    font-family: 'Open Sans', sans-serif;
    margin-bottom: 0px !important;
}

    .breadcrumb:after {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background-color: #000;
        content: "";
        opacity: 0.6;
        z-index: -1;
    }

    .breadcrumb .breadcrumb_iner {
        height: 400px;
        width: 100%;
        display: table;
        font-family: 'Open Sans', sans-serif;
    }

        .breadcrumb .breadcrumb_iner .breadcrumb_iner_item {
            display: table-cell;
            vertical-align: middle;
            text-align: center;
        }

            .breadcrumb .breadcrumb_iner .breadcrumb_iner_item h1 {
                color: #fff;
                font-size: 56px;
                font-weight: 800;
                margin-bottom: 10px;
                text-transform: uppercase;
                font-family: Roboto, sans-serif;
            }

            .breadcrumb .breadcrumb_iner .breadcrumb_iner_item h2 {
                color: #fff;
                font-size: 56px;
                font-weight: 800;
                margin-bottom: 10px;
                text-transform: uppercase;
            }

            .breadcrumb .breadcrumb_iner .breadcrumb_iner_item p {
                font-size: 18px;
                font-weight: 600;
                color: #fff;
                text-transform: uppercase;
            }

                .breadcrumb .breadcrumb_iner .breadcrumb_iner_item p a {
                    color: #3B649F;
                }

            .breadcrumb .breadcrumb_iner .breadcrumb_iner_item span {
                margin: 0px 5px;
                font-size: 12px;
            }

@media (max-width: 576px) {
    .breadcrumb .breadcrumb_iner .breadcrumb_iner_item h2 {
        font-size: 35px;
    }

    .portfolio .content-new .title-project h3 {
        height: unset;
        overflow: unset;
        display: block;
        -webkit-line-clamp: unset;
        -webkit-box-orient: unset;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .breadcrumb .breadcrumb_iner .breadcrumb_iner_item h2 {
        font-size: 35px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .breadcrumb .breadcrumb_iner .breadcrumb_iner_item h2 {
        font-size: 40px;
    }

    .member-info {
        max-width: 500px;
    }
}


/* ============================
           GENERAL 
 ============================= */


/*------ Body -------*/


/* html {
    overflow-x: hidden;
} */

body {
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #666;
    overflow-x: hidden;
}

h1 {
    color: #222;
}

h6 {
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    color: #444;
    font-size: 21px;
}


/*----- Text ------*/

.tagline {
    font-size: 44px;
    font-weight: 600;
    font-family: 'Poppins', sans-serif;
    text-transform: capitalize;
}

.section-heading {
    margin-bottom: 35px;
}

    .section-heading h3 {
        font-family: 'Poppins', sans-serif;
        font-weight: 600;
        font-size: 36px;
    }

    .section-heading p {
        font-size: 18px;
    }

.upp {
    text-transform: uppercase;
}

.cpt {
    text-transform: capitalize;
}

.italic {
    font-style: italic;
}


/*------ Sections ------*/

.space-small {
    padding: 80px 0;
}

.space-big {
    padding: 110px 0 30px 0;
}

.space-bigg {
    padding: 110px 0 0px 0;
}


/*---- Bg colors -----*/

.bg-blue {
    background: #edf5ff !important;
}

.bg-white {
    background: #fff;
}


/*---- Shape -----*/

.shape {
    -webkit-clip-path: polygon(0 0, 100% 7%, 100% 100%, 0 92%);
    clip-path: polygon(0 0, 100% 7%, 100% 100%, 0 92%);
}


/*------ Colors -----*/

.black {
    color: #444;
}

.white {
    color: #fff;
}

.gray {
    color: #ddd;
}

.light-blue {
    color: #edf5ff;
}

.blue {
    color: #77A0D4;
}


/*------ Buttons -------*/

.btn-blue {
    background: #789ECF;
    color: #fff !important;
    outline: none;
}

    .btn-blue:hover {
        opacity: 0.7;
        color: #444;
    }

.btn-black {
    background: #fff;
    color: #555 !important;
    outline: none;
}

    .btn-black:hover {
        opacity: 0.7;
        color: #555 !important;
    }


/*----- Button size ------*/

.btn-small {
    padding: 12px 12px;
}

.btn-medium {
    padding: 9px 21px;
}

.btn-big {
    padding: 14px 28px;
}


/*--- Images ---*/

.img-responsive {
    max-width: 100%;
    display: block;
    height: auto;
}

.img-circle {
    border-radius: 50%;
    width: 17%;
}


/*----- Divider -----*/

.divider-center {
    border: 1.5px solid #444;
    width: 11%;
}

.divider-left {
    border: 1.5px solid #444;
    margin: auto 0;
    text-align: left;
    width: 9%;
}

.divider-right {
    border: 1.5px solid #444;
    margin: auto 0;
    text-align: right;
    width: 9%;
}


/*----- Animation ------*/

.anim {
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}


/*----- Positions ------*/

.center {
    text-align: center;
}

.al-rght {
    text-align: right;
}

.al-lft {
    text-align: left;
}

.rigth {
    float: right;
}

.left {
    float: left;
}

.f-none {
    float: none !important;
}

.auto {
    margin: auto;
}


/*------ Shortcodes -------*/

.mb-space {
    margin-bottom: 35px;
}

.mt80 {
    margin-top: 80px;
}

.mb15 {
    margin-bottom: 15px;
}

.mb25 {
    margin-bottom: 25px;
}

.mb0 {
    margin-bottom: 0 !important;
}

.p-50px-l {
    padding-left: 30px;
}


/* ============================
        END OF GENERAL 
 ============================= */


/* ============================
            ABOUT
 ============================= */

.about-content h3 {
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    font-size: 36px;
    margin-bottom: 15px;
}

.about-content p {
    margin-bottom: 35px;
}

.about-list {
    padding: 0;
    margin-bottom: 30px;
}

    .about-list li {
        list-style-type: none;
        padding-bottom: 6px;
    }

        .about-list li a {
            font-size: 16px;
            color: #555;
            font-family: 'Raleway', sans-serif;
        }

        .about-list li span {
            color: #555;
            margin-right: 6px;
        }

.about-content {
    padding: 80px 0;
}

    .about-content .process-box {
        width: 100%;
        padding: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
        border-left: none;
        margin-top: 0;
        margin-bottom: 50px;
    }

        .about-content .process-box img {
            width: 25%;
        }

        .about-content .process-box .process-content {
            padding-left: 100px;
        }

.about-mission .nott {
    color: #000;
}


/* ============================
           END OF ABOUT
   ============================= */

.process-box {
    width: 90%;
    border-left: px solid #789ECF;
    padding: 17px 17px;
    display: inline-block;
    margin-top: 35px;
    -webkit-box-shadow: 6px 7px 36px 3px rgba(136, 136, 136, 0.09);
    box-shadow: 6px 7px 36px 3px rgba(136, 136, 136, 0.09);
}

    .process-box img {
        width: 30%;
    }

.process-content {
    padding-left: 130px;
}

    .process-content a {
        color: inherit;
    }

    .process-content h6 {
        font-size: 20px;
        margin-top: 5px;
        font-weight: 600;
        margin-bottom: 12px;
        margin-left: 12px;
    }

    .process-content p {
        margin-bottom: 0;
        margin-left: 12px;
    }


/* ============================
          FEATURES
 ============================= */

#features {
    overflow: hidden;
}

.features-box {
    border-left: px solid #789ECF;
    padding: 17px 17px;
    display: inline-block;
    -webkit-box-shadow: 6px 7px 36px 3px rgba(136, 136, 136, 0.14);
    box-shadow: 6px 7px 36px 3px rgba(136, 136, 136, 0.14);
}

    .features-box img {
        width: 30%;
    }

.features-content {
    padding-left: 130px;
}

    .features-content h6 {
        font-size: 21px;
        margin-top: 5px;
        font-weight: 600;
        margin-bottom: 12px;
        margin-left: 12px;
    }

    .features-content p {
        margin-bottom: 0;
        margin-left: 12px;
    }

.feature-content-2 {
    padding: 17px;
    padding-bottom: 0;
}

    .feature-content-2 img {
        width: 120px;
        height: 120px;
        margin-bottom: 30px;
    }

    .feature-content-2 h6 {
        font-size: 21px;
        margin-bottom: 15px;
    }

    .feature-content-2 p {
        margin-bottom: -6px;
    }

.icon-feature {
    width: 128px;
    margin-bottom: 30px;
}


/* ============================
          END OF FEATURES
   ============================= */

#fact {
    overflow: hidden;
}

.fact-content {
    margin-top: 60px;
}

.facts-bg-image {
    position: absolute;
    opacity: 0.2;
    width: 370%;
    top: -90px;
}

.fact-content h1 {
    font-size: 43px;
    font-weight: 600;
    font-family: 'Poppin', sans-serif;
}

.fact-content h6 {
    font-size: 17px;
    color: #444;
    margin-bottom: 0;
}

.service-box .service-item {
    border-bottom: 1px solid #e3e3e3;
    border-left: 1px solid #e3e3e3;
}

    .service-box .service-item:nth-child(3n+1) {
        border-left: none;
    }

    .service-box .service-item:nth-child(n+4) {
        border-bottom: none;
    }

.service-box .serice-item:nth-child(n+7) {
    border-bottom: none;
}

.service-item {
    padding: 20px;
    border-bottom: 1px solid #e3e3e3;
}

    .service-item img {
        width: 42%;
        margin: auto;
        margin-bottom: 15px;
        height: auto;
    }

    .service-item h6 {
        font-size: 21px;
        margin-bottom: 15px;
    }

    .service-item:hover {
        cursor: pointer;
        opacity: 0.6;
        -webkit-transition: all 0.3s ease-in-out;
        -o-transition: all 0.4s ease-in-out;
        -ms-transition: all 0.4s ease-in-out;
        -moz-transition: all 0.4s ease-in-out;
        -moz-transition: all 0.4s ease-in-out;
    }

.service-box-2 {
    background: #fff;
    padding: 35px 35px 35px;
    position: relative;
    text-align: center;
    -webkit-box-shadow: 1px 4px 6px 1px rgba(60, 28, 148, 0.07);
    box-shadow: 1px 4px 6px 1px rgba(60, 28, 148, 0.07);
}

    .service-box-2 h6 {
        margin-bottom: 15px;
    }

    .service-box-2 p {
        margin-bottom: 0;
    }

    .service-box-2 img {
        width: 50%;
        margin-bottom: 15px;
    }

.mb-space {
    margin-bottom: 35px;
}

.service-box-3 {
    padding: 25px 25px;
    text-align: center;
}

    .service-box-3 img {
        width: 80%;
    }

    .service-box-3 h6 {
        margin-top: 15px;
    }

.service {
    padding: 120px 0;
}

    .service .serivce-post-img {
        margin-bottom: 25px;
    }

        .service .serivce-post-img img {
            width: 100%;
            max-width: 100%;
            -webkit-box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.1);
            box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.1);
            border-radius: 6px;
        }

    .service .single-post-header {
        border-bottom: 1px solid #e5e5e5;
        margin-bottom: 25px;
        padding-bottom: 10px;
    }

        .service .single-post-header h2 {
            font-family: Poppins, sans-serif;
            color: #000;
        }

    .service p {
        letter-spacing: 0.4px;
        line-height: 24px;
        margin-bottom: 15px;
    }

    .service .single-post-content h4 {
        font-family: Poppins, sans-serif;
        font-size: 20px;
        font-weight: 600;
        letter-spacing: 1px;
        line-height: 1;
        margin-bottom: 15px;
        color: #000;
    }

    .service .single-post-content ul:not(.meta-info) {
        margin-bottom: 30px;
        padding-left: 15px;
    }

        .service .single-post-content ul:not(.meta-info) li {
            color: #757575;
            font-size: 14px;
            list-style: outside none none;
            margin-bottom: 6px;
            padding-left: 18px;
            position: relative;
        }

            .service .single-post-content ul:not(.meta-info) li::before {
                background: #e1e1e1 none repeat scroll 0 0;
                border-radius: 100%;
                content: "";
                height: 7px;
                left: 0;
                position: absolute;
                top: 50%;
                -webkit-transform: translateY(-50%);
                transform: translateY(-50%);
                width: 7px;
            }

    .service .single-post-content blockquote p:first-child {
        font-size: 14px;
        margin-bottom: 8px;
    }

    .service .single-post-footer {
        border-top: 1px solid #e5e5e5;
        margin-top: 30px;
        overflow: hidden;
        padding-top: 30px;
    }

    .service .post-shearing {
        display: inline-block;
        /* float: left; */
    }

    .service .post-tags {
        display: inline-block;
        /*float: right;*/
    }

    .service .single-post-footer .post-shearing ul,
    .service .single-post-footer .post-tags ul {
        list-style: outside none none;
        margin: 0;
        padding-left: 0;
    }

    .service .post-shearing ul li::before,
    .service .post-tags ul li::before {
        display: none;
    }

    .service .single-post-footer .post-shearing ul li {
        display: inline-block;
        margin-right: 20px;
        padding: 0;
    }

    .service .single-post-footer .post-tags ul li {
        display: inline-block;
        margin-right: 20px;
        padding: 0;
        margin-left: 20px;
        margin-right: 0;
    }

        .service .single-post-footer .post-tags ul li:nth-child(1) {
            margin-left: 0;
        }

    .service .post-tags a {
        color: #999;
    }

        .service .post-tags a:hover {
            color: #3B649F;
        }

    .service .single-post-footer .post-shearing > ul {
        margin: 0;
        padding: 0;
    }

    .service .single-post-footer .post-shearing ul li a {
        color: #999;
    }

    .service .relate-service {
        margin-top: 120px;
    }

        .service .relate-service .title-another {
            font-size: 23px;
            margin-bottom: 45px;
            font-weight: bold;
        }

        .service .relate-service .slick-service .post-thumbnail img {
            width: 100%;
            border-radius: 10px;
            /*width: 120px;
        height: 120px;*/
            margin: auto;
            height: 200px;
            object-fit: cover;
        }

        .service .relate-service .slick-service .post-thumbnail.customer-detail img {
            height: 120px;
            width: 120px;
            object-fit: contain;
            margin: auto;
        }

        .service .relate-service .slick-service .post-thumbnail.icon-services img {
            width: 120px;
            height: 120px;
            margin: auto;
        }

        .service .relate-service .slick-service .post-thumbnail .slick-slide img {
            display: block;
            width: auto;
        }

.slick-slide:focus {
    outline: none;
}

.service .relate-service .slick-service .grid-blog-post {
    border-radius: 6px;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.service .relate-service .slick-service .post-content {
    background: #fff none repeat scroll 0 0;
    padding: 20px 0;
    text-align: center;
}

.service .relate-service .slick-service .news-detail-dragold .post-content {
    text-align: left;
}

.service .relate-service .slick-service .news-detail-dragold .post-thumbnail img {
    height: 200px;
    object-fit: cover;
}

.service .relate-service .slick-service .meta-info {
    margin-bottom: 8px;
}

.service .relate-service .slick-service .post-thumbnail {
    position: relative;
    overflow: hidden;
}

.service .relate-service .slick-service .meta-info a {
    color: #888;
    font-size: 12px;
    text-transform: uppercase;
}

.service .relate-service .slick-service .meta-info > li {
    display: inline-block;
    margin-right: 10px;
    padding-left: 15px;
    position: relative;
}

    .service .relate-service .slick-service .meta-info > li::before {
        color: #888;
        content: "-";
        left: 0;
        position: absolute;
        top: 0;
    }

    .service .relate-service .slick-service .meta-info > li:first-child {
        padding: 0;
    }

        .service .relate-service .slick-service .meta-info > li:first-child::before {
            content: "";
        }

.service .relate-service .slick-service .meta-info a:hover {
    color: #3B649F;
}

.service .relate-service .slick-service .post-content-inner h3 {
    font-family: Poppins, sans-serif;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 5px;
}

.service .relate-service .slick-service .post-content-inner h3 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    height: 50px;
    margin-bottom: 15px;
}

    .service .relate-service .slick-service .post-content-inner h3 a {
        color: #000;
    }
        .service .relate-service .slick-service .post-content-inner h3 a:focus{
            outline:0;
        }

        .service .relate-service .slick-service .post-content-inner p {
            letter-spacing: 0.3px;
            margin-bottom: 20px;
        }

.service .relate-service .slick-service .post-content-inner p {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    height: 75px;
}

.service .relate-service .slick-service .read-more-wrapper {
    overflow: hidden;
}

    .service .relate-service .slick-service .read-more-wrapper a {
        color: #333;
        font-size: 12px;
        letter-spacing: 0.5px;
        text-transform: uppercase;
        display: inline-block;
        line-height: 1;
        position: relative;
    }

    .service .relate-service .slick-service .read-more-wrapper .like-count {
        float: right;
        font-weight: bold;
        margin-left: 2px;
    }

        .service .relate-service .slick-service .read-more-wrapper .like-count i {
            font-size: 18px;
            -webkit-transition: 0.3s;
            transition: 0.3s;
        }

            .service .relate-service .slick-service .read-more-wrapper .like-count i:hover {
                color: #3B649F;
            }

.service .relate-service .slick-service .like-count span {
    margin-left: 7px;
    position: relative;
    top: -3px;
}

.service .relate-service .slick-slide {
    margin-left: 15px;
    margin-right: 15px;
}

.service .relate-service .slick-list {
    margin-left: -15px;
    margin-right: -15px;
}


/*==============OUT OF SERVICE============*/

.meta-info {
    font-family: Poppins, sans-serif;
    margin-left: 0;
    padding: 0;
    margin-bottom: 8px;
}

    .meta-info > li {
        display: inline-block;
        margin-right: 10px;
        padding-left: 15px;
        position: relative;
    }

        .meta-info > li:first-child {
            padding: 0;
        }

        .meta-info > li a {
            color: #333;
        }

blockquote {
    border-left: medium none;
    font-style: italic;
    margin: 0 0 15px;
    padding: 15px 30px;
    position: relative;
}

.member {
    text-align: center;
}

.member-wrapper {
    display: inline-block;
    position: relative;
}

.member-image-holder {
    display: inline-block;
    vertical-align: middle;
    max-width: 491px;
    line-height: 0;
    position: relative;
}

    .member-image-holder:after {
        content: "";
        display: block;
        position: absolute;
        width: 100%;
        height: 100%;
        top: 20px;
        right: -20px;
        background-color: #f3f3f3;
        z-index: -1;
    }

    .member-image-holder img {
        height: auto;
        max-width: 100%;
        border: none;
        border-radius: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

.member-left .member-image-holder:after {
    top: 20px;
    left: -20px;
}

.member-content {
    margin-top: 35px;
}

.member-info {
    max-width: 360px;
    display: inline-block;
    vertical-align: middle;
    margin-top: -90px;
    margin-right: 85px;
    text-align: left;
}

.member-left .member-info {
    margin-left: 85px;
    margin-right: 0;
}

.member-postition {
    font-size: 16px;
    letter-spacing: 2px;
    color: #264549;
}

.member-name {
    font-size: 42px;
    font-weight: 700;
    line-height: 100%;
    position: relative;
}

.member-social-holder {
    background: #77A0D4;
    /*padding: 25px 20px;*/
    position: absolute;
    left: 410px;
    bottom: 10%;
    z-index: 2;
}

.member-left .member-social-holder {
    left: auto;
    right: 410px;
    bottom: 10%;
}

.member-social-holder > div:last-of-type {
    margin-bottom: 0;
}

.member-social-holder .member-content-all {
    position: relative;
    padding: 25px 0;
}

.member-social-holder .social {
    text-align: center;
    position: relative;
    margin-bottom: 30px;
    font-size: 25px;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    padding: 0 20px;
}

    .member-social-holder .social .name-skill {
        position: absolute;
        top: 35px;
        color: #fff;
        left: 0;
        right: 0;
        margin: 0 auto;
        font-size: 12px;
    }

    .member-social-holder .social a {
        color: #fff !important;
    }

        .member-social-holder .social a:hover {
            opacity: 0.5;
        }

.member-right .member-wrapper {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    flex-direction: row-reverse;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

.member-right .member-social-holder {
    left: 500px;
}

.portfolio {
    position: relative;
}

    .portfolio .control .btn-common {
        background-color: #3B649F;
        position: relative;
        z-index: 1;
        padding: 12px 32px;
        border-radius: 5px;
        color: #fff;
    }

    .portfolio .control .active {
        color: #3B649F !important;
        border-color: #3B649F;
        background: 0 0;
    }

    .portfolio .control .active {
        color: #3B649F !important;
        border-color: #3B649F;
    }

    .portfolio .control .btn {
        text-transform: capitalize;
        margin: 2px;
        cursor: pointer;
    }

    .portfolio .control .btn-effect {
        overflow: hidden;
    }

        .portfolio .control .btn-effect:after {
            content: "";
            position: absolute;
            width: 0;
            height: 100%;
            z-index: 1;
            left: 0;
            top: 0;
            background: rgba(0, 0, 0, 0.1);
            -webkit-transition: all 0.3s ease;
            transition: all 0.3s ease;
        }

        .portfolio .control .btn-effect:hover:after {
            width: 100%;
        }

    .portfolio .img-w {
        max-width: 100%;
        border-radius: 0;
    }

    .portfolio .content-new {
        margin-bottom: 30px;
        position: relative;
    }

        .portfolio .content-new .title-project h3 {
            margin-bottom: 16px;
            overflow: hidden;
            display: -webkit-box;
            -webkit-line-clamp: 2;
            -webkit-box-orient: vertical;
            height: 50px;
        }

        .portfolio .content-new .title-project a:hover {
            text-decoration: none;
        }

            .portfolio .content-new .title-project a:hover h3 {
                opacity: 0.7;
                -webkit-transition: 0.3s;
                transition: 0.3s;
            }

        .portfolio .content-new .title-project h3 {
            color: #444;
            font-size: 18px;
            font-weight: 600;
            margin-bottom: 0;
        }

        .portfolio .content-new .title-project span {
            font-size: 14px;
            color: #ccc;
        }

        .portfolio .content-new .read-more-project {
            color: #333;
            font-size: 12px;
            letter-spacing: .5px;
            text-transform: uppercase;
            display: inline-block;
            line-height: 1;
            position: relative;
        }

        .portfolio .content-new .about-project .project-skill {
            font-size: 14px;
            color: #3B649F;
            display: block;
            margin-top: 10px;
        }

            .portfolio .content-new .about-project .project-skill p {
                display: inline-block;
                padding: 4px 8px;
                border: 1px solid #3B649F;
                border-radius: 30px;
                margin-bottom: 8px;
            }

                .portfolio .content-new .about-project .project-skill p:not(:last-child) {
                    margin-right: 8px;
                }

        .portfolio .content-new .description-project {
            margin-top: 4px;
            font-size: 15px;
            line-height: 1.75;
        }

        .portfolio .content-new .description-project {
            overflow: hidden;
            display: -webkit-box;
            -webkit-line-clamp: 3;
            -webkit-box-orient: vertical;
            height: 75px;
            margin-bottom: 30px;
        }

        .portfolio .content-new img {
            -webkit-box-shadow: 6px 7px 36px 3px rgba(135, 135, 135, 0.09);
            box-shadow: 6px 7px 36px 3px rgba(135, 135, 135, 0.09);
            margin-bottom: 24px;
            -webkit-transition: 0.2s;
            transition: 0.2s;
            height: 200px;
            object-fit: cover;
        }

            .portfolio .content-new img:hover {
                opacity: 0.7;
            }

        .portfolio .content-new .single-content {
            background-color: rgba(22, 26, 39, 0.7);
            opacity: 0.9;
            height: 100%;
            left: 0;
            opacity: 0;
            position: absolute;
            top: 0;
            -webkit-transition-duration: 500ms;
            transition-duration: 500ms;
            width: 100%;
        }

            .portfolio .content-new .single-content .fancy-table {
                display: table;
                height: 100%;
                left: 0;
                position: relative;
                top: 0;
                width: 100%;
                z-index: 2;
            }

                .portfolio .content-new .single-content .fancy-table .table-cell {
                    display: table-cell;
                    vertical-align: middle;
                    text-align: center;
                }

            .portfolio .content-new .single-content a {
                color: #fff;
                font-size: 16px;
            }

            .portfolio .content-new .single-content .zoom-icon a {
                position: relative;
                color: #fff;
                font-size: 30px;
                margin-bottom: 15px;
            }

        .portfolio .content-new:hover .single-content {
            opacity: .8;
        }

.br-10 {
    border-radius: 10px !important;
}

.testimonials-item {
    border: 2px;
}

    .testimonials-item p {
        margin-top: 20px;
        font-size: 18px;
    }

    .testimonials-item h6 {
        margin-bottom: 0;
    }

.testimonials-item-2 {
    background: #fff;
    padding: 25px 25px;
    -webkit-box-shadow: 0 6px 22px rgba(0, 0, 0, 0.12);
    box-shadow: 0 6px 22px rgba(0, 0, 0, 0.12);
    margin: 15px;
    margin-bottom: 0 !important;
}

    .testimonials-item-2 img {
        width: 23%;
    }

    .testimonials-item-2 h6 {
        font-size: 20px;
        margin-bottom: 20px;
    }

    .testimonials-item-2 i {
        font-size: 57px;
        position: absolute;
        opacity: 0.12;
        left: 45px;
    }

.testimonials-item-3 {
    display: inline-block;
    background: #fff;
    padding: 15px 15px;
}

    .testimonials-item-3 img {
        float: left;
        width: 31%;
    }

.text-content {
    padding-left: 85px;
    margin-top: 5px;
    text-align: left;
}


/*===========*/

.testimonials-feature {
    width: 100%;
    text-align: center;
    padding: 45px 30px;
    -webkit-box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.1);
    border-radius: 6px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    margin-top: 30px;
    margin-bottom: 30px;
}

    .testimonials-feature:hover {
        -webkit-box-shadow: 0 10px 50px 0 rgba(0, 0, 0, 0.1);
        box-shadow: 0 10px 50px 0 rgba(0, 0, 0, 0.1);
        -webkit-transform: translateY(-5px);
        transform: translateY(-5px);
    }

    .testimonials-feature:focus {
        outline: none;
    }

    .testimonials-feature .testimonials-icon {
        height: 120px;
        width: 120px;
        text-align: center;
        margin: auto;
        margin-bottom: 15px;
    }

        .testimonials-feature .testimonials-icon img {
            width: auto;
            margin: auto;
            max-width: 100%;
            border-radius: 6px;
        }

    .testimonials-feature .title {
        font-size: 18px;
    }

.testimonials-slider .testimonials-feature:nth-child(even) {
    margin-top: 60px;
}


#testimonials .slick-slider {
    /*margin: 0 -15px;*/
}

    #testimonials .slick-slider .slick-slide {
        margin-right: 15px;
        margin-left: 15px;
    }

#notify {
    overflow: hidden;
}

.notify h6 {
    margin-bottom: 15px;
    font-size: 18px;
}

.notify img {
    width: 70%;
    opacity: 0.2;
    top: -45px;
    position: absolute;
}

.subscriber-form form {
    height: 48px;
    margin: auto;
    position: relative;
    width: 65%;
    border-radius: 2px;
    opacity: 0.9;
    margin-top: 12px;
    float: left;
    -webkit-box-shadow: 2px 3px 3px 0 rgba(60, 28, 148, 0.07);
    box-shadow: 2px 3px 3px 0 rgba(60, 28, 148, 0.07);
}

    .subscriber-form form input {
        border: 0 none;
        font-size: 14px;
        height: 100%;
        left: 0;
        padding: 10px;
        position: absolute;
        top: 0;
        width: 100%;
    }

        .subscriber-form form input:focus {
            outline: 0;
        }

.subscriber-form input::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #444;
}

.subscriber-form input::-moz-placeholder {
    /* Firefox 19+ */
    color: #444;
}

.subscriber-form input:-moz-placeholder {
    /* Firefox 18- */
    color: #444;
}

.subscriber-form form button {
    background: #789ECF;
    border: 0 none;
    color: #fff;
    font-weight: 500;
    height: 100%;
    position: absolute;
    right: 0;
    text-transform: capitalize;
    top: 0;
    font-size: 14px;
    -webkit-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
    width: 30%;
    border-radius: 2px;
}

    .subscriber-form form button:hover {
        opacity: 0.7;
    }

.subscriber-form label {
    color: #fff;
    left: 0;
    margin: 0;
    position: absolute;
    text-align: center;
    top: -25px;
    width: 100%;
}

    .subscriber-form label.valid {
        top: 10px;
    }

#contact-form {
    padding: 15px;
    width: 90%;
    margin: auto;
    margin-top: 55px;
    padding-bottom: 0;
}

#contact-form-2 {
    padding: 60px;
    width: 90%;
    margin: auto;
    background: #fff;
    -webkit-box-shadow: 0 16px 32px rgba(0, 0, 0, 0.17);
    box-shadow: 0 16px 32px rgba(0, 0, 0, 0.17);
    margin-top: 35px;
}

.form-group {
    margin-bottom: 0;
}

.contact-info,
.mt35 {
    margin-top: 35px;
}

.mb65 {
    margin-bottom: 65px;
}

.transparent {
    background: transparent;
    border-radius: 0;
    text-align: center;
    padding: 28px 0;
    border-left-style: none;
    border-left-color: inherit;
    border-left-width: medium;
    border-right-style: none;
    border-right-color: inherit;
    border-right-width: medium;
    border-top-style: none;
    border-top-color: inherit;
    border-top-width: medium;
    /*border-bottom-style: none !important;
    border-bottom-color: inherit !important;
    border-bottom-width: medium;*/
}

.item {
    margin-bottom: 17px;
}

    .item i {
        font-size: 42px;
        margin-right: 13px;
    }

    .item span {
        font-family: "Raleway", sans-serif;
        font-size: 16px;
        color: #666;
    }

.contacts-info {
    margin-top: 15px;
    padding: 0;
}

.contact-info p {
    margin-bottom: 35px;
}

.contacts-info li {
    list-style-type: none;
    padding-bottom: 20px;
}

    .contacts-info li i {
        margin-right: 9px;
        font-size: 22px;
    }

.contact-section {
    padding: 120px 0;
    background: rgba(0, 0, 0, 0) -webkit-gradient(linear, left top, right top, color-stop(61%, #ffffff), color-stop(39%, #3B649F)) repeat scroll 0 0;
    background: rgba(0, 0, 0, 0) linear-gradient(to right, #ffffff 61%, #3B649F 39%) repeat scroll 0 0;
}

    .contact-section.form-receive {
        background: unset;
    }

.contact-style-2 .contact-sub-heading p {
    color: #737272;
}

.contact-style-2 .address-text > p,
.contact-style-2 .address-text a {
    color: #737272;
}

.contact-sub-heading p {
    color: #fff;
}

.address-text > p,
.address-text a {
    color: #fff;
}

.contact-section.contact-style-2 {
    background: transparent;
}

.single-input {
    float: left;
    padding: 0 10px;
    width: 50%;
}

    .single-input > input {
        border: 1px solid #e5e5e5;
        height: 45px;
        padding: 0 15px;
        width: 100%;
    }

    .single-input > select {
        border: 1px solid #e5e5e5;
        height: 45px;
        padding: 0 15px;
        width: 100%
    }

    .single-input.alone {
        width: 100%;
    }

.form-head {
    margin: 0 -10px 20px;
    overflow: hidden;
}

.form-body textarea {
    border: 1px solid #e5e5e5;
    padding: 15px;
    width: 100%;
}

.button-boxed {
    background: transparent none repeat scroll 0 0;
    border: 1px solid #e5e5e5;
    display: inline-block;
    color: #333333;
    font-size: 12px;
    font-weight: 700;
    height: 45px;
    letter-spacing: 1px;
    line-height: 45px;
    padding: 0 20px;
    text-transform: uppercase;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

    .button-boxed:hover {
        background: #3B649F;
        border: 1px solid transparent;
        color: #fff;
    }

.button-hovered {
    background: #3B649F;
    border: 1px solid transparent;
    color: #fff;
}

.form-body {
    margin-bottom: 20px;
}

.contact-widget-wrap {
    padding-left: 30px;
}

.contact-style-2 .contact-widget-wrap {
    padding-left: 0;
    padding-right: 20px;
}

.contact-sub-heading h5 {
    color: #232323;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 1px;
    margin-bottom: 15px;
}

.widget-content {
    margin-bottom: 40px;
}

.single-address-box {
    border-top: 1px solid #eee;
    overflow: hidden;
    padding: 15px 0;
}

.address-icon i {
    font-size: 18px;
    padding-left: 2px;
    color: #fff;
}

.single-address-box:last-child {
    border-bottom: 1px solid #eee;
}

.address-text {
    float: left;
    width: calc(100% - 40px);
}

.address-icon {
    float: left;
    width: 40px;
}

.address-text > p {
    margin: 0;
}

.contact-sub-heading {
    margin-bottom: 30px;
}

.gm-style-iw h2 {
    color: #333;
    font-size: 18px;
    font-weight: 600;
    line-height: 1;
    margin: 0;
}

.instagram-widget {
    margin: 0 -2.5px;
    overflow: hidden;
}

    .instagram-widget > li {
        float: left;
        margin-bottom: 5px;
        padding: 0 2.5px;
        width: 25%;
    }

        .instagram-widget > li img {
            width: 100%;
        }

    .instagram-widget a {
        display: block;
    }

.instagram-list {
    margin: 0 -2.5px;
}

    .instagram-list li {
        display: inline-block;
        width: 33.3333%;
        padding: 5px;
    }

    .instagram-list img {
        width: 100%;
    }

#map {
    width: 100%;
    height: 500px;
}

.section-title {
    margin: 0 auto 70px;
}

    .section-title .area-title {
        margin-bottom: 35px;
        line-height: 1.75;
    }

        .section-title .area-title span {
            color: #3B649F;
        }

.area-title {
    display: inline-block;
    font-size: 28px;
    font-weight: 900;
    letter-spacing: 1px;
    line-height: 30px;
    margin-bottom: 15px;
    position: relative;
    text-transform: uppercase;
}

.section-title p {
    font-style: italic;
    margin: 0;
}

.footer-title h3 {
    margin-top: 35px;
}

.footer-social {
    margin-top: 15px;
    padding: 0;
}

    .footer-social li {
        display: inline-block;
        padding-right: 9px;
        transition: 0.2s;
        -webkit-transition: 0.2s;
    }

        .footer-social li:hover i {
            opacity: 0.7;
        }

        .footer-social li i {
            font-size: 25px;
        }

.list {
    padding: 0;
    margin: 0;
}

    .list li {
        padding-left: 5px;
        padding-bottom: 5px;
        list-style-type: none;
    }

        .list li a {
            font-size: 16px;
            color: #212529;
            font-family: "Raleway", sans-serif;
        }

.footer-content p {
    margin-bottom: 0;
}

.footer-title h3 {
    margin-top: 35px;
}

.footer-social {
    margin-top: 15px;
    padding: 0;
}

    .footer-social li {
        display: inline-block;
        padding-right: 9px;
    }

        .footer-social li i {
            font-size: 25px;
        }

.list {
    padding: 0;
    margin: 0;
}

    .list li {
        padding-left: 5px;
        padding-bottom: 5px;
        list-style-type: none;
    }

        .list li a {
            font-size: 16px;
            color: #212529;
            font-family: "Raleway", sans-serif;
        }

.footer-content p {
    margin-bottom: 0;
}

.contenfix img {
    max-width: 100%;
}

@media (min-width: 768px) and (max-width: 991px) {
    .navbar-sticky .navbar-nav li, .navbar-clasic .navbar-nav li {
        display: inline;
        text-align: center;
    }

    .navbar-transparent {
        padding: 0;
    }

        .navbar-transparent .navbar-brand img {
            margin-left: 25px;
        }

        .navbar-transparent .menu-icon {
            margin-right: 25px;
        }

        .navbar-transparent .navbar-nav {
            background: #fcfcfc;
            padding-top: 15px;
            padding-bottom: 15px;
        }

            .navbar-transparent .navbar-nav li {
                display: inline;
                text-align: center;
            }
}

@media (max-width: 1024px) {
    .member {
        margin: 35px auto !important;
    }

        .member img {
            display: block;
            margin: 0 auto;
        }

        .member.member-right .member-wrapper {
            display: -webkit-box;
            display: flex;
            display: -ms-flexbox;
            -ms-flex-direction: column;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            flex-direction: column;
        }

            .member.member-right .member-wrapper .member-image-holder {
                margin: auto;
            }

    .member-info {
        display: block;
        margin: 0 auto !important;
        padding: 10% 3% 0;
        text-align: center;
    }

    .member-social-holder {
        padding: 20px 5px;
        left: 0 !important;
        /* display: -ms-flexbox;
        display: flex; */
        bottom: 0 !important;
        /* -ms-flex-pack: distribute;
        justify-content: space-around; */
        position: relative;
        margin-top: 15px;
    }

        .member-social-holder .member-content-all {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: justify;
            -ms-flex-pack: justify;
            justify-content: space-between;
            padding: 0 0 25px;
        }

        .member-social-holder > div {
            display: inline-block;
            margin: 0 15px;
        }

        .member-social-holder .social {
            margin-bottom: 0;
        }
}

@media (max-width: 991.77px) {
    .navbar-clasic .navbar-nav .nav-item .nav-link {
        padding: 12px 12px;
    }

    .member-info {
        max-width: 500px;
    }

    .navbar {
        background: #Fff;
        overflow: auto;
        z-index: 9;
        max-height: 100vh;
    }
}

@media (max-width: 767px) {
    /*.about-content .process-box img {
        margin-right: 15px;
    }*/
    .navbar-brand img{
        width:165px!important;
        height:auto!important;
    }
    .about-content .process-box img {
        width: 100%;
        margin-right: 0;
        padding: 0 50px;
    }

    .about-content .process-box .process-content {
        padding-left: 0;
        padding: 0 25px;
    }
    .member {
        margin: 10px auto !important;
    }

    .member-name {
        font-size: 35px;
    }

    .member-content {
        font-size: 16px;
        line-height: 170%;
    }

    .member-postition {
        font-size: 13px;
    }

    .member-image-holder:after {
        display: none;
    }

    .space-big {
        padding: 70px 0;
    }

    .service .relate-service .slick-service .post-content-inner h3 {
        height: unset;
        display: block;
        overflow: unset;
    }
}

@media (max-width: 460px) {
    /*.about-content .process-box img {
        width: 100%;
        margin-right: 0;
    }

    .about-content .process-box .process-content {
        padding-left: 0;
    }*/

    .member-wrapper {
        display: block;
    }

    .member-info {
        max-width: 100%;
    }

    .process-box {
        width: 100%;
    }

        .process-box img {
            width: 100%;
            margin-bottom: 15px;
        }

    .process-content {
        padding-left: 0;
    }

        .process-content h6 {
            text-align: center;
        }

        .process-content p {
            text-align: center;
        }
}

@media (min-width: 992px) {
    .navbar-clasic .navbar-nav .nav-item:hover .dropdown-menu,
    .navbar-sticky .navbar-nav .nav-item:hover .dropdown-menu {
        display: block;
        -webkit-box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.15);
        box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.15);
        width: 230px;
    }

    .navbar-clasic .navbar-nav .nav-item.dropdown {
        position: inherit;
    }

    .navbar-sticky navbar-nav .nav-item.dropdown {
        position: inherit;
    }
    /*.mega-menu {
        opacity: 1;
    }*/
    .mega-menu-dynamic {
        display: none;
        /*opacity: 0;*/
    }

    .dropdown-menu.show {
        display: none;
    }

    .navbar-clasic .navbar-nav .nav-item:hover .mega-menu-dynamic,
    .navbar-sticky .navbar-nav .nav-item:hover .mega-menu-dynamic {
        display: none;
    }

    .navbar-clasic .navbar-nav .nav-item.news-nav .dropdown-menu {
        left: auto
    }

    .navbar-sticky .navbar-nav .nav-item.news-nav .dropdown-menu {
        left: unset
    }

    .navbar-clasic .navbar-nav .nav-item:hover .mega-menu {
        display: block
    }

    .navbar-sticky .navbar-nav .nav-item:hover .mega-menu {
        display: block;
    }
}

@media (min-width: 1200px) {
    .service .post-tags {
        float: right;
    }
}

.img-product {
    height: 200px;
    overflow: hidden;
    -o-object-fit: cover;
    object-fit: cover;
}

@media only screen and (min-width: 1024px) and (max-width: 1199.77px) {
    .member.member-left .member-wrapper {
        display: -ms-flexbox;
        display: -webkit-box;
        display: flex;
        -ms-flex-align: center;
        -webkit-box-align: center;
        align-items: center;
        -webkit-box-pack: center;
        justify-content: center;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        flex-direction: row-reverse;
        -ms-flex-pack: center;
        justify-content: center;
        -ms-flex-direction: row-reverse;
        flex-direction: row;
    }

    .member-right .member-social-holder {
        left: 410px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1023.77px) {
    .member.member-left .member-wrapper {
        display: -ms-flexbox;
        display: -webkit-box;
        display: flex;
        -ms-flex-align: center;
        -webkit-box-align: center;
        align-items: center;
        -webkit-box-pack: center;
        justify-content: center;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        flex-direction: row-reverse;
        -ms-flex-pack: center;
        justify-content: center;
        -ms-flex-direction: row-reverse;
        flex-direction: row;
    }

    .member.member-right .member-wrapper {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
    }

    .member-info {
        max-width: 500px !important;
    }
}

.contact-section-new .contact-new-left {
    background: #3b649f;
}

@media (max-width: 767.77px) {
    .contact-section-new .contact-new-right {
        padding-top: 70px;
        padding-bottom: 70px;
        padding-left: 50px;
        padding-right: 50px;
    }

    .contact-section-new .contact-new-left {
        padding-top: 70px;
        padding-bottom: 70px;
        padding-left: 50px;
        padding-right: 50px;
    }

        .contact-section-new .contact-new-left .contact-widget-wrap {
            padding-left: 0;
        }

    .member-info {
        max-width: 100%;
    }

    .member-social-holder .social {
        width: 85px;
        padding: unset;
    }
}
@media(max-width:991.77px){
    .service-box .service-item{
        border-left:none;
    }
}

@media (min-width: 768px) {
    .process-content{
       padding-left:190px;
    }
    .contact-section-new .contact-new-right {
        padding-top: 70px;
        padding-bottom: 70px;
        padding-left: 120px;
        padding-right: 120px;
    }

    .contact-section-new .contact-new-left {
        padding-top: 70px;
        padding-bottom: 70px;
        padding-left: 120px;
        padding-right: 120px;
    }

        .contact-section-new .contact-new-left .contact-widget-wrap {
            padding-left: 0;
        }
}

@media (min-width: 992px) {
    .process-content {
        padding-left: 130px;
    }
    .contact-section-new .contact-new-right {
        padding-top: 120px;
        padding-bottom: 120px;
        padding-left: 70px;
        padding-right: 15px;
    }

    .contact-section-new .contact-new-left {
        padding-top: 120px;
        padding-bottom: 120px;
        padding-right: 70px;
        padding-left: 0;
    }

        .contact-section-new .contact-new-left .contact-widget-wrap {
            padding-left: 30px;
        }
}

@media (min-width: 1200px) {
    .contact-section-new .contact-new-right {
        padding-top: 120px;
        padding-left: 120px;
    }

    .contact-section-new .contact-new-left {
        padding-top: 120px;
        padding-right: 120px;
    }

        .contact-section-new .contact-new-left .contact-widget-wrap {
            padding-left: 70px;
        }
}

.footer-dragold .widget-footer-title {
    text-transform: none !important;
    letter-spacing: -1px;
    font-size: 20px;
    font-weight: 600;
}

    .footer-dragold .widget-footer-title h4 {
        text-transform: none !important;
        letter-spacing: -1px;
        font-size: 20px;
        font-weight: 600;
        color: #222;
        margin-bottom: 30px;
    }

.footer-dragold .textwidget {
    line-height: 22px;
}

    .footer-dragold .textwidget p {
        margin-bottom: 25px;
        line-height: 25px;
    }

.footer-dragold .widget_contacts_inner .stm-icontext {
    margin-bottom: 21px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

    .footer-dragold .widget_contacts_inner .stm-icontext i {
        color: #789ECF;
        margin-right: 15px;
        margin-top: 4px;
    }

    .footer-dragold .widget_contacts_inner .stm-icontext a {
        color: inherit;
    }


/* .form-control{
    background: transparent;
} */

.copyright-footer {
    background: #ddecff;
    margin-top: 25px;
}

    .copyright-footer a {
        color: #77A0D4;
    }

.main-page {
    overflow: hidden;
    position: fixed;
    display:contents;
}

    .main-page:after {
        content: "";
        position: fixed;
        width: 100%;
        height: 100%;
        top: 0;
        background: rgba(0, 0, 0, 0.4);
        z-index: 1;
        overflow: hidden;
    }

@media (max-width: 576px) {
    .portfolio .content-new .title-project h3 {
        height: unset;
        overflow: unset;
        display: block;
        -webkit-line-clamp: unset;
        -webkit-box-orient: unset;
    }

    .portfolio .content-new .description-project {
        overflow: unset;
        display: block;
        -webkit-line-clamp: unset;
        -webkit-box-orient: unset;
        height: unset;
    }
}
a:focus{
    outline:0;
}