* {
	margin: 0;
	padding: 0;
}

body {
	font-family: "Work Sans", sans-serif;
}

.ubuntu-fonts {
	font-family: "Ubuntu", sans-serif;
}


h1,
h2,
h3,
h4,
h5,
h6 {
	color: #000000;
	font-weight: 500;
	line-height: 1.3;
}

p {
	color: #101010;
	font-size: 14px;
	line-height: 1.4;
}

a {
	-webkit-transition-duration: 500ms;
	transition-duration: 500ms;
	text-decoration: none;
	outline: none;
	font-size: 14px;
	font-weight: 400;
	font-family: "Ubuntu", sans-serif;
	color: #8d8d8d;
}
/* a:hover, a:focus {
    font-family: "Ubuntu", sans-serif;
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    text-decoration: none;
    outline: none;
    font-size: 14px;
    font-weight: 400;
    color: #0000ff; }*/
/*
#preloader {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -ms-grid-row-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #232323;
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 1000000; }

#world-load {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  border: 3px;
  border-style: solid;
  border-color: transparent;
  border-top-color: #f1f1f1;
  -webkit-animation: world 2400ms linear infinite;
  animation: world 2400ms linear infinite;
  z-index: 999; }
  #world-load:before {
    content: "";
    position: absolute;
    top: 7.5px;
    left: 7.5px;
    right: 7.5px;
    bottom: 7.5px;
    border-radius: 50%;
    border: 3px;
    border-style: solid;
    border-color: transparent;
    border-top-color: #f1f1f1;
    -webkit-animation: world 2700ms linear infinite;
    animation: world 2700ms linear infinite; }
  #world-load:after {
    content: "";
    position: absolute;
    top: 20px;
    left: 20px;
    right: 20px;
    bottom: 20px;
    border-radius: 50%;
    border: 3px;
    border-style: solid;
    border-color: transparent;
    border-top-color: #f1f1f1;
    -webkit-animation: world 1800ms linear infinite;
    animation: world 1800ms linear infinite; }

@-webkit-keyframes world {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }
@keyframes world {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }*/
ul,
ol {
	margin: 0;
}
ul li,
ol li {
	list-style: none;
	font-size: 14px;
	color: #8d8d8d;
}

img {
	height: auto;
	max-width: 100%;
}


.mt-15 {
	margin-top: 15px;
}

.mt-30 {
	margin-top: 30px;
}

.mt-50 {
	margin-top: 50px;
}

.mt-70 {
	margin-top: 70px;
}

.mt-100 {
	margin-top: 100px;
}

.mb-15 {
	margin-bottom: 15px;
}

.mb-30 {
	margin-bottom: 30px;
}

.mb-50 {
	margin-bottom: 50px;
}

.ml-15 {
	margin-left: 15px;
}

.ml-30 {
	margin-left: 30px;
}

.mr-15 {
	margin-right: 15px;
}

.mr-30 {
	margin-right: 30px;
}

.mb-70 {
	margin-bottom: 70px;
}

.mb-100 {
	margin-bottom: 100px;
}

.bg-img {
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
}

.bg-transparent {
	background-color: transparent;
}

.font-bold {
	font-weight: 700;
}

.font-light {
	font-weight: 300;
}

.height-400 {
	height: 400px !important;
}

.height-500 {
	height: 500px !important;
}

.height-600 {
	height: 600px !important;
}

.height-700 {
	height: 700px !important;
}

.height-800 {
	height: 800px !important;
}

.mfp-wrap {
	z-index: 100000;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
	color: #ffffff;
	right: -30px;
	padding-right: 0;
	width: 30px;
	height: 30px;
	line-height: 25px;
	text-align: center;
	border: 2px solid #ffffff;
	border-radius: 50%;
}
.header-top {
	background: #ec2427d9;
	padding: 10px 0px 0px 0px;
}
.header-top ul li {
	display: inline-block;
	color: #fff;
	letter-spacing: 2px;
}
.header-left i {
	font-size: 25px;
	padding: 5px 5px 0px 5px;
}
.header-left .fa-facebook-f {
	color: #fff;
}
.header-left .fa-x-twitter {
	color: #fff;
}
.header-left .fa-linkedin-in {
	color: #fff;
}
.header-left .fa-rss {
	color: #fff;
}
.header-left .fa-pinterest {
	color: #3c3838;
}
.header-left .fa-telegram {
	color: #fff;
}
.header-left .fa-youtube {
	color: #fff;
}
.header-left .fa-google-plus-square {
	color: #3c3838;
}
.header-left .fa-instagram {
	color: #fff;
}
.header-center ul li {
	padding: 5px 6px 0px 6px;
}
.header-center ul li i {
	font-size: 23px;
	padding-right: 7px;
	color: #3c3838;
}
.header-right ul li {
	padding: 5px 10px 0px 8px;
}
.header-right ul li a {
	color: #fff;
	text-decoration: none;
}
.header-right ul li i {
	font-size: 20px;
	color: #3c3838;
}
.site-logo {
	background: #fff;
	margin-top: 0em;
	padding: 0px 15px;
	border-bottom-left-radius: 20px;
	border-bottom-right-radius: 20px;
}
.site-logo h3 {
	font-size: 17px;
	letter-spacing: 2px;
	color: #ec2427;
	text-transform: capitalize;
	margin-top: 5px;
	margin-bottom: 0px;
	text-align: center;
}
.site-logo img {
	margin-left: 18px;
	float: none;
	max-width:100%;
}
.navbar-brand {
	margin-right: 0px !important;
}
#scrollUp {
	background-color: #232323;
	border-radius: 50%;
	bottom: 110px;
	right: 35px;
	box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.3);
	color: #ffffff;
	font-size: 30px;
	height: 50px;
	text-align: center;
	width: 50px;
	line-height: 46px;
	-webkit-transition-duration: 500ms;
	transition-duration: 500ms;
}
#scrollUp:hover {
	background-color: #0000ff;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
	#scrollUp {
		bottom: 30px;
		right: 30px;
	}
}
@media only screen and (max-width: 767px) {
	#scrollUp {
		bottom: 115px;
        right: 33px;
    }
}

.section-padding-100 {
	padding: 3em 0;
}

.section-padding-50 {
	padding: 50px 0;
}

.section-padding-50-0 {
	padding: 50px 0 0 0;
}

.section-padding-100-70 {
	padding: 100px 0 70px;
}

.section-padding-100-50 {
	padding: 100px 0 50px;
}

.section-padding-100-0 {
	padding: 100px 0 0;
}

.section-padding-0-100 {
	padding: 0 0 100px;
}

.section-padding-100-20 {
	padding: 100px 0 20px 0;
}

.bg-gray {
	background-color: #f1f1f1;
}

.background-overlay {
	position: relative;
	z-index: 2;
}
.background-overlay:after {
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	content: "";
	background-color: rgba(0, 0, 0, 0.7);
}

