﻿.new-sg-card h3 {
    margin: 25px auto 10px;
    font-size: 22px;
    font-weight: 300;
    font-family: Roboto;
    color: #252525;
    letter-spacing: 1px;
}

.innermenubar {
    background-color: #2196f3;
    position: relative;
    z-index: 99;
}

    .innermenubar h4 {
        margin-bottom: 0;
        color: #fff;
        font-size: 20px;
        padding-top: 4px;
        font-weight: 600;
    }




    .innermenubar ul {
    }

        .innermenubar ul li {
            display: inline-block;
        }

            .innermenubar ul li a {
                padding: 5px 15px;
                display: inline-block;
                opacity: .7;
                color: #fff !important;
                cursor: pointer;
                transition-duration: .5s;
            }

                .innermenubar ul li a:hover {
                    opacity: 1;
                }

                .innermenubar ul li a.active {
                    opacity: 1;
                }

.pagebanner-new {
    background-color: #00213c;
    padding: 150px 0;
}

    .pagebanner-new h1 {
        font-weight: 600;
        font-size: 26px;
        text-transform: capitalize;
        margin-bottom: 0px;
        color: #fff;
    }

    .pagebanner-new h5 {
        line-height: 30px;
        margin-bottom: 10px;
        letter-spacing: 1px;
        color: #fff;
        font-weight: 400;
    }
    .pagebanner-new .sathyabtn {
        background-color:#fff;
        color:#2196f3;
    }

    .pagebanner-new .bannerformbox {
        /*background-color: #fff;
        padding: 15px;
        box-shadow: 0 3px 3px 0 rgba(0,0,0,0.14), 0 1px 7px 0 rgba(0,0,0,0.12), 0 3px 1px -1px rgba(0,0,0,0.2);*/
    }

.small-en-form input {
    border: none;
    padding: 5px;
    border-radius: 0px;
    margin-bottom: 8px;
    width: 48%;
    box-shadow: none;
    border: 1px solid #d3caca;
}

.overview-section {
    padding: 30px 0;
}

    .overview-section h2, .features-section h2 {
        font-size: 36px;
        color: #3794db;
        margin-bottom: 5px;
        font-weight: 300;
    }

.features-section h2 {
    margin-bottom: 5px;
}

.overview-section p {
    font-size: 14px;
    line-height: 26px;
    font-weight: 400;
}

.features-section h5 {
    font-size: 18px;
    font-weight: 500;
    color: #fff;
    line-height: 30px;
}

.features-section {
    padding: 30px 0;
    background-color: #00213c;
}

.feature-card {
    background-color: #fff;
    padding: 15px;
    border-radius: 5px;
    margin-bottom: 30px;
    min-height: initial;
    color: #252525;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

    .feature-card:hover {
        -webkit-transition: all 0.4s ease;
        -o-transition: all 0.4s ease;
        transition: all 0.4s ease;
        background-color: #2196f3;
        color: #fff;
        -webkit-box-shadow: 0px 42px 60px 0px rgba(0, 0, 0, 0.15);
        box-shadow: 0px 42px 60px 0px rgba(0, 0, 0, 0.15);
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0);
    }

        .feature-card:hover img {
            filter: brightness(0.5)
        }

    .feature-card img {
        height: auto;
        width: 100px;
    }

    .feature-card h4 {
        margin: 25px auto 10px;
        font-size: 22px;
        font-weight: 300;
        font-family: Roboto;
        color: #252525;
        letter-spacing: 1px;
    }

    .feature-card:hover h4 {
        color: #fff;
    }

    .feature-card p {
        font-size: 14px;
        line-height: 26px;
        font-weight: 400;
    }


