
* {
  margin: 0;
  padding: 0; }

body {
  overflow-x: hidden;
  font-weight: 400;
  font-family: "Open Sans", sans-serif; }

h1, h2, h3, h4, h5, h6 {
  color: #222325;
font-family: "Montserrat", sans-serif; 
  margin: 0;
  font-weight: 700; }
p {
  color: #666666;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 1px;
  line-height: 26px; }

a,
a:hover,
a:focus {
  transition: all 0.3s ease-in-out;
  text-decoration: none;
  outline: none; }

ol,
ul {
  margin: 0;
  padding: 0; }

ol li,
ul li {
  list-style: outside none none;
  list-style-type: none; }
.container{
  padding: 0;
}
/*=======[ Default Style ]========*/
.heading-title{
  margin-bottom: 50px;
}
.heading-title .title {
color: #222325;
position: relative;
padding-bottom: 30px;
margin-bottom: 25px;
font-size: 40px;
  font-weight: 700;
}
.heading-title .title:before{
  position: absolute;
  content: "";
  left: 50%;
  transform: translateX(-50%);
  width: 100px;
  height: 2px;
  background: #4a24b2;
  bottom: 0;
}
.heading-title .title.left:before{
  left: 0;
  transform: none;
}
.heading-title p {
    width: 70%;
    line-height: 26px;
    margin: 0px auto;
    font-size: 16px;

}

.btn{
    box-shadow: 0 5px 15px 2px rgba(0, 0, 0, 0.15);
    border-radius: 3px;
    line-height: 54px;
    height: 54px;
    padding: 0 35px;
    text-transform: uppercase;
    font-size: 14px;
    background: #5ccb7c;
    color: #ffffff;
    font-weight:600;
}
.btn:hover {
    color: #ffffff; 
}

.owl-prev,  .owl-next {
    transform: translateY(-50%);
    border: 1px solid #9e4fff;
    border-radius: 100px;
    color: #9e4fff;
    display: inline-block;
    font-size: 15px;
    height: 45px;
    position: absolute;
    text-align: center;
    top: 50%;
    transition: all 0.3s ease 0s;
    width: 45px; 
}
.owl-prev:hover,  .owl-next:hover {
    background: #9e4fff; 
}
.owl-prev:hover .fa-angle-right,  .owl-next:hover .fa-angle-right {
    color: #ffffff !important;
    transition: all 0.3s ease-in-out; 
}
.owl-prev:hover .fa-angle-left,  .owl-next:hover .fa-angle-left {
    color: #ffffff !important;
    transition: all 0.3s ease-in-out; 
}
.owl-prev {
    left: -90px; 
}
.owl-next {
    right: -90px; 
}
.fa-angle-right,  .fa-angle-left {
    transition: all 0.3s ease-in-out;
    font-size: 25px;
    color: #9e4fff;
    line-height: 40px; 
}

/*---------- Header Style-------*/
header {
    position: relative;
    min-height: 970px;
    background-size: cover !important;
    background: url("../images/banner.png") no-repeat;
}
header:before{
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    height: 0;
    border-bottom: 220px solid #f4f9fb;
    border-left: 1920px solid transparent;
    width: 100%;
}
header .navbar {
    background: #ffffff;
    min-height: 80px;
    padding: 0 40px;
    top: 50px; 
    z-index: 1;
}
header .navbar .navbar-nav .nav-item .nav-link {
    padding: 0px 15px;
    color: #62646a;
    font-weight: 600;
    font-size: 16px;
    text-transform: uppercase;}
header .intro-wrapper{
    position: relative;
}
header .intro-text {
    margin-top: 280px;
    padding-right: 70px; 
}
header .intro-text h1 {
    font-size: 60px;
    color: #ffffff;
    line-height: 70px;
    font-weight: 300;
    font-family: "Montserrat", sans-serif; 
}
header .intro-text h1 span{
    font-weight: 700;
}
header .intro-text p {
    margin: 35px 0 45px;
    line-height: 30px; 
    font-size: 20px;
    color: #ffffff;
}
header .intro-text .header-btn {
    margin-right: 10px; }
