.1maskContainer:before {
    background-color: rgba(0, 0, 0, 0.1);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
	color:#fff;
}
body {
    background: none repeat scroll 0 0 #fbfbfb;
    color: #6d7a83;
    font-family: "calibri",sans-serif;
    font-size: 17px;
    line-height: 1.33;
    position: relative;
}

.header-mp-new{
	background-color: rgba(67, 84, 105, 0.9);
	box-shadow: 0px 5px 7px rgba(4,53, 70, 0.5);
	z-index:100;
	
}
.header.header-mp{
	padding-bottom: 6px;
    padding-top: 17px;
}
.header.header-mp-new {
   border-bottom: none;
}
.header-mp .menu-toggle {
    top: 23px;
}
.sf-menu {
    font-size: 16px;
}

.whiteContainer{
	background-color:ffffff !important;
	box-shadow: 0 0 5px rgba(4,53, 70, 0.5);
	z-index:1;
	border-radius:2px;
	margin-top:100px;
	
}
.page-sectionBackground {
   /*background-image: url("../img/pageBg.jpg");*/
   background-color : #ffffff !important;
    background-repeat: repeat-x;
	background-repeat: repeat-y;
    color: #fff;
    height: auto;
}
.comments-form{
	border-top:0;
	padding-top:0;
	margin-top:0;
}

.regist-form-control {
    border: 1px solid #c8cdd2;
    border-radius: 10px;
    box-shadow: none;
    color: #6d7a83;
    font-size: 15px;
    height: 33px;
    padding-left: 20px;
    padding-right: 20px;
}

.btn-submit-theme {
    color: #ffffff;
    font-size: 14px;
    font-weight: 500;
    line-height: 1;
    padding: 8px 28px;
    text-transform: uppercase;
    transition: all 0.2s ease-in-out 0s;
}

.btn-reset-theme {
    background-color: #d12431;
    border-color: #d12431;
    color: #ffffff;
    font-size: 14px;
    font-weight: 500;
    line-height: 1;
    padding: 8px 28px;
    text-transform: uppercase;
    transition: all 0.2s ease-in-out 0s;
}

.btn-playVideo {
    height: 94px;
    width: 94px;
}
.btn-playVideo .faVideo {
	width: 84px;
    height: 84px;
	font-size: 50px;
    line-height: 84px;
	padding-left: 10px;
    margin-top: 4px;
    
}
.google-map{
	padding-top:15px;
}
.google-map, #map-canvas {
    max-height: 532px;
    min-height: 532px;
}
.divRightBorder{
	padding:0;
	margin:0;
	margin-top:12px;
	border-right:1px solid #435469;
}
@media (max-width: 670px) {
	.divRightBorder{	
		padding-bottom:10px;
		border-right:none;
		border-bottom:1px solid #435469;
	}
}
@media (max-width: 479px) {
    .btn-playVideo {
        width: 90px;
        height: 90px;
    }
   .btn-playVideo .faVideo {
        width: 80px;
        height: 80px;
        font-size: 50px;
        line-height: 80px;
        padding-left: 10px;
        margin-top: 4px;
    }
}
.slideImage{
		padding-left:100px;
	}
@media (max-width: 991px) {
	.google-map{
		padding-top:0px;
		padding-bottom:10px;
	}
	.google-map, #map-canvas {
		max-height: 525px;
		min-height: 525px;
	}
	.slideImage{
		padding-left:0px;
	}
}
.btn-playVideo, .btn-playVideo:hover, .btn-playVideo:active, .btn-playVideo.active {
    border-radius: 50%;
    box-shadow: none;
}
.page-section.first-section {
    padding-top: 150px;
}
.wide .footer-meta, .boxed .footer-meta > .container{
	font-family: "calibri",sans-serif;
	background-color: #435469;
	color:#ffffff;
}

.thumbnail {
    border-radius:0;
}
.thumbnail .caption.hovered {
    background-color: rgba(0, 0, 0, 0.6);
}
.tplRed {
color:#d12431;
}