.world-btn {
	position: relative;
	z-index: 1;
	padding: 0 25px;
	width: auto;
	height: 35px;
	border: 1px solid;
	border-color: #d7d7d7;
	font-size: 14px;
	border-radius: 50px;
	line-height: 32px;
}
.world-btn:hover,
.world-btn:focus {
	border-color: #0000ff;
	background-color: #0000ff;
	color: #ffffff;
}

/* :: Header Area CSS */
.header-menu {
	width: 100%;
}
.header-area {
	position: relative;
	top: 0;
	width: 100%;
	height: auto;
	left: 0;
	z-index: 300;
	-webkit-transition-duration: 500ms;
	transition-duration: 500ms;
	background: #fff;
	border-bottom: 1px solid #f2f2f2;
}
.header-area .navbar {
	/*border-bottom: 1px solid;*/
	border-color: #ffffff;
	-webkit-transition-duration: 500ms;
	transition-duration: 500ms;
	/*height: 90px;*/
}
.header-area .navbar .navbar-nav {
	margin-right: 0px;
}
.header-area .navbar .navbar-nav .nav-link {
	padding: 10px 5px;
	font-weight: 600;
	color: #3c3838;
	letter-spacing: 1px;
}
.header-area .navbar .navbar-nav .nav-link:hover,
.header-area .navbar .navbar-nav .nav-link:focus {
	color: #ec2427;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.header-area .navbar .navbar-nav .nav-link {
		padding: 8px 5px;
	}
}
.header-area .navbar .navbar-nav .nav-item.active .nav-link {
	color: #ec2427;
	background: #e9e9e9;
}
.header-area .navbar {
	height: 70px;
	float: right;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.header-area .navbar .navbar-nav {
		margin-right: 0px;
	}
}
/*  .header-area.sticky {
    background-color: #000000;
    margin-top: 0;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
}*/
.header-area.sticky .navbar {
	/*border-color: #000000;*/
}
/*.navbar{
    padding:0px !important;
}*/
.navbar-toggler-icon {
	background-image: url(../images/toggle.png) !important;
	cursor: pointer;
	float: right;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	#worldNav {
		background-color: #ebe8e8;
		padding: 30px;
	}
}
@media only screen and (max-width: 767px) {
	#worldNav {
		background-color: #ebe8e8;
		padding: 15px 15px 30px 15px;
	}
}

.dropdown-menu {
	border: none;
	box-shadow: 0 5px 12px rgba(0, 0, 0, 0.15);
	padding-top: 5px;
	border-radius: 3px;
}

/* :: Hero Slides Area CSS */
.hero-area {
	position: relative;
	z-index: 1;
}
.hero-area .hero-slides {
	position: relative;
	z-index: 10;
}
.hero-area .hero-slides .single-hero-slide {
	height: 470px;
	position: relative;
	z-index: 1;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
	.hero-area .hero-slides .single-hero-slide {
		height: 450px;
	}
}
@media only screen and (max-width: 767px) {
	.hero-area .hero-slides .single-hero-slide {
		height: auto;
	}
}
.hero-area .hero-post-area {
	position: absolute;
	bottom: -70px;
	left: 0;
	width: 100%;
	z-index: 200;
}

.hero-area .hero-post-slide .single-slide .post-title a {
	margin-bottom: 0;
	font-size: 14px;
	font-weight: 700;
	color: #8d8d8d;
}
.hero-area .hero-post-slide .center .single-slide .post-title a {
	color: #ffffff;
	font-weight: 700;
}
.single-slide {
	background: #313335;
	padding: 25px 10px;
	width: 610px;
	margin: auto;
	border-radius: 7px;
}
.single-slide h2 {
	text-align: center;
	color: #fff;
	font-size: 25px;
	letter-spacing: 1px;
	margin-bottom: 20px;
}
.single-slide p {
	font-size: 18px;
	color: #fff;
	letter-spacing: 3px;
	padding: 0px 20px;
	text-align: center;
	line-height: 35px;
}
.news-letter {
	position: relative;
	z-index: 1;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
	margin-bottom: 15px;
}
.news-letter .pane-title {
	background: #3c3838;
	padding: 7px 0px;
	margin-bottom: 0px;
	width: 318px;
	text-align: center;
	color: #fff;
	font-size: 18px;
	letter-spacing: 1px;
}
.news-letter .pane-title input[type="text"],
input[type="email"],
input[type="password"],
input[type="phone"],
.form-control,
.jcf-file {
	background-color: #e9e9e9 !important;
	border-radius: 3px;
	box-shadow: 1px 1px 1px 0 #d6d6d6 inset;
	padding-left: 20px;
	border: none;
	width: 100%;
	border-bottom: none !important;
}
.field-newsletter table {
	margin: auto;
	width: 252px;
}
.field-newsletter table tr {
	border-bottom: 1px solid #e9e9e9;
}
.field-newsletter table tr td {
	padding: 10px 5px;
}
.views-field {
	width: 85%;
	margin: auto;
}
input[type="submit"] {
	display: inline-block;
	text-decoration: none;
	color: #fff;
	background: #ee4447;
	letter-spacing: 2px;
	width: 100%;
	font-size: 15px;
	/* font-family: 'Open Sans', sans-serif; */
	font-weight: 600;
	text-transform: uppercase;
	padding: 8px 16px;
	border-radius: 3px;
	-webkit-border-radius: 7px;
	-moz-border-radius: 3px;
}
.news-letter .pane-content {
	padding: 15px 15px;
}

.sectn-title-heading h5 {
	font-size: 27px;
	font-weight: 700;
	margin: 0 0 30px 0;
}
.title-bar-shap {
	display: inline-block;
	position: relative;
	z-index: 1;
	font-style: initial;
}
.title-bar-shap::before {
	position: absolute;
	bottom: 4px;
	width: 100%;
	left: 0;
	height: 9px;
	/*background: #fea9a0;*/
	content: "";
	z-index: -1;
}

/* Blog Content Area CSS */
.world-catagory-area .nav-tabs {
	padding: 10px 0;
	border-bottom: 2px solid #f1f1f1;
}
.world-catagory-area .nav-tabs .title {
	font-size: 18px;
	color: #000000;
	margin-bottom: 0;
	margin-right: auto;
	font-family: "Ubuntu", sans-serif;
	font-weight: 700;
}
.world-catagory-area .nav-tabs .nav-link {
	padding: 0 1em;
	position: relative;
	z-index: 1;
}
.world-catagory-area .nav-tabs .nav-link:hover,
.world-catagory-area .nav-tabs .nav-link:focus {
	color: #000000;
	border: 1px solid transparent;
	font-weight: 400;
}
.world-catagory-area .nav-tabs .nav-link.active {
	color: #000000;
	border: 1px solid transparent;
}
.world-catagory-area .nav-tabs .nav-link.active:after {
	position: absolute;
	left: 15px;
	bottom: -17px;
	content: "";
	background-color: #0000ff;
	width: calc(100% - 30px);
	height: 2px;
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.15);
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.world-catagory-area .nav-tabs .nav-link.active:after {
		width: calc(100% - 10px);
		left: 5px;
	}
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
	.world-catagory-area .nav-tabs .nav-link.active:after {
		width: calc(100% - 10px);
		left: 5px;
	}
}
@media only screen and (max-width: 767px) {
	.world-catagory-area .nav-tabs .nav-link.active:after {
		display: none;
	}
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.world-catagory-area .nav-tabs .nav-link {
		padding: 0 5px;
	}
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
	.world-catagory-area .nav-tabs .nav-link {
		padding: 0 5px;
	}
}
@media only screen and (max-width: 767px) {
	.world-catagory-area .nav-tabs .nav-link {
		padding: 0 5px;
	}
}
.world-catagory-area .nav-tabs .nav-item.show .nav-link {
	border: 1px solid transparent;
}
.world-catagory-area .nav-tabs .nav-item .dropdown-menu {
	margin-top: 15px;
	border-radius: 0;
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.15);
	border: none;
}
.world-catagory-area .tab-content {
	padding-top: 30px;
}

