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: rgb(27,172,88);
}

.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.625rem 30px;
    color: #fff;
}

    .topnavrk a {
        float: left;
        display: block;
        color: #fff;
        text-align: center;
        padding: 14px 16px;
        text-decoration: none;
        font-size: 15px;
        font-weight: bold;
    }

.activerk {
    color: #F34F4F;
}

.topnavrk .icon {
    display: none;
}



.topnavrk a:hover, .dropdownrk:hover .dropbtnrk {
    color: rgb(27,172,88);
}

.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;
    }