.tplBlue {
color:#435469;
}

.sf-menu li.innerList
{
    background-color: rgba(209, 36, 49, 1);
}

.hex-deg {
  -webkit-transform:rotate(120deg);
  display:none;
  height:100%;
  overflow:hidden;
  transform:rotate(120deg);
  width:100%;
  display:none;
}
.row.faq .tab-content {
  
  background-image: url("https://iifjs.com/2015/images/faqbg.jpg");
  border:1px solid #435469;
  border-radius:2px;
  font-size:24px;
  line-height:24px;
  padding:30px 30px 10px;
  position:relative;
  min-height: 260px;
}
/* Price Slider  css starts Here */

*::before, *::after {
    box-sizing: border-box;
}
.slider.slider-horizontal .slider-tick, .slider.slider-horizontal .slider-handle {
    margin-left: -2px;
    margin-top: -3px;
}
.slider-handle.round {
    border-radius: 0;
}
.slider-handle {
    background-color: #E1AA46;
    background-image: linear-gradient(to bottom, #E1AA46 0%, #E1AA46 100%);
    background-repeat: repeat-x;
    border: 0 solid transparent;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2) inset, 0 1px 2px rgba(0, 0, 0, 0.05);
    filter: none;
    height: 16px;
    position: absolute;
    width: 15px;
}

/* Price Slider  css Ends Here */

/* start For popUp Login  */
     
.iifjas.signin-alt .normal-signin .un-wrap {
    position: relative;
}

.iifjas.signin-alt .normal-signin .pw-wrap {
    position: relative;
}

.iifjas.signin-alt .normal-signin input[type="text"], .iifjas.signin-alt .normal-signin input[type="password"]{
    background-color: #282a38;
    border: 1px solid #7a8086;
    border-radius: 0;
    color: #ccc;
    height: 42px;
    margin-bottom: 10px;
    padding-left: 60px;
}

.iifjas.signin-alt .normal-signin .bs-searchbox input[type="text"]{
    background-color: #ffffff;
    border: 1px solid #7a8086;
    border-radius: 0;
    color: #000000;
    height: 30px;
	padding-left: 10px;
}

.iifjas.signin-alt .normal-signin .textAreaStyle
{
    background-color: #282a38;
    border: 1px solid #7a8086;
    border-radius: 0;
    color: #ccc;
	margin-bottom: 10px;
}


.form-control {
    background-color: white;
    background-image: none;
    border: 1px solid #cccccc;
    border-radius: 4px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    color: #555555;
    display: block;
    font-size: 14px;
    height: 34px;
    line-height: 1.42857;
    padding: 6px 12px;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    width: 100%;
}

.iifjas.signin-alt .normal-signin .un-wrap .fa-envelope {
    background-color: #1c1f25;
    color: #515561;
    font-size: 14pt;
    left: 1px;
    padding: 10px 14px;
    position: absolute;
    top: 2px;
}
.iifjas.signin-alt .normal-signin .pw-wrap .fa-lock {
    background-color: #1c1f25;
    color: #515561;
    font-size: 14pt;
    left: 1px;
    padding: 10px 16px;
    position: absolute;
    top: 2px;
}

.iifjas.signin-alt .normal-signin .icon-wrap .fa-icon {
    background-color: #1c1f25;
    color: #515561;
    font-size: 14pt;
    left: 6px;
    padding: 10px 14px;
    position: absolute;
    top: 7px;
}


.iifjas.signin-alt .normal-signin .signin {
    background-color: #A41C28;
    border: 1px solid #7a8086;
    color: #fff;
    padding: 10px 15px;
    transition: background-color 300ms linear 0s;
}

