*{
    margin: 0 auto;
    padding: 0;
}
body{
    font-family: 'Work Sans', sans-serif;
}
.clearFix::after{
    content: "";
    display: block;
    clear: both;
}
.text-left{
    text-align: left;
}
.text-center{
    text-align: center;
}
.text-right{
    text-align: right;
}
a{
    text-decoration: none;
}
ul{
    list-style: none;
}
.d-inline-block{
    display: inline-block;
}
.float-left{
    float: left;
}
.float-right{
    float: right;
}
.container {
    max-width: 1340px;
  }
  img{
    width: 100%;
  }


  /* Custom CSS */
.header {
    padding: 10px;
    background: #fff;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 10;
    box-shadow: 4px 4px 20px 0 rgba(0, 0, 0, 0.1);
}
.header-logo {
    width: 30%;
}
.header-logo img{
    height: 45px;
    width: auto;
    padding-right: 5px;
}
.header-logo span {
    display: block;
    font-size: 1.6rem;
    font-weight: 600;
    margin-top: 5px;
}
.header-menu{
    width: 60%;
}
/* .header-menu ul{} */
.header-menu ul li{
    padding-right: 20px;
    line-height: 40px;
    display: inline-block;
    position:relative;
}
.header-menu ul li:hover ul{
    opacity: 1;
    visibility: visible;
}
.header-menu ul li ul{
    position: absolute;
    left: 0;
    top: 90%;
    opacity: 0;
    visibility: hidden;
}
.header-menu ul li ul li {
    display: block;
    border-bottom: 1px solid #919191;
    width: 81px;
    height: 35px;
    background: rgba(255, 255, 255, 0.778);
    padding: 2px 8px;
}
.header-menu ul li ul li:nth-last-child(1) {
    border-radius: 0 0 5px 5px;
}
.header-menu ul li a{
    color: black;
    font-size: 16px;
    font-weight: 500;
}
.header-menu ul li a:hover{
    color: rgb(12, 134, 255);
}
.header-btn{
    width: 10%;
    display: block;
}
.header-btn a {
    border: 2px solid rgb(98, 120, 223);
    display: inline-block;
    padding: 10px 30px;
    border-radius: 8px;
    color: rgb(98, 120, 223);
    font-weight: bold;
}

.header-btn a:hover{
    background-color: #6278df;
    color: #fff;
    border-radius: 8px;
}
.banner{
    background:url('./img/mbr-4.jpg') no-repeat center;
    background-size: cover;
    padding: 120px 0px;
    position: relative;
    z-index: 1;
    margin-top: 65px;
}
.banner::after{
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.379);
    z-index: -1
}
.banner h4{
    color: #fff;
    margin: -50px;
    padding: 20px;
    font-size: 26px;
    font-weight: 400;
}
.banner h1{
    color: #fff;
    padding: 20px;
    margin-top: 50px;
    font-size: 60px;
    font-weight: bold;
}
.banner a{
    display: inline-block;
    color: rgb(130, 129, 129);
    background-color: #fff;
    padding: 18px 35px;
    border-radius: 6px;
    font-size: 20px;
    font-weight: bold;
    margin: 50px 10px;
    transition: 00.4s;
}
.banner a:hover{
    background-color: #6278df;
    color: #fff;
    border-radius: 8px;
}

/* Video Section */
.video-section{
    margin: 100px 0;
}
.video-frame{
    width: 45%;
    padding: 10px 20px;
}
.video-content{
    width: 45%;
    padding: 10px;
}
.video-content h1{
    font-size:50px;
    margin-bottom: 20px;
    font-weight: normal;
}
.video-content p{
    line-height: 30px;
    font-size: 20px;
    color: rgb(114, 114, 114);
    margin-top: 40px;
}
.apps-module{
    display: inline-block;
    width: 28.1%;
    height: 145px;
    border-radius: 5px;
    padding: 50px 25px;
    margin: 10px;
    box-shadow: 4px 4px 20px 0 rgba(0, 0, 0, 0.1);
    transition: 0.4s;
}
.apps-module:hover{
    box-shadow: 4px 4px 20px 0 rgba(0, 0, 0, 0.18);
}
.module-logo{
    width: 25%;
    display: block;
    font-size: 40px;
}
.module-content{
    width: 75%;
}
.module-content h1{
    font-size: 25px;
    margin-bottom: 20px;
    font-weight: 500;
}
.module-content p{
    font-size: 22px;
    font-weight: 300;
    color: rgb(100, 100, 100);
}
.aboutapps-title h1{
    font-size: 55px;
    font-weight: 600;
    padding: 35px;
}
.aboutapps-title p{
    font-size: 28px;
    font-weight: 300;
    color: rgb(100, 100, 100);
    margin-bottom: 80px;
}