.single-blog-post {
	position: relative;
	z-index: 1;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
	margin-bottom: 15px;
	padding: 15px;
}
.single-blog-post .post-thumbnail {
	position: relative;
}
.single-blog-post .conf-thumbnail .date {
	border-radius: 0px 25px 0px 0px;
	height: 60px;
	width: 150px;
	background: #ee4447;
	color: #fff;
	text-align: center;
	padding-top: 5px;
	position: absolute;
	bottom: 0px;
}
.single-blog-post .conf-thumbnail .date h5 {
	font-size: 18px;
	letter-spacing: 1px;
	font-weight: 700;
	border-bottom: 1px solid #fff;
	font-family: "Open Sans", sans-serif;
}
.single-blog-post .conf-thumbnail .date p {
	margin: 0;
	font-size: 17px;
	letter-spacing: 2px;
	font-weight: 700;
	line-height: 20px;
	text-transform: uppercase;
	color: #fff;
}
.single-blog-post .post-thumbnail {
	position: relative;
	z-index: 1;
}
.single-blog-post .conf-thumbnail {
	position: relative;
	z-index: 1;
}
.single-blog-post .conf-thumbnail img {
	width: 100%;
	height: 210px;
}
.publication .publ-thumbnail {
	position: relative;
	z-index: 1;
}
.publication .publ-thumbnail img {
	width: 100%;
	height: 233px;
	padding: 0px;
}
.publication {
	height: 336px;
}
.publication .pub-text .thumb-text {
	text-decoration: none;
}
.publication .date {
	width: 23%;
	border: 2px solid #f7f6f6;
	background: #3c3838;
	padding: 0px 1px;
	float: left;
	text-align: center;
}
.publication .date .date1 {
	color: #fff;
	border-bottom: 1px solid #fff;
	font-size: 16px;
	font-weight: 500;
}
.publication .date .month1 {
	color: #fff;
	border-bottom: 1px solid #fff;
	font-size: 14px;
	font-weight: 500;
	letter-spacing: 1px;
}
.publication .date .year1 {
	color: #fff;
	font-size: 12px;
	font-weight: 500;
	letter-spacing: 1px;
}
.publication .pub-text {
	/*  width: 77%;*/
	float: left;
	margin: 0px;
	padding: 0px;
	background: #ffffff;
	/*height:69px;*/
	/*box-shadow: #000 1px 2px 3px 0px;*/
}
.publication .pub-text .thumb-text h5 {
	font-size: 13px;
	color: #3c3838;
	text-align: center;
	padding: 5px 5px 0px 5px;
	margin-bottom: 0px;
	line-height: 18px;
}
.publication .pub-text .thumb-text p {
	font-size: 13px;
	color: #d95557;
	text-align: center;
	padding: 5px 5px;
	font-weight: 600;
	margin-bottom: 0px;
}
.single-blog-post .latest-thumbnail {
	position: relative;
	z-index: 1;
	padding-left: 0px;
}
.single-blog-post .latest-thumbnail img {
	width: 100%;
	height: 190px;
}
/*.recent-event{
     float:left;
}*/
/*.recent-event:nth-child(even){
     background:#686666;
	 -webkit-background:#686666;
}
.recent-event:nth-child(odd){
     background:#e9787a;
	 -webkit-background:#e9787a;
}*/
.event-content {
	padding: 5px 0px;
}
.single-blog-post .event-content .event-text {
	text-decoration: none;
}
.event-content .event-text h3 {
	font-size: 17px;
	color: #3c3838;
	text-align: center;
	margin-bottom: 0px;
	line-height: 29px;
	letter-spacing: 1px;
}
.event-content .event-text h4 {
	font-size: 16px;
	color: #3c3838;
	text-align: center;
	margin-bottom: 10px;
	margin-top: 10px;
	line-height: 20px;
	letter-spacing: 2px;
}
.event-content .event-text h5 {
	font-size: 17px;
	color: #3c3838;
	text-align: center;
	margin-bottom: 0px;
	letter-spacing: 2px;
}

