/**
 * @tableofcontents
 *
 * 1. Home Banner
 * 2. Global Main Fetaure
 * 3. Cloudways CMS Feature Tabs
 */


/* @section 1. Home Banner */
.hm-bnr-wrap {
    background-color: #2e39bf;
    text-align: left;
    position: relative;
    padding: 110px 0 150px 0;
    overflow: hidden;
}

.hm-bnr-wrap .hm-bnr>h1 {
    margin-bottom: 30px;
    font-size: 54px;
    line-height: 65px;
    color: #fff;
    font-weight: 700;
}

.hm-bnr>p{font-size: 20px; line-height: 32px;
color: #fff;
    font-weight: 300;
margin-bottom: 20px;}

.hm-bnr-wrap .wt-signup-wrapper{
    padding: 0;
    display: inline-block;
}

.hm-bnr-img-rt{}

.cmpg-offer-disc {
    color: #fff !important;
    font-size: 16px;
    font-weight: 300;
    margin-bottom: 17px;
    position: relative;
    display: none;
    text-decoration: none !important;
    transition: all 0.3s ease-in-out;
}

.cmpg-offer-disc span{
    padding: 6px 12px 6px 12px;
    background-color: #27319f;
    border-radius: 8px;
    color: #fff !important;
    display: block;
    margin: 3px 0 0 50px;
    font-size: 16px;
}

.cmpg-offer-disc:before {
    content: '';
    width: 42px;
    height: 39px;
    float: left;
    display: inline-block;
    background: url(../../img/home/home-banner-campaign-icon.png) no-repeat left top;
    background-size: contain;
    /*transform: rotate(-15deg);
    position: absolute;
    top: 1px;
    left: -48px;*/
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    -webkit-animation-name: swing-own;
    animation-name: swing-own;

    -webkit-animation-duration: 2.5s;
    animation-duration: 2.5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    /*animation-delay: 3s;*/
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;


    /*transition: all 0.5s ease-in-out;*/
}

.cmpg-offer-disc:hover span
{
/*    box-shadow: 2px 2px 30px rgba(4,34,107,0.2);
    -ms-box-shadow: 2px 2px 30px rgba(4,34,107,0.2);
    -webkit-box-shadow: 2px 2px 30px rgba(4,34,107,0.2);
    -moz-box-shadow: 2px 2px 30px rgba(4,34,107,0.2);
    transform: scale(1.01);*/
    background-color: rgba(4,34,107,0.5);
}

@-webkit-keyframes swing-own {
    20% {
        -webkit-transform: rotate3d(0, 0, 1, 15deg);
        transform: rotate3d(0, 0, 1, 15deg);
    }

    40% {
        -webkit-transform: rotate3d(0, 0, 1, -10deg);
        transform: rotate3d(0, 0, 1, -10deg);
    }

    60% {
        -webkit-transform: rotate3d(0, 0, 1, 5deg);
        transform: rotate3d(0, 0, 1, 5deg);
    }

    80% {
        -webkit-transform: rotate3d(0, 0, 1, -5deg);
        transform: rotate3d(0, 0, 1, -5deg);
    }

    100% {
        -webkit-transform: rotate3d(0, 0, 1, 0deg);
        transform: rotate3d(0, 0, 1, 0deg);
    }
}

@keyframes swing-own {
    20% {
        -webkit-transform: rotate3d(0, 0, 1, 15deg);
        -ms-transform: rotate3d(0, 0, 1, 15deg);
        transform: rotate3d(0, 0, 1, 15deg);
    }

    40% {
        -webkit-transform: rotate3d(0, 0, 1, -10deg);
        -ms-transform: rotate3d(0, 0, 1, -10deg);
        transform: rotate3d(0, 0, 1, -10deg);
    }

    60% {
        -webkit-transform: rotate3d(0, 0, 1, 5deg);
        -ms-transform: rotate3d(0, 0, 1, 5deg);
        transform: rotate3d(0, 0, 1, 5deg);
    }

    80% {
        -webkit-transform: rotate3d(0, 0, 1, -5deg);
        -ms-transform: rotate3d(0, 0, 1, -5deg);
        transform: rotate3d(0, 0, 1, -5deg);
    }

    100% {
        -webkit-transform: rotate3d(0, 0, 1, 0deg);
        -ms-transform: rotate3d(0, 0, 1, 0deg);
        transform: rotate3d(0, 0, 1, 0deg);
    }
}
/* @section 2. Global Main Fetaure */
#cwp-glb-feat-sec {
    padding-bottom: 50px;
    background: #fff;
}

