/*
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*/
@font-face {
    font-family: 'Century Gothic';
    src: url('/fonts/txt-fonts/CenturyGothic.woff2') format('woff2'),
        url('/fonts/txt-fonts/CenturyGothic.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Century Gothic';
    src: url('/fonts/txt-fonts/CenturyGothic-Bold.woff2') format('woff2'),
        url('/fonts/txt-fonts/CenturyGothic-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

/*Font End*/

body {
    font-family: 'Century Gothic';
    font-optical-sizing: auto;
    font-style: normal;    
}
.bg-body{
    background-color:#ffffff;
}
/*Global Css Star*/
.bg-white a{
    color:#001438;
}
a:focus{
    color:#001438 !important;
}
a{
    text-decoration: none;
}
.font-small{
    font-size: 10px;
}
h1,.h1{
    font-size: 25px;
}
.hr-pink {
  border: none !important;
  height: 1px !important;
  background: linear-gradient(to right, #e700a7, #c601cf, #f81674, #fe5934, #fa930d) !important;
  opacity:1 !important;
}
.color-pink{
    color:#e700a7;
}
/*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 #e700a7;
}
.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*/
.btn-oval{
    display: inline-block;
    color: #fff !important;
    background: #e700a7;
    padding: 5px 30px;
    border-top-right-radius: 20px;
    border-top-left-radius: 20px;
    /* box-shadow: 2px 2px 2px #7b7878; */
    font-weight: bold;
    font-size: 11px;
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
    letter-spacing: 2px;
    text-align: center;
}
.btn-oval:focus{
    color:#ffffff !important;
}
.btn-big{
    padding: 15px 38px;
    border-radius:25px !important;
}
/*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:#051435;
    font-weight: 700;
}
.nav-link:hover {
    color:#e700a7;
}
.nav-wrapper{
    border-bottom: 1px solid #e700a7;
}
/*Header End*/

/*Home Start*/
.bg-white{
    position: relative;
    overflow: hidden;
}
.middle {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0,-50%);
    -o-transform: translate(0,-50%);
    transform: translate(0, -50%);
    text-align: center;
}
/*Home End*/








/*Footer Start*/
.footer-cst{
    background-color:#001438;
    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:#e700a7;
    font-size:25px;
}
#to-top {
    width: 47px;
    height: 47px;
    border-radius: 50%;
    padding: 8px 14px;
    background: #e700a7;
    float: right;
    position: fixed;
    bottom: 40px;
    right: 2%;
    color: #ffffff;
    border: 1px solid #e700a7;
    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 */
/* Blog Css Start */
.news h3 {
    font-size: 18px;
    margin-top: 0;
}
.font-14 {
    font-size: 14px !important;
}
/* Blog pagination start */

.blog-pagination {
    float:  right;
    position: relative;
    z-index: 1333333;

}
.blog-pagination ul li::before {
    content: "";
    color: #00A59B;
    margin-right: 0px;
    font-size: 0px;
    line-height: 0px;
    top: 0px;
    position: relative;
}
.blog-pagination ul li{
    display: inline;
}
.blog-pagination ul > li:first-child > a{
    display: inline-block;
    color: #fff !important;
    background: #e700a7;
    padding: 5px 30px;
    border-top-right-radius: 20px; 
    border-top-left-radius: 20px;   
    /*box-shadow: 2px 2px 2px #7b7878;*/
    font-weight: bold;
    font-size: 11px;
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
    letter-spacing: 2px;
}
.blog-pagination ul > li:last-child > a{
    display: inline-block;
    color: #fff !important;
    background: #e700a7;
    padding: 5px 30px;
    border-top-right-radius: 20px; 
    border-top-left-radius: 20px; 
    /*box-shadow: 2px 2px 2px #7b7878;*/
    font-weight: bold;
    font-size: 11px;
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
    letter-spacing: 2px;
}
.blog-pagination ul > li > a:hover{
    /*box-shadow: 0px 0px 4px #a2a2a2;*/
}
a[title=More],a[title=Back]{
    font-weight:700;
    letter-spacing: 2px;
}

/* Blog pagination end */
@media(min-width:768px){
.img-crop-wrap {
    width: 100%;
    height: 525px; /* set whatever fixed height you want */
    overflow: hidden;
    display: block;
}

.img-crop-wrap img.img-fluid {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
}
/* Blog Css End */




















