/*--------------------------------------
# Main Styles for Develox website.
---------------------------------------*/
* {
    /*outline:1px solid red;*/
}

html {
    background: #33333b;
}

body {
}

/*- Heading Fonts -*/
h1, h2 {
    font-family: 'RalewayBold', sans-serif;
}

h3 {
    font-family: 'RalewaySemiBold', sans-serif;
}

h4, h5, h6 {
    font-family: 'RalewayMedium', sans-serif;
}

/*- Headings Font sizes -*/
h1 {

}

h2 {
    font-size: 40px;
}

h3 {
    font-size: 22px;
}

h4 {
    font-size: 18px;
}

/*- Paragraph styling -*/
p {
    font-family: 'RalewayRegular', serif;
    font-size: 19px;
    line-height: 28px;
}

ul, ol {
    font-family: 'RalewayRegular', serif;
    font-size: 19px;
    line-height: 28px;
}

a:hover {
    text-decoration: none;
}

/*---------------------------------------
# Helper Classes
----------------------------------------*/
.section-padd-tb-20 {
    padding: 20px 0;
}

.section-padd-tb-40 {
    padding: 40px 0;
}

.section-padd-tb-60 {
    padding: 60px 0;
}

.section-padd-tb-120 {
    padding: 120px 0;
}

.text-right {
    text-align: right;
}

.no-padding-left {
    padding-left: 0;
}

.no-padding-right {
    padding-right: 0;
}

.padd-right-8 {
    padding-right: 8px;
}

.reddish{
    color:#b8133e;
}
/*- Shadow -*/
.develox-shadow{
    position:absolute;
    top:0;
    left:-10px;
    z-index:1000;
}
/*-----------------------------------------
# Sticky Nav
------------------------------------------*/
#sticky-nav{
    opacity:0;
    display:none;
    z-index:100;
    background: #33333b;
    padding: 10px 0;
    position: fixed;
    width: 100%;
}
/*-----------------------------------------
# Main Header
------------------------------------------*/
.slicknav_menu {
    display:none;
}
header{
    position:relative;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transform-style: preserve-3d;
}
.header-overlay{
    position:absolute;
    left:0;
    top:0;
    right:0;
    bottom:0;
    width:100%;
    height:100%;
    /*
    background: rgba(51,51,59,0.82);
    */
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#33333b+0,33333b+100&0.85+0,1+100 */
    background: -moz-linear-gradient(top,  rgba(51,51,59,0.40) 0%, rgba(51,51,59,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  rgba(51,51,59,0.40) 0%,rgba(51,51,59,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  rgba(51,51,59,0.40) 0%,rgba(51,51,59,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d933333b', endColorstr='#33333b',GradientType=0 ); /* IE6-9 */

}
.header-text-contents{
    position: absolute;
    top: 40%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    width:80%;
    text-align: center;
    color:#c5c5c5;
}
.header-text-contents h1 {
    margin: 0 0 8px 0;
    font-family: 'RalewayExtraBold', sans-serif;
    font-size: 43px;
    color: #ffffff !important;
}

.header-text-contents p {
    font-family: 'RalewayMedium',sans-serif;
    font-size: 23px;
}

#menu{
    position:absolute;
    top:50px;
    left:0;
    width:100%;
}
#main-navigation ul{
    padding:0;
    margin:0;
    text-align:right;
    list-style-type:none;
    line-height:40px;
}
#main-navigation ul li{
    display:inline-block;
    vertical-align:sub;
    margin-left:30px;
}
#main-navigation ul li  a{
    padding-bottom:4px;
    font-size:15px;
    text-decoration: none;
    color:#ffffff;
    font-family: 'RalewayBold',serif;
}
#main-navigation ul li a:hover{
    border-bottom:3px solid #ffffff;
}
#main-navigation-sticky ul{
    padding:0;
    margin:0;
    text-align:right;
    list-style-type:none;
    line-height:40px;
}
#main-navigation-sticky ul li{
    display:inline-block;
    vertical-align:sub;
    margin-left:30px;
}
#main-navigation-sticky ul li  a{
    padding-bottom:4px;
    font-size:15px;
    text-decoration: none;
    color:#ffffff;
    font-family: 'RalewayBold',serif;
}
#main-navigation-sticky ul li a:hover{
    border-bottom:3px solid #ffffff;
}
.clicked-menu-item{
    border-bottom:3px solid #ffffff;
}

