@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: #f5f5f5;
    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 {
     background: #fff; 
}
.section1 h3{
	color: #181f28;
    text-transform: capitalize;
    margin: 0;
    padding: 0;
    font-weight: 400;
    letter-spacing: 1px;
    font-family: "Montserrat", Sans-serif;
	font-size: 24px;
}
.section1 h4{
	color: #222;
    font-weight: 400;
	margin: 0 0 0px;
    font-family: "Montserrat", Sans-serif;
	font-size: 18px;
	text-transform: capitalize;
}
.section1 .mb20 {
    margin-bottom: 20px;
}
.section1 .bordered {
    border: 2px solid #9c9c9c;
}
.section1 .pad30 {
    padding: 30px;
}
.section1 .theme-color {
    color: #181f28;
	text-transform:capitalize;
    font-weight: 400;
	letter-spacing: 1px;
    font-family: "Montserrat", Sans-serif;

}
.section1 p{
	color:#9c9c9c;
}
.section1 .separator.small {
    width: 40px;
}

.section1 .separator {
    background: #6d8806;
	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 #dcdcdc;
}
.section1 .pad40 {
    padding: 40px;
}
.section1 .bg-white {
    background: #fff !important;
}
.section1 .text-center {
    text-align: center;
}
.section1 .p30{
	padding-top:25px;
	padding-bottom:20px;
}
.section1 .p25{
	padding-top:8px;
}
/*******============================================= section1 ================================================***********/


/*******============================================= product ================================================***********/
.product ul.content-home {
    padding: 5em 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: #666;
    line-height: 24px;
}
.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-bottom:30px;
	padding-right:30px;
	padding-left:10px; 
}
.product .points:before
 {
   display: block;
 }
 
 
 
.product{
	padding: 80px 0px 30px 0px;
}
.product p{
	color: #838383;
    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;
}
.product 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;
}
.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: "Montserrat", Sans-serif;
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 1px;
	color: #3f3f3f;
	padding-top:10px;
	text-align:left;
}
/**1*****============================================= product ================================================***********/

/*******================================================= 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: #cdcdcd;
	text-decoration:none;
	line-height:28px;
}
.footer ul li a:hover{
	color: #fff;
}
.footer h2 {
    color: #fff;
    font-weight: 600;
    font-size: 1.3em;
    margin-bottom: 0.5em;
	font-family: 'Raleway', sans-serif;
	text-align:left;
	padding-bottom:20px;
}
.footer i.glyphicon{
    font-size: 0.9em;
	margin-right: 0.8em;
	color:#ccc;
}
.mail{
	margin:30px 0px;
}
.call{
	margin-bottom:30px;
}
.contact-left-hmtls{
	position:relative
}

span.glyphicon.glyphicon-home {
    background: #f6262d;
}
span.glyphicon.glyphicon-envelope {
    background:#f6262d; 
}
span.glyphicon.glyphicon-phone {
    background: #f6262d;
}
span.glyphicon.glyphicon-time {
    background: #f6262d;
}
.contact-left-hmtls .glyphicon {
    font-size: 1em;
    padding: 1em;
	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: 600;
    font-size: 1.1em;
    margin-bottom: 0.5em;
	font-family: 'Raleway', sans-serif;
}
.contact-left-hmtls p{
	color:#ccc;
	font-weight:400;
	font-size:1em;
	text-align:left;
	font-family: 'Roboto', sans-serif;
}
.contact-left-hmtls p a{
	color:#ccc;
}
.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-copy {
    padding: 2em 2em 3.2em 2em;
	background:#0b0b0b;
	font-family: 'Raleway', sans-serif;
}
.footer-copy p{
	font-size: 1em;
    color: #fff;
	display:inline-block;
	line-height: 1.8em;
}
.footer-copy p a{
    color: #EBEDEF  ;
}
.footer-copy p a:hover{
    color: #fff;
}
/*******==================================================== 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: #838383;
    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;
}
.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: 14px;
    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 #eee;
	border:1px solid #dadada;
	margin-top:50px; margin-bottom:50px;
}
.section3text{
	color:#838383;
	font-family: "Montserrat", Sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.6em;
    letter-spacing: 0.1px;
    padding-top: 30px;
}
.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;
}
.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 =========================*********************************************/



