/* ------------------------------------------------------------------------------
	Template Name: Minifolio
	Author: Designstub
	Author URI: http://www.designstub.com
	License: GNU General Public License version 3.0
	License URI: http://www.gnu.org/licenses/gpl-3.0.html
	Version: 1.0

/* ------------------------------------------------------------------------------
	Typography
-------------------------------------------------------------------------------*/


@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,700&display=swap');
@media(max-width: 480px) {
    body {
        display: inline-block;
    }
}

@media (min-width: 1024px) {
    body {
        max-width: 1500px;
        background-image: linear-gradient(to right bottom, #4a4362, #454062, #3f3c62, #393963, #323663, #2e3565, #283466, #223368, #1e346b, #19346f, #113572, #053676);
        background-repeat: no-repeat;
        margin: 0 auto !important;
        background-attachment: fixed;
        float: none !important;
        box-shadow: 0px 0px 19px 4px rgba(26, 25, 25, 0.72);
        }
}

p {
    font-size: 13px;
    line-height: 22.4px;
    /*color: #6c7279;*/
}

h1 {
    font-size: 65px;
    color: #2d3033;
}

h2 {
    font-size: 40px;
    color: #2d3033;
}

h3 {
    font-size: 28px;
    color: #2d3033;
    font-weight: 300;
}

h4 {
    font-size: 22px;
    color: #2d3033;
    font-weight: 400;
}

h5 {
    font-size: 14px;
    color: #2d3033;
    text-transform: uppercase;
    font-weight: 700;
}

.btn {
    background-color: #3bc492;
    color: #fff;
    font-size: 13px;
    font-weight: 600;
    border: 0;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    display: inline-block;
    text-transform: uppercase;
}

    .btn:hover, .btn:focus {
        background-color: #3d3d3d;
        color: #fff;
    }

.btn-large {
    padding: 15px 40px;
}
/* ------------------------------------------------------------------------------
	Global Styles
-------------------------------------------------------------------------------*/
a {
    color: #494E6B;
}

    a:hover, a:focus {
        text-decoration: none;
        -moz-transition: background-color, color, 0.3s;
        -o-transition: background-color, color, 0.3s;
        -webkit-transition: background-color, color, 0.3s;
        transition: background-color, color, 0.3s;
    }

body {
    font-family: "Open Sans", Arial, sans-serif;
    font-weight: 400;
    color: #6c7279;
}

ul, ol {
    margin: 0;
    padding: 0;
}

    ul li {
        list-style-type: none;
   }
    ul.margin-left {
        font-weight:normal !important;
        list-style-type: circle !important;
        padding-left: 20%;
    }

.section {
    padding: 40px 0;
}

.no-padding {
    padding: 0;
}

.no-gutter [class*=col-] {
    padding-right: 0;
    padding-left: 0;
}

.space {
    margin-top: 60px;
}
/* ------------------------------------------------------------------------------
	Header
-------------------------------------------------------------------------------*/
#header {
    position: fixed;
    width: 100%;
    max-width:1500px;
    z-index: 999;
}

    #header .header-content {
        margin: 0 auto;
        max-width: 1170px;
        padding: 40px 0;
        width: 100%;
        -moz-transition: padding 0.3s;
        -o-transition: padding 0.3s;
        -webkit-transition: padding 0.3s;
        transition: padding 0.3s;
    }

    #header .logo {
        float: left;
        font-size: 24px;
        font-weight: 700;
        color: #fff;
        text-decoration: none;
        text-transform: uppercase;
        letter-spacing: 7px;
    }

    #header.fixed {
        background-color: #fff;
    }

        #header.fixed a {
            color: #000;
        }

        #header.fixed .header-content {
            border-bottom: 0;
            padding: 25px 0;
        }

        #header.fixed .nav-toggle {
            top: 18px;
            color: #000;
        }

.navigation.open {
    opacity: 0.9;
    visibility: visible;
    -moz-transition: opacity 0.5s;
    -o-transition: opacity 0.5s;
    -webkit-transition: opacity 0.5s;
    transition: opacity 0.5s;
}

.navigation {
    float: right;
}

    .navigation li {
        display: inline-block;
    }

    .navigation a {
        color: rgba(255, 255, 255, 1);
        font-size: 13px;
        font-weight: 700;
        margin-left: 40px;
        text-transform: uppercase;
    }

        .navigation a:hover, .navigation a.active {
            color: #fff;
        }

