
body {
    background: #fff;
    color: #444;
    font-family: "Cairo", Cairo;
}
a {
    color: #DD0101;
    transition: 0.5s;
}
a:hover, a:active, a:focus {
    color: #51d8af;
    outline: none;
    text-decoration: none;
}
p {
    padding: 0;
    margin: 0 0 30px 0;
}
h1, h2, h3, h4, h5, h6 {
    font-family: "Cairo", Cairo;
    font-weight: 400;
    margin: 0 0 20px 0;
    padding: 0;
}
.back-to-top {
    position: fixed;
    display: none;
    background: #000000;
    color: #fff;
    padding: 6px 12px 9px 12px;
    font-size: 16px;
    border-radius: 2px;
    right: 15px;
    bottom: 65px;
    transition: background 0.5s;
    z-index: 100;
}

.back-to-top:focus {
    background: #DD0101;
    color: #fff;
    outline: none;
}
.back-to-top:hover {
    background: #006233;
    color: #fff;
}
#topbar {
    background: #DD0101;;
    padding: 10px 0;
    border-bottom: 1px solid #eee;
    font-size: 14px;
}
#topbar .contact-info a {
    line-height: 1;
    color: white;
}
#topbar .contact-info a:hover {
    color: #DD0101;
}
#topbar .contact-info i {
    color: #DD0101;
    padding: 4px;
}
#topbar .contact-info .fa-phone {
    padding-left: 20px;
    margin-left: 20px;
    border-left: 1px solid #e9e9e9;
}
#topbar .social-links a {
    color: white;
    padding: 4px 12px;
    display: inline-block;
    line-height: 1px;
    border-left: 1px solid #e9e9e9;
}
#topbar .social-links a:hover {
    color: #DD0101;
}
#topbar .social-links a:first-child {
    border-left: 0;
}
#header {
    padding: 20px 0;
    height: 84px;
    transition: all 0.5s;
    z-index: 997;
    background: #fff;
    box-shadow: 0px 6px 9px 0px rgba(0, 0, 0, 0.06);
}
#header #logo h1 {
    font-size: 42px;
    margin: 0;
    padding: 0;
    line-height: 1;
    font-family: "Cairo", Cairo;
    font-weight: 700;
}
#header #logo h1 a {
    color: #006233;
    line-height: 1;
    display: inline-block;
}
#header #logo h1 a span {
    color: #DD0101;
}
#header #logo img {
    padding: 0;
    margin: 0;
}
#intro {
    width: 100%;
    position: relative;
    background-color:rgb(255, 255, 255);
    background-size: cover;
}
#intro .intro-content {
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
    z-index: 10;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
}
#intro .intro-content h2 {
    color: #006233;
    margin-bottom: 30px;
    font-size: 64px;
    font-weight: 700;
}
#intro .intro-content h2 span {
    color: #DD0101;
    text-decoration: underline;
}
#intro .intro-content .btn-get-started, #intro .intro-content .btn-projects {
    font-family: "Cairo", Cairo;
    font-size: 15px;
    font-weight: bold;
    letter-spacing: 1px;
    display: inline-block;
    padding: 10px 32px;
    border-radius: 2px;
    transition: 0.5s;
    margin: 10px;
    color: #fff;
}
#intro .intro-content .btn-get-started {
    background: #006233;
    border: 2px solid #006233;
}
#intro .intro-content .btn-get-started:hover {
    background: none;
    color: #006233;
}
#intro .intro-content .btn-projects {
    background: #DD0101;
    border: 2px solid #DD0101;
}
#intro .intro-content .btn-projects:hover {
    background: none;
    color: #DD0101;
}
#intro #intro-carousel {
    z-index: 8;
}
#intro #intro-carousel::before {
    content: '';
    background-color: rgba(255, 255, 255, 0.7);
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: 7;
}
#intro #intro-carousel .item {
    width: 100%;
    height: 60vh;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    transition-property: opacity;
}
.nav-menu, .nav-menu * {
    margin: 0;
    padding: 0;
    list-style: none;
}
@media (min-width:768px) {
    .nav-menu ul {

      margin: 18px 0 0 0;
    padding: 10px;
    box-shadow: 0px 0px 30px rgb(127 137 161 / 25%);
    background: #fff;
    width: 100vw;
    position: absolute;
    left: -80vw;
    z-index: 1;
    height: 140px;
    -webkit-transition: all .4s linear;}
}
@media (max-width:768px) {
    .nav-menu ul {

        position: absolute;
        display: none;
        top: 100%;
        left: 0;
        z-index: 99;
}
}
.nav-menu li {
    position: relative;
    white-space: nowrap;
}
.nav-menu>li {
    float: left;
}
.nav-menu li:hover>ul, .nav-menu li.sfHover>ul {
    display: block;
}
.nav-menu ul ul {
    top: 0;
    left: 100%}
.nav-menu ul li {
    min-width: 180px;
}
.sf-arrows .sf-with-ul {
    padding-right: 22px;
}
.sf-arrows .sf-with-ul:after {
    content: "\f107";
    position: absolute;
    right: 8px;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
}
.sf-arrows ul .sf-with-ul:after {
    content: "\f105"}
