﻿
header {
    height: 97px;
    position: relative;
    top: 0;
    left: 0;
    background-color: #FFF;
    -webkit-transition: height 0.3s;
    -moz-transition: height 0.3s;
    -ms-transition: height 0.3s;
    -o-transition: height 0.3s;
    transition: height 0.3s;
    display: block;
    border-top: solid 3px #00112f;
	box-shadow: 1px 2px 5px rgba(0,0,0, .2);
}

#logo {
    background: url('../images/logo.png') bottom left no-repeat;
    min-height: 63px;
    width: 209px;
    margin-top: 10px;
    float: left;
    background-size: contain;
}

nav {
    height: 90px;
    width: 100%;
    font-size: 0.85em;
    position: relative;
}

    nav ul {
        padding: 0;
        margin: 0 auto;
        float: right;
    }

    nav li {
        display: inline-block;
        float: left;
        text-align: center;
        padding: 25px 5px 0px 5px;
    }

        nav li:hover {
            border-top: solid 1px #00112f;
        }

    nav .linkclass {
        color: #000;
        display: inline-block;
        margin-top: 5px;
        text-decoration: none;
        font-weight: 500;
        text-transform: capitalize;
        font-size: 14px;
        padding: 15px 10px 20px 10px;
        display: inline-block;
    }

        nav .linkclass:hover, nav .active linkclass, nav .linkclass:focus {
            color: #2b75f8;
        }

    nav li:last-child .linkclass {
        border-right: 0;
    }

    nav .linkclass#pull {
        display: none;
    }

.border-l {
    border-left: solid 1px #f7ecf0;
}

.border-r {
    border-right: solid 1px #f7ecf0;
}
.oppenned{display:block !important;}
.submenu {
    height: auto;
    top: 89px;
    margin-left:-50px;
    z-index:999999;
    position:absolute;
    display:none;
    border-bottom:solid 1px #efefef;
    border-left:solid 1px #efefef;
    border-right:solid 1px #efefef;
    border-top:solid 0px #efefef;
}
.accordion-toggle {cursor: pointer;                       
    padding: 5px 50px;
    font-weight:600;
    line-height: 25px;
    font-size: 14px;
    font-weight:400 !important;
    background: #ffffff;    
    box-shadow: 0px 0px 0px 1px rgba(155,155,155,0.3), 1px 0px 0px 0px rgba(255,255,255,0.9) inset, 0px 2px 2px rgba(0,0,0,0.1);
}

  .accordion-content {display: none;
    color: #FFF;
    line-height: 30px;
    font-size: 14px;   
    background-color:#00112f;
  }
   .accordion-content a{
    color: #FFF;   
  }
    .accordion-content a:hover{
    color: #bfbfbf;   
  }
   .accordion-content p{ border-bottom:dotted 1px #292c30; padding: 5px 20px;}
   .accordion-content.default {display: block;}
 
/*footer*/
.band {
    background-color: #00112f;
    padding: 13px 15px 10px 15px;
}

.oneliner1 {
    line-height: 30px;
    vertical-align: middle;
    font-weight: 200;
    font-size: 22px;
    color: #FFF;
    padding: 10px 0px;
    text-transform: uppercase;
}

.supprort {
    background: url(../images/bottom_bg1.jpg) top left no-repeat;
    background-size: cover;
    padding: 100px 60px;
    min-height: 500px;
}

.staycon {
    background: url(../images/bottom_bg2.jpg) top left no-repeat;
    background-size: cover;
    padding: 100px;
    min-height: 500px;
}

    .supprort .title, .staycon .title {
        font-size: 54px;
        font-weight: 200;
        text-transform: capitalize;
        color: #FFF;
        padding-bottom: 15px;
    }

    .supprort .subtitle, .staycon .subtitle {
        font-size: 24px;
        font-weight: 100;
        text-transform: capitalize;
        color: #FFF;
        padding-left: 8px;
        padding-bottom: 25px;
    }

    .supprort p, .staycon p {
        font-size: 14px;
        font-weight: 100;
        color: #FFF;
        padding-left: 8px;
        padding-bottom: 25px;
        line-height: 22px;
        width: 70%;
    }

    .staycon .text {
        background-color: transparent;
        border: solid 1px #FFF;
        border-radius: 25px;
        height: 35px;
        width: 320px;
        font-size: 12px;
        color: #FFF;
        padding-left: 15px;
    }

    .supprort button, .staycon button {
        background: #FFF;
        color: #494748;
        display: inline-block;
        font-size: 14px;
        padding: 8px 15px 8px;
        text-transform: capitalize;
        -moz-transition: 0.3s;
        -o-transition: 0.3s;
        -webkit-transition: 0.3s;
        transition: 0.3s;
        border: none;
        font-weight: normal;
        margin: 30px 0px 0px 0px;
        cursor: pointer;
        border: solid 1px #d1d1d1;
        border-radius: 25px;
    }

        .supprort button:hover, .staycon button:hover {
            background: #ea5415;
            color: #fff;
            border: solid 1px #ea5415;
        }

.footer_links_box {
    background: #00112f;
    color: #9ca3ab;
    padding-top: 30px;
    padding-bottom: 30px;
}

    .footer_links_box .company {
        font-size: 24px;
        font-weight: 400;
        padding-bottom: 12px;
    }

    .footer_links_box p {
        line-height: 20px;
        font-size: 14px;
    }

        .footer_links_box p a {
            padding-left: 7px;
            color: #9ca3ab;
            text-decoration: none;
        }

            .footer_links_box p a:hover {
                color: #FFF;
            }

    .footer_links_box .social a {
        font-size: 16px;
        color: #9ca3ab;
        text-decoration: none;
        line-height: 30px;
        display:inline-block;
    }

        .footer_links_box .social a:hover {
            color: #FFF;
        }

    .footer_links_box .social i {
        width: 35px;
        font-size: 20px;
    }

    .footer_links_box .rhr {
        border-right: solid 1px #3f4650;
    }
    
    .footer {
        background: #353e47;
        color: #9ca3ab;
        padding: 0px 0px;
    }
    
.fmanu {
    margin: 0 auto;
    float: left;
}

    .fmanu li {
        display: inline-block;
        float: left;
        text-align: center;
        padding: 0px 12px;
    }

        .fmanu li:first-child {
            padding: 0px 12px 0px 0px;
        }

    .fmanu .span {
        color: #FFF;
        display: inline-block;
        text-decoration: none;
        font-weight: 500;
        font-size: 0.9em;
        font-size: 14px;
        padding: 5px 15px 5px 15px;
        display: block;
    }

    .fmanu a {
        color: #fff;
        opacity:0.3;
        display: inline-block;
        text-decoration: none;
        font-weight: 500;
        font-size: 14px;
        padding: 5px 0px 5px 0px;
        display: table-cell;
        height: 50px;
        vertical-align: middle;

    }

        .fmanu a:hover {
              color: #FFF;
        opacity:0.6;
        }

    .fmanu .active a {
        color: #FFF;
        opacity:0.6;
    }

    .fmanu a:focus {
        color: #FFF !important;
        text-decoration: none;
        opacity:0.6;
    }

    .fmanu li:last-child a {
        border-right: 0;
    }

.copyrights {
    color: #fff;
        opacity:0.4;
    font-size: 12px;
    padding-top: 16px;
}

@media only screen and (max-width : 880px) {
    #logo {
        width: 100%;
    }

    nav {
        border-bottom: 0;
        background: #FFF;
        position: absolute;
        z-index:999;
    }

        nav ul {
            display: none;
            height: auto;
            padding-top: 1.8em;
            float: none;
            background: #FFF;
            height: auto;
        }

        nav li {
            width: 100%;
            text-align: center;
            border-bottom: dotted 1px #1d2125;
            border-right: 0px !important;
            padding: 0px !important;
        }

        nav a#pull {
            margin-top: 20px;
            display: block !important;
            width: 100%;
            position: absolute;
        }

            nav a#pull:after {
                content: "";
                background: url('../images/nav-icon.png') no-repeat;
                width: 20px;
                height: 20px;
                display: block;
                position: absolute;
                right: 10px;
                top: 10px;
            }
            .submenu {
    top: 0px;
    position:relative;
    min-width:320px;
    border:solid 1px #000;
    display:none;
    width:100%;
     margin-left:0px;
 
    border-bottom:solid 0px #efefef;
    border-left:solid 0px #efefef;
    border-right:solid 0px #efefef;
    border-top:solid 0px #efefef;
}
            .fmanu{float:none;}
            .fmanu a{display:block;}
            .fmanu li {
        display: block;
        float: none;
        text-align: center !important;
        padding: 0px 12px;
    }

}

