
@charset "utf-8";
/* ----------------------------------
	1. Reset default browser styles
	2. Basic classes and elements 
	3. Color Scheme
	4. Typography
	5. Header
	6. Sliders
	7. Tabs
	8. Carousels
	9. Twitter Feed
	10. Lists and navigations
	11. Buttons
	12. Tables
	13. Icons
	14. Main content elements
	15. Forms
	16. Footer
	17. Animations
	18. Responsive changes
	19. Retina ready

1. Reset default browser styles

------------------------------------- */
@font-face {
  font-family: Bebas Neue;
  src:url(../fonts/BebasNeue-Regular.ttf);
}




*{
	margin:0;
	padding:0;
	border:none;
}
article,aside,audio,canvas,command,datalist,details,embed,figcaption,figure,footer,header,hgroup,keygen,meter,nav,output,progress,section,source,video,main{display:block}mark,rp,rt,ruby,summary,time{display:inline}
a, abbr, acronym, address, applet, article, aside, audio,b, blockquote, big, body,center, canvas, caption, cite, code, command,datalist, dd, del, details, dfn, dl, div, dt, em, embed,fieldset, figcaption, figure, font, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, html,i, iframe, img, ins,kbd, keygen,label, legend, li, meter,nav,object, ol, output,p, pre, progress,q, s, samp, section, small, span, source, strike, strong, sub, sup,table, tbody, tfoot, thead, th, tr, tdvideo, tt,u, ul, var{
    background: transparent;
    border: 0 none;
	font-weight: inherit;
    margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
    vertical-align: top;
}
a{
	text-decoration:none;
	outline: none !important;
}
b, strong{
	font-weight:bold !important;
}
ul,ol{
	list-style: none;
}
q {
	quotes: none;
}
table, table td { 
	padding:0;
	border:none;
	border-collapse:collapse;
}
img{
	vertical-align:top; 
	max-width:100%;
}
embed{ 
	vertical-align:top;
}
input,button{
/*	-webkit-appearance:none;*/
	outline: none;
}
button::-moz-focus-inner{
	border:0;
}
html,body{
	height:100%;
}


/* -----------------------------------

	2. Basic classes and elements 

------------------------------------- */
body{
	font:500 14px/21px "Open Sans",Arial,sans-serif;
	color:#58595b;
	background:#fff;
	letter-spacing: 0.1px;
	overflow-x:hidden;
	}
/*Margin*/
.pad-0{
padding-left:0 !important;	
padding-right:0 !important;	
	}

.m_left_0 {
    margin-left: 0 !important;
}
.m_right_0 {
    margin-right: 0 !important;
}
.m_left_5 {
    margin-left: 5px;
}
.m_left_10 {
    margin-left: 10px;
}
.m_left_15 {
    margin-left: 15px;
}
.m_left_20 {
    margin-left: 20px;
}
.m_left_40 {
    margin-left: 40px;
}
.m_right_5 {
    margin-right: 5px;
}
.m_right_6 {
    margin-right: 6px;
}
.m_right_8 {
    margin-right: 8px;
}
.m_right_10 {
    margin-right: 10px;
}
.m_right_15 {
    margin-right: 15px;
}
.m_right_20 {
    margin-right: 20px;
}
.m_right_25 {
    margin-right: 25px;
}
.m_right_29 {
    margin-right: 29px;
}
.m_right_30 {
    margin-right: 30px;
}
.m_right_35 {
    margin-right: 35px;
}
.p_bottom_0 {
    padding-bottom: 0 !important;
}
.m_bottom_0 {
    margin-bottom: 0 !important;
}
.m_bottom_3 {
    margin-bottom: 3px;
}
.m_bottom_5 {
    margin-bottom: 5px;
}
.m_bottom_10 {
    margin-bottom: 10px;
}
.m_bottom_12 {
    margin-bottom: 12px;
}
.m_bottom_15 {
    margin-bottom: 15px;
}
.m_bottom_20 {
    margin-bottom: 20px;
}
.m_bottom_25 {
    margin-bottom: 25px;
}
.m_bottom_30 {
    margin-bottom: 30px;
}
.m_bottom_35 {
    margin-bottom: 35px;
}
.m_bottom_40 {
    margin-bottom: 40px;
}
.m_bottom_45 {
    margin-bottom: 45px;
}
.m_bottom_50 {
    margin-bottom: 50px;
}
.m_bottom_60 {
    margin-bottom: 60px;
}
.m_bottom_65 {
    margin-bottom: 65px;
}
.m_bottom_100 {
    margin-bottom: 100px;
}
.m_top_0 {
    margin-top: 0px !important;
}
.m_top_5 {
    margin-top: 5px;
}
.m_top_10 {
    margin-top: 10px;
}
.m_top_20 {
    margin-top: 20px;
}
.m_top_30 {
    margin-top: 30px;
}
.m_top_40 {
    margin-top: 40px;
}
.m_top_50 {
    margin-top: 50px;
}
.m_top_100 {
    margin-top: 100px;
}
.fl_right{
float:right;	
	}
