/*----Common Css Part Start-----*/
*{
    margin:0;
    padding:0;

}
ol,ul{
    list-style-type: none;
}
a{
    text-decoration:none;
}
.header{
    text-align: center;
    padding: 160px 280px 58px 280px;
}
.header h3{
font-family: 'Abril Fatface', cursive;
font-size: 32px;
font-weight:400;
color:#3a85c9;
}
.header p{
font-family: 'Open Sans', sans-serif;
font-size:14px;
font-weight:600;
line-height:24px;
color:#444444;
}
.button{
    font-family: 'Open Sans', sans-serif;
    font-size:20px;
    font-weight:500;
    margin-bottom:90px;
    border-radius:50px;
    padding:10px 22px;
}
/*----Common Css Part End-----*/


/* ------Banner Css Part Start------ */
#banner-part{
    background:url('../img/banner.jpg');
    background-position:center;
    background-size:cover;
    background-repeat:no-repeat;
}
.banner-left {
    margin-top:100px;
}
.banner-left h2{
    font-family: 'Open Sans', sans-serif;
    font-size:70px;
    font-weight:300;
    color:#3a85c9;
    line-height:0;

}
.banner-left h1{
    font-family: 'Abril Fatface', cursive;
    font-size:70px;
    font-weight:400;
    color:#3a85c9;
    padding-top:43px;
    padding-bottom:46px;

   
}
.banner-left .button{
    color:#3a85c9;
    margin-top:80px;
}
.banner-left .button:hover{
    box-shadow: 1px 11px 17px 4px #00000020;
}

.banner-right{
    position:relative;
}
.banner-right-image{
    position: absolute;
    margin-top:50px;
    left:-38px;
}


/* ------Banner Css Part  End------ */
/* ------Navbar Css Part  Start------ */
.navbar-light .navbar-nav .nav-link {
    font-family: 'Open Sans', sans-serif;
    font-size:16px;
    font-weight:400;
    color:#444444;
    padding-left:35px;

}
.navbar {
    padding-top:22px;
  
}
.navbar img{
    height: 50px !important;
    width:70px !important;
}
.btn{
    padding-right: 0;
}
.btn i{
    height:30px;
    width:30px;
    color:#fff;
    background-color:#3a85c9;
    border-radius:50%;
    line-height:30px;
}

.container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    padding-right: var(--bs-gutter-x,-0.25rem);
    padding-left: var(--bs-gutter-x,-0.25rem);

}
/* ------Navbar Css Part  End------ */

/*------- Features Css Part Start------ */

.feature-content{
    padding: 20px;
    transition: all linear .3s;

}
.feature-content h4{
    font-family: 'Open Sans', sans-serif;
    font-size:20px;
    font-weight:600;
    color:#222222;
}

.feature-content p{
    font-family: 'Open Sans', sans-serif;
    font-size:14px;
    font-weight:400;
    color:#444444;
}
.feature-content .feature-icon{
    font-size: 58px;
    color:#444444;
    transition: all linear .3s;

}
.feature-content:hover .feature-icon{
    color:#3a85c9;

}
.feature-content:hover {
    background-color: #fafafa;
    box-shadow: 0px 0px 1px 1px #f0f0f0;
    border-radius: 5px;
}
.feature-mockup{
    display:flex;
   justify-content:center;
   align-items: center;
}

.feature-1{
   
    position: relative;
}

.feature-1:after {
    content: '';
    position: absolute;
    width: 194px;
    height: 30px;
    top: 74px;
    right:-194px;
    border: 1px solid #e8f4ff;
    border-left: none;
    border-bottom: none;
    opacity: 0;
    transition: all linear .3s;
}
.feature-1:hover:after{
    opacity:1;

}


.feature-2{
   
    position: relative;
}

