/* Google fonts */

@import url('https://fonts.googleapis.com/css?family=Montserrat:300,400,400i,700');

/*	font-family: 'Montserrat', sans-serif;  */


/* Import CSS */

@import 'bootstrap.min.css';

/* ----- Bootstrap Main CSS  -----*/

@import 'base.css';

/* ----- Defolt Base Css CSS -----*/

@import 'font-awesome.css';

/* ----- Font Awesome CSS    -----*/

@import 'owl-carousel.css';

/* ----- OWL Carousel CSS    -----*/

@import 'slimmenu.min.css';

/* ----- Menu CSS            -----*/

@import 'wow_animate.css';

/* ----- WOW Animations CSS  -----*/

@import 'video-popup.css';

/* ----- Video Popup CSS     -----*/


/* CSS Document */


/*********************************************************************************************
CSS, HTML and Design Files are all Copyright 2017-2018.
And God said "Let there be code..."
**********************************************************************************************/


/* Reset */

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
strike,
sub,
sup,
tt,
var,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
caption,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

ol,
ul,
li {
    list-style: inside;
}

ol li {
    list-style: inside decimal;
}


/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Text Box  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~  */

input[type="text"],
input[type="email"],
input[type="search"],
input[type="tel"],
input[type="number"],
input[type="password"],
input[type="date"],
select,
textarea {
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
    width: 100%;
    font-size: 16px;
    padding: 12px 15px;
    margin: 5px 0;
    color: #7b7b7b;
    border: 1px solid #d4d4d4;
    background-color: #ffffff;
    color: #111111;
    border-radius: 0;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="tel"]:focus,
input[type="number"]:focus,
input[type="password"]:focus,
input[type="date"]:focus,
textarea:focus {
    -webkit-box-shadow: inset 0px 0px 10px 0px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: inset 0px 0px 10px 0px rgba(0, 0, 0, 0.4);
    box-shadow: inset 0px 0px 10px 0px rgba(0, 0, 0, 0.4);
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

textarea {
    height: 120px;
}


/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Text Box  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~  */

::-moz-selection {
    background: #000000;
    color: #fff;
}

::-webkit-selection {
    background: #000000;
    color: #fff;
}

::-o-selection {
    background: #000000;
    color: #fff;
}


/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Button  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~  */

.btn {
    padding: 0;
    margin: 0;
    white-space: inherit;
}

.btn-link a,
.btn.link a {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    display: inline-block;
    font-size: 16px;
    text-transform: uppercase;
}

.btn a,
input[type="submit"] {
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    cursor: pointer;
    display: inline-block;
    padding: 10px 40px;
    margin-top: 15px;
    font-size: 16px;
    color: #ac1a2f;
    background: none;
    border: 1px solid #ac1a2f;
    text-transform: uppercase;
    -webkit-appearance: none;
    -moz-appearance: none;
}

.btn a:hover,
.btn a:focus,
input[type="submit"]:hover {
    background: #ac1a2f;
    border-color: #ac1a2f;
    color: #ffffff !important;
}

a,
.btn a,
.btn a:hover,
input[type="submit"],
input[type="submit"]:hover {
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

hr {
    height: 1px;
    background: #f7f7f7;
    border: none;
    width: 100%;
    margin: 15px 0;
}

hr.border {
    max-width: 100px;
    width: 100%;
    border: none;
    height: 4px;
    border: none;
    background: #000000;
    position: relative;
    margin: 10px auto;
}

hr.border.left {
    margin: 20px 0;
}

hr.border.white {
    background: #ffffff;
}


/* Typography */

p {
    font-size: 16px;
    line-height: 24px;
    color: #4d4d4d;
    font-weight: 300;
    padding: 10px 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
    font-stretch: normal;
    color: #000000;
    padding: 10px 0;
    letter-spacing: 0.5px;
    text-transform: uppercase;
}

h1 span,
h2 span,
h3 span,
h4 span,
h5 span {
    font-stretch: normal;
    font-weight: 700;
    color: #ac1f2d;
}

h1 {
    font-size: 50px;
    line-height: 60px;
    text-transform: uppercase;
}

h2 {
    font-size: 40px;
    line-height: 46px;
}

h3 {
    font-size: 30px;
    line-height: 35px;
}

h4 {
    font-size: 24px;
    line-height: 30px;
}

h5 {
    font-size: 18px;
    line-height: 28px;
}

@media(max-width:767px) {
    h1 {
        font-size: 40px;
        line-height: 50px;
    }
    h2 {
        font-size: 30px;
        line-height: 40px;
    }
    p {
        font-size: 16px;
        line-height: 26px;
    }
}

a {
    -webkit-transition: color 0.1s linear, border 0.1s linear, opacity 0.1s linear, background-color 0.1s linear;
    -moz-transition: color 0.1s linear, border 0.1s linear, opacity 0.1s linear, background-color 0.1s linear;
    -ms-transition: color 0.1s linear, border 0.1s linear, opacity 0.1s linear, background-color 0.1s linear;
    -o-transition: color 0.1s linear, border 0.1s linear, opacity 0.1s linear, background-color 0.1s linear;
    transition: color 0.1s linear, border 0.1s linear, opacity 0.1s linear, background-color 0.1s linear;
}

a {
    text-decoration: none;
    color: #ac1a2f;
}

a:focus,
a:hover {
    text-decoration: none;
    outline: none;
    color: #000000;
}

b,
strong {
    font-weight: 700;
}

.sections {
    padding-top: 50px;
    padding-bottom: 50px;
}


/* Images  */

img {
    max-width: 100%;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    vertical-align: middle;
    height: auto;
}


/* 01 - General & Basic Styles */

body {
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    background: #fff;
    color: #4d4d4d;
    font-size: 16px;
    line-height: 24px;
    overflow-x: hidden;
}

@media(max-width:767px) {
    .sections {
        padding-top: 30px;
        padding-bottom: 30px;
    }
}


/* Go Top CSS */

.go-up {
    background: #ac1a2f;
    bottom: 5px;
    color: #fff;
    cursor: pointer;
    font-size: 14px;
    width: 45px;
    height: 45px;
    line-height: 40px;
    position: fixed;
    right: 20px;
    bottom: -60px;
    text-align: center;
    z-index: 9999;
    transition: all 0.5s ease-in-out;
border-radius: 50px 50px 0px 0px;
-moz-border-radius: 50px 50px 0px 0px;
-webkit-border-radius: 50px 50px 0px 0px;
}

.go-up {
    font-size: 16px;
    line-height: 42px;
}

.go-up:hover {
    transition: all 0.3s ease-in-out;
    background-color: #000000;
	height: 50px;
}

img.alignleft {
    float: left;
    padding: 10px;
}

img.alignright {
    float: right;
    padding: 10px;
}


/* ~~~~~~~~~~ Wordpress Contact form 7 Error Message CSS ~~~~~~~~~~ */

.wpcf7-validation-errors,
.wpcf7-mail-sent-ok {
    border: none !important;
    color: #ffffff !important;
    clear: both;
    display: block;
    margin: 0 !important;
}

.wpcf7-validation-errors {
    background: red !important;
}

.wpcf7-mail-sent-ok {
    background: green !important;
}


/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
									Normal CSS
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

.greenbg {
    background: #3db76d;
}

.darkbg {
    background: #333333;
}

.graybg {
    background: #f5f5f5;
}

.lightgray {
    background: #f6f6f6;
}

.cyancolor {
    background: #1d8ec2;
}

.redbg {
    background: #ac1a2f;
}
.red-color {
	color: #ac1a2f !important;
}
.color-white h1,
.color-white h2,
.color-white h3,
.color-white h4,
.color-white h5,
.color-white p,
.color-white,
.color-white a {
    color: #ffffff;
}

.highlights {
	-webkit-box-shadow: 0px 0px 20px 0px rgba(255,0,0,1);
-moz-box-shadow: 0px 0px 20px 0px rgba(255,0,0,1);
box-shadow: 0px 0px 20px 0px rgba(255,0,0,1);
}

/* ---------- Top Bar CSS -------------- */

.container .row {
    position: relative;
}
.top-bar .btn {
	border: none;
}
.top-bar .btn a {
	margin: 0;
	padding: 11px 15px;
	background: #550d17;
	border: none;
	height: 45px;
}
.top-bar .btn a:hover {
	background: #000000;
}
.social-media li {
    display: inline-block;
}

.social-media li a {
    display: inline-block;
    padding: 10px;
}

.social-media li a:hover {
    color: #000000;
    -webkit-transform: scale(1.20);
    -moz-transform: scale(1.20);
    -o-transform: scale(1.20);
    transform: scale(1.20);
}

.social-media li a,
.social-media li a:hover {
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.search-box input[type="input"],
.search-box input[type="search"] {
    background: rgba(0, 0, 0, 0.5) url(../images/search-icon.svg) 95% 50% no-repeat;
    margin: 0;
    padding: 10px 35px 10px 15px;
    height: 45px;
    border: none;
    color: #ffffff;
    width: 200px;
}
 
.search-box input[type="input"]::-webkit-input-placeholder ,
.search-box input[type="search"]::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #ffffff;
}
.search-box input[type="input"]::-moz-placeholder ,
.search-box input[type="search"]::-moz-placeholder { /* Firefox 19+ */
  color: pink;
}
.search-box input[type="input"]:-ms-input-placeholder ,
.search-box input[type="search"]:-ms-input-placeholder { /* IE 10+ */
  color: pink;
}
.search-box input[type="input"]:-moz-placeholder ,
.search-box input[type="search"]:-moz-placeholder { /* Firefox 18- */
  color: pink;
}



.top-call-number {
    text-align: right;
    display: block;
    clear: both;
    width: 100%;
}

.top-call-number a {
    color: #ffffff;
    font-size: 26px;
    line-height: 30px;
    padding-top: 8px;
    display: inline-block;
    font-weight: 700;
}

.top-call-number a:hover {
    color: #ac1a2f;
}

.hero-banner .owl-wrapper .owl-item {
    position: relative;
    height: 550px;
    overflow: hidden;
}
.hero-banner .slider-banner {
	overflow: hidden;
	position: relative;
}

.hero-banner .slider-banner img {
    width: 100%;
    position: relative;
}

.hero-banner .slider-banner:before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    content: ' ';
    background: rgba(0, 0, 0, 0.7);
    z-index: 1;
}

.hero-banner .main-slider .slider-ctn {
    position: absolute;
    top: 170px;
    left: 0;
    right: 0;
    max-width: 1170px;
    width: 100%;
    margin: 0 auto;
    z-index: 30;
}

.hero-banner .slider-banner .slider-ctn h1 {
    color: #ffffff;
    font-weight: 700;
}
.hero-banner .slider-ctn small {
	font-size: 12px;
	line-height: 18px;
	display: block;
	color: #ffffff;
	padding-top: 25px;
}
.hero-banner .slider-ctn p {
    color: #ffffff;
    max-width: 600px;
    font-weight: 300;
}

.hero-banner .slider-ctn .btn a {
    background: #ac1a2f;
    color: #ffffff;
}

.hero-banner .slider-ctn .btn a:hover {
    background: #901426;
    border-color: #901426;
}

.hero-banner h1 {
    letter-spacing: -1px;
    color: #ffffff;
    font-weight: 700;
}

.banner-text {
    position: relative;
    z-index: 50;
    background: rgba(0, 0, 0, 0.5);
}

.hero-banner .owl-pagination {
    position: absolute;
    bottom: 30px;
    left: 0;
    right: 0;
}

.hero-banner .owl-page span {
    opacity: 1;
    background: #ffffff !important;
}

.hero-banner .owl-page.active span {
    background: #ac1a2f !important;
    -webkit-transform: scale(1.50);
    -moz-transform: scale(1.50);
    -o-transform: scale(1.50);
    transform: scale(1.50);
}

.affix-top {
	background: #000000;
    background: rgba(0, 0, 0, 0.6);
}

.navbar-fixed-top.affix {
    background: rgba(0, 0, 0, 1);
}

.logo a {
    padding: 16px 15px;
    padding-left: 0;
    height: inherit;
    display: inline-block;
    top: 0;
    max-width: 330px;
}

nav.navbar-default .navbar-nav li a {
    padding: 10px;
    color: #fff;
}

.navbar-collapse.collapse {
    height: auto;
}

.nav.navbar-nav.navbar-right {
    margin: 0;
}

.navbar-default {
    border: none;
}

.navbar-default .navbar-nav>li>a:focus {
    color: inherit;
}

.navbar-default .navbar-nav li a:hover,
.navbar-default .navbar-nav .active a,
.navbar-default .navbar-nav .active a:focus,
.navbar-default .navbar-nav .active a:hover,
nav.navbar-default .navbar-nav li a:hover {
    color: #cf2327;
    background: none;
}

.navbar-default .navbar-toggle {
    border: none;
}

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
    background: none;
}

