@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Abril+Fatface&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;600;700&display=swap" rel="stylesheet');
@import url('https://fonts.googleapis.com/css2?family=Lato:wght@300;400;500;600;700&display=swap" rel="stylesheet');

body {
    padding:0;
    margin:0;
    font-family: 'Poppins', sans-serif;
    font-size: 20px;
    line-height: 1.375;
    overflow-x: hidden;
    font-weight: 400;
}
/* Basic CSS */
h1,h2,h3,h4,h5,h6 {
    color: #d61425;
    font-weight: 500;
}
h1{font-size:60px;}
h2{font-size:50px;}
h3 {color: #000;line-height: 133%;font-size: 25px;}
h4 {color: #F13223;line-height:130%;font-family: 'Poppins', sans-serif !important;color: #fff;}
h5 {color: #ad1825;line-height:130%;font-size: 17px;}
img {
    display: block;
    max-width: 100%;
    height: auto;
}
a {
    font-size: .9em;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    color: #ad1825;
    font-family: 'Poppins', sans-serif;
}
a:link,
a:visited,
a:hover,
a:active {
    text-decoration: none!important;
    font-weight: 500;
}
ul, ul li {
    list-style: none;
    padding:0;
    margin:0;
}

/* Module css */
#fContentPre .fModule,
#fContentPost .fModule {
    padding: 50px 0px;
    overflow:hidden;
}
.fModuleEnd .fModuleTitle,
.fModuleEnd .fModuleContent,
.fModuleBoxed {
  margin: 0 auto;
}   
    @media (max-width : 319px) {
        .fModuleEnd .fModuleTitle,
        .fModuleEnd .fModuleContent,
        .fModuleBoxed {
            width: 85%;
        }  
    }
    @media (min-width : 320px) {
        .fModuleEnd .fModuleTitle,
        .fModuleEnd .fModuleContent,
        .fModuleBoxed {
            width: 92%;
        }        
    }
    @media (min-width : 480px) {
        .fModuleEnd .fModuleTitle,
        .fModuleEnd .fModuleContent,
        .fModuleBoxed {
            width: 90%;
        }
    }
    @media (min-width: 768px) {
        .fModuleEnd .fModuleTitle,
        .fModuleEnd .fModuleContent,
        .fModuleBoxed {
            width: 750px;
        }
    }
    @media (min-width: 992px) {
        .fModuleEnd .fModuleTitle,
        .fModuleEnd .fModuleContent,
        .fModuleBoxed {
            width: 970px;
        }
    }
    @media (min-width: 1200px) {
        .fModuleEnd .fModuleTitle,
        .fModuleEnd .fModuleContent,
        .fModuleBoxed {
            width: 1170px;
        }
    }

     /* Column */
 #fMatter .fCol5 .fGalleryImages .fGalleryItem,
 #fContentPost .fCol5 .fGalleryImages .fGalleryItem,
 .fCol5 .fGalleryImages .fGalleryItem {
     width: 20%;
     float: left;
     padding: 2em;
 }
 
 #fMatter h1,
 #fContentPost h3 span {
     font-weight: 400;
 }
 
 #fMatter form p {
     margin-bottom: 12px;
 }
 input.form-control,
 textarea.form-control {
     display: inline-block;
     margin: 10px 0px;
 }

#fMatter {
     padding: 20px 0 30px;
     overflow: hidden;
 }
.is-home #fMatter {
	padding: 0px;
}
body.path-about- #fMatter {
	padding:0px !important;
	margin:0px !important;
}
body.path-services- #fMatter {
	padding:0px !important;
	margin:0px !important;
}

 #fMatter p {
     margin-bottom: 16px;
     font-family: 'Lato', sans-serif;
 }
 #fMatter ul {
     margin-bottom: 0px;
     margin-left: 23px;
 }
 #fMatter ul li {
     list-style: disc;
     font-size: 17px;
 }
 #fMatter table.col-md-1,
