body {
    font-family: 'Lato', sans-serif;
}

a {
    text-decoration: none;
}

.clearfix {
    clear: both;
}

.main-header {
    position: relative;
    -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.5);
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.5);
    z-index: 99;
}

.symbol {
    position: relative;
}

.symbol h2 {
    font-size: 40px;
}

.top {
    margin-bottom: 10px;
}

.symbol, .top-header {
    display: inline-block;
    vertical-align: -webkit-baseline-middle;
    vertical-align: -moz-middle-with-baseline;
    vertical-align: middle;
}

.phone {
    margin-left: 90px;
}

.phone, .email {
    display: inline-block;
}

.email {
    margin-left: 100px;
}

p.contact_title {
    font-weight: 700;
    padding-bottom: 0px;
}

.inner-header {
    width: 1170px;
    margin-left: auto;
    margin-right: auto;
}

.uppercase {
    text-transform: uppercase;
}

.social ul li {
    display: inline-block;
    padding-right: 5px;
}

.social {
    float: right;
    margin-right: 50px;
    padding-top: 10px;
}

.phone p {
    font-weight: 700;
    color: #9e1f25;
}

.email p {
    font-weight: 700;
    color: #9e1f25;
}

nav {
    text-align: center;
    background: #000;
    border-bottom: 4px solid #2196F3;
}

nav ul li {
    display: inline-block;
    padding: 10px 10px 20px;
}

nav ul li a {
    font-size: 17px;
    color: #fff;
    text-align: center;
    padding-right: 10px;
    border-right: 1px solid #EDEAEA;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 1px;
}

nav ul li a:hover {
    color: #cc0000;
}

nav ul li a.active {
    color: #cc0000;
}

nav ul li a.last_a {
    border-right: none;
}

.section-50 {
    padding-top: 50px;
    padding-bottom: 50px;
}

.section-20 {
    padding-top: 20px;
    padding-bottom: 20px;
}

.section-30 {
    padding-top: 30px;
    padding-bottom: 30px;
}

.wel {
    position: relative;
    margin: 20px;
}

.wel h1 {
    font-size: 40px;
    line-height: 100px;
}

.wel p {
    font-size: 25px;
    color: #00BCD4;
    line-height: 25px;
}

.shell p {
    text-align: justify;
    letter-spacing: 1px;
    font-size: 16px;
    color: #555555;
    line-height: 30px;
}

.wel h1 {
    text-align: center;
}

.cell-6 {
    width: 45%;
    float: left;
    margin-right: 50px;
}

.cell-6 p {
    text-align: justify;
    letter-spacing: 1px;
    font-size: 16px;
    color: #555555;
    line-height: 25px;
}

.banner-wrap {
    position: relative;
}

.banner-wrap img {
    width: 100%;
}

}

hr {
    background: #eee;
}

footer {
    background: #000;
}

footer p {
    color: #fff;
    padding: 20px;
    text-align: center;
}

.about {
    position: relative;
    margin: 20px;
}

.about-info {
    display: inline-block;
    width: 800px;
    vertical-align: middle;
}

.about-info h1 {
    font-size: 40px;
}

.about-info p {
    margin: 15px 0;
    line-height: 25px;
    font-size: 16px;
    text-align: justify;
}

.about-img {
    display: inline-block;
    float: right;
    margin-top: 20px;
    border: 1px solid #c6e3fc;
}

.about-img img {
    padding: 5px;
}

.faq {
    position: relative;
    margin: 20px;
}

.faq-info h1 {
    font-size: 40px;
}

.faq-info p.ques {
    font-weight: 700;
    font-size: 16px;
    letter-spacing: 1px;
    color: #cc0000;
    padding-top: 20px;
    text-align: justify;
}

.faq-info p.ans {
    font-size: 16px;
    letter-spacing: 1px;
    line-height: 25px;
    text-align: justify;
}

.container {
    width: 1170px;
    margin-left: auto;
    margin-right: auto;
}

.container1 {
    width: 1170px;
    margin-left: auto;
    margin-right: auto;
}