.navbar-toggle .icon-bar {
    border-radius: 0;
    height: 3px;
    width: 30px;
    background: #fff;
    margin-top: 3px;
}

ul.slimmenu li.active span.sub-toggle i,
ul.slimmenu li.active a {
    color: #ac1a2f;
}

ul.slimmenu li.active ul li a {
    color: #ffffff;
}

.main-menu ul li a {
    font-family: 'Montserrat', sans-serif;
    /*font-weight: 300;*/
    color: #ffffff;
    font-size: 14px;
    line-height: 24px;
}

.main-menu ul li:hover i,
.main-menu ul li a:hover,
.main-menu ul li:hover a {
    color: #ac1a2f !important;
}

.main-menu ul li ul {
    width: 230px;
}

.main-menu ul li ul li {
    display: block;
    border-bottom: 1px solid #9c172a;
}

.main-menu ul li ul li a {
    font-size: 14px;
    line-height: 22px;
    background: #ac1a2f;
    padding: 8px 15px;
}

.main-menu ul li ul li.active a,
.main-menu ul li ul li a:hover {
    background: #000000;
    padding-left: 18px;
}

.main-menu ul li ul li.active a,
.main-menu ul li ul li a,
.main-menu ul li ul li.active a,
.main-menu ul li ul li a:hover {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.main-menu ul li span.sub-toggle {
    right: -5px;
}

ul.slimmenu li .sub-toggle {
    /*top: 2px;*/
}

.main-menu ul li span.sub-toggle i {
    color: #ffffff;
}

.affix .logo a {
    max-width: 300px;
    padding-top: 13px;
    padding-bottom: 13px;
}

.header-right {
    padding-top: 10px;
    width: 788px;
}

.header-right,
.affix .header-right,
.affix .logo a,
.logo a,
.affix .main-menu,
.main-menu {
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.affix .header-right {
    padding-top: 0px;
}

ul.slimmenu li .sub-toggle>i {
    color: #3db76d;
}

ul.slimmenu li.active .sub-toggle>i {
    color: #ffffff;
}

.main-menu ul li.has-submenu ul li a {
    color: #ffffff !important;
}

@media(max-width: 1200px) {
    /* Header */
    .main-menu ul li a {
        padding: 10px 7px;
        font-size: 14px;
    }
    .main-menu ul li span.sub-toggle {
        right: -8px;
    }
    .logo a {
        max-width: 250px;
        padding: 18px 10px
    }
    .affix .logo a {
        max-width: 250px;
    }
}

@media(max-width: 1100px) {
    .hero-banner .owl-wrapper .owl-item  {
        height: auto;
    }
}

@media(max-width: 991px) {
    .hero-banner .owl-wrapper .owl-item  {
        height: inherit;
    }
    ul.slimmenu li.active span.sub-toggle i,
    ul.slimmenu li.active a {
        color: #ac1a2f !important;
    }
    .main-menu ul li:hover i,
    .main-menu ul li a:hover,
    .main-menu ul li:hover a {
        color: #ffffff !important;
    }
    .main-menu ul li ul li {
        border-bottom: 1px solid #333;
    }
    .main-menu .slimmenu {
        position: absolute;
        left: 0;
        right: 0;
        z-index: 500;
        background: #000000;
    }
    .main-menu .slimmenu li a {
        border-bottom: 1px solid #eeeeee;
    }
    .main-menu ul li span.sub-toggle {
        right: 0;
    }
    .main-menu ul li span.sub-toggle i {
        font-size: 24px;
    }
    .main-menu ul li ul {
        width: 100%;
    }
    .main-menu .slimmenu li ul li a {
        background: #333333;
        border-bottom-color: #454444;
    }
    .main-menu ul li ul li a:hover {
        background: #ac1a2f;
    }
    .affix .logo a,
    .logo a {
        max-width: 320px;
        padding: 15px 0;
    }
    .affix .header-right,
    .header-right {
        padding-top: 10px;
    }
    .affix {
        background: rgba(0, 0, 0, 1);
    }
    .affix,
    .affix-top {
        position: relative !important;
        background: rgba(0, 0, 0, 1);
    }
    .hero-banner {
        padding-top: 0;
    }
	.hero-banner .slider-ctn small {
		padding: 0 15px;
	}
    .hero-banner .main-slider .slider-ctn {
        top: 10%;
    }
    .affix .logo a {
        max-width: 300px;
    }
    .main-menu ul li a {
        padding: 10px 15px;
        font-size: 16px;
    }
	.main-menu ul li ul li.active a,
	.main-menu ul li ul li a:hover {
		background: #ac1a2f;
		padding-left: 18px;
	}
}

@media(max-width: 767px) {
    .logo a {
        padding: 10px 0px;
    }
    .affix .logo a {
        max-width: 280px;
    }
    .hero-banner .main-slider .slider-ctn {
        top: 0%;
        padding: 15px;
    }
    .hero-banner h1 {
        padding-bottom: 5px;
    }
    .hero-banner .slider-ctn p {
        padding-top: 0;
    }
    .hero-banner .slider-ctn .btn a {
        margin-top: 0;
    }
	.top-bar .btn a {
		font-size: 15px;
	}
	.search-box {
        display: block;
        float: none;
        width: 100%;
        text-align: center;
    }
	.search-box input[type="input"],
    .search-box input[type="search"] {
        width: 100%;
    }
	.top-event-btn {
		float: right;
		margin-bottom: 1px;
	}
	.btn.top-event-btn.innerpage-btn {
		float: none;
	}
}

@media(max-width: 600px) {
    .hero-banner .main-slider .slider-ctn p {
        display: none;
    }
    .hero-banner .slider-ctn .btn a {
        margin-top: 0;
    }
    .hero-banner .owl-pagination {
        display: none;
    }
    .top-call-number a {
        font-size: 20px;
    }
    .affix .logo a,
    .logo a {
        max-width: 250px;
        width: 100%;
        padding: 15px 0;
    }
	.top-bar .btn a {
		display: inline-block;
		padding: 10px;
		font-size: 14px;
		height: auto;
	}
	.social-media li a {
		padding: 10px 5px;
	}
}

@media(max-width: 480px) {
    .hero-banner .main-slider .slider-ctn {
        padding: 5px 15px;
    }
    .hero-banner h1 {
        font-size: 25px;
        line-height: 30px;
        padding-top: 0;
    }
    .hero-banner .slider-ctn .btn a {
        padding: 8px 20px;
        font-size: 14px;
    }
    .top-call-number {
        display: none;
    }
    .main-menu {
        margin-top: 5px;
    }
    .affix .logo a,
    .logo a {
        max-width: 200px;
        width: 100%;
        padding: 15px 0;
    }
	.hero-banner .slider-ctn small {
		display: none;
	}
	.top-bar .btn a {
		font-size: 13px;
		padding-top: 12px;
		padding-bottom: 12px;
	}
	.social-media li a {
		padding: 10px 2px;
	}
	.social-media.pull-left,
	.top-event-btn {
		float: none;
		margin-bottom: 1px;
		display: block;
		width: 100%;
		text-align: center;
	}
	.top-event-btn a {
		width: 100%;
	}
	.social-media li a {
		padding: 10px;
	}

    
}

#sync1 {margin-bottom: 10px;}
#sync2 {margin-top: 20px;}
.contain-section #sync2 {margin-top: 0px;}
#sync1 .item{ 
    padding:0px 0px;
    margin: 0px; 
    text-align: center;
    background-color: black;
}
#sync2 .item img{
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    opacity: 0.5;
}
#sync2 .item:hover img{opacity: 1;}
#sync2 .synced img{
    opacity: 1;
}
#sync2 .item{
    background: #000;
    padding: 8px;
    margin: 0;
    color: #FFF;
    text-align: center;
    cursor: pointer;
    } 
