body {font-family: 'Roboto', sans-serif; color:#555;}
.signup-box {
    border-right: 4px solid #bf9531;
    border-bottom: 4px solid #bf9531;
    float: left;
    width: 100%;
    box-shadow: -2px 0px 10px 2px #ccc;
    margin:15px 0px;
}
.jgreen {
    color: #d2af51;
}

.jblue {
    color: #1337b9;
}

.jbtnrk {
    background: #1a4491;
    color: #fff;
    border-radius: 20px;
    width: 160px;
}

.jbtnrk:hover {
    background: #bf9531;
}

.jsignupfooter {
    background: #1337b9;
    color:#fff;
    font-weight:500;
    padding:12px 0px;
    text-align:center;

}

.nav > li > a:focus, .nav > li > a:hover {
    text-decoration: none;
    background-color: transparent;
}
.navbar-nav>li>a {color:#2e3092;}
.navbar-nav>li:hover>a	{color:#cc0000;}
.back {
    background: #1337b9;
}
.back p:nth-child(1) {color:#fff; float: left; margin: 12px 0; font-size: 24px;}
.back p:nth-child(2) {color:#fff; float:right; margin: 12px 0; font-size: 24px;}

section#service {
    min-height: 400px;
    padding-top: 40px;
    text-align: left;
    background: #c6c6c6;
}
.service {cursor: pointer; border-top: 1px solid #f5f5f5; border-right: 1px solid #f5f5f5; margin: 0; padding: 15px; text-align:center;
text-transform: none;}
.serviceblock {background: #fff; padding: 20px; margin-bottom: 30px;}
.overflowblock {overflow: hidden;}
.serviceblock > *:last-child {margin-bottom: 0;}
.service h3 {font-size: 16px; font-weight: 600;}
.service i {font-size: 2.6666em; color: #fff; width: 1.5em; height: 1.5em; line-height: 1.5em; display: block; margin-left: auto; margin-right: auto;}
.service:nth-child(4), .service:nth-child(8) {border-right:0px solid #fff;}
.service:nth-child(1), .service:nth-child(2), .service:nth-child(3), .service:nth-child(4) {border-top:0px solid #fff;}
.icon-back {
    background: #1337b9;
    -webkit-border-radius: 50% 50% 50% 50%;
    -moz-border-radius: 50% 50% 50% 50%;
    -ms-border-radius: 50% 50% 50% 50%;
    border-radius: 50% 50% 50% 50%;
    width: 2em;
    height: 2em;
    line-height: 2em;
    margin-bottom: 15px;
    -moz-transition: all 0.4s ease-in;
    -o-transition: all 0.4s ease-in;
    -webkit-transition: all 0.4s ease-in;
    -ms-transition: all 0.4s ease-in;
    transition: all 0.4s ease-in;
    overflow: hidden;
}
	
	
	.service:hover i {
    overflow: hidden; }
    .service:hover i:before {
      -webkit-animation: toTopFromBottom 0.35s forwards;
      -moz-animation: toTopFromBottom 0.35s forwards;
      animation: toTopFromBottom 0.35s forwards; }

#newservice {
    background: #1337b9;
    padding: 20px 0;
}
#newservice h3 {font-size: 36px;
    color: #fff;
    text-align: center;}
	#newservice p {    color: #fff;
    text-align: center;
    font-size: 20px;
    margin-top: 25px;
    font-weight: 900;}
	
#about {padding:20px 0; text-align: center;}
#about h3 {font-size: 32px; }
#about p {font-size: 16px; color:#777; font-family: 'Roboto', sans-serif;}

footer {
    background: #1337b9;
    color: #fff;
    padding: 20px 0;
}

footer p {margin: 0;
    font-size: 14px;
    text-align: center;}
	footer a {color:#fff;}
footer a:hover {color:#fff; text-decoration:none;}

ul.nav li a {font-size: 20px;
padding: 20px 10px;}

	nav.navbar {margin-bottom: 10px;
    margin-top: 10px;}
	
	.contact-text p {
    color: #555;
    font-size: 15px;
    font-weight: 300;
    padding-bottom: 8px;
    padding-left: 22px;}
	.contact-text p strong {
    position: absolute;
    left: 0px;
    font-size: 20px;
    color: #555;}
	.contact-text p a {color: #555;}
	.contact-text h4 {font-size: 30px; margin-bottom:15px;}
	.contact-text h5 {font-size: 20px;}
	
	.contact-form1 .btn-submit {
    background: #1337b9;
    color: #fff;
    border: 1px solid #2e3092;
    padding: 10px 20px;
    font-size: 16px;
    text-transform: uppercase;
    border-radius: 4px;
    letter-spacing: .5px;
    float: right;
}

.contact-form1 .btn-submit:hover {background: transparent;
color: #1337b9;}

#contact {    padding: 40px 0;}
.contact-form1 {    border: 1px solid #888;
    padding: 20px 30px;
    border-radius: 5px; float:right;
}

.contact-form1 h4 {    font-weight: 600;
    font-size: 24px;
    text-align: center;
    margin: 0 0 10px 0px;}
	
	.contact-form1 input.form-control {
    height: 45px;
    border-radius: 0px;
    box-shadow: none;
}
.navbar-brand>img {height:90px; margin-top: -12px;}
.navbar-brand {height:auto; padding:0;}
.navbar-nav {margin-top: 10px;}

.topnavrk {
    overflow: hidden;
    padding: 0.3rem 30px;
    color: #fff;
}

    .topnavrk a {
        float: left;
        display: block;
        color: #fff;
        text-align: center;
        padding: 8px 14px;
        text-decoration: none;
        font-size: 14px;
        font-weight: bold;
        position: relative;
       
    }

    .topnavrk a {
        display: inline-block;
        position: relative;
    }

        .topnavrk a::after {
            content: '';
            position: absolute;
            width: 100%;
            transform: scaleX(0);
            height: 2px;
            bottom: 0;
            left: 0;
            background-color: #0087ca;
            transform-origin: bottom right;
            transition: transform 0.25s ease-out;
        }

.topnavrk a:hover::after {
    transform: scaleX(1);
    transform-origin: bottom left;
}

.shimmer {
    
    font-weight: bold;
    font-size: 3em;
    margin: 0 auto;
    padding: 0 140px 0 0;
    display: inline;
    margin-bottom: 0;
    position:absolute;
    top:50px;
    left:100px;

}


.shimmer {
    text-align: center;
    color: rgba(255, 255, 255, 0.1);
    background: -webkit-gradient(linear, left top, right top, from(#000), to(#000), color-stop(0.6, #fff));
    background: -moz-gradient(linear, left top, right top, from(#000), to(#000), color-stop(0.6, #fff));
    background: gradient(linear, left top, right top, from(#000), to(#000), color-stop(0.6, #fff));
    -webkit-background-size: 125px 100%;
    -moz-background-size: 125px 100%;
    background-size: 125px 100%;
    -webkit-background-clip: text;
    -moz-background-clip: text;
    background-clip: text;
    -webkit-animation-name: shimmer;
    -moz-animation-name: shimmer;
    animation-name: shimmer;
    -webkit-animation-duration: 2s;
    -moz-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    background-repeat: no-repeat;
    background-position: 0 0;
    background-color: #222;
}

@-moz-keyframes shimmer {
    0% {
        background-position: top left;
    }

    100% {
        background-position: top right;
    }
}

@-webkit-keyframes shimmer {
    0% {
        background-position: top left;
    }

    100% {
        background-position: top right;
    }
}

@-o-keyframes shimmer {
    0% {
        background-position: top left;
    }

    100% {
        background-position: top right;
    }
}

@keyframes shimmer {
    0% {
        background-position: top left;
    }

    100% {
        background-position: top right;
    }
}


.activerk {
    color: #F34F4F;
}

.topnavrk .icon {
    display: none;
}

.wrapperbox {
    
    position: relative;
}

.service-cardsml {
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 24px;
    padding: 20px 20px 0px 20px;
    margin-bottom: 10px;
    min-height: 180px;
    box-shadow: -2px 2px 10px 0px #ccc;
}


.service-cardsmlblue {
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease;
    background: #0C2771;
    border: 1px solid #ddd;
    border-radius: 24px;
    padding: 20px 20px 0px 20px;
    margin-bottom: 10px;
    min-height:206px;
    box-shadow: -2px 2px 10px 0px #ccc;
   cursor:pointer;
    position:absolute;
    top:0px;
    width:88%;
}




.wrapperbox:hover .service-cardsmlblue {
    opacity: 1;
    visibility: visible;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
    cursor: pointer;
}





.knowmore {
    font-size: 13px;
    color: #0c2771;
    font-weight: 500;
}

.jiconbgimgf {
    background: url('../img/jicon/jflighticon.png');
    height: 80px;
    width: 80px;
    display: inline-block;
    background-size: 85%;
    background-repeat: no-repeat;
    background-position: center;
}



.jiconbgimgt {
    background: url('../img/jicon/jbus.png');
    height: 80px;
    width: 80px;
    display: inline-block;
    background-size: 85%;
    background-repeat: no-repeat;
    background-position: center;
}

.jiconbgimgh {
    background: url('../img/jicon/jhotel.png');
    height: 80px;
    width: 80px;
    display: inline-block;
    background-size: 85%;
    background-repeat: no-repeat;
    background-position: center;
}

.jiconbgimgv {
    background: url('../img/jicon/jvisa.png');
    height: 80px;
    width: 80px;
    display: inline-block;
    background-size: 85%;
    background-repeat: no-repeat;
    background-position: center;
}


.topnavrk a:hover, .dropdownrk:hover .dropbtnrk {
    color: #d2af51;
}

.topnaviconj {
    color: #a3a3a3;
}

.dropdownrk-content a:hover {
    background-color: #F34F4F;
    color: #FFF;
}

/* Desktop hover behavior - only apply on desktop screens */
@media screen and (min-width: 601px) {
    .dropdownrk:hover .dropdownrk-content {
        display: block;
    }
}

@media screen and (max-width: 600px) {
    .topnavrk a:not(:first-child), .dropdownrk .dropbtnrk {
        display: none;
    }

    .topnavrk a.icon {
        float: right;
        display: block;
    }
}

@media screen and (max-width: 600px) {
    .topnavrk.responsiverk {
        position: relative;
    }

        .topnavrk.responsiverk .icon {
            position: absolute;
            right: 0;
            top: 0;
        }

        .topnavrk.responsiverk a {
            float: none;
            display: block;
            text-align: left;
        }

        .topnavrk.responsiverk .dropdownrk {
            float: none;
        }

        .topnavrk.responsiverk .dropdownrk-content {
            position: relative;
        }
}
.ulfoot {
    margin: 0px;
    padding: 0px;
}

    .ulfoot li {
        float: left;
        list-style: none;
        padding: 10px;
    }