/* Default Styles */
* {
    margin: 0;
    padding: 0;
}

body {
    font-family: 'Nunito', sans-serif;
}

ul {
    margin: 0;
    padding: 0;
}

li {
    list-style: none;
}

a,
a:hover {
    text-decoration: none;
}

.center {
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

a {
    transition: 0.3s;
}


/* Preloader Area Start */
.preloader {
    height: 100%;
    width: 100%;
    position: fixed;
    background: #fff;
    z-index: 9999;
}

@keyframes ldio-siiot656fcr {
    0% {
        opacity: 0
    }

    20% {
        opacity: 1
    }

    100% {
        opacity: 1
    }
}

.ldio-siiot656fcr div {
    position: absolute;
    animation: ldio-siiot656fcr 1s linear infinite;
    box-sizing: border-box !important;
}

.ldio-siiot656fcr div:nth-child(1) {
    width: 44px;
    height: 44px;
    left: 34px;
    top: 128px;
    border-radius: 50%;
    background: #36C5D3;
}

.ldio-siiot656fcr div:nth-child(2) {
    width: 66px;
    height: 66px;
    left: 56px;
    top: 84px;
    border-radius: 0 66px 0 0;
    border: 20px solid #36C5D3;
    background: none;
    animation-delay: 0.1s;
    border-bottom: 0;
    border-left: 0
}

.ldio-siiot656fcr div:nth-child(3) {
    width: 110px;
    height: 110px;
    left: 56px;
    top: 40px;
    border-radius: 0 110px 0 0;
    border: 20px solid #36C5D3;
    background: none;
    animation-delay: 0.2s;
    border-bottom: 0;
    border-left: 0
}

.loadingio-spinner-radio-2mz5bkw1u33 {
    width: 200px;
    height: 200px;
    display: inline-block;
    overflow: hidden;
    background: #ffffff;
}

.ldio-siiot656fcr {
    width: 100%;
    height: 100%;
    position: relative;
    transform: translateZ(0) scale(1);
    backface-visibility: hidden;
    transform-origin: 0 0;
    /* see note above */
}

.ldio-siiot656fcr div {
    box-sizing: content-box;
}

/* Preloader Area End */



/* Header Top Styles */
.header_top {
    background: #f8f8f8;
    padding: 8px 0;
}

.header_top ul li {
    list-style: none;
    float: left;
    margin-right: 30px;
    color: #2a3b40;
    font-size: 15px;
}

.header_top ul li i {
    margin-right: 5px;
}

.header_top a {
    float: right;
    font-weight: 600;
    color: #36C5D3;
}

.header_top a:hover {
    color: #36C5D3;
}

.header_top a i {
    margin-right: 5px;
}


/* Header Styles */
.header {
    width: 100%;
    z-index: 9;
    height: 102px;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    padding: 0 55px;
}

.header_logo {
    padding: 5px 0;
    height: 102px;
}

.header_logo img {
    height: 100%;
}

.toggle_bar {
    line-height: 110px;
    float: right;
    display: none;
}

.toggle_bar i {
    font-size: 30px;
    color: #2a3b40;
    cursor: pointer;
}

.toggle_bar i:hover {
    color: #36C5D3;
}

.header_nav {
    float: right;
    line-height: 100px;
}

.header_nav>ul>li {
    list-style: none;
    float: left;
    margin-left: 65px;
}

.header_nav>ul>li:first-child {
    margin: 0;
}

.header_nav>ul>li>a {
    font-size: 18px;
    font-weight: 600;
    color: #2a3b40 !important;
}

.header_nav ul li a:hover {
    color: #30ABE2 !important;
}

.head_drop_menu {
    margin-top: 15px;
    margin-left: -10px;
}

.head_drop_menu a {
    line-height: 22px;
    color: #2a3b40;
}

.full_screen_menu {
    background: rgba(255, 255, 255, .8);
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 50;
    top: 0;
    padding: 40px 0;
    overflow: auto;
    display: none;
}

.full_screen_nav {
    text-align: center;
    padding: 40px 0;
}

.full_screen_menu i {
    float: right;
    font-size: 30px;
    cursor: pointer;
    color: #2a3b40;
}

.full_screen_menu i:hover {
    color: #dc3545;
}

.full_screen_nav>ul>li {
    padding: 5px;
}

.full_screen_nav>ul>li>a,
.full_screen_nav>ul>li>span {
    font-size: 25px;
    font-weight: 700;
    color: #2a3b40;
}

.full_screen_nav>ul>li>a:hover,
.full_screen_nav>ul>li>span:hover {
    color: #36C5D3;
}

.full_screen_sub_nav_button {}

.full_screen_sub_nav {
    display: none;
}

.full_screen_sub_nav li {}

.full_screen_sub_nav li a {
    color: #2a3b40;
    font-weight: 600;
    font-size: 20px;
}

.full_screen_sub_nav li a:hover {
    color: #30ABE2;
}

.sticky {
    position: fixed !important;
    top: 0;
    background: #fff;
    height: 80px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    border: none;
}

.sticky .toggle_bar {
    line-height: 88px;
}

.sticky .header_logo {
    height: 80px;
}

.sticky .header_nav {
    line-height: 80px;
}

.sticky .header_nav>ul>li>a:hover {
    color: #30ABE2 !important;
}

#active {
    color: #30ABE2 !important;
}