.owl-buttons {
    display: none !important;
}
#sync1 .owl-buttons {
    display: inline-block !important;
}
#sync1 .owl-controls .owl-buttons div {
    padding:0px;
	min-width: 25px;
	min-height:46px;
    background-color: transparent;
 	}
#sync1 .owl-controls .owl-buttons div {
    position: absolute;
    filter: Alpha(Opacity=80);/*IE7 fix*/
    opacity:8;
	}
#sync1 .owl-controls .owl-buttons .owl-prev {
    left: 5px;
    top: 40%;
	background-image:url(../images/left_arrow.png);
	background-position:left top;
	background-repeat:no-repeat;
	}
#sync1 .owl-controls .owl-buttons .owl-next {
    right: 5px;
    top:40%;
	background-image:url(../images/right_arrow.png);
	background-position:left top;
	background-repeat:no-repeat;
 	}


#sync3 {margin-bottom: 0px;}
#sync4 {margin-bottom: 20px;}
#sync3 .item{ 
    padding:0px 0px;
    margin: 0px; 
    text-align: center;
    background-color: black;
}
#sync4 .item img{
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    opacity: 0.5;
}
#sync4 .item:hover img{opacity: 1;}
#sync4 .synced img{
    opacity: 1;
}
#sync4 .item{
    background: #000;
    padding: 8px;
    margin: 0;
    color: #FFF;
    text-align: center;
    cursor: pointer;
    } 
#sync3 .owl-buttons {
    display: inline-block !important;
}
#sync3 .owl-controls .owl-buttons div {
    padding:0px;
	min-width: 25px;
	min-height:46px;
    background-color: transparent;
 	}
#sync3 .owl-controls .owl-buttons div {
    position: absolute;
    filter: Alpha(Opacity=80);/*IE7 fix*/
    opacity:8;
	}
#sync3 .owl-controls .owl-buttons .owl-prev {
    left: 5px;
    top: 40%;
	background-image:url(../images/left_arrow.png);
	background-position:left top;
	background-repeat:no-repeat;
	}
#sync3 .owl-controls .owl-buttons .owl-next {
    right: 5px;
    top:40%;
	background-image:url(../images/right_arrow.png);
	background-position:left top;
	background-repeat:no-repeat;
 	}
 
@media (max-width: 767px) {
    #sync1 .owl-controls .owl-buttons .owl-prev {top: 30%;}
    #sync1 .owl-controls .owl-buttons .owl-next {top: 30%;}
}
 

/* Request A Call Button */

.request-call-btn {
    position: fixed;
    top: 50%;
    right: -155px;
    z-index: 1000;
    padding: 10px 15px;
    font-size: 16px;
    background: #ac1a2f;
    color: #ffffff;
    border-radius: 5px 0px 0px 5px !important;
    -moz-border-radius: 5px 0px 0px 5px !important;
    -webkit-border-radius: 5px 0px 0px 5px !important;
}

.request-call-btn i {
    padding-right: 10px;
}

.request-call-btn:hover {
    right: 0;
}

