body {
    font-family: "Open Sans", sans-serif;
    color: #444
}

a {
    color: #106eea
}

a:hover {
    color: #3b8af2;
    text-decoration: none
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Open Sans", sans-serif
}

#preloader {
    position: fixed;
    height: 100vh;
    width: 100%;
    background: #fff url(../images/45.gif) no-repeat center;
    z-index: 99999
}

.back-to-top {
    background-color: #f00000;
    box-shadow: 1px 1.732px 12px 0 rgba(0, 0, 0, .14), 1px 1.732px 3px 0 rgba(0, 0, 0, .12);
    border-radius: 10px;
    bottom: 2em;
    right: 15px;
    color: #fff;
    font-size: 20px;
    display: none;
    position: fixed;
    text-decoration: none;
    width: 32px;
    height: 32px;
    line-height: 30px;
    text-align: center
}

.back-to-top:hover {
    background-color: #df0000;
    color: #fff
}

.back-to-top.active {
    visibility: visible;
    opacity: 1
}

@media screen and (max-width:768px) {
    [data-aos-delay] {
        transition-delay: 0 !important
    }
}

.glow {
    font-size: 50px;
    color: #fff;
    text-align: center;
    animation: glow .7s ease-in-out infinite alternate
}


@keyframes glow {
    to {
        text-shadow: 0 0 10px #fff, 0 0 2px #fff, 0 0 3px #c60808, 0 0 3px #c60808
    }
}

#topbar {
    background: #fff;
    height: 20px;
    font-size: 13px;
    transition: all .3s;
    color: #c60808;
    text-align: right
}

#topbar.topbar-scrolled {
    top: 0
}

#topbar .contact-info a {
    line-height: 1;
    color: #c60808;
    transition: .2s;
    font-size: 14px;
    font-family: "open sans", sans-serif
}

#topbar .contact-info-fa:hover {
    color: #000
}

#topbar .contact-info a:hover {
    color: #000
}

#topbar .contact-info i {
    line-height: 1;
    padding-right: 2px;
    margin-left: 15px
}

#topbar .contact-info p {
    display: none
}

#topbar .contact-info i:first-child {
    padding-left: 0;
    padding-right: 10px;
    padding-top: 4px
}

@media (max-width:420px) {
    .mailheader {
        display: none
    }

    #topbar .contact-info i {
        text-align: center
    }

    #topbar {
        text-align: center
    }

    #topbar .contact-info p {
        display: inline-block;
        text-align: center;
        color: #c60808;
        padding: 0;
        font-weight: 600;
        font-size: 14px
    }
}

#header {
    background: #c60808;
    transition: all .3s;
    z-index: 997;
    padding: 15px 0;
    top: 0px;
    box-shadow: 0 2px 20px rgba(0, 0, 0, .5)
}

#header.header-scrolled {
    top: 0px !important;
    padding: 12px !important;
    background-color: #c60808;
    box-shadow: 0 2px 20px rgba(0, 0, 0, .7)
}

#header .logo {
    font-size: 32px;
    margin: 0;
    padding: 0;
    line-height: 1;
    font-weight: 600;
    font-family: "open sans", sans-serif;
    margin-left: 5%
}

#header .logo a {
    color: #fff
}

#header .logo a span {
    color: #ea1010
}

#header .logo img {
    width: 120px;
    padding-top: 5px;
    margin: 0 auto
}

.nav-menu ul {
    margin: 0;
    padding: 0;
    list-style: none;
    padding-left: 0
}

.nav-menu {
    margin-right: 5%
}

.nav-menu>ul {
    display: flex
}

.nav-menu>ul>li {
    position: relative;
    white-space: nowrap;
    padding: 0 0 0 30px
}

.nav-menu a {
    display: block;
    position: relative;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    padding: 0 10px;
    font-family: "Open Sans", sans-serif
}

.nav-menu>ul>li>a:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    bottom: -5px;
    left: 0;
    background-color: #fff;
    visibility: hidden;
    width: 0;
    transition: all .3s ease-in-out .3s
}

.nav-menu .active>a:before,
.nav-menu a:hover:before,
.nav-menu li:hover>a:before {
    width: 100%
}

.nav-menu .active>a,
.nav-menu a:hover,
.nav-menu li:hover>a {
    color: red;
    border-radius: 6px;
    background-color: #fff
}

.nav-menu .drop-down ul {
    display: block;
    border-radius: 10px;
    position: absolute;
    right: 0;
    top: calc(100% + 80px);
    z-index: 99;
    opacity: 0;
    visibility: hidden;
    padding: 10px 0;
    background: #d30000;
    box-shadow: 0 0 30px rgba(127, 137, 161, .55)
}

.nav-menu .drop-down:hover>ul {
    opacity: 1;
    top: 100%;
    transition: .2s;
    visibility: visible;
    cursor: pointer;

}


.nav-menu .drop-down li {
    min-width: 200px;
    position: relative;
    font-size: 14px;
    font-weight: 500;
    text-transform: none;
    color: #fff;
    cursor: pointer
}

.nav-menu .drop-down ul a {
    padding: 12px 30px;
    font-size: 14px;
    font-weight: 500;
    text-transform: none;
    color: #fff;
    cursor: pointer
}

.nav-menu .drop-down ul .active>a,
.nav-menu .drop-down ul a:hover,
.nav-menu .drop-down ul li:hover>a {
    color: #c60808;
    cursor: pointer
}

.nav-menu .drop-down>a:after {
    padding-left: 5px
}