.single-blog-post .post-thumbnail img {
	width: 100%;
}
.single-blog-post .post-thumbnail .post-cta {
	position: absolute;
	top: 15px;
	left: 30px;
	z-index: 10;
}
.single-blog-post .post-thumbnail .post-cta a {
	padding: 0 10px;
	display: inline-block;
	height: 20px;
	background-color: #ffffff;
	text-transform: uppercase;
	font-size: 10px;
	color: #0000ff;
	font-weight: 500;
	line-height: 20px;
	letter-spacing: 0.75px;
}
.single-blog-post .post-thumbnail .post-cta a:hover,
.single-blog-post .post-thumbnail .post-cta a:focus {
	background-color: #0000ff;
	color: #ffffff;
}
.single-blog-post .video-thumbnail .video-btn {
	width: 100%;
	height: 190px;
	/* position: relative;
      top: 50%;
      left: 50%;
      z-index: 5;
      background-color: #ffffff;
      -webkit-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      border-radius: 50%;*/
	text-align: center;
}
.video-cta a {
	position: absolute;
	text-decoration: none;
	top: 55px;
	left: 25px;
	background: #fff;
	letter-spacing: 2px;
	padding: 0px 7px;
	color: #ee4447;
}
.single-blog-post .post-content .video-headline {
	text-decoration: none;
}
.single-blog-post .post-content .video-headline h5 {
	margin-top: 0px;
	color: #232323;
	font-size: 16px;
	letter-spacing: 1px;
	text-align: center;
	line-height: 25px;
}
.single-blog-post .post-thumbnail .video-btn i {
	-webkit-transition-duration: 500ms;
	transition-duration: 500ms;
	line-height: 36px;
}
.single-blog-post .post-thumbnail .video-btn:hover i,
.single-blog-post .post-thumbnail .video-btn:focus i {
	color: #0000ff;
}
.single-blog-post .post-content {
	padding: 10px 20px;
}
.single-blog-post .post-content .headline {
	text-decoration: none;
}
.single-blog-post .post-content .headline h5 {
	margin-top: 0px;
	text-decoration: none;
	color: #232323;
	letter-spacing: 1px;
	text-align: center;
}
.single-blog-post .post-content p {
	margin-bottom: 0px;
}
.single-blog-post .post-content .post-meta p {
	margin-bottom: 0;
	font-size: 12px;
}
.single-blog-post .post-content .post-meta p a {
	font-size: 12px;
}
.single-blog-post.post-style-2 {
	margin-bottom: 5px;
}
.single-blog-post.post-style-2 .post-thumbnail {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 97px;
	flex: 0 0 97px;
	min-width: 97px;
	margin-right: 15px;
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
	.header-menu {
		width: 100%;
	}
	.site-logo {
		width: 25% !important;
		max-width: 25% !important;
		float: left;
	}
	.header-area .navbar {
		width: 75%;
	}
	.navbar-toggler {
		width: 100%;
		float: right;
	}
	.pane-newsletter-signup {
		width: 100%;
	}
	.news-letter .pane-title {
		width: 100%;
	}
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.single-blog-post.post-style-2 .post-thumbnail {
		margin-right: 5px;
	}
}
.single-blog-post.post-style-2 .post-content {
	padding: 5px 30px 5px 5px;
}
.single-blog-post.post-style-2 .post-content .headline h5 {
	font-size: 14px;
	margin-bottom: 10px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.single-blog-post.post-style-2 .post-content .headline h5 {
		font-size: 13px;
	}
}
@media only screen and (max-width: 767px) {
	.single-blog-post.post-style-2 .post-content .headline h5 {
		font-size: 13px;
	}
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.single-blog-post.post-style-2 .post-content {
		padding: 5px;
	}
}
.single-blog-post.post-style-2:last-of-type {
	margin-bottom: 0;
}
.single-blog-post.post-style-2.widget-post .post-thumbnail {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 70px;
	flex: 0 0 70px;
	min-width: 70px;
	margin-right: 15px;
}
.single-blog-post.post-style-3 .post-thumbnail {
	position: relative;
	z-index: 1;
}
.single-blog-post.post-style-3 .post-thumbnail::after {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-color: rgba(0, 0, 0, 0.5);
	z-index: auto;
	content: "";
	position: absolute;
}
.single-blog-post.post-style-3 .post-content {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	/*flex-direction: column;*/
	text-align: center;
	padding: 0;
	/*position: absolute;*/
	width: calc(100% - 0px);
	height: calc(100% - 30px);
	/*top: 15px;
    left: 15px;
    right: 15px;
    bottom: 15px;*/
	z-index: 2;
}
.single-blog-post.post-style-3 .post-content .post-tag a {
	padding: 0 10px;
	display: inline-block;
	height: 20px;
	background-color: #ffffff;
	text-transform: uppercase;
	font-size: 10px;
	color: #0000ff;
	font-weight: 500;
	line-height: 20px;
	letter-spacing: 0.75px;
}
.single-blog-post.post-style-3 .post-content .post-tag a:hover,
.single-blog-post.post-style-3 .post-content .post-tag a:focus {
	background-color: #0000ff;
	color: #ffffff;
}
.single-blog-post.post-style-3 .post-content .headline h5 {
	font-size: 14px;
	color: #ee4447;
	line-height: 20px;
}
.single-blog-post.post-style-3 .post-content .headline p {
	font-size: 14px;
	color: #ee4447;
	letter-spacing: 1px;
}
.single-blog-post.post-style-4 {
	margin-bottom: 5px;
}
.quicklinklist a:hover{
	color: #f2f2f2;
}
@media only screen and (max-width: 767px) {
	.single-blog-post.post-style-4 {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
}
@media only screen and (min-width: 547px) and (max-width: 767px) {
	.single-blog-post.post-style-4 {
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
	}
	.menu-right {
		width: 35%;
	}
	.site-logo {
		width: 100% !important;
		max-width: 100% !important;
		float: left;
	}
	.header-area .navbar {
		width: 64%;
	}
	.navbar-toggler {
		width: 100%;
		float: right;
	}
	.single-slide {
		width: 99%;
	}
	.pane-newsletter-signup {
		width: 100%;
	}
	.news-letter .pane-title {
		width: 100%;
	}
}
@media only screen and (min-width: 480px) and (max-width: 546px) {
	.single-blog-post.post-style-4 {
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
	}
	.site-logo {
		width: 40% !important;
		max-width: 40% !important;
		margin-left: 20px;
	}
	.header-area .navbar {
		width: 55%;
	}
	.navbar-toggler {
		width: 100%;
		float: right;
	}
	.single-slide {
		width: 99%;
	}
	.pane-newsletter-signup {
		width: 100%;
	}
	.news-letter .pane-title {
		width: 100%;
	}
}
@media only screen and (min-width: 350px) and (max-width: 479px) {
	.single-blog-post.post-style-4 {
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
	}
	.site-logo {
		width: 100% !important;
		max-width: 100% !important;
		margin-left: 20px;
	}
	.header-area .navbar {
		width: 100%;
	}
	.navbar-toggler {
		width: 100%;
		float: right;
	}
	.single-slide {
		width: 99%;
	}
	.pane-newsletter-signup {
		width: 100%;
	}
	.news-letter .pane-title {
		width: 100%;
	}
	.publication .pub-text .thumb-text h5 {
		font-size: 11px;
		color: #3c3838;
		text-align: center;
		padding: 5px 5px 0px 5px;
		margin-bottom: 0px;
		line-height: 12px;
	}
}
.single-blog-post.post-style-4 .post-thumbnail {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 200px;
	flex: 0 0 200px;
	min-width: 200px;
	margin-right: 20px;
}
@media only screen and (max-width: 767px) {
	.single-blog-post.post-style-4 .post-thumbnail {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		min-width: 100%;
	}
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
	.single-blog-post.post-style-4 .post-thumbnail {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 250px;
		flex: 0 0 250px;
		min-width: 250px;
	}
}
.single-blog-post.post-style-4 .post-content {
	padding: 5px 30px 5px 5px;
}
.single-blog-post.post-style-4 .post-content .headline h5 {
	font-size: 18px;
	margin-bottom: 10px;
}
@media only screen and (max-width: 767px) {
	.single-blog-post.post-style-4 .post-content {
		padding: 30px;
	}
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
	.single-blog-post.post-style-4 .post-content {
		padding: 5px;
	}
}
.single-blog-post.post-style-4:last-of-type {
	margin-bottom: 0;
}

.world-catagory-slider .owl-item,
.world-catagory-slider2 .owl-item {
	padding: 0 0 10px 0;
}
.world-catagory-slider .owl-nav,
.world-catagory-slider2 .owl-nav {
	margin-top: 25px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-left: 10px;
}
@media only screen and (max-width: 767px) {
	.world-catagory-slider .owl-nav,
	.world-catagory-slider2 .owl-nav {
		margin-bottom: 30px;
	}
}
.world-catagory-slider .owl-nav .owl-prev,
.world-catagory-slider .owl-nav .owl-next,
.world-catagory-slider2 .owl-nav .owl-prev,
.world-catagory-slider2 .owl-nav .owl-next {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 36px;
	flex: 0 0 36px;
	width: 36px;
	height: 36px;
	border: 2px solid #d8d8d8;
	color: #d8d8d8;
	font-size: 22px;
	border-radius: 50%;
	text-align: center;
	line-height: 32px;
	-webkit-transition-duration: 500ms;
	transition-duration: 500ms;
}
.world-catagory-slider .owl-nav .owl-prev:hover,
.world-catagory-slider .owl-nav .owl-prev:focus,
.world-catagory-slider .owl-nav .owl-next:hover,
.world-catagory-slider .owl-nav .owl-next:focus,
.world-catagory-slider2 .owl-nav .owl-prev:hover,
.world-catagory-slider2 .owl-nav .owl-prev:focus,
.world-catagory-slider2 .owl-nav .owl-next:hover,
.world-catagory-slider2 .owl-nav .owl-next:focus {
	border-color: #0000ff;
	color: #ffffff;
	background-color: #0000ff;
}
.world-catagory-slider .owl-nav .owl-prev,
.world-catagory-slider2 .owl-nav .owl-prev {
	margin-right: 15px;
}

.world-latest-articles .title {
	margin-top: 20px;
	margin-bottom: 30px;
}
.world-latest-articles .title h5 {
	display: block;
	font-size: 18px;
	color: #000000;
	margin-bottom: 0;
	margin-right: auto;
	font-family: "Ubuntu", sans-serif;
	font-weight: 700;
	padding: 10px 0;
	border-bottom: 2px solid #f1f1f1;
}

.post-sidebar-area {
	border-left: 2px solid #f1f1f1;
}

.sidebar-widget-area {
	position: relative;
	z-index: 1;
	border-bottom: 2px solid #f1f1f1;
}
.sidebar-widget-area .title {
	display: block;
	font-size: 18px;
	color: #000000;
	margin-bottom: 0;
	margin-right: auto;
	font-family: "Ubuntu", sans-serif;
	font-weight: 700;
	padding: 12px 0;
	border-bottom: 2px solid #f1f1f1;
	padding-left: 30px;
}
.sidebar-widget-area .widget-content {
	padding: 30px 0 30px 10px;
}

.sidebar-widget-area .fa-facebook-f {
	background: #4267b2;
}
.sidebar-widget-area .fa-x-twitter {
	background: #252627;
}
.sidebar-widget-area .fa-linkedin-in {
	background: #0e76a8;
}
.sidebar-widget-area .fa-rss {
	background: #fc4f08;
}
.sidebar-widget-area .fa-youtube {
	background: #ff0000;
}
.sidebar-widget-area .fa-google-plus-square {
	background: #db4a39;
}
.sidebar-widget-area .fa-instagram {
	background: #8a3ab9;
}
.sidebar-widget-area .fa-pinterest {
	background: #e60023;
}
.sidebar-widget-area .fa-telegram {
	background: #1da1f2;
}

.sidebar-imp-menu {
	padding: 20px 0 30px 30px;
}
.sidebar-imp-menu h5 {
	font-size: 27px;
    	font-weight: 700;
}
.sidebar-imp-menu ul li {
	display: block;
	padding: 5px 0px;
	border-bottom: 1px solid #ede7e7;
}
.sidebar-imp-menu ul li a {
	color: #000;
	font-size: 14px;
	letter-spacing: 1px;
	text-decoration: none;
}
.sidebar-imp-menu ul li:hover {
	background-color: beige;
	padding-left: 10px;
}
.sidebar-imp-menu ul li:before {
	font-family: FontAwesome;
	top: 0;
	left: -5px;
	padding-right: 10px;
	content: "\f054";
	font-size: 11px;
	/* font-weight: 800; */
	color: #565353;
}
@media only screen and (max-width: 767px) {
	.sidebar-widget-area .widget-content {
		padding: 30px 0 30px 15px;
	}
}
.sidebar-widget-area .widget-content .social-area a i {
	width: 36px;
	height: 36px;
	border: 1px solid;
	border-color: #f1f1f1;
	display: inline-block;
	border-radius: 50%;
	text-align: center;
	line-height: 35px;
	color: #fff;
	margin: 0px 1px;
	font-size: 19px;
}
.sidebar-widget-area .widget-content .todays-pick {
	box-shadow: none;
}
.sidebar-widget-area:last-of-type {
	border-bottom: none;
}

.page-content {
	padding: 60px 55px;
	box-shadow: 0 1px 5px rgba(0, 0, 0, 0.15);
}
@media only screen and (max-width: 767px) {
	.page-content {
		padding: 30px 25px;
	}
}
.page-content h6 {
	color: #8d8d8d;
	line-height: 1.8;
	margin-bottom: 20px;
}
.page-content h6:last-of-type {
	margin-bottom: 0;
}

.single-blog-title .post-cta {
	margin-bottom: 40px;
}
.single-blog-title .post-cta a {
	padding: 0 10px;
	display: inline-block;
	height: 20px;
	background-color: #ffffff;
	text-transform: uppercase;
	font-size: 10px;
	color: #0000ff;
	font-weight: 500;
	line-height: 20px;
	letter-spacing: 0.75px;
}
.single-blog-title .post-cta a:hover,
.single-blog-title .post-cta a:focus {
	background-color: #0000ff;
	color: #ffffff;
}
.single-blog-title h3 {
	color: #ffffff;
	margin-bottom: 0;
	font-size: 30px;
}
@media only screen and (max-width: 767px) {
	.single-blog-title h3 {
		font-size: 24px;
	}
}

.single-blog-content .post-meta {
	border-bottom: 2px solid;
	border-color: #f1f1f1;
	margin-bottom: 30px;
}
.single-blog-content .post-meta p {
	margin-bottom: 0;
	font-size: 14px;
	padding: 10px 0;
}
.single-blog-content .post-meta p a {
	font-size: 14px;
}
.single-blog-content .post-meta.second-part {
	border-bottom: none;
	border-top: 2px solid;
	border-color: #f1f1f1;
	margin-bottom: 0;
	margin-top: 30px;
}
.single-blog-content .post-content {
	padding: 60px 55px;
	box-shadow: 0 1px 5px rgba(0, 0, 0, 0.15);
}
@media only screen and (max-width: 767px) {
	.single-blog-content .post-content {
		padding: 30px 25px;
	}
}
.single-blog-content .post-content h6 {
	line-height: 1.8;
	margin-bottom: 30px;
	color: #8d8d8d;
	font-family: "Ubuntu", sans-serif;
}
.single-blog-content .post-content blockquote {
	border-left: 2px solid;
	border-color: #0000ff;
	padding-left: 30px;
}
.single-blog-content .post-content blockquote h6 {
	margin-bottom: 10px;
	color: #000000;
}
.single-blog-content .post-content blockquote p {
	margin-bottom: 0;
}
.single-blog-content .post-content .post-tags {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.single-blog-content .post-content .post-tags a {
	display: block;
	padding: 0 15px;
	line-height: 28px;
	height: 30px;
	border: 1px solid;
	border-color: #f1f1f1;
	margin: 5px;
}

.comment_area .comment-content {
	padding: 30px 50px;
	box-shadow: 0 1px 5px rgba(0, 0, 0, 0.15);
}
@media only screen and (max-width: 767px) {
	.comment_area .comment-content {
		padding: 20px 15px;
	}
}
.comment_area .comment-content .comment-meta {
	margin-bottom: 30px;
}
.comment_area .comment-content .comment-meta p {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 calc(100% - 110px);
	flex: 0 0 calc(100% - 110px);
	border-bottom: 2px solid;
	border-color: #f1f1f1;
	margin-bottom: 0;
	font-size: 14px;
	padding: 10px 0;
}
.comment_area .comment-content .comment-meta p a {
	font-size: 14px;
}
.comment_area .single_comment_area {
	margin-bottom: 30px;
}
.comment_area .single_comment_area:last-of-type {
	margin-bottom: 0;
}
.comment_area .children .single_comment_area {
	margin-left: 50px;
	margin-top: 30px;
}
@media only screen and (max-width: 767px) {
	.comment_area .children .single_comment_area {
		margin-left: 15px;
	}
}

/* Contact Area CSS */
.contact-form,
.post-a-comment-area {
	padding: 60px 55px;
	box-shadow: 0 1px 5px rgba(0, 0, 0, 0.15);
}
@media only screen and (max-width: 767px) {
	.contact-form,
	.post-a-comment-area {
		padding: 30px 25px;
	}
}
.contact-form h5,
.post-a-comment-area h5 {
	font-size: 18px;
	color: #000000;
	margin-bottom: 0;
	font-family: "Ubuntu", sans-serif;
	font-weight: 700;
	margin-bottom: 30px;
}
.contact-form button.world-btn,
.post-a-comment-area button.world-btn {
	border-color: #0000ff;
	background-color: #0000ff;
	color: #ffffff;
	margin-top: 40px;
}

/* Form CSS */
.group {
	position: relative;
	z-index: 1;
	margin-bottom: 30px;
}
.group input,
.group textarea {
	font-size: 14px;
	padding: 10px;
	display: block;
	width: 100%;
	height: 35px;
	border: none;
	border-bottom: 2px solid;
	border-color: #f1f1f1;
}
.group input:focus,
.group textarea:focus {
	outline: none;
	box-shadow: none;
}
.group label {
	color: #8d8d8d;
	font-size: 14px;
	font-weight: normal;
	position: absolute;
	pointer-events: none;
	left: 0;
	top: 5px;
	transition: 0.5s ease all;
	font-family: "Ubuntu", sans-serif;
}
.group .bar {
	position: relative;
	display: block;
	width: 100%;
}
.group .bar:before,
.group .bar:after {
	content: "";
	height: 2px;
	width: 0;
	bottom: 1px;
	position: absolute;
	background-color: #0000ff;
	transition: 0.5s ease all;
}
.group .bar:before {
	left: 50%;
}
.group .bar:after {
	right: 50%;
}
.group .highlight {
	position: absolute;
	height: 60%;
	width: 100px;
	top: 25%;
	left: 0;
	pointer-events: none;
	opacity: 0.5;
}
.group textarea {
	min-height: 90px;
}

/* Form Active State */
input:focus ~ label,
textarea:focus ~ label,
input:valid ~ label,
textarea:valid ~ label {
	top: -15px;
	font-size: 12px;
	color: #0000ff;
}

input:focus ~ .bar:before,
textarea:focus ~ .bar:before,
input:focus ~ .bar:after,
textarea:focus ~ .bar:after {
	width: 50%;
}

input:focus ~ .highlight,
textarea:focus ~ .highlight {
	-webkit-animation: inputHighlighter 0.3s ease;
	animation: inputHighlighter 0.3s ease;
}
.header_san{
    width: 100%;
}
.banner_san{
	margin-top: 155px;
}
.socialiconstyl{
	display: inline;
	color: ;
}



/* Animations */
@-webkit-keyframes inputHighlighter {
	from {
		background-color: #0000ff;
	}
	to {
		width: 0;
		background-color: transparent;
	}
}
@-moz-keyframes inputHighlighter {
	from {
		background-color: #0000ff;
	}
	to {
		width: 0;
		background-color: transparent;
	}
}
@keyframes inputHighlighter {
	from {
		background-color: #0000ff;
	}
	to {
		width: 0;
		background-color: transparent;
	}
}
.map-area {
	position: relative;
	z-index: 1;
}
.map-area #googleMap {
	width: 100%;
	height: 500px;
}
@media only screen and (max-width: 767px) {
	.map-area #googleMap {
		height: 400px;
	}
}