.nav-toggle {
    display: none;
    height: 44px;
    overflow: hidden;
    position: fixed;
    right: 5%;
    text-indent: 100%;
    top: 32px;
    white-space: nowrap;
    width: 44px;
    z-index: 99999;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

    .nav-toggle:before, .nav-toggle:after {
        border-radius: 50%;
        content: "";
        height: 100%;
        left: 0;
        position: absolute;
        top: 0;
        width: 100%;
        -moz-transform: translateZ(0);
        -ms-transform: translateZ(0);
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        -moz-backface-visibility: hidden;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        -moz-transition-property: -moz-transform;
        -o-transition-property: -o-transform;
        -webkit-transition-property: -webkit-transform;
        transition-property: transform;
    }

    .nav-toggle:before {
        background-color: #e84545;
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -webkit-transform: scale(1);
        transform: scale(1);
        -moz-transition-duration: 0.3s;
        -o-transition-duration: 0.3s;
        -webkit-transition-duration: 0.3s;
        transition-duration: 0.3s;
    }

    .nav-toggle:after {
        background-color: #e84545;
        -moz-transform: scale(0);
        -ms-transform: scale(0);
        -webkit-transform: scale(0);
        transform: scale(0);
        -moz-transition-duration: 0s;
        -o-transition-duration: 0s;
        -webkit-transition-duration: 0s;
        transition-duration: 0s;
    }

    .nav-toggle span {
        background-color: #fff;
        bottom: auto;
        display: inline-block;
        height: 3px;
        left: 50%;
        position: absolute;
        right: auto;
        top: 50%;
        width: 18px;
        z-index: 10;
        -moz-transform: translateX(-50%) translateY(-50%);
        -ms-transform: translateX(-50%) translateY(-50%);
        -webkit-transform: translateX(-50%) translateY(-50%);
        transform: translateX(-50%) translateY(-50%);
    }

        .nav-toggle span:before, .nav-toggle span:after {
            background-color: #fff;
            content: "";
            height: 100%;
            position: absolute;
            right: 0;
            top: 0;
            width: 100%;
            -moz-transform: translateZ(0);
            -ms-transform: translateZ(0);
            -webkit-transform: translateZ(0);
            transform: translateZ(0);
            -moz-backface-visibility: hidden;
            -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
            -moz-transition: -moz-transform 0.3s;
            -o-transition: -o-transform 0.3s;
            -webkit-transition: -webkit-transform 0.3s;
            transition: transform 0.3s;
        }

        .nav-toggle span:before {
            -moz-transform: translateY(-6px) rotate(0deg);
            -ms-transform: translateY(-6px) rotate(0deg);
            -webkit-transform: translateY(-6px) rotate(0deg);
            transform: translateY(-6px) rotate(0deg);
        }

        .nav-toggle span:after {
            -moz-transform: translateY(6px) rotate(0deg);
            -ms-transform: translateY(6px) rotate(0deg);
            -webkit-transform: translateY(6px) rotate(0deg);
            transform: translateY(6px) rotate(0deg);
        }

    .nav-toggle.close-nav:before {
        -moz-transform: scale(0);
        -ms-transform: scale(0);
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    .nav-toggle.close-nav:after {
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    .nav-toggle.close-nav span {
        background-color: rgba(255, 255, 255, 0);
    }

        .nav-toggle.close-nav span:before, .nav-toggle.close-nav span:after {
            background-color: #fff;
        }

        .nav-toggle.close-nav span:before {
            -moz-transform: translateY(0) rotate(45deg);
            -ms-transform: translateY(0) rotate(45deg);
            -webkit-transform: translateY(0) rotate(45deg);
            transform: translateY(0) rotate(45deg);
        }

        .nav-toggle.close-nav span:after {
            -moz-transform: translateY(0) rotate(-45deg);
            -ms-transform: translateY(0) rotate(-45deg);
            -webkit-transform: translateY(0) rotate(-45deg);
            transform: translateY(0) rotate(-45deg);
        }
/* ------------------------------------------------------------------------------
	Banner
-------------------------------------------------------------------------------*/

.banner-bg {
    background-image: url(../images/indexImg/banner.jpg);
    background-position: center top;
    background-repeat: no-repeat;
    -moz-background-size: cover;
    -o-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover;
}
.banner-small {
    background-image: url(../images/indexImg/banner0.jpg);
    background-position: center bottom;
    background-repeat: no-repeat;
    -moz-background-size: cover;
    -o-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover;
    min-height: 150px;
}
.banner {
    background-image: url(../images/indexImg/banner.jpg);
    background-position: center top;
    background-repeat: no-repeat;
    -moz-background-size: cover;
    -o-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover;
    min-height: 600px;
}

.banner-text {
    padding-top: 25%;
}

    .banner-text h1 {
        color: #fff;
        text-shadow: 0 0 15px #606060;
        font-family: "Open Sans", Arial, sans-serif;
        font-size: 65px;
        font-weight: 700;
        text-transform: uppercase;
    }

    .banner-text p {
        color: rgba(255, 255, 255, 1);
        text-shadow: 0 0 8px #606060;
        font-size: 16px;
        font-weight: 400;
        line-height: 24px;
        margin-top: 30px;
        margin-bottom: 80px;
    }

/* ==========================================================================
	$intro
========================================================================== */
.intro {
    background-color: #494E6B;
    /*background-color: #eaa40e;*/
}
.intro-grad {
    /*background-image: linear-gradient(to right top, #b35994, #e16282, #fd7a67, #ff9f4b, #f0c93b);*/
    background-image: linear-gradient(to right bottom, #4e496d, #555b87, #576ea2, #5483be, #4898d8);
    box-shadow: 0px 0px 19px 4px rgba(26, 25, 25, 0.72);
}
.div-pad {
    /*margin:5px;*/
    border-radius:5px;
    padding:15px;
    background-color:white;
    margin:2px;
}
    .div-pad h3 {
        text-shadow: 1px 1px 2px #606060;
    }
    .intro h3 {
        font-family: "Open Sans", Arial, sans-serif;
        font-size: 40px;
        text-align: center;
        margin-top: 0;
    }

    .intro p {
        font-family: "Open Sans", Arial, sans-serif;
        /*color: rgba(255, 255, 255, 0.9);*/
        text-align: justify;
        font-size: 15px;
        -moz-text-align-last: center;
        text-align-last: center;
        font-weight: 400;
    }
/* ==========================================================================
	$containers
========================================================================== */
.container-orange {
    background-color: rgba(211, 153, 28, 0.73);
}

.container-grey {
    background-color: lightgrey !important;
}

.container-call {
    background-color: #e05c50;
    color: white;
}

    .container-call h4 {
        color: #fff;
        font-family: "Open Sans", Arial, sans-serif;
        font-size: 40px;
        text-align: center;
        margin-top: 0;
    }

    .container-call p {
        font-family: "Open Sans", Arial, sans-serif;
        color: white;
        text-align: center;
        font-size: 15px;
        font-weight: 400;
    }


.container-orange h3 {
    color: #fff;
    font-family: "Open Sans", Arial, sans-serif;
    font-size: 40px;
    text-align: center;
    margin-top: 0;
}

.container-orange p {
    font-family: "Open Sans", Arial, sans-serif;
    color: rgba(255, 255, 255, 0.9);
    text-align: center;
    font-size: 15px;
    font-weight: 400;
}
/* ------------------------------------------------------------------------------
	 Services
-------------------------------------------------------------------------------*/
.service-section {
    padding-top:70px;
    padding-bottom:10px;
}

/*.services {
    margin-bottom: 50px;
}*/

.services-content {
    padding: 0 15px;
    margin-top: 30px;
}

.services .icon {
    color: #494E6B;
    font-size: 40px;
    /*padding-left: 15px;*/
}
/* ------------------------------------------------------------------------------
	 Works
-------------------------------------------------------------------------------*/
.work {
    -moz-box-shadow: 0 0 0 1px #fff;
    -webkit-box-shadow: 0 0 0 1px #fff;
    box-shadow: 0 0 0 1px #fff;
    overflow: hidden;
    position: relative;
}

    .work img {
        width: 100%;
        height: 100%;
    }

    .work .overlay {
        background: rgba(0, 174, 218, 0.9);
        height: 100%;
        left: 0;
        opacity: 0;
        position: absolute;
        top: 0;
        width: 100%;
        -moz-transition: opacity, 0.3s;
        -o-transition: opacity, 0.3s;
        -webkit-transition: opacity, 0.3s;
        transition: opacity, 0.3s;
    }

    .work .overlay-caption {
        position: absolute;
        text-align: center;
        top: 50%;
        width: 100%;
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
    }

    .work h5, .work p, .work img {
        -moz-transition: all, 0.5s;
        -o-transition: all, 0.5s;
        -webkit-transition: all, 0.5s;
        transition: all, 0.5s;
    }

    .work h5, .work p {
        color: #fff;
        margin: 0;
        opacity: 0;
    }

    .work span {
        font-size: 45px;
    }

    .work h5 {
        margin-bottom: 5px;
        -moz-transform: translate3d(0, -200%, 0);
        -ms-transform: translate3d(0, -200%, 0);
        -webkit-transform: translate3d(0, -200%, 0);
        transform: translate3d(0, -200%, 0);
    }

    .work p {
        -moz-transform: translate3d(0, 200%, 0);
        -ms-transform: translate3d(0, 200%, 0);
        -webkit-transform: translate3d(0, 200%, 0);
        transform: translate3d(0, 200%, 0);
    }

.work-box:hover img {
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}

.work-box:hover .overlay {
    opacity: 1;
}

    .work-box:hover .overlay h5, .work-box:hover .overlay p {
        opacity: 1;
        -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
/* ------------------------------------------------------------------------------
	 Teams
-------------------------------------------------------------------------------*/
.person {
    max-width: 270px;
    text-align: center;
}

    .person img {
        width: 150px;
        height: 150px;
        border-radius: 50%;
        margin: auto;
    }

.person-content {
    margin-top: 20px;
}

.person h4 {
    font-weight: 400;
}

.person h5 {
    color: #00aeda;
    font-size: 13px;
    font-weight: 400;
    margin-bottom: 20px;
}

.social-icons, .footer .footer-share {
    margin-top: 30px;
}

    .social-icons li, .footer .footer-share li {
        display: inline-block;
        float: none;
    }

    .social-icons a, .footer .footer-share a {
        border: 1px solid #e8ecee;
        -moz-border-radius: 50%;
        -webkit-border-radius: 50%;
        border-radius: 50%;
        color: #c6cacc;
        display: block;
        font-size: 14px;
        height: 32px;
        line-height: 32px;
        margin-right: 5px;
        text-align: center;
        width: 32px;
    }

        .social-icons a:hover {
            background-color: #00aeda;
            border-color: #01a9d4;
            color: #fff;
        }
/* ------------------------------------------------------------------------------
	 Testimonials
-------------------------------------------------------------------------------*/
.testimonials {
    background-color: #00aeda;
    background-size: cover;
    position: relative;
    text-align: center;
}

    .testimonials blockquote {
        border: 0;
        margin: 0;
        padding: 200px 15%;
    }

    .testimonials img {
        width: 10%;
    }

    .testimonials h1 {
        color: #fff;
        font: 30px "Open Sans";
        font-weight: 300;
    }

    .testimonials p {
        color: #fff;
        display: block;
        font-size: 13px;
        font-style: normal;
        letter-spacing: 2px;
        font-weight: 400;
        margin-top: 30px;
        text-transform: uppercase;
    }

.flex-control-nav {
    margin-top: 2%;
    bottom: none !important;
    position: relative !important;
    right: 0;
    text-align: center;
    width: 100% !important;
    z-index: 100;
}
/* ------------------------------------------------------------------------------
	Contact form
-------------------------------------------------------------------------------*/
#wrap {
    text-align: center;
    width: 600px;
    margin: 0 auto;
}

#left_col {
    float: left;
    width: 270px;
}

#right_col {
    float: right;
    width: 270px;
}

.conForm {
    text-align: center;
}

    .conForm h5 {
        font-size: 30px;
    }

    .conForm h6 {
        font-size: 25px;
        color: #000000;
    }

    .conForm p {
        text-align: center;
        margin: 5%;
    }

    .conForm input {
        color: #797979;
        padding: 10px 25px;
        border: none;
        margin-right: 3%;
/*        margin-bottom: 40px;
*/        outline: none;
        font-style: normal;
        border-bottom: #e0e0e0 1px solid;
        font-size: 15px;
    }
    .conForm select {
        color: #797979;
        padding: 10px 25px;
        border: none;
        margin-right: 3%;
        /*        margin-bottom: 40px;
*/ outline: none;
        font-style: normal;
        border-bottom: #e0e0e0 1px solid;
        font-size: 15px;
    }

        .conForm input.noMarr {
            margin-right: 0px;
        }

    .conForm textarea {
        color: #797979;
        padding: 15px 30px;
        margin-bottom: 18px;
        outline: none;
        height: 150px;
        font-style: normal;
        resize: none;
        font-size: 15px;
        border: none;
        border-bottom: #e0e0e0 1px solid;
    }

    .conForm .submitBnt {
        background: #3bc492;
        color: #fff;
        margin-top: 30px;
        padding: 15px 30px 15px 30px;
        font-size: 13px;
        font-weight: 600;
        letter-spacing: 5px;
        border: 0;
        -moz-border-radius: 2px;
        -webkit-border-radius: 2px;
        border-radius: 2px;
        display: inline-block;
        text-transform: uppercase;
    }

    .conForm button.submitBnt.disabled {
        opacity: 0.2;
    }


    .conForm .submitBnt:hover {
        background: #3d3d3d;
        color: #fff;
    }

#success_page {
    color: #00bdbd;
    font-weight: 500;
}

.error_message {
    color: #ff675f;
    padding-bottom: 15px;
    font-weight: 500;
}

#success_page h3 {
    font-size: 17px;
    color: #5ed07b;
    font-weight: 700;
}