.request-call-btn,
.request-call-btn:hover {
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.request-call-btn:hover {
    background: #000000;
}

.request-popup .modal-header {
    background: #ac1a2f;
    color: #ffffff;
}

.request-popup .modal-header h3 {
    color: #ffffff;
    font-size: 26px;
    font-weight: 400;
    text-align: center;
    text-transform: uppercase;
    padding: 0;
}

.request-popup .modal-body {
    background: #ffffff;
    padding: 20px;
}

.request-popup .modal-body p {
    font-size: 14px;
    line-height: 20px;
    padding-top: 0;
}

.request-popup .close {
    color: #ffffff;
    opacity: 1;
    font-size: 30px;
    position: absolute;
    top: -30px;
    right: 10px;
    text-shadow: none;
}

.request-popup .close:hover {
    color: #ac1a2f;
    -webkit-transform: scale(1.50);
    -moz-transform: scale(1.50);
    -o-transform: scale(1.50);
    transform: scale(1.50);
}

.request-popup .close,
.request-popup .close:hover {
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.request-popup .modal-dialog {
    margin-top: 5%;
}

.request-popup .modal {
    background: rgba(0, 0, 0, 0.6);
    z-index: 50000;
}

.request-popup input[type="submit"] {
    width: 100%;
    background: #ac1a2f;
    color: #ffffff;
}

.request-popup input[type="submit"]:hover {
    background: #000000;
    border-color: #000000;
}

@media(max-width: 767px) {
    .request-popup .modal-dialog {
        margin-top: 40px;
    }
}


/* Request A Call Button */

.why_choose {
    position: relative;
    overflow: hidden;
}

.why_image:before {
    position: absolute;
    left: 0;
    right: 0;
    top: -50px;
    height: 1000%;
    background: #f9f9f9;
    content: ' ';
    width: 1000%;
}

.why_image .about-image {
    position: relative;
    z-index: 10;
    display: inline-block;
    -webkit-box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0.4);
    box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0.4);
}

.why_image .about-image img {
    position: relative;
}

.why_image .about-image:after {
    border: 1px solid #FFF;
    height: 95%;
    width: 95%;
    content: ' ';
    position: absolute;
    top: 2.5%;
    bottom: 0;
    left: 0;
    right: 0;
    min-height: 95%;
    margin: 0 auto;
    opacity: 0.5;
}

@media(max-width: 991px) {
    .why_image::before {
        display: none;
    }
    .why_image {
        padding-top: 20px;
        padding-bottom: 20px;
    }
    hr.border.left {
        margin: 10px 0;
    }
    .why_image,
    .why_contein {
        padding-left: 0;
        padding-right: 0;
    }
}


/* ----- Services ----- */

.services {
    position: relative;
    padding-bottom: 250px;
	padding-top: 80px;
}

.services:before {
    position: absolute;
    background: rgba(128, 5, 17, 0.7);
    content: ' ';
    top: 0;
    left: 0;
    right: 0;
    z-index: 5;
    height: 100%;
    overflow: hidden;
}

.services .container {
    position: relative;
    z-index: 10;
}

.services h2 span {
    color: #ffffff;
}

.services h3 {
    font-size: 20px;
    line-height: 28px;
    text-transform: inherit;
    max-width: 650px;
    margin: 0 auto;
}

.service-list {
    max-width: 1400px;
    width: 100%;
    margin-top: -200px;
    position: relative;
    z-index: 200;
    padding-bottom: 50px;
}

.main-services {
    position: relative;
    border: 2px solid #fff;
    overflow: hidden;
	margin-bottom: 40px;
    -webkit-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.4);
    box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.4);
}

.service-image {
    height: 380px;
    display: block;
    overflow: hidden;
    width: 100%;
    position: relative;
}

.service-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.service-image:before {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100px;
    content: ' ';
    opacity: 0.8;
    background: rgba(0, 0, 0, 0);
    /* Old Browsers */
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 53%);
    /* FF3.6+ */
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(53%, rgba(0, 0, 0, 1)));
    /* Chrome, Safari4+ */
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 53%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 53%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 53%);
    /* IE 10+ */
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 53%);
    /* W3C */
}
.service-contain {
    padding: 0 15px 15px;
    position: absolute;
    bottom: -300px;
    left: 0;
    right: 0;
    min-height: 380px
}
.service-contain h4 {
    font-size: 22px;
    line-height: 32px;
    min-height: 65px;
    font-weight: 400;
    padding-bottom: 0;
    letter-spacing: -0.5px;
}
.service-contain span {
	color: #ffffff;
	opacity: 0;
}

.main-services p {
    font-size: 14px;
    line-height: 20px;
    color: #ffffff;
    padding-top: 0;
	opacity: 0;
}

.service-contain h4 a {
    color: #ffffff;
    display: block;
}
.main-services:hover span, 
.main-services:hover p {
	opacity: 1;
}
.main-services span,
.main-services:hover span,
.main-services p ,
.main-services:hover p {
	-webkit-transition: all 0.5s ease-in-out;
       -moz-transition: all 0.5s ease-in-out;
         -o-transition: all 0.5s ease-in-out;
            transition: all 0.5s ease-in-out;
}
.main-services:hover .service-contain {
	bottom: 0;
}
#Services .owl-pagination .owl-page span:hover,
#Services .owl-pagination .owl-page.active span {
	 background: #ac1a2f;
}

.main-services.service-contain,
.main-services:hover,
.service-contain,
.main-services:hover .service-contain,
.service-image::before,
.service-image {
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.main-services:hover .service-image::before {
    background: #000;
    height: 100%;
}

.main-services:hover h4 a {
    color: #ffffff;
}

.main-services:hover h4 a:hover {
    color: #ac1a2f;
}

.main-services .btn a {
    background: #ac1a2f;
    color: #ffffff;
	font-size: 14px;
	line-height: 20px;
	padding: 8px 20px;
}

.main-services .btn a:hover {
    background: #841323;
    border-color: #841323;
}

.course-list {
    margin-top: 20px;
}
.course-list .pra-box {
    display: block;
    vertical-align: top;
    text-align: center;
    margin: 3%;
	position: relative;
}
.course-list .pra-box h4  {
    font-size: 16px;
    line-height: 24px;
    color: #616366;
}
.course-list .pra-box .icon {
    height: 96px;
    width: 96px;
    border-radius: 50%;
    background: #616366;
    display: inline-block;
    position: relative;
    z-index: 10;
    line-height: 90px;
}
.course-list .pra-box .icon:before {
    height: 90px;
    width: 90px;
    position: absolute;
    top: 3px;
    left: 3px;
    display: inline-block;
    background: #616366;
    border-radius: 50%;
    content: ' ';
    border: 2px solid #ffffff;
    z-index: -2;
}

.course-list .pra-box .icon img  {
    width: 60px;
}
.course-list .pra-box a  {
    width: 100%;
    background: #fafafa;
    border: 1px solid #f2f0f0;
    display: block;
    min-height: 240px;
    padding: 40px 15px;
    border-radius: 4px 4px 4px 4px;
    -moz-border-radius: 4px 4px 4px 4px;
    -webkit-border-radius: 4px 4px 4px 4px;
}
.course-list .pra-box a:hover  {
	padding-bottom: 20px;
}
.course-list .pra-box h4  {
    font-size: 16px;
    line-height: 20px;
    font-weight: 700;
    letter-spacing: -0.5px;
	text-transform: inherit;
}
.course-list .pra-box a:hover h4  {
    color: #ac1a2f;
}
.course-list .pra-box a:hover  {
    -webkit-box-shadow: 0px 8px 10px 0px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 0px 8px 10px 0px rgba(0, 0, 0, 0.4);
    box-shadow: 0px 8px 10px 0px rgba(0, 0, 0, 0.4);
}
.course-list .pra-box a:hover .icon:before,
.course-list .pra-box a:hover .icon  {
    background: #ac1a2f;
}
.course-list .pra-box a:hover .icon img  {
	width: 40px;
}
.course-list .pra-box a:hover .icon  {
	height: 70px;
	width: 70px;
	line-height: 65px;
}
.course-list .pra-box a:hover .icon:before {
	height: 64px;
	width: 64px;
}
.course-list .pra-box a:hover {
    margin-top: -10px;
}
.course-list .owl-item {
	padding-top: 20px;
	padding-bottom: 20px;
}
#Practice .owl-pagination {
	display: none;
}
#Practice .owl-buttons {
	display: block !important;
}
#Practice .owl-buttons div {
	height: 40px;
	width: 40px;
	display: inline-block;
	position: relative;
	background-color: transparent;
	position: absolute;
	top: 120px;
}
#Practice .owl-buttons .owl-next { right: -60px; }
#Practice .owl-buttons .owl-prev { left: -60px;  }
#Practice .owl-buttons .owl-prev:before, 
#Practice .owl-buttons .owl-next:before {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	text-align: center;
	line-height: 48px;
	color: #000000;
	font-size: 30px;
	display: inline-block;
	border: 1px solid #000000;
}
#Practice .owl-buttons .owl-prev:before {
	content: "\f104";
	font-family: 'FontAwesome';
}
#Practice .owl-buttons .owl-next:before {
	content: "\f105";
	font-family: 'FontAwesome';
}
#Practice .owl-buttons .owl-prev:hover:before, 
#Practice .owl-buttons .owl-next:hover:before {
	background: #ac1a2f;
	border-color: #ac1a2f;
	color: #ffffff;
}
#Practices .item {
	display: inline-block;
	width: 19%;
	vertical-align: top;
}
.contain-section #Practices .item {
	width: 31%;
}
.practice-sub {
	opacity: 0;
	max-height: 0;
	border-top: 1px solid #eeeeee;
	padding: 0;
}
.practice-sub li {
	display: block;
	font-size: 14px;
	line-height: 20px;
	width: 100%;
	color: #000000;
	text-align: left;
	position: relative;
	padding-left: 10px;
}
/*.practice-sub li:before {
	content: ' ';
	height: 4px;
	width: 4px;
	border-radius: 50%;
	position: absolute;
	left: 0;
	background: #000000;
	top: 8px;
}*/
.practice-sub li:first-child {
	margin-top: 10px;
}
.practice_areas .btn {
	position: relative;
	z-index: 50;
}
.course-list .pra-box a:hover .practice-sub,
.course-list li a:hover .practice-sub {
	opacity: 1;
	max-height: 500px;
}