/*----------------------------------------
# About Section
-----------------------------------------*/
#about{
    padding:120px 0 115px 0;
    background: #33333b;
}
#about-title {
    color: #fdfdfd;
    margin-bottom: 50px;
}

#about-title:before {
    width: 42px;
    height: 41px;
    vertical-align: top;
    background: url('images/contact-title-icon.png') no-repeat;
    display: inline-block;
    content: " ";
    margin-right: 15px;
    margin-left: -42px;
}
.subtitle{
    color:#a4a4a4;
    margin-bottom:40px;
}
.single-about-item{
    text-align:center;
    color:#a4a4a4;
}
.single-about-item img{
    margin-bottom:10px;
}
.single-about-item h3{
    color:#dadada;
    margin-bottom:30px;
}

/*-----------------------------------------
# Services
------------------------------------------*/
#services {
    padding: 100px 0 170px 0;
    background: url('images/services-bg-full-2.jpg') no-repeat;
    background-size: cover;
}

#services-title {
    color: #fdfdfd;
    margin-bottom: 65px;
}

#services-title:before {
    width: 42px;
    height: 41px;
    vertical-align: top;
    background: url('images/contact-title-icon.png') no-repeat;
    display: inline-block;
    content: " ";
    margin-right: 15px;
    margin-left: -42px;
}

/*- Single service -*/
.single-service {
    color: #ffffff;
    padding: 15px 0 10px 0;
    border-top: 3px solid #ffffff;
}

.single-service h3 {
    color: #ffffff;
    margin-bottom: 40px;
}

.service-title-last {

}

.word-divider {
    display: block;
}

.services-other-list {
    padding-left: 0;
    padding-top: 24px;
    list-style-type: none;
}

.services-other-list li {
    display: block;
}

.services-other-list li:before {
    content: '- ';
}

/*-----------------------------------------
# Team styles
------------------------------------------*/
#team {
    position: relative;
}

.team-text-bg {

}

#team-title {
    color: #3e3e3e;
    margin: 0 0 40px 0;
}

#team-title:before {
    width: 42px;
    height: 41px;
    vertical-align: top;
    background: url('images/title-icon-dark.png') no-repeat;
    display: inline-block;
    content: " ";
    margin-right: 15px;
}

.team-text {
    line-height: 30px;
    color: #3b3b3b;
}

/*-----------------------------------------
# Process Section
------------------------------------------*/
#process {
    background: #F0F0F0 url('images/process-bg.png') no-repeat 121% 22%;
    padding: 78px 0 165px 0;
}

#process-title {
    color: #3e3e3e;
    margin-bottom: 35px;
}

#process-title:before {
    width: 42px;
    height: 41px;
    vertical-align: top;
    background: url('images/title-icon-dark.png') no-repeat;
    display: inline-block;
    content: " ";
    margin-right: 15px;
    margin-left: -42px;
}

#process p {
    color: #a4a4a4;
    font-family: 'RalewayLight', sans-serif;
    margin-bottom: 85px;
}

.process-list {
    padding:0;
    text-align: center;
    list-style-type: none;
}

.process-list li {
    display: inline-block;
}

.process-list li h4 {
    font-family: 'RalewayLight', sans-serif;
}

.process-list li img {
    margin-bottom: 25px;
}

/*-----------------------------------------
# Client styles
------------------------------------------*/
#clients {
    padding: 50px 0 45px 0;
    background: #ffffff;
}

#clients-title {
    color: #3e3e3e;
    margin-bottom: 90px;
}

#clients-title:before {
    width: 42px;
    height: 41px;
    vertical-align: top;
    background: url('images/title-icon-dark.png') no-repeat;
    display: inline-block;
    content: " ";
    margin-right: 15px;
    margin-left: -42px;
}

.owl-item img {
    display: block;
    margin: 0 auto;
}

