body {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    line-height: 1.42857143;
    color: #333;
    background-color: #fff;
}
a
{
	color: #333;
	text-decoration: none;
}

a:hover
{color: inherit;
	text-decoration: none;
	transition: all .6s;
	text-decoration: none;
}
h1,h2{
    font-family: 'Roboto', sans-serif;

}
h1,h2,h3,h4,h5,h6,p,ul,li{
margin: 0;
}
p{
    line-height: 25px;
}
h2, .h2 {
    font-size: 46px;
}
h3, .h3 {
    font-size: 31px;
    line-height: 42px;
    font-weight: 600;
    padding-bottom: 9px;
}
/*================= hd-top ==================*/

.hd-social {
    text-align: right;
    padding-top: 20px;
}
.hd-social .fa{
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    background: #D84040;
    color: #fff;
}
.hd-social li {
    display: inline-block;
    padding-right: 4px;
    padding-left: 0px;
        text-transform: uppercase;
}
.navbar-default {
    background-color: transparent;
    border: none;
}
.navbar-brand {
    float: left;
    height: 50px;
    padding: 0px;
    font-size: 18px;
    line-height: 20px;
}
.nav > li > a {
    position: relative;
    display: block;
    padding: 10px 16px;
    text-transform: uppercase;
	    font-size: 15px;
}
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
    color: #fff;
    background-color: #D84040;
}
.navbar {
    margin-bottom: 0px;
}
.navbar-nav{
        padding-bottom: 0px;
		    padding-top: 15px;
}
/*================= hd-top end==================*/

/*=============== header ================*/

.header{
    background: url(../image/header.png) no-repeat;
    background-size: cover;
    padding: 98px 0;
	    margin-top: 22px;
}
.header h1 {
    font-size: 129px;
    font-weight: 800;
    color: #D84040;
    line-height: 90px;
}
.header h1 span{
    color: #fff;
    font-size: 70px;
}
.hd-p1 {
    color: #fff;
    position: absolute;
    left: -255px;
    right: 0px;
    margin: 0 auto;
    text-align: center;
    transform: rotate(-90deg);
    font-size: 49px;
    font-weight: 600;
    top: 30px;
}
.hd-p2{
    color: #fff;
}
.hd-cntct li span{
    color: #fcc15b;
}
.hd-cntct li a{
color: #fff;
}
.hd-cntct{
    padding-top: 29px;
    font-size: 16px;
}


/* Shutter Out Horizontal */
.hvr-shutter-out-horizontal {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  background: #1d1b1c;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
    padding: 10px 30px;
    border: 1px solid #fff;
    text-transform: uppercase;
    color: #fff;
}
.hvr-shutter-out-horizontal:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #D84040;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-shutter-out-horizontal:hover, .hvr-shutter-out-horizontal:focus, .hvr-shutter-out-horizontal:active {
  color: white;
}
.hvr-shutter-out-horizontal:hover:before, .hvr-shutter-out-horizontal:focus:before, .hvr-shutter-out-horizontal:active:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}
/* Shutter Out Horizontal */
.hvr-shutter-out-horizontal1 {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  background: #D84040;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
    padding: 10px 30px;
    border: 1px solid #fff;
    text-transform: uppercase;
    color: #fff;
}
.hvr-shutter-out-horizontal1:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #1d1b1c;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-shutter-out-horizontal1:hover, .hvr-shutter-out-horizontal1:focus, .hvr-shutter-out-horizontal1:active {
  color: white;
}
.hvr-shutter-out-horizontal1:hover:before, .hvr-shutter-out-horizontal1:focus:before, .hvr-shutter-out-horizontal1:active:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

.hvr-shutter-out-horizontal3 {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  background: #fcc15b;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
    padding: 10px 30px;
    border: 1px solid #fff;
    text-transform: uppercase;
    color: #000;
}
.hvr-shutter-out-horizontal3:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #D84040;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-shutter-out-horizontal3:hover, .hvr-shutter-out-horizontal3:focus, .hvr-shutter-out-horizontal3:active {
  color: white;
}
.hvr-shutter-out-horizontal3:hover:before, .hvr-shutter-out-horizontal3:focus:before, .hvr-shutter-out-horizontal3:active:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}
.hd-btn{
        padding-top: 33px;
}

