* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Poppins', sans-serif;
    letter-spacing: 1px;
}

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

.clearfix {
	clear: both;
}

:focus {
outline: 0;
text-decoration: none;
} 

i.fas.fa-phone {
    transform: rotate(110deg);
}


.no-pad {
    padding: 0 !important;
    padding-right: 20px !important;
}


.trans3{
	    transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
}

.trans5 {
    transition: all 0.5s ease-out;
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
}

.sh-sc {
    position: relative;
}

.pd40 {
    padding: 40px 0;
}

section.bg-pd {
	    background: #f2f2f2;
    padding: 50px 0 70px;
    margin-bottom: 60px;
}

section.wh-pd {
        background: #fff;
    padding: 50px 0 70px;
    margin-bottom: 60px;
}

.all-head {
    margin-bottom: 30px;
    text-transform: uppercase;
    position: relative;
}

.all-head h3 i {
    margin-right: 4px;
    position: absolute;
    font-size: 80px;
    color: #0066b3;
    opacity: 0.2;
    top: -15px;
    left: -10px;
}

.all-head p {
    text-transform: lowercase;
}

.all-head h3 {
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 0;
    margin-left: 20px;
}

#gt-top-button {
    display: inline-block;
    background-color: #9a9a9a;
    width: 40px;
    height: 40px;
    text-align: center;
    border-radius: 5px;
    position: fixed;
    bottom: 30px;
    right: 30px;
    transition: background-color .3s, opacity .5s, visibility .5s;
    opacity: 0;
    visibility: hidden;
    z-index: 1000;
}


#gt-top-button::after {
    position: absolute;
    content: "";
    top: 5px;
    left: 5px;
    background: url(../images/up.png);
    background-position: center;
    background-size: cover;
    height: 30px;
    width: 30px;
}
#gt-top-button:hover {
  cursor: pointer;
  background-color: #0066b3;
}
#gt-top-button:active {
  background-color: #555;
}
#gt-top-button.show {
  opacity: 1;
  visibility: visible;
}





/*============= Responsive Header =============*/

section.mb-header ul#menu {
    display: none;
}


.slicknav_menu {
	display: none;
}

.slicknav_menu {
/*    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    display: inline;
    z-index: 999;*/

    position: relative;
}


ul.slicknav_nav {
    position: fixed;
    top: 0;
    left: 0px;
    background: rgba(0,0,0,0.90);
    z-index: 999;
    width: 100%;
    height: 100vh;
    z-index: 9999;
    overflow-y: scroll;
}

.slicknav_nav li img {
    width: 20px;
    margin-right: 9px;
}

a.slicknav_btn.slicknav_open {
    position: fixed;
}

a.slicknav_btn.slicknav_open span.slicknav_icon-bar:first-child{
	transform: rotate(45deg);
}

a.slicknav_btn.slicknav_open span.slicknav_icon-bar:last-child{
	transform: rotate(-45deg);
}

a.slicknav_btn.slicknav_open span.slicknav_icon-bar:nth-child(2) {
	display: none;
}

a.slicknav_btn.slicknav_open .slicknav_icon-bar + .slicknav_icon-bar {
    margin-top: -1px;
}

a.slicknav_btn.slicknav_open span.slicknav_icon.slicknav_no-text {
    margin-top: 8px;
}

.slicknav_btn {
	float: left;
}

.mb-logo {
    position: absolute;
    top: 1px;
    left: 50%;
    transform: translate(-50%);
}

.mb-logo {
	display: none;
}

.mb-logo span {
    color: #fff;
}

/*.mb-logo img {
	width: 90px;
}*/

li.mb-head-search input {
    background: #fff;
    border: 0;
    padding: 10px;
    width: 70%;
    border-radius: 4px;
    display: block;
    margin: 80px auto 40px;
}



li.mb-head-search input:focus {
    background: #000;
    border-radius: 4px;
}


.slicknav_nav a {
    padding: 10px 10px; 
}

.slicknav_nav .slicknav_row:hover {
	background: #292929;
}

a.slicknav_btn.slicknav_open {
    z-index: 99999;
}

.slicknav_menu {
	background: #000;
}

/*section.mb-header.headerfixed {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    width: 100%;
    background: #333 !important;
}

.slicknav_menu {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99;
}*/
/*============= Responsive Header =============*/

