@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@300;400;500;600;700&display=swap');
@font-face {
    font-family: 'Verdana';
    src: url('../fonts/verdana/verdana.ttf');
}

@font-face {
    font-family: 'Verdana-Bold';
    src: url('../fonts/verdana/Verdana-Bold.ttf');
}

.oswald {
    font-family: 'Oswald', sans-serif;
}

body {
    font-family: 'Verdana-Bold';
    font-size: 14px;
    font-weight: 400;
    color: #645E64;
}

a, img {
    text-decoration: none;
    outline: none;
    border: none;
}

a, .btn {
    transition: all .5s;
}

.btn:focus, .form-control:focus {
    box-shadow: none;
}

:focus {
    outline: 0 !important;
}

a, a:hover, a:focus, a:active {
    text-decoration: none;
    outline: 0px;
}

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

h1, h2, h3, h4, h5, h6 {
    margin: 0;
    padding: 0;
}

p:last-child {
    margin-bottom: 0;
}

.top-header {
    background-color: #23242C;
}

.top-header ul {
    display: flex;
    justify-content: flex-end;
}

.top-header ul li {
    margin-left: 20px;
}

.top-header ul li a, .top-header ul li span {
    color: #FFFFFF;
    font-size: 13px;
    height: 40px;
    display: inline-flex;
    align-items: center;
}

.top-header ul li a {
    background-color: #FF7607;
    padding: 0 10px;
}

.top-header ul li a:hover {
    background-color: #20b25a;
}

.top-header ul li a img {
    margin-right: 10px;
    padding-right: 10px;
    border-right: 1px solid;
}

.navbar-light .navbar-nav .nav-link {
    color: #ffffff !important;
    text-shadow: 0 2px 2px rgb(0 0 0 / 40%);
    font-size: 13px;
    text-transform: uppercase;
    padding: 30px 10px;
    height: 80px;
    display: inline-flex;
    align-items: center;
    margin: 0 10px;
    position: relative;
}

.navbar-light .navbar-nav .nav-link::after {
    content: '';
    background-color: #D6D6D6;
    width: 5px;
    height: 5px;
    border-radius: 100%;
    position: absolute;
    right: -12px;
    top: 0;
    bottom: 0;
    margin: auto;
}

.navbar-light .navbar-nav .nav-item:last-child .nav-link {
    margin-right: 0;
}

.navbar-light .navbar-nav .nav-item:last-child .nav-link:after {
    content: none;
}

.navbar-light .navbar-nav .active > .nav-link, .navbar-light .navbar-nav .nav-link:hover {
    background-color: #FF7607;
}

.sticky .navbar-light .navbar-nav .active > .nav-link, .sticky .navbar-light .navbar-nav .nav-link:hover {
    color: #ffffff !important;
}

.navbar-brand {
    top: 15px;
    position: relative;
    background-color: rgb(255 241 230 / 100%);
    margin: 0;
    padding-right: 0;
    border-radius: 15px;
    padding: 10px 20px;
    box-shadow: 0 5px 15px rgb(0 0 0 / 18%);
}
.navbar-brand img{
    max-width: 140px;
}

.sticky .navbar-brand {
    top: -22px;
}

.navbar {
    padding: 0;
    height: 80px;
    position: relative;
    background-color: rgba(255, 255, 255, .1);
    border-bottom: 1px solid #a7a2a2;
    transition: .4s ease all;
}

.sticky .navbar {
    background-color: rgba(255, 255, 255, 1);
}

.sticky .navbar-light .navbar-nav .nav-link {
    color: #1F1D1F !important;
    text-shadow: none;
}

.navbar::before {
    content: '';
    /* background-color: #ffe8d5; */
    position: absolute;
    top: -40px;
    left: 0;
    bottom: 0;
    width: 25%;
}

header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1024;
}

.banner-section {
    padding: 160px 0 80px;
    position: relative;
    background-size: cover;
    margin-top: 40px;
}

