@font-face {
font-family: A;
src: url('../fonts/OpenSans-Regular.ttf');
}
@font-face {
font-family: B;
src: url('../fonts/HelveticaNeue_Light.ttf');
	}
@font-face {
font-family: C;
src: url('../fonts/Swz721t.TTF');
	}
@font-face {
font-family: D;
src: url('../fonts/MyriadPro-Regular.otf');
	}

body {
	margin:0 auto;
	padding: 0;
	background-color:#fff;
	}

/* scrol bar */
::-webkit-scrollbar{width: 10px;}
::-webkit-scrollbar-track {background: #ececec;}
::-webkit-scrollbar-thumb {background: #b2baaa;}
::-webkit-scrollbar-thumb:hover {background: #3cbaa6;}

/* select color */
::selection {background: #BFBFBF;}
::-moz-selection {background: #BFBFBF;}

.noBlue {
	text-decoration: none;
	outline: 0;
	border: 0; 
	appearance: none; 
	-webkit-appearance: none; 
	-moz-appearance: none;
	}
.noBlue:hover {
	text-decoration: none;
	outline: 0;
	border: 0; 
	appearance: none; 
	-webkit-appearance: none; 
	-moz-appearance: none;
	}
.noBlue:focus {
	text-decoration: none;
	outline: 0;
	border: 0; 
	appearance: none; 
	-webkit-appearance: none; 
	-moz-appearance: none;
	}


/* -------------------------------------------------------------------------------------------------------------------- HeaderSEC --*/

.headerSEC {
    }

headerSEC {
	position: fixed;
	width: 100%;
	z-index: 10;
	background: url("../images+/headerBack.png") repeat-x;
	height: 177px;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	-ms-transition: all 0.4s ease;
	transition: all 0.4s ease;
	}
headerSEC.smaller {
	height: 79px;
	background: url("../images+/headerBackSmaller.png") repeat-x;
	}

headerSEC .container-fluid {
    padding: 0 0 0 0;
    margin: 0 0 0 0;
    }
headerSEC .row {
    padding: 0 25px 0 25px;
    margin: 0 auto;
    max-width: 1090px;
    }

headerSEC .col1 {
    padding: 0 0 0 0;
    margin: 0 0 0 0;
    }

headerSEC .mainLogoIMG {
    opacity: 1;
    height: 127px;
    width: auto;
    -webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	-ms-transition: all 0.4s ease;
	transition: all 0.4s ease;
    }
headerSEC.smaller .mainLogoIMG {
    height: 79px;
    }
headerSEC .mainLogoIMG:hover {
    opacity: 0.7;
    }

headerSEC .col2 {
    padding: 0 0 0 0;
    margin: 0 0 0 0;
    }

headerSEC .col2a {
    padding: 12px 0 0 0;
    margin: 0 0 0 0;
    height: 48px;
    font-family: A;
    color: #fff;
    font-size: 13px;
    letter-spacing: 1px;
    text-align: right;
    direction: ltr;
    -webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	-ms-transition: all 0.4s ease;
	transition: all 0.4s ease;
    }
headerSEC.smaller .col2a {
    padding: 2px 0 0 0;
    font-size: 11px;
    height: 40px;
    }
headerSEC .col2a span {
    margin-left: 2px;
    margin-right: 2px;
    color: #83fdea;
    vertical-align: 1px;
    }
headerSEC .col2a .headerF {
    margin-left: 2px;
    margin-right: 2px;
    color: #fff;
    -webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	-ms-transition: all 0.4s ease;
	transition: all 0.4s ease;
    }
headerSEC .col2a .headerF:hover {
    color: #83fdea;
    }
headerSEC .col2a .headerInsta {
    margin-left: 2px;
    color: #fff;
    font-size: 16px;
    -webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	-ms-transition: all 0.4s ease;
	transition: all 0.4s ease;
    }
headerSEC .col2a .headerInsta:hover {
    color: #83fdea;
    }

headerSEC .col2b {
    padding: 29px 0 0 0;
    margin: 0 0 0 0;
    height: 79px;
    font-family: A;
    text-align: right;
    direction: ltr;
    -webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	-ms-transition: all 0.4s ease;
	transition: all 0.4s ease;
    }
headerSEC.smaller .col2b {
    padding: 0 0 0 0;
    }
headerSEC .col2b .manuLink {
    font-size: 13px;
    letter-spacing: 3.5px;
    font-weight: lighter;
    color: #2b2d29;
    text-transform: uppercase;
    -webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	-ms-transition: all 0.4s ease;
	transition: all 0.4s ease;
    }
headerSEC.smaller .col2b .manuLink {
    font-size: 11px;
    letter-spacing: 3.5px;
    }
headerSEC .col2b .manuLink:hover {
    color: #3cbaa6;
    }
headerSEC .col2b .sep {
    margin-left: 7px;
    margin-right: 7px;
    color: #3cbaa6;
    }


/*dropMenu*/
headerSEC .dropdown {
	position: relative;
	display: inline-block;
	}

headerSEC .dropdown-content {
	display: none;
	position: absolute;
	background-color: #FBFBFB;
	margin-left: -14px;
	min-width: 136px;
	text-align: left;
	box-shadow: none;
	padding: 12px 16px 12px 16px;
	z-index: 1;
	line-height: 30px;
	}

headerSEC .dropdown:hover .dropdown-content {
	display: block;
	}



@media only screen and (max-width: 570px) {
     }
@media only screen and (max-width: 823px) {
     }
@media (min-width: 1024px) and (max-width: 1365px) { 
    headerSEC .col2b .manuLink {font-size: 13px;letter-spacing: 2px;}
	 }

/*------------------------------------------------------------------------------------------------------------------- Small Header --*/

.headerSECsmall {
    position: absolute;
    background-color: rgba(60,186,166,0.95);
    z-index: 2;
    width: 100%;
	}
.headerSECsmall .container-fluid {
	padding: 20px 0 25px 0;
	margin: 0 0 0 0;
	}
.headerSECsmall .row {
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	}

.headerSECsmall .col1 {
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	text-align: center;
	}
.headerSECsmall .LogoL {
	}
.headerSECsmall .LogoIMG {
	text-align: center;
	margin: 0 auto;
    height: 55px;
    width: auto;
	}

/*------------------------------------------------------------------------------------------------------------------- Small Header --*/

.SideMenu {
	}
.SideMenu .col1 {
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	}

/* ------------------------------------------------------------------------------------------------------------------------ Slider --*/

.h_SliderSEC {
	margin: 0 auto;
	padding: 0;
	height: 100vh;
	background-color: #fff;
	}
.h_SliderSEC .carousel-inner {
	height: 100vh;
	}
.h_SliderSEC .carousel-inner .carousel-item {
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	height: 100vh;
	width: 100%;
	background-position: center center;
	}
.h_SliderSEC .carousel-inner .slideOne {
	background-image: url(../images+/homeSlider/1.jpg);
	}
.h_SliderSEC .carousel-inner .slideTwo {
	background-image: url(../images+/homeSlider/2.jpg);
	}
.h_SliderSEC .carousel-inner .slideThree {
	background-image: url(../images+/homeSlider/3.jpg);
	}
.h_SliderSEC .carousel-inner .slideContent {
	width: 100vw;
	height: 100vh;
	}
.h_SliderSEC .carousel-inner .row {
	padding: 0;
	margin: 0 auto;
	height: 100vh;
	align-content: center;
	padding-top: 15%;
	}
.h_SliderSEC .carousel-inner .Text1 {
	padding: 0 0 15px 0;
	margin: 0;
	font-family: C;
    font-size: 90px;
    line-height: 40px;
    letter-spacing: 4px;
    font-weight: lighter;
    color: #fff;
    text-align: center;
	}
.h_SliderSEC .carousel-inner .Text2 {
	padding: 0 0 20px 0;
	margin: 0;
	font-family: C;
    font-size: 60px;
    line-height: 80px;
    letter-spacing: 4px;
    font-weight: lighter;
    color: #fff;
    text-align: center;
	}
.h_SliderSEC .carousel-inner .Text3 {
	padding: 0;
	margin: 0;
	font-family: C;
    font-size: 20px;
    line-height: 0px;
    letter-spacing: 4px;
    font-weight: lighter;
    color: #fff;
    text-align: center;
	}
.h_SliderSEC .carousel-indicators {
    bottom: 23px;
    z-index: 3;
	}

@media only screen and (max-width: 570px) {
    .h_SliderSEC .carousel-inner .row {padding-top: 15%;}
    .h_SliderSEC .carousel-inner .Text1 {padding: 0 0 15px 0;font-size: 40px;line-height: 40px;letter-spacing: 2px;}
    .h_SliderSEC .carousel-inner .Text2 {padding: 0 0 20px 0;font-size: 30px;line-height: 40px;letter-spacing: 2px;}
    .h_SliderSEC .carousel-inner .Text3 {font-size: 20px;line-height: 0px;letter-spacing: 1px;}
    .h_SliderSEC .carousel-indicators {bottom: 5px;}
     }
@media only screen and (max-width: 823px) {
    .h_SliderSEC .carousel-inner .row {padding-top: 15%;}
    .h_SliderSEC .carousel-inner .Text1 {padding: 0 0 15px 0;font-size: 40px;line-height: 40px;letter-spacing: 2px;}
    .h_SliderSEC .carousel-inner .Text2 {padding: 0 0 20px 0;font-size: 30px;line-height: 40px;letter-spacing: 2px;}
    .h_SliderSEC .carousel-inner .Text3 {font-size: 20px;line-height: 0px;letter-spacing: 1px;}
    .h_SliderSEC .carousel-indicators {bottom: 5px;}
     }
@media (min-width: 1024px) and (max-width: 1365px) { 
	 }

/* -------------------------------------------------------------------------------------------------------------------- 4pointsSEC --*/

.pointsSEC {
    background-color: #f9f9f9;
    }

.pointsSEC .container-fluid {
    padding: 0 0 0 0;
    margin: 0 0 0 0;
    }
.pointsSEC .row {
    padding: 35px 25px 35px 25px;
    margin: 0 auto;
    max-width: 1090px;
    }

.pointsSEC .col1 {
    padding: 0 20px 0 0;
    margin: 0 0 0 0;
    }

.pointsSEC .col1_1 {
    padding: 0 0 0 0;
    margin: 0 0 0 0;
	font-family: A;
    font-size: 20px;
    color: #3cbaa6;
    }
.pointsSEC .col1_2 {
    padding: 0 0 0 0;
    margin: 0 0 0 0;
	font-family: A;
    font-size: 16px;
    color: #1B1B1B;
    }


@media only screen and (max-width: 570px) {
	.pointsSEC .row {padding: 30px 30px 15px 30px;}
	.pointsSEC .col1 {padding: 0 0 15px 0;}
	.pointsSEC .col1_1 {text-align: center;}
	.pointsSEC .col1_2 {text-align: center;}
     }
@media only screen and (max-width: 823px) {
	.pointsSEC .row {padding: 30px 30px 15px 30px;}
	.pointsSEC .col1 {padding: 0 0 15px 0;}
	.pointsSEC .col1_1 {text-align: center;}
	.pointsSEC .col1_2 {text-align: center;}
	}
@media (min-width: 1024px) and (max-width: 1365px) { 
	 }

/* ----------------------------------------------------------------------------------------------------------------- h 4images SEC --*/

.hIMGSSEC {
    background-color: #fff;
    }

.hIMGSSEC .container-fluid {
    padding: 0 0 0 0;
    margin: 0 0 0 0;
    }
.hIMGSSEC .row {
    padding: 25px 25px 0 25px;
    margin: 0 auto;
    max-width: 1110px;
    }

.hIMGSSEC .col0 {
    padding: 0 0 15px 0;
    margin: 0 0 0 0;
	font-family: C;
	font-size: 50px;
	color:#535353;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 1px;
    }

.hIMGSSEC .cola {
    padding: 0 10px 0 10px;
    margin: 0 0 0 0;
    }
.hIMGSSEC .cola_1 {
    padding: 0 0 0 0;
    margin: 0 0 0 0;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	transition: all 0.3s ease;
    }
.hIMGSSEC .cola_1:hover {
    box-shadow: 2px 2px 2px #e7e7e7;
    }
.hIMGSSEC .cola_1 img {
    width: 100%;
	height: auto;
	border: 1px solid #E9E9E9;
    }


@media only screen and (max-width: 570px) {
	.hIMGSSEC .row {padding: 20px 25px 10px 25px;}
	.hIMGSSEC .col0 {font-size: 48px;letter-spacing: 2px; }
	.hIMGSSEC .cola {padding: 0 0 20px 0; }
     }
@media only screen and (max-width: 823px) {
	.hIMGSSEC .row {padding: 20px 25px 10px 25px;}
	.hIMGSSEC .col0 {font-size: 48px;letter-spacing: 2px; }
	.hIMGSSEC .cola {padding: 0 0 20px 0; }
	}
@media (min-width: 1024px) and (max-width: 1365px) { 
	}

/* ----------------------------------------------------------------------------------------------------------------- home delivery --*/

.hDeliverySEC {
	}
.hDeliverySEC .container-fluid {
	margin: 0 0 0 0;
	padding: 0 0 0;
	}
.hDeliverySEC .row {
    padding: 40px 20px 40px 20px;
    margin: 0 auto;
    max-width: 1090px;
	}

.hDeliverySEC .col5 {
	padding: 35px 0 0px 0;
	margin: 15px 0 0 0;
	border-top: 1px solid #D4D4D4;
    }
.hDeliverySEC .col5_1 {
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	float: left;
    }
.hDeliverySEC .col5_1 img {
	height: 80px;
	width: auto;
    }
.hDeliverySEC .col5_2 {
	padding: 0 10px 0 30px;
	margin: 0 0 0 0;
	float: left;
	font-family: A;
	font-size: 20px;
	font-weight: bold;
    }
.hDeliverySEC .col5_2 p {
	font-family: A;
	font-size: 14px;
	font-weight: normal;
	margin-top: 5px;
	line-height: 19px;
    }


@media only screen and (max-width: 570px) {
	.hDeliverySEC .row {padding: 0 20px 0 20px;}
	.hDeliverySEC .col5 {padding: 30px 0 25px 0;margin: 20px 0 0 0;}
	.hDeliverySEC .col5_1 {text-align: center;}
	.hDeliverySEC .col5_2 {text-align: center;padding: 0 30px 0 30px;margin: 10px 0 0 0;}
	}
@media only screen and (max-width: 823px) {
	.hDeliverySEC .row {padding: 0 20px 0 20px;}
	.hDeliverySEC .col5 {padding: 30px 0 25px 0;margin: 20px 0 0 0;}
	.hDeliverySEC .col5_1 {text-align: center;}
	.hDeliverySEC .col5_2 {text-align: center;padding: 0 30px 0 30px;margin: 10px 0 0 0;}
	}
@media (min-width: 1024px) and (max-width: 1365px) {
	}

/* -------------------------------------------------------------------------------------------------------------------- home About --*/

.homeAboutSEC {
    background-color: #fff;
    background: url("../images+/hAboutBack.jpg") no-repeat center bottom;
    }

.homeAboutSEC .container-fluid {
    padding: 0 0 0 0;
    margin: 0 0 0 0;
    }
.homeAboutSEC .row {
    padding: 60px 25px 60px 25px;
    margin: 0 auto;
    max-width: 1090px;
    }

.homeAboutSEC .col1 {
    padding: 0 0 0 0;
    margin: 0 0 0 0;
    }
.homeAboutSEC .col1a {
    padding: 0 0 0 0;
    margin: 0 0 20px 0;
    text-align: center;
    }
.homeAboutSEC .HaboutIMG {
    text-align: center;
    margin: 0 auto;
    float: none;
    width: 170px;
    height: auto;
    }
.homeAboutSEC .col1b {
    padding: 0 0 0 0;
    margin: 0 0 0 0;
    text-align: justify;
    font-family: A;
    font-size: 16px;
    color: #0E0E0E;
    }
.homeAboutSEC .HaboutLink {
    font-size: 14px;
    color: #33a290;
    -webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	-ms-transition: all 0.4s ease;
	transition: all 0.4s ease;
    }
.homeAboutSEC .HaboutLink:hover {
    color: #363636;
    }

@media only screen and (max-width: 570px) {
    .homeAboutSEC .row {padding: 30px 25px 30px 25px;}
     }
@media only screen and (max-width: 823px) {
    .homeAboutSEC .row {padding: 30px 25px 30px 25px;}
     }
@media (min-width: 1024px) and (max-width: 1365px) { 
	 }

/* ---------------------------------------------------------------------------------------------------------------- home Parallax --*/

.hParallaxSEC {
	}
.hParallaxSEC .jarallax {
    min-height: 450px;
	}
.hParallaxSEC .col1 {
	padding: 300px 0 0 0;
	margin: 0 0 0 0;
	text-align: center;
	font-size: 32px;
	letter-spacing: 2px;
	font-family: C;
	color: #fff;
	line-height: 40px;
	}
.hParallaxSEC .col2 {
	padding: 15px 0 0 0;
	margin: 0 0 0 0;
	text-align: center;
	font-size: 40px;
	letter-spacing: 3px;
	font-family: C;
	color: #96e94e;
	line-height: 40px;
	}

@media only screen and (max-width: 570px) {
	.hParallaxSEC .jarallax { min-height: 73vh;}
    .hParallaxSEC .col1 {padding: v 20px 0 20px;font-size: 30px;letter-spacing: 1px;line-height: 40px;}
    .hParallaxSEC .col2 {padding: 5px 0 0 0;font-size: 32px;letter-spacing: 2px;}
	}
@media only screen and (max-width: 823px) {
	.hParallaxSEC .jarallax { min-height: 73vh;}
    .hParallaxSEC .col1 {padding: 48vh 20px 0 20px;font-size: 30px;letter-spacing: 1px;line-height: 40px;}
    .hParallaxSEC .col2 {padding: 5px 0 0 0;font-size: 32px;letter-spacing: 2px;}
	}
@media (min-width: 1024px) and (max-width: 1365px) {
	}

/* --------------------------------------------------------------------------------------------------------------- home collection --*/

.hCollectionSEC {
    }

.hCollectionSEC .container-fluid {
    padding: 0 0 0 0;
    margin: 0 0 0 0;
    }
.hCollectionSEC .row {
    padding: 26px 20px 26px 20px;
    margin: 0 auto;
    max-width: 1090px;
    }

.hCollectionSEC .col1 {
    padding: 0 0 0 0;
    margin: 0 0 0 0;
    height: 450px;
    border-top: 6px solid #fff;
    border-right: 10px solid #fff;
    border-bottom: 6px solid #fff;
    border-left: 6px solid #fff;
    }

/*img1*/
.hCollectionSEC .hCollimg1 {
    }
.hCollectionSEC .hCimg1Over {
    position: absolute;
    height: 100%;
    width: 100%;
    background: rgb(36,0,0);
    background: linear-gradient(193deg, rgba(36,0,0,0) 54%, rgba(0,0,0,0.7147233893557423) 100%);
    }
.hCollectionSEC .over1Text {
    font-family: C;
    color: #fff;
    font-size: 30px;
    text-align: left;
    margin-top: 370px;
    margin-left: 25px;
    line-height: 20px;
    }
.hCollectionSEC .over1Text2 {
    font-family: A;
    font-size: 12px;
    color: #D4D4D4;
    letter-spacing: 1px;
    }


.hCollectionSEC .col2 {
    padding: 0 0 0 0;
    margin: 0 0 0 0;
    }

/*img2*/
.hCollectionSEC .col2a {
    padding: 0 0 0 0;
    margin: 0 0 0 0;
    height: 225px;
    border-top: 6px solid #fff;
    border-right: 6px solid #fff;
    border-bottom: 10px solid #fff;
    border-left: 10px solid #fff;
    }
.hCollectionSEC .hCollimg2 {
    }
.hCollectionSEC .hCimg2Over {
    position: absolute;
    height: 100%;
    width: 100%;
    background: rgb(36,0,0);
    background: linear-gradient(193deg, rgba(36,0,0,0) 54%, rgba(0,0,0,0.7147233893557423) 100%);
    }
.hCollectionSEC .over2Text {
    font-family: C;
    color: #fff;
    font-size: 26px;
    text-align: left;
    margin-top: 150px;
    margin-left: 20px;
    line-height: 20px;
    }
.hCollectionSEC .over2Text2 {
    font-family: A;
    font-size: 11px;
    color: #D4D4D4;
    letter-spacing: 1px;
    }

/*img3*/
.hCollectionSEC .col2b {
    padding: 0 0 0 0;
    margin: 0 0 0 0;
    height: 225px;
    float: left;
    border-top: 10px solid #fff;
    border-right: 10px solid #fff;
    border-bottom: 6px solid #fff;
    border-left: 10px solid #fff;
    }
.hCollectionSEC .hCollimg3 {
    }
.hCollectionSEC .hCimg3Over {
    position: absolute;
    height: 100%;
    width: 100%;
    background: rgb(36,0,0);
    background: linear-gradient(193deg, rgba(36,0,0,0) 54%, rgba(0,0,0,0.7147233893557423) 100%);
    }
.hCollectionSEC .over3Text {
    font-family: C;
    color: #fff;
    font-size: 22px;
    text-align: left;
    margin-top: 160px;
    margin-left: 20px;
    line-height: 14px;
    }
.hCollectionSEC .over3Text2 {
    font-family: A;
    font-size: 9px;
    color: #D4D4D4;
    letter-spacing: 0.5px;
    }

/*img4*/
.hCollectionSEC .col2c {
    padding: 0 0 0 0;
    margin: 0 0 0 0;
    height: 225px;
    float: left;
    border-top: 10px solid #fff;
    border-right: 6px solid #fff;
    border-bottom: 6px solid #fff;
    border-left: 10px solid #fff;
    }
.hCollectionSEC .hCollimg4 {
    }
.hCollectionSEC .hCimg4Over {
    position: absolute;
    height: 100%;
    width: 100%;
    background: rgb(36,0,0);
    background: linear-gradient(193deg, rgba(36,0,0,0) 54%, rgba(0,0,0,0.7147233893557423) 100%);
    }
.hCollectionSEC .over4Text {
    font-family: C;
    color: #fff;
    font-size: 22px;
    text-align: left;
    margin-top: 160px;
    margin-left: 20px;
    line-height: 14px;
    }
.hCollectionSEC .over4Text2 {
    font-family: A;
    font-size: 9px;
    color: #D4D4D4;
    letter-spacing: 0.5px;
    }

@media only screen and (max-width: 570px) {
    .hCollectionSEC .col1 {
    height: auto;border-top: 0px solid #fff;border-right: 6px solid #fff;border-bottom: 3px solid #fff;border-left: 6px solid #fff;}
    /*img1*/
    .hCollectionSEC .hCollimg1 {width: 100%; height: auto;}
    .hCollectionSEC .over1Text {font-size: 20px;margin-top: 70%;margin-left: 20px;line-height: 16px;}
    .hCollectionSEC .over1Text2 {font-size: 11px;letter-spacing: 0.3px;}
    /*img2*/
    .hCollectionSEC .col2a {height: auto;border-top: 3px solid #fff;border-right: 6px solid #fff;border-bottom: 3px solid #fff;border-left: 6px solid #fff;}
    .hCollectionSEC .hCollimg2 {width: 100%; height: auto;}
    .hCollectionSEC .over2Text {font-size: 20px;margin-top: 27%;margin-left: 20px;line-height: 16px;}
    .hCollectionSEC .over2Text2 {font-size: 11px;letter-spacing: 0.3px;}
    /*img3*/
    .hCollectionSEC .col2b {height: auto;border-top: 3px solid #fff;border-right: 6px solid #fff;border-bottom: 3px solid #fff;border-left: 6px solid #fff;}
    .hCollectionSEC .hCollimg3 {width: 100%; height: auto;}
    .hCollectionSEC .over3Text {font-size: 20px;margin-top: 72%;margin-left: 20px;line-height: 16px;}
    .hCollectionSEC .over3Text2 {font-size: 11px;letter-spacing: 0.3px;}
    /*img4*/
    .hCollectionSEC .col2c {height: auto;border-top: 3px solid #fff;border-right: 6px solid #fff;border-bottom: 0px solid #fff;border-left: 6px solid #fff;}
    .hCollectionSEC .hCollimg4 {width: 100%; height: auto;}
    .hCollectionSEC .over4Text {font-size: 20px;margin-top: 72%;margin-left: 20px;line-height: 16px;}
    .hCollectionSEC .over4Text2 {font-size: 11px;letter-spacing: 0.3px;}
	}
@media only screen and (max-width: 823px) {
    .hCollectionSEC .col1 {
    height: auto;border-top: 0px solid #fff;border-right: 6px solid #fff;border-bottom: 3px solid #fff;border-left: 6px solid #fff;}
    /*img1*/
    .hCollectionSEC .hCollimg1 {width: 100%; height: auto;}
    .hCollectionSEC .over1Text {font-size: 20px;margin-top: 70%;margin-left: 20px;line-height: 16px;}
    .hCollectionSEC .over1Text2 {font-size: 11px;letter-spacing: 0.3px;}
    /*img2*/
    .hCollectionSEC .col2a {height: auto;border-top: 3px solid #fff;border-right: 6px solid #fff;border-bottom: 3px solid #fff;border-left: 6px solid #fff;}
    .hCollectionSEC .hCollimg2 {width: 100%; height: auto;}
    .hCollectionSEC .over2Text {font-size: 20px;margin-top: 26%;margin-left: 20px;line-height: 16px;}
    .hCollectionSEC .over2Text2 {font-size: 11px;letter-spacing: 0.3px;}
    /*img3*/
    .hCollectionSEC .col2b {height: auto;border-top: 3px solid #fff;border-right: 6px solid #fff;border-bottom: 3px solid #fff;border-left: 6px solid #fff;}
    .hCollectionSEC .hCollimg3 {width: 100%; height: auto;}
    .hCollectionSEC .over3Text {font-size: 20px;margin-top: 71%;margin-left: 20px;line-height: 16px;}
    .hCollectionSEC .over3Text2 {font-size: 11px;letter-spacing: 0.3px;}
    /*img4*/
    .hCollectionSEC .col2c {height: auto;border-top: 3px solid #fff;border-right: 6px solid #fff;border-bottom: 0px solid #fff;border-left: 6px solid #fff;}
    .hCollectionSEC .hCollimg4 {width: 100%; height: auto;}
    .hCollectionSEC .over4Text {font-size: 20px;margin-top: 71%;margin-left: 20px;line-height: 16px;}
    .hCollectionSEC .over4Text2 {font-size: 11px;letter-spacing: 0.3px;}
	}
@media (min-width: 1024px) and (max-width: 1365px) {
    .hCollectionSEC .col1 {
    height: auto;border-top: 0px solid #fff;border-right: 6px solid #fff;border-bottom: 3px solid #fff;border-left: 6px solid #fff;}
    /*img1*/
    .hCollectionSEC .hCollimg1 {width: 100%; height: auto;}
    .hCollectionSEC .over1Text {font-size: 20px;margin-top: 74%;margin-left: 20px;line-height: 16px;}
    .hCollectionSEC .over1Text2 {font-size: 11px;letter-spacing: 0.3px;}
    /*img2*/
    .hCollectionSEC .col2a {height: auto;border-top: 3px solid #fff;border-right: 6px solid #fff;border-bottom: 3px solid #fff;border-left: 6px solid #fff;}
    .hCollectionSEC .hCollimg2 {width: 100%; height: auto;}
    .hCollectionSEC .over2Text {font-size: 20px;margin-top: 30%;margin-left: 20px;line-height: 16px;}
    .hCollectionSEC .over2Text2 {font-size: 11px;letter-spacing: 0.3px;}
    /*img3*/
    .hCollectionSEC .col2b {height: auto;border-top: 3px solid #fff;border-right: 6px solid #fff;border-bottom: 3px solid #fff;border-left: 6px solid #fff;}
    .hCollectionSEC .hCollimg3 {width: 100%; height: auto;}
    .hCollectionSEC .over3Text {font-size: 20px;margin-top: 64%;margin-left: 20px;line-height: 16px;}
    .hCollectionSEC .over3Text2 {font-size: 9px;letter-spacing: 0px;}
    /*img4*/
    .hCollectionSEC .col2c {height: auto;border-top: 3px solid #fff;border-right: 6px solid #fff;border-bottom: 0px solid #fff;border-left: 6px solid #fff;}
    .hCollectionSEC .hCollimg4 {width: 100%; height: auto;}
    .hCollectionSEC .over4Text {font-size: 20px;margin-top: 64%;margin-left: 20px;line-height: 16px;}
    .hCollectionSEC .over4Text2 {font-size: 9px;letter-spacing: 0px;}
	}

/* ------------------------------------------------------------------------------------------------------------------ home clients --*/

.hClientsSEC {
    min-height: 300px;
    background:url("../images+/hClients.jpg") center center no-repeat;
    }

.hClientsSEC .container-fluid {
    padding: 0 0 0 0;
    margin: 0 0 0 0;
    }
.hClientsSEC .row {
    padding: 30px 0 30px 0;
    margin: 0 auto;
    max-width: 1100px;
    }

.hClientsSEC .col1 {
    padding: 0 0 0 0;
    margin: 0 0 10px 0;
    text-align: center;
    font-family: C;
    color: #2b2d29;
    font-size: 40px;
    letter-spacing: 1px;
    }
.hClientsSEC .HclientLine {
    height: 1px;
    width: 200px;
    background-color: #3cbaa6;
    float: none;
    margin: 10px auto 0 auto;
    text-align: center;
    }

.hClientsSEC .col2 {
    padding: 0 0 0 0;
    margin: 0 0 0 0;
    text-align: center;
    line-height: 150px;
    }
.hClientsSEC .hClientLogoIMG {
    width: 160px;
    height: auto;
    text-align: center;
    }

@media only screen and (max-width: 570px) {
    .hClientsSEC {min-height: auto;}
    .hClientsSEC .col1 {font-size: 36px;}
    .hClientsSEC .HclientLine {width: 180px;}
    .hClientsSEC .col2 {line-height: auto;}
	}
@media only screen and (max-width: 823px) {
    .hClientsSEC {min-height: auto;}
    .hClientsSEC .col1 {font-size: 36px;}
    .hClientsSEC .HclientLine {width: 180px;}
    .hClientsSEC .col2 {line-height: auto;}
	}
@media (min-width: 1024px) and (max-width: 1365px) {
	}

/* --------------------------------------------------------------------------------------------------------------------- materials --*/

.materialsSEC {
	}
.materialsSEC .container-fluid {
	margin: 0 0 0 0;
	padding: 0 0 0;
	}
.materialsSEC .row {
    padding: 120px 20px 40px 20px;
    margin: 0 auto;
    max-width: 1090px;
	}
.materialsSEC .col1 {
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	float: left;
	height: 100px;
	text-align: center;
	font-family: A;
	color: #E9E9E9;
	line-height: 100px;
	font-size: 12px;
	letter-spacing: 0.5px;
	border-right: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
    }

.materialsSEC .col3 {
	padding: 0 0 0 0;
	margin: 25px 0 0 0;
	font-family: A;
	font-size: 24px;
	font-weight: bold;
    }

.materialsSEC .col44 {
	padding: 25px 25px 25px 25px;
	margin: 15px 0 10px 0;
	background-color: #f8f8f8;
    }
.materialsSEC .col44_1 {
	padding: 0 0 5px 0;
	margin: 0 0 0 0;
	float: left;
	font-family: A;
	font-size: 20px;
	font-weight: bold;
    }
.materialsSEC .col44_1 p {
	font-family: A;
	font-size: 14px;
	font-weight: normal;
	margin-top: 5px;
	line-height: 19px;
    }
.materialsSEC .col44_2 {
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	float: left;
	border-right: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
    }
.materialsSEC .col44_2 img {
	width: 100%;
	height: auto;
    }
.materialsSEC .col44_2 .code {
	position: absolute;
	width: 100%;
	height: 100%;
	color: #fff;
	font-weight: bold;
	padding-top: 8px;
	padding-left: 12px
    }

.materialsSEC .col4 {
	padding: 0 0 0 0;
	margin: 15px 0 0 0;
	background-color: #f8f8f8;
    }
.materialsSEC .col4_1 {
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	float: left;
    }
.materialsSEC .col4_1 img {
	width: 100%;
	height: auto;
    }
.materialsSEC .col4_2 {
	padding: 10px 10px 0 10px;
	margin: 0 0 0 0;
	float: left;
	font-family: A;
	font-size: 20px;
	font-weight: bold;
    }
.materialsSEC .col4_2 p {
	font-family: A;
	font-size: 14px;
	font-weight: normal;
	margin-top: 5px;
	line-height: 19px;
    }


@media only screen and (max-width: 570px) {
	.materialsSEC .row {padding: 100px 20px 30px 20px;}
	.materialsSEC .col4_2 {padding: 10px 25px 0 25px;}
	}
@media only screen and (max-width: 823px) {
	.materialsSEC .row {padding: 100px 20px 30px 20px;}
	.materialsSEC .col4_2 {padding: 10px 25px 0 25px;}
	}
@media (min-width: 1024px) and (max-width: 1365px) {
	}

/* ------------------------------------------------------------------------------------------------------------------------ colors --*/

.colorsSEC {
	}
.colorsSEC .container-fluid {
	margin: 0 0 0 0;
	padding: 0 0 0;
	}
.colorsSEC .row {
    padding: 180px 20px 40px 20px;
    margin: 0 auto;
    max-width: 1090px;
	}
.colorsSEC .col0 {
	padding: 0 0 0 0;
	margin: 0 0 20px 0;
	font-family: A;
	font-size: 15px;
	color: #000;
	text-align: center;
    }
.colorsSEC .col1 {
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	float: left;
	height: 100px;
	text-align: center;
	font-family: A;
	color: #E9E9E9;
	line-height: 100px;
	font-size: 12px;
	letter-spacing: 0.5px;
	border-right: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
    }

@media only screen and (max-width: 570px) {
	.colorsSEC .row {padding: 130px 20px 30px 20px;}
	}
@media only screen and (max-width: 823px) {
	.colorsSEC .row {padding: 130px 20px 30px 20px;}
	}
@media (min-width: 1024px) and (max-width: 1365px) {
	}

/* ------------------------------------------------------------------------------------------------------------------------ footer --*/

.footerSEC {
    background-color: #2d2d2d;
    }

.footerSEC .container-fluid {
    padding: 0 0 0 0;
    margin: 0 0 0 0;
    }
.footerSEC .row {
    padding: 40px 25px 40px 25px;
    margin: 0 auto;
    }

.footerSEC .col1 {
    padding: 0 0 0 0;
    margin: 0 0 15px 0;
    text-align: center;
    }
.footerSEC .footerLogoIMG {
    width: 150px;
    height: auto;
    float: none;
    margin: 0 auto;
    text-align: center;
    }

.footerSEC .col2 {
    padding: 0 0 0 0;
    margin: 0 0 10px 0;
    text-align: center;
    font-family: A;
    color: #8c8c8c;
    font-size: 14px;
    letter-spacing: 3px;
    line-height: 30px;
    }

.footerSEC .col3 {
    padding: 0 0 0 0;
    margin: 0 0 10px 0;
    text-align: center;
    }
.footerSEC .footerLink {
    font-family: A;
    color: #8c8c8c;
    font-size: 18px;
    -webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	-ms-transition: all 0.4s ease;
	transition: all 0.4s ease;
    }
.footerSEC .footerLink:hover {
    color: #3cbaa6;
    }

.footerSEC .col4 {
    padding: 0 0 0 0;
    margin: 0 0 0 0;
    text-align: center;
    font-family: A;
    color: #8c8c8c;
    font-size: 11px;
    letter-spacing: 3px;
    }

@media only screen and (max-width: 570px) {
    .footerSEC .col1 {margin: 0 0 10px 0;}
    .footerSEC .footerLogoIMG {width: 130px;}
    .footerSEC .col2 {margin: 0 0 5px 0;font-size: 14px;letter-spacing: 1px;line-height: 25px;}
    .footerSEC .col3 {margin: 0 0 5px 0;}
    .footerSEC .col4 {letter-spacing: 2px;}
	}
@media only screen and (max-width: 823px) {
    .footerSEC .col1 {margin: 0 0 10px 0;}
    .footerSEC .footerLogoIMG {width: 130px;}
    .footerSEC .col2 {margin: 0 0 5px 0;font-size: 14px;letter-spacing: 1px;line-height: 25px;}
    .footerSEC .col3 {margin: 0 0 5px 0;}
    .footerSEC .col4 {letter-spacing: 2px;}
	}
@media (min-width: 1024px) and (max-width: 1365px) {
	}

/*--------------------------------------------------------------------------------------------------------------------- in Banner  --*/

.inBannerSEC {
	}
.inBannerSEC .col1 {
	padding: 350px 20px 0 20px;
	margin: 0 auto;
    width: 100%;
    max-width: 1090px;
	text-align: left;
	font-size: 50px;
	font-family: C;
	color: #fff;
    letter-spacing: 2px;
	}
.inBannerSEC .jarallax {
    min-height: 450px;
	}

@media only screen and (max-width: 570px) {
	}
@media only screen and (max-width: 823px) {
    .inBannerSEC .col1 {padding: 320px 20px 0 30px;font-size: 40px;}
    .inBannerSEC .jarallax {min-height: 400px;}
	}
@media (min-width: 1024px) and (max-width: 1365px) {
	}

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

.aboutSEC1 {
	}
.aboutSEC1 .container-fluid {
	margin: 0 0 0 0;
	padding: 0 0 0;
	}
.aboutSEC1 .row {
    padding: 160px 20px 0 20px;
    margin: 0 auto;
    max-width: 1090px;
	}
.aboutSEC1 .col1 {
	padding: 40px 60px;
	margin: 0 0 0 0;
	background-color: rgba(42,147,129,0.8);	
	font-size: 18px;
	font-weight: lighter;
	font-family: A;
	color: #fff;
    letter-spacing: 1px;
	line-height: 26px;
    }
.aboutSEC1 .col2 {
	padding: 0 0 0 0;
	margin: 0 0 0 0;
    }
.aboutSEC1 .jarallax {
    min-height: 555px;
	}


.aboutSEC2 {
	}
.aboutSEC2 .container-fluid {
	margin: 0 0 0 0;
	padding: 0 0 0;
	}
.aboutSEC2 .row {
    padding: 40px 20px 40px 20px;
    margin: 0 auto;
    max-width: 1090px;
	}
.aboutSEC2 .col1 {
	padding: 60px 60px 60px 60px;
	margin: 0 0 0 0;
	text-align: justify;
	font-size: 16px;
	font-family: A;
	line-height: 24px;
	background-color: #f8f8f8;
    }
.aboutSEC2 .col2 {
	padding: 0 0 0 0;
	margin: 0 0 0 0;
    }
.aboutSEC2 .About2IMG {
	width: 100%;
	height: auto;
    }

@media only screen and (max-width: 570px) {
	.aboutSEC1 .row {padding: 155px 25px 0 25px;}
	.aboutSEC1 .col1 {padding: 36px 30px;font-size: 18px;letter-spacing: 0.2px;line-height: 25px;text-align: left;}
	.aboutSEC2 .row {padding: 0 0 0 0;}
	.aboutSEC2 .col1 {padding: 30px 30px 30px 30px;text-align: left;}
	}
@media only screen and (max-width: 823px) {
	.aboutSEC1 .row {padding: 155px 25px 0 25px;}
	.aboutSEC1 .col1 {padding: 36px 30px;font-size: 18px;letter-spacing: 0.2px;line-height: 25px;text-align: left;}
	.aboutSEC2 .row {padding: 0 0 0 0;}
	.aboutSEC2 .col1 {padding: 30px 30px 30px 30px;text-align: left;}
	}
@media (min-width: 1024px) and (max-width: 1365px) {
	}

/*------------------------------------------------------------------------------------------------------------------------ peducts --*/

.productsSEC {
	padding-top: 160px;
	padding-bottom: 40px;
	padding-right: 0px;
	padding-left: 0px;
	margin: 0 auto;
	max-width: 1100px;
	}
.productsSEC .container-fluid {
	}
.productsSEC .row {
	}
.productsSEC .iCol {
	padding: 0 10px 20px 10px;
	margin: 0 0 0 0;
	}
.productsSEC .iIMG {
	width: 100%;
	height: auto;
	}
.productsSEC .name {
	font-family: A;
	font-size: 14px;
	color:#515151;
	padding-top: 5px;
	text-align: center;
	}

@media only screen and (max-width: 570px) {
	.productsSEC {padding-right: 20px;padding-left: 20px;}
    }
@media only screen and (max-width: 823px) {
	.productsSEC {padding-right: 20px;padding-left: 20px;}
    }
@media (min-width: 1024px) and (max-width: 1365px) {
	}


/*------------------------------------------------------------------------------------------------------------------------ gallery --*/

.gallerySEC {
	background-color: #fff;
	padding-top: 140px;
	}
.gallerySEC .container-fluid {
	margin: 0 0 0 0;
	padding: 30px 0 35px 0;
	}
.gallerySEC .row {
    padding: 0 25px 0 25px;
    margin: 0 auto;
    max-width: 1110px;
	}
.gallerySEC .TabsCol {
	padding: 0 0 0 0;
	margin: 0 auto;
    }

/*------------------------------------------ tabs --*/
.gallerySEC .nav-tabs {
	border-bottom: 1px solid #3cbaa6;
    max-width: 1040px;
    margin: 0 auto 30px auto;
    }
.gallerySEC .nav-item {
	width: 50%;
	font-family: A;
	text-align: center;
	letter-spacing: 1px
	}

.gallerySEC .nav-item:active {
	background-color: #3cbaa6;
	color: #fff;
	}
.gallerySEC .nav-item:hover {
	background-color: #3cbaa6;
	}

.gallerySEC .nav-tabs .nav-item .nav-link {
	border-radius: 0px;
	color: #3cbaa6;
	}
.gallerySEC .nav-tabs .nav-item .nav-link.active {
	background-color: #3cbaa6;
	color: #fff;
	}
.gallerySEC .nav-tabs .nav-item .nav-link:hover {
	color: #fff;
	}
.gallerySEC .nav-tabs .nav-item .nav-link:focus {
	background-color: #3cbaa6;
	color: #fff;
	}

.gallerySEC .noBlue {
	text-decoration: none;
	outline: 0;
	border: 0; 
	appearance: none; 
	-webkit-appearance: none; 
	-moz-appearance: none;
	}

.gallerySEC .colp {
	padding: 0 10px 0 10px;
	margin: 0 0 20px 0;
	float: left;
	}
.gallerySEC .galleryIMG {
	width: 100%;
	height: auto;
	}
.gallerySEC .coln {
	padding: 10px 0 0 0;
	margin: 0 0 0 0;
	font-family: A;
	font-size: 14px;
	color: #0d2158;
	letter-spacing: 0.5px;
	}

.gallerySEC .colpro {
    padding: 0 10px 0 10px;
	margin: 0 0 20px 0;
	float: left;
	}

.gallerySEC .text {
	font-family: A;
	font-size: 12px;
	letter-spacing: 2px;
	width: 100%;
	padding-right: 0px;
	padding-left: 0px;
	text-align: center;
	text-transform: none;
    }

@media only screen and (max-width: 570px) {
	.gallerySEC {padding-top: 100px;}
    .gallerySEC .container-fluid {padding: 30px 0 30px 0;}
    .gallerySEC .row {padding: 0 20px 0 20px;}
    .gallerySEC .colp {padding: 0 0 0 0;}
    .gallerySEC .colpro {padding: 0 0 0 0;}
    }
@media only screen and (max-width: 823px) {
	.gallerySEC {padding-top: 100px;}
    .gallerySEC .container-fluid {padding: 30px 0 30px 0;}
    .gallerySEC .row {padding: 0 20px 0 20px;}
    .gallerySEC .colp {padding: 0 0 0 0;}
    .gallerySEC .colpro {padding: 0 0 0 0;}
    }
@media (min-width: 1024px) and (max-width: 1365px) {
	}

/*---------------------------------------------------------------------------------------------------------------------- customise --*/

.custSEC1 {
	}
.custSEC1 .container-fluid {
	margin: 0 0 0 0;
	padding: 0 0 0;
	}
.custSEC1 .row {
    padding: 190px 20px 0 20px;
    margin: 0 auto;
    max-width: 1090px;
	}
.custSEC1 .col1 {
	padding: 50px 0 0 0;
	margin: 0 0 0 0;
	text-align: center;
	font-size: 46px;
	font-family: C;
	color: #fff;
    letter-spacing: 1px;
    }

.custSEC1 .jarallax {
    min-height: 420px;
	}



.custSEC2 {
	}
.custSEC2 .container-fluid {
	margin: 0 0 0 0;
	padding: 0 0 0;
	}
.custSEC2 .row {
    padding: 40px 20px 40px 20px;
    margin: 0 auto;
    max-width: 1090px;
	}
.custSEC2 .col1 {
	padding: 60px 60px 60px 60px;
	margin: 0 0 0 0;
	text-align: justify;
	font-size: 16px;
	font-family: A;
	line-height: 24px;
	background-color: #f8f8f8;
    }
.custSEC2 .col2 {
	padding: 0 0 0 0;
	margin: 0 0 0 0;
    }
.custSEC2 .sap {
	margin-bottom: 35px;
    }
.custSEC2 .About2IMG {
	width: 100%;
	height: auto;
    }

.custSEC2 .col3 {
	padding: 0 0 0 0;
	margin: 25px 0 0 0;
	font-family: A;
	font-size: 24px;
	font-weight: bold;
    }

.custSEC2 .col4 {
	padding: 0 0 0 0;
	margin: 15px 0 0 0;
	background-color: #f8f8f8;
    }
.custSEC2 .col4_1 {
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	float: left;
    }
.custSEC2 .col4_1 img {
	width: 100%;
	height: auto;
    }
.custSEC2 .col4_2 {
	padding: 10px 10px 0 10px;
	margin: 0 0 0 0;
	float: left;
	font-family: A;
	font-size: 20px;
	font-weight: bold;
    }
.custSEC2 .col4_2 p {
	font-family: A;
	font-size: 14px;
	font-weight: normal;
	margin-top: 5px;
	line-height: 19px;
    }

.custSEC2 .col5 {
	padding: 25px 0 25px 0;
	margin: 15px 0 0 0;
	border-bottom: 1px solid #D4D4D4;
    }
.custSEC2 .col5_1 {
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	float: left;
    }
.custSEC2 .col5_1 img {
	height: 80px;
	width: auto;
    }
.custSEC2 .col5_2 {
	padding: 0 10px 0 30px;
	margin: 0 0 0 0;
	float: left;
	font-family: A;
	font-size: 20px;
	font-weight: bold;
    }
.custSEC2 .col5_2 p {
	font-family: A;
	font-size: 14px;
	font-weight: normal;
	margin-top: 5px;
	line-height: 19px;
    }

.custSEC2 .col44 {
	padding: 25px 0 25px 0;
	margin: 0 0 0 0;
	border-bottom: 1px solid #D4D4D4;
    }
.custSEC2 .col44_1 {
	padding: 0 0 10px 0;
	margin: 0 0 0 0;
	float: left;
	font-family: A;
	font-size: 24px;
	font-weight: bold;
    }
.custSEC2 .col44_2 {
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	float: left;
	height: 100px;
	text-align: center;
	font-family: A;
	color: #E9E9E9;
	line-height: 100px;
	font-size: 12px;
	letter-spacing: 0.5px;
	border-right: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
    }

.custSEC2 .btn-load-more {
    width: 100%;
    max-width: 1040px;
    display: block;
	float:none;
	text-align:center;
	font-family:Cairo;
	color:#989898;
	text-transform:uppercase;
	font-size:13px;
	letter-spacing:2px;
	background-color:transparent;
	line-height:16px;
    margin: 0 auto 0 auto;
	border-radius: 0px;
	border: 0px solid #763638;
	cursor: pointer;
	box-shadow: none;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	transition: all 0.2s ease;
	}

.custSEC2 .btn-load-more:hover { 
	background-color: transparent; 
	color: #565656; 
	}



.custSEC2 .text {
	font-family: A;
	font-size: 14px;
	letter-spacing: 4px;
	width: 100%;
	padding-right: 0px;
	padding-left: 0px;
	text-align: center;
	text-transform: none;
    }


@media only screen and (max-width: 570px) {
	.custSEC1 .row {padding: 150px 20px 0 20px;}
	.custSEC1 .col1 {padding: 48px 0 0 0;font-size: 36px;line-height: 36px;}
	.custSEC1 .jarallax {min-height: 400px;}
	.custSEC2 .row {padding: 0 0 40px 0;}
	.custSEC2 .col1 {padding: 30px 30px 30px 30px;}
	.custSEC2 .sap {margin-bottom: 0px;}
	.custSEC2 .col3 {text-align: center;margin: 20px 0 0 0;}
	.custSEC2 .col4 {margin: 15px 0 0 0;background-color: transparent;}
	.custSEC2 .col4_1 {padding: 0 30px 0 30px;}
	.custSEC2 .col4_2 {padding: 10px 30px 0 30px;}
	.custSEC2 .col44_1 {text-align: center;padding: 25px 0 25px 0;}
	.custSEC2 .col5 {padding: 0 0 25px 0;margin: 20px 0 0 0;}
	.custSEC2 .col5_1 {text-align: center;}
	.custSEC2 .col5_2 {text-align: center;padding: 0 30px 0 30px;margin: 10px 0 0 0;}
	}
@media only screen and (max-width: 823px) {
	.custSEC1 .row {padding: 150px 20px 0 20px;}
	.custSEC1 .col1 {padding: 48px 0 0 0;font-size: 36px;line-height: 36px;}
	.custSEC1 .jarallax {min-height: 400px;}
	.custSEC2 .row {padding: 0 0 40px 0;}
	.custSEC2 .col1 {padding: 30px 30px 30px 30px;}
	.custSEC2 .sap {margin-bottom: 0px;}
	.custSEC2 .col3 {text-align: center;margin: 20px 0 0 0;}
	.custSEC2 .col4 {margin: 15px 0 0 0;background-color: transparent;}
	.custSEC2 .col4_1 {padding: 0 30px 0 30px;}
	.custSEC2 .col4_2 {padding: 10px 30px 0 30px;}
	.custSEC2 .col44_1 {text-align: center;padding: 25px 0 25px 0;}
	.custSEC2 .col5 {padding: 0 0 25px 0;margin: 20px 0 0 0;}
	.custSEC2 .col5_1 {text-align: center;}
	.custSEC2 .col5_2 {text-align: center;padding: 0 30px 0 30px;margin: 10px 0 0 0;}
	}
@media (min-width: 1024px) and (max-width: 1365px) {
	}


/*--------------------------------------- form --*/

.custformSEC {
	padding: 0 0 40px 0;
	}
.custformSEC .container-fluid {
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	}
.custformSEC .row {
	padding: 0 5px 0 5px;
    margin: 0 auto;
    max-width: 1090px;
	}

.custformSEC .col1 {
	padding: 0 0 30px 15px;
	margin: 0 0 0 0;
	font-family: A;
	font-size: 16px;
	color: #252525;
	}

.custformSEC .col2 {
	float: left;
	}

.custformSEC .careersFormTitle {
	padding: 0 0 20px 15px;
	margin: 0 0 0 0;
	}
.custformSEC .careersTitle {
	font-family: D;
	font-size: 24px;
	color: #253082;
	}

.custformSEC .cFormF {
	border-radius: 0px;
	background: transparent;
	border-bottom: 2px solid #cccccc;
	border-top: 0px solid #e3e3e3;
	border-right: 0px solid #e3e3e3;
	border-left: 0px solid #e3e3e3;
	box-shadow: 0px 0px 0px #888888;
	height: 38px;
	padding-left: 2px;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	-ms-transition: all 0.4s ease;
	transition: all 0.4s ease;
	}
.custformSEC .cFormF:focus {
	background: rgba(247,247,247,0.5);
	padding-left: 10px;
	}

.custformSEC .cFormFcc { /*for color picker*/
	border-radius: 0px;
	background: transparent;
	border-bottom: 2px solid #cccccc;
	border-top: 0px solid #e3e3e3;
	border-right: 0px solid #e3e3e3;
	border-left: 0px solid #e3e3e3;
	box-shadow: 0px 0px 0px #888888;
	height: 38px;
	padding-left: 2px;
	float: right;
	width: 50%;
	direction: ltr;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	-ms-transition: all 0.4s ease;
	transition: all 0.4s ease;
	}
.custformSEC .cFormFcc:focus {
	padding-left: 0px;
	}

.custformSEC .cFormF2 {
	border-radius: 0px;
	background: transparent;
	border-bottom: 2px solid #cccccc;
	border-top: 0px solid #e3e3e3;
	border-right: 0px solid #e3e3e3;
	border-left: 0px solid #e3e3e3;
	box-shadow: 0px 0px 0px #888888;
	padding-left: 2px;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	-ms-transition: all 0.4s ease;
	transition: all 0.4s ease;
	}
.custformSEC .cFormF2:focus {
	background: rgba(247,247,247,0.5);
	padding-left: 10px;
	}

.custformSEC .FormBu {
	font-family: A;
	width:100%;
	margin-top: 20px;
	background-color: transparent;
	border-bottom: 2px solid #cccccc;
	border-top: 0px solid #cccccc; 
	border-right: 0px solid #cccccc; 
	border-left: 0px solid #cccccc; 
	border-radius: 0px;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	transition: all 0.3s ease;
	}
.custformSEC .FormBu:hover {
	background-color:#3cbaa6;
	color:#fff;
	border-bottom: 2px solid #fff;
	}


/*--------------------------------------------------------------------------------------------------------------------- contact us --*/

.contactsSEC1 {
	background-color: #fff;
	padding: 30px 0 30px 0;
	}
.contactsSEC1 .container-fluid {
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	}
.contactsSEC1 .row {
	padding: 0 20px 0 20px;
	margin: 0 auto;
    max-width: 1090px;
	}
.contactsSEC1 .col1 {
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	text-align: center;
	font-family: A;
	font-size: 19px;
	direction: ltr;
	color: #252525;
	line-height: 30px;
	}
.contactsSEC1 .cIcon {
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	text-align: center;
	font-family: Cairo;
	font-size: 22px;
	color: #3cbaa6;
	}

/* -------------------------------- From -- */

.formSEC {
	background-color: #fff;
	}
.formSEC .container-fluid {
	margin: 0 0 0 0;
	padding: 0 0 40px 0;
	}
.formSEC .row {
	padding: 20px 0 0 0;
	margin: 0 auto;
	max-width: 966px;
	direction: ltr;
	}

.formSEC .cFormF {
	border-radius: 0px;
	background: transparent;
	border-bottom: 2px solid #cccccc;
	border-top: 0px solid #e3e3e3;
	border-right: 0px solid #e3e3e3;
	border-left: 0px solid #e3e3e3;
	box-shadow: 0px 0px 0px #888888;
	height: 38px;
	padding-left: 2px;
	font-family: D;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	-ms-transition: all 0.4s ease;
	transition: all 0.4s ease;
	}
.formSEC .cFormF:focus {
	background: rgba(247,247,247,0.5);
	padding-left: 10px;
	}

.formSEC .cFormF2 {
	border-radius: 0px;
	background: transparent;
	border-bottom: 2px solid #cccccc;
	border-top: 0px solid #e3e3e3;
	border-right: 0px solid #e3e3e3;
	border-left: 0px solid #e3e3e3;
	box-shadow: 0px 0px 0px #888888;
	padding-left: 2px;
	font-family: D;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	-ms-transition: all 0.4s ease;
	transition: all 0.4s ease;
	}
.formSEC .cFormF2:focus {
	background: rgba(247,247,247,0.5);
	padding-left: 10px;
	}

.formSEC .FormBu {
	font-family: Cairo;
	width:100%;
	background-color: transparent;
	border-bottom: 2px solid #cccccc;
	border-top: 0px solid #cccccc; 
	border-right: 0px solid #cccccc; 
	border-left: 0px solid #cccccc; 
	border-radius: 0px;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	transition: all 0.3s ease;
	}
.formSEC .FormBu:hover {
	background-color:#3cbaa6;
	color:#fff;
	border-bottom: 2px solid #fff;
	}

@media only screen and (max-width: 570px) {
	.contactsSEC1 {padding: 20px 25px 20px 25px;}
	.mapSEC .container-fluid {margin: 0 0 0 0;padding: 0 0 0 0;}
	.formSEC {padding: 0 10px 0 10px;}
	}
@media only screen and (max-width: 823px) {
	.contactsSEC1 {padding: 20px 25px 20px 25px;}
	.mapSEC .container-fluid {margin: 0 0 0 0;padding: 0 0 0 0;}
	.formSEC {padding: 0 10px 0 10px;}
	}
@media (min-width: 1024px) and (max-width: 1365px) {
	}