@media only screen and (min-width : 0px) and (max-width : 480px) {

    
.supprort, .staycon{padding:20px; min-height:400px;}
.supprort button, .staycon button { margin-left:10px;}
.staycon .text  { margin-left:5px; width:90%;}
.supprort .title, .staycon .title { font-size:44px;}


.footer_links_box {text-align:center;}

    .footer_links_box .rhr {
        border-right: solid 0px #3f4650;
        border-bottom: solid 1px #3f4650;
        margin-bottom: 20px;
        padding-bottom: 20px;
    }
    .mobaddress .col-md-6 {
        margin-top: 10px;
    }
    .mobcompany {
        font-size: 20px !important;
    }
     .social {
        margin-top:20px;
        text-align:center !important;
        width: 100%;
    }
     .copyrights{text-align:center !important;}
}

@media only screen and (min-width : 481px) and (max-width : 768px) {
    .supprort, .staycon{padding:20px; min-height:400px;}
    .footer_links_box {text-align:center;}
    .footer_links_box p {width:100%;}
    .footer_links_box .rhr {
        border-right: solid 0px #3f4650;
        margin-bottom: 20px;
        padding-bottom: 20px;
    }
    .mobaddress {
        border-right: solid 0px #3f4650;
        border-bottom: solid 1px #3f4650;
        margin-bottom: 20px;
        padding-bottom: 20px;
        text-align:center;
    }
    .mobaddress {
        width: 100%;
    }
    .mobaddress .col-md-6 {
        width: 100% !important;
    }
    
    .social {
        text-align:center !important;
        width: 100%;
    }
    .copyrights{text-align:center !important;}
}
