@font-face {
    font-family: guru;
    src: url(../fonts/Teko-Bold.ttf);
}
@font-face {
    font-family: rale-400;
    src: url(../fonts/raleway.light.ttf);
}
@font-face {
    font-family: guru-semi;
    src: url(../fonts/Teko-SemiBold.ttf);
}
@font-face {
    font-family: guru-regular;
    src: url(../fonts/Teko-Regular.ttf);
}
html {
    scroll-behavior: smooth;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-user-select: none; /* Safari */
    -ms-user-select: none; /* IE 10 and IE 11 */
    user-select: none; /* Standard syntax */
  }
  body{
    overflow-x: hidden;
    -webkit-user-select: none; /* Safari */
    -ms-user-select: none; /* IE 10 and IE 11 */
    user-select: none; /* Standard syntax */
}
body{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: guru;
}

p{
    font-family: rale-400;
}
h2{
    font-family: guru-regular;
    color: #0083F2;
}

nav{
    display: flex;
    padding: 0 6%;
    background-color: #0083F2;
    color: white;
}
nav .logo{
    min-height: 1px;
}
nav .main-logo{
    border: 0.5px solid rgb(237, 237, 237);
    padding:7.5px 0;
    background-color: white;
}
nav .main-logo h1{
    color: #0083F2;
    margin:0;
    text-align: center;
    align-self: center;
}
nav .main-menu{
    width: 70%;
}
nav .main-menu ul{
    display: flex;
    list-style: none;
    padding: 0 10px;
    justify-content: center;
    align-items: center;
    margin: 5px 0;
}
nav .main-menu ul li{
    padding: 5px 0px; 
    position: relative;
}
nav .main-menu ul li a{
    padding: 13px 20px; 
    color: white;
    font-size: 25px;
    font-weight: 600;
    text-decoration: none;
}
nav .main-menu ul li a:hover{
    transition: 0.5s;
    background-color: black;
}
nav .main-menu ul li a.active{
    transition: 0.5s;
    background-color: transparent;
}
.drop-down{
    position: relative;
    display: flex;
}
.drop-down .drop-arrow{
    position: relative;
    left: 10px;
    bottom: -7px;
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 8px solid rgb(255, 255, 255);
   transform: rotate(180deg);
}
.services-drop{
    display: none;
    position: absolute;
    background-color: #ffffff;
    width: 150%;
    z-index: 2;
}
.services-drop ul{
    flex-direction: column;
    padding: 0 !important;
    margin: 0 !important;
}
.services-drop ul li{
    width: 100%;
    text-align: left;
    padding: 0 !important;
}
.services-drop ul li a{
    padding: 13px 20px; 
    color: rgb(0, 0, 0) !important;
    font-weight: 400 !important;
    font-family: guru-regular !important;
    justify-content: space-between;
}
.services-drop ul li:hover{
    background-color: #3E3E3E;
}
.services-drop ul li:hover a{
    color: white !important;
}
.services-drop ul li a:hover{
    background-color: transparent !important;
}
.drop-down-sub{
    position: relative;
    display: flex;
}
.drop-down-sub .drop-arrow{
    position: relative;
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 8px solid rgb(0, 0, 0);
   transform: rotate(180deg);
   left: 10px;
   top: 10px;
}
.web-drop{
    width: 110%;
    display: none;
    position: absolute;
    background-color: #ffffff;
    color: black;
    left: 222px;
    top: 0;
}
.services-drop ul li:hover .web-drop ul li{
    padding-left: 15px !important;
    padding: 15px 0 !important;
}
.services-drop ul li:hover .web-drop ul li a{
    color: rgb(0, 0, 0) !important;
    font-weight: 400 !important;
    font-family: guru-regular !important;
    justify-content: space-between;
}
.services-drop ul li:hover .web-drop ul li:hover a{
        color: white !important;
}
.web-down:hover .web-drop{
    display: block;
    transition: 0.5s;

}
.mobile-drop{
    width: 105%;

    display: none;
    position: absolute;
    background-color: #ffffff;
    left: 222px;
    top: 0;
}
.services-drop ul li:hover .mobile-drop ul li{
    padding-left: 15px !important;
    padding: 15px 0 !important;
}
.services-drop ul li:hover .mobile-drop ul li a{
    font-weight: 400 !important;
    color: black !important;
    font-family: guru-regular !important;
    justify-content: space-between;
}
.services-drop ul li:hover .mobile-drop ul li:hover a{
        color: white !important;
}
.mobile-down:hover .mobile-drop{
    display: block;
    transition: 0.5s;

}
.digi-drop{
    width: 120%;
    display: none;
    position: absolute;
    background-color: #ffffff;
    left: 222px;
    top: 0;
}
.services-drop ul li:hover .digi-drop ul li{
    padding-left: 15px !important;
    padding: 15px 0 !important;
}
.services-drop ul li:hover .digi-drop ul li a{
    color: rgb(0, 0, 0) !important;
    font-weight: 400 !important;
    font-family: guru-regular !important;
    justify-content: space-between;
}
.services-drop ul li:hover .digi-drop ul li:hover a{
        color: white !important;
}
.digi-down:hover .digi-drop{
    display: block;
    transition: 0.5s;

}
.content-drop{
    width: 105%;
    display: none;
    position: absolute;
    background-color: #ffffff;
    left: 222px;
    top: 0;
}
.services-drop ul li:hover .content-drop ul li{
    padding-left: 15px !important;
    padding: 15px 0 !important;
}
.services-drop ul li:hover .content-drop ul li a{
    color: rgb(0, 0, 0) !important;
    font-weight: 400 !important;
    font-family: guru-regular !important;
    justify-content: space-between;
}
.services-drop ul li:hover .content-drop ul li:hover a{
        color: white !important;
}
.content-down:hover .content-drop{
    display: block;
}
.about-drop{
    width: 100%;
    display: none;
    position: absolute;
    background-color: #ffffff;
}
.about-drop ul{
    flex-direction: column;
    padding: 0 !important;
    margin: 0 !important;
}
.about-drop ul li{
    padding-left: 15px !important;
    padding: 15px 0 !important;
    margin: 0 !important;
    width: 100%;
}
.about-drop ul li:hover{
    background-color: #3E3E3E !important;
}
.about-drop ul li a{
    color: rgb(0, 0, 0) !important;
    font-weight: 400 !important;
    font-family: guru-regular !important;
    justify-content: space-between;
}
.about-drop ul li a:hover{
    background-color: transparent !important;
    color: rgb(255, 255, 255) !important;

}
.about-drop ul li:hover a{
    color: white !important;
}
.services-down:hover .services-drop{
    display: block;
    transition: 0.5s;
}
.about-down:hover .about-drop{
    display: block;
    transition: 0.5s;

}
nav .mail {
    position: relative;
    min-height: 1px;
}
nav .mail .actualmail{
    border: 0.5px solid rgb(237, 237, 237);
    background-color: white;
    padding:19px 20px;
    align-content: center;
    align-self: center;
}
nav .mail .actualmail h1{
    color: #000000;
    margin:0;
    font-family: guru-regular;
    text-align: center;
    font-size: 30px;
}
nav .mail .actualmail h1 a{
    color: #000000;
}
nav .mail .actualmail h1 a:hover{
    color: #0083F2;
}

