body {
    font-family: 'Outfit', sans-serif;
    background-image: url(../images/bg-back.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
}
h1, h2. h3, h4, h5{font-family: 'Oswald', sans-serif;}
img{max-width: 100%;}
ul {
    padding: 0;
    margin: 0;
}
p {
    color: #0d0d0d;
    font-size: 16px; 
    margin-bottom: 8px;
}
.align{
    align-items: center;
}
.text-end { 
    justify-content: end;
}
/**/ 
.container-fluid {
    max-width: 1365px;
}
.zoom-in-zoom-out { 
  animation: zoom-in-zoom-out 2s ease-out infinite;
}

@keyframes zoom-in-zoom-out {
  0% {
    transform: scale(1, 1);
  }
  50% {
    transform: scale(1.5, 1.5);
  }
  100% {
    transform: scale(1, 1);
  }
}
 
img.vert-move {
    -webkit-animation: mover 1s infinite  alternate;
    animation: mover 1s infinite  alternate;
}
img.vert-move {
    -webkit-animation: mover 1s infinite  alternate;
    animation: mover 1s infinite  alternate;
}
@-webkit-keyframes mover {
    0% { transform: translateY(0); }
    100% { transform: translateY(-10px); }
}
@keyframes mover {
    0% { transform: translateY(0); }
    100% { transform: translateY(-10px); }
} 
 
 /**/

 a.navbar-brand img {
    width: 300px;
}
.navbar-nav li a {
    color: #ffffff !important;
    font-size: 17px;
    position: relative;
    transition: 0.6s;
}
.navbar-nav li {
    margin-left: 10px;
}
.navbar-nav li a::after {
    content: "";
    position: absolute;
    width: 0%;
    height: 29px;
    z-index: 3;
    left: 0;
    transition: 0.6s;
    background-image: linear-gradient(to right, #fff0, #dab05aad, #fff0);
}
.navbar-nav li a:hover::after { 
    width: 100%; 
}
.navbar-nav li a span{ 
    position: relative;
    z-index: 9;
}
.btn-design {
    color: #ffffff;
    font-size: 15px;
    box-shadow: rgba(0, 0, 0, 0.42) 0px 6px 7px 0px;
    display: block;
    width: fit-content;
    background-image: linear-gradient(to right, #3c9105, #deb467);
    font-weight: 600;
    text-decoration: none;
    padding: 12px 15px;
    transition: 0.6s;
    margin: 0 auto;
    border-radius: 50px;
}
.btn-design:hover{
    background: #0d0d0d !important;
    color: #fff ;
}
.btn-design i {
    margin-right: 3px;
}
.navbar-light .navbar-toggler {
    color: rgb(0 0 0)!important;
    border-color: rgb(0 0 0 / 0%)!important;
    background: -webkit-linear-gradient(10deg, #dcb35c, #ffeac4);
}
.header-part {
    border-bottom: solid 1px #ffffff40;
    position: relative;
    z-index: 8;
    padding: 12px 0;
}
/**/
.home-hero {
    background: linear-gradient(135deg, hsl(234.42deg 47.25% 35.69%), hsl(270 100% 65%));
    padding: 133px 0 45px  0;
    margin-top: -99px;
}
.home-hero h1 {
    line-height: 1.2;
    text-transform: capitalize;
    background: -webkit-linear-gradient(10deg, #ffc958, #ffeed1);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 700 !important;
    font-size: 45px;
}
.home-hero h2 {
    color: #ffffff;
    font-weight: 700;
    font-size: 30px;
    margin: 15px 0;
}
.home-hero h3 {
    color: #000000;
    font-size: 19px;
    background: -webkit-linear-gradient(10deg, #dcb35c, #ffeac4);
    padding: 10px 15px;
    border-radius: 10px;
    border: solid 2px #fee9c2;
    line-height: 1.4;
     margin:0 0 15px 0;
}
.home-hero p {
    color: #fff;
}
nav.navbar.navbar-expand-lg {
    padding: 0;
}
.navbar-brand {
    padding: 4px 0;
}
a.link-whats {
    width: fit-content;
      background-image: linear-gradient(to right, #3c9105, #deb467);
    font-weight: 600;
    text-decoration: none;
    padding: 15px 18px;
    transition: 0.6s;
    border-radius: 50px;
    display: block;
    margin-top: 22px;
    color: #fff;
}
a.link-whats i {
    margin-right: 3px;
}
a.link-whats:hover{
    background: #fff;
    color: #000;
}


.vid-card2 video {
    border-radius: 100px 100px 0px 0px;
    border: solid 3px #deb467;
}
/**/
.slider-part {
    margin-top: -100px;
    position: relative;
    z-index: 5;
}
 
.s-space{
    padding: 50px 0;
}
.title-h2 {
    font-size: 45px;
    line-height: 1.2;
    text-transform: capitalize;
    color: #2e2e2e;
    font-weight: 700;
}
.sab-title {
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 600;
    padding: 8px 26px 5px;
    border-radius: 0;
    background: linear-gradient(to right, #ffdd9805, #dab05a57, #dab05a, #dab05a57, #ffdd9805);
    color: #0a0a0a;
    width: fit-content;
    margin-bottom: 10px;
}

/**/
.main-services {
    position: relative;
}
.main-services1 {
    padding: 10px; 
    text-align: center;
}
.main-services2 {
    padding: 23px 10px;
    background: #fff;
    overflow: hidden;
    position: relative;
    z-index: 9;
    border-radius: 15px;
    box-shadow: 0 0 15px 0px #c9c9c95e;
    border: 1px solid #ffca4c;
}
.main-services2:before {
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    border-radius: 15px;
    left: 0;
    top: 0;
    background-image: linear-gradient(to right, #6a42c1, #8767cd);
    z-index: -9;
    transition: transform .5s ease;
    transform: scaleX(0);
    transform-origin: right;
}
.main-services2:after {
    height: 300px;
    width: 200px;
    background: #ffffff;
    content: "";
    position: absolute;
    border-radius: 50%;
    left: 0;
    opacity: 0;
    top: 200px;
    transform-origin: left;
    transition: transform .5s ease,opacity .5s ease;
}
.main-services2 span {
    background: #f5f5f5;
    border: solid 1px #ffd06d;
    height: 120px;
    width: 120px;
    display: block;
    margin: 0 auto;
    border-radius: 50%;
    padding: 10px;
}
.g-c {
    background: -webkit-linear-gradient(10deg, #333889, #8146d9);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
 
 
.about-inn h3 {
    font-size: 26px;
    font-weight: 700;
    margin-top: 20px;
    border-bottom: solid 1px #ddb461;
    padding-bottom: 13px;
    margin-bottom: 15px;
}
.about-inn b i {
    font-size: 18px;
}
.about-inn ul li {
    list-style: none;
    margin: 5px 0;
    display: inline-block;
    margin-right: 7px;
    background: linear-gradient(135deg, hsl(234.42deg 47.25% 35.69%), hsl(270 100% 65%));
    color: #fff;
    padding: 10px 10px;
    border-radius: 100px;
}

.main-services2 strong {
    font-size: 25px;
    line-height: 1.2;
    text-transform: capitalize;
    color: #6a42c1;
    font-weight: 600;
    padding: 16px  0 0 0;
    display: block;
}
.main-services2 p {
    font-size: 16px;
    color: #000;
    line-height: 20px;
    padding: 9px 0 0 0;
}
.main-services2:hover:before {
    transform: scale(1);
    transform-origin: left;
}
.main-services2:hover:after {
    opacity: 0.1;
    transform: perspective(150px) scaleX(1);
}
 .main-services2:hover  strong {
   color: #000 !important;
}
.main-services2:hover strong{
    color: #fff !important;
}
.main-services2:hover p{
    color: #fff;
}


.ser-card img.top-icon {
    width: 150px;
    border-radius: 100px;
    padding: 7px;
    background: #fff;
    margin-top: -70px;
}
/**/


.text-left a.btn-design {
    margin: 16px 0;
}

.ser-back {
    background-image: url(../images/back-img.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
}
.over-lay {
    background: linear-gradient(135deg, hsl(234.42deg 47.25% 35.69% / 86%), hsl(270deg 100% 65% / 84%));
}
.over-lay .sab-title.m-auto {
    background: linear-gradient(to right, #ffdd9800, #ffffffb3, #ffffff, #fffffff2, #ffdd9805);
}
.ser-card {
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
    border: solid 2px #deb467;
    background: linear-gradient(to right, #ffffff, #ffffffd1, #ffffff, #ffffffd4, #ffffff);
    text-align: center;
    padding: 30px 10px;
    padding-top: 5px;
    margin-bottom: 20px;
    border-radius: 15px;
}
.ser-card h4 {
    font-size: 17px;
    font-weight: 700;
    background: linear-gradient(to right, #ffdd9805, #dab05a57, #dab05a, #dab05a57, #ffdd9805);
    padding: 7px 0;
}
.ser-card h3 {
    font-size: 22px;
    font-weight: 700;
    margin-top: 15px;
    margin-bottom: 10px;
}
.ser-card img {
    border-radius: 12px;
    margin-top: 5px;
    border: solid 2px #deb467;
}

/**/

.faq-part-ser {
    padding: 45px 0;
    background: linear-gradient(135deg, hsl(234.42deg 47.25% 35.69%), hsl(270 100% 65%));
}
.faq-item {
  margin-bottom: 15px;
}
.faq-title {
    width: 100%;
    background-image: linear-gradient(to right, #dcb25b, #e5c998);
    color: #000;
    font-weight: 600;
    padding: 14px 18px;
    border-radius: 18px;
    border: none;
    text-align: left;
    cursor: pointer;
    position: relative;
}
.faq-item {
    background-image: linear-gradient(to right, #dcb25b, #e5c998);
    border-radius: 40px;
}
.faq-title::after {
  content: "+";
  position: absolute;
  right: 20px;
  font-size: 20px;
}

.faq-title.active::after {
  content: "-";
}

.faq-content {
    display: none;
    padding: 15px 20px;
    color: #fff;
    font-size: 14px;
    border-top: solid 1px #111;
}
.faq-content p {
    color: #111;
}
.card-cta {
    background: #fff;
    text-align: center;
    padding: 30px 20px;
    border-radius: 12px;
    border: solid 2px #dcb25c;
    background-image: url(../images/white-back.png);
    background-size: cover;
    background-repeat: no-repeat;
}
.faq-part-ser h3 {
    background: -webkit-linear-gradient(10deg, #333889, #8146d9);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 35px;
    font-weight: 700;
}
.faq-part-ser p {
    font-size: 18px;
}
.faq-part-ser h4 {
    color: #6842c0;
    font-weight: 600;
    font-size: 26px;
    margin-bottom: 20px;
}
.card-cta .btn-design {
    font-size: 17px;
    padding: 15px 26px;
}

/**/
.testimonial {
    padding: 0 10px;
    text-align: center;
}
.testimonial .pic {
    display: inline-block;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    margin-bottom: 0px;
    overflow: hidden;
    border: solid 4px #deb467;
}

.testimonial-prt .testimonial-title {
    margin: 0;
    color: #523ea9;
    font-size: 18px;
}
 .testimonial-prt {
    padding: 45px 0;
}
.testimonial .description {
    color: #171717;
    border-radius: 10px;
    padding: 60px 20px 20px 20px;
    margin-top: 15px;
    font-size: 18px;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
    border: solid 2px #deb467;
    background: linear-gradient(to right, #fff3dcc2, #fff3dcf7, #ffffff, #fff3dcf7, #fff3dcc2);
}
.testimonial .pic {
    margin-bottom: -68px;
}
.owl-theme .owl-controls .owl-page span {
    background: #6642bd !important;
}
.testimonial-prt h3 {
    color: #000000;
    font-size: 18px;
}
.testimonial-prt .line-style {
    background: #860747;
}
.center-title {
    margin: 0 auto;
    background: linear-gradient(to right, #ffdd9805, #fff3dcde, #ffffff, #fff3dcde, #ffdd9805);
}
.testimonial-prt h2.title-h2 {
    background: -webkit-linear-gradient(10deg, #333889, #8146d9);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
/**/
 
.main-services2 {
    background-image: url(../images/card-img.png);
    background-position: center;
    background-size: cover;
}
/**/
.ftr-sec {
    display: block;
    text-align: center;
    padding: 10px 0;
    background: #000000;
}
.ftr-sec .dsclmr p {
    padding-top: 30px;
    line-height: 25px;
    text-align: center;
    font-weight: 400;
    color: #fff;
}
.ftr-sec .dsclmr span {
    display: block;
    text-align: center;
    color: #f9c26c;
    border-top: 1px solid #f9c26c;
    padding: 10px 0;
}
.ftr-sec .dsclmr p b {
    color: #000;
    font-size: 15px;
    background-image: linear-gradient(to right, #dcb25b, #e5c998);
    font-weight: 600;
    border-radius: 100px;
    padding: 5px 12px;
}
.ftr-sec {
    display: block;
    text-align: center;
    padding: 10px 0;
    background-image: linear-gradient(to right, #151b28, #000000);
    border-top: solid 2px #e4c693;
}
.vid-card video {
    border-radius: 15px;
    box-shadow: 0 0 15px 0px #c9c9c95e;
    border: 1px solid #ffca4c;
}
.card-img img{
      border-radius: 15px;
    box-shadow: 0 0 15px 0px #c9c9c95e;
    border: 1px solid #ffca4c;
}

@media (min-width:1199px){
.main-services2 {
    min-height: 284px;
}

}

@media (max-width:1199px){
.navbar-nav li a { 
    font-size: 14px; 
}
.btn-design { 
    font-size: 12px; 
}
.slider-part {
    margin-top: 0px; 
}
.main-services2 {
    padding: 25px 15px 35px; 
}
}
 
@media (max-width:991px){
 .navbar-nav li a {
    text-align: center;
}
.header-part .row.align {
    align-items: baseline;
}
.header-part ul.navbar-nav {
    background: #313887;
    border-radius: 12px;
    border: solid 1px #e6c79b;
    margin-top: 10px;
}
.navbar-nav li a {
    font-size: 20px;
    padding: 7px;
    border-bottom: solid 1px #e6c79b63;
}
.navbar-nav li a::after { 
    height: 44px; 
    top: 0; 
}
.header-part ul.navbar-nav { 
    padding: 16px 8px;
}
.navbar-toggler:focus { 
    box-shadow: unset !important;
}
.sab-title {
    font-size: 17px; 
}
.title-h2 {
    font-size: 30px; 
}
/*.main-services1 { 
    width: 30%; 
}*/
.main-services .row {
    justify-content: center;
}
.home-hero h1 { 
    font-size: 30px;
}
.home-hero h2 { 
    font-size: 22px; 
}
/*.hero-img {*/
/*    margin-top: 25px;*/
/*    border: solid 1px #eeeeee33;*/
/*    border-radius: 15px 15px 0 0 ;*/
/*}*/
.faq-part-ser h3 { 
    font-size: 30px; 
}
div#navbarSupportedContent {
    position: absolute;
    width: 100%;
    top: 80px;
}



}

@media (max-width:767px){
.m-none{
    display: none;
}
.about-inn {
    text-align: center;
}
.about-inn .sab-title {
    margin: 12px auto;
}
.main-services1 {
            width: 50%;
        max-width: 190px;
}
.main-services2 span { 
    height: 85px;
    width: 85px; 
    line-height: 85px;
}
.main-services2 strong {
    font-size: 18px; 
}
.main-services2 p {
    font-size: 14px; 
    line-height: 18px; 
}
.d-none-m{display: none;}
.main-services2 {
    padding: 24px 15px 15px;
}
.btn-design {
    font-size: 16px;
}
.about-inn .text-left a.btn-design {
    margin: 18px auto;
}
.title-h2 {
    font-size: 26px;
}
.row-reverse {
    display: flex;
    flex-direction: column-reverse;
}
nav.navbar.navbar-expand-lg {
    padding: 3px 0;
}
.s-space {
    padding: 30px 0;
}
.home-hero h1 {
    font-size: 28px;
}
.home-hero h2 {
    font-size: 20px;
}
.home-hero h3 { 
    font-size: 17px; 
}
.main-services2 {
    padding: 10px 10px 10px;
}
.main-services2 span { 
    line-height: unset;
}
.main-services2 strong {
    font-size: 16px;
}
.about-inn ul li {
    font-size: 14px;
}
.over-lay .sab-title.m-auto {
    text-align: center;
}
.vert-move {
    margin-bottom: 15px;
}
.card-cta {
    margin-top: 20px !important;
}
.faq-part-ser h3 {
    font-size: 27px;
}
.faq-part-ser h4 { 
    font-size: 24px; 
}
.about-part .mt-5 {
    margin-top: 15px !important;
}
.card-cta .btn-design {
    font-size: 15px; 
}
a.navbar-brand img {
    width: 222px;
}
#home .col-4 {
    padding: 0 6px;
}
.about-part .ser-card {
    margin-top: 65px;
    margin-bottom: 30px;
}


}

/**/

.fixed-icon-whatsapp a:nth-child(1){
  left: 20px;
}
.fixed-icon-whatsapp a {
    font-weight: 500;
    font-size: 28px;
    position: fixed;
    right: 20px;
    color: #fff !important;
    text-align: center;
    padding: 0;
    border-radius: 50%;
    display: inline-block;
    z-index: 9999999;
    transition: all .5s ease-in-out;
    text-decoration: none !important;
    bottom: 40px;
    text-transform: capitalize;
    height: 60px;
    width: 60px;
    line-height: 60px;
}
.fixed-icon-whatsapp a b {
    z-index: 9;
    position: relative;
    display: inline-block;
    margin: 0px 0 4px -0px;
    filter: drop-shadow(2px 2px 1px rgba(0, 0, 0, 0.5));
    animation-name: rip;
    animation-duration: 0.8s;
    animation-iteration-count: infinite;
    background: #3c9105;
    line-height: 55px;
    border-radius: 50%;
    height: 60px;
    width: 60px;
}
.fixed-icon-whatsapp a:nth-child(1) b{
  background: #ff0000;
}
.fixed-icon-whatsapp a:nth-child(1) b img{
  filter:brightness(0)invert(1);
}
.fixed-icon-whatsapp a b img {
    height: 40px;
}
@keyframes rip{
    0% {
    box-shadow: 0px 0px 0px 4px rgb(233 160 66);
    }
    20% {
        box-shadow: 0px 0px 0px 6px rgb(234 161 66 / 42%);
    }
    40% {
        box-shadow: 0px 0px 0px 8px rgb(234 161 66);
    }
    60% {
        box-shadow: 0px 0px 0px 10px rgb(234 161 66 / 24%);
    }
    80% {
        box-shadow: 0px 0px 0px 12px rgba(162, 162, 162, 0.1);
    }
    100% {
        box-shadow: 0px 0px 0px 14px rgba(162, 162, 162, 0);
    }
}