/* Buy App & Packages */
.buy-app{
    margin-top: 100px;
}
.ab-title h1{
    line-height: 1.1;
    font-size: 3.6rem;
    font-weight: 400;
}
.ab-title p{
    line-height: 3.1;
    font-size: 1.5rem;
    font-weight: 300;
    color: rgb(84, 84, 84);
    margin-bottom: 80px;
}


/* Buy Apps Packages */
.buy-app{
    margin: 100px 0;
    padding: 20px 0;
    background: #f7f9ff;
}
.app-box-main{
    border-bottom: 1px solid rgb(55, 55, 55);
}
.pkg-box {
    width: 31.8%;
    border-radius: 5px;
    box-shadow: 4px 4px 20px 0 rgba(0, 0, 0, 0.1);
    transition: 0.4s;
    margin: 10px;
    background: #fff;
}
.facilities{
    padding: 34px;
}
.facilities span{
    font-size: 1.3rem;
    line-height: 1.5;
    padding: 5px;
    font-weight: 300;
}
.facilities span i{
    font-size: 20px;
    font-weight: 900;
    color: #6278df; 
}
.facilities ul li{
    padding: 10px;
}
.buy-btn{
    display: inline-block;
    padding: 15px 30px;
    border-radius: 5px;
    box-shadow: 4px 4px 20px 0 rgba(0, 0, 0, 0.1);
    color: #6278df;   
    font-size: 20px;
    font-weight: 600;
    transition: 00.4s;
    margin-top: 30px;
    cursor: pointer;
}
.buy-btn:hover{
    background: #000 !important;
    color: #fff !important;
}
.pkg-box-head{
    padding: 34px;
    border-bottom: 1px solid #000;
    transition: 0.4s;
}
.pkg-box:hover{
    box-shadow: 4px 4px 20px 0 rgba(0, 0, 0, 0.18);
}
.pkg-box:hover .buy-btn{
    background-color: #6278df;
    color: #fff;
    box-shadow: 4px 4px 20px 0 rgba(0, 0, 0, 0.18);
}
.pkg-box:hover .pkg-box-head{
    background-color: #6278df;
    color: #fff;
    border-radius: 5px 5px 0 0;
}
.pkg-box h1 {
    padding: 32px 0px;
    font-size: 3.6rem;
    font-weight: 700;
    display: inline-block;
}
.pkg-box h2{
    font-weight: 500;
}
.pkg-box h4{
    display: inline-block;
}
.pkg-box h5{
    padding: 27px 0;
    font-size: 19px;
    font-weight: 500;
}
.pkg-box p{
    font-size: 22px;
}

/* Team Member Section*/
.team-member{
    margin: 100px 0;
}
.tm-title{
    font-size: 2.8rem;
    font-weight: 500;
}
.profile{
    background: #ddd;
    margin: 100px 0;
}
.profile-box{
    width: 22.00%;
    box-shadow: 4px 4px 20px 0 rgba(0, 0, 0, 0.08);
    border-radius: 5px;
    transition: 0.4s;
    margin: 20px;
}
.profile-box:hover{
    box-shadow: 4px 4px 20px 0 rgba(0, 0, 0, 0.18);
}
.profile-box img{
    border-radius: 5px 5px 0 0;
}
.profile-title{
    padding: 20px;
}
.profile h1{
    font-size: 25px;
    font-weight: 500;
    padding-bottom: 10px;
}
.profile p{
    font-size: 20px;
    padding-bottom: 25px;
    font-weight: 200;
}

/* News Latter Subscribtion */
.newslatter{
    margin: 100px 0;
}
.newslatter p{
    font-size: 1.6rem;
    margin: 10px;
    line-height: 2.5;
    font-weight: 200;
}
.newslatter h1{
    font-size: 2.8rem;
    margin: 10px;
    line-height: 2.5;
    font-weight: 500;
}
.newslatter input{
    padding: 15px 30px;
    font-size: 20px;
    margin: 20px;
    border-radius: 5px;
    border: 1px solid rgb(199, 199, 199);
    width: 25%;
}
.newslatter input:focus{
    box-shadow: 4px 4px 20px 0 rgba(0, 132, 255, 0.18) !important;
}
.subscribe-btn{
    background: #6278df;
    padding: 17px 60px;
    font-size: 20px;
    border-radius: 5px;
    color: #fff;
    cursor: pointer;
    font-weight: 500;
    box-sizing: border-box;
    border: 2px solid #6278df;
    transition: 00.4s;
}
.subscribe-btn:hover{
    background: #fff;
    color: #6278df;
    border: 2px solid #6278df;
    box-sizing: border-box;
}