/*=============== header end================*/

/*============== portfolio ==================*/

.our-portfolio{
    padding: 80px 0;
}

.portfolio-hd{
    text-align: center;
    padding-bottom: 60px;
    text-transform: uppercase;
}

.prtflo-img{
    margin-bottom: 30px;
    width: 100%;
}
/*============== portfolio end==================*/

/*============ voucher =================*/


.voucher{
    background: url(../image/voucher-back.png) no-repeat;
    background-size: cover;
    padding: 50px 0;
    color: #fff;
}
.voucher-left {
    border-left: 2px solid #d33;
    padding-left: 33px;
}
.voucht-frm{
    background: transparent;
    height: 44px;
    border: 1px solid #fcc15b;
    color: #eee;
    margin-bottom: 30px;
}
.voucher-form{
        padding-top: 40px;
}
.voucher-btn{
    background: #D84040;
    height: 44px;
    color: #fff;
    text-transform: uppercase;
        border: 1px solid #fff;
}
.cl-today a{
    color: #fff;
}
.cl-today {
    color: #D84040;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 17px;
    padding-top: 11px;
    text-align: right;
}
/*============ voucher end=================*/

/*============= about-us ==================*/

.about-back {
    background: #eaeaea;
        padding: 62px 71px;
    z-index: 1;
    position: relative;
}
.abt-hd{
    text-transform: uppercase;
    font-size: 19px;
    font-weight: 600;
	padding-top: 10px;
    padding-bottom: 10px;
}
.about-back h2{
    padding-bottom: 13px;
}
.about-back p{
    padding-bottom: 13px;
}
.about-us {
    position: relative;
    padding: 110px 0;
    margin: 100px 0 0;
}
.abt-img{
    position: absolute;
    top: 0;
}
.abt-icon {
    float: left;
    position: relative;
    top: -4px;
    margin-right: 28px;
}
.abt-cntct-back{
    background: #dc0b55;
    padding: 44px 41px;
    margin-top: 30px;
    color: #fff;
}
.abt-get{
    font-size: 18px;
    font-weight: 600;
}
.abt-no{
    font-size: 34px;
    font-weight: 700;
}
/*============= about-us end==================*/



/*============= video-sec ================*/

.video-sec {
    background: url(../image/video-back.png) no-repeat;
    background-size: cover;
    padding: 90px 0 230px;
    text-transform: uppercase;
    text-align: center;
    color: #fff;
}
.video-bottom {
    position: relative;
    top: -170px;
    margin-bottom: -132px;
    overflow: hidden;
}

/*============= video-sec end================*/



/*========= blog ===============*/

.our-blog{
    padding: 80px 0;
}

.blog-hd{
    text-transform: uppercase;
    text-align: center;
    padding-bottom: 50px;
}

.blog{
    border: 1px solid #ddd;
}

.blg{
padding-top: 48px;}


/*========= blog end===============*/

/*===================== let's-talk =================*/

.lets-talk{
    background: #085258;
    color: #fff;
    padding-top: 60px;
}

.frm-cntrl{
    height: 46px;
    padding: 6px 30px;
    background: transparent;
    color: #fff;
        border-radius: 0;
		    border: 1px solid #fbfbfb;
}
.frm-user{
    color: #d33;
    position: relative;
    top: 31px;
    left: 10px;
}
.form-button {
    width: 30%;
    height: 42px;
    background: #D84040;
    color: #fff;
    margin-top: 23px;
    bordeR: 1px solid #fff;
}
.let-tlk-hd{
    padding-top: 28px;
}
.let-tlk-hd h2{
        text-transform: uppercase;
    padding-bottom: 11px;
}
/*===================== let's-talk end=================*/


/*================= footer ===============*/