.nav-menu .drop-down .drop-down ul {
    top: 0;
    right: calc(100% - 30px)
}

.nav-menu .drop-down .drop-down:hover>ul {
    opacity: 1;
    top: 0;
    right: 100%
}

.nav-menu .drop-down .drop-down>a {
    padding-right: 35px
}

.nav-menu .drop-down .drop-down>a:after {
    right: 15px
}

@media (max-width:1366px) {
    .nav-menu .drop-down .drop-down ul {
        left: -90%
    }

    .nav-menu .drop-down .drop-down:hover>ul {
        left: -120%
    }
}

.deep-drop a:hover {
    background-color: #f8f1f1
}

.drop-down:hover .dropdown-content {
    display: block
}

.drop-down:hover .dropbtn {
    background-color: red
}

.mobile-nav-toggle {
    position: fixed;
    right: 20px;
    top: 35px;
    z-index: 9998;
    border: 0;
    background: 0 0;
    font-size: 30px;
    transition: all .2s;
    outline: 0 !important;
    line-height: 1;
    cursor: pointer;
    text-align: right
}

.mobile-nav-toggle i {
    color: #fff
}

.mobile-nav {
    position: fixed;
    top: 70px;
    right: 15px;
    bottom: 20px;
    left: 15px;
    z-index: 9999;
    overflow-y: auto;
    background: #fff;
    transition: ease-in-out .2s;
    opacity: 0;
    visibility: hidden;
    border-radius: 10px;
    padding: 10px 0
}

.mobile-nav * {
    margin: 0;
    padding: 0;
    list-style: none
}

.mobile-nav a {
    display: block;
    position: relative;
    color: #222;
    padding: 10px 20px;
    font-weight: 500;
    outline: 0
}

.mobile-nav .active>a,
.mobile-nav a:hover,
.mobile-nav li:hover>a {
    color: red;
    text-decoration: none
}

.mobile-nav .drop-down>a {
    padding-right: 35px
}

.mobile-nav .drop-down ul {
    display: none;
    overflow: hidden
}

.mobile-nav .drop-down li {
    padding-left: 20px
}

.mobile-nav-overly {
    width: 100%;
    height: 100%;
    z-index: 9997;
    top: 0;
    left: 0;
    position: fixed;
    background: rgba(9, 9, 9, .6);
    overflow: hidden;
    display: none;
    transition: ease-in-out .2s
}

.mobile-nav-active {
    overflow: hidden
}

.mobile-nav-active .mobile-nav {
    opacity: 1;
    visibility: visible
}

.mobile-nav-active .mobile-nav-toggle i {
    color: #fff
}

section {
    padding: 20px 10px;
    overflow: hidden
}

.section-bg {
    background-color: #f6f9fe
}

.section-title {
    text-align: center;
    padding-bottom: 12px
}

.section-title h1 {
    margin: 60px 0 0 0;
    font-size: 32px;
    color: #c60808;
    font-weight: 600
}

.section-title h2 {
    font-size: 13px;
    letter-spacing: 1px;
    font-weight: 600;
    padding: 8px 20px;
    margin: 0;
    background: #e7f1fd;
    color: #106eea;
    display: inline-block;
    text-transform: uppercase;
    border-radius: 50px
}

.section-title h3 {
    margin: 100px 0 -20px 0;
    font-size: 24px;
    font-weight: 600;
    color: #c60808
}

.section-title h3 span {
    color: #106eea
}

.section-title p {
    margin: 15px auto 0 auto;
    font-weight: 600
}

@media (min-width:1024px) {
    .section-title p {
        width: 50%
    }
}

.innersection {
    padding: 5px 10px;
    padding-bottom: 80px
}

.innersection .innersection-img img {
    width: 100%;
    height: auto;
    border-radius: 5px
}

.innersection .aboinnersectionut-text h2 {
    position: relative;
    color: #00539c;
    font-size: 50px;
    margin-bottom: 15px
}

.innersection .innersection-text h2 span {
    font-size: 120px
}

.innersection .innersection-text p {
    font-size: 14px;
    margin-bottom: 30px
}

@media (max-width:767.98px) {
    .innersection .innersection-img img {
        margin-bottom: 30px
    }
}

.ourservice-title {
    margin-bottom: -50px;
    text-align: center;
    color: #c60808;
    margin-top: 10px
}

.ourservice-title h1 {
    font-size: 26px;
    text-transform: uppercase;
    position: relative;
    padding-top: 80px;
    margin-bottom: 60px;
    display: inline-block;
    letter-spacing: 1px;
    padding-bottom: 15px;
    font-weight: 600
}

.ourfeature-title {
    margin-bottom: 0;
    text-align: center;
    padding: 0 30px;
    color: #c60808;
    margin-top: 10px
}

.ourfeature-title h1 {
    font-size: 26px;
    text-transform: uppercase;
    position: relative;
    display: inline-block;
    letter-spacing: 1px;
    padding-bottom: 70px;
    font-weight: 600
}

.mainservices .icon-box {
    padding: 20px;
    position: relative;
    overflow: hidden;
    box-shadow: 0 2px 20px rgba(48, 46, 46, .3);
    transition: all .2s ease-in-out;
    border-radius: 12px
}

.mainservices .icon-box:hover {
    box-shadow: 0 0 25px 0 rgba(255, 104, 104, .308);
    -moz-transition: all .4s ease;
    -webkit-transition: all .2s ease;
    transition: all .4s ease
}

