
/* reset */
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,dl,dt,dd,ol,nav ul,nav li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline;}
article, aside, details, figcaption, figure,footer, header, hgroup, menu, nav, section {display: block;}
ol,ul{list-style:none;margin:0px;padding:0px;}
blockquote,q{quotes:none;}
blockquote:before,blockquote:after,q:before,q:after{content:'';content:none;}
table{border-collapse:collapse;border-spacing:0;}
/* start editing from here */
*{
	margin:0;
	padding:0;
}
p{    
  text-align: justify;
  text-justify: inter-word;
}
blockquote{text-align: justify;margin: 9px 0px;}
a{text-decoration: none !important;outline: none !important;}
body{
  background: #ffffff;
  color:#2b2e3b;    
  font-size: 13px;
  font-family: "Source Serif Pro",Georgia,serif;
  -webkit-font-smoothing: antialiased;
}
header {
  z-index: 9000;
  background: #fff;
  position: fixed;
  height: 90px;
  width: 100%;
  box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.1);
}
.logo{    
  width: 60px;
  display: inline-block;
  outline: none !important;
  float: left;
  padding-top: 14px;
  margin-right: 10px;
}
.logo2{
  width: 338px;
  float: left;
  padding-top: 31px;
}
.menu-toggle{
  height: 90px;
  float: left;
  border-right: 1px solid #ddd;
  display: inline-block;
  position: relative;
  padding: 35px 20px 0px 20px;
  position: relative;
  cursor: pointer;
  margin-right: 20px;
}
.menu-toggle:hover{
  background: #ff0b3a;
}
.menu-toggle div{
  cursor: pointer;
  border-radius: 1px;
  height: 2px;
  width: 30.5px;
  background: #000;
  display: block;
  content: '';
  margin-bottom: 6px;
  transition: all 500ms ease-in-out;
}
.menu-toggle:hover div{
  background: #fff;
}
.nav-right{
  float: right;
  list-style: none !important;
  padding-right: 30px;
}
.nav-right li{
  display: inline-block;
}
 .nav-right li a{
   text-transform: uppercase;
  padding: 37px 10px;
  display: block;
  cursor: pointer;
  font-size: 12px;
  color: #2b2e3b;
  outline: none !important;
  font-family: 'Sarabun', sans-serif;
  font-weight:500;
}