#nav-menu-container {
    float: right;
    margin: 0;
}
.nav-menu a {
    padding: 10px 8px;
    text-decoration: none;
    display: inline-block;
    color: #555;
    font-family: "Cairo", Cairo;
    font-weight: 700;
    font-size: 14px;
    outline: none;
}
.nav-menu li:hover>a, .nav-menu .menu-active>a {
    color: #DD0101;
}
.nav-menu>li {
    margin-left: 10px;
}
.nav-menu ul {
    margin: 4px 0 0 0;
    padding: 10px;
    box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
    background: #fff;
}
.nav-menu ul li {
    transition: 0.3s;
}
.nav-menu ul li a {
    padding: 10px;
    color: #333;
    transition: 0.3s;
    display: block;
    font-size: 13px;
    text-transform: none;
}
.nav-menu ul li:hover>a {
    color: #DD0101;
}
.nav-menu ul ul {
    margin: 0;
}
#mobile-nav-toggle {
    position: fixed;
    right: 0;
    top: 0;
    z-index: 999;
    margin: 20px 20px 0 0;
    border: 0;
    background: none;
    font-size: 24px;
    display: none;
    transition: all 0.4s;
    outline: none;
    cursor: pointer;
}
#mobile-nav-toggle i {
    color: white;
}
#mobile-nav {
    position: fixed;
    top: 0;
    padding-top: 18px;
    bottom: 0;
    z-index: 998;
    background: rgba(52, 59, 64, 0.9);
    left: -260px;
    width: 260px;
    overflow-y: auto;
    transition: 0.4s;
}
#mobile-nav ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
#mobile-nav ul li {
    position: relative;
}
#mobile-nav ul li a {
    color: #fff;
    font-size: 16px;
    overflow: hidden;
    padding: 10px 22px 10px 15px;
    position: relative;
    text-decoration: none;
    width: 100%;
    display: block;
    outline: none;
}
#mobile-nav ul li a:hover {
    color: #fff;
}
#mobile-nav ul li li {
    padding-left: 30px;
}
#mobile-nav ul .menu-has-children i {
    position: absolute;
    left: 0;
    z-index: 99;
    padding: 15px;
    cursor: pointer;
    color: #fff;
}
#mobile-nav ul .menu-has-children i.fa-chevron-up {
    color: #DD0101;
}
#mobile-nav ul .menu-item-active {
    color: #DD0101;
}
#mobile-body-overly {
    width: 100%;
    height: 100%;
    z-index: 997;
    top: 0;
    left: 0;
    position: fixed;
    background: rgba(52, 59, 64, 0.9);
    display: none;
}
body.mobile-nav-active {
    overflow: hidden;
}
body.mobile-nav-active #mobile-nav {
    right: 0;
}
body.mobile-nav-active #mobile-nav-toggle {
    color: #fff;
    z-index: auto;
}
.section-header {
    margin-bottom: 30px;
}
.section-header h2 {
    font-size: 32px;
    color: #006233;
    text-transform: uppercase;
    font-weight: 700;
    position: relative;
    padding-bottom: 20px;
}
.section-header h2::before {
    content: '';
    position: absolute;
    display: block;
    width: 50px;
    height: 3px;
    background: #DD0101;
    bottom: 0;
    left: 0;
}
.section-header p {
    padding: 0;
    margin: 0;
}
#about {
    padding: 60px 0 30px 0;
}
#about .about-img {
    overflow: hidden;
}
#about .about-img img {
    margin-left: -15px;
    max-width: 100%}
#about .content h2 {
    color: #006233;
    font-weight: 700;
    font-size: 36px;
    font-family: "Cairo", Cairo;
}
#about .content h3 {
    color: #555;
    font-weight: 300;
    font-size: 18px;
    line-height: 26px;
    font-style: italic;
}
#about .content p {
    line-height: 26px;
}
#about .content p:last-child {
    margin-bottom: 0;
}
#about .content i {
    font-size: 20px;
    padding-right: 4px;
    color: #DD0101;
}
#about .content ul {
    list-style: none;
    padding: 0;
}
#about .content ul li {
    padding-bottom: 10px;
}











#mession {
    padding: 60px 0 30px 0;
}
#mession .about-img {
    overflow: hidden;
}
#mession .about-img img {
    margin-left: -15px;
    max-width: 100%}
#mession .content h2 {
    color: #006233;
    font-weight: 700;
    font-size: 36px;
    font-family: "Cairo", Cairo;
}
#mession .content h3 {
    color: #555;
    font-weight: 300;
    font-size: 18px;
    line-height: 26px;
    font-style: italic;
}
#mession .content p {
    line-height: 26px;
}
#mession .content p:last-child {
    margin-bottom: 0;
}
#mession .content i {
    font-size: 20px;
    padding-right: 4px;
    color: #DD0101;
}
#mession .content ul {
    list-style: none;
    padding: 0;
}
#mession .content ul li {
    padding-bottom: 10px;
}











