@charset "UTF-8";
/*
* Trunk version 2.0.0
*/
/*
*
* Contexts
*/
a:focus,
button:focus {
	outline: none !important;
}

button::-moz-focus-inner {
	border: 0;
}

*:focus {
	outline: none;
}
b, strong {
    font-weight: 500 !important;
}
blockquote {
	padding: 0;
	margin: 0;
}

input,
button,
select,
textarea {
	outline: none;
}

label {
	margin-bottom: 0;
}

p {
	margin: 0;
}

ul,
ol {
	list-style: none;
	padding: 0;
	margin: 0;
}

ul li,
ol li {
	display: block;
}

dl {
	margin: 0;
}

dt,
dd {
	line-height: inherit;
}

dt {
	font-weight: inherit;
}

dd {
	margin-bottom: 0;
}

cite {
	font-style: normal;
}

form {
	margin-bottom: 0;
}

blockquote {
	padding-left: 0;
	border-left: 0;
}

address {
	margin-top: 0;
	margin-bottom: 0;
}

figure {
	margin-bottom: 0;
}

html p a:hover {
	text-decoration: none;
}

/*
*
* Typography
//	font-family: "Poppins", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
*/
body {

	font-family: "Teko", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
	font-size: 18px;
	line-height: 1.71429;
	font-weight: 400;
	letter-spacing: .05em;
	color: #151515;
	background-color: #ffffff;
	-webkit-text-size-adjust: none;
	-webkit-font-smoothing: subpixel-antialiased;
}

h1, h2, h3, h4, h5, h6, [class*='heading-'] {
	margin-top: 0;
	margin-bottom: 0;
	font-weight: 400;
	font-family: "Teko", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
	letter-spacing: .05em;
	text-transform: uppercase;
	color: #151515;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a, [class*='heading-'] a {
	color: inherit;
}

h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover, [class*='heading-'] a:hover {
	color: #5ca7c3;
}

h1,
.heading-1 {
	font-size: 50px;
	line-height: 0.88;
	font-weight: 300;
	letter-spacing: .075em;
}

@media (min-width: 768px) {
	h1,
	.heading-1 {
		font-size: 70px;
	}
}

@media (min-width: 992px) {
	h1,
	.heading-1 {
		font-size: 90px;
	}
}

@media (min-width: 1200px) {
	h1,
	.heading-1 {
		font-size: 110px;
		line-height: 0.85455;
	}
}

h2,
.heading-2 {
	font-size: 36px;
	line-height: 0.88;
}

@media (min-width: 768px) {
	h2,
	.heading-2 {
		font-size: 50px;
	}
}

@media (min-width: 992px) {
	h2,
	.heading-2 {
		font-size: 60px;
	}
}

@media (min-width: 1200px) {
	h2,
	.heading-2 {
		font-size: 70px;
		line-height: 1;
	}
}

h3,
.heading-3 {
	font-size: 32px;
	line-height: 0.88;
	font-weight: 300;
}

@media (min-width: 768px) {
	h3,
	.heading-3 {
		font-size: 40px;
	}
}

@media (min-width: 992px) {
	h3,
	.heading-3 {
		font-size: 48px;
		line-height: 1.20833;
	}
}

h4,
.heading-4 {
	font-size: 28px;
	line-height: 1;
	letter-spacing: .075em;
}

@media (min-width: 768px) {
	h4,
	.heading-4 {
		font-size: 36px;
		line-height: 1;
	}
}

h5,
.heading-5 {
	font-size: 22px;
	line-height: 1;
	font-weight: 500;
}

@media (min-width: 768px) {
	h5,
	.heading-5 {
		font-size: 24px;
	}
}

h6,
.heading-6 {
	font-size: 18px;
	line-height: 1;
	font-weight: 500;
	letter-spacing: .1em;
}

