body, html {
    
  height: auto;
  margin: 0 auto;
  scroll-behavior: smooth;
  font-family: Century Gothic,CenturyGothic,AppleGothic,sans-serif;
   
}



@font-face {
  font-family: 'Montserrat';
}

.section1 {
    
    padding: 0 0 0 3em;
    
}

section {
    
    clear: both;
    width: 94%;
    margin: 0 auto;
    padding: 0 3%;
    text-align: center;
    margin: 0 auto;
}

.header {
    
    height: 7em;
    width: 95%;
    display: inline-block;
    margin: 0 2.5%;
    background-color: none;
    padding: 1em 0 0 0;
   
        
}

.logo {
    
    text-align: center;
    width: 100%;
    
}

.logo img {
    
    width: 12em;
    text-align: center;
}

/* -------* Navbar *------*/ 

ul {
        
    list-style-type: none;
    margin: 0 auto;
     

}

li {
    
    display: inline;
    padding: 0 .2em;
    width: 4em;
    text-align: center;
    font-size: 16px;

}

li a {
    
    text-decoration: none;
    color: dimgrey;
    padding: 0 0.5em;
    font-size: 16px;

}

li a:hover {
    
    font-weight: bold;
    text-decoration: none;
    padding: 0 0.5em;
  
}

.navbar {
    
    display: inline-block;
    clear: both;    
    height: 1em;
    font-size: 20px;
    width: 100%;
    padding: 1em 0;
    font-family: Century Gothic,CenturyGothic,AppleGothic,sans-serif;
    text-align: center;
    
}

.smedia {
    
    padding: 0 0 .5em 0;
    float: right;
   
}

    .navbar ul {
        
        padding: 0 0 0 0;
    }

    .navbar li {
        
        width: 2em;
        padding: 0;
       
    }

    .navbar img {
        transition: all .2s ease-in-out;
        width: 19px;
        height: auto;
    }

        .navbar img:hover {
            transform: scale(1.2);
        }

#current {
    
    background-color: #6791A2;
    color: white;
    font-weight: bolder;
    
}

/* -------* HEader 2 *------*/ 

#header2 {
    
    height: auto;
    display: block;
    padding: 0;
    background: white;
    color: red;
    position: fixed;
    width: 100%; 
    z-index: 10;
    top: -150px;
    transition: all .2s ease-in-out;
    border-bottom: 1px solid #6791A2;
}

.logo_s {
    
    float: left;
    width: 7em;
    padding: 1em 0 1em 3em;
}

.navb {
    
    float: right;
    margin: 0 auto;
    display: block;
    padding: 0 1em 0 0;
    text-align: center;
    clear: right;

}

.navb ul {
      
    width: 100%;
    float: none;
    display: block;
    margin: 0 auto;
    padding: 0;
    font-family: Century Gothic,CenturyGothic,AppleGothic,sans-serif;
    text-align: center;
}

.navb li {
  
  width: auto;
  margin: 0 auto;
  padding: .5em 1em;
  float: left;
    font-size: 16px;
    text-align: center;
    
    
    
}

.navb a {
    
    
}

.navb li a {
    
  text-decoration: none;
  padding: 0;
  display: block;
  color: gray;
  text-align: center;
  font-size: 14px;
}

.navb li a:hover {
    
  text-decoration: none;
  padding: 0;
  display: block;
  color: gray;
  text-align: center;
  font-size: 14px;
    
}

.smedia_s {
    
    padding: 1em 0 .5em 0;
    float: right;
    
}

    .smedia_s ul {
        
        padding: 0 0 0 0;
    }

    .smedia_s li {
        
        width: 2em;
        padding: 0;
       
    }

    .smedia_s img {
        
       transition: all .2s ease-in-out;
        width: 19px;
        height: auto;
    }

        .smedia_s img:hover {
            transform: scale(1.2);
        }



/* -------* banner *------*/ 

.banner {
    
    border-top: 3px solid #6791A2;
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding: 0;
    display: block;
    background-image: url(../img/img_Header.png);
    clear: both;
    background-size:cover

}

.overlay {
    
    width: 70%;
    padding: 0 15%;
    height: 18em;
    color: white;
    float: left;
    
}

.overlay a{
       
    text-decoration: none;
    color: white;
    
    
}

.overlaybottom {
    
     background-color: #6791A2;
     float: none;
    height: 4em;
    width: 100%;
    clear: both;
    display: inline-block;
}

.overlaybannerleft {
    float: left;
    color: white;
    width: 50%;
    padding: 0 0 0 0;
    
}

.overlaybannermid {
    text-align: center;
    color: white;
    width: 95%;
    padding: 0 2.5%;
    height: 4em;
    clear: both;
    display: block;
    line-height: 4em;
    
}

.overlaybannerleft a{
    
    text-decoration: none;
    color: white;
    
}

