/*-------------- Owl crousel ---------------*/

.owl-carousel .owl-item img {
  width: auto !important;
  margin: 0 auto;
  width: auto;
}
button.owl-prev {
  position: absolute;
  left: -10px;
  top: 50%;
  transform: translateY(-50%);
  border: none;
  background: none;
  outline: none!important;
}
button.owl-next {
  position: absolute;
  right: -10px;
  outline: none!important;
  top: 50%;
  transform: translateY(-50%);
  border: none;
  background: none;
}
.main_heading {
  font-size: 25px;
  color: #222222;
  line-height: 35px;
  font-weight: 700;
  font-family: "Montserrat";
  text-align: center;
}
.main_text {
  max-width: 500px;
  margin: 0 auto;
  font-size: 14px;
  line-height: 24px;
  color: #888888;
  font-weight: 400;
  font-family: "Lato";
  text-align: center;
}

/* Slider */

  #slider {
    max-width: 100%;
    margin: auto;
    position: relative;
    padding:0;
  }
  #slider img {
    width: 100%;
  }
  #slider .slider-box h1 {
    font-size: 35px;
    color: #040039;
    font-weight: 600;
    font-family: "Montserrat";
    text-align: left;
  }
  #slider .slider-box p {
    font-size: 14px;
    line-height: 25px;
    color: #888888;
    font-weight: 400;
    font-family: "Lato";
    text-align: left;
  }
  #slider .carousel-caption {
    top: 0;
    bottom: inherit;
    text-align: left;
    left: 0;
    right: 0;
    margin: 0 !important;
    padding: 0 !important;
    bottom: 0;
  }
  #slider .slider-box {
    position: absolute;
    top: 40%;
    transform: translateY(-50%);
    left: 12%;
    max-width: 40%;
  }
  #slider .slider-box .btn1 {
    font-size: 14px;
    line-height: 35px;
    color: #ffffff;
    font-weight: 300;
    font-family: "Roboto";
    padding: 9px 20px;
    background: #f31b67;
    border-radius: 9px;
  }
  #slider ol.carousel-indicators .active {
    background: #f31b67;
  }
  #slider ol.carousel-indicators li {
    max-width: 3px;
    height: 8px;
    margin-top: 0px;
    background-color: #fff;
    opacity: 1;
  }
  #slider  ol.carousel-indicators {
    position: absolute;
    top: 45%;
    right: 0;
    left: 90%;
    list-style: none;
    text-align: center;
    margin: 0;
    display: block;
  }
  #slider .carousel-indicators li.active {
    height: 10px;
    max-width: 10px;
    border: 1px solid transparent;
    margin-top: 0px;
    margin-left: -2px;
  }
  #slider .social {
    position: absolute;
    top: 100px;
    right: 0;
  }
  #slider .social ul {
    padding: 0px;
    transform: translateX(76px);
  }
  #slider .social ul li {
    display: block;
    margin:5px 0px 5px 5px;
    background: #eeeaf0;
    width: 120px;
    text-align: left;
    padding: 10px;
    transition: all 1.5s;
  }
  #slider .social ul li:hover {
    transform: translateX(-76px);
    background: #f31b67;
    transition: all 1.5s;
  }
  #slider .social ul li:hover a {
    color: #fff;
  }
  #slider .social ul li:hover i{
    color: #fff;
    transform: rotate(360deg);
    transition: all 1.5s;
  }
  #slider .social ul li i {
    border-radius: 50px;
    margin-right: 10px;
    width: 25px;
    height: 25px;
    position: relative;
    font-size: 16px;
    color: #f31b67;
    padding: 5px;
  }
  #slider .social ul li span {
    font-size: 14px;
    line-height: 25px;
    color: #fff;
    font-weight: 400;
    font-family: "Lato";
    text-align: left;
  }

