/*
Template Name:Scientific Zone
File: Layout CSS
Author: Templates On Web
Author URI: http://templateonweb.com/
Licence: <a href="http://www.templateonweb.com/terms.php?v=content&contentid=152">Website Template Licence</a>
*/
body{
     font-family:"Times New Roman", Times, serif;
  }

a:hover{
	text-decoration:none;
	font-size: 20px;
}

ul{
padding:0;
margin:0;
list-style:none;
}
p{
padding:0;
margin:0;
}
h1{
padding:0;
margin:0;
}
h2{
padding:0;
margin:0;
}
h3{
padding:0;
margin:0;
}
h4{
padding:0;
margin:0;
}
h5{
padding:0;
margin:0;
}
h6{
padding:0;
margin:0;
}
.border_none_1{
border:none!important;
}
.background_1{
background:#f7f6f2;
}
.background_none_1{
background:none!important;
}
.border_bottom_1{
border-bottom:1px solid #f3f4f7;
}
.border_top_1{
border-top:1px solid #f3f4f7;
}
.border_right_1{
border-right:1px solid #e1e1e1;
}
.border_left_1{
border-left:1px solid #cccccc;
}
.space_left{
padding-left:0; 
} 
.space_right{
padding-right:0; 
} 
.space_all{
padding:0; 
} 
.marg_1{
     margin-bottom:0!important;
	 }
.marg_top{
     margin-top:0!important;
	 }
.marg_right{
     margin-right:0!important;
	 }
.active_1{
   color:#de5221!important;
  }
/*********************header****************/
#header .navbar-default {
 background: none;
 padding-top: 4px;
 padding-bottom: 6px;
 background: #fff;
}
#header .navbar-default ul li ul {
    min-width: 140%;
    left: 0!important;
    padding: 15px 30px 15px 5px;
    background: #e5754d;
    margin-top: 7px;
    text-align: center;
  }
#header .navbar-default ul li ul li a{
  font-size:17px;
  padding-bottom:5px;
  color:#f4f4f4;
  }
#header .navbar-default ul li ul li a:hover{
  background:none;
  color:#000;
  }

#header .navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:hover, .navbar-default .navbar-nav>.open>a:focus {
    background:none;
}
#header .navbar-default .color_1{
  font-size:19px;
  margin-right:10px;
  }
#header .navbar-default .color_1:hover{
 color:#de5221!important;
  }
#header .navbar-default .navbar-brand {
font-size:26px;
letter-spacing:1px;
color:#000;
line-height:0;
  }
#header .navbar-default .navbar-brand:hover {
color:#000;
  }

#header .navbar-default .navbar-brand i{
font-size:50px;
vertical-align:middle;
margin-right:15px;
line-height:0;
line-height:0.5em;
color:#de5221;
  }
#header .navbar-brand {
 padding: 14px;
}

.logo {
  position: absolute;
  top: 0;
  left: 1;
  width: 65%;
  max-width: 265px; 
  height: auto;
</*  width: 70%;
  max-width: 652px; /* The original width of your logo */ 
}

/* For desktop screens */
@media (min-width: 992px) {
  .logo {
   position: absolute;
  top: 0;
  left: 1;
  width: 60%;
  max-width: 270x; 
  height: auto;
  }
} 


/*********************header_end****************/

/*********************center****************/
#center{
 background-image: url(../img/1.webp);
 background-repeat: no-repeat;
 background-size: cover;
 padding-top:150px;
 padding-bottom:120px;
  }
#center{
  margin-top:19px;
   }
.center_left{
  padding-top:140px;
  background-color: #00000073;
  padding: 20px 20px 65px 40px;
  }
.center_left .hr_1{
  border-color:#fff;
  border-width:2px;
  width:50%;
  float:left;
  }
.center_left_inner {
margin-top:60px;
  }

.center_left_inner p{
 clear:left;
 width:70%;
 color:#fff;
 font-size:22px;
  }
.center_left_inner_1{
margin-top:10px;  
  }
.center_left_inner_1 .hr_2{
  border-color:#fff;
  border-width:2px;
  width:9%;
  float:left;
  }
.center_left_inner_1 h1{
clear:left;
color:#FFFFFF;
font-size:55px;
  }
.center_left_inner_1 p{
margin-top:60px;
  }
.center_left_inner_1 p a{
background:#de5221;
padding:20px 45px 23px 45px;
color:#fff;
font-size:18px;
letter-spacing:1px;
border-radius:30px;
  }
.center_left_inner_1 p a:hover{
background:#b2421a;
  }
/*********************center_end****************/
/*********************research****************/
#research{
  padding-top: 50px;
  padding-bottom: 50px;
  }
.research_1_inner{ 
 box-shadow: 0 0 3px 0px #de5221;
 padding: 30px;
 }
.research h4{
	color:#FFFFFF;
	letter-spacing:1px;
	font-weight:bold;
	font-size:18px;
  }
.research h1{
  margin-top:5px;
  letter-spacing:1px;
  font-size:42px;
  color: #242120;
  }
.research_1{
  margin-top:50px;
  }
.research_1_inner h2{
 font-size:70px; 
  }
.research_1_inner h2 i{
    color: #de5221;
  }
.research_1_inner h3{
    margin-top:25px;
	letter-spacing:1px;
	font-size:26px;
  }
.research_1_inner h3 a{
    color: #242120; 
  }
.research_1_inner h3 a:hover{
     color: #de5221;
  }
.research_1_inner p{
margin-top:20px;
color: #8c8c8c;
font-size: 18px;
letter-spacing:1px;
margin-bottom:35px;
  }
.research_1_inner h4 hr{
width:22%;
border-color:#de5221;
border-width:2px;
  }
/*********************research_end****************/

/*********************about_home****************/
#about_home{
 background: #f3f0ea;
 padding-top:50px;
 padding-bottom:50px;
   }
.about_home_left{
  padding-top:0px;
  }
.card-image{
    overflow: hidden;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    -o-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

.card-image img{
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

 .card-image:hover img{
    -webkit-transform: scale(1.2) rotate(-7deg);
    -moz-transform: scale(1.2) rotate(-7deg);
    -ms-transform: scale(1.2) rotate(-7deg);
    -o-transform: scale(1.2) rotate(-7deg);
    transform: scale(1.2) rotate(-7deg);
}
.about_home_right{
  padding-top:30px;
  }
.about_home_right h4{
    color: #6b6969;
	letter-spacing:1px;
	font-weight:bold;
	font-size:18px;
  }
.about_home_right h1{
  letter-spacing:1px;
  font-size:42px;
  color: #242120;
  line-height:1.4em;
  }
 .about_home_right h3{
     color: #242120;
    font-size: 26px;
	margin-top:0px;
  }
 .about_home_right p{
	margin-top:10px;
	color: #8c8c8c;
	font-size:18px;
	letter-spacing:1px;
  }
/*********************about_home_end****************/

/*********************work****************/
#work{
  padding-top: 50px;
  padding-bottom: 70px;
  }
.work_left blockquote{
border-color:#de5221!important;
border-width:2px;
  }
.work_left blockquote h4{
    color: #868484;
	letter-spacing:1px;
	font-weight:bold;
	font-size:18px;
	padding:8px;
  }
.work_left img{ 
 width:100%;
 }
.work_right h1{
  letter-spacing:1px;
  font-size:42px;
  color: #242120;
  line-height:1.4em;
  }
.work_right h3{
color: #8c8c8c;
margin-top:15px;
line-height:1.4em;
font-size:26px;
  }
.work_right_1{
  margin-top:40px;
  }
.work_right_1_inner h2{
   font-size: 32px;
   letter-spacing:1px;
   }
.work_right_1_inner h2 a{
   color: #242120;
   }
.work_right_1_inner h2 a:hover{
   color: #de5221;
   }
.work_right_1_inner p{
 margin-top:8px;
 color: #8c8c8c;
 font-size:18px;
 letter-spacing:1px;
   }
 
.work_right_1_inner h5{
margin-top:40px;
  }
.work_right_1_inner h5 a{
background:#fff;
padding:15px 50px 18px 50px;
color: #242120;
border:2px solid #de5221;
font-size:18px;
letter-spacing:1px;
border-radius:30px;
  }
.work_right_1_inner h5 a:hover{
background:#de5221;
color:#fff;
  }
/*********************work_end****************/
/********************* business ****************/
#business{  
 padding-top:50px;
 padding-bottom:50px;
 background-color: #f7f7f7;
 }
.business_1{
 text-align:center;
}
.business_1 h6 {
 padding-bottom: 20px;
}
.business_1 h6 a {
 font-size: 15px;
 color: #000;
 letter-spacing: 2px;
 font-weight: 600;
}
.business_1 h2 {
 font-size: 40px;
 font-weight: 500;
 padding-bottom:30px;
 color: #000;
}
.port effect-1{ 
height:100%;  
  }