.mainservices .icon {
    margin-bottom: 15px
}

.mainservices .icon-one {
    padding: 10px
}

.mainservices .icon i {
    font-size: 55px;
    line-height: 1;
    letter-spacing: .3px;
    color: #000;
    padding: 10px 0;
    transition: all .1s ease-in-out
}

.mainservices .title {
    font-weight: 400;
    margin-bottom: 12px;
    font-size: 22px;
    font-family: 'Open Sans', sans-serif;
    background-color: #c60808;
    border-radius: 12px;
    padding: 2px
}

.mainservices .title a {
    color: #fff;
    font-weight: 400;
    margin-bottom: 12px;
    font-size: 22px;
    font-family: 'Open Sans', sans-serif
}

.mainservices .description {
    font-size: 14px;
    font-weight: 600;
    line-height: 24px;
    text-align: justify;
    vertical-align: middle;
    padding: 18px 12px;
    margin-bottom: 0;
    color: #00000096;
    font-family: 'Open Sans', sans-serif
}

.mainservices .icon-box:hover .icon i {
    color: #d80f0f
}

.mainservices .single-services:before {
    content: '';
    position: absolute;
    left: 50%;
    top: 0;
    width: 0%;
    height: 3px;
    transition: all .35s
}

.mainservices .single-services:hover:before {
    width: 100%;
    left: 0
}

.mainservices .single-services:hover .icon-one span {
    box-shadow: 0 2px 10px #c60808;
    transition: .2s
}

.mainservices .single-services span .icon-one.two i {
    opacity: 0;
    -webkit-transform: scale(.2);
    -moz-transform: scale(.2);
    transform: scale(.2);
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    transition: all .2s ease;
    text-align: center
}

.mainservices .single-services:hover .span .icon-one.two i {
    -webkit-transform: scale(.5);
    -moz-transform: scale(.5);
    transform: scale(.5);
    opacity: 1;
    background-color: #c60808
}
.mainservices p
{
    
    font-size: 14px;
    font-weight: 600;
    line-height: 24px;
    text-align: justify;
    vertical-align: middle;
    padding: 18px 12px;
    margin-bottom: 0;
    color: #00000096;
    font-family: 'Open Sans', sans-serif;
    
}
.icon-box .icon-one span {
    border-radius: 50px
}

.servicessection {
    padding: 50px 10px;
    overflow: hidden
}

.servicessection-bg {
    background-color: #f6f9fe
}

@media screen and (max-width:460px) {
    .servicessection {
        padding: 20px 2px
    }
}

.about {
    position: relative;
    width: 100%
}

.about .about-img img {
    width: 100%;
    height: auto;
    border-radius: 5px
}

.about .about-text h2 {
    position: relative;
    color: #00539c;
    font-size: 50px;
    margin-bottom: 15px
}

.about .about-text h2 span {
    font-size: 120px
}

.about .about-text p {
    font-size: 14px;
    margin-bottom: 30px
}

@media (max-width:767.98px) {
    .about .about-img img {
        margin-bottom: 30px
    }
}

.counts {
    padding: 50px 0 10px !important
}

.counts .count-box {
    padding: 30px 30px 10px 30px !important;
    width: 100%;
    position: relative;
    text-align: center;
    background: #c60808
}

.counts .count-box i {
    position: absolute;
    top: 10px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 19px;
    background: #c60808;
    color: #fff;
    width: 45px;
    height: 45px;
    line-height: 0;
    border-radius: 50px;
    border: 4px solid #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center
}

.counts .count-box span {
    font-size: 24px;
    margin-top: 10%;
    padding: 5px;
    display: block;
    font-weight: 600;
    color: #fff
}

.counts .count-box p {
    padding: 0;
    color: #fff;
    margin: 0;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px
}

.featured-services .icon-box {
    padding: 20px;
    position: fixed;
    overflow: hidden;
    border-radius: 12px;
    background: #fff;
    box-shadow: 0 2px 20px rgba(48, 46, 46, .2);
    transition: all .2s ease-in-out
}

.featured-services .icon-box:hover {
    box-shadow: 0 2px 35px 0 rgba(144, 68, 68, .2)
}

.featured-services .icon-box .icon {
    margin: 0 auto;
    width: 100%;
    height: 55px;
    background: #fff;
    border-radius: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
    transition: ease-in-out .3s
}

.featured-services .icon-box .icon i {
    color: #fff;
    font-size: 33px;
    transition: ease-in-out .3s
}

.featured-services .icon-box h4 {
    margin-bottom: 12px;
    font-family: 'Open Sans', sans-serif;
    text-align: center;
    background-color: #c60808;
    border-radius: 12px;
    padding: 2px
}

.featured-services .icon-box h4 a {
    color: #fff;
    transition: ease-in-out .3s;
    font-size: 22px;
    font-weight: 400;
    font-family: 'Open Sans', sans-serif
}

.featured-services .icon-box p {
    text-align: justify;
    line-height: 24px;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 0;
    padding: 18px 16px;
    color: #00000096
}

.featured-services .icon-box:hover {
    border-color: #fff;
    box-shadow: 0 0 25px 0 rgba(234, 41, 16, .24)
}

.testimonials {
    padding: 50px 0;
    background: url("https://kknetworks.com.pk/assets/images/Inner Services Banner-02.jpg") no-repeat;
    background-position: center center;
    background-size: cover;
    position: relative
}

.testimonials::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(0, 0, 0, .4)
}

.testimonials .section-header {
    margin-bottom: 40px
}