.iifjas.signin-alt .normal-signin .signin:hover {
    background-color: #009F3B;
    border: 1px solid #7a8086;
    color: #fff;
    padding: 10px 15px;
    transition: background-color 300ms linear 0s;
}
.iifjas .btn {
    border-radius: 0;
}
.btn-block {
    display: block;
    width: 100%;
}
.iifjas .btn {
    -moz-user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.42857;
    margin-bottom: 0;
    padding: 6px 12px;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
}

.iifjas.signin-alt {
    color: #eaeaea;
}

.iifjas.signin-alt .sns-signin .facebook {
    background-color: #A41C28;
    transition: background-color 300ms linear 0s;
}
.iifjas.signin-alt .sns-signin a {
    color: #fff;
    display: block;
    margin-bottom: 22px;
}

.iifjas.signin-alt .sns-signin .facebook .fa-user {
    background-color: #eaeaea;
    color: #505050;
    padding: 15px 19px 15px 18px;
}
.iifjas.signin-alt .sns-signin .facebook:hover {
  background-color: #C87F32;
}

.iifjas.signin-alt .fa-times-circle {
    cursor:pointer;
	color: #000;
    font-size: 30px;
    position: absolute;
    right: 8px;
    top: 4px;
}


.iifjas.signin-alt .normal-signin .countrySelect {
    background-color: #282a38;
    border: 1px solid #7a8086;
    border-radius: 0;
    color: #ccc;
    margin-bottom: 10px;
	height: 42px;
}

.countrySelect>.btn {
    background-color: #282a38;
}

.sns-signin{
	margin-top:20%;
}
.container-border{
	border-right:1px solid #ececec;
}
.modalPadding { /* Edited classname 10/03/2014 */
    padding-top:6%;
}

i.fa-eye:hover,i.fa-eye:focus, i.fa-search:hover,i.fa-search:focus{

    text-decoration: none;
	color:#D4A442;
}

@media screen and (max-width: 991px) {
  
	.sns-signin{
		margin-top:10%;
	}
	
	.container-border{
		border:0;
		border-bottom:1px solid #ececec;
	}
	
}

@media screen and  (max-width: 650px) {
	.modalPadding { /* Edited classname 10/03/2014 */
		padding-top:16%;
	}
} 



/* ends For popUp Login  */

/* 2.x - Top line
/* ========================================================================== */

.wide.multipage .top-line,
.boxed.multipage .top-line > .container {
    font-size: 12px;
    background-color: #f1f2f3;
    font-family: 'Roboto', sans-serif;
    position: relative;
    z-index: 15;
	margin-top:-20px;
}
@media (max-width: 991px) {
    .wide.multipage .top-line,
    .boxed.multipage .top-line > .container {
        z-index: 0;
    }
}


