 

/*============================================================
    CSS TABLE OF CONTENTS
==============================================================

    ## GENERAL CSS
    ## BOOTSTRAP NAVIGATION OVERWRITES
    ## HOME
    ## ABOUT
    ## SERVICES
    ## WORK
    ## REVIEW
    ## BLOG
    ## CONTACT
    ## FOOTER
    ## BACK TO TOP
    
=============================================================*/
/*
* -------------------------------------------------------------
*    ## GENAREL CSS
* -------------------------------------------------------------
*/
body {
    width: 100%;
    height: 100%;
    color: #666;
    font-size: 15px;
    font-weight: 300;
    letter-spacing: 1px;
    background-color: #fff;
    font-family: 'Open Sans', sans-serif;
}
html,
body {
    height: 100%;
}
h1,h2,h3,h4,h5,h6{
    color: #333;
    line-height: 30px;
    margin-top: 0; 
    font-weight: 700;
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
    letter-spacing: 4px;
}
h1{
    font-size: 100px;
}
h2{
    font-size: 45px;
}
h3{
    font-size: 35px;
}
h4{
    font-size: 25px;
}
h5{
    font-size: 20px;
}
h6{
    font-size: 15px;
}
ul{
    margin-bottom: 0;
}
p{
    color: #666;
    font-size: 14px;
    line-height: 27px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
}
a,a:hover,a:focus{
    text-decoration: none;
    font-family: 'Montserrat', sans-serif;
}
a:focus{
    border: none;
    outline: 0;
}
.white-text{
    color: #fff;
}
.dark-text{
    color: #fff;
    margin-top: 30px;
    margin-bottom: 30px;
}
.text-bold{
    font-weight: 700;
}
.btn.focus, .btn:focus, .btn:hover {
    color: #fff;
    text-decoration: none;
}
.btn.active.focus, .btn.active:focus, .btn.focus, 
.btn.focus:active, .btn:active:focus, .btn:focus{
    outline: 0 none;
}
.section-padding{
    padding-top: 95px;
    padding-bottom: 80px;
}
.section-top p{
    font-size: 17px;
    font-weight: normal; 
}
.section-top em{
    font-weight: 300;
    color: #666;
    font-size: 20px;
}
.m-top-10{
    margin-top: 10px;
}
.m-top-20{
    margin-top: 20px;
}
.m-top-30{
    margin-top: 30px;
}
.m-top-40{
    margin-top: 40px;
}
.m-top-50{
    margin-top: 50px;
}
.m-top-60{
    margin-top: 60px;
}
.m-top-70{
    margin-top: 70px;
}
.m-top-80{
    margin-top: 80px;
}
.m-top-90{
    margin-top: 90px;
}
.m-top-100{
    margin-top: 100px;
}
.m-bottom-5{
    margin-bottom: 5px;
}
.m-bottom-10{
    margin-bottom: 10px;
}
.m-bottom-20{
    margin-bottom: 20px;
}
.m-bottom-30{
    margin-bottom: 30px;
}
.m-bottom-40{
    margin-bottom: 40px;
}

.m-bottom-50{
    margin-bottom: 50px;
    font-size: 30px;
    font-weight: 900;
    line-height: 50px;
}
.m-bottom-60{
    margin-bottom: 60px;
}
.m-bottom-70{
    margin-bottom: 70px;
}
.m-bottom-80{
    margin-bottom: 80px;
}
.m-bottom-90{
    margin-bottom: 90px;
}
.m-bottom-100{
    margin-bottom: 100px;
}
.p-top-10{
    padding-top: 10px;
}
.p-top-20{
    padding-top: 20px;
}
.p-top-30{
    padding-top: 30px;
}
.p-top-40{
    padding-top: 40px;
}
.p-top-50{
    padding-top: 50px;
}
.p-top-60{
    padding-top: 60px;
}
.p-top-70{
    padding-top: 70px;
}
.p-top-80{
    padding-top: 80px;
}
.p-top-90{
    padding-top: 90px;
}
.p-top-100{
    padding-top: 100px;
}
.p-bottom-10{
    padding-bottom: 10px;
}
.p-bottom-20{
    padding-bottom: 20px;
}
.p-bottom-30{
    padding-bottom: 30px;
}
.p-bottom-40{
    padding-bottom: 40px;
}
.p-bottom-50{
    padding-bottom: 50px;
}
.p-bottom-60{
    padding-bottom: 60px;
}
.p-bottom-70{
    padding-bottom: 70px;
}
.p-bottom-80{
    padding-bottom: 80px;
}
.p-bottom-90{
    padding-bottom: 90px;
}
.p-bottom-100{
    padding-bottom: 100px;
}
.no-padding{
    padding-left: 0;
    padding-right: 0;
}
.float-right{
    float: right;
}
.light-bg{
    background-color: #f1f1f1;
}
.default-btn{
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    border: 1px solid #fff;
    border-radius: 4px;
    padding: 11px 35px;
    font-size: 13px;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    -ms-transition: all .5s;
    transition: all .5s;
}
.default-btn:hover, .default-btn:focus, .color-btn:hover, .color-btn:focus{
    background: #003445;
    border: 1px solid #003445;
}
.color-btn{
    border: 1px solid #FA6862;
    background: #FA6862;
}
/*
* -------------------------------------------------------------
*    ## END GENAREL CSS
* -------------------------------------------------------------
*/