.testimonials .testimonial-item {
    text-align: center;
    color: #fff
}

.testimonials .testimonial-item .testimonial-img {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    border: 2px solid rgba(76 76 76);
    margin: 0 auto;
    background-position: center
}

.testimonials .testimonial-item h3 {
    font-size: 14px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    margin: 10px 0 5px 0;
    color: #fff
}

.testimonials .testimonial-item h4 {
    font-size: 14px;
    font-family: 'Open Sans', sans-serif;
    color: #ddd;
    margin: 0 0 15px 0
}

.testimonials .testimonial-item p {
    font-style: italic;
    margin: 0 auto 15px auto;
    color: #eee;
    font-size: 14px;
    line-height: 1.5;
    font-family: 'Open Sans', sans-serif
}

@media (min-width:1024px) {
    .testimonials {
        background-attachment: fixed
    }
}

@media (min-width:992px) {
    .testimonials .testimonial-item p {
        width: 80%
    }
}

#footer .copyright {
    text-align: center;
    padding-top: 35px;
    float: left
}

#footer .credits {
    float: right;
    padding-top: 35px;
    text-align: center;
    padding-right: 30px;
    font-style: oblique;
    color: #c60808
}

.bg-dark-light {
    background: #c60808 !important
}

.bg-dark,
.bg-dark-light,
.bg-secondary,
.bg-theme {
    color: #c60808
}

.widgets.footer-widgets .widget-title {
    color: #fff;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    margin-bottom: 30px;
    font-size: 16px;
    font-style: bold;
    letter-spacing: .5px;
    position: relative;
    padding-bottom: 15px
}

.widgets.footer-widgets .widget-title-contact {
    color: #fff;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    font-size: 14px;
    margin-bottom: 6px
}

.widgets.footer-widgets .widget-title-description {
    color: #ffffffc7;
    top: 0;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-size: 14px
}
.widget-title-description a{
    text-decoration: none;
    color: #fff;
}
.widgets.footer-widgets .widget-title-about {
    color: #ffffffff;
    top: 0;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-size: 14px;
    padding-top: 5px
}

.widgets.footer-widgets .widget-title::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    height: 2px;
    width: 100%;
    background: #fff
}

.widgets.footer-widgets .widget-quick-links ul {
    margin-top: -4px
}

.widgets.footer-widgets .single-widget ul {
    padding-left: 0;
    margin-bottom: 0
}

.widgets.footer-widgets .widget-quick-links ul li {
    display: block
}

.widgets.footer-widgets .widget-quick-links ul li a {
    display: block;
    font-size: 14px;
    color: #ffffffff;
    border-bottom: 1px solid rgba(255, 255, 255, .1);
    padding: 9px 0
}

.widgets.footer-widgets .widget-quick-links ul li :hover {
    display: block;
    font-size: 14px;
    color: #fff;
    padding: 9px 0;
    text-decoration: underline
}

.widgets.footer-widgets .single-widget ul li {
    list-style: none;
    font-family: 'Open Sans', sans-serif
}