.feature-card-1 {
    background-color: #fff;
    padding: 15px;
    border-radius: 5px;
    margin-bottom: 30px;
    min-height: auto;
    color: #252525;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

    .feature-card-1 h4 {
        font-size: 26px;
        margin: 15px 0;
        color: #2196f3;
        text-transform: capitalize;
        font-weight: 300;
    }

    .feature-card-1 img {
        height: auto;
        width: 100%;
    }

    .feature-card-1 p {
        line-height: 30px;
    }




.quote-section {
    padding: 30px 0;
    background-color: #e2e2e2;
    background-image: url('../../assets/images/clock/innerBanner.jpg');
    background-position: center left;
}

    .quote-section h1 {
        font-size: 22px;
        color: #252525;
        text-align: center;
        font-weight: 500;
        line-height: 34px;
        text-transform: none;
    }

    .quote-section h5 {
        font-size: 26px;
        font-weight: 300;
        color: #252525;
    }

.sathyabtn {
    background-color: #2196f3;
    border: 2px solid #2196f3;
    color: #fff;
    padding: 10px 25px;
    font-size: 16px;
    font-weight: 500;
    border-radius: 25px;
    transition-duration: .5s;
    display: inline-block;
}

    .sathyabtn:hover {
        background-color: #fff;
        color: #2196f3
    }

    .sathyabtn i {
        padding-right: 10px;
        font-size: 18px;
    }

.normal-section p {
    font-size: 16px;
    line-height: 30px;
    letter-spacing: .2px;
    margin-bottom: 25px;
}

.normal-section {
    padding: 30px 0;
    position: relative;
}

    .normal-section h3 {
        font-size: 26px;
        font-weight: 600;
        text-transform: capitalize;
        color: #2196f3;
        margin-bottom: 10px;
    }

    .normal-section img {
        height: auto;
        width: 100%;
    }

.price-section {
    padding: 30px 0;
}

   

    .price-section table thead tr th {
        font-size: 22px;
        color: #fff;
        text-align: center;
        background-color: #2196f3;
    }

        .price-section table thead tr th span {
            display: block;
            font-weight: 300;
            font-size: 14px;
        }

        .price-section table thead tr th img {
            display: block;
            margin-bottom: 10px;
            /*filter: brightness(0.5);*/
            margin: auto;
            height: 50px;
        }

    .price-section table tbody tr th {
        font-weight: 400;
        font-size: 14px;
        line-height: normal;
        border-top: none;
        margin-bottom: 30px;
        text-align: center;
        padding: 35px 15px;
    }

        .price-section table tbody tr th.price i {
            font-size: 28px;
            padding-right: 6px;
        }

    .price-section table th {
    }

    .price-section table tbody tr th.price {
        font-size: 42px;
        font-weight: 600;
        color: #2196f3;
    }

        .price-section table tbody tr th.price span {
            font-size: 14px;
            color: #252525;
            font-weight: 400;
            display: block;
        }

    .price-section table tbody tr th a {
        /*padding:5px 25px 5px 15px;*/
    }

.new-sg-card {
    padding: 15px;
}

    .new-sg-card img {
        width: 100px !important;
    }


@media (min-width:992px) {
    .sticky-inerheader {
        position: fixed;
        top: 70px;
        width: 100%;
        z-index: 99;
    }
   
}

.disnonw {
    display:none;
}
.hover1:hover {
    color:#2196f3 !important;
}
.cutactive {
    box-shadow: 2px 10px 20px #00000033;
    background-color:#fff !important;
    color:#2196f3 !important;
}


@media (max-width:767px) {
    .innermenubar ul li {
        display: inline-block;
        width: 100%;
    }
    .innermenubar ul {
        margin-top: 10px;
        height: 0;
        overflow: hidden;
    }
    .sticky-inerheader {
        position:relative;
    }
    .sathyabtn {
        margin-bottom: 10px;
    }
    .reswhitebtn {
        background-color:#fff;
        color:#2196f3;
    }
    .innermenubar h4 i {
        display: inline-block !important;
    }
}
.innermenubar h4 i {
    float: right;
    margin-top: 5px;
    display:none;
}
.openinermbar {
    height:auto !important;
}
.lineimagesec img {
    margin:0 15px;
}
.price-section table.migation-table tbody tr th
{
    padding: 8px !important;
}
.price-section table.migation-table tbody tr th {
    padding: 12px !important;
}

@media (max-width:767px) {
    .pagebanner-new {
        background-image: none !important;
        background-color: #f1f1f1 !important;
        padding:60px 0 !important;
    }
        .pagebanner-new h1, .pagebanner-new h5 {
            color: #252525 !important;
        }
    .min-wid600 {
        width:600px;
    }
    .showonlytabon {
        display:block !important;
    }
}

@media (max-width:500px) {
    .price-section table tbody tr th a {
        padding: 10px 15px;
        font-size: 16px;
    }
    .price-section table tbody tr:last-child th {
        padding: 35px 5px !important;
    }
    .price-section table tbody tr th.price {
        font-size: 32px;
        font-weight: 600;
        color: #2196f3;
    }
    .innermenubar h4 {
        font-size:16px;
    }
}
.sathyadarbgbutton {
    background-color:#fff !important;
    color:#2196f3 !important;
}
    .sathyadarbgbutton:hover {
        background-color: #2196f3 !important;
        color: #fff !important;
    }

    @media (max-width:992px) {
        .tabimageleft {
            background-position:center !important;
        }
        .tabimageright {
            background-position:center !important;
        }
        .hedden-tabsmal {
            display:none;
        }
        .show-tabsmal {
            display:block !important;
        }
        .resfulsize {
            max-width: 100% !important;
            width: 100% !important;
        }
    }

    @media (max-width:767px) and (min-width:481px) {
        .showonlyland {
            display:block !important;
        }
    }


























































.sathya2-section {
    padding:30px 0;
    background-color:#fff;
}
    .sathya2-section img {
        width:100%;
        height:auto;
    }
    .sathya2-section h2 {
        font-weight: 500;
        color: #2196f3;
        line-height: 38px;
        font-size: 26px;
        letter-spacing: .5px;
    }
    .sathya2-section p {
        font-size: 16px;
        line-height: 30px;
        letter-spacing: .2px;
        margin-bottom: 25px;
    }


    .sathya2-bgimg-section {
        padding: 100px 0;
    }
.sathya2-btn-light {
    box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16), 0 2px 10px 0 rgba(0,0,0,0.12);
    position: relative;
    display: inline-block;
    margin: 10px 0;
    padding: 12px 17px 11px;
    font-size: 16px;
    line-height: initial;
    border: none;
    transition-duration: .5s;
    border-radius: 4px;
    font-weight: 500;
    text-transform: capitalize;
    font-family: Roboto;
    color: #fff;
    cursor: pointer;
    background-color: #2196f3;
}
    .sathya2-btn-light:hover {
        box-shadow: 0 3px 3px 0 rgba(0,0,0,0.14), 0 1px 7px 0 rgba(0,0,0,0.12), 0 3px 1px -1px rgba(0,0,0,0.2);
        background-color: #313131;
        color: #fff;
    }
