@import url('https://fonts.googleapis.com/css?family=Lato:300,400,700,900');

@import url('https://fonts.googleapis.com/css?family=Raleway:300,400,500,600,700,800');

body {
	font-family: 'Lato', sans-serif;
	font-size: 15px;
	color: #666;
}
a, img {
	text-decoration: none;
	outline: none;
	border: none;
	transition: all .4s;
}
.btn {
    transition: all .4s;
}
:focus {
	outline: 0 !important;
	box-shadow: none !important;
}
a, a:hover, a:focus, a:active {
	text-decoration: none;
	outline: 0px;
}
h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
}
.top-navbar {
    background-color: #fff;
    /*height: 124px;*/
    display: flex;
    align-self: center;
    align-items: center;
    box-shadow: 0px 2px 20px rgba(0, 0, 0, 0.25);
    transition: all 0.5s;
}
.aftr-scroll-header {
    transition: all 0.5s;
}
.top-navbar .container-fluid {
    padding-right: 30px;
    padding-left: 30px;
}
.aftr-scroll-header .navbar-brand img {
    max-width: 150px;
    transition: all .5s;
}
header .navbar {
	background-color: transparent;
	padding: 5px 0 5px;
}
header .navbar-light .navbar-nav .nav-link {
    font-size: 14px;
	color: #0c161a;
    padding: 5px 19px 5px;
    font-weight: 500;
    text-transform: uppercase;
}
header .navbar-light .navbar-nav .nav-link:hover,
header .navbar-light .navbar-nav .nav-link:focus,
header .navbar-light .navbar-nav .active>.nav-link {
	color: #b71919;
}
header .navbar-light .navbar-nav .active>.nav-link {
    font-weight: 700;
}
#navbar-main {
	position: relative;
}
header .navbar-light .navbar-nav .nav-btn .nav-link {    
    background-color: #b51212;
    border: 1px solid #474747;
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    border-radius: 8px;
    padding: 13px 35px;  
    margin-left: 20px;
}
header .navbar-light .navbar-nav .nav-btn .nav-link:hover{    
    background-color: #272424;
    color: #fff;
  
}
.slider-wrapper {
	position: relative;
    margin-top: 81px;
}
.slider-wrapper .container {
    position: relative;
}
.slider-wrapper .carousel-caption {
	right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    z-index: 2;
    color: #fff;
    display: flex;
    align-items: center;
    height: 100%;
    text-align: left;
}
.slider-wrapper h1 {
    font-family: 'Raleway', sans-serif;
    font-size: 50px;
    font-weight: 800;
    text-transform: uppercase;
    text-shadow: 1px 2px 3px rgba(0,0,0,.5);
    margin-bottom: 15px;
}
.slider-wrapper p {
    font-family: 'Raleway', sans-serif;
    font-size: 15px;
    font-weight: 600;
}
.carousel-indicators li {
    position: relative;
    display: block !important;
    margin-right: 9px;
    margin-left: 9px;
    text-indent: -999px;
    background-color: #fff;
    border-radius: 100px;
    width: 6px;
    height: 6px;
    border: 1px solid #333;
    cursor: pointer;
}
.carousel-indicators .active {
    background-color: #fff;
    position: relative;
}
.carousel-indicators .active:after {
    content: "";
    position: absolute;
    left: -9px;
    top: -9px;
    border: 2px solid #fff;
    width: 22px;
    height: 22px;
    border-radius: 100%;
}
.slider-wrapper .carousel-control-next, .slider-wrapper .carousel-control-prev {
    position: absolute;
    top: auto;
    bottom: 50px;
    right: 100px;
    background-color: #273272;
    height: 30px;
    width: 30px;
    border-radius: 100px;
    color: #fff;
    text-align: center;
    opacity: 1;
}
.slider-wrapper .carousel-control-next:hover, .slider-wrapper .carousel-control-prev:hover {
	background-color: #87C047;
}
.slider-wrapper .carousel-control-prev {    
    left: auto;
    margin-right: 40px;
}
.btn-red {
    background-color: #b51212;
    border-color: transparent;
    color: #fff;
    font-size: 15px;
    font-weight: 700;
    min-width: 175px;
    padding: 13px 10px 13px;
    text-transform: uppercase;
    text-align: center;
    border-radius: 8px;
}
.btn-red:hover {
	background-color: #272424;
	color: #fff;    
}
.btn-hover {
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    position: relative;
    border-radius: 8px;
}
.btn-hover span {
    z-index: 2;
    display: block;
    position: relative;    
}
/*.btn-hover::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: 0;
    background-color: rgba(39,36,36,1);
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    -webkit-transform: scale(0.5, 1);
    transform: scale(0.5, 1);
    border-radius: 8px;
}
.btn-hover:hover::before {
    opacity: 1;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
}*/
.video-thumbs {
    border: 1px solid #fff;
    box-shadow: 0 0 20px 0 rgba(0,0,0,.75);
}
.slider-video {
    width: 100%;
    height: auto;
}
.jcarousel-wrapper {
    margin: 0px auto 0px;
    position: relative;
    -moz-box-shadow: 0px 0px 12px 0px rgba(204,204,204,0.75);
    -webkit-box-shadow: 0px 0px 12px 0px rgba(204,204,204,0.75);
    -ms-box-shadow: 0px 0px 12px 0px rgba(204,204,204,0.75);
    box-shadow: 0px 0px 12px 0px rgba(204,204,204,0.75);
    padding: 60px 0 60px;
}
.jcarousel-wrapper .jcarousel li {
    padding: 10px 20px;
    /*background: #ffffff;*/
    /*height: 230px;*/
    /*display: flex;*/
    /*align-items: center;*/
    /*justify-content: center;*/
    /*margin-right: 20px;*/
    /*box-shadow: 0 0 5px rgba(0,0,0,0.2);*/
    /*margin: 10px;*/
}
.jcarousel img{
    max-width: 220px;
}
.section {
    padding: 80px 0;
}
.section-title {
    font-size: 44px;
    color: #000;
    font-weight: 700;
    margin-bottom: 30px;
}
.about-icon-box {
    position: relative;
    background-color: #fff;
    padding: 25px 10px 5px;
    text-align: center;
    transition: all .3s;
}
.about-icon-box:hover {
    background-color: #fff;
    box-shadow: 0 0 20px rgba(221,221,221,.75);
    padding: 25px 10px 5px;
    transform: translateY(-20px);
}
.sub-title {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 20px;
    color: #000;
}
.about-icon-box p {
    font-weight: 300;
}
.about-icon {
    width: 78px;
    height: 62px;
    display: table;
    margin:0 auto 40px;
    transition: all .3s;
}
.about-icon-box:hover .about-icon {
    background-position: 0 -63px !important;
}
.about-icon-1 {
    background: url(../images/about-icon1.jpg) no-repeat;
}
.about-icon-2 {
    background: url(../images/about-icon2.jpg) no-repeat;
}
.about-icon-3 {
    background: url(../images/about-icon3.jpg) no-repeat;
}
.about-icon-4 {
    background: url(../images/about-icon4.jpg) no-repeat;
}
.about-icon-box::before, .about-icon-box::after {
  box-sizing: inherit;
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
}
.draw::before, .draw::after {
  border: 1px solid transparent;
  width: 0;
  height: 0;
}
.draw::before {
  top: 0;
  left: 0;
}
.draw::after {
  bottom: 0;
  right: 0;
}
.draw:hover {
  /*color: #60daaa;*/
}
.draw:hover::before, .draw:hover::after {
  width: 100%;
  height: 100%;
}
.draw:hover::before {
  border-top-color: #d81818;
  border-right-color: #d81818;
  transition: width 0.25s ease-out, height 0.25s ease-out 0.25s;
}
.draw:hover::after {
  border-bottom-color: #d81818;
  border-left-color: #d81818;
  transition: border-color 0s ease-out 0.5s, width 0.25s ease-out 0.5s, height 0.25s ease-out 0.75s;
}
.case-study-wrapper {
    position: relative;
    background-color: #d91919;
    color: #fff;
}
.text-white {
    color: #fff !important;
}
.case-study-img {
    position: absolute;
    right: 0;
}
.case-study-wrapper p, .integer-black-bg p, .about-inpractice-wrapper p, .our-client-box p {
    font-weight: 500;
    margin-bottom: 25px;
}
.integer-wrapper {
    position: relative;
    background-color: #272424;
}
.integer-black-bg {
    padding: 80px 65px 80px 80px;
}
.large-bg-img {
    background-size: cover !important;
    height: 100%;
    width: 100%;
    position: absolute;
    right: 0;
}
.text-semibold {
    font-weight: 600 !important;
}
.text-dark-grey {
    color: #999;
}
.text-light-grey, a.text-light-grey {
    color: #ccc;
}
a.text-light-grey:hover {
    color: #bc1313;
}
.text-orange {
    color: #fc390c;
}
a.text-orange:hover {
    color: #fff;
}
.lead {
    font-size: 20px;
    font-weight: 600;
    font-style: italic;
}
.services-wrapper {
    text-align: center;
}
.services-wrapper .section-title {
    margin-bottom: 50px;
}
.services-box {
    background-color: #fff;
    border: 1px solid #eceaea;
    padding: 50px 18px;
    box-shadow: -5px 1px 5px 0px rgba(230,228,288,.75);
    transition: all .3s;
}
.service-icon {
    width: 78px;
    height: 78px;
    display: table;
    margin:0 auto 30px;
    transition: all .3s;
}
.services-box:hover .service-icon {
    background-position: 0 -79px !important;
}
.service-icon-1 {
    background: url(../images/service-icon1.png) no-repeat;
}
.service-icon-2 {
    background: url(../images/service-icon2.png) no-repeat;
}
.service-icon-3 {
    background: url(../images/service-icon3.png) no-repeat;
}
.service-icon-4 {
    background: url(../images/service-icon4.png) no-repeat;
}
.services-box p {
    color: #333;
    font-weight: 300;
}
.btn-bordered {
    position: relative;
    border: 1px solid #ccc;
    min-width: 165px;
    padding: 12px 10px;
    border-radius: 8px;
    text-transform: uppercase;
    color: #666;
}
.btn-bordered:hover {    
    color: #fff;
}
.services-box .btn-bordered {
    margin-top: 10px;
    background-color: #fff;
}
.services-box:hover {
    background-color: #b61212;
    color: #fff;
}
.services-box:hover p, .services-box:hover .sub-title, .services-box:hover .btn-bordered {
    color: #fff;
}
.services-box:hover .btn-bordered {
    background-color: #b61212;
   border: 1px solid #fff;
}
.our-client-wrapper {
    background: url(../images/our-client-bg.jpg) no-repeat center top;
    background-attachment: fixed;
    background-size: cover;
}
.our-client-box {
    background-color: rgba(0,0,0,.8);
    padding: 60px 50px;
    color: #fff;
}
.about-inpractice-wrapper {
    position: relative;
    color: #fff;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#db1919+0,b51212+99 */
    background: #db1919; /* Old browsers */
    background: -moz-linear-gradient(top, #db1919 0%, #b51212 99%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #db1919 0%,#b51212 99%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #db1919 0%,#b51212 99%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#db1919', endColorstr='#b51212',GradientType=0 ); /* IE6-9 */
}
.about-inpractice-wrapper .large-bg-img {
    left: 0;
}
.about-inpractice-wrapper .integer-black-bg {
    position: relative;
    z-index: 1;
}
.about-inpractice-wrapper .integer-black-bg::after {
    content: "";
    position: absolute;
    left: 0px;
    top: 0;
    height: 100%;
    width: 10px;
    box-shadow: -6px 0px 10px -3px #000;
    background-color: transparent;
    z-index: -1;
}
.faqs-wrapper h2 {
    margin-bottom: 70px;
}
#accordion-faqs .card-header {
    padding: 0;
    margin-bottom: 0;
    background-color: #F5F5F5;
    margin-bottom: -1px;
    border-radius: 0px !important;
    border-color: transparent;
}
#accordion-faqs .card {
    margin-bottom: 12px;
    border-radius: 0px;
    border: none;
}
#accordion-faqs .card-header h5 {
    position: relative;
    background-color: #b61212;
    font-size: 18px;
    font-weight: 500;
    color: #fff;
    padding: 23px 50px 23px 25px;
    cursor: pointer;
}
#accordion-faqs .card-header h5.collapsed {
    background-color: #efeeee;
    color: #000;
    border: 1px solid #e4e0e0;
}
#accordion-faqs .card-header h5.collapsed:after {
    content: "\f067";
    color: #666;    
}
#accordion-faqs .card-header h5:after {
    content: "\f068";
    font-family: 'FontAwesome';
    font-size: 18px;
    color: #fff;
    position: absolute;
    right: 25px;
    top: 50%;
    margin-top: -10px;
}
#accordion-faqs .card-body {
    background-color: #efeeee;
    border:1px solid #e4e0e0;
    box-shadow: -3px 0px 6px 0px rgba(204,204,204,.75);
    padding: 40px 60px;
}
#accordion-faqs .card-body p:last-child {
    margin-bottom: 0;
}