#services {
    padding: 30px 0 0 0;
}
#services .box {
    padding: 40px;
    margin-bottom: 40px;
    box-shadow: 10px 10px 15px rgba(73, 78, 92, 0.1);
    background: #fff;
    transition: 0.4s;
}
#services .box:hover {
    box-shadow: 0px 0px 30px rgba(73, 78, 92, 0.15);
    transform: translateY(-10px);
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
}
#services .box .icon {
    float: left;
}
#services .box .icon i {
    color: #444;
    font-size: 64px;
    transition: 0.5s;
    line-height: 0;
    margin-top: 34px;
}
#services .box .icon i:before {
    background: #006233;
    background: linear-gradient(45deg, #DD0101 0%, #a3ebd5 100%);
    background-clip: border-box;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
#services .box h4 {
    margin-left: 100px;
    font-weight: 700;
    margin-bottom: 15px;
    font-size: 22px;
}
#services .box h4 a {
    color: #444;
}
#services .box p {
    font-size: 14px;
    margin-left: 100px;
    margin-bottom: 0;
    line-height: 24px;
}
#clients {
    padding: 30px 0;
}
#clients img {
    max-width: 100%;
    opacity: 0.5;
    transition: 0.3s;
    padding: 15px 0;
}
#clients img:hover {
    opacity: 1;
}
#clients .owl-nav, #clients .owl-dots {
    margin-top: 5px;
    text-align: center;
}
#clients .owl-dot {
    display: inline-block;
    margin: 0 5px;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: #ddd;
}
#clients .owl-dot.active {
    background-color: #DD0101;
}
#portfolio {
    background: #fff;
    padding: 30px 0;
}
#portfolio .portfolio-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 1;
    transition: all ease-in-out 0.4s;
}
#portfolio .portfolio-item {
    overflow: hidden;
    position: relative;
    padding: 0;
    vertical-align: middle;
    text-align: center;
}
#portfolio .portfolio-item h2 {
    color: #fff;
    font-size: 24px;
    margin: 0;
    text-transform: capitalize;
    font-weight: 700;
}
#portfolio .portfolio-item img {
    transition: all ease-in-out 0.4s;
    width: 100%}
#portfolio .portfolio-item:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}
#portfolio .portfolio-item:hover .portfolio-overlay {
    opacity: 1;
    background: rgba(0, 0, 0, 0.7);
}
#portfolio .portfolio-info {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
#testimonials {
    position: relative;
    margin-top: 250px;
}
#testimonials .testimonial-item {
    box-sizing: content-box;
    padding: 30px 30px 0 30px;
    margin: 30px 15px;
    text-align: center;
    min-height: 350px;
    box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.08);
}
#testimonials .testimonial-item .testimonial-img {
    width: 90px;
    border-radius: 50%;
    border: 4px solid #fff;
    margin: 0 auto;
}
#testimonials .testimonial-item h3 {
    font-size: 18px;
    font-weight: bold;
    margin: 10px 0 5px 0;
    color: #111;
}
#testimonials .testimonial-item h4 {
    font-size: 14px;
    color: #999;
    margin: 0;
}
#testimonials .testimonial-item .quote-sign-left {
    margin-top: -15px;
    padding-right: 10px;
    display: inline-block;
    width: 37px;
}
#testimonials .testimonial-item .quote-sign-right {
    margin-bottom: -15px;
    padding-left: 10px;
    display: inline-block;
    max-width: 100%;
    width: 37px;
}
#testimonials .testimonial-item p {
    font-style: italic;
    margin: 0 auto 15px auto;
}
#testimonials .owl-nav, #testimonials .owl-dots {
    margin-top: 5px;
    text-align: center;
}
#testimonials .owl-dot {
    display: inline-block;
    margin: 0 5px;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: #ddd;
}
#testimonials .owl-dot.active {
    background-color: #DD0101;
}
#call-to-action {
    background: #003d23c2;
    background-size: cover;
    padding: 40px 0;
}
#call-to-action .cta-title {
    color: #fff;
    font-size: 28px;
    font-weight: 700;
}
#call-to-action .cta-text {
    color: #fff;
}
#call-to-action .cta-btn {
    font-family: "Cairo", Cairo;
    font-weight: 700;
    font-size: 16px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 8px 26px;
    border-radius: 3px;
    transition: 0.5s;
    margin: 10px;
    border: 3px solid #fff;
    color: #fff;
}
#call-to-action .cta-btn:hover {
    background: #DD0101;
    border: 3px solid #DD0101;
}
#team {
    background: #fff;
    padding: 30px 0 0 0;
}
#team .member {
    text-align: center;
    margin-bottom: 20px;
    width: 70%;
    margin-left: auto;
    margin-right: auto;
}
#team .member .pic {
    overflow: hidden;
    text-align: center;
}
#team .member .pic img {
    max-width: 100%}