/*************** Breadcrumbs *********************/
.box-position {
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0.4;
    width: calc(100% + 150px);
    height: calc(100% + 150px);
    will-change: transform;
    -webkit-animation: bgPos 100s linear infinite;
    animation: bgPos 100s linear infinite;
    -webkit-transform: translate3d(-75px, -75px, 0) rotate(0.001deg);
    transform: translate3d(-75px, -75px, 0) rotate(0.001deg);
    background-position: 50% 50%;
    background-size: cover;
    z-index: -1;
    display:none;
}

.breadcrumbs-custom {
	/*position: relative;
	overflow: hidden;*/
	padding: 10px 0;
	text-align: center;
	background-color: #cccccc;
	z-index: 1;
}

.breadcrumbs-custom-path {
	margin-left: -15px;
	margin-right: -15px;
	font-size: 18px;
	line-height: 1.33;
	font-weight: 500;
	letter-spacing: .1em;
	text-transform: uppercase;
	font-family: "Teko", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}

.breadcrumbs-custom-path > * {
	padding-left: 15px;
	padding-right: 15px;
}

.breadcrumbs-custom-path a {
	display: inline;
	vertical-align: middle;
}

.breadcrumbs-custom-path a, .breadcrumbs-custom-path a:active, .breadcrumbs-custom-path a:focus {
	color:#eeca74;

}

.breadcrumbs-custom-path li {
	position: relative;
	display: inline-block;
	vertical-align: middle;
}
.context-dark{
color:white;

}
.bg-overlay-48 {
	background: rgba(43, 49, 59, 0.68);
	    background-color: #080808;
    background-image: url('../image/shattered.png');
}
.breadcrumbs-custom-path li::after {
	content: "/";
	display: inline-block;
	position: absolute;
	top: 50%;
	right: -8px;
	color: rgba(255, 255, 255, 0.53);
	-webkit-transform: translate3d(0, -50%, 0);
	transform: translate3d(0, -50%, 0);
}

.breadcrumbs-custom-path li:last-child:after {
	display: none;
}

.breadcrumbs-custom-path a:hover {
	color: #ffffff;
}

.breadcrumbs-custom-path li.active {
	color: rgba(255 255 255 / 80%);
}

* + .breadcrumbs-custom-path {
	margin-top: 0px;
    margin-bottom: 0px;
}

@media (min-width: 576px) {
	* + .breadcrumbs-custom-path {
		margin-top: 0px;
	}
}

@media (min-width: 1200px) {
	.breadcrumbs-custom {
		padding: 10px 0;
	}
}

@media (min-width: 1600px) {
	.breadcrumbs-custom-inset {
		max-width: 1920px;
		margin-left: auto;
		margin-right: auto;
		padding-left: 0px;
		padding-right: 0px;
	}
}

@-webkit-keyframes zoom{
    0%,100%{
        background-size:100%;
    }
    50%{
        background-size:125%;
    }
}
@keyframes zoom{
    0%, 100%{
        background-size:100%;
    }
    50%{
        background-size:125%;
    }
}


.bred_img {
    -webkit-animation: zoom 50s; /* Chrome, Safari, Opera */
    animation: zoom 50s;
}

/***********************************/

.home-title:before {
    content: '';
    height: 10px;
    width: 10px;
    background: #c5c4c4;
    position: absolute;
    margin-top: 10px;
    margin-left: 3px;
    transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -web-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    z-index: 2;
}   
 .home-title:after {
    content: '';
    height: 10px;
    width: 10px;
    background: #c5c4c4;
    position: absolute;
    margin-top: 10px;
    margin-left: -15px;
    transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -web-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    z-index: 2;
} 


.bg-img-counter
{


  background-color: #cccccc;
  height: auto;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;

}


/**************Our Product********************/
.product_info{
    color: gray;
    line-height: 0;
    }
 .card-body
 {
     background: #f6f6f6;
 } 
        
.img-fluid-max{
	max-width:100%;
	}

.centered {
    position: absolute;
    top: 50%;
    left: 50%;
    padding: 10px;
    color: white;
    background: #80808075;
    font-size: x-large;
    transform: translate(-50%, -50%);
    font-weight: 500;
    text-decoration: underline;
}


