/*----------------------------------------------------------------------------------------
* Author        : Ambidextrousbd
* Template Name : Korprate - One Page Corporate Html5 Template
* File          : Korprate main CSS file
* Version       : 1.0
* ---------------------------------------------------------------------------------------- */





/* INDEX
----------------------------------------------------------------------------------------

01. General css

02. Navigation area css

03. Slider area css

04. Hero area css

05. About us area css

06. working process area css

07. Work area css

08. Team area css

09. Testimonial area css

10. Client area css

11. Price area css

12. News area css

13. Subscribe area css

14. Google map  and contact area css

15. Footer area css

-------------------------------------------------------------------------------------- */




@import url('https://fonts.googleapis.com/css?family=Rubik:400,500,600|Roboto:300,400,500,700');

@font-face{font-family:'DAKufi';font-style:normal;font-weight:400;src:url(../fonts/DroidKufi-Regular.eot);src:url(../fonts/DroidKufi-Regular.eot?#iefix) format('embedded-opentype'),url(../fonts/DroidKufi-Regular.woff) format('woff'),url(../fonts/DroidKufi-Regular.ttf) format('truetype')}@font-face{font-family:'DAKufi';font-style:normal;font-weight:700;src:url(../fonts/DroidKufi-Bold.eot);src:url(../fonts/DroidKufi-Bold.eot?#iefix) format('embedded-opentype'),url(../fonts/DroidKufi-Bold.woff) format('woff'),url(../fonts/DroidKufi-Bold.ttf) format('truetype')}

/* ----------------------------------------------------------------------------------------
*                                       01. General css
* -------------------------------------------------------------------------------------- */

html,
body {
    height: 100%;
    width: 100%;
}


body {
    color: #777;
    width: 100%;
    height: 100%;
    font-size: 16px;
    line-height: 1.7;
    font-family: 'Roboto', sans-serif;
}


h1,
h2,
h3,
h4,
h5,
h6 {
    color: #0f1d44;
    font-weight: 500;
    font-family: 'Rubik', sans-serif;
}

h2 {
    font-size: 36px;
    color: #0f1d44;
}

h3 {
    font-size: 20px;
    margin-bottom: 20px;
}

h4 {
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
}

h5 {
    letter-spacing: 2px;
}

h6 {
    font-size: 14px;
}

p {
    letter-spacing: 0px;
}

a {
    text-decoration: none;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
}

a:hover {
    color: #fff;
    text-decoration: none;
}

a:focus {
    outline: none;
    text-decoration: none;
}

ul,
li {
    margin: 0;
    padding: 0;
}

fieldset {
    border: 0 none;
    margin: 0 auto;
    padding: 0;
}



.btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn.focus:active,
.btn:active:focus,
.btn:focus {
    outline: none;
}

.section-big {
    padding: 90px 0px;
}

#services .container {
	width: 100% !important;
	max-width: 1230px !important;
	padding: 0 30px !important;
	margin: 0 auto !important;
}

#services .container > .row { margin: 0 auto !important;}

#services .container > .row > div {
	display: table;
	width: 100%;
	margin: 0 auto;
}

#services .container > .row > div > div:first-child {display: table-cell; vertical-align: top; padding-right:50px;}
#services .container > .row > div > div:first-child h2 {
	font-size: 30px;
	color: #000;
	position: relative;
	word-spacing: -1px;
	letter-spacing: -1px;
	padding-bottom: 12px;
	margin-bottom: 20px;
}
#services .container > .row > div > div:first-child h2::before {
	background-color: #21a7b0;
	display: block;
	content: " ";
	width: 35px;
	height: 5px;
	position: absolute;
	left: 0;
	bottom: 0;
	border-radius: 3px;
}
#services .container > .row > div > div:first-child p {
	text-align: justify;
	color: #000;
	font-size: 16px;
	line-height: 1.4;
}
#services .container > .row > div > div:first-child p:last-child {margin-bottom:0;}
#services .container > .row > div > div:last-child {
	display: table-cell;
	vertical-align: top;
	width: 450px;
	padding-top: 55px;
}
#services .container > .row > div > div:last-child img {
	display: block;
	width: 100%;
	margin: 0 auto;
	max-width: 450px;
	border-radius: 30px;
}
@media (max-width: 1100px) {
    #services .container > .row > div > div:last-child {/*vertical-align: bottom;*/}
}


@media (max-width: 1081px) {
	#news.section-big {padding: 60px 0px 90px !important;   }
	.section-big {padding: 60px 0px;   }
	#services .container > .row > div > div:first-child,
	#services .container > .row > div > div:last-child { display: table; width: 100%; margin: 0 auto; padding:0;}
	#services .container > .row > div > div:last-child img {margin: 60px auto 0;}
	
	
}

.section-small {
    padding: 50px 0px;
}

.section-title {
    margin: auto;
    max-width: 600px;
    margin-bottom: 50px;
    position: relative;
}

/*.contact-title:before,
.section-title:before {
    position: absolute;
    content: "";
    width: 3px;
    height: 40px;
    top: -77%;
    background-color: rgb(255, 101, 165);
}*/

.section-title h2 {
    margin-top: 0;
    line-height: 38px;
}



/* preloader css */

#preloader {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 99999;
    width: 100%;
    height: 100%;
    overflow: visible;
    background-image: url(../img/preloader.gif);
    background-position: center center;
    background-repeat: no-repeat;
    background-color: #fff;
}

@media (max-width: 479px) {
    .section-title:before {
        top: -50%;
    }
}

.navbar-brand > img {
	display: block;
	width: 100%;
	max-width: 280px;
	margin: 0 auto;
}

#team {
	background-color: #f9f9f9;
	padding: 70px 0 30px;
	overflow: hidden;
}
#team .container {
	width: 100% !important;
	max-width: 1230px !important;
	padding: 0 30px !important;
	margin: 0 auto !important;
}
#team .section-title {
	width: 100%;
	max-width: 1200px;
	margin-bottom: 0;
}
#team .section-title h2 {
	font-size: 30px;
	color: #000;
	position: relative;
	word-spacing: -1px;
	letter-spacing: -1px;
	padding-bottom: 12px;
	margin-bottom: 20px;
	text-align: left;
}
#team .section-title h2::before {
	background-color: #21a7b0;
	display: block;
	content: " ";
	width: 35px;
	height: 5px;
	position: absolute;
	left: 0;
	bottom: 0;
	border-radius: 3px;
}
#team .section-title p {
	font-weight: 500;
	font-size: 19px;
	color: #000;
	padding-top: 0;
	line-height: 1.2;
	text-align: left;
}
.team-content {
	padding-top: 25px;
}
.team-content p {
	text-align: justify;
color: #000;
font-size: 16px;
line-height: 1.4;
}
.ingredients-img {
	display: table;
	width: 100%;
	margin: 30px auto 40px;
	position: relative;
}
.ingredients-img::before {
	content: "";
	display: block;
	position: absolute;
	background-color: rgba(0,0,0,0.04);
	width: 300%;
	height: 100%;
	left: -100%;
	top: 0;
}
.ingredients-img img {
	display: block;
	width: 100%;
	max-width: 1170px;
	margin: 0 auto;
}



/* ----------------------------------------------------------------------------------------
*                               02. Navigation area css
* --------------------------------------------------------------------------------------- */
.menu-area {
	height: 100px;
	transition: all 0.3s ease-out;
	-webkit-transition: all 0.3s ease-out;
	display: flex;
	align-items: center;
	background-color: #fff;
	border-bottom: 1px solid #e5e5e5;
	margin-top: 30px;
}



@media (min-width: 768px) {
.navbar-nav > li {
	float: left;
	height: 100px;
}
.navbar-nav > li.active {
	background-color: #21a7b0;
	border-bottom: 5px solid #ccb181;
}
.mainmenu .navbar-nav li a {
	color: #000;
	line-height: 100px;
	font-size: 13px !important;
	font-weight: bold !important;
	font-family: 'Rubik', sans-serif;
	padding: 0 8px !important;
}
.mainmenu .navbar-nav li.active a {
	color: #fff !important;
}
.mainmenu .navbar-nav li a:hover {
	color: #21a7b0;
}

}
@media (min-width: 920px) {
	.mainmenu .navbar-nav li a {padding: 0 18px !important;}
}
@media (min-width: 1100px) {
	.mainmenu .navbar-nav li a {padding: 0 25px !important;}
}
.menu-area.sticky-menu {
    background: #fff;
	margin-top: 0;
}