.fl_left{
float:left;	
	}	


/*====================Header starts============================*/

/*  */
/* Top Bar
============================*/
.ts-top-bar {
  position: relative;
  z-index: 2;
}
.ts-top-bar:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 4px;
  content: "";
  background: #69ac1a;
}

.top-bar-angle {
  position: relative;
  z-index: 2;
  padding: 9px 0 3px;
}
.top-bar-angle:after {
  z-index: -1;
  content: "";
  position: absolute;
  background: #69ac1a;
  display: block;
  width: 68%;
  height: 100%;
  right: 0;
  top: 4px;
}
.top-bar-angle:before {
  content: '';
  position: absolute;
  right: 68%;
  z-index: 0;
  border-right: 65px solid #69ac1a;
  border-left: 0 solid #69ac1a;
  border-bottom: 40px solid transparent;
  bottom: 0;
  top: 0;
}

.top-bar-social-icon ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.top-bar-social-icon li {
  display: inline-block;
}
.top-bar-social-icon li a {
  display: block;
  padding: 0 8px;
}
.top-bar-social-icon li::last-child a {
  padding-right: 0;
}
.top-bar-social-icon i {
  font-size: 14px;
  color: #fff;
}

.top-bar-event {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
  -moz-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.top-bar-event i,
.top-bar-event span {
  color: #fff;
}
.top-bar-event i {
  font-size: 16px;
  margin-right: 10px;
  position: relative;
  top: 2px;
}
.top-bar-event span {
  font-size: 14px;
}
.top-bar-event.ts-top {
  display: block;
  width: 100%;
  text-align: right;
}



/* Logo Area
=================================*/
.ts-logo-area {
  padding: 6px 0;
}

.top-contact-info {
  margin: 0;
  padding: 0;
  list-style: none;
  float: right;
}
.top-contact-info li {
  display: inline-block;
  position: relative;
  top: 10px;
}
.top-contact-info li span {
  display: inline-block;
  position: relative;
  top: -7px;
  font-size: 24px;
  margin-right: 10px;
  color: #d20023;
}
.top-contact-info a.btn-primary {
  position: relative;
  top: -15px;
}
.top-contact-info .btn {
  height: 40px;
  padding: 8px 32px;
  line-height: 24px;
}

.info-wrapper {
  display: inline-block;
  margin: -15px 50px 0 0;
}
.info-wrapper p {
  margin-bottom: 0;
}
.info-wrapper a {
    color:#666666;
}
.info-wrapper a:hover {
    text-decoration:none;
}
.info-wrapper .info-title {
  font-size: 14px;
  font-weight: bold;
  color: #101010;
  line-height: 18px;
}
.info-wrapper .info-subtitle {
  color: #666666;
  font-size: 14px;
}


/* Tw Header
===========================*/
.ts-header {
  position: relative;
  z-index: 2;
  margin-top: 4px;
}
.ts-header:after {
  position: absolute;
  bottom: 15px;
  left: 0;
  width: 100%;
  height: 4px;
  content: "";
  background: #cb1d1b;
}

.header-angle {
  position: relative;
  z-index: 2;
  margin-bottom: -15px;
}
.header-angle:after {
  position: absolute;
  top: 0;
  right: 0;
  width: 68%;
  height: 100%;
  content: "";
  background: #cb1d1b;
  z-index: -1;
}
.header-angle:before {
  position: absolute;
  top: 0;
  right: 68%;
  content: "";
  border-right: 56px solid #cb1d1b;
  border-top: 55px solid transparent;
}

/* Navbar
===============================*/
.header-angle ul li a{
	color:#fff;
	font-size:18px;
	font-family:Roboto;
	padding: 17px 26px 11px !important;
}
.header-angle .navbar{
	padding:0 !important;
}
.header-angle .navbar-toggler-icon{
	display: inherit;
	margin-bottom: 5px;
	height: 3px;
	border-radius: 5px;
	background-color:#fff;
}
.header-angle .navbar-toggler{
	margin: 0 auto;
	padding: 10px 0;
}

/*====================Header ends============================*/


/*====================body starts============================*/
.footer{
	background:#1f1f1f;
	padding:0 0 60px;
}
.footer img{
	display:block;
	margin:0 auto 30px;
	position: relative;
	top: -50px;
}
.footer h3{
	color:#ffe400;
	font-family:Roboto;
	font-weight:bold;
	font-size:30px;
	text-transform:uppercase;
}
.footer p{
	color:#f0f0f0;
	font-family:Roboto;
	font-size:16px;
	font-weight:lighter;
}
.menu li{
	font-family:Roboto;
	font-size:16px;
	font-weight:lighter;
	margin-bottom:5px;
	color:#f0f0f0;
	line-height:27px;
}
.menu li a{
	color:#f0f0f0;
	line-height:27px;
}
.menu li a i{
	font-size:25px;
}
.col_1{
	color:#4e62a1;
}
.col_2{
	color:#007bb5;
}
.col_3{
	color:#d14e42;
}
.col_4{
	color:#20ba34;
}
.menu li a:hover{
	text-decoration:none !important;
}
.copy_area{
	background:#121212;
	border-top:1px solid #5e5e5e;
	padding:20px 0;
}
.copy_area p{
	margin:0;
	color:#fff;
	font-size:12px;
	font-family:Roboto;
}

.slider h2{
	font-family:Bebas Neue;
	font-size:48px;
	color:#000;
	text-align:left;
	background: rgba(255, 255, 255, 0.8);
	padding: 17px;
}
.slider h2 span{
	color:#f00;
	width:100%;
	display:block;
}
.slider .carousel-caption{
	top: 65%;
	width: 35%;
	transform: translateY(-50%);
	left: 7%;
}
.slider .carousel-caption a {
    background: #ffe400;
    font-size: 20px;
    color: #000;
    text-align: center;
    font-family: Roboto;
    padding: 10px 20px;
    margin-top: 20px;
	float:left;
	text-decoration:none;
    display: inline-block;
}


.section-title {
  position: relative;
  margin-bottom: 70px;
  line-height: 26px;
  padding-bottom: 8px;
  font-family:Roboto;
	font-size:45px;
	font-weight:bold;
	color:#393939;
}

.section-title span {
  font-weight: 300;
}
.section-title:before {
  content: "";
  position: absolute;
  bottom: -15px;
  left: 0;
  width: 100px;
  height: 3px;
  background: #ee3131;
}


/* Feature
============================ */
.feature{
	padding:70px 0;
	position:relative;
}
.ts-feature .feature-img {
  position: absolute;
  right: 0;
  top: 64%;
  width: 36%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.feature-single .feature-icon {
  float: left;
  font-size: 50px;
  color: #393939;
}
.feature-single .feature-content {
  margin-left: 80px;
  padding-right: 10px;
}
.feature-single .feature-content h3 {
  margin-bottom: 13px;
  font-weight:bold;
  font-family:Roboto;
  font-size:20px;
  top: 10px;
	position: relative;
}
.feature-single .feature-content h3 span {
  font-weight: 400;
}
.ts-feature-wrapper{
	margin-bottom:30px;
}
.feature-img{
	position:absolute;
	right:0;
	bottom:0;
}



/* About
====================== */
.ts-about {
  overflow: hidden;
}
.ts-about [class*=col-] {
  padding: 0;
}

.box-content-wrapper * {
  color: #fff;
}
.box-content-wrapper p {
  margin-bottom: 35px;
}

@media (min-width: 992px) {
  .box-skew-hidden-left {
    position: relative;
  }
  .box-skew-hidden-left:after {
    content: "";
    position: absolute;
    top: 0;
    right: -86%;
    width: 100%;
    height: 100%;
    background: #fff;
    -webkit-transform: skewX(-16deg);
    transform: skewX(-16deg);
  }
}

.box-skew-left {
  display: table;
  height: 500px;
  -webkit-transform: skewX(-16deg);
  transform: skewX(-16deg);
  position: relative;
  width: 95%;
}
.box-skew-left .box-skew-img:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: '';
  background: rgba(0, 0, 0, 0.5);
}
.box-skew-left .column-title {
  font-size: 44px;
}
.box-skew-left img {
  position: absolute;
  top: 0;
  left: 0;
  width: 110%;
  height: 100%;
  -webkit-transform: skewX(16deg);
  transform: skewX(16deg);
  background-size: cover;
  background-position: center;
}
.box-skew-left .box-content-wrapper {
  display: table-cell;
  vertical-align: middle;
  -webkit-transform: skewX(16deg);
  transform: skewX(16deg);
  padding: 0 120px 0 135px;
  position: relative;
  z-index: 2;
}
.box-skew-left .box-content-wrapper p {
  padding-right: 120px;
}
.box-skew-left:after {
  content: "";
  position: absolute;
  top: 0;
  left: -85px;
  width: 102%;
  height: 100%;
 /* background: rgba(0, 0, 0, 0.7);*/
  z-index: 1;
}


.box-skew-right {
  display: table;
  -webkit-transform: skewX(-16deg);
  transform: skewX(-16deg);
  left: -125px;
  width: 141%;
  position: absolute;
  top: 33px;
  padding-left: 90px;
  padding-right: 235px;
  padding-top: 10px;
  padding-bottom: 10px;
  height: 435px;
  background: #f7f7f7;
  margin-left: -35px;
}
.box-skew-right img {
  position: absolute;
  top: -70px;
  right: 75px;
  -webkit-transform: skewX(16deg);
  transform: skewX(16deg);
  height: 505px;
}
.box-skew-right:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  background: url("../../ui/images/pattern/about-pattern.png");
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.box-skew-right .column-title {
  margin-bottom: 50px;
  color: #101010;
}
.box-skew-right .column-title span {
  color: #101010;
}
.box-skew-right .column-title:before {
  background: #101010;
}
.box-skew-right .box-content-wrapper {
  display: table-cell;
  vertical-align: middle;
  -webkit-transform: skewX(16deg);
  transform: skewX(16deg);
  width: 100%;
}
.box-skew-right .box-content-wrapper ul li,
.box-skew-right .box-content-wrapper p {
  color: #666666;
}
.box-skew-right .list-round {
  margin: 28px 0 0 15px;
}
.box-skew-right.bg-red {
  background-color: #cb1d1b;
}
.box-skew-right.bg-red .column-title {
  color: #fff;
  font-weight:bold;
  font-size:45px;
  position:relative;
  font-family:Roboto;
}
.box-skew-right.bg-red .column-title span {
  color: #fff;
  font-weight:300;
}
.box-skew-right.bg-red .column-title:before {
  content: "";
position: absolute;
bottom: -15px;
left: 0;
width: 100px;
height: 3px;
background: #fff;
}
.box-skew-right.bg-red .box-content-wrapper ul li,
.box-skew-right.bg-red .box-content-wrapper p {
  color: #e3e3e3;
  font-family:Roboto;
}

.box-content-wrapper a{
	background: #ffe400;
	font-size: 20px;
	color: #000;
	text-align: center;
	font-family: Roboto;
	padding: 5px 15px;
	float: left;
	text-decoration: none;
	display: inline-block;
}
.box-content-wrapper a:hover{
	text-decoration:none;
	color:#000;
}

.service_area{
	padding:70px 0;
}

.service_area .section-title{
	text-align:center;
}
.service_area .section-title:before{
	left:50%;
	transform:translateX(-50%);
}




.section-style02 .news-bar {
    position: relative;
    background-color: #222;
    padding: 30px 0
}

.section-style02 .news-bar .section-title {
    color: #e31837;
    font-size: 30px;
    margin: 0;
    padding-left: 30px;
    text-transform: uppercase;
    font-family: "EurostileLTStdBold"
}

.section-style02 .news-bar .carousel-news {
    margin-left: -30px
}

.section-style02 .news-bar .carousel-news .carousel-inner {
    height: 85px
}

.section-style02 .news-bar .carousel-news .carousel-inner .carousel-caption {
    margin: 0;
    padding: 0;
    left: 45px;
    right: 45px;
    top: 30px;
    bottom: auto;
    text-align: left
}

.section-style02 .news-bar .carousel-news .carousel-inner .item {
    height: 100%;
    line-height: normal
}

.section-style02 .news-bar .carousel-news .carousel-inner .item:after {
    display: none
}

.section-style02 .news-bar .carousel-news .carousel-inner .item .news-title {
    font-size: 15px;
    font-weight: 700;
    color: #ccc
}

.section-style02 .news-bar .carousel-news .carousel-inner .item .news-title:hover {
    color: #fff
}

.section-style02 .news-bar .carousel-news .carousel-inner .item .news-title .fa {
    position: relative;
    top: 1px
}

.section-style02 .news-bar .carousel-news .carousel-control {
    width: auto;
    top: -35px;
    right: 50px;
    left: auto;
    padding: 0 20px;
    background: none!important
}

.section-style02 .news-bar .carousel-news .carousel-control.right {
    left: auto;
    right: 10px
}

.section-style02 .news-bar .carousel-news .carousel-control .fa {
    display: inline-block;
    margin-top: -10px;
    font-size: 24px;
    top: 0
}

.section-style02 .news-bar .today {
    line-height: normal;
    color: #fff;
    position: absolute;
    top: 0;
    left: 45px
}

.section-style02 .news-bar .today .month-part {
    display: inline-block;
    font-size: 15px
}

.section-style02 .news-bar .today .day-part {
    display: inline-block;
    font-size: 15px;
    line-height: 18px;
    margin: 3px 0 1px
}

.section-style02 .news-bar .today .day-part sup {
    margin-left: 3px;
    font-size: 14px
}

.section-style02 .news-bar .today .year-part {
    display: inline-block;
    font-size: 15px
}

.section-style02 .news-bar .today .comma {
    display: inline-block;
    font-size: 18px;
    margin-right: 10px
}

.section-style02 .block-item {
    padding: 0
}

.section-style02 .block-item .spotlight-image {
    position: relative;
    overflow: hidden;
    display: block
}

.section-style02 .block-item .spotlight-image:before {
    content: '';
    display: block;
    padding-top: 33.59375%
}

.section-style02 .block-item .spotlight-image img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%
}