.button {
  
  border-radius: 4px;
  background-color: #CC3219;
  border: none;
  color: #FFFFFF;
  text-align: center;
  font-size: 15px;
  padding: 8px;
  width: auto;
  transition: all 0.5s;
  cursor: pointer;
  margin: 5px;
}

.button span {
  cursor: pointer;
  display: inline-block;
  position: relative;
  transition: 0.5s;
}

.button span:after {
  content: '\00bb';
  position: absolute;
  opacity: 0;
  top: 0;
  right: -20px;
  transition: 0.5s;
}

.button:hover span {
  padding-right: 25px;
}

.button:hover span:after {
  opacity: 1;
  right: 0;
}

.overlaybannerright {
    
    float: right;
    height: 4em;
    width: 24em;
    background-color: white;
    
}

.overlaybannerright img {
    
    width: 14em;
    padding: 0.5em 0.5em 0.5em 1em;
} 

h3 { 
    padding: 2em 0 0 0;
    font-family: "Century Gothic"; 
    font-size: 16px; 
    font-style: normal; 
    font-variant: normal; 
    font-weight: 100; 
    line-height: 2em;
     
}

h4 { 
    
    padding: 0 0 0 0;
    font-family: "Century Gothic"; 
    font-size: 14px; 
    font-style: normal; 
    font-variant: normal; 
    font-weight: 100; 
     

}

h6 { 
 
    font-family: 'Norican', cursive; 
    font-size: 40px;
    font-weight: lighter;
    margin: 2em 0 0 0;
     
}

h7 { 
 
    font-family: 'Norican', cursive; 
    font-size: 40px;
    font-weight: lighter;
    color: #3D3D3D;
     
}

h10 { 
 
    font-family: 'Norican', cursive; 
    font-size: 35px;
    font-weight: lighter;
    margin: 2em 0 0 0;
     
}

h11 { 
 
    font-family: 'Norican', cursive; 
    font-size: 30px;
    font-weight: lighter;
    margin: 0 0 0 0;
     
}

/* -------* content *------*/ 


.about {
    
    clear: both;
    height: auto;
    width: 100%;
    display: block;
    text-align: center;
    padding: 0 0 1em 0;
    font-size: 14px;
    
}

.aboutleft {
    
    float: left;
    height: auto;
    width: 45%;
    padding: 0 2.5%;
    
}

.aboutleft p{
    
    text-align: justify;
}

.aboutright {
    
    float: left;
    height: auto;
    width: 45%;
    padding: 0 2.5%;
}

.aboutright a {
    
    text-decoration: none;
    color: white;
    padding: 0 0.5em;
    font-size: 14px;
}

.aboutright a:hover {
    
    text-decoration: none;
    color: dodgerblue;
    padding: 0 0.5em;
    font-size: 14.3px;
    transition: 0.4s ease-in-out;
}

.aboutright p{
    
    text-align: justify;
    
}

.aboutright a:hover{
    
    
}

/* -------* Break *------*/ 

.midsection {
    
    clear: both;
    height: auto;
    width: 100%;
    display: inline-block;
    background-image: url(../img/img_break.jpg);
    border-bottom: 5px solid #6791A2;
    border-top: 5px solid #6791A2;
}

.midsectiontext {
    
    float: left;
    text-align: center;
    width: 60%;
    margin: 2em 20%;  
    background-color: none;
    
}

.midsectiontext h7{
    
    color: white;
}

.midsectiontext h2{
    
    font-size: 15px;
    color: white;
}

/* -------* statement *------*/ 

.state {
    
    background-color: #F4F4F4;
    display: inline-block;
    width: 95%;
    height: auto;
    text-align: justify;
    padding: 1em 2.5% 2em 2.5%;
    
}

#statemore {
    
    
    display: none;
    background-color: #F4F4F4;
   text-align: justify;
    width: 100%;
    height: auto;
    padding: 1em 0 0 0;
}

#statemore p{
    
    font-size: 12px;
}

.a_class {
    
    text-decoration: none;
    color: white;
    
}

#p_class {
    
    display: none;
    background-color: white;
    padding: 1em 4em 1em 4em;
    color: #313131;
    text-align: justify;
       
}



/* -------* Contact Us *------*/ 

.contact {
    
    clear: both;
    display: inline-block;
    text-align: center;
    width: 100%;
    font-size: 14px;
    background-color: #F4F4F4;
    
    
}

.contactleft {
    
    width: 45%;
    float: left;
    padding: 0 2.5%;
    
    
}

.contactright {
    
    margin: 0;
    width: 45%;
    float: left;
    padding: 0 2.5%;
    
}

.contactright a {
    
    text-decoration: none;
    color: #6791A2;
    padding: 0 0.5em;
    font-size: 14px;
}