.feature-2:after {
    content: '';
    position: absolute;
    width: 100px;
    height: 30px;
    top: 25px;
    right: -100px;
    border: 1px solid #e8f4ff;
    border-left: none;
    border-top: none;
    opacity: 0;
    transition: all linear .3s;
}
.feature-2:hover:after{
    opacity:1;

}
.feature-3{
   
    position: relative;
}

.feature-3:after {
    content: '';
    position: absolute;
    width: 126px;
    height: 42px;
    top: 95px;
    left: -111px;
    border: 1px solid #e8f4ff;
    border-right: none;
    border-bottom: none;
    opacity: 0;
    transition: all linear .3s;
}
.feature-3:hover:after{
    opacity:1;

}
.feature-4{
   
    position: relative;
}

.feature-4:after {
    content: '';
    position: absolute;
    width: 148px;
    height: 30px;
    top: 30px;
    left: -150px;
    border: 1px solid #e8f4ff;
    border-right: none;
    border-top: none;
    opacity: 0;
    transition: all linear .3s;
}
.feature-4:hover:after{
    opacity:1;

}

/*------- Features Css Part End------ */


/* ------About Css Part Start------ */

.about-right .header {
    text-align:left;
    padding:0 15px;

}
.about-right .header  h3{
    padding-top:30px;
    padding-bottom:30px;
}
.about-right .button{
    color:#3a85c9;
    padding:6px 22px;
    margin-top:10px;
}
.about-right .button:hover{
    box-shadow: 1px 11px 17px 4px #00000020;
}
.about-right p .text-p2{
    margin-top:100px;
}
.about-left{
    position: relative;
}
.about-mockup{
    position: absolute;
    top:-19px;
}
#about-part{

    background-color:#e3f1ff;
    }
/* ------About Css Part End------ */

/* ------Questions Css Part Start-----*/
#question-part{
margin-top:100px;
padding-top:72px;
margin-bottom:100px;

}
.question h1{
    font-family: 'Abril Fatface', cursive;
    font-size:32px;
    font-weight:400;
    color:#3a85c9;
    padding-bottom:14px;

}

.accordion-button {
    font-family: 'Open Sans', sans-serif;
    font-size:20px;
    font-weight:600;
    color: #999999;
    text-align: left;
    background-color: #f5f5f5;
    margin-top:16px;
   
}
.accordion-body {
font-family: 'Open Sans', sans-serif;
font-size:14px;
font-weight:400;
color:#444444;
line-height: 24px;
background-color:#f5f5f5;
}

.accordion-button{

    padding-top: 10px;
    padding-bottom: 10px;
}
.accordion-button:focus {
     z-index: 3;
     border-color:transparent !important;
     outline: none; 
    box-shadow:0px 4px 8px 1px rgba(0, 0, 0, 0.096);
}
.question-right{
    background-color:#d2e8fe;
    padding-bottom: 10px;

}
.question-right-content{
  padding-right:25px;
  padding-left:25px;
 
}
.question-right h1{
    padding-top: 33px;
    padding-right:36px;
    line-height:40px;
}
.question-right p{
    font-family: 'Open Sans', sans-serif;
    font-size:14px;
    font-weight:400;
    color: #777777; 
    line-height:24px;
}
.question-right p i{
    padding-right:5px;
}
.question-right input{
    width:100%;
    height: 42px;
    background-color:transparent;
    border:1px solid #bbbbbb;
}
.question-right input[type=text]{
    padding-left:10px;
}
.question-right .sub{
    font-family: 'Open Sans', sans-serif;
    color:#3a85c9;
    font-size:20px;
    font-weight:600; 
    background-color:#ffffff;
    margin-top:14px;
    border:none;
    margin-bottom:30px;
    box-shadow: 0px 11px 11px 0px #00000010;

}

/* ------Questions Css Part End-----*/
/* ------Video Css Part Start-----*/

