import url('https://fonts.googleapis.com/css?family=Noto+Sans+JP|Rubik&display=swap');
@import url('https://maxcdn.bootstrapcdn.com/font-awesome/4.4.0/css/font-awesome.min.css');
/* CSS Document */
*{margin:0;padding:0;text-decoration:none}
html, body { margin:0;padding:0;text-decoration:none; 
font-family: 'Rubik', sans-serif;
font-family: 'Noto Sans JP', sans-serif;
outline:none; position:relative; font-size:14px;   text-rendering: optimizelegibility;    word-wrap: break-word; font-smooth: always; letter-spacing: normal; font-weight: 400; webkit-font-smoothing: antialiased; }

header, section, footer, aside, div, ul, ul li, li, input, label { box-sizing:border-box; }
h1, h2{ font-family: 'Roboto Condensed'; }
h2{ }
ul, ul li, li { list-style-type:none; }
ul, ol{ padding:0; margin:0;}
a, a:hover, a:focus { text-decoration:none; outline:none; }
.table-responsive thead{background-color: #ccc;}

.header .container-fluid{
    width: 95%;
    margin: 0px auto;
}

.services-img img{
    width: 60%;
    margin: 5px auto;
}
.logo a img{width: 300px;
-webkit-transition: all 0.10s ease;
    -moz-transition: all 0.10s ease;
    -o-transition: all 0.10s ease;
    transition: all 0.10s ease;
}

.product-portfolio{
    margin: 50px auto;
}


/*slider start */

a.btn-green-dot{ padding: 8px 20px; border-radius: 50px; display: inline-block; color: #fff; background-color: #0da95b; width: 210px;}
a.btn-green-dot span{width: 30px; height: 30px; border-radius: 50%; border: 6px solid #fff; background-color: #0da95b; display: inline-block; float: left; margin-right: 20px;}
a.btn-green-dot p{display:inline-block; line-height: 30px; letter-spacing: 1.6px; font-size: 16px;}
.bs-slider{
    overflow: hidden;
    max-height: 700px;
    position: relative;
    background: #000000;
    margin-top: 130px;
}
.bs-slider:hover {
    cursor: -moz-grab;
    cursor: -webkit-grab;
}
.bs-slider:active {
    cursor: -moz-grabbing;
    cursor: -webkit-grabbing;
}
.bs-slider .bs-slider-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;  /* fallback for old browsers */
    opacity: 0;
}
.bs-slider > .carousel-inner > .item > img,
.bs-slider > .carousel-inner > .item > a > img {
    margin: auto;
    width: 100% !important;
}

/********************
*****Slide effect
**********************/

.fade {
    opacity: 1;
}
.fade .item {
    top: 0;
    z-index: 1;
    opacity: 0;
    width: 100%;
    position: absolute;
    left: 0 !important;
    display: block !important;
    -webkit-transition: opacity ease-in-out 1s;
    -moz-transition: opacity ease-in-out 1s;
    -ms-transition: opacity ease-in-out 1s;
    -o-transition: opacity ease-in-out 1s;
    transition: opacity ease-in-out 1s;
}
.fade .item:first-child {
    top: auto;
    position: relative;
}
.fade .item.active {
    opacity: 1;
    z-index: 2;
    -webkit-transition: opacity ease-in-out 1s;
    -moz-transition: opacity ease-in-out 1s;
    -ms-transition: opacity ease-in-out 1s;
    -o-transition: opacity ease-in-out 1s;
    transition: opacity ease-in-out 1s;
}






/*---------- LEFT/RIGHT ROUND CONTROL ----------*/
.control-round .carousel-control {
    top: 47%;
    opacity: 0;
    width: 45px;
    height: 45px;
    z-index: 100;
    color: #ffffff;
    display: block;
    font-size: 24px;
    cursor: pointer;
    overflow: hidden;
    line-height: 43px;
    text-shadow: none;
    position: absolute;
    font-weight: normal;
    background: transparent;
    -webkit-border-radius: 100px;
    border-radius: 100px;
}
.control-round:hover .carousel-control{
    opacity: 1;
}
.control-round .carousel-control.left {
    left: 1%;
}
.control-round .carousel-control.right {
    right: 1%;
}
.control-round .carousel-control.left:hover,
.control-round .carousel-control.right:hover{
    color: #fdfdfd;
    background: rgba(0, 0, 0, 0.5);
    border: 0px transparent;
}
.control-round .carousel-control.left>span:nth-child(1){
    left: 45%;
}
.control-round .carousel-control.right>span:nth-child(1){
    right: 45%;
}





/*---------- INDICATORS CONTROL ----------*/
.indicators-line > .carousel-indicators{
    right: 45%;
    bottom: 3%;
    left: auto;
    width: 90%;
    height: 20px;
    font-size: 0;
    overflow-x: auto;
    text-align: right;
    overflow-y: hidden;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 1px;
    white-space: nowrap;
}
.indicators-line > .carousel-indicators li{
    padding: 0;
    width: 15px;
    height: 15px;
    border: 1px solid rgb(158, 158, 158);
    text-indent: 0;
    overflow: hidden;
    text-align: left;
    position: relative;
    letter-spacing: 1px;
    background: rgb(158, 158, 158);
    -webkit-font-smoothing: antialiased;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    margin-right: 5px;
    -webkit-transition: all 0.5s cubic-bezier(0.22,0.81,0.01,0.99);
    transition: all 0.5s cubic-bezier(0.22,0.81,0.01,0.99);
    z-index: 10;
    cursor:pointer;
}
.indicators-line > .carousel-indicators li:last-child{
    margin-right: 0;
}
.indicators-line > .carousel-indicators .active{
    margin: 1px 5px 1px 1px;
    box-shadow: 0 0 0 2px #fff;
    background-color: transparent;
    position: relative;
    -webkit-transition: box-shadow 0.3s ease;
    -moz-transition: box-shadow 0.3s ease;
    -o-transition: box-shadow 0.3s ease;
    transition: box-shadow 0.3s ease;
    -webkit-transition: background-color 0.3s ease;
    -moz-transition: background-color 0.3s ease;
    -o-transition: background-color 0.3s ease;
    transition: background-color 0.3s ease;

}
.indicators-line > .carousel-indicators .active:before{
    transform: scale(0.5);
    background-color: #fff;
    content:"";
    position: absolute;
    left:-1px;
    top:-1px;
    width:15px;
    height: 15px;
    border-radius: 50%;
    -webkit-transition: background-color 0.3s ease;
    -moz-transition: background-color 0.3s ease;
    -o-transition: background-color 0.3s ease;
    transition: background-color 0.3s ease;
}



/*---------- SLIDE CAPTION ----------*/
.slide_style_left {
    text-align: left !important;
}
.slide_style_right {
    text-align: right !important;
}
.slide_style_center {
    text-align: center !important;
}

.slide-text {
    left: 0;
    top: 35%;
    right: 0;
    margin: auto;
    padding: 10px;
    position: absolute;
    text-align: left;
    padding: 10px 85px;
    
}

.slide-text > h1 {
    padding: 0;
    color: #ffffff;
    font-size: 40px;
    line-height: 45px;
    margin-bottom: 30px;
    font-weight: 600;
    letter-spacing: 1px;
    display: inline-block;
    -webkit-animation-delay: 0.7s;
    animation-delay: 0.7s;
}
.slide-text > h1 span {
    padding: 0;
    color: #00a859;
    font-size: 40px;
    line-height: 60px;
    font-weight: 600;
    -webkit-animation-delay: 1.1s;
    animation-delay: 1.1s;
	margin-right: 10px;

}
.slide-text > h1 b{
    color: #2957a4;
}

.slide-text > a.btn-default{
    color: #000;
    font-weight: 400;
    font-size: 13px;
    line-height: 15px;
    margin-right: 10px;
    text-align: center;
    padding: 17px 30px;
    white-space: nowrap;
    letter-spacing: 1px;
    display: inline-block;
    border: none;
    text-transform: uppercase;
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
    -webkit-transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
    transition: background 0.3s ease-in-out, color 0.3s ease-in-out;

}
.slide-text > a.btn-primary{
    color: #ffffff;
    cursor: pointer;
    font-weight: 400;
    font-size: 13px;
    line-height: 15px;
    margin-left: 10px;
    text-align: center;
    padding: 17px 30px;
    white-space: nowrap;
    letter-spacing: 1px;
    background: #00bfff;
    display: inline-block;
    text-decoration: none;
    text-transform: uppercase;
    border: none;
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
    -webkit-transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
    transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
}
.slide-text > a:hover,
.slide-text > a:active {
    color: #ffffff;
    background: #222222;
    -webkit-transition: background 0.5s ease-in-out, color 0.5s ease-in-out;
    transition: background 0.5s ease-in-out, color 0.5s ease-in-out;
}






/*------------------------------------------------------*/
/* RESPONSIVE
/*------------------------------------------------------*/

@media (max-width: 991px) {
    .slide-text h1 {
        font-size: 40px;
        line-height: 50px;
        margin-bottom: 20px;

    }
    .slide-text > p {

        font-size: 18px;
    }
}


/*---------- MEDIA 480px ----------*/
@media  (max-width: 768px) {
    .slide-text {
        padding: 10px 50px;
    }
    .slide-text h1 {
        font-size: 30px;
        line-height: 40px;
        margin-bottom: 10px;
    }
    .slide-text > p {
        font-size: 14px;
        line-height: 20px;
        margin-bottom: 20px;
    }
    .control-round .carousel-control{
        display: none;
    }

}
@media  (max-width: 480px) {
    .slide-text {
        padding: 10px 30px;
    }
    .slide-text h1 {
        font-size: 20px;
        line-height: 25px;
        margin-bottom: 5px;
    }
    .slide-text > p {
        font-size: 12px;
        line-height: 18px;
        margin-bottom: 10px;
    }
    .slide-text > a.btn-default, 
    .slide-text > a.btn-primary {
        font-size: 10px;
        line-height: 10px;
        margin-right: 10px;
        text-align: center;
        padding: 10px 15px;
    }
.indicators-line > .carousel-indicators{
        display: none;
    }

}
.service-slider{ 
background: #2b5aaa;
background: -webkit-linear-gradient(to right, #2b5aaa, #0da95b);
background: linear-gradient(to right, #2b5aaa, #0da95b);
padding: 10px 0px 5px;
}
.inner-service-slider{}
.service-slider ul{list-style: none; width: 100%;}
.service-slider ul li{text-align: center; display: table-cell; border-right: 1px solid #ccc; width: 10%;  background-color: #fff; padding: 6px 8px; }
.service-slider ul li img{margin: 5px auto 10px; width: 30px; display: block; }
.service-slider ul li p{ font-size: 13px; color: #2957a4; font-weight: 600; text-transform: uppercase;}



.inner-content .col-md-12{
      background-size: 80%;
  background-repeat: no-repeat;
  background-image:url(../img/line.png);
  background-position: center top;
}


.welcome-jayko .inner-content{padding: 50px 30px 50px 10px;}
.welcome-jayko .inner-content span{ margin-bottom: 0px; padding-left: 5px; letter-spacing: 1.5px; letter-spacing: uppercase;}
.welcome-jayko .inner-content h1{
    margin-top: 0px;
    margin-bottom: 10px;
    font-size: 40px;
    font-weight: bold;
    background: #1e5799;
    background: -moz-linear-gradient(left,  #0da95b 0%, #2989d8 51%, #207cca 60%, #7db9e8 100%); 
    background: -webkit-linear-gradient(left,  #1e5799 0%,#2989d8 51%,#207cca 60%,#7db9e8 100%); 
    background: linear-gradient(to right,  #0da95b 0%,#2957a4 51%,#2957a4 60%,#2957a4 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    position: relative;
}

.welcome-jayko .inner-content p{ font-size: 14px; line-height: 1.6em; padding-right: 10px;}
.readmore{padding: 6px 50px; display: inline-block; background-color: #fff; color: #2957a4; border: 2px solid #2957a4; border-radius: 50px; }


.jayko-products{
background-color: #eee;
}
.product-inner{padding: 40px 15px;}
.jayko-products .heading{
    padding: 0px 15px;
    text-align: center;
}
.jayko-products .heading h1 {
    margin-top: 0px;
    margin-bottom: 0px;
    font-size: 40px;
    background: #1e5799;
    background: -moz-linear-gradient(left, #0da95b 0%, #2989d8 51%, #207cca 60%, #7db9e8 100%);
    background: -webkit-linear-gradient(left, #1e5799 0%,#2989d8 51%,#207cca 60%,#7db9e8 100%);
    background: linear-gradient(to right, #0da95b 0%,#2957a4 51%,#2957a4 60%,#2957a4 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    position: relative;
}


.p-readmore{float: right; width: 30%; text-align: right; margin-top: 30px;}
.p-readmore a{font-size: 15px;}
.jayko-products .heading span{text-transform: uppercase; font-size: 14px; font-weight: 600; letter-spacing: 1.5px;}
.service-point{margin: 10px auto;}

.service-point ul li {
    font-size: 14px;
    list-style: none;
    padding-left: 15px;
}
.service-point ul li a{
    font-size: 14px;
    text-decoration: none;
    display: block;
    color: #000;
    line-height: 1.8em;
    background: url(../img/bullet-point.png) left center no-repeat;
    padding: 3px 0 3px 30px;
}
.service-point h2{margin: 20px auto;
    font-size: 30px;
    font-weight: bold;
background: #1e5799;
    background: -moz-linear-gradient(left, #0da95b 0%, #2989d8 51%, #207cca 60%, #7db9e8 100%);
    background: -webkit-linear-gradient(left, #1e5799 0%,#2989d8 51%,#207cca 60%,#7db9e8 100%);
    background: linear-gradient(to right, #0da95b 0%,#2957a4 51%,#2957a4 60%,#2957a4 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;

}
.middle-border{text-align: center;}
.middle-border img{margin: 2px auto;}



.bg-green{}
.bg-green img{ margin-top: 60px; }


.why-us{padding: 80px 0px;
    position: relative;
    background-image: url(../img/about-section-two-bg.png);
    background-repeat: no-repeat;
    background-position: center bottom;

}

.why-us .heading span{ font-size: 14px; font-weight: 500; margin-bottom: 0px; padding-left: 5px; letter-spacing: 1.5px; }
.why-us .heading{  margin: 0px auto 10px; display: block;}
.why-us .heading h1{
    margin-top: 0px;
    margin-bottom: 10px;
  font-size: 40px;
  font-weight: bold;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#1e5799+0,2989d8+51,207cca+60,7db9e8+100 */
background: #1e5799; /* Old browsers */
background: -moz-linear-gradient(left,  #0da95b 0%, #2989d8 51%, #207cca 60%, #7db9e8 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left,  #1e5799 0%,#2989d8 51%,#207cca 60%,#7db9e8 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right,  #0da95b 0%,#2957a4 51%,#2957a4 60%,#2957a4 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  position: relative;
}


.why-us .heading p{ font-size: 16px; line-height: 2em; font-weight: 600;}

.our-usp{ 

background: rgba(212,228,239,1);
background: -moz-linear-gradient(45deg, rgb(255, 255, 255) 0%, rgb(41, 87, 164) 100%)
background: -webkit-gradient(left bottom, right top, color-stop(0%, rgba(212,228,239,1)), color-stop(100%, rgba(134,174,204,1)));
background: -webkit-linear-gradient(45deg, rgb(255, 255, 255) 0%, rgb(41, 87, 164) 100%);
background: -o-linear-gradient(45deg, rgb(255, 255, 255) 0%, rgb(41, 87, 164) 100%);
background: -ms-linear-gradient(45deg, rgb(255, 255, 255) 0%, rgb(41, 87, 164) 100%);
background: linear-gradient(45deg, rgb(255, 255, 255) 0%, rgb(41, 87, 164) 100%);
 min-height: 165px; padding-right: 0px; padding-left: 0px;
  margin-top: 70px;}
.our-usp h3 {
background-color: #fff;
border: 2px solid #2957a4;
 position: relative;
 padding: 10px 10px 10px 20px;
 color: #2957a4; 
 text-transform: uppercase;
 font-size: 18px;
 letter-spacing: 1.5px;
 font-weight: bold;
}
.our-usp h3::before{
    font-family: FontAwesome;
    content: "\f085";
    position: absolute;
    right: 20px;
    

}

.our-usp p{padding: 20px ; color: #000; font-weight: 500;}

.readmore{padding: 6px 50px; display: inline-block; background-color: #fff; color: #2957a4; border: 2px solid #2957a4; border-radius: 50px; }

.you-want{
    position: relative;
}
.you-want .bg-image{
    height: 350px;
    background: url(../img/bg.jpg) no-repeat;
    background-attachment: fixed;
    background-size: cover;
    position: relative;
    padding: 100px 10px 30px; 
    text-align: center;
}
.select-div{width: 100%; margin-top: 20px; vertical-align: middle;}
.select-div label{vertical-align: middle; width: 10%; font-size: 24px;  color: #fff; margin-top: 10px; font-weight: 600; margin-right: 10px; float: left;}
.select-div select{
    vertical-align: middle;
    width: 72%;
    font-size: 24px;
    font-weight: 600;
    border: 2px solid #fff;
    color: #fff;
    padding: 0 1.5%;
    height: 55px;
    outline: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: url(../img/fav.png) 98%/5% no-repeat;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.select-div select option{color: #000; font-size: 18px; vertical-align: middle;}
.select-div button{width: 14%; vertical-align: middle; padding: 14px 20px; font-size: 20px; border: none; background-color: #fff;  color: green }
.heading-h{font-size: 30px; color: #fff; font-weight: 600; margin-bottom: 30px; display: block;}

.bg-img{
background-image:url('../img/customer-bg.jpg');
background-repeat:no-repeat;
background-size:cover;
background-position:center;
height: 450px;
position: relative;
}

.bg-img .inner{
    position: absolute;
    bottom: 0px;
    padding: 20px 40px 30px;
    background-color: #fff;
    text-align: center;
    left: 10%;
    width: 80%;
}

.bg-img .inner .carousel-inner h4{font-size: 18px; font-weight: bold; margin-bottom: 20px;}
.bg-img .inner .carousel-inner h4 span{color: #2957a4 }
.bg-img .inner .carousel-inner p span{color: #000; font-size: 20px; padding: 0px 10px; font-weight: bold; }
.outer-border{border: 1px solid #ccc;}
.outer-border p{margin-top: 5px; padding: 10px 20px;}

.blog-gallery{background-color: #fff; padding: 20px 0px;}
.head{margin: 10px auto; width: 100%;}
.head .left{float: left;}
.head .left h1{
    margin-top: 0px;
    letter-spacing: 1.5px;
    margin-bottom: 10px;
  font-size: 40px;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#1e5799+0,2989d8+51,207cca+60,7db9e8+100 */
background: #1e5799; /* Old browsers */
background: -moz-linear-gradient(left,  #0da95b 0%, #2989d8 51%, #207cca 60%, #7db9e8 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left,  #1e5799 0%,#2989d8 51%,#207cca 60%,#7db9e8 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right,  #0da95b 0%,#2957a4 51%,#2957a4 60%,#2957a4 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  position: relative;

}


.head .left span{  text-transform: uppercase; letter-spacing: 1.5px; font-size: 10px;}

.head .right{float: right; margin-top: 22px;}
.head .right a{letter-spacing: 1.5px; font-size: 13px; border-bottom: 2px solid green; }

.no-padding{padding-left: 0px; padding-right: 0px;}
.circle{width: 60px; height: 60px; border-radius: 50%; display: inline-block; background-color: #1f55af;}
.blog-content{margin-top: 20px;}
.blog-content h4{font-weight: bold; font-size: 16px; color: #000;}
.blog-content p{font-size: 14px; color: #363738; margin-top: 0px; line-height: 1.5em;}
.blog-gallery .middle-border{text-align: center; margin-top: 60px;}
.img-box{margin-top: 20px; }

.company-pic{text-align: center; padding: 20px 0px;}

.footer{ position: relative; width:100%;background:#1A1F34; padding:25px 0 23px; text-align: center;}
.footer-menu .footer-ul{padding:23px 0 10px;}
.footer-menu .footer-ul li, .privacy-terms li{display:inline-block; padding: 0px 21.5px; border-left:2px solid #52A1F6;font-family: 'MuseoSans_1', sans-serif; line-height:14px;}
.footer-menu .footer-ul li:first-child, .privacy-terms li:first-child{ border-left:none;}
.footer-menu .footer-ul li a, .privacy-terms li a{color:#fff; }
.footer-menu .footer-ul li a:hover, .privacy-terms li a:hover{ color: #52A1F6}

.footer .cin{margin-top: 8px; }
.footer .cin p{color: #fff; letter-spacing: 2px;}
.social-icon ul{padding-top:13px;}
.social-icon li{margin-right: 3px;display: inline-block;padding: 0;background: #fff;border-radius: 100%;width: 48px;height: 48px; line-height: 48px;
}
.social-icon ul li:hover{background:#00BFA5;}
.social-icon ul li a{color:#161616;padding: 10px;} 
.social-icon ul li a i{font-size:20px; line-height:48px;}

.privacy-terms{margin-top: 21px;}
.privacy-terms ul{ list-style: none; margin: 0px;}

.copy-right{padding-top:10px;}
.copy-right p{color:#767985;font-family: 'MuseoSans_1', sans-serif; line-height:30px;margin-bottom:0;}
.chat-section {
    height: 50px;
    width: 50px;
    border-radius: 50%;
    background-color: #66c698;
    position: fixed;
    bottom: 216px;
    right: 120px;
    text-align: center;
    z-index: 9999;
}
.chat-section a {
    line-height: 50px;
    font-size: 30px;
    color: #000;
}


.readmore-tech{text-align: center; margin-top: 20px;}
.readmore-tech a{padding: 8px 40px; 
    color: #fff;
    border-radius: 50px;
    background: #2b5aaa;
    background: -webkit-linear-gradient(to right, #2b5aaa, #0da95b);
    background: linear-gradient(to right, #2b5aaa, #0da95b);
}



.page-banner{
	width: 100%;
    position: relative;
    overflow: hidden;
    margin-top: 130px;
}
.banner-img1{
    width: 100% !important;
  background: url(../img/career-page.jpg) no-repeat;
    background-attachment: fixed;
    position: relative;
    padding: 140px 0px;
}
.banner-img1 h1{
    font-weight: bold;
    font-size: 50px;
    text-align: center;
    color: #fff;
}

.page-banner-privacy{
    width: 100%;
    position: relative;
    overflow: hidden;
    margin-top: 130px;
}

.page-banner-privacy .banner-img{
    background: url(../img/privacy-bg.jpg) no-repeat;
    background-attachment: fixed;
    position: relative;
    padding: 80px 0px;
    background-size: cover !important;
}

.banner-img{
    width: 100% !important;
  background: url(../img/inner-banner.jpg) no-repeat;
    background-attachment: fixed;
    background-size: 100%;
    position: relative;
    padding: 80px 0px;
    background-size: cover !important;
}
.banner-img .container{position: relative;}
.banner-img .container .brochure{display: none; position: absolute; bottom: -1px; right: 10px; }
.banner-img .container .brochure a{}


.banner-img h1{ font-size: 35px; color: #fff; font-weight: 800; letter-spacing: 1.5px; margin: 35px auto; text-transform: uppercase; }

.heading-inner{ margin: 20px auto; position: relative; }
.heading-inner span{line-height: 2em; letter-spacing: 1.5px; 
 font-size: 30px;
    font-weight: bold;
background: #1e5799;
    background: -moz-linear-gradient(left, #0da95b 0%, #2989d8 51%, #207cca 60%, #7db9e8 100%);
    background: -webkit-linear-gradient(left, #1e5799 0%,#2989d8 51%,#207cca 60%,#7db9e8 100%);
    background: linear-gradient(to right, #0da95b 0%,#2957a4 51%,#2957a4 60%,#2957a4 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.heading-inner span::before{position: absolute; content: ''; width: 90px; height: 4px; 
background: #1e5799;
    background: -moz-linear-gradient(left, #0da95b 0%, #2989d8 51%, #207cca 60%, #7db9e8 100%);
    background: -webkit-linear-gradient(left, #1e5799 0%,#2989d8 51%,#207cca 60%,#7db9e8 100%);
    background: linear-gradient(to right, #0da95b 0%,#2957a4 51%,#2957a4 60%,#2957a4 100%);
 bottom: 0px;}

.history-section{margin: 50px auto;}
.gallery-section{margin: 50px auto;}
.about-section{margin: 10px auto;}
.corporate-section{margin: 0px auto 30px; padding-bottom: 10px;}
.technical-section{margin: 50px auto;}
.contact-section{margin: 50px auto 0px;}
.corporate-section h3{position: relative; font-size: 30px; font-weight: bold; letter-spacing: 1.5px; 
background: #1e5799;
    background: -moz-linear-gradient(left, #0da95b 0%, #2989d8 51%, #207cca 60%, #7db9e8 100%);
    background: -webkit-linear-gradient(left, #1e5799 0%,#2989d8 51%,#207cca 60%,#7db9e8 100%);
    background: linear-gradient(to right, #0da95b 0%,#2957a4 51%,#2957a4 60%,#2957a4 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
 margin-bottom: 20px; line-height: 2.5em;}
.corporate-section h3:before{position: absolute; content: ''; bottom: 0px; width: 120px; height: 4px; 
background: #1e5799;
    background: -moz-linear-gradient(left, #0da95b 0%, #2989d8 51%, #207cca 60%, #7db9e8 100%);
    background: -webkit-linear-gradient(left, #1e5799 0%,#2989d8 51%,#207cca 60%,#7db9e8 100%);
    background: linear-gradient(to right, #0da95b 0%,#2957a4 51%,#2957a4 60%,#2957a4 100%);
 }
.methodology-img img{margin: 20px auto;}
.uvp{}
.history-div{margin-top: 40px; padding-left: 50px; background-color: #eee;}
.uvp{    margin-top: 40px;
    border: 1px solid;
    padding: 13px 40px;}
.uvp h3{position: relative; font-size: 30px; font-weight: bold; line-height: 2em; margin-bottom: 15px;
background: #1e5799;
    background: -moz-linear-gradient(left, #0da95b 0%, #2989d8 51%, #207cca 60%, #7db9e8 100%);
    background: -webkit-linear-gradient(left, #1e5799 0%,#2989d8 51%,#207cca 60%,#7db9e8 100%);
    background: linear-gradient(to right, #0da95b 0%,#2957a4 51%,#2957a4 60%,#2957a4 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.uvp h3:before{ position: absolute; content: ''; width: 120px; height: 4px; 
background: #1e5799;
    background: -moz-linear-gradient(left, #0da95b 0%, #2989d8 51%, #207cca 60%, #7db9e8 100%);
    background: -webkit-linear-gradient(left, #1e5799 0%,#2989d8 51%,#207cca 60%,#7db9e8 100%);
    background: linear-gradient(to right, #0da95b 0%,#2957a4 51%,#2957a4 60%,#2957a4 100%);
 bottom: 0px; }
.uvp ul li{line-height: 2.5em;}
.uvp ul li p {
    text-decoration: none;
    display: block;
    color: #000;
    background: url(../img/point.png) left top 10px no-repeat;
    padding: 3px 0 3px 30px;
}

.mis-vis{margin-bottom: 10px;}
.mis-vis h6{position: relative; font-size: 30px; font-weight: bold; line-height: 2em; margin-bottom: 15px;
background: #1e5799;
    background: -moz-linear-gradient(left, #0da95b 0%, #2989d8 51%, #207cca 60%, #7db9e8 100%);
    background: -webkit-linear-gradient(left, #1e5799 0%,#2989d8 51%,#207cca 60%,#7db9e8 100%);
    background: linear-gradient(to right, #0da95b 0%,#2957a4 51%,#2957a4 60%,#2957a4 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.mis-vis h6:before{ position: absolute; content: ''; width: 120px; height: 4px;
background: #1e5799;
    background: -moz-linear-gradient(left, #0da95b 0%, #2989d8 51%, #207cca 60%, #7db9e8 100%);
    background: -webkit-linear-gradient(left, #1e5799 0%,#2989d8 51%,#207cca 60%,#7db9e8 100%);
    background: linear-gradient(to right, #0da95b 0%,#2957a4 51%,#2957a4 60%,#2957a4 100%);
 bottom: 0px; }

.team-section {margin: 20px auto; padding: 10px 20px;}
.team-section h2{margin-top: 20px;
    font-weight: bold;
    background: #1e5799;
    font-size: 40px;
    background: -moz-linear-gradient(left, #0da95b 0%, #2989d8 51%, #7db9e8 60%, #7db9e8 100%);
    background: -webkit-linear-gradient(left, #1e5799 0%,#2989d8 51%,#7db9e8 60%,#7db9e8 100%);
    background: linear-gradient(to right, #0da95b 0%,#2957a4 51%,#7db9e8 60%,#2957a4 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    width: 60%;
}
.team-section h2 span{ font-size: 13px; text-transform: uppercase; display: block; font-weight: 500;letter-spacing: 1.2px;}
.team-section p{  }
.team-box{
    padding: 20px 30px;
    background-color: #fff;
    box-shadow: 1px 2px 4px #ccc;
    margin: 20px auto;

}


.contact-form-input {
    padding: 30px 10px;
    text-align: center;

}
.input_container .form-control{
    background-color: #e6e6e6;
    border: 1px solid #666 !important;
    border-radius: 0px;
    border: none;

}

.input_container label{
    float: left;
    font-weight: 600;

}

.contact-form-input .input_container {
    position: relative;
    margin: 20px auto;
}
.contact-form-input .input {
    margin: 0;
    height: 35px;
    width: 100%;
    padding-left: 46px;
    border-radius: 0px;
    border: none;
    color: #000 !important;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    letter-spacing: 1.6px;
    background-color: #e6e6e6;
    border: 1px solid #666;
}
.contact-form-input .input_icon {
    position: absolute;
    left: 15px;
    bottom: 1px;
    width: 24px;
    height: 24px;
    color: #666;
}
.contact-form-input .input1 {
    width: 100%;
    padding-left: 45px;
    border-radius: 0px;
    border: 1px solid #666;
    color: #666 !important;
    font-size: 14px;
    font-style: normal;
    padding-bottom: 10px;
    padding-top: 8px;
    letter-spacing: 1.6px;
    background-color: #e6e6e6;
}
.contact-form-input .input_icon1 {
    position: absolute;
    left: 16px;
    top: 15px;
    width: 24px;
    height: 24px;
    color: #666;
}
.login-btn {
    padding: 6px 80px;
    border: 2px solid #3F4093;
    border-radius: 8px;
    background-color: #fff;
    font-size: 14px;
    letter-spacing: 3px;
    color: #3F4093;
    border-radius: 0px;
}
.address{padding: 20px 30px; margin-top: 60px; position: relative;  background: url(../img/message.png); background-repeat: no-repeat; background-position: top 20px right 20px; background-color: #eee;}
.address h6{font-size: 20px; letter-spacing: 1.8px; font-weight: 600; text-transform: uppercase; position: relative; line-height: 2em; margin-bottom: 10px;} 
.address h6:before{position: absolute; content: ''; width: 150px; height: 4px; background-color: #666; bottom: 0px;}

.brick{ margin: 10px auto; }



.page-location{padding: 10px 15px; 
background: #457fca;  /* fallback for old browsers */
background: -webkit-linear-gradient(to right, #5691c8, #457fca);  /* Chrome 10-25, Safari 5.1-6 */
background: linear-gradient(to right, #5691c8, #457fca); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */

}
.page-location ul li{display:inline; }
.page-location ul .way a{color: #fff;  padding-right: 20px; font-size: 14px; letter-spacing: 2px; position: relative;}
.page-location ul .way a::before{position: absolute; right: 2px; content: '>';}
.page-location ul .page-url a{color: yellow;}



.history-div h3{position: relative; font-size: 30px; font-weight: bold; line-height: 2em; margin-bottom: 15px;
background: #1e5799;
    background: -moz-linear-gradient(left, #0da95b 0%, #2989d8 51%, #207cca 60%, #7db9e8 100%);
    background: -webkit-linear-gradient(left, #1e5799 0%,#2989d8 51%,#207cca 60%,#7db9e8 100%);
    background: linear-gradient(to right, #0da95b 0%,#2957a4 51%,#2957a4 60%,#2957a4 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;}
.history-div h3:before{ position: absolute; content: ''; width: 120px; height: 4px; background: #1e5799;
    background: -moz-linear-gradient(left, #0da95b 0%, #2989d8 51%, #207cca 60%, #7db9e8 100%);
    background: -webkit-linear-gradient(left, #1e5799 0%,#2989d8 51%,#207cca 60%,#7db9e8 100%);
    background: linear-gradient(to right, #0da95b 0%,#2957a4 51%,#2957a4 60%,#2957a4 100%); bottom: 0px; }
ul.timeline {
    list-style-type: none;
    position: relative;
}
ul.timeline:before {
    content: ' ';
    background: #666;
    display: inline-block;
    position: absolute;
    left: 35px;
    width: 2px;
    height: 100%;
    z-index: 0;
}
ul.timeline > li {
    margin: 20px 0;
    padding-left: 20px;
    position: relative;
}
ul.timeline > li:before {
    content: ' ';
    background: white;
    display: inline-block;
    position: absolute;
    border-radius: 50%;
    border: 3px solid #2957a4;
    left: 6px;
    width: 60px;
    height: 60px;
    
}
ul.timeline > li span{position: absolute; color: #2957a4; margin-top: 3.2%; font-size: 14px; font-weight: 600;}
ul.timeline > li p{line-height: 4.1em; padding-left: 60px;}



@media (min-width: 320px) and (max-width: 766px) {
.top{display: none;}
.logo{width: 30% !important;}
.middle-border {display: none;}
.service-slider ul li{width:50%;}
.logo a img {width: 140px !important; padding-left: 15px !important;  }
.chat-section {right: 10px; bottom: 80px;}
.welcome-jayko .inner-content h1 {font-size: 25px;}
.welcome-jayko .inner-content h1:after {left: 54%;}
.welcome-jayko .inner-content p {padding-right: 0px; text-align: justify;}
.jayko-products .heading h1 {font-size: 25px;}
.jayko-products .heading h1:after {width: 50px; left: 42%;}
.footer-menu .footer-ul li, .privacy-terms li{padding: 0px 5px;}

.bs-slider{ margin-top: 56px;}
.header .container-fluid {width: 98%;}
.slide-text{display: none;}
.bg-green img{margin-top: 0px; margin-bottom: 20px;}
.select-div label{width: 100%; display: block;}
.select-div select{width: 100%;}
.select-div button{width: 50%; margin: 10px auto;}
.you-want .bg-image{height: 400px;}
.page-banner {margin-top: 56px;}
.banner-img{
    background-attachment: inherit;
    background-size: 100%;
    position: relative;
   padding: 0px 0px;}
.corporate-section{ margin: 30px auto }
.apply-now{margin-top: 60px !important;}
.contact-form-input1 {
    padding: 40px 20px !important;
    width: 90% !important;
    margin: 2px auto;
    background-color: #fff;
    box-shadow: 2px 4px 10px #ccc;
}
.team-section h2{
    width: 100%;
}
.page-banner-privacy{margin-top: 56px;}

}



.why-us .panel-group {

    margin-bottom: 0;
}
.why-us #accordion .panel {
    border: medium none;
    border-radius: 10;
    box-shadow: none;
    margin: 0 0 15px 10px;
}
.why-us #accordion .panel-heading {
    border-radius: 10px;
    padding: 0;
}
.why-us #accordion .panel-title a {
    background: #2957a4 none repeat scroll 0 0;
    border: 1px solid transparent;
    border-radius: 10px;
    color: #fff;
    display: block;
    font-size: 16px;
    letter-spacing: 1.5px;
    font-weight: 600;
    padding: 20px 60px;
    position: relative;
    transition: all 0.3s ease 0s;
}
.why-us #accordion .panel-title a.collapsed {
   position: relative;
    font-size: 16px;
    cursor: pointer;
    color: #fff;
    transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    background-color: #2957a4;
}
.why-us #accordion .panel-title a::after{
    background: #2957a4 none repeat scroll 0 0;
    border: 1px solid transparent;
    border-radius: 50%;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.58);
    color: #fff;
    content: "1";
    font-family: fontawesome;
    font-size: 25px;
    height: 55px;
    left: -20px;
    line-height: 55px;
    position: absolute;
    text-align: center;
    top: 0px;
    transition: all 0.3s ease 0s;
    width: 55px;
}
.why-us #accordion .panel-title .panel-title2 a::after{
    background: #2957a4 none repeat scroll 0 0;
    border: 1px solid transparent;
    border-radius: 50%;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.58);
    color: #fff;
    content: "3";
    font-family: fontawesome;
    font-size: 25px;
    height: 55px;
    left: -20px;
    line-height: 55px;
    position: absolute;
    text-align: center;
    top: 0px;
    transition: all 0.3s ease 0s;
    width: 55px;
}
.why-us #accordion .panel-title a.collapsed::after {
    background: #2957a4 none repeat scroll 0 0;
    border: 1px solid #2957a4;
    box-shadow: none;
    color: #fff;
    content: "2";
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.58);
}
.why-us #accordion .panel-body {
    background: transparent none repeat scroll 0 0;
    border-top: medium none;
    padding: 20px 25px 10px 9px;
    position: relative;
}
.why-us #accordion .panel-body p {
    border-left: 1px dashed #8c8c8c;
    padding-left: 25px;
}
.why-us img{margin-top: 20px;}

.comming-soon{
    padding: 40px 0px;
    margin-top: 150px;
    text-align: center;
    background-image: url(../img/about-section-two-bg.png);
    background-repeat: no-repeat;
    background-position: center bottom;
}
.comming-soon h1{font-size: 55px; letter-spacing: 1.8px; color: #2957a4; font-weight: bold; text-transform: uppercase;}
.comming-soon p{font-size: 18px;}
.comming-soon img{margin: 10px auto; }
.div-career{
    padding: 30px 20px;
    box-shadow: 1px 4px 10px #ccc;
}
.career-section{
    padding: 80px 15px;
}
.div-career h5{
    font-weight: bold;
    font-size: 35px;
    color: #2957a4;
}
.bg-orange{
    padding: 10px 40px;
    background-color: #2957a4;
    color: #fff;
    margin-top: 35px;
    border-radius: 50px;
    vertical-align: middle;
    text-align: center;
}
.bg-orange:hover, .bg-orange:focus{
    color: #fff;
}
.div-career .content{
    padding-left: 4px;
}



.apply-now{
    padding: 40px 0px;
    margin-top: 140px;
    text-align: center;
    background-image: url(../img/about-section-two-bg.png);
    background-repeat: no-repeat;
    background-position: center bottom;
}



::-webkit-input-placeholder { /* Edge */
  color: #000;
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #000;
}

::placeholder {
  color: #000;
}

.contact-form-input1{
    padding: 80px 80px;
    width: 50%;
    margin: 2px auto;
    background-color: #fff;
    box-shadow: 2px 4px 10px #ccc;
}

.contact-form-input1 .input_container {
    position: relative;
    margin: 20px auto;
}
.contact-form-input1 .input {
    margin: 0;
    height: 45px;
    width: 100%;
    padding-left: 46px;
    border-radius: 0px;
    border: none;
    color: #000 !important;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    letter-spacing: 1.6px;
    background-color: #fff;
    border: 1px solid #666;
}
.contact-form-input1 .input_icon {
    position: absolute;
    left: 15px;
    bottom: 1px;
    width: 24px;
    height: 30px;
    color: #666;
}
.contact-form-input1 .input1 {
    width: 100%;
    padding-left: 45px;
    border-radius: 0px;
    border: 1px solid #666;
    color: #666 !important;
    font-size: 14px;
    font-style: normal;
    padding-bottom: 10px;
    padding-top: 8px;
    letter-spacing: 1.6px;
    background-color: #e6e6e6;
}
.contact-form-input1 .input_icon1 {
    position: absolute;
    left: 16px;
    top: 15px;
    width: 24px;
    height: 24px;
    color: #666;
}

.contact-form-input1 .input_container .form-control {
    background-color: #fff;
    border: 1px solid #666 !important;
    border-radius: 0px;
    border: none;
    line-height: 2.4em;
    height: 45px;
}
.login-btn {
    padding: 10px 80px;
    border: 2px solid #3F4093;
    border-radius: 8px;
    background-color: #fff;
    font-size: 14px;
    letter-spacing: 3px;
    color: #3F4093;
    border-radius: 0px;
}

.activity-content{
    margin-top: -10px;
}
.activity-content h2{
    font-weight: bold;
    color: #000;
    font-size: 22px;
    padding: 0px 5px;
}
.activity-content span{
    color: #666;
    padding: 0 5px;
    
}

.privacy-policy{
    padding: 40px 20px;
    box-shadow: 2px 4px 6px #ccc;
}
.privacy-policy p{
    font-size: 14px;
    color: #000;
}
.privacy-policy .heading-div{
    font-size: 24px;
    color: #000;
    font-weight: bold;
    margin: 10px auto;
}