/*
* -------------------------------------------------------------
*    ## BOOTSTRAP NAVIGATION OVERWRITES
* -------------------------------------------------------------
*/
.navbar-brand {
    padding: 15px;
}
.logo{
    width: 200px;
    height: auto; 
    margin-top: -70px; 
}
.navbar-default{
    background: transparent;
    border-color: transparent;
}
.navbar{
    margin-bottom: 0;
}
nav.navbar-fixed-top{
    position: fixed;
    top: 0;
}
.navbar-default .navbar-toggle{
    border-color: transparent;
}
.navbar-default .navbar-toggle .icon-bar{
    background-color: #333;
}

.navbar-toggle .icon-bar{
    width: 28px;
    height: 4px;
    border-radius: 3px;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, 
.navbar-default .navbar-nav > .active > a:hover{
    background: transparent;
    color: #FA6862;
    text-transform: uppercase;
    font-weight: 600;
}
.navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-nav > li > a:hover{
    color: #FA6862;
    font-weight: 600;
}
.navbar-default .navbar-nav > li > a{
    color: #333;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 600;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
.nav.navbar-nav.navbar-right li.active a{
    color: #FA6862;
}
.nav > li > a:focus, .nav > li > a:hover{
    background-color: transparent;
}
.navbar-default .navbar-collapse, .navbar-default .navbar-form{
    border-color: transparent;
}
.navbar-default .navbar-toggle, .navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover{
    background-color: transparent;
}
.navbar-default.scroll-bg .nav > li > a:hover{
    color: #FA6862;
}
/*
* -------------------------------------------------------------
*    ## END BOOTSTRAP NAVIGATION OVERWRITES
* -------------------------------------------------------------
*/

/*
* -------------------------------------------------------------
*    ## HOME
* -------------------------------------------------------------
*/
.header-bg{
    background: url(../images/J_TECH_JPEG____C__better.jpg);
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
    position: relative;
}
.overlay{
    position: absolute;
    width: 100%;
    height: 100%;
    background: #003445;
    top: 0;
    left: 0;
    content: "";
    opacity: .8;
}
.light-overlay{
    position: absolute;
    width: 100%;
    height: 100%;
    background:#969696; 
    top: 0;
    left: 0;
    content: "";
    opacity: .8;
}
.header-bg, .header-content {
    height: 100%;
}
.header-bg div.header-content-t, .header-content-t div {
    height: 100%;
}
.header-content-t {
    display: table;
    width: 100%;
    text-align: center;
}
.header-bg div.header-content-t-c, .header-content-t-c div {
    height: auto;
}
.header-content-t-c {
    display: table-cell;
    vertical-align: middle;
}
.header-content p{
    font-size: 23px;
    text-transform: capitalize;
    font-weight: 200;
}
.navbar-default{
    padding: 25px 0;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
.navbar-default.scroll-bg{
    padding: 8px 0;
}
.navbar-default.white-scroll-bg{
    padding: 8px 0;
}
.scroll-bg{
    background: #003445 none repeat scroll 0 0;
    box-shadow: 0 0 7px 0 rgba(0, 0, 0, .6);
}
.white-scroll-bg{
    background: #f1f1f1 none repeat scroll 0 0;
    box-shadow: 0 0 7px 0 rgba(0, 0, 0, .6);
}
.scroll-bg .navbar-nav > li > a{
    color: #fff;
}
.navbar-default.scroll-bg .navbar-toggle .icon-bar{
    background-color: #fff;
}
#particles-js{
    height: 100%;
    overflow: hidden;
    position: absolute;
    top: 0;
    width: 100%;

}
/*
* -------------------------------------------------------------
*    ## END HOME
* -------------------------------------------------------------
*/

/*
* -------------------------------------------------------------
*    ## ABOUT
* -------------------------------------------------------------
*/
.download-btn {
    height: 50px;
    width: 245px;
    background: #5c5c5c;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    border-radius: 3px;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    cursor: pointer;
}
.btn-icon {
    float: left;
    background: rgba(0,0,0,.2);
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 48px;
    font-size: 22px;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
}
.btn-text {
    font-size: 14px;
    line-height: 48px;
    padding-left: 12px;
    overflow: hidden;
}
.download-btn:hover{
    background: #FA6862;
}
.download-btn:hover .btn-icon{
    background: rgba(0,0,0,.2);
}
.fun-fact{
    /*background:url(../images/J_TECH_JPEG____C__better.jpg);*/ 
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
    background-attachment: fixed;
    position: relative;
}
.fun-fact h3, .section-top h3, .contact-bg .section-top h3{
     display: inline-block;
    background: #FA6862;
    color: #fff;
    padding: 15px 105px;
    border-radius: 4px;
    font-size: 50px;
    line-height: 1;

}
.single-fact h2 {
    margin-top: 40px;
    margin-bottom: 20px;
}
.single-fact span {
    font-size: 35px;
}
.single-fact h6{
    font-weight: normal;
    text-transform: capitalize;
}
 
/*
* -------------------------------------------------------------
*    ## END ABOUT
* -------------------------------------------------------------
*/

/*
* -------------------------------------------------------------
*    ## SERVICES
* -------------------------------------------------------------
*/
.single-service{
    padding: 35px 7px;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
.single-service:hover{
    background: #fff;
    box-shadow: 2px 2px 15px rgba(0, 0, 0, 0.3)
}
/*
* -------------------------------------------------------------
*    ## END SERVICES
* -------------------------------------------------------------
*/
/*
* -------------------------------------------------------------
*    ## WORK
* -------------------------------------------------------------
*/
.portfolio-padding{
    padding-top: 90px;
}
.single-portfolio{
    width: 33.33%;
    float: left;
    position: relative;
    overflow: hidden;
}
.portfolio-filter li {
    display: inline-block;
    padding: 8px 25px;
    border: 1px solid #FA6862;
    text-transform: uppercase;
    font-weight: 700;
    margin: 0 15px;
    font-size: 14px;
    cursor: pointer;
    -webkit-transition: all .1s;
    -moz-transition: all .1s;
    -ms-transition: all .1s;
    -o-transition: all .1s;
    transition: all .1s;
}
.portfolio-filter li.active{
    background-color: #FA6862;
    color: #fff;
}
.portfolio-hover {
    position: absolute;
    color: #fff;
    width: 100%;
    text-align: center;
    top: 32%;
    opacity: 0;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .5s;
}
.portfolio-hover h5 {
    margin-bottom: 0;
    color: #fff;
}
.portfolio-hover a {
    font-size: 60px;
    color: #fff;
    margin-bottom: 10px;
}
.single-portfolio:hover .portfolio-hover{
    opacity: 1;
}
.portfolio-overlay{
    width: 100%;
    height: 100%;
    background: rgba(0,52,69,.9);
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    opacity: 0;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .5s;
}
.single-portfolio:hover .portfolio-overlay{
    opacity: 1;
}

.single-portfolio img{
    width: 100%;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .5s;
    
}
.single-portfolio:hover img{
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
}

/*
* -------------------------------------------------------------
*    ## END WORK
* -------------------------------------------------------------
*/

/*
* -------------------------------------------------------------
*    ## REVIEW
* -------------------------------------------------------------
*/
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : landscape) { 

.review-title{
        margin-top: 150px !important;
      }

}




@media screen and (min-device-width: 768px) and (max-device-width: 1024px){
     .review-title{
        margin-top: 150px !important;
      }
}
@media(max-width: 768px){
    .review-title{
        margin-top: 150px !important; 
    }
}
 @media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px)  { 

.review-title{
        margin-top: 150px !important;
      }

}
.review-bg{
    background: url(../images/pattern.png);
    background-repeat: repeat;
    background-position: 50% 50%;
    background-attachment: fixed;
    margin-top: 200px;
}
.client-img {
    width: 100px;
    height: 100px;
    margin: 30px auto 20px auto;
}
.client-img img {
    width: 100%;
    border-radius: 50%;
}
.quote{
    font-size: 40px;
}
.client-say{
    width: 80%;
    margin: 25px auto;
}
#review-carousel .carousel-indicators li {
    background: #666;
    width: 17px;
    height: 4px;
    margin: 0 3px;
}
#review-carousel .carousel-indicators li.active{
    background: #FA6862;
    width: 17px;
    height: 4px;
}
.carousel-indicators{
    bottom: -50px;
}
.hire-bg{
    background: url(../images/J_TECH_JPEG____C__better.jpg);
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
    background-attachment: fixed;
    position: relative;
}
.hire-bg p{
    color: #333;
    font-size: 18px;
    text-transform: capitalize;
    font-weight: 200;
}
/*
* -------------------------------------------------------------
*    ## END REVIEW
* -------------------------------------------------------------
*/