.top-line .hot-line {color: #435469; height: 10px; line-height: 10px; overflow: hidden;}
.top-line .hot-line span {color: #dc143c;}
.top-line .user-menu {float: right; border-right: solid 1px #c3c9ce; margin:0px 0 0 10px;}
.boxed .top-line .user-menu {margin-right: -15px; border-right: none;}

.top-line .user-menu li a {color: #ffffff;}
.top-line .user-menu li a:hover {color: #ffffff;}

.wide.multipage .shrink .top-line {background-color: rgba(241, 242, 243, 0.50);}
.boxed.multipage .shrink .top-line > .container {background-color: rgba(241, 242, 243, 0.90);}

.shrink .top-line .hot-line {height: 10px; line-height: 10px;}
.shrink .top-line .user-menu li {line-height: 10px;}

.btn-submit-event {
    font-size: 14px;
    padding: 14px 25px !important;
    border-radius: 6px !important;

    color: #ffffff !important;
    border-color: #96a0aa !important;
    background-color: #96a0aa !important;
}
.btn-submit-event:hover {
    color: #435469 !important;
    border-color: #435469 !important;
    background-color: #ffffff !important;
}
.shrink .btn-submit-event {
    font-size: 11px;
    padding: 9px 20px !important;
    border-radius: 6px !important;
}
@media (max-width: 991px) {
    .btn-submit-event {
        font-size: 11px !important;
        padding: 9px 20px !important;
    }
}
.btn-search-toggle {margin-right: 10px !important; z-index: 11;}
.shrink .btn-search-toggle {}
@media (max-width: 991px) {
    .btn-search-toggle,
    .shrink .btn-search-toggle {
        display: none !important;
    }
	.header-mp .menu-toggle{margin-top : 13px;}
}

.header.fixed {
  height:95px;
  left:0;
  position:fixed;
  right:0;
  z-index:9999;
}
.logo a {
    color: #ffffff;
    display: inline-block;
    line-height: 2em;
	}

.navigation {
    float: right;
    margin-top: 9px;
}

/* ----------------------------
BANNER_AREA
------------------------------*/
.banner-area{}
.banner-small {
  float: left;
  padding-right: 3px;
  width: 50%;
}
.larg-banner {
  float: left;
  padding-left: 6px;
  position: relative;
  width: 50%;
}
.banner-top{
	overflow:hidden;
	display:block;
}
.single-banner {
  float: left;
  width: 49%;
  margin-right:10px;
}
.single-banner a {
  display: block;
  position: relative;
  overflow: hidden;
}
.single-banner a::after, .larg-banner a::after,.adds-banner a::after,.banner-area-home-5 a::after {
  background: rgba(0, 0, 0, 0.5) none repeat scroll 0 0;
  border-radius: 100%;
  color: #fff;
  content: "";
  display: block;
  font-family: FontAwesome;
  font-size: 20px;
  height: 60px;
  left: 50%;
  line-height: 60px;
  margin-left: -30px;
  margin-top: -30px;
  opacity: 0;
  position: absolute;
  text-align: center;
  top: 50%;
  transform: scale(5);
  transition: all 0.5s ease 0s;
  width: 60px;
  z-index: 3;
  visibility: hidden;
}
.larg-banner a {
  position: relative;
  width: 100%;
  height: 100%;
  display: block;
}
.single-banner a::before,.larg-banner a::before,.adds-banner a::before,.banner-area-home-5 a::before{
  background: #000 none repeat scroll 0 0;
  content: "";
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  transition: all 0.5s ease 0s;
  width: 100%;
  z-index: 2;
}
.single-banner a:hover::after,.larg-banner a:hover::after,.adds-banner a:hover::after,.banner-area-home-5 a:hover::after {
  opacity: 1;
  transform: scale(1);
  visibility: visible;
}
.single-banner:hover a::before,.larg-banner:hover a::before,.adds-banner:hover a::before,.banner-area-home-5:hover a::before {
  opacity: 0.4;
}
.banner-text{
	width:49%;
	float:left;
	background: #282828 none repeat scroll 0 0;
	color: #fff;
	font-family: Montserrat,Arial,Helvetica,sans-serif;
	font-size: 16px;
	font-weight: bold;
	min-height: 306px;
	line-height: 40px;
	padding: 60px 0 0 82px;
	position: relative;
	text-transform: uppercase;
}
.banner-text a {
  border-top: 1px solid #d89d4f;
  color: #d89d4f;
  display: inline-block;
  font-family: Lato,Arial,Helvetica,sans-serif;
  font-size: 14px;
  font-weight: normal;
  line-height: 26px;
  position: relative;
  top: 17px;
  left: -30px;
  text-decoration:none;
}
.banner-text a:hover{
	color: #fff;
}
.banner-text::after {
  background: #282828 none repeat scroll 0 0;
  content: "";
  display: block;
  height: 24px;
  left: -12px;
  margin-top: -12px;
  position: absolute;
  top: 50%;
  transform: rotate(45deg);
  width: 24px;
  z-index: 2;
}
.banner-bottom {
  margin-top: 10px;
}
.banner-bottom .banner-text::after {
  left: 264px;
}
.banner-bottom .single-banner {
  margin-right: 0;
  margin-left: 10px;
}
.banner-area-bottom {
	margin-top: 10px;
	background:url("img/mountain.jpg");
	background-position: center bottom;
	background-repeat: no-repeat;
	margin-bottom: 0;
}
.banner-area-bottom .banner-small{
	padding-right: 0;
	padding-left:2px;
}
.banner-area-bottom .larg-banner{
	padding-left: 0;
	padding-right: 6px;
}
.banner-area-bottom .single-banner {
  margin-right: 0;
  margin-left: 6px;
}
.banner-area-bottom .banner-text{
	margin-left:5px;
}
.banner-area-bottom .banner-text h3 {
  color: #fff;
  font-size: 24px;
  margin: 0 0 25px;
  padding: 0 0 35px;
  position: relative;
  text-align:center;
}
.banner-area-bottom .banner-text{
	color: #909295;
	font-family: Lato,Arial,Helvetica,sans-serif;
	font-size: 14px;
	font-weight: normal;
	min-height: 278px;
	line-height: 1.35;
	padding: 60px 25px 0;
	text-align: center;
	text-transform: none;
}
.banner-area-bottom .banner-text h3::after {
  background: #909295 none repeat scroll 0 0;
  bottom: 0;
  content: "";
  display: block;
  height: 1px;
  left: 50%;
  margin-left: -15px;
  position: absolute;
  width: 30px;
}
.banner-area-bottom .banner-text::after{
	left:265px;
}
.banner-area-bottom .banner-bottom .banner-text::after{
	left:-11px; 
}
#scrollUp {
  background: #333333 none repeat scroll 0 0;
  border-radius: 100%;
  bottom: 12px;
  color: #fff;
  font-size: 30px;
  height: 50px;
  line-height: 45px;
  right: 12px;
  text-align: center;
  text-decoration: none;
  transition: all 0.3s ease 0s;
  width: 50px;
  font-weight:bold;
}
#scrollUp:hover{
	background:#4d4d4d;
}
.page-section.color1
{
    background-color: #f4b779;
    color: #000000;
}
.page-section.color2
{
    background-color: #a62843;
    color: #ffffff;
}

.section-title2 {
    color: #ffffff; 
    display: table;
    font-size: 24px;
    font-weight: 900;
    line-height: 1;
    margin: 0 0 40px;
    position: relative;
    text-transform: uppercase;
    width: 100%;
    z-index: 0;
}
.section-title2 small {
    color: #ffffff;
    font-size: 24px;
    font-weight: 300;
    line-height: 1;
    text-transform: none;
}
.testimonial .media-heading {
    color: #ffffff;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 0;
}
.testim
{
    color: #ffffff !important;
}
.page-section.light1
{
background-color:#FFFFFF;
  color:#435469;
}

.sponsors {
    border-radius: 30px;
    box-shadow: 0 0 19px rgba(0, 0, 0, 0.137);
    margin: 10px;
    
}
.video-iifjs
{
    text-align:center;
}

 .wide .page-section.background-img-slider-chennai, .boxed .page-section.background-img-slider-chennai > .container {
    background: transparent url("../img/preview/background-img-slider-chennai.jpg") repeat scroll 50% 0 / cover !important;
}
 
#status {
    width: 200px;
    height: 200px;
    position: absolute;
    left: 50%;
    top: 50%;
    /*You can use animated gif for preloader */
    background-image: url(../img/preloader.gif);
    background-repeat: no-repeat;
    background-position: center;
    margin: -100px 0 0 -100px;
    text-align: center;
    font-size: 50px;
}
.spinner {
display:none;
}

#preloader

 {
  background-image:radial-gradient(at 50% 0%, #FFFFFF 0%, #141519 100%);
  height:100%;
  position:fixed;
  width:100%;
  z-index:9999;
}



.tj-hub
{
	margin-left: 200px;
	
}

.slide01-m:before {
    content: '';
    display: block;
    position: absolute;
    top: 0; left: 0;
    bottom: 0; right: 0;
	background-image: url('../img/preview/bg2.jpg');
    background-color: rgba(209, 36, 49, .7);
}

.slide1-m:before {
    content: '';
    display: block;
    position: absolute;
    top: 0; left: 0;
    bottom: 0; right: 0;
	background-image: url('../img/preview/visitors-Mumbai.jpg');
    background-color: rgba(209, 36, 49, .7);
}
.slide2-m:before {
    content: '';
    display: block;
    position: absolute;
    top: 0; left: 0;
    bottom: 0; right: 0;
	background-image: url('../img/preview/exhivitoirs-registration.jpg');
    background-color: rgba(209, 36, 49, .7);
} 

.hr-red {
  border-top-color:#414141;
  border-top-style:solid;
  border-width:1px 0 0;
  margin-bottom:20px;
  margin-top:20px;
}

/* header css start*/


/* Large desktop :1200px. */
@media (min-width: 1200px) {

.header.fixed {
  height:95px;
  left:0;
  position:fixed;
  right:0;
  z-index:9999;
}

.logo {
    float: left;
    font-size: 30px;
    font-weight: bold;
    margin-top: -5px;
}

.navigation.closed .menu-toggle {
    right: 15px;
    top: 35px;
}

.top-line .user-menu li {
    border-left: 1px solid #c3c9ce;
    float: left;
    font-size: 13px;
    line-height: 10px;
    padding: 0 10px;
}

.navigation {
    float: right;
    margin-top: 9px;
}

.to-top2 {
    
    color: #9f9197;
    z-index: 9999;
    width: 160px;
    height: 165px;
    border-radius: 0px;
    font-size: 25px;
    line-height: 35px;
    text-align: right;
    position: fixed;
    bottom: 18%;
    left: 89%;
    margin-left: -20px;
    cursor: pointer;
    overflow: hidden;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

.side-video {
    
    color: #9f9197;
    z-index: 9999;
    width: 200px;
    height: 112px;
    border-radius: 0px;
    font-size: 25px;
    line-height: 35px;
    text-align: right;
    position: fixed;
    bottom: 56%;
    left: 2%;
    margin-left: -20px;
    cursor: pointer;
    overflow: hidden;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

.miss { 
    
    color: #9f9197;
    z-index: 9999;
    width: 200px;
    height: 112px;
    border-radius: 0px;
    font-size: 25px;
    line-height: 35px;
    text-align: right;
    position: fixed;
    bottom: 56%;
    left: 89%;
    margin-left: -50px;
    cursor: pointer;
    overflow: hidden;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

}

/* Normal desktop :992px. */
@media (min-width: 992px) and (max-width: 1169px) {

.header.fixed {
  height:95px;
  left:0;
  position:fixed;
  right:0;
  z-index:9999;
}

.logo {
    float: left;
    font-size: 30px;
    font-weight: bold;
    margin-top: -5px;
}

.navigation.closed .menu-toggle {
    right: 15px;
    top: 35px;
}

.top-line .user-menu li {
    border-left: 1px solid #c3c9ce;
    float: left;
    font-size: 13px;
    line-height: 10px;
    padding: 0 10px;
}

.navigation {
    float: right;
    margin-top: 9px;
}

.to-top2 {
    
    color: #9f9197;
    z-index: 9999;
    width: 160px;
    height: 165px;
    border-radius: 0px;
    font-size: 25px;
    line-height: 35px;
    text-align: right;
    position: fixed;
    bottom: 56%;
    left: 89%;
    margin-left: -20px;
    cursor: pointer;
    overflow: hidden;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

.miss { 
    
    color: #9f9197;
    z-index: 9999;
    width: 160px;
    height: 165px;
    border-radius: 0px;
    font-size: 25px;
    line-height: 35px;
    text-align: right;
    position: fixed;
    bottom: 18%;
    left: 89%;
    margin-left: -20px;
    cursor: pointer;
    overflow: hidden;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

}

/* Tablet desktop :768px. */
@media (min-width: 550px) and (max-width: 991px) {

.header.fixed {
  height:95px;
  left:0;
  position:fixed;
  right:0;
  z-index:9999;
}

.logo {
    float: left;
    font-size: 30px;
    font-weight: bold;
    margin-top: 2px;
}

.navigation.closed .menu-toggle {
    right: 15px;
    top: 45px;
}

.top-line .user-menu li {
    border-left: 1px solid #c3c9ce;
    float: left;
    font-size: 13px;
    line-height: 10px;
    padding: 0 10px;
}

.navigation {
    display:none;
}

.to-top2 {
    
    color: #9f9197;
    z-index: 9999;
    width: 160px;
    height: 165px;
    border-radius: 0px;
    font-size: 25px;
    line-height: 35px;
    text-align: right;
    position: fixed;
    bottom: 56%;
    left: 89%;
    margin-left: -20px;
    cursor: pointer;
    overflow: hidden;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

.miss { 
    
    color: #9f9197;
    z-index: 9999;
    width: 160px;
    height: 165px;
    border-radius: 0px;
    font-size: 25px;
    line-height: 35px;
    text-align: right;
    position: fixed;
    bottom: 18%;
    left: 89%;
    margin-left: -20px;
    cursor: pointer;
    overflow: hidden;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

}

/* small mobile :320px. */
@media only screen and (min-width: 320px) and (max-width: 480px) {

.header.fixed {
  height:130px;
  left:0;
  position:fixed;
  right:0;
  z-index:9999;
}

.logo {
    float: left;
    font-size: 30px;
    font-weight: bold;
    margin-top: 5px;
}

.navigation.closed .menu-toggle {
    right: 15px;
    top: 65px;
}

.top-line .user-menu li {
    border-left: 1px solid #c3c9ce;
    float: right;
    font-size: 12px;
    line-height: 10px;
    padding: 0 5px;
}

.menu-toggle {
    display: block;
    z-index: 1;
}

.to-top2 {

display:none;

}

.miss {

display:none;

}

}

/* Large Mobile :480px. */
 
@media only screen and (min-width: 480px) and (max-width: 767px) {

.header.fixed {
  height:110px;
  left:0;
  position:fixed;
  right:0;
  z-index:9999;
}

.logo {
    float: left;
    font-size: 30px;
    font-weight: bold;
    margin-top: 5px;
}

.navigation.closed .menu-toggle {
    right: 15px;
    top: 65px;
}

.top-line .user-menu li {
    border-left: 1px solid #c3c9ce;
    float: right;
    font-size: 12px;
    line-height: 10px;
    padding: 0 5px;
}

.menu-toggle {
    display: block;
    z-index: 1;
}

.to-top2 {

display:none;

}

.miss {

display:none;

}

}

.section-title {
    position: relative;
    font-size: 24px;
    font-weight: 900;
    line-height: 1;
    margin: 0 0 40px 0;
        margin-top: 0px;
    z-index: 0;
    text-transform: uppercase;
    color: #0d1d31;
    display: table;
    width: 100%;
    margin-top: -20px;
}
section {
    padding-top: 20px !important;
    padding-bottom: 35px !important;
}
h3 {
    font-family: Open Sans;
    font-size: 17px;
    line-height: 40px;
    font-weight: 400;
    font-style: normal;
}
.sidebar {
    background: #fff;
    padding: 20px 15px;
    border-radius: 3px;
    box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.15);
    margin-top: 77px;
}

.site-header.style4 .header-links-container, .site-header.style5 .header-links-container, .site-header.style6 .header-links-container {
    float: none;
    height: 34px;
}
.site-header.style4 .main-nav, .site-header.style5 .main-nav, .site-header.style6 .main-nav {
    float: right;
    margin-top: -15px !important;
    margin-top: -1px;
}
.site-header.style4, .site-header.style5 {
    height: 70px !important;
    background: rgba(0,0,0,0.5);
}