.firstheader {background:#779ad0; padding:15px 0 15px 0;}
.secondtheader {}
.secondtheader a {display:block; text-align:center; padding:10px; font-size:16px; color:#fff; background:#032f74; margin:14px 0 0 0; border-radius:10px; transition:all .5s ease-in-out; border-radius: 10px;}
.secondtheader a:hover {transition:all .5s ease-in-out; color:#073c68; background:#fff; text-decoration:none;}

.text {text-align:justify;}
.parallax {margin:30px 0 30px 0;}

.marginTop {margin: 10px 0 10px 0;}
.newulli {}
.newulli ul {}
.newulli ul li {line-height: 2;}

.cities {margin:0 0 30px 0;}
.cities ul {margin:0; padding:0;}
.cities ul li {display:inline-block;}
.footer-wrap-1 {
    background: url(../images/to-outline.png) bottom left no-repeat #363636;
    color: #bfbfbf;
    padding: 2em 0;
    margin-top: 2em;
}

footer { background-color:#0c1a1e; min-height:350px; font-family: 'Open Sans', sans-serif; }
.footerleft { margin-top:50px; padding:0 36px; }
.logofooter { margin-bottom:10px; font-size:25px; color:#fff; font-weight:700;}

.footerleft p {color:#fff; font-size:14px !important; font-family: 'Open Sans', sans-serif; margin-bottom:15px;}
.footerleft p i {width:20px; color:#999;}


.paddingtop-bottom {  margin-top:50px;}
.footer-ul { list-style-type:none;  padding-left:0px; margin-left:2px;}
.footer-ul li { line-height:29px; font-size:12px;}
.footer-ul li a { color:#a0a3a4; transition: color 0.2s linear 0s, background 0.2s linear 0s; }
.footer-ul i { margin-right:10px;}
.footer-ul li a:hover {transition: color 0.2s linear 0s, background 0.2s linear 0s; color:#ff670f; }

.social:hover {
     -webkit-transform: scale(1.1);
     -moz-transform: scale(1.1);
     -o-transform: scale(1.1);
 }
 
.mainfooter {}
.mainfooter a, .copyright a {color:#fff;}
 
 .icon-ul { list-style-type:none !important; margin:0px; padding:0px;}
 .icon-ul li { line-height:75px; width:100%; float:left;}
 .icon { float:left; margin-right:5px;}
 
 
 .copyright { min-height:40px; background-color:#000000;}
 .copyright p { text-align:center; color:#FFF; padding:10px 0; margin-bottom:0px;}
 .heading7 { font-size:21px; font-weight:700; color:#d9d6d6; margin-bottom:22px;}
 .post p { font-size:12px; color:#FFF; line-height:20px;}
 .post p span { display:block; color:#8f8f8f;}
 .bottom_ul { list-style-type:none; float:right; margin-bottom:0px;}
 .bottom_ul li { float:left; line-height:40px;}
 .bottom_ul li:after { content:"/"; color:#FFF; margin-right:8px; margin-left:8px;}
 .bottom_ul li a { color:#FFF;  font-size:12px;}

.container h3 {color:#37609f; font-size:20px; font-weight:bold;}
.container strong, .container strong a {color:#37609f; font-weight:bold;}




.rTable {margin:20px 0 0 0;}
.rTable {display:table; width:100%;} 
.rTableRow {display:table-row;} 
.rTableHeading {display:table-header-group; background-color:#ddd;} 
.rTableCell, .rTableHead {display:table-cell; padding:13px 10px; border:1px solid #999999;} 
.rTableHeading {display:table-header-group; background-color:#ddd; font-weight:bold;} 
.rTableFoot {display:table-footer-group; font-weight:bold; background-color:#ddd;} 
.rTableBody {display:table-row-group;}
.rTable input {width:70%; height:40px; background:#fff; border:0; padding:0 10px; border:1px solid #c4bfbf;}
.rTable select {width:90px; height:40px; background:#fff; border:0; padding:0 10px; border:1px solid #c4bfbf;}
.rTable textarea {width:80%; height:80px; background:#fff; border:0; padding:0 10px; border:1px solid #c4bfbf; resize:none;}
.rTable input[type=submit] {background:#779ad0; border:0; color: #fff; border-radius: 5px;}

.accordion-wrapper input {
    position: absolute;
    opacity: 0;
    z-index: -1;
}

.accordion-wrapper {
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 4px 4px -2px rgba(0, 0, 0, 0.5); 
    margin:0 auto;
}
.accordion {
    width: 100%;
    color: white;
    overflow: hidden;
    margin-bottom: 16px;
}
.accordion:last-child{
    margin-bottom: 0;
}
.accordion-label {
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    padding: 16px;
    background: rgba(4,57,94,.8);
    font-weight: bold;
    cursor: pointer;
    font-size: 20px;
}
.accordion-label:hover {
    background: rgba(4,57,94,1);
}
.accordion-label::after {
    content: "\276F";
    width: 16px;
    height: 16px;
    text-align: center;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.accordion-content {
    max-height: 0;
    padding: 0 16px;
    color: rgba(4,57,94,1);
    background: white;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.accordion-content p{
    margin: 0;
    color: rgba(4,57,94,.7);
    font-size: 18px;
}
input:checked + .accordion-label {
    background: rgba(4,57,94,1);
}
input:checked + .accordion-label::after {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}
input:checked ~ .accordion-content {
    max-height: 100vh;
    padding: 16px;
}


 /* ===============                      ===============
                   Phones and Handhelds
   ===============                      =============== */
@media only screen and (max-width: 599px) {
.carousel-caption {display:none;}
.text {text-align:left;}
	
.rTable {margin:20px 0 0 -28px !important;}
}

/* ===============                      ===============
                         Tablets
   ===============                      =============== */
@media only screen and (max-width: 990px) and (min-width: 600px) {
.carousel-caption {display:none;}
	
.rTable {margin:20px 0 0 -28px !important;}
}

/* ===============                      ===============
                         Laptops
   ===============                      =============== */
@media only screen and (max-width: 1125px) and (min-width: 1000px) { 

}