.nav-right li a:hover{
  color: #ff0b3a;
}
.nav-right li .d{color: #ff0b3a;}
.side-menu{
  width: 300px;
  background: #111;
  position: fixed;
  z-index: 999;
  height: 100vh;
  top: 90px;
  left: -300px;
  transition: all .5s ease-in-out;
  overflow-y: auto;
  padding-bottom: 160px;
}
.mobile-show{display: none;}
.mobile-no{display: block;}
.side-menu ul{list-style: none !important;margin:0px !important;}
li:hover > .drop-down {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  visibility: visible;
  opacity: 1;
}

.drop-down a{
margin: 0px;
font-size: 14px;
display: block;
width: 100%;
padding: 10px 0px !important;
transition: all .7s ease-in-out;
-webkit-transition: all .7s ease-in-out;
text-decoration: none !important;
font-weight: 600;
position: relative;
color: #222 !important;
}
.drop-down a:hover{
  color: #ff0b3a !important;
}
.drop{
    position: relative;
}
.drop-down {
  position: absolute;
  top: 80px;
  margin:0;
  left: -10px;
  -webkit-box-shadow: 0 2px 29px rgba(0, 0, 0, 0.05);
  box-shadow: 0 2px 29px rgba(0, 0, 0, 0.05);
  background-color: #ffffff;
  -webkit-transform: translateY(50px);
  -ms-transform: translateY(50px);
  transform: translateY(50px);
  -webkit-transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
  -webkit-transition-delay: 0.2s;
  -o-transition-delay: 0.2s;
  transition-delay: 0.2s;
  -webkit-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
  transition-duration: 0.4s;
  visibility: hidden;
  opacity: 0;
  min-width: 240px;
  padding: 20px;
  z-index: 9;
  border-radius: 3px;
}
.drop-down li{display: block !important;}
.about-ul{display: none;}
.about-ul li a{padding-left: 30px;}
@media(max-width:1278px){
  header{height: 70px;}
  .logo{padding-top: 10px;width: 50px;}
  .logo2{padding-top: 23px;}
  .menu-toggle{height: 70px;padding-top: 25px;}
  .nav-right{display: none;}
  .side-menu{top: 70px;}
  .mobile-show{display: block;}
  .mobile-no{display: none;}
}
@media(max-width:520px){
  .logo2{width: 230px;padding-top: 28px;}
}
@media(max-width:385px){
  .logo2{width: 195px;padding-top: 28px;}
}
.nav-right
.side-menu li{
  width: 100%;
  display: block;
}
.side-menu a{
  color: #f2f2f2;
  display: block;
  border-top: 1px solid #353535;
  padding: 15px 20px;
  cursor: pointer;
  font-size: 15px;
  font-weight:500;
  letter-spacing: .5px;
  outline: none !important;
}
.social li{display: inline-block;width: 30px;}
.social{
  border-top: 1px solid #353535;
}
.social a{
  border-top:0px !important;
}
.side-menu li a:hover{
  color: #ff0b3a;
}
.side-menu li a i{
  display: block;
  font-size: 12px;
  font-weight: 100;
}
.switch div:nth-child(2) {
  display: none !important; 
}
.switch div:first-child {
  -webkit-transform: rotate(45deg) !important;
  -ms-transform: rotate(45deg) !important;
  transform: rotate(45deg) !important;
  position: relative;
  bottom: -4.6px;
  -webkit-transition: all .4s ease-in-out;
  -o-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out; 
}
.switch div:nth-child(3) {
  bottom: 3px;
  position: relative;
}
.switch div {
-webkit-transform: rotate(135deg) !important;
-ms-transform: rotate(135deg) !important;
transform: rotate(135deg) !important;
-webkit-transition: all .2s;
-o-transition: all .2s;
transition: all .2s; 
}
.main-overlay{
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.5);
  z-index: 990;
  position: fixed;
  display: none;
  transition: all .5s ease-in-out;
}
.search-overlay{
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.98);
  z-index: 990;
  position: fixed;
  transition: all .5s ease-in-out;
  display: none;
}
.search-overlay .close-btn{
  position: fixed;
  top: 180px;
  right: 10%;
  height: 40px;
  width: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 50%;
  color: #ddd;
  cursor: pointer;
  background: rgba(255,255,255,0.05);
}
.search-overlay form{
  padding-top: 300px;
  margin: 0 auto;
  width: 500px;
  position: relative;
}
@media(max-width:600px){
  .search-overlay form{
    padding-top: 300px;
    width: 90%;
  }
}
.search-overlay input{
  height: 45px;
  width: 100%;
  padding:10px 25px;
  border:1px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 25px;
  outline: none !important;
}
.search-overlay button{
  position: absolute;
  right: 0;
  background: rgba(255,255,255,0.03);
  color: #fff;
  border-radius: 50%;
  height: 45px;
  border: 0px;
  width: 45px;
  z-index: 2;
  outline: none !important;
}

.search-overlay button:hover{
  background: rgba(255,255,255,0.09);
}
.displayed{
  left: 0px;
  display: block;
}


