﻿@charset 'UTF-8';
/****** fonts *********/
@import url('https://fonts.googleapis.com/css?family=Signika:300,400,600');
@import url('https://fonts.googleapis.com/css?family=Archivo:400,500&display=swap');
/********* custom ********/
.navbar-light .navbar-nav .nav-link:focus {
    color:#F6961C;
}
p {
    font-family: 'Archivo', sans-serif;
}
ul {
    list-style:none;
}
a:hover,
a:focus {
    text-decoration:none;
}
/********** sales popup **********/
#sales .requestCallFrom h4 {
    font-size: 20px;
    font-weight: 500;
    color: #506b8b;
    margin: 0 0 10px;
    text-align:inherit;
    font-family: Signika;
}
#sales .requestCallFrom span {
    font-size: 12px;
    color: #8b8b8b;
    position: relative;
    right: 0px;
}
#sales .requestCallFrom span.popupMandetoryTxt {
    position:absolute
}
#sales .requestCallFrom .radioInput {
    display: inline-block;
    position: relative;
    margin-top: 20px;
    margin-right: 25px;
}
#sales .requestCallFrom .radioInput input {
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    width:13px;
}
#sales .requestCallFrom .radioInput label {
    display: inline-block;
    padding-left: 25px;
    position: relative;
    line-height: 20px;
    vertical-align: middle;
    cursor: pointer;
    z-index: 2;
    color: #323232;
    font-weight: 500;
    font-size: 20px;
}
#sales .requestCallFrom .radioInput input + label::before {
    background: #fff;
    width: 18px;
    height: 18px;
    content: "";
    border: 2px solid #899aaa;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -8px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
}
#sales .requestCallFrom .radioInput input[type="radio"]:checked + label::after {
    width: 8px;
    height: 8px;
    background: #f37326;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    position: absolute;
    left: 5px;
    top: 50%;
    margin-top: -3px;
    content: "";
    z-index: 1;
}
#sales .requestCallFrom .countryCode {
    width: 75px !important;
    display: inline-block;
    position: relative;
}
    #sales .requestCallFrom .countryCode span {
        position:absolute;
    }