/* Search bar */
#search-wrapper {
	display: inline-block;
	position: relative;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
	#search-wrapper {
		margin-top: 15px;
		padding-left: 1em;
	}
}
@media only screen and (max-width: 767px) {
	#search-wrapper {
		margin-top: 15px;
		padding-left: 1em;
	}
}
#search-wrapper.search-expanded #close-icon:before {
	-webkit-animation: cross-1-in 0.25s linear 0s forwards;
	animation: cross-1-in 0.25s linear 0s forwards;
}
#search-wrapper.search-expanded #close-icon:after {
	-webkit-animation: cross-2-in 0.25s linear 0.2s forwards;
	animation: cross-2-in 0.25s linear 0.2s forwards;
}
#search-wrapper.search-expanded:after {
	-webkit-animation: lens-out 0.5s linear 1 forwards;
	animation: lens-out 0.5s linear 1 forwards;
}
#search-wrapper:after {
	position: absolute;
	bottom: 3px;
	right: -9px;
	display: block;
	content: "";
	width: 14px;
	height: 2px;
	background-color: #8d8d8d;
	-webkit-transform: rotate(45deg) scaleX(0);
	transform: rotate(45deg) scaleX(0);
	transform-origin: 0 50%;
	-webkit-animation: lens-in 0.6s linear 0.9s forwards;
	animation: lens-in 0.6s linear 0.9s forwards;
}
#search-wrapper #search {
	color: #ffffff;
	background: none;
	border: 2px solid;
	border-color: #8d8d8d;
	outline: none;
	padding: 0 9px;
	border-radius: 1000px;
	width: 0;
	transition: all 0.3s 0.6s;
	font-size: 12px;
}
#search-wrapper #search::-webkit-input-placeholder {
	color: rgba(255, 255, 255, 0.6);
}
#search-wrapper #search:focus {
	width: 300px;
	padding: 7px 15px;
}
@media only screen and (max-width: 767px) {
	#search-wrapper #search:focus {
		width: 200px;
	}
}
#search-wrapper #close-icon {
	cursor: pointer;
	position: absolute;
	right: 10px;
	top: 50%;
	width: 20px;
	height: 20px;
	-webkit-transform: translateY(-1px);
	transform: translateY(-1px);
	transition: 0.2s all;
	display: none;
}
#search-wrapper #close-icon[style*="display: block"] {
	color: red;
}
#search-wrapper #close-icon[style*="display: block"]:before {
	-webkit-transform: rotate(45deg) scaleX(1) translateY(10px);
	transform: rotate(45deg) scaleX(1) translateY(10px);
}
#search-wrapper #close-icon[style*="display: block"]:after {
	-webkit-transform: rotate(-45deg) scaleX(1) translateY(-10px);
	transform: rotate(-45deg) scaleX(1) translateY(-10px);
}
#search-wrapper #close-icon:before,
#search-wrapper #close-icon:after {
	display: block;
	content: "";
	position: absolute;
	width: 20px;
	height: 2px;
	background-color: #8d8d8d;
	transform-origin: 100% 50%;
}
#search-wrapper #close-icon:before {
	-webkit-transform: rotate(45deg) scaleX(0) translateY(10px);
	transform: rotate(45deg) scaleX(0) translateY(10px);
}
#search-wrapper #close-icon:after {
	-webkit-transform: rotate(-45deg) scaleX(0) translateY(-10px);
	transform: rotate(-45deg) scaleX(0) translateY(-10px);
}
#search-wrapper #close-icon.closing:before {
	-webkit-animation: cross-1-out 0.25s linear 0s forwards;
	animation: cross-1-out 0.25s linear 0s forwards;
}
#search-wrapper #close-icon.closing:after {
	-webkit-animation: cross-2-out 0.25s linear 0.2s forwards;
	animation: cross-2-out 0.25s linear 0.2s forwards;
}