.contact {
    position: relative;
    margin: 10px 20px;
}

.contact-info {
    display: inline-block;
    vertical-align: middle;
}

.contact-info h1 {
    font-size: 35px;
    line-height: 70px;
}

.contact-info h3 {
    font-size: 20px;
    color: #03a9f5;
    line-height: 30px;
}

.contact-info p {
    color: #056abb;
}

p span {
    color: #9e1f25;
    font-weight: 700;
}

.blink {
    animation: blink 1s linear infinite;
    -webkit-animation: blink 1s linear infinite;
}

@keyframes blink {
    50% {
        opacity: 0;
    }
}

.enquiry {
    float: right;
    width: 50%;
    margin-bottom: 40px;
}

.enquiry-form h1 {
    font-size: 35px;
    line-height: 70px;
}

.from-group {
    padding-bottom: 15px;
}

input {
    padding: 10px 15px;
    width: 100%;
    border: 1px solid #EEFAFB;
    border-radius: 10px;
}

.btn {
    width: 40%;
    background: #03a9f5;
    color: #fff;
    border: none;
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 1px;
}

textarea {
    padding: 10px 15px;
    width: 100%;
    height: 150px;
    border: 1px solid #EEFAFB;
    border-radius: 10px;
}

.btn {
    width: 40%;
    background: #03a9f5;
    color: #fff;
    border: none;
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 1px;
}

.services {
    position: relative;
    margin: 0 20px;
}

.services h1 {
    font-size: 40px;
    line-height: 70px;
}

.services p {
    font-size: 20px;
    color: #00BCD4;
    line-height: 25px;
}

.services h1, .services p {
    text-align: center;
}

.packing {
    position: relative;
    margin: 20px;
}

.packing-img {
    display: inline-block;
    vertical-align: top;
    border: 1px solid #c6e3fc;
}

.packing-img img {
    padding: 5px;
}

.packing-info {
    display: inline-block;
    width: 60%;
    margin-left: 20px;
    margin-right: 20px;
}

.packing-info h3 {
    font-size: 20px;
    letter-spacing: 1px;
}

.packing-info p {
    padding: 20px 0;
    line-height: 25px;
    font-size: 16px;
    letter-spacing: 1px;
    text-align: justify;
}

.line {
    border-bottom: 4px solid #00BCD4;
    margin-top: 8px;
    width: 30%;
}

.line1 {
    border-bottom: 4px solid #00BCD4;
    margin-top: 8px;
    width: 35%;
}

.line3 {
    border-bottom: 4px solid #00BCD4;
    margin-top: 8px;
    width: 42%;
}

.underline {
    width: 90%;
    border-style: dotted;
    border-bottom-width: 3px;
    border-color: #D4CA5A;
    margin: 40px 0;
}

.read {
    color: #F44336;
}

.home-services h1 {
    font-size: 40px;
    line-height: 70px;
    text-align: center;
    border-bottom: 2px solid #E91E63;
}

.services1 {
    width: 33.33%;
    margin-left: auto;
    margin-right: auto;
    float: left;
    margin-bottom: 20px;
}

.services1 h2 {
    text-align: center;
    font-size: 16px;
    line-height: 40px;
    background: #03a9f5;
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 1px;
}

.services1-img {
    margin: 20px;
}

.services1-img img:hover {
    -webkit-filter: grayscale(70%);
    /* Safari 6.0 - 9.0 */
    filter: grayscale(70%);
}

.packing1 {
    position: relative;
    margin: 20px;
}

.packing1 h1 {
    font-size: 25px;
    letter-spacing: 1px;
    line-height: 55px;
    background: #000;
    color: #fff;
    text-align: center;
    margin-bottom: 40px;
    text-transform: uppercase;
    font-weight: 700;
}

.packing1 a {
    color: #cc0000;
}

.packing1 a:hover {
    color: #ffbc1b;
    text-decoration: underline;
}

.packing-img1 {
    display: inline-block;
    vertical-align: top;
    margin-top: 20px;
    border: 1px solid #c6e3fc;
}