#sales .requestCallFrom .countryCode select,
#sales .requestCallFrom .productcode select {
    width: 100%;
    border: none;
    color: #595959;
    padding: 10px 0;
    font-size: 16px;
}
#sales .requestCallFrom .countryCode span,
#sales .requestCallFrom .productcode span {
    display: block !important;
    padding: 18px 13px 14px;
    background: #fff url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABkAAAAICAMAAAA7vaRvAAAABGdBTUEAALGPC/xhBQAAAAFzUkdCAK7OHOkAAAASUExURQAAABQZHxQZHxQZHxQZHxQZH4oCLUkAAAAGdFJOUwCc5ycjV0dcV1IAAAAySURBVAjXdcpLCgAgDAPRpNb7X9kPWEiJs32DgWpCiiJShY8YiU4pRycHlzwc+sAmAwskAwBQhRTx3wAAAABJRU5ErkJggg==) no-repeat center right;
    top: -1px;
    right: 0;
    z-index: 2;
}
.requestCallFrom .ptb15 #btnsubmit {
    margin-top: 15px;
}
#sales .requestCallFrom .bb1 input.widthauto {
    width: auto;
    min-width: 240px;
}
#sales .requestCallFrom .productcode {
    width: 100% !important;
    display: inline-block;
    position: relative;
    margin-top: 10px;
}
#sales .requestCallFrom .productcode span {
    position: absolute;
}
.requestCallFrom .bb1 .js-popdiv {
    display: none;
}
/*********** header **********/
.header-alt {
    background:#101e2a;
}
header {
    background: rgba(0,0,0,.3);    
    width: 100%;
    z-index: 9999 !important;
    position: fixed !important;
    padding-top: 0px;
    
}
.navbar-light .navbar-nav .nav-link {
    font-family:Signika;
    color:#fff;
    font-size: 18px;
    text-transform:capitalize;
}
.navbar-light .navbar-nav .nav-link i {
    font-size:16px;
    margin-left:8px;
}
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link:hover {
    color: #f9a331;
}
header ul li {
    position:relative;
}
.navsub {    
    width: 420px;        
    top: 40px;
    background: rgba(255,255,255,1);  
    border-radius: 0px 0px 4px 4px;
    position: absolute;
    left: -50px;
    z-index: 9999999999999999999999;
    box-shadow: rgba(0, 0, 0, 0.0666667) 0px 1px 10px, rgba(0, 0, 0, 0.0470588) 0px 1px 0px, rgba(0, 0, 0, 0.0980392) 0px 5px 10px;
    opacity: 0;
    transform: rotateX(30deg);
    -o-transform: rotateX(30deg);
    -moz-transform: rotateX(30deg);
    -webkit-transform: rotateX(30deg);
    -o-transition: -o-transform 0.5s, opacity 0.3s;
    -ms-transition: -ms-transform 0.3s, opacity 0.3s;
    -moz-transition: -moz-transform 0.5s, opacity 0.3s;
    -webkit-transition: -webkit-transform 0.5s, opacity 0.3s;
    visibility: hidden;
    overflow: hidden;
}
.navsub.sec {
    left: -400px;
    width: 700px;
}
.navsub.third {
    left: -250px;    
}
header ul li:hover .navsub {
    display:block;
    position:absolute;
    opacity: 1;
    visibility: visible;
    transform: rotateX(0deg);
    -o-transform: rotateX(0deg);
    -moz-transform: rotateX(0deg);
    -webkit-transform: rotateX(0deg);
}
.navsub ul {
    padding:0;
}
.navsub ul li {
    list-style:none;
    padding:0;
    border-bottom:1px solid #efefef;
    font-family:Signika;
}
.navsub ul li a {
    text-decoration:none;
    color:#f9a331;    
    display:block;
    padding:15px 0;
}
.navsub ul li a::before {
    content: '';
    width: 0px;
    height: 3px;
    position: absolute;
    background: #000;
    bottom: 0px;
    transition:all 1s;
}
.navsub ul li a:hover {
    color:#000;
}
.navsub ul li a:hover::before {
   width:50px;
}
.navfot {
    background:#f9a331;
    padding:10px;
    margin-top: 20px;
    position:relative;
    z-index:0;
    overflow:hidden;
}
.navfot::before {
    top:0;
    position: absolute;
    background-image: url(../images/checkered-pattern.png);
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    content: "";
    animation: animatedBackground 50s linear infinite;
    background-position: 0px 0px;
    background-repeat: repeat;
    z-index: -1;
}
.navfot h3 {
    color:#fff;
    display:inline-block;
    margin:6px 0 0;
    font-size:24px;
    float:left;
}
.navfot a {
    margin: 0 0 0 10px;
    padding: 10px 14px;
    background: #000;
    border-radius: 5px;
    text-decoration: none;
    color: #fff;
    display: inline-block;
    float:right;
}
.navfot a:hover {
    background: #0056b3;     
}
.hov > a {
    color: #f9a331!important;
}
/********* footer **********/
footer {
    background: #101e2a;
    color:#fff;
}
.footerdiv {
    margin:30px 0;
}
.footerdiv h2 {
    font-family: Signika;
    position:relative;
    margin-bottom:1rem;
}
.footerdiv h2::after {
    width: 120px;
    height: 2px;
    position: absolute;
    background: #f9a331;
    content: '';
    bottom: -2px;
    left: 0;    
}
.footerdiv p {
    text-align:justify;
}
.footerdiv ul {
    padding:0px;
}
.footerdiv.sec {
    margin-left:50px;
}
.footerdiv.sec a {
    position:relative;
}
.footerdiv.sec a::before {
    content: "";
    width: 7px;
    height: 7px;
    top: 50%;
    margin: -3px 0 0 -4px;
    border-left: 0;
    border-top: 0;
    border-right: 1px #fff solid;
    border-bottom: 1px #fff solid;
    animation-duration: 2s;
    animation-iteration-count: infinite;
    animation-name: arrow2;
    transition: 2s;
    position: absolute;
    left: 92%;
    transform: rotate(-45deg);
}
.footerdiv.last p {
    margin-bottom: 0.2rem;
}
.footerdiv.last p:last-child {
    margin-bottom: 1rem;
}
.footerdiv a {
    color:#fff;
    font-family: Signika;
    transition:all 1s;
}
.footerdiv a:hover {
    color:#f9a331
}
footer hr {
    background:#152a3c;
}
.social ul {
    margin-top: 8px;
    margin-bottom: 0;
}
.social ul li {
    display:inline-block;
    margin-right:5px;
}
.social ul li a {
    width: 50px;
    padding: 10px;
    border: 1px solid #fff;
    border-radius: 8px 0 8px 0;
    color: #fff;
    transition:all 1s;
}
.social ul li a:hover {
    border-radius: 0 8px 0 8px;
}
.social ul li a.fb:hover {
    background: #2e4e90;
}
.social ul li a.insta:hover {
    background: #c82052;
}
.social ul li a.tw:hover {
    background: #53cff6;
}
.social ul li a.gp:hover {
    background: #c6352f;
}
.social ul li a.yt:hover {
    background: #ac242a;
}
.social ul li a.in:hover {
    background: #0073af;
}
/************************** homepage *****************************/
/** banner **/
#carouselExampleIndicators {
    overflow:hidden;
}
/*.carousel-inner {
    height:500px;
}*/
.banner1::after {
    content:'';
    background: rgba(111,90,245,1);
    background: -moz-linear-gradient(top, rgba(111,90,245,1) 0%, rgba(49,22,168,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(111,90,245,1)), color-stop(100%, rgba(49,22,168,1)));
    background: -webkit-linear-gradient(top, rgba(111,90,245,1) 0%, rgba(49,22,168,1) 100%);
    background: -o-linear-gradient(top, rgba(111,90,245,1) 0%, rgba(49,22,168,1) 100%);
    background: -ms-linear-gradient(top, rgba(111,90,245,1) 0%, rgba(49,22,168,1) 100%);
    background: linear-gradient(to bottom, rgba(111,90,245,1) 0%, rgba(49,22,168,1) 100%);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    opacity:0.8;
}
.banner2::after {    
    content:'';
    background: rgb(18,33,38);
    background: linear-gradient(90deg, rgba(18,33,38,1) 0%, rgba(24,37,46,1) 25%, rgba(52,68,96,1) 54%, rgba(35,32,49,1) 77%, rgba(34,23,39,1) 100%);
    width: 100%;
    height: 100%;    
    position: absolute;
    top: 0;
    left:0;
    z-index:-1;
}
.banner3::after {
    content:'';
    background: rgba(92, 54, 245,1);
    background: -moz-linear-gradient(-45deg, rgba(92, 54, 245,1) 0%, rgba(77,39,230,1) 100%);
    background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(92, 54, 245,1)), color-stop(100%, rgba(77,39,230,1)));
    background: -webkit-linear-gradient(-45deg, rgba(92, 54, 245) 0%, rgba(77,39,230,1) 100%);
    background: -o-linear-gradient(-45deg, rgba(92, 54, 245) 0%, rgba(77,39,230,1) 100%);
    background: -ms-linear-gradient(-45deg, rgba(92, 54, 245) 0%, rgba(77,39,230,1) 100%);
    background: linear-gradient(135deg, rgb(92, 54, 245) 0%, rgba(77,39,230,1) 100%);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    z-index:-1;
}
.banner2 {
    height:540px;
    position: relative;
}
.banner2 img {
    margin-top: -270px;
    width: 100%;
    height: 100%;
    background-size: cover;
}
.banner2 img.banner2_sec {
    width: 200px;
    height: auto;
    margin: 0;
    left: 110px;
    position: absolute;
    bottom: 86px;
}
.banner2 img.banner2_secright {
    width: 200px;
    height: auto;
    margin: 0;
    right: 110px;
    position: absolute;
    bottom: 150px;
}
.section-shape {
    bottom: -8px;
    left: 0;
    position: absolute;
    right: 0;
    z-index: 99;
}
.river-wave {
    background: url(../images/banner/wave-effects.png) repeat;
    position: absolute;
    top: -105px;
    width: 6400px;
    height: 100px;
    animation: river-wave 35s cubic-bezier( 0.36, 0.45, 0.63, 0.53) infinite;
    transform: translate3d(0, 0, 0);
}
.river-wave:nth-of-type(2) {
    top: -64px;
    animation: river-wave 20s cubic-bezier( 0.36, 0.45, 0.63, 0.53) -.125s infinite, swell 7s ease -1.25s infinite;
    opacity: 1;
}
@keyframes river-wave {  
    0% {
        margin-left: 0;
    }
    100% {
        margin-left: -1600px;
    }
}
@keyframes swell {  
    0%, 100% {
        transform: translate3d(0,-45px,0);
    }
    50% {
        transform: translate3d(0,5px,0);
    }
}
.carousel-caption {
    right: 20%;
    left: 20%;
    padding-bottom: 30px;
    top:22%;
}
.carousel-caption a {
    min-width: 165px;
    font-size: 18px;
    padding: 12px;
    background-color: #fff;
    color: #1a1a1a;
    text-decoration: none;
    display:inline-block;
    border-radius:5px;
    text-align: left;
    text-transform: uppercase;
    overflow:hidden;
    transition:all 2s;
}
.carousel-caption a::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: #000;
    display: block;
    top: 0;
    right: 100%;
    transition:all 1s;
    z-index:-1;
}
.carousel-caption a:hover {
    color:#fff;
}
.carousel-caption a:hover::after {
    right:0;
}
.carousel-caption h2 {
    margin-bottom:20px;
    font-family: Signika;
}
.carousel-caption h4 {
    font-size:18px;
    margin-bottom:20px;
}
.arrowRight {
    width: 7px;
    height: 7px;    
    margin: -20px 0 0 -20px;
    -webkit-transform: rotate(-45deg);
    border-left: 0;
    border-top: 0;
    border-right: 2px #1a1a1a solid;
    border-bottom: 2px #1a1a1a solid;
    top:43px;
    transition:all 3s;
}
.arrowRight, 
.arrowRight::before {
    position: absolute;
    left: 92%;
}
.arrowRight::before {
    content: "";
    width: 7px;
    height: 7px;
    top: 50%;
    margin: -1px 0 0 -4px;
    border-left: 0;
    border-top: 0;
    border-right: 1px #1a1a1a solid;
    border-bottom: 1px #1a1a1a solid;
    animation-duration: 2s;
    animation-iteration-count: infinite;
    animation-name: arrow;
    transition:2s;
}
.carousel-caption a:hover .arrowRight {
    border-right: 2px #fff solid;
    border-bottom: 2px #fff solid;
}
.carousel-caption a:hover .arrowRight::before {
    border-right: 1px #fff solid;
    border-bottom: 1px #fff solid;
}
@keyframes arrow {  
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
        transform: translate(15px, 15px);
    }
}
@keyframes arrow2 {  
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
        transform: translate(15px, 0px) rotate(-45deg);
    }
}
/** banner under sec **/
.about,
.serv,
.techno {
    margin-top:45px;
}
.about h2,
.serv h2,
.techno h2,
.portfo h2,
.testim h2,
.our-blog h2 {
    margin-bottom:15px;
    font-family: Signika;
}
.about a {
    position:relative;
    display: inline-block;
}
.about a .arrowRight {
    top: 29px;
    left: unset;
    right: -15%;
}
/**service**/
.servsec {
    position: relative;
    display: block;
    margin-bottom: 0;
    text-align: center;
    background: 0 0;
    overflow: hidden;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    padding: 120px 20px;
}
.serv .col-lg-4 {
    padding:0px;
}
.itemimage {
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: -1;
    background-size: cover;
    background-position: 50% 50%;
    opacity: 1;
    -webkit-transition: all .8s ease;
    transition: all .8s ease;
    filter: brightness(40%) !important;
}
.servsec:hover .itemimage {
    transform: scale(1.5);
    filter: brightness(80%) !important;
}
.itemimage.one {
    background-image:url(../images/service/one.jpg);
}
.itemimage.two {
    background-image:url(../images/service/two.jpg);
}
.itemimage.three {
    background-image:url(../images/service/three.jpg);
}
.itemimage.five {
    background-image:url(../images/service/four.jpg);
}
.itemimage.four {
    background-image:url(../images/service/five.jpg);
}
.itemimage.six {
    background-image:url(../images/service/six.jpg);
}
.servsec h2 {
    color:#fff;
}
.box {
    margin-top: 20px;
    background: #fff7ec;
    -webkit-box-shadow: 0 0 24px 0 rgba(47,24,71,.1);
    box-shadow: 0 0 24px 0 rgba(47,24,71,.1);
    transition: ease all 0.5s;
    -webkit-transition: ease all 0.5s;
    -moz-transition: ease all 0.5s;
}
.box:hover {
    margin-top: -2px;
    opacity: 0.8;
}
.box figure {
    min-height: 90px;    
    margin-bottom:0px;
    text-align:center;
    padding:20px;
}
.box figure i {
    font-size:50px;
}
.box h4 {
    font-weight: 500;
    margin: 0;
    background: #fff;
    padding: 10px;
    font-size:17px;
    text-align:center;
    font-family: 'Signika', sans-serif !important;
}
.box.cor {
    background: rgba(255, 83, 131, 0.2);
    color:#f96b6b;
}
.box.rest {
    background: rgba(32, 205, 248, 0.20);
    color:#0c99bc;
}
.box.heal {
    background: rgba(1, 214, 154, 0.20);
    color:#07a475;
}
.box.fod {
    background: rgba(189, 125, 255, 0.2);
    color:#a96aea;
}
.box.edu {
    background: rgba(67, 137, 254, 0.20);
    color:#4389fe;
}
.box.tra {
    background: rgba(255, 155, 83, 0.20);
    color:#ff8a2e;
}
/*********** new timeline **********/
#horizontaltimln {
    padding: 70px 0;
    background-image: url(http://www.cislive.com/assets/images/timeline/timelinebanner.jpg);
    background-size: cover;
    background-position: center center;
    background-color: #000;
    height: 570px;
    margin-top:50px;
}
.cd-horizontal-timeline .timeline {
    position: relative;
    height: 100px;
    width: 100%;
    max-width: 1100px;
    margin: 0 auto;
}
.cd-horizontal-timeline.loaded {
    opacity: 1;
}
.cd-horizontal-timeline {
    opacity: 0;
    margin: 0 auto 0;
    -webkit-transition: opacity 0.2s;
    -moz-transition: opacity 0.2s;
    transition: opacity 0.2s;
}
.cd-horizontal-timeline.loaded {
    opacity: 1;
}
.cd-horizontal-timeline .timeline {
    position: relative;
    height: 100px;
    width: 100%;
    /*max-width: 1100px;*/
	max-width:750px;
    margin: 0 auto;
}
.cd-horizontal-timeline .events-wrapper {
    position: relative;
    height: 100%;
    margin: 0 40px;
    overflow: hidden;
}
.cd-horizontal-timeline .events-wrapper::before {
    left: 0;
    background-image: -webkit-linear-gradient( left , rgba(0,0,0,0), rgba(248, 248, 248, 0));
    background-image: linear-gradient(to right, rgba(0,0,0,0), rgba(248, 248, 248, 0));
}
.cd-horizontal-timeline .events-wrapper::after, 
.cd-horizontal-timeline .events-wrapper::before {
    content: '';
    position: absolute;
    z-index: 2;
    top: 0;
    height: 100%;
    width: 20px;
}
.cd-horizontal-timeline .events-wrapper::after {
    right: 0;
    background-image: -webkit-linear-gradient( right , rgba(0,0,0,0), rgba(248, 248, 248, 0));
    background-image: linear-gradient(to left, rgba(0,0,0,0), rgba(248, 248, 248, 0));
}
.cd-horizontal-timeline .events {
    position: absolute;
    z-index: 1;
    left: 0;
    top: 49px;
    height: 1px;
    background: #4c4c4c;
    -webkit-transition: -webkit-transform 0.4s;
    -moz-transition: -moz-transform 0.4s;
    transition: transform 0.4s;
}
.cd-horizontal-timeline .filling-line {
    position: absolute;
    z-index: 1;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;    
    -webkit-transform: scaleX(0);
    -moz-transform: scaleX(0);
    -ms-transform: scaleX(0);
    -o-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -ms-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
    -webkit-transition: -webkit-transform 0.3s;
    -moz-transition: -moz-transform 0.3s;
    transition: transform 0.3s;
}
.cd-horizontal-timeline .events a {
    position: absolute;
    bottom: 0;
    font-family: Archivo;
    z-index: 2;
    text-align: center;
    font-size: 18px;
    padding-bottom: 15px;
    color: #fff;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
}
.cd-horizontal-timeline .events a.older-event::after {
    border-color: #F6961C;
}
.cd-horizontal-timeline .events a::after {
    content: '';
    position: absolute;
    left: 50%;
    right: auto;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: -7px;
    height: 17px;
    width: 17px;
    border-radius: 50%;
    background-color: #4c4c4c;
    -webkit-transition: background-color 0.3s, border-color 0.3s;
    -moz-transition: background-color 0.3s, border-color 0.3s;
    transition: background-color 0.3s, border-color 0.3s;
}
.cd-horizontal-timeline .events a.selected::after {
	background-color: #F6961C;
    border: 5px solid rgba(256,256,256,0.2);
    height: 22px;
    width: 22px;
    bottom: -15px;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    -moz-background-clip: padding;
    -webkit-background-clip: padding;
    background-clip: padding-box;
}
.cd-timeline-navigation a.inactive {
    cursor: not-allowed;
}
.cd-timeline-navigation a.prev {
    left: 0;
    -webkit-transform: translateY(-50%) rotate(180deg);
    -moz-transform: translateY(-50%) rotate(180deg);
    -ms-transform: translateY(-50%) rotate(180deg);
    -o-transform: translateY(-50%) rotate(180deg);
    transform: translateY(-50%) rotate(180deg);
}
.cd-timeline-navigation a {
    position: absolute;
    z-index: 1;
    top: 50%;
    bottom: auto;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    height: 34px;
    width: 34px;
    border-radius: 50%;
    border: 2px solid #dfdfdf;
    overflow: hidden;
    color: transparent;
    text-indent: 100%;
    white-space: nowrap;
    -webkit-transition: border-color 0.3s;
    -moz-transition: border-color 0.3s;
    transition: border-color 0.3s;
}
.cd-timeline-navigation a.inactive::after {
    background-position: center -16px;
}
.cd-timeline-navigation a::after {
    content: '';
    position: absolute;
    height: 8px;
    width: 8px;
    left: 54%;
    top: 50%;
    bottom: auto;
    right: auto;
    -webkit-transform: translateX(-50%) translateY(-50%) rotate(45deg);
    -moz-transform: translateX(-50%) translateY(-50%) rotate(45deg);
    -ms-transform: translateX(-50%) translateY(-50%) rotate(45deg);
    -o-transform: translateX(-50%) translateY(-50%) rotate(45deg);
    transform: translateX(-50%) translateY(-50%) rotate(45deg);
    background: url(../images/cd-arrow.png) no-repeat center 0;
    border-top:2px solid #fff;
    border-right:2px solid #fff;
}
.cd-timeline-navigation a.next {
    right: 0;
}
.cd-horizontal-timeline .events-content {
    position: relative;
    width: 100%;
    margin: 2em 0 0;    
    -webkit-transition: height 0.4s;
    -moz-transition: height 0.4s;
    transition: height 0.4s;
}
.cd-horizontal-timeline .events-content ul {
    margin: 0;
}
.cd-horizontal-timeline .events-content li {
    position: absolute;
    z-index: 1;
    width: 100%;
    left: 0;
    top: 0;
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%);
    padding: 0;
    opacity: 0;
    -webkit-animation-duration: 0.4s;
    -moz-animation-duration: 0.4s;
    animation-duration: 0.4s;
    -webkit-animation-timing-function: ease-in-out;
    -moz-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
}
.cd-horizontal-timeline .events-content li.selected{
    position: relative;
    padding: 0 70px;
    z-index: 2;
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
}
.cd-horizontal-timeline .events-content li .leftside {
    float: left;
    width: 400px;
    padding: 0;
    text-align: left;
}
.cd-horizontal-timeline .events-content li .leftside h3 {
    font-weight: 300;
    font-size: 24px;
    color: #fff;
    letter-spacing: 0;
}
.cd-horizontal-timeline .events-content li .leftside h2 {
    font-weight: 700;
    font-size: 104px;
    color: #fff;
    font-family: 'Archivo', sans-serif;
    line-height: 88px;
    letter-spacing: 0;
    margin: 0;
}
.cd-horizontal-timeline .events-content li .rightside h6 {
    color: #fff;
    font-size: 19px;
    line-height: 26px;
    font-weight: 300;
    letter-spacing: 0;
    margin-bottom: 12px;
}
.cd-horizontal-timeline .events-content li .rightside h3 {
    font-size: 30px;
    line-height: 26px;
    font-weight: 300;
    letter-spacing: 0;
    margin-bottom: 12px;
}
.yellowcolor {
    color: #F6961C;
}
.cd-horizontal-timeline .events-content li .rightside {
    float: left;
    width: calc(100% - 400px);
    padding: 0px;
}
.panel-group .panel {
	border-radius: 0;
	box-shadow: none;
	border-color: #EEEEEE;
}