/* ------------------------------------------------------------------------------
	 Footer
-------------------------------------------------------------------------------*/
.footer {
    text-align: left;
}

.footer-top {
    background-color: #181818;
    padding-top: 50px;
}

.footer-bottom {
    background-color: #313454;
    padding: 20px 0;
}

.footer .footer-col {
    margin-bottom: 80px;
}

.footer h5 {
    color: #fff;
}

.footer h5 {
    margin-bottom: 20px;
}

.footer p {
    color: rgba(255, 255, 255, 0.60);
}

.footer a {
    color: rgba(255, 255, 255, 0.60);
}

    .footer a:hover {
        color: #e84545;
    }

.footer .footer-share {
    margin-top: 0;
}

    .footer .footer-share li {
        display: inline-block;
        float: none;
    }

    .footer .footer-share a {
        border: none;
        font-size: 21px;
        color: rgba(255, 255, 255, 0.25);
    }

.footer .fa-heart {
    color: #e84545;
    font-size: 11px;
    margin: 0 2px;
}

/* ------------------------------------------------------------------
carousel
---------------------------------------------------------------------*/
.item_active img {
    width: 100%;
}

.item img {
    width: 100%;
}

.item h4 {
    color: #fff;
    font-family: "Open Sans", Arial, sans-serif;
    text-shadow: 0 0 10px #606060;
    font-size: 40px;
    text-align: center;
    margin-top: 0;
}
.shadow {
    -webkit-box-shadow: 0 8px 10px -2px #6c7279; /* Safari 3-4, iOS 4.0.2 - 4.2, Android 2.3+ */
    -moz-box-shadow: 0 8px 10px -2px #6c7279; /* Firefox 3.5 - 3.6 */
    box-shadow: 0 3px 10px -2px #6c7279; /* Opera 10.5, IE 9, Firefox 4+, Chrome 6+, iOS 5 */
}
    /* divider section */
.divider {
    color: black;
    text-align: center;
}

    .divider .fa {
        color:#fff;
        border: 2px solid #fff;
        border-radius: 50%;
        font-size: 32px;
        width: 80px;
        height: 80px;
        line-height: 76px;
        text-transform: capitalize;
    }

    .divider h2, .divider h4 {
        padding-bottom: 4px;
        color: white;
        text-shadow: 3px 4px 3px #474747;
    }
    .divider p , .divider a{
        /*color:white;*/
    }

    .divider .divider-wrapper {
        padding: 10px 15px 10px 15px;
        position: relative;
        bottom: 40px;
        transition: all 0.4s ease-in;
        height:100%;
    }

        .divider .divider-wrapper:hover {
            bottom: 60px;
            cursor: pointer;
        }

    .divider .divider-one {
        border-radius: 5px;
        background: #494E6B;
    }

    .divider .divider-two {
        border-radius: 5px;
        background: #e05c50;
    }

    .divider .divider-three {
        border-radius: 5px;
        background: #3bc492;
    }
    .divider .divider-four {
        border-radius: 5px;
        background: #00bdbd;
    }
    .divider .divider-five {
        border-radius: 5px;
        background: #f5cc46;
    }

