/* DEFAULT CSS */
*{
    margin: 0;
    padding: 0;
}
html{
    scroll-behavior: smooth;
}
.text-left{
    text-align: left;
}
.text-center{
    text-align: center;
}
.text-right{
    text-align: right;
}
.clearfix::after{
    content: "";
    clear: both;
    display: block;
}
.left{
    float: left;
}
.right{
    float:right;
}
img{
    max-width: 100%;
}
a{
    text-decoration: none;
}
.mid-content{
    max-width: 1300px;
    margin: auto;
}
body,h1,h2,h3,h4,h5,h6,p,a,span{
    font-family: 'Work Sans', sans-serif;
}

/* Header section */

.header-section{
    background-color:#fff;
    border-bottom: 1px solid #ddd;
    padding: 5px 0;
    padding-bottom: 0px;
    position:fixed;
    top: 0;
    left: 0;
    z-index: 99;
    width: 100%;
}
.header-logo{
    width: 30%;
}
.header-logo img{
    height: 70px;
}
.header-menu{
    width: 50%;
}
.header-button{
    width: 20%;
    text-align: right;
}
.header-btn{
    display: inline-block;
    border: 1px solid red;  
    padding: 10px 20px; 
    font-size: 18px; 
    border-radius: 10px;  
    color: white; 
    background: red;
    font-weight: 700;
    text-transform: uppercase;
    margin-top: 15px;
    transition: .5s;
}
.header-btn:hover{
    color: red;
    background-color: black;
}
.primary-menu{}
.primary-menu ul{}
.primary-menu ul li{
    display: inline-block;
}
.primary-menu ul li a{
    display: block;
    font-size: 18px;
    padding-left: 30px;
    font-weight: 500;
    text-transform: uppercase;
    line-height: 75px;
    color: black;
    transition: .5s;
}
.primary-menu ul li a:hover{
    color: red;
}

/* Dropdown Menu */

.primary-menu ul li{
    position: relative;
}
.primary-menu ul li ul{
    position: absolute;
    left: 0;
    top: 100%;
    width: 300px;
    background-color: white;
    opacity: 0;
    visibility: hidden;
    transition: .5s;
    transform: scaleY(0);
    transform-origin: top center;
}
.primary-menu ul li:hover ul{
    opacity: 1;
    visibility: visible;
    transform: scaleY(1);
}

/* Banner CSS */

