/*============================
      TABLE OF CONTENT
==============================

0. TEMPLATE PREVIEW (not part of the template)
1. GENERAL
2. TOP HEADER
3. NAVIGATION
4. HOME
5. FEATURES
6. ABOUT
7. VIDEO
8. ADVERT
9. TABS
10. SERVICE
11. PROCESS
12. FAQ
13. NOTIFY
14. PLAN
15. TEAM
16. TESTIMONIALS
17. CONTACT
18. FOOTER
19. RESPONSIVE

/*============================
    END OF TABLE OF CONTENT
==============================

/*---- Fonts ----*/
@import url(https://fonts.googleapis.com/css?family=Open+Sans|Poppins:400,500,600|Raleway:500,600);

/*============================
      TEMPLATE PREVIEW 
  (not part of the template)
============================ */
#preview {
    padding: 145px 0;
    overflow: hidden;
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 86%);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 86%);
}

.preview-content img {
    width: 70%;
    margin: auto;
}

.preview-content {
    text-align: center;
    z-index: 999 !important;
}

    .preview-content h1 {
        text-align: center;
        font-weight: 600;
        margin-bottom: 15px;
        color: #444;
        font-size: 45px;
        font-family: 'Poppins', sans-serif;
    }

.preview-button {
    background: #789ECF;
    padding: 11px 25px;
    color: #fff;
}

/*------- Demos --------*/
#demos {
    padding: 75px 0;
}

.demos-width {
    max-width: 1290px;
}

.layout img:hover {
    opacity: 0.8;
    margin-top: -10px;
}

hr {
    width: 8%;
    border: 2px solid #789ECF;
}

/*------ Features ------*/
#template-features {
    padding: 115px 0;
    -webkit-clip-path: polygon(0 0, 100% 14%, 100% 100%, 0% 100%);
    clip-path: polygon(0 0, 100% 14%, 100% 100%, 0% 100%);
}

@media (max-width: 480px) {
    .preview-content h1 {
        font-size: 31px;
        margin-bottom: 25px;
    }

    #template-features {
        -webkit-clip-path: none;
        clip-path: none;
    }
}

@media (min-width: 481px) and (max-width: 761px) {
    .preview-content h1 {
        font-size: 42px;
        margin-bottom: 25px;
    }

    #template-features {
        -webkit-clip-path: none;
        clip-path: none;
    }

    .layout {
        display: inline-block;
        margin: auto;
        text-align: center;
    }
}

@media (min-width: 762px) and (max-width: 991px) {
    #template-features {
        -webkit-clip-path: none;
        clip-path: none;
    }

    .layout {
        display: inline-block;
        margin: auto;
        text-align: center;
    }
}
/*============================
   END OF TEMPLATE PREVIEW 
  (not part of the template)
============================ */



/* ============================
           GENERAL 
 ============================= */
/*------ Body -------*/
html {
    overflow-x: hidden;
}

body {
    font-family: 'Raleway', 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 h1 {
        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;
}

/*---- 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: #789ECF;
}

/*------ 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 
 ============================= */



/* ============================
           TOP HEADER 
 ============================= */
#top-header {
    width: 100%;
    height: 60px;
    line-height: 65px;
    margin: 0 auto;
    overflow: hidden;
    border-bottom: 1px solid #eee;
}

.info {
    padding-left: 15px;
}

    .info li {
        display: inline;
        margin-right: 20px;
    }

        .info li i {
            margin-top: 4px;
            font-size: 26px;
            margin-right: 10px;
            position: relative;
            top: 4px;
        }

        .info li span {
            font-size: 15px;
            font-weight: 300;
            margin-top: -1px;
            font-family: 'Poppins', sans-serif;
        }

.social li {
    display: inline-block;
    font-size: 14px;
    padding: 0 10px;
}

    .social li i {
        font-size: 18px;
    }

/* ============================
       END OF TOP HEADER 
 ============================= */