.sticky-menu {
    box-shadow: 0px 20px 50px 0px rgba(153, 153, 153, 0.1); 
}

.mainmenu {
    transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
}

.navbar {
    margin-bottom: 0;
    border: 0px;
}

.nav.navbar-nav.navbar-right {
    margin-right: 0;
}

.navbar-brand {
	padding: 0;
	color: #b050ff;
	display: flex;
	align-items: center;
	height: 100px;
	padding: 15px 0;
}

.navbar-brand span {
    color: #f45e58;
}

.navbar-brand:hover {
    color: #b050ff;
}

.navbar-nav li a {
    color: #0f1d44;
    font-size: 13px;
    font-weight: bold;
}

.navbar-nav a.btn,.navbar-nav a.btn:focus {
    color: #000;
    font-size: 14px;
    padding: 10px 25px;
    margin-left: 20px;
    background: #fff;
    transition: all 0.3s;
    border: 1px solid transparent;
    border-radius: 6px;
}

@media (min-width: 1200px){
   .navbar-nav a.btn,.navbar-nav a.btn:focus{
        margin-left: 130px;
   } 
}

.navbar-nav a.btn:hover {
    color: #fff;
    background: rgb(92,193,247);
    border-radius: 6px;
    background: -moz-linear-gradient(45deg, rgba(92,193,247,1) 0%, rgba(90,191,245,1) 1%, rgba(93,189,247,1) 2%, rgba(91,190,245,1) 2%, rgba(93,189,247,1) 2%, rgba(94,189,247,1) 3%, rgba(92,187,245,1) 4%, rgba(93,187,248,1) 4%, rgba(96,179,245,1) 8%, rgba(98,175,247,1) 12%, rgba(99,171,245,1) 13%, rgba(99,173,248,1) 13%, rgba(99,171,245,1) 13%, rgba(101,170,247,1) 14%, rgba(102,165,245,1) 17%, rgba(107,149,247,1) 24%, rgba(110,148,247,1) 25%, rgba(108,146,247,1) 26%, rgba(111,146,248,1) 26%, rgba(109,144,246,1) 26%, rgba(112,143,249,1) 27%, rgba(110,141,247,1) 28%, rgba(114,138,248,1) 29%, rgba(113,133,246,1) 31%, rgba(116,133,247,1) 31%, rgba(114,131,247,1) 32%, rgba(117,129,247,1) 32%, rgba(117,126,247,1) 35%, rgba(120,119,246,1) 36%, rgba(121,120,248,1) 37%, rgba(119,118,246,1) 37%, rgba(120,117,246,1) 38%, rgba(122,116,248,1) 38%, rgba(121,114,246,1) 39%, rgba(124,112,248,1) 40%, rgba(123,109,246,1) 41%, rgba(127,106,247,1) 43%, rgba(126,101,245,1) 44%, rgba(127,102,248,1) 45%, rgba(127,99,246,1) 45%, rgba(130,97,248,1) 46%, rgba(129,92,247,1) 48%, rgba(132,93,248,1) 48%, rgba(131,90,246,1) 49%, rgba(134,88,248,1) 50%, rgba(132,86,246,1) 51%, rgba(138,76,247,1) 55%, rgba(136,77,247,1) 55%, rgba(139,75,247,1) 55%, rgba(137,73,247,1) 56%, rgba(140,73,248,1) 56%, rgba(139,69,246,1) 58%, rgba(141,67,248,1) 59%, rgba(140,67,245,1) 59%, rgba(141,67,248,1) 59%, rgba(142,60,246,1) 62%, rgba(145,61,247,1) 62%, rgba(145,56,246,1) 64%, rgba(146,56,249,1) 64%, rgba(145,56,246,1) 64%, rgba(146,54,249,1) 65%, rgba(154,33,248,1) 74%, rgba(163,10,248,1) 89%, rgba(166,7,249,1) 93%, rgba(165,6,248,1) 100%);
    background: -webkit-linear-gradient(45deg, rgba(92,193,247,1) 0%,rgba(90,191,245,1) 1%,rgba(93,189,247,1) 2%,rgba(91,190,245,1) 2%,rgba(93,189,247,1) 2%,rgba(94,189,247,1) 3%,rgba(92,187,245,1) 4%,rgba(93,187,248,1) 4%,rgba(96,179,245,1) 8%,rgba(98,175,247,1) 12%,rgba(99,171,245,1) 13%,rgba(99,173,248,1) 13%,rgba(99,171,245,1) 13%,rgba(101,170,247,1) 14%,rgba(102,165,245,1) 17%,rgba(107,149,247,1) 24%,rgba(110,148,247,1) 25%,rgba(108,146,247,1) 26%,rgba(111,146,248,1) 26%,rgba(109,144,246,1) 26%,rgba(112,143,249,1) 27%,rgba(110,141,247,1) 28%,rgba(114,138,248,1) 29%,rgba(113,133,246,1) 31%,rgba(116,133,247,1) 31%,rgba(114,131,247,1) 32%,rgba(117,129,247,1) 32%,rgba(117,126,247,1) 35%,rgba(120,119,246,1) 36%,rgba(121,120,248,1) 37%,rgba(119,118,246,1) 37%,rgba(120,117,246,1) 38%,rgba(122,116,248,1) 38%,rgba(121,114,246,1) 39%,rgba(124,112,248,1) 40%,rgba(123,109,246,1) 41%,rgba(127,106,247,1) 43%,rgba(126,101,245,1) 44%,rgba(127,102,248,1) 45%,rgba(127,99,246,1) 45%,rgba(130,97,248,1) 46%,rgba(129,92,247,1) 48%,rgba(132,93,248,1) 48%,rgba(131,90,246,1) 49%,rgba(134,88,248,1) 50%,rgba(132,86,246,1) 51%,rgba(138,76,247,1) 55%,rgba(136,77,247,1) 55%,rgba(139,75,247,1) 55%,rgba(137,73,247,1) 56%,rgba(140,73,248,1) 56%,rgba(139,69,246,1) 58%,rgba(141,67,248,1) 59%,rgba(140,67,245,1) 59%,rgba(141,67,248,1) 59%,rgba(142,60,246,1) 62%,rgba(145,61,247,1) 62%,rgba(145,56,246,1) 64%,rgba(146,56,249,1) 64%,rgba(145,56,246,1) 64%,rgba(146,54,249,1) 65%,rgba(154,33,248,1) 74%,rgba(163,10,248,1) 89%,rgba(166,7,249,1) 93%,rgba(165,6,248,1) 100%);
    background: linear-gradient(45deg, rgba(92,193,247,1) 0%,rgba(90,191,245,1) 1%,rgba(93,189,247,1) 2%,rgba(91,190,245,1) 2%,rgba(93,189,247,1) 2%,rgba(94,189,247,1) 3%,rgba(92,187,245,1) 4%,rgba(93,187,248,1) 4%,rgba(96,179,245,1) 8%,rgba(98,175,247,1) 12%,rgba(99,171,245,1) 13%,rgba(99,173,248,1) 13%,rgba(99,171,245,1) 13%,rgba(101,170,247,1) 14%,rgba(102,165,245,1) 17%,rgba(107,149,247,1) 24%,rgba(110,148,247,1) 25%,rgba(108,146,247,1) 26%,rgba(111,146,248,1) 26%,rgba(109,144,246,1) 26%,rgba(112,143,249,1) 27%,rgba(110,141,247,1) 28%,rgba(114,138,248,1) 29%,rgba(113,133,246,1) 31%,rgba(116,133,247,1) 31%,rgba(114,131,247,1) 32%,rgba(117,129,247,1) 32%,rgba(117,126,247,1) 35%,rgba(120,119,246,1) 36%,rgba(121,120,248,1) 37%,rgba(119,118,246,1) 37%,rgba(120,117,246,1) 38%,rgba(122,116,248,1) 38%,rgba(121,114,246,1) 39%,rgba(124,112,248,1) 40%,rgba(123,109,246,1) 41%,rgba(127,106,247,1) 43%,rgba(126,101,245,1) 44%,rgba(127,102,248,1) 45%,rgba(127,99,246,1) 45%,rgba(130,97,248,1) 46%,rgba(129,92,247,1) 48%,rgba(132,93,248,1) 48%,rgba(131,90,246,1) 49%,rgba(134,88,248,1) 50%,rgba(132,86,246,1) 51%,rgba(138,76,247,1) 55%,rgba(136,77,247,1) 55%,rgba(139,75,247,1) 55%,rgba(137,73,247,1) 56%,rgba(140,73,248,1) 56%,rgba(139,69,246,1) 58%,rgba(141,67,248,1) 59%,rgba(140,67,245,1) 59%,rgba(141,67,248,1) 59%,rgba(142,60,246,1) 62%,rgba(145,61,247,1) 62%,rgba(145,56,246,1) 64%,rgba(146,56,249,1) 64%,rgba(145,56,246,1) 64%,rgba(146,54,249,1) 65%,rgba(154,33,248,1) 74%,rgba(163,10,248,1) 89%,rgba(166,7,249,1) 93%,rgba(165,6,248,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5cc1f7', endColorstr='#a506f8',GradientType=1 );
}


.nav > li > a:hover,
.nav > li > a:active,
.nav > li > a:focus {
    background: none;

}

.mainmenu .navbar-nav li.active a {
    color: rgb(255,113,143);
}

/* Mobile Nav css */
.navbar-toggle .icon-bar {
	background: #21a7b0;
}
.navbar-toggle .icon-bar {
	display: block;
	width: 30px;
	height: 4px;
	border-radius: 2px;
}

@media (max-width: 991px) {
    .navbar-nav li a {
        padding: 10px;
        margin-top: 5px;
    }
}

@media (max-width: 767px) {
    .menu-area {
        display: block;
    }
.navbar-fixed-top .navbar-collapse {
	background: #ccb181;
	margin: 0 15px 0;
}
.mainmenu .navbar-nav li a {
	color: #000;
	margin: 0;
	font-family: 'Rubik', sans-serif;
	padding-left: 20px;
}
.mainmenu .navbar-nav li a:hover {
	color: #fff;
}
.mainmenu .navbar-nav li.active a {
	color: #fff;
	background-color: #21a7b0;
}
    .navbar-nav li a {
        color: #000;
        padding-left: 30px;
    }
    .navbar-toggle {
        margin-top: 32px;
    }

	.nav.navbar-nav.navbar-right {
	margin-right: 0;
	padding: 10px 5px 10px 20px;
}
.nav > li {
	border-bottom: 1px solid rgba(0,0,0,0.1);
}
.nav > li:first-child {
	border-top: 1px solid rgba(0,0,0,0.1);
}
}

.navbar-collapse {
	border: none;
	box-shadow: none;
}



/* ----------------------------------------------------------------------------------------
*                               03. Slider area css
* -------------------------------------------------------------------------------------- */

.slider-area {
	height: 700px;
	background-image: url("../img/bg/slider.jpg");
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	position: relative;
	display: flex;
	align-items: center;
	border-bottom: 5px solid #f5f5f5;
}

/*.slider-area:before {
    position: absolute;
    content: "";
    background: rgba(255, 255, 255, 0.3);
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}*/

.intro-text {
	width: 100%;
	max-width: 850px;
	display: table;
	padding-top: 120px;
	margin: 0 auto;
	direction: rtl;
	height: 570px;
}
.intro-text > div { display: table-cell}
.intro-text > div:first-child {
	direction: ltr;
	vertical-align: middle;
	padding-left: 40px;
}
.intro-text > div:first-child > div {
	display: table;
	margin: 0 0 auto;
	width: auto;
}
.intro-text > div:last-child {
	width: 45%;
	vertical-align: bottom;
}
.intro-text > div:last-child img {
	display: block;
	width: 100%;
	max-width: 387px;
	margin: 0 auto;
}
.intro-text > div:first-child > div > p:first-child {
	font-weight: 300;
	color: #000;
	font-size: 18px;
	margin: 0;
}
.intro-text > div:first-child > div > h2 {
	padding: 0;
	font-size: 42px;
	color: #21a7b0;
	margin: 0;
	letter-spacing: -1px;
}
.intro-text > div:first-child > div > h2 span {color: #2E3192;}
.intro-text > div:first-child > div > h2 + p {
	font-weight: 500;
	font-size: 20px;
	color: #000;
	line-height: 1;
	padding-top: 8px;
}
#services ul {
	margin-top: 15px;
}
#services ul li {
	list-style: none;
	font-size: 16px;
	/* font-weight: 400; */
	line-height: 1.4;
	/* text-indent: 15px; */
	color: #000;
	position: relative;
	padding: 0 0 0 15px;
	margin-top: 10px;
	text-align: justify;
}
#services ul li::before {
	color: #21a7b0;
	content: "+";
	position: absolute;
	left: 0;
	top: 0;
	font-weight: 500;
	font-size: 18px;
	margin: -2px 0 0 0;
}

