/*
* Sphinx - Multi-purpose Responsive Template
* Build Date: October 2016
* Author: Mohamed Hamato
* Copyright (C) 2016 Mohamed Hamato
* Envato Profile: https://themeforest.net/user/pharaohlab
*/
/* ------------------------------------- */
/* TABLE OF CONTENTS
/* -------------------------------------
    . IMPORT GOOGLE FONTS
    . GENERAL
    . HEADER
    . HOME INTRO (HERO SECTION)
    . ICON BOXES
    . SECTION TITLES
    . PROJECTS SECTION (PORTFOLIO)
	. TEAM SECTION
	. COUNTER  SECTION
	. PRICE SECTION
	. BLOG  SECTION
	. Contact Section
	. FOOTER
	. EXPERT& SKILLS  SECTION
	. Testimonial SECTION
	. SKILLS  SECTION
	.  RESUME SECTION

	------------------------------------- */

/*  ----------------------------------------------------
. IMPORT GOOGLE FONTS
-------------------------------------------------------- */
@import url("https://fonts.googleapis.com/css?family=Montserrat:400,700|Roboto");



/*  ----------------------------------------------------
. GENERAL
-------------------------------------------------------- */

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


body {
    font-size: 14px;
    line-height: 25px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-family: "Montserrat", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #585858;
    font-weight: 400;
    overflow-x: hidden;
    min-height: 3500px;
}



h1,h2,h3,h4,h5,h6
{
    font-family: "Montserrat", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 400;
    margin-top: 0;
    margin-bottom: 0;
}
p{
    font-family:  'Roboto', sans-serif;
    line-height: 25px;
}

h1{font-size:60px; line-height: 55px;}
h2{font-size: 35px; line-height: 42px;}
h3{font-size: 36px; line-height: 38px;}
h4{font-size: 26px; line-height: 28px;}
h5{font-size: 20px; line-height: 25px;}
h6{font-size: 18px; line-height: 28px;}
p { font-size: 14px; line-height: 25px;}

@media all and (max-width: 767px) {

    h1{font-size:24px; line-height: 35px;}
    h2{font-size: 22px; line-height: 30px;}
    h3{font-size: 20px; line-height: 30px;}
    h4{font-size: 18px; line-height: 25px;}
    h5{font-size: 16px; line-height: 25px;}
    h6{font-size: 13px; line-height: 25px;}
    p { font-size: 13px; line-height: 25px;}
}

a,
a:hover,
a:focus,
a:active {
    text-decoration: none;
    outline: none;
    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;
}


.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;
    }

}



/*BUTTONS */

.btn {
    display: inline-block;
    padding: 10px 35px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}
@media all and (max-width: 767px){
    .btn { padding: 7px 20px;}
}
.btn-rounded {
    border-radius: 25px;
}

.btn_blue{
    background-color: #0A1F48 ;
    color: #ffffff;
    border: 1px solid #188ae2 ;
}
.btn_blue:hover,.btn_blue:focus{
    background-color: #0C265A;
    color: #fafafa;
}
.btn-white-dark{
    background-color: #fff;
    border: solid 1px #eee;
    color: #188ae2 !important;
}
.btn-white-dark:hover{
    background-color: #333;
    color: #fff !important;
    border: solid 1px #333;
}
.btn-blue-dark{
    background-color: #188ae2;
    border: solid 1px #188ae2;
    color: #ffffff !important;
}
.btn-blue-dark:hover{
    background-color: #333;
    color: #fff !important;
    border: solid 1px #333;
}
.btn-dark-white{
    border: solid 1px #eee;
    background-color: #333;
    color: #fff !important;

}
.btn-dark-white:hover{
    background-color: #fff;
    color: #188ae2 !important;
    border: solid 1px #188ae2;
}
.btn_blue_white{
    background-color: #188ae2 ;
    color: #ffffff;
    border: 1px solid #188ae2 ;
}
.btn_blue_white:hover{
    background-color: #ffffff ;
    color: #188ae2;
    border: 1px solid #e8e8e8;
}
.btn_white_blue{
    background-color: #ffffff ;
    color: #333333;
    border: 1px solid #e8e8e8;
}
.btn_white_blue:hover{
    background-color: #188ae2 ;
    color: #ffffff;
    border: 1px solid #188ae2 ;
}

