html, body {
    font-family: 'Poppins', sans-serif;
    padding: 0px !important;
}

ul {
    list-style: none;
    text-decoration: none;
    margin: 0px;
    padding: 0px;
}

a {
    text-decoration: none;
}

    a:hover {
        text-decoration: none;
    }

.whiteBG {
    background: #fff;
}

.back-to-top {
    background: #ededed;
    color: #333;
    position: fixed;
    bottom: 15px;
    right: 15px;
    padding: 8px 15px;
    z-index: 9999;
    display:none;
}

    .back-to-top:hover {
        background: #333;
        color: #ededed;
    }

    .back-to-top:focus {
        background: #333;
        color: #ededed;
    }


.socialRow {
    padding: 5px 15px;
}

    .socialRow ul li {
        float: left;
    }

        .socialRow ul li a {
            display: block;
            padding: 5px 10px;
            color: #fff;
        }

            .socialRow ul li a:hover {
                color: #fff;
            }
            .socialRow ul li img {
                filter: brightness(0) invert(1);
                width:24px;
            }
            
.top_bar {
    padding: 10px 15px;
}

.navbar {
    min-height: unset;
}

.navigat .navbar-inverse .navbar-nav > li > a {
    text-transform: uppercase;
    padding: 10px 15px;
    color: #666;
}

.navigat .navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
    border: 0px;
}

.navigat .navbar-inverse {
    border: 0px;
    background: none;
}

    .navigat .navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:focus, .navbar-inverse .navbar-nav > .active > a:hover {
        color: #fff !important;
        background-color: #1c7cc7;
    }

    .navigat .navbar-inverse .navbar-nav > li > a:focus, .navbar-inverse .navbar-nav > li > a:hover {
        color: #fff !important;
        background-color: #1c7cc7;
    }

.navigat .navbar {
    margin: 0px;
}

.navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:focus, .navbar-inverse .navbar-nav > .open > a:hover {
    color: #fff !important;
    background-color: #1c7cc7;
}


.btn {
    padding: 12px 18px;
    font-size: 18px;
}
.btn.btn-sm {
    padding: 6px 18px;
    font-size: 14px;
}
.typeMLMSW .btn {
    padding: 6px 14px;
    font-size: 16px;
    margin: 15px 0px !important;
}

.blue-btn {
    display: inline-block;
    border: solid 2px #1c7cc7;
    color: #1c7cc7;
    border-radius: 0px;
    margin-top: 30px;
    background: none;
}

    .blue-btn:hover, .blue-btn:focus {
        color: #fff;
        background-color: #1c7cc7;
        border: solid 2px #1c7cc7;
    }

.white-btn {
    display: inline-block;
    border: solid 2px #fff;
    color: #fff;
    border-radius: 0px;
    margin-top: 30px;
    background: none;
}

    .white-btn:hover, .white-btn:focus {
        color: #1c7cc7;
        background-color: #fff;
        border: solid 2px #fff;
    }

.commonBG {
    background: url('../images/common-bg.jpg') no-repeat fixed;
    background-size: cover;
    position: relative;
}

.blueLayer {
    background: rgba(28, 124, 199, 0.6);
    position: absolute;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 100%;
}


.footer {
    background: #062740;
    background-size: cover;
    padding: 50px 15px;
    color: #fff;
}

    .footer h3 {
        padding-bottom: 5px;
        font-size: 24px;
        color: #ffffff;
        margin-top: 0px;
    }

    .footer a {
        color: #5d6b74;
        display: block;
        padding: 5px 0px 3px 0px;
        font-size: 16px;
    }

        .footer a:hover {
            color: #fff;
        }

.addrss table td {
    font-size: 16px;
    line-height: 30px;
}

.copyTxts {
    background: #041d30;
    padding: 10px 15px;
}

    .copyTxts P {
        color: #FFF;
        margin: 0px;
    }

.uspBox {
    min-height: 225px;
    text-align: center;
}

.iconUsp img {
    width: 64px;
    margin-top: 20px;
}