.video {
    margin-top: 30px;
    position: relative;
}

.intro-text a {
    float: left;
    margin-right: 20px;
}

.video i.fa,
.video span { 
   display: block;
   width: 60px;
   height: 60px;
   line-height: 60px;
   border-radius: 50%;
   font-size: 21px;
   text-align: center;
   color: #fff;
   background-color: rgb(255,113,143);
   text-shadow: 0px 10px 15px rgba(255, 101, 165, 0.3); 
}



/* ----------------------------------------------------------------------------------------
*                               04. Hero area css
* ---------------------------------------------------------------------------------------*/
.hero-box-area {
}

.hero-box {
    margin-top: 30px;
    text-align: center;
    padding: 40px 30px 40px 30px;
    position: relative;
    overflow: hidden;
    box-shadow: 0px 10px 30px 0px rgba(153, 153, 153, 0.2); 
}

.hero-box:hover.hero-box span{
    color: rgb(255,113,143);
}

.box-one:before,
.box-two:before,
.box-three:before{
    position: absolute;
    font-size: 100px;
    color: #f7f7f8;
    left: -25px;
    top: -25px;
}

.box-one:before {
    content: "01";
}

.box-two:before {
    content: "02";
}

.box-three:before {
    content: "03";
}

.hero-box span {
    font-size: 36px;
    transition: all 0.3s ease;
}


/* ----------------------------------------------------------------------------------------
*                                   05. About us area css
* --------------------------------------------------------------------------------------- */
.aboutus-area {
    padding-top: 0;
}

.about-content {
    max-width: 513px;
    margin-top: 40px;
}

.color {
    color: #0f1d44;
    margin-top: 20px;
    margin-bottom: 10px;
    font-size: 18px;
    font-family: 'Rubik', sans-serif;
}

.about-boxs {
    display: flex;
    flex-direction: row;
    margin-top: 30px;
    padding-bottom: 120px;
}

.about-box {
   width: 25%;
   background-color: #fff;
   text-align: center;
   margin-right: 30px;
   padding-top: 30px; 
   padding-bottom: 15px;
   box-shadow: 0px 20px 50px 0px rgba(153, 153, 153, 0.2); 
}

@media (max-width: 991px) {
    .about-box {
        width: 30%;
        margin-right: 10px;
    }
}

.about-box:hover.about-box span {
    color: rgb(255, 101, 165); 
}


.about-box span {
    font-size: 24px;
    transition: all 0.3s ease;
}

.about-box h3 {
    font-size: 36px;
    margin-bottom: 0;
}

.about-img img {
    width: 100%;
}


@media (max-width: 480px) {
    .about-boxs {
        display: block;
        padding-bottom: 50px;
    }
    .about-box {
        width: 100%;
        margin-bottom: 30px;
    }
}

/* ----------------------------------------------------------------------------------------
*                                   06. working process area css
* --------------------------------------------------------------------------------------- */

.working-boxs {
    text-align: center;
}

.working-box {
    padding: 0;
    margin-top: 30px;
}