#video-part .header{
    padding-left: 115px;
    padding-right:100px;
    text-align: left;
    padding-top:52px;
}
#video-part .header p{
    font-weight: 400;

}
#video-part{
    background-color: #f5f5f5;
    overflow: hidden;
  
}
.video-left{
    position: relative;
}
.video-left-img{
    position:absolute;
    top:250px;
    left:70px;
}
.video-left h6{
    font-family: 'Open Sans', sans-serif;
    color:#3a85c9;
    font-size:16px;
    font-weight:600; 
}
.video-right{
    position:relative;



}
.video-play-button {
    position: absolute;
    z-index: 10;
    top: 50%;
    left: -30px;
    transform:translateY(-50%);
    box-sizing: content-box;
    display: block;
    width: 32px;
    height: 44px;
    /* background: #eb2055; */
    border-radius: 50%;
    padding: 18px 20px 18px 28px;
  }
  
  .video-play-button:before {
    content: "";
    position: absolute;
    z-index: 0;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 55px;
    height: 55px;
    background: #fff;
    border-radius: 50%;
    animation: pulse-border 1100ms ease-out infinite;
  }
  
  .video-play-button:after {
    content: "";
    position: absolute;
    z-index: 1;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 60px;
    height: 60px;
    background: #fff;
    border-radius: 50%;
    transition: all 200ms;
  }
  
  .video-play-button span {
    display: block;
    position: relative;
    z-index: 3;
    width: 0;
    height: 0;
    border-left: 19px solid #3a85c9;
      border-top: 12px solid transparent;
    border-bottom: 12px solid transparent;
    top: 10px;
    left: 5px;
  }
  
  @keyframes pulse-border {
    0% {
      transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
      opacity: 1;
    }
    100% {
      transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
      opacity: 0;
    }
  }

   .video-right:hover .video-right-text h2{
    opacity: 1;
 }

 .video-right-text h2{
    font-family: 'Open Sans', sans-serif;
    font-size:16px;
    font-weight:400;
    position: absolute;
    left:58px;
    top:248px;
    color: #ffff;
    opacity: 0;
    transition: all linear .3s;


  }
/* ------Video Css Part End-----*/

/* ------ Product Css Part Start-------- */
.product-item{
    position: relative;
}
.product-item:hover .hover-effect{
    opacity:1;

}
.hover-effect{

    position: absolute;
    left:131px;
    top:-8px;
    opacity:0;
    transition: all linear .3s;
}
.hover-effect h5{
    font-family: 'Open Sans', sans-serif;
    color:#3a85c9;
    font-size:13px;
    font-weight:600; 
    line-height:42px;
    padding-right: 6px;
 

}
.hover-effect i{
    font-size:40px;
    height:42px;
    width: 42px;
    text-align: center;
    line-height:42px;
    color:#3a85c9;
    background-color:#fff;
    border-radius: 50%;
   

}
.hover-effect 
.specification-part img{
    height:546px;
}
.specification{
    background-color:#f5f5f5;
    box-shadow: 0px 0px 6px 1px #00000010;
}
.specification-text{
    padding:24px 11px 0 24px;


}
.specification-text h3{
    font-family: 'Open Sans', sans-serif;
    color:#3a85c9;
    font-size:24px;
    font-weight:600; 
    line-height:30px;
    padding-bottom: 8px;

}
.details{
    font-family: 'Open Sans', sans-serif;
    color:#444444;
    font-size:16px;
    font-weight:400; 
    line-height:40px;

}
.specification-button a button{
    font-family: 'Open Sans', sans-serif;
    color:#ffffff;
    font-size:16px;
    font-weight:600;
    background-color:#3a85c9;
    width:100%;
    border:0;
    margin-top:20px;
    padding:8px 0;
}
/* ------ Product Css Part End-------- */
/* ------Testimonial Css Part Start-------*/

.testimonial-item{
    height:380px;
    position: relative;
text-align: center;
padding-left: 15px;
padding-right: 15px;


}


