/*
Theme Name: 360
Author: Adim Subedi
Author URI: https://www.itsadim.com/
Description: 
Version: 1.1
Tags:
Text Domain: themektm
*/


html {
  font-size: 100%;
  height: 100%;
  min-height: 100%;
}

body {
  font-size: 16px;
  font-size: 1rem;
  min-height: 100%;
  height: 100%;
  color: #232932;
  margin: 0;
  font-weight: 400;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 600;
  font-family: "Droid Serif", serif;
}

p,
ul,
ol,
li {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 24px;
  color: #454545;
}

a {
  color: #d41219;
  transition: all 0.3s ease-in-out;
}

a:hover,
a:focus {
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  color: #ec1d25;
}

.header-social {
  position: absolute;
  bottom: 0;
  right: 0;
  padding-right: 15px;
}

.header-social ul {
  margin: 0;
  padding: 0;
}

.header-social li {
  float: left;
  padding: 5px;
  text-align: center;
  list-style: none;
}

.header-social li a {
  font-size: 16px;
  font-size: 1rem;
  color: #2e2d2d;
  transition: all 0.3s ease-in-out;
  line-height: 34px;
  vertical-align: middle;
}

.header-social li a:hover,
.header-social li a:focus {
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  color: #ec1d25;
}

@media (max-width: 767px) {
  .header-social {
    padding-right: 15px;
  }
}

.logo {
  padding-top: 5px;
  padding-bottom: 5px;
  text-align: center;
  position: relative;
  background: white;
}

.logo img {
  max-width: 230px;
  height: auto;
}


/**breadcrumbs**/

.breadcrumbs {
  padding-left: 20px;
  -webkit-transform: skew(20deg);
  -ms-transform: skew(20deg);
  transform: skew(20deg);
}

@media (max-width: 767px) {
  .breadcrumbs {
    padding-left: 0;
  }
  .breadcrumbs span, .breadcrumbs a{
    font-size:11px;
    font-weight:400;
  }
}

.breadcrumbs li {
  -webkit-transform: skew(20deg);
  -ms-transform: skew(20deg);
  transform: skew(20deg);
}
.breadcrumbs span, .breadcrumbs a{
  color:#fff;
  text-decoration: none;
}

@media (max-width: 767px) {
  .breadcrumbs {
    -webkit-transform: skew(0deg);
    -ms-transform: skew(0deg);
    transform: skew(0deg);
  }
}

.breadcrumbs li a {
  color: #fff;
  text-decoration: none;
}

.slick-slide .item {
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}

@media (max-width: 768px) {
  .slick-slide .item {
   /* height: auto !important;*/
 }
}

.nav-main {
  background: #ec1d25;
}

.nav-main a {
  color: white;
  font-weight: 600;
}

.nav-main button {
  margin-bottom: 0;
}
.nav-main .button i{
	margin-left:0;
}

.nav-fixed {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 9;
  border-bottom: 1px solid transparent;
}

.nav-fixed .header-social li a {
  color: white;
}


/**dropdown**/

.dropdown.menu a {
  padding-top: 15px;
  padding-bottom: 15px;
  transition: all 0.3s ease-in-out;
}


.dropdown.menu a:hover,
.dropdown.menu a:focus {
  background: #c51118;
  transition: all 0.3s ease-in-out;
}

@media (max-width: 991px) {
  .dropdown.menu a {
    font-size: 11px;
    font-size: 0.6875rem;
    padding:0.7rem 0.5rem;
  }
}

.dropdown.menu > li.is-dropdown-submenu-parent > a::after {
  border-color: transparent;
  content: "\f107";
  font-family: FontAwesome;
  margin-top: -5px;
  line-height: 0;
  right: 10px;
}

.dropdown.menu > li.is-dropdown-submenu-parent.opens-right .is-active > a::after {
  border-color: transparent;
  content: "\f105";
  font-family: FontAwesome;
  margin-top: -5px;
  line-height: 0;
  right: 20px;
}

.dropdown.menu .is-active > a {
  color: white;
}

.is-dropdown-submenu {
  border: none;
  background: transparent;
}

.is-dropdown-submenu > li {
  border-bottom: 1px solid #d8121a;
  background: #ec1d25;
}

.is-dropdown-submenu > li > a {
  padding-top: 10px !important;
  padding-bottom: 10px !important;
  transition: all 0.3s ease-in-out;
  background: #ec1d25;
}

.is-dropdown-submenu > li > a:hover,
.is-dropdown-submenu > li > a:focus {
  background: #c51118;
  transition: all 0.3s ease-in-out;
}