.working-box:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 1px;
    border-top: 1px dashed #777;
    top: 200px;
    left: 0;
    z-index: -1;
}

.working-box span {
    font-size: 60px;
}

.working-box p {
   padding: 0 15px;
}

.hexagon {
    position: relative;
    width: 60px; 
    height: 40px;
    background-color: #fff;
    color: #ff65a5;
    margin: 0 auto;
    text-align: center;
    line-height: 40px;
    box-shadow: 0px 20px 50px 15px rgba(153, 153, 153, 0.2);
    margin-top: 44px; 
    margin-bottom: 38px;
}

.hexagon:before,
.hexagon:after {
    content: "";
    position: absolute;
    width: 0;
    border-left: 30px solid transparent;
    border-right: 30px solid transparent;
}

.hexagon:before {
    bottom: 100%;
    left: 0;
    border-bottom: 15px solid #fff;
}

.hexagon:after {
    top: 100%;
    left: 0;
    width: 0;
    border-top: 15px solid #fff;
}





/* ----------------------------------------------------------------------------------------
*                                07. Work area css
* --------------------------------------------------------------------------------------- */
.work-area {
	background: url(../img/bg/work.svg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center bottom 50px;
	/*margin-top: 50px;*/
	padding-bottom: 0;
	position: relative;
}
.work-area:before {}
#work .container-fluid {
	padding: 0 30px 30px;
}
#work .container-fluid > .row {
	display: table;
	margin: 0 auto;
	width: 100%;
	max-width: 1100px;
}
#work .container-fluid > .row > div {
	display: table-cell;
	float: none;
	width: auto;
	vertical-align: top;
}
#work .container-fluid > .row > div:first-child {vertical-align: top;}
#work .container-fluid > .row > div:last-child {
	max-width: 680px;
}
#work .container-fluid > .row > div:last-child img {
	display: block;
	width: 100%;
	max-width: 420px;
}
.work-title {
	max-width: 330px;
	/* float: right; */
	/* margin-top: 25%; */
}
.work-title h5,
.news-title h5 {
	color: #000;
	padding: 0;
	margin: 0;
}
.work-title h2,
.news-title h2 {
	font-size: 30px;
	color: #000;
	position: relative;
	word-spacing: -1px;
	letter-spacing: -1px;
	padding-bottom: 12px;
	margin-bottom: 20px;
	margin-top: 5px;
}
.work-title h2::before,
.news-title h2::before {
	background-color: #21a7b0;
	display: block;
	content: " ";
	width: 35px;
	height: 5px;
	position: absolute;
	left: 0;
	bottom: 0;
	border-radius: 3px;
}
.work-title p {
	color: #000;
	line-height: 1.4;
	text-align: left;
}


.portfolio .mix {
    display: none;
}

.filters {
    margin: 0;
    padding: 0;
    list-style: none;
}

.filters li {
    display: inline-block;
    margin-bottom: 10px;
    cursor: pointer;
    font-size: 13px;
    color: #777;
    background: #fff;
    padding: 15px 30px;
    margin-right: 15px;
    margin-bottom: 5px;
}

.filters li.active {
    color: #fff;
    background-color: #ff65a5;
}

.work-items .item {
    position: relative;
    overflow: hidden;
    margin-top: 30px;
}

.work-items .item img {
    width: 100%;
    transition: 0.8s ease-out;
}

.work-items .overlay {
    background-color: #fff;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 0;
    text-align: center;
    opacity: 0;
    transition: 0.3s cubic-bezier(0.4, 0, 1, 1);
    -ms-transition: 0.3s cubic-bezier(0.4, 0, 1, 1);
    -moz-transition: 0.3s cubic-bezier(0.4, 0, 1, 1);
    -webkit-transition: 0.3s cubic-bezier(0.4, 0, 1, 1);
    border-right: 10px solid #c5e5e0;
    border-left: 10px solid #fcbcba;
    border-top: 10px solid #c5e5e0;
    border-bottom: 10px solid #c5e5e0;
}

.work-items .overlay:before {
    position: absolute;
    content: "";
    background: #fcbcba;
    height: 10px;
    width: 53%;
    left: -9px;
    top: -10px; 
}

.work-items .overlay:after {
    position: absolute;
    content: "";
    background: #fcbcba;
    height: 10px;
    width: 53%;
    bottom: -10px;
    left: -9px;
}

.overlay-text {
    position: absolute;
    left: 0;
    bottom: 0;
    color: #0f1d44;
    padding: 10px;
    text-align: center;
}

.overlay-text:before {
    position: absolute;
    content: "";
    width: 50px;
    height: 3px;
    background-color: #ff65a5;
    left: 10px;
    top: -15px;
}

.overlay-text h3 {
    margin-bottom: 10px;
}

.overlay-text p {
    color: #777;
}

.work-items .item:hover .overlay {
    opacity: 0.8;
    width: 100%;
    height: 100%;
}

.work-items .item:hover img {
    transform: scale(1.2);
    -ms-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -webkit-transform: scale(1.2);
}

@media(max-width: 991px) {
    .work-title {
        float: none;
        margin-top: 0;
        margin-bottom: 30px;
    }
}
@media(max-width: 980px) {
#work .container-fluid > .row > div {
	display: table;
	width: 100%;
}
.work-title {
	margin: 0 auto 50px;
	width: auto;
}
#work .container-fluid > .row > div:last-child {
	margin: 0 auto;
	max-width: 800px;
}

}




/* ----------------------------------------------------------------------------------------
*                                   08. Team area css
* --------------------------------------------------------------------------------------- */
.member {
    margin-top: 30px;
    position: relative;
    box-shadow: 0px 20px 50px 0px rgba(153, 153, 153, 0.2); 
}

.member:hover .member-social {
    opacity: 1;
}

.member-img img {
   max-width: 100%;
}

.member-info {
    position: absolute;
    width: 80%;
    left: 0;
    bottom: 0;
}

.member-info h3 {
    padding-left: 30px;
    margin-bottom: 0;
    margin-top: 35px;
}

.member-info p {
    padding-left: 30px;
}

.member-social {
    background: #3e3f46;
    position: absolute;
    width: 20%;
    right: 0;
    bottom: 0;
    padding: 15px 0;
    opacity: 0;
    transition: all 0.3s ease;
}

.member-social a {
    color: #fff;
}

.member-social a span {
    font-size: 12px;
    display: block;
    text-align: center;
    height: 35px;
    line-height: 35px;
}

.member-social a span:hover {
    color: rgb(255, 101, 165);
}

@media(max-width: 991px) {
    .member-img img {
        width: 100%;
    }
}

@media(max-width: 767px) {
    .member-info {
        width: 90%;
    }
    .member-social {
        width: 10%;
    }
}

@media(max-width: 767px) {
    .member-info {
       bottom: -1px;
    }
}



/* ----------------------------------------------------------------------------------------
*                                   09. Testamonial area css
* --------------------------------------------------------------------------------------- */

.testimonial-area {
	position: relative;
	display: block;
	width: 100%;
	padding: 100px 0 60px;
	background-color: #f9f9f9;
}

#testimonial .container {
	width: 100%;
	max-width: 1170px;
	padding: 0 30px;
	display: table;
	margin: 0 auto;
}
#testimonial .container .row {
	display: table;
	width: 100%;
	margin: 0;
	padding-top: 60px;
}
@media(max-width: 890px) {
#testimonial .container .row {	padding-top: 0;}

}

#testimonial .container .row img {
	display: block;
	width: 100%;
	max-width: 206px;
	margin: 0 auto;
	position: relative;
}

.testimonial-area:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(../img/bg/test-hover.svg);
    background-size: auto;
}

.testimonial {
    margin: 0 auto;
    text-align: center;
    max-width: 485px;
    color: #fff;
}

.testimonial h2 {
    color: #fff;
    margin-top: 30px;
    margin-bottom: 40px;
}

.italic {
    font-style: italic;
}

.testimonial img {
    margin-top: 30px;
}

.testimonial h3 {
    color: #fff;
    margin-bottom: 0;
}

.ratings {
    color: #ffde01;
}