/*----*/
#business .text-desc{
	position: absolute; 
	left: 0; top: 0;
	 background-color: #000;
	 height: 100%; 
	 opacity: 0;
	 width: 100%;
	 padding: 20px;
 }
/* effect-7 css */
#business .port{
	float: left;
	width: 100%;
	position: relative;
	overflow: hidden;
	text-align: center;
	overflow: hidden;
	background-color: #FFFFFF;
 }
#business .port .text-desc{
	opacity: 0;
	 transition: 0.5s;
	 color: #fff;
 }
#business .port .text-desc h6{
font-size:1.7em;
margin-bottom:0.5em;
color:#fff;
}
#business .port .text-desc p{
	font-size:1em;
	line-height:1.3em;
	letter-spacing: 1px;
	color:#fff;
 }
#business .port.effect-1 img{
	transition: 0.5s; 
	position: relative;
	 left: 0;
 }
#business .port.effect-1:hover img{
	left: 50%;
}
#business .port.effect-1 .text-desc{
	transform: perspective(600px) rotateY(90deg); 
	transform-origin: left center 0;
	 width: 50%;
	 position: absolute;
	 left: 0; top: 0; 
	 padding: 4em 0.7em;
 }
#business .port.effect-1:hover .text-desc{
	opacity: 1; 
	transform: perspective(600px) rotateY(0deg);
	 z-index: 99;
}
/********************* business_end ****************/

 /*********************trending****************/
 #trending{
   padding-top:50px;
   padding-bottom:50px;
   }
.trending_left h4{
    color:#000;
	letter-spacing:1px;
	font-weight:bold;
	font-size:18px;
  }
.trending_left h1{
    letter-spacing: 1px;
    font-size: 42px;
    color: #242120;
    line-height: 1.1em;
	margin-top:18px;
  }
.trending_left p{
   margin-top: 35px;
    color: #8c8c8c;
    font-size: 17px;
    margin-bottom: 55px;
    letter-spacing: 1px;
  }
  
.trending_left h5{
margin-top:40px;
  }
.trending_left h5 a{
background:#fff;
padding:15px 45px 18px 45px;
color: #242120;
border:2px solid #de5221;
font-size:18px;
letter-spacing:1px;
border-radius:30px;
  }
.trending_left h5 a:hover{
background:#de5221;
color:#fff;
  }
  
.ih-item {
  position: relative;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}
.ih-item,
.ih-item * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.ih-item a {
  color: #333;
}
.ih-item a:hover {
  text-decoration: none;
}
.ih-item img {
  width: 100%;
  height: 100%;
}

 #trending .ih-item.square {
  position: relative;
  width:100%;
  height: 380px;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
}
.ih-item.square .info {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.ih-item.square.effect8 {
  overflow: hidden;
}
.ih-item.square.effect8.colored .info {
  background: #1a4a72;
}
.ih-item.square.effect8.colored .info h3 {
  background: rgba(12, 34, 52, 0.6);
}
.ih-item.square.effect8 .img {
  opacity: 1;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}
.ih-item.square.effect8 .info {
  background: #333333;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}
.ih-item.square.effect8 .info h3 {
  text-transform: uppercase;
  color: #fff;
  text-align: center;
  font-size: 17px;
  padding: 10px;
  background: #111111;
  margin: 30px 0 0 0;
  -webkit-transition: all 0.35s 0.1s ease-in-out;
  -moz-transition: all 0.35s 0.1s ease-in-out;
  transition: all 0.35s 0.1s ease-in-out;
}
.ih-item.square.effect8 .info p {
  font-style: italic;
  font-size: 17px;
  letter-spacing:1px;
  position: relative;
  color: #bbb;
  padding: 20px 20px 20px;
  text-align: center;
  -webkit-transition: all 0.35s 0.15s linear;
  -moz-transition: all 0.35s 0.15s linear;
  transition: all 0.35s 0.15s linear;
}
.ih-item.square.effect8 a:hover .img {
  opacity: 0;
}
.ih-item.square.effect8 a:hover .info {
  visibility: visible;
  opacity: 1;
}

.ih-item.square.effect8.scale_up .img {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.ih-item.square.effect8.scale_up .info {
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
}
.ih-item.square.effect8.scale_up .info h3,
.ih-item.square.effect8.scale_up .info p {
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
}
.ih-item.square.effect8.scale_up a:hover .img {
  -webkit-transform: scale(5);
  -moz-transform: scale(5);
  -ms-transform: scale(5);
  -o-transform: scale(5);
  transform: scale(5);
}
.ih-item.square.effect8.scale_up a:hover .info {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.ih-item.square.effect8.scale_up a:hover .info h3,
.ih-item.square.effect8.scale_up a:hover .info p {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}

.ih-item.square.effect8.scale_down .img {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.ih-item.square.effect8.scale_down .info {
  -webkit-transform: scale(5);
  -moz-transform: scale(5);
  -ms-transform: scale(5);
  -o-transform: scale(5);
  transform: scale(5);
}
.ih-item.square.effect8.scale_down .info h3,
.ih-item.square.effect8.scale_down .info p {
  -webkit-transform: scale(5);
  -moz-transform: scale(5);
  -ms-transform: scale(5);
  -o-transform: scale(5);
  transform: scale(5);
}
.ih-item.square.effect8.scale_down a:hover .img {
  -webkit-transform: scale(0.5);
  -moz-transform: scale(0.5);
  -ms-transform: scale(0.5);
  -o-transform: scale(0.5);
  transform: scale(0.5);
}
.ih-item.square.effect8.scale_down a:hover .info {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.ih-item.square.effect8.scale_down a:hover .info h3,
.ih-item.square.effect8.scale_down a:hover .info p {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
 /*********************trending_end****************/
/*********************detail_home****************/
 #detail_home{
        background: #0860f9;
		padding-top:30px;
		padding-bottom:20px;
	}
.detail_home_1 h1{
  font-size:60px;
  color:#fff;
  }
.detail_home_1 h2{
  font-size:60px;
  color:#fff;
  margin-top:15px;
  }
.detail_home_1 hr{
    border-color: #47defb;
    border-width: 2px;
    width: 15%;
  }
.detail_home_1 h3{
  font-size:26px;
  color:#fff;
  margin-top:15px;
  letter-spacing:1px;
  padding-bottom: 15px;
  }
 #detail_home ul.social-network {
	list-style: none;
	display: inline;
	margin-left:0 !important;
	padding: 0;
}
#detail_home ul.social-network li {
	display: inline;
	margin: 0 1px;
}


/* footer social icons */
#detail_home .social-network a.icoRss:hover {
	background-color: #F56505;
}
#detail_home .social-network a.icoFacebook:hover {
	background-color:#3B5998;
}
#detail_home .social-network a.icoTwitter:hover {
	background-color:#33ccff;
}
#detail_home .social-network a.icoGoogle:hover {
	background-color:#BD3518;
}
#detail_home .social-network a.icoVimeo:hover {
	background-color:#0590B8;
}
#detail_home .social-network a.icoLinkedin:hover {
	background-color:#007bb7;
}
#detail_home .social-network a.icoRss:hover i, .social-network a.icoFacebook:hover i, .social-network a.icoTwitter:hover i,
#detail_home .social-network a.icoGoogle:hover i, .social-network a.icoVimeo:hover i, .social-network a.icoLinkedin:hover i {
	color:#fff;
}
#detail_home a.socialIcon:hover, .socialHoverClass {
	color:#44BCDD;
}

#detail_home .social-circle li a {
	display:inline-block;
	position:relative;
	margin:0 auto 0 auto;
	-moz-border-radius:50%;
	-webkit-border-radius:50%;
	border-radius:50%;
	text-align:center;
    width: 46px;
    height: 47px;
	font-size:20px;
    background-color: #af0202;
}
#detail_home .social-circle li i {
	margin:0;
	line-height:46px;
	text-align: center;
}
#detail_home .social-circle li a:hover i, .triggeredHover {
	-moz-transform: rotate(360deg);
	-webkit-transform: rotate(360deg);
	-ms--transform: rotate(360deg);
	transform: rotate(360deg);
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-o-transition: all 0.2s;
	-ms-transition: all 0.2s;
	transition: all 0.2s;
}
#detail_home .social-circle i {
	color: #fff;
	-webkit-transition: all 0.8s;
	-moz-transition: all 0.8s;
	-o-transition: all 0.8s;
	-ms-transition: all 0.8s;
	transition: all 0.8s;
}

#detail_home .big-btn{
padding: 10px 0px 11px 0px;
width: 215px;
margin-top:5px;
}

#detail_home .big-btn i{
font-size: 65px;
margin-right: 0px !important;
}
#detail_home .big-btn strong{
font-size: 25px;
text-shadow: 1px 2px 0px #34659B;
color: #fff;
line-height: 24px;
}
#detail_home .big-btn .btn-text{
margin-top:6px;
}
/*********************detail_home_end****************/

