/*
* lila - Multi-purpose Responsive One Page Template
* Build Date: august 2016
* Author: Mohamed Hamato
* Copyright (C) 2016 Mohamed Hamato
*/
/* ------------------------------------- */
/* TABLE OF CONTENTS
/* -------------------------------------
    1. IMPORT GOOGLE FONTS
    2. GENERAL
    3. HEADER
    4. HERO SECTIONS
    5. ICON BOXES
    6. PROJECTS SECTION (PORTFOLIO)
    7. COUNTER  SECTION
	8. TEAM SECTION
	9. EXPERT& SKILLS  SECTION
	10. Testimonial SECTION
	11. PRICE SECTION
	12. BLOG  SECTION
	13. Contact Section
	14. FOOTER
	------------------------------------- */

/*  ----------------------------------------------------
1. IMPORT GOOGLE FONTS
-------------------------------------------------------- */
@import url("https://fonts.googleapis.com/css?family=Montserrat+Alternates:400,700");
@import url("https://fonts.googleapis.com/css?family=Roboto:400,500,700,900");
/*  ----------------------------------------------------
2. GENERAL
-------------------------------------------------------- */

html {
    font-size: 100%;
}
@media all and (max-width: 768px) {
    html {
        font-size: 85%;
    }
}


body {
    font-size: 14px;
    line-height: 25px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-family: 'Roboto', sans-serif;

    font-weight: 400;
    overflow-x: hidden;
}



h1,
h2,
h3,
h4,
h5,
h6, {
    font-family: 'Montserrat', 'Helvetica', 'Arial', sans-serif;
    color: #343434;
    font-weight: 600;
    font-variant-ligatures: common-ligatures;
    margin-top: 0;
    margin-bottom: 0;
}


h1{font-size:36px;}
h2{font-size: 32px;}
h3{font-size: 28px;}
h4{font-size: 24px;}
h5{font-size: 18px;}
h6{font-size: 14px;}
p { font-size: 14px;}


@media all and (max-width: 767px) {
    h1{font-size:28px;}
    h2{font-size: 26px;}
    h3{font-size: 22px;}
    h4{font-size: 16px;}
    h5{font-size: 14px;}
    h6{font-size: 12px;}
    p { font-size: 12px;}
}



a{
    webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
a:hover,
a:focus,
a:active {
    text-decoration: none;
    outline: none;
    webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}



.text-center {
    text-align: center;
}
.text-left {
    text-align: left;
}
.text-right {
    text-align: right;
}


@media all and (max-width: 767px) {
    .text-center-xs {
        text-align: center;
    }
    .text-left-xs {
        text-align: left;
    }
    .text-right-xs {
        text-align: right;
    }
}



/*colors - background */
.bg-light{
    background-color: #FFFFFF;
}
.bg-gray {
    background-color: #f8f8f8;
}

.bg-dark {
    background-color: #222328;
}

.color_light {
    background: #FFFFFF;
}

.color_dark {
    background: #222328;
}
.color_river {
    background: #3498DB;
}



.bg-facebook {
    background-color: #3b5998 !important;
}

.bg-twitter {
    background-color: #00aced !important;
}

.bg-linkedin {
    background-color: #007bb6 !important;
}

.bg-googleplus {
    background-color: #dd4b39 !important;
}



.opacity-4{
    opacity: 0.4 !important;

}
.opacity-5{
    opacity: 0.5 !important;

}
.opacity-6{
    opacity: 0.6 !important;

}
.opacity-7{
     opacity: 0.7 !important;

 }
.opacity-8{
      opacity: 0.8 !important;

  }
.opacity-9{
       opacity: 0.9 !important;

   }


/*buttons */
.btn{
    display: inline-block;
    font-family: 'Montserrat', 'Helvetica', 'Arial', sans-serif;
    padding: 6px 15px;
    text-align: center;
    cursor: pointer;
    background-image: none;
    text-shadow: none;
    font-weight: 400 !important;
    letter-spacing: 0;
    min-width: 110px;
    margin: 5px;
    border-radius: 0;
    text-transform: capitalize;
}


.btn_blue{
    background-color: #0099ff !important;
    color: #e7e7e7 !important;
}
.btn_blue:hover{
    background-color: #FFFFFF !important;
    color: #0099ff !important;
    box-shadow: 0 0 1px rgba(133, 133, 133, 0.44);
}


.btn_blue_black{
    background-color: #0099ff !important;
    color: #e7e7e7 !important;
}
.btn_blue_black:hover{
    background-color: #333 !important;
    color: #FFFFFF !important;
}


.btn_black_blue{
    background-color: #333 !important;
    color: #FFFFFF !important;
}
.btn_black_blue:hover{

    background-color: #0099ff !important;
    color: #e7e7e7 !important;
}



/*padding */
.pt150{
    padding-top: 150px;
}
.pt80{
    padding-top: 80px;
}
.pt50{
    padding-top: 50px;
}
.pt25{
    padding-top: 25px;
}
.pt10{
    padding-top: 10px;
}
.pb120{
    padding-bottom: 120px;
}
.pb80{
    padding-bottom: 80px;
}
.pb70{
    padding-bottom: 70px;
}
.pb50{
    padding-bottom: 50px;
}
.pb25{
    padding-bottom: 25px;
}
.pb10{
    padding-bottom: 10px;
}

/*margin */

.mt80{
    margin-top: 80px;
}
.mt50{
    margin-top: 50px;
}
.mt25{
    margin-top: 25px;
}
.mt10{
    margin-top: 10px;
}
.mb80{
    margin-bottom: 80px;
}
.mb50{
    margin-bottom: 50px;
}
.mb25{
    margin-bottom: 25px;
}
.mb10{
    margin-bottom: 10px;
}


.mr0{
    margin-right: 0 !important;
}
.ml0{
    margin-left: 0 !important;
}


/*section general */

.h3 {font-family: 'Lato', sans-serif; font-weight:900 !important; padding-left:10px; border-left:5px #a97801 solid !important;}
.section_title h2 {font-family: 'Lato', sans-serif; font-weight:900 !important;}
h2 {font-family: 'Lato', sans-serif; font-weight:900 !important;}

.section_title{
    text-align: center;
	
}
.section_title i{
    color: #0099ff;
    font-size: 36PX;
    margin-bottom: 20PX;
}
.section_title h6{
    text-transform: uppercase;
    font-weight: 400;
    letter-spacing: 1px;
    margin-top: 0;
    margin-bottom: 0;
}
.section_title h3{
    margin-top: 10px;
    font-weight: 500;
    font-size: 32px;
    font-family: 'Roboto', sans-serif;
}
.title_desc{
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

@media all and (max-width: 767px) {
    .section_title h3{
        margin-top: 10px;
        font-weight: 500;
        font-size: 24px;
        font-family: 'Roboto', sans-serif;
    }
}

/* === LOADER === */


#loading{
    background-color: #f6f6f6;
    height: 100%;
    width: 100%;
    position: fixed;
    z-index: 9999;
    margin-top: 0;
    top: 0;
}
#loading-center{
    width: 100%;
    height: 100%;
    position: relative;
}
#loading-center-absolute {
    position: absolute;
    left: 50%;
    top: 50%;
    height: 60px;
    width: 60px;
    margin-top: -30px;
    margin-left: -30px;
    -webkit-animation: loading-center-absolute 1s infinite;
    animation: loading-center-absolute 1s infinite;

}
.object{
    width: 20px;
    height: 20px;
    background-color: #34495e;
    float: left;
    -moz-border-radius: 50% 50% 50% 50%;
    -webkit-border-radius: 50% 50% 50% 50%;
    border-radius: 50% 50% 50% 50%;
    margin-right: 20px;
    margin-bottom: 20px;
}
.object:nth-child(2n+0) {
    margin-right: 0;

}
#object_one{
    -webkit-animation: object_one 1s infinite;
    animation: object_one 1s infinite;
}
#object_two{
    -webkit-animation: object_two 1s infinite;
    animation: object_two 1s infinite;
}
#object_three{
    -webkit-animation: object_three 1s infinite;
    animation: object_three 1s infinite;
}
#object_four{
    -webkit-animation: object_four 1s infinite;
    animation: object_four 1s infinite;
}