#Practice .owl-buttons .owl-prev:before, 
#Practice .owl-buttons .owl-next:before, 
#Practice .owl-buttons .owl-prev:hover:before, 
#Practice .owl-buttons .owl-next:hover:before,
.course-list .pra-box a .icon img,
.course-list .pra-box a:hover .icon img,
.practice-sub,
.course-list .pra-box a:hover ,
.course-list .pra-box a:hover .practice-sub,
.course-list .pra-box a:hover h4,
.course-list .pra-box a h4,
.course-list .pra-box a.icon:before,
.course-list .pra-box a,
.course-list .pra-box a .icon,
.icon:before,
.course-list .pra-box a:hover .icon:before,
.course-list .pra-box a:hover .icon {
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.video-iframe {
	width: 100%;
	display: block;
	height: 400px;
}
/* ================================== Gallery ================================= */
.galler-images {
	display: block;
	margin: 0;
}
.galler-images li {
	list-style: none !important;
	padding: 0;
	margin: 1%;
	display: inline-block;
	width: 47%;
}

@media(min-width: 1200px)and (max-width: 1300px) {
    .service-contain h4 {
        font-size: 18px;
        line-height: 30px;
    }
}

@media(max-width: 1200px) {
	.course-list .pra-box a {
        padding: 40px 0;
    }
    .service-contain h4 {
        font-size: 18px;
        line-height: 28px;
    }
    .service-image {
        height: 440px;
    }
    .main-services {
        margin-bottom: 20px;
    }
    .service-contain h4 {
        min-height: 60px;
    }
    .service-contain {
        min-height: 300px;
        bottom: -230px;
    }
    .service-image {
        height: 300px;
    }
	.main-services .btn a {
		font-size: 14px;
		line-height: 20px;
		padding: 8px 20px;
		margin-top: 8px;
	}
	ul.practice-sub {
		padding: 0 15px;
	}
	ul.practice-sub li {
		width: 100%;
	}
	#Practice .owl-buttons div {
		position: relative;
		top: 0;
	}
	#Practice .owl-buttons .owl-next { right: inherit; }
	#Practice .owl-buttons .owl-prev { left: inherit;  }

}

@media(max-width: 991px) {
    .service-image {
        height: 300px;
    }
    .service-contain {
        min-height: 300px;
        bottom: -230px;
    }
    .main-services {
        margin-bottom: 30px;
    }
    .service-contain h4 {
        font-size: 20px;
        line-height: 28px;
    }
    .service-contain {
        bottom: -250px;
    }
	.practice_areas h3 {
		font-size: 24px;
		line-height: 34px;
	}
	.main-services h4,
	.main-services h4 a {
		text-transform: inherit;
	}
	#Practices .item {
		width: 32%;
	}

}

@media(max-width: 767px) {
	.service-image {
        height: 350px;
    }
    .service-contain {
        min-height: 350px;
        bottom: -280px;
    }
    .service-list {
        padding-bottom: 0;
    }
    .services {
        padding-bottom: 150px;
		padding-top: 30px;
    }
    .service-list {
        margin-top: -120px;
    }
    .course-list {
        margin-top: 15px;
    }
	.video-iframe {
		height: 300px;
	}
}

@media(max-width: 600px) {
    .service-contain span,
    .service-contain .btn,
    .service-contain p {
        display: none;
    }
    .service-contain {
        bottom: 0;
        min-height: inherit;
    }
    .service-contain h4 a:hover {
        color: #ac1a2f !important;
    }
    .service-contain h4 {
        font-size: 20px;
        line-height: 28px;
        min-height: inherit;
    }
	.practice_areas h3 {
		text-transform: inherit;
		font-size: 20px;
		line-height: 30px;
	}

    .main-services:hover .service-image::before {
        height: 100px;
        opacity: 0.8;
        background: rgba(0, 0, 0, 0);
        /* Old Browsers */
        background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 53%);
        /* FF3.6+ */
        background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(53%, rgba(0, 0, 0, 1)));
        /* Chrome, Safari4+ */
        background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 53%);
        /* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 53%);
        /* Opera 11.10+ */
        background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 53%);
        /* IE 10+ */
        background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 53%);
        /* W3C */
    }
    .service-image {
        height: 240px;
    }
	#Practices .item,.contain-section #Practices .item  {
		width: 49%;
	}
}

@media(max-width: 480px) {
	.course-list .pra-box {
        width: 100%;
        margin: 10px auto;
    }
	.course-list .pra-box a {
        min-height: inherit;
    }
	.practice-sub {
		padding-left: 15px;
	}
	.practice-sub ,
	.course-list .pra-box a:hover .practice-sub {
		opacity: 1;
		max-height: inherit;
	}
	.course-list .pra-box a:hover .icon img {
		width: 60px;
	}
	.course-list .pra-box a:hover .icon {
		height: 96px;
		width: 96px;
		line-height: 90px;
	}
	.course-list .pra-box a:hover .icon::before {
		height: 90px;
		width: 90px;
	}
	.course-list .pra-box a {
		padding: 20px 0;
	}
	.course-list .pra-box a:hover {
		padding-bottom: 20px;
	}
	#Practices .item {
		width: 100%;
		display: block;
	}
	.contain-section #Practices .item {
		width: 100%;
		display: block;
	}
	.video-iframe {
		height: 200px;
	}
}

.news-section {
    background: #f9f9f9;
}

.news-list {
    padding-top: 20px;
    padding-bottom: 20px;
}

.news-list li {
    display: inline-block;
    width: 31%;
    margin: 1%;
    position: relative;
    top: 0;
}

.news-list a {
    background: #1d355e;
    display: inline-block;
    color: #ffffff;
    height: 220px;
    width: 100%;
    position: relative;
    background: #000000;
}

.news-list a:hover {
    background: #ac1a2f;
    -webkit-box-shadow: 0px 8px 10px 0px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 0px 8px 10px 0px rgba(0, 0, 0, 0.4);
    box-shadow: 0px 8px 10px 0px rgba(0, 0, 0, 0.4);
}

.news-list a h3 {
    padding: 30px 20px;
    font-size: 22px;
    line-height: 30px;
    width: 100%;
    color: #ffffff;
    text-align: center;
    position: relative;
    display: block;
    letter-spacing: normal;
    text-transform: inherit;
    position: absolute;
    left: 50%;
    top: 50%;
    -moz-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}

.news-list li:hover {
    top: -10px
}

.news-list li,
.news-list li:hover {
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.video-section {
    position: relative;
    text-align: center;
    padding-top: 5%;
    padding-bottom: 5%;
	overflow: hidden;
}
.video-section h3 {
	max-width: 900px;
	margin: 0 auto;
}
#video-background {
	position: absolute;
	top: -100px;
	left: 0;
	right: 0;
	width: 100%;
}

.video-section:before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    content: ' ';
    height: 100%;
    width: 100%;
    z-index: 5;
    background: rgba(0, 0, 0, 0.8);
}

.video-section .container {
    position: relative;
    z-index: 50;
}