.section-style02 .block-item .caption-panel {
    background: transparent;
    position: relative
}

.section-style02 .block-item .caption-panel .caption-panel-inner {
	transition:ease-in-out 0.3s;
    padding: 30px
}

.section-style02 .block-item:hover .caption-panel {
	background:#cb1d1b;
	color:#fff;
	transition:ease-in-out 0.3s;
}
.section-style02 .block-item:hover .caption-panel:after{
	border-bottom-color: #cb1d1b;
	transition:ease-in-out 0.3s;
}
.section-style02 .block-item.even:hover .caption-panel:after{
	border-top-color: #cb1d1b;
	transition:ease-in-out 0.3s;
}
.section-style02 .block-item:hover .caption-panel h4, .section-style02 .block-item:hover .caption-panel a{
	color:#fff;
	transition:ease-in-out 0.3s;
}

.section-style02 .block-item .caption-panel .title {
    color: #e31837;
    font-size: 20px;
    line-height: normal;
    font-family: "Roboto";
    margin: 0;
    padding: 0;
	font-weight:900;
    text-transform: uppercase
}

.section-style02 .block-item .caption-panel .des {
    margin: 5px 0;
    font-size: 15px
}

.section-style02 .block-item .caption-panel .more {
    color: #e31837;
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase
}