#fMatter table.col-md-2,
#fMatter table.col-md-3,
#fMatter table.col-md-4,
#fMatter table.col-md-5,
#fMatter table.col-md-6,
#fMatter table.col-md-7,
#fMatter table.col-md-8,
#fMatter table.col-md-9,
#fMatter table.col-md-10,
#fMatter table.col-md-11,
#fMatter table.col-md-12 {
    display: block;
}
#fMatter .fGalleryView .fGalleryImage img {width: 40%;}
body.is-home .fPageTitle,
body.path-home- .fPageTitle{display:none;}
.fPageTitle {
    height: 170px;
    text-align: center;
    background-color: #ac1825;
    background-position: center center;
    background-size: cover;
    display: flex;
    align-items: center;
}
.fPageTitle h1 {
    color: #fff;
    font-size: 2em;
    font-weight: 500;
    font-family: 'Montserrat', Arial;
    margin-top: 10px;
}
#fModule--fGalleryItem-81127{padding:0px !important;}
/* fMatter galleryview images control */
#fMatter .fGalleryView .fGalleryImage img {
    display: none;
}

#fMatter .fGalleryText .fFull-profile img {
   border-radius: 5px;
   margin: 15px 0 0 0;
}

/* Flexbox layout for columns and row - written as mobile first approach (as well as for full site too) */
.flex-row {
    display: flex;
    flex-wrap: wrap;
}
.align-items-start {
    align-items: flex-start!important;
}
.about-text-wrapper {
    margin:50px 0px 0px;
}
.align-items-center {
    align-items: center!important;
}
.align-items-end {
    align-items: flex-end!important;
}
.justify-content-start {
    justify-content: flex-start!important;
}
.justify-content-center {
}
.justify-content-end {
    justify-content: flex-end!important;
}
.bg-yellow{
    background: linear-gradient(270deg,#ffb90f 0%,#f4991a 100%);
    color: #fff !important;
}
.fDashboard-redirect{
    text-align:center !important;
    padding: 6px 0px 9px !important;
}
.fDashboard-redirect a{
    color: #fff;
    font-size: .9em !important;
}
.fDashboard-redirect a:hover{
    text-decoration:underline !important;
}
.f-button-small {padding:7px 20px !important; margin:5px !important;}
.flex-col-1, .flex-col-2, .flex-col-3, .flex-col-4, .flex-col-3, .flex-col-5, .flex-col-6, .flex-col-7, .flex-col-8, .flex-col-9, .flex-col-10, .flex-col-11, .flex-col-12 {
    width: 100%;
    padding: 0 15px;
    position: relative;
}
@media (min-width: 768px) {
    .flex-col-1 {
        width: 8.3333%;
    }
    .flex-col-2 {
        width: 16.6666%;
    }
    .flex-col-3 {
        width: 25%;
    }
    .flex-col-4 {
        width: 33.3333%;
    }
    .flex-col-5 {
        width: 41.6666%;
    }
    .flex-col-6 {
        width: 50%;
    }
    .flex-col-7 {
        width: 58.333%;
    }
    .flex-col-8 {
        width: 66.6666%;
    }
    .flex-col-9 {
        width: 74%;
    }
}

/* Custom Button */
.button-basic {
    display: inline-block;
    padding: 11px 28px;
    border: none;
    border-radius: 45px;
    font-size: 0.9em;
    font-weight: 500;
    letter-spacing: 0.3px;
    text-transform: uppercase;
    text-decoration: none!important;
    color: #fff;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    position: relative;
}

.button-primary {
    background: #000000;
    color: #fff !important;
}
.button-primary:hover {
    background: #ad1825;
}
.button-secondary {
    border: 2px solid #5dbfbe;
    background: #5dbfbe;
}
.button-secondary:hover {
    color: #fff;
}

/* Background classes */
.bg-custom-light {
    background: #f1f1f1;
}
.bg-custom-primary {
    background: #D61C2A;
}
.bg-custom-secondary {
    background: #000;
}
/* Header css */
header {
    position: fixed;
    left: 0;
    right: 0;
    top:0;
    margin-top: -10px;
    padding: 0;
    max-width: none;
    padding-left: 15px;
    padding-right: 15px;
    height: 90px !important;
    background-color: #fff;
    -webkit-box-shadow: 0 8px 6px -7px rgba(0,0,0,0.2);
    -moz-box-shadow: 0 8px 6px -7px rgba(0,0,0,0.2);
    box-shadow: 0 8px 6px -7px rgba(0,0,0,0.2);
    z-index: 10;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
body.path---kill-it-on-linkedin header {}
body.path---kill-it-on-linkedin .head-padding {}

header.sticky {
    background-color: #fff;
}
header .container {
    width: 100%;
}
header .fLogo {
    margin-top: 17px;
    display: inline-block;
}
header .fLogo img {
    width: 70%;
	margin-top: 12px;
}
/*
header .fLogo ul li:nth-child(2) {
    display: none;
}
*/
@media (min-width: 992px) {
    header {
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
        height: 94px;
    }
    header.sticky {
        -webkit-box-shadow: 0 8px 6px -7px rgba(0,0,0,0.2);
        -moz-box-shadow: 0 8px 6px -7px rgba(0,0,0,0.2);
        box-shadow: 0 8px 6px -7px rgba(0,0,0,0.2);
    }
    header .container {
        width: 970px;
    }
    header .fLogo {
        margin-top: 19px;
    }
    header .fLogo img {
        width: 70%;
		margin-top: 10px;
    }

}
@media (min-width: 1200px) {
    header .container {
        width: 100%;
    }
    header .fLogo img {
        width: 80%;
        margin: 10px auto;
    }
    header .fLogo {
        margin-top: 20px;
    }
}

/* Main Navigation */
.navbar-header {
    display:block;
    width: 100%;
}
.navbar-toggle {
    float: right;
    display: block;
    z-index: 1;
    margin: 32px -35px 0 0;
}
.navbar-toggle .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px;
    background: #1c1d1d;
}
header .fNav {
    right: -19px !important;
    left: -19px;
    overflow: hidden;
    position: absolute;
    -webkit-box-shadow: 0 8px 6px -7px rgba(0,0,0,0.2);
    -moz-box-shadow: 0 8px 6px -7px rgba(0,0,0,0.2);
    box-shadow: 0 8px 6px -7px rgba(0,0,0,0.2);
    margin-top: 0px;
}
header .fNav nav ul li a,
header.sticky .fNav nav ul li a  {
    color: #fff;
    font-size: 0.95em;
    padding: 10px 0 10px 32px;
    display: block;
}
header nav ul.fMenu {
   width: 100%;
   background: #1c1d1d;
   margin-top: 4.5px;
}
header .fNav nav ul li {
    float: none;
    display: inline-block;
    width: 100%;
    margin: 0 !important;
    text-align: left;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    position: relative;
}  
.fNav-new .fModuleContent nav ul .fGetstarted a {
    background: #163760;
    padding: 12px 38px;
    color: #fff;
    font-weight: 500;
    border-radius: 30px;
    text-align:center;
    box-shadow: 5px 1px 9px 0px rgba(22, 55, 96, .3);
}
.fNav-new .fModuleContent nav ul .fGetstarted a:hover {
    background: #2b5282;
}
header .fNav nav ul li:hover a {
    color: #fff;
} 
header .fNav nav ul li a:hover,
header.sticky .fNav nav ul li a:hover {
    background: #e71c24;
}   
header .fNav nav ul ul {
    width: 100%;
    position: relative;
    box-shadow: 0px 0px 0px;
    left: 0;
    margin: 0px;
    border-left: 0px none;
    border-right: 0px none;
    display: none;
    background-color: rgba(255,255,255,0.1);
}
.region-header{
    display: -webkit-box;
}
header .fNav nav ul ul li {
    float: none;
    width: 100%;
    margin:0px;
    text-align: left;
}  
header nav ul li:hover ul {
    display:block;
} 
@media (min-width: 768px) {
    header .fNav nav ul li a,
    header.sticky .fNav nav ul li a {
        padding: 10px 0 10px 47px;
    }
    .navbar-toggle {
        margin: 32px 0 0 0;
    }
}
@media (min-width: 992px) {
    .navbar-toggle {
        display: none;
    }
    header .fNav {
        display: flex;
        padding: 28px 40px 0px 0;
        margin-top: 0px;
        width: 75%;
        justify-content: flex-end;
        position: relative;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
        float: right;
        overflow: visible;
    }
    header .fNav nav ul li {
        display: inline-block;
        padding: 0px;
        width: auto;
    }
    header .fNav nav ul li a,
    header.sticky .fNav nav ul li a {
        color: #ad1825;
        font-size: .85em;
        font-weight: 600;
        padding: 0 16px 40px 16px;
        text-transform: uppercase;
    }
    header nav ul.fMenu {
        background-color: transparent;
        margin-top:0;
    }
    header .fNav nav ul li:hover {
        background: transparent;
    } 
    header .fNav nav ul li a:hover,
    header.sticky .fNav nav ul li a:hover {
        background: transparent;
    } 
    header .fNav nav ul li:hover a {
        color: #1c1d1d;
    } 
    header .fNav nav ul ul {
        width: 250px;
        position: absolute;
        -webkit-box-shadow: 0 3px 6px rgba(0,0,0,0.2);
        -moz-box-shadow: 0 3px 6px rgba(0,0,0,0.2);
        -ms-box-shadow: 0 3px 6px rgba(0,0,0,0.2);
        -o-box-shadow: 0 3px 6px rgba(0,0,0,0.2);
        box-shadow: 0 3px 6px rgba(0,0,0,0.2);
        left: 15px;
        border-left: 0px none;
        border-right: 0px none;
        display: none;
        background-color: #fff;
        border-radius: 2px;
        -webkit-transform: none;
        -moz-transform: none;
        transform: none;
    }
    header .fNav nav ul ul li {
        padding: 0!important;
    }
    header .fNav nav ul ul li a {
        color: #222!important;
        padding: 15px!important;
        background: transparent!important;
        border-bottom: 1px solid rgba(0,0,0,0.5);
        font-weight: 500;
        display: block;
        font-size: 0.95em!important;
    }
    header .fNav nav ul ul li a:hover {
        color: #fff!important;
        background: #b82542!important;
        border-bottom: 1px solid #b82542!important;
    }

    
}
@media(min-width: 1200px) {
    header .fNav nav ul li a, header.sticky .fNav nav ul li a {
        padding: 12px 19px 12px 19px;
    }
}

/* head-padding control */
.head-padding {
    padding-top: 77px;
}
@media (min-width: 992px) {
    .head-padding {
        padding-top: 84px;
    }
}
@media (max-width: 767px) {
    .row{
        padding: 0px 0px;
    }

    .owl-carousel .owl-item,
    .owl-carousel{
        padding: 20px;
    }
    .fTestimonials ul li a img {
        left: 40px;
    }
    h1 {
        font-size: 40px;
    }

    
}
@media (max-width: 415px) {
 
    p{
        font-size:14px;
    }
    .fServices ul li{
        width: 99% !important;
        margin: 1% !important;
    }
}


/* Banner */
.fBanner {
    position: relative;
    color: #fff;
}
.fBanner ul li img {
    width: 100%;
    max-width: 100%;
}
.fBanner ul li {
    position: relative;
}
.fBanner ul li .fGalleryText {
    position: absolute;
    top: 0;
    left: 0;
    text-align: center;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    -webkit-transform: none;
    transform: none;
    padding: 0 15px;
}
.fBanner ul li .fGalleryText h2 {
    font-size: 2em;
    letter-spacing: 2px;
    font-weight: 600;
    line-height: 120%;
    margin: 0 0 5px 0;
}
.fBanner ul li .fGalleryText h4 {
    font-size: 1.1em;
    margin: 0 0 15px 0;
    line-height: 140%;
}

.fBanner ul li .fGalleryText h1 {
    color: #fbae0a;
}
.fBanner ul li .fGalleryText p {
    margin:0;
}
.fBanner ul li .fGalleryText p a {
    margin: 0 10px;
}
.fBanner .bx-wrapper .bx-controls-direction a {
    z-index: 2;
}

@media (min-width: 768px) {
    .fBanner ul li .fGalleryText {
        padding:0;
    }
    .fBanner ul li .fGalleryText h2{
        font-size: 2.5em;
        letter-spacing: 3px;
        font-weight: 600;
        line-height: 140%;
        margin: 0;
    }
    .fBanner ul li .fGalleryText h4 {
        font-size: 1.5em;
        margin: 0 0 20px 0;
        line-height: 140%;
    }
}
@media (min-width: 992px) {
    .fBanner ul li .fGalleryText h2 {
        font-size: 3.5em;
        line-height: 150%;
    }
    .fBanner ul li .fGalleryText h4 {
        font-size: 1.5em;
        font-family: 'Lato', sans-serif !important;
    }
}
@media (min-width: 1200px) {
    .fBanner ul li .fGalleryText h2 {
        font-size: 3em;
    }
  
}

/* Head padding control */
.head-padding {
    padding-top: 120px;
}
@media (min-width: 992px) {
    .head-padding {
        padding-top: 80px;
    }
}


@media (max-width: 991px) {

.fSpotlight {background:#f29c38;color:#fff !important;text-align:center;padding: 8px 10px 5px;}
.fSpotlight p {
    margin: 0px 5px;
    text-align: right;
}
.fSpotlight a {color:#fff !important;font-size: 1em !important;font-weight: 500;}
.fBanner ul li img {
}
    .banner-homepage .fModuleContent ul li .fGalleryText h3 {
    display: none;
}
    .banner-homepage .fModuleContent ul li .fGalleryText h1 {
        font-size: 1.8em;
        margin-top: 7px;
    } 
    .banner-homepage .fModuleContent ul li .fGalleryText a {
    }
    .btn-red {
        margin:5px !important;
        display:inline-block;
    }
    .banner-homepage .fModuleContent ul li .fGalleryText p {
        font-size: 1em;
    }

    .fHomeAbout h2, .fHomeMethod h2, .fHomeBsolutions h2 {
    color: #140f32;
    font-weight: 500;
    font-size: 1.3em !important;
    padding: 0px !important;
    margin: 0px !important;
}
    header .fNav nav ul li a {
        text-align:center !important;
        padding: 18px 0 18px 0px !important;
        font-size: 1.1em;
    }
    header nav ul.fMenu {
       margin-top: 88.5px !important;
    }
    .fAboutus .row{
        text-align:center;
    }
.fAboutus .col-md-6 p {
    font-size: .95em;
    line-height: 28px;
}
    .fServices ul li {
        width: 99% !important;
        margin: 1% !important;
    }
	header .fNav {
		margin-top: 0px;
	}
}

/* About Us */

.fAboutus {
    padding: 50px 0px;
    background: #f1f1f1;
}
.fAboutus h5 {
	font-size:1.6em;
}

.fAboutus img {
    width: 80%;
    margin:0px auto;
    box-shadow: 2px 1px 5px 0px rgba(22, 55, 96, .2);
}
.fAboutus p {
    font-size: 1em;
}
.btn-ghost-red {
    margin: 40px auto;
}
.btn-ghost-red a{
    background:transparent;
    padding: 9px 32px;
    color:#1c1d1d;
    font-weight: 500;
    border-radius: 30px;
    text-align: center;
    border: 2px solid #ad1825;
    transition: all 0.4s ease 0s;
    text-transform: uppercase;
}
.btn-ghost-red a:hover{
    background: #ad1825;
    color:#fff;
}

/* Services */

.fServices{
	padding: 30px 0px 55px;
}
.fServices ul li{
    list-style:none !important;
    text-align:center;
    width:30%;
    margin:1%;
    padding:20px;
    transition:all 0.4s ease 0s;
    border: 1px solid rgba(0,0,0,.2);
    border-radius: 20px;
}
.fServices ul li:hover{
    background-color: #000;
    box-shadow: 2px 1px 5px 0px rgba(22, 55, 96, .2);
    border-radius:25px;
}
.fServices ul li:hover h3 a,
.fServices ul li:hover p{
    color:#fff !important;
}
/*.fServices ul{
    padding: 30px 10px;
}*/
.fServices ul li h3 a{
    color: #000 !important;
    font-size: 0.7em;
    font-weight: 600;
    font-weight: 600;
    line-height: 130%;
}
.fServices ul li h3 {
    line-height:60% !important;
}
.fServices ul li p {
    font-size: 0.9em;
    color: rgba(0,0,0,.5);
}
.fServices ul li a {
    font-size: 0.9em;
    color: #ad1825;
}
.fServices ul li a img {
    margin:0px auto;
    width: 80px;
}


/* Testimonials */

.fTestimonials .fModuleTitle h3 {
	color:#fff !important;
}
.fTestimonials ul li{
    list-style:none !important;
    width:98%;
    margin:1%;
    padding: 10px 30px;
}
.fTestimonials::after{
    background-image:url("https://storage.unitedwebnetwork.com/files/527/246e854b9571f1a12fa284a804314229.png");
    content: "";
    top: -90px;
    left: 0;
    bottom: 0;
    right: 0;
    position: absolute;
    z-index: -1;
    background-size: cover;
    overflow: hidden;
	opacity:0.4;
}
.fTestimonials .fTestimonials ul li .fGalleryText, 
.fTestimonials ul li{
    display:flex;
    /*flex-direction:column-reverse;*/
}
.fTestimonials .fModuleContent{
    padding:30px 0px;
}
.fTestimonials ul li a img{
    border-radius:50%;
    border: 3px solid #e71c24;
    position: absolute;
    z-index: 1;
    width: 12%;
    left: 10px;
    top: 0px;
}
.fTestimonials ul li .fGalleryText{
    border: 1px solid rgba(0,0,0,0.05);
    padding: 11px 40px 20px 58px;
    position: relative;
    background: #fff;
    border-radius: 5px;
}
.fTestimonials ul li .fGalleryText h3 a{
    font-size:0.8em;
}
.fTestimonials ul li .fGalleryText h3{
    margin-bottom:0px;
}
.fTestimonials ul li .fGalleryText h3 p{
    margin: 0px;
    color:#b5b5b5;
    line-height:15px;
    font-size:14px;
}
.fTestimonials ul li .fGalleryText h3 a:hover{
    color:#e71c24;
}
.fTestimonials{
    padding: 50px 0px;
    background: #000;
}
.fTestimonials ul li p{
    font-size: 1em;
    color: #000;
}
.fTestimonials ul li .owl-pagination{
    margin-top:40px;
}

/* Certification */
.fCertification {
	border:1px solid #dedede;
	padding:20px 0px;
}

.fCertification .fModuleTitle h3 {
	font-size: .9em;
	text-transform: uppercase;
}

/* Contact Callout */
.fContactCallout {
	padding: 10px 0px 10px !important;
	border-top:1px solid #dedede
}
.fContactCallout img {
	margin:0px auto;
}




/* Highlights */
body.path-blog- .fHighlights {padding:0px;}
body.path-blog- .fHighlights .fGalleryText {margin: 0px 0px 0px;}

.fHighlights {padding: 25px;}
.fHighlights .fModuleTitle h3 {
}
.fHighlights p {
    margin: 0;
}
.fHighlights img {
    border: 2px solid #cdcdcd;
	margin-top:20px;
}
.fHighlights .fGalleryText {
    padding: 10px 0;
    background: #fff;
    margin: 0 0 40px 0;
}
.fHighlights .fGalleryText h3 {
    line-height: 148%;
    font-weight: 600;
    margin:0;
    color:#222;
    font-size: 0.9em;
}
@media(min-width: 768px) and (max-width: 991px) {
    .fHighlights .flex-col-4 {
        width: 50%;
    }
}

/* Contact Us */

.fContactus{
    padding:80px 10px;
}
.fContactus .row .col-md-5{
    background-color:#1c1d1d;
    padding: 50px;
}
.fContactus .row .col-md-5 h1{
    color:#e71c24 !important;
}
.single-info-item{
    list-style:none !important;
    display: -webkit-box;
    margin: 35px auto;
}
.content span{
    color:#fff;
}
.single-info-item .icon{
    color: #fff;
    background-color: #e71c24;
    padding: 16px 20px;
    border-radius: 50%;
    margin-right:10px;
}

/* ModuleTitle css */
.fModuleTitle h3 {
    font-size: 1.7em;
    font-weight: 600;
    padding: 0 15px;
    color: #020530;
    text-align: center;
}
.fModuleTitle h3::after {
    content: "";
    display: block;
    width: 80px;
    height: 3px;
    margin: 15px auto 0 auto;
    background: #ad1825;
}

/* Form */

form{
    padding:10px 40px;
}
.fForm fieldset {
    border: 0px none;
    border-top: 2px solid #000000 !important;
    padding: 1rem 0px;
    margin-top: 0rem !important;
}
.fForm fieldset legend {
    font-weight: bold;
    padding: 0px 0rem 1.05rem 0 !important;
    color: #000000;
    font-family: 'DM Sans', 'Montserrat', sans-serif;
    border-bottom: 2px solid #000;
    text-transform: uppercase;
}
.fForm label {
    width: 160px !important;
    text-align: right;
    display: block;
    float: left;
    margin-right: 10px;
    padding: 0.25rem 0px;
}

.fForm input, .fForm select, .fForm textarea {
    font-size: 1rem;
    font-family: Helvetica, Arial, sans-serif;
    padding: .25rem 0px;
    border: 1px solid #ababab !important;
    height: 37px;
    border-radius: 3px;
    background: #f7f7f7;
}
.fForm .buttons {
    padding-left: 157px !important;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}
.fForm .buttons a {text-align: center !important;margin: 10px auto 0px;width: 100%;float: right;}


/* Footer */
#fFooter {
   padding: 10px 0 5px !important;
   margin: 0px 0 0 0;
   background: #000;
   overflow: hidden;
   position: relative;
   clear: both;
   color: #fff;
}
.fFooter-Text p{
    color:rgba(255,255,255,0.5);
    font-size: 0.9em;
}
.fFooter-Text a img{
    margin: 5px 0px;
}
#fModule--fGalleryItem-80868 a img{
    width: 40%;
    padding: 20px 0px;
}
.fFooterNav .fModuleContent h4{
    color: #ffffff;
    font-size: 15px;
    font-weight: 500;
    text-transform: uppercase;
    margin-bottom: 10px;
    margin-top: 30px;
}
.fFooterNav{
    padding:20px 0px;
}
.fFooterNav .fModuleContent ul li{
    margin: 5px auto;
    opacity: .5;
}
.fFooterNav .fModuleContent ul li a{
    transition: all 0.3s ease;
    color: #fff;
    font-weight:bold;
    font-size: 0.85em;
}
.fFooterNav .fModuleContent ul li a:hover{
    color: #ffffff;
}
.footer-bottom ul li p, .footer-bottom ul li a{
    font-weight:normal !important;
    color:#fff;
}
.footer-bottom ul li p{
    padding: 0px !important;
    border-right: none !important;
    font-size: 0.85em;
    margin: 0px auto;
}
.footer-bottom ul li p, .footer-bottom ul, .footer-social-links{
    flex-wrap: wrap;
    flex-wrap: nowrap;
    x;
}
.footer-bottom::before{
     border-style: dotted;
    border-width: 1px 0 0;
    border-color: rgba(255,255,255,.56);
    transition: background .3s,border .3s,border-radius .3s,box-shadow .3s;
    margin-top: 80px;
    margin-bottom: 0;
    padding: 30px 0 0;
}
.footer-social-links p {margin:0px;}
.footer-social-links p.credits {margin:10px; font-size:90%; opacity:1;}
.footer-social-links p.credits a {color: #b61925;}
.footer-social-links ul li a i{
    color: #fff !important;
    font-size: 14px;
    padding: .7em .6em;
    border-radius: 54%;
    text-align: center !important;
    margin: 0px auto;
}
.fa-instagram,
.fa-facebook-square,
.fa-linkedin,
.fa-youtube-play{
    background-color: #ad1825;
}
.footer-social-links ul{
    padding: 20px 0px;
}
.footer-bottom ul li p, .footer-bottom ul li{
    margin: 0px 9px auto 4px !important;
    padding-right: 19px;
}
.footer-bottom ul li.last {
    border-right:none;
}
#fFooter {
   padding: 13px 0 20px 0px!important;
   margin: 0px 0 0 0;
   background: #000112;
   overflow: hidden;
   position: relative;
   clear: both;
   text-align: center;
}
#fFooter .fFooter-text p img {
    width: 210px;
    margin: 0 auto 10px auto;
}
#fFooter .fFooter-text p {
    margin: 0px 0px 17px;
    font-size: .9em;
    line-height: 150%;
    padding-right: 43px;
    color: #fff;
}
#fFooter .fFooterNav ul.quick-links {
    margin: 30px 0 0 0;
}
#fFooter .fFooterNav ul.quick-links li {
    margin: 0 0 8px 0;
}
#fFooter .fFooterNav ul.quick-links li a {
    color: #171717;
    font-size: 0.95em;
}
#fFooter .fFooterNav ul.quick-links li a:hover {
    color: #b82542;
}
#fFooter .fFooterSocial h4 {
    margin: 26px 0 5px 0;
    font-size: 1.4em;
    font-weight: 500;
    color: #565656;
}
#fFooter .fFooterSocial ul.social-icons {
    display: flex;
    justify-content: center;
}
#fFooter .fFooterSocial ul.social-icons li {
    margin-right: 8px;
}
#fFooter .fFooterSocial ul.social-icons li a {
    width: 30px;
    height: 30px;
    background: #b82542;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}