.desktop-container{
    padding: 0 6%;
}
footer{
    background-color: #141414;
    color: white;
    padding: 5% 0%;
    padding-bottom: 0;
}
.table-footer{
    padding: 0.5% 6%;
}
.table-footer table{
    width: 100%;
}
.table-footer table tr:first-child th{
    margin-bottom: 20px;
}
.table-footer table th{
    color: #0083F2;
    font-size: 42px;
    font-weight: 400;
    font-family: guru-regular;
    width: 25%;
    text-align: left;
}
/* .symbol{
    display: flex;
} */
.symbol div{
    display: inline-flex;
    position: relative;
    border: 1px solid #0083F2;
    width: 10px;
    height: 10px;
    font-size: 15px;
    font-size: 800;
    border-radius: 50px;
    background-color: #0083F2;
    color: black;
    text-align: center;
    margin-right: 10px;
    align-self: center;
}
.symbol div::before{
    position: absolute;
    content: "";
    height: 1px;
    width: 4px;
    left: 2px;
    top: 3px;
    border: 1.8px solid black;
    border-top: none;
    border-right: none;
    transform: rotate(-45deg);
}
.table-footer table td{
    padding: 6px 0px;
    color: white;
    font-size: 16px;
    font-weight: 500;
    font-family: rale-400;
    width: 20%;
    text-decoration: none;
}
.table-footer table td:first-child{
    padding: 3px 0px;
}
.table-footer table td a{
    color: white;
    font-size: 16px;
    font-weight: 500;
    font-family: rale-400;
    width: 20%;
    text-decoration: none;
}
.partner-site{
    padding: 2% 6%;
    padding-bottom: 5%;
}
.partner-site h3{
    color: #0083F2;
    font-size: 30px;
    font-weight: 400;
    font-family: guru-regular;
    margin: 10px 0 ;
}
.symbol a{
    color: white;
    font-size: 16px;
    font-weight: 400;
    font-family: rale-400;
    width: 20%;
    text-decoration: none;
}
.copy-right{
    padding: 0.5% 6%;
    font-weight: 400;
    background-color: #3E3E3E;
}
.social-logo{
    display: flex;
    width: 15%;
    margin-top: 10px;
}
a{
    text-decoration: none;
}
.social-logo a{
    margin: 0 4px;
    padding: 10px;
    background-color: #000000;
    font-size: 18px;
    width: 50% !important;
}