/*********************blog_home****************/
#blog_home{
  padding-top:50px;
  padding-bottom:50px;
  }
#blog_home .ih-item.square {
  position: relative;
  width:100%;
  height:100%;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
}
.blog_home{
margin-top:50px; 
 }
.ih-item.square.effect15 {
  overflow: hidden;
  -webkit-perspective: 900px;
  -moz-perspective: 900px;
  perspective: 900px;
}
.ih-item.square.effect15.colored .info {
  background: #1a4a72;
}
.ih-item.square.effect15 .img {
  opacity: 1;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.ih-item.square.effect15 .info {
  background: #333333;
  opacity: 0;
  -webkit-transition: all 0.35s ease-in-out 0.3s;
  -moz-transition: all 0.35s ease-in-out 0.3s;
  transition: all 0.35s ease-in-out 0.3s;
}
.ih-item.square.effect15 .info h3 {
  text-transform: uppercase;
  color: #fff;
  text-align: center;
  font-size: 17px;
  padding: 10px;
  background: #111111;
  margin: 30px 0 0 0;
}
.ih-item.square.effect15 .info p {
  font-style: italic;
  font-size: 17px;
  position: relative;
  letter-spacing:1px;
  color: #bbb;
  padding: 20px 20px 20px;
  text-align: center;
}
.ih-item.square.effect15 a:hover .img {
  opacity: 0;
  visibility: hidden;
}
.ih-item.square.effect15 a:hover .info {
  visibility: visible;
  opacity: 1;
}

.ih-item.square.effect15.left_to_right .img {
  -webkit-transform: rotateY(0);
  -moz-transform: rotateY(0);
  -ms-transform: rotateY(0);
  -o-transform: rotateY(0);
  transform: rotateY(0);
  -webkit-transform-origin: 100% 50%;
  -moz-transform-origin: 100% 50%;
  -ms-transform-origin: 100% 50%;
  -o-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
}
.ih-item.square.effect15.left_to_right .info {
  -webkit-transform: rotateY(90deg);
  -moz-transform: rotateY(90deg);
  -ms-transform: rotateY(90deg);
  -o-transform: rotateY(90deg);
  transform: rotateY(90deg);
  -webkit-transform-origin: 0% 50%;
  -moz-transform-origin: 0% 50%;
  -ms-transform-origin: 0% 50%;
  -o-transform-origin: 0% 50%;
  transform-origin: 0% 50%;
}
.ih-item.square.effect15.left_to_right a:hover .img {
  -webkit-transform: rotateY(-90deg);
  -moz-transform: rotateY(-90deg);
  -ms-transform: rotateY(-90deg);
  -o-transform: rotateY(-90deg);
  transform: rotateY(-90deg);
}
.ih-item.square.effect15.left_to_right a:hover .info {
  -webkit-transform: rotateY(0);
  -moz-transform: rotateY(0);
  -ms-transform: rotateY(0);
  -o-transform: rotateY(0);
  transform: rotateY(0);
}

.ih-item.square.effect15.right_to_left .img {
  -webkit-transform: rotateY(0);
  -moz-transform: rotateY(0);
  -ms-transform: rotateY(0);
  -o-transform: rotateY(0);
  transform: rotateY(0);
  -webkit-transform-origin: 0% 50%;
  -moz-transform-origin: 0% 50%;
  -ms-transform-origin: 0% 50%;
  -o-transform-origin: 0% 50%;
  transform-origin: 0% 50%;
}
.ih-item.square.effect15.right_to_left .info {
  -webkit-transform: rotateY(-90deg);
  -moz-transform: rotateY(-90deg);
  -ms-transform: rotateY(-90deg);
  -o-transform: rotateY(-90deg);
  transform: rotateY(-90deg);
  -webkit-transform-origin: 100% 50%;
  -moz-transform-origin: 100% 50%;
  -ms-transform-origin: 100% 50%;
  -o-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
}
.ih-item.square.effect15.right_to_left a:hover .img {
  -webkit-transform: rotateY(90deg);
  -moz-transform: rotateY(90deg);
  -ms-transform: rotateY(90deg);
  -o-transform: rotateY(90deg);
  transform: rotateY(90deg);
}
.ih-item.square.effect15.right_to_left a:hover .info {
  -webkit-transform: rotateY(0);
  -moz-transform: rotateY(0);
  -ms-transform: rotateY(0);
  -o-transform: rotateY(0);
  transform: rotateY(0);
}

.ih-item.square.effect15.top_to_bottom .img {
  -webkit-transform: rotateX(0);
  -moz-transform: rotateX(0);
  -ms-transform: rotateX(0);
  -o-transform: rotateX(0);
  transform: rotateX(0);
  -webkit-transform-origin: 50% 100%;
  -moz-transform-origin: 50% 100%;
  -ms-transform-origin: 50% 100%;
  -o-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
}
.ih-item.square.effect15.top_to_bottom .info {
  -webkit-transform: rotateX(-90deg);
  -moz-transform: rotateX(-90deg);
  -ms-transform: rotateX(-90deg);
  -o-transform: rotateX(-90deg);
  transform: rotateX(-90deg);
  -webkit-transform-origin: 50% 0;
  -moz-transform-origin: 50% 0;
  -ms-transform-origin: 50% 0;
  -o-transform-origin: 50% 0;
  transform-origin: 50% 0;
}
.ih-item.square.effect15.top_to_bottom a:hover .img {
  -webkit-transform: rotateX(90deg);
  -moz-transform: rotateX(90deg);
  -ms-transform: rotateX(90deg);
  -o-transform: rotateX(90deg);
  transform: rotateX(90deg);
}
.ih-item.square.effect15.top_to_bottom a:hover .info {
  -webkit-transform: rotateX(0);
  -moz-transform: rotateX(0);
  -ms-transform: rotateX(0);
  -o-transform: rotateX(0);
  transform: rotateX(0);
}

.ih-item.square.effect15.bottom_to_top .img {
  -webkit-transform: rotateX(0);
  -moz-transform: rotateX(0);
  -ms-transform: rotateX(0);
  -o-transform: rotateX(0);
  transform: rotateX(0);
  -webkit-transform-origin: 50% 0;
  -moz-transform-origin: 50% 0;
  -ms-transform-origin: 50% 0;
  -o-transform-origin: 50% 0;
  transform-origin: 50% 0;
}
.ih-item.square.effect15.bottom_to_top .info {
  -webkit-transform: rotateX(90deg);
  -moz-transform: rotateX(90deg);
  -ms-transform: rotateX(90deg);
  -o-transform: rotateX(90deg);
  transform: rotateX(90deg);
  -webkit-transform-origin: 50% 100%;
  -moz-transform-origin: 50% 100%;
  -ms-transform-origin: 50% 100%;
  -o-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
}
.ih-item.square.effect15.bottom_to_top a:hover .img {
  -webkit-transform: rotateX(-90deg);
  -moz-transform: rotateX(-90deg);
  -ms-transform: rotateX(-90deg);
  -o-transform: rotateX(-90deg);
  transform: rotateX(-90deg);
}
.ih-item.square.effect15.bottom_to_top a:hover .info {
  -webkit-transform: rotateX(0);
  -moz-transform: rotateX(0);
  -ms-transform: rotateX(0);
  -o-transform: rotateX(0);
  transform: rotateX(0);
}
.blog_home_2{
  margin-top:20px;
  }
.blog_home_2 h6{
    color: #676666;
    font-size: 13px;
	font-weight:700;
  }
.blog_home_2 h3{
   margin-top:12px;
   letter-spacing:1px;
   font-size:26px; 
  }
.blog_home_2 h3 a{
    color: #242120;
  }
.blog_home_2 h3 a:hover{
    color: #de5221;
  }
.blog_home_2 p{
   margin-top:12px;
   font-size:17px; 
   color: #656363;
   letter-spacing:1px;
  }
.blog_home_2 ul{ 
 padding-top:10px;
 padding-bottom:5px;
 }
.blog_home_2 li{ 
 display:inline;
 margin-right:10px;
 padding-left:10px;
 }
.blog_home_2 li a{ 
 font-size: 19px;
 color: #d4855f;
 }
.blog_home_2 li a:hover{ 
 color: #de5221;
 }
/*********************blog_home_end****************/
/*********************footer****************/
#footer{
 background: #242120;
 padding-top: 30px;
 padding-bottom: 30px;
  }
.footer_left a {
	font-size:26px;
	letter-spacing:1px;
	color:#F60;
	line-height:0;
  }
.footer_left a:hover {
	color:#C00;
  }

.footer_left a i{
font-size:50px;
vertical-align:middle;
margin-right:15px;
line-height:0;
line-height:0.5em;
color:#de5221;
  }
.footer_left p {
margin-top:25px;
color: #79797c;
font-size:17px;
letter-spacing:1px;
  }