.footer{
    background: #276e61;
    padding: 80px 0 60px;
}
.ft-nav a {
    color: #fff;
    text-transform: uppercase;
    padding: 0 15px;
}
.ft-nav a:hover{
    color: #fcc15b;
}
.ft-nav{
        padding-top: 8px;
}
.news-frm{
    height: 46px;
        background: transparent;
}
.news-btn{
    height: 46px;
    background: #fcc15b;
    color: #000;
    text-transform: uppercase;
        padding: 0 28px;
}
.ft-mail {
    float: left;
    font-size: 23px;
    position: relative;
    top: -5px;
    margin-right: 14px;
    color: #fcc15b;
}
.ft-mail-hd {
    color: #fcc15b;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
}
.foot-mail a{
        color: #fff;
    font-size: 15px;
}
.ft-add{
    margin-left: 27px;
        color: #fff;
    font-size: 15px;
}
.footer-contact{
    padding-top: 0px;
    margin-top: 50px;
    border-top: 1px solid #c7c7c7;
}
.foot-mail{
    border-right: 1px solid #c7c7c7;
    padding-top: 35px;
        padding-bottom: 10px;
}
.foot-mail1{
    padding-top: 35px;
    padding-bottom: 10px;
}

   .copyright {
    text-align: center;
    color: #fff;
    padding-top: 45px;
}

.ft-social li {
    width: 40px;
    height: 40px;
    line-height: 40px !important;
    text-align: center;
    background: #fff;
    border-radius: 50%;
    font-size: 19px;
    position: relative;
    top: -25px;
    margin: 0 3px;
}

.foot-social{
    background: #D84040;
    text-align: center;
}
/*================= footer end===============*/


/*sell banner */
.im1 {
    padding-right: 0;
}
.im2, .im4 {
    padding: 0;
}
.im3, .im5 {
    padding-left: 0;
}
@media (min-width: 1850px) {
     .im2 img{
         max-width: none;
     }
}
.em-effect07:hover::before {
    left: 0;
    opacity: 0;
    -moz-opacity: 0;
    -khtml-opacity: 0;
    -webkit-opacity: 0;
    right: 0;
    transition: all 900ms ease-in-out 0s;
    -webkit-transition: all 900ms ease-in-out 0s;
    -moz-transition: all 900ms ease-in-out 0s;
    -o-transition: all 900ms ease-in-out 0s;
    -ms-transition: all 900ms ease-in-out 0s;
}
.em-effect07::before {
    background: rgba(255, 255, 255, 0.2) none repeat scroll 0 0;
    bottom: 0;
    content: "";
    left: 50%;
    opacity: 1;
    -moz-opacity: 1;
    -khtml-opacity: 1;
    -webkit-opacity: 1;
    position: absolute;
    right: 51%;
    top: 0;
}
.em-effect07:hover::after {
    bottom: 0;
    opacity: 0;
    -moz-opacity: 0;
    -khtml-opacity: 0;
    -webkit-opacity: 0;
    top: 0;
    transition: all 900ms ease-in-out 0s;
    -webkit-transition: all 900ms ease-in-out 0s;
    -moz-transition: all 900ms ease-in-out 0s;
    -o-transition: all 900ms ease-in-out 0s;
    -ms-transition: all 900ms ease-in-out 0s;
}
.em-effect07::after {
    background: rgba(255, 255, 255, 0.2) none repeat scroll 0 0;
    bottom: 50%;
    content: "";
    left: 0;
    opacity: 1;
    -moz-opacity: 1;
    -khtml-opacity: 1;
    -webkit-opacity: 1;
    position: absolute;
    right: 0;
    top: 50%;
}

@media(min-width: 768px) and (max-width: 991px){
	header {
    	margin: 25px 0 5px 0;
	}
	#logo{
		margin-top: 5px;
	}
	#search button, #search input[type="text"] {
    	right: -35px;
    	top: 3px
	}
	#cart{
		margin-top: 3px;
	}
	#search input[type="text"]:focus {
    	width: 650px;
	}
	.prowrite {
    	font-size: 14px;
	}
	.product-list .product-thumb .image {
    	width: 55%;
	}
	.product-thumb .button-group {
    	top: 68%;
	}
	.im4 img {
		height: 134px;
	}
	.im1 img{
		height: 266px;
	}
	.im3 img{
		height: 132px;
	}
	.im5 img{
		height: 134px;
	}
}
@media(max-width: 599px){
	.im1{
		display: none;
	}
	.im3, .im4 {
    	padding-left: 15px;
	}
	.service .col-xs-8{
		width: 100%;
	}
}
@media(min-width: 992px) and (max-width: 1199px){
	#menu .nav > li > a {
    	padding: 10px 5px 10px 6px;
    	text-transform: capitalize;
    	font-size: 12px;
	}
	.product-list .product-thumb .button-group button {
    	width: 20%;
	}
	.im5 img{
		height: 175px;
	}
	.im1 img{
		height: 347px;
	}
}
@media(min-width: 767px){
	.product-list .product-thumb .price {
    	text-align: left;
	}
	.navbar-right {
        float: right !important;
        margin-right: -130px;
    }
}
.em-effect07{
    overflow: hidden;
}