/* What's New Section */
.whats-new{
    margin: 200px 0;
}
.wn-title{
    margin: 30px 0;
}
.wn-title h1{
    width: 48%;
    font-size: 2.8rem;
    line-height: 2;
    font-weight: 500;
    margin-left: 2%;
}
.wn-title p{
    width: 48%;
    font-size: 1.3rem;
    font-weight: 400;
    color: #767678;
    margin-right: 2%;
}
.thumb-box{
    width: 46%;
    margin:2%;
    border-radius: 5px;
    box-shadow: 4px 4px 20px 0 rgba(0, 0, 0, 0.08);
    box-sizing: border-box;
}
.thumb-box:hover{
    box-shadow: 4px 4px 20px 0 rgba(0, 0, 0, 0.18);
}
.thumb-box img{
    width: 50%;
    border-radius: 5px 0 0 5px;
}
.box-caption{
    width: 50%;
    padding: 27px;
    box-sizing: border-box;
}
.box-caption h3{
    font-weight: 500;
    margin-bottom: 25px;
}
.box-caption p{
    font-size: 20px;
    font-weight: 300;
}

/* Feedback from our users */
.feedback{
    background: #f7f9ff;
    padding-bottom: 40px;
}
.fb-header h1 {
    line-height: 2;
    font-size: 50px;
    font-weight: 400;
    margin-bottom: 54px;
}
.fb-header p {
    line-height: 2.1;
    font-size: 1.5rem;
    font-weight: 300;
    color: rgb(84, 84, 84);
    padding-top: 15px;
}
.fb-box {
    padding: 57px;
    width: 29.33%;
    margin: 2%;
    border-radius: 5px;
    box-shadow: 4px 4px 20px 0 rgba(0, 0, 0, 0.08);
    box-sizing: border-box;
    background: #fff;
    line-height: 2;
    font-size: 19px;
    font-weight: 300;
    position: relative;
    transition: 00.4s;
}
.fb-box i {
    font-size: 105px;
    position: absolute;
    top: 20px;
    left: 56px;
    opacity: 0.1;
}
.fb-box::before {
    content: "";
    position: absolute;
    bottom: -20px;
    left: 0;
    right: 0;
    margin: auto;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 20px 20px 0 20px;
    border-color: #fff transparent transparent transparent;
}
.fb-box:hover{
    box-shadow: 4px 4px 20px 0 rgba(0, 0, 0, 0.18);
}
/* User data */
.fb-user {
    width: 25.3%;
    margin-left: 100px;
}
.fb-user:nth-child(3){
    margin-left: 0;
}
.fb-user img{
    height: 100px;
    width: 100px;
    border-radius: 50%;
}
.user-data {
    width: 50%;
    padding: 30px 10px;
}


/* Contact Us Section*/
.aboutus{
    padding: 20px 0;
    margin: 100px 0;
}
.map{
    width: 50%;
    box-sizing: border-box;
    padding: 10px;
}
.mail-form{
    margin-top: 20px;
}
.mail {
    width: 47.0%;
    padding: 30px;
    box-sizing: border-box;
    margin-left: 40px;
}
.mail-caption{
    margin-bottom: 46px;
}
.mail-caption h3 {
    font-size: 27px;
    font-weight: 600;
    line-height: 4;
}
.mail-caption p {
    font-size: 21px;
    line-height: 2;
    font-weight: 300;
}
.mail-form .form-box {
    height: 70px;
    padding: 15px 30px;
    font-size: 20px;
    border-radius: 5px;
    margin: 10px 0;
    border: 1px solid #ddd;
    box-sizing: border-box;
}
.email{
    width: 100%;
}
.name{
    width: 50%;
}
.phonenumber{
    width: 49%;
}
.msg{
    width: 100%;
    padding: 15px 30px;
    font-size: 20px;
    border-radius: 5px;
    margin: 10px 0;
    border: 1px solid #ddd;
    box-sizing: border-box;
}
::placeholder{
    color: #6b6b6b;
    opacity: 0.5;
    font-weight: 100;
}
.send-btn{
    display: inline-block;
    padding: 15px 30px;
    font-size: 20px;
    border-radius: 5px;
    margin: 10px 0;
    border: 2px solid #6278df;
    box-sizing: border-box;
    background: #6278df;
    color: #fff;
    font-weight: bold;
    transition: 0.4s;
}
.send-btn:hover{
    background: #fff;
    color: #6278df;
    border: 2px solid #6278df;
}
.shadow{
    box-shadow: 4px 4px 30px 0 rgba(98, 120, 223, 0.5) !important;
}
.shadow-h{
    transition: 0.4s;
}
.shadow-h:hover{
    box-shadow: 4px 4px 30px 0 rgba(98, 120, 223, 0.5) !important;
}
.shadow-f{
    transition: 0.4s;
}
.shadow-f:focus{
    box-shadow: 4px 4px 30px 0 rgba(98, 120, 223, 0.5) !important;
    border: 1px solid rgb(98, 120, 223);
}


/* Footer section */
.footer h3 {
    font-size: 22px;
    font-weight: 400;
    padding: 30px;
}