.course{
	text-align:center;
	color:green;
}
.course1{
	text-align:center;
	font-family:Bradley Hand ITC;
}
.cours2{

}

.cours2{
	position:relative;
	margin-bottom:50px;
	
}


.cours3{
	-border:1px solid red;
	position:absolute;
	top:-100px;
	opacity:0;
	-bottom:100px;
	-background-color:rgba(142,198,63,.8);
	background-color:rgba(0,0,0,0.3);
	color:white;
	padding:10p;
}
.cours2:hover .cours3 {
	opacity: 1;
    padding: 31px;
    top: 0;
    width: 100%;
    transition: 1s;
}
.cours4{
	position:absolute;
	-border:1px solid red;
	-margin-top:-80px;
	padding-top:20px;
	width:100%;
	height:80px;
	opacity:0;
	bottom:-50px;
	-background-color:rgba(142,198,63,.8);
	background-color:rgba(0,0,0,0.3);
}
.cours2:hover .cours4{
	opacity:1;
	bottom:0;
	transition:1s;
}
.cours2:hover .hover{
	transform:scale(1.3);
	transition:1s;
}
.cours7{
	border:1px solid rgb(73,183,43);
	background-color:rgb(73,183,43);
	color:white;
	font-size:18px;
	padding:10px 15px;
	border-radius:5px 20px;
}
.cours7:hover{
	background-color:transparent;
	color:rgb(73,183,43);
	border:1px solid rgb(73,183,43);
	transition:1s;
}

.cou:hover{
	background-color:transparent !important;
	color:rgb(237,78,110) !important;
	border:1px solid rgb(237,78,110) !important;
}

/********** Contact **************/

.contact {
  padding-bottom: 30px;
  padding-top: 30px;
}

.contact .info-box {
  color: #444;
  text-align: center;
  box-shadow: 0 0 30px rgba(214, 215, 216, 0.6);
  padding: 6px 0 6px 0;
  margin-bottom: 30px;
  background: white;
}

.contact .info-box i {
    font-size: 23px !IMPORTANT;
    color: #cc9d3e;
    border-radius: 50%;
    padding: 7px;
    /* border-style: double; */
    border: double #cc9d3e;
}

.contact .info-box h3 {
  font-size: 20px;
  color: #666;
  font-weight: 700;
  margin: 6px 0;
}

.contact .info-box p {
  padding: 0;
  line-height: 24px;
  font-size: 16px;
  margin-bottom: 0;
}

.contact .php-email-form {
  box-shadow: 0 0 30px rgba(214, 215, 216, 0.6);
  padding: 30px;
  margin-bottom: 30px;
      background: #FFF;
}

.contact .php-email-form .validate {
  display: none;
  color: red;
  margin: 0 0 15px 0;
  font-weight: 400;
  font-size: 13px;
}

.contact .php-email-form .error-message {
  display: none;
  color: #fff;
  background: #ed3c0d;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}

.contact .php-email-form .sent-message {
  display: none;
  color: #fff;
  background: #18d26e;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}

.contact .php-email-form .loading {
  display: none;
  background: #fff;
  text-align: center;
  padding: 15px;
}

.contact .php-email-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid #18d26e;
  border-top-color: #eee;
  -webkit-animation: animate-loading 1s linear infinite;
  animation: animate-loading 1s linear infinite;
}

.contact .php-email-form input, .contact .php-email-form textarea {
  border-radius: 0;
  box-shadow: none;
  font-size:17px;
}

.contact .php-email-form input::focus, .contact .php-email-form textarea::focus {
  background-color: #68A4C4;
}

.contact .php-email-form input {
  padding: 20px 15px;
}

.contact .php-email-form textarea {
  padding: 12px 15px;
}

.contact .php-email-form button[type="submit"] {
  background: #cc9d3e;
  border: 0;
  padding: 10px 24px;
  color: #fff;
  transition: 0.4s;
}

.contact .php-email-form button[type="submit"]:hover {
  background: #8dbad2;
}

@-webkit-keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}