/*-----------------------------------------
# Contact Styles
------------------------------------------*/
#contact {
    padding: 160px 0 90px 0;
    background: #792e83;
    color: #ffffff;
    font-family: 'RalewaySemiBold', sans-serif;
    font-size: 18px;
}

#contact-title {
    color: #fdfdfd;
    margin-bottom: 102px;
}

#contact-title:before {
    width: 42px;
    height: 41px;
    vertical-align: top;
    background: url('images/contact-title-icon.png') no-repeat;
    display: inline-block;
    content: " ";
    margin-right: 15px;
    margin-left: -42px;
}

/*- contact info -*/
.contact-info {
    display: inline-block;
    margin-bottom: 30px;
}

.contact-item {
    display: block;
    margin-bottom: 10px;
}

#contact-telephone {
    margin-bottom: 22px;
}
.contact-map-link-container {
    display: block;
}

.contact-map-link,
.contact-map-link:visited {
    display: inline-block;
    padding: 14px 18px;
    color: #ffffff;
    font-family: 'RalewayBold', sans-serif;
    font-size: 16px;
    text-align: center;
    border: 3px solid #ffffff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    cursor: pointer;
    margin-bottom: 25px;
}

.contact-map-link:focus,
.contact-map-link:hover {
    text-decoration: none;
    background: #ffffff;
    color: #792e83;
}

.contact-email-link-container {
    display: block;
    margin-bottom: 25px;
}

.contact-email-link {
    color: #b7b7b7;
    padding-bottom: 5px;
}

.contact-email-link:hover {
    color: #b7b7b7;
    border-bottom: 3px solid #b7b7b7;
}

.contact-socials-list {
    list-style-type: none;
}

.contact-socials-list li {
    display: inline-block;
    margin-left: 4px;
}

.contact-socials-list li a {

}

/*-- Contact Form --*/
#contact-form input[type="text"],
#contact-form input[type="email"],
#contact-form textarea {
    width: 100%;
    margin-bottom: 17px;
    background: transparent;
    border: 1px solid #c29fc6;
    padding: 15px 17px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

#contact-form textarea {
    min-height: 250px;
    margin-bottom: 50px;
}

#submit {
    display: inline-block;
    padding: 14px 34px;
    color: #ffffff;
    font-family: 'RalewayBold', sans-serif;
    font-size: 16px;
    text-align: center;
    border: 3px solid #ffffff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    cursor: pointer;
    margin-bottom: 25px;
    background: transparent;
    float: right;
}

#submit:hover {
    text-decoration: none;
    background: #ffffff;
    color: #792e83;
}

/*
 *Contact form errors
 */

.input-error{

    border:2px solid #c21e45 !important;
}
.form-error{
    display:block !important;
    font-size:16px;
    display:none;
    margin:-20px 0 20px 0;
    background:#c21e45;
    padding:4px 6px;
}
#contact-message-error{
    margin-top:-57px;
}
.form-success-message{
    display:none;
    background:#66266e;
    padding:11px 13px;
    border:2px solid #511e57;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.form-success-message h3:before{
    content:'';
    background:url('../assets/images/form-check.png') no-repeat;
    display:inline-block;
    height:30px;
    width:30px;
    vertical-align: sub;
    margin-right:15px;
}
.form-success-message p{
    margin-left:47px;
    font-size:16px;
}
/*-----------------------------------------
# Copyright Styles
------------------------------------------*/
#copyright {
    background: #33333b;
    color: #6b6b6b;
}

#copyright p {
    font-family: 'RalewayMedium', serif;
    font-size: 18px;
    margin: 0;
}
/* overlay at start */
.mfp-fade.mfp-bg {
    opacity: 0;

    -webkit-transition: all 0.425s ease-out;
    -moz-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out;
}
/* overlay animate in */
.mfp-fade.mfp-bg.mfp-ready {
    opacity: 0.8;
}
/* overlay animate out */
.mfp-fade.mfp-bg.mfp-removing {
    opacity: 0;
}

/* content at start */
.mfp-fade.mfp-wrap .mfp-content {
    opacity: 0;

    -webkit-transition: all 0.25s ease-out;
    -moz-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out;
}
/* content animate it */
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
    opacity: 1;
}
/* content animate out */
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
    opacity: 0;
}