.book-time-wrapper {
    padding: 100px 0px;
    text-align: center;
    color: #fff;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#db1919+1,b51212+100 */
    background: #db1919; /* Old browsers */
    background: -moz-linear-gradient(top, #db1919 1%, #b51212 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #db1919 1%,#b51212 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #db1919 1%,#b51212 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#db1919', endColorstr='#b51212',GradientType=0 ); /* IE6-9 */
}
.book-time-wrapper h4 {
    font-size: 32px;
    font-weight: 600;
    margin-bottom: 40px;
}

.book-time-wrapper .btn-bordered {
    color: #fff;
    border: 2px solid #fff;
    min-width: 175px;
    padding-top: 11px;
    padding-bottom: 11px;
}
footer {
    background-color: #212121;
    padding-top: 60px;
    color: #999;
}
footer h5 {
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 25px;
}
footer a {
    color: #999;
}
footer a:hover {
    color: #ff3300;
}
footer .list-unstyled li {
    margin-bottom: 3px;
    transition: all .5s;
}
footer .list-unstyled li a:hover {
    padding-left: 10px;
}
footer .quick-link li a.active {
    color: #ff3300;
}
footer .quick-link li a.active:before {
    content: "\f105";
    font-family: 'FontAwesome';
    display: inline-block;
    font-size: 14px;
    color: #ff3300;
    margin-right: 8px;
}
footer .media i {
    margin-top: 4px;
    width: 20px;
}
footer .media p {
    margin-bottom: 5px;
}
footer iframe {
    width: 100%;
    height: 160px;
}
.copyright {
    background-color: #000;
    color: #fff;
    text-align: center;
    padding: 28px 15px;
    margin-top: 30px;
    margin-bottom: 0;
}
.scrollToTop {
    position: fixed;
    right: 20px;
    text-align: center;
    text-decoration: none;
    bottom: 30px;
    background-color: #ac2c26;
    width: 36px;
    height: 36px;
    border-radius: 100px;
    text-align: center;
    font-size: 20px;
    color: #fff;
    font-weight: 600;
    z-index: 3;
    line-height: 1.7;
    display: none;
}
.scrollToTop:hover {
    background-color: #272424;
    color: #fff;
}
.navbar-light .navbar-toggler {
    border-color: transparent;
}
.menu-header_menu-container {
    margin-left: auto !important;
}
.menu-header-menu-container{
	margin-left: auto !important;
}
.quick-link .nav-link{
	padding:0px;
}
.services_menu .nav-link{
	padding:0px;
} 

.single-logo{
        background: #ffffff;
    height: 230px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 0;
    box-shadow: 0 0 5px rgba(0,0,0,0.2);
}

.banner-img{
    height: 540px;
    object-fit: cover;
}
#logo-wrapper {
    background: #B51213;
}
.adv-title {
    color: #fff;
    text-align: center;
    font-size: 20px;
    margin: 10px 0;
}
.btn-call .nav-link {
    background-color: #b51212;
    border-color: transparent;
    color: #fff !important;
    font-size: 15px !important;
    font-weight: 700 !important;
    padding: 13px 13px 13px !important;
    text-transform: uppercase;
    text-align: center;
    border-radius: 20px;
}
.btn-call:hover .nav-link {
    background-color: #272424;
    color: #fff;
}