.contactright a:hover {
    
    text-decoration: none;
    color: dodgerblue;
    padding: 0 0.5em;
    font-size: 14.3px;
    transition: 0.4s ease-in-out;
}

.contactbtm {
    
    width: 100%;
    clear: both;
    padding: 0 0;
    
}


.map-responsive{

    overflow:hidden;

    padding-bottom:30%;

    position:relative;

    height:0;

}

.map-responsive iframe{

    left:0;

    top:0;

    height:100%;

    width:100%;
    margin: 0;

    position:absolute;

}

#contactForm {
    
    padding: 1em 0;
}

::placeholder {
  color: darkgrey;
  opacity: 1; /* Firefox */
}

.inputstyle {
    width: 95%;
    margin: 0 auto;
}

input[type=text] {
    float: left;
    border: none;
    background-color: #E5E5E5;
    height: 2em;
    width: 100%;
    margin: 1.5% 1%;
    color: black;
}

input[type=email] {
    float: left;
    border: none;
    background-color: #E5E5E5;
    height: 2em;
    width: 100%;
    margin: 1.5% 1%;
    color: black;
}

input[type=tel] {
    float: left;
    border: none;
    background-color: #E5E5E5;
    height: 2em;
    width: 100%;
    margin: 1.5% 1%;
    color: black;
}

textarea {
    
   float: left;s
    border: none;
    background-color: #E5E5E5;
    height: 6em;
    width: 100%;
    margin: 3% 1%;
    color: black;
    
}

textarea:focus {
    
    border-color: 2px solid white;
    transition: 0.4s ease-in-out;
    background-color: rgba(225,225,225,.3);
    
}

input[type=submit] {
    
    display: inline-block;
    height: 2em;
    line-height: 2em;
    color: white;
    width: 20%;
    padding: 0;
    margin: 0 0 0 80%;
    background: #CC3219;
    border: 0 none;
    cursor: pointer;
    text-decoration: none;
    border-radius: 4px;
    
}

input[type=submit]:hover {
    
    background-color: orange;
    font-size: 14px;
    transition: 0.4s ease-in-out;
    height: 2em;
    line-height: 1em;
    width: 20%;
    padding: 0;
    margin: 0 0 0 80%;
    
}

/* -------* Footer *------*/

.footer {
    
    display: inline-block;
    clear: both;
    height: auto;
    width: 100%;
    background-color: #404041;
    border-top: 1em solid #6791A2;
    text-align: center;
     position: inherit;
    bottom: 0;
    left: 0;
    
}

.fleft {
    
    float: left;
    width: 33%;
    padding: 1em 0;
}

.fmid {
    
    float: left;
    width: 33%;
    padding: 1em 0;
    
}

.fmid img{
    
    width: 10em;
}

.fright {
    
    float: left;
    width: 33%;
    padding: 1em 0;
    
}

.fright p{
    
    padding: 0;
    margin: 0;
    color: white;
    font-size: 14px;
    
}

.end {
    
    background-color:  #232323;
    clear: both;
    display: inline-block;
    width: 100%;
    text-align: center;
    color: white;
    font-size: 12px;
    text-align: center;
}

.end img{
    
    width: 4em;
    vertical-align: middle;
}

h8 { 
 
    font-family: 'Norican', cursive; 
    font-size: 1em;
    font-weight: lighter;
    color: white;
     
}


#btmnav {
    
    color: white;
   
}

#btmnav li {
    
    display: list-item;
    width: 100%;
    padding: 0;
    margin: 0 auto;
    text-align: center;
    
}


#btmnav ul {
    
    padding: 0.5em 0 0 0;
    
    
}

#btmnav li a {
    
    width: 100%;
    text-decoration: none;
    color: white;
    padding: 0 0.5em;
    font-size: 14px;

}

#btmnav li a:hover {
    
    font-weight: bold;
    text-decoration: none;
    padding: 0 0.5em;
    transition: 0.4s ease-in-out;
  
}

.blogmain {
    
    background-color: #F4F4F4;
}

.blogpack {
    
    
    display: inline-block;
    width: 100%;
    
}

.blogpack a{
    
    text-decoration: none;
    color: blue;
    text-align: center;
}

.blogpack a:hover{
    
    text-decoration: none;
    color: blue;
    font-weight: bold;
}


.blogblockm {
        
    float: left;
    width: 31%;
    padding: 0 1.1%;
    
}

.blogblockmimg {
    
    background-color: red;
    
    
}

.blogblockmtext {
    
    text-align: justify;
    
}

#blogsec {
    
    padding: 1em 0;
}

.navtrail {
    
    width: 100%;
    clear: both;
}

.navtrail a:hover{
    
     text-decoration: none;
    
}

.navtrail a:hover{
    
    font-weight: bold;
   
    
}