#team .member .details {
    background: #DD0101;
    color: #fff;
    padding: 15px;
    border-radius: 0 0 3px 3px;
}
#team .member h4 {
    font-weight: 700;
    margin-bottom: 2px;
    font-size: 18px;
}
#team .member span {
    font-style: italic;
    display: block;
    font-size: 13px;
}
#team .member .social {
    margin-top: 5px;
}
#team .member .social a {
    color: #fff;
}
#team .member .social i {
    font-size: 16px;
    margin: 0 2px;
}
#contact {
    padding: 30px 0;
}
#contact .contact-info {
    margin-bottom: 20px;
    text-align: center;
}
#contact .contact-info i {
    font-size: 48px;
    display: inline-block;
    margin-bottom: 10px;
    color: #DD0101;
}
#contact .contact-info address, #contact .contact-info p {
    margin-bottom: 0;
    color: #000;
}
#contact .contact-info h3 {
    font-size: 18px;
    margin-bottom: 15px;
    font-weight: bold;
    text-transform: uppercase;
    color: #999;
}
#contact .contact-info a {
    color: #000;
}
#contact .contact-info a:hover {
    color: #DD0101;
}
#contact .contact-address, #contact .contact-phone, #contact .contact-email {
    margin-bottom: 20px;
}
#contact #google-map {
    height: 290px;
    margin-bottom: 20px;
}
#contact .form #sendmessage {
    color: #DD0101;
    border: 1px solid #DD0101;
    display: none;
    text-align: center;
    padding: 15px;
    font-weight: 600;
    margin-bottom: 15px;
}
#contact .form #errormessage {
    color: red;
    display: none;
    border: 1px solid red;
    text-align: center;
    padding: 15px;
    font-weight: 600;
    margin-bottom: 15px;
}
#contact .form #sendmessage.show, #contact .form #errormessage.show, #contact .form .show {
    display: block;
}
#contact .form .validation {
    color: red;
    display: none;
    margin: 0 0 20px;
    font-weight: 400;
    font-size: 13px;
}
#contact .form input, #contact .form textarea {
    padding: 10px 14px;
    border-radius: 0;
    box-shadow: none;
    font-size: 15px;
}
#contact .form button[type="submit"] {
    background: #DD0101;
    border: 0;
    border-radius: 3px;
    padding: 10px 30px;
    color: #fff;
    transition: 0.4s;
    cursor: pointer;
}
#contact .form button[type="submit"]:hover {
    background: #2dc899;
}
#footer {
    background: #f2f5f8;
    font-size: 14px;
  
}
#footer .copyright {
    text-align: center;
    padding-top: 30px;
}
#footer .credits {
    text-align: center;
    font-size: 13px;
    color: #555;
}
#footer .credits a {
    color: #006233;
}
@media (min-width:768px) {
    #contact .contact-address, #contact .contact-phone, #contact .contact-email {
    padding: 20px 0;
}
#contact .contact-phone {
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
}
}@media (min-width:769px) {
    #call-to-action .cta-btn-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}
}@media (max-width:768px) {
    .back-to-top {
    bottom: 65px;
}
#header {
    padding: 20px 0;
    height: 74px;
    background-color: #f81726;

}
#header #logo h1 {
    font-size: 34px;
}
#header #logo img {
    max-height: 40px;
}
#nav-menu-container {
    display: none;
}
#mobile-nav-toggle {
    display: inline;
}
#about .about-img {
    height: auto;
}
#about .about-img img {
    margin-left: 0;
    padding-bottom: 30px;
}
#mession .about-img {
    height: auto;
}
#mession .about-img img {
    margin-left: 0;
    padding-bottom: 30px;
}
}@media (max-width:767px) {
    #intro .intro-content h2 {
    font-size: 34px;
}
#services .box .box {
    margin-bottom: 20px;
}
#services .box .icon {
    float: none;
    text-align: center;
    padding-bottom: 15px;
}
#services .box h4, #services .box p {
    margin-left: 0;
    text-align: center;
}
#testimonials .testimonial-item {
    margin: 30px 10px;
}
}@media (max-width:576px) {
    #contact #google-map {
    margin-top: 20px;
}
}
@media (min-width:576px) {
    .swiper-slide-next img{
        transform: translate(5%);
    z-index: 5;
        opacity: 1;
        width: 120%;
      }
   
    .hide-desk {
        display: none;
    }
    #img2{
        width: 30%;

    }
}
.dvv{
    height: 35%;

}
.rmm{
    background: #ef233b3a;
            border: 2px solid #ef233b3a;
            
            border-radius: 30px;
            color: white;
            padding: 10px;
            top: 50px;
}
.rmm:hover{
    background: #ef233b;
    border: 2px solid #ef233b;
    
}
.rmm1{
    background: #ef233b;
            border: 2px solid #ef233b3a;
            
            border-radius: 30px;
            color: white;
            padding: 10px;
            top: 50px;
            margin-right: auto;
            margin-left: auto;
            margin-top: 50px;
}

#aboutuss{
    display: grid;
    grid-template-areas:
    'right right right right left'
    'right right right right left'
    'right right right right left';
}
#servicess{
    display: grid;
    grid-template-areas:
    's1 s2 s3'
    's4 s5 s6'
    's7 s9 s10'
    ;
}
.counter-count {
    font-weight: bold;
    position: relative;
    display: inline-block;
  }
  
  @-webkit-keyframes in {
    0% { -webkit-transform: scale(0) rotate(12deg); opacity: 0; visibility: hidden;  }
    100% { -webkit-transform: scale(1) rotate(0); opacity: 1; visibility: visible; }
  }
  
  @keyframes in {
    0% { transform: scale(0) rotate(12deg); opacity: 0; visibility: hidden;  }
    100% { transform: scale(1) rotate(0); opacity: 1; visibility: visible; }
  }
  
  @-webkit-keyframes out {
    0% { -webkit-transform: scale(1) rotate(0); opacity: 1; visibility: visible; }
    100% { -webkit-transform: scale(0) rotate(-12deg); opacity: 0; visibility: hidden; }
  }
  
  @keyframes out {
    0% { transform: scale(1) rotate(0); opacity: 1; visibility: visible; }
    100% { transform: scale(0) rotate(-12deg); opacity: 0; visibility: hidden;  }
  }
  

  .show1 {
    -webkit-animation: in 700ms ease both;
    animation: in 700ms ease both;
  }
  
  .hide {
    -webkit-animation: out 700ms ease both;
    animation: out 700ms ease both;
  }