.testimonial-list.owl-theme .owl-controls {
    margin-top: 40px;
    position: absolute;
    right: 0;
    top: 25%;
}

.testimonial-list.owl-theme .owl-controls .owl-page {
    display: block;
}

.testimonial-list.owl-theme .owl-controls .owl-page span {
    width: 2px;
    height: 50px;
    filter: Alpha(Opacity=50);
    background: #424d6b;
    margin: 0;
}

.testimonial-list .owl-page.active span {
    background: #ff65a5!important;
    width: 3px!important;
}

@media (max-width: 850px) {
    .testimonial-list.owl-theme .owl-controls {
        right: 100px;
        top: 56%;
    }
}

@media (max-width: 479px) {
    .testimonial-list.owl-theme .owl-controls {
         right: 50px;
    }
}



/* ----------------------------------------------------------------------------------------
*                                  10. Client area css
* --------------------------------------------------------------------------------------- */
.client-area {
    background: #fff;
    max-width: 75%;
    margin: 0 auto;
    position: relative;
    padding-top: 15px;
    padding-bottom: 15px;
    margin-top: -80px;
    box-shadow: 0px 20px 50px 10px rgba(153, 153, 153, 0.2); 
}

.owl-client .item {
    padding: 30px;
    text-align: center;
}
.owl-client .item img {
    width: auto;
    max-width: 100%;
}

@media(max-width: 991px) {
    .client-area {
        margin-top: -95px;
    }
}

@media(max-width: 767px) {
    .client-area {
        margin-top: -70px;
        margin-bottom: 50px;
    }
}

@media(max-width: 480px) {
    .client-area {
        margin-bottom: 50px;
    }
}




/* ----------------------------------------------------------------------------------------
*                                  11. Price area css
* --------------------------------------------------------------------------------------- */
.price-area {
	padding: 70px 0px 55px;
}
.tab-content {
    margin-top: 25px;
}

.nav-tab li {
    list-style: none;
    display: inline-block;
    margin-top: 30px;
}

.nav-tab li a {
    color: #777;
    border: 1px solid #eee;
    padding: 10px 15px;
}

.nav-tab li.active>a {
    color: #fff;
    background: #ff65a5;
    border: 1px solid transparent;
}

.price-item {
    margin-top: 30px;
    padding-bottom: 60px;
    text-align: center;
    position: relative;
    border: 1px solid #eee;
}

.price-info {
    background: #f9f9f9;
    border-bottom: 1px solid #eee;
    padding-top: 35px;
    padding-bottom: 10px;
}

.price-info h3 {
    margin-top: 0;
    margin-bottom: 0;
}

.desc {
    padding-top: 10px;
}

.price {
    font-size: 42px;
    font-weight: bold;
    color: #0f1d44;
}

.features {
    padding-top: 35px;
    padding-bottom: 35px;
}

.features ul li {
    list-style: none;
    margin: 10px;
}

.price-btn {
    background: #f9f9f9;
    border: 1px solid #eee;
    padding: 20px 40px;
    color: #000;
    transition: all 0.3s ease;
}

.price-btn:hover {
    background: rgb(255, 101, 165);
    color: #fff;
    border: 1px solid transparent;
}

.price-item.featured {
    border: 0;
    padding-bottom: 70px;
    padding-top: 10px;
    box-shadow: 0px 20px 50px 7px rgba(153, 153, 153, 0.2);
}

.price-info.featured {
    background: #fff;
    border: 0;
}

.favo-btn {
    background: rgb(15, 29, 68);
    color: #fff;
    padding: 10px 25px;
    transition: all 0.3s ease;
}

.favo-btn:hover {
    background: rgb(255, 101, 165);
}

.annual {
    background: rgb(255, 101, 165);
    color: #fff;
    border: 1px solid transparent;
}

.annual:hover {
    background: #fff;
    color: rgb(255, 101, 165);
    border: 1px solid #eee;
}




/* ----------------------------------------------------------------------------------------
*                                12. News area css
* --------------------------------------------------------------------------------------- */
.news-area {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: left top;
	position: relative;
	background-color: #f9f9f9;
}

#news .col-md-4 {
	padding: 0 30px;
}

.news-img + div {
	display: table;
	width: 100%;
}
.news-box .news-img + div > span {
	display: table-cell;
	text-align: center;
	padding: 10px 30px 20px;
	font-size: 14px;
	font-weight: 500;
	color: #000;
}
.news-title {
    max-width: 365px;
    padding-top: 20%;
    float: right;
}

.news-box {
    margin-left: 20px;
    background: #fff;
}

.news-img img {
    width: 100%;
}

.news-box h3 {
    padding-left: 30px;
    margin: 0;
    padding-top: 10px;
    transition: all 0.3s ease;
}

.news-box h3:hover {
    cursor: pointer;
    color: rgb(255, 101, 165); 
}

.news-box p {
    padding: 10px 30px 30px 30px;
}

.news-box span,.news-box strong {
    display: inline-block;
    font-size: 13px;
    font-weight: normal;
    margin-top: 20px;
   
}

.news-box span {
    padding-left: 30px;
    padding-right: 5px;
}

.news-list.owl-theme .owl-controls {
    margin-top: 60px;
    position: absolute;
    right: 100px;
    bottom: -55px;
}

.news-list.owl-theme .owl-controls .owl-page {
   display: inline-block;
}

.news-list.owl-theme .owl-controls .owl-page span {
	width: 50px;
	height: 5px;
	filter: Alpha(Opacity=50);
	background: #96a2bf;
	margin: 0 2px;
}

.news-list .owl-page.active span {
	background: #21a7b0 !important;
	height: 5px;
	width: 50px;
}

@media (max-width: 991px) {
    .news-title {
        float: none;
        padding-top: 0;
        margin-bottom: 30px;
    }
	#news .row {padding: 0 30px;}
    .news-box {
        margin-left: 0;
        margin: 0 10px;
    }
	.owl-carousel {
	max-width: 846px;
	margin: 0 auto;
}
.news-list.owl-theme .owl-controls {
	right: auto;
	bottom: -55px;
	left: auto;
	margin-right: 0;
	margin-left: 0;
	width: 100%;
}
}
@media (max-width: 768px) {
	.owl-carousel {
	max-width: 463px;
	padding: 0 30px;
}
.news-box {
        margin: 0;
    }
	#news .row {padding: 0; margin: 0;}
	.news-list.owl-theme .owl-controls .owl-page span {
	width: 20px;
}
.owl-pagination {
	max-width: calc(100% - 60px);
}
.news-list.owl-theme .owl-controls {
	bottom: -50px;
}
}

@media (max-width: 480px) {
   /* .news-list.owl-theme .owl-controls {
        right: 70px; 
    }*/
	.news-list.owl-theme .owl-controls {
	bottom: -70px;
}
}

@media (max-width: 479px) {
    /*.news-list.owl-theme .owl-controls {
        display: none;
        visibility: hidden;
    }*/
}


/* ----------------------------------------------------------------------------------------
*                                13. Subscribe area css
* --------------------------------------------------------------------------------------- */
.subscribe-area {
    background: #fff;
    padding-bottom: 300px;
}


.newsletter-form {
   max-width: 500px;
   margin: 0 auto;
}

.newsletter-form input {
   position: relative;
   background: #fff;
   color: #777;
   font-size: 17px;
   padding-left: 30px;
   height: 80px;
   border: 0;
   margin-top: 25px;
   box-shadow: 0px 20px 50px 7px rgba(153, 153, 153, 0.2);

}

.newsletter-form input:focus {
   border: 0;
   box-shadow: 0px 20px 50px 0px rgba(153, 153, 153, 0.2);

}

.newsletter-form .mc-submit {
    background: #ff65a5;
    border: 0;
    color: #fff;
    float: right;
    margin-top: -67px;
    font-size: 14px;
    padding: 15px 50px;
    transition: all 0.3s ease;
    transform: translateX(50%);
    background: rgb(255, 101, 165);
    border: 1px solid transparent;
}

.newsletter-form .mc-submit:hover {
    background: #fff;
    border: 1px solid #eee;
    color: rgb(255, 101, 165);
}

.newsletter-form .mc-submit:focus {
    border: 0;
    outline: 0;
}

