*, html { margin:0; padding:0; outline:0 none; }
body { margin:0; padding:0; width:100%; font-size:16px; color:#000; line-height:26px; font-family:'Montserrat', sans-serif; font-weight:400; background:#13171c;overflow:hidden;overflow-y:auto;}

img { border:0 none; height:auto; max-width:100%; display:block; }
h1, h2, h3, h5, h6 { font-family:'Montserrat', sans-serif; }
p { font-size:18px; line-height:30px; font-family:'Open Sans', sans-serif; font-weight:400; color:#000; }

h4{
    font-family: 'Oswald', sans-serif; margin: 0 !important;
}
a { text-decoration:none; }
a:focus,a:hover { text-decoration:none; color:#0084ff; }
.container {
    /*width: 95%;
    max-width: 95% !important;
    margin: auto;*/
} 
.btn-white{
    background: #fff;
    border: 0;
    padding: 14px 44px;
    font-size: 18px;
    display: flex;
    margin: 22px auto 0;
    text-align: center;
    font-weight: 500;
    cursor: pointer;
    max-width: 150px;
}
.mob-navbar{
    display: none;
}
.head-with-banner .tagline h1{
    /*font-size: 86px;
    font-weight: 500;
    line-height: 1.2em;
    color: #ffffff;
    text-align: center;*/
    /*margin-top: 60px !important;*/
}
.banner{
    /*background:url(../images/banner.jpg) no-repeat;
    background-size: contain; */
}  
.visits{
    border: 3px solid rgba(47, 54, 63, 0.19);
    background-color: rgba(47, 54, 63, 0.71);
    border-radius: 5px;
    color: #c1c1c1;
    width: 100%;
    max-width: 200px;
    text-align: center;
    margin: 35px auto 35px auto;
    padding: 10px 15px;
}
.visits h6{
    line-height: 1.4em;
    letter-spacing: 3px;
    font-size: 14px;
    color: #c1c1c1;
}
.content-section{
    display: block;
}
.main-box-div{
    position: relative;
    padding: 100px 0 !important;
    border-bottom: 1px solid #2f363f;
}
.content-boxes{
    margin-top: 40px;
    padding-top: 0!important;
    padding-bottom: 0!important;
}
.bb-1{
    /*border-bottom: 1px solid #2f363f;*/
}
.white-border{
    border-top: 3px solid #fff;
}
.content-box{
    position: relative;
    background: #2f363f;
    padding: 29px;
    height: 100%;
    min-height: 200px;
}
.content-box h3{
    font-size: 23px;
    line-height: 1.5em;
    color: #fff;
}
.page-head a {
    display: inline-block;
    margin-left: 20px;
}
.page-head h2{ 
    font-weight: 900;
    color: #2d3135;
    /*display: inline-block;*/
}
.contact-head h2{
    color: #464c54 !important;
}
.page-head h4{
    font-size: 34px;
    font-weight: 400;
    color: #ffffff;
    letter-spacing: 5px;
    line-height: 1;
    margin-top: -33px !important;
}
.main-menu{
    background-color: #2f363f;
}
.main-menu ul {
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
}
.main-menu ul li{
    list-style: none;
    padding: 21px 0;
}
.main-menu ul li a:hover {
    background: #59616d;
    color: #fff;
}
.main-menu ul li a.active{
    background-color: #ffffff !important;
    color: #13171c;
}
.main-menu ul li a{
    background-color: transparent;
    font-size: 19px;
    color: #ffffff;
    padding: 21px 21px;
}
.contact{
    background-color: #2f363f; padding: 70px 0;
}
.contact-form{
    margin: 60px 0;
}
.form-control{
    background-color: #13171c;
    border: 1px solid #13171c;
    color: #ffffff;
    padding: 16px 20px;
    margin-bottom: 10px;
}
.form-control:focus{
    color: #ffffff;
    background-color: #13171c;
    border-color: #13171c;
    outline: 0;
    box-shadow: none;
}
.site-share img{
    position: fixed;
    z-index: 9999;
    top: 7%;
    right: 2%;
    width: 20px;
}
.section-share{
    width: 20px;
}
.box-share{
    position: absolute;
    right: 10px;
    top: 10px;
    width: 20px;
}
#back-to-top{
    position: fixed;
    bottom: 9%;
    right: 37px;
    background: rgb(47 54 63);
    color: #fff;
    padding: 10px 15px;
    display: none;
    transition: .1s;
    font-size: 20px;
    box-shadow: 2px 2px 50px #080606;
}
#back-to-top:focus, #back-to-top:hover{
    color: #fff;
    text-decoration: none;
    background: green;
}