.section-style02 .block-item .caption-panel .more:hover {
    /*text-decoration: underline!important;*/
    color: #f07184
}







/*====================body ends============================*/


/*====================inner banner starts============================*/

.inner_brn {
	background: url(../../ui/images/inner_bnr.jpg) no-repeat 100% 0;
	background-size: cover;
	width: 100%;
	padding: 110px 0;
}
.inner_brn h1{
	color:#fff;
	font-size:60px;
	font-family:Roboto;
	text-transform:uppercase;
	font-weight:600;
	text-align:center;
}
.inner_brn ul{
	text-align:center;
}
.inner_brn ul li{
	display:inline-block;
	margin:10px 5px 0;
	color:#fff;
}
.inner_brn ul li a{
	color:#fff;
	text-decoration:none;
}

/*====================inner banner ends============================*/


/*====================about us starts============================*/

.about_page{
	padding:80px 0;
}
.about_page p{
	font-family:Roboto;
	color:#565656;
	font-size:14px;
	margin-top:50px;
}
.about_page .section-title{
	margin-bottom: 0;
}
.para{
	background:url(../../ui/images/para.jpg) no-repeat 50% 50%;
	background-attachment:fixed;
	background-size:cover;
	padding:120px;
}
.para .section-title{
	margin-bottom:30px;
	text-align:center;
	color:#fff;
}
.para .section-title:before{
	left:50%;
	transform:translateX(-50%);
}
.para p{
	text-align:center;
	color:#fff;
	font-size: 18px;
    font-family: Roboto;
}