.newsletter-form p {
    margin-top: 30px;
}


.subscribe-area .error {
    text-align: left;
}

.mailchimp-alerts {
    display: block;
    width: 100%;
    text-align: left;
}

.mailchimp-success{
    color: #fff;
}

.mailchimp-error{
    color: red;
}

@media (max-width: 767px) {
    .newsletter-form .mc-submit {
        float: none;
        transform: none;
        margin-top: 30px;
    }
}

@media (max-width: 479px) {
    .subscribe-area {
        padding-bottom: 200px;
    }
}



/* ----------------------------------------------------------------------------------------
*                         14. Google map  and contact area css          
* --------------------------------------------------------------------------------------- */
.map-contact-area {
	position: relative;
	margin-top: 200px;
}

.map-area {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0) url("../img/bg/shadeBG.svg") top left repeat scroll;
}

#contactgoogleMap {
    width: 100%;
    height: 100%;
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%); 
}

.contact {
	max-width: 95%;
	margin: auto;
	position: relative;
	background: #fff;
	transform: translateY(-150px);
	padding-left: 70px;
	padding-right: 70px;
	padding-bottom: 90px;
	padding-top: 70px;
	box-shadow: 0px 10px 30px 5px rgba(153, 153, 153, 0.2);
}

#contact h2,
#price h2 {
	font-size: 30px;
	color: #000;
	position: relative;
	word-spacing: -1px;
	letter-spacing: -1px;
	padding-bottom: 12px;
	margin-bottom: 20px;
	text-align: center;
}

#contact h2::before,
#price h2::before {
	background-color: #21a7b0;
	display: block;
	content: " ";
	width: 35px;
	height: 5px;
	position: absolute;
	left: 50%;
	margin-left: -17px;
	bottom: 0;
	border-radius: 3px;
}
#contact h2 + p {
	font-weight: 600;
	font-size: 18px;
	line-height: 1.2;
	margin-bottom: 0;
	color: #000;
}
#contact h2 + p + p {
	line-height: 1.3;
	margin-top: 10px;
	text-align: center;
}
.contact-title {
    text-align: center;
    max-width: 570px;
    margin: auto;
    margin-bottom: 0;
    position: relative;
}


.contact-info {
   float: left;
   width: 35%;
   padding-right: 30px;
   padding-left: 30px;
}


.contact-box {
	width: auto;
	margin-bottom: 0;
	height: auto;
	padding-left: 0;
	position: relative;
	display: table;
	margin-top: 25px;
}

.contact-box h3 {
	margin-bottom: 0;
	padding-top: 0;
	text-align: left;
	margin-top: 0;
	text-indent: 30px;
	font-size: 18px;
}
.contact-box h3 + p, 
.contact-box h3 + p a,
.contact-box h3 + p a span {
	text-align: left;
	margin-bottom: 0;
	color: #b1b1b1 !important;
	line-height: 100%;
	-webkit-transition: all 0.2s linear;
	 -moz-transition: all 0.2s linear;
	  -ms-transition: all 0.2s linear;
	   -o-transition: all 0.2s linear;
	      transition: all 0.2s linear;
}
.contact-box h3 + p a:hover,
.contact-box h3 + p a:hover span {
	color: #ccb181 !important;
}
.contact-box h3 + p {
	margin-top: 3px;
}
.contact-box span {
	font-size: 21px;
	color: #ccb181;
	position: absolute;
	left: 0;
	top: 0;
}

.contact-form {
    float: right;
    width: 65%;
    margin-top: -10px;
}

.contact-form label {
    font-size: 14px;
    color: #0f1d44;
    vertical-align: middle;
}

.contact-form input {
    border: 0;
    outline: 0;
    border-radius: 0;
    box-shadow: none;
    background: #f9f9f9;
    height: 50px;
    padding-left: 25px;
    margin-top: 5px;
}

.contact-form textarea:focus,
.contact-form input:focus {
    border: 0;
    outline: 0;
    box-shadow: none;
}

.contact-form textarea {
    background: #f9f9f9;
    height: 140px;
    padding-left: 15px;
    border: 0;
    outline: 0;
    border-radius: 0;
    box-shadow: none;
    margin-top: 5px;
}

#submitButton {
    background: #ff65a5;
    border: 0;
    color: #fff;
    font-size: 14px;
    padding: 15px 50px;
    margin-top: 30px;
    border: 1px solid transparent;
    transition: all 0.3s ease;
    background: rgb(255, 101, 165);
}

#submitButton:hover {
    background: #fff;
    border: 1px solid #eee;
    color: rgb(255, 101, 165);
}

.success {
    color: #fff;
    padding: 10px;
    font-weight: 500;
    text-align: center;
}

.error {
    padding: 10px;
    color: #ff0000;
    font-weight: 500;
    text-align: center;
}



.address span.lnr, 
.address i.fa {
    width: 40px;
    float: left;
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 20px;
    display: inline-block;
}

@media(max-width: 1199px) {
    .contact-info {
        padding-left: 0;
    }
}

@media(max-width: 991px) {
    .contact-info,.contact-form {
        width: 100%;
    }

    .contact-info {
        padding-left: 16px;
        padding-right: 16px;
    }
}

@media(max-width: 479px) {
    .contact-title {
		padding-left: 20px;
		padding-right: 20px;
	}
    .contact {
	padding-top: 50px;
	padding-left: 15px;
	padding-right: 15px;
	padding-bottom: 50px;
	transform: translateY(-150px);
}
    .contact-title:before {
        top: -70px;
    }
    .contact-form {
        margin-top: 30px;
    }
}
.map-area.hidden-xs {
	display: block !important;
}


#price .col-md-12.text-center {
	display: table;
	float: none;
	width: 100%;
	margin: 0 auto;
	padding: 0 30px;
}
.faq {
	display: table;
	width: 100%;
	border: 1px solid #e5e5e5;
	margin: 15px auto;
	border-radius: 15px;
	padding: 15px 25px;
}
.faq h3 {
	text-align: left;
	word-spacing: -1px;
	font-size: 19px;
	margin-bottom: 10px;
	line-height: 1.3;
	margin-top: 10px;
}
.faq p {
	text-align: justify;
	line-height: 1.5;
	color: #555;
}


/* ----------------------------------------------------------------------------------------
*                                   15. Footer area css
* --------------------------------------------------------------------------------------- */
.footer-area {
    background: url(../img/bg/footer.svg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center top;
    position: relative;
    overflow: hidden;
    padding-bottom: 80px;
    margin-top: -95px;
}

.footer-title::before {
	position: absolute;
	content: "";
	width: 5px;
	height: 40px;
	top: -50%;
	background-color: rgb(207, 17, 140);
	border-radius: 3px;
	display: none;
}

.footer-title {
	display: table;
	width: auto;
	margin: 0 auto;
	padding-top: 30px;
}

.footer-title > img {
	display: block;
	width: 100%;
	max-width: 206px;
}

footer .row {
	display: table;
	width: 100%;
	margin: 0;
}

.col-md-12.text-center.copyright {
	display: table;
	width: auto;
	margin: 0 auto;
	padding: 0 30px;
	float: none;
}
.col-md-12.text-center.copyright > p {
	padding-top: 30px;
	margin-bottom: 0;
	font-size: 14px;
	color: rgba(255,255,255,0.5);
	font-weight: 100;
}

.footer-title h2 {
    color: #fff;
}

.footer-social {
    padding-top: 30px;
}

.footer-social a span {
    text-align: center;
    color: #fff;
    display: inline-block;
    font-size: 13px;
    width: 50px;
    height: 50px;
    line-height: 50px;
    border-bottom: 1px solid #3c4766;
    margin-right: 10px;
}

.footer-social a span:hover {
    background-color: rgb(255, 101, 165);
    border-bottom: 0.5px solid transparent;
}

.footer-area p {
    padding-top: 50px;
}

.footer-area p a {
    color: rgb(255, 101, 165);

}

@media (max-width: 991px) {
    .footer-title:before {
        top: -70px;
    }    
}

@media (max-width: 479px) {
    .footer-title:before {
        top: -67px;
    } 
    .footer-title {
        margin-top: 70px;
    }   
}
@media (max-width: 767px) {
.intro-text > div {
	display: table;
	width: 100%;
}
.intro-text > div:first-child {
	padding-left: 0;
}
.intro-text {
	padding-top: 150px;
	height: auto;
}
.intro-text > div:last-child {
	width: 100%;
	padding-top: 40px;
}
.slider-area {
	height: 75%;
}
.intro-text > div:first-child > div {
	margin: 0 auto;
	padding: 0 15px;
}


}

@media (min-width: 768px) {
.menu-area .container,
#slider .container {
  width: 100% !important;
  max-width: 1170px;
}

}