/*===========================Complaints Page==========================*/

.comp {
    
    width: 100%;
    height: auto;
    display: inline-block;
    padding: 2em 0;
    background-color: #F4F4F4;
    
}
.comp a{

text-decoration: none;
    
}

.comp a:hover{

font-size: 14px;
    transition: all .2s ease-in-out;
    
}

.comp a:visited{

font-size: 14px;
    
}

.comp h7{
    
    float: left;
    width: 100%;
    padding: 0 0 1em 0;
}

.compselector {
    
    float: left;
    width: 20%;
    line-height: 1em;
    text-align: left;
    
}

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

}

.compselector li {
    
    display: inline;
    float: right;
    padding: .5em 0;
    margin: .1em 0;
    text-align: center;
    width: 100%;
    background-color: gainsboro;

}

.compselector li a {
    
    text-decoration: none;
    color: dimgrey;
    padding: 0 0.5em;
    font-size: 14px;

}

.compselector li a:hover {
    
    font-weight: bold;
    text-decoration: none;
    padding: 0 0.5em;
  
}

#compdisplay {
    
    display: none;
    float: left;
    width: 70%;
    padding: 0 3% 0 7%;
    text-align: justify;
    font-size: 16px;
}

#appealdisplay {
    
    display: none;
    float: left;
    width: 70%;
    padding: 0 3% 0 7%;
    text-align: justify;
    font-size: 16px;
}

h9 { 
 
    font-family: 'Norican', cursive; 
    font-size: 2em;
    font-weight: lighter;
    color: #6791A2;
     
}

.compa_class  {
    
    text-decoration: none;
    color: white;
    
}

.appa_class  {
    
    text-decoration: none;
    color: white;
    
}

.aleft_class  {
    
    text-decoration: none;
    color: white;
    
    
}

.aright_class  {
    
    text-decoration: none;
    color: white;
    
}

/*===========================about selector==========================*/

.mppselector {
    
    float: left;
    width: 100%;
    background-color: none;
    text-align: left;
    
}

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

}

.mppselector li {
    
    display: inline;
    float: left;
    padding: .5em 0;
    text-align: l;
    width: 50%;

}

.mppselector li a {
    
    text-decoration: none;
    font-family: 'Norican', cursive; 
    font-size: 40px; 
    font-weight: lighter;
    color: #3D3D3D;
        
}

#active {
    
    background-color: darkgrey;
}

.mppselector li a:hover {
    
    font-weight: bold;
    text-decoration: none;
    padding: 0 0.5em;
  
}

#leftdisplay {
    
    display: inline-block;
    float: left;
    width: 100%;
    padding: 0 0 2em 0;
    text-align: justify;
    font-size: 16px;
}

#rightdisplay {
    
    display: none;
    display: none;
    float: left;
    width: 100%;
    padding: 0 0 2em 0;
    text-align: justify;
    font-size: 16px;
}

#rightdisplay a{
    
    text-decoration: none;
    color: white;
}

/*===========================Blog page==========================*/

.blogmain {
    
    float: left;
    width: 80%;
    margin: 1em 0;
}

.blogmainright {
    
    float: right;
    width: 18%;
}

.blogtext {
    
    text-align: justify;
    padding: 1em;
}

.blogblock {
    
    width: 100%;
    text-align: left;
}

.blogmainright {
    
    border: 1px solid grey;
}

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

}

.blogmainright li {
    
    display: inline;
    float: left;
    padding: .5em 0;
    text-align: left;
    width: 100%;

}

.blogmainright li a {
    
    text-decoration: none;
    font-size: 1em; 
    font-weight: lighter;
    color: #3D3D3D;
        
}

.blogtext a {
    
    text-decoration: none;
    font-size: 1em; 
    font-weight: lighter;
    color: #6791A2;
    
}

.blogtext a:hover {
    
    font-weight: bold;
}

h12 {
    
    color: #6791A2;
    font-size: 1.5em;
    
}



/*===========================Special Break==========================*/




/*===========================MEDIA QUERY Tablet==========================*/


@media only screen and (min-width:480px) and (max-width:768px) {
    
    
     h6 {
        
        padding: 0;
        font-size:2em;
        color: red;
    }
    
       .overlay {
    
    width: 70%;
    padding: 0 15%;
    height: 20em;
    color: white;
    float: left;
    
}
    
    
    
}


/*===========================Special Break==========================*/


/*===================MEDIA QUERY Phone==========================*/


@media only screen and (max-width : 480px) {
    
    .overlay {
    
    width: 70%;
    padding: 0 15%;
    height: 18em;
    color: white;
    float: left;
    
}
    
    h6 {
        
        padding: 0;
        font-size: 2em;
        color: red;
    }
    
    h10 {
        
        font-size: 1.5em;
        
    }
    
   
    
}
    
    