.footer_middle h2{
    color: #fff;
    font-size: 34px;
    letter-spacing: 1px;
    margin-bottom: 10px; 
  }
.footer_middle h5{
     color: #fff;
	 line-height:1.6em;
	 font-size:18px;
  }
.footer_middle h4{
   margin-top:10px;
   margin-bottom:10px;
  }
.footer_middle h4 a{
   color: #de5221;
  }
.footer_middle h5 a{
     color: #fff;
  }
.footer_middle h5 a:hover{
    color:#de5221;
  }
.footer_middle_inner{
 margin-top:8px; 
  }
.footer_middle_inner p{
 color: #79797c;
 font-size:17px;
 margin-bottom:1px;
  }
.footer_middle_inner p a{
 color: #79797c;
  }
.footer_middle_inner p a:hover{
 color: #de5221;
  }
.footer_right h2{
     color: #fff;
    font-size: 34px;
	letter-spacing:1px;
	margin-bottom:15px; 
  }
.top_right{
  margin-bottom:15px;
  }
.top_right p  a i{
background:#fff;
border-radius:100%;
color:#000;
   }
.top_right p  a {
font-size:16px;
margin-right:10px;
   }
.top_right p  .tag_1 i{
padding:18px 22px 18px 22px;
   }
.top_right p  .tag_2 i{
padding:18px;
   }
.top_right p  .tag_3 i{
padding:18px 16px 18px 16px;
   }
.top_right p  .tag_4 i{
padding:18px;
   }
.top_right p  a i:hover{
color: #de5221;
   }
/*********************footer_end****************/
/*********************footer_bottom****************/
#footer_bottom{
  padding-top:15px;
  padding-bottom:10px; 
  background: #161413;
   }
.footer_bottom p{
 font-size:17px ;
 letter-spacing:1px;
 color: #79797c; 
 text-align:center;
  }
.footer_bottom p a{
color: #979592;  
  }
.footer_bottom p a:hover{
color: #de5221;
  }
/*********************footer_bottom_end****************/

/*********************center_about****************/
#center_about{ 
 background-image: url(../img/7.webp);
 background-repeat: no-repeat;
 background-size: cover;
 padding-top: 197px;
 padding-bottom: 140px;
 }
.center_about_left{
 background-color: #00000082;
 width: 80%;
 padding: 20px 20px 30px 20px;
  }

.center_about_left_inner_1 .hr_2{
 border-color: #ffffff;
 border-width: 2px;
 width: 20%;
 float: left;
  }
.center_about_left_inner_1 h1{
clear:left;
color:#FFFFFF;
font-size:55px;
  }
.center_about_left_inner_1 p{
 margin-top: 5px;
 color: #ffffff;
 font-size: 17px;
 font-weight: bold;
 letter-spacing: 1px;
  }

/*********************center_end****************/
/*********************blog_main****************/
#blog_main{ 
 background-image: url(../img/42.webp);
 background-repeat: no-repeat;
 background-size: cover;
 padding-top: 197px;
 padding-bottom: 140px;
 }
.blog_main{
 background-color: #00000082;
 width: 80%;
 padding: 20px 20px 30px 20px;
  }

.blog_main_2 .hr_2{
 border-color: #ffffff;
 border-width: 2px;
 width: 20%;
 float: left;
  }
.blog_main_2 h1{
clear:left;
color:#FFFFFF;
font-size:55px;
  }
.blog_main_2 p{
 margin-top: 5px;
 color: #ffffff;
 font-size: 17px;
 font-weight: bold;
 letter-spacing: 1px;
  }

/*********************blog_main_end****************/
/*********************details_main****************/
#details_main{ 
 background-image: url(../img/51.webp);
 background-repeat: no-repeat;
 background-size: cover;
 padding-top: 197px;
 padding-bottom: 140px;
 }
.details_main{
 background-color: #00000082;
 width: 80%;
 padding: 20px 20px 30px 20px;
  }
.details_main_2 .hr_2{
 border-color: #ffffff;
 border-width: 2px;
 width: 20%;
 float: left;
  }
.details_main_2 h1{
clear:left;
color:#FFFFFF;
font-size:55px;
  }
.details_main_2 p{
 margin-top: 5px;
 color: #ffffff;
 font-size: 17px;
 font-weight: bold;
 letter-spacing: 1px;
  }
/*********************details_main_end****************/
/*********************gallery_main****************/
#gallery_main{ 
 background-image: url(../img/52.webp);
 background-repeat: no-repeat;
 background-size: cover;
 padding-top: 197px;
 padding-bottom: 140px;
 }
.gallery_main{
 background-color: #00000082;
 width:80%;
 padding: 20px 20px 30px 20px;
  }
.gallery_main_1 .hr_2{
 border-color: #ffffff;
 border-width: 2px;
 width: 20%;
 float: left;
  }
.gallery_main_1 h1{
clear:left;
color:#FFFFFF;
font-size:55px;
  }
.gallery_main_1 p{
 margin-top: 5px;
 color: #ffffff;
 font-size: 17px;
 font-weight: bold;
 letter-spacing: 1px;
  }
/*********************gallery_main_end****************/
/*********************team_main****************/
#team_main{ 
 background-image: url(../img/53.webp);
 background-repeat: no-repeat;
 background-size: cover;
 padding-top: 197px;
 padding-bottom: 140px;
 }
.team_main{
 background-color: #00000082;
 width:80%;
 padding: 20px 20px 30px 20px;
  }
.team_main_1 .hr_2{
 border-color: #ffffff;
 border-width: 2px;
 width: 20%;
 float: left;
  }
.team_main_1 h1{
clear:left;
color:#FFFFFF;
font-size:55px;
  }
.team_main_1 p{
 margin-top: 5px;
 color: #ffffff;
 font-size: 17px;
 font-weight: bold;
 letter-spacing: 1px;
  }
/*********************team_main_end****************/
/*********************contact_main****************/
#contact_main{ 
 background-image: url(../img/54.webp);
 background-repeat: no-repeat;
 background-size: cover;
 padding-top: 197px;
 padding-bottom: 140px;
 }
.contact_main{
 background-color: #00000082;
 width:80%;
 padding: 20px 20px 30px 20px;
  }
.contact_main_1 .hr_2{
 border-color: #ffffff;
 border-width: 2px;
 width: 20%;
 float: left;
  }
.contact_main_1 h1{
clear:left;
color:#FFFFFF;
font-size:55px;
  }
.contact_main_1 p{
 margin-top: 5px;
 color: #ffffff;
 font-size: 17px;
 font-weight: bold;
 letter-spacing: 1px;
  }
/*********************contact_main_end****************/

/********************* details ****************/
#details{ 
    padding-top: 60px;
    padding-bottom: 60px;
}
.details_2 ul{ 
    padding-top: 20px;
}
.details_2 li{ 
    display: inline;
}
.details_2 li{ 
    display: inline;
    color: #9F9F9F;
}
.blog_9 ul {
    padding-top: 10px;
	}