/*------slider-area start------*/

.carousel-control-next,
.carousel-control-prev {
    width: 6%;
    opacity: .3;
}

/*------slider-area end------*/



/* Remote Support Area Start */
.remote_support {
    padding: 40px 0;
    margin-top: -380px;
}

.remote_support_info {
    padding: 15px 0;
}

.hotline_number {
    animation-duration: 1s;
}

.remote_support_info h1 {
    color: #fff;
    margin-bottom: 25px;
}

.remote_support_info h3 {
    color: #fff;
    font-size: 25px;
    margin-bottom: 15px;
}

.remote_support_info p {
    font-size: 13.5px;
    color: #fff;
    line-height: 26px;
}

.remote_support_info button {
    margin-top: 10px;
}

/* Remote Support Area End */



/* Services Area Start */
.services {
    background: #fff;
    padding: 50px 0;
}

.serivce_item {
    text-align: center;
}

.serivce_item:hover i {
    background: none;
    color: #30ABE2;
}

.serivce_item i {
    border-radius: 50%;
    border: 2px solid #30ABE2;
    color: #fff;
    font-size: 75px;
    line-height: 130px;
    width: 130px;
    height: 130px;
    background: #30ABE2;
    transition: 0.5s !important;
}

.serivce_item h3 {
    font-size: 18px;
    font-weight: 700;
    color: #2a3b40;
    padding: 30px 0;
}

.service_item_description li {
    list-style: none;
    text-align: justify;
    font-size: 14px;
}

.service_item_description li:before {
    font-family: "Font Awesome 5 Free";
    content: "\f0a4";
    margin-right: 8px;
}

.serivce_item p {
    font-size: 13.5px;
    line-height: 22px;
    text-align: justify;
    color: #2a3b40;

}

/* Services Area End */



/* Inforamtions Area Start */
.informations {
    background: url(../images/broadband_wire.jpg);
    background-attachment: fixed;
    background-size: cover;
    background-position: center;
    padding: 80px 0;
}

.main_info {
    background: rgba(255, 255, 255, .82);
    margin-bottom: 40px;
    padding: 40px;
}

.main_info h3 {
    color: #304751;
    text-transform: uppercase;
    font-size: 19px;
    font-weight: 700;
}

.main_info h1 {
    color: #83C551;
    font-weight: 600;
}

.main_info p {
    color: #304751;
    font-size: 16px;
    line-height: 30px;
}

.secondary_info {
    background: rgba(255, 255, 255, .82);
    padding: 50px 40px;
}

.secondary_info img {
    border-radius: 3px;
    border: 1px solid #ccc;
}

.secondary_info h2 {
    color: #304751;
    font-size: 25px;
    font-weight: 600;
    margin-bottom: 15px;
}

.secondary_info p {
    color: #304751;
    font-size: 16px;
    line-height: 28px;
    text-align: justify;
}

.secondary_info_content {
    margin-bottom: 40px;
}

.secondary_info_content:last-child {
    margin-bottom: 0;
}

/* Inforamtions Area End */


/* Breadcrumb Area Start */

.breadcrumb {
    clear: both;
    position: relative;
    padding: 0;
    margin: 0;
}

#particles-js {
    height: 250px;
    width: 100%;
    background: #2a3b40;
}

.particle-js-home {
    height: 380px !important;
    background: #0E4B6A !important;
}

.breadcrumb_heading h1 {
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 50px;
}

.breadcrumb_heading nav {
    text-align: center;
}

.breadcrumb_heading li {
    display: inline;
    color: #fff;
}

.breadcrumb_heading li:after {
    content: "/";
    padding: 0 5px;
}

.breadcrumb_heading li:last-child:after {
    content: none;
}

.breadcrumb_heading li a {
    color: #fff;
}

.breadcrumb_heading li a:hover {
    color: #ad6c12;
}

/* Breadcrumb Area End */


/* Map Area Start */
.map {
    background: #fff;
}

.map iframe {
    width: 100%;
    padding: 30px 0;
}

/* Map Area End */