.panel-default > .panel-heading {
	padding: 0;
	border-radius: 0;
	color: #fff;
	background-color: #506b8b;
	border-color: #EEEEEE;
}

.panel-title {
	font-size: 14px;
}

.panel-title > a {
	display: block;
	padding: 15px;
	text-decoration: none;
	font-size:20px;
	text-align:left;
}
.panel-title > a i {
	font-size:14px;
}
.more-less {
	float: right;
	color: #fff;
}

.panel-default > .panel-heading + .panel-collapse > .panel-body {
	border: #506b8b;
	font-size:18px;
}
.swiper-container {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    z-index: 1;
}
.timeline .swiper-container {
    height: 600px;
    width: 100%;
    position: relative;
}
.timeline .swiper-wrapper {
    transition: 2s cubic-bezier(0.68, -0.4, 0.27, 1.34) 0.2s;
    transition-duration: 2s;
}
.swiper-container-vertical > .swiper-wrapper {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
}
.swiper-container-android .swiper-slide, .swiper-wrapper {
    -webkit-transform: translate3d(0,0,0);
    -moz-transform: translate3d(0,0,0);
    -o-transform: translate(0,0);
    -ms-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}
.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    -o-transition-property: -o-transform;
    -ms-transition-property: -ms-transform;
    transition-property: transform;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}
.timeline .swiper-slide {
    position: relative;
    color: #fff;
    overflow: hidden;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}