.blog_10 li {
    display: inline;
    margin: 10px;
}
.blog_10 li i {
    padding-right: 10px;
}
.well_24 {
    color: #8c8989;
}
.well_25 a {
    color: #000;
}
.well_26 a {
    color: #000;
}
.blog_10 p {
    font-size: 17px;
    padding-bottom: 10px;
    letter-spacing: 1px;
    line-height: 23px;
}
.blog_10 ul {
    padding-top: 15px;
    padding-bottom: 20px;
}
.details_2 li a{ 
    font-size: 12px;
    color: #000;
}
.details_2 li a:hover{ 
    color: #15a0a7;
    border-bottom: 1px solid #15a0a7;
}
.details_3{ 
    border-bottom: 1px solid #f9cbcb;
    padding-bottom: 4px;
}
.details_4 h4{ 
    padding-top: 35px;
    letter-spacing: 1px;
    font-weight: bold;
    padding-bottom: 20px;
}
.details_5{ 
    padding-left: 20px;
}
.details_5 h4{ 
    font-size: 13px;
    font-weight: bold;
    padding-bottom: 5px;
}
.details_5 p i{ 
    padding-right: 10px;
}
.details_5 p{ 
    color: #B5B5B5;
    padding-bottom: 5px;
}
.details_5 h5{ 
    color: #666;
    padding-top: 5px;
    padding-bottom: 13px;
}
.details_5 h6 i{ 
    padding-right: 7px;
}
.details_5 h6 a{ 
    color: #333;
    font-weight: bold;
}
.details_5 h6 a:hover{ 
    color: #C96;
}
.details_6 h5 {
    padding-top: 40px;
    font-size: 24px;
    padding-bottom: 10px;
}
label {
    font-size: 14px;
    padding-top: 10px;
    color: #999999;
}
.details_7 textarea {
    width: 100%;
    padding-bottom: 150px;
    border-radius: 0;
    margin-bottom: 20px;
}
.details_8 input {
    border: 1px solid #CCCCCC;
    width: 60%;
    padding-top: 20px;
    padding-bottom: 20px;
    margin-bottom: 10px;
}
.details_9 p {
    padding-top: 10px;
    padding-bottom: 10px;
}
.details_9 p a {
    text-decoration: none;
    color: #fff;
    border: 1px solid #de5221;
    padding: 10px 25px 10px 25px;
    border-radius: 4px;
    background-color: #de5221;
    font-size: 18px;
}
.details_9 p a:hover{
    color: #000;
    border: 1px solid #000;
    background-color: #fff;
}
.details_11 h3 a{ 
    font-size: 17px;
    font-weight: bold;
    color: #000;
    letter-spacing: 3px;
}
.details_11 h3 a:hover{ 
    color: #C96;
}
.details_11 h3{ 
    padding-bottom: 10px;
}
.details_11 h4{ 
    font-size: 16px;
    padding-top: 10px;
    padding-bottom: 10px;
}
.details_11 h4 a{ 
    font-size: 15px;
    color: #999;
}
.details_11 p{ 
    font-size: 18px;
    color: #000;
    padding-bottom: 20px;
}
.details_11 h5{ 
    padding-top: 20px;
}
#details .carousel-inner {
    padding-bottom: 40px;
}
.details_11 h5 a{ 
    font-size: 17px;
    color: #fff;
    font-weight: bold;
    border: 1px solid #15a0a7;
    padding: 10px 20px 10px 20px;
    background-color: #15a0a7;
}
.details_11 h5 a:hover{ 
    color: #fff;
    border: 1px solid #127086;
    background-color: #127086;
}
#details .well {
    background: none;
    border: none;
    -webkit-box-shadow: none;
}
.details_12 p{
    font-size: 17px;
    color: #666;
    padding-top: 15px;
}
.details_13 img{ 
    padding-top: 50px;
}
.details_15 img{ 
    margin-top: 8px;
}

 /************ News ************/
        #details {
            padding-top: 60px;
            padding-bottom: 60px;
        }

        .news-container {
            display: flex;
            flex-wrap: wrap;
            gap: 20px;
        }

        .news_item {
            flex: 1 1 calc(50% - 20px); /* Adjust this to manage the gap between columns */
            margin-bottom: 10px;
            border-bottom: 1px solid #ddd; /* Add a border to separate items */
            padding-bottom: 20px; /* Add padding to separate items */
            display: flex;
            flex-direction: column;
            justify-content: space-between; /* Ensure spacing between elements */
        }

        .news_item img {
            width: 100%; /* Ensure the image takes full width within its column */
            height: auto; /* Maintain aspect ratio */
            padding-bottom: 15px;
        }

        .news_header {
            padding-top: 10px;
            padding-bottom: 10px;
        }

        .news_title {
            font-size: 26px; /* Increase font size */
            font-weight: bold;
            color: #000;
            letter-spacing: 2px;
        }

        .news_meta {
            padding: 10px 0;
            overflow: hidden;
        }

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

        .news_meta li {
            display: inline;
            margin-right: 10px;
            color: #8c8989;
        }

        .news_meta li.news_author a {
            color: #000;
        }

        .news_meta li.news_tags a {
            color: darkred; /* Change category color to dark red */
            font-size: 17px; /* Match description font size */
        }

        .news_content {
            padding-top: 15px; /* Add padding to top */
            padding-bottom: 0px; /* Add padding to bottom */
            flex-grow: 1;
        }

        .news_content p {
            font-size: 17px;
            letter-spacing: 1px;
            line-height: 23px;
        }

        .news_separator {
            border: 0;
            height: 1px;
            background: #ddd;
            margin-top: 0px;
            margin-bottom: 20px;
        }

        /* Responsive columns for news items */
        @media (max-width: 767px) {
            .news_item {
                flex: 1 1 100%; /* Full width on smaller screens */
            }
        }
        /**** news end *********/



/********************* team****************/ 
.team_page .team{
margin-top:50px; 
  }

#team{
   padding-top:50px;
   padding-bottom:50px;
   }
.head_1{
 color: #4f3f39;
 font-size:45px;
  letter-spacing:1px;
  font-weight:bold;
  margin-bottom:5px;
  }
.para_1{
  color: #a9a196;
  font-size:20px;
  margin-bottom:20px;
  }
/* Common style */
.grid figure {
	position: relative;
	float: left;
	overflow: hidden;
	min-width:100%;
	max-width: 480px;
	max-height: 360px;
	width: 48%;
	background: #3085a3;
	text-align: center;
	cursor: pointer;
}

.grid figure img {
	position: relative;
	display: block;
	min-height: 100%;
	max-width: 100%;
	opacity: 0.8;
}

.grid figure figcaption {
	padding: 2em;
	color: #fff;
	text-transform: uppercase;
	font-size: 1.25em;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.grid figure figcaption::before,
.grid figure figcaption::after {
	pointer-events: none;
}

.grid figure figcaption,
.grid figure figcaption > a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* Anchor will cover the whole item by default */
/* For some effects it will show as a button */
.grid figure figcaption > a {
	z-index: 1000;
	text-indent: 200%;
	white-space: nowrap;
	font-size: 0;
	opacity: 0;
}

.grid figure h2 {
	word-spacing: -0.15em;
	font-weight: 300;
}

.grid figure h2 span {
	font-weight: 800;
}

.grid figure h2,
.grid figure p {
	margin: 0;
}

.grid figure p {
	letter-spacing: 1px;
	font-size: 68.5%;
}

/*---------------*/
/***** Jazz *****/
/*---------------*/

figure.effect-jazz {
	background: -webkit-linear-gradient(-45deg, #f3cf3f 0%,#f33f58 100%);
	background: linear-gradient(-45deg, #f3cf3f 0%,#f33f58 100%);
}

figure.effect-jazz img {
	opacity: 0.9;
}

figure.effect-jazz figcaption::after,
figure.effect-jazz img,
figure.effect-jazz p {
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
}

figure.effect-jazz figcaption::after {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	content: '';
	opacity: 0;
	-webkit-transform: rotate3d(0,0,1,45deg) scale3d(1,0,1);
	transform: rotate3d(0,0,1,45deg) scale3d(1,0,1);
	-webkit-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
}

figure.effect-jazz h2,
figure.effect-jazz p {
	opacity: 1;
	-webkit-transform: scale3d(0.8,0.8,1);
	transform: scale3d(0.8,0.8,1);
}

figure.effect-jazz h2 {
	padding-top: 26%;
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
}

figure.effect-jazz p {
	padding: 0.5em 2em;
	text-transform: none;
	font-size: 0.85em;
	opacity: 0;
}

figure.effect-jazz:hover img {
	opacity: 0.7;
	-webkit-transform: scale3d(1.05,1.05,1);
	transform: scale3d(1.05,1.05,1);
}

figure.effect-jazz:hover figcaption::after {
	opacity: 1;
	-webkit-transform: rotate3d(0,0,1,45deg) scale3d(1,1,1);
	transform: rotate3d(0,0,1,45deg) scale3d(1,1,1);
}

figure.effect-jazz:hover h2,
figure.effect-jazz:hover p {
	opacity: 1;
	-webkit-transform: scale3d(1,1,1);
	transform: scale3d(1,1,1);
}
.team_inner{
  margin-top:20px;
  }
.team_inner h3 a{
  color: #4f3f39;
 font-size:26px;
  }
.team_inner h3 a:hover{
    color: #feb856;
  }
.team_inner h4{
 color: #de5221;
 margin-top:10px;
  font-size:17px;
  }
.team_inner .para_2{
  margin-top:12px;
  font-size:18px;
  color: #979592;
  line-height:1.5em;
  }
.team_inner ul{ 
 padding-top:10px;
 padding-bottom:5px;
 }
.team_inner li{ 
 display:inline;
 margin-right:10px;
 padding-left:10px;
 }
.team_inner li a{ 
 font-size: 19px;
 color: #d4855f;
 }
.team_inner li a:hover{ 
 color: #de5221;
 }
/********************* team_end****************/ 
/*********************started****************/
#started {
  padding-top:50px;
  padding-bottom:50px;
  }
.started_left{
padding-top:28px;
  }
.started_left h5{
margin-top:40px;
font-size:19px;
  }
.started_left h5 a{
    background: #de5221;
	border-radius:30px;
	color:#fff;
	padding:16px 50px 18px 50px;
  }
.started_left h5 a:hover{
background:#b2421a;
  }
/*********************started_end****************/
/**** blog item***/
.blog_item {
    margin-bottom: 20px; /* Add some space between items */
    overflow: hidden;    /* Ensure proper float clearing */
}

.blog_9 {
    padding: 10px 0;     /* Ensure padding around titles */
}

.blog_10 {
    padding: 10px 0;     /* Ensure padding around metadata */
    overflow: hidden;    /* Ensure proper float clearing */
}

.well_22 {
    list-style: none;
}

.well_24,
.well_25,
.well_26 {
    list-style: none;
    display: inline-block; /* Ensure inline display */
    margin-right: 10px;    /* Space between items */
}
/*end*/
/*********************blog****************/
#blog{
  padding-top:50px;
  padding-bottom:50px;
  }
.blog_left h4{
 font-size:45px;
  }
.blog_left h4 a{
    color: #242120;
  }
.blog_left h4 a:hover{
    color: #de5221;
  }
.blog_left h5{
margin-top:30px;
 font-size: 14px;
 margin-bottom:20px;
 color: #a6a6a6;
 font-weight:bold;
  }
.blog_left h5 i{
margin-right:12px;
  }
.blog_left p{
color: #6b6b6b;
font-size: 18px;
margin-top:15px;
  }
.blog_left h3{
font-size:17px;
margin-top:35px;
padding-bottom:40px;
  }
.blog_left h3 a{
    color: #242120;
	border:2px solid #de5221;
	border-radius:30px;
	padding:12px 40px 15px 40px;
  }
.blog_left h3 a:hover{
    background:#de5221;
	color:#fff;
  }
.blog_left{
 border-bottom: 1px solid #efbfae;
 padding-bottom: 0px;
 margin-bottom: 10px;
  }
.paginate {
margin-top:50px;
}
.paginate a{
color:#000;
padding: 10px 14px;
font-size:16px;
font-weight:600;
border-radius:5px;
}
.paginate a:hover{
background:#de5221;
color:#fff;
}
.tag_page{
  background:none!important;
  color:#de5221!important;
  }
.tag_page:hover{
  color:#de5221!important;
  }
.blog_right h4{
  font-size:45px;
  margin-bottom:25px;
  }
.blog_right h5{
  font-size:20px;
  line-height:1.5em;
  margin-top:16px;
  }
.blog_right h5 a{
   color: #312e23;
  }
.blog_right h5 a:hover{
  color:#de5221
  }
.blog_right{
  margin-bottom:18px;
  }
  
.view{
 background:#f4f4f4;
 margin-top:20px; 
  }
.view h4{
padding:0;
margin:0;
padding-top:20px;
padding-left:20px;
font-weight:bold;
font-size:17px;
  }
  
.view {
padding-bottom:15px;
margin-bottom:20px;
}
.view .nav li a:hover{
background:#fff;
}
.view .nav{
padding-left:15px;
padding-top:10px;
padding-bottom:10px;
}
.view .nav-tabs{
border:none;
}

.view .nav>li>a {
  padding:0;
  padding:5px;
  font-weight:bold;
  font-size:13px;
}
.tab_1_inner p{
  font-size:22px;
  color:#999999;
  letter-spacing:1px;
  }
.tab_1_inner_1 p a{
 color:#000000;
 font-weight:bold;
letter-spacing:1px;
  }
.tab_1_inner_1_main{
 padding-left:0; 
  }
.clear_text{
 padding-top:10px;
 padding-bottom:10px;
  }
.blog_right_inner_4{
margin-top:40px;
padding:15px 15px 30px 15px;
background:#4a5263;
border-radius:5px;
}
.blog_right_inner_4 h4{
color:#ffffff;
text-align:center;
font-weight:600;
font-size:18px;
letter-spacing:1px; 
}
.blog_right_inner_4 p{
color:#e1e1e1;
text-align:center;
font-size:14px;
letter-spacing:1px;
font-size:15px;
padding-top:15px;
padding-bottom:15px;
}
.blog_right_inner_4 .form-control{
 background: #303744;
 margin-bottom:6px;
 font-size:18px;
 font-weight:300;
 height:55px;
 border-radius:0;
 border: 1px solid #303744; 
}

.blog_right_inner_4 span a{
background-color:#de5221;
display:block;
text-align:center;
padding-top:15px;
padding-bottom:15px;
font-size:20px;
color:#fff;
}
.blog_right_inner_4 span a:hover{
background:#b2421a;
color:#fff

}
.blog_right_inner_4 h5{
font-size:14px;
padding-top:25px;
color:#ffffff;
text-align:center;
}
/*********************blog_end****************/
/********************* layout ****************/
#layout{ 
 padding-top:35px;
 padding-bottom:35px;
 }