.is-dropdown-submenu.is-active {
  padding-left: 15px;
}


/**offcanvas**/

.off-canvas-absolute {
  background: #ec1d25;
}

.off-canvas-absolute .logo {
  padding-top: 5px;
  padding-bottom: 5px;
}

.accordion-menu li {
  background: #ec1d25;
  border-top: 1px solid #d41219;
}

.accordion-menu li:first-child {
  border-top: none;
}

.accordion-menu li a {
  color: white;
}

.accordion-menu li .is-accordion-submenu.is-active li {
  background: #c51118;
}

@media (max-width: 767px) {
  .accordion-menu .is-accordion-submenu-parent:not(.has-submenu-toggle) > a::after {
    border-color: transparent;
    content: "\f107";
    font-family: FontAwesome;
    margin-top: -5px;
    line-height: 0;
    right: 30px;
  }
  .accordion-menu .is-accordion-submenu-parent[aria-expanded='true'] > a::after {
    right: 20px !important;
  }
}


/**section**/

.light {
  background: rgba(0, 0, 0, 0.05);
}

.block-home {
  background-size: 110%;
  background-attachment: fixed;
  background-position: 50%;
}

.block-newsletter i {
  color: #ec1d25;
  font-size: 20px;
  font-size: 1.25rem;
}

.block-newsletter span {
  margin-bottom: 20px;
  display: block;
}

@media (max-width: 767px) {
  .block-newsletter span {
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: 600;
    text-align: center;
  }
  .block-newsletter span br {
    display: none;
  }
	.mc4wp-form-fields .medium-4{
		padding:0 10px;
		width:100%;
	}
}

.block-newsletter input[type="email"]{
  font-size: 13px;
  font-size: 0.8125rem;
}

.block-newsletter input[type="submit"] {
  width: 100%;
  line-height: 37px;
  padding: 0;
}

.block-newsletter.sidebar {
  padding: 15px;
}

.block-newsletter.sidebar span {
  font-size: 12px;
  font-size: 0.75rem;
}

.block-banner {
  /*height: 350px;*/
  height:410px;
  overflow: hidden;
  position: relative;
  /*margin-bottom: 30px;*/
}
.block-banner >img.banner{
  position: absolute;
  top:0;
  left:0;
  max-width: 100%;
}
@media(min-width:1400px){
	.block-banner{
		height:460px;
	}
}
@media(min-width:1600px){
	.block-banner{
		height:auto;
		overflow:visible;
		text-align: center;
	}
}
@media(min-width:1920px){
	.block-banner{
		height:550px;
		overflow:hidden;
		text-align: center;
	}
}
@media(max-width:991px){
	.block-banner{
		margin-bottom:0;
		height:auto;
	}
}

.block-banner > div {
  height: 100%;
}
.fulladdress{
  position: relative;
  border-top:1px solid #ccc;
  background:url('assets/img/pattern.png');
  position: relative;
}
.fulladdress::before{
  content:" ";
  position:absolute;
  width:100%;
  height:1px;
  background:rgba(255,255,255,0.7);
  top:0;
  left:0;
}

/**blocks**/


/**buttons**/

.button {
  transition: all 0.3s ease-in-out;
}

.button:hover,
.button:focus {
  transition: all 0.3s ease-in-out;
}

.button i {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 600;
  margin-left: 15px;
}

.btn-trans {
  border: 2px solid #ec1d25;
  background: transparent;
  color: #ec1d25;
  text-transform: uppercase;
  font-weight: 600;
  box-shadow: 2px 2px 7px 0px rgba(0, 0, 0, 0.25);
}

.btn-trans:hover,
.btn-trans:focus {
  background: #ec1d25;
  color: white;
}

.btn-full {
  border: 2px solid transparent;
  background: #ec1d25;
  color: white;
  text-transform: uppercase;
  font-weight: 600;
  box-shadow: 2px 2px 7px 0px rgba(0, 0, 0, 0.25);
}

.btn-full:hover,
.btn-full:focus {
  border: 2px solid #ec1d25;
  background: transparent;
  color: #ec1d25;
  box-shadow: 2px 2px 7px 0px rgba(0, 0, 0, 0.25);
}

.btn-full {
  display: block;
}

.space-20 {
  padding-top: 20px;
  padding-bottom: 20px;
}

.space-50 {
  padding-top: 50px;
  padding-bottom: 50px;
}


/**boxes**/

