﻿.navbar .nav-item {
    padding: 17px 10px;
    line-height: 3px;
}

/* makes the dropdown full width  */
.navbar .dropdown {
    position: relative;
}

.navbar .dropdown-menu {
    width: 100%;
    left: -1px;
    right: 0;
    /*  height of nav-item  */
    top: 37px;
    display: block;
    visibility: hidden;
    opacity: 0;
    transition: visibility 0s, opacity 0.3s linear;
}






/* shows the dropdown menu on hover */
.navbar .dropdown:hover .dropdown-menu, .navbar .dropdown .dropdown-menu:hover {
    display: block;
    visibility: visible;
    opacity: 1;
    transition: visibility 0s, opacity 0.3s linear;
}

.navbar .dropdown-menu {
    border: 0px solid rgba(0,0,0,.15);
    background-color: #ffffff;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
}

.form-inline.my-2.my-lg-0 ul li {
    float: left;
    color: #000;
    list-style: none;
    padding-right: 12px;
    /*   padding-left: 47px;*/
    white-space: nowrap;
    font-size: 14px;
    line-height: 40px;
}

.form-inline.my-2.my-lg-0 ul li a {
    font-weight: 500;
    color: #000 !important;
}
.form-inline.my-2.my-lg-0 ul li a:hover {
    color: #4487f5 !important;
}
.form-inline.my-2.my-lg-0 ul.navbar-nav li:nth-child(2) a {
    color: #4487f5 !important;
}
.form-inline.my-2.my-lg-0 ul.navbar-nav li:nth-child(2) a:hover {
    color: #3980f4 !important;
}
.form-inline.my-2.my-lg-0 ul li .dropdown-content a {
    color: #4487f5 !important;
}
.abc {
    /* border-left: 1px solid #fff;*/
    height: 20px;
    /* padding-left: 17px !important;
    padding-right: 17px !important;*/
}

.abc2 {
    /* border-right: 1px solid #fff;*/
    height: 20px;
    /*  padding-right: 15px !important;*/
}

.abc1 {
    font-weight: 400;
    height: 20px;
    padding-left: 15px !important;
    padding-right: 17px !important;
}

.dropbtn {
    color: white;
    font-size: 12px;
    height: 33px;
    line-height: 33px;
    padding: 0 10px;
    background: #4487f5;
    border-radius: 15px;
}

.dropdown {
    position: relative;
    display: inline-block;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #fff;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
    margin-left: -15px;
}

    .dropdown-content a {
        color: #444;
        padding: 5px 16px;
        text-decoration: none;
        display: block;
    }

        .dropdown-content a:hover {
            background-color: #ddd;
        }

.dropdown:hover .dropdown-content {
    display: block;
}

.dropdown:hover .dropbtn {
    background-color: #4487f5;
}

.banner5.banner22 h3 {
    font-size: 13px;
    color: #fff;
    padding-top: 13px;
}

.banner5.banner22 p {
    color: #cacaca;
    font-size: 14px;
    line-height: 1.5;
}

.dugu {
    float: right;
    height: 20px;
}

    .dugu ul li {
        float: right;
        color: #fff;
        list-style: none;
        padding-right: 2px;
    }

        .dugu ul li a {
            color: #000 !important;
            font-size: 14px;
            
            font-weight: 400;
        }
        .dugu ul li a:hover {
            color: #4487f5 !important;
        }


.sanem {
    height: 20px;
    background: #091a36;
    padding-right: 10px;
    padding-left: 30px;
    padding-bottom: 25px;
    padding-top: 8px;
}

header.navbar-area {
    position: fixed;
    z-index: 999;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    min-height: 75px;
    background: #fff;
}

.lope {
    float: left;
}

    .lope p {
        font-size: 13px;
        color: #fff;
    }


/*.air {
    margin-top: -20px;
}*/

.banner5.banner22 img {
    width: 21%;
}

/.features/

.section-block-grey {
    padding: 0px 0px 0px 0px;
    /*  background-color: #f9f9f9;*/
    margin-bottom: 60px;
}

.serv-section-2 {
    position: relative;
    border: 1px solid #eee;
    background: #fff;
    box-shadow: 0px 10px 30px 0px rgba(50, 50, 50, 0.16);
    border-radius: 5px;
    overflow: hidden;
    padding: 30px;
    margin-bottom: 33px;
    transition: all 0.5s ease-in-out;
}

    .serv-section-2:before {
        position: absolute;
        top: 0;
        right: 0px;
        z-index: 0;
        content: " ";
        width: 120px;
        height: 120px;
        background: #f5f5f5;
        border-bottom-left-radius: 136px;
        transition: all 0.4s ease-in-out;
        -webkit-transition: all 0.4s ease-in-out;
    }