.layout_1 h2{ 
 text-align:center;
 font-size:35px;
 padding-bottom:30px;
 }
.layout_2 img{ 
 border-radius: 20px 60px 20px 60px;
 }
.layout_3 h3{ 
 font-size: 30px;
 padding-top: 10px;
 padding-bottom: 10px;
 color: #de5221;
 }
.layout_3 p{ 
 font-size:18px;
 color: #000;
 }
.layout_4 p{
	color: #868688;
	font-size: 17px;
	padding-top: 10px;
	line-height: 23px;
	padding-bottom: 10px;
	text-align: center;
 }
.layout_4 ul{ 
 padding-top:5px;
 padding-bottom:5px;
 }
.layout_4 li{ 
 display:inline;
 margin-right:10px;
 padding-left:10px;
 }
.layout_4 li a{ 
 font-size: 19px;
 color: #d4855f;
 }
.layout_4 li a:hover{ 
 color: #de5221;
 }
.layout_main{ 
 text-align:center;
 }
.layout_2 img{ 
 width:100%;
 }
/********************* layout_end ****************/


/*********************education_tour****************/
#education_tour{
   padding-top:50px;
   padding-bottom:30px;
   }
.port_1{
          position:relative;
		  margin-bottom:20px;
		  }
.port_3 i{
           color:#fff; 
		   font-size:2.3em; 
		   padding-top:35%;
		  }
.port_1:hover .port_3{
          display:block;
		  }
.port_2 img {
       height:280px;
		  }
.port_3 {
          width:100%;
		  height:100%;
		  text-align:center;
		  background:rgba(8,96,249,0.5);
		  position:absolute; 
		  top:0;
		  display:none;
		  opacity:0.8;
		  }
/*********************education_tour_end****************/

/*********************contact****************/
#contact{
 padding-bottom: 40px;
 padding-top: 30px;
 background:#f4f4f4;
	  }
#contact h1{
     font-weight:bold;
	 font-size:45px;
	  font-family: Georgia, "Times New Roman", Times, serif;
	  color: #de5221;
	  }

.contact hr.star-light,
hr.star-primary {
    margin: 10px auto 40px;
    padding: 0;
    max-width: 250px;
    border: 0;
    border-top: solid 2px;
    text-align: center;
}

.contact hr.star-light:after,
hr.star-primary:after {
    content: "\f005";
    display: inline-block;
    position: relative;
    top: -.8em;
    padding: 0 .25em;
    font-family: FontAwesome;
    font-size: 2em;
}

.contact hr.star-light {
    border-color: #fff;
}

.contact hr.star-light:after {
    color: #fff;
    background-color: #18bc9c;
}

.contact hr.star-primary {
    border-color: #eac4b6;
}

.contact hr.star-primary:after {
    color: #2c3e50;
    background-color: #f4f4f4;
}
.contact .btn-lg{
    background:#de5221;
	color:#ffffff;
	border-color:#de5221;
	  }
.contact .btn-lg:hover{
background:#b2421a;
      }
#contact .btn-lg{
    border-radius:6px!important;
	margin-top:10px;
       }
#contact input {
 width: 60%;
}
#contact .form-group {
 margin-bottom: 0px;
}
#contact .help-block {
 margin-top: 0px;
 margin-bottom: 0px;
}
/*********************contact_end****************/
/********************* about ****************/
#about{ 
padding-top:30px;
padding-bottom:30px;
 }
.about_1 h2{ 
font-size:36px;
font-weight:bold;
padding-top:5px;
 }
.about_1 p{ 
font-size:18px;
color: #888;
padding-bottom:20px;
 }
.about_inner_1 h2{ 
font-size:30px;
color: #fff;
font-weight:500;
padding-top:30px;
padding-bottom:20px;
 }
.about_inner_1 p{ 
font-size:18px;
color: #fff;
padding-bottom:20px;
 }
.about_inner{  
position: relative;
}
.about_inner_1{  
 position: absolute;
 background: #de5221;
 border: 1px solid #de5221;
 width: 80%;
 left: 78%;
 top: 10%;
 padding: 2em;
 }
.about_3 ul{ 
padding-top:30px;
padding-bottom:30px;
 }
.about_3 li{ 
display:inline;
margin:2px;
 }
.about_3 li a{ 
 border: 1px solid #de5221;
 padding: 10px 12px 10px 12px;
 font-weight: bold;
 color: #de5221;
 }
.about_3 li a:hover{ 
border: 1px solid #000;
color:#000;
 }
/********************* about_end ****************/


@media screen and (max-width : 768px){
#header .nav{
  background:#f4f4f4;
  text-align: center;
  }
