@charset "utf-8";
/* CSS Document */


@font-face {
    font-family: 'MyriadPro-Regular';
    src: url('../fonts/MyriadPro-Regular/MyriadPro-Regular.eot');
    src: url('../fonts/MyriadPro-Regular/MyriadPro-Regular.eot') format('embedded-opentype'),
         url('../fonts/MyriadPro-Regular/MyriadPro-Regular.woff') format('woff'),
         url('../fonts/MyriadPro-Regular/MyriadPro-Regular.ttf') format('truetype'),
         url('../fonts/MyriadPro-Regular/MyriadPro-Regular.svg#MyriadPro-Regular') format('svg');
}


@font-face {
    font-family: 'myriadpro-cond';
    src: url('../fonts/myriadpro-cond-webfont.eot');
    src: url('../fonts/myriadpro-cond.eot') format('embedded-opentype'),
         url('../fonts/myriadpro-cond-webfont.woff') format('woff'),
         url('../fonts/myriadpro-cond-webfont.ttf') format('truetype'),
         url('../fonts/myriadpro-cond-webfont.svg#myriadpro-cond') format('svg');
}


@font-face {
    font-family: 'OpenSansSemibold';
    src: url('../fonts/opensans-semibold.eot');
    src: url('../fonts/opensans-semibold.eot') format('embedded-opentype'),
         url('../fonts/opensans-semibold.woff') format('woff'),
         url('../fonts/opensans-semibold.ttf') format('truetype'),
         url('../fonts/opensans-semibold.svg#OpenSansSemibold') format('svg');
}


@font-face {
    font-family: 'OpenSansRegular';
    src: url('../fonts/opensans-regular.eot');
    src: url('../fonts/opensans-regular.eot') format('embedded-opentype'),
         url('../fonts/opensans-regular.woff') format('woff'),
         url('../../fonts/opensans-regular.ttf') format('truetype'),
         url('../fonts/opensans-regular.svg#OpenSansRegular') format('svg');
}