#fFooter .fFooterSocial ul.social-icons li a:hover {
    background: #f8c133;
}
#fFooter .fFooterSocial ul.social-icons li a i {
    color: #fff;
    margin-left: 4px;
}
#fFooter .fFooterSocial .contact-info {
    margin: 45px 0 0 0;
}
#fFooter .fFooterSocial .contact-info p {
    margin: 0 0 15px 0;
    font-size: 0.95em;
}
#fFooter .fFooterSocial .contact-info p i {
    color: #b82542;
    width: 26px;
}
#fFooter .fAddiDetails {
    padding: 30px 15px 0 15px;
    height: 220px;
}
#fFooter .fAddiDetails .details-wrapper {
    display: flex;
    margin: 0 0 10px 0;
    align-items: center;
    justify-content: center;
}
#fFooter .fAddiDetails .icon {
    margin-right: 10px;
}
#fFooter .fAddiDetails .content p {
    margin: 0 0 5px 0;
    font-size: 0.95em;
    color: #1d1d1d;
    line-height: 140%;
}
#fFooter .fAddiDetails .content p a {
    color: #1d1d1d;
}
#fFooter .fAddiDetails .content p a:active,
#fFooter .fAddiDetails .content p a:hover {
    color: #b82542;
}
#fFooter .fAddiDetails .content p.title {
    font-weight: 500;
}