#header .navbar-default .navbar-brand i {
 font-size: 30px;
 margin-right: 5px;
}
#header .navbar {
 margin-bottom: 0px;
}
#header .navbar-default .navbar-brand {
 line-height: 18px;
}
#header .navbar-default ul li ul {
 min-width: 100%;
}
#header .navbar-default .color_1 {
    font-size: 24px;
    margin-right:0px;
}
#center {
 padding-top: 50px;
 padding-bottom: 50px;
}
.space_left{
padding-left:15px; 
} 
.space_right{
padding-right:15px; 
} 
.space_all{
padding-left:15px;
padding-right:15px;
} 
.navbar-collapse{
max-height:none;
box-shadow:none;  
  }
.navbar-default .navbar-collapse, .navbar-default .navbar-form {
    border:none;
}
.navbar-nav li ul li a:hover{
color: #de5221!important;
   }
.navbar-default {
   border:none;
   padding:0;
   padding-top:20px;
   position:static;
}
#center{
 margin-top:0; 
  }
.center_left{
 padding-top:0;
 padding-top:30px; 
  }
#research{
 padding:0;
 padding-top:40px;
 padding-bottom:40px; 
 text-align:center;
  }
.center_left_inner_1 h1 {
 font-size: 50px;
}
.research h4 {
 font-size: 16px;
}
.research h1 {
	font-size: 32px;
	color: #CC0000;
}
.research_1_inner {
 margin-bottom: 15px;
}
.research_1 {
 margin-top: 20px;
}
.center_left_inner_1 p {
 margin-top: 30px;
}
.about_home_left{
padding-top:0;
padding-top:40px;  
  }
#about_home{
 padding-bottom: 30px;
 text-align: center;
 padding-top: 0px; 
  }
#work {
 padding:0;
 padding-top:20px;
 padding-bottom:20px;
 text-align: center;
}
.work_left blockquote {
 border:none;
}
.work_right h3 {
 line-height: 1.4em;
 font-size: 20px;
}
.work_right_1 {
 margin-top: 10px;
}
#business .port .text-desc h6 {
 font-size: 1.2em;
}
#business .port.effect-1 .text-desc {
 padding: 1em 0.7em;
}
#business .port .text-desc p {
 font-size: 0.7em;
}
.work_right_1_inner{
 margin-bottom:50px; 
  }
#trending{
 padding:0;
 padding-top:40px;
 padding-bottom:40px;
 text-align:center;
  }
.trending_right{
 margin-top:50px; 
  }
.trending_left h1 {
 font-size: 33px;
}
#trending .ih-item.square.effect8 .info p {
 font-size: 9px;
}
.trending_left p {
 margin-top: 15px;
 margin-bottom: 5px;
}
#trending .ih-item.square{
 height:100%; 
  }
.blog_home {
 margin-top: 20px;
}
#detail_home{
 padding:0;
 padding-top:40px;
 padding-bottom:20px; 
  }
.detail_home_1 {
  margin-bottom:30px;
  }
#blog_home{
 padding:0;
 padding-top:40px;
 padding-bottom:10px; 
  }
.blog_home_2 {
margin-bottom:20px;  
  }
#footer{
 padding:0;
 padding-top:40px;
 padding-bottom:20px; 
 text-align:center;
  }
.footer_left{
 margin-bottom:20px; 
  }
.footer_middle{
 margin-bottom:20px; 
  }
#blog{
 padding:0; 
 padding-top:40px;
 padding-bottom:40px;
 text-align:center;
  }
.blog_left h4 a {
 font-size: 30px;
}
.blog_left h4 {
 line-height: 29px;
}
.paginate {
 margin-top: 20px;
}
.tab_1_inner {
 border:none!important;
  }
.tab_1_inner_1 p{
  padding:10px;
  }
.blog_right{
 margin-top:20px; 
  }
#center_about{
margin-top:0;  
  }
.clear_text {
 padding-top: 0px;
 padding-bottom: 0px;
}
.paginate a{
padding:0;
padding:5px;
}
.center_about_left{
 padding-top:0;
 padding-top:20px; 
  }
.team_inner  {
margin-bottom:20px;   
   }
#team{
padding:0;
padding-top:40px;
padding-bottom:20px;  
  }
#education_tour{
 padding:0;
 padding-top:40px;
 padding-bottom:20px; 
  }
.team_1 img{
  width:100%;
  }
#center_about {
 padding-top: 50px;
 padding-bottom: 50px;
}
.center_about_left {
 width: 100%;
}
.center_about_left_inner_1 h1 {
 font-size: 30px;
}
#about {
 text-align: center;
}
.about_inner img{  
 width:100%;
}
.about_inner_1 {
 position: static;
 width: 100%;
}
.about_inner_1 h2 {
 padding-top: 0px;
 padding-bottom: 10px;
}
.team_page .team {
 margin-top: 20px;
}
#started {
 padding-top: 30px;
 padding-bottom: 30px;
 text-align: center;
}
.started_left {
 padding-top: 0px;
}
.started_left h5 a {
 padding: 10px 20px 14px 20px;
}
.started_left h5 {
 margin-top: 20px;
 margin-bottom: 25px;
}
.started_left_1 img{ 
 width:100%;
 }
#blog_main {
 padding-top: 50px;
 padding-bottom: 50px;
}
.blog_main_2 h1 {
 font-size: 40px;
}
#details_main {
 padding-top: 50px;
 padding-bottom: 50px;
}
.details_main_2 h1 {
 font-size: 30px;
}
#details {
 padding-top: 40px;
 padding-bottom: 40px; 
 text-align: center;
}
.details_1 img{ 
 margin-bottom:10px;
 }
.details_5 {
 padding-left: 0px;
 padding-top: 10px;
}
.details_6 h5 {
 padding-top: 10px;
}
.details_8 input {
 width: 100%;
}
.details_13 img {
 padding-top: 20px;
}
#gallery_main {
 padding-top: 50px;
 padding-bottom: 50px;
}
.gallery_main_1 h1 {
 font-size: 31px;
}
#team_main {
 padding-top: 50px;
 padding-bottom: 50px;
}
.team_main_1 h1 {
 font-size: 32px;
}
#layout {
 padding-top: 30px;
 padding-bottom: 30px;
 text-align: center;
}
.layout_1 h2 {
 padding-bottom: 20px;
}
.layout_4 ul {
 padding-bottom: 10px;
}
#contact_main {
 padding-top: 50px;
 padding-bottom: 50px;
}
#contact input {
 width: 100%;
}
}



@media (min-width:768px) and (max-width:960px) {
.space_left{
padding-left:15px; 
} 
.space_right{
padding-right:15px; 
} 
.space_all{
padding-left:15px;
padding-right:15px;
} 
.navbar-default .navbar-brand i{
  font-size:40px;
  margin-right:0;
  margin-right:5px;
  }
.navbar-default .color_1{
margin-right:0;
font-size:16px;  
  }
.navbar-default ul li ul li a {
    font-size: 16px;
}
.center_left{
padding-top:0;  
  }
.about_home_right h1{
   font-size:34px;
   }
.about_home_right p{
 font-size:14px;
 margin-top:0;
 margin-top:10px; 
  }
.work_left blockquote h4{
  padding:0;
  }
.work_right_1_inner h5 a{
 padding:0;
 padding:10px 20px 10px 20px;  
  }
#trending .ih-item.square{
  height:auto;
  }
#trending .ih-item.square p{
 font-size:14px;
  }
.footer_middle h2{
 font-size:30px; 
  }
.footer_right h2{
 font-size:30px; 
  }
.top_right p  a{
  margin-right:0;
  margin-right:3px;
  font-size:14px;
  }
.top_right p .tag_1 i {
    padding: 10px 14px 10px 14px;
}
.top_right p .tag_2 i {
    padding: 10px;
}
.top_right p .tag_3 i {
    padding: 10px 8px 10px 8px;
}
.top_right p .tag_4 i {
    padding: 10px;
}
#team figure.effect-jazz h2{
  font-size:18px;
  padding:0;
  }
#team figure.effect-jazz p{
  padding:0;
  font-size:12px;
   padding:3px;
  }
.blog_right h4 {
    font-size:30px;
}
.blog_right h5{
 font-size:12px; 
  }
.view .nav>li>a{
font-size:8px;
padding:0; 
  }
.tab_1_inner p{
font-size:14px;  
  }
.tab_1_inner_1 p a{
 font-size:12px; 
  }
.blog_right_inner_4 p{
   font-size:13px; 
  }