/*preloader*/
#loader-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
}
#loader {
    display: block;
    position: relative;
    left: 50%;
    top: 50%;
    width: 100px;
    height: 100px;
    margin: -75px 0 0 -75px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #3498db;

    -webkit-animation: spin 2s linear infinite; /* Chrome, Opera 15+, Safari 5+ */
    animation: spin 2s linear infinite; /* Chrome, Firefox 16+, IE 10+, Opera */

    z-index: 1001;
}

#loader:before {
    content: "";
    position: absolute;
    top: 5px;
    left: 5px;
    right: 5px;
    bottom: 5px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #e74c3c;

    -webkit-animation: spin 3s linear infinite; /* Chrome, Opera 15+, Safari 5+ */
    animation: spin 3s linear infinite; /* Chrome, Firefox 16+, IE 10+, Opera */
}

#loader:after {
    content: "";
    position: absolute;
    top: 15px;
    left: 15px;
    right: 15px;
    bottom: 15px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #f9c922;

    -webkit-animation: spin 1.5s linear infinite; /* Chrome, Opera 15+, Safari 5+ */
    animation: spin 1.5s linear infinite; /* Chrome, Firefox 16+, IE 10+, Opera */
}

@-webkit-keyframes spin {
    0%   {
        -webkit-transform: rotate(0deg);  /* Chrome, Opera 15+, Safari 3.1+ */
        -ms-transform: rotate(0deg);  /* IE 9 */
        transform: rotate(0deg);  /* Firefox 16+, IE 10+, Opera */
    }
    100% {
        -webkit-transform: rotate(360deg);  /* Chrome, Opera 15+, Safari 3.1+ */
        -ms-transform: rotate(360deg);  /* IE 9 */
        transform: rotate(360deg);  /* Firefox 16+, IE 10+, Opera */
    }
}
@keyframes spin {
    0%   {
        -webkit-transform: rotate(0deg);  /* Chrome, Opera 15+, Safari 3.1+ */
        -ms-transform: rotate(0deg);  /* IE 9 */
        transform: rotate(0deg);  /* Firefox 16+, IE 10+, Opera */
    }
    100% {
        -webkit-transform: rotate(360deg);  /* Chrome, Opera 15+, Safari 3.1+ */
        -ms-transform: rotate(360deg);  /* IE 9 */
        transform: rotate(360deg);  /* Firefox 16+, IE 10+, Opera */
    }
}

#loader-wrapper .loader-section {
    position: fixed;
    top: 0;
    width: 51%;
    height: 100%;
    background: #222222;
    -webkit-transform: translateX(0);  /* Chrome, Opera 15+, Safari 3.1+ */
    -ms-transform: translateX(0);  /* IE 9 */
    transform: translateX(0);  /* Firefox 16+, IE 10+, Opera */
}

#loader-wrapper .loader-section.section-left {
    left: 0;
}

#loader-wrapper .loader-section.section-right {
    right: 0;
}

/* Loaded */
.loaded #loader-wrapper .loader-section.section-left {
    -webkit-transform: translateX(-100%);  /* Chrome, Opera 15+, Safari 3.1+ */
    -ms-transform: translateX(-100%);  /* IE 9 */
    transform: translateX(-100%);  /* Firefox 16+, IE 10+, Opera */

    -webkit-transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000);
    transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000);
}

.loaded #loader-wrapper .loader-section.section-right {
    -webkit-transform: translateX(100%);  /* Chrome, Opera 15+, Safari 3.1+ */
    -ms-transform: translateX(100%);  /* IE 9 */
    transform: translateX(100%);  /* Firefox 16+, IE 10+, Opera */

    -webkit-transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000);
    transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000);
}

.loaded #loader {
    opacity: 0;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.loaded #loader-wrapper {
    visibility: hidden;

    -webkit-transform: translateY(-100%);  /* Chrome, Opera 15+, Safari 3.1+ */
    -ms-transform: translateY(-100%);  /* IE 9 */
    transform: translateY(-100%);  /* Firefox 16+, IE 10+, Opera */
    -webkit-transition: all 0.3s 1s ease-out;
    transition: all 0.3s 1s ease-out;
}

