/*!
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{
    padding: 25px 30px;
    text-align: center;
    background: #161827;
    border-top: 3px solid #e60303;
    border-bottom: 3px solid #ffffff;
    position: relative;
    margin-bottom: 30px;
	min-height: 320px;
}
.serviceBox:before{
    content: "";
    border-top: 0 solid #e60303;
    border-right: 0 solid transparent;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    transition: all 0.3s ease 0s;
}
.serviceBox:hover:before{
    border-top-width: 78px;
    border-right-width: 78px;
}
.serviceBox:after{
    content: "";
    border-bottom: 0 solid #e60303;
    border-left: 0 solid transparent;
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 1;
    transition: all 0.3s ease 0s;
}
.serviceBox:hover:after{
    border-bottom-width: 78px;
    border-left-width: 78px;
}
.serviceBox .service-icon{
    display: inline-block;
    width: 100px;
    height: 100px;
    line-height: 100px;
    border-radius: 20px;
    border: 2px solid #ffffff;
    background: #e60303;
    font-size: 40px;
    color: #ffffff;
    margin-bottom: 20px;
    position: relative;
}
.serviceBox .title{
    font-size: 18px;
    font-weight: 700;
    color: #ffffff;
    letter-spacing: 1px;
    margin: 0 0 12px 0;
    position: relative;
    transition: all 0.3s ease 0s;
}
.serviceBox:hover .title{ letter-spacing: 1px; }
.serviceBox .description{
    font-size: 15px;
    color: #fff;
    letter-spacing: 1px;
    line-height: 27px;
    margin: 0;
}
@media only screen and (max-width:990px){
    .serviceBox{ margin-bottom: 30px; }
}



.social a {
    padding: 12px 7px;
    text-align: center;
    height: 100%;
    width: 40px;
    display: inline-block;
}
.header-phone{
    color: #fff;
    background: #E60303;
    font-size: 32px;
    padding: 32px 10px 37px 10px;
    font-weight: 700;
}
.header-phone:hover {
    color: #ffffff;
}
.stricky-fixed .header-phone{padding-bottom: 22px;}
.slider-content h3,
.slider-content p
{color: #000000 !important;}


.c-preview {
    background: #000;
    background: -moz-linear-gradient(-45deg, #000000 0%, #000000 25%, #ffffff 50%, #0197d1 75%, #ff0000 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(-45deg, #000000 0%, #000000 25%, #ffffff 50%, #0197d1 75%, #ff0000 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(135deg, #000000 0%, #000000 25%, #ffffff 50%, #0197d1 75%, #ff0000 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;}

input.wpcf7-form-control.wpcf7-submit.item-btn {
    background: #e60303;
    border: 1px solid #e60303;
    padding: 10px;
    width: 100%;
    color: #fff;
    font-size: 20px;
    cursor: pointer;
}

.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: #ff0000;
    color: #fff;
    font-size: 26px;
    text-align: center;
    padding: 4px 0;
    font-weight: 900;
    letter-spacing: 1px;
        
    }
}