.play-btn img:hover {
    -webkit-transform: scale(1.30);
    -moz-transform: scale(1.30);
    -o-transform: scale(1.30);
    transform: scale(1.30);
}

.play-btn img,
.play-btn img:hover {
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

@media(max-width: 991px) {
    .news-list li {
        width: 47%;
    }
}

@media(max-width: 767px) {
    .news-list a h3 {
        font-size: 16px;
        line-height: 24px;
    }
    .news-list a {
        height: 150px;
    }
	#video-background {
		display: none;
	}
}

@media(max-width: 480px) {
    .news-list li {
        width: 100%;
        margin: 1% 0;
    }
    .news-list a {
        height: 110px;
    }
	.video-section h3 {
		font-size: 20px;
		line-height: 26px;
	}
}


/* ------ Testimonials ----- */

.testimonals {
    background: url(../images/testimonials-banner.jpg) center center no-repeat;
    background-size: cover;
    position: relative;
    padding: 20px;
    padding-bottom: 40px;
}

.testimonals:before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background: rgba(0, 0, 0, 0.9);
    content: ' ';
}
.testimonals span {
    display: block;
}
span.author-name {
	font-size: 16px;
    display: block;
	margin-top: 10px;
	font-style: italic;
	text-transform: inherit;
}

.testimonals #Testimonials,
.testimonals h2,
.testimonals .btn {
    position: relative;
    z-index: 10;
}

.testimonals h2 span {
    color: #ffffff;
}

.testimonals h2 {
    padding-bottom: 20px;
}

.author-name {
    padding: 5px 10px 20px;
    text-transform: uppercase;
}

#Testimonials p {
    max-width: 90%;
    width: 100%;
    margin: 0 auto;
	font-size: 18px;
    line-height: 28px;
}

#Testimonials .owl-page span {
    opacity: 1;
    background: #ffffff !important;
}

#Testimonials .owl-page.active span {
    background: #ac1a2f !important;
    -webkit-transform: scale(1.50);
    -moz-transform: scale(1.50);
    -o-transform: scale(1.50);
    transform: scale(1.50);
}

.author-image {
    display: inline-block;
    max-width: 100px;
    width: 100%;
    border: 2px solid #ffffff;
}

.author-image img {
    width: 100%;
}

.testimonals .btn a {
    border-color: #ffffff;
}

.testimonals .btn a:hover {
    border-color: #ac1a2f;
}


/* ----- Events ----- */

.all-events ol,
.all-events ol li {
    display: block;
}

.all-events ol li {
    border-bottom: 1px solid #CCC;
    padding-bottom: 15px;
    padding-top: 15px;
    position: relative;
    margin-left: 70px;
}

.all-events ol li:last-child {
    border: none;
}

.all-events ol li:before {
    content: url(../images/logo-icon.svg);
    position: absolute;
    left: -70px;
    top: 20px;
}

.all-events ol li a,
.all-events ol li h4 {
    text-transform: inherit;
    font-size: 22px;
    line-height: 30px;
    color: #2d2d2d;
    font-weight: 400;
    padding: 0 0 5px 0;
    letter-spacing: -0.5px;
}

.all-events ol li a:hover {
    color: #ac1a2f;
}

.all-events ol li span,
.tribe-event-duration {
    font-size: 14px;
    font-weight: 300;
    line-height: 22px;
    color: #838383;
}

.all-events hr.border.left {
    margin-top: 10px;
}

.all-events .btn,
.all-events .tribe-events-widget-link {
    margin-left: 70px;
    margin-top: 15px;
}

.all-events .tribe-events-widget-link a {
    border: 1px solid #ac1a2f;
    color: #ac1a2f;
    text-transform: uppercase;
    display: inline-block;
    padding: 12px 30px;
}


/* ----- Workforce Partners ----- */

.workforce_partners {
    background: #fbfbfb;
}

.partners-logo a {
    background: #ffffff;
    display: block;
    margin: 0 10px;
}

.partners-logo img {
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
}

.partners-logo a:hover img {
    -webkit-filter: grayscale(0%);
    -moz-filter: grayscale(0%);
    -o-filter: grayscale(0%);
    filter: grayscale(0%);
}

#Partners {
    padding-top: 20px;
}

#Partners .owl-pagination {
    display: none;
}


/* -------- Footer ---------- */

.footer {
    background: #000000;
    padding-top: 50px;
    padding-bottom: 4px;
}

.footer h5 {
    font-size: 20px;
    line-height: 30px;
    padding-top: 0;
    color: #ffffff;
    font-weight: 400;
}

.footer-logo img {
    max-width: 260px;
    width: 100%;
}

.icet_image {
    width: 65% !important;
}

#icet-copy {
    font-size: 10px;
    line-height: 16px;
	display: block;
	padding-top: 10px;
}

.footer-social-media {
    padding-top: 15px;
}

.footer .footer-social-media li a:hover {
    color: #ac1a2f;
}

.quick-links ul {
    margin: 0;
    padding: 0;
}

.quick-links ul li,ul.footer-links li {
    display: inline-block;
    vertical-align: top;
    padding: 1px 0;
}
.quick-links ul li:nth-child(odd),ul.footer-links li:nth-child(odd){
	width:38%;
}
.quick-links ul li:nth-child(even),ul.footer-links li:nth-child(even){
	width:60%;
}

.quick-links ul li a:hover,
ul.footer-links li a:hover {
    color: #ac1a2f;
    padding-left: 12px;
}