.wrap{
  width: 90%;
  margin: 0 auto;
}
.main-wrap{
  padding-top: 90px;
  width: 100%;
  overflow: hidden;
  font-family: 'Utopia-bold';
}
.main-wrap .side-2{
  width: 50%;
  float: left;
  height: 460px;
  position: relative;
  overflow: hidden;
  border-bottom: 1px solid #4d4d4d;
}
.main-wrap .side-2 .text{top: 100px;}
.main-wrap .side-3,.main-wrap .side-4,.main-wrap .side-5{
  width: 33.33%;
  float: left;
  height: 460px;
  position: relative;
  overflow: hidden;
  border-left: 1px solid #4d4d4d;
  border-bottom: 1px solid #4d4d4d;
}
.side-5.side:nth-child(1) .text {
    top: 90px;
}
.main-wrap .side-6{
  width: 33.33%;
  float: left;
  height: 230px;
  position: relative;
  overflow: hidden;
  border-left: 1px solid #4d4d4d;
  border-bottom: 1px solid #4d4d4d;
}
.main-wrap .side-3:nth-child(1){
  border-left: 0px;
}
.main-wrap .side-3 .text{top: 70px;}
.main-wrap .side-4:nth-child(3),.main-wrap .side-4:nth-child(4){
  height: 230px;
}
.main-wrap .side-4:nth-child(1) .text,.main-wrap .side-4:nth-child(2) .text{
  top: 70px;
}
.main-wrap .side-5:nth-child(2),.main-wrap .side-5:nth-child(3),.main-wrap .side-5:nth-child(4),.main-wrap .side-5:nth-child(5){
  height: 230px;
}
.main-wrap .inner{
  background: rgba(0,0,0,0.65);
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 2;
}
.main-wrap a:hover .inner{
  background: rgba(0,0,0,0.8);
}
.main-wrap .text{
  position: absolute;
  z-index: 3;
  color: #fff;
  padding: 40px;
}
.side-1 .text,.side-m .text,.side-2-m .text{top: 90px;}
.main-wrap .text h2{
  font-size: 24px;
  line-height: 28px;
  font-family: 'Amiri', serif;
}
.main-wrap .text .meta{
  text-transform: uppercase;
  color: #ff0b3a;
  padding-bottom: 15px;    font-size: 12px;
    letter-spacing: 2px;
}
.main-wrap img{
  width: 100%;
  min-height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

@media(max-width:768px){
  .side{width: 100% !important;float: none !important;margin-bottom: 7px;height: 200px !important;}
  .main-wrap {
    padding-top: 80px;
    padding-left: 10px;
    padding-right: 10px;
  }
.side .text{top: 20px !important;}
.main-wrap .text h2{
  font-weight: 900;
  font-size: 20px;
  line-height: 23px;
}
.main-wrap .text .meta{
  text-transform: uppercase;
  color: #ff0b3a;
  padding-bottom: 15px;
}
.main-wrap img{
    width: 100%;
    height: auto;
    position: absolute;
    top: 0;
    left: 0;
}
}

/*---- S L I D E ---*/

/*--------------- Featured causes ---------
--------------------------------------
--------------------------------------*/
.featured-wrap{
  width: 100%;
  overflow: hidden;
  padding: 0px 0px;
  position: relative;
}
@media(max-width:768px){
  .featured-wrap{padding: 0px;}
}
.featured-wrap .wrap{width: 75%;}
.featured-wrap .owl-carousel{
  padding: 40px 0px 20px 0px;
}
.featured-wrap h2{
  font-weight: 900;
	margin-bottom: 5px;
}

.featured-wrap .owl-prev{
position: absolute;
left: -60px;
  top: 66px;
  width: 70px;
  outline: none !important;
}
.featured-wrap .owl-next{
position: absolute;
right: -60px;
  top:66px;
  width: 70px;
  outline: none !important;
}
.featured-wrap .owl-prev img{margin-right: 5px;}
.featured-wrap .owl-next img{margin-left: 5px;}
.featured-wrap .owl-nav img{width: 20px;margin-top: 8px;}
.owl-theme .owl-nav [class*="owl-"] {
  background: transparent !important;
}
.owl-carousel .owl-stage-outer {
  height: 280px;
}
.featured-wrap .owl-dots{
}
.featured-wrap .owl-theme .owl-nav [class*=owl-]:hover {
  background:none ;
}
.featured-wrap .item a{text-decoration: none;}
.featured-wrap .featured{
  background: #111;
  height: 250px;
  width: 100%;
  border-radius: 6px;
  color: #ff0b3a;
  text-align: center;
  cursor: pointer;
}
.featured .inner{
  width: 100%;
  height: 100%;
  padding: 20px;
  border-radius: 6px;
  background: rgba(0,0,0,0.7);
}
.featured img{width:50px !important;margin: 0 auto;padding: 40px 0px 10px 0px;}
.featured p{
  color: #fff;
  font-size: 20px;
  text-align: center;
}
#featured-m{
  background: #fff;
  border:1px solid #b3b3b3;
  padding: 30px;
}
#featured-m h2{
  font-weight: 900;
  font-size: 30px;
  color: #666;
  padding: 45px 0px 5px 0px;
}
#featured-m h3{
  font-size: 15px;
  color: #999;
  padding:0px 20px;
}
#featured1{
  background: url('../img/f1.png');
  background-position: center center;
  background-size: cover;
}
#featured2{
  background: url('../img/f2.jpg');
  background-position: center center;
  background-size: cover;
}
#featured3{
  background: url('../img/f3.jpg');
  background-position: center center;
  background-size: cover;
}
#featured4{
  background: url('../img/f4.jpg');
  background-position: center center;
  background-size: cover;
}