/*====================about us starts============================*/


/*====================contact us starts============================*/

.contact_area{
	padding:50px 0;
}

.form_input{
	width:100%;
	height:54px;
	background:#eeeeee;
	color:#000;
	border:1px solid #eeeeee;
	border-radius:2px;
	-webkit-transition: all 0.30s ease-in-out;
    -moz-transition: all 0.30s ease-in-out;
    -ms-transition: all 0.30s ease-in-out;
    -o-transition: all 0.30s ease-in-out;
    outline: none;
    padding: 3px 0px 3px 20px;
	margin:0 15px 15px 0;
}

.form_input:focus{
  box-shadow: 0 0 5px rgba(203, 29, 27, 1);
  padding: 3px 0px 3px 20px;
  border: 1px solid rgba(203, 29, 27, 1);
}

.form_textarea{
	width:100%;
	height:118px;
	background:#eeeeee;
	color:#000;
	border:1px solid #eeeeee;
	border-radius:2px;
	-webkit-transition: all 0.30s ease-in-out;
    -moz-transition: all 0.30s ease-in-out;
    -ms-transition: all 0.30s ease-in-out;
    -o-transition: all 0.30s ease-in-out;
    outline: none;
    padding: 20px 0px 3px 20px;
	margin:0 15px 15px 0;
}