@media (max-width: 1200px) {
.menu-area .col-md-12 {padding-left: 20px !important;}
}


/**************** Hair Tune-up **********************/

.HairTune-up .intro-text > div:first-child > div > h2 { color: #00a078;}

.HairTune-up #services .container > .row > div > div:first-child h2::before { background-color: #00a078;}

.HairTune-up #services {overflow: hidden;}
.HairTune-up #services h3 {color: #00a078;	margin-bottom: 7px;font-size: 18px;}
.HairTune-up #services .container > .row > div > div:last-child {width: 40.171%;max-width: 470px;position: relative;vertical-align: bottom;}
.HairTune-up #services .container > .row > div > div:last-child span {display: table; width: 100%;  position: relative;}
.HairTune-up #services .container > .row > div > div:last-child span::before {content: "";background-color: #eadece;position: absolute;width: 200%;height: 84.0314%;bottom: 0;left: 95%;}
.HairTune-up #services .container > .row > div > div:last-child img {max-width: 470px;position: relative;}

.HairTune-up #services .container > .row > div:last-child p {text-align: justify;color: #000;font-size: 16px;line-height: 1.4;}

.HairTune-up #team .section-title h2::before {background-color: #00a078;}

.HairTune-up .team-content {padding-top: 5px;}
.HairTune-up #team h3 {color: #00a078;	margin-bottom: 7px;font-size: 18px;}
.HairTune-up .team-content strong {color: #000;}
.HairTune-up #team h5 {color: #000;margin-bottom: 10px;font-size: 17px;margin-top: 20px;letter-spacing: 0;}

.HairTune-up p.imgleft {float: right;margin: 43px 0 10px 30px;}
.HairTune-up p.imgleft img {display: block;width: 100%;max-width: 380px; margin: 0 auto;}
.HairTune-up .testimonial-area::before {background-image: url(../img/bg/test-hoverGreen.svg);}

.HairTune-up #team {	background-color: #f1f1f1;	padding: 70px 0 340px;overflow: hidden;	position: relative;}
.HairTune-up #team * { position: relative;}
.HairTune-up #team::before {	position: absolute;	content: '';	bottom: 0;	left: auto;	width: 100%;	height: 100%;background-image: url(../img/ingredientsHair3.jpg);	background-size: auto;background-repeat: no-repeat;background-position: bottom center;right: auto;	margin: 0 auto;	display: table;}
.HairTune-up .testimonial-area {background-color: rgba(0,0,0,0);margin-top: -94px;}

.HairTune-up #contact h2::before, 
.HairTune-up #price h2::before,
.HairTune-up .work-title h2::before, 
.HairTune-up .news-title h2::before {	background-color: #01a078;}



.HairTune-up #work .container-fluid > .row {width: 100%;max-width: 900px;}
.HairTune-up #work .container-fluid > .row > div:first-child {}
.HairTune-up #work .container-fluid > .row > div:first-child .work-title {	max-width: unset;}
.HairTune-up #work .container-fluid > .row > div:last-child {width: 50%;padding-top: 50px;}

.HairTune-up .work-area {	background-position: center bottom 50px;}

.HairTune-up .contact-box span {color: #00a078;}



@media (min-width: 768px) {
.HairTune-up .navbar-nav > li.active {background-color: #00a078;	border-bottom: 5px solid #037e5f;}
.HairTune-up .mainmenu .navbar-nav li a:hover {color: #00a078;}

  
}

@media (max-width: 767px) {
.HairTune-up .mainmenu .navbar-nav li.active a {background-color: #00a078;}
.HairTune-up .navbar-toggle .icon-bar {background: #00a078;}
.HairTune-up .mainmenu .navbar-nav li a:hover {color: #00a078;}
.HairTune-up #services .container > .row > div > div:last-child {width: 100%;}
.HairTune-up #services .container > .row > div > div:last-child img {margin: 0 auto;}
.HairTune-up p.imgleft {float: none;	margin: 35px auto;}
.HairTune-up #team::before {	background-size: contain;}

.HairTune-up #work .container-fluid > .row > div:last-child {width: 100%; padding-top:0;}


}

@media (max-width: 980px) {
.HairTune-up #services .container > .row > div > div:first-child, 
.HairTune-up #services .container > .row > div > div:last-child {display: table;width: 100%;margin: 0 auto;padding: 0;}	
.HairTune-up #services .container > .row > div:last-child {width: 100%;max-width: 600px;padding-top: 30px;}
}

@media (max-width: 680px) {
.HairTune-up #team {	padding: 70px 0 300px;}
.HairTune-up .testimonial-area {margin-top: -65px;}
}

@media (max-width: 580px) {
.HairTune-up #team {	padding: 70px 0 280px;}
.HairTune-up .testimonial-area {margin-top: -55px;}
}

@media (max-width: 480px) {
.HairTune-up #team {	padding: 70px 0 250px;}
.HairTune-up .testimonial-area {margin-top: -45px;}
}

@media (max-width: 420px) {
.navbar-brand > img {max-width: 260px;}
}

@media (max-width: 380px) {
.HairTune-up #team {	padding: 70px 0 200px;}
.HairTune-up .testimonial-area {margin-top: -35px;}
.navbar-brand > img {max-width: 240px;}
}


/**************** Home Page **********************/

.HairTune-up.HomePage .navbar-header {
	float: none;
	display: table;
	margin: 0 auto;
	width: 100%;
	max-width: 270px;
}
.HairTune-up.HomePage .navbar-brand {
	float: none;
	display: table;
	width: 100%;
	padding: 25px 20px 25px 0;
}
.HairTune-up.HomePage .navbar-brand > img {max-width: 250px;}
.HairTune-up.HomePage .menu-area {height: 126px;}

.HairTune-up.HomePage .intro-text > div:last-child {width: 49.4117647%;}
.HairTune-up.HomePage .intro-text {padding-top: 180px;height: 630px;}
.HairTune-up.HomePage .slider-area {	height: 635px;}
.HairTune-up.HomePage .intro-text > div:last-child img {max-width: 420px;}

.HairTune-up.HomePage .section-big {	padding: 60px 0px 180px;}
.HairTune-up.HomePage #footer.section-big {padding: 90px 0px;}

.HairTune-up.HomePage .intro-text > div:first-child > div > h2 {
	color: #00a078;
	font-size: 48px;
	/* font-style: italic; */
	font-weight: 600;
	line-height: 1;
	margin-bottom: 15px;
}
.HairTune-up.HomePage .intro-text > div:first-child > div > h2 span {
	font-size: 36px;
	font-weight: 500;
	display: block;
}
.HairTune-up.HomePage .intro-text > div:first-child > div > h2 + p + p {
	font-weight: 300;
	font-size: 20px;
	color: #000;
	line-height: 1;
	padding-top: 8px;
}
.HairTune-up.HomePage .menu-area.navbar-fixed-top,
.HairTune-up.HomePage .menu-area.navbar-fixed-top.sticky-menu { position: absolute;}

.HairTune-up.HomePage #services .container > .row > div > div:first-child h2 {text-align: center;}
.HairTune-up.HomePage #services .container > .row > div > div:first-child h2::before {
	left: 50%;
	margin-left: -17px;
}

.homeProducts {
	display: table;
	width: 100%;
	margin: 60px auto 0;
	max-width: 1350px;
}
.homeProducts > div {
	display: table-cell;
	vertical-align: middle;
	padding: 0 15px;
}
.homeProducts > div > a {
	display: table;
	width: 100%;
	border-radius: 30px;
	border: 1px solid #e6e6e6;
	padding: 40px 40px 30px;
	background-color: rgba(0,0,0,0);
}
.homeProducts > div > a:hover {background-color: rgba(0,0,0,0.03);}
.homeProducts > div > a img {max-width: 280px !important;}
.homeProducts > div > a span::before {display: none !important}
.homeProducts > div > a span:nth-child(2) {
	font-family: 'Rubik', sans-serif;
	font-size: 24px;
	text-align: center;
	font-weight: 500;
	letter-spacing: -1px;
	color: #000;
}
.homeProducts > div > a span:nth-child(3) {
	font-family: 'Rubik', sans-serif;
	text-align: center;
	line-height: 1.1;
	color: #7779a2;
}
.homeProducts > div > a span:nth-child(4) {
	color: #00a078;
	font-size: 40px;
	font-weight: 600;
	line-height: 1;
	margin-top: 15px;
	margin-bottom: 0;
	text-align: center;
}
.homeProducts > div > a span:nth-child(4) i {
	font-size: 30px;
	font-style: unset;
	font-weight: 500;
}

@media (max-width: 1100px) {

}

@media (max-width: 1100px) {
.HairTune-up.HomePage #services .container > .row > div:last-child {
	padding-top: 0;
	max-width: 500px;
}
.HairTune-up.HomePage #services .container > .row > div > div {max-width: 500px;}
.homeProducts > div {
	display: table;
	padding: 15px 0;
	width: 100%;
}
.homeProducts {	margin: 40px auto 0;}
.HairTune-up.HomePage #services .container > .row > div:last-child, .HairTune-up.HomePage #services .container > .row > div > div {
	max-width: 500px;
}
}
@media (max-width: 767px) {
.HairTune-up.HomePage .intro-text > div:first-child {
    padding-left: 0;
    width: 100%;
    max-width: 450px;
  }
.HairTune-up.HomePage .slider-area {
	height: auto;
}
.HairTune-up.HomePage .intro-text {
	padding-top: 200px;
}
.HairTune-up.HomePage .intro-text > div:last-child {
	width: 100%;
}
.HairTune-up.HomePage #footer.section-big {
	padding: 40px 0px;
}
.HairTune-up.HomePage #services .container > .row > div:last-child,
.HairTune-up.HomePage #services .container > .row > div > div {max-width: 350px;}

}

@media (max-width: 480px) {
.HairTune-up.HomePage #footer.section-big,
.footer-area {
	padding: 0 0 60px;
}

}



.ti-email {
	font-family: FontAwesome;
	font-size: 17px !important;
	top: 1px !important;
}
.ti-email + h3 {
	text-indent: 23px;
	text-transform: uppercase;
}
.ti-email::before {
	content: "\f0e0";
}
.ti-phone {
	font-family: FontAwesome;
	font-size: 22px !important;
	top: 2px !important;
}
.ti-phone + h3 {
	text-indent: 23px;
	text-transform: uppercase;
}
.ti-phone::before {
	content: "\f095";
}

.ti-phone ~ p a {
	font-size: 18px;
	font-weight: 600;
	color: #000;
}
.ti-phone ~ p a span {
	color: #000;
	position: relative;
	font-weight: 400;
	font-size: 14px;
	letter-spacing: -1px;
}
.ti-mobile {
	font-family: FontAwesome;
	font-size: 28px !important;
	top: -4px !important;
	left: 4px !important;
}
.ti-mobile + h3 {
	text-indent: 23px;
	text-transform: uppercase;
}
.ti-mobile::before {
	content: "\f10b";
}

.ti-mobile ~ p a {
	font-size: 18px;
	font-weight: 600;
	color: #000;
}
.ti-mobile ~ p a span {
	color: #000;
	position: relative;
	font-weight: 400;
	font-size: 14px;
	letter-spacing: -1px;
}

div.social {
	/*background: rgba(0,0,0,0.04);*/
	display: table;
	margin: 30px auto 0;
	width: auto;
	/*padding: 18px 40px;*/
	border-radius: 15px;
}
div.social > div {
	display: table;
	width: auto;
	margin: 0 auto;
	border-spacing: 5px;
	border-collapse: separate;
	direction: ltr;
	font-size: 0;
}
div.social > div a {
	display: table-cell;
	width: 40px;
	height: 40px;
	position: relative;
}
div.social > div a::after {
	font-family: FontAwesome;
	font-size: 28px;
	color: #fff;
	text-align: center;
	display: block;
	line-height: 40px;
	-webkit-transition: all 0.2s linear;
	 -moz-transition: all 0.2s linear;
	  -ms-transition: all 0.2s linear;
	   -o-transition: all 0.2s linear;
	      transition: all 0.2s linear;
}
div.social > div a:first-child::after {content: "\f09a";font-size: 24px;}
div.social > div a:last-child::after {content:"\f16d"}
div.social > div a:hover::after { color:#000;}
div.social > div a::before {
	content: " ";
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	background-color: #21a7b0;
	z-index: -1;
	border-radius: 10px;
	-webkit-transition: all 0.2s linear;
	 -moz-transition: all 0.2s linear;
	  -ms-transition: all 0.2s linear;
	   -o-transition: all 0.2s linear;
	      transition: all 0.2s linear;
}
div.social > div a:hover::before {background-color: #ccb181;}


@media(max-width: 390px) {
div.social {
	padding: 18px 25px;
}
}
div.address {
	background: rgba(0,0,0,0.04);
	display: table;
	width: 100%;
	padding: 18px 20px;
	border-radius: 15px;
	margin-top: 20px;
}
div.address > div {
	background: rgba(0,0,0,0) url("../img/dubai.svg") top 3px left no-repeat scroll;
	color: #000;
	text-align: left;
	padding-left: 90px;
	display: table;
	width: 100%;
	max-width: 400px;
	line-height: 120%;
	margin: 0 auto;
}

#services p.title {
	margin: 15px 0 5px;
	font-size: 20px !important;
	font-weight: bold;
	color: #21a7b0 !important;
}


/*--------------------------------- DivTable.com -------------------------------------------*/
div.projectTable {
	background-color: rgba(0,0,0,0.03);
	padding: 15px;
	border-radius: 15px;
	border: 1px solid rgba(0,0,0,0.1);
	display: table;
	width: 100%;
}
.divTable {
	display: table;
	width: 100%;
	background: #fdfdfd;
	padding: 15px;
	border-radius: 5px;
}
.divTableRow {
	display: table-row;
}
.divTableHeading {
	display: table-header-group;
}
.divTableCell, .divTableHead {
	display: table-cell;
	padding: 6px 10px;
	vertical-align: middle;
	text-align: center;
	font-size: 14px;
	color: #000;
}
.divTableHeading {
	display: table-header-group;
	font-weight: bold;
}
.divTableFoot {
	display: table-footer-group;
	font-weight: bold;
}
.divTableBody {
	display: table-row-group;
}

.divTableRow:nth-child(2n+1) {
	background-color: rgba(0,0,0,0.05);
}

.divTableBody .divTableRow:first-child {
	background-color: #21a7b0;
}

.divTableCell.Arabic {
	font-family: 'DAKufi',sans-serif;
	word-spacing: -2px;
	font-size: 13px;
	font-weight: 400;
}

@media(max-width: 680px) {
.divTableBody .divTableRow:first-child {display: none;}
.divTableCell.Arabic {	font-weight: 800; line-height: 1.3;}
.divTableCell {
	display: table;
	padding: 0 10px;
	text-align: left;
	text-align: left;
	position: relative;
	width: 100%;
}
.divTableCell::before {
	content: "Mosque Name:";
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	font-weight: bold;
	word-spacing: 0;
	padding-right: 5px;
	color: #21a7b0;
}
.divTableRow .divTableCell:nth-child(2)::before {content: "Zone:";}
.divTableRow .divTableCell:nth-child(3)::before {content: "Date:";}
.divTableRow .divTableCell:nth-child(4)::before {content: "Meterage:";}
.divTableRow .divTableCell:nth-child(5)::before {content: "Condition:";}
.divTableRow {
	display: table;
	width: 100%;
	padding: 15px 10px;
}

}