.swiper-slide {
    -webkit-flex-shrink: 0;
    -ms-flex: 0 0 auto;
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
}
.timeline .swiper-slide-content {
    position: absolute;
    text-align: center;
    width: 80%;
    max-width: 310px;
    right: 50%;
    top: 13%;
    -webkit-transform: translate(50%, 0);
    transform: translate(50%, 0);
    font-size: 12px;
    z-index: 2;
}
.timeline .swiper-slide.swiper-slide-active .timeline-year {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    transition: .4s ease 1.6s;
}
.timeline .swiper-slide .timeline-year {
    display: block;
    font-style: italic;
    font-size: 42px;
    margin-bottom: 50px;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
    color: #d4a024;
    font-weight: 300;
    opacity: 0;
    transition: .2s ease .4s;
}
.timeline .swiper-slide-content {
    text-align: center;
    font-size: 12px;
}
.timeline .swiper-slide::after {
    content: "";
    position: absolute;
    z-index: 1;
    right: -115%;
    bottom: -10%;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    box-shadow: -230px 0 150px 60vw rgba(0, 0, 0, 0.7);
    border-radius: 100%;
}
.timeline .swiper-button-prev {
    left: 8%;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23d4a024'%2F%3E%3C%2Fsvg%3E");
}
.timeline .swiper-button-next {
    right: 8%;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23d4a024'%2F%3E%3C%2Fsvg%3E");
}
.timeline .swiper-button-next, .timeline .swiper-button-prev {
    background-size: 20px 20px;
    top: 15%;
    width: 20px;
    height: 20px;
    margin-top: 0;
    z-index: 2;
    transition: .2s;
}
.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
    opacity: .35;
    cursor: auto;
    pointer-events: none;
}
.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
    left: 10px;
    right: auto;
}
.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
    right: 10px;
    left: auto;
}
.swiper-button-next, .swiper-button-prev {
    position: absolute;
    top: 50%;
    width: 27px;
    height: 44px;
    margin-top: -22px;
    z-index: 10;
    cursor: pointer;
    -moz-background-size: 27px 44px;
    -webkit-background-size: 27px 44px;
    background-size: 27px 44px;
    background-position: center;
    background-repeat: no-repeat;
}
.timeline .swiper-pagination {
    right: 15% !important;
    height: 100%;
    display: none;
    flex-direction: column;
    justify-content: center;
    font-style: italic;
    font-weight: 300;
    font-size: 18px;
    z-index: 1;
}
.swiper-container-vertical > .swiper-pagination-bullets {
    right: 10px;
    top: 50%;
    -webkit-transform: translate3d(0,-50%,0);
    -moz-transform: translate3d(0,-50%,0);
    -o-transform: translate(0,-50%);
    -ms-transform: translate3d(0,-50%,0);
    transform: translate3d(0,-50%,0);
}
.swiper-pagination {
    position: absolute;
    text-align: center;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    -webkit-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0);
    -o-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
    z-index: 10;
}
.timeline .swiper-pagination::before {
    content: "";
    position: absolute;
    left: -30px;
    top: 0;
    height: 100%;
    width: 1px;
    background-color: rgba(255, 255, 255, 0.2);
}
.timeline .swiper-pagination {
    font-style: italic;
    font-weight: 300;
    font-size: 18px;
}
.swiper-pagination {
    text-align: center;
}
.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 5px 0;
    display: block;
}
.timeline .swiper-pagination-bullet-active {
    color: #d4a024;
}
.timeline .swiper-pagination-bullet {
    width: auto;
    height: auto;
    text-align: center;
    opacity: 1;
    background: transparent;
    color: #d4a024;
    margin: 8px 0 !important;
    position: relative;
}
.swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer;
}
.swiper-pagination-bullet-active {
    opacity: 1;
    background: #007aff;
}
.swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    display: inline-block;
    border-radius: 100%;
    background: #000;
    opacity: .2;
}
.timeline .swiper-pagination {
    font-style: italic;
    font-weight: 300;
    font-size: 18px;
}
.timeline .swiper-slide.swiper-slide-active .timeline-title {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    transition: .4s ease 1.7s;
}
.timeline .swiper-slide .timeline-title {
    font-weight: 800;
    font-size: 34px;
    margin: 0 0 30px;
    opacity: 0;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
    transition: .2s ease .5s;
	text-align: right;
}
.timeline .swiper-slide.swiper-slide-active .timeline-text {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    transition: .4s ease 1.8s;
}
.timeline .swiper-slide .timeline-text {
    line-height: 1.5;
    opacity: 0;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
    transition: .2s ease .6s;
}
.timeline .swiper-slide-content p {
    font-size: 16px;
    text-align: justify;
}
#timeline h3.head {
	position: absolute;
	width: 100%;
	text-align: center;
	z-index: 9;
	margin-top:30px;
	color:#F6961C!important;
}
#timeline .title {
	position: absolute;
	z-index: 9;
	width: 100%;
	margin-top:30px;
}
#timeline .title h3 {
	text-align:center;
	color:#fff;
	font-size:32px;
}
#timeline .title span {
	background:#fff;
}
#timeline .title span::before {
	display:none;
}
.timeline .swiper-pagination-bullet::before {
    content: "";
    position: absolute;
    top: 8px;
    left: -32.5px;
    width: 6px;
    height: 6px;
    border-radius: 100%;
    background-color: #d4a024;
    -webkit-transform: scale(0);
    transform: scale(0);
    transition: .2s;
}
.timeline .swiper-pagination-bullet-active::before {
    -webkit-transform: scale(1);
    transform: scale(1);

}
.partners-logos .owl-item .partners-single-logo img {
	-webkit-transform: perspective(1px) translateZ(0);
	transform: perspective(1px) translateZ(0);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-property: box-shadow, transform;
	transition-property: box-shadow, transform;
}
.partners-logos .owl-item .partners-single-logo img:hover {
	box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.5);
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}
.partners-logo-area .sec .factory-section-title h2 {
	color:#fff;
}
#horizontaltimln .title h2 {
	color:#fff;
	text-align: center;
	font-size: 2rem;	
    font-family: Signika;
}
#horizontaltimln .title {
	margin-bottom: 25px;
}
/** tachnologies **/
.techno {
    background: url(../images/test-bg.png) 0 90px no-repeat;
}
.techno ul {
    text-align: center;
    padding:0px;
}
.techno ul li {
    width: 150px;
    text-align: center;
    margin-bottom: 15px;
    margin-top: 15px;
    display: inline-block;
    padding-right: 5px;
    padding-left: 5px;
}
.techno ul li h3 {
    font-size: 15px;
}
/** portfolio **/
.portfo {
    background-image: url(../images/portfolio_bg.jpg);
    background-attachment: fixed;
    padding: 50px 0;    
}
.portfo iframe {
    width:100%;
    height:600px;
    margin-top: 20px;
}
/** testimonial **/
.testi {
    padding: 50px 0;
    min-height: auto;
    position: relative;
    z-index: 9;        
}
.testi::before {
    background: url(../images/test_bg.png) 0 0 / cover;
    content: '';
    height: 370px;
    width: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
}
.testimonial-section2{
  /*height: 600px;*/
  position: relative;
  padding: 50px 0;
  background-color: #fff;
  border-radius: 5px 5px 0 0;
}
.testim .wrap {
    position: relative;
    width: 100%;
    max-width: 1020px;
    padding: 0px 20px;
    margin: auto;
}
.testim .arrow {
    display: block;
    position: absolute;
    color: #eee;
    cursor: pointer;
    font-size: 2em;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all .3s ease-in-out;    
    -ms-transition: all .3s ease-in-out;    
    -moz-transition: all .3s ease-in-out;    
    -o-transition: all .3s ease-in-out;    
    transition: all .3s ease-in-out;
    padding: 5px;
    z-index: 22222222;
}
.testim .arrow:before {
    cursor: pointer;
}
.testim .arrow:hover {
    color: #2b288d;
}    
.testim .arrow.left {
    left: 10px;
}
.testim .arrow.right {
    right: 10px;
}
.testim .dots {
    text-align: center;
    position: absolute;
    width: 100%;
    bottom: 0px;
    left: 0;
    display: block;
    z-index: 3333;
    height: 12px;
}
.testim .dots .dot {
    list-style-type: none;
    display: inline-block;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    border: 1px solid #ea830e;
    margin: 0 10px;
    cursor: pointer;
    -webkit-transition: all .5s ease-in-out;    
    -ms-transition: all .5s ease-in-out;    
    -moz-transition: all .5s ease-in-out;    
    -o-transition: all .5s ease-in-out;    
    transition: all .5s ease-in-out;
    position: relative;
}
.testim .dots .dot.active,
.testim .dots .dot:hover {
    background: #2b288d;
    border-color: #2b288d;
}
.testim .dots .dot.active {
    -webkit-animation: testim-scale .5s ease-in-out forwards;   
    -moz-animation: testim-scale .5s ease-in-out forwards;   
    -ms-animation: testim-scale .5s ease-in-out forwards;   
    -o-animation: testim-scale .5s ease-in-out forwards;   
    animation: testim-scale .5s ease-in-out forwards;   
}   
.testim .cont {
    position: relative;
    overflow: hidden;
}
.testim .cont > div {
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
    padding: 0 0 70px 0;
    opacity: 0;
}
.testim .cont > div.inactive {
    opacity: 1;
}
.testim .cont > div.active {
    position: relative;
    opacity: 1;
}
.testim .cont div .img img {
    display: block;
    width: 100px;
    height: 100px;
    margin: auto;
    border-radius: 50%;
}
.testim .cont div .h4 {
    color: #2b288d;
    font-size: 1.2em;
    margin: 15px 0;
    font-family: Signika;
}
.testim .cont div p {
    font-size: 1.15em;
    color: #000;
    width: 80%;
    margin: auto;
}
.testim .cont div.active .img img {
    -webkit-animation: testim-show .5s ease-in-out forwards;            
    -moz-animation: testim-show .5s ease-in-out forwards;            
    -ms-animation: testim-show .5s ease-in-out forwards;            
    -o-animation: testim-show .5s ease-in-out forwards;            
    animation: testim-show .5s ease-in-out forwards;            
}
.testim .cont div.active .h4 {
    -webkit-animation: testim-content-in .4s ease-in-out forwards;    
    -moz-animation: testim-content-in .4s ease-in-out forwards;    
    -ms-animation: testim-content-in .4s ease-in-out forwards;    
    -o-animation: testim-content-in .4s ease-in-out forwards;    
    animation: testim-content-in .4s ease-in-out forwards;    
}
.testim .cont div.active p {
    -webkit-animation: testim-content-in .5s ease-in-out forwards;    
    -moz-animation: testim-content-in .5s ease-in-out forwards;    
    -ms-animation: testim-content-in .5s ease-in-out forwards;    
    -o-animation: testim-content-in .5s ease-in-out forwards;    
    animation: testim-content-in .5s ease-in-out forwards;    
}
.testim .cont div.inactive .img img {
    -webkit-animation: testim-hide .5s ease-in-out forwards;            
    -moz-animation: testim-hide .5s ease-in-out forwards;            
    -ms-animation: testim-hide .5s ease-in-out forwards;            
    -o-animation: testim-hide .5s ease-in-out forwards;            
    animation: testim-hide .5s ease-in-out forwards;            
}
.testim .cont div.inactive .h4 {
    -webkit-animation: testim-content-out .4s ease-in-out forwards;        
    -moz-animation: testim-content-out .4s ease-in-out forwards;        
    -ms-animation: testim-content-out .4s ease-in-out forwards;        
    -o-animation: testim-content-out .4s ease-in-out forwards;        
    animation: testim-content-out .4s ease-in-out forwards;        
}
.testim .cont div.inactive p {
    -webkit-animation: testim-content-out .5s ease-in-out forwards;    
    -moz-animation: testim-content-out .5s ease-in-out forwards;    
    -ms-animation: testim-content-out .5s ease-in-out forwards;    
    -o-animation: testim-content-out .5s ease-in-out forwards;    
    animation: testim-content-out .5s ease-in-out forwards;    
}
@-webkit-keyframes testim-scale {
    0% {
        -webkit-box-shadow: 0px 0px 0px 0px #eee;
        box-shadow: 0px 0px 0px 0px #eee;
    }
    35% {
        -webkit-box-shadow: 0px 0px 10px 5px #eee;        
        box-shadow: 0px 0px 10px 5px #eee;        
    }
    70% {
        -webkit-box-shadow: 0px 0px 10px 5px #ea830e;        
        box-shadow: 0px 0px 10px 5px #ea830e;        
    }
    100% {
        -webkit-box-shadow: 0px 0px 0px 0px #ea830e;        
        box-shadow: 0px 0px 0px 0px #ea830e;        
    }
}