@font-face {
	font-family: 'Conv_Raleway-Regular';
	src: url('../fonts/Raleway-Regular.eot');
	src: local('☺'), url('../fonts/Raleway-Regular.woff') format('woff'), url('../fonts/Raleway-Regular.ttf') format('truetype'), url('../fonts/Raleway-Regular.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}


@font-face {
	font-family: 'Conv_Raleway-Medium';
	src: url('../fonts/Raleway-Medium.eot');
	src: local('☺'), url('../fonts/Raleway-Medium.woff') format('woff'), url('../fonts/Raleway-Medium.ttf') format('truetype'), url('../fonts/Raleway-Medium.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}


/** Generated by FG **/
@font-face {
	font-family: 'Conv_Raleway-Light';
	src: url('../fonts/Raleway-Light.eot');
	src: local('☺'), url('../fonts/Raleway-Light.woff') format('woff'), url('../fonts/Raleway-Light.ttf') format('truetype'), url('../fonts/Raleway-Light.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

a:hover{
	text-decoration:none;
}

h1{
	font-size:36px;
	font-weight:bold;
	color:#3a4145;
	background:url(../images/red-bdr.png) no-repeat center;
	text-transform:uppercase;
	padding-bottom:60px;
	margin:0;

}

a:hover{
	transition:all 0.8s ease 0s;
	-moz-transition:all 0.8s ease 0s;
	webkit-transition:all 0.8s ease 0s;
}




body{
	background-color:#ffffff;
	font-family: 'arial';
	-webkit-font-smoothing: antialiased;
}

.navbar{
	background-color:#fff;
	border-bottom:double;
	border-top:1px solid #ccc;
	border-color:#ededed;
	padding:5px 0;
}

.logo{
	font-size:20px;
	color:#333;
	font-weight:bold;
}

.logo img{
	display:inline-block;
	margin-right:15px;
}

.logo .glyphicon{
	font-size:25px;
	margin-right:10px;
}

.logo span{
	color:#666;
}


.nav ul{
	list-style:none;
	padding:0;
	margin:0;	
}

.nav ul li{
	display:inline-block;
	padding:10px 0 0 0;	
	position:relative;
}

ul.nav li img{
	position:absolute;
	bottom:-7px;
	left:48%;
	z-index:1000;
	text-align:center;
	display:none;
}

ul.nav li.active img{
	display:block;
	text-align:center;
}

.nav ul li a{
	color:#272727;	
	padding:5px 15px;
	font-size:16px;
	font-weight:bold;
}

.nav ul li a:hover{
	color:#272727;
	
}

.nav-tabs>li>a{	
	color:#fff;
	font-weight:bold;
	text-align:center;
	text-transform:uppercase;
}

.nav-tabs>li>a span{
	clear:both;
	padding:5px 0 0 0;
	display:block;
}

.nav>li>a{
	padding:15px 25px;
}
.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover{
	border:none;
	background-color:#0b345e;
	color:#fff;
}
.nav>li>a:focus, .nav>li>a{
	background-color:transparent;
}

.nav-tabs>li{
	border:none;
	margin:0;
}

.nav-tabs>li>a{
	border-radius: 0 0 0 0;
}

.nav-tabs>li>a:hover {
    border-color:none !important;
	/*border:0 !important;	*/
}

.nav>li>a:focus, .nav>li>a:hover {
    text-decoration: none;
    background-color:#0b345e;
	/*border:0;
	margin:0;*/
}
.nav-tabs {
    border-bottom:none;
}

.topbar{
	/*border-bottom:1px solid #e3e3e3;*/
	padding:0 0;
	background-color:#f7f8f7;
}

.topbar i{	
	font-weight:bold;
	margin-left:5px;
	font-size:14px;
	padding:10px 0;
}

.mainsearch{
	border:none;
	background-color:#ebebeb;
	color:#454545;
	padding:7px;
	font-size:18px;
	width:95%;
}

.header{
	margin:0;	
}

.topsociail-icons{
	float:left;
}
.topsociail-icons i{
	margin-right:15px;
}

.topsociail-icons a i{
	color:#000000;
}

.topsociail-icons a i:hover{
	color:#376eb4;
}


.topright{
	float:right;
}


.topright a{
	border-right:1px solid #e3e3e3;
	padding:0 10px 0 0;
	color:#353535;
	display:inline-block
}

.topright a:hover{
	color:#225fac;
	text-decoration:none;
}

.logobar{
	padding:10px 0;
}

.tagligne{
	color:#15416e;
	font-size:32px;
	text-align:right;
	font-weight:bold;
	padding:10px 0 0 0;
	font-family: 'Conv_Raleway-Medium';
}

.nav-bg{
	background-color:#f9d01e;
	font-size:14px;
	font-weight:bold;
	/*transition: all .6s ease-in-out;
	-webkit-transition: all .6s ease-in-out;*/
	transition: all .3s linear;
	position:relative;
}

/*
.nav-bg a{
	color:#fff;
	padding:10px 20px;
	display:inline-block;
	font-weight:bold;
}
*/
.nav-bg a:hover{
	color:#fff;
}

.banner{	
	position: relative;
	 overflow: hidden;	
    background-size: cover;
	 height: 100%;
	/*width: 100%;
    height: 100%;
	min-height:455px;
	background-image:url(../images/banner-bg1.png);	*/
/*	background-image:url('../images/downtown4.jpg');*/
background-repeat:no-repeat;
background-position:center;
padding-bottom:25px;

}

.banner h2, .large_text{
	font-family:'Conv_Raleway-Medium';
	width:70% !important;
	font-size:38px;
	font-weight:600;
	color:#fff;
	margin:50px 0 50px 0;
	line-height:55px;
	white-space:normal !important;
	text-shadow: 2px 2px 2px #000000;
}

.bullet{ float:left;}
ul.bullet{ margin:10px 0 0 20px;}
ul.bullet li{ background-image:url(../images/red-arrow.png); background-repeat:no-repeat; background-position:left; padding:5px 0 0 20px; font-size:20px; font-weight:700;}
.btn-primary{    
   background-color:#f5d218;
    border-color: #f5d218;
	border-radius:3px;
	-moz-border-radius:3px;
	-wekbit-border-radius:3px;
	min-width:155px;
	text-align:center;
	padding:10px 25px;
	color:#353535 !important;
	font-size:16px;
	font-weight:bold;
}

.btn-primary a{
	color:#353535;
 }
 
 .btn-primary a:hover{
	color:#fff;
 }

.btn-primary i, .btn-red i{
	padding-left:10px;
   }
.btn-red{
	background-color:#e74b3c;
	min-width:155px;
	text-align:center;
	padding:10px 25px;
	color:#fff;
	font-size:16px;
	font-weight:bold;
}

.btn-red a, .btn-primary a{
	/*color:#353535;*/
}

.btn-red:after, .btn-primary:after{
	width: 0%;
	height: 100%;
	top: 0;
	left: 0;
	background: #fff;
}



.btn-red:hover, .btn-primary:hover{
	cursor:pointer;
	background-color:#d23223;
	border-color:#d23223;
	transition: all 0.8s ease 0s;
	color:#fff !important;
}

.services-top{
	text-align:center;
	padding:50px 0;
}

.services-top p{
	font-size:16px;
	color:#292929;
	line-height:28px;
	
}

.row{
	margin-left:0;
	margin-right:0;
}


.features{
	width:100%;
	padding:0px 0;	
	color:#888888;
	display:inline-block;
	text-align:left;
}

.feature-div{
	/*border-right:1px solid #426182;*/
	/*padding:35px 35px;*/
	padding:35px 0;
	color:#888888;
	font-size:14px;
}

.feature-div a{
	padding:15px 0 0 0;
	color:#ff4040;
	display:inline-block;
}

.feature-div:last-child{
	/*border-right:0;*/
}


.feature-div .inner-box {
    position: relative;
    max-width: 500px;
    margin: 0 auto;
    padding-left: 115px;
}


.feature-div img {
/*    position: absolute;
    left: 0px;
    top: 10px;
    font-size: 72px;
    color: #d60303;
    width: 60px;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
*/
margin-top:20px;
}



.feature-div h2{
	font-size:20px;  
	color:#3a4145;
    position: relative;  
    font-weight: 800;
    margin-bottom: 5px;
    text-transform: capitalize;
}

.feature-div .text {
    position: relative;
    color: #888888;
}

.column .icon {
    position: absolute;
    left: 0px;
    top: 10px;
    font-size: 42px;
    color: #fff;
    width: 88px;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    background: #ff4040;
	text-align:center;
	
}

.column .icon:before {
    border-bottom: 25px solid #ff4040;
    border-left: 44px solid rgba(0, 0, 0, 0);
    border-right: 44px solid rgba(0, 0, 0, 0);
    content: "";
    height: 0;
    left: 0;
    position: absolute;
    top: -25px;
    width: 0;
}

.column .icon:after {
    border-left: 44px solid rgba(0, 0, 0, 0);
    border-right: 44px solid rgba(0, 0, 0, 0);
    border-top: 25px solid #ff4040;
    bottom: -25px;
    content: "";
    height: 0;
    left: 0;
    position: absolute;
    width: 0;
}



.column:hover .icon {
    transform: scale(0.8,0.8);
    -webkit-transform: scale(0.8,0.8);
    -moz-transform: scale(0.8,0.8);
    -o-transform: scale(0.8,0.8);
    -ms-transform: scale(0.8,0.8);
}
.feature-div .column {
    position: relative;
    margin-bottom: 40px;
}

.feature-div p{
	padding:20px 0
}

.about-us{
	padding:50px 0;
	background:url(../images/video-bg.jpg) no-repeat center;
	width:100%;
	height:100%;
	min-height:470px;
	text-align:center;
	background-size:100% 100%;
	background-size:cover;
}

.about-us h1{
	color:#fff !important;
	background:url(../images/white-bdr.png) no-repeat center !important;	
}

.aboutus-overlay{
	background:url(../images/pattern.png) rgba(82,98,113,.9);
	background-repeat:repeat;
	width:100%;
	height:100%;
	margin-top:-5px;	
}

.about-us p{
	color:#fff;
	font-size:18px;
	padding:50px 20px;
}

.newsblock-bg{
	background-color:#f7f7f7;
	padding:30px 0 10px 0;
}

.newsblock{
	background-color:#fff;
	border:1px solid #eeeeee;
	position:relative;
	padding:0 0 10px 0;
	margin-bottom:20px;
}


.newsblock .img{
	min-height:165px;
	position:relative;
}

.newsblock .newshead{
	color:#474747;
	font-size:18px;
	font-weight:bold;
	padding:5px 10px 5px 10px;
}


.newsdate{
	font-family: 'Conv_Raleway-Medium';
	color:#fff;
	font-size:26px;
	font-weight:bold;
	position:absolute;
	top:0;
	z-index:10;
	left:14px;
	background-color:rgba(251,98,72,.85);
	padding:0px 10px 10px 10px; 
	z-index:10;	
	height:60px;
	text-align:center;
	width:55px;
}


.newsdate span{
	display:block;
	padding:0 10px 5px 0px;
	color:#fff;
	font-size:16px;
	text-transform:uppercase;
	font-family:'Conv_Raleway-Medium';

}

.newsblock p{
	padding:5px 10px;
	color:#575757;
	font-size:13px;
}

.newssection .eventnews-wrap{
	margin-left:5px;
	
}

.event-bdr{
	border-right:1px solid #c7c7c7;
}
.eventnews-wrap{
	float:left;
	margin-bottom:20px;
	margin-left:-13px;
	position:relative;
	width:100%;

}

.eventnews-wrap .img2{
	/*float:left;
	width:30%;
	padding-right:20px;	
	margin-bottom:10px;*/
}

.eventnews-wrap .content{
	float:left;
	/*width:70%;*/
	width:95%;
	
}

.eventnews-wrap .content h2{
	color:#474747;
	font-size:18px;
	font-family: 'Conv_Raleway-Medium';
	padding:0;
	margin:0;
	line-height:23px;
}

.eventnews-date{
	font-size:13px;
	color:#666666;
	padding:10px 0 0 0;
	display:block;
}

.readmore a{
	font-size:14px;
	font-weight:bold;
	color:#e85042;
	margin:10px 0 0 0;
	display:inline-block;
}


.readmore img{
	margin-left:10px;}

.readmore a:hover{
	color:#15416e;
}

.aboutus-text{
	position:relative;
	clear:both;
	padding-bottom:5px;
}

.video{
	font-weight:bold;
	color:#fff;
	font-size:24px;
	font-family: 'Conv_Raleway-Medium';
}

.about-us-icon{	
	width:31px;
	float:left;
}

.about-us-icon-text{
	padding-left:50px;
}


.about-us h1{
	background-position:left;	
}

.about-us h2{
	padding:0 0 5px 0;	
	font-weight:bold;		
}

/*
.aboutus-img{
	position:relative;
}

.aboutus-img img{
	position:absolute;
	bottom:0px;
}*/


.special-area {
    position: relative;
}

.special-area:before {
    position: absolute;
    right: 0px;
    top: 0px;
    /*width: calc(60% - 10px);*/
	width:50%;
    height: 100%;
    content: "";
    background-color: #f7f7f7;
}

.section-padding {
    padding:35px 0px 15px 0;
}
.special-img {
    position: absolute;
    width:50%;
    left: 0px;
 /*   height:490px;*/
	 height:100%;
    top:0;
    /*background: url(../images/challenge_bg.png) no-repeat scroll center center / cover;	*/
	/*background: url(../images/challenge_bg.png) no-repeat scroll center center;*/
	 background: url(../images/challenge_bg.png) no-repeat center center; 
  -webkit-background-size: cover;
     -moz-background-size: cover;
       -o-background-size: cover;
          background-size: cover;
}

.s-special {
    overflow: hidden;
    color:#474747;
    margin-bottom:20px;
}
.icon-layers{
	border:1px solid #ff4040;
	padding:5px 10px;
	color:#ff4040;
	width:50px;
	height:50px;
	line-height:40px;
	text-align:center;
	display:inline-block;	
	
}
.s-special h4{
	font-size:20px;
}

.s-special .icon {
    width: 68px;
    height: 68px;
    line-height: 68px;    
    float: left;
    font-size: 24px;
    margin: 8px 0 0 20px;
}

.s-special .s-details {
    padding-left: 100px;
    font-weight: 300;
    line-height: 24px;
}

.main-heading{
	font-size:36px;
	font-weight:bold;
	color:#fff;
	background:url(../images/red-bdr.png) no-repeat left;
	text-transform:uppercase;
	padding-bottom:70px;
	margin:0;
}

.main-heading2{
	font-size:36px;
	font-weight:bold;
	color:##222222;
	background:url(../images/red-bdr.png) no-repeat left;
	text-transform:uppercase;
	padding-bottom:70px;
	margin:0;
	position:relative;
	clear:both;
}


.footer{
	
}

.footer h4{
	font-size:16px;
	font-weight:bold;
	border-bottom:1px solid #e0e0e0;
	padding-bottom:15px;
}

.footer ul{
	margin:15px 30px 0 0;
	padding:0;
	float:left;
}

.footer ul li{
	list-style:none;
	font-size:13px;
	width:200px;

}

.footer ul li i{
	color:#f76e58;	
}

.footer ul li a{
	color:#4a4a4a;
	padding:0 0 0 5px;
	font-size:13px;
	line-height:24px;
}

.footer ul li a:hover{
	color:#e74b3c;
}

.footer-contact{
	font-size:14px;
	color:#262626;
	line-height:30px;
	font-weight:bold;
}

.footer-contact a{
	color:#262626;
}

.footer-contact a{
	color:#262626;
}

.signup{
	clear:both;
	padding:15px 0 0 0;
}

.signup h5{
	font-size:16px;
	font-weight:bold;
	font-family: 'Conv_Raleway-Medium';
}

.signup h5 a{
	color:#dc594f;
}

.signup h5 a:hover{
	color:#0b345d;
}

.signup input[type="text"]{
	border:1px solid #cccccc;
	margin-bottom:10px;
	width:100%;
}

.more-eventnew{
	color:#e86358;
	font-size:16px;
	font-size:bold;
	font-family: 'Conv_Raleway-Medium';
}

.more-eventnew i{
	padding-left:5px;
}
.more-eventnew:hover{
	color:#0b345d;
}

.footer-btm-sec{
	float:left;	
}

.footer-btm{
	background-color:#222222;
	color:#fff;
	font-size:13px;
	padding:15px 0;

}

.footer-btm-sec a, .footer-btm a{
	color:#fff;
	padding:0 10px 0;
}

.footer-btm-sec a:hover, .footer-btm a:hover{
	color:#e74b3c;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}

.social-icons{
	float:right;
	font-size:20px;
}

.copyright{	
	display:inline-block
}

.searchicon{
	/*background-color:#e74b3c;*/
	padding:7px 12px;
	color:#fff;
	margin:10px 0 0 0;
	border:1px solid #fff;
}

.searchicon a{
	padding:0;
	color:#fff;
}

.main-search{
	position:absolute;
	font-size:24px;
	top:38px;
	z-index:10;	
	padding:10px;
	min-width:350px;
	border:none;
	right:-22px;
	
}
/*
.main-search input{
	border:none;
	border-bottom:1px solid #ccc;
	border-top:1px solid #ccc;
}
*/
.main-search input[type="text"]{
	font-size:16px;
	color:#ccc;
	border-radius:0;
	-moz-border-radius:0;
	-webkit-border-radius:0;
	line-height:48px;
	height:48px;
	/*height:50px !important;
	border:none;
	box-shadow:none;
	background-color:#ececec;*/
}

.main-search input[type="text"]:focus{
	color:#464646;
}

.spacer{
	padding:35px 0;
}


#body_div {
	top: 0;
	position: relative;
}



.navbar-fixed {
    top: 0;
    z-index: 500;
 	position: fixed;
    width: 100%;
	-webkit-transition: all 5s;
    -o-transition: all 5s;
    transition: all 5s;
}

.aboutcustomer img{
	float:right;
}

/************** Inner Page style **********************/


.inner-banner{	
	position: relative;
	overflow: hidden;	
    background-size: cover;
	width: 100%;
    height: 100%;
	min-height:130px;
	background-color:#fbfbfb;
	margin-bottom:35px;
	padding-bottom:25px;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}



.contacts-bg{	
	position: relative;
	 overflow: hidden;	
    background-size: cover;
	width: 100%;
    height: 100%;
	min-height:300px;
	background-image:url(../images/contacts-bg.png);
	background-color:#1c4369;
	margin-bottom:40px;
}

.inner-banner h2, .event-banner h2{
	font-family:'Conv_Raleway-Medium';
	width:70% !important;
	font-size:40px;
	font-weight:bold;
	color:#15416e;
	margin:20px 0 0 0;
	line-height:55px;
	white-space:normal !important;
	text-transform:uppercase;
}

.inner-banner h4,.event-banner h4{		
	font-size:22px;
	font-weight:bold;
	color:#414141;
	margin:10px 0 15px 0;
	padding:0;
	line-height:30px;
	white-space:normal !important;
}

.inner-banner span, .event-banner span{
	font-size:13px;
	display:block;
}


.inner-banner span a, .event-banner span a{
	color:#4e4e4e;
}

.inner-banner span a:hover{
	color:#e74b3c;
}

.inner-banner span a i, .event-banner span a i{
	color:#002e5b;
	font-weight:bold;
	padding-right:10px;
}


.left-sidebar{
	float:left;
	margin:0;
	width:100%;
}

.left-sidebar ul{
	margin:0 0 0 20px 0;
	padding:0;
}

.left-sidebar ul li{	
	padding:0 5px;
	margin-bottom:2px;
	list-style:none;
}

.left-sidebar ul li a{
	background-color:#15416e;
	border-left:3px solid #15416e;
	color:#fff;
	font-size:16px;
	font-weight:bold;
	padding:15px 0 12px 10px;	
	display:block;
	margin:0;
}

.left-sidebar ul li a:hover, .left-sidebar ul li a.active{
	background-color:#f2f2f2;
	border-left:3px solid #e8574a;
	color:#2f2e2e;

}

.left-sidebar ul li a i{
	padding-right:10px;
}


.leftblock{
	float:left;
	width:100%;
	position:relative;
}

.leftblock{
	float:left;
	width:100%;
	position:relative;
	margin-top:20px;
}
.leftblock img{
	float:left;
	margin:0 15px 15px 0;	
	clear:both;
}
.leftblock h3{
	font-size:16px;
	font-weight:bold;
	color:#15416e;
	padding-bottom:5px;
	margin:0;
}

.leftblock h3 a{
	color:#15416e;
}

.leftblock p{
	font-size:13px;
	color:#4e4e4e;
	padding:5px 0 0 0;
}

.greybold{
	font-size:14px;
	color:#4e4e4e;
	font-weight:bold;
}


.maincontent h4{
	font-size:18px;
	color:#15416e;
	font-weight:bold;
	padding-bottom:10px;
}
.maincat img {
    height: auto;    
	position:relative;
	width:100%;
		-moz-transition: all 1s ease;
	transition: all 1s ease;
}

.maincat{
	position:relative;
}

.maincat .title{
	position:relative;
	z-index:100;
	text-align:center;
	color:#fff;
	font-size:22px;
	position:absolute;
	z-index:15;
	bottom:5px;
	font-weight:bold;
	width:95%;
	padding:0 0 5px 0;
   background-color: rgba(21,65,110,0.90);
   margin-left:9px;
}

.img-contentblcok{
	position:absolute;
	z-index:25;
	height:100%;
	width:100%;
	text-align:center;
	opacity:0;
	background-color: rgba(21,65,110,0.90);
	overflow:hidden;
}


.animate{
	top:0;
}
.maincat:hover .animate{
	-moz-transition: all 1s ease;
	transition: all 1s ease;
	position:relative;
	top:5%;
}
.maincat:hover .img-contentblcok{   
	opacity:1;
	transition:all 0.8s ease 0s;
	-moz-transition:all 0.8s ease 0s;
	-webkit-transition:all 0.8s ease 0s;

}

.maincat img{
	-webkit-transform: scale(.95);
	transform: scale(.95);
}

.maincat:hover img{
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;

}

.img-contentblcok h3{
	color:#fff;
	font-size:24px;
	padding:10px 0 0px 0;
	font-weight:bold;
}

.maincat:hover .title{
	display:none;
	 -webkit-transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    transition: all .3s ease-in;
}

.img-contentblcok span{
	color:#fff;
	font-size:14px;
	padding:15px 0 15px 0 ;
	display:block;

}


.right-sidebar{
	width:100%;
	float:left;
}

.right-sidebar h3{
	font-size:22px;
	font-weight:bold;
	color:#15416e;
	padding-bottom:10px;
	border-bottom:1px solid #f2f2f2;
	clear:both;
	position:relative;
	margin:0 0 25px 0;	
}


.right-sidebar h3:after{
	width: 50px;
    height: 3px;
    content: "";
    position: absolute;
    left: 0;
    bottom: -2px;
	background-color:#e74b3c;
	clear:both;
}

.right-sidebar h4{
	font-size:18px;
	font-weight:bold;
	color:#4e4e4e;
	padding:15px 0;
	border-bottom:1px solid #f2f2f2;
	margin:15px 0;
	clear:both;
	position:relative;
	font-family: 'Conv_Raleway-Medium';
}

.right-sidebar h4:after{
	width: 50px;
    height: 3px;
    content: "";
    position: absolute;
    left: 0;
    bottom: -2px;
	background-color:#e74b3c;
	clear:both;
}

.right-sidebar ul{
	margin:0;
	padding:0;
}

.right-sidebar ul li{
	line-height:none;
	display:block;
	line-height:22px;
}

.right-sidebar ul li a{
	line-height:none;
	padding:0px 0;
	color:#4e4e4e;
	font-size:13px;
}

.right-sidebar ul li a:hover{
	color:#474747;
	text-decoration:underline;
}

.right-sidebar ul li a span{
	color:#e74b3c;
}

.maincontent p{
	font-size:13px;
	color:#4e4e4e;
	padding:15px 0;

}

.eventsarea{
	border:1px solid #efefef;
	float:left;
}

.eventstabs{	
	background-color:#15416e;
	width:100%;
	padding:0 5px;
	color:#fff;
	
}

.contentrow{
	padding:0 20px 40px 0;
	clear:both;
	float:left;
	width:100%;
}

.event-content{
	padding:30px 0 10px 0;
	float:left;
	
}

.event-cont-space{
	padding:0 0 0 40px;
}

.event-content h4{
	font-size:21px;
	color:#e74b3c;
	border-bottom:1px solid #efefef;
	padding:0 0 15px 0;
	margin:0 0 15px 0;
	font-family: 'Conv_Raleway-Medium';
	font-weight:bold;
}

.event-content h4 a{
	color:#e74b3c;
}

.event-content h4 a:hover{
	color:#15416e;
}

.event-content p{	
	font-size:16px;
	color:#474747;
	padding:0;

}

.event-content .date{
	font-size:15px;
	color:#474747;
	padding:0 0 15px 0;
}

.event-content .date i{
	padding-right:5px;	
}


.event-content .veiwdetail a{
	font-size:14px;
	font-weight:bold;
	color:#5a5858;
	padding:15px 0;
}

.event-content .veiwdetail a:hover{
	color:#15416e;
}

.event-content .veiwdetail a i{
	padding:0 0 0 5px;
	color:#e74b3c;
}

.eventinfo{
	clear:both;
	padding-top:15px;
	font-size:14px;
	font-weight:bold;
	color:#373737;
}

.eventinfo i{
	padding:0 10px 0 5px;
}

.skillbg{
	background-color:#f6f6f6;
	padding:20px 0;
}
/*
.skillbg img{
	position:absolute;
	left:0;
	top:0;
}*/

.skilltxt{
	padding-left:475px;
	display:block;
	width:100%;
}



.skillbg h3{
	font-size:22px;
	color:#15416e;
	font-weight:bold;
	line-height:28px;
}

.skillbg p{
	font-size:16px;
	padding:20px 0 30px 0;
	line-height:22px;
}

.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.fadeInDown {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
}
.animated2 {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.slideInRight {
    -webkit-animation-name: slideInRight;
    animation-name: slideInRight;
}

.fade-bottom {
    animation: fadebottom .5s;
    opacity: 1 !important;
}


animate3{
position: relative; transition-duration: 300ms; animation-duration: 300ms; transition-timing-function: 

ease; transition-delay: 0ms;}


.scpbg{
	background-color:#f7f7f7;
	padding:25px 0;
	position:relative;
}

.scp-logo{
	/*float:left;
	width:150px;*/
}

.scpbg h3{
	color:#3a4145;
	font-size:32px;
	font-weight:bold;
	text-transform:uppercase;
	margin:0;
}

.scpbg-content{
	font-size:18px;
	color:#474747;
	line-height:26px;
	padding:0 50px 0 0px;	
	/*position:relative;*/
}

.scpbg-content span{
	padding-top:10px;
	display:inline-block;
}

.scp-btn{
	position:relative;
	right:25px;
	top:40px;
}




.ourcutomer-area {
    position: relative;
}

.ourcutomer:before {
    position: absolute;
    right: 0px;
    top: 0px;
    /*width: calc(60% - 10px);*/
	width:50%;
    height: 100%;
    content: "";
    background-color: #f7f7f7;
}



.ourcutomer-special {
    overflow: hidden;
    color:#474747;
    margin-bottom:6px;
}

.ourcutomer-special h4{
	font-size:20px;
	font-weight:bold;
}

.ourcutomer-special .icon {
    width:24px;
    height:24px;
    line-height:24px;    
    float: left;
    font-size: 24px;
	margin:10px 0 0 0;
}

.ourcutomer-details{
    padding-left: 60px;
    font-weight: 300;
    line-height: 24px;
	font-size:15px;
}

.ourcutomer-details a{
	color:#d64a38;
	padding:0 5px;
	font-size:13px;
}

.ourcutomer-details a:hover{
	color:#004990;	
}

.formstlye h4{
	padding:0 0 10px 0;
	border-bottom:1px solid #ccc;
	margin:10px 0;
	color:#15416e;
	font-size:20px;
	font-weight:bold;
}

.formstlye span{
	color:red;
}

.sidebblock2{
	margin-bottom:25px;
}

.sidebblock2 h5{
	font-size:18px;	
	color:#15416e;
	padding:5px 0 0 0;
	font-weight:bold;
}

.sidebblock2 span{
	font-size:14px;	
	colo:#4e4e4e;
	display:inline-block
}

.publication{
	background-color:#fff;
	border:1px solid #f0f0f0;
	min-height:500px;
	margin-bottom:20px;
	position:relative;
}

/*****************Back to top *********************/

/*
Back to top button 
*/
#back-top {
	position: fixed;
	bottom:-5px;
	margin-left:0;
	right:-10px;
}
#back-top a {
	width: 108px;
	display: block;
	text-align: center;
	font: 11px/100% Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	text-decoration: none;
	color: #bbb;
	/* background color transition */
	-webkit-transition: 1s;
	-moz-transition: 1s;
	transition: 1s;
}
#back-top a:hover {
	color: #000;
}
/* arrow icon (span tag) */
#back-top span {
	width: 36px;
	height: 36px;
	display: block;
	margin-bottom: 7px;
	background:url(../images/up-arrow.png) no-repeat center center;	
	-webkit-transition: 1s;
	-moz-transition: 1s;
	transition: 1s;
}
#back-top a:hover span {
	/*background-color: #777;*/
}
/***********************************************************/

/*.publication:before, .publication:after{
	 content:"";position:absolute;top:0px;right:11px;bottom:-1px;z-index:999999;left:13px;border-radius:3px;-webkit-transition:all 0.5s;transition:all 0.5s;z-index:0;
}
.publication:hover:after{

    content: "";
    position: absolute;
    top: 0px;
    right: 11px;
    bottom: -1px;
    z-index: 999999;
    left: 13px;
    border-radius: 3px;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    z-index: 0;
}
*/
.placein{
	overflow:hidden;
}
.publication  img{
	-webkit-transition: all 5s;
    -o-transition: all 5s;
    transition: all 5s;
}

.publication  img:hover{
	-webkit-transform: scale(1.2);
	transform: scale(1.2);
	-webkit-transition: all 5s;
    -o-transition: all 5s;
    transition: all 5s;
}
.pubication-txt{
	padding:10px;
}

.publication img{
	margin:0 auto 10px auto;
	text-align:center;
}

.publication h3{
	font-size:20px;
	font-weight:bold;
	color:#373737;
	margin-bottom:10px;
}

.publication .date{
	font-size:13px;
	color:#a1a1a1;
	display:block;
	border-bottom:1px solid #f0f0f0;
	padding-bottom:10px;
	margin-bottom:10px;
}


.publication p{
	font-size:14px;
	color:#4e4e4e;
	padding-bottom:10px;
}

.pagination{
	margin:10px 10px 10px 10px;
}

.pagination a{
	border:1px solid #e6e6e6;
	background-color:#fff;
	color:#4e4e4e;
	padding:6px 4px;
	text-align:center;
	margin:0 1px;
	display:inline-block;
	width:40px;
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;

}

.pagination a:hover, .pagination a.active{
	border:1px soli #d72f1e;
	background-color:#e74b3c;
	color:#fff;
	width:40px;
}

.contacts-block{
	border-right:1px solid #466f98;
	padding:15px 10px 15px 10px;	
	min-height:300px;
	/*margin:15px 0;*/
	text-align:center;
}

.contacts-block:last-child{
	/*border-right:0;*/
}

.contacts-block i{
	font-size:36px;
	color:#fff;
	padding-bottom:15px;
	font-weight:bold;
	
}

.contacts-block a{
	color:#fff;
}

.contacts-block a:hover{
	color:#e74b3c;
}


.contacts-block h3{
	font-size:32px;
	font-weight:bold;
	color:#fff;
	text-align:center;
	line-height:26px;
	padding-bottom:15px;
		font-weight:bold;
}

.contacts-block p{
	font-size:14px;
	color:#fff;
}

.red-text{
	color:#e74b3c;
}

.upcoming{
	clear:both;
	margin-bottom:15px;
	font-family: 'Conv_Raleway-Medium';
	float:left;
	width:100%;
}


.upcoming .date{
	background-color:#15416e;
	padding:5px 5px;
	font-size:20px;
	color:#fff;
	text-align:center;
	float:left;
	width:20%;
	
}

.upcoming .date span{
	font-size:24px;
	font-weight:bold;
	border-bottom:1px solid #20578f;
	padding-bottom:5px;
	margin-bottom:5px;
	display:block;	
	
}

.upcoming .txt{
	float:left;
	color:#474747;
	font-weight:bold;
	width:80%;
	padding-left:15px;
	
}

.upcoming .txt a{
	clear:both;
	color:#e74b3c;
	display:inline-block;
}

.upcoming .txt a:hover{
	color:#15416e;
}





/**************   For Safari   ****************/
@media screen and (-webkit-min-device-pixel-ratio:0) { 
  /*.tagligne{ font-weight:normal; color:red;} */
  
   ::i-block-chrome, .tagligne{
      font-weight:normal;
    }
	
	  ::i-block-chrome, #cssmenu > ul > li > a  {
      font-weight:300 !important;	 
    }
	
	 ::i-block-chrome, #cssmenu ul ul li a  {
      font-weight:300 !important;	 
    }
	
::i-block-chrome, .banner h2, .large_text, .btn-primary, h1, .scpbg h3, .ourcutomer-special h4, .footer h4, .footer-contact a, .signup h5 a, .readmore a,.left-sidebar ul li a, .leftblock h3, .publication h3, h2,.topbar i, .right-sidebar h3, .upcoming .txt, .nav-tabs>li>a span, .event-content h4, .event-content .veiwdetail a, .eventinfo, .upcoming .date span, b, strong, label, .formstlye h4, .sidebblock2 h5, .inner-banner h4, .event-banner h4, .maincontent h4, .greybold, .skillbg h3, .right-sidebar h4, .main-search{
      font-weight:300 !important;	 
    }
}