.form_textarea:focus{
  box-shadow: 0 0 5px rgba(203, 29, 27, 1);
  padding: 20px 0px 3px 20px;
  border: 1px solid rgba(203, 29, 27, 1);
}

.form_button{
	width:225px;
	height:40px;
	background:#cb1d1b;
	color:#fff;
	font-size:28px;
	border:1px solid #eeeeee;
	border-radius:2px;
	border:1px solid #ea2205;
	transition: all 0.2s linear 0s;
    line-height: 53px;
}

.form_button i{
	padding-right:10px;
    line-height: 53px;
}

.form_button:hover{
	 box-shadow:2px 2px 5px rgba(0, 0, 0, 0.5);
	color:#fff;
} 

.cont_area{
	width:100%;
	background:#eeeeee;
	border-radius:2px;
}
.cont_area a{
	color: #1a1a1a;
}
.cont_area a:hover{
	color: #1a1a1a;
	text-decoration:none;
}

.cont_bullet{
	width:35px;
	height:35px;
	background:#cb1d1b;
	position:absolute;
	left:25px;
	padding:5px;
	margin-top:5px;
	border:1px solid #cb1d1b;
	box-shadow:inset 0 0 0 3px #fff;
	transform:rotate(45deg);
	text-align:center;
}

.cont_bullet i{
	color:#fff;
	font-size:18px;
	transform:rotate(-45deg);
	line-height:25px;
}

.cont_area h3{
	padding:18px 0 10px 80px;
	font-size:18px;
	color:#1a1a1a;
	font-weight:600;
}

.cont_area p{
	padding:0 20px 0 80px;
	color:#1a1a1a;
	font-size:14px;
    font-weight:normal;
	font-family:Roboto;
	height:50px;
}
.cont_p_area{
	position:relative;
}

/*====================contact us ends============================*/



/*====================gallery starts============================*/
.gal_area{
	padding:70px 0;
}
.gal_area .section-title{
	text-align:center;
}
.gal_area .section-title:before{
	left:50%;
	transform:translateX(-50%);
}

