/* ----------------------------------------------------------------------------------- */
/* CSS Reset & Clear
/*----------------------------------------------------------------------------------- */

@import url(https://fonts.googleapis.com/css?family=Oswald:400,300,700);
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,800,700);
@import url(https://fonts.googleapis.com/css?family=Source+Sans+Pro:400,900,700,600,300);

* { outline:none;}
html{
    overflow-x: hidden !important;
}
@keyframes fadein {
    from {
        opacity:0;
    }
    to {
        opacity:1;
    }
}
@-moz-keyframes fadein { /* Firefox */
    from {
        opacity:0;
    }
    to {
        opacity:1;
    }
}
@-webkit-keyframes fadein { /* Safari and Chrome */
    from {
        opacity:0;
    }
    to {
        opacity:1;
    }
}
@-o-keyframes fadein { /* Opera */
    from {
        opacity:0;
    }
    to {
        opacity: 1;
    }
}
body{
    line-height:1.5em;
     border: 0;
    margin: 0 auto;
    padding: 0;
}

ol,ul,dl{
    margin:0;
    padding:0;
    list-style-type:none;
}
a{
    text-decoration: none!important;
}

a:focus{
    outline: 0;
}
.no-padding{
    padding: 0;
}
/* Global styles
================================================== */
body{
	font-family: 'Source Sans Pro', sans-serif;
    font-size: 14px;
	font-weight:500;
    line-height: 1.6;
    color: #aaaaaa;
}
/*body {
    margin: 0 auto;
    overflow-x: hidden;
    position: relative;
}*/
h1,h2,h3,h4,h5,h6{
    font-family: 'Oswald', sans-serif;
    font-weight:700;
    color: #262626;
}
h2{
    font-size:60px;
}
h3{
    font-size:40px;
    font-weight:400;
    text-transform:uppercase;
    line-height:60px;
}
h4{
    line-height:25px;
    font-size: 18px;
}
h5{
    line-height:25px;
    font-weight:600;
}
p{
	font-family: 'Source Sans Pro', sans-serif;
	font-size:14px;
    line-height:25px;
    font-weight:500;
    color: #777;
}
a{
    text-decoration:none!important;
}
.div-img{
    position:relative;
    display:inline-block;
    width:100%;
    margin:15px auto 20px;
    text-align:center;
}
.feature_title{
    position:relative;
    color:#000!important;
    width: 80%;
    margin: 10px auto;
    font-size: 40px;
    line-height: 46px;
	font-weight: 700;
    text-transform:uppercase;
}
.feature_title span{color:#343434!important;}

.feature_title:hover{
    cursor: pointer;
    animation: pulse 1s ease-in-out 100ms both;
    -webkit-animation:pulse 1s ease-in-out 100ms both;
    -o-animation:pulse 1s ease-in-out 100ms both;
}
.feature_sub{
    color:#000;
    font-size: 18px;
    line-height: 25px;
    font-weight: 400;
}

.btn-main{
    padding: 10px 25px;
    border-radius: 3px;
    border: medium none;
    vertical-align: middle;
    cursor: pointer;
    border:1px solid#333;
    white-space: nowrap;
    font-size: 16px;
    line-height: 1.42857;
    background: #333;
    color:#fff;
    font-weight: 700;
    margin-top: 30px;
    text-transform: capitalize!important;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.btn-dark{
    padding: 10px 25px;
    border-radius: 3px;
    border: medium none;
    vertical-align: middle;
    cursor: pointer;
    border:1px solid#EE3B24;
    white-space: nowrap;
    font-size: 16px;
    line-height: 1.42857;
    font-weight: 700;
    margin-top: 30px;
    text-transform: capitalize!important;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.btn-dark:hover{
    background: #EE3B24;
    color: #fff;
}
.feature-tab,.team-items,.pricing,.single_blog{
    margin-top: 40px;
}
#testimonial .owl-carousel .owl-wrapper{margin-top: 10px;}
#portfolio{
    padding-bottom: 0px;
}
#footer{
    padding: 0;
}

.mouse-wrapper {
    position: absolute;
    bottom: 25px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}
.mouse {
    position: relative;
    width: 25px;
    height: 40px;
    border: 3px solid #fff;
    -moz-border-radius: 12px;
    border-radius: 12px;
}
.mouse-wrapper .mouse:before {
    content: '';
    display: block;
    position: absolute;
    top: 5px;
    left: 50%;
    width: 3px;
    height: 7px;
    background: #fff;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}


.logobox { width: 120px; background: #fff; float: right; padding: 10px; /*margin-right:15px;*/ display: inline-block; animation: fadein .50s; -moz-animation: fadein .50s; -webkit-animation: fadein .50s; -o-animation: fadein .50s; -webkit-transition: .30s ease-in-out; -moz-transition: .30s ease-in-out; -o-transition: .30s ease-in-out; transition: .30s ease-in-out;}
.logobox img{height:100%;}

header.smaller {}
header.smaller .topline{height:0px; padding:0px; overflow:hidden;}
header.smaller .headertop{border-top:3px solid #000;}
header.smaller .logobox { width: 100px; float: right; margin-right: 25px;}
header.smaller .logobox img {width:100%;}
header.smaller .toprgtbox{padding:28px 0px;}


/* Icon Box */
.toprgtbox{float:left; text-align:right; padding: 35px 0px;}
.spcltoplink a{color:#bb1810; font-size:18px; margin-top: 10px; margin-right: 10px; display:block; float:left;}
.spcltoplink a:hover{color:#ee473f;}
.spcltoplink i{color:#888; font-size:16px; width: 15px; margin-right:3px;}
.spcltoplink .fa-user{font-size:14px;}
.spcltoplink a:hover i{color:#aaa;}

.spcltoplink form{display:block; float:left; margin-left: 15px;}
.spcltoplink form input[type="button"]{width:30px; height: 40px; padding: 10px 5px; background:url(../images/searchicon.png) no-repeat center center; border:none; border-bottom:1px solid #000; float:left;}
.spcltoplink form input[type="text"]{float:left; border:none; border-bottom:1px solid #000; font-size: 16px; width:180px; height:40px;}

.headertop .icon-box { display: inline-block; padding: 0px 25px; line-height: 1.3; text-align: left; transition: all 100ms ease-out; cursor:pointer; border-right: 1px solid rgba(0, 0, 0, 0.1);}
.headertop .icon-box .fa { float: left; color: #0178b2; margin-right: 3px; transition: all 100ms ease-out; }
.headertop .icon-box:hover .fa { color: #4ab9cf; }
.headertop .icon-box__title { margin-top: 0; margin-bottom: 8px; font-size: 13px; font-weight: 600; line-height: 12px; color: #aaaaaa;}
.headertop .icon-box__subtitle { font-size: 13px; color: #444444; font-weight: bold;}

.toprgtbox .icon-box:last-of-type { margin-right: 35px; padding-right: 0; border-right: 0; }
.header .icon-box { display: inline-block; text-align: left; margin-bottom: 20px; padding-bottom: 20px; width: 100%; }
@media (min-width: 992px) { .header .icon-box { margin-right: 20px; margin-bottom: 0; padding-left: 20px; padding-bottom: 0; border-left: 1px solid rgba(0, 0, 0, 0.1); border-bottom: 0; width: auto; } }
@media (min-width: 1200px) { .header .icon-box { margin-right: 30px; padding-left: 30px; } }
.header .icon-box:hover { text-decoration: none; }
.header .icon-box .fa { color: #0178b2; margin-right: 3px; }
.header .icon-box__title { font-family: 'Oswald', sans-serif; display: inline-block; font-size: 13px; color: #aaaaaa; font-weight: normal; margin: 0; letter-spacing: 0; }




 /* NAVIGATION
================================*/


 /* NAVIGATION
================================*/

 /*Divider
================================*/
.divider{}
.divider{
    display: block;
    margin: 20px auto;
    content: "";
    width: 70px;
    height: 5px;
    }

#service,#pricing_table,#about,#team,#blog,#contact,#testimonial,#portfolio,#video-fact,#about-details {
     padding-top:40px; padding-bottom: 50px;
}

#blog{padding-top:60px; padding-bottom: 40px;}

section{
    /*padding:50px 0px;*/
}
.feature_header {
    padding: 0px;
}
.feature_header h5 {font-size: 17px; line-height: 30px; color:#6a6a6a; font-weight:400;}
.feature_header h1 {
    font-size: 40px;
    font-weight: 600; text-transform:capitalize;
    margin: 0px;
    position: relative;
    padding-bottom: 15px;
}
.feature_header h4 {font-size: 20px; line-height: 32px; color:#6a6a6a; font-weight:400; margin:0px 0px 40px 0px;}
.download-btn{
    background: #fff; border:2px solid #a0a0a0;
    margin: 15px 5px 5px;
    position: relative;
    display: inline-block;
    overflow: hidden;
    color: #aaa;
    line-height: 24px;
    padding: 8px 22px;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
}
.download-btn img{ border:none; margin-right:10px;}

#video-fact{
    padding-bottom: 90px!important;
}

/* Custom Basic styles
================================================== */
/* Header area
=========================================================== */
.top{ width:100%; position:fixed; top: 0px; z-index: 1030; background: rgba(0,0,0,.5); padding:7px 0px; color:#b0b0b0; font-size:14px;}
.phnumtop{display:inline-block; float:left; border-right:1px solid #111; padding-right:15px; margin-right:15px;}
.phnumtop i{padding-right:5px; font-size:16px;}
.emailtop{display:inline-block; float:left;}
.emailtop i{padding-right:5px; font-size:16px;}

.top-social i{ color:#b0b0b0; font-size:17px;}
.top-social a:hover i{ color:#ccc;}

.main-nav{
    width: auto;
}
#section_header .haeder-fixed{
    background: #fff;
    padding: 10px 0px;
}
#section_header{
    padding: 0px;
	background:#bb1810;
}
#section_header .headertop{background:#fff;}
.topline{background:#000; padding:6px 0px; height:32px;-webkit-transition: .50s ease-in-out; -moz-transition: .50s ease-in-out; -o-transition: .50s ease-in-out; transition: .50s ease-in-out; overflow:hidden;}
.topline ul{margin:0px; padding:0px; float:right;}
.topline li{margin:0px; padding:0px; display:block; float:left; color:#ccc;}
.topline li a{color:#fff;}
.topline li a:hover{color:#ccc;}

.top-scl li{margin:0px 5px; font-size:13px; display:block; float:left;}
.top-scl li i{margin:0px 5px; font-size:15px;}
.top-scl li .fa-twitter, .footer_menu_contact li .fa-twitter{color: #63cdf1;}
.top-scl li .fa-facebook, .footer_menu_contact li .fa-facebook{color: #507cbe;}
.top-scl li .fa-google-plus, .footer_menu_contact li .fa-google-plus{color: #de5347;}
.top-scl li .fa-youtube-play, .footer_menu_contact li .fa-youtube{color: #ee1c1b;}
.top-scl li .fa-linkedin{color: #0177b5;}
.top-scl li .fa-pinterest-square{color: #bd2125;}


.top-morelink li{margin:0px 15px; font-size:13px; color:#ccc}
.top-morelink li a{color:#ccc}
.top-morelink li a:hover{color:#fff}
.top-morelink li i{ margin: 0px 10px 0px 0px; background: #bb1810; width: 18px; height: 18px; border-radius: 50%; color: #fff; float: left; line-height: 20px; font-size: 10px; text-align: center; margin-top: 2px;}



/* Banner Form
============================================== */
.banner-top{
    position: absolute;
    z-index: 10;
    top: 40%;
    right: 7%;
    width: 310px;
    padding: 25px;
    background: rgba(34,125,204,.5);
}
.banner-top_head{
    color: #fff !important;
    font-size: 16px;
	font-weight:600;
    line-height: 16px;
    margin: 0px 0px 15px 0px;
	position: relative;
	text-transform:uppercase;
}
.banner-top input, .banner-top textarea {
    width: 100%;
    padding: 5px 15px;
	background:#fff; border:none;
    margin-bottom: 15px;
	float: left; color:#000;
}
.banner-top .btn{ width:100%; background:#0178b2; color:#fff; font-size:14px; font-weight:600; border-radius:0px; padding:7px 20px; margin:0px 0px 10px 0px; border-bottom:2px solid #004986;}


/* Section Slider
========================================================= */

/* Carousel Slider
============================================== */
#slider_part{
   height: 518px;
   width: 100%; margin-top: 140px;
   overflow:hidden;
}


.dwnldbroucbtn{position:absolute; bottom:0px; left:8%; width:75px; height:65px; z-index:10; background: url(../images/downloadbtn.jpg) left center no-repeat #b4141c; color:#fff; text-transform:uppercase; padding:15px 30px; text-align:right;line-height: 40px; font-size: 16px;webkit-transition: .20s ease-in-out; -moz-transition: .20s ease-in-out; -o-transition: .20s ease-in-out; transition: .20s ease-in-out; text-indent: 115px; overflow:hidden;}
.dwnldbroucbtn:hover{color:#eee; opacity:.9; width:270px; text-indent: 0px;}

.locatebtn{position:absolute; bottom:-40px; right:8%; width:75px; height:105px; background: url(../images/locatebtn.jpg) center center no-repeat; z-index:3;webkit-transition: .20s ease-in-out;
    -moz-transition: .20s ease-in-out; -o-transition: .20s ease-in-out; transition: .20s ease-in-out;}
.locatebtn:hover{opacity:.9;bottom:0px; width:100px;}

.popupform{position:fixed; background:#fff; bottom:36%; right:0%; z-index:1200;}
.popupcntct {
	width: 43px; height:170px;
    background: #b4141c;
    color: #fff;
    font-size: 14px;
    text-transform: uppercase; text-align:center;
    border-radius: 0px;
    padding: 15px; word-break: break-all;
    margin: 0px; cursor:pointer; left: -43px; position: absolute;
}

.popupform .spclcntctform{padding:20px; width:280px; display:none; background: #fff;}
.popupform input, .popupform textarea {
    width: 100%;
    padding: 10px 15px;
    background: #fff;
    border: 1px solid #ccc;
    margin-bottom: 10px;
    float: left;
}
.popupform .btn {
    background: #b4141c;
    color: #fff;
    font-size: 14px;
    text-transform: uppercase;
    border-radius: 0px;
    padding: 10px 40px;
    margin: 0px;
}

.slides-control {z-index: 1000; position: absolute; bottom: 22%; right: 8%;}

.carousel-caption{
	font-family: 'Source Sans Pro', sans-serif;
    top: 40%; width: 550px;
    margin-top: -50px;
    left:8%;
    right: 0px;
    -webkit-transition: all.3s ease 0s;
    -o-transition: all.3s ease 0s;
    transition: all.3s ease 0s;
}
.carousel-caption h2{
	font-family: 'Oswald', sans-serif;
	display:block; width:100%; text-align:left;
	color:#fff; 
    font-size: 44px;
    font-weight: 700; margin: 5px 0px 15px 0px;
	transition-delay:.3s;
    -moz-transition-delay:.3s;
    -o-transition-delay:.3s;
}

.carousel-caption h3{
	font-family: 'Source Sans Pro', sans-serif;
	display:block; width:100%;
    text-shadow:none;
	text-align: left;
    font-size: 16px;
    line-height: 26px;
    font-weight: 500;
    margin: 0px; text-transform:none;
    transition-delay:.3s;
    -webkit-transition-delay:.3s;
    -o-transition-delay:.3s;
}
.carousel-caption p{
    font-size:46px;
    line-height: 62px;
    font-weight: 500;
    color: #fff;
    transition-delay:.3s;
    -moz-transition-delay:.3s;
    -o-transition-delay:.3s;
    margin: 40px 0px;
    text-transform: uppercase;
}
.carousel-caption img{
    border:2px solid#fff;
    padding:10px 10px 10px 20px;
}
.carousel-caption .btn{padding:10px 30px; background:#266460; border:none; font-weight:600; margin:30px 0px 15px 0px;}
.line{
   width: 100px;
    height: 5px;
    color: #222;
    margin: 0px auto;
}
.carousel-caption p i{
    font-size: 7px;
    margin: 0px 3px;
    position: relative;
    top: -3px;
}
.carousel .item {
    -webkit-transition: opacity .3s;
    -moz-transition: opacity .3s;
    -ms-transition: opacity .3s;
    -o-transition: opacity .3s;
    transition: opacity .3s;
}

.btn-featured{
    text-decoration:none;
    position: relative;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    background: transparent;
    border-radius:2px;
    z-index:1;
    font-weight: 500;
    font-size: 18px;
    line-height: 20px;
    padding: 15px 40px !important;
    text-transform: uppercase;
    margin-top:20px;
    margin-right: 10px;
}

.carousel-control.left,.carousel-control.right{
    background-image:none !important;
    background-repeat:no-repeat !important;
}
.carousel-control{
    width:4% !important;
}

.carousel-caption img{
    height: auto;
}
 .carousel-indicators{
    bottom:100px;
    width: 10%;
    left: 45%;
    margin:0 auto;
    bottom:30%;
}

.carousel-indicators li{
    width: 12px !important;
    height: 12px !important;
    border: 1px solid #FFF !important;
    margin: 0px !important;
    border-radius: 50%;
}
.slides-control .carousel-control i{
    line-height: 28px;
    font-size: 16px;
    padding-top: 6px;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    border-radius: 0px;
    width: 40px;
    height: 40px;
}
.slides-control .carousel-control.left, .slides-control .carousel-control.right{position:relative;}
.slides-control .carousel-control{
    position: absolute;
    width: 240px;
    top: 35%;
    z-index:10;
}

.carousel-control.left{
    width: 120px;
    height: 40px;
}
.carousel-control.right{
    width: 120px;
    height: 40px
}
.overlay-slide{
    height: 520px;
    position: relative;
    width: 100%;
}
.overlay-slide:after{
    background:rgba(0,0,0,.05);
    position: absolute;
    content: "";
    z-index: 3;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
}
.overlay-slide img{
    width: 100%;
    display: block;
}

.carousel-inner .item {
    opacity: 1;
    -webkit-transition: .9s ease-in-out left;
    -o-transition: .9s ease-in-out left;
    transition: .9s ease-in-out left;
}
.carousel-inner .active {
    opacity: 1;
	-webkit-transition: .9s ease-in-out left;
    -o-transition: .9s ease-in-out left;
    transition: .9s ease-in-out left;
}
.carousel-inner .carousel-caption{opacity:0;}
.carousel-inner .active .carousel-caption{opacity:1;}

/*-- Animation --*/

.carousel .item.active .animated2 {
    -webkit-animation: lightSpeedIn 1s ease-in 200ms both;
    animation: lightSpeedIn 1s ease-in 200ms both;
}

.carousel .item.active .animated3 {
    -webkit-animation: bounceInLeft 1s ease-in-out 500ms both;
    animation: bounceInLeft 1s ease-in-out 500ms both;
}


/* Service  Area
============================================================= */

.featured-widget {
    padding: 30px;
    background-color: #fff;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
}
.widget-title {
	color: #bb1810 !important;
	font-family: 'Oswald', sans-serif;
	font-weight: 700 !important;
	font-size:24px;
	line-height: 26px;
	margin-top: 0px;
	margin-bottom: 20px;
    position: relative;
	text-shadow: 0 1px 2px rgba(0,0,0,.3);
}
.widget-title span{color:#bb1810;}

.spcl-ttl:after {
	content: "";
    background: url(../images/uline.jpg) no-repeat top center;
    position: absolute;
    width: 100%;
    height: 30px;
    left: 2px;
    bottom: -25px;
}
.widget-title2 {
	font-family: 'Oswald', sans-serif;
	font-weight: 600;
	font-size:26px; letter-spacing:normal; line-height: 26px;
	margin-top: 0px;
	margin-bottom: 20px;
    position: relative;
}
.featured-widget h3 {
    font-size:26px; margin-top: 0; color: #444; font-weight: 900; line-height: 30px;
}
.featured-widget p {font-family: 'Oswald', sans-serif;
    font-size: 14px;
    line-height: 1.6;
    color: #aaaaaa;}
.read-more {
	color:#266460;
    position: relative;
    font-weight: bold;
    text-transform: uppercase;
}
.read-more:hover {color:#327f7a;}
.read-more:after {
    content: "\f0da";
    font-family: "FontAwesome";
    font-size: 10px;
    position: absolute;
    right: -11px;
    top: calc(25% - 8px);
}
.post-image {
    max-width: 100%;
    height: auto;
	border-bottom: 5px solid #eee;
}
.page-box_title {
    color: #444444; font-family: 'Oswald', sans-serif; font-size: 18px;
    margin-top: 10px !important;
    margin-bottom: 5px !important; letter-spacing: normal;
	text-transform: uppercase;
}
.page-box_title a {
    color: #444444;
}



#service{background:#f3f3f3;}

.main_feature{
    margin: 10px 0px;
    display: block;
    float: left;
	width: 100%;
}

.feature_content{position:relative;}
.feature_content:hover .feature_content:after{
    border:2px solid#fff!important;
}

.feature_content:hover i,.feature_content:hover  h5{
	color: #eee !important;
    cursor: pointer !important;
}
.feature_content i{
    font-size:60px;
    line-height: 60px;
    z-index:3;
    position: relative;
}

.feature_content img{width:100%;}

.feature_content h4{
	position:absolute;
	width:100%; top: 40%;
    font-size: 16px;
    font-weight: 800;
    line-height: 19px; color:#fff !important;
    text-transform: uppercase;
   -webkit-transition: all 150ms linear 0s;
    -o-transition: all 150ms linear 0s;
    transition: all 150ms linear 0s;
    letter-spacing: 1px;
	z-index:1;
}

.featboxes{padding: 10px 20px; float: left; position:absolute; height: 100%; bottom:0px; left:0px;display: none; z-index:2;}

.featboxes h5{
    font-size: 14px;
    font-weight: 800;
    line-height: 19px;
    margin: 15px 0px; color:#fff !important;
	position: relative;
    text-transform: uppercase;
   -webkit-transition: all 150ms linear 0s;
    -o-transition: all 150ms linear 0s;
    transition: all 150ms linear 0s;
    letter-spacing: 1px;
}
.featboxes h5:after{width: 40%; content: ""; position: absolute; height: 1px; background: #fff; bottom: -10px; left: 30%;}

.featboxes p{
    font-size: 14px;
    line-height: 20px;
    color:#fff !important;
	margin-bottom:5px
}
.featboxes a{
	color:#fff !important;
    display: inline-block;
    margin: 0px auto 10px auto;
}
.feature_content a:hover{
	color:#eee;
    text-decoration:none;
}

.feature_content .red{background: #bb1810 !important;}
.feature_content .blue{background: #00adf1 !important;}
.feature_content .pink{background: #ed0090 !important;}
.feature_content .green{background: #01a89e !important;}

/* Portfolio Area
=========================================== */

#isotope-filter{
    padding:10px 0px;
}
#isotope-filter a{
color: #fff!important;
padding: 10px 15px;
}

/*Portfolio Caption
=========================================*/
#portfolio{ }
.portfolio-wrap{
    position: relative;
    display: block;
    width: 100%;
    padding: 0px;
    margin: 0px;
    transition: height 450ms ease-out 0s;
    -webkit-transition: height 450ms ease-out 0s;
    -o-transition: height 450ms ease-out 0s;
}
.single-portfolio{
    display: block;
    overflow: hidden;
    padding: 0px;
    float:left;
    
}
.single-portfolio figure{
   padding: 0px; margin: 10px 5px; position: relative; overflow:hidden;
   border:1px solid #222;
}
.single-portfolio img{
   display: block;
   width: 100%;
   height: auto!important;

}

.single-portfolio:hover figcaption{
    opacity:1;
    -webkit-transition: transform 0.35s ease 0s;
    -o-transition: transform 0.35s ease 0s;
    transition: transform 0.35s ease 0s;
   -webkit-transform: translate3d(0px, 0px, 0px);
    -ms-transform: translate3d(0px, 0px, 0px);
    -o-transform: translate3d(0px, 0px, 0px);
    transform: translate3d(0px, 0px, 0px);
    cursor: pointer;
}

.single-portfolio:hover .single-portfolio img{
    opacity:.6;
}
.single-portfolio figcaption{
    bottom: 0px;
    height: 100%;
    width: 100%;
    color: #222;
    padding: 12px 15px;
    -webkit-transition: transform 0.35s ease 0s;
    -o-transition: transform 0.35s ease 0s;
    transition: transform 0.35s ease 0s;
    -webkit-transform: translate3d(0px, 100%, 0px);
    -ms-transform: translate3d(0px, 100%, 0px);
    -o-transform: translate3d(0px, 100%, 0px);
    transform: translate3d(0px, 100%, 0px);
    position: absolute;
    opacity: 0;

}

.single-portfolio figcaption .description{
    width: 100%; display: block; float: left; font-size: 90%; text-align: left;
}
.single-portfolio figcaption p{
    margin: 0px 0px 10px 0px;
}
.single-portfolio figcaption h5{ font-size: 18px; float: left;}

figcaption .links{
  display: inline-block; position: absolute; bottom: 10px; right: 10px;
}

figcaption .links a{
text-decoration: none;
background: #fff;
color: #222;
padding: 8px 15px;
}


/* -- Isotope start -- */
#isotope{
    width:100%;
    margin-top:0;
}
.isotope-item{
    z-index:2;
}
.isotope-hidden.isotope-item{
    z-index:1;
}
.isotope,
.isotope .isotope-item{
/*transition-duration*/
-webkit-transition-duration:1s;
   -moz-transition-duration:1s;
     -o-transition-duration:1s;
        transition-duration:1s;
}
.isotope{
/*transition-property*/
-webkit-transition-property:height, width;
   -moz-transition-property:height, width;
     -o-transition-property:height, width;
        transition-property:height, width;
}
.isotope .isotope-item{
/*transition-property*/
-webkit-transition-property:0px opacity;
   -moz-transition-property:0px opacity;
     -o-transition-property:0px opacity;
        transition-property:0px opacity;
}
#isotope .col-sm-3{
    width:24.95%;
}

#isotope-filter a{
    font-size:14px;
    font-weight:400;
    text-transform: capitalize;
    line-height: 40px;
}
#isotope-filter a.active,#isotope-filter a:hover,#isotope-filter a:focus{
}

#isotope-filter a:first-child:before{
    content:" ";
}

/*INNER BANNER
===================================*/

.pad1{ padding-top:10px;}
.pad2{ padding-top:20px;}
.pad3{ padding-top:30px;}
.pad4{ padding-top:40px;}
.pad5{ padding-top:50px;}
.pad6{ padding-top:60px;}
.padrgt5{ padding-right:10%;}

#inner-banner{
	padding-top: 120px; min-height:420px;
    background: url("../images/banner/inner-banner1.jpg");
	background-size:cover; position:relative; overflow: hidden;
}
#inner-banner:after{position:absolute; content:""; background:rgba(0,0,0,.2); width: 100%; height: 100%;}
.inner-banner-header{
	background: rgba(255,255,255,.5);
    padding: 30px 0px 10px 20px;
    margin-bottom: 30px;
}
.inner-banner-header h2{
    font-size: 35px;
    line-height: 40px;
    font-weight: 400;

}
.inner-banner-header .breadcrumb{
	background:none;
	color:#444;
}
.inner-banner-header .breadcrumb>li+li:before { color:#888;}

.inner-side-menu{ width:100%; border:1px solid #95ceff; border-radius:3px 3px 0px 0px;}
.inner-side-menu li{ border-bottom:1px solid #95ceff;}
.inner-side-menu li:last-child { border-bottom:none;}
.inner-side-menu li a{ padding:10px 14px; display:block; color:#444;}
.inner-side-menu li a.active{ background:#0178b2; color:#fff}
.inner-side-menu li a:hover{ background:#0178b2; color:#fff}
.inner-side-menu li a i{ margin-right:12px;}

#port-content{padding: 30px 0px 60px 0px;}

#port-content li{margin-bottom:10px;}
#port-content li i{margin-right:10px; font-size: 12px; color:#666;}

.founderimg {
    width: 360px;
    float: left;
    margin: 0px 30px 10px 0px;
    -webkit-box-shadow: 0 8px 10px -6px #ccc;
    -moz-box-shadow: 0 8px 10px -6px #ccc;
    box-shadow: 0 8px 10px -6px #ccc;
	border-right:5px solid #ccc;
}


/*portfolio single bx slider
===================================*/
#banner{
    padding: 0px;
    margin: 0px;
}
#banner img{
    height: 450px;
    width: 100%;
}
#portfolio_single{
    margin-top: 100px;
    /*background: url("../images/slider/banner.jpg");*/
}
#portfolio-single{
    padding: 20px 0px 55px 0px;
}
.portfolio-header{
    background: #fff;
    padding: 30px 0px 0px 20px;
    /*margin-top: -40px;*/
    border-bottom: 1px solid#e5e5e5;
    margin-bottom: 30px;
}
.portfolio-header h2{
    font-size: 35px;
    line-height: 40px;
    font-weight: 400;

}
.portfolio-header .breadcrumb{
    background: #fff;
}

.portfolio-slider{}
#portfolio-slider li img{
    width: 100%!important;
    /*height: 400px!important;*/
}

.sidebar{
    padding: 0px 20px;
}

.portfolio-desc .btn-main{
    margin-top: 20px;
}
.portfolio-desc h4{
    margin-bottom: 20px;
    position: relative;
    padding-bottom: 15px;
}
.portfolio-desc h4:after{
    position: absolute;
    content: "";
    width: 40px;
    height: 3px;
    left: 0px;
    bottom: 0px;
}

.right-sidebar h4{
    margin-bottom: 20px;
    position: relative;
    padding-bottom: 15px;
}
.right-sidebar h4:after{
    position: absolute;
    content: "";
    width: 40px;
    height: 3px;
    left: 0px;
    bottom: 0px;
}
.circle{
    list-style-type: square;
    padding: 0px 20px;
}
.circle li{
   margin: 10px 0px;
}
.circle li span{
    text-transform: capitalize;
    margin-right: 20px;
}
#related{
   padding: 40px 0px;
}
.related h3{
    margin-bottom: 50px;
    text-transform: capitalize;
    position: relative;
    padding-bottom: 10px;
    font-weight:300!important;
}
.related h3:after{
    content: "";
    position: absolute;
    width: 60px;
    height: 4px;
    bottom: 0px;
    left: 47%;
}
.related .rel-post{
    margin-bottom: 30px;
    border: 1px solid#F5F5F5;
    width: 100%;
    background: transparent;
}
.rel-post .caption{
    padding: 15px;
}
.related .rel-post .caption p{
    font-style: italic;
    font-size: 12px;
    margin-top: 0px;
    color: #888;
}
.related .rel-post img{
    width: 100%;
    height: 175px;
}

/*bx slider*/
.bx-wrapper .bx-viewport{
    box-shadow: none !important;
    border: 0 !important;
    height: 400px!important;
}

.bx-wrapper .bx-next{
    right: 20px !important;
}

.bx-wrapper .bx-pager{
    
}

.bx-wrapper .bx-pager.bx-default-pager a{
    border: 2px solid #fff;
    width: 14px !important;
    height: 14px !important;
    border-radius: 100% !important;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover, 
.bx-wrapper .bx-pager.bx-default-pager a.active{
    background: #222 !important;
    
}
/*About Us
===================================*/
.nav-tabs {
    border-bottom:0px;
}
.feature-tab{
    margin-top: 30px;
}
.single-feature{
    margin: 10px 0px;
    border-radius:4px;
    position: relative;
    -webkit-transition: all .4s ease 0s;
    -o-transition: all .4s ease 0s;
    transition: all .4s ease 0s;
}
.single-feature:after{
    content: "";
    position: absolute;
    width: 25px;
    height: 25px;
    background: none repeat scroll 0% 0% #eee;
    left: -11px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 38%;
    opacity:0;
      -webkit-transition: all .4s ease 0s;
    -o-transition: all .4s ease 0s;
    transition: all .4s ease 0s;
}
.single-feature:hover,.single-feature:hover.single-feature:after,
.nav-tabs li.active .single-feature,.nav-tabs li.active .single-feature:after{
    background: #eee;
    opacity:1;
}
.nav-tabs > li > a{
    border:0px!important;
}
.feature-icon{
    position: relative;
    margin: 15px auto;
    font-size: 34px;
    line-height: 80px;
}

.feature-content{
    padding: 10px 0px;
}
.feature-content h4{
    line-height: 30px;
}
.feature-content p{
    margin: 10px 0px;
    color: #696969;
}

.tab-content >.active{
    margin-top: 55px;
}
.tab-content img{
    width: 90%;
    height: 90%;
}


/*main tab 
=======================*/
.main-tab-content{
}
.main-tab-content .c-tab{
    margin-top: 20px;
}
.main-tab-content .c-tab a{
    color: #EE3B24;
    text-transform: uppercase;
    font-weight: 700;
    border-bottom: 1px solid#EE3B24;
    padding-top: 7px;
}
.feature-tab{
    margin-top: 40px;
}
.main-tab-list li{
    padding: 10px 0px 10px;
    border: 1px solid#eee;
    width: 150px;
    /*background: #FBFBFB;*/
    float: none;
    margin-bottom: 5px;
    border-radius: 5px;
}
.main-tab-list li a{
    padding: 0px;
}
.single-tab{
    
}
.f-icon{
    /*padding-top: 16px;*/
}
.f-icon i{
    font-size: 20px;
   color: #222;
    line-height: 50px;
    border: 1px solid#ccc;
    width: 50px;
    height: 50px;
    background: #FAFAFA;
    margin: 20px auto 10px;
    /*background: #fff;*/
}
.main-tab-list li a h4{
    text-transform: uppercase;
    font-size: 14px;
}

.nav-tabs li.active{
    background: transparent;
}

.main-tab-list li.active .f-icon i{
    color: #E93B25!important;
    -webkit-transition: all .3s linear 0s;
    -o-transition: all .3s linear 0s;
    transition: all .3s linear 0s;
}
.main-tab-list li.active a h4 {
    color: #fff;
    font-size: 14px;
}
.main-tab-list > li.active {
    background: #EE3B24!important;
    position: relative;
}
.main-tab-list > li.active:after{
    content: "";
    position: absolute;
    width: 30px;
    height: 30px;
    background: #fff!important;
     -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    right: -24px;
    top: 28px;
}
.main-tab-list > li> a, .main-tab-list > li.active > a, .main-tab-list > li.active > a:hover, .main-tab-list > li.active > a:focus {
    background: transparent;
    padding: 0px;
}

/* Team Section Area
=============================== */
.single-member {
    height: auto;
    font-weight: 700;
    margin-bottom: 30px;
    width: 270px;
    border-radius: 7px;
    padding-bottom: 25px;
    margin: 0 10px;
}

.item .single-member h3 {
    font-size: 18px;
    line-height: 20px;
    font-weight: 700;
}
.single-member h5 {
    font-size: 18px;
    text-transform: capitalize;
}
.line2{
    width: 40px;
    height: 3px;
    color: #222;
    margin: 0px auto;
}

.overlay-hover:hover .overlay-effect{
    opacity:1;
   -webkit-transition: top 0.35s ease 0s;
    -o-transition: top 0.35s ease 0s;
    transition: top 0.35s ease 0s;
    top: 0px;
}
.overlay-hover {
    position: relative;
    overflow:hidden;
}
.overlay-effect{
    position: absolute;
    height: 240px;
    width: 100%;
    opacity:0;
    cursor: pointer;
    top: -207px;
    -webkit-transition: top 0.35s ease 0s;
    -o-transition: top 0.35s ease 0s;
    transition: top 0.35s ease 0s;
    z-index:10;
}
.overlay-hover img{
    width: 100%!important;
    height: 240px!important;
}
.overlay-effect ul.social{
    bottom:5%;
    position: absolute;
    width: 100%;
}
.overlay-effect p{
    color: #fff;
    padding: 20px;
}
.overlay-effect ul.social li{
    padding: 10px 0px;
}

.overlay-effect ul.social i{
    width: 40px;
    height: 40px;
    color: #fff;
    padding: 10px;
    font-size: 20px;
}

.overlay-effect ul li a {
    text-decoration: none;
    color: #4E4E4E;
}

/* Carousel  TEAM Css
=========================== */
.team-items{
        width:100%;
        height:auto;
        position:relative;
        float: left;
    }

#owl-demo .item{
  overflow: hidden;
}

#owl-demo .owl-item{
  margin: 0 auto;
}

#owl-demo .item img{
  margin-bottom: 25px;
}
#team  .owl-theme .owl-controls .owl-buttons{
    padding: 0px;
}
.owl-carousel {
    display: block!important;
}

 #team .owl-theme .owl-controls .owl-buttons .owl-prev {
    width: 50px;
    height: 50px;
    font-size: 35px;
    border-radius: 50%;
    padding-left: 8px!important;
    padding-top: 6px;
    position: absolute;
    left: -80px;
    top: 30%;
    opacity:1;
}
#team .owl-theme .owl-controls .owl-buttons .owl-next {
   width: 50px;
   height: 50px;
   font-size: 35px;
   border-radius: 50%;
   padding-left: 12px;
   padding-top: 6px;
   position: absolute;
   right:-80px;
    top: 30%;
    opacity:1;
}
 #team .owl-theme .owl-controls .owl-buttons .owl-prev
,#team .owl-theme .owl-controls .owl-buttons .owl-next{
    -webkit-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
}
 #team .owl-theme .owl-controls .owl-buttons .owl-prev:hover
,#team .owl-theme .owl-controls .owl-buttons .owl-next:hover {
}
.owl-theme .owl-controls .owl-buttons { 
}

.owl-theme .owl-controls .owl-buttons .owl-next,
.owl-theme .owl-controls .owl-buttons .owl-prev {
    float: left;
    margin: 0px 10px;
}


/* PRicing TAble Features
================================== */
.pricing_overlay{
    position: relative;
}
.pricing_overlay:before{
    content:"";
    background: rgba(0,0,0,.1);
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
}
#pricing_table {
    background: url("../images/bg/1.jpg")fixed center center;
    background-size: cover;
}

.dark_bg {
    position: relative;
}
.plan{
    font-weight: 700!important;
}
.price{
    font-weight: 500!important;
}

.single_table {
    background: #FFFFFF;
    float: left;
    -webkit-box-shadow: 2px 2px 9px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 2px 2px 9px rgba(0, 0, 0, 0.3);
    box-shadow: 2px 2px 9px rgba(0, 0, 0, 0.3);
    width: 372px;
    margin: 50px auto;
    position: relative;
}
.single_table ul li {
    padding: 15px 30px;
    border-bottom: 1px solid #e6e6e6;
    color: #434343;
    font-size: 18px;
}
.single_table ul li:first-child,
.single_table ul li:last-child {
    border-bottom: 0px;
}

.single_table ul li.plan {
    color: #fff;
    font-size: 25px;
    padding: 25px 0px;
}
.single_table ul li.plan span {
    font-size: 14px;
}
.single_table ul li.price {
    font-size: 50px;
    font-family: "Raleway";
    padding: 35px 0px;
}
.single_table ul li.price span{font-size: 30px;}

.single_table ul li.price_button .btn-default {
    background: #444444;
    border-radius: 0px;
    color: #fff;
    padding: 10px 18px;
}

/* Grey Bg */
.grey_bg {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    -moz-transform: scale(1.1);
    transform: scale(1.1);
    z-index: 2;
}
.grey_bg ul li.plan {
    padding: 45px 0px !important;
}

.grey_bg .btn-slide{
    color: #fff;
}

/* Black Bg */
.dark_bg ul li.plan {
    color: #fff;
    font-size: 25px;
    padding: 25px 0px;
}

.single_table ul li.plan {
    position: relative;
    z-index: 1;
}
.single_table .plan_wraper{
    content: "";
    height: 70px;
    left: 40%;
    position: absolute;
    top: 40px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    width: 70px;
    z-index: 1;
    overflow:hidden;
}
.grey_bg .plan_wraper{
    content: "";
    height: 70px;
    left: 40%;
    position: absolute;
    top: 75px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    width: 70px;
    z-index: 1;
    overflow:hidden;
}
.dark_bg .plan_wraper{
    content: "";
    height: 70px;
    left: 41%;
    top: 38px;
   -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    width: 70px;
    z-index: 1;
    overflow:hidden;
    position: absolute;
}

.price_button .btn-main{
    margin: 0px!important;
}
/* Counter FActs
====================================== */

#counter_area{
    color: #FFF;
    background: url('../images/bg/5.jpg') no-repeat fixed 50% 0px / cover transparent;
    position: relative; 
    margin: 0 auto;
    width: 100%;
    overflow:hidden;
    z-index:2;
     padding:80px 0px 120px 0px;
}

.facts-wrap{
    position: relative; 
    width: 180px;
    height: 180px;
    margin: 0px auto 10px;
    text-align: center;
}

.facts-wrap h6{
    font-weight:700;
    padding-top:15px;
    text-transform:uppercase;
    text-align:center;
    letter-spacing:2px;
    font-size: 20px; 
    line-height:18px;
    color: #fff!important;
    margin-top: 15px;
}
.facts-wrap-num{
    color:#fff;
    font-size: 50px; 
    line-height:60px;
    width:100%;
    margin:0 auto;
    text-align:center;
    margin-top: -40px;
}  

.graph {
    width: 180px;
    height: 180px;
    margin: 0 auto;
    position: relative;
    text-align: center;
    margin-bottom: 10px;
}
.graph i {
    font-size: 40px;
    line-height: 180px;
}
.graph .graph-left-half,
.graph .graph-right-half {
    position: absolute;
    height: 100%;
    width: 50%;
    top: 0;
    overflow: hidden;
}
.graph .graph-left-half:after,
.graph .graph-right-half:after {
    position: absolute;
    top: 0;
    height: 100%;
    width: 200%;
    border: 5px #FFF solid;
    border-radius: 50%;
    content: '';
}
.graph .graph-left-half {
    left: 0;
}
.graph .graph-left-half:after {
    left: 0;
}
.graph .graph-right-half {
    right: 0;
}
.graph .graph-right-half:after {
    right: 0;
}
.graph .graph-left-container,
.graph .graph-right-container {
    position: absolute;
    width: 200%;
    height: 100%;
}
.graph .graph-left-container {
    left: 0;
}
.graph .graph-right-container {
    right: 0;
}
.graph .graph-left-side,
.graph .graph-right-side {
    position: absolute;
    height: 100%;
    width: 50%;
    top: 0;
    overflow: hidden;
}
.graph .graph-left-side {
    left: 0;
}
.graph .graph-right-side {
    right: 0;
}
.graph.onscroll-animate.graph-anim .graph-left-container,
.graph .graph-left-container {
    -webkit-transform: rotate(25deg);
    -moz-transform: rotate(25deg);
    -o-transform: rotate(25deg);
    -ms-transform: rotate(25deg);
    transform: rotate(25deg);
}
.graph.onscroll-animate.graph-anim .graph-right-container,
.graph .graph-right-container {
    -webkit-transform: rotate(-25deg);
    -moz-transform: rotate(-25deg);
    -o-transform: rotate(-25deg);
    -ms-transform: rotate(-25deg);
    transform: rotate(-25deg);
}

/* Testimonial PArt
============================================ */
#testimonial{ visibility: visible;}
#testimonial-carousel{position:relative;}
#testimonial .feature_title{color:#555 !important; text-align:center; margin-bottom: 0px; font-size:26px; text-transform:capitalize;}
#testimonial .feature_title span{color:#b4141c !important; font-size:30px;}
.testimonial-slide .testimonial-text {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    max-width: 650px;
    display: inline-block;
    position: relative;
    color: #4F5E6D;
	text-align:center;
}
.testimonial-content{ padding: 25px 30px;
    background: #EFF2F6;
    border-radius: 3px;
    color: #4F5E6D;
    font-weight: 400;
    /*height: 140px;*/
	 text-align: left;
    margin: 20px; position:relative;
	min-height:310px;
	}
.testimonial-thumb{ text-align:center !important}
/*.testimonial-content:after {
    content: '';
    position: absolute;
    border-style: solid;
    border-width: 8px 9px 0;
    border-color: #EFF2F6 transparent;
    display: block;
    width: 0;
    z-index: 1;
    bottom: -8px;
    left: 48%;
}*/
.testimonial-slide h3.name {
    font-size: 14px;
    font-weight: 500;
    text-transform: capitalize;
	line-height: 20px;
    margin: 10px 0px;
}
.testimonial-slide .testimonial-content h3.name span {
    font-size: 18px;
    font-weight: 500;
    display: block;
    color: #555;
    text-transform: capitalize;
}
.testimonial-content h3.name span:after {
    content: "";
    width: 10%;
    background: red;
    border-bottom: 1px solid #CCC;
    height: 1px;
    position: absolute;
    left: 45%;
    
}
.testimonial-slide .testimonial-thumb img {
    width: 80px;
    height: 80px;
}

.testimonial-slide .owl-buttons{
    display: none;
}

#testimonial-carousel .owl-controls .owl-page span{width: 15px; height: 15px; border-radius: 50%; background:#b4141c;}

.cyprass-carousel-controller {
    cursor: pointer;
    position: absolute;
    margin: 20px 0px;
    left: 15%;
	display: inline-block;
    width: 70%;
    top: 30%;
}
.customNavigation .left{float:left;}
.customNavigation .right{float:right;}
.customNavigation .fa-angle-left, .customNavigation .fa-angle-right{ 
    padding: 15px; 
    width: 55px; 
    height: 85px; 
	color:#d7d7d7;
    font-size: 55px;
    -webkit-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
}
.customNavigation .fa-angle-right{
    padding-left: 18px!important;
}
.customNavigation .fa-angle-left:hover, .customNavigation .fa-angle-right:hover{color:#aaa;}
.customNavigation .owl-prev { position: absolute; }
.footer-links{ margin-top:30px}
.footer-links li{ display:block; margin-bottom:5px}
.footer-links li a{ 
	color: #fff;
    font-family: "Oswald",sans-serif;
    font-size: 14px;
    font-weight: 400;}
	.footer-links li a:hover{ color:#BB1810}
.footer-links li a i{ color:#fff !important; margin-right:8px !important; font-size:15px !important;}
/* Client Area
========================================== */
#client {
	background: #BB1810;
}
#client h1{font-size:26px; color:#fff; padding: 30px 0px 0px;}
#client-carousel {
    padding: 30px 0px;  
}

.suplliers-left{width:100%; height:480px; background: url('../images/suplliers-left.jpg') top left no-repeat; background-size:cover;}

.suppliers-more{display:block; float:left; width:100%; background:#B4141C; color:#fff; padding:15px 0px; text-align:center; font-size:18px; text-transform:uppercase;}
.suppliers-more i{margin-left:10px; font-size:18px;}
.suppliers-more:hover{color:#ccc;}

.client-carousel .owl-controls {
    margin: 0px; margin-left: -30px; width: 100%; background: #039a91; position: absolute; bottom: -43px; float: left;
}
.client-carousel .owl-controls .owl-buttons div{background:none; color:#fff;}
.client-carousel .owl-controls .owl-buttons .owl-next, .client-carousel .owl-controls .owl-buttons .owl-prev{padding-top:10px !important; font-size:28px !important;}

.client-carousel .owl-controls .owl-buttons{float:right;}

.owl-theme .owl-controls .owl-buttons .owl-next,.owl-theme .owl-controls .owl-buttons .owl-prev {
    font-size: 25px;
    padding-left: 7px;
    padding-top: 13px;
}
.owl-theme .owl-controls .owl-buttons .owl-prev {
    padding-left: 0px!important;
}
.client_logo{ 
    display: inline-block;
    overflow: hidden;
	padding:0 10px
}
.client_logotop{display:block; float:left; /*margin-bottom:20px;*/}
.client_logobtm{display:block; float:left; margin-top:20px;}
.client_logo img{ 
   width: 100%;
}

.client_logos{ 
    display: inline-block;
    width: 270px;
	margin: 15px 5px;
    overflow: hidden; border: 4px solid #eee;
}
.client_logos img{ 
   width: 100%;
}

/*Location
============================*/
#location{ }
.map {
    height: 100%;
    z-index: 1;
    width: 100%;
}
.contactmapbox{width:100%; display:block;}
.leftContact {
	width:65%;
    float: left;
    height: 700px;
    position: relative;
    overflow: hidden;
}
.rightContact {
    width: 35%;
    background: #bb1810;
    height: 500px;
    float: right;
    height: 700px;
}
.topContact {
    height: 50%;
    overflow: hidden;
}
.bottomContact {
    height: 50%;
    padding: 30px 90px 90px 40px;
    box-sizing: border-box;
    color: #fff;
}
.bottomContact .boxTitle {
	color: #fff;
	font-size: 17px;
    text-transform: uppercase;
	font-weight: 700;
    margin-bottom: 10px;
	font-family:'Oswald', sans-serif;
}
.bottomContact .boxDescription {
    font-size: 15px;
    color: #fff;
    margin-bottom: 48px;
}
.bottomContact .boxDescription p, .bottomContact .boxDescription a{color:#fff; line-height: 18px;}
.bottomContact .boxDescription a:hover{color:#ccc;}

/* Contact Form
==============================================*/
#contact{
	padding-top:20px;
    background: #fff;
}
.specialtop{margin-top:190px;}
#contact .feature_title{}
#contact .divider{color: #fff!important;}

.form-control{
    box-shadow:none!important;
}
.form{    
    width: 100%;
    height: auto;
    font-size: 18px;
    margin-bottom: 15px;
    letter-spacing: 0.5px;
    color: #7F7F7F;
    padding: 15px 15px 12px;
    border-radius:0px;
    text-transform: capitalize!important;
    padding-left: 70px;
}

.contact_full .btn-main{
	padding: 5px 30px;
    margin-top: 10px;
	float:right;
}
 
.contact_full h1 {color: #262626;
    font: bold 24px 'Oswald', sans-serif;
    margin-top: 24px !important;
    margin-bottom: 10px !important;
	padding-bottom:10px;
    text-transform: uppercase; position:relative;
}
.contact_full h1:after {
    position: absolute; content: ""; width: 40px; height: 3px; left: 0px; bottom: 0px; background: #044002;
}
.contact_full h2 {
    font: 18px 'Oswald', sans-serif; font-weight:700; color:#cb2a22;
    margin-top: 0px !important; margin-bottom: 10px !important;
}
.contact_full h3 {
    font: 16px 'Oswald', sans-serif; position:relative;
    margin-top: 0px !important; margin-bottom: 5px !important;
}

.contact_full h4 {
    font: 12px 'Oswald', sans-serif;
    margin-top: 0px !important; margin-bottom: 20px !important;
    padding-bottom: 10px !important;
    position: relative;
}
.contact_full h4:after {
    position: absolute; content: ""; width: 40px; height: 3px; left: 0px; bottom: 0px; background: #044002;
}
.contact_full h5{font: 14px 'Oswald', sans-serif; line-height: 16px; margin: 5px 0px;}
.contact_full h5 span{color:#6b7b88;line-height: 15px;}
.contact_full i { width:20px; height:25px; line-height: 20px; color: #6b7b88;}
.contact_full hr{width:70%; margin: 20px 0px 10px 0px; border: 0; border-top: 1px solid #eee;}

.contact_txt li{ 
   display: block;
   padding-bottom: 10px;
   border-bottom: 1px dotted#555;
   margin-bottom: 5px;
}
.contact_txt li:last-child{ 
   border-bottom: 0px ;
}
.contact_txt i{
    float: left;
    color: #555;
    width: 40px;
    height: 40px;
    padding-top: 5px;
}
.contact_txt li p{
    color: #555;
}

.wrkinhrs {display:inline-block; padding:15px 25px; background:#ddd; border-radius:10px;}
.wrkinhrs h3{margin-bottom:15px; padding-bottom:15px; position:relative;}
.wrkinhrs h3:after{position:absolute; width:100%; height:1px; background:#fff; content:""; bottom: 10px; left: 0px;}

.social-contact li i{
    color: #0178b2;
    width: 30px;
    height: 30px;
    padding: 5px 0px 5px 0px;
    border: 1px solid #95ceff;
    border-radius: 2px;
    line-height: 18px;
    text-align: center;
}

.form-icon {
    position: absolute;
    right: 0px;
    color: #DDD;
    top: 10px;
}
.form-level{
    position: relative;
}
.half-width-lft{width:49%; margin-right:10px; float:left;}
.half-width-rgt{width:49%; margin-left:10px; float:left;}
.form-level input{
    width: 100%;
    padding: 10px 15px;
    border: 1px solid #ddd;
    margin-bottom: 8px;
}
.form-level select{
    width: 100%;
    padding: 10px 15px;
    border: 1px solid #ddd;
    margin-bottom: 8px;
}
.form-level  span {
    width: 50px;
    font-size: 16px;
    line-height: 26px;
    padding-left: 17px;
    height: 20px;
    position: absolute;
    color: #6b7b88;
}
.form-level textarea{
    width: 100%;
    padding: 10px 15px;
    border: 1px solid #ddd;
} 
.form-level .form-control{
    box-shadow: none!important;
 }


/* Speaker Count */
.speaker-count{padding: 70px 0px; background:url(../images/speaker-count-bg.jpg) center center no-repeat; background-size:cover;}
.speaker-count:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.70);
    -moz-transition: background .3s linear;
    -webkit-transition: background .3s linear;
    -o-transition: background .3s linear;
    transition: background .3s linear;
}
.speaker-count .counter-item .counter-icon {
    float: left;
    border-right: 1px solid #fff;
    margin-right: 20px;
    height: 80px;
}
.speaker-count .counter-item .counter-icon i {
    font-size: 55px;
    width: 80px;
    height: 80px;
    line-height: 80px;
	color: #fff;
    float: none;
    padding: 10px 20px;
}
.speaker-count .counter-item .counter-info {
    text-align: left;
}
.speaker-count .counter-item .counter-info .counter-text {
    color: #fff;
    font-size: 25px;
    font-weight: 300;
    font-family: 'Oswald', sans-serif;
    line-height: 1;
}
.speaker-count .counter-item .counter-text:after {
    content: '\f103';
    font-family: fontawesome;
    font-size: 20px;
    margin-left: 10px;
}
.speaker-count .counter-item .counter-info .counter-number {
    color: #fff;
    font-size: 50px;
    font-weight: 400;
    font-family: oswald;
    line-height: 1.2;
	margin-top: 0px;
}



/* Speakers */
#speakers{
padding: 70px 0px;
}
#speakers .feature_header h1 {
    color: #374045;
    margin: 0;
    margin-bottom: 15px;
    font-size: 28px;
    font-weight: 800;
    line-height: 30px;
    padding-bottom: 20px;
    text-transform: uppercase;
    position: relative;
}
#speakers .feature_header h1:before {
    content: ' ';
    position: absolute;
    left: 48%;
    bottom: 0;
    width: 40px;
    height: 3px;
    background: #feca16;
}
#speakers .feature_header p {
    font-family: 'Raleway', sans-serif;
    color: #929FA8; font-size: 15px; line-height: 25px;
}

#speakers .single-speakers {
    margin: 60px 0;
}
#speakers .single-speakers:hover .img-holder .img-container:after,
#speakers .single-speakers:hover .img-holder .img-container:before {
  bottom: 0;
}
#speakers .single-speakers .info {
    padding: 25px 0;
	font-family: 'Raleway', sans-serif;
}
#speakers .single-speakers .info h3 {
	font-family: 'Raleway', sans-serif;
    font-size: 18px;
    font-weight: bold;
    color: #374045;
    margin: 5px 0px;
    line-height: 20px;
    text-transform: capitalize;
}
#speakers .single-speakers .info span.position {
    color: #929FA8; font-size: 14px;
    margin-bottom: 30px;
    display: block;
}
#speakers .single-speakers .info p {
	font-family: 'Raleway', sans-serif; font-size: 14px;
    color: #929FA8;
    margin-bottom: 30px;
}
#speakers .single-speakers .info ul,#speakers .single-speakers .info li {
    margin: 0;
    padding: 0;
    list-style: none;
}
#speakers .single-speakers .info .social li {
    display: inline;
}
#speakers .single-speakers .info .social li a {
    display: inline-block;
    color: #feca16;
    font-size: 15px;
    margin-right: 10px;
    transition: all .3s ease;
}
#speakers .single-speakers .info .social li a:hover { color:#ff8625;}
#speakers .single-speakers .img-holder .img-container {
    overflow: hidden;
    position: relative;
    display: inline-block;
}
#speakers .single-speakers .img-holder .img-container:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 100%;
    opacity: .55;
    transition: all .3s ease;
    border-radius: 50%;
    background: #1eb089;
    background: -moz-linear-gradient(left, #1eb089 0%, #7c49ab 100%, #7db9e8 100%);
    background: -webkit-gradient(linear, left top, right top, color-stop(0%, #1eb089), color-stop(100%, #7c49ab), color-stop(100%, #7db9e8));
    background: -webkit-linear-gradient(left, #1eb089 0%, #7c49ab 100%, #7db9e8 100%);
    background: -o-linear-gradient(left, #1eb089 0%, #7c49ab 100%, #7db9e8 100%);
    background: -ms-linear-gradient(left, #1eb089 0%, #7c49ab 100%, #7db9e8 100%);
    background: linear-gradient(to right, #1eb089 0%, #7c49ab 100%, #7db9e8 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1eb089', endColorstr='#7db9e8', GradientType=1);
}
#speakers .single-speakers .img-holder img {
    border-radius: 50%;
	border:1px solid #feca16;
}
#speakers .single-speakers .img-holder .img-container:after {
    content: ' ';
    position: absolute;
    bottom: 100%;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    background: transparent url(../images/overlay-logo.png) center center no-repeat;
    transition: all .3s ease .1s;
}

#speakers a.show-more {
    display: inline-block;
    border: 2px solid transparent;
    line-height: 44px;
    border-radius: 5px;
    font-size: 12px;
    font-weight: 800;
    color: #fff;
    padding: 0 43px;
    text-transform: uppercase;
    background: #feca16;
}
#speakers a.show-more:hover { color:#333;}


/* Agendas */
.agendas{margin: 0px;
	padding: 70px 0px;}

.schedule-box {
    position: relative;
    border: 1px solid #dadada;
}
.schedule-box .tab-buttons {
    position: relative;
    width: 100%;
    display: table;
}
.schedule-box .tab-buttons:after {
    display: table;
    content: " ";
}
.schedule-box .tab-buttons .tab-btn {
    position: relative;
    display: table-cell;
    text-align: center;
    background: #ffffff;
    color: #feca16;
    line-height: 1.7em;
    padding: 20px 10px;
    border-bottom: 1px solid #dadada;
    border-right: 1px solid #dadada;
    font-family: 'Lato',sans-serif;
    cursor: pointer;
    transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
}
.schedule-box .tab-buttons .tab-btn.active, .schedule-box .tab-buttons .tab-btn:hover {
    border-color: #feca16;
    background: #feca16;
    color: #ffffff;
}
.schedule-box .tab-buttons .tab-btn .day {
	font-family: 'Raleway', sans-serif;
    display: block;
    text-transform: capitalize;
    font-size: 22px;
    margin-bottom: 7px;
}
.schedule-box .tab-buttons .tab-btn .date {
    display: block;
    font-size: 15px;
}
.schedule-box .tab-buttons .tab-btn .curve {
    position: absolute;
    display: block;
    width: 100%;
    left: 0px;
    bottom: 0px;
    background: none;
    text-align: center;
    opacity: 0;
}
.schedule-box .tab-buttons .tab-btn .curve:after {
    content: '';
    display: inline-block;
    width: 0px;
    height: 0px;
    border: 7px solid transparent;
    border-top-color: #feca16;
}
.schedule-box .tab-buttons .tab-btn.active .curve, .schedule-box .tab-buttons .tab-btn:hover .curve {
    bottom: -22px;
    opacity: 1;
    transition: all 300ms ease 200ms;
    -webkit-transition: all 300ms ease 200ms;
    -ms-transition: all 300ms ease 200ms;
    -o-transition: all 300ms ease 200ms;
    -moz-transition: all 300ms ease 200ms;
}
.schedule-box .tabs-box {
    position: relative;
}
.amenitiesimg{width:300px; float:right; margin-left:15px;}
.schedule-box .tab {
    position: relative;
    padding: 40px 20px;
    display: none;
}
.schedule-box .tab.current {
    display: block;
}
.schedule-box .hour-box {
    position: relative;
    padding-left: 30px;
    font-size: 16px;
    color: #7f7f7f;
	padding-top: 5px;
    padding-bottom: 20px;
    overflow: hidden;
}
.schedule-box .hour-box:before {
    content: '';
    position: absolute;
    left: 10px;
    top: 24px;
    width: 2px;
    height: 100%;
    background: #d2d2d2;
}
.schedule-box .hour-box.active-box:before {
    background: #0178b2;
}
.schedule-box .hour-box:last-child:before{
	display:none;
}
.schedule-box .hour-box .circle {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 24px;
    height: 24px; padding:0px;
    border: 2px solid #d2d2d2;
}
.schedule-box .hour-box.active-box .circle {
    border-color: #0178b2;
}
.schedule-box .hour-box .hour {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100px;
    line-height: 2em;
    color: #7f7f7f;
}
.schedule-box .hour-box .toggle-btn {
    position: relative;
    top: -4px;
    margin-bottom: 5px;
    cursor: pointer;
}
.schedule-box .hour-box .toggle-btn h3 {
    position: relative;
    display: inline-block;
    font-size: 18px;
    padding-right: 30px;
    color: #292929; font-weight:600;
	padding: 0px 30px 0px 0px;
    text-transform: capitalize;
    line-height: 20px;
    margin: 0px;
}
.schedule-box .hour-box .toggle-btn h3:after {
    font-family: 'FontAwesome';
    content: '\f107';
    position: absolute;
    right: 0px;
    top: 0px;
    width: 30px;
    height: 30px;
    display: block;
    color: #0178b2;
    line-height: 20px;
    font-size: 24px; font-weight: 500;
    text-align: right;
    z-index: 5;
}
.schedule-box .hour-box .toggle-btn.active h3:after {
    content: '\f106';
}
.schedule-box .hour-box .content-box {
    position: relative;
    padding-right: 20px;
    display: none;
	font-size: 16px;
}
.schedule-box .hour-box .content-box p {color: #7f7f7f; line-height: 2em;}
.schedule-box .hour-box .content-box.collapsed {
    display: block;
}
.schedule-box .hour-box .content-box .professional {
    position: relative;
}
.schedule-box .hour-box .professional .info {
    position: relative;
    padding-left: 110px;
    padding-top: 10px;
    min-height: 50px;
    margin-bottom: 20px;
}
.schedule-box .hour-box .professional .info .image {
    position: absolute;
    left: 15px;
    top: 0px;
    width: 72px;
    height: 72px;
    border: 1px solid #d0d0d0;
    overflow: hidden;
}
.schedule-box .hour-box .professional .info .image img {
    display: block;
    width: 100%;
}
.schedule-box .hour-box .professional .info .prof-title {
    font-size: 18px;
    margin-bottom: 7px;
    color: #292929;
    font-weight: 600;
    margin: 0px;
}
.schedule-box .hour-box .professional .info .prof-occup {
    font-size: 15px;
    color: #fc5a1b;
}
.schedule-box .hour-box .theme-btn {
    background: #fc5a1b;
    margin: 15px 5px 5px;
	position: relative;
    display: inline-block;
    overflow: hidden;
    color: #ffffff;
    line-height: 24px;
    padding: 8px 22px;
    font-size: 14px; font-weight:600;
    text-transform: uppercase;
}
.schedule-box .hour-box .theme-btn:before {
    background: #292929;
}
.schedule-box .hour-box .theme-btn:hover{opacity:.8;}
.schedule-box .hour-box .theme-btn .fa {
    position: relative;
    padding-right: 25px;
}
.theme-btn.dull, .schedule-box .hour-box .theme-btn.dull {
    background: #d2d2d2;
}



 /* Get your Tickets */

.getticket{
	margin: 0px;
	padding: 0px;
    background: url(../images/get-tickets-bg.jpg) center center repeat-y;
}
.aboutgiffin a, .aboutgiffinrgt a{ color:#fff !important; font-weight:bold; display:inline-block; margin:10px 0 0 0}

.getticket .aboutgiffin {
    display: inline-block;
    height: 315px; padding: 3.7% 17% 0px 0px;
    /*background: url(../images/aboutgiffin.jpg) right bottom no-repeat #EEF1F6;*/
	background-color: #ccc;
}

.aboutgiffin h1{color:#222; text-transform:uppercase; font-weight: 800; font-size: 22px; font-family: 'Open Sans', sans-serif; margin-bottom:20px}
.aboutgiffin p{color:#444;}

.getticket .aboutgiffinrgt {
    display: inline-block;
    min-height: 315px;
	height:auto;
	padding: 4.5% 0px 0px 5%;
    background: #474546;
}
.aboutgiffinrgtblock{display:block; float:left;}
.aboutgiffinrgtblock i{border:3px solid #fff; border-radius:50%; font-size:47px; color:#b11519; width: 60px; height: 60px; text-align: center; line-height: 60px; display:block; float:left; margin-right: -30px; background:#474546; z-index: 1; position:relative;}
.aboutgiffinrgtblock .fa-diamond{font-size: 35px; line-height: 57px;}
.aboutgiffinrgtblock .fa-hourglass-2{font-size: 31px; line-height: 56px;}
.aboutgiffinrgtblock .rgtbox{display:block; float:left; width: 82%; padding-left: 50px; padding-bottom: 20px; border-left: 1px dashed #fff; z-index: 2;}
.aboutgiffinrgtblock:last-child .rgtbox{border-left:none;}
.aboutgiffinrgtblock .rgtbox h1{color:#fff; text-transform:uppercase; font-weight: 800; font-size: 22px; margin: 0px 0px 20px 0px; font-family: 'Open Sans', sans-serif;}
.aboutgiffinrgtblock .rgtbox p{color:#aaa;}


.aboutgiffinrgt ul{margin:0px; padding:0px;}

.getticket .ticket-form {
    display: inline-block;
    height: 460px;
    background: #bbdee0;
}
.getticket .countdown-box{
    display: inline-block;
    height: 460px;
    background: #474546;
}
.ticket-form, .countdown-box {
    padding: 60px;
}

.carousel-caption .countdown-box {
    padding: 0px 0px 10px 0px;
}

.ticket-form h1, .countdown-box h1 {
    color: #fff; font-weight:500;
    font-family: raleway; margin:0px 0px 15px 0px;
	font-size: 36px; line-height: 50px;
}
.countdown-box h1{text-align:center;}
.countdown-box p {
    color: #fff; font-family: raleway; font-size: 13px; line-height: 1.5; text-align:center;
}
.ticket-form form {
    position: relative;
}
.ticket-form input {
    border-radius: 0;
    height: 44px;
    font-size: 15px;
    padding: 0 15px;
	border: 0;
    outline: medium none;
    font: 14px "Raleway","Helvetica Neue",Helvetica,Arial,sans-serif;
    color: #777;
    margin: 0px 0px 20px;
    width: 100%;
    max-width: 100%;
    display: block;
    background: #fff none repeat scroll 0% 0%;
}
.ticket-form .ticket-type, .ticket-form .ticket-valid {
    width: 43.8%; float: left;  margin: 0px 15px;
}
.ticket-form select {
    border-radius: 0;
    height: 44px;
    font-size: 15px;
    padding: 0 15px;
	border: 0;
    outline: medium none;
    font: 14px "Raleway","Helvetica Neue",Helvetica,Arial,sans-serif;
    color: #777;
    margin: 0px 0px 20px;
    width: 100%;
    max-width: 100%;
    display: block;
    background: #fff none repeat scroll 0% 0%;
}
.ticket-form .btn-default{
    background: #EE163A; display: inline-block; width:auto;
    border: transparent solid 1px;
    color: #ffffff;
    border-radius: 0px;
    height: 50px;
    padding: 0px 20px;
    line-height: 50px;
    font-family: raleway;
    font-size: 20px; font-weight:700;
}
.ticket-form .btn-default:hover{background: #000000 !important; border: #EE163A solid 1px;}

.countdown {
    text-align: center;
}
.countdown ul{
	margin: 0; padding: 0; border: 0;
    margin-bottom: 20px;
}
.countdown-box .counter-wrapper li {
	color: #fff;
    padding: 10px;
    width: 90px;
    height: 95px;
    display: inline-block;
    font-family: oswald; line-height: 18px;
    margin-right: 30px;
    margin-top: 20px;
    border: 3px solid #fff;
}
.countdown .counter-wrapper li:last-child {
    margin-right: 0px !important;
}
.countdown .counter-wrapper li .count {
    font-size: 30px;
    font-weight: 200;
    padding: 12px;
}
.countdown .counter-wrapper li .count-text {
    font-size: 22px;
    margin-top: 5px;
    font-weight: 400;
    text-transform: uppercase;
}
.countdown-box .btn-center {
    text-align: center; margin-top:20px;
}
.countdown-box .white-btn {
    background: #fff; border: 2px solid #feca16;
    color: #feca16;
	padding: 0px 22px;
    display: inline-block;
	font-family: raleway; font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
    height: 48px;
    line-height: 46px;
}
.countdown-box .white-btn:hover {background: #000;}

/* Sponsors */
.sponsors-bg{
	margin: 0px;
	padding: 70px 0px 100px 0px;
    background: url(../images/home-sponsors-bg.jpg) center center no-repeat;
    background-size: cover;
}
.sponsors-nobg{background:#fff !important;}
.sponsors-bg .feature_header h3{
	position: relative;
    color: #444 !important;
    margin: 10px auto;
    text-align: center;
    font-size: 44px;
    line-height: 44px;
    font-weight: 900;
	letter-spacing: -.05em;
    text-transform:uppercase;
}
.sponsors-bg .feature_header h4{
	font-family: 'Oswald', sans-serif;
	font-size: 14px;
    font-weight: 900;
    color: #f44c03;
	margin: 0 0 11px;
	text-align: center;
	text-transform:uppercase;
}

.sponsors-bg h3{margin: 80px 0 40px 0;
    font-weight: 700;
    font-size: 24px;
	text-align:center; text-transform:capitalize;
    line-height: normal;
    color: #333333;
}
.sponsors-bg h2 {
    margin: 0px 0 40px 0;
    font-weight: 700;
    font-size: 32px;
    text-align: center;
    text-transform: capitalize;
    line-height: normal;
    color: #333333;
}
.sponsors-bg h2:before {
    content: ' ';
    position: absolute;
    left: 48%;
    bottom: 20px;
    width: 40px;
    height: 3px;
    background: #feca16;
}
.sponsors-bg p{text-align:center; font-size: 14px; color: #aaaaaa;}
.sponsors-bg .btn{font-size: 16px;
    line-height: 16px;
    color: rgb(0, 0, 0);
    border-radius: 4px;
    font-weight: 700;
    padding: 15px 25px;
    display: inline-block;
    background: rgb(141, 198, 63);
	margin:60px 0px 0px 0px;
}
.sponsors-bg .btn:hover{background:#a1d25e;}
.hr-quote{position:relative; margin-top: 22px; margin-bottom: 22px; border: 0; border-top: 1px solid #eeeeee;}
.hr-quote::after {
    position: absolute; content: '“'; font-family: Georgia, "Times New Roman"; right: calc(50% - 5px);
    top: calc(50% - 22px); color: #28a45e; font-size: 40px; width: 10px; height: 10px;
}


/*map*/
.mapbox{position:relative;}
.venue-box {
    position: absolute;
    z-index: 999;
    top: 69px;
    width: 300px;
    height: 300px;
    color: #FFF;
    left: 40px;
    background: #333 none repeat scroll 0% 0%;
    border-radius: 50%;
	font-family: 'Raleway',Arial,Helvetica,sans-serif;
    text-align: center;
    line-height: 1.5;
    padding: 50px 30px;
}
.venue-box .hotel-name {
    font-size: 18px; text-transform:uppercase;
    font-weight: 500;
}
.venue-box .venue-address {
    margin-top: 24px; font-weight:400;
}
.venue-box .venue-address .venue-heading {
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 500;
}
.venue-heading i {
    margin-right: 5px;
    font-size: 25px;
}
.venue-address .address-1, .venue-address .address-2, .venue-address .address-3 {
    font-size: 14px;
    line-height: 1.5;
}

.form-level ::-webkit-input-placeholder {
   color: #555;
   text-transform: capitalize;
}

.form-level :-moz-placeholder { /* Firefox 18- */
   color: #555;  
   text-transform: capitalize;
}

.form-level ::-moz-placeholder {  /* Firefox 19+ */
   color: #555;  
   text-transform: capitalize;
}

.form-level :-ms-input-placeholder {  
   color: #555;  
   text-transform: capitalize;
}

.summary-info {
    background: #feca16;
    height: 140px;
    position: relative;
}
.summary-info:after {
    content: '';
    position: absolute;
    border-style: solid;
    border-width: 0 25px 25px;
    border-color: #feca16 transparent;
    display: block;
    width: 0;
    z-index: 99;
    top: -20px;
    left: 27%;
}
 .summary-info .blocks{
    padding: 30px 5px;
    height: 140px; border-right: 1px solid rgba(255,255,255,0.2);
 }
.summary-info i {    float: left; padding: 8px 20px;}
.summary-info .blocks-info {
	font-family: 'Raleway',Arial,Helvetica,sans-serif;
    padding-top: 8px;
}
.summary-info .blocks-info .bar-head {
    font-size: 40px;
	font-weight:400;
    color: #fff;
    line-height: 1;
}
.summary-info .blocks-info .bar-title {
    font-size: 20px;
	font-weight:300;
    color: #fff;
    line-height: 1;
}
.blocks .subscribe-event {
    padding:0px 5px 0px 15px;
}
.blocks .subscribe-event h2 {
    font-size: 19px; font-weight:300;
    color: #fff;
    line-height: 30px;
    margin: 0px;
}
.subscribe-event form {
    position: relative;
}
.subscribe-event .newsletter-box {
    width: 250px;
    float: left;
}
.subscribe-event .newsletter-box input {
	border: 0; border-radius: 0;
    padding: 10px 11px;
    font: 14px "Raleway","Helvetica Neue",Helvetica,Arial,sans-serif;
    color: #777; margin: 0px 0px 20px;
    width: 100%; max-width: 100%;
    display: block; background: #fff none repeat scroll 0% 0%;
    height: 40px; outline:none;
}
.subscribe-event .newsletter-submit input {
    height: 40px;
    background: #000;
    width: 90px;
    border-radius: 0;
    color: #fff;
    font-family: raleway;
    font-size: 16px;
    font-weight: 400;
    border: 0;
    padding: 0 20px;
    margin-left: 10px;
}

/* Footer Area
==========================================*/
#footer{position: relative; background: url(../images/footerbg.jpg) no-repeat top center; background-size:cover;}

.footer_top{
    padding: 0px;	
    color: #6b7b88;
	position: relative;
	overflow-x:hidden;
}

.footer_b{
    background-color: rgba(0,0,0,.6);
}

.footnewlet{padding-right:10%; padding-top:30px; background:rgba(0,0,0,.7); height: 380px;}
.footnewlet .menu_head { width:100%; float:left; font-family: 'Oswald', sans-serif; font-size: 18px;  margin-top: 25px;  margin-bottom: 10px;}
.footnewlet .top-scl{margin-top:25px;}

.quickcont{width:100%; float: left;}
.footer_menu input, .footer_menu textarea {
    width: 65%;float: left;
    padding: 10px 15px;
	background:#fff;
    border:none;
    margin-bottom: 10px;
}
.footer_menu .btn{ width: 35%;float: left; background:#b4141c; color:#fff; font-size:14px; text-transform:uppercase; border-radius:0px; padding:10px 2%; margin:0px;}
.footer_menu .btn:hover{background:#df3c34;}
.menu_head{
	font-family: 'Oswald', sans-serif;
    font-weight: 500; color:#fff; line-height: 20px;
    letter-spacing: normal;
    font-size: 18px;
    margin-top: 10px;
    margin-bottom: 25px;
}

.footer_top .textwidget {
    padding: 0 0 10px;
    margin: 0px 0 0;
}
.textwidget .footlogo{margin:0px 0px 5px 0px;}
.footer_top .textwidget p {
    font-size: 15px;
    font-weight: 300;
    color: #fff;
}

.footer_mid ul li{
    margin-top: 20px;
}
.xtramarg{margin-top:40px;}
.footer_menu li{width:100%; float:left;}
.footer_menu ul li a{
	font-size:15px;
    text-decoration: none;
    color: #fff; font-weight: 300;
    display: inline-block;
    padding: 5px 0px;
}
.footer_menu ul li a:hover{ color:#ccc;}
.footer_menu_contact ul hr{ margin:10px 0 7px 0 !important}
.footer_menu_map{position:relative; padding:0px;}
.footer_menu_map .map{width:100%; height: 380px;}

.footer_menu_contact{background:#bb1810; height:100%; position:relative; height: 380px;}
.footer_menu_contact h1{font-size:20px; color:#fff; line-height:22px; margin-top:10px !important}
.footer_menu_contact h2{font-size:16px; color:#fff; margin: 0px; line-height:18px; text-transform: uppercase; font-weight: 400;}
.footer_menu_contact h3{font-size:14px; color:#fff; margin: 0px; line-height:16px;}
.footer_menu_contact h3 span{text-transform:lowercase;}
.footer_menu_contact h5{font-size:13px; color:#fff; margin: 0px; line-height:10px; font-weight:400 !important}
.footer_menu_contact h5 span{text-transform:lowercase;}
.footer_menu_contact ul{ left:0px; bottom:25px; padding:20px; width:100%; /*background: rgba(0,0,0,.1); position:absolute;*/}
.footer_menu_contact ul li {
	padding: 7px 0px; color:#fff; font-weight:300;
}
.footer_menu_contact li i{
    width: 30px;
}
.footer_menu_contact li span:hover {
    cursor:pointer;
}
.footer_menu_contact li a{color:#fff;}
.footer_menu_contact li a:hover{color:#ccc;}

.tags a{
    display: block;
    float: left;
    margin: 3px;
    padding: 8px 10px;
    color: #fff;
	border:1px solid #fff;
	border-radius:5px;
    font-size: 14px;
    text-decoration: none;
}
.tags a:hover{
    color: #fff;
}
.footer_social {
    padding: 20px 0px;
}
.footer_social i {
    width: 50px;
    height: 50px;
    padding: 14px;
    color: #fff;
    font-size: 25px;
    border-radius: 3px;
}

.footer_bottom {
}
.footer-social {
    text-align: center;
    padding: 30px 60px 0px;
}
.footer-social ul {
    margin-bottom: 0 !important;
}
.footer-social li {
    display: inline-block;
    margin-right: 12px;
    margin-bottom: 0;
}
.footer-social li i {
    background: #111;
    border: 1px Solid #333;
    color: #666;
	width: 70px;
    height: 70px;
    text-align: center;
    line-height: 70px;
    font-size: 30px;
}
.footer-social li i:hover{background:#feca16; color:#fff;}

.footer_bottom p {
    font-size: 14px;
    color: #fff; font-weight: 300;
    margin: 15px 0px;
}
.footer_bottom p a{color:#fff;}
.footer_bottom p a:hover{color:#ccc;}

/* Back To Top Button 
======================================*/

#back-top{
    position:fixed;
    right:8px;
    bottom:20px;
    z-index:9999;
}
    
#back-top a{
    opacity:0.5;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}
    
   
#back-top .btn-primary{
    background: #697b87;
    border-color: #697b87;
    padding: 0px;
    font-size: 18px;
    width: 36px;
    height: 36px;
}
  
#back-top a:hover{
    background: #5f707c;
    opacity: 1;
}



/*Blog
===============================================*/

.blog-timeline{
    position: relative;
    margin: 0px 0px 10px 0px;
}
.single_blog{
    margin: 0px 15px;
}
.post_img img{
    float:left;
    width: 100%;
}
.post_img{
    position: relative;
}
.post-date{
    position: absolute;
    top: 0px;
    width: 70px;
    height: 70px;
    left: 0px;
}
.post_img{
    text-decoration: none;
    color: #fff; display: inline-block;
	position:relative; float: left;
}

.serv_desc{background:#fff; padding:15px 0px;}
.serv_desc .read-more{color:#bb1810; font-size:18px; text-transform:none; font-weight:500;}
.serv_desc .read-more:after{ content:""}
.serv_desc .read-more:hover{color:#a7030b;}

.roundedicon{width: 45px; height: 45px; background: #fff; color: #0178b2; font-size: 16px; border-radius: 50%; position: absolute; left: 40%; text-align: center; line-height: 45px; bottom: -20px; box-shadow:0px -3px 0px rgba(0,0,0,.5);}

#portfolio .btnmore{padding: 7px 20px; background:#0e3243; color:#fff; float:right; margin:5px 5px 0px 0px; font-weight: 600; text-transform: uppercase;}

.post-date span{ 
    display: block;
    padding: 5px 0px;
    font-size: 30px;
    font-weight: 700;
    margin: 3px 0px;
}

.post-date{
    font-size: 20px;
    text-align: center;
}
.single_blog ul li{
    color: #999;
    font-size: 12px;
}
.single_blog ul li i{

}
.single_blog h4{
    text-transform: uppercase;
    padding-top: 15px;
    clear:both;
	font-size: 16px;
    font-weight: 600;
	color:#000;
}

.single_blog p{
    margin: 8px 0px;
    font-size: 16px;
    line-height: 24px;
    color: #222;
}

.blog-timeline .nav-tabs>li{background: #f3f3f3; margin-right:2px;}
.blog-timeline .nav-tabs li a{font-size:20px; padding:5px 25px; background:#dadada; color:#222; font-weight: 700; text-align: center; width: 165px;}
.blog-timeline .nav-tabs>li>a:hover, .blog-timeline .nav-tabs>li>a:focus{background:#ccc; color:#222; cursor:pointer;}
.blog-timeline .nav-tabs>li.active>a {background:#f3f3f3; color:#222; cursor:pointer;}
.blog-timeline .nav-tabs>li.active>a:hover, .blog-timeline .nav-tabs>li.active>a:focus{background:#eee; color:#222; cursor:pointer;}
.blog-timeline .tab-content >.active {
    margin-top: 15px;
}

.owl-blog .owl-controls{position:absolute; top:-50px; right:10px;}
.owl-blog .owl-controls .owl-buttons div{background:#bb1810; border-radius:0px; opacity:1;}
.owl-blog .owl-controls .owl-buttons div:hover{opacity:0.85 !important;}
.owl-blog .owl-controls .owl-buttons .owl-next, .owl-blog .owl-controls .owl-buttons .owl-prev{margin: 0px 2px 0px 0px; padding:5px 8px !important; font-size: 30px;}
.owl-blog .owl-controls .owl-buttons .fa{line-height:18px !important; float: left;}




/*Single blog post details
=============================*/
#blog-single{
    padding: 40px 0px;
}
.blog-sub-desc{padding:10px; background:#f9f9f9; margin-bottom:15px; display:block; min-height: 165px; max-height:165px; border-bottom:2px solid #bb1810; overflow: hidden;}
.blog-sub-desc h2{
    font-size: 16px;
    line-height: 18px;
    font-weight: 600;
    padding: 10px 0px;
    margin: 0px;
	position:relative;
}
.blog-sub-desc h2:after {
    position: absolute;
    content: "";
    width: 40px;
    height: 2px;
    left: 0px;
    bottom: 5px;
    background: #f35805;
}
.blog-sub-desc h2 a{ color: #262626;}
.blog-sub-desc h2 a:hover{ color:#000;}

.blog-sub-desc h3{
    font-size: 13px;
    line-height: 18px;
    font-weight: 700;
    padding: 5px 0px;
    margin: 0px;
	position:relative;
}

.blog-sub-desc h3 a{ color: #262626;}
.blog-sub-desc h3 a:hover{ color:#000;}

.blog-sub-desc .btn {
    background: #0178b2;
    color: #fff;
    font-size: 12px;
    border-radius: 0px;
    padding: 5px 20px;
	margin: 0px 0px 10px 0px;
}

.blog-sub-desc .post-meta-links {
    margin: 5px 0px;
}
.blog-sub-desc p {
    font-size: 13px; color: #888;
}
.blog-sub-desc .post-meta-links a {color:#bb1810;}
.blog-sub-desc .post-meta-links a:hover {color:#df3c34;}
#banner{
    background: url("../images/slider/b6.jpg")no-repeat;
    background-size: cover;
    height: 500px;
}

.blog-header{
    padding: 30px 0px 0px 20px;
    margin-top: 225px;
}
.blog-header h2{
    font-size: 35px;
    line-height: 40px;
    font-weight: 400;
    color: #fff;
}
.blog-header .breadcrumb{
    background: transparent;
    color: #fff;
}

.blog-desc .post-meta-links{
    margin: 10px 0px;
}

.blog-desc p{
    font-size: 14px;
}
.blog-desc .post-meta-links li a span{
    color: #555;
    margin-right: 10px;
}
.blog-desc blockquote{
    margin: 5px 10px;
    padding: 0px 25px;
    line-height: 25px;
    letter-spacing: 1px;
}
.blog-desc blockquote i{
    font-size: 40px;
    margin-right: 10px;
}
.tags1 p{
    float: left;
    margin-right: 10px;
}
.tags1 a{
    padding: 6px 15px;
    border-radius: 3px;
    color: #FFF;
    font-size: 14px;
    text-transform: capitalize;
}
.share1{
    background: #EEE;
    padding: 20px;
    border: 1px solid#CCC;
    height: 74px;
    border-radius: 3px;
}
.share1{
    margin: 30px 0px;
}
.share1 h4{
    margin-top: 2px;
    float: left;
}
.share1 .social-contact {
    float: right;
}
.share1 .social-contact li {
    margin: 0px;
}
.share1 .social-contact li i{
    border-radius: 50%!important;
    color: #fff;
    border:0px;
    padding: 8px 0px 5px 8px;
    font-size: 16px;
}

.share1 .social-contact li .fa-facebook{
    background: #395793;
}
.share1 .social-contact li .fa-linkedin{
    background: #0A6594;
}
.share1 .social-contact li .fa-google-plus{
    background: #9E3023;
}
.share1 .social-contact li .fa-twitter{
    background: #1CA3DB;
}
.share1 .social-contact li .fa-pinterest{
    background: #A9272F;
}

.blog-desc .share h4{
   margin-bottom: 15px;
   float: left!important;
    margin-right: 20px;
}
.share h4{
   margin-bottom: 15px;
    margin-right: 20px;
}

.share .social-contact{
    margin: 30px 0px;
    background: #f7f7f7;
    padding: 20px;
    border: 1px solid#95ceff;
}

.about-auther{
    margin: 50px 0px;
}
.about-auther .well{
    -webkit-box-shadow:none!important ;
    box-shadow: none!important;
    border: 0px;
}

.about-auther h4,.comments h4{
    margin-bottom: 10px;
}
.about-auther .well img{
    float: left;
    margin-right: 20px;
    width: 85px;
    height: 82px !important;
    margin-top: -13px;
}

/*related post
=======================*/
.rel-post{
    margin-bottom: 30px;
    background: #F5F5F5;
    width: 225px;
}
.rel-post{}
.rel-post .caption{
    padding: 15px;
}
.rel-post .caption p{
    margin-top: 10px;
}
.rel-post img{
    width: 100%;
    height: 140px;
}

.comments{
    margin: 50px 0px;
}
.comments .media{
    margin: 60px 0px;
    padding: 10px 10px;
    overflow: visible!important;
    background: #FAFAFA;
    position: relative;
}
.comments .media img{
    display: block;
    border-radius: 50%;
    border: 10px solid #FFF;
    position: absolute;
    top: -45px;
    width: 95px;
    height: 95px;
}
.comments .media-heading span{
    margin-left: 10px;
    font-size: 12px;
    color: #ccc;
}
.comments .media-body{
    padding: 45px 0px 10px 25px;
}
.comments .media.middle{
   margin-left: 60px;
}
.comments .media-body p{
    margin-bottom: 20px;
}
.comments .media-body a{
    background: #555;
    padding: 10px 10px;
    color: #fff;
    -webkit-transition: all .4s linear 0s;
    -o-transition: all .4s linear 0s;
    transition: all .4s linear 0s;
}
.comments .media-body a:hover{
    padding: 10px 10px;
    color: #fff;
}
.blog-form .form-control{
    margin-bottom: 15px;
    border: 1px solid #ccc;
    -webkit-box-shadow:none!important ;
    box-shadow: none!important;
    border-radius: 2px;
}
.blog-form input{
    height: 45px;
}
.blog-form h4{
    margin-bottom: 20px;
}
.blog-form label{
    margin-bottom: 10px;
}
.blog-form .btn-main{
    margin-top: 10px;
    border-radius: 2px;
}
#blog-single h4{
    margin-bottom: 15px;
    position: relative;
    padding-bottom: 10px;
}
#blog-single h4:after{
    position: absolute;
    content: "";
    width: 40px;
    height: 2px;
    left: 0px;
    bottom: 0px;
	background: #bb1810;
}

/*Right side blog
=======================*/
.blog-sidebar{}
.serach{
    margin-bottom: 30px;
}
.serach input{
    background-color: #FFF;
    padding-right: 80px;
    width: 100%;
    outline: medium none;
    resize: none;
    padding: 20px;
    line-height: 20px;
    border: 1px solid #C9C9C9;
}
.blog-search {
    position: relative;
}
.serach button{
    position: absolute;
    width: 60px;
    height: 60px;
    right: 1px;
    top: 1px;
    font-size: 24px;
    border: medium none;
    background: none repeat scroll 0% 0% transparent;
    color: #3C3C3C;
}

.blog-catagory h4{
    margin: 10px 0px;
    padding-bottom: 10px;
}
.blog-catagory ul li{
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px dotted#ccc;
}
.blog-catagory ul li a{
    color: #222; font-weight:600;
}

.blog-catagory ul li a i{
    color: #ccc;
    margin-right: 10px;
}
.blog-catagory ul li a span{
    float: right;
	width:20px;
    height: 20px;
    border-radius: 0px;
}
.blog-catagory ul li a span:after{
	font-family: FontAwesome;
    color: #fff;
    font-size: 13px;
    line-height: 13px;
    text-align: center;
    content: "\f101";
}


/*blog-tab*/

.blog-tab .tab-content{
    background: #F3F3F3;
}
.blog-tab{
    margin: 60px 0px!important;
}
.blog-tab .nav-tabs li.active a{
    background: #F3F3F3!important;
    color: #222;
    border: 1px solid#ccc;
}
.blog-tab .nav-tabs li a{
    background: #f8f8f8!important;
    color: #222;
    border-top: 5px solid#464646!important;
    border-radius: 3px 3px 0px 0px ;
}
.blog-tab .tab-content{
    border-right: 4px solid #EEE;
    padding: 10px 0px 0px 0px;
}
.blog-tab .tab-content .single-tweet{
     margin: 10px 0px;
     padding: 0px 15px;
     border-bottom: 1px solid#eee;
}
.blog-tab .tab-content .single-tweet p{
    padding: 5px 0px 25px 25px;
}
.com p{
    padding: 10px 25px;
}
.blog-tab .tab-content .single-tweet i{
    margin-right: 5px;
}
.blog-tab .tab-content .single-tweet span{
    font-size: 12px;
    font-style: italic;
    float: right;
    margin-bottom: 5px;
    color: #888!important;
}
.recent-post{
    margin: 0px 0px 20px 0px !important;
}
.recent-post li{
    padding: 15px 0px;
}
.single-post{
    float: left;
    padding-bottom: 15px;
    border-bottom: 1px solid #DDD;
    width: 100%;
}
.single-post img{
    height: 160px;
    width: 100%;
    display: block;
    margin-bottom: 5px;
}
.recent-post p{
    font-weight: 500; margin: 0px; line-height:14px;
}
.recent-post span{
    font-size: 14px;
}

.photo-stream{}
.photo-stream h4{
    margin: 20px 0px;
    padding-bottom: 10px;
    border-bottom: 1px solid#ccc;
}
.photo-stream{
     margin-top: 60px;
}
.b-stream img{
    margin: 0px 0px 5px 10px;
    width: 105px;
    height: 85px;
    float: left;
}
.right-tags{
    margin-top: 30px;
}

/*Animation
========================================================*/
.carousel .item.active .animated4 {
    -webkit-animation: flipInX 1s ease-in 500ms both;
    animation: flipInX 1s ease-in 500ms both;
}

.carousel .item.active .animated5 {
    -webkit-animation: bounceInLeft 1s ease-in-out 100ms both;
    animation: bounceInLeft 1s ease-in-out 100ms both;
}

.carousel .item.active .animated6 {
    -webkit-animation: bounceIn 1s ease-in 500ms both;
    animation: bounceIn 1s ease-in 500ms both;
}

.carousel .item.active .animated7 {
    -webkit-animation: bounceIn 1s ease-in 500ms both;
    animation: bounceIn 1s ease-in 500ms both;
}

.carousel .item.active .animated8 {
    -webkit-animation: bounceInDown 1s ease-in 800ms both;
    animation: bounceInDown 1s ease-in 800ms both;
}
.owl-theme .owl-controls{
	color:#ccc;
}
.owl-theme .owl-controls .owl-page span {
    display: block;
    width: 45px;
    height: 7px;
    border-radius:0px;
}


/*Another home
==========================*/

/* Header */

.hero-buttons a{
    margin-right: 10px;
}
.hero-buttons .btn-main.dark{
    background: #fff;
    color: #222;
}
.hero-section {
    height: 100%;
    padding-bottom: 60px;
    padding-top: 200px;
    overflow: hidden;
}
.hero-section .container {
    height: 100%;
}

.hero-content {
    position: relative;
    display: table;
    height: 100%;
    width: 100%;
}

.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
    background: transparent;
    color: #EE3B24!important;
}
.navbar-inverse .navbar-nav >li> a{
    color: #eee!important;
}
.hero-text {
    display: table-cell;
    vertical-align: middle;
    color: #fff;
    width: 100%;
    padding-bottom: 10%;
}

.hero-title {
    font-size: 40px;
    line-height: 50px;
    color: #fff;
    font-weight: 600;
}
.hero-title span{
    color: #EE3B24;
}
.hero-description {
    margin-bottom: 30px;
    font-size: 18px;
    line-height: 30px;
    color: #fff;
}

.hero-buttons a.btn{
    color: #fff;
    padding: 15px 50px;
}

.hero-buttons a.btn.solid{
    margin-left: 10px;
}

.hero-buttons a i{
    margin-left: 5px;
}

/* Video and video background */

.video-embed {
    position: relative;
    padding-top: 56.25%; /* 16:9 */
    height: 0;
    background-color: #fff;
    -webkit-box-shadow: 0 5px 15px rgba(0,0,0,0.2);
    box-shadow: 0 5px 15px rgba(0,0,0,0.2);
}
.video-embed iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.parallax-overlay{
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
     background: url("../images/banner/overaly.png")repeat; 
}
.video-background{
    width: 100%;
}
.video-background-container {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
}
section{
    position: relative;
}
iframe{
    border: 0;
}

@media ( min-width: 768px ) {
    .video-section {
        padding: 100px 0;
    }
}
@media ( min-width: 992px ) {
    .video-section {
        padding: 120px 0;
    }
}

/*Panel*/

.video-text{}
.video-text .panel{
    border: 0px!important;
    box-shadow: none;
    border-radius: 0px;
    margin-bottom: 10px;
}
.video-text .panel-default{}
.video-text .panel-group .panel-heading{
    border-radius: 0px;
    border-color: #EE3B24;
    position: relative;
    padding: 7px 15px;
    background: #FAFAFA;
    border-bottom: 1px solid#AFAFAF;
}

.video-text .panel-group  h4.panel-title a.collapsed:after{
    font-family: FontAwesome;
    color: #333;
    font-size: 14px;
    right: 0px;
    position: absolute;
    z-index: 111;
    width: 40px;
    height: 40px;
    line-height: 40px;
    top: 0px;
    text-align: center;
    content: "";
}
.video-text .panel-group  h4.panel-title a:after {
    font-family: FontAwesome;
    color: #EE3B24;
    font-size: 14px;
    right: 0px;
    position: absolute;
    z-index: 111;
    width: 40px;
    height: 40px;
    line-height: 40px;
    top: 0px;
    text-align: center;
    content: "";
}

.video-text .panel-group .panel-heading.active{
    border: 1px solid#EE3B24;
}


/*home 1 tab
===================*/

.video-text .panel-group .p2{
    background: #FAFAFA;
    border-bottom: 0px;
    border-radius: 5px;
}
.video-text .panel-group .p2 h4 a span{
    float: left;
    display: block;
    position: absolute;
    top: 0px;
    left: 0px;
}
.video-text .panel-group .p2 h4{
    margin-left: 40px;
}
.video-text .panel-group .panel-body.p1{
    color: #313131;
    margin-top: -1px;
}
.video-text .panel-group .panel-body.p3{
      background: #fff!important;
}
.video-text .panel-group .p2 h4.panel-title a.collapsed:after{
    font-family: FontAwesome;
    background: none repeat scroll 0% 0% #363636;
    color: #FFF;
    font-size: 14px;
    left: 0px;
    position: absolute;
    z-index: 111;
    width: 40px;
    height: 40px;
    line-height: 40px;
    top: 0px;
    text-align: center;
    content: "";
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}
.video-text .panel-group .p2 h4.panel-title a:after {
    font-family: FontAwesome;
    color: #FFF;
    font-size: 14px;
    left: 0px;
    position: absolute;
    z-index: 111;
    width: 40px;
    height: 40px;
    line-height: 40px;
    top: 0px;
    text-align: center;
    content: "";
    background: none repeat scroll 0% 0% #F05743;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}
.video-text .panel-group .p2.active{
    background:#EE3B24;
    color: #fff;
    padding: 7px 0px;
    padding-left: 15px;
}


/*About details
==========================*/

#about-details .feature_sub, .single-progress label, #about-details .feature_title{
    color: #fff!important;
}
#about-details {
    background: url('../images/banner/banner.jpg')fixed 50% 50%;
}

.single-progress .progress{
    height: 12px;
    background-color: #eee;
    border-radius: 0px;
}
.single-progress label span{
    float: right;
    right: 20px;
    position: absolute;
    background: #eee;
    line-height: 20px;
    padding: 4px;
    top: -11px;
    color: #222;
}
.single-progress{
}

.about-desc h1{
	font-size:30px;
    margin: 0px 0px 20px 0px;
    position: relative;
    padding-bottom: 15px;
}
.about-desc h1:after {
    position: absolute;
    content: "";
    width: 40px;
    height: 3px;
    left: 0px;
    bottom: 0px;
    background: #044002;
}
.about-desc p{text-align:justify;}
.aboutaah p{    font-size: 18px; 
    line-height: 30px;}

.divisionbox{display:block; float:left; width:100%; padding-bottom:15px; margin-bottom:25px; border-bottom:1px dashed #ccc; position:relative;}
.divisionbox2{ padding-bottom:60px;}
.divisionbox2 .dwnldbroucbtn{left:0px;}
.divisionbox:last-child{border-bottom:none;}
.divisionbox:hover{opacity:.9;}
.divisionbox .left{display:inline-block; float:left; margin-right:20px; margin-bottom:15px;}
.divisionbox .right{display:inline-block; float:right; margin-left:20px; margin-bottom:15px;}
.divisionbox p{text-align:justify;}
.divisionbox:hover p{color:#444;}

.separator {
    height: 3px;
    background-color: #000;
    width: 15%; margin: 25px auto 20px auto;
}
.separator img{margin-top: -25px;
    padding: 0px 10px;
    background: #fff;}
.separator-style {
    background-color: #FCFCFC;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    border-radius: 20px;
    border-style: solid;
    border-color: #237fcc;
    border-width: 1px;
    display: block;
    height: 10px;
    left: 50%;
    margin-left: -5px;
    margin-top: -5px;
    position: absolute;
    width: 10px;
}
#serv-content ul.side-navigation-list {
  margin: 0;
  padding: 0;
  margin-bottom: 30px;
}
#serv-content ul.side-navigation-list li {
  list-style: none;
  margin-top: 7px;
  -webkit-box-shadow: 0px 8px 11px -9px #aaa;
  -moz-box-shadow: 0px 8px 11px -9px #aaa;
  box-shadow: 0px 8px 11px -9px #aaa;
}
#serv-content ul.side-navigation-list li a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  display: block;
  color: #222222;
  font-size: 12px;
  font-weight:600;
  text-transform: uppercase;
  line-height: 12px;
  padding: 15px 25px;
  background: #eee;
  position: relative;
  border-right: 5px solid #f35805;
  border-left: 4px solid #ddd;
  border-radius: 0px 10px 10px 0px;
}
#serv-content ul.side-navigation-list li a:after {
  content: '\f105';
  font-family: 'FontAwesome';
  font-size: 16px;
  position: absolute;
  color:#bbb;
  right: 10px;
  top: 0;
  line-height: 40px;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}
#serv-content ul.side-navigation-list li a:hover,
#serv-content ul.side-navigation-list li a.active {
  background: #f35805;
  color: #fff;
  border-left: 4px solid #044002;
}
#serv-content ul.side-navigation-list li:hover a:after{color:#fff;}
#serv-content ul.side-navigation-list li:first-child {
  margin-top: 0;
}

.careerpanel .panel-default>.panel-heading{position:relative;}
.careerpanel .panel-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 16px;
	font-weight:600;
    color: inherit;
	color:#555;
}
.careerpanel .panel-title span{color: #bb1810; font-size: 20px; margin-right:10px;}
.careerpanel .panel-group h4.panel-title a.collapsed::after {
    font-family: FontAwesome;
    color: #bb1810;
    font-size: 18px;
    right: 0px;
    position: absolute;
    z-index: 111;
    width: 40px;
    height: 45px;
    line-height: 45px;
    top: 0px;
    text-align: center;
    content: "\f107";
}
.careerpanel .panel-group h4.panel-title a::after {
    font-family: FontAwesome;
    color: #bb1810;
    font-size: 18px;
    right: 0px;
    position: absolute;
    z-index: 111;
    width: 40px;
    height: 40px;
    line-height: 40px;
    top: 0px;
    text-align: center;
    content: "\f106";
}

.careerpanel .panel-default>.panel-heading+.panel-collapse .panel-body{ color:#666; font-weight: 300;}
.careerpanel .panel-default>.panel-heading+.panel-collapse .panel-body h5 {
    line-height: 18px; color:#555; }
.careerpanel .panel-default>.panel-heading+.panel-collapse .panel-body .read-more{ display:block; float:right; margin-right:15px; margin-bottom:15px; background:#bb1810; color:#fff; padding: 5px 10px;}
.careerpanel .panel-default>.panel-heading+.panel-collapse .panel-body .read-more:hover{background:#df3c34;}

.career-form .form-control{
    margin-bottom: 15px;
    border: 1px solid #ccc;
    -webkit-box-shadow:none!important ;
    box-shadow: none!important;
    border-radius: 2px;
}
.career-form input{
    height: 45px;
}
.career-form .form-group input[type="file"]{ padding: 10px;}
.career-form h4{
    margin-bottom: 20px;
}
.career-form label{
    margin-bottom: 10px;
}
.career-form .btn-main{
	background-color: #f5f5f5;
    border-color: #ddd;
	color: #333;
    font-size: 12px;
    text-transform: uppercase !important;
    margin-top: 0px;
    border-radius: 2px;
    float: right;
    padding: 10px 25px;
}
.career-form .btn-main:hover{background-color:#ddd;}

.enquiry-form .form-control{
    margin-bottom: 15px;
    border: 1px solid #ccc;
    -webkit-box-shadow:none!important ;
    box-shadow: none!important;
    border-radius: 0px;
}
.enquiry-form input{
    height: 45px; margin-bottom: 10px;
}
.enquiry-form .pull-right .col-md-3{width: 290px;}
.enquiry-form .pull-right textarea{width:100%;}
.enquiry-form h4{
    margin-bottom: 20px;
}
.enquiry-form label{
    margin-bottom: 10px;
}
.enquiry-form .btn-main{
    background-color: #f5f5f5;
    border-color: #ddd;
    color: #333;
    font-size: 12px;
    text-transform: uppercase !important;
    margin-top: 0px;
    border-radius: 2px;
    float: right;
    padding: 10px 25px;
}
.enquiry-form .btn-main:hover{background-color:#ddd;}

.speciallinks{ color:#777;}
.speciallinks li{padding:10px 0px; margin:0px !important; border-bottom:1px solid #ccc;}
.speciallinks span{color:#444; font-weight:700; width:100%; display:block; float:left;}

.social-wrap{position: fixed;
    right: 0;
    top: 30%;
    width: 65px; z-index:10;
    text-align: right;
}
.social-wrap a {
    display: inline-block; float: right;
    width: 48px;
    height: 48px;
    background-size: cover !important;
    transition: all linear 200ms;
    -webkit-transition: all linear 200ms;
    -moz-transition: all linear 200ms;
	margin-right: -5px;
}
.social-wrap a:hover {margin-right:0px;}

.social-wrap a.fb {
    background: url('../images/fb.png');
}
.social-wrap a.tw {
    background: url('../images/tw.png');
}
.social-wrap a.li {
    background: url('../images/li.png');
}
.social-wrap a.ins {
    background: url('../images/ins.png');
}
.social-wrap a.gp {
    background: url('../images/gp.png');
}
.social-wrap a.yt {
    background: url('../images/yt.png');    
}

.sub-left-menu{ width:100%; border:1px solid #e1e1e1; border-radius:3px 3px 0px 0px;}
.sub-left-menu li{ border-bottom:1px solid #e1e1e1; margin: 0px !important; text-transform:uppercase; font-weight:600;}
.sub-left-menu li:last-child { border-bottom:none;}
.sub-left-menu li a{ padding:15px 14px; display:block; color:#444;}
.sub-left-menu li a.active{ background:#b4141c; color:#fff}
.sub-left-menu li a:hover{ background:#b4141c; color:#fff}
.sub-left-menu li a i{ margin-right: 10px; font-size: 12px; color: #ccc !important;}
.sub-left-menu li .active i{color: #fff !important;}
.servicepart{ padding:0 6px !important}

.halfopacity{ opacity:.5;}

.alert.alert-success { background-color: #EDF5C7 !important;color: #9999 !important; border: 1px solid #fff !important;}
.alert.alert-error { background-color: #a94442 !important; color: #fff !important; border: 1px solid #fff !important;}
.spcltoplink #search { width: 30px;height: 40px;padding: 10px 5px;background: url(../images/searchicon.png) no-repeat center center;border: none;border-bottom: 1px solid #000;float: left;}

.pagination >li > a.current {color: #df3c34; background-color: #eee; border-color: #ddd;}
.toggle-name{ color:#fff; text-align:center; display:none}
.degiabout-desc {margin-bottom:30px;}
.degiabout-desc .widget-title {
    font-size: 16px;
    line-height: 18px;
    margin-bottom: 5px;
    text-shadow:none;
}
.degiabout-desc p {
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 14px;
    line-height: 18px;
}
.degiabout-boxes .division-title{ color:#797a2b;font-size: 16px;
    line-height: 18px; margin-top:10px; margin-bottom:20px; text-align:center;}
.degiabout-boxes p {
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 14px;
    line-height: 18px; text-align:justify;
}
.applicationbox{display:inline-block; width: 90.4%;
    min-height: 177px; position:relative; padding:10px 0px; overflow:hidden;
    background:  #19a3d1; 
  background: -webkit-linear-gradient(left, #19a3d1, #fff); 
  background: -o-linear-gradient(right, #19a3d1, #fff); 
  background: -moz-linear-gradient(right, #19a3d1, #fff);
  background: linear-gradient(to right, #19a3d1, #fff);
   float:right; 
}
.applicationbox h3 {display:inline-block; width:100%; font-size: 16px; line-height: 18px;padding:10px 15px; position:absolute; left: -46%; top:40px;  text-align:center;
background:#000; color:#fff; -ms-transform: rotate(-90deg); /* IE 9 */
    -webkit-transform: rotate(-90deg); /* Chrome, Safari, Opera */
    transform: rotate(-90deg); margin:0px;}
.applicationbox ul{margin-left:50px;}
.applicationbox li {width: 40%;
    float: left;
    line-height: 18px;
    padding: 5px 0px;
    margin: 0px 20px !important;
    list-style: square;
    color: #000;}

    
@media (max-width: 767px) {
	.toggle-name{ display:block }
}
@media (max-width: 768px) {
	#slider_part{ margin:0}
	.getticket .aboutgiffin{ padding:25px 15px; height:auto}
	.feature_content{ margin-bottom:10px;}
	.pad1{ padding:0 !important}
	.footer_menu_contact ul{padding: 20px 50px;}
	.footnewlet{ padding-left:50px; padding-right:50px; height:auto !important; padding-bottom:30px}
	.specialtop{ margin:0}
	.leftContact{ width:100%; height:350px}
	.rightContact{ float:left; width:100%; height:auto !important}
	.topContact{ width:50%; float:left}
	.bottomContact{ width:50%; float:left; padding-bottom:0}
	.half-width-lft{ margin-right:0}
	#inner-banner{ min-height:inherit !important; background-size:cover !important}
	.sub-left-menu{ margin-bottom:20px}
	.founderimg{ width:100% !important;}
    .portfolio-slider-wrapper ul{margin-bottom: 17px;float: left;}
	.divisionbox .left, .divisionbox .right{ width:100% !important; margin:0 !important}
	.divisionbox .left img, .divisionbox .right img{ width:100% !important; margin-bottom:10px}
	}
@media (max-width: 640px) {	
	.carousel-control.right {right: 0!important;}
}
@media (max-width: 500px) {
	.topContact{ width:100%}
	.topContact img{ width:100%; height:auto}
	.bottomContact{ width:100%}
	.half-width-lft{ width:47%}
}
@media (max-width: 420px){
	.half-width-lft{ width:100%}
	.half-width-rgt{ width:100%; margin-left:0}
}
@media (max-width: 480px) {
	.topline{ height:60px}
	.topline .pull-right{ margin-bottom:6px; float:left !important}
	.top-morelink{ float:left; width:100%}
	.top-scl{ padding-left:40px !important}
	.slides-control .carousel-control{ top:-110%}
	#slider_part{ height:auto !important}
	.blog-timeline .nav-tabs li a{
		 font-size: 15px;
         padding: 5px 20px;
         width: 140px;
		}
	}
@media (max-width: 380px) {
.top-morelink li {
    font-size: 12px;
    margin: 0 10px;
}
.top-scl li{
    font-size: 12px;
}
.logobox{ width:100px;}
.logobox img{ width:100%; height:auto;}
.toprgtbox{ width:200px !important}
.spcltoplink a{ font-size:12px}
.spcltoplink #search{ width:22px} 
.spcltoplink form{ margin-left:0}
.spcltoplink form input[type="text"]{ font-size:14px; width:165px}
}	
@media (max-width: 325px){
	.top-morelink li i{ color: #bb1810; margin-right:5px}
	.top-morelink li{ margin:0 5px}
	.logobox {width: 85px;}
	.toprgtbox { width: 180px !important;}
	.spcltoplink form input[type="text"]{ font-size:13px; width:140px}
	}
@media screen and (min-device-width: 768px) and (max-device-width: 1024px) { 
.sm-blue a, .sm-blue a:hover, .sm-blue a:focus, .sm-blue a:active, .sm-blue a.highlighted{
	font-size:14px !important; padding:3px 14px !important;
}
  .sm-blue > li > a, .sm-blue > li > a:hover{ font-size:14px !important; padding:3px 14px !important}  
  .sm-blue a span.sub-arrow{ right:3px !important}
  .overlay-slide, #slider_part{ height:auto !important}
  
}	
@media (max-width: 991px) and (min-width: 768px){
	#slider_part{ margin:0 !important; height: auto !important;
	}
	.carousel-caption h2{
	 height: auto !important;
	    font-size: 30px !important;
       line-height: 35px !important;
         width: 100% !important;
}
.carousel-caption h3{ font-size:20px !important}
.carousel-control.right{ right:0 !important}
}
.login-inner{ background:#fff; margin:0 auto; width:40%; padding:30px 40px}
.login-inner h3{ margin:20px 0 40px 0; text-align:center !important}
.login-inner h4{font-size: 16px; font-weight:400; text-transform:uppercase; margin-bottom:8px}
.login-inner input[type="text"]{
	border: 1px solid #999;
    margin-bottom: 20px;
    padding: 10px 15px;
    width: 100%;
}
.login-inner input[type="email"]{
	border: 1px solid #999;
    margin-bottom: 20px;
    padding: 10px 15px;
    width: 100%;
}
.login-inner input[type="password"]{
	border: 1px solid #999;
    margin-bottom: 20px;
    padding: 10px 15px;
    width: 100%;
}
.login-inner input[type="submit"]{
    margin: 10px 0 20px 0;
    padding: 5px 30px;
    background: #cb2a22 none repeat scroll 0 0;
    border: 1px solid #cb2a22;
    color: #fff;
	font-size:15px;
	text-transform:uppercase;
}
.login-inner a{ font-size:16px; color:#CB2A22; display:inline-block}
.loginsection{ margin-top:170px; background:url(../images/login-bg.jpg); background-size:cover; padding:70px 0 !important}
.div-links{
	 display: block;
	margin:0 0 0 0;
	width:100%;
	float:left;
	}
.div-links li{
	 display: inline-block;
    list-style: outside none none !important;
	float:left;
	margin:3px 0;
	border-left:1px solid #d9d9d9;
	}
.div-links li:last-child{border-right:1px solid #d9d9d9;}	
.div-links li a{
    color: #000;
    padding: 7px 9px;
    text-align: center;
	float:left;
	}
.div-links li a.active{ background:#000; color:#fff}	
.div-links li a:hover{ background:#BB1810; color:#fff}	
.video-icon, .video-icon:hover{ 
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0 !important;
    color: #fff !important;
    margin: 0 16px 10px 0 !important;
    padding: 0 !important;
}
.video-icon i{ font-size:28px !important;}
.breadcrumb{ background: none !important; margin-top:15px; margin-bottom:0 !important; margin-left:-15px !important}
.breadcrumb a{ font-size:15px;}
.breadcrumb a, .breadcrumb a:hover{ color:#000 !important}
.breadcrumb a.active{ color:#BB1810 !important}
.inner_menu{ background:#F1F1F1}
/*.menu-image{ float:left; width:50%; padding-right:15px;}*/
.menu-image{ float:right; width:50%; padding-left:15px;}
.menu-image li{ width:100%;}
.menu-image li img{ width:100%;}
h3.division-title{ font-size:16px; margin:26px 0 19px; line-height:0; font-weight:600}
.division-img { border:1px solid #e1e1e1; width:100%; text-align:center; /*padding:0px 15px*/}
.testimonial-designation{ color:#333; line-height:20px; font-family:"Oswald",sans-serif; font-size:13px}
@media (max-width: 980px){
	.login-inner{  width:80% !important; }
}
@media (max-width: 640px){
	.login-inner{  width:100% !important;}
}