@media (max-width:576px) {
    #aboutuss{
        display: grid;
        grid-template-areas:
        'right right right right right'
        'left left left left left'
    }
    #servicess{
        display: grid;
        grid-template-areas:
        's1'
        's2'
        's3'
        's4'
        's5'
        's6'
        's7'
        's8'
        's9'
        's10'
    }
    #hide-mobile {
        display: none;
    }
    .hide-mobile {
        display: none;
    }
    .fontc{
        font-size:larger;
    }

    .rmm{
        padding: 5px;
        font-size: small;
        
    }
    .dvv{
        height: 65%;

    }
       #img2{

       }
 .your-opinion{
    display: none;
 }
 .your-opinion1 {
    display: block;
    position: fixed;
    display: block;
    color: #fff;
    font-size: 16px;
    border-radius: 2px;
    left: 15px;
    bottom: 15px;
    transition: background 0.5s;
    z-index: 100;
}
 }

 @media (min-width:576px) {
   
 .your-opinion {
    display: block;
    position: fixed;
    display: block;
    color: #fff;
    font-size: 16px;
    border-radius: 2px;
    left: 15px;
    bottom: 65px;
    transition: background 0.5s;
    z-index: 100;
}
.your-opinion1{
    display: none;
 }
 }
 @media (max-width:576px) {
    .d-block {
        width: 100vw;
        height: 25vh;
         display: block;
        display: block;
       margin-left: auto;
       margin-right: auto;
        
 }
 #intro{
    height: 25vh;
    margin-top: 55px;
 }

 .faq1{
    margin-top: 98px;

 }
 #lefta{
    width: 7vw;
    height: 7vw;
 }
 #righta{
    width: 7vw;
    height: 7vw;
 }
 }
 @media (min-width:576px) {
    .d-block {
        width: 99vw;height: 100vh; display: block;
        display: block;
       margin-left: auto;
       margin-right: auto;
  
 }
 #intro{
    height: 100vh;
    margin-top: 98px;
 }
 .faq1{
    margin-top: 98px;

 }

 }
 #footer{
    position: fixed;
    bottom: 0;
    z-index: 50;
    left: 0;
    right: 0;
 }

 
 @media (max-width:990px) {

 #fimage{
    display: none;
 }
 }
 

 
 
 .testim {
    width: 100%;
    position: absolute;
    top: 50%;
    -webkit-transform: translatey(-50%);
    -moz-transform: translatey(-50%);
    -ms-transform: translatey(-50%);
    -o-transform: translatey(-50%);
    transform: translatey(-50%);
}

.testim .wrap {
position: relative;
width: 100%;
max-width: 1020px;
padding: 40px 20px;
margin: auto;
}

.testim .arrow {
display: block;
position: absolute;
color: #333;
cursor: pointer;
font-size: 2em;
top: 50%;
-webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
-webkit-transition: all .3s ease-in-out;    
-ms-transition: all .3s ease-in-out;    
-moz-transition: all .3s ease-in-out;    
-o-transition: all .3s ease-in-out;    
transition: all .3s ease-in-out;
padding: 5px;
z-index: 22222222;
}

.testim .arrow:before {
    cursor: pointer;
}

.testim .arrow:hover {
color: green;
}


.testim .arrow.left {
left: 20px;
}

.testim .arrow.right {
right: 20px;
}

.testim .dots {
text-align: center;
position: absolute;
width: 100%;
bottom: 60px;
left: 0;
display: block;
z-index: 3333;
    height: 12px;
}

.testim .dots .dot {
list-style-type: none;
display: inline-block;
width: 12px;
height: 12px;
border-radius: 50%;
border: 1px solid green;
margin: 0 10px;
cursor: pointer;
-webkit-transition: all .5s ease-in-out;    
-ms-transition: all .5s ease-in-out;    
-moz-transition: all .5s ease-in-out;    
-o-transition: all .5s ease-in-out;    
transition: all .5s ease-in-out;
    position: relative;
}

.testim .dots .dot.active,
.testim .dots .dot:hover {
background: green;
border-color: green;
}

.testim .dots .dot.active {
-webkit-animation: testim-scale .5s ease-in-out forwards;   
-moz-animation: testim-scale .5s ease-in-out forwards;   
-ms-animation: testim-scale .5s ease-in-out forwards;   
-o-animation: testim-scale .5s ease-in-out forwards;   
animation: testim-scale .5s ease-in-out forwards;   
}

.testim .cont {
position: relative;
    overflow: hidden;
}

.testim .cont > div {
text-align: center;
position: absolute;
top: 0;
left: 0;
padding: 0 0 70px 0;
opacity: 0;
}

.testim .cont > div.inactive {
opacity: 1;
}


.testim .cont > div.active {
position: relative;
opacity: 1;
}


.testim .cont div .img img {
display: block;
width: 100px;
height: 100px;
margin: auto;
border-radius: 50%;
}