.serv-section-2-icon {
    position: absolute;
    top: 18px;
    right: 22px;
    max-width: 100px;
    z-index: 1;
    text-align: center;
}

    .serv-section-2-icon i {
        color: #091a36;
        font-size: 35px;
        line-height: 65px;
        transition: all 0.4s ease-in-out;
        -webkit-transition: all 0.4s ease-in-out;
    }

.serv-section-desc {
    position: relative;
}

.serv-section-2 h4 {
    color: #666;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.5;
}

.serv-section-2 h5 {
    color: #333;
    font-size: 15px;
    font-weight: 400;
    line-height: 1;
    margin-top: 5px;
}

.section-heading-line-left {
    content: '';
    display: block;
    width: 100px;
    height: 3px;
    background: #fd841a;
    border-radius: 25%;
    margin-top: 15px;
    margin-bottom: 5px;
}

.serv-section-2 p {
    margin-top: 25px;
    padding-right: 50px;
}

.serv-section-2:hover .serv-section-2-icon i {
    color: #fff;
    transform: rotate(360deg);
}

.serv-section-2:hover:before {
    background: #ff551f80;
}

.serv-section-2:hover {
    transform: scale(1.09,1.09);
}

.varun {
    margin-bottom: -5%;
}


nav > .nav.nav-tabs {
    border: none;
    color: #fff;
    background: #272e38;
    border-radius: 0;
}

nav > div a.nav-item.nav-link {
    border: none;
    padding: 18px 25px;
    color: #fff;
    background: #091a36;
    border-radius: 0;
}

    nav > div a.nav-item.nav-link.active {
        border: none;
        padding: 18px 25px;
        color: #fff;
        background: #e95402;
        border-radius: 0;
    }

/* nav > div a.nav-item.nav-link.active:after {
        content: "";
        position: relative;
        bottom: -57px;
        left: -20%;
        border: 15px solid transparent;
        border-top-color: #e95402;
    }*/

/*.tab-content {
    background: #fdfdfd;
    line-height: 25px;
    border: 1px solid #ddd;
    border-top: 5px solid #e95402;
    border-bottom: 5px solid #e95402;
    padding: 30px 25px;
}*/

.tab-content {
    background: #ebeef2;
}

nav > div a.nav-item.nav-link:hover,
nav > div a.nav-item.nav-link:focus {
    border: none;
    background: #e95402;
    color: #fff;
    border-radius: 0;
    transition: background 0.20s linear;
}

.single-hosting-content h6 a {
    padding: 0 20px;
}

.wrapper {
    display: inline-flex;
    list-style: none;
}

    .wrapper .icon {
        position: relative;
        background: #ffffff;
        border-radius: 50%;
        padding: 15px;
        margin: 10px;
        width: 40px;
        height: 40px;
        font-size: 18px;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
        cursor: pointer;
        transition: all 0.2s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    }

    .wrapper .tooltip {
        position: absolute;
        top: 0;
        font-size: 15px;
        background: #ffffff;
        color: #ffffff;
        padding: 5px 10px;
        border-radius: 5px;
        box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
        opacity: 0;
        pointer-events: none;
        transition: all 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
        left: -50%;
        white-space: nowrap;
    }

    .wrapper .twitter .tooltip {
        left: -28%;
    }

    .wrapper .google-reviews .tooltip {
        left: -100%;
    }

    .wrapper .tooltip::before {
        position: absolute;
        content: "";
        height: 8px;
        width: 8px;
        background: #ffffff;
        bottom: -3px;
        left: 50%;
        transform: translate(-50%) rotate(45deg);
        transition: all 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    }

    .wrapper .facebook .tooltip::before {
        left: 22%;
    }

    .wrapper .icon:hover .tooltip {
        top: -45px;
        opacity: 1;
        visibility: visible;
        pointer-events: auto;
    }

    .wrapper .icon:hover span,
    .wrapper .icon:hover .tooltip {
        text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.1);
    }

    .wrapper .facebook:hover,
    .wrapper .facebook:hover .tooltip,
    .wrapper .facebook:hover .tooltip::before {
        background: #3b5998;
        color: #ffffff;
    }


    .wrapper .twitter:hover,
    .wrapper .twitter:hover .tooltip,
    .wrapper .twitter:hover .tooltip::before {
        background: #00acee;
        color: #ffffff;
    }

    .wrapper .instagram:hover,
    .wrapper .instagram:hover .tooltip,
    .wrapper .instagram:hover .tooltip::before {
        background: #e95402;
        color: #ffffff;
    }



    .wrapper .linkedin:hover,
    .wrapper .linkedin:hover .tooltip,
    .wrapper .linkedin:hover .tooltip::before {
        background: #0A66C2;
        color: #ffffff;
    }

    .wrapper .whatsapp:hover, .wrapper .whatsapp:hover .tooltip, .wrapper .whatsapp:hover .tooltip::before {
        background: #25D366;
        color: #ffffff;
    }

    .wrapper .google-reviews:hover, .wrapper .google-reviews:hover .tooltip, .wrapper .google-reviews:hover .tooltip::before {
        background: #DB4437;
        color: #ffffff;
    }