.port_3 i {
    padding-top: 55%;
}
#header .navbar-default .color_1 {
 font-size: 16px;
 margin-right: 0px;
}
#header .nav>li>a {
 padding: 10px 10px;
}
#header .navbar-default .navbar-brand i {
 font-size: 30px;
 margin-right:0px;
}
#header .navbar-default .navbar-brand {
 font-size: 22px;
}
#header .navbar-default {
 padding-bottom: 0px;
}
#header .navbar-right {
 padding-top: 3px;
}
#header .navbar-header {
 padding-top: 4px;
}
#center {
 padding-top: 50px;
 padding-bottom: 70px;
}
.about_home_right {
 padding-top: 0px;
}
.work_right h1 {
 font-size: 30px;
}
.work_right h3 {
 margin-top: 0px;
 font-size: 18px;
}
.work_right_1_inner h2 {
 font-size: 25px;
}
.work_right_1 {
 margin-top: 10px;
}
#business .port.effect-1 .text-desc {
 padding: 1em 0.7em;
}
#business .port .text-desc h6 {
 font-size: 1.4em;
}
#business .port .text-desc p {
 font-size: 0.6em;
 line-height: 1.0em;
}
.trending_left h1 {
 font-size: 30px;
}
.trending_left p {
 margin-top: 10px;
 margin-bottom: 10px;
}
#detail_home .social-circle li a {
 width: 26px;
 height: 26px;
 font-size: 12px;
}
#detail_home .social-circle li i {
 line-height: 28px;
}
.footer_left p {
 font-size: 15px;
}
.footer_middle h5 {
 font-size: 15px;
}
.started_left_1 img{ 
 width:100%;
 }
#center_about {
 padding-top: 90px;
 padding-bottom: 40px;
}
.center_about_left_inner_1 h1 {
 font-size: 35px;
}
.about_inner img{ 
  width:100%;
 }
.about_inner_1 h2 {
 padding-top: 0px;
 padding-bottom: 10px;
}
.about_inner_1 h2 {
 font-size: 23px;
}
.about_inner_1 p {
 font-size: 14px;
 padding-bottom: 0px;
}
.about_inner_1 {
 width: 97%;
 top: 6%;
 padding: 1.2em;
}
.team_inner h3 a {
 font-size: 22px;
}
.started_left {
 padding-top: 0px;
}
.research h1 {
 font-size: 30px;
}
#blog_main {
 padding-top: 100px;
 padding-bottom: 50px;
}
.blog_main_2 h1 {
 font-size: 45px;
}
.blog_left h4 {
 font-size:28px;
}
.paginate {
 margin-top: 10px;
}
#details_main {
 padding-top: 100px;
 padding-bottom: 50px;
}
.details_main_2 h1 {
 font-size: 46px;
}
#gallery_main {
 padding-top: 100px;
 padding-bottom: 50px;
}
.gallery_main_1 h1 {
 font-size: 48px;
}
#team_main {
 padding-top: 100px;
 padding-bottom: 50px;
}
.team_main_1 h1 {
 font-size: 48px;
}
#layout {
 padding-top: 30px;
 padding-bottom: 30px;
}
.layout_1 h2 {
 padding-bottom: 20px;
}
.layout_3 h3 {
 font-size: 23px;
}
.layout_3 p {
 font-size: 16px;
}
.layout_4 li a {
 font-size: 14px;
}
.layout_4 li {
 margin-right: 4px;
 padding-left: 4px;
}
#contact_main {
 padding-top: 100px;
 padding-bottom: 50px;
}
#header .navbar-default ul li ul {
  min-width: 108%;
}
}




@media (min-width:960px) and (max-width:1200px) {
.space_left{
padding-left:15px; 
} 
.space_right{
padding-right:15px; 
} 
.space_all{
padding-left:15px;
padding-right:15px;
} 
.navbar-default .navbar-brand i{
  font-size:40px;
  margin-right:0;
  margin-right:5px;
  }
.navbar-default .color_1{
margin-right:0;
font-size:16px;  
  }
.navbar-default ul li ul li a {
    font-size: 16px;
}
.center_left{
padding-top:0;  
  }
.about_home_right h1{
   font-size:34px;
   }
.about_home_right p{
 font-size:14px;
 margin-top:0;
 margin-top:10px; 
  }
.work_left blockquote h4{
  padding:0;
  }
.work_right_1_inner h5 a{
 padding:0;
 padding:10px 20px 10px 20px;  
  }
#trending .ih-item.square{
  height:auto;
  }
#trending .ih-item.square p{
 font-size:14px;
  }
.footer_middle h2{
 font-size:30px; 
  }
.footer_right h2{
 font-size:30px; 
  }
.top_right p  a{
  margin-right:0;
  margin-right:3px;
  font-size:14px;
  }
.top_right p .tag_1 i {
    padding: 10px 14px 10px 14px;
}
.top_right p .tag_2 i {
    padding: 10px;
}
.top_right p .tag_3 i {
    padding: 10px 8px 10px 8px;
}
.top_right p .tag_4 i {
    padding: 10px;
}
#team figure.effect-jazz h2{
  font-size:18px;
  padding:0;
  }
#team figure.effect-jazz p{
  padding:0;
  font-size:12px;
   padding:3px;
  }
.blog_right h4 {
    font-size:30px;
}
.blog_right h5{
 font-size:12px; 
  }
.view .nav>li>a{
font-size:8px;
padding:0; 
  }
.tab_1_inner p{
font-size:14px;  
  }
.tab_1_inner_1 p a{
 font-size:12px; 
  }
.blog_right_inner_4 p{
   font-size:13px; 
  }
.port_3 i {
    padding-top: 55%;
}
#header .navbar-default .color_1 {
 font-size: 16px;
 margin-right: 0px;
}
#header .nav>li>a {
 padding: 10px 10px;
}
#header .navbar-default .navbar-brand i {
 font-size: 30px;
 margin-right:0px;
}
#header .navbar-default .navbar-brand {
 font-size: 22px;
}
#header .navbar-default {
 padding-bottom: 0px;
}
#header .navbar-right {
 padding-top: 3px;
}
#header .navbar-header {
 padding-top: 4px;
}
#center {
 padding-top: 50px;
 padding-bottom: 70px;
}
.about_home_right {
 padding-top: 0px;
}
.work_right h1 {
 font-size: 30px;
}
.work_right h3 {
 margin-top: 0px;
 font-size: 18px;
}
.work_right_1_inner h2 {
 font-size: 25px;
}
.work_right_1 {
 margin-top: 10px;
}
#business .port.effect-1 .text-desc {
 padding: 1em 0.7em;
}
#business .port .text-desc h6 {
 font-size: 1.4em;
}
#business .port .text-desc p {
 font-size: 0.6em;
 line-height: 1.0em;
}
.trending_left h1 {
 font-size: 30px;
}
.trending_left p {
 margin-top: 10px;
 margin-bottom: 10px;
}
#detail_home .social-circle li a {
 width: 26px;
 height: 26px;
 font-size: 12px;
}
#detail_home .social-circle li i {
 line-height: 28px;
}
.footer_left p {
 font-size: 15px;
}
.footer_middle h5 {
 font-size: 15px;
}
.started_left_1 img{ 
 width:100%;
 }
#center_about {
 padding-top: 90px;
 padding-bottom: 40px;
}
.center_about_left_inner_1 h1 {
 font-size: 35px;
}
.about_inner img{ 
  width:100%;
 }
.about_inner_1 h2 {
 padding-top: 0px;
 padding-bottom: 10px;
}
.about_inner_1 h2 {
 font-size: 23px;
}
.about_inner_1 p {
 font-size: 14px;
 padding-bottom: 0px;
}
.about_inner_1 {
 width: 97%;
 top: 6%;
 padding: 1.2em;
}
.team_inner h3 a {
 font-size: 22px;
}
.started_left {
 padding-top: 0px;
}
.research h1 {
 font-size: 30px;
}
#blog_main {
 padding-top: 100px;
 padding-bottom: 50px;
}
.blog_main_2 h1 {
 font-size: 45px;
}
.blog_left h4 {
 font-size:28px;
}
.paginate {
 margin-top: 10px;
}
#details_main {
 padding-top: 100px;
 padding-bottom: 50px;
}
.details_main_2 h1 {
 font-size: 46px;
}
#gallery_main {
 padding-top: 100px;
 padding-bottom: 50px;
}
.gallery_main_1 h1 {
 font-size: 48px;
}
#team_main {
 padding-top: 100px;
 padding-bottom: 50px;
}
.team_main_1 h1 {
 font-size: 48px;
}
#layout {
 padding-top: 30px;
 padding-bottom: 30px;
}
.layout_1 h2 {
 padding-bottom: 20px;
}
.layout_3 h3 {
 font-size: 23px;
}
.layout_3 p {
 font-size: 16px;
}
.layout_4 li a {
 font-size: 14px;
}
.layout_4 li {
 margin-right: 4px;
 padding-left: 4px;
}
#contact_main {
 padding-top: 100px;
 padding-bottom: 50px;
}
#header .navbar-default ul li ul {
  min-width: 108%;
}

 }
 @media (min-width:1200px) and (max-width:1440px) {

 }

/* Style for news titles in news.php */
.news-title {
    font-size: 24px; /* Adjust font size as needed */
    font-weight: bold; /* Optionally, adjust font weight */
    /* Add any other styles you want to apply */
}