.cwp-glb-feat-wrap {
    position:relative;
    margin-top: -150px;
    background: #fff;
    text-align: center;
    padding: 50px 50px 40px;
    border-radius: 8px;
    box-shadow: 2px 5px 30px rgba(0,0,0,0.1);
    -ms-box-shadow: 2px 5px 30px rgba(0,0,0,0.1);
    -webkit-box-shadow: 2px 5px 30px rgba(0,0,0,0.1);
    -moz-box-shadow: 2px 5px 30px rgba(0,0,0,0.1);
}

.cwp-glb-feat-box .col-md-8
{
border-left: 1px solid #e6e6e6;
}

.cwp-glb-feat-img
{
    width: 75px;
    text-align: center;
    /*border-radius: 50px;
    box-shadow: 1px 1px 10px rgba(0,0,0,0.1);
    -ms-box-shadow: 1px 1px 10px rgba(0,0,0,0.1);
    -webkit-box-shadow: 1px 1px 10px rgba(0,0,0,0.1);
    -moz-box-shadow: 1px 1px 10px rgba(0,0,0,0.1);*/
     display: inline-block;
}

.cwp-glb-feat-ttl
{
    text-align: left;
    padding-left: 15px;
}

.cwp-glb-feat-ttl > h3 {
    color: #091e42;
    font-size: 20px;
    line-height: 26px;
    font-weight: 500;
    margin: 0 0 30px 0;
}

.cwp-glb-feat-ttl > ul
{
    margin: 0;
    padding-left: 15px;
}

.cwp-glb-feat-ttl > ul li
{
    color: #42526e;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 10px;
    list-style: none;
    position: relative;
}

.cwp-glb-feat-ttl > ul li:before {
    content: "\f00c";
    color: #18d7a5;
    font: normal normal normal 14px/1 FontAwesome;
    position: absolute;
    left: -20px;
    top: 3px;
}

/* @section 3. Cloudways CMS Feature Tabs */
#hm-cms-feat-wrap {
    position: relative;
    padding: 70px 0;
    background: #f8f9fb;
}

.hm-cms-feat-tabs-dtl .fade
{
    opacity: 1 !important;
}

.hm-cms-feat-tabs .nav-tabs {
    border: 0 !important;
    margin-bottom: 20px;
}

.hm-cms-feat-tabs .nav-tabs>li>a {
    color: #9ba0a7;
    font-size: 14px;
    background: #eaedf2;
    padding: 5px 20px;
    border-radius: 4px !important;
    margin-right: 10px;
    border: 0 !important;
    transition: all 0.2s ease-in-out;
}

.hm-cms-feat-tabs .nav-tabs>li.active>a {
    color: #1e2d40;
    background: #c1d2ee;
    font-weight: 500;
    box-shadow: 2px 3px 12px rgba(0,0,0,0.15);
    -ms-box-shadow: 2px 3px 12px rgba(0,0,0,0.15);
    -moz-box-shadow: 2px 3px 12px rgba(0,0,0,0.15);
    -webkit-box-shadow: 2px 3px 12px rgba(0,0,0,0.15);
}

.hm-cms-feat-tabs .nav-tabs>li>a:hover
{
    background: #cdd0d6;
    color: #000;
}

.hm-cms-feat-img
{
    text-align: center;
}

.hm-cms-feat-img > img
{
    display: inline-block;
}

.hm-cms-feat-tabs-box > h3
{
    color: #091e42;
    font-size: 36px;
    font-weight: 500;
    margin-bottom: 40px;
}

.hm-cms-feat-tabs-box > p
{
    color: #42526e;
    font-size: 20px;
}

.hm-cms-feat-tabs-box > a {
    display: inline-block;
    margin: 30px 0 5px;
}

.hm-cms-feat-oval
{
    margin: 20px 0 0 0;
    padding: 0;
    display: none;
}

.hm-cms-feat-oval li
{
    display: inline-block;
    list-style: none;
}

.hm-cms-feat-oval li.active a i {
    color: #2f7cfd;
}