/* **************Footer **************/

#footer {
  background: #000;
  padding: 0 0 10px 0;
  color: #fff;
  font-size: 16px;
}

#footer .footer-newsletter {
  padding: 50px 0;
  background: #0d2735;
}

#footer .footer-newsletter h4 {
  font-size: 24px;
  margin: 0 0 20px 0;
  padding: 0;
  line-height: 1;
  font-weight: 600;
  color: #a2cce3;
}

#footer .footer-newsletter form {
  margin-top: 30px;
  background: #fff;
  padding: 6px 10px;
  position: relative;
  border-radius: 50px;
}

#footer .footer-newsletter form input[type="email"] {
  border: 0;
  padding: 4px;
  width: calc(100% - 100px);
}

#footer .footer-newsletter form input[type="submit"] {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  border: 0;
  background: none;
  font-size: 16px;
  padding: 0 20px;
  margin: 3px;
  background: #68A4C4;
  color: #fff;
  transition: 0.3s;
  border-radius: 50px;
}

#footer .footer-newsletter form input[type="submit"]:hover {
  background: #468db3;
}

#footer .footer-top {
    background: white;
    border-top: 1px solid white;
    border-bottom: 1px solid white;
  padding: 15px 0 0px 0;
}

#footer .footer-top .footer-info {
  margin-bottom: 16px;
}

#footer .footer-top .footer-info h3 {
  font-size: 18px;
  margin: 0 0 20px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  color: #000;
  font-weight: 600;
}

#footer .footer-top .footer-info p {
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 0;
  /*font-family: "Roboto", sans-serif;*/
  color: black;
}

#footer .footer-top .social-links a {
  font-size: 18px;
  display: inline-block;
  background: black;
  color: #fff;
  line-height: 1;
  padding: 8px 0;
  margin-right: 4px;
  border-radius: 50%;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
}

#footer .footer-top .social-links a:hover {
  background: #68A4C4;
  color: #fff;
  text-decoration: none;
}

#footer .footer-top h4 {
  font-size: 18px;
  font-weight: 600;
  color: #000;
  position: relative;
  padding-bottom: 12px;
}

#footer .footer-top .footer-links {
  margin-bottom: 30px;
}

#footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#footer .footer-top .footer-links ul i {
  padding-right: 2px;
  color: #a2cce3;
  font-size: 18px;
  line-height: 1;
}

#footer .footer-top .footer-links ul li {
  padding: 10px 0;
  display: flex;
  align-items: center;
}

#footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}

#footer .footer-top .footer-links ul a {
  color: #000;
  transition: 0.3s;
  display: inline-block;
  line-height: 1;
}

#footer .footer-top .footer-links ul a:hover {
  color: #a2cce3;
}

#footer .footer-top .footer-contact {
  margin-bottom: 30px;
  color:#000;
}

#footer .footer-top .footer-contact p {
  line-height: 26px;
}

#footer .copyright {
  text-align: center;
  padding-top: 10px;
}

#footer .credits {
  padding-top: 10px;
  text-align: center;
  font-size: 13px;
  color: #fff;
}

#footer .credits a {
  color: #a2cce3;
}

@media only screen and (max-width: 1199px){
.product_info
{
	font-size:16px;
}
}

@media only screen and (max-width: 991px){
.mob-none{
	display:none !important;
	}
	.headerwp {
 
    display: none !important;
	}
}

@media only screen and (max-width: 767px)
{
.product_info {
    font-size: 13px;
}
}
@media only screen and (max-width: 767px)
{
.product_info {
    font-size: 15px;
}
}
@media only screen and (max-width: 425px){


.f-14{
	font-size:14px;
	
}
.m-3-0{
	margin:0px !important;
}
.about-hat
{
	padding-top:15px;
}

.about-hat p{
	font-size:16px;
	
}
}


@media only screen and (max-width: 375px){
.breadcrumbs-custom {
  
    padding: 21px 0;
}


}