.sathya2-heading2 {
    font-size: 30px;
    font-weight: 500;
    letter-spacing: .2px;
    color: #fff;
}
.sathya2-lightbg {
    background-color: #d7edff;
}
.sathya2-section h5 {
    margin: 10px 0;
    font-size: 16px;
    color: #353535;
    letter-spacing: 1px;
    line-height:30px;
    text-transform: capitalize;
    font-weight: 500;
}
.sathya2-banner-section {
    padding:100px 0;
    position:relative;
}

    .sathya2-banner-section h1 {
        font-weight: 500;
        line-height: 48px;
        font-size: 32px;
        color: #313131;
        margin-bottom: 0;
    }
    .sathya2-banner-section h4 {
        color: #313131;
        margin-bottom:0;
        line-height: 30px;
    }

    .sathya2-banner-section a {
        box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16), 0 2px 10px 0 rgba(0,0,0,0.12);
        position: relative;
        display: inline-block;
        margin: 10px 0;
        padding: 12px 17px 11px;
        line-height: initial;
        border: none;
        transition-duration: .5s;
        border-radius: 4px;
        font-weight: 500;
        text-transform: capitalize;
        font-family: Roboto;
        color: #fff;
        cursor: pointer;
        background-color: #2196f3;
    }
        .sathya2-banner-section a:hover {
            box-shadow: 0 3px 3px 0 rgba(0,0,0,0.14), 0 1px 7px 0 rgba(0,0,0,0.12), 0 3px 1px -1px rgba(0,0,0,0.2);
            background-color: #313131;
            color: #fff;
        }