/* Service */
  
  section#service {
    padding-top: 0;
    position: relative;
    bottom: 60px;
    padding-bottom: 0;
  }
  #service .title {
    font-size: 16px;
    line-height: 25px;
    color: #222222;
    font-weight: 500;
    font-family: "Montserrat";
    text-align: center;
    margin-top: 20px;
  }
  #service .service-content img {
    height: 60px;
  }
  #service .service-content {
    padding: 30px 0;
  }
  #service .service-content:hover .backdrop {
    opacity: 1;
  }
  #service .service-content .backdrop {
    background-image: url(../images/service/service_bg.png);
    background-repeat: no-repeat;
    position: absolute;
    left: 25%;
    width: 100%;
    height: 100%;
    top: 5%;
    z-index: 99999999;
    opacity: 0;
  }

/* Why choose us */

  #choose .heading h3 {
    text-align: left;
  }
  #choose .main_text {
    margin: unset;
    text-align: left;
  }
  #choose .heading a {
    font-size: 14px;
    color: #ffffff;
    font-weight: 400;
    font-family: "Roboto";
    font-size: 15px;
    line-height: 20px;
    background: #f31b67;
    border-radius: 9px;
    padding: 10px 15px;
    display: inline-block;
    margin-top: 15px;
  }
  .choose_bg {
    background-image: url(../images/choose/choose_bg.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 100%;
    height: 100%;
  }
  .choose_box {
    text-align: center;
    background: #fff;
    padding: 50px 0px;
    margin: 10px 0px;
    box-shadow: 0 0 11px rgb(33 33 33 / 20%);
    border-radius: 10px;
    z-index: 99999;
  }
  .choose_box4 {
    text-align: center;
    background: #fff;
    padding: 25px 20px;
    margin: 10px 0px;
    box-shadow: 0 0 11px rgb(33 33 33 / 20%);
    border-radius: 10px;
    z-index: 99999;
  }
  #choose .choose_box4 .title {
    color: #f31b67;
  }
  #choose .title {
    font-size: 16px;
    color: #222222;
    font-weight: 400;
    font-family: "Montserrat";
    text-align: center;
    line-height: 25px;
  }
  #choose .text {
    font-size: 14px;
    line-height: 20px;
    color: #888888;
    font-weight: 400;
    font-family: "Roboto";
    text-align: center;
  }
  .choose_box img {
    width: 70px;
  }
  #choose .bottom_img img {
    border-radius: 15px;
    width: 100%;
    height: 100%;
  }
  #choose .bottom_img {
    text-align: center;
    position: relative;
    float: left;
    width: 100%;
    z-index: 1;
  }
  #choose .bottom_img:after {
    content: "";
    width: 100%;
    height: 100%;
    background: #ffffff;
    position: absolute;
    bottom: -22px;
    left: 22px;
    z-index: -1;
    transition: all 0.5s ease 0s;
    border: 8px solid #e5e8ee;
    border-radius: 15px;
  }
  #choose .bottom_img:after {
    border-color: #f31b67;
    background-color: #fff;
  }
  #choose .bottom_img:hover:after {
    bottom: 0;
    left: 0;
  }

