/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Theme Name: Mark Brooks
    Version: 1.0
*/
/*Font Start*/
@import url('https://fonts.googleapis.com/css2?family=Figtree:ital,wght@0,300..900;1,300..900&family=Open+Sans:ital,wght@0,300;0,400;0,500;0,700;0,800;1,400;1,500;1,600;1,800&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Raleway:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Roboto:wght@300;400&display=swap');
/*Font End*/

body {
    font-family: "Raleway", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    background-color: #001438;
}
/*Global Css Star*/
a{
    text-decoration: none;
}
.font-small{
    font-size: 10px;
}
/*Global Css End*/
/*Bootstrap Overwrite Start*/
/*Header Overwrite start*/
@media (min-width: 768px) {
    .navbar-expand-md .navbar-nav .nav-link {
        padding-right: 1.5rem;
        padding-left: 1.5rem;
    }
}
.navbar-toggler{
    border:2px solid #ee2b76;
}
.navbar-toggler:focus{
    outline: none !important;
    box-shadow:none;
}
.navbar-toggler-icon {
    background-image: url(images/toggler.svg);
}
/*Header Overwrite End*/
/*Bootstrap Overwrite Start*/
/*Common Css Start*/
/*Buttons Start*/

/*Buttons End*/
/*Colour Css Start*/
.color-white{
    color: #ffffff;
}

/*Color Css End*/
/*Padding Mergin Start*/
.padding-tb-50{
    padding-top:50px;
    padding-bottom:50px;
}
/*Padding Mergin End*/
/*Common Css End*/
/*Header Start*/
.nav-link {
    color:#073142;
    font-weight: 700;
}
.nav-link:hover {
    color:#ee2b76;
}
/*Header End*/

/*Home Start*/
.bg-white{
    position: relative;
    overflow: hidden;
}
/*Home End*/








/*Footer Start*/
.footer-cst{
    background-color:#073142;
    padding:50px 0;
}
.footer-cst a.color-white.h4:hover{
    color:#ffffff;
}

.social-media-strip{
    padding:0;
    list-style-type:none;
    margin-top:40px;
}
.social-media-strip li{
    display:inline;
}
.social-media-strip li a{
    color:#ee2b76;
    font-size:25px;
}
#to-top {
    width: 47px;
    height: 47px;
    border-radius: 50%;
    padding: 10px 15px;
    background: #ee2b76;
    float: right;
    position: fixed;
    bottom: 120px;
    right: 2%;
    color: #073142;
    border: 1px solid #ee2b76;
    transition: all .35s;
    transition-property: all;
    transition-duration: 0.35s;
    transition-timing-function: initial;
    transition-delay: initial;
    display: none;
    z-index:1333333;
    text-align: center;
}
.custom-visible {
    display: inherit !important;
}
/*Footer End*/

/* Start: Awards Scroller */
#awards-carousel{
    display:none
}
.nbs-flexisel-container {
    position:relative;
    max-width:100%;
}
.nbs-flexisel-ul {
    position:relative;
    width:99999px;
    margin:0px;
    padding:0px;
    list-style-type:none;
}

.nbs-flexisel-inner {
    overflow: hidden;
    width: 100%;
    margin: 0 auto;
}


.nbs-flexisel-nav-left,
.nbs-flexisel-nav-right {
    width: 50px;
    height: 50px;
    position: absolute;
    cursor: pointer;
    z-index: 19;
    opacity: 1;
    background-size: cover !important;
}
.nbs-flexisel-item{
    float:left;
}
.nbs-flexisel-nav-left {
    left: calc(50% - 50px);
    background: url(images/arrow-left.svg) no-repeat 100% 100%;
    bottom: 0;
    top: calc(100% + 40px) !important;
    right: auto;
}
.nbs-flexisel-nav-right {
    right: calc(50% - 50px);
    background: url(images/arrow-right.svg) no-repeat 100% 100%;
    bottom: 0;
    top: calc(100% + 40px) !important;
    left: auto;
}
@media(max-width:767px){
    .nbs-flexisel-nav-right,.nbs-flexisel-nav-left{
        display: none;
    }
}
/* End: Awards Scroller */




