@-webkit-keyframes lens-out {
	0% {
		-webkit-transform: rotate(45deg) scaleX(1);
		transform: rotate(45deg) scaleX(1);
	}
	30% {
		-webkit-transform: rotate(45deg) scaleX(1.4);
		transform: rotate(45deg) scaleX(1.4);
	}
	100% {
		-webkit-transform: rotate(45deg) scaleX(0);
		transform: rotate(45deg) scaleX(0);
	}
}
@keyframes lens-out {
	0% {
		-webkit-transform: rotate(45deg) scaleX(1);
		transform: rotate(45deg) scaleX(1);
	}
	30% {
		-webkit-transform: rotate(45deg) scaleX(1.4);
		transform: rotate(45deg) scaleX(1.4);
	}
	100% {
		-webkit-transform: rotate(45deg) scaleX(0);
		transform: rotate(45deg) scaleX(0);
	}
}
@-webkit-keyframes lens-in {
	0% {
		-webkit-transform: rotate(45deg) scaleX(0);
		transform: rotate(45deg) scaleX(0);
	}
	30% {
		-webkit-transform: rotate(45deg) scaleX(1.4);
		transform: rotate(45deg) scaleX(1.4);
	}
	100% {
		-webkit-transform: rotate(45deg) scaleX(1);
		transform: rotate(45deg) scaleX(1);
	}
}
@keyframes lens-in {
	0% {
		-webkit-transform: rotate(45deg) scaleX(0);
		transform: rotate(45deg) scaleX(0);
	}
	30% {
		-webkit-transform: rotate(45deg) scaleX(1.4);
		transform: rotate(45deg) scaleX(1.4);
	}
	100% {
		-webkit-transform: rotate(45deg) scaleX(1);
		transform: rotate(45deg) scaleX(1);
	}
}
@-webkit-keyframes cross-1-in {
	0% {
		-webkit-transform: rotate(45deg) scaleX(0) translateY(10px);
		transform: rotate(45deg) scaleX(0) translateY(10px);
	}
	70% {
		-webkit-transform: rotate(45deg) scaleX(1.2) translateY(10px);
		transform: rotate(45deg) scaleX(1.2) translateY(10px);
	}
	100% {
		-webkit-transform: rotate(45deg) scaleX(1) translateY(10px);
		transform: rotate(45deg) scaleX(1) translateY(10px);
	}
}
@keyframes cross-1-in {
	0% {
		-webkit-transform: rotate(45deg) scaleX(0) translateY(10px);
		transform: rotate(45deg) scaleX(0) translateY(10px);
	}
	70% {
		-webkit-transform: rotate(45deg) scaleX(1.2) translateY(10px);
		transform: rotate(45deg) scaleX(1.2) translateY(10px);
	}
	100% {
		-webkit-transform: rotate(45deg) scaleX(1) translateY(10px);
		transform: rotate(45deg) scaleX(1) translateY(10px);
	}
}
@-webkit-keyframes cross-2-in {
	0% {
		-webkit-transform: rotate(-45deg) scaleX(0) translateY(-10px);
		transform: rotate(-45deg) scaleX(0) translateY(-10px);
	}
	70% {
		-webkit-transform: rotate(-45deg) scaleX(1.2) translateY(-10px);
		transform: rotate(-45deg) scaleX(1.2) translateY(-10px);
	}
	100% {
		-webkit-transform: rotate(-45deg) scaleX(1) translateY(-10px);
		transform: rotate(-45deg) scaleX(1) translateY(-10px);
	}
}
@keyframes cross-2-in {
	0% {
		-webkit-transform: rotate(-45deg) scaleX(0) translateY(-10px);
		transform: rotate(-45deg) scaleX(0) translateY(-10px);
	}
	70% {
		-webkit-transform: rotate(-45deg) scaleX(1.2) translateY(-10px);
		transform: rotate(-45deg) scaleX(1.2) translateY(-10px);
	}
	100% {
		-webkit-transform: rotate(-45deg) scaleX(1) translateY(-10px);
		transform: rotate(-45deg) scaleX(1) translateY(-10px);
	}
}
@-webkit-keyframes cross-1-out {
	0% {
		-webkit-transform: rotate(45deg) scaleX(1) translateY(10px);
		transform: rotate(45deg) scaleX(1) translateY(10px);
	}
	100% {
		-webkit-transform: rotate(45deg) scaleX(0) translateY(10px);
		transform: rotate(45deg) scaleX(0) translateY(10px);
	}
}
@keyframes cross-1-out {
	0% {
		-webkit-transform: rotate(45deg) scaleX(1) translateY(10px);
		transform: rotate(45deg) scaleX(1) translateY(10px);
	}
	100% {
		-webkit-transform: rotate(45deg) scaleX(0) translateY(10px);
		transform: rotate(45deg) scaleX(0) translateY(10px);
	}
}
@-webkit-keyframes cross-2-out {
	0% {
		-webkit-transform: rotate(-45deg) scaleX(1) translateY(-10px);
		transform: rotate(-45deg) scaleX(1) translateY(-10px);
	}
	100% {
		-webkit-transform: rotate(-45deg) scaleX(0) translateY(-10px);
		transform: rotate(-45deg) scaleX(0) translateY(-10px);
	}
}
@keyframes cross-2-out {
	0% {
		-webkit-transform: rotate(-45deg) scaleX(1) translateY(-10px);
		transform: rotate(-45deg) scaleX(1) translateY(-10px);
	}
	100% {
		-webkit-transform: rotate(-45deg) scaleX(0) translateY(-10px);
		transform: rotate(-45deg) scaleX(0) translateY(-10px);
	}
}
/* Footer Area CSS */
.footer-area {
	background-color: #161616;
	padding: 40px 0;
	position: relative;
	z-index: 1;
}
.footer-bttm {
	background: #121111;
	float: left;
	width: 100%;
	padding: 20px 0;
}
.footerlogo{
	background: #fff;
    padding: 10px;
}
.quicklinklist a{
	color: #fff;
	padding: 5px 0;
}
.socialiconstyl{
	display: inline;
}
.socialiconstyl a{
	color: #fff;
	padding-right: 10px;
	font-size: 18px;
}
.footer-bttm .copywrite-text {
	text-align: center;
}
.footer-area .footer-single-widget .copywrite-text p {
	margin-bottom: 0;
}
.footer-area .footer-single-widget .footer-menu {
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.footer-area .footer-single-widget .footer-menu li {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 33.3333%;
	flex: 0 0 33.3333%;
	min-width: 33.3333%;
}
.footer-area .footer-single-widget .footer-menu li a {
	padding: 7.5px 5px;
	display: block;
}
@media only screen and (max-width: 767px) {
	.footer-area .footer-single-widget .footer-menu {
		margin: 50px 0;
	}
}
.footer-area .footer-single-widget h5 {
	font-size: 14px;
	font-family: "Ubuntu", sans-serif;
	margin-bottom: 20px;
	font-weight: 600;
	color: #ffffff;
	letter-spacing: 2px;
	line-height: 27px;
}
.footer-area .footer-single-widget form {
	position: relative;
	z-index: 1;
}
.footer-area .footer-single-widget form input[type="email"] {
	width: 100%;
	height: 35px;
	background-color: transparent;
	border: none;
	border-bottom: 1px solid;
	border-color: #959595;
	color: #959595;
	font-size: 14px;
	padding: 0 5px;
	font-family: "Ubuntu", sans-serif;
}
.footer-area .footer-single-widget form button {
	position: absolute;
	height: 35px;
	top: 0;
	right: 5px;
	z-index: 10;
	background-color: transparent;
	border: none;
	cursor: pointer;
	width: 50px;
	text-align: right;
}
.footer-area .footer-single-widget form button i {
	font-size: 14px;
	color: #959595;
}

/*# sourceMappingURL=style.css.map */

.view_more {
	text-decoration: none;
	color: #fff;
	background: #ee4447;
	width: 100%;
	font-weight: 600;
	text-transform: uppercase;
	padding: 8px 16px;
	border-radius: 3px;
	-webkit-border-radius: 7px;
}

.view_more:hover {
	text-decoration: none;
	color: #191111;
}
.mobilemenu{
	display: none;
}

@media screen and (max-width: 589px) and (min-width: 300px) {
	.header-right ul li {
		padding: 5px 8px 0px 8px;
	}
	.navbar-toggler {
		background-color: white;
	}
	.header-area .navbar {
		height: 0;
	}
	.navbar-toggler {
		background-color: white;
	}
	.publication {
		height: 370px;
	}
	.single-blog-post {
		padding: 10px 4px;
		margin-top: 2em;
	}
	.publication .pub-text .thumb-text h5 {
		font-size: 12px;
	}
	.world-latest-articles .col-6.col-md-6.col-lg-3 {
		width: 100% !important;
	}
	.name {
		font-size: 17px !important;
	}
	.testimonial {
		padding: 20px 10px;
	}
	.header-right ul li {
		padding: 5px 5px 0px 5px;
	}
}

@media screen and (max-width: 767px) and (min-width: 590px) {
	.main-content-wrapper .col-12 .col-md-6 {
		width: 50%;
		float: left;
		max-width: 50%;
	}
	.single-blog-post .post-content .headline h5 {
		font-size: 18px;
	}
	.footer .col-12 .col-md-8 {
		width: 50%;
		float: left;
		max-width: 50%;
	}
	.footer .col-12 .col-md-4 {
		width: 50%;
		float: left;
		max-width: 50%;
	}
	.publication .pub-text .thumb-text h5 {
		font-size: 11px;
	}
}

@media screen and (max-width: 991px) and (min-width: 768px) {
	.header-center ul li {
		padding: 5px 4px 0px 4px;
	}
	.header-top ul li {
		letter-spacing: 0px;
		font-size: 13px;
		padding: 5px 0px 0px 5px;
	}
	.header-right ul li i {
		font-size: 18px;
	}
	.header-center ul li {
		padding: 5px 5px 0px 5px;
		font-size: 14px;
	}
	.header-center ul li i {
		font-size: 18px;
		padding-right: 3px;
	}
	.header-left i {
		font-size: 15px;
		padding: 5px 5px 0px 2px;
	}
}

@media screen and (max-width: 1199px) and (min-width: 992px) {
	.header-area .navbar .navbar-nav .nav-link {
		padding: 8px 5px;
		font-size: 13px;
	}
	.publication {
		height: 360px;
	}
}

.navbar-brand {
	width: auto !important;
}
.menu-right {
	padding-top: 20px;
}

.con-manage p {
	font-size: 18px;
	color: #2c2c2c;
	line-height: 30px;
}
.con-manage b {
	font-size: 20px;
	color: #3e3e3e;
	font-weight: bold;
}
.con-manage span {
	font-size: 15px;
	color: #3e3e3e;
}
.con-manage a {
	font-size: 18px;
	color: #007bff;
	text-decoration: underline;
}
.event-content h3 {
	font-size: 1.3rem;
}
.headingstyle{
  margin-left: -14px !important;
  font-size: 28px;
}
.video2{
	padding-right: 15px; 
	padding-left: 15px;
}

.navbar-collapse{
	padding-top:50px;
}
.contactsec{
	padding-left:100px !important;
}

@media only screen and (min-width: 320px) and (max-width:768px) {
 .main-content-wrapper{
    padding: 20px;
  }
  .headingstyle{
    font-size: 22px;
	text-align: center;
  }
  .sectn-title-heading h5 {
	margin: 0;
	}
	.publication .publ-thumbnail img {
		width: 100%;
		height: 150px;
		padding: 0px;
	}
	.publication {
        height: 250PX;
    }
	.recent-pubalicatn{
		padding: 0 !important;
	}
	.sectn-title-heading{
		margin-left: -15px;
		margin-bottom: 10px;
	}
	.video2{
		padding: 0;
	}
	.navbar-toggler-icon {
		position: absolute;
        right: 20px;
        top: -45px;
	}
	.navbar-collapse{
		padding-top:0px;
	}
	.title-bar-shap {
		margin-top: 20px;
	}
	.title{
		text-align: center;
		margin-bottom: 10px;
	}
	.footer-bttm {
		float: none;
		text-align: center;
	}
	.footertitle{
		margin-top: 10px;
	}
	.header-left{
		display: none;
	}
	.header-center{
		text-align: center;
	}
	.header-right{
		display: none;
	}
	.site-logo img {
		margin-left: 15px;
		max-width:80%;
	}
	.mobilemenu{
		display: block;
	}
	.contactsec{
		padding-left:15px !important;
	}
}
.title-mng ul li{
	list-style: unset;
	margin-left: 30px;
	color: #101010;
}