.quick-links ul li a,
.quick-links ul li a:hover,
ul.footer-links li a,
ul.footer-links li a:hover {
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.quick-links ul li a,ul.footer-links li a {
    position: relative;
    padding: 2px 0;
    padding-left: 15px;
    font-weight: 300;
    display: inline-block;
}

.quick-links ul li a:before,ul.footer-links li a:before {
    position: absolute;
    left: 0;
    top: 2px;
    font-family: 'FontAwesome';
    content: '\f105';
}
.newsletter {
    background: #ffffff;
}

.newsletter .news-letter-form {
    padding: 25px;
    position: relative;
}

.newsletter form {
    position: relative;
}

.newsletter h5 {
    background: #ac1a2f;
    color: #ffffff;
    padding: 10px 20px;
    margin: 0;
    font-weight: 700;
}

.newsletter input {
    margin: 0;
    height: 45px;
}

.newsletter input[type="text"],
.newsletter input[type="search"] {
    padding-right: 68px;
    color: #8c8c8c;
    -webkit-box-shadow: inset 0px 0px 5px 0px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: inset 0px 0px 5px 0px rgba(0, 0, 0, 0.3);
    box-shadow: inset 0px 0px 5px 0px rgba(0, 0, 0, 0.3);
}

.newsletter input[type="submit"] {
    position: absolute;
    top: 0;
    right: 0;
    padding: 10px 25px;
    background-color: #ac1a2f;
    background-image: url(../images/submit-icon.svg);
    background-position: center center;
    background-repeat: no-repeat;
}

.newsletter input[type="submit"]:hover {
    background-color: #921628;
    border-color: #921628;
}

.copy-right {
    border-top: 1px solid #333333;
    margin-top: 40px;
    text-align: center;
}

.copy-right p {
    font-size: 14px;
    line-height: 20px;
    color: #cccccc;
    font-weight: 400;
}

@media(max-width: 991px) {
    .footer-logo {
        text-align: center;
        padding-bottom: 40px;
    }
}

@media(max-width: 767px) {
    .footer-logo {
        padding-bottom: 20px;
    }
    .quick-links {
        padding-bottom: 20px;
    }
    .all-events ol li a,
    .all-events ol li h4 {
        font-size: 20px;
        line-height: 28px;
    }
    .all-events .btn a {
        padding: 12px 20px;
    }
    .footer {
        padding-top: 20px;
    }
}

@media(max-width: 480px) {
    .quick-links ul li {
        width: 100%;
        margin: 0;
    }
	.quick-links ul li:nth-child(odd), ul.footer-links li:nth-child(odd),
	.quick-links ul li:nth-child(even), ul.footer-links li:nth-child(even){
		width:100%;
	}
}


/*===========================================*/


/* ---------- Internal Pages CSS ---------- */


/*=========================================*/

.internal-banner {
    padding-top: 250px;
    padding-bottom: 100px;
    position: relative;
}

.internal-banner:before {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    width: 100%;
    background: rgba(0, 0, 0, 0.8);
    content: ' ';
    height: 100%;
}

.internal-banner .container {
    position: relative;
    z-index: 10;
}

.internal-banner h1 {
    color: #ffffff;
    font-weight: 700;
}

.contain-section h2,
.contain-section h3 {
    font-weight: 700;
    text-transform: inherit;
	padding-bottom: 0;
}

.contain-section h4,
.contain-section h5,
.contain-section h6 {
    color: #000000;
    text-transform: inherit;
    padding-bottom: 4px;
}

span.all-date {
    font-size: 14px;
    font-weight: 400;
    color: #7b7b7b;
    display: block;
}

.contain-section ul,
.contain-section ol {
    margin-left: 15px;
}

.contain-section ul li {
    list-style: outside disc;
}

ul.list-arrow { margin-left: 0; margin-top: 10px;
margin-bottom: 10px; }
ul.list-arrow li {
	position: relative;
	list-style: none;
	padding: 5px 0;
	padding-left: 25px;
}
ul.list-arrow li:before {
	font-family: 'FontAwesome';
	content: "\f0a4";
	position: absolute;
	left: 0;
}

.contain-section ol li {
    list-style: decimal-leading outside;
}

.right-sidebar h4 {
    background: #ac1a2f;
    color: #ffffff;
    padding: 10px 20px;
    font-weight: 700;
    text-transform: uppercase;
}

.list-link {
    padding: 20px;
    background: #fafafa;
    margin: 0 !important;
    display: block;
}

.list-link li {
    list-style: none;
    display: block;
    padding: 5px 0;
}

.list-link li a {
    position: relative;
    padding: 0;
    padding-left: 15px;
    font-weight: 400;
    color: #4d4d4d;
    display: inline-block;
}

.list-link li a:hover {
    color: #ac1a2f;
}

.list-link li a:before {
    position: absolute;
    left: 0;
    top: 0;
    font-family: 'FontAwesome';
    content: '\f105';
}

.list-link li a:hover {
    padding-left: 12px;
}

.service-bar {
    margin-bottom: 40px !important;
    display: block;
}

.list-link li a,
.list-link li a:hover {
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.contact-info {
    background: #fafafa;
    padding: 15px;
    font-weight: 400;
}

@media(max-width: 991px) {
    .internal-banner {
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .right-sidebar {
        padding-top: 20px;
    }
	.right-sidebar {
		clear: both;
	}
}

@media(max-width: 767px) {
    .internal-banner {
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .internal-banner h1 {
        font-size: 30px;
        line-height: 40px;
    }
}
@media(max-width: 600px){
	.contain-section img.alignleft {
		float: none;
		padding-left: 0;
		padding-right: 0;
	}
}


/* Blog Page */

.blog-post-section p {
    font-weight: 400;
}

.blog-post {
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 20px;
    padding-top: 20px;
}

.blog-post:first-child {
    padding-top: 0px;
}

.category-name {
    color: #ac1a2f;
}

.post-contain h4 {
    padding-bottom: 15px;
}

.post-image {
    padding-bottom: 15px;
}

.post-contain h4,
.post-contain h4 a {
    color: #2d2d2d;
    font-weight: 400;
    padding-bottom: 10px;
}

.post-contain h4 a:hover {
    color: #ac1a2f;
}

.post-details {
    color: #4d4d4d;
    font-weight: 300;
    display: block;
    padding-bottom: 5px;
}

.post-details p {
    padding: 0;
    margin: 0;
    display: inline-block;
    font-weight: 400;
}

.post-details strong {
    color: #21242c;
    font-weight: 400;
}

.post-details a {
    font-weight: 400;
}

.social-share {
    padding-top: 20px;
}

.search-box-blog {
    background: #f2f2f2;
    padding: 20px;
    margin-bottom: 30px;
}

.search-box-blog input {
    color: #757575;
    font-weight: 400;
}

.recent-posts {
    background: #f2f2f2;
    margin-bottom: 30px !important;
}

.contain-section .right-sidebar .recent-posts {
    margin: 0;
}

.recent-posts li {
    display: block;
    padding: 15px;
    border-bottom: 1px dashed #d5d3d0;
}

.recent-posts li:last-child {
    border: none;
}

.recent-posts li a {
    color: #000000;
}

.recent-posts li a:hover {
    color: #ac1f2d;
}

.recent-posts li span {
    font-weight: 300;
    font-style: italic;
    font-size: 12px;
    display: block;
    padding-top: 4px;
    color: #4d4d4d;
}

.recent-posts li span strong {
    color: #ac1f2d;
}

.blog-category {
    margin: 0 0 30px 0 !important;
    background: #f2f2f2;
}

.blog-category li {
    display: block;
    padding: 12px 15px;
    border-bottom: 1px dashed #d5d3d0;
}

.blog-category li:last-child {
    border: none;
}

.blog-category li a {
    display: block;
    position: relative;
    padding-left: 20px;
    color: #000000;
}

.blog-category li a:before {
    content: ' ';
    height: 5px;
    width: 5px;
    background: #ac1a2f;
    position: absolute;
    left: 0px;
    top: 10px;
    -ms-transform: rotate(45deg);
    /* IE 9 */
    -webkit-transform: rotate(45deg);
    /* Chrome, Safari, Opera */
    transform: rotate(45deg);
}

.blog-category li a:hover {
    color: #ac1a2f;
}

.blog-category li a:hover:before {
    height: 8px;
    width: 8px;
    top: 8px;
}

.blog-category li a:before,
.blog-category li a:hover,
.blog-category li a {
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.wp-pagenavi {
    text-align: center;
    padding-top: 50px;
    padding-bottom: 30px;
}

.wp-pagenavi span {
    background: #ac1a2f;
    color: #ffffff;
    padding: 8px 15px;
}

.wp-pagenavi a {
    color: #615a52;
    padding: 8px;
    display: inline-block;
}

.wp-pagenavi a:hover {
    color: #ac1a2f;
}

.singal-blog-post .blog-post {
    border: none;
}

@media(max-width: 600px) {
    .social-share.pull-right {
        float: none !important;
    }
    .wp-pagenavi {
        padding-top: 20px;
    }
}

@media(max-width: 480px) {
    .wp-pagenavi a {
        padding: 5px;
    }
    .wp-pagenavi span {
        padding: 5px 10px;
    }
}


/* ===== Contact Form ===== */

.contact-form input,
.contact-form textarea,
.contact-form select {
    font-size: 16px;
    line-height: 24px;
    border: none;
    border-bottom: 1px solid #b3b3b3;
    color: #363636;
    margin-bottom: 10px;
}

.contact-form textarea {
    height: 110px;
    margin-bottom: 6px;
}

.contact-form input:focus,
.contact-form textarea:focus,
.contact-form sllect:focus {
    box-shadow: none;
    border-color: #ac1a2f;
}

.contact-form input[type="submit"] {
    background: #ac1a2f;
    width: 100%;
    padding: 10px;
    color: #ffffff;
    border: none;
}

.contact-form input[type="submit"]:hover {
    background: #7e1121;
}
.contact-address {
	padding-left: 0;
}
.contact-address ul {
    margin: 0 !important;
    padding: 0;
}
.contact-address ul li {
    border: 1px solid #f0f0f0;
    padding: 10px;
    margin-bottom: 10px;
    position: relative;
    display: inline-block;
    width: 100%;
    padding-left: 45px;
    color: #363636;
}

.contact-address ul li i {
    position: absolute;
    left: 15px;
    top: 12px;
    color: #ac1a2f;
    font-size: 20px;
}

.contact-address ul li a {
	letter-spacing: 0.5px;
    color: #363636;
}

.contact-address ul li a:hover {
    color: #ac1a2f;
}

.map {
    background: #000000;
    display: block;
}

.map iframe {
    display: block;
    height: 350px;
    width: 100%;
    border: none;
    opacity: 0.9;
}
.contact-box {
	display: block;
	padding: 10px 15px;
}
.contact-box img.alignleft {
	padding: 0;
	padding-right: 10px;
	padding-bottom: 10px;
}
.contact-box .shannons-ctn {
	padding-top: 30px;
	font-weight: 400;
}
.contact-box h5 span {
	color: #000000;
}
h5.location-title {
	background: #2d2d2d;
	color: #ffffff;
	padding: 8px 15px;
	margin-top: 0;
	display: block;
}
.contact-box p {
	padding-top: 5px;
}
.contact-box li {
	list-style: none !important;
	border-bottom: 1px solid #eeeeee;
	padding: 10px 0;
}
.contact-box li:last-child {
	border: none;
}
.commingsoon {
	color: #ffffff !important;
	font-weight: 700;
	position: relative;
	z-index: 100;
	margin-top: 30px;
	margin-bottom: 50px;
	font-size: 20px;
}
.all-events h3.commingsoon {
	color: #000000 !important;
}

@media(max-width: 991px) {
    .contact-address li,
    .contact-address li a {
        font-size: 15px;
    }
    .contact-form .col-md-6 {
        padding: 0;
    }
	.contact-address {
		margin-top: 30px;
	}
	.practice_areas {
		padding-top: 20px;
	}
	.contact-address { padding-left: 15px; }
}

@media(max-width: 767px) {
    .map iframe {
        height: 200px;
    }
    .contact-address {
        padding-top: 15px;
    }
	.contact-box {
		display: inline-block;
		padding: 10px 15px;
		width: 100%;
	}
}

@media(max-width: 340px) {
    .contact-address li a {
        font-size: 13px;
    }
    .footer .newsletter h5 {
        font-size: 18px;
    }
}

.contain-section .course-catalog {
    margin: 0;
    padding-top: 0;
    text-align: center;
}

.contain-section .course-catalog li {
    width: 30%;
}

.contain-section .course-catalog li a {
    height: 160px;
}

.contain-section .course-catalog h3 {
    /* text-transform: uppercase; */
    padding: 10px 5px;
    font-size: 20px;
}

.contain-section p { font-weight: 400; }
.portfolio-list li a h3 { font-weight: 400; }
.news-list.course-catalog.portfolio-list { margin-top: 20px; }
.portfolio-list li:last-child a { background: #000000; }
.portfolio-list li:last-child a:hover { background: #ac1a2f; }
.portfolio-list li a { background: #ac1a2f; }
.portfolio-list li a:hover { background: #000000; }

.directory-section {
	justify-content: space-between;
	flex-wrap: wrap;
	display: flex;
	padding-top: 30px;
}
.directory-box {
	display: inline-block;
	vertical-align: top;
	width: 48%;
	margin: 15px 0;
	margin-right: 1%;
	background: #fcfcfc;
	border: 1px solid #eeeeee;
}
.directory-section h3 {
	padding-bottom: 0;
}
.all-case-studay {
	padding-top: 20px;
}
.all-case-studay li a { color: #4d4d4d; }
.all-case-studay li a:hover { color: #ac1a2f; }
.testimonials-page {
	display: block;
}
.testimonials-page li {
	list-style: none !important;
	margin-bottom: 30px;
	border-bottom: 1px solid #f8f8f8;
	padding-bottom: 30px;
}
.testimonials-page li:last-child {
	border-bottom: none;
}
.testimonials-page li p {
	background: #ac1a2f;
	padding: 20px;
	position: relative;
	border-radius: 10px;
	color:#ffffff;
}
.testimonials-page li p:after {
	position: absolute;
	bottom: -10px;
	left: 30px;
	content: ' ';
    border-top: solid 10px #ac1a2f;
    border-left: solid 10px transparent;
    border-right: solid 10px transparent;
}
.test-author {
	display: block;
	padding-top: 20px;
}


@media(max-width: 1200px) {
    .contain-section .course-catalog li {
        width: 46%;
    }
    .contain-section .course-catalog li a {
        height: 120px;
    }
    .contain-section .course-catalog h3 {
        padding: 10px;
    }
}

@media(max-width: 767px){
	.directory-section {
		justify-content: inherit;
		flex-wrap: wrap;
		display: block;
	}
	.directory-box {
		display: block;
		width: 100%;
		margin: 0 0 15px 0;
	}
}

@media(max-width: 480px) {
    .contain-section .course-catalog li {
        width: 100%;
        margin: 1% 0;
    }
    .contain-section .course-catalog li a {
        height: 100px;
    }
}
.email-signup
{
	margin-bottom:10px;
}
.email-signup a {
	background: #ac1a2f;
	color: #ffffff;
	font-weight: 700;
	padding:10px 20px;
	margin-top:0px;
}
.email-signup a:hover {
	background: #8f1324;
	border-color: #8f1324;
}
.email-signup a i{
	margin-right:5px;
}

/* ========================================================= */
.grecaptcha-badge ,
#grecaptcha-badge {
	display: none;
}
.ctct-popup-form h2 {
	color: #ac1a2f !important;
	text-align: center;
	padding-top: 0;
	padding-bottom: 0;
	margin-bottom: 0;
}
.ctct-inline-form h2 {
	padding-top: 0;
	padding-bottom: 0;
	color: #ac1a2f !important;
}

.btn.top-event-btn.innerpage-btn a
{
	background: #ac1a2f;
    border-color: #ac1a2f;
    color: #ffffff !important;
	margin-top: 0;
}
.btn.top-event-btn.innerpage-btn a:hover {
    background: #8f1324;
    border-color: #8f1324;
}

/* ========================================================= */
.bg-secondary {
  color: #383d41;
  background-color: #e2e3e5;
  border-color: #d6d8db;
  border-radius: 4px;
}
.bg-info {
  border-radius: 4px;
}
.search-form {
  margin-top: 20px !important;
}
.form-control {
  padding: 0px 15px !important;
}

.upcoming-events {
  margin-bottom: 30px;
  border: 0px !important;
  border-radius: 0px;
}
.upcoming-events h4 {
  color: #ffffff;
  padding: 10px 20px;
  font-weight: 700;
  text-transform: uppercase;
}
.event-list-item {
  min-height: 120px;
}
time.icon {
  font-size: 1em; /* change icon size */
  display: block;
  position: relative;
  width: 5em;
  height: 5em;
  background-color: #fff;
  margin: 0em 1em 0em 0.6em;
  border-radius: 0.6em;
  box-shadow: 0 1px 0 #bdbdbd, 0 2px 0 #fff, 0 3px 0 #bdbdbd, 0 4px 0 #fff, 0 5px 0 #bdbdbd, 0 0 0 1px #bdbdbd;
  overflow: hidden;
  -webkit-backface-visibility: hidden;
  -webkit-transform: rotate(0deg) skewY(0deg);
  -webkit-transform-origin: 50% 10%;
  transform-origin: 50% 10%;
}

time.icon * {
  display: block;
  width: 100%;
  font-size: 1em;
  font-weight: bold;
  font-style: normal;
  text-align: center;
}

time.icon strong {
  position: absolute;
  top: 0;
  padding: 0.1em 0;
  color: #fff;
  background-color: #ac1a2f;
  border-bottom: 1px dashed #f37302;
}

time.icon em {
  position: absolute;
  bottom: 0em;
  color: #ac1a2f;
  font-size: 0.8em;
}

time.icon span {
  width: 100%;
  font-size: 2.4em;
  letter-spacing: -0.05em;
  padding-top: 1.1em;
  color: #2f2f2f;
}
/*
time.icon:hover, time.icon:focus {
  -webkit-animation: swing 0.6s ease-out;
  animation: swing 0.6s ease-out;
}

@-webkit-keyframes swing {
  0%   { -webkit-transform: rotate(0deg)  skewY(0deg); }
  20%  { -webkit-transform: rotate(12deg) skewY(4deg); }
  60%  { -webkit-transform: rotate(-9deg) skewY(-3deg); }
  80%  { -webkit-transform: rotate(6deg)  skewY(-2deg); }
  100% { -webkit-transform: rotate(0deg)  skewY(0deg); }
}

@keyframes swing {
  0%   { transform: rotate(0deg)  skewY(0deg); }
  20%  { transform: rotate(12deg) skewY(4deg); }
  60%  { transform: rotate(-9deg) skewY(-3deg); }
  80%  { transform: rotate(6deg)  skewY(-2deg); }
  100% { transform: rotate(0deg)  skewY(0deg); }
}
*/