/*!
Theme Name: WebizSEO
Theme URI: http://underscores.me/
Author: James
Author URI: https://www.webizseo.com
Description: This is a custom wordpress theme by WebizSEO Inc
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: webizseo
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

WebizSEO is based on Underscores https://underscores.me/, (C) 2012-2017 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/


/************************* margins and paddings***************************************************************/

.marginxs {
    margin-top: 30px;
    margin-bottom: 30px;
}

.marginsm {
    margin-top: 70px;
    margin-bottom: 70px;
}

.marginmd {
    margin-top: 90px;
    margin-bottom: 90px;
}

.marginlg {
    margin-top: 150px;
    margin-bottom: 150px;
}

.mrg-bt-40 {
    margin-bottom: 40px;
}

.mrg-bt-20 {
    margin-bottom: 20px;
}

.mrg-bt-10 {
    margin-bottom: 10px;
}

.marginauto {
    margin: auto;
}

.notopmargin {
    margin-top: 0 !important;
}

.nobottommargin {
    margin-bottom: 0 !important;
}

.noleftmargin {
    margin-left: 0 !important;
}

.norightmargin {
    margin-right: 0 !important;
}

.notoppadding {
    padding-top: 0 !important;
}

.nobottompadding {
    padding-bottom: 0 !important;
}

.noleftpadding {
    padding-left: 0 !important;
}

.norightpadding {
    padding-right: 0 !important;
}

.custom-width-80 {
    width: 80%;
    margin: auto;
}

.custom-width-90 {
    width: 90%;
}

.txt-padded {
    padding-left: 15px;
    padding-right: 15px;
}

.no-padding {
    padding: 0 !important;
}

.page-min-height {
    min-height: 80vh;
}


/************************* margins and paddings end***************************************************************/


/*****************backgrounds, borders and lines**************************************************************************************/

.line {
    height: 1px;
    border-bottom: 1px solid #dde5ff;
}

.line-light {
    height: 1px;
    border-bottom: 1px solid #e2e2e2;
}

.line-light-half {
    height: 1px;
    border-bottom: 1px solid #e2e2e2;
    width: 40%;
    margin: 40px auto;
}

.bg-white {
    background: #ffffff;
}

.bg-gray {
    background: #ececec;
}

.home .bg-white {
    position: relative;
    z-index: 9;
}

.bg-dark {
    color: #ffffff;
    background: #555555
}

.bg-dark-tr {
    color: #ffffff;
    background: rgba(0, 0, 0, 1.0);
}

.bg-md-gray {
    background: #eeeeee;
}

.bg-blue {
    background: #00217e;
}

.bg-dark a {
    color: #ffffff !important;
}

.bg-dark a:hover {
    color: #ffffff;
    border-bottom-color: #ffffff;
}

.bg-dark img {
    border: 2px solid #444444;
}

.bg-light-gray {
    background: #eeeeee;
    color: #000000;
}

.bg-brown {
    background: #171717;
}

.bg-brown p,
.bg-brown h1,
.bg-brown h2,
.bg-brown h3,
.bg-brown h5,
.bg-brown h6 {
    background: #171717;
    color: #ffffff;
}

.bg-brown .add_to_cart_button,
.bg-brown a {
    color: #ffffff;
}

.topbottomborder {
    border-top: 1px solid #aeaeae;
    border-bottom: 1px solid #aeaeae;
}

.bdr-15 img {
    border: 15px solid #dddddd;
}


/*.bg-dark-gray{background: #222222;}*/


/*****************backgrounds, borders and lines**************************************************************************************/


/*************************** general global styles**************************************************************************************/