/* ============================
          NAVIGATION 
 ============================= */
/*------ Navigation clasic ---------*/
.navbar-clasic {
    min-height: 80px;
    width: 100%;
}

    .navbar-clasic .navbar-nav .nav-link {
        font-size: 17px;
        font-family: 'Poppins', sans-serif;
        color: #666;
        font-weight: 500;
        padding: 12px;
        margin-top: 5px;
    }

        .navbar-clasic .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-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;
}

/*----- Navigation sticky -------*/
.navbar-sticky {
    position: fixed;
    top: 0;
    z-index: 999;
    width: 100%;
    background: rgba(255,255,255,0.92);
    box-shadow: 2px 2px 2px rgba(0,0,0,0.02);
    display: none;
    min-height: 70px;
}

    .navbar-sticky .navbar-nav .nav-link {
        font-size: 17px;
        font-family: 'Poppins', sans-serif;
        color: #555;
        padding: 12px;
        margin-top: 5px;
        font-weight: 500;
    }

        .navbar-sticky .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-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-1 {
    padding: 135px 0;
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 92%);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 92%);
}

#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%);
}

#home-3 {
    padding: 85px 0;
    overflow: hidden;
}

.intro-content h1 {
    margin-bottom: 15px;
}

.intro-content p {
    font-size: 18px;
}
/* ============================
          END OF HOME
 ============================= */



/* ============================
          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);
    -moz-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: 70%;
        margin-bottom: 15px;
    }

    .feature-content-2 h6 {
        font-size: 21px;
        margin-bottom: 15px;
    }

    .feature-content-2 p {
        margin-bottom: -6px;
    }
/* ============================
        END OF FEATURES
 ============================= */


/* ============================
            ABOUT
 ============================= */
.about-content h1 {
    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;
        }
/* ============================
         END OF ABOUT
 ============================= */


/* ============================
            ABOUT
 ============================= */
.skills-content h1 {
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    font-size: 36px;
    margin-bottom: 15px;
}

.skills-content p {
    margin-bottom: 15px;
}
/* ============================
         END OF ABOUT
 ============================= */



/* ============================
           VIDEO
 ============================= */
.video-advert i {
    font-size: 68px;
    color: #789ECF;
    z-index: 999;
}

.video-advert h6 {
    font-size: 25px;
    margin-top: 15px;
    padding-bottom: 0;
    margin-bottom: -6px;
}
/* ============================
          END OF VIDEO
 ============================= */



/* ============================
          ADVERT
 ============================= */
.advert-content img {
    position: absolute;
    width: 66%;
    opacity: 0.2;
}

.no-mb {
    margin-bottom: 0 !important;
}
/* ============================
        END OF ADVERT
 ============================= */



/* ============================
            PROCESS
 ============================= */
.work_process {
    padding: 10px 0;
    position: relative;
    margin-top: 55px;
    padding-bottom: 0;
    margin-bottom: 0;
}

    .work_process::after {
        content: "";
        height: 95%;
        left: 0;
        margin: auto;
        position: absolute;
        right: 0;
        top: 0;
        width: 1px;
        background-color: #e6e6e6;
    }

.work_box {
    margin-bottom: 50px;
}

.work_process .work_box .work_left {
    margin-right: 20px;
}

    .work_process .work_box .work_left::after,
    .work_process .work_box .work_right::after {
        border: 4px solid #fff;
        border-radius: 50%;
        content: "";
        height: 20px;
        box-shadow: 0 0 0 1px #e6e6e6;
        position: absolute;
        top: 20px;
        width: 20px;
        background-color: #789ECF;
        z-index: 1;
    }

    .work_process .work_box .work_left::after {
        right: -45px;
        background-color: #789ECF;
    }

.work_process .work_box .work_right::after {
    left: -45px;
    background-color: #789ECF;
}