.sathya2-innermenu {
    padding: 5px 0;
    background-image: linear-gradient(#4caaf5, #2196f3, #4caaf5);
}
    .sathya2-innermenu ul li a {
        padding: 5px 20px;
        opacity: 1;
        position: relative;
        text-transform: capitalize;
        transition-duration: .5s;
        font-weight: 500;
    }
        .sathya2-innermenu ul li a:before {
            width: 100%;
            position: absolute;
            bottom: -4px;
            height: 2px;
            left: 0;
            content: "";
            opacity:0;
            transition-duration:.5s;
            background-color: #fff;
        }
        .sathya2-innermenu ul li a.active:before, .sathya2-innermenu ul li a:hover:before {
            opacity: 1;
        }



.sathya2-card {
    margin: 15px auto;
    box-shadow: 0 2px 5px 0 rgba(0,0,0,0.10), 0 2px 10px 0 rgba(0,0,0,0.10);
    background-color: #fff;
    padding: 15px;
    border-radius: 4px;
    transition-duration: .5s;
    text-align: center;
    border: 1px solid #efefef;
}
.sathya2-card:hover {
    webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    -webkit-box-shadow: 0px 42px 60px 0px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 42px 60px 0px rgba(0, 0, 0, 0.15);
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
}

    .sathya2-card h3 {
        font-size: 20px;
        color: #353535;
        font-weight: 500;
        letter-spacing: .5px;
        margin-bottom: 10px;
    }

    .sathya2-card img {
        height: 120px;
        width: auto;
        margin-bottom: 10px;
    }


.sathya2-table {}

    .sathya2-table thead tr th {
        text-align: center;
        background-color: #2196f3;
        color: #fff;
        font-size: 22px;
    }

        .sathya2-table thead tr th h6 {
            margin: 10px 0;
            color: #fff;
        }
    .sathya2-table tbody tr td {
        text-align: center;
        font-size: 26px;
        padding: 15px;
        color:#2196f3;
        font-weight: 600;
        vertical-align: middle;
    }

    .sathya2-table tbody tr td i {
    }

        .sathya2-table tbody tr td span {
            display: block;
            font-weight: 500;
            font-size: 14px;
            color: #353535;
            letter-spacing: .5px;
        }

.innerimg-100 img {
    height:100px;
    width:auto;
}

.sathya2-bggray-section {
    background-color: #e6e6e6;
}

.sathya2-table {
    background-color:#fff;
}



.lineimagesec img {
    width:60px !important;
    margin:0 40px;
    height:auto !important;
}
.sathya2marb30 {
    margin-bottom:30px;
}

.sathya2-section .lineimagesec {
    display: inline-block;
    margin: auto;
    text-align: center;
}
    .sathya2-section .lineimagesec .lineimgblock {
        margin: 0;
        margin-bottom: 30px;
        text-align: center;
        display: inline-block;
        width: auto;
    }
.sathyabt-0 {
    padding-bottom:0;
}

.min-wid800 {min-width:800px;}



@media (max-width:767px) {
    .sathya2-banner-section {
        background-image: url(../../assets/images/circle7/b5.jpg) !important;
        background-color: #f5f5f5;
        padding: 60px 0;
    }
    .sathya2-bgimg-section {
        background-image: url(../../assets/images/circle7/b1.jpg);
        background-color: #f5f5f5;
        padding: 40px 0;
    }
    .sathya2-section {
        padding:20px 0;
    }
        .sathya2-section h2 {
            font-size: 26px;
            line-height: 36px;
        }
    .sathya2-banner-section h1 {
        line-height: 38px;
        font-size: 26px;
    }
    .checkgroup label {
        width:100% !important;
    }
    .sathya2-innermenu .col-sm-3 {
        max-width:100% !important;
        flex:auto !important;
    }
}

@media (max-width:1110px) and (min-width:768px) {
    .sathya2-banner-section h4, .sathya2-banner-section h1 {
        width: 50%;
    }
}


.sathya2-desc-table tbody tr td p {
    color:#252525;
}

.sathya2-section .new-sg-pricetable {
    width:100%;
}
.sathya2-section table {
    margin-bottom:0;
}
.sathya2-section .new-sg-pricetable table thead th {
    text-align: center;
    color: #fff;
    font-weight: 600;
    font-size: 16px;
}
    .sathya2-section .new-sg-pricetable table thead th span span {
        font-size: 32px !important;
        display: inline-block;
        font-weight: 500;
        margin: 10px 0;
    }

.sathya2-section .new-sg-pricetable table tbody tr td {
    border-top: 1px solid #ddebf6;
    padding: 15px 35px;
    background-color: #fff;
    border-right: 1px solid #dee2e6;
}
.sathya2-section .new-sg-pricetable table tbody tr td:last-child {
    border-right:none;
}
.sathya2-section .new-sg-pricetable table thead {
    background-color: #2196f3 !important;
    background-image:none !important;
}
.moduleclicksec .sathya2-btn-light.cutactive {
    color: #2196f3 !important;
}
.moduleclicksec .sathya2-btn-light {
    color:#fff !important;
}
.moduleclicksec {
    padding:30px 0 30px;
}

@media (max-width:1110px) and (min-width:992px) {
    .res120  {
        padding:120px 0 !important;
    }
}
@media (max-width:991px) and (min-width:768px) {
    .res120 {
        padding: 80px 0 !important;
    }
    .pad100 {
        padding:100px 0 !important;
    }
}


.sathya2-list {
    list-style: outside;
    padding-left: 30px;
}

    .sathya2-list li {
        line-height: 26px;
        margin-bottom: 10px;
    }





.porttable {
    max-width: 75%;
    line-height: 40px;
    margin: auto;
}

    .porttable li {
        display: inline-block;
        letter-spacing: .8px;
        color: #252525;
        margin-bottom:15px !important;
        font-weight: 400;
        box-shadow: 5px 5px 5px #00000014;
        margin-right: 5px;
        border-radius: 4px;
        line-height: normal;
        padding: 12px 25px;
        border: 1px solid #dadada;
        background-color: #e8e8e8;
        cursor: pointer;
    }
        .porttable li:hover, .porttable li.activating {
            color: #fff;
            background-color: #2196f3;
        }
        /*.porttable li:after {
            content: "/";
            margin-left: 10px;
            color: #cacaca;
        }*/
.portfoliosection img {width:100%;margin-bottom:20px;}

/*#portimgblock div[class*=port] {
    display:none;
}*/
#portimgblock div.allshow {
    display:initial;
}