@-webkit-keyframes loading-center-absolute{
    100% {
        -ms-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }

}
@keyframes loading-center-absolute{
    100% {
        -ms-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}




@-webkit-keyframes object_one{
    50% {
        -ms-transform: translate(20px,20px);
        -webkit-transform: translate(20px,20px);
        transform: translate(20px,20px);
    }
}
@keyframes object_one{
    50% {
        -ms-transform: translate(20px,20px);
        -webkit-transform: translate(20px,20px);
        transform: translate(20px,20px);
    }
}


@-webkit-keyframes object_two{
    50% {
        -ms-transform: translate(-20px,20px);
        -webkit-transform: translate(-20px,20px);
        transform: translate(-20px,20px);
    }
}
@keyframes object_two{
    50% {
        -ms-transform: translate(-20px,20px);
        -webkit-transform: translate(-20px,20px);
        transform: translate(-20px,20px);
    }
}



@-webkit-keyframes object_three{
    50% {
        -ms-transform: translate(20px,-20px);
        -webkit-transform: translate(20px,-20px);
        transform: translate(20px,-20px);
    }
}
@keyframes object_three{
    50% {
        -ms-transform: translate(20px,-20px);
        -webkit-transform: translate(20px,-20px);
        transform: translate(20px,-20px);
    }
}



@-webkit-keyframes object_four{
    50% {
        -ms-transform: translate(-20px,-20px);
        -webkit-transform: translate(-20px,-20px);
        transform: translate(-20px,-20px);
    }
}
@keyframes object_four{
    50% {
        -ms-transform: translate(-20px,-20px);
        -webkit-transform: translate(-20px,-20px);
        transform: translate(-20px,-20px);
    }
}


/*  ----------------------------------------------------
3. HEADER
-------------------------------------------------------- */
.nav  { margin-top:18px !important;}
.header{
    background-color: #fff;
    width: 100%;
    min-height: 60px;
    padding-top: 5px;
	padding-bottom:5px;
    webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.sticky_header.header{
    background-color: #FFFFFF;
    width: 100%;

    box-shadow: 0 0 42px 0 rgba(0, 0, 0, 0.08);
    -moz-box-shadow: 0 0 42px 0 rgba(0, 0, 0, 0.08);
    -webkit-box-shadow: 0 0 42px 0 rgba(0, 0, 0, 0.08);
    -o-box-shadow: 0 0 42px 0 rgba(0, 0, 0, 0.08);
    min-height: 60px;
    padding-top: 0;
    webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.header .logo{
    font-family: 'Montserrat', 'Helvetica', 'Arial', sans-serif;
    font-size: 30px;
    text-transform: capitalize;
    padding: 0px 0px;
    text-shadow: none;
    font-weight: 800;
    height: 100%;
    color: #FFFFFF;
}

.header.sticky_header .logo{
    font-family: 'Montserrat', 'Helvetica', 'Arial', sans-serif;
    font-size: 30px;
    text-transform: capitalize;
    padding: 0px 0px;
    color: #343434;
    text-shadow: none;
    font-weight: 800;
    height: 100%;
}

.header .navbar-nav li a {
    color: #000;
    font-size: 13px;
    background-color: transparent !important;
    padding: 20px 8px;
    margin: 0 5px;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    text-transform: capitalize;
    letter-spacing: 1px;
}
.header .navbar-nav li a:hover, .navbar-nav li.active a {
    color: #0099ff;
}

.header.sticky_header .navbar-nav li a {
    color: #656565;
    font-size: 13px;
    background-color: transparent !important;
    padding: 20px 15px;
    margin: 0 5px;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    text-transform: capitalize;
    letter-spacing: 1px;
}
.header.sticky_header .navbar-nav li a:hover ,.header.sticky_header .navbar-nav li.active a  {
    color: #0099ff;
}

.mobile_menu_btn{
    border: solid 1px #1299d5;
    padding: 12px;
    margin-top: 10px;
}
.mobile_menu_btn span {
    background-color: #0099ff;
}

@media (max-width:768px) {
    .header, .header.sticky_header {
        background-color: #FFFFFF;
        width: 100%;
        box-shadow: 0 0 42px 0 rgba(0, 0, 0, 0.08);
        -moz-box-shadow: 0 0 42px 0 rgba(0, 0, 0, 0.08);
        -webkit-box-shadow: 0 0 42px 0 rgba(0, 0, 0, 0.08);
        -o-box-shadow: 0 0 42px 0 rgba(0, 0, 0, 0.08);
        min-height: 60px;
        padding-top: 0;
        webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
    }

    .header .logo,.header.sticky_header .logo {
        font-family: 'Montserrat', 'Helvetica', 'Arial', sans-serif;
        font-size: 30px;
        text-transform: capitalize;
        padding: 20px 15px;
        color: #343434;
        text-shadow: none;
        font-weight: 800;
        height: 100%;
    }

    .navbar-fixed-top .navbar-collapse {
        max-height: 100vh;
    }

    .header_menu {
        float: none !important;
    }
    .header .navbar-nav li a {
        color: #656565;
        font-size: 13px;
        background-color: transparent !important;
        padding: 20px 15px;
        margin: 0 5px;
        font-family: 'Roboto', sans-serif;
        font-weight: 500;
        text-transform: capitalize;
        letter-spacing: 1px;
    }
    .header .navbar-nav li a:hover, .navbar-nav li.active a {
        color: #0099ff;
    }
}


/*  ----------------------------------------------------
4. HERO SECTIONS
-------------------------------------------------------- */
.bg-overlay {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    background-color: #000;
}

.bg-overlay-gradients{
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    opacity: 0.7;
    background: #fc00ff; /* fallback for old browsers */
    background: -webkit-linear-gradient(to left, #fc00ff , #00dbde); /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to left, #fc00ff , #00dbde); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */

}

.video-btn{
    margin-left: 0;
    text-transform: capitalize;
    font-weight: 700;
    font-size: 14px;
    color: #fff !important;
    outline: 0 !important;
    padding: 6px 9px;
}

.video-btn i{
    display: inline-block;
    font-size: 20px;
    padding-top: 1px;
    padding-left: 5px;
    border: 2px solid rgba(255, 255, 255, 0.2);
    width: 40px;
    height: 40px;
    line-height: 35px;
    text-align: center;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    color: #0099ff;
    border-radius: 50%;
    margin-right: 5px;
    webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.video-btn:hover i{
    color: #FFFFFF;
    background-color:rgba(122, 122, 122, 0.67);
    webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}


.hero_parallax{
    position: relative;
    display: table;
    width: 100%;
}

.hero_parallax_inner{
    display: table-cell;
    vertical-align: middle;
    position: relative;
}

/*hero intro full screen */

.hero_full_screen{
    height: 100vh;
    min-height: 500px;
}

.hero h1 {
    color: #ffffff;
    -webkit-font-smoothing: antialiased;
    text-transform: capitalize;
    margin-bottom: 15px;
    font-weight: 400;

}
.hero p{
    line-height: 22px;
    color: #c9c9c9;
    margin: 30px auto;
    text-transform: capitalize;
    font-weight: 400;
    max-width: 800px;
}

/*hero intro half screen */
.hero_half_screen{
    position: relative;
}





/*slider-hero */
.home_intro_carousel{
    height: 100vh;
}
.fullscreen-slider{
    height: 100vh;
    max-height: 700px;
    min-height: 500px;
    width: 100%;
    display: block;
    background-color: rgba(48, 48, 48, 100);

}
.slide-bg-image{
    position: relative;
    display: table;
    width: 100%;
}
.slide-bg-image{
    background-size: cover;
    height: 100vh;
    width: 100%;
    background-repeat: no-repeat;
}
.hero_slider_inner{
    display: table-cell;
    vertical-align: middle;
    position: relative;
    text-align: center;
}
.hero_slider_inner h1 {
    color: #ffffff;
    -webkit-font-smoothing: antialiased;
    text-transform: capitalize;
    margin-bottom: 15px;
    font-weight: 400;

}
.hero_slider_inner p{
    line-height: 22px;
    color: #c9c9c9;
    margin: 30px auto;
    font-size: 16px;
    text-transform: capitalize;
    font-weight: 400;
    max-width: 800px;
}
.fullscreen-slider .owl-pagination{
    position: absolute;
    bottom: 20px;
    left: 0;
    text-align: center;
    width: 100%;
    right: 0;
}
.owl-theme .owl-controls .owl-page span {
    display: block;
    width: 12px;
    height: 12px;
    margin: 5px 7px;
    filter: Alpha(Opacity=50);
    opacity: 0.5;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    background: #000000;
}
.owl-theme .owl-controls  .owl-buttons .owl-prev {
    left: 0;
    top: 48%;
    position: absolute;
    background-color: #000;
    border-radius: 0;
    height: 50px;
    width: 40px;
    text-align: center;
    padding: 12px 12px 0 0;
    font-size: 24px;
    margin: 0;
    border-top-right-radius: 127px;
    border-bottom-right-radius: 128px;
}
.owl-theme .owl-controls  .owl-buttons .owl-next {
    right: 0;
    top: 48%;
    position: absolute;
    background-color: #000;
    border-radius: 0;
    height: 50px;
    width: 40px;
    text-align: center;
    padding: 12px 0 0 12px;
    font-size: 24px;
    margin: 0;
    border-top-left-radius: 127px;
    border-bottom-left-radius: 128px;
}
/*  ----------------------------------------------------
5. ICON BOXES
-------------------------------------------------------- */

.icon_box_one{
    background-color: #ffffff;
    border: 1px solid rgba(238, 238, 238, 0.65);
    text-align: center;
    padding: 35px 25px 20px;
    margin-top: 30px;
    border-radius: 2px;
    webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    cursor: pointer;
}
.icon_box_one:hover {
    box-shadow: 0 0 38px 0 rgba(0, 0, 0, 0.06);
    -moz-box-shadow: 0 0 38px 0 rgba(0, 0, 0, 0.06);
    -webkit-box-shadow: 0 0 38px 0 rgba(0, 0, 0, 0.06);
    -o-box-shadow: 0 0 38px 0 rgba(0, 0, 0, 0.06);
    webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.icon_box_one i{
    font-size: 42px;
    color: #000000;
    webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.icon_box_one h5{
    color: #343434;
    margin-top: 15px;
    text-transform: capitalize;
    webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.icon_box_one p {
    min-height: 75px;
}
.icon_box_one:hover i,.icon_box_one:hover h5{
    color: #0099ff;
    webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}



/*icon box two */

.icon_box_two{
    text-align: center;
    padding: 35px 10px;
    margin-top: 30px;
    webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    cursor: pointer;
}
.icon_box_two i {
    font-size: 42px;
    color: #0099ff;
    webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}



/*  ----------------------------------------------------
6. PROJECTS SECTION (PORTFOLIO)
-------------------------------------------------------- */
.portfolio-categories{
    float: none;
    text-align: center;
    position: relative;
    display: block;
    margin-bottom: 30px;
    padding: 0;
}
.portfolio-categories li{
    float: none;
    text-align: center;
    display: inline-block;
    color: #9d9d9d;
    padding: 10px;
    cursor: pointer;
    text-transform: capitalize;
    font-weight: 500;
    font-size: 14px;
    font-family:'Roboto', sans-serif;
    webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.portfolio-categories li:hover ,.portfolio-categories li.active{
    color: #000;
    background-color: transparent;
    webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.row.filtr-container{
    margin: 0;
    min-height: 500px;
    display: block;
    position: relative;
}
.filtr-container .filtr-item{
   margin: 0;
    padding: 0;
    overflow: hidden;
    display: block;
}
.project_box{
    background-color: #fafafa;
    border: solid 1px #eee;
    position: relative;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    cursor: pointer;
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
}
.project_box img{
    display: block;
    width: 100%;
    height: 100%;
    -webkit-transition: all 0.4s cubic-bezier(0.300, 0.100, 0.580, 1.000);
    -moz-transition: all 0.4s cubic-bezier(0.300, 0.100, 0.580, 1.000);
    -o-transition: all 0.4s cubic-bezier(0.300, 0.100, 0.580, 1.000);
    -ms-transition: all 0.4s cubic-bezier(0.300, 0.100, 0.580, 1.000);
    transition: all 0.6s cubic-bezier(0.300, 0.100, 0.580, 1.000);
}

.product_info{
    position: absolute;
    opacity: 0;
    top: 0;
    padding: 15px;
    bottom: 0;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.89);
    -webkit-transition: all .6s ease-in-out;
    -moz-transition: all .6s ease-in-out;
    transition: all .6s ease-in-out;
    text-align: center;

}
.product_info_text{
    margin-top: 60%;
    -webkit-transition: all 0.4s cubic-bezier(0.300, 0.100, 0.580, 1.000);
    -moz-transition: all 0.4s cubic-bezier(0.300, 0.100, 0.580, 1.000);
    -o-transition: all 0.4s cubic-bezier(0.300, 0.100, 0.580, 1.000);
    -ms-transition: all 0.4s cubic-bezier(0.300, 0.100, 0.580, 1.000);
    transition: all 0.4s cubic-bezier(0.300, 0.100, 0.580, 1.000);

}
.product_info h4{
    font-size: 18px;
    padding: 0;
    line-height: 0;
    letter-spacing: 1px;
    color: #ffffff;
    font-weight: 400;
    text-transform: capitalize;
    margin-bottom: 15px;
}
.product_info p{
    margin: 0 0 25px 0;
    font-size: 13px;
    line-height: 24px;
    color: #0099ff;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
    word-wrap: break-word;
    overflow-wrap: break-word;

}

.project_box:hover .product_info{
    opacity: 1;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;

}
.project_box:hover .product_info_text{
    -webkit-transition: all 0.4s cubic-bezier(0.300, 0.100, 0.580, 1.000);
    -moz-transition: all 0.4s cubic-bezier(0.300, 0.100, 0.580, 1.000);
    -o-transition: all 0.4s cubic-bezier(0.300, 0.100, 0.580, 1.000);
    -ms-transition: all 0.4s cubic-bezier(0.300, 0.100, 0.580, 1.000);
    transition: all 0.4s cubic-bezier(0.300, 0.100, 0.580, 1.000);
    -webkit-transform: translateY(-99px);
    -moz-transform: translateY(-99px);
    transform: translateY(-99px);
}


/*  ----------------------------------------------------
7. COUNTER  SECTION
-------------------------------------------------------- */
.counter_section{
    position: relative;
    width: 100%;
    min-height: 350px;
    background-attachment: fixed;
    background-position: bottom center;
    background-size: cover;
    display: table;
    vertical-align: middle;
}
.counter_section_inner {
    display: table-cell;
    vertical-align: middle;
    background-color: rgba(0, 0, 0, 0.85);
}
.counter_box{
    color: #ffffff;
    margin: 25px auto 15px;
}
.counter_icon{
    font-size: 48px;
    color: #777;
}
.counter_number{
    color: #ccc;
    font-size: 38px;
    margin: 20px 0;
    font-weight: 400;
    font-family: 'Varela Round', Helvetica, Arial, sans-serif;
}
.counter_name{
    font-size: 14px;
    font-weight: 400;
}

/*  ----------------------------------------------------
8. TEAM SECTION
-------------------------------------------------------- */

.team_carousel{
position: relative;
}

.team_item{
    padding: 15px;
}
@media all and (max-width: 767px) {
    .team_item{
        padding: 0;
    }
}


.carousel-inner .item { padding:0px;}
.team_box{
    background-color: #f2f2f2;
    border: 1px solid rgba(244, 244, 244, 0.100);
    text-align: center;
    /* padding: 30px;
    margin-top: 30px;
    border-radius: 3px; */
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.team_box:hover{
    /* box-shadow: 0 0 38px 0 rgba(0, 0, 0, 0.08);
    -moz-box-shadow: 0 0 38px 0 rgba(0, 0, 0, 0.08);
    -webkit-box-shadow: 0 0 38px 0 rgba(0, 0, 0, 0.08);
    -o-box-shadow: 0 0 38px 0 rgba(0, 0, 0, 0.08); */
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.team_box img{
    /* height: 125px;
    margin-bottom: 15px; */
}
.team_box p{
    margin-top: 15px;
    color: #333;
}
.team_social{
    list-style: none;
    text-align: center;
    position: relative;
    float: none;
    width: 100%;
    padding: 0;
    margin: 0 auto;
}
.team_social li{
    display: inline-block;
    float: none;
}
.team_social li a {
    display: block;
    height: 35px;
    width: 35px;
    color: #ffffff !important;
    line-height: 37px;
    text-align: center;
    text-decoration: none !important;
    border-radius: 3px;
    margin: 3px;
    opacity: 0.8;
}
.team_social li a:hover{
    opacity: 1;
}


/*  ----------------------------------------------------
9. EXPERT& SKILLS  SECTION
-------------------------------------------------------- */


.expert_text{
    text-align: justify;
    margin-top: 25px;
    margin-bottom: 25px;
}
.progress {
    height: 5px;
    margin-bottom: 25px;
    overflow: hidden;
    background-color: #f5f5f5;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
    box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
}

.progress-bar{
    height: 100%;
    font-size: 12px;
    line-height: 16px;
    color: #fff;
    text-align: center;
    background-color: #0099ff;
}
.skill_text{
    margin-bottom: 5px;
}
.skill_text span{
    color: #202020;
}
.skill_text span.skill_bar{
    color: #0099ff;
}

/*  ----------------------------------------------------
10. Testimonial SECTION
-------------------------------------------------------- */
.testmonial_section{
    position: relative;
    width: 100%;
    min-height: 350px;
    background-attachment: fixed;
    background-position: bottom center;
    background-size: cover;
}
.testmonial_section_inner {
    display: block;
    vertical-align: middle;
    background-color: rgba(0, 0, 0, 0.80);
}


.testimonial_carousel{
    max-width: 800px;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
}
.item{
    padding: 0 15px;
}
@media all and (max-width: 767px) {
    .item{
        padding: 0;
    }
}
.testimonial-box i{
    color: #ffffff;
    font-size: 48px;
}
.testimonial-box h5{
    font-size: 16px;
    line-height: 30px;
    color: #ccc;
    font-weight: 400;
}
.testimonial-box img{
    height: 80px;
    margin: 10px 0;
}
.testimonial-box h6{
    font-size: 16px;
    color: #b9b9b9;
}
.text-warning{
    color: #dda219;
}


/*  ----------------------------------------------------
11. PRICE SECTION
-------------------------------------------------------- */
.price_box{
    background-color: #ffffff;
    border: 1px solid rgba(244, 244, 244, 0.100);
    text-align: center;
    padding: 30px;
    position: relative;
    margin-top: 30px;
    border-radius: 3px;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.price_box:hover,.price_box.active{
    box-shadow: 0 0 38px 0 rgba(0, 0, 0, 0.08);
    -moz-box-shadow: 0 0 38px 0 rgba(0, 0, 0, 0.08);
    -webkit-box-shadow: 0 0 38px 0 rgba(0, 0, 0, 0.08);
    -o-box-shadow: 0 0 38px 0 rgba(0, 0, 0, 0.08);
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.price_header{
    border-bottom: solid 1px #eeeeee;
    margin-bottom: 10px;
    padding: 10px 0;
}
.plan-name{
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 600;
    font-size: 13px;
    color: #000;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.price_box:hover .plan-name,.price_box.active .plan-name{
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 600;
    font-size: 13px;
    color: #0099ff;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.plan-price{
    font-size: 56px;
    padding: 25px 0 20px;
}
.plan-price sup{
    font-size: 30px;
    font-weight: 200;
    margin-right: 5px;
}
.plan-month{
    color: #000000;
    font-size: 14px;
    text-transform: capitalize;
}
.plan-options{
    list-style: none;
    text-align: center;
    padding: 0;
    margin: 0;
}

.plan-options li{
    padding: 7px 15px;
    list-style: none;
    font-size: 13px;
    color: #999;
    text-transform: capitalize;
}


/*  ----------------------------------------------------
12. BLOG  SECTION
-------------------------------------------------------- */


.blog_carousel{
    position: relative;
}

.blog_item{
    padding: 15px;
}
@media all and (max-width: 767px) {
    .blog_item{
        padding: 0;
    }
}
.blog_box{
    background-color: #f8f8f8;
    border: 1px solid rgba(238, 238, 238, 0.5);
    text-align: center;
    padding: 0;
    margin-top: 30px;

    position: relative;
    margin-bottom: 10px;
    border-radius: 3px;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.blog_box:hover{
    box-shadow: 0px 8px 42px 0px rgba(0, 0, 0, 0.10);
    -moz-box-shadow: 0px 8px 42px 0px rgba(0, 0, 0, 0.10);
    -webkit-box-shadow: 0px 8px 42px 0px rgba(0, 0, 0, 0.10);
    -o-box-shadow: 0px 8px 42px 0px rgba(0, 0, 0, 0.10);
    border-radius: 5px;
    position: relative;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.blog_box h5{
    margin-top: 20px;
    font-weight: 600;
    color: #343434;
}
.blog_img{
overflow: hidden;
}
.blog_box img{
    width: 100%;
}
.blog_box img{
    webkit-transition: all 400ms cubic-bezier(0.215, 0.610, 0.355, 1.000);
    -moz-transition: all 400ms cubic-bezier(0.215, 0.610, 0.355, 1.000);
    -o-transition: all 400ms cubic-bezier(0.215, 0.610, 0.355, 1.000);
    transition: all 400ms cubic-bezier(0.215, 0.610, 0.355, 1.000);
    width: 100%;
}
.blog_box:hover img {
    transform: scale(1.1);
}

.blog_footer_btn {
    display: inline-block;
    padding: 10px;
}

/*  ----------------------------------------------------
13. Contact Section
-------------------------------------------------------- */


#map{
    width: 100%;
    height: 350px;
    border-top: solid 1px #e8e8e8;
    border-bottom: solid 1px #e8e8e8;
}

.contact-form{
    padding: 25px 10px;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}
@media all and (max-width: 767px) {
    .contact-form{
        padding: 25px 2px;
    }
}
.contact-form .input-group-addon{
    background: #ffffff;
    border: 1px solid #fafafa;
    border-radius: 0;
    font-size: 18px;
    height: 40px;
    font-weight: 800;
    color: #000000;
    border-right: 0;
}
.contact-form  .form-control{
    background: #ffffff;
    border-radius: 0;
    border: 1px solid rgba(238, 238, 238, 0.65);
    min-height: 40px;
    box-shadow: 0 0 0;
    border-left: 0;
}
.contact-form textarea.form-control{
    background: #ffffff;
    border-radius: 0;
    border: 1px solid rgba(238, 238, 238, 0.65);
    min-height: 150px;
    box-shadow: 0 0 0;
}

.contact-form  .submit_btn{
    display: block;
    width: 100%;
    text-align: center;
    max-width: 250px;
    margin: 10px auto;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.contact-form  .submit_btn:hover{
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}


.contact-info-box{
    margin: 25px 0 50px;
}

.contact-info-box i{
    font-size: 46px;
    color: #000;
}
.contact-info-box h4{
    text-transform: capitalize;
    font-size: 18px;
    margin-bottom: 0px;
    margin-top: 10px;
}
.contact-info-box h5{
    margin: 5px 0 0;
    font-size: 13px;
    line-height: 25px;
}

/*  ----------------------------------------------------
14. fOOTER
-------------------------------------------------------- */
.footer_about h4{
    font-family: 'Montserrat', 'Helvetica', 'Arial', sans-serif;
    font-size: 30px;
    text-transform: capitalize;
    padding: 5px;
    color: #f5f5f5;
    text-shadow: none;
    font-weight: 800;
}
.footer_about p{
    color: #eee;
}

.footer_social{
     list-style: none;
     width: 100%;
     padding: 0;
 }
.footer_social li{
    display: inline-block;
    float: none;
}
.footer_social li a {
    display: block;
    height: 35px;
    width: 35px;
    color: #ffffff !important;
    line-height: 37px;
    text-align: center;
    text-decoration: none !important;
    border-radius: 3px;
    margin: 3px;
    opacity: 0.8;
}
.footer_social li a:hover{
    opacity: 1;
}

.footer_header{
    color: #ffffff;
    font-size: 16px;
    margin: 22px 0 5px;
}
.footer-list li a{
    color: #656565;;
}
.footer-list li a:hover,.footer-list li a:focus{
    color: #0099ff;;
}
.copy-rights{
    text-align: center;
    margin: 0;
    color: #9d9d9d;
}
footer address{
    line-height: 27px;
    font-size: 13px;
    color: #ccc;
    margin-top: 10px;
}
footer address a{

}
.footer_author{
    color: #999;
    width: 100%;
    display: block;
    background-color: #1d1e20;
    padding: 15px 0 10px;
}
.footer_author p{
    margin: 0;
    padding: 0;
}

.myli { list-style-type:none; margin:0px; padding:0px;}
.myli li { display:flex; font-size:16px; color:#000;}
.myli li i { padding-right:10px; padding-top:8px; color:#a97801;}

.myli2 { list-style-type:none; margin:0px; padding:0px;}
.myli2 li {  font-size:16px; color:#000;}
.myli2 li i { padding-right:10px; padding-top:8px; color:#a97801;}
.myli2 ul { padding-left:20px; padding-top:10px}

.list1 { margin:0px 0px 0px 15px; padding:0px;}
.list1 li { font-size:16px; color:#000;}
.h5 { font-size:16px; font-weight:700;  padding-left:10px; border-left:4px solid #006;}
.h4 { font-size:20px; font-weight:700;}



.process-box{
    background: #fff;
    padding: 10px;
    border-radius: 15px;
    position: relative;
    box-shadow: 2px 2px 7px 0 #00000057;
}
.process-left:after{
        content: "";
    border-top: 15px solid #ffffff;
    border-bottom: 15px solid #ffffff;
    border-left: 15px solid #ffffff;
    border-right: 15px solid #ffffff;
    display: inline-grid;
    position: absolute;
    right: -15px;
    top: 42%;
    transform: rotate(45deg);
    box-shadow: 3px -2px 3px 0px #00000036;
    z-index: 1;
}
.process-right:after{
        content: "";
    border-top: 15px solid #ffffff00;
    border-bottom: 15px solid #ffffff;
    border-left: 15px solid #ffffff;
    border-right: 15px solid #ffffff00;
    display: inline-grid;
    position: absolute;
    left: -15px;
    top: 42%;
    transform: rotate(45deg);
    box-shadow: -1px 1px 3px 0px #0000001a;
    z-index: 1;
}
.process-step{
    background: #00BCD4;
    text-align: center;
    width: 80%;
    margin: 0 auto;
    color: #fff;
    height: 100%;
    padding-top: 8px;
    position: relative;
    top: -26px;
    border-radius: 0px 0px 10px 10px;
    box-shadow: -6px 8px 0px 0px #00000014;
}
.process-point-right{
    background: #ffffff;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    border: 8px solid #00bcd4;
    box-shadow: 0 0 0px 4px #5c5c5c;
    margin: auto 0;
    position: absolute;
    bottom: -80px;
    left: -63px;
}

.akwala:before{
    content: "";
    height: 144px;
    width: 11px;
	display:none !important;
    background: #5c5c5c;
    display: inline-grid;
    transform: rotate(36deg);
    position: relative;
    left: -50px;
    top: -0px;
}

.process-point-right:before{
    content: "";
    height: 144px;
    width: 11px;
    background: #5c5c5c;
    display: inline-grid;
    transform: rotate(36deg);
    position: relative;
    left: -50px;
    top: -0px;
}
.process-point-left{
    background: #ffffff;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    border: 8px solid #00bcd4;
    box-shadow: 0 0 0px 4px #5c5c5c;
    margin: auto 0;
    position: absolute;
    bottom: -80px;
    right: -63px;
}
.process-point-left:before {
    content: "";
    height: 144px;
    width: 11px;
    background: #5c5c5c;
    display: inline-grid;
    transform: rotate(-38deg);
    position: relative;
    left: 50px;
    top: 0px;
}

.process-last:before{
    display: none;
}
.process-box p{
    z-index: 9;
}
.process-step p{
    font-size: 20px;
}
.process-step h2{
    font-size: 39px;
}
.process-step:after{
    content: "";
    border-top: 8px solid #04889800;
    border-bottom: 8px solid #048898;
    border-left: 8px solid #04889800;
    border-right: 8px solid #048898;
    display: inline-grid;
    position: absolute;
    left: -16px;
    top: 0;
}
.process-step:before{
    content: "";
    border-top: 8px solid #ff000000;
    border-bottom: 8px solid #048898;
    border-left: 8px solid #048898;
    border-right: 8px solid #ff000000;
    display: inline-grid;
    position: absolute;
    right: -16px;
    top: 0;
}

header { position:relative; z-index:9999; background-color:#fff;}

.logo{position:relative;z-index:123;padding:0px;font:18px verdana;color:#6DDB07;float:left;width:8%}
.logo a{color:#6DDB07;}
nav{position:relative;width:1280px;margin:0 auto;}
.toppadding { padding-top:26px; float:right;}
#cssmenu,#cssmenu ul,#cssmenu ul li,#cssmenu ul li a,#cssmenu #head-mobile{border:0;list-style:none;line-height:1;display:block; margin-bottom:0px;position:relative;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}
#cssmenu:after,#cssmenu > ul:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0}
#cssmenu #head-mobile{display:none}
#cssmenu{font-family:sans-serif;}
#cssmenu > ul > li{float:left}
#cssmenu > ul > li > a{padding:17px 5px 17px 17px;font-size:13px;letter-spacing:1px;     font-family: 'Roboto', sans-serif; text-decoration:none;color:#000;font-weight:700;}
#cssmenu > ul > li:hover > a,#cssmenu ul li.active a{color:#0099ff;}
#cssmenu > ul > li:hover,#cssmenu ul li.active:hover,#cssmenu ul li.active,#cssmenu ul li.has-sub.active:hover{-webkit-transition:background .3s ease;-ms-transition:background .3s ease;transition:background .3s ease;}
#cssmenu > ul > li.has-sub > a{padding-right:30px}
#cssmenu > ul > li.has-sub > a:after{position:absolute;top:22px;right:11px;width:8px;height:2px;display:block;background:#000;content:''}
#cssmenu > ul > li.has-sub > a:before{position:absolute;top:19px;right:14px;display:block;width:2px;height:8px;background:#000;content:'';-webkit-transition:all .25s ease;-ms-transition:all .25s ease;transition:all .25s ease}
#cssmenu > ul > li.has-sub:hover > a:before{top:23px;height:0}
#cssmenu ul ul{position:absolute;left:-9999px; border:1px solid #ccc; padding-left:0px;}
#cssmenu ul ul li{height:0;-webkit-transition:all .25s ease;-ms-transition:all .25s ease;background:#fff;transition:all .25s ease}
#cssmenu ul ul li:hover{}
#cssmenu li:hover > ul{left:auto}
#cssmenu li:hover > ul > li{height:35px}
#cssmenu ul ul ul{margin-left:100%;top:0}
#cssmenu ul ul li a{border-bottom:1px solid rgba(150,150,150,0.15);padding:11px 15px;width:170px;font-size:12px;text-decoration:none;color:#000;font-weight:400;}
#cssmenu ul ul li:last-child > a,#cssmenu ul ul li.last-item > a{border-bottom:0}
#cssmenu ul ul li:hover > a,#cssmenu ul ul li a:hover{color:#0099ff; background-color:#f2f2f2;}
#cssmenu ul ul li.has-sub > a:after{position:absolute;top:16px;right:11px;width:8px;height:2px;display:block;background:#ddd;content:''}
#cssmenu ul ul li.has-sub > a:before{position:absolute;top:13px;right:14px;display:block;width:2px;height:8px;background:#ddd;content:'';-webkit-transition:all .25s ease;-ms-transition:all .25s ease;transition:all .25s ease}
#cssmenu ul ul > li.has-sub:hover > a:before{top:17px;height:0}
#cssmenu ul ul li.has-sub:hover,#cssmenu ul li.has-sub ul li.has-sub ul li:hover{background:#363636;}
#cssmenu ul ul ul li.active a{border-left:1px solid #333}
#cssmenu > ul > li.has-sub > ul > li.active > a,#cssmenu > ul ul > li.has-sub > ul > li.active> a{border-top:1px solid #333}

@media screen and (max-width:1000px){
.logo{position:absolute;top:0;left: 0;width:100%;height:46px;text-align:center;padding:10px 0 0 0 ;float:none}
.logo2{display:none}
nav{width:100%;}
#cssmenu{width:100%}
#cssmenu ul{width:100%;display:none}
#cssmenu ul li{width:100%;border-top:1px solid #444}
#cssmenu ul li:hover{background:#363636;}
#cssmenu ul ul li,#cssmenu li:hover > ul > li{height:auto}
#cssmenu ul li a,#cssmenu ul ul li a{width:100%;border-bottom:0}
#cssmenu > ul > li{float:none}
#cssmenu ul ul li a{padding-left:25px}
#cssmenu ul ul li{background:#333!important;}
#cssmenu ul ul li:hover{background:#363636!important}
#cssmenu ul ul ul li a{padding-left:35px}
#cssmenu ul ul li a{color:#ddd;background:none}
#cssmenu ul ul li:hover > a,#cssmenu ul ul li.active > a{color:#0099ff}
#cssmenu ul ul,#cssmenu ul ul ul{position:relative;left:0;width:100%;margin:0;text-align:left}
#cssmenu > ul > li.has-sub > a:after,#cssmenu > ul > li.has-sub > a:before,#cssmenu ul ul > li.has-sub > a:after,#cssmenu ul ul > li.has-sub > a:before{display:none}
#cssmenu #head-mobile{display:block;padding:23px;color:#ddd;font-size:12px;font-weight:700}
.button{width:55px;height:46px;position:absolute;right:0;top:0;cursor:pointer;z-index: 12399994;}
.button:after{position:absolute;top:22px;right:20px;display:block;height:4px;width:20px;border-top:2px solid #000;border-bottom:2px solid #000;content:''}
.button:before{-webkit-transition:all .3s ease;-ms-transition:all .3s ease;transition:all .3s ease;position:absolute;top:16px;right:20px;display:block;height:2px;width:20px;background:#000;content:''}
.button.menu-opened:after{-webkit-transition:all .3s ease;-ms-transition:all .3s ease;transition:all .3s ease;top:23px;border:0;height:2px;width:19px;background:#fff;-webkit-transform:rotate(45deg);-moz-transform:rotate(45deg);-ms-transform:rotate(45deg);-o-transform:rotate(45deg);transform:rotate(45deg)}
.button.menu-opened:before{top:23px;background:#fff;width:19px;-webkit-transform:rotate(-45deg);-moz-transform:rotate(-45deg);-ms-transform:rotate(-45deg);-o-transform:rotate(-45deg);transform:rotate(-45deg)}
#cssmenu .submenu-button{position:absolute;z-index:99;right:0;top:0;display:block;border-left:1px solid #444;height:46px;width:46px;cursor:pointer}
#cssmenu .submenu-button.submenu-opened{background:#262626}
#cssmenu ul ul .submenu-button{height:34px;width:34px}
#cssmenu .submenu-button:after{position:absolute;top:22px;right:19px;width:8px;height:2px;display:block;background:#000;content:''}
#cssmenu ul ul .submenu-button:after{top:15px;right:13px}
#cssmenu .submenu-button.submenu-opened:after{background:#fff}
#cssmenu .submenu-button:before{position:absolute;top:19px;right:22px;display:block;width:2px;height:8px;background:#000;content:''}
#cssmenu ul ul .submenu-button:before{top:12px;right:16px}
#cssmenu .submenu-button.submenu-opened:before{display:none}
#cssmenu ul ul ul li.active a{border-left:none}
#cssmenu > ul > li.has-sub > ul > li.active > a,#cssmenu > ul ul > li.has-sub > ul > li.active > a{border-top:none}
}

@media (max-width:768px) {
	
.logo { padding-top:5px;}
.logo img { width:90px;}
}


.sticky {
  position: fixed;
  top: 0;
  width: 100%;
}

.sticky + .content {
  padding-top: 102px;
}
.conf .form-control {
    margin-bottom: 5px!important
}

.conf {
    width: 800px;
    margin-top: 20px;
    margin-left: 55px;
}

.star_ul { list-style-type: none; margin: 0px; padding: 20px 0px 20px 0px;}
.star_ul li::before { content: "\f005"; font: normal normal normal 14px/1 FontAwesome; color: #a97801; padding-top: 8px;  padding-right: 8px; padding-bottom: 8px; }
.star_ul li { display: flex; font-weight: 700; font-family: 'Roboto', sans-serif; color: #000; }


/*-------------------------------*/
/*    Carousel Fade Transition   */
/*-------------------------------*/

#fade-quote-carousel.carousel {
    padding-bottom: 60px;
  }
  #fade-quote-carousel.carousel .carousel-inner .item {
    opacity: 0;
    -webkit-transition-property: opacity;
        -ms-transition-property: opacity;
            transition-property: opacity;
  }
  #fade-quote-carousel.carousel .carousel-inner .active {
    opacity: 1;
    -webkit-transition-property: opacity;
        -ms-transition-property: opacity;
            transition-property: opacity;
  }
  #fade-quote-carousel.carousel .carousel-indicators {
    bottom: 10px;
  }
  #fade-quote-carousel.carousel .carousel-indicators > li {
    background-color: #e84a64;
    border: none;
  }
  #fade-quote-carousel blockquote {
      text-align: center;
      border: none;
  }
  #fade-quote-carousel .profile-circle {
      width: 100px;
      height: 100px;
      margin: 0 auto;
      border-radius: 100px;
  }

  #carousel blockquote { min-height: 220px;}


  .box > .icon { text-align: center; position: relative; }
.box > .icon > .image { position: relative; z-index: 2; margin: auto; width: 88px; height: 88px; border: 1px solid #a97801; line-height: 88px; border-radius: 50%; background: #fff; vertical-align: middle; }
.box > .icon > .image img { width:100%; border-radius:50%;}
.box > .icon:hover > .image { background: #333; }
.box > .icon > .image > i { font-size: 36px !important; color: #fff !important; }
/*.box > .icon:hover > .image > i { color: white !important; }*/
.box > .icon > .info { margin-top: -24px; background: rgba(0, 0, 0, 0.04); border: 1px solid #e0e0e0; padding: 15px 0 10px 0; }
.box > .icon:hover > .info { background: rgba(0, 0, 0, 0.04); border-color: #e0e0e0; color: white; }
.box > .icon > .info > h3.title { font-family: 'Lato', sans-serif; font-size: 16px; color: #222; font-weight: 900; }
.box > .icon > .info > p { font-family: "Roboto",sans-serif !important; font-size: 13px; color: #666; line-height: 1.5em; margin: 20px;}
.box > .icon:hover > .info > h3.title, .box > .icon:hover > .info > p, .box > .icon:hover > .info > .more > a { color: #222; }
.box > .icon > .info > .more a { font-family: "Roboto",sans-serif !important; font-size: 12px; color: #222; line-height: 12px; text-transform: uppercase; text-decoration: none; }
.box > .icon:hover > .info > .more > a { color: #fff; padding: 6px 8px; background-color: #63B76C; }
.box .space { height: 30px; }


.ico-wrap img { padding-right:15px;}


.wrap {
    display: flex;
    background: white;
    padding: 1rem 1rem 1rem 1rem;
    border-radius: 0.5rem;
    box-shadow: 7px 7px 30px -5px rgba(0,0,0,0.1);
    margin-bottom: 2rem;
}

.wrap:hover {
    background: linear-gradient(135deg,#6394ff 0%,#0a193b 100%);
    color: white;
}

.ico-wrap {
    margin: auto;
}

.mbr-iconfont {
    font-size: 4.5rem !important;
    color: #a97801;
    margin: 1rem;
    padding-right: 1rem;
}
.vcenter {
    margin: auto;
}

.mbr-section-title3 {
    text-align: left;
}
/* h2 {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
} */
.display-5 {
    font-family: 'Source Sans Pro',sans-serif;
    font-size: 1.4rem;
}
.mbr-bold {
    font-weight: 700;
}

 /* p {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    line-height: 25px;
} */
.display-6 {
    font-family: 'Source Sans Pro',sans-serif;
    font-size: 1re}





.our-team-main
{
	width:100%;
	height:auto;
	border-bottom:5px #a97801 solid;
	background:#fff;
	text-align:center;
	border-radius:10px;
	overflow:hidden;
	position:relative;
	transition:0.5s;
	margin-bottom:28px;
}


.our-team-main img
{
	/*border-radius:50%;*/
	margin-bottom:20px;
	width: 90px;
}

.our-team-main h3
{
	font-size:20px;
	font-weight:700;
    min-height: 45px;
}

.our-team-main p
{
	margin-bottom:0;
}

.team-back
{
	width:100%;
	height:auto;
	position:absolute;
	top:0;
	left:0;
	padding:5px 15px 0 15px;
	text-align:left;
	background:#fff;
	
}

.team-front
{
	width:100%;
	height:auto;
	position:relative;
	z-index:10;
	background:#fff;
	padding:15px;
	bottom:0px;
	transition: all 0.5s ease;
}


.our-team-main:hover
{
	border-color:#777;
	transition:0.5s;
}

/*our-team-main*/

.disflex {display:flex !important;  justify-content: center; padding-top:25px;}

.card {
    position:relative;
	
   
   
    width:300px;
    min-height:280px;
    background:#fff;
    box-shadow:0 20px 50px rgba(0,0,0,.1);
    border-radius:10px;
    transition:0.5s;
	margin-right:25px !important;
	
}

.box ul { list-style-type:circle !important; float:left; text-align:left; margin-left:15px !important;}

.card:hover {
    box-shadow:0 30px 70px rgba(0,0,0,.2);
}
.card .box {
    position:absolute;
    
    text-align:center;
    padding:20px 20px 20px 20px;
    box-sizing:border-box;
    width:100%;
}
.card .box .img {
    width:120px;
    height:120px;
    margin:0 auto;
    border-radius:50%;
    overflow:hidden;
}
.card .box .img img {
    width:100%;
    height:100%;
}
.card .box h2 {
    font-size:20px;
    color:#262626;
    margin:20px auto;
}
.card .box h2 span {
    font-size:22px !important;
    background:#a97801;
    color:#fff;
    display:inline-block;
    padding:10px 10px;
    /*border-radius:15px;*/
}
.card .box p {
    color:#262626;
}
.card .box span {
    display:inline-flex;
}
.card .box ul {
    margin:0;
    padding:0;
}
.card .box ul li {
   
    
	font-weight:700 !important;
}
.card .box ul li a {
    display:block;
    color:#aaa;
    margin:0 10px;
    font-size:20px;
    transition:0.5s;
    text-align:center;
}
.card .box ul li:hover a {
    color:#e91e63;
    transform:rotateY(360deg);
}


.update-nag{
  display: inline-block;
  font-size: 14px;
  text-align: left;
  background-color: #fff;
  height: 40px;
  -webkit-box-shadow: 0 1px 1px 0 rgba(0,0,0,.2);
  box-shadow: 0 1px 1px 0 rgba(0,0,0,.1);
  margin-bottom: 10px;
}

.update-nag:hover{
    cursor: pointer;
    -webkit-box-shadow: 0 1px 1px 0 rgba(0,0,0,.4);
  box-shadow: 0 1px 1px 0 rgba(0,0,0,.3);
}

.update-nag > .update-split{
  background: #337ab7;
  width: 33px;
  float: left;
  color: #fff!important;
  height: 100%;
  text-align: center;
}

.update-nag > .update-split > .fa{
  position:relative;
  top: calc(40% - 9px)!important; /* 50% - 3/4 of icon height */
}
.update-nag > .update-split.update-success{
  background: #5cb85c!important;
}

.update-nag > .update-split.update-danger{
  background: #d9534f!important;
}

.update-nag > .update-split.update-info{
  background: #5bc0de!important;
}



.update-nag > .update-text{
  line-height: 19px;
  padding-top: 11px;
  padding-left: 45px;
  padding-right: 20px;
}

.bgx { display:flex;}

.bgx .col { flex-basis:25% !important; margin-right:5px; margin-bottom:5px; }

.bgrev .counters { background-color:#f8f8f8 !important;}
.counters {
    background-color:#fff;
    padding: 20px 0;
    border-radius: 5px;
}

.count-title {
    font-size: 40px;
    font-weight: normal;
    margin-top: 10px;
    margin-bottom: 0;
    text-align: center;
}

.count-text {
    font-size: 15px;
	    font-family: 'Lato', sans-serif;
    font-weight: 900 !important;
    font-weight: normal;
    margin-top: 10px;
    margin-bottom: 0;
    text-align: center;
}

.fa-2x {
    margin: 0 auto;
    float: none;
    display: table;
    color: #4ad1e5;
}

.iconbor { border:1px dotted #666; padding:15px;}

.iconbor img {
    width: 58% !important; display:table; margin:0 auto;
}
.bgfot {
    background-image: url(../img/bgsfot.jpg); background-position: left center; background-repeat: no-repeat;
}

.bgw { background-color: #fff; }
.pdl30 { padding-left: 30px !important;}

.pt40 { padding-top: 60px !important;}
.pb40 { padding-bottom: 60px !important;}