.work_process .work_box .work_detail_right {
    text-align: center;
    margin-left: 15px;
    float: left;
    padding: 20px;
    border: 1px solid #f3efef;
    box-shadow: 1px 4px 6px 1px rgba(60, 28, 148, 0.07);
}

.work_process .work_box .work_right {
    text-align: center;
    margin-left: 20px;
    padding: 20px 0px;
    position: relative;
}

.work_process .work_box .work_left,
.work_process .work_box .work_right {
    text-align: center;
    padding: 20px 0px;
    position: relative;
}

.work_process .work_box .work_detail_left {
    text-align: center;
    margin-right: 15px;
    float: right;
    border-radius: 0;
    padding: 20px;
    border: 1px solid #f3efef;
    box-shadow: 1px 4px 6px 1px rgba(60, 28, 148, 0.07);
}

.work_number h5 {
    font-size: 26px !important;
    color: #fff;
    background-color: #789ECF;
    display: inline-block;
    text-align: center;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    line-height: 45px;
}

.work_process h4,
.work_detail_left h4 {
    font-size: 21px;
    margin-top: 0;
    text-transform: capitalize;
}

.work_right img,
.work_left img {
    max-width: 300px;
}

/* ============================
        END OF SOMETHING
 ============================= */



/* ============================
            SERVICE
 ============================= */
.service-box .service-item:nth-child(3n+1) {
    border-left: none;
}

.service-box .service-item {
    border-bottom: 1px solid #E3E3E3;
    border-left: 1px solid #E3E3E3;
}

    .service-box .service-item:nth-child(n+4), .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;
    }

    .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;
    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;
    }
/* ============================
         END OF SERVICE
 ============================= */



/* ============================
          FACTS
 ============================= */
#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;
}
/* ============================
        END OF FACTS
 ============================= */



/* ============================
          PROCESS
 ============================= */
.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);
    -moz-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 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;
    }
/* ============================
        END OF PROCESS
 ============================= */



/* ============================
             FAQ
 ============================= */
.card-header {
    background: #fff;
    border: none;
    outline: none;
}

.card {
    border: none;
    margin-bottom: 25px;
    box-shadow: 0px 2px 4px 0px rgba(60, 28, 148, 0.07);
}

.card-header {
    background: #edf5ff;
}

    .card-header h5 {
        margin-bottom: 0;
    }

        .card-header h5 a {
            font-size: 18px;
            font-family: 'Poppins', sans-serif;
            font-weight: 600;
        }

.card-body p {
    font-size: 16px;
    margin-bottom: 0;
}

.accordion-s3 {
    margin-top: 25px;
}

    .accordion-s3 .collapsed .plus-minus .fa-minus {
        opacity: 0;
    }

    .accordion-s3 .plus-minus [class*=fa-] {
        color: #444;
    }

    .accordion-s3 .plus-minus .fa-minus {
        position: absolute;
        top: 0;
        width: 100%;
        left: 0;
        opacity: 0;
    }

    .accordion-s3 .plus-minus [class*=fa-] {
        float: right;
        margin-top: 3px;
    }
/* ============================
         END OF FAQ
 ============================= */


/* ============================
           NOTIFY
 ============================= */
#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;
    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;
    }
/* ============================
         END OF NOTIFY
 ============================= */



/* ============================
           PLAN
 ============================= */
.plan {
    padding: 45px 59px;
    box-shadow: 0 12px 26px rgba(0, 0, 0, 0.17);
    background: #fff;
    text-align: center;
    border-radius: 2px;
    width: 90%;
    margin: auto;
}

    .plan img {
        width: 72%;
    }

    .plan i {
        font-size: 52px;
        color: #e52222;
        margin-bottom: 8px;
    }

    .plan h6 {
        font-size: 17px;
        margin-bottom: 20px;
        margin-top: 10px;
    }

    .plan h1 {
        font-size: 54px;
        font-family: 'Poppins', sans-serif;
    }

    .plan span {
        font-size: 28px;
        margin-right: 5px;
    }

    .plan p {
        margin-bottom: 30px;
    }