/* Contact area start */
.contact_area {
    background: #fff;
    padding: 50px 0;
}

.page_contact {
    margin-bottom: 50px;
}

.page_contact h3 {}

.page_contact li {
    padding: 5px 0;
}

.page_address {}

.page_address p {
    padding: 5px 0;
}

/* Contact area End */


/* Home Internet Area Start */
.home_internet {
    background: #fff;
    padding: 50px 0;
}

.home_internet_heading {
    text-align: center;
    margin-bottom: 25px;
    font-size: 25px;
    color: #2a3b40;
}

/* Home Internet Area End */

/* Package Area Start */
.package {
    background: #fff;
    border: 3px solid #30ABE2;
    border-radius: 3px;
    margin: 20px;
    text-align: center;
    padding: 40px 20px;
    transition: 0.5s cubic-bezier(0.075, 0.82, 0.165, 1);
}

.package h4 {
    background: #30ABE2;
    display: inline;
    color: #fff;
    padding: 2px 10px;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 23px;

}

.package h2 {
    font-weight: 700;
    font-size: 40px;
    line-height: 90px;
    margin: 0;
}

.package h2 span {
    font-size: 15px;
}

.package li {
    line-height: 28px;
}

.package a {
    background: #fff;
    color: #30ABE2;
    border: 2px solid #30ABE2;
    font-weight: 600;
    text-transform: uppercase;
    margin-top: 20px;
}

.package a:hover {
    background: #30ABE2;
    border: 2px solid #fff;
}

.package:hover {
    border: none;
    background: #30ABE2;
    margin: 0;
    padding: 60px 20px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.package:hover h4 {
    background: #fff;
    color: #30ABE2;
}

.package:hover li {
    color: #fff;
}

/* Package Area End */



/* Payment Area Start */
.payment {
    background: #fff;
    padding: 50px 0;
}

.payment_type {
    border-bottom: 1px solid #ddd;
    padding: 30px 0;
}

.payment_type:last-child {
    border: none;
}

.payment_type img {
    border-radius: 50%;
    width: 210px;
    height: 210px;
    object-fit: cover;
}

.payment_type_info {
    color: #2a3b40;
}

.payment_type_info h3 {
    font-weight: 600;
    margin-bottom: 12px;
}

.payment_type_info p {
    font-size: 15.4px;
    line-height: 25px;
    text-align: justify;
}

/* Payment Area End */

.about {
    background: url('../images/about_back.jpg');
    background-position: center;
    background-attachment: fixed;
    background-size: cover;
    padding: 40px 0;
}

.about_main {
    background: rgba(255, 255, 255, .82);
    padding: 50px 40px;
    margin-bottom: 40px;
}

.about_body {
    background: rgba(255, 255, 255, .82);
    padding: 50px 40px;

}

.about_body_info {
    margin-bottom: 40px;
}

.about_body_info:last-child {
    margin-bottom: 0;
}

.about_body_info h3 {
    color: #304751;
    font-size: 25px;
    font-weight: 600;
    margin-bottom: 15px;
}


.terms {
    background: #fff;
    padding: 20px 0;
}



/* Footer Area Start */
.footer {
    background: url(../images/footer_back.jpg);
    padding: 50px 0;
}

.footer_logo {
    padding: 5px 0;
    height: 110px;
}

.footer_logo img {
    height: 100%;
}

.footer li {
    list-style: none;
}

.footer h3 {
    color: #fff;
    font-size: 25px;
    font-weight: 700;
    margin-bottom: 15px;
}

.footer_social_links {
    overflow: hidden;
    padding: 20px 0;
}

.footer_social_links li {
    float: left;
    margin-right: 10px;
}

.footer_social_links li:last-child {
    margin-right: 0;
}

.footer_social_links li a {
    font-size: 20px;
    background: #30ABE2;
    border: 1px solid #30ABE2;
    border-radius: 50%;
    width: 45px;
    height: 45px;
    display: inline-block;
    line-height: 45px;
    text-align: center;
    color: white;
}

.footer_social_links li a:hover {
    background: none;
    color: #30ABE2;
}

.footer_links li {
    margin: 8px 0;
}

.footer_links li a {
    color: #fff;
}

.footer_links li a:hover {
    color: #30ABE2;
    margin-left: 5px;
}

.footer_contact {
    margin-bottom: 30px;
}

.footer_contact li {
    margin-bottom: 2px;
    font-size: 14.5px;
    color: #fff;
}

.footer_address p {
    font-size: 14.5px;
    color: #fff;
}

.copyright_text {
    color: #fff;
    font-size: 13.5px;
}

.copyright_text2 {
    padding: 10px 0;
    color: #fff;
    font-size: 13.5px;
    display: none;
}

/* Footer Area End */
