





/*===================== 
    LOGO 
=======================*/

.logo {max-height: 180px; float: none; margin: auto; display: block;}
.logowrap {display: inline-block; margin: auto; width: fit-content; float: none; padding: 20px 0px; vertical-align: middle; background-color: white; 
    }

.headerpad {padding-left: 8% !important; padding-right: 8% !important; width: 100% !important;}
.headinfo {display: inline-flex;}

.allwrapper {margin: auto; display: flex; width: fit-content; text-align: center; vertical-align: middle; float: right;}


/*===================== 
    ICONS 
=======================*/

.topphone {color: #e10000 !important; font-family: "ibm-plex-sans-condensed", sans-serif !important; font-size: 30px; margin-top: 0px !important; font-weight: 900; text-transform: uppercase;  display: inline-flex; margin-top: 10px; margin-right: 10px;}

.topphone > i {color: e10000 !important;font-size: 30px; margin-right: 10px; margin-top: 10px;}


.social-li {
    display: inline-flex;
    border: 2px solid #e10000;
    box-sizing: border-box !important; height: 40px; width: 40px;
    text-align: center;
    margin: 1px; background-color: #e10000 !important;
    font-size: 20px !important;
}

.social-li:hover {border: 2px solid white; background-color: transparent !important; transition: all ease 0.5s;}


.social-li > .fas {color: white !important; margin: auto;  display: flex; vertical-align: middle;}
.social-li:hover > .fas {color: white !important; transition-duration: .5s;}
.social-li > .fab {color: white !important; margin: auto;  display: flex; vertical-align: middle;}
.social-li > .fa-solid {color: white !important; margin: auto;  display: flex; vertical-align: middle;}
.social-li:hover > .fab {color: white !important; transition-duration: .5s;}

.footiconspan { display: block; width: fit-content; margin-top: 3px; margin: auto;}
.footicon {text-align: center; 
/*    display: block;*/
}



.headertext {color: #e10000 !important; font-family: "ibm-plex-sans", sans-serif !important; font-variation-settings: "wght" 100, "wdth" 1; font-size: 33px !important; font-weight: 700; margin-left: 5px; text-transform: uppercase;}
.headertext > .fas {color: black !important; font-size: 19px !important; margin-right: 10px;}


.paging-container > nav {position: relative !important; background-color: white !important; box-shadow: none !important; }





/*===================== 
	my navbar 
=======================*/
.navbar-toggle {display: none;}
.navbar-header {display: none;}


.navbar-inverse {background-color: transparent !important; border-color: transparent !important; clear: both; box-shadow: 0px 0px 0px 0px transparent !important; border-radius: 0px !important; margin-top: 20px;}

.navbar-inverse .navbar-nav > li > a {
	background-color: black !important;
	color: white !important;
	font-family: "ibm-plex-sans", sans-serif;
    font-size: 18px;
	font-weight: 700; position: relative; display: block;
    padding: 15px 15px !important;
}
.navbar-inverse .navbar-nav > li > a:hover {background-color: #e10000 !important; transition-duration: .4s; color: white !important; min-height: 0px !important; list-style-type: none !important; border-color: black !important;}


.nobordernav {border-right: 0px solid black !important;}

.navbar {min-height: 0px !important; margin-bottom: 0px !important;}
.topspan {float: right;}
.toprow {background-color:  dimgray !important; padding-top: 12px; padding-bottom: 12px;}
.fixednav {height: 100px; align-content: center;}

.navbar-nav {float: right !important; margin: auto !important; width: fit-content !important; display: table; background-color: transparent; padding: 0px !important;}
.dropdown-menu {background-color: black !important; border: 2px solid black !important; z-index: 125; display: block;}


.dropdown-menu > li > a {font-family: "ibm-plex-sans", sans-serif; color: white !important; font-size: 17px; padding: 5px 20px !important; font-weight: 500 !important;}
.dropdown-menu > li > a:hover {color: black !important; background-color: #e10000 !important; transition-duration: .3s;}

.dropdown-menu > li > ul > li > a {font-family: "ibm-plex-sans", sans-serif; color: white !important; font-size: 17px; padding: 5px 20px !important; font-weight: 500 !important;}
.dropdown-menu > li > ul > li > a:hover {color: black !important; background-color: #e10000 !important; transition-duration: .3s;}


.navbar-nav > li {float: none !important; display: inline-block !important;}
.nav > li > a { padding: 0px !important;}
.headerwraprow {background-color:  dimgray;}


.headerbg {background-color: white !important;}


/*===================== 
	Search 
=======================*/

.searchingform {
	padding-top: 5px !important;
	padding-bottom: 5px !important;
}

.searchyellowbutton {
	width: 100% !important;
	font-family: 'Montserrat', sans-serif ;
	background-color: black !important;
	color: white !important;
	text-transform: uppercase;
	padding-left: 20px !important;
	padding-right: 20px !important;
	border-color: white;
	border: 2px solid !important;
	border-left: 0px solid !important;
	margin-bottom: 0px !important;
	height: 48px !important;
	font-weight: 700;
	font-size: 14px !important;
}

.searchingbox {
	width: 100% !important;
	padding-left: 15px;
	margin-bottom: 0px !important;
	height: 48px !important;
	border: 2px solid !important;
	border-color: white !important;
	background-color: white !important;
	color: black !important;
}





.header-search-row #searchBar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row nowrap;
    -moz-flex-flow: row nowrap;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -ms-flex-align: stretch;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-align-items: stretch;
    align-items: stretch;
    width: 100%;
    border-radius: 3px;
    position: relative;
	    padding-top: 5px;
    padding-bottom: 5px;
}

.header-search-row {
}

.header-search-row>div {
    margin-right: auto;
    margin-left: auto;
}

.myheadrow {padding-top: 50px;}



.header-search-row #searchBar input {
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
    padding-left: 47px;
    font-size: 15px;
    font-weight: 400;
    color: black !important;
    background-color: white;
}

input, textarea, select {
    border-width: 0px !important;
    border-style: solid;
    border-color: #ebebeb;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    background-color: #f2f2f2;
    color: #000;
    font-size: 16px;
    outline: none;
    padding-top: 8px;
    padding-right: 20px;
    padding-bottom: 8px;
    padding-left: 10px;
    resize: none;
}

.header-search-row #searchBar button {
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    background-color: #ffdf17;
    text-transform: uppercase;
    font-weight: 800;
    font-size: 15px;

    border: none;
	    padding-left: 30px;
    padding-right: 30px;
}



























/*===================== 
	My Footer
=======================*/




.footerheader {font-size: 21px; font-family: "ibm-plex-sans", sans-serif !important; color: #e10000; font-weight: 800;
text-transform: uppercase;}

a.footerlink:link, a.footerlink:visited, {
	font-family: "ibm-plex-sans", sans-serif;
}

.footerlink {
	color: white !important;
	font-size: 17px !important;
	font-weight: 600;
	line-height: 24px;
	font-family: "ibm-plex-sans", sans-serif; display: block; width: fit-content;
    padding-bottom: 8px;
}

.footerlink:hover {
	color: #e10000 !important; transition-duration: .5s;
}


.subfooterlink {
	color: black !important;
	font-size: 16px !important;
	font-weight: 500 !important;
	line-height: 12px;
	font-family: "ibm-plex-sans", sans-serif;
}

.subfooterlink2 {
	color: white !important;
	font-size: 13px !important;
	font-weight: 500;
	line-height: 8px;
	font-family: "ibm-plex-sans", sans-serif;
}

.footercol > .padrightatfirst > a {width: fit-content !important; display: block;}

.mediumspot {
	font-weight: 400;
}

.footbg {background-color: white !important;}










body{
    overflow-x: hidden !important; max-width: 100% !important;
}


/*Styling Hamburger Icon*/
.hamburger div{
    width: 30px;
    height:3px;
    background: #f2f5f7;
    margin: 5px;
    transition: all 0.3s ease;
}
.hamburger{
    display: none;
}

/*Stying for small screens*/
@media screen and (max-width: 800px){
    nav{
        position: fixed;
        z-index: 3;
    }
    .hamburger{
        display:block;
        position: absolute;
        cursor: pointer;
        right: 5%;
        top: 50%;
        transform: translate(-5%, -50%);
        z-index: 2;
        transition: all 0.7s ease;
    }
    .nav-links{
        position: fixed;
        background: #131418;
        height: 100vh;
        width: 100%;
        flex-direction: column;
        clip-path: circle(50px at 90% -20%);
        -webkit-clip-path: circle(50px at 90% -10%);
        transition: all 1s ease-out;
        pointer-events: none;
    }
    .nav-links.open{
        clip-path: circle(1000px at 90% -10%);
        -webkit-clip-path: circle(1000px at 90% -10%);
        pointer-events: all;
    }
    .nav-links li{
        opacity: 0;
    }
    .nav-links li:nth-child(1){
        transition: all 0.5s ease 1s;
    }
    .nav-links li:nth-child(2){
        transition: all 0.5s ease 0.4s;
    }
    .nav-links li:nth-child(3){
        transition: all 0.5s ease 0.6s;
    }
    .nav-links li:nth-child(4){
        transition: all 0.5s ease 0.7s;
    }
    .nav-links li:nth-child(5){
        transition: all 0.5s ease 0.8s;
    }
    .nav-links li:nth-child(6){
        transition: all 0.5s ease 0.9s;
        margin: 0;
    }
    .nav-links li:nth-child(7){
        transition: all 0.5s ease 1s;
        margin: 0;
    }
    li.fade{
        opacity: 1;
    }
}
/*Animating Hamburger Icon on Click*/
.toggle .line1{
    transform: rotate(-45deg) translate(-5px,6px);
}
.toggle .line2{
    transition: all 0.7s ease;
    width:0;
}
.toggle .line3{
    transform: rotate(45deg) translate(-5px,-6px);
}


	




/*===================== 
	header styles 
=======================*/


header {
	margin: 0 auto;
	width: 100%;
	}






/*===================== 
	content styles 
=======================*/


	
/*===================== 
	slideshow styles 
=======================*/



/*===================== 
	banner styles 
=======================*/



/*===================== 
	layout styles 
=======================*/





/*========================= 
	 Responsive styles 
===========================*/
/* Large Devices, Wide Screens */
@media only screen and (max-width : 1755px) {
	
.headerpad {padding-left: 4% !important; padding-right: 4% !important;}
    
.navbar-inverse .navbar-nav > li > a {font-size: 17px !important; padding: 20px 10px !important;}
    
    
	
    

	
}
/*==========  Non-Mobile First Method  ==========*/

/* Large Devices, Wide Screens */
@media only screen and (max-width : 1200px) {
	
.headerpad {padding-left: 2% !important; padding-right: 2% !important;}	
     
.navbar-inverse .navbar-nav > li > a {font-size: 16px !important; padding: 20px 9px !important;}  



}

@media only screen and (max-width : 1410px) {

.navbar-inverse .navbar-nav > li > a {font-size: 15px !important; padding-left; 5px !important, padding-right: 5px !important;}	
    

}
@media only screen and (max-width : 1280px) {
    .navbar-inverse .navbar-nav > li > a {font-size: 12px !important; padding-left; 5px !important, padding-right: 5px !important;}	
}

/* Medium Devices, Desktops */
@media only screen and (max-width : 1000px) {
	

	
	
	
}



/* Medium Devices, Desktops */
/*
@media only screen and (max-width : 992px) {
	
.headerbg {background-color: white !important;}    
.headerpad {padding-left: 0% !important; padding-right: 0% !important;}	
	
.navbar-inverse .navbar-nav > li > a {font-size: 16px !important;}	
.navbar-inverse {padding-bottom: 0px !important; margin-top: 10px !important;}
.navbar-nav > li {display: inline-block !important; text-align: center !important;}
.navbar-nav {margin: auto !important; float: none !important; display: block; width: fit-content; padding-top: 0px !important;}	
    
	.logo {margin: auto !important; float: none !important; max-height: 200px !important;}
	.logowrap {display: block !important; float: none !important; margin: auto !important; width: fit-content !important;}
    .logo2wrap {display: block !important; float: none !important; margin: auto !important; width: fit-content !important;}
    .logo2 {margin: auto !important; display: block; margin-top: 0px !important;}
    
    
    .headinfo {display: block !important; margin: auto !important; width: fit-content !important; float: none !important;}
    .slanted {display: block !important; margin: auto !important; width: auto !important; float: none !important; padding-top: 5px !important; margin-left: -15px;}
    
    .allwrapper {float: none !important; margin: auto !important;}
    

	  .addred {background-color: black !important;}
    
    .fixednav {height: 80px !important;}

}
*/



/* Small Devices, Tablets */
@media only screen and (max-width : 767px) {
    .headerpad {padding-left: 0% !important; padding-right: 0% !important;}	
    
    .allwrapper {display: none !important; margin: auto !important;}
    
    .slanted {display: none !important;}
    
    .nopadfinal {padding: 0px !important;}
	.removepad {padding: 0px !important;}
	
    .nofloat {float: none !important;}
	.leftfloatatfirst {float: none; display: block; margin: auto;}
	.rightfloatatfirst {float: none !important; margin: auto !important;}
    
    
    .myheadrow {padding-top: 25px;}
	.headinfo {display: none;}
    .headertext {font-size: 32px !important;}

    
    
    .fixednav {height: auto !important;}
    .navbar-inverse .navbar-toggle {margin: auto !important; display: block !important; float: none !important;}
    .navbar-toggle .icon-bar + .icon-bar {margin-top: 8px !important;}
    .navbar-toggle:focus {background-color: transparent !important;}
    .navbar-toggle .icon-bar {display: block !important; width: 46px !important; height: 9px !important; margin-top: 2px; border-radius: 1px !important; background-color: white !important;}
   
    
    #hamburger {top: 0; left: 0; right: 0; bottom: 0; cursor: pointer; width:100px; height:100px; margin: auto;     margin-top: -20px !important;}
    .bar { display: block; width:100%; height:20%; margin-top:20%; background: white; transition:0.25s; -webkit-transition:0.25s; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; }
    .animate .bar:nth-child(1) {transform:translateY(40px) rotate(135deg);}
    .animate .bar:nth-child(2) {opacity: 0;}
    .animate .bar:nth-child(3) {transform:translateY(-40px) rotate(-135deg);}


    .dropdown-menu > li { text-align: center !important; }
    .dropdown-menu > li > a { background-color: white !important; color: black !important; border: 0px solid white; padding: 15px !important;}
    .dropdown-menu > li > a {font-size: 20px !important; padding-top: 10px !important; padding-bottom: 10px !important;}
    .navbar-nav > li > .dropdown-menu {padding: 0px !important;}    
    
    .navbar-nav > li {float: none !important; display: block !important; text-align: center !important; width: 100%;}
    .navbar-inverse .navbar-nav > li > a { font-size: 23px !important; border-right: 0px solid black !important; border-left: 0px solid black !important;
    padding: 15px 10px !important;}

    .navbar-nav {margin: auto !important; padding-top: 0px !important; float: none !important; width: 100% !important; margin: 0px;}
	.navbar-inverse .navbar-toggle {border-color: transparent !important;}
	.navbar-toggle {display: block !important; background-color: black !important; padding: 0px !important; transform: scale(.5);}
	.navbar-header {display: block !important; background-color: black !important; padding-bottom: 10px; height: 80px !important; max-width: 100%;}
	.navbar {margin-top: 0px; margin-bottom: 0px !important;}
    .navbar-inverse {border: 0px solid transparent;}


	.logo {margin: auto !important; float: none !important; max-height: 180px !important;}
	.logo2 {margin: auto !important; float: none !important; display: block !important;}
	

    .social-li {margin: 0px !important;}
	
        
	
	

	
	

    
	
	
	.footerheader {font-size: 25px !important; margin-top: 15px;}
	.footercol {text-align: center !important;}
	.footercol > .padrightatfirst > a {text-align: center !important; width: fit-content !important; padding-bottom: 12px; margin: auto;}
	.footerlink {font-size: 20px !important; width: fit-content !important; margin: auto;}
	.subfooterlink {font-size: 20px !important;}
    .footiconspan {margin: auto !important;}
	

	
	.typeemail {text-align: center;}
	
	.overlapimg {margin-bottom: 50px; display: block; height: 400px; margin-top: auto; border: 4px solid white !important;}
	.overlaprow {height: auto; padding-top: 50px; padding-bottom: 50px; text-align: center;}
	
	.the_list_wrap {padding-top: 25px; padding-bottom: 25px; min-height: auto; height: auto;}
	.the_list_item_subheadline {font-size: 31px;}
	.the_list_item_desc {font-size: 14px;}
	
	
	
	
	
	
}

/* Extra Small Devices, Phones */ 
@media only screen and (max-width : 580px) {

 
}

/* Extra Small Devices, Phones */ 
@media only screen and (max-width : 480px) {

 
}

/* Custom, iPhone Retina */ 
@media only screen and (max-width : 320px) {


}

