/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Sep 27, 2016, 4:30:04 PM
    Author     : Shubham
*/
.button-85px {
    width: 85px;
    text-align: center;
    padding: 6px 0px !important;
}
#main_header {
    position: relative;
    height: 70px;
}
.header{
    -webkit-box-shadow: 0 6px 6px -6px #222;
    -moz-box-shadow: 0 6px 6px -6px #222;
    box-shadow: 0 6px 6px -6px #222;
    position: fixed;
    width: 100%;
    z-index: 2;
    background-color: white;
    max-width: 1540px;
}
.mainHeader,.header .fa-angle-down ::before {
    content: '\02C5';
    font-size: 13px;
    vertical-align: middle;
    color: gray;
}
.mainHeader,.header .middleSection {
    padding: 0;
}
.mainHeader,.header .rightSection {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.navigation-settings{    
    font-size:  20px;    
    cursor:pointer;
}

.navigationButtonContainer{

}

.headerLogo{
    float: left;
    margin-top: 10px;
    margin-left: 10px;
}

.optionNames{
    clear: both;
    margin-left: 2px;
}

.sidenav, .mobileHeader {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 999;
    top: 0;
    left: 0;
    background-color: #f5f5f5;
    overflow-x: hidden;
    transition: 0.5s;    
    padding-top: 10px;    
}

.mobileHeader{
    right: 0;
    left:auto;    
}

.sidenav li a, .mobileHeader li a{
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 13px;
    color: black;
    display: block;
    transition: 0.3s;
    font-weight: 600;
    border-left: 3px solid #f2f2f2;    
}

.mobileHeader li a{
    border-left: 0;
    background: inherit;
}

.sidenav li a:hover, .offcanvas li a:focus{
    background: white;
    border-left: 3px solid #30a8f4;
}

.mobileHeader li a:hover{
    border-left: 0;    
}

.sidenav .closebtn, .mobileHeader .closebtn {    
    font-size: 30px;
    cursor: pointer;
    float: right;
    margin-right: 10px;
}

@media screen and (max-height: 450px) {
    .sidenav a {font-size: 16px;}   
    .mainHeader .rightSection {
        width: 100%;
    }
}
.amcat_logo{
    display:inline-block;
}
.border-button{
    background: none;
    border: 1px solid #4C4C4C;
    border-radius: 4px;
    padding: 6px 16px 6px 16px !important;
    text-transform: uppercase;
    font-size: 11px;
    font-weight: 500;
    color: #4C4C4C;
    margin-right: 12px;
}
.border-button:hover{
    background: #4C4C4C;
    border: 1px solid #4C4C4C;
    border-radius: 4px;
    padding: 6px 16px 6px 16px;
    text-transform: uppercase;
    font-weight: 500;
    color: white;
    margin-right: 12px;
}
.buttonHolder{
    padding: 19px 15px;
    float: right;
    vertical-align: middle;
    display: inline-flex;
}

#myBtn{
    margin-right: 0;    
}

@media only screen and (max-width : 500px) {
    #main_header {
        position: relative;
        height: auto;
    }
    .header {
        position: relative;
    }
    .leftSection {
        text-align: center;
    }
}

@media only screen and (min-width : 300px) {
    .amcat_logo{
        text-align: center !important;
    }
    .mobileHeaderButton{
        display: inline-block;
        padding: 0;
        float: right;
        width: auto;               
    }
}

ul {
    list-style-type: none;
    margin: 0;
    padding: 0;  
}

.options-holder ul {


}

.options-holder ul li {
    float: left;
}

.options-holder ul li a, .dropbtn {
    display: block;
    color: #2b2b2b;
    padding: 14px 14px;
    text-decoration: none;
    font-weight: 100;
}

.dropdown:hover .dropbtn {
    background-color: #f1f1f1;
}

.headerDropDown:after{
    content: url('https://d13dtqinv406lk.cloudfront.net/laravel-images/homePage/previous.svg');
    width: 7px;
    transform: rotate(-90deg);
    display: inline-block;
    margin-left: 10px;
}
.options-holder ul li a:hover{

    background-color: #eaeaea;
}

.options-holder ul  li.dropdown {
    display: inline-block;
}

.options-holder ul li .dropdown-content {
    display: none;
    position: absolute;
    background-color: #f2f2f2;
    min-width: 200px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    font-weight:500;
    z-index: 1;
}

.options-holder ul li .dropdown-content a {
    color: #6b6b6b;
    padding: 12px 14px;
    text-decoration: none;
    display: block;
    text-align: left;
}

.dropdown:hover .dropdown-content {
    display: block;
}
.options-holder{
    display: table;
    margin: 10px auto;
    font-size: 14px;

    font-weight: 600;
}
/* The Modal (background) */
.modal {
    display: none; 
    position: fixed; 
    z-index: 1; 
    padding-top: 60px; 
    left: 0;
    top: 0;
    width: 100%; 
    height: 100%;
    overflow: auto;
    background-color: rgb(0,0,0); 
    background-color: rgba(0,0,0,0.4);
}
.modalCallUs {
    display: none; 
    position: fixed; 
    z-index: 1; 
    padding-top: 60px; 
    left: 0;
    top: 0;
    width: 100%; 
    height: 100%;
    overflow: auto;
    background-color: rgb(0,0,0); 
    background-color: rgba(0,0,0,0.4);
}


.modal-content {
    background-color: #fefefe;
    margin: auto;
    border: 1px solid #888;
    width: 55%;
}

/* lR */
.close{
    color: #aaaaaa;
    float: right;
    font-size: 27px;
    font-weight: 300;
    margin: 10px;
}

#myModal .close{
    font-size: 25px;
    font-weight: 300;
    margin: 7px 10px 10px;
    opacity: 1;    
}

.closeCallUs{
    color: #aaaaaa;
    float: right;
    font-size: 27px;
    font-weight: 300;
    margin: 0px 10px 10px 10px;
}

.close:hover, .closeCallUs:hover,
.close:focus , .closeCallUs:focus{
    color: #000;
    text-decoration: none;
    cursor: pointer;
}