.ekko-lightbox-nav-overlay a {
    font-size: 36px;
    color: #fff;
    top: 50%;
    position: absolute;
    z-index: 99999;
}
.ekko-lightbox-nav-overlay a:hover{
	color:rgba(255,255,255,0.5) !important;
	transition:ease-in-out 0.3s ;
	text-decoration:none !important;
}
    .ekko-lightbox-nav-overlay a:nth-child(2) {
        right:15px;
    }
    .ekko-lightbox-nav-overlay a:hover {
        text-decoration:none;
    }
.gal_area .portfolio-item{
	margin-bottom:30px;
}
/*====================gallery end============================*/


/*====================Services starts============================*/

.services_page{
	padding:80px 0;
}

.services_page .section-title{
	text-align:center;
}
.services_page .section-title:before{
	left:50%;
	transform:translateX(-50%);
}

.service_box{
	padding:20px 0;
	border-radius:5px;
}
.service_box h3{
	font-size:22px;
	font-weight:bold;
	font-family:Roboto;
	text-transform:uppercase;
	color:#000;
	border-bottom:2px solid #000;
	display:inline-block;
	margin-top:10px;
}
.service_box p {
    font-family: Roboto;
    color: #565656;
    font-size: 14px;
}
.service_box h4{
	font-size: 16px;
	font-weight: 600;
	font-family: Roboto;
	line-height: 25px;
}
.service_box li strong{
	color:#000;
}
.service_box li{
	font-family: Roboto;
    color: #565656;
    font-size: 14px;
	margin-top:10px;
	list-style:outside disc;
	margin-left:15px;
}


/*====================Services end============================*/



/*============================== media quaries starts==============================*/
@media(max-width: 1200px){

}
@media (min-width: 1600px) {
  .box-skew-left .box-content-wrapper {
    padding: 0 120px 0 424px;
  }
}
@media (min-width: 992px) {
  .box-skew-left:before {
    -webkit-transform: skewX(16deg);
    transform: skewX(16deg);
  }
}
@media (min-width: 1200px) {
  .box-skew-right {
    padding-left: 75px;
  }
}

@media(max-width: 1280px){
}
@media (min-width:992px) {
.section-style02 {
	padding-bottom: 60px
}
.section-style02 .news-bar {
	position: relative;
	height: 85px;
	line-height: 90px;
	background-color: #222;
	padding: 0
}
.section-style02 .news-bar .section-title {
	color: #e31837;
	font-size: 24px;
	margin: 0;
	padding-left: 40px
}
.section-style02 .news-bar .carousel-news {
	margin-left: -30px
}
.section-style02 .news-bar .carousel-news .carousel-inner {
	height: 85px
}
.section-style02 .news-bar .carousel-news .carousel-inner .carousel-caption {
	position: absolute;
	margin: 0;
	padding: 0;
	left: 15%;
	right: 10%;
	top: 50%;
	bottom: auto;
	text-align: left;
	max-width: none!important;
	width: auto;
	-webkit-transform: translate(0, -50%);
	-moz-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	-o-transform: translate(0, -50%);
	transform: translate(0, -50%)
}
.section-style02 .news-bar .carousel-news .carousel-inner .item {
	height: 100%;
	line-height: normal
}
.section-style02 .news-bar .carousel-news .carousel-inner .item .news-title {
	font-size: 15px;
	font-weight: 700;
	color: #ccc
}
.section-style02 .news-bar .carousel-news .carousel-inner .item .news-title:hover {
	color: #fff
}
.section-style02 .news-bar .carousel-news .carousel-inner .item .news-title .fa {
	position: relative;
	top: 1px
}
.section-style02 .news-bar .carousel-news .carousel-control {
	width: auto;
	top: 2px;
	left: 20px;
	right: auto;
	padding: 0 20px;
	background: none!important
}
.section-style02 .news-bar .carousel-news .carousel-control.right {
	left: 55px;
	right: auto
}
.section-style02 .news-bar .today {
	line-height: normal;
	color: #fff;
	display: inline-block;
	margin-top: 18px;
	float: right;
	position: absolute;
	right: 0;
	left: auto
}
.section-style02 .news-bar .today .month-part {
	display: block;
	font-size: 12px;
	color: rgba(255, 255, 255, .7)
}
.section-style02 .news-bar .today .day-part {
	display: block;
	font-size: 22px;
	line-height: 18px;
	margin: 3px 0 1px
}
.section-style02 .news-bar .today .day-part sup {
	margin-left: 3px;
	font-size: 14px;
	color: rgba(255, 255, 255, .7)
}
.section-style02 .news-bar .today .year-part {
	display: block;
	font-size: 10px;
	letter-spacing: 6px;
	color: rgba(255, 255, 255, .7)
}
.section-style02 .news-bar .today .comma {
	display: none
}
.section-style02 .block-item {
	height: 340px
}
.section-style02 .block-item .spotlight-image {
	position: relative;
	height: 170px;
	width: 100%
}
.section-style02 .block-item .spotlight-image:before {
	content: '';
	display: block;
	padding-top: 0
}
.section-style02 .block-item .spotlight-image img {
	position: relative;
	width: 140%;
	max-width: none;
	margin-left: -20%
}
.section-style02 .block-item .caption-panel {
	background: #fff;
	height: 170px
}
.section-style02 .block-item .caption-panel .caption-panel-inner {
	padding: 25px 30px;
	top: 0;
	height: 100%;
	text-align:center;
	-webkit-transform: translate(0, 0);
	-moz-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	-o-transform: translate(0, 0);
	transform: translate(0, 0)
}
.section-style02 .block-item .caption-panel .caption-panel-inner i{
	margin-top:4px;
}
.section-style02 .block-item .caption-panel:after {
	content: '';
	position: absolute;
	top: -19px;
	left: 50%;
	margin-left: -10px;
	height: 0;
	width: 0;
	border-color: transparent;
	border-style: solid;
	border-width: 10px;
	border-bottom-color: #fff
}
.section-style02 .block-item:first-child+.block-item .spotlight-image,
.section-style02 .block-item.even .spotlight-image {
	position: absolute;
	bottom: 0
}
.section-style02 .block-item:first-child+.block-item .caption-panel,
.section-style02 .block-item.even .caption-panel {
	position: absolute;
	top: 0;
	left: 0;
	right: 0
}
.section-style02 .block-item:first-child+.block-item .caption-panel:after,
.section-style02 .block-item.even .caption-panel:after {
	content: '';
	position: absolute;
	top: auto;
	bottom: -19px;
	left: 50%;
	margin-left: -10px;
	height: 0;
	width: 0;
	border-color: transparent;
	border-style: solid;
	border-width: 10px;
	border-top-color: #fff
}
}
@media(min-width: 981px) and ( max-width: 1024px){
.feature-img {
    z-index: -1;
    opacity: .5;
}
}