.plan-list {
    padding: 0;
    margin-bottom: 25px;
}

    .plan-list li {
        list-style-type: none;
        padding-bottom: 5px;
    }

        .plan-list li a {
            font-size: 16px;
            font-family: 'Raleway', sans-serif;
        }
/* ============================
         END OF PLAN
 ============================= */


/* ============================
           TEAM
 ============================= */
.team-content {
    padding: 25px 25px 25px;
    background: #fff;
}

    .team-content img {
        width: 45%;
        border-radius: 50%;
        margin-bottom: 10px;
    }

.team-social {
    padding: 0;
    margin-bottom: 0;
}

.team-content p {
    margin-bottom: 5px;
}

.team-social li {
    display: inline;
    font-size: 20px;
    padding: 2px;
    list-style-type: none;
}
/* ============================
         END OF TEAM
 ============================= */


/* ============================
        TESTIMONIALS
 ============================= */
.testimonials-item p {
    margin-top: 20px;
    font-size: 18px;
}

.testimonials-item {
    border: 2px;
}

    .testimonials-item h6 {
        margin-bottom: 0;
    }

.testimonials-item-2 {
    background: #fff;
    padding: 25px 25px;
    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;
}
/* ============================
       END OF TESTIMONIALS
 ============================= */



/* ============================
          CONTACT
 ============================= */
#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;
    box-shadow: 0 16px 32px rgba(0, 0, 0, 0.17);
    margin-top: 35px;
}

.form-group {
    margin-bottom: 0;
}

.contact-info {
    margin-top: 35px;
}

.mt35 {
    margin-top: 35px;
}

.mb65 {
    margin-bottom: 65px;
}

.transparent {
    background: Transparent;
    border-bottom: 1px solid #ccc !important;
    border: none;
    border-radius: 0;
    text-align: center;
    padding: 28px 0;
}

.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;
    }
/* ============================
        END OF CONTACT
 ============================= */



/* ============================
         FOOTER
 ============================= */
.footer-social li {
}

.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;
}
/* ============================
         END OF FOOTER
 ============================= */



/* ============================
         RESPONSIVE
 ============================= */
@media (max-width: 480px) {
    .mb-space-mob {
        margin-bottom: 35px;
    }

    .mob-fix-1 {
        margin-top: 45px;
    }

    .mob-fix-2 {
        margin-bottom: 45px;
    }

    .mob-hide {
        display: none !important;
    }

    #top-header {
        display: none;
    }

    .navbar-sticky .navbar-nav li {
        display: inline;
        text-align: center;
    }

    .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;
            }

    .tagline {
        font-size: 34px;
    }

    .section-heading h1 {
        font-size: 29px;
    }

    .section-heading p {
        font-size: 16px;
    }

    .intro-content p {
        font-size: 17px;
    }

    .about-content h1 {
        font-size: 29px;
    }

    .features-box {
        text-align: center;
    }

        .features-box img {
            width: 30%;
            float: none !important;
            margin-bottom: 15px;
        }

    .features-content {
        text-align: center;
        padding-left: 0;
    }

    .feature-content p {
        margin-left: 0;
    }

    .process-box {
        width: 100%;
        text-align: center;
    }

        .process-box img {
            width: 45%;
            float: none;
            margin-bottom: 15px;
        }

    .process-content {
        padding-left: 0;
    }

    .service-box .service-item {
        border: none;
    }

    .subscriber-form form {
        width: 80%;
        height: 44px;
    }

    .testimonials-item p {
        margin-top: 20px;
        font-size: 16px;
    }

    .testimonials-item img {
        width: 30%;
        margin-bottom: 15px;
    }

    .work_process .work_box .work_detail_left {
        margin-right: 15px;
    }

    .work_process .work_box .work_detail_right {
        margin-right: 15px;
    }

    .work_process .work_box .work_left::after,
    .work_process .work_box .work_right::after {
        display: none;
    }

    #contact-form {
        width: 100%;
    }

    #contact-form-2 {
        padding: 40px;
    }

    .fact-content h1 {
        font-size: 32px;
    }
}