@media (min-width:768px) {
    .col-right{
        float: right;
        margin-top: 100px;
    }
}

/*call us section*/
.call_us_section h3{
    color: #ffffff;
    margin-bottom: auto;
}
.call_us_section p{
    color: #fafafa;
    font-size: 16px;
}
.call_us_section a{
    float: right;
}
@media (max-width:767px) {
    .call_us_section{
        text-align: center;
    }
    .call_us_section a{
        float: none;
    }
}

/*about banners */


.about_banners{
    width: 100%;
    max-width: 1500px;
    min-height: 400px;
    margin-left: auto;
    margin-right: auto;

}
.about_banners .row{
    margin-right: 0;
    margin-left: 0;
}
.about_banners img{
    max-width: 100%;
}
.about_banners .col-sm-6{
    padding: 0;
}
.about_banner_text {
    padding: 35px 17% 0;
}
.about_banner_text h1{
    font-weight: 900;
}
.about_banner_text  p{
    font-size: 16px;
    color: #686868;
    line-height: 34px;
    margin: 25px 0;
    font-weight: 600;
}
@media (max-width:992px) {
    .about_banner_text {
        padding: 25px 9%;

    }
}
@media (max-width: 768px){
    .about_banner_text {
        padding: 25px 15px;
    }
    .about_banner_text  p{
    font-size: 14px;
    color: #555;
    line-height: 34px;
    margin: 25px 0;
    font-weight: 600;
}
}

.feature_img{
    display: block;
    max-height: 500px;
    margin-left: auto;
    margin-right: auto;
}
.feature_intro{
    padding: 25px 0 0 0;
}
.feature_intro .feature-inner-icon{
    font-size: 48px;
    margin-bottom: 20px;
    color: #188ae2;
}
.feature_intro h3{
    color: #000;
    margin-bottom: 25px;
    text-transform: capitalize;
}
.feature_intro p{
    font-size: 16px;
    margin-bottom: 25px;
}

.feature_intro h4{
    font-size: 18px;
    margin-bottom: 15px;
    text-transform: capitalize;
}


/*video banners */

.video_section{
    min-height: 350px;
    position: relative;
}
.video_section_inner{
    width: 100%;
    text-align: center;
}
.video_section_inner a i{
    font-size: 100px;
    color: #ffffff;
    font-weight: 100;
}
.video_section_inner h3{
    color: #ffffff;
    direction: rtl;
    position: relative;
    text-transform: capitalize;
    text-align: center;
}


/*  ----------------------------------------------------
. Header
-------------------------------------------------------- */

.header{
    width: 100%;
    min-height: 60px;
    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;
    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);
}

.sticky_header.header{
    width: 100%;
    background-color: #FFFFFF;
    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", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 30px;
    text-transform: capitalize;
    padding: 10px 15px;
    text-shadow: none;
    font-weight: 800;
    height: 100%;
    line-height: 40px;
    color: #ffffff;
}

.header .logo img{
    float: left;
    height: 40PX;
    margin-right: 5px;
}

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

.header .navbar-nav li a:hover, .header .navbar-nav li.active a {
    color: #012E55;
    font-size: 20px;
}

.sticky_header.header li a ,.sticky_header.header .logo {
    color: #333333;
}


/*header white */
.header.header-white{
    background-color: #ffffff ;
}
.header.header-white .logo ,.header.header-white .navbar-nav li a {
    color: #343434;
}
.header.header-white .navbar-nav li a:hover, .header.header-white .navbar-nav li.active a {
    color: #0A1F48;
}

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

@media (max-width:992px) {
    .header .navbar-nav li a {
        padding: 20px 10px;
    }
}

@media (max-width:767px) {
    .header {
        width: 100%;
        background-color: #ffffff;
        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-size: 30px;
        text-transform: capitalize;
        padding: 10px 15px;
        text-shadow: none;
        font-weight: 800;
        height: 100%;
        color: #000000;
    }

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

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



/*  ----------------------------------------------------
. HOME INTRO (HERO SECTION)
-------------------------------------------------------- */
.bg-overlay-dark {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    background-color: rgba(34, 35, 40, 0.70);
}

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


    
    
}
.bg-overlay-white {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    background-color: rgba(227, 227, 227, 0.8);
}