/* new feaqtures*/

.service-box {
    position: relative;
    margin-bottom: 10px;
    perspective: 1000px;
    -webkit-perspective: 1000px;
    margin-top: 20px;
}

.service-icon {
    width: 100%;
    height: 250px;
    padding: 10px;
    text-align: center;
    transition: all .5s ease;
}

.service-content {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    opacity: 0;
    width: 100%;
    height: 250px;
    padding: 20px;
    text-align: center;
    transition: all .5s ease;
    background-color: #fff;
    border: 1px solid #091a36;
    backface-visibility: hidden;
    transform-style: preserve-3d;
    -webkit-transform: translateY(110px) rotateX(-90deg);
    -moz-transform: translateY(110px) rotateX(-90deg);
    -ms-transform: translateY(110px) rotateX(-90deg);
    -o-transform: translateY(110px) rotateX(-90deg);
    transform: translateY(110px) rotateX(-90deg);
}

.service-box .service-icon .front-content {
    position: relative;
    top: 90px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

.service-box .service-icon {
    font-size: 40px;
    color: #fff;
    font-weight: normal;
}

    .service-box .service-icon .front-content h3 {
        font-size: 17px;
        color: #fff;
        text-align: center;
        margin-bottom: 15px;
        text-transform: uppercase;
    }

.service-box .service-content h3 {
    font-size: 17px;
    font-weight: 700;
    color: #091a36;
    margin-bottom: 15px;
    text-transform: uppercase;
    margin-top: 10px;
}

.service-box .service-content p {
    font-size: 14px;
    color: #424242;
    margin: 0;
    text-align: justify;
}

.yellow {
    background-color: #091a36;
}

.orange {
    background-color: #091a36;
}

.red {
    background-color: #091a36;
}

.grey {
    background-color: #091a36;
}

.service-box:hover .service-icon {
    opacity: 0;
    -webkit-transform: translateY(-110px) rotateX(90deg);
    -moz-transform: translateY(-110px) rotateX(90deg);
    -ms-transform: translateY(-110px) rotateX(90deg);
    -o-transform: translateY(-110px) rotateX(90deg);
    transform: translateY(-110px) rotateX(90deg);
}

.service-box:hover .service-content {
    opacity: 1;
    -webkit-transform: rotateX(0);
    -moz-transform: rotateX(0);
    -ms-transform: rotateX(0);
    -o-transform: rotateX(0);
    transform: rotateX(0);
}
.card{
    border:none;
}
.card-body{
    padding:20px;
    margin:20px 0 30px;
}

.pagu button{
    padding:10px 20px;
}

/*.ola{
    display:none;
}*/
.ola .prev {
    width: 40px;
    height: 40px;
    /*border-radius: 50%;*/
    background: #091a36 !important;
    transition: 0.5s;
    float:right !important;
}

    .ola .prev i {
        margin: 0px 0px 0 -8px !important;
        color:#fff;
    }

    .ola .prev:hover i{
        color:#e95402;
        background:#091a36;
    }
.ola .next {
    width: 40px;
    height: 40px;
    /*border-radius: 50%;*/
    background: #091a36 !important;
    transition:0.5s;
}

    .ola .next i {
        margin: 0px 0px 0 -8px !important;
        color:#fff;
    }

.ola .next:hover i {
    color: #e95402;
    background: #091a36;
}
/*.ola .next {
   
    position: absolute !important;
}*/

@media  (max-width: 1100px) {
    .single-pricing {
        padding: 16px 5px 18px 10px !important;
    }

    .card-body {
        padding: 10px !important;
    }
}

.next{
    float:right;
}
.navbar .navbar-nav .dropdown-menu-h ul li a {
    color: #000000 !important;
    padding: 0 10px;
}
.navbar .navbar-nav .dropdown-menu-h ul li{
    line-height:2;
}
.navbar .navbar-nav .dropdown-menu-h ul li:hover {
    background: #ddd;
}
.navbar .navbar-nav .dropdown-menu-h ul{
    padding-left:0;
}


