@font-face { font-family: 'triomphe'; src: url(fonts/triomphe/triomphe-regular-autoinstr-webfont.woff) format("woff"), url(fonts/triomphe/triomphe-regular-autoinstr.ttf) format("truetype"); font-weight: 400; font-style: normal; }

@font-face { font-family: 'laila'; src: url(fonts/laila/laila-semibold-webfont.woff) format("woff"), url(fonts/laila/Laila-Semibold.ttf) format("truetype"); font-weight: 800; font-style: normal; }

@charset "utf-8";
/* CSS Document */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  src: local('Roboto Light'), local('Roboto-Light'), url(https://fonts.gstatic.com/s/roboto/v18/0eC6fl06luXEYWpBSJvXCBJtnKITppOI_IvcXXDNrsc.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}

@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 300;
  src: local('Montserrat Light'), local('Montserrat-Light'), url(https://fonts.gstatic.com/s/montserrat/v12/IVeH6A3MiFyaSEiudUMXExNcqx07xvyppV96iFRdwiM.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
body a:hover{
	text-decoration:none;
}
body a:hover{
	text-decoration:none;
}

.container-fluid{
	width:100%;
	padding-right:0px;
	padding-left:0px;
	margin:0;
}

html, body {
    height: 100%;
    font-size: 16px;
    color: #000000;
    font-family: 'Roboto', sans-serif;
    vertical-align: baseline;
	padding:0;
	margin:0;
}

h1,h2,h3,h4,h5,h6{
	font-family: 'PT Sans Narrow', sans-serif;
	margin:0;
}
ul,label{
	margin:0;
	padding:0;
}
a {
    color: #222;
    text-decoration: none;
}
a:hover{
	text-decoration:none;
}

body a {
	text-decoration:none;
	transition:0.5s all;
	-webkit-transition:0.5s all;
	-moz-transition:0.5s all;
	-o-transition:0.5s all;
	-ms-transition:0.5s all;
}
a:hover{
 text-decoration:none;
}

.container-fluid{
	width:100%;
	padding-left:0px;
	padding-right:0px;
	margin-left:0px;
	margin-right:0px;
}

/*******============================================= header ================================================***********/
.swiper-slide-caption h3, .swiper-slide-caption h5, .swiper-slide-caption .button, .swiper-slide-caption h3 span{
	float:left;
	font-family: "Roboto", -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", Arial, sans-serif;
	text-align:left;
}
.swiper-slide-caption .swiper-subtitle{
	float:left;
	text-align:left;
	width:100%;
	font-family: "Roboto", -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", Arial, sans-serif;
}
.swiper-slide-caption .button{
	text-align:center;
}
/*******============================================= header ================================================***********/




/*******============================================= slider ================================================***********/
.demo{ background: #fff; }
.loader{
    width: 210px;
    height: 210px;
    margin: 220px auto;
    position: relative;
}
.loader img{
	margin-top:0px;
	margin-left:-10px;
}
.loader .box-1{
    display: flex;
    width: 200px;
    height: 200px;
    border-radius: 50%;
    border-width: 3px;
    border-style: solid;
    border-top-color: #f262d3;
    border-left-color: #f262d3;
    border-bottom-color: #e1e1d8;
    border-right-color: #e1e1d8;
    justify-content: center;
    align-items: center;
    -webkit-animation: loading-1 1.8s linear infinite;
    animation: loading-1 1.8s linear infinite;
}
.loader .box-2{
    display: flex;
    width: 180px;
    height: 180px;
    border-radius: 50%;
    border-width: 3px;
    border-style: solid;
    border-top-color: #e1e1d8;
    border-left-color: #e1e1d8;
    border-bottom-color: #9599f2;
    border-right-color: #9599f2;
    align-items: center;
    justify-content: center;
    -webkit-animation: loading-2 1.2s linear infinite;
    animation: loading-2 1.2s linear infinite;
}
.loader .box-3{
    display: flex;
    width: 160px;
    height: 160px;
    border-radius: 50%;
    border-width: 3px;
    border-style: solid;
    border-top-color: #3dd94a;
    border-left-color: #3dd94a;
    border-bottom-color: #e1e1d8;
    border-right-color: #e1e1d8;
    justify-content: center;
    align-items: center;
    -webkit-animation: loading-1 1.4s linear infinite;
    animation: loading-1 1.4s linear infinite;
}
.loader .box-4{
    display: flex;
    width: 140px;
    height: 140px;
    border-radius: 50%;
    border-width: 3px;
    border-style: solid;
    border-top-color: #e1e1d8;
    border-left-color: #e1e1d8;
    border-bottom-color: #f262d3;
    border-right-color: #f262d3;
    justify-content: center;
    align-items: center;
    -webkit-animation: loading-2 1.6s linear infinite;
    animation: loading-2 1.6s linear infinite;
}
.loader .box-5{
    display: flex;
    width: 120px;
    height: 120px;
    border-radius: 50%;
    border-width: 3px;
    border-style: solid;
    border-top-color: #ff7d00;
    border-left-color: #ff7d00;
    border-right-color: #e1e1d8;
    border-bottom-color: #e1e1d8;
    justify-content: center;
    align-items: center;
    -webkit-animation: loading-1 2s linear infinite;
    animation: loading-1 2s linear infinite;
}
.loader .box-6{
    width: 100px;
    height: 100px;
    border-radius: 50%;
    border-width: 3px;
    border-style: solid;
    border-top-color: #e1e1d8;
    border-left-color: #e1e1d8;
    border-bottom-color: #9599f2;
    border-right-color: #9599f2;
    -webkit-animation: loading-2 2.3s linear infinite;
    animation: loading-2 2.3s linear infinite;
}
.loader .loader-inner{
    width: 100%;
    height: 100%;
    font-size: 2.3em;
    color: #f262d3;
    line-height: 200px;
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-animation: loading-3 8s .5s infinite;
    animation: loading-3 8s .5s infinite;
}
@-webkit-keyframes loading-1{
    0%{
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100%{
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@keyframes loading-1{
    0%{
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100%{
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@-webkit-keyframes loading-2{
    0%{
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100%{
        -webkit-transform: rotate(-360deg);
        transform: rotate(-360deg);
    }
}
@keyframes loading-2{
    0%{
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100%{
        -webkit-transform: rotate(-360deg);
        transform: rotate(-360deg);
    }
}
@-webkit-keyframes loading-3{
    10%{ color: #f262d3; }
    20%{ color: #9599f2; }
    40%{ color: #3dd94a; }
    60%{ color: #f262d3; }
    80%{ color: #ff7d00; }
    90%{ color: #9599f2; }
    100%{ color: #f262d3; }
}
@keyframes loading-3{
    10%{ color: #f262d3; }
    20%{ color: #9599f2; }
    40%{ color: #3dd94a; }
    60%{ color: #f262d3; }
    80%{ color: #ff7d00; }
    90%{ color: #9599f2; }
    100%{ color: #f262d3; }
}
#myDiv {
  display: none;
  text-align: center;
}
/*******============================================= slider ================================================***********/


/*******============================================= section1 ================================================***********/
.section1 .pad-b70 {
    padding-bottom: 70px;
}
.section1 .pad-t100 {
    padding-top: 100px;
}
.section1 .pad-b30 {
    padding-bottom: 30px;
}
.section1 .pad-t30 {
    padding-top: 30px;
}
.section1 {
     background: #fff; 
}
.section1 h3{
	  color: #181f28;
    text-transform: capitalize;
    margin: 0;
    padding: 0;
    font-weight: 600;
    letter-spacing: 1px;
    font-family: "Montserrat", Sans-serif;
	  font-size: 30px;
}
.section1 h4{
	color: #f60000;
  font-weight: 600;
	margin: 0 0 0px;
  font-family: "Montserrat", Sans-serif;
	font-size: 24px;
	text-transform: capitalize;
}
.section1 .mb20 {
    margin-bottom: 20px;
}
.section1 .bordered {
    border: 2px solid #9c9c9c;
}
.section1 .pad30 {
    padding: 25px;
}
.section1 .theme-color {
  color: #f60000;
	text-transform:capitalize;
  font-weight: 600;
	letter-spacing: 1px;
  font-family: "Montserrat", Sans-serif;

}
.section1 p{
	color:#000000;
}
.section1 .separator.small {
    width: 75px;
}

.section1 .separator {
    background: #011a7e;
  	display: inline-block;
    vertical-align: top;
    height: 2px;
    margin: 15px auto 0;
}
.section1 .btn-primary {
    background: #f24147;
}
.section1 .btn {
    border-radius: 0;
    transition: all 0.3s;
    font-size: 14px;
    font-style: normal !important;
    line-height: 17px;
    padding: 12px 25px;
    letter-spacing: 0;
    text-transform: uppercase;
    color: #ffffff;
    border: 0;
    text-shadow: none;
	display: inline-block;
    margin-bottom: 0;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
}
.section1 .btn:hover{
	background:#6d8806;
}
.section1 .bt-none {
    border-top: none;
}

.section1 .bordered {
    border: 1px solid #bdbdbd;
}
.section1 .pad40 {
    padding: 38px;
		height: 400px;
}
.section1 .bg-white {
    background: #fff !important;
}
.section1 .text-center {
    text-align: center;
}
.section1 .p30{
	padding-top:5px;
	padding-bottom:15px;
}
.section1 .p25{
	padding-top:5px;
	text-align: justify;
}
/*******============================================= section1 ================================================***********/


/*******============================================= product ================================================***********/
.product ul.content-home {
    padding: 0em 0;
    margin-bottom: 0;
	text-align:center;
}
.product ul, ol {
    margin: 0;
}
.product ul.content-home li {
    padding: 15px;
}
.product ul.content-home li a {
    display: block;
}
.product ul.content-home li .bannerBox {
    position: relative;
    -webkit-box-shadow: 0 0 40px rgba(0, 0, 0, 0.09);
    -moz-box-shadow: 0 0 40px rgba(0, 0, 0, 0.09);
    box-shadow: 0 0 40px rgba(0, 0, 0, 0.09);
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    overflow: hidden;
}
.product ul.content-home li img {
    max-width: 100%;
    height: auto;
    -moz-transition: 0.5s linear;
    -o-transition: 0.5s linear;
    -webkit-transition: 0.5s linear;
    transition: 0.5s linear;
}
.product ul.content-home li .item-html {
    position: absolute;
    left: 20px;
    top: 30px;
    width: 50%;
    font-size: 15px;
    font-weight: 300;
    line-height: 24px;
    color: #777;
	text-align:left;
}
.product ul.content-home li .item-html h3 {
    color: #000;
    font-size: 16px;
    font-weight: 300;
    text-transform: uppercase;
	font-family: 'Raleway', sans-serif;
	margin-top:30px;
	
}
.product ul.content-home li .item-html h3 span {
    display: block;
    color: #666666;
    font-size: 12px;
    font-weight: 500;
    line-height: 20px;
    text-transform: uppercase;
	font-family: 'Raleway', sans-serif;
	margin-top:10px;
	
}
.product ul.content-home .btn{
}

.product ul.content-home .btn{
    color: #fff;
    text-transform: uppercase;
    border: none;
    border-radius: 0;
    z-index: 1;
    position: relative;
    transition: all 0.4s ease 0s;
	padding:8px;
	padding-left:10px;
	margin-top:20px;
	width:80%;
	font-size:14px;
	font-weight:400;
	text-align:left;
}
.product ul.content-home .btn:hover{
    color: #fff;
}
.product ul.content-home .btn:after{
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 6px;
    left: 6px;
    transform: translate3d(0px, 0px, 0px);
    z-index: -1;
    transition: all 0.35s cubic-bezier(1, -1.88, 0.15, 0.95) 0s;
}
.product ul.content-home .btn:hover:after{
    transform: translate3d(4px, 4px, 0px);
}
.product ul.content-home .btn.red{ background: #f24147;}
.product ul.content-home .btn.red:after{ border: 2px solid #f24147; }

@media only screen and (max-width: 767px){
   .product  ul.content-home .btn{ margin-bottom: 20px; }
}

.product h2{
	font-family: 'Raleway', sans-serif;
    font-size: 28px;
    line-height: 1.5;
    letter-spacing: 0.06em;
	margin-top: 0;
    margin-bottom: 0;
    font-weight: 600;
    color: #151515;
}
.product .title .divider {
    vertical-align: super;
    padding-right: 15px;
}
.product .divider {
    font-size: 0;
    line-height: 0;
}
.product h2 span{
	color:#f24147;
}


.product h6{
	font-family: "Montserrat", Sans-serif;
    font-size: 18px;
    font-weight: 600;
	font-style: normal;
    letter-spacing: 0px;
	padding: 0;
    margin: 0;
    line-height: 36px;
	box-sizing: border-box;
	color: #222;
	text-align:left;
	margin-bottom:10px;
	margin-top:30px;
}
.product .points li {
    margin-bottom: 3px;
    list-style-type: none;
    padding-left: 25px;
    background-repeat: no-repeat;
    background-position: 0 5px;
    background-image: url(../images/li.jpg);
    font-family: "Montserrat", Sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #000000;
    line-height: 25px;
}
.points{
	text-align:left;
}
.product .points{
	text-align:left;
	margin-bottom:50px;
	font-family: "Montserrat", Sans-serif;
}
.product .points{
	border-bottom:1px solid #fff;
	border-right:1px solid #fff;
	padding-right:26px;
	padding-left:7px;
	text-align: justify; 
}
.product .points:before
 {
   display: block;
 }
 
 
 
.product{
	padding: 40px 0px 0px 0px;
}
.product p{
	color: #000000;
    /*font-family: "Montserrat", Sans-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.8em;
    letter-spacing: 0.1px;*/
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.6em;
	letter-spacing: .075em;	
	padding-top:5px;
	text-align:justify;
}

.product h2{
	font-family: 'laila';
  font-size: 36px;
  font-weight: 600;
	font-style: normal;
  letter-spacing: 0.1px;
	padding: 0;
  margin: 0;
  line-height: 42px;
	box-sizing: border-box;
	color: #ff222a;
}
.product h2 span{
	color:#f6262d;
}
.product .border{
    padding: 5px 0px 1px 8px;
    border-style: solid;
    border-width: 0px 0px 0px 4px;
    border-color: #f6262d;
	margin-top:10px;
}
/*.product h4{
	font-family: "Montserrat", Sans-serif;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 1px;
	color: #3f3f3f;
	padding-top:10px;
	text-align:left;
}*/

.product h3{
	font-family: 'PT Sans Narrow', sans-serif;
  font-size: 21px;
  font-weight: 600;
  letter-spacing: 1px;
	color: #3f3f3f;
	padding-top:10px;
	text-align:left;
}

.category_title{
 font-weight: bold;
 font-size: 35px;
 margin-bottom: 30px;
 color: #fffc00;
 text-shadow: 2px 2px #ff0000;
}

.all_products_page_title{
 font-weight: bold;
 font-size: 31px;
 margin-top: 21px;
 color: #fffc00;
 text-shadow: 2px 2px #ff0000;
}

/**1*****============================================= new footer ================================================***********/
.site-footer {
  background: linear-gradient(to right, #000085, #00007e);
  color: #fff;
  width: 100%;
  font-size: 14px;
}

.footer-container {
  max-width: 1300px;
  margin: auto;
  padding: 12px 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
	color:#FFFFFF;
}

.footer-left,
.footer-right {
  margin: 0;
  line-height: 1.6;
	color:#FFFFFF;
}
.subtext_footer{
	color: #ffffff !important;
	font-family: 'Roboto', sans-serif;
	font-size: 15px!important;
	font-weight: 400;
	line-height: 1.6em;
	letter-spacing: .075em;	
	padding-top:5px;
/*	text-align:justify;*/
}

.footer-right span {
  font-weight: 600;
}

/* Tablets */
@media (max-width: 768px) {
  .footer-container {
    justify-content: center;
    text-align: center;
    gap: 5px;
  }
}

/* Mobile */
@media (max-width: 480px) {
  .site-footer {
    font-size: 13px;
  }

  .footer-container {
    flex-direction: column;
    padding: 10px 15px;
  }
}

/*******================================================= footer ======================================================***********/
.contact-right-hmtl h3:before {
    width: 35%;
}
.footer ul li{
	text-align:left;
	line-height:28px;
	color:#fff;
	padding-top:5px;
}
.footer li a{
	color:#fff;
}
.footer ul li a{
	color: #ffffff;
	text-decoration:none;
	line-height:28px;
}
.footer ul li a:hover{
	    color: aqua;
}
.footer h2 {
  color: #fff;
  font-weight: 500;
  font-size: 20px;
  margin-bottom: 2px;
	font-family: 'triomphe';
	text-align:left;
	padding-bottom:5px;
}

.logotag{
    color: #fff;
    font-weight: 600;
    font-size: 24px;
    margin-bottom: 0.5em;
	font-family: 'Raleway', sans-serif;
	padding-bottom:12px;
	line-height: 30px;
}
.footer i.glyphicon{
  font-size: 12px;
	margin-right: 0.5em;
	color:#fff;
}
.mail{
	margin:21px 0px;
}
.call{
	margin-bottom:21px;
}
.contact-left-hmtls{
	position:relative
}

span.glyphicon.glyphicon-home {
     background: #f6262d;
    border-radius: 3px;
}
span.glyphicon.glyphicon-envelope {
    background:#f6262d; 
}
span.glyphicon.glyphicon-phone {
    background: #f6262d;
}
span.glyphicon.glyphicon-time {
    background: #f6262d;
}
.contact-left-hmtls .glyphicon {
    font-size: 18px;
    padding: 5px;
    color: #fff;
}
.contact-left-hmtls h4,.contact-left-hmtls h5{
	text-align:left;
	font-family: "Montserrat", Sans-serif;
}
.contact-left-hmtls h4 {
    color: #fff;
    font-weight: 500;
    font-size: 18px;
    margin-bottom: 5px;
	  font-family: 'triomphe';
}
.contact-left-hmtls p{
	color:#ffffff;
	font-weight:400;
	font-size:14px;
	text-align: justify;
	font-family: 'Roboto', sans-serif;
}
.contact-left-hmtls p a{
	color:#ffffff;
}
.contact-right-hmtl input[type="text"]{
	font-size:14px;
	border:1px solid #d5d3d3;
	background:#fff;
	outline:none;
	padding:10px;
	width:100%;
	margin-bottom:15px;
	color:#000;
}
::placeholder{
	color:#000;
	font-weight:500;
}
.contact-right-hmtl input[type="text"]:nth-child(1),.contact-right-hmtl input[type="text"]:nth-child(3) {
    margin-right:2.4%;
}
.contact-right-hmtl textarea{
	width:100%;
	padding:10px;
	outline:none;
	resize:none;
	height:100px;
	border:1px solid #d5d3d3;
	font-size:14px;
	color:#000;
}
.contact-right-hmtl input[type="submit"]{
	background:#f6262d;
	color:#fff;
	padding:8px 15px;
	margin-top:15px;
	border:none;
	outline:none;
}
.contact-right-hmtl input[type="submit"]:hover {
    background: #000;
}
.visit,.mail,.call {
  /*  border-bottom: 2px solid #0f1012;*/
}
.contact-right-hmtl {
    margin: 0em 0 0 0;
}


/*******==================================================== footer ====================================================***********/



/********************************====================== CONTACT PAGE =========================*********************************************/
.contact{
	text-align:center;
	padding-top: 80px; padding-bottom: 80px;
}
.icon {
    display: inline-block;
    color: #fff;
    font-size: 3rem;
    padding: 0rem .5rem;
}
.contact .serviceBox{
    font-family: 'Raleway', sans-serif;
    text-align: center;
    padding: 10px 15px;
    box-shadow: 2px -3px 2px 0px rgba(0,0,0,0.1);
    position: relative;
    z-index: 1;
    transition: all 0.3s ease 0s;
}
.contact .serviceBox:before{
    content: "";
    background: #f6262d;
    width: 80px;
    height: 15px;
    border-radius: 15px 15px 0 0;
    transform: translateX(-50%);
    position: absolute;
    top: -15px;
    left: 50%;
}
.contact .serviceBox .service-icon{
    color: #1abc9c;
    background: #fff;
    font-size: 50px;
    line-height: 110px;
    width: 130px;
    height: 130px;
    margin: 0 auto 20px;
    border-radius: 50%;
    border: 10px solid #f6262d;
    position: relative;
    transition: all 0.3s ease 0s;
	padding-top:10px;
}
.contact .serviceBox:hover .service-icon{ box-shadow: 0 0 15px rgba(0,0,0,0.2) inset; }
.contact .serviceBox .service-icon i{ transition: all 0.3s ease 0s; }
.contact .serviceBox:hover .service-icon i{
    text-shadow: 0 0 2px #000;
    transform: rotateX(360deg) rotateY(360deg);
}
.contact .serviceBox .service-icon:before{
    content: "";
    background: #f6262d;
    width: 55px;
    height: 35px;
    border-radius: 0 0 15px 15px;
    transform: translateX(-50%);
    position: absolute;
    top: -35px;
    left: 50%;
}
.contact .serviceBox .title{
    color: #222;
    font-size: 17px;
    font-weight: 600;
    margin: 0 0 10px;
    text-transform: uppercase;
	font-family: 'Raleway', sans-serif;
}
.contact .serviceBox .description{
    font-size: 14px;
    line-height: 25px;
	color:#616161;
}
@media only screen and (max-width:990px){
    .contact .serviceBox{ margin: 0 0 30px; }
}
.cnct_form{
    padding: 0em 3em 4em 0em;
}
.cnct_form input[type="text"], .cnct_form input[type="email"], .cnct_form textarea {
    outline: none;
    border: none;
    border: 1px solid #eee;
    padding: 10px;
    width: 100%;
    font-size: 1em;
    color: #222;
	background:#fff;
	min-height:45px;
	border-radius: 0.25rem;
	margin-top:20px;
}
.cnct_form ::placeholder{
	color:#222;
	font-family: 'Raleway', sans-serif;
	font-size:15px;
}
.cnct_form textarea{
	min-height:115px;
	resize:none;
	margin-top:30px;
}
.cnct_form input[type="submit"] {
    outline: none;
    padding: .6em 4em;
    font-size: 1em;
    color: #fff;
    background: #f6262d;
    border: solid 2px #f6262d;
    margin: 2em 0 0;
    font-weight: 500; 
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
	transition: 0.5s all;
	font-family: 'Raleway', sans-serif;
	margin-left:30px;
	float:left;
}
.cnct_form input[type="submit"]:hover{
    border: solid 2px #f6262d;
    background: #f6262d;
    color: #fff;
}
.cnct_form h2{
    font-family: 'Raleway',sans-serif;
    font-weight: 600;
    margin-bottom: 10px;
    font-size: 30px;
    line-height: 43px;
    color: #222;
    margin-top: 0px;
	text-align:left;
	padding-left:25px;
}
.map {
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
}
/********************************====================== CONTACT PAGE =========================*********************************************/


/********************************====================== ABOUT PAGE =========================*********************************************/
.about-page{
	padding: 80px 0px 30px 0px;
}
.about-page p{
	color: #000000;
    font-family: "Montserrat", Sans-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.8em;
    letter-spacing: 0.1px;
	padding-top:5px;
	text-align:justify;
}
.about-page h2{
	font-family: "Montserrat", Sans-serif;
    font-size: 28px;
    font-weight: 600;
	font-style: normal;
    letter-spacing: 0px;
	padding: 0;
    margin: 0;
    line-height: 36px;
	box-sizing: border-box;
	color: #3f3f3f;
	text-align:left;
}
.about-page h2 span{
	  color: #f6262d;
    font-family: 'PT Sans Narrow', sans-serif;
    font-size: 32px;
    font-weight: 500;
}
.about-page .border{
    padding: 5px 0px 1px 8px;
    border-style: solid;
    border-width: 0px 0px 0px 4px;
    border-color: #f6262d;
	margin-top:10px;
}
.about-page h4{
	font-family: "Montserrat", Sans-serif;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 1px;
	color: #3f3f3f;
	padding-top:10px;
	text-align:left;
}

.about-page h3{
	font-family: "Montserrat", Sans-serif;
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 1px;
	color: #3f3f3f;
	padding-top:10px;
	text-align:left;
}
.about-page .points{
	text-align:left;
	margin-bottom:50px;
}
.about-page .points li {
    margin-bottom: 3px;
    list-style-type: none;
    padding-left: 25px;
    background-repeat: no-repeat;
    background-position: 0 5px;
    background-image: url(../images/li.jpg);
    font-family: "Raleway", Sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #666;
    line-height: 24px;
}
.about-page .points{
	border-bottom:1px solid #f6262d;
	border-right:1px solid #f6262d;
	padding-bottom:30px;
	padding-right:30px;
	padding-left:10px; 
	box-shadow: 5px 5px 8px 5px #ececec;
}
.about-page .points:before
 {
   width:50%;
   border-top:solid 1px #f6262d;
   content: "";
   display: block;
   padding-top: 10px;
   margin-left:52.80%;
 }
 
 .blck{
	text-align:left;	
}
.blck1{
	background: rgba(255,255,255,0.9);
	padding:30px 10px 30px 30px;
	border-radius:6px;
	box-shadow: 5px 5px 5px 5px #ffeded;
	    border: 1px solid #3900c1;
	margin-top:21px; margin-bottom:50px;
}
.section3text{
	color:#000000;
	font-family: "Montserrat", Sans-serif;
    font-size: 16px;
    text-align: justify;
    font-weight: 400;
    line-height: 1.6em;
    letter-spacing: 0.1px;
    padding-top: 18px;
}
.blck h2{
	font-family: "Montserrat", Sans-serif;
    font-size: 22px;
    font-weight: 500;
	font-style: normal;
    letter-spacing: 0px;
	padding: 0;
    margin: 0;
    line-height: 36px;
	box-sizing: border-box;
	color: #3f3f3f;
	padding-top:10px;
}
.blck h2 span1{
	color:#f6262d;
	letter-spacing: 0.5px;
}
.blck .border{
    padding: 5px 0px 1px 8px;
    border-style: solid;
    border-width: 0px 0px 0px 2px;
    border-color: #f6262d;
	margin-top:10px;
}
.blck h4{
	font-family: "Montserrat", Sans-serif;
    font-size: 13px;
    font-weight: 400;
	color: #151515;
	padding-top:10px;
	width:100%;
}
.blck img{
	height:450px;
	width:100%;
}
/********************************====================== ABOUT PAGE =========================*********************************************/



.button-78 {
  align-items: center;
  appearance: none;
  background-clip: padding-box;
  background-color: initial;
  background-image: none;
  border-style: none;
  box-sizing: border-box;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  flex-direction: row;
  flex-shrink: 0;
  font-family: Eina01,sans-serif;
  font-size: 15px;
  font-weight: 800;
  justify-content: center;
  line-height: 24px;
  margin: 0;
  min-height: 42px;
  outline: none;
  overflow: visible;
  padding: 11px 25px;
  pointer-events: auto;
  position: relative;
  text-align: center;
  text-decoration: none;
  text-transform: none;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  vertical-align: middle;
  width: auto;
  word-break: keep-all;
  z-index: 0;
}

@media (min-width: 768px) {
  .button-78 {
    padding: 11px 25px !important;
  }
}

.button-78:before,
.button-78:after {
  border-radius: 80px;
}

.button-78:before {
  background-image: linear-gradient(92.83deg, #ff7426 0, #f93a13 100%);
  content: "";
  display: block;
  height: 100%;
  left: 0;
  overflow: hidden;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -2;
}

.button-78:after {
  background-color: initial;
  background-image: linear-gradient(#0f00a3 0, #1800de 100%);
  bottom: 2px;
  content: "";
  display: block;
  left: 4px;
  overflow: hidden;
  position: absolute;
  right: 4px;
  top: 4px;
  transition: all 100ms ease-out;
  z-index: -1;
}

.button-78:hover:not(:disabled):before {
  background: linear-gradient(92.83deg, rgb(23 205 0) 0%, rgb(15 105 0) 100%);
}

.button-78:hover:not(:disabled):after {
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  transition-timing-function: ease-in;
  opacity: 0;
}

.button-78:active:not(:disabled) {
  color: #ccc;
}

.button-78:active:not(:disabled):before {
  background-image: linear-gradient(0deg, rgba(0, 0, 0, .2), rgba(0, 0, 0, .2)), linear-gradient(92.83deg, #ff7426 0, #f93a13 100%);
}

.button-78:active:not(:disabled):after {
  background-image: linear-gradient(#541a0f 0, #0c0d0d 100%);
  bottom: 4px;
  left: 4px;
  right: 4px;
  top: 4px;
}

.button-78:disabled {
  cursor: default;
  opacity: .24;
}

.points_head{
	font-family: 'Roboto';
	font-size: 28px;
	font-weight: 600;
	font-style: normal;
	letter-spacing: 0.1px;
	line-height: 30px;
	box-sizing: border-box;
	color: #ff222a;
}