/* mobile nav  */

.hamburger{
    width: 2%;
    padding: 2%;
}
.ham-span{
    display: flex;
    flex-direction: column;
}
.ham-span span{
    position: relative;
        top: 0px;
    left: 150%;
    width: 100%;
    height: 1px;
    border-top: 3px solid rgb(255, 255, 255);
    border-radius: 12px;
    margin: 0.5px;
}

.mobile-menu{
    position: absolute;
    background-color: rgb(255, 255, 255);
    top: 64px;
    z-index: 3;
    width: 100% !important;
}
.mobile-menu ul{
    flex-direction: column;
}
.mobile-menu ul li{
    width: 100%;
    text-align: center;
}
.mobile-menu .drop-down .drop-arrow {
    border-bottom: 8px solid rgb(0, 0, 0) !important;
}
.mobile-menu ul li:hover{
    background-color: #3E3E3E !important; 
}
.mobile-menu ul .active{
    background-color: #3E3E3E !important; 
}
.mobile-menu ul .active a{
    color: white !important;
}
.mobile-menu ul li a {
    padding: 13px 20px;
    color: rgb(0, 0, 0) !important;
    font-size: 25px;
    font-weight: 600;
    text-decoration: none;
    justify-content: center;
    width: 40%;
    margin: auto;
}
.mobile-menu ul li:hover a {
    color: rgb(255, 255, 255) !important;
}
.ham-span p{
    display: none;
    position: absolute;
    top: -100px;
    left: 82%;
    font-size: 80px;
}

.mobile-menu .services-drop{
    position: relative;
    background-color: #ffffff;
    width: 100%;
}

.mobile-menu .web-drop{
    position: relative;
    left: 0;
    top: 0;
    width: 100%;
}
.mobile-menu ul li:hover .services-drop li a {
    color: rgb(0, 0, 0) !important;
}
.mobile-menu ul li:hover .services-drop li:hover {
    background-color: #3E3E3E;
}
.mobile-menu ul li:hover .services-drop li:hover a{
    color: white;
}
nav .mobile-menu .main-menu ul li a:hover {
    transition: 0.5s;
    background-color: transparent !important;
}

.mobile-menu .mobile-drop{
    position: relative;
    left: 0;
    width: 100%;
    top: 0;
}
.mobile-menu ul li .mobile-drop a {
    color: rgb(0, 0, 0) !important;
}
.mobile-menu .digi-drop{
    position: relative;
    left: 0;
    width: 100%;
    top: 0;
}
.mobile-menu ul li:hover .digi-drop a {
    color: rgb(0, 0, 0) !important;
}
.mobile-menu .content-drop{
    position: relative;
    left: 0;
    width: 100%;
    top: 0;
}
.mobile-menu ul li:hover .content-drop a {
    color: rgb(0, 0, 0) !important;
}

.mobile-menu .about-drop{
    position: relative;
}