.checkgroup label {
    width: 49%;
    display: inline-block;
}
.checkgroup label input {
    margin-right:5px;
}



.hostlab-accordion .accordion .card-body {
   /* padding:30px;*/
}
.theme-style-list {
    font-size: 16px;
    line-height: 30px;
    letter-spacing: .2px;
    margin-bottom: 25px;
}

.new-sg-card .nav-tabs li {
    margin:auto;
}
    .new-sg-card .nav-tabs li a.active {
        color: #2196f3 !important;
        background-color: #fff !important;
    }
    .new-sg-card .nav-tabs li a {
        box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16), 0 2px 10px 0 rgba(0,0,0,0.12);
        position: relative;
        display: inline-block;
        margin: 10px 0;
        padding: 12px 17px 11px;
        font-size: 16px;
        line-height: initial;
        border: none;
        transition-duration: .5s;
        border-radius: 4px;
        font-weight: 500;
        text-transform: capitalize;
        font-family: Roboto;
        color: #fff;
        cursor: pointer;
        background-color: #2196f3;
        margin: 0 12px;
    }


.device-section img {
    border:1px solid #252525;
    width:100%;
}
.device-section .portfolio_item {
    position: relative;
    margin-bottom:25px;
}
.device-section .magnifier {
    position: absolute;
    width: 100%;
    height: 100%;
    display:table;
    visibility:collapse;
    opacity:0;
    transition-duration:.5s;
    top: 0;
    background-color: #0008;
    left: 0;
}
.device-section .portfolio_item:hover .magnifier {
    opacity: 1;
    visibility:visible;
}
    .device-section .buttons {
        display: table-cell;
        text-align: center;
        vertical-align: middle;
    }