header .header-img {
    position: absolute;
    right: -140px;
    top: 60px;
    width: 650px;
}
header .header-img img {
    width: 100%; 
}
header .sign_up {
    margin-left: 15px;
}
header .sign_up a{
    background: #4a24b2;
    padding: 0px 28px;
    height: 36px;
    line-height: 36px;
    color: #ffffff;
    border-radius: 3px;
    font-size: 13px;
    text-transform: uppercase;
    display: block;
    transition: all 0.3s ease-in-out
}
header .sign_up a:hover{
    background: #9e50ff;
}



/*---------- Services Section Style-------*/
.services {
  background: #f4f9fb;
padding: 120px 0 200px;
    min-height: 200px;
    text-align: center; 
    position: relative;
}
.services:before{
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    height: 0;
    border-bottom: 220px solid #ffffff;
    border-left: 1920px solid transparent;
    width: 100%;
}
.services .heading-title{
  margin-bottom: 10px;
}
.services .single-services {
    background: #ffffff;
    border: 1px solid #fff;
    padding: 35px 15px 15px;
    transition: all 0.3s ease-in-out;
    margin: 50px 13px; 
    box-shadow: 0px 0px 55px rgba(0, 0, 0, 0.15);
    position: relative;
        border-radius: 5px !important;
}
.services .single-services:hover{
  background: #4a24b2;
  border: 1px solid #4a24b2;
}
.services .single-services .services-icon i {
    color: #9e4fff; 
    font-size: 45px;
    transition: all 0.3s ease-in-out;
}
.services .single-services h3 {
    padding: 20px 0 35px;
    transition: all 0.3s ease-in-out;
    font-size: 20px;
}
.services .single-services h3 a{
    color: #222325;
    transition: all 0.3s ease-in-out;
}
.services .single-services .botton_icon {
    color: #ffffff;
    font-size: 30px;
    line-height: 20px;
    position: absolute;
    bottom: 20px;
    left: 40%;
    transform: translateX(-50%);
    visibility: hidden;
    transition: all 0.3s ease-in-out;
    opacity: 0;
}
.services .single-services:hover .botton_icon{
    visibility: visible;
    left: 50%;
    opacity: 1;
}
.services .single-services:hover h3 a, .services .single-services:hover .services-icon i {
    color: #ffffff; 
}




/*---------- Abut  Us Style-------*/
.about_us{
    padding: 100px 0;
}
.about_us .about_banner{
    padding-right: 20px;
    position: relative;
}
.about_us .about_banner .shape {
    position: absolute;
    height: 710px;
    width: 648px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: -1;
}
.about_us .about_banner img{
    width: 100%;
}
.about_us .heading-title p{
    margin: 0;
    padding-bottom: 40px;
    width: 100%;
    font-size: 16px;
    line-height: 28px;
}



/*---------- Features Section Style-------*/
#features {
    padding: 80px 0;
    position: relative; 
}
#features .heading-title {
    margin-top: 90px;
    padding-right: 50px;
}
#features .heading-title p{
  margin: 0;
  padding-bottom: 40px;
  width: 100%;
}
#features .features-content-left {
    margin-top: 250px;
    padding-right: 100px; 
}
#features .features-content-left .title {
    margin-bottom: 50px;
    font-weight: 400;
    color: #333; 
}
#features .features-content-left .button-round {
    margin-top: 50px; 
}
#features .feature_wrapper{
  position: relative;
}
#features .feature_wrapper .shape {
    position: absolute;
    height: 710px;
    width: 648px;
    left: 43%;
    top: 45%;
    transform: translate(-50%, -50%);
    z-index: -1;
}
#features .feature_wrapper .features-single:nth-child(1) {
    margin-top: 30px; 
    margin-bottom: 30px;
}
#features .feature_wrapper .features-single:nth-child(4) {
    margin-top: -30px;

}
#features .feature_wrapper .features-single .features-box {
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.15); 
    border-radius: 3px;
    padding: 35px 30px 30px; 
    text-align: left;
    transition: all 0.3s ease-in-out;
    background: #ffffff;
}
#features .feature_wrapper .features-single .features-box:hover {
    background: #4a24b2;
}
#features .feature_wrapper .features-single .features-box .service-icon i {
    font-size: 50px;
    color: #a65eff;
    transition: all 0.3s ease-in-out;
}
#features .feature_wrapper .features-single .features-box .subtitle_2 {
    padding: 25px 0 15px;
    color: #222325; 
    font-size: 20px;
    font-weight: 700;
    transition: all 0.3s ease-in-out;
}
#features .feature_wrapper .features-single .features-box:hover .subtitle_2{
  color: #ffffff;
}
#features .feature_wrapper .features-single .features-box p {
    margin: 0;
    font-size: 14px;
    color: #62646a;
    line-height: 23px; 
    transition: all 0.3s ease-in-out;
}
#features .feature_wrapper .features-single .features-box:hover p{
  color: #ffffff;
}
#features .feature_wrapper .features-single .features-box:hover .service-icon i {
    color: #ffffff;
}