.widgets.footer-widgets .widget-contact ul li {
    color: #000;
    font-size: 14px;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.widgets.footer-widgets .widget-contact ul li span {
    font-size: 24px;
    color: #fff;
    border: 2px solid #ccc;
    border-radius: 3px;
    height: 32px;
    width: 32px;
    display: inline-block;
    line-height: 28px;
    text-align: center;
    margin-right: 20px
}

.widgets.footer-widgets .widget-contact ul li.fax,
.widgets.footer-widgets .widget-contact ul li.phone {
    font-size: 14px
}

.widgets.footer-widgets .widget-contact ul li+li {
    margin-top: 20px
}

.carousel-caption {
    width: 300px;
    left: 15%;
    top: 40% !important;
    transform: translateY(-45%);
    text-align: left;
    bottom: initial;
    font-size: 25px
}

.top-right {
    position: absolute;
    text-align: justify;
    font-size: 20px;
    padding-right: 50px;
    margin-top: 140px;
    color: #fff
}

.top-image {
    width: 100%;
    height: 100vh;
    background: url(https://kknetworks.com.pk/assets/images/cloud.jpg);
    background-repeat: no-repeat;
    background-size: cover
}

@media (max-width:500px) {
    .top-right {
        padding-right: 60px;
        margin-top: 80px;
        padding-left: 50px;
        font-size: 12px
    }
}

@media (max-height:100px) {
    .top-right {
        padding-right: 60px;
        margin-top: 70px;
        font-size: 5px
    }
}

ul.social-network {
    list-style: none;
    display: inline;
    margin-left: 0 !important;
    padding: 10px
}

ul.social-network li {
    display: inline;
    margin-right: 20px
}

.social-network a.icoFacebook:hover i,
.social-network a.icoGoogle:hover i,
.social-network a.icoLinkedin:hover i,
.social-network a.icoRss:hover i,
.social-network a.icoTwitter:hover i,
.social-network a.icoVimeo:hover i {
    color: #f7f7f7
}

.socialHoverClass,
a.socialIcon:hover {
    color: #44bcdd
}

.social-circle li a {
    display: inline-block;
    position: relative;
    margin: 0 auto 0 auto;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    text-align: center;
    width: 50px;
    height: 50px;
    font-size: 20px;
    background-color: #9e9d9d
}

.social-circle li a.icoRss {
    display: inline-block;
    position: relative;
    margin: 0 auto 0 auto;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    text-align: center;
    width: 50px;
    height: 50px;
    font-size: 20px;
    background-color: #c96023
}

.social-circle li a.icoFacebook {
    display: inline-block;
    position: relative;
    margin: 0 auto 0 auto;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    text-align: center;
    width: 50px;
    height: 50px;
    font-size: 20px;
    background-color: #3b5998
}

.social-circle li a.icoTwitter {
    display: inline-block;
    position: relative;
    margin: 0 auto 0 auto;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    text-align: center;
    width: 50px;
    height: 50px;
    font-size: 20px;
    background-color: #2891e7
}

.social-circle li a.icoLinkedin {
    display: inline-block;
    position: relative;
    margin: 0 auto 0 auto;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    text-align: center;
    width: 50px;
    height: 50px;
    background-color: #0e76a8
}

.social-circle li a.icoinstagram {
    display: inline-block;
    position: relative;
    margin: 0 auto 0 auto;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    text-align: center;
    width: 50px;
    height: 50px;
    font-size: 20px;
    background-color: #640909
}

.social-circle li i {
    margin: 0;
    line-height: 50px;
    text-align: center
}

.social-circle li a:hover i,
.triggeredHover {
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -ms--transform: rotate(360deg);
    transform: rotate(360deg);
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -o-transition: all .2s;
    -ms-transition: all .2s;
    transition: all .2s
}

.social-circle i {
    color: #fff;
    -webkit-transition: all .8s;
    -moz-transition: all .8s;
    -o-transition: all .8s;
    -ms-transition: all .8s;
    transition: all .8s
}

.careers {
    position: relative;
    background-size: cover;
    background-repeat: no-repeat
}

.contact {
    background: url(../images/contact-bg.png) left center no-repeat;
    position: relative
}

.contact:before {
    content: "";
    background: rgba(255, 255, 255, .7);
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0
}

.contact .container {
    position: relative
}

.contact .info {
    width: 100%;
    margin: 3%
}

.contact .info i {
    font-size: 20px;
    background: #c60808;
    color: #fff;
    float: left;
    width: 44px;
    height: 44px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50px;
    transition: all .3s ease-in-out
}

.contact .info h4 {
    font-family: "Open Sans", sans-serif;
    padding: 0 0 0 60px;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 5px;
    color: #043c6d
}

.contact .info p {
    font-family: "Open Sans", sans-serif;
    padding: 0 0 0 60px;
    margin-bottom: 0;
    font-size: 14px;
    color: #000
}

.contact .info .email,
.contact .info .phone {
    margin-top: 40px
}

.contact .php-email-form {
    width: 100%;
    background: #fff
}

.contact .php-email-form .form-group {
    padding-bottom: 8px
}

.contact .php-email-form .error-message {
    display: none;
    color: #fff;
    background: #cabcb8;
    text-align: left;
    padding: 15px;
    font-weight: 600
}

.contact .php-email-form .error-message br+br {
    margin-top: 25px
}

.contact .php-email-form .sent-message {
    display: none;
    color: #fff;
    background: #18d26e;
    text-align: center;
    padding: 15px;
    font-weight: 600
}

.contact .php-email-form .loading {
    display: none;
    background: #fff;
    text-align: center;
    padding: 15px
}

.contact .php-email-form .loading:before {
    content: "";
    display: inline-block;
    border-radius: 50%;
    width: 24px;
    height: 24px;
    margin: 0 10px -6px 0;
    border: 3px solid #18d26e;
    border-top-color: #eee;
    -webkit-animation: animate-loading 1s linear infinite;
    animation: animate-loading 1s linear infinite
}

.contact .php-email-form input,
.contact .php-email-form textarea {
    border-radius: 4px;
    box-shadow: none;
    font-size: 14px
}

.contact .php-email-form input {
    height: 44px
}

.contact .php-email-form textarea {
    padding: 10px 12px
}

.contact .php-email-form button[type=submit] {
    border: 0;
    padding: 10px 32px;
    color: #c80808;
    transition: .2s;
    border-radius: 50px;
    border: 2px solid #c80808;
    background: #fff
}

.contact .php-email-form button[type=submit]:hover {
    background: #c80808;
    color: #fff
}

.contact .info .address:hover i,
.contact .info .email:hover i,
.contact .info .phone:hover i {
    background: #c60808;
    color: #fff
}

@-webkit-keyframes animate-loading {
    0% {
        transform: rotate(0)
    }

    100% {
        transform: rotate(360deg)
    }
}

@keyframes animate-loading {
    0% {
        transform: rotate(0)
    }

    100% {
        transform: rotate(360deg)
    }
}

.feature-img {
    width: 80px;
    height: 80px;
    border-radius: 100%;
    padding: 0 0;
    margin: 0 auto;
    background-position: center
}

.tm-section-mb {
    margin-bottom: -40px
}

.tm-section-pb {
    padding-bottom: 120px
}

.tm-section-pt {
    padding-top: 135px
}

.tm-section-2-header {
    font-size: 24px;
    font-weight: 600;
    font-family: 'Open Sans', sans-serif;
    color: #c60808;
    margin-bottom: 30px
}

.tm-section-2-header-m {
    font-size: 24px;
    font-weight: 400;
    font-family: 'Open Sans', sans-serif;
    color: #f5f5f5;
    margin-bottom: 30px
}

.tm-section-top {
    padding: 40px 20px 40px;
    width: 100%;
    box-shadow: 0 0 30px #c1c1c1
}

.tm-section-left {
    display: flex;
    width: 100%;
    height: 100%;
    background-color: #c60808;
    box-shadow: 0 5px 30px #c1c1c1
}

.tm-section-right {
    display: flex;
    width: 100%;
    height: 100%;
    background-color: #c60808;
    box-shadow: 0 5px 30px #c1c1c1
}

.tm-section-2-text-top {
    padding: 10px 20px;
    font-size: 14px;
    font-weight: 400;
    font-family: 'Open Sans', sans-serif;
    letter-spacing: 0;
    color: red;
    line-height: 26px
}

.tm-section-2-text-top p {
    padding: 1px 20px;
    font-size: 14px;
    font-weight: 400;
    font-family: 'Open Sans', sans-serif;
    letter-spacing: 0;
    color: #828181;
    line-height: 26px
}

.tm-section-2-text {
    padding: 90px 70px;
    font-size: 14px;
    font-weight: 400;
    font-family: 'Open Sans', sans-serif;
    letter-spacing: 0;
    line-height: 26px
}

.tm-section-2 {
    padding: 9px 10px 20px;
    width: 50%;
    box-shadow: 1px 8px 20px grey
}

.tm-img-container {
    width: 100%;
    height: 400px;
    box-shadow: 0 0 30px #c1c1c1;
    background-repeat: no-repeat
}

.tm-img-container-1 {
    background-image: url(https://kknetworks.com.pk/assets/imag/cl3.jpg);
    background-position: center
}

.tm-img-container-2 {
    background-image: url(https://kknetworks.com.pk/assets/img/cloud1.jpg);
    background-position: center
}

.tm-img-container-3 {
    background-image: url(../images/Mission.jpg);
    background-position: center;
    background-size: 100% 100%;
    width: 100%;
    height: 100%
}

.tm-img-container-4 {
    background-image: url(../images/Vision.jpg);
    background-position: center;
    background-size: 100% 100%;
    width: 100%;
    height: 100%
}

.tm-img {
    width: 100%
}

.tm-bg-primary {
    background-color: #c60808
}

.tm-bg-accent {
    background-color: #c60808
}

@media (min-width:1430px) {
    .tm-contact-left {
        width: 80%
    }

    .container {
        max-width: 1430px;
        padding-left: 120px;
        padding-right: 120px
    }

    .tm-img-container {
        padding: 20px 0;
        width: 100%
    }

    .tm-section-2-text {
        padding: 100px 90px;
        font-size: 14px;
        font-weight: 400;
        font-family: 'Open Sans', sans-serif;
        letter-spacing: 0;
        line-height: 26px
    }
}

@media (min-width:1310px) {
    .tm-bar-2 {
        max-width: 100%
    }

    .tm-img-container {
        padding: 0 0;
        width: 100%
    }

    .tm-section-2-text {
        padding: 100px 40px;
        font-size: 14px;
        font-weight: 400;
        font-family: 'Open Sans', sans-serif;
        letter-spacing: 0;
        line-height: 26px
    }
}

@media (min-width:1199px) {
    .tm-img-container {
        padding: 20px 0;
        width: 100%;
        height: 100%
    }

    .tm-section-2-text {
        padding: 100px 90px;
        font-size: 14px;
        font-weight: 400;
        font-family: 'Open Sans', sans-serif;
        letter-spacing: 0;
        line-height: 26px
    }
}

@media (max-width:991px) {
    .tm-welcome {
        flex-direction: column-reverse
    }

    .tm-img-container {
        padding: 20px 30px;
        width: 100%;
        height: 80vh
    }

    .tm-section-2-text {
        padding: 20px 40px;
        font-size: 14px;
        font-weight: 400;
        font-family: 'Open Sans', sans-serif;
        letter-spacing: 0;
        line-height: 26px
    }
}

@media (max-width:767px) {
    .tm-img-container {
        padding: 20px 0;
        width: 100%;
        height: 50vh
    }

    .tm-section-3-left {
        width: 100%
    }

    .tm-contact-form {
        padding-top: 30px
    }

    .tm-section-2-text {
        padding: 15px 40px;
        font-size: 14px;
        font-weight: 400;
        font-family: 'Open Sans', sans-serif;
        margin-top: 5%;
        letter-spacing: 0;
        line-height: 26px
    }

    .tm-section-2-text-top p {
        padding: 1px 0;
        font-size: 14px;
        font-weight: 400;
        font-family: 'Open Sans', sans-serif;
        letter-spacing: 0;
        color: #828181;
        line-height: 26px
    }

    .tm-section-top {
        padding: 40px 20px 0;
        width: 100%;
        box-shadow: 0 0 30px #c1c1c1
    }
}

@media (max-width:480px) {
    .tm-img-container {
        padding: 20px 0;
        width: 100%;
        height: 50vh
    }

    .tm-section-2-text {
        padding: 15px 40px;
        font-size: 14px;
        font-weight: 400;
        font-family: 'Open Sans', sans-serif;
        letter-spacing: 0;
        line-height: 26px
    }

    .tm-section-2-text-top p {
        padding: 1px 0;
        font-size: 14px;
        font-weight: 400;
        font-family: 'Open Sans', sans-serif;
        letter-spacing: 0;
        color: #828181;
        line-height: 26px
    }

    .tm-section-top {
        padding: 40px 20px 0;
        width: 100%;
        box-shadow: 0 0 30px #c1c1c1
    }
}

@media (max-width:420px) {
    .tm-img-container {
        padding: 20px 0;
        width: 100%;
        height: 35vh
    }

    .tm-section-2-text {
        padding: 15px 40px;
        font-size: 14px;
            font-weight: 400;
    font-family: 'Open Sans', sans-serif;
        letter-spacing: 0;
        line-height: 26px
    }

    .tm-section-2-text-top p {
        padding: 1px 0;
        font-size: 14px;
            font-weight: 400;
    font-family: 'Open Sans', sans-serif;
        letter-spacing: 0;
        color: #828181;
        line-height: 26px
    }

    .tm-section-top {
        padding: 40px 20px 0;
        width: 100%;
        box-shadow: 0 0 30px #c1c1c1
    }
}

@media (max-width:375px) {
    .tm-img-container {
        padding: 20px 0;
        width: 100%;
        height: 33vh
    }

    .tm-section-2-text {
        padding: 15px 40px;
        font-size: 14px;
            font-weight: 400;
    font-family: 'Open Sans', sans-serif;
        letter-spacing: 0;
        line-height: 26px
    }

    .tm-section-2-text-top p {
        padding: 1px 0;
        font-size: 14px;
            font-weight: 400;
    font-family: 'Open Sans', sans-serif;
        letter-spacing: 0;
        color: #828181;
        line-height: 26px
    }

    .tm-section-top {
        padding: 40px 20px 0;
        width: 100%;
        box-shadow: 0 0 30px #c1c1c1
    }
}

.features .nav-tabs {
    border: 0
}

.features .nav-link {
    border: 1px solid #b3b3b383 !important;
    padding: 18px;
    margin-top: 5px;
    box-shadow: 0 1px 2px rgb(44 46 46 / 18%);
    transition: .2s;
    color: #2a2c39;
    text-align: center
}

.features .nav-link i {
    font-size: 24px;
    font-family: 'Open Sans', sans-serif
}

.features .nav-link h4 {
    font-size: 14px;
    font-weight: 600;
    margin: 0;
    font-family: 'Open Sans', sans-serif
}

.features .nav-link:hover {
    border: 1px solid #c60808 !important;
    color: #fff;
    background-color: #c60808
}

.features .nav-link.active {
    background: #c60808 !important;
    color: #fff !important;
    border-color: #c60808 !important
}

@media (max-width:768px) {
    .features .nav-link i {
        padding: 0;
        line-height: 1;
        font-size: 24px
    }
}

@media (max-width:575px) {
    .features .nav-link {
        padding: 15px
    }

    .features .nav-link i {
        font-size: 24px;
        font-family: 'Open Sans', sans-serif
    }
}

.features .tab-content {
    margin-top: 23px;
    border-bottom: 0
}

.features .tab-content img {
    margin-top: 2%;
    border-radius: 5px;
    box-shadow: 0 0 4px grey
}

.features .tab-pane h3 {
    font-weight: 600;
    font-size: 24px;
    font-family: 'Open Sans', sans-serif
}

.features .tab-pane ul {
    list-style: none;
    padding: 0
}

.features .tab-pane ul li {
    padding-bottom: 10px
}

.features .tab-pane ul i {
    font-size: 24px;
    padding-right: 4px;
    font-family: 'Open Sans', sans-serif;
    color: #ef6603
}

.features .tab-pane p:last-child {
    margin-bottom: 0
}

.cta {
    background: rgba(0, 0, 0, .5);
    padding: 100px 0
}

.cta h3 {
    color: #fff;
    font-size: 28px;
    font-weight: 600;
    font-family: 'Open Sans', sans-serif
}

.cta p {
    color: #fff;
    font-size: 14px;
    font-family: 'Open Sans', sans-serif
}

.cta .cta-btn {
    font-family: 'Open Sans', sans-serif;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 14px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 12px 30px;
    border-radius: 50px;
    transition: .5s;
    margin: 10px;
    color: #fff;
    background: #ef6603
}

.cta .cta-btn:hover {
    background: #fff;
    color: #ef6603
}

@media (max-width:1024px) {
    .cta {
        background-attachment: scroll
    }
}

@media (min-width:769px) {
    .cta .cta-btn-container {
        display: flex;
        align-items: center;
        justify-content: flex-end
    }
}

.enterprise-cta {
    background-image: url(https://kknetworks.com.pk/assets/img/enterprisesolutions.jpg);
    padding: 100px 0
}

.enterprise-ctablack {
    margin-top: 4% !important;
    background-color: rgba(34, 33, 33, .4)
}

.enterprise-cta h3 {
    color: #fff;
    border-bottom: 3px solid #fff;
    font-size: 24px;
    font-weight: 600;
    font-family: 'Open Sans', sans-serif
}

.enterprise-cta p {
    color: #fff;
    font-size: 14px;
    font-family: 'Open Sans', sans-serif
}

.enterprise-cta .enterprise-cta-btn {
    font-family: 'Open Sans', sans-serif;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 14px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 12px 30px;
    border-radius: 50px;
    transition: .5s;
    margin: 10px;
    color: #fff;
    background: #ef6603
}

.enterprise-cta .enterprise-cta-btn:hover {
    background: #fff;
    color: #ef6603
}

@media (max-width:1024px) {
    .enterprise-cta {
        background-attachment: scroll
    }
}

@media (min-width:769px) {
    .enterprise-cta .enterprise-cta-btn-container {
        display: flex;
        align-items: center;
        justify-content: flex-end
    }
}

.heading-section {
    width: 100%;
    height: 400px;
    background-image: url(../images/AboutSection.jpg);
    padding: 200px 10px;
    background-attachment: fixed
}

.heading-sectionblack {
    background-color: rgba(34, 33, 33, .2);
    margin-top: 5% !important
}

.heading-section h3 {
    color: #fff;
    font-family: 'Open Sans', sans-serif;
    font-size: 38px;
    font-weight: 600
}

.heading-section p {
    color: #fff;
    font-size: 18px;
    font-family: 'Open Sans', sans-serif
}

@media screen and (max-width:400px) {
    .heading-section {
        background-image: url(../images/AboutSectionMobile.jpg)
    }

    .heading-section h3 {
        color: #fff;
        font-family: 'Open Sans', sans-serif;
        font-size: 34px;
        font-weight: 600;
        justify-content: center;
        align-items: center;
        padding: 0 0
    }
}

#more {
    display: none
}

.multi-column {
    -moz-column-count: 2;
    -moz-column-gap: 20px;
    -moz-column-fill: auto;
    -webkit-column-count: 2;
    -webkit-column-gap: 40px;
    -webkit-column-fill: auto;
    column-count: 2;
    column-gap: 40px;
    column-fill: auto;
    text-align: start
}

.btn-readmore {
    border: none;
    background-color: #fff;
    padding: 0 0;
    text-align: center;
    font-size: 14px;
    cursor: pointer;
    color: #c60808
}

.btn-readmore:hover {
    text-decoration: underline
}


.submitbutton {
    border: 1px solid #c60808;
    background: 0 0;
    padding: 3px 8px;
    border-radius: 4px;
    margin: 0;
    color: #c60808;
    box-shadow: 1px 2px 2spx rgb(44 46 46 / 20%)
}

.submitbutton:hover {
    color: #fff;
    background-color: #c60808
}

.form-control {
    background-color: #ebecee
}

.form-control-1 {
    background-color: #ebeceec2;
    display: block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #a2a2a2;
    background-color: #e0e0e066;
    background-clip: padding-box;
    border: 2px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out
}


.text {
    position: absolute;
    top: 20%;
    font-size: 38px;
    margin-left: 3%;
    padding: 2px 0;
    text-transform: uppercase;
    font-family: 'Open Sans', sans-serif;
    color: #f5f5f5;
    text-shadow: 1px 1px 1px #dcdcdc, 1px 1px 1px #919191, 1px 1px 1px #919191, 1px 4px 6px rgba(16, 16, 16, .1), 1px 8px 6px rgba(16, 16, 16, .1), 1px 8px 6px rgba(16, 16, 16, .1), 1px 8px 6px rgba(16, 16, 16, .1)
}

.textp {
    position: absolute;
    top: 27%;
    transform: translate(50%, -50%);
    text-transform: uppercase;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    float: left;
    color: #f5f5f5
}

@media (max-width:992px) {
    .text {
        position: absolute;
        top: 20%;
        font-size: 34px;
        text-align: center;
        left: 0;
        right: 0;
        text-transform: uppercase;
        font-family: 'Open Sans', sans-serif;
        color: #f5f5f5;
        text-shadow: 1px 1px 1px #dcdcdc, 1px 1px 1px #919191, 1px 1px 1px #919191, 1px 4px 6px rgba(16, 16, 16, .1), 1px 8px 6px rgba(16, 16, 16, .1), 1px 8px 6px rgba(16, 16, 16, .1), 1px 8px 6px rgba(16, 16, 16, .1)
    }
}

.font-size-content h2 {
    font-size: 24px;
    font-style: bold;
    font-weight: 400;
    border-bottom: 2px solid #c60808 !important;
    padding-bottom: 3px;
    font-family: 'Open Sans', sans-serif
}

.font-size-content ul {
    font-size: 14px
}

.font-size-content p {
    font-size: 14px;
    letter-spacing: .2px;
    font-style: normal;
    text-align: justify;
    font-weight: 400;
    line-height: 26px;
 font-family: 'Open Sans', sans-serif
}

.font-size-content-about h2 {
    font-size: 24px;
    font-style: bold;
    font-weight: 600;
    color: #fff;
    background-color: #c60808;
    padding: 10px;
    box-shadow: 1px 2px 4px grey;
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
 font-family: 'Open Sans', sans-serif, sans-serif
}

.font-size-content-about p {
    font-size: 14px;
    color: #000;
    font-style: normal;
    text-align: justify;
    font-weight: 400;
    line-height: 26px;
 font-family: 'Open Sans', sans-serif
}

.btn-contact {
    text-align: center;
    border-radius: 4px;
    font-size: 14px;
    cursor: pointer;
    color: #c60808
}

.btn-contact:hover {
    color: #c60808;
    text-decoration: underline
}

.clients .swiper-slide img {
    transition: .1s;
    width: 100%
}

.clients .swiper-pagination {
    margin-top: 20px;
    position: relative
}

.clients .swiper-pagination .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background-color: #fff;
    opacity: 1;
    border: 1px solid #c60808
}

.clients .swiper-pagination .swiper-pagination-bullet-active {
    background-color: #c60808
}

.clients .owl-item {
    display: flex;
    justify-content: center;
    align-items: center
}

.clients .owl-item img {
    width: 100%;
    transition: .1s
}

.clients .owl-dots,
.clients .owl-nav {
    margin-top: 5px;
    text-align: center
}

.clients .owl-dot {
    display: inline-block;
    margin: 0 5px;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: #ddd !important
}

.clients .owl-dot.active {
    background-color: #e80808 !important
}