@-moz-keyframes testim-scale {
    0% {
        -moz-box-shadow: 0px 0px 0px 0px #eee;
        box-shadow: 0px 0px 0px 0px #eee;
    }
    35% {
        -moz-box-shadow: 0px 0px 10px 5px #eee;        
        box-shadow: 0px 0px 10px 5px #eee;        
    }
    70% {
        -moz-box-shadow: 0px 0px 10px 5px #ea830e;        
        box-shadow: 0px 0px 10px 5px #ea830e;        
    }
    100% {
        -moz-box-shadow: 0px 0px 0px 0px #ea830e;        
        box-shadow: 0px 0px 0px 0px #ea830e;        
    }
}

@-ms-keyframes testim-scale {
    0% {
        -ms-box-shadow: 0px 0px 0px 0px #eee;
        box-shadow: 0px 0px 0px 0px #eee;
    }
    35% {
        -ms-box-shadow: 0px 0px 10px 5px #eee;        
        box-shadow: 0px 0px 10px 5px #eee;        
    }
    70% {
        -ms-box-shadow: 0px 0px 10px 5px #ea830e;        
        box-shadow: 0px 0px 10px 5px #ea830e;        
    }
    100% {
        -ms-box-shadow: 0px 0px 0px 0px #ea830e;        
        box-shadow: 0px 0px 0px 0px #ea830e;        
    }
}

@-o-keyframes testim-scale {
    0% {
        -o-box-shadow: 0px 0px 0px 0px #eee;
        box-shadow: 0px 0px 0px 0px #eee;
    }
    35% {
        -o-box-shadow: 0px 0px 10px 5px #eee;        
        box-shadow: 0px 0px 10px 5px #eee;        
    }
    70% {
        -o-box-shadow: 0px 0px 10px 5px #ea830e;        
        box-shadow: 0px 0px 10px 5px #ea830e;        
    }
    100% {
        -o-box-shadow: 0px 0px 0px 0px #ea830e;        
        box-shadow: 0px 0px 0px 0px #ea830e;        
    }
}

@keyframes testim-scale {
    0% {
        box-shadow: 0px 0px 0px 0px #eee;
    }
    35% {
        box-shadow: 0px 0px 10px 5px #eee;        
    }
    70% {
        box-shadow: 0px 0px 10px 5px #ea830e;        
    }
    100% {
        box-shadow: 0px 0px 0px 0px #ea830e;        
    }
}

@-webkit-keyframes testim-content-in {
    from {
        opacity: 0;
        -webkit-transform: translateY(100%);
        transform: translateY(100%);
    }
    to {
        opacity: 1;
        -webkit-transform: translateY(0);        
        transform: translateY(0);        
    }
}

@-moz-keyframes testim-content-in {
    from {
        opacity: 0;
        -moz-transform: translateY(100%);
        transform: translateY(100%);
    }
    to {
        opacity: 1;
        -moz-transform: translateY(0);        
        transform: translateY(0);        
    }
}

@-ms-keyframes testim-content-in {
    from {
        opacity: 0;
        -ms-transform: translateY(100%);
        transform: translateY(100%);
    }
    to {
        opacity: 1;
        -ms-transform: translateY(0);        
        transform: translateY(0);        
    }
}

@-o-keyframes testim-content-in {
    from {
        opacity: 0;
        -o-transform: translateY(100%);
        transform: translateY(100%);
    }
    to {
        opacity: 1;
        -o-transform: translateY(0);        
        transform: translateY(0);        
    }
}

@keyframes testim-content-in {
    from {
        opacity: 0;
        transform: translateY(100%);
    }
    to {
        opacity: 1;
        transform: translateY(0);        
    }
}