#fFooter .footer-content {
    margin: 0 auto;
    padding: 20px 0px 10px;
}
.width-70 {width:70%; margin:0px auto; display:flex;}
.width-80 {width:80%; margin:0px auto; display:flex;}
.width-90 {width:90%; margin:0px auto; display:flex;}

/* ABOUT Page */
.fWhatwedo {padding: 50px 0px 20px;}
.fWhatwedo p {font-size: 1.12em;text-align:center;width: 85%;margin: 0px auto;}

.fHistory {padding:20px 40px 50px;}
.fHistory .item1 {background:#f1f1f1;min-height: 300px;padding:30px 45px;border: 1px solid #dedede;border-right:none;}
.fHistory .item2 {background:#fff;min-height: 300px;padding:30px 45px;border: 1px solid #dedede;}
.fHistory .item1 h5 {color:#000 !important;}
.fHistory .item2 h5 {color:#000000;}
.fHistory h5 {font-size:1.5em;}

.fFounder {
    padding: 0px 0px 30px !important;
}
.fFounder img {position:absolute;top: 77px;right: 20px;}
.fFounder h3 {margin:10px 0px;color: #ad1825 !important;}
.contactshot {padding: 5px 10px;font-size: 85%;margin: 26px 10px;border-radius:4px;border: 1px solid #dedede;}
.contactshot p { margin: 10px; 0px 5px;}

.fQualifications {background: #b61925;padding: 30px 0px 65px;color: #fff !important;}
.fQualifications .fModuleTitle h3 {color: #fff !important;}
.fQualifications .fModuleTitle h3::after {
    background: #000000;
}

.fQualifications ul {
    margin: 20px 60px;
}
.fQualifications ul li {line-height:190%;}

/* SERVICES Page */
.fServiceTagline {
    padding: 20px 0px 30px;
}
.fServiceTagline h5 {
    text-align: center;
    font-size: 2.3em;
    margin-bottom: 0px;
    font-style: italic;
}
.fServiceTagline p {
    text-align: center;
    font-size: 1.4em;
    margin: 0px 0px;
    padding: 0px;
}

.fInfo {}
.fInfo h5 {
    font-size: 1.2em;
    text-align: center;
    color: #000;
}
.fInfo p {
    text-align: center;
    font-size: 1.1em;
}

.fServices {}
.fServices p {
    text-align: center;
}

.fOfferings {background: #fff;padding: 30px 0px 50px;color: #fff !important;border: 1px solid #cdcdcd;}
.fOfferings h5 {color: #000 !important;text-align:center;font-size:1.6em;}
.fOfferings h5::after {
    content: "";
    display: block;
    width: 80px;
    height: 3px;
    margin: 15px auto 0 auto;
    background: #000000;
}
.fOfferings ul {
    margin: 20px 60px;
    text-align: center;
}
.fOfferings ul > li:nth-child(odd) {line-height: 200%;list-style: none !important;background: #000112;display: inline-flex;padding: 10px 22px;margin: 6px;border-radius: 8px;font-size: 18px !important;}


.fOfferings ul > li:nth-child(even) {line-height: 200%;list-style: none !important;background: #ad1825;display: inline-flex;padding: 10px 22px;margin: 6px;border-radius: 8px;font-size: 18px !important;}




.fCareers {padding:20px 40px 50px;}
.fCareers .item1 {background:#f1f1f1;min-height: 300px;padding:30px 45px;border: 1px solid #dedede;border-right:none;}
.fCareers .item2 {background:#fff;min-height: 300px;padding:30px 45px;border: 1px solid #dedede;border-right: none;}
.fCareers .item3 {background:#f1f1f1;min-height: 300px;padding:30px 45px;border: 1px solid #dedede;border-right:none;}
.fCareers .item1 h5, .fCareers .item2 h5, .fCareers .item3 h5 {}
.fCareers h5 {font-size: 1.2em;}
.fCareers a {
    font-size: 17px;
}