.testim .cont div h2 {
color: green;
font-size: 1em;
margin: 15px 0;
}

.testim .cont div p {
font-size: 1.15em;
color: #333;
width: 70%;
margin: auto;
}

.testim .cont div.active .img img {
-webkit-animation: testim-show .5s ease-in-out forwards;            
-moz-animation: testim-show .5s ease-in-out forwards;            
-ms-animation: testim-show .5s ease-in-out forwards;            
-o-animation: testim-show .5s ease-in-out forwards;            
animation: testim-show .5s ease-in-out forwards;            
}

.testim .cont div.active h2 {
-webkit-animation: testim-content-in .4s ease-in-out forwards;    
-moz-animation: testim-content-in .4s ease-in-out forwards;    
-ms-animation: testim-content-in .4s ease-in-out forwards;    
-o-animation: testim-content-in .4s ease-in-out forwards;    
animation: testim-content-in .4s ease-in-out forwards;    
}

.testim .cont div.active p {
-webkit-animation: testim-content-in .5s ease-in-out forwards;    
-moz-animation: testim-content-in .5s ease-in-out forwards;    
-ms-animation: testim-content-in .5s ease-in-out forwards;    
-o-animation: testim-content-in .5s ease-in-out forwards;    
animation: testim-content-in .5s ease-in-out forwards;    
}

.testim .cont div.inactive .img img {
-webkit-animation: testim-hide .5s ease-in-out forwards;            
-moz-animation: testim-hide .5s ease-in-out forwards;            
-ms-animation: testim-hide .5s ease-in-out forwards;            
-o-animation: testim-hide .5s ease-in-out forwards;            
animation: testim-hide .5s ease-in-out forwards;            
}

.testim .cont div.inactive h2 {
-webkit-animation: testim-content-out .4s ease-in-out forwards;        
-moz-animation: testim-content-out .4s ease-in-out forwards;        
-ms-animation: testim-content-out .4s ease-in-out forwards;        
-o-animation: testim-content-out .4s ease-in-out forwards;        
animation: testim-content-out .4s ease-in-out forwards;        
}

.testim .cont div.inactive p {
-webkit-animation: testim-content-out .5s ease-in-out forwards;    
-moz-animation: testim-content-out .5s ease-in-out forwards;    
-ms-animation: testim-content-out .5s ease-in-out forwards;    
-o-animation: testim-content-out .5s ease-in-out forwards;    
animation: testim-content-out .5s ease-in-out forwards;    
}

@-webkit-keyframes testim-scale {
0% {
    -webkit-box-shadow: 0px 0px 0px 0px #eee;
    box-shadow: 0px 0px 0px 0px #eee;
}

35% {
    -webkit-box-shadow: 0px 0px 10px 5px #eee;        
    box-shadow: 0px 0px 10px 5px #eee;        
}

70% {
    -webkit-box-shadow: 0px 0px 10px 5px #ea830e;        
    box-shadow: 0px 0px 10px 5px #ea830e;        
}

100% {
    -webkit-box-shadow: 0px 0px 0px 0px #ea830e;        
    box-shadow: 0px 0px 0px 0px #ea830e;        
}
}

@-moz-keyframes testim-scale {
0% {
    -moz-box-shadow: 0px 0px 0px 0px #eee;
    box-shadow: 0px 0px 0px 0px #eee;
}

35% {
    -moz-box-shadow: 0px 0px 10px 5px #eee;        
    box-shadow: 0px 0px 10px 5px #eee;        
}

70% {
    -moz-box-shadow: 0px 0px 10px 5px #ea830e;        
    box-shadow: 0px 0px 10px 5px #ea830e;        
}

100% {
    -moz-box-shadow: 0px 0px 0px 0px #ea830e;        
    box-shadow: 0px 0px 0px 0px #ea830e;        
}
}

@-ms-keyframes testim-scale {
0% {
    -ms-box-shadow: 0px 0px 0px 0px #eee;
    box-shadow: 0px 0px 0px 0px #eee;
}

35% {
    -ms-box-shadow: 0px 0px 10px 5px #eee;        
    box-shadow: 0px 0px 10px 5px #eee;        
}

70% {
    -ms-box-shadow: 0px 0px 10px 5px #ea830e;        
    box-shadow: 0px 0px 10px 5px #ea830e;        
}

100% {
    -ms-box-shadow: 0px 0px 0px 0px #ea830e;        
    box-shadow: 0px 0px 0px 0px #ea830e;        
}
}

@-o-keyframes testim-scale {
0% {
    -o-box-shadow: 0px 0px 0px 0px #eee;
    box-shadow: 0px 0px 0px 0px #eee;
}

35% {
    -o-box-shadow: 0px 0px 10px 5px #eee;        
    box-shadow: 0px 0px 10px 5px #eee;        
}

70% {
    -o-box-shadow: 0px 0px 10px 5px #ea830e;        
    box-shadow: 0px 0px 10px 5px #ea830e;        
}

100% {
    -o-box-shadow: 0px 0px 0px 0px #ea830e;        
    box-shadow: 0px 0px 0px 0px #ea830e;        
}
}