.mobile-menu ul li:hover .about-drop li a {
    color: rgb(0, 0, 0) !important;
}
.go-top{
    position: fixed;
    right: 25px;
    bottom: 25px;
    width: 50px;
    height: 50px;
    border: 2px solid rgb(255, 255, 255);
    background-color: #0083F2;
    color: white;
    border-radius: 500px;
    text-align: center;
}
.go-top .top{
    padding: 17px 8px 17px 8px;
}
.go-top .top a{
    color: white;
    font-weight: 400;
    font-family: rale-400;
}
.whats-app{
    position: fixed;
    right: 25px;
    bottom: 100px;
    width: 50px;
    height: 50px;
    border: 2px solid white;
    background-color: #00e676;
    border-radius: 500px;
    text-align: center;
}
.whats-app .whats-app-icon{
    padding: 4px 8px 3px 10px;
}
.whats-app .whats-app-icon a{
    color: white;
    font-size: 36px;
    font-weight: 400;
    font-family: rale-400;
}
.call-us{
    position: fixed;
    right: 25px;
    bottom: 175px;
    width: 50px;
    height: 50px;
    border: 2px solid white;
    background-color: #ffffff;
    border-radius: 500px;
    text-align: center;
}
.call-us .call-us-icon{
    padding: 12px 12px 3px 10px;
    transform: rotate(326deg);
}
.call-us .call-us-icon a{
    color: #0083F2;
    font-size: 24px;
    font-weight: 400;
    font-family: rale-400;
}
@media(max-width:786px) and (min-width:500px){
    .ham-span p {
        left: 48%;
    }
    .hamburger {
        width: 3%;
    }
    .ham-span span {
        margin: 1.5px;
    }
    nav .mail .actualmail {
        padding: 15px 30px !important;
    }
    body{
        overflow-x: hidden;
    }
    .footer-sections ul{
        list-style: none;
        margin: 0;
        padding-left: 3%;
    }
    .footer-sections ul li{
        padding: 8px 0;
        color: white;
        font-size: 16px;
        font-weight: 500;
        font-family: rale-400;
        text-decoration: none;
    }
    .footer-sections ul li a {
        color: white;
        font-size: 16px;
        font-weight: 500;
        font-family: rale-400;
        text-decoration: none;
    }
    .footer-sections ul li h1{
        color: #0083F2;
        font-size: 42px;
        font-weight: 400;
        font-family: guru-regular;
        text-align: left;
        margin: 10px 0;
    }
}
@media(max-width:500px) and (min-width:375px){
    body{
        overflow-x: hidden;
    }
    .footer-sections ul{
        list-style: none;
        margin: 0;
        padding-left: 3%;
    }
    .footer-sections ul li{
        padding: 8px 0;
        color: white;
        font-size: 16px;
        font-weight: 500;
        font-family: rale-400;
        text-decoration: none;
    }
    .footer-sections ul li a {
        color: white;
        font-size: 16px;
        font-weight: 500;
        font-family: rale-400;
        text-decoration: none;
    }
    .footer-sections ul li h1{
        color: #0083F2;
        font-size: 42px;
        font-weight: 400;
        font-family: guru-regular;
        text-align: left;
        margin: 10px 0;
    }
}
@media(max-width:375px) and (min-width:325px){
    body{
        overflow-x: hidden;
    }
    .footer-sections ul{
        list-style: none;
        margin: 0;
        padding-left: 3%;
    }
    .footer-sections ul li{
        padding: 8px 0;
        color: white;
        font-size: 16px;
        font-weight: 500;
        font-family: rale-400;
        text-decoration: none;
    }
    .footer-sections ul li a {
        color: white;
        font-size: 16px;
        font-weight: 500;
        font-family: rale-400;
        text-decoration: none;
    }
    .footer-sections ul li h1{
        color: #0083F2;
        font-size: 42px;
        font-weight: 400;
        font-family: guru-regular;
        text-align: left;
        margin: 10px 0;
    }
}
@media(max-width:320px){
    body{
        overflow-x: hidden;
    }
    .footer-sections ul{
        list-style: none;
        margin: 0;
        padding-left: 3%;
    }
    .footer-sections ul li{
        padding: 8px 0;
        color: white;
        font-size: 16px;
        font-weight: 500;
        font-family: rale-400;
        text-decoration: none;
    }
    .footer-sections ul li a {
        color: white;
        font-size: 16px;
        font-weight: 500;
        font-family: rale-400;
        text-decoration: none;
    }
    .footer-sections ul li h1{
        color: #0083F2;
        font-size: 42px;
        font-weight: 400;
        font-family: guru-regular;
        text-align: left;
        margin: 10px 0;
    }
}