*{
    margin: 0;
    padding: 0;
}

.mid-content{
    width: 1300px;
    margin: auto;
}
.img{
    max-width: 100%;
}

.clearfix::after{
    content: "";
    clear: both;
    display: block;

}

h1,h2,h3,h4,h5,a,p,span{
    font-family: 'Work Sans',sans-serif;
}

.text-center{
    text-align: center;
}
.text-right{
    text-align: right;
}
.text-right{
    text-align: left;
}
.text-justify{
    text-align: justify;
}
.left{
    float: left;
}
.right{
    float: right;
}


/* Header Section */


.header-section{
    border-bottom: 1px solid #dddd;
    width: 100%;
    background: #fff;
    position: fixed;
    z-index: 99;

}
.logo a img {
    width: 60px;
    float: left;
    margin: 5px;
}

.logo a span {
    line-height: 65px;
    text-decoration: none;
    font-size: 23px;
    margin-left: 5px;
}

.logo a {
    text-decoration: none;
    font-weight: 678;
    color: #000d;
    transition: 300ms;
}

.logo a:hover {
    color: #726f6ff2;
}

.primary-menu{
    width: 66%;
    text-align: center;
}
.primary-menu ul{
    line-height: 70px;
   

   
}
.primary-menu ul li{
   list-style: none;   
   display: inline-block;
   text-align: left;

}
.primary-menu ul li a{
    text-decoration: none;
    color: black;
    transition: 300ms;
    padding: 0px 20px;


   
}
.primary-menu ul li a:hover{
    color: rgb(48, 48, 223);
}

/* Dropdown menu */

.primary-menu ul li {
    position: relative;
    width: 200px;
}
.primary-menu ul li ul{
    position: absolute;
    left: 0;
    top: 100%;
    width: 200px;
    background: #fff;

    opacity: 0;
    visibility: hidden;
    transform: scaleY(0);
    transition: 300ms;
    transform-origin: top center;

}
.primary-menu ul li:hover ul{
    opacity: 1;
    visibility: visible;
    transform: scaleY(1);

}

.button{
    width: 14%;
}
.button{
    width: 14%;
    text-align: right;
}
.btn{ 
    text-decoration: none;
    border: 2px solid rgb(8, 0, 255);
    padding: 11px 30px;
    display: inline-block;
    margin-top: 12px;
    font-weight:bold;
    color:rgb(8, 0, 255);
    border-radius:5px;
    text-align: right;
    transition: 300ms;

}
.btn:hover{
    color: white;
    background: rgb(8, 0, 255);
    box-shadow: 0px 0px 20px rgba(51, 0, 255, 0.5);

}



/* banner section */

.banner-section{
    background: url(img/mbr-4.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 150px 0;
    position: relative;
    z-index: 9;
}

.banner-content{
    color: white;
}
.banner-content h3{
    font-size: 30px;
    margin-bottom: 30px;
    font-weight: 300;
}
.banner-content h2{
    font-size:50px;
    margin-bottom: 40px;
}
.def-btn{
    font-size: 23px;
    color: rgba(93, 92, 92, 0.867);
    text-decoration: none;
    background: #ffff;
    display: inline-block;
    padding: 20px 33px;
    border-radius: 10px;
    font-weight: 500;
    margin: 0px 10px;
}
.def-btn:hover{
    background: rgb(82, 79, 234);
    color: white;
    transition: 300ms;
}

.banner-section::after{
    content: "";
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background:rgba(0, 0, 0, .5);
    position: absolute;
    z-index: -1;

}
.banner-bottom{
    padding: 50px 0px;
}
.banner-bottom{
    background: #f7f6f6

}
.card1{
    width: 48%;
    float: left;
}
.card2{
    width:48%;
    float: right;
}
.card2 h3{
    font-size: 50px;
    font-weight: 400;
}
.card2 p{
    line-height: 2;
    color: rgb(128, 125, 125);
}

.about h2{
    font-size: 50px;
    font-weight: 580;
    margin-bottom: 30px;
}
.service-section{
    padding: 100px 0px;
}
.about h3{
    color: #767676;
    font-size: 30px;
    font-weight: 300;
}
.services{
    margin: 150px 0px;
}
.service-card{
    width: 31%;
    box-sizing: border-box;
    box-shadow: rgb(0 0 0 / 50%) 2px 2px 10px;
    margin: 20px;
    padding: 30px;

}
.service-card:nth-child(3){
    margin-right: 0px;
}
.service-card:nth-child(6){
    margin-right: 0px;
}
.service-card:nth-child(1){
    margin-left:0px;
}
}