@keyframes testim-scale {
0% {
    box-shadow: 0px 0px 0px 0px #eee;
}

35% {
    box-shadow: 0px 0px 10px 5px #eee;        
}

70% {
    box-shadow: 0px 0px 10px 5px #ea830e;        
}

100% {
    box-shadow: 0px 0px 0px 0px #ea830e;        
}
}

@-webkit-keyframes testim-content-in {
from {
    opacity: 0;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
}

to {
    opacity: 1;
    -webkit-transform: translateY(0);        
    transform: translateY(0);        
}
}

@-moz-keyframes testim-content-in {
from {
    opacity: 0;
    -moz-transform: translateY(100%);
    transform: translateY(100%);
}

to {
    opacity: 1;
    -moz-transform: translateY(0);        
    transform: translateY(0);        
}
}

@-ms-keyframes testim-content-in {
from {
    opacity: 0;
    -ms-transform: translateY(100%);
    transform: translateY(100%);
}

to {
    opacity: 1;
    -ms-transform: translateY(0);        
    transform: translateY(0);        
}
}

@-o-keyframes testim-content-in {
from {
    opacity: 0;
    -o-transform: translateY(100%);
    transform: translateY(100%);
}

to {
    opacity: 1;
    -o-transform: translateY(0);        
    transform: translateY(0);        
}
}

@keyframes testim-content-in {
from {
    opacity: 0;
    transform: translateY(100%);
}

to {
    opacity: 1;
    transform: translateY(0);        
}
}

@-webkit-keyframes testim-content-out {
from {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

to {
    opacity: 0;
    -webkit-transform: translateY(-100%);        
    transform: translateY(-100%);        
}
}

@-moz-keyframes testim-content-out {
from {
    opacity: 1;
    -moz-transform: translateY(0);
    transform: translateY(0);
}

to {
    opacity: 0;
    -moz-transform: translateY(-100%);        
    transform: translateY(-100%);        
}
}

@-ms-keyframes testim-content-out {
from {
    opacity: 1;
    -ms-transform: translateY(0);
    transform: translateY(0);
}

to {
    opacity: 0;
    -ms-transform: translateY(-100%);        
    transform: translateY(-100%);        
}
}

@-o-keyframes testim-content-out {
from {
    opacity: 1;
    -o-transform: translateY(0);
    transform: translateY(0);
}

to {
    opacity: 0;
    transform: translateY(-100%);        
    transform: translateY(-100%);        
}
}

@keyframes testim-content-out {
from {
    opacity: 1;
    transform: translateY(0);
}

to {
    opacity: 0;
    transform: translateY(-100%);        
}
}

@-webkit-keyframes testim-show {
from {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}

to {
    opacity: 1;
    -webkit-transform: scale(1);       
    transform: scale(1);       
}
}

@-moz-keyframes testim-show {
from {
    opacity: 0;
    -moz-transform: scale(0);
    transform: scale(0);
}

to {
    opacity: 1;
    -moz-transform: scale(1);       
    transform: scale(1);       
}
}

@-ms-keyframes testim-show {
from {
    opacity: 0;
    -ms-transform: scale(0);
    transform: scale(0);
}

to {
    opacity: 1;
    -ms-transform: scale(1);       
    transform: scale(1);       
}
}

@-o-keyframes testim-show {
from {
    opacity: 0;
    -o-transform: scale(0);
    transform: scale(0);
}

to {
    opacity: 1;
    -o-transform: scale(1);       
    transform: scale(1);       
}
}

@keyframes testim-show {
from {
    opacity: 0;
    transform: scale(0);
}

to {
    opacity: 1;
    transform: scale(1);       
}
}

@-webkit-keyframes testim-hide {
from {
    opacity: 1;
    -webkit-transform: scale(1);       
    transform: scale(1);       
}

to {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}
}

@-moz-keyframes testim-hide {
from {
    opacity: 1;
    -moz-transform: scale(1);       
    transform: scale(1);       
}

to {
    opacity: 0;
    -moz-transform: scale(0);
    transform: scale(0);
}
}

@-ms-keyframes testim-hide {
from {
    opacity: 1;
    -ms-transform: scale(1);       
    transform: scale(1);       
}

to {
    opacity: 0;
    -ms-transform: scale(0);
    transform: scale(0);
}
}

@-o-keyframes testim-hide {
from {
    opacity: 1;
    -o-transform: scale(1);       
    transform: scale(1);       
}

to {
    opacity: 0;
    -o-transform: scale(0);
    transform: scale(0);
}
}

@keyframes testim-hide {
from {
    opacity: 1;
    transform: scale(1);       
}

to {
    opacity: 0;
    transform: scale(0);
}
}

@media all and (max-width: 300px) {
body {
    font-size: 14px;
}
}

@media all and (max-width: 500px) {
.testim .arrow {
    font-size: 1.5em;
}

.testim .cont div p {
    line-height: 25px;
}

}



.faq-section {
    background: #fdfdfd;
    min-height: 100vh;
    padding: 10vh 0 0;
}
.faq-title h2 {
  position: relative;
  margin-bottom: 45px;
  display: inline-block;
  font-weight: 600;
  line-height: 1;
}
.faq-title h2::before {
    content: "";
    position: absolute;
    left: 50%;
    width: 60px;
    height: 2px;
    background: #E91E63;
    bottom: -25px;
    margin-left: -30px;
}
.faq-title p {
  padding: 0 190px;
  margin-bottom: 10px;
}

.faq {
  background: #FFFFFF;
  box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.06);
  border-radius: 4px;
}