/* Team */
  
  #team {
    background: #f9f9fd;
  }
  #team .heading {
    padding: 40px;
  }
  #team .main_heading , #team .main_text {
    text-align: left;
  }
  #team .main_btn a {
    font-size: 15px;
    color: #ffffff;
    font-weight: 400;
    font-family: "Roboto";
    background: #f31b67;
    padding: 10px 27px;
    text-transform: unset;
    line-height: 25px;
    border: 1px solid transparent;
    border-radius: 16px;
  }

  .our-team{
    text-align: center;
  }
  .our-team .team_img{
    position: relative;
    overflow: hidden;
  }
  .our-team .team_img:after{
    content: "";
    width: 100%;
    height: 100%;
    background-color: rgba(255,255,255,0.2);
    position: absolute;
    bottom: -100%;
    left: 0;
    transition: all 0.3s ease 0s;
  }
  .our-team:hover .team_img:after{
    bottom: 0;
  }
  .our-team img{
    width: 100%;
    height: 400px;
  }
  .our-team .social {
    padding: 0 0 18px 0;
    margin: 0;
    list-style: none;
    position: absolute;
    top: -100%;
    right: 10px;
    background: #f31b67;
    border-radius: 0 0 20px 20px;
    z-index: 1;
    transition: all 0.3s ease 0s;
  }
  .our-team:hover .social{
    top: 0;
  }
  .our-team .social:hover {
    background: #fff;
  }
  .our-team .social:hover a {
    color: #f31b67;
  }
  .our-team .social li a{
    display: block;
    padding: 15px;
    font-size: 15px;
    color: #fff;
  }
  .our-team:hover .social li a:hover{
    color: #f31b67;
  }
  .our-team .team-content{
    padding: 15px 0;
    background: #fff;
  }
  .our-team .title{
    position: relative;
    font-size: 18px;
    color: #222222;
    line-height: 25px;
    font-weight: 600;
    font-family: "Montserrat";
  }
  .our-team .title:before{
    content: "";
    width: 25px;
    height: 1px;
    background: #f31b67;
    position: absolute;
    bottom: 0px;
    right: 50%;
    margin-right: 9px;
    transition-duration: 0.25s;
  }
  .our-team .title:after{
    content: "";
    width: 25px;
    height: 1px;
    background: #f31b67;
    position: absolute;
    bottom: 0px;
    left: 50%;
    margin-left: 9px;
    transition-duration: 0.25s;
  }
  .our-team:hover .title:before,
  .our-team:hover .title:after{
    width: 50px;
  }
  .our-team .post{
    display: inline-block;
    font-size: 14px;
    color: #f31b67;
    font-weight: 400;
    font-family: "Lato";
  }
  .our-team .post:before{
    content: "";
    display: block;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #f31b67;
    margin: 0 auto;
    position: relative;
    top: -4px;
  }
  #team  .backdrp {
    position: relative;
  }
  #team  .bg1 {
    background-image: linear-gradient(#fbbdb0, #a2befa);
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    height: 80%;
    top: 50px;
    position: absolute;
    width: 99%;
    opacity: 0.8;
  }
  #team  .bg2 {
    background-image: linear-gradient(#fbbdb0, #a2befa);
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    height: 70%;
    top: 76px;
    position: absolute;
    width: 100%;
  }

/* Banner */

  #banner .bg {
    background: #f4e6e3;
  }
  
  #banner .banner-head {
   margin: 50px 0;
  }
  #banner .right_img {
    position: relative;
  }
  #banner .right_img img {
    position: absolute;
    top: -100px;
  }
  #banner h3{
    font-size: 30px;
    color: #040039;
    line-height: 35px;
    font-weight: 600;
    font-family: "Montserrat";
  }
  #banner h6{
    font-size: 14px;
    line-height: 20px;
    color: #888888;
    font-weight: 400;
    font-family: "Lato";
  }
  #banner a{
    font-size: 14px;
    color: #ffffff;
    font-weight: 400;
    font-family: "Lato";
    background: #f31b67;
    padding: 10px 27px;
    border-radius: 8px;
    display: inline-block;
  }

/* What we can  */

  #what_we_can h5.title {
    font-size: 18px;
    color: #222222;
    font-weight: 600;
    font-family: "Montserrat";
    transition:all 0.5s ease-out 0s;
  }
  #what_we_can p.text {
    font-size: 14px;
    line-height: 20px;
    color: #888888;
    font-weight: 400;
    font-family: "Lato";
  }
  #what_we_can a {
    font-size: 14px;
    color: #222222;
    font-weight: 400;
    font-family: "Roboto";
    background: #eef1fe;
    padding: 10px 27px;
    border-radius: 12px;
    transition:all 0.5s ease-out 0s;
    display: inline-block;
    margin: 10px 0 0;
  }
  #what_we_can .data:hover a {
    background: #f31b67;
    color: #fff;
  }
  #what_we_can .data {
    transition: all 0.5s ease-out 0s;
    border-radius: 10px;
    padding: 20px 40px;
  }
  #what_we_can .data:hover {
    box-shadow: 0 0 11px rgba(33,33,33,.2);
  }
  #what_we_can .data:hover .title { 
    color: #f31b67;
  }