.HdingUsp {
    font-size: 20px;
    font-weight: 600;
    margin: 10px 0px;
}

.ContnUsp {
    font-size: 16px;
}

.dropdown-menu {
    padding: 0px !important;
    border-radius: 0px;
    z-index: 9999999 !important;
}

    .dropdown-menu li a {
        border-left: solid 2px #1c7cc7;
        border-bottom: solid 1px #ededed;
        padding: 8px 15px;
    }


.padd20px {
    padding: 20px;
}

.modal-header {
    background: #1c7cc7;
    color: #fff !important;
}

button.close {
    margin: 0px !important;
    opacity: 1;
    color: #fff;
    text-shadow: none;
}

    button.close:hover, button.close:focus {
        color: #fff;
    }
    .modal {
        z-index:9999999;
    }
    .modal-backdrop {
        z-index:999999;
    }
@font-face {
    font-family:"FontAwesome";
    src:url('../fonts/FontAwesome.otf');
}

.modulesUl li {
    display:block;
    padding-left:25px;
    position:relative;
    font-size: 15px;
    line-height: 22px;
    margin: 6px 0px;
}
.modulesUl li::before {
    position:absolute;
    left:0px;
    font-family:FontAwesome;
    content:"\f138";
    color: #1c7cc7;
}

.modulePanels .panel-heading{
    background: #e4f2ff;
    color: #1c7cc7;
    font-size: 18px;
    font-weight: 600;
}



.sliderss {
    position: relative;
}

.formDivSlider {
    display: none;
    position: absolute;
    top: 50px !important;
    right: 80px;
    z-index: 999999;
    width: 450px;
}

    .formDivSlider .panel {
        background: rgba(255, 255, 255, 0.8);
    }

        .formDivSlider .panel .panel-heading {
            font-size: 18px;
            font-weight: 600;
        }



.flex {
    display: flex;
}

.flexEqual {
    justify-content: space-between;
}

.flexMiddel {
    align-items: center;
}

.form-group label {
    font-weight: 600;
}

.form-control {
    border-radius: 20px;
    box-shadow: none;
    padding: 10px 20px;
    min-height: 44px;
}

.btn {
    outline: none !important;
}

.heading {
    margin-bottom: 30px;
    text-align: center;
}

    .heading h3 {
        font-size: 38px;
        font-weight: 600;
        color: #1c7cc7;
        line-height: 50px;
    }

        .heading h3 span {
            color: #333;
            font-weight: 400;
        }

    .heading.whiteText h3 {
        color: #fffa60;
    }

        .heading.whiteText h3 span {
            color: #fff;
            font-weight: 400;
        }