@-webkit-keyframes testim-content-out {
    from {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    to {
        opacity: 0;
        -webkit-transform: translateY(-100%);        
        transform: translateY(-100%);        
    }
}

@-moz-keyframes testim-content-out {
    from {
        opacity: 1;
        -moz-transform: translateY(0);
        transform: translateY(0);
    }
    to {
        opacity: 0;
        -moz-transform: translateY(-100%);        
        transform: translateY(-100%);        
    }
}

@-ms-keyframes testim-content-out {
    from {
        opacity: 1;
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
    to {
        opacity: 0;
        -ms-transform: translateY(-100%);        
        transform: translateY(-100%);        
    }
}

@-o-keyframes testim-content-out {
    from {
        opacity: 1;
        -o-transform: translateY(0);
        transform: translateY(0);
    }
    to {
        opacity: 0;
        transform: translateY(-100%);        
        transform: translateY(-100%);        
    }
}

@keyframes testim-content-out {
    from {
        opacity: 1;
        transform: translateY(0);
    }
    to {
        opacity: 0;
        transform: translateY(-100%);        
    }
}

@-webkit-keyframes testim-show {
    from {
        opacity: 0;
        -webkit-transform: scale(0);
        transform: scale(0);
    }
    to {
        opacity: 1;
        -webkit-transform: scale(1);       
        transform: scale(1);       
    }
}

@-moz-keyframes testim-show {
    from {
        opacity: 0;
        -moz-transform: scale(0);
        transform: scale(0);
    }
    to {
        opacity: 1;
        -moz-transform: scale(1);       
        transform: scale(1);       
    }
}

@-ms-keyframes testim-show {
    from {
        opacity: 0;
        -ms-transform: scale(0);
        transform: scale(0);
    }
    to {
        opacity: 1;
        -ms-transform: scale(1);       
        transform: scale(1);       
    }
}

@-o-keyframes testim-show {
    from {
        opacity: 0;
        -o-transform: scale(0);
        transform: scale(0);
    }    
    to {
        opacity: 1;
        -o-transform: scale(1);       
        transform: scale(1);       
    }
}

@keyframes testim-show {
    from {
        opacity: 0;
        transform: scale(0);
    }   
    to {
        opacity: 1;
        transform: scale(1);       
    }
}

@-webkit-keyframes testim-hide {
    from {
        opacity: 1;
        -webkit-transform: scale(1);       
        transform: scale(1);       
    }    
    to {
        opacity: 0;
        -webkit-transform: scale(0);
        transform: scale(0);
    }
}

@-moz-keyframes testim-hide {
    from {
        opacity: 1;
        -moz-transform: scale(1);       
        transform: scale(1);       
    }    
    to {
        opacity: 0;
        -moz-transform: scale(0);
        transform: scale(0);
    }
}

@-ms-keyframes testim-hide {
    from {
        opacity: 1;
        -ms-transform: scale(1);       
        transform: scale(1);       
    }    
    to {
        opacity: 0;
        -ms-transform: scale(0);
        transform: scale(0);
    }
}

@-o-keyframes testim-hide {
    from {
        opacity: 1;
        -o-transform: scale(1);       
        transform: scale(1);       
    }    
    to {
        opacity: 0;
        -o-transform: scale(0);
        transform: scale(0);
    }
}

@keyframes testim-hide {
    from {
        opacity: 1;
        transform: scale(1);       
    }    
    to {
        opacity: 0;
        transform: scale(0);
    }
}

@media all and (max-width: 300px) {
  body {
    font-size: 14px;
  }
}

@media all and (max-width: 500px) {
  .testim .arrow {
    font-size: 1.5em;
  }  
  .testim .cont div p {
    line-height: 25px;
  }
}
/** our flow **/
.process-box{
    background: #fff;
    padding: 10px;
    border-radius: 15px;
    position: relative;
    box-shadow: 2px 2px 7px 0 #e1dfdf;
}
.process-left:after{
        content: "";
    border-top: 15px solid #ffffff;
    border-bottom: 15px solid #ffffff;
    border-left: 15px solid #ffffff;
    border-right: 15px solid #ffffff;
    display: inline-grid;
    position: absolute;
    right: -15px;
    top: 42%;
    transform: rotate(45deg);
    box-shadow: 3px -2px 3px 0px #00000036;
    z-index: 1;
}
.process-right:after{
        content: "";
    border-top: 15px solid #ffffff00;
    border-bottom: 15px solid #ffffff;
    border-left: 15px solid #ffffff;
    border-right: 15px solid #ffffff00;
    display: inline-grid;
    position: absolute;
    left: -15px;
    top: 42%;
    transform: rotate(45deg);
    box-shadow: -1px 1px 3px 0px #0000001a;
    z-index: 1;
}
.process-step{
    background: #f9a331;
    text-align: center;
    width: 80%;
    margin: 0 auto;
    color: #fff;
    height: 100%;
    padding-top: 8px;
    position: relative;
    top: -26px;
    border-radius: 0px 0px 10px 10px;
    box-shadow: -6px 8px 0px 0px #efefef;
}
.process-point-right{
    background: #ffffff;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    border: 8px solid #f9a331;
    box-shadow: 0 0 0px 4px #5c5c5c;
    margin: auto 0;
    position: absolute;
    bottom: 40px;
    left: -63px;
}
.process-point-right:before{
    content: "";
    height: 144px;
    width: 11px;
    background: #5c5c5c;
    display: inline-grid;
    transform: rotate(36deg);
    position: relative;
    left: -50px;
    top: -0px;
}
.process-point-left{
    background: #ffffff;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    border: 8px solid #f9a331;
    box-shadow: 0 0 0px 4px #5c5c5c;
    margin: auto 0;
    position: absolute;
    bottom: 40px;
    right: -63px;
}
.process-point-left:before {
    content: "";
    height: 144px;
    width: 11px;
    background: #5c5c5c;
    display: inline-grid;
    transform: rotate(-38deg);
    position: relative;
    left: 50px;
    top: 0px;

}
.process-last:before{
    display: none;
}
.process-box p{
    z-index: 9;
}
.process-step p{
    font-size: 20px;
}
.process-step h2{
    font-size: 39px;
}
.process-step:after{
    content: "";
    border-top: 8px solid #04889800;
    border-bottom: 8px solid #f99107;
    border-left: 8px solid #04889800;
    border-right: 8px solid #f99107;
    display: inline-grid;
    position: absolute;
    left: -16px;
    top: 0;
}
.process-step:before{
    content: "";
    border-top: 8px solid #ff000000;
    border-bottom: 8px solid #f99107;
    border-left: 8px solid #f99107;
    border-right: 8px solid #ff000000;
    display: inline-grid;
    position: absolute;
    right: -16px;
    top: 0;
}
.process-line-l{
    background: white;
    height: 4px;
    position: absolute;
    width: 136px;
    right: -153px;
    top: 64px;
    z-index: 9;
}
.process-line-r{
    background: white;
    height: 4px;
    position: absolute;
    width: 136px;
    left: -153px;
    top: 63px;
    z-index: 9;
}
/** coursal**/
.slick-slide {
    margin: 0px 20px;
}
.slick-slide img {
    width: 100%;
    filter:grayscale(100%);
}
.slick-slide img:hover {
    filter:grayscale(0%);
}
.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
            user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}
.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.slick-list:focus {
    outline: none;
}
.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}
.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
}
.slick-track:before,
.slick-track:after {
    display: table;
    content: '';
}
.slick-track:after {
    clear: both;
}
.slick-loading .slick-track {
    visibility: hidden;
}
.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide {
    float: right;
}
.slick-slide img {
    display: block;
}
.slick-slide.slick-loading img {
    display: none;
}
.slick-slide.dragging img {
    pointer-events: none;
}
.slick-initialized .slick-slide {
    display: block;
}
.slick-loading .slick-slide {
    visibility: hidden;
}
.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}
/******************************** about us **************************************/
.hero.hero--full {
    height: 100vh;    
}
.hero {
    background-color: rgba(0,0,0,.3);
    background-size: cover;
    background-position: 50%;
    position: relative;
    height: 440px;
    z-index: 1;
}
.hero__content {
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    max-width: 680px;
    height: 100%;
    width: 100%;
}
#heroAbout > .container {
	height:100%;
}
#heroAbout .title {
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    color: #fff;
    text-transform: uppercase;
    font-family: Signika;
}
.hero__lead {    
    color: #fff;
    font-size: 18px;
}
#heroAbout a {
    display: inline-block;
    color: #fff;    
    padding: 10px;
    font-size: 26px;
    float: left;
    background: #F6961C;
    border-radius: 5px;
    width: 56%;
    -webkit-transition: .4S;
    transition: .4S;
    overflow:hidden;
    z-index:0;
    position:relative;
}
#heroAbout a::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: #000;
    display: block;
    top: 0;
    right: 100%;
    transition: all 1s;
    z-index: -1;
}
#heroAbout a:hover::after {
    right: 0;
}
/** about down banner **/
.stats.stats--blue {
    background-color: rgba(80,107,139,.9);
    background-image: none;
    padding: 45px 0;
}
.stats.stats--blue::before {
    background-image: url(../images/checkered-pattern.png);
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    animation: animatedBackground 50s linear infinite;
}
@keyframes animatedBackground {
    0% {
        background-position: 0 0;
    }    
    100% {
        background-position: 100% 0;
    }
}
.stats {
    position: relative;
    padding: 90px 0 114px;
    text-align: center;
    color: #fff;
    overflow: hidden;
}
.stats__wrapper {
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: -35px 0;
}
.stats__item.stats__item--4 {
    width: 25%;
}
.stats__item {
    width: 33%;
    padding: 35px 0;
}
.stats {
    text-align: center;
    color: #fff;
}
.stats__content--vertically {
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: left;
}
.stats__content {
    max-width: 230px;
    width: 100%;
    margin: 0 auto;
}
.stats__number--inline {
    margin: 0;
}
.stats__number--large {
    font-size: 55px;
}
.stats__number {
    font-weight: 600;
    line-height: 1;
    margin-bottom: 15px;
}
.stats__heading--inline {
    margin: 0;
    padding-left: 15px;
}
.stats__heading {
    font-size: 20px;
    line-height: 1.3;
    margin-bottom: 10px;
    text-transform: uppercase;
}
.abouts {
    background: url(../images/test-bg.png) 0 90px no-repeat;
}
/** focus **/
.focus {
    margin-top: 25px;
    margin-bottom: 50px;
}
.focus h2 {
    margin-bottom: 15px;
    font-family: Signika;
}
.focus .people {
    background: #c0504d;
    color: #fff;
    padding: 20px;
    min-height: 420px;
    border-radius: 15px;
    transition: all 0.5s;   
    overflow:hidden;    
}
.focus .people::after {
    background: #fff;
    content: "";
    height: 560px;
    left: -195px;
    opacity: .2;
    position: absolute;
    top: -68px;
    -webkit-transform: rotate(35deg);
    transform: rotate(35deg);
    transition: all 1s cubic-bezier(0.19, 1, 0.22, 1);
    width: 50px;
    z-index: 1;
}
.focus .people:hover::after {
    left: 150%;
    transition: all 1s cubic-bezier(0.19, 1, 0.22, 1);
}
.focus .people .images {
    width: 130px;
    height: 130px;
    border-radius: 100%;
    background: #fff;
    margin: 20px auto 60px;
    padding: 10px;
}
.focus .people img {
    transition: all 1s;
}
.focus .people:hover img {
    transform: rotate(360deg);
}
.focus .people.yellow {
    background: #bd9b53;
}
.focus .people.green {
    background: #9bbb59;
}
.focus .people p {
    text-align:justify;
    font-size: 15px;
}
/************************** director message ***********************************/
.director {
    position:relative;
}
.director::before {
    background-image: url(../images/wave-online-mark.png);
    position: absolute;
    width: 100%;
    height: 100%;
    content: '';
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: contain;
}
/******************************* career **************************************/
.divTable{
	display: table;
	width: 100%;
}
.divTableRow {
	display: table-row;
    text-align:center;
}
.divTableHeading {
	background-color: #EEE;
	display: table-header-group;
}
.divTableCell, .divTableHead {
	border: 1px solid #999999;
	display: table-cell;
	padding: 7px 10px;
    min-width: 200px;
    vertical-align: middle;
}
.divTableHeading {
	background-color: #EEE;
	display: table-header-group;
	font-weight: bold;
}
.divTableFoot {
	background-color: #EEE;
	display: table-footer-group;
	font-weight: bold;
}
.divTableBody {
	display: table-row-group;
}
.divTableRow.head {
    font-family: Signika; 
    background:#101e2a!important;
    color:#fff;   
}
.abouts p.sec {
    margin-top:15px;
}
.divTableRow:nth-child(odd) {
    background:rgba(16,30,42,0.2);
}
.divTableCell button {
    display: inline-block;
    color: #fff;
    padding:5px 10px 8px;        
    background: #F6961C;
    border-radius: 5px;
    width: 56%;
    -webkit-transition: .4S;
    transition: .4S;
    overflow: hidden;
    z-index: 0;
    position: relative;
    border:none;
}
.abouts p.sec button {
    display: inline-block;
    color: #fff;
    padding:5px 10px 8px;        
    background: #F6961C;
    border-radius: 5px;
    width: 9%;
    -webkit-transition: .4S;
    transition: .4S;
    overflow: hidden;
    z-index: 0;
    position: relative;
    border:none;
}
.divTableCell button::after,
.abouts p.sec button::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: #000;
    display: block;
    top: 0;
    right: 100%;
    transition: all 1s;
    z-index: -1;
}
.divTableCell button:hover::after,
.abouts p.sec button:hover::after {
    right: 0;
}
.divTableRow.head .divTableCell {
    border-top:none;
    border-bottom:none;
}
.clients {
    position:relative;
    overflow:hidden;
}
.clients p {
    display: block;
    position: absolute;
    top: -100%;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.8);
    right: 0;
    padding: 4rem 0;
    color: #fff;
    transition:all 1s;
}
.clients:hover p {
   top:0px;
}
/******************* modal ************************/
.modal-header {
    padding: 0px;
    display: unset;
}
.modal{
    z-index:99999;
}
.modal-header .close {
    position: absolute;
    top: 30px;
    right: 24px;
    padding: 1px 8px 5px;
    opacity: 1;
    color: #fff;
}
.modal-header .close:focus {
    text-decoration:none;
}
.modal-title {
    background: #506b8b;
    font-family: Signika;
    font-size: 24px;
    padding: 15px 30px;
    letter-spacing: 0px;
    border-radius: 4px 4px 0 0;
    text-transform: capitalize;
    margin: 0px;
    color: #fff;
    text-align: left;
}
.requestCallFrom {
    display: block;
    overflow: hidden;
}
.bb1 {
    border-bottom: 1px solid #dadada;
    padding: 13px 0;
}
.modal-body .requestCallFrom p {
    font-size: 17px;
    color: #323232;    
    border-right: 1px solid #ddd;
    line-height: 20px;
    padding: 10px 0;
    margin: 4px 0 0;
    font-family: Signika;
}
.modal-body .requestCallFrom p sup {
    color: #F00;
    font-size: 14px;
}
.bb1 .row {
    display:block;
}
.modal-body input, 
.modal-body textarea {
    width: 100%;
    padding: 10px;
    border-radius: 5px;
    color: #506b8b;
    border: unset;
    font-size: 18px;
}
.modal-body button {
    display: inline-block;
    color: #fff;
    padding: 5px 10px 8px;
    background: #F6961C;
    border-radius: 5px;
    -webkit-transition: .4S;
    transition: .4S;
    overflow: hidden;
    z-index: 0;
    position: relative;
    border: none;
    margin-top:15px;
}
.modal-body button::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: #000;
    display: block;
    top: 0;
    right: 100%;
    transition: all 1s;
    z-index: -1;
}
.modal-body button:hover::after{
    right: 0;
}
/******************** team ************************/
.teamimage {
    border-radius: 300px;
    width: 226px;
    height: 226px;
    overflow:hidden;
    margin:auto;
    position:relative
}
.teamimage::before {
    content:'';
    width:100%;
    height:100%;
    position:absolute;
    top:-100%;
    left:0;
    background:rgba(249,163,49,0.8);
    transition:all 1s;
}
.teamimage:hover::before {
    top:0;
}
.teamimage h2 {
    position: relative;
    top: -150%;
    left: 0;
    color: #fff;
    font-size:1.5rem;
    transition:all 1.2s;
    opacity:0;
}
.teamimage:hover h2 {    
    top: -65%;
    opacity:1;    
}
.team {
    margin-bottom:40px;
}
.team h2 {
    font-size: 1.5rem;
    margin-top: 20px;
}
/****************** clients ********************/
.clint {
    background: url(../images/test-bg.png) 0 90px repeat-y;
}
.clients p {
    font-size:15px;
}
/********************** faq ***********************/
div.bhoechie-tab-container{
  z-index: 10;
  background-color: #ffffff;
  padding: 0 !important;
  border-radius: 4px;
  -moz-border-radius: 4px;
  border:1px solid #ddd;
  margin-top: 20px;  
  -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
  box-shadow: 0 6px 12px rgba(0,0,0,.175);
  -moz-box-shadow: 0 6px 12px rgba(0,0,0,.175);
  background-clip: padding-box;
  opacity: 0.97;
  filter: alpha(opacity=97);
}
div.bhoechie-tab-menu{
  padding-right: 0;
  padding-left: 0;
  padding-bottom: 0;
}
div.bhoechie-tab-menu div.list-group{
  margin-bottom: 0;
}
div.bhoechie-tab-menu div.list-group>a{
  margin-bottom: 0;
}
div.bhoechie-tab-menu div.list-group>a .glyphicon,
div.bhoechie-tab-menu div.list-group>a .fa {
  color: #5A55A3;
}
div.bhoechie-tab-menu div.list-group>a:first-child{
  border-top-right-radius: 0;
  -moz-border-top-right-radius: 0;
}
div.bhoechie-tab-menu div.list-group>a:last-child{
  border-bottom-right-radius: 0;
  -moz-border-bottom-right-radius: 0;
}
div.bhoechie-tab-menu div.list-group>a.active,
div.bhoechie-tab-menu div.list-group>a.active .glyphicon,
div.bhoechie-tab-menu div.list-group>a.active .fa{
  background-color: #5A55A3;
  background-image: #5A55A3;
  color: #ffffff;
}
div.bhoechie-tab-menu div.list-group>a.active:after{
  content: '';
  position: absolute;
  left: 100%;
  top: 50%;
  margin-top: -13px;
  border-left: 0;
  border-bottom: 13px solid transparent;
  border-top: 13px solid transparent;
  border-left: 10px solid #5A55A3;
}