.banner-section{
    background: url(https://images.pexels.com/photos/3183127/pexels-photo-3183127.jpeg?auto=compress&cs=tinysrgb&dpr=2&h=650&w=940);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
    padding: 250px 0px;
    color: #fff;
    position: relative;
    z-index: 9;
    margin-top: 75px;
}
.banner-section::after{
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: rgba(0,0,0,.5);
    z-index: -1;
    
}
.banner-content{
    
}
.banner-content h3{
    font-size: 20px;
    margin: 30px 0px;
    font-weight: 500;
}
.banner-content h1{
    font-size: 40px;
    margin: 20px 0;
    font-weight: 600;
    text-transform: uppercase;
}
.default-btn{
    color: red;
    display: inline-block;
    font-weight: 700;
    font-size: 20px;
    background: white;
    padding: 20px;
    border-radius: 10px;
    margin-left: 10px;
    margin-right: 10px;
    transition: .5s;
}
.default-btn:hover{
    color: #fff;
    background-color: red;
}

/* banner-sectiion-bottom */

.banner-section-bottom{
    background-color: #f7f9ff;
    padding: 100px 0;
}
.video-left{
    width: 48%;
}
.video-content-right{
    width: 48%;
}
.video-content-right h3{
    font-size: 40px;
    font-weight: 400;
    margin-bottom: 30px;
}
.video-content-right p{
    font-weight: 300;
    font-size: 20px;
    color: #767676;
    line-height: 30px;
}

/* Services section */
.services-section{
    background-color: #fff;
    padding: 100px 0;
    margin-bottom: 30px;
}
.services-headline h3{
    font-size: 3.6rem;
    font-weight: 900;
    margin-bottom: 20px;
}
.services-headline p{
    font-size: 1.5rem;
    font-weight: 300px;
    color: #767676;
}

/* services-items */

.services-items{
    margin-top: 90px;
}
.services-box{
    width: 32%;
    box-shadow: 4px 4px 20px 0 rgba(0,0,0,.1);
    margin-right: 2%;
    margin-bottom: 30px;
    padding: 30px;
    box-sizing: border-box;
}
.services-box:nth-child(3n+3){
    margin-right: 0;
}
.s-icon{
    width: 60px;
    margin-right: 10px;
    height: 150px;
    float: left;
    font-size: 40px;
    color: red;
}
.s-content{}
.s-content h3{
    font-size: 30px;
    font-weight: 500;
    margin-bottom: 20px;
    
}
.s-content p{
    font-size: 20px;
    line-height: 30px;
    font-weight: 300;
    color: #767676;
}

/* Pricing table section */
.pricing-table-section{
    background-color: #f7f9ff;
    padding: 30px 0;
}
.pricing-table-heading h3{
    font-size: 3rem;
    font-weight: 400;
    margin-bottom: 20px;
}
.pricing-table-heading p{
    font-size: 1.5rem;
    font-weight: 300;
    color: #767676;
}
.pricing-tables{
    margin-top: 80px;
}
.pricing-itmes{
    width: 32%;
    margin-right: 2%;
    background: #fff;
    box-shadow: 3px 4px 30px 0 	rgba(0,0,0,0.2);
}
.pricing-itmes:nth-child(3){
    margin-right: 0;
}
.p-heading{
    padding: 40px;
    border-bottom: 1px solid #ddd;
    transition: .5s;
}
.p-heading h2{
    font-size: 20px;
    font-weight: 300px;
}
.p-heading h1{
    font-size: 40px;
    font-weight: 700;
    margin: 30px 0;
}
.p-heading h1 span{
    font-size: 20px;
}
.p-heading h4{
    font-size: 18px;
    margin: 30px 0;
}
.p-heading p{
    font-size: 18px;
    line-height: 1.5rem;
}
.p-content{
    padding: 50px;
}
.p-content ul{
    list-style: none;
}
.p-content ul li{
    margin-top: 30px;
    font-size: 20px;
    color: #767676;
}
.p-content ul li span{
    display: inline-block;
    font-size: 20px;
    color: red;
    width: 40px;
}
.p-button .default-btn{
    margin-top: 50px;
    box-shadow: 3px 4px 30px 0 	rgba(0,0,0,0.3);
    transition: .5s;
}

.pricing-itmes:hover .p-heading{
    background-color: red;
    color: white;
}
.pricing-itmes:hover .p-button .default-btn{
    background-color: red;
    color: white;
}

/* Team Section */
.team-section{
    padding: 100px 0;
}
.team-heading{
    font-size: 2.5rem;
    margin-top: 40px 0;
}
.team-members{
    margin-top: 100px;
}
.member{
    width: 23.5%;
    margin-right: 2%;
    box-shadow: 3px 4px 30px 0 	rgba(0,0,0,0.3);
}
.member img{
    width: 100%;
    border-radius: 10px 10px 0 0;
}
.member-bio{
    padding: 30px;
}
.member-bio h3{
    font-size: 20px;
    margin-bottom: 10px;
    font-weight: 500;
}
.member-bio span{
    font-size: 18px;
    color: #767676;
}
.member:nth-child(4){
    margin-right: 0;
}

/* Newsletter section */
.newsletter-section{
    padding: 100px 0;
    background-color:#f7f9ff;
}
.newsletter-heading{
    margin: 30px 0;
}
.newsletter-heading p{
    font-size: 1.5rem;
    color: #767676;
    margin-bottom: 40px;
}
.newsletter-heading h3{
    font-size: 3rem;
    font-weight: 400;
}
.newsletter-form{
    margin-top: 80px;
}
.deafult-input{
    width: 300px;
    padding: 20px 15px;
    border: 1px solid #ddd;
    font-size: 18px;
    letter-spacing: 2px;
    color: #767676;
    border-radius: 10px;
    box-shadow: 3px 4px 30px 0 	rgb(0,0,0,0.3);
    transition: .5s;
    box-sizing: border-box;
}
.deafult-input:hover{
    box-shadow: 3px 4px 30px 0 rgba(255,0,0,0.3);
    border: 1px solid red;
}
.submit-btn{
    color: #fff;
    background-color: red;
    padding: 20px 50px;
    border-radius: 10px;
    font-size: 18px;
    font-weight: 600;
    border: none;
    display: inline-block;
    margin-left: 8px;
    cursor: pointer;
    border: 2px solid transparent;
    transition: .3s;
}
.submit-btn:hover{
    box-shadow: 6px 8px 30px 0 rgba(255,0,0,0.5);
    background-color: #fff;
    border: 2px solid red;
    color: red;
}

/*  Blog Section */

.blog-section{
    padding: 100px 0;
    padding-top: 20px;
}
.blog-title{
    padding: 50px 0;
}
.b-heading{
    width: 50%;
}
.b-heading h2{
    font-size: 30px;
    font-weight: 500;
    word-spacing: 1px;
    margin-top: 30px;
}
.b-content{
    width: 50%;
}
.b-content p{
    color: #767676;
    font-size: 22px;
    line-height: 35px;
    font-weight: 400;
}
.blog-item{
    
}
.blog-post-item{
    width: 48%;
    background-color: #fff;
    box-shadow: 3px 4px 30px 0 	rgb(0,0,0,0.3);
    transition: .3s;
}
.blog-post-item:hover{
    box-shadow: 6px 8px 50px 0 	rgb(0,0,0,0.5);
}
.blog-post-item img{
    float: left;
    width: 300px;
    margin-right: 30px;
    border-radius: 10px;
}
.blog-post-content{
    margin: 30px 0;
}
.blog-post-content h3{
    font-size: 25px;
    font-weight: 500;
    margin: 15px 0;
}
.blog-post-content p{
    font-size: 20px;
    color: #767676;
    line-height: 30px;
    letter-spacing: 1px;
    padding-right: 3px;
}

/* Testimonital Section */

.testimonial-section{
    background-color: #f7f9ff;
    padding: 100px 0;
}
.newsletter-heading{
    margin-bottom: 100px;
}
.t-item{
    width: 31.3%;
    margin-right: 2%;
    box-sizing: border-box;
}
.t-item:nth-child(3){
    margin-right: 0;
}
.t-content{
    background-color: #fff;
    box-shadow: 3px 4px 30px 0 rgb(0,0,0,0.3);
    padding: 50px;
    font-size: 20px;
    color: #767676;
    letter-spacing: 1px;
    line-height: 30px;
    box-sizing: border-box;
    margin-bottom: 60px;
    border-radius: 20px;
    position: relative;
    transition: .3s;
}
.t-content::after{
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: -270px;
    margin: auto;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 20px 15px 0 15px;
    border-color: #ffffff transparent transparent transparent;

}
.t-content p{
    position: relative;
}
.t-content p span{
    font-size: 80px;
    position: absolute;
    opacity: .2;
    margin-top: -30px;
    margin-left: -20px;
}
.t-content:hover{
    box-shadow: 6px 8px 50px 0 	rgb(0,0,0,0.5);    
}
.t-user-img{
    width: 270px;
    margin: auto;
}
.t-user-img img{
    border-radius: 50%;
    width: 100px;
    float: left;
    margin-right: 30px;
}
.t-user-bio{
    position: relative;
    top: 20px;
}
.t-user-bio h4{
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 10px;
}
.t-user-bio span{
    color: #767676;
}

/* Contact Section */
.contact-section{
    padding-top: 100px;
}
.contact-row{

}
.contact-left-map{
    width: 48%;
}
.contact-right-form {
    width: 48%;
}
.contact-form{
    margin-top: 65px;
}
.contact-form .w100{
    width: 100%;
}
.contact-form .w50{
    width: 48%;
}
.contact-form .deafult-input{
    margin-bottom: 30px;
}
.contact-form .submit-btn{
    margin-left: 0px;
}
.contact-form textarea{
    height: 200px;
}
.contact-right-form h4{
    font-size: 30px;
    font-weight: 500;
    margin: 20px 0;
}
.contact-right-form p{
    font-size: 20px;
    color: #767676;
    font-weight: 300;
    line-height: 30px;
    letter-spacing: 1px;
}
.footer{
    margin-top: 100px;
    font-size: 20px;
    font-weight: 600;
    padding: 20px 0;
    margin-bottom: 20px;
}
.footer a{
    color: red;
}