/* About  */
  
  #about .main_heading {
    text-align: left;
  }
  #about .about-box {
    background: #f9f9fd;
  }
  #about .about-box1 {
    padding: 50px 25px;
  }
  #about .about-box2 {
    background: #fdf4f2;
    padding: 50px 25px;
  }
  #about .about-box3 {
    background: #f9f9fd;
    padding: 50px 25px;
  }
  #about .title {
    font-size: 18px;
    line-height: 25px;
    color: #222222;
    font-weight: 600;
    font-family: "Montserrat";
  }
  #about .text {
    font-size: 14px;
    line-height: 25px;
    color: #888888;
    font-weight: 400;
    font-family: "Roboto";
    max-width: 450px;
  }
  #about .button a {
    font-size: 14px;
    color: #ffffff;
    font-weight: 400;
    font-family: "Roboto";
    font-size: 15px;
    line-height: 20px;
    background: #f31b67;
    border-radius: 9px;
    padding: 10px 15px;
    display: inline-block;
  }
  #about .name {
    font-size: 16px;
    line-height: 30px;
    color: #222222;
    font-weight: 600;
    font-family: "Montserrat";
  }
  #about .designation {
    font-size: 26px;
    line-height: 30px;
    color: #222222;
    font-family: 'Allison', cursive;
  }

/* Testimonial  */
  
  #testimonial {
    position: relative;
    background-size: auto;
  }
  #testimonial .pading {
    padding: 100px 0;
  }
  #testimonial .left-content-images img {
    width: 90px;
    border-radius: 50%;
    height: 90px;
  }
  #testimonial .img-1 {
    position: absolute;
    left: 15%;
    top: 20%;
  }
  #testimonial .img-2 {
    position: absolute;
    left: 30%;
    top: 8%;
  }
  #testimonial .img-3 {
    position: absolute;
    left: 6%;
    top: 47%;
  }
  #testimonial .img-4 {
    position: absolute;
    left: 14%;
    top: 68%;
  }
  #testimonial .img-5 {
    position: absolute;
    left: 27%;
    top: 38%;
  }
  #testimonial .img-5 img { 
    width: 120px;
    height: 120px;
  }
  #testimonial .img-6 {
    position: absolute;
    left: 33%;
    bottom: 8%;
  }
  #testimonial .main_heading {
    text-align: left;
  }
  #testimonial .main_text {
    text-align: left;
    margin: unset;
  }
  #testimonial .testimonial-content {
    padding: 15px;
    background: #f9f9fd;
    text-align: left;
  }
  #testimonial .testimonial .description{
    font-size: 14px;
    line-height: 22px;
    color: #888888;
    font-weight: 400;
    font-family: "Roboto";
  }
  #testimonial .name {
    font-size: 15px;
    line-height: 22px;
    color: #222222;
    font-weight: 500;
    font-family: "Montserrat";
    text-align: center;
    display: inline-block;
  }
  #testimonial .designation {
    font-size: 12px;
    line-height: 22px;
    color: #888888;
    font-weight: 400;
    font-family: "Roboto";
    padding-left: 5px;
  }