.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;
    display: table;
}
.d_table{
    display: table;
}
.hero_full_screen_inner{
    height: 100vh;
    display: table-cell;
    vertical-align: middle;
}

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


.hero_parallax .tlt{
    border-width: 0;
    padding: 0;
    font-weight: 600;
    margin-bottom: 20px;
    font-size: 28px;
    font-family:"Montserrat", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-align: center;
    line-height: 45px;
}
.hero_parallax p{
    margin: 30px auto 40px auto;
    font-size: 16px;
    font-weight: 400;
}
.hero_parallax h1.hero_text{
    margin: 30px auto;
    font-size: 40px;
    font-weight: 900;
    text-transform: uppercase;
}
.hero_parallax h5{
    margin: 30px auto 40px auto;
    font-size: 24px;
    font-weight: 400;
}

@media all and (max-width: 767px) {
    .hero_parallax .tlt{
        font-size: 22px;
        line-height: 30px;
    }
    .hero_parallax h1.hero_text{
        margin: 0 auto;
        font-size: 18px;
        font-weight: 900;
        text-transform: uppercase;
    }
    .hero_parallax h5{
        margin: 20px auto;
        font-size: 16px;
        font-weight: 400;
    }
}



/*  ----------------------------------------------------
. ICON BOXES
-------------------------------------------------------- */

/*icon boxes one*/

.icon_box_one{
    margin-bottom: 40px;
}
.icon_box_one i{
    min-width: 65px;
    display: block;
    float: left;
    font-size: 30px;
    line-height: 1;
    text-align: center;
}
.icon_box_one .box_content{
    margin-left: 65px;
}
.icon_box_one .box_content h5 {
    font-size: 18px;
    margin-bottom: 10px;
}


/*icon box two */


.icon_box_two{
    margin-bottom: 40px;
}
.icon_box_two i{
    min-width: 65px;
    display: block;
    margin: 5px auto 15px;
    font-size: 30px;
    line-height: 1;
    text-align: center;
    color: #188ae2;
}
.icon_box_two .box_content{
 text-align: center;
}
.icon_box_two .box_content h5 {
    font-size: 18px;
    margin-bottom: 10px;
    color: #2a2a2a ;
}
.icon_box_two .box_content p {
    color: #2a2a2a ;
}


/*icon box three*/

.icon_box_three{
    margin-bottom: 40px;
}
.icon_box_three i{
    min-width: 65px;
    display: block;
    margin: 15px auto 25px ;
    font-size: 80px;
    line-height: 1;
    text-align: center;
    color: #188ae2;
}
.icon_box_three .box_content{
    text-align: center;
}
.icon_box_three .box_content h5 {
    font-size: 18px;
    margin-bottom: 15px;
    color: #2a2a2a ;
}
.icon_box_three .box_content p {
    color: #2a2a2a ;
}

/*  ----------------------------------------------------
. SECTION TITLES
-------------------------------------------------------- */

