/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/

.servicesTab .col-inner { background: #0070ac;}
.servicesTab .nav-vertical+.tab-panels {padding: 0; border: 0;}
.servicesTab .col-inner h4 { position: absolute;
    text-transform: none!important;
    top: 150px;
    left: 20px;
    right: 20px;
    font-size: 30px;
    width: 100%;
    max-width: 224px;
    color: #FFF;
    font-weight: 500;
    padding-bottom: 20px;
    border-bottom: 1px solid #fff;}
.servicesTab .tabbed-content .nav-vertical {
    padding-top: 250px;
    padding-left: 20px;
    padding-right: 20px;
}

.servicesTab  .nav > li > a {
    font-weight: 700;
    color: #FFF!important;
    border: 0!important;
}
.servicesTab  .nav-vertical>li+li {
    border-top: 0;
}

.parlaxPort .row-small>.col { padding: 0;}
.parCont { padding: 150px 50px;}


.cForm, .cfRow { margin: 0; padding: 0;}
.cfRow { display: flex; justify-content: space-between;}
.cfCol { flex:1; width: 100%; max-width: 32.5%;} 

.cForm input[type='text'], .cForm input[type='email'], .cForm input[type='tel'], .cForm textarea {line-height: 1.42857143;
    padding: 6px 12px;
    height: 3.625em;
    border-radius: 0.75em;
    padding-left: 22px;
    color: #666666;
    background-color: #f3f3f3;
    border: 1px solid #f3f3f3;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-appearance: none;
    -webkit-transition: all .15s;
    -o-transition: all .15s;
    transition: all .15s;}

.cForm textarea { height:128px;}
.cForm input[type='submit'] {display: block;
    width: 100%;
    margin: 0 auto;
    max-width: 150px;
    height: 50px;
    border-radius: 6px;
    letter-spacing: 4px;}



.clientsLogo .img-inner {
    width: 100%;
    height: 110px;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    background-color: #fff;
    border-radius: 16px;
    box-shadow: 0 30px 40px 0 rgb(212 217 232 / 75%);
    transition: 1s ease;
}
.clientsLogo img {
    width: 160px;
    border-radius: 16px;
    transition: 1s ease;
}

.txtRightd { text-align: right;}

@media only screen and (max-width: 1200px) {
	.parCont { padding: 50px 25px;}
}

@media only screen and (max-width: 768px) {
	.cfRow {display: block;}
	.cfCol {max-width: 100%;}
	.txtRightd { text-align: left;}



}

@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/


}