#Services-pg section{
    position: relative;
}

#Services-pg .color-red {
    color: #E21E25 !important;
}

#Services-pg #main-wrapper {
    min-height: 85vh;
	position: relative;
	overflow: hidden;
}

#Services-pg .bg-layer {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
    z-index: -1;
}

#Services-pg .bg-layer .page-bg {
    position: absolute;
    /*top: -125px;*/
    left: 50%;
    width: 2000px;
    height: auto;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

#Services-pg .bg-layer .page-bg-xs {
    display: none;
    position: absolute;
    top: 450px;
    left: 50%;
    width: 1100px;
    height: auto;
    -webkit-transform: translateX(-45%);
    -ms-transform: translateX(-45%);
    transform: translateX(-45%);
}
        
#Services-pg .bg-text{
    line-height:1em;
    text-align:center;
    text-transform:uppercase;
    font-weight:900;
    font-size:145px;
    letter-spacing:.025em;
    white-space:nowrap;
    color:#F7F7FF;
    -webkit-user-select:none;
    -moz-user-select:none;
    -ms-user-select:none;
    user-select:none;
    pointer-events:none;
    mix-blend-mode:multiply;
    position:absolute;
    top:60px;
    left:50%;
    -webkit-transform:translateX(-50%);
    -ms-transform:translateX(-50%);
    transform:translateX(-50%)
}

#Services-pg #banner2.small {
    height: 300px;
}

#Services-pg #banner2 {
	display: flex;
	/*align-items: center;*/
    flex-direction: column;
    justify-content: center;
	width: 100%;
    background-image: url(../../Images/Services/Services.jpg);
	background-size:     cover;
    background-repeat:   no-repeat;
    background-position: center center;
}

#Services-pg .patteren {
	display: table;
    background: url(../../Images/Services/Services.jpg) repeat;
	background-size: 100% 100%;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

#Services-pg .patteren .title{
	display: table-cell;
	vertical-align: middle;
    text-align: left;
	padding-top: 100px;
}

#Services-pg .patteren h2 {
	margin-left: 100px;
	line-height: 33px;
	font-weight: 500;
	display: inline-block;
	color: #fff;
	font-family: "Lucida Calligraphy";
}

#Services-pg .picture_align h1{
	font-size: 30px;
	margin: 6% 0 5%;
	line-height: 40px;
	font-family: Andalus;
}

#Services-pg .picture_align .Color-red {
	font-weight: bolder;
	color: #E21E25 !important;
}

#Services-pg .picture_align .row {
	padding-top: 40px;
	padding-bottom: 20px;
}

@media (max-width: 992px) {
	#Services-pg .service-item img {
		display: block;
		margin-left: auto;
		margin-right: auto;
		width: 70%;
	}

	#Services-pg .col-text {
		padding: 10px 50px;
	}

	#Services-pg .patteren h2 {
		margin-left: 20px;
		font-size: 30px;
	}
}

@media (max-width: 678px) {
	#Services-pg .patteren h2 {
		margin-left: 20px;
		font-size: x-large;
	}
}


/*sub-navigation*/
#Services-pg .sub-navigation {
    -webkit-transition: 150ms;
    transition: 1s;
	background-color: #ededed  !important;
    padding-top: 15px !important;
    padding-bottom: 10px !important;
}

#Services-pg .flex-wrap {
    -webkit-flex-wrap: wrap !important;
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
    justify-content: center !important;
    display: flex !important;
}

#Services-pg .sub-navigation__item {
    width: 50%;
    margin-bottom: 5px;
}

@media (min-width: 500px) {
	#Services-pg .sub-navigation__item {
		width: auto;
		margin-right: 5px;
		margin-left: 5px;
	}
}

#Services-pg .main-button {
    display: inline-block;
    max-width: 100%;
    padding: 15px 30px 15px;
    overflow: hidden;
    -webkit-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
    border: none;
    border-radius: 25px;
    font-family: 'Lucida Bright';
    font-size: 15px;
	font-weight: bold;
    letter-spacing: 0.1px;
    line-height: 20px;
    text-overflow: ellipsis;
    vertical-align: middle;
    white-space: nowrap;
    cursor: pointer;
    padding-top: 13px;
    padding-bottom: 12px;
	background-color: transparent;
    color: purple;
}

#Services-pg .sub-navigation a {
    -ms-touch-action: manipulation;
    touch-action: manipulation;
	text-decoration: none;
}

#Services-pg .sub-navigation ul {
    margin-bottom: 0;
    padding-left: 0;
    list-style: none;
}

#Services-pg .sub-navigation a:hover
,#Services-pg .sub-navigation.stick ul.flex-wrap li.active a {
    background-color: #2A6EF6;
	border: 1px solid #2A6EF6 !important;
	color: #fff;
	border-radius: 30px;
}


/*#Services-pg .service-item{
	padding-top: 70px;
}*/

#Services-pg .sub-navigation.stick {
  background-color: rgba(0, 0, 0, 1);
  /*height: 70px;*/
  position: fixed;
  top: 70px;
  width: 100%;
  z-index: 1000;
}

#Services-pg .stick + #main-wrapper .service-item {
  /*padding-top: 150px;*/
}

/*#Services-pg nav{
	padding: 50px 0px 0px;
}*/

/* Sections */
 
#Services-pg section {
  width: 100%;
  padding: 50px;
  border-bottom: 1px solid #ccc;
  height: auto;
  /*text-align: center;*/
}
#Services-pg section:nth-child(even) {
  /*background: #ecf0f1;*/
}
#Services-pg section:nth-child(odd) {
  /*background: #bdc3c7;*/
}
/*#Services-pg .sections section:first-child {
  margin-top: 60px;
}*/
#Services-pg section.active {}



/*Responsive For Mob*/

@media only screen and (max-width: 600px) {
	#Services-pg .main-button {
		padding: 5px;
		margin: 0px 5px;
		font-size: 10px;
	}
	#Services-pg .sub-navigation__item {
		width: auto;
		margin-bottom: 5px;
	}
	#Services-pg .picture_align h1{
		font-size: 23px;
	}
	#Services-pg .col-text{
		padding: 10px;
	}
}