.box-home {
  border-bottom: 3px solid #ec1d25;
  background: white;
  margin-bottom: 15px;
  padding: 15px;
  position: relative;
  transition: all 0.3s ease-in-out;
}

.box-home a {
  color: #403f3f;
}

.box-home h2 {
  font-size: 18px;
  font-size: 1.125rem;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
}

.box-home span {
  max-width: 80px;
  position: absolute;
  top: 0;
  right: 15px;
  bottom: 0;
  left: auto;
  margin: auto;
  line-height: 90px;
}

.box-home span img {
  width: 100%;
}

.box-home span .icons {
  fill: #6e6e6e;
  transition: all 0.3s ease-in-out;
}

.box-home span svg {
  max-height: 40px;
  line-height: 90px;
  vertical-align: middle;
}

.box-home:hover,
.box-home:focus {
  background: #ec1d25;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}

.box-home:hover h2,
.box-home:focus h2 {
  color: white;
  transition: all 0.3s ease-in-out;
}

.box-home:hover span .icons,
.box-home:focus span .icons {
  fill: white;
  transition: all 0.3s ease-in-out;
}
/**banner**/
.banner-image{
  /*position: absolute;*/
  top:0;
  left:0;
  width:100%;
  height: 100%;
  z-index: 0;
  /*height:445px;*/
	text-align:center;
  overflow:hidden;
}
.banner-content{
  color:#fff;
  position: relative;
  z-index: 9;
  display: table;
  height: 100%;
}
.banner-content_cell{
  display: table-cell;
  height: 100%;
  vertical-align: middle;
	text-align:center;
}
.banner-content h3{
  font-size: 40px;
  line-height: 60px;
  background:rgba(236,29,37,0.85);
	display:inline-block;
	padding:0 15px;
	
}
.banner-content h2{
  font-size: 64px;
  line-height: 1;
}
.banner-content h2{
  font-size: 82px;
  line-height: 100px;
	background:rgba(236,29,37,0.85);
	display:inline-block;
		padding:0 15px;
}
@media(max-width: 991px){
  .banner-content h1{
    font-size:46px;
  }
  .banner-content h2, .banner-content h3{
    font-size: 40px;
	  line-height:60px;
  }
	.banner-content h2{
		padding-left:0;
	}
	.banner-content_cell{
		vertical-align:bottom;
		padding-bottom:5%;
		text-align:right;
	}
	.banner-content_cell br{
		display:none;
	}
}
@media(max-width: 767px){
  .banner-content h2{
/*     font-size:36px;
	  line-height:52px; */
	  padding-left:0;
  }
	.banner-content h3{
		padding-right:5px;
	}
  .banner-content h1, .banner-content h3{
    font-size: 24px;
  }
	.banner-content h2, .banner-content h3{
    font-size: 18px;
	  line-height:28px;
  }
	.banner-content_cell{
		padding-bottom:0px;
	}
	.post-home_about a.button.btn-trans{
		width:180px;
	}
	.post-sidebar h4 {
    text-align: center;
    font-size: 28px;
    margin-top: 30px;
	}
}
.banner-wrapper_inside{
  position: absolute;
  top:0;
  left:0;
  width:100%;
  height: 100%;
}
.banner-wrapper_inside div{
  height: 100%;
}
#homeslide{
/*   height:68vh; */
  overflow: hidden;
}
@media(max-width:1599px){
  #homeslide{
/*     height:65vh; */
  }
}
@media(max-width:1366px){
  #homeslide{
/*     height:65vh; */
  }
}
@media(max-width:991px){
  #homeslide{
    height:auto;
  }
}
@media(min-width: 1600px){
	.slick-slide .item{
		overflow:hidden;
	}
	.slick-slide img{
		display:inline-block;
	}
  .banner-content_cell{
    display: table-cell;
    height: 90vh;
	 text-align:right;
    vertical-align: bottom;
    padding-bottom:15%;
  }
}
@media(min-width:1920px) and (max-width:2559px){
	 #homeslide{
    	height:670px;
  	}
}
/**end of banner**/

/**posts**/

.post-home_pitch h2 {
  font-size: 51px;
  font-size: 3.1875rem;
  line-height: 0.75;
  margin-bottom: 0;
  font-weight: 700;
}

.post-home_pitch h3 {
  margin-bottom: 30px;
  font-weight: 300;
  font-family: "Poppins", sans-serif;
}