.black-wrapper {
    background-color: rgba(0, 0, 0, .4);
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.banner-section h1 {
    font-size: 40px;
    color: #ffffff;
    text-shadow: 0 2px 2px rgba(0, 0, 0, .4);
}

.banner-section h1 span {
    color: #FF7606;
}

.banner-section h5 {
    text-transform: uppercase;
    font-size: 20px;
    margin-bottom: 30px;
    position: relative;
    color: #ffffff;
    display: inline-block;
    margin-top: 40px;
}

.banner-section h5::after,.page-title::after  {
    content: '';
    background-color: #ffffff;
    height: 2px;
    width: 30px;
    position: absolute;
    right: -42px;
    top: 0;
    bottom: 0;
    margin: auto;
}

.banner-section h5::before,.page-title::before  {
    content: '';
    background-color: #FF7607;
    height: 2px;
    width: 15px;
    position: absolute;
    right: -42px;
    top: 0;
    bottom: 0;
    margin: auto;
    z-index: 1;
}

.equip-btns {
    display: flex;
}

.line-btn {
    width: 180px;
    height: 50px;
    font-size: 13px;
    text-shadow: 0 2px 2px rgba(0, 0, 0, .4);
    background-color: transparent !important;
    border: 2px solid #ADADAD;
    color: #ADADAD;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 2px;
    text-align: center;
    transition: .4s ease all;
}

.line-btn:hover {
    background-color: #20B25A !important;
    color: #ffffff;
    border-color: #20B25A;
}

.equip-btns a {
    margin-right: 20px;
}

.signup-box {
    background-color: rgba(255, 118, 7, .75);
    padding: 20px 15px;
}

.signup-box h2 {
    font-size: 34px;
    color: #1F1D1F;
    text-transform: uppercase;
    font-weight: 700;
    position: relative;
    margin-bottom: 20px;
    padding-bottom: 20px;
}

.signup-box h2 span {
    color: #ffffff;
}

.signup-box h2::after {
    content: '';
    background-color: #4B4B4B;
    height: 1px;
    width: 187px;
    position: absolute;
    bottom: 0;
    left: 0;
}

.signup-box h2::before {
    content: '';
    background-color: #ffffff;
    height: 3px;
    width: 60px;
    position: absolute;
    bottom: -1px;
    z-index: 1;
}

.signup-box p {
    font-size: 13px;
    color: #ffffff;
    text-shadow: 0 2px 2px rgba(0, 0, 0, .4);
    margin-bottom: 20px;
}

.form-control {
    height: 60px;
    border-radius: 3px;
    font-size: 14px;
    color: #6A6A6A;
    padding-left: 45px;
}

.form-group {
    position: relative;
    margin-bottom: 10px;
}

.form-group img {
    position: absolute;
    left: 20px;
    top: 0;
    bottom: 0;
    margin: auto;
}

.signup-box .line-btn {
    margin-top: 20px;
    width: 160px;
    color: #ffffff;
    background-color: #ff831f !important;
    border: 0;
}

.signup-box .line-btn:hover {
    background-color: #20B25A !important;
    color: #ffffff;
}

.service-boxes {
    margin: -30px 0 80px;
}

.service-box {
    background-color: #ffffff;
    height: 93px;
    box-shadow: 0 0 5px rgba(0, 0, 0, .3);
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.service-box::after {
    content: '';
    background-color: #FF7607;
    height: 4px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    transition: .4s ease all;
}

.service-box h6 {
    font-size: 13px;
    color: #212121;
    text-transform: uppercase;
    transition: .5s ease all;
    z-index: 1;
}

.service-box:hover h6 {
    color: #ffffff;
}

.service-box:hover::after {
    height: 100%;
}

.common-title {
    font-size: 40px;
    color: #1F1D1F;
    padding-bottom: 20px;
    margin-bottom: 20px;
    font-weight: 700;
    position: relative;
}

.common-title span {
    color: #FF7606;
}

.common-title::after {
    content: '';
    background-color: #a3a3a3;
    height: 1px;
    width: 187px;
    position: absolute;
    bottom: 0;
    left: 0;
}

.common-title::before {
    content: '';
    background-color: #FF7607;
    height: 3px;
    width: 60px;
    position: absolute;
    bottom: -1px;
    z-index: 1;
}

.service-section {
    padding-bottom: 100px;
}

.service-section::before {
    content: '';
    /*background-image: url('../images/dot-img.png');*/
    width: 600px;
    height: 540px;
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
}

.service-section::after {
    content: '';
    /*background-image: url('../images/dot-img.png');*/
    width: 600px;
    height: 300px;
    position: absolute;
    z-index: -1;
    bottom: 0;
    right: 0;
}

.life-box {
    background-color: #ffffff;
    box-shadow: 0 0 30px rgba(0, 0, 0, .4);
    padding: 30px;
}

.life-box p, .client-section p {
    font-size: 18px;
    font-family: 'Verdana';
    line-height: 30px;
    margin-bottom: 20px;
}

.call-btn {
    border: 1px solid #FF7607;
    padding: 15px;
    font-size: 14px;
    color: #FF7607;
    display: inline-block;
}

.call-btn img {
    border-right: 1px solid #ffffff;
    padding-right: 8px;
    margin-right: 5px;
}

.call-btn span {
    background-image: url('../images/phone-icon.png');
    width: 16px;
    height: 16px;
    background-position: 0 0;
    display: inline-block;
    top: 3px;
    position: relative;
    border-right: 1px solid #FF7607;
    padding-right: 25px;
    background-repeat: no-repeat;
    margin-right: 5px;
}

.call-btn:hover {
    background-color: #FF7607;
    color: #ffffff;
}

.call-btn:hover span {
    background-position: 0 -17px;
    border-color: #CDCDCD;
}

.life-box ul {
    display: flex;
}

.life-box ul li {
    margin-right: 10px;
    list-style:none;
}

.service-img {
    margin-top: 50px;
    position: relative;
}

.service-img:hover::before {
    content: '';
    /* top: -20px; */
    /* left: -20px; */
    /* bottom: -20px; */
    /* right: -20px; */
    top: -30px;
}

.service-img:hover img {
    /* width: 100%; */
}

.service-img img {
    width: 427px;
    transition: .4s ease all;
}

.service-img::before {
    content: '';
    background-color: #FF7607;
    position: absolute;
    top: 200px;
    left: -40px;
    bottom: -40px;
    right: 50px;
    z-index: -1;
    transition: .4s ease all;
}

.common-padding {
    padding: 70px 0;
}

.brand-section {
    background-image: url('../images/brand-bg.jpg');
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    z-index: 0;
}

.orange-wrapper {
    background-color: rgba(255, 118, 7, .7);
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: -1;
}

.brand-section .common-title {
    color: #ffffff;
}

.brand-section .common-title span {
    color: #1F1D1F;
}

.brand-section .common-title::before {
    background-color: #ffffff;
}

.brand-list {
    display: flex;
    justify-content: center;
}

.brand-list li {
    width: 180px;
    height: 100px;
    background-color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 5px 5px rgba(0, 0, 0, .2);
    margin: 40px 15px 0;
    transition: .4s ease all;
}

.brand-list li:hover {
    margin-top: 10px;
}

.client-section {
    z-index: 0;
}

.client-section::before {
    content: '';
    background-color: rgba(244, 244, 245, .9);
    position: absolute;
    width: 49.5%;
    top: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
}

.client-section .common-title span {
    color: #1FB259;
}

.client-section .common-title::before {
    background-color: #1FB259;
}

.client-section p {
    margin: 40px 0;
}

.client-section .link {
    color: #201D20;
    font-size: 14px;
    text-transform: uppercase;
}

.client-section .link span {
    background-image: url('../images/right-arrow.jpg');
    background-repeat: no-repeat;
    width: 16px;
    height: 10px;
    margin-left: 2px;
    display: inline-block;
    background-position: -18px 0;
    transition: .4s ease all;
}

.client-section .link:hover {
    color: #20B25A;
}

.client-section .link:hover span {
    background-position: 0 0;
}

.client-carousel .client-img {
    margin-right: 30px;
    position: relative;
}

.client-carousel .client-img::after {
    content: '';
    background-color: #FF7607;
    width: 100px;
    height: 65px;
    position: absolute;
    bottom: -15px;
    right: -15px;
    z-index: -1;
}

.client-carousel .client-img img {
    width: 120px;
    height: 120px;
    object-fit: cover;
    box-shadow: 0 5px 5px rgb(0 0 0 / 20%);
}

.client-carousel h5 {
    color: #1F1D1F;
    font-size: 20px;
    border-bottom: 1px solid #A3A3A3;
    padding-bottom: 15px;
    margin-bottom: 15px;
}

.client-carousel h5 span {
    display: block;
    color: #20B25A;
    font-size: 13px;
    font-family: 'Verdana';
    margin-top: 5px;
}

.client-carousel p {
    margin: 0;
    font-size: 16px;
}

.client-carousel .carousel-control-next, .client-carousel .carousel-control-prev {
    height: 50px;
    width: 50px;
    background-color: #20B25A;
    bottom: -85px;
    top: auto;
    opacity: 1;
    transition: .4s ease all;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    font-size: 32px;
}

.client-carousel .carousel-control-next:hover, .client-carousel .carousel-control-prev:hover {
    background-color: #FF7607;
}

.client-carousel .carousel-control-prev {
    left: 150px;
}

.client-carousel .carousel-control-next {
    right: auto;
    left: 210px;
}

.client-section::after {
    content: '';
    background-image: url('../images/left-shape.png');
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 95%;
    z-index: -1;
}

.right-shape {
    background-image: url('../images/right-shape.png');
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 80%;
    background-position: right;
    z-index: -1;
}

.company-section {
    background-image: url('../images/company-img.jpg');
    height: 500px;
    background-size: cover;
    background-attachment: fixed;
}

.company-section .black-wrapper {
    background-color: rgba(255, 255, 255, .75);
}

.our-company .common-title::before, .our-company .common-title::after {
    margin: auto;
    right: 0;
    left: 0;
}

.our-company .common-title {
    text-shadow: 0 2px 5px rgba(0, 0, 0, .3);
}

.our-company {
    margin-top: -480px;
}

.company-box {
    padding: 20px;
    box-shadow: 0 0 20px rgb(0 0 0 / 20%);
    min-height: 420px;
    margin-top: 80px;
    position: relative;
    background-color: #ffffff;
    z-index: 0;
    transition: .4s ease all;
}

.company-box:hover {
    box-shadow: 0 0 5px rgb(0 0 0 / 20%);
}

.company-box .common-title {
    text-shadow: none;
    font-size: 16px;
}

.company-box .common-title::after {
    width: 100%;
}

.company-box .common-title::before {
    width: 80px;
    right: auto;
}

.company-box p {
    color: #645E64;
    font-size: 14px;
    font-family: 'Verdana';
}

.company-box a {
    color: #FF7606;
    text-decoration: underline;
    display: block;
    margin-top: -15px;
}

.company-box a:hover {
    color: #20B25A;
}

.company-center {
    margin-top: 40px;
}

.company-box::before {
    content: '';
    background-image: url('../images/company-left.png');
    background-repeat: no-repeat;
    height: 163px;
    width: 48px;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: -1;
}

.company-box::after {
    content: '';
    background-image: url('../images/right-shape.png');
    background-repeat: no-repeat;
    height: 302px;
    width: 88px;
    position: absolute;
    right: 0;
    z-index: -1;
    top: 80px;
    background-size: contain;
}

.engineer-section p {
    font-size: 18px;
    color: #645E64;
    font-family: 'Verdana';
    margin: 40px 0;
}

.engineer-section .call-btn {
    background-color: #FF7607;
    border-radius: 3px;
    color: #ffffff;
}

.engineer-section .call-btn:hover {
    background-color: #20B25A;
    border-color: #20B25A;
}

.engineer-section::before {
    content: '';
    /*background-image: url('../images/dot-img.png');*/
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    background-repeat: no-repeat;
    width: 100%;
    z-index: -1;
}

footer {
    background-color: #2D2D2D;
    padding: 35px 5px;
}

footer ul {
    display: flex;
    justify-content: center;
}

footer ul a, footer ul li {
    color: #BBBBBB;
}

footer ul li {
    margin: 0 10px;
    position: relative;
}

footer ul li::after {
    content: '';
    width: 2px;
    background-color: #BBBBBB;
    position: absolute;
    right: -11px;
    top: 4px;
    bottom: 2px;
}

footer ul a:hover {
    color: #ff7607;
}

footer ul li:last-child:after {
    content: none;
}

 #slide-section .slide {
    /* max-width: 170px !important; */
    width: 19%;
    height: 100px;
    background-color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 5px 5px rgb(0 0 0 / 20%);
    margin: 0;
    transition: .4s ease all;
    margin-top: 10px;
}
.bx-viewport{
    height: auto;
}
h1.page-title {
    display: inline-block;
    position: relative;
    text-transform: uppercase;
    padding:45px 0;
}   

.page-content{
    font-size: 18px;
    color: #645E64;
    font-family: 'Verdana';
    
}
.page-content p{
    margin:40px 0;
}
.page-content h3,.page-content h4,.page-content h5,.page-content h6{
    color: #1F1D1F;
}
.page-content ul{
    padding-left: 40px;
}
.page-content ul li{
    list-style:disc;
} 
.project-box {
    width: 18.33%;
    margin: 0px 10px;
    position: relative;
}
 .project-logo {
    background: #fff;
    box-shadow: 0 0 15px rgb(0 0 0 / 12%);
    align-items: center;
    justify-content: center;
    padding: 18px;
    padding-bottom: 30px;
}
.project-logo img, .slider img {
    /* max-width: 230px; */
    max-height: 80px;
}


.project-img {
    height: 80px;
    display: flex;
    align-items: center;
}
.project-logo p{
    color: #645E64;
    font-size: 12px;
}
.project-logo h5{
    color: #000;
    margin:15px 0;
    border-top: 1px solid #9ae8b9;
    padding-top: 15px;
    font-size: 15px;
}
.project-logo .text-center a.btn-orange {
    /*margin-top: -50px;*/
    /*margin-bottom: 20px;*/
    /*position: relative;*/
    /*top: 40px;*/
    position: absolute;
    bottom: -25px;
    left: 0;
    right: 0;
    top: auto;
    width: 200px;
    margin: auto;
}
.btn-orange{
    background: #1FB259;
    padding: 15px 36px;
    color: #fff;
    border: 0;
    position: relative;
    z-index: 2;
    min-width: 198px;
    font-weight: 500;
}
.btn-orange:hover{
    color: #1FB259;
    background:#fff;
    border: 1px solid #1FB259;
}
.widget {
    margin-bottom: 15px;
}

.navbar-light .navbar-nav .sub-menu .nav-link::after{
    content: none;
}
.dropdown-toggle::after{
    border: 0;
}

.navbar-light .navbar-nav .sub-menu .nav-link{
    padding: 10px;
    height: auto;
    margin: 0;
    color: #000 !important;
    text-shadow: none !important;
    display: block;
}
.dropdown-menu{
    padding: 0;
    margin: 0;
}
.navbar-light .navbar-nav .sub-menu .nav-link:hover{
    color: #ffffff !important;
}

.menu-item-has-children:hover .dropdown-menu{
    display: block;    
}
.navbar-light .navbar-nav .sub-menu .active .nav-link {
    color: #fff !important;
}

.video-title::before {
    content: '';
    background-color: #1FB259;
    height: 3px;
    width: 60px;
    position: absolute;
    bottom: -1px;
    z-index: 1;
}
.video-title::after {
    content: '';
    background-color: #a3a3a3;
    height: 1px;
    width: 130px;
    position: absolute;
    bottom: 0;
    left: 0;
}
.video-title {
    font-size: 25px;
    color: #1F1D1F;
    padding-bottom: 20px;
    margin-bottom: 20px;
    font-weight: 700;
    position: relative;
}
.wpcf7 .form-control{
    padding-left: 10px;
}
.pagination{
    clear: both;
    margin:20px 0;
}
h2.screen-reader-text {
    display: none;
}
.page-numbers {
    background: #20B25A;
    color: #fff;
    padding: 10px;
}
.page-numbers:hover,.page-numbers.current {
    background: #FF7607;
    color: #fff;
}
.alignleft {
    float: left;
    margin: 0 15px 10px 0;
}
.alignright {
    float: right;
    margin: 0 0 10px 15px;
}
.entry-footer.default-max-width {
    box-shadow: 0 0 20px rgb(0 0 0 / 20%);
    padding: 15px;
    font-size: 15px;
    clear: both;
}
.entry-footer.default-max-width a{
    color: #FF7607;
}
.nav-next {
    float: right;
}
.nav-previous {
    float: left;
}
.nav-links {
    margin-top: 20px;
}
.nav-next a,.nav-previous a{
    background:#FF7607;
    color: #fff;
    padding:10px;
}
.aligncenter {
    clear: both;
    margin: 0 auto;
    display: block;
}
.single .entry-content img{
    max-width: 100%;
    height: auto
}
.width-300{
    width: 300px;
}
.width-260{
    width: 260px;
}
.btn-green{
    background: #1FB259;
    padding: 15px 5px;
    color: #fff;
    border: 0;
    position: relative;
    /*display:block;*/
    font-weight: 500;
    margin:0 auto;
    text-shadow: none;
}
.btn-green:hover{
    color: #1FB259;
    background:#fff;
    border: 1px solid #1FB259;
}
.shadow-text p{
     text-shadow: 2px 2px 3px rgb(0 0 0 / 40%);
}
.form-row .form-control{
    padding-left: 5px;
    height: 55px;
    border-radius: 0;
}
.text-black{
    color: #000 !important;
}
.height-btn{
    height: 55px;
    margin-top: 0 !important;
}
.height-auto{
    min-height: auto !important;
    margin-top:20px;
}
.company-box.height-auto:after{
    content: none !important;
}
.page-content h2{
	text-transform:uppercase;
	color: #1F1D1F;
    padding-bottom: 20px;
    margin-bottom: 20px;
    font-weight: 700;
    position: relative;
    font-family: 'Oswald', sans-serif;
}
.page-content h2:before,hr.wp-block-separator:before{
    content: '';
    background-color: #FF7607;
    height: 3px;
    width: 60px;
    position: absolute;
    bottom: -1px;
    z-index: 1;
}
.page-content h2:after,hr.wp-block-separator:after{
	content: '';
    background-color: #a3a3a3;
    height: 1px;
    width: 187px;
    position: absolute;
    bottom: 0;
    left: 0;

}

hr.wp-block-separator {
    display: block;
    width: 50%;
    clear: both;
    overflow: visible;
    position: relative;
    color: transparent;
    opacity: 1;
    text-align: left;
    margin-left: 0;
    margin: 30px 0;
}
.tab-pane {
    background: #b8e7ca;
    padding: 10px;
}
.nav-pills .nav-link {
    background: #ff7607;
    margin-bottom: 10px;
    color: #fff;
    text-transform: capitalize;
    border-radius: 0;
}
.nav-pills .nav-link:hover{
    color: #fff;
}
.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    color: #fff;
    background-color: #20b25a;
}
.tab-pane p{
    margin:8px 0;
    font-size: 15px;
}
.nav-pills .nav-link:after{ 
   content: '\f105';
   font-family: FontAwesome;
   font-weight: normal;
   font-style: normal;
   margin:0px 0px 0px 10px;
   text-decoration:none;
   position: absolute;
   right: 25px;
} 
.white-btn {
    border: 1px solid #fff;
    color: #fff;
    padding: 15px;
    font-size: 14px;
    text-transform: uppercase;
    display: inline-block;
    font-weight: 400;
    font-family: "Verdana";
    margin-bottom:20px;
}
.white-btn:hover{
    color: #fff;
}