.section_title_one h6{
    text-transform: capitalize;
}
.section_title_one h3{
    margin-top: 10px;
    text-transform: capitalize;
    font-family: "Montserrat", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.section_title_one h1 {
    color: #979fa6;
    font-weight: 900;
    font-size: 32px;
    margin-top: 10px;
    text-transform: capitalize;
    font-family: "Montserrat", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.section_title_one p{
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    color: #404040;
    font-size: 16px;
    margin-top: 20px;
}




/*  ----------------------------------------------------
. 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: 18px;
    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;
    display: block;
    max-width: 1500px;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    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;
    margin-left: auto;
    margin-right: auto;
}
.project_box img{
    display: block;
    width: 100%;
    height: 100%;
    transform: translateX(4%) scale(1.08);
    -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: rgba(50,50,50,0.9);
    background:linear-gradient(to top,rgba(50,50,50,0.9) 0%,rgba(50,50,50,0.7) 20%,rgba(50,50,50,0.1) 100%);
    background: -webkit-linear-gradient(to top,rgba(50,50,50,0.9) 0%,rgba(50,50,50,0.7) 20%,rgba(50,50,50,0.1) 100%);
    background: -o-linear-gradient(to top,rgba(50,50,50,0.9) 0%,rgba(50,50,50,0.7) 20%,rgba(50,50,50,0.1) 100%);
    background: -ms-linear-gradient(to top,rgba(50,50,50,0.9) 0%,rgba(50,50,50,0.7) 20%,rgba(50,50,50,0.1) 100%);
    background: linear-gradient(to top,rgba(50,50,50,0.9) 0%,rgba(50,50,50,0.7) 20%,rgba(50,50,50,0.1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d4e4ef', endColorstr='#2a2a2a', GradientType=1 );
    -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: 14px;
    line-height: 25px;
    color: #ddd;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
    word-wrap: break-word;
    overflow-wrap: break-word;
    text-transform: capitalize;

}

.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);
}



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

.team_carousel{
    position: relative;
}

.team_item{
    padding: 15px;
}
@media all and (max-width: 767px) {
    .team_item{
        padding: 0;
    }
}
.team_box{
    border: 1px solid rgba(244, 244, 244, 0.100);
    text-align: center;
    padding: 15px;
    margin-top: 15px;
    border-radius: 3px;
}

.team_box img{
    margin-bottom: 15px;
    border-radius: 130px;
}
.team_box h5{
    margin-bottom: 6px;
    font-size: 15px;
    color: #313131;
    font-weight: 200;
    padding-top: 15px;
    padding-bottom: 4px;
    text-transform: capitalize;
    -webkit-transition: all .6s ease-in-out;
    -moz-transition: all .6s ease-in-out;
    transition: all .6s ease-in-out;
}
.team_box:hover h5{
    color: #1a8ce4;
    -webkit-transition: all .6s ease-in-out;
    -moz-transition: all .6s ease-in-out;
    transition: all .6s ease-in-out;
}
.team_box h6{
    margin-bottom: 15px;
    display: block;
    font-size: 11px;
    color: #a3a2a2;
    text-transform: capitalize;
}
.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: 30px;
    width: 30px;
    line-height: 29px;
    text-align: center;
    text-decoration: none !important;
    border-radius: 3px;
    margin: 3px;
    opacity: 0.8;
    background-color: transparent;
    color: rgb(51, 51, 51);
    border: solid 1px #ddd;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;

}
.team_social li a:hover{
    opacity: 1;
    color: #ffffff;
    background-color: #23a7ff;
    border: solid 1px #23a7ff;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}
/*  ----------------------------------------------------
. COUNTER SECTION
-------------------------------------------------------- */

.counter_box{
    color: #333333;
    margin: 25px auto 15px;
}
.counter_icon{
    font-size: 48px;
    color: #23a7ff;
}
.counter_number{
    color: #333;
    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;
}



/*  ----------------------------------------------------
. PRICING SECTION
-------------------------------------------------------- */

.pricing_table_one{
    border: solid 1px #f5f5f5;
    border-radius: 2px;
    min-height: 400px;
    background: #fff;
    position: relative;
    text-align: center;
    -webkit-transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
    margin: 10px 0;
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
}
.pricing_table_one:hover , .pricing_table_one.active{
    box-shadow:  0 0 12px 1px rgba(0, 0, 0, 0.10);
    -moz-box-shadow:  0 0 12px 1px rgba(0, 0, 0, 0.10);
    -webkit-box-shadow: 0 0 12px 1px rgba(0, 0, 0, 0.10);
    -o-box-shadow:  0 0 12px 1px rgba(0, 0, 0, 0.10);
}

.pricing_table_one .price_header{
    padding: 20px 0 10px;
    text-align: center;

}
.pricing_table_one .price_header h5{
    color: #000;
    -webkit-transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
}
.pricing_table_one .price_header p{
    font-size: 14px;
    font-style: italic;
    color: #8a8a8a;
    margin-top: 2px;
    text-transform: capitalize;
}
.pricing_table_one .price_set{
    padding: 20px 0;
    font-size: 11px;
    text-transform: capitalize;
    font-style: italic;
    border-top: solid 1px #eee;
    border-bottom: solid 1px #eee;
    -webkit-transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
}
.pricing_table_one .price_set span {
    color: #333;
    margin: 10px 0 0;
    font-size: 46px;
    display: inline-block;
    margin-right: 1px;
    font-style: normal;
    font-weight: 900;
}
.pricing_table_one ul.features  li {
    border-bottom: 1px solid #f5f5f5;
    font-size: 13px;
    color: #555;
    padding: 7px 20px;
    text-align: left;

}
.pricing_table_one ul.features  li i{
    color: #333333;
    margin-right: 5px;
    -webkit-transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
}
.pricing_one_footer{
    padding: 20px 0;
}

.pricing_table_one:hover ul.features li i , .pricing_table_one:hover .price_set , .pricing_table_one:hover .price_header h5{
    color: #188ae2;
    -webkit-transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
}
.pricing_table_one.active ul.features li i , .pricing_table_one.active .price_set , .pricing_table_one.active .price_header h5{
    color: #188ae2;
    -webkit-transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
}


/*  ----------------------------------------------------
 BLOG  SECTION
-------------------------------------------------------- */


.blog_carousel{
    position: relative;
}

.blog_item{
    padding: 0 15px;
}
@media all and (max-width: 600px) {
    .blog_item{
        padding: 0;
    }
}
.blog_box{
    background-color: #ffffff;
    border: 1px solid #eee;
    padding: 0;
    margin-top: 15px;
    position: relative;
    margin-bottom: 20px;
    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;
    max-width: 400px;
    margin-right: auto;
    margin-left: auto;
}
.blog_box:hover{
    box-shadow: 0 7px 12px 0 rgba(0, 0, 0, 0.10);
    -moz-box-shadow: 0 7px 12px 0 rgba(0, 0, 0, 0.10);
    -webkit-box-shadow: 0 7px 12px 0 rgba(0, 0, 0, 0.10);
    -o-box-shadow: 0 7px 12px 0 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_img{
    overflow: hidden;
    max-height: 225px;
    display: block;
}
.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_content{
    display: block;
    padding: 12px 25px;
}
.blog_content h5 {
    padding: 5px 0;
    font-weight: 400;
    color: #333;
    font-size: 16px;
}
.blog_content p{
    color: #969595;
    margin-bottom: 0;
}
.blog_footer_btn {
    background-color: #f8f8f8;
    color: #777;
    padding: 5px 10px;
    border-top: solid 1px #eee;
    border-radius: 0;
    font-size: 11px;
    font-weight: 400;
}
.blog_footer_btn a{
    float: right;
    display: block;
    color: #1ea5ff;
    text-transform: capitalize;
    font-size: 12px;
}
.blog_footer_btn a:hover{
    color: #222328;
}



/*  ----------------------------------------------------
 Contact Section
-------------------------------------------------------- */
#map{
    width: 100%;
    height: 315px;
    border-top: solid 1px #f5f5f5;
    border-bottom: solid 1px #f5f5f5;
}
.contact-form{
    padding: 0 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: #f8f8f8;
    border-radius: 0;
    font-size: 18px;
    height: 40px;
    font-weight: 800;
    color: #000000;
    border: 1px solid rgba(238, 238, 238, 0.65);
    border-right: 0;

}
.contact-form  .form-control{
    background: #f8f8f8;
    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: #f8f8f8;
    border-radius: 0;
    border: 1px solid rgba(238, 238, 238, 0.65);
    min-height: 200px;
    box-shadow: 0 0 0;
}

.contact-form  .submit_btn{
    display: block;
    width: 100%;
    text-align: center;
    margin: 0 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;
    background-color: #012E55;
    color: #FFFFFF;
    margin-bottom: 15px;
}
.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;
    background-color: #333333;
    color: #ffffff;
}

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

.contact-info-box i{font-size:46px;color:#1ea5ff;}

.contact-info-box h4{text-transform:capitalize;font-size:18px;margin-bottom:0;margin-top:10px;}

.contact-info-box h5{margin:5px 0 0;font-size:13px;line-height:25px;}



/*  ----------------------------------------------------
 fOOTER
-------------------------------------------------------- */
.footer_about h4{
    font-family: 'Montserrat', 'Helvetica', 'Arial', sans-serif;
    font-size: 30px;
    text-transform: capitalize;
    padding: 5px;
    color: #f5f5f5;
    text-shadow: none;
    margin-bottom: 15px;
    margin-top:15px;
    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_social_p{
    color: #c9c9c9;
    font-size: 14px;
}
.footer_header{
    color: #ffffff;
    font-size: 16px;
    margin: 22px 0 5px;
    position: relative;
}
.footer_header:before {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    width: 70%;
    border-bottom: 2px solid #404040;

}
.footer_header:after {
    content: "";
    display: block;
    width: 35px;
    border-bottom: 2px solid #1ea5ff;
    margin: 20px auto 25px 0;
    z-index: 1;
    position: relative;
}

.footer-list li a{
  color: #979fa6;
}
.footer-list li a:hover,.footer-list li a:focus{
    color: #c8d3dc;
}
.copy-rights{
    text-align: center;
    margin: 0;
    color: #9d9d9d;
}
footer address{
    line-height: 27px;
    font-size: 13px;
    color: #ccc;
    margin-top: 10px;
    background-image: url("../img/map.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: left;
}
footer address strong{
    text-transform: capitalize;
    font-weight: 500;
    color: #ffffff;
}
.footer_author{
    color: #999;
    width: 100%;
    display: block;
    background-color: #1d1e20;
    padding: 15px 0 10px;
}
.footer_author p{
    margin: 0;
    padding: 0;
    font-size: 12px;
}


/*  ----------------------------------------------------
. Testimonial SECTION
-------------------------------------------------------- */
.testmonial_section{
    position: relative;
    width: 100%;
    min-height: 350px;
}
.testmonial_section_inner {
    display: block;
    vertical-align: middle;
}

.item{
    padding: 0 15px;
}
@media all and (max-width: 767px) {
    .item{
        padding: 0;
    }
}
.testimonial_carousel {
text-align: center;
    max-width: 600px;
    margin-right: auto;
    margin-left: auto;
}
.testimonial-box h5{
    line-height: 30px;
    color: #ffffff;
    font-weight: 400;
    font-size: 16px;
}
.testimonial-box img{
    height: 60px;
    margin: 10px 0;
}
.testimonial-box h6{
    font-size: 19px;
    color: #ffffff;
}
.testimonial-box P{
    font-size: 14px;
    color: #ffffff;
}



/*  ----------------------------------------------------
SKILLS  SECTION
-------------------------------------------------------- */

.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);
}
.single_progressbar{
    padding: 10px;
    background-color: #ffffff;
    border: solid 1px #eee;
    border-radius: 2px;
    margin-bottom: 15px;
}
.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;
}



/*  ----------------------------------------------------
  RESUME SECTION
-------------------------------------------------------- */

.resume_timeline {
    margin-top: 20px;
    position: relative;
    padding: 1em 0;
    list-style: none;
}
.resume_timeline:before {
    width: 5px;
    height: 100%;
    position: absolute;
    left: 25px;
    top: 0;
    content: ' ';
    display: block;
    background: #188ae2;
    background: -moz-linear-gradient(top, #ffffff 0%, #188ae2 7%, #188ae2 89%, #ffffff 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(7%,#188ae2), color-stop(89%,#188ae2), color-stop(100%,#ffffff));
    background: -webkit-linear-gradient(top, #ffffff 0%,#188ae2 7%,#188ae2 89%,#ffffff 100%);
    background: -o-linear-gradient(top, #ffffff 0%,#188ae2 7%,#188ae2 89%,#ffffff 100%);
    background: -ms-linear-gradient(top, #ffffff 0%,#188ae2 7%,#188ae2 89%,#ffffff 100%);
    background: linear-gradient(to bottom, #ffffff 0%,#188ae2 7%,#188ae2 89%,#ffffff 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff',GradientType=0 );
}
.resume_timeline li.resume_box {
    width: 100%;
    z-index: 2;
    position: relative;
    float: left;
}
.resume_timeline  .company_year {
    width: 20%;
    padding: 10px;
    font-size: 13px;
    font-weight: 700;
    display: inline-block;
    color: #188ae2;
}
.resume_timeline  .company_year span{
    color: #555;
    display: block;
}
.resume_timeline  .resume_box_description {
    width: 80%;
    display: inline-block;
    margin-bottom: 30px;
    position: relative;
    padding: 10px 10px 0 10px;
}
.resume_timeline .resume_box_description h4 {
    font-size: 16px;
    margin: 0;
    padding: 0;
    font-weight: 700;
}
.resume_timeline  .resume_box_description p {
    font-size: 14px;
    margin-top: 5px;
    padding: 0;
}