.testimonial .slick-list{
    padding:0 !important;

} 
.slick-center{
    box-shadow: 0px 0px 11px 5px #00000010;
}
.testimonial-item-top{
    height:50%;
    background-color: #d7ebfe;
    overflow: hidden;
    max-height:190px ;
   
}
.testimonial-item-top p{
    font-family: 'Open Sans', sans-serif;
    color:#444444;
    font-size:14px;
    font-weight:400;
    padding:20px 16px;
    line-height:24px;
   
    
}
.testimonial-item-bottom{
    height:50%;
    border:1px solid #d4eafe;

}
.testimonial-item-image{
    position: absolute;
    width:120px;
    height:120px;
    border-radius:50%;
    overflow: hidden;
    top:50%;
    left:50%;
    transform:translate(-50%,-50%);
    text-align: center;
    border:.5px solid blue;
    outline:2px solid #ffffff;

}
.testimonial-item-image img {
    width:118px;
    height:118px;
    object-fit: cover;
    /* top: 100px; */
    /* border-radius: 50%; */
    /* border: 2px solid black; */
}
.testimonial-item-bottom h3{
    padding-top:80px;
    font-family: 'Open Sans', sans-serif;
    color:#222222;
    font-size:20px;
    font-weight:600;
    
}
.testimonial-item-bottom h6{
    font-family: 'Open Sans', sans-serif;
    color:#999999;
    font-size:16px;
    font-weight:600;
    line-height:8px;
}
.testimonial-ratting i{
    font-size:20px;
}
.testimonial-ratting{
    padding-top:4px;
    color:#3a85c9;
}
.testimonial-item:hover{
    /* box-shadow: 0px 0px 11px 5px #00000010; */


}
.testimonial-arrows{
    justify-content: center;
    padding-top: 20px;
    
}
.testimonial-arrows i{
    margin:5px;
    height:40px;
    width:40px;
    font-size:20px;
    color: #3a85c9;
    line-height:40px;
    text-align: center;
    border:1px solid  #3a85c9;
    border-radius:50%;


}
.testimonial-arrows i:hover{
    margin:5px;
    height:40px;
    width:40px;
    font-size:20px;
    color: #ffff;
    line-height:40px;
    text-align: center;
    border:1px solid  #3a85c9;
    background-color: #3a85c9;
    border-radius:50%;
}

/* ------Testimonial Css Part End------- */
/* ------Latest-news Css Part Start------- */
.latest-news-item{
    padding-bottom: 0px;

}
.latest-news-r{
    background-color:#f5f5f5;
    margin-left:-28px;
    
}
.latest-news-r-content{
    margin-left:10px;
}
.latest-news-r h3{
    font-family: 'Abril Fatface', cursive;
    font-size:20px;
    font-weight:400;
    color:#222222; 
    padding-right:25px;
    padding-bottom:14px;
    
}

.author{
    

}

.author-image{
    height:60px;
    width: 60px;
    /* padding-top: 10px; */
    overflow: hidden;
    border-radius:50%;
    background-color: #b9b9b9;
}
.author-image img{
    width: 100%;
    padding-top: 5px;
    object-fit: cover;
}
.author-text h2{
    font-family: 'Open Sans', sans-serif;
    color:#999999;
    font-size:14px;
    font-weight:400;
    padding-top:15px;
    padding-left:10px;

 
}
.author-text h3{
    font-family: 'Open Sans', sans-serif;
    color:#444444;
    font-size:14px;
    font-weight:400;
    padding-left:10px;
    line-height:0;

 
}
.latest-news-r p{
    font-family: 'Open Sans', sans-serif;
    color:#444444;
    font-size:14px;
    font-weight:400;
    padding-left:10px;
    padding-top:20px;
    line-height: 24px;
}
.latest-news-r .button{
    color:#fff;
    background-color:#3a85c9;
    margin-top:20px;
    padding-top:6px;
    padding-bottom:6px;
}