.hm-cms-feat-oval li a i {
    color: #d1d8e7;
    font-size: 12px;
}

@media (min-width: 1200px) {

    /* top banner */
    .hm-bnr-wrap {
        min-height: 798px;
    }

    .hm-bnr-wrap .hm-bnr{
        padding-top: 55px;
    }
    .hm-bnr-img-rt{
        text-align: right;
        padding-top: 40px;
    }
    .hm-bnr-img-rt img.img-responsive{max-width: 150%; display: inline-block;}
}

/* @reset styling for medium screen size */

@media (max-width: 992px) {
    /* top banner */
    .hm-bnr-wrap .hm-bnr>h1{
        font-size: 30px;
        line-height: 38px;
        margin-bottom:30px;
        }
    .hm-bnr>p{
        font-size: 15px;
        line-height: 25px;
        margin-bottom: 0px;
    }

    .cwp-glb-feat-wrap
    {
        text-align: left;
    }

    /* Cloudways CMS Feature Tabs */
    .hm-cms-feat-tabs-box > h3 {
        font-size: 26px;
        line-height: 34px;
        margin-bottom: 10px;
    }

    .hm-cms-feat-tabs-box > p {
        font-size: 18px;
    }

    .hm-cms-feat-tabs-box > a
    {
        margin: 10px 0;
    }
    
    /* Global Main Fetaure */
    .cwp-glb-feat-wrap {
    padding: 40px 20px;
    }

    .cwp-glb-feat-ttl {
        padding-left: 0;
    }

    .cwp-glb-feat-ttl > h3 {
        font-size: 18px;
        line-height: 26px;
        margin-bottom: 15px;
    }

    .cwp-glb-feat-img {
        width: 60px;
    }

    .cwp-glb-feat-box .col-md-8
    {
        border: 0 !important;
    }
}

@media (min-width: 767px) {
    .hm-bnr-wrap .wt-signup-wrapper {
        width: auto;
    }
}

/* @reset styling for small screen size */

@media (max-width: 766px) {

    /* top banner */
    .hm-bnr-wrap{
        min-height: 200px;
        padding-top: 60px;
        padding-bottom: 20px;
    }
    .hm-bnr{
        text-align: center;
    }
    .hm-bnr-wrap .hm-bnr>h1{
        margin-bottom: 10px;
    }

    .hm-bnr-img-rt img.img-responsive{max-height: 200px; margin: 0 auto}

    /* Cloudways CMS Feature Tabs */
    #hm-cms-feat-wrap {
        padding: 20px 0 40px;
    }

    .hm-cms-feat-tabs .nav-tabs {
        text-align: center;
    }

    .hm-cms-feat-tabs .nav-tabs>li {
        float: none;
        display: inline-block;
    }

    .hm-cms-feat-tabs .nav-tabs>li>a {
        padding: 5px 10px;
        margin-bottom: 10px;
    }

    .hm-cms-feat-tabs-box, .hm-cms-feat-oval
    {
        text-align: center;
    }

    .hm-cms-feat-img
    {
        margin-bottom: 20px;
    }
    
    /* Global Main Fetaure */
    #cwp-glb-feat-sec {
        padding: 50px 0 10px;
    }

    .cwp-glb-feat-wrap {
        padding: 0;
        background: transparent;
        box-shadow: none !important;
        margin: 0;
    }

    .cwp-glb-feat-box {
        background: #fff;
        padding: 20px;
        text-align: center;
        margin-bottom: 20px;
        border-radius: 6px;
        box-shadow: 2px 5px 30px rgba(0,0,0,0.1);
        -ms-box-shadow: 2px 5px 30px rgba(0,0,0,0.1);
        -webkit-box-shadow: 2px 5px 30px rgba(0,0,0,0.1);
        -moz-box-shadow: 2px 5px 30px rgba(0,0,0,0.1);
    }

    .cwp-glb-feat-ttl {
        text-align: center;
        margin-top: 20px;
    }

    .cwp-glb-feat-ttl > ul li:before {
        position: relative;
        left: -10px;
    }
    
}

@media (max-width: 500px) {

    /* top banner */
    .hm-bnr-wrap .hm-bnr>h1{
        font-size: 26px;
        line-height: 31px;
    }

}