.device-section p {
    margin-bottom: 0;
    font-size: 14px;
    background-color: #2196f3;
    margin-bottom:5px;
    border-radius: 0;
    padding: 0 5px !important;
    color: #fff;
}

.device-section h3 {
    margin-bottom: 0;
    font-size: 15px;
    color: #fff;
    font-weight: 600;
    padding: 0;
    width: 100%;
}



.boldheading .seo-carusel .owl-item .new-sg-card h3 {
    font-weight:500;
    margin-top:0;
}
.boldheading p {
    margin-bottom:0;
}


@media (max-width:1110px) {
    .sathya2-banner-section {
        padding:50px 0 !important;
    }
}
@media (max-width:992px) {
   

    .boldheading .new-sg-card {
        border: 3px solid #efefef;
        box-shadow: none;
    }
}

@media (max-width:767px) {
    .boldheading .seo-carusel .owl-item .new-sg-card h3 {
        font-weight: 500;
        margin-top: 10px;
    }
    .boldheading .seo-carusel .owl-item .new-sg-card {
        text-align:center !important;

    }
    .boldheading .new-sg-card .row .col-md-6:last-child .col-md-12 {
        margin-top: 20px;
        padding-top:20px;
    }
    .card-body a {
        color: #212121;
    }

        .card-body a:hover {
            color: #2196f3;
        }

    .sathya2-card a:hover h3 {
        color: #37a0f4;
    }
    .boldheading .new-sg-card .row .col-md-6:last-child .col-md-12:before {
        width: 100%;
        content: "";
        left: 0;
        top: -30px;
        position: absolute;
        background-image: -webkit-linear-gradient(left,#f4f7fc,rgba(34, 135, 255, 0.52),#f4f7fc);
        border: none;
        height: 1px;
        margin: 30px 0;
        background-image: -moz-linear-gradient(left,transparent,rgba(0,0,0,.2),transparent);
        background-image: -ms-linear-gradient(left,transparent,rgba(0,0,0,.2),transparent);
        background-image: -o-linear-gradient(left,transparent,rgba(0,0,0,.2),transparent);
    }
}

.relate li{
    margin-bottom: 10px
}

.relate li i{
    margin-right: 10px
}


.sathya2-card:hover a h3 {
    color: #2196f3;
}


@media(min-width: 768px) and (max-width: 1023px){
    .align-section p {
        font-size: 13px;
    }
    .align-section h3 {
        font-size: 14px;
    }
    .email-solutions-banner h1 {
        
        font-size: 21px;
        
    }

}


@media (max-width: 767px) {
    .email-solutions-banner h1 {
        
        font-size: 20px;
    }
    .email-faq .card-body a {
        color: #2196f3;
    }
    .whatsapp-price .sathya2-table tbody tr td {
        font-size: 22px !important;
    }
}

.whatsapplowerbanner h2 {
    color: #313131
}

.email-faq a:hover{
    text-decoration: underline !important; 
}
.center01 {
    margin: 0;
    position: absolute;
    top: 20%;
    left: 20%;
    /*-ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);*/
}

@media(min-width: 314px) and (max-width: 1200px){
    .center01 {
        margin: 0;
        position: relative;
        top: 0%;
        left: 0%;
    }
}