@media (min-width: 481px) and (max-width: 761px) {
    .mb-space-mob {
        margin-bottom: 35px;
    }

    .mob-fix-1 {
        margin-top: 45px;
    }

    .mob-fix-2 {
        margin-bottom: 45px;
    }

    .mob-hide {
        display: none !important;
    }

    #top-header {
        display: none;
    }

    .navbar-sticky .navbar-nav li {
        display: inline;
        text-align: center;
    }

    .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;
            }

    .tagline {
        font-size: 38px;
    }

    .section-heading h1 {
        font-size: 31px;
    }

    .section-heading p {
        font-size: 16px;
    }

    .about-content h1 {
        font-size: 29px;
    }

    .features-box {
        text-align: center;
        display: block;
        margin: auto;
    }

        .features-box img {
            width: 30%;
            float: none !important;
            margin-bottom: 15px;
        }

    .features-content {
        text-align: center;
        padding-left: 0;
    }

        .features-content p {
            margin-left: 0;
        }

    .service-box .service-item {
        border: none;
    }

    .process-box {
        width: 100%;
        text-align: center;
    }

        .process-box img {
            width: 45%;
            float: none;
            margin-bottom: 15px;
        }

    .process-content {
        padding-left: 0;
    }

    .testimonials-item p {
        margin-top: 20px;
        font-size: 16px;
    }

    .testimonials-item img {
        width: 30%;
        margin-bottom: 15px;
    }

    .work_process .work_box .work_detail_left {
        margin-right: 15px;
    }

    .work_process .work_box .work_detail_right {
        margin-right: 15px;
    }

    .work_process .work_box .work_left::after,
    .work_process .work_box .work_right::after {
        display: none;
    }

    .work_process::after {
        display: none;
    }

    #contact-form {
        width: 100%;
    }

    .fact-content h1 {
        font-size: 37px;
    }
}

@media (max-width: 768px) {
    .work_process::after {
        margin: 0;
    }

    .work_right img,
    .work_left img {
        max-width: 250px;
    }

    .work_box .timeline_icon {
        float: left !important;
        margin: 0 0 30px 15px !important;
        text-align: left !important;
        position: relative;
    }

        .work_box .timeline_icon::after {
            left: -24px !important;
        }

    .work_box .work_detail {
        text-align: left !important;
        margin-left: 15px;
    }

    .work_process::after {
        display: none;
    }
}

@media (min-width: 762px) and (max-width: 991px) {
    .mb-space-mob {
        margin-bottom: 35px;
    }

    .mob-fix-1 {
        margin-top: 45px;
    }

    .mob-fix-2 {
        margin-bottom: 45px;
    }

    .mob-hide {
        display: none !important;
    }

    .navbar-sticky .navbar-nav li {
        display: inline;
        text-align: center;
    }

    .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;
            }

    .service-box .service-item {
        border: none;
    }

    #top-header {
        display: none;
    }

    .process-box {
        width: 100%;
        text-align: center;
    }

        .process-box img {
            width: 35%;
            float: none;
            margin-bottom: 15px
        }

    .process-content {
        padding-left: 0;
    }

    .work_process .work_box .work_left::after,
    .work_process .work_box .work_right::after {
        display: none;
    }

    .work_process::after {
        display: none;
    }

    .team-content {
        margin: 35px;
    }

    .plan {
        width: 60%;
        text-align: center:
    }
}

@media (min-width: 992px) and (max-width: 1200px) {
    .nav-help {
        visibility: hidden;
    }
}
/* ============================
        END OF RESPONSIVE
 ============================= */