.break-wrap{
  width: 100%;
  overflow: hidden;
  padding: 40px 0px;
}
.break-wrap .break-1,.break-wrap .break-2{position: relative;width: 100%;height: 350px;overflow: hidden;
  margin-bottom: 10px;
}
.break-wrap .inner{
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background: rgba(0,0,0,0.5);
  z-index: 2;
}
.break-wrap img{
  position: absolute;
  width: 100%;
  min-height: 350px;
  top: 0;
  left: 0;
}
.break-wrap .text{
  position: absolute;
  z-index: 3;
  color: #fff;
  top: 180px;
  padding:0px 30px;
}
.break-wrap h1{
  font-size: 25px;
  font-weight: 700;
  color: #fff;
  padding-top: 10px;
}
@media(max-width:768px){
.break-wrap .text{
  top: 100px;
}
.break-wrap h1{
  font-size: 20px;
}
}
.break-wrap h3{    
  font-size: 15px;
  letter-spacing: 3px;
  text-align: center;
  padding-bottom: 40px;
  color: #555;
  font-weight: 100;
  text-transform: uppercase;
}
.break-wrap p{    text-transform: uppercase;
  font-size: 13px;
  letter-spacing: 2px;
}
.break-wrap p b{color: #ff0b3a;}
.break-wrap p a{color: #ff0b3a;}
.break-wrap p a:hover{text-decoration: underline !important;}
.inline-post-wrap{
  width: 100%;
  padding: 50px 0px;
  overflow: hidden;
}
.inline-post-wrap h1{
  font-size:14px;letter-spacing: 3px;text-align: center;
  padding-bottom: 40px;
  color: #555;
  font-weight: 100;
  text-transform: uppercase;


}
.inline-post{padding-bottom: 10px;}
@media(max-width:768px){
  .inline-post{margin-bottom: 30px;}
}
.inline-post .img-wrap{height: 200px;width: 100%;overflow: hidden;}
.inline-post img{width: 100%;min-height: 200px;}
.inline-post h2{font-size: 16px;
  color: #1d1d1b;
  line-height: 20px;
  font-weight: 700;
}
.inline-post h4{
  color: #1d1d1b;
  font-size: 13px;
  padding: 10px 0px;
  font-size: 17px;
line-height: 1.5;
}
.inline-post p{
  font-size: 12px;
  letter-spacing: 2px;
  text-transform: uppercase;
  padding: 10px 0px;
}
.inline-post p b{color: #ff0b3a;}
.inline-post p a{color:#ff0b3a;}
.inline-post p a:hover{text-decoration: underline !important;}
.btn-more{
width: 230px;
padding: 1.6em;
margin: 0 auto;
margin-top: 0px;
border: 1px solid #575756;
background: transparent;
text-transform: uppercase;
margin-top: 14px;
outline: none !important;
}
.btn-more:hover{
  color: #ff5a5d;
border-color: #ff5a5d;
background-color: #fde0dc;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
  background: #ff5a5d !important;
}
.owl-dot{outline: none!important;}
/*---- P R O J E C T S ----*/
.projects-wrap{
  width: 100%;
  overflow: hidden;
  padding: 60px 0px;
}
.projects-wrap h1{
  width: 650px;
  margin: 0 auto;
  font-weight: 900;
  font-size: 27px;
  text-align: center;
  padding-bottom: 20px;

}
@media(max-width:768px){
  .projects-wrap h1 {
    width: 100%;
    font-size: 20px;
}
}
.projects-wrap .project{
  position: relative;
  height: 240px;
  width: 100%;
  margin: 10px 0px;
  overflow: hidden;
}
.projects-wrap .project img{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  min-height: 100%;
}
.projects-wrap .project-inner{
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  background: rgba(0,0,0,0.6);
  width: 100%;
  height: 100%;
}
.project:hover .project-inner{
  background: rgba(255, 11, 58,.3);
}
.projects-wrap .project2 .project-inner{
  background: rgba(255, 11, 58,.3);
}

.projects-wrap .col-md-6:nth-child(2) .project-inner{
  background: rgba(255, 11, 58,.3);
}
.projects-wrap .text{
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  z-index: 3;
  color: #fff;
  text-align: center;
}
.projects-wrap .text p{
  position: absolute;
  top: 30px;
  padding-bottom: 10px;
  font-size: 16px;
  left: 0;
  right: 0;text-align: center;
}
.projects-wrap .text p::after{
  position: absolute;
  width: 40px;
  height: 1px;
  left: 0;
  right: 0;
  margin: auto;
  background:rgba(255,255,255,0.5);
  bottom: 0px;
  content: '';
}
.projects-wrap .text h1{
  width: auto;
  font-size: 15px;
  position: absolute;
  top: 65px;
  padding: 0px 30px;
  left: 0;
  right: 0;
  font-weight: 600;
}
/*---- F O O T E R ----*/
footer{
  background:#1d1d1b;
  color: #fff;
  padding: 100px 0px;
  overflow: hidden;
}
footer .wrap{width: 90%;}
footer a{
  color: #ccc;
}
footer h3{
  font-size: 19px;
  padding-bottom: 10px;
}
footer p{
  font-size: 15px;
}
footer h2{
  font-size: 17px;
  padding-bottom: 0.3rem;
  font-weight: 600;
}
footer ul li a{
  padding: 0px;
  display: block;
  padding: 0.3em 0;
  border-top: 1px solid #cbcbcb;
  text-decoration: none;
  color: #cbcbcb;
  transition: color .3s ease-out;
  font-size: 14px;
  text-transform: none;
}
footer ul li a:hover{
  color: #ff0b3a;
}
@media(max-width:768px){
  footer .col-md-2{text-align: center;margin-bottom: 20px;}
  footer img{
    margin: 0 auto;
    width: 65px;
    margin-left: 0px !important;
    margin-bottom: 10px;
  }
  
footer ul li a{
  border-top: 0px solid #cbcbcb;
}
footer .col-md-2 {
  text-align: left;
  margin-bottom: 20px;
}
footer {
  padding: 50px 0px;
}
}

@media(max-width:768px){
  #author .text {
    padding-left: 20px !important;
    text-align: center;
    padding-bottom: 30px;
}
}



.sample-post-wrap{
  position: relative;
  width: 100%;
  padding:80px 0px 100px 0px;
  overflow: hidden;
}
.sample-post-wrap img{
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 1;
}
.sample-post-wrap .inner{
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 2;
  background: rgba(0,0,0,0.8);
}
.sample-post-wrap .post{
  position: relative;
  z-index: 3;
}
.sample-post-wrap .post{
  color: #fff;
  border: 0px;
  padding-bottom: 0px;
}

.sample-post-wrap .top-meta{
  color: #a6a6a6;
}
.sample-post-wrap .bottom-meta i{
  color: #a6a6a6;
}
.posts h2{
  font-size: 28px;
  line-height: 32px;
  padding: 15px 0px;
  width: 650px;
  margin: 0 auto;
  font-family: 'Amiri', serif;
}
.posts p{font-size: 16px;}
.posts .top-meta{
  text-transform: uppercase;
  padding-top: 15px;
  color: #888;
}
.posts .top-meta b{
  color: #ff0b3a;
  font-size: 14px;
  text-transform: uppercase;
  padding-right: 10px;
  font-weight: 600;
}
.posts .bottom-meta{
  text-transform: uppercase;
  color: #ff0b3a;
  padding-top: 15px;
}
.posts .bottom-meta i{
  font-size: 11px;
  color: #888;
  text-transform: none;
}

@media(max-width:768px){
  .posts h2{
    font-weight: 900;
    font-size: 20px;
    line-height: 24px;
    padding: 15px 0px;
    width:100%;
    margin: 0 auto;
  }
  .sample-post-wrap img {
    min-height: 100%;
  }
  }