/* Newsletter  */
  
  section#newsletter {
    padding: 0;
    margin: 60px 0;
  }
  .newsletter-box {
    padding: 80px;
  }
  #newsletter h3 {
    text-align: left;
  }
  #newsletter .newsletter-box input[type="email"] {
    color: #000;
    background: #ffffff;
    padding: 10px 20px;
    line-height: 25px;
    border: 1px solid transparent;
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
    box-shadow: 0 0 10px rgba(33,33,33,.2);
  }
  #newsletter .newsletter-box input[type="email"]::placeholder{
    line-height: 25px;
    text-align: left;
    margin-left: 10px;
    font-size: 14px;
    color: #888888;
    font-weight: 400;
    font-family: "Montserrat";
  }
  #newsletter .newsletter-box input[type="submit"] {
    font-size: 15px;
    color: #ffffff;
    font-weight: 400;
    font-family: "Roboto";
    background: #f31b67;
    padding: 10px 35px;
    text-transform: unset;
    line-height: 25px;
    border: 1px solid transparent;
    border-radius: 10px;
    position: relative;
    right: 35px;
  }
  #newsletter .contact-form-box input[type="text"],
  #newsletter .contact-form-box input[type="email"], 
  #newsletter .contact-form-box textarea {
    padding: 10px 20px;
    line-height: 25px;
    border: 1px solid #eee;
    margin-bottom: 20px;
    border-radius: 5px;
  }
  #newsletter .contact-form-box input::placeholder , #newsletter .contact-form-box textarea::placeholder{
    font-size: 14px;
    line-height: 29px;
    color: #888888;
    font-weight: 300;
    font-family: "Roboto";
  }

  #newsletter .contact-form-box input[type="submit"] {
    font-size: 15px;
    color: #ffffff;
    font-weight: 400;
    font-family: "Roboto";
    background: #f31b67;
    padding: 8px 45px;
    text-transform: unset;
    line-height: 25px;
    border: 1px solid transparent;
    border-radius: 10px;
    margin-top: 10px;
  }
  #newsletter div.wpcf7 .ajax-loader {
    display: none;
  }
  #newsletter p{
    margin-bottom: 0;
  }
  #newsletter .contact-box {
    background-image: linear-gradient(#fbbdb0, #a2befa);
    padding: 60px 27px;
  }
  #newsletter .contact-box ul {
    padding: 0;
    margin: 0;
  }
  #newsletter .right_content h5 {
    font-size: 18px;
    line-height: 25px;
    color: #ffffff;
    font-weight: 500;
    font-family: "Montserrat";
  }
  #newsletter .right_content li {
    font-size: 13px;
    line-height: 22px;
    color: #ffffff;
    font-weight: 400;
    font-family: "Montserrat";
    padding: 13px 0;
    list-style-type: none;
  }
  #newsletter .social-media li {
    list-style-type: none;
    display: inline-block;
  }
  #newsletter .social-media li i {
    background: #fff;
    border-radius: 50px;
    margin-right: 15px;
    width: 25px;
    height: 25px;
    position: relative;
    font-size: 16px;
    color: #f31b67;
    padding: 5px;
  }
 