element.style {
}
.service-card.left:nth-child(4) {
    margin-left: 0px;
}
.service-logo{
    float: left;
    height:152px;
    font-size: 30px;
    color: rgb(101, 101, 212);
    margin-right: 40px;
}
.logo span{}
.card-content h3{
    font-size: 30px;
    font-weight: 300px;
    margin-bottom: 20px;
    text-align: left;
}
.card-content p{
    font-size:20px;
    color: #767676;
    text-align: left;
}

/* Price section */

.price-section{
    background: rgb(249 249 249);
    
}
.price-section-text{
    padding: 60px 0px;
}
.price-section-text h2{
    font-size: 60px;
    font-weight: 500;
    

}
.pricing-table-item{
    background: #fff;
    display: inline-block;
    box-shadow: rgb(0 0 0 / 50%) 2px 2px 10px;
    margin: 30px 10px;
    box-sizing: border-box;
    margin-right: 2%;
    width: 31%;
}
.pricing-table-item:nth-child(3){
    margin-right: 0px;
}
.p-table-h{
    border-bottom: 2px solid rgb(175, 175, 175);
    margin-bottom: 36px;
}
.pricing-table-item:hover .p-table-h{
    background: rgb(101, 101, 212);
    color:white;
    transition: 300ms;
}
.pricing-table-item:hover .p-btn{
    background: #6278df;
    color: #fff;
    transition: 300ms;
}

.p-table-h h3{
    margin-left: 30px;
    padding-top: 20px;}
.p-table-h h1{
    margin-left: 30px;
    padding: 30px 0px;
    font-size: 70px;
}
.permonth{
    font-size: 20px;
}
.p-table-h h4{
    margin-left: 30px;
    margin-bottom: 20px;}
.p-table-h p{
    margin: 20px 30px;
}

.p-table-m{}
.p-table-m ul{
    margin-left: 30px;
}
.p-table-m ul li{
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    list-style: none;
    padding: 20px 0px;
    font-weight: 400;
    font-size: 20px;
    color: rgb(158, 158, 158);
}
.p-table-m ul li span{
    color: blue;
    font-size: 2rem;
    font-weight: 1000;
    min-width: 35px;
    margin-right: 10px;

}

.p-table-f{
    text-align: center;
    margin: 50px 0px;
}
.p-btn{
    text-decoration:none;
    display: inline-block;
    padding: 16px 85px;
    font-weight: bold;
    color: rgb(8, 0, 255);
    border-radius: 5px;
    box-shadow: 0px 0px 10px rgb(10 10 10 / 30%);
    text-align: right;
    transition: 300ms;
}

.team-section{
    padding: 50px 0px;
}
.member-text{
    padding: 0px 0px 50px 0px;
}
.member-text h2{
    text-align: center;
    font-size: 3rem;
}
.member {
    float: left;
    box-sizing: border-box;
    box-shadow: 0px 0px 10px rgb(0 0 0 / 50%);
    width: 21%;
    margin: 20px;
    border-radius: 5px;
}
.member img{
    width: 100%;
}


.bio{
    padding: 20px 10px;
}

/* subscribe section */

.subscribe-section{
    background: rgb(249 249 249);
    text-align: center;
    padding: 70px 0px;
}
.sub-content p{
    font-weight: 300;
    font-size: 25px;
    margin-bottom: 30px;
 
}
.sub-content h1{
    margin-bottom: 30px;
    font-size: 50px;
}