.deadcenter {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.gen-transition {
    -webkit-transition: 0.3s ease-in-out !important;
    -moz-transition: 0.3s ease-in-out !important;
    -ms-transition: 0.3s ease-in-out !important;
    -o-transition: 0.3s ease-in-out !important;
    transition: 0.3s ease-in-out !important;
}

.gen-rel {
    position: relative;
}

.img-100 img {
    max-width: 100%;
    height: auto !important;
}

.img-min-100 img {
    max-width: 100%;
    min-width: 100%;
    height: auto !important;
}

.hidden {
    display: none !important;
}

.img-inner-page img {
    border: 2px solid;
    padding: 1px;
}

.img-width-100 img {
    width: 100%
}


/*************************** general global styles end**************************************************************************************/
.serviceBox{
    color: #666;
    background: linear-gradient(to right,#f1c40f 49%,#f39c12 50%);
    font-family: 'Raleway', sans-serif;
    text-align: center;
    padding: 2px 10px 12px;
    border-radius: 150px 0 50px 50px;
    transition: all 0.3s ease 0s;
    margin-bottom: 30px;
    min-height: 280px;
}
.serviceBox .service-content{
    background: linear-gradient(to top left, #fff,#fff,rgba(255,255,255,0.8));
    padding: 20px 13px;
    border-radius: 0 130px 50px 50px;
    box-shadow: 3px 3px 5px rgba(0,0,0,0.4);
    min-height: 280px;
}
.serviceBox .service-icon{
    color: #f1c40f;
    font-size: 50px;
    margin: 0 0 10px 0;
}
.serviceBox:hover .service-icon i{
    color: #da8219;
    transform: rotateY(360deg);
    transition: all 0.3s;
}
.serviceBox .title{
    color: #da8219;
    font-size: 18px;
    font-weight: 600;
    margin: 0 0 10px;
}
.serviceBox .description{
    font-size: 15px;
    line-height: 25px;
}
.serviceBox.green{ background: linear-gradient(to right,#01acb3 49%,#007687 50%); }
.serviceBox.green .service-icon{ color: #01acb3; }
.serviceBox.green:hover .service-icon i,
.serviceBox.green .title{
    color: #007687;
}
.serviceBox.purple{ background: linear-gradient(to right, #ae3de2 49%, #8622d5 50%); }
.serviceBox.purple .service-icon{ color: #ae3de2; }
.serviceBox.purple:hover .service-icon i,
.serviceBox.purple .title{
    color: #8622d5;
}
.serviceBox.blue{ background: linear-gradient(to right, #01aaeb 49%,#0888b9 50%);}
.serviceBox.blue .service-icon{ color: #01aaeb; }
.serviceBox.blue:hover .service-icon i,
.serviceBox.blue .title{
    color: #01aaeb;
}

@media only screen and (max-width:990px){
    .serviceBox{ margin: 0 0 30px; }
}

.social a {
    padding: 12px 7px;
    text-align: center;
    height: 100%;
    width: 40px;
    display: inline-block;
}
.header-phone{
    color: #fff;
    background: #01aaeb;
    font-size: 32px;
    padding: 32px 10px 37px 10px;
    font-weight: 700;
}
.header-phone:hover{color: #000000;}

.stricky-fixed .header-phone{padding-bottom: 22px;}
.slider-content {background: rgba(0, 0, 0, 0.86); padding: 30px;}


.c-preview {
    background: #000;
    background: -moz-linear-gradient(-45deg, #000000 0%, #000000 25%, #ffffff 50%, #0197d1 75%, #ffe000 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(-45deg, #000000 0%, #000000 25%, #ffffff 50%, #0197d1 75%, #ffe000 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(135deg, #000000 0%, #000000 25%, #ffffff 50%, #0197d1 75%, #ffe000 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */

    background-size: 400% 400%;
    background-repeat: no-repeat;
    display: flex;
    width: 100%;
    height: 300px;
    max-width: 100vw;
    max-height: 100vh;
    justify-content: center;
    align-items: center;
    color: #ffffff;
    position: relative;
    cursor: pointer;
    transition: .5s all;
    padding: 10px;
    margin-bottom: 30px;
}
.c-preview__img {
    position: absolute;
    left: 0;
    top: 0;
    background: #000;
    background-size: cover;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: .5;
    mix-blend-mode: screen;
}
.c-preview__box{
    position: absolute;
    left: 10px;
    top: 10px;
    right: 10px;
    bottom: 10px;
    border: 1px solid #dddddd;
    z-index: 9;
}
.c-preview__title {
    position: relative;
    z-index: 10;
    color: #fff;
    font-size: 22px;
    text-align: center;
}
.c-preview:hover {
    background-position: 100% 100%;
}
.c-preview:hover .c-preview__title {
    color: black;
    font-weight: 700;
    letter-spacing: 1px;
}
.solution-section{
    background: url(assets/images/aaa.svg) center center #ffffff;
    border-top: 4px solid #f7f7f7;
    border-bottom: 4px solid #f7f7f7;
}
.contact-widget a{font-size: 16px;color: #ffffff;line-height: 35px;}
.single-mission-one {
    padding: 0 30px;
}

.head-res-phone{display: none;}

@media (max-width: 480px){
    .main-header .top-header .left-info p {
        padding: 4px 0;
    }
    .main-header .top-header .right-info a {
        padding: 3px 5px;
    }
    .head-res-phone{
         display: block;
    background: #01aaeb;
    color: #fff;
    font-size: 26px;
    text-align: center;
    padding: 4px 0;
    font-weight: 900;
    letter-spacing: 1px;
        
    }
}