.post-home_pitch span {
  font-size: 20px;
  font-size: 1.25rem;
}
@media(max-width:767px){
	.post-home_about{
		margin-bottom:15px;
	}
}
.post-home_about h3 {
  position: relative;
  padding-bottom: 10px;
  margin-bottom: 20px;
  font-size: 36px;
  font-size: 2.25rem;
  font-weight: 700;
}

.post-home_about h3:before {
  content: "";
  width: 70px;
  height: 2px;
  background: #ec1d25;
  position: absolute;
  bottom: 0;
}

.post-cover {
  background-size: contain;
  background-repeat: no-repeat;
}

.post-cover_50 {
  background-repeat: no-repeat;
  background-size: cover;
}

.post-cover_top {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
}

.post-cover_top.fixed {
  background-attachment: fixed;
}

.post-cover_center {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.post-cover_center.fixed {
  background-attachment: fixed;
}

.post-cover_bottom {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom center;
}

.post-cover_bottom.fixed {
  background-attachment: fixed;
}

@media(max-width:767px){
	.post-cover_top, .post-cover_bottom, .post-cover_center{
		background-size:contain;
		background-position: 50% 0;
		
	}
	.post-cover_top.fixed, .post-cover_bottom.fixed, .post-cover_center.fixed{
		background-attachment:initial;
	}
}
.post-banner {
  height: 100%;
}

.post-banner_inside {
  position: relative;
  height: 100%;
}

.post-banner_inside .parallel {
  position: absolute;
  top: 0;
  width: 35%;
  background: rgba(236, 29, 37, 0.8);
  left: auto;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  padding: 10% 20px 0;
  /* Skew */
  -webkit-transform: skew(-20deg);
  -ms-transform: skew(-20deg);
  transform: skew(-20deg);
}

.post-banner_inside .parallel h3 {
  -webkit-transform: skew(20deg);
  -ms-transform: skew(20deg);
  transform: skew(20deg);
  color: white;
  line-height: 32px;
  margin-bottom: 20px;
}

@media (max-width: 767px) {
  .post-banner_inside .parallel h3 {
    -webkit-transform: skew(0deg);
    -ms-transform: skew(0deg);
    transform: skew(0deg);
    line-height: 30px;
    font-size: 17px;
    font-size: 1.0625rem;
    margin-bottom: 0;
    display:none;
  }
}

@media (max-width: 991px) {
  .post-banner_inside .parallel {
    width: 42.5%;
    padding-top: 9%;
    right: 2.5%;
    padding-left: 35px;
  }
}

@media (max-width: 767px) {
  .post-banner_inside .parallel {
    -webkit-transform: skew(0deg);
    -ms-transform: skew(0deg);
    transform: skew(0deg);
    /*height: 25%;*/
    height:auto;
    width: 100%;
    left: 0;
    top: auto;
    right: 0;
    padding-left: 15px;
    padding-top: 15px;
  }
}

.post-title {
  font-size: 24px;
  font-size: 1.5rem;
  font-family: "Droid Serif", serif;
  font-weight: 700;
  line-height: 28px;
  margin-bottom: 30px;
}

.post-title h1, 
.post-title h2{
	font-size: 32px;
  	font-size: 2rem;
}

.post-content ul,
.post-content ol {
  padding-left: 30px;
}

.post-content strong {
  font-weight: 600;
}

.post-content table {
  font-size: 14px;
  font-size: 0.875rem;
}

.post-content table th{
	background:#ec1d25;
	color:#fff;
	font-size:17px;
	font-family:"Droid Serif", serif;
}
.post-content table.language th{
  background:#ec1d25;
  color:#fff;
  font-size:17px;
  font-family:"Droid Serif", serif;
  text-align:left;
}
.post-content table.language tr td:first-child{
  font-weight:700;
  font-size:16px;
  font-size: 1rem;
}
.post-content table.language tr td span{
  float:right;
  font-weight:600;
  padding-right:15px;
}
.post-content.contact input[type="submit"] {
  margin-bottom: 0;
}

.post-sidebar_news h4 {
  margin-bottom: 30px;
  font-size: 26px;
  font-size: 1.625rem;
}

.post-sidebar_news ul {
  margin: 0;
  padding: 0;
}

.post-sidebar_news li {
  list-style: none;
  margin-bottom: 15px;
}

.post-sidebar_news li h3 {
  font-size: 16px;
  font-size: 1rem;
}

.post-sidebar_contact {
  background: #ec1d25;
  padding: 15px;
  color: white;
  margin-top: 58px;
  font-size: 14px;
  font-size: 0.875rem;
}

.post-sidebar_contact h5 {
  font-weight: 300;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 18px;
  font-family: "Poppins", sans-serif;
  margin-bottom: 25px;
}

.post-sidebar_contact p {
  color: white;
}


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

.post-address .fa{
  color:#d41219;
  width:24px;
}
.post-address h4{
  margin-bottom:30px;
  font-size:26px;
}
.post-address h2{
  font-size: 32px;
  font-size: 2rem;
  margin-bottom: 20px;
}
.post-address h5{
  text-transform: uppercase;
  font-size: 15px;
  font-size: 0.938rem;
}

@media(max-width:767px){
  .post-address ul li:first-child{
    margin-bottom:30px;
  }
}

/**paragaphs**/

p span {
  font-weight: 600;
  color: #ec1d25;
}


/**accordions**/

ul.accordion {
  padding-left: 0;
}

ul.accordion li > a {
  font-size: 18px;
  font-size: 1.125rem;
  font-family: "Droid Serif", serif;
}
#sidebar-services{
  overflow: hidden;
  /*display: block;*/

}