/*
* -------------------------------------------------------------
*    ## BLOG
* -------------------------------------------------------------
*/
.blog-info {
    margin: 15px 0;
}
.blog-info a {
    margin-left: 25px;
    text-transform: capitalize;
    color: #666;
    font-weight: 500;
    font-size: 12px;
    position: relative;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    -ms-transition: all .3s;
    transition: all .3s;
}
.blog-info a:hover{
    color: #FA6862
}
.blog-content {
    padding: 20px 30px;
    background: #faf9f9;
}
.blog-info a:first-child{
    margin-left: 0;
    margin-right: 5px;
}
.blog-info a:last-child{
    margin-right: 0;
}
.blog-info a::before {
    position: absolute;
    width: 2px;
    height: 11px;
    background: #666;
    content: "";
    right: -19%;
    top: 14%;
}
.blog-info a:last-child::before{
    display: none;
}

.blog-info i {
    margin-right: 6px;
}
.read-more a{
    color: #666;
    font-weight: 500;
    text-decoration: underline;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    -ms-transition: all .3s;
    transition: all .3s;
}
.read-more a:hover{
    color: #FA6862;
}

/*
* -------------------------------------------------------------
*    ## END BLOG
* -------------------------------------------------------------
*/

/*
* -------------------------------------------------------------
*    ## CONTACT
* -------------------------------------------------------------
*/
.address-in {
    color: #fff !important;
}