/*---------- Video  Style-------*/
.video-area {
    background: #ffffff;
    padding: 120px 0;
    min-height: 400px;
    position: relative;
    z-index: 1; 
}
.video-area:before {
    background: url("../images/video-bg.jpg") no-repeat;
    background-size: cover;
    content: "";
    height: 100%;
    position: absolute;
    top: 0;
    right: 100px;
    width: 60%;
    z-index: -1; 
}
.video-area h2.title{
    color: #ffffff;
}
.video-area h2.title:before{
    background: #ffffff;
}
.video-area .video_content{
    background: #4a24b2;
    padding: 100px 50px 100px 50px;
}
.video-area .heading-title p {
    margin: 25px 0 70px;
    color: #ffffff;
}
.video-area .work_features {
    display: flex; 
    margin-bottom: 30px;
}
.video-area .work_features:last-child{
    margin-bottom: 0;
}
.video-area .work_features .item_item_content{
    margin-left: 20px;
}
.video-area .work_features .item_item_content h3{
    color: #ffffff;
    font-size: 20px;
    font-weight: 700;
    padding-bottom: 10px;
}


.video-area .work_features .item_icon {
    position: relative;
    padding-right: 60px;
}
.video-area .work_features .item_icon img{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.video-area .work_features .item_icon i {
    position: absolute;
    top: 50%;
    z-index: 1;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 20px;
    color: #6d4dc1;
}
.video-area .work_features h4 span {
    color: #ffffff;
    text-transform: uppercase;
    font-size: 40px; 
}
.video-area .work_features p {
    font-size: 16px;
    line-height: 28px;
    color: #ffffff;
}
.video-area .video-area-btn {
    position: absolute;
    bottom: 0;
    right: 165px;
}
.video-area .video-btn {
    margin: 80px 0; 
}
.video-area .video-btn .video-icon {
    background: rgba(255, 255, 255, 0.15);
    border:2px solid #ffffff;
    color: #ffffff;
    border-radius: 50%;
    font-size: 18px;
    height: 60px;
    line-height: 60px;
    padding-left: 7px;
    width: 60px; 
    text-align: center;
    margin-right: 15px;
}
.video-area .video-btn span{
   font-size: 13px;
   color: #ffffff;
}
.video-area .video-btn h4 {
    font-size: 18px;
    color: #ffffff;
    margin-top: 5px; 
    font-weight: 600;
    text-transform: uppercase;
}



/*---------- Download Abaible  Style-------*/
.download_abaible {
    position: relative;
    padding: 120px 0 0;
    margin-bottom: -210px;
}
.download_abaible .heading-title{
    margin-top: 100px;
    margin-bottom: 0;
}
.download_abaible .heading-title .title {
    margin-top: 40px;
}
.download_abaible .heading-title a i{
   padding-right: 7px;
   font-size: 20px;
   color: #6d4dc1;
   line-height: 20px;
}
.download_abaible .heading-title p {
    padding: 0;
    width: 100%;
}
.download_abaible .heading-title .btn{
    background: #e7f7eb;
    color: #5ccb7c;
    box-shadow: none;
}
.download_abaible .download-btn .active_btn, .download_abaible .download-btn .button-l {
    margin: 40px 5px 0;
}
.download_abaible .download-btn .active_btn {
    background: #00abee;
    color: #ffffff;
    border: 1px solid #ffffff; 
}
.download_abaible .download-btn {
    margin-top: 40px;
}
.download_abaible .download-btn a{
margin-right: 10px;
}



/*========== Footer Style CSS ==========*/
footer {
  background: #121864;
  padding: 90px 0 0;
  background-size: cover;
}
footer .clients_logo {
    padding: 210px 0 75px;
  border-bottom: 1px solid #7d7689;
    margin-bottom: 85px;
}
footer .clients_logo h3 {
  color: #fff;
  margin: 0;
  line-height: 32px;
  opacity: 0.85;
  text-transform: none;
}
footer .clients_logo ul li {
  padding-left: 40px;
}
footer .clients_logo ul li:first-child {
  padding-left: 0px;
}


footer h2, footer p, footer li, footer a {
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
footer a:hover {
  color: #9e4fff;
}
footer h3 {
  font-size: 20px;
  color: #ffffff;
  margin-bottom: 35px;
  font-weight: 600;
}
footer img.f_logo {
  margin-bottom: 20px;
  max-width: 150px;
}
footer ul li {
  padding-bottom: 15px;
  color: #ffffff;
}
footer ul li a {
  padding-bottom: 15px;
  color: #ffffff;
  opacity: 0.85;

}
footer ul li:last-childe {
  padding-bottom: 0px;
}
footer .footer-title {
  padding-right: 30%;
}
footer .footer-title h2 {
  font-size: 30px;
  font-weight: 600;
  margin-bottom: 28px;
}
footer .footer_about p{
  padding-right: 50px;
}
.newspaper-site p{
  line-height: 26px !important;
}
footer .footer_about p, footer .newspaper-site p {
    color: #fff;
    line-height: 28px;
    margin-bottom: 26px;
    opacity: 0.70;
    font-size: 16px;
    font-weight: 300;

}
footer .footer-title ul li {
  opacity: 0.70;
}
footer .footer-title ul li i {
  padding-right: 10px;
  color: #fff;
}
footer .company-links {
  padding-left: 0px;
}
footer .company-content ul li {
  display: block;
}
footer .newspaper-site input{
  background: #4e475d;
  border: 1px solid #7d7689;
  color: #fff;
  height: 48px;
  padding: 0px 30px;
  font-size: 14px;
  width: 100% !important;
  border-radius: 0;
}
footer .newspaper-site input::placeholder {
  color: #fff;
}
footer .newspaper-site input:focus{
  background: transparent;
  box-shadow: none;
}
footer .newspaper-site button {
  padding: 0px 25px;
  height: 33px;
  line-height: 33px;
  background: #5ccb7c;
  font-size: 13px;
  color: black;
  font-weight: 600;
  display: inline-block;
  margin: 20px 0px 40px;
  transition: all 0.3s ease-in-out;
  text-transform: uppercase;
  border: none;
  color: #ffffff;
  cursor: pointer;
}
footer .newspaper-site button:hover {
  background: #9e4fff;
}
footer .newspaper-site ul li a {
  height: 30px;
  width: 30px;
  text-align: center;
  line-height: 30px;
  border-radius: 50%;
  border: 1px solid #8d95a6;
  transition: all 0.3s ease-in-out;
}
footer .newspaper-site ul li a:hover {
  background: #000;
  color: #fff;
}
footer .footer-bottom {
  background: #453258;
  padding: 22px 0px;
  margin-top: 50px;
}
footer .footer-bottom p {
  color: #fff;
  margin: 0;
  line-height: 32px;
  opacity: 0.85;
}
footer .footer-bottom ul li {
  padding-bottom: 0px;
}
footer .footer-bottom ul li:first-child {
  padding-left: 0px;
}
footer .icon-bottom {
  float: right;
  margin: 0;
}
footer .icon-bottom li {
  margin-right: 15px;
}
footer .icon-bottom li:last-child {
  margin-right: 0px;
}
footer .icon-bottom li i {
  height: 32px;
  width: 32px;
  text-align: center;
  line-height: 32px;
  border-radius: 50%;
  color: #fff;
}
footer .icon-bottom li .fb {
  background: #3b5998;
}
footer .icon-bottom li .tw {
  background: #1da1f2;
}
footer .icon-bottom li .pin {
  background: #BB081D;
}
footer .icon-bottom li .linkedin {
  background: #0e76a8;
}