.packing-img1 img {
    padding: 5px;
}

.packing-info1 {
    display: inline-block;
    width: 55%;
    margin-left: 20px;
    margin-right: 15px;
}

.packing-info1 h3 {
    font-size: 20px;
    letter-spacing: 1px;
}

.packing-info1 h2 {
    font-size: 30px;
    line-height: 30px;
    color: #00BCD4;
    text-transform: uppercase;
}

.packing-info1 p {
    padding: 20px 0;
    line-height: 25px;
    font-size: 16px;
    letter-spacing: 1px;
    text-align: justify;
}

.clients_details {
    width: calc(25% - 40px);
    display: inline-block;
    margin-left: 20px;
    margin-bottom: 40px;
}

.map {
    position: relative;
    margin: 20px;
}

.gallery h1 {
    font-size: 40px;
    line-height: 70px;
    text-align: center;
    border-bottom: 2px solid #E91E63;
    margin: 40px;
}

.network {
    text-align: center;
    border: 2px solid #000;
}

.network h1 {
    font-size: 25px;
    letter-spacing: 1px;
    line-height: 55px;
    background: #000;
    color: #fff;
    text-align: center;
    margin-bottom: 40px;
    text-transform: uppercase;
    font-weight: 700;
}

.packing_tip_details {
    width: 29.3%;
    float: left;
    text-align: center;
    margin-right: 2%;
    margin-bottom: 3%;
    margin-top: 1.3%;
}

.packing_tip_details h2 {
    color: #00BCD4;
    font-size: 1.1em;
    margin: 0.5em 0 0;
    text-transform: uppercase;
}

.packing_tip_details p {
    font-size: 16px;
    color: #777;
    line-height: 1.5em;
    width: 90%;
    margin-left: 13px;
}

.packing_tip_details a {
    color: #fff;
    font-size: 0.875em;
    text-transform: uppercase;
    padding: 1em 1.5em;
    border: 1px solid #00BCD4;
    display: inline-block;
    background: #00BCD4;
}

.packing_tip_details img {
    display: inline-block;
    padding: 5px;
}

.main{
    margin: 40px;
    text-align: center;
}
table {
    border: 1px solid gray;
    border-collapse: collapse;
    text-align: center;
}

td {
    border: 1px solid gray;
    padding: 2px;
    background-color: lightgray;
    font-weight: 600;
    border-color: black;
}

.t-border .head {
    font-weight: 700;
    background-color: #ffff;
    border-color: black;
    ;
}

.t-border .sub-head {
    background-color: #03a9f5;
}

.t-border .head{
    background-color: #03a9f5;
}

.main h{
 font-size: 25px;
 font-weight: 700;
    
}
.main .container{
padding-top: 20px;    
}

/*============ main_location_sec ==========*/
.main_location_sec{
    width: 100%;
    padding:30px 0px;
}
.main_location_sec .heading_sec{
    padding:10px 0;
}
.main_location_sec .heading_sec h4{
    text-align: center;
    text-transform:uppercase;
    font-weight: bold;
}
.main_location_sec ul{
    list-style-type: none;
}
.main_location_sec ul li a{
    color:#2196F3;
    text-decoration: none;
    font-weight: 500;
    padding:4px 0;
    display: block;
    background-color: #fff;
    margin-bottom: 5px;
    text-align: center;
    box-shadow: 0px 0px 6px lightgray;
    position: relative;

}
.main_location_sec ul li a::before{
    position: absolute;
    bottom: 0;
    right: 0;
    width: 10%;
    height: 1px;
    background-color: #2196F3;
    content: '';
    transition: all 1s;
}
.main_location_sec ul li a::after{
    position: absolute;
    top: 0;
    left: 0;
    width: 10%;
    height: 1px;
    background-color: #2196F3;
    content: '';
    transition: all 1s;
}
.main_location_sec ul li a:hover::before{
    width: 100%;
}
.main_location_sec ul li a:hover::after{
    width: 100%;
}


@media(max-width: 480px){
    .t-border {
        display: none;
    }
}