@media(min-width: 768px) and ( max-width: 980px){
.section-style02 .block-item .spotlight-image {
    height: 200px;
}
.feature-img{
	position:inherit;
	text-align:center;
}
.header-angle::before {
    border-top: 46px solid transparent;
}
}


@media(max-width: 767px){
.section-style02 .block-item .spotlight-image{
	height:200px;
}
.section-style02 .block-item{
	padding:0 15px;
}
.feature-img{
	position:inherit;
	text-align:center;
}
.top-bar-angle::before{
	display:none;
}
.top-bar-angle::after{
	width:100%;
}
.top-bar-event.ts-top, .top-bar-social-icon{
	text-align:center;
}
.info-wrapper{
	margin:-15px 0 0 0;
}
.top-contact-info{
	float:none;
	text-align:center;
}
.header-angle::before{
	display:none;
}
.header-angle::after{
	width:100%;
}
.header-angle .navbar .ml-auto{
	margin-left:inherit !important;
	text-align:center;
}
.box-skew-left{
	width:100%;
}
.box-skew-right{
	position:relative;
	left:0;
	padding-left:50px;
	height:500px;
	top:0;
	transform: skewX(-1deg);
}
.box-skew-right .box-content-wrapper{
	display:block;
	width:330px;
	transform: skewX(1deg);
}
.slider .carousel-caption{
	width:90%;
}
.slider h2{
	font-size:22px;
}
.slider .carousel-caption{
	top:40%;
	left:5%;
}
.slider .carousel-caption a {
    font-size: 14px;
    padding: 5px 15px;
    margin-top: 0;
}
}

@media only screen and (min-width:320px) and (max-width:991px) {
.section-style02 .carousel-news .carousel-control .fa {
	margin-top: 0px!important
}
}
@media(max-width: 480px){
}
@media(max-width: 360px){
}
@media(max-width: 320px){
}
	
	
/*=============================== media quaries ends ===================================*/