.newslatter-email{
    width: 300px;
    height: 41px;
    box-shadow: 0px 0px 10px rgb(0 0 0 / 50%);
    box-sizing: border-box;
    border: 1px solid rgba(255, 255, 255, 0.867);
    padding: 34px 20px;
    border-radius: 5px;
    font-size: 1.3rem;
}
.newslatter-email:focus{
    border-color: #6278df;
    box-shadow: 3px 3px 27px -3px #6278df;
}

.newslatter-btn {
    padding: 21px 100px;
    font-size: 1.3rem;
    font-weight: 500;
    color: white;
    background: #6570ed;
    border: none;
    border-radius: 5px;
    display: inline-block;
    margin-left: 20px;
    transition: 300ms;
    border: 2px solid #6278df;
}
.newslatter-btn:hover{
    box-shadow: 0px 0px 10px rgb(0 0 0 / 50%);
    background: white;
    color:#6278df;
    border: 2px solid #6278df;

}
/* whats new section */
.whats-new-section{
    padding: 80px 0;
}
.whats-new-heading{
    width: 50%;    

}
.whats-new-heading h1{
    font-size: 3rem;
}
.whats-new-text{
    width: 50%;
    font-size: 1.3rem;
    color: #959595;
}

/* promo-section */

.promo-section{
    margin-bottom: 50px;
}

.promo-card{
    width:48%;
    height: 200px;
    background: white;
    box-sizing: border-box;
    box-shadow: 0px 0px 10px rgb(0 0 0 / 50%);
}
.promo-card img{
    height: 100%;
    float: left;
    margin-right: 20px;
}
.promo-card h2{
    margin-top: 50px;
}
.promo-card p{
    margin-top: 10px;
    font-size: 1.3rem;
    color: #959595;
}
.testimonial-section{
    background: rgb(249 249 249);
    padding: 50px 0;
}
.testimonial-card{
    width:31.7%;
    margin-top: 25px;
    margin-right: 30px;
}

.testimonial-card:nth-child(3){
    margin-right: 0;
}
.testimonial-h p{
    font-size: 25px;
    text-align: center;
}
.testimonial-h h2{
    font-size: 40px;
    margin: 20px 0px;
    text-align: center;
}
.testimonial-content{
    background: white;
    box-sizing: border-box;
    box-shadow: 0px 0px 10px rgb(0 0 0 / 50%);
    padding: 50px 30px;
    position: relative;
}
.testimonial-content::after{
    content: "";
    position: absolute;
    bottom: -19px;
    left: 0;
    right: 0;
    margin: auto;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 20px 20px 0 20px;
    border-color: #ffffff transparent transparent transparent;

}
.testimonial-content p{
    font-size: 1.5rem;
    color: gray;
    position: relative;
}
.testimonial-content p::before{
    content: "\f10d";
    font-family: FontAwesome;
    font-size: 105px;
    position: absolute;
    opacity: .15;
    left: 4px;
    top: -49px;
    position: absolute;
}
.testimonial-bio{
    margin: 40px auto;
    width: 200px; 
}
.testimonial-bio h4{
    font-size: 20px;
}
.testimonial-bio span{
    font-size: 18px;
    color: #767676;
}
.bio-content{
    position: absolute;
    margin-left: 100px;
    margin-top: 10px;
   
}
.testimonial-bio img{
    border-radius: 50%;
    width: 70px;
    margin-right: 20px;
    float: left;   
    
}
.testimonial-content h4{
   
}

/* footer csection */
.footer-contents{
    padding: 50px 0px;
}
.contact-map{
    width: 48%;
}
.contact-form{
    width: 49%;
    margin-left: 30px;
}

.contact-form h2{
    font-size: 30px;
    margin-bottom: 20px;
}
.contact-form p{
    font-size: 18px;
    color: gray;
 
}
.contact-form input{
    margin-top: 20px;
}
.w-100{
    width: 100%;
}
.w-50{
    width: 48%;
}
.contact-form textarea{
    margin-top: 20px;
    width: 100%;
    height: 200px;
}
.contact-form-button{
    margin-left: 0;
    margin-top: 20px;
}
.row-2{
    padding: 10px 0px;
}