.latest-news-arrows{
    justify-content: center;
    padding-top: 20px;
    
}
.latest-news-arrows i{
    margin:5px;
    height:40px;
    width:40px;
    font-size:20px;
    color: #3a85c9;
    line-height:40px;
    text-align: center;
    border:1px solid  #3a85c9;
    border-radius:50%;


}
.latest-news-arrows i:hover{
    margin:5px;
    height:40px;
    width:40px;
    font-size:20px;
    color: #ffff;
    line-height:40px;
    text-align: center;
    border:1px solid  #3a85c9;
    background-color: #3a85c9;
    border-radius:50%;
}
.post{
    margin-left: -10px;
    margin-top:-36px;
    height: 80px !important;
}


.post-button h5{
    padding:16px 0;
    text-align: center;
    background-color:#dddddd ;
    transition: all linear .3s;
   

}
.post:hover .post-button h5{
    background-color:#3a85c9;
    color: #fff;
}
.post-right h4{
    font-family: 'Abril Fatface', cursive;
    font-size:18px;
    font-weight:400;
    color:#999999;
    padding-left:15px;
    padding-right:20px;
    top:7px;
    padding-bottom: -7;
    position: relative;
    transition: all linear .3s;

    
}

.post:hover .post-right h4{
     color:#3a85c9;
    

}
.post-right{
    height: 10px;
}
.post-right h4:after{
    content:'';
    position: absolute;
    border:1px solid #3a85c9;
    width:200px;
    top:-6px;
    left:15px;
}

/* ------Latest-news Css Part End------- */

/* ------Footer Css Part Start-------*/
#footer-part{
    background-color:#deefff ;
    padding-top:28px;
    padding-bottom:20px;
   
    /* position: relative; */
}
.f-logo{
    text-align: center;
    padding-bottom: 56px;
}
.footer-contain{
justify-content: center;
}
.footer-contain-icon i{
    font-size: 21px;
    color:#ffffff;
    background-color:#3a85c9;
    height:42px;
    width:42px;
    line-height:42px;
    text-align: center;
    border-radius:50%;
}
.footer-contain-text{
    font-family: 'Open Sans', sans-serif;
    color:#444444;
    font-size:14px;
    font-weight:400;
    line-height:24px;
    padding-left: 15px;
 
}
.follow-us{
    text-align: center;
}
.follow-us h3{
    font-family: 'Abril Fatface', cursive;
    font-size:20px;
    font-weight:400;
    color:#3a85c9;
    padding-top:60px;
    padding-bottom:25px;

}
.social-icon a{
    padding:4px;
}

.social-icon a i{
    font-size:20px;
    color:#444444;
    width:40px;
    height:40px;
    text-align: center;
    line-height: 40px;
    border-radius:50%;
    border:1px solid #444444;
}
.social-icon a i:hover{
    color:#ffff; 
    background-color:#3a85c9;
}
.footer-link{
    text-align: center;
    padding-top:18px;
    padding-bottom:50px;

}
.footer-link a{
    font-family: 'Open Sans', sans-serif;
    color:#444444;
    font-size:16px;
    font-weight:400;
    padding-left:30px;
    padding-right:30px;
}
.footer-link a:hover{
    color:#3a85c9;
}

.copy-right{
    font-family: 'Open Sans', sans-serif;
    color:#444444;
    font-size:14px;
    font-weight:400;
    text-align: center;
}
.copy-right span{
    color:#3a85c9;
    
/* ------Footer Css Part End------- */





input[type=submit]{
    font-size:18px;
}

/* .abb{
    padding-left:25%;
} */
/* 
#product-part img{
width:400px;
height: 500px;
object-fit: cover;
} */






font-family: 'Abril Fatface', cursive;
font-family: 'Josefin Sans', sans-serif;
font-family: 'Kaushan Script', cursive;
font-family: 'Montserrat', sans-serif;
font-family: 'Open Sans', sans-serif;