/************** Media Quesry ******************/

@media (max-width: 1000px){	
	.feature-div{
		border-right:none;
		border-bottom:1px solid #426182;
	}
	
@media only screen and (max-width: 767px){
.special-img {
    height: 300px;
    width: 100%;
    margin-top: 30px;
	position:relative;
	
}

.about-area, .special-area {

    padding-top: 0px;
    padding-bottom: 30px;
}

.special-area:before{
	width:100%;
}

.newsblock{
	margin-bottom:20px;
}
}

@media only screen and (max-width: 390px){
	.main-heading-blue{font-size:20px;}
}

@media only screen and (max-width: 480px){
	h1{padding-bottom:75px;}
}

@media only screen and (max-width: 320px){
	.topright a{border:none;}
}


@media only screen and (max-width: 422px){
	.topsociail-icons, .topright{
		float:none;
		margin:10px	0;
		text-align:center;
	}
	.scpbg h3 {
		font-size:22px;
	}
	
	.scp-logo{
		clear:both;
	}
	
}


@media only screen and (max-width: 620px){
		.copyright{	border-left:none; padding-left:0; padding:10px 0 10px 0; margin-left:0px;}
		.footer-btm-sec{text-align:center;}		
		.social-icons{border-top:1px solid #1c446e; padding-top:5px; margin-top:20px; text-align:center; float:inherit;  clear:both;
		}
}

@media only screen and (max-width: 990px){
		.event-bdr{border-right:none}
		.event-bdr{border-bottom:1px solid #ccc; margin-bottom:10px; padding-bottom:10px;}
		.scp-btn{top:10px;left:5px;}		
		.event-cont-space{	padding:20px 0 0 20px;}
		.right-sidebar{	margin-top:20px;}
		ul.nav li.active img{display:none;}
		.maincat .title{left:9px;bottom:10px;}
		.contacts-block{border-right:none;	border-bottom: 1px solid #466f98;	margin-bottom:10px;}
		.maincat .title{margin-left:-2px;bottom:5px;}
		.aboutcustomer img{float:none; text-align:center; margin:0 auto;}
}

@media only screen and (max-width: 768px){
	.maincat .title{
		margin-left:-0px;
		bottom:5px;
}
}

@media only screen and (max-width: 1000px){
		.tagligne{
			font-size:26px;
			text-align:center;
		}
		
		.logo{
			float:none !important;
		}
			
		.logo img{
			text-align:center;
			margin:0 auto;
			
		}
		
		
		
		
}
	