.navbar-brand > img{
	    width: 190px;
}

.gal-hd-btn1{
	    text-align: center;
}


.inner-header{
        background: url(../image/inner-banner.png) no-repeat;
    background-size: cover;
    padding: 98px 0;
    margin-top: 22px;
}
.inner-header h1{
        font-size: 80px;
    font-weight: 800;
    color: #D84040;
    /* line-height: 90px; */
    text-align: center;
}

.our-faq {
      padding: 60px 0;
    }

    .panel-group .panel {
      border: none;
      box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
      margin-bottom: 15px;
      border-radius: 6px;
      overflow: hidden;
    }
.faq-heading {
      background-color: #ffffff;
      padding: 18px 20px;
      font-size: 16px;
      font-weight: 600;
      cursor: pointer;
      position: relative;
      transition: background-color 0.3s ease;
    }
    .faq-heading:hover {
      background-color: #f1f1f1;
    }

    .faq-heading::after {
      content: "\2212"; /* minus */
      font-size: 20px;
      position: absolute;
      right: 20px;
      top: 50%;
      transform: translateY(-50%);
      transition: transform 0.3s ease;
    }

    .faq-heading.collapsed::after {
      content: "\002B"; /* plus */
    }

    .faq-body {
      background-color: #fff;
      padding: 20px;
      border-top: 1px solid #eaeaea;
      color: #333;
      font-size: 15px;
      line-height: 1.6;
    }

.our-tutorial{
    margin: 60px 0;
}
.video-title {
      font-size: 26px;
      font-weight: 600;
      text-align: center;
      
    }

    .video-wrapper {
        
      position: relative;
      padding-bottom: 56.25%; /* 16:9 ratio */
      height: 0;
      overflow: hidden;
      margin-bottom: 30px;
      border-radius: 8px;
      box-shadow: 0 2px 10px rgba(0,0,0,0.1);
    }

    .video-wrapper iframe {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }

    .video-item {
        
    }
.inner-about{
    padding: 0;
  margin: 80px 0;
}
.inner-about .abt-img {
  position: inherit;
}

.our-course{
    padding: 80px 0;
}
.prtflo-img {
  max-height: none;
  margin: 0 auto;
}
.product-card{
    padding: 15px; border: 1px solid #eee; margin-bottom: 30px;
}
.product-card:hover {
  box-shadow: 0 0 10px rgba(0,0,0,0.1);
  transition: all 0.3s ease-in-out;
}

.product-card h4 {
  font-weight: bold;
  margin-top: 15px;
}
.our-course .hd-btn {
  padding-top: 10px;
}

.product-image {
      width: 100%;
      max-height: 450px;
      object-fit: cover;
    }
    .price {
      font-size: 24px;
      color: #28a745;
      font-weight: bold;
    }
    .qty-input {
      width: 60px;
      text-align: center;
    }
    .details-section {
      margin-top: 30px;
    }

.contact-pa{
    background: none;
  color: #276e61;
  padding-bottom: 60px;
}
.contact-pa h2{
    text-align: center;
}
.contact-pa .frm-cntrl{
    border: 1px solid #276e61;
}


.testimonial_subtitle{
    color: #0aaa7a;
    font-size: 12px;
}
  .testimonial_btn{
    background-color: #373d4b !important;
    color: #fff !important;
 }
 .seprator {
    height: 2px;
    width: 56px;
    background-color: #0aaa7a;
    margin: 7px 0 10px 0;
}


.workshp-page .lets-talk{
        padding-top: 0;
}
.workshp-page .inner-about{
        margin-bottom: 40px;
}
.workshp-page .stud-tesi{
        margin-top: 60px;
}

.video-wrapper {
      width: 100%;
      position: relative;
    }

    .workshp-page video {
      width: 100%;
          height: 310px;
      display: block;
    }
    
    
    
.home video {
      width: 100%;
          height: 310px;
      display: block;
    }