/* Faq */
  
  #faq .main_heading {
    text-align: left;
  }
  #faq .main_text {
    text-align: left;
    margin: unset;
  }
  #faq .accordion {
    margin-top: 40px;
  }
  #accordionExample .accordion-item {
    border: none;
    border-radius: 0;
    box-shadow: none;
    position: relative;
    border-bottom: 1px solid #ccc;
    padding: 15px 0px;
  }
  #accordionExample .accordion-item:last-child:before{ display: none; }
  #accordionExample .accordion-header{
    padding: 0;
    border: none;
    border-radius: 0;
    position: relative;
  }
  #accordionExample .accordion-header button{
    display: block;
    padding: 10px 30px 10px 60px;
    margin: 0;
    background: #fff;
    letter-spacing: 1px;
    border-radius: 0;
    overflow: hidden;
    position: relative;
    font-size: 16px;
    color: #222222;
    font-weight: 600;
    font-family: "Montserrat";
    box-shadow: none;
  }
  #accordionExample .accordion-header button.accordion-button:before {
    color: #f31b67;
  }
  #accordionExample .accordion-body .text{
    font-size: 14px;
    line-height: 24px;
    color: #888888;
    font-weight: 400;
    font-family: "Lato";
  }
  #accordionExample .accordion-header button:before,
  #accordionExample .accordion-header button.collapsed:before{
    content: "\f0d7";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    line-height: 40px;
    font-size: 20px;
    color: #222222;
    position: absolute;
    top: 0;
    left: 0;
    transition: all 0.3s ease 0s;
  }
  #accordionExample .accordion-header button.collapsed:before{
    content: "\f0da";
    color: #222222;
  }
  #accordionExample .accordion-body{
    margin-left: 40px;
    padding: 0 20px 10px;
  }
  #faq .accordion-button:focus { 
    box-shadow: none;
  }
  #faq .video-image {
    position: relative;
  }
  #faq .video-image img {
    width: 100%;
  }
  #faq .video-content {
    position: absolute;
    top: 64%;
    text-align: center;
    background: #f7f7f7;
    right: 55px;
    border: 1px solid #f7f7f7;
    border-radius: 50%;
    padding: 20px;
  }
  #faq .video-content button {
    border: unset;
    background: unset;
  }
  #faq .modal-footer button {
    background: #82aafb;
    color: #fff;
  }
  #faq .video-content i {
    width: 50px;
    height: 50px;
    color: #82aafb;
    padding: 16px 19px;
    font-size: 15px;
    cursor: pointer;
    border: 2px solid #82aafb;
    border-radius: 50%;
  }

/* Counter */
  
  #counter {
    background: #f9f9fd;
    padding: 0;
  }
  .counter-content {
    padding: 40px;
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
    box-shadow: 3px 3px 6px -3px rgb(33 33 33 / 20%);
  }
  #counter .owl-item:first-child {
    border-left: 2px solid #eee;
  }
  .counter-img img {
    height: 50px;
  }
  #counter h5.title {
    font-size: 16px;
    color: #222222;
    font-weight: 600;
    font-family: "Montserrat";
    max-width: 150px;
    margin: 0 auto;
  }
  #counter h6.number {
    font-size: 25px;
    color: #9303ca;
    font-weight: 500;
    font-family: "Montserrat";
  }
  #counter p.title {
    font-size: 12px;
    line-height: 20px;
    color: #ffffff;
    font-weight: 500;
    font-family: "Poppins";
    text-align: center;
  }
 
/* Latest New */
    
  #latest_news .latest-content {
    position: relative;
  }
  #latest_news .latest-content img {
    border-radius: 20px;
  }
  #latest_news .data {
    position: absolute;
    bottom: 18px;
  }
  #latest_news h5.title a{
    font-size: 16px;
    color: #ffffff;
    font-weight: 600;
    font-family: "Montserrat";
    transition: all 0.3s ease 0s;
  }
  #latest_news p.text {
    font-size: 14px;
    line-height: 24px;
    color: #eeeeee;
    font-weight: 200;
    font-family: "Roboto";
  }
  #latest_news ul {
    padding: 0;
    margin: 0;
  }
  #latest_news li {
    display: inline-block;
  }
  #latest_news .entry-author {
    font-size: 12px;
    color: #f4f4f4;
    font-weight: 400;
    font-family: "Montserrat";
  }
  #latest_news ul li:before {
    content: '.';
    position: relative;
    font-size: 14px;
    font-weight: bold;
    top: -2px;
    left: -3px;
    color: #fff;
  }
  #latest_news .entry-author a {
    font-size: 12px;
    color: #f4f4f4;
    font-weight: 400;
    font-family: "Montserrat";
  }
  #latest_news .entry-comments {
    font-size: 12px;
    color: #f4f4f4;
    font-weight: 400;
    font-family: "Montserrat";
  }
  #latest_news .date{
    font-size: 12px;
    color: #f4f4f4;
    font-weight: 400;
    font-family: "Montserrat";
  }
  #latest_news .latest-content:hover .title a { 
    color: #f31b67;
  }