.address-i span {
    float: left;
    font-size: 26px;
    color: #fff;
}
.address-in a{
    color: #fff !important;
}
.address-in {
    overflow: hidden;
    margin-left: 40px;
}
.address-in h6 {
    margin-bottom: 0;
    color: #fff;
}
.address-in small {
    text-transform: uppercase;
    color: #fff;
}

.contact-form input, .contact-form textarea{
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    padding: 12px 0;
    text-transform: lowercase !important;
    width: 100%;
    margin-bottom: 15px;
    background: none;
    border-bottom: 1px solid #999;
    border-top: none;
    border-right: none;
    border-left: none;
}
.contact-bg{
    background:url(../images/JTECH_logo.jpg);
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
    background-attachment: fixed;
    position: relative;
}
/*
* -------------------------------------------------------------
*    ## END CONTACT
* -------------------------------------------------------------
*/

/*
* -------------------------------------------------------------
*    ## FOOTER
* -------------------------------------------------------------
*/
.footer{
    padding: 20px 0;
    background: #f1f1f1;
    box-shadow: inset 0 0 2px 0 rgba(0, 0, 0, .4);
}
.footer a {
    color: #333;
}
.footer li {
    display: inline-block;
    padding: 5px 10px;
}
/*
* -------------------------------------------------------------
*    ## END FOOTER
* -------------------------------------------------------------
*/

/*
* -------------------------------------------------------------
*    ## BACK TO TOP
* -------------------------------------------------------------
*/
.back-to-top {
    background: #FA6862 none repeat scroll 0 0;
    border-radius: 3px;
    height: 40px;
    line-height: 35px;
    position: fixed;
    z-index: 9999;
    right: 2%;
    text-align: center;
    top: 91%;
    width: 40px;
    display: none;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    -ms-transition: all .3s;
    transition: all .3s;
}
.back-to-top a {
    color: #fff;
    font-size: 26px;
    display: block;
}

/*
* -------------------------------------------------------------
*    ## END BACK TO TOP
* -------------------------------------------------------------
*/

.service-img{
    width:70px;
    height: 70px;
    display: inline-block;
}
::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color:    #fff;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color:    #ff;
   opacity:  1;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
   color:    #fff;
   opacity:  1;
}
:-ms-input-placeholder { /* Internet Explorer 10-11 */
   color:    #fff;
}
::-ms-input-placeholder { /* Microsoft Edge */
   color:    #fff;
}
@media only screen and (max-width: 991px) and (min-width: 768px){
    .header-content h1 {
    font-size: 30px !important;
}
}
 

@media only screen and (max-width: 767px){
    .header-content h1 {
    font-size: 25px !important;
    line-height: 50px;
    margin-bottom: 15px;
}
.portfolio-filter li {
   
    padding: 0px; 
    
    }
     
}
 
.image-style{
  display: flex !important;
    align-items: center !important;  
}
.savebuds_style{
    width: 130px;
    height: auto;
    min-height: 90px;
}
.float_to_right{
    float: right;
}
.float_to_left{
    float: left;
}
.legroupelapostesoutientfrenchtechfest{
    width: 230px;
    min-height: 150px;
    height: auto;
    float: right;
}
@media(max-width: 500px){
     .legroupelapostesoutientfrenchtechfest{
    width: 100%; 
    float: none !important;
}
}

.success {
  padding: 1em;
  margin-bottom: 0.75rem;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  color: #468847;
  background-color: #dff0d8;
  border: 1px solid #d6e9c6;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
}

.error {
  padding: 1em;
  margin-bottom: 0.75rem;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  color: #b94a48;
  background-color: #f2dede;
  border: 1px solid rgba(185, 74, 72, 0.3);
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
}