.faq .card {
  border: none;
  background: none;
  border-bottom: 1px dashed #CEE1F8;
  background-color: #DD0101;

}

.faq .card .card-header {
  padding: 0px;
  border: none;
  background: none;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.faq .card .card-header:hover {
    background: rgba(233, 30, 99, 0.1);
    padding-left: 10px;
}
.faq .card .card-header .faq-title {
  width: 100%;
  text-align: left;
  padding: 0px;
  padding-left: 30px;
  padding-right: 30px;
  font-weight: 400;
  font-size: 15px;
  letter-spacing: 1px;
  color: #ffffff;
  text-decoration: none !important;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  cursor: pointer;
  padding-top: 20px;
  padding-bottom: 20px;
}

.faq .card .card-header .faq-title .badge {
  display: inline-block;
  width: 20px;
  height: 20px;
  line-height: 14px;
  float: right;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
  text-align: center;
  background: #fff;
  color: #E91E63;
  font-size: 12px;
  margin-left: 20px;
}

.faq .card .card-body {
  padding: 30px;
  padding-left: 35px;
  padding-bottom: 16px;
  font-weight: 400;
  font-size: 16px;
  color: #000000;
  line-height: 28px;
  letter-spacing: 1px;
  border-top: 1px solid #F3F8FF;
  background-color: whitesmoke;

}

.faq .card .card-body p {
  margin-bottom: 14px;
}

@media (max-width: 991px) {
  .faq {
    margin-bottom: 30px;
  }
  .faq .card .card-header .faq-title {
    line-height: 26px;
    margin-top: 10px;
  }
}

#trbox:hover{
    background-color: #ef233b;
}
#torbox:hover{
    background-color: #d758ee;
}
#swbox:hover{
    background-color: #000000;
}
#csbox:hover{
    background-color: #D41D73;
}

.whatsapp {
    display: block;
    position: fixed;
    display: block;
    color: #fff;
    font-size: 16px;
    border-radius: 2px;
    right: 15px;
    bottom: 110px;
    transition: background 0.5s;
    z-index: 100;
}
.contactus {
    position: fixed;
    display: block;
    color: #fff;
    font-size: 16px;
    border-radius: 2px;
    right: -111px;
    bottom: 50vh;
    transition: background 0.5s;
    z-index: 100;
    opacity: 0.6;
}
@keyframes example {
    from {right: -111;}
    to {right:0}
  }
.contactus:hover {
    right: 0;  
    -webkit-animation: linear infinite;
    -webkit-animation-name: run;
    -webkit-animation-duration: 5s;
opacity: 1;
}
.messenger {
    display: block;
    position: fixed;
    display: block;
    color: #fff;
    font-size: 16px;
    border-radius: 2px;
    right: 15px;
    bottom: 190px;
    transition: background 0.5s;
    z-index: 100;
}



.slick-section {
    padding: 25px;
    text-align: center;
  }
  .slick-section .slick-container {
    width: 700px;
    margin: 0 auto;
  }
  .slick-section .slick-wrap {
    margin: 0 -10px;
  }
  .slick-section .slick-wrap .slick-item {
    padding: 0 10px;
  }
  .slick-section .slick-wrap .slick-item.slick-center h2 {
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    color: #e67e22;
    opacity: 1;
    transform: scale(1.08);
  }
  .slick-section .slick-wrap h2 {
    background-color: #f0f0f0;
    padding: 80px 0;
    text-transform: uppercase;
  }
  .slick-section .slick-dots {
    list-style-type: none;
    margin: 25px 0 0;
    padding: 0;
  }
  .slick-section .slick-dots li {
    width: auto;
    height: auto;
    display: inline-block;
    padding: 0 5px;
  }
  .slick-section .slick-dots li button {
    width: auto;
    height: auto;
    padding: 10px;
    font-size: 12px;
    color: #666;
    border: none;
    background: #f0f0f0;
  }
  .slick-section .slick-dots li button:before {
    content: none;
  }
  .slick-section .slick-dots li.slick-active button {
    background: #ccc;
  }

  .cr{
    margin-right: auto;
                margin-left: auto;
                /* padding: 14px; */
                width: fit-content;
                /* height: 34px; */
                padding: 10px;
                background: #fff;
                color: #fa7d1ece;
                text-align: center;
  }

  .sliderhover:hover{
    transform: translate(5%);
    width: 110%;
    opacity: 1;
  }
  .sliderhover{
  }

  
  @media (max-width:576px) {
    .swiper-slide-active img{
    z-index: 5;
        opacity: 1;
        transform: translate(5%);
        width: 110%;
      }
     
}


.hover-card {
    display: inline-block;
    -webkit-transition: 0.2s -webkit-box-shadow ease-in-out;
    transition: 0.2s -webkit-box-shadow ease-in-out;
    transition: 0.2s box-shadow ease-in-out;
    transition: 0.2s box-shadow ease-in-out, 0.2s -webkit-box-shadow ease-in-out;
}

.partnersimg:hover{
    box-shadow: 0 0 0px 3px #ed1c24;
    cursor: pointer;
}