.bottom-line {
    width: 225px;
    background-image: linear-gradient(45deg, #1c7cc7, #93e9ff);
    height: 2px;
    display: inline-block;
}

.bg-blue {
    background: #1c7cc7;
}

.light-Gry {
    background: #f9f9f9;
}

.whiteText {
    color: #fff;
}

.fs-44 {
    font-size: 44px;
}

.fs-34 {
    font-size: 34px;
}

.fs-24 {
    font-size: 24px;
}

.fw-600 {
    font-weight: 600;
}

.fs-16 {
    font-size: 16px;
    line-height: 30px;
}

.getTouchSec {
    clip-path: polygon(100% 40px, 100% 100%, 0% 100%, 0 0%);
    position: relative;
}

.Testimonial .item img {
    display: inline-block !important;
    width: 65px !important;
}
.Testimonial .item h4 {
    color:#1c7cc7;
    text-transform:uppercase;
    font-weight:600;
    margin:15px 0px;
}

.dropdown-large {
    position: static !important;
}

.dropdown-menu-large {
    margin-left: 16px;
    margin-right: 16px;
    padding: 20px 0px !important;
    width: 100%;
}

    .dropdown-menu-large > li > ul {
        padding: 0;
        margin: 0;
    }

        .dropdown-menu-large > li > ul > li {
            list-style: none;
        }

            .dropdown-menu-large > li > ul > li > a {
                display: block;
                padding: 5px 0px;
                clear: both;
                font-weight: 300;
                line-height: 1.428571429;
                color: #333333;
                white-space: normal;
                border-left: 0px !important;
            }

    .dropdown-menu-large > li ul > li > a:hover,
    .dropdown-menu-large > li ul > li > a:focus {
        text-decoration: none;
        color: #262626;
        background-color: #f5f5f5;
    }

    .dropdown-menu-large .disabled > a,
    .dropdown-menu-large .disabled > a:hover,
    .dropdown-menu-large .disabled > a:focus {
        color: #999999;
    }

        .dropdown-menu-large .disabled > a:hover,
        .dropdown-menu-large .disabled > a:focus {
            text-decoration: none;
            background-color: transparent;
            background-image: none;
            filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
            cursor: not-allowed;
        }

    .dropdown-menu-large .dropdown-header {
        color: #428bca;
        font-size: 18px;
    }

.iconMenus span {
    width: 45px;
    height: 45px;
    background: #f3f3f3;
    color: #8d8d8d;
    font-size: 18px;
    display: block;
    border-radius: 100%;
    text-align: center;
    padding: 10px;
    font-weight: 600;
}

.menuContent {
    padding-left: 15px !important;
        display: flex;
    align-items: center;
}

    .menuContent span {
        font-weight: 600;
        color: #1c7cc7;
        font-size: 16px;
    }

    .menuContent p {
        font-size: 11px;
        font-weight: 600;
        margin-bottom: 0px;
    }
    .whatsappLink {
        position:fixed;
        left:10px;
        bottom:10px;
        display:block;
    }
    .whatsappLink img {
        width:34px;
    }
@media (max-width: 768px) {
    .dropdown-menu-large {
        margin-left: 0;
        margin-right: 0;
    }

        .dropdown-menu-large > li {
            margin-bottom: 30px;
        }

            .dropdown-menu-large > li:last-child {
                margin-bottom: 0;
            }

        .dropdown-menu-large .dropdown-header {
            padding: 3px 15px !important;
        }
}

.AdvantagesPlans {
    list-style: square;
    padding-left: 20px;
}
.planImg {
    display:flex;
    justify-content:center;
    align-items:center;
    
    height:200px;
}
.planImg img {
    max-height:200px;
    max-width:100%;
}

.verticalPtag p{
    -webkit-box-orient: vertical;
      display: -webkit-box;
      -webkit-line-clamp: 3;
      overflow: hidden;
}
.allPlans .thumbnail {
    padding:15px;
}
.allPlans .thumbnail .blue-btn {
    padding:6px 15px !important;
    margin-top:10px !important;
}
.owl-dots {
    display:none !important;
}
.product-carousel-dtl .owl-nav {
    text-align:center;
}
.product-carousel-dtl .owl-nav button{
    background: #1c7cc7;
    color: #fff;
    margin: 5px;
    padding: 5px 12px;
}
.sticky {
  position: fixed;
  top: 0;
  width: 100%;
  background:#fff;
  z-index:9999 !Important;
      box-shadow: 0px 0px 5px #1c7cc7;
}



.sliderrrr {
    padding: 0px 0px;
}

.bs-slider {
    overflow: hidden;
    max-height: 700px;
    position: relative;
    background: #fff;
}

    .bs-slider:hover {
        cursor: -moz-grab;
        cursor: -webkit-grab;
    }

    .bs-slider:active {
        cursor: -moz-grabbing;
        cursor: -webkit-grabbing;
    }

    .bs-slider .bs-slider-overlay {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: /*rgba(0, 0, 0, 0.40)*/ rgba(28, 124, 199, 0.5);
    }

    .bs-slider > .carousel-inner > .item > img, .bs-slider > .carousel-inner > .item > a > img {
        margin: auto;
        width: 100% !important;
    }




/********************
*****Slide effect
**********************/

.fade {
    opacity: 1;
}

    .fade .item {
        top: 0;
        z-index: 1;
        opacity: 0;
        width: 100%;
        position: absolute;
        left: 0 !important;
        display: block !important;
        -webkit-transition: opacity ease-in-out 1s;
        -moz-transition: opacity ease-in-out 1s;
        -ms-transition: opacity ease-in-out 1s;
        -o-transition: opacity ease-in-out 1s;
        transition: opacity ease-in-out 1s;
    }

        .fade .item:first-child {
            top: auto;
            position: relative;
        }

        .fade .item.active {
            opacity: 1;
            z-index: 2;
            -webkit-transition: opacity ease-in-out 1s;
            -moz-transition: opacity ease-in-out 1s;
            -ms-transition: opacity ease-in-out 1s;
            -o-transition: opacity ease-in-out 1s;
            transition: opacity ease-in-out 1s;
        }
/*---------- LEFT/RIGHT ROUND CONTROL ----------*/
.control-round .carousel-control {
    top: 47%;
    opacity: 0;
    width: 45px;
    height: 45px;
    z-index: 100;
    color: #ffffff;
    display: block;
    font-size: 24px;
    cursor: pointer;
    overflow: hidden;
    line-height: 43px;
    text-shadow: none;
    position: absolute;
    font-weight: normal;
    background: transparent;
    -webkit-border-radius: 100px;
    border-radius: 100px;
    padding-top: 0px;
}

.control-round:hover .carousel-control {
    opacity: 1;
}

.control-round .carousel-control.left {
    left: 1%;
}

.control-round .carousel-control.right {
    right: 1%;
}

    .control-round .carousel-control.left:hover, .control-round .carousel-control.right:hover {
        color: #fdfdfd;
        background: rgba(0, 0, 0, 0.5);
        border: 0px transparent;
    }

.control-round .carousel-control.left > span:nth-child(1) {
    left: 45%;
}

.control-round .carousel-control.right > span:nth-child(1) {
    right: 45%;
}
/*---------- INDICATORS CONTROL ----------*/
.indicators-line > .carousel-indicators {
    right: 2%;
    bottom: 7%;
    left: auto;
    width: 100%;
    height: 20px;
    font-size: 0;
    overflow-x: auto;
    text-align: right;
    overflow-y: hidden;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 1px;
    white-space: nowrap;
}

    .indicators-line > .carousel-indicators li {
        padding: 0;
        width: 15px;
        height: 15px;
        border: 1px solid rgb(28, 124, 199);
        text-indent: 0;
        overflow: hidden;
        text-align: left;
        position: relative;
        letter-spacing: 1px;
        background: rgb(28, 124, 199);
        -webkit-font-smoothing: antialiased;
        -webkit-border-radius: 50%;
        border-radius: 50%;
        margin-right: 5px;
        -webkit-transition: all 0.5s cubic-bezier(0.22, 0.81, 0.01, 0.99);
        transition: all 0.5s cubic-bezier(0.22, 0.81, 0.01, 0.99);
        z-index: 10;
        cursor: pointer;
    }

        .indicators-line > .carousel-indicators li:last-child {
            margin-right: 0;
        }

    .indicators-line > .carousel-indicators .active {
        margin: 1px 5px 1px 1px;
        box-shadow: 0 0 0 2px #fff;
        background-color: transparent;
        position: relative;
        -webkit-transition: box-shadow 0.3s ease;
        -moz-transition: box-shadow 0.3s ease;
        -o-transition: box-shadow 0.3s ease;
        transition: box-shadow 0.3s ease;
        -webkit-transition: background-color 0.3s ease;
        -moz-transition: background-color 0.3s ease;
        -o-transition: background-color 0.3s ease;
        transition: background-color 0.3s ease;
    }

        .indicators-line > .carousel-indicators .active:before {
            transform: scale(0.5);
            background-color: #fff;
            content: "";
            position: absolute;
            left: -1px;
            top: -1px;
            width: 15px;
            height: 15px;
            border-radius: 50%;
            -webkit-transition: background-color 0.3s ease;
            -moz-transition: background-color 0.3s ease;
            -o-transition: background-color 0.3s ease;
            transition: background-color 0.3s ease;
        }
/*---------- SLIDE CAPTION ----------*/
.slide_style_left {
    text-align: left !important;
}

.slide_style_right {
    text-align: left !important;
}

.slide_style_center {
    text-align: center !important;
}

.slide_style_right {
    text-align: right !important;
}

.slide-text {
    left: 0;
    bottom: 38%;
    right: 0;
    padding: 10px 5%;
    position: absolute;
    text-align: left;
    width: 50%;
}

    .slide-text > h1 {
        padding: 0;
        color: #fff;
        font-size: 58px;
        font-style: normal;
        font-weight: 600;
        line-height: 72px;
        margin-bottom: 25px;
        letter-spacing: 1px;
        display: inline-block;
        -webkit-animation-delay: 0.7s;
        animation-delay: 0.7s;
    }

    .slide-text > p {
        padding: 0;
        color: #ffffff;
        font-size: 18px;
        line-height: 28px;
        font-weight: 300;
        margin-bottom: 40px;
        letter-spacing: 1px;
        -webkit-animation-delay: 1.1s;
        animation-delay: 1.1s;
    }

    .slide-text > a.btn-default {
        color: #fff;
        font-weight: 400;
        font-size: 13px;
        line-height: 15px;
        margin-right: 10px;
        text-align: center;
        padding: 17px 30px;
        white-space: nowrap;
        background: rgba(0, 0, 0, 0.5) none repeat scroll 0 0;
        letter-spacing: 1px;
        display: inline-block;
        border: none;
        text-transform: uppercase;
        -webkit-animation-delay: 2s;
        animation-delay: 2s;
        -webkit-transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
        transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
    }

    .slide-text > a.btn-primary {
        color: #ffffff;
        cursor: pointer;
        font-weight: 400;
        font-size: 13px;
        line-height: 15px;
        margin-left: 10px;
        text-align: center;
        padding: 17px 30px;
        white-space: nowrap;
        letter-spacing: 1px;
        background: rgba(239, 163, 0, 0.8) none repeat scroll 0 0;
        display: inline-block;
        text-decoration: none;
        text-transform: uppercase;
        border: none;
        -webkit-animation-delay: 2s;
        animation-delay: 2s;
    }

    .slide-text > a:hover, .slide-text > a:active {
        color: #ffffff;
        background: #222222;
        -webkit-transition: background 0.5s ease-in-out, color 0.5s ease-in-out;
        transition: background 0.5s ease-in-out, color 0.5s ease-in-out;
    }




/*---------- MEDIA 480px ----------*/
@media (max-width: 768px) {

    .slide-text {
        bottom: 40px !important;
    }

    .slide-text {
        padding: 10px 50px;
    }

        .slide-text h1 {
            font-size: 27px;
            line-height: 27px;
            margin-bottom: 10px;
        }

        .slide-text > p {
            font-size: 14px;
            line-height: 20px;
            margin-bottom: 20px;
        }
}

@media (max-width: 480px) {
    .homeLink {
        padding: 5px 10px;
    }

    .slide-text {
        padding: 10px 30px;
    }

        .slide-text h1 {
            font-size: 14px;
            line-height: 22px;
            margin-bottom: 5px;
            margin-top: 0px;
        }

        .slide-text > p {
            font-size: 12px;
            line-height: 18px;
            margin-bottom: 10px;
        }

        .slide-text > a.btn-default, .slide-text > a.btn-primary {
            font-size: 10px;
            line-height: 10px;
            margin-right: 10px;
            text-align: center;
            padding: 10px 15px;
        }

    .indicators-line > .carousel-indicators {
        display: none;
    }

    .slide-text > a.btn-default, .slide-text > a.btn-primary {
        padding: 5px 8px;
        margin: 2px;
        float: left;
    }
}