div.bhoechie-tab-content{
  background-color: #ffffff;
  /* border: 1px solid #eeeeee; */
  padding-left: 15px;
  padding-top: 20px;
  padding-right: 25px;
}
div.bhoechie-tab div.bhoechie-tab-content:not(.active){
  display: none;
}
div.bhoechie-tab-content p {
    text-align:justify;
}
/************** softwares *****************/
.ban::before {
    z-index: 2;
}
.bann {
    background: linear-gradient(27deg, rgb(43, 221, 199), rgb(164, 142, 231));
    background-size: cover;
    height: 400px;
    width:100%;
    z-index:0;
}
.bann::before {
    position: absolute;
    background-image: url(../images/checkered-pattern.png);
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    content: "";
    animation: animatedBackground 50s linear infinite;
    background-position: 0px 0px;
    background-repeat: repeat;
    z-index:-1;
}
ul.sidebar-menu {
    margin-top:0px;
}
.pull-right {
    float: right!important;
}
ul.sidebar-submenu li.disabled {
    padding: 5px 5px 5px 15px;
    display: block;
    font-size: 14px;
    color: #8aa4af;
}
.about-right .gallerhoverimg {
    display: none;
}
.about-right a:hover .gallerhoverimg {
    background: rgba(0, 0, 0, 0.5) none repeat scroll 0 0;
    height: 100%;
    padding: 16px;
    position: absolute;
    text-align: center;
    top: 0px;
    width: 100%;
    display: block;
    transition: all 2s ease-in-out 0s;
}
.about-right a:hover .gallerhoverimg i {
    border: 1px solid #fff;
    color: #fff;
    margin: 0 0 0;
    display: flex;
    height: 100%;
    align-items: center;
}
.about-right a:hover .gallerhoverimg i::before {
    text-align-last: center;
    width: 100%;
}
.about-right ul {
    padding-left:0px;
}
.about-right ul li i {
    margin-right: 5px;
}
.tour .carousel-inner {
    height: 100%;
}
.tour .carousel-inner .carousel-item {
    width:auto;
}
/**************************** services **********************************/
/*********** app *************/
.app_deve h3 {
    text-align: center;
    color: #F6961C;
    margin-top: 30px;
    margin-bottom: 30px;
}
.techn {
    display: block;
    overflow: hidden;
    margin-bottom: 20px;
    margin-top: 20px;
}
.techn li {
    width: 49%;
    float: left;
    padding: 36px;
    margin: 0 0.5%;
    border: 2px dotted #506b8b;
    border-radius: 5px;
    transition: all 1s;
}
.techn li:hover, .web_deve li:hover {
    background: #F6961C;
    color: #fff;
    border-color: #F6961C;
}
ul.aaptab {
    padding:0px;
}
.aaptab li {
    display: block;
    overflow: hidden;
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #efefef;
}
.aaptab li:last-child {
    border: none;
}
.aaptab li h4 {
    text-align: left;
    font-size: 20px;
    font-family: Signika;
}
.app_deve.develop ul.aaptab li p {
    font-size: 16px;    
    text-align: justify;
}
/***************** offline *******************/
.web_deve {
    display: block;
    overflow: hidden;
    margin-bottom: 20px;
    margin-top: 20px;
}
.web_deve li {
    width: 32.33%;
    float: left;
    padding: 26px;
    margin: 0 0.5%;
    border: 2px dotted #506b8b;
    border-radius: 5px;
    transition: all 1s;        
}
.aaptab li {
    display: block;
    overflow: hidden;
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #efefef;
}
.off ul.aaptab li h4 {
    margin-top:25px;
}
/************* contact ***********/
#ajax-contact h2 {
    font-size: 20px;
    font-family: Calibri;
    font-weight: 500;
    letter-spacing: 2px;
}
#ajax-contact .input {
    position: relative;
}
#ajax-contact .input input {
    padding: 7px 10px;
    background: rgba(0,0,0,0);
    left: 0;
    top: 10px;
    transition: all .1s;
    border-right: unset;
    border-left: unset;
    border-top: unset;
}
.factory-contact-form textarea, 
.factory-contact-form input[type="text"], 
.factory-contact-form input[type="email"], 
.factory-contact-form input[type="tel"] {
    width: 100%;
}
#ajax-contact label {
    position: absolute;
    left: 10px;
    top: 10px;
    transition: all .1s;
    color: #506b8b;
    z-index: 0;
}
#ajax-contact .input label.up {
    top: -19px;
    font-size: 12px;
    color: #F6961C;
}
.factory-contact-form input {
    margin-bottom: 25px;
}
.contact-form-area textarea, 
input[type="text"], 
input[type="email"], 
input[type="tel"] {
    border: 1px solid #ddd;
    padding: 10px;
}
.factory-contact-form textarea {
    min-height: 80px;
    margin-bottom: 30px;
    resize: none;
}
.contact-form-area input[type="submit"] {
    background: #f9722f none repeat scroll 0 0;
    border: medium none;
    color: #ffffff;
    font-size: 16px;
    height: 46px;
    line-height: 46px;
    padding: 0;
    width: 180px;
    text-transform: capitalize;
    margin-bottom: 0px;
}
p.inp {
    position: relative;
}
p.inp span {
    color: #000;
    font-family: Calibri;
    font-weight: 500;
    position: absolute;
    left: 195px;
    width: 252px;
    top: 0px;
    font-size: 14px;
}
.Contact-info-area {
    border-radius: 0 5px 5px 0;
    margin-top: 90px;
    padding: 20px;
}
.Contact-info-area h2 {
    font-size: 27px;
    font-family: Calibri;
    font-weight: 500;
    letter-spacing: 2px;
}
.contact-form-area .Contact-info-area p {
    position: relative;
    margin-bottom: 20px;
}
.circleoutside:hover .outercircle {
    transform: rotate(270deg);
}
.outercircle {
    padding: 13px;
    border: 2px solid;       
    border-color: transparent transparent #506b8b #506b8b;
    border-radius: 100%;
    transition: all 1s;
}
.outercircle .circle {
    text-align: center;
    font-size: 40px;
    position: relative;
    border-radius: 100%;
    padding: 26px 20px;
    background: #f9722f;
    transition: all 1s;
    color: #fff;
}
.circleoutside:hover .outercircle .circle {
    transform: rotate(-270deg);
}
.circleoutside h3 {
    text-align: center;
    margin-top: 20px;
    margin-bottom: 0;
    color: #666;
    transition: all 1s;
    font-size: 17px;
}
.circleoutside h4 {
    text-align: center;
    margin-top: 10px;
    margin-bottom: 0;
    transition: all 1s;
}
.circleoutside h4 a {
    color: #666;
    transition: all 1s;
    font-size: 18px;
}
.google-map-area {
    width:100%;
    margin-top:30px;        
}
.contact-form-area {
    padding: 40px 0 35px;
    background-attachment: fixed;
    background-size: cover;
}
/************************************ blog *****************************************/
.blo h3 a {
    font-family: Signika;
    color:#000;
}
.blo p {
    font-size: 17px;
    text-align: justify;
}
.blo > a {
    padding: 10px 14px;
    background: #000;
    border-radius: 5px;
    text-decoration: none;
    color: #fff;
    display: inline-block;
    transition:all 0.5s;
}
.blo > a:hover {
    background: #f9a331;
}
.blogform {
    margin-bottom:15px;
}
.blogform h2 {
    margin-bottom: 15px;
    font-family: Signika;
}
.blogform input[type="text"],
.blogform input[type="email"],
.blogform textarea {
    margin-bottom:15px;
    width:100%;
    border:1px solid #000;
    padding: 10px;
}
.blogform input[type="submit"] {
    border:none;
    padding: 10px 25px;
    background: #000;
    border-radius: 5px;
    text-decoration: none;
    color: #fff;
    display: inline-block;
    transition: all 0.5s;
}
.blogform input[type="submit"]:hover {
    background: #f9a331;
}
#sent {
    position: absolute; 
    z-index: 9999999; 
    background: rgba(0,0,0,0.8); 
    width: 100%; 
    height: 100%; 
    text-align: center; 
    vertical-align: middle; 
    -webkit-animation: seconds 1.0s forwards; 
    -webkit-animation-iteration-count: 1; 
    -webkit-animation-delay: 5s; 
    animation: seconds 1.0s forwards; 
    animation-iteration-count: 1; 
    animation-delay: 5s; 
    padding-top:5rem;
}
#sent h2 {
    color:#fff;
    font-family: signika;
}
@-webkit-keyframes seconds {
    0% {opacity: 1;}
    100% {opacity: 0; left: -9999px; position: absolute;}
}
@keyframes seconds {
    0% {opacity: 1;}
    100% {opacity: 0; left: -9999px; position: absolute;}
}
/********************************************** media ************************************************************/
@media screen and (max-width:991px) {
    .navbar-light .navbar-toggler {        
        border-color:#fff;
        background:#fff;
    }
    header,.header-alt {
        background: #101e2a;
    }
    header ul li:hover .navsub {
        transform: none;
        position: relative;
        display:none;
    }
    .navsub {
        width: 100%;
        top: unset;
        background: none;        
        position: inherit;
        left: unset;        
        box-shadow: none;
        opacity: 1;        
        visibility: visible;
        overflow: auto;
        transform:none;
        display:none;
    }
    .navsub ul li a {
        color:#fff;
        padding: 0px 0;
        margin-bottom:5px;
    }
    .navsub ul li a:hover {
        color:#f9a331;
    }
    .shubham,
    header ul li:hover .navsub.shubham {
        display:block;
    }
    .navbar-light .navbar-nav .nav-link:focus {
        color:#fff;
    }
    .navsub ul li {
        border:none;
    }
    .navfot {
        display:none;
    }
    .navsub.sec,
    .navsub.third {
        left:inherit;
        width:inherit;
    }
    .cd-horizontal-timeline .events-content li .rightside,
    .cd-horizontal-timeline .events-content li .leftside {
        float:none;
        width:100%;
    }
    .cd-horizontal-timeline .events-content li.selected {
        padding:0 15px;
    }
    .cd-horizontal-timeline .events-content li .leftside h2 {
        font-size: 60px;
        line-height: 40px;
    }
    .cd-horizontal-timeline .events-content li .rightside {
        margin-top:20px;
    }
    .process-box {
        margin-bottom: 40px;
    }      
    .footerdiv ul {
        margin-bottom:0px;
    }
}
@media screen and (max-width:575px) {
    .about p,
    .carousel-caption h4,
    .techno p {
        text-align:justify;
    }
    .carousel-caption h2 {
        font-size:20px;
    }
    .carousel-caption {
        right: 10%;
        left: 10%;
    }
    .process-left::after {
        right: -1px;
    }
    .process-right::after {
        left: -5px;
    }
    .testim .cont div p {
        text-align:justify;
    }
    .footerdiv.sec .col-sm-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .about.clint p {
        text-align:center;
    }
}
@media screen and (max-width:767px) {
    .footerdiv.sec {
        margin:0px;
    }
    .footerdiv.last {
        margin-bottom:0px;
    }
    footer .col-sm-12.text-right,
    #google_translate_element {
        text-align:center!important;
    }
    .social {
        margin: 28px 0 14px;
    }
    .social ul {
        padding:0px;
    }
    .process-point-left,
    .process-point-right,
    .process-line-l {
        display:none;
    }  
}
@media screen and (min-width:768px) and (max-width:991px) {
    .footerdiv.sec {
        margin-left:15px;
    }
    .footerdiv.last p:last-child {
        text-align: inherit;
    }
    .process-point-left::before {
        height: 220px;
        left:0px;
        transform: rotate(0deg);
        top: 18px;
    }
    .process-point-left {
        bottom: 127px;
        right: -70px;
    }
    .process-point-right {
        bottom: 105px;
        left: -75px;
    }
    .process-point-right::before {
        left: 0px;
        top: 17px;
        height: 193px;
        transform: rotate(0deg);
    }
    .process-line-r,
    .process-line-l {
        display:none;
    }
    .social ul {
        padding-left:0px;
    }
    .social ul li a {
        font-size: 12px;
    }
}
@media screen and (min-width:991px) and (max-width:1200px ) {
    .process-point-right {
        bottom: 52px;
        left: -31px;
    }
    .process-point-right::before {
        height: 177px;
        transform: rotate(30deg);
        top: 4px;
    }
    .process-line-r {
        display:none;
    }
    .process-box .col-md-5 {
        padding-right:0px;
    }
    .process-box .col-md-7 {
        padding-left:0px;
    }
    .process-box .col-md-7 h5 {
        font-size:1.15rem;
    }
    .process-box p small {
        font-size:107%!important;
    }
}
@media screen and (min-width:1200px){
	.stats--overlay {
		background-color: rgba(0,114,246,.9);
		margin-top: -160px;
		position: relative;
		z-index: 2;
	}
}
@media screen and (max-width:1200px){
	.divTableCell, .divTableHead {
		min-width:250px;
	}
    .divTableBody {
        overflow: scroll;
        width: 100%;
        display: block;
    }
}