.sidebar {
  margin-bottom: 20px;
}

footer {
  background: #ec1d25;
  border-top: 2px solid #ae0f15;
}

.footer-widget h4 {
  color: white;
  font-size: 20px;
  font-size: 1.25rem;
  margin-bottom: 20px;
}

.footer-widget p {
  color: white;
  line-height: 16px;
  font-size: 13px;
  font-size: 0.8125rem;
}

.footer-widget a {
  color: white;
}

.footer-widget ul {
  margin: 0;
  padding: 0;
}

.footer-widget li {
  list-style: none;
  line-height: 20px;
  position: relative;
  padding-left: 15px;
  width: 50%;
  float: left;
}
@media(max-width:767px){
	.footer-widget li{
		width:100%;
		margin-bottom:5px;
	}
}
.footer-widget li.menu-item a{
  line-height: 20px;
  padding: 0;
}
.footer-widget li.menu-item a:before {
  content: "\f101";
  font-family: FontAwesome;
  position: absolute;
  left: 0;
  line-height: 20px;
  color: white;
}

@media (max-width: 767px) {
  .footer-widget {
    margin-bottom: 30px;
  }
}

.footer-social {
  bottom: 0;
  right: 0;
  padding-right: 15px;
}

.footer-social ul {
  margin: 0;
  padding: 0;
  text-align: left;
}

.footer-social li {
  float: none;
  display: inline-block;
  width: auto;
  padding: 5px;
  text-align: center;
  list-style: none;
}

.footer-social li:before {
  content: " ";
}

.footer-social li a {
  font-size: 16px;
  font-size: 1rem;
  color: white;
  transition: all 0.3s ease-in-out;
  line-height: 34px;
  vertical-align: middle;
}

.footer-social li a:hover,
.footer-social li a:focus {
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}

@media (max-width: 767px) {
  .footer-social {
    padding-right: 15px;
  }
}

.footer-logos {
  padding-top: 10px;
}

.footer-logos ul {
  margin: 0;
  padding: 0;
  text-align: left;
}

@media (max-width: 767px) {
  .footer-logos ul {
    text-align: center;
  }
}

.footer-logos li {
  list-style: none;
  float: none;
  padding: 0 5px;
  width: 20%;
  display: inline-block;
}

.footer-powered {
  padding-top: 20px;
}

.footer-menu ul {
  margin: 0;
  padding: 0;
  text-align: right;
}

@media (max-width: 767px) {
  .footer-menu ul {
    text-align: center;
  }
}

.footer-menu li {
  list-style: none;
  display: inline-block;
  padding: 0 5px;
  font-size: 12px;
  font-size: 0.75rem;
}

.footer-developer {
  padding-top: 30px;
  font-size: 12px;
  font-size: 0.75rem;
}

@media (max-width: 767px) {
  .footer-developer {
    text-align: center;
    padding-top: 15px;
    padding-bottom: 10px;
  }
	table.language tr {
		border-bottom: 3px solid #ddd;
		display: block;
		margin-bottom: .625em;
	}

	table.language td {
		border-bottom: 1px solid #ddd;
		display: block;
		font-size: .8em;
		text-align: right;
	}
   table.language td::before {
		content: attr(data-label);
		float: left;
		font-weight: bold;
		text-transform: uppercase;
	}
	.post-content table.language tr td span{
		padding-left:15px;
		padding-right:0;
	}
}


/**2nd August**/
.newsletter-button{
	padding-left:0;
}
.post-content h2{
	font-size:22px;
}